@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;
}

/**导航**/
.nav {
    width: 100%;
    height: 74px;
    background-color: #b96716;
    background: -moz-linear-gradient(top,#e5780c,#814408);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5d5c3), color-stop(50%, #b96716), color-stop(100%, #ff8a00));
}
.nav_in { width:1400px; height:74px; margin:0 auto; position:relative; }
.navmain { width:100%; height:74px; }
.navmain a.nav_block{
    width: 150px;
    height: 74px;
    float: left;
    text-align: center;
    line-height: 74px;
    color: #ffffff;
    font-size: 18px;
    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_haungli{
    width: 100%;
    height: 108px;
}
.header1200{
    width: 1400px;
    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;width: 31px;}
.header1200 .header_r .r_content span{    vertical-align: middle;font-size: 15px;max-width: 162px;overflow: hidden;white-space: nowrap;display: inline-block;text-overflow: ellipsis;}
/*头部*/

