body {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

.section-padding {
    padding: 142px 0px 0px 0px;
}

.header-area {
    width: 100%;
    height: 142px;
    background: rgb(2, 134, 120);
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    z-index: 99999;
}

#header {
    width: 1360px;
}

#header-top {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-top img {
    width: 419px;
    height: 66px;
}

#OAicon {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

#OAicon img {
    width: 22px;
    height: 22px;
}

#OA-search {
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    gap: 15px;
    width: 147PX;
    height: 29px;
    border-radius: 14.5px;
    background: rgb(16, 166, 150);
    justify-content: center;
    align-items: center;
}

#OA-search img {
    width: 8px;
    height: 12px;
}

#header-menu {
    display: flex;
    width: 100%;
    height: 40%;
    align-items: center;
}

#menu {
    width: 94%;
    display: flex;
    height: 100%;
}

.nav-menu {
    width: 100%;
    height: 100%;
    display: flex;
}

.menu-active {
    background: rgb(255, 255, 255, 0.12);
    border-bottom: 3px solid #fff;
}

.box {
    flex: 1;
    min-width: 150px;
    height: 90%;
    font-family: 思源黑体;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box :hover {
    background-color: rgb(255, 255, 255, 0.05) !important;
}

.box a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-icon {
    width: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgb(255, 255, 255, 0.15);
}

.footer-area {
    width: 100%;
    height: 208px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

#footer {
    width: 1360px;
    background: #fff;
    height: 100%;
}

#footer-top {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(232, 234, 233);
    justify-content: space-between;
}

#footer-top img {
    width: 452px;
    height: 73px;
}

#top-boder {
    width: 2px;
    height: 40%;
    background: rgb(232, 234, 233);

}

#footer-button {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#address {

    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    min-width: 250px;
}

#phone {

    display: flex;
    width: fit-content;
    justify-content: space-between;
    gap: 10px
}

#phone img {
    width: 55px;
    height: 55px;
}

#phone-number {
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

#menzhenphone {
    color: rgb(153, 153, 153);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    text-align: end;
}

#button-left {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    min-width: 500px;
}

#button-right {
    display: flex;
    align-items: center;
}

#guanyu {
    width: 80px;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-align: center;
    text-transform: uppercase;
}

.boder-left {
    width: 2px;
    height: 12px;
    background: rgb(153, 153, 153);

}

#title {
    width: 1360px;
    height: 90px;
    margin-top: 88px;
}

#title h1 {
    line-height: 0px;
    text-align: center;
    color: rgb(1, 1, 1);
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0%;

}

#title h3 {
    text-align: center;
    color: rgb(148, 148, 148);
    font-family: 阿里巴巴普惠体;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0%;
    text-transform: capitalize;
}

#section-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 88px;
}

ul.pagination {
    display: flex;
    padding: 0;
    
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin-left: 8px;
    border-radius: 3px;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
    background: rgb(183, 91, 88);
    color: white;
    border: 1px solid rgb(183, 91, 88);
}

ul.pagination li a.activelv {
    background: rgb(0, 133, 121);
    color: white;
    border: 1px solid rgb(0, 133, 121);
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

ul.pagination li a:hover:not(.activelv) {
    background-color: #ddd;
}

ul.pagination li select {
    width: 110px;
    height: 38px;
    margin-left: 8px;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 20px;
    color: rgb(105, 105, 105);
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    border-radius: 3px;
}

#fenye {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 30px;
}

#coment {
    width: 1260px;
    height: auto;
    padding: 60px 60px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    margin-top: 48px;
}

#coment h1 {
    color: rgb(0, 0, 0);
    font-family: PingFang SC;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 0px;
}

#coment h5 {
    color: #888585;
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 0px;
}

#coment p {
    color: rgb(68, 68, 68);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
}

#list :hover {
    color: rgb(19, 96, 142);
}

#list :hover #details-bottons {
    background-color: rgb(19, 96, 142) !important;
    color: #fff !important;
}

#list :hover #details-bottons span {
    background-color: rgb(19, 96, 142) !important;
    color: #fff !important;
}

#news-updates a :hover {
    background-color: rgb(19, 96, 142) !important;
    color: #fff !important;
}

#news-updates a :hover img {
    content: url('../image/to-right.png');
}

#daohang {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    justify-content: flex-start;
    width: 1360px;
    align-items: center;
}

#daohang img {
    width: 14px;
    height: 14px;
}

#daohang a {
    color: rgb(68, 68, 68);
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;

}

#active-daohang {
    color: rgb(0, 133, 121) !important;
}

#coment-center {
    display: flex;
    justify-content: space-between;
}

#nei-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

#nei-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

#nei-right a img {
    width: 14px;
    height: 12px;
}

#right-boder {
    width: 1px;
    height: 8px;
    background-color: rgb(239, 239, 239);
}

#coment-center p {
    color: rgb(148, 148, 148);
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
}

#dayin {
    width: 142px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgb(0, 133, 121);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

#dayin p {
    color: rgb(0, 133, 121);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0%;
}

#shangxia {
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

#pian {
    width: 96px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 4px;
}

#pian p {
    color: rgb(105, 105, 105);
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
}

#box-ul :hover {
    background: rgb(109, 191, 184);
}

#jiankang-top a :hover {
    background-color: rgb(19, 96, 142) !important;
    color: #fff !important;
}

#jiankang-top a :hover img {
    content: url('../image/to-right.png');
}

#images {
    width: 454px !important;
    height: 400px;
    overflow: hidden;
}

#images img {
    transition: all .3s ease-in-out;
    
}

#images:hover img {
    transform: scale(1.2);
    
}
#color-span{
    color: #888888;
}