@import "//at.alicdn.com/t/c/font_5099936_7igor6h1xt7.css";

* {margin: 0;padding: 0;box-sizing: border-box;}
body {width: 100%;min-width:320px;margin: 0 auto;font: 14px/1.5 '微软雅黑';color: #333;overflow-x: hidden;font-family:"Roboto Slab", "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;background: #fff;}

li {list-style: none;}
a {text-decoration: none;color: #333;}
a:hover {color: #333;}
i {font-style: normal;}
button, input, textarea, hr {border: none;outline: none;}
.clear {clear: both;}
table {border-collapse: collapse;max-width: 100%;}
table td {border-collapse: collapse;}
select{outline: unset;}
input:focus ,button{outline: none;}
iframe{width:100%;height: 100%;}
img{border:none;}
.clear{
    clear: both;
}

.btn_a{
    width:auto;
    background-color: #D3A86A;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    background-image: -webkit-linear-gradient(45deg, #b08548 50%, transparent 50%);
    background-image: linear-gradient(45deg, #b08548 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-decoration: none !important;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-family: "Montserrat";
    cursor: pointer;
}
.btn_a:hover{
    transition: all 1s ease;
    background-position: 0;
    color:#fff;
}
@media screen and (max-width: 1024px) {
    .item_text_content_a a{
        font-size:13px;
        line-height: 1.8;
    }
}


@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Unna";
    src: url("../fonts/Unna-Bold.woff2") format("woff2"), url("../fonts/Unna-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Unna";
    src: url("../fonts/Unna-Italic.woff2") format("woff2"), url("../fonts/Unna-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Unna";
    src: url("../fonts/Unna-BoldItalic.woff2") format("woff2"), url("../fonts/Unna-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Unna";
    src: url("../fonts/Unna-Regular.woff2") format("woff2"), url("../fonts/Unna-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}


body::-webkit-scrollbar{
    display: none;
    width:5px;
    height:5px;
    background-color: rgba(0,0,0,.8);
}
body::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,.8);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.5);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,.4);
}
body::-webkit-scrollbar-corner{
    background: rgba(0,0,0,.5);
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.body_header{
    width:100%;
    position: sticky;
    top:0;
    left:0;
    right:0;
    z-index:10;
}
.header{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 80px;
    background: #0C0C30;
}
.header .header_left,.header .header_right{
    width:33%;
}
.header .header_center{
    width: 34%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header_center a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 0;
}
.header .header_center a img{
    max-width: 250px;
    max-height: 60px;
    width: 100%;
    display: block;
}
@media screen and (max-width: 750px) {
    .header .header_center{
        width: 50%;
        padding-left:20px;
    }
}
.header .header_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}
.header .header_right .header_right_list{
    width: auto;
    font-size:13px;
    padding:0 15px;
    color:#fff;
    font-weight: 600;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header_right_list_select{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header_right .header_right_list:last-child{
    padding-right: 0;
}
.header .header_right .header_right_list a{
    color:#fff;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.header .header_right .header_right_list a i.wdm{
    font-weight: 500;
    margin-left:5px;
}
.header_right_list_sub{
    position: absolute;
    top:100%;
    right:0;
    text-align: left;
    width: 100%;
    display: none;
}
.header .header_right .header_right_list .header_right_list_sub a {
    justify-content: flex-start;
}
.header .header_right .header_right_list .header_right_list_select:hover .header_right_list_sub{
    display: block;
}
.header_right_nav{
    /*width:100%;*/
    padding-left:15px;
    display: none;
}
.header_right_nav_text{
    display: flex;
    padding: 0 10px;
    font-size: 13px;
    background-color: #D3A86A;
    margin-left: 15px;
    align-items: center;
    color:#fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    white-space: nowrap;
}
.header_right_nav_text .wdm{
    font-size:16px;
    margin-right: 5px;
}

@media screen and (max-width: 750px) {
    .header{
        justify-content: space-between;
    }
    .header .header_center{
        width:50%;
    }
    .header .header_left{
        display: none;
    }
    .header .header_right .header_right_list.header_right_list_contract{
        display: none;
    }
    .header .header_center a{
        justify-content: flex-start;
    }
    .header_right_nav{
        display: block;
    }
}
.nav{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:13px;
    line-height: 40px;
    color:#404040;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.nav .nav_list{
    position: relative;
}
.nav .nav_list .nav_list_a{
    padding:0 15px;
    font-size:13px;
    color:#404040;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.nav .nav_list .nav_list_a:hover{
    color:#D3A86A;
}
.nav_list_sub{
    min-width: 100%;
    position: absolute;
    top:100%;
    left:15px;
    z-index:9;
    display: none;
}
.nav_list_sub i.wdm{
    width:14px;
    height: 12px;
    line-height: 12px;
    font-size:16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color:#fff;
    margin-left:15px;
}
.nav_list_sub_main{
    width:300px;
    background: #fff;
    padding:15px 0;
    border-radius: 10px;
    display: block;
}
.nav_list_sub_main a{
    width: 100%;
    white-space: nowrap;
    display: block;
    line-height: 28px;
    color:#404040;
    padding:0 15px;
    font-size:13px;
}
.nav_list_sub_main a:hover{
    color:#D3A86A;
}

.nav .nav_list .nav_list_a .wdm{
    display: none;
}
.nav_list_contract{
    display: none;
}
@media screen and (max-width: 750px) {
    .nav{
        width: 100%;
        /*height: calc(100vh - 80px);*/
        position: fixed;
        top:80px;
        left:100vw;
        bottom: 0;
        background: #0C0C30;
        z-index:9;
        display: block;
        padding:20px 0;
        transition: .3s;
    }
    .nav.on{
        left:0;
    }
    .nav .nav_list{
        width: 100%;
        display: block;
    }
    .nav .nav_list .nav_list_a{
        font-size: 20px;
        line-height: 30px;
        padding:8px 20px;
        color:#fff;
    }
    .nav .nav_list .nav_list_a .wdm{
        display: block;
    }
    .nav .nav_list .nav_list_sub{
        position: relative;
        left:0;
    }
    .nav_list_sub i.wdm{
        display: none;
    }
    .nav_list_sub_main{
        background: unset;
        width: 100%;
        padding:0;
    }
    .nav .nav_list .nav_list_sub_main a{
        font-weight: normal;
        font-size:14px;
        line-height: 1.5;
        color:#fff;
        padding:5px 20px;
    }
    .nav_list_contract{
        display: block;
    }
}
.main{
    width:100%;
    max-width: 1360px;
    padding:0 20px;
    margin:0 auto;
}

.footer{
    width:100%;
    background-color: #F7F5F2;
    font-size: 13px;
    line-height: 1.5em;
}
.footer_logo{
    width: 100%;
    padding:40px 0;
}
.footer_logo a{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer_logo a img{
    width: 100%;
    max-width: 500px;
    display: block;
    object-fit: contain;
}
@media screen and (max-width: 750px) {
    .footer_logo a img{
        max-width: 300px;
    }
}
.footer_nav{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.footer_nav_item{
    width: 25%;
    display: block;
    margin-bottom: 18px;
}
.footer_nav .footer_nav_item:last-child{
    width: 50%;
}
.footer_nav_item .footer_nav_item_dt{
    width:100%;
    display: block;
    font-size:24px;
    line-height: 1.1;
    color:#404040;
    margin-bottom: 20px;
    font-family: "Unna";
    font-style: italic;
}
.footer_nav .footer_nav_item ul{
    width: 100%;
    display: block;
}
.footer_nav .footer_nav_item ul li{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
    font-family: "Montserrat";
    font-weight: normal;
}
.footer_nav .footer_nav_item ul li a{
    color:#404047;
    font-size:13px;
    line-height: 1.5;
}
.footer_nav .footer_nav_item ul li a:hover{
    color:#D3A86A;
}
.footer_nav .footer_nav_item ul li p{
    width: 140px;
    min-width: 140px;
    font-weight: 600;
    white-space: nowrap;
    font-size:13px;
    line-height: 1.5;
    font-family: "Montserrat";
}
.footer_nav .footer_nav_item ul li span a{
    word-break: break-word;
}
@media screen and (max-width: 1100px) {
    .footer_nav{
        padding-bottom: 0;
    }
    .footer .main{
        max-width: 760px;
    }
    .footer_nav_item{
        width: 50%;
        margin-bottom: 40px;
    }
    .footer_nav .footer_nav_item:last-child{
        width: 100%;
    }
}
.footer_note{
    width:100%;
    display: block;
    padding: 40px 0;
    border-top: 1px solid #CCC1B6;
}
.footer_note_title{
    width:100%;
    font-style: italic;
    font-family: 'Unna';
    font-size:24px;
    margin-bottom: 20px;
    color:#404047;
}
.footer_note p{
    width: 100%;
    font-size:13px;
    line-height: 1.5;
    color:#404047;
    margin-bottom: 20px;
}
.footer_note p a{
    text-decoration: underline;
}
.left_popup{
    position: fixed;
    z-index: 10;
    left: -68px;
    top: calc(50% - 10px);
    transform: rotate(-90deg);
}