﻿body {
    background-color: #f3f3f3;
}

.indexImg {
    height: 640px;
    background-image: url("/Content/Images/GW3.1/HomePage/banner.jpg");
}

    .indexImg img {
        display: inline-block;
        margin-top: 266px;
        width: 100%;
        max-width: 742px;
    }

@media(max-width:767px) {
    .indexImg {
        height: 360px;
    }

        .indexImg img {
            display: inline-block;
            margin-top: 150px;
            width: 100%;
            max-width: 742px;
        }
}

.headButton {
    width: 950px;
    margin-top: -67px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: center;
    max-width: 100%;
}

@media(max-width:970px) {
    .headButton {
        width: 900px;
        margin-top: -67px;
        margin-left: 15px;
        margin-right: auto;
        color: #ffffff;
        text-align: center;
        max-width: 100%;
    }
}

.headButton .item {
    height: 100%;
    float: left;
    height: 134px;
}

.headButton .item01 {
    background-color: #373737;
    width: 15%;
}

@media(max-width:899px) {
    .headButton .item01 {
        display: none;
    }

    .headButton .item02 {
        display: none;
    }
}

.headButton .item01 p {
    color: #909090;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
}

.headButton .item01 h1 {
    margin-top: 5px;
    font-size: 36px;
}

.headButton .item02 p {
    font-size: 18px;
}

.headButton .item02 h1 {
    margin-top: 30px;
    font-size: 38px;
}

.index-line1 {
    text-align: center;
    font-size: 18px;
    margin-top: 46px;
    color: #373737;
}

    .index-line1 p {
        margin-bottom: 5px;
    }

.index-line3 p {
    font-size: 18px;
    margin-bottom: 5px;
}

.index-line2 {
    margin-top: 85px;
}

    .index-line2 .img {
        width: 19%;
        max-width: 87px;
        display: inline-block;
        vertical-align: top;
        margin-top: 18px;
    }

    .index-line2 img {
        width: 100%;
    }

    .index-line2 .msg {
        width: 79%;
        padding-left: 25px;
        display: inline-block;
        vertical-align: top;
    }

        .index-line2 .msg h4 {
            line-height: 40px;
            font-weight: 700;
            color: #2a2a2a;
        }

        .index-line2 .msg p {
            font-size: 15px;
            line-height: 26px;
            color: #262626;
        }

@media(min-width:768px) {
    .index-line2 .row > div:nth-child(2n+1) {
        padding-right: 30px;
        padding-left: 0px;
    }

    .index-line2 .row > div:nth-child(2n) {
        padding-left: 30px;
        padding-right: 0px;
    }
}

.index-line2 .row > div {
    min-height: 175px;
}

.index-line3 {
    background-color: #2b2a29;
    padding-top: 50px;
    text-align: center;
    margin-top: 86px;
}

    .index-line3 .topimg {
        color: #ffffff;
    }

.index-line4 {
    background-color: #2b2a29;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 65px;
}

@media(min-width:900px) {
    .index-line4 > .row {
        background-image: url("/Content/Images/GW3.1/HomePage/sycpbj.png");
        background-size: auto 100%;
        background-position: center;
    }
}

@media(max-width:992px) {
    .headButton .item02 h1 {
        font-size: 31px;
    }
}


.product-bg {
    /* background-color: #eeeeee; */
    height: 346px;
    margin-top: 190px;
    margin-bottom: 181px;
}

@media(max-width:880px) {
    .product-bg {
        background: none;
        margin-bottom: 200px;
    }
}

@media(max-width:700px) {
    .product-bg {
        margin-bottom: 100px;
        margin-top: 190px;
    }
}

@media(max-width:600px) {
    .product-bg {
        margin-bottom: 0px;
        margin-top: 65px;
    }
}

@media(max-width:500px) {
    .product-bg {
        margin-top: 130px;
        margin-bottom: 0px;
        margin-top: 65px;
    }
}


.product-ro {
    width: 58%;
    max-width: 500px;
    margin-top: -77px;
    display: inline-block;
}

.product {
    width: 100%;
    background-color: #2b2a29;
    display: inline-block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

    .product > div {
        width: 49%;
        height: 49%;
        float: left;
        background-color: #eeeeee;
        cursor: pointer;
    }

        .product > div > div {
            width: 100%;
            height: 100%;
            display: inline-block;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg); /* IE 9 */
            -moz-transform: rotate(-45deg); /* Firefox */
            -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
            -o-transform: rotate(-45deg); /* Opera */
        }

    .product .product-01 {
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .product .product-02 {
        margin-bottom: 2%;
    }

    .product .product-03 {
        margin-right: 2%;
    }

.product-01 img {
    width: 100%;
}

.product-01 p {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.product-02 img {
    width: 100%;
}

.product-02 p {
    position: absolute;
    top: 45%;
    left: 0;
}

.product-03 img {
    width: 100%;
}

.product-03 p {
    position: absolute;
    top: 45%;
    right: 0;
}

.product-04 img {
    width: 100%;
}

.product-04 p {
    position: absolute;
    top: 0px;
    width: 100%;
}

.line5msg h2 {
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 35px;
}


.line5msg .bgimg {
    display: inline-block;
    height: 140px;
    padding-top: 35px;
}

.line5msg div:nth-child(2) h2 {
    height: 33px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-top: 0px;
}





.jjfa {
    background-color: #e4e4e4;
    margin: 8px -5px;
    cursor: pointer;
    display: block;
    color: #373737 !important;
    text-decoration: none !important;
    min-height: 120px;
}

    .jjfa:hover {
        background-color: #d9d9d9;
        margin: 8px -5px;
    }



    .jjfa img {
        display: inline-block;
        width: 30%;
        margin-left: 8%;
        max-width: 87px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .jjfa p {
        display: inline-block;
        width: 48%;
        text-align: left;
        margin-left: 0%;
    }

    .jjfa span {
        height: 116px;
        line-height: 116px;
        color: #bebebe;
    }

.solutionPlan img {
    width: 38%;
    margin-left: 2%;
    max-width: 120px;
    padding-top: 9px;
    margin-bottom: -8px;
    padding-bottom: 0;
}

.row-fa {
    margin-top: 50px;
}

.line-bottom {
    margin-bottom: 100px;
}

.product-01-b {
    display: block;
    width: 1%;
    height: 48%;
    position: absolute;
    top: 0;
    left: 99.5%;
    background-color: #eeeeee;
}

.product-02-b {
    display: block;
    width: 48%;
    height: 1%;
    position: absolute;
    top: 99.5%;
    left: 0;
    background-color: #eeeeee;
}

.hr_content hr {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 66%;
    border-top: 1px solid #dcdcdc;
}

@media(max-width:767px) {
    .line5msg h2 {
        height: 30px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    .line5msg .bgimg {
        display: inline-block;
        height: 70px;
        padding-top: 17px;
    }
}

@media(max-width:500px) {
    .index-line2 .img {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .index-line2 img {
        width: 33%;
        max-width: 87px;
    }

    .index-line2 .msg {
        width: 100%;
        padding-left: 0px;
    }

        .index-line2 .msg h4 {
            text-align: center;
        }
}


@media(max-width:600px) {
    .product {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

        .product > div {
            width: 100%;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

    .product-bg {
        height: auto;
    }

    .product .product-01 {
        margin: 22% 0;
    }

    .product .product-02 {
        margin: 22% 0;
    }

    .product .product-03 {
        margin: 22% 0;
    }

    .product .product-04 {
        margin: 22% 0;
    }

    .product-ro {
        width: 50%;
    }

    .product-02 p {
        position: absolute;
        bottom: 0px;
        top: auto;
        width: 100%;
    }

    .product-03 p {
        position: absolute;
        bottom: 0px;
        width: 100%;
        top: auto;
    }

    .product-04 p {
        position: absolute;
        bottom: 0px;
        width: 100%;
        top: auto;
    }
}
.custom-header-dark {
    background-color: rgba(43, 42, 41, 0.9);
    border: none;
    height: 50px;
    margin-bottom: 0;
    font-size: 14px;
}