@charset "utf-8";
/* CSS Document */
.nybg { background:#f7f9fc;}

/*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: 30px;
  margin-bottom: 10px;
}
.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%;
  }
}



.Nyloca{
	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 18px;
	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;
}

@media (max-width: 767px) {
  .Nybanner { margin-top:60px;}
  
  .Nybanner .cont { top: 48%;}
  .Nybanner .cont .tit span:after { top: 6px;}
  .Nybanner .cont .text { max-width: 100%;font-size: 14px;}
  .Nybanner .img img:nth-child(1) {display: none;}
  .Nybanner .img img:nth-child(2) {display: block;}
  .Nybanner .cont .tit { font-size: 24px; margin-bottom: 6px;}
  .Nylocation { display:none;}
}

/*about*/
.main-color { color: #d50a00;}
.color-f { color: #fff;}
.color-9 {color: #c7c7c7;}
.pt-5 { padding-top:50px !important;}
.pb-5 { padding-bottom:50px !important;}
.pb-xl-5 { padding-bottom: 50px !important;}
.pt-xxl-4 { padding-top: 50px !important;}
.pt-lg-4 { padding-top: 20px !important;}
.fw-bold { font-weight: 700 !important;}
.mt-xl-5 { margin-top: 30px !important;}
.position-relative { position: relative !important;}




#about_layout { padding:30px 0px; transition-property: all; background: url("../img/nyaboutbg.jpg") no-repeat top center;}
#about_layout .container { }

.cbox { text-align:center; padding:20px 0px; }

.e_text-6 {
    line-height: normal;
    font_radio: 2;
    font-size: 30px;
    color: rgba(102, 102, 102, 1);
    padding-bottom: 15px;
    display-radio: 1;
    font-family: Arial;
}
.e_text-8 {
    line-height: normal;
    font-size: 28px;
    color: rgb(54, 54, 54);
    font-weight: normal;
}

.e_richText-9 {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 2;
    padding-top: 30px;
    padding-bottom: 20px;
}

.index-case-con {padding: 0px 0 40px;}
.index-case-con ul { display:flex; flex-wrap: nowrap; gap: 0px 20px; }
.index-case-con ul li { width:25%; font-size:18px; line-height:50px; text-align:center;}
.index-case-con ul li .img {  justify-content:center;align-items:center;border:1px #ddd solid;  position: relative; overflow:hidden; }
.index-case-con ul li .img img { width:100%; }

#culture_layout { 
    background: url("../img/culturebg.jpg") no-repeat top center;
	background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
	padding: 90px 0px 120px 0px;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}




.s_title { padding:20px 0px; text-align: center;}
.s_title h3 {  font-size: 42px; font-weight: normal;}
.s_title p {  font-size: 16px;  font-weight: normal; line-height:30px;}

.e_loop-28 { display: flex; flex-wrap: wrap; gap:60px; padding-top:50px;   justify-content: space-between;}
.p_list { width:30%; padding:50px 0px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.6s;
    border-top: 2px #ff5b04 solid;
}

.e_icon-30 { width: 70px;
    height: 65px;
    font_radio: 2;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    color: rgba(30, 96, 173, 1);}


.p_list:hover { background:#ff5b04; color:#fff;}

.e_icon-30 .icon { margin: 0; width: 100%; height: 100%;fill: currentColor;}
.e_icon-30 svg { fill: #ff5b04 !important;}
.p_list:hover svg { fill: #fff !important;}

.e_text-31 {
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
    color:#ff5b04；
}
.e_richText-32 {
    text-align: center;
    min-height: 60px;
    font-size: 16px;
}

.color-3 { color: #333;}
.fadeInUp { -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}



.isMobile { display: none !important;}
.rotate180 { transform: rotate(180deg);}


.yuyue-page { padding:25px 0 58px;}
.yuyue-page .container { display: flex; justify-content: space-between;  }
.yuyuetit { font-size:40px; padding-bottom:20px;}
.yuyuecon { font-size:20px; padding-bottom:30px;}

.yuyueL { padding-right:50px;}

.yuyueewm { font-size:16px;}
.yuyueewm li { float:left; width:200px; line-height:40px;text-align:center;  margin-right:80px; display:block;}
.yuyueewm li p { font-size:18px; text-align:left; font-weight:bold; color: #ff6215; }
.yuyueewm li img { width:200px;}
.yuyueewm li span { text-align:center;}
.yuyueR img.yuyuepic1 { display:block;}
.yuyueR img.yuyuepic2 { display:none;}

@media (max-width: 767px) {
.cbox { text-align:center; padding:5px 0px 15px 0px; }
.e_text-6 { font-size: 18px; padding-bottom: 10px;}
.e_text-8 { font-size: 22px;}
.e_richText-9 {  font-size: 16px; padding-top: 5px; padding-bottom: 15px; line-height:24px;}

.index-case { padding: 30px 0 30px; height:100%;}
.index-case-con { padding:10px 0px 0px 0px;}
.index-case-con ul { gap: 0px 20px; display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 10px;}
.index-case-con ul li {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}		
#culture_layout { padding: 30px 0px 40px 0px;}

.s_title h3 {  font-size: 26px;}
.s_title p { font-size: 14px; margin-top:6px;line-height: 24px;}
.e_loop-28 { gap: 30px;  padding-top:0px; flex-direction: column;}
.p_list { width: 100%;  padding: 30px 0px;}
.e_text-31 { font-size: 20px;  margin-top: 15px;  margin-bottom: 10px;}
div.mt-4 { display:none;}

.yuyue-page {  padding: 25px 0 30px;}
.yuyuetit { font-size: 25px;padding-bottom: 15px;}

.yuyue-page .container {flex-direction: column;}
.yuyueL { padding-right: 0px;}
.yuyuecon { font-size: 16px; padding-bottom: 20px;}
.yuyueewm li{ width: 120px;  line-height: 30px; margin-right: 30px;}
.yuyueewm li img { width:100%;}
.yuyueewm li:nth-child(2) { margin-right: 0px;}

.yuyueR img.yuyuepic1 { display:none;}
.yuyueR img.yuyuepic2 { display:block;}

.yuyueR { padding-top:20px;}
.yuyueR img { margin:0 auto; display:block;}
}



/*product*/
.product{ padding:15px 0 78px;}
.product .container { display: flex; }
.product-left{
	position: sticky;
	width: 280px;
	margin-right:30px; 
	flex-shrink: 0;
}
.product-left .titBox{
	height: 129px;
	background: url("../img/sec/pro-tit-back.jpg") no-repeat bottom center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 22px 0 0 0;
}
.product-left .titBox .cn{
	font-size: 32px;
	line-height: 40px;
}
.product-left .titBox .en{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	margin: 6px 0 6px;
}
.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: 50px;
    line-height: 50px;
    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 26px;
	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: 16px;
    color: #333;
    line-height: 50px;
    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;
}


.blog_list2 { position:relative; width:79%;float: right; }

.n-product-list{
	 flex: 1; /* 占据剩余空间 */
     min-width: 0; /* 防止内容溢出撑破布局 */
}
.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%; 
	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:2px;
	background: #ff5200;
	left: 0;
	top: 0;
	z-index: 11;
}
.pro-list .info::before{
	background: #d60000;
	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: #ff5200;
	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;
}

.download{ margin:15px 0px 25px; font-size:14px; color:#666; text-align:justify; overflow:hidden;}
.download dl{ margin-top:5px;background:#efefef;padding: 20px 20px 30px; overflow:hidden;}
.download dt img{ display:block; width:100%;}
.downtxt h2{ font-size:18px; color:#d20707; padding:20px 0 10px;}
.viewnum,.todown{-webkit-border-radius:10px; -ms-border-radius:10px;border-radius:10px;text-align:center; width:137px; height:48px; line-height:48px; color:#fff; font-size:15px; display:block; margin-top:15px; float:left; margin-right:15px;-webkit-transition:all .3s ease-in; -ms-transition:all .3s ease-in; transition:all .3s ease-in;}
.viewnum{background:#8c8c8c;}
.viewnum i{ margin-left:14px;}
.todown{ background:#d20707; margin-right:0}
.todown img{ position:relative; top:4px; margin-right:13px;}

@media (min-width: 767px){
.download dt{ float:left; width:25.05%}
	.downtxt{ float:left; width:52%; padding-left:20px;}
	.downtxt h2{ padding-top:0}
	.downbtn {float:right;}
	.viewnum, .todown{margin-top:20px;float: none;}}
	
	@media (min-width: 991px){
		.download dl{ padding:25px;}}
		
		@media (min-width: 1253px){
		.download{ margin-top:-16px;}
	.download dl{ margin-top:37px;padding:38px 67px 38px 32px;}
	.downtxt{ padding-left:25px; width:47%; padding-top:4%}

	.downtxt h2{ font-size:24px; padding-bottom:14px;}
	.downbtn{ padding-top:15px;}
	.viewnum:hover,.todown:hover{ opacity:.75}}



/******************翻页*************************/

.nynews { width: 100%; padding: 50px 0 50px;}
.blog_list { position:relative; width:100%; }
.blog-item { position:relative; width:100%; overflow:hidden; padding-bottom:30px;}
/*.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 2% 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:24px;}
.blog-item .item-info .item-more {
    float: right;
    color: #ff5200;
    margin: 10px 0 0;
    padding: 7px 15px;
    border: 2px #ff5200 solid;
}
.blog-item .item-info .item-more:hover{color: #fff; background:#ff5200;}
.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%; }
	}



@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{ 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;
}

}


/* 新闻详情 */
.newinfo {
  padding-top: 50px;
}
.newinfo .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
@media (max-width: 1580px) {
  .newinfo .cont {
    margin: 0 -0.7rem;
  }
}
@media (max-width: 991px) {
  .newinfo .cont {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 767px) {
  .newinfo .cont {
    margin: 0;
  }
}
.newinfo .cont .lt{
  padding: 0 30px 0 0px ;
}
.newinfo .cont .gt {
  padding: 0 0px 0 30px ;
}
@media (max-width: 1580px) {
  .newinfo .cont .lt,
  .newinfo .cont .gt {
    padding: 0 0.7rem;
  }
}
@media (max-width: 991px) {
  .newinfo .cont .lt,
  .newinfo .cont .gt {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .newinfo .cont .lt,
  .newinfo .cont .gt {
    padding: 0;
  }
}
.newinfo .cont .lt {
  width: 63.75%;
}
@media (max-width: 767px) {
  .newinfo .cont .lt {
    width: 100%;
  }
}
.newinfo .cont .lt .tit {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
}
.newinfo .cont .lt .jut {
  font-size: 16px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1900px) {
  .newinfo .cont .lt .jut {
    font-size: 14px;
  }
}
.newinfo .cont .lt .jut .itme {
  color: #666666;
  margin-left: 0.44rem;
}
@media (max-width: 767px) {
  .newinfo .cont .lt .jut .itme {
    margin-left: 0.26rem;
  }
}
.newinfo .cont .lt .make-text {
  margin-bottom: 0.88rem;
}
@media (max-width: 767px) {
  .newinfo .cont .lt .make-text {
    margin-bottom: 0.44rem;
  }
}

.newinfo .cont .lt .fen {
  display: flex;
  margin-top:20px;
  padding-bottom: 15px;
  margin-bottom:  15px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}
.newinfo .cont .lt span {}

.newinfo .cont .lt .f_cent  {   padding-right:10px;}
.newinfo .cont .lt .f_cent span { padding-left:10px;}

.newinfo .cont .lt .f_cent i {
	display:inline-block;
	font-size:20px;
    overflow: hidden;
}
.newinfo .cont .lt .f_cent i img {
    width: 100%;
    float: left;
}



.newinfo .cont .lt .fen .f_jut {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.newinfo .cont .lt .fen .f_jut a {
  display: block;
  width: 28px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 6px;
}
.newinfo .cont .lt .fen .f_jut .bshare-weixin {
  background-image: url(../img/sec/feniocniwferwm1.svg);
  width: 30px;
  height: 26px;
}
.newinfo .cont .lt .fen .f_jut .bshare-sinaminiblog {
  background-image: url(../img/sec/feniocniwferwm2.svg);
}
.newinfo .cont .lt .fen .f_jut .bshare-qqim {
  background-image: url(../img/sec/feniocniwferwm3.svg);
}
.newinfo .cont .lt .f_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newinfo .cont .lt .f_page .f_prev,
.newinfo .cont .lt .f_page .f_next {
  display: block;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50% - 50px);
}

.newinfo .cont .lt .f_page .f_prev:hover,
.newinfo .cont .lt .f_page .f_next:hover {
  color: #004896;
  text-decoration: underline;
}

@media (max-width: 991px) {
   .newinfo { padding-top: 30px;}
   .newinfo .cont .lt .tit { font-size: 20px;line-height: 1.2;}
  .newinfo .cont .lt .fen {  padding-bottom: 15px; margin-bottom: 15px; }
  .newinfo .cont .lt .f_page .f_prev,
  .newinfo .cont .lt .f_page .f_next { width: 100%;  max-width: 100%; }
  .newinfo .cont .lt .f_page { gap:5px;}
  .newinfo .cont .lt .f_page .f_next {
    margin-top: 0.2rem;
  }
}
.newinfo .cont .lt .f_page .f_cent {
  display: flex;
  color: #222222;
  align-items: center;
}
.newinfo .cont .lt .f_page .f_cent i {
  margin-left: 10px;
  display: block;
  width: 14px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .newinfo .cont .lt .f_page .f_cent i {
    width: 12px;
    margin-left: 6px;
  }
}
.newinfo .cont .lt .f_page .f_cent i img {
  width: 100%;
  float: left;
}
.newinfo .cont .lt .f_page .f_cent:hover {
  color: #004896;
}
.newinfo .cont .gt {
  width: 36.25%;
}
@media (max-width: 767px) {
  .newinfo .cont .gt {
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .newinfo .cont .gt {
    position: sticky;
    top: 90px;
  }
}
.newinfo .cont .gt .tit {
  line-height: 1;
  /* color: #999999; */
  color: #000;
  margin-bottom:30px;
}
.newinfo .cont .gt .jut .item {
  display: flex;
  align-items: center;
  padding:20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.newinfo .cont .gt .jut .item:first-child {
  padding-top: 0;
}
.newinfo .cont .gt .jut .item .img {
  width: 28%;
  position: relative;
  padding-bottom: 20%;
  overflow: hidden;
}
.newinfo .cont .gt .jut .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newinfo .cont .gt .jut .item .font {
  width: 72%;
  padding-left:20px;
}
.newinfo .cont .gt .jut .item .font .text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .newinfo .cont .gt .jut .item .font .text {
    margin-bottom: 6px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .newinfo .cont .gt .jut .item .font .text { line-height: 24px;  height: 48px; }
  .newinfo .cont .gt .jut .item { padding:12px 0;}
  .newinfo .cont .gt .tit { line-height: 1; font-size:18px; font-weight:bold; margin-bottom: 20px;}
}
.newinfo .cont .gt .jut .item .font .text span {
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #005ce6 0%); */
  background-size: 0 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
}
.newinfo .cont .gt .jut .item .font .date {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #cccccc;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .newinfo .cont .gt .jut .item .font .date {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .newinfo .cont .gt .jut .item:hover .img img {
    /* -webkit-transform: scale(1.04); */
    /* transform: scale(1.04); */
  }
  .newinfo .cont .gt .jut .item:hover .font .text {
    color: #004896;
  }
  .newinfo .cont .gt .jut .item:hover .font .text span {
    background-size: 100% 100%;
  }
}



.pb-40 {
    padding-bottom: 40px;
}
.sub-heading {
    position: relative;
    padding-bottom: 40px;
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
}
.sub-heading::after {
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    display: inline-block;
    background-color: #FFCBCF;
    border-radius: 8px;
    width: 95%;
    height: 1.1em;
    z-index: -1;
}
.justify-content-center {
    justify-content: center !important;
}

.fuwujs {  padding:50px;}
.fuwulc { background:#f5f5f5; padding:50px;}
.fuwuwt { padding:50px;}
.fuwulc img { display:block; margin:0 auto; }

.fuwujs .text p { line-height:32px; text-indent:2em;}


.fuwuwtcon ul {}
.fuwuwtcon li { margin-bottom:30px; line-height:40px;}
.fuwuwtcon h4 { margin-bottom:10px; font-size: 20px; font-weight: 600; line-height: 32px;}
.fuwuwtcon p {  font-size: 16px; line-height: 27px; margin: 0; padding: 0;}

.mt-40 { margin-top: 40px;}
.text-end { text-align: right !important;}
.open-talk {color: #F18897; text-decoration: non transition: all 0.4s ease;}


.n_lxwm{ background-size:cover;padding:40px 0}
.n_lxwm .flex{ display:flex;align-items:center;justify-content:space-between;gap:50px;}

.n_lxwm .flex .ll{ flex:1; }
.n_lxwm .flex .rr{ flex:1.5; border-radius:1.25rem;overflow:hidden}

.n_lxwm .flex .ll .txt{ }
.n_lxwm .flex .ll .txt h2 { font-size:30px ;font-weight:bold;color:#292929;margin-bottom:15px; }
.n_lxwm .flex .ll .txt h6 { font-family:'Poppins-Light';font-size:1rem;color:#f1581e}
.n_lxwm .flex .ll .txt p { font-size:16px;}

.n_lxwm .flex .ll .box { margin-top:15px;}
.n_lxwm .flex .ll .tel { display: flex; align-items:flex-start; gap:10px;margin-bottom:15px; align-items: center;}
.n_lxwm .flex .ll .tel:last-child { margin-bottom:0}
.n_lxwm .flex .ll .tel .iconfont { font-size:20px;color:#000;flex-shrink:0}
.n_lxwm .flex .ll .tel i { width:30px; font-size:20px; text-align:center;  }
.n_lxwm .flex .ll .tel:first-child i {  font-size:26px; text-align:center;  }

.n_lxwm .flex .ll .tel p{ flex:1; font-family:'Poppins-Light','Microsoft YaHei';width:100%; font-size:16px;font-weight:300}
.n_lxwm .flex .ll .tel p a{display:inline-block;margin-left:10px;color:#f1581e;transition:all .3s ease}
.n_lxwm .flex .ll .tel p a:hover{color:#156333}
.n_lxwm .flex .ll .box{margin-bottom:3.125rem}
.n_lxwm .flex .ll .ewm{display:flex;align-items:center;gap:1.75rem}
.n_lxwm .flex .ll .ewm div { background-color:#fff;padding:10px;font-size:16px;color:#1e1e1e;text-align:center}
.n_lxwm .flex .ll .ewm div img{width:100%;height:100%;max-width:130px;max-height:130px;margin-bottom:10px;}


.n_lxwm .flex .ll .tel:first-child i { display:block; vertical-align: -30px; flex-shrink: 0; vertical-align: top;} 
.n_lxwm .flex .ll .tel:first-child p { margin: 0; /* 清除段落默认边距，避免行间距干扰 */ line-height: 1.5;}

/******************翻页*************************/
.pager{ width: 100%; padding: 10px 0;text-align: center; margin:0 auto; padding-bottom:30px;}
.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;}

@media (max-width: 991px) {
.fuwujs {  padding: 30px 5px;}
.sub-heading { padding-bottom: 30px; font-size: 23px;}
.fuwujs .text p { line-height: 24px;}
.fuwulc { padding: 30px 25px;}
.fuwulc img { width:100%}
.fuwuwt { padding:30px 25px;}
.fuwuwtcon h4 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 30px;
}
.pager { margin: 0px 0  20px 0; padding-bottom:0px;}
.pro-list:last-child { margin-bottom: 0px;}


.nynews { width: 100%;  padding: 30px 0 10px;}
.head-title {  margin-bottom: 6px;  padding-bottom: 6px;}
.blog-item .item-info .item-title { font-size: 16px; font-weight:bold; padding-top: 10px; padding-bottom:5px;}
.blog-item .item-info time { font-size: 14px;  margin: 6px 0; float: left;}
.blog-item .item-info .item-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;*/
  text-overflow: ellipsis;
}
.blog-item .item-info .item-more {
    float: right;
    margin: 10px 0 0;
    padding: 5px 10px;
    border: 1px #ff5200 solid;
}
.blog-item:last-child { padding-bottom: 0px;}

.n_lxwm .flex {gap:20px; flex-direction: column;}
.n_lxwm .flex .ll { width: 100%; max-width: 100%;}
.n_lxwm .flex .ll .txt h2 {  font-size:24px; margin-bottom: 10px;}
.n_lxwm .flex .ll .box { margin-top: 15px; margin-bottom: 15px;}
.n_lxwm .flex .ll .tel p  { font-size:16px;}
.n_lxwm .flex .rr img { width:100%;}
}