.header{
    height: 360px;
    background: url(../img/top-bg.png) no-repeat;
    overflow: hidden;
}
.logo{
    margin-top: 15px;
    overflow: hidden;
}
.title{
    margin-top: 70px;
}
.title img{
    margin-left: 314px;
}

.main{
    overflow: hidden;
}
.dongtai-img{
    margin-top: 27px;
    overflow: hidden;
}
.dongtai{
    width: 510px;
}
.dongtai-top{
    height: 36px;
    border-bottom: 3px solid #d9d9d9;
}
.dongtai-top h3{
    float: left;
    color: #1a71a3;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    border-bottom: 3px solid #1a71a3;
    padding-bottom: 11px;
    position: relative;
}
.dongtai-top h3::after{
    content: '';
    width: 5px;
	height: 3px;
    background-color: #1a71a3;
    position: absolute;
    bottom: -3px      ;
    right: -7px;
}
.dongtai-top a{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
}

.dongtai li a{
    display: block;
    font-size: 16px;
    line-height: 52px;
    color: #000000;
    border-bottom: 1px dashed #CCCCCC;
}
.dongtai li a:hover{
    color: #99CCFF;
}

.huazp{
    width: 1200px;
    margin-top: 30px;
}
.huazp ul{
    overflow: hidden;
}
.huazp li{
    width: 226px;
	height: 141px;
    background-color: #edf7fc;
    float: left;
    margin: 25px 0 0 17px;
}
.huazp li:first-child{
    margin-left: 0;
}
.huazp li a{
    display: block;
    line-height: 141px;
    text-align: center;
}
.huazp li a img{
    vertical-align: middle;
}
.hzp-list{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.hzp-list a{
    float: left;
    display: block;
    line-height: 18px;
    color: #000000;
    font-size: 16px;
    /* font-weight: bold; */
    width: 580px;
    border-bottom: 1px dotted #d9d9d9;
    margin-top: 17px;
    padding-bottom: 20px;
}
.hzp-list a:hover{
    color: #b00808;
}

.footer{
    height: 200px;
    background-color: #90baff;
    margin-top: 30px;
    overflow: hidden;
}
.footer .red{
    display: block;
    float: left;
    margin: 30px 0 0 224px;
}
.footer-text{
    margin: 28px 0 0 40px;
}
.footer-text p{
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}