@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#D5B161; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.middle{vertical-align:middle; margin-top:-3px; margin-right:5px;}
.ds_il{max-width:100%; height:auto; display:inline-block;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}
@media only screen and (max-width:640px){
div{max-height:999999999999999999999px;}
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:640px){
    html.on{width:100%; height:100vh; overflow:hidden;}
}
@media only screen and (max-width:1024px){
    .sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:999; display:none;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;}
@media only screen and (max-width:1024px){
    body.on{transform:translateX(-60%);
        -webkit-transform:translateX(-60%);
        -moz-transform:translateX(-60%);
        -ms-transform:translateX(-60%);
        -o-transform:translateX(-60%);}
}

.header{width:100%; background:rgba(255,255,255,1);box-shadow:0 0 15px rgba(0,0,0,.1); position:fixed; top:0; left:0; z-index:9999;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.header .logo{width:236px; display:inline-block; position:relative;}
.header .logo img{width:100%; height:auto; display:block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.header .an{position:absolute; top:50%; margin-top:-12px; right:20px; height:22px; width:32px; display:none;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
    transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);}
.header .nav{display:inline-block;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:50px; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:16px; color:#333333; line-height:90px;}
.header.hd_sy .nav .y_j a{color:#333333;}
.header.on .nav .y_j a{color:#555;}
.header.hd_sy:hover .nav .y_j a{color:#555;}
.header .nav ul li:hover .y_j a{color:#D5B161;}
.header .nav ul li.on .y_j a{color:#D5B161;}
.header.hd_sy .nav ul li:hover .y_j a{color:#D5B161;}
.header.hd_sy .nav ul li.on .y_j a{color:#D5B161;}
.header .nav ul li:after{content: " ";height: 2px;background: #D5B161;width: 0px;display: block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.header .nav ul li.on:after{content: " ";height: 2px;background: #D5B161;width: 100%;display: block;}
.header .nav ul li:hover:after{width: 100%;}
.header.on .nav ul li:hover .y_j a{color:#D5B161;}
.header.on .nav ul li.on .y_j a{color:#D5B161;}
.header.hd_sy:hover .nav ul li:hover .y_j a{color:#D5B161;}
.header.hd_sy:hover .nav ul li.on .y_j a{color:#D5B161;}
.header .nav .e_j{width:150px; padding:10px 0; box-shadow:0 0 15px rgba(0,0,0,.04); background-color:#fff;  position:absolute; top:92px; left:50%; margin-left:-75px; opacity:0; visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
    transition:all .2s;
    -o-transition:all .2s;
    -ms-transition:all .2s;
    -moz-transition:all .2s;
    -webkit-transition:all .2s;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);}
.header .nav .f_l{margin:6px 0;}
.header .nav .f_l a{font-size:14px; line-height:32px; color:#999; text-align:center; display:block; position:relative;}
.header .nav .f_l a:hover{color:#D5B161;}
.header .nav .s_b{display:none;}
.header .nav .f_h{display:none;}
.header .nav .tb_dh{background: #D5B161;display: flex;align-items: center;justify-content: space-between;padding: 6px 16px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;color: #FFFFFF;font-size: 16px;font-weight: bold;}
.header .nav .tb_dh i{margin-right: 10px;}
@media only screen and (max-width:1199px){
    .header .nav .tb_dh{justify-content: center;margin-top: 26px;}
}
@media only screen and (max-width:1024px){
    .header.hd_sy{border-bottom:0; background-color:#fff;}
    .header .logo{margin:10px 0px 10px 10px;}
    .header .an{display:block;}
    .header .sc_nr{display:none;}
    .header.hd_sy .s_y a{color:#333; line-height:60px;}
    .header .nav{width:70%; height:calc(100% - 80px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-70%; z-index:9999; overflow:auto;
        transition:all .5s;
        -o-transition:all .5s;
        -ms-transition:all .5s;
        -moz-transition:all .5s;
        -webkit-transition:all .5s;}
    .header .nav.on{right:0;}
    .header .nav ul{width:100%; float:none; display:block;}
    .header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #eee; float:none; padding:0; margin:0;}
    .header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:99;}
    .header .nav .y_j a{font-size:15px; color:#333; line-height:56px;}
    .header .nav .y_j a:hover{color:#333;}
    .header.hd_sy .nav .y_j a{color:#333;}
    .header .nav ul li:hover .y_j a{color:#333;}
    .header .nav ul li.on .y_j a{color:#333;}
    .header.hd_sy .nav ul li:hover .y_j a{color:#333;}
    .header.hd_sy .nav ul li.on .y_j a{color:#333;}
    .header.hd_sy:hover .nav ul li:hover .y_j a{color:#333;}
    .header.hd_sy:hover .nav ul li.on .y_j a{color:#333;}
    .header .nav .container{justify-content:normal;}
    .header .nav .e_j{width:70%; height:calc(100% - 80px); padding:10px 5% 20px; border:0; box-shadow:none; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; right:-70%; z-index:9999; overflow:auto; opacity:1; display:block; visibility:inherit;
        transition:all .5s;
        -o-transition:all .5s;
        -ms-transition:all .5s;
        -moz-transition:all .5s;
        -webkit-transition:all .5s;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;}
    .header .nav .e_j.on{right:0;}
    .header .nav .e_j:after{display:none;}
    .header .nav .ej_nr{padding:0; border-top:0; box-shadow:none; background:none;}
    .header .nav .ej_nr .container{padding:0;}
    .header .nav .ej_nr .row{margin:0;}
    .header .nav .g_b{display:none;}
    .header .nav .f_l{width:100%; padding:0; margin:0;}
    .header .nav .f_l a{font-size:14px; line-height:50px; color:#555; text-align:left; border-bottom:1px solid #eee;}
    .header .nav .f_l a:hover{color:#555;}
    .header .nav .s_b{display:block; line-height:30px; margin-top:20px;}
    .header .nav .s_b i{font-size:16px; font-weight:bold;}
}


@media only screen and (max-width:640px){
    .header{background: #FFFFFF;}
    .header .logo {
        width: 180px;
        margin: 10px 0px;
    }
    .header .nav{height:calc(100% - 65px);}
    .header .nav .e_j{height:calc(100% - 65px);}
    .header .an span{background: #333;}
    .header .yy_qh{width:100%; height:auto; margin-top:1.5rem;}
    .header .yy_qh span.x_z{display:none;}
    .header .yy_qh .x_l span{line-height:46px; padding-left:46px;}
    .header .yy_qh .x_l span.z_w{background-size:38px;}
    .header .yy_qh .x_l span.y_w{background-size:38px;}
    .header .yy_qh .x_l{width:100%; padding:0; background:none; box-shadow:none; position:relative; top:auto; left:auto; margin-left:0; opacity:1; visibility:inherit;
        transform:none;
        -webkit-transform:none;}
    .header .yy_qh:hover .x_l{opacity:1; visibility:inherit;
        transform:none;
        -webkit-transform:none;}
    .header .yy_qh .x_l a{display:inline-block; margin-right:10px;font-size: 13px;}
    .header .nav ul li.on:after {
        display: none;
    }
    .header.hd_sy:hover .nav ul li.on .y_j a {
        color: #D5B161;
    }
}
@media only screen and (max-width:320px){
    .header .an{right:15px;}
}

.head_h{width:100%; height:92px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:1024px){
    .head_h{height:65px;}
}
@media only screen and (max-width:640px){
    .head_h{height:65px;}
}

.pc_ban{width:100%; height:638px; position:relative; overflow:hidden;}
.pc_ban:after{width:100%; height:20%; position:absolute; top:0; left:0; content:""; z-index:9;}
.pc_ban .swiper-slide{background-repeat:no-repeat; background-position:center; background-size:cover;}
.pc_ban .swiper-button-prev{width:46px; height:46px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/ban_l.png) no-repeat center / 36px 36px; left:0; top:50%; margin-top:-23px; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:5%; opacity:1;}
.pc_ban:hover .swiper-button-prev:hover{background-color:#D5B161; opacity:.8;}
.pc_ban .swiper-button-next{width:46px; height:46px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/ban_r.png) no-repeat center / 36px 36px; right:0; top:50%; margin-top:-23px; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:5%; opacity:1;}
.pc_ban:hover .swiper-button-next:hover{background-color:#D5B161; opacity:.8;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#C6C9CA; opacity:.6; margin:0 5px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:36px; opacity:1;background: #FFFFFF;}
.pc_ban .container{position:absolute;
    top:50%;
    left: 50%;
    z-index:99;
    color:#fff;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);}
.pc_ban .bn_wz .w_z{font-size: 56px;font-weight:bold;margin-bottom: 30px;font-style: italic;}
.pc_ban .bn_wz .m_s{font-size: 26px;
    letter-spacing:3px;
    background: #D5B161;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 26px;
    max-width: 34%;
    text-align: center;
}
@media only screen and (max-width:1430px){
    .pc_ban .bn_wz .m_s{
        max-width: 40%;
    }
}
@media only screen and (max-width:1024px){
    .pc_ban{height:420px;}
    .pc_ban .bn_wz .w_z {
        font-size: 40px;
        margin-bottom: 26px;
    }
    .pc_ban .bn_wz .m_s{
        font-size: 24px;
    }
}
@media only screen and (max-width:768px){
    .pc_ban{height:400px;}
    .pc_ban .bn_wz .w_z {
        font-size: 36px;
    }
    .pc_ban .bn_wz .m_s {
        font-size: 18px;
    }
}
@media only screen and (max-width:640px){
.pc_ban{height:200px;}
.pc_ban:after{display:none;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .bn_wz{font-size:2rem; font-weight:bold; letter-spacing:2px; line-height:3rem;}
    .pc_ban .swiper-pagination-bullet {
        width: 7px;
        height: 6px;
    }
    .pc_ban .swiper-pagination-bullet-active{
        width: 20px;
    }
    .pc_ban .swiper-pagination {
        bottom:10px;
    }
    .pc_ban .bn_wz .w_z {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .pc_ban .bn_wz .m_s {
        font-size: 12px;
        line-height: 24px;
        max-width: 56%;
        padding: 6px 10px;
        letter-spacing: 1px;
    }
    .pc_ban .bn_wz .m_s i{display: none;}
    .pc_ban .bn_wz .b_k {
        margin-top: 20px;
        width: 170px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}
@media only screen and (max-width:375px){
    .pc_ban{height:180px;}
    .pc_ban .bn_wz .m_s {
    max-width: 57%;
    padding: 6px;
   }
}

.sy_bn{width: 100%;position: relative;}
.sy_fd{width: 100%;overflow: hidden;position: absolute;bottom: -120px;z-index: 999;}
.sy_sz{width: 100%;overflow: hidden;padding: 16px 0px;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #FFFFFF;}
.sy_sz .n_r{position: relative;width: 100%;}
.sy_sz .n_r .b_t{color: #333333;font-size: 46px;font-weight: bold;text-align: center;display: flex;justify-content: center;}
.sy_sz .n_r .m_s{text-align: center;color: #999999;font-size: 16px;line-height: 26px;}
.sy_sz .n_r:after{display: block;content: " ";width: 2px;height: 50px;background: #DBE3EB;position: absolute;right: 0px;top: 50%;transform:translateY(-50%);}
.sy_sz .col-lg-3:last-child .n_r:after{display: none;}
.sy_gd{background: #F5F7F9;padding: 16px;box-shadow: 0 0 20px rgba(0,0,0,.1);}
.sy_gd .n_r{display: flex;align-items: center;}
.sy_gd .n_r .w_z{color: #333333;font-size: 18px;font-weight: bold;font-style: italic;}
.sy_gd .n_r .g_d{ margin-left: 16px;}
.sy_gd .n_r .g_d li{color: #333333;font-size: 16px;}
@media only screen and (max-width:1100px){
    .sy_sz .n_r .b_t {
        font-size: 26px;
    }
    .sy_sz .n_r .m_s {
        font-size: 12px;
        line-height: 20px;
    }
    .sy_gd .n_r .w_z {
        font-size: 14px;
    }
    .sy_gd .n_r .g_d li{font-size: 12px;}
    .sy_fd{bottom: -90px;}
}
@media only screen and (max-width:768px){
    .sy_sz .n_r .b_t {
        font-size: 22px;
    }
    .sy_sz .n_r:after {
        width: 1px;
        height: 30px;
    }
    .sy_gd{padding: 10px;}
    .sy_gd .n_r .g_d {
        margin-left: 6px;
    }
}
@media only screen and (max-width:640px){
    .sy_fd{position: relative;bottom: auto;padding: 30px 0px;}
    .sy_sz{margin-bottom: 10px;box-shadow: 0 0 20px rgba(0,0,0,.05);}
    .sy_sz .n_r:after{display: none;}
    .sy_sz .n_r{
        margin-bottom: 20px;
    }
    .sy_sz .col-lg-3:nth-child(3) .n_r{margin-bottom: 0px;}
    .sy_sz .col-lg-3:nth-child(4) .n_r{margin-bottom: 0px;}
    .sy_gd .n_r{flex-wrap: wrap;}
    .sy_gd .n_r.gn{padding-bottom: 10px;}
    .sy_gd .n_r .w_z{width: 100%;padding-bottom: 10px;}
    .sy_gd .n_r .g_d{width: 100%;}
    .sy_gd{box-shadow: 0 0 20px rgba(0,0,0,.05);}
}



.sy_bt{margin-bottom: 46px;text-align: center;}
.sy_bt .b_t{color: #333333;font-size: 38px;font-weight: bold;margin-bottom: 10px;letter-spacing: 1px;}
.sy_bt .b_t.on{text-align: left;}
.sy_bt .b_t i{color: #D5B161;}
.sy_bt .m_s{color: #999999;font-size: 16px;}
.sy_bt.on .b_t{color: #FFFFFF;text-align: left;}
.sy_bt.on .b_t i{color: #FFFFFF;}
.sy_bt.on .m_s{color: #FFFFFF;}
@media only screen and (max-width:1100px){
    .sy_bt{margin-bottom: 36px;}
    .sy_bt .b_t{font-size: 24px;}
    .sy_bt .m_s{font-size: 14px;}
}


.sy_xx{width: 100%;padding: 180px 0px 30px 0px;overflow: hidden;}
.sy_xx .sx_nr .hd{margin-bottom: 36px;}
.sy_xx .sx_nr .hd ul{display: flex;align-items: center;justify-content: center;}
.sy_xx .sx_nr .hd ul li{margin: 0px 16px;width: 160px;height: 48px;text-align: center;line-height: 48px;border: solid 2px #FFFFFF;font-size: 20px;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;color: #FFFFFF;}
.sy_xx .sx_nr .hd ul li.on{background: #FFFFFF;color: #D6B162;}
.sy_xx .sx_nr .hd ul li:hover{background: #FFFFFF;color: #D6B162;}
.sy_xx .sx_nr .sx_wz .n_r{background: #F7F7F7;padding: 16px;margin-bottom: 26px;}
.sy_xx .sx_nr .sx_wz .n_r .t_p{height:220px; overflow:hidden;}
.sy_xx .sx_nr .sx_wz .n_r .t_p img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}
.sy_xx .sx_nr .sx_wz .n_r .row{align-items: center;}
.sy_xx .sx_nr .sx_wz .n_r .w_z .b_t a{display: block;color: #333333;font-size: 20px;font-weight: bold;margin-bottom: 16px;}
.sy_xx .sx_nr .sx_wz .n_r .w_z .m_s li{display: flex;align-items: center;color: #656565;font-size: 14px;margin-bottom: 10px;}
.sy_xx .sx_nr .sx_wz .n_r .w_z .m_s li i{margin-right: 10px;}
.sy_xx .sx_nr .sx_wz .n_r .w_z .j_g{text-align: right;color: #F95153;font-size: 20px;font-weight: bold;margin-top: 46px;padding-right: 20px;}
.sy_xx .sx_nr .sx_wz .n_r:hover .t_p img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.sy_xx .sx_nr .sx_wz .n_r:hover .w_z .b_t a{color: #D6B162;}
@media only screen and (max-width:1100px){
    .sy_xx{padding:140px 0px 50px 0px;}
    .sy_ba .sy_bt .b_t{text-align: left;}
    .sy_xx .sx_nr .hd{margin-bottom: 30px;}
    .sy_xx .sx_nr .hd ul li{margin: 0px 10px;width: 140px;height: 40px;line-height: 40px;border: solid 1px #FFFFFF;font-size: 15px;}
    .sy_xx .sx_nr .sx_wz .n_r{padding: 10px;margin-bottom: 20px;}
    .sy_xx .sx_nr .sx_wz .n_r .w_z .b_t a{font-size: 15px;}
    .sy_xx .sx_nr .sx_wz .n_r .w_z .m_s li{font-size: 12px;margin-bottom: 6px;}
    .sy_xx .sx_nr .sx_wz .n_r .w_z .m_s li i{margin-right: 6px;}
    .sy_xx .sx_nr .sx_wz .n_r .w_z .j_g{font-size: 16px;margin-top: 30px;padding-right: 10px;}
}
@media only screen and (max-width:640px){
    .sy_xx {
        padding: 30px 0px;
    }
    .sy_ba .sy_bt .b_t {
        text-align: center;
    }
    .sy_xx .sx_nr .hd ul li {
        margin: 0px 6px;
        width: 120px;
        font-size: 13px;
    }
    .sy_xx .sx_nr .sx_wz .n_r .w_z .b_t a {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .sy_xx .sx_nr .sx_wz .n_r .w_z .j_g {
        font-size: 14px;
        margin-top: 10px;
        padding-right: 0px;
    }
    .sy_xx .sx_nr .sx_wz .n_r .w_z .m_s li{
        align-items: end;
    }
    .sy_xx .sx_nr .sx_wz .n_r .t_p {
        height: 160px;
    }
    .sy_xx .sx_nr .sx_wz .col-lg-6:last-child .n_r {
        margin-bottom: 0px;
    }
}

.sy_ba{display: flex;align-items: center;justify-content: space-between;margin-bottom: 46px;flex-wrap: wrap;}
.sy_ba .sy_bt{margin-bottom: 0px;}
.sy_ba .sy_bt .m_s{text-align: left;}
.sy_ba .sy_bt i.gn{display: block;width: 48px;height: 4px;background: #D5B161;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.sy_ba .sy_lj ul{display: flex;justify-content: flex-end;flex-wrap: wrap;}
.sy_ba .sy_lj li{
    width: 132px;
    height: 36px;
    line-height: 37px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 4px;
    color: #D5B161;
    font-size: 14px;
    text-align: center;
    border: solid 1px #D5B161;
    background: #FFFFFF;
}
.sy_ba .sy_lj li a{color:#D5B161;}
.sy_ba .sy_lj li:hover a{color:#FFFFFF;}
.sy_ba .sy_lj.gn li{background: none;border: solid 1px #D5B161;color: #D5B161;}
.sy_ba .sy_lj li.on{color: #FFFFFF;background: #D5B161;}
.sy_ba .sy_lj li:hover{color: #FFFFFF;background: #D5B161;}
.sy_ba .sy_lj .m_r a{color: #999999;font-size: 20px;}
@media only screen and (max-width:1100px){
    .sy_ba{margin-bottom: 36px;}
    .sy_ba .sy_lj li{
        width: 116px;
    margin-left: 4px;
    font-size: 12px;
    }
}
@media only screen and (max-width:640px){
    .sy_ba .sy_bt {
        margin-bottom: 20px;
        width: 100%;
    }
    .sy_ba .sy_lj{
        width: 100%;
    }
    .sy_ba .sy_lj ul {
        justify-content: center;
    }
    .sy_ba .sy_lj li {
        font-size: 12px;
        margin: 6px;
        width: 110px;
    }
    .sy_ba .sy_bt .m_s{text-align: center;}
    .sy_ba .sy_lj .m_r a {
        display: none;
    }
    .sy_ba {
        margin-bottom: 20px;
    }
    .sy_ba .sy_bt i.gn{display: none;}
}


.sy_gg{width: 100%;overflow: hidden;}
.sy_gg img{width: 100%;height: auto;display: block;}

.sy_zc{width: 100%;overflow: hidden;padding: 50px 0px;}
.sy_zc .sz_nr .n_r{margin-bottom: 20px;padding: 20px;}
.sy_zc .sz_nr .n_r .b_t{color: #FFFFFF;font-size: 24px;font-weight: bold;font-style: italic;}
.sy_zc .sz_nr .n_r .y_w{color: #FFFFFF;font-size: 15px;text-transform: capitalize;margin-bottom: 26px;}
.sy_zc .sz_nr .n_r .m_r a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 14px;
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 36px;
}
.sy_zc .sz_nr .n_r .m_r i{margin-left: 6px;}
.sy_zc .sz_nr .sz_mr{display: none;margin-top: 20px;}
.sy_zc .sz_nr .sz_mr a{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #D5B161;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
    color: #D5B161;
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width:1430px){
    .sy_zc .sz_nr .n_r .b_t {
        font-size: 20px;
    }
    .sy_zc .sz_nr .n_r .y_w {
        font-size: 13px;
    }
}
@media only screen and (max-width:1100px){
    .sy_zc .sz_nr .n_r .m_r a {
        font-size: 12px;
        width: 100px;
    }
    .sy_zc .sz_nr .n_r .y_w {
        font-size: 12px;
        min-height: 36px;
    }
    .sy_zc .sz_nr .n_r .b_t {
        font-size: 16px;
    }
}
@media only screen and (max-width:640px){
    .sy_zc {
        padding: 30px 0px;
    }
    .sy_zc .sz_nr .n_r .b_t {
        font-size: 14px;
    }
    .sy_zc .sz_nr .n_r {
        padding: 16px;
    }
    .sy_zc .sz_nr .sz_mr{
        display: block;
    }
}



.sy_dj{width: 100%;overflow: hidden;padding: 50px 0px;}
.sy_dj .sd_nr .n_r{margin-bottom: 26px;padding: 16px;background: #F8F8F8;}
.sy_dj .sd_nr .n_r .t_p{height:280px; overflow:hidden;}
.sy_dj .sd_nr .n_r .t_p img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}
.sy_dj .sd_nr .n_r .w_z{
    padding: 20px 10px;
}
.sy_dj .sd_nr .n_r .w_z .b_t{margin-bottom: 16px;}
.sy_dj .sd_nr .n_r .w_z .b_t a{display: block;color: #333333;font-size: 18px;font-weight: bold;}
.sy_dj .sd_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 24px;margin-bottom: 16px;}
.sy_dj .sd_nr .n_r .w_z .m_r a{color: #D5B161;font-size: 14px;}
.sy_dj .sd_nr .n_r .w_z .m_s p{display: flex;}
.sy_dj .sd_nr .n_r:hover .b_t a{color: #D5B161;}
.sy_dj .sd_nr .n_r:hover .t_p img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
@media only screen and (max-width:1100px){
    .sy_dj .sd_nr .n_r .w_z {
        padding: 10px 0px;
    }
    .sy_dj .sd_nr .n_r .w_z .b_t {
        margin-bottom: 10px;
    }
    .sy_dj .sd_nr .n_r .w_z .b_t a {
        font-size: 15px;
    }
    .sy_dj .sd_nr .n_r .t_p {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:640px){
    .sy_dj {
        padding: 30px 0px;
    }
    .sy_dj .sd_nr .n_r .t_p {
        height: 240px;
    }
}

.sy_xw{width: 100%;overflow: hidden;padding: 50px 0px;}
.sy_xw .sx_nr .sx_zc{box-shadow: 0 0 20px rgba(0,0,0,.05);}
.sy_xw .sx_nr .sx_zc .t_p img{width: 100%;height: auto;display: block;}
.sy_xw .sx_nr .sx_zc .w_z{background: #FFFFFF;padding: 20px;}
.sy_xw .sx_nr .sx_zc .w_z .r_q{color: #999999;font-size: 14px;margin-bottom: 10px;}
.sy_xw .sx_nr .sx_zc .w_z .b_t{margin-bottom: 10px;overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -moz-line-clamp:2;
    -o-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .sx_nr .sx_zc .w_z .b_t a{color: #333333;font-size: 20px;font-weight: bold;line-height: 40px;}
.sy_xw .sx_nr .sx_zc .w_z i{color: #D5B161;font-size: 30px;}
.sy_xw .sx_nr .sx_yc .t_b{display: flex;align-items: baseline;flex-wrap: wrap;background: #FFFFFF;box-shadow: 0 0 20px rgba(0,0,0,.05);margin-bottom: 30px;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw{width: 50%;padding: 30px 0px;border-right: solid 1px #EDEDED;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw .b_t{display: flex;align-items: center;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw .b_t:before{ content: " ";width: 4px;height: 40px;background: #D5B161;display: block;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw .b_t a{padding:0px 24px;color: #333333;font-size: 18px;font-weight: bold;display: block;overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -moz-line-clamp:2;
    -o-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw .w_z{padding:0px 24px;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw .r_q{color: #999999;font-size: 14px;padding: 15px 0px;}
.sy_xw .sx_nr .sx_yc .t_b .z_xw .m_s{color: #656565;font-size: 14px;overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -moz-line-clamp:2;
    -o-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .sx_nr .sx_yc .d_b .z_c{background: #FFFFFF;box-shadow: 0 0 20px rgba(0,0,0,.05);padding: 20px;}
.sy_xw .sx_nr .sx_yc .d_b .z_c .l_b{ padding-bottom: 20px;}
.sy_xw .sx_nr .sx_yc .d_b .z_c .l_b:last-child{ padding-bottom: 0px;}
.sy_xw .sx_nr .sx_yc .d_b .z_c .r_q{background: #D5B161;padding: 10px 5px;color: #FFFFFF;text-align: center;}
.sy_xw .sx_nr .sx_yc .d_b .z_c .r_q p{font-size: 36px;line-height: 40px;}
.sy_xw .sx_nr .sx_yc .d_b .z_c .r_q span{display: block;font-size: 14px;}
.sy_xw .sx_nr .sx_yc .d_b .z_c .b_t{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -moz-line-clamp:2;
    -o-line-clamp:2;
    -webkit-box-orient:vertical;
}
.sy_xw .sx_nr .sx_yc .d_b .z_c .b_t a{color: #333333;font-size: 16px;line-height: 40px;}
@media only screen and (max-width:1360px){
    .sy_xw .sx_nr .sx_yc .d_b .z_c {
        padding: 10px;
    }
    .sy_xw .sx_nr .sx_yc .d_b .z_c .b_t a {
        font-size: 14px;
        line-height: 36px;
    }
    .sy_xw .sx_nr .sx_yc .d_b .z_c .r_q p {
        font-size: 30px;
        line-height: 36px;
    }
    .sy_xw .sx_nr .sx_yc .d_b .z_c .r_q span {
        font-size: 12px;
    }
    .sy_xw .sx_nr .sx_zc .w_z .b_t {
        margin-bottom: 28px;
    }
    .sy_xw .sx_nr .sx_zc .w_z .b_t a {
        line-height: 30px;
    }
}
@media only screen and (max-width:1200px){
    .sy_xw .sx_nr .sx_yc .t_b {
        margin-bottom: 26px;
    }
}
@media only screen and (max-width:1024px){
    .sy_xw{padding: 30px 0px;}
    .sy_xw .sx_nr .sx_zc .w_z .b_t a {
        font-size: 15px;
        line-height: 22px;
    }
    .sy_xw .sx_nr .sx_yc .t_b {
        margin-bottom: 20px;
    }
    .sy_xw .sx_nr .sx_yc .t_b .z_xw {
        padding: 15px 0px;
    }
    .sy_xw .sx_nr .sx_yc .t_b .z_xw .b_t a {
        padding: 0px 15px;
        font-size: 14px;
    }
    .sy_xw .sx_nr .sx_yc .t_b .z_xw .r_q {
        font-size: 12px;
        padding: 10px 0px;
    }
    .sy_xw .sx_nr .sx_yc .t_b .z_xw .m_s {
        font-size: 12px;
    }
    .sy_xw .sx_nr .sx_yc .d_b .z_c .r_q p {
        font-size: 20px;
        line-height: 30px;
    }
    .sy_xw .sx_nr .sx_yc .d_b .z_c .l_b .col-lg-3{ padding-right: 0px;}
    .sy_xw .sx_nr .sx_yc .d_b .z_c .b_t a {
        font-size: 12px;
        line-height: 30px;
    }
    .sy_xw .sx_nr .sx_zc .w_z .b_t {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:768px){
    .sy_xw .sx_nr .sx_zc {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:640px){
    .sy_xw .sx_nr .sx_yc .t_b .z_xw {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0px;
        border-right: none;
        background: #FFFFFF;
        box-shadow: 0 0 20px rgba(0,0,0,.05);
    }
    .sy_xw .sx_nr .sx_yc .t_b {
        background: none;
        box-shadow: none;
        margin-bottom: 0px;
    }
}

.sy_yq{width: 100%;overflow: hidden;padding-bottom: 30px;}
.sy_yq .sq_nr{background: #F7F7F7;padding: 20px 0px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sy_yq .sq_nr .b_t{
    position: relative;
    margin-bottom: 20px;
    color: #D5B161;
    font-weight: bold;
    padding-left: 20px;
    font-size: 20px;
}
.sy_yq .sq_nr .b_t:before{display: block;content: " ";width: 4px;height: 16px;background: #D5B161;position: absolute;left: 0px;top: 50%;transform:translateY(-50%);}
.sy_yq .sq_nr .n_r{padding-left: 20px;}
.sy_yq .sq_nr .n_r ul{display: flex;flex-wrap: wrap;}
.sy_yq .sq_nr .n_r li{margin-right: 20px;}
.sy_yq .sq_nr .n_r li a{color: #656565;font-size: 14px;line-height: 30px;}
@media only screen and (max-width:640px){
    .sy_yq .sq_nr .b_t {
        font-size: 18px;
    }
    .sy_yq .sq_nr .n_r li a {
        font-size: 12px;
        line-height: 22px;
    }
}


.sy_ly{width: 100%;overflow: hidden;padding-bottom: 36px;}
.sy_ly .sl_nr{background: url(../images/db_bj.jpg) no-repeat top center / cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px;
}
.sy_ly .sl_nr .row{align-items: center;}
.sy_ly .sl_nr .col-lg-7 .row{align-items: unset;}
.sy_ly .z_c .b_t{color: #D5B161;font-size: 36px;font-weight: bold;margin-bottom: 20px;}
.sy_ly .z_c .m_s{color: #FFFFFF;font-size: 18px;}
.sy_ly .y_c .t_x{width: 100%;line-height: 46px;outline: none;margin-bottom: 16px;text-indent: 14px;background: rgba(255,255,255,.9);}
.sy_ly .y_c .b_u{width: 100%;outline: none;background: #D5B161;color: #FFFFFF;font-size: 18px;line-height: 46px;}
.sy_ly .y_c .t_e{width: 100%;text-indent: 14px;padding-top: 16px;outline: none;height: 100%;background: rgba(255,255,255,.9);}
@media only screen and (max-width:1100px){
    .sy_ly .z_c .b_t{font-size: 30px;margin-bottom: 16px;}
    .sy_ly .z_c .m_s{font-size: 15px;}
    .sy_ly .y_c .t_x{line-height: 40px;}
    .sy_ly .y_c .b_u{font-size: 16px;line-height: 40px;}
    .sy_ly .y_c .t_e{padding-top: 10px;}
}
@media only screen and (max-width:640px){
    .sy_ly .z_c{
        margin-bottom: 10px;
    }
    .sy_ly .z_c .b_t {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .sy_ly .y_c .b_u{
        margin-bottom: 16px;
    }
    .sy_ly .y_c .t_e{
        height: 160px;
    }
}



.footer{width: 100%;overflow: hidden;background: #1E1F22;padding: 50px 0px 70px 0px;}
.footer .z_c .n_r{padding: 0px 20px;}
.footer .z_c .n_r .b_t{color: #FFFFFF;font-size: 16px;font-weight: 500;margin-bottom: 26px;}
.footer .z_c .n_r li{margin-bottom: 16px;position: relative;}
.footer .z_c .n_r li a{display: block;color: #FFFFFF;font-size: 14px;}
.footer .z_c .n_r:before{
    display: block;
    content: " ";
    width: 1px;
    background: rgba(255,255,255,.3);
    height: 200px;
    position: absolute;
    left: 1px;
}
.footer .z_c .n_r:after{
    display: block;
    content: " ";
    width: 3px;
    background: #FFFFFF;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.footer .y_c{display: flex;align-items: center;justify-content: space-between;}
.footer .y_c .d_lx{
    padding: 0px 20px;
    width: 49%;
}
.footer .y_c .d_lx .b_t{color: #FFFFFF;font-size: 16px;font-weight: 500;margin-bottom: 26px;}
.footer .y_c .d_lx .d_nr{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
}
.footer .y_c .d_lx:before{
    display: block;
    content: " ";
    width: 1px;
    background: rgba(255,255,255,.3);
    height: 200px;
    position: absolute;
    left: 1px;
}
.footer .y_c .d_lx:after{
    display: block;
    content: " ";
    width: 3px;
    background: #FFFFFF;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.footer .y_c .e_w{padding: 0px 15px;width: 49%;}
.footer .y_c .e_w ul{display: flex;align-items: center;justify-content: space-between;}
.footer .y_c .e_w li{width: 49%;}
.footer .y_c .e_w .t_p{margin-bottom: 20px;text-align: center;}
.footer .y_c .e_w .t_p img{ max-width: 100%;height: auto;display: inline-block;}
.copyright{width: 100%;overflow: hidden;background: #1E1F22;padding: 16px 0px;border-top: solid 1px rgba(255,255,255,.5); text-align: center;color: #FFFFFF;font-size: 14px;}
.copyright a{color: #FFFFFF;font-size: 14px;}
@media only screen and (max-width:768px){
    .footer {
        padding: 40px 0px;
    }
    .footer .z_c{display: none;}
    .footer .y_c .d_lx {
        padding: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .y_c .d_lx:before{
        display: none;
    }
    .footer .y_c .d_lx:after{
        display: none;
    }
    .footer .y_c .e_w:before{
        display: none;
    }
    .copyright {
        padding: 10px 0px;
        font-size: 12px;
    }
}



.ny_ban{width:100%; height:420px; background-color:#000; background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban.gn{height: 520px;}
.ny_ban:before{width:100%; height:100%; background-color:rgba(0,0,0,.2); position:absolute; top:0; left:0; content:"";}
.ny_ban.gn:before{display: none;}
.ny_ban .container{position:absolute; top:50%; left:50%; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative; text-align:left; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.5); }
.ny_ban .w_z h3{font-size:36px; font-weight:bold; line-height:80px; letter-spacing:3px;}
.ny_ban .w_z p{font-size: 14px;}
.ny_ban .w_z p a{color: #FFFFFF;}
@media only screen and (max-width:1100px){
    .ny_ban.gn{height: 400px;}
}
@media only screen and (max-width:768px){
    .ny_ban.gn {
        height: 310px;
    }
}
@media only screen and (max-width:640px){
.ny_ban{height:200px;}
.ny_ban.gn{height: 160px;}
.ny_ban .w_z h3{font-size:26px; line-height: 50px; letter-spacing:2px;}
}
@media only screen and (max-width:375px){
    .ny_ban.gn{height: 150px;}
}

.gy_js{width: 100%;overflow: hidden;padding: 90px 0px;}
.gy_js .b_t{margin-bottom: 26px;color: #333333;font-size: 40px;font-weight: bold;}
.gy_js .b_t i{display: block;width: 200px;height: 4px;background: #D5B161;margin-top: 20px;}
.gy_js .w_z{color: #333333;font-size: 16px;line-height: 30px;}
.gy_js .w_z img{max-width: 100%;height: auto;}
@media only screen and (max-width:640px){
    .gy_js{padding: 40px 0px;}
    .gy_js .b_t{margin-bottom: 16px;font-size: 24px;}
    .gy_js .b_t i{width: 100px;height: 3px;margin-top: 16px;}
    .gy_js .w_z{font-size: 12px;line-height: 24px;}
}


.gy_ry{width: 100%;overflow: hidden;padding: 90px 0px;background: url(../images/ry_bj.jpg) no-repeat top center / cover;}
.gy_ry .gr_nr{position: relative;}
.gy_ry .n_r .t_p{border: solid 1px #EEEEEE;}
.gy_ry .n_r .t_p img{width: 100%;height: auto;display: block;}
.gy_ry .swiper-button-prev{width:40px; height:40px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/ban_l.png) no-repeat center / 36px 36px; left:-5%; top:50%; margin-top:-23px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.gy_ry:hover .swiper-button-prev:hover{background-color:#0165B3; opacity:.8;}
.gy_ry .swiper-button-next{width:40px; height:40px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/ban_r.png) no-repeat center / 36px 36px; right:-5%; top:50%; margin-top:-23px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.gy_ry:hover .swiper-button-next:hover{background-color:#0165B3; opacity:.8;}
.gy_ry .swiper-pagination{bottom:0px;display: none;text-align: center;width: 100%;}
.gy_ry .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#FFFFFF; opacity:.7; margin:0 5px !important;
    transition:all .5s;
    -webkit-transition:all .5s;}
.gy_ry .swiper-pagination-bullet-active{width:36px; opacity:1;background: #0165B3;}
@media only screen and (max-width:1500px){
    .gy_ry .gr_nr{ max-width: 96%;margin: 0 auto;}
}
@media only screen and (max-width:1440px){
    .gy_ry .gr_nr{ max-width: 93%;}
}
@media only screen and (max-width:1300px){
    .gy_ry .gr_nr{ max-width: 90%;}
}
@media only screen and (max-width:1100px){
    .gy_ry{padding: 50px 0px;}
    .gy_ry .gr_nr{ max-width: 100%;}
    .gy_ry .swiper-button-prev{display: none;}
    .gy_ry .swiper-button-next{display: none;}
    .gy_ry .swiper-pagination{display: block;}
    .gy_ry .gr_nr {
        padding-bottom: 50px;
    }
}




.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.ny_nr{width:100%; padding:80px 0 160px; position:relative; overflow:hidden;}
.ny_nr .xw_lb ul li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #eee;}
.ny_nr .xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;align-items: center;}
.ny_nr .xw_nr .t_p{width:30%; position:relative; overflow:hidden;}
.ny_nr .xw_nr .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.ny_nr .xw_nr:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.ny_nr .xw_nr .w_z{width:67%;}
.ny_nr .xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_nr .w_z p{line-height:24px; color:#999; height:72px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_nr .xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; line-height:38px;}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#D5B161; border:1px solid #D5B161; color:#fff;}
.ny_nr .xw_nr .s_j{display: flex;align-items: center;color: #999999;font-size: 14px;margin-bottom: 20px;}
.ny_nr .xw_nr .s_j i{margin-right: 10px;}
@media only screen and (max-width:640px){
.ny_nr{padding:3rem 0 7rem;}
.ny_nr .xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
.ny_nr .xw_nr .t_p{width:100%; height:200px; margin-bottom:15px;}
.ny_nr .xw_nr .w_z{width:100%;}
.ny_nr .xw_nr .w_z h3{font-size:14px; line-height:26px; margin-bottom:15px;}
.ny_nr .xw_nr .w_z p{font-size:12px; line-height:22px;  margin-bottom:15px;}
.ny_nr .xw_nr .w_z a.m_r{border-radius:.5rem; padding:0px 20px; line-height:40px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#D5B161; border:1px solid #D5B161; color:#fff;}
.yema ul li.active a{background-color:#D5B161; border:1px solid #D5B161; color:#fff;}
@media only screen and (max-width:640px){
.yema{margin-top:20px;}
.yema ul li{margin:0 .2rem;}
.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:768px){
    .e_m .n_r{width:300px; padding:15px;}
    .e_m .n_r p{font-size:20px;}
}

.pc_kf{width:56px; position:fixed; right:5px; bottom:5%; z-index:99999;}
.pc_kf .nr{width:56px; height:56px; border-radius:5px; font-size:18px; text-align:center; line-height:56px; background-color:#05add0; margin-bottom:4px; position:relative;
    transition:all .5s;
    -webkit-transition:all .5s;}
.pc_kf .nr:hover{background-color:#accd26;}
.pc_kf .tel{width:160px; background-color:#accd26; font-size:18px; line-height:56px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:60px; opacity:1;
    transition:all .5s;
    -webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px; background-color:#accd26; position:absolute; bottom:0; right:-180px; opacity:0;}
.pc_kf .ewm img{width:100%; height:auto; display:block;}
.pc_kf .nr:hover .ewm{right:60px; opacity:1;
    transition:all .5s;
    -webkit-transition:all .5s;}
.pc_kf .nr a{display:block;}
.pc_kf .nr i{color:#fff;font-size: 24px;}
.pc_kf .nr i.icon-aui-icon-qq{font-size:30px;}
.pc_kf .fh{width:56px; height:56px; border-radius:5px; background-color:#000; text-align:center; line-height:56px; color:#fff; cursor:pointer;
    transition:all .5s;
    -webkit-transition:all .5s;}
.pc_kf .fh:hover{background-color:#accd26;}
.pc_kf .fh i{font-size:30px; font-weight:bold;}
@media only screen and (max-width:1100px){
    .pc_kf{width:44px;}
    .pc_kf .nr{width:44px; height:44px; border-radius:3px; font-size:16px; line-height:44px;}
    .pc_kf .tel{width:140px; font-size:16px; line-height:44px; right:-150px;}
    .pc_kf .nr:hover .tel{right:50px;}
    .pc_kf .ewm{width:110px; padding:5px; right:-120px;}
    .pc_kf .nr:hover .ewm{right:50px;}
    .pc_kf .nr i{font-size:20px;}
    .pc_kf .nr i.icon-aui-icon-qq{font-size:28px;}
    .pc_kf .fh{width:44px; height:44px; border-radius:3px; line-height:44px;}
    .pc_kf .fh i{font-size:28px;}
}
@media only screen and (max-width:768px){
    .pc_kf{width:100%; right:0; top:auto; margin-top:0; bottom:0;}
    .pc_kf .nr{width:25%; float:left; border-radius:0; padding:0; border-right:0; margin-bottom:0;}
    .pc_kf .nr:first-child{border-left:0;}
    .pc_kf .nr:hover{background-color:#05add0;}
    .pc_kf .nr p{display:none;}
    .pc_kf .nr .ewm{display:none;}
    .pc_kf .tel{display:none;}
    .pc_kf .fh{width:25%; float:left; border-radius:0; background-color:#05add0; padding:0; border-right:0; border-bottom:0;}
    .pc_kf .fh:hover{background-color:#05add0;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:8px 8px 20px 0 rgba(55,99,170,.1); border-radius:50%; position:fixed; bottom:18px; right:11px; cursor:pointer; overflow:hidden; z-index:99999; display:none;}
.fh_top img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.fh_top{width:4rem; height:4rem; bottom:1.5rem; right:1rem;}
}

.ny_lx{width: 100%;overflow: hidden;padding: 90px 0px;background: url("../images/lx_bj.jpg") no-repeat top center / cover;}
.ny_lx .lx_wz{
    margin-bottom: 50px;
}
.ny_lx .lx_wz .b_t{
    color: #030303;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 26px;
}
.ny_lx .lx_wz i{
        display: block;
    width: 80px;
    height: 4px;
    background: #D9B76F;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ny_lx .lx_wz .w_z{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.ny_lx .lx_fs{margin-bottom: 70px;}
.ny_lx .lx_fs .row{align-items: center;}
.ny_lx .lx_fs .z_c .b_t{margin-bottom: 30px;}
.ny_lx .lx_fs .z_c .b_t i{display: block;width: 80px;height: 4px;background: #D9B76F;margin-bottom: 30px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.ny_lx .lx_fs .z_c .b_t h3{color: #030303;font-weight: bold;font-size: 32px;margin-bottom: 26px;}
.ny_lx .lx_fs .z_c .x_x{color: #656565;font-size: 16px;line-height: 40px;margin-bottom: 30px;}
.ny_lx .lx_fs .z_c .t_p ul{display: flex;align-items: center;}
.ny_lx .lx_fs .z_c .t_p li{margin-right: 16px;}
.ny_lx .lx_fs .z_c .t_p img{max-width: 100%;height: auto;display: inline-block;}
.ny_lx .lx_fs .y_c img{width: 100%;height: auto;}
.ny_ly{padding: 70px 0px;background: #FEFCF9;}
.ny_ly .ly_bt{color: #D5B161;font-size: 28px;font-weight: bold;padding-bottom: 20px;border-bottom: solid 1px #E7E5E3;margin-bottom: 30px;}
.ny_ly .ly_nr .ly_tb{margin-bottom: 26px;}
.ny_ly .ly_nr .ly_tb .t_x{width: 100%;outline: none;border: solid 1px #EEEEEE;line-height: 48px;text-indent: 14px;background: #FFFFFF;}
.ny_ly .ly_nr .ly_tb .t_x::placeholder{color: #999999;font-size: 15px;}
.ny_ly .ly_nr .ly_db{margin-bottom: 36px;}
.ny_ly .ly_nr .ly_db .t_e{width: 100%;outline: none;border: solid 1px #EEEEEE;min-height: 170px;text-indent: 14px;padding-top: 16px;background: #FFFFFF;}
.ny_ly .ly_nr .ly_db .t_e::placeholder{color: #999999;font-size: 15px;}
.ny_ly .ly_nr .ly_an .b_u{width: 160px;height: 46px;line-height: 46px;text-align: center;background: #D5B161;color: #FFFFFF;font-size: 18px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
@media only screen and (max-width:1440px){
    .ny_lx{padding: 70px 0px;}
    .ny_lx .lx_fs{margin-bottom: 50px;}
    .ny_lx .lx_fs .z_c .b_t{margin-bottom: 20px;}
    .ny_lx .lx_fs .z_c .b_t i{margin-bottom: 20px;}
    .ny_lx .lx_fs .z_c .b_t h3{font-size: 36px;}
    .ny_lx .lx_fs .z_c .x_x{font-size: 14px;line-height: 36px;}
    .ny_lx .lx_fs .y_c{margin-top: 20px;}
    .ny_lx .lx_fs .y_c .t_x{line-height: 46px;font-size: 16px;text-indent: 16px;}
    .ny_lx .lx_fs .y_c .t_x::placeholder{font-size: 16px;}
    .ny_lx .lx_fs .t_e{font-size: 16px;text-indent: 16px;min-height: 130px;padding-top: 15px;}
    .ny_lx .lx_fs .s_u{width: 160px;height: 56px;line-height: 56px;font-size: 16px;}
}
@media only screen and (max-width:1024px){
    .ny_lx{padding: 50px 0px;}
    .ny_ly{padding: 50px 0px;}
    .ny_ly .ly_bt {
        font-size: 20px;
        margin-bottom: 26px;
    }
    .ny_ly .ly_nr .ly_tb {
        margin-bottom: 6px;
    }
    .ny_ly .ly_nr .ly_tb .t_x{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:640px){
    .ny_lx{padding: 40px 0px;}
    .ny_lx .lx_fs{margin-bottom: 20px;}
    .ny_lx .lx_fs .z_c .b_t h3 {
        font-size: 30px;
    }
    .ny_lx .lx_fs .z_c .f_b {
        font-size: 16px;
    }
    .ny_lx .lx_fs .z_c .m_s {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .ny_lx .lx_fs .z_c .x_x {
        font-size: 13px;
        line-height: 30px;
    }
    .ny_lx .lx_wz{
    margin-bottom: 30px;
    }
    .ny_lx .lx_wz .b_t{
    font-size: 26px;
    margin-bottom: 20px;
   }
   .ny_lx .lx_wz i{
    margin-bottom: 20px;
   }
   .ny_lx .lx_wz .w_z{
    font-size: 13px;
    line-height: 30px;
   }
}

.ny_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.ny_nr .ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_nr .ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #D5B161;}
.ny_nr .ny_bt.cn .t_b i{width: 95%;height: 1px;background: #F3F3F3;}
.ny_nr .zc_lm{width:320px; padding:0px 20px 25px 20px; background-color:#fff;}
.ny_nr .zc_lm h3{font-size:22px; color:#fff;background: #D5B161 url("../images/dh_bj.jpg") no-repeat right center; padding: 20px;display: flex;align-items: center;}
.ny_nr .zc_lm h3 img{margin-right: 10px;}
.ny_nr .zc_lm ul li{ border-bottom:1px dashed #ddd;}
.ny_nr .zc_lm ul li a.y_j{font-size:16px; text-indent:20px; line-height:28px; padding-bottom:20px; display:block; border-radius:3px; position:relative;}
.ny_nr .zc_lm ul li:hover a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li a.y_j:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:11px; left:0;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .zc_lm a.e_j{display:block; font-size:15px; line-height:60px; position:relative; color:#000;text-indent: 30px;background: url("../images/cp_z.png") no-repeat 10px 24px;}
.ny_nr .zc_lm ul li.on a.e_j{color: #D5B161;background:#F6F7FA url("../images/cp_za.png") no-repeat 10px 24px;}
.ny_nr .zc_lm i{position:absolute; top:0; right:15px; display:block; font-size:20px; line-height:28px; color:#D5B161; text-align:center;
    transition:all .5s;
    -webkit-transition:all .5s;font-weight: bold;}
.ny_nr .zc_lm ul li:hover i{transform:rotate(90deg);
    -webkit-transform:rotate(90deg);}
.ny_nr .zc_lm ul li.on i{color:#D5B161;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);}
.ny_nr .zc_lm ul li:hover a.e_j{color: #D5B161;background:#F6F7FA url("../images/cp_za.png") no-repeat 10px 24px;}
.ny_nr .zc_lm .s_j{ display:none;background: #F7F7F7;}
.ny_nr .zc_lm .s_j p{margin-bottom:2px;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:15px; line-height:50px; color:#656565; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;border-bottom: dotted 1px #F3F3F3;}
.ny_nr .zc_lm .s_j p a:hover{background-color:#D5B161; color:#0081CC; text-indent:25px;}
.ny_nr .zc_lm .s_j p.on a{background-color:#f6f7f8; color:#000; text-indent:25px;}
.ny_nr .zc_lm .s_j p a:hover:after{background-color:#000;}
.ny_nr .zc_lm .s_j p.on a:after{background-color:#000;}
.ny_nr .yc_nr{width:calc(100% - 340px);}
.ny_nr .cp_lb{width:100%; position:relative;}
.ny_nr .cp_lb .n_r{margin-bottom: 20px;padding: 12px;background: #F7F7F7;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.ny_nr .cp_lb .t_p{margin-bottom: 20px;}
.ny_nr .cp_lb .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .cp_lb .w_z a{display: block;color: #333333;font-size: 14px;text-align: center;}
.ny_nr .cp_lb .n_r:hover{background: #FFFFFF;}
.ny_nr .cp_lb .n_r:hover .w_z a{color: #D5B161;}


.ny_nr .zc_cp{width: 100%;background: #D5B161; padding: 5px;margin-bottom: 20px;}
.ny_nr .zc_cp .b_t{line-height: 50px;display: flex;align-items: center;}
.ny_nr .zc_cp .b_t img{ margin-right: 10px;}
.ny_nr .zc_cp .b_t p{color: #000000;font-size: 18px;}
.ny_nr .zc_cp .n_r{width: 100%;background: #fff;padding: 0px 15px;}
.ny_nr .zc_cp .n_r li{margin-bottom: 20px;border-bottom: solid 1px #E5E5E5;padding: 20px 0px;display: flex;align-items: center;}
.ny_nr .zc_cp .n_r li .t_p{width: 40%;}
.ny_nr .zc_cp .n_r li .t_p img{max-width: 100%;height: auto;display: block;}
.ny_nr .zc_cp .n_r li .w_z{width: 60%;}
.ny_nr .zc_cp .n_r li .w_z a{color: #333333;font-size: 14px;line-height: 26px;}
.ny_nr .zc_lx{width: 100%;background: #D5B161; padding: 5px;margin-bottom: 20px;}
.ny_nr .zc_lx .b_t{line-height: 50px;display: flex;align-items: center;}
.ny_nr .zc_lx .b_t img{ margin-right: 10px;}
.ny_nr .zc_lx .b_t p{color: #ffffff;font-size: 18px;}
.ny_nr .zc_lx .n_r{width: 100%;background: #fff; padding: 0px 15px;}
.ny_nr .zc_lx .n_r li{margin-bottom: 0px;border-bottom: solid 1px #E5E5E5;padding: 10px 0px;display: flex;align-items: center;}
.ny_nr .zc_lx .n_r li p{color: #656565;font-size: 12px;}
.ny_nr .zc_lx .n_r li i{position: relative;top: auto;right: auto;color: #656565;font-size: 20px;margin-right: 15px;}
.ny_nr .zc_lx .n_r li:hover i {
    transform: none;
    -webkit-transform: none;
}
@media only screen and (max-width:1100px){
    .ny_nr{padding:30px 0 50px;}
    .ny_nr .ny_bt.cn{margin-bottom:20px; padding:15px 0px; font-size:22px; line-height:26px;}
    .ny_nr .zc_lm{width:250px; padding:20px 15px;}
    .ny_nr .zc_lm h3{font-size:18px; line-height:20px; padding-bottom:10px;}
    .ny_nr .zc_lm ul li a.y_j{font-size:15px; text-indent:15px; line-height:26px; padding-bottom:15px;}
    .ny_nr .zc_lm ul li:hover a.y_j{text-indent:20px;}
    .ny_nr .zc_lm ul li.on a.y_j{text-indent:20px;}
    .ny_nr .zc_lm ul li a.y_j:after{top:10px;}
    .ny_nr .zc_lm a.e_j{ font-size:13px; line-height:50px;background: url(../images/cp_z.png) no-repeat 10px 20px;}
    .ny_nr .zc_lm ul li.on a.e_j {
        background: #F6F7FA url(../images/cp_za.png) no-repeat 10px 20px;
    }
    .ny_nr .zc_lm i{right:10px; line-height:26px;}
    .ny_nr .zc_lm .s_j{padding-bottom:15px;}
    .ny_nr .zc_lm .s_j p a{line-height:32px;}
    .ny_nr .zc_lm .s_j p.on a{text-indent:20px;}
    .ny_nr .zc_lm .s_j p a:after{top:14px; left:5px;}
    .ny_nr .yc_nr{width:calc(100% - 270px);}
    .ny_nr .cp_lb .n_r .t_p a{font-size: 16px;}
    .ny_nr .cp_lb .n_r .w_z{ padding: 15px 10px;}
    .ny_nr .cp_lb a {
        font-size: 14px;
        line-height: 22px;
    }
    .ny_nr .cp_lb .m_s {
        font-size: 12px;
    }
    .ny_nr .cp_lb .w_z a {
        font-size: 13px;
        line-height: 22px;
    }
    .ny_nr .cp_lb .w_z .m_s {
        font-size: 12px;
    }
    .ny_nr .cp_lb .m_r a {
        font-size: 12px;
    }
    .ny_nr .zc_cp .n_r li .w_z a {
        font-size: 12px;
        line-height: 22px;
    }
    .ny_nr .zc_cp .n_r li {
        margin-bottom: 10px;
        padding: 10px 0px;
    }
    .ny_nr .zc_lm .s_j p a{
        font-size: 12px;
    }
    .ny_nr .zc_lx .n_r li {
        margin-bottom: 10px;
        padding: 10px 0px;
    }
    .ny_nr .zc_cp .b_t {
        line-height: 40px;
    }
}
@media only screen and (max-width:640px){
    .ny_nr .zc_lm{display:none;}
    .ny_nr .yc_nr{width:100%;padding: 0px 15px;}
    .ny_nr .ny_bt.cn{padding: 0px;}
}

.ny_nr .xq_nr .yy_xq{margin-bottom:50px;}
.ny_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 36px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{color: #D5B161;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #D5B161;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;margin-right: 20px;}
.ny_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #D5B161;}
.ny_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 36px;margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.ny_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.ny_nr .xq_nr table{border:1px solid #eee; background-color:#fff; border-collapse:collapse;}
.ny_nr .xq_nr table td:first-child{background-color:#f7f7f7;width: 15%;}
.ny_nr .xq_nr table td:nth-child(3){background-color:#f7f7f7;width: 15%;}
.ny_nr .xq_nr table td{padding:15px; color:#333; text-align:center;}
.ny_nr .xq_nr .xg_cp{margin-top: 30px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
@media only screen and (max-width:1100px){
    .ny_nr .xq_nr .yy_xq{margin-bottom:35px;}
    .ny_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
    .ny_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
    .ny_nr .xq_nr table td:first-child{width:25%;}
    .ny_nr .xq_nr .xg_cp{margin-top: 20px;}
    .ny_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
    .ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
    .ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
    .ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}


.xq_nr .cp_zs .cp_dt{border:1px solid #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
    .ny_nr .xq_nr .yy_xq .y_c .b_t {
        font-size: 30px;
    }
    .ny_nr .xq_nr .yy_xq .y_c .j_g p {
        font-size: 20px;
    }
    .ny_nr .xq_nr .yy_xq .y_c .j_g span {
        font-size: 12px;
    }
    .ny_nr .xq_nr .yy_xq .d_l p {
        font-size: 12px;
    }
    .ny_nr .xq_nr .yy_xq .d_l span {
        font-size: 12px;
        line-height: 26px;
    }
    .ny_nr .xq_nr .yy_xq .m_r {

        margin-top: 20px;
    }
    .ny_nr .ny_bt.cn {
        margin-bottom: 20px;
        font-size: 20px;

    }
    .ny_nr .ny_bt.cn p {
        padding: 10px 0px;
    }
}
@media only screen and (max-width:768px){
    .cp_xq{padding: 0px 15px;}
    .cp_xq .b_g{
        overflow: auto;
    }
    .xq_nr .cp_zs{
        margin-bottom: 20px;
    }
    .xg_cp{padding: 0px 10px;}
    .ny_nr .xq_nr .yy_xq .row{ margin: 0px;}
    .ny_nr .xq_nr table td {
        font-size: 13px;
    }
}
.ny_sp{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_sp .sp_lb .n_r{ margin-bottom: 34px;}
.ny_sp .sp_lb .n_r .t_p{position: relative;overflow: hidden;}
.ny_sp .sp_lb .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_sp .sp_lb .n_r .w_z{position: absolute;background: rgba(0,0,0,.5);bottom: 0px;width: 100%;line-height: 50px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_sp .sp_lb .n_r .w_z a{color: #FFFFFF;font-size: 14px;padding-left: 10px;}
@media only screen and (max-width:1240px){
    .ny_sp .sp_lb .n_r .w_z a{font-size: 12px;padding-left: 7px;}
}
@media only screen and (max-width:1024px){
    .ny_sp{padding: 50px 0px;}
    .ny_sp .sp_lb .n_r{ margin-bottom: 20px;}
    .ny_sp .sp_lb .n_r .w_z a{font-size: 12px;padding-left: 5px;}
}

.ny_fl{width: 100%;overflow: hidden;background: #F8F8F8;}
.ny_fl ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.ny_fl ul li{padding: 0px 15px;}
.ny_fl ul li a{display: block;line-height: 64px;color: #333333;font-size: 16px;}
.ny_fl ul li.on a{color: #D5B161;border-bottom: solid 2px #D5B161;}
.ny_fl ul li:hover a{color: #D5B161;border-bottom: solid 2px #D5B161;}
.ny_dj{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_dj .n_r{background: #FFFFFF;padding: 18px;box-shadow: 0 0 20px rgba(0,0,0,.05);margin-bottom: 36px;}
.ny_dj .n_r .t_p{margin-bottom: 16px;height:210px; overflow:hidden;}
.ny_dj .n_r .t_p img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}
.ny_dj .n_r .b_t a{display: block;color: #333333;font-size: 16px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_dj .n_r .m_s{    
    color: #656565;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.ny_dj .n_r .c_s{margin: 16px 0px;display: flex;align-items: center;color: #656565;font-size: 14px;}
.ny_dj .n_r .c_s p{width: 70px;border-right: solid 1px #DDDDDD;text-align: center;}
.ny_dj .n_r .m_c{background: #FBF7F0;color: #D5B161;font-size: 13px;padding: 6px 16px;margin-bottom: 36px;}
.ny_dj .n_r .z_b .row{align-items: center;}
.ny_dj .n_r .z_b .z_c{display: flex;align-items: center;color: #656565;font-size: 14px;}
.ny_dj .n_r .z_b .z_c i{margin-right: 10px;}
.ny_dj .n_r .z_b .y_c{display: flex;justify-content: flex-end;color: #656565;font-size: 14px;align-items: baseline;}
.ny_dj .n_r .z_b .y_c span{color: #F22D2D;font-size: 24px;font-weight: bold;}
@media only screen and (max-width:1100px){
    .ny_fl ul li{padding: 0px 10px;}
    .ny_fl ul li a{line-height: 50px;font-size: 14px;}
    .ny_dj{padding: 50px 0px;}
    .ny_dj .n_r{padding: 16px;margin-bottom: 26px;}
    .ny_dj .n_r .b_t a {
        font-size: 14px;
    }
    .ny_dj .n_r .c_s p {
        width: 56px;
        font-size: 12px;
    }
    .ny_dj .n_r .m_c {
        font-size: 12px;
        margin-bottom: 26px;
    }
    .ny_dj .n_r .z_b .z_c {
        font-size: 12px;
    }
    .ny_dj .n_r .z_b .y_c span {
        font-size: 18px;
    }
    .ny_dj .n_r .z_b .y_c {
        font-size: 12px;
    }
}

.ny_nr .hy_nr .n_r{margin-bottom: 36px;}
.ny_nr .hy_nr .n_r .t_p{height:210px; overflow:hidden;}
.ny_nr .hy_nr .n_r .t_p img{
    width:100%; 
    height:100%; 
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
    transition:all .5s;
    -webkit-transition:all .5s;
}
.ny_nr .hy_nr .n_r .w_z{background: #F9F9F9;padding: 18px;}
.ny_nr .hy_nr .n_r .w_z .b_t a{display: block;color: #333333;font-size: 16px;overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -moz-line-clamp:2;
    -o-line-clamp:2;
    -webkit-box-orient:vertical;}
.ny_nr .hy_nr .n_r .w_z .m_s{margin: 20px 0px;color: #999999;font-size: 13px;line-height: 24px;}
.ny_nr .hy_nr .n_r .w_z .s_j{display: flex;align-items: center;color: #999999;font-size: 12px;}
.ny_nr .hy_nr .n_r .w_z .s_j i{margin-right: 10px;}
.ny_nr .hy_nr .n_r:hover .w_z .b_t a{color: #D5B161;}
@media only screen and (max-width:640px){
    .ny_nr .hy_nr .n_r .w_z {
        padding: 10px;
    }
    .ny_nr .hy_nr .n_r .w_z .b_t a{
        font-size: 14px;
    }
    .ny_nr .hy_nr .n_r .w_z .m_s {
        margin: 10px 0px;
        font-size: 12px;
        line-height: 20px;
    }
}

.ny_nr .yq_nr .yq_fl{margin-bottom: 36px;}
.ny_nr .yq_nr .yq_fl .f_l{display: flex;align-items: baseline;margin-bottom: 26px;}
.ny_nr .yq_nr .yq_fl .f_l .z_c{color: #333333;font-size: 16px;width: 5%;}
.ny_nr .yq_nr .yq_fl .f_l .y_c{width: 94%;}
.ny_nr .yq_nr .yq_fl .f_l .y_c ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.ny_nr .yq_nr .yq_fl .f_l .y_c li{padding: 0px 10px;margin-bottom: 6px;}
.ny_nr .yq_nr .yq_fl .f_l .y_c li a{display: block;color: #333333;font-size: 16px;padding: 0px 10px;line-height: 36px;}
.ny_nr .yq_nr .yq_fl .f_l .y_c li.on a{background: #D5B161;color: #FFFFFF;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.ny_nr .yq_nr .yq_fl .f_l .y_c li:hover a{background: #D5B161;color: #FFFFFF;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.ny_nr .yq_nr .yq_zs .n_r .row{align-items: center;}
.ny_nr .yq_nr .yq_zs .n_r{padding: 20px;box-shadow: 0 0 20px rgba(0,0,0,.05);margin-bottom: 26px;}
.ny_nr .yq_nr .yq_zs .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .b_t{margin-bottom: 20px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .b_t a{display: block;color: #333333;font-size: 20px;font-weight: bold;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .c_s{margin-bottom: 46px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .c_s ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.ny_nr .yq_nr .yq_zs .n_r .w_z .c_s li{color: #656565;font-size: 16px;padding: 0px 15px;border-right: solid 1px #DDDDDD;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .c_s li:last-child{border-right: none;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s{display: flex;align-items: center;justify-content: space-between}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .d_d{display: flex;align-items: center;color: #656565;font-size: 14px;margin-bottom: 10px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .d_d i{margin-right: 6px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .s_j{display: flex;align-items: center;color: #999999;font-size: 12px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .s_j i{margin-right: 6px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .y_c{color: #999999;font-size: 14px;}
.ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .y_c span{color: #F22D2D;font-size: 24px;font-weight: bold;}
@media only screen and (max-width:1100px){
    .ny_nr .yq_nr .yq_fl .f_l .z_c {
        font-size: 14px;
        width: 8%;
    }
    .ny_nr .yq_nr .yq_fl .f_l .y_c {
        width: 92%;
    }
    .ny_nr .yq_nr .yq_fl .f_l .y_c li a {
        font-size: 14px;
        line-height: 30px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .b_t a {
        font-size: 16px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .c_s li {
        font-size: 13px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .c_s {
        margin-bottom: 26px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .d_d {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .y_c span {
        font-size: 18px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .m_s .y_c {
        font-size: 12px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .b_t {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width:640px){
    .ny_nr .yq_nr .yq_fl .f_l {
        flex-wrap: wrap;
    }
    .ny_nr .yq_nr .yq_fl .f_l .z_c {
        width: 100%;
        margin-bottom: 10px;
    }
    .ny_nr .yq_nr .yq_fl .f_l .y_c {
        width: 100%;
    }
    .ny_nr .yq_nr .yq_fl .f_l .y_c li {
        padding: 0px 5px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .t_p{
        margin-bottom: 16px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .b_t {
        margin-bottom: 10px;
    }
    .ny_nr .yq_nr .yq_zs .n_r .w_z .c_s {
        margin-bottom: 16px;
    }
}

.ny_gj{width:100%; background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden;margin-bottom: 50px;}
.ny_gj.gj_xm{padding:70px 0; margin-bottom:20px;}
.ny_gj .gj_js{font-size:26px; font-weight:bold; color:#000; margin-bottom:15px;}
.ny_gj .gj_js span{display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:15px; border:1px solid #D5B161; border-radius:3px; padding:0 6px; font-size:14px; font-weight:normal; line-height:22px; color:#D5B161;}
.ny_gj .gj_zc{width:100%; padding:20px; background-color:#f7f7f7; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_gj .gj_xm{width:100%; padding:20px; background-color:#fff; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_gj .zc_tp{width:50%;}
.ny_gj .xm_tp{width:40%;}
.ny_gj .zc_wz{width:47%; font-size:15px; line-height:26px;}
.ny_gj .xm_wz{width:57%; font-size:15px; line-height:26px;}
.ny_gj .b_t{font-size:26px; line-height:36px; font-weight:bold; color:#D5B161; margin-bottom:15px;}
.ny_gj .t_j i{font-size:20px; color:#F90; display:inline-block; vertical-align:middle; margin-top:-2px;}
.ny_gj .m_c{font-size:30px;font-weight:bold;color:#333333;}
.ny_gj .j_g{font-size:30px; color:#F90; font-weight:bold; line-height:40px; padding-bottom:10px; border-bottom:1px solid #ddd; margin:20px 0 20px;}
.ny_gj .j_g i{color: #555; font-size: 16px;margin-left: 10px;}
.ny_gj .z_q{margin-bottom:10px;}
.ny_gj .z_q strong{font-size:22px; color:#F90; padding:0 5px;}
.ny_gj .z_q span{font-size: 14px;display: block;line-height: 30px;}
.ny_gj .z_c span{display:inline-block; vertical-align:middle; margin-right:10px; margin-top:10px; border:1px solid #D5B161; border-radius:3px; padding:0 6px; font-size:14px; font-weight:normal; color:#D5B161;}
.ny_gj .z_q ul{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;}
.ny_gj .z_q li{padding: 0px 15px;}
.ny_gj .zc_wz .m_s{
    color: #656565;
    font-size: 14px;
    line-height: 24px;
}
.ny_gj .x_m{margin-bottom:10px;}
.ny_gj .x_m span{display:inline-block; vertical-align:middle; margin-right:10px; margin-top:-2px; border:1px solid #D5B161; border-radius:3px; padding:0 6px; font-size:14px; font-weight:normal; color:#D5B161;}
.ny_gj .f_c{width:100%;}
.ny_gj .f_c ul li{width:calc(50% - 30px); margin:20px 15px 0; padding-left:60px; background-position:left center; background-repeat:no-repeat; background-size:48px;}
.ny_gj .f_c h3{font-size:14px; line-height:22px; color:#999;}
.ny_gj .f_c p{font-size:16px; line-height:26px;}
.ny_gj .a_n{margin-top:20px;}
.ny_gj .a_n a{width:150px; height:46px; display:inline-block; margin-right:15px; line-height:46px; text-align:center;}
.ny_gj .a_n a.y_y{background-color:#fff;}
.ny_gj .gj_xm .a_n a.y_y{border:1px solid #ddd; line-height:44px;}
.ny_gj .a_n a.y_y:hover{background-color:#F22D2D; border:1px solid #F22D2D; color:#fff;}
.ny_gj .a_n a.z_x{background-color:#D5B161; color:#fff;}
.ny_gj .a_n a.z_x:hover{background-color:#F22D2D;}
.ny_gj img{width:100%; height:100%; display:block;
    object-fit:cover;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;}
.ny_js .b_t{
    width: 240px;
    height: 60px;
    background-color: #D5B161;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.ny_js .n_r{
    font-size: 16px;
    line-height: 32px;
}
@media only screen and (max-width:1100px){
    .ny_gj .gj_js {
        font-size: 20px;
    }
    .ny_js .b_t {
        width: 200px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .ny_gj .a_n a {
        width: 120px;
        height: 40px;
        margin-right: 10px;
        line-height: 40px;
    }
}
@media only screen and (max-width:640px){
    .ny_gj.gj_xm{padding:40px 0;}
    .ny_gj .gj_js span{font-size:18px; line-height:28px;}
    .ny_gj .zc_tp{width:100%;}
    .ny_gj .xm_tp{width:100%;}
    .ny_gj .zc_wz{width:100%; font-size:20px; line-height:32px; margin-top:20px;}
    .ny_gj .xm_wz{width:100%; font-size:20px; line-height:32px; margin-top:20px;}
    .ny_gj .z_c span{padding:0 10px; font-size:20px;}
    .ny_gj .x_m span{padding:0 10px; font-size:20px;}
    .ny_gj .f_c ul{margin:0 -10px;}
    .ny_gj .f_c ul li{width:calc(50% - 20px); margin:20px 10px 0;}
    .ny_gj .f_c h3{font-size:20px; line-height:28px;}
    .ny_gj .f_c p{font-size:24px; line-height:32px;}
    .ny_gj .j_g {
        font-size: 20px;
    }
    .ny_gj .z_q li{
        font-size: 14px;
    }
    .ny_gj .z_q {
        font-size: 14px;
    }
    .ny_gj .a_n a{
        font-size: 14px;
    }
    .ny_js .n_r {
        font-size: 14px;
        line-height: 30px;
    }
}

.hy_fl{width: 100%;overflow: hidden;padding: 40px 0px 0px 0px;}
.hy_fl .t_m{margin-bottom: 36px;}
.hy_fl .t_m .b_t{color: #333333;font-size: 30px;font-weight: bold;margin-bottom: 16px;}
.hy_fl .t_m p i{display: block;width: 230px;height: 2px;background: #D5B161;}
.hy_fl .t_m p{border-bottom: solid 1px #dddddd;}
.hy_fl .f_l ul{display: flex;flex-wrap: wrap;}
.hy_fl .f_l li{margin-right: 20px;}
.hy_fl .f_l li:last-child{margin-right: 0px;}
.hy_fl .f_l li .t_p{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hy_fl .f_l li .w_z{text-align: center;line-height: 56px;color: #333333;font-size: 14px;}
.hy_fl .f_l li:hover .t_p img{
    filter: grayscale(100%) brightness(900%);
    -webkit-filter: grayscale(100%) brightness(900%);
}
.hy_fl .f_l li:hover .t_p{
    background: #D5B161;
}
.hy_fl .f_l li.on .t_p img{
    filter: grayscale(100%) brightness(900%);
    -webkit-filter: grayscale(100%) brightness(900%);
}
.hy_fl .f_l li.on .t_p{
    background: #D5B161;
}


.ny_tm .t_m{margin-bottom: 36px;}
.ny_tm .t_m .b_t{color: #333333;font-size: 30px;font-weight: bold;margin-bottom: 16px;}
.ny_tm .t_m p i{display: block;width: 120px;height: 2px;background: #D5B161;}
.ny_tm .t_m p{border-bottom: solid 1px #dddddd;}
@media only screen and (max-width:1100px){
    .hy_fl .t_m .b_t {
        font-size: 24px;
    }
    .hy_fl .t_m {
        margin-bottom: 26px;
    }
    .hy_fl .t_m p i {
        width: 200px;
    }
    .hy_fl .f_l li {
        margin-right: 16px;
    }
    .hy_fl .f_l li .w_z {
        line-height: 40px;
        font-size: 12px;
    }
    .ny_tm .t_m .b_t {
        font-size: 24px;
    }
    .ny_tm .t_m p i {
        width: 100px;
    }
}
@media only screen and (max-width:768px){
    .hy_fl .f_l li {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width:640px){
    .hy_fl .f_l li .t_p{
        width: 76px;
        height: 76px;
    }
    .hy_fl .f_l li .t_p img{
        width: 76px;
        height: 76px;
    }
}
@media only screen and (max-width:375px){
    .hy_fl .f_l li .t_p{
        width: 66px;
        height: 66px;
    }
    .hy_fl .f_l li .t_p img{
        width: 66px;
        height: 66px;
    }
}