﻿@font-face { font-family: icons; font-display: block; src: url(https://cdn01l.vaillant.cn/main/vaillant/180.0/fonts/icons.woff) format('woff'), 
url(https://cdn01l.vaillant.cn/main/vaillant/180.0/fonts/icons.ttf) format('truetype'); } 

@font-face { font-family: 'Vaillant14'; font-display: block; src: url(https://cdn01l.vaillant.cn/main/vaillant/180.0/fonts/Vaillant14-Book.woff) format('woff'); } 

body {
	font: 14px/20px "pingfang SC";
	line-height: 1.8;
	color: #5c5b5b;
	overflow-x: hidden;
	font-family: "Vaillant14",arial,sans-serif;


}

ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	color: #343a40;
}

a:hover {
	color: #f15a22;
	text-decoration: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}


/* nav */
.nobg {
	background: none;
	border: 0;
	margin-bottom: 0;
}

.container-fluid {
	/*padding-left:0;
	padding-right:0;*/
	box-sizing: border-box;
}

#header .tel {
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #f15a22;
/* 	font-weight: bold; */
	position: relative;
	    right: -385px;
}

#header .tel .tel1 img {
	position: absolute;
	right: 185px;
	top: 7px;
}

#header .tel .tel2 {
/* 	padding-right: 43px; */
	position: relative;
	top:-10px;
}

#header .col-sm-3 {
	padding-right: 0;
}

#header form {
	display: table;
	border: solid #e4e1e2 1px;
	background-color: #f4f3f3;
	border-radius: 3px;
	margin-top: 22px;
	width: 100%;
	max-width: 312px;
	float: right;
}

#header input {
	width: 82%;
	float: left;
	height: 38px;
	border: 0;
	background: transparent;
	line-height: 38px;
	color: #434343;
	padding-left: 10px;
	outline: none;
	font-size: 15px;
}

#header button.search {
	width: 18%;
	height: 38px;
	border: 0;
	float: right;
	background: url(../images/ico-search.png) center center no-repeat;
	color: #57524e;
	font-size: 16px;
	outline: none;
}

.navbar-brand {
	height: 84px;
	padding: 18px 0 18px 0;
}

.navbar {

	min-height: auto;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default {
	background: none;
}

.navbar-right {
	width: 100%;
	float: none;
	margin-right: 0;
}

.navbar-default .navbar-nav>li {
	float: left;
	display: inline-block;
	width: 6.7%;
	text-align: center;
	position: relative;
}

.navbar-default .navbar-nav>li.logonav>a:hover:before {
	
}
.navbar-default .navbar-nav>li>a {
	font-size: 1.6rem;
	color: #434343;
	padding-left: 5px;
	padding-right: 5px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #f15a22;
	background-color: #fff !important;
}

.navbar-default .navbar-nav>li:hover:before,
.navbar-default .navbar-nav>li.active:before {

	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background-color: #f15a22;
	left: 50%;
	margin-left: -26px;
	bottom: 0;
	z-index: 99;


}
.navbar-default .navbar-nav>li.logonav:hover:before{
		background-color: rgba(0,0,0,.0001);
}
.navbar-nav>li:hover .dropdown-menu {
	display: block;
	left: 0;
	text-align: center;
}

.navbar-nav>li>.dropdown-menu li {
	border-bottom: solid #ddd 1px;
}

.navbar-nav>li>.dropdown-menu li a {
	padding: 5px 20px;
}

.navbar-nav>li>.dropdown-menu li a:hover {
	color: #f15a22;
}

.navbar-toggle .icon-bar {
	background-color: #f15a22;
}

.navbar-toggle {
	margin-right: 0;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
#header{
	position: relative;
}
#menu {
	position: relative;
	z-index: 99;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	height: 100px;
	line-height:100px;
/* 	border-top: solid #e4e1e2 1px;
box-shadow: 0 3px 7px #bfbdbd; */
}

/*banner*/
#banner {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

#banner a.click {
	width: 76px;
	height: 76px;
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -38px;
}



#banner .item img {
	width: 100%;
}

#banner .carousel-caption {
	bottom: auto;
	top: 18%;
}

#banner .carousel-caption h5 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
}

#banner .carousel-caption p {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: lighter;
}

#banner .carousel-indicators {
	bottom: 10px;
}

#banner .carousel-indicators li {
	width: 13px;
	height: 13px;
	background-color: #FFF;
	margin: 0 2px;
	border-radius: 50%;
}

#banner .carousel-indicators li.active {
	background: #f15a22;
}

#banner .carousel-control {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 50px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	background-image: none;
}

#banner .carousel-control.left {
	/*background: rgba(0,0,0,.5);*/
	color: #fff;
	transform: translateX(-50px);
	-ms-transform: translate(-50px);
	-webkit-transform: translate(-50px);
	-o-transform: translate(-50px);
	-moz-transform: translate(-50px);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 60px;
	z-index: 9;
}

#banner .carousel-control.left:before {
	content: "\f104";
	position: absolute;
	left: 0;
	font-size: 36px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-indent: 0;
	text-align: center;
	line-height: 60px;

}

#banner .carousel-control.right:hover,
#banner .carousel-control.left:hover {
	background: rgba(255, 255, 255, .3);
}

#banner:hover .carousel-control.left {
	transform: translateX(0px);
	-ms-transform: translate(0px);
	/* IE 9 */
	-webkit-transform: translate(0px);
	/* Safari and Chrome */
	-o-transform: translate(0px);
	/* Opera */
	-moz-transform: translate(0px);
	/* Firefox */
	opacity: 1;
}

#banner .carousel-control.right {
	/* background: rgba(0,0,0,.5);*/
	color: #fff;
	transform: translateX(50px);
	-ms-transform: translate(50px);
	-webkit-transform: translate(50px);
	-o-transform: translate(50px);
	-moz-transform: translate(50px);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 60px;
	z-index: 9;
}

#banner:hover .carousel-control.right {
	transform: translateX(0px);
	-ms-transform: translate(0px);
	/* IE 9 */
	-webkit-transform: translate(0px);
	/* Safari and Chrome */
	-o-transform: translate(0px);
	/* Opera */
	-moz-transform: translate(0px);
	/* Firefox */
	opacity: 1;
}

#banner .carousel-control.right:before {
	content: "\f105";
	position: absolute;
	left: 0;
	font-size: 36px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-indent: 0;
	text-align: center;
	line-height: 60px;

}

h3.tit {
	text-align: center;
	font-size: 25px;
	color: #5c5b5b;
/* 	font-weight: bold; */
	margin: 35px 0 3px;
}

p.con {
	text-align: center;
	font-size: 16px;
	color: #5c5b5b;
	margin-bottom:5px;
}

#why {
	position: relative;
	margin-bottom: 10px;
}

.dis {
	display: block;
}

.undis {
	display: none;
}


.why-tit {
	width: 247px;
	position: absolute;
	z-index: 90;
	left: 0;
	top: 0;
	background-color:rgba(135, 135, 134, 0.84);
	padding: 34px 0;
	box-shadow: 0 8px 9px rgba(102, 102, 102, 0.2);
}

.why-tit .tabs li {
	height: 61px;
	line-height: 61px;
	font-size: 18px;
	margin: 6px 0 6px 6px;
}

.why-tit .tabs li a {
	display: block;
	padding: 0;
	outline: none;
	color: #FFF;
	padding-left: 34px;
}

.why-tit .tabs li a:hover {
	color: #757373;
}

.why-tit .tabs .thistab,
.why-tit .tabs .thistab a,
.why-tit .tabs .thistab a:hover {
	color: #757373;
	background-color: #FFF;
	box-shadow:  8px 8px 9px rgba(241, 90, 34, 0.2);
}

.why-con {
	width: 100%;
	padding-left: 263px;
}

.why-con .img-wrap {
	position: relative;
}

.why-con p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	padding: 22px;
	background-color: rgba(135, 135, 134, 0.84);
	margin-bottom: 0;
	font-size: 16px;
	color: #FFF;
	text-align: justify;
}

.why-con .tab_con {}

.why-con .tab_con img {
	/*width: 100%;*/
}

#service {
	background-color: #f4f3f3;
	padding-bottom: 64px;
}

#service .box {
	background-color: #FFF;
	border-bottom: solid #FFF 7px;
	box-shadow: 0 4px 9px rgba(102, 102, 102, 0.2);
}

#service .box:hover {
	border-bottom: solid #f15a22 7px;
}

#service .box img {
	width: 100%;
}

#service .box h2 {
	padding: 20px 10% 10px;
	margin: 0;
	font-size: 18px;
}

#service .box p {
	padding: 0 10% 10px;
	margin-bottom: 0;
	font-size: 15px;
}


#hospital {
	padding: 0 0 20px;
}

#hospital .box {
	position: relative;
}

#hospital .box a,
#hospital .box a:hover {
	color: #5c5b5b;
}

#hospital .box a:hover img,
.box a:hover .country {
	opacity: .4;
	filter: alpha(opacity=40);
}

.box .country {
	position: absolute;
	top: 0;
	right: 0;
	width: 57px;
	height: 28px;
	line-height: 28px;
	background-color: #f15a22;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}

#hospital .box h2 {
	font-size: 18px;
	padding: 0 17px;
	text-align: center;
}

#hospital .box .p {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -55px;
	color: #5d5b5b;
	width: 100%;
	color: #8e8d8d;
	line-height: 24px;
	height: 72px;
	padding: 0 24px;
	overflow: hidden;
}

#hospital .box a:hover .p {
	display: block;
}

#hospital .owl-theme .owl-controls {
	margin-top: 28px;
}

#hospital .owl-nav {
	display: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	background-color: #c9c9c9;
	margin: 5px 4px;
	border-radius: 50% 50%;
}

#hospital .owl-theme .owl-dots .owl-dot.active span,
#hospital .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f15a22;
}

#case {
/* 	background-color: #f4f3f3; */
	padding-bottom: 20px;
}

.case-tit {
	border-bottom: solid #d2d2d2 1px;
	margin-bottom: 32px;
}

.case-tit .tabs li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	float: left;
	position: relative;
}

.case-tit .tabs li:hover:before,
.case-tit .tabs .thistab:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #f15a22;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -7px;
}

.case-tit .tabs li a {
	display: inline-block;
	padding: 0 16px;
	outline: none;
	color: #343a40;
}

.case-tit .tabs li a:hover {
	color: #f15a22;
}

.case-tit .tabs .thistab,
.case-tit .tabs .thistab a,
.case-tit .tabs .thistab a:hover {
	color: #f15a22;
}

.case-con {
	color: #848484;
	line-height: 26px;
	text-align: justify;
}

.case-con h2 {
	font-size: 18px;
	color: #343a40;
	margin-bottom: 15px;
}

.case-con img {
	/* width: 100%; */
}

.case-con .more a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #f15a22;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
}

.case-con .more a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

#about-news {
	padding-bottom: 61px;
}

#about-news h3.tit {
	text-align: left;
	font-size: 28px;
}

#about-news h3.tit span {
	float: right;
	display: inline-block;
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
}

#about-news p.con {
	text-align: left;
	line-height: 16px;
	margin-bottom: 20px;
}

#about {
	text-align: justify;
}

#about img {
	width: 100%;
}

#news ul li {
	border-bottom: solid #eee 1px;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

#news ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#news ul li a:hover img {
	border: solid #f15a22 3px;
}

#news ul li img {
	float: left;
	width: 136px;
	height: 98px;
	display: inline-block;
	margin-right: 18px;
}

#news ul li span {
	display: inline-block;
	font-size: 12px;
	width: 97px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	text-align: center;
	background-color: #e5e5e5;
	color: #848484;
}

#news ul li h2 {
	font-size: 16px;
	color: #343a40;
	margin: 10px 0 5px;
}

#news ul li p {
	line-height: 24px;
	color: #848484;
	height: 48px;
	margin-bottom: 0;
	overflow: hidden;
}

#platform {
	background:url(../images/footbg.png);
	height: 130px;
}

#platform p {
	text-align: center;
	font-size: 24px;
	color: #FFF;
	margin: 27px 0;
	font-weight: bold;
}

#ibanner img {
	width: 100%;
}

.wrap {
	/* background-color: #f9f9f9; */
}

.con-wrap {
	background-color: #FFF;
	padding: 23px;
	border: solid #eee 1px;
	margin: 32px 0 23px;
}

#sub-menu {
	background-color: #FFF;
	text-align: center;
	box-shadow: 0 8px 9px rgba(220, 219, 219, 0.51);
}

#sub-menu a {
	display: inline-block;
	height: 61px;
	line-height: 61px;
	width: 20%;
	font-size: 18px;
}

#sub-menu a:hover,
#sub-menu a.active {
	color: #FFF;
	background-color:#f15a22;
}

#sub-menu2 {
	background-color: #FFF;
	text-align: center;
	box-shadow: 0 8px 9px rgba(220, 219, 219, 0.51);
}

#sub-menu2 a {
	display: inline-block;
	height: 61px;
	line-height: 61px;
	font-size: 18px;
	padding: 0 22px;
}

#sub-menu2 a:hover,
#sub-menu2 a.active {
	color: #FFF;
	background-color:#f15a22;
}

.hospital-list {
	border-bottom: solid #eee 1px;
	margin-bottom: 30px;
	position: relative;
}

.hospital-list .col-sm-4 {
	padding-right: 30px;
}

.hospital-list .box {
	position: relative;
}

.hospital-list img {
	width: 100%;
	box-shadow: 0 8px 9px rgba(220, 219, 219, 0.51);
}

.hospital-list h2 a {
	font-size: 18px;
	color: #5c5b5b;
	font-weight: bold;
}

.hospital-list h2 a:hover {
	color: #f15a22;
}

.hospital-list .des {
	font-size: 15px;
	line-height: 26px;
	height: 130px;
	overflow: hidden;
}

.hospital-list .des p {
	margin-bottom: 0;
}

.hospital-list .more {
	text-align: right;
	padding-bottom: 9px;
	padding-top: 9px;
	border-top: dashed #eee 1px;
	font-size: 15px;
}

.hospital-list .more a {
	color:#f15a22;
}

.hospital-list .more a:hover {
	color: #f15a22;
}

#located {
	width: 100%;
	float: left;
	line-height: 52px;

}

#detail .col-sm-9 {
	width: 74%;
}

#detail .col-sm-3 {
	width: 26%;
	padding-left: 0;
}

.border {
	border: solid #eee 1px;
	background-color: #FFF;
	padding: 18px;
	margin-bottom: 15px;
}

.detail-top {
	position: relative;
}

.detail-top .col-sm-4 {
	padding-right: 30px;
}

.detail-top .box {
	position: relative;
}

.detail-top img {
	width: 100%;
	box-shadow: 0 8px 9px rgba(220, 219, 219, 0.51);
}

.detail-top h2 {
	font-size: 18px;
	color: #5c5b5b;
	font-weight: bold;
}

.detail-top .des {
	line-height: 26px;
	height: 130px;
	overflow: hidden;
}

.detail-top .des p {
	margin-bottom: 0;
}

#expert ul li {
	clear: both;
	margin-bottom: 10px;
	display: table;
	margin-top: 10px;
}

#expert ul li p {
	padding-left: 150px;
}

#expert h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	border-bottom: solid #eee 1px;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;
}

#expert h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 112px;
	height: 2px;
	background-color: #f15a22;
}

#expert img {
	float: left;
	width: 125px;
	height: 125px;
	display: inline-block;
	margin-right: 25px;
	border-radius: 50%;
}

#expert h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#expert .expert-con {
	line-height: 24px;
}

.introduce {
	font-size: 16px;
}

.introduce h2 {
	border-bottom: solid #e5e5e5 1px;
	font-size: 18px;
	color:#f15a22;
	font-weight: bold;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.introduce img {
	max-width: 100%;
}

#order {
	border: solid #eee 1px;
	background-color: #FFF;
	margin-bottom: 15px;
}

#order h3 {
	height: 50px;
	line-height: 50px;
	background-color: #f15a22;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
}

.order-con {
	padding: 18px;
	color: #343a40;
}

.order-con td {
	padding: 0 4px 12px;
}

.order-con select {
	width: 45%;
	border: solid #eee 1px;
	border-radius: 3px;
	padding: 5px;
	outline: none;
}

.order-con input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: solid #eee 1px;
	border-radius: 3px;
	outline: none;
	text-indent: 5px;
}

.order-con .tj input {
	width: 153px;
	height: 40px;
	line-height: 36px;
	background: none;
	border: solid #f15a22 1px;
	border-radius: 20px;
	color: #f15a22;
	outline: none;
	text-indent: 0;
}

.order-con .tj:hover input {
	background-color: #f15a22;
	color: #FFF;
}

.rec-hospital img {
	width: 100%;
}

.rec-hospital ul li {
	position: relative;
}

.rec-hospital .country {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	width: 57px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #f15a22;
	color: #FFF;
}

.rec-hospital h2 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #FFF;
	border: solid #eee 1px;
	border-top: none;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}

.rec-case h3 {
	margin-top: 0;
	font-size: 18px;
	color: #f15a22;
	font-weight: bold;
	border-bottom: solid #eee 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.rec-case h3 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.rec-case ul li {
	line-height: 30px;
}

h3.tit2 {
	margin-bottom: 30px;
}

.about-con {
	font-size: 16px;
	line-height: 28px;
	padding: 53px 0;
}

.about-list {
	color:#f15a22;
}

.white-bg {
	background-color: #FFF;
}

#idea {
	margin-bottom: 41px;
}

#idea .box {
	background-color: #FFF;
	padding: 40px;
	margin-bottom: 10px;
}

#idea .box h2 {
	font-size: 18px;
	color:#f15a22;
	line-height: 28px;
	text-align: center;
	margin-top: 0;
}

#idea .box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
	height: 112px;
}

#idea .col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
}

#idea .row {
	margin-right: -10px;
	margin-left: -10px;
}

#idea .owl-theme {
	display: none !important;
}

#company h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 20px;
	font-weight: bold;
	color: #5c5b5b;
}

.company-con {
	font-size: 16px;
	padding-bottom: 30px;
}

#contact h2 {
	font-size: 16px;
	color:#f15a22;
	line-height: 28px;
}

#contact p {
	font-size: 16px;
}

#contact .erweima {
	font-size: 16px;
	margin-bottom: 30px;
}

#contact .erweima img {
	margin-bottom: 5px;
}

.border2 {
	/* border: solid #f15a22 2px; */
	margin-bottom: 54px;
	margin-top: 10px;
}



.contact {
	padding-top: 30px;
}

#entity {
	font-size: 16px;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#entity h3.tit {
	margin-top: 30px;
	font-size: 28px;
}

#entity h3.tit2 {
	margin-bottom: 10px;
}

#entity .top {
	padding-bottom: 20px;
}

#entity h2 {
	font-size: 18px;
	font-weight: bold;
	color:#72cdea;
	margin-bottom: 20px;
	margin-top: 10px;
}

#entity h4 {
	font-size: 18px;
	font-weight: bold;
	color: #5c5b5b;
	margin-bottom: 20px;
	margin-top: 10px;
}

#entity img {
	max-width: 100%;
}

#entity .box {
	border: dotted#72cdea 2px;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}


table.tb {
	cellpadding: 1px;
}

.tb td {
	background-color: #f9f9f9;
	border-right: solid #FFF 1px;
	border-bottom: solid #FFF 1px;
	padding: 10px;
	vertical-align: top;
}

.tb tr:first-child td {
	background-color:#72cdea;
	color: #FFF;
	text-align: center;
}

.tb tr td:first-child {
	vertical-align: middle;
}

.service-con {
	padding-top: 10px;
	font-size: 16px;
}

.service-con h3.tit {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 28px;
}

.service-con .box {
	border: dashed #009fdc 1px;
	border-radius: 20px;
	padding: 30px 35px;
	background-color: #FFF;
	margin-bottom: 30px;
	text-align: center;
}

.service-con .box h2 {
	font-size: 18px;
	color:#72cdea;
}

.service-con .box p {
	text-align: left;
	text-align: justify;
	margin-bottom: 0;
	line-height: 26px;
	min-height: 104px;
}

.yy-scroll p {
	font-size: 16px;
	background-color: #f9f9f9;
	padding: 15px 20px;
	margin-bottom: 0;
	line-height: 26px;
	height: 108px;
	overflow: hidden;
}

.service-con .tb2 {
	border-left: solid #eee 1px;
	border-top: solid #eee 1px;
}

.service-con .tb2 td {
	background-color: #FFF;
	border-right: solid #eee 1px;
	border-bottom: solid #eee 1px;
	padding: 15px 25px;
}

.service-con .tb2 tr:first-child td {
	background-color:#72cdea;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.service-con .border3 {
	border: dashed #f5908e 1px;
	border-radius: 20px;
	background-color: #FFF;
	padding: 30px 35px;
	margin: 25px 0 45px;
}

.service-process {
	padding-bottom: 61px;
}

.why {
	line-height: 24px;
	padding-bottom: 51px;
}

.why .why-left ul li img {
	float: left;
	display: inline-block;
	padding-right: 15px;
}

.why .why-right ul li img {
	float: right;
	display: inline-block;
	padding-left: 15px;
}

.why .why-list {
	background-color:#72cdea;
	color: #FFF;
	padding: 32px 20px;
	margin: 0 0 32px;
	border-radius: 3px;
}

.why .why-left {
	float: left;
	width: 28.2%;
}

.why .why-mid {
	float: left;
	width: 43.6%;
}

.why .why-right {
	float: left;
	width: 28.2%;
}

.yy-scroll .box2 {
	padding: 20px;
	background-color: #f9f9f9;
}

.yy-scroll .box2 h2 {
	margin-top: 0;
	font-size: 18px;
	color:#72cdea;
}

.yy-scroll .box2 h6 {
	font-size: 16px;
	line-height: 26px;
	min-height: 130px;
}

.yzzx-procss {
	padding-bottom: 30px;
}

.yzzx-procss h2 {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-color: #cedbe6;
	margin-top: 0;
}

.yzzx-procss .col-sm-4:nth-child(2) h2 {
	background-color: #7a8c8e;
}

.yzzx-procss .col-sm-4:nth-child(3) h2 {
	background-color: #75bda7;
}

.yzzx-procss .col-sm-4:nth-child(4) h2 {
	background-color: #373545;
}

.yzzx-procss .col-sm-4:nth-child(5) h2 {
	background-color: #75b6e5;
}

.yzzx-procss .col-sm-4:nth-child(6) h2 {
	background-color: #84acb6;
}

.yzzx-procss .box3 {
	background-color: #FFF;
	margin-bottom: 30px;
	box-shadow: 0 0 9px rgba(102, 102, 102, 0.2);
}

.yzzx-procss .box4 {
	padding: 40px;
}

.yzzx-procss p {
	margin-bottom: 0;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.yzzx-procss img {
	float: left;
	display: inline-block;
	padding-right: 40px;
	padding-top: 13px;
	margin-bottom: 13px;
}

.service-ts {
	padding-bottom: 40px;
}

.service-ts ul li {
	float: left;
	width: 33.3%;
}

.service-ts .box1 {
	background-color: #FFF;
	border: solid #f9f9f9 1px;
	padding: 28px;
}

.service-ts ul li h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	color:#72cdea;
	font-weight: bold;
}

.service-ts ul li p {
	margin-bottom: 0;
	line-height: 26px;
	height: 156px;
	overflow: hidden;
}

.service-con .why-tit {
	padding: 28px 0;
}

.pb56 {
	padding-bottom: 55px;
}


.service-con .tb4 {
	margin-bottom: 35px;
	border-left: solid #eee 1px;
	border-top: solid #eee 1px;
}

.service-con .tb4 td {
	background-color: #FFF;
	border-bottom: solid #eee 1px;
	border-right: solid #eee 1px;
	padding: 15px 25px;
	text-align: center;
}

.service-con .tb4 tr:first-child td {
	background-color:#72cdea;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.rbtjys-scroll {
	text-align: center;
}

.rbtjys-scroll .box5 {
	background-color: #f9f9f9;
	padding: 35px;
}

.rbtjys-scroll h2 {
	font-size: 18px;
	color: #f15a22;
	margin-top: 0;
}

.rbtjys-scroll p {
	font-size: 14px;
}

.byx {
	padding-top: 47px;
	padding-bottom: 47px;
}

.byx .col-sm-4:nth-child(1) .byx-list:before {
	content: "";
	width: 108px;
	height: 94px;
	background: url(../images/frtj-ico1.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -54px;
	top: -47px;
}

.byx .col-sm-4:nth-child(2) .byx-list:before {
	content: "";
	width: 108px;
	height: 94px;
	background: url(../images/frtj-ico2.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -54px;
	top: -47px;
}

.byx .col-sm-4:nth-child(3) .byx-list:before {
	content: "";
	width: 108px;
	height: 94px;
	background: url(../images/frtj-ico3.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -54px;
	top: -47px;
}

.byx-list {
	background-color: #FFF;
	padding: 66px 20px 20px;
	position: relative;
}

.byx-list p {
	margin-bottom: 0;
	line-height: 28px;
	min-height: 196px;
}

.tjts-list img {
	float: left;
	width: 94px;
	height: 94px;
	border: solid#72cdea 3px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 15px;
}

.tjts-list h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tjts-list p {
	margin-bottom: 0;
	line-height: 26px;
	min-height: 78px;
	padding-left: 109px;
}

.tjts-list .col-sm-6 {
	margin-bottom: 40px;
}

.tctj-scroll .box2 {
	background-color: #FFF;
}

.yy-scroll .box2 h6 {
	min-height: 156px;
}

.rbgdjmtj {
	padding-bottom: 61px;
}



.fwyts ul li {
	position: relative;
	display: table;
	width: 100%;
	height: 122px;
	background-color: #FFF;
	border-radius: 61px 30px 30px 61px;
	margin-bottom: 19px;
}

.fwyts ul li .yuan {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: -17px;
	top: -17px;
	width: 157px;
	height: 157px;
	line-height: 123px;
	background-color:#72cdea;
	border-radius: 50%;
	border: solid #f9f9f9 17px;
}

.fwyts ul li p {
	margin-bottom: 0;
	padding-top: 20px;
	line-height: 24px;
}

.service-contact {
	border-radius: 30px;
	background-color: #FFF;
	border: solid#72cdea 3px;
	padding: 35px;
	margin-bottom: 38px;
}

.service-contact h2 {
	text-align: center;
	font-size: 28px;
	color: #f15a22;
	font-weight: bold;
	margin-top: 0;
}


.fwlc {
	margin-top: 30px;
}

.fwlc li {
	float: left;
	width: 33.3%;
	position: relative;
}

.fwlc li:before {
	content: "";
	position: absolute;
	width: 17px;
	height: 30px;
	right: 0;
	top: 50%;
	margin-right: -8px;
	margin-top: -15px;
	background: url(../images/frtj-icoa.png) no-repeat;
}

.fwlc li:nth-child(3):before {
	width: 30px;
	height: 17px;
	left: 50%;
	margin-left: -15px;
	top: 100%;
	margin-top: -11px;
	background: url(../images/frtj-icob.png) no-repeat;
}

.fwlc li:nth-child(5):before,
.fwlc li:nth-child(6):before {
	left: 0;
	margin-left: -8px;
	background: url(../images/frtj-icoc.png) no-repeat;
}

.fwlc li:nth-child(4):before {
	background: none;
}

.fwlc li .box-wrap {
	margin: 22px 22px 34px;
}

.fwlc li .box {
	position: relative;
	border: solid #3b71bb 1px;
	padding: 50px 26px 26px;
	text-align: center;
	color: #5b595a;
	background-color: #f9f9f9;
	border-radius: 0;
	border: none;
}

.fwlc li .box p {
	line-height: 25px;
	min-height: 50px;
	padding-left: 67px;
}

.fwlc li img {
	float: left;
	display: inline-block;
	padding-right: 25px;
}

.fwlc li .box h2 {
	text-align: left;
	margin-top: 5px;
	color: #f15a22;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #869791;
}

#dituContent {
	width: 100%;
	height: 436px;
	/* border-right: solid#72cdea 2px; */
}


.pic {
	overflow: hidden;
}

a:hover .pic img,
li:hover .pic img,
.pic:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: .7;
	filter: alpha(opacity=70);
}

.pic img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fenye {
	text-align: center;
	height: 52px;
	margin-top: 20px;
}

.fenye ul {}

/* .fenye ul li {
	float: none;
	width: auto;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 2px;
}

.fenye ul li a {
	color: #313131;
	height: 33px;
	line-height: 33px;
	padding: 4px 10px;
}

.fenye ul li a:hover {
	color: #f15a22;
}

.fenye ul li.thisclass,
.fenye ul li.thisclass a,
.fenye ul li.thisclass a:hover {
	color: #f15a22;
	padding: 4px 10px;
}
 */

.xiaocms-page a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #f15a22; text-align:center; color:#333; padding:0 10px;margin-left: 1px;}
.xiaocms-page a:hover { background:#f15a22; color:#fff; text-decoration:none; }
.xiaocms-page span { display:inline-block; height:30px;padding:0 10px; line-height:30px; background:#f15a22; border:1px solid #f15a22; color:#fff; text-align:center;margin-left: 1px; }


.fenye .pageinfo {
	padding: 4px 10px;
	color: #313131;
	font-weight: normal;
	float: none;
}

.fenye .pageinfo strong {
	color: #313131;
	font-weight: normal;
}



#footer {
	width: 100%;
	float: left;
	 background-color: #fff; 
}

#footer #flink h3 {
	font-size: 16px;
	color: #434343;
}

#footer #flink a {
	display: inline-block;
	margin-right: 15px;
}

#footer #flink p {
	margin-bottom: 20px;
}

#footer .top {
	width: 100%;
	float: left;
	padding: 30px 0 30px 0;
	display: inline-table;
}

#footer .top .l {
	width: 100%;
	float: left;
}

#footer .top .l dl {
	width: 80%;
	float: left;
	margin: 0;
}

#footer .top .l dl:last-child {

	width: 20%;
	position: relative;
	top:24px;
}

/* #footer .top .l dl:nth-child(3) {
	width: 15.5%;
}
 */
/* #footer .top .l dl:nth-child(4) {
	width: 20.5%;
} */

#footer .top .l dl dt {
	color: #434343;
	font-size: 15px;
	margin-bottom: 15px;
}

#footer .top .l dl dd a {
	color: #777777;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
}

#footer .top .l dl:last-child dd a {
	display: inline-block;
	line-height: 30px;
}

#footer .top .l dl:last-child dd {
	padding-bottom: 6px;
}

#footer .top .l dl:last-child img {
	max-width: 100%;
}

#footer .top .l dl dd a:hover {
	color: #f15a22;
}

.bsBox {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

#footer .bshare-custom img {
	position: relative;
	z-index: -1;
}

#footer .bshare-custom a {
	padding-left: 0px !important;
	width: 30px !important;
	height: 30px !important;
	_height: 30px !important;

}

#footer .bshare-custom .bshare-weixin,
#footer .bshare-custom .bshare-qzone {
	background: none;
}


#footer .bottom {
	width: 100%;
	float: left;
	padding: 20px 0 0px;
	/* text-align: center; */
}

#footer .bottom p {
	color: #434343;
	font-size: 14px;
	margin: 0;
	line-height: 2;
	text-transform: uppercase;
}

#footer .bottom p a {
	color: #434343;
}

#footer .bottom p a:hover {
	color: #434343;
}


.why-tit .tabs li,
#service .box h2,
#service .box p,
#hospital .box h2,
.case-con h2,
#news ul li h2,
.rec-case li,
.rec-hospital h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




/* 手机屏幕底部 */
.phone_foot {
	height: 60px;
	line-height: 60px;
	background:#72cdea;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

.pfl a {
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 9px;
	border-radius: 6px;
}


.izl-rmenu {
	margin-right: 0;
	width: 63px;
	position: fixed;
	right: 0;
	bottom: 15%;

	z-index: 999;
}

.izl-rmenu .consult {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 63px;
	width: 63px;
}

.izl-rmenu .consult .phone {
	background-color: #FFF;
	position: absolute;
	width: 190px;
	left: -190px;
	top: 0px;
	line-height: 31px;
	color: #000;
	font-size: 18px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .chat {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center -63px;
	display: block;
	height: 62px;
	width: 63px;
}

#udesk-feedback-tab {

	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center -125px;
	display: block;
	height: 62px;
	width: 63px;
	background-color: #FFF !important;
	z-index: 999;
}


.izl-rmenu .cart {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 62px;
	width: 63px;

}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .btn_top {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 63px;
	width: 63px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -104px;
	bottom: 0;
	width: 104px;
	height: 104px;
}







@media screen and (max-width:1200px) and (min-width:992px) {

	.why-tit {
		padding: 20px 0;
	}

	.why-tit .tabs li {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		margin: 6px 0 6px 6px;
	}

	.why-tit .tabs li a {
		display: block;
		padding: 0;
		outline: none;
		color: #FFF;
		padding-left: 34px;
	}

	.why-tit .tabs li a:hover {
		color: #757373;
	}

	.why-tit .tabs .thistab,
	.why-tit .tabs .thistab a,
	.why-tit .tabs .thistab a:hover {
		color: #757373;
		background-color: #FFF;
		box-shadow: 0 8px 9px rgba(102, 102, 102, 0.2);
	}

	.case-tit .tabs li a {
		padding: 0 10px;
	}

	.case-con {
		line-height: 22px;
	}

	#news ul li {
		padding-bottom: 7px;
		margin-bottom: 7px;
	}

	.hospital-list .des {
		height: 78px;
		overflow: hidden;
	}

	#detail .col-sm-9 {
		width: 68%;
	}

	#detail .col-sm-3 {
		width: 32%;
		padding-left: 0;
	}

	.about-list {
		font-size: 15px;
	}


	.why .why-list {
		font-size: 15px;
		padding: 21px 20px;
	}

	.yy-scroll .box2 h6 {
		font-size: 15px;
		height: 156px;
	}


	.service-ts .box1 {
		padding: 18px;
	}

	.service-ts ul li p {
		font-size: 14px;
	}

	.service-con .why-tit {
		padding: 16px 0;
	}

	.byx-list p {
		min-height: 252px;
	}

	.fwlc li .box p {
		min-height: 75px;
	}

}

@media screen and (max-width:991px) and (min-width:768px) {

	.navbar-brand>img {
		height: 38px;
		margin-top: 5px;
	}

	#header .tel img {
		height: 20px;
	}

	#header .tel .tel1 img {
		right: 143px;
		top: 15px;
	}

	#header .tel {
		font-size: 14px;
	}

	#header .tel .tel2 {
		padding-right: 34px;
	}

	.why-tit {
		padding: 10px 0;
	}

	.why-tit .tabs li {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		margin: 6px 0 6px 6px;
	}

	.why-tit .tabs li a {
		display: block;
		padding: 0;
		outline: none;
		color: #FFF;
		padding-left: 34px;
	}

	.why-tit .tabs li a:hover {
		color: #757373;
	}

	.why-tit .tabs .thistab,
	.why-tit .tabs .thistab a,
	.why-tit .tabs .thistab a:hover {
		color: #757373;
		background-color: #FFF;
		box-shadow: 0 8px 9px rgba(102, 102, 102, 0.2);
	}

	.case-tit .tabs li a {
		padding: 0 4px;
		font-size: 14px;
	}

	.case-con p {
		line-height: 22px;
		height: 110px;
		overflow: hidden;
	}

	#service .box p {
		font-size: 14px;
	}

	#news ul li {
		padding-bottom: 7px;
		margin-bottom: 8px;
	}

	#news ul li img {
		float: left;
		width: 111px;
		height: 80px;
		display: inline-block;
		margin-right: 18px;
	}

	#news ul li p {
		height: 24px;
	}

	.hospital-list h2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.hospital-list .des {
		height: 52px;
		overflow: hidden;
	}

	#detail .col-sm-9 {
		width: 64%;
	}

	#detail .col-sm-3 {
		width: 36%;
		padding-left: 0;
	}

	.order-con {
		padding: 10px;
	}

	.order-con select {
		width: 47.5%;
	}

	#idea .box {
		padding: 10px;
	}

	#idea .box p {
		height: 140px;
	}

	.service-con .box {
		padding: 15px 20px;
	}

	.service-con .box p {
		font-size: 14px;
		min-height: 130px;
	}


	.why .why-list {
		font-size: 14px;
		padding: 10px 10px;
		height: 98px;
		margin-bottom: 10px;
	}

	.yy-scroll .box2 h6 {
		font-size: 15px;
		height: 156px;
	}

	.why ul li img {
		margin-top: 20px;
	}

	.why .why-mid {
		padding-top: 20px;
	}

	.yzzx-procss img {
		padding-right: 10px;
	}

	.yzzx-procss .box4 {
		padding: 10px;
	}

	.service-ts .box1 {
		padding: 15px;
	}

	.service-ts ul li p {
		font-size: 14px;
		height: 208px;
	}

	.service-con .why-tit {
		padding: 8px 0;
	}

	.byx-list p {
		min-height: 252px;
	}

	.fwlc li .box p {
		min-height: 125px;
	}

	.byx-list p {
		font-size: 14px;
		min-height: 336px;
	}

	.fwyts ul li p {
		font-size: 13px;
	}

	#dituContent {
		width: 100%;
		height: 464px;
		border-right: solid#72cdea 2px;
	}
.case-con img{width:100%}
}

@media screen and (max-width:767px) {
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container .row .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.navbar-brand {
		height: 64px;
		padding: 10px 0 10px 0;
	}

	#header form {
		margin-top: 5px;
		border: none;
		margin-bottom: 10px;

	}

	.navbar-brand>img {
		height: 38px;
		margin-top: 5px;
	}

	#header .tel img {
		height: 20px;
	}

	#header .tel .tel1 img {
		left: 0px;
		right: inherit;
		top: 12px;
	}

	#header .tel {
		font-size: 14px;
		margin-top: -20px;
		line-height: 22px;
		text-align: left;
		    right: 0px;
	}

	#header .tel .tel1,
	#header .tel .tel2 {
		padding-right: 0px;
		padding-left: 13px;
	}

	#menu {
		background: none;
		height: 10px;
		box-shadow: none;
		position: absolute;
		top: 60px;
	}

	.navbar-right {
		width: auto;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav li.current a {
		color: #e60012;
		background: none;
		background-color: #FFF;
	}

	.navbar-default .navbar-nav>li>a {
		color: #434343;
	}

	.navbar {
		height: 0px;
	}

	.navbar-brand>img {
		height: 34px;
	}

	.navbar-toggle {
		padding: 0;
		border: 0;
		margin-top: 18px;
		border-radius: 0;
	}

	.navbar .nav {
		padding-top: 0;
		padding-right: 0;
		margin: 0 -15px;
	}

	.navbar-default .navbar-collapse {
		z-index: 9999;
		position: relative;
	}




	.navbar-default .navbar-nav>li {
		width: 100%;
	}

.navbar-default .navbar-nav>li.logonav{display: none;}


	.navbar .nav>li>a {
		height: 36px;
		line-height: 36px;
		border-bottom: 1px solid #e1e1e1;
		background: #f4f3f3;
		font-size: 14px;
		padding: 0;
		width: 100%;
		display: block;
		text-align: center;

	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background: none;
	}



	.dropdown-menu {
		position: inherit;
		float: none;
		text-align: center;
	}

	#banner .carousel-caption {
		left: 10%;
		right: 10%;
	}

	#banner .carousel-caption h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#banner .carousel-caption p {
		font-size: 13px;
	}

	#banner .carousel-indicators {
		margin-bottom: 0;
		bottom: 10px;
	}

	#banner a.click {
		display: none;
	}

	h3.tit {
		font-size: 18px;
		margin: 15px 0 3px;
	}

	p.con {
		text-align: center;
		font-size: 12px;
		color: #5c5b5b;
		margin-bottom: 10px;
	}

	#why {
		margin-bottom: 10px;
	}

	.why-tit {
		width: 100%;
		position: inherit;
		padding: 10px;
		box-shadow: 0 8px 9px rgba(102, 102, 102, 0.2);
	}

	.why-tit .tabs li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0;
		float: left;
		width: 50%;
		text-align: center;
	}

	.why-tit .tabs li a {
		display: inline-block;
		text-align: center;
		padding-left: 0;
	}


	.why-con {
		width: 100%;
		padding-left: 0;
	}

	.why-con p {
		position: absolute;
		left: 0;
		bottom: 0;
		line-height: 22px;
		padding: 10px;
		font-size: 14px;
		color: #FFF;
	}

	.why-con .tab_con {}

	.why-con .tab_con img {
		width: 100%;
	}

	#service .container .row .row {
		margin-right: 5px;
		margin-left: 5px;
	}

	#service .col-sm-3 {
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 10px;
	}

	#service {
		padding-bottom: 10px;
	}

	#service .box {
		background-color: #FFF;
		border-bottom: solid #FFF 7px;
		box-shadow: 0 4px 9px rgba(102, 102, 102, 0.2);
	}

	#service .box:hover {
		border-bottom: solid #f15a22 7px;
	}

	#service .box img {
		width: 100%;
	}

	#service .box h2 {
		padding: 10px 10% 5px;
		margin: 0;
		font-size: 16px;
	}

	#service .box p {
		padding: 0 10% 5px;
		margin-bottom: 0;
		font-size: 14px;
	}

	#hospital {
		padding: 0 0 10px;
	}

	#hospital .box h2 {
		font-size: 14px;
		padding: 0 5px;
	}

	#hospital .box .p {
		margin-top: -55px;
		line-height: 20px;
		height: 60px;
		padding: 0 10px;
		overflow: hidden;
	}

	#hospital .owl-theme .owl-controls {
		margin-top: 10px;
	}

	#case {
		padding-bottom: 10px;
	}

	.case-tit {
		margin-bottom: 0;
	}

	.case-con h2 {
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.case-tit .tabs li {
		float: left;
		width: 50%;
		margin: 0;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.case-tit .tabs li a {
		padding: 0;
		text-align: center;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.case-con .more a {

		width: 160px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		margin: 0 auto 10px;
	}

	#about-news h3.tit {
		font-size: 18px;
	}

	#about-news h3.tit span {
		padding-top: 10px;
		font-size: 14px;
	}

	#about-news p.con {
		margin-bottom: 10px;
	}

	#news ul li img {
		margin-right: 10px;
	}

	#news ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#about-news {
		padding-bottom: 10px;
	}


	#sub-menu a {
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		width: 33.3%;
	}

	#sub-menu2 a {
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		padding: 0 22px;
	}

	.con-wrap {
		padding: 10px;
		margin: 10px 0;
	}

	.hospital-list .col-sm-4 {
		padding-right: 5px;
		padding-left: 5px;
	}

	.hospital-list h2 {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.hospital-list .des {
		font-size: 14px;
		height: auto;
	}

	.hospital-list .more {
		margin-top: 5px;
	}

	#located {
		line-height: 22px;
		padding: 10px;
		font-size: 13px;
	}

	#detail .col-sm-9 {
		width: 100%;
	}

	#detail .col-sm-3 {
		width: 100%;
		padding-left: 15px;
	}

	.border {
		padding: 10px;
	}

	.detail-top .col-sm-6 {
		padding-right: 5px;
		padding-left: 5px;
	}

	.detail-top h2 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.detail-top .des {
		height: auto;
	}

	#expert h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}

	#expert img {
		float: left;
		width: 75px;
		height: 75px;
		display: inline-block;
		margin-right: 10px;
		border-radius: 50%;
	}

	#expert h2 {
		font-size: 14px;
	}

	#expert ul li p {
		padding-left: 85px;
	}

	#order h3 {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.order-con .tj input {
		width: 100%;
		height: 35px;
		line-height: 33px;
	}

	.tit2 {
		padding-bottom: 10px;
	}

	.about-con {
		font-size: 14px;
		padding: 10px;
	}

	.white-bg .hospital-scroll {
		padding: 0 10px;
	}

	#idea {
		margin-bottom: 10px;
	}

	#idea .box {
		padding: 10px;
	}

	#idea .box h2 {
		font-size: 16px;
	}

	#idea .box p {
		font-size: 14px;
		height: auto;
	}

	#company h2 {
		font-size: 14px;
		margin: 5px;
	}

	.company-scroll {
		padding: 0 10px;
	}

	.company-con {
		padding: 0 10px 10px;
		font-size: 14px;
	}

	.border2 {
		margin-bottom: 10px;
	}

	#contact h2,
	#contact p,
	#contact .erweima {
		font-size: 14px;
		line-height: 24px;
	}

	.contact {
		padding-top: 0px;
	}

	#entity {
		font-size: 14px;
		line-height: 26px;
	}

	#entity h3.tit {
		margin-top: 15px;
		font-size: 18px;
	}

	#entity .top {
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#entity h3.tit2 {
		margin-bottom: 0;
	}

	#entity h2 {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#entity h4 {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#entity .box {
		padding: 10px;
		margin-top: 10px;
	}

	.service-con {
		font-size: 14px;
	}

	.service-con h3.tit {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.service-con .box {
		padding: 10px;
	}

	.adv {
		padding: 0 10px;
	}

	.adv .box {
		margin-bottom: 10px;
	}

	.adv .col-sm-4 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.adv .box p {
		min-height: auto;
	}

	.tb-wrap {
		padding: 0 10px;
	}

	.yy-scroll {
		padding: 0 10px;
	}

	.yy-scroll p {
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
		height: auto;
		min-height: 92px;
	}

	.service-con .border3 {
		padding: 10px;
		margin: 10px;
	}

	.service-process {
		padding: 0 10px 10px;
	}

	.why {
		padding: 0 10px;
	}

	.why .why-left {
		float: none;
		width: 100%;
	}

	.why .why-mid {
		float: none;
		width: 100%;
	}

	.why .why-right {
		float: none;
		width: 100%;
	}

	.why .why-list {
		padding: 10px;
		margin: 0 0 10px;
		height: 72px;
	}

	.yy-scroll .box2 {
		padding: 10px;
	}

	.yy-scroll .box2 h2 {
		font-size: 16px;
	}

	.yy-scroll .box2 h6 {
		font-size: 14px;
		line-height: 22px;
		height: auto;
		min-height: 154px;
	}

	.yzzx-procss {
		padding-bottom: 10px;
	}

	.yzzx-procss .row .row {
		padding-right: 10px;
		padding-left: 10px;
	}

	.yzzx-procss {
		text-align: center;
	}

	.yzzx-procss h2 {
		font-size: 16px;
		height: 36px;
		line-height: 36px;
	}

	.yzzx-procss .box3 {
		margin-bottom: 10px;
	}

	.yzzx-procss .box4 {
		padding: 10px;
	}

	.yzzx-procss img {
		float: none;
		padding-right: 0;
	}

	.yzzx-procss p {
		height: auto;
	}

	.yzzx-procss .col-sm-4 {
		padding-right: 5px;
		padding-left: 5px;
	}

	.service-ts {
		padding-bottom: 10px;
	}

	.service-ts .box1 {
		padding: 15px 10px;
	}

	.service-ts ul li {
		width: 100%;
	}

	.service-ts ul li h2 {
		font-size: 16px;
	}

	.service-ts ul li p {
		height: auto;
	}

	.pb56 {
		padding: 0 10px 10px;
	}


	.service-con .tb4 {
		margin-bottom: 10px;
	}

	.service-con .tb4 td {
		padding: 5px;
	}

	.service-con .tb4 tr:first-child td {
		font-weight: bold;
		font-size: 16px;
	}

	.rbgdjmtj {
		padding: 0 10px 10px;
	}

	.byx {
		padding-bottom: 10px;
	}

	.byx-list {
		padding: 66px 10px 10px;
	}

	.byx-list p {
		min-height: inherit;
	}

	.byx .col-sm-4 {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 57px;
	}

	.byx .col-sm-4:nth-child(3) {
		margin-bottom: 0;
	}

	.tctj-scroll .box2 h6 {
		font-size: 14px;
		line-height: 22px;
		height: auto;
		min-height: 176px;
	}

	.tjts-list .col-sm-6 {
		margin-bottom: 10px;
	}

	.tjts-list p {
		min-height: inherit;
	}

	.fwlc li {
		float: none;
		width: 100%;
	}

	.fwlc li .box-wrap {
		margin: 0 10px 40px;
	}

	.fwlc li .box {
		padding: 10px;
	}

	.fwlc li:before,
	.fwlc li:nth-child(4):before,
	.fwlc li:nth-child(5):before,
	.fwlc li:nth-child(6):before {
		content: "";
		position: absolute;
		width: 30px;
		height: 17px;
		left: 50%;
		margin-left: -15px;
		top: 100%;
		margin-top: 10px !important;
		background: url(../images/frtj-icob.png) no-repeat;
	}


	.fwyts ul li {

		height: 122px;
		border-radius: 30px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 35px;
		width: auto;
		padding: 10px;
	}

	.fwyts ul li .yuan {
		font-size: 16px;

		left: 50%;
		margin-left: -40px;
		top: -40px;
		width: 80px;
		height: 80px;
		line-height: 70px;
		border: solid #f9f9f9 5px;
	}

	.fwyts ul li p {
		padding-top: 0;
	}

	.fwyts ul li .col-sm-6 p,
	.fwyts ul li .col-sm-10 p {
		padding-top: 40px;
	}

	.service-contact h2 {
		font-size: 16px;
	}

	.service-contact {
		padding: 10px;
		margin-bottom: 10px;
		margin: 0 10px 10px;
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background-color: #f15a22;
	}

	.service-process ul li {
		background-color: #5b9bd5;
		color: #FFF;
		padding: 10px;
		margin-bottom: 15px;
		border-radius: 10px;
		position: relative;
	}

	.service-process ul li:before {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -5px;
		bottom: -7px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #5b9bd5;
	}

	.service-process ul li:nth-child(6):before {
		border: none;
	}

	.service-process ul li h2 {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.service-process ul li p {
		margin-bottom: 0;
	}

	.yspx-process ul li {
		border: solid #f9f9f9 5px;
		border-radius: 10px;
		margin-bottom: 15px;
		padding: 10px;
		position: relative;
	}

	.yspx-process ul li:before {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: -12px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #f15a22;
		border: solid #f9f9f9 5px;
	}

	.yspx-process ul li h2 {
		font-size: 16px;
		color:#72cdea;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.yspx-process ul li p {
		margin-bottom: 0;
	}

	.introduce {
		font-size: 14px;
	}

	.introduce h2 {
		font-size: 16px;
	}

	.introduce .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	.introduce .row img {
		width: 100%;
	}

	#dituContent {
		width: 100%;
		height: 300px;
		border-right: none;
	}

	.service-con .why-tit {
		padding: 10px
	}

	#platform p {
		font-size: 18px;
		margin: 10px 0;
	}

	#footer .container .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	#footer #flink h3 {
		margin-top: 0;
		margin-bottom: 10px;
	}

	#footer #flink p {
		margin-bottom: 10px;
	}

	#footer .top .l dl:last-child .box {
		display: block;
	}

	#footer .top .l dl:nth-child(3),
	#footer .top .l dl:nth-child(4),
	#footer .top .l dl:last-child {
		width: 40%;
		float: right;
	}

	#footer .top .l dl:last-child dd a {
		float: none;
	}

	#footer .top {
		padding: 10px 0;
	}

	#footer .top .l {
		width: 100%;
	}

	#footer .top .l dl {
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
		margin-bottom: 0;
	}

	#footer .top .l dl dt {
		margin-bottom: 0;
	}

	#footer .top .l dl .box {
		display: none;
	}

	#footer .top .l dl.open .box {
		display: block;
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	#footer .top .l dl dd a {
		float: left;
		width: auto;
		display: inline-block;
		padding: 0 10px;
	}

	#footer .top .l dl dd a.icon img {
		position: static;
		margin-right: 5px;
	}

	#footer .top .r {
		width: 100%;
		margin-top: 20px;
	}

	#footer .bottom {
		/*padding-bottom: 70px;*/
	}


	.izl-rmenu {
		display: none;
	}
.case-con img{width:100%}
}

@media screen and (max-width:320px) {
	#header .tel {
		font-size: 12px;
		margin-top: 8px;
	}
.case-con img{width:100%}
}