@charset "utf-8";
html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: futura,"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;}
.w1440{position: relative;width: 1440px;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(../fonts/DIN-BOLD.OTF);
}

.sec1,.sec3,.sec4,.sec5{overflow:hidden;}
.sec2 .indAbout{overflow: hidden;}

.h-header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;display: flex;align-items: center;padding-left: 100px;border-bottom: 1px solid rgba(255,255,255,.1);transition: .3s;}
.h-logo .logoicon{display: block;width: 195px;height: 50px;background: url(../images/logo1.png) no-repeat;transition: .3s;}
.h-nav{display: flex;margin: 0 auto;}
.h-nav>.li{margin: 0 30px;}
.h-nav>.li>a{font-size: 18px;color: #FFFFFF;line-height: 100px;transition: .3s;}
.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(../images/xjt1.png);margin-left: 5px;}
.h-more{display: flex;align-items: center;justify-content: center;width: 120px;height: 100px;border-left: 1px solid rgba(255,255,255,.1);cursor: pointer;transition-delay: .3s;}
.h-more img{transition: .3s;}
.h-header .h-nav>.li:hover>a{opacity: .7;}
.h-lang a:hover{opacity: .7;}
.h-more:hover img{opacity: .7;}

.h-header:hover{background: #FFFFFF;border-bottom-color: rgba(0,0,0,.1);}
.h-header:hover .h-nav>.li>a{color: #666666;}
.h-header:hover .h-logo .logoicon{background:url(../images/logo2.png)}
.h-header:hover .h-nav>.li.active>a{color: #1b489d;opacity: 1;}
.h-header:hover .h-lang a span{color: #666666;}
.h-header:hover .h-lang a i{background: url(../images/xjt2.png);}
.h-header:hover .h-more{background: url(../images/linerbg.jpg);}

.h-header:hover .h-nav>.li>a:hover{color:#1b489d ;opacity: 1;}


.h-header.active{background: #FFFFFF;border-bottom-color:rgba(0,0,0,.1);}
.h-header.active .h-logo .logoicon{background: url(../images/logo2.png);}
.h-header.active .h-nav>.li>a{color: #666666;}
.h-header.active .h-lang a span{color: #666666;}
.h-header.active .h-lang a i{background: url(../images/xjt2.png);}
.h-header.active .h-more{background: url(../images/linerbg.jpg);}
.h-header.active .h-nav>.li.active>a,.h-header.active .h-nav>.li:hover>a{color: #1b489d;opacity: 1;}
.h-header.active .h-lang a:hover{color: #000000;}


.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: #1b489d;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:#1b489d;margin-top:4px;opacity:0;transition:opacity .5s}
.in-nav ul .link:hover{color:#1b489d !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:#1b489d}
.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;}
.h-nav>.li:hover .indexNavSelect{display: block;}
.indexNavSelect .item .boxLeft {display: block;background: #fff;width: 42%;opacity: 0.7;}
.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: 300px;color: #f8f8f8;font-size: 190px;}
.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: #1B489D;}
.indexNavSelect .item .boxRight .right .active {color: #1B489D;}
.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;}






/* banner */
.banner{position: relative;}
.bannerItem{position: relative;width: 100%;overflow: hidden;}
.bannerItem .img img{width: 100%;height: 100vh;min-height: 300px;object-fit: cover;object-position: center;}
.bannerItem .img video{width: 100%;height: 100vh;min-height: 300px;object-fit: cover;object-position: center;display: block;}
.bannerItem .desc{position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
.bannerItem .desc .atit{font-size: 24px;line-height: 1.5;color: #FFFFFF;position:relative;}
.bannerItem .desc .atit::before{content: "";display: block;width: 70px;height: 2px;background: #FFFFFF;position: absolute;right: 100%;top: 50%;margin-right: 20px;}
.bannerItem .desc .btit{font-size: 72px;font-weight: bold;color: #FFFFFF;line-height: 1.5;margin-top: 10px;}
.bannerItem .desc .ctit{margin-top: 100px;}
.indA{position: relative;font-size: 16px;color: #FFFFFF;line-height: 1.5;padding-left: 20px;transition:.3s}
.indA span{position: relative;z-index: 2;}
.indA .indQuan{display: block;width: 55px;height: 55px;background: #1B489D;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 1;}
.indA:hover{padding-left: 30px;}
.banner .pcimg{display: block;}
.banner .wapimg{display: none;}

.banner .swiper-slide-active .bannerItem .img img{animation: swiper_img_move 8s linear 0s infinite normal both;}
@-webkit-keyframes swiper_img_move{
    0%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
    50%{
        -webkit-transform:scale(1.1,1.1);
        transform:scale(1.1,1.1);
    }
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}
@keyframes swiper_img_move{
    0%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
    50%{
        -webkit-transform:scale(1.1,1.1);
        transform:scale(1.1,1.1);
    }
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}


.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: 70px;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: 50px;right: calc((100vw - 1440px)/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: 50px;left: calc((100vw - 1440px)/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;}


.swiper-slide-active .bannerItem  .desc .atit {animation: bannerupB .8s ease both;animation-delay:100ms;}
.swiper-slide-active .bannerItem  .desc .btit {animation: bannerupB .8s ease both;animation-delay:300ms;}
.swiper-slide-active .bannerItem  .desc .ctit {animation: bannerupB .8s ease both;animation-delay:500ms;}
@keyframes bannerupT {0% {transform: translateY(-60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannerupB {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}





.indTitleBox{display: flex;padding: 150px 0 40px;}
.indTit{}
.indTit .atit{font-size: 24px;color: #00A3E7;line-height: 1.5;background: linear-gradient(-90deg, #004EA2 0%, #0063CD 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indTit .btit{font-size: 48px;font-weight: bold;color: #222222;line-height: 1.5;}
.indSelBox{margin: auto 0 5px auto;display: flex;flex-wrap: wrap;align-items: center;}
.indSelBox .indSel{height: 45px;line-height: 43px;background: #FFFFFF;color: #333333;border: 1px solid #E9E9E9;border-radius: 23px;padding: 0 18px;margin: 10px;}
.indSelBox .indSel.active{background: linear-gradient(-90deg, #004EA2, #0063CD);color: #FFFFFF;}





.mySwiperPro {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperPro .swiper-slide {background: #FFFFFF;height: auto;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.indProBox{display: flex;width: 100%;}
.indProLeft{width: 50%;padding-right: 10px;}
.indProDesc{display: block;position: relative;height: 100%;}
.indProDesc .img{height: 100%;width: 100%;}
.indProDesc .img img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.indProDesc .desc{position: absolute;bottom: 0;right: 0;width: 100%;text-align: right;padding: 30px 50px;}
.indProDesc .desc .atit{font-size: 24px;font-weight: bold;color: #222222;line-height: 1.5;}
.indProDesc .desc .btit{font-size: 16px;color: #999999;line-height: 2;}
.indProRight{width: 50%;padding-left: 10px;display: flex;flex-wrap: wrap;align-items: flex-start;}
.indProItemA{width: calc(50% - 10px);margin: 20px 20px 0 0;position: relative;}
.indProItemA::before{content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;transition: .3s;visibility: hidden;opacity: 0;margin-top: 10px;background: url(../images/fdj.png) no-repeat center;height: 30px;width: 30px;}
.indProItemA::after{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);z-index: 1;transition: .3s;visibility: hidden;opacity: 0;}
.indProItemA img{width: 100%;}
.indProItemA:nth-of-type(2n){margin-right: 0;}
.indProItemA:nth-of-type(1),.indProItemA:nth-of-type(2){margin-top: 0;}
.indProItemA:nth-of-type(1){background: #F4EEEC;}
.indProItemA:nth-of-type(2){background: #F6F2F9;}
.indProItemA:nth-of-type(3){background: #EDF3F5;}
.indProItemA:nth-of-type(4){background: #E3E7ED;}
.indProItemA:hover::before{visibility: visible;opacity: 1;margin-top: 0;}
.indProItemA:hover::after{visibility: visible;opacity: 1;}



.sec2{background: url(../images/sec2Bg.jpg) center/cover;padding: 150px 0 0px;}
.indAbout{display: flex;align-items: center;}
.indAbout .ibDesc{width: 50%;padding-right: 40px;}
.indAbout .ibDesc .ibatit{font-size: 16px;color: #333333;line-height: 2;text-indent: 2em;margin: 10px 0 50px;}
.indAbout .ibDesc .ibbtit{}
.indAbout .ibDesc .ibbtit a{width: 180px;height: 50px;background: #FFFFFF;display: flex;align-items: center;justify-content: center;}
.indAbout .ibDesc .ibbtit a span{display: block;margin-right: 40px;font-size: 16px;color: #666666;}
.indAbout .ibDesc .ibbtit a i{display: block;width: 5px;height: 9px;background: url(../images/rightIcon1.png);transition: .3s;}
.indAbout .ibDesc .ibbtit a:hover{background: #1b489d;}
.indAbout .ibDesc .ibbtit a:hover span{color: #FFFFFF;}
.indAbout .ibDesc .ibbtit a:hover i{background: url(../images/rightIcon11.png);}
.indAbout .ibimgs{width: 50%;padding-left: 10px;position: relative;}
.indAbout .ibimgs img{width: 100%;}
.video-open{width: 80px;position: absolute;top: 50%;left: 60%;transform: translate(-50%,-50%);cursor: pointer;}
.video-open img{width: 100%;}

.layui-layer-video{max-width: 1300px;}
.layui-layer-video video{display: block;width: 100%;}

.indNumberBox{display: flex;background: linear-gradient(-90deg, #004EA2, #0063CD);padding: 50px 0;transform: translateY(50%);}
.indNumItem{width: 25%;text-align: center;}
.indNumItem p{display: block;margin-bottom: 5px;}
.indNumItem p span{font-size: 60px;font-family: DIN;font-weight: bold;color: #FFFFFF;line-height: 1;fill: #FFFFFF;}
.indNumItem p span svg{display: block;margin: 0 auto;}
.indNumItem strong{font-size: 16px;color: #FFFFFF;line-height: 2;opacity: 0.7;font-weight: normal;}


.sec3{padding: 250px 0 150px;background: url(../images/sec3Bg2.jpg) center/cover;}
.mySwiperYsImg {width: 100%;height: 100%;position: relative;}
.mySwiperYsImg .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;}
.mySwiperYsDesc {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperYsDesc .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;}



.sdysBox{display: flex;align-items: center;position: relative;}
.sdysDesc{width: 43%;position: relative;z-index: 9;}
.sdysDesc .ysContent{padding: 40px 50px 60px calc((100vw - 1440px)/2);background: url(../images/sec3Bg.jpg) center/cover;}
 .sdysatit{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 30px;}
 .sdysatit p+p{margin-top: 8px;}
.sdysimgs{width: calc(57% + 200px);margin-left: -200px;padding-right: calc((100% - 1440px)/2);overflow: hidden;}
.sdysimgs img{width: 100%;}
.sdysimgs .ysContent{display: none;}

.sdysBtns{position: absolute;bottom: 0;left: 0;width: 100%;}
.sdysBtns>div{display: flex;}
.sdysBl{}
.sdysBr{margin-left: auto;}


.sdysBl{width: calc(43% - 250px);position: relative;display: flex;flex-wrap: wrap;margin-top: auto;}
.sdysBl .swiper-button-next::after,.sdysBl .swiper-button-prev::after{display: none;}
.sdysBl .swiper-button-next,.sdysBl .swiper-button-prev{display: block;width: 30px;height: 17px;background: url(../images/rightIcon2.png);transition: .3s;margin: 0;top: 0;position: relative;}
.sdysBl .swiper-button-prev{transform: rotate(180deg);left: 0;}
.sdysBl .swiper-button-next{right: 0;margin-left: auto;}
.sdysBl .swiper-button-next:hover,.sdysBl .swiper-button-prev:hover{background: url(../images/rightIcon22.png);}
.sdysBl .swiper-pagination-progressbar{width: 100%;height: 2px;background: #A6A6A6;position: relative;bottom: 0;margin-top: 25px;}
.sdysBl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #004FA3;}

.sdysBr .swiper-pagination{position: relative;bottom: 0;left: 0;display: flex;padding:0 10px 30px 0;}
.sdysBr .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;}
.sdysBr .swiper-pagination-bullet::after{content: "";display: block;height: 1px;background: #FFFFFF;width: 0px;transition: .3s;margin-left: 5px;}
.sdysBr .swiper-pagination-bullet-active{opacity: 1;}
.sdysBr .swiper-pagination-bullet-active::after{width: 10px;}



.jjfaBox{display: flex;margin-top: 40px;}
.jjfaItem{width: 12.5%;position: relative;height: 650px;padding-top: 260px;background-position: center;background-size: cover;overflow: hidden;transition: .8s;}
.jjfaContent{transition: .5s;}
.jjfaContent .icon{display: flex;width: 80px;height: 80px;border: 1px solid #FFFFFF;border-radius: 50%;align-items: center;justify-content: center;margin: 0 auto;}
.jjfaContent .atit{font-size: 24px;font-weight: 400;color: #FFFFFF;line-height: 1.2;margin: 30px 0 10px;text-align: center;}
.jjfaContent .btit{font-size: 14px;color: #FFFFFF;line-height: 1.75;opacity: 0.7;visibility: hidden;opacity: 0;margin-top: 20px;transition: .5s;transition-delay: 0.5s;}
.jjfaItem .jjfaDesc{position: absolute;bottom: -100px;left: 0;width: 100%;display: flex;padding: 25px 50px;align-items: center;transition: 0.5s;transition-delay: 0.4s;border-top: 1px solid rgba(255,255,255,.5);}
.jjfaItem .jjfaDesc .ctit{width: calc(100% - 150px);font-size: 16px;color: #FFFFFF;line-height: 1.5;white-space: nowrap;}
.jjfaItem .jjfaDesc .dtit{display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;border: 1px solid #FFFFFF;border-radius: 25px;font-size: 16px;color: #FFFFFF;}
.jjfaItem .jjfaDesc .dtit i{display: block;width: 5px;height: 9px;background: url(../images/rightIcon11.png);margin-left: 10px;}
.jjfaItem .jjfaDesc .dtit:hover{background: #004FA3;border-color: #004FA3;}

.jjfaItem.active{width: 50%;padding: 50px;}
.jjfaItem.active .jjfaContent{}
.jjfaItem.active .jjfaContent .icon{margin: 0;}
.jjfaItem.active .jjfaContent .atit{text-align: left;}
.jjfaItem.active .jjfaContent .btit{visibility: visible;opacity: 1;margin-top: 0;}
.jjfaItem.active .jjfaDesc{bottom: 0;visibility: visible;}



.sec5{background: url(../images/sec5Bg.jpg) center/cover;padding-bottom: 150px;}
.indNewsBox{border-top: 1px solid #000000;}
.indNewsList{display: none;flex-wrap: wrap;margin-top: 40px;}
.indNewsList.active{display: flex;}
.indNewItem{width: calc(33.333% - 34px);margin-right: 50px;display: block;}
.indNewItem:nth-of-type(3n){margin-right: 0;}
.indNewItem .atit{font-size: 14px;color: #999999;line-height: 1.5;transition: .3s;}
.indNewItem .btit{font-size: 20px;font-weight: bold;color: #000000;line-height: 24px;margin: 15px 0 25px;height: 48px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indNewItem .img{overflow: hidden;}
.indNewItem .img img{width: 100%;transition: .5s;}
.indNewItem:hover .btit{color: #004FA3;}
.indNewItem:hover .img img{transform: scale(1.08);}


.h-footer{background: #02182E;position: relative;overflow: hidden;}
.foot1{padding: 50px 0;position: relative;z-index: 8;}
.flogo{display: inline-block;margin-bottom: 40px;}
.f-nav{display: flex;justify-content: space-between;}
.f-nav dl{}
.f-nav dl dt{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 2;margin-bottom: 24px;}
.f-nav dl dt a{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 2;}
.f-nav dl dd{margin-top: 15px;}
.f-nav dl dd a,.f-nav dl dd span{font-size: 16px;color: #FFFFFF;line-height: 2;opacity: 0.5;}
.f-nav dl dd img{margin-right: 12px;}
.ewmimg {width: 150px;}
.ewmimg img{width: 100%;}

.foot2{border-top: 1px solid #283A4D;padding: 23px 0;position: relative;z-index: 8;}
.foot2>div{display: flex;align-items: center;}
.foot2 span,.foot2 a{font-size: 16px;color: #FFFFFF;opacity: 0.5;display: inline-block;}
.foot2 .f2r{margin-left: auto;}

.h-footer a:hover{opacity: 1;}

.ft-rttop{cursor: pointer;position: absolute;right: 0;bottom: 0;height: 100%;z-index: 9;width: 120px;background: linear-gradient(0deg, #004EA2, #0063CD);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ft-rttop img{width: 15px;transition: .3s;}
.ft-rttop span{display: block;writing-mode: tb;letter-spacing: 1px;font-size: 16px;color: #FFFFFF;margin-top: 20px;}
.ft-rttop:hover img{transform: translateY(-10px);}


.wave-canvas-wrapper{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}



@media screen and (max-width:1680px) {
	.w1440{width: 1200px;}
	.sdysDesc .ysContent{padding-left: calc((100vw - 1200px)/2);}
	.indNPBox{right: calc((100vw - 1200px)/2);}
	.banner .swiper-pagination{left: calc((100vw - 1200px)/2);}
	.h-nav>.li{margin: 0 20px;}
	
	.bannerItem .desc .atit{font-size: 22px;}
	.bannerItem .desc .btit{font-size: 64px;}
	
	.indTitleBox{padding: 100px 0 30px;}
	
	.indTit .atit{font-size: 22px;}
	.indTit .btit{font-size: 40px;}
	.indSelBox .indSel{font-size: 14px;margin: 5px;}
	
	
	.sec2{padding: 100px 0 0;}
	
	.indAbout .ibDesc .ibatit{font-size: 15px;margin: 10px 0 35px;}
	
	.indNumberBox{padding: 40px 0;}
	.indNumItem p span{font-size: 48px;}
	.indNumItem strong{font-size: 15px;}
	
	.sec3{padding: 180px 0 100px;}
	 .sdysatit{font-size: 15px;}
	.sec5{padding-bottom: 100px;}
	
	.f-nav dl dd a, .f-nav dl dd span{font-size: 15px;}
	.f-nav dl dd{margin-top: 6px;}
	.foot2 span, .foot2 a{font-size: 15px;}
	
}

@media screen and (max-width:1580px) {
	.h-nav>.li>a{font-size: 16px;}
	.h-lang a span{font-size: 16px;}
	
}
@media screen and (max-width:1480px) {
	.w1440{width: 1100px;}
	.sdysDesc .ysContent{padding-left: calc((100vw - 1100px)/2);}
	.indNPBox{right: calc((100vw - 1100px)/2);}
	.banner .swiper-pagination{left: calc((100vw - 1100px)/2);}
	
	.h-lang a{width: 100px;}
	.h-more{width: 100px;}
	.h-header{padding-left: 50px;}
	.h-nav>.li{margin: 0 12px;}
	.indexNavSelect .item .boxRight .left{width: 250px;padding-left: 50px;}
	.indexNavSelect .item .boxRight .right{width: calc(100% - 250px);}
	.indexNavSelect .item .boxRight p{left: 200px;}
	
	
}
@media screen and (max-width:1380px) {
	.h-footer .w1440{width: 100%;padding-left: calc((100vw - 1100px)/2);padding-right: 150px;}
}
@media screen and (max-width:1199px) {
	.w1440{width: 100%;padding: 0 20px;}
	.sdysDesc .ysContent{padding-left: 20px;}
	.h-footer .w1440{width: 100%;padding: 0 20px;}
	.indNPBox{right: 20px;bottom: 10px;}
	.banner .swiper-pagination{left: 20px;bottom: 10px;}
	
	.h-header{padding-left: 20px;}
	.h-nav{display: none;}
	.h-lang{margin-left: auto;}
	.h-lang a{height: 80px;}
	.h-more{height: 80px;margin-left: auto;}
	
	.in-nav{padding: 100px 30px 30px;}
	
	.bannerItem .img img{height: auto;min-height: 400px;}
	.bannerItem .img video{height: auto;min-height: 400px;}
	.bannerItem .desc .atit{font-size: 16px;}
	.bannerItem .desc .btit{font-size: 38px;}
	.bannerItem .desc .ctit{margin-top: 50px;}
	.banner .swiper-pagination-bullet{margin: 0 15px 0 0 !important;}
	.indA{font-size: 14px;}
	.movehouse{display: none;}
	
	.indTitleBox{padding: 60px 0 30px;}
	.indTit .atit{font-size: 18px;}
	.indTit .btit{font-size: 30px;}
	.indSelBox{margin: auto 0 0 auto;}
	.indProLB{padding: 0 20px;}
	.indProBox{flex-wrap: wrap;}
	.indProLeft{width: 100%;padding-right: 0;margin-bottom: 20px;}
	.indProRight{width: 100%;padding-left: 0;}
	.indProDesc .desc{padding: 20px;}
	.indProDesc .desc .atit{font-size: 20px;}
	.indProDesc .desc .btit{font-size: 14px;}
	
	
	.sec2{padding: 60px 0 0;}
	.indAbout .ibDesc .ibatit{font-size: 14px;line-height: 1.8;}
	.indAbout .ibDesc{padding-right: 20px;}
	.indNumberBox{padding: 30px 0;}
	.indNumItem strong{font-size: 12px;}
	.indNumItem p {display: block;line-height: 1;margin-bottom: 0;}
	.indNumItem p span{font-size: 38px;}
	
	.sec3{padding: 100px 0 80px;}
	.sdysBox{position: relative;}
	.sdysimgs{width: 100%;margin: 0;}
	.sdysDesc{display: none;}
	 .sdysatit{font-size: 14px;}
	.sdysimgs .ysContent{display: block;position: absolute;bottom:0;left: 0;width: 100%;background: rgba(0,0,0,.5);padding: 20px 10px 50px;}
	.sdysimgs .indTit .atit{color: #FFFFFF;background: none;-webkit-text-fill-color:#FFFFFF;opacity: .8;}
	.sdysimgs .indTit .btit{color: #FFFFFF;}
	.sdysimgs .sdysatit{color: #FFFFFF;opacity: .8;margin-top: 15px;}
	.sdysBl{display: none;}
	.sdysBr .swiper-pagination{padding-bottom: 15px;}
	
	.jjfaBox{margin-top: 10px;}
	.jjfaItem.active{padding: 20px;}
	.jjfaItem .jjfaDesc{padding: 15px 20px;}
	.jjfaContent .atit{font-size: 14px;transition: .3s;}
	.jjfaItem.active .jjfaContent .atit{font-size: 24px;}
	.jjfaItem .jjfaDesc .ctit{width: calc(100% - 120px);font-size: 15px;}
	.jjfaItem .jjfaDesc .dtit{width: 120px;height: 40px;font-size: 14px;}
	
	.indNewItem{width: calc(33.333% - 14px);margin-right: 20px;}
	.sec5{padding-bottom: 60px;}
	
	.ft-rttop{height: 40px;width: 40px;border-radius: 100%;right: 10px;bottom: 100px;}
	.ft-rttop img{transform: translateY(0px)!important;}
	.ft-rttop span{display: none;}
	.foot1{padding: 30px 0;}
	.flogo{display: block;margin: 0 auto 20px;width: 195px;zoom: .7;}
	.f-nav dl{display: none;}
	.f-nav dl.dl2{display: block;}
	.f-nav dl dt{margin-bottom: 15px;}
	.foot2 .f2r{display: none;}
	.foot2{text-align: center;padding: 15px 0;}
	.foot2 .w1440{display: block;}
	.foot2 span, .foot2 a{font-size: 12px;line-height: 1.6;display: block;}
	
	.indProBox{display: block;}
	.indProDesc{height: auto;}
	
}
@media screen and (max-width:780px) {
	.w1440{width: 100%;padding: 0 15px;}
	.sdysDesc .ysContent{padding-left: 15px;}
	.h-footer .w1440{width: 100%;padding: 0 15px;}
	.indNPBox{right: 15px;}
	.banner .swiper-pagination{left: 15px;}
	.indProLB{padding: 0 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-lang a{height: 60px;width: 70px;}
	.h-more{height: 60px;width: 70px;}
	.h-more img{zoom: .8;}
	.h-logo .logoicon{zoom: .7;}
	
	
	.bannerItem .desc .atit{font-size: 14px;}
	.bannerItem .desc .btit{font-size: 34px;margin-top: 0;}
	.indTitleBox{flex-wrap: wrap;}
	.indSelBox {justify-content: center;margin-top: 15px;margin-bottom: -15px;}
	.indSelBox .indSel{margin: 2px;}
	.indProDesc .desc{background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));}
	.indProDesc .desc .atit{color: #FFFFFF;}
	.indProDesc .desc .btit{color: #FFFFFF;opacity: .8;line-height: 1.5;margin-top: 5px;}
	.indProLeft{margin-bottom: 10px;}
	.indProItemA{width: calc(50% - 5px);margin: 10px 10px 0 0;}
	.indAbout{flex-wrap: wrap;}
	.indAbout .ibDesc{width: 100%;padding-right: 0;padding-bottom: 40px;}
	.indAbout .ibDesc .ibatit{margin: 10px 0 20px;}
	.indAbout .ibimgs{width: 100%;padding: 0;}
	.video-open{zoom: .8;}
	.indNumberBox{flex-wrap: wrap;margin: -60px 0 60px 0;}
	.indNumItem{width: 50%;}
	.indNumItem:nth-of-type(1),.indNumItem:nth-of-type(2){padding-bottom: 15px;}
	
	.mySwiperYsImg .swiper-slide{display: block;}
	.sdysimgs .ysContent{position: relative;}
	.sdysBr .swiper-pagination{padding-right: 0;}
	.sdysBr .swiper-pagination-bullet{margin: 0 20px 0 0!important;}
	.sdysBr .swiper-pagination-bullet:nth-last-of-type(1){margin-right: 0!important;}
	
	.jjfaItem{height: 600px;padding-top: 230px;}
	.jjfaItem.active{padding: 20px 15px;}
	.jjfaContent .atit{width: 18px;margin: 10px auto 10px;transition: .3s;}
	.jjfaItem .jjfaDesc .ctit{display: none;}
	.jjfaItem .jjfaDesc .dtit{margin-left: auto;}
	.jjfaContent .icon{width: 40px;height: 40px;transition: .5s;}
	.jjfaContent .icon img{width: 25px;transition:.5s;}
	.jjfaItem.active .jjfaContent .icon{width: 80px;height: 80px;}
	.jjfaItem.active .jjfaContent .icon img{width: 50px;}
	.jjfaItem.active .jjfaContent .atit{width: auto;}
	
	.indNewsList{margin-top: 20px;}
	.indNewItem{width: 100%;margin: 0 0 20px 0;}
	.indNewItem+.indNewItem{border-top: 1px solid rgba(0,0,0,.2);padding-top: 20px;}
	.indNewItem .btit{margin: 10px 0 10px;}
	
	.sec5{padding-bottom: 40px;}
	.f-nav dl dd a, .f-nav dl dd span{font-size: 14px;}
	.ewmimg{width: 100px;}
	
	
}

