@charset "utf-8";

ul, ol, li, dl, dd, dt {
  list-style-type: none;
  line-height: normal;
}
.right_list {  }
 
 
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:"."}
.l{float:left}
.r{float:right}
.fl{float:left!important}
.fr{float:right!important}
.bor{border:1px dashed #999}
.poab{position:absolute}
.pore{position:relative;   }
.texto{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 

.flex{display:flex;flex-wrap:wrap;justify-content:space-between;}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v-bottom{display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;}

 
.wp{width:1200px;margin:0 auto;max-width:1630px}
 




@media screen and (max-width:1200px){
.wp{width:100%;margin:0 auto;}
 
}
  

 
.header{ z-index:99;width:100%; }
/* header */
 
.contentus{
    display: inline-block;
    line-height: 30px;
}

.en{
    display: inline-block;
    line-height: 30px;
    margin-right: 30px;
}

.headerBot{
    padding: 5px 0;
    box-sizing: border-box;
    
}



/* nav */
.nav1 {
    text-align: justify;
}

.nav1::after {
    content:
        '';
    display: inline-block;
    height: 0;
    width: 100%;
}
.nav{background:#990000;}
.nav ul li {
    /* float: left; */
    position: relative; 
    width: calc(100% /8);
    display: inline-block;
}

.nav ul li>a {
    color: #fff;
    display: block;
    width: 100%;
    font-size:16px;
    padding: 13.5px 0;
}
.nav ul li>a::before{
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}
.nav ul li>a::after{
    background: rgba(0, 0, 0, .1);
}
.nav ul li:hover {
    cursor: pointer;

}




.nav ul li.on>a {
    text-align: center;
    color: #fff;
    font-weight:bold;
    background: #8f000b;
}

.nav ul li.on .subNav {
    display: block;

}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 20px;
    text-align: left;
}

.nav ul li.on .subNav dl dd a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 8px 10px 8px 10px;
}



.nav ul li.on .subNav dl dd a:hover {
    color: #fff;
    background-color: #8c0000;
}

.subNav dd:hover a {
    font-weight: bold;
}

.subNav {
    left: 0;
    width: 100%;
    top: 49px;
    z-index: 0;
    /* padding: 20px 0; */
    background: #8f000b;
    box-sizing: border-box;
}



.subNav dd:hover {
    background: #9c0000;
}

.subNav dd:hover a {
    color: #fff;
}

 /* nav */
    
    .nav li {
        display: block;
        text-align: center;
        position: relative;
    }
    
 
    .subNav {
        width: 100%;
        position: absolute;
        padding-bottom: 4px;
        left: 0px;
        display: none;
        z-index: 100;
    }
    
    .subNav a {
        font-size: 16px;
        line-height: 36px;
        padding: 0 10px;
        text-align: center;
        color: #fff;
        display: block;
        /* margin: 0px 12%; */
        /* padding: 0 0 0 63px; */
    }
    
    .nav li:hover .subNav {
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
        animation-duration: 0.6s;
        -webkit-animation-duration: 0.6s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        visibility: visible !important;
        display: block;
    }
    
  .gp-white,
    .gp-white * {
        color: #fff
    }

.header_box_li {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;

}




.header_box_li::before {
  content: "";
  position: absolute;
  height: 19.125rem;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  background: url(/mains/dhbj.png) center no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  pointer-events: none;
}
.header .mian-nav-m{display: none;float: right;}
.header .mian-nav-h{width: 100%}

 
.header .logo{width: 31.25%; padding-right: 3%;background: url(../images/bg.jpg) }
.header .logo img{}
.headerR{width: 68.75%; padding-top: 25px}





.header-t{margin-bottom: 10px}
.header-t a{color: #fff;line-height: 36px;background: #d85c40;border: 1px solid #df7f69;border-radius: 50px;font-family:"SourceHanSerifCN-Bold";padding: 0 20px;margin-right: 20px}
.header-t .inp{border: 1px solid #df7f69;border-radius: 50px;line-height: 36px;height: 36px;background: #990000;color: #fff;padding: 0 55px 0 15px;width: 300px}
.header-t .sub{position: absolute;right: 0;top:9px;width: 45px;height: 20px;background: url(../images/ser.svg) no-repeat 10px center;padding-right: 5px;
  background-size: 20px 20px;border: none; border-left:1px solid #df7f69 ;z-index: 3;cursor: pointer;} 
 
 
 
 
.main-banner{margin:0 auto;width:100%;}
.main-banner .header-t{ }
.main-banner a{color: #fff;line-height: 36px; font-family:"SourceHanSerifCN-Bold";  }
.main-banner .inp{border: 0px solid #df7f69; border-radius: 50px;line-height: 55px;height:55px; color: #133571;;padding: 0 55px 0 55px;width: 350px;background: url(/mains/searchindex.png) no-repeat 20px;}
.main-banner .sub{position: absolute;right:15px; width:55px;height:35px; padding-right: 5px;border-radius: 50px;padding-top:-10px;
  background-size: 20px 20px;border: none;  z-index: 3;cursor: pointer;color:#E62129;background: none;font-size:20px;}  
.main-banner .search-top {
  
  border-radius:55px;
  overflow: hidden;
  margin: 0 auto 1.5625vw;
  background: url(/maincss/opacity1.png);
  padding: 0;
  float: none;
}  
  
.header .mian-nav{width: 100%}
.header .mian-nav ul{}


.header .mian-nav ul li{position:relative;font-size:19px;transition:.3s;text-align: center;line-height: 30px;margin-left: 2.7%}
 
.header .mian-nav ul li>a{position: relative;color: #333; }
.header .mian-nav ul li>a span{display: block;font-size: 14px;text-align:center;color: #999999;margin-top: 5px}
.header .mian-nav ul li:before{position:absolute;bottom:-10px;left:50%;width:0;height:2px;background:#990000;content:"";transition:width .5s}
.header .mian-nav ul li:after{position:absolute;bottom:-10px;right:50%;width:0;height:2px;background:#990000;content:"";transition:width .5s}
.header .mian-nav ul li:hover:before{width:30%}
.header .mian-nav ul li:hover:after{width:30%}

.header .sub-nav{position:absolute;top:100%;left:50%;z-index:99;padding-top:22px;min-width: 160px;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: .3s;}
.header .sub-nav .sub-nav-h{text-align:center;position: relative;}.header .sub-nav .sub-nav-h{   }
.header .sub-nav .sub-nav-h a{display:block;font-size:16px;line-height:35px;margin-bottom: 1px;transition: .3s;background: rgba(255,255,255,.7); }
.header .sub-nav .sub-nav-h a:last-child{ border-bottom:0px solid #eee; }
.header .sub-nav .sub-nav-h a:hover{ color: #990000}
.header .sub-nav .sub-nav-h a.lineheight{ line-height:15px;height:15px; }

.header .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);border: 8px solid transparent;border-bottom-color: rgba(255,255,255,.7);top:-16px;}
.header .mian-nav ul li:hover .sub-nav{opacity: 1;visibility: inherit;}
.header .mian-nav ul li:hover>a,.mian-nav ul li:hover>a span,.mian-nav ul li:hover>.dropdown-toggle:after{color: #990000}





.menu-btn{z-index:999;overflow:hidden;margin-left:35px;width:32px;height:36px;background:0 0;text-indent:-5260px;opacity:1;position: relative;z-index: 999;}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:50%;display:block;right: 0;
  width:32px;height:2px;background:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color}
.menu-btn .line-1{margin-top:-10px;width:28px}
.menu-btn .line-3{margin-top:10px;width:28px}
.drawerMenu-open .menu-btn .line-1{visibility:hidden}
.drawerMenu-open .menu-btn .line-2{margin-top:0!important;width:32px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.drawerMenu-open .menu-btn .line-3{margin-top:0!important;width:32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}



.searchbtn{width: 30px;text-align: center;line-height: 40px}
.searchbtn i{color: #c80d17;font-size: 18px}
.mobNav{position: fixed;top:50px;left: 0;right: 0;bottom: 0; background: rgba(255,255,255,.95);z-index: 98;padding-top: 53px;padding: 40px 5% 30px;display: none}
.mobNav ul{height: 70vh;overflow: auto}
.mobNav ul li{padding: 15px 0;border-bottom: 1px solid #ddd}
.mobNav ul li:last-child{border-bottom: 0}
.mobNav ul li .navp a{font-size: 15px;color:  #990000;font-weight: bold;}
.mobNav ul li .navp i{display: block;width: 16px;transition: .3s;transform-origin: center;margin-right: 5px;height: 16px;background: url(/mains/ten.png) no-repeat center;background-size: 16px 16px}
.mobNav ul li.on .navp i{transform: rotate(-45deg);}
.mobNav ul li .subNavm{margin-top: 10px;padding-left: 10px;display: none}
.mobNav ul li .subNavm a{display: block;line-height: 30px;font-size:14px }
.mobNav .toplink{margin-bottom: 20px}
.mobNav .toplink a:nth-child(1){height: 30px;line-height: 30px;text-align: center;border: 1px solid #990000;width: 45%;transition: .3s;font-size: 14px;color:  #990000}
.mobNav .toplink a:nth-child(2){height: 30px;line-height: 30px;text-align: center;border: 1px solid #990000;background: #990000;width: 45%;transition: .3s;color: #fff;font-size: 14px}


.headerm{display: none;position: fixed;left: 0;right: 0;top:0;z-index: 99;background: #9A0000; padding-right: 4%;padding-left: 4%}
 

.logo1{
    width: 274px;
    display: inline-block;
    vertical-align: middle;
}
.logo2{
    width:205px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}



@media screen and (max-width:1440px){
.header .mian-nav ul li{font-size:17px;}
  
}
@media screen and (max-width:1366px){

.header .mian-nav ul li{font-size: 16px}
.headerR{padding-top: 10px}
.header-t a{line-height:55px;font-size: 14px}
.header-t .inp{line-height: 55px;height:55px;}
.header-t .sub{top:5px;width: 45px;height: 45px;background-size: 16px 16px
 }
 .header .mian-nav ul li:before{position:absolute;bottom:-5px;}
.header .mian-nav ul li:after{position:absolute;bottom:-5px;}
.header .sub-nav{padding-top:18px}
.header .sub-nav .sub-nav-h a{font-size:14px;line-height:40px;}
}

.main-banner {
  width: 1200px;
 
margin-left: auto;
margin-right: auto;
   
}
.main-banner .swiper-button-next{background: url(/images/l.png) no-repeat  center; }
.main-banner .swiper-button-prev{background: url(/images/r.png) no-repeat  center; }


@media screen and (max-width:1279px){
body{ padding-top:80px;}
.nav{ display:none;}

.logo1{
    width: 204px;
    display: inline-block;
    vertical-align: middle;
}
.logo2{
    width:158px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}


.main-banner {
  width:100%;height:auto} 
 .in-banner .swiper-slide a{ width: 100%;margin:0 auto} 
 
 .in-banner .swiper-slide img{ width: 100%;margin:0 auto} 
.header{display: none}
.pcNav{display: none}
.headerm{display: flex;}
.in-banner .swiper-slide{height:none;min-height:none}
}
@media screen and (max-width:980px){

}
@media screen and (max-width:640px){
 
.menu-btn{margin-left: 15px}

.logo1{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
}
.logo2{
    width:100px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
}
 
@media screen and (max-width:360px){

}

 es up{0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}
}

 
@media screen and (max-width:1366px){

}

@media screen and (max-width:768px){
.in-banner .swiper-slide:before{display: none}
.in-banner .swiper-button-next{width: 40px;height: 40px;bottom: 5%;right: calc(50% - 50px)}
.in-banner .swiper-button-prev{width: 40px;height: 40px;bottom: 5%;left: calc(50% - 50px);right: auto;}
.in-banner .swiper-button-next:before{width: 60px;height: 12px;left: 50%;background-size: 60px 12px;top:11px;}
.in-banner .swiper-button-prev:before{width: 60px;height: 12px;right: 50%;background-size: 60px 12px;top:11px;}
.footer .home-footer .fmid .aleft{margin-bottom:0;}
.footer .home-footer .fmid .frightb .flex-left{display:none;}
}
@media screen and (max-width:640px){

.in-banner .slog{width: 60%;transform: translateY(-55%) translateX(-50%);}
.in-banner .slog span:first-child {
    margin-bottom: 10px;
}
.footer .home-footer .fleft{ margin-bottom: 10px;}
.in-banner .swiper-button-next{width: 35px;height: 35px;bottom: 5%;right: calc(50% - 40px)}
.in-banner .swiper-button-prev{width: 35px;height: 35px;bottom: 5%;left: calc(50% - 40px);right: auto;}
.in-banner .swiper-button-next:before{width: 50px;height: 12px;left: 50%;background-size: 50px 12px;top:9px;}
.in-banner .swiper-button-prev:before{width: 50px;height: 12px;right: 50%;background-size: 50px 12px;top:9px;}
}


 
 
 
.footer{ position:relative;padding:20px 0;background:#eee;background-size:cover;font-size:14px;border-top:4px solid #BD2B3B;}
.footer a{color:#333}
.footer .home-footer{max-width:1630px;margin:0 auto;width:100%}
.footer .home-footer .copyright{font-weight:bold;color:#555;margin-top:50px}
.footer .home-footer .copyright span{margin:0 8px;color:#333}
.footer .home-footer .copyright a{position:relative;background-image:linear-gradient(hsla(0,0%,100%,.7),hsla(0,0%,100%,.7));background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.footer .home-footer .copyright a:hover{background-size:100% 1px}
.footer .home-footer .fright,.footer .home-footer .fright a{color:#333; }
.footer .home-footer .fmid{color:#333}
.footer .home-footer .fmid .aleft{ margin-bottom:20px;}
.footer .home-footer .fmid .aleft p{padding:5px 0}
.footer .home-footer .fmid .aleft img{height:20px;margin-right:5px;opacity:.6;display:inline-block;vertical-align:-5px}
.footer .home-footer .fmid .aleft .impact{/*font-size:22px*/}
.footer .home-footer .fright .aright .imglink{text-align:center;margin-left:15px;position:relative}
.footer .home-footer .fright .aright .imglink a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:5}
.footer .home-footer .fright .aright .imglink img{border:1px dashed #d9836e;margin-bottom:8px;transition:.3s}
.footer .home-footer .fright .aright .imglink:hover img{background:#b93b1e}
.footer .home-footer .fright .aright .imglink:last-child img{border:0}
.footer .home-footer .fmid .frightb{font-weight:bold}
.footer .home-footer .fmid .frightb img{display:inline-block;vertical-align:-8px;margin-right:5px}
.footer .home-footer .fmid .frightb a{margin:0 10px;display:inline-block}
@media screen and (max-width:1760px){.footer .home-footer .fright .aright .imglink img{width:95px}
.footer .home-footer .copyright{margin-top:20px}
.footer .home-footer .copyright span:last-child{display:block}
.footer .home-footer .footlogo img{height:60px}
.footer .home-footer .fmid .frightb a{margin:0 5px}
}
@media screen and (max-width:1440px){.footer .home-footer .fright .aright .imglink{margin-left:10px}
.footer .home-footer .fright .aright .imglink img{width:88px}
}
@media screen and (max-width:1366px){.footer .home-footer .fright .aright .imglink img{width:80px}
.footer .home-footer .footlogo img{height:50px}
.footer .home-footer .fmid .aleft p{padding:3px 0}
}
@media screen and (max-width:1279px){.footer .home-footer .fleft{width:100%;text-align:center;margin-bottom:20px}
.footer .home-footer .copyright span{display:inline-block}
 #flink{display:none;}
}
@media screen and (max-width:980px){.footer .home-footer .fmid{width:100%;text-align:center;margin-bottom:30px}
.footer .home-footer .fmid .frightb .flex-left{justify-content:center}
.footer .home-footer .fright{width:100%}
.footer .home-footer .fright .aright .imglink{margin-left:0}
.footer .home-footer .fright .aright{margin:0 auto;max-width:450px;width:100%}
}
@media screen and (max-width:640px){.footer .home-footer .fmid .aleft .impact{/*font-size:18px*/}
.footer .home-footer .copyright span{display:inline;padding:5px 0;font-size:14px}
.footer .home-footer .fmid .aleft p{padding:5px 0;font-size:14px}
.footer .home-footer .fmid .frightb .rr{width:100%;display:flex;justify-content:center;flex-wrap:wrap}
.footer .home-footer .fmid .frightb .rr a{width:50%;margin:5px 0;text-align:center}
.footer .home-footer .fright .aright .imglink{width:24%;font-size:12px}
.footlogo{display:none;}
.footer{padding:10px 0 30px;} 
.footer .home-footer .fleft{margin-bottom: 10px;}
}

 


/*分页s*/ 
.pb_sys_common{font-size:12px;font-family:SimSun;line-height:12px;color:#222}.pb_sys_common a{text-decoration:none}.pb_sys_common .p_pages{margin-left:-5px}.pb_sys_common .p_fun_d,.pb_sys_common .p_no_d,.pb_sys_common .p_no_o,.pb_sys_common .p_fun a,.pb_sys_common .p_no a{border:1px solid #ccc;padding:5px 8px;margin:0 0 0 5px;height:24px;-height:auto;line-height:12px;box-sizing:border-box;display:inline-block;vertical-align:middle}.pb_sys_common .p_t{line-height:12px;margin:0;padding:0;display:inline-block;vertical-align:middle}.pb_sys_common .p_fun_d,.pb_sys_common .p_no_d,.pb_sys_common .p_no_o{color:#ccc}.pb_sys_common .p_fun a,.pb_sys_common .p_no a{color:#222}.pb_sys_common .p_dot{margin-left:4px;margin-right:-4px;color:#222}.pb_sys_common .p_goto input,.pb_sys_common .p_search input{font-family:SimSun;font-size:12px;border:1px solid #aaa;height:22px;line-height:20px;box-sizing:border-box;vertical-align:middle;outline-width:thin;outline-color:#258cff;margin:0 2px;padding:0 1px}.pb_sys_common .p_goto input{width:22px;text-align:center}.pb_sys_common .p_search input{width:100px;text-align:left}.pb_sys_common .p_goto input:hover,.pb_sys_common .p_goto input:focus,.pb_sys_common .p_search input:hover,.pb_sys_common .p_search input:focus{border:1px solid #258cff}.pb_sys_common .p_goto a,.pb_sys_common .p_search a{border:1px solid #ccc;padding:5px 6px;color:#222;margin:0;height:24px;-height:auto;line-height:12px;display:inline-block;box-sizing:border-box;vertical-align:middle}.pb_sys_common .p_dosize_d,.pb_sys_common .p_dosize a{border-right:1px solid #ccc;padding:1px 5px;color:#888}.pb_sys_common .p_dosize_d{color:#222}.pb_sys_common .p_dosize a:hover{color:#222}.pb_sys_common .p_dosize_last_d,.pb_sys_common .p_dosize_last a{border-right-width:0}.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{display:none}.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{display:none}.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{display:none}.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{display:none}.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{display:none}.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover,.pb_sys_style1 .p_goto a:hover,.pb_sys_style1 .p_search a:hover,.pb_sys_style2 .p_no a:hover,.pb_sys_style2 .p_fun a:hover,.pb_sys_style2 .p_goto a:hover,.pb_sys_style2 .p_search a:hover,.pb_sys_style3 .p_no a:hover,.pb_sys_style3 .p_fun a:hover,.pb_sys_style3 .p_goto a:hover,.pb_sys_style3 .p_search a:hover,.pb_sys_style4 .p_no a:hover,.pb_sys_style4 .p_fun a:hover,.pb_sys_style4 .p_goto a:hover,.pb_sys_style4 .p_search a:hover{background-color:#f5f5f5}.pb_sys_style1 .p_no_d{border:1px solid #258cff;color:#fff;background-color:#258cff}.pb_sys_style2 .p_no_d{border:1px solid #f04646;color:#fff;background-color:#f04646}.pb_sys_style3 .p_no_d{border:1px solid #32b907;color:#fff;background-color:#32b907}.pb_sys_style4 .p_no_d{border:1px solid #888;color:#fff;background-color:#888}.pb_sys_style5 .p_fun_d,.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no_o,.pb_sys_style5 .p_fun a,.pb_sys_style5 .p_no a,.pb_sys_style5 .p_goto a,.pb_sys_style5 .p_search a,.pb_sys_style6 .p_fun_d,.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no_o,.pb_sys_style6 .p_fun a,.pb_sys_style6 .p_no a,.pb_sys_style6 .p_goto a,.pb_sys_style6 .p_search a,.pb_sys_style7 .p_fun_d,.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no_o,.pb_sys_style7 .p_fun a,.pb_sys_style7 .p_no a,.pb_sys_style7 .p_goto a,.pb_sys_style7 .p_search a,.pb_sys_style8 .p_fun_d,.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no_o,.pb_sys_style8 .p_fun a,.pb_sys_style8 .p_no a,.pb_sys_style8 .p_goto a,.pb_sys_style8 .p_search a{border:1px solid transparent}.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover,.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover,.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover,.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.pb_sys_style5 .p_fun a:hover,.pb_sys_style5 .p_goto a:hover,.pb_sys_style5 .p_search a:hover,.pb_sys_style6 .p_fun a:hover,.pb_sys_style6 .p_goto a:hover,.pb_sys_style6 .p_search a:hover,.pb_sys_style7 .p_fun a:hover,.pb_sys_style7 .p_goto a:hover,.pb_sys_style7 .p_search a:hover,.pb_sys_style8 .p_fun a:hover,.pb_sys_style8 .p_goto a:hover,.pb_sys_style8 .p_search a:hover{text-decoration:underline}.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover{border:1px solid #258cff;color:#fff;background-color:#258cff}.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover{border:1px solid #f04646;color:#fff;background-color:#f04646}.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover{border:1px solid #32b907;color:#fff;background-color:#32b907}.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{border:1px solid #888;color:#fff;background-color:#888}
/*分页e*/ 


 