/* @description: 公用模块
*  @author: name
*  @update: name(xxxx-xx-xx xx:xx)
*/
.header_top .wp{
    padding: 20px 0;
}

.header_top .wp:after{
    content:'';
    clear: both;
    display: block;
}

.logo{
    float: left;
    width:320px;
}

.header_top_rig{
    position: relative;
    float: right;
    padding-top: 10px;
    /*overflow: hidden;*/
}

.header_top_rig a{
    /*float: right;*/
    float: left;
    margin-left: 20px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    border:1px solid #ccc;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color:#707070;
}

.header_top_rig a:hover,
.header_top_rig a.on{
    background: #337ece;
    color:#fff;
    border-color: #337ece;
}


.header_top_rig dl{
    position: absolute;
    padding: 10px 0;
    top: 100%;
    right: 0;
    z-index: 4;
    width: 140px;
    background: #fff;
    border:1px solid #ccc;
    border-top: 0;
    display: none;
}

.header_top_rig dd{
    max-height: 100px;
    overflow-y: auto;
}

.header_top_rig dd a{
    margin-left: 0;
    font-size: 12px;
    border:0;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.header_top_link{
    position: relative;
}

.header_top_link:after{
    content:"";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #707070;
}

.header_top_link:hover:after,
.header_top_link.on:after{
    border-top-color: #fff;
}

.nav{
    background: #337ece;
}

.nav ul{
    height: 57px;
    position: relative;
    text-align:center;
}

.nav ul:before{
    content:'';
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 15px;
    background: #d6e9ff;
    display:none;
}

.nav li:last-of-type:after{
    content:'';
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -8px;
    width: 2px;
    height: 15px;
    background: #d6e9ff;
}

.nav ul:after{
    content:'';
    clear: both;
    display: block;
}

.nav li{
    position: relative;
    /*float: left;*/
    display:inline-block;
    width: 12.5%;
}

.nav li:after{
    content:'';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 15px;
    background: #d6e9ff;
}


.nav li:before{
    content:'';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 15px;
    background: #d6e9ff;
}

.nav li:first-of-type:before{
    width: 2px;
}


.nav a{
    position: relative;
    z-index: 2;
    display: block;
}

.nav .a1{
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    text-align: center;
    font-weight: bold;
}


.nav li:hover .a1,
.nav li.on .a1{
    background: #0a3190;
}


.nav li:hover .a1:after{
    opacity: 0;
}

.nav dl{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;    
    display: none;
}

.nav dd a{
    /*margin-top: 1px;*/
    border-top: 1px solid #ccc;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color:#337ece;
    background: #fff;
}

.nav dd a:hover{
    background: #337ece;
    color:#fff;
}

.nav li:hover dl{
    display: block;
}

/* footer */
.footer{
    background: #2a2c34;
    font-size: 12px;
    color:#cbcccc;
    font-weight: bold;
}

.footer a{
    color:#cbcccc;
}

.footer a:hover{
    text-decoration: underline;
}

.footer .wp{
    display: flex;
    padding: 14px 0;
    justify-content: space-between;
}

.footer_box{
}

.footer .s2{
    padding: 0 5px;
}

.footer .s3{
    text-align: right;
}

.footer_link{
  display: flex;
}

.footer_link li{
    position: relative;
    padding: 0 20px;
}

.footer_link li:after{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #cbcccc;
}

.footer_link li:last-of-type{
    padding-right: 0;
}

.footer_link li:last-of-type:after{
    display: none;
}

.footer_link dl{
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    left: 0;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    background: #2a2c34;
    display: none;
}


/*•功能模块*/
/* module: module2 (by 小李) */

/*m_txt*/
.m_txt {
    font-size: 16px;
    line-height: 30px;
    color:#707070;
}


.m_btn .btn{
    display: inline-block;
    width: 137px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 32px;
    border:1px solid #707070;
    font-size: 16px;
    color:#707070;
}

.m_btn .btn:hover{
    background: #337ece;
    color:#fff;
    border-color: #337ece;
}

/* ul_txt */
.ul_txt a{
    position: relative;
    padding-left: 10px;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#707070;
}

.ul_txt a:after{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bebebe;
}

.ul_txt a:hover{
    color:#337ece;
}

.ul_txt a:hover:after{
    background: #337ece;
}


.ul_imgtxt{
    margin-top: -15px;
}

.ul_imgtxt li{
    margin-top: 19px;
}

.ul_imgtxt a{
    display: block;
    overflow: hidden;
}

.ul_imgtxt_img{
    float: left;
/*    width: 170px;
    height: 115px;*/
    width: 220px;
    height: 154px;
} 

.ul_imgtxt_img img{
    /*width: 170px;*/
    /*height: 115px;*/
    width: 220px;
    height: 154px;
    display: block;
    border-radius: 6px;
}

.ul_imgtxt_con{
    padding-bottom: 8px;
    margin:0 0 0 240px;
    border-bottom: 1px solid #c9c9c9;
}

.ul_imgtxt_tit{
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    color:#424242;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.ul_imgtxt_con p{
    margin-top: 11px;    
    font-size: 15px;
    line-height: 26px;
    color:#707070;
    height: 106px;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.ul_imgtxt a:hover p,
.ul_imgtxt a:hover .ul_imgtxt_tit{
    color:#337ece;
}


.ul_imgtxt2 .ul_imgtxt_img,
.ul_imgtxt2 .ul_imgtxt_img img{
    width: 170px;
    height: 115px;
}

.ul_imgtxt2 .ul_imgtxt_con{
    margin:0 0 0 190px;
}


.ul_imgtxt2 p{
    margin-top: 10px;
    height: 66px;
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 3;
}

.ul_imgtxt2  li{
    margin-top: 14px;
}



/*  */

.ban{
    height: 436px;
    background-position: center;
    background-repeat: no-repeat;
}

.m_cur{
    padding: 15px 0;
    font-size: 14px;
    color:#424242;
}

.m_cur a{
    color:#424242;
}

.m_cur a:hover,
.m_cur a.on{
    color:#707070;
}

.m_cur em a{
    display: inline-block;
    position: relative;
    padding-left: 18px;
    background: url(../images/home.png) no-repeat left center;
}

.m_row{
    padding: 20px 0 80px; 
    overflow: hidden;
}

.m_row_left{
    float: left;
    width: 230px;
}

.m_row_right{
    margin-left: 300px;
}

.m_row_tit{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    height: 82px;
    background: url(../images/tit_bg.png) no-repeat center;
    color:#fff;
    border-radius: 4px;
}

.m_row_tit strong{
    font-weight: normal;
    font-size: 20px;
}

.m_row_tit em{
    font-size: 12px;
    text-transform: uppercase;
}

.subnav li{
    margin-top: 2px;
}

.subnav a{
    display: block;
    padding: 0 45px;
    height: 66px;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 4px;
}


.subnav .on a,
.subnav a:hover{
    background: #4c8cc7;
}

.subnav .on a em,
.subnav a:hover em{
    color:#fff;
}


.subnav em{
    position: relative;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    padding-left: 30px;
    font-size: 16px;
    color:#707070;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.subnav .img{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
}

.subnav .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
}

.subnav .img2{
    display: none;
}

.subnav a:hover .img2,
.subnav .on a .img2{
    display: block;
}

.subnav a:hover .img1,
.subnav .on a .img1{
    display: none;
}

.m_row_right_tit{
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
}

.m_row_right_tit strong{
    position: relative;
    display: inline-block;
    padding: 8px 7px 14px;
    font-size: 22px;
    font-weight: normal;
    color:#424242;
}

.m_row_right_tit strong:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #337ece;
}

.ins_xq h1{
    margin-bottom: 20px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 22px;
    color:#424242;
    border-bottom: 1px dashed #e3e3e3;
}

.page{
    padding-top: 20px;
    text-align: center;
}

.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 36px;
    border:1px solid #dbdbdb;
}

.page .prev,
.page .next{
    padding: 0 33px;
    width: auto;
}

.page .prev em{
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.page .prev em:after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    bottom: 0;
    background: url(../images/arr2.png) no-repeat center;
}

.page .next em{
    position: relative;
    display: inline-block;
    padding-right: 24px;
}


.page .next em:after{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    bottom: 0;
    background: url(../images/arr2.png) no-repeat center;
    transform:rotate(180deg);
}


.page a:hover,
.page span{
    background: #337ece;
    color:#fff;
    border-color: #337ece;
}

.page .prev:hover em:after,
.page .next:hover em:after{
    background-image:url(../images/arr2_on.png); 
}


.nav_btn{
    position: absolute;
    right: 0;
    top: 13px;
}

.g_tit{
    padding: 0 0 30px;
    text-align: center;
}

.g_tit div{
    display: inline-block;
}

.g_tit strong{
    font-size: 38px;
    color:#424242;
    font-weight: normal;
}

.g_tit em{
    display: block;
    margin:7px auto 0;
    width: 100%;
    height: 3px;
    background: #337ece;
}

.m_mobile{
    display: none;
}


