.wrapper-1300 {
    width: 1300px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.nb-menu {
    background-color: rgb(242, 242, 242);
    line-height: 35px;
}



.content .box {
    background: #fbfbfb;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #f3f3f3;

}

.content .box .box_l {
    background: linear-gradient(rgba(19, 159, 175), rgba(37, 198, 120));
    color: #fff;
    padding: 30px 40px 30px 40px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    text-align: left;
}

.content .box_l .title {
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 18px;
}

.content .box_l .text {
    width: 310px;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 18px;
    line-height: 55px;
    background: #fff;
    color: rgb(32, 184, 138);
    font-weight: 900;
    letter-spacing: -1px;
    border-radius: 2px;
}

.content .box_l .icon {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 41px;
    float: right;
    color: #f9f9f9;
}

.content .box_r {
    float: right;
    position: relative;
    width: calc(100% - 468px);
}

.content .box_r .icon-t {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 162px;
    font-weight: 89;
    margin-left: -28px;
    line-height: normal;
    color: #e9e9e9;
    position: absolute;
    overflow: hidden;
    margin-top: -8px;
}

.content .box_r .text {
    width: calc(100% - 69px);
    float: left;
    overflow: hidden;
    padding-left: 22px;
    padding-right: 10px;
    padding-top: 56px;
    line-height: 24px;
    color: #666;
    font-size: 16px;
    text-align: left;
}

.content .box_r .text span {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #215838;
}

.content .box_r .icon-b {
    float: left;
    font-weight: 89;
    overflow: hidden;
    font-size: 100px;
    line-height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 100px;
    margin-left: calc(100% - 690px);
    position: absolute;
    right: 30px;
    color: #e9e9e9;
}

.message {
    line-height: 22px;
}

.message .temp {
    overflow: hidden;
    position: relative;
}

.message .temp ul {
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.message .temp ul li {
    float: left;
    width: 433px;
    height: 156px;
    border-width: 1px 0 1px 1px;
    border: 1px solid #ececec;
    padding: 35px;
    margin: -1px 0 0 -1px;
    text-align: left;
    box-sizing: border-box;
    list-style: none;
}

.message .temp ul li i {
    float: left;
    display: block;
    width: 51px;
    height: 51px;
    margin-right: 19px;
    margin-top: 6px;
}

.message .temp img {
    max-width: 100% !important;
}

.message .temp ul li h5 {
    color: #215838;
    margin-bottom: 10px;
    font-size: 18px;
    padding-top: 8px;
    margin-top: 0px;
}

.message .temp ul li p {
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 16px;
    margin-left: 10px;
}

.advisory {
    float: left;
    width: 100%;
    padding: 60px 50px;
    box-sizing: border-box;
}

.advisory .title {
    text-align: center;
    font-size: 43px;
    color: rgb(109, 109, 109);
    margin-bottom: 30px;
}

.advisory .b-2 {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.advisory .b-2 .name {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 150px;
    border: 1px;
    height: 50px;
    border: 1px solid rgb(218, 214, 213);
}

.advisory .b-2 .phone {
    position: relative;
    float: right;
    width: 40%;
    border: 1px;
    height: 50px;
    border: 1px solid rgb(218, 214, 213);
}

.advisory .b-2 span {
    text-align: center;
    position: absolute;
    line-height: 50px;
    color: red;
    font-weight: 600;
    font-size: 20px;
    right: 10px;
    transition: all .3s ease;
}

.advisory .b-2 .txt1:hover~span {
    color: #666;
}

.advisory .b-2 .txt1 {
    line-height: 50px;
    font-size: 20px;
    border: none;
    width: 100%;
    outline: none;
}

.advisory .b-2 .txt2 {
    width: 100%;
    margin-top: 50px;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    border: 1px solid rgb(218, 214, 213);
    outline: none;
    margin-bottom: 30px;
}

.advisory .b-2 .btn {
    display: block;
    width: 150px;
    height: 50px;
    font-size: 25px;
    border: none;
    color: #fff;
    background: linear-gradient(rgba(19, 159, 175), rgba(37, 198, 120));
    float: right;
    margin-right: 50px;
}

.map {
    margin-top: 50px;
}

.container {
    width: 100%;
    height: 500px;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .message .temp {
        box-sizing: border-box;
        padding: 5px;
    }
}

@media only screen and (max-width: 960px) {
    .wrapper-1300 {
        width: 100%;
    }

    .message .temp ul li {
        float: left;
        width: 45%;
        height: 135px;
        border-width: 1px 0 1px 1px;
        border: 1px solid #ececec;
        padding: 30px;
        margin: -1px 0 0 -1px;
        text-align: left;
        box-sizing: border-box;
        list-style: none;
    }
}

@media only screen and (max-width: 760px) {
    .content .box {
        display: none;
    }

    .message .temp ul li {
        display: none;
        width: 100%;
        height: 100px;
        padding: 20px;
    }

    .message .temp ul li:nth-child(1),
    .message .temp ul li:nth-child(3),
    .message .temp ul li:nth-child(4) {
        display: block;
    }

    .message .temp ul li i {
        width: 32px;
        height: 32px;
        margin-right: 19px;
    }

    .message .temp ul li h5 {
        margin-bottom: 5px;
        font-size: 15px;
        padding-top: 4px;
    }

    .message .temp ul li p {
        padding-left: 40px;
        font-size: 13px;
        margin-left: 5px;
    }

    .message {
        margin-top: 50px;
    }

    .advisory {
        width: 100%;
        padding: 20px 15px;
    }

    .advisory .title {
        text-align: center;
        font-size: 25px;
        color: rgb(109, 109, 109);
        margin-bottom: 10px;
    }

    .advisory .b-2 {
        padding: 15px;
        box-sizing: border-box;
    }

    .advisory .b-2 .name,
    .advisory .b-2 .phone {
        margin-right: 0;
        height: 35px;
        /* border-bottom: 1px solid rgb(158, 158, 158); */
        border: none;
        border-bottom: 1px solid rgb(158, 158, 158);
        margin-bottom: 15px;
        width: 100%;
    }

    .advisory .b-2 .txt1 {
        line-height: 25px;
        font-size: 12px;
        border: none;
        width: 100%;
    }

    .advisory .b-2 .txt2 {
        width: 100%;
        margin-top: 20px;
        height: 150px;
        padding: 0;
        resize: none;
        margin-bottom: 20px;
    }

    .advisory .b-2 .btn {
        width: 60px;
        height: 30px;
        font-size: 15px;
        border: none;
        float: right;
        margin: 0;
    }
}