@charset "utf-8";
/* CSS Document */

/*Nybanner*/
.about-tit-cn{
	font-size: 42px;
	line-height: 55px;
	color: #2d4b76;
}
.about-tit-en{
	font-family: Arial;
	font-size: 17px;
	line-height: 25px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 10px;
}
.Nybanner{
	position:relative;
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
}

.Nybanner .cont {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.Nybanner .cont .tit {
  font-size: 0.6rem;
  margin-bottom: 0.14rem;
}
.Nybanner .cont .tit span {
  position: relative;
}
.Nybanner .cont .tit span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/hongxingh1.svg) no-repeat center;
  background-size: contain;
}

.Nybanner .cont .text {
  max-width: 50%;
  line-height: 30px;
  font-size: 16px;
}

.Nybanner .img img:nth-child(2) { display: none;}

@media (max-width: 1580px) {
  .Nybanner .cont .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .Nybanner .cont .text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Nybanner .cont .tit span:after { top: 6px;}
  .Nybanner .cont .text { max-width: 100%;}
  .Nybanner .img img:nth-child(1) {display: none;}
  .Nybanner .img img:nth-child(2) {display: block;}
}


.Nyloca{
	margin-top:140px;
	height: 74px;
	line-height: 74px;
}

.Nyloca .now-wz{
	background: url("../img/sec/homeicon1.svg") no-repeat left 20px;
	padding-left: 26px;
	height: 64px;
	line-height: 64px;
	font-size: 17px;
	overflow:hidden;
	color: #666666;
}
.Nyloca .now-wz.fl{float: left;}

.Nyloca .now-wd{
	height: 64px;
	line-height: 64px;
	font-size: 24px;
	color: #1c1c1c;
}

.Nyloca .now-wd span {
	font-size:14px;}



.Nylocation{
	position:absolute;
	bottom:0px;
	right:0px;
	height: 74px;
	line-height: 74px;
	width:100%;
}

.Nylocation .now-lm{
	float: right;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	padding: 0 28px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	margin-right: 5px;
	position: relative;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #000;
}
.Nylocation .now-lm a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 89%;
	background: #f4f4f4;
	left: 0;
	bottom: -90%;
	z-index: 11;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	bottom: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a span{
	display: inline-block;
	position: relative;
	z-index: 22;
}



/*about*/
.about{
	padding: 70px 0 105px;
}
.about .container:nth-child(2){
	margin-top: 45px;
	position: relative;
}
.sub-about-left{
	width: 54%;
	float: left;
}
.sub-about-right{
/*	float: right;*/
	width: 41%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
/*	margin-top: 6px;*/
}

.sub-about-left .gs-name{
	font-size: 28px;
	line-height: 45px;
	color: #222222;
	border-bottom: 1px solid #eceded;
	padding-bottom: 22px;
}
.sub-about-left .gs-name i{
	font-size: 32px;
	color: #f18a0c;
	margin-right: 12px;
	position: relative;
	top: 1px;
}
.sub-about-left .cont{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 26px;
}
.sub-about-left .num-info{
	background: #2d4b76;
	border-bottom-left-radius: 45px;
	padding: 32px 10px 35px 32px;
	overflow: hidden;
	margin-top: 42px;
}
.sub-about-left .num-info .lb{
	width: 33.33%;
	float: left;
	color: #fff;
	border-right: 1px solid #50688b;
	padding-left: 2em;
}
.sub-about-left .num-info .lb:nth-child(2){
	padding-left: 3.3em;
}
.sub-about-left .num-info .lb:last-child{
	border-right: none;
	padding-left: 4em;
}
.sub-about-left .num-info .lb .num{
	font-size: 16px;
}
.sub-about-left .num-info .lb .num span{
	font-family: Arial;
	font-size: 42px;
	line-height: 42px;
	color: #f08400;
	margin-right: 3px;
}
.sub-about-left .num-info .lb .num sup{
	font-size: 24px;
	color: #f08400;
	position: relative;
	top: -15px;
}
.sub-about-left .num-info .lb .txt{
	font-size: 18px;
	line-height: 25px;
	margin-top: 8px;
}


.sub-about-right img { width:100%;}

/*culture*/
.culture{
	background: url("../img/sec/qywh-back1.png") no-repeat top center;
}
.culture .container{
	padding: 130px 0 0;
	background: url("../img/sec/qywh-back2.png") no-repeat left top 8px;
}
.culture .about-tit-cn,
.culture .about-tit-en{
	color: #fff;
}
.culture .cont{
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
	max-width: 622px;
}
.culture .row{
	margin-top: 85px;
}
.qywh-list{
	background: #fff;
	border-radius: 8px;
	position: relative;
	padding: 50px 36px 45px;
	border-bottom: 5px solid #2d4b77;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-bottom: 45px;
	transition: all .5s ease;
}
.qywh-list::after{
	width: 48px;
	height: 48px;
	position: absolute;
	content: "";
	background: #f08400;
	opacity: 0.8;
	top: -24px;
	left: 50%;
	margin-left: -24px;
	z-index: 22;
	border-radius: 100%;
}
.qywh-list::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 33;
	border-radius: 100%;
}
.qywh-list .tit{
	font-size: 28px;
	line-height: 35px;
	color: #222222;
	margin: 28px 0 25px;
}
.qywh-list .sub{
	font-size: 17px;
	color: #666666;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
}

/*history*/
.history{
	padding: 55px 0 30px;
	background: url("../img/sec/history-back.jpg") no-repeat bottom center;
	background-size: cover;
	min-height: 776px;
}
.history-show{
	margin-top: 95px;
	position: relative;
}
.history-show::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cfd5de;
	left: 0;
	top: 75px;
}
.history-show .container{
	position: relative;
	z-index: 99;
}
.historySwiper{
	overflow: hidden;
	position: relative;
}
.historySwiper .year{
	text-align: center;
	font-family: Arial;
	font-size: 48px;
	line-height: 50px;
	color: #222222;
}
.historySwiper .dot{
	height: 19px;
	margin: 16px 0 38px;
	background: url("../img/sec/history-dot.png") no-repeat center center;
}
.historySwiper .cont{
	font-size: 17px;
	color: #555555;
	line-height: 30px;
	padding: 0 15px;
}
.historyN,
.historyP{
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #e1e0e0;
	background: #fff !important;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3d3d3d;
	margin-top: 0 !important;
	top: 51px !important;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.historyN:hover,
.historyP:hover{
	background: #f08400 !important;
	color: #fff;
	transition: all .5s ease;
}
.historyN{
	right: -80px !important;
}
.historyP{
	left: -80px !important;
}
.historyN i,
.historyP i{
	font-size: 38px;
}
/*honor*/
.honor{
	padding: 74px 0 125px;
	background: url("../img/sec/honor-back.jpg") repeat-x bottom 0 center;
}
.honor .hd{
	border-bottom: 3px solid #2d4b76;
	position: relative;
	margin-top: 40px;
	padding-bottom: 18px;
}
.honor .hd ul{
	overflow: hidden;
}
.honor .hd ul li{
	float: left;
	margin-right: 62px;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	cursor: pointer;
	transition:all .5s ease;
}
.honor .hd ul li:hover,
.honor .hd ul li.on{
	color: #2d4b76;
	transition:all .5s ease;
}
.honorSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding: 15px;
}
.honorSwiper .swiper-slide{
	background: #fff;
	border: 1px solid #e5e4e4;
	padding: 12px;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	transition: all .5s ease;
}
.honorSwiper .swiper-slide img { width:100%;}
.honorN,
.honorP{
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #cccaca;
	border-radius: 100%;
	background: rgba(23,87,175,0) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	top: auto !important;
	margin-top: 0 !important;
	bottom: 30px;
	transition:all .5s ease;
}
.honorN:hover,
.honorP:hover{
	background: rgba(45,75,118,1) !important;
	border: 1px rgba(45,75,118,1) solid;
	color: #fff;
	transition:all .5s ease;
}
.honorN{
	right: 0 !important;
}
.honorP{
	left: auto !important;
	right: 65px !important;
}
.honorN i,
.honorP i{
	font-size: 38px;
}



.isMobile { display: none !important;}
.rotate180 { transform: rotate(180deg);}



/*product*/
.product{
	padding:25px 0 78px;
}
.product-left{
	position: sticky;
	width: 23.1061%;
	top: 0;
	float: left;
}
.product-left .titBox{
	height: 179px;
	background: url("../img/sec/pro-tit-back.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 32px 0 0 0;
}
.product-left .titBox .cn{
	font-size: 42px;
	line-height: 50px;
}
.product-left .titBox .en{
	font-family: Arial;
	font-size: 18px;
	line-height: 28px;
	margin: 12px 0 15px;
}
.product-left .titBox line{
	display: block;
	width: 34px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
.m-pro-class a {
    display: block;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 32px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 5px;
}


.n-product-class{ margin-top: 5px;}
.n-product-class li { margin-bottom: 2px;}
.n-product-class li .menu-li{
	width: 100%;
	height: 0.58rem;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all ease-out 0.3s;
	border-left: 3px solid #2d4b77;
	padding: 0 20px 0 36px;
	background: #f5f5f5 url("../img/sec/pro-sjx1.png") no-repeat left 22px center;
	font-size: 16px;
	color: #333333;
}

.n-product-class li .menu-li a {
	font-size: 18px;
	font-weight:bold;
    color: #333;
    line-height: 34px;
    transition: all ease-out 0.3s;
}

.n-product-class li .menu-li span {
    width: 0.14rem;
    height: 0.14rem;
    display: flex;
    position: relative;
    cursor: pointer;
}

.n-product-class li .menu-li:hover span:before,
.n-product-class li .menu-li.on span:before {
  opacity: 0;
}
.n-product-class li .menu-li:hover span:after,
.n-product-class li .menu-li.on span:after {
  background-color: #fff;
}

.n-product-class li .menu-li span:before { transform: rotate(90deg);}
.n-product-class li .menu-li span:after, .n-product-class li .menu-li span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -0.1rem;
    width: 100%;
    height: 2px;
    background-color: #333;
}


.n-product-class li:hover .menu-li,
.n-product-class li.on .menu-li a{
	background: #2d4b77 url("../img/sec/pro-sjx2.png") no-repeat left 22px center;
	border-left: 3px solid #f08400;
	color: #fff;
}
.n-product-class li .menu-li:hover,
.n-product-class li .menu-li.on {
	background: #2d4b77 url("../img/sec/pro-sjx2.png") no-repeat left 22px center;
	border-left: 3px solid #f08400;
}

#navi li.on {
	background: #2d4b77 url("../img/sec/pro-sjx2.png") no-repeat left 22px center;
	border-left: 3px solid #f08400;
}



.n-product-class li .menu-li.on a {color: #fff;}

.n-product-class li:hover .menu-li a {color: #fff;}

.n-product-class li .s-menu{
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;
	display: none;
}
.n-product-class li.on .s-menu{
	display: block;
}


.n-product-class li .s-menu dt a {
    width: 100%;
    height: 34px;
    padding:0 0.3rem 0 0.3rem;
    color: #666;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.14rem;
    transition: all ease-out 0.3s;
}

.n-product-class li .s-menu dt:first-child a
{ margin-top:0.2rem}
.n-product-class li .s-menu dt:last-child a
{ margin-bottom:0.2rem}

.n-product-class li .s-menu dt a i {
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-out 0.3s;
}


.n-product-class li .s-menu a i img,
.n-product-class li .s-menu a i svg {
  width: 100%;
}
.n-product-class li .s-menu a i img path,
.n-product-class li .s-menu a i svg path {
  fill: #999999;
}
.n-product-class li .s-menu a:hover,
.n-product-class li .s-menu a.on {
  color: #004896;
}
.n-product-class li .s-menu a:hover i img path,
.n-product-class li .s-menu a.on i img path,
.n-product-class li .s-menu a:hover i svg path,
.n-product-class li .s-menu a.on i svg path {
  fill: #004896;
}






.n-product-list{
	width: 72.87878%;
	float: right;
}
.pro-list{
	margin-bottom: 28px;
	transition: all .5s ease;
}
.pro-list:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.pro-list .pic{
	border: 1px solid #e8e8e8;
	height:100%; 
	max-height:326px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-list .pic img{
	width:100%;
	height: 100%;
}
.pro-list .info{
	background: #f5f5f5;
	padding: 20px 22px 25px;
	position: relative;
}
.pro-list .info::after,
.pro-list .info::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #333333;
	left: 0;
	top: 0;
	z-index: 11;
}
.pro-list .info::before{
	background: #f08400;
	z-index: 22;
	width: 0;
	transition: all .5s ease;
}
.pro-list:hover .info::before{
	width: 100%;
	transition: all .5s ease;
}
.pro-list .info .tit{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height:25px;
	line-height: 25px;
	color: #2d4b77;
	overflow:hidden;
}
.pro-list .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height:50px;
	margin-top: 15px;
}



/*productDe*/
.productDe-lm{
	padding: 56px 0 0 0;
	text-align: center;
}
.productDe-lm .container{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 24px;
}
.productDe-lm a{
	display: inline-block;
	font-size: 18px;
	color: #222222;
	line-height: 28px;
	margin: 0 36px;
}
.productDe-lm a:hover,
.productDe-lm a.on{
	color: #f08400;
}
.productDe-lm i{
	display: block;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 12px;
}
.productDe{
	padding:30px 0 80px 0;
}
.productDe .Pic{
	width: 500px;
	float: left;
	height: 100%;
	border: 1px solid #e8e8e8;
	position: relative;
}
.proDeSwiper{
	overflow: hidden;
	position: relative;
	height:0px;
	padding-bottom: 100%;
}
.proDeSwiper .swiper-slide{
	text-align: center;
	padding: 0px 0px;
/*
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
*/
}
.mag-thumb{
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.proportion{
	height: 500px;
}

.proDeSwiper .swiper-slide .mag-eg-el img{ width:100%;}
.productDe .Info{
	width:  calc(100% - 500px);
	float: left;
	background: #2d4b77 url("../img/sec/pro-de-back1.png") no-repeat right bottom;
	height: 500px;
	padding: 42px 50px 30px;
	overflow-y: auto;
	color: #fff;
}
.productDe .Info .title{
	font-family: Arial;
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
}

.productDe .Info .title span { font-size: 30px; font-weight:normal; padding-left:20px; text-align:right; float:right;}

.productDe .Info .title2 {
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
	margin-top:15px;
	font-weight: normal;
}

.productDe .Info .content{
	font-size: 16px;
	min-height:168px;
	line-height: 28px;
	margin-top: 30px;
}

.productDe .Info .fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.productDe .Info .item-btns { padding-top:10px; width:100%;}
.productDe .Info .item-btn { cursor: pointer; float: left; display: inline-block; width: 140px; height: 44px; line-height: 42px; border-radius: 0; font-size: 16px; text-align: center; border: solid 1px #005BAC; color: #005BAC; background:#b3cdea; }
.productDe .Info .item-btn:hover { background-color: #005BAC; color: #fff; }
.productDe .Info .item-btn:first-child { margin-right: 24px; }
.productDe .Info .pro-share { float: left; /*margin-left: 17px;*/ margin-top: 18px; margin-bottom: 10px;}

.productDe .Info .xinxi { padding-top:20px;}
.productDe .Info .xinxi p { float: left; padding-right: 15px;}

.proDeP,
.proDeN{
	width: 45px !important;
	height: 45px !important;
	background: #2d4b77 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0 !important;
	top: auto !important;
	bottom: -1px;
	color: #fff;
}
.proDeN{
	right: 453px !important;
}
.proDeP{
	left: auto !important;
	right: 0px !important;
	background: #2d4b77 !important;
	color: #fff;
}
.proDeP i,
.proDeN i{
	font-size: 18px;
	transition: .5s;
}
.proDeP:hover i {
	transform: translateX(-10px);
	transition: .5s;
}
.proDeN:hover i {
	transform: translateX(-10px);
	transition: .5s;
}
.pro-tab-warp{
	padding-bottom: 80px;
}
.pro-tab{
	margin-top: 40px;
}
.pro-tab:first-child{
	margin-top: 0;
}
.pro-tab-tit{
	position: relative;
	background: #eeeeee;
	height: 72px;
	line-height: 72px;
}
.pro-tab-tit span{
	display: inline-block;
	text-align: center;
	padding: 0 32px;
	background: #2d4b77;
	font-size: 26px;
	color: #fff;
	position: relative;
}
.pro-tab-tit span::after{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #f08400;
	transform: rotate(45deg);
	left: -4.5px;
	top: 50%;
	margin-top: -4.5px;
}
.pro-tab .row{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px; 
	margin-bottom:40px;
}
.pro-tab .row img { width:auto; max-width:100%;}

.pro-tab .row .pdg{
	padding: 0 10px;
}
.pro-td{
	background: #f5f5f5;
	padding: 16px 17px;
	margin-bottom: 16px;
}
.pro-td .num{
	color: #f5f5f5;
	-webkit-text-stroke: 1px rgba(45,75,119,1);
	font-size: 42px;
	line-height: 45px;
	font-family: Arial;
	z-index: 1;
	transition: all .5s ease;
}
.pro-td .tit{
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	color: #333333; 
}
.pro-td .line{
	width: 21px;
	height: 3px;
	background: #f08400;
	margin-top: 20px;
}
.pro-tab .content{
	font-size: 17px;
	line-height: 28px;
	color: #555;
	margin-top: 55px;
}
.pro-tab .content table{
	width: 100%;
}
.pro-tab .content table tr td{
	border: 1px solid #fff;
	height: 58px;
	font-size: 18px;
	font-family: Arial;
	text-align: center;
	color: #333333;
	background: #f5f5f5;
}
.pro-tab .content table tr:nth-child(1) td{
	background: #2d4b77;
	color: #fff;
	height: 58px;
}
.pro-tab#pro1 .content table tr:nth-child(1) td{
	background: #f1f1f1;
	color: #333333;
	height: 58px;
}
.pro-tab .content table tr:nth-of-type(2n+2) td{
	background: #f1f1f1;
}
.proYySwiper{
	overflow: hidden;
	position: relative;
	margin-top: 38px;
}
.pro-yy .line{
	width: 100%;
	height: 4px;
	background: #333333;
	position: relative;
}
.pro-yy .line::after{
	content: "";
	position: absolute;
	width: 18px;
	height: 100%;
	background: url("../img/sec/pro-yy-line.png");
	overflow: hidden;
	background-size: cover;
	transition: all .5s ease;
}
.pro-yy:hover .line::after{
	width: 100%;
	background-size: #f08400;
	transition: all .5s ease;
}
.pro-yy .tit{
	border: 1px solid #d5d5d5;
	border-top: none;
	line-height: 61px;
	padding: 0 26px;
	font-size: 18px;
	color: #333333;
}
.proTabN,
.proTabP{
	width: 32px !important;
	height: 32px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(45,75,118,0) !important;
	border: 1px solid #2d4b76;
	color: #2d4b76;
	margin-top: -16px !important;
	transition: all .5s ease;
}
.proTabN:hover,
.proTabP:hover{
	background: rgba(45,75,118,1) !important;
	color: #fff;
	transition: all .5s ease;
}
.proTabN{
	right: 45px !important;
}
.proTabP{
	left: auto !important;
	right: 85px !important;
}
.proTabN i,
.proTabP i{
	font-size: 14px;
}
.proXgcpSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 35px;
	padding-bottom: 35px;
}
.proXgcpSwiper .nypro-list .pic{
	height:100%;
	max-height: 280px;
}

.proXgcpSwiper .nypro-list .pic img { width:100%;}
.proXgcpSwiper .nypro-list .info{
	padding: 3px 0 0 0;
}
.proXgcpSwiper .nypro-list .tit{
	padding: 0 20px;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
}
.nypro-list .info::after, .nypro-list .info::before{
	height: 3px;
}


.proXgcpSwiper .nypro-list{
	margin-bottom: 28px;
	transition: all .5s ease;
}
.proXgcpSwiper .nypro-list:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.proXgcpSwiper .nypro-list .pic{
	border: 1px solid #e8e8e8;
	height:100%; 
	max-height:326px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proXgcpSwiper .nypro-list .pic img{
	width:100%;
	height: 100%;
}
.proXgcpSwiper .nypro-list .info{
	background: #f5f5f5;
	padding: 15px 22px 15px;
	text-align:center;
	position: relative;
}
.proXgcpSwiper .nypro-list .info::after,
.proXgcpSwiper .nypro-list .info::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #333333;
	left: 0;
	top: 0;
	z-index: 11;
}
.proXgcpSwiper .nypro-list .info::before{
	background: #f08400;
	z-index: 22;
	width: 0;
	transition: all .5s ease;
}
.proXgcpSwiper .nypro-list:hover .info::before{
	width: 100%;
	transition: all .5s ease;
}



/******************翻页*************************/
.service .container{ padding: 80px 0 0;}

.service .sertit { width:80%; margin:0 auto; text-align:center; font-size:16px; line-height:26px; margin-bottom:20px;}

.service-list{
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	padding: 50px 36px 45px;
	transition: all .5s ease;
}

.service-list::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 33;
	border-radius: 100%;
}
.service-list img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto !important;
}
.service-list .tit{
	font-size: 22px;
	line-height: 35px;
	text-align:center;
	color: #222222;
	margin: 18px 0 25px;
}
.service-list .sub{
	text-align:left;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
}


/******************翻页*************************/
.solution {
  width: 100%;
  padding: 0.62rem 0 0.74rem;
}
.solution .container .solution-list {
  width: 100%;
}
.solution .container .solution-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.solution .container .solution-list ul li {
  width: 31%;
  position: relative;
  margin-right: 3.5%;
  margin-bottom: 0.4rem;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .solution .container .solution-list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.solution .container .solution-list ul li a {
  display: block;
}
.solution .container .solution-list ul li .img {
  width: 100%;
  position: relative;
}
.solution .container .solution-list ul li .img::before {
  content: '';
  width: 100%;
  padding-top: 50.51%;
  display: block;
}
.solution .container .solution-list ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.solution .container .solution-list ul li .tbox {
  width: 100%;
  background: #f8f8f8;
  padding: 0.3rem;
  position: relative;
}
.solution .container .solution-list ul li .tbox::after {
  content: '';
  width: 0;
  height: 2px;
  background: #003686;
  position: absolute;
  left: 0%;
  bottom: 0;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .tbox .t1 {
  font-size: 0.26rem;
  line-height: 1;
  color: #333;
}
.solution .container .solution-list ul li .tbox .t2 {
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.13rem;
}
@media (max-width: 1580px) {
  .solution .container .solution-list ul li .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .solution .container .solution-list ul li .tbox .t2 {
    padding-right: 0;
  }
}
.solution .container .solution-list ul li .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.solution .container .solution-list ul li .tbox .more span {
  display: inline-flex;
  height: 36px;
  align-items: center;
  color: #3971ad;
}
.solution .container .solution-list ul li .tbox .more span img {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .tbox .more span:hover img {
  margin-left: 0.2rem;
}
.solution .container .solution-list ul li .tbox .more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  transition: all 0.3s linear;
  height: 20px;
}
@media (max-width: 1580px) {
  .solution .container .solution-list ul li .tbox .more i {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.solution .container .solution-list ul li .tbox .more i img,
.solution .container .solution-list ul li .tbox .more i svg {
  float: left;
  width: 30%;
}
.solution .container .solution-list ul li .tbox .more i img path,
.solution .container .solution-list ul li .tbox .more i svg path {
  fill: #fff;
}
.solution .container .solution-list ul li:hover {
  transform: translateY(-10px);
}
.solution .container .solution-list ul li:hover .img::after {
  opacity: 1;
}
.solution .container .solution-list ul li:hover .tbox::after {
  width: 100%;
}
.solution .container .solution-list ul li:hover .tbox .more i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.solution-banner .img:after {
  background-color: #132d78;
  opacity: 0.5;
}
.solution-banner .cont .tit span:after {
  display: none;
}
.solution-banner .cont .ckbox {
  display: flex;
  margin-top: 0.55rem;
}
.solution-banner .cont .ckbox a {
  width: 1.84rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  color: #004896;
  background: #fff;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .solution-banner .cont .ckbox a {
    width: 2.2rem;
    height: 0.7rem;
  }
}
.solution-banner .cont .ckbox a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  position: relative;
  background-color: #004896;
  border-radius: 50%;
}
.solution-banner .cont .ckbox a span img,
.solution-banner .cont .ckbox a span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
}
.solution-banner .cont .ckbox a span img:nth-child(2),
.solution-banner .cont .ckbox a span svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.solution-banner .cont .ckbox a span svg {
  width: 42%;
}
.solution-banner .cont .ckbox a span svg path {
  fill: #fff;
}
.solution-banner .cont .ckbox a:hover {
  color: #fff;
  background: #004896;
}
.solution-banner .cont .ckbox a:hover span {
  background-color: #fff;
}
.solution-banner .cont .ckbox a:hover span img:nth-child(1) {
  opacity: 0;
}
.solution-banner .cont .ckbox a:hover span img:nth-child(2) {
  opacity: 1;
}
.solution-banner .cont .ckbox a:hover span svg path {
  fill: #004896;
}
.solution2-breadbox {
  background: #f8f8f8;
}



/******************翻页*************************/

.nynews { width: 100%; padding: 0.42rem 0 0.44rem;}
.blog_list { position:relative; width:100%; }


.blog-item { position:relative; width:100%; overflow:hidden;  padding:20px;}
/*.blog-item:nth-child(2n+1) {background:#f9f9f9;}*/
/*.blog-item:before { content: ""; position: absolute; left: 0; bottom: 0; width:100%; height: 1px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }*/
.blog-item .item-wrap { }
.blog-item .item-img { position:relative; display:block; max-width:26%;margin:0 20px 0 0;float:left;}
.blog-item .item-img img { position:relative; width:100%;}
.blog-item .item-info {    float: right;width: 72%; }
.blog-item .item-info .item-title { font-size:20px;font-weight: normal;float:left; padding-top:10px;}
.blog-item .item-info time { display:block;font-size: 16px; margin:8px 0; float:right;}
.blog-item .item-info .item-detail { color:#9d9d9d; line-height:26px;}
.blog-item .item-info .item-more {
    float: right;
    color: #014099;
    margin: 10px 0 0;
    padding: 7px 15px;
    border: 2px #014099 solid;
}
.blog-item .item-info .item-more:hover{color: #fff;background:#014099;}
.head-title{width: 100%;display: inline-block;margin-bottom: 20px;padding-bottom: 15px;border-bottom: solid 1px #e5e5e5;}

@media (max-width: 767px) {
	.blog-item .item-img  { float:none; width:100%; max-width:100%; margin-right:0px; }
	.blog-item .item-img img { width:100%;}
	.blog-item .item-info {    float: none;width: 100%; }
	}

/*contact*/
.contact{ padding: 60px 0 0px;}
.contact .container{
	position: relative;
	margin-top: 50px;
	margin-bottom:50px;
}
.contact .Info{
	background: #f8f8f8;
	width: 46.25%;
	padding:2%;
	float: left;
	height:460px;
}

.contact .Info .contacttit1 { font-size:22px; font-weight:bold;}
.contact .Info .contacttit2 { font-size:16px; padding-top:8px; line-height:30px;}

.cbox-42-0 { margin-top:15px;} 
.cbox-42-1 { float:left; overflow: hidden; max-width: 140px;}
.cbox-42-2 { float:left; overflow: hidden; padding-left:20px; align-self:center; padding-top:20px;}

.contact .maps{
	width: 53.75%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
/*message*/
.message{
	padding: 80px 0 120px;
	background: #f6f5f4;
}
.message .container{
	max-width: 1168px;
}
.message .row{
	margin-top: 50px;
}
.message .row input[type=text]{
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	outline: none;
	padding: 0 18px;
	font-size: 16px;
	color: #222;
}
.message .row textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 148px;
	max-height: 148px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	outline: none;
	padding: 18px;
	font-size: 16px;
	margin-top: 14px;
	color: #222;
}
.message .row input[type=button]{
	width: 415px;
	height: 55px;
	border-radius: 5px;
	background: #2d4b76;
	margin: 28px auto 0;
	display: block;
	border: none;
	outline: none;
	font-size: 17px;
	color: #fff;
}

.contact .about-tit-cn{
	text-align: center;
	color: #222222;
}
.contact .about-tit-en{
	text-align: center;
}
.message .about-tit-cn{
	text-align: center;
	color: #222222;
}
.message .about-tit-en{
	text-align: center;
}


media ( min-width:1200px ) and ( max-width:1339px ) {
	.head .container{
		max-width: 1140px;
	}
	.container{
		max-width: 1140px;
	}
	.WebLink li > a{
		font-size: 16px;
	}
	.head-tel p{
		font-size: 17px;
	}
	.WebLink li{
		margin-left: 32px;
	}
	.WebLink{
		margin-left: 25px;
	}
	.head-search{
		margin-left: 52px;
	}
	.head .container .sekuai{
		width: 55px;
	}
	.syLogoSwiper .swiper-slide{
		height: 398px;
	}
	.indexAbout{
		padding: 70px 0 30px;
		min-height: 500px;
	}
	.indexAbout .container{
		max-width: 900px;
	}
	.historyN{
		right: 0 !important;
	}
	.historyP{
		left: 0 !important;
	}
	.foot-lx .lb p{
		font-size: 16px;
	}
	.foot-lx .lb p .tel{
		font-size: 24px;
	}
	.foot-top .f-lm .item{
		margin-right: 90px;
	}
	.product-container .clsname{
		font-size: 28px;
		line-height: 38px;
	}
	.sy-pro-left .pro-btn{
		right: 40px;
	}
	.product-class ol li{
		font-size: 16px;
	} 
	.syLogoN{
		right: 0 !important;
	}
	.syLogoP{
		left: 0 !important;
	}
}

@media ( min-width:1060px ) and ( max-width:1199px ) {
	.head .container{
		max-width: 1000px;
	}
	.container{
		max-width: 1000px;
	}
	.WebLink li > a{
		font-size: 16px;
	}
	.head-tel p{
		font-size: 17px;
	}
	.WebLink li{
		margin-left: 32px;
	}
	.WebLink{
		margin-left: 25px;
	}
	.head .container .sekuai{
		width: 55px;
	}
	.head-search{
		margin-left: 52px;
	}
	.sy-news-right .box2{
	    padding: 18px 22px 28px;	
	}
	.head-tel{
		display: none;
	}
	.head .container .line{
		display: none;
	}
	.foot-top .f-lm .item{
		margin-right: 70px;
	}
	.foot-lx .lb p{
		font-size: 14px;
		line-height: 28px;
	}
	.foot-lx .lb i{
		font-size: 48px;
		line-height: 55px;
	}
	.product-class ol li{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.syLogoSwiper .swiper-slide{
		height: 360px;
	}
	.foot-lx .lb p .tel{
		font-size: 20px;
	}
	.syLogoN{
		right: 0 !important;
	}
	.syLogoP{
		left: 0 !important;
	}
	.historyN{
		right: 0 !important;
	}
	.historyP{
		left: 0 !important;
	}
	.syLogoN, .syLogoP{
		top: 29% !important;
	}
	.n-product-class .item h3 a{
		font-size: 15px;
		line-height: 48px;
	}
	.n-product-class .item ul li:first-child{
		margin-top: 5px;
	}
	.n-product-class .item ul li:last-child{
		margin-bottom: 5px;
	}
	.n-product-class .item ul li a{
		font-size: 14px;
		line-height: 38px;
	}
	.pro-list .info{
		padding: 5%;
	}
	.pro-list .info .sub{
		margin-top: 12px;
	}
	.pro-list .pic{
		height: 226px;
	}
	.indexAbout{
		padding: 70px 0;
		min-height: auto;
	}
	.yd-sy-h2{
		font-size: 28px;
		line-height: 40px;
	}
	.yd-sy-h6{
		font-size: 16px;
		line-height: 25px;
		margin-top: 15px;
	}
	.indexAbout .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.indexAbout .container{
		max-width: 800px;
	}
	.indexLogoWall{
		padding: 55px 0 100px;
	}
	.indexProduct{
		height: 530px;
	}
	.product-container .pic{
		height: 280px;
		margin-top: 14px;
	}
	.sy-pro-left .pro-btn{
		right: 46px;
	}
	.sy-pro-r-t .container{
		padding: 30px 0 20px;
	}
	.product-info .title{
		font-size: 20px;
		line-height: 30px;
	}
	.product-info .title::after{
		font-size: 32px;
		line-height: 34px;
	}
	.product-info .sub{
		font-size: 14px; 
		line-height: 28px;
		margin-top: 20px;
	}
	.product-info .yd-sy-more1{
		margin-top: 35px;
	}
	.sy-pro-r-b .swiper-slide .lb .tit{
		font-size: 16px;
	}
	.yd-sy-more1{
		height: 45px;
		line-height: 45px;
	}
	.product-container .pic img{
		height: 100%;
	}
	.product-container{
		margin-top: 30px !important;
		padding-bottom: 80px !important;
	}
	.product-container .clsname{
		font-size: 24px;
		line-height: 35px;
	}
	.indexAbout .num-info{
		margin-top: 28px;
	}
	.indexAbout .ico-box{
		margin-top: 38px;
	}
	.indexNews .tit{
		font-size: 18px;
	}
	.closeHs{
		right: -14px;
    	top: -44px;
	}
}

@media ( min-width:768px ) and ( max-width:1059px ) {
	.burger_menu{
		display: block !important;
		top: 0 !important;
		float: right;
		margin-top: 1.6%;
	}   
	.head .container .line{
		display: none;
	}
	.head .container .sekuai{
		width: 64px;
		right: -2px;
	}
	.head .container{
		padding: 10px 0;
	}
	.web-float{
		display: none;
	}
	.head::after{
		 
	}
	.head .Logo{ 
		width: 24%;
	}
	.WebLink{
		display: none;
	}
	.head-search{
		display: none;
	}
	.head-tel{
		display: none;
	}
	footer{
		display: none;
	}
	.foot-copy{
		display: none;
	}
	.footH{
		display: block;
	}
	.footFix{
		display: flex;
	}
	
	/*index*/
	.sy-hb-warp{
		display: none;
	}
	.syBannerN, .syBannerP{
		display: none;
	}
	.indexBanner .console{
		bottom: 20px;
		height: 10px;
	} 
	
	.indexLogoWall{
		padding: 55px 0 100px;
	}
	.indexProduct{
		height: 530px;
	}
	.product-container .pic{
		height: 280px;
		margin-top: 14px;
	}
	.sy-pro-left .pro-btn{
		right: 46px;
	}
	.sy-pro-r-t .container{
		padding: 30px 0 20px;
	}
	.product-info .title{
		font-size: 20px;
		line-height: 30px;
	}
	.product-info .title::after{
		font-size: 32px;
		line-height: 34px;
	}
	.product-info .sub{
		font-size: 14px; 
		line-height: 28px;
		margin-top: 20px;
	}
	.product-info .yd-sy-more1{
		margin-top: 35px;
	}
	.sy-pro-r-b .swiper-slide .lb .tit{
		font-size: 16px;
	}
	.yd-sy-more1{
		height: 45px;
		line-height: 45px;
	}
	.product-info .pic{
		display: none !important;
	}
	.product-class ol li{
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.product-container .pic img{
		height: 100%;
	}
	.product-container{
		margin-top: 30px !important;
		padding-bottom: 80px !important;
	}
	.product-container .clsname{
		font-size: 24px;
		line-height: 35px;
	}
	.yd-sy-more1{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: 128px;
	} 
	.indexLogoWall{
		padding: 38px 0;
	}
	.yd-sy-h2{
		font-size: 24px;
		line-height: 30px;
	}
	.yd-sy-h6{
		font-size: 14px;
		line-height: 26px;
		margin-top: 12px;
	}
	.yd-sy-line{
		margin: 18px auto 0;
	}
	.sy-logo-show{
		margin-top: 25px;
	}
	.syLogoSwiper{
		width: 100%;
		padding: 0;
		padding-bottom: 45px;
	}
	.syLogoSwiper .swiper-slide .lb{
		top: 0 !important;
		left: 0 !important;
		position: relative;
		width: 16.6%;
		float: left;
	}
	.syLogoSwiper .swiper-slide{
		height: auto;
	}
	.syLogoSwiper .swiper-slide .lb .fk{
		transform: rotate(0deg);
		box-shadow: 0 0 15px 0 rgba(0,0,0,0);
		border: 1px solid #ccc;
		border-left: none;
		border-top: none;
	}
	.syLogoSwiper .swiper-slide .lb:nth-of-type(6n+1) .fk{ 
		border-left: 1px solid #ccc;
	}
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+1) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+2) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+3) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+4) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+5) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+6) .fk{
		border-top: 1px solid #ccc;
	}
	.syLogoSwiper .swiper-slide .lb .pic{
		transform: rotate(0deg);
	}
	.syLogoN, .syLogoP{
		display: none;
	}
	.indexAbout{
		min-height: auto;
		margin-top: 0;
		background: url(../images/m-abt-back.jpg) no-repeat no-repeat top center;
    	background-size: cover;
		padding: 38px 0;
	}
	.indexAbout .container{
		position: relative;
		z-index: 22;
	}
	.indexAbout::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 90%;
		background: linear-gradient(to top,rgba(255,255,255,0.95),rgba(255,255,255,0.6),rgba(255,255,255,0));
		z-index: 11;
		bottom: 0;
		left: 0;
	}
	.indexAbout .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.indexAbout .num-info{
		margin-top: 25px;
	}
	.indexAbout .num-info .lb .num{
		font-size: 14px;
	}
	.indexAbout .num-info .lb .txt{
		font-size: 14px;
		margin-top: 4px;
	}
	.indexAbout .num-info .lb:last-child{
		margin-right: 0;
	}
	.indexAbout .num-info .lb .num sup { 
		font-size: 20px; 
		top: -11px;
	}
	.indexAbout .ico-box .lb{
		margin-right: 50px; 
		float: left;
		text-align: left;
	} 
	.indexAbout .ico-box .lb:last-child{
		margin-right: 0;
	}
	.indexAbout .yd-sy-more1{
		margin-top: 25px;
	}
	.indexAbout .ico-box{
		margin-top: 25px;
	}
	.indexAbout .ico-box .lb .tit{
		font-size: 14px;
		margin-top: 5px;
	}
	.indexAbout .ico-box .lb .ico{
		width: 50px;
		height: 50px;
		background-size: 100% 100%;
	}
	.indexAbout .ico-box .lb .ico i{
		font-size: 36px;
	}
	.indexNews{
		padding: 38px 0;
	}
	.indexNews .container:nth-child(2){
		margin-top: 25px;
	}
	.sy-news-left{
		width: 58%; 
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
		padding: 2%;
	}
	.sy-news-left .clsname{
		margin-top: 12px;
	}
	.indexNews .tit{
		font-size: 18px;
		margin: 12px 0;
	}
	.sy-news-left .sub{
		font-size: 14px;
		line-height: 26px;
		height: auto;
		-webkit-line-clamp: 2;
		margin-top: 15px;
	}
	.indexNews .time{
		font-size: 12px;
		line-height: 20px;
	}
	.sy-news-left .more{
		margin-top: 15px;
		font-size: 14px;
	}
	.sy-news-right{
		width: 40%; 
	}
	.sy-news-right .box1 .lb{
		width: 100%;
		float: none !important;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
		margin-top: 0;
		margin-bottom: 15px;
		padding: 4%;
	}
	.sy-news-right .box2{
		display: none;
	}
	.sy-news-right .pic img{
		height: 140px;
		object-fit: cover;
	}
	.foot-lx .container{
		display: block;
		padding: 20px 0 0 0;
	}
	.foot-lx .lb{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.foot-lx .lb:last-child{
		border-bottom: none;
		margin-bottom: 0;
	}
	.foot-lx .lb p{
		font-size: 14px;
		line-height: 28px;
		float: none; 
	}
	.foot-lx .lb p .tel{
		font-size: 20px;
	}
	.foot-lx .lb i{
		float: none;
		font-size: 30px;
		line-height: 30px;
	}
	
	/*ny*/
	.Nybanner img{
		height: 22vh;
		object-fit: cover;
	}
	.Nylocation .now-lm{
		display: none;
	}
	.Nylocation .now-wz{
		float: left;
		font-size: 12px;
		background: url(../images/home-ico.png) no-repeat left top 2px;
	}
	.Nylocation{
		height: auto;
		padding: 10px 0;
		line-height: 20px;
	}
	.about{
		padding: 38px 0;
	}
	.about-tit-cn{
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
	.about-tit-en{
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
	}
	.about .container:nth-child(2){
		margin-top: 25px;
	}
	.sub-about-left{ 
	}
	.sub-about-left .gs-name{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.sub-about-left .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 22px;
	}
	.sub-about-left .gs-name i{
		font-size: 24px;
	}
	.sub-about-right{ 
		margin-top: 20px;
	}
	.sub-about-left .num-info{
		padding: 4%;
		margin-top: 25px;
		border-bottom-left-radius: 20px;
	}
	.sub-about-left .num-info .lb{
		padding-left: 0 !important;
		text-align: center;
	}
	.sub-about-left .num-info .lb .txt{
		font-size: 14px;
		margin-top: 2px;
	}
	.sub-about-left .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.sub-about-left .num-info .lb .num{
		font-size: 14px;
	}
	.culture .container{
		padding: 38px 0 0 0;
		background: none;
	}
	.culture .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.culture .row{
		margin-top: 35px;
		margin-left: 0;
		margin-right: 0;
	}
	.qywh-list{
		padding: 4%; 
		margin-bottom: 25px;
	}
	.qywh-list .ico img{
		height: 38px;
	}
	.qywh-list .tit{
		font-size: 20px;
		line-height: 30px;
		margin: 12px 0;
	}
	.qywh-list .sub{ 
		font-size: 14px;
		line-height: 26px;
	}
	.qywh-list::after{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		top: -20px;
	}
	.history{
		padding: 28px 0 38px;
		min-height: 580px;
	}
	.history-show{
		margin-top: 25px;
	}
	.historySwiper .year{
		font-size: 28px;
		line-height: 30px;
	}
	.history-show::after{
		top: 55px;
	}
	.historySwiper .dot{
		margin: 16px 0 25px;
	}
	.historySwiper .cont{
		font-size: 14px;
		line-height: 26px;
	}
	.historySwiper{
		padding-bottom: 45px;
	}
	.historyN, .historyP{
		display: none;
	} 
	.honor{
		padding: 38px 0;
		background: none;
	}
	.honorN, .honorP{
		display: none;
	}
	.honor .hd{
		margin-top: 25px;
		padding-bottom: 12px;
	}
	.honor .hd ul li{
		font-size: 14px;
		margin-right: 25px;
	}
	.honorSwiper{
		margin-top: 25px; 
		padding: 5px 5px 45px;
	}
	
	
	.product{
		padding: 38px 0;
	}
	.product-left{
		display: none;
	}
	.pro-list .pic{
		height:100%;
		max-height:100%;
	}
	.n-product-list{
		width: 100%;
		float: none;
	}
	.pro-list .info{
		padding: 5%;
	}
	.pro-list .info .sub{
		font-size: 14px;
		margin-top: 15px;
	}
	.productDe-lm{
		padding: 38px 0 0 0;
	}
	.productDe-lm .container{
		padding-bottom: 12px;
	}
	.productDe-lm a{
		font-size: 12px;
		margin: 0;
		display: block;
		float: left;
		width: 20%;
	}
	.productDe-lm i{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.productDe{
		padding: 38px 0;
	}
	.productDe .Pic{
		width: 100%;
		float: none;
	}
	.proDeSwiper{
		height: 300px;
	}
	.proDeP, .proDeN{
		display: none;
	}
	.productDe .Info{
		width: 100%;
		float: none;
		padding: 5%;
		height: auto;
	}
	.productDe .Info .title{
		font-size: 20px;
		line-height: 30px;
	}
	
	.productDe .Info .title span { font-size: 18px; font-weight:normal; padding-left:20px;}
	
	.productDe .Info .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.pro-tab-tit{
		height: 45px;
		line-height: 45px;
	}
	.pro-tab-tit span{
		font-size: 18px;
		padding: 0 18px;
	}
	.pro-tab .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px;
	}
	.pro-tab .row{
		margin-top: 25px; 
	}
	.pro-tab .row .pdg{
		 
	}
	.pro-td{
		padding: 4%;
	}
	.pro-td .num{
		font-size: 24px;
		line-height: 24px;
	}
	.pro-td .tit{
		font-size: 14px;
		line-height: 26px; 
		margin-top: 15px;
	}
	.pro-tab{
		margin-top: 30px;
	}
	.pro-tab .content table tr td{
		font-size: 14px;
		height: 42px !important;
	}
	.proTabN{
		right: 8px !important;
	}
	.proTabP{
		right: 50px !important;
	}
	.pro-tab-warp{
		padding-bottom: 30px;
	}
	.tech{
		padding: 38px 0;
	}
	.tech ul{
		margin-top: 25px;
	}
	.tech ul li{
		width: 100%;
		float: none !important;
		padding-left: 70px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		background-size: 50px auto;
	}
	.tech ul li .ico{
		width: 54px;
		height: 54px;
	}
	.tech ul li .ico i{
		font-size: 28px;
	}
	.tech ul li .tit{
		font-size: 16px;
		margin-top: 0;
		line-height: 25px;
	}
	.tech ul li .size{
		font-size: 12px;
		margin-top: 4px;
	}
	.news{
		padding: 38px 0;
	}
	.news ul{
		margin-top: 25px; 
	}
	.news ul li{
		padding-top: 25px;
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.news ul li:last-child{
		padding-bottom: 25px;
	}
	.news ul li .time{
		display: none;
	}
	.news ul li .info{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.news ul li .info .title{
		font-size: 18px;
	}
	.news ul li .info .sub{
		font-size: 14px;
		margin: 12px 0;
	}
	.news ul li .pic{
		width: 100%;
		float: none;
	}
	.newsDe{
		padding: 38px 0;
	}
	.newsDe .title{
		font-size: 18px;
		line-height: 28px;
	}
	.newsDe .time{
		font-size: 12px;
		margin-top: 18px;
		padding-bottom: 12px;
	}
	.newsDe .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px;
	}
	.dePage{
		margin-top: 40px;
		height: auto;
		border-top: none;
		border-bottom: none;
	}
	.dePage a:nth-child(1), .dePage a:nth-child(2){
		width: 100%;
		padding: 0;
		float: none;
		top: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		line-height: 25px;
	}
	.dePage a:nth-child(3){
		display: none;
	}
	.contact{
		padding: 38px 0;
	}
	.contact .top-tit{
		font-size: 24px;
	}
	.contact .container{
		margin-top: 25px;
	}
	.contact .Info{
		width: 100%;
		float: none;
	}
	.contact .maps{
		position: relative;
		width: 100%;
		height: 450px;
	}
	.contact .Info .box{
		padding: 15px 0;
	}
	.contact .Info .box .sub{
		font-size: 14px;
		line-height: 28px;
		width: 71%;
	}
	.contact .Info .box .ico{
		top: 6px;
	}
	.contact .Info .box .lb{
		width: 100%;
		float: none;
	}
	.contact .Info .box .lb:last-child{
		margin-top: 15px;
	}
	.message{
		padding: 38px 0;
	}
	.message .row{
		margin-left: 0;
		margin-right: 0;
		margin-top: 25px;
	}
	.message .row input[type=text]{
		margin-bottom: 6px;
		height: 45px;
		font-size: 14px;
	}
	.message .row textarea{
		margin-top: 0;
		font-size: 14px;
	}
	.message .row input[type=button]{
		width: 100%;
		font-size: 16px;
		height: 42px;		
	}
	
     .m-pro-class {
     overflow: hidden;
     border-bottom: 1px solid #ccc;
     padding-bottom: 20px;
     margin-bottom: 20px;
     }
	
	.m-pro-class a{
		width: 23%;
		float: left;
		margin: 0 1%;
		margin-bottom: 5px;
	}
	
	.isMobile{
		display: block !important;
	}
	.isPc{
		display: none !important;
	}
	.proYyPag{
		display: none !important;
	}
}


@media (max-width: 767px) {
       .Nylocation .now-lm { display: none;}
      .about { padding:30px 0 45px;}


      .sub-about-left{
		width: 100%;
		float: none;
	}
	
	.sub-about-right {
    width: 100%;
    float: none;
    margin-top: 20px;
    position: relative;
}
	
	.about-tit-cn{
	font-size: 30px;
	line-height: 35px;
}
    .about-tit-en{
	font-size: 14px;
	line-height: 23px;
	margin-top:6px;
}
   .about .container:nth-child(2) {
    margin-top: 25px;
}

  .sub-about-left .gs-name{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.sub-about-left .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 22px;
	}
	.sub-about-left .gs-name i{
		font-size: 24px;
	}
	.sub-about-right{
		width: 100%;
		float: none;
		margin-top: 20px;
		position: relative;
	}
	.sub-about-left .num-info{
		padding: 4%;
		margin-top: 25px;
		border-bottom-left-radius: 20px;
	}
	.sub-about-left .num-info .lb{
		padding-left: 0 !important;
		text-align: center;
	}
	.sub-about-left .num-info .lb .txt{
		font-size: 14px;
		margin-top: 2px;
	}
	.sub-about-left .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.sub-about-left .num-info .lb .num{
		font-size: 14px;
	}
	.culture .container{
		padding: 38px 0 0 0;
		background: none;
	}
	.culture .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.culture .row{
		margin-top: 35px;
		margin-left: 0;
		margin-right: 0;
	}
	.qywh-list{
		padding: 4%;
		margin-bottom: 25px;
	}
	.qywh-list .ico img{
		height: 38px;
	}
	.qywh-list .tit{
		font-size: 20px;
		line-height: 30px;
		margin: 12px 0;
	}
	.qywh-list .sub{
		height: auto;
		font-size: 14px;
		line-height: 26px;
	}
	.qywh-list::after{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		top: -20px;
	}
	.history{
		padding: 28px 0 38px;
		min-height: 580px;
	}
	.history-show{
		margin-top: 25px;
	}
	.historySwiper .year{
		font-size: 28px;
		line-height: 30px;
	}
	.history-show::after{
		top: 55px;
	}
	.historySwiper .dot{
		margin: 16px 0 25px;
	}
	.historySwiper .cont{
		font-size: 14px;
		line-height: 26px;
	}
	.historySwiper{
		padding-bottom: 45px;
	}
	.historyN, .historyP{
		display: none;
	} 
	.honor{
		padding: 38px 0;
		background: none;
	}
	.honorN, .honorP{
		display: none;
	}
	.honor .hd{
		margin-top: 25px;
		padding-bottom: 12px;
	}
	.honor .hd ul li{
		font-size: 14px;
		margin-right: 25px;
	}
	.honorSwiper{
		margin-top: 25px; 
		padding: 5px 5px 45px;
	}
	
	
	
	.Nyloca{ margin-top:60px;  overflow:hidden; height:70px; line-height:70px;}
	.Nyloca .now-wz {font-size:12px;}

	
	.product{
		padding:0px 0 28px 0;
	}
	.isMobile { display: block !important;}
	
	.m-pro-class { margin-bottom:15px;}
	
	.product-left{
		display: none;
	}
	.pro-list .pic{
		height:100%;
		max-height:100%;
	}
	.n-product-list{
		width: 100%;
		float: none;
	}
	.pro-list .info{
		padding: 5%;
	}
	.pro-list .info .sub{
		font-size: 14px;
		margin-top: 15px;
	}
	.productDe-lm{
		padding: 38px 0 0 0;
	}
	.productDe-lm .container{
		padding-bottom: 12px;
	}
	.productDe-lm a{
		font-size: 12px;
		margin: 0;
		display: block;
		float: left;
		width: 20%;
	}
	.productDe-lm i{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.productDe{
		padding: 0px 0 38px 0;
	}
	.productDe .Pic{
		width: 100%;
		float: none;
	}
	.proDeSwiper{
		height: 300px;
	}
	.proDeP, .proDeN{
		display: none;
	}
	
	.productDe .Info .item-btn {  width: 100px;  }
	
	.productDe .Info{
		width: 100%;
		float: none;
		padding: 5%;
		height: auto;
	}
	.productDe .Info .title{
		font-size: 20px;
		line-height: 30px;
	}
	.productDe .Info .title span {font-size: 18px; font-weight:normal;}
	
	.productDe .Info .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.pro-tab-tit{
		height: 45px;
		line-height: 45px;
	}
	.pro-tab-tit span{
		font-size: 18px;
		padding: 0 18px;
	}
	.pro-tab .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px;
	}
	.pro-tab .row{
		margin-top: 25px;
		margin-left: 0;
		margin-right: 0;
	}
	.pro-tab .row img { width:100%;}
	
	.pro-tab .row .pdg{
		padding: 0;
	}
	.pro-td{
		padding: 4%;
	}
	.pro-td .num{
		font-size: 24px;
		line-height: 24px;
	}
	.pro-td .tit{
		font-size: 14px;
		line-height: 26px;
		height: auto;
		margin-top: 15px;
	}
	.pro-tab{
		margin-top: 30px;
	}
	.pro-tab .content table tr td{
		font-size: 14px;
		height: 42px !important;
	}
	.proTabN{
		right: 8px !important;
	}
	.proTabP{
		right: 50px !important;
	}
	.pro-tab-warp{
		padding-bottom: 30px;
	}
	
	
	
    .contact { padding: 30px 0 0px;}
	.contact .container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;}
	
    .contact .Info{
	background: #f8f8f8;
	width: 100%;
	padding:5% 6%;
    float: none;
	height:100%;
	overflow:hidden;}

.contact .Info .contacttit1 { font-size:20px; font-weight:bold;}
.contact .Info .contacttit2 { font-size:14px; padding-top:8px; line-height:24px;}

.cbox-42-0 { margin-top:15px;} 
.cbox-42-1 { float:left; overflow: hidden; max-width: 140px;}
.cbox-42-2 { float:left; overflow: hidden; padding-left:20px; align-self:center; padding-top:20px;}
.contact .maps {
    position: relative;
    width: 100%;
    height: 250px;
}

.message .row input[type=text] {
    margin-bottom: 6px;
    height: 45px;
    font-size: 14px;
}


.message .row input[type=button]{
	width: 215px;
	height: 55px;
	font-size: 16px;
}

}

/******************翻页*************************/
.pager{ width: 100%; padding: 10px 0;text-align: center; margin:0 auto;}
.pager span,.pager a{display:inline-block;border:1px solid #a3a3a3;color:#a3a3a3;padding:2px 8px;text-decoration:none; margin:4px;}
.pager a:hover{background:#de1710;border-color:#222c50;text-decoration:none;color:#fff;}
.pager .cur{background:#de1710;border-color:#222c50; font-weight:bold;text-decoration:none;color:#fff;}
.pager span.dot{background:none;border-color:#fff; font-weight:bold; padding:0;}
.pager a.page-num-current { background:#de1710;color:#fff;}
