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

/* 基础设置 */

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

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;  width: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 14px;
	/* background-image: url(../img/index-bg.jpg);
	height: 6213; */
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


.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;}

.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:#004E9F; color:#fff;}
::-moz-selection{background:#004E9F; color:#fff;}

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

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

.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 #E6E6E6; padding: 3px 11px; margin: 10px; color: #8F8F8F; font-size: 14px; display: inline-block; font-weight: normal; border-radius:50%; }
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: #0669CE; color: #fff; border: 1px solid #004E9F;  line-height: 1.7;}
div.pages a:first-child{border-radius:5px;}
div.pages a:last-child{border-radius:5px;}
@media screen and (min-width: 992px) {
	div.pages{ padding-top: 50px;}
}

@media screen and (min-width: 1360px) {
	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: #004E9F; background-color: #004E9F;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #004E9F;}

.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;}
	.container-ny-top{padding-top: 40px;}

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
		::-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;}
	.container-ny-top{padding-top: 60px;}
}

@media screen and (min-width: 1340px) {
	.container{ width: 1340px; padding: 0 10px;}
	.container-ny{ width: 1340px; padding: 0 10px;}
	.container-ny-top{padding-top: 80px;}
	.container-header{ width: 1240px; padding: 0 10px;}
}

@media screen and (min-width: 1600px) {
	.container{ width: 1480px; padding: 0 10px;}
	.container-header{ width: 1340px; padding: 0 10px;}
	.container-ny{ width: 1340px; padding: 0 10px;}
	.container-ny-top{padding-top: 90px;}
}
@media screen and (min-width: 1880px) {
	.container{ width: 1640px; padding: 0 10px;}
	.container-header{ width: 1520px; padding: 0 10px;}
	.container-ny{ width: 1340px; padding: 0 10px;}
	.container-ny-top{padding-top: 100px;}
}


/*=================header===================*/
@media screen and (min-width: 320px) {
	.nav-box{/* border-bottom: 1px solid #F3F4F8; */}
	div.nav-poa{ position: absolute; left: 0; top: 0; width: 100%;}
	.container-header{position: relative;display: flex;justify-content: space-between;align-items: center;padding: 0 15px ;z-index: 10;}
	.nav-box .container{/* width: 100%; */}
	.nav-box-top .container:after, .nav-box .container:after{display: none;}
	.nav-box-bg{ height: 48px; width: 100%; position: absolute; left: 0; top: 0; z-index: 8;}
	.nav-box{ height: 48px; width: 100%; z-index: 100;  left: 0; top: 0; background: #004DA7;}
	.header-box{ height: 48px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; height: 48px; padding: 0;}
	.logo a{ display: block; height: 100%;}
	.logo img{ height:100%; display: block;}
	/* .search-box{padding:10px;} */
	.search{ position: relative;width: 50%;}
	.search *{ transition: border .3s,color .3s;}
	.search input{ width: 100%; height: 32px; border-radius: 4px; border: none; padding-left: 20px; padding-right: 30px; background: rgba(0,0,0,0); color: #fff; border: solid 1px #CBCBCB;}
	.search button{ width: 32px; height: 32px; background: none; border: none; position: absolute; right: 0; top: 0; cursor: pointer;font-size: 16px;}
	.search button i::before{ font-size: 16px; color: #fff;}
	
	.search input::-webkit-input-placeholder{ color: #fff; font-size: 16px;}
	.search input::-moz-input-placeholder{ mcolor: #fff;font-size: 16px;}
	.search input::-ms-input-placeholder{ color: #fff; font-size: 16px;}
	
	.search input:focus{ border-color: #26BBED;}
	.search button:hover i::before{ color: #26BBED;}
	
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 48px; font-size: 32px; width: 28px; text-align: center; color: #FFF}
	.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: bold; line-height: 42px; position: relative; color: #666; display: block; text-align: center;letter-spacing:3px;}
	
	
	.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: #004E9F;}
	.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: #004E9F;}
	.nav-list li.nav-on a b,.nav-list li.nav-on a i:before{ color: #004E9F;}
	
	
	.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: #004E9F; 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;}
	.pctop-r{display: none!important;}
	.lang-box{display: inline-flex;/* border: solid 1px #004E9F; */ border-radius: 4px; /* background: #fff; */ overflow: hidden; align-items: center;/* border: solid 1px #004E9F; */}
	.lang-box a{ padding: 0px 10px; line-height: 1.2; display: none;}
	.lang-box .on{ /* background: #fff; */ color: #fff;display: block;}
	.lang-box .on i{margin-right: 5px;font-size: 18px;}
	.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: #004E9F; 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: 76px; padding: 30px 0;}
	.nav-box-bg{ height: 76px;}
	.nav-box{ height: 76px;}
	.header-box{ height: 76px;}
	.nav{ top: 76px;}
	.nav-btn i{ line-height: 76px; font-size: 28px; width: 30px;}
	 */
	
}


@media screen and (min-width: 992px) {
	.lang-box .on i{font-size: 20px;}
	.nav{ height: 60px;}
	.nav:before{display: none;}
	.nav-box-bg{ height:60px;}
	
	.nav-box{ box-shadow: none; position: relative; height: 60px; background: #004DA7;}
	
	.header-box{ height: 60px; display: none;}
	.search input{border: none; /* position: absolute; */top: 62px;width: 100px;/* background-color: #f8f8f8; */z-index: 9;right: 0;/* display: none; */padding: 0 10px;}
	.search button{position: relative;}
	.selected{display: block!important;}
	.logo{ height: 54px; padding:0px 0;}
	.logo img{ margin: 0 auto; height: 100%;}
	.logo a{ width: 100%; height: 100%; display: block; padding: 0;}
	.container-header{padding: 0 15px;}
	.search-box:hover .search input{/* display: block; */}
	.search-box{padding: 0 20px;padding-left: 0;}
	.search button i::before{font-size: 18px;}
	
	.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: left;}
	
		
	
	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list li::before{/*content: "";*/position: absolute;width: 1px;height: 26px;background-color: #fff;right: 0;top: 50%;transform: translate(0,-50%);}
	.nav-list li:nth-child(1)::after{/*content: "";*/position: absolute;width: 1px;height: 26px;background-color: #fff;left: 0;top: 50%;transform: translate(0,-50%);}
	.nav-list li:nth-child(1) a{padding-left:0;}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	
	.nav-list li a b{ letter-spacing: 0px;  line-height: 60px; height: 60px; color: #fff; overflow: hidden; font-size: 16px; }
	.nav-list li a{ height: 60px; line-height: 60px; padding: 0 20px; 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: #fff;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #C4EC1E;font-weight:bold;}
	.nav-list li .on .nav-btn-bg{ opacity: 0;filter:Alpha(opacity=100);}
	.bd-more{border-bottom-color: #fff; display: none;}
	.nav-list li .nav-list-sub{ position: absolute; top: 60px; 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: 2px 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;background-color: #004DA7;margin-bottom:2px;}
	
	.nav-list li .nav-list-sub a::before{ content: ' '; /* border: solid 1px rgba(255,255,255,0.3) ;*/ background-image: linear-gradient(to bottom, #ffcdb4, #ffcdb4); position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0;}
	
	.nav-list li .nav-list-sub a span{ color: #fff; white-space: nowrap; padding: 0; font-size: 14px; line-height: 38px; z-index: 2; position: relative;}
	
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on span{  color: #004E9F;}
	.nav-list li .nav-list-sub a:hover span{color:#1B509D;position: relative;top: -5px;}
.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: 60px; background: linear-gradient(#004E9F, #004E9F); 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 #004E9F; 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: #fff;}
	
	
	.top-r{ background: none; border: none; /* float: right; */ display: flex!important; flex-direction: row; justify-content: center; padding: 0;}
	.phone-topr{display: none!important;}
	.search-box{ margin-top: 0; height: 60px; display: flex; align-items: center; justify-content: center; }
	
	.lang-box{   /* border-left: solid 1px #EEE; */}
	
	.lang-box a{ display: flex; align-items: center; justify-content: center; width: 34px; font-size: 16px; color: #000; display: none; }
	.lang-box .on{display: block;}
	.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: 60px;}
	.search-box{}
	
	.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: 90px; */}
.nav-box{height: 60px;}
.nav-box-bg{ height: 60px;}
.logo{ height: 85px;}
.nav{width: auto; height: 60px;}
.nav-list li a{ padding: 0 24px; height: 60px; line-height: 60px;}
.nav-list li a b{font-size: 16px; line-height: 60px; height: 60px;letter-spacing: 3px; }
.search input{width: 200px;}


.nav-list div.nav-btn-bg, .nav-list div.nav-btn-bg-02{height: 60px;}
.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-box{padding: 0 22px;padding-left: 0;}
.search.show input{ width: 160px;}
.search button i::before{font-size: 20px;}

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

	
}
@media screen and (min-width: 1600px) {
	.container-header{/* padding: 0 30px 0 50px; */}
	.logo{ height: 90px;}
	.nav-list li a{ padding: 0 30px;}
}

/* header-top */
@media screen and (min-width: 320px) {
	.nav-box-top{background-color: #fff;}
	.navleft-bottom{display: flex;}
	.navleft-bottom dl {font-size: 14px;}
	.navleft-bottom dt {line-height: 1;padding-bottom:5px;}
	.navleft-bottom dd span {color: #004DA7;line-height: 1;}
	.navleft-bottom dd {font-size: 20px;line-height: 1;font-weight: bold;}
	.navleft-top {padding-bottom: 10px;}
	.navleft-top span{margin: 0 5px;color:#9A9696;}
	.container-top{padding: 10px;flex-direction: column-reverse;}
	.logo{float:initial;height: 41px;margin-bottom: 15px;}
	.search-box .search{background-color: rgba(0,0,0,0);border: solid 1px #CBCBCB;border-radius: 4px;}
	.lggg{color: #fff;}
	.lagg{padding-left: 10px;}
	.nav-top-left{position: relative;top: -10px;}
	
	
}
@media screen and (min-width: 480px) {
	.logo{ height: 55px;}
}
@media screen and (min-width: 720px) {
	.logo{float:left;margin-bottom: 0px;}
	.container-top{display: flex;flex-direction: row;padding: 35px 15px; padding-bottom: 10px; align-items: flex-end;}
	.nav-top-left{top: -15px;}
	.navleft-bottom{margin: 0 auto;justify-content: flex-start;}
	.search {width: 100%;}
	.lang-box{overflow: inherit;}
	.logo{ height: 60px;}
	.navleft-bottom dd {font-size: 24px;}
}
@media screen and (min-width: 992px) {
	.navleft-top {padding-bottom: 12px;}
	.logo{ height: 70px;}
	.navleft-bottom dt {font-size: 16px;}
	.navleft-bottom dd {font-size: 26px;}
}
@media screen and (min-width: 1340px) {
	.navleft-top {padding-bottom: 15px;}
	.container-top{padding: 30px 15px; padding-bottom: 10px; }
	.logo{ height: 74px;}
	.navleft-bottom dd {font-size: 28px;}
}
@media screen and (min-width: 1600px) {
	.navleft-top {padding-bottom: 20px;}
	.logo{ height: 80px;}
	.navleft-bottom dd {font-size: 30px;}
}
@media screen and (min-width: 1880px) {
	.logo{ height: 86px;}
}


/* 首页 大图轮播 */
@media screen and (min-width: 320px) {
	.banner-swiper .bg{background-color: #5fb878; height: 51vw; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; display: flex; align-items: flex-start; justify-content: center; background-position: center;flex-direction: column;color: #fff;font-weight: bold;}
	.banner-con{padding-top: 0px;}
	.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: #4FAA9C;  margin:0 5px; opacity: 1; position: relative;}
	.banner-mess .banner-pagination .swiper-pagination-bullet:nth-child(1){background: #2691F5;}
	.banner-mess .banner-pagination .swiper-pagination-bullet:nth-child(3){background: #C4EC1E;}
	.banner-mess .banner-pagination .swiper-pagination-bullet-active{ opacity: 1; background: #fff!important;}
	.banner-mess .banner-pagination .swiper-pagination-bullet-active::before{content: "";width: 15px;height: 15px;position: relative; position: absolute;left: 50%;top: 50%;border: 2px solid #ddd; transform: translate(-50%,-50%);border-radius: 50%;opacity: 0.5;}
	.swiper-button-prev{ background-image: url(../img/prev01.png); opacity:0.4;}
	.swiper-button-next{ background-image: url(../img/next01.png); opacity:0.4;}
	.swiper-button-prev:hover, .swiper-button-next:hover{opacity:1;}
	.banner-prev,.banner-next{
	position: absolute;
	top: 50%;
	width: 18px;
	height: 30px;
	margin-top: -18px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 18px 30px;
	-webkit-background-size: 18px 30px;
	background-size: 18px 30px;
	background-position: center;
	background-repeat: no-repeat;}
	.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: #000000;width: 100%;padding: 15px;background-color: rgba(255,255,255,0.85);margin: 15px;}
	.ind-bgbt{font-size: 20px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis; padding-left: 6px;border-left: 2px solid #004E9F;line-height: 1;}
	.ind-bg-ner .ind-bgbt:nth-child(2){padding-top: 12px;}
	.ind-bgjs{ font-size: 16px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;}
	.ind-bgcz{font-size: 14px;color: #004E9F;margin-top: 18px;}
	.ind-bgcz i{font-size: 12px;margin-left: 10px;}
}

@media screen and (min-width: 992px) {
	.banner-swiper .bg{ max-height: 731px;/* 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{max-width: 480px;margin: 0;margin-left: 50px;padding: 28px;}
	
	
	.banner-prev{ left: 25px;}
	.banner-next{ right: 25px;}
	.banner-prev i::before,.banner-next i::before{  font-size: 28px;}
	
	.ind-bgbt{font-size: 24px;}
	.ind-bgjs{ font-size: 26px;}
	.ind-bgcz{font-size: 16px;}
	
	.ind-bgjs p:last-child{padding-top: 10px;}
}

@media screen and (min-width: 1340px) {
	.ind-bgbt{font-size: 26px;}
	.ind-bg-ner{width: 1200px;margin-left: 100px;padding: 28px 30px;}
	.ind-bgjs{ font-size: 30px;}
	
}

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

/* 首页 banner */
@media screen and (min-width: 320px) {
	.ind-ban-txt{font-size: 24px;line-height: 1.2;}
	.ind-ban-tit{font-size: 18px;padding-bottom: 1.5vw;}
	.indban-more{font-size: 16px;color: #fff;font-weight: normal;}
	.indban-more span{background-color: #2691F5;padding: 4px 0px;width: 100px;display: inline-block;text-align: center;}
	
	.container-banner{flex-direction: column;justify-content: flex-start;align-items: flex-start;padding-bottom: 4vw;}
}
@media screen and (min-width: 375px) {
	.ind-ban-txt{font-size: 28px;}
}
@media screen and (min-width: 480px) {
	.ind-ban-txt{font-size: 32px;}
	.ind-ban-tit{font-size: 20px;}
	.indban-more{font-size: 18px;}
	
}
@media screen and (min-width: 720px) {
	.ind-ban-txt{font-size: 48px;}
	.ind-ban-tit{font-size: 24px;}
	.indban-more span{width: 120px;padding:6px 0px;}
}
@media screen and (min-width: 992px) {
	.ind-ban-txt{font-size: 60px;}
	.ind-ban-tit{font-size: 34px;}/* 
	.indban-more{font-size: 20px;} */
	.indban-more span{width: 130px;padding: 8px 0px;}
	
}
@media screen and (min-width: 1340px) {
	.ind-ban-txt{font-size: 72px;}
	.ind-ban-tit{font-size: 40px;}
	.indban-more span{width: 140px;padding: 10px 0px;}
	
}
@media screen and (min-width: 1480px) {
	.banner-prev{left: 50%;transform: translate(-700px,0);}
	.banner-next{right: 50%;transform: translate(700px,0);}
	.indban-more span{width: 148px;}
}
@media screen and (min-width: 1880px) {
	.ind-ban-txt{font-size: 86px;}
	.indban-more span{width: 155px;}
	.banner-prev{left: 50%;transform: translate(-800px,0);}
	.banner-next{right: 50%;transform: translate(800px,0);}
}

/* footer */
@media screen and (min-width: 320px) {
	.footer{background-color: #F8FAFB;padding-top:30px;}
	.footer .container-banner{display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0;}
	.foot-tel {font-size: 20px; font-weight: bold;margin-left: 10px;color:#646262;}
	.foot-tel span{color:#393838;}
	.foot-center ul{display: flex;flex-wrap: wrap;}
	.foot-center, .foot-left{padding: 10px 0;}
	.foot-center li{padding: 5px;}
	.footer .container:after{display: none;}
	.foot-nav{padding: 8px 0;display: inline-block;}
	.footer-left{font-weight: bold;}
	.foot-nav-right{display: flex;}
	.foot-nav-right ul{padding: 0 20px;}
	.db-cnpy{font-size: 14px;color: #8B8E91;line-height: 40px;}
	.db-cnpy a{color: #8B8E91;font-size: 14px;}
	.db-cnpy a:hover {color: #004E9F;}
	
}
@media screen and (min-width: 375px) {
	.foot-center li{padding: 6px;}
}
@media screen and (min-width: 480px) {
	.foot-center li{padding: 7px;}
}
@media screen and (min-width: 720px) {
	.footer .container-banner{ display: flex;flex-direction: row;justify-content: space-between;}
	.foot-tel{font-size:24px;}
	.foot-center li{padding: 8px;}
	.foot-nav-right ul{padding-left: 30px;}
}
@media screen and (min-width: 992px) {
		.foot-tel{font-size:26px;}
		.foot-center li{padding: 9px;}
		.foot-nav-right ul{padding-left: 50px;}
}
@media screen and (min-width: 1340px) {
	.footer{padding-top:40px;}
	.foot-nav-right ul{padding-left: 160px;}
}
@media screen and (min-width: 1880px) {
	
}

/* 首页 视频 +简介 */
@media screen and (min-width: 320px) {
	/* 播放图标 */
	#play_icon{
		width: 60px;
		display: block;
		z-index: 3;
		border-radius: 50%;
		position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
	}
	#play_icon:hover{
		cursor: pointer;
		-webkit-filter: drop-shadow(0px 0px 10px white);
	}
	/* 暂停图标 */
	#pause_icon{
		width: 60px;
		/* 将暂停图标隐藏*/
		display: none;
		position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
		z-index: 3;
		border-radius: 50%; 
		/*设透明度为0*/
		opacity: 0;
	}
	#pause_icon:hover{
		cursor: pointer;
		-webkit-filter: drop-shadow(0px 0px 5px white);
	}
	 
	video::-webkit-media-controls-play-button {
	    display: none;
	}
	.ind-about{display: flex;flex-direction: column;}
	.about-move{position: relative;line-height:1;}
	.about-move video{width: 100%;height: auto;}
	.indab-bottom{width: 106px;margin: 0 auto;}
	.indab-bottom i{padding-bottom: 33.33%;}
	.ind-ab-top{display: flex;align-items: flex-end;justify-content: space-between;flex-wrap: wrap;}
	.ind-about-txt{font-size: 20px;font-weight: bold;color: #004DA7;}
	.ind-about-more{font-size: 16px;}
	.ind-about-more i{font-size: 14px;margin-left: 9px;}
	.ind-ab-top{padding-bottom: 15px;border-bottom: 1px solid #aaa;}
	.ind-left{padding-top: 20px;padding-bottom: 20px;font-size: 16px;}
	.ind-about{padding: 30px 0;}
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.ind-about{padding: 35px 0;}
}
@media screen and (min-width: 720px) {
	.ind-about{padding: 40px 0;}
}
@media screen and (min-width: 992px) {
	.ind-about{display: flex;flex-direction: row;}
	.ind-about-left{width: 45%;flex-shrink: 0;display:flex;align-items:center;background-color: #000;max-width:690px;border-radius:6px;}
	.ind-about-right{flex: 1;}
	.about-move{max-height:385px;}
	.ind-about-txt{font-size: 28px;}
	.ind-about-more{font-size: 18px;}
	.ind-about-more i{font-size: 16px;}
	.ind-about-right{padding-left: 40px;}
	.ind-ab-top{padding-bottom: 12;}
	.ind-left{padding-top: 10px;padding-bottom: 10px;}
	.ind-about{padding: 45px 0;}
	
	
}
@media screen and (min-width: 1340px) {
	.ind-about-txt{font-size: 30px;}
	.ind-about-more{font-size: 20px;}
	.ind-about-more i{font-size: 18px;}
	.ind-left{padding-top: 30px;padding-bottom: 10px;font-size: 18px;}
	.ind-about-right{padding-left: 78px;}
	.ind-about-right{display: flex;flex-direction: column;justify-content: space-between;}
	.ind-about{padding: 55px 0;}
	
}
@media screen and (min-width: 1600px) {
	.ind-about-txt{font-size: 32px;}
	.ind-about-more{font-size: 22px;}
	.ind-left{font-size: 20px;}
	.ind-about-more i{font-size: 20px;}
	.ind-about{padding: 65px 0;}
}
@media screen and (min-width: 1880px) {
	.ind-about-txt{font-size: 36px;}
	.ind-about{padding: 70px 0;}
}

/* 首页 产品中心 */
@media screen and (min-width: 320px) {
	.ind-product{background-color: #FBFBFB;}
	.ind-product{padding: 30px 0;}
	.ind-pro-txt{text-align: center;font-size: 20px;font-weight: bold;line-height:1;padding-bottom:15px;}
	.swi-pro img{width: 100%;}
	.con-indpro{display: flex;flex-direction: column;background-color: #fff;border:1px solid #E2E2E2;}
	.swi-pro{height:232px;max-width: 237px;}
	.indpro-tit{font-size: 20px;font-weight: bold;color:#213A57;}
	.indpro-des{font-size:18px;}
	.indpro-des{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; text-overflow:ellipsis;margin-bottom: 15px;}
	.ind-more-pro{display: inline-block;width: 100px;background-image: url(../img/more-bg.jpg);background-repeat: no-repeat;background-position: center;background-size:100px 40px;height: 40px;line-height: 40px;text-align: center;color: #313C42;font-weight: bold;}
	.ind-more-pro:hover{color:#004DA7;}
	.indpro-lmmore{display:flex;justify-content:center;margin-top:30px;}
	.indpro-lmmore .hdmore-news{color: #313C42;}
	.indpro-lmmore {color: #313C42;}
	.indpro-lmmore:hover .hdmore-news{color:#004DA7;}
	.pic-product{padding-bottom: 97.96%!important;}
	.con-indpro{position: relative;height:100%;}
	.swi-proprev{background-image: url(../img/pro-next.png);}
	.swi-pronext{background-image: url(../img/pro-prev.png);}
	.swi-proprev, .swi-pronext{
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	margin-top: -10px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;}
	.swi-pro .swiper-slide{display: flex;justify-content: center;align-items: center;}
	.ind-pro-icon{display: none;}
	.con-indpro-box li{padding: 11px;}
	.con-indpro-box{margin: -10px;padding-top: 30px;}
	
	.ind-pro-mess{width: auto;flex-direction:column;right:-6px;bottom:50%;transform:translate(0,50%);}
	.ind-pro-mess .banner-pagination{flex-direction:column;}
	.ind-pro-mess .banner-pagination::before {content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2px;height:76%;background-image: linear-gradient(#007AFF, #4CA9A8, #8ED25C, #D8FF07);}
	.ind-pro-mess .banner-pagination .swiper-pagination-bullet{margin:5px 0;}
	.ind-pro-mess .banner-pagination .swiper-pagination-bullet-active{background: #004DA7!important;}
	.ind-pro-mess .banner-pagination .swiper-pagination-bullet-active::before{width:20px;height:20px;}
	
	
}
@media screen and (min-width: 375px) {
	.ind-pro-txt{font-size: 22px;}
	.indpro-tit{font-size: 22px;}
}
@media screen and (min-width: 480px) {
	.ind-product{padding: 35px 0;}
	.ind-pro-txt{font-size: 26px;}
	.indpro-tit{font-size: 24px;}
}
@media screen and (min-width: 720px) {
	.ind-product{padding: 40px 0;}
	.ind-pro-txt{font-size: 30px;}
	.ind-pro-mess{right:8px;}
	
	.con-indpro{flex-direction: row;align-items: center;}
	.indpro-img{width: 200px;flex-shrink: 0;}
	.indpro-tit{font-size: 26px;}
	.indpro-des{margin-bottom: 20px;}
	.indpro-ner{padding-right: 83px;padding-left: 20px;flex:1;}
	.ind-pro-icon{display: inline-block;}
	.ind-pro-icon img{width: 100%;}
	.ind-pro-icon{width: 23px;flex-shrink: 0;}
	.swi-proprev,.swi-pronext{top: 50%;
	width: 45px;
	height: 45px;
	-moz-background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	background-size: 45px 45px;
	left: auto; right: 30px;}
	.swi-pronext{top: 30%;margin-top: -10px;}
	.swi-proprev{top: 60%;margin-top: -10px;}
	.con-indpro-box{padding-top: 40px;}
	.indpro-lmmore{margin-top:40px;}
	.indpro-lmmore i{font-size:18px;}
	.indpro-des{font-size:20px;}
}
@media screen and (min-width: 992px) {
	.ind-product{padding: 45px 0;}
	.ind-pro-txt{font-size: 34px;}
	.indpro-tit{font-size: 32px;}
	.indpro-img{width: 210px;}
	.con-indpro-box ul{display: flex;flex-wrap: wrap;}
	.con-indpro-box li{width: 50%;}
	.con-indpro{padding: 6px;}
	.con-indpro-box{padding-top: 50px;}
	.indpro-lmmore{margin-top:50px;}
	.ind-pro-mess{right:12px;}
}
@media screen and (min-width: 1340px) {
	.ind-product{padding: 55px 0;}
	.ind-pro-txt{font-size: 38px;}
	.indpro-tit{font-size: 36px;}
	.indpro-img{width: 237px;}
	.indpro-des{margin-bottom: 25px;}
	.indpro-ner{padding-right: 100px;}
	.swi-proprev,.swi-pronext{top: 50%;
	width: 50px;
	height: 50px;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	left: auto; right: 60px;}
	.swi-pronext{top: 30%;margin-top: -10px;}
	.swi-proprev{top: 60%;margin-top: -10px;}
	.con-indpro{padding: 15px;}
	.con-indpro-box{padding-top: 60px;}
	.indpro-lmmore{margin-top:60px;}
	.ind-pro-mess{right:20px;}
}
@media screen and (min-width: 1600px) {
	.ind-product{padding: 65px 0;}
	.ind-pro-txt{font-size: 40px;}
	.indpro-tit{font-size: 40px;}
	.con-indpro{padding: 25px;}
	.con-indpro-box{padding-top: 64px;}
	.indpro-lmmore{margin-bottom:10px;}
	.swi-proprev, .swi-pronext{ right: 82px;}
	.ind-pro-mess{right:38px;}
	.indpro-ner{padding-right: 130px;}
}
@media screen and (min-width: 1880px) {
	.ind-product{padding: 70px 0;}
	.indpro-tit{font-size: 46px;}
	.con-indpro{padding: 32px;}
	
}

/* 首页 新闻资讯 */
@media screen and (min-width: 320px) {
	.ind-news{background-color: #004DA7;padding: 30px 0;}
	.ind-news .container-header{display: block;padding: 0 15px;}
	.left-news{position: relative;}
	.swinews-img i{padding-bottom: 91.98%;}
	.swi-news-prev, .swi-news-next{top: 50%;
	width: 50px;
	height: 50px;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	left: auto; right: 0px;}
	.swi-news-prev{background-image: url(../img/news-pver.png);}
	.swi-news-next{background-image: url(../img/news-next.png);}
	.swi-news-prev{top: 50%;margin-top: -10px;}
	.swi-news-next{top: 75%;margin-top: -10px;}
	.swinews-top{position: relative;padding: 15px;margin-bottom: 15px;color: #fff;}
	.swi-time{color: #c5c5c5;font-size:18px;}
	.swi-time::before{content:"";position: absolute;left: 0;top: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, #fff, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0));z-index: 2;opacity: 0.5;}
	.swi-time::after{content:"";position: absolute;left: 0;top: 0;width: 2px;height: 100%;background-image: linear-gradient(#fff, rgba(255,255,255,0));z-index: 2;opacity: 0.5;}
	.swinews-txt span{font-weight: bold;color: #C5F02E;font-size:18px;}
	.swinews-txt{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;}
	.swinews-txt::before{content:"";position: absolute;right: 0;bottom: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), #fff);z-index: 2;opacity: 0.5;font-size:18px;}
	.swinews-txt::after{content:"";position: absolute;right: 0;bottom: 0;width: 2px;height: 100%;background-image: linear-gradient( rgba(255,255,255,0),#fff);z-index: 2;opacity: 0.5;}
	.left-news{padding-right: 70px;}
	.ind-new-bott img{width: 100%;}
	.ind-new-bott{line-height: 0;}
	.con-inde-news{display: flex;flex-direction: column;}
	
	.tabs-02{padding-top: 30px;}
	
	.tabs-02 .hd{display: flex;color: #fff;}
	.tabs-02 .on{color: #C5F02E;}
	.hdmore-news{color: #fff;font-size:16px;}
	.hdmore-news:hover{color: #C5F02E;}
	.hdmore-news i{margin-left: 12px;}
	.con-dtnews{display: flex;align-items: center;justify-content: space-between;}
	.dtnews-tit{font-size: 18px; color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;}
	.dtnews-time{font-size: 14px;}
	.dtnews-dian{width: 16px;height: 16px;position: relative;background-color: #007AFF;flex-shrink: 0;border-radius: 50%;margin-right: 20px;}
	.dtnews-dian::before{content: "";position: absolute; left: 50%;top: 50%;transform: translate(-50%,-50%);width: 30px;height: 30px;border-radius: 50%;border: 1px solid #fff;display: none;opacity: 0.5;}
	.mess ul{padding: 9px;position: relative;}
	.mess ul::before{content: "";position: absolute; left: 15px;top: 50%;transform: translate(0,-50%);width: 2px;height: 82%;background-image: linear-gradient(#007AFF, #4CA9A8, #8ED25C, #D8FF07);}
	.mess ul li:nth-child(2) .dtnews-dian{background-color: #4CA9A8;}
	.mess ul li:nth-child(3) .dtnews-dian{background-color: #8ED25C;}
	.mess ul li:nth-child(4) .dtnews-dian{background-color: #D8FF07;}
	.mess li a:hover .dtnews-dian::before{display: block;}
	.mess li a:hover .dtnews-dian::before{box-shadow: 0px  0px  5px #fff inset;}
	.mess li a:hover .dtnews-tit{font-weight: bold;}
	.mess li:nth-child(1) {padding-top: 0;}
	.mess li:nth-child(4) {padding-bottom: 0;}
	.con-tabstop{margin-left: 13px;border-bottom: 1px solid rgba(255,255,255,0.77);padding-bottom: 10px;}
	.dtnews-time{color: #fff;flex-shrink: 0;width: 72px;}
	.dtnews-left{display: flex;align-items: center;}
	.con-tabstop .hd{margin: 0 -10px;}
	.btn{font-size: 18px;font-weight: bold;padding:0 10px;position: relative;}
	.con-tabstop .btn:nth-child(2)::before{content: "";position: absolute;left: 0;top: 50%;width: 1px;height: 18px;background-color: #fff;transform: translate(0,-50%);}
	.con-tabstop{display: flex;justify-content: space-between;align-items: flex-end;}
	.tabs-02 .mess{padding-top: 15px;}
	.mess li{padding: 13px 0;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	.swinews-top{position: relative;padding: 15px 20px 22px;margin-bottom: 20px;}
	.con-inde-news{flex-direction: row;align-items: center;}
	.left-news{flex-shrink: 0;width: 32%;}
	.left-news{padding-right: 100px;}
	.tabs-box{flex: 1 ;color: #fff;padding-left: 15px;}
	.tabs-02{padding-top: 0px;}
	.tabs-02 .mess{padding-top: 20px;}
	.mess li{padding: 18px 0;}
	.ind-news{padding: 40px 0;}
}
@media screen and (min-width: 992px) {
	.dtnews-time{font-size: 16px;width: 82px;}
	.dtnews-tit{font-size: 20px;}
	.tabs-box{padding-left: 20px;}
	.btn{font-size: 20px;}
	.tabs-02 .mess{padding-top: 25px;}
	.mess li{padding: 20px 0;}
	.swinews-top{margin-bottom: 30px;}
	.ind-news{padding: 50px 0;}
	.swinews-txt{font-size:20px;}
	.swinews-txt span{font-size:20px;}
	.swi-time{font-size:20px;}
	.hdmore-news{font-size:18px;}
}
@media screen and (min-width: 1340px) {
	.tabs-box{padding-left: 30px;}
	.tabs-02 .mess{padding-top: 30px;}
	.mess li{padding: 25px 0;}
	.swi-news-prev, .swi-news-next {
	width: 54px;
	height: 54px;
	-moz-background-size: 54px 54px;
	-webkit-background-size: 54px 54px;
	background-size: 54px 54px;}
	.swinews-top{margin-bottom: 40px;}
	.ind-news{padding: 60px 0;}
}
@media screen and (min-width: 1600px) {
	.tabs-box{padding-left: 40px;}
	.tabs-02 .mess{padding-top: 50px;}
	.mess li{padding: 28px 0;}
	.ind-news{padding: 100px 0 70px;}
}
@media screen and (min-width: 1880px) {
	.tabs-02 .mess{padding-top: 64px;}
	.ind-news{padding: 140px 0 70px;}
}

/* 常见问题 */
@media screen and (min-width: 320px) {
	.ind-cjwt-swi{padding: 15px 0;}
	.con-indcjwt .btn{color: #fff;padding: 0;}
	.con-indcjwt{margin: 0;padding-top:30px;}
	.ind-cjwt-swi{position: relative;padding-right: 80px;}
	.swi-cjwt-prev, .swi-cjwt-next{top: 50%;
	width: 50px;
	height: 50px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	left: auto; }
	.swi-cjwt-prev{background-image: url(../img/cjwt-pver.png);}
	.swi-cjwt-next{background-image: url(../img/cjwt-next.png);}
	.swi-cjwt-prev{margin-top: -10px;right: 10px;top: 30%;}
	.swi-cjwt-next{margin-top: -10px;right: 10px;top: 60%;}
	.indcjwt-qa{font-size: 16px;color: #8DAFD8;line-height: 1;margin-bottom: 15px;}
	.cjwt-txt{font-size: 18px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;color: #F6F6F6;}
	.cjwt-an{font-size: 16px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;color: #8DAFD8;}
	.con-cwj-answs{height: 56px;}
	.swi-cjwt a:hover .cjwt-qa{color: #FFFFFF;opacity: 0.8;}
	.swi-cjwt a:hover .cjwt-txt{color: #FFFFFF;}
	.swi-cjwt a:hover .cjwt-an{color: #D6D6D6; -webkit-line-clamp: 2;}
	
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.con-indcjwt{padding-top: 40px;}
}
@media screen and (min-width: 720px) {
	.swi-cjwt-prev, .swi-cjwt-next{-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;}
	.swi-cjwt-prev{margin-top: -10px;right: 80px;top: 40%;}
	.swi-cjwt-next{margin-top: -10px;right: 0px;top: 40%;}
	.ind-cjwt-swi{padding-right: 20vw;}
	.con-indcjwt{padding-top: 50px;}
	.cjwt-qa{margin-bottom: 20px;}
}
@media screen and (min-width: 992px) {
	.ind-cjwt-swi{padding: 20px 0;padding-right: 20vw;}
	.swi-cjwt-prev{right: 110px;}
	.con-indcjwt{padding-top: 70px;}
	.cjwt-qa{margin-bottom: 23px;}
}
@media screen and (min-width: 1340px) {
	.con-indcjwt{padding-top: 90px;}
	.cjwt-qa{margin-bottom: 26px;}
}
@media screen and (min-width: 1600px) {
	.con-indcjwt{padding-top: 110px;}
	.cjwt-qa{margin-bottom: 39px;}
}
@media screen and (min-width: 1880px) {
	.con-indcjwt{padding-top: 130px;}
}


/* 联系我们 */
@media screen and (min-width: 320px) {
	.ind-lxwm{padding: 30px 0;}
	.ind-lxwm-top{position:relative;text-align: center;padding-bottom: 30px;}
	.ind-lxwm-top .ind-pro-txt{font-weight:normal;}
	.indlxwm-tit{color:#777474;}
	.ind-top img{width: 100%;}
	.ind-top{position: absolute;right: 0;top: 0;width: 80px;}
	.indlxwm-logo .pic-lxwm{padding-bottom: 77.53%;}
	.lxfs-ner li{display: flex;align-items: center;padding: 0px 0;}
	.lxfs-txt{font-size:16px;line-height:1.6;}
	.lxfs-icon{width: 16px;margin-right: 9px;flex-shrink:0;}
	.indlxwm-logo{max-width: 396px;width: 100%;}
	.indlxwm-right .layui-input-block{margin-left: 60px;}
	.ind-from-sub{margin-left: 60px;margin: 0 auto;text-align: center;}
	.indlxwm-right .layui-form-label{padding: 9px 0;width: 60px;text-align: left;font-size:16px;}
	
	
	.ind-lxwm .container-header{display: block;padding: 0 15px;}
	.indlxwm-left{display: flex;flex-direction: column;justify-content: center;align-items: center;border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;}
	.indlxwm-right input,.indlxwm-right textarea{ border-radius: 7px;border-color: #5E5E5E;}
	.indlxwm-right textarea::placeholder, .indlxwm-right input::placeholder{color: #959393;}
	.ind-layui-btn{border: none;background-color: rgba(0,0,0,0);width: 100%;max-width: 140px; text-align: center;height: 40px;line-height: 40px;position: relative;color:#000000;font-size:17px;}
	.ind-layui-btn:hover{color:#1840BA;}
	
	.ind-form-btn{max-width: 100%; }
	.ind-form-btn-con{ margin-left:60px;}
	.ind-layui-btn::before{content:"";position: absolute;left: 0;top: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,0), rgba(255,255,255,0));z-index: 2;opacity: 1;}
	.ind-layui-btn::after{content:"";position: absolute;left: 0;top: 0;width: 2px;height: 100%;background-image: linear-gradient(#000, rgba(255,255,255,0));z-index: 2;opacity: 1;}
	.ind-layui-btn span::before{content:"";position: absolute;right: 0;bottom: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), #000);z-index: 2;opacity: 1;}
	.ind-layui-btn span::after{content:"";position: absolute;right: 0;bottom: 0;width: 2px;height: 100%;background-image: linear-gradient( rgba(0,0,0,0.1),rgba(0,0,0,0.5),rgba(0,0,0,1));z-index: 2;opacity: 1;}
	.ind-layui-btn i::after{content:"";position: absolute;right: 0;top: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(0,0,0,0.1));z-index: 2;opacity: 1;}
	.ind-form-item{padding-top: 10px;}
	.form-btn{margin: 30px 0 30px;}
	.lxfs-ner{margin-top:-20px;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.form-btn{margin: 40px 0 40px;}
}
@media screen and (min-width: 720px) {
	.ind-lxwm-top{padding-bottom: 40px;}
	.form-btn{margin: 50px 0 50px;}
	.ind-lxwm{padding:50px 0;}
}
@media screen and (min-width: 992px) {
	.con-lxwm-ner{display: flex;flex-shrink: 0;justify-content: space-between;}
	.indlxwm-right{width: 50%;max-width: 418px;}
	.indlxwm-left{flex: 1;border-bottom:none;padding-bottom:0;margin-bottom: 0px;}
	.ind-lxwm-top{padding-bottom: 50px;}
	.indlxwm-left{display: block;}
	.indlxwm-right .layui-form-item{margin-bottom: 20px;}
	.con-lxwm-ner{position: relative;}
	.con-lxwm-ner::before{content: "";position: absolute;left: 50%;top: 0%;width: 2px;height: 80%;background-color: #E8E0E0;}
	.form-btn{margin: 60px 0 60px;}
	.ind-lxwm{padding:70px 0 60px;}
	.lxfs-txt{font-size:18px;}
}
@media screen and (min-width: 1340px) {
	.ind-lxwm-top{padding-bottom: 60px;}
	.indlxwm-right .layui-form-item{margin-bottom: 30px;}
	.form-btn{margin: 70px 0 64px;}
	.ind-lxwm{padding:80px 0 70px;}
	.indlxwm-right input, .indlxwm-right textarea{height:42px;}
}
@media screen and (min-width: 1600px) {
	.ind-lxwm-top{padding-bottom: 70px;}
	.form-btn{margin: 80px 0 64px;}
	.ind-lxwm{padding:100px 0 74px;}
}
@media screen and (min-width: 1880px) {
	.ind-lxwm-top{padding-bottom: 80px;}
}


/* 首页 地图 联系我们*/
@media screen and (min-width: 320px) {
	#map{height: 300px;width: 100%;}
	.join-login{width: 136px; margin: 0 auto;}
	.join-login::before{content:"";position: absolute;left: 0;top: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,0), rgba(255,255,255,0));z-index: 2;opacity: 1;}
	.join-login::after{content:"";position: absolute;left: 0;top: 0;width: 2px;height: 100%;background-image: linear-gradient(#fff, rgba(255,255,255,0));z-index: 2;opacity: 1;}
	.join-login span::before{content:"";position: absolute;right: 0;bottom: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), #fff);z-index: 2;opacity: 1;}
	.join-login span::after{content:"";position: absolute;right: 0;bottom: 0;width: 2px;height: 100%;background-image: linear-gradient( rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1));z-index: 2;opacity: 1;}
	.join-login i::after{content:"";position: absolute;right: 0;top: 0;width: 100%;height: 2px;background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0.1));z-index: 2;opacity: 1;}
	.join-us{background-color: #0669CE;}
	.join-tit{font-size: 22px;color: #CFF914;text-align: center;line-height: 1;}
	.join-txt{font-size: 24px;color: #fff;text-align: center;line-height: 1;}
	.join-login *{color: #fff;}
	.con-join{padding: 15px 0;}
	.join-tit{margin-bottom: 30px;}
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.join-txt{font-size: 25;}
	.join-txt{font-size: 30px;}
}
@media screen and (min-width: 720px) {
	.join-tit{font-size: 28px;}
	.join-txt{font-size: 26px;}
	.con-join{padding: 25px 0;}
	.join-tit{margin-bottom: 35px;}
	.join-txt{margin-bottom: 35px;}
}
@media screen and (min-width: 992px) {
	.con-join{padding: 40px 0;}
	#map{height: 350px;}
	.join-tit{font-size: 30px;}
	.join-txt{font-size: 28px;}
	.join-tit{margin-bottom: 40px;}
	.join-txt{margin-bottom: 40px;}
}
@media screen and (min-width: 1340px) {
	.con-join{padding: 40px 0;}
	#map{height: 400px;}
	.join-tit{font-size: 34px;}
	.join-txt{font-size: 32px;}
	.join-tit{margin-bottom: 50px;}
	.join-txt{margin-bottom: 50px;}
}
@media screen and (min-width: 1600px) {
	.join-tit{font-size: 238px;}
	.join-tit{font-size: 38px;}
	.join-txt{font-size: 40px;}
	.con-join{padding: 60px 0;}
	.join-tit{margin-bottom: 60px;}
	.join-txt{margin-bottom: 60px;}
}
@media screen and (min-width: 1880px) {
	.join-tit{font-size: 40px;}
	.join-txt{font-size: 42px;}
	.con-join{padding: 70px 0;}
}


/* ny-banner */
@media screen and (min-width: 320px) {
	.banner-min{ background-size: cover; background-repeat: no-repeat; height: 28.49vw;min-height:221px; max-height: 547px; background-position: 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: 22px;color: #fff;text-align: center;line-height: 1;padding-bottom: 16px;letter-spacing:3px;font-weight:bold;}
	.banner-tit{font-size: 16px;color: #fff;text-align: center;line-height: 1;}
	.banner-tit span{text-transform:uppercase;letter-spacing:1.2px;}
	.con-nybanbg{padding-bottom:40px;}
	
	.banner-min{position: relative;}
	.con-dz{position: absolute;left: 0;bottom: 0%;width: 100%;background-color: rgba(0,0,0,0.75);z-index: 3;}
	.con-nerdz{height: 40px;line-height: 40px;color: #fff;}
	.banner-min::before{content: "";position: absolute;left: 0;top: 0;background-color: rgba(12,90,203,0.3);z-index: 2;width: 100%;height: 100%;}
	.banner-min .container{z-index: 2;}
	.con-nerdz a{color:#fff;font-weight: bold;font-size: 14px;}
	.con-nerdz a .iconfont{margin-right: 8px;color: #C4EC1E;}
	.con-nerdz .dz-home{color: #C4EC1E;}
}
@media screen and (min-width: 375px) {
	.banner-bt{font-size: 24px;}
}
@media screen and (min-width: 480px) {
	.banner-bt{font-size: 26px;padding-bottom: 18px;}
	.banner-tit{font-size: 16px;}
}
@media screen and (min-width: 720px) {
	.banner-bt{font-size: 28px;}
}
@media screen and (min-width: 992px) {
	.banner-min{background-position: center;}
	.banner-min .tit{ font-size: 52px;}
	
	.banner-bt{font-size: 38px;padding-bottom: 20px;}
	.con-nerdz a{font-size: 16px;}
	.con-nerdz a .iconfont{font-size: 16px;}
	.con-nerdz{height: 50px;line-height: 50px;}
	.banner-tit{font-size: 18px;}
	.con-nybanbg{padding-bottom:60px;}
}
@media screen and (min-width: 1340px) {
	.banner-min .tit{ font-size: 58px;}
	.banner-bt{font-size: 44px;padding-bottom: 25px;}
	
	.con-nerdz{height: 60px;line-height: 60px;}
	.con-nybanbg{padding-bottom:80px;}
}
@media screen and (min-width: 1600px) {
	.banner-min{background-size: cover;}
	.banner-bt{font-size: 50px;}
}
@media screen and (min-width: 1880px) {
	.banner-bt{font-size: 58px;}
}


/* 关于我们 */
@media screen and (min-width: 320px) {
	.con-about{display: flex;flex-direction: column;}
	.con-about dt{position: relative; flex-shrink: 0;padding: 20px 0;padding-left: 38px;}
	.con-about .about-tit{font-size: 20px;font-weight: bold;}
	.about-img{width: 30px;position: absolute;left: 0;top: 50%;transform: translate(-11px,-50%);}
	.ny-conpany{padding-bottom: 30px;padding-top: 10px;}
	.con-about dd *{font-size: 16px;color:#000;}
	.con-team dd{padding-left: 0;width: 100%;}
	.con-team{position: relative;}
	.con-team .swi-team-next{left: auto;right: 0; top: 15%; 
transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);}
	.con-team .swi-team-prev{left: auto;right: 0;top: 5%; transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);}
	.con-team{flex-direction: column-reverse;}
	.con-team .pic-size{padding-bottom: 77.73%;}
	
	.swi-honor .swiper-pagination-bullet{color: #8F8F8F;width: 25px; height: 25px;border: 1px solid #E6E6E6;opacity: 1;background-color: rgba(0,0,0,0);}
	.swi-honor .swiper-pagination-bullet-active{background-color: #0669CE;color: #fff;border: none;}
	.con-honor-bottom{position: relative;}
	.swi-honor{padding-bottom: 60px;}
	.swi-honor .swi-proprev, .swi-honor .swi-pronext{top: auto;bottom: 14px;transform: rotate(90deg);-o-transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);}
	.swi-honor>.swiper-pagination-bullets{width: 80%;left: 50%;bottom: 16px;transform: translate(-50%,0);}
	.swi-honor .pic-size{padding-bottom: 129.71%;}
	.con-tophonor{justify-content: center;position: relative;width: 100%;text-align: center;}
	.con-tophonor .about-img{left: 50%;top:100%;transform: translate(-50%,-50%);width: 106px;}
	.con-tophonor{padding-top: 40px ;margin-bottom: 40px;padding-bottom: 25px;border-top: 1px solid #E1DEDE;}
	.con-tophonor .about-img img{width: 100%;}
	.con-honor{padding-bottom: 40px;}
}
@media screen and (min-width: 375px) {
	.con-about .about-tit{font-size: 22px;}
}
@media screen and (min-width: 480px) {
	.con-about .about-tit{font-size: 24px;}
	.con-about{flex-direction: row;justify-content: space-between;align-items: center;}
	.con-about dd{padding-left: 60px;flex: 1;max-width: 71%;}
	.con-team dd{padding-left: 0;}
	.con-team{align-items: flex-start;}
	.con-team .swi-team-prev, .con-team .swi-team-next{left: auto;right: 0;top: auto;bottom: 0;}
	.con-team .swi-team-prev{right: 10vw;}
	.con-team .swi-team-next{right: 4vw;}
	
	.con-team .about-img{left: auto;right: 0;transform: translate(18px,-50%);}
	.con-team dt{padding-left: 0;padding-right: 38px;}
	.swi-honor .swiper-pagination-bullet{width: 30px; height: 30px;line-height: 30px;}
	.swi-honor{padding-bottom: 80px;}
	.swi-honor .swi-proprev{right: auto;left: 10%;}
	.swi-honor .swi-pronext{right: 10%;}
	.swi-honor>.swiper-pagination-bullets{width: 65%;margin-bottom: 0px;}
	
	.con-tophonor{padding-top: 60px ;margin-bottom: 50px;justify-content: center;}
	.con-honor{padding-bottom: 50px;}
	
}
@media screen and (min-width: 720px) {
	.con-about .about-tit{font-size: 28px;}
	.ny-conpany{padding-bottom: 50px;}
	.swi-honor{padding-bottom: 100px;}
	.con-tophonor{padding-top: 70px ;margin-bottom: 58px;}
	.con-honor{padding-bottom: 60px;}
	
}
@media screen and (min-width: 992px) {
	.con-about .about-tit{font-size: 32px;}
	.ny-conpany{padding-bottom: 70px ;}
	.con-about dd *{font-size: 18px;}
	.swi-honor .swiper-pagination-bullet{width: 35px; height: 35px;line-height: 35px;}
	.swi-honor .swi-proprev{left: 12%;}
	.swi-honor .swi-pronext{right: 12%;}
	.swi-honor{padding-bottom: 120px;}
	.swi-honor{width: 80%;}
	.con-tophonor{padding-top: 90px ;/*margin-bottom: 70px;*/justify-content: center;}
	.con-honor{padding-bottom: 70px;}
	
}
@media screen and (min-width: 1340px) {
	.con-about .about-tit{font-size: 34px;}
	.ny-conpany{padding-bottom: 100px;}
	.con-team .swi-team-prev, .con-team .swi-team-next{width: 52px;
	height: 52px;
	-moz-background-size: 52px 52px;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;}
	.con-team .swi-team-prev{right: 8vw;}
	.con-team .swi-team-next{right: 3vw;}
	.swi-honor .swiper-pagination-bullet{width: 40px; height: 40px;line-height: 40px;}
	.con-tophonor{padding-top: 100px ;/*margin-bottom: 80px;*/}
	.con-honor{padding-bottom: 80px;}
	.swi-honor{padding-bottom: 130px;}
	.con-about dd{padding-left: 70px;}
}
@media screen and (min-width: 1600px) {
	.con-about .about-tit{font-size: 36px;}
	.ny-conpany{padding-bottom: 110px;}
	.con-honor{padding-bottom: 90px;}
	.swi-honor{padding-bottom: 140px;}
}
@media screen and (min-width: 1880px) {
	.con-honor{padding-bottom: 110px;}
}


/* 联系我们 单页 */
@media screen and (min-width: 320px) {
	.container-ny .ind-lxwm{padding-top: 0;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.container-ny .ind-lxwm{padding-bottom: 40px;}
}
@media screen and (min-width: 720px) {
	.container-ny .ind-lxwm{padding-bottom: 50px;}
}
@media screen and (min-width: 992px) {
	.container-ny .ind-lxwm{padding-bottom: 60px;}
}
@media screen and (min-width: 1340px) {
	.container-ny .ind-lxwm{padding-bottom: 70px;}
}
@media screen and (min-width: 1600px) {
	.container-ny .ind-lxwm{padding-bottom: 90px;}
}
@media screen and (min-width: 1880px) {
	.container-ny .ind-lxwm{padding-bottom: 119px;}
}


/* 会员登录 */
@media screen and (min-width: 320px) {
	.jzpwd {font-size: 14px;}
	.icon-ok-login{color:#c3defb;transition: .3s;}
	.jzpwd span {margin-left: 6px;}
	.Forgot {font-size: 12px;}
	.Forgot a {font-size: 12px; color: #1840BA;}
	.tainer-ny .con-lxwm-ner::before{display: none;}
	.tainer-ny .indlxwm-left{border: none;padding-bottom: 0;margin-bottom: 0;}
	.tainer-ny .lxfs-ner{margin-top:0;}
	.tainer-ny .con-tophonor{border: none;padding-top: 0;}
	.tainer-ny .con-tophonor .about-tit{font-size:26px!important;}
	.login_pwd{color: #0530B7;transition: .3s;}
	.con-other-login .Forgot{text-align: center;}
	.con-other-login ul{display: flex;justify-content: center;flex-wrap: wrap;}
	.con-other-login li{padding: 10px;}
	.con-other-login li i{font-size: 42px;color:#0530B7;}
	.con-other-login ul{margin: -10px;}
	.otjer-login{text-align: center;font-size: 16px;color: #000;}
	.otjer-login{padding-bottom: 20px;}
	.ind-layui-btn a{font-size: 18px;font-weight: bold;color:#fff;}
	.tainer-ny .indlxwm-right .layui-zh{margin-bottom:10px;}
	
	.ind-layui-btn a:hover {color: #CFF914;}
	.con-login-bg{-webkit-background-size: cover; background-size: cover; background-repeat: no-repeat;margin-top: -1px;}
	.con-login-bg .indlxwm-right{background-color: #fff;padding: 30px 15px;}
	.con-login-bg .indlxwm-right .layui-input-block{margin-left: 0;}
	.tainer-ny .indlxwm-left *{color: #fff;}
	.login-banner::before{display: none;}
	.login-banner{min-height: 40px;}
	.tainer-ny .lxfs-txt{font-size: 16px;}
	.tainer-ny .lxfs-txt{color: #D9D4D4;font-weight: bold;}
	.tainer-ny .lxfs-txt span{color: #1840BA;}
	.tainer-ny .lxfs-tel{font-weight: normal;}
	.tainer-ny .indlxwm-right .layui-form-label{width: 100%;font-size: 16px;line-height: 2;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.otjer-login{padding-bottom: 25px;}
}
@media screen and (min-width: 720px) {
	.otjer-login{padding-bottom: 30px;}
	.con-login-bg .indlxwm-right{padding: 30px 30px;}
	
}
@media screen and (min-width: 992px) {
	.tainer-ny .con-lxwm-ner{align-items: center;}
	.con-other-login li{padding: 15px;}
	.con-other-login li i{font-size: 50px;}
	.con-other-login ul{margin: -15px;}
	.otjer-login{padding-bottom: 36px;}
	.con-login-bg .indlxwm-right{padding: 40px;}
	.login-banner{min-height: 50px;}
	.tainer-ny .lxfs-txt{font-size: 19px;}
	.tainer-ny .lxfs-icon{width: 18px;}
	.tainer-ny .lxfs-tel{font-size: 18px;}
	.tainer-ny .indlxwm-right .layui-form-label{font-size: 18px;}
	.tainer-ny  .indlxwm-right .layui-form-item{margin-bottom: 25px;}
	.tainer-ny .indlxwm-right .layui-zh{margin-bottom:5px;}
	.con-login-bg .indlxwm-right{max-width:473px;}
}
@media screen and (min-width: 1340px) {
	.otjer-login{padding-bottom: 42px;}
	.con-login-bg .indlxwm-right{padding: 50px;}
	.login-banner{min-height: 60px;}
	
}
@media screen and (min-width: 1600px) {
	.otjer-login{padding-bottom: 45px;}
	.con-login-bg .indlxwm-right{padding: 55px 50px 50px;}
	.tainer-ny .con-about .about-tit{font-size: 42px;}
	
}
@media screen and (min-width: 1880px) {
	.tainer-ny .con-about .about-tit{font-size: 46px;}
}


/* 内页分类导航 */
@media screen and (min-width: 320px) {
	.con-meun{padding-bottom: 30px;}
	.meun-txt{font-size: 18px;font-weight: bold;text-align: center;}
	dl.con-nylist{display: flex;flex-direction: column;}
	.product-list ul{display: flex;flex-wrap: wrap;padding-bottom: 30px;}
	.product-list li{width: 100%;padding: 8px;}
	.product-list{margin: -8px;}
	.ny-left-nav li a{display:flex;align-items: center;justify-content: space-between;}
	.left-nav-btn-bg{background-image: url(../img/left-nav-bg.png);background-repeat: no-repeat; background-position: center; background-size: 30px 30px;width: 30px; height: 30px;display: flex;justify-content: center;align-items: center;opacity: 0; transition: .3s;}
	.left-nav-btn-bg span{width: 15px;height: 15px;background-color: #2790EC;border-radius: 50%;}
	.ny-left-nav li{padding: 10px 12px;}
	.ny-left-nav li.on{background-color: #F9F9F9;}
	.ny-left-nav li.on .left-nav-btn-bg{opacity: 1;}
	.ny-left-nav li a:hover .left-nav-btn-bg{opacity: 1; transition: .3s;}
	.ny-left-nav li:hover{background-color: #FCFCFC;}
	.con-nynav-tit {font-size: 17px; font-weight: bold;color: #000;}
	.ny-left-nav li.on .con-nynav-tit{color: #004DA7;}
	.con-pro-ner{min-height:65px;}
	.con-pro-ner dl{display: flex;align-items: center;justify-content: space-between;}
	.proner-txt{font-size: 16px;font-weight: bold;line-height: 1;color: #373A3C;}
	.proner-cc{font-size: 14px;color: #818A91;}
	.product-list .ind-more-pro{ display: inline-block;
    width: 50px; background-image: url(../img/pro-xq-bg.png); background-repeat: no-repeat; background-position: center; background-size: 50px 30px; height: 30px; line-height: 30px; text-align: center; color: #313C42; font-weight: bold; transition: .3s;}
	.product-list li a:hover .ind-more-pro{color: #fff;background-color: #2790EC;background-image:none; transition: .3s;}
	.product-list li a{display: block;}
	.product-list li a i{border: 1px solid rgba(112,112,112,0.2); transition: .3s;}
	.con-pro-ner {border: 1px solid rgba(43,146,233,0.4);padding: 10px;transition: .3s;}
	.product-list li a:hover i{border: 1px solid #2790EC;border-bottom: 1px solid rgba(112,112,112,0.2); transition: .3s;}
	.product-list li a:hover .con-pro-ner {border: 1px solid #2790EC;border-top: 1px solid rgba(43,146,233,0.4); transition: .3s;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.con-meun{padding-bottom: 35px;}
	.meun-txt{font-size: 20px;}
	.product-list li{width: 50%;padding: 8px;}
}
@media screen and (min-width: 720px) {
	.con-meun{padding-bottom: 40px;}
	.meun-txt{font-size: 24px;}
	dl.con-nylist{flex-direction: row;}
	dl.con-nylist dt{ width: 200px;padding-right: 12px;}
	.con-pro-ner dl dt{width: auto;}
	dl.con-nylist dd{flex: 1;}
	.con-pro-ner dl dd{width: auto;flex: 0;}
	.product-list ul{padding-bottom: 40px;}
	
	.ny-left-nav li{padding: 14px 17px;padding-right: 20px;}
}
@media screen and (min-width: 992px) {
	.con-meun{padding-bottom: 50px;}
	.meun-txt{font-size: 28px;}
	.product-list li{width: 33.3%;}
	dl.con-nylist dt{width: 250px;    padding-right: 18px;}
	.con-pro-ner dl dt{width: auto;}
	.ny-left-nav li{padding: 14px 17px;padding-right: 23px;padding-top: 16px;}
	.proner-txt{font-size: 18px;}
	.product-list ul{padding-bottom: 50px;}
}
@media screen and (min-width: 1340px) {
	.con-meun{padding-bottom: 60px;}
	.meun-txt{font-size: 32px;}
	.product-list li{width: 25%;}
	dl.con-nylist dt{width: 300px;    padding-right: 23px;}
	.con-pro-ner dl dt{width: auto;}
	.product-list ul{padding-bottom: 64px;}
}
@media screen and (min-width: 1600px) {
	.con-meun{padding-bottom: 77px;}
	.meun-txt{font-size: 36px;}
}
@media screen and (min-width: 1880px) {
	
}


/* 新闻列表 */
@media screen and (min-width: 320px) {
	.news-list ul{display: flex;flex-direction: column;padding-bottom: 30px;}
	.cjwt-list ul{padding-bottom: 30px;}
	.con-news-txit{display: flex;flex-direction: column;padding-bottom: 10px;}
	.con-news-txt{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;font-size: 18px;line-height: 1;}
	.con-news-time{font-size: 14px;color: #818A91;font-weight: bold;}
	.con-news-desc{font-size: 16px;color: #918E8E;line-height: 1.5;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow:ellipsis;}
	.news-list li{padding: 7px 0;}
	.news-list{margin: -7px 0;}
	.news-list li a {display: block; padding: 12px 10px;border: 1px solid rgba(112,112,112,0.2);}
	.news-list li a:hover{box-shadow:0 3px 3px #EEEBEB;border-color:rgba(39,144,236,0.76);}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	.con-news-txt{font-size: 20px;width: 80%;}
	.con-news-txit{flex-direction: row;justify-content: space-between;align-items: center;padding-bottom: 16px;}
	.con-news-time{flex-shrink: 0;}
	.cjwt-list ul, .news-list ul{padding-bottom: 40px;}
	.news-list li a {padding: 15px 10px;}
}
@media screen and (min-width: 992px) {
	.con-news-txt{font-size: 22px;}
	.cjwt-list ul, .news-list ul{padding-bottom: 50px;}
	.news-list li a {padding: 18px 12px;}
}
@media screen and (min-width: 1340px) {
	.con-news-txt{font-size: 24px;}
	.cjwt-list ul, .news-list ul{padding-bottom: 60px;}
	.news-list li a {padding: 20px 16px 19px;}
}
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1880px) {
	
}



/* 常见问题 */
@media screen and (min-width: 320px) {
	.meun-img{text-align: center;}
	.meun-txt{padding-bottom: 10px;}
	.cjwt-list li a{-webkit-background-size: cover; background-size: cover; background-repeat: no-repeat;margin-top: -1px;display: block;}
	.cjwt-list li{padding: 10px;}
	.cjwt-list{margin: -10px;}
	.cjwt-list li a:hover .ind-more-pro{background-color: #2790EC;background-image: none;color: #fff;transition: .3s;}
	.listleftcjwt{width: 72%;display: block;margin: 0 auto;margin-right: 0;background-color: #fff;padding: 10px;display: flex;flex-direction: column;transition: .3s;border: 1px solid rgba(157,159,161,0.4);}
	.cjwt-list li a:hover .listleftcjwt{background-color: rgba(255,255,255,0.65);transition: .3s;}
	.listleftcjwt .cjwt-txt{color: #000000;transition: .3s;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow:ellipsis;height: 52px;line-height: 1.3;font-weight: bold;}
	
	.cjwt-list li a:hover .cjwt-txt{color: #0669CE;transition: .3s;}
	.cjwt-qa{font-size: 18px;color: #A49F9F;transition: .3s;}
	.cjwt-list li a:hover .cjwt-qa{/*color: #000;*/transition: .3s;}
	.cjwt-desc{color: #676B6D;transition: .3s;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; text-overflow:ellipsis;height: 147px;margin-bottom: 15px;}
	.cjwt-list li a:hover .cjwt-desc{color: #000;transition: .3s;}
	.cjwt-list ul{display: flex;flex-wrap: wrap;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.cjwt-list li{max-width: 50%;}
	.listleftcjwt{padding: 12px;}
	
}
@media screen and (min-width: 720px) {
	.listleftcjwt{padding: 15px;}
	.cjwt-desc{margin-bottom: 20px;}
}
@media screen and (min-width: 992px) {
	.cjwt-list li{max-width: 33.33%;}
	.listleftcjwt{padding: 24px;}
	.listleftcjwt .cjwt-txt{font-size: 22px;margin-bottom: 20px;}
	.cjwt-desc{margin-bottom: 24px;}
}
@media screen and (min-width: 1340px) {
	.listleftcjwt{padding: 28px 32px;}
	.listleftcjwt .cjwt-txt{ margin-bottom: 24px;}
	.cjwt-desc{margin-bottom: 28px;}
}
@media screen and (min-width: 1600px) {
	.listleftcjwt{padding: 30px 38px;}
	.listleftcjwt .cjwt-txt{ margin-bottom: 28px;}
	.cjwt-desc{margin-bottom: 30px;}
}
@media screen and (min-width: 1880px) {
	.listleftcjwt{padding: 37px 38px 31px;}
}



/* 技术支持 */
@media screen and (min-width: 320px) {
	.jscz-txt{font-size: 20px;font-weight: bold;color: #004DA7;line-height: 1;margin-bottom: 15px;}
	.jszc-ner{font-size: 20px;color: #004DA7;}
	.jszc-ner *{font-size: 16px;color: #000000;line-height: 2;}
	.jszc-list li{margin-bottom: 30px;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.jscz-txt{font-size: 22px;margin-bottom: 20px;}
}
@media screen and (min-width: 720px) {
	.jscz-txt{font-size: 26px;margin-bottom: 24px;}
}
@media screen and (min-width: 992px) {
	.jscz-txt{font-size: 28px;margin-bottom: 28px;}
	.jszc-ner *{font-size: 18px;}
	.jszc-list li{margin-bottom: 40px;}
	
}
@media screen and (min-width: 1340px) {
	.jscz-txt{font-size: 30px;margin-bottom: 32px;}
	.jszc-list li{margin-bottom: 5 0px;}
}
@media screen and (min-width: 1600px) {
	
}
@media screen and (min-width: 1880px) {
	
}


/* 单页模块 */
@media screen and (min-width: 320px) {
	.con-zwheight{height: 30px;}
	.basic-content *{font-size: 16px;}
	.basic-content img{max-width: 100%;}
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	.con-zwheight{height: 35px;}
}
@media screen and (min-width: 720px) {
	.con-zwheight{height: 40px;}
}
@media screen and (min-width: 992px) {
	.con-zwheight{height: 50px;}
}
@media screen and (min-width: 1340px) {
	.con-zwheight{height: 70px;}
}
@media screen and (min-width: 1600px) {
	.con-zwheight{height: 80px;}
}
@media screen and (min-width: 1800px) {
	.con-zwheight{height: 100px;}
	
}

/* 新闻详情 */
@media screen and (min-width: 320px) {
	.art-content *{font-size: 16px;}
	.art-content img{max-width: 100%;}
	.art-content{padding-top: 30px;min-height: 500px;padding-bottom: 40px;}
	.ny-other-news{padding: 15px 0;border-bottom: 1px solid rgba(125,125,125,0.32);border-top: 1px solid rgba(125,125,125,0.32);}
	.art-content{color: #333;}
	.ny-other-news *{font-size: 16px;line-height: 1;}
	.news-pvnt{padding: 10px 0;}
	.art-txt{font-size: 20px;text-align: center;line-height: 1.5;padding-bottom: 15px;border-bottom: 1px solid rgba(125,125,125,0.32);font-weight: bold;color: #464646;}
	.art-ner{display: flex;flex-wrap: wrap;justify-content: center;padding-top: 20px;color: #999999;}
	.art-ner span{padding: 0 10px;}
	.news-pvnt {color: #757575;}
	.news-pvnt a{color: #0E54AF;}
	.con-art-shows{padding: 20px 0;
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	.art-content{padding-top: 35px;padding-bottom: 40px;}
	.art-txt{font-size: 22px;padding-bottom: 20px;}
	.art-ner{padding-top: 25px;}
	.con-art-shows{padding:30px 20px;border:1px solid #ddd;}
}
@media screen and (min-width: 992px) {
	.art-content{padding-top: 40px;padding-bottom: 60px;}
	.ny-other-news *{font-size: 18px;}
	.news-pvnt{padding: 15px 0;}
	.art-txt{font-size: 24px;padding-bottom: 26px;}
	.art-ner{padding-top: 30px;}
	.con-art-shows{padding:60px 34px;}
}
@media screen and (min-width: 1340px) {
	.art-content{padding-top: 50px;}
	.art-txt{padding-bottom: 30px;}
	.art-ner{padding-top: 33px;}
		.con-art-shows{padding:74px 44px;}
}
@media screen and (min-width: 1600px) {
	.art-content{padding-top: 66px;}
}
@media screen and (min-width: 1880px) {
	
}

/* 产品页详情 */
@media screen and (min-width: 320px){
	.qy-more{text-align: center;padding: 20px 0;}
	.yejj-more{text-align:  center;padding: 10px 30px;border: 1px #18435A solid;}
	.yejj-more:hover{background-color: #18435A;color: #FFFFFF;}
	.con-qyjs{font-size: 16px;text-indent: 2em;color: #333333;padding:0 15px;line-height:30px;}
	.pic-sm{border: 2px rgba(39,144,236,0.5)solid;padding-bottom: 63.32%!important;}
	.pic-big{border: 2px rgba(39,144,236,0.5)solid;padding-bottom: 68.2%!important;}
	.pic-big, .pic-sm{background-color: #fff;}
	
	
	.container-qyjs{width: 100%;overflow: hidden;}
	.swi-smbg{position: relative;margin: 20px 0;overflow: hidden;padding: 0 46px;}
	.san-pvnt{width: 48px;position: absolute;top: 30%;z-index: 10;color: rgba(255,255,255,0.2);font-size: 32px;height: 50px;text-align: center;line-height: 48px; margin-top: 0;
	    transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);}
	.san-pvnt:hover{color: rgba(255,255,255,0.8); }
	.icon-san-prev{left: 0px; }
	.icon-san-next{right: 0px; }
	.qyjsbt{padding: 25px 0 20px; }
	.con-swip{max-width: 537px;margin: 0 auto;}
	.con-pro-txxit div{text-align: left;}
	.con-pro-txxit .meun-txt{line-height: 1;padding-bottom: 15px;}
	.pro-content *{font-size: 16px;}
	.proxian {text-align: center; margin: 0 auto;margin-bottom: 30px;margin-top: 30px; height: 1px;width: 90%;background-color: #E1DEDE;}
	.product-show-list ul{padding-bottom: 0;}
}
@media screen and (min-width: 480px){
	.qyjsbt{padding: 30px 0 20px;}
	.san-pvnt{width: 50px;}
	.proxian {margin-bottom: 50px;margin-top: 50px;}
}
@media screen and (min-width: 720px){
	.qyjsbt{padding: 35px 0 25px; }
	.proxian {margin-bottom: 60px;margin-top: 60px;}
	
}
@media screen and (min-width: 992px){
	.san-pvnt{width:52px;}
	.swi-smbg{padding: 0 82px;}
	.qy-more{padding: 35px 0;}
	.con-swip{margin: 0;width: 100%;}
	.qyjsbt{padding: 40px 0 30px;}
	.product-show dl{display: flex;}
	.product-show dt{flex-shrink: 0;width: 400px;}
	.product-show dd{flex: 1;padding-left: 80px;}
	.con-pro-txxit .meun-txt{padding-bottom: 20px;}
	.pro-content *{font-size: 18px;}
	.proxian {margin-bottom: 70px;margin-top: 70px;}
}
@media screen and (min-width: 1340px){
	.con-swip{width: 100%;}
	.qy-more{padding: 40px 0;}
	
	.qyjsbt{padding: 50px 0 40px;}
	.product-show dt{width: 540px;}
	.product-show dd{flex: 1;padding-left: 180px;}
	.con-pro-txxit .meun-txt{font-size: 40px;}
	.con-pro-txxit .meun-txt{padding-bottom: 25px;}
	.proxian {margin-bottom: 100px;margin-top: 80px;}
}
	
@media screen and (min-width: 1600px){
	.qyjsbt{padding: 60px 0 50px;}
	.proxian {margin-bottom: 120px;margin-top: 90px;}
	
}
/*  */
@media screen and (min-width: 320px) {
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
}
@media screen and (min-width: 992px) {
	
	
}
@media screen and (min-width: 1340px) {
	
}
@media screen and (min-width: 1600px) {
	
}
@media screen and (min-width: 1880px) {
	
}


/*  */
@media screen and (min-width: 320px) {
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
}
@media screen and (min-width: 992px) {
	
	
}
@media screen and (min-width: 1340px) {
	
}
@media screen and (min-width: 1600px) {
	
}
@media screen and (min-width: 1880px) {
	
}



/*  */
@media screen and (min-width: 320px) {
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
}
@media screen and (min-width: 992px) {
	
	
}
@media screen and (min-width: 1340px) {
	
}
@media screen and (min-width: 1600px) {
	
}
@media screen and (min-width: 1880px) {
	
}



/*  */
@media screen and (min-width: 320px) {
	
}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
}
@media screen and (min-width: 992px) {
	
	
}
@media screen and (min-width: 1340px) {
	
}
@media screen and (min-width: 1600px) {
	
}
@media screen and (min-width: 1880px) {
	
}
