* {
    margin: 0px;
    padding: 0px;
}

.contenar {
    width: 100%;
    height: 100%;
    /* background-color: antiquewhite; */
}

.contenar-center {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.contenar-top {
    display: flex;
    width: 1200px;
    height: 100px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}

.contenar-top-left {
    display: flex;
    align-items: center;
}

.contenar-top-left .bg {
    display: flex;
    width: 1px;
    height: 48px;
    opacity: 0.62;
    background: #b5b5b5;
    margin-left: 24px;
}

.contenar-top-left .text {
    margin-left: 24px;
    color: #3C77F0;
    font-size: 24px;
}

.contenar-top-right span {
    font-size: 18px;
    font-family: PingFang SC Medium, PingFang SC Medium-Medium;
    font-weight: 500;
    color: #A4A4A4;
}

.contenar-top-right .zhuce {
    color: #FF6600;
    font-size: 18px;
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0px;
}


.central-bottom {
    width: 100%;
    height: 10px;
    background-color: #DEDEDE;
}

.foot {
    float: right;
    margin-top: 20px;
    width: 1200px;
    height: 320px;
    /* background-color: antiquewhite; */
}

.foot-conten-top {
    display: flex;
    width: 1200px;
    height: 138px;
    justify-content: space-between;
    align-items: center;
}

.foot-conten-top-1 {
    display: flex;
}

.foot-conten-top-1 img {
    width: 50px;
    height: 50px;
}

.foot-conten-top-1 span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #333;
    margin: 10px;
}

.foot-conten-top-1 h5 {
    opacity: 0.47;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333;
    margin: 5px 10px;
}

.foot-line {
    display: flex;
    position: relative;
    width: 100%;
    height: 1px;
    background: #DAE0E7;
    top: -181px;
}

.foot-text {
    width: 1200px;
    height: 182px;
    font-size: 15px;
    color: #666666;
    font-weight: 550;
    margin: auto;
}

.a-text {
    display: flex;
    /* justify-items: auto; */
    justify-content: space-around;
    /* margin: auto; */
    margin-top: 40px;
    margin-left: 120px;
    margin-right: 120px;
}

.a-line {
    display: flex;
    width: 1px;
    height: 14px;
    background: #D3D3D3;
}

.text-text2 {
    display: flex;
    display: block;
    text-align: center;
    margin-top: 29px;
    color: #CBCBCB;
    font-size: 14px;
    font-weight: 400;
}