@charset "utf-8";
body {
	font-family: tahoma, Arial, "微軟正黑體", "Microsoft JhengHei";
	font-size: 13px;
	color: #333333;
}
a {
  color: #333333;
  outline: none; /* for Firefox Google Chrome  */
}
a:hover {
  color: #e71113;
}
a:focus {
  color: #e71113;
  text-decoration: none;
  outline: none; /* for Firefox Google Chrome  */
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.t_overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;	/* ... */
	white-space: nowrap;		/*不进行换行*/
	word-wrap:normal;			/*允许内容顶开或溢出指定的容器边界。*/
}
.transition * {
	-webkit-transition:all 0.5s ease-out;/* Safari and Chrome */
	-o-transition:all 0.5s ease-out;/* Opera */
	transition: all 0.5s ease-out;
}
.scale  {
	overflow: hidden;
	display: block;
}
.scale img {
	-webkit-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.scale:hover img {
	/*-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);*/
}
.rotate img {
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.rotate:hover img {
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.table_ {
	border-spacing: 0px;	/*cellspacing*/
	border: 0px none;	/*border*/
	display: table;
	width: 100%;
}
.table_ .tr {
	display: table-row;
}
.table_ .tr .td {
	display:table-cell;
}
.rownm {
	margin-right: 0;
	margin-left: 0;
}
.colnp {
	padding-left: 0;
	padding-right: 0;
}
/*-------bs3-------*/
.label_ {
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 112px;
	padding: 1px 0px 2px 0px;
	display: inline-block;
	text-align: center;
}
.label_.expertGreen {
	background-color: #33b371;
}
.label_.expertOrange {
	background-color: #ed6c23;
}
.label_.red {
	background-color: #f24144;
}
.label_.pink {
	background-color: #eb439d;
}
.label_.orange {
	background-color: #f57125;
}
.label_.green {
	background-color: #82b60e;
}
.label_.yellow {
	background-color: #f6ac3a;
}
.label_.green2 {
	background-color: #009e96;
}
.label_.blue {
	background-color: #2b90d9;
}
/*綠*/
.btn-success {
	background-color: #33b371;
	border-color: #33b371;
}
.btn-success:hover {
    background-color: #1c9958;
    border-color: #1c9958;
}
/*綠-框線*/
.btn-success2 {
	background-color: #fff;
	border: 2px solid #33b371;
	color: #33b371;
	font-weight: bold;
}
.btn-success2:hover {
    background-color: #e4f7ed;
    color: #33b371;
}
/*黃*/
.btn-warning {
	background-color: #F6AC3A;
	border-color: #F6AC3A;
}
.btn-warning:hover {
	background-color: #db901f;
	border-color: #db901f;
}
/*紅*/
.btn-danger {
	background-color: #E71113;
	border-color: #E71113;
}
.btn-danger:hover {
	background-color: #cf0003;
	border-color: #cf0003;
}
/*-----------------------共用-----------------------*/
.scrollToTop{
	width:44px;
	height:38px;
	text-decoration: none;
	position:fixed;
	bottom:-98px;
	right:40px;
	display:block;
	text-indent: -9999px;
	background: url('../images/arrow_up.png') no-repeat 0 0 / contain;
	z-index: 98;
}
.scrollToTop:hover{
	text-decoration:none;
}
.bread_crumbsBox {
    background-color: #f7dada;
}
.bread_crumbs {
    max-width: 1030px;
    overflow: hidden;
    margin: 0 auto;
    padding: 14px 15px 15px 15px;
    list-style: none;
}
.bread_crumbs li {
    background: url("../images/bread_crumbs_icon.png") no-repeat scroll 0 7px / 7px auto;
    float: left;
    font-size: 12px;
    margin-left: 13px;
    padding-left: 21px;
    line-height: 20px;
}
.bread_crumbs li.home {
    background: url("../images/home.png") no-repeat scroll left 5px / 10px auto ;
    margin-left: 0;
    padding-left: 18px;
}
.bread_crumbs li a {
    color: #404040;
}
.bread_crumbs li span {
    color: #404040;
}
.page {
    padding-top: 13px;
    text-align: center;
}
.page a, .page a:visited {
	font-family: calibri;
    border: 1px solid #fff;
    background-color: #fff;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 7px;
    padding: 0 16px;
}
.page a:hover, .page a.current, .page a.afocus {
    background-color: #e71113;
    border: 1px solid #e71113;
    color: #FFFFFF;
    text-decoration: none;
}
/**/
.computer_nav_cont {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto ;
}
.computer_nav .logo {
	float: left;
	padding-top: 20px;
}
.computer_nav .right_funtion {
	float: right;
	padding-top: 18px;
	padding-bottom: 18px;
}
.computer_nav .right_funtion .up {
	overflow: hidden;
}
.computer_nav .right_funtion .up a {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.computer_nav .right_funtion .up a:hover {
	text-decoration: none;
}
.computer_nav .right_funtion .up a img {
	width: 16px;
	margin-right: 5px;
	margin-top: -2px;
}
.computer_nav .right_funtion .up .search {
	float: left;
}
.computer_nav .right_funtion .up .search .form-control {
	width: 190px;
	height: 26px;
	padding: 3px 12px;
	font-size: 13px;
	color: #555;
	background-color: #f7f2f4;
	border: 1px solid #f7f2f4;
	border-radius: 3px 0 0 3px;
	float: left;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	      box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.computer_nav .right_funtion .up .search .form-control::-moz-placeholder {
  color: #9e8b93;
  opacity: 1;
}
.computer_nav .right_funtion .up .search .form-control:-ms-input-placeholder {
  color: #9e8b93;
}
.computer_nav .right_funtion .up .search .form-control::-webkit-input-placeholder {
  color: #9e8b93;
}
.computer_nav .right_funtion .up .search .search_btn {
	float: left;
	padding: 3px 5px;
	background-color: #f7f2f4;
	border: none;
	border-radius: 0 3px 3px 0;
}
.computer_nav .right_funtion .up .search .search_btn img {
	width: 14px;
	margin-top: -3px;
}
.computer_nav .right_funtion .down {
	float: right;
	margin-top: 15px;
}
.computer_nav .right_funtion .down .btn {
	background-color: #f6ac3a;
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 3px 20px 5px 20px;
	border-radius: 3px;
}
.computer_nav .right_funtion .down .btn img {
	width: 13px;
	margin-right: 9px;
}
.computer_nav .right_funtion .down .btn.top_registered {
	background-color: #33b371;
	margin-left: 12px;
}
.computer_nav .right_funtion .down .btn:hover {
	opacity: 0.8;
}
/**/
.mobile_nav {
	position: fixed;
	z-index: 98;
	width: 100%;
	height: 59px;
	background-color: #fff;
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
}
.mobile_nav .logo {
	padding-top: 7px;
	padding-left: 12px;
	padding-bottom: 10px;
	float: left;
}
.mobile_nav .logo img {
	width: 210px;
}
/*banner*/
.banner {
	background-color: #faf5e6;
	border-bottom: 1px solid #e6e6e6;
}
.banner .banner_cont {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto ;
}
.banner .banner_cont .bx-wrapper .bx-viewport li {
	overflow: hidden;
}
.banner .banner_cont .banner1_text {
	position: absolute;
	left: 11.7%;
	top: 26%;
}
.banner .banner_cont .banner2_text {
	position: absolute;
	left: 11.2%;
	top: 60%;
}
.banner .banner_cont .banner3_text {
	position: absolute;
	left: 11.2%;
	top: 60%;
}
/*index_gray*/
.index_gray {
	background-color: #f2f2f2;
}
.index_gray_cont {
	margin: 0 auto;
    max-width: 1030px;
    padding: 22px 15px 36px 15px;
}
.index_gray_cont .focusEvents {
	padding-right: 38px;
}
.index_gray_cont .focusEvents a.img {
	display: block;
	position: relative;
}
.index_gray_cont .focusEvents a.img .focusEvents_icon:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.index_gray_cont .focusEvents a.img .focusEvents_icon {
	position: absolute;
	text-align: center;
	/*width: 104px;
	height: 34px;*/
	padding: 6px 15px;
	top: 0;
	left: 0;
	background-color: #e71113;
	color: #fff;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.index_gray_cont .focusEvents a.img .focusEvents_icon span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
}
.index_gray_cont .focusEvents a.img .focusEvents_icon img {
	width: 24px;
	margin-top:-3px;
	margin-right: 7px;
}
/*.index_gray_cont .focusEvents a.img:hover .focusEvents_icon {
	width: 100%;
	height: 100%;
	background-color: rgba(231,17,19,0.8);
	font-size: 17px;
	font-weight: bold;
}*/
.index_gray_cont .focusEvents a.h1_title {
	display: block;
	margin-top: 11px;
	margin-bottom: 6px;
}
.index_gray_cont .focusEvents a.h1_title h1 {
	font-size: 17px;
	margin: 0;
	font-weight: bold;
	line-height: inherit;
}
.index_gray_cont .focusEvents .date {
	color: #666666;
	margin-bottom: 12px;
	display: block;
}
.index_gray_cont .focusEvents .date img {
	width: 16px;
	margin-right: 7px;
}
.index_gray_cont .focusEvents p {
	color: #666666;
	/*font-size: 12px;*/
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
/*h2_title*/
.h2_title {
	font-size: 18px;
	font-weight: bold;
	color: #e71113;
	margin-bottom: 19px;
	margin-top: 0px;
}
.h2_title .img {
	height: 32px;
	margin-right: 10px;
}
.h2_title span {
	position: relative;
	top: 4px;
}
.h2_title .more {
	float: right;
	font-family: calibri;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	padding: 5px 0;
	-webkit-transition:padding-right 0.5s ;/* Safari and Chrome */
	-o-transition:padding-right 0.5s ;/* Opera */
	transition: padding-right 0.5s ;
}
.h2_title .more:hover {
	color: #e71113;
	text-decoration: none;
	padding-right: 10px;
}
.h2_title .more img {
	width: 6px;
	margin-right: 4px;
	vertical-align: baseline;
}
.right_cont .h2_title {
	color: #ed6c23;
	margin-top: 38px;
}
/*首頁-最新消息*/
.index_gray_cont .news {
	padding-left: 22px;
	margin-top: 2px;
}
.index_gray_cont .news .h2_title {
	padding-bottom: 19px;
	border-bottom: 1px solid #e71113;
	margin-bottom: 5px;
}
.index_gray_cont .news ul {
	margin-bottom: 0;
}
.right_cont .news ul {
	margin-bottom: 30px;
}
.index_gray_cont .news ul li ,
.right_cont .news ul li {
	padding: 15px 0 16px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}
.index_gray_cont .news ul li span ,
.right_cont .news ul li span {
	color: #666666;
	margin-right: 38px;
}
/*index_main*/
.index_main {

}
.index_main .index_main_cont {
	max-width: 1030px;
	margin: 0 auto ;
	padding: 40px 15px 100px 15px;
}
/*首頁-專家專欄*/
.index_main_cont .expert {
	padding-right: 45px;
}
.index_main_cont .expert .expert_box .img {
	margin-bottom: 10px;
	display: block;
}
.index_main_cont .expert .expert_box .label_ {
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 1px 10px 2px 10px;
}
.index_main_cont .expert .expert_box .date {
	float: left;
	color: #666666;
}
.index_main_cont .expert .expert_box a.h3_title {
    display: block;
    margin-bottom: 10px;
    margin-top: 7px;
}
.index_main_cont .expert .expert_box a.h3_title h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
}
.index_main_cont .expert .expert_box p {
    color: #666666;
   /* font-size: 12px;*/
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
/*首頁-教材區*/
.index_main_cont .book {

}
.index_main_cont .book .bookBox_ul {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 0 10px;
}
.index_main_cont .book .bookBox_ul .bookBox_li {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.index_main_cont .book .bookBox_ul .bookBox_li:first-of-type {
	padding-top: 0;
}
.index_main_cont .book .bookBox_ul .bookBox_li:last-of-type {
	padding-bottom: 0;
	border: none;
}
.index_main_cont .book .bookBox_ul .bookBox_li .imgBox {
	float: left;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
}
.index_main_cont .book .bookBox_ul .bookBox_li .imgBox .img img {
	width: 76px;
	border: 1px solid #ebebeb;
}
.index_main_cont .book .bookBox_ul .bookBox_li .imgBox .download {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 3px;
	bottom: 100%;
	-webkit-transition:all 0.5s ;/* Safari and Chrome */
	-o-transition:all 0.5s ;/* Opera */
	transition: all 0.5s ;
}
.index_main_cont .book .bookBox_ul .bookBox_li .imgBox .download img {
	width: 14px;
	margin-right: 3px;
}
.index_main_cont .book .bookBox_ul .bookBox_li:hover .imgBox .download {
	bottom: 0%;
}
.index_main_cont .book .bookBox_ul .text {

}
.index_main_cont .book .bookBox_ul .text span {
	font-size: 14px;
	color: #82b60e;
}
.index_main_cont .book .bookBox_ul .text a.h4_title {
    display: block;
    margin-bottom: 0px;
    margin-top: 2px;
}
.index_main_cont .book .bookBox_ul .text a.h4_title h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
}
/*首頁-防治活動*/
.index_main_cont .activity {
	margin-top: 36px;
	margin-bottom: 65px;
}
.index_main_cont .activity .owl-carousel a.h3_title {
    display: block;
    margin-bottom: 11px;
    margin-top: 11px;
}
.index_main_cont .activity .owl-carousel a.h3_title h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    padding-left: 23px;
    background: url("../images/activity_icon.png") no-repeat scroll 0 4px / 14px auto;
}
.index_main_cont .activity .owl-carousel p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
/*首頁-roundBtn*/
.index_main_cont .roundBtn {
	overflow: hidden;
}
.index_main_cont .roundBtn .roundBtn_box {
	text-align: center;
	position: relative;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor {
	width: 160px;
	display: inline-block;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor a {
	text-align: center;
	display: block;
	width: 160px;
	height: 160px;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor a:hover {
	text-decoration: none;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn1 a  {
	background-color: #ed6c23;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn2 a  {
	background-color: #90c31f;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn3 a  {
	/*background-color: #f6ac3a;*/
	background-color: #3AA2F6;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor a span {
    display: inline-block;
    vertical-align: middle;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor a span img {
	width: 50px;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor a span strong {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-top: 11px;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor p {
	line-height: 22px;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	padding-top: 14px;
}
/*.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn4 a.popup-youtube  {
	background: url("../images/video_img.jpg") no-repeat scroll 50% 50% / cover;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn4 a.popup-youtube:hover {
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}*/
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn4 a.popup-youtube {
	position: relative;
}
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn4 a.popup-youtube .video_play {
	position: absolute;
	z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    	-ms-transform: translate(-50% , -50%);
    		transform: translate(-50% , -50%);
}
.index_main_cont .roundBtn .roundBtn_box .roundColor.roundBtn4 a.popup-youtube .video_play img {
	width: 50px;
}
.index_main_cont .roundBtn .roundBtn_box .communityLinks {
	text-align: left;
	padding-top: 15px;
	text-align: center;
}
.index_main_cont .roundBtn .roundBtn_box .communityLinks span {
	display: block;
	padding-bottom: 12px;
}
.index_main_cont .roundBtn .roundBtn_box .communityLinks .communityLinks_icon {
	width: 20px;
	margin-right: 4px;
}
.index_main_cont .roundBtn .roundBtn_box .communityLinks a {
	display: inline-block;
	margin-left: 10px;
}
.index_main_cont .roundBtn .roundBtn_box .communityLinks a img {
	width: 30px;
}
/*首頁-社群連結*/
.index_main_cont .video {

}
.index_main_cont .video .communityLinks {
	text-align: center;
	padding-top: 12px;
}
.index_main_cont .video .communityLinks .communityLinks_icon {
	width: 20px;
	margin-right: 4px;
}
.index_main_cont .video .communityLinks a {
	display: inline-block;
	margin-left: 15px;
}
.index_main_cont .video .communityLinks a img {
	width: 34px;
}
/*footer*/
.footer {
	background-color: #f2f2f2;
	border-top: 1px solid #e6e6e6;
}
.footer .footer_cont {
	max-width: 1030px;
	margin: 0 auto ;
	padding-top: 33px;
	padding-bottom: 57px;
}
.footer .footer_cont .f_left {
	padding-right: 0;
}
.footer .footer_cont .f_right {
	padding-left: 0;
}
.footer .footer_cont .f_right .phoneListBox {
	overflow: hidden;
}
.footer .footer_cont .f_right .phoneList {
	border-right: 1px solid #d1d1d1;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
}
.footer .footer_cont .f_right .phoneList:first-of-type {
	padding-left: 2%;
}
.footer .footer_cont .f_right .phoneList:last-of-type {
	border-right: none;
	padding-right: 0%;
}
.footer .footer_cont .f_right span {
	color: #4c4c4c;
}
.footer .footer_cont .f_right strong {
	display: block;
	font-size: 20px;
	letter-spacing: -0.5px;
	font-family:Arial;
}
.footer .footer_cont .f_right .addressBox {
	overflow: hidden;
}
.footer .footer_cont .f_right .address {
	float: left;
	padding-left: 2%;
	padding-right: 5.4%;
	padding-top: 12px;
	color: #4c4c4c;
}
.footer2 {
	background-color: #d1d1d1;
}
.footer2 .footer_cont2 {
	max-width: 1030px;
	margin: 0 auto ;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 20px;
}
.footer2 .footer_cont2 .f_left {
	text-align: left;
}
.footer2 .footer_cont2 .f_left a {
	color: #656565;
	padding-right: 25px;
}
.footer2 .footer_cont2 .f_right {
	text-align: right;
}
/*main*/
.main {
	background-color: #faf7ed;
}
.main_cont {
	max-width: 1030px;
	margin: 0 auto ;
	padding: 45px 15px 100px 15px;
}
.main_cont .left_ {
	padding-right: 23px;
}
.main_cont .left_ .left_cont {

}
.main_cont .left_ .left_cont .left_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 28px;
	margin-top: 0px;
}
.main_cont .left_ .left_cont .left_title img {
	margin-right: 9px;
	vertical-align: bottom;
}
/*內頁左選單*/
.l_nav, .l_nav ul, .l_nav li {
    list-style: none;
}
.l_nav {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #d9d4cc;
}
.l_nav ul {
    padding: 0;
    margin: 0px;
}
.l_nav > li {
    margin: 0px;
}
.l_nav > li li {
    margin: 0px 0;
}
.l_nav a {
    display: block;
    outline: none;
    text-decoration: none;
}
.l_nav li > a > span {
    float: right;
    margin-right: 8px;
}
.l_nav li.open > a > span {

}
.l_nav li > a:hover > span {

}
.l_nav li > a > span:after {
   content: '+';
}
.l_nav li.open > a > span:after {
   content: '-';
}
.l_nav a:hover, .l_nav li.active > a {
    color: #e71113;
}
.l_nav li.active > a  {
    color: #e71113;
    background-color: #fae6e6;
}
.l_nav li a {
    border-bottom: 1px solid #d9d4cc;
    display: block;
    padding: 10px 0px 12px 38px;
    font-size: 14px;
    background: url("../images/arrow.png") no-repeat scroll 16px 13px;
}
.l_nav li ul {
    border-bottom: 1px solid #d9d4cc;
    padding-top: 8px;
    padding-bottom: 10px;
}
.l_nav li li a {
    border-bottom: none;
    padding: 7px 0px 7px 54px;
    background: url("../images/l_nav_icon.png") no-repeat scroll 38px 13px;
}
.l_nav li.big {
   background: url("../images/authorBox_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.l_nav li.big strong {
	display: block;
	font-size: 14px;
	font-family: "新細明體";
	font-weight: bold;
	color: #e71113;
	padding: 13px 0px 13px 45px;
	background: url("../images/love_icon.png") no-repeat scroll 10px 10px / 26px auto ;
}
.l_nav li.big a {
    display: block;
    padding: 0;
    background: none;
    color: #e71113;
    border-bottom: none;
}
.l_nav li.big a:hover {
	text-decoration: underline;
}
.main_cont .right_ {
	padding-left: 28px;
}
.main_cont .right_ .right_cont {
	position: relative;
}
.main_cont .right_ .right_cont .h1 {
	border-bottom: 3px solid #404040;
	font-size: 24px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 30px;
	padding-bottom: 17px;
}
.main_cont .right_ .right_cont .h2 {
	border-left: 6px solid #E71113;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px 0 5px 15px;
}
.main_cont .right_ .right_cont .h2 .small_ {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	padding-left: 5px;
}
/*內頁-防治活動*/
.activity_list_row {
	background: url("../images/activity_list_line.png") repeat-x scroll 0 bottom ;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.activity_list .img {
	padding-right: 25px;
}
.activity_list .text {
	padding-left: 0px;
}
.activity_list .text .label_ {
	float: left;
}
.activity_list .text .date {
	float: right;
	color: #666666;
}
.activity_list .text a {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 17px;
	display: block;
}
.activity_list .text a h2 {
	font-size: 22px;
	margin: 0px;
	font-weight: normal;
	line-height: inherit;
}
.activity_list .text p {
	line-height: 22px;
	margin-bottom: 0px;
	font-size: 14px;
}
/*健康食材*/
.activity_list.objectives_list .text a h2 {
	font-weight: bold;
}
.food_list {

}
.food_list .foodBox {
	padding: 0 10%;
	margin-bottom: 30px;
}
.food_list .foodBox img{
	width: 100%;
}
.food_list .foodBox a.h3_title h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    text-align: center;
    margin-top: 15px;
}
/*內頁-內容頁-activity_list_cont*/
.activity_list_cont {

}
.activity_list_cont .post_area {
	background-color: #fff;
	padding: 28px 25px 22px 25px;
	overflow: hidden;
}
.activity_list_cont .post_area .information {
	/*border-bottom: 1px solid #e5e5e5;*/
}
.activity_list_cont .post_area .information .left_ {
	float: left;
}
.activity_list_cont .post_area .information .left_ .picture {
	float: left;
	width: 44px;
	height: 44px;
	position: relative;
	top: -12px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.activity_list_cont .post_area .information .left_ .label_ {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 28px;
	padding: 1px 10px 2px 10px;
}
.activity_list_cont .post_area .date {
    color: #666666;
    display: block;
    margin-bottom: 19px;
    float: right;
}
.activity_list_cont .post_area .date img {
    margin-right: 7px;
    width: 16px;
    position: relative;
	top: -1px;
}
/**/
.edit {
    clear: both;
    font-size: 15px;
	line-height: 1.867;
}
.edit a {
    text-decoration: underline;
}
.edit .btn {
    text-decoration: none;
}
.edit p {
	margin-bottom: 26px;
}
.edit h1 ,
.edit h2 {
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	margin-top: 39px;
	margin-bottom: 26px;
	border-left: 6px solid #e71113;
	padding: 5px 0px 5px 15px;
	clear: both;
}
.edit h3 {
	line-height: 1.5;
	font-size: 16px;
	/*margin-top: 39px;*/
	margin-top: 26px;
	margin-bottom: 26px;
	background-color: #fcebeb;
	padding: 7px 10px;
	color: #e71113;
	clear: both;
}
.edit h4 {
	line-height: 1.5;
	font-size: 17px;
	font-weight: bold;
	/*margin-top: 39px;*/
	margin-top: 26px;
	margin-bottom: 26px;
}
.edit h5 ,
.edit h6 {
	line-height: 1.5;
	font-size: 15px;
	font-weight: bold;
	/*margin-top: 39px;*/
	margin-top: 26px;
	margin-bottom: 26px;
}
.edit > h1:first-child ,
.edit > h2:first-child ,
.edit > h3:first-child ,
.edit > h4:first-child ,
.edit > h5:first-child ,
.edit > h6:first-child ,
.edit section:first-child h1:first-child ,
.edit section:first-child h2:first-child ,
.edit section:first-child h3:first-child ,
.edit section:first-child h4:first-child ,
.edit section:first-child h5:first-child ,
.edit section:first-child h6:first-child {
	margin-top: 0px;
}
.edit ul ,
.edit ol {
	margin-bottom: 26px;
}
.edit table {
	width: 100%;
	border-top: 1px solid #e5e2dc;
	margin-bottom: 26px;
}
.edit table th ,
.edit table td {
	/*border: 1px solid #e5e5e5;*/
	/*border: 1px solid #e5e2dc;*/
	border-bottom: 1px solid #e5e2dc;
	padding: 10px 10px;
}
.edit table th {
	/*background-color: #f2f2f2;*/
	background-color: #fcfaf7;
	color: #E71113;
}
.edit table th p ,
.edit table td p {
	margin-bottom: 0;
}
.edit .table-responsive {
	margin-bottom: 26px;
	clear: both;
}
.edit .table-responsive table {
	margin-bottom: 0;
}
.edit blockquote {
	font-size: 14px;
	margin-bottom: 26px;
}
.edit blockquote p {
	margin-bottom: 0;
}
.edit strong {
	/*color: #e71113;*/
}
.edit img {
	margin: 0 auto 26px auto ;
	display: block;
	max-width: 100%;
	height: auto;
	clear: both;
}
.edit section {
	clear: both;
}
.edit .imgBoxLeft ,
.edit .imgBoxRight ,
.edit .imgBoxGroups {
	margin-bottom: 26px;
	background-color: #f7f7f7;
	clear: both;
}
.edit .imgBoxLeft {
	margin-right: 26px;
}
.edit .imgBoxRight {
	margin-left: 26px;
	float: right;
}
.edit .imgBoxLeft img ,
.edit .imgBoxRight img ,
.edit .imgBoxGroups img ,
.edit .imgBoxCenter img {
	margin-bottom: 0px;
	width: 100%;
}
.edit .imgBoxLeft p ,
.edit .imgBoxRight p ,
.edit .imgBoxGroups p ,
.edit .imgBoxCenter p {
	margin: 0;
	padding: 5px 10px;
	line-height: 1.5;
}
.edit .imgBoxCenter {
	padding: 0;
	margin: 0 auto 26px auto ;
	float: none;
	text-align: center;
	clear: both;
}
.edit .imgBoxGroups_box {
	margin-left: -7px;
	margin-right: -7px;
	clear: both;
}
.edit .imgBoxGroups_box .col-sm-6 ,
.edit .imgBoxGroups_box .col-sm-12 {
	padding-left: 7px;
	padding-right: 7px;
}
/*設定表格寬度平均分配*/
.edit .table-responsive table.sp2 th ,
.edit .table-responsive table.sp2 td {
	width: 1%;
	/*word-wrap:break-word; */
	/*word-break:break-all; */
}
.touch_ {
    display: none;
    margin-bottom: 5px;
    font-size: 13px;
}
.touch_ img {
    margin: 0;
    width: 30px;
    margin-right: 10px;
	display: inline-block;
}
/*基金會大事記*/
.edit table.events th {
	font-weight: normal;
	white-space: nowrap;
}
.edit table.events .year_title {
	padding: 7px 10px;
	text-align: center;
	color: #e71113;
	font-weight: normal;
	font-size: 17px;
	width: auto;
}
.edit table.events .year_title img {
	margin: 0 ;
	display: inline-block;
	margin-right: 8px;
}
.edit table.events th ,
.edit table.events td {
	padding: 4px 10px;
}
/*我要捐助*/
.edit .btn img {
	display: inline-block;
    margin: 0;
    margin-right: 8px;
    height: 22px;
}
.edit .table_s1 th {
	background-color: #edeae1;
}
.edit .table_s1 th ,
.edit .table_s1 td {
	border: 1px solid #d9d4cc;
	padding: 5px 10px;
}
.or_title:before {
    background-color: #d9d4cc;
}
.or_title:before {
    top: 15px;
}
.or_title:before {
    height: 1px;
    left: 0;
    width: 100%;
}
.or_title:before {
    content: "";
    display: block;
    position: absolute;
}
.or_title {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 18px;
    position: relative;
}
.or_title .or {
	display: inline-block;
	background-color: #FAF7ED;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    font-weight: bold;
    color: #ed6c23;
}
/*相關連結*/
.edit .table_s2 th {
	background: none;
}
.edit .table_s2 th ,
.edit .table_s2 td {
	border: none;
	border-bottom: 1px solid #d9d4cc;
	padding: 10px 10px;
}
.edit .table_s2 th a ,
.edit .table_s2 td a {
	text-decoration: underline;
}
.edit .table_s2 th span ,
.edit .table_s2 td span {
	color: #009e96;
	font-weight: bold;
	font-size: 16px;
}
/*返回列表*/
.activity_list_cont .post_area .functionBtn {
	padding-top: 44px;
	text-align: center;
}
.activity_list_cont .post_area .functionBtn a {
	display: inline-block;
	margin: 0 15px;
	font-size: 12px;
}
.activity_list_cont .post_area .functionBtn .back_icon {
	color: #e71113;
}
.activity_list_cont .post_area .functionBtn .registrationSystem_icon {
	color: #33b371;
}
.activity_list_cont .post_area .functionBtn .powerPoint ,
.activity_list_cont .post_area .functionBtn .powerPoint2 {
	color: #e75e39;
}
.activity_list_cont .post_area .functionBtn a img {
	width: 50px;
	display: block;
	margin-bottom: 4px;
	-webkit-transition:all 0.5s;/* Safari and Chrome */
	-o-transition:all 0.5s;/* Opera */
	transition: all 0.5s;
}
.activity_list_cont .post_area .functionBtn a:hover {
	text-decoration: none;
}
.activity_list_cont .post_area .functionBtn a:hover img {
	text-decoration: none;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/*內頁-專家專欄*/
.right_cont .authorBox {
	background: url("../images/authorBox_bg.png") repeat scroll 0 0 ;
	padding: 15px 10px 15px 30px;
	margin-bottom: 30px;
}
.right_cont .authorBox .img {
	float: left;
	margin-right: 30px;
}
.right_cont .authorBox .img img {
	border: 3px solid #fff;
}
.right_cont .authorBox .text {
	padding-top: 13px;
}
.right_cont .authorBox .text h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
}
.right_cont .authorBox .customScrollbar {
    max-height: 190px;
}
.right_cont .authorBox .text p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
    margin-bottom: 0;
}
.right_cont .expert .expert_box {
	margin-bottom: 30px;
}
.right_cont .expert .expert_box:nth-child(2n+1) {
    clear: both;
}
.right_cont .expert .expert_box .img {
	display: block;
	position: relative;
}
.right_cont .expert .expert_box .whiteBox {
	background-color: #fff;
	padding: 8px 20px 26px 20px;
	-webkit-box-shadow:  0 0 4px rgba(0, 0, 0, 0.08);
	box-shadow:  0 0 4px rgba(0, 0, 0, 0.08);
}
.right_cont .expert .expert_box .picture {
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}
.right_cont .expert .expert_box .clearfix {
	padding-top: 12px;
}
.right_cont .expert .expert_box .label_ {
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 1px 10px 2px 10px;
}
.right_cont .expert .expert_box .date {
	float: left;
	color: #666666;
}
.right_cont .expert .expert_box a.h3_title {
    display: block;
    margin-bottom: 10px;
    margin-top: 7px;
}
.right_cont .expert .expert_box a.h3_title h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
}
.right_cont .expert .expert_box p {
    color: #666666;
   /* font-size: 12px;*/
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
/*多媒體*/
.right_cont .expert .expert_box .popup-youtube ,
.right_cont .health_ppt .health_ppt_row .popup-youtube ,
.right_cont .videoBox .video_ .scale {	/*線上觀看及講義下載*/
	position: relative;
}
.right_cont .expert .expert_box .popup-youtube .video_play ,
.right_cont .health_ppt .health_ppt_row .popup-youtube .video_play ,
.right_cont .videoBox .video_ .scale .video_play {	/*線上觀看及講義下載*/
	position: absolute;
	z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    	-ms-transform: translate(-50% , -50%);
    		transform: translate(-50% , -50%);
}
.right_cont .expert .expert_box .popup-youtube .video_play img ,
.right_cont .health_ppt .health_ppt_row .popup-youtube .video_play img ,
.right_cont .videoBox .video_ .scale .video_play img {	/*線上觀看及講義下載*/
	width: 50px;
}
.right_cont .health_ppt .health_ppt_row .popup-youtube img.img-responsive {	/*多媒體觀賞*/
	border-radius: 10px;
}
/*線上觀看及講義下載*/
.right_cont .videoBox .video_ p {
	background-color: #f2f2f2;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 12px;
}
/*內頁-小站名單查詢*/
.my3dmap {
	position: absolute;
	right: 0;
	top: 2px;
}
.my3dmap , .my3dmap:hover {
	color: #ed6c23;
	font-size: 14px;
	/*border: 1px solid #ed6c23;
	padding: 3px 20px 5px 20px;
	border-radius: 3px;*/
}
.my3dmap img {
	width: 20px;
	margin-right: 8px;
}
.my3dmap span img {
	width: auto;
	height: 22px;
}
.mb15 .form-group {
	margin-bottom: 15px;
}
.list_query .list_queryRow {
	margin-right: -10px;
	margin-left: -10px;
}
.list_query .list_query_box {
	padding-left: 10px;
	padding-right: 10px;
}
.list_query .panel {
	font-size: 14px;
}
.list_query .panel .h3_title {
	position: relative;
}
.list_query .panel h3 {
	/*border-left: 4px solid #E60058;
    font-size: 17px;
    padding: 1px 0 1px 8px;*/
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 0px;
    padding-right: 25px;
}
.list_query .panel .phone_icon {
	background: url("../images/phone_icon.png") no-repeat scroll 0 2px / auto 16px;
	padding-left: 26px;
	margin-bottom: 6px;
}
.list_query .panel .location_icon {
	background: url("../images/location_icon.png") no-repeat scroll 2px 3px / auto 16px;
	padding-left: 26px;
	min-height: 60px;
}
.list_query .panel .googleMap {
	background-color: rgba(255,255,255,0);
	position: absolute;
	right: -6px;
	top: 0;
}
.list_query .panel .store-icon{
	position: absolute;
	right: 18px;
	top: 3px;
	width: 20px;
	height: 20px;
}
.sotre-note{
	height: 22px;
	margin-bottom: 12px;
	color: #f6ac3a;
	font-size: 16px;
}
/*.list_query .panel .googleMap:hover {
	background-color: #33b371;
	color: #fff;
	border-color: #33b371;
}*/
.list_query .panel .googleMap img {
	width: 21px;
	/*margin-right: 5px;
	vertical-align: bottom;*/
}
/*內頁-活動報導*/
.right_cont .activity_coverage .coverage_box:nth-child(2n+1) {
    clear: both;
}
.right_cont .activity_coverage .coverage_box {
	margin-bottom: 36px;
}
.right_cont .activity_coverage .coverage_box .imgBox {
	position: relative;
}
.right_cont .activity_coverage .coverage_box .imgBox .img {
	display: block;
}
.right_cont .activity_coverage .coverage_box .imgBox .download {
	position: absolute;
	right: 15px;
	bottom: 10px;
	width: 40px;
}
.right_cont .activity_coverage .coverage_box .clearfix {
    margin-top: 11px;
    margin-bottom: 8px;
}
.right_cont .activity_coverage .coverage_box .date {
    float: left;
}
.right_cont .activity_coverage .coverage_box .date img {
    margin-right: 7px;
    width: 16px;
    position: relative;
    top:-1px;
}
.right_cont .activity_coverage .coverage_box a.h3_title {
    display: block;
	margin-bottom: 10px;
    margin-top: 0px;
}
.right_cont .activity_coverage .coverage_box a.h3_title h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
}
.right_cont .activity_coverage .coverage_box p {
	border-top: 1px solid #cccccc;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-top: 14px;
    margin-bottom: 0;
}
/*內頁-健康ppt*/
.health_ppt_row {
	background: url("../images/activity_list_line.png") repeat-x scroll 0 bottom ;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.health_ppt .img {
	padding-right: 25px;
}
.health_ppt .img .powerPoint {
	margin-top: 10px;
	padding: 0;
	border: none;
	border-radius: 3px;
	border: 1px solid #e75e39;
	color: #e75e39;
}
.health_ppt .img .powerPoint2 {
	background-color: #e75e39;
	color: #fff;
}
.health_ppt .img .powerPoint img {
	height: 20px;
	margin: 5px 5px 5px 0;
}
.health_ppt .img .powerPoint:hover {
	/*opacity: 0.8;*/
}
.health_ppt .text {
	padding-left: 0px;
}
.health_ppt .text .label_ {
	float: left;
}
.health_ppt .text .date {
	float: right;
	color: #666666;
}
.health_ppt .text a {
	font-size: 22px;
	margin-bottom: 17px;
	display: block;
}
.health_ppt .text a h2 {
	font-size: 22px;
	margin: 0px;
	font-weight: bold;
	line-height: inherit;
}
.health_ppt .text .customScrollbar {
	max-height: 120px;
}
.health_ppt .text p {
	line-height: 24px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
}
/*手冊*/
.manual .text .customScrollbar {
	max-height: 192px;
}
/*內頁-文宣品下載-健康單張*/
.right_cont .download01 .download01_box:nth-child(3n+1) {
    clear: both;
}
.right_cont .download01 .download01_box {
	margin-bottom: 0px;
}
.right_cont .download01 .download01_box .imgBox {
	position: relative;
}
.right_cont .download01 .download01_box .imgBox .img {
	display: block;
}
.right_cont .download01 .download01_box .imgBox .download {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
}
.right_cont .download01 .download01_box h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
    margin-top: 9px;
    margin-bottom: 0;
}
.right_cont .download01 .download01_box .clearfix {
    margin-top: 10px;
    margin-bottom: 4px;
}
.right_cont .download01 .download01_box .date {
    float: left;
}
.right_cont .download01 .download01_box .date img {
    margin-right: 7px;
    width: 16px;
    position: relative;
    top:-1px;
}
/*表單*/
.mandatory {
	color: #e71113;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: -2px;
}
.form-horizontal ,
.form-control {
	font-size: 15px;
}
/*select.form-control {
	padding-top: 4px;
	padding-bottom: 8px;
}*/
.form-horizontal .control-label {
	padding-top: 6px;
	text-align: left;
}
.form-horizontal .form-control-static {
	padding-top: 6px;
}
.form-horizontal .form-group {
	background: url("../images/activity_list_line.png") repeat-x scroll 0 bottom ;
	padding-bottom: 15px;
	margin-left: 0px;
    margin-right: 0px;
}
.form-horizontal .code_nb .btn {
	background: none;
	padding-left: 5px;
	padding-right: 5px;
}
.form-horizontal .code_nb .btn img {
	height: 22px;
}
.form_btn {
	padding-top: 15px;
}
.form_title {
	margin-bottom: 15px;
	background-color: #fcebeb;
	padding: 10px;
	color: #e71113;
}
.date_select {
	display: inline-block;
	width: auto;
	margin-left: 15px;
}
.date_select:first-of-type {
	margin-left: 0px;
}
/*CSS-單選*/
.radio_sp ,
.checkbox_sp {
	/*padding-top: 7px;*/
}
.radio_sp label ,
.checkbox_sp label {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 30px;
	margin-right: 15px;
	height:23px;
	line-height:22px;
	position: relative;
	margin-top: 7px;
}
.radio_sp input[type=radio],
.checkbox_sp input[type=checkbox] {
	display: none;
}
.radio_sp label:before ,
.checkbox_sp label:before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.radio_sp label:before {
    border-radius: 50%;
}
.checkbox_sp label:before {
    border-radius: 3px;
}
.radio_sp input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 5px;
    left: 5px;
    background-color: #33b371;
    border-radius: 50%;
}
.checkbox_sp input[type=checkbox]:checked + label:after {
	content: "\e013"; /*bs3*/
	position: absolute;
    top: 4px;
    left: 4px;
	font-size: 16px;
	color: #33b371;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
/*會員登入*/
.white-popup .logo {
	width: 250px;
	margin-bottom: 30px;
	margin-top: 9px;
}
.white-popup .form-group {
	position: relative;
}
.white-popup .form-group .glyphicon {
	position: absolute;
	left: 16px;
	top: 16px;
	font-size: 15px;
	color: #a6a6a6;
}
.white-popup .form-control {
	background-color: #f7f7f7;
	border-radius: 2px;
	padding-left: 42px;
}
.white-popup .code_nb  {
    padding-left: 5px;
}
.white-popup .code_nb .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 5px;
    padding-right: 5px;
}
.white-popup .code_nb .btn img {
    height: 22px;
}
/*單欄滿寬*/
.main_cont .right_.fullWidth {
	padding-left: 15px;
}
/*確定送出按鈕*/
.glyphicon_s {
	margin-right: 8px;
}
/*會員中心彈跳*/
.member_title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	margin-bottom: 30px;
	margin-top: 0px;
	border-bottom: 2px solid #404040;
}
.member_title .glyphicon {
	margin-right: 10px;
}
.member_title span.st {
	position: relative;
}
.roundBtn_box_layout {
	margin-right: -5px;
	margin-left: -5px;
	padding-bottom: 25px;
}
.roundBtn_box_layout .roundBtn_box {
	padding-left: 5px;
	padding-right: 5px;
}
.roundBtn_box_layout .roundBtn_box a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 3px;
    text-align: center;
}
.roundBtn_box_layout .roundBtn_box a > span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    	-ms-transform: translate(-50% , -50%);
    		transform: translate(-50% , -50%);
}
.roundBtn_box_layout .roundBtn_box a > span .glyphicon {
	color: #FFFFFF;
	font-size: 34px;
}
.roundBtn_box_layout .roundBtn_box a > span strong {
    color: #FFFFFF;
    display: block;
    padding-top: 6px;
    font-size: 14px;
}
.roundBtn_box_layout .roundBtn_box a:hover {
    text-decoration: none;
}
.roundBtn_box_layout .roundBtn_box a:hover .glyphicon {
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.roundBtn_box_layout .roundBtn_box a.color1 {
    background-color: #ed6c23;
}
.roundBtn_box_layout .roundBtn_box a.color2 {
    background-color: #90c31f;
}
.roundBtn_box_layout .roundBtn_box a.color3 {
    background-color: #009e96;
}
/*新聞稿*/
.right_cont .draft ul {
	margin-bottom: 30px;
}
.right_cont .draft ul li {
	padding: 15px 0 16px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}
.right_cont .draft ul li span {
	color: #666666;
	margin-right: 38px;
}
.right_cont .draft .year_title {
	padding: 10px 0px;
	color: #e71113;
	font-weight: normal;
	font-size: 17px;
}
.right_cont .draft .year_title img {
	margin: 0 ;
	display: inline-block;
	margin-right: 8px;
}
/*線上觀看及講義下載*/
.right_cont .draft .powerPoint {
	padding: 0;
	padding-right: 5px;
	border: none;
	border-radius: 3px;
	border: 1px solid #e75e39;
	color: #e75e39;
	font-size: 12px;
}
.right_cont .draft .powerPoint2 {
	background-color: #e75e39;
	color: #fff;
}
.right_cont .draft .powerPoint img {
	height: 18px;
	margin: 4px 5px;
}
.right_cont .draft .powerPoint3 img {
	height: 12px;
	margin: 7px 5px;
}
.right_cont .draft .draftGroups {
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}
.right_cont .draft .label_ {
	width: auto;
	color: #fff;
	padding: 1px 10px 2px 10px;
	margin-left: 10px;
}
/*3D健康生活*/
.objectives_3d .o3d_bg {
	background: url("../images/o3d_bg.png") no-repeat scroll 0 0 / contain;
	min-height: 305px;
}
.objectives_3d .o3d_bg .o3d_1 ,
.objectives_3d .o3d_bg .o3d_2 ,
.objectives_3d .o3d_bg .o3d_3 {
	float: left;
	margin-right: 13px;
	margin-top: 37px;
}
.objectives_3d .o3d_bg .o3d_1 {
	margin-left: 307px;
}
/*內頁-線上報名*/
.sign_up_list_row {
	background: url("../images/activity_list_line.png") repeat-x scroll 0 bottom ;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.sign_up_list .img {
	padding-right: 25px;
}
.sign_up_list .text {
	padding-left: 0px;
}
.sign_up_list .text a:first-of-type {
	font-size: 22px;
	margin-bottom: 17px;
	display: block;
}
.sign_up_list .text a:first-of-type h2 {
	font-size: 22px;
	margin: 0px;
	font-weight: bold;
	line-height: inherit;
}
.sign_up_list .text p {
	line-height: 22px;
	margin-bottom: 0px;
	font-size: 14px;
}
.sign_up_list .text .btn {
	margin-top: 20px;
}
.sign_up_list .text .btn img {
	display: inline-block;
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
/*線上報名2*/
.edit .images_ {
	margin-right: 26px;
	margin-bottom: 26px;
	padding: 0;
}
.edit .images_ img {
	margin: 0;
	width: 100%;
}
.fotorama {
	margin-top: 0;
}
/*線上報名2*/
.activities .table {
	margin-bottom: 0;
}
.activities .table > thead > tr > th,
.activities .table > tbody > tr > th,
.activities .table > tfoot > tr > th,
.activities .table > thead > tr > td,
.activities .table > tbody > tr > td,
.activities .table > tfoot > tr > td {
	padding: 10px;
	font-size: 15px;
	vertical-align: middle;
}
.activities .table > thead > tr > th {
	color: #E71113;
}
.activities .table strong {
	display: block;
	font-size: 17px;
}
.activities .table select {
     display: inline-block;
     width: auto;
}
.activities .table span {
	color: #ed6c23;
	padding-right: 5px;
}
/*線上報名3*/
.activities .table .total {
	text-align: right;
	font-size: 20px;
}
.activities .table .total span{
	color: #E71113;
	padding-right: 0px;
}
.member_row {	/*地址*/
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.member_row .col {
    padding-left: 5px;
    padding-right: 5px;
}
/*線上報名4*/
.sign_up_big_title {
	font-size: 36px;
	margin-bottom: 40px;
	color: #009e96;
}
.myFlash {
	display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-bottom: 56.4%;
    margin-bottom: 26px;
}
.myFlash embed {
	border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*404*/
.erroe {
	text-align: center;
}
.erroe .erroetitle {
	color: #E71113;
	font-size: 200px;
	font-weight: bold;
}
.erroe .p1 {
	font-size: 36px;
}
.erroe .p2 {
	font-size: 28px;
	margin-bottom: 20px;
}
