body {
    background: #0b5544;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0px;
}
.container {
    width: 90%;
    margin: 0 auto;
    min-width: 1100px;
    position: relative;
    z-index: 1;
}
.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;
}
.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;
}
.content-two {
    position: relative;
    background: url(../images/two-bj.png) no-repeat;
    background-size: 100% 100%;
    width: 100%; height: 980px;
    text-align: center;
    margin-top: 50px;

}
.content-two .two-ccbox{
    position: relative; height: 300px; 
    display: flex; justify-content: center; margin-top: 20px;
}
.content-two .two-desc{
    width: 70%; margin: auto; 
    line-height: 22px; margin-bottom: 30px;
}
.content-two .two-cc1{
    background: linear-gradient(to bottom, #72d3bc, #8edecc); 
    width: 226px; margin-left: 160px;
    border: 2px solid #c7efe5; border-radius: 24px;
}

.two-cc1 .top-box{
    display: flex; justify-content: space-between; align-items: center;
}
.two-cc1 .top-box .top-title{
    color: #408667; font-size: 16px; 
    font-weight: bold; text-align: left; 
    padding-left: 10px;
}
.two-cc1 .con-box{
    width: 160px; margin: auto; margin-top: 5px;
    background-color: #79d2be;
    box-shadow: inset 0 0 10px rgb(99 197 184 / 50%);
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: #538f82;
}

.content-two .two-cc2{
    /* background: linear-gradient(to bottom, #72d3bc, #8edecc);  */
    width: 345px; margin-left: 260px; margin-top: 35px;
    padding-bottom: 10px;
    border: 2px solid #c7efe5; border-radius: 24px;
}

.two-cc2 .top-box{
    display: flex; justify-content: space-between; align-items: center;
}
.two-cc2 .top-box .top-title{
    color: #408667; font-size: 20px; 
    font-weight: bold; text-align: left; 
    padding-left: 10px;
}
.two-cc2 .con-box{
    width: 280px; margin: auto; margin-top: 5px;
    /* background-color: #a1dfd1; */
    background: linear-gradient(to right, #83d7c3, #a4e1d3); 
    box-shadow: inset 0 0 10px rgb(99 197 184 / 50%);
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: #538f82;
}

.content-two h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
}
.content-two img {
    max-width: 100%;
    height: auto;
}

.content-two .two-ccbox2{
    position: relative; margin-top: -100px; display: flex; justify-content: center;
}
.content-two .two-cc3{
    width: 289px; margin-left: -720px; padding-bottom: 10px;
    border: 2px solid #c7efe5; border-radius: 24px;
}

.two-cc3 .top-box{
    display: flex; justify-content: space-between; align-items: center;
}
.two-cc3 .top-box .top-title{
    color: #408667; font-size: 16px; 
    font-weight: bold; text-align: left; 
    padding-left: 10px;
}
.two-cc3 .con-box{
    width: 220px; margin: auto; margin-top: 5px;
    background: linear-gradient(to right, #abe5d7, #99dfcf); 
    box-shadow: inset 0 0 10px rgb(99 197 184 / 50%);
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: #538f82;
}

.content-two .two-ccbox3{
    position: absolute; bottom: 10px; display: flex; 
    justify-content: center; width: 100%;
}
.two-ccbox3 .boximg{
    width: 580px; height: 660px; margin-left: 50px;
}

/* 3 */
.three-box{
    position: relative;
    background: url(../images/three-bj.png) no-repeat;
    background-size: 100% 100%;
    width: 100%; height: 860px;
    text-align: center;
    margin-top: -140px;
}
.three-title{
    color: #fff; font-size: 46px; font-weight: bold;
}
.three-dabox{
    width: 980px; margin: auto; margin-top: 50px;
}
.three-daflex{
    display: flex; justify-content: space-between;
}
.three-daitem{
    border: 1px solid #75ddc4; 
    background-color: #176e5b; 
    border-radius: 30px; width: 31%;
}
.three-daitem-title{
    border-radius: 28px; 
    text-align: center; 
    font-size: 22px;
    padding: 15px 10px; color: #000; 
    background: linear-gradient(to right, 
                        #ffe8a6 0%, 
                        #fff1c8 30%, 
                        white 50%, 
                        #fff1c8 70%, 
                        #ffe8a6 100%);
}
.three-daitem-info{
    text-align: left; margin-top: 20px; padding-bottom: 10px;
}

/* 4 */

.four-box{
    position: relative;
    background: #09493b;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
    width: 100%; 
    height: 1140px;
    margin-top: -120px;
}

.four-cbox{
    width: 950px; margin: auto; 
    padding-top: 190px; 
    display: flex; align-items: center;
}
.four-erweim{
    display: flex; align-items: center;
}
.four-erweim-info{
    width: 160px; font-size: 14px; margin-left: 20px;
}
.four-footer{
    width: 950px; margin: auto;
}
.four-footer-item{
    border: 2px solid #0e6f69; padding: 20px; 
    padding-left: 35px; border-radius: 80px; 
    display: flex; justify-content: space-between; 
    align-items: center;
}

/* 5 */

.pro-box{
    background: url(../images/probj.png) no-repeat;
    background-size: 100% 100%;
    width: 100%; height: 560px;
}
.pro-title{
    text-align: center; padding-top: 95px; 
    font-size: 45px; font-weight: bold;
}
.pro-item-box{
    display: flex; width: 980px; 
    margin: auto; margin-top: 50px; 
    justify-content: space-between;
}
.pro-item{
    border: 2px solid #fff; 
    border-radius: 30px; width: 31%; 
    height: 250px; 
    background-color: #8b8787bf;
}
.pro-item-title{
    font-size: 30px; color: #fff; 
    font-weight: bold; margin-top: 30px;
}
.pro-item-info{
    margin-top: 10px; color: #ffffffab; 
    line-height: 20px; font-size: 15px;
}

/* 6 */

.six-box{
    background-color: #0b5544; width: 100%; height: 500px;
}
.six-title{
    font-size: 40px; font-weight: bold; 
    color: #fff; text-align: center;
    padding-top: 100px; 
}
.six-con{
    background-color: #09483a; width: 850px; 
    margin: auto; height: 233px; 
    border-radius: 45px; margin-top: 40px;
}
.six-conbox{
    padding: 50px 20px 0px 20px; font-size: 14px;
}
.six-item{
    width: 85%; margin: auto; margin-bottom: 40px;
}
.six-item-box{
    display: flex; align-items: center;
}
.six-item-hao{
    width: 36px; height: 36px; 
    text-align: center; line-height: 36px; 
    background-color: #00b781; 
    font-size: 28px; border-radius: 50%;
}
.six-item-con{
    color: #fff; width: calc(100% - 36px); margin-left: 15px;
}
/* 7 */
.footer-box{
    background-color: #ffffff; width: 100%;
}
.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;
}