/*
* @Author: Administrator
* @Date:   2018-10-24 14:37:13
* @Last Modified by:   Administrator
* @Last Modified time: 2018-10-30 18:34:02
*/
/*页面初始化*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img ,input{ margin:0; padding:0; }
body{ font-size:12px; color:#616161; font-family:"微软雅黑"; background:#fff;}
ul,ol{ list-style:none;}			/* ul，li 默认小点*/
textarea{ resize:none;}	
input,textarea,button{outline: none;}			/*清除chrome，firefox 小三角*/
img{border:none; display:block;max-width: 100%;}   /*img在ie下有边，图片下方会有几级像素距离*/
a{color:#333; text-decoration:none;}		/*a链接风格统一*/
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}	
p{
	margin-bottom: 0;
}			
h1{
	margin:0;
}
ol{
	padding:0;
}
/*定义我们常用类*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}     
.container{
	position: relative;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
body,html{
	width: 100%;
	overflow-x: hidden;
}
.navbar .container-fluid{
	padding-left: 0;
	padding-right:0;
}
::-webkit-input-placeholder { 
    color:#ccc;
    font-family: "微软雅黑";
    font-size:14px;
   
}
:-moz-input-placeholder {
    color:#ccc;
    
}
::-moz-input-placeholder { 
    color:#ccc;

}
:-ms-input-placeholder {
    color:#ccc;
 
}
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	    padding:0;
	}
}

/*头部*/
.header{
	height: 80px;
	background: #fff;
}
.header img{
	display: inline-block;
    vertical-align: middle;
}
.nav li.nav-item a{
	display:block;
	height: 80px;
	line-height: 80px;
	border:1px solid #fff;
	color:#333;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
}
.nav li.active a:after{
	content: '';
    position: absolute;
    top: 56px;
    left: 50%;
    background: #dc220d;
    height: 4px;
    width: 80%;
    margin-left: -40%;
}
.navbar-brand{
	height: 80px;
	padding:23px 0;
	margin-left: 0 !important;
}
.nav li.nav-item a:hover{
	color:#da251d;
}
.nav li.nav-item a.current{
	color:#da251d;
}
.nav>li>a{
	padding:0 22px;
	line-height: 72px;	
}
.navbar-brand>img.mobile_logo{
	display: none;
}
.navbar{
	margin-bottom:0;
	border: none;
}
.navbar-collapse{
	border:none;
}
.container-fluid .navbar-header{
	min-height:80px;
}
.navbar-toggle{
	margin-top: 17px;
}
.nav>li.mobile_navli{
	display: none;
}
.navbar-default .navbar-nav>.active>a{
	background: none;
}
.navbar-default .navbar-nav>.active>a:hover{
	color:#da251d;
	background: none;
}
 .loginenglish {
	position: relative;
}
.loginenglish .loginenglish_select{
	display: inline-block;
	height: 80px;
    line-height: 80px;
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    width: 120px;
    color: #333;
}
.navbar .loginenglish .loginenglish_select span {
    vertical-align: middle;
    margin-right: 4px;
}
.loginenglish .loginenglish_select .english_nar {
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    background: url(../images/english_nar.jpg) no-repeat right center;
    background-size: 10px;
}
.loginenglish ul {
    display: none;
    position: absolute;
    width: 120px;
    background: #fff;
    line-height: 40px;
    z-index: 99;
    box-shadow: 0px 1px 6px #ccc;
    font-size: 14px;
    box-sizing: border-box;
}
.loginenglish ul li a {
    display: block;
    padding-left: 10px;
}
.loginenglish ul li a:hover{
	background-color: #f2f2f2;
}
.navbar .container{
	overflow: visible;
}
/* 背景图 */
.gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.gallery .gallery-holder {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery .gallery-holder > li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-position: 50% 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_4 .gallery .gallery-holder > li{
	background-image: url(../images/indeximg4.jpg);
	z-index: 10;
}
.text-center {
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.gallery .gallery-holder .text-center {
    z-index: 3;
    height: 600px;
}
.text-center .text-inner {
    display: table-cell;
    vertical-align: middle;
}
.gallery .gallery-holder .text-center .text-inner {
    padding: 154px 0 150px;
}
/* 首页第一版 */
.index_1{
	position: relative;
	font-size: 18px;
	color: #fff;
}
.index_1 .gallery .gallery-holder,.index_1 .gallery .gallery-holder .text-center{
	height: 690px;
}
.index_1 .gallery .gallery-holder > li{
	background-image: url(../images/indeximg1.jpg);
	z-index: 10;
}
.index_1 .index_1nr{
	height: 200px;
	width: 660px;
	position: absolute;
	left:50%;
	margin-left: -330px;
	top:50%;
	margin-top: -100px;
	background: rgba(218,37,29,0.9);
	text-align: center;
	text-align: center;
    line-height: 40px;
    padding: 40px 0;
}
.tip_icon{
	display: inline-block;
	height: 26px;
	width: 28px;
	background: url(../images/tip_icon.png) no-repeat center center;
	background-size: 26px;
	vertical-align: middle;
}
.index_1 .index_1nr .tip_icon{
	position: absolute;
}
.index_1 .index_1nr .tip_icontop{
	top: -11px;
    left: -13px;
}
.index_1 .index_1nr .tip_iconbottom{
	bottom: -11px;
	right: -13px;
}
/* 第二版 */
.row,.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
	padding:0;
}
.row{
	margin:0;
}
.index_2{
	height: 720px;
	overflow: hidden;
}
.index_2left{
	height: 720px;
	background:#da251d url(../images/indeximg2.png) no-repeat left center;
	background-size: 340px;
}
.index_2leftnr,.index_2rightnr{
	width: 600px;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 0px;
}
h1.tip{
	font-size: 26px;
	color: #fff;
}
h1.tip span{
	vertical-align: middle;
}
.index_2leftnr h1.tip{
	margin-bottom: 50px;
    margin-top: 102px;
}
h1.tip .tip_icon{
	margin-right: 10px;
}
.index_2leftnr ol li img{
	margin:0 auto 20px;
}
.index_2leftnr ol li{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 33.33%;
	float: left;
	margin-top: 24px;
}
.index_2btn{
	text-align: center;
	margin-top: 70px;
}
.index_2btn a{
	font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 220px;
    height: 50px;
    line-height: 46px;
}
.index_2rightnr{
	margin-right: auto;
	margin-left:0;
	padding: 0;
	margin-top: 188px;
}
/* 第三版 */
.index_3 .index_2left,.index_3 .index_3right{
	background: #fafafa;
	color: #333;    
	height: 720px;
}
.index_3 h1.tip{
	color: #333;
	margin-top: 132px;
}
.index_3nr{
	font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    color: #7d7d7d;
    padding-left: 40px;
}
.index_3 .index_2btn{
	margin-top: 100px;
}
.index_3 .index_2btn a{
	color: #da251d;
	border-color: #da251d;
}
.index_3 .index_2leftnr{
	padding-left: 0;
    padding-right: 0;
}
.index_3 .index_2rightnr{
	margin-top: 100px;
	cursor: pointer;
}
.index_qrtc{
	width: 300px;
    height: 140px;
    background: #fff;
    box-shadow: 0px 2px 4px #e5e5e5;
	position: absolute;
	font-size: 16px;
	text-align: center;
	border-radius: 2px;
	border:1px solid #e5e5e5;
	left: 14%;
	bottom:60px;
	display: none;
}
.index_qrtc img{
	margin: 7px auto;
}
.index_qrtc:before {   
    content: " ";   
    position: absolute;   
    margin-top: -16px;  
    left: 50%;   
    width: 0;   
    height: 0;   
    border-left: 8px solid transparent;
    border-bottom: 16px solid #ccc;
    border-right: 8px solid transparent; 
}   
.index_qrtc:after {   
    content: " ";   
    position: absolute;   
    margin-top: -15px;   
    left: 50%;   
    width: 0;   
    height: 0;   
    border-left: 8px solid transparent;
    border-bottom: 16px solid #fff;
    border-right: 8px solid transparent;  
}   
.index_qrtc .index_3leftnr{
	margin-top: 40px;
    line-height: 30px;
}
/* 4 */
.index_4 h1.tip{
	color: #333;    
	text-align: left;
	margin-top: 70px;
}
.index_4nr{
	width: 650px;
	margin-right: auto;    
	margin-top: 20px;
	color: #333;
	font-size: 18px;
	text-align: left;    
	overflow: hidden;
}
.index_4nr hr{
	border-color: #7d7d7d;
    margin: 18px 0 18px 40px;
}
.index_4nr .index_4address{
	padding-left: 40px;
	line-height: 46px;
}
.index_4nr .index_4address img,.index_4nr .index_4address span{
	vertical-align: middle;
}
.index_4nr .index_4address img{
	margin-right: 14px;
	display: inline-block;
}
.index_4nr .row{
    line-height: 34px;
    padding-left: 40px;
    margin: 0;
}
/* 5 */
.index_5{
	background: #414141;
    color: #fff;
    padding: 35px 0;
}
.index_5 img{
	display: inline-block;
	margin: 18px 10px 0 0;
}
.index_5nr{
	padding-left: 40px;
}
.footer {
    background: #1b1b1b;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    line-height: 30px;
}
/* footer */
.footer .container {
    margin: 60px auto 40px;
}
.footer .footer_tip{
	margin-bottom: 40px;
}
.footer a{
	color: #fff;
}
.footer_qr:before{
	content: '';
    position: absolute;
    top: 0;
    left: -10%;
    background: #434343;
    height: 162px;
    width: 1px;
}
.footer .row{
	width: 1000px;
    margin: 0 auto;
}
.footer .footer_qr{
	text-align: center;
}
.footer .footer_qr img{
	margin:0 auto 10px;
}
.footer_logo .col-md-3{
	margin-bottom: 30px;
    float: right;
}
.footer_bq{
	font-size: 14px;
    text-align: center;
    margin-top: 30px;
}
/* 医用 */
.navbar_box{
	box-shadow: 0 0 3px #cfcfcf;
}
.ysindex_1 .index_2leftnr{
	padding-right: 30px;
}
.ysindex_1 .index_2leftnr h1.tip{
	margin-bottom: 124px;
}
.ysindex_1 ul li{
	color: #fff;
    font-size: 18px;
    line-height: 50px;
}
.ysindex_1 .index_2rightnr{
	margin-top: 100px;
}
.ysindex_2nr{
	font-size: 16px;
    margin-top: 100px;
}
.ysindex_2nr img{
	display: inline-block;
    margin-right: 12px;
    margin-left: 40px;
    vertical-align: middle;
}
.ysindex_2{
	height: 660px;
	border-bottom: 1px solid #eee;
}
.ysindex_3 h1.tip{
	color: #333;
	text-align: center;
	margin-top: 80px;
}
.ysindex_3{
	font-size: 16px;
	color: #333;
	line-height: 26px;   
	height: 960px;
}
.ysindex_3 .ysindex_3nr img{
	margin:90px auto 0;
}
.ysindex_3 .ysindex_3nr .ysindex_3nrtip{
	width: 250px;
    margin-top: 62px;
    margin-left: 104px;
}
.ysindex_3 .ysindex_3col .ysindex_3nrtip{
	    margin-left: 134px;
}
.ysindex_4nr span{
	display: inline-block;
    border: 4px solid #da251d;
    color: #da251d;
    font-weight: 700;
    height: 120px;
    width: 130px;
    line-height: 112px;
    text-align: center;
    font-size: 22px;
    border-radius: 14px;    
    margin-right: 48px;
}
.ysindex_4nr{
	margin-top: 40px;
	text-align: center;
}
.ysindex_4nr span:last-child{
	margin-right: 0;
}
.ysindex_5 {
	height: 990px;
	background: #fafafa;
}
.ysindex_5 h1.tip{
	color: #333;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 70px;
}
.ysindex_5 img{
	margin: 0 auto;
    /* width: 1100px; */
}
/* 家庭健康 */
.s-index{
	display: none;
}
.fa_index1 .container{
	width: 1000px;
}
.fa_index1 .row {
    margin-top: 120px;
    margin-bottom: 120px;
}
.fa_index1 h1.tip{
	color: #333;
}
.fa_index1 h1.tip sup {
    font-size: 12px;
    border: 1px solid #333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    top: -10px;
    margin-right: 2px;
}
.fa_index1 .eindex_img img {
    margin: 40px 10px 40px 0;
    height: auto;
    display: inline-block;
}
.fa_index1 .eindex_stitle {
    font-size: 16px;
    color: #333;
    margin-top: 0;
    line-height: 26px;
    width: 450px;
}
.fa_index1 .row ul {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.fa_index1 .row ul li {
    background: url(../images/hxj_circle.png) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
}
.fa_index2 {
	background: #fafafa
}
.fa_index2 h1.tip sup {
    border: none;
    width: auto;
}
.fa_index2 .eindex_stitle {
    margin-top: 40px;
}
.fa_index3 .row{
	margin-bottom: 60px;
}
.fa_index3 .index_qrtc{
    left: -330px;
    bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.fa_index3 .index_qrtc:before{
	content: " ";
    position: absolute;
    right:-16px;
	left:auto;
	top:50%; 
    border-top: 8px solid transparent;
	border-left: 16px solid #ccc;
    border-bottom: 8px solid transparent;
	border-right: 0;
}
.fa_index3 .index_qrtc:after{
	right: -15px;
    margin-top: -16px;
	left:auto;
	top:50%; 
	border-right: 0;
	border-top: 8px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 8px solid transparent;
} 
.fa_index4{
	background: #fafafa;
}
.fa_index4 h1.tip{
	color: #333;
	text-align: center;
	margin-top: 70px;
}
.fa_index4tip{
	font-size: 18px;
	color: #333;
	margin:40px 0; 
	text-align: center;
}

.index-3 .yindex3-1,.index-4 .yindex4-1{
	text-align: center;
	margin-top:80px;
}
.index-3 .yindex3-2{
	height: 130px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 104px;
}
.yindex3-3li .yindex3-4li{
	text-align: center;
	width: 608px;
	border-radius: 2px;
	height: 36px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	color: #dc220d;
	margin: 0 auto;
}
.yindex3-3li .yindex3-4li li{
	float: left;
	height: 100%;
	width: 140px;
	line-height: 32px;
	border: 2px solid #dc220d;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 40px;
	margin-right: 16px;
}
.yindex3-3li .yindex3-4li li.current{
	background: #dc220d;
	color: #fff;
}
.yindex3-3li .yindex3-4li .yindex3-4last{
	margin-right: 0;
	box-sizing: border-box;
}
.index-3 .yindex3-5li{
	margin-top:40px;
	/*width: 960px;*/
}
.index-3 .yindex3-5li .yindex3-5lib{
	width:10%;
	font-size: 16px;
	color: #646464;
	height: 616px;
	float: left;
	/*border-bottom:1px solid #ccc;*/
	overflow: hidden;
	box-sizing: border-box;
}
.yindex3-5li2-tu img{
	position: absolute;
    left: 50%;
    margin-left: -480px;
    bottom: 0;
}
.index-3 .yindex3-5li .yindex3-5li3{
	background: url(../images/1index3-4.jpg) no-repeat center center;
}
.yindex3-box{
	position: relative;
	overflow: hidden;
	height: 656px;
	/*width: 960px;*/
}
.yindex3-box ol{
	position: absolute;
	left: 0;
	width:1000%;
}
.yindex3-5li .yindex3-5li-title{
	width: 680px;
	height: 112px;
	text-align: center;
	margin: 0 auto;
}
.yindex3-5li3 .yindex3-5li3-title{
	width: 450px;
	margin-left: -232px;
}
.yindex3-5li .yindex3-5li-tu,.yindex3-5li  .yindex3-5li2-tu{
	width: 960px;
	height: 504px;
	margin: 0 auto;
}
.yindex3-5li .yindex3-5li-tu .yindex3-5li-1tu{
	width: 580px;
	margin: 0 auto;
}
.yindex3-5li .yindex3-5li-tu img{
	margin-bottom:66px;
}
.yindex3-5li  .yindex3-5li2-tu{
	border:none;
}
.yindex3-5li2-tu{
	position: relative;
}
.yindex3-5li2 .ybling{
	position: absolute;
    left: 982px;
    top: 16px;
    z-index: 99;
}
.yindex3-5li3 .yindex3-5li3-tu img{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top:0;
}
.yindex3-5li3-title{
	width: 680px;
    text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -340px;
	top:0;
	z-index: 50;
	margin-top:50px;
}
.yindex3-5li .yindex3-5li4 li{
	float:left;
	font-size: 20px;
	color: #646464;
	text-align: center;
}
.yindex3-5li .yindex3-5li4 .yindex3-5li43{
	margin-right: 0;
}
.yindex3-5li4 .row{
	width: 960px;
	height:520px;
	margin:96px auto 0;
	box-sizing: border-box;
}
.yindex3-5li4 li div{
	height: 100px;
	line-height: 80px;
}
.yindex3-5li4 li a{
	display: inline-block;
	height: 136px;
	width: 136px;
	background: url(../images/1index-51.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(2) a{
	background: url(../images/1index-52.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(3) a{
	background: url(../images/1index-53.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(4) a{
	background: url(../images/1index-54.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(5) a{
    background: url(../images/1index-55.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(6) a{
	background: url(../images/1index-56.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(1) a:hover{
	background: url(../images/1index-511.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(2) a:hover{
	background: url(../images/1index-522.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(3) a:hover{
	background: url(../images/1index-533.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(4) a:hover{
	background: url(../images/1index-544.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(5) a:hover{
	background: url(../images/1index-555.png) no-repeat center center;
}
.yindex3-5li4 li:nth-of-type(6) a:hover{
	background: url(../images/1index-566.png) no-repeat center center;
}
.yindex3-5lil-box .bling2 {
    position: absolute;
    left: 164px;
    z-index: 999;
    top: 0;
}
.yindex3-5lil-box {
    width: 270px;
    height: 412px;
    position: relative;
}
.point{
	margin-left: -480px;
	bottom: 0;
}
.point span{
	display:block;
}
.point span.light{
	position: absolute;
    top: auto;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background-color: #3dc36c;
    border: #3dc36c 2px solid;
    border-radius: 40px;
    font-size: 0px;
    overflow: hidden;
}
.grad-sm{
	animation: myfirst 1s;
	-webkit-animation: myfirst 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
.grad-big{
	animation: myfirst1 1s;
	-webkit-animation: myfirst1 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
.point span.light.grad{
	border-color: #FFFFFF;
}
@keyframes myfirst{
	from{opacity:0.5;transform: scale(0);}
	to{opacity:0;transform: scale(8);}
}
@-webkit-keyframes myfirst{
	from{opacity:0.5;transform: scale(0);}
	to{opacity:0;transform: scale(8);}
}
@keyframes myfirst1{
	from{opacity:0.5;transform: scale(0);}
	to{opacity:0;transform: scale(5);}
}
@-webkit-keyframes myfirst1{
	from{opacity:0.5;transform: scale(0);}
	to{opacity:0;transform: scale(5);}
}
.fa_index5{
	background: #fff;
}
.fa_index5  .container{
	margin-top: 30px;
	margin-bottom: 30px;
}
.fa_index5 .fa_index5nr{
	line-height: 60px;
	font-size: 18px;
	margin-top: 120px;
	color: #333;
}
.fa_index5 .row{
	margin:0;
}
/* 联系我们 */
.lx_index1 .container{
	box-shadow: 0 1px 6px #ccc;
	height: 740px;
    margin: 40px auto;
    overflow: hidden;
	font-size: 16px;
	color: #333;
}
.lx_index1 h1.tip{
	color: #333;
	text-align: center;
	margin:30px 0;
}
.lx_index1 input,.lx_index1 textarea{
	display: inline-block;
	height: 40px;
	border:1px solid #e4e4e4;
	line-height: 38px;
	width: 100%;
    padding:0 6px;
    font-family: "微软雅黑";
}
.lx_index1 input:focus,.lx_index1 textarea:focus{
	border-color: #dc220d;
}
.lx_index1 textarea{
	height: auto;
	line-height: 26px;
}
.lx_index1 .lx_index1nr{
	width: 600px;
	margin:0 auto;
}
.lx_index1 .lx_index1col{
	padding: 0 20px;
	margin-top: 10px;
	color: #666;
}
.lx_index1btn{
	text-align: center;
}
.lx_index1btn input{
	background: #dc220d;
    width: 100px;
    border-color: #dc220d;
    color: #fff;
    margin-top: 20px;
    border-radius: 4px;
}
.lx_index2nr{
	padding:0 40px;
	margin:40px 0;
    overflow: hidden;
}
.lx_index2nr h1.tip{
	text-align: left;;
	margin-top: 0;
}
.lx_index2nr .lx_indexhz{
	padding-left: 20px;
}
.lx_index2nr .row{
	line-height: 30px;
}
.lx_index2nr .index_4address img{
	display: inline-block;
	margin-right: 14px;
}
.lx_index2nr .index_4address img, .lx_index2nr .index_4address span {
    vertical-align: middle;
}
.lx_index2nr .index_4address {
    line-height: 46px;
}
.lx_index3 .lx_index3nr{
	background: #fafafa;
    width: 80%;
    margin: 20px auto 40px;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.lx_index3 .lx_index3nr img{
	margin:10px auto 6px;
}
.lx_index3 .lx_index3nr .lx_index3nrtip{
	color: #dc220d;
}
/* 关于我们 */
.about_index1 .gallery .gallery-holder li{
	background-image: url(../images/banner11.jpg);
    z-index: 10;
}
.about_index1 h1.tip {
    margin:130px auto 0;
}
.about_index1 .about_index1nr,.about_index2 .about_index1nr{
	font-size: 16px;
    line-height: 28px;
    width: 800px;
    margin: 50px auto;
}
.about_index2 h1.tip {
	text-align: center;
	color: #333;
	margin:40px 0 20px;
}
.about_index2 .about_index1nr p{
	text-indent: 2em;
	margin-bottom: 10px;
	color: #333;
	line-height: 26px;
}
/* 小于1200屏幕显示 */
 @media (max-width: 1200px) {
 	.container {
	    width: 1000px;
	    padding: 0;
	}
 	.nav>li>a{
 		padding:0 16px;
 	}
 	.index_2leftnr, .index_2rightnr{
 		width: 500px;
    	padding-right: 20px;
 	}
 	.index_2rightnr{
 		padding-right: 0
 	}
 	.ysindex_3 .ysindex_3nr .ysindex_3nrtip{
 		margin-left:66px;
 	}
 	.ysindex_3 .ysindex_3col .ysindex_3nrtip{
 		margin-left: 100px;
 	}
 	.ysindex_4nr span{
 		width: 100px;
 	}
 	.lx_index2nr .row{
 		line-height: 26px;
 	}
 	.lx_index2nr .index_4address {
	    line-height: 38px;
	}
	.lx_index3 .lx_index3nr{
		font-size: 16px;
	}
 }
/* 手机端显示 */
 @media (max-width: 750px) {
 	.navbar-brand>img.logo{
		display: none;
	}
 	.navbar-brand>img.mobile_logo{
		display: block;
	}
 	.container{
 		width: auto;
 	}
 	.container>.navbar-header{
 		padding:0 15px;
 		margin:0;
 	}
 	.navbar li.s-header{
		display: none;
	}
	.navbar .first-nav{
		margin: 0;
		float: left;
		width: 100%;
	}
	.header {
	    min-height: 80px;
	    height: auto;
	}
	.nav li.active a:after{
		height: 0;
	}
	.navbar-default .navbar-collapse{
		margin:0;
	}
	.nav li.nav-item a{
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #eee;
	}
	.nav>li .loginenglish{
		display: none;
	}
	.nav>li.mobile_navli{
		display: block;
		border-bottom: 0
	}
	.nav>li>a{
		padding:0;
	}
	.index_1{
		font-size: 14px;
	}
	.index_1 .gallery .gallery-holder, .index_1 .gallery .gallery-holder .text-center{
		height: 270px;
	}
	.index_1 .index_1nr{
		height: 160px;
    	width: 80%;
    	margin-left: -40%;
    	margin-top: -80px;
    	padding: 30px 10px;
    	line-height: 24px;
	}
	.index_2{
		height: auto;
	}
	.index_2left{
		height: auto;
		background-size:50%;    
		padding-top: 20px;
	}
	.index_2leftnr, .index_2rightnr{
		width: auto;
		padding: 0 15px;
	}
	h1.tip{
		font-size: 16px;
	}
	.index_2leftnr h1.tip{
		margin-bottom: 20px;
		margin-top: 0;
	}
	.index_2leftnr ol li{
		margin-top: 10px;
	}
	.index_2leftnr ol li img {
	    margin: 0 auto 10px;
	    width: 50%;
	}
	.index_2btn{
		margin-top: 20px;
	}
	.index_2btn a{
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		width: 160px;    
		margin-bottom: 20px;
	}
	.index_2rightnr{
		margin-top: 0;
	}
	.index_3nr{
		padding:0;
		font-size: 14px;
		line-height: 26px;
	}
	.index_3 .index_2btn {
	    margin-top: 20px;
	}
	.index_3 .index_2left, .index_3 .index_3right{
		height: auto;
		padding: 20px 15px 0;
	}
	.index_3 .index_2rightnr{
		margin-top: 0;
	}
	.gallery .gallery-holder,.gallery .gallery-holder .text-center{
		height: 470px;
	}
	.index_4 .gallery .gallery-holder > li{
		background: #fff;
	}
	.index_4 .gallery{
		padding: 0 15px;
	}
	.index_4nr{
		margin-top: 0;
		font-size: 14px;
	}
	.index_4 h1.tip{
		margin-top: 20px;
	}
	.index_4nr hr{
		margin:10px 0 10px 40px;
	}
	.index_4nr .index_4address{
		line-height: 40px;
	}
	.index_4nr .index_4address img{
		width: 26px;
		margin-right: 10px;
	}
	.index_5{
		padding: 20px 15px;
	}
	.index_5 img {
	    margin: 10px 10px 0 0;
	    width: 28%;
	}
	.footer{
		font-size: 14px;
	}
	.footer .container{
		margin: 20px auto 20px;
		padding: 0 15px;
	}
	.footer .row{
		width: auto;
	}
	.footer_logo .col-md-3{
		float: inherit;
	}
	.footer_logo .col-md-3 img{
		margin:0 auto;
	}
	.footer_link .col-md-3{
		display: none;
	}
	.footer .footer_qr{
		display: block;
	}
	/* 医用 */
	.ysindex_1 .index_2leftnr{
		padding: 0 15px 20px;
	}
	.ysindex_1 .index_2leftnr h1.tip{
		margin-bottom: 20px;
	}
	.ysindex_1 ul li {
	    font-size: 14px;
	    line-height: 22px;
    	margin-bottom: 10px;
	}
	.ysindex_1 .index_2rightnr {
	    margin: 10px 0;
	}
	.ysindex_2nr {
	    font-size: 14px;
	    margin-top: 10px;
	    padding-bottom: 20px;
	}
	.ysindex_2nr img {
	    margin-right: 10px;
	    margin-left: 0;
	    width: 30px;
	}
	.ysindex_3 h1.tip{
		margin-top: 20px;
	}
	.ysindex_3 .ysindex_3nr img {
	    margin: 20px auto 0;
	    width: 40%;
	}
	.ysindex_3 {
	    font-size: 14px;
	    line-height: 24px;
	    height: auto;
	}
	.ysindex_3 .ysindex_3nr .ysindex_3nrtip{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.ysindex_4nr{
		margin-top: 20px;
	}
	.ysindex_4nr span {
	    width: 76px;
	    font-size: 14px;
	    height: 54px;
	    line-height: 50px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    text-align: center;
	    border-width: 2px;
	}
	.ysindex_5{
		height: auto;
	}
	.ysindex_5 h1.tip{
		margin:20px 0;
	}
	.ysindex_5 img{
    	padding: 0 15px 20px;
	}
	/* 家庭健康 */
	.s-index{
		display: block;
	}
	.fa_index1 .container{
		width: auto;
	}
	.fa_index1 .row {
	    margin-top: 20px;
	    margin-bottom: 20px;
	    padding: 0 15px;
	}
	.fa_index1 .eindex_img img {
	    margin: 10px 10px 10px 0;
	}
	.fa_index1 .eindex_stitle {
	    font-size: 14px;
	    line-height: 24px;
	    width: auto;
	}
	.fa_index1 .row ul {
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 10px;
	}
	.fa_index2 .eindex_stitle {
	    margin-top: 20px;
	}
	.fa_index1 .eindex-2right img{
		width: 50%;
    	margin: 0 auto;

	}
	.fa_index3 img{
		width: 70%;
    	margin: 0 auto;
	}
	.fa_index3 .fa_index3nr img{
		width: 40%;
    	margin: 10px auto 0;
	}
	.fa_index4 h1.tip {
	    margin-top: 20px;
	}
	.fa_index4tip {
	    font-size: 14px;
	    margin: 20px 0;
	    padding: 0 15px;
	}
	.yindex3-3li .yindex3-4li {
	    width: 80%;
	    font-size: 12px;
	}
	.yindex3-3li .yindex3-4li li{
		width: 72px;
		line-height: 34px;
		border: 1px solid #dc220d;
		box-sizing: border-box;
		margin-right: 10px;
	}
	.index-3 .yindex3-5li{
		margin-top: 20px;
	}
	.fa_index5 .fa_index5nr {
	    line-height:30px;
	    font-size: 14px;
	    margin-top: 0;
	    text-align: center;
	}
	.fa_index5 img{
		width: 60%;
    	margin: 10px auto 0;
	}
	.fa_index5  .container{
		margin:20px 0;
	}
	.fa_index5 .row{
		margin:0;
	}
	.yindex3li-box{
		display: none;
	}
	/* 联系我们 */
	.lx_index1 .container{
		margin:20px auto;
		font-size: 14px;
		height: auto;
	}
	.lx_index1 h1.tip{
		margin:20px 0;
	}
	.lx_index1 .lx_index1nr{
		width: auto;
	}
	.lx_index2nr .lx_indexhz {
	    padding-left: 0;
	}
	.lx_index2nr .index_4address img {
	    display: inline-block;
	    width: 26px;
    	margin-right: 10px;
	}
	.lx_index3 .lx_index3nr{
		font-size: 14px;
		line-height: 24px;
		margin:20px auto;
		padding: 14px;
	}
	.lx_index3 .lx_index3nr img {
	    width: 34%;
	}
	.lx_index2nr,.lx_index1 .lx_index1col{
		padding: 0 15px;
	}
	.nav li.computer_navli{
		display: none;
	}
	/* 关于我们 */
	.about_index1 .about_index1nr, .about_index2 .about_index1nr {
	    font-size: 14px;
	    line-height: 24px;
	    margin: 40px auto;
	    width: auto;
	    padding: 0 15px;
	}
	.about_index1 .gallery .gallery-holder,.about_index1  .gallery .gallery-holder .text-center{
		height: 300px;
	}
	.about_index1 h1.tip{
		margin-top: 30px;
	}
 }