:root {
    --color: #004DA1;
    --deepcolor: #07417e;
    --qiancolor:rgba(0, 118, 218, 0.1);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1230px;
    outline: none;
    
}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.mt20 {
    margin-top: 20px;
}

.biaoyu {
    font-size: 24px;
    font-family: Source Han Serif SC;
    font-weight: bold;
    color: var(--color);
    margin-top: 50px;
}
.top{
    padding: 10px 0px;
}
.top_tel span{
    color: #666;
    display: block;
    text-align: right;
}
.top_right{
    display: flex;
    flex-flow: column;
}
.search_box{
    height: 38px;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    background-color: #f6f6f6;
    overflow: hidden;
    width: 330px;
    margin-left: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.search_box input{
    height: 38px;
    border: 0px;
    background-color: #f6f6f6;
    padding-left: 20px;
    flex: 1;
    font-size: 14px;
}
.search_box button{
    height: 38px;
    border: 0px;
    background-color: #f6f6f6;
    width: 80px;
    font-size: 14px;
    color: #666;
    border-left: 1px solid #ddd;
}
.nav_bg{
    background-color: var(--color);
    height: 60px;
}
.nav li{
    width: 100%;
    position: relative;
}
.nav .subnav{
    width: 100%;
    position: absolute;
    background-color: var(--color);
    display: none;
    z-index: 99;
}
.nav li a{
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.nav li.act > a{
    background-color: var(--deepcolor);
    position: relative;
}
.nav li.act >a::after{
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.nav li  a:hover{
    background-color: var(--deepcolor);
}
.nav .subnav a{
    font-size: 14px;
    line-height: 40px;
}
.banner{
	height:510px;
}
.banner img{
	height:510px;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: var(--color);
}
.index_imgnews_box{
    width: 385px;
}
.index_news_box{
    width: 795px;
}
.ind_title{
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.ind_title p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    
}
/* .ind_title p::before{
    content: "";
    background: url(../images/title_left.png) center center no-repeat;
    width: 24px;
    display: block;
    height: 20px;
    margin-right: 20px;
}
.ind_title p::after{
    content: "";
    background: url(../images/title_right.png) center center no-repeat;
    width: 24px;
    display: block;
    height: 20px;
    margin-left: 20px;
} */
.news_swiper{
    margin-top: 20px;
}
.news_swiper img{
    width: 385px;
    height: 270px;
    object-fit: cover;
}
.news_swiper_page{
    text-align: right;
    bottom: 0px !important;
    line-height: 32px;
}
.news_swiper p{
    position: absolute;
    bottom: 0px ;
    display: block;
    z-index: 1900;
    color: #fff;
    width: 100%;
    line-height: 32px;
    padding-left: 15px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.news_swiper p span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px);
}
.news_swiper_page span{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px !important;
    color: #fff;
}
.news_swiper_page .swiper-pagination-bullet-active{
    background-color: var(--color);
    color: #fff;
}
.news_tabs span{
    cursor: pointer;
}
.news_tabs span{
    display: inline-block;
    margin-right: 40px;
}
.news_tabs span.act a{
    color: var(--color);
}
.index_news_container{
    margin-top: 20px;
}
.index_news_container li{
    display: none;
   height: 270px;
}
.index_news_container li.act{
    display: block;
}
.index_news_container li a{
    display: flex;
    margin-top: 10px;
}
.index_news_container li a .newsdate{
    width: 75px;
    height: 60px;
    background-color: var(--color);
   text-align: center;
   display: flex;
   flex-flow: column;
   align-items: center;
   justify-content: center;
   margin-right: 20px;
   transition: all 0.2s;
}
.index_news_container li a:hover .newsdate{
    background-color: var(--deepcolor);
    
}
.index_news_container li a .newsdate p{
    color: #fff;
    font-size: 14px;
}
.index_news_container li a .newsdate span{
    font-size: 20px;
    color: #fff;
}
.index_news_container li a .newsinfo{
    width: calc(100% - 95px);
}
.index_news_container li a .newsinfo p{
    width: calc(100% - 1px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
}
.index_news_container li a .newsinfo span{
    display: block;
    width: calc(100% - 1px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}
.index_zjbox{
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0px;
}
.zj_swiper img{
  width: 148px;
  height: 200px;
    object-fit: cover;
}
.zj_swiper p{
    text-align: center;
    background-color: #EEEEEE;
    height: 35px;
    line-height: 35px;
    transition: all 0.2s;
}
.zj_swiper a:hover p{
    background-color: var(--color);
    color: #fff;
}
.index_left{
    width: 385px;
}
.index_right{
    width: 795px;
}
.index_jyzn{
    display: flex;
    flex-wrap: wrap;
}
.index_jyzn li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.jyzn_title{
    background-color: var(--qiancolor);
    flex-flow: column;
}
.jyzn_title p{
    font-size: 24px;
    font-weight: 800;
    color: #333;
}
.jyzn_title span{
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}
.index_jyzn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.index_jyzn li a img{
    margin-bottom: 10px;
}
.index_jyzn li:nth-child(n+3){
    border-top: 0px;
}
.index_jyzn li:nth-child(2n){
    border-left: 0px;
}
.video{
    width: 385px;
    height: 206px;
}
.index_right{
    flex-flow: wrap;
}
.index_right>a{
    display: block;
    margin-bottom: 20px;
}
.index_right>a>p{
    height: 41px;
    background-color: #CCCCCC;
    font-size: 20px;
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    color: #333;
}
.index_right>a:hover p{
    background-color: var(--color);
    color: #fff;
}
.index_right>a:nth-child(n+5){
    margin-bottom: 0px;
}
.footer{
    background-color: var(--color);
    padding: 20px 0px;
}
.foot_nav li{
    margin-right: 30px;
    width: 140px;
}
.foot_nav a{
    color: #fff;
    display: block;
}
.foot_nav li p{
    border-bottom: 1px solid rgba(255,255,255,0.4);
    font-size: 18px;
    line-height: 40px;
   
    display: block;
}
.foot_nav li .foot_subnav a{
    margin-top: 10px;
    
}
.foot_subnav{
    margin-top: 20px;
}
.foot_nav li img{
    width: 107px;
    height: 107px;
    margin-top: 20px;
}
.foot_map{
    width: 322px;
}
.foot_map p{
    border-bottom: 1px solid var(--qiancolor);
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
#map{
    width: 322px;
    height: 180px;
    margin-top: 20px;
}
.copyright{
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 10px;
    margin-top: 20px;
    
}
.copyright a{
    color: #fff;
    
}
.speedlink{
    background-color: var(--qiancolor);
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.n_left{
    width: 240px;
}
.n_right{
    width:940px;
    min-height: 600px;
}
.classname{
    font-size: 20px;
    background-color: var(--color);
   
    text-align: center;
    line-height: 60px;
    height: 60px;
    color: #fff;
}
.classlist{
    background-color: #f6f6f6;
    border:1px solid #ddd;
    border-bottom:0px;
}
.classlist li{
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddd;
}
.classlist li a{
   display: block;
}
.classlist li a:hover{
    background-color: var(--color);
    color: #fff;
 }
 .classlist li.act a{
    background-color: var(--color);
    color: #fff;
 }
.currclass{
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    color: var(--color);
}
.n_news_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 5px #eee;
    margin-top: 20px;
    transition: all 0.5s;
}
.n_news_list li a:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.n_news_list li a .n_newsdate{
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.n_news_list li a .n_newsdate p{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.n_news_list li a .n_newsdate p img{
    width: 16px;
    margin-right:5px;
}
.n_news_list li a .n_newsinfo span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}
.n_news_list li a .n_newsinfo p{
    color: #333;
}
.n_news_list li a:hover .n_newsinfo p{
    color: var(--color);
}
.pagination{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 14px;
}


.page-link {
  position: relative;
  display: block;
  height: 35px;
  padding:0px 14px;
  color: #666;
  background-color: #eaeaea;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  margin: 0px 5px;
}
.page-link:hover{
background-color: var(--color);
	color: #FFF;
}
.page-link.active{
	background-color:var(--color);
	color: #FFF;
}
.n_news_title{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.n_news_date{
    margin-top: 20px;
   background-color: #f4f4f4;
   line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.n_news_date span{
    display: inline-block;
    margin: 0px 10px;
}
.n_news_content{
    margin-top: 20px;
    line-height: 32px;
}
.n_news_content img{
	display:inline;
}
.ks_list{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;

}
.ks_list li{
    width: 220px;
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s;
}
.ks_list li p{
    
    color: var(--color);
}
.ks_list li span{
    display: block;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    color: #666;
    text-align: left;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.ks_list li a{
    background-color: var(--color);
    color: #fff;
    display: inline-block;
    margin: 10px 5px;
    font-size: 14px;
    padding:5px 10px;
    margin-top: 20px;
}
.ks_list li:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.doctor_list{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.doctor_list li{
    width: calc(50% - 10px);
    padding: 20px;
    display: flex;
    border: 1px solid #eee;
    margin-top: 20px;
    transition: all 0.3s;
}
.doctor_list li img{
    width: 148px;
    height: 200px;
    object-fit: cover;
    margin-right: 20px;
}
.doctor_list li p{
    color: var(--color);
}
.doctor_list li i{
    font-style: normal;
    display: block;
    margin-top: 20px;
}
.doctor_list li span{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.doctor_list li a{
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    padding:5px 10px;
    background-color: var(--color);
    color: #fff;
}
.doctor_title{
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.doctor_title a{
    display: inline-block;
    
    font-size: 14px;
    padding:10px 40px;
    background-color: var(--color);
    color: #fff;

}
.doctor_content{
    padding-top: 20px;
    line-height: 32px;
}
.doctor_list li:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.doctor_img img{
    margin-right: 20px;
    width: 148px;
    height: 200px;
    object-fit: cover;
}
.doctor_img p{
    margin-top: 30px;
    color: var(--color);
}
.doctor_img span{
    display: block;
    margin-top: 10px;
    color: #666;
}
/* 留言 */
.form_item{
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;
    padding: 0px 40px;
}
.form_item span{
    width: 75px;
    text-align: right;
    margin-right: 20px;
    color: #666;
}
.form_item span i{
    font-style: normal;
    color: red;
}
.form_item .inp{
    width: 760px;
height: 34px;
border: 1px solid #DDDDDD;
text-indent: 10px;
}
.form_item .biginp{
    width: 760px;
   padding: 10px;
   resize: none;
    border: 1px solid #DDDDDD;
}
.form_item .sminp{
    width: 110px;
height: 34px;
border: 1px solid #DDDDDD;
text-indent: 10px;
margin-right: 10px;
}
.form_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.form_btn .btn{
    width: 116px;
height: 42px;
background: var(--color);
border-radius: 4px;
color: #fff;
text-align: center;
line-height: 42px;
border: 0px;
font-size: 14px;
margin: 20px 10px;
}

.img_list {
    display: flex;
    flex-wrap: wrap;

}

.img_list li {
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
}

.img_list li:nth-child(3n+1) {
    margin-left: 0px;
}
.img_list li a{
    display: block;
    border: 1px solid #eee;
}

.img_list li a:hover{
    box-shadow: 0px 0px 4px #aaa;
}
.img_list li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
}



.img_list li a img {
    transition: all 0.3s;
    width: 100%;
    display: block;
    height: 180px;
    object-fit: cover;
}

.img_list li a:hover img {
    transform: scale(1.1);
}