@charset "utf-8";
html,body{scroll-behavior: smooth;}
html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
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;/*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;}
.container{position: relative;width: 1740px;margin: 0 auto;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}
/* .flex {display: flex;height: 100%;} */
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}



@font-face {
	font-family: DIN;
	src: url(/template/default/skin/css/../fonts/DIN-BOLD.OTF);
}







.h-header-zw{display: block;width: 100%;height: 100px;}
.h-header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99998;display: flex;align-items: center;padding-left: 100px;transition: .3s;background: #FFFFFF;}
.h-nav{display: flex;margin-left: auto;}
.h-nav>.li{margin-right: 50px;position: relative;}
.h-nav>.li>a{font-size: 18px;color: #000000;line-height: 100px;transition: .3s;}
.h-nav>.li.active>a,.h-nav>.li:hover>a{color: #30318B;}

.h-nav .h-subnav {width:200px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translate(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav.long{width: 240px;}
.h-nav .h-subnav ol {padding:0px 0;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 16px;text-align: center;font-weight: normal;text-wrap: nowrap;}
.h-nav .h-subnav a:hover {background:#1D2088;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}




.h-lang{border-left: 1px solid rgba(255,255,255,.1);}
.h-lang a{display: flex;align-items: center;justify-content: center;width: 120px;height: 100px;transition: .3s;}
.h-lang a span{font-size: 18px;color: #FFFFFF;}
.h-lang a i{display: block;width: 15px;height: 10px;background: url(/template/default/skin/css/../images/xjt1.png);margin-left: 5px;}
.h-more{display: flex;align-items: center;justify-content: center;background: #1D2088;width: 120px;height: 100px;border-left: 1px solid rgba(255,255,255,.1);cursor: pointer;transition: .3s;}
.h-more img{transition: .3s;}
.h-lang a:hover{opacity: .7;}
.h-more:hover img{opacity: .7;}

.h-header.active{box-shadow: 0px 0px 5px #ccc;}
.h-header.active .h-nav>.li>a{line-height: 80px;}
.h-header.active .h-more{height: 80px;}
.h-header.active .indexNavSelect{top: 80px;}

.h-search{margin: 0 40px;position: relative;cursor: pointer;}
.h-search::before{content: "";display: block;width: 1px;height: 20px;background: #CCCCCC;position: absolute;left: -40px;top: 50%;transform: translateY(-50%);}
.h-search img{display: block;}


.in-nav {width: 100%;height: 100%;background-size: cover;background-position: center;overflow: hidden;position: fixed;top: 0;left: 0;z-index: 99;padding: 100px 150px 80px;-webkit-clip-path: circle(0% at 100% 0px);clip-path: circle(0% at 100% 0px);transition: -webkit-clip-path 1.5s;transition: clip-path 1.5s;transition: clip-path 1.5s, -webkit-clip-path 1.5s;background-color: #fff;z-index: 99999;}
.in-nav.open {-webkit-clip-path: circle(150% at 100% 0px);clip-path: circle(150% at 100% 0px)}
.in-nav .close {position: absolute;top: 3.125vw;right: 5.7292vw;color: #fff;background: #30318B;transition: transform .6s;width:50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;overflow: hidden;transition:ease .8s; cursor: pointer;outline: none;}
.in-nav .close .iconfont{ font-size: 20px; font-weight: bold; display: inline-block;}
.in-nav .close:hover {transform: rotate(180deg)}
.in-nav .con{display:flex;flex-direction:column;height:100%}
.in-nav ul{display:flex;justify-content:space-between;flex:1;border-bottom:1px solid #9aa1a8;line-height:1}
.in-nav ul .link{font-size:14px;color:#26272a;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;}
.in-nav ul .link::after{content:"";display:block;width:100%;height:1px;background:#30318B;margin-top:4px;opacity:0;transition:opacity .5s}
.in-nav ul .link:hover{color:#30318B !important}
.in-nav ul .link:hover::after{opacity:1}
.in-nav ul .link:first-child{font-size:20px;color:#000;margin-bottom:2em;font-weight:bold}
.in-nav ul .link:not(:last-child){margin-bottom:1em}
.in-nav .info{display:flex;justify-content:space-between;margin-top:35px;color:#3f4247;font-size:14px}
.in-nav .info .item{margin-bottom:1em}
.in-nav .info .item span:first-child{margin-right:.5em}
.in-nav .info .tel span:last-child{font-size:24px;color:#30318B}
.in-nav .info .email span:last-child{border-bottom:1px solid}
.in-nav .qrs{display:flex}
.in-nav .qrs .qr-box{text-align:center;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:#000;margin:0;margin-left:20px;line-height:2.5}
.in-nav .qrs .qr-box .qr{margin:0;max-width:100px;/* padding:10px; */background:#fff}
.qr-box .qr img{display:block;width: 100%;}

.indexNavSelect {position: fixed;left: 0;top: 100px;width: 100%;z-index: 18;overflow: hidden;display: none;transition: .3s;}
.h-nav>.li:hover .indexNavSelect{display: block;}
.indexNavSelect .item .boxLeft {display: block;background: #30318B;width: 42%;opacity: 0.8;}
.indexNavSelect .item .boxRight {width: 58%;background: #fff;padding: 120px 0;position: relative;align-items: center;}
.indexNavSelect .item .boxRight p {position: absolute;transform: translateY(-50%);left: 100px;color: #f8f8f8;font-size: 190px;text-wrap: nowrap;top: 40%;}
.indexNavSelect .item .boxRight .left {font-size: 32px;box-sizing: border-box;width: 350px;padding-left: 100px;position: relative;}
.indexNavSelect .item .boxRight .right {line-height: 2;position: relative;width: calc(100% - 350px);}
.indexNavSelect .item .boxRight .right a {font-size: 16px;color: #999;margin-right: 20px;display: inline-block;}
.indexNavSelect .item .boxRight .right a:hover {color: #30318B;}
.indexNavSelect .item .boxRight .right .active {color: #30318B;}
.flexBetween {display: -webkit-flex;display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexStart {display: -webkit-flex;display: flex;justify-content: flex-start;flex-wrap: wrap;}

.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9998;}
.search-alert {position: fixed;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 99999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 30px;height: 30px;position: absolute;top: 35px;right: 2.6%;cursor: pointer;background: url(/template/default/skin/css/../images/colse.png) no-repeat center;background-size: 18px auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 60px;margin-top: -63px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 30px;position: absolute;left: 0;height: 50px;width: 50px;top: 50%;margin-top: -25px;background: url(/template/default/skin/css/../images/z_img9.png) no-repeat center;background-size: 28px auto;}
.search-alert .cent-form .tex {border: none;font-size: 40px;height: 50px;line-height: 50px;text-align: center;width: 100%;color: #fff;background: none;padding-left: 100px;padding-right: 140px;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 50px;font-size: .8rem;line-height: 50px;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 120px;text-align: center;font-size: 26px;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}



.h-footer{position:relative;background-color: #222222;overflow: hidden;}
.foot1{padding: 50px 0 50px;position: relative;z-index: 98;}
.foot1>div{display: flex;}
.foot1 .h-info{display: flex;flex-direction: column;width: 320px;}
.foot1 .h-logo{margin-bottom: 40px;display: block;}
.foot1 .lineInfo{display: flex;align-items: flex-start;}
.foot1 .lineInfo+.lineInfo{margin-top: 20px;}
.foot1 .lineInfo img{width: 16px;margin-top: 3px;}
.foot1 .lineInfo span{padding-left: 15px;width: calc(100% - 16px);display: block;font-size: 16px;color: #FFFFFF;line-height: 25px;opacity: 0.5;}
.foot1 .h-nav{display:flex;justify-content: space-between;width: calc(100% - 300px);padding-left: 200px;}
.foot1 .h-nav dl{width: 100%;}
.foot1 .h-nav dt{margin-bottom: 25px;}
.foot1 .h-nav dt a{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 36px;}
.foot1 .h-nav dd a{font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}
.foot1 .h-nav dd+dd{margin-top: 18px;}
.foot1 .h-nav dd img{width: 100%;display: block;padding-top: 5px;}
.footEwm{max-width: 150px;}
.foot2{border-top: 1px solid #333333;padding: 25px 0;position: relative;z-index: 98;}
.foot2>div{display: flex;}
.foot2 .f2l{margin-right: auto;}
.foot2 span,.foot2 a{display: inline-block;font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}
.h-footer a:hover{opacity: 1!important;}

.returnTop{position: absolute;right: 0;top: 0;height: 100%;width: 100px;z-index: 99;background: #1C2189;display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer;}
.returnTop img{display: block;transition: .3s;}
.returnTop span{display: block;text-align: center;font-size: 16px;color: #FFFFFF;line-height: 18px;width: 24px;margin-top: 20px;}
.returnTop:hover img{animation: mousedown 1s infinite;}

.wave-canvas-wrapper{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}




.banner{position: relative;}
.banner::after{content: "";display: block;width: 100%;height: 1px;background: #EEFCFF;opacity: 0.2;position: absolute;left: 0;bottom: 100px;z-index: 999;}
.pcbanner{display: block;}
.wapbanner{display: none;}
.bannerItem{width: 100%;}
.bannerItem img{width: 100%;height:calc(100vh - 100px);object-fit: cover;object-position: center;}
.mySwiperBanner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperBanner .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.banner .movehouse{position: absolute;bottom: 50px;left: 50%;margin-left: -11px;;width:22px;animation: mouse 1.5s infinite;z-index: 999;}
.banner .movehouse img{width: 100%;}
@keyframes mouse{
	0{transform: translateY(0px);}
	50%{transform: translateY(20px);}
	100%{transform: translateY(0px);}
}

.indNPBox{position: absolute;bottom: 25px;right: calc((100vw - 1520px)/2);display: flex;z-index: 99;}
.indNPBox .swiper-button-next::after,.indNPBox .swiper-button-prev::after{display: none;}
.indNPBox .swiper-button-next,.indNPBox .swiper-button-prev{position: relative;bottom: auto;left: auto;right: auto;display: block;width: 50px;height: 50px;border: 1px solid rgba(255,255,255,.3);border-radius: 100%;display: flex;align-items: center;justify-content: center;transition: .3s;}
.indNPBox .swiper-button-next{margin-left: 20px;}
.indNPBox .swiper-button-next:hover,.indNPBox .swiper-button-prev:hover{background: #1b489d;border-color: #1b489d;}
.banner .swiper-pagination{bottom: 25px;left: calc((100vw - 1520px)/2);display: flex;}
.banner .swiper-pagination-bullet{width: auto;height: auto;background: none;font-size: 14px;font-family: DIN;font-weight: bold;color: #FFFFFF;opacity: 0.5;position: relative;display: flex;align-items: center;margin: 0 30px 0 0!important;}
.banner .swiper-pagination-bullet::after{content: "";display: block;height: 1px;background: #FFFFFF;width: 0px;transition: .3s;margin-left: 5px;}
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .swiper-pagination-bullet-active::after{width: 10px;}




.indTitle{padding: 100px 0 45px;}
.indTitle .atit{font-size: 18px;font-family: Arial;color: #E6212A;line-height: 1;text-transform: uppercase;}
.indTitle .btit{font-size: 40px;font-weight: bold;color: #000000;line-height: 1.3;position: relative;margin-top: 8px;}
.indTitle .btit::before{content: "";display: block;width: 40px;height: 4px;background: #E6212A;position: absolute;left: -50px;top: 50%;}
.indTitle .ctit{font-size: 18px;line-height: 1.5;color: #666666;max-width: 860px;margin: 40px 0 -5px;}

.indA{display: flex;width: 180px;height: 50px;background: #1C2189;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;line-height: 1;transition: .3s;}
.indA i{display: block;width: 6px;height: 11px;background: url(/template/default/skin/css/../images/iconRight3.png);margin: 1px 0 0 25px;}
.indA:hover{transform: translateY(-10px);transform: 0px 5px 10px 0 #ccc;}



.sec1{padding-bottom: 100px;}
.indProBox {position: relative;}
.mySwiperPro {width: 100%;position: relative;overflow: hidden;padding: 10px 0;margin: -10px 0;}
.indProBox .swiper-slide {display: flex;justify-content: center;align-items: center;}
.indProItem{display: block;width: 100%;transition: .3s;}
.indProItem .img{overflow: hidden;}
.indProItem .img img{display: block;width: 100%;transition: .5s;}
.indProItem p{display: block;height: 60px;line-height: 60px;text-align: center;padding: 0 15px;background-image: url(/template/default/skin/css/../images/indProBg1.jpg);background-size: cover;background-position: center;font-size: 20px;color: #333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indProItem:hover{transform: translateY(-10px);box-shadow: 0px 5px 10px 0px #ccc;}
.indProItem:hover p{background-image: unset;background-color:#1C2189;color: #FFFFFF;}
.indProBox .swiper-button-prev::after,.indProBox .swiper-button-next::after{display: none;}
.indProBox .swiper-button-prev,.indProBox .swiper-button-next{display: block;width: 80px;height: 80px;margin-top: -40px;background-color: #FFFFFF;background-image: url(/template/default/skin/css/../images/iconRight1.png);background-repeat: no-repeat;background-position: center;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);border-radius: 50%;transition: .3s;}
.indProBox .swiper-button-prev{transform: rotate(180deg);left: -100px;}
.indProBox .swiper-button-next{right: -100px;}
.indProBox .swiper-button-prev:hover,.indProBox .swiper-button-next:hover{background-color: #1C2189;background-image: url(/template/default/skin/css/../images/iconRight2.png);}



.indAboutBox{display: flex;background: #EFF1F9;}
.indAboutBox .desc{width: 50%;padding-left: calc((100vw - 1520px)/2);padding-right: 100px;padding-bottom: 100px;}
.indAboutBox .desc .ctit{font-size: 18px;color: #333333;line-height: 1.6;margin: -8px 0 80px;}
.indAboutBox .desc .dtit{}
.indAboutBox .img{width: 50%;}
.indAboutBox .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.indNumBox{width: 1000px;display: flex;background: #FFFFFF;position: relative;z-index: 99;margin-top: 50px;}
.indNumItem{width: 25%;padding: 20px 50px 25px;}
.indNumItem+.indNumItem{border-left: 1px solid #EFF1F9;}
.indNumItem .icon{}
.indNumItem p{display: block;font-size: 48px;font-family: DIN;font-weight: bold;line-height: 1;margin: 2px 0 6px;}
.indNumItem em{display: block;font-size: 16px;color: #666666;line-height: 1.2;opacity: 0.7;}
.indNumItem p svg{width: auto;height: auto;}



.advBox{display: flex;flex-wrap: wrap;background-size: cover;background-position: center;}
.advItem{width: 25%;display: flex;flex-direction: column;padding: 80px 50px 70px;height: 680px;transition: .3s;}
.advItem+.advItem{border-left: 1px solid rgba(255,255,255,0.5);}
.advItem .img{}
.advItem .ovdesc{margin-top: auto;overflow: hidden;}
.advItem .desc{transform: translateY(calc(100% - 60px));transition: .3s;}
.advItem .atit{margin-top: auto;font-size: 24px;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.advItem .line{display: block;width: 25px;height: 2px;background: #FFFFFF;margin: 10px 0 10px;}
.advItem .btit{font-size: 16px;color: #FFFFFF;line-height: 1.6;transition: .3s;}
.advItem.active{background: rgba(28, 33, 137, .7);}
.advItem.active .desc{transform: translateY(0);}



.sec4{overflow: hidden;}
.sec4>div{overflow: unset;}
.indCaseItem{display: block;width: 100%;position: relative;opacity: .5;transition: .3s;}
.indCaseItem .img{overflow: hidden;}
.indCaseItem .img img{display: block;width: 100%;transition: .5s;}
.indCaseItem .desc{display: flex;height: 80px;line-height: 80px;position: absolute;bottom: -80px;left: 0;width: 100%;background: rgba(0, 0, 0, .7);transition: .3s;}
.indCaseItem .desc .atit{width: 100%;padding: 0 50px;color: #FFFFFF;font-size: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indCaseItem .desc .btit{width: 80px;height:100%;flex-shrink: 0;display: flex;align-items: center;justify-content: center;background: #1C2189;font-size: 16px;color: #FFFFFF;}
.indCaseItem .desc .btit i{display: block;width: 6px;height: 11px;background: url(/template/default/skin/css/../images/iconRight3.png);margin-left: 10px;}
.indCaseItem:hover .img img{transform: scale(1.08);}
.swiper-slide-active .indCaseItem,.swiper-slide-next .indCaseItem{opacity: 1;}
.swiper-slide-active .desc,.swiper-slide-next .desc{bottom: 0;}


.sec5{padding-bottom: 100px;}
.indJoinBox{display: flex;flex-wrap: wrap;align-items: center;}
.indJoinBox .desc{width: 50%;}
.indJoinBox .desc .dtit{margin: 50px 0 70px;}
.indJoinBox .img{width: 50%;padding-top: 100px;}
.indJoinBox .img img{width: 100%;}
.joinNumBox{display: flex;flex-wrap: wrap;max-width: 560px;}
.joinNumItem{width: 50%;}
.joinNumItem:nth-of-type(1),.joinNumItem:nth-of-type(2){border-bottom: 1px solid #EFF1F9;padding-bottom: 35px;}
.joinNumItem:nth-of-type(2),.joinNumItem:nth-of-type(4){border-left: 1px solid #EFF1F9;padding-left: 50px;}
.joinNumItem:nth-of-type(3),.joinNumItem:nth-of-type(4){padding-top: 35px;}
.joinNumItem:nth-of-type(1),.joinNumItem:nth-of-type(3){width: 40%;}
.joinNumItem:nth-of-type(2),.joinNumItem:nth-of-type(4){width: 60%;}

.joinNumItem p{display: block;font-size: 48px;font-family: DIN;color: #222222;line-height: 1;}
.joinNumItem em{display: block;font-size: 16px;color: #999999;line-height: 1;margin-top: 12px;}
.joinNumItem p svg{height: auto;width: auto;}



.sec6{background: url(/template/default/skin/css/../images/sec6Bg.jpg) center/cover;padding-bottom: 120px;}
.newsTitle{display: flex;flex-wrap: wrap;}
.newsTitle .btit::before{display: none;}
.newsSelBox{display: flex;flex-wrap: wrap;margin-left: auto;margin-top: auto;padding-bottom: 45px;}
.newsSel{display: flex;min-width: 100px;padding: 0 15px;justify-content: center;align-items: center;height: 40px;border: 1px solid #E9E9E9;background: #FFFFFF;margin-left: 10px;font-size: 16px;color: #333333;cursor: pointer;transition: .3s;}
.newsSel.active{background: #1C2189;color: #FFFFFF;}


.mySwiperNews {width: 100%;position: relative;overflow: hidden;}
.mySwiperNews .swiper-slide {display: flex;justify-content: center;align-items: center;}
.indNewsList{display: flex;flex-wrap: wrap;width: 100%;border-top: 1px solid #E9E9E9;}
.indNewsItem{width: calc(33.333% - 34px);margin: 0 50px 0 0;}
.indNewsItem:nth-of-type(3n){margin-right: 0;}
.indNewsItem .atit{font-size: 14px;font-family: Arial;color: #999999;line-height: 1;margin: 50px 0 20px;}
.indNewsItem .btit{font-size: 20px;color: #000000;line-height: 24px;height: 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 45px;transition: .3s;}
.indNewsItem .img{overflow: hidden;}
.indNewsItem .img img{width: 100%;transition: .5s;}
.indNewsItem:hover .btit{color: #1C2189;}
.indNewsItem:hover .img img{transform: scale(1.08);}


.rightMenu{position: fixed;right: 0;top: 50%;margin-top:-135px;z-index: 998;}
.rmItem{position: relative;margin-bottom: 5px;cursor: pointer;display: block;box-shadow: 0px 0px 3px 0px #ccc;}
.rmItem .icon{width: 50px;height: 50px;background: #FFFFFF;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;}
.rmItem .desc .atit{height: 50px;line-height: 50px;background: #FFFFFF;width: 200px;text-align: center;font-size: 18px;font-weight: bold;color: #1C2189;box-shadow: 0px 0px 5px 0 #ccc;}
.rmItem .desc .img{width: 150px;padding: 0px;background: #FFFFFF;box-shadow: 0px 0px 5px 0 #ccc;}
.rmItem .desc .img img{width: 100%;}
.rmItem:hover .desc{margin-top: 0;visibility: visible;opacity: 1;}



@media screen and (max-width:1760px) {
	.w1520{width: 1320px;}
	.indAboutBox .desc{padding-left: calc((100vw - 1320px)/2);padding-right: 50px;}
	.indNPBox{right: calc((100vw - 1320px)/2);}
	.banner .swiper-pagination{left: calc((100vw - 1320px)/2);}
	
	.h-nav>.li{margin-right: 30px;}
	.indNumBox{width: 870px;}
	.indNumItem{padding: 20px 30px 25px;}
	
}


@media screen and (max-width:1560px) {
	.w1520{width: 1120px;}
	.indAboutBox .desc{padding-left: calc((100vw - 1120px)/2);padding-right: 50px;padding-bottom: 80px;}
	.indNPBox{right: calc((100vw - 1120px)/2);}
	.banner .swiper-pagination{left: calc((100vw - 1120px)/2);}
	
	.h-header{padding-left: 50px;}
	.h-logo{zoom: .75;}
	.h-nav>.li>a{font-size: 17px;}
	
	.newsSelBox{padding-bottom: 30px;}
	.indTitle{padding: 80px 0 30px;}
	.indTitle .btit{font-size: 36px;}
	.indTitle .ctit{margin-top: 30px;font-size: 16px;}
	
	.indProItem p{font-size: 18px;}
	.indProBox .swiper-button-prev, .indProBox .swiper-button-next{width: 60px;height: 60px;background-size: 10px;}
	.indProBox .swiper-button-prev{left: -80px;}
	.indProBox .swiper-button-next{right: -80px;}
	
	.indAboutBox .desc .ctit{font-size: 16px;margin-bottom: 50px;}
	.indNumBox{width: 745px;}
	.indNumItem{padding: 20px 30px 25px;}
	.indNumItem p{font-size: 38px;}
	
	.advItem{height: 580px;padding: 80px 40px 70px;}
	.advItem .btit{font-size: 15px;}
	.indCaseItem .desc .atit{font-size: 18px;padding: 0 30px;}
	
	.indJoinBox .desc .dtit{margin: 20px 0 50px;}
	
	.foot1{padding: 80px 0 100px;}
	.foot1 .h-nav{padding-left: 100px;}
	.foot1 .h-nav dd a{font-size: 15px;}
	.foot1 .lineInfo span{font-size: 15px;}
	.foot2 span, .foot2 a{font-size: 15px;}
	.foot1 .h-nav dd+dd{margin-top: 15px;}
	.h-footer{padding-right: 100px;}
	
	.joinNumItem:nth-of-type(1),.joinNumItem:nth-of-type(2){padding-bottom: 25px;}
	.joinNumItem:nth-of-type(2),.joinNumItem:nth-of-type(4){padding-left: 40px;}
	.joinNumItem:nth-of-type(3),.joinNumItem:nth-of-type(4){padding-top: 25px;}
	
	.sec6{padding-bottom: 100px;}
	.indNewsItem .atit{margin: 40px 0 10px;}
	.indNewsItem .btit{font-size: 18px;margin-bottom: 35px;}
	

}
@media screen and (max-width:1360px) {
	
	.w1520{width: 1120px;}
	.indAboutBox .desc{padding-left: calc((100vw - 1120px)/2);padding-right: 50px;padding-bottom: 80px;}
	.indNPBox{right: calc((100vw - 1120px)/2);}
	.banner .swiper-pagination{left: calc((100vw - 1120px)/2);}
	
	.sec1{padding-bottom: 80px;}
	.indProBox{padding: 0 50px;}
	.indProBox .swiper-button-prev{left: -20px;}
	.indProBox .swiper-button-next{right: -20px;}
		
	.h-nav>.li{margin-right: 20px;}
	.h-nav>.li>a{font-size: 16px;}
	.h-nav .h-subnav a{font-size: 14px;}
	.h-more{width: 100px;}
	.h-search{margin: 0 30px;}
	
}
@media screen and (max-width:1199px) {
	
	.w1520{width: 100%;padding: 0 20px;}
	.indAboutBox .desc{padding-left: 20px;padding-bottom: 60px;}
	
	.rightMenu{display: none;}
	
	.h-header-zw{height: 60px;}
	.h-header{padding-left: 20px;}
	.h-logo{height: 45px;}
	.h-logo img{height: 100%;}
	.h-nav{display: none;}
	.h-search{margin-left: auto;}
	.h-search::before{display: none;}
	.h-lang{margin-left: auto;}
	.h-lang a{height: 60px;}
	.h-more{height: 60px!important;width: 60px;}
	.h-more img{width: 25px;}
	.in-nav{padding: 100px 30px 30px;}
	
	
	
	.search-alert .cent-form{height: 50px;}
	.search-alert .cent-form:before{zoom: .8;margin-top: -25px;}
	.search-alert .cent-form .tex{padding: 0 60px 0 40px;font-size: 16px;}
	.search-alert .cent-form .sub-butn{font-size: 16px;width: 60px;}
	
	.pcbanner{display: none;}
	.wapbanner{display: block;}
	.indNPBox{right: 20px;bottom: 10px;}
	.banner .swiper-pagination{left: 20px;bottom: 10px;}
	.banner .swiper-pagination-bullet{margin: 0 15px 0 0 !important;}
	.banner::after{display: none;}
	.bannerItem img{height: auto;}
	
	.h-footer{padding-right: 0;}
	.foot1{padding: 50px 0 80px;}
	.foot1 .lineInfo+.lineInfo{margin-top: 10px;}
	.foot1 .h-nav{display: none;}
	.foot1 .h-info{width: auto;}
	.returnTop{position: fixed;height: 50px;width: 50px;border-radius: 100%;z-index: 999;top: 80vh;}
	.returnTop span{display: none;}
	
	.newsSelBox{padding-bottom: 25px;}
	.indTitle{padding: 50px 0 25px;}
	.indTitle .atit{font-size: 16px;}
	.indTitle .btit{font-size: 32px;margin: 0;}
	.indTitle .btit::before{position: relative;left: 0;margin: 10px 0 8px;}
	.indTitle .ctit{margin-top: 15px;font-size: 15px;}
	
	.indProBox{padding: 0;}
	.indProBox .swiper-button-prev{left: 0;}
	.indProBox .swiper-button-next{right: 0;}
	
	.indAboutBox .desc .ctit{font-size: 15px;margin-bottom: 40px;}
	.indNumBox{width: calc(100vw - 40px);}
	.indNumItem{padding: 15px 20px 20px;}
	.indNumItem p{font-size: 32px;margin-bottom: 0;}
	.indNumItem em{font-size: 15px;}
	
	.advItem{padding: 60px 20px 60px;}
	.advItem .desc{transform: translateY(calc(100% - 50px));}
	.advItem .atit{font-size: 20px;}
	.advItem .btit{font-size: 14px;}
	
	.indCaseItem .desc{height: 60px;line-height: 60px;}
	.indCaseItem .desc .atit{font-size: 16px;padding: 0 15px;}
	
	.sec5{padding: 20px 0 70px;}
	.joinNumItem p{font-size: 38px;}
	.joinNumItem em{font-size: 14px;margin-top: 5px;}
	.joinNumItem:nth-of-type(1),.joinNumItem:nth-of-type(2){padding-bottom: 15px;}
	.joinNumItem:nth-of-type(2),.joinNumItem:nth-of-type(4){padding-left: 25px;}
	.joinNumItem:nth-of-type(3),.joinNumItem:nth-of-type(4){padding-top: 15px;}
	
	.sec6{padding-bottom: 70px;}
	.indNewsItem{width: calc(33.333% - 20px);margin: 0 30px 0 0;}
	
	.mySwiperCase {overflow: hidden;}
	.indCaseItem{opacity: 1!important;}
	
}
@media screen and (max-width:780px) {
	
	.w1520{padding: 0 15px;}
	.indAboutBox .desc{padding-left: 15px;}
	
	.in-nav{padding: 70px 15px 20px;}
	.in-nav ul{flex-wrap: wrap;align-items: flex-start;align-content: flex-start;justify-content: flex-start;}
	.in-nav ul li{padding: 0 8px 30px;}
	.in-nav ul .link:not(:last-child){margin-bottom: 10px;}
	.in-nav .info .item{margin-bottom: 10px;line-height: 1.5;}
	.h-more img{zoom: .8;}
	.h-logo .logoicon{zoom: .7;}
		
	.indNPBox{right: 15px;}
	.banner .swiper-pagination{left: 15px;}
	
	

	.foot1{padding: 40px 0 50px;}
	.foot1 .h-logo{margin-bottom: 30px;}
	.foot2{padding: 15px 0;}
	.foot2>div{display: block;text-align: center;}
	.foot2 span, .foot2 a{font-size: 12px;line-height: 20px;display: block;}
	.f2l,.f2r{display: flex;flex-wrap: wrap;justify-content: center;}
	
	.sec1{padding-bottom: 70px;}
	.indNPBox .swiper-button-next, .indNPBox .swiper-button-prev{zoom: .75;}
	.indProBox .swiper-button-prev, .indProBox .swiper-button-next{display: none;}
	
	.indAboutBox{flex-wrap: wrap;}
	.indAboutBox .desc{width: 100%;padding: 0 15px;}
	.indAboutBox .img{width: 100%;}
	.indNumBox{flex-wrap: wrap;width: 100%;margin:20px 0 15px;}
	.indNumItem{width: 50%;}
	.indNumItem:nth-of-type(1),.indNumItem:nth-of-type(2){border-bottom: 1px solid #EFF1F9;}
	
	.indTitle .btit{font-size: 28px;}
	
	.advItem{width: 50%;height: 350px;padding: 30px 15px 30px;}
	.advItem .btit{font-size: 12px;}
	.advItem:nth-of-type(1),.advItem:nth-of-type(2){border-bottom: 1px solid rgba(255,255,255,0.5);}
	
	.indJoinBox .desc{width: 100%;}
	.indJoinBox .img{width: 100%;padding-top: 50px;}
	.joinNumItem p g{margin: 0 -1px;}
	
	.joinNumItem:nth-of-type(1),.joinNumItem:nth-of-type(2){padding-bottom: 15px;}
	.joinNumItem:nth-of-type(2),.joinNumItem:nth-of-type(4){padding-left: 15px;}
	.joinNumItem:nth-of-type(3),.joinNumItem:nth-of-type(4){padding-top: 15px;}
	.joinNumItem:nth-of-type(1),.joinNumItem:nth-of-type(3){width: 35%;}
	.joinNumItem:nth-of-type(2),.joinNumItem:nth-of-type(4){width: 65%;}
	
	.newsSelBox{width: 100%;justify-content: center;}
	.indNewsItem{width: 100%;margin: 0;}
	.indNewsItem .atit{margin: 30px 0 10px;}
	.indNewsItem .btit{margin-bottom: 15px;}
	
	
}

.tjNewsList{background:#fff;padding: 10px;}
.tjNews{display: block;position: relative;width: 100%;line-height: 44px;height: 45px;border-bottom: 1px dashed #eee;font-size: 16px;color: #666;padding-left: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tjNews::after{content: "";display: block;width: 4px;height: 4px;border-radius: 100%;background: #666;position: absolute;left: 4px;top: 50%;margin-top: -2px;transition: .3s;}
.tjNews:hover{color: #1D2088;}
.tjNews:hover::after{background: #1D2088;}
