@charset "utf-8";
html,body,div,ul,li,span,p,a,img,
input,footer,header
,section,nav{padding: 0;margin:0;}
html,body{font-size: 10px;overflow-x: hidden}
ul,li{list-style: none;}
a{text-decoration: none; color: inherit;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
li:hover{cursor:pointer;}
.clr::after{content: "";display: block; clear: both;}


@font-face{
    font-family:MicrosoftYaHei-Bold;
    src: url('../fonts/MicrosoftYaHei-Bold.ttf');
}

/* 共用宽度     开始 */
.my-width{ width: 59.9%;margin: 0 auto;}
@media (max-width:1441px){.my-width{width: 70%;}}
@media (max-width:1025px){.my-width{width: 81%;}}
@media (max-width:751px){.my-width{width: 92%;}}
/* 共用宽度     结束 */
/* ******************************************************************** */



.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*弹性盒子垂直居中*/
.flax{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flax-m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;

}

/*头部样式*/
.black{
    position: absolute;
}
.black>img{
    width: 100%;
    height: 165px;
}
.bca-img{
    position: absolute;
    background-image: url("../img/333.png");
    background-repeat:no-repeat;
    background-position-x: 83%;
    width: 100%;
    height: 140px;
}
.header-top{
    width: 100%;
    height: 30px;
    background: #18448d;
    color: #fff;
    line-height: 30px;
}

.header-top ul {
    float: right;
}
.header-top ul li {
    float: left;
}
.header-top ul span{
    float: left;
    padding: 0 10px;
}
.header-top ul li .pr{
    padding-left: 0;
}
.header-middle{
    width: 100%;
    height: 135px;
    background: #2159c1;

}
.header-top>div>span{
    position: relative;
}
.header-middle>div{
    height: 100%;
    position: relative;
}

/*头部中间部分*/
.header-middle img{
    width: 100%;
}
.header-middle span{
    font-size: 2.7rem;
    font-weight: bold;
    color: #fff;
}
.header-middle span>p{
    font-size: 1.2rem;
    font-weight: normal;
}
.header-middle .line{
    border-left: 1px solid #5d83ca;
    height: 35px;
    padding-right: 25px;
    margin-left: 25px;
}
.car{
  padding-right: 15px;
}
.header-middle{
    background-image:url("../img/bg-car.png") ;
    /*background-size:cover;*/
    background-repeat:no-repeat;
    background-position: 82%;
    background-size: 23%;

}

/*nav*/
.header-middle div.flex{
    position: relative;
}
.header-middle .nav-btn{
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: 0;
}

.nav {
    background-color: #16397c;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
}
.wp_nav{ width: 59.9%;margin: 0 auto;}
@media (max-width:1441px){.wp_nav{width: 70%;}}
@media (max-width:1025px){.wp_nav{width: 81%;}}
@media (max-width:751px){.wp_nav{width: 92%; }  }
.nav .wp_nav>li{
    float: left;
    width: calc(100% / 12);
    position: relative;
}
.nav .wp_nav>li>a{
    display: block;
    line-height: 40px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
        text-overflow: ellipsis;
}
.nav .wp_nav>li:hover>a{
   
}
/*.nav .wp_nav>li>i{
    display: none ;
    width: 0 ;
    height: 0 !important;
    border: 5px solid #1e50ae;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.5px);
    top: 30px !important ;
    z-index: 200 !important;
}*/
.nav .wp_nav li .sub-nav{
    display: none;
    width: 100%;
    position: absolute;
    background-color: #fff;
   height: auto !important;
    width: 100% !important;
    z-index: 10;
    top: 32px !important;
    background: rgba(255 ,255 ,255, 0.85);
}
.nav .wp_nav li:hover .sub-nav,.nav .wp_nav>li:hover>i{
    display: block;
}
.nav .wp_nav li .sub-nav li:hover {
     background: #1e50ae;
    color: #fff;
}
.nav .wp_nav li .sub-nav li a{
    display: block;
    width: 100%;
    line-height: 26px;
    text-align: center;
}
.nav .wp_nav li .sub-nav li:hover a{
    background-color: #1e50ae;
    color: #fff;
}
.nav-btn{
    display: none;
}
.wp_nav .nav-item a span.item-name{
 padding:0;
 font-size: 1.4rem;
     font-weight: bold;
    color: #fff;

}
.wp_nav .sub-nav .nav-item a span.item-name{
   padding:0;
  font-weight: normal;
   color: #333
}
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name {
  /* color: #fff;*/
}
.wp_nav .nav-item .mark{
  width:0;
  left: calc(50% - 2.5px);
  top: 30px;
 
}

/* nav 新增样式*/
.wp_nav .nav-item .mark{
  display:none;
}
.wp_nav .sub-nav{
  border:0;
 
}
.sub-nav>li{
 height:35px;
 
}
.sub-nav>li:hover{
  background:#1e50ae;
  color:#fff;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
   /* background: #1e50ae;*/
    color: #fff;
}
.wp_nav .sub-nav .nav-item a{
  border:0;
}
.wp_nav .sub-nav .nav-item a{
  min-width: auto !important;
}
.nav .wp_nav li .sub-nav>li{
  height: 25px
}
.nav .wp_nav li .sub-nav li a{
  height: 25px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;

}

@media (max-width:751px){
    html,body{font-size: 14px;}
    .nav-btn{display: block;}
     .nav .wp_nav li .sub-nav>li {height: 35px !important;}
    .nav .wp_nav>li>i{ display: none !important; }
    .nav { display: none;z-index: 200; position: absolute;width: 100%; background-color: #4184dd;}
    .nav .wp_nav { width: 100%; padding: 0 28px; box-sizing: border-box;}
    .nav .wp_nav>li{ width: 100%; border-bottom: rgba(255, 255, 255, 0.2) 1px solid; position: static; }
    .nav .wp_nav>li>a { text-align: left; color: #fff; line-height: 45px;}
    .nav .wp_nav>li:hover>a{ color: #fff; background: transparent;}
    .wp_nav>.nav-item>a:after { content: url(../img/navjt.png); position: absolute;width: 20px; right: 35px;}
    .nav .wp_nav li .sub-nav {width: 100%;position: static;background-color: #fff; }
    .nav .wp_nav li .sub-nav li:last-child { border: none;}
    .nav .wp_nav li .sub-nav li a { padding-left: 20px; line-height: 25px;text-align: left; color: #fff; box-sizing: border-box;
    border:0}
    .wp_nav .nav-item a span.item-name{ font-size: 1.2rem !important;color:#fff !important;font-weight: 
    normal!important;}
}

.wp_nav>.i1>a:after,.wp_nav>.i2>a:after,
.wp_nav>.i4>a:after,.wp_nav>.i5>a:after,
.wp_nav>.i9>a:after,.wp_nav>.i11>a:after,
.wp_nav>.i12>a:after{
    display:none;
}

/*头部媒体查询*/
@media (max-width:751px){
    .header-middle{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .header-top{
        display: none;
    }
    .header-middle{
        background-position: 114%;
        background-position-y: 97%;
        background-size: 45%;
    }
    .header-middle img {
    width: 100%;
}
    .car{
        overflow: hidden;
        width: 55%;
   }

    .car>img{
        transform: translateX(-35%);
    }
    .header-middle>div .img{
        width: 46%;
    }

}
@media (max-width:550px){
    .header-middle{
        padding: 0;
    }
    .black>img {
        width: 67%;
        height: 110px;
    }
  .header-middle{
  height: 90px;
}
}
@media (max-width:550px){
  .header-middle .line {
   height: 25px;
}
}

/*底部*/
.footer-top>img{
    width: 100%;
}
.footrt-main{
    background: #1e50ae;
    width: 100%;
    color: #fff;
    padding: 30px 0 40px 0;
}
.footer-x{
    width:80%;
    float: left;
}
.footer-x>div:nth-child(2){
    width: 43%;
}
.f-right,.footer-m{
    float: right;
}
.footer-l{
    width: 54%;
}
.footer-l>p{
    line-height: 24px;

}
.footer-left{
    margin-bottom: 10px;
}
.footer-left .foot-car{
     width: 48%;

 }
.footer-left >.foot-car>img{
    padding-left:15px;
}

/*.footer-left .car-img>img{*/
/*    width: 57%;*/
/*}*/
.footer-left>div:first-child{
    width: 43%;
}
.footer-left>div>img{
    width: 100%;
}
.footer-left>img:nth-child(2){
    padding: 0 10px 0 20px;
}
.footer-left>span{
    font-size: 2rem;
}
.footer-left>span>p{
    font-size:1.2rem;

}

.footer-m>p{
    line-height: 30px;
}
.footer-m>p>span{
    padding-right: 20px;
}
.f-right>li{
    position: relative;
    padding-bottom: 20px;
}
.f-right>li>div{
    position: absolute;
    left: -90px;
    top:4px;
    display: none;
}
.f-right>li>span{
    font-size:3.8rem;
    vertical-align: middle;
}
.f-right>li>span:nth-child(2){
    font-size:1.4rem;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    padding-left: 15px;
}
.f-right>li:hover >div{
    display: block;
}
.footer-top{
    background: #1e50ae;
    color: #fff;
    border-bottom: 1px solid #6285c6;
}
.footer-top>div>p{
    height: 60px;
    line-height: 60px;
}
.footer-top>div>p>span{
    padding: 0 20px;
}
.footer-top>div>p>span:nth-child(2),.footer-top>div>p>span:nth-child(4),.footer-top>div>p>span:nth-child(6){
    color:#6285c6 ;
    padding: 0;
    font-size: 1.2rem;
}
.footer-top>div>p>span:first-child{
    padding-left: 15px;
}
.line-l{
    border-left: 1px solid #6285c6;
    height: 94px;


}

/*底部媒体查询*/
@media (max-width:1755px){
    .footer-left>span>p{
        display: none;
    }
}

@media (max-width:1250px){
    .footer-left>span {
        font-size: 1.6rempx;
    }
    .line-l{
        display: none;
    }
}
@media (max-width:1180px){
    .footer-m,.footer-l>p {
        font-size: 1.2rem;
    }

}
/*底部手机端媒体查询*/
@media (max-width:900px){
    .f-right{
        display: none;
    }
    .footer-x{
        width: 100%;
    }
}
@media (min-width:751px){
    .my-width .text{
        display: none;
    }
}

@media (max-width:751px){
    .footer-left >.foot-car>img{
        border-left: 1px solid #436dbb;
        margin-left: 13px;
    }
    .footer-top .w-link {
        display: none ;
    }
    .footer-top{
        border-bottom: 0;
    }
    .footer-x{
        display: block;
        width: 100%;
    }
    .f-right{
        display: none;
    }
    .footer-l,.footer-m{
        width: 100%;
    }
    .footer-left{
        padding-right: 65px;
        margin-bottom: 20px;
    }
    .footer-m>p{
        font-size: 1.5rem;
        line-height: 40px;
    }
    .footer-l>p{
        display: none;
    }
    .footer-x>div:nth-child(2){
        width: 100%;
    }
    .footer-m>p>span{
        font-size: 2.1rem;
    }
    .my-width>p{
        font-size: 1.4rem;
        text-align: center;
        display: inline-block;
        margin: 20px 0 30px 0;
        line-height: 30px;
    }
    .my-width>p>span{
        display: inline-block;
    }
    .footrt-main{
        padding-bottom: 0;
    }
}

@media (max-width:590px){
    .my-width>p>span{
        display: inline;
    }
}
@media (max-width:520px){
    .footer-m>p{
        font-size: 1.4rem;
    }
   .footer-m>p>span {
    font-size: 1.8rem;
}
    .footer-left{
        padding-right: 0;
    }
}
@media (max-width:450px){
    .footer-m>p{
        font-size: 1.6rem;
        line-height:30px ;
    }
    .footer-m>p>span{
        font-size: 1.7rem;
    }
    .my-width>p{
        font-size: 1.5rem;
        line-height: 30px;
    }
   .my-width>p {
    font-size: 1.2rem;
}

}

@media (max-width:360px){
    .footer-m>p{
        font-size: 1.2rem;
    }
    .footer-m>p>span{
        font-size: 1.3rem;
    }
    .my-width>p{
        line-height: 25px;
         font-size: 1.1rem;
    }
}


/*列表页公用轮播图*/
.img-car{
    width: 100%;
}

/*以下全是  list  artilcle  共用样式*/
.top-bg{
    height: 350px;
    background: url("../img/19.png") no-repeat center;
    background-size: cover;
}

.list-header{
    line-height: 45px;
    border-bottom: #ddd 1px solid;
    color: #666666;
}
.list-header>a{
    margin: 0 6px;
}
.list-main{
    margin-top: 18px;
}
.list-main>.l-m-right,.list-main>.l-m-left{
    box-sizing: border-box;
}
.list-main .l-m-right{
    width: 75%;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    float: right;
}


/*左边栏 开始*/
.list-main>.l-m-left{
    width: 23%;
    float: left;
}
.l-m-l-biaoti{
    display: block;
    width: 100%;
    background-color: #2159c1;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
}
.list-main>.l-m-left>.l-m-left-top ul li {
    margin: 9px 0;
    line-height: 40px;
    background-color: #f5f6fa;
    text-align: center;
    color: #666666;
}
.l-m-left-top>div>div:first-child {
    height: 55px;
    text-align: center;
    background: #2159c1;
    line-height: 55px;
    color: #fff;
}
.wp_listcolumn .wp_column a.selected {
    background-color: #2159c1;
    color: #fff;
    background-image: none;
}
.wp_listcolumn .wp_column a.selected {
    color: #000;
    background-color: #e8e8e8;
    background-image: url(wp_column_menu_li_2.gif);
}
.wp_listcolumn .wp_column a {
    background:none;
    boeder:none;
    text-align: center;
}
.wp_listcolumn .wp_column a .column-name {
    padding: 0;
}
.l-m-left-top>div>div>.Column_Anchor {
    font-size: 20px;
    font-weight: bold;
}
.wp_listcolumn .wp_column a.selected {
    background-color: #2159c1;
    color: #fff;
    background-image: none;
}
.list-main>.l-m-left>.l-m-left-bottom .btn-bg{
       font-size: 20px;
    font-weight: bold;
}

.list-main>.l-m-left>.l-m-left-bottom .btn-bg {
    height: 55px;
    text-align: center;
    background: #2159c1;
    line-height: 55px;
    color: #fff;
}
.wp_listcolumn .wp_column a:hover {
    color: #fff;
    background:#2159c1;
}
@media (max-width:751px){
    .top-bg{
        height: 300px;
        width: 100%;
        background-position: 62%;
    }
    .list-main>.l-m-left{
        display: none;
    }
    .list-main .l-m-right{
        width: 100%;
        border:none;
        padding-left: 0;
        float: right;
    }
}
@media (max-width:426px){
    .top-bg{ height: 250px;}
}
@media (max-width:376px){
    .top-bg{ height: 220px; }
}
@media (max-width:321px){
    .top-bg{ height: 180px;}
}
/*左边栏 结束*/

/*bukai    开始*/

/*bukai    结束*/
@media (max-width:850px){
.wp_paging .per_page , .page_nav .first , .page_nav .last , .page_jump .pagingJump {
  display: none ;
}
.wz tbody, .wz table, .wz tr, .wz td {
    width: 100% ! important;
    display: block ! important;
}
}
@media (max-width:450px){
.wp_paging .page_jump{
  display: none ;
}
}