@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img {
	border: medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body,button,input,select,textarea {
	font: 12px/1.5 "msyhl422459", "微软雅黑", Srial, Verdana, Geneva, sans-serif, tahoma, helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
em {
	font-style: normal;
}

ul,ol,
{
list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

body,.ui-overlay-h {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	color: #666;
	/*overflow-x: hidden;*/
}

input,img {
	vertical-align: middle;
}

body,html {
	min-width: 1440px;
	max-width: 100%;
	margin: 0 auto;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

img {
	border: none;
	vertical-align: top;
}

* {
	margin: 0;
	padding: 0;
	text-shadow: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blank {
	height: 8px;
	clear: both;
}

.blank20 {
	height: 20px;
	clear: both;
}

/**head**/
.mbody {
	width: 100%;
	margin: 0 auto;
}

header {
	background-color: #1d1d1d;
	margin: 0 auto;
}

.mlogo {
	padding-top: 20px;
	clear: both;
	display: block;
	height: 65px;
}

.mlogo ul {
	float: right;
	margin-right: 50px;
}

.mlogo li {
	width:auto;
	float: left;
	padding-left: 20px;
	font-size: 18px;
	color: #fff;
	font-family: '微软雅黑';
	text-align: center;
}

.mnav {
	margin: 0 auto;
	width: 70%;
	display: block;
	line-height: 2.5;
	height: 60px;
}

.mnav ul {
	width: 100%
}

.mnav li {
	float: left;
	width: 16%;
	font-size: 22px;
	color: #fff;
	font-family: '微软雅黑';
	text-align: center;
}

.mnav li a {
	color: #fff;
}

.mnav li i {
	display: block;
	font-size: 10px;
	font-style: normal;
}

/***banner****/
.swiper-banner .swiper-slide img {
	width: 100%;
}

.swiper-banner {
	overflow-x: hidden;
}

.contitle {
	height: 320px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contitle img {
	vertical-align: middle;
}

/***医疗团队***/
.contentys {
	width: 1440px;
	margin: 0 auto;

}

.contentys .toppic {
	height: 362px;
	background-color: #fff;
	background-repeat: no-repeat;
}
.contentys .toppic img {
	width: 257px;

}
.contentys .bottxt {
	height: 162px;
	width: 220px;
	margin-left: 18px;
	bottom: 0;
	position: fixed;
	color: #fdfefe;
}

.contentys .bottxt dt {
	font-size: 32px;
	padding-top: 25px;
}

.contentys .bottxt dd {
	font-size: 18px;
}

.contentys .bottxt {
	background-color: #596573;
	transition: background-color .5s ease .1s;
	/* 颜色变化的时间和速度 */
}

.contentys .bottxt:hover {
	background-color: #ee7422;
}

/***项目分类***/



.contentitem li {
	width: 208px;
	text-align: center;
}

.contentitem li:nth-child(2) {
	height: 93px;
	background-image: url(../images/itema.png);
	font-size: 28px;
	color: #fdfdfd;
	line-height: 2;
	transition: background-image .5s ease .1s;
}

.contentitem li:nth-child(2):hover {
	background-image: url(../images/itemb.png);
	/* 鼠标悬停时的背景图 */

}

.contitleitem img {
	vertical-align: middle;
	width: 100%;
}

.contentitem {
	width: 1400px;
	margin: 0 auto;
}

.contentitem .swiper-father {
	width: 1440px;
	margin: 0 auto;
	position: relative;
	margin: 0 auto;
}

.contentitem .swiper-button-prev {
	left: -75px;
	width: 45px;
	height: 45px;
	background: url(../images/itemico.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;

}

.contentitem .swiper-button-next {
	right: -75px;
	width: 45px;
	height: 45px;
	background: url(../images/itemico.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;

}

.contentitem .swiper-button-prev:hover {
	background-position: 0 -48px;
	background-size: 100%
}

.contentitem .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/***华美资质***/

footer {
	clear: both;
	text-align: center;
}

section {
	clear: both;
}




/******资质*****/
#certify {
	position: relative;
	width: 1440px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 610px;
	height: 425px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -55px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	top: 40%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -55px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	top: 40%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/*****仪器设备****/
.yq {
	background-color: #f3f3f3;
	display: flow-root;
}

.yq div {
	background-color: #f3f3f3;
}

.yq .contentyq {
	width: 1360px;
	margin: 0 auto;
}

.yq .contentyq ul,li {
	width: 160px;
	float: left;
	
}

.yq .contentyq li:nth-child(1) {
	background-color: #D9DADB;
	height: 280px;
	border-radius: 100px 100px 0 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.yq .contentyq li:nth-child(1):hover ,
.yq .contentyq li:nth-child(1):hover  {
	background-color: #f3f3f3;
}

.yq .contentyq li:nth-child(2) {
	font-size: 22px;color: #ee7422;line-height: 1;margin-top:30px;font-weight: bold;
}
.yq .contentyq li:nth-child(3) {
	font-size: 16px;line-height: 1;margin-top:10px;
}
.yq .contentyq li:nth-child(1) img {
	vertical-align: text-bottom;
	position: relative;
	bottom: 0;
}

.contentyq {
	width: 1400px;
	margin: 0 auto;
}

.contentyq .swiper-father {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	margin: 0 auto;
}

.contentyq .swiper-button-prev {
	left: -75px;
	width: 45px;
	height: 45px;
	background: url(../images/itemico.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;

}

.contentyq .swiper-button-next {
	right: -75px;
	width: 45px;
	height: 45px;
	background: url(../images/itemico.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;

}

.contentyq .swiper-button-prev:hover {
	background-position: 0 -48px;
	background-size: 100%
}

.contentyq .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/*******华美环境*****/
.contenthj {
	width: 1560px;
	margin: 0 auto;
}

.contenthj li {
	margin: 10px;
	display: inline-table;
}

.contenthj li img {
	display: block;
	filter: brightness(80%);
}

.contenthj li dd:nth-child(1) {
	margin-bottom: 13px
}

.contenthj li:nth-child(1) img,
.contenthj li:nth-child(2) img {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.contenthj li:nth-child(1):hover img,
.contenthj li:nth-child(2):hover img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	filter: brightness(100%);
}

.contenthj li dd:nth-child(1) img,
.contenthj li dd:nth-child(2) img {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.contenthj li dd:nth-child(1):hover img,
.contenthj li dd:nth-child(2):hover img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	filter: brightness(100%);
}

/******footer********/
.foot {
	background-color: #3a4149;
	display: block;
	height: 300px;
	margin: 0 auto;
}

.foot ul {
	width: 1440px;
	margin: 0 auto;
	padding-top: 100px;
}

.foot ul li {
	line-height: 2;
	color: #aaa;
}
.foot ul li a{
	
	color: #aaa;
}
.foot ul li:nth-child(1)
{
	width: 25%;
	
}
.foot ul li:nth-child(2) {
	width: 65%;

}


.foot ul li .itemtxt ul {
	width: 100%;
	padding-top: 0px;
	color: #fff;
	margin-left: 22.5px;
}

.foot ul li .itemtxt ul li {
	width: 30%;
	height: 40px;
	float: left;
	font-size: 18px;
	border: 0;
}

.foot ul li .itemtxt ul li:nth-child(1) {
	font-size: 26px;
}

/***swiper****/

.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-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	display: none;
	margin: 5px 20px 0 20px;
	padding-left: 12px;
}

.swiper-banner:hover .swiper-button-next,
.swiper-banner:hover .swiper-button-prev {
	display: block;
	color: #fff;
	background-color: #000;
	width: 50px;
	height: 50px;
	padding-top: 3px;
	border-radius: 5px;
	opacity: 0.5;
}

.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.swiper-banner .swiper-pagination-bullet-active {
	background: #fff;
	width: 12px !important;
	height: 12px !important;
}

/****来院路线*****/
/*path*/
#sections {
    width: 100%;
    height: 100px;
    background: url(../images/path_bg.jpg) center no-repeat;
}

#path {
    width: 1440px;
    margin: 0 auto;
}

#path .path_title {
    width: 173px;
    margin: 0 auto;
    text-align: center;
    padding-top: 170px;
}

#path .path_title h2 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
}

#path .path_main {
    width: 1440px;
    height: 740px;
    margin: 30px auto 0;
    border-bottom: 1px solid #bdbdbd;
    padding: 2px;
    background: #fff;
}

.path_main .hd {
    overflow: hidden;
    padding: 0 0 38px 0;
}

.path_main .hd li {
    font-size: 18px;
    color: #000000;
    float: left;
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background: #9d9696;
}

.path_main .hd li+li {
    border-left: 1px solid #cccccc;
}

.path_main .bd {
    margin-left: 95px;
}

.path_main .hd li.on {
    color: #ffffff;
    background: #ee7422;
    height: 50px;
    line-height: 50px;
}

.path_main .hd li.on:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ee7422;
    left: 50%;
    margin-left: -8px;
    bottom: -10px;
}

.bd_left,.bd_right {
    float: left;
	padding-top: 20px;
}

.bd_left {
    width: 313px;
    height: 478px;
    background: url(../images/bd_left.png) center no-repeat;
    padding-top: 60px;
}

.bd_left .left_box {
    width: 236px;
    margin: 0 auto;
}

.bd_left ul {
    width: 100%;
    height: 165px;
    background: url(../images/path_02.png) center no-repeat;
    margin-top: 28px;
}

.bd_left ul li {
    text-align: right;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    /*padding-right: 32px;*/
}

.bd_left ul li+li {
    margin-top: 20px;
}

.path_info {
    padding-left: 20px;
}

.path_info span {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    display: block;
}

.path_info p {
    font-size: 15px;
    line-height: 35px;
}

#path .path > p {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    margin-left: 30px;
}

#path .path a {
    font-size: 16px;
    color: #95774c;
    background-color: #000;
    padding: 5px 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*zjBoxs*/
.zjTit {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #666;
}

.zjContent {
    height: 560px;
    background: #988c88;
    box-shadow: 0px 23px 68px 0px rgba(152, 140, 136, 0.5);
    -webkit-box-shadow: 0px 23px 68px 0px rgba(152, 140, 136, 0.5);
    -moz-box-shadow: 0px 23px 68px 0px rgba(152, 140, 136, 0.5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
}

.zjhd {
    width: 375px;
    top: 99px;
    left: 47px;
}

/*.zjhd ul{width:375px;height:384px;overflow: hidden;}*/
.zjtabBd {
    height: 384px;
    overflow: hidden;
}

.zjlist {
    width: 1440px;
    height: 560px;
}

.zjTxt {
    width: 310px;
    top: 100px;
    right: 35px;
}

.zjTxt h3 {
    font-size: 36px;
}

.zjTxt .zjzc {
    margin-left: 6px;
}

.zjTxt .zjzc {
    margin: 15px 0 20px;
}

.zjTxt .zjbm {
    line-height: 25px;
}

.zjTxt .p1 {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin: 8px 0 30px;
}

.zjTxt .p2 {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    width: 333px;
}

.zjTxt a {
    width: 191px;
    height: 56px;
    line-height: 56px;
    background: #ee7422;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-left: 33px;
    margin-top: 40px;
}

.zjcicle {
    width: 108px;
    height: 108px;
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    cursor: pointer;
}

.zjcicle img {
    border: 4px solid rgba(255,115,3,0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
}

/*.zjcicle.on img{border:4px solid #660205;}*/
/*.zjcicle:nth-child(3n){margin-right:0;}*/
