﻿@charset "utf-8";

.head {
    position: fixed;
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    height: 68px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
    top: 0;
    left: 0;
    z-index: 999;
}
.logo{
    position: relative;
    z-index: 9999;
}
.logo a {
    display: inline-block;
    width: 127px;
    height: 28px;
    background: url(../images/logo.svg) no-repeat center;
    background-size: cover
}

.logo img {
    width: 100%;
    height: auto;
}

.nav {
    margin: 0 0 0 170px;
    transition: .3s ease
}

.nav>li {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 45px;
    font-size: 14px;
    line-height: 30px;
}
.nav>li>a:hover{
    color: #2A6AF2;
    font-weight: bold;
}

.nav li.active>a,.nav>a:hover {
    position: relative;
    display: inline-block;
    color: #2A6AF2;
    transition: .2s;
    font-weight: bold;
}
.nav li>a{
    transition: 1s;
}

.nav a span {
    font-size: 22px
}
.sec-nav {
    display: none;
    width: 140px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    position: absolute;
    top:48px;
    left: -43px;
    overflow: hidden;
}
.sec-nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.sec-nav li:hover {
   background: #D4E1FC;
}
.sec-nav li a {
    display: inline-block;;
    width:100%;
    height:100%;
    color: #333;
    text-align: center;
}
.sec-nav li:hover a{
    color: #333;
}
.menuBox .logo{
    margin-left: 20px;
}
.menu-handler {
    position: absolute;
    top: 9pt;
    right: 10px;
    z-index: 101;
    display: none;
    overflow: hidden;
    width: 40px;
    height: 17px;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.445,.145,.355,1);
    -moz-transition: all .3s cubic-bezier(.445,.145,.355,1);
    transition: all .3s cubic-bezier(.445,.145,.355,1)
}

.menu-handler .burger {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    display: block;
    margin: 0 0 0 -20px;
    width: 40px;
    height: 5px;
    border-radius: 3px;
    background: #00122F;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -ms-transform-origin: center;
    transition: 0.3s;
}

.menu-handler .burger-2 {
    top: 10px
}

.menu-handler .burger-3 {
    top: 20px
}

.menu-handler.active .burger-1 {
    /*top: 15px;*/
    /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    transition: 0.3s;
}

.menu-handler.active .burger-2 {
    /*left: -100%;*/
    /*opacity: 0;*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
    /*filter: alpha(opacity=0);*/
    /*-moz-opacity: 0;*/
    /*-khtml-opacity: 0;*/
    /*-webkit-opacity: 0*/
}

.menu-handler.active .burger-3 {
    /*top: 15px;*/
    /*-webkit-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
    /*transition: 0.3s;*/
}

.menuBox {
    position: fixed;
    top: 0;
    left:-100%;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
    width:60%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
    -webkit-transition: all .7s cubic-bezier(.19,1,.22,1) 0s;
    transition: all .7s cubic-bezier(.19,1,.22,1) 0s;
    -webkit-overflow-scrolling: touch
}
.mobile-bg {
    background: rgba(0,0,0,0);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
.openMenu {
    left: 0
}

.navMobile {
    padding: 60px 0 50px 0
}

.navMobile dd>a {
    position: relative;
    display: block;
    padding: 15px 40px;
    font-size: 14px;
    color: #333;
}
.navMobile dd>a.active{
    background: #E9F0FD;
}
.navMobile dd>a i {
    content: "";
    width:10px;
    height:6px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/arrow_down_white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    right: 20px;
    top: 23px;
}
.navMobile dd>a.active i{
    background-position: 0 -12px;
}
.navMobile-sec {
    display: none;
}
.navMobile-sec li {width: 100%}
.navMobile-sec a {
    color:#999999;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 55px;
    font-size: 14px;
}
.mobil-bg {

}
.banner {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    margin-top: 68px;
}

.banner .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1pc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 582px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-slide .text {
    position: absolute;
    top: 25%;
    left: 20%;
    z-index: 2;
    color: #fff;

}

.banner .swiper-slide .text h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px
}

.banner .swiper-slide .text p {
    font-size: 24px
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    transition: 1s linear 2s
}
.banner .slide-pix .text{
    right: 10%;
    left: auto;
    color: #333;
    text-align: right;
    top: 30%;
}
/*.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img {*/
    /*transition: 16s linear;*/
    /*transform: scale(1.2,1.2)*/
/*}*/

.banner .swiper-pagination {
    position: absolute;
    bottom: 40px!important;
    left: 0!important;
    z-index: 10;
    text-align: center
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    box-sizing: border-box;
    width: 9pt;
    height: 9pt;
    border: 1px solid #fff;
    border-radius: 50%;
    background: 0 0;
    opacity: 1
}

.banner .swiper-pagination-bullet-active {
    background: #fff
}
.apply-btn{
    width:160px;
    height:44px;
    line-height:44px;
    font-size:16px;
    font-family:Helvetica-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    border-radius: 3px;
    float: left;
    margin-top: 30px;
    background:#2764e4;
    text-align: center;
    cursor:pointer;
}
.pix-btn{float: right;background: #1FBC83}

.title {
    margin-bottom: 20px;
    padding-top: 20px;
    background: url(../images/title-bg-block.png) no-repeat top center;
    font-size: 36px;
    background-size:50px 58px;
}

.module_des,.title {
    color: #333;
    text-align: center
}

.module_des {
    margin-bottom: 50px;
    font-size: 18px
}

.product {
    padding: 95px 0
}

.product-list {
    margin-top: 40px
}

.product-item {
    box-sizing: border-box;
    margin-right: 42px;
    padding: 40px;
    width: 372px;
    height: 423px;
    background: #fff;
    box-shadow: 0 0 25px 5px #EFF7FC;
    transition:0.5s;
    border-radius: 4px;
}

.product-item:hover {
    transition:0.5s;
    transform: translateY(-10px)
}

.product-item:last-child {
    margin-right: 0
}

.product-item .icon {
    margin:0 auto 30px;
    text-align: center;
    width: 80px;
    height: 80px;
}

.product-item h3 {
    margin-bottom: 8px;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.product-item p {
    color: #333;
    font-size: 14px;
    min-height: 125px;
    line-height: 24px;
}

.pro_btn {
    margin: 30px auto 0;
    width: 10pc;
    height: 44px;
    border-radius: 4px;
    background: #2a6af2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer
}
.pro_btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height:100%;
}
.pro_btn:hover {
    background: #2764e4;
    font-weight: 700;
    transition: .3s
}

.case {
    padding: 95px 0;
    background: #f4f7ff
}

.tabs p {
    float: left;
    display: inline-block;
    margin-right: 2px;
    width: 298px;
    height: 60px;
    background: #e9effe;
    text-align: center;
    font-size: 1pc;
    line-height: 60px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs p:last-child {
    margin-right: 0;
    width: 300px
}

.tabs p span {
    color: #333;
}

.tabs p.active {
    background: #fff
}

.tabs p.active span {
    position: relative;
    display: inline-block;
    color: #2a6af2;
}
.tabs p span:after,.tabs p span:before{
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2a6af2;
    content: '';
    opacity: 0;
    transform: scale(0);
    transition: 0s;
    top: 26px;
}
.tabs p.active span:after,.tabs p.active span:before {
    opacity: 1;
    transform: scale(1);
    transition: 0.3s;
}

.tabs p.active span:after {

    right: -15px
}

.tabs p.active span:before {
    left: -15px
}
.m-case-box {
    display: none;
}
.case-con {
    padding: 45px 75pt
}

.case-con,.case-contain {
    overflow: hidden;
    background: #fff
}

.case-contain {
    text-align: center
}



.case-contain p {
    margin-bottom: 3pc;
    text-align: left;
    font-size: 14px;
    line-height: 24px
}

.about {
    padding: 60px;
    min-height: 526px;
    box-sizing: border-box;
    background: url("../images/蓝色波纹.png") no-repeat center;
    background-size:cover;
}
.about-text{
    line-height: 24px;
    color: #333;
}

.footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #00122f;
    color: #fff;
    text-align: center
}

.contact-list p {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    width: 33%;
    border-right: 1px solid #fff;
    line-height: 14px
}

.contact-list p:last-child {
    padding-right: 0;
    border-right: 0
}

.copy-right {
    margin-top: 50px
}

.applyMode {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1003;
}


.applyJoinMode {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -295px;
    margin-left: -390px;
    padding: 40px 60px;
    width: 780px;
    height: 590px;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}
.dialog-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.dialog-close-btn:hover i {
    background-position: 0 -12px!important;
}
.dialog-close-btn i {
    display: inline-block;
    margin-top: 20px;
    margin-left:0px;
    width: 12px;
    height: 12px;
    background: url(../images/pop-ups_abort.png) no-repeat;
    background-position: 0 -24px;
    background-size: cover;
}
.mode-title {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin-bottom:20px;
    text-align: center;
    font-family:Helvetica-Bold;
    font-weight:bold;
}
.applyJoinMode h4 {font-size: 18px;line-height: 24px;margin-bottom: 25px;position: relative;padding-left: 20px}
.applyJoinMode h4 i{
    display: inline-block;
    width:6px;
    height: 6px;
    background: #2A6AF2;
    position: absolute;
    left: 0;
    top: 7px;
}
::-webkit-input-placeholder{
    color: #BFC5CD;
}
.apply-list li label{
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}
.apply-list input{
    width: 237px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ededee;
    font-size: 14px;
    color: #3d424c;
    outline: none;
}
.apply-list input:focus {
    outline:none;
    background-color: #ffffff;
    border: 1px solid #a1c8fd !important;
}
.apply-list input:hover{
    border: 1px solid #e7e8e9;
}
.apply-list p{
    line-height: 36px;
}
.error_text{
    display: block;
    font-size: 12px;
    color: #f25455;
    height: 20px;
    line-height: 20px;
    padding-left:68px;
    box-sizing: border-box;
}
.apply-list li{
    display: inline-block;
    margin-right:50px;
    vertical-align: top;
    position: relative;
    float: left;
}
.check_result{
    width: 220px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e7e8e9;
    color: #3d424c;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 4px;
}
.result_value{

}
.choice_icon{
    display: inline-block;
    float: right;
    width: 10px;
    height: 6px;
    background: url("../images/arrow_down_white.png") no-repeat;
    background-size: cover;
    margin-top: 16px;
}
.check_result:hover{
    border: 1px solid #d2d3d4;
    color: #272b33;
}
.choice_icon_active{
    color: #272b33 !important;
    border: 1px solid #a1c8fd !important;
}
.choice_icon_active .choice_icon{
    background-position:  0 100% !important;
}
.check_result:hover .choice_icon{
    background-position:  0 48%;
}
.check_list {
    width: 262px;
    position: absolute;
    z-index: 2;
    left:0;
    top: 42px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: all 0.2s linear;
}
.check_listac{
    visibility: visible !important;
    opacity: 1 !important;
}
.check_list li{
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #5a5f69;
    font-size: 14px;
    background-color: #ffffff;
    cursor: pointer;
}
.check_list li .check_logo{
    display: inline-block;
    width: 11px;
    height: 9px;
    background-size: cover;
    margin-left: 20px;
    margin-right: 8px;
}
.check_list li:hover{
    background-color: #f4f5f6;
    color: #2c7dfa;
}
.check_list_active{
    color: #2c7dfa !important;
}
.check_mode{
    position: relative;
}
.check_list_active .check_logo{
    visibility: visible;
}
.check_logo{
    visibility: hidden;
}

.input_phone input{
    float: left;
    width: 215px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.input_phone input:after{
    content: "";
    clear: both;
}
.area_code{
    width: 20px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ededee;
    color: #bec1c8;
    font-size: 14px;
    background-color: #f7f7f7;
    float: left;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.apply-list .get_code{
    width: 150px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    line-height:42px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
    font-size: 14px;
    background-color: #9b9b9b;
    outline: none;
    border: none;
    padding: 0;
}
li.code_item {margin-right: 0}
input.contact_code {width: 145px;margin-right: 15px;}

.apply-list .get_code:hover{
    border: none!important;
}
.apply-list .get_code:focus{
    outline:none!important;
    background-color: #9b9b9b;
    border: none!important;
}
.apply-list .get_codeNo{
    background-color: #2c7dfa !important;
    cursor: pointer !important;
}

.submit_mode{
    overflow: hidden;
    margin-top: 10px;
}
.submit_btn{
    width: 160px;
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #2c7dfa;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.submit_btn:hover{
    background-color: #3785fc;
}
li.phone_item {margin-right: 20px;}
.phone_item input {width: 178px}
