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%;
}

.profession {
    text-align: center;
    margin-top: 50px;
}

.profession .title {
    font-size: 28px;
}

.profession .title2 {
    font-size: 24px;
    color: #686868;
}

.profession .title span:nth-child(4) {
    color: #199156;
}

.professionimage {
    width: 100%;
    margin-top: 40px;
}

.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;
}

.process {
    text-align: center;
    margin-top: 50px;
}

.process .first {
    background: #f5f5f5;
    overflow: hidden;
}

.process .title {
    font-size: 28px;
    margin-top: 50px;
}

.process .title2 {
    font-size: 24px;
    color: #686868;
}

.process .title span:nth-child(1) {
    color: #199156;
}

.itemwarp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.itemwarp .splite {
    margin-top: 150px;
}

.itemwarp .splite img {
    height: 230px;
}

.processitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 420px;
    margin-left: 40px;
}

.processitem img {
    margin-bottom: 35px;
}

.processitem span {
    color: #8B8B8B;
    font-size: 16px;
    margin-bottom: 15px;
}

.processitem .part {
    margin-top: auto;
    color: rgb(224, 222, 222);
    font-size: 22px;
    margin-bottom: 35px;
}

.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;
}