@charset "UTF-8";
.third_banner {
    height: 300px;
    background: url(../images/second/second_pic1.png) no-repeat center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.third_banner h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 100px;
}

.products_third {
    padding: 0 0 80px 0;
    background-color: #e6eef7;
    box-sizing: border-box;
}

.products_third .location {
    text-align: left;
    line-height: 70px;
    font-size: 15px;
    color: #868686;
}

.products_third .location a {
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #868686 !important;
    line-height: 56px !important;
    font-size: 15px !important;
    margin-right: 0 !important;
    padding: 0 4px;
}

.products_third h3 {
    text-align: left;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    flex: 1;
}

.products_thirdBox {
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.products_thirdBox .left {
    width: 65%;
    display: inline-flex;
    background-color: #FFF;
    padding: 40px 25px 40px 40px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.products_thirdBox .left>div:first-of-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px #003078 solid;
    margin-bottom: 35px;
}

.products_thirdBox .left>div:first-of-type img {
    max-width: 100%;
    max-height: 240px;
}

.products_thirdBox .left>div:last-of-type {
    width: 100%;
}

.products_thirdBox .left>div:last-of-type h1 {
    font-size: 30px;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
}

.products_thirdBox .left>div:last-of-type h1:last-of-type {
    margin-bottom: 40px;
}

.products_thirdBox .left>div:last-of-type p {
    border-bottom: 1px dashed #cccccc;
    height: 55px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    width: calc((100% - 30px) / 2);
    margin-right: 24px;
}

.products_thirdBox .left>div:last-of-type p:nth-of-type(-n+2) {
    border-top: 1px dashed #cccccc;
}

.products_thirdBox .left>div:last-of-type p:nth-of-type(2n) {
    margin-right: 0;
}

.products_thirdBox .left>div:last-of-type p font {
    min-width: 15%;
    margin-right: 10px;
}

.products_thirdBox .left>div:last-of-type.newsContent {
    flex-wrap: wrap;
    border: 0;
    margin-bottom: 0;
    align-content: flex-start;
}

.products_thirdBox .left>div:last-of-type.newsContent h1 {
    color: #003078;
}

.products_thirdBox .left>div:last-of-type.newsContent p {
    width: 100%;
    border: 0;
    display: block;
    height: auto;
    margin-right: 0 !important;
    line-height: 35px;
}

.products_thirdBox .right {
    width: 35%;
    background-color: #f5f5f5;
    padding: 0 40px;
    box-sizing: border-box;
}

.products_thirdBox .right h1 {
    color: #d45b1c;
    font-size: 24px;
    line-height: 56px;
    margin-top: 28px;
}

.products_thirdBox .right input {
    border: 0;
    height: 50px;
    line-height: 50px !important;
    text-indent: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 17px;
    font-weight: normal !important;
    width: 100%;
}

.products_thirdBox .right textarea {
    border: none;
    border-bottom: 1px solid #dddddd;
    height: 150px;
    width: 100%;
    margin-bottom: 17px;
    padding: 5px 15px;
    box-sizing: border-box;
    height: 260px;
}

.products_thirdBox .right .submit {
    display: block;
    margin: 7px auto;
    width: 185px;
    background-color: #d45b1c;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
    .third_banner {
        display: none;
    }
    .products_third .location {
        line-height: 25px;
        padding: 10px 0px;
    }
    .products_third .location a {
        line-height: 25px !important;
    }
    .products_thirdBox {
        flex-wrap: wrap;
    }
    .products_thirdBox .left {
        width: 100%;
        padding: 15px;
    }
    .products_thirdBox .right {
        width: 100%;
    }
    .products_thirdBox .left>div:first-of-type {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .products_thirdBox .left>div:last-of-type h1 {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .products_thirdBox .left>div:last-of-type h1:last-of-type {
        margin-bottom: 18px;
    }
    .products_thirdBox .left>div:last-of-type p {
        width: 100%;
        margin-right: 0;
    }
    .products_thirdBox .right {
        padding: 0 15px;
    }
    .products_thirdBox .right h1 {
        margin-top: 0;
    }
    .products_third {
        padding-bottom: 25px;
    }
}