*{
    margin: 0;
    padding: 0;
    list-style: none;
}
.container{
    width: 1400px;
    margin: 0 auto;
}
ul{
    display: flex;
    flex-wrap: wrap;
}

#member{
    width:45px;
    height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d90000;
    cursor: pointer;
    position: fixed;
    z-index:999 ;
    right:60px;
    top:90%;
}
#head{
    width: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index:999;
    background: #fff;
    box-shadow: 0 0 1px rgb(200,200,200);
}
#head .logo{
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
    /*padding:12px 0;*/
}
#head .search{
    width:40px;
    height:40px;
    position: absolute;
    right:280px;
    top:20px;
    cursor: pointer;
}
#head .search img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.searchNav{
    width:100%;
    height:75px;
    box-shadow: 0 0 5px rgb(200,200,200);
    background: #fff;
    position: fixed;
    top:80px;
    z-index:99;
    display: none;
}
.searchNav form{
    width:95%;
    margin:0 auto;
    line-height: 75px;
}
.searchNav form input{
    outline: none;
    border:none;
    border-bottom:1px solid #aaa;
    padding:5px 10px;
}
.searchNav form input:nth-child(1){
    width:85%;
}
.searchNav form input:nth-child(2) {
    width: 10%;
    margin-left: 10px;
    border-bottom: none;
    background: rgb(217, 0, 0);
    border-radius: 8px;
    color: #fff;
}

.logo img{
    height:60px;
    object-fit: cover;
    margin-top:10px;
    float:left;
}
.logo a>span{
    line-height: 80px;
    margin-left:18px;
    font-size:20px;
    color:#000000;
}
.logo div{
    width: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.logo div span{
    width: 100%;
    height: 5px;
    background: #000;
    display: block;
    border-radius: 20px;
    transition: all .5s;
}
.logo div span:nth-child(2){
    margin: 6px 0;
}

#head nav{
    width: 70%;
    float:left;
    /*float: right;*/
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    line-height: 80px;
}
nav ul li{
    flex: 1;
    text-align: center;
    /*border-top: 3px solid transparent;*/
    position: relative;
}
nav ul li:before{
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #d90000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: ease-out .3s;
}
nav ul li:nth-child(1):before{
    width: 100%;
}
nav ul li a{
    color: #000;
    text-decoration: none;
}
nav ul li:hover:before{
    width: 100%;
}

.swiper-container{
    width: 100%;
    height: 630px;
    margin-top:80px;
}
.swiper-container .swiper-wrapper .swiper-slide a{
    width:100%;
    height:100%;
    position: relative;
    z-index:99;
}
.swiper-container .swiper-wrapper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    z-index:1;
}
.swiper-container .swiper-wrapper .swiper-slide .bottom{
    width:100%;
    padding:18px 0;
    line-height: 1.8;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom:0;
    left:0;
    color:#fff;
    z-index:10;
}
.swiper-container .swiper-wrapper .swiper-slide .bottom h4{
    font-weight: normal;
    letter-spacing:1.5px;
    font-size:18px;
    text-align: left;
}
.swiper-container .swiper-wrapper .swiper-slide:before{
    content:'';
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,.2);
    z-index:10;
}
.swiper-button-next:after{
    color:#eee;
    margin-right:260px;
}
.swiper-button-prev:after{
    color:#eee;
    margin-left:260px;
}
.top{
    width:100%;
    height:60px;
    display: flex;
    margin-bottom:50px;
}
.top .left{
    flex:0 60%;
}
.top .right{
    flex:1 40%;
}
.top h2{
    font-size:32px;
    color:#333;
    font-weight: normal;
    margin-bottom:13px;
}
.top h2:before{
    content:"";
    display: inline-block;
    width:30px;
    height:1px;
    background: #333;
    margin-right:7px;
    margin-bottom:7px;
}
.top p{
    color:#AAA;
    font-size:14px;
    font-family: Arial;
    text-align: left;
}


.top .right a{
    float:right;
    line-height: 60px;
    text-decoration: none;
    color:#aaa;
    font-size:16px;
}

.aboutus{
    padding:50px 0;
}
.aboutus .under{
    display: flex;
    justify-content: space-between;
}
.aboutus .left{
    width:48%;
}
.aboutus .left h3{
    font-weight: 100;
    font-size:31px;
    letter-spacing: 2px;
    text-align: center;
}
.aboutus .under .left>p{
    text-align: center;
    color:#555;
    font-size:15px;
    letter-spacing: 1px;
    margin:10px 0 30px 0;
}
.aboutus .left .content{
    line-height: 2.3;
    text-indent: 2em;
    color:#666;
    margin-bottom:5px;
}
.aboutus .left .more{
    display: inline-block;
    width:140px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:15px;
    margin-left:50%;
    margin-top:55px;
    transform: translateX(-50%);
    position: relative;
    background: #fd0000;
    transition: all .3s;
    overflow: hidden;
}

.aboutus .left .more:after{
    content:"";
    display: block;
    width:150px;
    height:15px;
    background:#fff;
    position: absolute;
    right:-100px;
    top:0;
    transform: rotate(45deg);
    transition: all 1s;
    filter: blur(7px);
}
.aboutus .left .more:hover:after{
    right:120px;
}
.aboutus .left .more a{
    color:#fff;
}
.aboutus .right{
    width:48%;
    overflow: hidden;
}
.aboutus .right img{
    width:100%;
}

.party{
    padding:50px 0;
}
.party .under{
    display: flex;
    justify-content: space-between;
}
.party .under .left {
    width:48%;
}
.party .under .left img{
    width:100%;
}
.party .under .right{
    width:48%;
}
.party .under .right ul{
    width:90%;
    display: flex;
    flex-wrap: wrap;
    margin-left:5%;
}
.party .under .right ul li{
    flex:1 80%;
    margin:13px 0;
}
.party .under .right ul li a{
    font-size:18px;
    color:#333;
}
.party .under .right ul li a span{
    float:right;
}
.party .under .right ul li:hover a{
    color:rgb(217,10,0);
    text-decoration: underline;
}
.affiche{
    padding:60px 0 80px 0;
    background: rgb(215,67,57);
    color: #fff;
}
.affiche .top h2:before{
    background: #fff !important;
}
.affiche .top h2,
.affiche .top p,
.affiche ul li p,
.affiche ul li .more a
{
    color: #f5f5f5 !important;
}
.affiche ul li h3{
    color: #fff !important;
}
.affiche ul{
    width:100%;
    display: flex;
}
.affiche ul li{
    flex:1 30%;
    margin-right:30px;
}
.affiche ul li:last-child{
    margin-right:0;
}
.affiche ul li p{
    color:#aaa;
    font-size:16px;
}
.affiche ul li h3{
    font-size:18px;
    color: #333;
    font-weight:normal;
    margin:5px 0;
    padding-top:5px;
}
.affiche ul li i{
    display: block;
    width:100%;
    height:2px;
    background: rgba(121,121,121,.15);
    margin:15px 0 20px 0;
}
.affiche ul li i:before{
    content:'';
    display: block;
    width:10%;
    height:2px;
    background: #aaa;
    transition: all .7s;
}
.affiche ul li:hover i:before{
    width:100%;
}
.affiche ul li .content{
    font-size:14px;
    line-height: 2;
    color:#333;
}
.affiche ul li .more{
    font-size:14px;
    margin-top:35px;
}
.affiche ul li .more a{
    text-decoration: none;
    color:#d90000;
}
.doctor{
    width:100%;
    padding:50px 0 80px 0;
    background: rgb(250,250,250);
}
.doctor ul{
    width:100%;
    display: flex;
    margin-top:70px;
}
.doctor ul li{
    flex:1;
    margin:0 20px;
    padding:20px 20px 40px 20px;
    overflow: hidden;
    transition: all .5s;
    position: relative;
    background: rgb(245,245,245);
}
.doctor ul li:before{
    content:'';
    display: block;
    position: absolute;
    left:-100%;
    bottom:0;
    width:100%;
    height:3px;
    background: rgb(217,0,0);
    border-radius: 5px;
    z-index:20;
    transition: all .5s;
}
.doctor ul li:hover:before{
    left:0;
}
.doctor ul li:after{
    content:'';
    display: block;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background: rgb(204,204,204);
    border-radius: 5px;
}
.doctor ul li a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.doctor ul li .img{
    width:100%;
    height:130px;
    margin-bottom:15px;
}
.doctor ul li img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.4);
}
.doctor ul li h2{
    font-size:20px;
    font-weight: normal;
    text-align: center;
    color:#333;
    margin:30px 0 15px 0;
}
.doctor ul li p{
    font-size:14px;
    color:#999;
    line-height: 1.8;
    text-align: center;
}

.aboutUs{
    width:100%;
    padding:90px 0;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.4)),url("../images/veer-153760651.webp") no-repeat 50% 50%;
    background-size: cover;
    color:#fff;
}
.aboutUs .box{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.aboutUs .box h2{
    font-size:42px;
    letter-spacing: 4px;
    font-weight: normal;
    padding:12px 7px;
    line-height: 45px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}
.aboutUs .box h2:before{
    content:'';
    display: block;
    width:100%;
    position: absolute;
    height:2px;
    background: #e8a651;
    left:0;
    top:0;
    transition: all .5s;
}
.aboutUs .box h2:after{
    content:'';
    display: block;
    width:100%;
    position: absolute;
    height:2px;
    background: #e8a651;
    left:0;
    bottom:0;
    transition: all .5s;
}
.aboutUs .box h2:hover:before{
    left:-100%;
}
.aboutUs .box h2:hover:after{
    left:100%;
}
.aboutUs .box h2 a{
    color:#fff;
}
.aboutUs .box p{
    width:80%;
    font-size:21px;
    margin-top:30px;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 3px;
    font-weight: 100;
    text-indent: 2em;
}
.hall{
    padding:50px 0;
}
.hall .container{
    display: flex;
    justify-content: space-between;
}
.hall .count_left{
    flex:0 49%;
}
.hall .count_right{
    flex:0 49%;
}
.count_right .top .left{
    flex: 0 75%;
}
.hall ul{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.hall ul li{
    flex:1 80%;
    padding:7px 10px;
    margin:10px;
    overflow: hidden;
    background: rgb(250,250,250);
    border:1px solid transparent;
    border-radius: 5px;
}
.hall ul li:hover .right h2{
    color:#d90000;
}
.hall ul li .left{
    width:40%;
    height:100%;
    float:left;
    overflow: hidden;
}
.hall ul li .left img{
    width:100%;
    height:185px;
    object-fit: cover;
    transition: all .5s;
}
.hall ul li:hover .left img{
    transform: scale(1.2);
}
.hall ul li .right{
    width:55%;
    float:left;
    margin-left:20px;
    padding:20px 0;
}
.hall ul li .right h2{
    font-size:20px;
    color:#222;
    margin:5px 0 15px 0;
    transition: all .3s;
}
.hall ul li .right .center{
    width:100%;
    height:20px;
    margin-bottom:13px;
}
.hall ul li .right .teacher{
    float:left;
    color:#333;
    font-size:15px;
}
.hall ul li .right span{
    float:right;
    margin-right:5px;
    color:#333;
    font-size:15px;
}
.hall ul li p{
    color:#555;
    font-size:13px;
    line-height: 1.7;
}
.gallery{
    background: rgb(250,250,250);
}
.mySwiper1 .swiper-wrapper .swiper-slide1 a{
    height:100%;
}
.mySwiper1 .swiper-wrapper .swiper-slide1 a img{
    object-fit: cover;
}

.dynamic{
    padding:50px 0;
    /*border-top:2px dashed #eee;*/
    border-bottom:2px dashed #eee;
}
.dynamic nav{
    height:30px;
    position: relative;
}
.dynamic nav i{
    width:64px;
    height:2px;
    background:#d90000;
    position: absolute;
    left:0;
    bottom:0;
    transition: all .5s;
}
.dynamic nav div{
    float:left;
    font-size:16px;
    transition: all .5s;
    cursor: pointer;
}
.dynamic nav span{
    display: block;
    width:1.5px;
    height:17px;
    background: #333333;
    float:right;
    margin:0 17px;
    margin-top:3px;
    transform: rotate(25deg);
}
.dynamic nav .show{
    color:#d90000
}
.dynamic .container{
    overflow: hidden;
}
.dynamic ul{
    width:400%;
    display: flex;
    margin-top:30px;
    position: relative;
    left:0;
}
.dynamic ul li{
    width:1400px;
    display: flex;
}
.dynamic ul li>div{
    flex:1 30%;
}
.dynamic ul li .left{
    width:100%;
    background: #f5f5f5;
    margin-right:22px;
    padding:20px;
}
.dynamic ul li .left h2{
    font-weight: normal;
    font-size:20px;
    color:#333;
    height:60px;
    line-height: 30px;
}
.dynamic ul li .left img{
    width:100%;
    height:275px;
    object-fit: cover;
}
.dynamic ul li .left .date{
    font-weight: bolder;
    font-size:16px;
    color:#999;
    margin-bottom:20px;
}
.dynamic ul li .left p{
    color:#888;
    font-size:14px;
    margin-bottom:65px;
    line-height: 2;
}
.dynamic ul li .left:hover h2,.dynamic ul li .left:hover .date{
    color:#d90000;
}
.dynamic ul li .center{
    width:100%;
    margin-right:22px;
    display: flex;
    flex-wrap: wrap;
}
.dynamic ul li .center .t{
    flex:1 60%;
    margin-bottom:22px;
    background: #f5f5f5;
    padding:0 40px;
}
a{
    text-decoration: none;
}
.dynamic ul li .center .t .dat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0;
    border-bottom:1px solid #e6e6e6;
}
.dynamic ul li .center .t:hover .dat .lef .day,
.dynamic ul li .center .t:hover .dat .lef .mon,
.dynamic ul li .center .t:hover h3{
    color:#d90000;
}
.dynamic ul li .center .t .dat .day{
    font-size:46px;
    font-weight: bolder;
    color:#999;
}
.dynamic ul li .center .t .dat .mon{
    font-size:14px;
    color:#999999;
    font-weight: bolder;
}
.dynamic ul li .center .t .dat .rig{
    color:#888;
    font-size:20px;
}
.dynamic ul li .center .t h3{
    margin:20px 0;
    font-size:18px;
    color:#333;
    font-weight: normal;
}
.dynamic ul li .center .t h5{
    font-size:14px;
    color:#888;
    font-weight: normal;
}
.dynamic ul li .center .t:nth-child(2){
    margin-bottom:0;
}
.dynamic ul li .right{
    padding:0 40px;
    background: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
}
.dynamic ul li .right .nlist{
    flex:1 80%;
    border-bottom:1px solid #e6e6e6;
    padding:25px 0;
}
.dynamic ul li .right .nlist:hover .lef .day,
.dynamic ul li .right .nlist:hover .lef .mon,
.dynamic ul li .right .nlist:hover h3{
    color:#d90000;
}
.dynamic ul li .right .nlist a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dynamic ul li .right .nlist:last-child{
    border:none;
}

.dynamic ul li .right .nlist .lef .day{
    font-size:46px;
    font-weight: bolder;
    color:#999;
}
.dynamic ul li .right .nlist .lef .mon{
    font-size:14px;
    color:#999999;
    font-weight: bolder;
}
.dynamic ul li .right .nlist .rig{
    color:#888;
    font-size:20px;
}
.dynamic ul li .right .nlist h3{
    font-size:18px;
    color:#333;
    font-weight: normal;
}
.dynamic ul li div .t{
    overflow: hidden;
}
.dynamic ul li div .t img{
    width:100%;
    object-fit: cover;
    transition: all .5s;
}
.dynamic ul li div .t:hover img{
    transform: scale(1.2);
}
.dynamic ul li .left .t{
    margin-bottom:10px;
}
.dynamic ul li .left .t:nth-child(2){
    margin:0;
}
.dynamic .more{
    display: inline-block;
    width:140px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:15px;
    margin-left:50%;
    margin-top:55px;
    transform: translateX(-50%);
    position: relative;
    background: #fd0000;
    transition: all .3s;
    overflow: hidden;
}

.dynamic .more:after{
    content:"";
    display: block;
    width:150px;
    height:15px;
    background:#fff;
    position: absolute;
    right:-100px;
    top:0;
    transform: rotate(45deg);
    transition: all 1s;
    filter: blur(7px);
}
.dynamic .more:hover:after{
    right:120px;
}
.dynamic .more a{
    color:#fff;
}

ody{
    overflow-x: hidden;
}
.friendLink{
    padding:50px 0;
}
.friendLink .top{
    margin-bottom:70px;
}
.swiperss {
    width: 100%;
    height: 100%;
    margin-bottom:50px;
    overflow: hidden;
}

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

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

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blogroll{
    width:100%;
    padding:50px 0;
}
footer{
    background: rgb(51,51,51);
}
.blogroll ul{
     width:100%;
     display: flex;
 }
.blogroll ul li{
    flex:1;
    color:#fff;
    margin-right:60px;
}

.blogroll ul li:last-child{
    margin-right:0;
}
.blogroll ul li h2 a{
    color:#ccc;
    text-decoration: none;
}
.blogroll ul li h2{
    font-size:22px;
    margin-bottom:20px;
    font-weight: normal;
    border-bottom:1px solid #666;
    padding-bottom:15px;
}
.blogroll ul li p{
    font-size:15px;
    color:#bbb;
    margin-bottom:10px;
}
.blogroll ul li b{
    line-height: 1.7;
    font-size:14px;
    color:#999;
    font-weight: normal;
    margin-bottom:10px;
    letter-spacing: 1px;
}
.blogroll ul li p a{
    color: #ccc;
    text-decoration: none;
}
.blogroll ul li .code{
    width:80px;
}
.blogroll ul li .code img{
    width:100%;
    margin-bottom: 5px;
}
.copyright{
    width:100%;
    padding:25px 0;
    text-align: center;
    font-size:16px;
    letter-spacing: 1px;
    color:#aaa;
    border-top:1px solid #666;
}


#consultant{
    padding: 50px 0;
    display: block;
    overflow: hidden;
    border-top:2px dashed #eee;
    border-bottom:2px dashed #eee;
}
#consultant .consultant-left{
    width: 45%;
    height: 100%;
    float: left;
    transform: translateY(20%);
}
.consultant-left h2{
    font-size: 31px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 30px;
}
.consultant-left p{
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 2.3;
    margin-bottom: 10px;
}
.consultant-left h4{
    color: #666;
    font-weight: normal;
    margin-top: 30px;
}
.consultant-left h4 span{
    font-weight: bold;
}
#consultant .consultant-right{
    width: 45%;
    height: 500px;
    float: right;
}
.consultant-right .imgall{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.consultant-right img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #eee;
    box-shadow: 1px 1px 4px #eee;
    transition: all .5s;
    position: relative;
    z-index: 1;
}
.consultant-right .imgall div{
    position: absolute;
    z-index: 1;
}
.consultant-right .imgall div:hover{
    z-index: 999;
}
.consultant-right .imgall div:hover img{
    transform: scale(2.5);
    border: none;
    box-shadow: none;
}
.consultant-right .imgall div:hover .largeimg{
    transform: scale(1.2);
}
.consultant-right .largeimg{
    width: 140px;
    height: 140px;
}
.consultant-right .imgall>div:nth-child(1){
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
}
.consultant-right .imgall>div:nth-child(2){
    left: 50%;
    top: 82%;
    transform: translate(-50%,-82%);
}
.consultant-right .imgall>div:nth-child(3){
    left: 19.5%;
    top: 40%;
    transform: translate(-19.5%,-40%);
}
.consultant-right .imgall>div:nth-child(4){
    right: 19.5%;
    top: 40%;
    transform: translate(19.5%,-40%);
}
.consultant-right .imgall>div:nth-child(5){
    left: 5%;
    top: 17%;
    transform: translate(-5%,-17%);
}
.consultant-right .imgall>div:nth-child(6){
    left: 17%;
    top: 17%;
    transform: translate(-17%,-17%);
}
.consultant-right .imgall>div:nth-child(7){
    left: 29%;
    top: 17%;
    transform: translate(-29%,-17%);
}
.consultant-right .imgall>div:nth-child(8){
    left: 41%;
    top: 17%;
    transform: translate(-41%,-17%);
}
.consultant-right .imgall>div:nth-child(9){
    right: 5%;
    top: 17%;
    transform: translate(5%,-17%);
}
.consultant-right .imgall>div:nth-child(10){
    right: 17%;
    top: 17%;
    transform: translate(17%,-17%);
}
.consultant-right .imgall>div:nth-child(11){
    right: 29%;
    top: 17%;
    transform: translate(29%,-17%);
}
.consultant-right .imgall>div:nth-child(12){
    right: 41%;
    top: 17%;
    transform: translate(41%,-17%);
}
.consultant-right .imgall>div:nth-child(13){
    left: 17%;
    top: 1%;
    transform: translate(-17%,-1%);
}
.consultant-right .imgall>div:nth-child(14){
    left: 29%;
    top: 1%;
    transform: translate(-29%,-1%);
}
.consultant-right .imgall>div:nth-child(15){
    right: 17%;
    top: 1%;
    transform: translate(17%,-1%);
}
.consultant-right .imgall>div:nth-child(16){
    right: 29%;
    top: 1%;
    transform: translate(29%,-1%);
}
.consultant-right .imgall>div:nth-child(17){
    left: 4.5%;
    top: 33%;
    transform: translate(-4.5%,-33%);
}
.consultant-right .imgall>div:nth-child(18){
    left: 4.5%;
    top: 49%;
    transform: translate(-4.5%,-49%);
}
.consultant-right .imgall>div:nth-child(19){
    right: 4.5%;
    top: 33%;
    transform: translate(4.5%,-33%);
}
.consultant-right .imgall>div:nth-child(20){
    right: 4.5%;
    top: 49%;
    transform: translate(4.5%,-49%);
}
.consultant-right .imgall>div:nth-child(21){
    left: 31%;
    top: 67%;
    transform: translate(-31%,-67%);
}
.consultant-right .imgall>div:nth-child(22){
    left: 19%;
    top: 67%;
    transform: translate(-19%,-67%);
}
.consultant-right .imgall>div:nth-child(23){
    left: 31%;
    top: 83%;
    transform: translate(-31%,-83%);
}
.consultant-right .imgall>div:nth-child(24){
    right: 31%;
    top: 67%;
    transform: translate(31%,-67%);
}
.consultant-right .imgall>div:nth-child(25){
    right: 19%;
    top: 67%;
    transform: translate(19%,-67%);
}
.consultant-right .imgall>div:nth-child(26){
    right: 31%;
    top: 83%;
    transform: translate(31%,-83%);
}
.consultant-right .imgall>div:nth-child(27){
    left: 44%;
    bottom: -5px;
    transform: translateX(-44%);
}
.consultant-right .imgall>div:nth-child(28){
    right: 44%;
    bottom: -5px;
    transform: translateX(44%);
}
@media (max-width: 1440px) {
    #consultant .container{
        width: 90%;
    }
    #consultant .consultant-left{
        width: 100%;
    }
    #consultant .consultant-right{
        margin-right: 50%;
        margin-top: 100px;
        transform: translateX(50%);
        width: 630px;
    }
}
@media (max-width: 650px){
    #consultant .consultant-right{
        width: 540px;
        height: 440px;
        margin-top: 120px;
    }
    #consultant .consultant-right img{
        transform: scale(0.8);
    }
    #consultant .consultant-right img:hover{
        transform: scale(1.5);
    }
}
@media (max-width: 550px){
    #consultant .consultant-right{
        width: 450px;
        height: 340px;
        margin-top: 120px;
    }
    #consultant .consultant-right img{
        transform: scale(0.65);
    }
    #consultant .consultant-right img:hover{
        transform: scale(1.1);
    }
}




@media (max-width: 1800px) {
    #head .search{
        right:100px;
    }
}
@media (max-width: 1620px){
    #head .search{
        right:20px;
    }
}
@media (max-width: 1420px) {
    .container{
        width:90%;
    }
    #consultant .consultant-left{
        transform: translateY(0);
    }
    #member{
        right:10px;
    }
    .doctor ul li{
        flex:1;
        margin:0;
        margin-right:14px;
    }
}
@media (max-width: 1370px) {
    .dynamic ul li .right .nlist .rig{
        width:30px;
        height:30px;
    }
    .dynamic ul li .right .nlist .lef .day{
        font-size:40px;
    }
    .dynamic ul li .center .t .dat .day{
        font-size:40px;
    }
    .dynamic ul li .right .nlist a{
        flex-wrap: wrap;
    }
    .dynamic ul li .right .nlist a h3{
        flex:1 80%;
    }
    .dynamic ul li .right .nlist h3{
        font-size:16px;
        margin-left:10px;
    }
    .dynamic ul li .right .nlist .lef{
        width:60px;
    }
}
@media (max-width: 1330px) {
    .party .under .right ul li a{
        font-size:16px;
    }
    .party .under .right ul li a span{
        font-size:14px;
    }
}
@media (max-width: 1100px) {
    .party .under{
        flex-wrap: wrap;
    }
    .party .under>div{
        flex:1 80%;
    }
    .party .under .right{
        margin-top:40px;
    }
}
@media (max-width: 470px){
    .party .under .right ul li a span{
        display: none;
    }
    #nav
}
@media (max-width: 1200px) {
    .hall .container{
        flex-wrap: wrap;
    }
    .hall .count_left{
        flex:1 80%;
    }
    .hall .count_right{
        flex:1 80%;
        margin-top:40px;
    }
}
@media (max-width: 1050px) {
    #head .logo{
        width:100%;
    }
    #head nav{
        width:100%;
        display: none;
    }

    .swiper-button-next:after{
        color:#eee;
        margin-right:60px;
    }
    .swiper-button-prev:after{
        color:#eee;
        margin-left:60px;
    }

    .logo div{
        display: block;
        display: flex;
    }
    .aboutus .under{
        flex-wrap: wrap;
    }
    .aboutus .left{
        width:100%;
        margin-bottom:50px;
    }
    .aboutus .right{
        width:100%;
    }
    .dynamic ul li{
        flex-wrap: wrap;
    }
    .dynamic ul li>div{
        flex:1 40%;
        margin-bottom:30px;
    }
    .dynamic ul li .center{
        margin-right:0;
    }
    .doctor ul{
        flex-wrap: wrap;
    }
    .doctor ul li{
        flex:1 30%;
        margin:20px;
    }
    .aboutUs .box p{
        text-align: center;
    }
    .aboutUs .box p span{
        float:right;
    }
}
@media (max-width: 900px) {

    .blogroll ul{
        flex-wrap: wrap;
    }
    .blogroll ul li{
        flex:1 40%;
        margin-bottom:40px;
    }
}
@media (max-width: 830px) {
    .searchNav form input:nth-child(1){
        width:75%;
    }
    .searchNav form input:nth-child(2){
        width: 15%;
    }
}
@media (max-width: 700px) {
    .affiche ul{
        flex-wrap: wrap;
    }
    .affiche ul li{
        flex:1 80%;
        margin-bottom:40px;
    }
    nav ul li{
        flex:1 80%;
    }
    #head nav{
        height:640px;
    }
    .blogroll ul{
        flex-wrap: wrap;
    }
    .blogroll ul li{
        flex:1 80%;
        margin-bottom:30px;
    }
    .logo div{
        right:10%;
    }
}
@media (max-width: 570px) {
    .dynamic ul li>div{
        flex:1 80%;
    }
    .dynamic ul li .left{
        margin-right:0;
    }
    .dynamic ul li .center .t{
        padding-bottom:40px;
    }
    .hall ul li .left{
        width:100%;
        height:200px;
    }

    .hall ul li .right{
        width:100%;
        margin-left:0;
        padding:15px 10px;
    }
    .hall ul li p{
        width:95%;
    }
    .hall ul li .right h2{
        font-size:18px;
    }
    .doctor ul li{
        flex:1 80%;
    }
    .aboutUs .box p{
        width:100%;
    }
    .swiper-container{
        height:450px;
    }
    #head .search{
        top:17px;
    }
    .party .under .right ul li a{
        font-size:16px;
    }

}

.hall ul li:hover .right h2{
    color:#d90000;
}
.hall ul li:hover .right h2 a{
    color:#d90000;
}
.hall ul li .right h2 a b{
    color:#000;
    transition: all .5s;
}
.hall ul li:hover .right h2 a b{
    color:#d90000;
}

.affiche ul li i:before{
    background-color:#fff ;
}
@media (max-width: 500px) {
    #moveDiv{
        display: none;
    }
    .logo div{
        right:12%
    }
    .logo div span{
        width:80%;
        height:4px;
    }
    #head .search{
        top:20px;
        right:10px;
    }
    .swiper-container{
        height:350px;
    }
    .swiper-container .swiper-wrapper .swiper-slide .bottom h4{
        font-size:13px;
    }
    .top h2{
        font-size:26px;
    }
    .aboutus .left h3{
        font-size:26px;
    }
    .aboutus .under .left>p{
        font-size:13px;
    }
    .party .under .right ul li a{
        font-size:14px;
    }
    .party .under .right ul li a span{
        font-size:12px;
    }
    .hall ul li{
        padding: 0;
        margin: 0;
    }
}


