body {
    line-height: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    position: relative;
    width: 1300px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}

.flex-box {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
}

.inline-flex-box {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-flex!important;
    display: inline-flex!important;    
}

.flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-auto-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;  
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.section {
    width: 100%;
    padding-top: 60px;
    color: #061828;
}

.content-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

.content-text {
    margin: 28px 0 39px 0;
    color: #0D0A26;
    font-size: 14px;
    font-weight: 300;
    opacity: .75;
    text-align: center;
}

.content-item {
    display: flex;
    width: 100%;
}

.item-box {
    position: relative;
    padding: 15px 10px 30px 28px;
    overflow: hidden;
    transition: all 0.3s;
}

.item-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.item-box:hover {
    box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);
}

.item-box:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.item-left {
    width: 393px;
}

.item-center,
.item-right {
    flex: 1;
}

.item-box-higher {
    /* width: 393px; */
    height: 428px;
}

.item-box-normal {
    /* width: 393px; */
    height: 209px;
}

.item-box-title {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin: 10px 0;
    z-index: 1;
    font-weight: bold;
}

.item-box-content {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    opacity: .8;
}
.item-box-title,
.item-box-content {
    text-align: left;
}


.bgcolor-ff {
    background-color: #fff;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.product-item {
    display: inline-block;
    width: 393px;
    height: 214px;
    overflow: hidden;
    transition: all 0.3s;
    margin-right: 10px;
}

.product-item:last-child {
    margin-right: 0;
}

.product-item:hover {
    box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);
}

.product-item:hover .product-btn-more {
    height: 38px;
    margin-top: 20px;
}

.product-img-mid {
    height: 52px;
}

.product-img-side {
    height: 66px;
}

.product-btn-more {
    width: 100px;
    height: 0;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    background-color: #0086F1;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s;
}

.service-box {
    display: inline-block;
    width: 292px;
    margin-right: 10px;
    overflow: hidden;
}

.service-box:last-child {
    margin-right: 0;
}

.service-title {
    width: 100%;
    height: 94px;
    padding-left: 25px;
    line-height: 94px;
    font-size: 20px;
    font-weight: 500;
    text-align: start;
}

.service-item {
    height: 240px;
    padding: 25px;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    text-align: start;
    overflow: hidden;
}

.service-item span {
    display: block;
    line-height: 32px;
}

.service-item div {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #2386EE;
    border-radius: 50%;
    margin-right: 13px;
}




.partner-container-top {
    margin-top: 40px;
    margin-bottom: 10px;
}

.partner-box {
    display: inline-block;
    position: relative;
    width:232px;
    height:86px;
    background-color: #fff;
    overflow: hidden;
}

.partner-logo {
    position: absolute;
    max-width: 232px;
    max-height: 86px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.m-r-10 {
    margin-right: 60px;
}

.services{ background-color: #ffffff; width: 1440px; height: 90px; margin: -45px auto 0; border-radius: 10px; position: relative; z-index: 1; box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);}
.services ul{ width: 1004px; margin: 0 auto;}
.services ul li{ width: 25%; text-align: center; float: left; line-height: 90px; background: url(../image/services/line.jpg) no-repeat right center;}
.services ul li:last-child{ background: none;}
.services ul li a{ font-size: 18px; color: #333333;}
.services ul li.active a{ color: #0D52D8;}

@media only screen and (max-width: 1440px) {
    .services{ width: 1200px;}
    .services ul li a{ font-size: 16px;}
    
}

@media only screen and (max-width: 1024px) {
    .services{ width: 960px;}
    .services ul{ width: 100%;}
    .services ul li a{ font-size: 14px;}
    .item-left{ width: 33.3%;}
    .m-r-10 {margin-right: 20px;}
    .container{ width: 960px;}
}

@media only screen and (max-width: 540px) {
    .container {
        width: 100%;
    }
    .product-img-mid {
        width: 90%;
    }
    .service-item {
        height: auto;
    }
    .service-item-content-item {
        width: 90%;
    }
    .content-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section {
        padding-top: 45px;
    }
    .services {
        width: 96%;
        margin: -30px auto 0;
    }
    .content-item{ display: block; padding: 0 4%;}
    .item-left{ width: 100%;}
    .item-center{ margin: 20px 0;}
    .services ul li{ background-size: 1px 5vw;}
    
}