*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}
.container{
    background: #0b5544;
    box-sizing: border-box;
    /* padding-bottom: 40px; */
}
.header {
    display: flex;
    width: 80%;
    margin: auto;
    align-items: center;
    padding: 10px;
    /* background: rgba(255, 255, 255, 0.1); */
}
.header .header-left {
    width: 261px; display: flex; align-items: center;
}
.header .logoName{
    font-size: 22px; font-weight: bold; margin-left: 10px;color: #FFF;
}
.header .menu-box{
    display: flex; justify-content: flex-end; 
    align-items: center; width: calc(100% - 261px);
}
.header a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
}
.header .menu-login{
    border: 2px solid #ffffc8; font-size: 14px; font-weight: bold;
    background-color: #ffffc8; color: #0b5645; padding: 0px 15px;
    margin-left: 15px; text-align:center; height: 34px; line-height: 34px;
    cursor: pointer; border-radius: 20px; 
}
.header .menu {
    border: 2px solid #1c6050; font-size: 14px;
    border-radius: 20px; padding: 0px 10px; 
    text-align: center; color: #fff;
    background: #1c6050; margin-left: 10px;
        height: 34px; line-height: 34px;
    cursor: pointer;
}
.header .menu-active {
    border: 2px solid #b0ffed; font-size: 14px; font-weight: bold; 
    border-radius: 20px; padding: 0px 10px; 
    text-align: center; color: #0b5544; 
    background: linear-gradient(to right, #04d8a8, #9dffe8);
    margin-left: 10px;
    height: 34px; line-height: 34px;
    cursor: pointer;
}
.sectionOne{
    width: 80%;
    margin: auto;
    /* align-items: center; */
    padding: 10px;
    background: url(../images/privacy.png) no-repeat;
    background-size: 100% 100%;
    height: 1000px;
    margin-top: 64px;
    box-sizing: border-box;
    padding: 60px 70px 20px 60px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.sectionOneRight{
    width: 480px;
    height: 100px;
    background: #14745E;
    border-radius: 62px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.sectionOneLeft{
    width: 532px;
    height: 900px;
    background: rgba(255,255,255,0.26);
    border-radius: 51px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
}
.sectionOneLeftTitle{
    width: 555px;
    height: 70px;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 72px;
    text-align: left;
    font-style: normal;
}
.sectionOneLeftText{
    height: 750px;
    width: 100%;
    /* overflow-y: auto; */
}
/* 7 */
.footer-box{
    background-color: #ffffff; width: 100%;
    margin-top: 40px;
}
.footer-box-con{
    width: 980px; margin: auto; 
    padding: 30px 0px;  color: #333333; 
    font-size: 14px;
}
.footer-top{
    display: flex; align-items: center;
}
.footer-logo{
    margin-left: 20px; margin-right: 10px;
}
.footer-logoName{
    color: #000; font-size: 14px; font-weight: bold;
}
.footer-menu{
    display: flex; justify-content: space-between; margin-top: 10px;
}
.footer-menu-two{
    line-height: 25px; margin-right: 90px;
}
.footer-menu-san{
    line-height: 25px; margin-right: 40px;
}
.footer-menu-right{
    display: flex; flex-direction: column; align-items:flex-start;
}
.footer-sanbox{
    display: flex; color: #333333; font-size: 14px; margin: 30px 0px;
}
.footer-banquan{
    background-color: #000; text-align: center; color: #fff; padding: 20px 0px; font-size: 14px;
}