@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:#636363; 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:1440px){
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:140px; 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:70px; position:relative;}
.header .nav ul li:last-child{margin-right: 0px;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:14px; color:#636363; line-height:70px;}
.header.hd_sy .nav .y_j a{color:#636363;}
.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:#1E1E1E;}
.header .nav ul li.on .y_j a{color:#1E1E1E;}
.header.hd_sy .nav ul li:hover .y_j a{color:#1E1E1E;}
.header.hd_sy .nav ul li.on .y_j a{color:#1E1E1E;}
.header .nav ul li:after{content: " ";height: 2px;background: #1E1E1E;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: #1E1E1E;width: 100%;display: block;}
.header .nav ul li:hover:after{width: 100%;}
.header.on .nav ul li:hover .y_j a{color:#1E1E1E;}
.header.on .nav ul li.on .y_j a{color:#1E1E1E;}
.header.hd_sy:hover .nav ul li:hover .y_j a{color:#1E1E1E;}
.header.hd_sy:hover .nav ul li.on .y_j a{color:#1E1E1E;}
.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:72px; 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:#1E1E1E;}
.header .nav .s_b{display:none;}
.header .nav .f_h{display:none;}
.header .hd_yy{display: flex;align-items: center;border: solid 1px #A0A0A0;line-height: 30px;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;width: 110px;justify-content: center;}
.header .hd_yy a{margin: 0px 10px;color: #636363;font-size: 12px;}
@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:100%; height:calc(100% - 70px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-100%; 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:100%; height:calc(100% - 70px); padding:10px 5% 20px; border:0; box-shadow:none; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; right:-100%; 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;}
    .header .hd_yy{
        margin-right: 70px;
    }
}


@media only screen and (max-width:640px){
    .header{background: #FFFFFF;}
    .header .nav{height:calc(100% - 70px);}
    .header .nav .e_j{height:calc(100% - 70px);}
    .header .an span{background: #333;}
    .header .nav ul li.on:after {
        display: none;
    }
    .header.hd_sy:hover .nav ul li.on .y_j a {
        color: #1E1E1E;
    }
    .header .hd_yy{
        margin-right: 70px;
    }
}
@media only screen and (max-width:375px){
    .header .hd_yy{
        margin-right: 60px;
        width: 90px;
    }
    .header .hd_yy a {
        margin: 0px 8px;
    }
}
@media only screen and (max-width:320px){
    .header .an{right:15px;}
    .header .hd_yy{
        margin-right: 56px;
        width: 80px;
    }
    .header .hd_yy a {
        margin: 0px 6px;
    }
}

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

.banner{width:100%; height:580px; background-color:#000; position:relative; z-index:9;}
.banner video{width:100%; height:100%; display:block;
    object-fit:cover;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;
}
@media only screen and (max-width:1440px){
    .banner{height:500px;}
}
@media only screen and (max-width:1024px){
    .banner{height:420px;}
}
@media only screen and (max-width:640px){
    .banner{height:300px;}
}
.sy_cp{width: 100%;overflow: hidden;padding: 96px 0px;}
.sy_cp .sy_bt{color: #323232;font-size: 24px;margin-bottom: 50px;padding-left: 30px;}
.sy_cp .cp_nr{width: 100%;overflow: hidden;}
.sy_cp .cp_nr ul{display: flex;flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: baseline;
    justify-content: space-between;
}
.sy_cp .cp_nr li{padding: 0px 10px;margin-bottom: 46px;width: 20%;}
.sy_cp .cp_nr .n_r{padding: 0px 30px;}
.sy_cp .cp_nr .t_p{margin-bottom: 16px;text-align: center;}
.sy_cp .cp_nr .t_p img{max-width: 100%;height: auto;display: inline-block;}
.sy_cp .cp_nr .w_z{color: #323232;font-size: 12px;line-height: 24px;}
@media only screen and (max-width:1660px){
    .sy_cp .cp_nr .n_r {
        padding: 0px 19px;
    }
}
@media only screen and (max-width:1440px){
    .sy_cp .cp_nr .n_r {
        padding: 0px 6px;
    }
}
@media only screen and (max-width:1024px){
    .sy_cp {
        padding: 50px 0px;
    }
    .sy_cp .sy_bt {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sy_cp .cp_nr .w_z {
        font-size: 12px;
        line-height: 20px;
    }
    .sy_cp .cp_nr li {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:768px){
    .sy_cp .cp_nr li {
        width: 33%;
    }
}
@media only screen and (max-width:640px){
    .sy_cp .cp_nr li {
        width: 50%;
    }
}

.footer{width: 100%;overflow: hidden;padding:40px 0px 50px 0px;border-top: solid 1px #EDEDED;}
.footer .ft_dh{margin-bottom: 40px;}
.footer .ft_dh ul{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.footer .ft_dh li{padding: 0px 10px;width: 10%;text-align: center;}
.footer .ft_dh li a{color: #323232;font-size: 14px;}
.footer .ft_bq{text-align: center;color: #1E1E1E;font-size: 12px;}
@media only screen and (max-width:1024px){
    .footer {
        padding: 40px 0px;
    }
    .footer .ft_dh {
        margin-bottom: 20px;
    }
    .footer .ft_dh li a {
        font-size: 12px;
    }
}
@media only screen and (max-width:640px){
    .footer .ft_dh {
        display: none;
    }
    .footer {
        padding: 20px 0px;
    }
}

.ny_bt{width: 100%;overflow: hidden;margin-bottom: 56px;}
.ny_nr .ny_bt.xd{margin-top: 70px;}
.ny_bt .b_t{text-align: center;color: #1E1E1E;font-size: 16px;margin-bottom: 10px;}
.ny_bt i{display: block;width: 20px;height: 1px;margin: 0 auto;background: #313131;}

.ny_nr{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_nr .cp_xl .n_r{margin-bottom: 30px;padding: 0px 30px;}
.ny_nr .cp_xl .n_r .t_p{width: 100%;overflow: hidden;text-align: center;}
.ny_nr .cp_xl .n_r .t_p img{max-width: 100%;height: auto;display: inline-block;}
.ny_nr .cp_xl .n_r .w_z{text-align: center;color: #323232;font-size: 12px;line-height: 50px;}
.ny_nr .cp_xl .n_r .w_z .m_s{display: flex;align-items: center;justify-content: center;}
.ny_nr .cp_xl .n_r .w_z .m_s p{color: #323232;font-size: 12px;margin: 0px 4px;}
.ny_nr .cp_ms{display: flex;justify-content: center;margin-top: 60px;}
.ny_nr .cp_ms p{height: 60px;line-height: 60px;width: 400px;text-align: center;color: #636363;font-size: 14px;border: solid 1px #EEEEEE;}
@media only screen and (max-width:1024px){
    .ny_bt{margin-bottom: 26px;}
    .ny_bt .b_t{font-size: 14px;}
    .ny_nr .ny_bt.xd{margin-top: 40px;}
    .ny_nr {
        padding: 50px 0px;
    }
    .ny_nr .cp_xl .n_r {
        margin-bottom: 20px;
        padding: 0px;
    }
    .ny_nr .cp_xl .n_r .w_z {
        font-size: 12px;
        line-height: 40px;
    }
    .ny_nr .cp_xl .n_r .w_z .m_s p{font-size: 12px;}
    .ny_nr .cp_ms{margin-top: 30px;}
    .ny_nr .cp_ms p{height: 50px;line-height: 50px;width: 300px;font-size: 12px;}
}
@media only screen and (max-width:640px){
    .ny_nr .cp_xl .n_r .t_p {
        margin-bottom: 10px;
    }
    .ny_nr .cp_xl .n_r .w_z {
        line-height: 20px;
    }
}
.ny_dt{width: 100%;overflow: hidden;
    height: 620px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ny_nr .dp_lb{margin-bottom: 60px;display: flex;justify-content: center;}
.ny_nr .dp_lb .row.gn{max-width: 86%;}
.ny_nr .dp_lb .n_r{margin-bottom: 60px;}
.ny_nr .dp_lb .n_r .t_p{margin-bottom: 10px;text-align: center;}
.ny_nr .dp_lb .n_r .t_p img{max-width: 70%;height: auto;display: inline-block;background: #F7F7F7;padding: 16px;}
.ny_nr .dp_lb .n_r .w_z a{display: block;color: #323232;font-size: 12px;line-height: 26px;text-align: center;}
.ny_nr .dp_hw{display: flex;justify-content: center;}
.ny_nr .dp_hw p{height: 60px;line-height: 60px;width: 400px;text-align: center;color: #636363;font-size: 14px;border: solid 1px #EEEEEE;}
.ny_nr .dt_nr{width: 100%;height: auto;display: block;margin-bottom: 70px;text-align: center;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.ny_nr .dt_nr img{max-width: 100%;height: auto;display: inline-block;}
@media only screen and (max-width:1660px){
    .ny_nr .dp_lb .row.gn{max-width: 94%;}
}
@media only screen and (max-width:1560px){
    .ny_nr .dp_lb .row.gn{max-width: 100%;}
}
@media only screen and (max-width:1024px){
    .ny_nr .dt_nr{margin-bottom: 50px;}
    .ny_nr .dp_lb .n_r {
        margin-bottom: 30px;
    }
    .ny_nr .dp_lb .n_r .t_p img{max-width: 100%;padding: 12px;}
    .ny_nr .dp_lb .n_r .w_z a {
        font-size: 12px;
    }
    .ny_nr .dp_lb {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:640px){
    .ny_dt{
        height: 260px;
    }
}
.ny_lx{width: 100%;overflow: hidden;position: relative;background: url("../images/lx_bj.jpg") no-repeat top center / cover;padding:430px 0px;}
.ny_lx .lx_nr{width: 40%;position: absolute;top: 50%;right: 0px;background: #FFFFFF;padding:50px 70px 70px 50px;box-shadow: 0 0 20px rgba(0,0,0,.05);display: flex;align-items: center;justify-content: space-between;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
}
.ny_lx .lx_nr .lx_zc{width: 100%;}
.ny_lx .lx_nr .lx_yc{width: 56%;}
.ny_lx .lx_nr .lx_yc img{width: 100%;height: auto;display: block;}
.ny_lx .lx_nr .lx_zc .b_t{color: #323232;font-size: 16px;margin-bottom: 26px;}
.ny_lx .lx_nr .lx_zc .l_b{border-bottom: solid 1px #EDEDED;padding-bottom: 16px;margin-bottom: 16px;}
.ny_lx .lx_nr .lx_zc .l_b li{display: flex;align-items: center;margin-bottom: 12px;}
.ny_lx .lx_nr .lx_zc .l_b li .t_p{margin-right: 9px;}
.ny_lx .lx_nr .lx_zc .l_b li .w_z{color: #323232;font-size: 14px;}
.ny_lx .lx_nr .lx_zc .w_l ul{display: flex;align-items: center;margin-bottom: 16px;}
.ny_lx .lx_nr .lx_zc .w_l ul:last-child{margin-bottom: 0px;}
.ny_lx .lx_nr .lx_zc .w_l li{ margin-right: 20px;width:30%;text-align:center;}
.ny_lx .lx_nr .lx_zc .w_l li img{max-width:100%;height:auto;display:inline-block;}
.ny_lx .lx_nr .lx_zc .w_l li .w_z{text-align:center;font-size:14px;line-height:30px;}
.ny_lx .lx_nr .lx_zc .w_l a{display: block;width: 30px;height: 30px;border: solid 1px #EDEDED;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ny_lx .lx_nr .lx_zc .w_l img{
    filter: inherit;
    -webkit-filter: inherit;
}
.ny_lx .lx_nr .lx_zc .w_l a:hover img{
    filter: grayscale(100%) brightness(900%);
    -webkit-filter: grayscale(100%) brightness(900%);
}
.ny_lx .lx_nr .lx_zc .w_l a:hover{
    border: solid 1px #000000;
    background: #000000;
}
@media only screen and (max-width:1680px){
    .ny_lx{padding:380px 0px;}
}
@media only screen and (max-width:1560px){
    .ny_lx{padding:340px 0px;}
}
@media only screen and (max-width:1440px){
    .ny_lx .lx_nr .lx_zc .b_t {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ny_lx .lx_nr .lx_zc .l_b li .w_z {
        font-size: 12px;
    }
    .ny_lx .lx_nr {
        padding: 40px 60px 50px 30px;
    }
}
@media only screen and (max-width:1366px){
    .ny_lx{padding:300px 0px;}
    .ny_lx .lx_nr .lx_zc .w_l li .w_z{font-size:12px;line-height:26px;}
}
@media only screen and (max-width:1024px){
    .ny_lx .lx_nr {
        padding: 30px;
        width: 40%;
    }
}
@media only screen and (max-width:768px){
    .ny_lx{padding:260px 0px;}
    .ny_lx .lx_nr {
        padding: 20px;
        width: 96%;
        left: 50%;
        transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
    }
}
@media only screen and (max-width:640px){
    .ny_lx{padding:0px;}
    .ny_lx .lx_nr {
        padding: 40px 20px;
        width: 100%;
        left: auto;
        top: auto;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;
        position: relative;
        flex-wrap: wrap;
    }
    .ny_lx .lx_nr .lx_zc {
        width: 100%;
        margin-bottom: 20px;
    }
    .ny_lx .lx_nr .lx_yc {
        width: 100%;
    }
    .ny_lx .lx_nr .lx_zc .w_l li{ width:40%;}
}



.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 .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;}
.ny_nr .xw_nr .t_p{width:27%; position:relative; overflow:hidden;}
.ny_nr .xw_nr .t_p img{width:100%; height:100%; display:block; position:absolute; top:0; left:0;
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:70%;}
.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:25px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-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:#2F2F8B; border:1px solid #2F2F8B; color:#fff;}
@media only screen and (max-width:640px){
.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:#EF3D8D; border:1px solid #EF3D8D; color:#fff;}
.yema ul li a.on{background-color:#EF3D8D; border:1px solid #EF3D8D; 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_nr .pp_lc{width: 100%;overflow: hidden;padding-bottom: 90px;}
.ny_nr .lc_nr ul li{padding: 16px 0px;background: url("../images/bq_b.png") no-repeat 200px bottom;}
.ny_nr .lc_nr ul li:first-child{background: url("../images/bq_a.png") no-repeat 200px bottom;}
.ny_nr .lc_nr ul li .row{align-items: center;}
.ny_nr .lc_nr ul li:nth-child(2n){
    background:#F7F7F7 url("../images/bq_b.png") no-repeat 200px bottom;
}
.ny_nr .lc_nr .r_q{display: flex;justify-content: center;align-items: baseline;color: #323232;width: 100%;border-right: solid 1px #EDEDED;}
.ny_nr .lc_nr .r_q p{font-size: 26px;font-weight: bold;color:#956134;}
.ny_nr .lc_nr .r_q i{font-size: 14px;margin-left: 5px;color:#956134;}
.ny_nr .lc_nr .y_c{display: flex;align-items: center;padding-left: 90px;}
.ny_nr .lc_nr .y_c .t_p{margin-right: 70px;}
.ny_nr .lc_nr .y_c .t_p img{max-width: 100%;height: auto;display: block;}
.ny_nr .lc_nr .y_c .w_z{color: #323232;font-size: 13px;}
@media only screen and (max-width:1680px){
    .ny_nr .lc_nr ul li{background: url("../images/bq_b.png") no-repeat 200px -6px;}
    .ny_nr .lc_nr ul li:first-child{background: url("../images/bq_a.png") no-repeat 200px 66px;}
    .ny_nr .lc_nr ul li:nth-child(2n){
        background:#F7F7F7 url("../images/bq_b.png") no-repeat 200px -6px;
    }
}
@media only screen and (max-width:1440px){
    .ny_nr .lc_nr .r_q p{padding-left:150px;} 
    .ny_nr .lc_nr ul li{background: url("../images/bq_b.png") no-repeat 120px -8px;}
    .ny_nr .lc_nr ul li:first-child{background: url("../images/bq_a.png") no-repeat 120px 66px;}
    .ny_nr .lc_nr ul li:nth-child(2n){
        background:#F7F7F7 url("../images/bq_b.png") no-repeat 120px -8px;
    }
}
@media only screen and (max-width:1366px){
   .ny_nr .lc_nr .r_q p{padding-left:130px;} 
   .ny_nr .lc_nr ul li{background: url("../images/bq_b.png") no-repeat 120px -8px;}
   .ny_nr .lc_nr ul li:first-child{background: url("../images/bq_a.png") no-repeat 120px 68px;}
   .ny_nr .lc_nr ul li:nth-child(2n){background:#F7F7F7 url("../images/bq_b.png") no-repeat 120px -8px;}
}
@media only screen and (max-width:1024px){
    .ny_nr .pp_lc {
        padding-bottom: 50px;
    }
    .ny_nr .lc_nr .r_q{
        padding-left: 90px;
    }
    .ny_nr .lc_nr .y_c .t_p {
        margin-right: 30px;
        width: 30%;
    }
    .ny_nr .lc_nr .y_c {
        padding-left: 20px;
    }
    .ny_nr .lc_nr .y_c .w_z {
        font-size: 12px;
        width: 68%;
    }
    .ny_nr .lc_nr .r_q p {
        font-size: 22px;
        padding-left:0px;
    }
    .ny_nr .lc_nr .r_q i {
        font-size: 12px;
    }
   .ny_nr .lc_nr ul li{background: url("../images/bq_b.png") no-repeat 120px -22px;}
   .ny_nr .lc_nr ul li:first-child{background: url("../images/bq_a.png") no-repeat 120px 50px;}
   .ny_nr .lc_nr ul li:nth-child(2n){background:#F7F7F7 url("../images/bq_b.png") no-repeat 120px -22px;}
}
@media only screen and (max-width:768px){
    .ny_nr .lc_nr ul li{
        background: none;
    }
    .ny_nr .lc_nr ul li:nth-child(2n) {
        background: #F7F7F7 !important;
    }
    .ny_nr .lc_nr ul li:first-child {
        background: none;
    }
    .ny_nr .lc_nr .r_q {
        padding-left: 0px;
    }
    .ny_nr .lc_nr .y_c {
        padding-left: 0px;
    }
}
@media only screen and (max-width:640px){
    .ny_nr .lc_nr .r_q{
        border: none;
        margin-bottom: 10px;
    }
    .ny_nr .lc_nr .r_q p {
        font-size: 18px;

    }
    .ny_nr .lc_nr .y_c {
        flex-wrap: wrap;
        text-align: center;
    }
    .ny_nr .lc_nr .y_c .t_p {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }
    .ny_nr .lc_nr .y_c .t_p img {
        display: inline-block;
    }
    .ny_nr .lc_nr .y_c .w_z {
        width: 100%;
    }
}
.ny_nr .pp_wh{width: 100%;overflow: hidden;padding-bottom: 90px;}
.ny_nr .pp_wh .wh_nr{max-width: 86%;margin: 0 auto;}
.ny_nr .pp_wh .wh_nr .row.gn{align-items: center;}
.ny_nr .pp_wh .wh_nr .z_c .w_z{
    color: #636363;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 36px;
    padding-right: 50px;
}
.ny_nr .pp_wh .wh_nr .y_c img{width: 100%;height: auto;display: block;}
.ny_nr .pp_wh .wh_nr .z_c .l_b .t_p{margin-bottom: 10px;display: flex;align-items: end;}
.ny_nr .pp_wh .wh_nr .z_c .l_b .t_p img{margin-right: 6px;}
.ny_nr .pp_wh .wh_nr .z_c .l_b .t_p p{display: flex;align-items: baseline;color: #1E1E1E;font-size: 24px;font-weight: bold;}
.ny_nr .pp_wh .wh_nr .z_c .l_b .t_p i{font-weight: normal;font-size: 14px;margin-left: 3px;}
.ny_nr .pp_wh .wh_nr .z_c .l_b .m_s{color: #323232;font-size: 13px;}
@media only screen and (max-width:1640px){
    .ny_nr .pp_wh .wh_nr .z_c .w_z {
        font-size: 12px;
        padding-right: 30px;
        line-height: 26px;
    }
    .ny_nr .pp_wh .wh_nr .z_c .l_b .m_s {
        font-size: 12px;
    }
}
@media only screen and (max-width:1430px){
    .ny_nr .pp_wh .wh_nr{max-width: 100%;}
}
@media only screen and (max-width:1024px){
    .ny_nr .pp_wh {
        padding-bottom: 50px;
    }
    .ny_nr .pp_wh .wh_nr .z_c .w_z {
        padding-right: 0px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .ny_nr .pp_wh .wh_nr .z_c .l_b .t_p p {
        font-size: 20px;
    }
}
@media only screen and (max-width:768px){
    .ny_nr .pp_wh .wh_nr .z_c .l_b{
        margin-bottom: 20px;
    }
    .ny_nr .pp_wh .wh_nr .z_c .l_b .m_s {
        margin-bottom: 16px;
    }
}
.ny_nr .pp_cy{width: 100%;overflow: hidden;}
.ny_nr .pp_cy .cy_nr ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;}
.ny_nr .pp_cy .cy_nr li{width: 20%;text-align: center;margin-bottom: 70px;padding: 0px 15px;}
.ny_nr .pp_cy .cy_nr .t_p{padding: 0px 30px;}
.ny_nr .pp_cy .cy_nr .t_p img{max-width: 100%;height: auto;display: inline-block;}
@media only screen and (max-width:1024px){
    .ny_nr .pp_cy .cy_nr li {
        margin-bottom: 50px;
    }
    .ny_nr .pp_cy .cy_nr .t_p {
        padding: 0px;
    }
}
@media only screen and (max-width:640px){
    .ny_nr .pp_cy .cy_nr li{width: 50%;margin-bottom: 30px;}
}

div.responsivegallery div.figurearea .thecaption:before{background:none !important;}