/* 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: 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;
}

/* 公司简介 */
.gsjjbottomul1 {
    border-bottom: 3px solid #DCDCDC;
    padding-bottom: 80px;
    position: relative;
}

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

.gsjjbottomul1 li {
    float: left;
    width: 25%;
    text-align: left;
    margin-left: 0;
}

.gsjjbottomul1 li:nth-of-type(1) {
    margin-left: 0;
}

.gsjjbottomul1 li h3 {
    color: #ffa800;
    font-weight: 700;
    font-family: 'HONOR Sans CN';
    font-size: 45px;
	text-align:center;
}

.gsjjbottomul1 li h3 span {
    font-weight: 400;
    font-family: 'HONOR Sans CN';
    font-size: 20px;
}

.gsjjbottomul1 li p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-top: 12px;
	text-align:center;
	overflow:hidden;
}

.gsjjbottomul1liwai {
    font-weight: 400;
    font-size: 14px;
    color: #DDDDDD;
    font-family: 'HONOR Sans CN';
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.gsjjbottowenz {
    padding: 50px 0px;
    color: #222222;
    font-weight: 500;
    font-family: 'Alibaba PuHuiTi';
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}

.gsjjbottowenz p {
    color: #222222;
    font-weight: 500;
    font-family: 'Alibaba PuHuiTi';
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}

.gsjjbottowenzdiv img {
    width: 580px;
    margin-top: 40px;
}

.gsjjbottowenzdivimg2 {
    margin-left: 30px;
}