/*================基本样式重置================*/
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","PingFang SC"; }
li { list-style:none; }
a,img,input { 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}

/*========定义基础样式========*/
.hide { display:none;}
.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; }

body{
    background: url(../images/bac/bac_1.jpg) center top no-repeat;
    background-size: auto 368px;
}



.header{padding: 1px 0 0;}
.header .cen{height: 253px;}
.header .cen .logo{
    float: left;
    margin:83px 0;
}
.header .cen .search{
    float: right;
    margin:101px 0;
    height: 48px;
    border:#cf2820 1px solid;
}
.header .cen .search .inp{
    padding: 12px 14px;
    width: 233px;
    height: 24px;
    
}
.header .cen .search .inp input{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #1f1f1f;background: none;
}
.header .cen .search .but{
    width: 48px;
    height: 48px;
    background: url(../images/icon/icon_1.png) left center no-repeat;
    border: none;
    cursor: pointer;
}
.header .nav{
    margin-bottom: 10px;
}
.header .nav ul{
    background:url(../images/bac/bac_2.png) center repeat;
}
.header .nav li{
    position: relative;
    float: left;
    width: 240px;
    text-align: center;
}
.header .nav li.cur{
    background: rgba(238, 67, 59, 1);
}
/* .header .nav li.cur .lie{
    display: none;
} */
.header .nav li:hover{
    background: rgba(238, 67, 59, 0.6);
}

.header .nav li.cur:hover{
    background: rgba(238, 67, 59, 1);
}
/* .header .nav li:hover .lie{
    display: none;
} */


.header .nav li a{
    display: inline-block;
    padding-left: 48px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}
.header .nav li .a1{
    background: url(../images/icon/nav_1.png) left center no-repeat;
}
.header .nav li .a2{
    background: url(../images/icon/nav_2.png) left center no-repeat;
}
.header .nav li .a3{
    background: url(../images/icon/nav_3.png) left center no-repeat;
}
.header .nav li .a4{
    background: url(../images/icon/nav_4.png) left center no-repeat;
}
.header .nav li .a5{
    background: url(../images/icon/nav_5.png) left center no-repeat;
}
.header .nav li .a6{
    background: url(../images/icon/nav_6.png) left center no-repeat;
}
.header .nav li .a7{
    display: none;
    background: url(../images/icon/nav_7.png) left center no-repeat;
}
.header .nav li .lie{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 15px;
    background: #de837d;
}
.header .nav li.other{
    /* width: 174px; */
}
.header .nav li.other .lie{
    display: none;
}

/* .header .nav ul li.cur{
    background: url(../images/bac/bac_2.png) left center no-repeat;
    background-size: 110% auto;
}
.header .nav li:hover{
	background: url(../images/bac/bac_6.png) right center no-repeat;
    background-size: 100% auto;
} 
.header .nav li.cur .lie,.header .nav li:hover .lie{
    display: none;
}*/
.content{
    min-height: 440px;
}

.footer{
    background: #f2f2f2;
}
.footer img{
    margin:0 auto;
}
.footer .top{
    padding: 17px 0;
    background: #cf2820;
}
.footer .top .go{
    float: left;
    margin-right: 24px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #bb2335;
    text-align: center;
    background: #fff;
}

.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:0 103px 0 12px; position: relative;width: 206px;}
.footer .top .select.other{
    margin-right: 0;
}
.footer .top .tit{font-size: 14px;color: #fff;line-height: 30px;border:#e79490 1px solid; cursor: pointer;}
.footer .top .tit i{
    display: inline-block;
    margin-left: 12px;
    width: 184px;
    background: url(../images/icon/icon_7.png) right center no-repeat;
}
.footer .top ul{display: none; position: absolute;left: 0px;bottom: 32px;z-index: 6;padding: 10px 0; width:204px;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: 43px 0 42px;
    width: 1200px;
}
.footer .left{width: 710px;}
.footer .c{

    line-height: 28px;
    font-size: 14px;
    color: #444;
}
.footer .c i{
    display: inline-block;
}
.footer .c a{
    display: inline-block;
    color: #333;
}
.footer .c .a1{
    padding-left: 28px;
    background: url(../images/icon/beian.png) left center no-repeat;
}
.footer .list{}
.footer .list a{padding:0 21px; display: inline;line-height: 28px;font-size: 14px;color: #444;background: url(../images/icon/icon_8.png) right center no-repeat;}
.footer .list a:nth-child(1){padding-left: 0;}
.footer .list .other{background:none;}
.footer .icon{margin-top: 30px;text-align: center;}
.footer .icon a{display: inline-block;margin:0 18px;height:68px;}

.pad{
    padding: 20px 28px 0;
    background: #fff url(../images/bac/bac_3.png) center top no-repeat;
}


.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:#cf2820 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_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 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;
}
@media screen and (max-width:1400px){
    .suspension{right: 0.5%;}
}

@media screen and (max-width:1350px){
    .suspension .pos{right: 50px;}
    .suspension{right: 0.5%;width: 40px;}
    .suspension .sus{height:50px ;}
    .suspension .sus .icon em {margin-top: 0px;height: 50px;}
    .suspension .sus p {display: none; margin-top: 1px;}
}
@media screen and (max-width:1320px){
    .suspension{right: 0;}
}