@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; height:100%; width: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 14px;
	
}


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

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

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

@font-face
{
font-family: hb;
src: url('../font/HelveticaBold.ttf');
}


*{-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:#26BBED; color:#fff;}
::-moz-selection{background:#26BBED; color:#fff;}

a,a:link{ color: #000; text-decoration: none;}
a:hover,a:active{ color: #26BBED; 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;}


.text-right{
	text-align: right;
}

/*--简易切换动画--*/
.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: none; display: none\9;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .e-anim-off { display: none;  } /* 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: 4px 12px; margin: 3px; color: #999999; font-size: 14px; display: inline-block; font-weight: normal; -webkit-border-radius: 4px;
-moz-border-radius: 0px;
border-radius: 0px;}
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: #26bbed; color: #fff; border: 1px solid #26bbed;  line-height: 1.7;}


/*弹窗视频*/
@media screen and (min-width: 320px) {
.video-show.layui-layer-iframe{overflow: visible;}
.video-show{ width: 300px !important; height: 175px !important; left: 50% !important; top: 50% !important; transform: translate(-50%,-50%) !important;}
	
	body .image-show{background-color: rgba(0,0,0,0) !important;box-shadow:0px 0px 0px 0}
	.video-show .layui-layer-setwin{ right: 0; top: 0;}
	.video-show .layui-layer-setwin .layui-layer-close2{ right: 0; top: -35px;width: 30px; height: 35px; /*background: #D90A13; */font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 35px;}
	.video-show .layui-layer-setwin .layui-layer-close2:before { content: "\e639"; color: #fff; font-size: 14px;}
	
	div.video-show .layui-layer-content{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; overflow: visible;}
	.jcsp-video{display: none;}
	.video-show video{display: block;}
	.video-show video{ width: 100%; height: 100%;}
	
	.video-tit span{background-color: #EFF7FF;display: block;text-align: center;font-size: 12px;color: #003D7E;height: 38px;line-height: 38px;}
	
	
	.image-show.layui-layer-iframe{overflow: visible;}
	.image-show{ width: 300px !important; height: 155px !important; left: 50% !important; top: 50% !important; transform: translate(-50%,-50%) !important;}
	
	.image-show i.pic-size{padding-bottom: 52%;}
}



@media screen and (min-width: 384px) {
	.video-show{ width: 365px !important; height: 210px !important;}
	
	
	
	.image-show{ width: 365px !important; height: 170px !important;}
}

@media screen and (min-width: 480px) {
	.video-show{ width: 420px !important; height: 240px !important;}
	
		.image-show{ width: 420px !important; height:200px !important;}
}

@media screen and (min-width: 640px) {
	.video-show{ width: 630px !important; height: 360px !important;}
	
	
		.image-show{ width: 630px !important; height: 320px !important;}
}

@media screen and (min-width: 768px) {
	.video-show{ width: 700px !important; height: 400px !important;}
	
		.image-show{ width: 700px !important; height: 360px !important;}
}

@media screen and (min-width: 992px) {
	.video-show{ width: 900px !important; height: 510px !important;}
	
	.image-show{ width: 900px !important; height: 460px !important;}
	
	
	.video-tit span{font-size: 14px;line-height: 42px;height: 42px;}
}

/*@media screen and (min-width: 1340px) {
	.video-show{ width: 1100px !important; height: 620px !important;}
}*/





/*--移动端设置&小屏电脑 图片缩放--*/
/*设置最大屏像素-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 img{ width: 100% !important; height: 100% !important; position: absolute; left: 0; top: 0; object-fit: contain; transition: .3s;}
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: #26bbed; background-color: #26bbed;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #26bbed;}

.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) {
	 .hd_container, .container{ width: 990px; padding: 0 10px;margin: 0 auto;}
	
}
@media screen and (min-width: 1220px) {
	.hd_container, .container{ width: 1220px; padding: 0 10px;}
}
@media screen and (min-width: 1420px) {
	.hd_container, .container{ width: 1280px; padding: 0 10px;}
}
@media screen and (min-width: 1600px) {
	.hd_container, .container{ width: 1420px; padding: 0 10px;}
}
/*=================header===================*/
@media screen and (min-width: 320px) {
	.hd_container{display: flex;justify-content: space-between;padding: 0 15px;align-items: center;}
	.nav-btn i{color: #26BBED;}
	
	.nav-btn .icon-nav{display: block;font-size: 24px;}
	.nav-btn .icon-nav-close{display: none;font-size: 30px;}
	.nav-btn-show .icon-nav{display: none;}
	.nav-btn-show .icon-nav-close{display: block;}
	.nav{position: absolute;top: 63px;left: 0;z-index: 8; width: 100%;text-align: center;}
	/* .nav-box{position: relative;} */
	.logo img{/* max-width: 100%; */width: auto; height: 100%;}
	.logo{height: 63px;padding: 15px 0;}
	.search-box{padding:10px;}
	.search{ position: relative;width: 100%;}
	.search *{ transition: border .3s,color .3s;}
	.search input{ width: 100%; height: 36px; border-radius: 4px; border: none; padding-left: 20px; padding-right: 30px; background: #fff; color: #666; border: solid 1px #AAA;}
	.search button{ width: 36px; height: 36px; background: none; border: none; position: absolute; right: 0; top: 0; cursor: pointer;font-size: 16px;}
	.search button i::before{ font-size: 16px; color: #666666;}
	
	.search input::-webkit-input-placeholder{ color: #666; font-size: 16px;}
	.search input::-moz-input-placeholder{ mcolor: #666;font-size: 16px;}
	.search input::-ms-input-placeholder{ color: #666; font-size: 16px;}
	
	.search input:focus{ border-color: #26BBED;}
	.search button:hover i::before{ color: #26BBED;}
	.nav-list-height{display: flex;flex-direction: column;}
	.nav-list-su{display: none;}
	.nav-list li{line-height: 1.2;}
	.nav-list li:hover .nav-list-su{display: block; }
	.nav-list-height a span{display: block;padding: 5px 0;font-size: 16px;}
	.nav-list-su{padding-bottom: 5px;border-top:1px solid #ccc;}
	.nav-list-su .on {color:#26BBED;}
	.nav-list .on b{border-bottom: 2px solid #26BBED; color: #26BBED; padding: 5px 0;display: inline-block;}
	.nav-list li:hover b{color: #26BBED;}
	.nav-list-height .bd-list{display: none;}
	.nav-close{display: none!important;}
	.tabs-box .hd-lm .on a span{color: #26BBED;background-color: rgba(0,0,0,0.05);}
	.search-box{width: 200px;margin: 0 auto;}
	.lang b{display: flex!important;align-items: center;justify-content: center;}
	.langg-sj{ border-top: 8px solid #26BBED; border-left: 5px solid transparent; border-right: 5px solid transparent;margin-left: 10px;}
	.nav-list li b{color: #666;font-size: 18px;font-weight: normal;}
	.nav-box{position: relative;z-index: 6;background-color: #FFFFFF;}
	.box-bg::before{content: "";position: absolute;width: 100%;top: 0;height: 100%;z-index: 2;background-color: rgba(0,0,0,0.16);}
	.nav-list{background-color: #FFFFFF;}
	.box-bg .ind-nav-box{background-color: #FFFFFF;}
	.box-bg2 .ind-nav-box{background-color: #FFFFFF;box-shadow: 0px  3px  10px rgba(0,0,0,0.08) }
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 640px) {
	
}
@media screen and (min-width: 992px) {
	.nav-list-height a span{font-size: 18px;}
	.tabs-box .hd-lm .on a span{background-color: rgba(0,0,0,0);}
	.am-hide{display: block;}
	.nav-box{position: relative;}
	.search-box{width: auto;margin: 0 auto;}
	.seach-li{display: flex;align-items: center;}
	.nav-list-height{display: flex;flex-direction: row;background-color: #FFFFFF;}
	.nav-btn{display: none;}
	.nav{position: inherit;}
	.nav ul{display: flex;place-content: flex-end;}
	.search input{ width: 66px;padding: 0;background-color: rgba(0,0,0,0);border: none;}
	/* .search input{display: none;} */
	.selected .search input{display: block;width: 180px;border: solid 1px #AAA;border-color: #26BBED;padding: 0 30px;padding-left: 15px;}
	.nav-list li{position: relative;}
	.nav-list li:hover .nav-list-su{display: block; position: absolute;left: 0;top:90px;width: 100%;height: auto;/* background-color: rgba(0,0,0,0.16); *//* overflow: hidden; */}
	.box-bg::before{content: "";position: absolute;width: 100%;top: 0;height: 100%;z-index: 2;background-color: rgba(0,0,0,0.16);}
	
	.nav-list li .nav-list-height a{width: 100%;display: block;}
	.nav-list li {position: inherit;}
	.nav-list-height .bd-list{display: block;}
	.nav-list-height .tabs-box{width: 100%;padding: 40px 0;}
	.nav-list-height .hd-lm{display: flex;justify-content: center;margin: -10px;}
	.nav-list-height .hd-lm a span{display: inline-block;padding: 10px;}
	.con-lm-prodict a{max-width: 160px;display: block;padding: 10px;}
	.con-lm-prodict{margin: -10px;display: flex;justify-content: center;flex-wrap: wrap;}
	.nav-close{display: block!important;}
	.nav-list-su{border-top:5px solid #ccc;height: 100%;}
	.bd-list .e-anim-hide {}
	.nav-list li .yj-lm {display: block;padding: 0 15px;}
	.nav-list li b{display: block;padding: 0;line-height: 87px;}
	.nav-list .on b{padding: 0;}
	.logo{height: 90px;padding: 28px 0;}
	.tabs-box .con-bd{display: block;padding-top: 40px;}
	.com-bd-ner .bdlm-hots-bt{font-size: 18px;color: #000000;}
	.ind-nav-box{position: fixed;left: 50%;top: 0;transform: translate(-50%,0);width: 100%;background-color: rgba(0,0,0,0);z-index: 20;}
	.nav-list{background-color: rgba(0,0,0,0);}
	
	
}
@media screen and (min-width: 1220px) {
	.con-lm-prodict a{max-width: 180px;}
	
	.nav-list-height .hd-lm a span{padding: 10px 15px;}
	.nav-list-height .hd-lm{margin: -10px -15px;}
	.nav-list li .yj-lm {padding: 0 20px;}
}
@media screen and (min-width: 1420px) {
	.con-lm-prodict a{max-width: 210px;padding: 15px;}
	.con-lm-prodict{margin: -15px;}
	.nav-list-height .hd-lm a span{padding: 10px 25px;}
	.nav-list-height .hd-lm{margin: -10px -25px;}
	.nav-list li .yj-lm {padding: 0 25px;}
}
@media screen and (min-width: 1800px) {
	.con-lm-prodict a{max-width: 240px;padding: 20px;}
	.con-lm-prodict{margin: -20px;}
	
}
/* 首页内容 */
@media screen and (min-width: 320px) {
	#swiper-container4{
	width:100%;
	
	height:auto;
	margin-left:0;
	}
	#swiper-container4 .slid-ind{
	height:auto; 
	}
	#swiper-container4 .slid-ind:last-child{
	height:auto;
	}
	#swiper-container4 .slid-ind:first-child{
	height:50vh;
	}
	.swi-ind-banner{height:100%;}
	.ban-swi .swiper-pagination-bullet {background-color: rgba(0,0,0,0.5);width: 12px ;height: 12px;opacity: .4;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;opacity:1;}
	.ban-swi .swiper-pagination-bullet-active{opacity: 1; background: rgba(0,0,0,0);}
	.bann_pagi{display: flex;align-items: center;justify-content: center;}
	.bann_pagi .swiper-pagination-bullet{width: 6px;height: 6px;line-height: 26px;}
	.bann_pagi .swiper-pagination-bullet-active{width: 26px;height: 26px;border: 1px solid rgba(0,0,0,1);position: relative; }
	.bann_pagi .swiper-pagination-bullet-active::after{content: ""; width: 6px;height: 6px;position: absolute;left: 9px;top: 9px;/* transform: translate(-50%,-50%); */background: rgba(0,0,0,1);border-radius: 50%; transition: .3s;}
	
	.ind-sild-con, .ind-baner{height:100%;}
	.ind-ban-btner{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 2;width: 100%;padding:0 15px;}
	.ind-pro-ban{width: 100%;height: 100%;}
	.pic-indbane{max-height: 100vh!important;}
	.pic-indbane img{max-width: 100%;}
	.con-ind-more{display: flex;align-items: center;padding: 10px 0;width: 130px;border: 1px solid #000;justify-content: center;transition: .5s;}
	.con-ind-more img{max-width: 100%;padding: 0;margin: 0;}
	.ind-more{font-size: 14px;color: #000000;margin-right: 10px;line-height: 1;}
	.con-ind-more span{display: block;}
	#swiper-container4 .swiper-pagination{  height: 8px;bottom: 60px;}
	.con-ind-more .more-blue{display: none;}
	.con-ind-more:hover .ind-more{color:#26BBED;}
	.con-ind-more:hover{border-color: #26BBED; transition: .5s;}
	.con-ind-more:hover .more-blue{display: inline-block;}
	.con-ind-more:hover .more-bl{display: none;}
	.ban-swi>.swiper-pagination-bullets{top: auto;bottom: 60px;}
	.ind-baner{background-image: url(../img/ind-bnaner0.jpg);background-position: center center; -webkit-background-size: contain;background-size: cover;}
	.baner-product-bt{font-size: 30px;padding-bottom: 20px;line-height: 1.2;}
	.baner-product-js{font-size: 18px;line-height: 1.2;padding-bottom: 40px;}
	.ban-swi .swiper-button-next{transform: translate(-0%,-50%);}
	.ban-swi .swiper-button-prev{transform: translate(-0%,-50%);}
	.ind-sild-con .ind-solid-bt{padding-top:40px;margin-top:40px;}
}
@media screen and (min-width: 480px) {
	.baner-product-bt{font-size: 32px;}
}
@media screen and (min-width: 640px) {
	.baner-product-bt{font-size: 36px;}
	.baner-product-js{font-size: 20px;}
}
@media screen and (min-width: 992px) {
    .ind-sild-con .ind-solid-bt{padding-top:0px;margin-top:0px;}
	 .ind-ban-btner{width: 990px;}
	 .baner-product-bt{font-size: 42px;}
	 .baner-product-js{font-size: 24px;}
	 #swiper-container4{
	width:100%;
	
	height:100%;
	margin-left:0;
	}
	 #swiper-container4 .slid-ind{
	height:100vh; overflow: hidden;
	}
	#swiper-container4 .slid-ind:first-child{
	height:100vh;
	}
	.ind-sild-con, .ind-baner{display: flex;align-items: center;justify-content: center;position: relative;min-height: 100vh;}
}
@media screen and (min-width: 1320px) {
	.ind-ban-btner{width: 1280px;}
	.baner-product-bt{font-size: 50px;}
	.baner-product-js{font-size: 26px;}
}
@media screen and (min-width: 1420px) {
	.ind-ban-btner{width: 1400px;}
	.baner-product-bt{font-size: 60px;}
	.baner-product-js{font-size: 28px;}
}

/* 首页第二屏 */
@media screen and (min-width: 320px) {
	.ind-sild-con-slid3{background-color: #F5F5F5;}
	.ind-solid-bt{width: 100%;font-size: 24px;line-height: 1.3;padding-bottom: 20px;}
	.pic-pro-201{padding-bottom: 85.71%!important;}
	.pic-pro-202{padding-bottom: 39.39%!important;}
	.por-l-ys .con-ind-more{border-color: #26BBED;}
	.por-l-ys .con-ind-more:hover {background-color: #ddd;}
	.por-l-ys .ind-more{color: #26BBED;}
	.por-l-ys .more-blue{display: inline-block;}
	.por-l-ys .more-bl{display: none;}
	.pro-r-con, .pro-r-con2{padding-top: 20px;}
	.por-l-ys{display: flex;justify-content: space-between;align-items: center;}
	.pro-l-bt{font-size: 18px;color: #000000;line-height: 1.3;}
	.pro-l-ys{padding-top: 10px;font-size: 16px;color: #000000;}
	.pro-r-ys{line-height: 21px;padding-top: 10px;}
	.por-l-ys{padding-top: 20px;}
	/*.pro-r-con2{display: none;}*/
}
@media screen and (min-width: 480px) {
	.ind-solid-bt{font-size: 26px;}
	.pro-l-bt{font-size: 20px;}
	
} 
@media screen and (min-width: 640px) {
	.ind-solid-bt{font-size: 28px;}
	.pro-l-bt{font-size: 22px;}
	.pro-sild2-con{display: flex;}
	.pro-left{width: 50%;}
	.pro-right{width: 50%;padding-left: 30px;}
	.pro-r-con{padding: 0;}
	.pro-r-con2{padding-top: 20px;}
	.pro-l-bt{font-size: 24px;}
	.pro-r-con2{display: block;}
	
}
@media screen and (min-width: 992px) {
	.ind-solid-bt{font-size: 32px;}
	.pro-sild2-con{display: flex;}
	.pro-left{width: 50%;}
	.pro-right{width: 50%;padding-left: 30px;}
	.pro-r-ys{padding-top: 10px;}
	.pro-r-con{padding: 0;}
	.pro-r-con2{padding-top: 20px;}
	.pro-l-bt{font-size: 24px;}
	.pro-r-con2{display: block;}
	
}
@media screen and (min-width: 1220px) {
	.ind-solid-bt{font-size: 36px;padding-bottom: 40px;}
	.pro-right{padding-left: 40px;}
	.pro-l-bt{font-size: 28px;}
	.pro-r-ys{padding-top: 15px;}
	.pro-r-con2{padding-top: 30px;}
	
}
@media screen and (min-width: 1420px) {
	.ind-solid-bt{font-size: 40px;padding-bottom: 50px;}
	.pro-r-ys{padding-top: 20px;}
	.pro-l-bt{font-size: 30px;}
	.pro-r-con2{padding-top: 40px;}
}

/* 首页第三屏 */
@media screen and (min-width: 320px) {
	.pic-solid3{padding-bottom: 69.77%!important;}
	.con-solid3 ul{display: flex;flex-wrap: wrap;}
	.con-solid3 li{width: 100%;padding: 10px;}
	.ind-slid3-more .more-bt{font-size: 18px;line-height: 1.3;padding-top: 20px;}
	.ind-slid3-more .more-ys{font-size: 14px;line-height: 1.3;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;padding-top: 10px;margin-bottom: 10px;}
	.con-solid3 li:last-child{/*display: none;*/}
	.con-solid3 .con-ind-more{border-color: #26BBED;}
	.con-solid3 .con-ind-more:hover {background-color: #ddd;}
	.con-solid3 .ind-more{color: #26BBED;}
	.con-solid3 .more-blue{display: inline-block;}
	.con-solid3 .more-bl{display: none;}
	.ind-sild-con-slid5{padding-bottom:42px;}
	.contar-slid3P{padding-bottom:1px;}
}
@media screen and (min-width: 480px) {
	.con-solid3 li{/*width: 50%;*/}
	
}
@media screen and (min-width: 640px) {
	.con-solid3 ul{display: flex;}
	
}
@media screen and (min-width: 992px) {
    .ind-sild-con-slid5{padding-bottom:0px;}
	.ind-slid3-more .more-bt{font-size: 24px;}
	.con-solid3 li{width: 33.33%;}
	.con-solid3 li:last-child{display: block;}
	.ind-slid3-more .more-ys{padding-top: 15px;margin-bottom: 20px;}
	.ind-slid3-more .more-bt{padding-top: 25px;}
	
}
@media screen and (min-width: 1220px) {
	.ind-slid3-more .more-bt{font-size: 26px;}
	.ind-slid3-more .more-ys{padding-top: 20px;margin-bottom: 25px;}
	.ind-slid3-more .more-bt{padding-top: 30px;}
}
@media screen and (min-width: 1420px) {
	.ind-slid3-more .more-bt{font-size: 30px;}
	.ind-slid3-more .more-ys{margin-bottom: 30px;}
	
	
}

/* 第四屏 */
@media screen and (min-width: 320px) {
	.pic-solid4{padding-bottom: 85.29%!important;}
	.ind-slid4-img{position: relative;}
	.ind-slid4-img .ind-slid4-more{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;padding: 40px 20px ;}
	.con-solid4 ul{display: flex;flex-wrap: wrap;}
	.con-solid4 li{width: 100%;padding: 10px;}
	.ind-slid4-img .con-ind-more{border: none;width: auto;position: absolute;left: 20px;bottom: 40px;}
	.ind-slid4-more .more-bt{font-size: 18px;padding-bottom: 20px;}
	.more-ys span{margin-right: 10px;}
	.more-ys{font-size: 18px;}
	.ind-slid4-more .more-ys{display: flex;align-items: center;}
	.ind-slid4-more .more-ys span{position: relative;top:-3px;}
}
@media screen and (min-width: 480px) {
	.con-solid4 li{/*width: 50%;*/}
	.ind-slid4-more .more-bt{font-size: 20px;padding-bottom: 10px;}
	.more-ys{font-size: 20px;}
	.con-solid4 .con-ind-more{padding: 0;}
}
@media screen and (min-width: 640px) {
	.ind-slid4-more .more-bt{font-size: 24px;}
	
	.con-solid4 li{width: 50%;}
	
}
@media screen and (min-width: 992px) {
	.ind-slid4-more .more-bt{font-size: 30px;padding-bottom: 30px;}
	.more-ys{font-size: 24px;}
	.ind-slid4-img .ind-slid4-more{padding-left: 30px;padding-top: 80px;}
	.ind-slid4-img .con-ind-more{left: 30px;bottom: 60px;}
	
}
@media screen and (min-width: 1220px) {
	.ind-slid4-more .more-bt{font-size: 34px;}
	.more-ys{font-size: 26px;}
	.ind-slid4-img .ind-slid4-more{padding-left: 40px;padding-top: 80px;}
	.ind-slid4-img .con-ind-more{left: 40px;bottom: 60px;}
}
@media screen and (min-width: 1420px) {
	.ind-slid4-more .more-bt{font-size: 36px;}
}

/* 第五屏 */
@media screen and (min-width: 320px) {
	.ind-sild-con-slid5{ background-image: linear-gradient(#F1F8FF, #FFFFFF);}
	.pic-ind-news{padding-bottom: 69.77%!important;}
	.pic-ind-news2{padding-bottom: 100%!important;}
	#swiper-container4 .swo-ind-news .swiper-slide{height: auto;}
	.ind-news-ner{display:flex;align-items: center;padding: 15px 0 10px;padding-top:0;}
	.ind-news-ner .ind-hdbq{background-color: #26BBED;border-radius: 50px;color: #FFFFFF;padding: 5px 0;width: 80px;text-align: center;line-height: 1.4;font-size: 14px; margin-right: 10px;display:none;}
	.ind-news-ner .ind-news-time{display:none;}
	.ind-news-bt{font-size: 18px; margin-bottom: 15px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url(../img/next.png);}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url(../img/pevr.png);}
	.swiper-button-next, .swiper-button-prev{width: 40px;height: 40px;-moz-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;}
}
@media screen and (min-width: 480px) {
	
	
}
@media screen and (min-width: 640px) {
	
	
}
@media screen and (min-width: 992px) {
	.ind-news-ner{padding: 30px 0 20px;padding-top:0;}
	.ind-news-bt{margin-bottom: 30px;font-size: 22px;}
	.swiper-button-next, .swiper-button-prev{width: 50px;height: 50px;-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;}
}
@media screen and (min-width: 1220px) {
	.ind-sild-con-slid5 .swiper-button-prev{left: 50%;transform: translate(-800px,-50%);}
	.ind-sild-con-slid5 .swiper-button-next{right: 50%;transform: translate(800px,-50%);}
}
@media screen and (min-width: 1420px) {
	
}

/* footer */
@media screen and (min-width: 320px) {
	.footer{background-color: #323232;}
	.foot{padding: 30px 0;}
	.footer-db{background-color: #272727;}
	.con-foot-lxfx{color: #FFFFFF;}
	.foot-call{font-weight: bold;font-size: 18px;}
	.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;min-width:200PX;}
	.foot-icon{padding-top: 30px;}
	.dbimg-name{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow:ellipsis;text-align: center;}
	.foot-ner{line-height: 1.4;font-size: 14px;padding-top: 13px;}
	.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;}
	.foot-db-le a{color:#fff;}
	.db-lmcom li a{color: #fff;}
	.db-lmcom li:nth-child(1){display:none!important;}
	.db-lmcom ul{display: flex;width: 100%;flex-direction: column;justify-content: left;align-items: ;}
	.db-lmcom .yi-lm{text-align: ;font-size: 18px;}
	.foot-ri{padding-top: 20px;}
	.dblm-ej a{font-size: 14px; display: inline-block;padding: 0 5px;}
	.db-lmcom li{padding: 10px 0;}
	.footer-db{padding: 10px 0;}
	.foot-icon a{padding-top: 10px;}
	.foot-le{max-width:362px;}
	.foot-icon a:nth-child(1) .db-icon-img{display:none!important;}
	.foot-icon a:nth-child(2) .db-icon-img{display:none!important;}
	.foot-icon a:nth-child(3) .db-icon-img{display:none!important;}
	.foot-icon a:nth-child(4) .db-icon-img{display:none!important;}
}
@media screen and (min-width: 480px) {
	
	
}
@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: 50%;}
	.foot-db-le, .foot-db-ri{line-height: 50px;}
	.footer-db{padding: 0px ;}
}
@media screen and (min-width: 992px) {
	.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;}
	.db-lmcom {padding-left: 50px;}
	.db-lmcom ul{justify-content: space-between;}
	.db-lmcom li{width: 20%;padding: 10px 0;max-width: 90px;}
	.dblm-ej a{display: block;padding:5px 0;}
	.dblm-ej{padding-top: 20px;}
	.db-lmcom li{padding: 0;}
	.foot-ri{padding-top: 0;}
	.foot{padding: 35px 0;}
	.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;}
	
}
@media screen and (min-width: 1220px) {
	.foot-call{font-size: 22px;}
	.db-lmcom {padding-left: 170px;}
	.foot{padding: 40px 0;}
}
@media screen and (min-width: 1420px) {
	.db-lmcom {padding-left: 300px;}
	.foot{padding: 50px 0 60px;}
}

/* 产品详情 */
@media screen and (min-width: 320px) {
	.nypro-top-box{padding: 10px 0;}
	.ny-pro-tit{padding: 20px 0;}
	.ny-pro-tit .pro-txt{font-size: 20px;line-height: 1.2;padding-bottom: 20px;}
	.ny-pro-tit .pro-ys{font-size: 16px;color: #26BBED;padding-bottom: 10px;line-height: 1.3;}
	.ny-pro-tit .pro-ysner{font-size: 14px;}
	.ny-product-js{position: relative;padding: 30px 0;}
	.ny-product-js-bg{background-color: #F6F6F6;}
	
	
}
@media screen and (min-width: 480px) {
	.ny-pro-tit .pro-txt{font-size: 24px;padding-bottom: 30px;}
	.ny-pro-tit .pro-ys{font-size: 18px;padding-bottom: 15px;}
	.ny-pro-tit .pro-ysner{font-size: 16px;}
	.ny-product-js{padding: 40px 0;}
	
	
}
@media screen and (min-width: 640px) {
	.nypro-top-box{padding: 30px 0;}
	.nypro-top-box{display: flex;}
	.nypro-top-box .ny-top-img{width: 36%;flex-shrink: 0;padding-right: 20px;}
	.ny-pro-tit{padding: 30px 0;}
	.ny-pro-tit .pro-txt{font-size: 30px;padding-bottom: 40px;}
	
	.ny-pro-tit .pro-ys{font-size: 20px;}
	.ny-product-js{padding: 50px 0;}
	
}
@media screen and (min-width: 992px) {
	.header-zanwei{height: 90px;}
	.nypro-top-box .ny-top-img{padding-right: 30px;}
	.ny-pro-tit .pro-txt{font-size: 40px;padding-bottom: 50px;}
	.ny-pro-tit .pro-ys{font-size: 24px;padding-bottom: 20px;}
	.ny-pro-tit{padding: 40px 0;}
	.ny-product-js{padding: 60px 0;}
}
@media screen and (min-width: 1220px) {
	.ny-pro-tit .pro-txt{font-size: 50px;padding-bottom: 60px;}
	.nypro-top-box .ny-top-img{padding-right: 40px;}
	.ny-pro-tit .pro-ys{font-size: 26px;}
	.ny-pro-tit{padding: 50px 0;}
	.ny-product-js{padding: 70px 0;}
}
@media screen and (min-width: 1420px) {
	.ny-pro-tit .pro-txt{font-size: 60px;padding-bottom: 70px;}
	.ny-pro-tit .pro-ys{font-size: 30px;}
	
	.ny-pro-tit{padding: 60px 0;}
	.ny-product-js{padding: 80px 0;}
}
@media screen and (min-width: 1600px) {
	.ny-pro-tit .pro-txt{padding-bottom: 85px;}
	.ny-product-js .slide5-pver{left: -80px;}
	.ny-product-js .slide5-next{right: -80px;}
}
/* 产品联系我们 */
@media screen and (min-width: 320px) {
	.input-box ::-webkit-input-placeholder { /* Edge */
	  color: #fff;
	}
	
	.input-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #fff;
	}
	
	.input-box ::placeholder {
	  color: #fff;
	}
	.pro-lxwm-logo img{max-width: 100%;}
	.pro-lxwm-logo{width: 200px;text-align: center;margin: 0 auto;}
	.ny-product-lxwm-bg{background-image: linear-gradient(to right, #1AE3C9, #26BBED);}
	.lxwm-tit{font-size: 16px;padding-bottom: 20px;color: #FFFFFF;}
	.input-box{padding-bottom: 10px;}
	.input-btn{color: #26BBED;border-radius: 6px;width: 100%;height: 60px;line-height: 50px;margin: 0 auto;font-weight: bold;background-color: #fff;}
	.submit-class{text-align: center;}
	
	.input-style{background-color: rgba(0,0,0,0);border: 1px solid #FFFFFF;border-radius: 6px;height:40px;color: #FFFFFF;}
	.input-box{position: relative;}
	.num{position: absolute;bottom: 10px;right: 5px;color: #595959;font-size: 12px;}
	
	.lxwm-list{border-top: 2px solid #6E0000;}
	.list-tit{color: #6E0000;font-size: 24px;font-weight: bold;padding-bottom: 10px;}
	
	.list-font{color: #000000;font-size: 14px;padding-left: 10px;}
	.lxwm-item div{display: flex;justify-content: start;padding-bottom: 10px;}
	.lxwm-list-box{padding: 20px 0;border-bottom: 1px dashed #6E0000;}
	.lxwm-list-box:last-of-type{border: none;}
	.ny-product-lxwm{padding: 30px 0;}
	
	.layui-btn:hover{background-color: #1AE3C9;color: #ffff;}
	
}
@media screen and (min-width: 480px) {
	
	
}
@media screen and (min-width: 640px) {
	.ny-product-lxwm{display: flex;justify-content: space-between;align-items: center;padding: 40px 0;}
	.lxwm-form{width: 70%;}
	.pro-lxwm-logo{margin: 0;}
}
@media screen and (min-width: 992px) {
	.lxwm-tit{font-size: 16px;padding-bottom: 40px;}
	.lxwm-form{width: 50%;}
	.lxwm-list-box{margin: 30px 0;padding: 0;}
	.list-tit{font-size: 30px;}
	.list-font{font-size: 16px;}
	.lxwm-list-box{ float: left;width: 50%;border-bottom: none;border-right: 1px dashed #6E0000;}
	.lxwm-list{overflow: hidden;}
	.lxwm-list-box:nth-child(even){padding-left: 50px;}
	.input-box{padding-bottom: 10px;}
	
	.input-two-box{float: left;width: 50%;padding: 0px 5px;}
	.input-two{overflow: hidden;margin: 0 -5px;padding-bottom: 10px;}
	.num{bottom: 25px;right: 10px;}
	.input-style{height:60px;}
	.ny-product-lxwm{padding: 50px 0;}
	.pro-lxwm-logo{width: 300px;}
	
}
@media screen and (min-width: 1220px) {
	.pro-lxwm-logo{width: 320px;}
}
@media screen and (min-width: 1420px) {
	.ny-product-lxwm{padding: 60px 0;}
	.pro-lxwm-logo{width: 320px;}
}

/* 产品详细参数 */
@media screen and (min-width: 320px) {
	.pro-info-tit{font-size: 24px;line-height: 1.3;padding-bottom: 20px;}
	.pro-parameter-list ul{margin-top: -8px;}
	.pro-parameter-list li{display: flex;padding: 8px 0;border-bottom: 1px dashed #D4D4D4;}
	.pro-parameter-list li .pro-meter-bt{width: 100px;padding-right: 15px;}
	.pro-parameter-list li .pro-meter-info{flex: 1;}
	.pro-meter-info, .pro-meter-bt{font-size: 20px;}
	.pro-meter-ner{font-size: 16px;}
	.con-pro-parameter{padding: 30px 0;}
	.ny-product-apply{background-color: #F6F6F6;}
	.pro-apply-list ul{display: flex;flex-wrap: wrap;margin: -8px;}
	.pro-apply-list li{width: 50%;padding: 8px;}
	.apply-bt{padding-top: 10px;font-size: 16px;text-align: center;line-height: 1.35;}
	.pic-apply{padding-bottom: 68.18%!important;}
	
	
	.pro-JGL-bt{font-size:16px;font-weight:bold;color:#26BBED;}
	.pro-parameter-list ul .pro-JGL-bt2 {margin-top:20px;}
	.pro-parameter-list ul .pro-JGL-bt3 {margin-top:20px;}
}
@media screen and (min-width: 480px) {
	.pro-info-tit{font-size: 26px;}
	.con-pro-parameter{padding: 40px 0;}
	.apply-bt{padding-top: 15px;font-size: 18px;}
}
@media screen and (min-width: 640px) {
	.pro-info-tit{font-size: 30px;padding-bottom: 30px;}
	.pro-apply-list li{width: 33.33%;padding: 10px;}
	.pro-apply-list ul{margin: -10px;}
	.apply-bt{padding-top: 20px;font-size: 20px;}
	
}
@media screen and (min-width: 992px) {
	.pro-info-tit{font-size: 32px;padding-bottom: 40px;}
	.pro-parameter-list ul{margin-top: -15px;}
	.pro-parameter-list li{padding: 15px 0;}
	.con-pro-parameter{padding: 50px 0 40px;}
	.pro-apply-list li{padding: 12px;}
	.pro-apply-list ul{margin: -12px;}
	.apply-bt{padding-top: 24px;font-size: 20px;}
	.pro-parameter-list li .pro-meter-bt{width: 200px;padding-right: 50px;}
	.pro-JGL-bt{font-size:18px;}
	
}
@media screen and (min-width: 1220px) {
	.pro-info-tit{font-size: 36px;padding-bottom: 50px;}
	.pro-parameter-list ul{margin-top: -20px;}
	.pro-parameter-list li{padding: 20px 0;}
	.con-pro-parameter{padding: 70px 0 50px;}
	.pro-apply-list li{padding: 16px;}
	.pro-apply-list ul{margin: -16px;}
	.apply-bt{padding-top: 26px;font-size: 22px;}
	.pro-parameter-list li .pro-meter-bt{width: 260px;padding-right: 66px;}
	
}
@media screen and (min-width: 1420px) {
	.pro-info-tit{font-size: 40px;}
	.pro-parameter-list ul{margin-top: -24px;}
	.pro-parameter-list li{padding: 24px 0;}
	.con-pro-parameter{padding: 80px 0 60px;}
	.con-pro-apply{padding: 80px 0;}
	.pro-apply-list li{padding: 18px;}
	.pro-apply-list ul{margin: -18px;}
	.apply-bt{padding-top: 30px;}
	.pro-parameter-list li .pro-meter-bt{width: 300px;padding-right: 66px;}
	.pro-JGL-bt{font-size:20px;}
	
}
@media screen and (min-width: 1600px) {
	.pro-parameter-list ul{margin-top: -30px;}
	.pro-parameter-list li{padding: 30px 0;}
	.con-pro-parameter{padding: 100px 0 70px;}
	.con-pro-apply{padding: 100px 0;}
	.pro-apply-list li{padding: 20px;}
	.pro-apply-list ul{margin: -20px;}
	.pro-parameter-list li .pro-meter-bt{width: 466px;padding-right: 116px;}
}

/* 行业应用 */
@media screen and (min-width: 320px) {
	.pic-pro-industry{padding-bottom: 75%!important;}
	.indisty-tit{font-size: 16px;line-height: 1.5;padding-top: 10px;text-align: center;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; overflow: hidden; text-overflow:ellipsis;}
	.pro-move-top{position: relative;}
	.move-icon, .pro-move-top::before{content: "";position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,0.36);z-index: 2;}
	.move-icon{max-width: 100%;width: auto;height: auto;z-index: 3;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: rgba(0,0,0,0);}
	.pro-industry-ner{font-size: 16px;padding-top: 10px;}
	.pro-industry-le .pro-info-txt{font-size: 16px;color: #26BBED;}
	.pro-industry-bottom{display: flex;flex-wrap: wrap;margin: -5px;}
	.indus-vido{width: 50%;padding: 5px;}
	.con-industry-bottom{padding: 20px 0;}
	.ny-product-hyyy .footer{margin: 0;}
	
}
@media screen and (min-width: 480px) {
	.indisty-tit{font-size: 18px;padding-top: 12px;}
	.pro-industry-le .pro-info-txt{font-size: 20px;}
	.pro-industry-bottom{margin: -10px;}
	.indus-vido{padding: 10px;}
}
@media screen and (min-width: 640px) {
	.con-pro-industry{display: flex;flex-wrap: wrap;align-items:center;}
	.pro-industry-ri{width: 50%;flex-shrink: 0;padding-left: 10px;}
	.pro-industry-le{width: 50%;padding-right: 10px;}
	.pro-industry-bottom{margin: -15px;}
	.indus-vido{padding: 15px;}
	.pro-industry-ner{padding-top: 15px;}
	.pro-industry-le .pro-info-txt{font-size: 24px;}
	
}
@media screen and (min-width: 992px) {
	.indisty-tit{font-size: 20px;padding-top: 16px;}
	.pro-industry-ner{padding-top: 20px;}
	.pro-industry-le .pro-info-txt{font-size: 26px;}
	.pro-industry-ri{padding-left: 12px;}
	.pro-industry-le{padding-right: 12px;}
	.pro-industry-bottom{margin: -20px;}
	.indus-vido{width: 25%;padding: 20px;}
	.con-industry-bottom{padding: 30px 0;}
}
@media screen and (min-width: 1220px) {
	.pro-industry-le .pro-info-txt{font-size: 28px;}
	.pro-industry-ri{padding-left: 14px;}
	.pro-industry-le{padding-right: 14px;}
	.con-industry-bottom{padding: 40px 0 30px;}
}
@media screen and (min-width: 1420px) {
	.indisty-tit{font-size: 22px;padding-top: 20px;}
	.pro-industry-le .pro-info-txt{font-size: 30px;}
	.pro-industry-ri{padding-left: 20px;}
	.pro-industry-le{padding-right: 20px;}
}

/* 应用案例 */
@media screen and (min-width: 320px) {
	.pic-case-icon{width: 60px;position: absolute;right: 10px;bottom: 20px;z-index: 4; transition: .3s;}
	.con-case-ner{position: relative;}
	.con-case-ner .apply-bt{padding: 10px;  position: absolute;right: 0px;top: 0px;z-index: 3;width: 100%;height: 100%;background-color: #FFFFFF; text-align: left;}
	.con-case-ner:hover .case-bt{opacity: 0; transition: .3s;}
	.con-case-ner:hover .pic-case-icon{opacity: 0; transition: .5s;}
	.pic-case-icon i{overflow: inherit!important;}
	
}
@media screen and (min-width: 480px) {
	.con-case-ner .apply-bt{padding: 15px;}
	.pic-case-icon{width: 66px;right: 14px;bottom: 18px;}
}
@media screen and (min-width: 640px) {
	.con-case-ner .apply-bt{padding: 18px;}
	.pic-case-icon{width: 74px;right: 16px;bottom: 20px;}
}
@media screen and (min-width: 992px) {
	.pro-case-list li{width: 25%;}
	.con-case-ner .apply-bt{padding: 20px;}
	.pic-case-icon{width: 80px;right: 22px;bottom: 24px;}
	
}
@media screen and (min-width: 1220px) {
	.con-case-ner .apply-bt{padding: 24px;}
	.pic-case-icon{width: 80px;right: 26px;bottom: 30px;}
}
@media screen and (min-width: 1420px) {
	.con-case-ner .apply-bt{padding: 30px;}
}

/* 常见问题cjwt */
@media screen and (min-width: 320px) {
	.list-more{width: 80px;padding: 0;border: none;flex-shrink: 0;}
	.cjwt_list ul {display: flex;flex-wrap: wrap;margin: -10px;}
	.cjwt_list li a{display: flex;align-items: flex-start;padding: 12px;background-color: #F6F6F6;justify-content: space-between;}
	.cjwt_list li{padding: 10px;}
	.dd-tt .dl-tit{font-size: 18px;line-height: 1.2;   display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow:ellipsis;}
	.dd-tt .dl-time{font-size: 14px;color: #666666;padding-top: 15px;line-height: 19px;}
	.list-more{display: flex;align-items: center;height: 32px;}
	.list-more .ind-more{color: #26BBED;}
	.list-more .more-blue{display: block;}
	.cjwt_list{padding-bottom: 30px;}
	.dd-tt{padding-right: 10px;}
	
	
}
@media screen and (min-width: 480px) {
	 .cjwt_list li a{padding: 18px;}
	 .cjwt_list li{padding: 12px;}
	.list-more{height: 35px;}
	.cjwt_list ul {margin: -12px;}
	dd-tt{padding-right: 20px;}
	
}
@media screen and (min-width: 640px) {
	.dd-tt .dl-tit{font-size: 20px;}
	.list-more{height: 24px;}
	
	.cjwt_list li{padding: 14px;}
	 .cjwt_list li a{padding: 24px;}
	.cjwt_list ul {margin: -14px;}
}
@media screen and (min-width: 992px) {
	.dd-tt .dl-tit{font-size: 22px;}
	.dd-tt .dl-time{padding-top: 20px;}
	.cjwt_list li{width: 50%;}
	.cjwt_list li{padding: 16px;}
	 .cjwt_list li a{padding: 32px;}
	.cjwt_list ul {margin: -16px;}
	.list-more{height: 26px;}
	
}
@media screen and (min-width: 1220px) {
	
	.cjwt_list li{padding: 20px;}
	 .cjwt_list li a{padding: 30px;}
	.cjwt_list ul {margin: -20px;}
}
@media screen and (min-width: 1420px) {
	.cjwt_list li a{padding: 40px;}
}

/* 下载模块 */
@media screen and (min-width: 320px) {
	.con-down{display: flex;align-items: center;}
	.dd-down img{max-width: 100%;}
	.dd-down{width: 45px;flex-shrink: 0;margin-right: 10px;}
	.downl_list .list-more{width: 54px;}
	
}
@media screen and (min-width: 480px) {
	
	
}
@media screen and (min-width: 640px) {
	.dd-down{width: 45px;flex-shrink: 0;margin-right: 14px;}
	
}
@media screen and (min-width: 992px) {
	.dd-down{width: 45px;flex-shrink: 0;margin-right: 20px;}
	
}
@media screen and (min-width: 1220px) {
	
}
@media screen and (min-width: 1420px) {
	
}

/* 操作指引 */
@media screen and (min-width: 320px) {
	.pic-news_list{padding-bottom: 30px;}
	.pic-news_list ul {display: flex;margin: -10px;flex-wrap: wrap;}
	.pic-news_list li {width: 100%;padding: 10px;}
	
}
@media screen and (min-width: 480px) {
	.pic-news_list ul {margin: -10px;}
	.pic-news_list li {padding: 10px;}
	
}
@media screen and (min-width: 640px) {
	.pic-news_list li {width: 50%;padding: 15px;}
	.pic-news_list ul {margin: -15px;}
}
@media screen and (min-width: 992px) {
	.pic-news_list li {width: 25%;padding: 20px;}
	.pic-news_list ul {margin: -20px;}
	
}
@media screen and (min-width: 1220px) {
	.pic-news_list li {padding: 22px;}
	.pic-news_list ul {margin: -22px;}
}
@media screen and (min-width: 1420px) {
	
}

/*  */
@media screen and (min-width: 320px) {
	.ome-lxwm .ome-form{width: 100%;}
	/* .ome-lxwm{background-image: url(../img/ome-logo-bg.png);background-position: center center; -webkit-background-size: contain;background-size: cover;} */
	.ome-form .ome-bt{color: #FFFFFF;}
	.ome-form .ome-bt{font-size: 22px;text-align: center;line-height: 1.3;padding-bottom: 20px;}
	.ome-form .lxwm-tit{text-align: center;}
	.ome-lxwm-logo{position: absolute;z-index:1;width: 100%;height: ;}
	..ome-lxwm-logo{max-width: 100%;padding: 0 10px;}
	.ome-lxwm{position: relative;}
	.ome-form{position: relative;z-index: 10;}
	
	
}
@media screen and (min-width: 480px) {
	.ome-form .ome-bt{font-size: 24px;}
	
}
@media screen and (min-width: 640px) {
	.ome-form .ome-bt{font-size: 26px;}
	
}
@media screen and (min-width: 992px) {
	.ome-form .ome-bt{font-size: 32px;}
	.ome-box{display: flex;}
	.ome-from-left{width: 50%;padding-right: 10px;}
	.ome-from-right{width: 50%;padding-left: 10px;}
	.input-box .layui-textarea{min-height: 130px;}
	
}
@media screen and (min-width: 1220px) {
	.ome-form .ome-bt{font-size: 36px;}
}
@media screen and (min-width: 1420px) {
	.ome-form .ome-bt{font-size: 40px;}
}

/* 关于青佰 */
@media screen and (min-width: 320px) {
	.about-umber{font-size: 22px;font-weight: bold;color: #FFFFFF; padding-bottom: 5px;line-height: 1.3;}
	.about-umber sup{line-height: 1;}
	.about-tst{font-size: 16px;line-height: 21px;color: #FFFFFF; }
	.about-ner{padding-top: 15px;}
	.about-list ul{display: flex;flex-wrap: wrap;margin: 0 -30px;justify-content: center;}
	.about-list li{width: 33.33%;padding: 0 30px;text-align: center;}
	.pic-about img{max-width: 100%;}
	.about-list{padding: 30px 0;}
	.ny-about-us{background-color: #5e656f;}
	.ny-about-us{background-image: url(../img/about-bg.jpg);background-position: center center; -webkit-background-size: contain;background-size: cover;}
	.about-qb-tit{font-size: 24px;color: #fff;text-align: center;padding-bottom: 30px;}
	.about-qb-txt{font-size: 16px;line-height: 2;color: #fff;}
	.ny-about-us{}
}
@media screen and (min-width: 480px) {
	.about-list li{width: 33.33%;}
	.about-umber{font-size: 24px;}
	.about-qb-tit{font-size: 28px;padding-bottom: 40px;}
	.about-list{padding: 40px 0;}
	
}
@media screen and (min-width: 640px) {
	.about-umber{font-size: 28px;}
	.about-qb-tit{font-size: 32px;}
	.about-qb-txt{font-size: 18px;}
	.about-list{padding: 50px 0;}
	
}
@media screen and (min-width: 992px) {
	.about-list li{width: 20%;max-width: 212px;}
	.about-umber{font-size: 32px;}
	.about-ner{padding-top: 17px;}
	.about-qb-tit{font-size: 40px;padding-bottom: 50px;}
	.about-qb-txt{font-size: 18px;}
	.about-list{padding: 60px 0;}
}
@media screen and (min-width: 1220px) {
	.about-umber{font-size: 36px;}
	.about-list{padding: 70px 0;}
}
@media screen and (min-width: 1420px) {
	.about-umber{font-size: 40px;}
	.about-list{padding: 80px 0;}
}

/* 关于青佰*地图 */
@media screen and (min-width: 320px) {
	.show path {
		animation: lineMove 7s ease-out forwards;
	}
	
	@keyframes lineMove {
		0% {
			stroke-dasharray: 0, 600;
		}
		100% {
			stroke-dasharray: 600, 600;
		}
	}
	.cls-1 {
	  fill: #fff;
	  stroke: #707070;
	  opacity: 0;
	}
						
	.cls-2 {
	  opacity: 0.6;
	}
						
	.cls-3, .cls-4, .cls-6 {
	  fill: none;
	}
						
	.cls-3, .cls-4 {
	  stroke: #26bbed;
	}
						
	.cls-3 {
	  stroke-linecap: round;
	}
						
	.cls-5 {
	  stroke: none;
	}
	#ads2{ transition: 1s;}
	#ads3{ transition: 1s;}
	.svg-xian{display:none;}
	.cnpt00{ transition: 5s!important;}
	.cnpt01{ transition: 10s!important;}
	.cnpt02{ transition: 12s!important;}
	.cnpt03{ transition: 14s!important;}
	.cnpt04{ transition: 14s!important;}
	.cnpt05{ transition: 18s!important;}
	.cnpt{display:block;opacity:0;}
	.all-abour-us{position: relative;}
	.all-abour-us img{max-width: 100%;display: none;width: 100%;display: block;}
	.all-abour-us .cup-tu{display: none;}
	.all-abour-us .phone-tu{display: block;}
	.cup-tu{border-radius: 20px;box-shadow:rgba(38,187,237,0.16) 0px 12px 30px}
	.con-qb-js{padding: 20px 0 ;}
	.about-list{margin-bottom: 200px;}
	.ny-all-us .con-pro-parameter{padding: 0;margin-top: -200px;}
	
}
@media screen and (min-width: 480px) {
	.about-list{margin-bottom: 240px;}
	.ny-all-us .con-pro-parameter{margin-top: -240px;}
	.con-qb-js{padding: 30px 0 ;}
}
@media screen and (min-width: 640px) {
	.about-list{margin-bottom: 250px;}
	.ny-all-us .con-pro-parameter{margin-top: -320px;}
	.con-qb-js{padding: 40px 0 ;}
}
@media screen and (min-width: 992px) {
	.svg-xian{display: block;}
	.svg-xian .show{display: block;width: 100%; height: 100%; position: absolute;left: 0;top: 0;/* transform:translate(-293px,-212px); */z-index: 2;}
	.con-show{display:block;}
	.svg-xian svg{width: 100%; height: 100%;}
	.all-abour-us .phone-tu{display: none;}
	.all-abour-us .cup-tu{display: block;}
	.con-qb-js{padding: 50px 0 ;}
}
@media screen and (min-width: 1220px) {
	/* .svg-xian .show{display:block;transform:translate(-138px,-100px);} */
	.con-qb-js{padding: 60px 0 ;}
}
@media screen and (min-width: 1420px) {
	/* .svg-xian .show{display:block;transform:translate(-0px,-0px);} */
	.con-qb-js{padding: 80px 0 100px;}
}

/* 关于青佰 */
@media screen and (min-width: 320px) {
	.all-us-logo  span img{max-width: 120px;}
	.us-logo-tit{font-size: 18px;line-height: 1.3;margin: 10px 0;}
	.us-logo-txt{font-size: 16px;color: #666666;}
	.all-us-logo{left: 0;bottom: 0;}
	.qb-px{font-size: 16px;line-height: 2;}
}
@media screen and (min-width: 480px) {
	.us-logo-tit{font-size: 20px;}
	.all-us-logo{left: 15px;bottom: 15px;}
}
@media screen and (min-width: 640px) {
	.us-logo-tit{font-size: 22px;}
	.all-us-logo{left: 20px;bottom: 20px;}
}
@media screen and (min-width: 992px) {
	.us-logo-tit{font-size: 26px;}
	.us-logo-txt{font-size: 18px;}
	.all-us-logo{position: absolute;left: 25px;bottom: 25px;}
	.qb-px{font-size: 18px;}
	
}
@media screen and (min-width: 1220px) {
	.us-logo-tit{font-size: 30px;}
	.all-us-logo{left: 36px;bottom: 36px;}
}
@media screen and (min-width: 1420px) {
	.all-us-logo{left: 50px;bottom: 50px;}
}
@media screen and (min-width: 1880px) {
	.all-us-logo{left: 60px;bottom: 60px;}
}
/* 荣誉资质 */
@media screen and (min-width: 320px) {
	.ny-about-ryzz{background-image: url(../img/qb-ryzz-ner.jpg);background-position: center center; -webkit-background-size: contain;background-size: cover;}
	.pic-ryzz{padding-bottom: 141.25%!important;}
	.ryzz-solid{}
	.ny-about-ryzz .container, .swi-ryzz{overflow: initial;}
	.ryzz-ner{position: relative;}
	
	.ryzz-tit{font-size: 16px;padding-top: 12px;}
}
@media screen and (min-width: 480px) {
	
	
}
@media screen and (min-width: 640px) {
	.ryzz-prev{top: -55px;left: auto;right: 80px;}
	.ryzz-next{top: -55px;left: auto;right: 0;}
	
	.ryzz-tit{font-size: 18px;padding-top: 12px;}
	
}
@media screen and (min-width: 992px) {
	.ryzz-prev{top: -70px;}
	.ryzz-next{top: -70px;}
	.ryzz-tit{font-size: 20px;}
	
}
@media screen and (min-width: 1220px) {
	.ryzz-tit{font-size: 22px;}
	.ryzz-prev{top: -90px;}
	.ryzz-next{top: -90px;}
}
@media screen and (min-width: 1420px) {
	.ryzz-prev{top: -100px;}
	.ryzz-next{top: -100px;}
}

/* 探索青佰 */
@media screen and (min-width: 320px) {
	.tabs-001 .bd{overflow: initial;}
	.ny-news-ner{padding-top: 20px;}
	.hd-001{display: flex;}
	.ny-news-lm{padding: 10px;}
	.about-tsqb{position: relative;}
	.hd00-lm .on a{color: #26BBED;}
	.ny-about-tsqb{background-image: none;}
}
@media screen and (min-width: 480px) {
	
	
}
@media screen and (min-width: 640px) {
	.hd-001{position: absolute;right: 0%;top: 0%;transform: translate(-140px,0);z-index: 6;}
	
}
@media screen and (min-width: 992px) {
	.hd-001{transform: translate(-170px,0);}
	
}
@media screen and (min-width: 1220px) {
	
}
@media screen and (min-width: 1420px) {
	.ny-about-tsqb{padding-bottom: 30px;}
}


/* 详情页 */
@media screen and (min-width: 320px) {
	.ny-show-top{font-size: 20px;padding: 10px;text-align: center;}
	.ny-show-info{color:#666666; text-align: center;padding-top: 15px;border-top: 1px dashed #D4D4D4;}
	.ny-show-content *{line-height: 2;font-size: 16px;}
	.ny-show-content img {max-width:100%;}
	.ny-show-content{padding-bottom: 30px;padding-top: 30px;}
	.info-pvnt{padding: 30px 0;border-bottom: 1px dashed #D4D4D4;border-top: 1px dashed #D4D4D4;}
	.info-pe{color:#757575;padding-bottom: 15px;}
	.info-nt{color:#757575;}
	.info-pe a, .info-nt a{color: #26BBED;}
	.info-pvnt{margin-bottom: 30px;}
	.info-content{max-width:1000px;margin:0 auto;}
	.info-content p iframe{width:100%;height:260px;}
	
	
}
@media screen and (min-width: 480px) {
	.ny-show-top{font-size: 22px;padding: 15px;}
	.ny-show-info{padding-top: 20px;}
	.ny-show-content{padding-top: 30px;padding-bottom: 40px;}
	.info-content p iframe{height:400px;}
}
@media screen and (min-width: 640px) {
	.ny-show-top{font-size: 24px;padding: 20px;}
	.ny-show-content{padding-top: 40px;padding-bottom: 50px;}
	.info-pe{padding-bottom: 20px;}
	
	
}
@media screen and (min-width: 992px) {
	
	.ny-show-top{font-size: 28px;padding: 25px;}
	.ny-show-info{padding-top: 25px;}
	.ny-show-content{padding-top: 45px;padding-bottom: 60px;}
	.info-pe{padding-bottom: 25px;}
	
	.info-content p iframe{height:600px;}
	
	
}
@media screen and (min-width: 1220px) {
	.ny-show-top{font-size: 30px;padding: 30px;}
	.ny-show-info{padding-top: 30px;}
	.ny-show-content{padding-top: 50px;padding-bottom: 80px;}
	
}
@media screen and (min-width: 1420px) {
	.ny-show-content{padding-top: 60px;padding-bottom: 100px;}
	
}
/* 加入我们 */
@media screen and (min-width: 320px) {
	.join-tit{font-size: 20px;line-height: 1.3;padding-bottom: 20px;}
	.join-top{padding: 10px;background-color: #F2F8FF;}
	.join-txt span{color: #26BBED;}
}
@media screen and (min-width: 480px) {
	.join-tit{font-size: 24px;padding-bottom: 30px;}
	.join-top{padding: 20px;}
	.join-txt{font-size: 16px;line-height: 2;}
}
@media screen and (min-width: 640px) {
	.join-tit{font-size: 28px;padding-bottom: 34px;}
	.join-top{padding: 30px;}
	
}
@media screen and (min-width: 990px) {
	.join-tit{font-size: 32px;padding-bottom: 38px;}
	.join-top{padding: 40px;}
	.join-txt{max-width: 760px;}
	.join-txt{font-size: 18px;}
	.join-top{background-image:url(../img/join-bg.jpg);}
}
@media screen and (min-width: 1220px) {
	.join-tit{font-size: 34px;padding-bottom: 44px;}
	.join-top{padding: 50px;}
	
}
@media screen and (min-width: 1420px) {
	.join-tit{font-size: 40px;padding-bottom: 50px;}
	.join-top{padding: 60px;}
}
/* 联系我们 */
@media screen and (min-width: 320px) {
	.lxwm-r input{color: #666666;border: 1px solid #D4D4D4;}
	.lxwm-r ::-webkit-input-placeholder { /* Edge */
	  color: #666666;
	}
	
	.lxwm-r :-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #666666;
	}
	
	.lxwm-r ::placeholder {
	  color: #666666;
	}
	.lxwm-r .layui-textarea{color: #666;border: 1px solid #D4D4D4;min-height:120px;}
	.lxwm-r .input-two-box{padding: 0;padding-bottom: 10px;}
	
	.lxwm-r .input-btn{background-color: #26BBED;color: #FFFFFF;}
	.lxwm-top{font-size: 20px;color: #000000;}
	.lxwm-txt{font-size: 14px;color: #333333;line-height: 2;padding-bottom: 20px;}
	.lxwm-numb{font-size: 18px;}
	.lxwm2-bt{font-size: 14px;color: #333333;}
	.lxwm-box{padding-bottom: 20px;}
	.lxwm2-bt{padding-bottom: 10px;}
	.lxwm-call2{color: #26BBED;}
}
@media screen and (min-width: 480px) {
	.lxwm-top{font-size:22px;}
	
}
@media screen and (min-width: 640px) {
	.lxwm-txt{padding-bottom: 30px;}
	.lxwm-top{font-size:24px;}
}
@media screen and (min-width: 990px) {
	.lxwm-r .input-two-box{width: 100%;}
	.lxwm-r .input-two{margin: 0;}
	.con-lxwm-ner{display: flex;}
	.lxwm-l{width: 50%;padding-right: 30px;}
	.lxwm-r{width: 50%;}
	.lxwm-top{font-size:26px;padding-bottom: 30px;line-height: 1.3;}
	.lxwm-txt{padding-bottom: 40px;}
	.lxwm-numb{font-size: 22px;}
	
}
@media screen and (min-width: 1220px) {
	.lxwm-top{font-size:28px;}
	.lxwm-txt{padding-bottom: 50px;}
	.lxwm-numb{font-size: 24px;}
	
}
@media screen and (min-width: 1420px) {
	.lxwm-txt{padding-bottom: 60px;}
	.lxwm-top{font-size:30px;}
	
}
/* 人才招聘 */
@media screen and (min-width: 320px) {
	.rczp-box{width: 100%;border: none;margin-top: 20px;}
	.rczp-box td{border: none; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow:ellipsis;}
	.rczp-box tr:first-child{background-color: #26BBED;padding-top: 0;padding-bottom: 0;}
	.rczp-box tr{background-color: #F6F6F6;display: flex;border-bottom: 1px solid #CFE3F5;}
	.rczp-box tr:nth-child(add){background-color: #FFF;}
	.rczp-box th{color: #FFFFFF;line-height: 80px;border: none;text-align: left;white-space: nowrap;font-size: 18px;font-weight: normal;}
	
	.rczp-box tr td:nth-child(3){display: none;}
	.rczp-box th:nth-child(3){display: none;}
	.pic-cz{display: none!important;}
	.cz-more{width: 30px;}
	.cz-more22{width: 30px;}
	.rczp-box th:nth-child(1){flex:1;}
	.rczp-box th:nth-child(2){width: 30px;display: flex; align-items: center;justify-content: center;}
	
	.rczp-box tr td:nth-child(1){flex:1;}
	.rczp-box tr td:nth-child(2){width: 30px;display: flex; align-items: center;justify-content: center;}
	
	
	.rczp-box tr{padding: 14px 10px;}
	.rczp-box tr td{line-height: 21px;}
	.rczp-box .zp-ner{background-color: #FFFFFF;display: block;}
	.rczp-box .zp-no{display: none!important; transition: .3s;}
	.rczp-box .zp-ner td{display: block;}
	.rc-sq{padding: 13px 34px;background-color: #0E5FBC;display: inline-block;color: #FFFFFF;margin: 20px;margin-left: 0;font-size: 18px;line-height: 24px;}
	.hr-email{display: block;}
	.zp-content .rczp-bod tr:first-child{background-color: #eff7ff;}
	.zp-content .rczp-bod tr:nth-child(2){background-color: #eff7ff;}
	.zp-content .rczp-bod tr{padding:0;border:none;}
	.zp-content .rczp-bod{width:100%;min-width:50%;}
	.position{font-size: 18px;line-height: 1.3;}
}
@media screen and (min-width: 480px) {
	.rczp-box tr{padding: 16px 12px;}
	.hr-email{display: inline-block;}
	.rczp-box th{font-size: 20px;}
	.zpner-tit{color: #26BBED;}
	.zp-content *{line-height: 2;}
}
@media screen and (min-width: 640px) {
	.rczp-box tr td:nth-child(3){display: block;}
		.rczp-box th:nth-child(3){display: block;}
		.rczp-box tr{padding: 18px 15px;}
		.rczp-box tr td{line-height: 1.5;}
	.rczp-box th{font-size: 24px;}
}
@media screen and (min-width: 990px) {
	.rczp-box tr{padding: 25px 20px;}
	.rczp-box th{font-size: 28px;}
	.position{font-size: 20px;}
}
@media screen and (min-width: 1220px) {
	.rczp-box tr{padding: 30px 40px;}
	.rczp-box th{font-size: 30px;}
	.position{font-size: 24px;}
}
@media screen and (min-width: 1420px) {
	.position{font-size: 30px;}
	.rczp-box th{line-height: 100px;}
	
}
/* 语言 */
@media screen and (min-width: 320px) {
	.lang-lm{position: absolute;z-index: 30;width: 100%;background-color: #FFFFFF;}
	.lang-lm a{display: block;text-align: center;padding: 10px 0; display: none;}
	.lang{position: relative!important;}
	.lang:hover .lang-lm a{display: block;}
	
	.rczp-box .zp-lm{display:none;}
	.zp-lmtop .zp-lm{display:flex;}
	
	.footer{position:relative;margin-top:60px;}
	.fh-top div{color: #000000;padding-top:10px;}
	.fh-top{position: absolute;right: 10px;top: -90px; }
	
	
	.logob-img {display:none;}
	.writ .logob-img {display:block;}
	.writ .logo-img {display:none;}
	.writ .nav-list li b{color:#fff;}
	.writ .nav-list .on b{color: #26BBED;}
	.box-bg .writ .nav-list .on b{color: #26BBED;}
	.box-bg .writ .nav-list li b{color:#666;}
	.box-bg .writ .logob-img {display:none;}
	.box-bg .writ .logo-img {display:block;}
	.box-bg .writ .nav-list li:hover b{color: #26BBED;}
	.writ .search button i::before{color:#fff;}
	.writ .search input::placeholder{color:#fff;}
	.box-bg .writ .search button i::before{color:#666;}
	.box-bg .writ .search input::placeholder{color:#666;}
	.box-bg .writ .langg-sj{border-top: 8px solid #fff;}
	.box-bg .writ .langg-sj{border-top: 8px solid #26BBED;}
}
@media screen and (min-width: 480px) {
	
	
}
@media screen and (min-width: 640px) {
	
	
}
@media screen and (min-width: 990px) {
	.fh-top{top: -130px; }
	.footer{margin-top:130px;}
	
}
@media screen and (min-width: 1220px) {
	.con-cjwt_list{min-height:500px;}
	
}
@media screen and (min-width: 1420px) {
	
	
}

/*--/漂浮--*/


/* @media screen and (min-width: 1320px) {
body::before{ content: ' '; background-image: url(../pic/hysz.jpg); width: 100%; height: 4962px; background-position: center 0; position: absolute; z-index: 999; opacity: .2; pointer-events: none;  -webkit-background-size: 1920px auto;
background-size:  1920px auto; top:0; left: 0;}

body:hover::before{ opacity: 0;}
} */