*{
    text-decoration: none;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header{
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10%;
    padding-right: 20%;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex; 
    /* justify-content: space-between; */
    align-items: center;
    z-index: 100;
}
.logo a{
    width: 240px;
    /* padding-right: 50px; */
    display: flex;
    align-items: center;
}
.logoE a{
    width: 380px;
}
.logo>a>img{
    height: 60px;
    margin-right: 10px;
}
.logo h2{
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    color: #0a8de4 !important;
}
.logoE h2{
    font-size: 20px;
}
.logo p{
    line-height: 30px;
    color: #666;
}
.logoE p{
    font-size: 14px;
}
.header_right{
    width: 100%;
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.header_right a{
    display: inline-block;
    padding: 15px 20px 5px;
    color: #000;
}
.header_rightE a{
    font-size: 14px;
}
.header_right .a1{
    color: #0a8de4;
}
.header_right>button{
    font-size: 14px;
    height: auto;
    padding: 10px 12px;
    margin: 17px 0 5px;
    border: none;
    color: #fff;
    background-color: #0a8de4;
    cursor: pointer;
}
.header_rightE>button{
    font-size: 14px;
}
.header_base{
    height: 100px;
}
.banner{
    width: 100%;
    position: relative;
    /* height: 380px; */
    /* background-color: #0a8de4; */
}
.banner>img{
    display: block;
    width: 100%;
    /* height: 380px; */
}
.banner>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}
.banner>div>div{
    height: 300px;
    /* padding-top: 150px; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.banner>div p{
    text-align: center;
    font-size: 52px;
    line-height: 150px;
    /* height: 100%; */
    font-weight: bold;
    color: #0a8de4;
}
.bannerE>div p{
    font-size: 40px;
    line-height: 100px;
}
.content{
    width: 50%;
    margin: 0 auto;
}
.content_nav>p{
    padding: 20px 0;
    color: #aaa;
}
.content_nav>p a{
    color: #aaa;
}
.footer{
    width: 80%;
    /* height: 80px; */
    padding: 40px 10%;
    margin: 80px auto 0;
    color: #fff;
    background-color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_left_top{
    display: flex;
    align-items: center;
}
.footer .footer_left_top img{
    width: 50px;
    height: 50px;
}
.footer_left_top p{
    /* padding-top: 10px; */
    padding-left: 20px;
}
.footer div img{
    width: 150px;
    /* padding: 0 10%; */
}
.footer p{
    font-size: 13px;
    line-height: 30px;
}
.footer p span{
    font-size: 13px;
    line-height: 30px;
    padding-right: 50px;
}
.p1{
    padding-left: 70px;
}
#cs{
    width: 1vw;
    height: 1vw;
    background-color: #0a8de4;
}