body{
    font-size: 14px;
     font-family:"jxzt";
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
d {
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}
body li {
    list-style-type: none;
}
p, ul, li,h5,h4,h3,h2,h1 {
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}
img, a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
a:hpver{
    
}
input{outline:none}

/*mianbaoxie------------------------------------------------*/
.dede_pages {text-align:center;margin-bottom:50px;}
.dede_pages ul {display:inline-block;margin-top:40px;}
.dede_pages ul li {width:auto;padding:0px;border:0px;background:#f9f9f9;color:#999;margin:0px;margin:0px 3px;border:solid 1px #f9f9f9;padding:4px 8px;float:left;}
.dede_pages ul li.thisclass {background:#fc6701;color:#FFF;}
.dede_pages ul li a {color:#999;}
.dede_pages ul li:hover {background:#fc6701;}
.dede_pages ul li:hover a {display:block;background:#fc6701;color:#FFF;}
/*mianbaoxie------------------------------------------------*/


/*daohang------------------------------------------------*/
.header {
    top: 0%;
    width: 100%;
    z-index: 99;
}
.headerw {
   
}
.headerwa {
    
display: flex;align-items: center;justify-content: space-between;height: 160px;}
.headerwa .logo{display: flex;align-items: center;}
.headerwa .logo logo{}
.headerwa .logo_wz{
    text-align: center;
}
.headerwa .logo_wz h2{font-size: 18px;font-family: Microsoft YaHei;font-weight: 500;color: #666;}
.headerwa .logo_wz p{font-size: 18px;font-family: Microsoft YaHei;color: #333333;margin-top: 8px;font-weight: bold;color: #efa30b;}
.headerwa .tel{display: flex;}
.tel_dh{display: flex;align-items: center;justify-content: space-between;}
.tel_dh img{}
.tel_dh .dh{
    padding-left: 11px;
}
.tel_dh .dh h5{font-size: 15px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;}
.tel_dh .dh h2{font-size: 26px;font-family: DIN;font-weight: bold;color: #efa30b;}
.tel_zx{display: flex;border-left: solid 1px #e9e9e9;
    padding-left: 22px;
    margin-left: 22px;}
.tel_zx .tb{margin-left: 23px;text-align: center;}
.tel_zx .tb img{}
.tel_zx .tb P{font-size: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;margin-top: 8px;}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}

.headerwb {
    height: 60px;
    border: 1px solid #E2E2E2;
    }
.headerwb ul {
    display: flex;
height: 60px;align-items: center;}
.headerwb ul li {
    margin: 0%;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
    }
.headerwb ul li a {
    color: #333;
    font-size: 15px;
    display: block;
}
.headerwb ul li:after{
    content:
    '';
    width: 1px;
    height: 22px;
    background: #e2e2e2;
    display: block;
    position: absolute;
    top: 30%;
    right: 0%;
}
.headerwb ul li:hover a{color: #efa30b;font-weight: bold;}
.headerwb ul li:hover ul{}
.headerwb ul li ul{
    display: none;
}
.headerwb ul li:hover ul li{}
.headerwb ul li:hover ul li a{}
.headerwb ul li:hover ul li a:hover{}
/*daohang------------------------------------------------*/
/*banner-------------------------------------------------*/
.banner{width:100%;}
.banner a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img{width: 100%;}
/*banner-------------------------------------------------*/
/*fudongkefu------------------------------------------------*/
.fh_kf{
    position: fixed;
    right: 1%;
    bottom: 16%;
    z-index: 99;
}
.fh_kf .tba{
    width: 70px;
    background: #0c4da1;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4%;
    padding: 9px 0px;
position: relative;}
.fh_kf .dh{display: none;}
.fh_kf .tba:hover .dh{display: block;position: absolute;right: 72px;background: #0c4da1;top: 0px;height: 69px;border-radius: 5px;text-align: center;line-height: 69px;color: #fff;font-size: 18px;padding: 0px 21px;}
.fh_kf .tba img{
}
.fh_kf .tba span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.tba .gzhwx {
    top: 0%;
    right: 76px;
    position: absolute;
    z-index: 99;
    display: none;
}
.tba:hover .gzhwx {
    display: block;
}
.tba:hover .gzhwx img{width: 140px;}
.fh_kf .tbb{
    background: #2b4695;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
}
.fh_kf .tbc{
    background: #333;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
cursor: pointer;}
/*fudongkefu------------------------------------------------*/


/*jinchangxiaoguo----------------------------------------------*/
.frtop{
        opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}
.started .frtop {
    opacity: 1;
    transform: none;
}
.frleft{
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.frright{
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.started .frleft {
    opacity: 1;
    transform: none;
}
.started .frright {
    opacity: 1;
    transform: none;
}
/*jinchangxiaoguo----------------------------------------------*/


.fly{
    text-align: center;
    width: 74%;
    margin: 0 auto;
    margin-top: 5%;
}
.page-status,.page-index,.page-last{
    
display: none;
}
.page-pre,.page-next{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}
.page-pre:hover,.page-next:hover{
    background-color: #ef9f00;
}
.page-pre:hover a,.page-next:hover a{
     color: #fff;
}
.page-pre a,.page-next a{
    display: block;
    color: #fff;
}
{
    display: inline-block;
}
.page-next a{}
.page-numbar{
    display: inline-block;
    margin: 0px 3px;
}
.page-numbar a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}
.page-numbar a:hover{
     background-color: #ef9f00;
     color: #fff;
}

.souym{
    background: #f2f2f2;
    padding: 60px 0px;
}
.souym ul{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
}
.souym ul li{
    border-bottom: solid 1px #eee;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.souym ul li .img{
    float: left;
    width: 300px;
}
.souym ul li .img img{
    width: 100%;
}
.souym ul li .nr{
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}
.souym ul li .nr h2{
    font-weight: bold;
    font-size: 16px;
}
.souym ul li .nr h3{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.souym ul li .nr a{
    display: block;
    background: #f5f5f5;
    text-align: center;
    width: 120px;
    border-radius: 6px;
    color: #999;
    padding: 8px 0px;
    margin-top: 19%;
}
.souym ul li:hover .nr a{
    background: #0072d1;
    color: #fff;
}
.xmhz{
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.join_book>form>article>.fr{ max-width:40%;}
.join_book_wrap{width: 100%;}
.join_book_wrap>dl{margin-bottom: 1%;font-size: 16px;}
.join_book_wrap>dl>input{ display:inline-block; outline:none;}
.join_book_wrap>dl>input.ip1{width: 100%;background: #f9f9f9;border:none;padding: 1% 2%;margin-bottom: 1%;border: solid 1px #eee;}
.join_book_wrap>dl>select{cursor:pointer;width: 100%;display:inline-block;background: #f9f9f9;border:none;padding: 1.5% 2%;box-sizing:border-box;-webkit-appearance:none;color:#777;outline:none;margin-bottom: 1%;border: solid 1px #eee;}
.join_book_wrap>dl>input.ip3{width:98.8%;background:#f3f3f3;border:none;padding: 1.5% 2%;}
.join_book_wrap>dl>input.ip5{background: #333;color:#fff;cursor:pointer;line-height: 1.7;font-size:16px;padding: 1% 9%;border:none;-webkit-appearance:none;width: 100%;}
.join_book_wrap>dl>textarea.ip4{width:98.8%;background: #f9f9f9;border:none;padding: 1.5% 2%;min-height:0.5rem;outline:none;height: 200px;border: solid 1px #eee;}


.w1400{
        width: 74%;
    margin: 0 auto;
}
.p10{
    padding: 5% 0%;
}
.nybanner{
    position: relative;
}
.nybanner img{
    width: 100%;
}
.nybanner .wz{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nybanner .wz h2{
    width: 74%;
    color: #fff;
    text-align: left;
    z-index: 999;
    font-size: 36px;
}
.mbx{
    position: absolute;
    bottom: 4%;
    z-index: 999;
    width: 100%;
}
.mbx_w{
    width: 74%;
    margin: 0 auto;
    color: #fff;
}
.mbx_w a{
    color: #fff;
}
.pro_ejdh{
    background: #f6f6f6;
    padding: 2% 0%;
}
.pro_ejdhw{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.pro_ejdhw a{
    width: 15%;
    background: #fff;
    margin-right: 1%;
    text-align: center;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}
.pro_ejdhw a:hover{
    background: #ef9f00;
    color: #fff;
}
.products {
}
.products ul{
    width: 102%;
    overflow: hidden;
}
.products ul li{
    float: left;
    width: 23%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.products ul li .img{
    border: solid 1px #eee;
    border-radius: 7px;
}
.products ul li img{
    width: 100%;
}
.products ul li h2{
    text-align: center;
    font-size: 18px;
    margin-top: 6%;
}
.products ul li:hover{}
.products ul li:hover .img{
    border: solid 1px #efa30b;
}
.products ul li:hover .img img{}
.products ul li:hover .nr h2{
    color: #efa30b;
}
.pro_xq{
    background: #f5f5f5;
    padding: 5% 0%;
}
.pro_xq_top{
    width: 74%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    padding: 3%;
    border-radius: 20px;
}
.pro_xq_topl{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.gallery-top{width: 80%;}
.pro_xq_topl img{
    width: 100%;
}
.gallery-thumbs{
    width: 20%;
}
.gallery-thumbs .swiper-slide{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px!important;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border: solid 1px #004795;
}
.gallery-thumbs .swiper-slide img{}
.gallery-thumbsl{
    position: absolute;
    left: 10px;
    width: 27px;
    height: 70px;
    top: 10px;
    background: url(../images/leftg.png);
}
.gallery-thumbsr{
    position: absolute;
    right: 10px;
    width: 27px;
    height: 70px;
    background: #000;
    top: 10px;
    background: url(../images/rightg.png);
}
.pro_xq_topr{
    float: right;
    width: 46%;
    margin-top: 40px;
}

.pro_xq_topr h2{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    border-bottom: dashed 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pro_xq_topr .nr{
    line-height: 1.7;
}
.pro_xq_cpsx{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid rgba(221,221,221,1);
}
.pro_xq_cpsx h2{
    height: 38px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
    background: rgba(225,225,225,1);
    color: rgba(51,51,51,1);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.pro_xq_cpsx p{
    border-bottom: 1px solid rgba(221,221,221,1);
}
.pro_xq_cpsx p b{
    background: #f9f9f9;
    display: inline-block;
    width: 20%;
    text-align: right;
    border-right: 1px solid rgba(221,221,221,1);
    padding: 8px;
    font-weight: 500;
    color: #999;
}
.pro_xq_cpsx p span{
    padding: 8px;
    color: #666;
}
.pro_xq_nrsj{
    width: 74%;
    margin: 0 auto;
    margin-top: 5%;
    border-radius: 20px;
    overflow: hidden;
}
.nrsj_bt{
    background: #ef9f00;
}
.nrsj_bt span{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #fff;
}
.nrsj_bt span.on{
}
.nrsj_bt span:hover{
    color: #fff;
    background: #f60;
}
.nrsj_nr{
    padding: 3%;
    font-size: 16px;
    line-height: 2;
    background: #fff;
}
.nrsj_nrw{
    display: none;
}
.nrsj_nrw.active{
    display: block;
}
.proxq_yskd {
    border: solid 1px #eee;
}
.proxq_ys{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 40px;
}
.proxq_ysw{
    width: 27%;
    text-align: center;
}

.proxq_ysw img{
    width: 60px;
}
.proxq_ysw .wz{
    padding-left: 12px;
}
.proxq_ysw .wz h4{
    font-weight: bold;
    margin-top: 15px;
}
.proxq_ysw .wz p{
    font-size: 13px;
    margin-top: 15px;
    color: #666;
    line-height: 1.8;
}
.lx{
    overflow: hidden;
    margin-top: 20px;
}
.lxl{
    float: left;
    width: 48%;
    background: #ef9f00;
    text-align: center;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #fff;
}
.lxr{
    float: right;
    width: 48%;
    background: #333;
    text-align: center;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    color: #fff;
}
.lxr a{
    color: #fff;
}
.proxq_cpjs{
    border: solid 1px #eee;
    margin-bottom: 30px;
}
.proxq_cpjs .nr{
    padding: 22px;
    font-size: 16px;
    line-height: 2;
}
.proxq_bt{
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.proxq_bt h2{
    margin: 0%;
    font-size: 22px;
    font-weight: 500;
    background: #f11414;
    color: #fff;
    padding: 11px 23px;
}
.proxq_bt h4{
    margin: 0%;
}
.plate_rmgjc{background: #fff;}
.rmgjc_w {display: flex;align-items: center;justify-content: space-between;height: 100px;}
.rmgjc_title{}
.rmgjc_title h4{}
.rmgjc_title h4 img{}
.rmgjc_title h4 b{font-size: 15px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #0C4DA1;padding-left: 9px;}
.rmgjc_title p{margin-top: 5px;}
.rmgjc_title p a{font-size: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;}
.rmgjc_title p a:hover{color: #ef9f00;}
.rmgjc_sou{

width: 480px;
height: 50px;
background: #FFFFFF;
border: 1px solid #E2E2E2;
border-radius: 25px;}
.rmgjc_sou form{display: flex;align-items: center;justify-content: space-between;}
.rmgjc_sou form input{width: 70%;height: 45px;border: 0;border-radius: 50px;padding-left: 5%;}
.rmgjc_sou form button{width: 50px;height: 50px;border-radius: 50%;border: 0;background: url(../images/sousuo.png) center center;color: rgb(0 0 0 / 0%);background-color: #ef9f00;background-repeat: no-repeat;}


.plate_bt{
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
}
.plate_bt h2{
    color: #333333;
    font-weight: bold;
    font-size: 36px;
}
.plate_bt p{
    color: #999;
    margin-top: 10px;
    font-size: 13px;
}


.plate_pro {
    background: #f6f6f6;
}
.plate_pro  ul{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;}
.plate_pro  ul li{float: left;width: 23%;transition: all ease 0.5s;background: #fff;margin-bottom: 2%;padding: 2% 1%;box-shadow: 0 0 10px rgb(0 0 0 / 6%);}
.plate_pro  ul li img{width: 100%;transition: all ease 0.5s;}
.plate_pro  ul li .img{display: flex;overflow: hidden;align-items: center;justify-content: center;height: 229px;overflow: hidden;}
.plate_pro  ul li h2{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;text-align: center;}
.plate_pro  ul li:hover{}
.plate_pro  ul li:hover h2{color: #ef9f00;font-weight: bold;}
.plate_pro  ul li:hover img{transform: scale(1.1);}

.plate_case {}
.plate_case ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.plate_case ul li{width: 49%;overflow: hidden;}
.plate_case ul li:nth-child(3){
    position: relative;
}
.plate_case ul li .img{overflow: hidden;}
.plate_case ul li .img img{
    width: 100%;
    transition: all ease 0.5s;
}
.plate_case ul li:hover .img img{
    width: 100%;
    transform: scale(1.2);
}
.plate_case ul li .nr{
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
}
.plate_case ul li .nr h2{
    color: #fff;
    font-size: 18px;
}
.plate_case ul li:nth-child(1){position: absolute;left: 0;width: 25%;height: 50%;}
.plate_case ul li:nth-child(2){position: absolute;left: 0;width: 25%;height: 49%;bottom: 0%;}
.plate_case ul li:nth-child(4){position: absolute;right: 0;width: 25%;height: 49%;}
.plate_case ul li:nth-child(5){position: absolute;right: 0;width: 25%;height: 49%;top: 50%;}
.plate_about {}
.plate_aboutw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f6f6;
}
.plate_aboutl{
    width: 50%;
}
.plate_aboutl img{
    width: 100%;
}
.plate_aboutr{
    padding: 5%;
    width: 50%;
}
.plate_aboutr h2{
    font-size: 36px;
    font-weight: bold;
}
.plate_aboutr h5{
    font-size: 13px;
    color: #999;
    margin-top: 2%;
    margin-bottom: 5%;
}
.plate_aboutr p{
    line-height: 30px;
    color: #333;
    margin-bottom: 22px;
}
.plate_aboutr a{
    background: #fff;
    border-radius: 50px;
    width: 140px;
    display: block;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #333;
}
.plate_aboutr a:hover{
    background: #ef9f00;
    color: #fff;
}
.plate_aboutr ul{
    display: flex;
}
.plate_aboutr ul li{
    background: #fff;
    width: 100%;
    margin-right: 1px;
    margin-top: 46px;
    text-align: center;
    padding: 6% 0%;
}
.plate_aboutr ul li h3{
    font-size: 50px;
    color: #ef9f00;
    font-weight: bold;
}
.plate_aboutr ul li h4{
    color: #999;
    margin-top: 10px;
}
.plate_news {}
.news_w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_wl{
    width: 47%;
}
.news_wl .img{}
.news_wl .img img{
    width: 100%;
}
.news_wl .nr{
    margin-top: 4%;
}
.news_wl .nr h2{
    font-size: 18px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_wl .nr p{
    color: #666;
    line-height: 1.8;
    margin-top: 2%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_wl .nr span{
    background: #f5f5f5;
    border-radius: 50px;
    width: 140px;
    display: block;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #333;
    margin-top: 15%;
}
.news_wl:hover{}
.news_wl:hover a{}
.news_wl:hover a .nr h2{
    color: #ef9f00;
}
.news_wl:hover a .nr span{
    background: #ef9f00;
    color: #fff;
}
.news_wr{
    width: 47%;
}
.news_wr a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5%;
    border-bottom: solid 1px #eee;
    padding-bottom: 5%;
}
.news_wr a .sj{
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.news_wr a .sj h2{
    font-size: 24px;
    font-family: Arial;
    color: #333;
}
.news_wr a .sj span{
    font-size: 13px;
    color: #999;
    margin-top: 3px;
}
.news_wr a .nr{
    width: 81%;
} 
.news_wr a .nr h2{
    font-size: 18px;
    color: #333;
}
.news_wr a .nr p{
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
} 

.news_wr a:hover{}
.news_wr a:hover .sj{
    background: #ef9f00;
}
.news_wr a:hover .sj h2{
    color: #fff;
}
.news_wr a:hover .sj span{
    color: #fff;
}
.news_wr a:hover .nr{
    color: #ef9f00;
}
.news_wr a:hover .nr h2{
    color: #ef9f00;
}

.plate_hzhb{
    background: #f8f8f8;
    padding: 5% 0%;
    position: relative;
}
.plate_hzhbw {
    overflow: hidden;
}
.plate_hzhbw .swiper-slide{}
.plate_hzhbw .swiper-slide img{
    width: 100%;
}
.hzhbw_gd{
    position: absolute;
    width: 100%;
    left: 0%;
    top: 64%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 6%;
}
.hzhbw_gdl{
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hzhbw_gdl:hover{
    background: #ef9f00;
}
.hzhbw_gdl:hover img{
    filter: brightness(100);
}
.hzhbw_gdr{
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
}
.hzhbw_gdr:hover{
    background: #ef9f00;
}
.hzhbw_gdr:hover img{
    filter: brightness(100);
}



.foot{
    background: #111111;
    padding: 5% 0%;
}
.footw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footwl{}
.db_logo{}
.db_logo img{}
.db_nav{
    background: #333333;
    height: 58px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 7%;
    margin: 7% 0%;
}
.db_nav a{
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
}
.db_nav a:hover{
    color: #ef9f00;
}
.db_lxwm{
    display: flex;
}
.db_lxwm .lxwm_nr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 29px;
}
.db_lxwm .lxwm_nr img{}
.db_lxwm .lxwm_nr .nr{
    padding-left: 16px;
}
.db_lxwm .lxwm_nr .nr h5{
    color: #999;
    font-size: 13px;
}
.db_lxwm .lxwm_nr .nr h2{
    font-size: 22px;
    color: #ffffff;
    margin-top: 8px;
}
.db_lxwm .lxwm_nr:nth-child(3) .nr h2{
    font-size: 14px;
    color: #ffffff;
    width: 243px;
    line-height: 1.6;
}
.footwr{
    text-align: center;
}
.footwr img{}
.footwr h3{
    font-size: 16px;
    color: #fff;
}
.footwr p{
    color: #999;
    font-size: 13px;
    margin: 10% 0%;
}
.footbq{
    background: #111;
    border-top: solid 1px #333;
    padding: 1.5% 0%;
}
.footbqw{
    color: #fff;
}
.footbqw a{
     padding-left: 15px;
     color: #999;
}
.case_ny{
    margin-bottom: 6%;
}
.case_nyw{}
.case_nyw ul{}
.case_nyw ul li{
    margin-bottom: 3%;
    background: #f5f5f5;
}
.case_nyw ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case_nyw ul li .nr{
    padding: 3%;
    width: 55%;
}
.case_nyw ul li .nr h2{
    font-size: 28px;
    border-bottom: solid 1px #c3c3c3;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.case_nyw ul li .nr h3{
    font-size: 16px;
    font-weight: 100;
    color: #999;
}
.case_nyw ul li .nr p{
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin-top: 5%;
}
.case_nyw ul li .nr h6{
    background: #fff;
    width: 140px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #666;
    margin-top: 4%;
    transition: all ease 0.5s;
}
.case_nyw ul li .img{
    width: 40%;
    overflow: hidden;
}
.case_nyw ul li .img img{
    width: 100%;
    transition: all ease 0.5s;
}
.case_nyw ul li:hover{}
.case_nyw ul li:hover .img{
}
.case_nyw ul li:hover .img img{
    transform: scale(1.2);
}
.case_nyw ul li:hover .nr{}
.case_nyw ul li:hover .nr h2{
    color: #ef9f00;
}
.case_nyw ul li:hover .nr h6{
    background: #ef9f00;
    color: #fff;
}

.news_ny{margin-bottom: 6%;}
.news_nyw{}
.news_nyw ul{}
.news_nyw ul li{
    background: #fff;
    transition: all ease 0.5s;
    border-bottom: solid 1px #eee;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.news_nyw ul li a{
}
.news_nyw ul li .img{
    width: 25%;
}
.news_nyw ul li .img img{
    width: 100%;
}
.news_nyw ul li .nr{
}
.news_nyw ul li .nr h2{
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_nyw ul li .nr h2 b{
}
.news_nyw ul li .nr h2 span{
    font-size: 13px;
    color: #999;
}
.news_nyw ul li .nr p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    width: 80%;
    margin: 0%;
    margin-top: 2%;
}
.news_nyw ul li .nr h6{
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 30px 0 0;
    padding-right: 25px;
    background: url(../images/right1.png) right center no-repeat;
    transition: all ease 0.5s;
}
.news_nyw ul li:hover{
}
.news_nyw ul li:hover .nr h2{
    color: #154680;
}
.news_nyw ul li:hover .nr h6{
    color: #164781;
}
.mianrbottom{
}
.newsxqnya {
    text-align: left;
    border-bottom: #ededed 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya h2 {
    font-size: 36px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya p{font-size: 16px;}
.newsxqnya p span {
    display: inline-block;
    padding-right: 3%;
    color: #c1c1c1;
    font-size: 14px;
}
.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}
.newsxqnyb {
    line-height: 200%;
    font-size: 15px;
    line-height: 1.8;
    min-height: 290px;
}
.newsxqnyc {
    line-height: 2;
    color: #666;
}
.newsxqnyc p {margin: 0px;}
.newsxqnyc a {
    color: #333;
}
.newx_tj{border-top: solid 1px #eee;padding-top: 3%;}
.newx_tj h3{background: #0c4da1;display: inline-block;color: #fff;padding: 1% 4%;font-size: 16px;font-weight: bold;}
.newx_tj ul{display: flex;align-items: flex-start;justify-content: space-between;margin-top: 3%;flex-wrap: wrap;}
.newx_tj ul li{width: 48%;margin: 0%;margin-bottom: 2%;}
.newx_tj ul li a{display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.newx_tj ul li .img{width: 25%;}
.newx_tj ul li .img img{width: 100%;}
.newx_tj ul li .nr{width: 72%;}
.newx_tj ul li .nr h2{font-size: 18px;margin-bottom: 2%;}
.newx_tj ul li .nr p{display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;color: #666;line-height: 1.6;}
.lxwm_ny{display: flex;align-items: flex-start;justify-content: space-between;}

.lxwm {
    padding: 100px 0px;
}
.lxwm_bt{
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 36px;
    margin-bottom: 80px;
}
.lxwm ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.lxwm ul li{
    width: 32%;
    background: #f6f6f6;
    padding: 37px;
    margin: 0%;
    margin-bottom: 1.3%;
}
.lxwm ul li img{}
.lxwm ul li h3{
    font-size: 13px;
    color: #666;
    margin-top: 40px;
}
.lxwm ul li h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 768px){
  .headerw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 5%;
    height: 80px;
}  
.headerwa {
    float: left;
    width: 44%!important;
    margin: 0%!important;
    height: auto;
}
.headerwa img {
    width: 100%;
}
.navbar-toggler {
    background: #ef9f00;
    display: inline-block;
    float: right;
    color: #333;
    font-size: 18px;
    outline: none;
    padding: 7px 10px;
}
.headerwb {
    display: none;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0%;
    background: #fff;
    z-index: 999;
    border: 0px;
    border-top: solid 1px #eee;
}
.headerwb ul {
    flex-direction: row;
    display: inline-block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.headerwb ul li {
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid hsl(0deg 0% 93% / 38%);
    float: left;
    position: relative;
    margin: 0;
}
.headerwa .logo_wz {
    text-align: center;
    display: none;
}
.headerwa .tel {
    display: flex;
    display: none;
}
.w1400 {
    width: 90%;
    margin: 0 auto;
}
.rmgjc_w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    flex-direction: column;
}
.rmgjc_title {
    padding: 7% 0%;
}
.rmgjc_sou {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 25px;
    padding-bottom: 3%;
}
.plate_rmgjc {
    background: #fff;
    padding-bottom: 10%;
}
.p10 {
    padding: 10% 0%;
}
.plate_bt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
    text-align: center;
}
.plate_bt h2 {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}
.plate_bt p {
    color: #999;
    margin-top: 10px;
    font-size: 11px;
}
.plate_pro ul li {
    float: left;
    width: 50%;
    transition: all ease 0.5s;
    background: #fff;
    margin-bottom: 2%;
    padding: 0% 1%;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    padding-bottom: 5%;
}
.plate_pro ul li .img {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}
.plate_pro ul li h2 {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.plate_case ul li:nth-child(1) {
    position: relative;
    left: 0;
    width: 49%;
    height: auto;
}
.plate_case ul li:nth-child(2) {
    position: relative;
    left: 0;
    width: 49%;
    height: auto;
    bottom: 0%;
}
.plate_case ul li:nth-child(3) {
    position: relative;
    width: 100%;
    margin-top: 1%;
      margin-bottom: 1%;
}
.plate_case ul li:nth-child(4) {
    position: relative;
    right: 0;
    width: 49%;
    height: auto;
}
.plate_case ul li:nth-child(5) {
    position: relative;
    right: 0;
    width: 49%;
    height: auto;
    top: 0%;
}
.plate_aboutw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f6f6;
    flex-direction: column;
}
.plate_aboutl {
    width: 100%;
}
.plate_aboutr {
    padding: 5%;
    width: 100%;
}
.plate_aboutr h2 {
    font-size: 24px;
    font-weight: bold;
}
.plate_aboutr ul {
    display: flex;
    display: none;
}
.news_w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.news_wl {
    width: 100%;
    margin-bottom: 10%;
}
.news_wr {
    width: 100%;
}
.news_wr a .nr h2 {
    font-size: 15px;
    color: #333;
}
.news_wr a .nr p {
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    font-size: 12px;
}
.db_nav {
    background: #333333;
    height: 58px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 7%;
    margin: 7% 0%;
    display: none;
}
.db_logo img {
    width: 100%;
}
.footw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.footwl {
    width: 100%;
}
.db_lxwm {
    display: flex;
    flex-direction: column;
    margin: 10% 0%;
    align-items: flex-start;
}
.db_lxwm .lxwm_nr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0%;
    margin: 2% 0%;
}
.footwr {
    text-align: center;
    display: none;
}
.footbq {
    background: #111;
    border-top: solid 1px #333;
    padding: 4.5% 0%;
    text-align: center;
    font-size: 12px;
}
.rmgjc_title p a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.nybanner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.nybanner img {
    width: 220%;
}
.nybanner .wz h2 {
    width: 90%;
    color: #fff;
    text-align: left;
    z-index: 999;
    font-size: 24px;
}
.mbx_w {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
.pro_ejdh {
    background: #f6f6f6;
    padding: 3% 0%;
}
.pro_ejdhw a {
    width: 49%;
    background: #fff;
    margin-right: 1%;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    font-size: 12px;
    color: #333;
}
.about_nr  img{
    width: 100%;
}
.products ul li {
    float: left;
    width: 100%;
    margin-bottom: 5%;
    margin-right: 0%;
}
.products ul li h2 {
    text-align: center;
    font-size: 14px;
    margin-top: 3%;
}
.pro_xq_top {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    padding: 3%;
    border-radius: 20px;
}
.pro_xq_top {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    padding: 3%;
    border-radius: 20px;
    flex-direction: column;
}
.pro_xq_topl {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
.gallery-thumbs {
    width: 100%;
    display: none;
}
.pro_xq_topr {
    float: right;
    width: 100%;
    margin-top: 10%;
}
.pro_xq_topr h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border-bottom: dashed 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.pro_xq_nrsj {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    border-radius: 20px;
    overflow: hidden;
}
.nrsj_bt span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.nrsj_nr {
    padding: 5%;
    font-size: 14px;
    line-height: 2;
    background: #fff;
}
.case_nyw ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.case_nyw ul li .img {
    width: 100%;
    overflow: hidden;
}

.case_nyw ul li .nr {
    padding: 10%;
    width: 100%;
}
.newx_tj h3 {
    background: #0c4da1;
    display: inline-block;
    color: #fff;
    padding: 4% 11%;
    font-size: 16px;
    font-weight: bold;
}
.newx_tj ul li {
    width: 100%;
    margin: 0%;
    margin-bottom: 6%;
}
.newx_tj ul li .img {
    width: 25%;
    display: none;
}
.newx_tj ul li .nr {
    width: 100%;
}
.newsxqnya h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lxwm_bt {
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin-bottom: 10%;
}
.lxwm ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.lxwm ul li {
    width: 100%;
    background: #f6f6f6;
    padding: 8%;
    margin: 0%;
    margin-bottom: 1.3%;
}
.lxwm {
    padding: 10% 0%;
}
.join_book_wrap>dl>input.ip1 {
    width: 100%;
    background: #f9f9f9;
    border: none;
    padding: 3% 2%;
    margin-bottom: 1%;
    border: solid 1px #eee;
}
.join_book_wrap>dl>input.ip5 {
    background: #333;
    color: #fff;
    cursor: pointer;
    line-height: 1.7;
    font-size: 16px;
    padding: 5% 9%;
    border: none;
    -webkit-appearance: none;
    width: 100%;
}
}


