.banner {
    position: relative;
    margin-top: 100px;
    width: 100%;
    /* height: 800px; */
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .desc {
    position: absolute;
    top: 26%;
    left: 8%;
}

.banner .desc .titleE {
    font-size: 72px;
    font-family: 'objectivitybold';
    width: 980px;
}

.banner .desc .title {
    font-size: 44px;
    margin-top: 150px;
    position: relative;
}

/* .banner .desc .title::after {
    content: '';
    position: absolute;
    width: 56px;
    height: 6px;
    background: #fff;
    bottom: -30px;
    left: 0;
} */

.banner .desc .text {
    width: 80vw;
    margin-top: 60px;
    font-size: 30px;
}

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 160px;
    display: flex;
    justify-content: space-between;
}

.nav .location {
    color: #999;
    display: flex;
    align-items: center;
}

.nav .location a {
    color: #999;
    margin: 0 10px;
    cursor: pointer;
}

.nav .location span:nth-child(1) {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #0c9e0d;
    border-radius: 50%;
    margin-right: 10px;
}

.nav .location .active {
    color: #000;
}

.nav .type {
    display: flex;
}

.nav .type .type_item {
    color: #999;
    margin-left: 60px;
    cursor: pointer;
}

.nav .type .active {
    color: #000;
}

.contact_info {
    background: url("../images/contact_bg01.png") no-repeat;
    padding: 90px 160px;
    box-sizing: border-box;
}

.contact_info .titleE {
    color: #0c9e0d;
    font-size: 52px;
    font-family: 'objectivitybold';
}

.contact_info .title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 60px;
}

.contact_info .info_item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.contact_info .info_item>div {
    margin-left: 30px;

}

.contact_info .info_item>div div:nth-child(1) {
    font-size: 18px;
    color: #333;
}

.contact_info .info_item>div div:nth-child(2) {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}

.scenic {
    background: #fff;
    padding: 90px 160px;
    box-sizing: border-box;
}

.scenic .titleE {
    color: #0c9e0d;
    font-size: 52px;
    font-family: 'objectivitybold';
}

.scenic .title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 60px;
}

.scenic .scenic_list .scenic_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 27vw;
    margin-bottom: 20px;

}

.scenic .scenic_list .scenic_item .left {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.scenic .scenic_list .scenic_item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.scenic .scenic_list .scenic_item .right {
    width: 50%;
    height: 100%;
    padding: 70px 0 0 70px;
    box-sizing: border-box;

}

.scenic .scenic_list .scenic_item .right .titles {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.scenic .scenic_list .scenic_item .right .desc {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin-top: 30px;
}

.scenic .scenic_list .scenic_item:nth-child(2n) .left {
    order: 2;
}

.scenic .scenic_list .scenic_item:nth-child(2n) .right {
    padding: 70px 70px 0 0;
    box-sizing: border-box;
}

.scenic .scenic_list .scenic_item:hover .left img {
    transform: scale(1.08);
}

.scenic .scenic_list .scenic_item:hover .right .titles {
    color: #0c9e0d;
}

.message {
    background: url("../images/message_bg1.png") no-repeat;
    padding: 90px 160px;
    box-sizing: border-box;
    background-size: cover;
    display: none;
}

.message .titleE {
    color: #0c9e0d;
    font-size: 52px;
    font-family: 'objectivitybold';
}

.message .title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}

.message .desc {
    font-size: 16px;
    color: #666;
}

.input_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    margin-top: 50px;

}

.input_box .item {
    height: 76px;
    line-height: 76px;
    background: #fff;
    border-radius: 8px;
    padding-left: 30px;
}

.input_box .item span {
    color: #222222;
}

.input_box .item input {
    border: none;
    margin-left: 30px;
    width: 80%;
    height: 95%;
    background: #fff;
    outline: none;
    font-size: 16px;
}
.input_box .item1 {
    height: 76px;
    line-height: 76px;
    background: #fff;
    border-radius: 8px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.input_box .item1 span{
    width: 49px;
}
.input_box .item1 .code{
    flex: 1;
    height: 76px;
    line-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input_box .item1 .code .captcha{
    margin-top: 30px;
}
.input_box .item1 input{
    flex: 1;
    border: none;
    margin-left: 18px;
    height: 95%;
    width: 25vw;
    background: #fff;
    outline: none;
    font-size: 16px;
}
.input_box .item1 span {
    color: #222222;
}



.textarea {
    background: #fff;
    margin-top: 30px;
    border-radius: 8px;
    padding-left: 30px;
    padding-top: 30px;
    box-sizing: border-box;

}

.textarea textarea {
    border: none;
    width: 90%;
    height: 280px;
    background: #fff;
    outline: none;
    font-size: 16px;
    margin-top: 30px;
}

.textarea div {
    color: #222222;

}

.submit {
    width: 220px;
    height: 66px;
    background: #faa306;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    border-radius: 33px;
}

.actives {
    display: block;
}

.none {
    display: none;
}

@media screen and (max-width:800px) {
    .banner {
        height: 180px;
        margin-top: 80px;
    }
    .input_box .item {
        height: 76px;
        width: 90vw;
        line-height: 76px;
        background: #fff;
        border-radius: 8px;
        padding-left: 16px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .banner .desc .title {
        font-size: 20px;
        margin-top: 10px;
    }

    .banner .desc .text {
        margin-top: 20px;
        font-size: 14px;
        width:100%;
    }

    /* .banner .desc .title::after {
        width: 26px;
        height: 3px;
        background: #fff;
        bottom: -10px;
    } */

    .banner .desc .titleE {
        width: 300px;
    }

    .nav {
        padding: 0 20px;
    }

    .nav .location {
        display: none;
    }

    .nav .type .type_item {
        margin-left: 0px;
        margin-right: 20px;
    }

    .contact_info {
        padding: 40px 20px !important;
    }

    .contact_info .title {
        font-size: 20px;
        padding-top:2px;
    }

    .contact_info .info_item img {
        width: 30px;
        height: 30px;
    }

    .contact_info .info_item>div div:nth-child(2) {
        font-size: 16px;
        margin-top: 10px;
        line-height: 24px;
    }

    .contact_info .info_item>div div:nth-child(1) {
        font-size: 14px;
    }

    .contact_info .info_item>div {
        margin-left: 20px;
        flex:1;
    }

    .scenic {
        padding: 40px 20px;
    }

    .scenic .title {
        font-size: 20px;
        margin-bottom:30px;
        padding-top:2px;
    }

    .scenic .scenic_list .scenic_item .right {
        padding: 20px 0 0 20px;
    }

    .scenic .scenic_list .scenic_item .right .titles {
        font-size: 18px;
    }

    .scenic .scenic_list .scenic_item .right .desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        display: -webkit-box;
        display: box;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .scenic .scenic_list .scenic_item {
        height: 200px;
    }

    .scenic .scenic_list .scenic_item:nth-child(2n) .right {
        padding: 20px 20px 0 0;
    }

    .message {
        padding: 40px 20px;
    }

    .message .title {
        font-size: 20px;
    }

    .input_box .item input {
        width: inherit;
        font-size: 14px;
    }
    .message .desc{
        line-height: 20px;
    }
    .input_box .item span{
        display: inline-block;
        width:106px;
    }
    .input_box .item1 .code{
        display: block;
        height:inherit;
    }
    .input_box .item1 input{
        margin-left: 0px;
        font-size: 14px;
        width:95%;
    }
    .input_box .item1{
        display: flow;
        height: inherit;
        padding-left: 18px;
    }
    .input_box .item1 span{
        font-size: 14px;
    }
}