.fa {
	color: #008B8B;
}
h2, h4 {
	font-weight: 600;
}
/*导航*/
.navbar {
	border-bottom:2px solid #F5F5F5;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	background:#fff
}
.navbar-brand {
	font-size:34px;
	color: #008B8B;
	margin-top: 8px;
}
.nav>li>a {
	padding: 23px 20px;
	font-size: 16px;
}
nav li a:hover {
	color:#008B8B;
}
nav li a:hover:after {
	width: 100%;
	height: 4px;
	background:#008B8B;
	content: "";
	display: block;
	position: absolute;
	top:96%;
	left:0;
}
nav a.active {
	color: #008B8B;
}
nav a.active:after {
	width: 100%;
	height: 4px;
	background:#008B8B;
	content: "";
	display: block;
	position: absolute;
	top:96%;
	left:0;
}
/*小标题*/
.line {
	border-bottom: 2px solid #008B8B;
	background: none repeat scroll 0 0 transparent;
	height: 1px;
	margin: 0 auto 45px;
	padding: 5px;
	position: relative;
	width: 120px;
}
.line:after, .line::before {
 border: medium solid transparent;
 content: " ";
 height: 0;
 left: 50%;
 pointer-events: none;
 position: absolute;
 top: 100%;
 width: 0;
}
.line:after {
	border-top-color: #008B8B;
	border-width: 8px;
	margin-left: -8px;
}
.line-280 {
	border-bottom: 2px solid #008B8B;
	background: none repeat scroll 0 0 transparent;
	height: 1px;
	margin: 0 auto 45px;
	padding: 5px;
	position: relative;
	width: 280px;
}
 .line-280:after, .line::before {
 border: medium solid transparent;
 content: " ";
 height: 0;
 left: 50%;
 pointer-events: none;
 position: absolute;
 top: 100%;
 width: 0;
}
.line-280:after {
	border-top-color: #008B8B;
	border-width: 8px;
	margin-left: -8px;
}
.title {
	text-align: center;
}
/*服务*/
.ser-item {
	text-align: center;
	margin-bottom: 30px;
	padding: 0px 20px;
}
.ser-item p {
	color: #737373;
}
@media screen and (max-width: 992px) {
.ser-item {
 text-align: center;
 margin-bottom: 30px;
 padding: 0px 10px;
}
.ser-item p {
color: #737373;
}
.ser-item h3 {
font-size:20px;
}
}
.single-service {
	float: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	display: inline;
	width: 100%;
	text-align: center;
}
.service-icon .service-icon-effect {
	box-shadow: 0 0 0 4px #008B8B;
}
.service-icon-effect {
	display: inline-block;
	font-size: 0px;
	margin: 15px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #008B8B;
}
.service-icon-effect:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/*选择*/
.choose {
	background: #f7f7f7;
}
.choose .media {
	margin-bottom: 20px;
	padding: 0px 20px;
}
.choose .fa {
	color: #FFFFFF;
}
.choose h3 {
	color:#008B8B;
	margin-bottom: 20px;
}
.media-icon {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 68px;
	line-height: 55px;
	margin-right: 15px;
	padding: 5px 10px;
	text-align: center;
	width: 68px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.media-icon {
	float: left;
	background-color: #008B8B;
	border: 2px solid #008B8B;
}
.choose img {
	width: 100%;
}
.choose h3 {
	padding: 0;
	margin: 0 0 10px 0;
}
.c-show .row {
	margin-bottom: 15px;
}
/*数据*/
.counters {
	background: url(../images/ziyuan_bg_1.png);
	background-size: 100% 100%;
}
.counter-box {
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline;
	float: left;
	font-family: "Raleway", sans-serif;
	padding: 10px 5px 20px;
	width: 100%;
	position: relative;
}
.counter-no {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.3em;
}
.counter-box {
	text-align: center;
	margin: 10px 0;
}
.counter-label {
	color: #ededed;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 5px;
}
/*新闻*/
.single-blog {
	width: 100%;
}
.single-blog-left {
	float: left;
	/* display: inline; */
    width: 18%;
}
.blog-comments-box li {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	color: #aaa;
	float: left;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.single-Blog h2 {
	color: #008B8B;
}
.single-blog-right {
	float: right;
	display: inline;
	width: 78%;
}
.blog-img img {
	width: 100%;
}
.more a {
	display: inline-block;
	padding: 10px 20px;
	background: #008B8B;
	color: #FFFFFF;
	margin: 20px 0;
}
 @media (max-width: 992px) {
.more {
 text-align:center
}
}
.blog-author p {
	color: #aaa;
	margin-top: 10px;
}
.blog-content h3 {
	font-weight: 600;
	font-size: 18px;
}
.blog-content p {
	color:#5E5E5E;
}
/*尾部*/

.footer-top {
	background-color: #f8f8f8;
	border-top: 2px solid #e9e9e9;
	padding: 45px 0;
}
footer .line {
	border-bottom: 2px solid #008B8B;
	background: none repeat scroll 0 0 transparent;
	height: 1px;
	margin: 0 0 20px 0;
	padding: 5px;
	position: relative;
}
.footer-service li > a span {
	margin-right: 8px;
}
.contact-info > p span {
	font-size: 18px;
	margin-right: 10px;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom p {
	margin: 10px 0;
}
.single-footer-widget {
	padding: 0 10px;
}
.footer-service li > a {
	display: block;
	font-size: 15px;
	padding: 6px 0;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.footer-service li > a {
	border-bottom: 1px solid #008B8B;
}
.footer-bg {
	background:#008B8B
}
.footer-copyright {
	color:#fff;
	text-align:center;
	padding:18px 0;
}
.footer-copyright a {
	color:#fff;
}
/*我们的团队*/
.page-title {
	background-image: url(../images/bc4.jpg);
	background-position: center center;
	background-size: cover;
	padding: 130px 0;
}
.page1-title {
	background-image: url(../images/bc3.jpg);
	background-position: center center;
	background-size: cover;
	padding: 130px 0;
}
.page-title h2 {
	margin-left: 30px;
}
.team-post {
	background-color: #f9f9f9;
	margin-bottom: 30px;
}
.team-post .thumb {
	position: relative;
	overflow: hidden;
}
.team-post .content {
	padding: 25px;
}
.team-style4 .team-post .content .title {
	color: #1c1c1c;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 18px;
	margin-top: 0;
}
.team-style4 .team-post .content p {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 18px;
	padding-top: 15px;
	color: #989898;
	;
}
.team img {
	width: 100%;
}
.team-style4 .team-post .content .sub-title {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	font-style: italic;
	color:#008B8B;
}
.team-post .profile {
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	padding: 4px 12px;
	background-color: #008B8B;
}
.team-post .content {
	padding: 25px;
}
/*联系我们*/
.main {
	background: #fbfbfb;
	position: relative;
}
.contact div {
	padding: 5px 0;
}
.contact span label {
	display: block;
	font-size: 1em;
	color: #686868;
	padding-bottom: 5px;
	font-weight: 400;
}
.contact input[type="text"], .contact textarea {
	padding: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	border: none;
	outline: none;
	color: #464646;
	font-size: 1em;
	-webkit-appearance: none;
	font-weight: 300;
}
.myButton {
	margin-top: 10px;
	background: #008B8B;
	color: #FFF;
	font-size: 1em;
	padding: 10px 35px;
	border: none;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
	float: right;
}
/*医疗资源*/
.page2-title {
	background-image: url(../images/bc2.jpg);
	background-position: center center;
	background-size: cover;
	padding: 130px 0;
}
.r-top, .r-mid, .r-bottom {
	text-align: center;
}
.r-top h3, .r-mid h3, .r-bottom h3 {
	margin-bottom: 30px;
	font-weight: 600;
}
.r-top p, .r-mid p, .r-bottom p {
	color:#888888;
	margin: 0px;
}
.r-mid {
	background: url(../images/counter-bg2.jpg);
	padding: 70px 0;
}
.r-mid h3, .r-mid p {
	color: #FFFFFF;
}
.my-team-member .my-team-detail {
	background-color: #008B8B;
	padding: 6px 6px;
	position: relative;
}
.my-member-name {
	color: #FFF;
	margin: 15px 0;
}
.r-bottom .my-member-post {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
}
.r-top .row div {
	padding: 50px 25px;
}
.r-bottom .my-team-member {
	margin: 20px 0;
}
.r-bottom img {
	width: 100%;
}
/*关于我们*/
.page3-title {
	background-image: url(../images/bc1.jpg);
	background-position: center center;
	background-size: cover;
	padding: 130px 0;
}
.bak_7 {
	margin-bottom: 40px;
}
.over_3a {
	margin: 10px 0;
	height: auto;
	border: solid #ddd 1px;
}
.over_3a dl dd p {
	font-size: 0.9em;
	color: #888;
	padding-top: 0.2em;
}
.over_3a dl, dt {
	height: auto;
	float: left;
}
.over_3a dd {
	padding-top: 30px;
}
.text-area p {
	color: #525252;
	line-height: 24px;
}
.about .line, .over_3 .line {
	border-bottom: 2px solid #008B8B;
	background: none repeat scroll 0 0 transparent;
	height: 1px;
	margin: 0 0 20px 0;
	padding: 5px;
	position: relative;
}
/*新闻详情*/
.news_show {
	margin: auto;
}
.xiangq {
	padding-bottom: 30px;
	text-align:center;
}
.xiangq h1 {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
}
.xiangq h2 {
	font-size: 18px;
	color: #777;
	margin-top: 10px;
	margin-bottom: 10px;
}
.xiangq .publish {
	font-size: 14px;
	color: #999;
	line-height: 3rem;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dee2e6!important;
}
.xiangq_top p {
	font-size: 14px;
	line-height: 1.8em;
	padding: 0.5em;
	color:#666
}
.xiangq_top em {
	font-style: italic;
}
.top_p {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 5%;
}
.top_p a {
	font-size: 16px;
	float: left;
	width: 45%;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #f9f9f9;
	padding: 10px;
}
.top_p a:hover {
	background-color: #008B8B;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 320px) {
.top_p a {
 width: 94%;
}
}
@media (max-width: 992px) {
.footer-top .f1, .footer-top .f2 {
 display: none;
}
}
 @media (max-width: 992px) {
.choose .c-w {
 padding: 10px;
}
.media-icon {
margin: 10px 0 0 0;
}
}
.types {
	padding-top:7px;
	padding-bottom:7px
}
.inner-banner {
	margin-top:68px;
	margin-bottom: 0;
	height:300px;
	background:no-repeat
}
@media (max-width: 992px) {
.inner-banner {
 margin-bottom: 0;
 height:120px;;
 background:no-repeat;
 background-color: #fff;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-background-size: cover;
 -o-background-size: cover;
 background-position: center 0;
}
}
/*首页APP下载*/
.index-app {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-top: 60px;/* padding-right: 80px; */
}
.index-app .left img {
	width: 100%;
}
.index-app .right {
	padding-left: 80px;
}
.index-app .right h1 {
	font-size: 48px;
	color: #008B8B;
	margin-bottom:20px;
}
.index-app .right h2 {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	margin-bottom:80px;
}
.index-app .right .download {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	margin: 30px 0 0;
}
.index-app .right .download .type {
	width: 60%;
}
.index-app .right .download .type img {
	width: 100%;
	padding: 10px 0;
}
.index-app .right .download .scan {
	width: 40%;
	margin-left: 15px;
	margin-right: 15px;
}
.index-app .right .download .scan img {
	width: 50%;
}
.index-app .right .download .hr-text {
	margin-top: 40px;
	height: 1px;
	border-top: 1px solid #333;
	text-align: center;
	margin: 30px 0 60px;
}
.index-app .right .introduce {
	padding:15px 0 0;
}
.index-app .right .introduce .buttonn {
	
}
.hr-text .subtitle {
	color: #333;
	font-size: 28px;
	position: relative;
	top: -40px;
	display: inline-block;
	background-color: #f5f5f5
}
.index-app .right .hr-text .subtitle {
	min-width: 120px;
	width: auto;
	background: none #fff;
	font-size: 15px;
	color: #333333;
	padding: 0 15px;
}
.index-app .right .hr-text .subtitle .sub-item {
	float: left;
	position: relative;
}
.index-app .right .hr-text .subtitle .weixin {
	margin-left: 10px;
}
.index-app .right .hr-text .subtitle .code {
	display: none;
	position: absolute;
	top: 60px;
	left: -35px;
}
.index-app h1 {
	color: #3d94ea;
	font-size: 48px;
}
.index-app h2 {
	color: #333333;
	font-size: 42px;
}
 @media screen and (max-width: 992px) {
 .index-app {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -moz-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 justify-content: center;
 margin-top: 0px;
 padding-right: 0px;
 padding-bottom: 50px;
}
 .index-app .right {
 padding-left:15px;
 padding-right: 15px;
}
 .index-app .right h1 {
 font-size: 28px;
 color: #008B8B;
 text-align: center;
}
 .index-app .right h2 {
 font-size: 18px;
 font-weight: normal;
 color: #333333;
 text-align: center;
 margin-top: 5px;
 margin-bottom:20px;
}
 .index-app .right .download .type {
 width: 60%;
 margin-left: 35px;
}
 .index-app .right .download .scan {
 width: 40%;
 margin-left: 25px;
 margin-right: 15px;
}
 .index-app .right .introduce {
 padding:15px 35px 0 35px;
}
 .index-app .right .introduce .buttonn {
 width:90%;
}
 .text-center .title {
 margin-top: 10px;
 width: 50px;
 font-size: 12px;
 color: #333;
 text-align: center;
}
 .text-center {
 margin-top: 10px;
 margin-bottom: 20px;
}
 .text-center .icon-img img {
 width: 32px;
}
 .index-app .right .scan img {
 width: 50%;
 margin-left:10px;
}
 .main-footer {
 padding-top: 20px;
}
}
.menu-button {
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
.language {
	padding: 18px 20px;
	font-size: 16px;
}
 @media screen and (max-width: 992px) {
.language {
 padding: 10px 20px;
 font-size: 16px;
}
}
 @media (max-width: 768px) {
.xiangq_top img {
 width:100%!important;
}
}
/*圆角边框*/
.border-radius-8 {
	border-radius:8px;
	-moz-border-radius:8px; /* Old Firefox */
	background:#fff;
}
/*视频弹窗*/
.videolist {
	position:relative;
	float:left;
	/*margin-right:50px; margin-top:15px; margin-bottom:30px;*/
}
.videolist:hover {
	cursor: pointer;
}
.videos {
	background-color: #222;
	display:none; /*border: 1px solid #080808;*/
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-210px;
	z-index:100;
	/*width:640px;
	height:360px;*/
}
.sized{
	width:640px;
	
}
.vclose {
	position:absolute;
	right:1%;
	top:1%;
	border-radius:100%;
	cursor: pointer;
}
@media (max-width: 992px) {
.videolist {
position:relative;
float:left;
width:100%; /*margin-right:50px; margin-top:15px; margin-bottom:30px;*/
}
.videolist:hover {
cursor: pointer;
}
.videos {
background-color: #222;
display:none; /*border: 1px solid #080808;*/
position:fixed;
left:50%;
top:50%;
margin-left:-160px;
margin-top:-210px;
z-index:100;
width:320px;
height:164px;
}
.sized{
	width:320px;
	
}
.vclose {
position:absolute;
right:1%;
top:1%;
border-radius:100%;
cursor: pointer;
}
}
