/*轮播图*/

#header .menu ul li.default a{
    color: #0097be;
   border-top:3px solid #0097be;
   height: 62px;
   line-height: 62px;
}
#banner{
  margin-top: 110px;
}
#banner .item{
}

#banner .item .item-img{
  width: 100%;
  text-align: center;
}
#banner .item .item-img img{
  margin: 0 auto;
}
#banner .carousel-indicators LI{
  background: #fff;
}
/*小程序
.userHealth{
  width:15%;
   position: relative;
  bottom:120px;
  left:70%
}*/
.userHealth{
  width:15%;
   position: relative;
  bottom:160px;
  left:75%
}
.weHealth{
  width:15%;
   position: relative;
  bottom:90px;
  left:60%
}
@media screen and (max-width: 1440px) {
 .userHealth{
    width:10%;
     position: relative;
    bottom:160px;
    left:80%
  }
 .weHealth{
    width:10%;
     position: relative;
    bottom:90px;
    left:70%
  }
}
@media screen and (min-width: 1290px) and (max-width: 1400px) {
 .userHealth{
    width:10%;
     position: relative;
    bottom:160px;
  font-size:14px;
    left:85%
  }
 .weHealth{
    width:10%;
     position: relative;
    bottom:90px;
font-size:14px;
    left:75%
  }
}
@media screen and (max-width: 1290px) {
 .userHealth{
    width:10%;
     position: relative;
    bottom:160px;
font-size:14px;
    left:85%
  }
 .weHealth{
    width:10%;
     position: relative;
    bottom:90px;
font-size:14px;
    left:75%
  }
}
@media screen and (max-width: 768px) {
 .userHealth {
         display:none;
           position: relative;
           left:65%;
          bottom:15px;
          font-size:8px;
          padding:3px 0;
     }
 .weHealth{
   display:none;
     position: relative;
 font-size:8px;
    bottom:15px;
    left:40%;
padding:3px 0;
  }
}
/*主页新闻栏*/

#news .tile{
	/*background-color:#BCFABC;*/
	background-color:#fafafa;
	/*box-shadow: 10px 10px 5px #888888;*/
	border:4px;
	border-radius: 5px;
	padding: 14px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	height:345px;
}
#news .content h1{
	text-align: center;
	font-size: 30px;
	margin:50px 0 30px 0;
}
#news .tile img{
	height:123px;
	width:200px; 
	padding-top:10px;
	margin:0 auto;
}
#news .tile p{
	text-align: left;
	text-indent: 20px;
	font-size:14px;
	margin:5px 0;
}
#news .more{
	margin-bottom: 20px;
	color:#000;
	height:50px;
}

#news  a.more{
	color:#fff;
	width: 120px;
	margin: 20px auto 20px auto;
	display: block;
	background: #5CB85C;
	border-radius: 5px;
	/*text-align: center;*/
	font-size: 14px;
	height:38px;
}
#news  a.more:hover{
	font-size: 16px;
	/*color:blue;*/
}


#rollBox {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    width: 980px;
    margin: 0px auto -30px auto;
}
#rollBox .pic{
	display: inline-block;
	 height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 19%;	
}
#rollBox img {
	 background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    width:100px;
}

 @media screen and (min-width: 768px){
                #news .news_contents{
                      width:25%; 
                } 
           };
 @media screen and (max-width: 768px){
                #news .news_contents{
                     width:100%;
                } 
     
};
             
@media screen and (max-width: 768px) {
  #news .content{
    max-width:1200px;
    margin: 30px auto;  
  }
  #news h1{
    text-align: center;
    color: #606060;
    font-size: 20px;
    padding-bottom: 20px;
  }
  #news .news-list{
    height: auto;
    background: none;
  } 
  #news .news-list ul li{
    margin: 20px 3%;
    width: 94%;
  }
  #news .news-list ul li h2{
  color: #0097be;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

  #news .news-list ul li p{
    color: #606060;
    font-size: 14px;
    line-height: 20px;
  }
  #rollBox {
  	display:none;
  }

} 























