html {
    overflow: auto;
    overflow-x: hidden;
}

.header {
    display: flex;
    align-items: flex-end;
    word-wrap: none;
    white-space: nowrap;
}

.header a {
    color: #199156;
    text-decoration: none;
}

.header a:link {
    color: #199156;
    text-decoration: none;
}

.header a:visited {
    text-decoration: none;
}

.header a:hover {
    color: #199156;
    text-decoration: none;
}

.header a:active {
    color: #199156;   
    text-decoration: none; 
}

.logo {
    margin-top: 40px;
    text-align: center;
    margin-left: 40px;
}

.header .title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    height: 100%;
    color: #199156;
}

.bounerimage {
    width: 100%;
    margin-top: 10px;
}


.allround {
    text-align: center;
    margin-top: 50px;
}

.allround .first {
    background: #f5f5f5;
    overflow: hidden;
}

.allround .title {
    font-size: 28px;
    margin-top: 40px;
}

.allround .title2 {
    font-size: 24px;
    color: #686868;
    margin-bottom: 40px;
}

.allround .title span:nth-child(4) {
    color: #199156;
}

.allroundcon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 50px;
    padding-left: 50px;
}

.allroundcon div {
    text-align: center;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 80px;
}

.allroundcon img {
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
}

.allroundcon span {
    margin-top: 50px;
    color: #8B8B8B;
    font-size: 16px;
}


.value-added {
    text-align: center;
    margin-top: 50px;
}

.value-added .first {
    background: #f5f5f5;
    overflow: hidden;
}

.value-added .title {
    font-size: 28px;
    margin-top: 50px;
}

.value-added .title2 {
    font-size: 24px;
    color: #686868;
}

.value-added .title span:nth-child(1) {
    color: #199156;
}


.team {
    text-align: center;
    margin-top: 50px;
}

.team .title {
    font-size: 28px;

}

.team .title2 {
    font-size: 24px;
    color: #686868;
    margin-bottom: 40px ;
}

.team .title span:nth-child(1) {
    color: #199156;
}


.about {
    text-align: center;
    margin-top: 50px;
    background: #f5f5f5;
}

.about .title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #199156;
}

.about .phone{
    background: #8F8F8F;
    height:80px;
    border-radius: 5px;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 24px;
    color: white;
    line-height: 80px;
}

.about .watch{
    color: #199156;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .qrcode{
    display: flex;
    justify-content: center;
}

.qrcode div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size:14px;
    color:rgba(186,186,186,1);
    line-height:72px;
}

.qrcode img{
    margin-right: 10px;
}

.footter{
    background: #199156;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    height: 81px;

}