﻿.index{
    float: left;
    width: 100%;
}
.content{
    position: relative;
}

.left-memu{
    
    
    width: 258px;
    float: left;
    text-align: center;
    background: #fff;
    transition: 0.3s;
}
.winter .left-memu{
    width: 268px;
}
.winter .main{
    width: 76%;
}
.left-memu.active{
    position: fixed;
    top: 16%;
    
}
.left-nav{
    border: 1px solid #bfbfbf;
}
.left-nav li:last-child a{
    border-bottom: none;
}
.left-nav li{
    height: 70px;
}
.left-nav h3{
    font-size: 30px;
    color: #fff;
    line-height: 86px;
    background: #00b092;
}
.left-nav a{
    color: #333333;

    font-size: 20px;
    display: inline-block;
    width: 80%;
    padding-bottom: 16px;
    margin-top: 15px;
    border-bottom: 1px solid #bfbfbf;
    transition: 0.3s;
    line-height: 35px;
}
.left-nav a:hover{
    color: #007ea2;
}
.left-nav a.active{
    color: #007ea2;
}
.left-nav a img{
    margin-right: 15px;
}
.left-nav a .hui.active{
    display: none;
}
.left-nav a .cai{
    display: none;
}
.left-nav a .cai.active{
    display: inline-block;
}
.left-memu .pic{
    margin-top: 40px;
}
.left-memu .pic p{
    margin-top: 12px;
}
.left-nav a:hover .hui{
    display: none;
}
.left-nav a:hover .cai{
    display: inline-block;
}







.right-main{
    float: right;
    width: 80%;
}
.right-main .mid{
    float: left;
    width: 78%;
}
.characteristic h3{
    color: #333333;
    font-size: 36px;
    margin: 24px 0;
}
.characteristic .list{
    width: 48%;
    float: left;
    border-bottom: 1px solid #007ea2;
    padding-bottom: 18px;
}
.characteristic .list .pic{
    overflow: hidden;
}
.characteristic .list .pic img{
    transition: 0.5s;
    width: 100%;
}
.characteristic .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.characteristic .list .text{
    margin-top: 15px;
}
.characteristic .list .text a{
    color: #007ea2;
    font-size: 26px;
    transition: 0.3s;
}
.characteristic .list .text a:last-child{
    float: right;
    font-size: 12px;
    color: #535353;
    margin-top: 30px;
    margin-right: 50px;
}
.characteristic .list .text a:last-child:hover{
    color: #007ea2;
}
.characteristic .list p{
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.characteristic .list:last-child{
    float: right;
}

.right-main .new{
    float: left;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 150px;
}

.right-main .new h3{
    color: #333333;
    font-size: 36px;
    margin: 24px 0;
}

.right-main .new .list{
    float: left;
    width: 109%;
    transition: 0.3s;
    padding: 25px 35px 20px 35px;
    transform: translateX(-35px);
    margin-bottom: 10px;
    
}
.right-main .new .list h4{
    margin-bottom: 8px;
}
.right-main .new .list h4 a{
    color: #333333;
    font-size: 26px;
    transition: 0.3s;
}
.right-main .new .list .time{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.right-main .new .list .time span{
    float: left;
    color: #bfbfbf;
    font-size: 20px;
}
.right-main .new .list .time a{
    float: right;
    color: #bfbfbf;
    font-size: 20px;
    text-align: right;
    transition: 0.3s;
}
.right-main .new .list .time .line{
    border-bottom: 1px dashed #777;
    float: left;
    width: 68%;
    margin-top: 15px;
    margin-left: 3%;
}
.right-main .new .list:hover{
    box-shadow: 0px 0px 10px 0px #d0d0d0;
}
.right-main .new .list p{
    line-height: 30px;
}

.right-main .new .list:hover h4 a{
    color: #007ea2;
}
.right-main .new .list:hover .time a{
    color: #00b092;
}


.zhuanqu{
    float: right;
    width: 18%;
    text-align: center;
    padding-top: 65px;
}
.zhuanqu .box{
    margin-bottom: 40px;
}
.zhuanqu h3{
    color: #007ea2;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 35px;
}
.zhuanqu span{
    width: 100%;
    display: block;
    height: 1px;
    background: #bfbfbf;
}
.zhuanqu p{
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 12px;
}

    
    
    
    
    
    
    
    
    


.zhuanqu .box .share{
    width: 84px;
    text-align: left;
    margin: 0 auto;
    margin-top: 16px;
}
.zhuanqu .box .share a{
    margin-bottom: 15px;
    margin-right: 13px;
    display: inline-block;
}
.zhuanqu .box .share a:nth-child(2n){
    margin-right: 0;
}




.about{
    float: left;
    width: 100%;
    margin-bottom: 100px;
}


.main{
    float: right;
    width: 78%;
}

.about .main h3{
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 83px;
}
.about .main .pic img{
    float: left;
    width: 32%;
}
.about .main .pic img:last-child{
    float: right;
}

.about .main .pic img:nth-child(2){
    margin: 0 2%;
}

.about .floor{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.about .main p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.about .main ul{
    margin-top: 40px;
}
.about .main li{
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 25px;
}

.about .main li p{
    color: #535353;
    font-size: 16px;
    margin-top: 22px;
}
.about .main li img{
    transition: 0.3s;
}
.about .main li img:hover{
    transform: scale(1.1,1.1);
}



.xueshu{
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.xueshu .left-nav a{
    text-align: left;
    padding-left: 14%;
}
.xueshu #item1{
    margin-top: 110px;
}
.xueshu .title{
    text-align: center;
    border-bottom: 3px solid #007ea2;
    padding-top: 32px;
    padding-bottom: 23px;
}

.xueshu .title h3{
    color: #333333;
    font-size: 30px;
}

.xueshu .pic{
    text-align: center;
    margin-top: 24px;
}

.xueshu .floor{
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.xueshu .floor h3{
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}
.xueshu .floor p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.xueshu .floor .pic{
    margin-bottom: 30px;
}


.xueshu #item4 p{
    text-align: center;
}
.xueshu #item4{
    margin-bottom: 60px;
}
.xueshu #item4 .list{
    float: left;
    width: 33%;
    margin-top: 50px;
}
.xueshu #item4 h4{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.xueshu #item4 .list h4{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.xueshu #item4 .list p{
    width: 80%;
    margin: 0 auto;
}


.winter{
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

    


    

.winter .left-nav a{
    text-align: left;
    padding-left: 8%;
    height: 52px;
}

.winter .text{
    float: left;
    width: 48%;
}
.winter .main .pic{
    float: right;
    width: 48%;
}
.winter .title{
    text-align: center;
    color: #333333;
    font-size: 30px;
    border-bottom: 3px solid #007ea2;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.winter .text h3{
    color: #333333;
    font-size: 24px;
    margin-bottom: 16px;
}
.winter .text p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.winter .text a{
    width: 147px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #00b092;
    font-size: 18px;
    color: #fff;
    display: block;
}
.winter .floor{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.tedian .list{
    width: 48%;
    float: left;
}
.tedian .list h3{
    text-align: center;
    border-bottom: 3px solid #007ea2;
    padding-bottom: 25px;
    padding-top: 30px;
    font-size: 30px;
    color: #333333;
}
.tedian .list .pic{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.tedian .list .model{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 19px 0;
    background: rgba(255,255,255,0.9);
}
.tedian .list li{
    float: left;
    width: 50%;
    text-align: center;
    color: #333333;
    font-size: 20px;
    transition: 0.3s;
}
.tedian .list li:hover{
    color: #007ea2;
}
.tedian .list p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.tedian .list:last-child{
    float: right;
}

.tedian .list:last-child li{
    width: 20%;
}



.winter .make .title{
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 75px;
}

.winter .make .title h3{
    color: #333333;
    font-size: 36px;
    line-height: 88px;
}
.winter .make .title p{
    color: #333333;
    font-size: 20px;
    line-height: 36px;
    width: 90%;
    margin: 0 auto;
}

.winter .make .list{
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.winter .make .list .item{
    float: left;
    width: 48%;
}
.winter .make .list .pic{
    width: 100%;
    float: left;
    overflow: hidden;
    border-top: 3px solid #007ea2;
    margin-top: 25px;
}
.winter .make .list .pic img{
    transition: 0.5s;
}
.winter .make .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.winter .make .list .item:last-child{
    float: right;
}
.winter .make .list h3{
    text-align: center;
    color: #333333;
    font-size: 30px;
}

.winter .make .list p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    float: left;
}

.winter .take{
    float: left;
    width: 100%;
}
.winter .take .box{
    float: left;
    width: 48%;
    height: 460px;
    margin-top: 15px;
}
.winter .take .box:last-child{
    float: right;
}

.winter .take .box .left{
    float: left;
    width: 20%;
    height: 100%;
    border-right: 3px solid #d9d9d9;
    position: relative;
}

.winter .take .box .left span{
    width: 60px;
    display: block;
    color: #00b092;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.winter .take .box .right{
    float: left;
    width: 80%;
    position: relative;
}

.winter .take .box .right li{
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    float: left;
}
.winter .take .box .right li span{
    float: left;
    width: 25%;
    color: #00b092;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}

.winter .take .box .right li p{
    float: left;
    width: 75%;
    padding-left: 20px;
}
.winter .take .box .right::after{
    content: '';
    position: absolute;
    left: 25%;
    top: 0;
    width: 2px;
    height: 460px;
    background: #e8e8e8;
}

.winter .take .box:last-child .right span{
    width: 30%;
}
.winter .take .box:last-child .right p{
    width: 70%;
}
.winter .take .box:last-child .right::after{
    content: '';
    position: absolute;
    left: 30%;
    top: 0;
    width: 2px;
    
    background: #e8e8e8;
}


.winter .taboo{
    float: left;
    width: 100%;
    margin-top: 125px;
}
.winter .taboo .title{
    background: #d6f2ed;
    padding-top: 20px;
    padding-bottom: 15px;
}
.winter .taboo li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.winter .taboo li:last-child{
    margin-right: 0;
}
.winter .taboo li h3{
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}
.winter .taboo li p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}


.long{
    float: left;
    width: 100%;
}

.long .title {
    text-align: center;
    color: #333333;
    font-size: 30px;
    border-bottom: 3px solid #007ea2;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 120px;
}
.long .main{
    text-align: center;
}
.long .main img{
    display: block;
    margin: 0 auto;
}

.long .main p{
    color: #333333;
    font-size: 24px;
}
.long .main .img1{
    margin-bottom: 20px;
}
.long .main .img2{
    margin-top: 20px;
    margin-bottom: 15px;
}
.long .main .img3{
    margin-bottom: 15px;
}

.long .main .img4{
    margin-top: 30px;
    margin-bottom: 30px;
}
.long .main .img5{
    margin-bottom: 20px;
}
.long .main .img6{
    margin-bottom: 15px;
}
.long .main .img7{
    margin-top: 70px;
}

.long .careful{
    float: left;
    border-top: 2px solid #bfbfbf;
    padding-top: 20px;
    margin-top: 180px;
    margin-bottom: 100px;
}

.long .careful .left{
    float: left;
    width: 48%;
}
.long .careful .right{
    float: right;
    width: 48%;
}

.long .careful h3{
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}

.long .careful p{
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}



.disease{
    float: left;
    width: 100%;
}
.disease .left-memu{
    width: 265px;
}
.disease .main{
    width: 76%;
}
.disease .left-nav a{
    text-align: left;
    padding-left: 8%;
}
.disease .title {
    text-align: center;
    color: #333333;
    font-size: 30px;
    border-bottom: 3px solid #007ea2;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.disease .list a{
    font-size: 30px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
    transition: 0.3s;
}

.disease .list p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.disease .list{
    padding: 34px 3% 26px 3%;
    transition: 0.3s;
}
.disease .list:hover{
    box-shadow: 0 0 10px #b8b8b8;
}
.disease .list:hover a{
    color: #00b092;
}

.fenye{
    float: left;
    width: 100%;
    padding: 0 3%;
    margin-top: 70px;
    margin-bottom: 200px;
}
.fenye > span{
    float: left;
    font-size: 24px;
    color: #333333;
}
.fenye div{
    float: right;
}

.fenye a{
    float: left;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    margin-left: 82px;
    transition: 0.3s;
}
.fenye a span{
    font-family: SimSun;
    color: #bfbfbf;
    font-size: 30px;
    margin-right: 32px;
    display: inline-block;
    transform: translateY(5px);
}
.fenye a:last-child span{
    margin-left: 32px;
    margin-right: 0;
    transition: 0.3s;
}
.fenye a:hover span{
    color: #00b092;
}
.fenye a:hover{
    color: #00b092;
}

.diseaseDetail .main{
    margin-bottom: 100px;
}
.diseaseDetail .list{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.diseaseDetail .list h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.diseaseDetail .list .text{
    float: left;
    width: 70%;
}
.diseaseDetail .list .text p{
    width: 95%;
}
.diseaseDetail .list .pic{
    float: right;
    width: 30%;
    text-align: center;
}




.expert{
    float: left;
    width: 100%;
}

.expert .main h3{
    text-align: center;
    color: #333333;
    font-size: 30px;
    margin: 25px 0;
}
.expert .main table{
    width: 100%;
}
.expert .main th{
    height: 65px;
    text-align: center;
    background: #007ea2;
    color: #ffffff;
    font-size: 24px;
}
.expert .main td{
    height: 50px;
    text-align: center;
    border: 1px solid #e7e8ea;
    color: #333333;
    font-size: 22px;
}
.expert .main tr .aa{
    background: #e7e8ea;
    width: 170px;
    color: #333333;
    font-size: 24px;
}

.expert .main .pic{
    float: left;
    width: 20%;
    text-align: center;
}
.expert .main .text{
    float: right;
    width: 75%;
}

.expert .main .text h3{
    font-size: 22px;
    color: #333333;
    text-align: left;
    margin-top: 0;
}

.expert .main .text p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.expert .main .columns{
    margin-top: 50px;
    margin-bottom: 100px;
}


.guahao{
    float: left;
    width: 100%;
}

.guahao .main{
    margin-bottom: 150px;
}
.guahao .main h3{
    text-align: center;
    color: #333333;
    font-size: 36px;
    border-bottom: 3px solid #007ea2;
    line-height: 88px;
}

.guahao .erweima{
    text-align: center;
    margin-top: 160px;
    margin-bottom: 115px;
}
.guahao .erweima p{
    color: #333333;
    font-size: 24px;
    margin-top: 35px;
}
.guahao .erweima .tel{
    color: #01b093;
    font-size: 20px;
    margin-top: 14px;
}
.guahao .owl-carousel{
    width: 95%;
}
.guahao .owl-carousel .owl-item .list{
    float: left;
    text-align: center;
    width: 48%;
}
.guahao .owl-carousel .owl-item .list p{
    color: #333333;
    font-size: 20px;
    margin-top: 24px;
}
.guahao .owl-carousel .owl-item img{
    max-width: 100%;
}
.guahao .owl-carousel .owl-item .list:last-child{
    float: right;
}

.guahao .owl-nav{
    display: none;
}

.guahao .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: #c0c0c0;
    float: left;
    border-radius: 100%;
    margin-right: 11px;
}
.guahao .owl-controls{
    text-align: center;
    float: left;
    width: 100%;
    display: none;
}
.guahao .owl-dots{
    display: inline-block;
    margin-top: 50px;
}
.guahao .owl-dots .owl-dot:last-child{
    margin-right: 0;
}
.guahao .owl-dots .owl-dot.active{
    background: #00b092;
}

.news{
    float: left;
    width: 100%;
}
.news .main h3{
    text-align: center;
    color: #333333;
    font-size: 36px;
    border-bottom: 3px solid #007ea2;
    line-height: 88px;
    margin-bottom: 20px;
}
.news .list{
    float: left;
    width: 100%;
    transition: 0.3s;
    padding: 25px 35px 20px 35px;
    margin-bottom: 10px;
    
}
.news .list h4{
    margin-bottom: 8px;
}
.news .list h4 a{
    color: #333333;
    font-size: 26px;
    transition: 0.3s;
}
.news .list .time{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.news .list .time span{
    float: left;
    color: #bfbfbf;
    font-size: 20px;
}
.news .list .time a{
    float: right;
    color: #bfbfbf;
    font-size: 20px;
    text-align: right;
    transition: 0.3s;
}
.news .list .time .line{
    border-bottom: 1px dashed #777;
    float: left;
    width: 68%;
    margin-top: 15px;
    margin-left: 3%;
}
.news .list:hover{
    box-shadow: 0px 0px 10px 0px #d0d0d0;
}
.news .list p{
    line-height: 30px;
}

.news .list:hover h4 a{
    color: #007ea2;
}
.news .list:hover .time a{
    color: #00b092;
}
.news .detail .title{
    margin-bottom: 24px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.news .detail h4{
    color: #000000;
    font-size: 30px;
    margin-bottom: 10px;
}
.news .detail .title .time{
    float: left;
    color: #000000;
    font-size: 14px;
}
.news .detail .title .source{
    float: left;
    color: #000000;
    margin-left: 65px;
    font-size: 14px;
}

.news .detail p{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #434343;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 2em;
}



.address{
    float: left;
    width: 100%;
    padding-top: 60px;
}
.address .main{
    position: relative;
}
.address .top{
    float: left;
    width: 100%;
    position: absolute;
    top: -130px;
}
.address .top p{
    float: left;
    margin-right: 60px;
    color: #333333;
    font-size: 22px;
}
.address .top p:last-child{
    margin-right: 0;
}

.address .mid{
    float: left;
    width: 100%;
}
.address .mid .left{
    float: left;
    background: #e7e8ea;
    padding: 45px 0;
    width: 332px;
}
.address .mid .list{
    float: left;
    margin-bottom: 40px;
    padding: 44px 0;
    border-left: 4px solid #e8e8ea;
}

.address .mid .list .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 110px;
    border-bottom: 1px solid #e8e8ea;
    border-left: 6px solid #007ea1;
    margin-left: -3px;
}
.address .mid .list .item:last-child{
    border-bottom: none;
}

.address .mid .list .item span{
    width: 13%;
    color: #333331;
    font-size: 18px;
    padding-left: 12px;
}
.address .mid .list .item p{
    width: 80%;
    line-height: 30px;
    font-size: 16px;
}










.address .mid .left div{
    float: left;
    height: 176px;
    text-align: center;
    width: 158px;
    border-right: 2px solid #626262;
    padding-left: 26px;
    padding-right: 23px;
}
.address .mid .left h3{
    font-size: 32px;
    color: #333333;
    line-height: 176px;
}
.address .mid .left ul{
    float: left;
    margin-left: 13px;
    padding-right: 13px;
    transform: translateX(3px);
    border-right: 6px solid #007ea2;
}

.address .mid .left li{
    font-size: 24px;
    height: 88px;
    cursor: pointer;
    color: #333333;
    border-bottom: 1px solid #fff;
    padding: 0 23px;
    line-height: 88px;
}
.address .mid .left li.active{
    color: #007ea2;
}
.address .mid .left li:last-child{
    border-bottom: none;
}
.address .mid .right{
    float: left;
    width: 63%;
    border-right: 19px solid #fcfcfd;
}
.address .mid .menutwo{
    height: 266px;
}
.address .mid .menutwo .item{
    float: left;
    height: 50%;
    border-bottom: 1px solid #e7e8ea;
}
.address .mid .menutwo .item:hover span{
    color: #007ea2;
}
.address .mid .menutwo .item:hover p{
    color: #333333;
}
.address .mid .menutwo .item:last-child{
    border-bottom: none;
}
.address .mid .menutwo span{
    float: left;
    width: 15%;
    display: inline-block;
    height: 100%;
    line-height: 133px;
    background: #fcfcfd;
    text-align: center;
    font-size: 20px;
    color: #333333;
    transition: 0.3s;
}
.address .mid .menutwo p{
    float: left;
    width: 85%;
    padding: 0 24px;
    margin-top: 40px;
    color: #898989;
    font-size: 16px;
    line-height: 30px;
    transition: 0.3s;
}
.menutwo{
    display: none;
}

.address .mid .listTwo .left div{
    height: 264px;
}
.address .mid .listTwo .left div h3{
    line-height: 266px;
}
.address .mid .listTwo .menutwo {
    height: 355px;
}
.address .bot{
    float: left;
    width: 100%;
    background: #f6f7f9;
    padding: 17px 17px 17px 0;
    position: relative;
    margin-bottom: 100px;
}

.address .bot span{
    float: left;
    width: 18%;
    text-align: center;
    color: #333333;
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.address .bot img{
    width: 82%;
    float: right;
}







@media screen and (max-width: 1600px){
    .winter .left-memu{
        width: 265px;
    }
    .left-memu{
        width: 230px;
    }
    .main{
        width: 74%;
    }
    .right-main .new .list .time .line{
        width: 63%;
    }
    .winter .take .box{
        height: 500px;
    }
    .winter .take .box .right::after{
        height: 500px;
    }
    .right-main{
        width: 77%;
    }
}
@media screen and (max-width: 1480px){
    .address .mid .right{
        width: 59%;
    }
    .winter .main {
        width: 74%;
    }
}
@media screen and (max-width: 1440px){

    .news .list .time .line{
        width: 63%;
    }
    .right-main .new .list .time .line{
        width: 60%;
    }
    
        
    
    
        
    
    .winter .take .box{
        height: 615px;
    }
    .winter .take .box .right::after {
        content: '';
        position: absolute;
        left: 25%;
        top: 0;
        width: 2px;
        height: 615px;
        background: #e8e8e8;
    }
}

@media screen and (max-width: 1366px){
    .left-memu.active{
        top: 15%;
    }
    .address .mid .left h3{
        font-size: 20px;
    }
    .address .mid .left ul{
        width: 50%;
        margin-left: 0;
        padding-right: 0;
    }
    .address .mid .left li{
        text-align: center;
        font-size: 19px;
    }
    .address .mid .left div{
        width: 50%;
    }
    .address .mid .left{
        width: 36%;
    }
    .news .list .time .line{
        width: 60%;
    }
    .tedian .list li{
        font-size: 18px;
    }
    .right-main .new .list .time .line{
        width: 55%;
    }
    .left-memu{
        width: 205px;
    }
    .right-main{
        width: 78%;
    }
    .right-main{
        width: 75%;
    }
    
        
    
    .winter .main {
        width: 71%;
    }
    .winter .take .box{
        width: 100%;
    }
    .winter .take .box {
        height: 450px;
        margin-bottom: 20px;
    }
    .winter .take .box .right::after {
        content: '';
        position: absolute;
        left: 25%;
        top: 0;
        width: 2px;
        height: 450px;
        background: #e8e8e8;
    }
    .winter .take .box:last-child .right span{
        width: 25%;
    }
    .winter .take .box:last-child .right p {
        width: 75%;
    }
    .winter .take .box:last-child .right::after {
       left: 25%;
    }
    .disease .left-memu {
        width: 22%;
    }
    .disease .main {
        width: 74%;
    }
    .expert .main th{
        font-size: 18px;
    }
    .expert .main td{
        font-size: 18px;
    }

}
@media screen and (max-width: 1200px){
    .address .main{
        width: 67%;
    }
    .address .mid .list .item span{
        width: 18%;
    }
    .winter .main {
        width: 68%;
    }
    .right-main{
        width: 68%;
    }
    .news .list .time .line{
        display: none;
    }
    .tedian .list{
        width: 100%;
    }
    .tedian .list .pic img{
        width: 100%;
    }

    .right-main .new .list .time .line{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .address .main{
        width: 100%;
    }
    .address .mid .list .item span {
        width: 24%;
    }
    .address .mid .list .item p{
        width: 75%;
    }
    .xueshu #item4 .list{
        width: 100%;
    }
    .xueshu #item4 .list p{
        width: 100%;
    }
    .address .top{
        position: relative;
        top: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .address{
        padding-top: 0;
    }
    .address .top p{
        width: 100%;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .address .mid .left{
        width: 100%;
    }
    .address .mid .right{
        width: 100%
    }
    .address .bot{
        padding: 15px;
    }
    .address .bot span{
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 15px;
        font-size: 28px;
        transform: translateY(0);
    }
    .address .bot img{
        width: 100%;
    }
    .fenye > span{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .fenye a{
        margin-left: 0;
    }
    .fenye a:last-child{
        float: right;
    }
    .fenye div{
        width: 100%;
    }
    .guahao .main{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .guahao .main h3{
        font-size: 30px;
    }
    .guahao .erweima{
        margin-top: 75px;
        margin-bottom: 80px;
    }
    .guahao .erweima p{
        font-size: 20px;
    }
    .guahao .owl-carousel {
        width: 100%;
    }
    .expert .main .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .expert .main .owl-carousel{
        width: 100%;
    }
    .expert .main .text{
        width: 100%;
    }
    .expert .main .paiban{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .expert .main table{
        width: 800px;
    }
    .left-memu{
        width: 100%;
        position: relative;
    }
    .right-main{
        width: 100%;
        margin-top: 30px;
    }
    .right-main .mid{
        width: 100%;
    }
    .zhuanqu{
        width: 100%;
        padding-top: 0;
    }
    .left-nav li{
        width: 50%;
        float: left;
    }
    .left-memu .pic{
        float: left;
        width: 100%;
        display: none;
    }
    .characteristic .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .characteristic h3{
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .right-main .new{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .right-main .new .list .time span{
        width: auto;
        font-size: 16px;
    }
    .right-main .new .list .time a{
        width: auto;
        font-size: 16px;
    }
    .right-main .new .list .time .line{
        display: none;
    }
    .right-main .new .list h4 a{
        font-size: 22px;
    }
    .right-main .new .list p{
        font-size: 16px;
        line-height: 26px;
    }
    .right-main .new h3{
        margin-bottom: 50px;
        text-align: center;
    }
    .right-main .new .list{
        width: 100%;
        transform: translateX(0);
        padding: 0;
        margin-bottom: 40px;
    }
    .main{
        width: 100%;
    }
    .about .main .pic img{
        width: 100%;
        margin-bottom: 10px;
    }
    .about .main .pic img:nth-child(2) {
        margin: 0 0 10px 0;
    }
    .about .main li{
        width: 48%;
    }
    .about .main li:nth-child(2n){
        float: right;
    }
    .xueshu .floor .pic img{
        margin-bottom: 10px;
    }
    .xueshu #item1{
        margin-top: 70px;
    }
    .winter .text{
        width: 100%;
    }
    .winter .main .pic{
        width: 100%;
    }
    .tedian .list:last-child li{
        width: 33%;
        line-height: 30px;
    }
    .winter .left-memu{
        width: 100%;
    }
    .winter .main {
        width: 100%;
    }
    .left-nav li{
        width: 49%;
    }
    .left-nav li:nth-child(2n){
        float: right;
    }
    .left-nav a{
        font-size: 16px;
        padding-left: 0;
    }
    .winter .left-nav a{
        padding-left: 0;
    }
    .long .left-nav li{
        width: 100%;
    }
    .xueshu .left-nav a{
        padding-left: 6%;
    }
    .left-nav h3{
        line-height: 70px;
    }
    .winter .make{
        margin-top: 60px;
    }
    .winter .make .title h3{
        font-size: 30px;
    }
    .winter .make .list .item{
        width: 100%;
        margin-bottom: 40px;
    }
    .winter .make .list{
        margin-bottom: 0px;
    }
    .winter .take .box .left span{
        font-size: 20px;
        width: 44px;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .winter .take .box .right li span{
        font-size: 18px;
    }
    .winter .take .box .right li p{
        font-size: 14px;
    }
    .winter .take .box{
        height: 500px;
    }
    .winter .take .box .right::after{
        height: 500px;
    }
    .winter .taboo li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .winter .taboo{
        margin-top: 60px;
    }
    .long .careful .left{
        width: 100%;
    }
    .long .careful .right{
        width: 100%;
    }
    .long .careful{
        margin-top: 80px;
    }
    .long .title{
        margin-bottom: 60px;
    }
    .disease .left-memu {
        width: 100%;
        margin-bottom: 30px;
    }
    .disease .main {
        width: 100%;
    }
    .left-nav a{
        width: 100%;
    }
    .diseaseDetail .list .text{
        width: 100%;
        margin-bottom: 20px;
    }
    .diseaseDetail .list .pic{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 375px){
    .winter .take .box{
        height: 520px;
    }
    .winter .take .box .right::after{
        height: 520px;
    }
}

@media screen and (max-width: 320px){
    .winter .take .box{
        height: 610px;
    }
    .winter .take .box .right::after{
        height: 610px;
    }
}