@font-face {
    font-family: 'jdstj';
    src: url('../font/JDSTJ_10.TTF'); 
    font-weight: normal; /* 正常字重 */
    font-style: normal; /* 正常风格 */
}
body {
	font-size: 18px;
	font-family: "jdstj";
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	*zoom: 1;
}
.clear{
	clear:both;
}
body{
	margin:auto;
}
img {
  vertical-align: middle;
}
::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
	width:100%;
}
::selection {
  color: #fff;
  background-color: #333;
}
section {
  position: relative;
  overflow: hidden;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}
.fixed::after,
.clearfix::after,
.header::after, 
.main::after, 
.footer::after {
	content: '';
	display: table;
	clear: both;
}
header{
	position:relative;
}
.contact_1{
	display:block;
}
.contact_2{
	display:none;
}
.contact_3{
	display:none;
}
.header-top{
	width:100%;
	background-color:#004c25;
}
.top-box{
	background:  url(../images/home/top_bg.jpg) repeat;
}
.swiper-slide_1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.swiper-slide_1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    min-height:500px;
}
.swiper-slide img{
	/*width:auto;*/
	object-fit: cover;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #004c25;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}
.top_img{
	background:  url(../images/home/top_img.png) right center no-repeat;
	background-size:65% 100%;
}
.top_img_1{
	width:50%;
	margin:0;
	float:right;
}
.icon-team{
	position:relative;
	text-align:center;
	float:right;
}
.top-icon{
	margin-top:60px;
}
.wechat_1_box, .wechat_2_box, .weibo_1_box{
	display:none;
	background-color:#ff9900;
	padding: 10px 10px;
	border-radius: 15px;
	transition: all 0.32s;
	z-index: 999;
	position: absolute;
	top:120px;
	left:0;
	background: url(../images/home/ewmk.png) center no-repeat;
	background-size:100% 100%;
}
.menu-home{
	padding-left:35px;
	padding-right:35px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li:first-child{
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	color: #fff;
	font-weight: 500;
	position: relative;
	font-family: 'KaiTi';
}
.main-menu ul li a p{
	margin:0;
	padding-left:10px;
	padding-right:10px;
}
.main-menu ul li.dropdown-this a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	/*font-size: 20px;
	font-weight: 500;*/
	position: relative;
}
.main-menu ul li.dropdown-this a p{
	color: #004c25;
	background:  url(../images/home/menu_hover.png) no-repeat;
	background-size:100% 100%;
}
.main-menu ul li.dropdown ul.submenu li a::before  {
	display: none;
}
.main-menu ul li:hover > a {
	color: #004c25;
}
.main-menu ul li:hover > a p {
	color: #004c25;
	background:  url(../images/home/menu_hover.png) no-repeat;
	background-size:100% 100%;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: -1vw;
	min-width: 11vw;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,77,36,.7);
	padding: 0.8vw 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out 0s;
	border-radius: 3px;
	z-index: 99;
	/*border-top: 3px solid #004c25;*/
}
.main-menu ul li:hover ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li {
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li:hover a {
	color:#004c25
}
.main-menu ul li ul.submenu li a {
	padding: 9px 25px;
	text-transform: capitalize;
	font-size:18px;
	color:#fff;
}
.menu—home{
	display:inline-block;
}
.menu—home-mobile{
	display:none !important;
}
#mobile-menu ul{
	padding-right: 0;
	padding-left: 0;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #004c25;
  margin-top: 18px;
}
.mean-container .mean-nav p {
  margin:0;
}
.footer_top{
	width:100%;
	height:15px;
	background:url(../images/home/dbfootline.png) top center no-repeat;
	background-size:100% 100%;
}
.footer{
	width: 100%;
	overflow: hidden; 
	background:url(../images/home/bottombg.jpg) center no-repeat;
	background-size:100% 100%;
}

.foot_bottom_line{
	padding-bottom:10px;
	border-bottom: 1px solid #606060; 
}
.foot-m{
	margin-top:30px;
	border-bottom: 1px solid #606060; 
}
.foot-logo {
	margin-top: 60px;
	margin-left:0;
	display: block;
	width:90%;
}
.foot-menu{
	margin:1vw auto;
	width:100%;
	height:30px;
	text-align:center;
}
.foot-menu ul{
	padding-right: 0;
	padding-left: 0;
}
.foot-menu ul li{
	float:left;
	line-height:20px;
}
.foot-menu ul li a{
	color:#fff;
	font-size:18px;
	padding:10px 35px;
	font-family: 'KaiTi';
}
.foot-dropdown{
	position:relative;
}
.foot_address{
	width:100%;
	float:left;
	margin-left:15px;
	margin-top: 35px;
}
.foot_address p{
	margin-top: 0;
	margin-bottom: 0;
	line-height:40px;
	text-align:left;
	color:#fff;
	font-size:16px;
}
.foot_wechat{
	width:100%;
	display: block;
	margin-top:35px;
	float:right;
	background:  url(../images/home/dbewm.png) center bottom no-repeat;
	background-size:100%
}
.foot_wechat p{
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:16px;
}
.foot_bottom{
	text-align:center;
}
.foot_bottom img{
	width:50px;
	margin:1vw auto;
}
.nimble{
	height:auto;
	background:  url(../images/home/ksdh.jpg) no-repeat;
	background-size:100% 100%;
}
.nimble-icon{
	position: relative;
	text-align:center;
}
.nimble-icon img{
	position: relative;
}
.nimble-icon:hover img{ 
	transform: rotateY(180deg);
	transition: all 0.6s; 
}
.nimble-icon .icon_h1{
	color:#2b2b2b;
}
.nimble-icon:hover .icon_h1{
	color:#004c25;
}
.nav-box{
	width:20%;
}
.tab_titles{
	float:left;
	position:relative
}
.news{
    color: #fff;
	background: url(../images/home/xwbj.png) center top no-repeat,url(../images/home/djzt.jpg) repeat; 
	background-size:100% auto;
}
.news-date{
	color:#afafaf;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-date .sp1{
	color:#004c25;
	text-align:left;
}
.news-date .sp2{
	color:#606060;
	text-align:left;
}
.news-date a{
	color:#606060;
}
.news_summary{
	color:#606060;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.items_title_box{
	background: url(../images/home/hxwdx.png) center bottom no-repeat;
	background-size: 100% 15%;
}
.items_title_box:hover{
	background: url(../images/home/xwdx.png) center bottom no-repeat;
	background-size: 100% 15%;
}
.items_title_box:hover a{
	color:#004c25;
}
.container-fluid-1{
	position: relative;
	overflow: hidden;
}
.section-header {
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}
.section-header ul li {
	position: relative;
	float:left;
}	
.section-heading{
	position: relative;
	float:left;
}
.section-heading h1{
	margin:0px 0px 0px 0px;
	color:#004c25;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	font-family: 'KaiTi';
}
.section-heading h1::before{
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/home/dl.png');
	background-position:left;
	background-size:auto 100%;
}
.section-heading h1::after{
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/home/dl.png');
	background-position:right;
	background-size:auto 100%;
}
.section-header .more {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
}
.more1{
	background: url(../images/home/more.png) center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.more1:hover{
	background: url(../images/home/gfhover.png) center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	color: #fff;
}
.more1 p {
	color: #004c25;
	text-align: center;
}
.more1 p:hover{
	color: #fff;
}
.ks-1{
	width: 100%;
	color:#000;
	text-align:center;
	margin-bottom: 0;
}
.active .ks-1{
	color:#fff;
	background: url(../images/home/xwhover.png) center no-repeat;
	background-size: 100% 100%;
}
.owl-dots{
	position:absolute;
}
.owl-dot{
	margin-left:5px;
	margin-right:5px;
	float:left;
	border-radius:6px;
	border:1px solid #fff;
}
.owl-dots .active{
	background-color:#fff;
}
.news_img{
	height:343px;
}
.news_slider_img .items{
	height:343px;
}
.items-img{
	height:343px;
	overflow: hidden;
}	
.items-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.items_title_content{
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,.5);
	width:100%;
}
.items_title{
	width:95%;
	margin:auto;
	color:#fff;
}
.section-heading-1{
	position: relative;
	float:left;
}
.section-heading-1 h1{
	margin:0px 0px 0px 0px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	font-family: 'KaiTi';
}
.section-heading-1 h1::before{
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/home/dal.png');
	background-position:left;
	background-size:auto 100%;
}
.section-heading-1 h1::after{
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/home/dal.png');
	background-position:right;
	background-size:auto 100%;
}
.section-heading-2{
	left:25px;
}
.section-heading-3{
	left:25px;
}
.section-heading-3 h1{
	width: 210px !important;
}
.more2{
	background: url(../images/home/bmore.png) center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.more2:hover{
	background: url(../images/home/more11.png) center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.more2 p{
	color: #fff;
	font-weight: 100;
	text-align: center;
}
.more2 p:hover{
	color: #004c25;
}
.more3{
	margin-right:45px;
}

.section{
	background: url(../images/home/keshing.jpg) center no-repeat;
	background-size:100% 100%;
	/*background-attachment: fixed;
    background-size: cover;*/
    color: #fff;
}
.section li{
	margin:20px auto;
}
.section-list-img{
	background: url(../images/home/bsbj.png) center no-repeat;
	background-size:100% 100%;
	margin:auto;
	display:inline;
	float:left;
}
.section-list-img:hover{
	background: url(../images/home/hsbj.png) center no-repeat;
	background-size:100% 100%;
}
.section-list-img:hover img{ 
	transform: rotateY(180deg);
	transition: all 0.6s; 
}
.section-list{
	text-align:left;
	float:left;
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display:inline;
	margin:0;
	padding-left: 15px;
}
.section-list a{
	color:#5285bf;
}
.section_line{
	border-top:1px solid #fff;
	margin:20px 0;
}
.doctor{
	background: url(../images/home/zjbj.png) center bottom no-repeat;
	background-size:100% 100%;
    color: #fff;
    padding:3vw 0;
}
.ks-2{
	width: 100%;
	color:#000;
	text-align:center;
	margin-bottom: 0;
}
.ks-2::after{
	content: "";
	position: absolute;
	top: 8px;
	background-color: #000;
	width: 1px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -10px;
}
.ks-3::after{
	content: "";
	position: absolute;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.active .ks-2{
	color:#004c25;
}
.doctor_about{
	background:transparent;
	position:relative;
	z-index:-200;
	text-align:center;
}

.doctor_img{
	background: url(../images/home/doctorx.png) bottom no-repeat;
	background-size:100% 100%;
    color: transparent;
	margin:auto;
}
.doctor_img_1{
	position:relative;
	background: url(../images/home/doctors.png) top no-repeat;
	background-size:100% 100%;
	z-index:-150;
	margin:auto;
}
.doctor_about_1:hover .doctor_img{
	background: url(../images/home/docx.png) bottom no-repeat;
	background-size:100% 100%;
    color: transparent;
	margin:auto;
	}
.doctor_about_1:hover .doctor_img_1{
	background: url(../images/home/docs.png) top no-repeat;
	background-size:100% 100%;
    color: transparent;
	margin:auto;
}
.doctor_image{
	position:absolute;
	z-index:-100;
	overflow: hidden;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
}
.doctor_image img{
	width:95% !important;
	object-fit: cover;
	margin:auto;
}
.doctor_txt{
	width:95%;
	margin:auto;
}
.doctor_title{
	color:#000;
	text-align:center;
	font-weight:600;
	margin-bottom:0;
}
.doctor_line{
	margin-bottom:0;
}
.doctor_date{
	color:#004c25;
	margin-bottom:0;
	text-align:center;
}
.doctor_date1{
	color:#004c25;
	text-align:center;
	padding-bottom:1vw;
}
.contact{
	background: 
	url("../images/home/lzy.png") right bottom no-repeat,
	url("../images/home/djzt.jpg") repeat;
	background-size: 30% 70%;
	position:relative;
}
.contact_1{
	margin:auto;
	position: relative;
	overflow: hidden;
}
.contact_1:before{
	content: "";
	position: absolute;
	background: url("../images/home/lsbg.png") no-repeat right center;
}
.departments_office{
	width:100%;
	margin:20px auto;
	position:relative;
}
.departments_office p{
	color: #fff;
	margin-bottom: 0;
}
.departments_line{
	border:1px dashed #cccccc;
	width:80%;
	margin:left;
	margin-left:20px;
}
.contact_office ul{
	margin:0;
	padding:0;
}
.contact_office li{
	position: relative;
	float:left;
	margin:auto;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left;
}
.contact_office li:first-child{
	margin-top:25px;
}
.contact_office li a::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #606060;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.contact_office li a{
	color:#606060;
	padding-left:10px;
}
.contact_office li a:hover{
	color:#004c25;
}
.contact_content{
	width:90%;
	margin:auto;
}
.video{
	background: url(../images/home/shzx.jpg) center no-repeat;
	background-size:100% 100%;
    color: #fff;
    padding:25px 0;
}
.video_title{
	position: relative;
	text-align:center;
	color:#000;
}
.video_title:hover{
	color:#004c25;
}
.video_slider{
	padding-top:35px;
}
.video_slider ul{
	width:100%;
	padding-left:0;
	margin-left:0
}
.video_about{
	background: url(../images/home/video1.png) center no-repeat;
	background-size:100% 100%;
    color: #fff;
}
.video_about:hover{
	background: url(../images/home/video2.png) center no-repeat;
	background-size:100% 100%;
}
.video_img{
	overflow: hidden;
	width:85%;
	margin:auto;
}
.video_img img{
	width:100%;
	object-fit: cover;
}
.builds{
	background: 
	url("../images/home/hb.png") left bottom no-repeat,
	url("../images/home/pd.png") right top no-repeat,
	url("../images/home/djzt.jpg") repeat;
	background-size: 30% 75%, 50% 70%;
	padding-bottom:30px;
}
.builds_top{
	padding-top:35px;
}
.builds_slide{
	height:auto;
}
.builds_about{
	background:#fff;
}
.builds_txt{
	width:95%;
	margin:auto;
}
.builds-date{
	line-height:30px;
	color:#004c25;
	margin-bottom:0;
	text-align:left;
	font-size:16px;
	padding-top:20px;
}
.builds_title{
	color:#000;
	margin-bottom:0;
}
.builds_more{
	width:100%;
	border-top:1px solid #777777;
}
.builds_more a{
	color:#004c25;
	float:right;
}
.builds_more a i{
	padding-right:15px;
}
.builds_slider{
	position: relative;
}
.builds-list{
	overflow: hidden; 
	width:100%;
	border-bottom:1px dashed #afafaf;
	position: relative;
}
.builds-list a::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #606060;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.builds-list a{
	color:#2b2b2b;
}
.builds-list span{ 
	float: right;
	color: #9d9d9d;
}
.builds-list a i{
	font-size:10px;
	font-style: normal;
	padding-right:10px;
}
.builds-list:hover a{
	color:#004c25;
}
.link{
	background: url("../images/home/jbpu.jpg") repeat;
}
.link_container {
	background: url(../images/home/yqlj.png) center no-repeat;
	background-size: 100% 100%;
}
.link_content{
	line-height:50px;
}
.link_content span{
	width:auto;
	float:left;
	color:#004c25;
}
.link_content ul{
	width:auto;
}
.link-p {
	width: 100%;
	margin: auto;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.link-p a{
	color:#000;
}
@media only screen and (min-width:1270px){
	.container-fluid {
		width:1270px;
	}
	.logo img{
		width:65%;
		margin:30px auto;
	}
	.top_img{
		height:150px;
	}
	.top-icon{
		width:42px;
	}
	.wechat_1_box, .wechat_2_box, .weibo_1_box{
		width:115px;
		height:115px;
	}
	.wechat_1_box img, .wechat_2_box img, .weibo_1_box img{
		width:94px;
	}
	.main-menu ul li a p{
    	margin:0;
    	padding-left:4px;
    	padding-right:4px;
    }
	.main-menu ul li a {
		padding: 15px 25px;
		font-size: 24px;
	}
	.swiper-slide{
		max-height:500px;
		overflow: hidden;
	}
	.nimble-icon img{
		padding-top: 30px;
		padding-bottom: 5px;
		width:60px;
	}
	.nimble-icon .icon_h1{
		font-size: 18px;
		line-height:50px;
		font-weight:600;
	}
	.news{
	    padding:25px 0;
	}
	.news-date{
		line-height:31px;
		margin-bottom:0;
		font-size:14px;
	}
	.news-date .sp1{
		line-height:30px;
		margin-bottom:0;
		padding-top: 20px;
		font-size:26px;
	}
	.news-date .sp2{
		line-height:20px;
		margin-bottom:0;
		padding-top: 20px;
		font-size:14px;
		padding-right:10px;
	}
	.news-date a{
		line-height:26px;
		font-size:16px;
		font-weight:700;
	}
	.news_summary{
		line-height:20px;
		font-size:14px;
		text-indent:72px;
		padding-bottom: 10px;
		margin-bottom:0;
	}
	.items_title_box:hover a{
		line-height:26px;
		font-size:16px;
	}
	.section-header ul li {
		margin-left: 28px;
		font-size: 18px;
		height: 30px;
		line-height: 30px;
		width: 130px;
	}	
	.special{
		width: 190px !important;
	}	
	.section-heading h1{
		font-size:26px;
		font-weight:500;
		line-height:26px;
		width: 160px;
		text-indent:27.5px;
	}
	.section-heading h1::before{
		width:30px;
		height:30px;
	}
	.section-heading h1::after{
		width:30px;
		height:30px;
		right:0;
		top:0;
	}
	.section-header .more {
		width: 74px;
		height: 30px;
		line-height: 30px;
	}
	.more1{
		background: url(../images/home/more.png) center no-repeat;
		background-size: auto;
		background-size: 100% 100%;
	}
	.more1:hover{
		background: url(../images/home/gfhover.png) center no-repeat;
		background-size: auto;
		background-size: 100% 100%;
		color: #fff;
	}
	.more1 p {
		font-size: 14px;
		width: 74px;
		font-weight: 100;
		line-height: 30px;
	}
	.ks-1{
		line-height: 30px;
		font-size: 18px;
	}
	.owl-dots{
		bottom:15px;
		right:25px;
	}
	.owl-dot{
		width:12px;
		height:12px;
	}
	.news_img{
		height:343px;
	}
	.news_slider_img .items{
		height:343px;
	}
	.items-img{
		height:343px;
		overflow: hidden;
	}	
	.items_title_content{
		height:80px;
	}
	.items_title{
		line-height:50px;
		font-size:16px;
	}
	.section-heading-1 h1{
		font-size:26px;
		font-weight:500;
		line-height:26px;
		width: 160px;
		text-indent:27.5px;
	}
	.section-heading-1 h1::before{
		width:30px;
		height:30px;
	}
	.section-heading-1 h1::after{
		width:30px;
		height:30px;
		right:0;
		top:0;
	}
	.more2 p{
		font-size: 14px;
		width: 74px;
		line-height: 30px;
	}
	.section{
	    padding:25px 0;
	}
	.section-list-img{
		/*line-height:50px;*/
		height:50px;
		width:50px;
	}
	.section-list{
		line-height:50px;
		height:50px;
		font-size:16px;
	}
	.ks-2{
		line-height: 30px;
		font-size: 18px;
	}
	.doctor_about{
		padding-top:45px;
		height:255px;
	}
	.doctor_img{
	    padding:0;
		width:210px;
		height:105px;
	}
	.doctor_img_1{
	    padding:0;
		width:210px;
		height:105px;
		z-index:-150;
	}
	.doctor_image{
		height:255px;
		width:100%;
		bottom:0;
	}
	.doctor_title{
		line-height:30px;
		font-size:18px;
		padding-bottom:15px;
	}
	.doctor_date{
		padding-top:15px;
		line-height:30px;
		font-size:14px;
	}
	.doctor_date1{
		line-height:20px;
		font-size:14px;
		padding-bottom:1vw;
	}
	.contact_1{
		max-width:1920px;
		height:460px;
	}
	.contact_1:before{
		width: 960px;
		height: 100%;
		top: 0;
		right: 50%;
		margin-right: 110px;
	}
	.departments_office p{
		font-size:18px;
		text-indent:20px;
		line-height:35px;
	}
	.contact_office li{
		line-height:50px;
		height:50px;
		font-size:18px;
	}
	.contact_content{
		margin-top:15px;
	}
	.video_about{
	    padding:30px 0;
	}
	.video_img{
		height:150px;
	}
	.video_title{
		line-height:60px;
		font-size:18px;
		margin-bottom:0;
	}
	.builds_title{
		line-height:25px;
		font-size:16px;
	}
	.builds_more{
		height:45px;
	}
	.builds_more a{
		font-size:14px;
		line-height:45px;
		padding-right:15px;
	}
	.builds-list{
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.builds-list a{
		line-height: 40px;
		font-size: 16px;
		padding-left: 10px;
	}
	.link{
	    padding:30px 0;
	}
	.link_content{
		line-height:50px;
	}
	.link_content span{
		height:50px;
		font-size:18px;
		padding-left: 30px;
	}
	.link_content ul{
		line-height:50px;
	}
	.link-p {
		line-height: 50px;
		height: 50px;
		font-size: 16px;
	}
	.link-p a{
		font-size: 16px;
	}
	
	
}
@media only screen and (min-width:1025px) and (max-width:1269px){
	.container-fluid {
		width:1024px;
	}
	.logo img{
		width:70%;
		margin:20px auto;
	}
	.top_img{
		height:140px;
	}
	.top-icon{
		width:32px;
	}
	.wechat_1_box, .wechat_2_box, .weibo_1_box{
		width:90px;
		height:90px;
	}
	.wechat_1_box img, .wechat_2_box img, .weibo_1_box img{
		width:74px;
	}
	.main-menu ul li a {
		padding: 15px 10px;
		font-size: 18px;
	}
	.nimble-icon{
		padding-top:30px;
		padding-bottom:20px
	}
	.nimble-icon img{
		top: 10px;
		padding-bottom: 12px;
		width:40px;
	}
	.nimble-icon .icon_h1{
		font-size: 16px;
		line-height:35px;
	}
	.news{
	    padding:25px 0;
	}
	.news-date{
		line-height:31px;
		margin-bottom:0;
		font-size:14px;
	}
	.news-date .sp1{
		line-height: 26px;
		margin-bottom: 0;
		padding-top: 15px;
		font-size: 20px;
	}
	.news-date .sp2{
		line-height:20px;
		margin-bottom:0;
		padding-top: 15px;
		font-size:13px;
		padding-right:10px;
	}
	.news-date a{
		line-height:22px;
		font-size:14px;
		font-weight:600;
	}
	.news_summary{
		line-height:20px;
		font-size:13px;
		text-indent:72px;
		padding-bottom: 10px;
		margin-bottom:0;
	}
	.items_title_box:hover a{
		line-height:22px;
		font-size:14px;
	}
	.section-header ul li {
		margin-left: 28px;
		font-size: 16px;
		height: 26px;
		line-height: 26px;
		width: 110px;
	}	
	.special{
		width: 170px !important;
	}
	.section-heading h1{
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;
		width: 140px;
		text-indent: 27.5px;
	}
	.section-heading h1::before{
		width:26px;
		height:26px;
	}
	.section-heading h1::after{
		width:26px;
		height:26px;
		right:0;
		top:0;
	}
	.section-header .more {
		width: 58px;
		height: 26px;
		line-height: 26px;
	}
	.more1 p {
		font-size: 13px;
		width: 58px;
		font-weight: 100;
		line-height: 26px;
	}
	.ks-1{
		line-height: 26px;
		font-size: 16px;
	}
	.owl-dots{
		bottom:30px;
		right:25px;
	}
	.owl-dot{
		width:10px;
		height:10px;
	}
	.news_img{
		height:323px;
	}
	.news_slider_img .items{
		height:343px;
	}
	.items-img{
		height:343px;
		overflow: hidden;
	}	
	.items_title_content{
		height:80px;
	}
	.items_title{
		line-height:40px;
		font-size:14px;
	}
	.section-heading-1 h1{
		font-size: 22px;
		font-weight:500;
		line-height:26px;
		width: 140px;
		text-indent:27.5px;
	}
	.section-heading-1 h1::before{
		width:26px;
		height:26px;
	}
	.section-heading-1 h1::after{
		width:30px;
		height:30px;
		right:0;
		top:0;
	}
	.more2 p{
		font-size: 13px;
		width: 58px;
		line-height: 26px;
	}
	.section{
	    padding:25px 0;
	}
	.section-list-img{
		/*line-height:40px;*/
		height:40px;
		width:40px;
	}
	.section-list{
		line-height:40px;
		height:40px;
		font-size:14px;
		padding-left:10px;
	}
	.ks-2{
		line-height: 26px;
		font-size: 16px;
	}
	.doctor_about{
		padding-top:35px;
		height:205px;
	}
	.doctor_img{
	    padding:0;
		width:160px;
		height:80px;
	}
	.doctor_img_1{
	    padding:0;
		width:160px;
		height:80px;
	}
	.doctor_image{
		height:185px;
		width:100%;
		bottom:25px;
	}
	.doctor_title{
		line-height:30px;
		font-size:18px;
	}
	.doctor_date{
		line-height:20px;
		font-size:13px;
	}
	.doctor_date1{
		line-height:20px;
		font-size:13px;
		padding-bottom:1vw;
	}	
	.contact_1{
		max-width:1920px;
		height:340px;
	}
	.contact_1:before{
		width: 960px;
		height: 100%;
		top: 0;
		right: 50%;
		margin-right: 70px;
	}
	.departments_office p{
		font-size:14px;
		text-indent:20px;
		line-height:25px;
	}
	.contact_office li{
		line-height:40px;
		height:35px;
		font-size:14px;
	}
	.video_about{
	    padding:25px 0;
	}

	.video_img{
		height:120px;
	}
	.video_title{
		line-height:25px;
		font-size:16px;
	}
	.builds_title{
		line-height:20px;
		font-size:14px;
	}
	.builds_more{
		height:35px;
	}
	.builds_more a{
		font-size:13px;
		line-height:35px;
		padding-right:15px;
	}
	.builds-list{
		height: 33px;
		line-height: 33px;
		font-size: 14px;
	}
	.builds-list a{
		line-height: 33px;
		font-size: 14px;
		padding-left: 10px;
	}
	.link{
	    padding:25px 0;
	}
	.link_content{
		line-height:40px;
	}
	.link_content span{
		height:40px;
		font-size:16px;
		padding-left: 30px;
	}
	.link_content ul{
		line-height:40px;
	}
	.link-p {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	.link-p a{
		font-size: 14px;
	}	

	
	
}


@media only screen and (min-width:769px) and (max-width:1024px){
	body {
		overflow-x: hidden;
	}
	.nav>li>a{padding: 10px 6px;}
	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
		border-radius: 3px;
	}
	.container-fluid {
		width: 95%;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		min-height: 250px;
	}
	.carousel-control.right {
		right: 10px;
	}
	.logo img {
		width: 80%;
		margin-top: 5px;
	}
	.menu—home{
		display:none;
	}
	.menu—home-mobile{
		display:block;
	}
	.foot-menu{
		display:none;
	}
	.logo img{
		width:80%;
		margin:10px auto 10px;
	}
	.top_img_1{
		display:none;
	}
	.main-menu ul li {
		margin-left: 20px;
	}
	.main-menu ul li a {
		padding: 15px 10px;
		font-size: 20px;
	}
	.mean-container a.meanmenu-reveal {
		right: 5px !important;
	}
	.mean-container a.meanmenu-reveal {
		margin-top: -57px;
		color: #004c25;
		border: 1px solid #004c25;
	}
	.mean-container a.meanmenu-reveal span {
		background: #004c25;
	}	
	.nimble-icon{
		padding-top:10px;
	}
	.nimble-icon img{
		top: 15px;
		padding-bottom:30px;
		width:20%;
	}
	.nimble-icon .icon_h1{
		font-size:14px;
		line-height:30px;
	}
	.news{
	    padding:30px 0;
	}
	.news-date{
		line-height:30px;
		margin-bottom:0;
		font-size:15px;
	}
	.news-date .sp1{
		line-height:30px;
		margin-bottom: 0;
		padding-top: 15px;
		font-size:15px;
	}
	.news-date .sp2{
		line-height:30px;
		margin-bottom:0;
		padding-top: 15px;
		font-size:15px;
		padding-right:10px;
	}
	.news-date a{
		line-height:30px;
		font-size:15px;
		font-weight:600;
	}
	.news_summary{
		line-height:30px;
		font-size:13px;
		text-indent:10px;
		padding-bottom: 15px;
		margin-bottom:0;
	}
	.items_title_box:hover a{
		line-height:22px;
		font-size:15px;
	}
	.section-header ul li {
		margin-left: 28px;
		font-size: 16px;
		height: 26px;
		line-height: 26px;
		width: 110px;
	}	
	.special{
		width: 170px !important;
	}
	.section-heading h1{
		font-size:20px;
		font-weight:500;
		line-height:30px;
		width: 140px;;
		text-indent:27px;
	}
	.section-heading h1::before{
		width:20px;
		height:30px;
	}
	.section-heading h1::after{
		width:20px;
		height:30px;
		right: 8px;
		top:0;
	}
	.section-header .more {
		width: 58px;
		height: 26px;
		line-height: 26px;
	}
	.more1 p {
		font-size: 13px;
		width: 58px;
		font-weight: 100;
		line-height: 26px;
	}
	.ks-1{
		line-height: 30px;
		font-size: 15px;
	}
	.owl-dots{
		bottom:30px;
		right:25px;
	}
	.owl-dot{
		width:10px;
		height:10px;
	}
	.news_img{
		height:343px;
	}
	.news_slider_img .items{
		height:343px;
	}
	.items-img{
		height:343px;
		overflow: hidden;
	}	
	.news_about{
		padding-top:25px;
	}
	.items_title_content{
		height:60px;
	}
	.items_title{
		line-height:50px;
		font-size:15px;
	}
	.section-heading-1 h1{
		font-size:20px;
		font-weight:500;
		line-height:30px;
		width:140px;
		text-indent:27px;
	}
	.section-heading-1 h1::before{
		width:20px;
		height:30px;
	}
	.section-heading-1 h1::after{
		width:30px;
		height:30px;
		right:0;
		top:0;
	}
	.more2 p{
		font-size: 13px;
		width: 58px;
		line-height: 26px;
	}
	.section{
	    padding:30px 0;
	}
	.section li{
		margin-top:10px;
		margin-bottom:10px;
	}
	.section-list-img{
		/*line-height:40px;*/
		height:40px;
		width:40px;
	}
	.section-list{
		line-height:40px;
		height:40px;
		font-size:14px;
		padding-left:10px;
	}
	.ks-2{
		line-height: 26px;
		font-size: 16px;
	}
	.doctor_about{
		padding-top:35px;
		height:205px;
	}
	.doctor_img{
	    padding:0;
		width:160px;
		height:80px;
	}
	.doctor_img_1{
	    padding:0;
		width:160px;
		height:80px;
	}
	.doctor_image{
		height:185px;
		width:100%;
		bottom:15px;
	}
	.doctor_title{
		line-height:30px;
		font-size:18px;
	}
	.doctor_date{
		line-height:20px;
		font-size:13px;
	}
	.doctor_date1{
		line-height:20px;
		font-size:13px;
		padding-bottom:1vw;
	}			
	.contact_1{
		max-width:1920px;
		margin:auto;
		height:auto;;	
	}
	.contact_1:before{
		display:none;
	}
	.contact_2{
		display:block;
		background: url("../images/home/cons2.jpg") repeat;
	}
	.contact_3{
		display:block;
	}
	.departments_office p{
		font-size:14px;
		text-indent:20px;
		line-height:25px;
	}
	.contact_office li{
		line-height:40px;
		height:35px;
		font-size:14px;
	}
	.video_about{
	    padding:25px 0;
	}
	.video_img{
		height:120px;
	}
	.video_title{
		line-height:25px;
		font-size:16px;
	}
	.builds_title{
		line-height:20px;
		font-size:14px;
	}
	.builds_more{
		height:35px;
	}
	.builds_more a{
		font-size:13px;
		line-height:35px;
		padding-right:15px;
	}
	.builds-list{
		height: 33px;
		line-height: 33px;
		font-size: 14px;
	}

	.builds-list a{
		line-height: 33px;
		font-size: 14px;
		padding-left: 10px;
	}
	.link{
	    padding:25px 0;
	}
	.link_content{
		line-height:40px;
	}
	.link_content span{
		height:40px;
		font-size:16px;
		padding-left: 30px;
	}
	.link_content ul{
		line-height:40px;
	}
	.link-p {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	.link-p a{
		font-size: 14px;
	}	

		
}

@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.nav>li>a{padding: 10px 6px;}
	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
		border-radius: 3px;
	}
	.container-fluid {
		width: 95%;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		min-height: 250px;
	}
	.carousel-control.right {
		right: 10px;
	}
	.logo img {
		width:80%;
		margin:10px auto 10px;
	}
	.menu—home{
		display:none;
	}
	.menu—home-mobile{
		display:block;
	}
	.foot-menu{
		display:none;
	}
	.top_img_1{
		display:none;
	}
	.main-menu ul li {
		margin-left: 20px;
	}
	.main-menu ul li a {
		padding: 15px 10px;
		font-size: 20px;
	}
	.mean-container a.meanmenu-reveal {
		right: 5px !important;
	}
	.mean-container a.meanmenu-reveal {
		margin-top: -57px;
		color: #004c25;
		border: 1px solid #004c25;
	}
	.mean-container a.meanmenu-reveal span {
		background: #004c25;
	}	
	.nimble-icon{
		padding-top:10px;
	}
	.nimble-icon img{
		top: 15px;
		padding-bottom:30px;
		width:20%;
	}
	.nimble-icon .icon_h1{
		font-size:14px;
		line-height:30px;
	}
	.news{
	    padding:30px 0;
	}
	.news-date{
		line-height:30px;
		margin-bottom:0;
		font-size:15px;
	}
	.news-date .sp1{
		line-height:30px;
		margin-bottom: 0;
		padding-top: 15px;
		font-size:15px;
	}
	.news-date .sp2{
		line-height:30px;
		margin-bottom:0;
		padding-top: 15px;
		font-size:15px;
		padding-right:10px;
	}
	.news-date a{
		line-height:30px;
		font-size:15px;
		font-weight:600;
	}
	.news_summary{
		line-height:30px;
		font-size:13px;
		text-indent:10px;
		padding-bottom: 15px;
		margin-bottom:0;
	}
	.items_title_box:hover a{
		line-height:22px;
		font-size:15px;
	}
	.section-header ul li {
		margin-left: 5px;
		font-size: 16px;
		height: 26px;
		line-height: 0;
		width: 70px;
	}
	.special{
		width: 150px !important;
	}
	.l_dd, .l_nn{
		width: 30px !important;
	}
	.section-heading h1{
		font-size:20px;
		font-weight:500;
		line-height:30px;
		width: 140px;;
		text-indent:27px;
	}
	.section-heading h1::before{
		width:20px;
		height:30px;
	}
	.section-heading h1::after{
		width:20px;
		height:30px;
		right: 8px;
		top:0;
	}
	.section-header .more {
		width: 58px;
		height: 26px;
		line-height: 26px;
	}
	.more1 p {
		font-size: 13px;
		width: 58px;
		font-weight: 100;
		line-height: 26px;
	}
	.ks-1{
		line-height: 30px;
		font-size: 13px;
	}
	.owl-dots{
		bottom:30px;
		right:25px;
	}
	.owl-dot{
		width:10px;
		height:10px;
	}
	.news_img{
		height:343px;
	}
	.news_slider_img .items{
		height:343px;
	}
	.items-img{
		height:343px;
		overflow: hidden;
	}	
	.news_about{
		padding-top:25px;
	}
	.items_title_content{
		height:60px;
	}
	.items_title{
		line-height:50px;
		font-size:15px;
	}
	.section-heading-1 h1{
		font-size:20px;
		font-weight:500;
		line-height:30px;
		width:140px;
		text-indent:27px;
	}
	.section-heading-1 h1::before{
		width:20px;
		height:30px;
	}
	.section-heading-1 h1::after{
		width:30px;
		height:30px;
		right:0;
		top:0;
	}
	.more2 p{
		font-size: 13px;
		width: 58px;
		line-height: 26px;
	}
	.section{
	    padding:30px 0;
	}
	.section li{
		margin-top:10px;
		margin-bottom:10px;
	}
	.section-list-img{
		/*line-height:40px;*/
		height:40px;
		width:40px;
	}
	.section-list{
		line-height:40px;
		height:40px;
		font-size:14px;
		padding-left:10px;
	}
	.ks-2{
		line-height: 15px;
		font-size: 13px;
	}
	.doctor_about{
        padding-top: 35px;
        height: 235px;
	}
	.doctor_img{
	    padding:0;
		width: 200px;
        height: 100px;
	}
	.doctor_img_1{
	    padding:0;
		width: 200px;
        height: 100px;
	}
	.doctor_image{
		height: 255px;
        width: 180px;
        bottom: -5px;
	}
	.doctor_title{
		line-height: 50px;
        font-size: 18px;
	}
	.doctor_date{
		line-height:20px;
		font-size:13px;
	}
	.doctor_date1{
		line-height:40px;
		font-size:13px;
		padding-bottom:1vw;
	}
	.contact_1{
		max-width:1920px;
		margin:auto;
		height:auto;;
	}
	.contact_1:before{
		display:none;
	}
	.contact_2{
		display:block;
		background: url("../images/home/cons2.jpg") repeat;
	}
	.contact_3{
		display:block;
	}
	.departments_office p{
		font-size:14px;
		text-indent:20px;
		line-height:25px;
	}
	.contact_office li{
		line-height:40px;
		height:35px;
		font-size:14px;
	}
	.video_about{
	    padding:25px 0;
	}
	.video_img{
		height:120px;
	}
	.video_title{
		line-height:25px;
		font-size:16px;
	}
	.builds_title{
		line-height:20px;
		font-size:14px;
	}
	.builds_more{
		height:35px;
	}
	.builds_more a{
		font-size:13px;
		line-height:35px;
		padding-right:15px;
	}
	.builds-list{
		height: 33px;
		line-height: 33px;
		font-size: 14px;
	}

	.builds-list a{
		line-height: 33px;
		font-size: 14px;
		padding-left: 10px;
	}
	.link{
	    padding:25px 0;
	}
	.link_content{
		line-height:40px;
	}
	.link_content span{
        height: 40px;
        font-size: 13px;
        padding-left: 15px;
	}
	.link_content ul{
		line-height:40px;
	}
	.link-p {
		line-height: 40px;
		height: 40px;
		font-size: 13px;
	}
	.link-p a{
		font-size: 13px;
	}	
	.mean-nav{
	    position: absolute;
	}
}
.doctor_slider .owl-nav{
    display:none;
}
.doctor_slider .owl-dots{
    display:none;
}