body{
    font-size: 14px;
     font-family:"jxzt";
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
body a {
    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;
}
input{outline:none}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.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;}




.header {
    top: 0%;
    width: 100%;
    z-index: 99;
}
.headerw {border-top: solid 4px #2b2b2b;}
.headerwt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.headerwt .logo{}
.headerwt .top_tel{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerwt .top_tel h2{
    font-weight: 500;
    color: #dc2128;
    font-size: 24px;
}
.headerwa {
    float: left;
}
.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 {background: #2b2b2b;}
.headerwb ul {
    display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerwb ul li {
    height: 50px;
    line-height: 50px;
    margin: 0%;
    width: 100%;
    text-align: center;
}
.headerwb ul li ::before {
    content: '';
    position: absolute;
    height: 40px;
    right: 0px;
    width: 2px;
    height: 20px;
    z-index: 99;
    background: #7a7a7a;
    top: 15px;
}
.headerwb ul li:nth-child(8) ::before {
    content: '';
    position: absolute;
    height: 40px;
    right: 0px;
    width: 0px;
    height: 20px;
    z-index: 99;
    background: #7a7a7a;
    top: 15px;
}
.headerwb ul li a {
    color: #fff;
    display: block;
    position: relative;
}
.headerwb ul li:hover a{
    background: #dc2128;
    color: #fff;
}
.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{}


.banner{width:100%;}
.banner a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.nybanner{
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.nybanner img{
    width: 100%;
}


.fh_kf{
    position: fixed;
    right: 1%;
    bottom: 16%;
    z-index: 99;
}
.fh_kf .tba{
    width: 70px;
    background: #bb0000;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4%;
    padding: 9px 0px;
    position: relative;
}
.fh_kf .tba img{}
.fh_kf .tba span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.gzhwx img{
    width: 140px;
}
.tba{}
.tba:hover .tba_nr{
    display: block;
}
.tba_nr{
    position: absolute;
    right: 74px;
    top: 0%;
    height: 70px;
    background: #b00;
    border-radius: 5px;
    line-height: 70px;
    color: #fff;
    width: 182px;
    display: none;
}
.tba_tel{
    color:#fff
}

element.style {
}
@media (max-width: 768px){
  .tba .gzhwx {
    top: -204% !important;
    right: 10% !important;
    position: absolute;
    z-index: 99;
    display: none;
}  
}
.tba .gzhwx {
    top: 0%;
    right: 70px;
    position: absolute;
    z-index: 99;
    display: none;
}
.tba:hover .gzhwx {
    display: block;
}
.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%;
}




.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;
}



.fly{
    text-align: right;
    margin: 0 auto;
    margin-top: 34px;
}
.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: #bb0000;
}
.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: #bb0000;
     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: #b00;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;}

.plate_bt{
    text-align: center;
}
.plate_bt h2{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.plate_bt h4{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.plate_bt h5{
    font-weight: bold;
    font-size: 18px;
    margin-top: 1%;
}
.plate_jjwt{
    text-align: center;
    padding: 60px 0px;
}
.jjwt_nrw{
    overflow: hidden;
    margin-top: 30px;
    flex-wrap: nowrap;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.jjwt_nrw .nr{
    width: 19%;
    background: #e6e6e6;
    padding: 4% 2%;
}
.jjwt_nrw h2{
    font-size: 20px;
    margin-top: 7%;
}

.jjwt_nrw  p{
    color: #666;
    height: 80px;
    margin-top: 8%;
}
.jjwt_nrw img{
    width: 100%;
}
.hzkh_w {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hzkh_w_img{
    width: 16.666%;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #eee;
    overflow: hidden;
    flex-direction: column;
}
.hzkh_w_img h2{
    font-size: 14px;
}
.hzkh_w_img img{
    height: 87px;
}
.plate_zjtd{
    padding-bottom: 60px;
}
.zjtd_w {
    margin-top: 23px;
}
.plate_zjtd ul li{
    width: 100%;
    margin: 0%;
    box-shadow: 1px 5px 5px 1px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=135, Strength=5);
    -moz-box-shadow: 1px 5px 5px 1px #ccc;
    -webkit-box-shadow: 1px 5px 5px 1px #ccc;
    text-align: center;
}
.plate_zjtd ul li img{
    width: 100%;
}
.plate_zjtd ul li h2{
    font-size: 24px;
    color: rgb(0 0 0);
    margin: 0% 10%;
    border-bottom: solid 1px #eee;
    margin-top: 6%;
    padding-bottom: 6%;
    margin-bottom: 2%;
}
.plate_zjtd ul li p{
    font-size: 13px;
    padding: 0% 10%;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 6%;
}
.palte_pro{
    background: #eee;
    width: 100%;
}
.palte_prow{
    border-right: solid 1px #d5d5d5;
    background: #fff;
}
.prow_bt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d5d5d5;
    border-top: solid 1px #d5d5d5;
}
.prow_bt p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-left: solid 1px #d5d5d5;
    font-size: 20px;
    color: #666;
    padding: 15px 0px;
}
.prow_bt p.on{color: #c70112;}
.prow_bt p img{
    width: 25px;
    margin-right: 12px;
}
.prow_nr{}
.prow_nrw{
    display: none;
}
.prow_nrw .bt{
    border-bottom: solid 1px #c40912;
    margin: 2% 3%;
    padding-bottom: 1%;
    margin-bottom: 0%;
}
.prow_nrw .bt h2{
    display: inline-block;
    font-size: 20px;
    color: #c70112;
    margin: 0%;
    margin-right: 13px;
}
.prow_nrw .bt h3{
    display: inline-block;
    color: #999;
    font-size: 20px;
    margin: 0%;
}
.prow_nrw .bt a{
    display: inline-block;
    float: right;
    color: #c70112;
}
.prow_nrw.active{
    display: block;
}
.prow_nrw ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2%;
    margin: 0%;
    flex-wrap: wrap;
    width: 102%;
}
.prow_nrw ul li{
    margin: 0%;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.prow_nrw ul li img{
    width: 100%;
}
.prow_nrw ul li .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 218px;
    overflow: hidden;
}
.prow_nrw ul li h2{
    text-align: center;
    font-size: 18px;
    margin-top: 3%;
    color: #666;
}
.plate_zsfx{}
.plate_zsfx ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plate_xuey .plate_zsfx ul li h2{
    font-size: 20px!important;
    color: #333;
}
.prow_nrw img{
    width: 100%;
}
.plate_szal{
    background: url(../image/fwsja.jpg);
    background-size: cover;
    height: 300px;
}
.plate_szalw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plate_szalw p{
    width: 33.3%;
    height: 300px;
    line-height: 300px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.plate_szalw p span{
    font-size: 40px;
    font-weight: bold;
}
.plate_xuey{
    border: solid 1px #eee;
    margin-top: 50px;
}
.plate_xuey .prow_nrw{
    display: block;
}
.prow_nrw .bt img{
    width: 25px;
    margin-top: -6px;
    margin-right: 5px;
}
.plate_xuey .prow_nrw ul li {
    margin: 0%;
    width: 24%;
    margin-bottom: 2%;
}
.plate_xuey .prow_nrw ul li h2 {
   font-size: 14px;
}
.plate_case{
    border: solid 1px #eee;
    margin-top: 50px;
}
.casew{
    padding: 2%;
}
.casew_nr{
    overflow: hidden;
    margin-top: 3%;
}

.casew_nr ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.casew li{
    width: 47%;
    margin-bottom: 2%;
}
.casew li .img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 184px;
}
.casew li img{
    width: 100%;
}
.casew li h2{
    font-size: 14px;
    font-weight: bold;
    margin-top: 3%;
    color: #666;
}
.casew li p{
    color: #666;
    margin-top: 3%;
    line-height: 1.8;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
}
.casew .bt{
    border-bottom: solid 1px #c40912;
    margin: 0% 0%;
    padding-bottom: 1%;
    margin-bottom: 0%;
}
.casew .bt img{
    width: 25px;
    margin-top: -6px;
    margin-right: 5px;
}
.casew .bt h2{
    display: inline-block;
    font-size: 20px;
    color: #c70112;
    margin: 0%;
    margin-right: 13px;
}
.casew .bt h3{
    display: inline-block;
    color: #999;
    font-size: 20px;
    margin: 0%;
}
.casew .bt a{
    display: inline-block;
    float: right;
    color: #c70112;
}
.plate_mfzd{
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-top: 60px;
}
.plate_mfzdw{
    text-align: center;
    margin-top: 34px;
}
.plate_news{
    padding: 2%;
    border: solid 1px #eee;
    margin-top: 50px;
}
.plate_news .bt{
    border-bottom: solid 1px #c40912;
    margin: 0% 0%;
    padding-bottom: 1%;
    margin-bottom: 0%;
    margin-bottom: 2%;
}
.plate_news .bt img{
    width: 25px;
    margin-top: -6px;
    margin-right: 5px;
}
.plate_news .bt h2{
    display: inline-block;
    font-size: 20px;
    color: #c70112;
    margin: 0%;
    margin-right: 13px;
}
.plate_news .bt h3{
    display: inline-block;
    color: #999;
    font-size: 20px;
    margin: 0%;
}
.plate_news .bt a{
    display: inline-block;
    float: right;
    color: #c70112;
}
.news_w{}
.news_w ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_w ul li{
    width: 48%;
    float: left;
    margin: 0%;
    line-height: 3;
    border-bottom: dashed 1px #eee;
}
.news_w ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_w ul li a h2{
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
    width: 80%;
    font-size: 14px;
    color: #666;
    margin: 0%;
}
.news_w ul li a p{
    color: #999;
    font-size: 12px;
}
.news_w ul li:hover a h2{
    color: #b00;
}
.foot{
    background: #444;
    margin-top: 60px;
    padding: 30px 0px;
}
.footw{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footwa{
    width: 152px;
}
.footwa:nth-child(2){
    width: 246px;
}
.footwa h2{
    font-size: 16px;
    color: #fff;
    margin-bottom: 17px;
}
.footwa p{}
.footwa p a{
    display: block;
    width: 50%;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
    padding-right: 2%;
    background: url(../image/jtou.jpg) center left;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.footwb{
    width: 381px;
}
.footwb h3{
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}
.footwb p{
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
}
.footwc{
    text-align: center;
}
.footwc img{
    width: 150px;
}
.footwc p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 9px;
}
.footbq{
    text-align: center;
    background: #333;
    color: #999;
    font-size: 12px;
    padding: 19px 0px;
}
.footbq a{
    color: #999;
    padding: 0px 11px;
}
.mian{
    padding: 60px 0px;
    overflow: hidden;
}
.mian_l{
    float: left;
    width: 250px;
}
.mian_lt{}
.mian_lt h2{
    background: url(../image/libg.jpg);
    font-size: 18px;
    height: 33px;
    padding-left: 34px;
    line-height: 33px;
    font-size: 20px;
}
.mian_lt .ejdhw{}
.mian_lt .ejdhw a{
    background: #eee;
    color: #666;
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 24px;
    border-bottom: dashed 2px #fff;
    font-size: 15px;
}
.mian_lt .ejdhw .erji{
}
.mian_lt .ejdhw .erji a{background: #eee;color: #666;font-size: 14px;padding-left: 39px;}

.mian_lt .ejdhw a:hover{
    background: #999;
    color: #fff;
}
.mian_lt .ejdhw a img{
    padding-right: 9px;
}
.mian_lb{}
.mian_lb a{
    display: flex;
    background: #eee;
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
    font-size: 16px;
    margin: 18px 0px;
}
.mian_lb img{
    width: 32px;
}
.mian_lc{
    background: #eee;
}
.mian_lc h2{
    background: #b00;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.ckst_bg{
    padding: 6%;
}
.ckst_bgt{}
.ckst_bgt input{
    width: 100%;
    border: solid 1px #eee;
    padding: 9px 6px;
    margin-bottom: 11px;
}
.ckst_bgb{}
.ckst_bgb input{
    width: 100%;
    border: 0;
    background: #333;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.mian_r{
    width: 920px;
    float: right;
}
.mian_rt{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mian_rt .mian_rtl{
    font-size: 16px;
    font-weight: bold;
    color: #b00;
}
.mian_rt .mian_rtr{color: #666;}
.mian_rt .mian_rtr a{
}
.mian_rt .mian_rtr span{
    color: #b00;
}
.mian_rb{}
.about_nr{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.about_nr img{
    width: 100%;
    height: auto;
}
.case_nr{}
.case_nr ul{
    overflow: hidden;
    width: 102%;
}
.case_nr ul li{
    float: left;
    width: 31.33%;
    border: solid 1px #eee;
    margin-right: 2%;
    margin-bottom: 2%;
}
.case_nr ul li .img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 175px;
}
.case_nr ul li img{
    width: 100%;
    height: 244.718px;padding: 5%;
    margin-bottom: 0%;
}
.case_nr ul li h2{
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 10px 0%;
    line-height: 20px;
}
.zjtd_nr ul li h2{
    display: block;
    font-size: 16px;
}
.case_nr ul li:hover{
    border: solid 1px #b00;
}
.case_nr ul li:hover h2{
    color: #fff;
    background: #b00;
}
.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;
}
.newsxqnyb img ,.newsxqnyb video{
    
width: 100%;
}
.newsxqnyb video{
    
width: 100%;
    
height: 600px;
}
.newsxqnyc {
    line-height: 2;
    color: #666;
}
.newsxqnyc p {margin: 0px;}
.newsxqnyc a {
    color: #333;
}
.news_nr{}
.news_nr ul{}
.news_nr ul li{
    line-height: 2.4;
}
.news_nr ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_nr ul li h2{
    font-size: 15px;
    color: #666;
    margin: 0%;
    background: url(../image/newsjt.jpg) center left;
    background-repeat: no-repeat;
    padding-left: 12px;
}
.news_nr ul li p{
    color: #999;
    font-size: 13px;
}
.news_nr ul li:hover h2{
    color: #b00;
}
.news_nr ul li:nth-child(5n){
    margin-bottom: 35px;
}
.top_hyu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 7px 0%;
}
.top_hyul{
    font-size: 12px;
    color: #b00;
}
.top_hyur{}
.top_hyur a{
    padding-left: 10px;
    color: #666;
}
.lxwm_ny {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
}
.lxwm_nyr{
}
.lxwm_nyr h2{
    font-size: 24px;
    font-weight: bold;
}
.lxwm_nyr p{
    line-height: 2;
    margin-top: 16px;
    font-size: 16px;
    color: #666;
}
.lxwm_nyr p img{
    width: 150px;
}
.lxwm_nyl{
    width: 600px;
}

.manf {
    padding-bottom: 100px;
}
.manf  h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}


.hzkh_w{
    overflow: hidden;
    margin-top: 40px;
}
.hzkh_w img{padding: 7%;}
.plate_hzkh{
    margin-top: 60px;
}
.zsfx_nr{}
.zsfx_nr ul{
    overflow: hidden;
    width: 102%;
}
.zsfx_nr ul li{
    float: left;
    width: 31.33%;
    border: solid 1px #eee;
    margin-right: 2%;
    margin-bottom: 2%;
}
.zsfx_nr ul li .img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
}
.zsfx_nr ul li img{
    width: 100%;
    padding: 5%;
    margin-bottom: 0%;
}
.zsfx_nr ul li h2{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 10px 0%;
    line-height: 20px;
    padding-bottom: 18px;
    display: none;
}
.zsfx_nr ul li:hover{
    border: solid 1px #b00;
}
.zsfx_nr ul li:hover h2{
    color: #fff;
    background: #b00;
}
@media (max-width: 768px){
  .headerw {
    padding: 0%;
}  
.headerwa {
    float: left;
    width: 34%;
}
.headerwa img {
    width: 100%;
}
.navbar-toggler {
    background: #ffffff;
    float: right;
    color: #35a3ab;
    font-size: 18px;
    outline: none;
    padding: 7px 10px;
    display: none;
}
.headerwb {
    display: none;
}
.headerwb ul {
   
}
.headerwb ul li {
    width: 25%;
    display: block;
    height: auto;
    border-bottom: 1px solid hsl(0deg 0% 93% / 38%);
    float: left;
    position: relative;
    margin: 0;
    border-left: 1px solid hsl(0deg 0% 93% / 38%);
    border-right: 1px solid hsl(0deg 0% 93% / 38%);
}
.top_hyu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 7px 0%;
    display: none;
}
.w1200 {
    width: 90%;
}
.headerwt .top_tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.logo img{
        width: 100%;
}
.headerwt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 5% 0%;
}
.headerwb {
    display: block;
}
.headerwb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
}
.headerwb ul li ::before {
    content: '';
    position: absolute;
    height: 40px;
    right: 0px;
    width: 2px;
    height: 20px;
    z-index: 99;
    background: #7a7a7a;
    top: 15px;
    display:none;
}
.fh_kf .tbc {
    background: #333;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
    display: none;
}
.fh_kf {
    position: fixed;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 100%;
}
.fh_kf .tba {
    width: 33.3%;
    background: #bb0000;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 0%;
    padding: 9px 0px;
    position: relative;
    float: left;
}
    .tba_nr{
    position: absolute;
    right: -20px;
    top: 0%;
    height: 70px;
    background: #b00;
    border-radius: 5px;
    line-height: 70px;
    color: #fff;
    width: 182px;
    display: none;
}
.plate_jjwt {
    text-align: center;
    padding: 10% 0%;
}
.plate_bt h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
    .jjwt_nrw{
    width: 90%;
}
.jjwt_nrw img {
    width: 100%;
}
.plate_bt h4  {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
.hzkh_w_img h2{
    font-size: 12px;
}
.plate_bt {
    text-align: center;
    padding: 0% 5%;
}

.plate_zjtd ul li {
    width: 48%;
    margin: 0%;
    box-shadow: 1px 5px 5px 1px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=135, Strength=5);
    -moz-box-shadow: 1px 5px 5px 1px #ccc;
    -webkit-box-shadow: 1px 5px 5px 1px #ccc;
    text-align: center;
    margin-bottom: 5%;
}

.plate_zjtd ul li p {
    font-size: 12px;
    padding: 0% 10%;
    color: #666;
    line-height: 1.6;
    padding-bottom: 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.plate_zjtd ul li h2 {
    font-size: 18px;
    
    padding-bottom: 6%;
    margin-bottom: 2%;
}
.prow_bt p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-left: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666;
    padding: 8px 0px;
}
.prow_nrw .bt {
    border-bottom: solid 1px #c40912;
    margin: 6% 6%;
    padding-bottom: 3%;
    margin-bottom: 0%;
}
.prow_nrw ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6%;
    margin: 0%;
    flex-wrap: wrap;
    width: 100%;
}
.prow_nrw ul li {
    margin: 0%;
    width: 100%;
    margin-bottom: 4%;
}

.prow_nrw ul li h2 {
    text-align: center;
    font-size: 14px;
    margin-top: 3%;
    color: #666;
}
.prow_bt p img {
    width: 16px;
    margin-right: 12px;
}
.prow_nrw .bt h2 {
    display: inline-block;
    font-size: 15px;
    color: #c70112;
    margin: 0%;
    margin-right: 13px;
}
.prow_nrw .bt h3 {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin: 0%;
}
.plate_szalw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.plate_szalw p {
    width: 100%;
    height: auto;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.plate_szalw p span {
    font-size: 30px;
    font-weight: bold;
}
.prow_nrw ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    overflow: hidden;
}
.plate_xuey .prow_nrw ul li {
    margin: 0%;
    width: 47%;
    margin-bottom: 6%;
}
.casew li .img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 114px;
}
.plate_case {
    border: solid 1px #eee;
    margin-top: 10%;
}
.plate_xuey {
    border: solid 1px #eee;
    margin-top: 10%;
}
.plate_mfzd {
    width: 100%;
    background: #f2f2f2;
    padding-top: 10%;
    margin-top: 10%;
}
.plate_mfzdw img{
    width: 100%;
}
.news_w ul li {
    width: 100%;
    float: left;
    margin: 0%;
    line-height: 3;
    border-bottom: dashed 1px #eee;
}
.news_w ul li a h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 72%;
    font-size: 14px;
    color: #666;
    margin: 0%;
}
.footwa {
    width: 152px;
    display: none;
}
.footbq {
    text-align: center;
    background: #333;
    color: #999;
    font-size: 12px;
    padding: 19px 10px;
    padding-bottom: 90px;
}
.mian {
    padding: 10% 0%;
    overflow: hidden;
}
.mian_l {
    float: none;
    width: 100%;
}
.mian_lc {
    background: #eee;
    display: none;
}
.mian_r {
    width: 100%;
    float: none;
}
.mian_rt .mian_rtl {
    font-size: 16px;
    font-weight: bold;
    color: #b00;
    display: none;
}
.case_nr ul li {
    float: left;
    width: 97.33%;
    border: solid 1px #eee;
    margin-right: 2%;
    margin-bottom: 2%;
}
.news_nr ul li h2 {
    font-size: 15px;
    color: #666;
    margin: 0%;
    background: url(../image/newsjt.jpg) center left;
    background-repeat: no-repeat;
    padding-left: 12px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.newsxqnya h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nybanner img {
    width: 200%;
}
.lxwm_ny {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap: wrap;
}
.lxwm_nyr {
    margin-bottom: 10%;
    width: 100%;
}
.join_book_wrap>dl>input.ip1 {
    width: 100%;
    background: #f9f9f9;
    border: none;
    padding: 3% 2%;
    margin-bottom: 1%;
    border: solid 1px #eee;
}
.manf {
    padding-bottom: 10%;
}
.casew li {
    width: 47%;
    margin-bottom: 2%;
}
.hzkh_w_img {
    width: 50%;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #eee;
    overflow: hidden;
    flex-direction: column;
}
.hzkh_w_img img {
    height: 50px;
}
.case_nr ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: auto;
}
.zsfx_nr ul li {
    float: left;
    width: 98%;
    border: solid 1px #eee;
    margin-right: 0%;
    margin-bottom: 4%;
}
}