/* Write your styles */
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:#154392;}
img{ max-width:100%;}
.am-container{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}
:root{--themeColor: #154392;}
.arccontent {
    line-height: 2;
    padding-bottom: 20px;
    padding-top: 20px;
}
.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }

#g-loading {visibility: visible;}
@-webkit-keyframes loading-gezi{0%{left:-100%}
to{left:100%}
}
@keyframes loading-gezi{0%{left:-100%}
to{left:100%}
}
.loading-gezi{position:fixed;top:0;left:0;z-index:9999999;width:100%;height:100%;background-color:#161616}
.loading-gezi>.loaderwrap{position:absolute;top:50%;left:50%;display:block;margin-left:-90px;margin-top:-31px}
.loading-gezi>.loaderwrap img{display:block;margin-bottom:10px;width:180px}
@media screen and (max-width:991px){.loading-gezi>.loaderwrap img{width:200px}
}
.loading-gezi>.loaderwrap span{position:relative;display:block;width:100%;height:1px;margin:0 auto;overflow:hidden}
.loading-gezi>.loaderwrap span:before{content:"";width:100%;height:1px;background:0 0;position:absolute;bottom:0;left:0}
.loading-gezi>.loaderwrap span:after{content:"";width:100%;height:1px;background:#f6e8c1;position:absolute;bottom:0;left:-100%;-webkit-animation:loading-gezi 1s cubic-bezier(.77,0,.175,1) infinite .2s;animation:loading-gezi 1s cubic-bezier(.77,0,.175,1) infinite .2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.more a {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 60px;
    background: #FFFFFF;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.more a:hover img {
	transform: translateX(8px);
}

.more a img {
	margin-left: 35px;
	transition: all 0.3s ease-in-out;
}

header{position: relative;width:100%;left:0;top:0;z-index:1600;/* border-bottom: 1px solid #E8E8E8; */}
header .head-main{ }
header .logo{line-height: 80px;}
header .logo img{ height:36px;}
header .top-tel{ float:right; background:url(../images/tel.png) 0 center no-repeat; padding-left:46px; color:#fff; margin-left:40px; margin-top:15px;}
header .top-tel span{ font-size:14px; color: #fff;}
header .top-tel p{ font-size:22px; font-weight:bold;color: #fff;}
header .menu{ float:right; position:relative; padding-right:100px; width:72%;}
header .menu nav>ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
header .menu nav>ul>li{ float:left;flex: auto;-webkit-box-flex: auto;text-align: center;position: relative;}
header .menu nav>ul>li>a{display:block;line-height: 80px;font-size: 18px;color: #666;position: relative;}
header .menu nav>ul>li>a:before{content:"";display:block;width:0;height: 2px;background: #C32925;position:absolute;left:50%;margin-left: -2em;bottom:-1px;transition: all .3s linear;z-index: 1000;}
header .menu nav>ul>li.on>a,header .menu nav>ul>li:hover>a{font-weight:bold;color: #154392;}
header .menu nav>ul>li.on>a:before,header .menu nav>ul>li:hover>a:before{width: 4em;}
.ulnav>li .subnav{position: fixed;width:100%;background-color: #FFF;margin:0;height: 300px;z-index: 199;top: 80px;left: 0;opacity:0;visibility:hidden;transition: all .36s ease;border-top: 1px solid #E8E8E8;display: flex;align-items: center;}
.ulnav>li .subnav:before{ content:""; display:none; position:absolute; left:50%; top:-8px; margin-left:-5px;border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #154392;}
.ulnav>li .subnav .am-container	{display: flex;height: 100%;align-items: center;}
.ulnav>li .subnav .nav-note {width: 34%;float: left;text-align: left;border-right: 1px solid #e8e8e8;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.ulnav>li .subnav .nav-note .summary {font-size: 22px;color: #999;white-space: pre-wrap;}
.ulnav>li .subnav .nav-note .title {font-size: 14px;color: #999;margin-top: 50px;}
.ulnav>li .subnav .subnav-list {width: 40%;float: right;text-align: left;margin-left: 20px;}
.ulnav>li:hover .subnav{opacity:1;visibility: visible;top: 80px;}
.ulnav>li .subnav .subnav-list li {padding: 8px 15px;text-align: center;font-size: 16px;}
.ulnav>li .subnav .subnav-list li.act,.ulnav>li .subnav .subnav-list li:hover {background-color: #f2f6f9;}
.ulnav>li .subnav .subnav-list li.act a,.ulnav>li .subnav .subnav-list li:hover a {color: #154392;}
.ulnav>li .subnav li a{font-weight: 500;color: #333;padding: 8px 5px;line-height: 22px;display: block;transition: all .2s ease-in-out;font-size: 16px;}
.ulnav>li .subnav li a:hover{ color:#154392;}
.nav-warp{ display:none;}
.searbtn{ position:absolute; right:0; top:0; padding-top:30px;}
.searbtn a{ display:block; width:74px; text-align:right; position:relative; cursor:pointer;}
.searbtn a:before{ content:""; display:block; width:1px; height:70%; background:#fff; position:absolute; left:0; top:16%;}


.warpbg{ position:fixed; width:100%; height:100%; background:rgba(0,0,0,.88); left:0; top:0; z-index:1990; display:none;}
.warpbg:after{ position:fixed; right:15px; top:15px; color:rgba(255,255,255,.81);    content: "\f00d"; font-size:1.8rem; cursor:pointer;}

.searchb{ position:fixed; width:100%; top:50%; left:0; z-index:1992; margin-top:-24px; display:none;}
.searchb .seac{ max-width:780px; margin:0 auto; position:relative;}
.searchb .seac input{ width:100%; background:none; border:1px solid rgba(255,255,255,.4); border-radius:40px; padding:1.4rem; color:#fff;}
.searchb .seac input:focus{ box-shadow:none; outline:none;}
.searchb .seac .serbtn{ position:absolute; right:10px; top:0; padding:1.4rem; border:none; background:none; color:rgba(255,255,255,.81)}
.searchb .seac .serbtn:focus{ outline:none; }

header.black{ background:rgba(255,255,255,.8);box-shadow: 0 2px 20px 2px rgba(0,0,0,.05);}
header .logo .b{ display:none;}
header.black .logo .b{ display: inline-block;}
header.black .logo .w{ display: none;}
header.black .head-main{ border-bottom: none;}
header.black .menu nav>ul>li>a{ color:#333}

header.black .searbtn a:before{ background:rgba(0,0,0,.1);}
.searbtn a .b{ display:none;}
header.black .searbtn a .w{ display:none;}
header.black .searbtn a .b{ display:inline-block;}
header .menu{padding-right: 0;}

.swiper-banner .swiper-slide.swiper-slide-active .banitem .img100{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}

.business .left li a .tit::after{-webkit-animation: anima 0.3s ease 1 forwards;-moz-animation: anima 0.3s ease 1 forwards;-o-animation: anima 0.3s ease 1 forwards;animation: anima 0.3s ease 1 forwards;}

@-webkit-keyframes anima{from{right:10px;}
to{right:0;}
}
@-moz-keyframes anima{from{right:10px}
to{right:0;}
}
@-o-keyframes anima{from{right:10px}
to{right:0}
}
@keyframes anima{from{right:10px}
to{right:0}
}

@keyframes rotate {
	0% {
		transform: translateY(0)
	}

	25% {
		transform: translateY(5px)
	}

	50% {
		transform: translateY(10px) scale(1.1,.9)
	}

	75% {
		ransform: translateY(5px)
	}

	100% {
		transform: translateY(0)
	}
}

.downcir {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: url(../images/banner-circle.png);
    z-index: 100;
}

.soll {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30%;
}

.soll a {
    display: block;
    cursor: pointer;
    position: relative;
    top: 0;
    animation: idow 1.5s ease-out infinite;
}

.soll img {
    width: 13px;
    height: 19px;
}

@keyframes idow {
	0% {transform: translateY(0);opacity: 1;}
	30% {transform: translateY(20px);opacity: 0;}
	65% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0);opacity: 1;}
}

.am-pd{ padding:90px 0; overflow:hidden;}
.am-pb{ padding-bottom:90px; overflow:hidden;}
.bgr{ background:#f5f5f5;}

.img100{ width:100%;}
.banner .ban-msk{ position:absolute; width:100%; left:0; bottom:25px;}
.banner .ban-msk-m{ position:relative; text-align: center;}
.banner .s-b-n,.banner .s-b-p{ width:35px; height:35px; background-size: contain; }
.banner .s-b-n{ right:2%;}
.banner .s-b-p{ left:2%;}
.banner .ban-msk-m .swiper-p-b{ display:inline-block; position:relative;}
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet{ width:12px; height:12px; border-radius:12px; position:relative; opacity:1; background:#fff; margin:0 10px;transition: all .3s linear;}
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet:before{ content:""; display:block; width:180%; height:180%; position:absolute; border-radius:50%; border:1px solid #154392; left:-38%;top:-38%; opacity:0;transition: all .3s linear;}
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet-active{ background:#154392; }
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet-active:before{ opacity:1;}
.swiper-banner .swiper-slide .txt{position:absolute;left: 50%;top: 58%;color:#fff;z-index:2;pointer-events: none;transform: translate(-50%,-50%);}
.swiper-banner .swiper-slide .txt .mo{pointer-events: auto;display:inline-block;text-align: center;}
.swiper-banner .swiper-slide .txt .line{ width:0; height:5px; background:#fff; margin-bottom:5%;transition: all .8s linear;}
.swiper-banner .swiper-slide .txt .line.animated{ width:250px;}
.swiper-banner .swiper-slide .txt .tit{ font-size:58px; line-height:1;}
.swiper-banner .swiper-slide .txt .note{ font-size:58px; line-height:1; margin:5% 0}
.swiper-banner .swiper-slide .txt .info{ font-size:28px; font-weight:bold;}
.swiper-banner .swiper-slide .txt .more{margin-top: 15%;}
.swiper-banner .swiper-slide .txt .more a{color: #154392;}
.swiper-banner .swiper-slide .txt .scroll-btn{ width:78px; height:78px; background:#005bac; line-height:78px; text-align:center; border-radius:50%; overflow:hidden; cursor:pointer; margin-top:10%;}
.swiper-banner .swiper-slide .txt .scroll-btn img{ position:relative;animation: downico 1.5s ease-out infinite;}
.swiper-banner .swiper-slide .txt .more a img {margin-left: 30px;}
.swiper-banner .swiper-pagination-bullet { width: 14px;height: 14px;border: 2px solid #FFFFFF;border-radius: 50%;opacity: 1;background: transparent;margin: 0 8px;}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fff;opacity: 1;}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev {
    background-size: 20px 40px;
}
.swiper-banner video,.swiper-banner iframe{width:100%;max-width:100%;}
.swiper-banner iframe{width:100%!important;height:100vh!important;}
.swiper-banner .am-container {position: relative;bottom: 85px;}
.swiper-banner .swiper-button-next {left: 95px;background-image: url(../images/banner-right.png);background-size: 10px 14px;}
.swiper-banner .swiper-button-prev {left: 0;background-image: url(../images/banner-left.png);background-size: 10px 14px;}
.swiper-banner .swiper-pagination {top: -12px;padding: 0 15px;}

.center{ text-align:center;}
.hm-title .tit{ font-size:40px; line-height:1; margin-bottom:10px; font-weight:bold;}
.hm-title .en{ font-size:24px;  text-transform:uppercase; line-height:1; color:#999;}
.hm-title.white .tit{ color:#fff;}
.hm-title.white .en{ color:rgba(255,255,255,.61)}

.about-left{ width:44%; float:left;}
.about-left .note{ font-size:18px; color:#666; margin-top:30px; line-height:2; margin-bottom:30px;}

.ab-data{ margin-top:5%; margin-bottom:5%;}
.ab-data ul{display: flex;flex-direction: row;justify-content: space-between;}
.ab-data ul li{ float:left; position:relative;transition: all .3s linear;}
.ab-data ul li:hover{transform:translateY(-10px)}
.ab-data ul li .t{color:#161616;}
.ab-data ul li .t span{ font-size:50px; font-weight:bold; vertical-align: top; line-height:1;}
.ab-data ul li .t em{ font-size:30px;}
.ab-data ul li .n{  color:#999; margin-top:8px;}


.hm-more a{ display:inline-block; width:160px; height:46px; line-height:46px; border-radius:30px; padding:0 30px; border:1px solid #333; position:relative; text-align:left;}
.hm-more a:hover{ background:#154392; color:#fff; border:1px solid #154392;}
.hm-more a:after{content: "\f105"; position:absolute; right:30px; top:0; line-height:45px;transition: all .3s linear; }
.hm-more a:hover:after{ right:20px;}
.hm-more.white a{ color:#fff; border:1px solid #fff;}
.hm-more.white a:hover{ background:#154392; color:#fff; border:1px solid #154392;}
video{ max-width:100%; object-fit: cover;}
.about-right{ width:48%; float:right; position:relative; margin-top:30px;}
.about-right:before{ content:""; display:none; width:85%; height:75%; background:#161616; position:absolute; left:-30px; top:-30px;}
.about-right video{ position:relative; z-index:22; outline:none; position:absolute; width:100%; height:100%; left:0; top:0; display:none;}
.about-right .bg{ position:relative; z-index:20;}
.about-right .bg:before{ content:""; display:block; width:100%; height:100%; background:rgba(0,0,0,.4); position:absolute; left:0; top:0; z-index:21;}
.about-right .bg em{ display:inline-block; position:absolute; z-index:21; left:50%; top:50%; transform:translate(-50%,-50%) scale(.9); cursor:pointer;transition: all .3s linear; }
.about-right .bg em:hover{transform:translate(-50%,-50%) scale(1);}

.aboutus .left {
    width: 52%;
}

.aboutus .right {
	width: 48%;
}

.aboutus .left .commontit {
    font-size: 34px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #154392;
    white-space: pre-line;
    margin-top: 60px;
}

.aboutus .am-pd {
    padding: 160px 0;
}

.aboutus .right {
    /* margin-left: 146px; */
}

.aboutus .more a {
    border: 1px solid #ebebeb;
}

.aboutus .wrapper {
    display: flex;
    align-items: center;
}

.aboutus .wrapper .list ul li:nth-child(3),.aboutus .wrapper .list ul li:nth-child(4) {
    margin-top: 0;
}

.ywfb {
    height: 960px;
}

.ywfb .am-pd {
    padding: 140px 0 220px;
}

.ywfb .left {
    width: 15.4%;
}

.ywfb .left li {
    margin-bottom: 50px;
}

.ywfb .left li p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.ywfb .left li p:first-child span {
    font-size: 58px;
    font-weight: bold;
    color: #FFFFFF;
}

.ywfb .left li p:last-child {
    font-size: 16px;
    color: #fff;
}

.ywfb .right {
    width: 84.6%;
    position: relative;
}

.ywfb .ab-map .pi {
    position: absolute;
}

.ywfb .ab-map .pi1 {
    left: 21.7%;
    top: 70.9%;
}

.ywfb .ab-map .pi2 {
    left: 59.6%;
    top: 40%;
}

.ywfb .ab-map .pi3 {
    left: 63.5%;
    top: 46%;
}

.ywfb .ab-map .pi span {
    /* background: #fff; */
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    left: 50%;
    margin-left: -2.5px;
    bottom: -2px;
}

.ywfb .ab-map .pi span::before, .ywfb .ab-map .pi span::after {
    position: absolute;
    border-radius: 50%;
    content: '';
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    border: 1px solid #7AFCFC;
    transform: translateY(-50%);
}

.ywfb .ab-map .pi span::before {
    animation: scale 2s infinite;
}

.ywfb .ab-map .pi span::after {
    animation: scale2 2s infinite;
}

@keyframes scale{0%{ transform: scale(0); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(0);opacity:.9;}100%{ transform: scale(3);opacity:0;}}
@keyframes scale3{0%{ transform: scale(0); opacity:.9}100%{ transform: scale(1.1); opacity: 0;}}
@keyframes scale4{0%{ transform: scale(0);opacity:.9;}100%{ transform: scale(1.2);opacity:0;}}

.case {
    /* height: 960px; */
}

.swiper-case-next,
.swiper-case-prev {
    font-size: 18px;
    color: #FFFFFF;
    width: 73px;
    height: 34px;
    border-bottom: 1px solid #fff;
    background-image: none!important;
}

.swiper-case-next {
    right: 30px;
}

.swiper-case-prev {
    color: #999999;
    border-bottom: 1px solid #999999;
    left: 30px;
}

.case-swiper .swiper-slide.swiper-slide-active a.act {
    display: none;
}

.case-swiper .swiper-slide.swiper-slide-active .txt {
    display: block;
}

.case-swiper .txt {
    position: relative;
}

.case-swiper .swiper-slide.swiper-slide-active .txt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -275px;
    left: 0;
    background: url(../images/case-bottom-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 453px;
    z-index: -1;
}

.case-swiper .txt .left {
    width: 60.4%;
}

.case-swiper .txt .right {
    padding-left: 70px;
    padding-right: 100px;
    width: 39.6%;
}

.case-swiper .txt .right .tit {
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
}

.case-swiper .txt .right .tit::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: #154392;
    border-radius: 2px;
}


.case-swiper .txt .right .summary {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 90px;
    white-space: pre-line;
}

.case-swiper .txt .right .note {
    font-size: 14px;
    line-height: 33px;
    text-align: justify;
    margin-bottom: 100px;
}

.case-swiper .more a {
    border: 1px solid #E1E1E1;
}

.case-swiper .txt .mo {
    display: flex;
    align-items: center;
    padding: 7% 0 7% 14%;
    padding: 11.5% 0 10% 11%
}

.case-swiper .banitem {
    height: 100%;
    overflow: hidden;
	position: relative;
}

.case-swiper .banitem a.act {
    background-image: url(../images/banner2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 960px;
    height: 960px;
    display: block;
	position: relative;
}

.case-swiper .banitem a.act:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #15439299;
}

.case-swiper .banitem a.act img {
    display: none;
}

.swiper-cpfl .swiper-slide{ overflow:hidden;}
.swiper-cpfl .swiper-slide.swiper-slide-active img{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}
.swiper-cpfl .swiper-slide img{ width:100%;}
.cpfl{ position:relative;}
.cpfl .hava{ position:absolute; z-index:120; width:100%; left:0; bottom:10%;}
.cpfl .hava ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; position:relative;}
.cpfl .hava ul:before{ content:""; display:block; width:100%; height:1px; position:absolute; left:0; bottom:-6px; border-bottom:1px dashed #fff;}
.cpfl .hava ul li{ flex:1; text-align:center; padding-bottom:15px; position:relative; z-index:2; cursor:pointer;}
.cpfl .hava ul li span{ display:block; color:#fff; font-size:18px; font-weight:bold;}
.cpfl .hava ul li em{ width:20px; height:20px; display:block; position:absolute; left:50%; bottom:0; transform:translateX(-50%) translateY(80%); border:1px solid #fff; border-radius:50%;transition: all .3s linear;}
.cpfl .hava ul li.on em{ width:28px; height:28px;transform: translateX(-50%) translateY(68%);}
.cpfl .hava ul li em:before{ content:""; display:block; width:60%; height:60%; background:#fff; border-radius:50%; position:absolute; left:20%; top:20%;}


@-webkit-keyframes banner_outside{from{-o-transform:scale(1.06);transform:scale(1.06)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.06);transform:scale(1.06)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes banner_outside{from{-o-transform:scale(1.06);transform:scale(1.06)}
to{-o-transform:scale(1);transform:scale(1)}
}
@keyframes banner_outside{from{-o-transform:scale(1.06);transform:scale(1.06)}
to{-o-transform:scale(1);transform:scale(1)}
}

.bgh{ background:#161616;}
.mgt{ margin-top:50px;}
.mgt30{ margin-top:30px;}

.rcpy-list{ margin-top:50px;}
.rcpy-list ul{display: -webkit-box;display: -ms-flexbox;display: flex; margin:0 -5px;}
.rcpy-list ul li{ width:13%; padding:0 5px;transition: all .3s linear;}
.rcpy-list ul li.on{ width:61%;}
.rcpy-list ul li a{ display:block; height:800px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.rcpy-list ul li a .txt{ position:absolute; text-align:center; padding:15px; background:rgba(0,0,0,.6); color:#fff; width:100%; left:0; bottom:0; font-size:18px;}

.swiper-case .swiper-slide{ margin-bottom:60px;}
.swiper-case .swiper-slide:nth-child(2n){ margin-bottom:0;}
.swiper-case .swiper-slide a{ display:block; position:relative; }
.swiper-case .swiper-slide a .img{ width:60.5%; float:right; overflow:hidden; background:#000;}
.swiper-case .swiper-slide a .img img{transition: all .3s linear;}
.swiper-case .swiper-slide a:hover .img img{ transform:scale(1.08) rotate(-3deg); opacity:.8;}
.swiper-case .swiper-slide a .txt{ position:absolute; width:39.5%; height:100%; left:0; top:0; padding:0 10%;border-top:1px solid #161616; border-bottom:1px solid #161616;}
.swiper-case .swiper-slide a .txt .tit{ font-size:22px; font-weight:bold; color:#333; margin-bottom:5px;}
.swiper-case .swiper-slide a .txt .note{ font-size:16px; color:#999;}
.swiper-case .swiper-slide:nth-child(2n) a .img{ float:left;}
.swiper-case .swiper-slide:nth-child(2n) a .txt{ left:60.5%;}

.sw-psd{ position:relative;}
.sw-psd .swiper-pa-c{ float:left; font-size:18px; color:#999; width:auto;}
.sw-psd .swiper-pa-c .swiper-pagination-current{ font-size:40px; color:#154392; font-weight:bold; }
.sw-psd .swiper-pa-c .swiper-pagination-current:before{ content:"0";}
.sw-psd .swiper-pa-c .swiper-pagination-total:before{ content:"0";}
.swiper-c-next,.swiper-c-prev{ width:60px; height:60px; border-radius:50%; background:#154392; float:right; margin-left:30px; cursor:pointer;background-position: center;background-repeat: no-repeat;}
.swiper-c-prev{background-image: url(../images/yjt-l.png);}
.swiper-c-next{background-image: url(../images/yjt-r.png);}
.swiper-c-prev.swiper-button-disabled{ background-color:#fff;border:1px solid #b7b7b8;background-image: url(../images/yjt-l-h.png); }
.swiper-c-next.swiper-button-disabled{background-color:#fff;border:1px solid #b7b7b8;background-image: url(../images/yjt-r-h.png); }

.hm-news-tab .hd{ margin-top:40px; margin-bottom:35px;}
.hm-news-tab .hd ul{ text-align:center;}
.hm-news-tab .hd ul li{ display:inline-block; margin:0 10px;}
.hm-news-tab .hd ul li a{ display:block; padding:8px 40px; border:1px solid #fff; color:#fff; border-radius:30px;}
.hm-news-tab .hd ul li.on a{ background:#fff; color:#161616;}

.hm-news-tab .bd ul{ margin:0 -20px;}
.hm-news-tab .bd ul li{ width:25%; float:left; padding:0 20px;}
.hm-news-tab .bd ul li a{ display:block; background:#fff;}
.hm-news-tab .bd ul li a i{ display:block; overflow:hidden;}
.hm-news-tab .bd ul li a i img{transition: all .3s linear;}
.hm-news-tab .bd ul li a:hover i img{ transform:scale(1.08)}
.hm-news-tab .bd ul li a .txt{ padding:30px;}
.hm-news-tab .bd ul li a .txt .tit{ text-align:center; font-size:18px; color:#333; font-weight:bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.hm-news-tab .bd ul li a .txt .date{ text-align:center; font-size:14px; color:#999; margin:8px 0;}
.hm-news-tab .bd ul li a .txt .note{ font-size:14px; color:#999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}


.proyds-par-list ul li{ border:1px solid #eee; margin-bottom:30px; text-align:center; margin-left:-1px;}
.proyds-par-list ul li a{ display:block;}
.proyds-par-list ul li a img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.proyds-par-list ul li a:hover img{filter: grayscale(0);-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);}

.mesbox{ background:url(../images/bg.jpg) center no-repeat; background-size:cover; padding:90px 0 180px 0;}
.mesbox .hm-title .en{ font-size:18px; margin-top:20px;}
.mesbox .am-container{ max-width:790px;}
.message{ margin-top:100px;}
.message .item{ margin-bottom:30px;}
.message .item .sel{ width:48%; padding:18px; outline:none; border:1px solid #fff; background:none; color:#fff;}
.message .item .sel option{ color:#333;}
.message .item .am-inp{ padding:18px;outline:none; border:1px solid #fff; background:none; color:#fff; width:100%;}
.message  .mes-btn .am-btn{ width:100%;padding:18px; font-size:18px; background:#fff; border:none; outline:none; font-weight:bold;}
.message .item .am-inp:focus{background: none;    border-color: #154392;}
.am-form-field:focus{border-color: #154392!important;}

footer{background: url(../images/footer-bg.png) center center no-repeat;background-size: cover;}
footer .foot-main{border-top: 1px solid rgba(255,255,255,.1);border-bottom: 1px solid rgba(255,255,255,.1);padding:70px 0;}
footer .foot-main .foot-logo{ width:26%; float:left;}
footer .foot-main .foot-logo .foot-logo-txt{ font-size:14px; color:#adb0b5; line-height:2; margin-top:10px;}
footer .foot-main .foot-logo .foot-logo-txt b{ font-size:18px; color:#fff;}
footer .foot-main .foot-nav{ width:55%; float:left;}
footer .foot-main .foot-nav ul{display: flex;flex-direction: row;justify-content: space-between;}
footer .foot-main .foot-nav ul li{}
footer .foot-main .foot-nav ul li{ float:left;}
footer .foot-main .foot-nav ul li .foot-tit{ font-size:18px; color:#fff; margin-bottom:15px; }
footer .foot-main .foot-nav ul li .foot-tit a{ color:#fff;}
footer .foot-main .foot-nav ul li p{ font-size:14px; color:#888a92; line-height:2;}
footer .foot-main .foot-nav ul li p a{ color:#adb0b5;}
footer .foot-main .foot-nav ul li p a:hover{ color:#fff;}
footer .foot-main .foot-ewm{ width:120px; float:right; text-align:center; font-size:14px; color:#fff;}
footer .foot-main .foot-ewm p{ margin-top:5px;}
footer .yq-link{ margin-top:35px; color:#fff; font-size:18px;}
footer .yq-link a{ color:#888a92; font-size:14px; display:inline-block; margin-right:10px;}

footer .foot-copyr{ padding:30px 0;font-size:14px;color:#888a92;}
footer .foot-copyr a{color:#888a92;}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* height: 180px; */
    line-height: 180px;
}
.footer-logo {
    width: 18%;
}


footer .footer-menu {
    font-size: 18px;
    color: #fff;
    margin-right: -30px;
}

footer .footer-menu a {
    color: #fff;
    padding: 0 30px;
}

footer .foot-main {
    position: relative;
    padding: 90px 0;
}

footer .foot-con {
    color: #fff;
    padding: 0;
    margin-top: 0;
    float: right;
}

footer .foot-con>p {
    font-size: 18px;
    margin-bottom: 12px;
}

footer .foot-main .foot-contact {
    width: 56%;
    float: left;
    display: flex;
    margin-top: 20px;
}

.foot-tel {
    width: 40%;
}

footer .foot-contact p {
    font-size: 18px;
    color: #fff9;
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
}

footer .foot-contact p.tel-num {
    text-indent: 0;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    padding-left: 0;
}

footer .foot-contact p.tel-text {
    font-size: 16px;
}

footer .foot-contact p img {
    position: absolute;
    left: 0;
    top: 5px;
}

.foot-copry {
    padding: 40px 0;
    font-size: 14px;
    color: #ffffff80;
}

.foot-copry a {
    color: #ffffff80;
}

footer .foot-contact .foot-addr p:first-child img {
    top: 8px;
}

.nybanner{ text-align:center; overflow:hidden; position:relative;}
.nybanner>img{ width:100%;-webkit-animation:pagebgfd 6s linear infinite alternate;animation:pagebgfd 6s linear infinite alternate}
.nybanner .nybantxt{ position:absolute; width:100%; text-align:center; left:0; top:50%; transform:translateY(-50%); z-index:23; color:#fff;}
.nybanner .nybantxt .cn{font-size: 40px;line-height: 44px;height: 44px;overflow: hidden; margin-bottom:8px;}
.nybanner .nybantxt .en{font-size: 28px;line-height: 48px;height: 48px;overflow: hidden;text-transform: uppercase;font-family: Novah;}

@-webkit-keyframes pagebgfd{0%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}
100%{opacity:1;-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}
}
@keyframes pagebgfd{0%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}
100%{opacity:1;-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}
}

.am-parth{ font-size:14px; height:50px; line-height:50px;box-shadow: 0 0 3px rgba(0, 0, 0, .15);}
.am-parth .location{ position:relative; padding-left:20px; background:url(../images/map-location.png) 0 center no-repeat; background-size:16px auto;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.ny-warp{ background:#f5f5f5; padding:30px 0;}
.abtit{ text-align:center;font-size: 36px;}
.ny-about .ny-ab-txt{ margin-top:40px;}
.ny-about .ny-ab-txt .content{ width:47%; float:left;}
.ny-about .ny-ab-txt .content .tit{ font-size:24px; margin-bottom:15px;}
.ny-about .ny-ab-txt .abtnote{ line-height:2;}
.ny-about .ny-ab-txt .abtnote.mg{ margin-bottom:30px;}
.nyab-r{ width:47%; float:right;}
.about-vfo{ position:relative; border-radius:10px; overflow:hidden;}
.about-vfo video{ position:relative; z-index:22; outline:none; position:absolute; width:100%; height:100%; left:0; top:0; display:none;}
.about-vfo .bg{ position:relative; z-index:20;}
.about-vfo .bg:before{ content:""; display:block; width:100%; height:100%; background:rgba(0,0,0,.6); position:absolute; left:0; top:0; z-index:21;}
.about-vfo .bg em{ display:inline-block; position:absolute; z-index:21; left:50%; top:50%; transform:translate(-50%,-50%) scale(.9); cursor:pointer;transition: all .3s linear; }
.about-vfo .bg em:hover{transform:translate(-50%,-50%) scale(1);}

.zslist{ position:relative;}
.swiper-zss{ padding-top:10px; }
.swiper-zss .swiper-slide{ width:25%; padding:0 15px}
.swiper-zss .swiper-slide a{ display:block; position:relative;}
.swiper-zss .swiper-slide a i{ display:block; margin:0 auto; position:relative; padding:20px; border-radius:2px; z-index:2;transition: all .3s linear; box-shadow:0 2px 8px 2px rgba(0,0,0,.1); background:#fff; }
.swiper-zss .swiper-slide a:hover i{ transform:translateY(-10px)}
.swiper-zss .swiper-slide a .txt{ position:relative; z-index:2; text-align:center; margin-top:15px; padding-bottom:30px; color:#fff; font-size:20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.whoche .swiper-z-next,.whoche .swiper-z-prev{ transform:translateY(-90%)}
.swiper-pa-zs{ position:relative; bottom:0; margin-top:30px;}
.swiper-z-next,.swiper-z-prev{ width:60px; height:60px; border-radius:50%; cursor:pointer; position:absolute; top:50%; transform:translateY(-150%); z-index:9;transition: all .1s linear; background-repeat:no-repeat; background-position:center;background-color:#e0e0e0; outline:none;}
.swiper-pa-zs .swiper-pagination-bullet{ width:14px; height:14px;}
.swiper-pa-zs .swiper-pagination-bullet-active{ background:#154392;}

.swiper-z-next:hover,.swiper-z-prev:hover{ background-color:#154392;}
.swiper-z-next{ background-image:url(../images/jr.png); right:-40px;}
.swiper-z-prev{ background-image:url(../images/jl.png); left:-40px;}


.ny-join-list .join-head{ padding:2rem; background:#e4e4e4;}
.ny-join-list .join-head span{ font-size:18px; font-weight:bold; float:left;}
.ny-join-list .join-head span:first-child{ width:50%;}
.ny-join-list .join-head span:nth-child(2){width:15%; text-align:center;}
.ny-join-list .join-head span:nth-child(3){width:20%; text-align:center;}
.ny-join-list .join-head span:last-child{ float:right;}
.ny-join-list .am-accordion-gapped{ margin:0;}
.ny-join-list .am-accordion-gapped .am-accordion-title{ border:none;}
.ny-join-list .am-accordion-gapped .am-accordion-item{ margin:0; border:none; border-bottom:1px solid #eee;border-left: 1px solid #eee;border-right: 1px solid #eee;}
.ny-join-list .am-accordion-title{ font-size:18px; padding:2rem; background:#fff;}
.ny-join-list .am-accordion-title span{ display:inline-block; float:left;}
.ny-join-list .am-accordion-title span:first-child{ width:50%;}
.ny-join-list .am-accordion-title span:nth-child(2){ width:15%; text-align:center;}
.ny-join-list .am-accordion-title span:nth-child(3){ width:20%;text-align:center;}
.ny-join-list .am-accordion-title span:last-child{ float:right;}
.ny-join-list .am-accordion-title span:last-child:after{content: "\f105"; margin-left:5px;}
.ny-join-list .am-accordion-gapped .am-active span:last-child:after{content: "\f107";}
.ny-join-list .am-accordion-gapped .am-active .am-accordion-title{ background:#154392; color:#fff;}
.ny-join-list .am-accordion-gapped .am-accordion-title:after{ display:none;}
.ny-join-list .am-accordion-content{ padding:30px; line-height:2; background:#fff;}

.ct-title{ text-align:center;}
.ct-title .tit{ font-size:36px;}
.ct-title .en{ font-size:20px; color:#999; text-transform:uppercase;letter-spacing: 10px; position:relative;}
.ct-title .en:before{ content:""; display:inline-block;height: 1px;width: 62px;background: #bbbbbb;position: relative;top: -5px;margin-right: 25px;}
.ct-title .en:after{ content:""; display:inline-block;height: 1px;width: 62px;background: #bbbbbb;position: relative;top: -5px;margin-left: 15px;}

.cpytit{ font-size:24px; text-align:center; margin-bottom:3%;}
.contact-list ul li{ padding:15px; }
.contact-list ul li .itw{ border-bottom:1px dashed #d5d5d5; padding-bottom:15px;}
.contact-list ul li img{ margin-right:5px;}

.map{ margin-top:30px; position:relative; overflow:hidden; height:600px;}

#allmap{ width:100%; height:660px;}
#allmap img{ max-width:inherit;}
#allmap .BMap_bubble_pop{ padding:15px 15px 0 15px !important; box-sizing:content-box;}
#allmap .BMap_bubble_center{ height:75px !important;}


.pages{ text-align:center; margin-top:20px;}
.pages a{width:46px;margin:0 5px;height:46px;line-height:46px;text-align:center;display:inline-block;background:#fff;/* border-radius:50%; */box-shadow:0 2px 2px 2px rgba(0,0,0,.05)}
.pages a.on,.pages a:hover{ background:#154392; color:#fff;}

.ny-nav{ text-align:center; margin-bottom:30px;}
.ny-nav a{ display:inline-block; padding:10px 30px; background:#fff; border-radius:40px; border: 1px solid #ebe8e4;margin:0 10px;}
.ny-nav a.on,.ny-nav a:hover{ background:#154392; color:#fff; border-color:#154392;}


.ny-news-list ul li{ margin-top:-1px;transition: all .1s linear;position:relative;background:#fff; border:1px solid #eee;}
.ny-news-list ul li a{ display:block; padding:30px;  }
.ny-news-list ul li:hover{box-shadow: 0 0 10px 6px #eeeeee;z-index: 99;}
.ny-news-list ul li a i{ width:14%; float:left;}
.ny-news-list ul li a .txt{ width:86%; float:right; padding-left:30px; position:relative;}
.ny-news-list ul li a .txt .tit{ font-size:20px; color:#333; }
.ny-news-list ul li a .txt .note{ font-size:14px; color:#999;margin:10px 0; line-height:1.8;}
.ny-news-list ul li a .txt .rq {display: block;font-size: 13px;font-family: arial;height: 16px;position: absolute;top: 6px;right: 62px;padding-left: 24px;color: #999;}
.ny-news-list ul li a .txt .readNum {display: block;font-size: 13px;font-family: arial;height: 16px;background: url(../images/newsList_icon02.png) no-repeat left center;position: absolute;top: 5px;right: 4px;padding-left: 24px; color:#666;}
.ny-news-list ul li a .txt .more{ width:36px; height:36px; line-height:34px; border-radius:50%; border:1px solid #ddd; text-align:center;transition: all .3s linear;}
.ny-news-list ul li a .txt .more:before{content: "\f105";}
.ny-news-list ul li a i{ display:block; overflow:hidden; background:#000;}
.ny-news-list ul li a i img{transition: all .3s linear;}
.ny-news-list ul li a:hover i img{ transform:scale(1.1); opacity:.8;}
.ny-news-list ul li a:hover .more{ background:#154392; color:#fff;}



.newscontent_box{ position:relative;}
.news-con-l{ width:70%; float:left; background:#fff; position:relative; min-height:600px;padding: 45px 42px;}
.arc-head{ border-bottom:1px solid #e5e5e5; margin-bottom:30px; padding-bottom:15px;}
.arc-head .h1{font-size: 28px;}
.arc-head .newscontent_boxlsm{ margin-top:25px;}
.arc-head .newscontent_boxlsm span,.arc-head .newscontent_boxlsm b{ font-size:13px; color:#999; font-weight:normal;}
.arc-head .newscontent_boxlsm b{ margin-right:10px;}
.arc-body{ line-height:2; font-size:14px;}


.cpxqct_sy,.cpxqct_xy{margin-top:23px;border:1px solid #eee;height:60px;line-height:58px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.cpxqct_xy{margin-top:10px}
.cpxqct_sy_l,.cpxqct_xy_l{width:90%;padding:0 22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cpxqct_sy_l b,.cpxqct_xy_l b{font-size:14px;color:#999}
.cpxqct_sy_l span,.cpxqct_xy_l span{font-size:14px;color:#333}
.cpxqct_sy_l span.nolink{color:#777}
.cpxqct_sy .cpxqct_sy_r,.cpxqct_xy .cpxqct_xy_r{width:10%;text-align:center;background-color:#eee}
.cpxqct_sy .cpxqct_sy_r:hover,.cpxqct_xy .cpxqct_xy_r:hover{background-color:#ff7801}
.cpxqct_sy_r i,.cpxqct_xy_r i{color:#cfcfcf}
.cpxqct_sy_l:hover span,.cpxqct_xy_l:hover span{color:#fd7801}
.cpxqct_sy .cpxqct_sy_r:hover i,.cpxqct_xy .cpxqct_xy_r:hover i{color:#fff}

.news-con-r{ width:27%; float:right;}

.newscontent_boxritem{padding:40px 30px;background-color:#fff}
.newscontent_boxritem_titlel i{color:#154392;font-size:22px;margin-top:-3px;margin-right:5px}
.newscontent_boxritem_titlel span{font-size:18px;color:#000}
.newscontent_boxritem_titlel span b{font-size:18px;color:#000;font-weight:600}
.newscontent_boxritem_titler i{margin-top:-3px;font-size:24px;color:#b5b5b5}
.newscontent_boxritem_titler a:hover i{color:#154392}
.newscontent_boxritem_ct{margin-top:15px;position:relative;border-top:1px solid #e5e5e5}
.newscontent_boxritem_ctdw{position:absolute;top:-1px;left:0;height:1px;width:70px;background-color:#b99b5b}
.newscontent_boxritem_ct .newscontent_boxritem_ctaitem{display:block;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.newscontent_boxritem_ctaitem b{margin-right:5px;display:inline-block;width:5px;height:5px;background-color:silver;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;vertical-align:middle}
.newscontent_boxritem_ctaitem span{font-size:14px;color:#333}
.newscontent_boxritem_ctaitem:hover span{color:#154392}
.newscontent_boxritem_ctaitem:hover b{background-color:#154392}
.zxzx.newscontent_boxritem{margin-top:10px}
.newscontent_boxxg{margin-top:55px}
.newscontent_boxxg .zixunbox_xt{background-color:#fff}
.newscontent_boxxg .zixunbox{margin-bottom:60px}
.newscontentcp_boxdw{position:absolute;top:0;left:0;width:80px;height:80px;text-align:center;background-color:#ddd;margin-left:-80px}
.newscontentcp_boxdw_txt{padding-top:13px;display:block;width:100%;height:100%}
.newscontentcp_boxdw_txt i{font-size:22px;color:#b99b5b}
.newscontentcp_boxdw_txt p{font-size:13px;color:#333}
.newscontentcp_boxdw:hover{background-color:#154392}
.newscontentcp_boxdw:hover i,.newscontentcp_boxdw:hover p{color:#fff}

.newscontent_boxxg{margin-top:55px}
.newscontent_boxxg .zixunbox_xt{background-color:#fff}
.newscontent_boxxg .zixunbox{margin-bottom:60px}
.zixunbox_title{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between}
.zixunbox_title_l{font-size:22px;font-weight:600;color:#111}
.zixunbox_title_l em{color:#154392}
.zixunbox_title_l b{font-size:13px;color:#999;margin-left:10px}
.zixunbox_title_r a{font-size:14px;color:#777}
.zixunbox_title_r a:hover{color:#154392}
.zixunbox_xt{position:relative;margin-top:12px;border-top:1px solid #e1e1e1;padding:50px 30px;}

.zixunbox_xt ul li{ padding:0 15px;}
.zixunbox_xt ul li a{ display:block; border-bottom:1px dashed #eee; line-height:2.8; font-size:14px;}
.zixunbox_xt ul li a span{ display:block; width:78%; float:left; position:relative; padding-left:15px;    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zixunbox_xt ul li a span:before{ content:""; width:5px; height:5px; display:block; background:silver; border-radius:5px; position:absolute; left:0; top:50%; margin-top:-2.5px;}
.zixunbox_xt ul li a b{ float:right; font-weight:normal; color:#999;}
.zixunbox_xt ul li a:before,.zixunbox_xt ul li a:after{ content:""; display:block; clear:both;}

.saixuan{ background:#fff; border-radius:10px; padding:30px; margin-bottom:25px;}
.saixuan ul li{ border-bottom:1px dashed #eee; position:relative; padding:15px 0; padding-left:3.5em;}
.saixuan ul li span{ font-weight:bold; position:absolute; left:0; top:18px;}
.saixuan ul li a{ display: inline-block; padding:4px 20px; border-radius:30px;}
.saixuan ul li a.on{ background:#154392; color:#fff;}

.ny-prolist ul{ margin:0 -10px;}
.ny-prolist ul li{ padding:10px; position:relative;}
.ny-prolist ul li a{ display:block; background:#fff; border-radius:10px; overflow:hidden; padding:10px;}
.ny-prolist ul li a i{ display:block; overflow:hidden; border-radius:10px;}
.ny-prolist ul li a i img{ width:100%;transition: all .3s linear;}
.ny-prolist ul li a:hover i img{ transform:scale(1.08)}
.ny-prolist ul li a .txt{ padding:10px; margin-top:10px; position:relative;}
.ny-prolist ul li a .txt .tit{ padding-right:6em; color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny-prolist ul li .opyy{ position:absolute; right:25px; bottom:26px; z-index:2; padding:4px 20px; border:1px solid #154392; color:#154392; cursor:pointer; font-size:14px; border-radius:30px;}
.ny-prolist ul li .opyy:hover{ background:#154392; color:#fff;}

.yymask{ position:fixed; width:100%; height:100%; background:rgba(0,0,0,.6); left:0; top:0; z-index:1440; display:none;}
@keyframes button{
	0%   {margin-top:0;}
	40%  {margin-top:-10px;}
	text-shadow: 0 3px 1px rgba(0, 0, 0, .4);
}
.yy-mesbox{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:1444; background:#fff; padding:40px; border-radius:10px; display:none;}
.yy-mesbox.on{ display:block;}
.yy-mesbox .tit{ font-size:24px; text-align:center; margin-bottom:25px;}
.yy-mesbox .mesli .ipt{ width:300px; margin-bottom:15px;}
.yy-mesbox .mesli .ipt .am-form-field{ padding:15px 20px;}
.yy-mesbox .ac4{ width:120px; height:42px;margin:0 auto;background:#154392; border-radius:30px; text-align:center; margin-top:25px}
.yy-mesbox .ac4 .am-btn{ background:none; border:none; color:#fff; height:100%; outline:none;box-shadow:none; letter-spacing:2px;}
.yy-mesbox .ac4 .am-btn span{ display:block; float:left;}
.yy-mesbox .ac4 .am-btn.button span:nth-child(1){-webkit-animation: button 0.8s linear;animation: button 0.8s linear }
.yy-mesbox .ac4 .am-btn.button span:nth-child(2){-webkit-animation: button 0.8s linear  0.08s ;animation: button 0.8s linear  0.08s }
.yy-mesbox .ac4 .am-btn.button span:nth-child(3){-webkit-animation: button 0.8s linear  0.16s ;animation: button 0.8s linear  0.16s }
.yy-mesbox .ac4 .am-btn.button span:nth-child(4){-webkit-animation: button 0.8s linear  0.24s ;animation: button 0.8s linear  0.24s }


.ny-caselist ul{ margin:0 -10px;}
.ny-caselist ul li{ padding:10px; position:relative;}
.ny-caselist ul li a{ display:block; background:#fff; padding:10px; border-radius:10px; position:relative;}
.ny-caselist ul li a:before,.ny-caselist ul li a:after{ content:""; display:block; clear:both;}
.ny-caselist ul li a i{ width:50%; float:left; display:block; overflow:hidden; border-radius:10px;}
.ny-caselist ul li a .txt{ position:absolute; width:50%; left:50%; top:0; padding:0 5%; height:100%;}
.ny-caselist ul li a .txt .mzd{ position:relative; top:50%; transform:translateY(-110%)}
.ny-caselist ul li a .txt .mzd .cas{ font-size:14px; color:#999; margin-bottom:8px;}
.ny-caselist ul li a .txt .mzd .tit{ font-size:18px; color:#333; font-weight:bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny-caselist ul li a .txt .more{ position:absolute;padding:4px 20px; border:1px solid #154392; color:#154392; cursor:pointer; font-size:14px; border-radius:30px; left:10%; bottom:30%;}
.ny-caselist ul li .opyy{ position:absolute; left:70%; bottom:31%; z-index:2; padding:4px 20px; border:1px solid #154392; background:#154392; color:#fff; cursor:pointer; font-size:14px; border-radius:30px;}
.ny-caselist ul li .opyy:hover{ background:#154392; color:#fff;}
.ny-caselist ul li a i img{ width:100%;transition: all .3s linear;}
.ny-caselist ul li a:hover i img{ transform:scale(1.08)}

.ny-pro-head{ background:#fff; border-radius:10px; padding:50px;}
.ny-pro-head .txt{ width:50%; float:left; padding-left:50px;}
.ny-pro-head .txt h1{margin-bottom: 20px;padding: 26px 0;font-size: 32px;color: #000;border-bottom: 1px dashed #bcbcbc;}
.ny-pro-head .txt .note{    line-height: 30px;font-size: 14px;color: #777;}
.picpaly { width:50%; float:left;}
.picpaly .swiper-slide {background-size: cover;background-position: center;}
.picpaly .gallery-top {height:500px;width: 100%;}
.picpaly .gallery-thumbs {height: 120px;box-sizing: border-box;padding: 10px 0;}
.picpaly .gallery-thumbs .swiper-slide {height: 100%; background-color:#000; border:1px solid #fff; cursor:pointer;}
.picpaly .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;border:1px solid #161616;}
.picpaly .swiper-button-next, .picpaly .swiper-button-prev{ background-size: 20px auto;}
.ny-pro-head .txt .form-btn {padding: 2px;width: 280px;height: 54px;line-height: 46px;text-align: center;font-size: 24px;color: #fff;background-color: #154392;border: 1px solid #154392;border-radius: 50px;background-clip: content-box;cursor: pointer;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s; margin-top:34px;}

.product-content {margin-top: 25px; border-radius:10px; overflow:hidden;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;background-color: #f5f5f5;-webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.08);box-shadow: 0 8px 24px rgba(0,0,0,0.08);}
.product-content-left {padding: 60px 100px 55px 90px;-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;background-color: #fff;-webkit-box-shadow: 6px 0 12px -4px rgba(0,0,0,0.08);box-shadow: 6px 0 12px -4px rgba(0,0,0,0.08);}
.product-content-left .title-box {margin-bottom: 40px;text-align: center;}
.product-article {font-size: 14px;line-height: 28px;color: #878787;overflow: hidden;}
.product-content-left .title-box .cn {font-size: 30px;color: #333;}
.product-content-left .title-box .en {margin-top: 3px;font-size: 12px;font-family: "Tahoma";color: #858585;letter-spacing: 4px;text-transform: uppercase;}
.product-content .product-related {padding:50px;}
.product-related {width: 373px;text-align: center;overflow: hidden;}

.product-related .title {margin-bottom: 32px;font-size: 22px;color: #333;}
.product-related-swiper {overflow: hidden;}
.product-related-swiper.no-init .swiper-wrapper {display: block;text-align: center;width: 100%;}
.product-related-swiper.no-init li:first-child {padding-top: 0;}
.product-related-swiper.no-init li {padding: 40px 0 30px;border-bottom: 1px dashed #cacaca;}
.product-related-swiper p {margin-top: 16px;font-size: 16px;color: #555;overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.jm-banner{ overflow: hidden;}
.jm-banner img{    -webkit-animation: banner_outside 3s linear forwards;-o-animation: banner_outside 3s linear forwards;animation: banner_outside 3s linear forwards;}
.jm-title .note{ font-size: 22px;}
.jm-title .en{ font-size: 36px;}
.jm-title .en span{ font-size: 24px;color: #999;vertical-align: middle; position: relative;top: -5px;font-family: serif; margin: 0 5px;}
.jm-title .tit{font-size: 32px;color: #154392;font-weight: 600;}
.jm-title.white .note{ color: #fff;}
.jm-title.white .en{ color: #fff;}

.jm-tzyq .item1{ width: 48.5%;float: left; height: 490px;}
.jm-tzyq .item{background: #f5f5f5;padding: 50px;}
.jm-tzyq .item .tit{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.jm-tzyq .item .note{ line-height: 2;}
.jm-yq-r{ float: right;width: 48.5%;}
.jm-tzyq .item2{ margin-bottom: 40px;}
.sxy-list ul{margin: 0 -15px;}
.sxy-list ul li{ padding: 15px;}
.sxy-list ul li a{display: block;background: #fff;text-align: center;border-radius: 8px;overflow: hidden;}
.sxy-list ul li a i{display: block;overflow: hidden;}
.sxy-list ul li a i img{width: 100%;transition: all .3s linear;}
.sxy-list ul li a:hover i img{transform: scale(1.08);}
.sxy-list ul li a:hover{box-shadow: 0 2px 20px 2px rgba(0,0,0,.1);}
.sxy-list ul li a .tit{ padding: 15px; font-size: 18px;}

.jm-yzpc{background: url(../images/sbg.jpg) center no-repeat;background-size: cover;    background-attachment: fixed;}
.yzpc-txt{ text-align: center;font-size: 24px;color:#fff;}

.badabu ul{margin:0 -30px;}
.badabu ul li{padding: 30px;}
.badabu ul li a i{width: 80px;height: 80px;background: #f5f5f5;border-radius: 50%;display: block;margin: 0 auto;padding: 20px;}
.badabu ul li a{display: block;background: #fff; text-align: center;padding:50px;border-radius: 8px;transition: all .3s linear;position: relative;}
.badabu ul li a:hover{transform: translateY(-10px);box-shadow: 0 2px 20px 2px rgba(0,0,0,.1);}
.badabu ul li a .tit{ font-size: 18px;font-weight: bold;margin-bottom: 8px;color: #161616; margin-top: 15px;}
.badabu ul li a .note{font-size: 16px;color: #666;}

.jm-ryu{background: #eef1fa;}


.pages{ text-align:center; margin-top:20px;}
.pages a.on,.pages a:hover{ background:#154392; color:#fff;}

.wechat-ses{ width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}
.wechat-wrap{background: rgba(0, 0, 0, .6);width: 100%;height: 100%;position: fixed;left: 0;top: 0; z-index: 1400; display: none;}

.wechat-dialog{width:90%; background:#fff; border-radius:10px; padding:18px; position:fixed; left:5%; top:50%; transform:translate(0,-50%); z-index:1211; display:none;box-sizing:border-box;}
.wechat-dialog .tit{ text-align:center; font-size:20px;}
.wechat-dialog .copy-wx{ background:#f5f5f5; border-radius:10px; padding:20px; text-align:center; margin:15px 0; color:#666;}
.wechat-dialog .copy-wx .info{ font-size:12px; color:#999;}
.wechat-dialog .copy-wx p span{ color:#25ba45;}
.wechat-dialog .wx-close{ position:absolute; right:5px; top:5px; font-size:20px; padding:0 10px; cursor:pointer;}
.wechat-mask{ position:fixed; display:none; width:100%; height:100%; background:rgba(0,0,0,.5); left:0; top:0;z-index:1210;}

.wechat-ses{ width:400px; max-width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;box-shadow: 0 2px 20px 2px rgba(0,0,0,.5);}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}

.hidden {
    display: none;
}

.ellipsis {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex {
    display: flex;
}

.lineclamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.lineclamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.lineclamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news .cate {
    position: relative;
    z-index: 111;
}
.news .cate ul li {
    background: #99B1D9;
    padding: 21px 20px;
    margin-top: -30px;
    transition: all 0.3s linear;
    position: relative;
}

.news .cate ul li .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.news .cate ul li .entit {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.news .cate ul li .entit:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -60px;
	background: #fff;
	height: 1px;
	width: 30px;
}

.news .cate ul li .line {
    color: #fff
}

.news .cate ul li.on,.news .cate ul li:hover {
    padding: 31px 20px;
    background-color: #154392;
    margin-top: -50px;
}

.news .left,.news .right {
    width: calc(50% - 20px);
    float: left;
}

.news .left {
    margin-right: 20px;
}

.news .right {
    margin-left: 20px;
}

.news .left li {
    padding-top: 25px;
}

.news .left li:first-child {
	padding-top: 0;
}

.news .left li:last-child {
    /* border-bottom: 1px solid #ebebeb; */
    /* padding-bottom: 12px; */
}

.news .left li .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .left li .wrap .act {
    transition: all 0.3s linear;
}

.news .left li a .title {
    font-size: 18px;
    color: #666;
    width: 80%;
}

.news .left li a .note {
    font-size: 14px;
    color: #999;
    margin: 25px 0 28px;
    text-align: justify;
    transition: all 0.3s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .left li a .date {
    font-size: 12px;
    color: #999;
    min-width: 70px;
    width: 20%;
    text-align: right;
}

.news .left li a .date.d1 {
	text-align: left;
	width: 100%;
}

.news .left li.on,.news .left li:hover {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.news .left li.on .wrap,.news .left li:hover .wrap {
    display: block;
}

.news .left li.on .act,.news .left li:hover .act {
    display: block;
}

.news .left li.on .title,.news .left li:hover .title {
    color: #333;
    font-weight: bold;
}

.news .left li.on .d2,.news .left li:hover .d2 {
    display: none;
}

.news .commore {
    width: fit-content;
    margin: 100px auto 0;
}

.news .right a {
    display: block;
    overflow: hidden;
}

.news .right .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #042153cc;
    color: #fff;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 180px;
    display: flex;
    align-items: center;
}

.news .right .text .date {
    padding-right: 20px;
    position: relative;
    text-align: center;
    min-width: 85px;
}

.news .right .text .date::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #ffffff73;
}

.news .right .text .title {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

.news .right .text .m {
    font-size: 18px;
    font-weight: bold;
}

.news .right .text .y {
    font-size: 14px;
}

.news .swiper-news {
    bottom: 40px;
    right: 30px;
    left: auto;
    transform: translateY(50%);
    width: fit-content;
}

.news .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.news .swiper-pagination-bullet-active {
    background-color: #fff;
    border: none;
}

.business {
    position: relative;
    min-height: 960px;
    overflow: hidden;
}

.business::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60.4%;
    background: url(../images/business-left-img.png) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.business::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 39.6%;
    background: url(../images/business-right-img.png) center center no-repeat;
    background-size: cover;
    height: 100%;
    z-index: 0;
}

.business .left {
    max-width: 900px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.business .right {
    max-width: 500px;
    position: relative;
    color: #fff;
    z-index: 10;
    padding-right: 60px;
    height: 960px;
    display: flex;
    align-items: center;
    padding-left: 90px;
}

.business .left li {
    width: 254px;
    height: 254px;
    background-color: #15439266;
    position: relative;
    cursor: pointer;
    transition: all 0.3s linear;
}

.business .left li a {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
}

.business .left li a .tit {
    margin-top: 100px;
    position: relative;
    transition: all 0.3s linear;
    color: #fff;
    font-size: 18px;
}

.business .left li a .tit::after {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    bottom: 5px;
    background: url(../images/business-more.png) center center no-repeat;
    width: 18px;
    height: 14px;
    transition: all 0.3s linear;
}

.business .left .u1 li {
	border-bottom: 2px solid #154392;
}

.business .left li:hover,.business .left li.on {
    background: #C32925!important;
	border-bottom: 0;
}

.business .left li:hover a .tit::after,.business .left li.on a .tit::after {
    display: block;
}

.business .left .u1 {
    display: flex;
    justify-content: flex-end;
}

.business .left .u1 li:nth-child(2) {
    background-color: #15439280;
}

.business .left .u2 li:nth-child(2) {
    background-color: #15439226;
}

.business .right .num {
    font-size: 60px;
    font-family: DINAlternate;
    font-weight: bold;
}

.business .right .title {
    font-size: 24px;
    margin: 60px 0 40px;
}

.business .right .note {
    font-size: 14px;
    color: #ffffff80;
    margin-bottom: 60px;
    line-height: 28px;
}

.business .more a {
    border: 1px solid #E1E1E1;
    background: transparent;
    color: #fff;
}

.ny-srv-box{ background:#fff; padding:60px;}
.nysrv-tit{ position:relative; text-align:center; border-bottom:1px solid #eee; margin-bottom:40px; padding-bottom:30px;}
.nysrv-tit .entit{display: block;position: absolute;z-index: 9;color: #ebebeb;font-size: 36px;text-transform: uppercase;width: 100%;top: 0;left: 0;}
.nysrv-tit .tit{font-size: 42px;color: #000;display: block;position: relative;z-index: 999;width: 100%;top: 8px;left: 0; font-weight:lighter;}
.nysrv-txt{ line-height:2;  color:#333;}

.nycatelist {
    background: #EEEFF0;
    position: relative;
    z-index: 1;
}

.nycatelist ul {
    display: flex;
}

.nycatelist ul li {
    margin-right: 55px;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    z-index: 99;
}

.nycatelist ul li.active,.nycatelist ul li:hover {
    border-bottom: 2px solid #C32925;
}

.nycatelist ul li a {
    color: #999;
    display: inline-block;
    position: relative;
}

.nycatelist ul li.active a:before,.nycatelist ul li:hover a::before {
    content: '';
    width: 11px;
    height: 5px;
    background: url(../images/hongjian.png) no-repeat center center;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}

.nycatelist ul li.active a, .nycatelist ul li:hover a {
    color: #154392;
    font-weight: bold;
}

.nybanner .box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ny-txt {
    width: 240px;
    background: #C32925;
    padding: 30px 0 30px 30px;
    text-align: left;
}

.ny-txt .tit {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 1;
}

.ny-txt .entitle {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}

.pages{ text-align:center; margin-top:20px;}
.pages a.on,.pages a:hover{background: #c7000a;color:#fff;}

.business .left .u2 li:nth-child(2) a .tit {
    margin-top: 112px;
}

.iawcont {
    float: left;
    width: 56%;
    box-sizing: border-box;
    padding: 120px 80px 120px 0;
}

.transYT502.target {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.iacyh {
    display: block;
    font-style: normal;
    width: 70px;
    height: 82px;
    background: url(../images/about-icon.png) no-repeat;
    background-size: contain;
}

.action.transYT50, .action.transYT501, .action.transYT502 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.iactitle {
    font-weight: normal;
    color: #BF9F62;
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.5;
}

.iacdesc {
    color: #666666;
    font-size: 14px;
    margin-top: 40px;
    height: 75px;
    overflow: hidden;
}

.bcmb {
    display: block;
    width: 228px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-size: 14px;
    margin-top: 70px;
}

.bcmb i {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 13px;
    margin-left: 30px;
    transition: 0.45s;
}

.iawstat {
    width: 42%;
    float: right;
}

.iawstat li {
    position: relative;
    float: left;
    width: 50%;
    height: 236px;
    text-align: center;
    border-left: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.iawstat li:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 6px;
    height: 0;
    background: #C32925;
}

.action.loadline:before {
    opacity: 1;
    visibility: visible;
    transition: 1s;
    height: 108px;
    top: 50%;
    transform: translateY(-50%);
}

.ispt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.isnumber {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

.szgd {
    display: inline-block;
    font-size: 58px;
}

.istxt {
    display: block;
    color: #666666;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
}

@media screen and (max-width: 1780px){
.am-container{max-width: 1500px;}
}

@media screen and (max-width: 1680px){
.am-container{max-width: 1400px;}
.swiper-banner .swiper-slide .txt .tit,.swiper-banner .swiper-slide .txt .note{ font-size:50px;}
.swiper-banner .swiper-slide .txt {top: 58%;}
.banner .s-b-n{ right:1%;}
.banner .s-b-p{ left:1%;}
.about-left .note{ font-size:16px;}
.ny-about .ny-ab-txt .abtnote{ font-size:14px;}
.ny-prolist ul li a .txt .tit{ font-size:14px;}
.ny-prolist ul li .opyy{ font-size:12px;}
.ny-caselist ul li a .txt .more{ font-size:12px;}
.ny-caselist ul li .opyy{ font-size:12px; left:73%}
.picpaly .gallery-top{ height:450px;}
.jm-tzyq .item1{ height: 552px;}
    .business .left {
        max-width: 858px;
    }
.ywfb .ab-map .pi1 {
    left: 22%;
    top: 71%;
}
.ywfb .ab-map .pi2 {
    left: 60.5%;
}
.ywfb .ab-map .pi3 {
    left: 65%;
    top: 46%;
}
.case-swiper .txt .mo {
    padding: 11.5% 0 10% 10%;
}
    .case-swiper .banitem a.act {
        height: 937px;
    }
}

@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
.searbtn a{ width:50px;}
.searbtn a img{ width:20px;}
header .top-tel{ background-size:30px auto; padding-left:38px; margin-left:30px;}
header .menu{padding-right:70px;}
header .top-tel p{ font-size:18px; font-weight:800;}
header .menu nav>ul>li>a{ font-size:14px;}
header .menu{width: 65%;padding-right: 0;}
.swiper-banner .swiper-slide .txt .tit,.swiper-banner .swiper-slide .txt .note{ font-size:40px;}
.swiper-banner .swiper-slide .txt .more a{ font-size:14px;}
.swiper-banner .swiper-slide .txt .more a:after{ line-height:42px;}
.hm-title .tit{ font-size:34px;}
.hm-title .en{ font-size:20px}
.about-left .note{ font-size:14px;}
.hm-more a{ font-size:14px; width:140px; height:40px; line-height:40px;}
.hm-more a:after{ line-height:38px; right:20px}
.hm-more a:hover:after{ right:10px;}
.ab-data ul li .t span{ font-size:40px;}
.ab-data ul li .n{ font-size:14px;}
.swiper-case .swiper-slide a .txt{ padding:0 6%;}
.hm-news-tab .bd ul{ margin:0 -10px;}
.hm-news-tab .bd ul li{ padding:0 10px;}
.hm-news-tab .bd ul li a .txt{ padding:20px;}
.ulnav>li .subnav li a{ font-size:12px;}
.ny-about .ny-ab-txt .abtnote{ font-size:12px;}
.ny-about .ny-ab-txt .content .tit{ font-size:20px; margin-bottom:10px;}
.ny-about .ny-ab-txt .abtnote.mg{ margin-bottom:20px;}
.picpaly .gallery-top{ height:360px;}
.picpaly .gallery-thumbs{ height:100px;}
.jm-tzyq .item{ padding: 30px;}
.jm-tzyq .item1{ height: 472px;}
    .swiper-banner .swiper-slide .txt .mo .bansimg {
        width: 440px;
    }
    .am-pd {
        padding: 60px 0;
    }
    .news .right .text .date {
        min-width: 85px;
    }
    .news .commore {
        margin-top: 60px;
    }
    .news .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .news .swiper-news {
        bottom: 30px;
    }
    .news .right .text .title {
        font-weight: 400;
    }
    .news .right .text {
        height: 60px;
    }
    .aboutus .am-pd {
        padding: 60px 0;
    }
    .aboutus .wrapper .list ul li.notxt {
        height: 100px;
    }
	.aboutus .left {
		width: 64%;
		padding-right: 80px;
	}
    .aboutus .left > img {
        width: 50px;
    }
    .iawcont {
        padding: 60px 60px 60px 0;
    }
    .iacyh {
        width: 50px;
        height: 59px;
    }
    .more a {
        height: 50px;
        width: 180px;
        line-height: 48px;
        font-size: 16px;
    }
    .more a img {
        margin-left: 20px;
        width: 25px;
    }
    .aboutus .left .commontit {
        margin-top: 40px;
        font-size: 30px;
    }
    .business .left {
        max-width: 733px;
    }
    .business .left li {
        width: 230px;
        height: 230px;
    }
    .business .left li a {
        padding: 28px 20px;
    }
    .ywfb {
        height: auto;
    }
.ywfb .ab-map .pi1 {
    left: 22.5%;
    top: 71%;
}
.ywfb .ab-map .pi2 {
    left: 62.8%;
    top: 39%;
}
.ywfb .ab-map .pi3 {
    left: 67%;
    top: 45%;
}

    .ywfb .left li p:first-child span {
        font-size: 48px;
    }
    .ywfb .left li p:last-child {
        font-size: 14px;
    }
    .case-swiper .banitem a.act {
        height: 712px;
    }
    .news .left li a .note {
        margin: 15px 0 18px;
        -webkit-line-clamp: 1;
    }
    .news .left li a .title {
        font-size: 16px;
    }
    .business .right {
        padding-left: 130px;
        padding-right: 10px;
    }
    .swiper-case-next, .swiper-case-prev {
        font-size: 14px;
        width: 60px;
    }
    .case-swiper .txt .right .summary {
        margin-bottom: 50px;
    }
    .case-swiper .txt .mo {
        padding: 7% 0 7% 10%;
    }
    .case-swiper .swiper-slide.swiper-slide-active .txt::after {
        bottom: -320px;
    }
    .iawstat li:before {
        width: 4px;
        left: -2px;
    }
}

@media screen and (max-width: 1280px){
    .business .left {
        max-width: 717px;
    }
    .business .left li {
        width: 220px;
        height: 220px;
    }
    .business .left li a {
        padding: 24px 20px;
    }
    .business .left li a .tit {
        font-size: 16px;
    }
    .business .right {
        padding-left: 110px;
    }
}


@media screen and (max-width: 1024px){

html {background: #fafafa;}
body{max-width:768px;margin:0 auto;background:#fff;zoom:1;/* padding-bottom: 64px; */}
.menu-bar{display:block;width:26px;height:18px;float:right;position: absolute;right:1.5rem;top:20px;border-bottom: 2px solid #154392;}
.menu-bar:after{content:"";display:block;width:100%;height:2px;background: #154392;position:absolute;left:0;top:0;}
.menu-bar:before{content:"";display:block;width:100%;height:2px;background: #154392;position:absolute;left:0;top:50%;}
header .logo{ height:60px; line-height:60px; padding-left:1.5rem;}
.searbtn{ display:none;}
header .logo img{ height:28px;}
header .menu nav{ position:fixed; width:100%; height:100%; left:-100%; top:0; z-index:99999;transition: all .3s linear;}
header .menu nav.active{ left:0; opacity:1;pointer-events: none;}
header .am-container{ padding:0; height:100%;}
header .menu nav .ulnav{display:block;width:60%;background: #fff;height:100%;position:relative;overflow-y: auto;pointer-events: auto;}
header .menu nav .ulnav>li{width:100%;float:none;border-bottom: 1px solid rgb(21 67 146 / 10%);border-radius:0!important;}
header .menu nav .ulnav>li>a{ line-height:60px;}
header .menu nav .ulnav>li>a:before{ display:none;}
header .menu nav .ulnav>li .xm{position:absolute;width:70px;display:block;right:0;top:0;color: #154392;line-height:60px;}
header .menu nav .ulnav>li .subnav{ position:relative; display:none; top:0; opacity:1;visibility:inherit; border-radius:0;height: auto}
header .menu nav .ulnav>li:hover>a{ background:none;}
header .menu nav .ulnav>li .subnav.show{ display:block;}

nav .am-close {position: absolute;right: 32%;top: 4px;color: #fff;text-shadow: none;opacity: .5;font-size: 2.6rem;display: block;}
.nav-warp{ width:100%; height:100%; position: fixed; right:0; top:0; background:rgba(0,0,0,.81); display:none; z-index:1920}
.nav-warp .am-close{ color:#fff; font-size:24px; padding:15px; opacity:.5;    padding-left: 66%;}
header .top-tel span{ font-size:12px;}
header .top-tel p{ font-size:14px;}
header .top-tel{ margin-left:0; margin-top:8px; margin-right:24%;}

    .ulnav>li .subnav .am-container {
        display: block;
    }
    .ulnav>li .subnav .nav-note {
        display: none;
    }
    .ulnav>li .subnav .subnav-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .ulnav>li .subnav .subnav-list li {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .ulnav>li .subnav li {
        border-bottom: 1px solid #f5f5f5;
    }

    .ulnav>li .subnav:before {
        display: block;
    }
    .arccontent {
        font-size: 14px;
    }
.banner .s-b-n, .banner .s-b-p{ width:25px; height:25px;}
.banner .ban-msk{ bottom:6px;}
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet{ width:8px; height:8px;}
.banner .ban-msk-m .s-b-n, .banner .ban-msk-m .s-b-p{ width:12px; height:12px;}
.swiper-banner .swiper-slide .txt .tit, .swiper-banner .swiper-slide .txt .note{ font-size:18px;}
.swiper-banner .swiper-slide .img100{/* width:150%; *//* max-width:150%; *//* margin-left:-25%; */}
	.swiper-banner .swiper-slide .txt .mo .bansimg{width: 160px;}
.swiper-banner .swiper-slide .txt{text-align:center;top: 50%;max-width: 100%;}
.swiper-banner .swiper-slide .txt .more a{font-size:12px;padding: 10px 20px 10px 20px;width: auto;height: auto;line-height: normal;display: none;}
.swiper-banner .swiper-slide .txt .more a:after{ line-height:27px; right:15px;}
.swiper-banner .swiper-slide .txt .more{
    margin-top: 10%;
}
.swiper-banner iframe{width:100%!important;height:35vh!important;}
.am-pd{padding: 40px 0;}
.am-container{padding: 0 2rem;}
.news .cate ul li {
    padding: 10px;
    margin-top: -20px;text-align: center;
}
.news .cate ul li .title {
    font-size: 16px;
}
.news .cate ul li.on, .news .cate ul li:hover {
    padding: 10px;
    margin-top: -20px;
}
.news .cate ul li .entit {
    margin-left: 5px;
    display: none;
}
.news .cate ul li .entit:after {
    display: none;
}
.downcir {
    display: none;
}
.swiper-banner .am-container {
    bottom: 0;
}
.nycatelist {
    overflow-x: auto;
    float: none;
    white-space: nowrap;
    text-align: center;
}
    .iawstat li:before {
        width: 4px;
        left: -2px;
    }
.nybanner .box {
    display: none;
}
    .nycatelist ul {
        display: block;
    }
.hm-title{ text-align:center;}
.hm-title .tit{ font-size:20px;}
.hm-title .en{ font-size:14px;}
.about-left{ width:100%; float:none;}
.about-right{ width:100%; float:none;}
.about-left .note{ margin:18px 0; font-size:14px;}
.hm-more{ text-align:center;}
.hm-more a{ width:100px; padding:0 20px; height:34px; line-height:34px; font-size:12px;}
.hm-more a:after{ line-height:34px;}
.ab-data ul li{ text-align:center;}
.ab-data ul li .t span{ font-size:24px;}
.ab-data ul li .t em{ font-size:16px;}
.about-right:before{ display:none;}
.cpfl .hava ul li{ padding-bottom:10px;}
.cpfl .hava ul li span{ font-size:14px;}
.cpfl .hava ul li em{ width:14px; height:14px;}
.cpfl .hava ul li.on em{ width:20px; height:20px;}
.mgt30{ margin-top:15px;}
.rcpy-list{ margin-top:20px;}
.rcpy-list ul{ display:block;}
.rcpy-list ul li{ width:50% !important; float:left; margin-bottom:10px;}
.rcpy-list ul li.on{ width:50% !important;}
.rcpy-list ul li a{ height:160px;}
.rcpy-list ul li a .txt{ padding:10px; font-size:14px;}
.mgt{ margin-top:20px;}
.swiper-case .swiper-slide a .img{ width:100%;}
.swiper-case .swiper-slide a .txt{ padding:10px; width:100%; height:auto; left:0 !important; top:auto; bottom:0; background:rgba(0,0,0,.6); border:none;}
.swiper-case .swiper-slide a .txt .tit{ font-size:14px; color:#fff;}
.swiper-case .swiper-slide a .txt .note{ font-size:12px; color:rgba(255,255,255,.6)}
.swiper-case .swiper-slide{ margin-bottom:15px;}
.sw-psd .swiper-pa-c { font-size:14px;}
.sw-psd .swiper-pa-c .swiper-pagination-current{ font-size:24px;}
.swiper-c-next, .swiper-c-prev{ width:30px; height:30px; background-size:10px auto;}
.hm-news-tab .hd{ margin:20px 0;}
.hm-news-tab .hd ul li{margin:0 5px;}
.hm-news-tab .hd ul li a{ font-size:12px; padding:6px 20px; }
.hm-news-tab .bd ul{ margin:0 -5px;}
.hm-news-tab .bd ul li{ width:50%; padding:0 5px; margin-bottom:10px;}
.hm-news-tab .bd ul li a .txt{ padding:10px;}
.hm-news-tab .bd ul li a .txt .tit{ font-size:14px;}
.hm-news-tab .bd ul li a .txt .date{ font-size:12px; margin:5px 0;}
.hm-news-tab .bd ul li a .txt .note{ font-size:12px;}
.proyds-par-list ul li{ margin-bottom:-1px;}
.mesbox .hm-title .en{ font-size:1rem;}
.mesbox{ padding:30px 0;}
.message{ margin-top:20px;}
.message .item{ margin-bottom:10px;}
.message .item .sel{ padding:8px; font-size:14px;}
.message .item .am-inp{ padding:8px; font-size:14px;}
.message .mes-btn .am-btn{ font-size:18px; padding:10px;}
.ny-srv-box{ padding:15px;}
.nysrv-tit{ padding-bottom:15px; margin-bottom:15px;}
.nysrv-tit .entit{ font-size:20px;overflow: hidden;white-space: nowrap;}
.nysrv-tit .tit{ font-size:20px;}
.nysrv-txt{ font-size:14px; line-height:2;}
.nysrv-txt img{ max-width:100% !important; padding:0 !important;}
.swiper-banner .swiper-slide .txt .more a img {
    margin-left: 10px;
    width: 12px;
}
.pages a{ font-size:12px; width:30px; height:30px; line-height:30px;}
.news .right .text {
    height: 50px;
    padding-right: 100px;
}
.news .right .text .date {
    line-height: 1.4;
    padding-right: 15px;
}
.news .right .text .m {
    font-size: 16px;
}
.news .swiper-news {
    bottom: 25px;
    right: 20px;
}
.news .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.news .right .text .title {
    padding-left: 15px;
    font-size: 16px;
}
.news .left li a .title {
    font-size: 16px;
}
.news .left li a .note {
    margin: 10px 0 15px;
}
.business::before {
    width: 0;
}
.business::after {
    /* display: none; */
    width: 100%;
}
.business .right .num {
    font-size: 40px;
}
.business .right .title {
    font-size: 16px;
    margin: 30px 0 20px;
}
.business .right .note {
    line-height: normal;
    margin-bottom: 30px;
    width: 100%;
}
.business .left .u1 li:nth-child(5) {
    background-color: #15439280;
}
.business .lists ul li {
    width: 33.3%;
}
    .business .left .u2 li:nth-child(2) a .tit {
        margin-top: 2rem;
    }
.ywfb .left li p:first-child span {
    font-size: 40px;
}
.case-swiper .txt .right .tit {
    font-size: 18px;
    padding-bottom: 10px;
}
.case-swiper .txt .right .tit::after {
    height: 2px;
}
.case-swiper .txt .mo {
    flex-direction: column;
    padding: 7% 5% 7% 5%;
}
.swiper-case-next {
    right: 10px;
}
.swiper-case-prev {
    left: 10px;
}
.case .more {
    display: none;
}
.case-swiper .swiper-slide .act {
    display: none;
}
.case-swiper .banitem a.act {
    height: auto;
}
.business .left .u1 li {
    border-bottom: none;
}
.aboutus .am-pd {
    padding: 40px 0;
}
    .aboutus .wrapper .list ul li.notxt {
        display: none;
    }
.nycatelist ul li.active a:before, .nycatelist ul li:hover a::before {
    display: none;
}
.nycatelist ul li.active, .nycatelist ul li:hover {
    border-bottom-width: 2px;
}
.ywfb .ab-map .pi1 {
    left: 23.5%;
    top: 82%;
}
.ywfb .ab-map .pi2 {
    left: 63.5%;
    top: 61%;
}
.ywfb .ab-map .pi3 {
    left: 68%;
    top: 65%;
}
.ywfb .ab-map .pi span::before, .ywfb .ab-map .pi span::after {
    width: 31px;
    height: 31px;
}
footer{ padding-top:0;}
footer .foot-main .foot-nav{ display:none;}
footer .foot-main .foot-logo{ width:55%;}
footer .foot-main .foot-logo .foot-logo-txt{ font-size:12px;}
footer .foot-main .foot-logo .foot-logo-txt b{ font-size:16px;}
footer .yq-link{ display:none;}
footer .foot-main{ border-top:none; padding:40px 0;}
footer .foot-main .foot-ewm{ margin-top:30px;}
footer .foot-main .foot-ewm p{ font-size:12px;}
footer .foot-copyr{ font-size:10px;}
footer .foot-copyr p{ float:none; text-align:center;}
footer .foot-copyr p img{ width:90px; margin-top:-7px !important;}

.foot-bar{ position:fixed; width:100%; height:64px; background:#161616; left:0; bottom:0; z-index:999;}
.foot-bar ul li{ padding-top:12px;}
.foot-bar ul li a{ color:#fff; font-size:12px; display:block; text-align:center;}
.foot-bar ul li a img{ width:24px;}
.foot-bar ul li a span{ display:block;}
footer .top {
    margin-top: 20px;
    display: none;
}
footer .footer-logo img {
    width: 130px;
}
footer .footer-menu {
    margin-top: 0;
    font-size: 16px;
    padding: 15px 0;
    display: none;
}
footer .footer-menu a {
    padding: 0 5px;
}
footer .foot-main {
    padding: 20px 0;
}

footer .foot-con {
    width: auto;
}

footer .foot-con>p, footer .foot-contact p, footer .foot-contact p.tel-text {
    font-size: 14px;
    margin-bottom: 3px;
}

footer .foot-main .foot-contact {
    width: 68%;
    display: block;
    margin-top: 0;
}

.foot-tel {
    width: 100%;
}

footer .foot-contact p.tel-num {
    font-size: 22px;
}

footer .foot-contact .foot-addr p:last-child {
    margin-bottom: 0;
}

footer .foot-copry {
    margin-top: 0;
    padding: 10px 0;
}

footer .foot-copry .copy {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

footer .foot-copry .copy a {
    display: inline;
}

footer .foot-copry .am-fr {
    float: none;
    text-align: center;
}

footer .foot-copry span {
    float: none;
}

.news .left,.news .right {
    float: none;
    width: 100%;
}

.news .flex {
    flex-direction: column-reverse;
}

.news .left {
    margin-right: 0;
    margin-top: 15px;
}

.news .right {
    margin-left: 0;
}

.news .commore {
    margin-top: 50px;
}

.more a {
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more a img {
    margin-left: 10px;
    width: 18px;
}

/* .business::before {
    width: 100%;
    height: 450px;
}

.business::after {
    width: 100%;
    top: 50%;
    height: 450px;
}
*/

.business {
    min-height: auto;
    padding: 40px 0;
}

.business .right {
    padding-left: 3rem;
    padding-right: 2rem;
    height: 100%;
}

.business .left {
    max-width: fit-content;
    float: none;
    width: 100%;
    position: relative;
    transform: rotateY(0);
    top: 0;
    z-index: 20;
}

.business .left li {
    width: 12rem;
    height: 12rem;
    padding: 0!important;
    border: 1px solid #eee!important;
}

.business .left .u1 {
    justify-content: center;
    flex-wrap: wrap;
}

.business .left li a {
    padding: 10px 12px;
}

.business .left li a img {
    width: 25%;
}

.business .left li a .tit {
    margin-top: 2rem;
    font-size: 14px;
}

.business .right {
    max-width: fit-content;
    float: none;
    width: 100%;
    left: 0;
    padding: 0;
}

.ywfb {
    height: auto;
}

.ywfb .left,.ywfb .right {
    float: none;
    width: 100%;
}

.ywfb .am-pd {
    padding: 50px 0 100px;
}

.ywfb .left li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}

.case-swiper .txt .right .summary {
    margin-bottom: 2rem;
    font-size: 16px;
    margin-top: 15px;
}

.lineclamp-2,.lineclamp-3,.lineclamp-4 {
    -webkit-line-clamp: 1;
}

.lineclamp-4 {
	-webkit-line-clamp: 2;
}

.case-swiper .txt .right {
    float: none;
    padding-left: 3rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.case-swiper .txt .right .note {
    margin-bottom: 2rem;
    -webkit-line-clamp: 1;
    line-height: normal;
}

.swiper-case-next, .swiper-case-prev {
    color: #999999;
    border-bottom: 1px solid #999999;
}

.case {
    height: auto;
}

.case-swiper .swiper-slide.swiper-slide-active .txt::after {
    height: 180px;
    bottom: -122px;
}

.nycatelist ul li {
    height: 44px;
    line-height: 44px;
    margin-right: 30px;
    font-size: 16px;
    display: inline-block;
}

.aboutus .wrapper {
	display: block;
}

.aboutus .left, .aboutus .right {
    width: 100%!important;
    float: none;
}

	.aboutus .left {
		padding: 50px 0 0;
	}

.aboutus .right {
	margin-left: 0!important;
	padding-bottom: 50px;
}

.aboutus .left img {
    width: 25px;
}

.aboutus .left .commontit {
    font-size: 18px;
    margin-top: 20px;
}

.aboutus .wrapper .list ul li:nth-child(3), .aboutus .wrapper .list ul li:nth-child(4) {
    margin-top: 0;
}
	
.ny-warp{ padding:20px 0;}
.nybanner .nybantxt .cn{ font-size:20px; height:30px; line-height:30px;}
.nybanner .nybantxt .en{ font-size:13px; line-height:1; height:auto;}
.abtit{ font-size:20px; font-weight:bold;}
.ny-about .ny-ab-txt .content{ width:100%; float:none;}
.nyab-r{ width:100%; float:none; margin-top:20px;}
.ny-about .ny-ab-txt{ margin-top:20px;}
.ny-about .ny-ab-txt .content .tit{ font-size:18px;}
.swiper-zss .swiper-slide{ width:50%; padding:0 5px;}
.swiper-zss .swiper-slide a i{ padding:10px;}
.swiper-z-next, .swiper-z-prev{ width:30px; height:30px;background-size: contain; background-color:rgba(0,0,0,.5)}
.swiper-z-next{ right:0;}
.swiper-z-prev{ left:0;}
.zslist{ margin-top:10px;}
.swiper-pa-zs{ margin-top:20px;}
.swiper-pa-zs .swiper-pagination-bullet{ width:8px; height:8px;}

.ny-join-list .join-head{ padding:1rem;}
.ny-join-list .join-head span{ font-size:14px;}
.ny-join-list .join-head span:nth-child(2){ display:none;}
.ny-join-list .join-head span:nth-child(3){ display:none;}
.ny-join-list .am-accordion-title span:nth-child(2){ display:none;}
.ny-join-list .am-accordion-title span:nth-child(3){ display:none;}
.ny-join-list .am-accordion-title{ font-size:14px;}
.ny-join-list .am-accordion-content{ padding:20px;}

.ct-title .tit{ font-size:24px;}
.ct-title .en{ font-size:14px;}

.cpytit{ font-size:20px;}
.contact-list ul li{ padding:10px; font-size:14px;}
.contact-list ul li .itw{ padding-bottom:10px;}
.contact-list ul li img{ width:16px;}
.map{ height:280px;}
#allmap{ height:300px;}

.ny-nav{ margin-bottom:8px;}
.ny-nav a{ font-size:12px; padding:4px 10px; margin-bottom:10px; margin-left:5px; margin-right:5px;}
.pages a{ font-size:12px; width:30px; height:30px; line-height:30px;}
.ny-news-list ul li a{ padding:10px;}
.ny-news-list ul li a i{ width:25%;}
.ny-news-list ul li a .txt{ width:75%; padding-left:10px;}
.ny-news-list ul li a .txt .rq{ display:none;}
.ny-news-list ul li a .txt .readNum{ display:none;}
.ny-news-list ul li a .txt .tit{ font-size:14px;}
.ny-news-list ul li a .txt .more{ display:none;}
.ny-news-list ul li a .txt .note{ height:20px; overflow: hidden; font-size:12px;}

.newscontentcp_boxdw{ display:none;}

.news-con-l{ width:100%; float:none; padding:15px;}
.arc-head{ margin-bottom:15px;}
.arc-head h1{ font-size:18px;}
.arc-head .newscontent_boxlsm{ margin-top:10px;}
.arc-head .newscontent_boxlsm span, .arc-head .newscontent_boxlsm b{ font-size:12px;}
.news-con-r{ display:none;}
.zixunbox_title_l{ font-size:18px;}
.zixunbox_title_r a{ font-size:12px;}
.newscontent_boxxg .zixunbox_xt{ padding:15px;}
.zixunbox_xt ul li{ padding:0;}
.newscontent_boxxg .zixunbox{ margin-bottom:10px;}
.zixunbox_xt ul li a{ font-size:12px;}

.saixuan{ padding:20px; margin-bottom:10px;}
.saixuan ul li{ padding:10px 0; padding-left:2.5em;}
.saixuan ul li span{ font-size:12px; top:15px;}
.saixuan ul li a{ font-size:12px;padding: 4px 10px;}
.ny-prolist ul{ margin:0 -5px;}
.ny-prolist ul li{ padding:5px;}
.ny-prolist ul li a .txt .tit{ font-size:12px;}
.ny-prolist ul li .opyy{ display:none;}
.ny-prolist ul li a .txt{  text-align:center; padding:0;}
.ny-prolist ul li a .txt .tit{ padding-right:0;}
.ny-caselist ul li a .txt .mzd .cas{ font-size:12px;}
.ny-caselist ul li a .txt .mzd .tit{ font-size:14px;}
.ny-caselist ul li a .txt .mzd{transform: translateY(-85%);}
.ny-caselist ul li .opyy{ font-size:1rem;bottom: 20%; padding:4px 10px;}
.ny-caselist ul li a .txt .more{ font-size:1rem;bottom: 16%; padding:4px 10px;}

.ny-pro-head{ padding:10px;}
.picpaly{ width:100%; float:none;}
.ny-pro-head .txt{ width:100%; float:none; padding-left:0;}
.picpaly .gallery-top{ height:200px;}
.picpaly .gallery-thumbs{ height:76px;}
.picpaly .swiper-button-next,.picpaly  .swiper-button-prev{ background-size:10px auto;}
.ny-pro-head .txt{ padding:0 15px 20px 15px;}
.ny-pro-head .txt h1{ font-size:20px; padding:15px 0; margin-bottom:15px;}
.ny-pro-head .txt .form-btn{ font-size:18px; width:200px; height:40px; line-height:35px; margin-top:15px;}
.product-content .product-related{ display:none;}
.product-content-left{ padding:20px;}
.product-content-left .title-box{ margin-bottom:15px;}
.product-content-left .title-box .cn{ font-size:20px; font-weight:bold;}
.product-content-left .title-box .en{ font-size:12px;}
.jm-title .note{ font-size: 14px;}
.jm-title .en{ font-size: 20px;}
.jm-title .en span{ font-size:12px;top: -2px;}
.jm-title .tit{font-size: 20px;color: #154392;}
.badabu ul{ margin: 0 -5px;}
.badabu ul li{padding: 5px;}
.badabu ul li a{padding: 20px;}
.badabu ul li a i{width: 60px;height: 60px; padding: 15px;}
.badabu ul li a .tit{font-size: 16px;margin: 5px 0;}
.badabu ul li a .note{font-size: 14px;}
.yzpc-txt{font-size: 16px;}
.sxy-list ul{ margin: 0 -5px;}
.sxy-list ul li{padding: 5px;}
.sxy-list ul li a .tit{font-size: 14px; padding: 10px;}
.jm-tzyq .item1{ width: 100%;float: none;height: auto; margin-bottom: 15px;}
.jm-tzyq .item{padding: 15px;}
.jm-tzyq .item .tit{font-size: 16px; margin-bottom: 10px;}
.jm-tzyq .item .note{font-size: 14px;}
.jm-yq-r{width: 100%;float: none;}
.jm-tzyq .item2{margin-bottom: 15px;}
.pages a{ font-size:12px; width:30px; height:30px; line-height:30px;}
.arccontent img{ height: auto !important;}
}


@media screen and (max-width: 415px){
    .ywfb .ab-map .pi1 {
        left: 24%;
        top: 74%;
    }
    .ywfb .ab-map .pi2 {
        left: 64%;
        top: 43%;
    }
    .ywfb .ab-map .pi3 {
        left: 68.5%;
        top: 49%;
    }
    .ywfb .ab-map .pi span::before, .ywfb .ab-map .pi span::after {
        width: 15px;
        height: 15px;
    }
    .case-swiper .swiper-slide.swiper-slide-active .txt::after {
        bottom: -102px;
    }
    .case-swiper .txt .mo {
        padding: 50px 5%;
    }
    footer .foot-main .foot-contact {
        width: 62%;
    }
    footer .flogo {
        max-width: 150px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 376px){
    .business .left li a .tit {
        font-size: 12px;
    }
    .business .lists ul li {
        width: 33.3%;
    }

    .ywfb .ab-map .pi1 {
        left: 24%;
        top: 74.5%;
    }
    .ywfb .ab-map .pi2 {
        left: 64%;
        top: 43%;
    }
    .ywfb .ab-map .pi3 {
        left: 68.4%;
        top: 48.5%;
    }
    .ywfb .ab-map .pi span::before, .ywfb .ab-map .pi span::after {
        width: 15px;
        height: 15px;
    }
    .news .cate ul li .title {
        font-size: 14px;
    }
    .news .cate ul li .entit {
        font-size: 12px;
    }
    footer .flogo {
        max-width: 130px;
    }
}
