/* 设置默认字体 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
html{
    background: #ddd;
}
body{
    min-width: 1230px;
}
body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    font-family:"PingFang","Helvetica","微软雅黑","Microsoft YaHei","simsun","Arail";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff;
}
ul, ol, li {
    list-style: none;
}
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img[src=""],img:not([src]){
    opacity:0;
}
.index-dyy ul a {
    color: #fff;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

em,i,address{
    font-style: normal;
}
select, select:hover {
    outline: none;
    border-color: #000;
}
body, button, input, select, textarea, *:focus {
    outline: none;
}
a:hover,a:active,a:visited{
    text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="submit"],input[type="reset"],input[type="button"],button {
    -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="text"] {
    -webkit-appearance: none;
}
select{
    -webkit-appearance:none;
    appearance:none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
legend {
    border: 0;
    padding: 0;
    *margin-left: -7px
}
input[type="submit"],input[type="reset"],input[type="button"],button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical
}
optgroup {
    font-weight: bold;
}
ul:after,ul:before,.clearfix,.clearfix:before,.clearfix:after{
    display: block;
    clear: both;
    content: '';
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
main:before{
    display: block;
    content: '';
    padding-top: 80px;
}
.green{
    color: #16b9a7;
}
.header-title h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.header-title h2{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.header-title h3{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.header-title small{
    color: #888;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}

.banner{
    height: 30.73vw;
}
.banner-service{
    background: url("/skin/kuajing/img/banner-service.jpg") no-repeat top center/cover ;
}
.banner-service-amz{
    background: url("/skin/kuajing/img/banner-service-amz.jpg") no-repeat top center/cover;
}
.banner-service-shopee{
    background: url("/skin/kuajing/img/banner-service-shopee.jpg") no-repeat top center/cover;
}
.banner-service-lazada{
    background: url("/skin/kuajing/img/banner-service-lazada.jpg") no-repeat top center/cover;
}
.banner-service-aligjz{
    background: url("/skin/kuajing/img/banner-service-aligjz.jpg") no-repeat top center/cover;
}
.banner-about{
    background: url("/skin/kuajing/img/banner-about.jpg") no-repeat top center/cover;
}
.index-banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;

}
.index-banner .swiper-slide .box {
    width: auto;
    height: 100%;
    position: relative;
}
.index-banner .txt{
    color: #fff;
    width: 100%;
    position: absolute;
    top:30%;

}
.index-banner h2{
    font-size: 60px;
    letter-spacing: 5px;
    text-indent: 5px;
    font-weight: bold;
}
.index-banner p{
    font-size: 24px;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #eee;
}
.index-banner .des{
    margin: 0 0 50px;
}
.index-banner .btns a{
    color: #fff;
    font-size: 20px;
    border: 2px solid #16b9a7;
    height: 54px;
    line-height: 50px;
    border-radius: 27px;
    padding: 0 45px;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.index-banner .btns a:nth-of-type(1){
    background: rgba(22, 185, 167, 0.8);
}
.index-banner .btns a:nth-of-type(2){

}
.index-banner .btns a:hover{
    background: #16b9a7;
}
.index-banner .btns a img{
    vertical-align: sub;
}


.index-dyy{
    margin: 70px 0 70px;
}
.index-dyy .content{
    margin-top: 35px;
}
.index-dyy .u1{
    float: left;
    width: 200px;
    background: #0d7fc0;
    padding-top: 41px;
    height: 450px;
}
.index-dyy .u1 li{
    padding: 0 25px;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #1270b6;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.index-dyy .u1 li:nth-of-type(1){
    border-top: 1px solid #1270b6;
}
.index-dyy .u1 li.active:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid #02a4d9;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -12px;
    top:13px;
}
.index-dyy .u1 li.active{
    background: #02a4d9;
}
.index-dyy .u2{
    float: left;
    width: 1000px;
    background: #ddd;
    height: 450px;
    overflow: hidden;
}
.index-dyy .u2 li{
    height: 100%;
    color: #fff;
    display: none;
}
.index-dyy .u2 li .txt{
    width: 40%;
    text-align: justify;
    padding-top: 100px;
    padding-left: 80px;
    overflow: hidden;
}
.index-dyy .u2 li h2{
    font-weight: bolder;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1.5px;
}
.index-dyy .u2 li h2:after{
    display: block;
    content: '';
    width: 50px;
    height: 3px;
    margin: 15px 0;
    background: #fff;
}
.index-dyy .u2 li p{
    overflow: hidden;
    color: #f5f5f5;
}
.index-dyy .u2 li a{
    margin-top: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #FF8700;
    background-color: #FF8700;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
}
.index-dyy .u2 li a:hover label{
    margin-left: 10px;
}
.index-dyy .u2 li:nth-of-type(1){
    background: url("/skin/kuajing/img/h1.jpg") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(2){
    background: url("/skin/kuajing/img/h2.jpg") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(3){
    background: url("/skin/kuajing/img/h3.png") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(4){
    background: url("/skin/kuajing/img/h4.jpg") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(5){
    background: url("/skin/kuajing/img/h5.png") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(6){
    background: url("/skin/kuajing/img/h6.png") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(7){
    background: url("/skin/kuajing/img/h7.jpg") no-repeat center/cover;
}
.index-dyy .u2 li:nth-of-type(8){
    background: url("/skin/kuajing/img/h8.jpg") no-repeat center/cover;
}
.index-dyy .u2 label{
    font-size: 18px;
    font-family: Arial;
    vertical-align: middle;
    transition: all 0.3s;
    vertical-align: bottom;
}
.index-problem{
/*    background: url("../img/commerce.jpg");*/
    padding: 60px 0 70px;
    border-top: 1px solid #f2f2f2;
}
.index-problem ul{

}
.index-problem ul li{
    float:left;
    width:160px;
    text-align: center;
    margin:60px 100px 0 0;
}
.index-problem ul li:last-child{
    margin-right: 0;
}
.index-problem ul li .title{
    width: 160px;
    height: 160px;
    color: #fff;
    line-height: 140px;
    background: #02a4d9;
    border-radius: 50%;
    text-align: center;
    position: relative;
    border: 10px solid rgb(29, 182, 239);
}
.index-problem ul li i{
    width: 88px;
    height: 88px;
    position: absolute;
    top:50%;
    left: 50%;
    margin: -44px 0 0 -44px;
    opacity: .2;
}
.index-problem ul li:nth-of-type(1) i{
    background: url("../image/icon1.png") no-repeat center;
}
.index-problem ul li:nth-of-type(2) i{
    background: url("../image/icon2.png") no-repeat center;
}
.index-problem ul li:nth-of-type(3) i{
    background: url("../image/icon3.png") no-repeat center;
}
.index-problem ul li:nth-of-type(4) i{
    background: url("../image/icon4.png") no-repeat center;
}
.index-problem ul li:nth-of-type(5) i{
    background: url("../image/icon5.png") no-repeat center;
}
.index-problem ul li:hover .title{
    background: #0697d0;
    color: #ffffff;
    transition: all ease-out .3s;
    margin: -20px 0px -20px -20px;
    width: 200px;
    height: 200px;
    line-height: 180px;
    box-shadow: 0 0 30px #02a4d9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.index-problem ul li:hover .title i{
    color:#c32f41;
    transition: all ease-out .3s;
    opacity: .2;
}
.index-problem ul li .title h3{
    font-size:24px;
    position: relative;
}
.index-problem .description-txt{
    font-size: 15px;
    color: #666;
    margin-top: 35px;
}

.index-project{
    padding: 60px 0 0;
    background: #f6f4f5;
    position: relative;
}
.index-project .hua {
    width: 100%;
    height: 512px;
    background: url("../image/a99.jpg") no-repeat center;
    margin: 60px 0 0;
}
.index-project .hua .container{
    position: relative;
}
.index-project .hua .container > div{
    position: absolute;
    font-size: 14px;
    line-height: 1.75;
    color: #666;
    width: 225px;
    padding: 0 25px;
    text-align: justify;
}
.index-project .hua h4{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.index-project .hua .p1{
    left: 15px;
    top: 140px;
}

.index-project .hua .p2{
    left: 340px;
    top: 40px;
}
.index-project .hua .p3{
    left: 660px;
    top: 160px;
}
.index-project .hua .p4{
    left: 985px;
    top: 60px;
}
.index-project .hua .p5{
    left: 880px;
    top: -20px;
}

.index-map {
    background: url("../image/i6.jpg") no-repeat bottom center/cover;
    padding-top: 50px;
    height: 570px;
    margin-bottom: 60px;
}
.index-map h2,.index-map small{
    color: #fff;
}
.index4TCon {
    position: relative;
    width: 790px;
    height: 340px;
    margin: auto;
    background: url("../image/index4Ditu.png") no-repeat;
}
.index4Con{

    margin-top: 35px;
}
.index4Tit li {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index4Tit li:nth-of-type(1) {
    top: 40px;
    left: 90px;
}

.index4Tit li:nth-of-type(2) {
    top: 130px;
    right: 190px;
}

.index4Tit li:nth-of-type(3) {
    top: 100px;
    right: 335px;
}

.index4Tit li:nth-of-type(4) {
    top: 45px;
    left: 370px;
}

.index4Tit li:nth-of-type(5) {
    top: 50px;
    right: 235px;
}

.index4Tit li:nth-of-type(6) {
    top: 210px;
    right: 115px;
}

.index4Tit li a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #333;
}

.index4Tit li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #fff;
    animation: circle 2s infinite;
}

@keyframes circle {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0.3;
    }
}

.index4Tit li:hover,.index4Tit .current {
    background: #eb001b;
    color: #fff;
}

.index4Tit li:hover .title,.index4Tit li.current a {
    color: #fff;
}

.index4Tit li:hover .title:before,.index4Tit .current .title:before {
    border-color: #eb001b;
}

.index4Main {
    position: relative;
    top: 0px;
    font-size: 0;
    text-align: center;
}

.index4Main li {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    border-right: 1px solid #e7e7e7;
}

.index4Main li:nth-last-of-type(1) {
    border-right: none;
}

.index4Main .show {
    position: relative;
    padding: 25px 0 0 25px;
}

.index4Main .show .title {
    font-size: 22px;
    color: #333;
}

.index4Main .show .num {
    font-size: 34px;
    color: #999;
}

.index4Main .main {
    position: relative;
    width: 0;
    height: 120px;
    overflow: hidden;
    font-size: 16px;
    color: #666!important;
    background: #fff;
}

.index4Main .main .title,.index4Main .main em, .index4Main .main strong {
    color: #333!important;
    font-weight: bold;
}

.index4Main .main p {
    margin-bottom: 10px;
}

.index4Main li:hover,.index4Main .current {
    width: 555px;
    background: #1270b6;
    border-right: none;
}

.index4Main li:hover .main::before,.index4Main .current .main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: #1270b6;
}

.index4Main li:hover .main,.index4Main .current .main {
    width: 435px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 0 21px rgba(22,18,15,.1);
}

.index4Main li:hover .title,.index4Main li:hover .num,.index4Main .current .title,.index4Main .current .num {
    color: #fff;
}
.index-service{
    padding: 50px 0 60px;
}
.index-service .content{
    margin-top: 35px;
}
.index-service ul li{
    width: 300px;
    height: 250px;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 65px;
    cursor: pointer;
    transition: all .3s;
    background: rgba(51, 51, 51, 0.02);
}
.index-service ul li:nth-of-type(2), .index-service ul li:nth-of-type(4), .index-service ul li:nth-of-type(5), .index-service ul li:nth-of-type(7) {
    background: #f1f1f1;
}
.index-service ul li .icon{
    display: inline-block;
    width: 35px;
    height: 40px;
    background: url("../image/i4.png") no-repeat;
}
.index-service ul li:nth-of-type(2) .icon {
    width: 42px;
    background-position-x: -35px;
}

.index-service ul li:nth-of-type(3) .icon {
    width: 38px;
    background-position-x: -77px;
}

.index-service ul li:nth-of-type(4) .icon {
    width: 39px;
    background-position-x: -115px;
}

.index-service ul li:nth-of-type(5) .icon {
    width: 37px;
    background-position-x: -154px;
}

.index-service ul li:nth-of-type(6) .icon {
    width: 36px;
    background-position-x: -191px;
}

.index-service ul li:nth-of-type(7) .icon {
    width: 41px;
    background-position-x: -227px;
}

.index-service ul li:nth-of-type(8) .icon {
    width: 38px;
    background-position-x: -268px;
}

.index-service ul li:hover {
    background: #1270b6;
}

.index-service ul li:hover .num {
    background: #fff;
    color: #f79f19;
}

.index-service ul li:hover .tit,.index-service ul li:hover .entit {
    color: #fff;
}

.index-service ul li:hover .icon {
    background-position-y: -40px;
}
.index-service ul li .num{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #02a4d9;
    border-radius: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.index-service ul li .tit{
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}
.index-service ul li .entit{
    font-size: 12px;
    color: #666;
}
.dsyy4Con li:hover .num {
    background: #fff;
    color: #f79f19;
}
.index-team{
    text-align: center;
    margin-bottom: 60px;
}
.index-team img{
    margin-top: 50px;
}
.index-process{
    padding: 80px 0;
    background: url("../image/i5.jpg") no-repeat top center/cover;
}
.index-process .left{
    width: 50%;
    float: left;
    background: #fff;
    padding: 50px;
}
.index-process .left h2{
    font-size: 34px;
    line-height: 1;
}
.index-process .left h2:after{
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    margin: 30px 0;
    background: #e8e8e8;
}
.index-process .left h2 span{
    color: #0d7fc0;
    font-weight: bold;
}
.index-process .left ul{
    position: relative;
    margin-top: 20px;
}
.index-process .left ul:after{
    width: 2px;
    height: 330px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 27px;
    z-index: 1;
}
.index-process .left ul li{
    margin-bottom: 35px;
}
.index-process .left ul li:after{
    display: block;
    content: '';
    clear: both;
}
.index-process .left ul li span{
    color: #999;
    display: block;
    float: left;
    width: 57px;
    height: 57px;
    border: 2px solid #e8e8e8;
    text-align: center;
    border-radius: 100%;
    line-height: 54px;
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.index-process .left ul li:hover span{
    color: #fff;
    background: #0793cd;
    border-color: #0793cd;
}
.index-process .left .txt{
    float: left;
    padding-left: 20px;
}
.index-process .left .txt h4{
    font-size: 20px;
}
.index-process .left .txt p{
    font-size: 15px;
    color: #666;
}
.index-process .left a{
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #0793cd;
    border: 2px solid #0793cd;
    border-radius: 25px;
}
.index-process .left a:hover{
    color: #0793cd;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.index-process .right{
    width: 50%;
    float: left;
}
.index-process .right ul{
    width: 500px;
    margin: 180px 0 0 50px;
}
.index-process .right ul li{
    text-align: center;
    width: 250px;
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 25px 0;
    height: 145px;
}
.index-process .right ul li:nth-of-type(1){
    border-right:1px solid rgba(255,255,255,0.17);
    border-bottom: 1px solid rgba(255,255,255,0.17);
}
.index-process .right ul li:nth-of-type(2){
    border-bottom: 1px solid rgba(255,255,255,0.17);
}
.index-process .right ul li:nth-of-type(3){
    border-right: 1px solid rgba(255,255,255,0.17);
}
.index-process .right ul li span{
    font-size: 70px;
    line-height: 1;
    display: block;
}
.index-process .right ul li p{

}


.amazon-service{
    height: 720px;
    margin-top: 50px;
    background: url("/skin/kuajing/img/amazon10.jpg") no-repeat center bottom;
}
.amazon-service .content{
    margin-top: 60px;
    padding-bottom: 120px;
    background: url("/skin/kuajing/img/amazon9.png") no-repeat center bottom;
}
.amazon-service ul{
    height: 430px;
    position: relative;
    background: url("/skin/kuajing/img/amazon2.jpg") no-repeat center;
}
.amazon-service ul li{

    position: absolute;
}
.amazon-service ul li:nth-of-type(1){
    left: 170px;
    padding-right: 60px;
    background: url(/skin/kuajing/img/amazon3.png) no-repeat right center;
    text-align: right;
}
.amazon-service ul li:nth-of-type(2){
    left: 835px;
    top: -10px;
    padding-left: 60px;
    background: url("/skin/kuajing/img/amazon4.png") no-repeat left center;
}
.amazon-service ul li:nth-of-type(3){
    top: 125px;
    left: 0px;
    padding-right: 60px;
    text-align: right;
    background: url("/skin/kuajing/img/amazon5.png") no-repeat right center;
}
.amazon-service ul li:nth-of-type(4){
    padding-left: 60px;
    left: 835px;
    top: 127px;
    background: url("/skin/kuajing/img/amazon6.png") no-repeat left center;
}
.amazon-service ul li:nth-of-type(5){
    top: 268px;
    left: 80px;
    background: url(/skin/kuajing/img/amazon7.png) no-repeat right center;
    padding-right: 60px;
    text-align: right;
}
.amazon-service ul li:nth-of-type(6){
    left: 835px;
    top: 265px;
    padding-left: 60px;
    background: url("/skin/kuajing/img/amazon8.png") no-repeat left center;
}
.amazon-service .p1{
    font-size: 22px;
}
.amazon-service .p2{
    color: #666;
}
.amazon-service-des{

}
.amazon-service-des ul li{
    padding: 80px 0;
    overflow: hidden;
}
.amazon-service-des ul li:nth-of-type(odd){
    background: #f5f5f5;
}
.amazon-service-des ul li img{
    width: 40%;
    float: left;
}
.amazon-service-des .txt{
    width: 57%;
    float: right;
    text-align: justify;
}
.amazon-service-des .txt h3{
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 20px 0;
    letter-spacing: 3px;
    line-height: 1.35;
    color: #666;
}
.amazon-service-des .txt h3 span{
    color: #0d7fc0;
    display: block;
}
.amazon-service-des .txt p{
    line-height: 1.75;
}
.amazon-service-des ul li:nth-of-type(even) img{
    float: right;
}
.amazon-service-des ul li:nth-of-type(even) .txt{
    float: left;
}
.amazon-project{
    margin: 50px 0 60px 0;
}
.amazon-project .content{
    margin: 50px 0 0 0;
}
.amazon-project ul{
    margin: 0 -7px;
}
.amazon-project ul li{
    width: calc(100% / 3 - 14px);
    float: left;
    margin: 0 7px 14px;
    height: 220px;
    color: #fff;
    text-align: center;
    position: relative;
}
.amazon-project ul li:before{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0,0,0,.5);
    z-index: 1;
}
.amazon-project ul li:nth-of-type(1){
    background: url("/skin/kuajing/img/amazon11.jpg") no-repeat center/cover;
}
.amazon-project ul li:nth-of-type(2){
    background: url("/skin/kuajing/img/amazon12.jpg") no-repeat center/cover;
}
.amazon-project ul li:nth-of-type(3){
    background: url("/skin/kuajing/img/amazon13.jpg") no-repeat center/cover;
}
.amazon-project ul li:nth-of-type(4){
    background: url("/skin/kuajing/img/amazon14.jpg") no-repeat center/cover;
}
.amazon-project ul li:nth-of-type(5){
    background: url("/skin/kuajing/img/amazon15.png") no-repeat center/cover;
}
.amazon-project ul li:nth-of-type(6){
    background: url("/skin/kuajing/img/amazon16.png") no-repeat center/cover;
}
.amazon-project ul li h4{
    font-size: 24px;
    position: relative;
    z-index: 2;
    margin-top: 65px;
}
.amazon-project ul li p{
    position: relative;
    z-index: 2;
    padding: 0 15%;
    color: #ccc;
}
.amazon-contact-pic a{
    display: block;
    height: 253px;
    background: url("/skin/kuajing/img/amazon17.jpg") no-repeat center/cover;
}
.amazon-why{
    margin: 60px 0;
}
.amazon-why .content{
    margin-top: 50px;
}
.amazon-why .content ul{
    background: url("/skin/kuajing/img/amazon18.png") no-repeat center/cover;
}
.amazon-why .content ul li{
    float: left;
    width: 300px;
    height: 400px;
    color: #fff;
    line-height: 1.75;
}
.amazon-why .content ul li h4{
    font-size: 24px;
    text-align: center;
    margin: 75px 0 20px;
}
.amazon-why .content ul li p{
    padding: 0 35px;
    font-size: 15px;
    text-align: justify;
}
.ali-des{
    margin: 50px 0 60px;
    background: url("/skin/kuajing/img/ali1.jpg") no-repeat bottom right/cover;
}
.ali-des img{
    margin-top: 50px;
}
.ali-service{
    text-align: center;
    padding: 50px 0 60px;
    background: url("/skin/kuajing/img/ali2-0.jpg") no-repeat center/cover;
    color: #fff;
}
.ali-service small{
    color: #fff;
    opacity: .8;
}
.ali-service ul{
    margin-top: 35px;
}
.ali-service ul li{
    float: left;
    width: 380px;
    height: 420px;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}
.ali-service ul li:nth-child(3n+1){
    margin-left: 0;
}
.ali-service ul li .txt{
    position: absolute;
    width: 100%;
    top:270px;
}
.ali-service ul li img{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.ali-service ul li:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ali-service ul li .txt h4{
    font-size: 24px;
}
.ali-service ul li .txt h4:after{
    display: block;
    margin: 15px auto;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
}
.ali-service ul li .txt p{
    color: #838c99;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
}
.ali-project{
    margin-top: 50px;
    box-shadow: 0 50px 50px #f5f5f5;
}
.ali-project img{
    margin-bottom: 10px;
}
.ali-case{
    margin: 50px 0 60px;
}
.ali-case .content{
    position: relative;
}
.ali-case img{
    margin-top: 35px;
}
.ali-case .swiper-button-prev{
    left: -50px;
    background-color: #3998fc;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.ali-case .swiper-button-next{
    right:-50px;
    background-color: #3998fc;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.ali-case .swiper-button-next:hover,.ali-case .swiper-button-prev:hover{
    background-color: #1270b6;
}
.express-service{
    margin: 50px 0 0;
}
.express-service .content{
    margin-top: 50px;
}
.express-service .content>div{
    width: 400px;
    height: 450px;
    float: left;
}
.express-service .mid{
    text-align: center;
}
.express-service ul li{
    margin: 50px 0;
}
.express-service ul li h2{
    font-size: 22px;
}
.express-service ul li p{

}
.express-service-detail{
    padding: 100px 0;
    background: url("/skin/kuajing/img/express2.jpg") no-repeat center/cover;
}
.express-service-detail ul{
    margin: 0 -10px;
}
.express-service-detail ul li{
    width: calc(100% / 6 - 20px);
    margin: 0 10px;
    height: 270px;
    background: #fff;
    float: left;
}
.express-service-detail .img{
    text-align: center;
    padding: 20px 0;
}
.express-service-detail .img img{
    height: 40px;
}
.express-service-detail .txt{

}
.express-service-detail .txt h4{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 15px 0 5px;
}
.express-service-detail .txt p{
    font-size: 14px;
    padding: 0 15px;
    text-align: justify;
}
.express-advantage{
    margin: 50px 0 60px;
}
.express-advantage ul li{
    padding: 60px 0;
}
.express-advantage ul li:nth-of-type(even){
    background: #f5f5f5;
}
.express-advantage ul li:after{
    display: block;
    content: '';
    clear: both;
}
.express-advantage ul li img{
    float: left;
    width: 420px;
    border-radius: 10px;
}
.express-advantage ul li:nth-of-type(even) img{
    float: right;
}
.express-advantage ul li .txt{
    width: 770px;
    padding-left: 80px;
    float: left;
    text-align: justify;
    line-height: 1.75;
}
.express-advantage ul li:nth-of-type(even) .txt{
    float: left;
    padding: 0 80px 0 0;
}
.express-advantage ul li .txt h3{
    font-weight: bold;
    margin-bottom: 10px;
    color: #0d7fc0;
    font-size: 22px;
}
.express-process ul{
    margin-top: 10px;
}
.express-process ul li{
    width: 140px;
    height: 140px;
    float: left;
    margin: 40px 50px;
    text-align: center;
    background: #16b9a7;
    color: #fff;
    font-size: 20px;
    padding-top: 35px;
    border-radius: 100%;
    border: 10px solid #5de0d3;
    position: relative;
}
.express-process ul li span{
    display: block;
    font-size: 12px;
}
.express-process ul li:after{
    width: 40px;
    height: 40px;
    display: block;
    content: '';
    position: absolute;
    background: url("/skin/kuajing/img/ex14.png") no-repeat center/cover;
    right: -80px;
    top: 45px;
}
.express-process ul li:nth-of-type(5):after{
    right: auto;
    top: 155px;
    left: 40px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.express-process ul li:nth-of-type(10):after{
    display: none;
}
.express-process ul li:nth-of-type(6):after,.express-process ul li:nth-of-type(7):after,.express-process ul li:nth-of-type(8):after,.express-process ul li:nth-of-type(9):after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.express-case{
    background: rgb(33,41,54);
    padding: 50px 0 60px;
    margin-top: 20px;
    color: #fff;
}
.express-case img{
    margin-top: 35px;
}
.express-case2{
    padding: 50px 0 60px;
}
.express-case2 img{
    margin-top: 35px;
}
.wish-des .content{
    margin-top: 35px;
}
.wish-des{
    padding: 50px 0 60px;
    background: url("/skin/kuajing/img/amazon1.jpg");
}
.wish-des .content >p{
    text-align: justify;
    margin-bottom: 15px;
    text-indent: 2em;
}
.wish-des .content span{

}
.wish-des ul{
    margin-top: 35px;
}
.wish-des ul li{
    width: 240px;
    float: left;
    padding: 0 20px;
    text-align: center;
}
.wish-des ul li img{
    height: 64px;
}
.wish-des ul li h4{
    font-weight: bold;
    margin: 15px 0 5px;
}
.wish-des ul li p{
    font-size: 14px;
    color: #666;
}
.wish-service{
    height: 530px;
    padding: 60px 0 60px;
    color: #fff;
    background: url("/skin/kuajing/img/wish6-1.jpg") no-repeat top center/cover;
}
.wish-service small{
    color: #eee;
}
.wish-service ul{
    margin: 50px -10px 0;
}
.wish-service ul li{
    margin: 0 10px;
    width: 220px;
    float: left;
    background: rgba(2, 164, 217, 0.82);
    border-radius: 5px;
    padding: 22px 15px;
    height: 250px;
}
.wish-service ul li h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.wish-service ul li p{
    font-size: 15px;
    margin-bottom: 5px;
}
.wish-advantage{
    padding: 50px 0 60px;
}
.wish-advantage .content{
    height: 406px;
    margin-top: 50px;
    position: relative;
    background: url("/skin/kuajing/img/eb3.png") no-repeat center;
}
.wish-advantage ul li{
    position: absolute;
    width: 390px;
    text-align: justify;
}
.wish-advantage ul li:nth-of-type(1) h4,.wish-advantage ul li:nth-of-type(3) h4{
    text-align: right;
}
.wish-advantage ul li:nth-of-type(2){
    right: 0;
}
.wish-advantage ul li:nth-of-type(3){
    top: 240px;
}
.wish-advantage ul li:nth-of-type(4){
    right: 0;
    top: 240px;
}
.wish-advantage ul li h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #02a4d9;
}
.wish-advantage ul li p{
    font-size: 15px;
    color: #666;
}

.shopee-service{
    background: #f2f2f2;
    padding: 50px 0 60px;
}
.shopee-service ul{
    margin: 50px -15px 0;

}
.shopee-service ul li{
    float: left;
    margin: 0 15px;
    width: 370px;
    background: #fff;
    padding: 45px 35px 30px;
    height: 410px;
}
.shopee-service ul li img{
    display: block;
    margin: 0 auto;
}
.shopee-service ul li h3{
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 10px;
}
.shopee-service ul li span{
    display: block;
    color: #999;
    margin-bottom: 20px;
    text-align: center;
}
.shopee-service ul li p{
    color: #859196;
    margin-bottom: 15px;
    padding-left: 35px;
    background: url("/skin/kuajing/img/sh4.png") no-repeat left top;
}
.shopee-introduce{
    margin: 60px 0;
}
.shopee-introduce a{
    background: #02a4d9;
    display: inline-block;
    color: #fff;
    width: 165px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    margin-top: 20px;
}
.shopee-introduce .introduce-1{
    margin: 0 0 60px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 60px;
}
.shopee-introduce .introduce-1 .left{
    width: 550px;
    float: left;
    padding-right: 70px;
    text-align: justify;
}
.shopee-introduce  .left h3{
    font-size: 32px;
    margin: 30px 0 20px;
}
.shopee-introduce p{
    margin-bottom: 15px;
}
.shopee-introduce .introduce-1 .right{
    width: 650px;
    float: left;
    text-align: right;
}
.shopee-introduce .introduce-2 .left{
    width: 600px;
    float: left;

}
.shopee-introduce .introduce-2 .right{
    width: 600px;
    float: left;
    padding-left: 70px;
}
.shopee-introduce  .introduce-2 .right h3{
    font-size: 44px;
    margin-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1;
}
.shopee-pic{
    padding: 70px 0 80px;
    color: #fff;
    text-align: center;
    background: url("/skin/kuajing/img/sh7.jpg") no-repeat center/cover;
}
.shopee-pic h3{
    font-size: 32px;
}
.shopee-pic p{
    font-size: 22px;
    margin-top: 20px;
}
.shopee-advantage{
    margin: 50px 0 60px;
    text-align: center;
}
.shopee-advantage ul {

}
.shopee-advantage ul li{
    width: 400px;
    float: left;
    margin-top: 35px;
}
.shopee-advantage ul li img{
    height: 64px;
}
.shopee-advantage ul li h3{
    font-size: 18px;
    color: #000;
    margin: 15px 0 10px;
}
.shopee-advantage ul li p{
    width: 70%;
    color: #859196;
    margin: 0 auto;
}

.lazada-dyy{
    text-align: center;
    margin: 50px 0 60px;
}
.lazada-dyy article{
    color: #666;
}
.lazada-dyy ul {
    margin: 35px -15px 0;
}
.lazada-dyy ul li{
    width: 370px;
    float: left;
    margin: 0 15px;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px 0 #f5f5f5;
}
.lazada-dyy ul li img{

}
.lazada-dyy ul li h3{
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    color: #02a4d9;
}
.lazada-dyy ul li h4{
    color: #999;
    font-size: 14px;
}
.lazada-dyy ul li p{
    font-size: 15px;
    margin-top: 10px;
    padding: 0 20px 15px;
    line-height: 25px;
    height: 90px;
    color: #666;
}
.lazada-service{
    padding: 50px 0 60px;
    background: #f5f5f5;
}
.lazada-service .content{
    width: 100%;
    height: 460px;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-top: 35px;
    margin-bottom: 60px;
    background: url("/skin/kuajing/img/la4.png") no-repeat;
    background-size: 100%;
}
.lazada-service  h3{
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.lazada-service ul li{
    width: 33.333%;
    float: left;

}
.lazada-service ul li img{
    display: block;
    margin: 30px auto 0;
}
.lazada-service ul li h4{
    text-align: center;
    font-size: 20px;
}
.lazada-service ul li div{
    background: #fff;
    margin: 30px auto 0;
    padding: 30px 20px;
    border-radius: 8px;
    width: 320px;
    height: 200px;
    font-size: 15px;
    color: #666;
    box-shadow: 0 5px 10px 0 #f1f1f1;
}
.lazada-service ul li div p{
    margin-bottom: 10px;
}
.lazada-service ul li a{
    color: #fff;
    background: #02a4d9;
    border-radius: 3px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px auto 0;
}
.lazada-service ul li a:hover{
    background: #1270b6;
}
.lazada-advantage{
    padding: 50px 0 60px;
}
.lazada-advantage ul{
    margin: 0 -20px;
}
.lazada-advantage ul li{
    width: 260px;
    height: 462px;
    float: left;
    margin: 0 20px;
    position: relative;
    color: #fff;
}
.lazada-advantage ul li:nth-of-type(1){
    background: url("/skin/kuajing/img/la8.png");
}
.lazada-advantage ul li:nth-of-type(2){
    background: url("/skin/kuajing/img/la9.png");
}
.lazada-advantage ul li:nth-of-type(3){
    background: url("/skin/kuajing/img/la10.png");
}
.lazada-advantage ul li:nth-of-type(4){
    background: url("/skin/kuajing/img/la11.png");
}
.lazada-advantage ul li h4{
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: bold;
    top: 175px;
    font-size: 20px;

}
.lazada-advantage ul li p{
    text-align: justify;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
    top: 280px;
    text-align-last: center;
    line-height: 25px;
}
.ebay-des{
    text-align: center;
    margin: 50px 0 60px;
}
.ebay-des article{
    margin-top: 35px;
}
.ebay-des article p{
    margin-bottom: 15px;
}
.ebay-advantage{
    background: #f5f5f5;
    padding: 50px 0 60px;
}
.ebay-advantage img{
    margin-top: 35px;
}
.ebay-project{
    margin-top: 50px;
    box-shadow: 0 50px 50px 0 #f5f5f5;
}
.ebay-project ul{
    margin: 35px -20px 0;
}
.ebay-project ul li{
    width: 360px;
    margin: 0 20px 50px;
    float: left;
    text-align: center;
}
.ebay-project ul li i{
    display: inline-block;
    width: 65px;
    height: 65px;
}
.ebay-project ul li:nth-of-type(1) i{
    background: url("/skin/kuajing/img/eb4.png") no-repeat center/contain;
}
.ebay-project ul li:nth-of-type(2) i{
    background: url("/skin/kuajing/img/eb5.png") no-repeat center/contain;
}
.ebay-project ul li:nth-of-type(3) i{
    background: url("/skin/kuajing/img/eb6.png") no-repeat center/contain;
}
.ebay-project ul li:nth-of-type(4) i{
    background: url("/skin/kuajing/img/eb7.png") no-repeat center/contain;
}
.ebay-project ul li:nth-of-type(5) i{
    background: url("/skin/kuajing/img/eb8.png") no-repeat center/contain;
}
.ebay-project ul li:nth-of-type(6) i{
    background: url("/skin/kuajing/img/eb9.png") no-repeat center/contain;
}
.ebay-project ul li h4{
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 5px 0;
}
.ebay-project ul li p{
    font-size: 15px;
    color: #859196;
    line-height: 25px;
    height: 50px;
}
.ebay-why{
    padding: 50px 0 60px;
}
.ebay-why ul{
    height: 406px;
    position: relative;
    margin: 50px 0 0 0;
    background: url("/skin/kuajing/img/eb3.png") no-repeat center;
}
.ebay-why ul li{
    position: absolute;
    width: 400px;
}
.ebay-why ul li h4{
    color: #222;
    font-size: 20px;
    margin-bottom: 5px;
}
.ebay-why ul li .txt{
    display: inline-block;
    padding: 0 10px;
    width: calc(100% - 90px);
}
.ebay-why ul li span{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #02a4d9;
    vertical-align: top;
    line-height: 80px;
    border-radius: 100%;
    color: #fff;
    font-size: 28px;
}
.ebay-why ul li p{
    font-size: 15px;
    color: #859196;
}
.ebay-why ul li:nth-of-type(1){
    text-align: right;
    top: 35px;
}
.ebay-why ul li:nth-of-type(2){
    left: 800px;
    top: 35px;
}
.ebay-why ul li:nth-of-type(3){
    text-align: right;
    top:240px;
}
.ebay-why ul li:nth-of-type(4){
    top:240px;
    left: 800px;
}



.article-list{
    background: #fff;
    margin: 50px 0 0;
    padding: 50px 50px 0;
}
.article-list ul li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.article-list ul li:last-child{
    margin-bottom: 0;
}
.article-list ul li:after{
    display: block;
    content: '';
    clear: both;
}
.article-list a{
    color: #333;
}
.article-list .thumbnail figure{
    height: 125px;
    float: left;
    width: 200px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
}
.article-list .txt{
    float: right;
    width: 870px;
}
.article-list .txt h2{
    font-size: 20px;
}
.article-list .txt p{
    color: #859196;
    margin: 10px 0;
    font-size: 15px;
}
.article-list .txt time{
    font-size: 15px;
    color: #999;
}
.article-list .txt span{
    color: #02a4d9;
}
.pageniation{
    text-align: center;
    padding: 35px 0 45px 0;
    margin-bottom: 60px;
    background: #fff;
}
.pageniation ul li{
    display: inline-block;
}
.pageniation ul li a{
    display: block;
    padding: 4px 11px;
    font-size: 14px;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
}
.pageniation ul li.thisclass a{
    background: #02a4d9;
    color: #fff;
    border-color: #02a4d9;
}
.article-detail{
    padding: 50px;
    background: #fff;
    margin: 50px 0 60px;
}
.article-detail h1{
    text-align: center;
    font-size: 26px;
}
.article-detail h2{
    text-align: center;
    font-size: 26px;
}
.det-ail h2 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.article-detail small{
    color: #999;
    display: block;
    text-align: center;
}
.article-detail article{
    line-height: 1.75;
}
/*.article-detail article p{
    margin-bottom: 15px;
}*/
.article-detail article img{
    max-width: 100%;
    
}
.article-detail .pages{
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px dashed #ddd;
}
.article-detail .pages ul li{
    width: 50%;
    float: left;
    color: #999;
}
.article-detail .pages ul li a{
    color: #333;
    color: #999;
}
.article-detail .pages ul li a:hover{
    color: #1fad83;
}
.case-list{
    padding-top: 50px;
}
.case-list ul{
    margin: 0 -9px;
}
.case-list ul li{
    background: #fff;
    margin: 0 9px 20px;
    width: 388px;
    float: left;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.case-list ul li .thumbnail{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.case-list ul li figure{
    padding-bottom: 65%;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.case-list ul li:hover figure{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.case-list ul li h3{
    font-size: 16px;
    color: #333;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-list ul li:hover h3{
    color: #00ad9c;
}
.about{
    margin: 50px 0 60px;
}
.about article{
    background: #fff url("/skin/kuajing/img/about1.png") no-repeat center/contain;
    padding: 35px 40px 20px;
    margin-top: 35px;
    box-shadow: 0 0 32px 0 rgba(0,0,0,0.1);;
}
.about article p{
    margin-bottom: 15px;
    line-height: 1.65;
}
.dif{
    background: #fff;
    padding-top: 50px;
}

.honor{
    padding: 50px 0 60px;
}
.honor .content{
    margin-top: 35px;
    text-align: center;
}
.honor .content img{
    border-radius: 6px;
}
.team{
    padding: 50px 0 60px;
    background: #fff;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.06);
}
.team-pic {
    margin: 35px;
}

.team-pic .img1,.team-pic .img4{
    width: 790px;
}
.team-pic .img2,.team-pic .img3{
    width: 400px;
}
.chanAbout4Con {
    background: url("/skin/kuajing/img/about4Bg.jpg") no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 40px;
}

.chanAbout4Con li {
    position: relative;
    float: left;
    display: inline-block;
    width: 16.66%;
    height: 700px;
    border-right: 1px solid #878d9f;
    padding: 200px 40px 0 40px;
    color: #fff;
}

.chanAbout4Con .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/skin/kuajing/img/about4Icons.png") no-repeat;
}

.chanAbout4Con li:nth-of-type(2) .icon {
    background-position-x: -50px;
}

.chanAbout4Con li:nth-of-type(3) .icon {
    background-position-x: -100px;
}

.chanAbout4Con li:nth-of-type(4) .icon {
    background-position-x: -150px;
}

.chanAbout4Con li:nth-of-type(5) .icon {
    background-position-x: -200px;
}

.chanAbout4Con li:nth-of-type(6) .icon {
    background-position-x: -250px;
}

.chanAbout4Con .title {
    margin-top: 60px;
    font-size: 28px;
    font-weight: bold;
}

.chanAbout4Con .description {
    margin-top: 25px;
    font-size: 16px;
}

.chanAbout4Con .more {
    position: absolute;
    bottom: 165px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("/skin/kuajing/img/moreIcons.png") no-repeat;
}

.chanAbout4Con li:hover {
    background: url("/skin/kuajing/img/about4ItemBg.jpg") no-repeat;
    background-size: cover;
}

.chanAbout4Con li:hover .more {
    background-position-x: -40px;
}
.contact {
    padding: 50px 0;
    background: #fff;
}
.contact .content{
    background: #fff;
    margin-top: 50px;
}
.contact .content ul li{
    width: 33.33%;
    float: left;
    padding: 15px 50px 0;
    border-right: 1px solid #eee;
    min-height: 180px;
}
.contact .content ul li:last-child{
    border: none;
}
.contact .content ul li h2{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.contact .content ul li p{
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
}
.contact .content ul li p.tel {
    font-size: 28px;
    line-height: 1;
}
.contact .content ul li p.wx img{
    border: 1px solid #ddd;
}
#map{
    height: 500px;
}
.index-news{
    padding: 60px 0 80px;
}
.index-news ul{
    margin: 50px -10px 0;
}
.index-news ul li{
    float: left;
    width: 280px;
    margin: 0 10px 50px;
    background: #fbfbfb;
    border-radius:8px;
    overflow: hidden;
    text-align: justify;
}
.index-news ul li a{
    color: #333;
}
.index-news ul li h2{
    font-size: 16px;
    color: #222;
    padding: 0 15px;
    margin-top: 15px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    height: 48px;
}
.index-news ul li p{
    color: #859196;
    margin: 10px 0;
    font-size: 14px;
    padding: 0 15px;
}
.index-news figure{
    height: 150px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
}
.index-form{
    padding: 60px 0 80px;
    background: #fbfbfb;
}
.index-form form{
    max-width: 990px;
    margin: 50px auto 0;
}
.index-form .inp-text{
    border: 1px solid #000;
    background: transparent;
    padding: 10px 15px;
    color: #333;
    font-size: 15px;
}
.index-form .input-group-1 .inp-text{
    width: 310px;
    float: left;
    margin-right: 20px;
}
.index-form .input-group-2 .inp-text{
    width: 970px;
    height: 100px;
    margin-top: 20px;
    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail";
}
.index-form .btn{
    color: #fff;
    font-size: 20px;
    background: #0793cd;
    border: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: block;
    margin: 35px auto 0;
    border-radius: 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.index-form .btn:hover{
    background: #1270b6;
}
.mj{
    margin: 65px 0 0;
    padding: 60px 0 50px;
}

.mj {
    min-height: 667px;
    background: url(/skin/kuajing/img/casebg.jpg) no-repeat center/cover;
    background-size: 100% 100%;
}
.mj .swiper-wrapper{
    margin-bottom: 80px;
}
.mj .header-title h2{
    color: #fff;
}
.mj .header-title small{
    color: #ddd;
    margin-bottom: 50px;
}
.about_sellerCase .container {
    padding: 72px 0;
    position: relative;
}

.about_sellerCase_title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 64px;
}

.about_sellerCase_main_item {
    width: 100%;
    min-height: 320px;
    background-color: #fff;
    padding: 25px 30px;
    float: left;
    margin-top: 45px;
}

.about_sellerCase_main_item:nth-child(2) {
    margin: 0 5%;
}

.about_sellerCase_main_item_img {
    width: 100%;
    height: 246px;
    margin-top: -70px;
    background-color: skyblue;
    margin-bottom: 20px;
}

.about_sellerCase_main_item_img img {
    width: 100%;
    height: 100%;
}

.about_sellerCase_main_item_content p {
    margin: 0;
    color: #333;
    font-size: 16px;
    height: 48px;
}

.about_sellerCase_main_item_content p:first-child {
    font-weight: 700;
    margin-bottom: 3px;
}

.about_sellerCase_main_item_content p:last-child span {
    font-size: 16px;
}

.about_sellerCase_main_item_content p b {
    color: #e67e00;
    font-size: 16px;
}

.about_sellerCase_main_item_content p i {
    font-style: normal;
}
.about_sellerCase_main_item_more {
    background-color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 10px;
    text-align: justify;
    font-size: 14px;
    color: #666;
    height: 200px;
    overflow: hidden;
}
.about_sellerCase_main_item:hover .about_sellerCase_main_item_more {

}


.company_introduce_title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin: 100px 0 64px;
    line-height: 1;
}

.company_introduce {
    padding: 60px 0 0;
}

.company_introduce .row div {
    padding: 0;
}

.company_introduce_images {
    padding-right: 64px!important;
    width: 50%;
    float: left;
}

.company_introduce_images img {
    width: 100%;
}

.company_introduce_content_text {
    text-align: justify;
    font-size: 15px;
}
.company_introduce_content_text p{
    margin-bottom: 15px;
    color: #666;
}
.company_introduce_content_data {
    margin-top: 25px;
    line-height: 1;
}

.company_introduce_content {
    width: 50%;
    float: left;
}

.company_introduce_content_data_item {
    text-align: center;
    float: left;
    margin-bottom: 15px;
    width: 50%;
    line-height: 1.65;
}

.company_introduce_content_data_item:last-child {

}

.company_introduce_content_data_item p:first-child {
    margin-bottom: 5px;
}

.company_introduce_content_data_item p:last-child {
    font-size: 12px;
}

.company_introduce_content_data_item i {
    font-style: normal;
    color: #ff8700;
    font-size: 18px;
    line-height: 0;
}



header{
    width: 100%;
    max-width: 1920px;
    background: #fff;
    position: fixed;
    z-index: 900;
    top: 0;
    box-shadow: 0 8px 16px 0 rgba(64,75,91,.1);
}
header h1{
    float: left;
}
header p {
    float: left;
}
header h1 img{
    height: 50px;
    margin-top: 15px;
}
header p img {
    height: 50px;
    margin-top: 15px;
}
header nav{
    float: right;
}
header nav a.current{
    color: #1270b6;
}
header nav>ul>li{
    float: left;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header nav>ul>li>a{
    color: #2f3c4d;
    padding: 0 20px;
    display: block;
    height: 80px;
    line-height: 80px;
}
header nav>ul>li:hover{
    color: #fff;
    background: #0793cd;
}
header nav>ul>li:hover a{
    color: #fff;
}
header nav>ul ul{
    box-shadow: 0 0 35px 0 rgba(34, 34, 34, 0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
    top:100px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 150%;
}
header nav>ul>li:hover ul{
    top:100%;
    visibility: visible;
    opacity: 1;
}
header nav>ul ul li{
    background: #0793cd;
}
header nav>ul ul li a{
    display: block;
    color: #333;
    font-size: 14px;
    padding: 7px 10px 7px 20px;
    border-bottom: 1px solid #0d7fc0;
    display: block;
    color: #f0f0f0;
}

header .lang{
    float: right;
    display: inline-block;
    line-height: 80px;
    margin-left: 15px;
    color: #0d7fc0;
}
footer{

}
footer .footer-top{
    color: #bbbbbb;
    background: #333;
    padding: 45px 0 30px;
}
footer .footer-top ul{

}
footer .footer-top ul li{
    width: 20%;
    float: left;
}
footer .footer-top ul li:last-child{
    width: 30%;
    text-align: center;
}
footer .footer-top ul li:nth-of-type(3){
    width: 30%;
}
footer .footer-top h4{
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    font-weight: bold;
}
footer .footer-top a,footer .footer-top p{
    color: #bbbbbb;
    display: block;
    font-size: 14px;
    margin: 8px 0 0;
}
footer .footer-top a:hover{
    color: #0793cd;
}
footer .footer-top ul li:last-child img{
    width: 150px;
    border: 1px solid #666;
    padding: 5px;
}
footer .wx{
    margin-right: 35px;
}
footer .wx,footer .kfwx{
    float: right;
    margin-top: 30px;
}
footer .footer-bottom{
    padding: 20px 0px;
    background: #222222;
    color: #777;
    border-top: 1px solid #333;
    font-size: 14px;
}
footer .footer-bottom a{
    color: #777;
}
.wenzhang ul li {
    margin: 5px 40px 10px 5px;
    float: left;
    width: 400px;
    border-bottom: 1px #dad7d7 dashed;
    padding-bottom: 10px;
}
.wenzhang ul li a {
    font-size: 15px;
    color: #797777;
}
.wenzhang {
    border-top: 1px solid #000;
    padding-left: 10%;
    padding-top: 30px;
}


.data_wrap{
    max-width:1200px;
    margin:70px auto 0;
    overflow: hidden;
    box-shadow: 0 5px 30px 5px rgba(0,36,100,.3);
    -webkit-box-shadow: 0 5px 30px 5px rgba(0,36,100,.3);
    position: relative;
    background: #fff;
}
.data_wrap .block_box{
    height:172px;
    overflow:hidden;
}
.data_wrap ul li span{
    font-size:50px;
    font-weight:bold;
}
.data_wrap ul li{
    display: block;
    float:left;
}
.data_wrap ul li.data_li{
    font-size:16px;
    padding:20px 30px;
    border-right:1px dotted #cecece;
    margin-top: 20px;
    width: 245px;
    box-sizing: border-box;
}
.data_wrap ul li:last-child{
    border-right:none;
}
.data_wrap ul li .data-desc{
    color:#666666;
}

header nav>ul ul {
    box-shadow: 0 0 35px 0 rgba(34, 34, 34, 0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 100px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -150px;
    width: 792px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, .15);
}
header nav>ul ul:after{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    border-width: 0 15px 13px;
    border-style: solid;
    border-color: transparent transparent #eee;
    top: -13px;
    left: 185px;
}
header nav>ul ul li {

}
header nav>ul ul li a {
    color: #333;
    font-size: 14px;
    padding: 10px;
    float: left;
    width: 250px;
    display: block;
    border: none;
}
header nav>ul ul li a:hover span{
    color: #1270b6;
}
header nav>ul>li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
header nav>ul ul li a{
    color: #333;
}
header nav>ul ul li a span{
    display: block;
    margin-top: 5px;
    color: #333;
}
header nav>ul ul li a img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
header nav>ul ul li a p{
    font-size: 12px;
    color: #8492a6;
    float: left;
}


.service_summary{
    max-width: 1200px;
    margin: 60px auto 70px;

}
/*.service_summary .common .common-title{
	background:url("../img/hf.png") no-repeat top center;
}*/

.serviceiconfont{
    font-family: "iconfont" !important;
    font-size: 45px;
    color:#d2d2d2;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tmalliconfont{
    font-family: "iconfont" !important;
    font-size: 32px;
    color:#d2d2d2;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service_summary_detail{
    margin: 0 -20px;
}
.service_summary_detail_list{
    border: 1px solid #eee;
    padding: 40px 15px;
    float: left;
    margin: 0 20px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position:relative;
    transition:all ease-out .3s;
    width:270px;
}

.service_summary_detail_list i{
    padding-bottom: 30px;
    display: block;

}

.service_summary_detail_list h4{
    border-top:1px dotted #cfcfcf;
    padding-top:30px;
    font-size:24px;
    color:#333333;
    margin-top: 35px;
}
.service_summary_detail_list ul{
    padding-top:20px;
    text-align:center;
    padding-bottom: 50px;
}

.service_summary_detail_list ul li{
    display:inline-block;
    font-size:16px;
    color:#666666;
    margin:5px 10px;
    position:relative;
    padding-left:15px;
}
.service_summary_detail_list ul li::after{
    content: '';
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    display: block;
    left: 0px;
    display:block;

}

.kefuiconfont{
    font-family: "iconfont" !important;
    font-size: 30px;
    color:#d2d2d2;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service_summary_detail_list .kefu{
    position:absolute;
    width:100%;
    bottom:0px;
    background:#f9f9f9;
    left:0px;
    padding:5px 0px;
    transition:all ease-out .3s;
    cursor: pointer;
}
.service_summary_detail_list .kefu span{
    font-size:14px;
    position: relative;
    top: -5px;
    color: #999999;
}
.service_summary_detail_list:hover{
    margin-top:-15px;
    transition:all ease-out .3s;
    background:#0085da;
    color:#ffffff;
    box-shadow: 0 26px 30px -30px #dcdcdc;
    -webkit-box-shadow: 0 26px 30px -30px #dcdcdc;
    -moz-box-shadow: 0 26px 30px -30px #dcdcdc;
}
.service_summary_detail_list:hover ul li,.service_summary_detail_list:hover .kefu span,.service_summary_detail_list:hover .kefuiconfont,.service_summary_detail_list:hover .serviceiconfont,.service_summary_detail_list:hover h4{
    color:#ffffff;
}
.service_summary_detail_list:hover ul li::after{
    background:#ffffff;
}
.service_summary_detail_list:hover .kefu{
    background:#1270b6;
    transition: all ease-out .3s;
}


.page-num, .page-link {
 
    padding: 4px 11px;
    font-size: 14px;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
