/* 解决方案 */
.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;
}


.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;
    }
}
/* 解决方案 */

/* 服务指南 */
.service {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: white;
}

.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;
}

.service .contentItem .title {
    font-size: 18px;
    color: #333;
}

.service .contentItem .info {
    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;
    }
}
/* 服务指南 */

.tabs {
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    min-width: 670px;
}

.tabContent {
    padding: 0 10px 50px 10px;
    text-align: left;
}

.tabs .tabItem {
    display: inline-block;
    width: 20%;
    font-size: 16px;
    color: #333;
    float: left;
    cursor: pointer;
}

.tabs .tabItem .title {
    display: inline-block;
}

.tabs .tabItem.active .title {
    border-bottom: 3px solid #008DFE;
    font-weight: bold;
}


@media screen and (max-width: 930px) {
    .tabs {
        border-bottom: none;
    }
    .tabs .tabItem {
        margin: 0;
        font-size: 18px;
        width: 100%;
        text-align: left;
        padding-left: 10px;
        border-bottom: 1px solid #ddd;
    }
}

.tabContentItem .title {
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
    padding:  20px 0;
}

.tabContentItem .title img {
    margin-right: 6px;
    position: relative;
    top: 8px;
}

.tabContentItem .contentDiv {
    color: #605B5B;
    font-size: 18px;
    padding-left: 46px;
    line-height: 27px;
}

.contentDiv img {
    display: inline-block;
    float: left;
    padding: 5px 0;
    background-color: #f9f9f9;
    max-width: 100%;
}

.contentDiv img:nth-of-type(2n) {
    background-color: #f0f0f0;
}

.productImg img {
    width: 46%;
    margin-right: 1%;
    float: none;
}

.quotation .content{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.quotation .contentItem  {
    display: inline-block;
    width: 260px;
}

@media screen and (max-width: 520px) {
    .quotation .content {
        text-align: center;
    }
}
