@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    width: 100%;
    color: rgba(0, 0, 0, 0.85);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #535d66;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    color: #000;
    outline: none;
}

img {
    vertical-align: top;
    border: 0;
}

table {
    border-collapse: collapse;
}

html {
    font-family: "Microsoft YaHei";
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    border: 0;
    outline: line;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

;
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    resize: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea:-moz-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

:focus{
    outline: none;
}

.displayNone{
    display: none;
}
.opacity100{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-color {
    color: #1577FC;
}

.text-background {
    background: #1577FC;
}

.cursor {
    cursor: pointer;
}

.overflow-box {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noshow {
    display: none;
}

.noshow.active {
    display: block;
}

.novis{
    visibility: hidden;
}
.novis.active{
    visibility: visible;
}

/* Í·²¿ */
.w-header{
    height: 84px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.w-header .logo{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 155px;
    height: 36px;
}
.w-header .r-box{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
}
.w-header .r-box .box{
    width: 55px;
    height: 100%;
    position: relative;
}
.w-header .r-box .box:last-child::after{
    content: "";
    width: 1px;
    height: 19px;
    background: #EFE8E2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.w-header .r-box .box .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.w-header .w-search{
    width: 100%;
    position: absolute;
    bottom: -50px;
    height: 50px;
    background: #EEEEEE;
    z-index: 2;
}
.w-header .w-search .search-box{
    height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    right: 18px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #D5D5D5;
}
.w-header .w-search .search-box .icon{
    position: absolute;
    left: 16px;
    top: 10px;
}
.w-header .w-search .search-box .input{
    width: 80%;
    position: absolute;
    left: 50px;
    height: 100%;
    font-size: 16px;
}
.w-header .sider-menus-mark{
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 2;
    display: none;
}
.w-header .sider-menus{
    width: 66.6%;
    position: fixed;
    top: 84px;
    right: 0;
    bottom: 0;
    background: #676767;
    overflow-y: auto;
    z-index: 3;
    display: none;
}
.w-header .sider-menus .close{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.w-header .sider-menus .menus{
    padding: 46px 30px;
    font-size: 16px;
    color: #F4ECE5;
}
.w-header .sider-menus .menus a{
    color: #F4ECE5;
}
.w-header .sider-menus .menus .tabs{
    padding: 12px 8px;
    border-bottom: 1px solid #979797;
}
.w-header .sider-menus .menus .tabs .tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}
.w-header .sider-menus .menus .tabs .tab .title{
    font-size: 16px;
}
.w-header .sider-menus .menus .tabs .tab .icon{
    transition: all 0.3s linear;
}
.w-header .sider-menus .menus .tabs .child a{
    display: block;
    padding: 9px 0 9px 24px;
}

/* µ×²¿ */
.w-footer .tabs{
    width: 100%;
    height: 40px;
    background: #EFEFEF;
    display: flex;
    align-items: center;
}
.w-footer .tabs .tab{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #444444;
    position: relative;
}
.w-footer .content-box{
    padding: 25px 20px;
    display: flex;
    font-size: 14px;
    color: #444444;
}
.w-footer .content-box .text{
    width: 70%;
    margin-right: 5%;
}
.w-footer .content-box .code{
    width: 75px;
}
.w-footer .content-box .code img{
    width: 75px;
    height: 75px;
}
.w-footer .content-box .code .gz{
   padding-top: 6px; 
   text-align: center;
}

.mTop84{
    margin-top: 84px;
}
.w-container{
    padding: 0 15px;
}

.w-tabs{
    display: flex;
    align-items: center;
}
.w-tabs .tabs{
    width: 25%;
    height: 80px;
    background: #A97F60;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.w-tabs .tabs:nth-child(2) {
    background: #C29A7B;
}
.w-tabs .tabs:nth-child(3) {
    background: #D6AF93;
}
.w-tabs .tabs:nth-child(4) {
    background: #E5C6AE;
}
.w-tabs .tabs .text{
    color: #fff;
    font-size: 12px;
    padding-top: 8px;
}

.w-title{
    display: flex;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 22px;
}
.w-title .title{
    color: #a97f60;
    font-size: 18px;
	font-weight:700;
    padding-bottom: 2px;
    border-bottom: 3px solid #a97f60;
}
.w-title .eng{
    padding-left: 10px;
    font-size: 13px;
    color: #c5c5c5;
}
.s-tabs{
    display: flex;
    margin-bottom: 20px;
}
.s-tabs .tab{
    display: inline-block;
    font-size: 14px;
    color: #593F2B;
    width: 33.3%;
    height: 30px;
    line-height: 30px;
    background: #ECDBCE;
    text-align: center;
    box-sizing: border-box;
    border-right: 4px solid #fff;
}
.s-tabs .tab.active{
    color: #fff;
    background: #A97F60;
}

.new-content-boxs .new-boxs .box{
    padding-top: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
}
.new-content-boxs .new-boxs .box .bg{
    width: 100px;
    height: 69px;
    margin-right: 10px;
}
.new-content-boxs .new-boxs .box .content .title{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-content-boxs .new-boxs .box .content .time{
    color: #999;
    font-size: 12px;
}

.more-button{
    display: block;
    width: 226px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px auto 40px;
    background: #ECDBCE;
    border-radius: 1px;
}


.yw-content-boxs .yw-boxs .yw-box{
    padding: 16px 14px 0;
    background-color: #F7F7F7;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.yw-content-boxs .text{
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #3B3949;
}


.pro-content-boxs .pro-boxs .swiper-container1, .pro-content-boxs .pro-boxs .swiper-container2, .pro-content-boxs .pro-boxs .swiper-container3{
    width: 100%;
    height: 257px;
    position: relative;
    overflow: hidden;
}
.pro-content-boxs .pro-boxs .bg{
    width: 100%;
    height: 207px;
}
.pro-content-boxs .pro-boxs .title{
    padding-top: 12px;
    color: #444;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.swiper-button-prev, .swiper-button-next{
    position: absolute !important;
    width: 30px !important;
    height: 30px !important;
    background: rgba(236, 219, 206, .6) !important;
    top: 92px !important;
    z-index: 2 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.swiper-button-prev img, .swiper-button-next img{
    width: 24px;
}
.swiper-button-prev{
    left: -10px !important;
}
.swiper-button-next{
    right: -10px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none;
}

.y-bg{
    width: 100%;
    height: 176px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
}
.y-bg .title{
    font-size: 16.5px;
    padding-top: 54px;
    padding-bottom: 6px;
}
.y-bg .en{
    font-size: 12px;
}
.y-bg .tabs{
    height: 38px;
    padding: 0 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #C29A7B;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.y-bg .tabs p{
    padding-right: 10px;
}
.y-bg .tabs img{
    width: 16px;
}
.y-bg .tabs .list{
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -250px;
    overflow-y: auto;
    display: none;
}
.y-bg .tabs .list a{
    display: block;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #fff;
    background: #C29A7B;
    color: #fff;
}<!--ºÄÊ±1755556479.0394Ãë-->