body {
    overflow-y: hidden;
}

/*轮播图*/
.carousel {
    width: 100%;
    height: 830px;
    position: relative;
    text-align: center;
}

.carousel .carouselItem {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: repeat-x;
}

.carousel .carouselItem img {
    width: 100%;
    height: 100%;
    max-width: 1400px;
}

.btnDiv {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 499;
    height: 40px;
}

.btnDiv .btn {
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: white;
    margin: 0 5px;
    cursor: pointer;
}

.btnDiv .btn.active {
    background-color: #FF8B00;
}

@media screen and (max-width: 1400px) {
    .carousel {
        height: 59.2857vw;
    }
}

@media screen and (max-width: 960px) {
    .btnDiv .btn {
        width: 30px;
    }
}
/* 轮播图 */

/* 解决方案 */
.solution {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 80px;
}
.titleHeader {
    height: 160px;
    position: relative;
}
.titleBg {
    position: absolute;
    width: 100%;
    font-size: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    color: #ECECEC;
    z-index: 1;
}
.titleInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.titleInfo .title {
    margin: 30px 0;
    font-size: 36px;
    color: #333;
}

.titleInfo .infos {
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    max-width: 1400px;
    margin: 0 auto;
}

.solution .content {
    text-align: center;
}

.solution .contentItem {
    cursor: pointer;
    display: inline-block;
    width: 450px;
    margin: 10px 8px;
}

.solution .contentItem:hover {
    box-shadow: 0 0 20px rgba(0,0,0, 0.1);
}

.solution .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.solution .bg1 {
    height: 280px;
    background-image: url("../img/zhjs.png");
}

.contentItem1:hover .bg1 {
    background-image: url("../img/zhjs_hover.png");
}

.solution .bg2 {
    height: 280px;
    background-image: url("../img/jxg.png");
}

.contentItem2:hover .bg2 {
    background-image: url("../img/jxg_hover.png");
}

.solution .bg3 {
    height: 280px;
    background-image: url("../img/yth.png");
}

.contentItem3:hover .bg3 {
    background-image: url("../img/yth_hover.png");
}

.solution .words {
    text-align: left;
    padding: 10px 20px 20px 20px;
    background-color: white;
}

.solution .wordsTitle {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}
.solution .wordsContent {
    height: 54px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

@media screen and (max-width: 1425px) {
    .solution .contentItem {
        width: 30vw;
        margin: 10px 0;
    }

    .solution .bg {
        height: 20.74vw;
    }
}


@media screen and (max-width: 960px) {

    .solution .bg {
        height: 62.222vw;
    }

    .solution .contentItem {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .titleBg {
        font-size: 85px;
        top: -20px;
    }



    .titleInfo .title {
        margin: 20px 0;
    }


    .solution {
        padding: 20px 0;
    }
}

/* 解决方案 */

/* 成功案例 */

.successCase {
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}

.successCase .content {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 1920px;
}

.successCase .contentItem {
    display: inline-block;
    width: 25%;
    position: relative;
    float: left;
    height: 17.8125vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.successCase .contentItem .title {
    text-align: center;
    font-size: 30px;
    color: white;
    margin: 10% 0 20px 0;
    position: relative;
}

.successCase .contentItem .title:after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 15%;
    height: 3px;
    background: #008DFE;
    position: absolute;
    left: 50%;
    margin-left: -7.5%;
}

.successCase .info {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.successCase .contentItem:hover .info {
    display: block;
}

.successCase .words {
    box-sizing: border-box;
    font-size: 14px;
    color: white;
    text-align: left;
    max-height: 55px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    padding: 0 20px;
}

.successCase .more {
    font-size: 16px;
    color: white;
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -50.4px;
}

.moreCase {
    display: inline-block;
    font-size: 18px;
    color: white;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    background-color: #008DFE;
    width: 72px;
    padding: 0 20px;
    margin-top: 20px;
    cursor: pointer;
}

.successCase .moreDiv {
    cursor: pointer;
    text-align: center;
    line-height: 17.8125vw;
    font-size: 30px;
    color: rgba(255,255,255, 0.6);
}

.successCase .moreDiv:hover {
    color: white;
}

@media screen and (max-width: 1200px) {
    .successCase .titleBg {
        font-size: 50px;
    }
    .successCase .contentItem {
        width: 50%;
        height: 36.625vw;
        display: block;
    }

    .successCase .moreDiv {
        line-height: 36.625vw;
    }
}

@media screen and (max-width: 600px) {
    .successCase .contentItem .title {
        font-size: 20px;
        margin: 5px 0;
    }

    .successCase .moreDiv {
        font-size: 20px;
    }

    .successCase .words {
        font-size: 12px;
        max-height: 50px;
    }

    .successCase .more {
        font-size: 12px;
        margin-left: -40px;
        bottom: 3px;
    }

    .successCase .contentItem .title:after {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1920px) {
    .successCase .contentItem {
        height: 342px;
    }
    .successCase .moreDiv {
        line-height: 342px;
    }
}
/* 成功案例 */

/* 服务指南 */

.service {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

.service .content {
    text-align: center;
}

.service .contentItem {
    display: inline-block;
    text-align: center;
    width: 30%;
    max-width: 500px;
    border-right: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
}

.service .contentItem .title {
    font-size: 18px;
    color: #333;
}

.service .contentItem .info {
    position: relative;
    top: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    height: 36px;
}

.service .contentItem .link {
    font-size: 14px;
    color: #008DFE;
    cursor: pointer;
}

.service .contentItem:nth-of-type(3) {
    border-right: none;
}


@media screen and (max-width: 750px) {
    .service .contentItem {
        display: inline-block;
        width: 100%;
        border: none;
        margin: 10px 0;
        padding: 10px;
    }
}

/* 服务指南 */

/* 企业文化 */


.aboutUs {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

.aboutUs .content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin:  0 auto;
    padding: 0 10px;
}

.aboutUs .contentItem img {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 10px;
}

.aboutUs .contentItem {
    width: 100%;
    height: 80px;
    line-height: 80px;
    min-width: 250px;
    margin: 10px 0;
    background-color: #eee;
}

.aboutUs .contentItem .title1 {
    font-weight: bold;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 24px;
    color: #333;
    width: 206px;
    display: inline-block;
}

.aboutUs .maxDiv {
    display: inline-block;
}

.aboutUs .minDiv {
    font-size: 14px;
    word-break: break-all;
    display: none;
    line-height: normal;
    position: relative;
    top: 11px;
}

.aboutUs .minDiv div:nth-of-type(1) {
    font-weight: bold;
}


.aboutUs .contentItem .title {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .aboutUs .contentItem .title1 {
        padding-left: 10px;
        width: 120px;
        font-size: 20px;
    }
    .aboutUs .contentItem img {
        padding-right: 5px;
    }
}



@media screen and (max-width: 960px) {
    .aboutUs .titleBg {
        font-size: 60px;
    }

    .aboutUs .titleHeader {
        height: 180px;
    }
}
@media screen and (max-width: 510px) {
    .aboutUs .maxDiv {
        display: none;
    }
    .aboutUs .minDiv {
        display: inline-block;
    }
}

/* 企业文化 */

/* 客户分布 */

.country {
    padding-top: 20px;
    padding-bottom: 50px;
}

.country .content {
    background-image: url("../img/map.png");
    height: 530px;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

@media screen and (max-width: 540px) {
    .country .content {
        background-size: cover;
        height: 93.766vw;
    }
}

/*客户分布*/


/* 新闻动态 */
.news {
    padding: 50px 0;
    text-align: center;
}

.news a {
    color: #333;
}

.newsDiv {
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
}

.news .newsItem {
    padding: 50px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    float: left;
    position: relative;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

.news .newsItem:nth-of-type(3n + 1) {
    margin-left: 0;
}

.news .newsItem:hover .title{
    color: #008DFE;
}

.news .newsItem .title {
    font-size: 18px;
    color: #333;
}

.news .newsItem .words {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    height: 28px;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 10px;
}

.news .newsItem .date {
    font-size: 16px;
}

.news .newsItem .iconfont {
    font-size: 18px;
}

@media screen and (max-width: 650px) {
    .news .newsItem {
        width: 45%;
        margin-left: 5%;
    }

    .news .newsItem:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n) {
        margin-left: 5%;
    }
}

@media screen and (max-width: 450px) {
    .news .newsItem {
        width: 100%;
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n) {
        margin-left: 0;
    }
}
/* 新闻动态 */
