/* banner */
.hyfw_banner {
    position: relative;
}

.hyfw_banner img {
    width: 100%;
    margin: 0 auto;
}

.hyfw_banner p {
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 组织机构 */
.zzjgbox {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}

.zzjgtop ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}

.zzjgtop {
    border-bottom: 3px solid #DCDCDC;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.zzjgtop ul {
    display: table;
    margin: 0 auto;
}

.zzjgtop ul li {
    float: left;
}

.zzjgtop ul li a {
    display: block;
    width: 107px;
	height:auto;
    max-height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #262626;
    border-radius: 4px 4px 4px 4px;
    background: transparent;
    margin-left: 50px;
    text-align: center;
}

.zzjgtop ul li a:hover {
    background: #00306c;
    color: #FFFFFF;
}

.zzjgtop ul li a.zzjgtopactive {
    background: #00306c;
    color: #FFFFFF;
}
.zzjgbottomul::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.zzjgbottomul li{
    float: left;
    width: 580px;
    margin-left: 40px;
    margin-bottom: 70px;
}
.zzjgbottomul li:nth-of-type(1),.zzjgbottomul li:nth-of-type(3){
    margin-left: 0;
}
.zzjgbottomul li::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.zzjgbottomulimg{
    width: 291px;
    height: 206px;
    float: left;
}
.zzjgbottomuldiv{
    float: left;
    width: 230px;
    margin-left: 30px;
}
.zzjgbottomuldiv h3{
    font-weight: 500;
font-size: 24px;
text-align: left;
color: #222222;
margin: 10px 0px;
}
.zzjgbottomuldiv p{
    color: #999999;
 font-weight: 500;
 font-family: 'Alibaba PuHuiTi';
 font-size: 20px;
 text-align: left;
 line-height: 30px;
 white-space: wrap;
}
.mobile_type .zzjgtop ul li:nth-of-type(1) a{
    margin-left: 0;
}