﻿@charset "UTF-8";
/* COLOR */
/* FONTS */
/* COMMON */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.mt5 { margin-top: 5px; }

.mt10 { margin-top: 10px; }

.mt20 { margin-top: 20px; }

.mt30 { margin-top: 30px; }

.mt40 { margin-top: 40px; }

.mt50 { margin-top: 50px; }

.mt60 { margin-top: 60px; }

.mt70 { margin-top: 70px; }

.mt80 { margin-top: 80px; }

.mt90 { margin-top: 90px; }

.mt100 { margin-top: 100px; }

.mr5 { margin-right: 5px; }

.mr10 { margin-right: 10px; }

.mr20 { margin-right: 20px; }

.mr30 { margin-right: 30px; }

.mr40 { margin-right: 40px; }

.mr50 { margin-right: 50px; }

.mr60 { margin-right: 60px; }

.mr70 { margin-right: 70px; }

.mr80 { margin-right: 80px; }

.mr90 { margin-right: 90px; }

.mr100 { margin-top: 100px; }

.mb5 { margin-bottom: 5px; }

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.mb30 { margin-bottom: 30px; }

.mb40 { margin-bottom: 40px; }

.mb50 { margin-bottom: 50px; }

.mb60 { margin-bottom: 60px; }

.mb70 { margin-bottom: 70px; }

.mb80 { margin-bottom: 80px; }

.mb90 { margin-bottom: 90px; }

.mb100 { margin-bottom: 100px; }

.ml5 { margin-left: 5px; }

.ml10 { margin-left: 10px; }

.ml20 { margin-left: 20px; }

.ml30 { margin-left: 30px; }

.ml40 { margin-left: 40px; }

.ml50 { margin-left: 50px; }

.ml60 { margin-left: 60px; }

.ml70 { margin-left: 70px; }

.ml80 { margin-left: 80px; }

.ml90 { margin-left: 90px; }

.ml100 { margin-left: 100px; }

.pt5 { padding-top: 5px; }

.pt10 { padding-top: 10px; }

.pt20 { padding-top: 20px; }

.pt30 { padding-top: 30px; }

.pt40 { padding-top: 40px; }

.pt50 { padding-top: 50px; }

.pt60 { padding-top: 60px; }

.pt70 { padding-top: 70px; }

.pt80 { padding-top: 80px; }

.pt90 { padding-top: 90px; }

.pt100 { padding-top: 100px; }

.pr5 { padding-top: 5px; }

.pr10 { padding-top: 10px; }

.pr20 { padding-top: 20px; }

.pr30 { padding-top: 30px; }

.pr40 { padding-top: 40px; }

.pr50 { padding-top: 50px; }

.pr60 { padding-top: 60px; }

.pr70 { padding-top: 70px; }

.pr80 { padding-top: 80px; }

.pr90 { padding-top: 90px; }

.pr100 { padding-top: 100px; }

.pb5 { padding-bottom: 5px; }

.pb10 { padding-bottom: 10px; }

.pb20 { padding-bottom: 20px; }

.pb30 { padding-bottom: 30px; }

.pb40 { padding-bottom: 40px; }

.pb50 { padding-bottom: 50px; }

.pb60 { padding-bottom: 60px; }

.pb70 { padding-bottom: 70px; }

.pb80 { padding-bottom: 80px; }

.pb90 { padding-bottom: 90px; }

.pb100 { padding-bottom: 100px; }

.pl5 { padding-left: 5px; }

.pl10 { padding-left: 10px; }

.pl20 { padding-left: 20px; }

.pl30 { padding-left: 30px; }

.pl40 { padding-left: 40px; }

.pl50 { padding-left: 50px; }

.pl60 { padding-left: 60px; }

.pl70 { padding-left: 70px; }

.pl80 { padding-left: 80px; }

.pl90 { padding-left: 90px; }

.pl100 { padding-left: 100px; }

.fck_body h1 { font-size: 1.5em; }

.fck_body h2 { font-size: 1.4em; }

.fck_body h3 { font-size: 1.3em; }

.fck_body h4 { font-size: 1.2em; }

.fck_body h5 { font-size: 1.1em; }

.fck_body h6 { font-size: 1em; }

.fck_body em { font-style: italic; }

.fck_body h1, .fck_body h2, .fck_body h3, .fck_body h4, .fck_body h5, .fck_body h6 { margin: 10px 0; font-weight: 700; }

/* 
    箭头
    @include arrow(direction,size,color);
**/
/* 超出省略号 @include ell(); */
/* inline-block @include inline_block(); */
/* font-size of REM @include font_size(fz); */
body { background-color: #fff; color: #585858; }

body .page { width: 100%; max-width: 1024px; margin: 0 auto; padding: 60px 0 40px; }

.db { display: block; width: 100%; }

.page_btn { display: inline-block; height: 40px; line-height: 40px; border: 1px solid #016943; border-radius: 6px; color: #016943; font-size: 2rem; text-decoration: none; padding: 0 18px; }

.page_btn:hover { background-color: #016943; color: #fff; }

.slide_list li { margin-bottom: 20px; text-align: left; }

.slide_list li.active i { transform: rotate(180deg); }

.slide_list li.active .con { display: block; }

.slide_list li.active .con ol li { list-style: none; display: flex; align-items: center; vertical-align: top; }

.slide_list li.active .con ol li img { max-width: 100px; margin-right: 20px; }

.slide_list li h3.title { height: 35px; line-height: 35px; overflow: hidden; position: relative; font-size: 1.6rem; color: #016943; border-bottom: 1px solid #016943; }

.slide_list li h3.title i { position: absolute; width: 16px; height: 16px; background: url(../images/slide_ico.png) center no-repeat; background-size: cover; right: 10px; top: 13px; transition: all ease .3s; }

.slide_list li .con { padding: 10px 0 10px; display: none; }

.slide_list li .con p { font-size: 1.4rem; line-height: 2.2rem; }

.slide_list li .con table { width: 100%; border-top: 1px solid #727272; border-left: 1px solid #727272; border-collapse: collapse; border-spacing: 0; }

.slide_list li .con table td { border-bottom: 1px solid #727272; border-right: 1px solid #727272; text-align: center; color: #585858; height: 35px; font-size: 1.2rem !important; vertical-align: middle !important; }

.slide_list li .con table td p { font-size: 1.2rem !important; line-height: 1.4rem; }

header { height: 60px; overflow: hidden; background-color: #016943; position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; }

header .logo { display: block; background: url(../images/logo.png) center no-repeat; background-size: cover; width: 254px; height: 32px; margin: 14px 0 0 20px; }

header span.menu_btn { position: absolute; background: url(../images/menu_ico.png) center no-repeat; background-size: cover; width: 25px; height: 25px; top: 18px; right: 20px; }

footer { background-color: #e1e1e1; height: 40px; overflow: hidden; position: fixed; opacity: .8; bottom: 0; left: 0; right: 0; z-index: 1000; padding: 6px 0; }

footer ul { height: 40px; }

footer ul li { line-height: 30px; width: 33.333%; border-right: 1px solid #016943; text-align: center; float: left; }

footer ul li:last-child { border: 0; }

footer ul li a { display: block; text-decoration: none; }

footer ul li i, footer ul li span { vertical-align: middle; display: inline-block; }

footer ul li i { width: 24px; height: 24px; background-repeat: no-repeat; background-size: cover; background-position: center; margin-right: 5px; }

footer ul li i.ico_1 { background-image: url(../images/footer_ico_1.png); }

footer ul li i.ico_2 { background-image: url(../images/footer_ico_2.png); }

footer ul li i.ico_3 { background-image: url(../images/footer_ico_3.png); }

footer ul li span { color: #016943; font-size: 1.4rem; }

.btm_body { background-color: #016943; padding: 30px 0; text-align: center; color: #fff; }

.btm_body img { display: block; margin: 0 auto; }

.btm_body img.img_1 { width: 200px; margin-bottom: 25px; }

.btm_body .ico_body { text-align: center; margin-bottom: 30px; }

.btm_body .ico_body a { display: inline-block; width: 50px; height: 50px; margin: 0 20px; }

.btm_body .ico_body a.wechat { background: url(../images/ico_wechat.png) center no-repeat; background-size: cover; }

.btm_body .ico_body a.weibo { background: url(../images/ico_weibo.png) center no-repeat; background-size: cover; }

.btm_body p { text-align: center; font-size: 1.2rem; line-height: 2.4rem; }

.btm_body p a { color: #fff; }

.btm_body p span { padding: 0 10px; }

.pop_menu_mask { background: rgba(0, 0, 0, 0.7); top: 0; left: 0; right: 0; bottom: 0; z-index: 1100; display: none; position: fixed; }

.pop_menu_body { transition: all ease .6s; transform: translateX(100%); opacity: 0; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1101; }

.pop_menu_body.active { transform: translateX(0); opacity: .8; }

.pop_menu_body a.close_btn { position: absolute; top: 10px; right: 10px; background: url(../images/close_btn.png) center no-repeat; background-size: cover; width: 25px; height: 25px; cursor: pointer; z-index: 1000; }

.pop_menu_body .content { height: 100%; width:30%; text-align: center; overflow: auto; position:relative;
	overflow-x: hidden; float: right; background-color: #f9f9f9; padding: 30px 15px; z-index:10; }

.pop_menu_body .content ul { width: 100%; margin: 0 auto; }

.pop_menu_body .content ul li { border-bottom: 1px solid #016943; padding: 10px 0; position:relative;}

.pop_menu_body .content ul li:last-child { border: 0; }

.pop_menu_body .content ul li i { display: block; margin: 0 auto; width: 70px; height: 45px; background-size: cover; background-repeat: no-repeat; margin-bottom: 5px; }

.pop_menu_body .content ul li i.ico_0 { background-image: url(../images/menu_ico_0.png); }

.pop_menu_body .content ul li i.ico_1 { background-image: url(../images/menu_ico_1.png); }

.pop_menu_body .content ul li i.ico_2 { background-image: url(../images/menu_ico_2.png); }

.pop_menu_body .content ul li i.ico_3 { background-image: url(../images/menu_ico_3.png); }

.pop_menu_body .content ul li i.ico_3_1 { background-image: url(../images/menu_ico_3_1.png); }

.pop_menu_body .content ul li i.ico_4 { background-image: url(../images/menu_ico_4.png); }

.pop_menu_body .content ul li i.ico_5 { background-image: url(../images/menu_ico_5.png); }

.pop_menu_body .content ul li p { text-align: center; color: #016943; font-size: 1.5rem; }

.pop_menu_body .content ul li dl{margin-top:10px;display:none;}
.pop_menu_body .content ul li dl dd{ margin-bottom:5px;}
.pop_menu_body .content ul li dl dd a{color:#666;font-size:1.3rem;}


.pop_menu_body .content ul li b{position:absolute;height:100%;background-color:#2d84cc;width:6px;
	top:0;left:-15px;display:none;}
.pop_menu_body .content ul li.active b{display:block;}
.pop_menu_body .sub_menu__body{background-color:#15503B;width:160px;overflow:auto;overflow-x:hidden;z-index:1;
	position:absolute;top:0;bottom:0;right:30%;box-sizing:border-box;padding:30px 15px;display:flex;align-items: flex-end;flex-wrap: wrap;
	opacity: 0;visibility: hidden;transform: translateX(30%);transition: all ease .3s;}
.pop_menu_body .sub_menu__body.show{opacity: 1;visibility: visible;transform: translateX(0);}
.pop_menu_body .sub_menu__body .con{width:100%;display:none;}
.pop_menu_body .sub_menu__body h3 , .pop_menu_body .sub_menu__body p{color:#fff;text-align:center;width:100%;}
.pop_menu_body .sub_menu__body h3{font-size:16px;border-bottom:1px solid #9fc7e8;padding:20px 0;font-weight: 700;}
.pop_menu_body .sub_menu__body p{border-bottom:1px solid #48A583;font-size:13px;padding:10px 0;}
.pop_menu_body .sub_menu__body p a{color:#fff;text-decoration: none;}
.pop_menu_body .sub_menu__body p a.active{}


.pop_menu_body .content .ico_body { text-align: center; margin: 5px 0 15px; }

.pop_menu_body .content .ico_body a { display: inline-block; width: 34px; height: 34px; margin-right: 15px; }

.pop_menu_body .content .ico_body a:last-child { margin: 0 0 0 15px; }

.pop_menu_body .content .ico_body a.wechat { background: url(../images/menu_wechat.png) center no-repeat; background-size: cover; }

.pop_menu_body .content .ico_body a.weibo { background: url(../images/menu_weibo.png) center no-repeat; background-size: cover; }

.pop_menu_body .content .search_body { height: 30px; line-height: 30px; overflow: hidden; border: 1px solid #016943; border-radius: 15px; background-color: #fff; position: relative; width: 100%; }

.pop_menu_body .content .search_body input { line-height: 26px; color: #016943; font-size: 1.5rem; padding-left: 10px; width: 100%; }

.pop_menu_body .content .search_body input::placeholder { color: #016943; }

.pop_menu_body .content .search_body a.btn { background: url(../images/search_ico.png) center no-repeat; background-size: cover; width: 20px; height: 20px; position: absolute; top: 50%; right: 5px; transform: translateY(-50%); }

.pop_menu_body .content .link_line { margin-top: 15px; text-align: center; }

.pop_menu_body .content .link_line a, .pop_menu_body .content .link_line em { vertical-align: middle; color: #016943; font-size: 12px; text-decoration: none; }

.pop_menu_body .content .link_line em { font-style: normal; padding: 0 5px; }

.pop_body { display: none; background: rgba(0, 0, 0, 0.4); top: 0; left: 0; right: 0; bottom: 0; z-index: 1001; position: fixed; }

.pop_body .content { position: absolute; background-color: #fff; width: 90%; padding: 40px; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.pop_body .index_con img { display: block; width: 145px; margin: 0 auto 20px; }

.pop_body .index_con p { color: #016943; font-size: 1.5rem; line-height: 2.4rem; text-align: center; }

.pop_body .index_con .btn_body { margin-top: 30px; height: 35px; text-align: center; }

.pop_body .index_con a { display: inline-block; width: 120px; height: 35px; line-height: 35px; background-color: #fff; border: 1px solid #016943; text-align: center; color: #016943; font-size: 1.5rem; text-decoration: none; border-radius: 4px; float: left; }

.pop_body .index_con a.s_1 { background-color: #016943; color: #fff; margin: 0 auto; float: none; }

.inner_kv_body { position: relative; overflow: hidden; }

.inner_kv_body .kv { display: block; width: 100%; }

.inner_kv_body .txt { position: absolute; top: 50%; left: 0; text-align: center; width: 100%; transform: translateY(-70%); }

.inner_kv_body .txt img { display: block; width: 290px; margin: 0 auto 20px; }

.inner_kv_body .txt p { color: #fff; font-size: 1.8rem; }

.slide_img_list li .img_out { position: relative; }

.slide_img_list li .img_out img { display: block; width: 100%; }

.slide_img_list li .con { display: none; background-color: #fff; padding: 30px 20px; }

.slide_img_list li .con p { font-size: 1.5rem; line-height: 2.3rem; }

.slide_img_list li .con p span { color: #016943; }

.link_body { background-color: #e1e1e1; height: 75px; line-height: 75px; border-bottom: 1px solid #016943; text-align: center; position: relative; }

.link_body i, .link_body b, .link_body span { vertical-align: middle; display: inline-block; color: #016943; font-size: 1.8rem; font-weight: 700; }

.link_body i { width: 36px; height: 36px; background-size: cover; background-repeat: no-repeat; background-position: center; margin-right: 20px; }

.link_body i.ico_1 { background-image: url(../images/link_ico_1.png); }

.link_body i.ico_2 { background-image: url(../images/link_ico_2.png); }

.link_body b { background: url(../images/link_ico_3.png) no-repeat center; width: 13px; height: 34px; position: absolute; right: 10px; top: 24px; background-size: cover; }

.u_like_box { padding: 30px 10px; }

.u_like_box h3 { font-size: 1.8rem; color: #016943; margin-bottom: 30px; text-align: center; }

.u_like_box ul { width: 100%; }

.u_like_box ul li { float: left; width: 50%; text-align: center; padding: 0 10px; }

.u_like_box ul li a { display: block; text-decoration: none; }

.u_like_box ul li img { display: block; height:200px; margin: 0 auto 10px; }

.u_like_box ul li p { text-align: center; color: #016943; font-size: 1.3rem; line-height: 1.8rem; }

.wechat_pop_body { display: none; position: fixed; z-index: 2001; background: rgba(255, 255, 255, 0); top: 0; right: 0; left: 0; bottom: 0; width: 100%; }

.wechat_pop_body .con { position: absolute;border0:1px solid #eee; top: 50%; left: 50%; transform: translate(-50%, -50%); 
	background-color: rgba(255,255,255,1); padding: 10px; width:90%;opacity: .9;}

.wechat_pop_body .con img { display: block; width: auto; max-width:100%; height: auto; opacity: .9;}

.wechat_pop_body .con .close_btn { position: absolute; width: 30px; height: 30px; opacity: .95;
	background:rgba(255,255,255,1) url(../images/close_btn_x.png) center no-repeat; background-size: cover; z-index: 10; right: 0px; top: -29px; }

.faq_content.active .faq_con { display: block; }

.faq_content h6 { font-size: 1.5rem; border-bottom: 1px solid #847858; color: #847858; height: 3rem; line-height: 3rem; overflow: hidden; }

.faq_content h6 i { font-style: normal; padding-right: 5px; color: #016943; font-weight: 700; }

.faq_content .faq_con { padding: 1rem 0; width: 100%; display: none; }

.faq_content .faq_con b { font-style: normal; padding-right: 5px; color: #016943; float: left; font-weight: 700; font-size: 1.5rem; padding-top: 3px; }

.faq_content .faq_con div.fl { width: 90%; font-size: 1.2rem; }

.pop_img_body { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9000; background: rgba(0, 0, 0, 0.8); }

.pop_img_body .con { position: absolute; top: 50%; left: 0; right: 0; padding: 0 !important; transform: translateY(-50%); }

.pop_img_body .con img { display: block; max-width: 100%; max-height: 100%; min-width: 100%; }



.pop_mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:9998;
	background:rgba(0,0,0,.3);
	display:none;
}
.pop_mask .con{
	width:100%;
	height:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50% , -52%);
}
.pop_mask .con .tit{
	background-color:#2d84cc;
	height:100px;
	overflow:hidden;
	text-align:center;
}
.pop_mask .con .tit i{
	display:block;
	background:url(../images/pop_logo.png) center no-repeat;
	width:35px;
	height:35px;
	background-size:cover;
	margin:10px auto 10px;
}
.pop_mask .con .tit p{
	color:#fff;
	font-size:14px;
	line-height:18px;
	padding:0;
}
.pop_mask .con .close_btn{
	display:block;
	background:url(../images/pop_close.png) center no-repeat;
	background-size:cover;
	width:40px;
	height:40px;
	margin:10px auto 0;
	display:block;
}
.pop_mask .con .in{
	height:calc(100% - 100px);
	overflow: auto;
	overflow-x:hidden;	
	padding:15px;
	box-sizing:border-box;
	background-color:#fff;
}
.pop_mask .con .in h3 , .pop_mask .con .in h4{
	text-align:center;
	color:#2d84cc;
	padding-bottom:0;
	margin-bottom:0;
}
.pop_mask .con .in h3{
	font-size:17px;
	margin-bottom:10px;
}
.pop_mask .con .in h4{
	font-size:14px;
	margin-bottom:10px;
}
.pop_mask .con .in p{
	font-size:13px;
	line-height:26px;
	color:#727171;
	margin-bottom:0;
	padding-bottom:0;
}
.pop_mask .con .in p.tc{
	text-align:center;
}
.pop_mask .con .in p a{
	color:#727171;
}

.pop_mask .con .clearfix{
	width:100%;
	display:block;
	margin-bottom:60px;
}
.pop_mask .con .clearfix img.fl{
	max-width:420px;
	float:left;
}
.pop_mask .con .clearfix div.fr{
	width:360px;
	float:right;
}
.pop_mask .con .clearfix div.fr h4{
	font-size:18px;
	text-align:left;
}
.pop_mask .con .clearfix div.fr h6{
	font-size:14px;
	line-height:20px;
	color:#727171;
	padding-bottom:0;
	margin-bottom:0px;
}
.pop_mask .con .clearfix div.fr h6 span{
	color:#3085cc;
	margin-right:10px;
}


.icon_new{
	background:url(../images/new.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:10px;
	left:20px;
	display:none;
	width:40px;
	height:29px;
	transform: rotate(0) !important;
}
.icon_new.show{
	display:block;
}

.pro_list dd{
	position:relative;
}

.slide_list li .con p a{
	color:#016943;
	text-decoration:underline;
}

.select_lg {text-align:center;margin-bottom:20px;}
.select_lg label {position: relative; padding-right: 12px;}
.l_label {  letter-spacing: 0.05em; vertical-align:middle;}
.select_lg select { border: none; color: #70aadc; text-transform: uppercase; font-size: 11px; letter-spacing: 2px; position: absolute; right: 2px; width: auto; top: 2px; text-align: right; background: none; padding-left: 89px; padding-top: 1px; }
.select_lg label:before { content: "\f0d7"; position: absolute; right: 1px; top:4px; font: normal normal normal 10px/1 FontAwesome; }
.select_lg select option { line-height:20px;}
.ddcommon{margin-left:0px !important;}

.others_body{
	padding:20px;
	color:#016943;
}
.others_body h1{
	font-size:20px;
	margin-bottom:10px;
}
.others_body p{
	font-size:14px;
	line-height:30px;
	margin-bottom:5px;
}
.others_body ul li{
	font-size:12px;
	line-height:24px;
	margin-bottom:5px;

}

.page_wechat_ico{
	position:fixed;
	z-index:900;
	background:url(../images/page_wechat_ico.png);
	width:50px;
	height:50px;
	background-size:cover;
	bottom:50px;
	right:15px;
	border-radius:100%;
	box-shadow:0 0 5px 2px rgba(255,255,255,.3);
}

.index_pro__body_2020{padding:0 15px;}
.index_pro__body_2020 .tit{text-align:center;font-size:16px;color:#347aa8;padding-bottom:10px;
	letter-spacing: 1px;}
.index_pro__body_2020 .flex{display:flex;justify-content: space-between;align-items: flex-start;}
.index_pro__body_2020 .box{width:calc(50% - 10px);background-color:#fff;margin-right:10px;
	border-radius: 8px;padding:25px 0;}
.index_pro__body_2020 .box:nth-child(2n){margin-right:0;}
.index_pro__body_2020 .box img{display:block;width:100%;}
.index_pro__body_2020 .box p{text-align:center;font-size:14px;color:#32769a;padding-top:20px;}