﻿@charset "utf-8";
/* CSS Document */
html { padding:0px; margin:0px;}
*{margin:0px;padding:0px;word-wrap:break-word;}
body{ font-size:14px; font-family: "微软雅黑"  !important;color:#333; line-height: 24px; width: 100%; background: url(../images/bg.jpg);}
a{color:#333;text-decoration:none;}
a:hover{color:#960505;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{}
.blank10 { height:10px; clear:both}
.blank20 { height:20px; clear:both}
.blank30 { height:30px; clear:both}
.blank40 { height:40px; clear:both}
.blank50 { height:50px; clear:both}
.clear{ clear:both}
.fl { float:left;}
.fr { float:right}
.pt { padding-top:100px;}
.pt60 { padding-top:60px;}
.p30 {padding-top:30px;}
.p40 {padding-top:40px;padding-bottom:50px}
.p50 {padding-top:50px;}
.m30{margin-top:30px!important;}
.m80 {margin-top:80px;}
.m60 {
	margin-top: 60px!important;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.top-header {
	background: url(../images/top_bg.jpg) center bottom no-repeat;
	height: 90px;
}
.logo {
	margin-top: 12px;
}
.top-tel {
	margin-top: 12px;
	color: #999999;
}
.top-tel h1{
	color: #a32124;
	font-size: 40px;
	font-family: "宋体";
	font-weight: bolder;
}
.nav-bg {
	background: url(../images/nav_bg.jpg) repeat-x;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.nav ul li {
	width: 150px;
	float: left;
	text-align: center;
	transition: all 0.3s linear;
}
.nav ul li a {
	color: #ffffff;
	
}
.nav ul li:hover {
	background-color: #8f0c0f;
}
.nav_active {
	background-color: #8f0c0f;
}
/*首页开始*/
.business-four {
	margin-top: 40px;
}
.business-four ul li {
	width: 220px;
	margin:0px 40px;
	float: left;
}
.business-img {
	margin-right: 10px;	
}
.business-txt p {
	padding: 0px;
	color: #666666;
}
.business-txt span {
	font-size: 60px;
	color: #a32124;
	line-height: 60px;
}
.business-six {
	background: url(../images/business_bg.jpg) center center no-repeat;
	width: 681px;
	height: 400px;
	
}
.business-six ul li {
	width: 227px;
	height: 200px;
	float: left;
	text-align: center;
	line-height: 40px;
}
.business-six a {
	color: #ffffff;
	font-size: 16px;
}
.business-six ul li img  {
	margin-top: 50px;
}
.business-six ul li:hover a {
	color: #ffffff;
}
.statement {
	background-color: #f7f5f2;
	width: 519px;
	height: 400px;
	
}
.statement-title {
	background: url(../images/more.png) right center no-repeat;
	margin: 15px 30px;
	height: 35px;
	line-height: 35px;
	color: #a32124;
	font-size: 30px;
}
.statement ul {
	margin: 10px 30px;
}
.statement ul li{
	position: relative;
	line-height: 36px;
	height: 36px;
}
.statement ul li a{
	position: absolute;
	left: 0px;
	color: #4e401f;
	font-size: 14px;
}
.statement ul li a i {
	color: #a32124;
	font-size: 12px;
	margin-right: 5px;
}
.statement ul li span {
	position: absolute;
	right: 0px;
	color: #4e401f;
}
.about-bg {
	background: url(../images/about_bg.jpg) center center no-repeat; 
	padding: 60px 0px;
}
.about-left {
	width: 580px;
	color: #fffefe;
}
.about-left h1 {
	font-size: 30px;
	line-height: 80px;
}
.about-left p {
	line-height: 28px;
	margin-top: 15px;
}
.about-menu {
	margin-left: 100px;
	margin-top: 50px;
}
.about-menu  li {
	margin-top: 24px;
}
.about-menu  li a {
	width: 193px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	display: block;
	background: url(../images/ab_nore.png);
}
.doctor-title {
	text-align: center;
}
.doctor-title h1 {
	font-size: 40px;
	color: #333333;
}
.doctor-title p {
	color: #999999;
}
.doctor {
	margin-top: 20px;
	
}
.doctor-box  {
	margin-bottom: 30px;
}
.doctor-box img {
	width: 100%;
} 
.doctor-box .doctor-name {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.doctor-box .doctor-title {
	font-size: 14px;
	color: #999999;
}
.news-bg {
	background: #f7f5f2;
	display: flexbox;
}
.contact {
	background: url(../images/contact-bg.jpg) #a32124 center bottom no-repeat;
	padding: 30px 0px 60px 0px;
	width: 340px;
	text-align: center;
	color: #ffffff;
}
.contact p {
	line-height: 60px;
}
.contact h1 {
	font-size: 40px;
}
.contact img {
	width: 150px;
}
.news01 {
	width: 860px;
}
.news01 ul {
	margin: 10px 30px;
}
.news01 ul li{
	position: relative;
	line-height: 36px;
	height: 36px;
}
.news01 ul li a{
	position: absolute;
	left: 0px;
	color: #4e401f;
	font-size: 14px;
}
.news01 ul li a i {
	color: #a32124;
	font-size: 12px;
	margin-right: 5px;
}
.news01 ul li span {
	position: absolute;
	right: 0px;
	color: #4e401f;
}
.foot {
	background-color: #a32124;
	color: #fffefe;
	text-align: center;
	line-height: 60px;
	height: 60px;
}
.foot a {
	color: #fffefe;
	padding-left: 50px;
}
/*首页结束*/
/*关于我们开始*/
.layui-carousel {
height: 580px!important;
}
.layui-carousel img {
	
}
.layui-img {
	width: 100%;
	display: block;
	height: 600px;
} 
.aboutlist {
	width: 260px;
	background: url(../images/menu-bg.jpg) bottom center no-repeat;
	padding-top: 20px;
	padding-bottom: 160px;
}
.aboutlist h2{
	color: #a32124;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
}
.content-a  {
	background: url(../images/ab_nore.png) center center no-repeat;
	width: 193px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 10px auto;
}
.content-menu a:hover {
	color: #ffffff;
}
.article-cont {
	width: 860px;
	background-color: #fcf4ec;
	padding-bottom: 120px;
	padding: 15px 20px;
}
.article-bg {
	
}
.article {
	line-height: 24px;
	color: #333333;
	padding: 20px 0px 40px 0px;
	background: url(../images/article-bg.png) right bottom no-repeat;
}
.article p {
	margin: 10px 0px;
}
.article-title {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #a32124;
}
/*关于我们结束*/
 .swiper-container01 {
      width: 100%;
      height: 100%;
    } 
.swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide  {
	width:100%;}
.swiper-button-next1,.swiper-button-prev1{
	position:absolute;
	top:50%;
	width:calc(var(--swiper-navigation-size)/ 44 * 27);
	height:var(--swiper-navigation-size);
	margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index:10;cursor:
	pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--swiper-navigation-color,var(--swiper-theme-color))
	}
.next01 {
	background-color: rgba(255,255,255,0.6);
	top: 30px!important;
	width: 20px!important;
	height: 20px!important;
	text-align: center!important;
	line-height: 20px;
	border-radius: 15px;
	font-size: 20px;
	right: 10px;
	font-weight: bold;
}
.next01::after {
	content:""!important;
}
.prev01 {
	background-color: rgba(255,255,255,0.6);
	top: 30px!important;
	width: 20px!important;
	height: 20px!important;
	text-align: center!important;
	line-height: 20px;
	border-radius: 15px;
	font-size: 20px;
	right: 10px;
	font-weight: bold;
}
.prev01::after {
	content:""!important;
}
/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0; text-align:center;text-align:-webkit-center}
#fenye a{ width:40px; text-align:center; float:left; border:2px solid #bfbfc7;background:#fff; height:40px; font-size:12px;color:#666; line-height:28px; margin-left:5px;display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:2px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:2px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 2px solid #000;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 40px;text-align: center;float: left;border: 2px solid #bfbfc7;background: #fff;height: 40px;font-size: 12px;color: #666;line-height: 40px;margin-left: 10px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 2px solid #ff7d02;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:40px; text-align:center; float:left; border:2px solid #cfcfcf;background:#fff; height:40px; font-size:12px;color:#333; line-height:40px; margin-left:10px;}
#pagelist a.next1 { width:110px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#1b1b1b;border:2px solid #000;color:#fff;}
#pagelist a:hover{background:#1b1b1b;border:2px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:40px; font-size:13px; height:40px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}
/*名医开始*/
.doctor01 ul li {
	width: 288px;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	text-align: center;
}
.doctor01 ul li .doctor-box img{
	height:364px;
}
.doctor01 ul li:nth-child(4n+0) {
	margin-right: 0px;
}
.doctor-left {
	width: 360px;
	
}
.doctor-left img  {
	width: 100%;
}
.doctor-center {
	width: 500px;
	margin: 0px 30px;
	line-height: 30px;
	color: #666666;

	}
.doctor-center  h3 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}
.doctor-center h1 {
	line-height: 60px;
	color: #333333;
}
.doctor-right {
	width: 280px;
	height: 481px;
	background: url(../images/doctor-right.jpg) #a32124 bottom center no-repeat;	
}
/*名医结束*/
/*商学院开始*/
.shangxueyuan ul li {
	width: 288px;
	margin-right: 16px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
	float: left;
} 
.shangxueyuan ul li img {
	width: 100%;
	height: 216px;
}
.shangxueyuan ul li:nth-child(4n+0) {
	margin-right: 0px;
}
/*商学院结束*/
.carticle h1 {
	font-size: 36px;
	line-height: 60px;
	color: #333333;
	text-align: center;
}
.carticle h4  {
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.Introduction {
	background: #f7f5f2;
	padding: 5px 20px;
	border: dashed 1px #ededed;
	margin: 15px 0px;
}
.intro {
	line-height: 24px;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 20px;
}

.control {
	background: #f7f5f2;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.news {
	margin-top: 30px;
}
.news ul li {
	margin-bottom: 30px;
	background: url(../images/more.png) #f1f1f1 right 15px bottom 15px no-repeat;
}
.newsimg {
	width: 200px;
	height: 150px;
	float: left;
	background: url(../images/news-bg.jpg) center center no-repeat;
	background-size: cover;
}
.newsimg img {
	width: 200px;
	height: 150px;
}
.newstxt {
	width: 960px;
	float: right;
	margin-right: 20px;
	margin-top:10px ;
	
}
.newstxt h3 {
	font-size: 16px;
	line-height: 30px;
}
.newstxt p {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 5px;
}