@import "https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css";

@charset "utf-8";
/* CSS Document */
body { font:12px/25px 'Microsoft Yahei', '\5B8B\4F53', Arial,sans-serif; color:#333; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,select,textarea,label,p,blockquote,th,td { margin:0; padding:0; }
ul,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:lighter; }
table { border-collapse:collapse; border-spacing:0; }
em,i { display:inline-block; /*font-weight:normal;*/ font-style:normal; }
input,select,textarea { font-family:"Microsoft Yahei"; color:#333; font-size:16px; }
b { font-weight:bold; }
img { margin:0; padding:0; border:0; }
a { color:#333; text-decoration:none; }
a:hover { color:#333; text-decoration:none; }
.clearfloat { clear:both; height:1px; }
.fl { float:left; }
.fr { float:right; }
.fontRed{
    color: #ff5151;
}


/**最外框**/
.wrapper { width:100%; height:auto; }
/**最外框**/

.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
/**导航**/
.nav {
    width: 100%;
    height: 74px;
    background-color: #b55d07;
    background: -moz-linear-gradient(top,#e5780c,#814408);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5780c),color-stop(50%,#e5780c), color-stop(100%,#814408));
}
.nav_in { width:1200px; height:74px; margin:0 auto; position:relative; }
.navmain { width:100%; height:74px; }
.navmain a.nav_block{
    width: 200px;
    height: 74px;
    float: left;
    text-align: center;
    line-height: 74px;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}
.navmain a.nav_block.active{
    background-color: #e7a96d;
    background: -moz-linear-gradient(top,#e8ab70,#e7a96d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ab70),color-stop(50%,#e8ab70), color-stop(100%,#e7a96d));
}
.navmain a.nav_block:hover{
    background-color: #e7a96d;
    background: -moz-linear-gradient(top,#e8ab70,#e7a96d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ab70),color-stop(50%,#e8ab70), color-stop(100%,#e7a96d));
}
.navmain a.nav_block span{
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-top: 12px;
    line-height: 50px;
    border-right: 1px solid #b07438;
}


/**导航**/

/*头部*/
.header{
    width: 100%;
    height: 108px;
}
.header1200{
    width: 1200px;
    margin: 0 auto;
    height: 108px;
    border-bottom: 2px solid  #ff5151;
    box-sizing: border-box;
}
.header1200 .header_l{
    float: left;
    padding: 18px 0;
}

.header1200 .header_l .zwhl_logo{
    border-right: 2px solid #000;
    display: inline-block;
}
.header1200 .header_l .listText{
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 20px;
}
.header1200 .header_l .listText a{
    padding: 0 5px;
}
.header1200 .header_l .listText a:hover{
    color: #3a63ed;
}
.header1200 .header_r {
    float: right;
    padding-top: 50px;
}
.header1200 .header_r a.r_content{
    font-size: 20px;
    float: left;
    margin: 0 12px;
}
.header1200 .header_r a.r_content:hover{
    color: #3a63ed;
}
.header1200 .header_r .r_content img{vertical-align: middle;margin: 0 7px;}
/*头部*/

/*中间主体*/
.content { width:100%; height:auto; background:#f8f8f8 url(/mianfei/assets/images/con_bg.jpg) no-repeat top center; }
.content_in { width:1200px; height:auto; margin:0 auto; background:rgba(255,255,255,0.7);padding-bottom: 0px;}

.content.pd_top20 { padding-top:20px; }
/*中间主体*/

/**版权信息**/
.copyright {width:100%;height:auto;background:#f8f8f8;padding: 20px 0;}
.copyright_in { width:1200px; height:auto; margin:0 auto; }
.copyright_txt {width:100%;height: auto;line-height:30px;font-size: 14px;text-align:center;}
.copyright_li { width:100%; height:auto; text-align:center; }
/**版权信息**/
