

/*´óÆÁ*/
@media (min-width: 768px) {
    
	.container-fluid {
	margin: 0 auto;
	max-width: 1488px;
	clear:both;
	}
	.w-100 {
	  width: 100%;
	  max-width: 100%;
	}

	.carousel {
	  position: relative;
	}

	.carousel-inner > .item {
	  position: relative;
	  display: none;
	  -webkit-transition: .6s ease-in-out left;
		   -o-transition: .6s ease-in-out left;
			  transition: .6s ease-in-out left;
	}

	.carousel .message {
    padding: 0;
	}
	.carousel-caption {
    color: #000;
    text-shadow: none;
    font-weight: 300;
	}
	.carousel-control.left, .carousel-control.right {
		background-image: none;
	}

	.back-transparent {
		background-color: rgba(255, 255, 255, 0.7);
	}
	.carousel-control {
		text-shadow: none;
		color: #333;
		width: 7%;
	}
	#carousel-home i {
		font-size: 50px;
		margin-top: 220px;
	}
	.carousel-control:focus,
	.carousel-control:hover {
		color: #333;
	}
	.bgcover {
	  background-size: cover;
	  background-position: center;
	  display: table;
	  width: 100%;
	}
	#carousel-home i {
		font-size: 50px;
		margin-top: 220px;
	}
	.carousel-control:focus,
	.carousel-control:hover {
		color: #333;
	}
	.hcol-slider-home {
	  height: 511px;
	}
	.message {
	  color: #000;
	  display: table-cell;
	  text-align: center;
	  vertical-align: middle;
	  padding: 0 20px;
	  opacity:0.8;
	}
	.message p {
		font-size: 30px;
		text-align: center;
		padding: 20px 40px;
	}
	.message h2 {
		font-size: 48px;
		padding: 14px 45px 18px;
		cursor: default;
		font-family:"microsoft yahei",simhei,Tahoma, Arial,Helvetica;
	}
	.carousel .message {
		padding: 0;
	}

	.htitle{color:#000;width:70%;height:120px;line-height:120px;font-size:32px;margin:auto;text-align:center;}
	.htext{width:70%;height:auto;overflow:hidden;line-height:30px;font-size:14px;margin:16px auto;}
	.himg{width:70%;height:auto;overflow:hidden;margin:16px auto;}
	.himg img{width:100%;}

	.news{width:80%;height:auto;overflow:hidden;margin:16px auto;}
	.news ul li{width:30%;float:left;height:auto;overflow:hidden;margin-right:3%;color:#777;}
	.news ul li ul li{width:100%;height:auto;overflow:hidden;line-height:25px;float:none;border:none;}

	.news ul li ul li img{width:100%;}

}




/*Ð¡ÆÁ768ÒÔÏÂ*/
@media (max-width: 767px) {
	
  .container-fluid {
	margin: 0 auto;
	max-width: 767px;
	}
	.w-100 {
	  width: 100%;
	  max-width: 100%;
	}

	.carousel .message {
    padding: 0;
	}
	.carousel-caption {
    color: #000;
    text-shadow: none;
    font-weight: 100;
	}
	.carousel-control.left, .carousel-control.right {
		background-image: none;
	}

	.back-transparent {
		background-color: rgba(255, 255, 255, 0.7);
	}
	.carousel-control {
		text-shadow: none;
		color: #333;
		width: 4%;
	}
	#carousel-home i {
		font-size: 30px;
		margin-top: 80px;
	}
	.carousel-control:focus,
	.carousel-control:hover {
		color: #333;
	}
	.bgcover {
	  background-size: cover;
	  background-position: center;
	  display: table;
	  width: 100%;
	}
	#carousel-home i {
		font-size: 30px;
		margin-top: 110px;
	}
	.carousel-control:focus,
	.carousel-control:hover {
		color: #333;
	}
	.hcol-slider-home {
	  height: 260px;
	}
	.message {
	  color: #000;
	  display: table-cell;
	  text-align: center;
	  vertical-align: middle;
	  padding: 0 20px;
	  opacity:0.6;
	}
	.message p {
		font-size: 16px;
		text-align: center;
		padding: 20px 40px;
	}
	.message h2 {
		font-size: 24px;
		padding: 14px 45px 18px;
		cursor: default;
	}
	.carousel .message {
		padding: 0;
	}

	.htitle{color:#000;width:100%;height:120px;line-height:120px;font-size:32px;margin:auto;text-align:center;}
	.htext{width:95%;height:auto;overflow:hidden;line-height:30px;font-size:16px;margin:16px auto;}
	.himg{width:95%;height:auto;overflow:hidden;margin:16px auto;}
	.himg img{width:100%;}

	.news{width:95%;height:auto;overflow:hidden;margin:16px auto;}
	.news ul li{width:100%;clear:both;height:auto;overflow:hidden;margin-bottom:50px;}
	.news ul li ul li{width:100%;line-height:25px;float:none;border:none;margin-bottom:0px;}
	.news ul li ul li img{width:100%;}
}