/* header-start 样式 */
a{
    cursor: pointer;
}
a:hover{
    color: #284BA6;
}

.main-header {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    text-align: center;
    background-color: #FFFFFF;
    height: 90px;
    font-family: "PingFang SC";
    font-size: 16px;
    color: #373C47;
    z-index: 999;


}

.main-header>div>a>img {

    position: absolute;
    width: 80px;
    height:80px;
    left: 50px;
    top: 10px;

}

/*class= navigation样式 */
.navigation {

    float: right;
    min-width: 1080px;

}

/* ul li标签样式 */
ul li {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 60px;
    text-align: center;
    position: relative;
    float: left;

}

/* ul标签样式 */
ul {
    list-style: none;
    display: inline-block;
    padding-left: 280px;
}

.navigation>ul>li>a {
    text-decoration: none;
    color: #373C47;
    display: block;
    white-space: nowrap;
    font-weight: bold;

}

.navigation>ul>li>a:hover {
    color: #284BA6;
}

/* header-end 样式 */

/* footer-start 样式 */
.main-footer>div {
    display: flex;
    height: 320px;
    flex-wrap: nowrap;
    justify-content: space-evenly;


}

.main-footer {
    background-image: url(../../img/index/footer.png);
    background-size: 100% 100%;
}


.footer-img-text>div>div>a {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #373C47;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
}

.footer-img-text2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-img-text {
    margin-top: 94.5px;
    margin-bottom: 94.5px;
}

.footer-img-text2>div>span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #373C47;
    padding-left: 42px;
    padding-right: 42px;

}

.footer-img-text3>div>span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #373C47;
    padding-left: 25px;
    padding-right: 25px;

}

.footer-img-text>div>div>div>div>span>img {
    width: 24px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

span .footer-img-text>div {
    height: 130px;

}
/* 1120add */
.footer-img-text4{
    padding-top: 2%;
    margin-top: 1%;
    width: 80px;
    height:80px;
}
.footer-img-text4>img{
    width: 80px;
    height:80px; 
}
.flex-foot{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* footer-end 样式 */

/* 菜单切换 */
.title-fixed>div {
    margin-left: 2%;
    font-family: 'PingFang SC';
    font-size: 16px;
    text-decoration: none;
}

/* banner 下滑效果 */
.banner {
    overflow: hidden;
}

.banner .pc-bk {
    height: 100%;
    width: 100%;
}

/* 菜单切换 */
#hamnav {
    display: none;
}

#header {
    display: block;
}

@media (max-width:1024px) {

    /* 隐藏pc端菜单 */
    #header {
        display: none;

    }

    /* 显示手机端菜单 */
    #hamnav {
        display: block;
        height: 100%;

    }

    body {
        margin: 0px;
        padding: 0px;
        height: 100%;
    }

    /* 右上角菜单图片 */
    #hamburger-color>img {
        height: 24px;
        width: 24px;


    }

    .moblie-header-img {
        height: 42px;
        width: 42px;
        left: 7px;
        top: 7px;
        border-radius: 0px;
    }

    .hamnav-title {
        display: flex;
        justify-content: space-between;
        padding-top: 0.5%;
        padding-bottom: 0.5%;
        padding-left: 1%;
        padding-right: 1%;

    }

    .hamnav-title>div>a>img {
        height: 35px;
        width: 37px;
    }

    .hamitems a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 3%;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        text-decoration: none;
        color: #F2F2F2;
    }

    .hamitems a:hover {
        line-height: 110%;
        text-decoration: underline;

    }

    /* 控制菜单隐藏 */
    .hamitems {
        display: none;
        width: 100%;
        height: 1080px;
        z-index: 999;
        background-color: #213F8E;
    }

    .hamitems>div {
        margin-top: 64px;
        z-index: 999;
        padding-bottom: 1080px;
    }

    #hamnav input:checked~.hamitems {
        display: block;
    }

    #hamnav label {
        display: inline-block;
        color: #373C47;
        font-style: normal;
        font-size: 1.2em;
        padding: 10px 0 10px 0;
        width: 16px;
        height: 22px;
    }

    .top-background>img {
        width: 100%;
        height: 100%;
    }

    /* footer css */
    .footer-img-login {
        display: none;
    }

    .footer-img-wechat {
        display: none;
    }

    .main-footer {
        height: 244px;
    }

    .main-footer>div {
        display: flex;
        height: 244px;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        background: #F9FAFC;

    }

    .footer-img-text>div>div>div>a {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        color: #373C47;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-img-text {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .footer-img-text2>span {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        width: 60%;
        color: #373C47;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }

    .footer-img-text3>span {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 4000;
        font-size: 15px;
        line-height: 17px;
        text-align: center;
        color: #373C47;

    }

    #footer-img-text2x{
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 4000;
        font-size: 115px;
        line-height: 17px;
        text-align: center;
        color: #373C47;
    }

    .footer-img-text>div>div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }

    .footer-img-text2>div>div>span {
        width: 50%;
    }



}