*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-family: "hanyiqihei";
}
body{
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
}
.container{
    /* max-width: 1440px; */
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
header{
    width: 100%;
    height: 60px;
    /*background-color: rgba(215, 177, 128, 0.5);*/
    background-image: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.20) 100%);
    filter: blur(6);
    position: absolute;
    z-index: 9999;
}
header div{
    /* width: calc(100% - 160px); */
    max-width: calc(1440px - 160px);
    margin: 0 auto;
    height: 60px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}
header div .logo-box{
    height: 60px;
    width: auto;
}
header div .logo-box .logo-menu{
    display: none;
}
header div .logo-box .logo {
    margin-top: 17px;
    width: 150px;
    height: 26px;
    cursor: pointer;
}
header div .nav{
    list-style: none;
    flex-grow: 1;
}
header div .nav li{
    /* height: 60px; */
    margin-left: 30px;
    line-height: 60px;
    display: inline-block;
}
header div .nav li a{
    font-size: 14px;
    display: block;
    color: white;
    height: 40px;
}
header div .nav li a:hover{
    border-bottom: 1px solid white;
}
.tool-ul{
    list-style: none;
}
.tool-ul li{
    display: inline-block;
    margin-left: 30px;
}
.tool-img{
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 18px;
}
.search-box{
    display: flex;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(133, 83, 83, 0.2);
    transform: translateY(-7px);
}
.search-box input{
    display: block;
    width: calc(100% - 70px);
    height: 100%;
    outline: none;
    font-size: 14px;
    color: white;
    background-color: transparent;
    margin-left: 15px;
}
.search-box img {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(./../images/search.png);
    background-size: 100%;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.language a{
    color: white;
    font-size: 14px;
    display: inline-block;
    transform: translateY(-7px);
}
.language > img{
    width: 15px;
    height: 15px;
    transform: translateY(-5px);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
    opacity: 0.6;
    font-size: 14px;
}
.content-box{
    position: relative;
    /* width: calc(100% - 160px); */
    max-width: calc(1440px - 160px);
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    overflow: hidden;
}

#_banner{
    width: 100%;
    height: 363px;
    background-image: url("./../images/banner1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#_banner > .desc{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 120px;
}
#_banner > .desc > p{
    color: white;
    font-family: "tencent";
}
#_banner > .desc > p:nth-child(1) {
    font-size: 32px;
    font-weight: normal;
}
#_banner > .desc > p:nth-child(2) {
    font-size: 16px;
    margin-top: 15px;
}
.banner-info-box{
    width: 100%;
    height: 264px;
    background-color: white;
}
.banner-info{
    margin-top: 48px;
    width: calc(100% - 2px);
    height: 168px;
    border-left: 1px solid #C18E55;
    border-bottom: 1px dashed #C18E55;
    border-right: 1px dashed #C18E55;
    border-top: 1px dashed #C18E55;
}
.banner-info > div{
    width: calc(100% - 8px);
    height: 100%;
    border-left: 5px solid #C18E55;
    margin-left: 3px;
    display: flex;
}
.banner-info > div > p{
    font-family: "tencent";
}
.banner-info > div > p > span{
    color: #C18E55;
}
.banner-info > div > p:nth-child(1){
    width: 540px;
    height: 80px;
    /*background-color: red;*/
    font-size: 22px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 44px;
    margin-left: 40px;
}
.banner-info > div > p:nth-child(2){
    display: block;
    width: calc(100% - 540px - 80px - 40px);
    height: calc(100% - 64px);
    overflow: hidden;
    /*background-color: green;*/
    margin-left: 80px;
    font-size: 14px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 32px;
    margin-right: 40px;
}
.team-box{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.team-box > .title{
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    font-family: "tencent";
}
.team-box > .team-list{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.team-box > .team-list > .person-box{
    /*min-width: 230px;*/
    width: calc(20% - 30px);
    height: 328px;
    margin-right: 30px;
    margin-top: 30px;
    /*background-color: red;*/
    border-top: 1px solid #C18E55;
}
.team-box > .team-list > .person-box > div{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.team-box > .team-list > .person-box > div > .top{
    width: 100%;
    height: calc(227px - 32px);
    background-color: white;
    padding-top: 32px;
}
.team-box > .team-list > .person-box > div > .top > .name{
    width: calc(100% - 70px);
    margin: 0 auto;
    height: 26px;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 1px;
    text-align: left;
    line-height: 26px;
    font-family: "tencent";
}
.team-box > .team-list > .person-box > div > .top > .info{
    width: calc(100% - 70px);
    margin: 32px auto;
    height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 1px;
}
.team-box > .team-list > .person-box > div > .bottom{
    width: 100%;
    height: calc(100% - 227px);
    /*background-color: yellow;*/
}
.team-box > .team-list > .person-box > div > .bottom > img{
    width: 160px;
    height: 160px;
    position: relative;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

footer{
    width: 100%;
    height: 298px;
    background-color: #D7B180;
}
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
    font-family: "tencent";
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}footer{
     width: 100%;
     height: 298px;
     background-color: #D7B180;
 }
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}


/* 适配 Ipad Pro 及以下 */
@media screen and (max-width: 1366px) {
    header div .logo-box .logo-menu {
        display: block;
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }

    header div .logo-box .logo {
        margin-left: 15px;
        height: 24px;
        /* content: url(./../images/logo_yellow.png); */
        margin-top: 15px;
    }

    header div .logo-box {
        width: 100%;
        /* border-bottom: 1px solid #FDFDFD; */
    }

    header div {
        width: 100%;
        margin: 0;
        height: 60px;
        display: block;
        /* background-color: white; */
    }

    header div .nav {
        position: relative;
        z-index: 999;
        /* background-color: white; */
    }

    header div .nav li {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    header div .nav li a {
        color: black;
    }

    .search-box, .tool-ul {
        width: 100%;

    }

    header div .nav,
    header div .tool-ul{
        display: none;
    }

    .search-box {
        margin-top: 25px;
        display: flex;
        width: 85%;
        height: 40px;
        border-radius: 20px;
        background-color: rgba(199, 157, 110, 1);
        transform: translateY(-7px);
    }

    .search-box input {
        display: block;
        width: calc(100% - 70px);
        height: 100%;
        outline: none;
        font-size: 14px;
        color: white;
        background-color: transparent;
        margin-left: 15px;
    }
    .content-box{
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 0;
    }
    footer {
        height: 555px;
    }

    .footer-menu-box {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .footer-menu-box > .service,
    .footer-menu-box > .law {
        width: 50%;
        order: 2;
    }

    .footer-menu-box > .logo-box {
        order: 3;
    }

    .footer-menu-box > div {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid white;
        padding-bottom: 30px;
    }

    .footer-menu-box > div > a {
        margin-top: 10px;
    }

    .footer-menu-box > .logo-box,
    .footer-menu-box > .logo-box > .follow {
        border-bottom: none;
        text-align: center;
    }

    .site-copyright {
        display: none;
    }
    .banner-info-box{
        height: 100%;
        height: auto;
        padding-bottom: 60px;
    }
    .banner-info{
        height: 100%;
        border-left: 1px dashed #C18E55;
    }
    .banner-info > div{
        width: 100%;
        height: calc(100% - 48px);
        display: block;
        height: calc(100% - 64px);
        margin: 0;
        border-left: 0;
        margin-top: 5px;
        border-top: 5px solid #C18E55;
    }
    .banner-info > div > p:nth-child(1){
        width: 100%;
        min-height: 72px;
        font-size: 16px;
        text-align: center;
        line-height: 24px;
        margin: 0;
        margin-top: 30px;
    }
    .banner-info > div > p:nth-child(2){
        width: calc(100% - 20px);
        margin: 30px auto;
        height: auto;
        font-size: 14px;
        color: rgba(0,0,0,0.60);
        letter-spacing: 1px;
        line-height: 26px;
    }
    .team-box > .team-list > .person-box{
        /*min-width: 230px;*/
        width: calc(50% - 15px);
        height: 328px;
        margin-right:15px;
        /*background-color: red;*/
    }
    .team-box > .team-list > .person-box > div{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .team-box > .team-list > .person-box  > div > .top > .name{
        font-size: 14px;
        margin-top: 0px;
        width: calc(100% - 30px);
    }
    .team-box > .team-list > .person-box  > div > .top > .info{
        width: calc(100% - 30px);
        margin-top: 0;
    }
    .team-box > .team-list > .person-box  > div > .top > .info > span{
        font-size: 14px;
    }
    .team-box > .team-list > .person-box  > div > .bottom{
        width: 100%;
    }
    .team-box > .team-list > .person-box  > div > .bottom > img{
        width: 140px;
        height: 140px;
    }
}