/*================基本样式重置================*/

/*css reset*/
/* *{font-size:1rem;} */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,span,i,a,em,strong,b,input,textarea,select { margin:0; padding:0; }
i,em { font-weight:normal; font-style:normal; }
b{font-weight: normal;}
a,i,em,span,b,img{display: block;}
body {  font-family: "Microsoft Yahei"; }
li { list-style:none; }
a,img,input,button { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
input::-webkit-search-cancel-button{display: none;}/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear{display: none;}/*清除IE下的 search 叉号*/

textarea { resize:none; font-size:12px; } /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}


input[type="text"]{-webkit-appearance:none;background:none;}
input[type="submit"]{-webkit-appearance:none;}
input[type="checkbox"]{border:1px solid #ccc;border-radius:0;}
input[type="password"]{-webkit-appearance:none;}
input[type="tel"]{-webkit-appearance:none;background:none;}
input[type="tel"]{-webkit-appearance:none;background:none;}
body{font-family:微软雅黑,Helvetica,Arial,sans-serif;}



@media screen and (min-width:320px){html,body{font-size:10px;}}
@media screen and (min-width:480px){html,body{font-size:13px;}}
@media screen and (min-width:560px){html,body{font-size:15px;}}
@media screen and (min-width:640px){html,body{font-size:17px;}}
@media screen and (min-width:750px){html,body{font-size:20px;}}
@media screen and (min-width:800px){html,body{font-size:20px;}}
@media screen and (min-width:1024px){html,body{font-size:20px;}}


* input::-moz-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
* input::-webkit-input-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
* input::-o-input-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
* input::-ms-input-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}



/*========定义基础样式========*/
body{word-break: break-all;background: #fff;}
.hide { display:none;}
.show { display:block;}
.vis{visibility: hidden;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; } 
a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }


/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200{width: 1200px; margin: 0px auto; }

.w{margin:0 auto; width: 92%;}
/* body{
    background: url(../images/bac/bac_1.png) center 42px no-repeat;
    background-size: 100% auto;
} */
@media(max-width:1271px){
   body{background: none;}
}
.over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.text_over1{width: 100%;white-space:nowrap;overflow: hidden; text-overflow: ellipsis;}
.text_over2{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 2;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 2;
-o-box-orient: vertical;
}
.text_over3{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 3;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 3;
-o-box-orient: vertical;
}


.header .top{
    height: 42px;
    background: #4a4a4a;
}
.header .top a{
    line-height: 42px;
    font-size: 12px;
    color: #fff;
}

.header .top a.a2{
    padding-left: 28px;
    background: url(../images/icon/icon_2.png) left center no-repeat;
}
.header .top i{
    margin: 12px 14px;
    width: 1px;
    height: 18px;
    background: #fff;
}

.header .top .left a{position: relative;}
/* .header .top .left a.a1:hover{
    color: #80a9f8;
    background: url(../images/icon/icon_1s.png) left center no-repeat;
} */
/* .header .top .left a.a2:hover{
    color: #80a9f8;
    background: url(../images/icon/icon_2s.png) left center no-repeat;
} */
.header .top .left a .pos{
    transition: all 0.5s;
    position: absolute;
    left: -50%;
    top: 52px;
    width: 100px;
    height: 0px;
    background: url(../images/icon/icon_42.png) top center no-repeat;
    overflow: hidden;
}
.header .top .left a .pos img{
    padding: 11px 0 0 7px;
}
.header .top .left a:hover .pos{
    transition: all 0.5s;
    height: 105px;
}

.header .cen .logo{
    float: left;
    margin:36px 0;
}
.header .cen .search{
    float: right;
    margin:69px 0;
}
.header .cen .search .inp{
    padding: 0 14px;
    width: 307px;
    border:#e7e7e7 1px solid;
    background: #fff;
}
.header .cen .search .inp input{
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #2e58ab;
}
.header .cen .search .but{
    width: 71px;
    height: 46px;
    background: #3b62a4 url(../images/icon/icon_3.png) center no-repeat;
    border: none;
    cursor: pointer;
}
.header .nav{
    margin-bottom: 10px;
}
.header .nav ul{
    background: #2e58ab;
}
.header .nav li{
    position: relative;
    float: left;
    width: 147px;
    text-align: center;
}
.header .nav li a{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}
.header .nav li .a1{
    padding-left: 41px;
    background: url(../images/icon/icon_4.png) left center no-repeat;
}
.header .nav li .a2{
    padding-left: 38px;
    background: url(../images/icon/icon_5.png) left center no-repeat;
}
.header .nav li .a3{
    padding-left: 33px;
    background: url(../images/icon/icon_6.png) left center no-repeat;
}
.header .nav li .a4{
    padding-left: 37px;
    background: url(../images/icon/icon_7.png) left center no-repeat;
}
.header .nav li .a5{
    padding-left: 35px;
    background: url(../images/icon/icon_8.png) left center no-repeat;
    width: auto;
}
.header .nav li .a6{
    padding-left: 35px;
    background: url(../images/icon/icon_9.png) left center no-repeat;
}
.header .nav li .a7{
    padding-left: 34px;
    background: url(../images/icon/icon_10.png) left center no-repeat;
}
.header .nav li .a8{
    padding-left: 34px;
    background: url(../images/s1.png) left center no-repeat;
}
.header .nav li .lie{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 15px;
    background: #5879bc;
}
.header .nav li.other{
    width: 174px;
}
.header .nav li.other .lie{
    display: none;
}
.header .nav li:nth-last-child(1),.header .nav li:nth-last-child(2),.header .nav li:nth-last-child(3){
    width: 155px;
}
.header .nav ul li.cur{
    background: url(../images/bac/bac_2.png) left center no-repeat;
    background-size: 110% 100%;
}
.header .nav li:hover{
	background: url(../images/bac/bac_6.png) right center no-repeat;
    background-size: 100% 100%;
}
.header .nav li.cur .lie,.header .nav li:hover .lie{
    display: none;
}
.content{
    min-height: 440px;
}

.footer{
    border-top: #2e58ab 10px solid;
    background: #dfe0e2;
}
.footer img{
    margin:0 auto;
}
.footer .top{
    padding: 20px 0;
    border-bottom: #bfc1c3 1px solid;
}
.footer .top .w1200{
    display: flex;
    justify-content:space-between;
}
.footer .top .go{
    /* float: left;
    margin-right: 23px; */
    width: 32%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #bb2335;
    text-align: center;
    background: #fff;
}
.footer .top .go i{
    font-size: 14px;
}
.footer .top .a1 i{
    display: inline-block;
    padding-left: 26px;
    background: url(../images/icon/icon_17.png) left center no-repeat;
}
.footer .top .select{float: left;margin-right: 24px; position: relative;width: 180px; background: #fff;}
.footer .top .select.other{
    margin-right: 0;
}
.footer .top .tit{color: #333;line-height: 30px;text-align: center; cursor: pointer;}
.footer .top .tit i{
    display: inline-block;
    padding-right: 16px;font-size: 14px;
    background: url(../images/icon/icon_18.png) right center no-repeat;
}
.footer .top ul{display: none; position: absolute;left: 0px;bottom: 30px;z-index: 6;padding: 10px 0; width: 100%;background: #fff;border: #ccc 1px solid;border-bottom: #fff 1px solid;}
.footer .top ul li a{padding: 8px 10px 8px 16px; font-size: 14px;color: #333;}
.footer .top ul li a:hover{
	color: #c7161d;
}

.footer .bot{
    margin:0 auto;
    padding: 28px 0 34px;
    width: 1200px;
}
.footer .l{
    margin-right: 20px;
}
.footer .c{
    float: left;
    width: 1042px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.footer .c p{
    font-size: 14px;
}
.footer .c i{
    display: inline-block;
    font-size: 14px;
}
.footer .c a{
    display: inline-block;
    color: #333;
    font-size: 14px;
}
.footer .c div{
    text-align: center
}
.footer .c .a1{
    padding-left: 21px;
    background: url(../images/icon/icon_20.png) left center no-repeat;
}

.footer .r ul li{
    float: left;
    margin: 0 5px;
    overflow: hidden;
}
.footer .r ul li a{
    width: 100px;
    height: 33px;
    margin-top: 18px;
    display: block;
}
footer .r ul li a img{
    width: 100px;
    height: 33px;
}



.suspension{
    display: none;
    position: fixed;
    right: 1.8%;
    top: 50%;
    z-index: 10;
    margin-top: -112px;
    width: 73px;
    /* height: 221px; */
    border:#ccc 1px solid;
    border-top:#2e58ab 3px solid;
    border-radius: 0 0 3px 3px;
    background: #fff;
}
.suspension .sus{
    position: relative;
    height: 73px;
    border-bottom: #ccc 1px solid;
    cursor: pointer;
}
.suspension .sus .icon em{
    margin-top: 7px;
    width: 100%;
    height: 37px;
    height: 40px;
}
.suspension .sus .icon p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.suspension .sus_1 .icon em{
    background: url(../images/icon/icon_28.png) center no-repeat;
}
.suspension .sus_2 .icon em{
    background: url(../images/icon/icon_29.png) center no-repeat;
}
.suspension .sus_3{
    border-bottom: none;
    
}
.suspension .sus_3 .icon em{
    background: url(../images/icon/icon_30.png) center no-repeat;
}
.suspension .sus_3 p{
    margin-top: 5px;
}
.suspension .sus_3:hover .icon em{
    background: url(../images/icon/icon_30s.png) center no-repeat;
}


.suspension .pos{
    transition: all 0.5s;
    position: absolute;
    right: 85px;
    top: 50%;
    margin-top: -50px;
    z-index: 5;
    width: 0px;
    height: 100px;
    background: url(../images/icon/icon_43.png) right center no-repeat;
    overflow: hidden;
}

.suspension .pos img{
    padding: 2px 0 0 3px;
    width: 94px;
}

.suspension .sus:hover .pos{
    transition: all 0.5s;
    width: 104px;
}

.suspension .sus_1:hover .icon em{
    background: url(../images/icon/icon_28s.png) center no-repeat;
}




.suspension i{
    margin-top: 152px;
    width: 100%;
    height: 73px;
    cursor: pointer;
    
}
.suspension_fixed{
    display: block;
}
.page img{
    margin-bottom: 40px;
    width: 100%;
}




.govpushinfo150203{
    margin-top: 4px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.govpushinfo150203 li{height: 36px;}
.govpushinfo150203 a{
    padding-left: 16px;
    max-width: 360px;
    height: 36px;
    float: left;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/icon/icon_16.png) left center no-repeat;
}
.govpushinfo150203 span{
    float: right;

}


.m_content .govpushinfo150203{
    margin-top:0.7rem;color:#333;line-height:2.6rem
}
.m_content .govpushinfo150203 li{height: 36px;}
.m_content .govpushinfo150203 a{
    padding-left:0.8rem;width:calc(100% - 10rem);height:2.6rem;float:left;color:#333;font-size: 1.4rem; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/icon/icon_16.png) left center no-repeat;
}
.m_content .govpushinfo150203 span{
    float: right;
    font-size: 1.4rem;
}


@media screen and (max-width:1350px){
    .suspension{right: 0.3%;}
}
@media screen and (max-width:1300px){
    .suspension .pos{right: 50px;}
    .suspension{right: 0px;width: 40px;}
    .suspension .sus{height:50px ;}
    .suspension .sus .icon em {margin-top: 0px;height: 50px;}
    .suspension .sus p {display: none; margin-top: 1px;}
}


.m_header{position: fixed;z-index: 20; width: 100%;height: 7rem;background: url(../images/mobile/bac_1.png) center no-repeat;background-size: cover;}
.m_header .logo{width: 21rem;height: 7rem;}
.m_header .icon_nav{width: 3.3rem;height: 7rem;background: url(../images/mobile/icon/icon_2.png) right center no-repeat;background-size:1.8rem auto;}
.m_header .icon_nav.cur{background: url(../images/mobile/icon/icon_3.png) right center no-repeat;background-size:1.95rem auto;}
.m_header .icon_search{width: 2rem;height: 7rem;background: url(../images/mobile/icon/icon_1.png) center no-repeat;background-size: 1.9rem auto;}

.m_header_fixed{background: #fff;box-shadow: 0 0 0.5rem rgba(0,0,0,0.3);}



.m_nav{transition: all 0.6s; position: fixed;left: 100%;top: 7rem;z-index: 99; width: 100%;height: calc(100% - 7rem);background: #999;}
.m_nav .search{margin: 1rem auto 1.5rem; height: 4.6rem;border-bottom: #ccc 1px solid;}
.m_nav .search input{width: calc(100% - 2.3rem);height: 4.6rem;line-height: 4.6rem; font-size: 1.2rem;color: #fff;}
.m_nav .search button.fr{width: 2.3rem;height: 4.6rem;background: url(../images/mobile/icon/icon_4.png) center no-repeat;background-size: 1.6rem auto;}
.m_nav .list a{margin-bottom: 0.8rem;height: 5.6rem;line-height: 5.6rem;font-size: 1.5rem;color: #fff;text-align: center;}
.m_nav .list .on a{background: #2e58ab;}


.m_nav_block{transition: all 0.6s;left: 0;}

.m_content{padding-top: 7rem;}

.m_footer{padding:1px 0; background: #f2f2f2;}

.m_footer .select{margin: 3.1rem auto 2rem; position: relative;width: 100%; background: #fff;border: #bfbfbf 1px solid;} 
.m_footer .select.other{margin-right: 0;}
.m_footer .tit{color: #333;line-height: 3.3rem;}
.m_footer .tit i{padding-left: 1rem;margin-right: 1rem; font-size: 1.2rem;background: url(../images/mobile/icon/icon_11.png) right center no-repeat;background-size: 0.7rem auto;}
.m_footer ul{display: none; position: absolute;left: 0px;bottom:calc(3.3rem + 1px) ;z-index: 6;padding: 10px 0; width: 100%;background: #fff;border: #ccc 1px solid;border-bottom: #fff 1px solid;}
.m_footer ul li a{padding: 8px 10px 8px 16px; font-size: 1.2rem;color: #333;}
.m_footer ul li a:hover{color: #c7161d;}

.m_footer .next{font-size: 1.3rem;color: #333;line-height: 2.3rem;text-align: center;}
.m_footer .next a{color: #333;}
.m_footer .next a.icon{display: inline; padding-left: 1.6rem;background: url(../images/mobile/icon/icon_12.png) left center no-repeat;background-size: 1.35rem auto;}
.m_footer .pic{margin:1.5rem auto 3rem;width: 12.9rem;}
.m_footer .pic img:nth-child(1){float: left;margin-right: 1.5rem; width: 3.5rem;}
.m_footer .pic img:nth-child(2){float: left; width:7.9rem;}




@media screen and (max-width:1271px){
    .suspension{right: 4%;top: initial;bottom: 22%;width: 5rem;height: 5rem; border: none;background: #2e58ab;border-radius: 0.4rem;}
    .suspension .sus_1{display: none;}
    .suspension .sus_3{width: 5rem;height: 5rem;background: url(../images/mobile/icon/icon_13.png) center no-repeat;background-size: 4rem auto;}
    .suspension .sus_3 .icon{display: none;}
}






