@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"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:#01a1d6; 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){
input,select,button,textarea{font-size:1.4rem;}
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;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999;
    transition:all .5s;
    -webkit-transition:all .5s;}
.header.on{background-color:#182934; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header .row{margin:0;}
.header .logo{position:relative;margin: 10px 0px;display:flex;align-items:center;}
.header .logo a{width:150px; }
.header .logo .w_z{color:#FFFFFF;font-size:13px;line-height:26px;}
.header .logo img{max-width: 100%;height: auto;display: block;}
.header .an{width:36px; height:22px; display:none; position:relative;}
.header .an span{width:36px; height:2px; background-color:#fff; display:block; position:absolute;
    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);
    -webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);}
.header .nav{display:inline-block;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-left:30px; 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:#fff; line-height:120px;}
.header.on .nav .y_j a{line-height:80px;}
.header .nav ul li:hover .y_j a{color:#ffffff;}
.header .nav ul li.on .y_j a{color:#ffffff;}
.header .nav .y_j:after{width:0; height:4px; background-color:#ffffff; position:absolute; bottom:0; left:0; content:"";
    transition:all .5s;
    -webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:180px; padding-top:10px; position:absolute; top:120px; left:-20px; opacity:0; visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);}
.header .nav ul li:last-child .e_j{width:100px; left:50%; margin-left:-50px;}
.header.on .nav .e_j{top:80px;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
    transition:all .2s;
    -webkit-transition:all .2s;
    transform:translateY(0);
    -webkit-transform:translateY(0);}
.header .nav .n_r{padding:10px 20px; background-color:#182934;}
.header .nav ul li:last-child .n_r{padding:10px 0;}
.header .nav .f_l p a{font-size:13px; line-height:40px; color:#ffffff; display:block;}
.header .nav .f_l p a:hover{color:#59badc;}
.header .nav ul li:last-child .f_l p a{text-align:center; line-height:34px;}
.header .nav .s_b{display:none;}
.header .tel{ background: #008F47;color: #FFFFFF;font-size: 16px;font-weight: bold;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; font-family: Source Han Sans CN;display: flex;padding: 5px 10px;margin-left: 20px;align-items:center;}
.header .tel i{ margin-right: 5px;font-size: 22px;}
@media only screen and (max-width:1200px){
    .header .nav .y_j a{line-height:80px;}
    .header .nav .y_j:after{height:3px;}
    .header .nav .e_j{top:80px;}
}
@media only screen and (max-width:1024px){
    .header .nav ul li {
        margin-left: 20px;
    }
    .header .tel {
        font-size: 16px;
        margin-left: 20px;
    }
    .header .tel i{font-size: 18px;}
    .header .nav .y_j a {
        font-size: 14px;
        line-height: 100px;
    }
}
@media only screen and (max-width:992px){
    .header .nav ul li{margin-left:35px;}
}
@media only screen and (max-width:768px){
    .header .logo{width: 110px;}
    .header .nav ul li{margin-left:10px;}
    .header .nav .y_j a {
        font-size: 12px;
        line-height: 60px;
    }
    .header .tel {
        font-size: 14px;
        margin-left: 10px;
        max-width: 200px;
    }
    .header .tel i{font-size: 14px;}
}
@media only screen and (max-width:640px){
    .header .logo{margin:20px 0;width: 220px;}
    .header .tel{margin: 20px 0px 0px 0px;max-width: 100%;font-size: 16px;}
    .header .tel i{font-size: 16px;}
    .header .an{display:block;}
    .header .nav{width:100%; height:calc(100% - 73px); padding:0 5% 20px; margin:0; background-color:#fff; position:fixed; top:125px; right:-100%; z-index:9999; overflow:auto; display:block;
        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 #ddd; float:none; padding:0; margin:0;}
    .header .nav .y_j:after{display:none;}
    .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:70px; z-index:99;}
    .header .nav .y_j a{font-size:16px; color:#333; line-height:60px; text-shadow:none;}
    .header.on .nav .y_j a{line-height:70px;}
    .header .nav .y_j a:hover{color:#333;}
    .header .nav ul li:hover .y_j a{color:#333;}
    .header .nav ul li.on .y_j a{color:#333;}
    .header .nav .e_j{width:100%; height:calc(100% - 73px); padding:20px 5% 20px; background-color:#fff; position:fixed; top:100px; left:auto; right:-100%; z-index:9999; overflow:auto; display:block; opacity:1; visibility:inherit;
        transition:all .5s;
        -webkit-transition:all .5s;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;}
    .header.on .nav .e_j{top:125px;}
    .header .nav ul li:last-child .e_j{width:100%; left:auto; margin-left:0;}
    .header .nav .e_j.on{right:0;}
    .header .nav .e_j:after{display:none;}
    .header .nav .n_r{padding:0; background:none;}
    .header .nav ul li:last-child .n_r{padding:0;}
    .header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
    .header .nav .f_l p{margin:0;}
    .header .nav .f_l p a{font-size:16px; line-height:60px; color:#333; text-align:left; border-bottom:1px solid #ddd;}
    .header .nav ul li:last-child .f_l p a{line-height:60px; text-align:left;}
    .header .nav .f_l p a:hover{color:#333;}
    .header .nav .s_b{display:block; line-height:40px;}
    .header .nav .s_b i{font-size:16px; font-weight:bold;}
}

.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.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:#01a1d6; 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:#01a1d6; opacity:.8;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#fff; opacity:.6; margin:0 5px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:36px; opacity:1;}
.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{font-size:30px; font-weight:bold; letter-spacing:3px; line-height:50px;display: flex;justify-content: space-between;align-items: center;}
.pc_ban .bn_wz .bn_zc{ width: 43%;}
.pc_ban .bn_wz .bn_yc{ width: 55%;}
.pc_ban .bn_wz .bn_yc img{ max-width: 100%;height: auto;display: block;}
.pc_ban .bn_wz .bn_zc .b_t{font-size: 40px;font-weight: bold;margin-bottom: 30px;line-height: 80px;}
.pc_ban .bn_wz .bn_zc .m_s{font-size: 26px;font-weight: bold;margin-bottom: 30px;}
.pc_ban .bn_wz .bn_zc .y_w{font-size: 18px;font-family: Source Han Sans CN;text-transform: uppercase;line-height: 36px;font-weight: lighter;}
@media only screen and (max-width:1360px){
    .pc_ban .bn_wz .bn_zc .b_t{font-size: 56px;margin-bottom: 30px;}
    .pc_ban .bn_wz .bn_zc .m_s{font-size: 32px;margin-bottom: 30px;}
    .pc_ban .bn_wz .bn_zc .y_w{font-size: 20px;}
}
@media only screen and (max-width:1024px){
    .pc_ban{height:600px;}
}
@media only screen and (max-width:768px){
    .pc_ban .bn_wz .bn_zc .b_t{font-size: 40px;margin-bottom: 0px;}
    .pc_ban .bn_wz .bn_zc .m_s{font-size: 22px;margin-bottom: 0px;}
    .pc_ban .bn_wz .bn_zc .y_w{font-size: 16px;}
}
@media only screen and (max-width:640px){
.pc_ban:after{display:none;}
.pc_ban .bn_wz{flex-wrap: wrap;line-height: 40px;}
.pc_ban .bn_wz .bn_zc{ width: 100%;text-align: center;margin-bottom: 10px;}
.pc_ban .bn_wz .bn_yc{ width: 100%;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .bn_wz .bn_zc .b_t{font-size: 24px;line-height: 40px;}
.pc_ban .bn_wz .bn_zc .m_s{font-size: 16px;}
.pc_ban .bn_wz .bn_zc .y_w{font-size: 13px;line-height: 20px;}

}

.sy_bt.on{text-align: center; margin-bottom: 50px;}
.sy_bt.on span{justify-content: center;}
.sy_bt p{color: #000000;font-size: 36px;font-weight: bold;margin-bottom: 15px;}
.sy_bt span{display: flex;}
.sy_bt span i{width: 38px;height: 4px;background: #008F47; margin-right: 10px;transform: skew(-30deg);}
.sy_bt span i.on{background: #FBB12D;}
@media only screen and (max-width:1190px){
    .sy_bt p{font-size: 30px;}
    .sy_bt.on{margin-bottom: 30px;}
}
@media only screen and (max-width:640px){
    .sy_bt.on{margin-bottom: 20px;}
    .sy_bt p{font-size: 26px;}
}

.sy_cp{width: 100%;overflow: hidden;padding:90px 0px; background: url("../images/cp_bj.jpg") no-repeat top center / cover;}
.sy_cp .cp_top{ margin-bottom: 50px;display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;}
.sy_cp .cp_top .hd ul{display: flex;}
.sy_cp .cp_top .hd li{ margin-left: 15px;color: #333333;font-size: 16px;line-height: 60px;}
.sy_cp .cp_top .hd li.on{color: #009147;border-bottom: solid 2px #009147;}
.sy_cp .cp_nr .n_r{box-shadow: 0 0 20px rgba(0,0,0,.05);background: #ffffff;padding: 15px;}
.sy_cp .cp_nr .n_r .t_p{display: flex;justify-content: center;margin-bottom: 30px;height:320px; overflow:hidden;}
.sy_cp .cp_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;}
.sy_cp .cp_nr .n_r .w_z a{display: block;text-align: center;color: #333333;font-size: 18px;font-weight: bold;margin-bottom: 20px;}
.sy_cp .cp_nr .n_r .m_s{color: #656565;font-size: 14px;text-align: center;line-height: 32px;margin-bottom: 20px;}
.sy_cp .cp_nr .n_r .m_r{display: flex;width: 100%;justify-content: center;margin-bottom: 20px;}
.sy_cp .cp_nr .n_r .m_r a{width: 120px;height: 36px;text-align: center;line-height: 36px;color: #009147;font-size: 14px;-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;border: solid 1px #009147;}
.sy_cp .cp_nr .n_r .m_r a:hover{color: #fff;background: #FBB12D;border: solid 1px #FBB12D;}
@media only screen and (max-width:1190px){
    .sy_cp{padding:50px 0px;}
    .sy_cp .cp_top{ margin-bottom: 20px;}
    .sy_cp .cp_top .hd li{ font-size: 14px;line-height: 50px;}
    .sy_cp .cp_nr .n_r{padding: 20px;}
    .sy_cp .cp_nr .n_r .t_p{margin-bottom: 30px;}
    .sy_cp .cp_nr .n_r .w_z a{font-size: 18px;}
    .sy_cp .cp_nr .n_r .m_s{font-size: 13px;line-height: 30px;}
    .sy_cp .cp_nr .n_r .m_r a{width: 100px;height: 30px;line-height: 30px;font-size: 13px;}
}
@media only screen and (max-width:640px){

    .sy_cp{padding:40px 0px;}
    .sy_cp .cp_top .sy_bt{ margin-bottom: 20px;}
    .sy_cp .cp_top .hd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
    .sy_cp .cp_top .hd li{line-height: 40px;margin-left: 0px;margin-right: 0px;width: 50%;text-align:center;}
    .sy_cp .cp_nr .n_r{padding: 15px;margin-bottom: 15px;}
    .sy_cp .cp_nr .n_r .t_p{margin-bottom: 20px;height: 150px;}
    .sy_cp .cp_nr .n_r .w_z a{font-size: 16px;}
    .sy_cp .cp_nr .n_r .m_s{font-size: 12px;line-height: 26px;}
    .sy_cp .cp_nr .n_r .m_r a{font-size: 12px;}
    .sy_cp .cp_nr .n_r .m_r {
        margin-bottom: 0px;
    }
}

.sy_by{width: 100%;overflow: hidden;min-height: 325px;background: url("../images/by_bj.png") no-repeat top center;padding: 90px 0px;color: #FFFFFF;text-align: center;}
.sy_by .top{display: flex;align-items: center;margin-bottom: 30px;justify-content: center;}
.sy_by .top .b_t{font-size: 48px;font-weight: bold;margin-right: 15px;}
.sy_by .top .b_j{font-weight: bold;font-size: 30px;background: url("../images/b_bj.png") no-repeat top center;width: 250px;height: 58px;text-align: center;line-height: 58px;}
.sy_by .bottom{font-size: 24px;}
@media only screen and (max-width:768px){
    .sy_by{min-height: auto;background: url("../images/by_bj.png") no-repeat top center / cover;padding: 50px 0px 70px 0px;}
    .sy_by .top{margin-bottom: 20px;}
    .sy_by .top .b_t{font-size: 30px;margin-right: 10px;}
    .sy_by .top .b_j{font-size: 20px;}
    .sy_by .bottom{font-size: 20px;}
}
@media only screen and (max-width:640px){

    .sy_by .top .b_t{font-size: 24px;margin-right:5px;}
    .sy_by .top .b_j{font-size: 16px;}
    .sy_by .bottom{font-size: 14px;}
}

.sy_xx{width: 100%;overflow: hidden;padding: 90px 0px;}
.sy_xx .xx_bt{text-align:center;margin-bottom: 40px;}
.sy_xx .xx_bt p{color: #000000;font-size: 40px;font-weight: bold;}
.sy_xx .xx_bt span{display: block;color: #333333;font-size: 18px;line-height: 40px;}
.sy_xx .xx_nr ul{width: 100%;display: flex;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.sy_xx .xx_nr ul li{width: 33.33%;}
.sy_xx .xx_nr .n_r{display: flex;flex-wrap: wrap;}
.sy_xx .xx_nr ul li:nth-child(2) .n_r{flex-flow: column-reverse;}
.sy_xx .xx_nr .top{padding: 23px 20px;width: 100%;}
.sy_xx .xx_nr .top .b_t{color: #000000;font-size: 24px;margin-bottom: 20px;}
.sy_xx .xx_nr .top .b_t p{margin-bottom: 10px;}
.sy_xx .xx_nr .top i{display: block;width: 32px;height: 3px;background: #008F47;}
.sy_xx .xx_nr .top .m_s{color: #656565;font-size: 14px;line-height: 24px;min-height: 143px;}
.sy_xx .xx_nr .bottom{width: 100%;}
.sy_xx .xx_nr .bottom img{width: 100%;height: auto;display: block;}
.sy_xx .xx_nr ul li:nth-child(2) .top{}
@media only screen and (max-width:1430px){
    .sy_xx .xx_nr .top{padding: 15px 10px;}
    .sy_xx .xx_nr .top .m_s {
        font-size: 12px;
        line-height: 24px;
    }
    .sy_xx .xx_nr .top .b_t {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width:1024px){
    .sy_xx{padding: 50px 0px;}
    .sy_xx .xx_bt{margin-bottom: 30px;}
    .sy_xx .xx_bt p{font-size: 30px;}
    .sy_xx .xx_bt span{font-size: 16px;line-height: 32px;}
    .sy_xx .xx_nr ul {
        flex-wrap: wrap;
    }
    .sy_xx .xx_nr ul li {
        width: 100%;
    }
    .sy_xx .xx_nr .n_r {
        display: flex;
        flex-wrap: wrap;
    }
    .sy_xx .xx_nr .top {
        padding: 23px 20px;
        width: 50%;
    }
    .sy_xx .xx_nr .bottom {
        width: 50%;
    }
    .sy_xx .xx_nr ul li:nth-child(2) .n_r {
        flex-flow: row-reverse;
    }
}
@media only screen and (max-width:768px){
    .sy_xx .xx_nr .top {
        padding: 15px 10px;
    }
    .sy_xx .xx_nr .top .m_s {
        line-height: 20px;
    }
}
@media only screen and (max-width:640px){
    .sy_xx .xx_nr .top {
        width: 100%;
    }
    .sy_xx .xx_nr .bottom {
        width: 100%;
    }
    .sy_xx .xx_nr ul li:nth-child(2) .n_r {
        flex-flow: column;
    }
}

.sy_gy{width: 100%;overflow: hidden;padding: 90px 0px;background: url("../images/gy_bj.jpg") no-repeat top center / cover;}
.sy_gy .z_c .gy_zc .b_t{color: #333333;font-size: 20px;font-weight: bold; margin: 30px 0px;}
.sy_gy .z_c .gy_zc .w_z{color: #656565;font-size: 14px;line-height: 26px;padding-bottom: 20px;border-bottom: solid 1px #E7E7E7; margin-bottom: 30px;}
.sy_gy .z_c .gy_zc .l_b .n_r{display: flex;align-items: center;margin-bottom: 30px;}
.sy_gy .z_c .gy_zc .l_b .n_r .t_p{ margin-right: 15px;}
.sy_gy .z_c .gy_zc .l_b .n_r .t_p img{ max-width: 100%;height: auto;display: block;}
.sy_gy .z_c .gy_zc .l_b .n_r .r_t p{color: #008F47;font-size: 22px;font-weight: bold;line-height: 36px;}
.sy_gy .z_c .gy_zc .l_b .n_r .r_t p i{font-size: 16px;}
.sy_gy .z_c .gy_zc .l_b .n_r .r_t span{display: block;color: #656565;font-size: 13px;}
.sy_gy .r_c{width: 100%;overflow: hidden;position: relative;}
.sy_gy .r_c img{width: 100%;height: auto;display: block;}
.sy_gy .r_c .m_r{width: 170px;height: 60px;position: absolute;right: 0px;bottom: 0px; background: #008F47;text-align: center;line-height: 60px;}
.sy_gy .r_c .m_r a{color: #FFFFFF;font-size: 15px;}
@media only screen and (max-width:1360px){
    .sy_gy .z_c .gy_zc .w_z {
        line-height: 22px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:1200px){
    .sy_gy {
        padding: 70px 0px;
    }
    .sy_gy .z_c .gy_zc .b_t {
        font-size: 18px;
        margin: 20px 0px;
    }
    .sy_gy .z_c .gy_zc .l_b .n_r {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:1024px){
    .sy_gy {
        padding: 50px 0px;
    }
    .sy_gy .z_c .gy_zc .w_z {
        line-height: 20px;
        font-size: 12px;
    }
    .sy_gy .z_c .gy_zc .l_b .n_r .r_t p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width:640px){
    .sy_gy .r_c .m_r{width: 120px;height: 50px;line-height: 50px;}
    .sy_gy .r_c .m_r a{font-size: 14px;}
}

.sy_xw{width: 100%;overflow: hidden;padding: 90px 0px;}
.sy_xw .xw_nr .n_r{background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,.05);margin-bottom: 20px;}
.sy_xw .xw_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.sy_xw .xw_nr .n_r .w_z{ padding: 20px;}
.sy_xw .xw_nr .n_r .w_z .r_q{color: #999999;font-size: 13px;margin-bottom: 10px;}
.sy_xw .xw_nr .n_r .w_z .b_t{margin-bottom: 20px;}
.sy_xw .xw_nr .n_r .w_z .b_t a{color: #333333;font-size: 17px; display: block;font-weight: bold;
    height:50px;
    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 .xw_nr .n_r .w_z .m_r i{color: #CCCCCC;font-size: 30px;}
.sy_xw .xw_nr .n_r .w_z:hover i{color: #334DBF;}
@media only screen and (max-width:1199px){
    .sy_xw{padding: 70px 0px;}
}
@media only screen and (max-width:1024px){
    .sy_xw{padding: 50px 0px;}
    .sy_xw .xw_nr .n_r .w_z .b_t a {
        font-size: 15px;
        height: 45px;
    }
    .sy_xw .xw_nr .n_r .w_z .b_t {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:640px){
    .sy_xw .xw_nr .n_r .w_z .m_r i {
        font-size: 20px;
    }
    .sy_xw .xw_nr .n_r {
        margin-bottom: 15px;
    }
    .sy_xw .xw_nr .n_r .w_z {
        padding: 10px;
    }
}

.ny_ban{width:100%; height:520px; background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban:before{width:100%; height:100%; background-color:rgba(0,0,0,.2); position:absolute; top:0; left:0; content:"";}
.ny_ban:after{width:100%; height:20%; position:absolute; top:0; left:0; content:""; z-index:9;
background-image:-webkit-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));
background-image:linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));}
.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{color: #FFFFFF;text-align:center;}
.ny_ban .w_z h1{position:relative;   font-size:60px; font-weight:bold; line-height:50px; letter-spacing:3px;}
.ny_ban .w_z h3{ font-size:24px;  line-height:90px; letter-spacing:3px;}
@media only screen and (max-width:640px){
.ny_ban{height:300px;}
.ny_ban .w_z h1{font-size:2rem; line-height:3rem; letter-spacing:2px;}
.ny_ban .w_z h3{font-size:1.2rem; line-height:2rem; letter-spacing:2px;}
}

.weizhi{background: #F7F7F7;padding: 15px 0px;color: #656565;font-size: 16px;}
.weizhi a{color: #656565;font-size: 16px;}
@media only screen and (max-width:640px){
    .weizhi{padding: 10px 0px;font-size: 14px;}
    .weizhi a{font-size: 14px;}
}
.ny_gy{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_gy .b_t{text-align: center;margin-bottom: 50px;color: #061525;font-size: 36px;font-weight: bold;}
.ny_gy .n_r{color: #333333;font-size: 16px;line-height: 36px;}
.ny_gy .m_s{background: #FBFBFB;padding: 20px 30px;color: #777777;font-size: 16px;line-height: 36px;margin-top: 30px;}
.ny_gy .t_p{margin-top:30px;}
.ny_gy .t_p img{width: 100%;height: auto;display: block;}
@media only screen and (max-width:1024px){
    .ny_gy{padding: 50px 0px;}
    .ny_gy .b_t{margin-bottom: 30px;font-size: 30px;}
    .ny_gy .n_r{font-size: 14px;line-height: 30px;}
    .ny_gy .m_s{font-size: 14px;line-height: 30px;margin-top: 20px;}
    .ny_gy .t_p{margin-top:20px;}
}
@media only screen and (max-width:1024px){
    .ny_gy{padding: 50px 0px 30px 0px;}
    .ny_gy .b_t{margin-bottom: 20px;font-size: 26px;}
    .ny_gy .n_r{font-size: 12px;line-height: 26px;}
    .ny_gy .m_s{font-size: 12px;line-height: 26px;}
}

.gs_bt{text-align:center; margin-bottom:50px;}
.gs_bt h3{font-size:36px; font-weight:bold; color:#000; line-height:60px;}
.gs_bt h4{font-size:20px; color:#aaa; text-transform:uppercase; line-height:40px;}
@media only screen and (max-width:1200px){
    .gs_bt{margin-bottom:40px;}
    .gs_bt h3{font-size:26px; line-height:36px;}
    .gs_bt h4{font-size:15px; line-height:26px;}
}
@media only screen and (max-width:640px){
    .gs_bt{margin-bottom:30px;}
    .gs_bt h3{font-size:22px; line-height:32px;}
    .gs_bt h4{font-size:14px; line-height:22px;}
}

.gs_wh{padding:80px 0; background-color:#f5f5f5;}
.gs_wh .yj_zs ul{margin:0 -20px; align-items:normal;}
.gs_wh .yj_zs ul li{width:calc(33.33333333% - 40px); margin:0 20px; padding:25px; border-radius:5px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.gs_wh .yj_zs .t_b{width:90px; height:90px; border-radius:50%; background-color:#009147;
    transition:all .5s;
    -webkit-transition:all .5s;}
.gs_wh .yj_zs ul li:hover .t_b{background-color:#FBB12D;}
.gs_wh .yj_zs .t_b img{width:100%; height:auto; display:block;}
.gs_wh .yj_zs .w_z{width:calc(100% - 115px);}
.gs_wh .yj_zs .w_z h3{font-size:22px; color:#000; font-weight:bold; margin-bottom:10px;}
.gs_wh .yj_zs .w_z p{font-size:16px; line-height:24px; color:#777;}
@media only screen and (max-width:1200px){
    .gs_wh{padding:60px 0;}
    .gs_wh .yj_zs ul{margin:0 -10px; align-items:normal;}
    .gs_wh .yj_zs ul li{width:calc(33.33333333% - 20px); margin:0 10px; padding:25px 20px;}
    .gs_wh .yj_zs .t_b{width:70px; height:70px;}
    .gs_wh .yj_zs .w_z{width:calc(100% - 85px);}
    .gs_wh .yj_zs .w_z h3{font-size:20px; margin-bottom:8px;}
    .gs_wh .yj_zs .w_z p{font-size:15px;}
}
@media only screen and (max-width:992px){
    .gs_wh .yj_zs ul li{display:block;}
    .gs_wh .yj_zs .t_b{margin:0 auto;}
    .gs_wh .yj_zs .w_z{width:100%; text-align:center; margin-top:10px;}
}
@media only screen and (max-width:640px){
    .gs_wh{padding:50px 0 30px;}
    .gs_wh .yj_zs ul{margin:0;}
    .gs_wh .yj_zs ul li{width:100%; margin:0 0 20px; display:flex;}
    .gs_wh .yj_zs .t_b{margin:0;}
    .gs_wh .yj_zs .w_z{width:calc(100% - 85px); text-align:left; margin-top:0;}
}

.lx_fs{width:100%; padding:80px 0; overflow:hidden;}
.lx_fs .fs_zs ul{margin:0 -20px;}
.lx_fs .fs_zs ul li{width:calc(24% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:center;}
.lx_fs .fs_zs h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_fs .fs_zs p{color:#999;}
.lx_fs .fs_zs i{font-size:32px; line-height:50px; color:#009147;}
.lx_fs .fs_zs i.icon-dizhi1{font-size:40px;}
@media only screen and (max-width:1200px){
    .lx_fs{padding:60px 0;}
    .lx_fs .fs_zs ul{margin:0 -10px;}
    .lx_fs .fs_zs ul li{width:calc(24% - 20px); padding:20px 15px; margin:0 10px;}
    .lx_fs .fs_zs h3{font-size:15px;}
    .lx_fs .fs_zs i{font-size:30px; line-height:46px;}
    .lx_fs .fs_zs i.icon-dizhi1{font-size:38px;}
}
@media only screen and (max-width:640px){
    .lx_fs{padding:50px 0 30px;}
    .lx_fs .fs_zs ul{margin:0;}
    .lx_fs .fs_zs ul li{width:100%; margin:0 0 20px;}
}

.sw_hz{width:100%; padding:80px 0; background-color:#f5f5f5; overflow:hidden;}
.sw_hz .hz_bd ul{margin:0 -25px;}
.sw_hz .hz_bd ul li{width:calc(50% - 50px); margin:0 25px 30px;}
.sw_hz .hz_bd ul li:last-child{width:100%;}
.sw_hz .hz_bd span{display:block; font-size:15px; color:#333; margin-bottom:10px;}
.sw_hz .hz_bd .t_x{position:relative;}
.sw_hz .hz_bd .t_x i{width:50px; position:absolute; top:0; left:0; text-align:center; color:#009147; line-height:56px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:26px;}
.sw_hz .hz_bd .t_x i.icon-chuangyi-{font-size:24px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:20px;}
.sw_hz .hz_bd .t_x input{width:100%; height:56px; border-radius:3px; padding:0 15px 0 50px; background-color:#fff; color:#333; line-height:56px; display:block;}
.sw_hz .hz_bd .t_x textarea{width:100%; height:160px; border-radius:3px; padding:15px 15px 15px 50px; background-color:#fff; color:#333; line-height:26px; display:block; resize:none;}
.sw_hz .hz_bd .c_z{text-align:center;}
.sw_hz .hz_bd button{width:150px; height:56px; background-color:#009147; border-radius:3px; margin:0 10px; font-size:17px; line-height:56px; text-align:center; color:#fff; outline:none; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sw_hz .hz_bd button:hover{background-color:#009147;}
.sw_hz .hz_bd button.r_s{background-color:#aaa;}
.sw_hz .hz_bd button.r_s:hover{background-color:#555;}
@media only screen and (max-width:1200px){
    .sw_hz{padding:60px 0;}
    .sw_hz .hz_bd ul{margin:0 -15px;}
    .sw_hz .hz_bd ul li{width:calc(50% - 30px); margin:0 15px; margin-bottom:30px;}
    .sw_hz .hz_bd span{font-size:14px;}
    .sw_hz .hz_bd .t_x i{font-size:20px; line-height:50px;}
    .sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:24px;}
    .sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:18px;}
    .sw_hz .hz_bd .t_x input{height:50px; line-height:50px;}
    .sw_hz .hz_bd .t_x textarea{height:134px; padding:12px 15px 12px 50px;}
    .sw_hz .hz_bd button{width:130px; height:46px; font-size:16px; line-height:46px;}
}
@media only screen and (max-width:640px){
    .sw_hz{padding:50px 0;}
    .sw_hz .hz_bd ul{margin:0;}
    .sw_hz .hz_bd ul li{width:100%; margin:0; margin-bottom:20px;}
    .sw_hz .hz_bd .t_x textarea{height:108px;}
    .sw_hz .hz_bd button{width:110px; height:40px; font-size:15px; line-height:40px;}
}

.ny_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.ny_nr .ny_bt{margin-bottom:25px; font-size:24px; line-height:30px; color:#333;}
.ny_nr .ny_bt p{padding:20px 0px;}
.ny_nr .ny_bt .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt .t_b i.on{width: 5%;height: 2px;background: #FAB12D;}
.ny_nr .ny_bt .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:18px; color:#FFFFFF; margin-bottom:20px;background: #008F47; padding: 20px 10px;display: flex;align-items: center;}
.ny_nr .zc_lm h3 img{margin-right: 10px;}
.ny_nr .zc_lm ul li{margin-bottom:20px; 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; padding-bottom:20px; font-size:16px; line-height:28px; position:relative; color:#000;text-indent: 14px;}
.ny_nr .zc_lm ul li.on a.e_j{color: #008F47;}
.ny_nr .zc_lm i{position:absolute; top:0; right:15px; display:block; font-size:20px; line-height:28px; color:#008F47; 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:#008F47;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);}
.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:#f6f7f8; color:#008F47; 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;}
.ny_nr .cp_lb .t_p{border: solid 1px #F6F6F6;border-bottom: none;height:320px; overflow:hidden;}
.ny_nr .cp_lb .t_p img{width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;}
.ny_nr .cp_lb .w_z{background: #F5F5F5; padding: 20px 15px;}
.ny_nr .cp_lb .w_z a{display: block;color: #333333;font-size: 18px;line-height: 30px;}
.ny_nr .cp_lb .w_z .t_b{ padding: 10px 0px;display: flex;}
.ny_nr .cp_lb .w_z .t_b i{width: 11px;height: 4px;background: #000000;margin-right: 2px;}
.ny_nr .cp_lb .w_z .t_b i.on{background: #FBB12D;}
.ny_nr .cp_lb .w_z .m_s{color: #656565;font-size: 14px;}
.ny_nr .cp_lb .m_r a{color: #333333;font-size: 14px;display: flex;background: #E9EBEB;align-items: center;justify-content: space-between;line-height: 50px;}
.ny_nr .cp_lb .m_r p{margin-left: 15px;}
.ny_nr .cp_lb .m_r i{width: 50px;height: 50px;text-align: center;color: #ffffff;background: #008F47;line-height: 50px;}
.ny_nr .cp_lb .m_r:hover i{background: #FBB12D;}

.ny_nr .zc_fl{margin-bottom: 30px;}
.ny_nr .zc_cp{width: 100%;background: #FBB12D; 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: #FBB12D; padding: 5px;}
.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: #000000;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: 20px;border-bottom: solid 1px #E5E5E5;padding: 20px 0px;display: flex;align-items: center;}
.ny_nr .zc_lx .n_r li p{color: #333333;font-size: 12px;}
.ny_nr .zc_lx .n_r li i{position: relative;top: auto;right: auto;color: #696973;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{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; margin-bottom:10px;}
    .ny_nr .zc_lm ul li{margin-bottom:15px;}
    .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{padding-bottom:15px; font-size:13px; line-height:26px;}
    .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%;}
}

.ny_nr .xq_nr .yy_xq{margin-bottom:50px;}
.ny_nr .xq_nr:last-child{margin-bottom:0;}
.ny_nr .xq_nr .row{margin:0 -20px;}
.ny_nr .xq_nr .b_t{font-size:26px; font-weight:bold; line-height:40px; color:#000; margin-bottom:15px;}
.ny_nr .xq_nr .l_m{border-bottom:1px solid #eee; margin-bottom:25px;}
.ny_nr .xq_nr .l_m span{display:inline-block; min-width:130px; height:46px; background-color:#008F47; padding:0 20px; font-size:18px; line-height:46px; text-align:center; color:#fff; font-weight:bold;}
.ny_nr .xq_nr .j_s{line-height:28px; border-bottom:1px solid #eee;padding-bottom:30px;margin-bottom:30px;}
.ny_nr .xq_nr .w_z{line-height:26px;}
.ny_nr .xq_nr .w_z img{max-width:100%;}
.ny_nr .xq_nr .w_z strong{font-size:18px; line-height:32px; font-weight:bold; color:#000; display:inline-block; margin-bottom:6px;}
.ny_nr .xq_nr .w_z ul li{margin-bottom:8px;}
.ny_nr .xq_nr .w_z ul li span{color:#999;}
.ny_nr .xq_nr .c_z{margin-top:20px;}
.ny_nr .xq_nr .c_z a{display:inline-block; margin-right:20px; width:126px; height:46px; border:1px solid #008F47; background-color:#008F47; border-radius:3px; font-size:15px; line-height:44px; color:#fff; text-align:center;}
.ny_nr .xq_nr .c_z a:hover{border:1px solid #FBB12D; background-color:#FBB12D;}
.ny_nr .xq_nr .c_z a.lx_hq{background:none; color:#008F47;}
.ny_nr .xq_nr .c_z a.lx_hq:hover{border:1px solid #008F47; background-color:#008F47; color:#fff;}
.ny_nr .xq_nr table{border:1px solid #eee; background-color:#fff; border-collapse:collapse;}
.ny_nr .xq_nr table tr:nth-child(2n){background-color:#f7f7f7;}
.ny_nr .xq_nr table th{background-color:#FBB12D; padding:15px; color:#fff; font-weight:normal; text-align:center;}
.ny_nr .xq_nr table td{padding:15px; color:#333; text-align:center;}
.ny_nr .xq_nr .cp_dt{width:calc(46% - 40px); margin:0 20px;}
.ny_nr .xq_nr .cp_dt img{width:100%; height:auto; border:1px solid #ddd; display:block;}
.ny_nr .xq_nr .cp_cs{width:calc(54% - 40px); margin:0 20px;}
@media only screen and (max-width:1100px){
    .ny_nr .xq_nr .yy_xq{margin-bottom:35px;}
    .ny_nr .xq_nr .yy_xq:last-child{margin-bottom:0;}
    .ny_nr .xq_nr .row{margin:0 -15px;}
    .ny_nr .xq_nr .b_t{font-size:22px; line-height:32px; margin-bottom:10px;}
    .ny_nr .xq_nr .l_m{margin-bottom:20px;}
    .ny_nr .xq_nr .l_m span{min-width:120px; height:40px; padding:0 15px; font-size:17px; line-height:40px;}
    .ny_nr .xq_nr .j_s{line-height:26px; padding-bottom:15px;margin-bottom:15px;}
    .ny_nr .xq_nr .w_z{line-height:24px;}
    .ny_nr .xq_nr .w_z strong{font-size:17px; line-height:28px;}
    .ny_nr .xq_nr .c_z{margin-top:15px;}
    .ny_nr .xq_nr .c_z a{margin-right:15px; width:115px; height:40px; font-size:14px; line-height:38px;}
    .ny_nr .xq_nr table td{padding:10px;}
    .ny_nr .xq_nr .cp_dt{width:calc(50% - 30px); margin:0 15px;}
    .ny_nr .xq_nr .cp_dt img{width:100%; height:auto; border:1px solid #ddd; display:block;}
    .ny_nr .xq_nr .cp_cs{width:calc(50% - 30px); margin:0 15px;}
}
@media only screen and (max-width:768px){
    .ny_nr .xq_nr .cp_dt{width:calc(100% - 40px); margin:0 15px 20px;}
    .ny_nr .xq_nr .cp_cs{width:calc(100% - 40px); margin:0 15px;}
}
@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%;}
}

.xw_xq{width:100%; padding:80px 0 160px; 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{padding:3rem 0 7rem;}
.xw_xq .xq_nr .b_t{font-size:2rem; line-height:3rem; margin-bottom:1.5rem;}
.xw_xq .xq_nr .x_x{padding-bottom:2.5rem; margin-bottom:2.5rem;}
.xw_xq .xq_nr .n_r{font-size:1.4rem; line-height:2.6rem;}
.xw_xq .xq_nr .f_y{margin-top:3rem; padding-top:2rem; font-size:1.4rem;}
}


.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:#FBB12D; border:1px solid #FBB12D; color:#fff;}
@media only screen and (max-width:640px){
.ny_nr{padding:3rem 0 7rem;}
.ny_nr .xw_lb ul li{margin-bottom:2.5rem; padding-bottom:2.5rem;}
.ny_nr .xw_nr .t_p{width:100%; height:360px; margin-bottom:1.5rem;}
.ny_nr .xw_nr .w_z{width:100%;}
.ny_nr .xw_nr .w_z h3{font-size:1.8rem; line-height:2.8rem; margin-bottom:1rem;}
.ny_nr .xw_nr .w_z p{font-size:1.4rem; line-height:2.6rem; height:5.2rem; margin-bottom:1rem;}
.ny_nr .xw_nr .w_z a.m_r{border-radius:.5rem; padding:0 2rem; line-height:3.6rem;}
}


.ny_tp .tp_nr .n_r{background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,.05);margin-bottom: 20px;}
.ny_tp .tp_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_tp .tp_nr .n_r .w_z{ padding: 20px;}
.ny_tp .tp_nr .n_r .w_z .r_q{color: #999999;font-size: 13px;margin-bottom: 10px;}
.ny_tp .tp_nr .n_r .w_z .b_t{margin-bottom: 20px;}
.ny_tp .tp_nr .n_r .w_z .b_t a{color: #333333;font-size: 17px; display: block;font-weight: bold;
    height:50px;
    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_tp .tp_nr .n_r .w_z .m_r i{color: #CCCCCC;font-size: 30px;}
.ny_tp .tp_nr .n_r .w_z:hover i{color: #FBB12D;}
@media only screen and (max-width:1024px){
    .ny_tp .tp_nr .n_r .w_z .b_t a {
        font-size: 15px;
        height: 45px;
    }
    .ny_tp .tp_nr .n_r .w_z .b_t {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:640px){
    .ny_tp .tp_nr .n_r .w_z .m_r i {
        font-size: 20px;
    }
    .ny_tp .tp_nr .n_r {
        margin-bottom: 15px;
    }
    .ny_tp .tp_nr .n_r .w_z {
        padding: 10px;
    }
}

.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:#008F47; border:1px solid #008F47; color:#fff;}
.yema ul li a.on{background-color:#008F47; border:1px solid #008F47; color:#fff;}
@media only screen and (max-width:640px){
.yema{margin-top:3rem;}
.yema ul li{margin:0 .2rem;}
.yema ul li a{min-width:3.6rem; padding:0 1rem; font-size:1.4rem; line-height:3.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;}
}

.footer{width: 100%;padding: 70px 0px;background: #131D27;}
.footer .d_lg{margin-bottom: 15px;}
.footer .d_lg img{ max-width: 100%;height: auto;display: block;margin-top: 20px;}
.footer .d_nr{margin-bottom: 15px;}
.footer .d_nr .b_t{color: #FFFFFF;font-size: 17px;font-weight: bold;border-bottom: solid 1px #71777D;line-height: 60px;margin-bottom: 20px;}
.footer .d_nr ul{width: 100%;overflow: hidden;}
.footer .d_nr ul li a{display: block;color: #ffffff;font-size: 13px;line-height: 36px;}
.footer .d_yc{width: 100%;overflow: hidden;}
.footer .d_yc .b_t{color: #FFFFFF;font-size: 17px;font-weight: bold;border-bottom: solid 1px #71777D;line-height: 60px;margin-bottom: 20px;}
.footer .d_yc .on{display: flex;align-items: flex-start;color: #FFFFFF;font-size: 13px;margin-bottom: 10px;}
.footer .d_yc .on p{line-height: 26px;}
.footer .d_yc .on i{margin-right: 15px;}
.footer .d_yc .e_w{ margin-top: 20px;overflow: hidden;text-align:center;color:#FFFFFF;}
.footer .d_yc .e_w img{ max-width: 100%;height: auto;display: inline-block;}
.copyright{ color: #FFFFFF;font-size: 13px;line-height: 40px;text-align: center;background: #0E151B;}
.copyright a{color:#FFFFFF;}
@media only screen and (max-width:1200px){
    .footer{padding: 50px 0px;}
}
@media only screen and (max-width:768px){
    .footer{padding: 30px 0px;}
    .footer .d_lg{display: none;}
    .footer .d_nr{display: none;}
    .copyright{margin-bottom: 44px;}
}
.gs_wh .yj_zs .n_r{width:100%;margin-bottom:16px;}
.gs_wh .yj_zs .n_r img{width:100%;height:auto;display:inline-block;}
.gs_wh .yj_zs .n_r .gw_z{text-align:center;line-height:50px;}