﻿body{
	min-width:1200px;
    background: url(../images/zz_beijing5.png) no-repeat center top;
}
/*头部开始*/
.ZzTop{
    width: 100%;
    height: 343px;
    position: relative;
    background: url("../images/zz_beijing28.jpg") no-repeat center;
}
.ZzTop .ZzRedFlag{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.ZzTop .ZzLight{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.ZzTop .ZzTopc{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.ZzTop .ZzTopc .ZzTopT{
    /*height: 42px;*/
    line-height: 42px;
}
.ZzTop .ZzTopc .ZzTopW{
    height: 42px;
    line-height: 42px;
}
.ZzTop .ZzTopc .ZzLogo{
    display: block;
    margin: 0 auto;
    width: 865px;
    height: 165px;
}
.ZzTop .ZzTopc .ZzTopT>img{
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}
/*头部结束*/

/*导航开始*/
.ZzNav{
    width: 100%;
    height: 68px;
    background: #b10803;
    position: relative;
    z-index: 4;
}
.ZzNav .ZzNavc{
    width: 1200px;
    margin: 0 auto;
}
.ZzNav .ZzNavc .ZzNavL{
    float: left;
    width: 972px;
}
.ZzNav .ZzNavc .ZzNavL ul{
    padding-left: 2px;
    height: 68px;
    background: url("../images/zz_beijing1.png") no-repeat left center;
}
.ZzNav .ZzNavc .ZzNavL ul li{
    float: left;
    width: 121px;
    line-height: 68px;
    text-align: center;
    background: url("../images/zz_beijing1.png") no-repeat right center;
}
.ZzNav .ZzNavc .ZzNavL ul li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.ZzNav .ZzNavc .ZzNavL ul li.on>a{
    font-weight: bold;
}
.ZzNav .ZzNavc .ZzNavL ul li>a:hover{
    font-weight: bold;
}
.ZzNav .ZzNavc .ZzNavR{
    float: right;
    width: 217px;
    height: 36px;
    position: relative;
    margin-top: 17px;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 42px;
    background: url("../images/zz_beijing2.png") no-repeat center;
}
.ZzNav .ZzNavc .ZzNavR input[type="text"]{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: none;
    outline: none;
    border: none;
    font-size: 16px;
    color: #ffffff;
}
.ZzNav .ZzNavc .ZzNavR input::placeholder{
    color: #e4e4e4;
}
.ZzNav .ZzNavc .ZzNavR input[type="submit"]{
    position: absolute;
    right: 13px;
    top: 7px;
    border: none;
    outline: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url("../images/zz_beijing3.png") no-repeat center;
}
.ZzNav .ZzNavc .ZzNavR input[type="submit"]:hover{
    background: url("../images/zz_beijing3_1.png") no-repeat center;
}
/*导航结束*/

/*头条开始*/
.ZzTouTiao{
    width: 100%;
    height: 112px;
    box-sizing: border-box;
    padding: 11px 0;
    position: relative;
    z-index: 3;
	overflow: hidden;
}
.ZzTouTiao br {
	display: none;
}

.ZzTouTiao .ZzTouTiaoc{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px 0 130px;
    background: url(../images/zz_beijing4.png) no-repeat center;
}
.ZzTouTiao .ZzTouTiaoc .ZzTouTiaoH3{
    padding-top: 5px;
    text-align: center;
}
.ZzTouTiao .ZzTouTiaoc .ZzTouTiaoH3 a{
    font-size: 30px;
    color: #a80101;
    line-height: 43px;
}
.ZzTouTiao .ZzTouTiaoc .ZzTouTiaoH3 a:hover{
    color: #2880c5;
}
.ZzTouTiao .ZzTouTiaoc .TouTiaoDiv{
    width: 100%;
    line-height: 33px;
    text-align: center;
}
.ZzTouTiao .ZzTouTiaoc .TouTiaoDiv h3{
    display: inline;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
	color: #333;
    font-size: 18px;
}
.ZzTouTiao .ZzTouTiaoc .TouTiaoDiv h3 a{
    font-size: 16px;
    color: #333333;
}
.ZzTouTiao .ZzTouTiaoc .TouTiaoDiv h3 a:hover{
    color: #a80101;
}
.ZzTouTiao .ZzTouTiaoc .TouTiaoDiv>a{
    font-size: 14px;
    color: #2880c5;
}
.ZzTouTiao .ZzTouTiaoc .TouTiaoDiv>a:hover{
    color: #a80101;
}
/*头条结束*/

/*一张大图开始*/
.ZzImg{
    width: 100%;
}
.ZzImg .ZzImgc{
    width: 1200px;
    height: 491px;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
}
.ZzImg .ZzImgc .hd{
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.ZzImg .ZzImgc .hd ul li{
    float: left;
    width: 20px;
    height: 6px;
    cursor: pointer;
    margin: 0 3px;
    background: url(../images/zz_beijing19_1.png) no-repeat center;
}
.ZzImg .ZzImgc .hd ul li.on{
    background: url(../images/zz_beijing19.png) no-repeat center;
}
/*一张大图结束*/

/*切换开始*/
.ZzTab{
    width: 100%;
    height: 375px;
    margin-top: 11px;
	overflow: hidden;
}
.ZzTab .ZzTabc{
    width: 1200px;
    height: 373px;
    margin: 0 auto;
    border-top: 2px solid #b10803;
    overflow: hidden;
}
.ZzTab .ZzTabc .Tabl{
    float: left;
    width: 585px;
    height: 373px;
    position: relative;
}
.ZzTab .ZzTabc .Tabl .bd ul li{
    position: relative;
}
.ZzTab .ZzTabc .Tabl .bd ul li>a{
    display: block;
    width: 585px;
    height: 373px;
    overflow: hidden;
}
.ZzTab .ZzTabc .Tabl .bd ul li>a img{
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.ZzTab .ZzTabc .Tabl .bd ul li>a:hover img{
    opacity: 0.9;
    filter: alpha(opacity=90);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.ZzTab .ZzTabc .Tabl .prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    width: 42px;
    height: 69px;
    z-index: 9;
    cursor: pointer;
    background: url(../images/zz_beijing17.png) no-repeat center;
}
.ZzTab .ZzTabc .Tabl .prev:hover{
    background: url(../images/zz_beijing17_1.png) no-repeat center;
}
.ZzTab .ZzTabc .Tabl .next{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -34px;
    width: 42px;
    height: 69px;
    z-index: 9;
    cursor: pointer;
    background: url(../images/zz_beijing18.png) no-repeat center;
}
.ZzTab .ZzTabc .Tabl .next:hover{
    background: url(../images/zz_beijing18_1.png) no-repeat center;
}
.ZzTab .ZzTabc .Tabl .Tablx{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 9px;
    background: url(../images/zz_beijing6.png) repeat;
}
.ZzTab .ZzTabc .Tabl .Tablx h3{
    float: left;
    width: 505px;
    font-size: 21px;
    color: #ffffff;
    font-weight: normal;
    line-height: 27px;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ZzTab .ZzTabc .Tabl .Tablx h3 a{
    font-size: 21px;
    color: #ffffff;
}
.ZzTab .ZzTabc .Tabl .Tablx h3 a:hover{
    text-decoration: underline;
}
.ZzTab .ZzTabc .Tabl .pageState{
    position: absolute;
    right: 9px;
    bottom: 0;
    font-size: 21px;
    color: #ffffff;
    line-height: 78px;
}
.ZzTab .ZzTabc .Tabl .pageState span{
    font-size: 31px;
}
.ZzTab .ZzTabc .Tabr{
    float: right;
    width: 587px;
}
.ZzTab .ZzTabc .Tabr .hd {
    height: 67px;
    line-height: 67px;
}
.ZzTab .ZzTabc .Tabr .hd ul li{
    float: left;
    height: 67px;
    padding: 0 38px;
    background: url(../images/zz_beijing7.png) no-repeat right center;
}
.ZzTab .ZzTabc .Tabr .hd ul li h2 a{
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.ZzTab .ZzTabc .Tabr .hd ul li.on h2 a{
    color: #a60101;
}
.ZzTab .ZzTabc .Tabr .bd ul li{
    height: 39px;
    line-height: 39px;
}
.ZzTab .ZzTabc .Tabr .bd ul li h3 a{
    float: left;
    max-width: 470px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    background: url(../images/zz_beijing8.png) no-repeat left center;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ZzTab .ZzTabc .Tabr .bd ul li em{
    float: right;
    font-size: 16px;
    color: #989898;
}
.ZzTab .ZzTabc .Tabr .bd ul li:hover h3 a{
    color: #b10803;
    background: url(../images/zz_beijing8_1.png) no-repeat left center;
}
.ZzTab .ZzTabc .Tabr .bd ul li:hover em{
    color: #b10803;
}
/*切换结束*/

/*信息公开开始*/
.ZzXxgk{
    width: 100%;
    margin: 19px 0;
}
.ZzXxgk .ZzXxgkc{
    width: 1200px;
    height: 106px;
    margin: 0 auto;
    background: #f8f8f8;
}
.ZzXxgk .ZzXxgkc .Xxgkl{
    float: left;
    width: 189px;
    height: 106px;
    background: url(../images/zz_beijing9.png) no-repeat right top;
}
.ZzXxgk .ZzXxgkc .Xxgkl h2{
    padding-top: 55px;
    text-align: center;
    padding-left: 23px;
}
.ZzXxgk .ZzXxgkc .Xxgkl h2 a{
    font-size: 20px;
    color: #c30202;
}
.ZzXxgk .ZzXxgkc .Xxgkr{
    float: left;
    width: 1011px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li{
    float: left;
    margin: 0 41px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li h2 a{
    font-size: 16px;
    color: #464646;
    font-weight: normal;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li img{
    padding-bottom: 6px;
    margin: 0 auto;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi1 img{
    padding-top: 18px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi2 img{
    padding-top: 20px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi3 img{
    padding-top: 23px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi4 img{
    padding-top: 20px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi5 img{
    padding-top: 20px;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi1 h2 a:hover{
    color: #f3b45f;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi2 h2 a:hover{
    color: #517cbe;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi3 h2 a:hover{
    color: #00aca2;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi4 h2 a:hover{
    color: #b9b489;
}
.ZzXxgk .ZzXxgkc .Xxgkr ul li.XxgkrLi5 h2 a:hover{
    color: #d57e7e;
}
/*信息公开结束*/

/*党建、业务工作开始*/
.ZzDjYw{
    width: 100%;
}
.ZzDjYw .ZzDjYwc{
    width: 1200px;
    height: 354px;
    margin: 0 auto;
}
.ZzDjYw .ZzDjYwc .ZzDj{
    float: left;
    width: 585px;
    height: 354px;
    padding: 0 14px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjs{
    height: 56px;
    line-height: 56px;
    padding-left: 30px;
    background: url(../images/zz_beijing10.png) no-repeat left center;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjs a{
    float: left;
    font-size: 18px;
    color: #c30202;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li{
    line-height: 36px;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li em{
    font-size: 16px;
    color: #517cbe;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li a{
    font-size: 16px;
    color: #464646;
    font-weight: normal;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li a:hover{
    color: #517cbe;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li i{
    margin-left: 5px;
    font-size: 16px;
    color: #989898;
	float: right;
}
/*
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li{
    padding-bottom: 24px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #bbbbbb;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li>a{
    float: left;
    width: 159px;
    height: 111px;
    overflow: hidden;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li>a img{
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li>a:hover img{
    opacity: 0.9;
    filter: alpha(opacity=90);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li .ZzDjxR{
    float: right;
    width: 366px;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li .ZzDjxR h3{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li .ZzDjxR h3 a{
    font-size: 16px;
    color: #333333;
    line-height: 21px;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li .ZzDjxR h3 a:hover{
    color: #c30202;
}
.ZzDjYw .ZzDjYwc .ZzDj .ZzDjx ul li .ZzDjxR em{
    display: block;
    font-size: 16px;
    color: #8d8d8d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}*/
.ZzDjYw .ZzDjYwc .ZzYw{
    float: right;
}
.ZzDjYw .ZzDjYwc .ZzYw .ZzDjs{
    background: url(../images/zz_beijing11.png) no-repeat left center;
}
.ZzDjYw .ZzDjYwc .ZzYw .ZzYwx ul{
    width: 565px;
}
.ZzDjYw .ZzDjYwc .ZzYw .ZzYwx ul li{
    float: left;
    width: 118px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #fefbf5;
    border:  1px solid #e9c1bf;
    margin-right: 20px;
    margin-bottom: 16px;
}
.ZzDjYw .ZzDjYwc .ZzYw .ZzYwx ul li h2 a{
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.ZzDjYw .ZzDjYwc .ZzYw .ZzYwx ul li h2 a:hover{
    color: #c30202;
}
/*党建、业务工作结束*/

/*信用大图开始*/
.ZzXy{
    width: 100%;
}
.ZzXy .ZzXyc{
    width: 1200px;
    height: 120px;
    margin: 22px auto;
    position: relative;
}
.ZzXy .ZzXyc .hd{
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 9;
}
.ZzXy .ZzXyc .hd ul li{
    float: left;
    width: 20px;
    height: 6px;
    cursor: pointer;
    margin: 0 3px;
    background: url(../images/zz_beijing19_1.png) no-repeat center;
}
.ZzXy .ZzXyc .hd ul li.on{
    background: url(../images/zz_beijing19.png) no-repeat center;
}
/*信用大图结束*/

/*政策的一系列切换开始*/
.ZzZc{
    width: 100%;
}
.ZzZc .ZzZcc{
    width: 1200px;
    margin: 0 auto;
}
.ZzZc .ZzZcc .Zc{
    float: left;
    width: 585px;
    height: 325px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
	overflow: hidden;
}
.ZzZc .ZzZcc .Zc .hd{
    height: 58px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}
.ZzZc .ZzZcc .Zc .hd ul li{
    float: left;
    height: 58px;
    line-height: 58px;
    padding: 0 12px;
    margin-right: 24px;
    box-sizing: border-box;
}
.ZzZc .ZzZcc .Zc .hd ul li h2 a{
    display: block;
    font-size: 18px;
    color: #6b6b6b;
    font-weight: normal;
}
.ZzZc .ZzZcc .Zc .hd ul li.on{
    border-bottom: 2px solid #c61010;
}
.ZzZc .ZzZcc .Zc .hd ul li.on h2 a{
    color: #c30202;
}
.ZzZc .ZzZcc .Zc .bd ul li{
    height: 36px;
    line-height: 36px;
}
.ZzZc .ZzZcc .Zc .bd ul li h3 a{
    float: left;
    max-width: 400px;
    font-size: 16px;
    color: #464646;
    font-weight: normal;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/zz_beijing12.png) no-repeat left center;
}
.ZzZc .ZzZcc .Zc .bd ul li em{
    float: right;
    font-size: 16px;
    color: #989898;
}
.ZzZc .ZzZcc .Zc .bd ul li:hover h3 a{
    color: #c30202;
    background: url(../images/zz_beijing12_1.jpg) no-repeat left center;
}
.ZzZc .ZzZcc .Zc .bd ul li:hover em{
    color: #c30202;
}
.ZzZc .ZzZcc .Zc .ZzHj>h2{
    height: 48px;
    line-height: 48px;
    padding-left: 31px;
}
.ZzZc .ZzZcc .Zc .ZzHj>h2 a{
    float: left;
    font-size: 18px;
    color: #c30202;
}
.ZzZc .ZzZcc .Zc .ZzHj .BsH21{
    background: url(../images/zz_beijing24.png) no-repeat left center;
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv{
    
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv ul li{
    float: left;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding-left: 61px;
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv ul li h2 a{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv ul li h2 a:hover{
    color: #d13d3d;
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv ul li.HjLi1{
    width: 150px;
    height: 44px;
    background: url("../images/zz_beijing25.jpg") no-repeat center;
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv ul li.HjLi2{
    width: 195px;
    height: 44px;
    margin: 0 15px;
    background: url("../images/zz_beijing26.jpg") no-repeat center;
}
.ZzZc .ZzZcc .Zc .ZzHj .ZzHjDiv ul li.HjLi3{
    width: 168px;
    height: 44px;
    background: url("../images/zz_beijing27.jpg") no-repeat center;
}
.ZzZc .ZzZcc .Bs{
    float: right;
}
.ZzZc .ZzZcc .Bs>h2{
    height: 58px;
    line-height: 58px;
    padding-left: 31px;
}
.ZzZc .ZzZcc .Bs>h2 a{
    float: left;
    font-size: 18px;
    color: #c30202;
}
.ZzZc .ZzZcc .Bs .BsH21{
    background: url(../images/zz_beijing13.png) no-repeat left center;
}
.ZzZc .ZzZcc .Bs .BsH22{
    background: url(../images/zz_beijing14.png) no-repeat left center;
}
.ZzZc .ZzZcc .Bs .BsTwo ul li{
    float: left;
}
.ZzZc .ZzZcc .Bs .BsFour ul li{
    float: left;
    margin: 0 25px;
}
.ZzZc .ZzZcc .Bs .BsFour ul li img{
    margin: 0 auto;
}
.ZzZc .ZzZcc .Bs .BsFour ul li h2 a{
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 43px;
}
.ZzZc .ZzZcc .Bs .BsFour ul li.FourLi1 h2 a:hover{
    color: #eaaf32;
}
.ZzZc .ZzZcc .Bs .BsFour ul li.FourLi2 h2 a:hover{
    color: #587cc7;
}
.ZzZc .ZzZcc .Bs .BsFour ul li.FourLi3 h2 a:hover{
    color: #1fb0a4;
}
.ZzZc .ZzZcc .Bs .BsFour ul li.FourLi4 h2 a:hover{
    color: #b9b489;
}
/*政策的一系列切换结束*/

/*底部上面下拉开始*/
.ZzThree{
    width: 100%;
    height: 75px;
    background: #f7e9c9;
    margin-top: 39px;
    border-bottom: 3px solid #ac8f4e;
}
.ZzThree .ZzThreec{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.ZzThree .ZzThreec .ThreeDiv{
    display: inline-block;
    width: 220px;
    height: 47px;
    box-sizing: border-box;
    line-height: 45px;
    padding-left: 5px;
    padding-right: 20px;
    /*border: 1px solid #efe0bc;*/
    text-align: left;
    font-size: 16px;
    color: #666666;
    position: relative;
    cursor: pointer;
    margin: 0 16px;
    margin-top: 15px;
    /*background: url(../images/zz_beijing15.png) no-repeat 205px center;*/
}
.ZzThree .ZzThreec .ThreeDiv:hover ul{
    display: block;
}
.ZzThree .ZzThreec .ThreeDiv ul{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 47px;
    box-sizing: border-box;
    padding: 5px 20px;
    background: #f7e9c9;
}
.ZzThree .ZzThreec .ThreeDiv ul li{
    height: 30px;
    line-height: 30px;
}
.ZzThree .ZzThreec .ThreeDiv ul li>a{
    display: block;
    font-size: 14px;
    color: #333333;
}
.ZzThree .ZzThreec .ThreeDiv ul li>a:hover{
    color: #ff2200;
}
/*底部上面下拉结束*/

/*底部开始*/
.ZzEnd{
    width: 100%;
    height: 146px;
    background: #6c0200;
}
.ZzEnd .ZzEndc{
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
	position:relative;
}
.ZzEnd .ZzEndc .End1{
    float: left;
    width: 91px;
    min-height: 115px;
    padding-top: 12px;
    padding-left: 3px;
    box-sizing:border-box;
    background: url(../images/zz_beijing16.png) no-repeat right top;
}
.ZzEnd .ZzEndc .End1 ul li a{
    display: block;
    font-size: 14px;
    color: #f7c3a3;
    line-height: 24px;
}
.ZzEnd .ZzEndc .End1 ul li a:hover{
    color: #ffffff;
}
.ZzEnd .ZzEndc .End2{
    float: left;
    width: 330px;
    min-height: 115px;
    padding-top: 12px;
    padding-left: 37px;
    box-sizing: border-box;
    font-size: 14px;
    color: #f7c3a3;
    line-height: 24px;
    background: url(../images/zz_beijing16.png) no-repeat right top;
}
.ZzEnd .ZzEndc .End2 a{
    display: block;
    font-size: 14px;
    color: #f7c3a3;
}
.ZzEnd .ZzEndc .End2 a:hover{
    color: #ffffff;
}
.ZzEnd .ZzEndc .End2 .gaba {
    padding-left: 30px;
    background: url(../images/gaba.png) left center no-repeat;
}
.ZzEnd .ZzEndc .End3{
    float: left;
    width: 779px;
    min-height: 115px;
    padding-top: 12px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #f7c3a3;
    line-height: 24px;
    position: relative;
}
.ZzEnd .ZzEndc .End3 a{
    font-size: 14px;
    color: #f7c3a3;
}
.ZzEnd .ZzEndc .End3 a:hover{
    color: #ffffff;
}
.ZzEnd .ZzEndc .End3 img{
    display: inline;
}
.ZzEnd .ZzEndc .End3 .Dz{
    position: absolute;
    right: 134px;
    top: 19px;
}
.ZzEnd .ZzEndc .End3 .Jc{
    position: absolute;
    right: 1px;
    top: 23px;
}
.ZzEnd .ZzEndc .End4{
	position: absolute;
	right:0;
	line-height:115px;
}
.ZzEnd .ZzEndc .End4 img{
	vertical-align:middle;
	display: inherit;
}
/*底部结束*/

/*侧面飞的效果*/
.ZzRight{
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
}
.ZzRight ul li{
    width: 140px;
    height: 84px;
    cursor: pointer;
	position: relative;
	z-index: 2;
}
.ZzRight ul li a{
    display: block;
    width: 140px !important;
    height: 84px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ZzRight ul li.Wx .bds_weixin{
    cursor: pointer;
    background: url(../images/zz_beijing20.png) no-repeat center;
}
.ZzRight>img{
    display: none;
    position: absolute;
    left: -150px;
    top: 0;
	max-width:206px !important;
	z-index: 1;
}
.ZzRight ul li.Wx .bds_weixin:hover{
    background: url(../images/zz_beijing20_1.png) no-repeat center;
}
.ZzRight ul li.Wb a{
    background: url(../images/zz_beijing21.png) no-repeat center;
}
.ZzRight ul li.Wb a:hover{
    background: url(../images/zz_beijing22.png) no-repeat center;
}
.ZzRight ul li.GoTop{
    background: url(../images/zz_beijing23.png) no-repeat center;
}
.ZzRight ul li.GoTop:hover{
    background: url(../images/zz_beijing23_1.png) no-repeat center;
}
/*侧面飞的结束*/

/*互动表单*/
.formbox form{
	margin: 0 auto;
	margin-top: 40px;
}
.formbox form .rightbh{
	margin-bottom: 8px;
}
.formbox form table tr{
	height: 70px;
}
.formbox form table tr th{
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}
.formbox form table tr th i{
	font-style: normal;
	color: #D20000;
	font-size: 20px;
	margin-right: 10px;
}
.formbox form table tr td input[type=text],
.formbox form table tr td select{
	width: 100%;
	height: 40px;
	background: #FBFCFC;
	margin: 0;
	padding: 0;
	border: 1px solid #E5E5E5;
	text-indent: 13px;
}
.formbox form table tr td input[type=radio]{
	margin: 0 5px 0 40px;
}
.formbox form table tr td input[type=radio]:first-child{
	margin-left: 0;
}
.formbox form table tr td input[type=text].yzminp{
	width: 160px;
}
.formbox form table tr td textarea{
	height: 113px;
	width: 690px;
	border: 1px solid #E5E5E5;
	background: #FBFCFC;
	margin: 0;
	padding: 13px;
}
.formbox form table tr td img{
	vertical-align: middle;
	height: 42px;
	margin-left: 25px;
	display: inline-block;
}
.formbox #uploader-demo .uploader-list{
	width: 600px;
	min-height: 40px;
	border: 1px solid #E5E5E5;
	background: #FBFCFC;
	line-height: 40px;
	text-align: left;
}
.formbox #uploader-demo .uploader-list .firstext{
	margin-left: 13px;
	color: #949494;
	display: block;
}
.formbox .webuploader-pick{
	width: 120px !important;
	height: 40px !important;
	border: 1px solid #E5E5E5 !important;
	background: #F2F2F2 !important;
	line-height: 40px !important;
	color: #949494 !important;
	text-align: center !important;
	padding: 0 !important;
}
.formbox .thumbnail{
	margin-left: 15px;
	margin-bottom: 10px;
}
.formbox .thumbnail .cancel{
	cursor: pointer;
	width: 35px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #D84C29;
	border-radius: 3px;
	margin-left: 10px;
	color: #D84C29;
}
.formbox .info{
	display: inline-block;
}
.formbox form table tr td .but{
	width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 17px;
    background: #E44530;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    float: left;
    margin-left: 207px;
    outline: none;
}
.formbox form table tr td .but+.but{
	background: #C3C3C3;
	margin-left: 20px;
}
/*互动表单结束*/
/*留言列表*/
.rightable table tr{
	height: 54px;
	font-size: 16px;
	border-bottom: 1px dashed  #DCDCDC;
}
.rightable table tr:first-child{
	border: 1px solid  #DCDCDC;
}
.rightable table tr th{
	background: #F1F1F1;
	font-size: 18px;
}
.rightable table tr td{
	color: #919191;
	font-size: 15px;
	text-align:center;
}
.rightable table tr td:first-child{
	text-align: left;
}
.rightable table tr td:first-child a{
	padding-left: 18px;
	background: url(zmhd_liststyle.png) no-repeat 2px center;
	color:#333333;
}
/*留言列表结束*/
/*信件查询*/
.righxjsearch{
	margin-top: 30px;
}
.righxjsearch form{
	padding: 0 24px;
	height: 68px;
	line-height: 68px;
	border: 1px solid #E0E0E0;
	background: #F6F6F6;
	border-radius: 8px;
}
.righxjsearch form b{
	color: #E75A4A;
	font-size: 20px;
}
.righxjsearch form input[type=text]{
	width: 302px;
	height: 38px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	text-indent: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 16px;
	outline: none;
}
.righxjsearch form input[type=button]{
	width: 105px;
	height: 38px;
	background: #E75949;
	color: #FFFFFF;
	border: none;
	border-radius: 8px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 10px;
	cursor: pointer;
	outline: none;
}
.righxjsearch span{
	display: block;
	height: 88px;
	line-height: 88px;
	text-align: center;
}
.righxjsearch table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 15px auto;
}
.righxjsearch table tr{
	height: 45px;
}
.righxjsearch table tr th{
	color: #E9573E;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-family: "microsoft yahei";
}
.righxjsearch table tr td{
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*信件查询结束*/
/*互动分页*/
.box {line-height: 26px; color: #333; width:95%;text-align: center;padding: 12px;clear: both;margin-top: 30px;}
.total-count{font-size: 16px;margin: 0 2px;}
.total-count a,.total-count b{
	cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    background: #f2f2f2;
    color: #333;
    padding: 2px 6px;
	margin-left: 7px;
	font-weight:normal;
}
.total-count b.sel-page,.total-count a:hover,.total-count b:hover{
	background: #E3452F;
    color: #FFFFFF;
	border:none;
}
.pages span font {color: #3880C9;font-size: 12px;}
.turnPage,.last-page{margin-left: 7px;border: 1px solid #DDDDDD;background: #fff; color: #333; padding: 2px 6px;text-decoration: none;}
.pages span { padding-right: 10px}
.pages b, .pages a:hover {border: 1px solid #FFFFFF;font-weight: normal;}
/*留言细览*/
.popdetial{
	background: #FFFFFF;
	border-radius: 10px;
	padding-bottom: 50px;
}
.popdetial .title{
	height: 68px;
	line-height: 68px;
	font-size: 18px;
	border-bottom: 1px solid #E4E4E4;
}
.popdetial .title span{
	margin-left: 46px;
	font-weight: 700;
}
.popdetial .tablebox{
	padding: 0 20px;
}
.popdetial .tablebox .tabledetial .tabletitle{
	height: 76px;
	line-height: 76px;
	font-size: 16px;
	padding-left: 20px;
	font-weight: 700;
	background: url(hdjl_pop01.png) no-repeat left center;
}
.popdetial .tablebox .tabledetial table{
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	font-family: "microsoft yahei";
}
.popdetial .tablebox .tabledetial table tr{
	height: 46px;
}
.popdetial .tablebox .tabledetial table th,
.popdetial .tablebox .tabledetial table td{
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	text-align: left;
	padding: 16px 22px;
	font-family: "microsoft yahei";
}
.popdetial .tablebox .tabledetial table th{
	background: #FBFBFB;
	color: #333333;
	font-weight: normal;
}
.popdetial .tablebox .tabledetial table td{
	color: #656565;
	font-size: 15px;
	line-height: 28px;
}
.popdetial .tablebox .tabledetial .clxxbox{
	border-left: 1px solid #E4E4E4;
	padding-left: 20px;
}
.popdetial .tablebox .tabledetial .clxxbox span.hftitle{
	padding-left: 27px;
	margin-left: -27px;
	margin-bottom: 24px;
	font-size: 16px;
	display: block;
	background: url(hdjl_pop02.png) no-repeat left center;
}
.popdetial .tablebox .tabledetial .clxxbox span.hftitle i{
	color: #989898;
	margin-left: 33px;
	font-style: normal;
}
.popdetial .tablebox .tabledetial .clxxbox ul{
	background: #F4FAFD;
	border: 1px solid #B4D6E9;
	padding: 18px 21px;
}
.popdetial .tablebox .tabledetial .clxxbox ul li span{
	width: 90px;
	color: #333333;
	line-height: 26px;
}
.popdetial .tablebox .tabledetial .clxxbox ul li p{
	line-height: 26px;
	color: #656565;
	font-size: 15px;
}
.m_detialbox{display: none;}
