/*.banners img{
	position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    height: 100%;
}*/
.banners img{
	max-width:100% !important;
}

.sec-title img{
	margin: 0 auto;
	display:block;
}
/*
.banners.owl-carousel .owl-item {
    float: left;
    height: 550px;
    overflow:hidden;
}
*/
.products-section{
	background-color:#fff;
}

.products-section a{
    display: block;
    height: 100%;
    position:relative;
    overflow:hidden;
}
.products-section a i{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    transition: transform 0.6s ease-out;
}
.products-section a:hover i{
	transform: scale(1.2);
}
.products-section a span{
	display:block;
	position:absolute;
	bottom:15px;
	left:15px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	-webkit-text-shadow:1px 1px 2px #666;
           -moz-text-shadow:1px 1px 2px #666;
               -o-text-shadow:1px 1px 2px #666;
                    text-shadow:1px 1px 2px #666;
}

.products-section .pro-list{
	height:500px;
}
.products-section .col-md-4,
.products-section .col-md-3,
.products-section .col-md-5{
	height:100%;
	padding-left: 6px;
    padding-right: 6px;
}
.products-section a.thumb-02,
.products-section a.thumb-03{
	height:calc(50% - 6px);
	overflow:hidden;
	display:block;
}
.products-section a.thumb-02{
	margin-bottom:12px;
}
.products-section a.thumb-04{
	height:100%;
	display:block;
}










.tool-list img{
	max-width:100% !important;
}
.tool-list > div a{
	display:block;
}
.tool-list > div:hover a{
	box-shadow: 1px 1px 5px #0a5e40;
}
.tool-list > div.col-md-4{
	padding-left:6px;
	padding-right:6px;
}




.video-list{
	height:450px;
}
.video-list .col-md-6,
.video-list .col-md-3{
	padding-left:6px;
	padding-right:6px;
	height:100%;
}
.video-list .v-item{
	height:100%;
}
.video-list .v-item a{
	display:block;
	margin: 0 auto;
}
.video-list .v-item img{
	max-width:100%;
}
.video-list .v-item .v-thumb{
	height:100%;
	position:relative;
}
.video-list a.v-text{
	line-height: 2;
    background:url('../images/vbg.png');
    font-size: 16px;
    color: #fff;
    padding: 8px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position:absolute;
    bottom:0;
    width:100%;
    text-align:left;
    display:none;
}
.video-list .v-text:before{
	content:' ';
	width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
    font-size: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.video-list .v-item.vv{
	height: calc(50% - 6px);
}
.video-list .v-item.vv .v-thumb{
	position:relative;
	display:block;
	height:100%;
}
.video-list .v-item .v-thumb div,
.video-list .v-item.vv .v-thumb i{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}

/*
.video-list .v-item .v-thumb:hover div:after,
.video-list .v-item.vv .v-thumb:hover i:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url("../images/bbg.png");
}
.video-list .v-item .v-thumb:hover div:before,
.video-list .v-item.vv .v-thumb:hover i:before{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99;
	background:url("../images/play_icon.png") no-repeat center center / 40% auto;
}
*/




/*
* Thumbnails
*/
.thumbnail-classic {
	position: relative;
	text-align: center;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.thumbnail-classic {
		max-width: none;
	}
}

.thumbnail-classic-caption {
	padding: 15px;
	background: #f9faf9;
}

.thumbnail-classic-title {
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

.thumbnail-classic-title a{
	font-size:16px;
	color:#fff;	
}

@media (min-width: 992px) {
	.thumbnail-classic-title {
		color: #ffffff;
	}
}

.thumbnail-classic-button {
	display: block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	width: 70px;
}

.thumbnail-classic-button .button {
	text-align: center;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	border-radius: 50%;
}


.thumbnail-classic-button + .thumbnail-classic-button {
	margin-left: 16px;
}

* + .thumbnail-classic-button-wrap {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic {
		overflow: hidden;
	}
	.desktop .thumbnail-classic-caption {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: transparent;
		pointer-events: none;
		z-index: 1;
	}
	.desktop .thumbnail-classic-caption::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		transform: scale(0.8);
		transition: all .3s ease;
		opacity: 0;
		z-index: -1;
	}
	.desktop .thumbnail-classic-caption > div {
		pointer-events: auto;
	}
	.desktop .thumbnail-classic-title {
		transform: translate3d(0, -30px, 0);
		transition: all .4s ease;
		opacity: 0;
	}
	.desktop .thumbnail-classic-tag,
	.desktop .thumbnail-classic-price {
		transform: translate3d(0, 30px, 0);
		transition: all .4s ease;
		opacity: 0;
	}
	.desktop .thumbnail-classic-button {
		transition: all .4s ease;
		opacity: 0;
	}
	.desktop .thumbnail-classic-button:nth-child(1) {
		transform: translate3d(0px, 40px, 0);
	}
	.desktop .thumbnail-classic-button:nth-child(2) {
		transform: translate3d(0px, 40px, 0);
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-caption::before,
	.desktop .thumbnail-classic:hover .thumbnail-classic-tag,
	.desktop .thumbnail-classic:hover .thumbnail-classic-price,
	.desktop .thumbnail-classic:hover .thumbnail-classic-title,
	.desktop .thumbnail-classic:hover .thumbnail-classic-button {
		transform: none;
		opacity: 1;
	}
	.desktop * + .thumbnail-classic-button-wrap {
		margin-top: 20px;
	}
	.desktop * + .vv .thumbnail-classic-button-wrap {
		margin-top: 10px;
	}
}


.vv.vh .thumbnail-classic-button{
	width:70px;
}



.video-list .v-item.vv.vh .v-thumb:hover i:before{
	background-size: auto 50%;
}
.video-list .v-item.vv .col-md-6{
	height:100%;
	padding-left:0;
	padding-right:12px;
}
.video-list .v-item.vv .col-md-6:last-child{
	padding-right:0;
}
.desktop.video-list .v-item.vv .thumbnail-classic:first-child .thumbnail-classic-caption{
	right:12px;
}
.video-list .col-md-6.col-xs-6.thumbnail-classic:first-child .v-text{
	width:calc(100% - 12px);
}
.video-list .v-typename{
	position: absolute;
    top: 0;
    left: 20px;
    background-color: red;
    color: #fff;
    padding: 8px 18px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
}


.video-list .v-typename.vt1{
	background-color:#009b4c;
}
.video-list .v-typename.vt2{
	background-color:#97c62d;
}
.video-list .v-typename.vt3{
	background-color:#62c3d0;
}
.video-list .v-typename.vt4{
	background-color:#008fd7;
}
.video-list .v-typename.vt5{
	background-color:#e62129;
}




.news-list li.col-md-3{
	padding-left:6px;
	padding-right:6px;
}
.news-list img{
	max-width:100%;
	transform: none;
	will-change: transform;
	transition: all .2s ease;
}
.news-list a > div,
.news-list a{
	display:block;
	overflow:hidden;
}
.news-list a p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size:14px;
	margin-top:15px;
	color:#333;
	margin-bottom:2px;
}
.news-list a span{
	color:#aaa;
	font-size:12px;
}
.news-list a:focus,
.news-list a:actived{
	text-decoration:none;
}
.news-list a:hover p{
	color:#0a5e40;
}
.news-list a:hover img {
	transform: scale(1.05);
}












.alli-wrap{
	background:url('../images/alibg.jpg') no-repeat top center / 1400px auto;
	min-height:348px;
	display:flex;
	align-items:center;
}
a.alli-wrap:focus,
a.alli-wrap:actived,
a.alli-wrap:hover{
	text-decoration:none;
}
.alli-wrap ul li{
	display:block;
	margin:15px 0;
	color:#fff;
}
.alli-wrap ul li span{
	float:left;
	background-color:#327eae;
	color:#fff;
	text-align:center;
	padding:8px 15px;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-right:20px;
	width:130px;
}
.alliance-list img{
	max-width:100% !important;
}
.alliance-list div.col-md-4{
	padding-left:6px;
	padding-right:6px;
}

.alliance-list p{
	text-align:center;
	color:#333;
	font-size:16px;
	margin-top:10px;
	margin-bottom:15px;
}
























@media only screen and (max-width: 1440px) {
	.ht-box{
	    font-size: 14px;
	    height: 150px;
	    margin-left: -260px;
	    margin-top: -110px;
	    width: 470px;
	}
	.ht-info{
		padding:0 0 0 0;
	}
	.room-info .huanjingpng{
		height:40px;
	}
	.room-info ul li a{
		font-size:16px;
	}
	.shanshi-info .mealpng,
	.koubei-info .casepng,
	.about-section .about-box .aboutpng,
	.ht-box img{
		height:30px;
	}
	.koubei-info,
	.shanshi-info{
		margin-top:-36px;
	}
	.hover-info{
		padding:0 50px;
	}
	.hover-info .btn.btn-success{
		padding:5px 30px;
		font-size:12px;
	}
	.hover-info h3{
		font-size:14px;
	}
}
@media only screen and (max-width: 1200px) {
	
	.footer .hidden-xs{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.banners-wap,
	.banners{
		margin-top:0px;
	}
	.banners.owl-carousel .owl-item {
	    height: auto;
	}
	.ht-info{
		display:inline-block;
	}
	.ht-box{
		top:0;
		left:0;
		width:100%;
		margin:0;
		text-align:center;
		padding:20px 20px 0 20px;
	}
	.about-section .about-box .aboutpng,
	.ht-box img{
		height:30px;
	}
	.ht-box h3{
		font-size:20px;
		margin:15px 0 15px;
	}
	.ht-box{
		font-size:13px;
		position: relative;
		height: auto;
		padding-bottom: 20px;
	}
	.ht-box .btn-success{
		padding-left:40px;
		padding-right:40px;
		margin-top:15px;
	}
	.service-list{
		padding:0;
	}
	.service-list li{
		width:33.33%;
		border:1px solid #fff;
	}
	.service-list li img{
		max-width:100%;
	}
	.service-list li a i{
		font-size:14px;
	}
	.sec-title{
		height:40px;
		overflow:hidden;
		position:relative;
	}
	.sec-title img{
		position:absolute;
		left:50%;
		transform: translate(-50%,0);
		height:100%;
	}
	
	
	.newsb-section h3 a{
		font-size:24px;
	}
	
	.about-section > .container-fluid{
		background-image:url('../images/wapbg.jpg');
		min-height:400px;
	}
	
	.newsb-section .news-list li a {
	    color: #000;
	    max-width: 70%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    display: inline-block;
	    font-size:14px;
	}
	.newsb-section .news-list li span{
		font-size:12px;
	}
	.about-section .about-box .btn-success{
		float:none;
	}
	.room-info{
		height:inherit;
	}
	.room-info .ro-text{
		margin-top:35px;
	}
	.room-info .huanjingpng{
		max-width:100%;
		height:auto;
	}
	.news-section .col-md-9{
		width:100%;
		box-sizing: border-box;
	
	}
	.service-list li .avatar{
		width: 37.5px;
		height: 32.5px;
		background-size:auto 65px;
	}
	.service-list li:hover .avatar{
		background-position: 0 32.5px;
	}
	.ap-list li{
		width:24%;
	}
	.other-section .ot-title h3{
		margin-bottom:0px;
		margin-top:40px;
	}
	.hover-info{
		padding:0 10px;
		font-size:12px;
	}
	.hover-info .line{
		margin:10px auto;
	}
	.hover-info p,
	.hover-info h3{
		font-size:14px;
	}
	.hover-info p{
		margin-bottom:5px;
	}
	
	
	
	.products-section .col-md-4, 
	.products-section .col-md-3{
		height:calc(25% - 12px);
		margin-bottom:12px;
		padding-left:0;
		padding-right:0;
	}
	.products-section .mb-fix{
		height:calc(50% - 12px);
		margin-bottom:12px;
		padding-left:0;
		padding-right:0;
	}
	.products-section a.thumb-02{
		margin-bottom:12px;
	}
	.products-section a.thumb-02, .products-section a.thumb-03{
		height:calc(50% - 6px);
	}
	
	 .products-section a{
	 	height:auto;
	 }
	 .products-section a img{
	 	max-width:100%;
	 }
	 .products-section .pro-list.visible-xs{
	 	height:auto;
	 }
	.products-section .pro-list > div.col-xs-6{
		padding-left:6px;
		padding-right:6px;
		margin-bottom:12px;
	}
	.products-section a span{
		font-size:14px;
		bottom:10px;
	}
	
	
	
	.video-list{
		height:630px;
	}
	.video-list .col-md-3{
		height:calc(30% - 6px);
		margin-bottom: 12px;
	}
	.video-list .col-md-3.col-xs-12{
		height:calc(65% - 6px);
	}
	.thumbnail-classic{
		max-width:none;
	}
	.thumbnail-classic-caption{
		display:none;
	}
	.video-list .v-text{
		padding:0px 8px;
		font-size:14px;
		line-height:34px;
	}
	.video-list .v-item.vv .v-thumb,
	.video-list .v-item .v-thumb{
		height: 100%;
	}
	.video-list .v-text:before{
		display:none;
	}
	.video-list .v-item.vv .col-md-6{
		padding-right:6px;
	}
	.video-list .v-item.vv .col-md-6:last-child{
		padding-right:0;
		padding-left:6px;
	}
	.video-list .col-md-6{
		height:calc(70% - 6px);
	}
	.video-list .col-md-6.col-xs-6.thumbnail-classic:last-child  .v-text,
	.video-list .col-md-6.col-xs-6.thumbnail-classic:first-child  .v-text{
		width:calc(100% - 6px);
	}
	.video-list .v-item.vv {
	    height: calc(50% - 6px);
	}
	
	.news-list .col-xs-6{
		margin-bottom:15px;
	}
	.news-list .col-xs-6:nth-child(odd){
		padding-left:0;
		padding-right:7.5px;
	}
	.news-list .col-xs-6:nth-child(even){
		padding-right:0;
		padding-left:7.5px;
	}
	
	
	
	.alli-wrap{
		background-size: auto 100%;
		background-position: 45% 0;
		min-height:430px;
	}
	.alli-wrap ul li span{
		font-size:16px;
		width:110px;
		padding:20px 15px;
		margin-right: 12px;
	}
	
	
	
	.tool-list img{
		margin: 0 auto 12px;
    	display: block;
	}
	
	
}