.navigation {
    position:relative;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background: #ffffff;
    box-shadow: 0 9px 12px rgba(157, 157, 157, .2);
}
.navigation_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    height: 100px;
}
.logo{
    width: 155px;
    margin: 0;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 92%;
}
.navBox{
    max-width: 740px;
    flex: 1;
}
.nav-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navBox .nav-ul>li {
    position: relative;
    text-align: center;
}
/*.header .nav-ul>li:first-child{
    margin-left: 0;
}*/
/*.header .nav-ul>li.current>a{
    color: #ce3038;
}*/
.navBox .nav-ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100px;
    color: #1e1e1e;
    font-weight: bold;
}
/*.header .nav-ul>li>a>img {
    margin-left: 3px;
}*/
/*.header .nav-ul>li:hover>a{
    color: #ce3038;
}*/
.navBox .nav-ul>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #bf3441;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    transition: width .5s linear;
}
.navBox .nav-ul>li:hover>a:after,
.navBox .nav-ul>li.current>a:after{
    width: 100%;
}
.erji{
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    transform: translate(-50%,0);
    width: 230px;
    z-index: 100;
    padding: 35px 0 20px;
    border-radius: 0 0 16px 16px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .66);
    backdrop-filter: blur(10px);
    transition: all 0.6s; 
}
.erji>a {
    display: block;
    font-size: 16px;
    color: #424242;
    margin: 0 0 15px;
    text-align: center;
}

.nav-ul>li:hover .erji:after{
    width: 100%;
}
.erji>a:hover{
    color: #010101;
}
.navBox .nav-ul li:hover .erji {
    display: block;
}
.tel{
    font-size: 15px;
    color: #424242;
    margin-left: 50px;
    padding-left: 45px;
    background: url(/images/tel_sem.png) left center no-repeat;
}
.tel h3{
    font-size: 18px;
    font-weight: bold;
/*    margin-bottom: 3px;*/
}
.tel p{
    font-size: 16px;
}
.banner img{
    width: 100%;
}
.banner_pc{
    position: relative;
}
/*.banner_main{
    position: absolute;
    left: 50%;
    top: 0;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    transform: translate(-50%,0);
}*/
/*a.banner_more{
    position: absolute;
    left: 18.75%;
    bottom: 7.4%;
    display: block;
    width: 19.11%;
    text-align: center;
    transition: all 0.6s;
}
a.banner_more:hover {
    transform: scale(1.05);
}*/
img.mm{
    display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
    background: #ff860f;
}
.ban_zy{
    position: absolute;
    right: 130px;
    bottom: 50px;
    width: 110px;
    height: 50px;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.banner .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.footer{
    color: #ffffff;
    padding: 60px 0 40px;
    background: url(../images/foot.jpg)center no-repeat;
    background-size: cover;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_lf{
    width: 21.6%;
    border-right: 1px solid #736d7d;
}
.foot_lf img{
    max-width: 85%;
}
.foot_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin-right: -22.6%;
}
.foot_flex dl dt{
    font-size: 18px;
    margin-bottom: 35px;
}
.foot_flex dl dt:after{
    content: "";
    display: block;
    width: 23px;
    height: 1px;
    margin-top: 15px;
    background: #ffffff;
}
.foot_flex dl dd a{
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding-right: 8px;
    border-right: 1px solid #ffffff;
    opacity: .61;
}
.foot_flex dl dd a:nth-child(4),
.foot_flex dl dd a:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.foot_flex dl dd a:hover{
    color: #f3a00b;
    opacity: 1;
}
.foot_con{
    font-size: 15px;
    line-height: 28px;
    opacity: .61;
}
.foot_con p{
    margin-bottom: 20px;
}
.foot_img{
    position: relative;
    margin-left: 20px;
    width: 100px;
    padding: 5px;
    border-radius: 10px;
    background: #ffffff;
}
.foot_img:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #ffffff;
}
.foot_ewm{
    display: flex;
    align-items: flex-start;
}
.copy{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
    background: #211730;
}
.copy .main{
    opacity: .5;
}
.foot_copy{
    font-size: 14px;
    line-height: 26px;
    color: #686868;
    text-align: center;
    padding: 15px 0;
    background: #EEEEF0;
}
.title{
    position: relative;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}
.title h2{
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
}
.title h2 span{
    color: #ce3038;
}
.title p{
    font-size: 18px;
    color: #73737e;
    margin-top: 10px;
}
.tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tit i{
    font-size: 16px;
}
.tit i:first-child:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #ce3038;
}
.tit i:last-child:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #ce3038;
}
.title.title_fff,
.title.title_fff p{
    color: #ffffff;
}
/*.title.title_fff i:before,
.title.title_fff i:after{
    background: #ffffff;
}*/
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin: 50px auto 0;
}
.more a{
    display: inline-block;
    min-width: 320px;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 10px;
/*    box-shadow: 0 9px 38px rgba(241, 155, 0, .33);*/
    background: #ce3038;
    transition: all .3s;
}
.more a:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 0 #383838;
/*    background: none;*/
/*    box-shadow: 0 9px 38px rgba(0, 31, 255, .33);*/
}
img.tu2{
    display: none;
}
.doctor{
    margin-top: -75px;
}
.doctor ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctor ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 23.75%;
    padding: 25px 5px 20px 60px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.doctor_img{
    margin-right: 30px;
}
.doctor_ri{
    flex: 1;
}
.doctor_ri h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.doctor1{
    padding: 130px 0;
}
.doctor1_ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctor1_ul ul li{
    width: 23.75%;
    border-radius: 6px;
    padding: 70px 0 65px 60px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.doctor1_ul ul li h3{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #cccccc;
}
.doctor1_ul ul li p{
    font-size: 16px;
    line-height: 32px;
    padding-right: 45px;
    min-height: 128px;
    margin-bottom: 15px;
}
.doctor1_ul ul li a{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.doctor1_ul ul li img{
    margin-right: 15px;
}
.doctor1_ul ul li:hover{
    color: #ffffff;
    background: #ce3038;
}
.doctor1_ul ul li:hover img.tu1{
    display: none;
}
.doctor1_ul ul li:hover img.tu2{
    display: block;
}
.doctor2_tit{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 45px;
    padding-left: 20px;
    border-left: 6px solid #ce3038;
}
.doctor2{
    padding: 130px 0 100px;
    background: url(../images/dc2bj.jpg)top center no-repeat;
    background-size: cover;
}
.doctor2_ul ul li{
    margin-bottom: 30px;
    padding: 40px 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.doctor2_ul ul li h3{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.doctor2_img{
    width: 45px;
    margin-right: 20px;
}
.doctor2_ul ul li p{
    font-size: 18px;
    line-height: 34px;
    min-height: 102px;
}
.doctor2_ul dl{
    display: flex;
    flex-wrap: wrap;
}
.doctor2_ul dl dd{
    font-size: 18px;
    margin-right: 80px;
    padding-left: 40px;
    background: url(../images/dc2jt.png)left center no-repeat;
}
.doctor2_ul dl dd:last-child{
    margin-right: 0;
}
.doctor3{
    padding: 110px 0 130px;
}
.doctor3_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctor3_lf{
    width: 324px;
    margin-right: 30px;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 15px;
    background: url(../images/dc3_03.jpg)no-repeat;
    background-size: cover;
}
.doctor3_lf ul{
    height: 100%;
}
.doctor3_lf ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50%;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}
.doctor3_lf ul li:last-child{
    border-bottom: none;
}
.doctor3_lf ul li h3{
    font-size: 56px;
    font-family: 'erya';
    margin-bottom: 5px;
}
.doctor3_lf ul li p{
    font-size: 24px;
}
.doctor3_ri{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}
.doctor3_ri p{
    width: 23.6%;
    font-size: 22px;
    line-height: 75px;
    color: #424242;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 1px solid #ce3038;
    background: #fdf7f7;
}
.doctor4{
    padding-bottom: 110px;
}
.doctor4_ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctor4_ul ul li{
    width: 18.75%;
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.doctor4_ul ul li img{
    margin: 0 auto;
}
.doctor4_ul ul li h3{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    min-height: 70px;
    margin: 15px 0 0;
    padding-bottom: 5px;
}
.doctor4_ul ul li h3 span{
    font-size: 16px;
}
.doctor4_ul ul li p{
    position: relative;
    font-size: 18px;
    line-height: 31px;
    color: #73737e;
    max-width: 240px;
    margin: 0 auto;
    padding-top: 20px;
}
.doctor4_ul ul li p:after{
    content: "";
    position: absolute;
    left: 9%;
    top: 0;
    width: 82%;
    border-top: 2px dashed #cacaca;
}
.doctor5{
    padding-top: 100px;
    background: url(../images/dc5bj.jpg)top center no-repeat;
    background-size: cover;
}
.doctor5_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.doctor5_lf{
    width: 28.75%;
}
.doctor5_lf .title{
    text-align: left;
    margin-top: 100px;
    margin-bottom: 0;
}
.doctor5_ri{
    width: 66%;
}
.doctor5_ri ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctor5_ri ul li{
    position: relative;
    width: 48.3%;
    height: 320px;
}
.doctor5_ri ul li:nth-child(2n){
    margin-top: 40px;
}
.doctor5_one{
    height: 100%;
    color: #73737e;
    margin-bottom: 40px;
    padding: 45px 50px 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
    transition: all .5s ease;
    overflow: hidden;
}
.doctor5_img{
    display: flex;
    align-items: center;
    height: 45px;
}
.doctor5_one h3{
    color: #383838;
    margin: 30px 0;
}
.doctor5_ri ul li h3{
    font-size: 30px;
    font-weight: bold;
}
.doctor5_ri ul li p{
    font-size: 24px;
    line-height: 38px;
}
.doctor5_hg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 45px 50px 20px 40px;
    transition: all .5s ease;
    transform: rotateY(180deg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(206, 48, 56, .5);
    background: #ce3038;
    opacity: 0;
    z-index: 0;
}
.doctor5_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.doctor5_hg p{
    margin: 30px 0 40px;
}
.doctor5_hg a{
    display: flex;
    align-items: center;
    font-size: 22px;
}
.doctor5_hg a img{
    margin-left: 20px;
}
.doctor5_ri ul li:hover .doctor5_one{
    transform: rotateY(180deg);
    z-index: 0;
}
.doctor5_ri ul li:hover .doctor5_hg{
    opacity: 1;
    transform: rotateY(0deg);
    z-index: 1;
}
.underside{
    padding: 150px 0;
}
.underside img{
    margin: 0 auto;
}