/* 跨境卫士 CSS */
/* www.kuajingvs.com */

body {
    margin: 0;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #243743;
    background-color: #fff;
}

.btn {
    display: inline-block;
    padding: 0 40px;
    height: 42px;
    margin-bottom: 0;
    color: #243743;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 21px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover {
    text-decoration: none;
    opacity: .8;
}
.btn.btn-white {
    height: 60px;
    min-width: 300px;
    color: #28b78d;
    font-size: 24px;
    line-height: 58px;
    background-color: #fff;
    border-color: #fff;
    border-radius: 30px;
}
.btn.btn-white:hover{
    color: #28b78d;
}
.sm_btn {
    display: inline-block;
    min-width: 120px;
    height: 36px;
    color: #fff;
    background-color: #2fd2a2;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-width: 0;
}
.sm_btn:hover{
    color: #fff;
    background-color: #2fd2a2;
    opacity: .75;
}
/*悬浮链接*/
#suspension {position:fixed;display: none;z-index:5;top: 50%;right:2px;margin-top:-110px;width:50px;height:240px;}
.suspension-box{position:relative;float:right;}
#suspension p{margin: 0;}
#suspension .a{display:block;margin-bottom:4px;width:30px;height:30px;background-color: #fbae38;border-radius: 6px;cursor:pointer;outline:none;}
#suspension .a.a-qrcodes{height:120px;}
#suspension .a.a-qrcodes:hover,#suspension .a.a-qrcodes:focus,#suspension .a.a-qrcodes:visited,#suspension .a.a-qrcodes:active{text-decoration: none}
#suspension .a.a-qrcodes > span{display:block;padding-left:8px;color: #243743;}
#suspension .a .i{float:left;width:30px;height:30px;background-image:url(../img/side_icon.png);background-repeat:no-repeat;}
#suspension .a-qrcodes .i{background-position:-60px 0;}
#suspension .a-service .i{background-position:0 0;}
#suspension .a-service-phone .i{background-position:-30px 0;}
#suspension .a-qrcode .i{background-position:-60px 0;}
#suspension .a-top .i{background-position:-90px 0;}
#suspension .a-top{display:none;}
#suspension .a-top:hover{background:#28b48b;}
#suspension .d{display:none;width:220px;background:#fff;position:absolute;right:50px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
#suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../img/side_bg_arrow.png) no-repeat;right:-8px;top:20px;}
#suspension .d-qrcodes{top:-10px;}
#suspension .d-service{top:114px;}
#suspension .d-service-phone{top:148px;}
#suspension .d-qrcode{top:182px;}
#suspension .d .inner-box{padding:8px 22px 12px;}
#suspension .d-service-item{padding:14px 0;}
#suspension .d-service-item a{display:block;color: #243743;}
#suspension .d-service-item a:hover{color:#28b48b;}
#suspension .d-service a + a{margin-top:10px;}
.manager-wechat {  display: block;width:120px;height:120px;background-size: 120px 120px;background-image: url(../img/KJCS-engineer.png);}
#suspension .manager-wechat {width:120px;height:120px;background-size: 120px 120px;}
#suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
#suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../img/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
#suspension .d-service-item a:hover .i-qq{background-position:center 3px;}
#suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../img/side_con_icon02.png) no-repeat center center;display:block;}
#suspension .d-service-item .text{float:left;width:110px;line-height:22px;font-size:15px;margin-left:12px;}
#suspension .d-service-item .text .number{color:#fc8080!important;}
#suspension .d-service-intro p{line-height:27px;font-size:12px;white-space:nowrap;color:#8a949b;text-align: center;}
#suspension .d-service-intro i{background:url(../img/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}

#suspension .d-qrcodes{text-align:center;}
#suspension .d-qrcodes .inner-box{padding:20px 0;}
#suspension .d-qrcodes p{color:#8a949b;}

#suspension .d-qrcode{text-align:center;}
#suspension .d-qrcode .inner-box{padding:20px 0;}
#suspension .d-qrcode p{color:#8a949b;}
.mybtmore_info {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    color: #fff;
}
@media (min-width: 768px) {
    #suspension,
    .mybtmore_info {
        display: block;
    }
}
.mybtmore_info .btmore_info_open {
    cursor: pointer;
}
.mybtmore_info img {
    max-width: 100%;
}
.mybtmore_info .btmore_info_bottom {
    position: relative;
    display: none;
    /*padding-right: 40px;*/
    height: 60px;
    background-color: #28b78d;
}
.mybtmore_info .btmore_info_bottom .btmore_info_open {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.btmore_bottom_wrap {
    position: relative;
    margin: 0 auto;
    padding-right: 80px;
    max-width: 1210px;
}
.btmore_bottom_wrap .cust-wrap {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: center;
    border: 5px solid #28b78d;
}
.btmore_bottom_wrap .cust-name {
    font-size: 12px;
    background-color: #28b78d;
}
.btmore_bottom_wrap .cust-wrap .cust-wechat {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
}
.mybtmore_info.open .btmore_info_bottom {
    display: block;
}

.mybtmore_info .btmore_info_left {
    position: relative;
}
.mybtmore_info.open .btmore_info_left{
    display: none;
}
.mybtmore_info .btmore_info_left .btmore_info_opens {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    cursor: pointer;
}
.mybtmore_info .btmore_info_bottom .btmore_bottom_wrap .image-overlay {
    display: none;
    opacity: 0;
    background-color: transparent;
    border-color: transparent;
}
.mybtmore_info .btmore_info_bottom .btmore_bottom_wrap .image-overlay .image-overlay-inside {
    display: none;
}

img {
    max-width: 100%;
}
.pain-wrap .col-sm-6 img {
    text-align: center;
}
header {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 24px;
    background: #04baaf;
    background: -moz-linear-gradient(left,  #04baaf 0%, #2fd2a2 100%);
    background: -webkit-linear-gradient(left,  #04baaf 0%,#2fd2a2 100%);
    background: linear-gradient(to right,  #04baaf 0%,#2fd2a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04baaf', endColorstr='#2fd2a2',GradientType=1 );
}
header > img {
    position: absolute;
    bottom: 0;
    width: 100%;
}
header .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 350px;
}
header .banner_left_wrap {
    position: relative;
    z-index:2;
}
header .bg_wrap {
    position: absolute;
    z-index:1;
    bottom: 0;
    right: -20px;
    width: auto;
}
@media (min-width: 768px) {
    header .container {
        position: relative;
        padding-top: 260px;
    }
    header .bg_wrap {
        /*max-width: 600px;*/
    }
}
@media (min-width: 1000px) {

    header .content{
        padding-top: 160px;
    }
    header .banner_left_wrap .banner_button_wrap a{
        min-width: 160px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1280px;
    }
    header .bg_wrap {
        max-width: none;
    }
    header .content{
        padding-top: 200px;
    }
    header .banner_left_wrap .amz_sm_title{
        margin-bottom: 16px;
        font-size: 16px;
    }
    header .banner_left_wrap .amz_banner_title{
        font-size: 38px;
    }
    header .banner_left_wrap .banner_sub_title{
        padding-bottom:50px;
        font-size: 20px;
    }
    header .banner_left_wrap .banner_button_wrap a{
        min-width: 200px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    header .banner_left_wrap .banner_button_wrap a:nth-of-type(2){
        line-height: 44px;
    }
}
@media (min-width: 1660px) {
    .container {
        width: 1380px;
    }
    header .content{
        padding-top: 260px;
    }
    header .banner_left_wrap .amz_sm_title{
        margin-bottom: 18px;
        font-size: 18px;
    }
    header .banner_left_wrap .amz_banner_title{
        font-size: 42px;
    }
    header .banner_left_wrap .banner_sub_title{
        padding-bottom:60px;
        font-size: 22px;
    }
}

header nav{
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    min-height: 88px;
    line-height: 88px;
    z-index: 5;
}
header nav.contact_num {
    padding-top: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
header nav.contact_num img{
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-top: 0;
}
header nav.contact_num span{
    vertical-align: middle;
}

.banner_left_wrap.center {
    text-align: center;
}
header .banner_left_wrap .amz_sm_title,
header .banner_left_wrap .amz_banner_title,
header .banner_left_wrap .banner_sub_title{
    color: #fff;
    line-height: 1.1;
}
header .banner_left_wrap .amz_banner_title{
    padding-bottom: 30px;
    font-size: 48px;
    font-weight: bold;
}
header .banner_left_wrap .amz_banner_title > strong {
    color: #3af0bb;
}
header .banner_left_wrap .amz_sm_title{
    margin-bottom: 20px;
    font-size: 20px;
}
header .banner_left_wrap .banner_sub_title{
    padding-bottom: 75px;
    font-size: 24px;
}
header .banner_left_wrap .banner_button_wrap a,
header .banner_left_wrap .banner_button_wrap button {
    display: inline-block;
    margin-right: 20px;
    min-width: 240px;
    height: 57px;
    background-color: #fff;
    color: #28b78d;
    border-radius: 5px;
    font-size: 18px;
    line-height: 57px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    cursor: pointer;
    border-width: 0;
}
header .banner_left_wrap .banner_button_wrap a:hover,
header .banner_left_wrap .banner_button_wrap button:hover{
    opacity: .75;
}
header .banner_left_wrap .banner_button_wrap a:nth-child(2){
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    line-height: 53px;
}
header .banner_left_wrap .amz_banner_title > strong {
    color: #3af0bb;
}
@media (max-width: 768px) {
    .banner_left_wrap {
        text-align: center;
    }
    header .banner_left_wrap .amz_sm_title{
        margin-bottom: 15px;
        font-size: 14px;
    }
    header .banner_left_wrap .amz_banner_title{
        font-size: 26px;
        padding-bottom: 20px;
    }
    header .banner_left_wrap .banner_sub_title{
        font-size: 16px;
        padding-bottom: 20px;
    }
    header .banner_left_wrap .banner_button_wrap a{
        min-width: 160px;
        margin-bottom: 5px;
        font-size: 12px;
        /*height: 39px;*/
        /*line-height: 39px;*/
    }
    /*header .banner_left_wrap .banner_button_wrap a:nth-of-type(2){*/
        /*height: 39px;*/
        /*line-height: 35px;*/
    /*}*/

}

.pain-wrap .row {
    padding-top: 60px;
}

.pain-wrap .pain_text {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .pain-wrap .row:nth-of-type(2n) .col-sm-6:first-child {
        float: right;
    }
    .pain-wrap .pain_text {
        padding-top: 45px;
        padding-right: 15%;
    }
}
.pain-wrap .title{
    padding-bottom: 32px;
    color: #243743;
    font-size: 24px;
}
.pain-wrap .content{
    font-size: 16px;
    line-height: 1.8;
    opacity: .75;
}
.pain-wrap .sm_btn{
    margin: 35px 0;
}
.index-title-wrap {
    text-align: center;
}
.index-title_box {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 42px;
    line-height: 1.2;
}
.index-title_box:after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #edf2f4;
}
.index-title_lg {
    position: relative;
    z-index: 2;
}
.index-title_sm {
    margin-top: 15px;
    line-height: 24px;
    color: #8a949b;
    font-weight: lighter;
}
.promobox {
    padding: 100px 0;
}
.other-wrap {
    padding: 50px;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}
.back-wrap {
    padding: 100px 0;
    text-align: center;
    background: #2fd2a2;
    background: -moz-linear-gradient(top,  #2fd2a2 1%, #00b5aa 100%);
    background: -webkit-linear-gradient(top,  #2fd2a2 1%,#00b5aa 100%);
    background: linear-gradient(to bottom,  #2fd2a2 1%,#00b5aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd2a2', endColorstr='#00b5aa',GradientType=0 );
}
.back-wrap .btn-white {
    margin-top: 35px;
}
.back-wrap .index-title_box:after {
    display: none;
}
.back-wrap .index-title_lg {
    color: #fff;
}
.back-wrap .index-title_sm {
    color: #fff;
    opacity: .85;
}
footer {
    padding: 100px 0;
    background-color: #232f3e;
    text-align: center;
}
footer .qr_code_info{
    margin-top: 25px;
    text-align: center;
}
footer .qr_code_info .contact_info .pc_wrap{
    display: block;
}
footer .qr_code_info .contact_info .phone_wrap{
    display: none;
}
footer .qr_code_info .manager-wechat,
footer .qr_code_info  .contact_info{
    display: inline-block;
    vertical-align: middle;
}
footer .qr_code_info  .contact_info .contact_item{
    text-align: left;
    color: #fff;
    opacity: .5;
}
footer .qr_code_info .manager-wechat {
    margin-top: 0;
    margin-right: 16px;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    float: none;
    opacity: .5;
}
footer .copyright{
    padding-top: 54px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    opacity: .5;
}
footer .others {

}
footer .others a {
    display: inline-block;
    margin: 0 10px;
    max-height: 47px;
    border-radius: 8px;
    vertical-align: top;
    overflow: hidden;
}
footer .others a img {
    max-height:47px;
}