@font-face {
    font-family: 'iconfont';
    /* Project id 2814404 */
    src: url('//at.alicdn.com/t/font_2814404_apfxb6ufzyt.woff2?t=1651892105313') format('woff2'), url('//at.alicdn.com/t/font_2814404_apfxb6ufzyt.woff?t=1651892105313') format('woff'), url('//at.alicdn.com/t/font_2814404_apfxb6ufzyt.ttf?t=1651892105313') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.rmt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;
}

.honor_box{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;
}

.honor_box .item{
    width: 32%;
    height: auto;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2vw;
}

.honor_box .item:nth-child(3n){
    margin-right: 0%;
}

.rmt .img{
    width: 200px;
    height: auto;
    position: relative;
    margin-right: 25px;
    background: #f9f9f9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.rmt p{
    text-align: center;
    line-height: 43px;
    position: relative;
    font-size: 16px;
}

.ckhf_box{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 3vw;
}
.ck_t{
    background: #1e6cb5;
    color: #fff;
}
.ck_t,.ck_d{
    width: 100%;
    display: table;
    border-collapse: collapse;
}
.ck_t>div,.ck_d>div{
    display: table-cell;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 25px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    width: 10%;
}

.ck_t>div:nth-child(1),.ck_t>div:nth-child(2),.ck_d>div:nth-child(1),.ck_d>div:nth-child(2){
    width: 30%;
}

.ck_d>div{
    border-top: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}


/*å©Šæˆå§©æžã„©äº¾*/

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #555555;
}


/*å©Šæˆæ½¡*/

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #1e6db6;
}


/*å©Šæˆæ½¡éå Ÿç‰*/

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: rgba(85, 85, 85, 0.4);
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: white;
}

header .top {
    width: 100%;
    display: flex;
    padding: 1vw 13vw;
    position: relative;
    z-index: 99;
    background: white;
}

header .top .logo {
    width: 30vw;
}

header .top .serach {
    height: 34px;
    background-color: #efefef;
    border-radius: 17px;
    display: inline-block;
    margin-left: 10vw;
    margin-top: 2vw;
    margin-right: 1vw;
}

header .top .serach input {
    width: 12vw;
    height: 28px;
    margin-top: 5px;
    margin-left: 1vw;
    background: transparent;
    border: transparent;
    outline: none;
}

header .top .serach i {
    font-size: 20px;
    position: relative;
    top: 2px;
    padding: 0px 8px;
    cursor: pointer;
}

header .top .phone {
    height: 34px;
    display: inline-block;
    color: #1e6cb5;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
}

header .top .btnBottom {
    display: flex;
}

header .top .zixun {
    width: 6vw;
    margin-right: 1vw;
    cursor: pointer;
}

header .top .yuyue {
    width: 6vw;
    cursor: pointer;
}

header nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: white;
}

header nav .nav {
    width: 100%;
}

header nav .nav ul {
    width: 100%;
    height: 51px;
    position: relative;
    float: left;
    padding: 0 3vw 0 11vw;
    display: inline-block;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: white;
}

header nav .nav ul .home {
    font-size: 25px;
    line-height: 50px;
    position: absolute;
    left: 7vw;
    cursor: pointer;
}

header nav .nav ul .home span {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    top: -2px;
    left: 5px;
}

header nav .nav ul .level1 {
    line-height: 50px;
    list-style: none;
    width: 11vw;
    height: 50px;
    display: inline-block;
    float: left;
    border-left: 1px solid #e7e7e7;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #333333;
}

header nav .nav ul .level1 a {
    display: block;
    font-weight: bold;
}

header nav .nav ul .level1 .navS {
    width: 100%;
    height: auto;
    padding: 0px;
    position: absolute;
    background: #fff;
    display: flex;
    left: 0;
    top: 50px;
    display: none;
}

header nav .nav ul .level1:hover .navS{
    display: block;
}

header nav .nav ul .level1 .navS .title {
    text-align: center;
    padding: 0 3.5vw;
    border-right: 1px solid #6298cb;
    display: none;
}

header nav .nav ul .level1 .navS .title .en {
    color: white;
    opacity: 0.7;
    text-transform: uppercase;
}

header nav .nav ul .level1 .navS .title .cn {
    color: white;
    font-weight: inherit;
}

header nav .nav ul .level1 .navS .navs {
    width: 100%;
    display: block;
    margin-top: 0;
}

header nav .nav ul .level1 .navS .navs .item {
    width: 100%;
    display: block;
    height: auto;
}

header nav .nav ul .level1 .navS .navs .item a {
    font-weight: inherit;
    display: block;
}

header nav .nav ul .level1 .navS .navs .item a:hover {
    color: #1e6cb5;
}

header nav .nav ul .level1 .navS .btnItem {
    float: right;
    margin-top: -1vw;
    display: flex;
    display: none;
}

header nav .nav ul .level1 .navS .btnItem .item {
    color: white;

}

header nav .nav ul .level1 .navS .btnItem .item img {
    width: 3.5vw;
    margin: 0 auto;
}

header nav .nav ul .level1 .navS .btnItem .item p {
    font-weight: 400;
}

header nav .nav ul .zj .navS {
    padding: 2vw 13vw 2vw 12vw;
    transform: translateX(-22.2%) translateY(-100%);
}

header nav .nav ul .zj .navS .title {
    padding: 0 1vw;
}

header nav .nav ul .zj .navS .navs {
    width: 32vw;
    margin-top: -1vw;
}

header nav .nav ul .zj .navS .navs .item {
    width: 33.33%;
    height: 2vw;
}

header nav .nav ul .zj .navS .navs .item a {
    margin-left: 1vw;
    text-align: left;
}

header nav .nav ul .ts .navS {
    padding: 2vw 13vw 2vw 12vw;
    transform: translateX(-33.2%) translateY(-100%);
}

header nav .nav ul .ts .navS .title {
    padding: 0 1vw;
}

header nav .nav ul .ts .navS .navs {
    width: 32vw;
    margin-top: -1vw;
}

header nav .nav ul .ts .navS .navs .item {
    width: 33.33%;
    height: 2vw;
}

header nav .nav ul .ts .navS .navs .item a {
    margin-left: 1vw;
    text-align: left;
}


header nav .nav ul .zp .navS .navs .item {
    width: 100%;
    height: auto;
}


header nav .nav ul .level1:hover {
    background: #1e6cb5;
}

header nav .nav ul .level1:hover>a {
    color: #fff;
}


header nav .nav ul .level1:last-child {
    border-right: 1px solid #e7e7e7;
}

header nav .nav ul .active {
    background: #1e6cb5;
}

header nav .nav ul .active>a {
    color: white;
}



header nav .nav ul .level1:first-child::after {
    content: inherit;
}

footer {
    background: #0d3663;
   
}

.footer {
    
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer .left{
    width: calc(100% - 300px);
    background: rgba(255, 255, 255, .1);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.footer .left .item{
    width: calc(100% / 3);
    height: auto;
    position: relative;
    text-align: center;
}

.footer .left .item:last-child:after{
    display: none;
}

.footer .left .item:after{
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: rgba(255,255,255,.1);
}

.footer .left .item b{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer .left .item p{
    line-height: 25px;
}

.footer .right{
    width: 265px;
    display: flex;
    justify-content: space-between;
}

.footer .right .img{
    width: 120px;
    height: auto;
    position: relative;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, .1);
}

.footer .right .img p{
    margin-top: 5px;
}

footer .footer {
    padding: 4vw 14vw;
    display: flex;
    justify-content: space-between;
}

footer .footer .left .phone {
    color: white;
}

footer .footer .left .phone i {
    font-size: 48px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

footer .footer .left .phone .text {
    display: inline-block;
}

footer .footer .left .phone .text p:nth-child(1) {
    font-size: 14px;
}

footer .footer .left .phone .text p:nth-child(2) {
    font-size: 28px;
}

footer .footer .left .address {
    font-size: 14px;
    line-height: 48px;
    color: #ffffff;
}

footer .footer .left .qrcodeBox {
    display: flex;
    margin-top: 2vw;
}

footer .footer .left .qrcodeBox .qrcode {
    width: 8vw;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

footer .footer .left .qrcodeBox .qrcode img {
    margin-bottom: 10px;
}

footer .footer .left .qrcodeBox .qrcode:nth-child(1) {
    margin-right: 2vw;
}

footer .footer .right .level1 {
    display: inline-grid;
    padding: 0 1.5vw;
}

footer .footer .right .level1 a {
    font-size: 16px;
    margin-bottom: 1.5vw;
    color: white;
}

footer .footer .right .level1 ul li {
    margin-bottom: 15px;
}

footer .footer .right .level1 ul li a {
    font-size: 14px;
    color: #cdcdcd;
}

footer .footer .right .level1:last-child {
    padding: 0 0 0 1.5vw;
}

footer .tabBox {
    height: auto;
    padding: 1vw 14vw;
    border-top: 1px solid #567392;
    border-bottom: 1px solid #567392;
    display: none;
}

footer .tabBox .firend {
    color: #ffffff;
    opacity: 0.3;
    font-size: 14px;
}

footer .tabBox .firend span {
    margin-right: 10px;
}

footer .tabBox .firend a {
    color: #ffffff;
    margin-right: 5px;
}

footer .tabBox .tab {
    margin-top: 8px;
    color: #ffffff;
    font-size: 14px;
}

footer .tabBox .tab span {
    opacity: 0.3;
}

footer .tabBox .tab a {
    color: #95a7bb;
    margin-right: 5px;
    background: #567392;
    padding: 0 8px;
}

footer .info {
    padding: 8px 14vw;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    opacity: 0.4;
    font-size: 12px;
}

footer .info a {
    color: #ffffff;
}

.title .en {
    font-size: 14px;
    color: #282828;
    opacity: 0.3;
}

.title .cn {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #282828;
    margin-top: 10px;
    font-weight: bold;
}

.more {
    width: 8vw;
    height: 2vw;
    background-image: linear-gradient(90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 20px;
    text-align: center;
    color: white;
    line-height: 2vw;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}

.more:hover {
    border-radius: 5px;
}

.banner {
    width: 100%;
    height: 29vw;
    background-size: cover !important;
    margin-top: 11rem;
}

.banner .title {
    padding: 10vw 13vw;
}

.banner .title .en {
    color: #ffffff;
    opacity: 0.3;
    font-size: 23px;
    margin-bottom: 20px;
}

.banner .title .cn {
    font-size: 50px;
    color: white;
}

.tabBox {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 13vw;
    display: inline-block;
}

.tabBox .item {
    display: inline-block;
    line-height: 67px;
    color: #2d2d2d;
    font-size: 18px;
    margin-right: 4vw;
    font-weight: bold;
}

.tabBox .active {
    color: #1d68b3;
    border-bottom: 3px solid #1d68b3;
}

.tabBox .item:hover {
    color: #1d68b3;
    border-bottom: 3px solid #1d68b3;
}

.index {
    margin-top: 140px;
}

.index .f1 {
    width: 100%;
    height: 36vw;
}

.index .f1 .img-swiper {
    position: relative;
    width: 100%;
    height: 36vw;
    z-index: 1;
}

.index .f1 .img-swiper .swiper-slide .slide-inner {
    width: 100%;
    transition: 1s linear 2s;
    transform: scale(1, 1);
}

.index .f1 .img-swiper .swiper-slide-active .slide-inner,
.index .f1 .img-swiper .swiper-slide-duplicate-active .slide-inner {
    transition: 16s linear;
    transform: scale(1.05, 1.05);
}

.index .f1 .img-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .f1 .img-swiper .swiper-button-prev {
  
    background-size: cover;
    right: 16%;
}

.index .f1 .img-swiper .swiper-button-next {
    
    background-size: cover;
    right: 5%;
}

.index .f1 .img-swiper .swiper-button-next,
.index .f1 .img-swiper .swiper-button-prev {
    left: auto;
    width: 100px;
    outline: none;
    bottom: 3.5%;
    top: inherit;
}

.index .f1 .img-swiper .swiper-button-next:after {
    content: inherit;
    font-size: 14px;
    color: white;
}

.index .f1 .img-swiper .swiper-button-prev:after {
    content: inherit;
    font-size: 14px;
}

.index .f1 .img-swiper .swiper-pagination {
    color: #fff;
    width: auto;
    right: 10%;
    bottom: 5%;
}

.index .f1 .img-swiper .swiper-slide {
    perspective: 50vw;
    perspective-origin: 50% 50%;
}

.index .f1 .img-swiper .swiper-pagination ul {
    width: 90px;
}

.index .f1 .img-swiper .swiper-pagination ul li {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -12px;
    font-size: 28px;
}

.index .f1 .img-swiper .swiper-pagination .total {
    margin-left: 12px;
}

.index .f2 {
    width: 100%;
    height: auto;
    display: flex;
    padding: 2vw 14vw;
}

.index .f2 .title {
    width: 30vw;
    padding-top: 2vw;
    padding-left: 14vw;
    padding-right: 3vw;
}

.index .f2 .title .en {
    color: #ffffff;
}

.index .f2 .title .cn {
    color: #ffffff;
}

.index .f2 .itemBox {
    width: 100%;
}

.index .f2 .itemBox .top {
    width: 100%;
    height: 3vw;
    line-height: 3vw;
    background: #e7f6fd;
    padding: 0 0vw;
    display: flex;
}

.index .f2 .itemBox .top .name {
    font-size: 18px;
    color: #1f6db6;
    width: 120px;
    text-align: center;
}

.index .f2 .itemBox .top .newSwipr {
    overflow: hidden;
    width: calc(100% - 120px);
}

.index .f2 .itemBox .top .newsInfo {
    margin-left: 2vw;
    display: flex;
    color: #3f3f3f;
    font-size: 14px;
    justify-content: space-between;
}

.index .f2 .itemBox .top .newsInfo .time {
    margin-right: 1vw;
}

.index .f2 .itemBox .bottom {
    display: inline-block;
}

.index .f2 .itemBox .bottom .item {
    display: inline-block;
    float: left;
    width: 7vw;
    height: 8vw;
    font-size: 16px;
    text-align: center;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.index .f2 .itemBox .bottom .item img {
    width: 2vw;
    height: 1.8vw;
    margin: 2vw auto 0.5vw;
}

.index .f2 .itemBox .bottom .item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.index .f2 .itemBox .bottom .item:hover::after {
    content: '';
    position: absolute;
    width: 7vw;
    height: 6px;
    background-color: #76d9ff;
    margin-top: 15px;
    margin-left: -67px;
}

.index .f2 .itemBox .bottom .item:hover {
    background: #78e2dd;
}

.index .f3 {
    padding: 4vw 14vw;
    padding-top: 0;
}

.index .f3 .top .img {
    position: absolute;
    width: 40vw;
    right: 14vw;
}

.index .f3 .top .des {
    width: 25vw;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #505050;
    padding: 1vw 0;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    overflow: hidden;
}

.index .f3 .top .more {
    margin-top: 1vw;
}

.index .f3 .bottom {
    display: flex;
    margin-top: 3.5vw;
}

.index .f3 .bottom a{
    display: block;
    width: 20%;
    position: relative;
}

.index .f3 .bottom .item {
    width: 100%;
    background: #e7f6fd;
    text-align: center;
    padding: 3vw 0;
    border-right: 1px solid #d3e6f1;
}

.index .f3 .bottom .item img {
    width: 5vw;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.index .f3 .bottom .item p:nth-child(2) {
    font-size: 20px;
    color: #000000;
    padding: 8px 0;
}

.index .f3 .bottom .item p:nth-child(3) {
    font-size: 14px;
    color: #000000;
    opacity: 0.3;
}

.index .f3 .bottom a:last-child .item {
    border-right: transparent;
}

.index .f3 .bottom .item:hover img {
    transform: translateY(-10px);
}

.index .f4 {
    padding: 0 14vw;
}

.index .f4 .top {
    display: flex;
    justify-content: space-between;
}

.index .f4 .top .title .cn {
    display: inline-block;
    float: left;
    padding-right: 15px;
    border-right: 2px solid #b2b2b2;
}

.index .f4 .top .title .des {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #323232;
    letter-spacing: 1px;
    display: inline-block;
}

.index .f4 .top .tabBoxs {
    display: flex;
    margin-top: 1.5vw;
}

.index .f4 .top .tabBoxs .item {
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
    border-radius: 20px;
    margin: 0 10px;
    color: #1e6cb6;
    border: 1px solid #33afe0;
}

.index .f4 .top .tabBoxs .active {
    background-image: linear-gradient(90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: white;
    border: 1px solid #33afe0;
}

.index .f4 .top .tabBoxs .item:hover {
    background-image: linear-gradient(90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: white;
    border: 1px solid #33afe0;
}

.index .f4 .bottom {
    width: 100%;
    margin-top: 2vw;
    display: inline-block;
}

.index .f4 .bottom .left {
    display: inline-block;
    float: left;
    width: 35vw;
    height: 28.3vw;
    /*background: url('/resources//assets/images/img6.jpg') center no-repeat;*/
    background-size: cover !important;
}

.index .f4 .bottom .left .text {
    color: #ffffff;
    width: 35vw;
    padding: 1vw 3vw;
    margin-top: 16.8vw;
    background: rgba(0, 0, 0, .5);
}

.index .f4 .bottom .left .text .name {
    font-size: 24px;
}


/*.index .f4 .bottom .left .text .name::before {*/


/*  content: '';*/


/*  position: absolute;*/


/*  width: 26px;*/


/*  height: 3px;*/


/*  margin-top: -50px;*/


/*  background-color: #ffffff;*/


/*}*/

.index .f4 .bottom .left .text .des {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    padding: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 7rem;
    overflow: hidden;
}

.index .f4 .bottom .left .text .more {
    background: white;
    color: #1b62af;
    font-size: 14px;
    margin-top: 1rem;
}

.index .f4 .bottom .right {
    width: calc(100% - 37vw);
    margin-left: 2vw;
    display: inline-block;
}

.index .f4 .bottom .right .projectsTop {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1vw;
}

.index .f4 .bottom .right .projectsTop .text {
    width: 22vw;
}

.index .f4 .bottom .right .projectsTop .text .name {
    font-size: 24px;
    color: #1b62af;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}

.index .f4 .bottom .right .projectsTop .text .des {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #707070;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .f4 .bottom .right .projectsTop .tation {
    width: 11vw;
    margin-left: 1.5vw;
    cursor: pointer;
    transition: .5s all ease-in-out;
}

.index .f4 .bottom .right .projectsTop .tation:hover {
    transform: scale(1.05);
}

.index .f4 .bottom .right .projectsContren {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.8vw;
}

.index .f4 .bottom .right .projectsContren .item {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-top: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 15px;
}

.index .f4 .bottom .right .projectsContren .item::before {
    content: '·';
    position: absolute;
    font-weight: bold;
    margin-left: -15px;
    color: #717171;
}

.index .f4 .bottom .right .projectsContren .item:hover {
    color: #1b62af;
}

.index .f4 .bottom .right .projectsBottom {
    display: flex;
}

.index .f4 .bottom .right .projectsBottom a {
    width: 12vw;
    height: 7.2vw;
    margin-right: 0.5vw;
    background: black;
}

.index .f4 .bottom .right .projectsBottom a img {
    width: 100%;
    height: 7.2vw;
    opacity: .7;
}

.index .f4 .bottom .right .projectsBottom a p {
    position: relative;
    margin-top: -2.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.index .f4 .bottom .right .projectsBottom a:last-child {
    margin-right: 0;
}

.index .f5 .title {
    padding: 4vw 14vw 2vw 14vw;
    overflow: hidden;
    padding-top: 2vw;
}

.index .f5 .title .cn {
    display: inline-block;
    float: left;
    padding-right: 15px;

}

.index .f5 .title .des {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #323232;
    letter-spacing: 1px;
    display: inline-block;
}

.index .f5 .gallery-doctor {
    height: auto;
    padding: 0vw 14vw 0vw 14vw;
}

.index .f5 .gallery-doctor .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5%;
}

.index .f5 .gallery-doctor .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 5%;
}

.gallery-doctor ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gallery-doctor ul li{
    width: 23.5%;
    position: relative;
    height: auto;
    margin-right: 2%;
    background: #e7f6fd;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
}

.gallery-doctor ul li:nth-child(4n){
    margin-right: 0%;
}

.index .f5 .doctor {
    height: auto;
    
    position: relative;
}

.index .f5 .doctor .left {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 25px 20px;
}

.index .f5 .doctor .left .btnBox {
    display: flex;
}

.index .f5 .doctor .left .btnBox .zixun {
    width: 8vw;
    margin-right: 1vw;
    transition: .5s all ease-in-out;
}

.index .f5 .doctor .left .btnBox div:hover {
    transform: scale(1.05);
}

.index .f5 .doctor .left .btnBox .yuyue {
    width: 8vw;
    margin-right: 1vw;
    transition: .5s all ease-in-out;
}

.index .f5 .doctor .left .btnBox .paiban {
    width: 8vw;
    transition: .5s all ease-in-out;
}

.index .f5 .doctor .left .text .name {
    font-size: 24px;
    color: #1b62af;
    margin-bottom: 0.5vw;
}

.index .f5 .doctor .left .text .name span {
    font-size: 16px;
    color: #282828;
}

.index .f5 .doctor .left .text .item {
    margin-bottom: 0.5vw;
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    align-items: flex-start;
}

.index .f5 .doctor .left .text .item .lab {
    height: auto;
    border-radius: 4px;
    border: solid 1px #686868;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 16px;
    width: 40px;
    padding: 5px 5px;
}

.index .f5 .doctor .left .text .item .lad {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    width: calc(100% - 50px);
}

.index .f5 .doctor .left .itemBox {
    width: 100%;
    display: inline-block;
    margin-top: 2vw;
}

.index .f5 .doctor .left .itemBox .item {
    display: inline-block;
    width: 16vw;
    height: 10vw;
    background-size: cover !important;
    text-align: center;
    background-blend-mode: multiply;
    color: #ffffff;
    font-size: 16px;
    margin-right: 1vw;
}

.index .f5 .doctor .left .itemBox .item p {
    position: relative;
    top: 8vw;
}

.index .f5 .doctor .left .itemBox .item:nth-child(even) {
    margin-right: 0;
}

.index .f5 .doctor .left .itemBox .item:nth-child(1),
.index .f5 .doctor .left .itemBox .item:nth-child(2) {
    margin-bottom: 1vw;
}

.index .f5 .doctor .right {
    width: 100%;
    height: auto;
    position: relative;
}

.index .f5 .doctor .right img {

}

.index .f5 .doctor .imgBg {
    position: absolute;
    width: 35vw;
    z-index: 1;
    margin-left: 35vw;
    margin-top: 3vw;
}

.index .f6 {
    padding: 3vw 14vw;
    display: flex;
}

.index .f6 .right {
    width: 100%;
    display: flex;
}

.index .f6 .right .item {
    display: block;
    width: 30%;
    height: auto;
    margin-right: 5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index .f6 .right .item .img{
    width: 100%;
    height: 10vw;
    position: relative;
    background: #000;
}

.index .f6 .right .item .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    object-fit: cover;
}

.index .f6 .right .item:nth-child(3n){
    margin-right: 0%;
}

.index .f6 .right .item .text {
    padding: 2vw;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.index .f6 .right .item .text .des {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    color: #ffffff;
}

.index .f6 .right .item .text .name {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.index .f6 .right .item:nth-child(3n) {
    margin-right: 0;
}



.index .f7 .top {
    padding: 0 14vw;
    display: flex;
    justify-content: space-between;
}

.index .f7 .top .title .cn {
    display: inline-block;
    float: left;
    padding-right: 15px;
}

.index .f7 .top .title .des {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #323232;
    letter-spacing: 1px;
    display: inline-block;
}

.index .f7 .top .more {
    position: relative;

}

.index .f7 .hospital {
    display: flex;
    padding: 2vw 8px;
}

.index .f7 .hospital .left {
    margin-right: 8px;
}

.index .f7 .hospital .left .item {
    width: 24vw;
    height: 16.28vw;
    background-size: cover !important;
    margin-bottom: 8px;
}

.index .f7 .hospital .left .item p {
    color: white;
    font-size: 18px;
    padding: 14vw 1vw;
    /*font-weight: bold;*/
}

.index .f7 .hospital .left .item:last-child {
    margin-bottom: 0;
}

.index .f7 .hospital .centre {
    margin-right: 8px;
}

.index .f7 .hospital .centre .item {
    width: 50vw;
    height: 33vw;
    background-size: cover !important;
}

.index .f7 .hospital .centre .item p {
    color: white;
    font-size: 24px;
    padding: 30.5vw 1vw;
    /*font-weight: bold;*/
}

.index .f7 .hospital .right .item {
    width: 24vw;
    height: 16.28vw;
    background-size: cover !important;
    margin-bottom: 8px;
}

.index .f7 .hospital .right .item p {
    color: white;
    font-size: 18px;
    padding: 14vw 1vw;
    /*font-weight: bold;*/
}

.index .f7 .hospital .right .item:last-child {
    margin-bottom: 0;
}

.index .f8 {
    width: 100%;
    padding: 2vw 14vw;
    display: inline-block;
}

.index .f8 .left {
    width: 48vw;
    display: inline-block;
    float: left;
    margin-right: 1vw;
}

.index .f8 .left .top {
    display: flex;
    justify-content: space-between;
}

.index .f8 .left .top .more {
    position: relative;
    top: 1vw;
}

.index .f8 .left .newsItemBox {
    width: 100%;
    padding: 2vw 0;
    display: inline-block;
    padding-bottom: 0;
}

.index .f8 .left .newsItemBox .newsItem {
    width: 23.5vw;
    display: inline-block;
    margin-right: 1vw;
    float: left;
}

.index .f8 .left .newsItemBox .newsItem .newsTop img {
    width: 24vw;
    height: 14vw;
}

.index .f8 .left .newsItemBox .newsItem .newsTop .text {
    padding: 1vw 0;
}

.index .f8 .left .newsItemBox .newsItem .newsTop .text .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index .f8 .left .newsItemBox .newsItem .newsTop .text .des {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .f8 .left .newsItemBox .newsItem .newsList a {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 1vw;
    padding-left: 15px;
}

.index .f8 .left .newsItemBox .newsItem .newsList .item:last-child {
    margin-bottom: 0;
}

.index .f8 .left .newsItemBox .newsItem .newsList .item::before {
    content: '·';
    position: absolute;
    font-weight: bold;
    margin-left: -15px;
    color: #717171;
}

.index .f8 .left .newsItemBox .newsItem .newsList .item:hover {
    color: #1b62af;
}

.index .f8 .left .newsItemBox .newsItem:last-child {
    margin-right: 0;
}

.index .f8 .right {
    width: 22vw;
    display: inline-block;
}

.index .f8 .right .top {
    display: flex;
    justify-content: space-between;
}

.index .f8 .right .top .more {
    position: relative;
    top: 1vw;
}

.index .f8 .right .newsList2 {
    width: 22vw;
    margin-top: 2vw;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
}

.index .f8 .right .newsList2 .item {
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    padding:20px 12px;
}

.index .f8 .right .newsList2 .item .img {
    width: 8vw;
    height: 5vw;
    display: inline-block;
    float: left;
    margin-right: 10px;
    display: none;
}

.index .f8 .right .newsList2 .item .text {
    width: 100%;
    display: inline-block;
}

.index .f8 .right .newsList2 .item .text .name {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .f8 .right .newsList2 .item .text .time {
    font-size: 12px;
    color: #bbbbbb;
    margin-top: 0.5vw;
}

.index .f8 .right .newsList2 .item:last-child {
    border-bottom: transparent;
}

.about .f1 {
    width: 100%;
    padding: 4vw 13vw;
}

.about .f1 .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.about .f1 .text .des {
    width: 40vw;
    font-size: 14px;
    color: #505050;
}

.about .f1 .text .des .content {
    height: 7vw;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.about .f1 .text .des .open {
    margin-top: 1vw;
    cursor: pointer;
    font-size: 16px;
    color: #0a6aa1;
}

.about .f1 .text .des .close {
    margin-top: 1vw;
    cursor: pointer;
    font-size: 16px;
    color: #0a6aa1;
    display: none;
}

.about .f1 .text .num {
    display: flex;
    height: 8rem;
}

.about .f1 .text .num .item {
    text-align: center;
    padding: 0 2.5vw;
    border-right: 1px solid #cdcdcd;
}

.about .f1 .text .num .item .p1 {
    font-size: 24px;
    color: #1c65b1;
}

.about .f1 .text .num .item .p1 span {
    font-size: 66px;
    font-weight: bold;
}

.about .f1 .text .num .item .p2 {
    font-size: 18px;
    color: #6c6c6c;
}

.about .f1 .text .num .item:last-child {
    border-right: transparent;
    padding: 0 0 0 3vw;
}

.about .f1 .bgImg {
    margin-top: 3vw;
}

.about .f2 {
    width: 100%;
    padding: 4vw 13vw 0 13vw;
    background: #eff7fa;
}

.about .f2 .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.about .f2 .text .des {
    width: 36vw;
    font-size: 14px;
    color: #505050;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 2;
}

.about .f2 .text .imgBox {
    display: flex;
    position: relative;
    top: -5rem;
}

.about .f2 .text .imgBox img {
    width: 17vw;
    margin-left: 1vw;
}

.about .f3 {
    width: 100%;
    padding: 4vw 13vw;
}

.about .f3 .f3box {
    display: flex;
    margin-top: 3vw;
}

.about .f3 .f3box .f3Tab .item {
    font-size: 18px;
    color: #c1c1c1;
    margin-bottom: 2vw;
    cursor: pointer;
}

.about .f3 .f3box .f3Tab .active {
    color: #1c65b1;
    padding-bottom: 5px;
    border-bottom: 3px solid #1c65b1;
}

.about .f3 .f3box .txt-swiper {
    width: 15vw;
    position: absolute;
    right: 13vw;
    z-index: 9;
}

.about .f3 .f3box .txt-swiper .swiper-wrapper {
    display: inherit;
}

.about .f3 .f3box .txt-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    width: 100% !important;
    padding: 0.5vw 1vw;
    margin: 1vw 0;
    text-align: center;
    color: #999999;
}

.about .f3 .f3box .txt-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    color: #333333;
    background-color: #ffffff;
    border-radius: 34px;
    box-shadow: 0 1px 5px 0 gainsboro;
}

.about .f3 .f3box .tabsBox0 {
    display: block;
}

.about .f3 .f3box .tabsBox1 {
    display: none;
}

.about .f3 .f3box .tabs {
    display: flex;
}

.about .f3 .f3box .f4-swiper {
    width: 40vw;
    margin-left: 5vw;
}

.about .f3 .f3box .f4-swiper .swiper-slide {
    width: 100vw;
    text-align: center;
}

.about .f3 .f3box .f4-swiper .swiper-slide p {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 1vw;
    color: #999999;
}

.about .f3 .f3box .f4-swiper .swiper-slide-active p {
    color: #393939;
}

.about .f4 {
    width: 100%;
    padding: 4vw 13vw;
}

.about .f4 .itemBox {
    margin-top: 2vw;
}

.about .f4 .itemBox .item {
    box-shadow: 0 0 10px 5px #d4d4d4;
    border-radius: 15px;
    padding: 4vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vw;
}

.about .f4 .itemBox .item .text .name {
    color: #333333;
    font-size: 20px;
}

.about .f4 .itemBox .item .text .tab {
    position: relative;
    top: -1.5vw;
    width: 28vw;
    height: 2.3vw;
    background: url('/resources//assets/images/img37.png') center no-repeat;
    background-size: cover !important;
    font-size: 18px;
    color: white;
}

.about .f4 .itemBox .item .text .tab .t {
    width: 11vw;
    float: right;
    line-height: 2.3vw;
    text-align: center;
}

.about .f4 .itemBox .item .text .des {
    width: 30vw;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 2;
}

.about .f4 .itemBox .item:last-child {
    margin-bottom: 0;
}

.about .f5 {
    width: 100%;
    padding: 4vw 13vw;
}

.about .f5 .hotList {
    margin-top: 3rem;
}

.about .f5 .hotList ul {
    display: flex;
    flex-wrap: wrap;
}

.about .f5 .hotList ul li {
    width: 32%;
    padding: 5px;
    background: white;
    margin-right: 2%;
    margin-bottom: 20px;
}

.about .f5 .hotList ul li .pic {
    background-size: cover;
}

.about .f5 .hotList ul li:nth-child(3n) {
    margin-right: 0%;
}

.about .f5 .hotList ul li p {
    position: absolute;
    margin-top: -3rem;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-left: 1.5rem;
}

.about .f6 {
    width: 100%;
    padding: 4vw 13vw;
}

.about .f7 {
    width: 100%;
    padding: 4vw 13vw;
}

.about .f7 .des {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 2vw;
}

.about .f8 {
    width: 100%;
    padding: 0 13vw 4vw 13vw;
}

.about .f8 .itemBox {
    width: 100%;
    display: flex;
    margin-top: 1vw;
}

.about .f8 .itemBox .item {
    padding: 2vw;
    margin: 2vw;
    background-image: linear-gradient( 45deg, #1b62af 0%, #33afe0 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    color: white;
    border-radius: 5px;
}

.about .f8 .itemBox .item .name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.about .f8 .itemBox .item .des {
    margin-top: 1vw;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}

.about .f9 {
    width: 100%;
    padding: 0 13vw 4vw 13vw;
}

#certify {
    position: relative;
    width: 100%;
    margin-top: 3vw;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 90%;
    height: auto;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    padding: 2vw;
}

#certify .swiper-slide .img {
    width: 10vw;
    float: right;
}

#certify .swiper-slide .text {
    width: 80%;
}

#certify .swiper-slide .text .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

#certify .swiper-slide .text .name span {
    font-size: 20px;
    font-weight: normal;
}

#certify .swiper-slide .text .tab {
    font-size: 18px;
    margin-bottom: 15px;
}

#certify .swiper-slide .text .sc {
    font-size: 18px;
    margin-bottom: 20px;
}

#certify .swiper-slide .text .des {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}

#certify .swiper-slide .text .more {
    margin-top: 1vw;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -60px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -60px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.about .f10 {
    width: 100%;
    padding: 0 13vw 4vw 13vw;
}

.about .f10 .f10-swiper {
    width: 60vw;
    margin: 3vw auto;
}

.about .f10 .f10-swiper .swiper-slide {
    width: 100vw;
    text-align: center;
}

.about .f10 .f10-swiper .swiper-slide .img {
    width: 35vw;
    height: 25vw;
    background-size: cover !important;
}

.about .f10 .f10-swiper .swiper-slide .des {
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    position: relative;
    margin-top: -6vw;
    width: 35vw;
    height: 8rem;
    line-height: 1.7;
    padding: 1.5vw;
    background: rgba(0, 0, 0, .5);
}

.about .f10 .f10-swiper .swiper-slide-active p {
    color: #393939;
}

.about .f10 .swiper-button-prev {
    left: 15%;
    position: absolute;
    top: initial;
    margin-top: -17vw;
}

.about .f10 .swiper-button-next {
    right: 15%;
    position: absolute;
    top: initial;
    margin-top: -17vw;
}

.infoCn {
    font-size: 28px;
    text-align: center;
    color: #1f2329;
    /*font-weight: bold;*/
}

.infoCn .email {
    font-size: 22px;
    margin-top: 1vw;
}

.iconBefore {
    width: 24px;
    height: 4px;
    background: #3370ff;
    text-align: center;
    margin: 1vw auto;
}

.about .f6 .itemBox2 {
    display: flex;
}

.about .f6 .itemBox2 .item {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 25%;
}

.about .f6 .itemBox2 .item img {
    width: 75.6px;
    height: 76.6px;
}

.about .f6 .itemBox2 .item span {
    margin-top: 22px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #1f2329;
}

.about .f6 .itemBox2 .icon {
    line-height: 100px;
    color: grey;
    font-size: 22px;
}

.about .f6 .itemBox {
    width: 100%;
    margin-top: 3rem;
    display: inline-block;
}

.about .f6 .itemBox .item {
    width: 35vw;
    padding: 2vw 3vw;
    display: inline-block;
    margin-bottom: 2vw;
    margin-right: 2vw;
    cursor: pointer;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 5px 1px #d4d4d4;
    border-radius: 30px 0 30px 0;
    ;
}

.about .f6 .itemBox .item:hover {
    box-shadow: 0 0 5px 5px #d4d4d4;
}

.about .f6 .itemBox .item .top {
    display: flex;
    justify-content: space-between;
}

.about .f6 .itemBox .item .top .des .name {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: bold;
}

.about .f6 .itemBox .item .top .des .tab {
    font-size: 16px;
    color: #999999;
}

.about .f6 .itemBox .item .top .pr {
    color: #1b62af;
    font-size: 16px;
}

.about .f6 .itemBox .item .top .pr span {
    font-size: 24px;
}

.about .f6 .itemBox .item .bt {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.about .f6 .itemBox .item .bt .time {
    font-size: 14px;
    color: #d2d2d2;
}

.about .f6 .itemBox .item .bt .icon {
    color: #9a9a9a;
    font-size: 18px;
}

.about .f6 .itemBox .item:nth-child(even) {
    margin-right: 0;
}

.doctor .f1 {
    width: 100%;
    height: 6vw;
    background-image: linear-gradient(90deg, #1b62af 0%, #2a8fcc 62%, #38bce9 100%), linear-gradient(#1b62af, #1b62af);
    background-blend-mode: normal, normal;
    display: flex;
}

.doctor .f1 .title {
    padding-top: 1vw;
    padding-left: 14vw;
    padding-right: 4vw;
}

.doctor .f1 .title .en {
    color: #ffffff;
}

.doctor .f1 .title .cn {
    color: #ffffff;
}

.doctor .f1 .itemBox {
    width: 69.69vw;
}

.doctor .f1 .itemBox .top {
    width: 100%;
    height: 2vw;
    line-height: 2vw;
    background: #e7f6fd;
    padding: 0 1vw;
    display: flex;
}

.doctor .f1 .itemBox .top .name {
    font-size: 18px;
    color: #1f6db6;
}

.doctor .f1 .itemBox .top .newsInfo {
    margin-left: 2vw;
    display: flex;
    color: #3f3f3f;
    font-size: 14px;
}

.doctor .f1 .itemBox .top .newsInfo .time {
    margin-left: 5vw;
}

.doctor .f1 .itemBox .bottom {
    display: inline-block;
}

.doctor .f1 .itemBox .bottom .item {
    display: inline-block;
    float: left;
    width: 7vw;
    height: 6vw;
    font-size: 16px;
    text-align: center;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.doctor .f1 .itemBox .bottom .item img {
    width: 2vw;
    height: 1.6vw;
    margin: 1vw auto;
}

.doctor .f1 .itemBox .bottom .item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.doctor .f1 .itemBox .bottom .active {
    border-bottom: 6px solid #76d9ff;
}

.doctor .f1 .itemBox .bottom .item:hover {
    border-bottom: 6px solid #76d9ff;
    background: #6ee1dd;
}

.doctor .f2 .gallery-top {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.doctor .f2 .gallery-top .doctor {
    padding: 2vw 14vw 0 14vw;
    position: relative;
    display: flex;
}

.doctor .f2 .gallery-top .doctor .left {
    width: 40vw;
    position: relative;
    top: 5vw;
    z-index: 2;
}

.doctor .f2 .gallery-top .doctor .left .btnBox {
    display: flex;
}

.doctor .f2 .gallery-top .doctor .left .btnBox .zixun {
    width: 11vw;
    margin-right: 1vw;
}

.doctor .f2 .gallery-top .doctor .left .btnBox .yuyue {
    width: 11vw;
    margin-right: 1vw;
}

.doctor .f2 .gallery-top .doctor .left .btnBox .paiban {
    width: 4.2vw;
}

.doctor .f2 .gallery-top .doctor .left .text .name {
    font-size: 30px;
    color: #1b62af;
    margin-bottom: 2vw;
    font-weight: bold;
}

.doctor .f2 .gallery-top .doctor .left .text .name span {
    font-size: 16px;
    color: #282828;
}

.doctor .f2 .gallery-top .doctor .left .text .item {
    margin-bottom: 2vw;
    display: flex;
}

.doctor .f2 .gallery-top .doctor .left .text .item .lab {
    width: 95px;
    height: 27px;
    border-radius: 14px;
    border: solid 1px #686868;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 25px;
    margin-bottom: 1vw;
}

.doctor .f2 .gallery-top .doctor .left .text .item .lad {
    width: calc(100% - 130px);
    margin-left: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    color: #666666;
}

.doctor .f2 .gallery-top .doctor .right {
    z-index: 2;
}

.doctor .f2 .gallery-top .doctor .right .img {
    width: 34vw;
    height: 50vw;
    background-size: cover !important;
}

.doctor .f2 .gallery-top .doctor .imgBg {
    position: absolute;
    width: 35vw;
    z-index: 1;
    margin-left: 35vw;
    margin-top: 3vw;
}

.doctor .f2 .gallery-top .project {
    width: 100vw;
    height: 10vw;
    background-image: linear-gradient(90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#e7f6fd, #e7f6fd);
    background-blend-mode: normal, normal;
}

.doctor .f2 .gallery-top .project .project-swiper {
    width: 65vw;
    height: 10vw;
}

.doctor .f2 .gallery-top .project .project-swiper .swiper-wrapper .swiper-slide {
    width: 16vw !important;
    height: 10vw;
}

.doctor .f2 .gallery-top .project .project-swiper .swiper-wrapper .swiper-slide .item {
    cursor: pointer;
    width: 16vw;
    height: 10vw;
    background-size: cover !important;
    text-align: center;
    font-size: 16px;
    background-blend-mode: multiply;
}

.doctor .f2 .gallery-top .project .project-swiper .swiper-wrapper .swiper-slide .item p {
    color: white;
    padding: 8vw 0;
}

.doctor .f2 .gallery-top .project .swiper-button-next,
.doctor .f2 .gallery-top .project .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: 13%;
    background: url('/resources//assets/images/jiantouR.png') center no-repeat;
    background-size: cover !important;
}

.doctor .f2 .gallery-top .project .swiper-button-prev,
.doctor .f2 .gallery-top .project .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 13%;
    background: url('/resources//assets/images/jiantouL.png') center no-repeat;
    background-size: cover !important;
}

.doctor .f2 .gallery-top .project .swiper-button-next,
.doctor .f2 .gallery-top .project .swiper-button-prev {
    top: 92%;
}

.doctor .f2 .gallery-top .project .swiper-button-next:after,
.doctor .f2 .gallery-top .project .swiper-container-rtl .swiper-button-prev:after {
    content: inherit;
}

.doctor .f2 .gallery-top .project .swiper-button-prev:after,
.doctor .f2 .gallery-top .project .swiper-container-rtl .swiper-button-next:after {
    content: inherit;
}

.doctor .f2 .gallery-thumbs {
    position: absolute;
    margin-top: -30rem;
    margin-left: 13vw;
}

.doctor .f2 .gallery-thumbs .swiper-slide {
    margin-right: 10px !important;
    width: 6vw !important;
    height: 6vw;
    background-color: #ffffff;
    border: solid 2px #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    background-size: cover !important;
}

.doctor .f2 .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #264a90;
}

.doctor .f3 {
    padding: 4vw 14vw;
}

.doctor .f3 .itemBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.doctor .f3 .itemBox .item {
    width: 48%;
    display: flex;
    margin-right: 4%;
    padding: 0.5vw;
    cursor: pointer;
    color: #333333;
    margin-bottom: 2vw;
}

.doctor .f3 .itemBox .item:nth-child(even){
    margin-right: 0%;
}

.doctor .f3 .itemBox .item .img {
    width: 150px;
    height: auto;
    overflow: hidden;
}

.doctor .f3 .itemBox .item .text {
    width: calc(100% - 150px);
    padding: 10px;
}

.doctor .f3 .itemBox .item .text .name {
    font-size: 24px;
}

.doctor .f3 .itemBox .item .text .tab {
    font-size: 16px;
    margin: 0.5vw 0;
}

.doctor .f3 .itemBox .item .text .des {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: 1vw;
    color: #999999;
}

.doctor .f3 .itemBox .item .text .ab {
    display: flex;
}

.doctor .f3 .itemBox .item .text .ab .zixun {
    width: 7vw;
    height: 1.8vw;
    background: url('/resources//assets/images/icon20.png') center no-repeat;
    background-size: cover !important;
}

.doctor .f3 .itemBox .item .text .ab .yuyue {
    width: 7vw;
    height: 1.8vw;
    background: url('/resources//assets/images/icon21.png') center no-repeat;
    background-size: cover !important;
}

.doctor .f3 .itemBox .item .text .ab .zixun {
    margin-right: 1vw;
}

.doctor .f3 .itemBox .item:hover {
    background-image: linear-gradient(90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    color: white;
}

.doctor .f3 .itemBox .item:hover .text .des {
    color: white;
}

.doctor .f3 .itemBox .item:hover .ab .zixun {
    background: url('/resources//assets/images/icon20_1.png') center no-repeat;
    background-size: cover !important;
}

.doctor .f3 .itemBox .item:hover .ab .yuyue {
    background: url('/resources//assets/images/icon21_1.png') center no-repeat;
    background-size: cover !important;
}

.feature .f1 {
    width: 100%;
    height: 6vw;
    background-image: linear-gradient(90deg, #1b62af 0%, #2a8fcc 62%, #38bce9 100%), linear-gradient(#1b62af, #1b62af);
    background-blend-mode: normal, normal;
    display: flex;
}

.feature .f1 .title {
    padding-top: 1vw;
    padding-left: 14vw;
    padding-right: 4vw;
}

.feature .f1 .title .en {
    color: #ffffff;
}

.feature .f1 .title .cn {
    color: #ffffff;
}

.feature .f1 .itemBox {
    width: 69.69vw;
}

.feature .f1 .itemBox .top {
    width: 100%;
    height: 2vw;
    line-height: 2vw;
    background: #e7f6fd;
    padding: 0 1vw;
    display: flex;
}

.feature .f1 .itemBox .top .name {
    font-size: 18px;
    color: #1f6db6;
}

.feature .f1 .itemBox .top .newsInfo {
    margin-left: 2vw;
    display: flex;
    color: #3f3f3f;
    font-size: 14px;
}

.feature .f1 .itemBox .top .newsInfo .time {
    margin-left: 5vw;
}

.feature .f1 .itemBox .bottom {
    display: inline-block;
}

.feature .f1 .itemBox .bottom .item {
    display: inline-block;
    float: left;
    width: 7vw;
    height: 6vw;
    font-size: 16px;
    text-align: center;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.feature .f1 .itemBox .bottom .item img {
    width: 2vw;
    height: 1.6vw;
    margin: 1vw auto;
}

.feature .f1 .itemBox .bottom .item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.feature .f1 .itemBox .bottom .active {
    border-bottom: 6px solid #76d9ff;
}

.feature .f1 .itemBox .bottom .item:hover {
    border-bottom: 6px solid #76d9ff;
    background: #79e2e0;
}

.feature .f2 {
    padding: 4vw 14vw;
}

.feature .f3 {
    padding: 0 14vw;
    display: flex;
}

.feature .f3 .imgBox {
    width: 35vw;
    height: 36.5rem;
}

.feature .f3 .imgBox .f3-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feature .f3 .imgBox .f3-swiper .more {
    color: white;
    top: 35vw;
    left: 8vw;
}

.feature .f3 .imgBox .f3-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.feature .f3 .imgBox .f3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 50%;
    opacity: 1;
}

.feature .f3 .imgBox .f3-swiper .swiper-pagination .swiper-pagination-bullet {
    background: white;
    margin: 0 5px;
}

.feature .f3 .imgBox .f3-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 2vw;
    height: 0.5vw;
    border-radius: 7px;
}

.feature .f3 .imgBox .f3-swiper .swiper-button-next,
.feature .f3 .imgBox .f3-swiper .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: 5%;
    background: url('/resources/assets/images/jiantouR.png') center no-repeat;
    background-size: cover !important;
}

.feature .f3 .imgBox .f3-swiper .swiper-button-prev,
.feature .f3 .imgBox .f3-swiper .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 5%;
    background: url('/resources/assets/images/jiantouL.png') center no-repeat;
    background-size: cover !important;
}

.feature .f3 .imgBox .f3-swiper .swiper-button-next:after,
.feature .f3 .imgBox .f3-swiper .swiper-container-rtl .swiper-button-prev:after {
    content: inherit;
}

.feature .f3 .imgBox .f3-swiper .swiper-button-prev:after,
.feature .f3 .imgBox .f3-swiper .swiper-container-rtl .swiper-button-next:after {
    content: inherit;
}

.feature .f3 .text {
    width: 37vw;
    padding: 1vw 0vw 1vw 3vw;
}

.feature .f3 .text .top {
    display: flex;
    justify-content: space-between;
}

.feature .f3 .text .top title .cn {
    font-size: 30px;
}

.feature .f3 .text .top .title::after {
    content: '';
    width: 131px;
    height: 6px;
    position: absolute;
    margin-top: 10px;
    background-image: linear-gradient(90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#1c64b0, #1c64b0);
    background-blend-mode: normal, normal;
}

.feature .f3 .text .top .icon {
    width: 2vw;
}

.feature .f3 .text .des {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    color: #999999;
    margin: 2vw 0;
}

.feature .f3 .text .ab {
    display: flex;
}

.feature .f3 .text .ab img {
    width: 11vw;
    margin-right: 1vw;
}

.feature .f4 {
    padding: 3vw 14vw;
}

.feature .f4 .itemBox {
    width: 100%;
    display: inline-block;
}

.feature .f4 .itemBox .item {
    display: inline-block;
    float: left;
    width: 32%;
    background: #f8f8f8;
    margin-right: 1vw;
}

.feature .f4 .itemBox .item img {
    width: 100%;
    height: 14vw;
}

.feature .f4 .itemBox .item .top {
    display: flex;
    justify-content: space-between;
    padding: 1vw;
    border-bottom: 1px solid #e5e5e5;
}

.feature .f4 .itemBox .item .top .name {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.feature .f4 .itemBox .item .aBox {
    padding: 1vw;
}

.feature .f4 .itemBox .item .aBox p {
    font-size: 16px;
    margin-bottom: 1vw;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.feature .f4 .itemBox .item .aBox p::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-top: 7px;
    margin-left: -15px;
    background-color: #717171;
}

.feature .f4 .itemBox .item .aBox a:hover {
    color: #1c66b1;
}

.feature .f4 .itemBox .item:last-child {
    margin-right: 0;
}

.feature .f5 {
    padding: 2vw 14vw;
}

.feature .f6 {
    width: 100%;
    background: #eff7fa;
    padding: 3vw 14vw;
}

.feature .f6 .itemBox {
    width: 100%;
    display: inline-block;
    margin-top: 2vw;
}

.feature .f6 .itemBox .item {
    width: 35vw;
    display: inline-block;
    float: left;
    background: white;
    margin-right: 1vw;
    margin-bottom: 1vw;
}

.feature .f6 .itemBox .item img {
    width: 18vw;
    height: 12vw;
    display: inline-block;
    float: left;
}

.feature .f6 .itemBox .item .text {
    width: 17vw;
    padding: 1vw 1vw;
    display: inline-block;
}

.feature .f6 .itemBox .item .text .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.feature .f6 .itemBox .item .text .des {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    margin: 1vw 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.feature .f6 .itemBox .item:nth-child(even) {
    margin-right: 0;
}

.feature .f7 {
    width: 100%;
    padding: 3vw 14vw;
    display: inline-block;
}

.feature .f7 .left {
    width: 48vw;
    display: inline-block;
    float: left;
    margin-right: 1vw;
}

.feature .f7 .left .top {
    display: flex;
    justify-content: space-between;
}

.feature .f7 .left .top .more {
    position: relative;
    top: 1vw;
}

.feature .f7 .left .newsItemBox {
    width: 100%;
    padding: 2vw 0;
}

.feature .f7 .left .newsItemBox .item {
    width: 100%;
    display: inline-block;
    float: left;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #dadada;
}

.feature .f7 .left .newsItemBox .item .img {
    width: 16vw;
    height: 9vw;
    display: inline-block;
    float: left;
}

.feature .f7 .left .newsItemBox .item .img img {
    height: 100%;
}

.feature .f7 .left .newsItemBox .item .text {
    width: 30vw;
    display: inline-block;
    padding: 0.5vw 1vw;
}

.feature .f7 .left .newsItemBox .item .text .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.feature .f7 .left .newsItemBox .item .text .des {
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
    line-height: 1.7;
    margin: 1vw 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.feature .f7 .left .newsItemBox .item .text .more {
    background: transparent;
    border: solid 1px #264a90;
    color: #264a90;
}

.feature .f7 .right {
    width: 22vw;
    display: inline-block;
}

.feature .f7 .right .top {
    display: flex;
    justify-content: space-between;
}

.feature .f7 .right .top .more {
    position: relative;
    top: 1vw;
}

.feature .f7 .right .newsList2 {
    width: 22vw;
    margin-top: 2vw;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}

.feature .f7 .right .newsList2 .item {
    /*display: inline-block;*/
    padding: 1.3vw;
    border-bottom: 1px solid #dadada;
}

.feature .f7 .right .newsList2 .item .text {
    width: 100%;
    display: inline-block;
}

.feature .f7 .right .newsList2 .item .text .name {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.feature .f7 .right .newsList2 .item .text .des {
    font-size: 14px;
    color: #666666;
    margin-top: 0.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.feature .f7 .right .newsList2 .item:last-child {
    border-bottom: transparent;
}

.feature .f7 .right .newsList2 .item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: -15px;
    border-top: 5px solid transparent;
    border-left: 8px solid #1c66b2;
    border-bottom: 5px solid transparent;
}

.service .f1 {
    padding: 4vw 14vw;
}

.service .f1 .img {
    width: 100%;
    margin-top: 1vw;
}

.service .f1 .img img {
    height: auto !important;
}

.service .f2 {
    padding: 4vw 14vw;
}

.service .f2 .itemBox {
    margin-top: 2vw;
    display: flex;
    width: 100%;
}

.service .f2 .itemBox .left {
    width: 53vw;
    height: 32vw;
    background-size: cover !important;
}

.service .f2 .itemBox .left p {
    padding: 22vw 2vw;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
    color: white;
}

.service .f2 .itemBox .right {
    width: 19vw;
    margin-left: 1vw;
}

.service .f2 .description {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

.service .f2 .itemBox .right .item {
    width: 19vw;
    height: 4vw;
    cursor: pointer;
    border: 2px solid #1b62af;
    text-align: center;
    margin-bottom: 1.5vw;
    display: inline-block;
    color: #1b62af;
}

.service .f2 .itemBox .right .item .num {
    width: 3vw;
    height: 3vw;
    border: 1px solid #1b62af;
    border-radius: 50%;
    font-size: 27px;
    text-align: center;
    margin: 0.4vw auto;
    padding: 0.5vw 0;
    display: inline-block;
}

.service .f2 .itemBox .right .item .f {
    display: inline-block;
    font-size: 20px;
    margin-left: 1vw;
    position: relative;
    top: -2px;
}

.service .f2 .itemBox .right .item:last-child {
    margin-bottom: 0;
}

.service .f2 .itemBox .right .active {
    background-image: linear-gradient(131deg, #1b62af 0%, #38bde9 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border: transparent;
    color: white;
}

.service .f2 .itemBox .right .active .num {
    border: 1px solid white;
}

.service .f3 .itemBox {
    padding: 2vw 0;
}

.service .f3 .itemBox .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 1vw 0;
}

.service .f3 .itemBox .item .name {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 15px;
}

.service .f3 .itemBox .item .name::before {
    content: '';
    position: absolute;
    margin-top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -10px;
    background: #666666;
}

.newsPage .f1 {
    padding: 0 14vw;
    display: flex;
}

.newsPage .f1 .title {
    margin-top: 3vw;
}

.newsPage .f1 .left {
    /*width: 55vw;*/
     width: 100%;
    /*border-right: 1px solid #cfcfcf;*/
    padding-right: 1vw;
}

.newsPage .f1 .left .newsItemBox {
    width: 100%;
    padding: 2vw 0;
}

.newsPage .f1 .left .newsItemBox .item {
    width: 100%;
    height: 10vw;
    display: inline-block;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #dadada;
}

.newsPage .f1 .left .newsItemBox .item .img {
    width: 16vw;
    height: 9vw;
    overflow: hidden;
    display: inline-block;
    float: left;

}

.newsPage .f1 .left .newsItemBox .item .text {
    /*width: 30vw;*/
    width: calc(100% - 17.5vw);
    float: left;
    margin-left: 1vw;
    
}

.newsPage .f1 .left .newsItemBox .item .text .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsPage .f1 .left .newsItemBox .item .text .des {
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
    line-height: 1.7;
    margin: 1vw 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsPage .f1 .left .newsItemBox .item .text .more {
    background: transparent;
    border: solid 1px #264a90;
    color: #264a90;
}

.newsPage .f1 .left .newsItemBox .item {
    display: block;
    overflow: hidden;
}

.newsPage .f1 .right {
    width: 25vw;
    margin-left: 2vw;
}

.newsPage .f1 .right .top {
    display: flex;
    justify-content: space-between;
}

.newsPage .f1 .right .top .more {
    position: relative;
    top: 3.5vw;
}

.newsPage .f1 .right .doctorList .item {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1vw;
    margin-top: 1vw;
}

.newsPage .f1 .right .doctorList .item .img {
    width: 21vw;
    height: 13vw;
    background-size: cover !important;
}

.newsPage .f1 .right .doctorList .item .name {
    font-size: 18px;
    color: #333333;
    margin: 0.7vw 0;
    font-weight: bold;
}

.newsPage .f1 .right .doctorList .item .tab {
    font-size: 14px;
    color: #666666;
    margin-bottom: 1vw;
}

.newsPage .f1 .right .doctorList .item .ab {
    display: flex;
}

.newsPage .f1 .right .doctorList .item .ab img {
    width: 10vw;
    margin-right: 1vw;
}

.newsPage .f1 .right .tabList .itemBox {
    margin: 1rem auto;
}

.newsPage .f1 .right .tabList .itemBox a {
    color: #afafaf;
    margin: 5px;
    background: #f4f4f4;
    padding: 2px 10px;
    display: inline-block;
}

.contactUs .f1 {
    padding: 4vw 14vw;
}

.contactUs .f1 .itemBox {
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
}

.contactUs .f1 .itemBox .item {
    width: 23.5%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 1px #d4d4d4;
    border-radius: 5px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 5vw;
}

.contactUs .f1 .itemBox .item:nth-child(4n){
    margin-right: 0%;
    
}

.contactUs .f1 .itemBox .item .icon {
    width: 6vw;
    margin: 0 auto;
    position: relative;
    top: -3vw;
}

.contactUs .f1 .itemBox .item .des {
    font-size: 16px;
    color: #696969;
    position: relative;
    top: -1vw;
    padding: 0 1vw;
}

.contactUs .f1 .itemBox .item .des .phone {
    font-size: 18px;
    color: #474747;
    margin-top: 5px;
}

.contactUs .f1 .itemBox .item .qrcodeBox {
    display: inline-block;
    position: relative;
    top: -1.5vw;
}

.contactUs .f1 .itemBox .item .qrcodeBox .qrcode {
    width: 6vw;
    text-align: center;
    margin: 0 1vw;
    display: inline-block;
}

.contactUs .f1 .itemBox .item .qrcodeBox .qrcode .img {
    width: 6vw;
    height: 6vw;
    padding: 2px;
    border: 1px solid #bfbfbf;
    margin-bottom: 5px;
}

.contactUs .f1 .itemBox .item .qrcodeBox .qrcode .img img {
    margin: 0 auto;
    text-align: center;
}

.contactUs .f1 .itemBox .item .icon1 {
    width: 13vw;
    margin: 0 auto;
    position: relative;
    top: -1vw;
    cursor: pointer;
}

.contactUs .f1 .itemBox .item:last-child {
    margin-right: 0;
}

.contactUs .f2 {
    padding: 0 14vw;
}

.contactUs .f2 .itemBox {
    margin-top: 2vw;
    margin-left: 3vw;
}

.contactUs .f2 .itemBox .item {
    width: 68vw;
    background-color: #ffffff;
    box-shadow: 0 0 15px 1px #d4d4d4;
    border-radius: 5px;
    margin-bottom: 2vw;
}

.contactUs .f2 .itemBox .item .icon {
    width: 6vw;
    position: absolute;
    margin-left: -3vw;
    margin-top: 1vw;
}

.contactUs .f2 .itemBox .item .des {
    padding: 2.5vw 6vw;
    line-height: 1.7;
    font-size: 18px;
    color: #575757;
}

.contactUs .f2 .itemBox .item:last-child {
    margin-bottom: 0;
}

.contactUs .f2 #l-map {
    width: 100%;
    height: 24vw;
    margin-top: 3vw;
}

.contactUs .f2 .ab {
    display: inline-block;
    position: absolute;
    margin-top: -4vw;
    margin-left: 0.5vw;
}

.contactUs .f2 .ab .btn {
    display: inline-block;
    width: 12vw;
    height: 3vw;
    line-height: 3vw;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    background: white;
}

.contactUs .f2 .ab .active {
    background-image: linear-gradient(149deg, #1b62af 0%, #38bde9 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    color: white;
}

.contactUs .f2 .mapList {
    margin-top: 2vw;
}

.contactUs .f2 .mapList .left {
    width: 100%;
    display: flex;
}

.contactUs .f2 .mapList .left .item {
    margin-bottom: 1vw;
}

.contactUs .f2 .mapList .left .item p {
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 1vw;
}

.contactUs .f2 .mapList .left .item input {
    width: 90%;
    border: solid 1px #e5e5e5;
    height: 3vw;
    padding: 0 1vw;
    font-size: 18px;
}

.contactUs .f2 .mapList .left .more {
    margin-top: 3vw;
}

.contactUs .f2 .mapList #r-result {
    width: 100%;
}

.contactUs .f2 .mapList #r-result .sel_n .sel_body_name {
    height: auto !important;
}

.contactUs .f3 {
    width: 100%;
    padding: 4vw 14vw;
}

.contactUs .f3 .input {
    margin-top: 3vw;
    display: flex;
}

.contactUs .f3 .input .item {
    width: 36vw;
    margin-right: 2vw;
}

.contactUs .f3 .input .item p {
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 1vw;
}

.contactUs .f3 .input .item input {
    width: 35vw;
    height: 3vw;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    padding: 0 1vw;
}

.contactUs .f3 .input .item:last-child {
    margin-right: 0;
}

.contactUs .f3 .textarea {
    width: 100%;
    margin-top: 2vw;
}

.contactUs .f3 .textarea p {
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 1vw;
}

.contactUs .f3 .textarea textarea {
    width: 72vw;
    height: 9vw;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    padding: 1vw;
    font-family: inherit;
}

.contactUs .f3 .more {
    margin: 1vw auto;
}

.lightBox .tet-box {
    position: absolute;
    background: #fff;
    left: 50%;
    width: 1000px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.lightBox .tittle {
    height: auto;
    padding: 15px;
    background: #1e6cb5;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    position: relative;
}

.lightBox .summary-join {
    padding: 25px;
    height: 500px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 2;
}

.lightBox .close {
    width: 80px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 8px;
    background: #fff;
    color: #1e6cb5;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.lightBox .close:hover {
    background: #1e6cb5;
    color: #fff;
}

.lightBox .jgMore {
    width: 100%;
    height: 50px;
    position: relative;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    /*border: 1px solid #0b3088;*/
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .5s;
    display: block;
    color: #1e6cb5;
}

.lightBox .jgMore.c {
    margin: 0px auto;
}

.lightBox .jgMore.b {
    color: #1e6cb5;
    background: #fff;
}

.lightBox .jgMore::after {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.lightBox .jgMore.b::after {
    background: #1e6cb5;
}

.jgMore.b:hover::after,
.loadingMore:hover::after {
    -webkit-transform: scale(1);
    opacity: 1;
}

.lightBox .jgMore.b:hover .iconfont {
    color: #fff;
    font-size: 20px;
}

.lightBox .jgMore.b:hover p {
    left: 45px;
}

.lightBox .jgMore .iconfont {
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .35s;
}

.lightBox .jgMore p {
    width: 8vw;
    height: 2vw;
    background-image: linear-gradient( 90deg, #1b62af 0%, #33afe0 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 20px;
    text-align: center;
    color: white;
    line-height: 2vw;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    margin: 0 auto;
}

._toast {
    position: fixed
}

._toast {
    width: 100%;
    height: 50px;
    left: 45%;
    top: 50%;
    margin-top: -25px;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

._toast p {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    color: #222;
    padding: 10px 20px;
    border: 1px solid #222;
    box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -12px;
    left: 0%
}

._toast.success span::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==)
}

._toast.success p {
    color: #0fc27c;
    border-color: #0fc27c
}

._toast.error span::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC)
}

._toast.error p {
    color: #d81e06;
    border-color: #d81e06
}

._toast.warning span::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC)
}

._toast.warning p {
    color: #efb336;
    border-color: #efb336
}

._toast.active {
    opacity: 1;
    visibility: visible
}

._toast span {
    display: inline-block;
    font-size: 16px;
    position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
    padding-left: 30px
}

.searchContent {
    width: 100%;
    height: auto
}

.searchContent .scResult {
    width: 100%;
    height: auto;
    background: #1e6cb5;
    color: #fff;
    font-weight: 700;
    text-indent: 20px;
    font-size: 20px;
    line-height: 40px;
    position: relative
}

.resultTips {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 14px
}

.resultTips span {
    color: #e10101;
    padding: 0 3px;
    font-weight: 700
}

.searchContent .scResult.b {
    background: #1e6cb5;
}

.noData {
    text-align: center;
    display: none;
}

.noData.active {
    display: block;
    margin-top: 5vw;
    font-size: 18px;
}

.news5 ul li {
    padding-bottom: 1vw;
    margin-bottom: 1rem;
    border-bottom: 1px solid gainsboro;
}

.news5 ul li a .title {
    font-weight: bold;
    font-size: 18px;
}

.news5 ul li a .des {
    font-size: 16px;
}

.news5 ul li a .time {
    color: #999999;
}

.newsInfos {
    width: 100%;
    display: flex;
}

.detail_page {
    width: 60%;
}

.detail_list {
    width: 40%;
    padding: 2vw;
    background: #f9f9f9;
}

.newsList2 {
    width: 100%;
    margin-top: 1vw;
    background-color: #f8f8f8;
    /*border: 1px solid #e5e5e5;*/
}

.detail_list .newsList2 .item {
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px;
}

.detail_list .newsList2 .item .img {
    width: 8vw;
    height: 6vw;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.detail_list .newsList2 .item .img img{
    width: 100%;
    height: 100%;
}

.detail_list .newsList2 .item .text {
    width: calc(100% - 9vw);
    display: inline-block;
}

.detail_list .newsList2 .item .text .name {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.detail_list .newsList2 .item .text .time {
    font-size: 12px;
    color: #bbbbbb;
    margin-top: 1vw;
}

.detail_list .newsList2 .item:last-child {
    border-bottom: transparent;
}

.detail_list .tabList {
    margin-top: 2rem;
}

.detail_list .tabList .itemBox {
    margin: 1rem auto;
}

.detail_list .tabList .itemBox a {
    color: #afafaf;
    margin: 5px;
    background: #f4f4f4;
    padding: 2px 10px;
    display: inline-block;
}

.detail_list .top {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}

.detail_list .top .more {
    position: relative;
    top: .5vw;
}

.detail_list .doctorList .item {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1vw;
    margin-top: 1vw;
}

.detail_list .doctorList .item .img {
    width: 21vw;
    height: 13vw;
    background-size: cover !important;
}

.detail_list .doctorList .item .name {
    font-size: 18px;
    color: #333333;
    margin: 0.7vw 0;
    font-weight: bold;
}

.detail_list .doctorList .item .tab {
    font-size: 14px;
    color: #666666;
    margin-bottom: 1vw;
}

.detail_list .doctorList .item .ab {
    display: flex;
}

.detail_list .doctorList .item .ab img {
    width: 10vw;
    margin-right: 1vw;
}

.modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    display: none;
    top: 0;
    z-index: 999;
}

.modal .modalImg {
    position: relative;
    width: 25vw;
    height: 25vw;
    left: 38%;
    top: 7vw;
}

.modal .modalImg img {
    width: 100%;
}

.modal .modalImg .close {
    position: absolute;
    color: white;
    font-size: 30px;
    right: 5px;
    cursor: pointer;
}
.modalMeng{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
}
.modalMeng .text{
    width: 100%;
    color: white;
    font-size: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    line-height: 2;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pc {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 1660px) {
    .doctor .f2 .gallery-top .doctor {
        padding: 2vw 8vw 0 8vw;
    }
    .doctor .f2 .gallery-top .doctor .left {
        width: 50vw;
    }
    .about .f1 .text .num .item .p1 span {
        font-size: 55px;
    }
    .about .f1 .text .num {
        height: 7vw;
    }
    .index .f2 .title {
        width: 33vw;
        padding-top: 2vw;
        padding-left: 14vw;
        padding-right: 0vw;
    }
    .index .f4 .bottom .left .text {
        margin-top: 15.7vw
    }
    header nav .nav ul .home {
        left: 6vw;
    }
    .index .f3 .bottom {
        margin-top: .5vw;
    }
    .index .f3 .bottom .item {
        width: 12vw;
    }
    .index .f4 .bottom .right .projectsContren .item {
        margin-top: 18px;
    }
    .index .f5 .doctor .right {
        margin-top: 0;
    }
    footer .footer .left .qrcodeBox .qrcode {
        width: 8.5vw;
    }
    header nav .nav ul .level1 .navS .title .cn {
        font-size: 24px;
    }
    header nav .nav ul .level1 .navS .title .en {
        font-size: 12px;
    }
    .banner {
        margin-top: 10rem;
    }
    .doctor .f2 .gallery-thumbs {
        margin-top: -20rem;
    }
}

@media (max-width: 1440px) {
    .about .f1 .text .num .item .p1 span {
        font-size: 45px;
    }
    .about .f1 .text .num {
        height: 7vw;
    }
    header nav .nav ul .zj .navS .navs {
        margin-top: 0;
    }
    header nav .nav ul .level1 .navS .btnItem {
        margin-top: 1vw;
    }

    header nav .nav ul .ts .navS .navs {
        margin-top: 0;
    }

    .index .f4 .bottom .left .text {
        margin-top: 14.8vw;
    }
    .index .f4 .bottom .left .text .des {
        height: 6.5rem;
    }
    .index .f2 .itemBox .bottom .item {
        font-size: 14px;
    }
    footer .footer {
        padding: 4vw 10vw;
    }
    .index .f3 .top .des {
        height: 17.5rem;
        -webkit-line-clamp: 10;
    }
    .index .f3 .bottom .item p:nth-child(3) {
        font-size: 12px;
    }
    .index .f4 .bottom .right .projectsContren .item {
        margin-top: 14px;
    }
    .index .f8 .right .newsList2 .item .text .name {
        line-height: 1.3;
    }
    footer .footer .right .level1 {
        padding: 0 1vw;
    }
    footer .footer .right .level1:last-child {
        padding: 0 0 0 1vw;
    }
    .index .f3 .bottom {
        margin-top: 3.5vw;
    }
    footer .footer .left .qrcodeBox .qrcode {
        width: 10vw;
    }

    .index .f2 .title {
        padding-top: 2vw;
    }
    .title .cn {
        font-size: 26px;
    }
    .index .f4 .top .title .des,
    .index .f5 .title .des,
    .index .f7 .top .title .des {
        font-size: 16px;
        top: 5px;
        position: relative;
    }
    .index .f4 .top .tabBoxs .item {
        padding: 0 22px;
        margin: 0px 5px;
    }
    .about .f3 .f3box .txt-swiper {
        width: 18vw;
    }
    .doctor .f1 .itemBox .bottom .item {
        font-size: 12px;
    }
}

@media (max-width: 1366px) {
    .about .f1 .text .num .item .p1 span {
        font-size: 40px;
    }
    .index .f4 .bottom .left .text {
        margin-top: 14.3vw;
    }
    .index .f3 .bottom {
        margin-top: 2.5vw;
    }
    footer .footer {
        padding: 4vw 8vw;
    }
    footer .footer .left .qrcodeBox .qrcode {
        width: 11vw;
    }
    footer .tabBox {
        padding: 1vw 10vw;
    }

    header nav .nav ul .ts .navS .navs {
        width: 38vw;
    }
    header nav .nav ul .ts .navS .navs .item {
        height: 1.8vw;
    }
    header .top .phone {
        font-size: 24px;
    }

    .doctor .f1 .title {
        padding-left: 12vw;
    }
}

@media (max-width: 768px) {
    .modalMeng .text{
        width: 100%;
        font-size: 18px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    ._toast {
        left: 30%;
    }
    .modal .modalImg {
        width: 80vw;
        height: auto;
        left: 10%;
        top: 18vw;
    }
    .lightBox .tet-box {
        width: 90%;
    }
    .lightBox .summary-join {
        max-height: 600px;
    }
    .lightBox .jgMore p {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .newsPage .f1 .left .newsItemBox a {
        display: block;
    }
    .index .f2 .itemBox .bottom .item:hover {
        background: transparent;
    }
    .about .f10 {
        padding: 5vw;
    }
    .about .f10 .f10-swiper {
        width: 100%;
    }
    .index .f3 .top .more {
        margin-top: 1rem;
    }
    .about .f6 .itemBox2 .item img {
        width: 40px;
        height: 40px;
    }
    .about .f10 .f10-swiper .swiper-slide .img {
        width: 100%;
        height: 35vw;
    }
    .about .f10 .swiper-button-next,
    .about .f10 .swiper-button-prev {
        margin-top: -40vw;
    }
    .about .f10 .f10-swiper .swiper-slide .des {
        width: 100%;
        font-size: 14px;
        margin-top: 0;
    }
    .about .f6 .itemBox2 .icon {
        font-size: 12px;
    }
    .about .f6 .itemBox2 .item span {
        font-size: 16px;
    }
    footer .tabBox .tab a {
        display: inline-block;
        margin: 5px;
    }
    .about .f1 .text .des .content {
        height: auto;
        display: block;
    }
    .about .f1 .text .des .open {
        display: none;
    }
    .about .f1 .text .num {
        height: auto;
    }
    .about .f2 .text .imgBox {
        top: 0;
    }
    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 100;
        width: 100%;
        top: 0
    }
    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }
    .sp_logo img {
        margin: auto;
        width: 280px;
    }
    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }
    .sp_nav span {
        display: block;
        background: #16a1d8;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease .35s
    }
    .sp_nav span:nth-of-type(1) {
        top: 0
    }
    .sp_nav span:nth-of-type(2) {
        top: 10px
    }
    .sp_nav span:nth-of-type(3) {
        top: 20px
    }
    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }
    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }
    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }
    .sjj_nav {
        position: fixed;
        z-index: 100;
        background: #fff;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease .35s
    }
    .nav_show {
        top: 50px
    }
    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }
    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }
    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }
    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0 7px
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease .35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0)
    }
    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li a {
        color: rgba(0, 0, 0, .8);
        width: 80%;
        display: block;
        font-size: 16px;
        font-weight: 700
    }
    .sjj_nav ul li ul li a {
        color: rgba(0, 0, 0, .5);
        display: block;
        text-align: left;
        font-size: 14px
    }
    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #16a1d8
    }
    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
    .qrCode {
        margin: 10px auto;
        text-align: center
    }
    .qrCode img {
        margin: 0 auto;
        text-align: center;
        width: 150px;
    }
    .nav_phone {
        text-align: center;
        font-size: 16px;
        margin-top: -1rem;
    }
    .nav_phone p:nth-child(2) {
        font-size: 26px;
    }
    .nav_phone p:nth-child(2) a {
        color: #0a6aa1;
    }
    .title {
        text-align: center;
    }
    main {
        margin-top: 50px !important;
    }

    .index .f2 {
        height: auto;
        display: block;
        padding: 5vw;
    }
    .index .f1 .img-swiper .swiper-button-next,
    .index .f1 .img-swiper .swiper-button-prev {
        display: none;
    }
    .index .f1 .img-swiper .swiper-pagination {
        right: 0;
    }
    .index .f2 .title {
        width: auto;
        padding-left: 5vw;
        text-align: center;
    }
    .title .en {
        font-size: 16px;
    }
    .title .cn {
        font-size: 22px;
        margin-top: 5px;
    }
    .index .f2 .itemBox {
        width: 100%;
        margin-top: 5vw;
    }
    .index .f2 .itemBox .top {
        display: none;
    }
    .index .f2 .itemBox .bottom .item {
        width: 30vw;
        height: auto;
        padding: 2.5vw 0;
        /*margin-bottom: 5vw;*/
    }
    .index .f2 .itemBox .bottom .item img {
        width: 10vw;
        height: 8vw;
    }
    .index .f2 .itemBox .bottom .item:last-child,
    .index .f2 .itemBox .bottom .item {
        border-right: transparent;
        border-left: transparent;
        text-align: center;
    }
    .index .f2 .itemBox .bottom .item:hover::after {
        content: inherit;
    }
    .index .f3 {
        padding: 5vw;
    }
    .index .f3 .top .img {
        position: inherit;
        width: 100%;
    }
    .index .f3 .top .title {
        text-align: center;
        margin-top: 5vw;
    }
    .index .f3 .top .des {
        width: 100%;
        height: 17.5rem;
        font-size: 16px;
    }
    .more {
        width: 30vw;
        height: 8vw;
        line-height: 8vw;
        margin: 0 auto;
    }
    .index .f3 .bottom {
        width: 100%;
        display: inline-block;
    }
    .index .f3 .bottom .item {
        display: inline-block;
        float: left;
        width: 31%;
        height: 11rem;
        margin: 1vw;
        border-right: transparent;
    }
    .index .f3 .bottom .item p:nth-child(2) {
        font-size: 16px;
    }
    .index .f3 .bottom .item img {
        width: 15vw;
    }
    .index .f4 {
        padding: 5vw;
    }
    .index .f4 .top {
        display: block;
    }
    .index .f4 .top .title {
        text-align: center;
    }
    .index .f4 .top .title .cn {
        display: block;
        float: inherit;
        border-right: transparent;
    }
    .index .f4 .top .title .des {
        padding: 0;
    }
    .index .f4 .top .tabBoxs {
        display: inline-block;
        margin: 3vw auto;
        text-align: center;
    }
    .index .f4 .top .tabBoxs .item {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 2vw;
    }
    .index .f4 .bottom .left {
        display: block;
        float: inherit;
        width: 100%;
        height: auto;
    }
    .index .f4 .bottom .left .text {
        width: 100%;
        padding: 10vw 5vw;
        margin-top: 0;
    }
    .index .f4 .bottom .left .text .name::before {
        margin-top: -10px;
    }
    .index .f4 .bottom .right {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .index .f4 .bottom .right .projectsTop {
        margin-top: 1rem;
        padding-bottom: 3vw;
    }
    .index .f4 .bottom .right .projectsTop .text {
        width: 53vw;
    }
    .index .f4 .bottom .right .projectsTop .tation {
        width: 35vw;
    }
    .index .f4 .bottom .right .projectsTop .text .name {
        font-size: 16px;
        margin-bottom: 0;
    }
    .index .f4 .bottom .right .projectsTop .text .des {
        font-size: 12px;
    }
    .index .f4 .bottom .right .projectsContren .item {
        font-size: 14px;
    }
    .index .f4 .bottom .right .projectsBottom a {
        width: 33%;
        height: 18vw;
    }
    .index .f4 .bottom .right .projectsBottom a img {
        height: 18vw;
    }
    .index .f4 .bottom .right .projectsBottom a p {
        font-size: 14px;
        margin-top: -1.8rem;
    }
    .index .f5 .title {
        padding: 0;
        text-align: center;
        margin-bottom: 2vw;
    }
    .index .f5 .title .cn {
        display: block;
        float: inherit;
    }
    .index .f5 .title .des {
        padding-left: 0;
    }
    .index .f4 .top .title .des,
    .index .f5 .title .des,
    .index .f7 .top .title .des {
        top: 0;
    }
    .index .f5 .gallery-doctor {
        height: auto;
    }
    .index .f5 .gallery-doctor .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .index .f5 .gallery-doctor .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        display: none;
    }
    .index .f5 .doctor {
        padding: 5vw;
        height: auto;
    }
    .index .f5 .doctor .left {
        width: 100%;
    }
    .index .f5 .doctor .left .text .name {
        font-size: 18px;
    }
    .index .f5 .doctor .left .text .item .lad {
        width: auto;
        font-size: 14px;
    }
    .index .f5 .doctor .left .text .item .lab {
        margin: 2vw 0;
        display: block;
        float: initial;
    }
    #certify .swiper-slide .text .name {
        font-size: 20px;
    }
    #certify .swiper-slide .text .name span {
        font-size: 16px;
    }
    .index .f5 .doctor .left .btnBox .zixun,
    .index .f5 .doctor .left .btnBox .yuyue,
    .index .f5 .doctor .left .btnBox .paiban {
        width: 29vw;
    }
    .index .f5 .doctor .left .itemBox .item {
        width: 43vw;
        height: 28vw;
        font-size: 14px;
    }
    .index .f5 .doctor .left .itemBox {
        margin-top: 5vw;
    }
    .index .f5 .doctor .left .text .item {
        width: 60%;
    }
    .index .f5 .doctor .left .itemBox .item p {
        top: 20vw;
    }
    .index .f5 .doctor .right img {
        width: 35vw;
    }
    .index .f5 .doctor .right {
        margin-left: 55vw;
        margin-top: 15vw;
    }
    .index .f6 .right .item .text .des {
        font-size: 14px;
        text-align: center;
    }
    .index .f6 {
        width: 100%;
        padding: 5vw;
    }
    .index .f6 .left {
        width: 100%;
        height: 50vw;
        /*background: transparent !important;*/
    }
    .index .f6 .left .text {
        /*color: #282828;*/
        padding: 5vw 2vw;
        text-align: center;
    }
    .index .f6 .left .text .des {
        padding: 10px 0;
        text-align: center;
    }
    .index .f6 .left .text .more {
        background: #1b62af;
        color: white;
    }
    .index .f6 .right {
        width: 100%;
        margin-top: 1rem;
    }
    .index .f6 .right .item {
        width: 100%;
        height: 50vw;
    }
    .index .f6 .right .item .text {
        padding: 5vw 2vw;
    }
    .index .f6 .right .item:nth-child(even) {
        margin-right: 0;
    }
    .index .f6 .right .item .text .name {
        font-size: 18px;
        text-align: center;
    }
    .index .f7 .top {
        padding: 0;
        display: block;
    }
    .index .f7 .top .title {
        text-align: center;
    }
    .index .f7 .top .title .cn {
        display: block;
        float: inherit;
        border-right: transparent;
    }
    .index .f7 .top .title .des {
        padding: 0;
        font-size: 14px;
    }
    .index .f7 .hospital {
        padding: 5vw 5vw 0 5vw;
        display: block;
    }
    .index .f7 .hospital .left {
        display: flex;
        margin-right: 0;
    }
    .index .f7 .hospital .left .item {
        width: 50%;
        height: 35vw;
    }
    .index .f7 .hospital .left .item:nth-child(1) {
        margin-right: 8px;
    }
    .index .f7 .hospital .centre {
        margin-right: 0;
    }
    .index .f7 .hospital .centre .item {
        width: 100%;
        height: 65vw;
    }
    .index .f7 .hospital .right {
        display: flex;
        margin-right: 0;
        margin-top: 8px;
    }
    .index .f7 .hospital .right .item {
        width: 50%;
        height: 35vw;
    }
    .index .f7 .hospital .right .item:nth-child(1) {
        margin-right: 8px;
    }
    .index .f7 .hospital .left .item p,
    .index .f7 .hospital .right .item p {
        font-size: 16px;
        padding-top: 22vw;
        text-align: center;
    }
    .index .f7 .hospital .centre .item p {
        font-size: 20px;
        padding-top: 56vw;
        text-align: left;
        padding-left: 2vw;
    }
    .index .f8 {
        padding: 5vw;
    }
    .index .f8 .left {
        display: block;
        float: inherit;
        width: 100%;
    }
    .index .f8 .left .top .more {
        top: 4vw;
    }
    .index .f8 .left .newsItemBox .newsItem:last-child {
        display: none;
    }
    .index .f8 .left .newsItemBox .newsItem {
        width: 100%;
        margin-right: 0;
    }
    .index .f8 .left .newsItemBox .newsItem .newsList {
        margin-top: 2vw;
    }
    .index .f8 .left .newsItemBox .newsItem .newsTop img {
        width: 100%;
        height: auto;
    }
    .index .f8 .left .newsItemBox .newsItem .newsTop .text .name {
        font-size: 16px;
    }
    .index .f8 .left .newsItemBox .newsItem .newsList a {
        font-size: 14px;
    }
    .index .f8 .right .newsList2 .item {
        width: 100%;
    }
    .index .f8 .right {
        width: 100%;
    }
    .index .f8 .right .top .more {
        top: 4vw;
    }
    .index .f8 .right .newsList2 {
        width: 100%;
    }
    .index .f8 .right .newsList2 .item .img {
        width: 36vw;
        height: 24vw;
    }
    .index .f8 .right .newsList2 .item .img img {
        width: 36vw;
        height: 24vw;
    }
    .index .f8 .right .newsList2 .item .text {
        display: block;
        width: 100%;
    }
    .index .f8 .right .newsList2 .item .text .time {
        text-align: right;
    }
    .index .f8 .right .newsList2 .item .text .name {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    footer .footer {
        padding: 5vw;
    }
    footer .footer .right {
        display: none;
    }
    footer .footer .left .qrcodeBox .qrcode {
        width: 50%;
    }
    footer .footer .left .qrcodeBox .qrcode img {
        width: 60%;
        margin: 0 auto;
    }
    footer .footer .left .qrcodeBox .qrcode p {
        margin-top: 1rem;
    }
    footer .tabBox {
        padding: 5vw;
        height: auto;
    }
    footer .info {
        padding: 8px 5vw;
    }
    .backTop {
        display: none;
    }
    .banner {
        margin-top: 0;
    }
    .banner {
        height: 31vw;
    }
    .banner .title {
        padding: 8vw 5vw;
    }
    .banner .title .en {
        opacity: 0.7;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .banner .title .cn {
        font-size: 24px;
    }
    .tabBox {
        padding: 0 5vw;
        height: 48px;
        margin: 0 auto;
        text-align: center;
    }
    .tabBox .item {
        font-size: 16px;
        line-height: 45px;
    }
    .about .f1 {
        padding: 5vw;
    }
    .about .f1 .text {
        display: block;
        margin-top: 1rem;
    }
    .about .f1 .text .des {
        width: 100%;
        font-size: 16px;
    }
    .about .f1 .text .num .item {
        padding: 0 6vw;
    }
    .about .f1 .text .num .item .p1 span {
        font-size: 33px;
    }
    .about .f1 .text .num .item .p1 {
        font-size: 18px;
    }
    .about .f1 .text .num .item .p2 {
        font-size: 16px;
    }
    .about .f2 {
        padding: 5vw;
    }
    .about .f2 .text {
        margin-top: 1rem;
        display: block;
    }
    .about .f2 .text .des {
        width: 100%;
        font-size: 16px;
    }
    .about .f2 .text .imgBox img {
        width: 50%;
        margin: 1vw 0;
    }
    .about .f3 {
        padding: 5vw;
    }
    .about .f3 .f3box {
        display: block;
    }
    .about .f3 .f3box .f3Tab {
        width: 50%;
        display: flex;
        margin: 0 auto;
        text-align: center;
    }
    .about .f3 .f3box .f3Tab .item {
        margin: 0 auto;
        text-align: center;
    }
    .about .f3 .f3box .f4-swiper {
        margin-left: 0;
        width: 100%;
        margin-top: 1rem;
    }
    .about .f3 .f3box .txt-swiper {
        display: none;
    }
    .about .f3 .f3box .f4-swiper .swiper-slide p {
        font-size: 16px;
    }
    .about .f4 {
        padding: 5vw;
    }
    .about .f4 .itemBox .item {
        box-shadow: 0 0 10px 0px #d4d4d4;
        border-radius: 5px;
        display: block;
    }
    .about .f4 .itemBox .item .text .name {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .about .f4 .itemBox .item .text .tab {
        display: none;
    }
    .about .f4 .itemBox .item .text .des {
        width: 100%;
    }
    .about .f4 .itemBox .item .img {
        margin: 1rem auto;
    }
    .about .f5 {
        padding: 5vw;
    }
    .about .f5 .hotList {
        margin-top: 1rem;
    }
    .about .f5 .hotList ul li {
        width: 100%;
    }
    .about .f6 {
        padding: 5vw;
    }
    .about .f6 .itemBox {
        margin-top: 1rem;
    }
    .about .f6 .itemBox .item {
        width: 100%;
        box-shadow: 0 0 10px 1px #d4d4d4;
        border-radius: 0;
    }
    .about .f6 .itemBox .item .top .des .name {
        font-size: 18px;
    }
    .about .f6 .itemBox .item .top .pr span {
        font-size: 18px;
    }
    .about .f7 {
        padding: 5vw;
    }
    .about .f8 {
        padding: 5vw;
    }
    .about .f8 .itemBox {
        display: block;
    }
    .about .f8 .itemBox .item {
        padding: 5vw;
    }
    .about .f9 {
        padding: 5vw;
    }
    #certify .swiper-slide {
        width: 100%;
    }
    #certify .swiper-slide .img {
        width: 30vw;
        margin: 0 1vw;
    }
    #certify .swiper-slide .text .sc {
        font-size: 16px;
    }
    #certify .swiper-slide .text {
        width: 100%;
    }
    #certify .swiper-button-prev,
    #certify .swiper-button-next {
        display: none;
    }
    .feature .f4 .itemBox .item img {
        height: auto;
    }
    .feature .f6 .itemBox .item img {
        height: auto;
    }
    .doctor .f1 {
        height: auto;
        display: block;
        padding: 5vw;
    }
    .doctor .f1 .title {
        padding: 0;
    }
    .doctor .f1 .itemBox {
        width: 100%;
    }
    .doctor .f1 .itemBox .bottom {
        margin-top: 1rem;
    }
    .doctor .f1 .itemBox .bottom .item {
        width: 33%;
        height: auto;
        padding: 2vw 0;
        border: transparent;
        font-size: 14px;
    }
    .doctor .f1 .itemBox .bottom .item:last-child {
        border: transparent;
    }
    .doctor .f1 .itemBox .bottom .item:hover {
        background: transparent;
    }
    .doctor .f1 .itemBox .bottom .item img {
        width: 9vw;
        height: 7vw;
    }
    .doctor .f1 .itemBox .bottom .item p {
        margin-top: 10px;
    }
    .doctor .f1 .itemBox .bottom .active {
        background: #76d9ff;
    }
    .doctor .f2 .gallery-top .doctor {
        padding: 5vw;
        display: block;
    }
    .doctor .f2 .gallery-top .doctor .left {
        width: 100%;
        top: 0;
        margin-bottom: 8rem;
    }
    .doctor .f2 .gallery-top .doctor .left .text .name {
        font-size: 22px;
    }
    .doctor .f2 .gallery-top .doctor .left .text .item .lad {
        width: 100%;
    }
    .doctor .f2 .gallery-top .doctor .left .btnBox .zixun,
    .doctor .f2 .gallery-top .doctor .left .btnBox .yuyue {
        width: 37vw;
    }
    .doctor .f2 .gallery-top .doctor .left .btnBox .paiban {
        width: 15vw;
    }
    .doctor .f2 .gallery-top .doctor .right {
        display: none;
    }
    .doctor .f2 .gallery-top .project {
        height: 30vw;
    }
    .doctor .f2 .gallery-top .project .project-swiper {
        width: 90vw;
        height: 25vw;
        position: relative;
        top: 3vw;
    }
    .doctor .f2 .gallery-top .project .project-swiper .swiper-wrapper .swiper-slide {
        width: 31vw !important;
        height: 24vw;
    }
    .doctor .f2 .gallery-top .project .project-swiper .swiper-wrapper .swiper-slide .item {
        font-size: 12px;
        width: 30vw;
        height: 19vw;
    }
    .doctor .f2 .gallery-top .project .project-swiper .swiper-wrapper .swiper-slide .item p {
        padding: 20vw 0;
    }
    .doctor .f2 .gallery-top .project .swiper-button-prev,
    .doctor .f2 .gallery-top .project .swiper-container-rtl .swiper-button-next {
        display: none;
    }
    .doctor .f2 .gallery-top .project .swiper-button-next,
    .doctor .f2 .gallery-top .project .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .doctor .f2 .gallery-thumbs .swiper-slide {
        width: 22vw !important;
        height: 22vw;
    }
    .doctor .f2 .gallery-thumbs {
        margin-top: -58vw;
        margin-left: 5vw;
    }
    .doctor .f3 {
        padding: 5vw;
    }
    .doctor .f3 .itemBox .item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .doctor .f3 .itemBox .item .img {
        width: 100%;
        height: auto;
    }
    .doctor .f3 .itemBox .item .text {
        width: 100%;
    }
    .doctor .f3 .itemBox .item .text .ab .zixun,
    .doctor .f3 .itemBox .item .text .ab .yuyue {
        width: 30vw;
        height: 8vw;
    }
    .feature .f1 {
        height: auto;
        display: block;
        padding: 5vw;
    }
    .feature .f1 .title {
        padding: 0;
    }
    .feature .f1 .itemBox {
        width: 100%;
    }
    .feature .f1 .itemBox .bottom {
        margin-top: 1rem;
    }
    .feature .f1 .itemBox .bottom .item {
        width: 33%;
        height: auto;
        padding: 2vw 0;
        border: transparent;
    }
    .feature .f1 .itemBox .bottom .item:last-child {
        border: transparent;
    }
    .feature .f1 .itemBox .bottom .item {
        background: transparent;
    }
    .feature .f1 .itemBox .bottom .item img {
        width: 9vw;
        height: 7vw;
    }
    .feature .f1 .itemBox .bottom .item p {
        margin-top: 10px;
    }
    .feature .f1 .itemBox .bottom .active {
        background: #76d9ff;
    }
    .feature .f2 {
        padding: 5vw;
    }
    .feature .f3 {
        padding: 0 5vw;
        display: block;
    }
    .feature .f3 .imgBox {
        width: 100%;
        height: auto;
    }
    .feature .f3 .imgBox .f3-swiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 5vw !important;
        height: 1vw !important;
    }
    .feature .f3 .imgBox .f3-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 1vw;
        height: 1vw;
    }
    .feature .f3 .text {
        width: 100%;
        padding: 5vw 0;
    }
    .feature .f3 .text .top {
        display: block;
    }
    .feature .f3 .text .top .icon {
        display: none;
    }
    .feature .f3 .text .top .title::after {
        content: inherit;
    }
    .feature .f3 .text .ab img {
        width: 44vw;
    }
    .feature .f4 {
        padding: 0 5vw;
    }
    .feature .f4 .itemBox .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .feature .f4 .itemBox .item .top {
        padding: 3vw;
    }
    .feature .f4 .itemBox .item .top .name {
        font-size: 20px;
    }
    .feature .f4 .itemBox .item .aBox p {
        margin-bottom: 2vw;
    }
    .feature .f5 {
        padding: 5vw;
    }
    .feature .f6 {
        padding: 5vw;
    }
    .feature .f6 .itemBox .item {
        width: 100%;
        margin-bottom: 3vw;
    }
    .feature .f6 .itemBox .item img {
        width: 100%;
    }
    .feature .f6 .itemBox .item .text {
        width: 100%;
        padding: 3vw;
    }
    .feature .f6 .itemBox .item .text .more {
        margin: 1vw 0;
    }
    .feature .f7 {
        padding: 5vw;
    }
    .feature .f7 .left {
        width: 100%;
        margin-right: 0;
    }
    .feature .f7 .left .top .title {
        text-align: left;
    }
    .feature .f7 .left .top .more {
        top: 4vw;
    }
    .feature .f7 .left .newsItemBox .item .img {
        width: 40vw;
        height: 25vw;
    }
    .feature .f7 .left .newsItemBox .item .text {
        width: 50vw;
        padding: 0 2vw;
    }
    .feature .f7 .left .newsItemBox .item .text .name {
        font-size: 16px;
    }
    .feature .f7 .left .newsItemBox .item .text .des {
        -webkit-line-clamp: 3;
    }
    .feature .f7 .left .newsItemBox .item .text .more {
        display: none;
    }
    .service .f3 .itemBox .item .name {
        width: 65vw;
    }
    .service .f1 {
        padding: 5vw;
    }
    .feature .f7 .right {
        width: 100%;
    }
    .feature .f7 .right .top .more {
        top: 4vw;
    }
    .feature .f7 .right .newsList2 {
        width: 100%;
    }
    .feature .f7 .right .newsList2 .item {
        padding: 1.3vw 1.3vw 1.3vw 5vw;
        height: 6rem;
    }
    .feature .f7 .right .newsList2 .item a {
        display: block;
    }
    .feature .f7 .right .newsList2 .item .text .name {
        font-size: 16px;
    }
    .feature .f7 .left .newsItemBox .item {
        height: 7rem;
    }
    .feature .f7 .left .newsItemBox a {
        display: block;
    }
    .service .tabBox {
        padding: 0 1vw;
        margin: 0 auto;
        text-align: center;
    }
    .service .tabBox .item {
        margin-right: 1vw;
        font-size: 15px;
    }
    .service .f2 {
        padding: 5vw;
    }
    .service .f2 .itemBox {
        display: block;
    }
    .service .f2 .itemBox .left {
        width: 100%;
        height: 60vw;
    }
    .service .f2 .itemBox .right {
        width: 100%;
        margin-left: 0;
        display: flex;
        margin-top: 1rem;
    }
    .service .f2 .itemBox .right .item {
        height: auto;
        border: transparent;
    }
    .service .f2 .itemBox .right .item .num {
        width: 12vw;
        height: auto;
        margin: 3vw auto;
    }
    .service .f2 .itemBox .right .item .f {
        display: none;
    }
    .newsPage .f1 {
        padding: 0 5vw;
        display: block;
    }
    .newsPage .f1 .left {
        width: 100%;
        padding-right: 0;
        border-right: transparent;
    }
    .newsPage .f1 .left .newsItemBox .item .img {
        width: 32vw;
        height: 23vw;
    }
    .newsPage .f1 .left .newsItemBox .item .text {
        width: 57vw;
        padding: 0 2vw;
    }
    .newsPage .f1 .left .newsItemBox .item .text .name {
        font-size: 16px;
        -webkit-line-clamp: 1;
    }
    .newsPage .f1 .right {
        width: 100%;
        margin-left: 0;
    }
    .newsPage .f1 .right .doctorList {
        width: 100%;
        display: inline-block;
    }
    .newsPage .f1 .right .doctorList .item {
        width: 47%;
        display: inline-block;
        float: left;
        margin-right: 1rem;
    }
    .newsPage .f1 .right .doctorList .item:nth-child(even) {
        margin-right: 0;
    }
    .newsPage .f1 .right .doctorList .item .img {
        width: 100%;
        height: 42vw;
    }
    .newsPage .f1 .right .doctorList .item .ab {
        display: block;
    }
    .newsPage .f1 .right .doctorList .item .ab img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .newsPage .f1 .right .top {
        display: block;
    }
    .newsPage .f1 .right .top .more {
        display: none;
    }
    .contactUs .f1 {
        padding: 5vw;
    }
    .contactUs .f1 .itemBox {
        width: 100%;
        display: block;
    }
    .contactUs .f1 .itemBox .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
        padding: 5vw;
    }
    .contactUs .f1 .itemBox .item .icon {
        width: 15vw;
    }
    .contactUs .f1 .itemBox .item .qrcodeBox {
        width: 100%;
    }
    .contactUs .f1 .itemBox .item .qrcodeBox .qrcode {
        width: 45%;
    }
    .contactUs .f1 .itemBox .item .qrcodeBox .qrcode .img {
        width: 100%;
        height: auto;
    }
    .contactUs .f1 .itemBox .item .icon1 {
        width: 50%;
    }
    .contactUs .f2 {
        padding: 0 5vw;
    }
    .contactUs .f2 .itemBox {
        margin-left: 0;
    }
    .contactUs .f2 .itemBox .item {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }
    .contactUs .f2 .itemBox .item .icon {
        position: inherit;
        width: 15vw;
        margin: 0 auto;
        position: relative;
        top: 2vw;
    }
    .contactUs .f2 #l-map {
        height: 50vw;
    }
    .contactUs .f2 .ab {
        position: inherit;
        display: block;
        margin: 1rem auto;
        text-align: center;
    }
    .contactUs .f2 .ab .btn {
        width: 30vw;
        height: 10vw;
        line-height: 10vw;
    }
    .infoCn {
        font-size: 22px;
    }
    .contactUs .f2 .mapList .left {
        display: block;
    }
    .contactUs .f2 .mapList .left .item p {
        font-size: 18px;
    }
    .contactUs .f2 .mapList .left .item input {
        width: 100%;
        height: 10vw;
    }
    .contactUs .f2 .mapList #r-result {
        margin-top: 1rem;
    }
    .contactUs .f3 {
        padding: 5vw;
    }
    .contactUs .f3 .input {
        display: block;
    }
    .contactUs .f3 .input .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .contactUs .f3 .input .item p {
        font-size: 18px;
    }
    .contactUs .f3 .input .item input {
        width: 100%;
        height: 10vw;
    }
    .contactUs .f3 .textarea p {
        font-size: 18px;
    }
    .contactUs .f3 .textarea textarea {
        width: 100%;
        height: 20vw;
    }
    .detail_list {
        display: none;
    }
    .newsPage .f1 .left .newsItemBox .item {
        display: block;
        height: 26vw;
    }
    .newsPage .f1 .left .newsItemBox .item .text .more {
        display: none;
    }
    .newsPage .f1 .left .newsItemBox .item .text .des {
        -webkit-line-clamp: 2;
    }
    
    .honor_box .item{
        width: 100%;
        margin-right: 0%;
    }
    
}