@charset "utf-8";
* {
    font-family: '微软雅黑', serif !important;
}

.html {
    width: 100%;
}

p {
    padding: 0
}

iframe {
    border-width: 0;
}

body {
    color: #333333;
    background: #ffffff;
    font-family: "微软雅黑", serif;
}

body, div, dl, dt, dd, img, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, option, textarea, p, blockquote, th, td, a, span {
    padding: 0;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    zoom: 1;
    font-size: 16px;
}

ol, ul, dl {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

ul, li {
    list-style: none;
}

span, dl, dt, dd, ul, li {
    display: block;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #027f6c;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.clear {
    clear: both;
    overflow: hidden
}

p {
    line-height: 26px;
}

h3 {
    font-size: 20px;
}

h2 {
    font-family: 微软雅黑, serif;
    color: #333;
}

.pr {
    position: relative
}

.pa {
    position: absolute;
}

.w100 {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}
.fl,
.left {
    float: left;
}
.fr,
.right {
    float: right;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.mr {
    margin: 0 auto;
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    border-bottom: 0 !important;
}

.dim {
    display: block;
    margin: 0 auto
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 30px;
}

.mt4 {
    margin-top: 40px;
}

.mt5 {
    margin-top: 50px;
}

.mt6 {
    margin-top: 60px;
}

/*头部*/
.head {
    width: 100%;
}

.head_box {
    display: flex;
    flex-wrap: wrap;
}

.head_box .logo {
    padding: 15px 0;
}

.head_box .xh {
    margin: 0 auto;
    padding: 15px 0;
}

.head_r {
    display: flex;
    flex-wrap: wrap;
}

.head_r .head_tel {
    line-height: 113px;
    color: #027f6c;
    font-size: 22px;
    padding: 0 15px;
}

.head_r .head_sear {
    background-color: #04947e;
    text-align: center;
    padding: 20px 15px 0;
}

.head_r .head_sear p {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

/*导航*/
.navbg {
    height: 54px;
    background: #027f6c
}

.nav ul {
    display: flex;
    flex-wrap: wrap;
}

.nav ul li {
    text-align: center;
    height: 54px;
    line-height: 54px;
    flex: 1;
}

.nav ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
}

.nav ul li.on,
.nav ul li:hover {
    background-color: #04947e;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
/*首页大标题*/
.in_title {
    text-align: center;
    margin: 50px auto;
}
.in_title h3{
    font-size: 42px;
    font-weight: normal;
}
.in_title .in_lin{
    border-bottom: 1px solid #969696;
    width: 440px;
    margin: 20px auto;
}
.in_title .in_lin i{
    background: #027f6c;
    height: 3px;
    width: 60px;
    display: block;
    margin: -2px auto;
}
.in_title p{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}


/*诊疗项目*/
.zlhd {
    width: 206px;
    height: 208px;
    float: left;
    margin-right: 10px;
}

.zlhd ul li {
    width: 199px;
    height: 102px;
    position: relative;
    background-color: #d5f0f0;
    margin-bottom: 7px;
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 102px;
    cursor: pointer
}

.zlhd ul li.on {
    width: 199px;
    height: 102px;
    color: #fff;
    background-color: #027f6c;
}

.zlhd ul li.on:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #027f6c;
}

.zlr ul {
    display: flex;
    flex-wrap: wrap;
}

.zlr ul li {
    flex: 1;
    width: 175px;
    height: 208px;
    border: 1px solid #027f6c;
    margin-left: 19px;
}

.zlr ul li a {
    display: block;
}

.zlr ul li img {
    margin: 30px auto 0;
}

.zlr ul li img:nth-child(1) {
    display: block;
}

.zlr ul li img:nth-child(2) {
    display: none;
}

.zlr ul li h3 {
    color: #027f6c;
    font-size: 20px;
    text-align: center;
    padding-top: 16px;
}

.zlr ul li:hover {
    background-color: #027f6c;
}

.zlr ul li:hover h3 {
    color: #fff;
}

.zlr ul li:hover img:nth-child(1) {
    display: none;
}

.zlr ul li:hover img:nth-child(2) {
    display: block;
}


/*专家*/
.zjnr {
    width: 990px;
    height: 586px;
}

.im1-zjnr {
    margin-right: 30px;
}

.zjnr h3 {
    margin-top: 45px;
    font-size: 30px;
    color: #6f5449;
    width: 540px;;
    height: 36px;
    float: left;
    margin-left: 1px;
    margin-bottom: 30px
}

.zjnr h3 span {
    display: block;
    float: right;
    color: #5e5e5e;
    font-weight: normal;
    font-size: 22px;
    padding: 10px 320px 0 0px;
}

.p1-zjnr {
    float: left;
    font-size: 16px;
    margin: 29px 0 20px 0
}

.zjnr h4 {
    color: #333;
    font-size: 20px;
    float: left;
    margin-top: 30px;
    display: block
}

.p2-zjnr {
    font-size: 16px;
    line-height: 34px;
    display: block;
    float: left;
    width: 543px;
    margin-top: 6px;
}

.p2-zjnr a {
    color: #f38f37
}

.zjnr-zy {
    width: 549px;
    height: 116px;
    margin-top: 38px;
}

.zjnr-zy p {
    padding: 15px 0 0 105px;
    font-size: 16px;
    line-height: 30px;
}

.zjnr-zx {
    margin-top: 35px;
    width: 500px;
    height: 44px;
}

.zjnr-zx img {
    float: left;
    margin-left: 80px;
}

.zjtop {
    width: 144px;
    height: 480px;
    margin-top: 63px;
    float: right
}

.zjtop ul {
    height: 480px
}

.zjtop ul li {
    width: 144px;
    height: 144px;
    float: left;
    margin-bottom: 14px;
    cursor: pointer
}

.sPrev img {
    width: 47px;
    height: 31px;
    display: block;
    position: absolute;
    top: -9%;
    right: 35%;
    z-index: 9999;
    cursor: pointer
}

.sNext img {
    width: 47px;
    height: 31px;
    display: block;
    position: absolute;
    bottom: -5%;
    right: 35%;
    z-index: 9999;
    cursor: pointer
}


.spzx-title {
    margin-top: 10px;
}

.spzx-title li {
    cursor: pointer;
    width: 250px;
    height: 85px;
    background-color: #f1f0ee;
    margin-bottom: 20px;
    color: #027f6c;
    font-size: 24px;
    line-height: 85px;
    text-align: center;
    position: relative;
}

.spzx-title li.on {
    background-color: #027f6c;
    color: #fff
}

.spzx-title li.on:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #027f6c;
}

.spzx_itm {
    width: 930px;
    margin-top: 10px;
    float: right;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 30px;
}

.video_itm {

}
.video_itm video{
    width: 100%;
}
.video_itm p{
    font-size: 17px;
    color: #333;
    line-height: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.video_itm span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

/*新闻中心*/
.in_new{
    display: flex;
    flex-wrap: wrap;
}
.in_new>div{
    flex: 1;
}
.in_new .pic{
    position: relative;
    overflow: hidden;
    height: 375px;
}
.in_new .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.in_new .pic:hover img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.new_r{
    margin-left: 40px;
}
.new_r_t{
    padding-bottom: 30px;
    border-bottom: 1px #adadad dashed;
}
.new_r_t h3{
    line-height: 45px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.new_r_t a:hover h3{
    color: #027f6c;
}
.new_r_t p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.new_r_t span{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.new_r_b{
    margin-top: 30px;
}
.new_rli{
    display: block;
    position: relative;
    line-height: 45px;
    height: 45px;
}
.new_rli p{
    display: block;
    font-size: 18px;
    line-height: 45px;
    width: 450px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_rli a:hover p{
    color: #027f6c;
}
.new_rli span{
    color: #929293;
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/*专家团队*/
.expert{
    display: flex;
    flex-wrap: wrap;
    height: 660px;
}

/* 左侧主轮播容器：占75%宽度 */
.main-swiper-wrapper {
    width: 75%;
    height: 100%;
    position: relative;
    background: url("../images/zj_bg.png") no-repeat;
    background-size: 100%;
}
.main-swiper {
    width: 100%;
    height: 100%;
}
.main-slide-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px;
    position: relative;
}
.text-area {
    margin-left: 50px;
    width: 60%;
    z-index: 99;
    margin-top: -60px;
}
.text-area h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}
.text-area ul {
    list-style: none;
    margin-bottom: 25px;
    line-height: 1.8;
}
.text-area ul li{
    font-size: 18px;
}
.text-area ul li:before {
    content: "•";
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.resume-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 6px;
}
.resume-box h3 {
    background-color: #027f6c;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}
.resume-box p {
    line-height: 1.7;
    margin-bottom: 15px;
}
.btn-group{
    text-align: center;
}
.btn-group a {
    color: #333;
    border: 1px solid #333;
    padding: 0 25px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    margin-right: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-group a:hover {
    border: 1px solid #027f6c;
    color: #027f6c;
}
.doctor-img {
    width: 378px;
    height: auto;
    position: absolute;
    right: 0;
}

.thumbs-swiper-wrapper {
    width: 25%;
    height: 100%;
    background-color: #027f6c;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0;
}
.thumbs-swiper-wrapper .thumbs-swiper {
    width: 100%;
    height: calc(100% - 0px); /* 预留分页器空间 */
}

.thumbs-swiper .swiper-wrapper{

}
.thumbs-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.3s;
    height: 185px!important; /* 固定高度，确保每页显示3个 */
}
.thumbs-swiper .swiper-slide img {
    object-fit: cover;
    margin-bottom: 10px;
    background-color: #4ea698;
    height: 130px;
    padding: 10px 20px 0;
}

.thumbs-swiper .swiper-slide .zj_name {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.thumbs-swiper .swiper-slide .zj_name span{
    flex: 1;
    text-align: center;
}
.thumbs-swiper .swiper-slide-thumb-active {
    transform: scale(1.05);
}
.thumbs-pagin {
    position: absolute;
    top: 103%!important;
    right: 15px;
    width: auto!important;
    text-align: center;
    display: flex; /* 横向排列 */
    gap: 6px; /* 分页点之间的间距 */
}

.thumbs-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    opacity: 1;
}
.thumbs-swiper .swiper-pagination-bullet-active {
    background: white;
    width: 24px;
    border-radius: 4px;
}


.main-prev,.main-next{
    position: absolute;
    display: block;
    width: 48px;
    height: 28px;
    left: 130px;
    z-index: 999;
}
.main-prev{
    top: 10px;
}
.main-next{
    bottom: 10px;
    top:unset;
    right:unset;
}

.main-prev {
    background: url("../images/prev.png") no-repeat center;
    background-size: 60%;
}
.main-next {
    background: url("../images/next.png") no-repeat center;
    background-size: 60%;
}
.main-prev:after,.main-next:after{
    display: none;
}





/*特色诊疗*/
.feature_top ul li{
    flex: 1;
    text-align: center;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    background-color: #f1f0ee;
    color: #027f6c;
    font-size: 22px;
}
.feature_top ul li.on,
.feature_top ul li:hover{
    background-color: #027f6c;
    color: #fff;
}

.feature_but{
    margin-top: 50px;
    padding: 0 10px;
}
.feature_but .fea_li{

}
.feature_but .fea_li>div{
    flex: 1;
}
.feature_but .fea_li .pic{
    width: 100%;
    height: 382px;
    position: relative;
    overflow: hidden;
}
.feature_but .fea_li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.feature_but .fea_li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fea_lir{
    background-color: #027f6c;
    padding: 45px;
}
.fea_lir h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
}
.fea_lir i{
    background: #ffd43f;
    height: 2px;
    width: 40px;
    display: block;
    margin-top: 15px;
}
.fea_lir p{
    text-indent: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin: 30px 0;
}
.fea_lir .fea_btn{

}
.fea_lir .fea_btn .more {
    margin-right: 50px;
    float: right;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #ffd43f;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-radius: 27px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.quality{}
.quaSwiper{
    padding-bottom: 50px;
}
.quaSwiper .swiper-slide{
    position: relative;
}
.qua_fw{
    width: 100%;
}



.quaSwiper .swiper-slide .pic{
    width: 100%;
    height: 416px;
    position: relative;
    overflow: hidden;
    flex: 3;
    margin-right: 10px;
}
.quaSwiper .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.quaSwiper .swiper-slide .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.qua_fw .pic{
    width: 100%;
    height: 416px;
    position: relative;
    overflow: hidden;
    flex: 3;
    margin-right: 10px;
}
.qua_fw .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.qua_fw .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.qua_fw .fw_r{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 10px;
    flex: 2;
}
.qua_fw .fw_r .img{
    position: relative;
    overflow: hidden;
}
.qua_fw .fw_r .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.qua_fw .fw_r img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.quaSwiper .qua_prev,.quaSwiper .qua_next{
    position: absolute;
    top: 100%;
    display: block;
    width: 23px;
    height: 21px;
}
.quaSwiper .qua_prev {
    left: 40%;
    background: url("../images/fw_arrl.png") no-repeat;
}
.quaSwiper .qua_next {
    right: 40%;
    background: url("../images/fw_arrr.png") no-repeat;
}
.quaSwiper .qua_prev:after,.quaSwiper .qua_next:after{
    display: none;
}
.quaSwiper .swiper-pagination{
    bottom: 1px;
}
.quaSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #999;
    width: 15px;
    height: 15px;
}
.quaSwiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 7px;
    background-color: #027f6c;
}
footer{
    width: 100%;
    background: linear-gradient(180deg, #027f6c 0%, #02594c 82.5%);
    margin-top: 50px;
}
.foot_box{
    padding-top: 50px;
}
.foot_top{

}
.foot_top .f_logo{
    flex: 1.5;
    padding-right: 50px;
    border-right: 1px solid #4e9388;
}
.foot_top .f_logo img{
    width: 100%;
}

.foot_top .f_c{
    flex: 3;
    padding: 0 30px;
}
.foot_top .f_c .f_c_nav{
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0 15px;
}
.foot_top .f_c .f_c_nav a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
}
.foot_top .f_c .f_c_nav a::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: #4e9388;
}
.foot_top .f_c .f_c_nav a:last-child::after{
    display: none;
}
.f_c_bot{
    padding: 0 10px;
}
.f_c_bot .f_con{
    align-items: center;
}
.f_c_bot .f_con:first-child{
    flex: 1.5;
    margin-right: 30px;
}
.f_c_bot .f_con:first-child img{
    width: 33px;
    height: 34px;
}
.f_c_bot .f_con:last-child{
    flex: 2;
}
.f_c_bot .f_con:last-child img{
    width: 28px;
    height: 44px;
}
.f_c_bot .f_con img{
    margin-right: 20px;

}
.f_c_bot .f_con .f_con_p p{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.foot_top .ewm{
    flex: 1;
    text-align: center;
}
.foot_top .ewm p{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}


.foot_bot{
    margin: 30px auto 0;
    border-top: 1px solid #4e9388;
}
.foot_bot p{
    font-size: 16px;
    color: #9cb5b0;
    text-align: center;
    line-height: 100px;
}
.foot_bot p span{
    display: inline-block;
    margin: 0 50px;
}

.listr-wz{
    margin: 40px 0;
}
.listr-wz p {
    background: url(../images/home_ico.png) left center no-repeat;
    padding-left: 40px;
    line-height: 40px;
}
.listr-wz p a{
    color:#333;
}
.listr-wz p a:hover{
    color:#027f6c;
}

.article h3 {
    font-size: 26px;
    color: #027f6c;
    text-align: center;
    margin: 20px 0;
}
.article h4 {
    text-align: center;
    color: #666;
    font-size: 14px;
    background-color: #f1f0ee;
    line-height: 36px;
    font-weight: normal;
}
.article h4 span {
    margin: 0 25px;
    display: inline-block;
}
.content{
    margin: 30px 0;
}
.content p{
    line-height: 36px;
    padding: 5px 0 !important;
}
.content p, .content span {
    text-align: justify;
}
.cont_video{
    margin: 30px 0;
    text-align: center;
}
.cont_video video{
    object-fit: cover;
}


.pre_next p{
    line-height: 30px;
}
.pre_next p a{
    color: #333;
    font-size: 15px;
}
.pre_next p span{
    display: inline;
    color: #027f6c;
    font-weight:bold;
    font-size: 15px;
}

.article_list{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    gap: 50px 30px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.article_list .item{
    position: relative;
    background-color: #f1f6f6;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.article_list .item .pic {
    padding-top: 55%;
    position: relative;
    overflow: hidden;
}
.article_list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.article_list .item:hover{
    background-color: #027f6c;
}
.article_list .item:hover .pic img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.article_list .item .inner{
    margin:15px;
}

.article_list .item .item_tit {
    margin-bottom: 22px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 1.45em;
    line-height: 1.45em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article_list .item .item_desc {
    margin-bottom: 11px;
    font-size: 16px;
    color: #666;
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.article_list .item .item_time {
    margin-bottom: 30px;
    font-size: 14px;
    color: #999
}

.article_list .item .more {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.article_list .item .more i {
    margin: -2px 16px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../images/xq_jt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.article_list .item:hover .more i{
    background: url(../images/xq_jto.png) center center no-repeat;
}
.article_list .item:hover .item_desc,
.article_list .item:hover .item_tit {
    color: #fff
}
.article_list .item:hover .item_time {
    color: #efefef;
}
.article_list .item:hover .more {
    color: #fff;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*分页*/
.page_box {
    text-align: center;
    margin: 20px 0;
}
.page {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.page li {
    display: inline-block;
    margin: 0 5px;
    border:1px solid #333;
    border-radius:10px;
    color:#333;

}
.page li a {
    display: block;
    text-decoration: none;
    padding:0 12px;
}
.page li strong {
    display: block;
    padding:0 12px;
}
.page li{
    color:#333;
    margin:6px;
    float:left;
    border:1px solid #333;
    border-radius:10px;
    height:30px;
    line-height:30px;
}
.page li:hover{
    background-color:#027f6c;
    border:1px solid #027f6c;
}
.page li a{color:#027f6c;}
.page li:hover a,.page li:hover strong{
    color:#fff;
}
.page li.thisclass{ background:#fff;}
.page li.thisclass a{ color:#000;}


.big_tit .big_tit_li{
    flex: 1;
    text-align: center;
    margin: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #f1f0ee;
    position: relative;
}
.big_tit .big_tit_li a{
    color: #027f6c;
    font-size: 22px;
    display: block;
}
.big_tit .big_tit_li:hover,
.big_tit .big_tit_li.on{
    background-color: #027f6c;
}
.big_tit .big_tit_li:hover a,
.big_tit .big_tit_li.on a{
    color: #fff;
}
.big_tit .big_tit_li:hover::after,
.big_tit .big_tit_li.on::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #027f6c transparent transparent;
}

.video_list{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    gap: 50px 30px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.video_list .v_item .pic {
    position: relative;
    padding-top: 68.52%;
    margin-bottom: 18px;
    overflow: hidden;
}
.video_list .v_item p {
    font-size: 17px;
    height: 54px;
    line-height: 27px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.video_list .v_item span{
    font-size: 14px;
    line-height: 27px;
    color: #888;
}

.video_list .v_item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.video_list .inner:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.video_list .v_item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .18);
    transition: .36s ease;
    cursor: pointer
}

.video_list .v_item .mask:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-play.png) no-repeat center
}

.video_list .v_item .mask:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -30px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
    transition: .36s ease
}

.video_list .v_item .inner:hover .mask:after {
    transform: translate3d(0, 0, 0);
    width: 80px;
    height: 80px;
    margin: -45px 0 0 -45px;
    opacity: 0;
    border-width: 5px
}


.team{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 65px));
    gap: 50px 90px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.team .t_item .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.team .t_item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #dddddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item .inner {
    padding-top: 16px;
}

.team .t_item .title {
    margin-bottom: 4px;
    font-size: 24px;
    color: #333;
    height: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item .desc {
    font-size: 16px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item .desc p {
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team .t_item .desc span {
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    color: #666;
    line-height: 36px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item:hover .pic img {
    background-color: #027f6c;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team .t_item:hover .title {
    color: #027f6c;
}

.team .t_item:hover .desc p {
    color: #333;
}

.team .t_item:hover .desc span {
    color: #027f6c;
}
.team .t_item .inner .more{
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.team .t_item .inner .more a {
    color: #333;
    border: 1px solid #333;
    padding: 0 25px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin:0 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.team .t_item .inner .more a:hover{
    border: 1px solid #027f6c;
    color: #fff;
    background-color: #027f6c;
}


.article_cname{
    line-height: 40px;
    margin: 30px auto;
}
.article_cname h3{
    font-size: 26px;
    color: #333;
    line-height: 40px;
    font-weight: normal;
}
.article_cname span{
    height: 2px;
    width: 90px;
    background-color: #027f6c;
}
.article_cname span i{
    height: 2px;
    width: 30px;
    background-color: #f2a044;
    float: right;
}

.cname_list{
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 20px));
    gap: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.cname_list a{
    background-color: #67b2a7;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}
.cname_list a.on,
.cname_list a:hover{
    background-color: #027f6c;
}

.contact{
    width: 1000px;
    margin: 30px auto;
}

.contact .pic {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.contact .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact:hover .pic img {
    background-color: #027f6c;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.con_box_info{
    margin: 30px 0;
}
.con_box_info dl {
    margin-bottom: 0.3rem;
}
.con_box_info dl dt {
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.con_box_info dl dd p {
    line-height: 36px;
    font-size: 16px;
    color: #333;
}


.about_top{
    margin: 30px auto;
}
.about_top .about_t_item{
    flex: 1;
    text-align: center;
    border-right: 1px solid #ddd;
}
.about_top .about_t_item:last-child{
    border: none;
}


.about_top .about_t_item .pic {
    height: 100px;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.about_top .about_t_item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about_top .about_t_item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about_top .about_t_item h3{
    line-height: 50px;
    margin-top: 15px;
    font-size: 22px;
    color: #333;
}
.about_top .about_t_item p{
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.about_cont{
    margin: 30px 0;
    text-align: center;
}
.about_cont p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: justify;
}
.about_cont img{
    margin: 0 auto;
}

.about_img_list{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    gap: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.about_img_list .pic{
    position: relative;
    height: 250px;
    overflow: hidden;
}
.about_img_list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about_img_list .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team_info .pic{
    flex: 1;
    position: relative;
}
.team_info .pic img{
    background-color: #027f6c;
}


.team_info .team_info_box{
    flex: 2;
    position: relative;
}
.team_info .team_info_box .back{
    position: absolute;
    top:50px;
    right: 0;
    width: 135px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #027f6c;
    text-align: center;
}
.team_info .team_info_box .back a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.team_infos h3{
    margin-top: 30px;
    font-size: 22px;
    color: #027f6c;
    line-height: 40px;
}
.team_infos .team_zc{
    font-size: 18px;
    color: #027f6c;
    line-height: 40px;
}
.team_infos .team_p1{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.team_infos .team_p2{
    font-size: 18px;
    color: #333;
    line-height: 35px;
    text-align: justify;
}









