body{
    width: 100vw;
    height: 100vh;
    background: url("../img/indexbg.jpg") no-repeat center/100% 100%;
    position: relative;
}
.logo{
    position: absolute;
    width: 20%;
    display: block;
    left: 2%;
    top: 5%;
}
.left_part{
    width: 30%;
    position: absolute;
    top: 15%;
    left: 12%;
}
.left_part>img{
    display: block;
    width: 100%;
}
.left_part>p{
    color: #3B0D0D;
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
}
.right_part{
    width: 43%;
    position: absolute;
    top: 7%;
    right: 12%;
}
.menu_list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.menu_list>a{
    width: 19%;
    background: url("../img/menubg.png") no-repeat center/100% 100%;
    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
    padding:8px 0;
    font-size: 15px;
    letter-spacing: 2px;
}
.info_des_part1{
    height: 33vh;
}
.info_des{
    box-sizing: border-box;
    padding:5% 5% 0 5%;
}
.nav_img{
    display: block;
    width: 20%;
}
.info_des_top{
   position: relative;
    margin-top: 20px;
}
.info_des_top_left{
    width: 60%;
    background: url("../img/swiperbg.png") no-repeat center/100% 100%;
    box-sizing: border-box;
    padding: 2.5% 5%;
    height: 25vh;
    top: 0;
    left: 0;
    position: absolute;
}
.swiper-slide>img{
    height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.info_des_top_right{
    width: 45%;
    box-sizing: border-box;
    padding: 2.5% 2.5% 2.5% 7.5%;
    background: #A36448;
    height: 25vh;
    top: 0;
    right: 0;
    position: absolute;
}

.info_des_top_right{

}
.info_des_top_right_txt>p{
    text-indent: 2em;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 25px;
}
.info_des_top_right_txt>a{
    position: absolute;
    right: 2.5%;
    bottom: 2.5%;
    color: #FFFFFF;
    font-size: 12px;
}
.info_des_menu{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 2.5% 2.5% 2.5%;
}
.info_des_menu>a{
    width: 24%;
    background: url("../img/menubg.png") no-repeat center/100% 100%;
    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
    padding:8px 0;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.doctor_des{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 3% 4%;
    background: url("../img/mandesbg.png") no-repeat center/100% 100%;
    height: 20vh;
    width: 90%;
    margin: 0 auto;
}
.doctor_des>p{
    height: 100%;
    writing-mode:tb-rl;
}
.doctor_des>p:first-child{
    width: 95%;
    background: #E9C7B9;
    box-sizing: border-box;
    border: 4px solid #BA795C;
    color: #764E49;
    font-size: 13px;
    line-height: 22px;
    padding: 2.5%;
    letter-spacing: 2px;
}
.doctor_des>p:nth-child(2){
    width: 5%;
    background: #BA795C;
    color: #FFFFFF;
    align-items: center;
    font-weight: bolder;
    font-size: 15px;
    box-sizing: border-box;
    padding: 1.5% 1.5% 0 0;
}
.footer{
    position: absolute;
    width: 65%;
    left: 20%;
    bottom: 5%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.gainfo{
    position: relative;
    padding-left: 1.5%;
}
.gainfo:before{
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    left:0%;
    top: 2px;
    background: url("../img/icon1.png") no-repeat center/100% 100%;
}