/* **********************走进&#36731;&#26494;&#30408;******************/
/* 媒体查询 */
@media screen and (max-width: 768px){
    .ps_details_main {
	    display: block!important;
	}
}

.blb_column_header{
    position: relative;
    width: 100%;
    /*left: 0px;*/
    top: 0;
}

.blb_column_header h1 {
    text-align: center;
    color: #EAEAEA;
    font-size: 40px;
}

.blb_column_header h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #00A52C;
    letter-spacing: 5px;
    font-size: 18px;
    margin: 0;
}


.enter_blb video {
    display: block;
    width: 100%;
    height: auto;
}

.enter_blb p {
    padding: 0 20px;
    margin: 20px 0;
    font-weight: 700;
    color: #6F6F6F;
    line-height: 25px;
    text-indent:30px;
}



/* **********************产品与服务******************/
.ps {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*.ps img {*/
/*    display: block;*/
    
/*    height: auto;*/
/*    margin: 0 auto;*/
/*}*/

.ps p {
    text-align: center;
    margin: 30px auto;
    color: #666;
    font-size: 14px;
}



/* 新闻中心 */
.news_centre_item {
    display: block;
	box-sizing: border-box;
	border-radius: 5px;
    color: #333;
    padding: 5px;
    margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 310px;
    margin-bottom: 50px;
    overflow: hidden;
}



.news_centre_item:hover {
    text-decoration: none;
    /*border: 1px solid #ccc;*/
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .1);
}

.news_centre_item img {
    display: block;
	width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.news_centre_item:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}

.news_centre_item h4 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: SimHei;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_centre_item .news_centre_item_info {
    font-size: 14px;
    padding: 0 15px;
    height: 78px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    
}

.news_centre_item .news_centre_item_date {
    font-size: 14px;
    padding: 0 15px;
}



/* 首页健康方案 轮播图 */
.hs_home .swiper-container {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.hs_home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.hs_home .swiper-slide-active,.hs_home .swiper-slide-duplicate-active {
    transform: scale(1);
}


/* 健康方案 */
.health_item {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.health_item img {
    display: block;
    width: 100%;
    height: auto;
}



/* **********************首页title分割线******************/
.divider_index {
	position: relative;
	left: 0;
	top: 0;
	width: 200px;
    margin: 0 auto;
    height: 60px;
}

.divider_index .back_line {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 4px 0 0 0;
	border: none;
	height: 1px;
	background-color: #ccc;
}

.divider_index .front_line {
	position: absolute;
	width: 20%;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	margin: 0;
	border: none;
	height: 5px;
	background-color: #00A52C;
}
