@charset "utf-8";
/* CSS Document */

/* 基础设置 */

/*=================default===================*/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	position: relative;
	
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;  width: 100%;
	overflow-y: scroll;
	font-size: 14px;
	
}


.search ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search ::placeholder {
  color: #fff;
}



*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; line-height: 1.75;font-family: auto!important;}

.layui-form-switch ,.layui-form-switch *{ -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

.af-cb:after{clear: both; content: ' '; overflow: hidden; width: 0; height: 0; display: block;}

::selection{background:#00AE94; color:#fff;}
::-moz-selection{background:#00AE94; color:#fff;}

a,a:link{ color: #333; text-decoration: none;}
a:hover,a:active{ color: #00AE94; text-decoration: none;}

a:hover i.pic-size img{-webkit-transform: scale(1.05); transform: scale(1.05);}

.block{display: block !important;}

/*定义动画*/
.e-ani *,.e-ani *:before,.e-ani *:after{-webkit-transition: .3s; transition:.3s;}


.nav * .nav-btn-bg{-webkit-transition:left .3s ease .03s; transition:left .3s ease .03s;}/*0.03延迟解决".nav-btn-bg"元素抖动*/

.e-animte{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear .6s, bottom 0s linear .6s, left 0s linear .6s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear .6s,bottom 0s linear .6s,left 0s linear .6s;}

*.e-animte-show{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;}

.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

/*--简易切换动画--*/
.tabs-box .bd{ transition: .3s;}
.tabs-box .bd:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden;}
.tabs-box .bd>.tabs-hide{ position: absolute; top: 0; left: -10000px; width: 100%; overflow: hidden; -webkit-transform: none; transform: none; opacity: 0; -webkit-animation: tabs-hide .8s; animation: tabs-hide .8s;}
@-webkit-keyframes tabs-hide /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
@keyframes tabs-hide
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
.tabs-box .bd>.tabs-on{ position: relative; top: 0; left: 0; width: 100%; -webkit-transform:none; transform: none; opacity: 1;}
.tabs-box .bd>.tabs-show{ position: relative; top: 0; left: 0; width: 100%; overflow: visible; -webkit-transform:none; transform: none; opacity: 1; -webkit-animation: tabs-show .8s; animation: tabs-show .8s;}
@-webkit-keyframes tabs-show /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}
@keyframes tabs-show
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}


/* 切换 */
.tabs-box .hd-line{transition: .3s;}
.tabs-box .hd>*{position: relative;}
.tabs-box .bd{ position: relative; overflow: hidden;}
.e-anim-hide{display: none;}
.e-anim-on{ display: block;}
.e-anim-off{  pointer-events: none; display: block; display: none\9;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .e-anim-off { display: block;  } /* IE10+ */
}


.tabs-box .e-anim-on{animation:tabs-anim-on .3s;animation-fill-mode: both;  width: 100%;}
.tabs-box .e-anim-off{ animation:tabs-anim-off .3s;  width: 100%; position: absolute; animation-fill-mode: both;  top: 0;}


@keyframes tabs-anim-on{
	from { opacity: 0; }
	to {opacity: 1;}
}
@keyframes tabs-anim-off{
	from { opacity: 1; }
	to { opacity: 0;}
}




/*--最小屏提示--*/
@media screen and (max-width: 319px) {
html{-webkit-transition: 0s;  transition: 0s; background: #fff url(../img/displayNone.png) center center no-repeat; }
	body {
		-webkit-transition: 0s;  transition: 0s; display: none;
	}
}

/*--layui--*/
.layui-layer,.layui-layer *{ -webkit-transition: 0s; transition: 0s;}

/*--移动端横屏提示--*/
@media (max-width: 991px) and (orientation : landscape) {
	html.landscape {
		background: #fff url(../img/landscape.png) center center no-repeat;
	}
	html.landscape body {
		display: none;
	}
}


/*--swiper2.x高度自适应--*/
/* .swiper-container .swiper-wrapper{ height: auto !important;} */

/*默认动画时长*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration:1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-s {
  -webkit-animation-duration: .5s;
  animation-duration:.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享*/
#bsPanel,#bsPanel *,#bsBox,#bsBox *{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享微信弹窗兼容*/
#bsWXBox{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}


/*百度地图*/
.map *{ -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;}
.map label,.map img{max-width: none !important; width: initial !important;}
.map *{ font-size: 12px; -webkit-transition: 0s; transition: 0s; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

/*视频全屏*/
.video-bg{position: absolute; z-index: -1; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: 0s; transition: 0s;}

/*lightbox*/
.lightbox,.lightbox *,.lightboxOverlay,.lightboxOverlay *{-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; -webkit-transform:translateZ(0); transform:translateZ(0);}


/*--分页--*/
div.pages {text-align: center; width: 100%; padding: 30px 0 0 0; margin: 0; line-height: 1.7;}
div.pages *{ line-height: 1.7;}
div.pages a,div.pages span {text-decoration: none; background: #fff; border: 1px solid #DDDDDD; padding: 3px 11px; margin: 2px; color: #333; font-size: 14px; display: inline-block; font-weight: normal; }
div.pages a.on,div.pages a.hover,div.pages a:hover,div.pages a:active,div.pages span.current,div.pages span.disabled { background: #00AE94; color: #fff; border: 1px solid #00AE94;  line-height: 1.7;}

@media screen and (min-width: 992px) {
	div.pages{ padding-top: 50px;}
}

@media screen and (min-width: 1340px) {
	div.pages{ padding-top: 60px;}
}

/*--移动端设置&小屏电脑 图片缩放--*/
/*设置最大屏像素-1*/
@media screen and (max-width: 1259px){
/*.content-box img,.content-bd img{width: auto !important; height: auto !important; max-width: 100%;}*/
}

/*图片比例裁剪预设*/
i.pic-size{ width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; overflow: hidden;}
i.pic-size img{ width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; position: absolute; /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/ margin: auto; object-fit: contain;}
i.pic-size-cover img{object-fit: cover;}
i.pic-size-scale-down img{object-fit: scale-down;}
i.pic-size-none img{object-fit: none;}


.layui-form-checked[lay-skin=primary] i{ border-color: #00AE94; background-color: #00AE94;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #00AE94;}

.pic img{width: 100%;}




/*=================layout===================*/
@media screen and (min-width: 320px) {
	.container{ padding: 0 15px; margin: 0 auto; width: 100%;}
	.container:after{ content: " "; display: block; clear: both; width: 0; height: 0; overflow: hidden;}
	.container-max{ padding: 0 15px; width: 100%; margin: 0 auto;}

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
		::-webkit-scrollbar
		{
		    width: 10px;
		    height: 10px;
		    background-color: #f7f7f7;
		}
		 
		/*定义滚动条轨道 内阴影+圆角*/
		::-webkit-scrollbar-track
		{
		    background-color: #e6e6e6;
		}
		 
		/*定义滑块 内阴影+圆角*/
		::-webkit-scrollbar-thumb
		{
		    background-color: #aaa;
		}
}

@media screen and (min-width: 992px) {
	.container{ width: 980px; padding: 0 10px;}
}
@media screen and (min-width: 1340px) {
	.container{ width: 1320px; padding: 0 10px;}
}


@media screen and (min-width: 1480px) {
	.container{ width: 1480px; padding: 0 10px;}
}





/*=================header===================*/
@media screen and (min-width: 320px) {
	
	div.nav-poa{ position: absolute; left: 0; top: 0; width: 100%;}
	.container-header{position: relative;}
	.nav-box-bg{ height: 55px; width: 100%; position: absolute; left: 0; top: 0; z-index: 8;}
	.nav-box{ height: 55px; width: 100%; z-index: 100;  left: 0; top: 0; background: #fff;}
	.header-box{ height: 55px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; height: 50px; padding: 10px 0 10px 0;}
	.logo a{ display: block; height: 100%;}
	.logo img{ height:100%; display: block;}
	
	
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 55px; font-size: 32px; width: 24px; text-align: center; color: #00AE94;}
	.nav-hide-btn{ display: none;}
	
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: 55px; left: 0; right: 0; background: #0c0c0c; background: rgba(255,255,255,.95);  padding:10px 15px; -webkit-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	box-shadow: 0 10px 20px  rgba(0,0,0,.2); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; z-index: 8;}
	
	.nav.e-anim-on{animation:nav-anim-on .3s; animation-fill-mode: both; }
	.nav.e-anim-off{ animation:nav-anim-off .5s; animation-fill-mode: both;}
	
	
	
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom: solid 1px rgba(0,0,0,.1);}
	.nav-list li:nth-last-child(2){border-bottom: none;}
	.nav-list li a{ display: block; }
	.nav-list li a b{font-weight: normal; line-height: 42px; position: relative; color: #666; display: block; text-align: center;}
	
	
	.nav-list li .nav-list-sub{ overflow: hidden; background: rgba(230,230,240,.5);-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden; 
	transition:height .3s,opacity .3s;}
	.nav-list li .nav-list-sub div{ padding: 10px 15px;}
	.nav-list li .nav-list-sub a{ line-height: 40px; border-bottom: solid 1px rgba(128,128,128,.1); color: #eee; font-size: 14px; text-align: center;}
	.nav-list li .nav-list-sub a:nth-last-of-type(1){border: none;}
	.nav-list li .nav-list-sub a span{ color: #666;}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #00AE94;}
	.nav-list .nav-on{ border-color: transparent; position: relative; z-index: 9;}
	.nav-list .nav-on a{border-bottom:none ;}
	.nav-list .nav-off{ position: relative; z-index: 1;}
	
	
	.nav-list li .on b,.nav-list li .on i:before{ color: #00AE94;}
	.nav-list li.nav-on a b,.nav-list li.nav-on a i:before{ color: #00AE94;}
	
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ opacity: 0; filter:Alpha(opacity=0); width: 100%; left: 0; top: 0; height: 46px; background: #00AE94; z-index: -1; position: absolute; display: none;}
	.nav-list div.nav-btn-bg-02{ width: auto; left: auto;}
	.nav-list div.nav-btn-bg-02-show{ opacity: 1;  filter:Alpha(opacity=100); }
	
	
	.nav-list-sub.e-anim-hide{ display: block; }
	
	.nav-list a b{ transition: color .3s,background .3s;}
	
	
	
	.nav-list-height.e-anim-on{animation:nav-list-anim-on .3s; animation-fill-mode: both; display: block;}
	.nav-list-height.e-anim-off{ animation:nav-list-anim-off .3s; animation-fill-mode: both; display: block;}
	
	.nav-list li .nav-list-sub div.btn-sub-bg{display: none;}
	
	.top-r {display: flex; flex-direction: column; align-items: center; padding: 15px ; background: #f4f4f4; border: solid 1px #eee; border-radius: 8px;}
	.lang-box{display: inline-flex; border: solid 1px #00AE94; border-radius: 4px; background: #fff; overflow: hidden; align-items: center;}
	.lang-box a{ padding: 5px 10px; line-height: 1.2; background: #F1F1F1;}
	.lang-box a.on{ background: #00AE94; color: #fff;}
	
	.search-box{ margin-top: 15px; display: flex;}
	
	.search-inp{display: block; padding-right: 5px;}
	.search-inp input{ height: 36px; border: solid 1px #bbb;padding: 0 15px; border-radius: 4px;}
	.search-box .btn{ height: 36px; width: 36px; border-radius: 4px; border: none; background: #00AE94; color: #fff; cursor: pointer;}
	
}
	
	@keyframes nav-anim-on{
		from { opacity: 0; transform: translateY(-10px); filter: blur(2px);}
		to {opacity: 1; transform: translateY(0);}
	}
	@keyframes nav-anim-off{
		from { opacity: 1; transform: translateY(0); filter: blur(0);}
		to { opacity: 0; transform: translateY(-10px); filter: blur(2px);}
	}
	
	@keyframes nav-list-anim-on{
		from { opacity: 0; transform: translateY(-20px);}
		to {opacity: 1; transform: translateY(0);}
	}
	@keyframes nav-list-anim-off{
		from { opacity: 1; transform: translateY(0);}
		to { opacity: 0; transform: translateY(20px);}
	}
	
	


@media screen and (min-width: 375px) {
	
}


@media screen and (min-width: 480px) {
	 .logo{ height: 60px; padding: 8px 0;}
	.nav-box-bg{ height: 60px;}
	.nav-box{ height: 60px;}
	.header-box{ height: 60px;}
	.nav{ top: 60px;}
	.nav-btn i{ line-height: 60px; font-size: 32px; width: 30px;}
	 
	
}


@media screen and (min-width: 992px) {
	
	.nav{ height: 75px;}
	.nav:before{display: none;}
	.nav-box-bg{ height: 75px;}
	
	.nav-box{ box-shadow: none; position: relative; height: 75px; background: rgba(255,255,255,0.5);}
	
	.header-box{ height: 75px; display: none;}
	
	.logo{ height: 75px; padding:10px 0;}
	.logo img{ margin: 0 auto; height: 100%;}
	.logo a{ width: 100%; height: 100%; display: block; padding: 0;}
	
	
	.nav-btn{ display: none;}
	.nav{ float: right; position: relative; -webkit-transform: none; transform: none; opacity: 1; filter:Alpha(opacity=100); z-index: 9; box-shadow: none; padding: 0; border-top: none; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; overflow: visible; background: none; top: 0;  padding-left: 0; padding-right: 0; left: auto; right: auto; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;}
	.nav-list{  position: relative; float: right;}
	
		
	
	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list{}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	
	.nav-list li a b{ line-height: 75px; height: 75px; color: #333; overflow: hidden; font-size: 16px; }
	.nav-list li a{ height: 75px; line-height: 75px; padding: 0 15px; font-size: 14px; position: relative;}
	
	
	/*.nav-list li:nth-last-of-type(1) a:after{display: none;}*/
	.nav-list li.nav-on>a b{ color: #fff;}
	.nav-list li.nav-off>a b{ color: #666;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #fff;}
	.nav-list li .on .nav-btn-bg{ opacity: 1;filter:Alpha(opacity=100);}
	.bd-more{border-bottom-color: #fff; display: none;}
	.nav-list li .nav-list-sub{ position: absolute; top: 75px; height: auto !important; box-shadow: 0 5px 8px rgba(0,0,0,.3); width: auto; background: none; box-shadow:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;padding-top: 0; left: 0; right: 0; }

	.nav-list li .nav-list-sub .nav-list-height{padding: 0;overflow: hidden; width: 100%; margin-left:0; position: relative; background: rgba(255,255,255,.95); padding: 10px 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
	.nav-list li .nav-list-sub a{ height: auto; border: none; padding:  0 10px;  text-align: center; line-height: 54px; position: relative; z-index: 2;}
	
	.nav-list li .nav-list-sub a::before{ content: ' '; border: solid 2px #fff; background-image: linear-gradient(to bottom, #DCF6F0, #fff); position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0;}
	
	.nav-list li .nav-list-sub a span{ color: #666; white-space: nowrap; padding: 0; font-size: 14px; line-height: 46px; z-index: 2; position: relative;}
	
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on span{  color: #00AE94;}
.nav-list li .nav-list-sub a:hover::before{opacity: 1;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ height: 75px; background: linear-gradient(#00AE94, #00AE94); overflow: hidden; transition: .3s; display: block; }
	
	.nav-list-sub.e-anim-hide{ display: none;}
	.nav.e-anim-hide{ display: block;}

	
	.nav-list-height.e-anim-on{animation:nav-list-anim-on-pc .5s; animation-fill-mode: both; display: block;}
	.nav-list-height.e-anim-off{ animation:nav-list-anim-off-pc .2s; animation-fill-mode: both; display: block;}
	
	
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: block; position: absolute; top: -100%; height: 46px; width: 100%; left: 0; background: #fff; opacity: 0;  filter:Alpha(opacity=0); }
	.nav-list-sub-bg-show{ opacity: .6;  filter:Alpha(opacity=60); top: 60px; display: none;}
	
	
	/* pc二级栏目滑块 */
	.nav-list li .nav-list-sub div.btn-sub-bg{display: block; position: absolute; width: 0; left: 0; height: 46px; padding: 0; border-bottom: solid 2px #00AE94; transition: .3s;}
	
	.ind-nav-box{ position: absolute; left: 0; width: 100%;}
	.ind-nav-box{ background: none; transition: .3s;}
	.ind-nav-box .logo img{filter: contrast(0%) brightness(1000%);}
	.ind-nav-box .nav-list li a b{color: #fff;}
	
	.ind-nav-box:hover{box-shadow: 0 0 5px rgba(0,0,0,.2); background: #fff;}
	.ind-nav-box:hover .logo img{filter: contrast(100%) brightness(100%);}
	.ind-nav-box:hover .nav-list li a b{color: #333;}
	
	
	.top-r{ background: none; border: none; float: right; display: flex; flex-direction: row-reverse; justify-content: center; padding: 0;}
	.search-box{ margin-top: 0; height: 75px; display: flex; align-items: center; justify-content: center; width: 100px; border-left: solid 1px #eee;}
	
	.lang-box{  height: 75px; border: none; /* border-left: solid 1px #EEE; */}
	.lang-box .on{/* display: none; */}
	.lang-box a{ display: flex; align-items: center; justify-content: center; width: 34px; font-size: 16px; color: #000;height: 34px;}
	
	.search-box{position: relative;}
	.search-bg{ position: absolute; right: 0; top: 75px; background: #f7f7f7; padding: 8px 12px;}
	.search-inp{display: none; padding-right: 0; position: absolute; right: 0; top: 0;}
	.search-inp input{ height: 36px; border:solid 1px #ddd;}
	.search-box .btn{ background: none; color: #888; width: 100px; height: 75px;}
	
	.search-inp.e-anim-on{ animation: search-anim-on-pc .5s; animation-fill-mode: both; display: block;}
	
	.search-inp.e-anim-off{ animation:search-anim-off-pc .2s; animation-fill-mode: both; display: block;}
}

@keyframes nav-list-anim-on-pc{
	from { opacity: 0; transform: translateY(-10px);}
	to {opacity: 1; transform: translateY(0);}
}
@keyframes nav-list-anim-off-pc{
	from { opacity: 1; transform: translateY(0);}
	to { opacity: 0; transform: translateY(10px);}
}

@keyframes search-anim-on-pc{
	from { opacity: 0; transform: translateY(-10px);}
	to {opacity: 1; transform: translateY(0);}
}
@keyframes search-anim-off-pc{
	from { opacity: 1; transform: translateY(0);}
	to { opacity: 0; transform: translateY(10px);}
}


@media screen and (min-width: 1340px) {
	.lang-box{height: 100px;}
.nav-box{height: 100px;}
.nav-box-bg{ height: 100px;}
.logo{ height: 100px;padding:15px 0;}
.nav{width: auto; height: 100px;}
.nav-list{ padding-right: 20px; }
.nav-list li a{ padding: 0 25px; height: 100px; line-height: 100px;}
.nav-list li a b{font-size: 18px; line-height: 100px; height: 100px;}



.nav-list div.nav-btn-bg, .nav-list div.nav-btn-bg-02{height: 100px;}
.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{ }
.nav-list li .nav-list-sub{}
.nav-list li .nav-list-sub .nav-list-height{ margin: 0;}

	
.search{}
.search.show input{ width: 160px;}

.nav-list li .nav-list-sub{ top: 100px;}
.nav-list-sub-bg-show{ top: 100px;}

	
}



/* banner */
@media screen and (min-width: 320px) {
	.banner-swiper .bg{background-color: #ccc; height: 51vw; -webkit-background-size: cover;
	background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; background-position: center; }
	
	.banner-mess{ position: absolute; bottom: 35px; width: 100%;  z-index: 2; display: flex; align-items: center; justify-content: center;}
	.banner-mess .banner-pagination{ display: flex;}
	.banner-mess .banner-pagination .swiper-pagination-bullet{ width: 12px; height: 12px; background: #000;  margin:0 5px; opacity: .5; position: relative;}
	
	.banner-mess .banner-pagination .swiper-pagination-bullet-active{ opacity: 1; background: #00AE94;}
	
	.banner-prev,.banner-next{ position: absolute;top: 50%; z-index: 9; height: 50px; margin-top: -25px; display: flex; align-items: center; justify-content: center; width: 30px; cursor: pointer;}
	.banner-prev{ left: 15px;}
	.banner-next{ right: 15px;}
	.banner-prev i::before,.banner-next i::before{ color: #fff; font-size: 20px; display: block;}
	.banner-prev:hover i::before{transform: translateX(-5px);}
	.banner-next:hover i::before{transform: translateX(5px);}
	.ind-bg-ner{display: flex;flex-direction: column;color: #FFFFFF;width: 100%;padding: 0 15px;}
	.ind-bgbt{font-size: 22px;}
	.ind-bgjs{ font-size: 16px;padding-top: 10px;}
	.ind-bgcz{margin-top: 30px;}
	.ind-bgcz{font-size: 14px;color: #00E2C0;}
}

@media screen and (min-width: 992px) {
	.banner-swiper .bg{ max-height: 980px; background-size: 1920px auto;}
	.banner-swiper .tit{ font-size: 50px;}
	.banner-swiper .txt{ font-size: 26px; padding-top: 10px;}
	.banner-swiper .btn{ padding-top: 65px;}
	.banner-swiper .btn a{ width: 180px; height: 50px; font-size: 16px;}
	.ind-bg-ner{width: 980px;}
	
	
	.banner-prev{ left: 25px;}
	.banner-next{ right: 25px;}
	.banner-prev i::before,.banner-next i::before{  font-size: 28px;}
	
	.ind-bgbt{font-size: 50px;}
	.ind-bgjs{ font-size: 26px;padding-top: 20px;}
	.ind-bgcz{margin-top: 40px;}
	.ind-bgcz{font-size: 16px;}
	.ind-bg-ner{padding-top: 30px;}
	.ind-bgjs p:last-child{padding-top: 10px;}
}

@media screen and (min-width: 1340px) {
	.ind-bgbt{font-size: 60px;line-height: 90px;}
	.ind-bg-ner{width: 1320px;}
	.ind-bgjs{ font-size: 30px;padding-top: 40px;}
	.ind-bgcz{margin-top: 50px;}
	.ind-bg-ner{padding-top: 50px;}
	.ind-bgjs p{line-height: 40px;}
	.ind-bgjs p:last-child{padding-top: 20px;}
}

@media screen and (min-width: 1480px) {
	.ind-bgbt{font-size: 70px;}
	.ind-bg-ner{width: 1480px;}
	.ind-bgjs{ padding-top: 60px;}
	.ind-bgcz{margin-top: 56px;}
	.ind-bg-ner{padding-top: 60px;}
}
@media screen and (min-width: 1880px){
	.ind-bg-ner{padding-top: 110px;}
	}
@media screen and (min-width: 1920px) {
	.banner-prev{ left: 50%; margin-left: -935px;}
	.banner-next{ right: 50%; margin-right: -935px;}
	
}




/* 首页共用 */
@media screen and (min-width: 320px) {
	.ind-tit-box { padding-bottom: 30px;}
	.ind-tit-box .tit{ font-size: 28px; color: #000000; line-height: 1.4;}
	.ind-box-02-t .ind-tit-box .tit{color:#fff;}
	.ind-tit-box .sub-tit{ font-size: 14px; color: #666666; line-height: 1.4; padding-top: 10px;}
	
	.ind-tit-box .line{ background: #00AE94; width: 40px; height: 2px; margin-top: 10px;}
	.ind-tit-box .desc{font-size: 16px;color: #000;padding-top: 15px;}
	
	.ind-more-btn a{ padding: 8px 15px; border-radius: 6px;  background: linear-gradient(to right,#00AE94, #00AE94); display: inline-flex; align-items: center; justify-content: center;}
	.ind-more-btn a span{ color: #fff; padding-right: 5px;}
	.ind-more-btn a i,.ind-more-btn a i::before{ color: #fff; line-height: 1.2; font-size: 14px;}
	
	.ind-more-btn a:hover span{ padding-right: 15px;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.ind-tit-box .desc{padding-top: 20px;}
}

@media screen and (min-width: 992px) {
	
	.ind-tit-box { padding-bottom: 50px;}
	.ind-tit-box .tit{ font-size: 36px;}
	.ind-tit-box .sub-tit{ font-size: 18px;padding-top: 18px;}
	.ind-tit-box .line{ margin-top: 20px;}
	
	.ind-more-btn a{ padding: 5px 20px; height: 50px; display: inline-flex; align-items: center;}
	.ind-more-btn a span{ font-size: 16px; padding-right: 10px;}
	.ind-more-btn a i,.ind-more-btn a i::before{ font-size: 22px;}
	
	.ind-more-btn a:hover span{ padding-right: 20px;}
	.ind-tit-box .desc{font-size: 18px;max-width: 1265px;margin: 0 auto;}
	.ind-tit-box .desc{padding-top: 30px;}
}

@media screen and (min-width: 1340px) {
	
	.ind-tit-box { padding-bottom: 70px;}
	.ind-tit-box .tit{ font-size: 40px;}
	.ind-tit-box .line{ margin-top: 25px;}
	.ind-tit-box .desc{font-size: 20px;}
	.ind-tit-box .desc{padding-top: 36px;line-height: 2;}
}

@media screen and (min-width: 1480px) {
	
}

/* ind-box-01 */
@media screen and (min-width: 320px) {
	.ind-box-01-t{padding-top: 30px;}
	.ind-tit-box{text-align: center;}
	.ind-abus ul {display: flex;justify-content: center;align-items: center;}
	.ind-abus li{max-width: 260px;flex: 1;text-align: center;position: relative;}
	.ind-abus li::before{content: "";position: absolute;left: 0;top: 50%;transform: translate(0,-50%);width: 1px; z-index: 2;height: 66%;display: none;background-color: #D9D9D9;}
	.ind-abus li+li::before{display: block;}
	.abus-nb{font-size: 18px;color:#00AE94;}
	.ind-abus{margin-top: 20px;}
	.abus-name{font-size: 16px;}
	.ind-box-01{background-position: center center; -webkit-background-size: contain;background-size: cover;}
	.ind-morr{text-align: center;padding-bottom: 30px;}
	.ind-morr .span{padding-top: 5px;}
	.ind-morr02 a{color:#00AE94;}
	.pic-nyzs{padding-bottom: 141.35%!important;}
	.ny-zs ul{display: flex;margin: -10px;justify-content: center;flex-wrap: wrap;}
	.ny-zs li{padding: 10px;width: 100%;}
	.ny-zs .ny-zs-con{padding: 5px;border: 1px solid #DFDFDF;}
	.ind-morr-zs{padding-top: 20px;}
	.index-ind .ind-morr-zs{display:none;}
	
}

@media screen and (min-width: 375px) {
	.ind-box-01-t{padding-top: 40px;}
	.abus-nb{font-size: 20px;}
	.ind-morr{padding-bottom:32px;}
	.ind-morr-zs{padding-top: 24px;}
}

@media screen and (min-width: 480px) {
	.ind-box-01-t{padding-top: 50px;}
	.abus-nb{font-size: 22px;}
	.ind-morr{padding-bottom: 40px;}
	.ny-zs li{width: 50%;padding: 15px;}
	.ny-zs ul{margin: -15px;}
	.ind-morr-zs{padding-top: 26px;}
}

@media screen and (min-width: 992px) {
	.ind-box-01-t{padding-top: 75px;}
	.abus-nb{font-size: 26px;}
	.ind-abus{margin-top: 30px;}
	.abus-name{font-size: 18px;}
	.ind-morr{padding-bottom: 46px;}
	.ny-zs li{width: 25%;padding: 18px;}
	.ny-zs ul{margin: -18px;}
	.ind-morr-zs{padding-top: 30px;}
}

@media screen and (min-width: 1340px) {
	.ind-box-01-t{padding-top: 88px;}
	.abus-nb{font-size: 36px;}
	.ind-abus{margin-top: 40px;}
	.ind-morr{padding-bottom: 56px;}
	.ny-zs li{width: 20%;padding: 22px;}
	.ny-zs ul{margin: -22px;}
	.ind-morr-zs{padding-top: 40px;}
}

@media screen and (min-width: 1480px) {
	.ind-box-01-t{padding-top: 100px;}
	.abus-nb{font-size: 40px;}
	.ind-morr{padding-bottom: 63px;}
	.ny-zs li{width: 18%;padding: 30px;}
	.ny-zs ul{margin: -30px;}
	.ind-morr-zs{padding-top: 42px;}
}
/* ind-box-01 */

/*   */
@media screen and (min-width: 320px) {
	
}

@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 1340px) {
	
}

@media screen and (min-width: 1480px) {
	
}

/*  */

/* ind-box-02 */
@media screen and (min-width: 320px) {
	.ind-box-02{ background: linear-gradient(to right,#002C8D, #011D5E,#021444,#01216A,#002C8D); padding: 40px 0;padding-bottom: 0;}
	
	.ind-box-02-t .hd{ margin-right: -10px; display: flex; flex-wrap: wrap; justify-content: center; margin-top: -10px; padding-bottom: 30px;}
	.ind-box-02-t .hd .btn{ margin:0 10px; margin-top: 10px;}
	.ind-box-02-t .hd .btn span{ padding: 10px 15px; display: flex; border-radius: 0px; border: solid 1px #E6E6E6; cursor: pointer;min-width: 160px;justify-content: center;font-size: 18px;color: #FFFFFF;}
	.ind-box-02-t .hd .on span{ background: linear-gradient(to right,#00AE94, #00AE94); border: solid 1px transparent; color: #fff;}
	
	.ind-box-02 .more-box{ padding-top: 20px;}
	.ind-box-02-t .ind-tit-box{padding-bottom: 7px;}
	i.pic-scale-pro{ padding-bottom: 100%;}
	
	.pro-list ul{ margin: 0px;}
	.pro-list li{ padding: 0px;width:100%;}
	.pro-list li dd{ display: flex; align-items: center; justify-content: center; height: 48px;}
	.pro-list li a:hover dd{ color: #fff; background: #00AE94;}
	
	.pro-list li dt{border: 2px solid #fff;}
	.more-box .ind-morr{color:#00E2C0;}
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.ind-box-02{  padding: 50px 0;padding-bottom: 0;}
	.ind-box-02 .more-box{ padding-top: 30px;}
}

@media screen and (min-width: 992px) {
	.ind-box-02{ padding: 75px 0;padding-bottom: 0;}
	.ind-box-02 .more-box{ padding-top: 40px;}
	
	.ind-box-02-t{display: flex; justify-content: center; align-items: flex-start;}
	
	.ind-box-02-t .hd{ padding-top: 5px;}
	.ind-box-02-t .hd .btn span{ padding: 10px 20px; font-size: 18px;}
	.ind-box-02-t .hd .btn{ margin:0 20px; margin-top: 10px;}
	.pro-list{overflow: hidden;}
	.pro-list ul{ display: flex; flex-wrap: wrap; margin: 0px;}
	.pro-list li{/* flex-basis: 33.33333%;*/ padding: 0px; position: relative; position: relative;}
	.pro-list-line li::before{content: ' '; width: 1px; height: 185px; position: absolute; right: 0; top: 15px; background: #D8EFEA;display: none;}
}

@media screen and (min-width: 1340px) {
	.ind-box-02{ padding: 88px 0;padding-bottom: 0;}
	
	.ind-box-02-t .hd{ padding-top: 12px; margin-right: -18px;}
	.ind-box-02-t .hd .btn span{ }
	
	
	.pro-list-line li::before{ height: 239px; top: 22px;}
	.pro-list li dd{ font-size: 16px; height: 68px;}
	.ind-box-02-t .hd .btn{ margin:0 30px; margin-top: 10px;}
}

@media screen and (min-width: 1480px) {
	.pro-list li::before{ height: 260px;}
}





/* ind-box-03 */
@media screen and (min-width: 320px) {
	.ind-box-03{ padding: 20px 0;}
	.ind-idxmore ul{ display: flex;flex-direction: row;justify-content: center;}
	.ind-idxmore li{width: 100%;max-width: 327px;}
	.idm-icon{max-width: 70px;margin: 0 auto;}
	.idm-bt, .idm-lj{text-align: center;}
	.idm-bt{font-size: 18px;padding-top: 10px;color: #000000;transition: .3s;}
	.idm-lj{font-size: 14px;padding-top: 10px;}
	.ind-idxmore li:hover .idm-bt{color:#00E2C0; transition: .3s;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.ind-box-03{ padding: 26px 0;}
}
@media screen and (min-width: 640px) {
	.ind-idxmore li{width: 33.33%;}
	.ind-box-03{ padding: 30px 0;}
	.idm-bt{font-size: 20px;padding-top: 14px;}
	
	
}
@media screen and (min-width: 992px) {
	.ind-idxmore li{width: 33.33%;}
	.ind-box-03{ padding: 40px 0;}
	.idm-bt{font-size: 22px;padding-top: 18px;}
	.idm-lj{font-size: 16px;}
}

@media screen and (min-width: 1340px) {
	.ind-box-03{ padding: 50px 0;}
}

@media screen and (min-width: 1480px) {
	.idm-bt{font-size: 24px;padding-top: 22px;}
	.ind-box-03{ padding: 55px 0;}
}





/* footer */
@media screen and (min-width: 320px) {
	.footer{background-color: #272727;}
	.foot{padding: 30px 0 40px;}
	.footer-db{background-color: #191919;}
	.con-foot-lxfx{color: #FFFFFF;padding-top: 20px;}
	.foot-call{font-size: 18px;line-height: 1;}
	.foot-call span{margin-right: 10px;position: relative;top: -2px;}
	.foot-call a{margin-right: 10;display: inline-block;}
	.foot-icon a{position: relative;}
	.db-icon-img{position: absolute;bottom: 100%;left: 0%;display: none;z-index: 2; background-color: #fff;padding: 18px 17px 14px;border-radius: 10px;}
	.foot-icon a:last-child .db-icon-img{left: auto;right: 100%;}
	.foot-icon a:nth-child(4) .db-icon-img{left: auto;right: 50%;}
	.foot-icon a:nth-child(5) .db-icon-img{left: auto;right: 100%;}
	.iconimg img{max-width: 100%;}
	.iconimg {width: 180px;display: block;text-align: center;}
	.foot-icon .db-icon:hover .db-icon-img{display: block;}
	.foot-icon{padding-top: 30px;}
	.dbimg-name{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;text-align: center;}
	.foot-ner{line-height: 1.5;font-size: 16px;padding-top: 14px;opacity: 0.5;}
	.db-icon-omg{margin-right: 10px;}
	.footer-db .container{display: flex;flex-direction: column;justify-content: center;}
	.footer-db .container::after{display: none;}
	.foot-db-le, .foot-db-ri{color: #FFFFFF;opacity: 0.5;}
	.db-lmcom li a{color: #fff;}
	.db-lmcom ul{display: flex;width: 100%;flex-direction: column;justify-content: left;align-items: ;}
	.db-lmcom .yi-lm{text-align: ;font-size: 18px;white-space: nowrap;  }
	.foot-ri{padding-top: 20px;text-align: center;}
	.dblm-ej a{font-size: 14px; display: inline-block;padding: 0 5px;opacity:0.5;}
	.db-lmcom li{padding: 10px 0;}
	.footer-db{padding: 10px 0;}
	.foot-icon a{padding-top: 10px;}
	.foot-tellnb{font-size: 20px;}
	
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 640px) {
	
		.footer-db .container{display: flex;flex-direction: row;justify-content: space-between;}
		.db-lmcom ul{flex-direction: row!important;flex-wrap: wrap;}
		.db-lmcom li{width: 100%;}
		.foot-db-le, .foot-db-ri{line-height: 54px;font-size: 16px;}
		.footer-db{padding: 0px ;}
	
}

@media screen and (min-width: 992px) {
	..con-foot-lxfx{padding-top: 0;}
	.foot-call{font-size: 20px;}
	.foot-icon{padding-top: 40px;}
	
	.db-icon-omg{margin-right: 14px;}
	.foot .container{display: flex;flex-direction: row;justify-content: space-between;}
	.foot .container::after{display: none;}
	.foot-ri{/* flex: 1; */width: 50%;}
	.db-lmcom {/* padding-right: 50px; */}
	.db-lmcom ul{justify-content: space-between;}
	.db-lmcom li{width: 18%;padding: 10px 0;max-width: 90px;}
	.dblm-ej a{display: block;padding:4px 0;}
	.db-lmcom li{padding: 0;}
	.foot-ri{padding-top: 0;}
	.foot{padding: 35px 0 60px;}
	.foot-icon a{padding-top: 15px;}
	.foot-icon a:last-child .db-icon-img{left: 1%;right: auto;}
	.foot-icon a:nth-child(4) .db-icon-img{left: 1%;right: auto;}
	.foot-icon a:nth-child(5) .db-icon-img{left: 1%;right: auto;}
	.db-lmcom li a{text-align: left;}
	.foot-tellnb{font-size: 24px;line-height: 1.8;}
	
}

@media screen and (min-width: 1340px) {
	.foot-call{font-size: 22px;}
	.db-lmcom {/* padding-right: 170px; */}
	.foot{padding: 40px 0 70px;}
	.foot-ri{width: 42.5%;}
	.db-lmcom li:nth-child(1){width: 55px;}
	.foot-tellnb{font-size: 28px;}
}

@media screen and (min-width: 1480px) {
	.db-lmcom {/* padding-right:480px; */}
	.foot{padding: 66px 0 100px;}
	.foot-tellnb{font-size: 30px;}
}



/* 内页通用 */
@media screen and (min-width: 320px) {
	.con-ny-lam-top{background-color: #F6F6F6;}
	.con-ny-lam-top .container{display: flex;flex-direction: column;}
	.con-ny-lam-top .container::after{display: none;}
	.col{ color: #333;}
	
	.col-bg{ background-color: #00AE94 !important;}
	.col-bg-02{ background-color: #00AE94 !important;}
	
	a.col-hover:hover,a:hover .col-hover,a.col-hover:hover::before{ color: #00AE94 !important;}
	a:hover .icon-yjt::before{color: #fff !important;background-color: rgba(177,79,34,1);}
	a:hover .icon-yjt i{color: #fff !important;}
	a.col-bd-hover:hover,a:hover .col-bd-hover{ border-color: #00AE94 !important;}
	a.col-bg-hover:hover,a:hover .col-bg-hover{ background-color: #00AE94 !important;}
	
	.cont-bd{ padding: 0px 0 30px 0; width: 100%;}
	
	.menu-box {/* box-shadow: 0 0 20px rgba(0,0,0,.05); */ }
	
	.menu-box ul{ display: flex;flex-wrap: wrap;}
	.menu-box li{ padding:0 15px;border-bottom: solid 2px #F6F6F6; border-left: solid 1px #E2E2E2; }
	.menu-box li:last-child{border-right: solid 1px #E2E2E2;}
	.menu-box a{ padding: 10px 0; display: flex; display: flex; justify-content: space-between; align-items: center;}
	.menu-box i::before{ font-size: 17px;padding:4px;background-color: rgba(177,79,34,0.1);border-radius: 50%;}
	.menu-box i{ line-height: 17px;color: #00AE94;}
	.menu-box .on i{opacity: 1;color: #fff;}
	.menu-box .on .col-hover{color: #00AE94;}
	.menu-box .on i::before{background-color: rgba(177,79,34,1);}
	.menu-box .muen-on{border-bottom-color: #00AE94;}
	
	.menu-box a span{ color: #333333;}
	
	
	
	.cont-box img{max-width: 100%;}
	.cont-box video{max-width:100%;height:auto;}
	
	.info-tit{ font-weight: bold; font-size: 20px; text-align: center; color: #333;}
	.info-txt{ padding: 5px 0 10px 0; color: #AAAAAA;font-size: 16px;}
	.info-txt span{padding-right: 10px;}
	.cont-link{   padding-top: 20px;}
	.cont-link .l{ padding-bottom: 20px;}
	.cont-link .l ul{ margin: -5px 0;}
	.cont-link .l li{ padding: 5px 0;}
	.cont-link .l a span{ color: #757575;}
	.cont-link .l a{ color: #00AE94;}
	.cont-link .l a:hover span{color:#009688;}
	.cont-link .r a{ padding: 8px 18px; border: solid 1px #00AE94; border-radius: 4px; align-items: center; display: inline-flex;color: #00AE94;background-color: #FFF6F2;}
	.cont-link .r i{ padding-right: 8px; line-height: 17px;color: #00AE94;}
	.cont-link .r i::before{ font-size: 17px; line-height: 17px;}
	
	.cont-link .r a:hover i::before{ color: #fff;}
	.cont-link .r a:hover span{ color: #fff;}
	
	.not-box{ min-height: 50vh; display: flex; align-items: center; justify-content: center;}
	.not-box img{width: 80px;}
	.not-box span{display: block; text-align: center; font-size: 14px; color: #959595; padding-top: 15px;}
	.con-info{padding: 30px 0;}
	.art-more{padding-left: 10px;}
	
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 992px) {
	.cont-bd{ padding: 0px 0 50px 0; min-width: 0; flex: 1;}
	.con-info{padding: 50px 0;}
	.cont-flex { display: flex; align-items: flex-start;flex-direction: column;}
	.con-ny-lam-top .container{flex-direction: row;justify-content: space-between;align-items: center;}
	
	
	.menu-box li{ padding: 0 24px;}
	.menu-box a{ padding: 17px 0; font-size: 16px;}
	
	
	.info-tit{ font-size: 22px;}
	.info-txt{ padding: 10px 0 22px 0;}
	
	
	.cont-link{ display: flex; justify-content: space-between; padding-top: 32px;}
	.cont-link .l{ padding-bottom: 0;}
	.cont-link .r{padding-left: 20px; flex-shrink: 0;}
	.art-more{padding-left: 20px;}
	.cont-link .l a{font-size: 18px;}
	..cont-link .l a span{margin-right: 20px;}
	
}

@media screen and (min-width: 1440px) {
	.cont-bd{ padding: 0px 0 60px 0;}
	.menu-box{}
	.menu-box li{ padding: 0 28px;}
	.menu-box a{ padding: 20px 0;}
	.cont-link { padding-top: 42px;}
	.info-tit{ font-size: 22px;}
	.art-more{padding-left: 30px;}
	.con-info{padding: 80px 0 100px;}
	
}

/* 发展历程 */
@media screen and (min-width: 320px) {
	.fzlc-time{max-width: 56.5px;}
	.fzlc-left{width: 24px;margin:0 16px ;flex-shrink: 0;}
	.con-fzlc-ner li{display: flex;align-items: flex-start;}
	.fzlc-left{height: 32px;}
	.fzlc-Y{line-height: 32px;font-weight: bold;font-size: 20px;color: #00AE94;}
	.fzlc-right{padding-left: 8px;}
	.fzlc-ner{font-size: 16px;line-height: 2;padding-top: 8px;margin-bottom: 20px;}
	.fzlc-box-con::before{content: "";width: 1px;border-left: 1px dashed #00AE94;height: 100%;position: absolute;left: 28px;top: 56px;}
	.fzlc-box-con{position: relative;overflow: hidden;margin-bottom: 56px;}
	.con-fzlc-ner{padding-top: 30px;}
	.con-fzlc-ner ul{overflow-y: scroll;height: 813px;}
	
	.con-fzlc-ner ul::-webkit-scrollbar
	
	{
	
	    width:6px;
	
	    height:4px;
	    background-color:#F5F5F5;
	
	}
	
	.con-fzlc-ner ul::-webkit-scrollbar-track
	
	{
	
	    /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); */
	
	    border-radius:10px;
	
	    background-color:#DBE8E6;
	
	}
	.con-fzlc-ner ul::-webkit-scrollbar-thumb
	
	{
	
	    border-radius:10px;
	width: 6px;
	   /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); */
	
	    background-color:#00AE94;
	
	}
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.fzlc-Y{font-size: 22px;}
}

@media screen and (min-width: 992px) {
	.fzlc-box{padding-top: 115px;padding-left: 10px;}
	.fzlc-left{height: 43px;display: flex;align-items: center;}
	.fzlc-Y{line-height: 43px;}
	.fzlc-Y{font-size: 26px;}
	.fzlc-ner{font-size: 18px;margin-bottom: 30px;}
	.con-fzlc-ner{padding-top: 40px;}
}

@media screen and (min-width: 1340px) {
	.fzlc-Y{font-size: 30px;}
	.con-fzlc-ner{padding-top: 50px;}
	.con-fzlc-ner ul{margin-right: 20px;padding-right: 30px;}
	.fzlc-ner{margin-bottom: 45px;}
}

@media screen and (min-width: 1480px) {
	.fzlc-box{padding-top: 115px;}
	.fzlc-Y{font-size: 32px;}
	.con-fzlc-ner ul{margin-right: 30px;padding-right: 40px;}
	.fzlc-ner{margin-bottom: 50px;}
}
@media screen and (min-width: 1600px) {
	.fzlc-ner{margin-bottom: 60px;}
}

/* 通用列表01 */
@media screen and (min-width: 320px) {
	.list li{ border-bottom: dashed 2px #ECECEC;}
	.list a{display: flex; align-items: center;justify-content: space-between;padding: 10px 0;}
	.list i{ width: 6px; height: 6px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; display: block; margin-right: 10px; flex-shrink: 0;}
	.list b{overflow: hidden; -ms-text-overflow: ellipsis;text-overflow: ellipsis; font-weight: normal; color: #333;  flex: 1; font-size: 16px;}
	.list span{white-space: nowrap; color: #979D9B;}
	
	.list-mt ul{ margin-top: -15px;}
	.icon-more-r::before{background-color: #F6F6F6 ;color:#BBBBBB;padding: 12px;border-radius: 50%;}
	.art-more{display: flex;align-items: center;}
	.art-more .more-tit{display: none;white-space: nowrap;}
	.col-flex .col-time{color: #999999;}
	.list li a:hover .icon-more-r::before{ background-color: #00AE94;color: #fff;}
	.list-art{padding-top: 20px;}
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.icon-more-r::before{padding: 15px;}
}

@media screen and (min-width: 992px) {
	.list b{ font-size: 18px; line-height: 1.5;}
	.list span{font-size: 14px; }
	.col-flex .col-time{font-size: 16px;}
	.list-mt ul{ margin-top: -24px;}
	.icon-more-r{margin-left: 13px;}
	.art-more .more-tit{display: block;opacity: 0;font-size: 16px;}
	.list-art li:hover .art-more .more-tit {opacity: 1;}
	.list a{padding: 22px 0; }
	.icon-more-r::before{padding: 18px;}
	
}
@media screen and (min-width: 1340px) {
	.list b{ font-size: 22px; }
	.col-flex{max-width: 1035px;}
	.icon-more-r::before{padding: 20px;}
	.list a{padding: 28px 0; }
}
@media screen and (min-width: 1480px) {
	.list b{ font-size: 22px; }
	.icon-more-r::before{padding: 24px;}
	.art-more .more-tit{font-size: 18px;}
	.list a{padding: 32px 0; }
	.list-art{padding-top: 50px;}
}

/* 人力资源 */
@media screen and (min-width: 320px) {
	.con-rlzy{padding: 30px 0;}
	.rlzy-top-box {height: 50px;display: flex;align-items: center;padding: 0 15px ;border: 1px solid #E8E8E8;}
	.rlzy-top-box span{font-size: 16px;}
	.rlzy-list li{background-color: #FFFFFF;}
	.rlzy-list li:nth-child(odd){background-color: #F6F6F6;}
	.rlzy-list li:nth-child(1){background-color:#00AE94;color: #FFFFFF;}
	.rlzy-list li:nth-child(1) .rlzy-top-box{border: none;}
	
	.zpxq-ner{padding: 20px 10px;font-size: 16px;}
	.rlzy-top-box span:nth-child(1){width: 60%;}
	.rlzy-top-box span:nth-child(2){flex: 1;}
	.rlzy-top-box span:nth-child(3){flex: 1;}
	.rlzy-top-box span:nth-child(4){width: 60%;}
	.rlzy-top-box span:nth-child(5){flex: 1;}
	.rlzy-top-box span:nth-child(3){display: none;}
	.rlzy-top-box span:nth-child(4){display: none;}
	.rlzy-top-box span:nth-child(5){display: none;}
	.rcz-li{display: block;}
	.zpxq-ner{display: none;}
	.zpxqblock .zpxq-ner{display: block;background-color: #fff;}
	.zpicon-ri{position: absolute; right: 15px;top: 50%;transform: translate(0, -50%);z-index: 2;color: #CBCBCB; width: 18px;height: 18px;font-size: 18px;}
	.rlzy-ner-list{position: relative;color: #000000;}
	.rlzy-ner-list:hover .zpicon-ri{color: #00AE94;}
	.zpxqblock .zpicon-ri{transform:rotate(90deg);-webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: 0.3s; transition: 0.3s;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.con-rlzy{padding: 40px 0;}
	.rlzy-top-box{padding: 0 20px;}
}

@media screen and (min-width: 992px) {
	.con-rlzy{padding: 45px 0;}
	
	.zpxq-ner{padding: 24px 28px;}
	.rlzy-top-box {height: 60px;}
	.rlzy-top-box span:nth-child(3){display: block;}
	.rlzy-top-box span:nth-child(4){display: block;}
	.rlzy-top-box span:nth-child(5){display: block;}
	
	.rcz-li{display: none;}
	.rlzy-top-box span:nth-child(1){width: 32%;}
	.rlzy-top-box span:nth-child(4){width: 27%;}
	.zpicon-ri{right: 24px;}
	
}

@media screen and (min-width: 1340px) {
	.con-rlzy{padding: 50px 0;}
	.rlzy-ner-list{height: 62px;}
	.zpxq-ner{padding: 30px;padding-bottom:40px;}
	.rlzy-top-box{padding: 0 30px;}
	.zpicon-ri{right: 30px;}
}

@media screen and (min-width: 1480px) {
	.con-rlzy{padding: 60px 0;}
	.zpxq-ner{padding: 30px 40px;padding-bottom: 50px;}
	.rlzy-top-box{padding: 0 34px;}
	.zpicon-ri{right: 34px;}
}
@media screen and (min-width: 1880px) {
	.con-rlzy{padding: 80px 0;}
	.zpxq-ner{padding: 30px 40px;padding-bottom: 70px;}
	.rlzy-top-box{padding: 0 40px;}
	.zpicon-ri{right: 40px;}
}

/* 联系我们 */
@media screen and (min-width: 320px) {
	.con-lxwm{display: flex;flex-wrap: wrap; flex-direction: column;background-color: #F2F8FB;margin-bottom: 30px;}
	.con-lxwm-le{width: 100%;padding-left: 10px;}
	.con-lxwm-ri{flex: 1;100%}
	.con-lxwm-le .lx-bt{font-size: 18px;}
	.lxwm-yw{font-size: 16px;font-weight: bold;padding-top: 20px;}
	.lxwm-ner span{padding-right: 5px;}
	..lxwm-ner span img{max-width: 100%;}
	#map0, #map1{width: 100%;height: 450px;}
	.lxwm-ner{padding-top: 12px;font-size: 16px;}
	.last-lxwm{margin-bottom: 20px;}
	#map0 .BMap_Marker, #map1 .BMap_Marker{background-image: url(/Template/Home/img/map-bg.png)!important;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.lxwm-ner{padding-top: 14px;}
}

@media screen and (min-width: 992px) {
	
	.con-lxwm{flex-direction: row;align-items: center;}
	.con-lxwm-le{width: 40%;padding-left: 20px;}
	.con-lxwm-le .lx-bt{font-size: 24px;}
	.lxwm-yw{font-size: 18px;padding-top: 32px;}
	.lxwm-ner{padding-top: 16px;}
	.last-lxwm{margin-bottom: 0px;}
	
}

@media screen and (min-width: 1340px) {
	.con-lxwm-le .lx-bt{font-size: 26px;}
	.con-lxwm-le{padding-left: 30px;}
}

@media screen and (min-width: 1480px) {
	.con-lxwm-le .lx-bt{font-size: 30px;}
	.lxwm-ner{padding-top: 18px;}
	.lxwm-yw{font-size: 18px;padding-top: 40px;}
	.con-lxwm-le{padding-left: 40px;}
	.con-lxwm{margin-bottom: 40px;}
}

/* 产品列表 */
@media screen and (min-width: 320px) {
	.con-product li{width: 50%;padding:20px 15px;}
	.con-product ul{margin: -20px -15px;display: flex;flex-wrap: wrap;}
	.pro-bt{font-size: 16px;padding: 10px;text-align: center;color:#101010;}
	.con-product li:hover .pro-bt{color: #00AE94;}
	.banner-min .pro-banner-bt{color: #231815;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.pro-bt{font-size: 18px;padding: 14px;}
}

@media screen and (min-width: 992px) {
	.con-product li{width: 33.33%;}
	.pro-bt{padding: 20px 10px;}
}

@media screen and (min-width: 1340px) {
	.pro-bt{padding: 26px 10px;}
}

@media screen and (min-width: 1480px) {
	 
	
}

/* 产品详情 */
@media screen and (min-width: 320px) {
	.banner-bt-tit{display: flex;justify-content: space-between;align-items: center;}
	.mover-fl{position: absolute;left: 0;top: 100%;display: none;flex-direction: column;width: 100%;}
	.mover-fl a{padding: 10px;background-color: #00AE94;width: 100%;color: #FFFFFF;}
	.mover-fl a:hover{background-color:#009688;}
	.pro-fl{color: #FFFFFF;background-color: #00AE94;padding: 13px 20px;position: relative;z-index:10;}
	.pro-fl .on{font-size: 16px;display: flex;align-items: center;}
	.pro-fl .on span{margin-left: 20px;}
	.pro-fl:hover .mover-fl{display: flex;}
	.pro-right{max-width:460px;}
	.pro-right img{max-width: 100%;}
	.pro-top-le{display: flex;align-items: flex-end;}
	.pro-tit{font-size: 18px;margin-right: 15px;}
	.pro-txt{font-size: 16px;}
	.pro-show-top{padding-bottom: 20px;}
	.pro-show-more li{display: flex;width: 100%;align-items: flex-start;overflow: hidden;}
	
	.pro-show-more li span:nth-child(1){width: 24%;}
	.pro-show-more li span:nth-child(2){width: 17.5%;}
	.pro-show-more li span:nth-child(3){width: 34.5%;}
	.pro-show-more li span:nth-child(4){width: 24%;}
	.pro-show-more li{border: 1px solid #E8E8E8;border-left: none;}
	.pro-show-more li span{position: relative;padding:20px 10px;font-size: 14px;}
	.pro-show-more li span::before{content: "";height: 1000%;width: 1px;position: absolute;left: 0;top: 0;z-index: 2;background-color: #E8E8E8;}
	.pro-show-more li:first-child span{line-height: 50px;font-size: 18px; padding: 0 10px;}
	
	.pic-proshow02{padding-bottom: 66.67%!important;}
	.con-pro-pic{padding-bottom: 50px;}
	.con-pro-pic .swiper-pagination{width: 100%;padding-top: 20px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 3px;width: 12px;height: 12px;}
	.con-pro-pic .swiper-pagination-bullet{background-color: #DBDBDB;opacity: 1;}
	.con-pro-pic .swiper-pagination-bullet-active{background-color: #00AE94;}
	
}

@media screen and (min-width: 375px) {
	.pro-tit {font-size: 20px;}
	.pro-show-more li span{font-size: 16px;}
	.con-pro-pic {padding-bottom: 60px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 4px;}
}

@media screen and (min-width: 480px) {
	.pro-tit {font-size: 22px;}
	.con-pro-pic .swiper-pagination{padding-top: 30px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 5px;}
}

@media screen and (min-width: 992px) {
	.pro-fl .on span{margin-left: 30px;}
	.pro-tit{font-size: 24px;margin-right: 20px;}
	.pro-txt{font-size: 18px;padding-bottom: 2px;}
	.pro-show-more li span{position: relative;padding:30px 15px;font-size: 18px;}
	.pro-show-more li:first-child span{line-height: 60px;padding: 0 15px;}
	.pro-show-top {display: flex;justify-content: space-between;padding-bottom: 30px;}
	.con-pro-pic {padding-bottom: 80px;}
	.con-pro-pic .swiper-pagination{padding-top: 40px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 7px;}
	
}

@media screen and (min-width: 1340px) {
	.pro-tit{font-size: 28px;}
	.pro-txt{padding-bottom: 3px;}
	.pro-show-more li span{position: relative;padding:30px 20px;}
	.pro-show-more li:first-child span{line-height: 65px;padding: 0 20px;}
	.con-pro-pic {padding-bottom: 100px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 8px;}
}

@media screen and (min-width: 1480px) {
	.pro-fl .on span{margin-left: 40px;}
	.pro-tit{font-size: 30px;line-height: 1;}
	.pro-txt{padding-bottom: 0px;}
	.pro-show-more li span{position: relative;padding:30px 30px;}
	.pro-show-more li:first-child span{line-height: 70px;padding: 0 30px;}
	.con-pro-pic {padding-bottom: 120px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 9px;}
}


@media screen and (min-width: 1480px) {
	.con-pro-pic {padding-bottom: 150px;}
	.con-pro-pic  .swiper-pagination-bullet{margin: 0 10px;}
}

/* 新闻详情 */
@media screen and (min-width: 320px) {
	.info-cont{ border: solid 1px #DDD; background: #fff; padding: 30px 15px;}
	.info-tit{ text-align: center; font-weight: bold;  padding-bottom: 20px; border-bottom: solid 1px #E4E4E4; color: #464646; line-height: 1.2; font-weight: normal;}
	
	.info-mess{ padding-top: 15px; padding-bottom: 30px; font-size: 12px; text-align: center;}
	.info-mess span{ padding: 0 7px; color: #999; display: inline-block;}
	.con-art-show{font-size: 14px;}
	
	.info-more{ padding-top: 15px;  border-top: dashed 1px #402e28;  border-bottom: dashed 1px #402e28; margin-top: 30px; padding-bottom: 15px;}
	
	.info-more-bd{margin: -5px 0; font-size: 12px;}
	.info-more .btn{ overflow: hidden; padding: 5px 0;}
	.info-more .btn span{ float: left;}
	.info-more .btn b{overflow: hidden; display: block; }
	.info-more .btn b a{ color: #00AE94; font-weight: normal;}
	.info-more .btn a:hover{ text-decoration: underline; }
	.con-art-show .info-tit{text-align: left;font-weight: bold;}
	
	
}

@media screen and (min-width: 375px) {
	.con-art-show{font-size: 16px;}
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	.info-cont{ padding: 40px 60px;}
	.info-mess{ padding-top: 20px; padding-bottom: 40px;}
	
	.info-mess span{ padding: 0 12px; font-size: 14px;}
	
	.info-more{ padding-top: 20px; margin-top: 40px; padding-bottom: 20px;}
	
	.info-more-bd{ font-size: 14px;}
	
	.info-more-bd{ margin: -10px 0;}
	.info-more .btn{ padding: 10px 0;}
	.con-art-show{font-size: 18px;}
	.con-art-show .cont-box *{line-height: 1.9;}
	
}

@media screen and (min-width: 1340px) {
	
}

@media screen and (min-width: 1480px) {
	.info-cont{ padding: 60px 70px;}
	.info-mess{ padding-top: 30px; padding-bottom: 50px;}
	.info-more{ padding-top: 30px; margin-top: 60px; padding-bottom: 30px;}
}


/* 售后咨询 */
@media screen and (min-width: 320px) {
    .uinput{color:red;font-size:20px;padding-left:10px;}
	.sh-show-con{padding: 30px 0;}
	.sh-bt-tit{font-size: 20px;}
	.sh-bt-txt{font-size: 16px;color: #999999;}
	.sh-bt{text-align: center;padding-bottom: 30px;border-bottom: 1px dashed #BCBCBC;}
	/*修改提示字的颜色*/
	.td_right input::-webkit-input-placeholder { /* WebKit browsers */ 
	color:#BBB; font-size: 16px;
	}
	.td_right input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color:#BBB;font-size: 16px;
	}
	.td_right input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color:#BBB;font-size: 16px;
	}
	.td_right input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color:#BBB;font-size: 16px;
	}
	.td_right textarea::-webkit-input-placeholder { /* WebKit browsers */ 
	color:#BBB; font-size: 16px;
	}
	.td_right textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#BBB;font-size: 16px;
	}
	.td_right textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color:#BBB;font-size: 16px;
	}
	.td_right textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color:#BBB;font-size: 16px;
	}
.para{
            font-size: 14px;
            font-weight: lighter;
            text-align: center;
        }
       .rg_layout {
            background-color: white;
            margin: auto;
        }        
        
        .rg_center {
        }
        .rg_right {
            
            margin: 15px;
        }
        .rg_left > p:first-child {
            color:#AAD026;
            font-size: 20px;
        }
        .rg_left > p:last-child {
            color:#A6A6A6;
            font-size: 20px;
        }
        .rg_right > p:first-child {
            font-size: 15px;
        }

        .rg_right p a {
            color:pink;
        }
        .td_left {
			width: 72px;
			color: #666666;text-align: right;
        }
		.td_right{flex: 1;}
        .td_right textarea{
			width: 100%;
			height: 44px;
			border: 1px solid #DFDFDF;
			background-color: #F6F6F6;
			border-radius: 3px;
			padding-left:15px;padding-top: 10px;
			font-size: 16px;
        }
		.td_right .content-ner{
			width: 100%;
			height: 200px;
			max-width: 100%;
			
		}
		.box{
           position: relative;
           padding-left: 0 ;
        }
        .box img{
            position: absolute;
            right: 5px;
            top:2px;
            width: 24px;
            height: 24px;
        }
		
        #username, #password, #password2, #email, #name,#address, #telphone, #birthday, #checkcode {
            width: 240px;
            height: 44px;
            border: 1px solid #DFDFDF;
			color: #666;
			background-color: #F6F6F6;
            border-radius: 3px;
            padding-left: 15px;
        }
		
        #checkcode {
            width: 200px;
			margin-right: 10px;
        }       
        #img_check {
            height: 32px;
            vertical-align: middle;
			
        }
		.from-img img{
			border-radius: 3px;
		}
        #btn_sub {
            width: 128px;
            height: 40px;
            background-color: #00AE94;
            border: 1px solid #00AE94 ;
            border-radius: 12px;
            cursor: pointer;
			margin-right: 10px;
			color: #fff;
        }
        #btn_subs {
            width: 128px;
            height: 40px;
            background-color: #F1F1F1;
            border: 1px solid #F1F1F1 ;
            border-radius: 12px;
            cursor: pointer;
			color: #555555;
        }              
        .error {
            color:red;
        }
        #td_sub {
            padding-left: 150px;
        }
	.flex-san{display: flex;align-items: center;padding: 5px 0;}
	.flex-one{display: flex;padding: 5px 0;flex-direction: column;}
	.from{padding-top: 20px;}
	.form-tj{display: flex;flex-direction: column;}
	.tj-ts{padding-left: 72px;color: #00AE94;font-size: 16px;padding-bottom: 20px;}
}

@media screen and (min-width: 375px) {
	.sh-bt-tit{font-size: 22px;}
}

@media screen and (min-width: 480px) {
	.sh-show-con{padding: 40px 0;}
	.sh-bt-tit{font-size: 28px;}
	.from{padding-top: 30px;}
}
@media screen and (min-width: 640px){
	
}
@media screen and (min-width: 992px) {
	.sh-show-con{padding: 50px 0;}
	.sh-bt-tit{font-size: 32px;}
	.sh-bt{padding-bottom: 40px;}
	.con-san{display: flex;align-items: center;justify-content: space-between;}
	.from{padding-top: 40px;}
	.flex-one{display: flex;flex-direction: row;padding-top: 25px;padding-bottom: 25px;}
	.form-tj{flex-direction: row;justify-content: space-between;}
	.td_right textarea{font-size: 18px;}
	.tj-ts{padding-bottom: 25px;padding-top: 7px;}
	
	.td_right input::-webkit-input-placeholder { /* WebKit browsers */
	color:#BBB; font-size: 18px;
	}
	.td_right input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color:#BBB;font-size: 18px;
	}
	.td_right input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color:#BBB;font-size: 18px;
	}
	.td_right input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color:#BBB;font-size: 18px;
	}
	.td_right textarea::-webkit-input-placeholder { /* WebKit browsers */ 
	color:#BBB; font-size: 18px;
	}
	.td_right textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#BBB;font-size: 18px;
	}
	.td_right textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color:#BBB;font-size: 18px;
	}
	.td_right textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color:#BBB;font-size: 18px;
	}
}

@media screen and (min-width: 1340px) {
	.sh-show-con{padding: 60px 0;}
	.sh-show{max-width: 1240px;margin: 0 auto;}
	.sh-bt-tit{font-size: 36px;}
	.sh-bt{padding-bottom: 50px;}
	.from{padding-top: 42px;}
	
	
	
}

@media screen and (min-width: 1480px) {
	.sh-show-con{padding: 80px 0 100px;}
	#username, #password, #password2, #email, #name,#address, #telphone, #birthday, #checkcode {
	    width: 300px;}
		#checkcode{width: 200px;}
}
	

/* 下载中心 */
@media screen and (min-width: 320px) {
	.down-flex .col-hover{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;}
	.con-down-ner{border: 1px solid #EEEEEE;padding-left: 10px;}
	.con-down-le{display: flex;align-items: center;}
	.con-down-ner{display: flex;align-items: center;justify-content: space-between;width: 100%;}
	.down-pic{margin-right: 10px;}
	.down-flex{padding: 9px 0;}
	.down-pic2 img{max-width: 100%;}
	.down-pic2{width: 16.5px;}
	.down-more{background-color: #F6F6F6;border: 1px solid #EEEEEE;padding: 0;height: 76px;padding: 0 10px;display: flex;align-items: center;}
	.down-flex .col-time{padding-top: 4px;}
	.down_list a{padding: 0;}
	.down_list-con{padding: 20px 0 30px;}
	.down_list li{border:none;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	.down_list-con{padding: 30px 0 40px;}
}

@media screen and (min-width: 992px) {
	.down_list li{width: 50%;padding: 10px;}
	.down_list ul{margin: -10px;flex-wrap: wrap;flex-direction: row;display: flex;}
	.down-pic{margin-right: 20px;}
	.down-more .more-tit{opacity: 1;display: block;}
	.down-more{height: 83px;padding: 0 20px;}
	.con-down-ner{padding-left: 20px;}
	.down_list-con{padding: 40px 0 50px;}
}

@media screen and (min-width: 1340px) {
	.down-pic{margin-right: 30px;}
	.down-more{padding: 0 22px;}
	.down_list-con{padding: 60px 0 80px;}
}

@media screen and (min-width: 1480px) {
	.con-down-ner{padding-left: 30px;}
	.down-more{padding: 0 26px;}
	.down_list-con{padding: 80px 0 100px;}
}


/* 常见问题 */
@media screen and (min-width: 320px) {
	.cjwt-ner-top{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;background-color: #F6F6F6;border: 1px solid #EEEEEE;color: #231815;font-size: 16px;}
	
	.cjwt-ner-down{font-size: 14px;padding-top: 20px;}
	.cjwt-ner-top .yw{font-size: 20px;font-weight: bold;padding: 8px 12px;background-color: #00AE94;color: #FFFFFF;margin-right: 5px;}
	.cjwt-ner-down .yw{font-size: 20px;font-weight: bold;background-color: #EEFFFC;border: 1px solid #00AE94;padding: 8px 12px;color: #00AE94;margin-right: 5px;line-height: 1;}
	.cjwt-ner-down{display: none;align-items: flex-start;}
	.cjwt-list li{padding-bottom: 10px;}
	.answer{font-size: 14px;min-height: 81px;}
	.cjwt-list{padding: 30px 0;}
	.con-cjwt-ner .cjwt-ner-down{display: flex;}
	.con-cjwt-ner .cjwt-ner-top{background-color: #00AE94;color: #FFFFFF;}
	
}

@media screen and (min-width: 375px) {
	.cjwt-ner-down{font-size: 16px;}
	.answer{font-size: 16px;line-height: 2;}
	.cjwt-list{padding: 35px 0;}
}

@media screen and (min-width: 480px) {
	
	.cjwt-ner-top {font-size: 18px;}
	.cjwt-ner-down .yw ,.cjwt-ner-top .yw{margin-right: 10px;font-size: 24px;}
	.cjwt-list{padding: 40px 0 50px;}
}

@media screen and (min-width: 992px) {
	.cjwt-ner-down .yw ,.cjwt-ner-top .yw{margin-right: 14px;font-size: 26px;padding: 10px 14px;}
	.cjwt-list li{padding-bottom: 20px;}
	.cjwt-ner-down{font-size: 14px;padding-top: 30px;}
	.cjwt-list{padding: 50px 0 60px;}
}

@media screen and (min-width: 1340px) {
	.cjwt-ner-down .yw ,.cjwt-ner-top .yw{margin-right: 17px;font-size: 28px;padding: 12px 17px;}
	.cjwt-list{padding: 70px 0 80px;}
	
}

@media screen and (min-width: 1480px) {
	.cjwt-ner-down .yw, .cjwt-ner-top .yw{margin-right: 20px;font-size: 30px;}
	.cjwt-list{padding: 80px 0 100px;}
	
}


/*  */
@media screen and (min-width: 320px) {
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 1340px) {
	
}

@media screen and (min-width: 1480px) {
	
}


/*  */
@media screen and (min-width: 320px) {
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 1340px) {
	
}

@media screen and (min-width: 1480px) {
	
}

/*  */
@media screen and (min-width: 320px) {
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 1340px) {
	
}

@media screen and (min-width: 1480px) {
	
}






/* banner-min */
@media screen and (min-width: 320px) {
	.banner-min{ background-size: cover; background-repeat: no-repeat; height: 35vw; max-height: 300px; background-position: right center; display: flex; align-items: center; justify-content: center; width: 100%;}
	.banner-min .tit{ color: #fff; font-size: 5vw; line-height: 1.2;}
	.banner-bt{font-size: 20px;color: #fff;}
	
}

@media screen and (min-width: 375px) {
	.banner-bt{font-size: 22px;}
}

@media screen and (min-width: 480px) {
	.banner-bt{font-size: 24px;}
}

@media screen and (min-width: 992px) {
	.banner-min{background-position: center;}
	.banner-min .tit{ font-size: 52px;}
	
	.banner-bt{font-size: 28px;}
	
}

@media screen and (min-width: 1340px) {
	.banner-min .tit{ font-size: 58px;}
	.banner-bt{font-size: 34px;}
}

@media screen and (min-width: 1480px) {
	.banner-min{background-size: 1920px auto;}
	.banner-bt{font-size: 40px;}
	
}



/* menu */
@media screen and (min-width: 320px) {
	.menu-bg{ background: #F8F8F8;}
	.menu { overflow: hidden;}
	.menu ul{display: flex; flex-wrap: wrap; margin: 0 -1px;}
	.menu li a{ height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; align-items: stretch; position: relative;}
	.menu li a::before{ content: ' '; top: 50%; height: 14px; width: 1px; margin-top: -7px; left: 0; background:#999999; position: absolute;}
	.menu li a span{position: relative; display: flex; align-items: center; justify-content: center; color: #000;}
	.menu li a.on span{ color: #00AE94;}
	.menu li a:hover span{ color: #00AE94;}
	.menu li a.on span::before{ content: ' '; left: 0; right: 0; bottom: 0; height: 2px; background: #00AE94; position: absolute;}
	
	.crumb{padding-top: 10px;color: #999999;display: flex;justify-content: flex-end;float: right;}
	.crumb a{color: #999999;}
	.crumb .iconfont img{margin-bottom: 4px;}
	
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	.menu li{ flex-grow: 1; max-width: 12.5%;}
	.menu li a{  height: 70px; padding:0 15px; width: 100%;}
	.menu li a span{ font-size: 16px;}
	.menu li a::before{ height: 16px; margin-top: -8px;}
}

@media screen and (min-width: 1340px) {
	.menu li a{ padding: 0 20px;}
	.menu li a span{ font-size: 18px;}
}

@media screen and (min-width: 1480px) {
	
}





/* 内页共用 */
@media screen and (min-width: 320px) {
	.info-bd{ padding:30px 0;}
	
	.no-box{ height: 300px; background: url(../img/no-pic-bg.jpg); -webkit-background-size: cover;
	background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center;}
	.no-box .mess{display: flex; flex-direction: column; align-items: center;}
	.no-box .mess img{width: 60px;}
	.no-box .mess span{ padding-top: 10px; font-size: 14px;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	.info-bd{ padding:50px 0;}
	
	.no-box{ height: 384px;}
	.no-box .mess img{ width: 80px;}
	.no-box .mess span{ font-size: 24px;}
}

@media screen and (min-width: 1340px) {
	.info-bd{ padding:60px 0;}
	
	.no-box{ height: 520px;}
	.no-box .mess img{ width: 88px;}
	.no-box .mess span{ font-size: 24px;}
}

@media screen and (min-width: 1480px) {
	.no-box{ height: 560px;}
}


