/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body {
    font-size: 12px;
    font-family: ' ';
    color: #666;
    background-color: #f9f9f9;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1440px; margin:0 auto;padding: 0 70px;box-sizing: border-box;}



.header{ background-color:white; position:relative;box-shadow: 0px 2px 18px -11px rgb(0 0 0 / 30%);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 100px;}
.headList .logo{}
.headList .logo img{max-height: 55px;width: auto;}
.logoTxt{margin-left: 10px;color: #0a1742;font-size: 1.4vw;}

/*menu*/
.menu{height:100px;line-height:100px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:150px; position:absolute; left:50%; top:100px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);}
.menu ul li dl dd{ line-height:45px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block; padding:0;}
.menu ul li dl dd a:hover{ color:#0a1742;}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#0a1742;}
a.menu_hover{color:#0a1742;}
.menu span a{text-transform: uppercase;}
.hRight{}
.hMore{display: inline-block;background: #0a1742;border-radius: 50px;height: 50px;line-height: 50px;padding: 0 25px;color: #fff;font-size: 1.4vw;margin-left: 10px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{top:70px}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}


/*swiper*/
.swiper-container{width: 100%;height: 100%;position: relative;}
.swiper {width: 100%;height: 100%;}
.swiper.swiper-slide {background: transparent;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;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: right;}
.f_right{float: left;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textR{text-align: right;}
.mobile{display: none;}
.pc{display: block;}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;margin: 50px 0;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}
.banner .warp{position: relative;box-shadow: 0px 2px 18px -11px rgb(0 0 0 / 30%);}
.banTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index:9;}
.banTop .desc{width: 100%;padding: 0 5%;box-sizing: border-box;color: #fff;text-align: center;}
.banTop .t1{font-weight: bold;font-size: 4vw;}
.banTop .t2{font-weight: 300;font-size: 1.4vw;margin: 20px 0;}
.banTop .more{display: inline-block;padding: 15px 30px;background: #fff;border-radius: 5px;color: #0a1742;min-width: 450px;text-align: center;font-size: 1.4vw;margin-top: 20px;}
.banTop .more i{padding-left: 10px;}

.i1Tit{font-size: 3.6vw;color: #000;}
.i1Tit span{display: inline-block;position: relative;}
.i1Tit span:after{position: absolute;bottom: 0;width: 100%;height: 35px;background: #a0b5d8;content: "";left: 0;z-index: -1;}
.i1Info{font-size: 1.6vw;color: #999;margin: 0.5em 0;}


.index1{width: 100%;padding: 180px 0 260px;position: relative;background-position: right -100px bottom;background-repeat: no-repeat;overflow: hidden;}
.index1 .wapper{position: relative;z-index: 9;}
.i1Bg{position: absolute;bottom: 0;left: 0;width: 100%;overflow: hidden;font-size: 0px;}
.i1Bg img{width: 100%;}

.index2{background: #0a1742;width: 100%;position: relative;overflow: hidden;padding-bottom: 180px;z-index: 0;}
.index2 .desc{width: 60%;}
.index2 .img{width: 30%;}
.index2 .img img{width: 100%;}

.index3{width: 100%;padding: 100px 0 0;}
.index3 .desc{width: 55%;margin-top:16%;}
.index3 .img{width: 45%;}
.index3 .img img{width: 100%;}
.index3 .i1Info{color: #000;}

.i3List{width: 100%;}
.i3List ul li{padding: 15px 0;display: flex;justify-content: space-between;align-items: center;}
.i3List ul li .img{width: 60px;height: 60px;margin-right: 10px;border-radius: 50%;background: #0A1742;display: flex;justify-content: center;align-items: center;margin-top: 0;}
.i3List ul li .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List ul li .desc{flex: 1;font-size: 14px;color: #333;}
.i3List ul li .desc h3{font-size: 16px;color: #000;}

.ibg2{width: 100%;font-size: 0px;overflow: hidden;}
.ibg2 img{width: 100%;}

.index4{width: 100%;padding: 120px 0;}
.iTit{color: #d2d2d2;font-size: 5vw;margin-bottom: 2%;}
.i4List{width: 100%;}
.i4List ul li{width: 33.3%;text-align: center;padding: 0 2%;box-sizing: border-box;}
.i4List .part{display: flex;flex-wrap: wrap;flex-direction: column;}
.i4Tit{color: #000;font-size: 3.2vw;}
.i4List .img{width: 100%;margin: 5% 0;}
.i4List .img img{width: 100%;}
.i4List ul li:nth-child(3n - 1) .part .i4Tit{order: 1;}
.i4List ul li:nth-child(3n - 1) .part .img{order: 0;}

.i4List2{width: 100%;margin-top: 5%;}
.i4List2 ul li{padding: 5% 0;position: relative;}
.i4List2 ul li:before{width: 8vw;height: 8vw;background: #ececec;border-radius: 50%;z-index: -1;content: "";position: absolute;top: 0;left: -2vw;}
.i4Tit2{color: #000;font-size: 2vw;font-weight: bold;}
.i4List2 .info{font-size: 1.2vw;margin-top: 2%;color: #666;}

.index5{width: 100%;background: #0A1742;padding: 70px 15px;box-sizing: border-box;}
.i5Tit{font-size: 3.2vw;color: #000;}
.i5Top .more{color: #000;font-size: 1.2vw;}
.i5List{width: 100%;position: relative;padding-bottom: 50px;}
.i5List .part{display: block;position: relative;cursor: default;}
.i5List .part .img{width: 100%;height: 100%;overflow: hidden;}
.i5List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i5List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;/*background: rgba(0,0,0,0.6);*/transition: 0.3s;}
.i5List .part .desc{position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;z-index: 9;padding: 3%;box-sizing: border-box;transition: 0.3s;box-sizing: border-box;}
.i5List .part .t1{font-weight: bold;font-size: 1.4vw;}
.i5List .part .info{font-size: 1vw;margin-top: 1%;font-weight: 300;transition: 0.3s;display: none;}
.i5List .part:hover .imgTop{/*background: rgba(0,0,0,0.1*/);}
.i5List .part:hover .info{display: block;}
.i5List .swiper-slide{transform: scale(0.9);}
.i5List .swiper-slide-active{transform: scale(1);}
.i5List .swiper-slide-active .imgTop{background: rgba(0,0,0,0.1);}
.i5List .swiper-slide-active .info{display: block;}

.i5List .i5Page{bottom: 0;width: 100%;max-width: 800px;left: 50%;transform: translateX(-50%);}
.i5List .i5Page .swiper-pagination-bullet{width: 30px;height: 3px;background: #fff;opacity: 1;border-radius: 0;position: relative;top: 4px;transition: width ease 0.3s;margin: 0 2px;}
.i5List .i5Page .swiper-pagination-bullet-active{width: 60px;height: 5px;background: #fff;opacity: 1;border-radius: 5px;position: relative;top: 5px;border-radius: 5px;}

.index6{padding: 20px 0 50px;}
.index6 .i5Tit{font-size: 2.2vw;}
.index6 .i5Top .more{font-size: 1vw;}
.i6List{width: 100%;}
.i6List ul li{padding: 20px 0;border-bottom: 1px solid #eee;position: relative;}
.i6List ul li:before{position: absolute;top: 0;right: 100px;width: 1px;height: 100%;content: "";background: #eee;}
.i6List .part{display: block;display: flex;justify-content: space-between;align-items: center;color: #000;}
.i6List .part .date{font-size: 1vw;font-weight: 300;margin-right:20px;width: 110px;}
.i6List .part .desc{width: calc(100% - 250px);}
.i6List .part .t1{font-size: 1.6vw;}
.i6List .part .info{font-size: 1vw;margin-top: 10px;color: #666;}
.i6List .part .icon{width: 100px;text-align: center;font-size: 20px;position: relative;margin-left: 10px;}
.i6List .part .icon i{height: 100%;display: ;}

.index7{width: 100%;padding: 120px 0;position: relative;}
.index7:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.5;content: "";}
.index7 .wapper{position: relative;z-index: 1;}
.index7 .desc{width: 65%;}
.index7 .f_right{width: 30%;text-align: center;}
.index7 .erm{background: #fff;border-radius: 20px;padding: 20px;box-sizing: border-box;width: 60%;margin: 0 auto;}
.index7 .erm img{width: 100%;}
.index7 .or{margin: 20px 0;display: flex;justify-content: center;align-items: center;}
.index7 .or em{display: inline-block;flex: 1;background: #fff;height: 1px;}
.index7 .or span{display: inline-block;margin: 0 10px;color: #fff;font-size: 1vw;}
.i7Form{width: 100%;background: rgba(255,255,255,0.1);border-radius: 20px;box-sizing: border-box;padding: 20px;}
.i7Form .row{width: 100%;margin-bottom: 30px;}
.i7Form input{width: 100%;background: transparent;border: none;border-bottom: 1px solid #fff;padding: 0 10px;box-sizing: border-box;font-size: 1.2vw;height: 70px;color: #fff;}
.i7Form input::placeholder{color: #fff;}
.i7Form button{width: 100%;border-radius: 10px;background: #fff;text-align: center;font-size: 1vw;color: #0A1742;border: none;padding: 15px;box-sizing: border-box;}
.i7Form button i{padding-left: 10px;}

.footer{background: #1c1c1c url(../images/bg2.png) left top no-repeat;padding: 90px 0;background-size: 20%;}
.footer .f_left{width: 48%;}
.footer .f_right{width: 48%;}
.footer .i1Tit{font-size: 2.6vw;}
.footer .i1Info{color: #fff;font-size: 20px;margin-top: 20px;font-weight: 300;}
.fSearch{width: 100%;margin-top: 20px;display: flex;justify-content: space-between;}
.fSearch form{display: flex;justify-content: space-between;width: 100%;}
.fSearch input{flex: 1;background: transparent;border: none;border-bottom: 1px solid #fff;padding: 0 10px;box-sizing: border-box;font-size: 1.2vw;height: 60px;color: #fff;width: 100%;}
.fSearch input::placeholder{color: #fff;}
.fSearch button{width: 180px;border-radius: 10px;background: #fff;text-align: center;font-size: 1vw;color: #0A1742;border: none;padding: 0;box-sizing: border-box;height: 60px;margin-left: 20px;}

.fMenu{width: 100%;}
.fMenu dl{margin-right: 8%;}
.fMenu dl:last-child{margin-right: 0;}
.fMenu dl dt{color: #fff;font-weight: bold;font-size: 1vw;}
.fMenu dl dd a{margin: 10px 0;font-size: 1vw;color: #fff;display: block;font-weight: 300;}

.fBtm{text-align: center;color: #999;font-size: 16px;}
.fLogo img{width: auto;max-height: 45px;}

.iMenu{position: fixed;top: 50%;left: -100%;transform: translateY(-50%);z-index: 999;transition: left ease 0.6s;}
.iMenu.active{left: 2%;}
.iMenu .warp{border-left: 1px solid #7093cf;}
.iMenu a{padding: 25px;position: relative;display: block;color: #7093cf;font-size: 1vw;text-transform: uppercase;}
.iMenu a:before{position: absolute;top: 0;left: -3px;width: 5px;height: 100%;border-radius: 5px;content: "";background: #7093cf;opacity: 0;}
.iMenu a.on:before{opacity: 1;}

.tongtu{width: 100%;}
.tongtu img{width: 100%;}

.inside{width: 100%;padding: 100px 0;}
.inside img{width: auto;max-width: 100%;}


@media only screen and (max-width: 1440px) {
.wapper{ width:100%;padding: 0 50px;}
.menu a{padding: 0 15px;}


}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 25px;}
.menu span a{font-size: 14px;}
.hMore{height: 35px;line-height: 35px;font-size: 14px;padding: 0 15px;}

}

@media only screen and (max-width: 980px) {
.wapper{padding: 0 10px;}
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.banTop .t2{margin: 15px 0;}
.banTop .more{padding: 10px;min-width: 200px;}
.iMenu a{padding: 20px;}

}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;}
.hHei{height: 70px;}
.iMenu.active{display: none;}
.banner{margin: 0;}
.banTop .more{margin-top: 15px;}
.banner .wapper{padding: 0;}
.index1{padding: 100px 0;background-size: 50%;}
.i1Tit{font-size: 18px;line-height: 2;}
.i1Tit span:after{height: 15px;}
.i1Info{font-size: 15px;}
.index2{padding-bottom: 80px;}
.index2 .desc{width: 100%;}
.index2 .img{width: 100%;margin-top: 20px;text-align: center;}
.index2 .img img{max-width: 280px;}
.index3{padding: 20px 0;}
.index3 .img{width: 100%;margin-top: 20px;text-align: center;order: 0;}
.index2 .img img{max-width: 180px;}
.index2 .desc{order: 1;ma}
.index2 .i1Tit{width: 100%;text-align: center;}
.index2 .i1Info{width: 100%;text-align: center;}



.index3 .desc{width: 100%;}
.index4{padding: 20px 0;}
.iTit{font-size: 25px;}
.i4List ul li{padding: 0 1%;}
.i4Tit2{font-size:24px;}
.i4List2 .info{font-size: 14px;}
.i4List2 ul li:before{width: 60px;height: 60px;}
.i5Tit {font-size: 18px;}
.i5Top .more{font-size: 14px;}
.i5List .part .t1{font-size: 18px;}
.i5List .part .info{font-size: 14px;margin-top: 10px;}
.index6 .i5Tit{font-size: 18px;flex: 1;margin-right: 20px;}
.index6 .i5Top .more{font-size: 14px;}
.i6List{margin-top: 35px;}
.i6List ul li{padding: 15px 0;}
.i6List .part{flex-wrap: wrap;}
.i6List .part .date{width: 100%;font-size: 14px;margin-bottom: 10px;}
.i6List .part .desc{width: calc(100% - 60px);}
.i6List .part .icon{width: 40px;position: relative;top: -15px;}
.i6List ul li:before{display: none;}
.index7 .desc{width: 100%;margin-bottom: 20px;text-align: center;}
.index7 .desc .i1Info{font-size: 13px;}
.index7 .f_right{width: 100%;}
.i7Form .row{margin-bottom: 15px;}
.i7Form input{height: 45px;font-size: 14px;}
.i7Form button{font-size: 16px;}
.footer{padding: 50px 0;}
.footer .f_left{width: 100%;margin-bottom: 20px;}
.footer .f_right{width: 100%;}
.fSearch button{width:80px;height: 40px;}
.fSearch input{height: 40px;}
.fMenu dl dt{font-size: 14px;}
.fMenu dl dd a{font-size: 12px;margin: 10px 0;}
.fMenu dl{margin-right: 10px;}
.fBtm{font-size: 14px;margin-top: 50px;}
.mobile{display: block;}
.pc{display: none;}


}