﻿body, div, span, p, em, ul, li, h1, h2, h3, dl, dt, dd, img, header, footer, nav, section, article, video, aside, dialog, figure, figcaption, time {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

header, footer, nav, section, article, video, aside, dialog, figure, time {
    display: block;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul, li {
    list-style: none;
}

* {
    font-family: 'Adobe 黑体 Std';
}

a {
    text-decoration: none;
    color: #000000;
}

img {
    display: block;
}

i {
    font-family: 'Times New Roman';
    font-style: normal;
}

b {
    margin-left: 4px;
}
/* 首页标题 */
.index_title {
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .index_title h2 {
        font-size: 32px;
        letter-spacing: 5px;
    }

    .index_title p {
        font-size: 14px;
        letter-spacing: 10px;
        margin: 15px 0 30px 0;
        text-transform: uppercase;
        font-family: 'Times New Roman';
    }


.whole {
    width: 100%;
}


/* banner轮播图 */
#sections .slick-prev {
    width: 37px;
    height: 74px;
    background: url(../images/banner_left.png) no-repeat;
    display: inline-block;
}

#sections .slick-next {
    width: 37px;
    height: 74px;
    background: url(../images/banner_right.png) no-repeat;
    display: inline-block;
}

/* 项目列表 */
.project_list {
    width: 100%;
    margin: 30px auto 60px;
}

    .project_list ul {
        text-align: center;
    }

        .project_list ul li {
            width: 220px;
            margin-right: 1%;
            margin-bottom: 1%;
            display: inline-block;
        }

            .project_list ul li img {
                margin: 0 auto;
                display: block;
            }

            .project_list ul li span {
                font-size: 14px;
                margin-top: 10px;
                display: block;
            }
/* 品牌中心 */
.bg12 {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.tit {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

    .tit h1 {
        font-family: "Aparajita";
        font-size: 56px;
        line-height: 56px;
        display: block;
    }

    .tit h2 {
        font-size: 28px;
        line-height: 36px;
        display: block;
    }

.part1 .con .small {
    width: 338px;
    height: 490px;
    overflow: hidden;
    background: #000;
    float: left;
}

    .part1 .con .small .desc {
        border-top: 1px solid #95774c;
        padding: 15px 0 30px;
        color: #fff;
        text-align: center;
    }

part1 .con .small .desc .btn_zx {
    margin-top: 10px;
}

.part1 .con .btn_zx a {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    width: 130px !important;
    display: block;
}

.project_list1 {
    width: 73%;
    margin: 40px auto 70px;
}

    .project_list1 ul {
        text-align: center;
    }

        .project_list1 ul li {
            margin: 0 2%;
            width: 6%;
            display: inline-block;
        }

            .project_list1 ul li img {
                margin: 0 auto;
                display: block;
            }

            .project_list1 ul li span {
                font-size: 14px;
                margin-top: 10px;
                display: block;
            }
/* 星粉案例 */
.index_xingfen {
    margin-top: 80px;
}

.xingfen_bd img {
    height: 100%;
}

.xingfen_hd {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .xingfen_hd li {
        width: 6px;
        height: 6px;
        background: #9d9d9d;
        float: left;
        margin: 0 6px;
        border-radius: 50%;
    }

        .xingfen_hd li.on {
            width: 10px;
            height: 10px;
            background: #000000;
        }
/* 医师团队 */
.index_zhuanjia {
    background-color: #ededed;
    padding-top: 80px;
}

.zhuanjia_main {
    overflow: hidden;
    width: 1099px;
    margin: 0 auto;
}

.zhuanjia_left, .zhuanjia_right {
    float: left;
}

.zhuanjia_right {
    width: 260px;
    height: 238px;
    background: #000000;
    padding: 152px 0 0 30px;
}

    .zhuanjia_right p {
        font-size: 20px;
        color: #FFFFFF;
        margin: 30px 0 50px 0;
        letter-spacing: 5px;
    }

    .zhuanjia_right a {
        width: 140px;
        height: 31px;
        background: #a99d81;
        text-align: center;
        line-height: 31px;
        font-size: 12px;
        color: #FFFFFF;
        display: block;
    }

.zhuanjia_sowing {
    width: 1130px;
    margin: 38px auto 0;
}

    .zhuanjia_sowing ul {
        overflow: hidden;
    }

        .zhuanjia_sowing ul li {
            width: 251px;
            float: left;
            background: #FFFFFF;
            margin: 0 15.5px;
            padding-bottom: 30px;
        }

.sowing_main {
    padding: 0 20px;
}

    .sowing_main h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

    .sowing_main p {
        font-size: 14px;
        color: #666666;
        width: 215px;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sowing_main a.more {
        font-size: 12px;
        text-decoration: underline;
        margin-top: 30px;
        display: block;
    }
/* .zhuanjia_bd{height: 444px;} */
.zhuanjia_arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    padding-left: 15px;
}

    .zhuanjia_arrow .next {
        margin: 0 20px 0 10px;
    }

    .zhuanjia_arrow a {
        color: #a99d81;
        font-size: 12px;
        letter-spacing: 2px;
    }
/* 品牌资讯 */
.information {
    background: #ededed;
    padding: 80px 0;
}

.information_sowing {
    width: 80%;
    margin: 0 auto;
}

    .information_sowing ul {
        overflow: hidden;
    }

        .information_sowing ul li {
            width: 22.3%;
            float: left;
            background: #FFFFFF;
            margin: 0 20px;
        }

    .information_sowing .sowing_main {
        padding: 75px 20px 60px 20px;
    }

.information_arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
}

    .information_arrow .next {
        margin: 0 20px 0 10px;
    }

    .information_arrow a {
        color: #a99d81;
        font-size: 12px;
        letter-spacing: 2px;
    }


#sections .xingfen .slick-dots {
    bottom: 5px;
}

.information_sowing p {
    width: 100%;
    height: 50px;
}

.arrow .prev, .arrow .next {
    width: 31px;
    height: 31px;
}

.arrow .prev {
    background: url(../images/icon1.png);
}

.arrow .next {
    background: url(../images/icon2.png);
}

.arrow .prev:hover {
    background: url(../images/icon1.jpg);
}

.arrow .next:hover {
    background: url(../images/icon2.jpg);
}
/*新增*/
.wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1920px;
    min-width: 1200px;
    font-family: "微软雅黑"
}

::-moz-selection {
    background: #ece4d7;
    color: #2d2c28;
    text-shadow: none
}

::selection {
    background: #ece4d7;
    color: #2d2c28;
    text-shadow: none
}

.wrap .left {
    float: left
}

.right {
    float: right;
}

.bg11 {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.wrap .submenu nav a {
    display: block;
    text-decoration: none;
    color: #6e5b3f;
    font-size: 14px;
    line-height: 20px;
}

.services .wrapper {
    margin: 0 auto;
}

#divM .send_info_right a {
    color: #fff !important;
}

.chatTxt a, .mfhd a {
    color: #fff !important;
}

.ctablk {
    position: relative;
    overflow: hidden;
    zoom: 1;
    float: left;
    display: inline;
    margin: 0 0 9px 13px;
    text-align: center;
}

    .ctablk .wr {
        display: block;
        cursor: pointer;
    }

.container.trans {
    background: #e5ded0;
}

.ctablk .container {
    overflow: hidden;
}

.wrap a, .wrap a:link, .wrap a:hover, .wrap a:focus, .wrap a:active, .wrap a:visited, .wrap a img {
    outline: none;
    text-decoration: none !important;
    border: none;
}

.ctablk a {
    display: block;
    text-decoration: none;
}

.gtitle-deco, .slide .deco {
    position: absolute;
    left: 50%;
    height: 16px;
    background-repeat: none;
}

.sprite-h {
    background: url(../images/part2_line.png) center no-repeat;
    position: absolute;
}

.ctablk .visu {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
}

form .inputfld, form .textInput, .cta .label {
    border: dotted 1px #857052;
}

.cta .label, .cta .label-o {
    position: relative;
    display: inline-block;
    padding: 0px 25px;
    color: #bca17c;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

.cta .label, .cta .label-o {
    position: relative;
    display: block;
    padding: 6px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.ctablk .cta {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    z-index: 2;
}

.georgia-title h1, .georgia-title h2 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #896c49;
}

.gtitle-deco {
    width: 347px;
    margin-left: -173px;
}

.georgia-title .above {
    top: 37px;
}

.georgia-title .below {
    bottom: 8px;
}

.georgia-title, .ttl {
    zoom: 1;
    position: relative;
    margin: 0 auto 0px;
    padding: 60px 0 30px 0;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
}
/* 底部 */
.foot {
    max-width: 1500px;
    margin: 0 auto;
    padding: 75px 0;
    overflow: hidden;
    width: 86%;
}

.foot_box dl {
    width: 10.285%;
    float: left;
    height: 160px;
    padding-left: 4%;
}

.foot_box {
    overflow: hidden;
}

.foot_box2 {
    margin-top: 90px;
}
/*.foot_box dl+dl{margin-left: 145px;}*/
.foot_box dl dt {
    font-size: 16px;
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 35px;
}

.foot_box dl dd {
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}

    .foot_box dl dd:hover {
        text-decoration: underline;
    }

.foot_bottom {
    background: #ededed;
    padding: 70px 0 60px 0;
}

.bottom_box {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.bottom_left {
    width: 165px;
    border-right: 1px solid #d2d2d2;
    color: #333333;
    float: left;
}

    .bottom_left p {
        font-size: 16px;
        line-height: 30px;
    }

    .bottom_left span {
        font-size: 12px;
    }

.bottom_right {
    float: right;
    width: 740px;
    margin-top: 15px;
    position: relative;
}

    .bottom_right span {
        font-size: 16px;
        display: block;
        margin-bottom: 20px;
    }

    .bottom_right p {
        font-size: 12px;
    }

    .bottom_right a.ditu {
        width: 188px;
        height: 32px;
        background: #000000;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        position: absolute;
        top: -10px;
        right: 30px;
    }

.bottom_main {
    width: 87px;
    text-align: center;
}

    .bottom_main div {
        width: 10px;
        height: 1px;
        background: #000000;
        margin: 15px auto 5px;
    }