/*comm*/
html,body{
    position: relative;
    height: 100%;
}
body {
    background: #fff;
    font-family: "Microsoft Yahei"锛�Segoe UI", Arial, Helvetica, "Microsoft Jhenghei", "Hiragino Sans GB", "WenQuanYi Zen Hei", SimHei, STHeiti, "WenQuanYi Micro Hei", sans-serif;
}
.hide{
    display: none;
}
.opacity{
    opacity: 0;
}
.jian{
	vertical-align: text-bottom;
}
/*Header*/
.navbar{
    background: #ffffff;
    margin: 0 auto;
}
.navbar .navbar-brand{
    padding:0 10px;
    margin-right: 40px;
}
.navbar .navbar-brand img{
    width: 124px;
    padding-top: 4px;
}
.navbar-nav>li{
    margin: 0 10px;
    position: relative;
    text-align:center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #3DADE3;
    background-color: transparent;
}
.navbar-nav .active::after{
    content: "";
    position: absolute;
    bottom:0;
    width: 100%;
    height: 3px;
    background: #3DADE3;
    left:0;
}
/* mainContent */
.mainContent{
    padding-top: 51px;
    height: 100%;
}
.swiper-container {
    max-width: 1920px;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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-pagination{
    display: none;
}
.definPagination{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    right: 10px;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.paginationItems{
    text-align: right;
    font-size: 12px;
    margin-bottom: 4px;
    cursor: pointer;
}
.paginationItems .itemsWord{
    display: inline-block;
    text-align: left;
    width: 50px;
    display: none;
    position: relative;
    top:-7px;
}
.paginationItems .fa{
    background: #EEEEEE;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 4px;
}
.paginationItemsActive{
    background: #4999FF;
    color:#fff;
    padding: 0 0 0 6px;
    border-radius: 4px;
}
.paginationItemsActive .itemsWord{
    display: inline-block;
}
.paginationItemsActive .fa{
    background: transparent;
}
.paginationItems .fa-icon-home{
    background: #EEEEEE url(../img/siteimage/icon_home.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItemsActive .fa-icon-home{
    background: transparent url(../img/siteimage/icon_home_on.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItems .fa-icon-intro{
    background: #EEEEEE url(../img/siteimage/icon_intro.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItemsActive .fa-icon-intro{
    background: transparent url(../img/siteimage/icon_intro_on.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItems .fa-icon-download{
    background: #EEEEEE url(../img/siteimage/icon_download.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItemsActive .fa-icon-download{
    background: transparent url(../img/siteimage/icon_download_on.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItems .fa-icon-study{
    background: #EEEEEE url(../img/siteimage/icon_study.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItemsActive .fa-icon-study{
    background: transparent url(../img/siteimage/icon_study_on.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItems .fa-icon-contract{
    background: #EEEEEE url(../img/siteimage/icon_contact.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItemsActive .fa-icon-contract{
    background: transparent url(../img/siteimage/icon_contact_on.png) no-repeat center center;
    margin-top: 2px;
}
.paginationItems .fa-icon-top{
    background: #EEEEEE url(../img/siteimage/icon_top.png) no-repeat center center;
}
/* index */
.indexBg{
    width: 100%;
    height: 100%;
    background: url(../img/siteimage/bg_index.png) no-repeat center center;
    background-size: cover;
}
.indexBg .indexTitle{
    margin: 40px auto 30px auto;
}
.indexBg .indexTitle img{
    width: 70%;
    margin-bottom: 40px;
}
.indexBg .indexContent .indexContentLeft img{
    /* background: url(../../images/siteimage/index_car.png) no-repeat center center;
    height: 357px;
    background-size: contain;
    position: relative; */
    width:70%;
}
.loginContainer{
    margin: 20px;
}
/* 动画 */
#box img{
    width:80px;
    height:110px;
}
@keyframes fn{
    0% {transform:rotateX(-35deg) rotateY(360deg);}
    100%{transform:rotateX(-35deg) rotateY(0deg);}
}
@-moz-keyframes fn{
    0% {transform:rotateX(-35deg) rotateY(360deg);}
    100%{transform:rotateX(-35deg) rotateY(0deg);}
}
@-ms-keyframes fn{
    0% {transform:rotateX(-35deg) rotateY(360deg);}
    100%{transform:rotateX(-35deg) rotateY(0deg);}
}
@-webkit-keyframes fn{
    0% {transform:rotateX(-35deg) rotateY(360deg);}
    100%{transform:rotateX(-35deg) rotateY(0deg);}
}
.box{				
    width:80px;
    height:110px;
    margin:auto;
    transform-style:preserve-3d;
    /* transform:rotateX(-10deg); */
    animation: fn 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top:100px;
    right: 365px;
}
.box:hover{
    animation-play-state: paused;
}
.box>div{
    width:60px;
    height:90px;
    position: absolute;
    left:0;
    top:0;
}
/* login */
/* .loginContainer{
    background: #fff;
    padding: 10px;
} */
.loginContainer .panel{
    border:none;
    text-align: left;
    box-shadow: 0px 0px 15px #AAE8FF
}
.loginContainer .panel-body{
    width: 80%;
    margin: 0 auto;
}
.loginContainer .loginTips{
    color:#E1E1E1;
    font-size: 14px;
}
.loginContainer .form-group{
    position: relative;
}
.loginContainer .form-control{
    padding-left: 30px;
}
.loginContainer .loginIcon{
    position: absolute;
    top:8px;
    left: 25px;
    width: 14px;
    height: 20px;
}
.errorMsg{
    color:#f00;
    font-size: 12px;
    font-weight: normal;
    display: none;

}
.error{
    border-color:#f00;
}
.loginContainer .iconClose{
    position: absolute;
    top:8px;
    right: 24px;
    width: 14px;
    height: 20px;
    background: url(../img/siteimage/icon_clear.png) no-repeat center center;
    background-size:contain;
    cursor: pointer;
    display: none;
}
.loginContainer .iconEyes_close{
    position: absolute;
    top:10px;
    right: 24px;
    width: 14px;
    height: 20px;
    background: url(../img/siteimage/icon_invisible.png) no-repeat center center;
    background-size:contain;
    cursor: pointer;
    display: none;
}
.loginContainer .iconEyes_open{
    position: absolute;
    top:10px;
    right: 24px;
    width: 14px;
    height: 20px;
    background: url(../img/siteimage/icon_visible.png) no-repeat center center;
    background-size:contain;
    cursor: pointer;
    display: none;
}
.form-control{
    height: 40px;
}
.loginContainer  .phoneCode{
    position: absolute;
    top:0;
    right: 15px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color:#fff;
}
.loginContainer  .btn-success{
    width: 100%;
    background: #4A99FD;
    margin: 20px 0;
}
.loginContainer .iconPhone{
    background: url(../img/siteimage/icon_tel.png) no-repeat center center;
    background-size:contain
}
.loginContainer .iconPwd{
    background: url(../img/siteimage/icon_password.png) no-repeat center center;
    background-size:contain
}
.loginContainer .iconCode{
    background: url(../img/siteimage/icon_code.png) no-repeat center center;
    background-size:contain
}
/* product */
.productContainer{
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(to bottom, #9DE8FB , #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to bottom, #9DE8FB , #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to bottom, #9DE8FB , #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #9DE8FB , #fff); /* 鏍囧噯鐨勮娉�*/
    position: relative;
}
.productContainer .modularTitle{
    width: 173px;
    height: 111px;
    margin: 0 auto
}
.productContainer .productTop{
    height: 50%;
    width: 100%;
    background: url(../img/siteimage/bg_intro2.png) no-repeat center center;
    background-size: contain;
}
.productContainer .productBottom{
    height: 50%;
    text-align:left;
}
.productContainer .productContent{
    font-size: 12px;
    margin: 20px auto;
}
.productContainer  .productTitleImg img{
    width: 80%;
    position: relative;
}
.productContainer  .tilteItems{
    position: absolute;
    font-size: 14px;
    top:0;
    left: 0;
}
.productContainer  .tilteItemsContainer .tilteItems:first-child{
    left: 25%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(2){
    top:30px;
    left: 32%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(3){
    top:65px;
    left: 37%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(4){
    top:100px;
    left: 40%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(5){
    top:130px;
    left: 40%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(6){
    top:185px;
    left: 40%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(7){
    top:230px;
    left: 37%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(8){
    top:265px;
    left: 33%;
}
.productContainer  .tilteItemsContainer .tilteItems:nth-child(9){
    top:295px;
    left: 25%;
}
.productName{
    margin-top: 60px;
}
/* download */
.downloadContainer{
    width: 100%;
    height: 100%;
    background: url(../img/siteimage/bg_download.png) no-repeat center top;
    background-size: contain;
    position: relative;
}
.downloadContainer .titDownload{
    position: absolute;
    top:15%;
    left: -50%;
}
.downloadContainer .downloadPhone img{
    width: 50%;
    margin-top: 10%;
}
.downloadContainer .downloaderweima{
    width: 80%;
    margin:40% auto 0 auto;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #C9C9C9;
}
.downloadContainer .erweima{
    margin-top: 20px;
    position: relative;
}
.downloadContainer .erweima::after{
    content: "";
    position: absolute;
    right: 0;
    top:15px;
    height: 100%;
    width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #E2E3E2;
    box-shadow: 0 0 5px #E2E3E2;
}
.downloadContainer .erweima img{
    width: 80%;
}
.downloadContainer .erweimaText{
    margin-bottom: 20px;
}
.downloadContainer .downloadBtnContainer{
    margin-top: 30px;
    margin-right: 10px;
}
.downloadContainer .btn-download{
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
}
.downloadContainer .btn-download:first-child{
    /* background: transparent url(../../images/siteimage/download_weixin.png) no-repeat center center;
    background-size: cover;
    outline: none; */
    outline: none;
    color:#fff;
    background: #38C617;
    border-radius: 30px;
    text-align: left
}
.downloadContainer .btn-download:nth-child(2){
    /* background:transparent url(../../images/siteimage/download_ios.png) no-repeat center center;
    background-size: cover;
    outline: none; */
    outline: none;
    color:#fff;
    background: #F88A00;
    border-radius: 30px;
    text-align: left
}
.downloadContainer .btn-download:nth-child(3){
    /* background:transparent url(../../images/siteimage/download_android.png) no-repeat center center;
    background-size: cover;
    outline: none; */
    outline: none;
    color:#fff;
    background: #F26F58;
    border-radius: 30px;
    text-align: left
}
.downloadContainer .btn-download span{
    display: inline-block;
    text-align: right
}
.downloadContainer .downloadBtnContainer .fa{
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 10px;
}
/* contact */
.contactContainer{
    width: 100%;
    height: 100%;
}
.contactContainer .contactInfos{
}
.contactContainer .infoItems{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactContainer .infoItems span{
    color:#2F92CF
}
.contactContainer .mapImg img{
    width: 60%;
    margin-top: 10px
}
.contactContainer .weixinImg img{
    width: 40%;
    margin: 20px 0;
}
.contactImg ul{
    list-style: none;
    font-size: 0;
    text-align: center;
    margin: 0;
    padding: 0;
}
.contactImg ul li{
    width: 33%;
    display: inline-block;
}
.contactImg img{
   	padding:0 10px;
    width:100%;
}
.contactInfosRight{
    margin-top: 10%;
}
/* 浣跨敤鏁欑▼ */
.studyContainer{
    width: 100%;
    height: 100%;
}
.studyContainer .container{
    position: relative;
}
.studyContainer .studyTitle{
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.studyContainer .studyTitle .point{
    display: block;
    width: 8px;
    height: 8px;
    background: #4A99FF;
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
}
.studyContainer .studyTitle .line{
    position: absolute;
    top:3px;
    right: -4px;
    width: 50%;
    height: 1px;
    background: #B6D8FF;
    display: none;
}
.studyContainer .studyTitle .undeline{
    display: block;
    width:92px;
    height: 2px;
    background: #4A99FF;
    margin: 10px auto;
}
.studyContainer .studyIdent{
    position: absolute;
    top:45%;
    right: -30px;
    height: 100%;
    width: 60px;
}
.studyContainer .studyIdent .indetLine{
    position: absolute;
    top:-40%;
    right: 30px;
    height: 45%;
    width: 1px;
    background: #B6D8FF;
    display: none;
}
.studyContainer .studyIdent .indexItems{
    height: 60px;
    line-height: 52px;
    margin: 20px 0;
    background:#ddd;
    border-radius: 50%;
    cursor: pointer;
    color:#fff;
    border:4px solid #fff;
    box-shadow: 0 0 10px #BABABA;
}
/* .studyContainer .studyIdent .indexItems:nth-child(2){
    background: #52C3FF;
}
.studyContainer .studyIdent .indexItems:nth-child(3){
    background: #60C266;
} */
.studyContainer .studyIdent .boss{
	background:#F78A00;
}
.studyContainer .studyIdent .kefu{
	background:#52C3FF;
}
.studyContainer .studyIdent .jishi{
	background:#60C266;
}
.studyContainer .steps{
    text-align: left;
    margin: 30px 0;
}
.studyContainer .steps .stepNum{
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #4A9CFF;
    color:#fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.studyContainer .steps .stepTit{
    font-weight: bold;
    font-size: 14px;
}
.studyContainer .steps .stepBody{
    margin-left: 40px;
    position: relative;
}
.studyContainer .steps .flow{
    font-size: 12px;
    color:#575757;
}
.studyContainer .steps .line{
    position: absolute;
    left: -25px;
    top:0;
    width: 1px;
    height: 100%;
    background: #E0EDF9
}
.studyContainer .steps  .flowImg{
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
}
.studyContainer .steps  .flowImg li{
    display: inline-block;
    margin-bottom: 10px;
}

/*  */
@media (max-width: 768px){
    .col-xs-hidden {
        display: none!important;
    }
    .col-ms-hidden{
        display: inline-block!important;
    }
    .downloadContainer .downloaderweima{
        width: 80%;
        margin:50% auto 0 auto;
        border-radius: 4px;
        box-shadow: 0px 0px 10px #C9C9C9;
    }
    .productContainer  .productTitleImg img{
        width: 100%;
        position: relative;
    }
    .studyContainer .steps .flowImg li{
        width: 30%;
    }
    .studyContainer .steps  .flowImg img:first-child{
        width: 50%;
    }
    .studyContainer .studyIdent{
        display: none;
    }
}
/*  */
@media (min-width: 768px){
    .col-ms-hidden{
        display: none!important;
    }
    

}

