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

/* 基础设置 */

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

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


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

a,a:link{ color: #333; text-decoration: none;}
a:hover,a:active{ color: #D00405; 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 #DDDDDD; padding: 9px 17px; margin: 10px; color: #333; font-size: 14px; display: inline-block; font-weight: normal; border-radius:22px;}
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: #D00405; color: #fff; border: 1px solid #D00405;  line-height: 1.7;}

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

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

.pic img{width: 100%;}




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

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

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





/*=================header===================*/
@media screen and (min-width: 320px) {
    .pc-img{display:none!important;}
    .m-img{display:block!important;}
	.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: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: #fff;}
	.header-box{ height: 48px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; width: 200px;background-color:rgba(255,255,255,0);padding:8px;padding-right:0;}
	.logo a{ display: block; height: 100%;}
	.logo img{ height:auto; display: block;max-width:100%;}
	.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: #fff;}
	
	.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: #D00405;}
	
	.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;  text-align: center; color: #D00405;}
	.nav-hide-btn{ display: none;}
	
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: 55px; left: 0; right: 0; background: #0c0c0c; background: rgba(255,255,255,.95);  padding:10px 15px; -webkit-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	box-shadow: 0 10px 20px  rgba(0,0,0,.2); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; z-index: 8;}
	
	.nav.e-anim-on{animation:nav-anim-on .3s; animation-fill-mode: both; }
	.nav.e-anim-off{ animation:nav-anim-off .5s; animation-fill-mode: both;}
	
	
	
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom: solid 1px rgba(0,0,0,.1);}
	.nav-list li:nth-last-child(2){border-bottom: none;}
	.nav-list li a{ display: block; }
	.nav-list li a b{font-weight: normal; line-height: 42px; position: relative; color: #666; display: block; text-align: center;}
	
	
	.nav-list li .nav-list-sub{ overflow: hidden; background: rgba(230,230,240,.5);-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden; 
	transition:height .3s,opacity .3s;}
	.nav-list li .nav-list-sub .nav-list-height{ 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: #D00405;}
	.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;}
	.pro-ul .navpro-fl .topont{font-weight: normal;color: #;font-size: 12px;}
	.ny-navbox .nav-list .nav-on a b{color:#D00405;}
	
	.nav-list li .on b,.nav-list li .on i:before{ color: #D00405;}
	.nav-list li.nav-on a b,.nav-list li.nav-on a i:before{ color: #D00405;}
	
	
	.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: #D00405; z-index: -1; position: absolute; display: none;}
	.ny-navbox .nav-list div.nav-btn-bg-02{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 .nav-list-height.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;  overflow: hidden; align-items: center;}
	.lang-box a{padding: 2px; line-height: 1.2; }
	.lang-box a:hover{color: #D00405;}
	.lang-box .on{ color: #D00405;}
	
	.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: #D00405; 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) {
    .pc-img{display:block!important;}
    .m-img{display:none!important;}
	.container-header{padding: 0 10px;}
	.nav-list li .nav-list-sub{width: 100%!important;}
	.nav{ height: 90px;}
	.nav:before{display: none;}
	.nav-box-bg{ height: 90px;}
	
	.nav-box{ box-shadow: none; position: relative; height: 0px; background: rgba(255,255,255,0);border: none;}
	
	.header-box{ height: 90px; display: none;}
	.search input{border: none; position: absolute;top: 0px;width: 100px;background-color: #f8f8f8;z-index: 9;right: 0;display: none;padding: 0 10px;}
	.search button{position: relative;z-index:10;}
	.selected{display: block!important;}
	.sele-btn i::before{color:#D00405!important;}
	.logo{ /* height: 75px; padding:10px 0; */}
	.logo img{ margin: 0 auto; height: auto;}
	.logo a{ width: 100%; height: 100%; display: block; padding: 0;}
	
	.search-box:hover .search input{display: block;}
	.search-box{padding: 0 26px;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: right;}
	
		
	
	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list{}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	
	.nav-list li a b{ line-height: 90px; height: 90px; color: #000; overflow: hidden; font-size: 18px; }
	.nav-list li a{ height: 90px; line-height: 90px; padding: 0 10px; 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: #D00405;}
	.nav-list li.nav-off>a b{ color: #000;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #ff0000;}
	.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: 90px; 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: inherit; width: 100%; margin-left:0; position: relative; background: rgba(255,255,255,0); padding: 10px 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
	.nav-list li .nav-list-sub a{ height: auto; border: none; padding:  0 10px;  text-align: center; line-height: 54px; position: relative; z-index: 2;}
	
	.nav-list li .nav-list-sub a::before{ content: ' '; border: solid 2px #fff; background-image: linear-gradient(to bottom, #C5E1FF, #C5E1FF); position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0;}
	
	.nav-list li .nav-list-sub a span{ color: #666; white-space: nowrap; padding: 0; font-size: 16px; line-height: 46px; z-index: 2; position: relative;}
	
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on span{  color: #D00405;}
.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: 90px; background: linear-gradient(#D00405, #D00405); 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 .nav-list-height.btn-sub-bg{display: block; position: absolute; width: 0; left: 0; height: 46px; padding: 0; border-bottom: solid 2px #D00405; transition: .3s;}
	
	.ind-nav-box{ position: absolute; left: 0; width: 100%;}
	.ind-nav-box{ background: none; transition: .3s;}
	.ind-nav-box .logo img{filter: contrast(0%) brightness(1000%);}
	.ind-nav-box .nav-list li a b{color: #fff;}
	
	.ind-nav-box:hover{box-shadow: 0 0 5px rgba(0,0,0,.2); background: #fff;}
	.ind-nav-box:hover .logo img{filter: contrast(100%) brightness(100%);}
	.ind-nav-box:hover .nav-list li a b{color: #333;}
	
	
	.top-r{ background: none; border: none; /* float: right; */ display: flex!important; flex-direction: row; justify-content: center; padding: 0;}
	.phone-topr{display: none!important;}
	.search-box{ margin-top: 0; height: 75px; display: flex; align-items: center; justify-content: center; }
	
	.lang-box{  font-weight: bold;color: #fff;font-size: 18px;}
	.ny-navbox .lang-box{color: #000;}
	.lang-box a{ display: flex; align-items: center; justify-content: center; color: #fff;}
	.ny-navbox .lang-box a{color: #000;}
	.ny-navbox .search button i::before{color: #000000;}
	.lang-box .on{display: block;color: #D00405;}
	.search-box{position: relative;}
	.search-bg{ position: absolute; right: 0; top: 75px; background: #f7f7f7; padding: 8px 12px;}
	.search-inp{display: none; padding-right: 0; position: absolute; right: 0; top: 0;}
	.search-inp input{ height: 36px; border:solid 1px #ddd;}
	.search-box .btn{ background: none; color: #888; width: 100px; height: 75px;}
	.search-box{}
	.ny-navbox .lang-box .on{color:#D00405;}
	
	.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;}
	
	.pro-nav{position:relative;width:100%;}
	.pro-ul:hover .pro-li{display:block;}
	.pro-li{position:absolute;left:100%;top:0%;display:none;z-index:10;background-color: #ededed;width:66%;padding-bottom:10px;}
	
	.nav-list li .nav-list-sub{overflow: inherit;}
	
}

@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: 0px;}
.nav-box-bg{ height: 110px;}
.nav{width: auto; height:110px;}
.nav-list{ padding-right: 20px; }
.nav-list li a{ padding: 0 32px; height: 110px; line-height: 110px;}
.nav-list li a b{font-size: 20px; line-height: 100px; height: 110px;}


.nav-list div.nav-btn-bg, .nav-list div.nav-btn-bg-02{height: 110px;}
.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{ }

.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: 110px;}
.nav-list-sub-bg-show{ top: 110px;}

	
}
@media screen and (min-width: 1540px) {
	.nav-list li a{padding: 0 35px;}
}


/* 头部调整 */
@media screen and (min-width: 320px) {
	.con-pro-nav{}
	.nav-list li .nav-list-sub a{color: #333;}
	#product a{height: auto;}
	.nav-list li .nav-list-sub a::before{display: none;}
	.con-pro-nav{padding: 0;}
	.pro-ul{padding: 0;}
	.navpro-fl span{font-size: 16px ;font-weight: bold;color:#333333;}
	.nav-list .pro-ul a.navpro-fl{display: flex;justify-content: space-between;align-items: center;}
	#product .pro-li a{line-height: 2.2;text-align: left;}
	#product .pro-li a:hover{color: #D00405;}
	.pro-li{display:none;}
	
	
	
}
@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 720px) {
	.pro-nav{padding: 0px 0;}
}
@media screen and (min-width: 992px) {
/*	.nav-list li{position: static;}
	.nav, .nav-list{position: static;}*/
	.nav-list .nav-off, .nav-list .nav-on{position: static;}
	/*.nav-list li .nav-list-sub{left: 0!important;width: 100%!important;}*/
	.con-pro-nav{/*display: flex;*/flex-wrap: wrap;}
	.pro-nav{width: 50%;padding: 0px 0;}
	.nav-list li .nav-list-sub a span{color: #333333;}
	.nav-list li .nav-list-sub a span{line-height: 20px;}
	.nav-list .pro-ul a.navpro-fl{padding-bottom: 10px;border-bottom: 1px solid #E1E1E1!important;}
	#product .nav-list-height{padding: 0px;}
	.nav-list #product .nav-list-sub a{text-align:left;}
	.pro-ul{padding:12px 15px;}
	.con-pro-nav .pro-nav:nth-child(even){background-color: #F5F5F5;}
	.con-pro-nav .pro-nav:nth-child(odd){background-color: #FFF;}
	.pro-li{padding-top: 10px;}
	
	#product .pro-li a{padding-bottom:15px;}
	
	
	
}
@media screen and (min-width: 1340px) {
	.pro-ul{padding:16px 30px;}
	.pro-nav{/*width: 25%;*/padding: 0px 0;}
	.pro-li{padding-top: 12px;}
}
@media screen and (min-width: 1540px) {
	.pro-ul{padding:20px 50px;}
	.pro-li{padding-top: 16px;}
}

/* banner */
@media screen and (min-width: 320px) {
	.banner-swiper .bg{ height: 51vw; background-color: #FFF; -webkit-background-size: cover;
	background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; justify-content: flex-start; background-position: center; }
	.banner-con .bg{padding-top: 20px;}
	.banner-mess{ position: absolute; bottom: 35px; width: 100%;  z-index: 2; display: flex; align-items: center; justify-content: center;}
	.banner-mess .banner-pagination{ display: flex;}
	.banner-mess .banner-pagination .swiper-pagination-bullet{ width: 12px; height: 12px; background: #000;  margin:0 5px; opacity: .5; position: relative;}
	
	.banner-mess .banner-pagination .swiper-pagination-bullet-active{ opacity: 1; background: #D00405;}
	.swiper-button-prev{background-image: url(../img/ind-banleft.png);}
	.swiper-button-next{background-image: url(../img/ind-banright.png);}
	.banner-prev, .banner-next{
	position: absolute;
    top: 50%;
    width: 42px;
    height: 59px;
    margin-top: -0px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 42px 59px;
    -webkit-background-size: 42px 59px;
    background-size: 42px 59px;
    background-position: center;
    background-repeat: no-repeat;
	 }
	.banner-prev{left: 10px;}
	.banner-next{ right: 10px;}
	/* .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: #fff;width: 100%;}
	.ind-bgbt strong{font-size: 24px;line-height: 1.5;}
	.ind-bgbt{font-size: 18px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow:ellipsis; padding-left: 6px;line-height: 1;font-weight: normal;}
	.ind-bg-ner .ind-bgbt:nth-child(2){padding-top: 12px;font-weight: normal;}
	.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: #D00405;margin-top: 18px;}
	.ind-bgcz i{font-size: 12px;margin-left: 10px;}
	.ind-bgcz span{font-size: 16px;}
}

@media screen and (min-width: 992px) {
	.banner-swiper .bg{ max-height: 440px; }
	.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;}
	.banner-con .bg{padding-top: 0px;}
	.banner-prev,.banner-next{
	position: absolute;
	top: 50%;
	width: 58px;
	height: 80px;
	margin-top: -0px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 58px 80px;
	-webkit-background-size: 58px 80px;
	background-size:  58px 80px;
	background-position: center;
	background-repeat: no-repeat;
	 left: 50%;}
	.banner-prev{transform: translate(-545px,0);}
	.banner-next{ transform: translate(485px,0);}
	
	.banner-prev i::before,.banner-next i::before{  font-size: 28px;}
	.ind-bgbt strong{font-size: 50px;}
	.ind-bgbt{font-size: 24px;}
}

@media screen and (min-width: 1220px) {
	
	
	.ind-bgbt strong{font-size: 50px;}
	.ind-bgbt{font-size: 24px;}
	
}
@media screen and (min-width: 1340px) {
	.ind-bgbt strong{font-size: 60px;}
	.ind-bgbt{font-size: 26px;}
	.banner-prev{transform: translate(-716px,0);}
	.banner-next{ transform: translate(666px,0);}
}
@media screen and (min-width: 1540px) {
	.ind-bgbt strong{font-size: 80px;}
	.ind-bgbt{font-size: 30px;}
	.banner-prev{transform: translate(-860px,0);}
	.banner-next{ transform: translate(800px,0);}
}





/* index banner */
@media screen and (min-width: 320px) {
	.ind-con-baner{display: flex;flex-direction: column;}
	.banner-swiper .bg{height: auto;max-height: auto;}
	.ind-bgcz{font-size: 16px;background-color: #D00405;border-radius: 30px;width: 120px;padding: 14px 0;text-align: center;color: #fff;margin: 0 auto;margin-top: 30px;}
	.ind-bg-pic{width: 100%;max-width: 400px;margin: 0 auto;}
	.ind-bg-ner{text-align: center;}
	.banner-mess .banner-pagination .swiper-pagination-bullet-active::before{ content: "";position: absolute;left: 50%;transform: translate(-50%,-50%);top:50%;background-color: #AE1616;width: 76%;height: 76%;border-radius: 50%;}
	.banner-mess .banner-pagination .swiper-pagination-bullet{background-color: rgba(0,0,0,0);border: 2px solid #AE1616;opacity: 1;width: 16px;height: 16px;position: relative;}
	.ind-bgcz:hover {background-color: #9b0000;}
	
	
}
@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 720px) {
	.ind-bgcz{width: 140px;margin-top: 40px;}
}
@media screen and (min-width: 992px) {
	.ind-con-baner{flex-direction: row;padding-top: 20px;align-items: center;}
	.ind-bgcz span{font-size: 18px;}
	.banner-swiper .bg{height: 100vh;max-height: 100vh;}
	.ind-bgcz{width: 160px;margin: 0; margin-top: 50px;}
	.ind-bg-pic{max-width: 717px;}
	.ind-bg-ner{text-align: left;}
	.banner-mess{  bottom: 50px; }
}
@media screen and (min-width: 1340px) {
	.ind-bgcz span{font-size: 20px;}
	.ind-bgcz{width: 180px;margin-top: 60px;}
	.ind-con-baner{padding-top: 30px;}
	.banner-mess{  bottom: 60px; }
}
@media screen and (min-width: 1540px) {
	.ind-bgcz{width: 200px;}
	.ind-con-baner{padding-top: 40px;}
	.banner-mess{  bottom: 80px; }
}



/*  首页模块  */
@media screen and (min-width: 320px) {
	.ind-box-top{display: flex;align-items: flex-start;justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid #EEEEEE;}
	.indbox-txt{font-size: 24px;color: #000000;font-weight: bold;text-transform:uppercase;}
	.indbox-tit{font-size: 14px;color: #BFBFBF;text-transform:uppercase;}
	.ind-top-ri{color: #333;border: 1px solid #D8D8D8;border-radius: 30px;width: 120px;font-size: 14px;text-align: center;padding: 10px 0;text-transform: uppercase;}
	.ind-top-ri:hover{background-color: #D00405;color: #fff;}
	.indbox{padding-top: 30px;}
	.ind-box-top {padding-top: 30px;}
	
}
@media screen and (min-width: 480px) {
	.ind-top-ri{font-size: 16px;padding: 13px 0;}
}
@media screen and (min-width: 720px) {
	.ind-top-ri{width:140px;}
	.indbox{padding-top: 50px;}
	.ind-box-top{padding-bottom: 16px;}
	.indbox-txt{font-size: 32px;}
	.ind-box-top {padding-top: 50px;}
	
}
@media screen and (min-width: 992px) {
	.ind-top-ri{width: 160px;}
	.indbox{padding-top: 60px;}
	.ind-box-top{padding-bottom: 20px;}
	.indbox-txt{font-size: 40px;}
	.ind-box-top {padding-top: 60px;}
}
@media screen and (min-width: 1340px) {
	.ind-top-ri{width:180px;padding: 14px 0;}
	.indbox{padding-top: 80px;}
	.ind-box-top{padding-bottom: 26px;}
	.indbox-txt{font-size: 46px;}
	.ind-box-top {padding-top: 80px;}
	
}
@media screen and (min-width: 1540px) {
	.indbox-txt{font-size: 50px;line-height: 1.5;padding-bottom: 10px;}
	.ind-top-ri{width: 200px;padding: 15px 0;}
	.indbox{padding-top: 100px;}
	.ind-box-top {padding-top: 100px;}
	
	
}


/*   Product 首页产品内容展示  */
@media screen and (min-width: 320px) {
	.ind-box-02-t .hd { display: flex;padding-top: 10px;flex-wrap: wrap;}
	.ind-box-02-t .btn span{font-size: 16px;}
	.ind-box-02-t .btn {font-size: 16px;line-height: 21px;padding: 10px 12px;border: 1px solid #D8D8D8 ;color: #333;border-radius: 30px;margin: 12px;min-width: 100px;text-align: center;margin-left: 0;}
	.ind-box-02-t .btn:hover{border-color: #D00405;color: #D00405;}
	.ind-box-02-t .hd .on{border-color: #D00405;color: #D00405;}
	
	.pro-list {position: relative;padding-top: 30px;}
	.faq .pro-more{transform: rotate(90deg);transition: .3s;}
	.pro-list .button-prev{background-image: url(../img/indswi-left.png);}
	.pro-list .button-next{background-image: url(../img/indswi-right.png);}
	.pro-morep{
	position: absolute;
	top: 50%;
	width: 40px;
	height:40px;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	 }
	.button-prev{left: 10px;}
	.button-next{ right: 10px;}
	.con-ind-pic{position: relative;}
	.con-ind-tit{text-align:center; padding-top:10px; font-size:16px; font-weight:bold;}
	.con-icon-ck{position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);color: #fff;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);display: flex; justify-content: center;align-items: center;flex-direction: column; transition: .3s;opacity: 0;}
	.con-icon-ck i{overflow: initial;}
	.con-icon-ck span{width: 37px;display: block;margin-top: 10px;}
	.con-icon-ck div{font-size: 14px;font-weight: bold;padding-top: 10px;}
	.pro-list-line .swiper-slide a:hover .con-icon-ck{display: flex;opacity: 1; transition: .3s;}
	.pro-txt{font-size: 16px;font-weight: bold;padding: 12px 0;padding-bottom: 10px;}
	.pro-tit{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow:ellipsis;font-size: 14px;color: #333;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
	
	
}
@media screen and (min-width: 992px) {
	.tabs-02 .mess{padding-top:110px;}
	.tabs-02 .bd{margin-top: -110px;}
	.ind-box-02-t .btn{margin: 20px;padding: 12px 16px;position: relative;z-index: 3;}
	.pro-morep{
	position: absolute;
	top: -18px;
	width: 60px;
	height:60px;
	margin-top: -60px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: 0%;left: auto;
	 }
	.button-prev{transform: translate(-70px, 0%);display:none;}
	.button-next{transform: translate(0px, 0%);display:none;}
	
	.pro-txt{padding: 15px 0;padding-bottom: 12px;}
	
}
@media screen and (min-width: 1340px) {
	.ind-box-02-t .btn{margin: 20px;padding: 15px 20px;margin-left: 0;}
	.pro-txt{padding: 18px 0;padding-bottom: 12px;}
	
}
@media screen and (min-width: 1540px) {
	
	.ind-box-02-t .btn{padding: 15px 30px;}
	
}

/*  about us */
@media screen and (min-width: 320px) {
	.about-move{position: relative;background-color: #000000;line-height: 1;}
	.about-move video{width: 100%;height: auto;}
	/* .about-move span{} */
	/* 播放图标 */
	.videonone{display:none;}
	.play_icon{	width: 60px;
		display: block;
		z-index: 3;
		border-radius: 50%;
		position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display:none;}
	#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-us-con li{display: flex;align-items: center;padding: 10px 0;max-width: 530px;margin: 0 auto;}
	.indus-pic{width: 50px;margin-right: 10px;flex-shrink: 0;}
	.indus-pic img{width: 100%;}
	.indus-txt{font-size: 18px;font-weight: bold;}
	.indabout-us{margin: 30px 0;}

	
	
}
@media screen and (min-width: 480px) {
	.indabout-us{margin: 40px 0;}
}
@media screen and (min-width: 720px) {
	.indabout-us{margin: 50px 0;}
	
	
}
@media screen and (min-width: 992px) {
	.indabout-video{width: 50%;}
	.about-move video{height: 422px;overflow: hidden;}
	.indabout-us{display: flex;justify-content: space-between;align-items: center;margin: 60px 0;background-color: #F8F8FA;}
	.indus-txt{font-size: 20px;}
	.ind-us-con li{padding: 20px 0;padding-left: 20px;}
	.indabout-js{flex: 1;padding:21px 0;background-color: #F8F8FA;}
	.videonone, .play_icon{display:block;}
	.sm-video{display:none;}
	.proshow-move video{height:358px;}
	
}
@media screen and (min-width: 1340px) {
	.indus-pic{width: 60px;margin-right: 20px;}
	.indus-txt{font-size: 22px;}
	.indabout-us{margin: 80px 0;}
	.proshow-move video{height:540px;}
	
}
@media screen and (min-width: 1540px) {
	.indabout-us{margin: 100px 0;}
	.proshow-move video{height:700px;}
	
}

/*  首页新闻   */
@media screen and (min-width: 320px) {
	.ind-news-bg .indbox-txt{color: #fff;line-height: 1;padding-bottom: 15px;}
	.ind-news-bg{padding-bottom: 30px;}
	.ind-news-bg .ind-box-02-t .btn{color: #fff;border-color: #fff;}
	/*.ind-news-bg .ind-box-02-t .on{color: #D00405;}*/
	.ind-news-bg .ind-top-ri{color: #fff;}
	.pic-indnews{padding-bottom: 75%!important;}
	.ind-news-ner{background-color: #AE1922;padding: 8px 10px;margin-top: -10px;position: relative;z-index: 2;}
	.ind-news-ner *{color: #fff;}
	.news-txt{font-weight: bold;opacity: 0.5;}
	.news-tit {font-size: 16px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow:ellipsis;line-height:1.2;height: 40px;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	.ind-news-bg .indbox-txt{padding-bottom: 20px;}
	.ind-news-bg{padding-bottom: 40px;}
	
}
@media screen and (min-width: 992px) {
	.ind-news-ner{padding: 8px 10px;margin-top: -10px;}
	.ind-news-bg .indbox-txt{padding-bottom: 24px;}
	.ind-news-bg{padding-bottom: 60px;}
	.news-tit {font-size: 18px;height: 42px;}
}
@media screen and (min-width: 1340px) {
	.ind-news-ner{padding: 8px 10px;margin-top: -20px;}
	.ind-news-bg .indbox-txt{padding-bottom: 28px;}
	.ind-news-bg{padding-bottom: 80px;}
	.news-tit {font-size: 19px;height: 48px;}
}
@media screen and (min-width: 1540px) {
	.ind-news-ner{padding: 6px 10px;}
	.ind-news-bg .indbox-txt{padding-bottom: 30px;}
	.ind-news-bg{padding-bottom: 100px;}
}

/*  footer  */
@media screen and (min-width: 320px) {
    .foot-logo{float:inherit;margin-bottom:20px;}
	.foot .container{display: flex;flex-direction: column;}
	.foot-img{width: 34px;display: block;margin: 7px;}
	/*.foot-img i{border:2px solid #8E8E8E;border-radius:50%;}*/
	.foot-img i{color:#8E8E8E;font-size:34px;line-height:1;border-radius:50%;}
	.foot-img:hover i{background-color: #8E8E8E;color:#323232;font-size:36px;}
	.foot-icon{display: flex;margin-top: 20px;flex-wrap:wrap;}
	.foot-right ul{display: flex;flex-direction: column;}
	.foot-ej{display: flex;flex-wrap: wrap;/*display:none;*/}
	.foot-ej a{width: 50%;}
	.foot{padding: 30px 0;}
	.foot-tel{font-size: 18px;font-weight: bold;padding-bottom: 15px;line-height: 1;}
	
	.foot{color: #fff;}
	.foot-tel img{width:22px;line-height:1;margin-top: -6px;}
	.foot-tel .iconfont{font-size: 18px;padding-right: 10px;line-height: 1;}
	.foot-ner{display: flex;align-items: flex-start;padding-bottom: 12px;}
	.foot-xx{width: 56px;flex-shrink: 0;text-align: right;margin-right: 10px;}
	.foot .container:after{display: none;}
	.foot-lm{color: #fff;font-size: 18px;}
	.foot-ej a{font-size: 14px;color: #fff;opacity: 0.3;}
	.foot-lm{padding: 10px 0;}
	.foot-ej{padding-top: 0px;margin: 0 -10px;}
	.foot-ej a{padding: 0 10px;padding-bottom: 5px;}
	.foot-ej a:nth-child(odd){/*width: 60%;*/}
	.foot-ej a:nth-child(even){/*flex: 1;*/}
	.foot-db-le{padding: 10px 0;color: #fff;opacity:0.5;text-align:center;}
	.foot-db-le a{color:#fff;}
	.footer-db{background-color: #232323;}
	.foot{background-color: #282828;}
	.foot-right a:hover *{color: #AE1922;opacity: 1;}
	.foot-right a:hover {color: #AE1922;opacity: 1;}
}
@media screen and (min-width: 480px) {
	.foot-xx{margin-right: 15px;}
}
@media screen and (min-width: 720px) {
	.foot{padding: 35px 0;}
	
	
}
@media screen and (min-width: 992px) {
	.foot .container{flex-direction: row;justify-content: space-between;}
	.foot-right ul{flex-direction: row;}
	.foot-right{width: 48.7%;}
	.foot-tel{font-size: 20px;padding-bottom: 20px;}
	.foot-tel .iconfont{font-size: 20px;}
	.foot{padding: 40px 0;}
	.foot-ner span{max-width: 290px;}
	.foot-right li{padding-left: 30px;}
	.foot-lm{padding: 15px 0; padding-top: 0;  white-space: nowrap;}
	.foot-right li:nth-child(1){padding-left: 20px;}
	.foot-right li:nth-child(2){flex: 1;}
	.foot-morelm a:last-child .foot-lm {padding-bottom: 0;}
	.foot-ej{margin: 0 -12px;}
	.foot-ej a{padding: 0 12px;padding-bottom: 5px;}
	.foot-icon{margin-top: 30px;}
	.foot-ej a{ min-width:218px; }
	.foot-ej a:nth-child(odd){/*width: 60%;*/width: auto;}
	.foot-ej a:nth-child(even){/*flex: 1;*/}
	
}
@media screen and (min-width: 1340px) {
	.foot-tel{font-size: 22px;}
	.foot-tel .iconfont{font-size: 22px;}
	.foot{padding: 45px 0;}
	.foot-lm{padding: 20px 0; padding-top: 0;}
	.foot-ej{margin: 0 -12px;}
	.foot-ej a{padding: 0 12px;padding-bottom: 5px;}
	.foot-icon{margin-top: 40px;}
	.foot-right li{padding-left: 60px;}
	.foot-right{width: 33.7%;}
}
@media screen and (min-width: 1540px) {
	.foot{padding: 50px 0;}
	.foot-lm{padding: 23px 0; padding-top: 0;}
	.foot-ej{margin: 0 -12px;}
	.foot-ej a{padding: 0 12px;padding-bottom: 5px;}
	/*.foot-right li{padding-left: 80px;}*/
	.foot-right{width: 38.7%;}
}
/*  内页头部  */
@media screen and (min-width: 320px) {
	.ny-navbox{height: 48px;box-shadow: 0 0 3px 3px #eee;}
	.ny-navbox .nav-list li a b{color: #000000;}
	.ny-navbox .nav-list li .on b{color: #D00405;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
	
	
}
@media screen and (min-width: 992px) {
	.ny-navbox{height: 90px;}
	
}
@media screen and (min-width: 1340px) {
	.ny-navbox{height: 110px;}
	
	
}
@media screen and (min-width: 1540px) {
	
	
	
}
/*  产品展示  图片 */
@media screen and (min-width: 320px) {
	div.cpzx-info-tit{ text-align: center; font-size: 16px; color: #1E1E1E; margin-bottom: 10px;}
		
	.swiper-info .pro-info dt{border: solid 1px #DFDFDF; padding: 0px;}
	i.pic-scale-cpzx{ padding-bottom: 52%;}
	.pro-info dd{ background: #1E1E1E; padding:5px 10px; display: flex;  align-items: center; justify-content: center; color: #fff;}
	
	/* .pro-info:hover dd{ background: #DA251C;} */
	
	.cpzx-info-pic-l{display: none;}
	
	.cpzx-bd .prev,.cpzx-bd .next{ display: flex; width: 52px; height: 52px; position: absolute; left: 0; top: 50%; margin-top: -26px; z-index: 2; background: rgba(0,0,0,.5); align-items: center; justify-content: center; cursor: pointer; transition: .3s;display: none;}
	.cpzx-bd .prev i,.cpzx-bd .next i{ display: flex; align-items: center; justify-content: center;}
	.cpzx-bd .prev i::before,.cpzx-bd .next i::before{ color: #fff; font-size: 28px; line-height: 1;}
	.cpzx-bd .next{ left: auto; right: 0;}
	
	.cpzx-bd .prev:hover,.cpzx-bd .next:hover{ background: #DA251C;}
	.cpzx-bd .swiper-info .on dt{border:2px solid #ccc;}
	
	.cpzx-bd{ position: relative;}
	
	
	div.cpzx-sub-tit{ font-weight: bold; color: #DA251C; font-size: 16px; padding-top: 20px; padding-bottom: 10px;}
	
	.cpzx-cont-box-b{ }
	
	.cpzx-table{ position: relative; display: flex;}
	.cpzx-table-l{ width: 130px; }
	.cpzx-table-l ul{ display: flex; flex-direction: column;}
	.cpzx-table-l ul li{ padding: 0 10px; font-size: 12px; height: 50px; display: flex; align-items: center; color: #444; border-right: solid 1px #fff; border-bottom: solid 1px #fff; line-height: 1.2; text-align: left; line-height:1.2;}
	.cpzx-table-l ul li:nth-child(odd){ background: #F8F9FB;}
	.cpzx-table-l ul li:nth-child(even){ background: #FFFFFF;}
	
	.cpzx-table-r{ padding-left: 130px; display: flex;  overflow-x: auto; flex:1;}
	.cpzx-table-r ul{flex: 1; flex-shrink: 0; display: flex; flex-direction: column;}
	.cpzx-table-r ul li{ padding: 0 10px; font-size: 12px; height: 50px; display: flex; align-items: center; color: #444; justify-content: center; border-right: solid 1px #fff; border-bottom: solid 1px #fff; line-height:1.2;}
	.cpzx-table-r ul li:nth-child(odd){ background: #F8F9FB;}
	.cpzx-table-r ul li:nth-child(even){ background: #FFFFFF;}
	
	.cpzx-ystd li{ position: relative; padding-left: 15px;}
	.cpzx-ystd i{ width: 6px; height: 6px; border-radius: 50%; top: 11px; left: 0; position: absolute; background: #DA251C;}
	
	
	
	.cpzx-table li:nth-child(1){ order: -130; }
	.cpzx-table li:nth-child(2){ order: -120; }
	.cpzx-table li:nth-child(3){ order: -110; }
	.cpzx-table li:nth-child(4){ order: -100; }
	.cpzx-table li:nth-child(5){ order: -90; }
	.cpzx-table li:nth-child(6){ order: -80; }
	.cpzx-table li:nth-child(7){ order: -70; }
	.cpzx-table li:nth-child(8){ order: -60; }
	.cpzx-table li:nth-child(9){ order: -50; }
	.cpzx-table li:nth-child(10){ order: -40; }
	.cpzx-table li:nth-child(11){ order: -30; }
	.cpzx-table li:nth-child(12){ order: -20; }
	.cpzx-table li:nth-child(13){ order: -10; }
	
	.cpzx-table li:nth-child(14){ order: -79; }
	.cpzx-table li:nth-child(15){ order: -78; }
	
	.cpzx-table li:nth-child(16){ order: -7; }
	.cpzx-table li:nth-child(17){ order: -5; }
	
	.cpzx-table li:nth-child(18){ order: -77; }
	.cpzx-table li:nth-child(19){ order: -76; }
	.cpzx-table li:nth-child(20){ order: -75; }
	.cpzx-table li:nth-child(21){ order: -74; }
	
	.cpzx-table li:nth-child(22){ order: -47; }
	.cpzx-table li:nth-child(23){ order: -44; }
	
	.cpzx-table li:nth-child(24){ order: -17; }
	
	.cpzx-table li:nth-child(25){ order: -14; }
	
	.cpzx-table li:nth-child(26){ order: 0; }
	.cpzx-table li:nth-child(27){ order: 0; }
	.cpzx-table li:nth-child(28){ order: 0; }
	.cpzx-table li:nth-child(29){ order: 0; }
	.cpzx-table li:nth-child(30){ order: 0; }
	.cpzx-table li:nth-child(31){ order: -12;  }
	
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
	
	
}
@media screen and (min-width: 992px) {
	div.cpzx-info-tit{font-size: 20px; margin-bottom: 15px;}
		
	.cpzx-info-pic-l{display: block;}
	
	.swiper-info{ height:380px;}
	
	.cpzx-bd{ padding: 0px 0;}
	
	.cpzx-bd .prev,.cpzx-bd .next{ height: 30px; width: 100%; top: 0; margin-top: 0;}
	.cpzx-bd .next{ top:auto; bottom: 0;}
	

	.cpzx-info-pic{ display: flex;}
	.cpzx-info-pic .cpzx-info-pic-l{ flex-basis: 358px; max-width:358px; flex-shrink: 0;}
	.cpzx-info-pic .cpzx-info-pic-r{ flex-basis: 120px; max-width:120px; flex-shrink: 0; padding-right: 20px;}
	
	
	.cpzx-info-pic-l i.pic-scale-cpzx{ padding-bottom: 100%; }
	.cpzx-info-pic-r i.pic-scale-cpzx{ padding-bottom: 100%;}
	
	.swiper-info .on dd { background: #DA251C;}
	
	.cpzx-bd .prev i::before, .cpzx-bd .next i::before{ transform: rotate(90deg); font-size: 20px;}
	
	div.cpzx-sub-tit{font-size: 20px; padding-top: 30px; padding-bottom: 15px;}
	
	.cpzx-table-l{ width: 180px;}
	.cpzx-table-r{ padding-left: 180px;}
	
	.cpzx-table-l ul li{ padding: 0 20px; font-weight: bold; font-size: 14px; height: 52px; line-height:1.2;}
	.cpzx-table-r ul li{ padding: 0 20px; font-size: 14px; height: 52px; line-height:1.2;}
	
	.tabs-info{height: 360px;overflow: hidden;}
	
}
@media screen and (min-width: 1340px) {
	div.cpzx-info-tit{font-size: 24px; margin-bottom: 20px;}
	.swiper-info{ height: 540px;}
	
	
	.cpzx-info-pic .cpzx-info-pic-l{ flex-basis: 540px; max-width:540px;}
	.cpzx-info-pic .cpzx-info-pic-r{ flex-basis: 120px; max-width:120px; }
	
	.cpzx-info-pic-l i.pic-scale-cpzx{ padding-bottom: 540px;}
	.cpzx-info-pic-r i.pic-scale-cpzx{ padding-bottom: 100px;}
	
	div.cpzx-sub-tit{font-size: 24px;}
	
	.cpzx-table-l{ width: 200px;}
	.cpzx-table-r{ padding-left: 200px;}
	.cpzx-table-l ul li{font-size: 16px; line-height:1.2;}
	.cpzx-table-r ul li{font-size: 16px; line-height:1.2;}
	
	.cpzx-ystd i{ top: 13px;}
	.tabs-info{height: 540px;overflow: hidden;}
	
}
@media screen and (min-width: 1540px) {
	.swiper-info{ height: 720px;}
	.cpzx-info-pic .cpzx-info-pic-l{ flex-basis: 700px; max-width:700px;}
	.cpzx-info-pic-l i.pic-scale-cpzx{padding-bottom: 700px;}
	.tabs-info{height: 698px;overflow: hidden;}
}
/*  产品详情内容  */
@media screen and (min-width: 320px) {
	.con-show-pro{padding: 30px 0;}
	.pshow-tit {font-size: 20px;font-weight: bold;line-height: 1.33;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #EFEFEF;}
	.pshow-txtsb{font-size: 16px;font-weight: bold;padding-bottom: 10px;}
	.pshow-txtjs::before{content:"";width: 5px;height: 5px;display: block; flex-shrink: 0;margin-right: 10px;background-color: #282828;border-radius: 50%;margin-top: 10px;}
	.pshow-txtjs{display: flex;align-items: flex-start;padding-bottom: 14px;}
	.pshow-txtjs{font-size: 14px;color: #000;}
	.pshow-ner{padding-bottom: 20px;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	.con-show-pro{padding: 35px 0;}
	.pshow-tit {font-size: 22px;padding-bottom: 20px;margin-bottom: 20px;}
	
}
@media screen and (min-width: 992px) {
	.con-show-pro{display: flex;}
	.tabs-info{width: 478px;}
	.pro-show-jsner{flex: 1;max-width: 50%;flex-shrink: 0;padding-left: 20px;}
	.con-show-pro{padding: 40px 0;}
	.pshow-tit {font-size: 24px;padding-bottom: 22px;margin-bottom: 22px;}
}
@media screen and (min-width: 1340px) {
	.con-show-pro{padding: 55px 0;}
	.tabs-info{width: 660px;}
	.pro-show-jsner{padding-left: 40px;}
	.pshow-tit {font-size: 28px;padding-bottom: 26px;margin-bottom: 26px;}
	.pshow-ner{max-width: 500px;}
	
}
@media screen and (min-width: 1540px) {
	.con-show-pro{padding: 75px 0;}
	.tabs-info{width: 820px;}
	.pro-show-jsner{padding-left: 50px;}
	.pshow-tit {font-size: 30px;padding-bottom: 30px;margin-bottom: 30px;}
	
}
/*  产婆详情内容  */
@media screen and (min-width: 320px) {
	.shows-pro-nav ul{display: flex;flex-wrap: wrap;justify-content: center;padding: 10px 0;border-bottom: 1px solid #D9D9D9;border-top: 1px solid #D9D9D9;}
	.shows-pro-nav li a{ padding: 0 15px;display: inline-block;font-size: 16px;}
	.shows-pro-nav{padding: 10px 0;}
	.shows-pro-nav li a span{position: relative;}
	.shows-pro-nav li a .on{color: #D00405;}
	.shows-pro-nav li a .on::before{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: -5px;background-color: #D00405;}
	
	.proshows-pic{max-width: 1000px;margin: 0 auto;padding-top: 20px;}
	.proshows-pic img{width: 100%;}
	.cpzx-table-l ul li{font-size: 16px;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	.shows-pro-nav li a .on::before{bottom: -17px;}
	.proshows-pic{padding-top: 30px;}
	.cpzx-table .cpzx-table-l ul li{font-size: 18px;}
}
@media screen and (min-width: 992px) {
	.shows-pro-nav ul{padding: 14px 0;}
	.shows-pro-nav li a{font-size: 18px;}
	.shows-pro-nav li a .on::before{bottom: -21px;}
	.shows-pro-nav li a{ padding: 0 18px;}
	.proshows-pic{padding-top: 40px;}
}
@media screen and (min-width: 1340px) {
	.shows-pro-nav li a{ padding: 0 30px;}
	.proshows-pic{padding-top: 50px;}
	
}
@media screen and (min-width: 1540px) {
	.shows-pro-nav{padding: 24px 0;}
	.shows-pro-nav li a{ padding: 0 42px;}
	.proshows-pic{padding-top: 68px;}
}
/*  产品展示 faq 问题与答案  */
@media screen and (min-width: 320px) {
	.con-faq-problem{display: flex;align-items: center;justify-content: space-between;border-radius: 6px; background-color: #F8F8FA;}
	.profaq-pb{font-size: 18px;color: #000;font-weight: bold;line-height: 1.3;}
	.pro-cpxq-bt{font-size: 24px;text-align: center;font-weight: bold;padding: 30px 0;line-height: 1.2;}
	.proshows-faq{width: 100%;max-width: 1200px;margin: 0 auto;}
	.con-faq-problem{padding: 10px 15px;}
	.faq .con-faq-answer{display: block;}
	.con-faq-answer{padding: 10px;font-size: 16px;display:none;line-height: 1.6;}
	.faq .con-faq-problem{background-color: #D00405;}
	.faq .profaq-pb{color: #fff;}
	.faq .icon-promore {color:#fff;}
	.pro-more{transition: .3s;}
	
	.shows-faq-ner{padding-bottom: 15px;}
	.con-shows-faq .shows-faq-ner:last-child {padding-bottom: 0;}
}
@media screen and (min-width: 480px) {
	.pro-cpxq-bt{font-size: 26px;}
}
@media screen and (min-width: 720px) {
	.pro-cpxq-bt{font-size: 28px;padding: 40px 0 30px;}
	.con-faq-answer{padding: 16px;}
	
}
@media screen and (min-width: 992px) {
	.profaq-pb{font-size: 20px;}
	.pro-cpxq-bt{font-size: 32px;padding: 60px 0 40px;}
	.con-faq-problem{padding: 12px 24px;}
	.con-faq-answer{padding: 20px 25px;}
}
@media screen and (min-width: 1340px) {
	.pro-cpxq-bt{font-size: 36px;padding: 80px 0 40px;}
	.con-faq-problem{padding: 15px 28px;}
	.shows-faq-ner{padding-bottom: 20px;}
	.con-faq-answer{padding: 25px 40px 20px;}
	
}
@media screen and (min-width: 1540px) {
	.pro-cpxq-bt{padding: 100px 0 40px;}
	.con-faq-problem{padding: 17px 30px;}
	.con-faq-answer{padding: 30px 55px 20px;}
	
}
/*  产品参数 Product parameter */
@media screen and (min-width: 320px) {
	.proshows-paras{width: 100%;max-width: 1200px;margin: 0 auto;}
	.proshows-paras .cpzx-table-r ul li{justify-content: flex-start;}
	.proshows-paras .cpzx-table-l ul li{/* background-color: rgba(0,0,0,0.5); */min-height: 52px;height: auto;padding-bottom: 8px; padding-top: 10px;}
	.proshows-paras .cpzx-table-l ul li{padding-left: 15px;}
	.proshows-paras .cpzx-table-l{width:100%;}
	.cpzx-table-l ul li .pro-para{font-size: 16px;font-weight: bold;}
	.cpzx-table-l ul li .pro-merers{font-weight: normal;font-size: 16px;padding-left: 20px;}
	.proshows-paras .cpzx-table-l ul li{flex-direction: column;}
	
	.proshows-hot ul{display: flex;align-items: flex-start;flex-wrap: wrap;}
	.proshows-hot li{padding: 10px;width:100%;}
	.proshows-hot{margin:  -10px;}
	.proshow-content{padding-bottom: 30px;}
}
@media screen and (min-width: 480px) {
	.proshow-content{padding-bottom: 40px;}
}
@media screen and (min-width: 720px) {
	
	.proshows-paras .cpzx-table-l ul li{padding-left: 30px;}
	.cpzx-table-l ul li .pro-para{font-size: 18px;}
	.cpzx-table-l ul li .pro-merers{padding-left: 30px;}
	.proshows-paras .cpzx-table-l ul li{flex-direction: row;}
	.cpzx-table-l ul li .pro-para{width: 17%;flex-shrink: 0;}
	.proshows-hot{margin:  -15px;}
	.proshows-hot li{width: 50%;padding: 15px;}
	.proshow-content{padding-bottom: 46px;}
	.proshows-hot li a:hover .con-icon-ck{opacity: 1; transition: .3s;}
}
@media screen and (min-width: 992px) {
	
	.proshows-paras .cpzx-table-l ul li{padding-left: 42px;min-height: 60px;}
	.cpzx-table-l ul li .pro-merers{padding-left: 60px;}
}
@media screen and (min-width: 1340px) {
	
	.proshows-paras .cpzx-table-l ul li{padding-left: 56px;}
	.proshows-hot{margin:  -25px;}
	.proshows-hot li{width: 25%;padding:  25px;}
	.proshow-content{padding-bottom: 80px;}
}
@media screen and (min-width: 1540px) {
	.proshows-paras .cpzx-table-l ul li{padding-left: 65px;min-height: 70px; padding-bottom: 18px; padding-top: 20px;}
	.proshows-paras .cpzx-table-r ul li{padding-left:100px;}
	.cpzx-table-l ul li .pro-merers{padding-left: 100px;}
	.proshow-content{padding-bottom: 100px;}
}

/*  产品列表页  */
@media screen and (min-width: 320px) {
	.product-list{padding: 30px 0;}
	.lanmu-con{display: flex;flex-direction: column;padding-bottom: 20px;border-bottom: 1px solid #EBEBEB;margin-bottom: 20px;}
	.lanmu-txt{font-size: 24px;font-weight: bold;line-height: 1.3;}
	.crumb{padding-top: 10px;color: #000;display: flex;justify-content: flex-end;float: right;font-size: 16px;}
	.crumb a{color: #000000;font-size: 16px;margin-left: 5px;}
	.crumb .iconfont{font-size: 16px;margin-right: 5px;}
	
}
@media screen and (min-width: 480px) {
	.product-list{padding: 20px 0;}
	.lanmu-txt{font-size: 28px;}
}
@media screen and (min-width: 720px) {
	
	.product-list{padding: 50px 0;}
	.lanmu-txt{font-size: 32px;}
	.lanmu-con{margin-bottom: 32px;}
}
@media screen and (min-width: 992px) {
	.lanmu-con{flex-direction: row;justify-content: space-between;align-items: flex-end;margin-bottom: 40px;}
	.product-list{padding: 60px 0;}
	.lanmu-txt{font-size: 38px;}
	.crumb, .crumb a{font-size: 18px;}
	
}
@media screen and (min-width: 1340px) {
	.lanmu-con{margin-bottom: 50px;}
	.product-list{padding: 75px 0;}
	.lanmu-txt{font-size: 42px;}
}
@media screen and (min-width: 1540px) {
	.product-list{padding: 75px 0;}
	.lanmu-txt{font-size: 50px;}
	.lanmu-con{margin-bottom: 60px;}
	
}

/*  关于我们内页  */
@media screen and (min-width: 320px) {
	.nyabout-tit{ font-size: 20px;font-weight: bold;}
	.nyabout-txt *{font-size: 16px;line-height: 1.8;}
	.nyabout-tit{padding: 10px 0 20px;}
	.nyabout-txt{padding-bottom: 15px;}
	
	.ny-abus-3 ul{display: flex;flex-direction: column;justify-content: center;align-items: center;}
	.ny-abus-3 li{display: flex;flex-direction: column;justify-content: center;align-items: center;}
	.ny-abus-3 .indus-picner{text-align: center;}
	.ny-abus-3 .indus-picner div{color: #fff;}
	.ny-abus-3{padding: 30px 0;}
	.ny-abus-3 .indus-pic{margin: 0;margin-top: 15px;}
	.ny-abus-3 .indus-txt{margin: 16px 0 10px;line-height: 1;}
	.ny-abus-3{-webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;}
}
@media screen and (min-width: 480px) {
	.nyabout-tit{ font-size: 22px;}
	.ny-abus-3 .indus-txt{margin: 20px 0 10px;}
	.ny-abus-3{padding: 50px 0;}
}
@media screen and (min-width: 720px) {
	.nyabout-tit{ font-size: 24px;}
	.nyabout-tit{padding: 10px 0 25px;}
	.nyabout-txt{padding-bottom: 15px;}
	.ny-abus-3 .indus-txt{margin: 26px 0 10px;}
	.ny-abus-3{padding: 80px 0;}
}
@media screen and (min-width: 992px) {
	.nyabout-tit{ font-size: 26px;}
	.nyabout-us .indabout-js{padding-right: 20px;}
	.nyabout-tit{padding: 10px 0 30px;}
	.nyabout-txt{padding-bottom: 20px;}
	.ny-abus-3 li{flex: 1;}
	.ny-abus-3 ul{flex-direction: row;}
	.ny-abus-3{padding: 40px 0;}
	.ny-abus-3 .indus-picner{max-width: 450px;}
	
	.ny-abus-3 .indus-txt{margin: 30px 0 10px;}
	.ny-abus-3{padding: 100px 0;}
}
@media screen and (min-width: 1340px) {
	.nyabout-tit{ font-size: 28px;}
	.nyabout-us .indabout-js{padding-right: 40px;}
	.nyabout-tit{padding: 10px 0 45px;}
	.nyabout-txt{padding-bottom: 30px;}
	.ny-abus-3 .indus-txt{margin: 36px 0 10px;}
	.ny-abus-3{padding: 120px 0;}
}
@media screen and (min-width: 1540px) {
	.nyabout-tit{ font-size: 30px;}
	.nyabout-tit{padding: 10px 0 55px;}
	.nyabout-txt{padding-bottom: 40px;}
	.ny-abus-3{padding: 154px 0;}
}

/*    */
@media screen and (min-width: 320px) {
	.nyadv-left{width: 100%;max-width: 600px;margin: 0 auto;}
	.nyadv-left i{padding-bottom: 63.33%;border-radius: 10px;}
	.nyadv-tit{font-size: 20px;font-weight: bold;padding-top: 10px;}
	.nyadv-li *{font-size: 16px;line-height: 2;}
	.nyadv-li{padding-top: 20px;}
}
@media screen and (min-width: 480px) {
	.nyadv-tit{font-size: 22px;}
}
@media screen and (min-width: 720px) {
	.nyadv-tit{font-size: 24px;}
	
	
}
@media screen and (min-width: 992px) {
	.nyadv-r{flex: 1;padding-left: 30px;}
	.nyadv-tit{font-size: 26px;}
	.nyadv-li *{font-size: 18px;line-height: 2;}
}
@media screen and (min-width: 1340px) {
	.nyadv-r{padding-left: 50px;}
	.nyadv-tit{font-size: 28px;}
	.nyadv-li *{line-height: 50px;}
}
@media screen and (min-width: 1540px) {
	.nyadv-r{padding-left: 76px;}
	.nyadv-tit{font-size: 30px;}
	
}

/*  Advantage 优势  */
@media screen and (min-width: 320px) {
	.ny-adv-3{background-color: #E6EFF7;}
	.ny-adv-3{padding: 26px 0;margin-bottom: 30px;}
	.ny-adv-3 .indus-picner div{color: #000000;}
	.ny-adv-3 .indus-pic{width: 70px;}
	.ny-adv-3 .indus-tit{line-height: 2;max-width: 400px;margin: 0 auto;font-size: 18px;}
	.ny-adv-3 .indus-picner{padding-top: 15px;}
	
	.pic-nyadvli {padding-bottom: 59.53%!important;}
	.nyadv-piczs ul{display: flex;flex-wrap: wrap;}
	.nyadv-piczs li{padding: 5px;}
	.nyadv-piczs ul{margin: -5px;}
	.nyadv-piczs{margin-bottom: 30px;}
}
@media screen and (min-width: 480px) {
	.ny-adv-3{padding: 32px 0;margin-bottom: 40px;}
	.nyadv-piczs{margin-bottom: 40px;}
}
@media screen and (min-width: 720px) {
	.ny-adv-3{padding: 36px 0;margin-bottom: 50px;}
	.ny-adv-3 .indus-picner{padding-top: 20px;}
	.nyadv-piczs li{width: 50%;}
	.nyadv-piczs{margin-bottom: 50px;}
}
@media screen and (min-width: 992px) {
	.ny-adv-3{padding: 42px 0;margin-bottom: 60px;}
	.ny-adv-3 .indus-picner{padding-top: 30px;}
	.nyadv-piczs li{width: 25%;}
	.nyadv-piczs{margin-bottom: 60px;}
	.con-ny-adv .indabout-us{background-color: #FFF;}
}
@media screen and (min-width: 1340px) {
	.ny-adv-3{padding: 50px 0;margin-bottom: 80px;}
	.ny-adv-3{height: 357px;}
	.con-ny-adv .indabout-us{padding-bottom: 85px;background-color: #FFF;}
	.nyadv-piczs{margin-bottom: 80px;}
}
@media screen and (min-width: 1540px) {
	.ny-adv-3{padding: 56px 0;margin-bottom: 100px;}
	.nyadv-piczs{margin-bottom: 100px;}
	
}

/*    */
@media screen and (min-width: 320px) {
	.con-tact{display: flex;align-items: center;border-left:  1px solid #E4E4E4;border-bottom:  1px solid #E4E4E4;}
	.contact-pic{width: 80px;text-align: center;display: flex;justify-content: center;align-items: center; position: relative;}
	.contact-con{border-top:  1px solid #E4E4E4;border-right:  1px solid #E4E4E4;}
	.contact-pic::before{content: ""; position: absolute; right: 0;top: 0;width: 1px;height: 100%;background-color: #E4E4E4;}
	.con-lxfs {flex: 1;padding: 10px;}
	.con-lxfs ul{display: flex;flex-wrap: wrap;}
	.con-lxfs li{width: 100%;}
	.con-lxfs li div{font-size: 18px;line-height: 1.3;}
	.lxfs-tit{font-weight: bold;padding-bottom: 10px;}
	.con-ny-contact{padding: 30px 0;}
}
@media screen and (min-width: 480px) {
	.con-ny-contact{padding: 40px 0;}
	.con-lxfs {padding: 0 12px;}
}
@media screen and (min-width: 720px) {
	.con-ny-contact{padding: 50px 0;}
	.con-lxfs {padding: 0 20px;}
	.contact-pic{width: 120px;height: 120px;}
}
@media screen and (min-width: 992px) {
	.lxfs-tit li div{font-size: 20px;}
	.con-lxfs li{flex: 1;}
	.con-ny-contact{padding: 60px 0;}
	.con-lxfs {padding: 0 28px;}
	.contact-pic{width: 130px;height: 130px;}
}
@media screen and (min-width: 1340px) {
	.con-ny-contact{padding: 80px 0;}
	.con-lxfs {padding: 0 38px;}
	.contact-pic{width: 148px;height: 148px;}
}
@media screen and (min-width: 1540px) {
	.contact-pic{width: 168px;height: 168px;}
	.lxfs-tit{padding-bottom: 20px;}
	.con-ny-contact{padding: 100px 0;}
	.con-lxfs {padding: 0 48px;}
}

/*  新闻列表 news  */
@media screen and (min-width: 320px) {
	.news-list .ind-news-ner{background-color: #EEEEEF;}
	.news-list .ind-news-ner *{color: #000000;}
	.news-list li a:hover .ind-news-ner{background-color: #AE1616;}
	/*.news-list li a:hover .ind-news-ner *{color: #fff;}*/
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
	
	
}
@media screen and (min-width: 992px) {
	.news-list li{width: 33.33%;padding: 18px;}
	
}
@media screen and (min-width: 1340px) {
	.news-list li{padding: 20px;}
	.article-list{padding: 80px 0;}
	
}
@media screen and (min-width: 1540px) {
	.article-list{padding: 100px 0;}
	
	
}

/*  新闻详情   */
@media screen and (min-width: 320px) {
	.info-ner{text-align: center;}
	.info-ner *{color: #000;}
	.info-name{font-size: 20px;}
	.info-time{font-size: 14px;opacity: 0.5;padding: 20px 0 15px; border-bottom: 1px solid #DEDEDE;}
	.info-content{text-align: left;}
	.info-content{padding-top: 20px;}
	
}
@media screen and (min-width: 480px) {
	.info-name{font-size: 22px;}
	.info-content{padding-top: 24px;}
	.info-time{padding: 22px 0 16px;}
}
@media screen and (min-width: 720px) {
	.info-name{font-size: 24px;}
	.info-content{padding-top: 30px;}
	.info-time{padding: 24px 0 20px;}
}
@media screen and (min-width: 992px) {
	.info-name{font-size: 26px;}
	.info-content img{width: 800px;}
	.info-content{padding-top: 38px;}
	.info-time{padding: 30px 0 22px;}
}
@media screen and (min-width: 1340px) {
	.info-name{font-size: 28px;}
	.info-ner{max-width: 1000px;margin: 0 auto;}
	.info-content{padding-top: 44px;}
	.info-time{padding: 36px 0 24px;}
}
@media screen and (min-width: 1540px) {
	.info-content{padding-top: 50px;}
	.info-name{font-size: 30px;}
	.info-time{padding: 40px 0 26px;}
}

/* 证明书 图片列表 */
@media screen and (min-width: 320px) {
	.cer-list li .pic-cer{border: 1px solid #E4E4E4;}
	
	
	/*新闻列表*/
	.news-pic-left a{display:flex;align-items:center;}
	.news-pic-left{width:100%!important;}
	.news-pic-left .ind-news-ner{flex:1;background-color: rgba(0,0,0,0);padding-left:10px;}
	.news-pic-left  a:hover {background-color: #fff;}
	.news-pic-left a:hover .ind-news-ner{background-color: rgba(0,0,0,0);}
	.news-pic-left .news-more{margin-right:15px;padding:5px 10px;border-radius:5px;background-color: #AE1616;color:#fff;}
	/*.news-pic-left a:hover .news-more{background-color: #fff;margin-right:15px;padding:5px 10px;border-radius:5px;color:#AE1616;}*/
	.news-pic-left .con-ind-pic{width:20%;flex-shrink:0;}
	.news-list li.news-pic-left a:hover .ind-news-ner{background-color: rgba(0,0,0,0);}
	li.news-pic-left a:hover .news-tit{color:#AE1616;}
	
	.news-list .con-ind-pic {border-radius:50%;overflow:hidden;}
	li.news-pic-left .pic-indnews{padding-bottom:100%!important;}
	li.news-pic-left{border-bottom:1px dashed #ddd;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 720px) {
	
	.news-pic-left .ind-news-ner{padding-left:15px;}
	
}
@media screen and (min-width: 992px) {
	.news-pic-left .ind-news-ner{padding-left:20px;}
	
}
@media screen and (min-width: 1340px) {
	.news-pic-left .ind-news-ner{padding-left:30px;}
	
	
}
@media screen and (min-width: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}

/*    */
@media screen and (min-width: 320px) {
	
	
	
}
@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: 1540px) {
	
	
	
}
+

