html{width: 100%;font-size: 10px;scroll-behavior: smooth;}
@media screen and (max-width:1720px) {html{font-size: 9px;}}
@media screen and (max-width:1520px) {html{font-size: 8px;}}
@media screen and (max-width:1320px) {html{font-size: 7px;}}
body{font-size: 1.6rem; background: #fff; font-family: "Arial","Microsoft Yahei"; line-height: 1.5; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body{overflow-x:hidden;position: relative;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;pointer-events: none;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}


@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}

@keyframes ysDHA {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}

.h-header{background: #ffffff;position: sticky;top: 0;z-index: 999;}
.h-header>div{display: flex;align-items: center;}
.h-logo{display: block;margin-right: auto;max-width: 25rem;}
.h-logo img{display: block;width: 100%;}
.h-nav{display: flex;}
.h-nav .li{margin-right: 5.5rem;position: relative;}
.h-nav .li>a{display: block;line-height: 10rem;font-size: 1.8rem;color: #000000;}
.h-nav .li.active>a{color:#0075C5;}
.h-nav .h-subnav {width:15rem;background:#ffffff;font-size:1.6rem;text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 1.6rem -0.4rem rgba(0,0,0,.3);margin-top:2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav ol {padding:1.2rem 0;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 1.6rem 1rem;box-sizing: border-box; width: 100%; display:block;line-height:1.5;color:#333;font-size: 1.4rem;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#0075C5;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}
.h-phone{display: flex;align-items: center;}
.h-phone img{display:block;margin-right: .5rem;}
.h-phone span{display: block;font-family: DIN;font-weight: bold;font-size: 2.4rem;color: #FF6600;line-height: 1;}
.h-header.active .h-nav .li>a{line-height: 8rem;}
.h-header.active{box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);}

.wap_header{width: 100%; height: 6rem; padding: 0 1.2rem; display: none; justify-content: space-between; align-items: center; background: #fff; position: sticky; left: 0; top: 0; z-index: 9999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header .toggle{display: block; width: 2.5rem; height: 2rem; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 2.5rem; height: 0.2rem; background: #555; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 0.8rem;}
.wap_header .toggle i:nth-of-type(3){top: 1.6rem;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 0.8rem; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 0.8rem; transform: rotate(-45deg);}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 24rem; background: #fff; height: 100vh; padding: 5.6rem 0 2rem 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 7rem); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 2rem; line-height: 4rem; font-size: 1.4rem; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 6rem; line-height: 6rem; display: block; padding-right: 3rem; font-size: 1.4rem; color: #333;}
.wap_header .nav ul li a:active  {color: #0075C5 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 3rem; height: 6rem; font-size: 1.6rem; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #0075C5; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 2rem !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 4rem; line-height: 4rem; font-size: 1.4rem;}
.wap_header .nav ul li ul li i{top: -1rem;}
.wap_header .logo{position: relative;height: 4rem;margin-right: auto;}
.wap_header .logo img{height: 100%;}






.Banner{height: calc(100vh - 10rem);}
.mySwiperBanner{position: relative;overflow: hidden;height: 100%;}
.mySwiperBannerPC{display: block;}
.mySwiperBannerWAP{display: none;}
.Banner .img{display: block;width: 100%;height: 100%;}
.Banner .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.Banner .swiper-pagination{display: flex;align-items: center;justify-content: center;bottom: 5rem;}
.Banner .swiper-pagination-bullet{display: block;width: 23px;height: 23px;background-image: url(../images/dian2.png);background-size: 100%;background-position: center;background-repeat: no-repeat;background-color: unset;transition: .3s;border: none;border-radius: 0;margin: 0 1.2rem!important;}
.Banner .swiper-pagination-bullet-active{background-image: url(../images/dian1.png);}

.bannerInfo{display: flex;background: #EFEFEF;}
.biItem{width: 100%;display: flex;align-items: center;justify-content: center;padding: 1.5rem 0 2.5rem;}
.biItem+.biItem{border-left: 1px solid #fff;}
.biItem .img{flex-shrink: 0;margin-top: .5rem;max-width: 6rem;}
.biItem .img img{width: 100%;}
.biItem .desc{padding-left: 1.2rem;}
.biItem .desc span{display:block;font-family: DIN;font-weight: bold;font-size: 6rem;color: #FF6004;fill: #FF6004;line-height: 0;}
.biItem .desc p{display: block;font-size: 1.6rem;color: #666666;line-height: 1.2;}



.indTitle{text-align: center;padding: 9rem 0 4rem;}
.indTitle .atit{font-size: 2.4rem;color: #0075C5;line-height: 1.4;text-transform: uppercase;}
.indTitle .btit{font-weight: bold;font-size: 4rem;color: #000000;line-height: 1.4;}
.indTitLR{display: flex;}
.indTitLR .indTitL{margin-right: auto;}
.indTitLR .indTitle{text-align: left;}
.indTitLR .indTitR{margin-top: auto;padding-bottom: 4rem;}
.indSelList{display: flex;margin: -0.7rem -0.7rem 0;}
.indSel{display: block;font-size: 1.6rem;color: #333333;min-width: 10rem;height: 4rem;line-height: 4rem;text-align: center;padding: 0 1rem;background: #FFFFFF;border: 1px solid #E9E9E9;margin: .7rem;transition: .3s;}
.indSel.active{background: #0075C5;color: #fff;border-color: #0075C5;}

.sec1{background: #F5F5F5;padding-bottom: 10rem;}
.indProSelList{display: flex;justify-content: center;align-items: center;}
.indProSel{display: flex;align-items: center;justify-content: center;min-width: 18rem;text-align: center;padding: 0 1rem;height: 6rem;line-height: 1;background: #FFFFFF;font-size: 1.6rem;color: #333333;margin: 1px;}
.indProSel.active{background: #0075C5;color: #FFFFFF;}
.mySwiperIndPro{position: relative;overflow: hidden;}
.mySwiperIndPro .swiper-slide{height:auto;background: #F5F5F5;}
.indProBox{background: #F5F5F5;display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(2, 1fr);gap: 20px;margin-top: 3rem;}
.indProItem1{display:flex;flex-direction: column;grid-column: span 2;grid-row: span 2;background: #fff;}
.indProItem1 .img{width: 100%;overflow: hidden;flex: 1;}
.indProItem1 .img img{display: block;width: 100%;height:100%;object-fit: cover;object-position: center;transition: .5s;}
.indProItem1 .desc{display: flex;}
.indProItem1 .desc span{width:100%;display: flex;align-items: center;justify-content: center;background: #0075C5;font-size: 2.4rem;color: #FFFFFF;line-height: 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indProItem1 .desc i{width: 8rem;height: 8rem;flex-shrink:0;display: flex;align-items: center;justify-content: center;background-color: #F76201;background-image: url(../images/iconRight1.png);background-repeat: no-repeat;background-position: center;}
.indProItem2{display: block;background: #fff;}
.indProItem2 .img{width: 100%;overflow: hidden;}
.indProItem2 .img img{display: block;width: 100%;transition: .5s;}
.indProItem2 .desc{display: flex;align-items: center;justify-content: center;font-size: 1.6rem;color: #000000;line-height: 5rem;height: 5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background: #CCCCCC;}
.indProItem1:hover .img img{transform: scale(1.02);}
.indProItem2:hover .img img{transform: scale(1.06);}



.indYsBox{display: flex;width: 100%;}
.ysDesc{width: 50%;}
.ysImg{width: calc(50% + 14rem);margin-left: -14rem;display: flex;flex-direction: column;position: relative;z-index: 9;}

.mySwiperYsDesc{position: relative;overflow: hidden;height: 100%;}
.ysDescItem{display: flex;flex-direction: column;justify-content: center;height: 100%;padding-left: calc((100vw - 1520px)/2);padding-right: 24rem;}
.ysDescItem .line{display: block;width: 2px;height: 10rem;background: #F76201;}
.ysDescItem .atit{font-family: DIN;font-weight: bold;font-size: 8rem;color: #FFFFFF;line-height: 1.5;}
.ysDescItem .btit{font-weight: bold;font-size: 4rem;color: #FFFFFF;line-height: 1.5;margin: 1.8rem 0 2.2rem;}
.ysDescItem .ctit{font-size: 1.8rem;color: #FFFFFF;line-height: 1.6;margin-bottom: 8rem;}
.ysDescItem .ctit span{color: #F76201;}
.ysDescItem .dtit{display: block;width: 12rem;height: 4.5rem;line-height: 4.5rem;background: #F76201;text-align: center;font-size: 1.6rem;color: #FFFFFF;}

.swiper-slide-active .ysDescItem .atit {animation: ysDHA .3s ease both;animation-delay:500ms;}
.swiper-slide-active .ysDescItem .line {animation: ysDHA .5s ease both;animation-delay:500ms;}
.swiper-slide-active .ysDescItem .btit {animation: ysDHA .7s ease both;animation-delay:500ms;}
.swiper-slide-active .ysDescItem .ctit {animation: ysDHA .9s ease both;animation-delay:500ms;}
.swiper-slide-active .ysDescItem .dtit {animation: ysDHA 1.1s ease both;animation-delay:500ms;}

.mySwiperYsImg{position: relative;overflow: hidden;flex: 1;}
.mySwiperYsImg img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;user-select: none;}

.ysNpp{display: flex;justify-content: flex-end;height: 10rem;align-items: center;padding-right: calc((100vw - 1520px)/2);}
.ysNpp-prev,.ysNpp-next{display: block;width: 13px;height: 25px;transition: .3s;cursor: pointer;}
.ysNpp-prev{background: url(../images/iconLeft3.png);}
.ysNpp-next{background: url(../images/iconRight3.png);}
.ysNpp-prev:hover{background: url(../images/iconLeft2.png);}
.ysNpp-next:hover{background: url(../images/iconRight2.png);}
.ysNpp-pagination{display: flex;width: auto;font-family: DIN;font-weight: bold;margin: 0 4rem;}
.ysNpp-pagination span{font-size: 3.2rem;color: #333333;line-height: 1;}
.ysNpp-pagination span.blue{color: #0075C5;}



.serviceNum{display: flex;justify-content: space-around;}
.snItem{text-align: center;}
.snItem span{display: block;font-family: DIN;font-weight: bold;font-size: 8rem;color: #F76201;fill:#F76201;line-height: 0;}
.snItem p{display: block;font-size: 1.6rem;color: #333333;line-height: 1.4;}

.serviceBox{display: flex;margin-top: 4rem;}
.serviceSelList{width: 30rem;background: #0075C5;}
.serviceSel{display: flex;align-items: center;padding: 5rem 4rem;cursor: pointer;}
.serviceSel+.serviceSel{border-top: 1px solid #0066AB;}
.serviceSel img{display: block;width: 30px;flex-shrink: 0;}
.serviceSel span{display: block;padding: 0 2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #FFFFFF;font-size: 3rem;line-height: 1;opacity: 0.5;transition: .3s;}
.serviceSel .more{display: block;display: block;width: 13px;height: 25px;background: url(../images/iconRight1.png);flex-shrink: 0;opacity: 0;transform: translateX(-1rem);transition: .3s;}
.serviceSel.active span{font-weight: bold;opacity: 1;}
.serviceSel.active .more{transform: translateX(0);opacity: 1;}

.serviceDesc{width: calc(100% - 30rem);}
.mySwiperService{position: relative;overflow: hidden;height: 100%;}
.serviceItem{display: block;width: 100%;height:100%;position: relative;}
.serviceItem .img{width: 100%;height:100%;overflow: hidden;}
.serviceItem .img img{display: block;width: 100%;height:100%;object-fit: cover;object-position: center;transition: .5s;}
.serviceItem .desc{position: absolute;bottom: 0;left: 0;display: flex;}
.serviceItem .desc .info{width: calc(100% - 13rem);background: rgba(0,0,0,.6);padding: 1.2rem 4rem 0 5rem;}
.serviceItem .desc .info p{display: block;font-weight: bold;font-size: 3rem;color: #FEFFFE;line-height: 1.5;}
.serviceItem .desc .info span{display: block;font-size: 1.8rem;color: #FFFFFF;line-height: 2.8rem;max-height: 5.6rem;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.serviceItem .desc .more{display: block;width: 13rem;height: 13rem;background-color: #F76201;background-image: url(../images/iconRight1.png);background-repeat: no-repeat;background-position: center;}
.serviceItem:hover .img img{transform: scale(1.02);}
.service-prev,.service-next{display: block;width: 13px;height: 25px;position: absolute;top: calc(50% - 6.5rem);z-index: 99;cursor: pointer;transition: .3s;}
.service-next{background: url(../images/iconRight1.png);right:5rem;}
.service-prev{background: url(../images/iconLeft1.png);left: 5rem;}
.service-next:hover{background: url(../images/iconRight2.png);}
.service-prev:hover{background: url(../images/iconLeft2.png);}



.sec4{background-image: url(../images/sec4Bg1.png);background-position: center bottom;padding-bottom: 5rem;background-repeat: no-repeat;}
.indAbout{display: flex;align-items: center;}
.inABL{width: 52%;padding-right: 5rem;}
.inABL .atit{font-weight: bold;font-size: 3rem;color: #0075C5;line-height: 1.5;}
.inABL .btit{font-size: 1.6rem;color: #666666;line-height: 1.65;margin: 2.6rem 0 6rem;}
.inABL .btit p+p{margin-top: .3rem;}
.inABL .ctit{display: flex;flex-wrap: wrap;}
.inABL .ctit a{display: flex;align-items: center;justify-content: center;width: 12rem;height: 4.5rem;font-size: 1.6rem;color: #FFFFFF;background: #FF6004;}
.inABL .ctit a+a{background: #0075C5;margin-left: 1.5rem;}
.inABR{width: 48%;}
.inABR img{display: block;width: 100%;}



.honorSelList{display: flex;align-items: center;justify-content: center;margin: -0.5rem;padding: 5rem 0 2.5rem;}
.honorSel{display: block;min-width: 15rem;height: 5rem;line-height: 5rem;margin: 0.5rem;text-align: center;padding: 0 1rem;font-size: 1.6rem;color: #000000;background: #EFEFEF;transition: .3s;cursor: pointer;}
.honorSel.active{background: #0075C5;color: #ffffff;}
.mySwiperHonorList{position: relative;overflow: hidden;}
.mySwiperHonorList .swiper-slide{height:auto;background: #ffffff;}
.mySwiperHonor{position: relative;overflow: hidden;background: #ffffff;}
.mySwiperHonor2{position: relative;overflow: hidden;background: #ffffff;}
.honorItem{width: 100%;}
.honorItem img{display: block;width: 100%;transition: .5s;}
.honorItem:hover img{transform: scale(1.05);}



.sec6{padding-bottom: 10rem;}
.caseSelList{display: flex;}
.caseSel{display: flex;align-items: center;justify-content: center;width: 25%;height: 8rem;transition: .3s;}
.caseSel span{display: block;font-size: 2rem;color: #000000;line-height: 1;}
.caseSel .icon{display: block;width: 30px;height: 30px;margin-right: 1rem;background-image: url(../images/caseIcon1.png);background-repeat: no-repeat;transition: .3s;}
.caseSel .icon1{background-position: 0px 2px;}
.caseSel .icon2{background-position: -171px 2px;}
.caseSel .icon3{background-position: -342px 2px;}
.caseSel .icon4{background-position: -510px 2px;}
.caseSel .icon5{background-position: -675px 2px;}
.caseSel:nth-of-type(1){background: #CCCCCC;}
.caseSel:nth-of-type(2){background: #DADADA;}
.caseSel:nth-of-type(3){background: #E5E5E5;}
.caseSel:nth-of-type(4){background: #F0F0F0;}
.caseSel:nth-of-type(5){background: #F7F7F7;}
.caseSel.active{background: #0075C5;}
.caseSel.active .icon{background-image: url(../images/caseIcon2.png);}
.caseSel.active span{color: #ffffff;}

.caseBox{display: flex;margin-top: 2rem;}
.caseImg{width: 60%;}
.caseImg .img{width: 100%;height: 100%;}
.caseImg .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .3s;}
.caseDesc{width: 40%;}
.caseDesc .desc{display: flex;background-color: #F6F6F6;background-image: url(../images/caseBg1.png);background-position: right bottom;flex-direction: column;height: 100%;padding: 9rem 5rem 5rem;}
.caseDesc .atit{font-weight: bold;font-size: 3rem;color: #000000;line-height: 1.4;}
.caseDesc .btit{font-size: 1.6rem;color: #666666;line-height: 1.6;margin-bottom: 5rem;}
.caseDesc .ctit{display: flex;flex-wrap: wrap;margin: auto 0;}
.caseDesc .ctit a{display: flex;align-items: center;justify-content: center;width: 12rem;height: 4.5rem;font-size: 1.6rem;color: #FFFFFF;background: #FF6004;}
.caseDesc .ctit a+a{background: #0075C5;margin-left: 1.5rem;}
.caseDesc .line{display: block;width: 7.5rem;height: .4rem;border-left: 2rem solid #FF6004;background: #0075C5;margin: 2rem 0 2.5rem;}
.mySwiperCaseImg{position: relative;overflow: hidden;height: 100%;}
.mySwiperCaseDesc{position: relative;overflow: hidden;height: 100%;}
.case-prev,.case-next{display: block;width: 13px;height: 25px;margin-top: -6px;position: absolute;top: 50%;z-index: 99;cursor: pointer;transition: .3s;}
.case-next{background: url(../images/iconRight1.png);right:5rem;}
.case-prev{background: url(../images/iconLeft1.png);left: 5rem;}
.case-next:hover{background: url(../images/iconRight2.png);}
.case-prev:hover{background: url(../images/iconLeft2.png);}
.caseDesc .swiper-slide-active .atit {animation: ysDHA .3s ease both;animation-delay:500ms;}
.caseDesc .swiper-slide-active .line {animation: ysDHA .5s ease both;animation-delay:500ms;}
.caseDesc .swiper-slide-active .btit {animation: ysDHA .7s ease both;animation-delay:500ms;}
.caseDesc .swiper-slide-active .ctit {animation: ysDHA .9s ease both;animation-delay:500ms;}


.sec7{background: url(../images/sec7Bg1.jpg);padding-bottom: 10rem;}
.indkh {display: grid;grid-template-columns: repeat(6, 1fr);gap: 2rem;margin: 0 auto;}
.khItem {display: flex;justify-content: center;align-items: center;overflow: hidden;background: #fff;box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.05);}
.khItem img{width: 100%;transition: .5s;}
.khItem:hover img{transform: scale(1.08);}
.khDesc {background: #FF6004;grid-column: span 2;grid-row: span 2;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 1rem 5rem;text-align: center;line-height: 1;}
.khDesc .atit{font-size: 12rem;font-family: DIN;font-weight: bold;color: #FFFFFF;line-height: 0;display: flex;fill: #FFFFFF;}
.khDesc .atit sup{font-size: 6rem;}
.khDesc .btit{font-size: 1.6rem;color: #FFFFFF;line-height: 1.6;}



.lcBox{display: flex;margin: -1.2rem;}
.lcItem{margin: 1.2rem;position: relative;overflow: hidden;width: 100%;height: 17rem;background: #F5F5F5;border-radius: 1rem;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.lcItem:before{content: "";display: block;width: 0;height: 0;border-top: 1.5rem solid transparent;border-bottom: 1.6rem solid transparent;border-left: 1.6rem solid #FFFFFF;position: absolute;top: 50%;left: 0;margin-top: -1.5rem;z-index: 2;}
.lcItem::after{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: %;background: linear-gradient(-55deg, #0075C5, #1DA3FF);transition: .5s;z-index: 1;opacity: 0;}
.lcItem span{display: block;font-size: 1.8rem;color: #333333;line-height: 1;position: relative;z-index: 9;transition: .3s;}
.lcItem .icon{display: block;width: 50px;height: 50px;margin: 2rem 0;background-image: url(../images/lcIcon1.png);background-repeat: no-repeat;position: relative;z-index: 9;transition: .3s;}
.lcItem .icon1{background-position: 1px 0px;}
.lcItem .icon2{background-position: -122px 0px;}
.lcItem .icon3{background-position: -246px 0px;}
.lcItem .icon4{background-position: -371px 0px;}
.lcItem .icon5{background-position: -495px 0px;}
.lcItem .icon6{background-position: -620px 0px;}
.lcItem .icon7{background-position: -740px 0px;}
.lcItem .icon8{background-position: -860px 0px;}
.lcItem:hover span{color: #FFFFFF;}
.lcItem:hover .icon{background-image: url(../images/lcIcon2.png);}
.lcItem:hover::after{left: 0;opacity: 1;}


.sec9{padding-bottom: 10rem;}
.mySwiperNews{position: relative;overflow: hidden;}
.mySwiperNews .swiper-slide{height: auto;background: #ffffff;}
.indNewsBox{background: #ffffff;display: flex;}
.indNewsL{width: calc(50% - 2.5rem);margin-right: auto;}
.indNewsR{width: calc(50% - 2.5rem);}
.indNewsItem+.indNewsItem{margin-top: 3rem;}
.indNewsItem .img{width: 100%;overflow: hidden;}
.indNewsItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indNewsItem .desc p{display: block;font-weight: bold;font-size: 1.8rem;color: #333333;line-height: 5rem;height: 5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem .desc span{display: block;font-size: 1.4rem;color: #666666;line-height: 2.4rem;height: 4.8rem;opacity: 0.7;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.indNewsL .indNewsItem .img{height: 37rem;}
.indNewsL .indNewsItem .desc{margin-top: 1.2rem;}
.indNewsR .indNewsItem{display: flex;}
.indNewsR .indNewsItem .desc{width: calc(100% - 25rem);padding-right: 3.5rem;}
.indNewsR .indNewsItem .desc p{padding-left: 2rem;position: relative;margin-bottom: .5rem;}
.indNewsR .indNewsItem .desc p:before{content: "";display: block;width: 8px;height: 13px;background-image: url(../images/iconRight4.png);position: absolute;left: 0;top: 50%;margin-top: -6px;}
.indNewsR .indNewsItem .desc span{-webkit-line-clamp:3;height: 7.2rem;}
.indNewsR .indNewsItem .img{width: 25rem;height: 14.8rem;}
.indNewsL .indNewsItem:hover .img img{transform: scale(1.02);}
.indNewsR .indNewsItem:hover .img img{transform: scale(1.05);}
.indNewsItem:hover .desc p{color: #0075C5;}
.indNewsItem:hover .desc p:before{background-image: url(../images/iconRight5.png);}




.h-footer{background: url(../images/footerBg1.jpg) center/cover;}
.foot1{display: flex;justify-content: space-between;padding: 8rem 0 4rem;}
.foot1 dt a,.foot1 dt span{display: block;font-size: 1.8rem;font-weight: bold;color: #FFFFFF;line-height: 2.4rem;margin-bottom: 1rem;}
.foot1 dt::after{content: "";display: block;width: 30px;height: 2px;background: #FF6004;margin: 1.5rem 0 1rem;}
.foot1 dd{display: flex;align-items: flex-start;}
.foot1 dd a,.foot1 dd span{display: block;font-size: 1.6rem;color: #FFFFFF;line-height: 3rem;opacity: 0.7;margin-top: 1rem;}
.foot1 dd img{margin-right: 1.5rem;margin-top: 1.7rem;}
.foot1 .ewm{width: 15rem;}
.foot1 .ewm+.ewm{margin-left: 3rem;}
.foot1 .ewm img{width: 100%;}
.foot1 .ewm p{display: block;text-align: center;
	font-size: 1.6rem;color: #FFFFFF;line-height: 4.5rem;opacity: 0.7;}

.foot2{display: flex;align-items: center;padding: 1.8rem 0 2.4rem;border-top: 1px solid rgba(255,255,255,.1);}
.foot2 .f2l{}
.foot2 .f2r{margin-left: auto;}
.foot2 a,.foot2 span{font-size: 1.6rem;color: #FFFFFF;line-height: 3.2rem;opacity: 0.5;}
.foot2 span a{opacity: 1;}
.yqlj_box{position: relative;display: block;border: 1px solid #004B96;}
.yqlj{display: flex;flex-direction: row-reverse;background: #004B96;}
.yqlj span{display: block;height: 5rem;line-height: 4.8rem;color: #ffffff;border: 1px solid #004B96;box-sizing: border-box;padding: 0 1.8rem 0 5rem;background: url(../images/yqlj.png) no-repeat;background-position: 1.5rem 1.4rem;font-size: 1.6rem;opacity: .7;}
.yqlj i.jt{display:block;height: 5rem;width: 5rem;margin: 0;background: url(../images/downjt.png) no-repeat #00366C;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 5.1rem;left: 0;background: #004B96;text-align: center;}
.yqlj_list a{display: block;color: #FFFFFF;height: 5rem;line-height: 5rem;}
.yqlj_list a:hover{color: #fff;}
.h-footer a:hover{opacity: 1;}





.rightMenu{position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 998;}
.rmItem{position: relative;margin-bottom: 5px;cursor: pointer;display: block;box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);}
.rmItem .icon{width: 50px;height: 50px;background: #0075C5;display: flex;align-items: center;justify-content: center;}
.rmItem .icon img{display: block;}
.rmItem .desc{position: absolute;right: 100%;margin-right: 5px;top: 0;margin-top: 10px;opacity: 0;visibility: hidden;transition: .3s;box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);}
.rmItem .desc .atit{height: 60px;line-height: 60px;background: #FFFFFF;width: 200px;text-align: center;font-size: 18px;font-weight: bold;color: #0075C5;}
.rmItem .desc .img{width: 150px;padding: 0px;background: #FFFFFF;}
.rmItem .desc .img img{width: 100%;}
.rmItem:hover .desc{margin-top: 0;visibility: visible;opacity: 1;}






@media screen and (max-width:1720px) {
	.w1520{width: 1320px;}
	.ysDescItem{padding-left: calc((100vw - 1320px)/2);}
	.ysNpp{padding-right: calc((100vw - 1320px)/2);}
	
}
@media screen and (max-width:1520px) {
	.w1520{width: 1120px;}
	.ysDescItem{padding-left: calc((100vw - 1120px)/2);}
	.ysNpp{padding-right: calc((100vw - 1120px)/2);}
	.h-nav .li{margin-right: 4rem;}
	
	.lcItem .icon{zoom: .9;}
	
}
@media screen and (max-width:1320px) {
	.w1520{width: 1000px;}
	.ysDescItem{padding-left: calc((100vw - 1000px)/2);}
	.ysNpp{padding-right: calc((100vw - 1000px)/2);}

	.lcItem .icon{zoom: .8;}
	
}
@media screen and (max-width:1199px) {
	html{font-size: 10px;}
	.w1520{width: 100%;padding: 0 20px;}
	.ysDescItem{padding-left: 20px;}
	.ysNpp{padding-right: 20px;}
	
	.h-header{display: none;}
	.wap_header{display: flex;}
	
	.Banner{height: auto;}
	.mySwiperBannerPC{display: none;}
	.mySwiperBannerWAP{display: block;}
	.Banner .swiper-pagination{bottom: 2rem;}
	.Banner .swiper-pagination-bullet{zoom: .75;}
	
	.biItem{padding: 1.5rem 0;}
	.biItem .img{max-width: 3rem;}
	.biItem .desc span{font-size: 3rem;}
	.biItem .desc p{font-size: 1.4rem;}
	.indProSelList{flex-wrap: wrap;}
	
	.indTitle{padding: 6rem 0 2.5rem;}
	.indTitle .atit{font-size: 1.8rem;}
	.indTitle .btit{font-size: 3.2rem;}
	
	.sec1{padding-bottom: 8rem;}
	.indProSel{height: 5rem;font-size: 1.4rem;min-width: 12rem;}
	.indProBox{margin-top: 2rem;gap: 10px;}
	.indProItem1 .desc span{font-size: 1.8rem;}
	.indProItem1 .desc i{width: 7rem;height: 7rem;}
	.indProItem2 .desc{font-size: 1.4rem;}
	
	.ysDescItem{padding-right: 10rem;}
	.ysImg{width: calc(50% + 6rem);margin-left: -6rem;}
	.ysDescItem{padding-top: 1rem;padding-bottom: 5rem;}
	.ysDescItem .atit{font-size: 6rem;}
	.ysDescItem .line{height: 6rem;}
	.ysDescItem .btit{font-size: 2.8rem;}
	.ysDescItem .ctit{font-size: 1.4rem;margin-bottom: 4rem;}
	.ysNpp-pagination{margin: 0px 3rem;}
	.ysNpp{height: 8rem;}
	
	.snItem span{font-size: 5rem;}
	.snItem p{font-size: 1.4rem;}
	
	.serviceSelList{width: 20rem;}
	.serviceSel{padding: 3rem 0 3rem 2rem;}
	.serviceSel span{font-size: 2rem;padding: 0 1.5rem;}
	.serviceDesc{width: calc(100% - 20rem);}
	
	.serviceItem .desc .more{width: 10rem;height: 11rem;}
	.serviceItem .desc .info{width: calc(100% - 10rem);padding: 1.2rem 2rem 0 3rem;}
	.serviceItem .desc .info p{font-size: 2.4rem;}
	.serviceItem .desc .info span{font-size: 1.6rem;line-height: 2.4rem;max-height: 4.8rem;}
	
	.inABL{padding-right: 3rem;}
	.inABL .btit{font-size: 1.4rem;margin: 1.5rem 0 4rem;}
	.inABR{position: relative;}
	.inABR img{position: sticky;top: 7rem;}
	
	.honorSelList{padding: 3rem 0 1.5rem;}
	
	.sec6 {padding-bottom: 8rem;}
	.caseSel{height: 6rem;}
	.caseSel .icon{margin-right: .5rem;}
	.caseSel span{font-size: 1.6rem;}
	.caseImg{width: 55%;}
	.caseDesc{width: 45%;}
	.caseDesc .desc{padding: 4rem 3rem 5rem;}
	.caseDesc .atit{font-size: 2.4rem;}
	.caseDesc .btit{font-size: 1.4rem;margin-bottom: 3rem;}
	.case-prev{left: 2rem;}
	.case-next{right: 2rem;}
	.service-prev{left: 2rem;}
	.service-next{right: 2rem;}
	
	.sec7{padding-bottom: 8rem;}
	.khDesc{padding: 1rem 2rem;}
	.khDesc .atit{font-size: 6rem;}
	.khDesc .atit sup {font-size: 4rem;}
	.khDesc .btit{font-size: 1.2rem;}
	.indkh{gap: 1rem;}
	
	.lcBox{flex-wrap: wrap;margin: -0.5rem;}
	.lcItem{width: calc(25% - 1rem);margin: 0.5rem;}
	.lcItem span{font-size: 1.6rem;}
	
	.indTitLR .indTitR{padding-bottom: 2rem;}
	
	.sec9 {padding-bottom: 8rem;}
	.indNewsL{width: calc(50% - 1.5rem);}
	.indNewsR{width: calc(50% - 1.5rem);}
	.indNewsR .indNewsItem .desc{width: calc(100% - 15rem);padding-right: 2rem;}
	.indNewsR .indNewsItem .img{width: 15rem;}
	.indNewsItem+.indNewsItem {margin-top: 2rem;}
	.indNewsItem .desc p{line-height: 4rem;height: 4rem;}
	.indNewsR .indNewsItem {align-items: center;}
	
	
	.foot1{padding: 40px 0 40px;flex-wrap: wrap;}
	.foot1 .li.dt{display: none;}
	.foot2{display: block;text-align: center;padding: 10px 0 10px;}
	.foot2 .f2r{display: none;}
	.foot2 a, .foot2 span{font-size: 12px;display: inline-block;line-height: 20px;}
	.foot1 .ewm{width: 120px;}
	.foot1 .ewm p{font-size: 1.4rem;}
	.foot1 dd{margin-top: 1rem;}
	.foot1 dd img{margin-top: .5rem;}
	.foot1 dd a, .foot1 dd span{margin-top: 3px;font-size: 1.4rem;line-height: 1.5;}
	
	.rightMenu{display: none;}
	
}

@media screen and (max-width:780px){
	.w1520{width: 100%;padding: 0 15px;}
	.ysDescItem{padding-left: 15px;}
	.ysNpp{padding-right: 15px;}
	
	
	.indkh{grid-template-columns: repeat(3, 1fr);gap: .5rem;}
	.khItem:nth-last-child(1),.khItem:nth-last-child(2){display: none;}
	.khDesc{display: none;}
	
	.foot1 .li.e {display: none;}
	
	
	.Banner .swiper-pagination{bottom: 1.5rem;}
	.bannerInfo{flex-wrap: wrap;}
	.biItem {width: 33.333%;padding: 1rem 1rem;min-height: 8rem;}
	.biItem:nth-of-type(4),.biItem:nth-of-type(5){width: 50%;border-top: 1px solid #fff;}
	
	.indProSel{width: calc(50% - 2px);min-width: 0;}
	.indProBox{grid-template-rows: repeat(1, 1fr);grid-template-columns: repeat(2, 1fr);}
	.indProItem1{grid-row: span 1;}
	
	
	
	.indTitLR{flex-wrap: wrap;}
	
	.sec1 {padding-bottom: 6rem;}
	.indProItem1 .desc i {width: 6rem;height: 6rem;}
	.indProItem1 .desc span {font-size: 1.6rem;}
	
	.indYsBox{flex-wrap: wrap;}
	.ysDesc {width: 100%;}
	.ysDescItem{padding: 3rem 1.5rem 2rem;}
	.ysImg{width: 100%;margin: 0;margin-top: -8rem;}
	.ysNpp {height: 8rem;}
	.ysNpp-pagination{margin: 0 2rem;}
	.ysNpp-pagination span{font-size: 2.4rem;color: #fff;}
	.ysNpp-prev{background: url(../images/iconLeft1.png);}
	.ysNpp-next{background: url(../images/iconRight1.png);}
	.ysDescItem .line {height: 4rem;}
	.ysDescItem .btit{margin: 1.2rem 0 2rem;}
	
	.serviceNum{display: none;}
	
	.serviceBox{margin: 0;flex-wrap: wrap;}
	.serviceSelList{width: 100%;display: flex;flex-wrap: wrap;}
	.serviceSel{width: 33.333%;flex-direction: column;padding: 1.5rem 0.5rem;border-right: 1px solid #0066AB;}
	.serviceSel:nth-of-type(4),.serviceSel:nth-of-type(5){width: 50%;}
	.serviceSel span{font-size: 1.6rem;padding: 1rem 0 0;}
	.serviceSel .more{display: none;}
	.serviceDesc{width: 100%;}
	.serviceItem .img{height: auto;}
	.serviceItem .desc{position: relative;}
	.serviceItem .desc .info{padding: 1.2rem 1.5rem 1rem 2rem;width: calc(100% - 8rem);}
	.serviceItem .desc .info p{font-size: 2rem;}
	.serviceItem .desc .info span {font-size: 1.4rem;line-height: 2rem;max-height: 4rem;}
	.serviceItem .desc .more{width: 8rem;height: 10rem;}
	.service-prev {left: 1.5rem;}
    .service-next {right: 1.5rem;}
	
	.sec4{padding-bottom: 2rem;}
	.indAbout{flex-wrap: wrap;}
	.inABL{width: 100%;padding-right: 0;}
	.inABL .atit{text-align: center;font-size: 2.4rem;}
	.inABL .btit{margin: 0.5rem 0 2rem;}
	.inABR{width: 100%;margin-top: 2rem;}
	
	.honorSel{min-width: 10rem;font-size: 1.5rem;}
	
	.sec6 {padding-bottom: 6rem;}
	.caseSelList{flex-wrap: wrap;}
	.caseSel{width: 33.333%;flex-direction: column;padding: 1rem .5rem;height: auto;}
	.caseSel:nth-of-type(1),.caseSel:nth-of-type(2){width: 50%;}
	.caseSel span{padding-top: 1rem;text-align: center;}
	.caseBox{margin-top: 1rem;flex-wrap: wrap;}
	.caseImg{width: 100%;}
	.caseDesc{width: 100%;}
	.caseDesc .desc {padding: 3rem 2rem 3rem;}
	.case-prev {left: 1rem;}
	.case-next {right: 1rem;}
	
	.sec7 {padding-bottom: 6rem;}
	
	.indTitle{padding: 5.5rem 0 2rem;}
	
	.lcItem{width: calc(50% - 1rem);height: 14rem;}
	
	.indSelList{margin: -0.5rem -0.5rem 0;}
	.indSel{margin: 0.5rem;}
	.indTitLR .indTitR {padding-bottom: 1rem;margin-top: -1rem;}
	
	.sec9 {padding-bottom: 6rem;}
	.indNewsBox{flex-wrap: wrap;}
	.indNewsItem .desc span{line-height: 2rem;height: 4rem;}
	.indNewsL{width: 100%;margin: 0;}
	.indNewsL .indNewsItem .img{height: auto;}
	.indNewsR{width: 100%;margin: 2rem 0 0;}
	.indNewsR .indNewsItem .desc{width: calc(100% - 12rem);padding-right: 1.5rem;}
	.indNewsR .indNewsItem .img {width: 12rem;height: 12rem;}
	.indNewsR .indNewsItem .desc span{height: 6rem;}
	.indNewsR .indNewsItem .desc p{margin-bottom: 0;}
	
	.indTitLR .indTitL{width: 100%;}
	.indTitLR .indTitle{text-align: center;}
	.indTitLR .indTitR{width: 100%;}
	.indSelList{justify-content: center;}
	
}














.nyBanner{height: 48rem;position: relative;}
.nyBanner .img{height: 100%;background: #000;}
.nyBanner .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;opacity: .9;}
.nyBanner .desc{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;font-size: 4rem;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.mbxBox{border-bottom: 1px solid #ccc;background: #fff;}
.mbxBox>div{display:flex;min-height: 8rem;align-items: center;}
.mbxBox .mbL{margin-right: auto;}
.mbxBox .mbL,.mbxBox .mbR{display:flex;align-items: center;}
.mbxBox span{display: block;font-size: 1.6rem;color: #333;line-height: 1.5;font-weight: bold;}
.mbxBox a{display: block;font-size: 1.6rem;color: #666;line-height: 1.5;margin-left: 1rem;}
.mbxBox img{margin-right: .5rem;}
.mbxBox a:hover{color: #0075C5;}

@media screen and (max-width:1199px){
	.nyBanner{height: 36rem;}
	.nyBanner .desc{font-size: 2.8rem;}
	.mbxBox .mbL{display: none;}
	.mbxBox span,.mbxBox a{font-size: 1.4rem;}
	.mbxBox>div{min-height: 6rem;}
}
@media screen and (max-width:780px){
	.nyBanner{height: 35vh;}
	.nyBanner .desc{padding-bottom: 3rem;}
}



.pd5rem{padding: 5rem 0 8rem;}
.listPro{display: flex;}
.listPro .lpL{width:28rem;margin-right: auto;}
.lpTit{display: flex;flex-direction: column;align-items: center;justify-content: center;background: #0075C5;position: relative;height: 15rem;}
.lpTit::after{content: "";display: block;width: calc(100% - 16px);height: calc(100% - 16px);border: 1px solid #fff;top: 8px;left: 8px;position: absolute;}
.lpTit p{display:block;text-align:center;color: #fff;font-size: 4rem;line-height: 1.5; font-weight: bold;}
.lpTit span{display:block;text-align:center;color: #fff;font-size: 1.4rem;line-height: 1.5;text-transform: uppercase;}
.lpa{background: #f5f5f5;padding: 2rem 2rem;}
.lpa .a{display:block;position: relative;font-size: 1.8rem;line-height: 1.5;padding: 1.6rem 2rem;color: #333;background: #fff;margin-bottom: 10px;}
/* .lpa .a:before{content: "";display: block;width: 1rem;height: 1rem;border-radius: 100%;border: 1px solid #ccc;position: absolute;left: 1rem;top: 50%;margin-top: -.5rem;transition: .3s;} */
.lpa .a:hover,.lpa .a.active{background:#0075C5;color: #ffffff;}
.lpa .a:hover:before,.lpa .a.active:before{border-color: #0075C5;}
.lpa .a.active:before{background: #0075C5;}
.listPro .lpR{width: calc(100% - 32rem);}


@media screen and (max-width:1199px) {
	.listPro .lpL{width:24rem;}
	.listPro .lpR{width: calc(100% - 27rem);}
	.lpa{padding: 1.5rem 1.5rem;}
}
@media screen and (max-width:780px) {
	.pd5rem{padding: 3rem 0 5rem;}
	.listPro{flex-wrap: wrap;}
	.listPro .lpL{width: 100%;margin-bottom: 2rem;}
	.listPro .lpR{width: 100%;}
	.lpTit{height: 8rem;}
	.lpTit p{font-size: 2.4rem;}
	.lpTit span{font-size: 1.2rem;}
	.lpTit::after{width: calc(100% - 10px);height: calc(100% - 10px);top: 5px;left: 5px;}
	.lpa {padding: 0.5rem 1rem;display: flex;flex-wrap: wrap;padding-left: 0;}
	.lpa .a{padding: .8rem 0 .8rem 3rem;font-size: 1.5rem;background: none;}
	.lpa .a:before{left: 1.3rem;}
	.lpa .a:before{content: "";display: block;width: 1rem;height: 1rem;border-radius: 100%;border: 1px solid #ccc;position: absolute;left: 1rem;top: 50%;margin-top: -.5rem;transition: .3s;}
	.lpa .a:hover,.lpa .a.active{background: none;color: #0075C5;}
	
}


.tjNews{padding-top:6rem;}
.tjTit{border-bottom: 1px solid #e7e8e8;display: flex;margin-bottom: 2rem;}
.tjTit p{display: block;background-color: #0075C5;color: #fff;padding: 0 5rem;height: 5rem;line-height: 5rem;font-size:1.6rem;}
.tjNewsList{display:flex;flex-wrap:wrap;margin: -1rem;}
.tjNewsItem{width: calc(25% - 2rem);display:block;margin: 1rem;border: 1px solid #ccc;background: #fff;padding: 2rem;}
.tjNewsItem .atit{font-size: 1.8rem;line-height: 2.5rem;height: 2.5rem;color: #333333;font-weight:bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: .3s;}
.tjNewsItem .btit{font-size: 1.5rem;line-height: 2.2rem;height: 4.4rem;color: #666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin: 1rem 0 0.5rem;}
.tjNewsItem .ctit{font-size: 1.4rem;line-height: 2rem;color: #666666;}
.tjNewsItem:hover .atit{color: #0075C5;}
@media screen and (max-width:780px) {
	.tjNewsItem{width: calc(50% - 1rem);margin: .5rem;padding: 1.5rem;}
}
			
			
.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:4rem 0px 0rem 0px;}
.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}
.pages a:link,.pages a:visited {color:#666666;}
.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}
.pages a:hover {background:#0075C5;color:#FFFFFF;border:1px solid #0075C5;text-decoration:none;text-align:center;padding:2px 5px;}
.pages .cpb {font-weight:bold;color:#FFFFFF;background:#0075C5;border:1px solid #0075C5;text-align:center;margin:0px 2px;padding:2px 5px;}
.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}
.pagination {text-align:center;}
.pagination li {display:inline-block;color:#333333;margin:0px 5px 0px 0px;vertical-align:middle;}
.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}
.pagination li a:hover {background:#0075C5;color:#ffffff;}
.pagination li a.thisclass {background:#0075C5;color:#ffffff;border:1px solid #0075C5;cursor:default;}
.pagination li a.thisclass:hover {background:#0075C5;color:#ffffff;border:1px solid #0075C5;cursor:default;}
.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}
.pagination li .pageinfo strong {color:#555555;font-weight:normal;}
.pagination table {text-align:center;margin:10px 0px 0px 25%;}
.pagination table td {padding:0px 2px;}
#pages {text-align:right;}
#pages a {display:inline-block;height:33px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;}
#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}
#pages span {display:inline-block;height:33px;padding:0 14px;line-height:30px;background:#0075C5;border:1px solid #0075C5;color:#ffffff;text-align:center;}

@media screen and (max-width:780px){
	.pagesDiv{padding: 2rem 0px 0rem 0px;}
}




.CTatit{font-size: 4rem;line-height: 1.5;color: #0075C5;text-align: center;font-weight: bold;}
.CTbtit{font-size: 1.6rem;line-height: 1.8;color: #666;margin: 2rem 0 4rem;text-align: center;}
.xcCT1{text-align:center;padding: 8rem 0 10rem;}
.ctlxList{display: flex;flex-wrap: wrap;}
.ctlxItem{width: 33.333%;}
.ctlxItem .img{display: block;width: 10rem;height: 10rem;background-color: #fff;border: solid 1px #dcdcdc;position: relative;border-radius: 50%;overflow: hidden;margin: 0 auto;transition: .5s;}
.ctlxItem .img img{position: absolute;left: 0;right: 0;bottom: 0;margin: auto;transition: .5s;}
.ctlxItem .img .img1,.ctlxItem:hover .img .img2{top: 0;}
.ctlxItem .img .img2,.ctlxItem:hover .img .img1{top: -160%;}
.ctlxItem:hover .img{border-color: #0075C5;background: #0075C5;}
.ctlxItem .desc{text-align: center;margin-top: 2rem;}
.ctlxItem .desc p{display: block;font-size: 1.6rem;color: #333;line-height: 1.5;}
.ctlxItem .desc span{display: block;font-size: 2rem;color: #333;line-height: 1.5;}
.swiperGC .swiper-button-prev,.swiperGC .swiper-button-next{width: 18px;height: 34px;margin-top: -17px;}
.swiperGC .swiper-button-prev:after,.swiperGC .swiper-button-next:after{display:none;}
.swiperGC .swiper-button-prev{background: url(../images/co-prev.png) no-repeat center center;left: 2rem;background-size: 100%;}
.swiperGC .swiper-button-next{background: url(../images/co-next.png) no-repeat center center;right: 2rem;background-size: 100%;}


.xcCT2{display:flex;}
.xcCT2 .imgBox{width:50%;}
.swiperGC{position: relative;overflow: hidden;}
.swiperGC .img{width:100%;height:100%;position: relative;}
.swiperGC .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;min-height: 30rem;}
.swiperGC p{position:absolute;bottom: 0;left: 0;width: 100%;text-align: center;padding: 2rem 1rem;font-size: 1.8rem;line-height: 1.5;color: #fff;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));}
.xcCT2 .map{width:50%;}
.my-map {margin: 0 auto;width: 100%;height: 100%;}
.my-map .icon {background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;}
.my-map .icon-cir {height: 31px;width: 28px;}
.my-map .icon-cir-red {background-position: -11px -5px;}
.amap-container {height: 100%;}
.myinfowindow {width: 240px;min-height: 50px;}
.myinfowindow h5 {height: 20px;line-height: 20px;overflow: hidden;font-size: 14px;font-weight: bold;width: 220px;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;}
.myinfowindow div {margin-top: 10px;min-height: 40px;line-height: 20px;font-size: 13px;color: #6f6f6f;}


.xcCT3{padding: 8rem 0 10rem;}
.contact-input{text-align:center;margin-top:3rem;}
.contact-input1{display:flex;flex-wrap:wrap}
.contact-input1 li{width:49.3%;margin-bottom:1.3%;margin-right:1.3%;position:relative}
.contact-input1 li:nth-child(2){margin-right:0}
.contact-input1 li:nth-child(3){margin-right:0;width:100%}
.contact-input1 li:last-child{width:100%;margin-right:0}
.contact-input input{font-size:1.6rem;background-color:#fff;padding:1.5rem;width:100%;color:#444;border:solid 1px #dcdcdc}
.contact-input textarea{font-size:1.6rem;color:#444;background-color:#fff;padding:1.4rem;width:100%;min-height:12rem;border:solid 1px #dcdcdc}
.proinfo-more{cursor:pointer;width:100%;margin:0 auto;display: block;width: 20rem;height: 5rem;background-color: #0075C5;border-radius: 2.5rem;text-align: center;line-height: 5rem;font-size: 1.6rem;transition: .5s;color: #fff;}

@media screen and (max-width:1199px) {
	.xcCT1{padding: 6rem 0 8rem;}
	.xcCT3{padding: 6rem 0 8rem;}
	.CTatit{font-size: 2.8rem;}
	.CTbtit{font-size: 1.4rem;margin: 1rem 0 3rem;}
	.CTbtit p{display:inline;}
	.ctlxItem .desc span{font-size: 1.6rem;}
	.contact-input input{font-size: 1.5rem;}
	.contact-input textarea{font-size: 1.5rem;}
	
	.RighInfo003141 .intro .title{font-size: 2.8rem;}
	.proTitle p{font-size: 2.8rem;}
	.sol2-box2 .title{font-size: 2.8rem;}
	.PicList003142_2 li{margin-bottom: 2rem;}
	
}
@media screen and (max-width:780px) {
	.ctlxItem .img{zoom:.75;}
	.ctlxItem .desc{padding: 0 1rem;}
	.ctlxItem .desc span {font-size: 1.4rem;color: #666;}
	.xcCT1{padding: 5rem 0 6rem;}
	.xcCT3{padding: 5rem 0 6rem;}
	.xcCT2{flex-direction: column-reverse;}
	.xcCT2 .imgBox {width: 100%;}
	.xcCT2 .map {width: 100%;height:40vh;}
	
	.PicList002433 .list li p{font-size: 1.5rem;}
	.PicList002433 .list .ul-4 li{width: 50%;}
	.PicList002433 .list li aside{padding-top: 25px;height: 60px;}
	.PicList002433 .list li:after{display: none;}
	
	.PicList002220 li .txt{padding: 1rem;}
	.PicList002220 li .tit{font-size: 1.6rem;}
	
	.proTitle{padding: 5rem 0 2rem;}
}
	
	
.greyBg{background: #EFEFEF;}


.video-open {position: relative;}
.video-open i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);cursor: pointer;}
.layui-layer-video{display: block;max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}