@charset "utf-8";
/* reset */
[font-family~=yh]{
    font-family: Microsoft Yahei;
}
[font-family~=sim]{
    font-family: simsun;
}
[font-family~=ar]{
    font-family: Arial;
}
/* 字体大小 */
.size12{
    font-size: 12px;
}
.size13{
    font-size: 13px;
}
.size14{
    font-size: 14px;
}
.size15{
    font-size: 15px;
}
.size16{
    font-size: 16px;
}
.size18{
    font-size: 18px;
}
.size20{
    font-size: 20px;
    font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}
.size22{
    font-size: 22px;
}
.size24{
    font-size: 24px;
}
.size28{
    font-size: 28px;
}
.size30{
    font-size: 30px;
}
.size36{
    font-size: 36px;
}
.size48{
    font-size: 48px;
}
.size54{
    font-size: 54px;
    font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}
.size67{
    font-size: 67px;
}
.pt30 {
    padding-top: 30px !important;
}
/* 字体颜色 */
.colorF{
    color: #fff;
}
.colorF2{
    color: #fff;
    color: rgba(255,255,255,0.7);
}
.color9{
    color: #999;
}
.color6{
    color: #666;
}
.color3{
    color: #333;
}
.color2{
    color: #222;
}
.colorC{
    color: #ccc;
}
.colorOr{
    color: #ff9913;
}
.colorGre{
    color: #0c6;
}
.colorLb{
    color: #9EC8FF;
}

html,body{
    height: 100%;
}
body{
    overflow: scroll;
}
html{
   overflow: hidden;
}
.mod {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.lighter{ 
    font-weight: 400;
}
.textC{
    text-align: center;
    font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}
.smoothing{
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
}
.select-none{
    -webkit-user-select: none;
    user-select: none;
}
.h3-sty{
    font-weight: normal;
    line-height: 50px;
    font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}
.seo-index{
    font: 12px/1 "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
    color: #222;
}
.seo-head{
    padding: 18px 0;
    width: 100%;
    background-color: white;
    top: 0;
    z-index: 5;border-bottom: 1px #eee solid;    
}
.seologo{
    margin-top: 1px;
    height: 33px;
}
.seo-slogan{
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 9px;
    line-height: 24px;
    border-left: 1px #CCC solid;
}
.nav-top{
    margin-left: 15%;
}
.nav-top a{
    float: left;
    padding: 7px 28px;
    line-height: 20px;
    color: #333;
}
.nav-top a:hover{
    color: #2681FF;
}
.login a{
    float: left;
    margin-left: 15px;
    width: 84px;
    line-height: 32px;
    text-align: center;
    color: #2681FF;
    border: 1px solid #2681FF;
}
.login a.active{
    color: #FFF;
    background-color: #2681FF;
}
.login a:not(.active):hover{
    color: #2681FF;
    background-color: rgba(38,129,255,0.15);
}.login a.active:hover{
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}
.seo-banner{
    position: relative;
    overflow: hidden;
}
.banner-bg1{
    background-color: #0045DE;
    background: -webkit-linear-gradient(-135deg, #0045DE 0%, #0099FF  100%);
    background: -o-linear-gradient(-135deg, #0045DE 0%, #0099FF  100%);
    background: -moz-linear-gradient(-135deg, #0045DE 0%, #0099FF  100%);
    background:  linear-gradient(-135deg, #0045DE 0%, #0099FF 100%);
}
.banner-bg2{
    background-color: #0045DE;
    background: -webkit-linear-gradient(-135deg, #112DBD 0%, #4886F0  100%);
    background: -o-linear-gradient(-135deg, #112DBD 0%, #4886F0  100%);
    background: -moz-linear-gradient(-135deg, #112DBD 0%, #4886F0  100%);
    background:  linear-gradient(-135deg, #112DBD 0%, #4886F0 100%);
}
.banner-show .banner-item{
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    height: 402px;
    overflow: hidden;
}
.align-center{
    position: absolute;
    padding-top: 18px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}
.banner-txt{
    opacity: 0;
    -webkit-animation: txtInUp 0.5s linear 0s forwards;
    animation: txtInUp 0.5s linear 0s forwards;

}
.banner-txt p{
    line-height: 33px;
}
.banner-txt h3{
    padding: 12px 0 20px;
    line-height: 68px;
}
.banner-txt a{
    padding: 9px 32px;
    border: 1px solid #FFFFFF;
    display: inline-block;
}
.banner-txt a:hover{
    color: #2681FF;
    background-color: #FFF;
}
.banner-ani{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 10px;
    top: 0;
    z-index: 3;
    opacity: 0;
    -webkit-animation: fadeInUp 0.6s linear 0.3s forwards;
    animation: fadeInUp 0.6s linear 0.3s forwards;
}
.banner-ani img{
    position: absolute;
}
.radar{
    left: 13.6%;
    top: 3%;
    z-index: 3;
}
.radar-bg{
    left: -15.1%;
    top: 39%;
    z-index: 0;
}
.phone{
    left: 8.9%;
    top: 7.5%;
}
.rocket{
    left: 15.6%;
    top: 12.8%;
    z-index: 3;
}
.rocket-bg{
    left: 10%;
    top: 0;
    z-index: 0;
}
.ball{
    left: 19.6%;
    top: 11%;
}
.chart{
    left: 23.7%;
    top: 5.8%;
}
@keyframes txtInUp
{
    0% {transform: translateY(20px);opacity: 0;}
    100% {transform: translateY(0);opacity: 1;}
}

@-webkit-keyframes txtInUp
{
    0% {-webkit-transform: translateY(20px);opacity: 0;}
    100% {-webkit-transform: translateY(0);opacity: 1;}
}
@keyframes fadeInUp
{
    0% {transform: translateY(30px);opacity: 0;}
    100% {transform: translateY(0);opacity: 1;}
}

@-webkit-keyframes fadeInUp
{
    0% {-webkit-transform: translateY(30px);opacity: 0;}
    100% {-webkit-transform: translateY(0);opacity: 1;}
}
.btn-wrap{
    position: absolute;
    top: 175px;
    left: 50px;
    right: 50px;
    z-index: 9;
}
.btn-wrap span{
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    border-left: 1px #FFF solid;
    border-top: 1px #FFF solid;
    opacity: 0.4;
    cursor: pointer;
}
.btn-left{
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-right{
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.circle-list{
    position: absolute;
    left: 0;
    right: 0;
    top: 368px;
    text-align: center;
}
.circle-list .swiper-pagination-bullet {
    margin: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px #FFF solid;
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
    background-color: initial;
}
.circle-list .swiper-pagination-bullet-active{
    background-color: #FFF;
    opacity: 1;
}

.intro-wrap{
    padding: 20px 0;
    background-color: #EAF3FF;
}
.logo-txt{
    padding-top: 4px;
}
.logo-txt p{
    line-height: 17px;
    text-align: justify;
    text-align-last:justify;
}
.top-line{
    margin-top: 8px;
    padding-top: 4px;
    border-top: 1px rgba(156,156,156,0.2) solid;
}
.ctrip-logo{
    width: 124px;
}
.intro-txt{
    margin-left: 160px;
}
.intro-txt h2{
    line-height: 28px;
}
.intro-txt p{
    padding-top: 5px;
    line-height: 20px;
}
.nav-wrap{
    padding: 3px 0 22px;
    border-bottom: 1px #eee solid;width: 100%;background-color: white;
}.nav-wrap.fixed{
   position: absolute;z-index: 5;top: 71px;
}.nav-wrap.fixed+.mod:before{
    display: block;content: ' ';height: 124px;width: 1px;
}
.nav-item a{
    float: left;
    width: 20%;
    color: #222;
    text-align: center;
    font-size: 16px;
}
.nav-item a em{
    display: block;
    line-height: 80px;
    position: relative;
}.nav-item a em:before{
    position: relative;top: 10px;
}.nav-item a p{
    line-height: 18px;
}
.nav-item a:hover{ /*.nav-item a.active*/
    color: #00B4F7;
}
.nav-item a:hover em{ /*.nav-item a.active em*/
    color: #00B4F7;
}
.item{
    position: relative;
    padding: 85px 0 93px;
    display: flex;
    align-items: center;
}
.item-pic{
    position: relative;
    width: 50%;
    text-align: center;
}
.item-txt{
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-txt-left{
    padding-right: 60px;
    padding-left: 55px;
}
.item-txt-right{
    padding-right: 80px;
    padding-left: 30px;
}
.item-txt h3{
    padding-bottom: 15px;
}
.item-txt p{
    line-height: 28px;
}
.item-txt ul li{
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 20px;
}
.item-txt ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
}
.about-us{
    position: relative;
    width: 100%;
    background: #3399ff;
}
.about-us-txt{
    position: relative;
    margin: 0 auto;
    max-width: 850px;
    padding: 70px 0px 70px 0px;
    text-align: center;
}
.about-us-txt h3{
    padding-bottom: 14px;
}
.about-us-txt p{
    line-height: 26px;
    font-size: 16px;
}
.content-wrap{
    position: relative;
    padding: 80px 0 43px;
}
.time-wrap{
    position: relative;
    padding-top: 80px;
}
.time-wrap:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    opacity: 0.29;
    background-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #D8D8D8 100%);
    background-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #D8D8D8 100%);
    background-image: -o-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #D8D8D8 100%);
    background-image: -ms-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #D8D8D8 100%);
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #D8D8D8 100%);
    z-index: 9;
}
.time-show{
    padding-bottom: 63px;
}
.time-axis{
    padding-top: 50px;
}
.time-axis li{
    position: relative;
    padding: 0 0 17px 21px;
    line-height: 26px;
    font-size: 16px;
}
.time-axis li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #00B4F7;
}
.time-axis li span{
    width: 86px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    font-size: 18px;
}
.pic6{
    position: absolute;
    right: -6px;
    bottom: -16px;
    width: 647px;
    z-index: -1;
}
.com-list{
    padding: 43px 0 17px;
}
.com-list img{
    width: 100%;
}
.dot-list{
    text-align: center;
}
.dot-list .swiper-pagination-bullet {
    margin: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.25;
    background-color: #969696;
    cursor: pointer;
}
.dot-list .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #C3C3C3;
    outline:0px !important;
}.dot-list .swiper-pagination-bullet-active:focus{
    outline:0px !important;
}
.seo-footer{
    padding: 33px 0 15px;
    background-color: #1C324E;
    text-align: center;
}
.footer-contert{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.contact{
    padding-right: 95px;
}
.contact .size16{
    text-align: left;
    line-height: 22px;
    padding-bottom: 3px;
}
.contact .size14{
    text-align: left;
    line-height: 20px;
    padding-bottom: 16px;
    opacity: 0.8;
}
.qr-show{
    margin-right: 30px;
}
.qr-code img{
    padding: 3px;
    background-color: #fff;
}
.qr-code p{
    padding-top: 9px;
    line-height: 20px;
}
.copyright{
    padding-top: 30px;
    line-height: 17px;
    opacity: 0.52;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #2681FF !important;
}.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus{
    border-color: #FF0202;
}.el-form-item__error{
    color: #FF0202 ;
}.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-input__inner:focus, .el-form-item.is-success .el-textarea__inner, .el-form-item.is-success .el-textarea__inner:focus{
    border-color: #cccccc;
}.seologin .el-form-item__error{
    position: static;transform: none !important;transition: none !important;-webkit-transform: none !important;-webkit-transition: none !important;
}.el-dialog__wrapper.seologin,.el-dialog__wrapper.seologin+.v-modal{
    top: 69px;
}.seologin{
    text-align: center;font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}.seologin:before{
    display: inline;line-height: calc(100vh - 70px);content:'';
}.seologin .el-dialog{
    display: inline-block;vertical-align: middle;margin:0 !important;text-align: initial;width: 38vw;min-width: 550px;border-radius: 1px;height: 345px;
}.showCaptcha .el-dialog{
    height: 400px;
}.seologin .el-dialog__header{
    padding: 15px 60px;text-align: center;
}.seologin .el-dialog__title{
    font-size: 28px;
}input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
    box-shadow: 0 0 0 50px #FFFFFF inset;    
}.el-input__inner{
    border-radius: 2px;line-height: 46px;height: 46px;font-size: 16px;
}.seologin .el-dialog__body{
    padding: 0px 0% 30px;position: relative;margin: 0;    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.seologin .el-form-item__content{
    margin: 0 !important;
}.logon-ruleForm{
    width:60%;
}.seologin .msgLogon{
    line-height: 30px;float: right;
}.seologin .el-checkbox{
    display: block;
}.seologin .el-checkbox__inner{
    border-color: #409EFF;
}.seologin .el-checkbox__label{
    vertical-align: -1px;
}.seologin .captcha{
    width: 40%;
}.seologin .ImageCode0{
    width: 29%;height: 46px;min-width: 100px;margin-left: 8px;
}.seologin .ImageCode0+a.size14{
    line-height: 46px;height: 46px;display: block;margin-left: 8px;
}.el-button{
    border-radius: 2px;
}.seologin .el-button.submit{
    width: 100%;height: 46px;
}.seologin .qr-code {
    width: 40%;height: 230px;
}.showCaptcha .qr-code{
    height: 285px;
}.seologin .qr-code .qr-show{
    width: 100%px;height: 170px;position: relative;top: 50%;margin: -85px auto;text-align: center;
}.seologin .qr-show img{
    width: 135px;height: 135px;
}.seologin .qr-show p{
    line-height: 30px;text-align: center;padding-top: 0;width: 100%;
}.form-collection input,.form-collection button{
    font-family:"PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}

@font-face {font-family: 'iconfont';
    src: url('../images/fonts/iconfont.html'); /* IE9*/
    src: url('../images/fonts/iconfontd41d.html?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../images/fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../images/fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../images/fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon1:before{
    content: "\e800";
}
.icon2:before{
    content: "\e7ff";
}
.icon3:before{
    content: "\e7fc";
}
.icon4:before{
    content: "\e7fe";
}
.icon5:before{
    content: "\e7fd";
}
@media screen and (max-width: 1380px) {
    .btn-wrap {
      /*  display: none;*/
    }
}
@media screen and (max-width: 1180px){
    .mod{
        padding: 0 30px;
    }
    .align-center{
        left: 30px;
    }
    .banner-ani{
        margin-right: 20px;
    }
    .item{
        padding: 85px 0 70px;
    }
    .item-txt-left{
        padding-left: 0;
        padding-right: 30px;
    }
    .item-txt-right{
        padding-right: 0;
    }
    .pic6{
        width: 50%;
    }
}
@media screen and (max-width: 1023px){
    .seo-head .mod{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .seo-head .clear:before,.seo-head .clear:after{
        display: none;
    }
    .nav-top{
        margin: 0;
    }
    .nav-top a{
        padding: 3px 17px;
    }
    .pic1{
       width: 80.7%;
    }
    .pic2{
        width: 83.3%;
    }
    .pic3{
        width: 85.4%;
    }
    .pic4{
        width: 81%;
    }
    .pic5{
        width: 83.9%;
    }
}
@media screen and (max-width: 800px){

    .nav-wrap.fixed{
       top: 65px;
    }
    .mod{
        padding: 0 10px;
    }
    .banner-show .banner-item{
        height: 350px;
    }
    .align-center{
        left: 10px;
    }
    .banner-txt p{
        font-size: 20px;
    }
    .banner-txt h3{
        font-size: 34px;
        line-height: 50px;
    }
    .banner-ani img{
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .banner-ani .radar, .banner-ani .rocket{
        width: 70%;
    }
    .banner-ani .radar-bg, .banner-ani .rocket-bg{
        display: none;
    }
    .circle-list{
        top: 318px;
    }
    .item{
        padding: 75px 0 0;
    }
    .seo-slogan,.nav-top,.login a{
        font-size: 12px;
    }
    .seologo{
        height: 24px;
    }
    .seo-slogan{
        margin-top: 4px;
        line-height: 20px;
    }
    .login a{
        width: 66px;
        line-height: 26px;
    }
    .time-axis li span{
        font-size: 16px;
    }
    .time-axis li,.about-us-txt p, .nav-item a{
        font-size: 14px;
    }
    .pic1{
        width: 86.5%;
    }
    .pic2{
        width: 83.1%;
    }
    .pic3{
        width: 93.4%;
    }
    .pic4{
        width: 89.1%;
    }
    .pic5{
        width: 80.6%;
    }
    .pic6{
        display: none;
    }
    .el-dialog__wrapper.seologin,.el-dialog__wrapper.seologin+.v-modal{
        top: 63px;
    }
}

@media screen and (max-width: 700px){
    .nav-top a {
        padding: 3px 10px;
    }.login a {
        margin-left:8px;
    }
}


@media screen and (max-width: 640px){
    .align-center{
        width: 50%;
    }
}
