﻿/*!  Project : 智美颜和
    +------YL.js-V-18.05.22------+
    |                            |
    |    Author  |  欧赛科技    |
    |    Q__Q    |  460692650    |
    |    Addr    |  460692650   |
    |    Date    |  2022.10.10   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
img {
    max-width: 100%;
}

body {
    padding: 0 50px;
    box-sizing: border-box;
}

.w14 {
    max-width: 1400px;
    margin: 0 auto;
}

.w12 {
    max-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.toplogo {
    text-align: center;
}

.toplogo img {
    max-width: 350px;
    margin: 40px 0;

}

.daohang {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;

}

.daohang .yiji {
    text-align: center;
}

.daohang .yiji .yijil {
    display: inline;
    position: relative;
}

.daohang .yiji .yijil .yijila {
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0 15px;

    color: #666666;
}

.daohang .yiji .yijil .yijila:hover {
    background: #7cacb8;
    color: #fff;
}

.daohang .yiji .yijil .yijila.active {
    background: #7cacb8;
    color: #fff;
}

.daohang .yiji .erji {
    display: none;
    position: absolute;
    top: 26px;
   left: -10%;
    width: 120%;
    text-align: center;
    z-index: 99;
    background: rgb(255, 255, 255);
    box-shadow: rgb(204 204 204) 0px 0px;
    padding: 10px 0;
    box-sizing: border-box;
}

.daohang .yiji .erji .erjil .erjila {
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 15px;
    border-radius: 20px;
    padding: 5px 10px;
}

.daohang .yiji .erji .erjil .erjila:hover {
    background: #7cacb8;
    color: #fff;
}



.swiper-container {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 80px;
    border-radius: 5px;
    height: 5px;
}

.swiper-pagination-bullet-active {
    background: #5eb0ba;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}

.dtcon {
    text-align: center;
    color: #666;
    line-height: 32px;
    padding: 60px 0;
    letter-spacing: 0.8px;
    box-sizing: border-box;
}

.dtico {
    margin: 10px 0;
}

.dttit {
    text-align: center;
    padding: 60px 0;
    font-size: 24px;
    font-weight: bold;
}

footer {
    background: #eeeeee;
    padding: 50px 50px;
    margin-top: 30px;
    box-sizing: border-box;
}

footer .w12 .list {
    float: left;
}

footer .w12 .list:nth-child(1) {
    width: 50%;
}

footer .w12 .list:nth-child(2) {
    width: 25%;
}

footer .w12 .list:nth-child(3) {
    width: 25%;
}

footer .w12 .list .ewm {
    display: flex;
    font-size: 15px;
    line-height: 24px;
    color: #777;
    text-align: center;
    justify-content: space-between;
}

footer .w12 .list .ewm img {
    max-width: 100px;
}

footer .w12 .list .ftit {
    font-size: 18px;
    color: #666666;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-weight: bold;
}

footer .w12 .list .fbt {
    color: #777;
    font-size: 15px;
    line-height: 28px;
}

footer .w12 .list .fbt a {
    display: block;
}

.icp {
    color: #a8a9a9;
    text-align: center;
    background: #fff;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
}

.dth1 {
    text-align: center;
    padding: 60px 0 0 0;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
    color: #5eb0ba;
}

.dth1 hr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    bottom: -45px;
}

.cebian {
    background: #f1f1f1;
    color: #868585;
    position: fixed;
    bottom: 150px;
    right: 60px;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    text-align: center;
}

.doctit {
    text-align: center;
    margin: 50px 0;
    line-height: 42px;
}

.doctit .t1 {
    color: #7bb8c3;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2px;
}

.doctit .t2 {
    color: #666;
    font-size: 22px;
    letter-spacing: 4px;
}

.doclist {
    display: flex;
    flex-wrap: wrap;
}

.doclist .list {
    float: left;
    width: 31%;
    border-radius: 8px;
    margin-right: 3.5%;
    margin-bottom: 30px;

}

.doclist .list:nth-child(3n) {
    margin-right: 0;
}

.doclist .list .con {
    text-align: center;
    background: #e5eff1;
    padding: 50px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.doclist .list img {
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.doclist .list .con p {
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;

}

.doclist .list .con .a1 {
    color: #fff;
    padding: 3px;
    background: #7badb8;
}

.doclist .list .con .a2 {
    color: #fff;
    padding: 3px;
    background: #95bdc6;
}

.docxq {
    padding: 50px 0;
}

.docxq h1 {
    color: #7badb8;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-color: #666;
}

.docxq .jj {
    padding: 30px 0;
}
.docxq .jj .jj1 {
    float: left;
    width: 20%;
    color: #666;
    line-height: 32px;
}
.docxq .jj .jj1 p:nth-child(1){
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.docxq .jj .jj2 {
    float: left;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 24px;
}