    * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}

@font-face {
    font-family: 'sySong';
    src: url('sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}

html {
    width: 100%;
    overflow-x: hidden;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

body {
    color: #333;
    background: #f8f8f8;
    font: 16px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.flex {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-pack-center {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis p {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.warp {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
}


/*全局样式 start*/


/* 引导页 */

.home {
    background: url(../images/home.jpg)no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.home .logo {
    position: absolute;
    left: 65px;
    top: 40px;
}

.home .logo img {
    width: 368px;
}

.home .bg {
    background: url(../images/home-bg.png)no-repeat center;
    width: 608px;
    height: 608px;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-animation: play 4s linear infinite;
    -moz-animation: play 4s linear infinite;
    animation: play 4s linear infinite;
    margin-left: -304px;
    margin-top: -304px;
}

.home .go {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 578px;
    height: 569px;
    z-index: 2;
    background: url(../images/bg1.png)no-repeat center;
    margin-left: -289px;
    margin-top: -284.5px;
    background-size: cover;
    /*  animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; */
}

.home .go:hover {
    animation-play-state: paused;
}

.home .yg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
    padding: 140px 0rem 0 60px;
}

.home .gz {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
    padding: 0 60px 104px 0rem;
}

.home .go img {
    z-index: 2;
    width: 138px;
}

.home .erwma {
    position: absolute;
    right: 100px;
    bottom: 40px;
}

.home .erwma .code {
    margin-right: 40px;
}

.home .erwma .code:last-child {
    margin-right: 0;
}

.home .erwma .code .pic {
    width: 90px;
    height: 90px;
}

.home .erwma .code .pic img {
    width: 100%;
    height: 100%;
}

.home .erwma .code .txt {
    font-size: 14px;
    margin-top: 10px;
}

.top {
    height: 40px;
    width: 100%;
    background: url(../images/top.jpg);
}

.top .container {
    justify-content: flex-end;
}

.top a {
    height: 40px;
    width: 106px;
    background: url(../images/t1.png)no-repeat center;
    background-size: 100%;
    color: #FFF;
    font-size: 14px;
}

.top a:first-child {
    background-image: url(../images/t2.png);
}

.top .time {
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
    opacity: 0.48;
    line-height: 40px;
}

.mb-logo {
    display: none;
}

.header {
    width: 100%;
    background-color: #FFF;
}

.header .navlist {
    padding-right: 270px;
    padding-left: 190px;
}

.header .search-con {
    position: absolute;
    right: 0;
    top: 10px;
}

.header .search-con .container {
    justify-content: flex-end;
    height: 60px;
}

.header .search-con .search {
    width: 204px;
    border: 1px #85716a solid;
    height: 37px;
    overflow: hidden;
    border-radius: 18px;
}

.header .search-con .search input[type='text'] {
    width: 75%;
    float: left;
    height: 40px;
    padding-left: 20px;
    /* margin-top: 10px; */
}

.header .search-con .search input[type='submit'] {
    /* width: 30px; */
    padding: 10px;
    /* margin-top: 10px; */
    /* padding-top: 33px; */
    float: right;
    /* height: 25px; */
    margin-right: 20px;
    background: url(../images/search.png)no-repeat center;
    background-size: 18px;
}


.header .logo {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 9;
    width: 186px;
}

.header .logo a {
    position: relative;
    display: block;
}

.header .logo img {
    width: 100%;
}

.header .logo a span {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'sySong';
}

.m-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/menu-btn.png)no-repeat center;
    background-size: 100%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav {
    justify-content: flex-end;
    height: 80px;
    line-height: 80px;
}

.nav li {
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li .subnav {
    display: none;
    position: absolute;
    left: 0;
    background-color: rgba(83, 51, 49, 0.95);
    padding: 30px 0;
    top: 80px;
    width: 100%;
    z-index: 2;
}

.nav li .subnav .pic {
    padding-top: 11%;
    width: 236px;
}

.nav li .subnav .container {
    padding-left: 240px;
}

.nav li .subnav a {
    width: 152px;
    height: 40px;
    line-height: 40px;
    background: url(../images/s1.png)no-repeat center;
    background-size: 100% 100%;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    margin-right: 40px;
}

.nav li .subnav .on {
    background-image: url(../images/s3.png);
}

.n-banner {
    overflow: hidden;
    height: 300px;
    background: url(../images/n-banner.jpg)no-repeat center;
    color: #FFF;
    font-size: 36px;
}

.n-banner .txt span {
    border: 1px #FFF solid;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 20px;
}

.n-banner .txt span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.footer {
    background: url(../images/f-bg.jpg);
    width: 100%;
    padding: 30px 0;
}

.footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: -34px;
    width: 100%;
    height: 34px;
    background: url(../images/f1.png);
}

.link {
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
    padding: 25px 0;
    font-size: 14px;
    color: #FFF;
}

.link a {
    font-size: 12px;
    color: #9e9692;
    margin-right: 10px;
    padding-right: 10px;
}

.link a::after,
.copyright .f-nav a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.link a:last-child,
.copyright .f-nav a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.link a:last-child::after,
.copyright .f-nav a:last-child::after {
    display: none;
}

.copyright {
    padding-top: 30px;
    font-size: 12px;
    color: #9e9692;
}

.copyright .address-info .address {
    line-height: 2.5;
}

.copyright .address-info .erwma .code {
    margin-left: 40px;
    color: #FFF;
}

.copyright .address-info .erwma .pic {
    width: 88px;
    height: 88px;
    overflow: hidden;
}

.copyright .address-info .erwma .pic img {
    width: 100%;
}

.copyright .address-info .erwma .txt {
    margin-top: 10px;
}

.copyright .f-nav a {
    color: #9e9692;
    margin-right: 10px;
    padding-right: 10px;
}

.copyright .txt {
    margin-top: 15px;
}

.copyright .txt a {
    color: #9e9692;
    margin-left: 30px;
}

.copyright .fw {
    font-size: 14px;
    color: #FFF;
    margin-top: 15px;
}

.copyright .fw span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #665b55;
    color: #c3b7b0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.kefu {
    position: fixed;
    right: 35px;
    width: 176px;
    background: url(../images/k2.png)no-repeat center top;
    height: 390px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 20px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.kefu::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    top: -30px;
    background: url(../images/k1.png)no-repeat center;
}

.kefu a {
    font-size: 20px;
    color: #e5c4a3;
    line-height: 60px;
    border-bottom: 1px dashed rgba(113, 164, 228, .3);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 25px;
}

.kefu a:last-child {
    border-bottom: 0;
}

.kefu a::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 3px #e5c4a3 solid;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.crumbs {
    line-height: 2;
    padding: 30px 0;
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes play {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.jiankang .card {
    margin-bottom: 50px;
}

.jiankang .card .pic {
    overflow: hidden;
    width: 425px;
    height: 280px;
}

.jiankang .card .pic img {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.jiankang .card .text-content {
    transition: all 0.3s;
    padding: 60px;
    min-width: 0px;
}

.jiankang .card .text-content .title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 1.5;
}

.jiankang .card .text-content .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 4px #792620 solid;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.jiankang .card .text-content .text {
    font-size: 18px;
    opacity: 0.55;
    margin-top: 20px;
}

.jiankang .card .text-content .more {
    background: url(../images/icon1.png)no-repeat center;
    width: 144px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
    background-size: 100%;
}

.jiankang .card:nth-child(even) .pic {
    order: 2;
}

.jiankang .card:nth-child(even) .text-content {
    order: 1;
}

.details {
    padding: 60px;
}

.details h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
}

.details .info {
    border-bottom: 1px #e5e5e5 solid;
    color: #707070;
    line-height: 2;
    padding: 25px 0;
}

.details .info span {
    margin: 0 20px;
}

.details .body {
    line-height: 2;
    color: #666;
}

.details .body p {
    text-indent: 32px;
    margin: 30px 0;
}

.details .body img {
    max-width: 100%;
}

.notice .card {
    margin-bottom: 30px;
    padding: 40px 30px 40px 60px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}

.notice .card::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px #792620 solid;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.notice .card .title {
    font-size: 18px;
    min-width: 0;
}

.news-list .focus {
    width: 650px;
    height: 420px;
    overflow: hidden;
}

.news-list .focus .pic {
    overflow: hidden;
}

.news-list .focus img {
    width: 100%;
}

.news-list .focus .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
}

.news-list .focus .txt a {
    color: #FFF;
}

.news-list .focus .swiper-pagination {
    right: 0;
    bottom: 20px;
}

.news-list .focus .swiper-pagination-bullet {
    background: none;
    border: 1px #FFF solid;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-right: 20px;
}

.news-list .focus .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.news-list .txt-list {
    width: 710px;
}

.news-list .txt-list a {
    width: 48.5%;
    margin-right: 3%;
    border: 1px #e5e5e5 solid;
    border-bottom: 3px #661c17 solid;
    padding: 20px;
    margin-bottom: 30px;
}

.news-list .txt-list a:nth-child(even) {
    margin-right: 0;
}

.news-list .txt-list a:nth-child(3),
.news-list .txt-list a:nth-child(4) {
    margin-bottom: 0;
}

.news-list .txt-list .time {
    font-size: 14px;
    color: #661c17;
}

.news-list .txt-list .title {
    line-height: 1.5;
    margin-top: 10px;
}

.news-list .txt-list .txt {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

.news-list ul {
    margin-top: 50px;
}

.news-list li:first-child {
    border-top: 1px #e5e5e5 solid
}

.news-list li {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px #e5e5e5 solid;
}

.news-list li .pic {
    width: 290px;
    height: 180px;
    overflow: hidden;
    margin-right: 40px;
}

.news-list li .pic img {
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.news-list li .time {
    color: #666;
}

.news-list li .title {
    font-size: 18px;
    margin-top: 15px;
}

.news-list li .txt {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
}

.news-list li .text-content {
    min-width: 0;
}

.news-list li:last-child {
    border-bottom: 0;
}

.page {
    margin: 50px 0;
}

.page a {
    border: 1px #eeeeee solid;
    line-height: 35px;
    padding: 0 15px;
    margin: 0 8px;
}

.page a.on {
    background-color: #792620;
    color: #FFF;
}

.mingyi li {
    background: url(../images/bg2.png)no-repeat center;
    width: 249px;
    height: 356px;
    overflow: hidden;
    margin-right: 38px;
    margin-bottom: 60px;
    background-size: 100% 100%;
}

.mingyi li:nth-of-type(5n) {
    margin-right: 0;
}

.mingyi li .pic {
    width: 165px;
    height: 205px;
    border-radius: 5px 0 5px 0;
    overflow: hidden;
}

.mingyi li .pic img {
    max-width: 100%;
}

.mingyi li .name {
    font-size: 22px;
    margin-top: 15px;
}

.mingyi li .txt {
    color: #888;
    margin-top: 10px;
    font-size: 15px;
}

.keshi-info .title {
    font-size: 36px;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.keshi-info .title .more {
    width: 143px;
    height: 40px;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #999;
    transform: translateY(-50%);
}

.keshi-info .info {
    line-height: 2;
    color: #666;
    padding-bottom: 50px;
    border-top: 1px #e5e5e5 solid;
    padding-top: 30px;
    text-indent: 32px;
}

.navigation .item {
    margin-bottom: 40px;
}

.navigation .item .title {
    width: 185px;
}

.navigation .item .txt {
    font-size: 30px;
    color: #FFF;
    width: 40px;
    margin-top: 20px;
    text-align: center;
}

.navigation .item:nth-child(1) .title {
    background-color: #792620;
}

.navigation .item:nth-child(2) .title {
    background-color: #8f5e47;
}

.navigation .item:nth-child(3) .title {
    background-color: #948066;
}

.navigation .item:nth-child(4) .title {
    background-color: #615c5c;
}

.navigation .item:nth-child(5) .title {
    background-color: #bf9e62;
}

.navigation .content {
    padding: 40px 0px 10px 80px;
}

.navigation .content a {
    margin-bottom: 30px;
    width: 229px;
    height: 57px;
    background: url(../images/tb1.png)no-repeat center;
    background-size: 100% 100%;
    margin-right: 50px;
}

.navigation .content .p_a {
    position: absolute;
    right: -13px;
    z-index: 2;
    width: 34px;
    height: 31px;
}

.navigation .content .z1 {
    top: -11px;
}

.navigation .content .z2 {
    bottom: -11px;
}

.staff .banner .pic,
.staff .banner {
    overflow: hidden;
}

.staff .banner .swiper-pagination-bullet {
    background: none;
    border: 1px #FFF solid;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-right: 20px;
}

.staff .banner .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.staff .gonggao {
    width: 335px;
    background-color: #f8f8f8;
    padding: 35px 20px;
}

.staff .title {
    font-size: 22px;
    line-height: 1.5;
}

.staff .title a {
    font-size: 16px;
}

.staff .gonggao {
    margin-right: 40px;
}

.staff .gonggao li {
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.staff .gonggao li:last-child {
    border-bottom: 0;
}

.staff .gonggao li .time {
    border: 1px #894726 solid;
    width: 54px;
    height: 54px;
    color: #894726;
    margin-right: 20px;
}

.staff .gonggao li .time span {
    font-size: 20px;
    font-weight: bold;
}

.staff .gonggao .more a {
    width: 132px;
    height: 40px;
    background: url(../images/t3.png)no-repeat center;
    color: #894726;
    line-height: 40px;
    font-size: 14px;
}

.staff .news {
    min-width: 0;
}

.staff .dp-none {
    display: none
}

.staff .on {
    display: block
}

.staff .news .switch {
    border-bottom: 1px #d3bbaf solid;
    margin-top: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.staff .news .switch .tab {
    color: #666;
    margin-right: 100px;
    cursor: pointer;
    font-size: 32px;
}

.staff .news .switch .tab:last-child {
    margin-right: 0;
}

.staff .news .switch .tab span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #894726 solid;
    margin: 0 15px;
}

.staff .news .switch .tab span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #894726;
    transform: translate(-50%, -50%);
}

.staff .news .switch .tab .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    width: 122px;
    height: 40px;
    background: url(../images/icon8.png)no-repeat center;
    line-height: 40px;
}

.staff .news .switch .tab .more::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    left: -90px;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.staff .news .switch .cur {
    color: #333;
}

.staff .news .focus {
    width: 485px;
    height: 330px;
    overflow: hidden;
    margin-right: 30px;
}

.staff .news .focus img {
    height: 330px;
}

.staff .news .focus .txt {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
}

.staff .news .focus .swiper-pagination {
    text-align: right;
}

.staff .news .focus .swiper-pagination-bullet {
    background: none;
    border: 1px #FFF solid;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-right: 10px;
}

.staff .news .focus .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.staff .news ul {
    min-width: 0;
}

.staff .news li {
    border-bottom: 1px #e5e5e5 solid;
    line-height: 45px;
}

.staff .news li:last-child {
    border-bottom: 0;
}

.staff .news li a {
    min-width: 0;
}

.staff .news li span {
    font-size: 14px;
    color: #999;
}

.staff .pub-content {
    width: 31.5%;
    padding: 25px;
    margin: 50px 0;
}

.staff .pub-content .pic {
    overflow: hidden;
    height: 220px;
    margin-top: 20px;
}

.staff .pub-content .pic img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.staff .pub-content ul {
    margin-top: 15px;
}

.staff .pub-content li {
    line-height: 40px;
    padding-left: 15px;
}

.staff .pub-content li::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px transparent solid;
    border-bottom: 4px transparent solid;
    border-left: 6px #dedede solid;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.staff .jiaoxue {
    overflow: hidden;
    padding-bottom: 50px;
}

.staff .jiaoxue .tit {
    font-size: 32px;
    font-weight: bold;
    margin-top: 45px;
}

.staff .jiaoxue .tit span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #894726 solid;
    margin: 0 15px;
}

.staff .jiaoxue .tit span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #894726;
    transform: translate(-50%, -50%);
}

.staff .jiaoxue .switch {
    margin-top: 30px;
    font-size: 24px;
}

.staff .jiaoxue .switch .tab {
    color: #666;
    margin-right: 60px;
    padding-right: 60px;
    border-right: 2px #bfbfbf solid;
}

.staff .jiaoxue .switch .tab:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.staff .jiaoxue .switch .cur {
    color: #333;
    font-weight: 600;
}

.staff .jiaoxue .swiper-container {
    margin-top: 30px;
    padding: 20px 20px 60px 20px;
}

.staff .jiaoxue .swiper-slide {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.staff .jiaoxue .text-content {
    padding: 20px;
}

.staff .jiaoxue .time {
    background-color: #b0826d;
    color: #e1d3cd;
    width: 68px;
    height: 68px;
    margin-top: -60px;
    font-size: 12px;
}

.staff .jiaoxue .time span {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

.staff .jiaoxue h4 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}

.staff .jiaoxue .text {
    margin-top: 15px;
    color: #999;
    line-height: 1.8;
}

.staff .jiaoxue .pic {
    width: 100%;
    overflow: hidden;
    height: 280px;
}

.staff .jiaoxue .pic img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.staff .jiaoxue .swiper-pagination-bullet {
    background: none;
    border: 1px #b0826d solid;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-right: 10px;
}

.staff .jiaoxue .swiper-pagination-bullet-active {
    background-color: #b0826d;
}

.staff .staff-content {
    width: 100%;
    background: url(../images/bg3.png)no-repeat center top;
    margin-bottom: 130px;
}

.staff .staff-content .item {
    width: 310px;
    height: 245px;
}

.staff .staff-content .item .icon {
    height: 80px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.staff .staff-content .item:hover .icon {
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.staff .staff-content .item .txt {
    font-size: 20px;
    margin-top: 20px;
    color: #FFF;
}

.staff .staff-content .item:nth-child(1) {
    background-color: #fadebf;
    margin-left: 50px;
}

.staff .staff-content .item:nth-child(1) .txt {
    color: #6b4036;
}

.staff .staff-content .item:nth-child(2) {
    background: url(../images/b2.jpg)no-repeat;
    background-size: cover;
}

.staff .staff-content .item:nth-child(3) {
    background: url(../images/b3.jpg)no-repeat;
    background-size: cover;
}

.staff .staff-content .item:nth-child(4) {
    background: url(../images/b4.jpg)no-repeat;
    background-size: cover;
}

.staff .staff-content .item:nth-child(5) {
    background: url(../images/b5.jpg)no-repeat;
    background-size: cover;
    margin-left: 105px;
}

.staff .staff-content .item:nth-child(6) {
    background-color: #615c5c;
    position: absolute;
    right: -150px;
    top: 245px;
    z-index: 2;
}

.staff .staff-content .item:nth-child(7) {
    background: url(../images/b6.jpg)no-repeat;
    background-size: cover;
    position: absolute;
    right: -50px;
    top: 490px;
    z-index: 2;
}

.staff .video-play {
    width: 875px;
    height: 555px;
}

.staff .vjs-poster {
    background-size: cover;
}

.staff .video-play .video {
    width: 100%;
    height: 555px;
}

.staff .video-js .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    width: 86px;
    height: 86px;
    border: none;
    top: 50%;
    left: 50%;
    border: 0;
    overflow: hidden;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.staff .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.staff .vjs-icon-play:before {
    display: none;
}

.staff .video-js .vjs-big-play-button:focus {
    background: none;
}

.staff .video-js:hover .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
}

.public .banner .pic {
    overflow: hidden;
}


/* .public .banner .swiper-pagination {
    height: 92px;
    background: url(../images/tbg.png)no-repeat center bottom;
    background-size: 100% 100%;
    bottom: -1px;
} */

.public .banner .swiper-pagination-bullet {
    border: 1px #FFF solid;
    width: 45px;
    height: 45px;
    background: url(../images/icon9.png)no-repeat center;
    margin: 20px 10px 0 10px;
}

.public .public-info {
    padding: 50px 100px 80px 100px;
    overflow: hidden;
}

.public .public-info:before {
    content: "";
    position: absolute;
    background: url(../images/yun.png) center no-repeat;
    width: 1673px;
    height: 1673px;
    left: 50%;
    margin-left: -836.5px;
    bottom: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: play 80s linear infinite;
    -moz-animation: play 80s linear infinite;
    animation: play 80s linear infinite;
    z-index: 0;
}

.public .public-info a {
    z-index: 1;
}

.public .public-info .txt {
    background: url(../images/t4.png)no-repeat center;
    width: 87px;
    height: 196px;
    padding: 0 30px;
    font-size: 22px;
    margin-top: -45px;
}

.public .public-info .icon {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: #FFF;
    background-position: center 30px;
    background-repeat: no-repeat;
    border: 1px #661c17 solid;
}

.public .public-info a:nth-child(1) .icon {
    background-image: url(../images/h1.png);
}

.public .public-info a:nth-child(2) .icon {
    background-image: url(../images/h2.png);
}

.public .public-info a:nth-child(3) .icon {
    background-image: url(../images/h3.png);
}

.public .public-info a:nth-child(4) .icon {
    background-image: url(../images/h4.png);
}

.public .public-info a:nth-child(5) .icon {
    background-image: url(../images/h5.png);
}

.public .public-info a:nth-child(6) .icon {
    background-image: url(../images/h6.png);
}

.public .public-title {
    font-size: 34px;
    font-weight: bold;
    font-family: 'sySong';
}

.public .public-title span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #894726 solid;
    margin: 0 15px;
}

.public .public-title span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #894726;
    transform: translate(-50%, -50%);
}

.public .public-title a {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #76211b;
    font-weight: normal;
    width: 122px;
    height: 40px;
    background: url(../images/icon11.png)no-repeat center;
    line-height: 40px;
}

.public .public-title a::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #76211b;
    left: -90px;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.public .public-news {
    background-color: #fffaf5;
    overflow: hidden;
    padding-bottom: 50px;
}

.public .ad {
    margin-top: 60px;
}

.public .ad .pic {
    overflow: hidden;
}

.public .ad img {
    width: 100%;
}

.public .public-news .content {
    margin-top: 40px;
}

.public .public-news .news-l {
    width: 735px;
}

.public .public-news .news-l .pic {
    height: 400px;
    overflow: hidden;
}

.news-l .txt {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 67px;
    background-color: #b53810;
    padding: 25px 40px;
}

.public .public-news .news-l .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.public .public-news .news-l .pic a {
    width: 100%;
    height: 100%;
}

.public .public-news .news-l li,
.public .public-news .news-r li {
    line-height: 40px;
}

.public .public-news .news-l li a,
.public .public-news .news-r li a {
    min-width: 0;
    margin-right: 20px;
}

.public .public-news .news-r {
    width: 665px;
}

.public .public-news .news-r .tit {
    font-size: 24px;
    font-weight: bold;
}

.public .public-news .news-r .tit a {
    width: 22px;
    height: 22px;
    background: #792620 url(../images/jia.png)no-repeat center;
}

.public .public-news .news-r h4 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: normal;
}

.public .public-news .news-r h4 a {
    color: #792620;
    font-weight: 600;
}

.public .public-news .news-r .txt {
    color: #999;
    margin-top: 15px;
    line-height: 1.8;
}

.public .public-news .news-r .yl {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.public .public-news .news-r .yl li {
    padding-left: 20px;
}

.public .public-news .news-r .yl li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #792620;
}

.public .daohang {
    background: url(../images/bg4.jpg)no-repeat center;
    background-size: cover;
    overflow: hidden;
    color: #FFF;
    padding-bottom: 50px;
}

.public .daohang a {
    color: #FFF;
}

.public .daohang .public-title span {
    border-color: #FFF;
}

.public .daohang .public-title span::after {
    background-color: #FFF;
}

.public .gallery-thumbs {
    margin-top: 20px;
}

.public .gallery-thumbs .txt {
    width: 47px;
    height: 120px;
    padding: 0 10px;
    border-top: 1px rgba(255, 255, 255, .5) solid;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    margin-top: 20px;
}

.public .gallery-thumbs .swiper-slide {
    background: url(../images/chi.png) repeat-x left 180px;
    background-size: 100%;
}

.public .gallery-thumbs .swiper-slide .icon {
    opacity: 0.5;
}

.public .gallery-thumbs .swiper-slide-thumb-active .txt {
    background: url(../images/on1.png)no-repeat center;
    border: 0;
}

.public .gallery-thumbs .swiper-slide-thumb-active .icon {
    opacity: 1;
}

.public .menu {
    padding: 0 35px;
}

.public .menu .swiper-button-next {
    background: url(../images/not.png)no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 21px;
    right: -18px;
    margin-top: 55px;
}

.public .menu .swiper-button-prev {
    background: url(../images/not.png)no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 21px;
    left: -18px;
    margin-top: 55px;
    transform: rotate(180deg);
}

.public .gallery-top {
    margin-right: -55px;
}

.public .gallery-top .dao-contant {
    margin-top: 30px;
}

.public .gallery-top .dao-contant .dao {
    overflow-x: hidden;
    overflow-y: auto;
    width: 930px;
    height: 370px;
    padding-top: 35px;
}

.public .gallery-top .dao-contant .dao::-webkit-scrollbar {
    width: 14px;
    height: 10px;
}

.public .gallery-top .dao-contant .dao::-webkit-scrollbar-track,
.public .gallery-top .dao-contant .dao::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 4px solid transparent;
}

.public .gallery-top .dao-contant .dao::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(185, 165, 150, .2) inset;
}

.public .gallery-top .dao-contant .dao::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(185, 165, 150, 1) inset;
}

.public .gallery-top .dao-contant .dao li {
    width: 207px;
    height: 57px;
    background: url(../images/icon10.png)no-repeat;
    margin-right: 20px;
    margin-bottom: 30px;
}

.public .gallery-top .dao-contant .dao li:nth-of-type(4n) {
    margin-right: 0;
}

.public .gallery-top .dao-contant .dao li a {
    height: 100%;
}

.public .gallery-top .dao-contant .dao .p_a {
    position: absolute;
    right: -13px;
}

.public .gallery-top .dao-contant .dao .z1 {
    top: -13px;
}

.public .gallery-top .dao-contant .dao .z2 {
    bottom: -13px;
}

.public .gallery-thumbs .swiper-slide .icon {
    width: 108px;
}

.public .gallery-thumbs .swiper-slide .icon img {
    width: 100%;
}

.public .gallery-top .dao-contant .pic-con {
    width: 475px;
    padding: 20px 0;
    margin-left: 40px;
}

.public .gallery-top .dao-contant .pic-con::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 55px;
    right: -55px;
    background-color: #b0826d;
    z-index: 1;
}

.public .gallery-top .dao-contant .pic-con .pic {
    z-index: 2;
    width: 475px;
    height: 335px !important;
    overflow: hidden;
}

.public .gallery-top .dao-contant .pic-con .pic img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.public .gallery-top .dao-contant .pic-con .pic .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    font-size: 20px;
    width: 100%;
    padding: 15px;
}

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.public .mingyi {
    background: url(../images/bg5.jpg)no-repeat center top;
    overflow: hidden;
    padding-bottom: 55px;
}

.public .mingyi .swiper-button-next,
.public .mingyi .swiper-button-prev {
    background: url(../images/left.png)no-repeat;
    width: 24px;
    height: 41px;
}

.public .mingyi .swiper-button-next {
    transform: rotate(180deg);
    right: -48px;
}

.public .mingyi .swiper-button-prev {
    left: -48px;
}

.public .mingyi .more {
    margin-top: 60px;
}

.public .mingyi .more a {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    width: 122px;
    height: 40px;
    background: url(../images/icon8.png)no-repeat center;
    line-height: 40px;
}

.public .mingyi .more a::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    left: -90px;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.public .mingyi .more a::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    right: -90px;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.public .mingyi .content {
    margin-top: 60px;
}

.public .mingyi li {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
}

.public .mingyi .info {
    background: url(../images/tbg2.png)no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 60px 35px 0px 35px;
    background-size: 100% 100%;
}

.public .mingyi .info h3 {
    font-size: 22px;
    color: #eed1c3;
}

.public .mingyi .info .txt {
    color: #d1a794;
    margin-top: 20px;
    line-height: 1.8;
    height: 220px;
}

.public .mingyi .con {
    width: 100%;
    height: 100%;
}

.public .mingyi .info span {
    background: #661c17 url(../images/jia.png)no-repeat center;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.public .public-content {
    background: url(../images/bg6.png)no-repeat center top;
    overflow: hidden;
}

.public .zhongyi .public-title,
.public .zhongyi .public-title a {
    color: #FFF;
}

.public .zhongyi .public-title span {
    border-color: #FFF;
}

.public .zhongyi .public-title span::after {
    background-color: #FFF;
}

.public .zhongyi .public-title .title::after,
.public .zhongyi .public-title .title::before {
    background-image: url(../images/yun2.png);
}

.public .zhongyi .content {
    background: url(../images/bg7.png)no-repeat center top;
    width: 100%;
    height: 608px;
    margin-top: 50px;
    padding: 0 60px;
    background-size: 100% 100%;
}

.public .zhongyi .tit .num {
    width: 95px;
    height: 95px;
    border: 1px #c8afaa solid;
    border-radius: 50%;
    margin-bottom: 20px;
    z-index: 2;
}

.public .zhongyi .tit .num::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    background: url(../images/tbg3.png)no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.public .zhongyi .tit .num span {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 3;
}


.public .zhongyi .one span {
    background-image: url(../images/1.png);
}

.public .zhongyi .two span {
    background-image: url(../images/2.png);
}

.public .zhongyi .three span {
    background-image: url(../images/3.png);
}

.public .zhongyi .four span {
    background-image: url(../images/4.png);
}

.public .zhongyi .text-content {
    height: 360px;
    z-index: 2;
}

.public .zhongyi .name {
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
    font-size: 24px;
    color: #333;
    margin-left: 10px;
}

.public .zhongyi .txt {
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

.public .zhongyi .txt span {
    color: #661c17;
    font-size: 16px;
}

.public .zhongyi .item-group {
    width: 210px;
    transition: all .4s;
}

.public .zhongyi .item-group .tit {
    width: 210px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding-top: 60px;
}

.public .zhongyi .item-group .desc {
    padding: 0px 30px 30px 210px;
    flex: 1;
    opacity: 0;
    transition: all 0.4s;
}

.public .zhongyi .item-group.self {
    flex: 1;
}

.public .zhongyi .item-group.self .desc {
    opacity: 1;
}

.public .zhongyi .item-group.self .tit .name {
    color: #FFF;
}

.public .zhongyi .item-group.self .tit .txt {
    opacity: .7;
    color: #FFF;
}

.public .zhongyi .item-group.self .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 632px;
    background: url(../images/on2.png)no-repeat center top;
}

.public .zhongyi .item-group.self .tit .num {
    border-color: #FFF;
}

.public .zhongyi .item-group.self .tit .num::after {
    background: #FFF;
}

.public .zhongyi .item-group.self .tit .one span {
    background-image: url(../images/1-on.png);
}

.public .zhongyi .item-group.self .tit .two span {
    background-image: url(../images/2-on.png);
}

.public .zhongyi .item-group.self .tit .three span {
    background-image: url(../images/3-on.png);
}

.public .zhongyi .item-group.self .tit .four span {
    background-image: url(../images/4-on.png);
}

.public .zhongyi .pic-con {
    background: url(../images/yun3.png)no-repeat center top;
    width: 386px;
    height: 361px;
    margin-top: 90px;
    margin-left: 40px;
    background-size: 100%;
}

.public .zhongyi .pic-con .pic {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 60px;
}

.public .zhongyi .pic-con .pic img {
    width: 100%;
}

.public .yuandi {
    margin-top: 80px;
    padding-bottom: 60px;
}

.public .jiankang .content {
    margin-top: 50px;
}

.public .jiankang .pic {
    width: 336px;
    height: 268px;
    overflow: hidden;
    margin-right: 20px;
}

.public .jiankang .pic img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.public .jiankang .item .text-content {
    background: url(../images/bg8.jpg)no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 40px 40px 0 40px;
    min-width: 0;
}

.public .jiankang .item .text-content a {
    color: #FFF;
}

.public .jiankang .item .text-content h3 {
    font-size: 24px;
    font-weight: normal;
    padding-left: 30px;
}

.public .jiankang .item .text-content h3::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 3px #FFF solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.public .jiankang .item .text-content .txt {
    opacity: 0.5;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.8;
}

.public .jiankang .item .text-content .more {
    width: 122px;
    height: 40px;
    background: url(../images/icon8.png)no-repeat center;
    font-size: 14px;
    line-height: 40px;
    opacity: 0.5;
    margin-top: 20px;
}

.public .jiankang .item:last-child {
    margin-top: 20px;
}

.public .jiankang .item:last-child .pic {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}

.public .jiankang .item:last-child .text-content {
    background-image: url(../images/bg9.jpg);
}

.public .tese {
    width: 684px;
    margin-left: 75px;
}

.public .tese .content {
    margin-top: 50px;
    height: 555px;
    border: 1px #e5e5e5 solid;
}

.public .tese h4 {
    font-size: 20px;
    font-weight: normal;
}

.public .tese .pic img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.public .tese .text-content {
    padding: 30px;
}

.public .tese .txt {
    color: #999;
    margin-top: 20px;
    line-height: 1.8;
}

.public .tese .more {
    width: 132px;
    height: 40px;
    line-height: 40px;
    background: url(../images/t3.png)no-repeat center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    font-size: 14px;
    color: #661c17;
}

.public .tese .swiper-button-prev,
.public .tese .swiper-button-next {
    width: 30px;
    height: 82px;
    background: url(../images/left1.png)no-repeat;
    background-size: 100%;
    margin-top: -150px;
}

.public .tese .swiper-button-prev {
    left: 0;
}

.public .tese .swiper-button-next {
    right: 0;
    transform: rotate(180deg);
}

.public .yun {
    width: 100%;
    overflow: hidden;
    height: 725px;
    background: url(../images/bg10.jpg)no-repeat center top;
}

.public .yun .container {
    height: 100%;
}

.public .yun .text-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 170px;
    z-index: 9;
}

.public .yun .title {
    font-size: 36px;
    font-weight: bold
}

.public .yun .text-content a {
    background-color: #7a1a16;
    color: #FFF;
    line-height: 100px;
    border-radius: 10px;
    font-size: 24px;
    width: 555px;
    margin-top: 60px;
}

.tagcloud {
    width: 100%;
    height: 700px;
}

.tagcloud a {
    color: #7a3016;
    font-weight: bold;
    padding: 3px 6px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 36px;
    white-space: nowrap;
}

.submenu {
    margin-top: 30px;
}

.submenu a {
    width: 152px;
    height: 40px;
    background: url(../images/s1.png)no-repeat center;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 15px;
}

.submenu a.on {
    background-image: url(../images/s2.png);
    color: #661c17;
}

.mb-more {
    display: none;
}


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .nav :hover .subnav {
        display: block;
    }
    .nav li .subnav a:hover {
        background-image: url(../images/s3.png);
    }
    .home .yg:hover::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 45px;
        background: url(../images/d1.png)no-repeat left top;
        width: 442px;
        height: 528px;
        background-size: 100% 100%;
    }
    .home .gz:hover::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(../images/d2.png)no-repeat left top;
        width: 442px;
        height: 530px;
        background-size: 100% 100%;
    }
    .link a:hover,
    .copyright .f-nav a:hover,
    .copyright .txt a:hover {
        color: #FFF;
    }
    .jiankang .card:hover .pic img {
        transform: scale(1.1);
    }
    .jiankang .card:hover .text-content {
        background: #792620 url(../images/j1.png)no-repeat 95% bottom;
        color: #FFF;
    }
    .jiankang .card:hover .text-content .title::after {
        border-color: #FFF;
        background-color: #792620;
    }
    .jiankang .card:hover .text-content .more {
        background-image: url(../images/icon2.png);
    }
    .page a:hover {
        background-color: #792620;
        color: #FFF;
    }
    .navigation .content a:hover,
    .public .gallery-top .dao-contant .dao li a:hover {
        background-image: url(../images/tb2.png);
        color: #FFF;
        background-size: 100% 100%;
    }
    .staff .news li:hover span {
        color: #661c17;
    }
    .staff .pub-content li:hover::after {
        border-left: 6px #661c17 solid
    }
    .public .public-info a:hover .txt {
        background-image: url(../images/t5.png);
        color: #661c17;
    }
    .public .public-info a:hover .icon {
        background-color: #661c17;
    }
    .public .public-info a:hover:nth-child(1) .icon {
        background-image: url(../images/h1-on.png);
    }
    .public .public-info a:hover:nth-child(2) .icon {
        background-image: url(../images/h2-on.png);
    }
    .public .public-info a:hover:nth-child(3) .icon {
        background-image: url(../images/h3-on.png);
    }
    .public .public-info a:hover:nth-child(4) .icon {
        background-image: url(../images/h4-on.png);
    }
    .public .public-info a:hover:nth-child(5) .icon {
        background-image: url(../images/h5-on.png);
    }
    .public .public-info a:hover:nth-child(6) .icon {
        background-image: url(../images/h6-on.png);
    }
    .notice .card:hover {
        color: #792620;
    }
    .public .jiankang .item .text-content h3:hover a {
        text-decoration: underline;
    }
    .public .jiankang .item .text-content .more:hover {
        opacity: 1;
    }
    .public .zhongyi li .tit:hover .name,
    .public .zhongyi li .tit:hover .txt,
    .public .zhongyi li .tit:hover .txt span {
        color: #FFF;
    }
    .public .zhongyi li .tit:hover .txt {
        opacity: .7;
    }
    .public .zhongyi li .tit:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 632px;
        background: url(../images/on2.png)no-repeat center top;
    }
    .public .zhongyi .tit:hover .num {
        border-color: #FFF;
    }
    .public .zhongyi .tit:hover .num::after {
        background: #FFF;
    }
    .public .zhongyi .tit:hover .one span {
        background-image: url(../images/1-on.png);
    }
    .public .zhongyi .tit:hover .two span {
        background-image: url(../images/2-on.png);
    }
    .public .zhongyi .tit:hover .three span {
        background-image: url(../images/3-on.png);
    }
    .public .zhongyi .tit:hover .four span {
        background-image: url(../images/4-on.png);
    }
    .public .public-title a:hover,
    .public .mingyi .more a:hover,
    .staff .news .switch .tab .more:hover,
    .keshi-info .title .more:hover {
        background-image: url(../images/t3.png);
        background-size: 100% 100%;
        color: #661c17;
    }
    .public .tese .more:hover,
    .staff .gonggao .more a:hover {
        background-image: url(../images/icon1.png);
        background-size: 100% 100%;
        color: #333;
    }
    .news-list li:hover .pic img,
    .staff .pub-content .pic:hover img,
    .staff .jiaoxue .swiper-slide:hover .pic img,
    .public .jiankang .item:hover .pic img,
    .public .tese .swiper-slide:hover .pic img,
    .public .gallery-top .dao-contant .pic-con .pic:hover img,
    .public .public-news .news-l .pic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .submenu a:hover {
        background-image: url(../images/s2.png);
        color: #661c17;
    }
}

@media (max-width:1680px) {
    .public .banner .swiper-pagination {
        height: 80px;
    }
}

@media (max-width: 1450px) {
    .header .logo {
        width: 120px;
    }
    .header .logo a span {
        font-size: 12px;
        bottom: 20px;
    }
    .header .navlist {
        padding-left: 135px;
        padding-right: 220px;
    }
}

@media (max-width: 1441px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .logo {
        left: 20px;
    }
    .nav li {
        margin-right: 40px;
    }
    .staff .video-play {
        width: 800px;
    }
    .staff .staff-content .item:nth-child(5),
    .staff .staff-content .item:nth-child(1) {
        margin-left: 0;
    }
    .staff .staff-content .item:nth-child(6),
    .staff .staff-content .item:nth-child(7) {
        right: 0;
    }
    .public .banner .swiper-pagination {
        height: 70px;
    }
    .public .banner .swiper-pagination-bullet {
        margin-top: 10px;
    }
    .public .public-news .news-l {
        width: 47%;
    }
    .public .public-news .news-r {
        width: 50%;
    }
    .public .gallery-top .dao-contant .pic-con::after {
        right: 0;
        left: 0;
    }
}

@media (max-width: 1401px) {
    /*修改1441以下、小屏显示器*/
    .warp {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .news-list .txt-list {
        width: 650px;
    }
    .news-list .txt-list a {
        margin-bottom: 20px;
    }
    .mingyi li {
        width: 18.25%;
        margin-right: 2%;
        height: 345px;
    }
    .staff .pub-content .pic {
        height: 205px;
    }
    .staff .jiaoxue .pic {
        height: 265px;
    }
    .staff .staff-content .item {
        width: 300px;
    }
    .staff .video-play {
        width: 780px;
    }
    .public .banner .swiper-pagination {
        height: 68px;
    }
    .public .gallery-top .dao-contant .dao {
        width: 840px;
    }
    .public .gallery-top .dao-contant .dao li:nth-of-type(4n) {
        margin-right: 20px;
    }
    .public .mingyi .info {
        padding: 40px 25px 0 25px;
    }
    .public .zhongyi .content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .public .zhongyi .pic-con {
        margin-left: 20px;
    }
}

@media (max-width: 1366px) {
    .nav li {
        margin-right: 25px;
    }
    .news-list .focus {
        width: 630px;
        height: 400px;
    }
    .news-list .txt-list {
        width: 630px;
    }
    .mingyi li {
        height: 338px;
    }
    .staff .pub-content .pic {
        height: 195px;
    }
    .staff .jiaoxue .pic {
        height: 255px;
    }
    .staff .staff-content .item {
        width: 290px;
    }
    .staff .video-play {
        width: 767px;
    }
    .public .gallery-top .dao-contant .dao {
        width: 800px;
    }
    .public .zhongyi .pic-con {
        width: 340px;
    }
}

@media (max-width: 1281px) {
    .mingyi li {
        height: 315px;
    }
    .mingyi li .txt {
        margin-top: 5px;
    }
    .staff .pub-content .pic {
        height: 185px;
    }
    .staff .jiaoxue .pic {
        height: 240px;
    }
    .staff .staff-content .item:nth-child(6),
    .staff .staff-content .item:nth-child(7) {
        position: inherit;
        right: auto;
        top: auto;
    }
    .public .banner .swiper-pagination {
        height: 63px;
    }
    .public .banner .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        background-size: 60%;
    }
    .public .gallery-top .dao-contant .dao {
        width: 720px;
    }
    .public .zhongyi .pic-con {
        width: 280px;
    }
    .public .zhongyi .pic-con .pic {
        width: 240px;
        height: 240px;
        margin-top: 20px;
    }
}

@media (max-width:1250px) {
    .public .tese {
        width: 530px;
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .copyright .address-info .erwma {
        display: none;
    }
    body {
        padding-top: 100px;
    }
    .home .logo img {
        width: 300px;
    }
    .home .bg {
        width: 450px;
        height: 450px;
        margin-left: -225px;
        margin-top: -225px;
    }
    .home .go {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
    }
    .home .go img {
        width: 90px;
    }
    .home .gz {
        padding-right: 30px;
    }
    .home .yg {
        padding-top: 120px;
        padding-left: 40px;
    }
    .home .erwma {
        right: 60px;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    .m-btn {
        display: block;
    }
    .header {
        height: 60px;
    }
    .header .logo {
        display: none;
    }
    .mb-logo {
        display: block;
        padding-top: 10px;
        width:80%;
    }
    .mb-logo img {
        height: 40px;
    }
    .header .h-content {
        height: 60px;
    }
    .header .navlist {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .search-con .search {
        width: 100%;
    }
    .nav {
        line-height: 2.5;
        flex-flow: column;
        height: auto;
        padding: 80px 0px;
    }
    .header .search-con {
        left: 20px;
        right: 20px;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li .subnav {
        position: inherit;
        top: auto;
        background: none;
        padding: 5px 0;
    }
    .navlist {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: #fff;
        top: 100px;
        z-index: 999;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 20px;
        height: calc(100% - 85px);
    }
    .nav .subnav .pic {
        display: none;
    }
    .nav li .subnav .container {
        padding-left: 20px;
    }
    .nav li .subnav .container>div {
        flex-flow: column;
    }
    .nav li .subnav a {
        width: 100%;
        text-align: left;
        color: #333;
    }
    .nav li .subnav .on {
        background: none;
        color: #661c17;
    }
    .nav li .has::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        width: 8px;
        height: 8px;
        border-right: 1px #999 solid;
        border-bottom: 1px #999 solid;
    }
    .nav li .cur::after {
        transform: translateY(-50%) rotate(45deg);
    }
    .n-banner .txt span::after {
        width: 10px;
        height: 10px;
    }
    .link span {
        line-height: 2;
    }
    .link a {
        line-height: 2;
        margin-right: 20px;
        padding-right: 20px;
    }
    .copyright .txt {
        margin-top: 15px;
    }
    .copyright .f-nav {
        margin-top: 15px;
    }
    .copyright .fw {
        margin-top: 15px;
    }
    .copyright .fw span {
        width: 30px;
        height: 30px;
    }
    .crumbs {
        font-size: 14px;
    }
    .jiankang .card .text-content {
        padding: 40px;
    }
    .jiankang .card .text-content .title {
        font-size: 18px;
        padding-left: 30px;
    }
    .jiankang .card .text-content .title::after {
        width: 12px;
        height: 12px;
    }
    .jiankang .card .text-content .text {
        font-size: 14px;
    }
    .details {
        padding: 40px;
    }
    .details h1 {
        font-size: 20px;
    }
    .details .body,
    .details .info {
        font-size: 14px;
    }
    .notice .card {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news-list .focus {
        width: 48%;
        height: 290px;
    }
    .news-list .swiper-slide {
        width: 100% !important;
    }
    .news-list .txt-list {
        width: 50%;
    }
    .news-list .txt-list .title {
        font-size: 14px;
        margin-top: 5px;
    }
    .news-list .txt-list .txt {
        margin-top: 5px;
        font-size: 12px;
    }
    .news-list .txt-list a {
        padding: 15px;
        margin-bottom: 10px;
    }
    .news-list li .pic {
        margin-right: 30px;
    }
    .mingyi li {
        width: 23.5%;
        height: 320px;
        margin-bottom: 40px;
    }
    .mingyi li:nth-of-type(5n) {
        margin-right: 2%;
    }
    .mingyi li:nth-of-type(4n) {
        margin-right: 0;
    }
    .mingyi li .pic {
        width: 150px;
        height: 185px;
    }
    .keshi-info .title {
        font-size: 32px;
    }
    .navigation .item .title {
        width: 160px;
    }
    .navigation .item .txt {
        font-size: 28px;
    }
    .navigation .content {
        padding-top: 30px;
        padding-left: 40px;
    }
    .navigation .content a {
        margin-right: 3%;
        width: 30%;
        margin-bottom: 20px;
    }
    .staff .banner img {
        height: 450px;
    }
    .staff .news .switch .tab {
        margin-right: 50px;
        font-size: 28px;
    }
    .staff .gonggao {
        width: 100%;
        margin-right: 0;
    }
    .staff .news {
        min-width: 100%;
        max-width: 100%;
    }
    .staff .pub-content .pic a {
        width: 100%;
        height: 100%;
    }
    .staff .pub-content {
        width: 32.5%;
        padding: 20px;
    }
    .staff .pub-content .pic {
        height: 175px;
    }
    .staff .jiaoxue .tit {
        font-size: 28px;
    }
    .staff .jiaoxue .switch {
        font-size: 20px;
    }
    .staff .jiaoxue .pic {
        height: 200px;
    }
    .staff .staff-content .item {
        width: 25%;
        height: 230px;
    }
    .staff .video-play {
        width: 100%;
    }
    .public .banner .swiper-pagination {
        background-size: 100% 100%;
    }
    .public .public-info:before {
        width: 1200px;
        height: 1200px;
        margin-left: -600px;
        background-size: 100%;
    }
    .public .public-info .txt {
        font-size: 20px;
    }
    .public .public-info {
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .public .public-title {
        font-size: 32px;
    }
    .public .public-news .news-l .pic {
        height: 360px;
    }
    .public .gallery-thumbs .swiper-slide .icon {
        width: 90px;
    }
    .public .gallery-thumbs .swiper-slide {
        background-position: left 160px;
    }
    .public .menu .swiper-button-next,
    .public .menu .swiper-button-prev {
        margin-top: 40px;
    }
    .public .gallery-top .dao-contant .dao {
        width: 45%;
    }
    .public .gallery-top .dao-contant .dao li,
    .public .gallery-thumbs .txt,
    .public .tese .txt {
        font-size: 14px;
    }
    .public .gallery-top .dao-contant .pic-con .pic .txt,
    .public .tese h4 {
        font-size: 18px;
    }
    .public .mingyi .content,
    .public .mingyi .more {
        margin-top: 50px;
    }
    .public .mingyi .info h3,
    .public .jiankang .item .text-content h3 {
        font-size: 20px;
    }
    .public .yuandi {
        margin-top: 0px;
    }
    .public .jiankang .pic {
        width: 300px;
    }
    .public .jiankang .item .text-content {
        padding: 30px;
    }
    .public .jiankang .item .text-content .txt {
        font-size: 16px;
    }
    .public .zhongyi .item-group.self .desc,
    .public .zhongyi .item-group.self .tit::after {
        display: none;
    }
    .public .zhongyi .content {
        justify-content: space-between;
    }
    .public .zhongyi .item-group.self {
        flex: none;
    }
    .public .zhongyi .item-group.self .tit .one span {
        background-image: url(../images/1.png);
    }
    .public .zhongyi .item-group.self .tit .num {
        border-color: #c8afaa;
    }
    .public .zhongyi .item-group.self .tit .num::after {
        background-image: url(../images/tbg3.png);
    }
    .public .zhongyi .item-group.self .tit .name {
        color: #333;
    }
    .public .zhongyi .item-group.self .tit .txt {
        color: #999;
    }
    .public .zhongyi .name {
        font-size: 20px;
    }
    .public .yun .title {
        font-size: 32px;
    }
    .public .yun .text-content a {
        width: 400px;
        line-height: 70px;
        font-size: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 1023px) {
    .public .zhongyi .content {
        margin-top: 25px;
    }
    .public .zhongyi .item-group .desc {
        display: none;
    }
    .public .zhongyi .item-group .tit {
        width: 100%;
        position: inherit;
    }
    .copyright {
        flex-flow: column;
        padding-top: 20px;
    }
    @media (max-width: 767px) {
        /*修改768以下、小屏平板*/
        .mingyi li {
            height: 320px;
        }
        .mingyi li .name {
            font-size: 18px;
        }
        .mingyi li .txt {
            font-size: 14px;
        }
        .keshi-info .title {
            text-align: left;
            font-size: 28px;
        }
        .staff .banner img {
            height: 350px;
        }
        .staff .news .focus {
            width: 360px;
        }
        .staff .news .switch .tab span {
            margin: 0 10px;
        }
        .staff .news .switch .tab {
            font-size: 20px;
            margin-right: 30px;
        }
        .staff .pub-content {
            width: 100%;
            margin-bottom: 0px;
            margin-top: 30px;
        }
        .staff .pub-content:last-child {
            margin-bottom: 30px;
        }
        .staff .pub-content .pic {
            height: 260px;
        }
        .staff .title {
            font-size: 20px;
        }
        .staff .title a {
            font-size: 14px;
        }
        .staff .jiaoxue .tit {
            font-size: 20px;
        }
        .staff .jiaoxue .switch {
            font-size: 16px;
        }
        .staff .jiaoxue .switch .tab {
            margin-right: 30px;
            padding-right: 30px;
        }
        .staff .staff-content .item {
            width: 33.333%;
        }
        .staff .staff-content .item .txt {
            font-size: 18px;
        }
        .public .public-info:before {
            width: 660px;
            height: 660px;
            margin-left: -330px;
        }
        .public .public-title {
            margin-top: 10px;
        }
        .public .public-news .news-r .tit {
            font-size: 20px;
        }
        .public .ad {
            margin-top: 40px;
        }
        .public .gallery-top .dao-contant .dao li {
            width: 46%;
            margin-right: 3%;
            background-size: 100% 100%;
            height: 50px;
            margin-bottom: 20px;
        }
        .public .gallery-top .dao-contant .dao li:nth-child(even) {
            margin-right: 0;
        }
        .public .gallery-top .dao-contant .dao {
            padding-top: 20px;
        }
        .public .gallery-top .dao-contant .pic-con .pic {
            height: auto !important;
        }
        .public .mingyi .content,
        .public .mingyi .more {
            margin-top: 30px;
        }
        .public .mingyi .info h3 {
            font-size: 16px;
        }
        .public .mingyi {
            padding-bottom: 30px;
        }
        .public .yun .title {
            font-size: 24px;
        }
        .public .yun .text-content {
            width: 100%;
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
        }
        .public .yun .text-content a {
            width: 70%;
            line-height: 50px;
            font-size: 16px;
        }
        .public .yun {
            height: 560px;
        }
        .news-l .txt {
            padding: 15px;
        }
    }
    @media (max-width: 424px) {
        /*修改425以下、普通的安卓手机屏*/
        body {
            padding-top: 90px;
        }
        .container,
        .warp {
            padding-left: 15px;
            padding-right: 15px;
        }
        .home .logo {
            left: 20px;
            top: 20px;
        }
        .home .logo img {
            width: 220px;
        }
        .home .bg {
            width: 350px;
            height: 350px;
            margin-left: -175px;
            margin-top: -175px;
        }
        .home .go {
            width: 300px;
            height: 300px;
            margin-left: -150px;
            margin-top: -150px;
        }
        .home .go img {
            width: 70px;
        }
        .home .yg {
            padding-top: 80px;
        }
        .home .gz {
            padding-bottom: 80px;
        }
        .home .erwma {
            right: 20px;
            bottom: 20px;
        }
        .home .erwma .code {
            margin-right: 20px;
        }
        .home .erwma .code .pic {
            width: 70px;
            height: 70px;
        }
        .home .erwma .code .txt {
            font-size: 12px;
        }
        .top a {
            font-size: 12px;
            width: 80px;
        }
        .top .time {
           /* display: none; */
        }
        .header .logo {
            width: 100px;
            left: 10px;
        }
        .mb-logo img {
            height: 35px;
        }
        .header .h-content,
        .header {
            height: 50px;
        }
        .header .search-con .container {
            padding: 20px 0;
        }
        .navlist {
            top: 90px;
        }
        .nav li {
            font-size: 14px;
        }
        .n-banner {
            height: 160px;
            font-size: 24px;
        }
        .n-banner .txt span {
            width: 18px;
            height: 18px;
            margin: 0 10px;
        }
        .n-banner .txt span::after {
            width: 8px;
            height: 8px;
        }
        .crumbs {
            padding: 15px 0;
        }
        .copyright .txt,
        .copyright .f-nav {
            line-height: 2;
        }
        .copyright .f-nav a {
            margin-right: 15px;
            padding-right: 15px;
        }
        .copyright .txt a {
            margin-left: 15px;
        }
        .copyright .fw span {
            width: 25px;
            height: 25px;
        }
        .jiankang .card .pic {
            width: 100%;
            height: 180px;
            order: 1 !important;
        }
        .jiankang .card .text-content {
            order: 2;
        }
        .jiankang .card .text-content {
            padding: 20px;
        }
        .jiankang .card .text-content .title {
            font-size: 16px;
            padding-left: 20px;
        }
        .jiankang .card .text-content .title::after {
            border-width: 3px;
            width: 10px;
            height: 10px;
        }
        .jiankang .card .text-content .text {
            margin-top: 15px;
        }
        .details h1 {
            font-size: 18px;
        }
        .details .info {
            font-size: 12px;
        }
        .details .info span {
            margin: 0 5px;
        }
        .details .body p {
            margin: 20px 0;
        }
        .notice .card {
            padding: 20px 20px 20px 35px;
        }
        .notice .card::after {
            left: 15px;
            width: 12px;
            height: 12px;
            border-width: 2px;
        }
        .notice .card .title {
            font-size: 14px;
        }
        .notice .card span {
            font-size: 12px;
        }
        .news-list ul {
            margin-top: 30px;
        }
        .news-list li {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .news-list li .pic {
            margin-right: 0;
            width: 100%;
            height: 220px;
        }
        .news-list li .text-content {
            min-width: 100%;
            max-width: 100%;
            margin-top: 30px;
        }
        .news-list li .title {
            font-size: 16px;
            margin-top: 10px;
        }
        .news-list li .txt {
            font-size: 12px;
            margin-top: 10px;
        }
        .mingyi li {
            width: 49%;
            height: 270px;
        }
        .mingyi li:nth-of-type(3n) {
            margin-right: 2%;
        }
        .mingyi li:nth-of-type(2n) {
            margin-right: 0;
        }
        .mingyi li .pic {
            width: 125px;
            height: 150px;
        }
        .mingyi li .name {
            font-size: 16px;
        }
        .mingyi li .txt {
            font-size: 12px;
        }
        .keshi-info .title {
            font-size: 24px;
        }
        .keshi-info .info {
            font-size: 14px;
        }
        .navigation .item {
            flex-flow: column;
        }
        .navigation .item .title {
            width: 100%;
            flex-wrap: nowrap;
            flex-flow: nowrap;
            padding: 15px 0;
        }
        .navigation .item .txt {
            width: auto;
            margin-top: 0;
            margin-left: 15px;
        }
        .navigation .item .title img {
            width: 60px;
        }
        .navigation .content a {
            width: 46.5%;
        }
        .staff .banner img {
            height: 250px;
        }
        .staff .news .focus {
            margin-right: 0;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            height: 240px;
        }
        .staff .news .focus img {
            width: 100%;
            height: 240px;
        }
        .staff .news ul {
            min-width: 100%;
            max-width: 100%;
            margin-top: 20px;
        }
        .staff .news .switch {
            justify-content: center;
        }
        .staff .news .switch .tab {
            font-size: 18px;
            margin-right: 20px;
            position: relative;
        }
        .staff .news .switch .tab span {
            margin: 0 5px;
        }
        .staff .news .switch .cur::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -20px;
            height: 2px;
            width: 100%;
            background-color: #661c17;
        }
        .staff .news .switch .tab .more::after {
            display: none;
        }
        .staff .news .switch .tab .more {
            display: none;
        }
        .staff .pub-content .pic {
            height: 240px;
        }
        .staff .jiaoxue .text-content {
            padding: 15px;
        }
        .staff .jiaoxue h4 {
            font-size: 18px;
        }
        .staff .jiaoxue .switch {
            margin-top: 20px;
        }
        .staff .jiaoxue .swiper-container {
            margin-top: 10px;
        }
        .staff .jiaoxue .text {
            font-size: 14px;
        }
        .staff .staff-content {
            margin-bottom: 80px;
        }
        .staff .staff-content .item {
            width: 50%;
            height: 160px;
        }
        .staff .staff-content .item .icon {
            width: 100%;
            height: 60px;
        }
        .staff .staff-content .item .icon img {
            max-height: 70%;
        }
        .staff .staff-content .item .txt {
            font-size: 14px;
            margin-top: 10px;
        }
        .staff .video-play,
        .staff .video-play .video {
            height: 350px;
        }
        .public .banner .swiper-pagination {
            height: 40px;
        }
        .public .banner .swiper-pagination-bullet {
            width: 20px;
            height: 20px;
        }
        .public .public-info:before {
            width: 460px;
            height: 460px;
            margin-left: -230px;
            bottom: 360px;
        }
        .public .public-title a::after,
        .public .public-title .title::after,
        .public .public-title .title::before {
            display: none;
        }
        .public .public-title a {
            top: -5px;
            font-size: 12px;
            height: 35px;
            background-size: auto 100%;
            line-height: 35px;
        }
        .public .public-news .news-r .tit {
            font-size: 18px;
        }
        .public .public-news .news-l li,
        .public .public-news .news-r li,
        .public .public-news .news-r .txt,
        .public .public-news .news-l .pic .txt,
        .public .gallery-top .dao-contant .pic-con .pic .txt,
        .public .mingyi .info .txt {
            font-size: 14px;
        }
        .public .public-news .news-r h4,
        .public .jiankang .item .text-content h3,
        .public .tese h4 {
            font-size: 16px;
        }
        .public .public-news .content,
        .public .public-news .news-r,
        .public .ad {
            margin-top: 20px;
        }
        .public .public-news .news-l .pic {
            height: 280px;
        }
        .public .menu .swiper-button-next {
            right: 0px;
        }
        .public .menu .swiper-button-prev {
            left: 0;
        }
        .public .gallery-thumbs .swiper-slide .icon {
            width: 70px;
        }
        .public .gallery-thumbs .swiper-slide {
            background-position: left 150px;
        }
        .public .mingyi .info {
            padding: 20px 15px 0 15px;
        }
        .public .mingyi .info .txt {
            line-height: 1.5;
            margin-top: 10px;
        }
        .public .yuandi .public-title .title {
            margin-left: 0;
        }
        .public .tese .content {
            height: auto;
            padding-bottom: 20px;
        }
        .public .tese .text-content {
            padding: 20px;
        }
        .public .tese .swiper-button-prev,
        .public .tese .swiper-button-next {
            margin-top: -120px;
        }
        .public .jiankang .content {
            margin-top: 30px;
        }
        .public .jiankang .item {
            flex-flow: column;
        }
        .public .jiankang .pic {
            width: 100%;
            margin-right: 0;
            margin-left: 0 !important;
            order: 1;
            height: 220px;
        }
        .public .jiankang .item .text-content {
            order: 2;
        }
        .public .tese .content {
            margin-top: 20px;
        }
        .public .zhongyi .name {
            font-size: 14px
        }
        .public .zhongyi .txt {
            font-size: 12px
        }
        .public .zhongyi .tit .num {
            width: 70px;
            height: 70px
        }
        .public .zhongyi .tit .num::after {
            width: 60px;
            height: 60px
        }
        .public .zhongyi .content {
            margin-top: 30px;
            flex-flow: column;
            height: auto;
            background-position: -50px -50px;
            background-size: 150% 130%;
            padding-bottom: 40px;
        }
        .public .zhongyi .item-group {
            width: 100%;
        }
        .public .zhongyi .item-group .tit {
            flex-flow: nowrap;
            padding-top: 30px;
        }
        .public .zhongyi .tit .num::after {
            background-position: center;
            background-size: cover;
        }
        .public .zhongyi .tit .num {
            margin-bottom: 0;
            margin-right: 15px;
        }
        .public .zhongyi .text-content {
            flex: 1;
            flex-flow: column;
        }
        .public .zhongyi .item-group .tit .name {
            order: 1;
            writing-mode: horizontal-tb;
            -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: horizontal-tb;
            margin-left: 0;
            font-weight: bold;
        }
        .public .zhongyi .item-group .tit .txt {
            order: 2;
            writing-mode: horizontal-tb;
            -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: horizontal-tb;
            margin-top: 10px;
        }
        .public .zhongyi .text-content {
            height: auto;
        }
        .public .zhongyi .item-group:nth-child(even) .num {
            margin-right: 0;
            margin-left: 15px;
            order: 2;
        }
        .public .yun {
            height: 450px;
        }
        .public .public-info a {
            flex-flow: nowrap;
            width: 49%;
            margin-top: 15px;
        }
        .public .public-info .icon {
            background-position: center;
            width: 70px;
            height: 70px;
            background-size: 40%;
        }
        .public .public-info .txt {
            flex: 1;
            height: 40px;
            padding: 0;
            margin-top: 5px;
            background: url(../images/icon1.png)no-repeat center;
            background-size: 100%;
            margin-left: -20px;
            justify-content: center;
            font-size: 14px;
        }
        .public .public-info {
            padding-top: 10px;
            padding-bottom: 30px;
        }
        .mb-more {
            display: flex;
            width: 100%;
            margin: 20px auto;
        }
        .mb-more {
            font-size: 14px;
            color: #999;
            width: 122px;
            height: 40px;
            background: url(../images/icon8.png)no-repeat center;
            line-height: 40px;
        }
        .public .gallery-top .dao-contant .dao {
            height: auto;
        }
        .public .gallery-top .dao-contant {
            flex-flow: column;
        }
        .public .jiankang .public-title,
        .public .tese .public-title {
            justify-content: center;
        }
        .staff .jiaoxue .swiper-container {
            padding-left: 0;
            padding-right: 0;
        }
        .submenu {
            display: none;
        }
        .submenu a {
            margin: 0 8px;
        }
        .navigation .content {
            padding-left: 10px;
        }
        .page a {
            margin: 0 5px;
            padding: 0 10px;
            line-height: 30px;
            font-size: 14px;
        }
    }
    @media (max-width: 376px) {
        /*修改375以下、iPhone5，4，等小屏手机*/
        .home .bg {
            width: 280px;
            height: 280px;
            margin-left: -140px;
            margin-top: -140px;
        }
        .home .go {
            width: 260px;
            height: 260px;
            margin-left: -130px;
            margin-top: -130px;
        }
        .home .go img {
            width: 60px;
        }
        .news-list .txt-list a {
            margin-right: 0;
            width: 100%;
            margin-bottom: 15px !important;
        }
        .mingyi li {
            height: 250px;
            margin-bottom: 30px;
        }
        .mingyi li .name,
        .staff .news li,
        .public .tese h4,
        .public .jiankang .item .text-content h3 {
            font-size: 14px;
        }
        .staff .news li span,
        .public .jiankang .item .text-content .txt,
        .public .tese .txt {
            font-size: 12px;
        }
        .staff .news .focus,
        .staff .news .focus img {
            height: 280px;
        }
        .staff .pub-content li {
            font-size: 14px;
            line-height: 35px;
        }
        .staff .pub-content .pic {
            height: 200px;
        }
        .staff .jiaoxue h4 {
            font-size: 16px;
        }
        .staff .staff-content {
            margin-bottom: 60px;
        }
        .staff .video-play,
        .staff .video-play .video {
            height: 300px;
        }
        .public .banner .swiper-pagination {
            height: 30px;
        }
        .public .banner .swiper-pagination-bullet {
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .public .gallery-top .dao-contant {
            margin-top: 10px;
        }
        .public .tese .txt {
            margin-top: 5px;
        }
        .public .jiankang .item .text-content h3::after {
            width: 10px;
            height: 10px;
        }
        .public .jiankang .item .text-content h3 {
            padding-left: 20px;
        }
        .public .jiankang .pic {
            height: 200px;
        }
    }
    @media (max-width: 321px) {
        .mingyi li {
            height: 220px;
            margin-bottom: 20px;
        }
        .mingyi li .pic {
            width: 100px;
            height: 125px;
        }
        .mingyi li .name {
            margin-top: 10px;
        }
        .navigation .content a,
        .public .gallery-top .dao-contant .dao li {
            font-size: 12px;
        }
        .staff .news .switch .tab {
            font-size: 16px;
        }
        .staff .news .focus,
        .staff .news .focus img {
            height: 240px;
        }
        .staff .pub-content .pic {
            height: 160px;
        }
        .public .zhongyi .item-group,
        .public .zhongyi .item-group .tit {
            width: 120px
        }
    }