/*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;color:#666;background-color: var(--navy);color: var(--white);}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color: var(--main-color); 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:1560px; margin:0 auto;}
.wapper_a{ width:1446px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #ffa400;
    --main-color2: #1d2c70;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --dark: #001629;
    --light-grey: #f3f2f2;
    --navy: #002a3a;
    --white: #fff;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.headerBg{ position:relative;width: 100%;top: 0;z-index: 999;left: 0;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 105px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.hRight{flex-direction: column;align-items: flex-end;}
.hTip{text-align: right;font-size: 12px;}
.hTip a{color: rgba(255, 255, 255, .7);font-weight: bold;line-height: 42px;}
.hTip a:hover{color: #fff;}
.hRight .warp{border-top: 1px solid rgba(255, 255, 255, .2);}

/*menu*/
.menu{height:60px;line-height:60px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:60px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;text-align: center;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu span a{ font-size:14px;color:#fff;display:block;text-align:center;padding: 0 15px;font-weight: bold;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}
.menu ul li.cur span a{color: var(--main-color);}
.menu span a i{padding-left: 5px;}

.getquote a{display: inline-block;padding: 12px 30px;background: var(--main-color);color: var(--dark);border-radius: 30px;font-size: 14px;font-weight: bold;}
.getquote a:hover{background: #fff;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background: #002a3a;position: relative;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;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_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*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: left;}
.f_right{float: right;}
.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;}

.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;}

.fnt_bold{font-weight: bold;}

.fnt_88{font-size: 4.58vw;}
.fnt_64{font-size: 3.34vw;}
.fnt_44{font-size: 2.28vw;}
.fnt_28{font-size: 1.46vw;}
.fnt_24{font-size: 1.26vw;}
.fnt_20{font-size: 1.05vw;}
.fnt_18{font-size: 0.94vw;}
.fnt_16{font-size: 0.84vw;}
.fnt_14{font-size: 14px;}



.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{}
.iTit2 {
    font-size: 2vw;
    color: var(--main-color);
}
.iTxt{}
.iMore a{display: inline-block;padding: 12px 30px;background: var(--main-color);color: var(--dark);border-radius: 30px;font-size: 14px;font-weight: bold;}
.iMore a:hover{background: #fff;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}


.index1{width: 100%;background-size: cover;background-repeat: no-repeat;background-position: top center;padding-top: 180px;}

.i1Item{width: 100%;display: flex;flex-wrap: wrap;padding-bottom: 6vw;}
.i1Item .part{width: 100%;max-width: 650px;}
.i1Tit{letter-spacing: -.04em;line-height: 1.1em;}
.i1More{margin-top: 3vw;}
.i1More a{color: var(--main-color);font-weight: bold;}
.i1More a i{transition: 0.3s;transform: translateX(10px);}
.i1More a:hover i{transform: translateX(20px);}
.i1Txt{margin: 2vw 0;}
.index1 .i1Item:nth-child(2n) .part{margin-left: auto;}
.index1 .i1Item:nth-child(1) .part{max-width: 536px;}

.i1List{width: 100%;margin-top: 2vw;}
.i1List ul li{padding: 1.25vw 0;border-bottom: 1px solid rgba(255, 255, 255, .2);}
.i1List ul li:nth-child(1){border-top: 1px solid rgba(255, 255, 255, .2);}
.i1List .row{display: flex;align-items: center;flex-wrap: wrap;}
.i1List .icon{width: 57px;height: 57px;border: 1px solid var(--main-color);display: flex;justify-content: center;align-items: center;margin-right: 13px;border-radius: 50%;}
.i1List .icon img{width: auto;max-width: 30px;transition: 0.3s;}
.i1List .desc{flex: 1;}
.i1List .t1{color: var(--main-color);font-weight: 100;}
.i1List .t1 i{transition: 0.3s;transform: translateX(10px);}
.i1List .txt{font-weight: bold;color: #fff;}

.i1List .row:hover .icon{background: var(--main-color);}
.i1List .row:hover .icon img{filter: brightness(0%) contrast(200%) invert(0%) opacity(100%);}
.i1List .row:hover .t1 i{transform: translateX(20px);}

.index2{width: 100%;padding-top: 134px;position: relative;}
.i2Tit{max-width: 872px;}
.i2Tit .iMore{margin-top: 32px;}
.i2Warp{width: 100%;margin-top: 100px;position: relative;display: flex;justify-content: space-between;}
.i2Warp .left{flex: none;max-width: 448px;}
.i2Warp .flex-spacer{flex: none;width: 8vw;height: 40px;}
.i2Warp .imgBox{flex: 1;padding-top: 20px;padding-right: 30px;padding-bottom: 45px;position: relative;}
.i2Warp .imgBox:after{width: calc(100% - 30px);height: 100%;border: 3px solid var(--main-color);position: absolute;right: 0;top: 0;content: "";border-bottom: none;}
.i2Warp .img{position: relative;z-index: 3;}
.i2Warp .img img{width: 100%;height: 100%;object-fit: cover;}

.i2Line{z-index: 2;flex: none;width: 1629px;max-width: none;height: 2472px;position: absolute;top: -888px;bottom: auto;left: -1611px;right: auto;}

.i2List{width: 100%;padding-bottom: 3vw;}
.i2List ul li{justify-content: flex-start;align-items: flex-start;margin-top: 128px;display: flex;}
.i2List .icon{flex: none;justify-content: center;align-items: center;width: 32px;height: 32px;display: flex;position: relative;background: rgba(255, 164, 0, .12);border-radius: 50%;}
.i2List .icon i{background-color: var(--main-color);border-radius: 50%;flex: none;width: 12px;height: 12px;position: relative;}
.i2List .txt{font-weight: 300;margin-left: 1vw;flex: 1;}
.i2List .txt p{padding: 0;line-height: 1.3em;}

.index3{width: 100%;padding-top: 110px;border-top: 5px solid #002031;background-repeat: no-repeat;background-position: top right;background-size: auto;padding-bottom: 15px;}

.i3List{margin-top: 5vw;padding: 0 3vw;}
.i3List ul li{width: 33.3%;padding: 1vw 3vw;text-align: center;}
    .i3List1 ul li {
        width: 50%;
        padding: 1vw 3vw;
        text-align: center;
    }
.i3List .icon img{width: 56px;}
.i3List .txt{margin-top: 1vw;font-weight: 300;}
.index3 .iMore{margin-top: 2vw;}

.index3 {
    width: 100%;
    padding-top: 110px;
    border-top: 5px solid #002031;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    padding-bottom: 15px;
}

.i3List2 {
    margin-top: 5vw;
    padding: 0 3vw;
}

    .i3List2 ul li {
        width: 33.3%;
        padding: 1vw 3vw;
        text-align: center;
    }

.i3List1 ul li {
    width: 50%;
    padding: 1vw 3vw;
    text-align: center;
}

.i3List2 .icon img {
    width: 100%;
    height:100px;
    object-fit:contain;
}

.i3List2 .txt {
    margin-top: 1vw;
    font-weight: 300;
}

.index3 .iMore {
    margin-top: 2vw;
}


.index4{width: 100%;position: relative;overflow: hidden;}
.index4:after{background: #001629;height: 50px;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 9;content: "";}
.i4Bg{width: 100%;font-size: 0;overflow: hidden;position: relative;}
.i4Bg:after{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 22, 41, .5);content: "";}
.i4Bg p{display: block;padding: 0;line-height: 0;width: 100%;}
.i4Bg video{width: 100%;height: 100%;object-fit: cover;}
.i4Bg img{width: 100%;height: 100%;object-fit: cover;}

.athletes{display: block; width: 100%;height: 40px;background: repeating-linear-gradient(-45deg,#fff0,#fff0 4px,var(--main-color) 5px,var(--main-color) 8px);}

.index4 .athletes{position: absolute;left: 0;top: 60px;z-index: 9;}


.i4Top{position: absolute;top: 50%;transform: translateY(-50%);padding-top: 80px;left: 0;width: 100%;z-index: 9;}
.i4Top .desc{max-width: 744px;}

.footer{background: #001629;padding: 120px 0 100px 0;position: relative;}
.footer a{color: rgba(255, 255, 255, .6);font-size: 15px;font-weight: bold;}
.footer a:hover{color: #fff;}
.footer:before{background: #002a3a;height: 32px;width: 100%;position: absolute;left: 0;top: 0;z-index: 9;content: "";}
.f_logo{margin-right: 3vw;}
    .f_logo img {
        margin-top: 20px;
        width: auto;
        max-width: 180px;
        height: auto; /*max-height: 50px;*/
    }

.f_menu{justify-self: start;}
.f_menu ul li{padding: 1vw 0;border-bottom: 1px solid rgba(255, 255, 255, .2);}
.f_menu ul li:first-child{padding-top: 0;}
.f_menu a{color: #fff;padding-right: 35px;position: relative;display: block;font-weight: 100;font-size: 1.46vw;}
.f_menu a i{font-size: 1vw;position: absolute;font-weight: 100 !important;transition: 0.3s;top: 50%;transform: translateY(-50%);right: 0;vertical-align: middle;}
.f_menu a:hover{color: var(--main-color);}
.f_menu a:hover i{padding-left: 20px;right: -10px;}

.f_link{margin-right: 2vw;}
.f_link ul li{margin-bottom: 1vw;}

.fShare{margin: 1vw 0;}
.fShare li{margin-right: 1vw;}
.fShare a{font-size: 1.2vw;color: var(--main-color);}
.fShare a:hover{color: #fff;}

.fIcon{width: 100%;text-align: center;}
.fIcon img{width: 145px;/*border-radius: 50%;*/}
.fIcon a:hover img{transform: rotate(360deg);}

.tongtu{width: 100%;position: relative;height: 720px;overflow: hidden;}
.tongtu .img{width: 100%;height: 100%;}
.tongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgBg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 22, 41, .5);}
.tongtu .imgBg img{width: auto;height: 100%;max-width: 100%;}
.tongtu .imgTop{width: 85%;position: absolute;bottom: 10%;left: 50%;transform: translateX(-50%);}
.tongtu .warp{max-width: 760px;margin-left: auto;}
.tongtu .desc{padding-top: 100px;}
.tongtu .t1{font-weight: 100;}


.service1{padding: 2vw 0 8vw;}
.service1 .iTit{max-width: 780px;margin: 0 auto;}

.service2{width: 100%;padding-top: 110px;padding-bottom: 15px;position: relative;overflow: hidden;border-top: 5px solid #002031;background-size: cover;background-position: top right;background-repeat: no-repeat;}
.service2 .wapper_a{position: relative;z-index: 9;}
.ser2Bg{position: absolute;left: 0;top: 0;width: 180%;height: 120%;background-repeat: repeat;background-position: top right;background-size: 100%;}

.ser2Warp{width: 100%;margin-top: 3vw;}
.ser2Warp .left{width: 50%;}
.ser2Warp .right{width: 42%;}
.serTxt{}
.serTxt p{padding: 0.8vw 0;}
.drop-cap{float: left;background-color: var(--main-color);color: var(--navy);border-radius: 8px;justify-content: center;align-items: center;margin-right: 8px;padding: 10px 12px;font-size: 2.4vw;font-weight: 700;line-height: 1em;}

.ser2List{width: 100%;color: var(--main-color);margin-top: 1vw;}
.ser2List ul li{padding: 1.6vw 0;border-bottom: 1px solid rgba(255, 255, 255, .2);}
.ser2List ul li:first-child{border-top: 1px solid rgba(255, 255, 255, .2);}

.serviceBtm .desc{max-width: 600px;}
.serviceBtm .i1Tit{font-weight: 100;}
.serviceBtm .txt{margin: 1.2vw 0;}

.about1{width: 100%;padding: 20px 0;}

.abo1Item{width: 100%;}
.abo1Item2{margin-top: 2vw;}
.abo1Warp{width: 100%;align-items: center;}
.abo1Warp .imgBox{width: 45%;padding: 20px;position: relative;}
.abo1Warp .img{width: 100%;}
.abo1Warp .img img{width: 100%;max-height: 750px;}
.abo1Warp .imgBox .icon{width: calc(100% - 20px);height: calc(100% - 40px);position: absolute;top: 40px;left: -20px;}
.abo1Warp .imgBox .icon img{width: 100%;height: 100%;}
.abo1Warp .desc{width: 45%;}
.abo1Warp .tit{margin-bottom: 2vw;}

.abo1List{width: 100%;}
.abo1List dl{padding: 1.6vw 0;border-bottom: 1px solid rgba(255, 255, 255, .2);}
.abo1List dl:first-child{border-top: 1px solid rgba(255, 255, 255, .2);}
.abo1List .t1{color: var(--main-color);margin-bottom: 1vw;}

.about2{width: 100%;background-color: var(--main-color);color: var(--navy);position: relative;}
.about2:after{position: absolute;top: 0;width: 1px;height: 100%;background: rgba(0, 42, 58, .2);content: "";left: 50%;}
.about2 .wapper_a:before,
.about2 .wapper_a:after{position: absolute;top: 0;width: 1px;height: 100%;background: rgba(0, 42, 58, .2);content: "";}
.about2 .wapper_a:before{left: 25%;}
.about2 .wapper_a:after{right: 25%;}


.about2 .wapper_a{position: relative;border-left: 1px solid rgba(0, 42, 58, .2);border-right: 1px solid rgba(0, 42, 58, .2);padding: 6vw 2%;}


.abo2Top .iTit{font-weight: 300;}
.abo2Logo img{width: auto;height: auto;max-height: 160px;}
.abo2Warp{margin-top: 6vw;}
.abo2Warp .item{width: 20%;}
.abo2Warp .item2{width: 48%;text-align: center;}
.abo2Warp h1{font-size: 1.62vw;margin: 1vw 0;}
.abo2Warp h2{font-size: 1.26vw;margin: 1vw 0;}
.abo2Warp h3{font-size: 1.26vw;margin: 1vw 0;}
.abo2Warp h4{font-size: 0.84vw;margin: 1vw 0;}

.abo2Warp .img img{width: auto;max-height: 120px;max-width: 100%;}
.abo2Warp .tag img{width: auto;max-width: 100px;}
.abo2Warp .year{margin: 1vw 0;font-size: 3.8vw;font-weight: bold;-webkit-text-fill-color: #FFA400;-webkit-text-stroke: 2px #002A3A;}
.abo2Warp .year strong{font-weight: bold;}

.about3{width: 100%;padding: 5vw 0 10vw;}
.about3 .wapper{max-width: 1360px;}
.abo3Top{max-width: 600px;margin: 0 auto;text-align: center;}
.abo3Top .iTit{margin: 1vw 0;}

.abo3Slide{width: 100%;margin-top: 5vw;}
.abo3Tab{width: 25%;}
.abo3Tab ul li{padding: 1vw 0;border-bottom: 1px solid rgba(255, 255, 255, .2);font-weight: 300;color: rgba(255, 255, 255, .6);cursor: pointer;}
.abo3Tab ul li.on{color: var(--main-color);}

.abo3Slide .line{width: 30px;margin-left: 5%;}
.abo3Slide .line img{width: 120%;height: 100%;}

.abo3Panel{width: calc(70% - 30px);padding-left: 3%;}
.abo3Warp{width: 100%;}
.abo3Warp .img{width: 100%;}
.abo3Warp .img img{width: 100%;}
.abo3Warp .t1{margin-top: 1vw;font-weight: bold;}
.abo3Warp .txt{margin-top: 1vw;}

.career1{width: 100%;background: #f6f6f6;padding: 6vw 0;color: #333;}
.iLine{width: 200px;height: 5px;margin: 1vw auto;background: var(--main-color);}
.career1Warp{width: 100%;margin-top: 5vw;}
.career1Warp .right{width: 45%;}
.career1Slide{width: 50%;position: relative;display: flex;justify-content: center;align-items: center;}
.career1Slide .box{width: 468px;height: 468px;position: relative;}
.career1Panel{width: 100%;height: 100%;border: 5px solid #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.career1Panel .item{width: 325px;height: 325px;background: #fff;border-radius: 50%;padding: 10px;display: flex;justify-content: center;align-items: center;}
.career1Panel .part{text-align: center;}
.career1Panel .part .icon img{width: 60px;}
.career1Panel .part .t1{margin-top: 10px;font-size: 20px;color: var(--navy);font-weight: bold;}

.career1Tab{}
.career1Tab ul li{position: absolute;width: 68px;height: 68px;border-radius: 50%;background: var(--navy);display: flex;justify-content: center;align-items: center;cursor: pointer;}
.career1Tab ul li .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);width: auto;max-width: 50px;}
.career1Tab ul li:nth-child(1){top: -25px;left: calc(50% - 34px);}
.career1Tab ul li:nth-child(2){left: -25px;top: 32%;}
.career1Tab ul li:nth-child(3){right: -25px;top: 32%;}
.career1Tab ul li:nth-child(4){left: 25px;top: 80%;}
.career1Tab ul li:nth-child(5){right: 50px;top: 80%;}

.career1Tab ul li.on{-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;}
@-webkit-keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(1.2);
  opacity: 0.8
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

@keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(1.2);
  opacity: 0.8
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

.career1List ul li{padding: 1vw 0;display: flex;}
.career1List .numb{width: 32px;height: 32px;border: 2px solid var(--navy);display: flex;justify-content: center;align-items: center;color: var(--navy);font-size: 14px;font-weight: bold;margin-right: 12px;border-radius: 50%;margin-top: 8px;}
.career1List .txt{flex: 1;}

.career2{width: 100%;padding: 5vw 0;background: #fff;color: #333;}
.career2Img{text-align: center;width: 30%;}
.career2Img img{width: auto;max-width: 100%;}

.career2Warp{width: 100%;}
.career2Warp .right{width: 65%;}

.career2List{width: 100%;margin-top: 2vw;}
.career2List ul li{display: flex;justify-content: space-between;flex-wrap: wrap;}
.career2List .img{width: 40%;display: block;}
.career2List .img img{width: 100%;}
.career2List .desc{width: 55%;}
.career2List .desc .txt{font-size: 16px;}
.career2List .desc .list{font-size: 16px;}
.career2List .desc .list a{color: var(--main-color);}
.career2List .desc .list a:before{content: "●";padding-right: 10px;}
.career2List .desc .list a:hover{color: var(--navy);}

.shipTongtu{height: 100vh;}
.shipTongtu .warp{margin-right: auto;margin-left: 0;}
.shipTongtu .desc{padding: 100px 0;}
.shipTongtu .athletes{position: absolute;left: 0;bottom: 0;z-index: 9;}

.ship1{padding: 5vw 0;}
.ship1 .iTit{max-width: 480px;}
.ship1 .i3List{margin: 3vw 0;}
.ship1 .i3List ul li{padding: 1vw;}
.ship1 .i3List .t1{margin: 1vw 0;}

.ship2{padding: 3vw 0;}
.ship2 .iTxt{margin-top: 1vw;}
.ship2 .img{margin-top: 5vw;text-align: center;}
.ship2 .img img{width: auto;max-width: 100%;}

.ship3{padding: 3vw 0 10vw;}
.ship3 .wapper_a{max-width: 1220px;}
.ship3List{margin-top: 3vw;}
.ship3List ul li{width: 31%;}
.ship3List .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;color: #fff;}
.ship3List .part .img{width: 100%;height: 100%;}
.ship3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.ship3List .part .imgTop{position: absolute;left: 0;bottom: 40px;width: 100%;transition: 0.3s;padding: 0 20px;}
.ship3List .part .t1{font-size: 1.46vw;}
.ship3List .part .txt{font-size: 14px;margin: 1vw 0;}
.ship3List .part .more{font-size: 1.26vw;color: var(--main-color);font-weight: bold;}
.ship3List .part .more i{padding-left: 10px;}
.ship3List .part .athletes{position: absolute;left: -100%;bottom: 0;width: 100%;opacity: 0;transition: 0.3s;}

.ship3List .part:hover .imgTop{bottom: 60px;}
.ship3List .part:hover .athletes{left: 0;opacity: 1;}

.carrier1{width: 100%;padding: 6vw 0;}
.carrier1Top{max-width: 600px;margin: 0 auto;}
.carrier1Top .iTit{margin: 1vw 0;}
.i3List .t1{margin-top: 1vw;}
.carrier1 .iMore{margin-top: 5vw;}

.carrier2{width: 100%;position: relative;height: 100vh;position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;}
.carrier2:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 22, 41, .5);content: "";}
.carrier2 .wapper_a{display: flex;align-items: flex-end;padding: 10vw 0 6vw;height: 100%;}
.carrier2List{width: 100%;position: relative;z-index: 9;}
.carrier2List .swiper-slide{background: transparent !important;}
.carrier2List .part{width: 100%;max-width: 820px;margin-left: 0;margin-right: auto;}
.carrier2List .tit{margin-bottom: 1vw;}
.carrier2List .txt{color: var(--main-color);}
.carrier2List .btn{display: flex;align-items: center;margin-top: 20px;}
.carrier2List .btn .icon{width: 32px;height: 32px;display: flex;justify-content: center;align-items: center;border-radius: 50%;font-size: 16px;transition: 0.3s;font-size: 18px}
.carrier2List .btn .icon:hover{background: #fff;color: var(--main-color2);}
.carrier2List .btn .carrier2Prev{color: var(--main-color);margin-right: 20px;}
.carrier2List .btn .carrier2Next{color: var(--main-color2);background: var(--main-color);}

.carrier3{background: var(--navy);color: #fff;}
.carrier3 .wapper_a:before,
.carrier3 .wapper_a:after,
.about2:after{border-color: rgba(255, 255, 255, .12) !important;background: rgba(255, 255, 255, .12);}
.carrier3 .abo2Top .desc{max-width: 586px;}

.contact1{width: 100%;padding: 10vw 0;}
.contact1 .wapper_a{max-width: 1200px;}
.cont1Warp{width: 100%;}
.cont1Warp .left{width: 45%;max-width: 416px;}
.cont1Warp .right{width: 50%;}
.cont1Warp .i1More{margin-top: 1vw;}
.contForm ul li{margin-bottom: 35px;width: 100%;}
.contForm .tit{font-size: 13px;color: rgba(255, 255, 255, .7);font-weight: bold;margin-bottom: 12px;}
.contForm .input{width: 100%;}
.contForm input,
.contForm textarea{width: 100%;height: 50px;background: rgba(255, 255, 255, .04);border: 1px solid rgba(255, 255, 255, 0);color: #fff;border-radius: 4px;font-size: 16px;transition: 0.3s;padding: 0 15px;font-family:' ';}
.contForm input::placeholder,
.contForm textarea::placeholder{color: rgba(255, 255, 255, .7);}
.contForm textarea{height: 128px;padding: 10px 15px;}
.contForm button{width: 100%;height: 40px;background: var(--main-color);border-radius: 30px;text-align: center;color: #000;font-weight: bold;border: none;font-size: 14px;}

.contForm ul li.w50{width: 49%;}
.contForm .checkbox label{display: inline-block;margin-right: 20px;margin-bottom: 12px;font-size: 13px;color: rgba(255, 255, 255, .7);font-weight: bold;}
.contForm .checkbox input{width: 15px;height: 15px;vertical-align: middle;margin-right: 10px;background: rgba(255, 255, 255, .04);}







.contact2{padding: 5vw 0;}
.cont2List{margin-top: 5vw;}
.cont2List ul li{width: 100%;margin-bottom: 5vw;}
.cont2List .part{display: block;width: 100%;display: flex;flex-wrap: wrap;}
.cont2List .part .img{width: 9%;}
.cont2List .part .img img{width: 100%;}
.cont2List .part .desc{width: 90%;padding: 0 24px;}
.cont2List .part .t1{font-weight: bold;}
.cont2List .part .txt{margin: 10px 0;font-size: 14px;color: #b0b6b8;}
.cont2List .part .more{margin-top: 16px;}
.cont2List .part .more a{color: var(--main-color);font-size: 0.82vw;font-weight: bold;}

.contact3 {
    background: #002a3a;
    padding: 6vw 0;
}
    .contact3 .iTit {
        color: #ffffff;
    }
    .contact3 .iTxt {
        color: #ffffff;
    }

.testimonials{padding: 5vw 0 1vw;}
.testimonials .wapper{max-width: 940px;}
.testimonials .line{width: 100%;height: 1px;background: #fff;}
.testiList{padding: 5vw 0;}
.testiList ul{justify-content: space-between;}
.testiList ul li{width: 31%;}
.testiList .part{display: block;width: 100%;height: 100%;border: 1px solid #fff;padding: 15px;}
.testiList .part .txt{font-size: 1.26vw;}
.testiList .part .txt p{line-height: 1.6;}
.testiList .part .btm{background-color: var(--navy);align-items: center;padding: 24px 16px;display: flex;box-shadow: 3px 3px 3px #000;flex-wrap: wrap;flex-direction: column;margin-top: 2vw;}
.testiList .part .t1{color: var(--main-color);font-size: 1.46vw;}
.testiList .part .t2{font-size: 1.05vw;margin-top: 1vw;}


.glossary{padding-top: 5vw;}
.glossary .line{width: 100%;height: 1px;background: #fff;}
.glossary .wapper{padding-bottom: 5vw;}{padding: 5vw 0;}

.glossarySearch{width: 100%;margin-top: 3vw;}
.glossarySearch .tit{margin-bottom: 1vw;}
.glossarySearch input{width: 100%;height: 38px;background: #fff;padding: 0 10px;font-size: 16px;color: #666;}
.glossarySearch button{width: 100px;height: 50px;margin-top: 20px;background: var(--main-color);color: var(--navy);font-weight: bold;font-size: 1vw;border: none;}

.glossaryWarp{margin-top: 1vw;}

.toTop{box-shadow: 1px 1px 3px #000;width: 100px;height: 70px;margin: 45px auto 0;padding: 20px;}
.toTop span{display: block;width: 65px;height: 30px;line-height: 30px;background: var(--main-color);color: var(--navy);text-align: center;font-weight: bold;}

.faqs{padding: 5vw 0;background: #fff;color: var(--navy);}
.faqs .wapper{max-width: 1148px;}
.pro_style2_list{border: 1px solid #ddd;}
.pro_style2_list li{border-bottom: 1px solid #ddd;}
.pro_style2_list li:last-child{border: none;}
.pro_style2_list li .faq_question {position: relative;cursor: pointer;padding-left: 15px;}
.pro_style2_list li .faq_question span.title {color: #333;font-size: 0.86vw;line-height: 52px;height: 52px;font-weight: bold;width: 90%;}
.pro_style2_list li .faq_question i {position: absolute;right: 13px;top: 50%;transform: translateY(-50%);cursor: pointer;color: #333;font-size: 24px}
.pro_style2_list li .faq_answer {color: #292929;font-size: 16px;line-height: 1.8em;padding: 20px;position: relative;display: none;border-top: 1px solid #ddd;}
.pro_style2_list li .faq_answer .as {position: absolute;top: 50%;width: 22px;height: 22px;border-radius: 2px;background: #a3d55f;color: #fff;text-align: center;transform: translateY(-50%);left: 20px;line-height: 22px}
.pro_style2_list li.active .faq_question span.title {color: var(--main-color);}
.pro_style2_list li.active .faq_question i:before{content: "\f068";}
.pro_style2_list li.active .faq_answer {display: block;}

.quote{width: 100%;}

.inside{padding: 5vw 0;background: #fff;color: var(--navy);}








@media only screen and (max-width: 1560px) {
.wapper{ width:100%;padding: 0 12px;}
.wapper_a{width: 90%;}
.i2List ul li{margin-top: 80px;}
.tongtu{height: 680px;}
.tongtu .desc{padding-top: 60px;}



}

@media only screen and (max-width: 1280px) {
.menu span a{padding: 0 12px;}
.getquote a{padding: 10px 20px;}
.i2List ul li{margin-top: 60px;}
.wapper_a{width: 100%;padding: 0 12px;}
.tongtu{height: 480px;}
.tongtu .desc{padding-top: 45px;}





}

@media only screen and (max-width: 980px) {
.headerBg{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}

.fnt_88{font-size: 32px;}
.fnt_64{font-size: 28px;}
.fnt_44{font-size: 26px;}
.fnt_28{font-size: 22px;}
.fnt_24{font-size: 20px;}
.fnt_20{font-size: 16px;}
.fnt_18{font-size: 15px;}
.fnt_16{font-size: 14px;}
.fnt_14{font-size: 13px;}

.index1{padding-top: 80px;}
.i1More{margin-top: 20px;}
.i1More a{font-size: 14px;}

.i1List ul li{padding: 15px 0;}
.index2{padding-top: 60px;}
.i2Warp{margin-top: 60px;}
.i2List ul li{margin-top: 20px;}
.i2List .txt{font-size: 16px;}
.i2Warp{flex-wrap: wrap;}
.i2Warp .left{width: 100%;max-width: none;}
.i2Warp .flex-spacer{display: none;}
.i2Warp .imgBox{width: 100%;}
.i3List ul li{width: 100%;padding: 20px 10px;}
.i3List .t1{font-size: 16px;}
.i3List .txt{font-size: 14px;}
.index4 .athletes{top: 0;}
.athletes{height: 20px;}
.i4Top{position: relative;padding: 50px 12px;top: auto;left: auto;transform: none;}
.index4:after{height: 20px;}
.footer:before{height: 20px;}
.footer{padding: 50px 0;}
.f_warp{display: block;}
.f_logo{width: 100%;margin: 0;text-align: center;}
.f_menu{width: 100%;}
.f_menu ul{width: 100%;}
.f_menu ul li{padding: 10px 0;}
.f_menu a{font-size: 16px;}
.f_link{width: 100%;margin-top: 20px;}
.f_link ul{display: flex;flex-wrap: wrap;}
.f_link ul li{margin-bottom: 10px;margin-right: 5px;}
.footer a{font-size: 13px;}
.fShare{margin: 10px 0;}
.fShare a{font-size: 20px;margin-right: 20px;}
.fIcon{display: none;}
.f_link p{padding: 0;line-height: 1.2;}
.tongtu{height: 220px;}
.tongtu .desc{padding-top: 20px;}
.tongtu .desc .t1{font-size: 16px;}
.abo1Warp .imgBox{width: 100%;margin-bottom: 20px;padding-right: 0;}
.abo1Warp .desc{width: 100%;}
.abo1Warp .imgBox .icon{left: 0;top: 20px;}
.abo1List dl{padding: 15px 0;}
.abo2Top .iTit{font-size: 26px;}

.abo2Warp .item2{width: 100%;order: 0;margin-bottom: 20px;}
.abo2Warp .item{width: 100%;order: 1;text-align: center;}

.abo2Warp h1{font-size: 26px;margin: 10px 0;}
.abo2Warp h2{font-size: 24px;margin: 10px 0;}
.abo2Warp h3{font-size: 18px;margin: 10px 0;}
.abo2Warp h4{font-size: 16px;margin: 10px 0;}
.abo2Warp .year{margin: 15px 0;font-size: 28px;}

.abo3Tab{font-size: 16px;width: 100%;}
.abo3Tab ul li{margin: 10px 0;}
.abo3Slide .line{display: none;}
.abo3Panel{width: 100%;margin-top: 20px;padding: 0;}
.abo3Warp .t1{margin-top: 20px;}
.abo3Warp .txt{margin-top: 6px;}
.iLine{width: 60px;margin: 10px auto;}
.career1Slide{width: 100%;margin: 50px 0;}
.career1Warp .right{width: 100%;}
.career1Slide .box{width: 300px;height: 300px;margin: 0 auto;}
.career1Tab ul li{width: 60px;height: 60px;}
.career1Tab ul li .icon img{max-width: 35px;}
.career1Panel .item{width: 280px;height: 280px;}
.career2Img{width: 100%;}
.career2Warp .right{width: 100%;}
.career2List .img{width: 100%;margin-bottom: 20px;}
.career2List .desc{width: 100%;}
.shipTongtu .desc{padding: 20px 0;}
.shipTongtu .desc .txt{font-size: 14px;}
.tongtu .imgTop{width: 100%;padding: 12px;border: 0;}
.carrier2{height: auto;padding: 100px 0;}
.carrier2 .wapper_a{padding: 20px 12px;}
.carrier2List .txt{font-size: 18px;}
.carrier2List .btn .icon{width: 42px;height: 42px;}
.abo2Logo{width: 100%;margin-top: 20px;text-align: center;}
.carrier3 .abo2Top .desc{text-align: center;}
.cont1Warp .left{width: 100%;max-width: none;margin-bottom: 20px;}
.cont1Warp .right{width: 100%;}
.contForm ul li.w50{width: 100%;}
.cont2List ul li{width: 100%;margin-bottom: 20px;}
.ship3List ul li{width: 100%;margin-bottom: 20px;}
.pro_style2_list li .faq_answer{padding: 12px;font-size: 14px;}
.ser2Warp .left{width: 100%;margin-bottom: 20px;}
.ser2Warp .right{width: 100%;}
.ser2List ul li{padding: 10px 0;}
.ship3List .part .t1{font-size: 16px;}
.ship3List .part .txt{margin: 10px 0;}
.ship3List .part .more{font-size: 14px;}
.testiList ul li{width: 100%;margin-bottom: 20px;}
.testiList .part .txt{font-size: 14px;}
.testiList .part .btm{margin-top: 20px;}
.testiList .part .t1{font-size: 14px;}
.testiList .part .t2{font-size: 16px;}

}
