.banner,
.nav,
.certificate-slide .swiper-button-next,
.certificate-slide .swiper-button-prev,
.handle .certificate-slide .swiper-slide a,
.expert-det,
.expert .clear .cover-img .fade-bg,
.testimonials .item,
.testimonials .item .top,
.certificate-slide .swiper-slide,
.certificate-slide .swiper-container{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav{
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    height: 90px;
    line-height: 90px;
    background-color: transparent;
    color: #fff;
}
.nav.active{
    background-color: #333;
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    height: 70px;
    line-height: 70px;
    /*color: #494949;*/
}
.nav .logo{
    width: 244px;
    max-width: 60%;
}
.nav .logo .padd{
    padding-top: 23.36065573770492%;
}
.nav .body-content,
.nav .navbar .pull-left,
.nav .navbar{
    height: 100%;
}
.nav a{
    display: inline-block;
}
.nav .navbar{
    margin-left: 244px;
}
.nav .navbar .pull-left{
    width: 12.5%;
    text-align: right;
}
.nav .navbar .pull-left a.active{
    text-decoration: underline;
}
.banner .form{
    height: 460px;
    padding-top: 160px;
    color: #fff;
    font-size: 0;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.banner .form .content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.banner .form .pull-right{
    width: 238px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.31);
}
.banner .form .form-title{
    font-size: 24px;
    margin-bottom: 34px;
}
.banner .form .group{
    font-size: 14px;
    height: 30px;
    padding-left: 30px;
    background-image: url(../images/form.png);
    background-size: auto;
    border: 1px solid rgba(255, 255, 255, 0.51);
    margin-bottom: 14px;
}
.banner .form .group input{
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}
.banner .form .handle,
.banner .form .consultation{
    display: block;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
}
.banner .form .handle{
    background-color: #fe131b;
    margin-top: 20px;
    padding-bottom: 0;
}
.banner .form .consultation{
    background-color: #2b2ce3;
    margin-top: 14px;
}
.banner .form .group.user{
    background-position: 0 0;
}
.banner .form .group.phone{
    background-position: 0 100%;
}
.banner .form .left{
    margin-right: 282px;
    font-size: 16px;
    line-height: 1.6;
    display: none;
}
.banner .form .left .t1{
    font-size: 393.75%;
}
.banner .form .left .t2{
    font-size: 187.5%;
    opacity: 0.9;
}
.banner .form .left .t3{
    font-size: 200%;
    font-weight: bold;
}
.banner .form .left a{
    font-size: 150%;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 1.8;
    padding: 0 5%;
    margin-top: 1%;
}

.banner .bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.banner .qqservice{
    /*margin-right: -10px;*/
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    font-size: 0;
}
#colee_left1,
#colee_left2,
.banner .qqservice a{
    display: inline-block;
    vertical-align: bottom;
}
.banner .qqservice a{
    margin-right: 10px;
    text-align: center;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 16px;
    background-color: #187dbc;
}
.banner .step{
    margin: 0 -1% 36px;
    font-size: 0;
}
.banner .step .item{
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    margin: 0 1%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.banner .step .item.active{
    background-color: #e33904;
}
.banner .step .item.center{
    color: #58f0e7;
    background-color: transparent;
    height: auto;
    line-height: normal;
    padding-bottom: 18px;
    background-image: url(../images/down.png);
    background-position: center bottom;
    background-size: auto;
    -webkit-animation: infinitemove 2s linear infinite;
    -o-animation: infinitemove 2s linear infinite;
    animation: infinitemove 2s linear infinite;
}
@-webkit-keyframes infinitemove {
    0%{-webkit-transform: translateY(0)}
    25%{-webkit-transform: translateY(-4px)}
    50%{-webkit-transform: translateY(0)}
    75%{-webkit-transform: translateY(4px)}
    100%{-webkit-transform: translateY(0)}
}
@-o-keyframes infinitemove {
    0%{-o-transform: translateY(0)}
    25%{-o-transform: translateY(-4px)}
    50%{-o-transform: translateY(0)}
    75%{-o-transform: translateY(4px)}
    100%{-o-transform: translateY(0)}
}
@keyframes infinitemove {
    0%{transform: translateY(0)}
    25%{transform: translateY(-4px)}
    50%{transform: translateY(0)}
    75%{transform: translateY(4px)}
    100%{transform: translateY(0)}
}

.compare{
    padding-top: 46px;
    padding-bottom: 46px;
}
.compare-slide{
    text-align: center;
}
.compare-slide .swiper-button-next,.compare-slide .swiper-button-prev{
    width: 19.5px;
    height: 68px;
    margin-top: -34px;
    background-size: auto;
    background-image: url(../images/direc_1.png);
}
.compare-slide .swiper-button-prev{
    background-position: 0 0;
    left: 0;
}
.compare-slide .swiper-button-next{
    background-position: 100% 0;
    right: 0;
}
.compare .title{
    text-align: center;
    padding: 42px 0;
}
.compare .title .t1{
    font-size: 32px;
}
.compare .title .t2{
    font-size: 22px;
    color: #3297ec;
}
.compare .pic .clear{
    margin-right: -24px;
}
.compare .pic .pull-left{
    width: 25%;
}
.compare .pic .cont{
    margin-right: 24px;
    text-align: center;
}
.compare .pic .cont .cover-img{
    padding-top: 68.9922480620155%;
}
.compare .pic .cont .text{
    line-height: 36px;
    font-size: 20px;
}


.row-title{
    padding-top: 36px;
    margin-bottom: 36px;
    text-align: center;
}
.row-title .b{
    font-size: 28px;
    font-weight: bold;
}
.row-title .line{
    width: 36px;
    height: 4px;
    margin: 4px auto;
    background-color: #187dbc;
}
.row-title .s{
    font-size: 22px;
    color: #a3a3a3;
    text-transform: capitalize;
    /*font-family: cursive;*/
}


.getstep{
    background-color: #f6f6f6;
}
.getstep .row-title .b{
    opacity: 0.8;
}
.getstep .row-title .line{
    opacity: 0.5;
    width: 70px;
}
.getstep .clear{
    font-size: 0;
    padding-bottom: 36px;
}
.getstep .clear .item{
    width: 11.111111111%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.getstep .clear .cover-img{
    background-image: url(../images/point.png);
    max-width: 90px;
    margin: 30px auto 0;
}
.getstep .clear .cover-img .padd{
    padding-top: 13.33333333333333%;
}
.getstep .clear .text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
}
.getstep .clear .t1{
    font-weight: bold;
}
.getstep .clear .t2{
    color: #915a06;
}

.company{
    padding-bottom: 36px;
    font-size: 18px;
    color: #656565;
    line-height: 1.6;
}
.company .squa{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 24px;
    background-color: #4267d2;
    margin-right: 4px;
}
.company .b-t{
    font-weight: bold;
    color: #4267d2;
    font-size: 22px;
}

.certificate{
    background-color: #f6f6f6;
    padding-top: 36px ;
    padding-bottom: 36px ;
}
.certificate .title{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 -20px;
    background: url(../images/line_2.jpg) repeat-x;
}
.certificate-slide{
    margin: 0 auto;
    padding: 0 6%;
    position: relative;
}
.certificate-slide .content{
    display: none;
}
.certificate .certificate-slide{
    margin: 60px auto;
    padding: 0 10%;
}
.certificate .certificate-slide .swiper-container{
    padding: 0;
}
.certificate .certificate-slide .swiper-container:hover{
    padding: 5.4% 0;
}
.certificate-slide .swiper-slide .cover-img{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 280px;
    margin: 0 auto;
    display: block;
}
.certificate .certificate-slide .swiper-container .swiper-slide:hover{
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    position: relative;
    z-index: 10;
}
.certificate-slide .swiper-slide .cover-img .padd{
    padding-top: 143.2432432432432%;
}
.certificate-slide .swiper-button-next,
.certificate-slide .swiper-button-prev{
    width: 50px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 36px;
    background-image: none;
    border: 1px solid #1f4573;
    color: #1f4573;
    margin-top: -40px;
}
.certificate-slide .swiper-button-prev{
    left: 0;
}
.certificate-slide .swiper-button-next{
    right: 0;
}
.certificate-slide .swiper-button-next:hover,
.certificate-slide .swiper-button-prev:hover{
    color: #fff;
    background-color: #0093e0;
    border-color: #0093e0;
}
.qualification{
    padding-bottom: 36px;
}
.qualification .tabs{
    margin-bottom: 50px;
    margin-top: -7.5px;
}
.qualification .tabs-line{
    height: 2px;
    background-color: #d2d2d2;
    margin-top: 50px;
}
.qualification .tabs .pull-left{
    width: 16.666666666666%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.qualification .tabs .pull-left.active{
    color: #5793db;
}
.qualification .tabs .pull-left .circle{
    width: 13px;
    height: 13px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #000;
    display: inline-block;
    margin-bottom: 26px;
}
.qualification .tabs .pull-left.active .circle{
    width: 23px;
    height: 23px;
    background-color: #ed2f2f;
    border: 2px solid #0997e1;
    margin-top: -6px;
    margin-bottom: 20px;
}
.qualification .certificate-slide .swiper-slide .cont{
    background-color: #232323;
    height: 185px;
    color: #fff;
    max-width: 288px;
    margin: 0 auto;
}
.qualification .certificate-slide .swiper-slide .cont>.pull-left{
    width: 50%;
    height: 100%;
}
.qualification .certificate-slide .swiper-slide .cont>.right{
    margin-left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.51);
    height: 100%;
    text-align: center;
    line-height: 1;
}
.qualification .certificate-slide .swiper-slide .t1{
    font-size: 18px;
    padding-top: 18px;
}
.qualification .certificate-slide .swiper-slide .t2{
    font-size: 18px;
    color: #ee2323;
    margin: 10px auto;
    font-weight: bold;
}
.qualification .certificate-slide .swiper-slide .t3{
    font-size: 14px;
}
.qualification .certificate-slide .swiper-slide a{
    font-size: 14px;
    display: block;
    margin: 54px 18px 0;
    border: 1px solid #fff;
    height: 24px;
    line-height: 24px;
}
.qualification .certificate-slide .swiper-slide .cont:hover a{
    background-color: #ee2323;
    border-color: #ee2323;
}
.customer{
    padding-bottom: 36px;
    background-color: #f6f6f6;
}
.testimonials{
    font-size: 0;
    padding-left: 1px;
}
.testimonials:hover .item{
    width: 22%;
}
.testimonials .item{
    font-size: 14px;
    width: 25%;
    height: 388px;
}
.testimonials .item .content{
    border: 1px solid #000;
    margin-left: -1px;
    height: 100%;
}
.testimonials .item:hover{
    width: 34%;
    height: 450px;
    position: relative;
    z-index: 2;
}
.testimonials .item:hover .content{
    border-color: #0093e0;
}
.testimonials .item:hover .top{
    float: left;
    height: 100%;
    background-color: #0093e0;
    color: #fff;
    width: 50%;
    padding: 0;
    white-space: normal;
}
.testimonials .item:hover .top .userhead,
.testimonials .item:hover .top .text{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.testimonials .item:hover .top .userhead{
    margin: 20px auto;
}
.testimonials .item:hover .det,
.testimonials .item:hover .hr,
.testimonials .item:hover .item-cont,
.testimonials .item:hover .item-title{
    display: none;
}
.testimonials .item .progress{
    height: 100%;
    display: none;
    width: 50%;
    margin-left: 50%;
    overflow: hidden;
}
.testimonials .item .progress .left{
    width: 2px;
    float: left;
    height: 90%;
    position: relative;
    top: 5%;
    background-color: #0093e0;
    margin-left: 25%;
}
.testimonials .item .progress .right{
    margin-left: 25%;
    position: relative;
    top: 36px;
    margin-right: 8px;
}
.testimonials .item .progress .li{
    margin-bottom: 24px;
    padding-left: 30px;
    position: relative;
}
.testimonials .item .progress .li:before{
    content:"";
    position: absolute;
    left: -5px;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0093e0;
    top: 50%;
    margin-top: -6px;
}
.testimonials .item .progress .li .t{
    font-size: 18px;
}
.testimonials .item .progress .li p{
    font-size: 12px;
    color: #a0a0a0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 16px;
    height: 32px;
}
.testimonials .item:hover .top .link,
.testimonials .item:hover .progress{
    display: block;
}
.testimonials .item .top{
    background-color: #323232;
    text-align: center;
    padding: 16px 0;
    white-space: nowrap;
}
.testimonials .item .top .link{
    margin-top: 110px;
    display: none;
}
.testimonials .item .top .link a{
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    border: 1px solid #fff;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}
.testimonials .item .top .userhead,
.testimonials .item .top .text,
.testimonials .item{
    display: inline-block;
    vertical-align: middle;
}
.testimonials .item .top .userhead{
    width: 91px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 14px;
}
.testimonials .item .top .userhead .padd{
    padding-top: 100%;
}
.testimonials .item .top .text .b{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.testimonials .item .top .text .s{
    font-size: 18px;
    opacity: 0.5;
    color: #fefefe;
}
.testimonials .item .det{
    padding: 30px 14px;
}
.testimonials .item .det .title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #464646;
}
.testimonials .item .det p{
    color: #616161;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
}
.testimonials .item .hr{
    margin: 0 2px;
    height: 1px;
    background-color: #c9c9c9;
    margin-bottom: 10px;
}
.testimonials .item .item-title{
    text-align: center;
    font-size: 16px;
}
.testimonials .item .item-cont{
    margin: 0 14px;
    padding: 6px 0 16px;
}
.testimonials .item .item-cont .clear{
    margin-right: -20px;
    margin-bottom: -2%;
}
.testimonials .item .item-cont .clear .pull-left{
    width: 50%;
    margin-bottom: 2%;
}
.testimonials .item .item-cont .clear .cont{
    margin-right: 20px;
    border: 1px solid #7d7d7d;
    text-align: center;
    line-height: 24px;
}
.customer .more{
    display: block;
    width: 70%;
    max-width: 320px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #afafaf;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 16px auto 0;
}
.expert{
    padding-bottom: 36px;
}
.expert .clear{
    margin: 0 -15px;
}
.expert .clear .pull-left{
    width: 25%;
}
.expert .clear .pull-left .cont{
    margin: 0 15px;
    color: #fff;
}
.expert .clear .pull-left .cont:hover .expert-det{
    background-color: #d71315;
}
.expert .clear .pull-left .cont:hover .fade-bg{
    opacity: 1;
}
.expert .clear div,
.testimonials .item .progress .li .t{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.expert .expert-det{
    background-color: #191919;
    padding: 14px 30px;
    font-size: 18px;
}
.expert .expert-det .name{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}
.expert .clear .cover-img{
    padding-top: 113.3858267716535%;
    position: relative;
}
.expert .clear .cover-img .fade-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.49);
    opacity: 0;
}
.expert .clear .cover-img .fade-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
}
.expert .clear .cover-img .fade-text a{
    font-size: 22px;
    font-weight: bold;
    background-color: #d71315;
    color: #fff;
    margin: 10px auto 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 0;
    display: block;
    width: 60%;
}
.notice{
    height: 60px;
    line-height: 60px;
    background: url(../images/line.jpg) repeat-x top;
}
.notice .right{
    margin-left: 50px;
    color: #d79419;
    font-size: 28px;
}
.footer .coin{
    position: absolute;
    left: 50%;
    top: 0;
    border-top: 20px solid #fff;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    margin-left: -32px;
}
.footer{
    background-image: url(../images/footer.jpg);
    color: #fff;
    padding-bottom: 36px;
}
.footer .row-title .s{
    color: rgba(255, 255, 255, 0.51);
}
.footer .row-title .line{
    background-color: #bc1818;
}
.footer .clear .pull-left{
    width: 50%;
    text-align: center;
}
.footer .contact{
    display: inline-block;
    text-align: left;
}
.footer .contact div{
    background-image: url(../images/contact.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-left: 36px;
    font-size: 22px;
    margin-bottom: 5px;
}
.footer .company-name{
    font-size: 22px;
    margin: 10px auto;
}
.footer .contact div.phone{
    background-position: 0 0;
}
.footer .contact div.qq{
    background-position: 0 50%;
}
.footer .contact div.wx{
    background-position: 0 100%;
}
.footer form{
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
}
.footer form .form-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.footer form .group{
    line-height: 32px;
    margin-bottom: 16px;
}
.footer form .group .pull-left{
    width: 74px;
}
.footer form .group .right{
    margin-left: 74px;
    border: 1px solid #fff;
}
.footer form .group .right.cover-img{
    padding-left: 30px;
    background-image: url(../images/form.png);
    background-size: auto;
}
.footer form .group .right.cover-img.user{
    background-position: 0 0;
}
.footer form .group .right.cover-img.phone{
    background-position: 0 100%;
}
.footer form .group input,
.footer form .group textarea{
    width: 100%;
    line-height: 30px;
    display: block;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
}
.footer form .group input{
    height: 30px;
}
.footer form .group textarea{
    min-height: 120px;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer form .group.submit-form .right{
    border: 0;
}
.footer form .group.submit-form input{
    width: 100px;
    background-color: #fff;
    color: #000;
}
#newBridge .nb-icon-left-top{
    top: 75px;
}

.contact-phone{
    text-align: center;
    line-height: 36px;
    margin: 36px auto;
    padding: 12px 0;
    background-color: #ccc;
}
.contact-phone form{
    width: 100%;
    max-width: 380px;
    border: 1px solid #0093e0;
}
.contact-phone form,
.contact-phone .call-me{
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.contact-phone .call-me{
    font-size: 22px;
    color: #0093e0;
}
.contact-phone form .pull-left{
    width: 75%;
    background-color: #fff;
}
.contact-phone form .pull-right{
    width: 25%;
    background-color: #0093e0;
    color: #fff;
}
.contact-phone form input{
    width: 100%;
    padding: 0;
    height: 36px;
    border: 0;
    text-align: center;
    background-color: transparent;
    display: block;
}