﻿*,h4,h5,h6{
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
header {
    background: #fff;
    position: sticky;
    z-index: 300;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(223, 225, 230);
}

.header_pack {
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 80px;
    padding: 15px 0;
}

    .logo img {
        max-height: 100%;
        display: block;
    }

    .logo a {
        display: block;
        height: 100%;
    }

.w_nav {
    display: flex;
}

    .w_nav > li {
        padding: 0 20px;
        position: relative;
    }

        .w_nav > li > a {
            display: block;
            font-size: 16px;
            line-height: 77px;
            border-bottom: 3px solid transparent;
            color: #666666;
        }

            .w_nav > li.active > a,
            .w_nav > li > a:hover {
                font-weight: bold;
                color: #090909;
                border-bottom-color: #090909;
            }

.er_nav {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #f1f1f1;
    padding: 5px 0;
    z-index: 5;
    display: none;
}

    .er_nav > li a {
        display: block;
        font-size: 16px;
        line-height: 32px;
        color: #333;
        text-align: center;
    }

        .er_nav > li a:hover {
            background: rgb(46, 111, 255);
            color: #fff;
        }

.header_phone {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .header_phone img {
        width: 20px;
        display: block;
    }

    .header_phone span {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        margin-left: 10px;
    }

@media (max-width: 1600px) {
    .header_phone {
        display: none;
    }
}

@media(max-width:1000px) {
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 5px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

        .w_nav > li > a {
            line-height: 32px;
        }


    .w_nav > li.active > a, .w_nav > li > a:hover {
        border-bottom: none;
    }
}
.partner {
    padding:90px 0 120px;
}
.public_title {
    text-align: center;
}
    .public_title h3 {
        font-size: 36px;
        line-height: 52px;
        color: #000000;
        text-transform:uppercase;
    }
    .public_title p {
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-top: 47px;
    }
.partner_list {
    margin:44px 0 0;
}
.partner_list_cont {
    margin:0 -15px 0;
    display:flex;
    flex-wrap:wrap;
}
.partner_list_cont li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
    .partner_list_cont a {
        display: block;
        padding: 40px 30px;
        background: #F5F8FB;
        height:100%;
    }
.partner_list_logo{
    width:180px;
    margin:0 auto;
}
.partner_list_text {
    text-align: center;
    margin-top:18px;
}
    .partner_list_text h4 {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }
    .partner_list_text p {
        font-size: 18px;
        line-height: 26px;
        color: #666666;
        margin-top:24px;
    }
footer {
    background: #81662F;
    padding:55px 0;
}
.footer_navlist {
    display:flex;
    align-items:flex-start;
}
.footer_navlist li {
    margin:0 15px;
}
    .footer_navlist li:first-child {
        margin-left:0;
    }
        .footer_navlist li:first-child a {
            font-size: 24px;
            line-height:35px;
            color: #FFFFFF;
        }
        .footer_navlist li a {
            display: block;
            font-size: 18px;
            line-height: 35px;
            color: rgba(255,255,255,.6);
        }
.footer_pack {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    margin-top:29px;
}
.footer_contact {
    width:80%;
}
    .footer_contact h4 {
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
        line-height:35px;
    }
.footer_contact_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255,255,255,.6);
}
.footer_contact_text p {
    width:64%;
    padding:5px 0;
}
    .footer_contact_text p:nth-child(2n) {
        width:34%;
    }

    .footer_code {
        width: 125px;
    }
.copyright {
    border-top: 1px solid rgba(255,255,255,.6);
    margin-top:60px;
    text-align:center;
    font-size:16px;
    line-height:24px;
    color:rgba(255,255,255,.6);
    padding-top:17px;
    display:flex;
    justify-content:center;
}
    .copyright a {
        color: rgba(255,255,255,.6);
    }
.stories {
    padding:91px 0 100px;
}
.stories_cont{
    margin-top:48px;
}
.stories_list li a {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding-bottom:50px;
    position:relative;
}
    .stories_list li:first-child a::before {
        display:none;
    }
    .stories_list li a::before {
        /*width: 1px;*/
        height: 100%;
        border-right: 1px dashed #CBCBCB;
        content: "";
        position: absolute;
        top: -95%;
        left: 11.5%;
    }
    .stories_list li a::after {
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #CBCBCB;
        position:absolute;
        top:10px;
        left:10.5%;
        background:#fff;
        z-index:2;
    }
    .numtime {
        width: 8%;
        font-size: 28px;
        line-height: 40px;
        color: #262626;
        text-align: right;
    }
.stories_list_pack {
    width:85%;
    display:flex;
    align-items:center;
}
.stories_list_img {
    width:35%;
}
.stories_list_cont {
    width:65%;
    padding-left:50px;
}
    .stories_list_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
    .stories_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        margin-top:19px;
    }
.stories_list li:hover img {
    transform:scale(1.1);
}
.stories_list li:hover a::after {
    border: 5px solid #81662F;
}
.stories_list li:hover .numtime {
    font-weight:bold;
    color:#81662F;
}
.join {
    padding:91px 0 120px;
}
.join_list {
    margin-top:47px;
}
    .join_list li {
        margin-bottom: 30px;
        background: #F5F8FB;
    }
.join_list_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 6px solid #81662F;
    padding:35px 50px;
}
.join_list_left{
    width:calc(100% - 200px);
}
    .join_list_left h4 {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }
    .join_list_left p {
        font-size: 16px;
        line-height: 22px;
        color: #626262;
        margin-top:17px;
    }
    .join_list_left p span {
        display:inline-block;
        margin: 0 15px;
    }
        .join_list_left p span:first-child {
            margin-left:0;
        }
.join_list_btn {
    width: 150px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #81662F;
    box-shadow: 0 5px 10px rgba(129, 102, 47, 0.3);
    border-radius:30px;
    cursor:pointer;
}
.join_list_cont {
    padding:30px 50px;
    font-size:16px;
    line-height:24px;
}
.join_list_desc {
    display:none;
}
.contact{
    padding:120px 0;
}
.contact_pack{
    display:flex;
    align-items:flex-start;
}
    .contact_pack>div {
        width:50%;
    }
    .contact_left {
        padding-right:8%;
    }
.contact_title h3 {
    font-size: 36px;
    line-height: 52px;
    color: rgb(0, 0, 0);
}
.contact_title p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top:18px;
}
.contact_form {
    margin-top:26px;
}
.contact_input {
    margin-bottom:13px;
}
    .contact_input p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        margin-bottom:9px;
    }
    .contact_input input {
        width: 100%;
        font-size: 16px;
        line-height: 41px;
        border: 1px solid rgb(222, 222, 222);
        padding:0 20px;
    }
    .contact_input textarea {
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
        border: 1px solid rgb(222, 222, 222);
        height:160px;
        resize:none;
    }
.contact_code {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(222, 222, 222);
}
.contact_code input {
    border:none;
    width:calc(100% - 130px);
}
.contact_code img {
    width:120px;
    height:35px;
    object-fit:cover;
}
.submit {
    width: 150px;
    line-height: 50px;
    background: rgb(129, 102, 47);
    border-radius:30px;
    text-align:center;
    font-size:16px;
    margin-top:30px;
    color:#fff;
    cursor:pointer;
}
.contact_right {
    padding: 40px 50px;
    background: rgb(129, 102, 47);
    height:100%;
}
.contact_right_title {
    font-size:36px;
    line-height:52px;
    color:#fff;
}
.contact_right_cont {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(214, 194, 154);
}
.contact_right_cont span {
    color:#fff;
}
.contact_link{
    margin-top:12px;
    display:flex;
}
.contact_link li {
    margin-right:20px;
}
    .contact_link li a {
        display:block;
    }
    .contact_link li img {
        max-width:28px;
    }
.map{
    margin-top:30px;
}
.about {
    padding:91px 0 144px;
}
.about_title p {
    margin-top: 17px;
    color: rgb(0, 0, 0);
}
.about_cont {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin-top:28px;
    text-align:center;
}
.lz-banner {
    margin:0;
}
.home_plate1{
    padding:100px 0 120px;
}
.home_plate1_pack{
    display:flex;
    align-items:center;
}
.home_plate1_left {
    width:58%;
    padding-right:8%;
}
.home_plate1_title{
    text-align:left;
}
.home_plate1_title p {
    font-weight:bold;
    color:#000;
    margin-top:17px;
}
.home_plate1_desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 28px;
    color: rgb(102, 102, 102);
}
.home_plate1_left a {
    display: block;
    width: 150px;
    line-height: 50px;
    border-radius: 25px;
    background: rgb(129, 102, 47);
    text-align: center;
    margin-top: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.home_plate1_img {
    width:42%;
}
.home_plate2 {
    padding: 90px 0 60px;
    background: rgb(245, 248, 251);
}
.home_plate2_list .partner_list_cont a {
    background:#fff;
}
.home_plate3 {
    padding:90px 0 120px;
}
.home_plate3_pack{
    margin-top:47px;
}
.home_plate3_list{
    display:flex;
    flex-wrap:wrap;
    margin:0 -22.5px;
}
.home_plate3_list li {
    width:33.333%;
    padding:0 22.5px;
    margin-bottom:45px;
}
    .home_plate3_list a {
        display: block;
        padding-bottom:28px;
        height:100%;
        border-bottom: 1px solid rgb(129, 102, 47);
    }
.home_plate3_text {
    padding: 28px 0 0;
}
    .home_plate3_text span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
    }
    .home_plate3_text h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        margin-top:18px;
    }
    .home_plate3_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        margin-top:14px;
    }
    .home_plate3_text samp {
        font-size: 16px;
        line-height: 24px;
        margin-top: 49px;
        display: block;
        font-family: '微软雅黑';
        color: rgb(135, 135, 135);
    }
.home_plate3_list a:hover img {
    transform:scale(1.1);
}
.home_plate3_list a:hover h4 {
    color:#81662F;
}
.home_plate3_pack > a {
    display: block;
    width: 150px;
    line-height: 48px;
    color: rgb(129, 102, 47);
    text-align:center;
    font-size:16px;
    margin:0 auto;
    border:1px solid #81662F;
    border-radius:30px;
}
@media(max-width:1000px) {
    .home_plate1 {
        padding:30px 0;
    }
    .home_plate1_pack {
        display:block;
    }
    .home_plate1_left{
        width:100%;
        padding:0 0 20px;
    }
    .home_plate1_img{
        width:100%;
    }
    .public_title h3 {
        font-size:25px;
        line-height:35px;
    }
    .home_plate1_title p,
    .about_title p,
    .public_title p {
        margin-top: 10px;
    }
    .home_plate2,
    .partner,
    .stories,
    .join {
        padding: 30px 0;
    }
    .partner_list_cont{
        margin:0;
    }
    .partner_list_cont li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .partner_list{
        margin-top:30px;
    }
    .partner_list_logo{
        width:100px;
    }
    .home_plate3,
    .about {
        padding: 30px 0;
    }
    .home_plate3_pack{
        margin-top:30px;
    }
    .home_plate3_list {
        margin:0;
    }
    .home_plate3_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .home_plate3_text samp{
        margin-top:25px;
    }
    footer{
        padding:20px 0;
    }
    .footer_navlist,
    .stories_list li a::after,
    .stories_list li a::before {
        display: none;
    }
    .footer_pack,
    .stories_list li a {
        display: block;
        margin-top: 0;
    }
    .numtime {
        width:100%;
        text-align:left;
    }
    .footer_contact,
    .stories_list_pack,
    .stories_list_img,
    .stories_list_cont {
        width: 100%;
    }
        .stories_list_cont{
            padding:20px 0 0;
        }
            .stories_list_cont h4{
                font-size:20px;
                line-height:30px;
            }
    .numtime,
    .contact_title h3,
    .contact_right_title {
        font-size: 24px;
        line-height: 34px;
    }
    .stories_cont {
        margin-top:30px;
    }
    .footer_contact h4 {
        font-size: 20px;
    }
    .footer_contact_text,
    .stories_list_pack {
        display: block;
        margin-top: 10px;
    }
        .footer_contact_text p,
        .footer_contact_text p:nth-child(2n) {
            width: 100%;
        }
    .copyright{
        margin-top:20px;
    }
    .footer_code{
        width:100px;
        margin:15px auto 0;
    }
    .stories_list li a{
        padding-bottom:20px;
    }
    .join_list {
        margin-top:30px;
    }
    .join_list_title{
        padding:15px 10px;
        display:block;
    }
    .join_list_left{
        width:100%;
    }
        .join_list_left p span{
            display:block;
            margin:0;
        }
    .join_list_btn{
        line-height:40px;
        margin-top:20px;
    }
    .join_list_cont{
        padding:20px 10px;
    }
    .contact{
        padding:30px 0;
    }
    .contact_pack{
        display:block;
    }
        .contact_pack > div{
            width:100%;
        }
    .contact_left{
        padding:0;
    }
    .contact_right{
        margin-top:20px;
        padding:20px 10px;
    }
}