/*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;}

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:1280px; margin:0 auto;}



.header{ position:relative;position: absolute;top: 0;left: 0;width: 100%;z-index: 999;border-bottom: rgba(255,255,255,0.1) 1px solid;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;transition: 0.3;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

.header.fixed{position: fixed;top: 0;background: rgba(41,41,41,0.8);}
.header.fixed .headList{height: 60px;}
.header.fixed .menu{height:60px;line-height:60px;}
.header.fixed .menu a{font-size: 16px;}
.header.fixed .menu ul li dl{top: 60px;}
/*menu*/
.menu{height:90px;line-height:90px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:90px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;min-width: 180px;}
.menu ul li dl dd{ line-height:45px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:16px; color:#666;display:block; padding:0 20px;text-align:left;}
.menu ul li dl dd a:hover{ color:#123486;}
.menu a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#fff;}
a.menu_hover{color:#fff;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:60px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;display: none;top: 0;position: relative;z-index: 999999;}
.sp_logo{float:left;height:60px;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:20px}
.sp_nav span{display:block;background:#123486;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:99999;background:#fff;width:100%;height:calc(100% - 60px);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:60px}
.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 {width: 100%;height: 100%;}
.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;}

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.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;}

/* Animation */
.waves {position: relative;width: 100%;height: 15vh;margin-bottom: -7px;min-height: 120px;max-height: 180px;z-index: 9;}
.parallax>use {animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;}
.parallax>use:nth-child(1) {animation-delay: -2s;animation-duration: 7s;}
.parallax>use:nth-child(2) {animation-delay: -3s;animation-duration: 10s;}
.parallax>use:nth-child(3) {animation-delay: -4s;animation-duration: 13s;}
.parallax>use:nth-child(4) {animation-delay: -5s;animation-duration: 20s;}
@keyframes move-forever {
	0% {transform: translate3d(-90px, 0, 0);}
	100% {transform: translate3d(85px, 0, 0);}
}


/*common*/
.iComTitle{text-align: center;margin-bottom: 45px;}
.iComTitle .tit{font-size: 38px;color: #333;padding-bottom: 20px;position: relative;text-transform: uppercase;}
.iComTitle .tit:after{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 17px;height: 5px;background: #123486;content: "";}
.iComTitle .txt{font-size: 16px;color: #333333;margin-top: 20px;}

.disFlex{display: flex;flex-wrap: wrap;}
.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;}
.bgfff{background: #fff;}
.fff{color: #fff !important;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt130{padding-top: 130px;}
.pb140{padding-bottom: 140px;}
.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}
em{font-style: normal;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}

.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}
.f_left{float: left;}
.f_right{float: right;}


.common-tab-wrap {
    height: 70px;
    line-height: 70px;
    background: #fffdf1;
}
.common-tab-wrap .wapper{display: flex;flex-wrap: wrap;justify-content: center;}
.common-tab-wrap ul{display: flex;justify-content: center;}
.common-tab-wrap a {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 38px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    cursor: pointer;
}
.common-tab-wrap ul li.on a {
    color: #fff;
    background: #123486;
}

.iTab{height: 70px;line-height: 70px;background: #f7f7f7;}
.iTab ul{display: flex;flex-wrap: wrap;justify-content: center;}
.iTab ul li{ padding: 0 38px;font-size: 18px;color: #333;border-bottom: 2px solid transparent;}
.iTab a{display: block;position: relative;}
.iTab a:hover{color: #123486;}
.iTab a:after{content:''; position:absolute; top:70px; left:50%; width:0; height:0; margin-left:-6px; border:6px solid transparent; border-bottom:0;}
.iTab ul li.on {color: #123486;font-weight: bold;border-color: #123486;}
.iTab ul li.on a{color: #123486;}
.iTab ul li.on a:after{border-top-color:#123486;}



.index1{width: 100%;padding: 120px 0;background: #fff;}
.i1Warp{width: 100%;position: relative;}
.i1Img{width: 55%;font-size: 0px;overflow: hidden;margin-left: auto;}
.i1Img img{width: 100%;height: 100%;border-radius: 30px;}
.i1Desc{width: 55%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #fff;border-radius: 10px;padding: 45px 35px;height: calc(100% - 120px);box-sizing: border-box;box-shadow: 0 14px 29px 0 rgb(12 12 12 / 8%);z-index: 91;min-height: 320px;}
.i1Tit{font-size: 38px;font-weight: bold;color: #123486;}
.i1Tit .tit{text-transform: uppercase;}
.i1Info{margin-top: 20px;max-height: 220px;overflow: hidden;overflow-y: auto;font-size: 18px;color: #666;}
.i1Info::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}/*下拉条样式隐藏*/
/*滚动条样式*/
.i1Info::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.i1Info::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #123486;
}

.i1Info::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.i1Desc .img img{max-height: 50px;width: auto;}



.index2{width: 100%;padding: 120px 0;padding-bottom: 160px;position: relative;}
.i2Warp{width: 100%;}
.i2Left{width: 43%;}
.i3Left{width: 63%;}
.i2Tit{color: #123486;font-weight: bold;font-size: 38px;}
.i2Tit2{margin-top: 20px; margin-bottom:50px; color: #000;font-size: 26px;font-weight: bold;}
.i2Warp .info{margin-top: 55px;color: #999;font-size: 16px;}
.i2Warp .info dl{display: flex;flex-wrap: wrap;margin-bottom: 25px;}
.i2Warp .info dl dt{width: 135px;}
.i2Warp .info dl dd{width: calc(100% - 135px);}
.i2Warp .info img{max-width: 100%;width: auto;}
.i2Warp .panel{width: 100%;padding: 35px;background: rgba(41,41,41,0.3);color: #fff;margin-top: 55px;font-size: 18px;box-sizing: border-box;}


.i2Right{width: 55%;box-shadow: 0 14px 29px 0 rgb(12 12 12 / 20%);}
.i3Right{width: 35%;box-shadow: 0 14px 29px 0 rgb(12 12 12 / 20%);}
.i2Right ul li{width: 100%;text-align: center;border-bottom: 1px solid #eee;padding: 25px 0;box-sizing: border-box;}
.i2Right ul li:last-child{border: none;}
.i2Right ul li .tit{font-size: 16px;color: #333;}
.i2Right ul li .tit span{font-size: 48px;font-weight: bold;}
.i2Right ul li .txt{font-size: 16px;color: #666;margin-top: 15px;}
.i2Right .img{width: 100%;height: 100%;overflow: hidden;}
.i2Right .img img{width: 100%;height: 100%;object-fit: cover;}

.i2Bg{position: absolute;left: 0;bottom: 0;width: 100%;height: 76%;z-index:-1;}
.i2Bg img{width: 100%;height: 100%;object-fit: cover;}

.index3{width: 100%;background: #fff;}
.i3Img{width: 100%;font-size: 0px;overflow: hidden;}
.i3Img img{width: 100%;}
.imgMb{display: none;}

.index4{width: 100%;padding: 120px 0;background: #fff;}

.index5{width: 100%;}
.i5Warp{width: 100%;overflow: hidden;}
.i5Warp .img{width: 50%;font-size: 0px;overflow: hidden;}
.i5Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.i5Warp .desc{width: 50%;padding: 5% 15% 5% 3%;box-sizing: border-box;position: relative;}
.i5Warp .iComTitle{text-align: left;}
.i5Warp .iComTitle .tit:after{left: 0;transform: translateX(0);}
.i5Txt{font-size: 18px;color: #666;margin: 15px 0;font-weight: bold;display: flex;flex-wrap: wrap;}
.i5Txt .tit{position: absolute;bottom: 3%;left: 2%;color: #eee;z-index: -1;font-size: 10vw;font-weight: bold;}
.i5Txt .item{display: inline-block;width: 40%;padding-right: 15px;box-sizing: border-box;margin: 15px 0;}
.i5Txt .item2{display: inline-block;width: 30%;padding-right: 15px;box-sizing: border-box;margin: 15px 0;}
.i5Txt .item:hover{color: #123486;}
.i5Txt .item3{
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


.footer{background: #333;padding: 60px 0;position: relative;}
.fBg{position: absolute;left: 0;top: -100px;width: 100%;}
.fBg img{width: 100%;height: 100px;object-fit: cover;}

.footer .left{width: 63%;}
.footer .right{width: 32%;}
.fLogo{width: 100%;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid rgba(255,255,255,0.3);}
.fMenu{width: 100%;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{display: inline-block;margin-right: 25px;font-size: 16px;}
.fMenu a{color: #fff;}
.fMenu a:hover{color: #fffdf1;}

.fTel{font-size: 14px;color: #eee;}
.fTel ul li{margin-bottom: 10px;}

.fLinks{margin-top: 20px;}
.fLinks a{display: inline-block;width: 35px;height: 35px;background: #000;border-radius: 50%;color: #fff;text-align: center;line-height: 35px;margin-right: 25px;margin-bottom: 10px;}
.fLinks a:last-child{margin-right: 0;}
.fLinks a:hover{opacity: 0.6;}

.copyright{width: 100%;padding: 20px 0;font-size: 14px;color: #666;background: #000;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{font-size: 0px;overflow: hidden;width: 100%;}
.tongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.tongtu .t1{font-size: 38px;font-weight: 500;color: #fff; margin-bottom: 20px;}
.tongtu .info{font-size: 14px;font-weight: 500;color: #666;line-height: 20px;}

.current{width: 100%;font-size: 16px;color: #fff;}
.current a{display: inline-block;position: relative;color: #fff;}
.current a:before{content: "/";padding: 0 10px;}
.about1{padding: 120px 0;}
.about1 .i1Img{margin-left: 0;}
.about1 .i1Desc{left: auto;right: 0;}


.abo1Swiper a{display: block;width: 100%;height: 100%;}
.abo1Swiper .swiper-button-next,.abo1Swiper .swiper-button-prev{width: 45px;height: 45px;border-radius: 50%;background: #fff;}
.abo1Swiper .swiper-button-next:after,.abo1Swiper .swiper-button-prev:after{font-size: 30px;color: #123486;}

.tcOpen{position: relative;}
.tcOpen:after{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 64px;height: 64px;margin: auto;background: url(../images/videoBtn.png) center no-repeat;background-size: contain;content: "";transition: 0.3s;}
.tcOpen:hover:after{transform: scale(1.1);}


.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.6);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 750px;height: auto;max-height: 580px;background: #fff;color: #333;padding: 0;box-sizing: border-box;position: relative;}
.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: -30px;right: 0;color: #fff;}

.videoPanel{width: 100%;height: 100%;overflow: hidden;}
.videoPanel video{width: 100%;background: #000;}

.about2{padding: 120px 0;}


.abo3Tab{width: 100%;padding: 120px 0;overflow: hidden;position: relative;}
.abo3Tab:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;content: "";z-index: 1;}
.abo3Tab .wapper{z-index: 9;position: relative;}
.abo3Tab .i1Tit{text-align: center;color: #fff;margin-bottom: 45px;}
.abo3List{width: 100%;}
.abo3List ul{display: flex;flex-wrap: wrap;justify-content: center;position: relative;}
.abo3List ul li{display: inline-block;font-size: 18px;margin: 0 35px;position: relative;}
.abo3List a{color: #fff;display: inline-block;position: relative;padding-bottom: 35px;}
.abo3List a:after{position: absolute;left: 50%;transform: translateX(-50%);width: 20px;height: 20px;border-radius: 50%;border: 2px solid transparent;background: #fff;content: "";bottom: 0;z-index: 8;}
.abo3List ul li.on a:after{background: #fff;border-color: #008cd6;}

.abo3List ul:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 10px;width: 100%;height: 2px;background: #fff;content: "";z-index: 1;opacity: 0.6;}

.abo3Panel{padding: 120px 0;padding-bottom: 160px;}
.abo3Swiper2 .part{width: 100%;padding: 0 20px;box-sizing: border-box;}
.abo3Swiper2 .part .top{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid rgba(0,0,0,0.3);}
.abo3Swiper2 .part .tit{font-size: 24px;color: #008cd6;}
.abo3Swiper2 .part .img{max-width: 200px;max-height: 33px;}
.abo3Swiper2 .part .img img{}
.abo3Swiper2 .part .info{font-size: 15px;color: #666;}
.abo3Swiper2 .swiper-slide-active .part .tit{font-size: 24px; color: #008cd6;}

.inside{padding: 120px 0;}







@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 5%;box-sizing: border-box;}
.menu a{font-size: 16px;}
.i1Tit{font-size: 32px;}
.i1Info{font-size: 16px;}
.fBg{top: -80px;}
.fBg img{height: 80px;}
.i2Right ul li .tit span{font-size: 42px;}
.i2Warp .panel{font-size: 16px;}
.iComTitle .tit{font-size: 32px;}
.iComTitle .txt{font-size: 15px;margin-top: 15px;}
.i5Txt{font-size: 18px;}
.i5Warp .desc{padding-right: 5%;}
.i2Tit{font-size: 32px;}
.i2Tit2{font-size: 25px;}
.tongtu .img img{min-height: 280px;object-fit: cover;}
.tongtu .t1{font-size: 40px;margin-bottom: 20px;}
.abo3Panel{padding: 120px 5%;}



}



@media only screen and (max-width: 1024px) {
.i1Desc{padding: 30px 20px;height: 100%;background: rgb(255 255 255 / 90%);}
.i1Tit{font-size: 28px;}
.i1Info{font-size: 15px;max-height: 160px;}
.i1Desc .img img{max-height: 40px;}
.i2Tit{font-size: 28px;}
.i2Tit2{font-size: 24px;}
.tanchuang .box{max-width: 780px;max-height: 420px;}
.tongtu .t1{font-size: 36px;}




}

@media only screen and (max-width: 991px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.iTab ul li{padding: 0 30px;}
.tanchuang .box{max-width: 620px;max-height:280px;}


}

@media only screen and (max-width: 796px) {
.iTab{height: 50px;line-height: 50px;}
.iTab a:after{top: 50px;}
.iTab ul li{padding: 0 20px;font-size: 16px;}
.i1Desc{width: 100%;position: relative;top: auto;left: auto;transform: translateX(0);}
.i1Img{width: 100%;margin-top: 20px;}
.imgPc{display: none;}
.imgMb{display: block;}
.i2Left{width: 100%;}
.i2Right{width: 100%;margin-top: 20px;}
.i3Left{width: 100%;}
.i3Right{width: 100%;margin-top: 20px;}
.i2Bg{height: 83%;}
.i5Warp .img{width: 100%;}
.i5Warp .desc{width: 100%;padding-bottom: 20%;}
.i5Txt .tit{left: auto;right: 0;font-size: 15vw;bottom: 5%;}
.footer .left{width: 100%;margin-bottom: 20px;}
.footer .right{width: 100%;}
.copyright .left{width: 100%;margin-bottom: 20px;}
.copyright .right{width: 100%;}
.common-tab-wrap a{padding: 0 30px;}
.tongtu .t1{font-size: 32px;}
.common-tab-wrap{height: 50px;line-height: 50px;}
.common-tab-wrap a{font-size: 16px;}
.abo3List ul li{font-size: 16px;}






}

@media only screen and (max-width: 620px) {
.wapper{padding: 0 10px;box-sizing: border-box;}
.iTab{width: 100%;overflow: hidden;overflow-x: auto;}
.iTab ul{width: 620px;}
.i1Info{font-size: 14px;}
.i1Tit{font-size: 24px;}
.index1{padding-top: 60px;}
.i1Desc{padding: 25px;min-height: auto;}
.i2Tit{font-size: 24px;}
.i2Tit2{font-size: 18px;margin-top: 20px;}
.i2Right ul li .tit span{font-size: 32px;}
.i2Right ul li .txt{font-size: 14px;}
.i2Warp .panel{font-size: 14px;padding: 20px;margin-top: 20px;}
.index2{padding-top: 60px;}
.index4{padding-top: 60px;}
.i2Bg {height: 87%;}
.waves{min-height: 20px;max-height: 40px;}
.fMenu ul li{font-size: 14px;width: 33.3%;margin: 0;margin-bottom: 5px;}
.iComTitle .tit{font-size: 24px;}
.iComTitle .txt{font-size: 14px;}
.i5Txt{font-size: 16px;}
.i5Txt .tit{bottom: 10%;}
.tanchuang .box{width: 80%;}
.common-tab-wrap a{padding: 0 20px;}
.about1{padding: 60px 0;}
.about2{padding: 60px 0;}
.abo1Swiper .swiper-button-next, .abo1Swiper .swiper-button-prev{width: 30px;height: 30px;}
.abo1Swiper .swiper-button-next:after, .abo1Swiper .swiper-button-prev:after{font-size: 20px;}
.tongtu .t1{font-size:26px;}
.current{font-size: 14px;}
.common-tab-wrap a{font-size: 14px;}
.tcOpen:after{width: 50px;height: 50px;}
.abo3Tab{padding: 60px 0;}
.abo3List ul li{margin: 0 15px;font-size: 14px;}
.abo3List a:after{width: 15px;height: 15px;}
.abo3Swiper2 .part{padding: 0;}
.abo3Panel{padding: 60px 10px 100px;}
.abo3Swiper2 .part .img{max-height: 40px;max-width: 140px;}
.inside{padding: 60px 0;}




}
