/* public */
.img{
	background: #ccc;
}
.img img{
	width:100%;
	height:100%
}

.swiper-container{
    padding-top:60px!important ;

}
/* head css */

.float-head{
    width: 100%;
    position: fixed;
    z-index: 999;
    background:#fff;
    top: 0;
}

.head{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height:90px;
	align-items: center;
	display: none;
}

.head .head-logo{
	width: 150px;
	height: auto;
}

.head .head-nav{
	width: 75%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.head .head-nav>ul{
	height: 100%;
	width: 87%;
	display: flex;
	justify-content: space-around;
	margin-right: 20px;
}

.head .head-nav>ul li{
	width: 20%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	position: relative;
	flex-direction: row;
	align-items: center;
}
.head .head-nav>ul li img{
	width:10%;
}


.head .head-nav>ul li span{
	margin-left: 10px;
	font-weight: 600;
	color: #5e5e5e;
}

.head .head-nav>ul li img:nth-child(2){
	display: none;
}

.head .head-nav>ul li ul{
	width: 100%;
	display: none;
	color:#fff;
	position: absolute;
	height: auto;
	top:90px;
	flex-direction: column;
	background: inherit;
	transition: unset;
	z-index: 999;
}

.head .head-nav>ul li ul li{
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	letter-spacing: 1px;
	color: #fff0;
	display: none;
}

.head .head-nav>ul li ul li:hover{
	background:#585858
}

.head .head-nav>ul li:hover ul li{
	color:#fff;
	display: block;
}

.head .head-nav>ul li:hover img:nth-child(2){
	display: block;
}
.head .head-nav>ul li:hover img:nth-child(1){
	display: none;
}

.head .head-nav>ul li:hover span{
	color:#fff;
}

.head .head-nav>ul>li:nth-child(1):hover{
	background-color: #ccc;
}
.head .head-nav>ul>li:nth-child(2):hover{
	background-color: #4e7dcb;
}
.head .head-nav>ul>li:nth-child(3):hover{
	background-color: #fb7b91;
}
.head .head-nav>ul>li:nth-child(4):hover{
	background-color: #df5050;
}
.head .head-nav>ul>li:nth-child(5):hover{
	background-color: #c5b138;
}
.head .head-nav>ul>li:nth-child(6):hover{
	background-color: mediumpurple;
}
.langchange a{
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.langchange a img{
	width:25px;
	margin-right: 5px;
}

.m-head{
    display: flex;
    position:fixed;
    height:60px;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
    width: 100%;
    padding:10px 20px;
    justify-content: space-between;
    align-items: center;
    z-index:999;
    top: 0;
}

.m-head .m-logo{
	width: 100px;
	height: 100%;
	background:#ccc;
}

.m-head .m-logo img{
	width:100%;
}


.m-head .list-button{
	width:30px;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.m-head .list-button .line{
	width:100%;
	height:2px;
	background: #000000;
	margin: 3px 0;
}
.m-top-menu{
	position:fixed;
	background:#20232a6b;
	height:100%;
	width:100%;
	padding-top:60px;
	left:0;
	top:0;
	z-index:999;
	display: none;
}
.m-top-menu .left{
	position:absolute;
	top:0;
	height: 100%;
	width:60%;
	left:0;
}

.m-top-menu>ul{
	width:40%;
	height:100%;
	background:#20232a;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	position: absolute;
	right: -40%;
}
.m-top-menu>ul a{
	color: #fff;
}

.m-top-menu>ul>li{
	width:100%;
	height: auto;
	margin: 10px;
}


.m-top-menu>ul>li>ul{
	display:none;
}

.m-top-menu>ul>li:hover ul{
	display: block;
}

.m-top-menu>ul>li>ul{
	margin-top:15px;
	margin-bottom: 30px;
}
.m-top-menu>ul>li>ul>a{
	display:block;
	color: #858585;
}

.m-top-menu>ul>li>ul>a>li{
	margin: 15px 0;
}

/* head end */

/* banner css */
	.banner-box{
		width: 100%;
		height: 300px;
		overflow: hidden;
		padding-top: 60px;
	}
/* banner css end */

/* contain css */
.contain-wrapper{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.contain-wrapper .main-text img{
	width:100%;
}

.contain-box{
	padding: 20px 10px 20px 10px;
	width:100%;
}

.contain-box .box-title h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #4e4646;
	margin-bottom: 25px;
}


.contain-box .box-title p{
	font-size: 18px;
}

.contain-box .line{
	width: 950px;
	margin: 0 auto;
	margin-top: 70px;
	height: 2px;
	border-radius: 1px;
	background-color: #999999;
}

.contain-box .main-content{
	margin-top: 70px;
	width: 100%;
	display: flex;
}

.contain-box .pagin-box{
	width: 130px;
	height: 600px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 5px 40px #707070;
}
.contain-box .pagin-box .swiper-slide{
	color:#666;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition-property: background;
	position: relative;
}

.contain-box .pagin-box .swiper-slide.swiper-slide-thumb-active{
	background: #444444;
	color: #ffffff;
}


.contain-box .pic-show{
	width: 1070px;
	height: 800px;
	padding: 2px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 5px 0px 35px #727272;
}

.contain-box .pic-show .swiper-slide .img{
	width: 100%;
	height: 100%;
}

.contain-box .pic-show .swiper-slide .more{
	position: absolute;
	top: 100px;
	right: 50px;
	
}

.contain-box .pic-show .swiper-slide .more .title{
		font-size: 60px;
		color: #fff;
}


.contain-box .pic-show .swiper-slide .more a{
	display: block;
	width: 120px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background-color: #2372a5;
	margin-top: 10px;
}

.contain-box .swiper-pagination{
	bottom: 30px !important;;
}

.contain-box .swiper-pagination span{
	width: 12px;
	height: 12px;
	border-radius: unset;
	opacity: 0.5;
	background-color: #ccc;
}

.contain-box .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
	opacity: 0.8;
}



/* about us */
.about-box{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.about-box .box-title span{
	font-size: 15px;
}

.about-box .box-title{
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}

.about-box.contain-box .box-title h3{
	margin-bottom: 0;
}

.about-box  .left{
	width: 100%;
	min-height: 200px;
	padding: 0 14px;
	text-align: center;
}

.about-box  .left p{
	font-size: 13px;
	line-height: 30px;
}

.about-box .right{
	width: 100%;
}

.about-box .right .img{
	width: 100%;
}

.about-box .right .img img{
	width:100%;
	height: auto;
}
/* about us end */


/* video css */

.video-box{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0 10px;
}


.video-box video{
	width: 100%;
}

/* video css end*/
/* footer */

.footer{
	width: 100%;
	background-color: #20232a;
	color: #fff;
}

.footer .foot-contain{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	position: relative;
	/* margin-top: 40px; */
}


.footer .foot-contain .ewm{
	width: 29%;
	height: 150px;
	text-align: center;
}

.footer .foot-contain .ewm img{
	background-color: #ccc;
	width: 100px;
	/* height: 120px; */
}

.footer .foot-contain h3{
	font-size: 15px;
	margin-bottom: 5px;
}

.footer .foot-contain .contact{
	width: 62%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
	align-items: flex-start;
	flex-direction: column;
}

.footer .foot-contain .contact .title{
	display:flex;
	height: 50px;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.footer .foot-contain .contact .title h3{
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
	color: #2097F3;
}


.footer .foot-contain .contact .title h3 span{
	font-size: 13px;
	color: #787b80;
}


.footer .foot-contain .contact .title img{
	height: 75%;
	width: auto;
}

.footer .foot-contain .contact p{
	font-size: 14px;
	text-align: left;
}


.footer .foot-contain .foot-nav{
	width: 47%;
	height: auto;
}


.footer .foot-contain .foot-nav ul{
	display: flex;
	width: 100%;
	display: none;
	text-align: center;
}


.footer .foot-contain .foot-nav>ul>li{
	width: 17%;
	
}

.footer .foot-contain .foot-nav>ul>li>ul{
	flex-wrap:wrap;
	margin-top: 15px;
}
.footer .foot-contain .foot-nav>ul>li>ul>a{
	width: 100%;
	color: #ccc;
	margin:5px 0;
}

.footer .foot-contain .foot-logo{
	position: absolute;
	width: 150px;
	height: 60px;
	background-color: #ccc;
	bottom: 20px;
	right: 40px;
	display: none;
}

.footer .copyright{
	font-size: 13px;
	height: 40px;
	background-color: #323439;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	width: 100%;
	padding: 5px;
}

.footer .copyright a{
	color:#ccc;
}

.m-foot-nav{
	height:60px;
	width:100%;
}


.m-foot-nav>div{
	position:fixed;
	bottom:0;
	background:#20232a;
	width:100%;
	height:60px;
	z-index:999;
	display:flex;
	justify-content:space-around;
	align-items: center;
}

.m-foot-nav a{
	width:32%;
	color:#fff;
	font-size:13px;
	display:flex;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	height: 50%;
	justify-content: center;
}

.m-foot-nav a:nth-child(2){
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

.m-foot-nav a svg{
	width: 20%;
	margin-right: 5px;
}




/* footer end */
/*ny banner*/
.nybanner{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}

.nybanner img{
	width: 100%;
	height: auto;
}



.nybanner .text-box{
	position: absolute;
	margin: 0 auto;
	left: 26%;
	top: 25%;
	width: 68%;
	height: auto;
	background: #00000094;
	color: #fff;
	padding: 30px;
	font-size: 40px;
	border-radius: 30px;
	text-align: center;
}


.nybanner.pbl .text-box{
	position: absolute;
	margin: auto auto;
	top: 40%;
	/* bottom: 0; */
	left: 15%;
	background: #ffffffa8;
	width: 70%;
	height: auto;
	/* min-height: 300px; */
	padding: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.nybanner.pbl .text-box h1{font-size: 18px;color: #000;font-weight: bold;padding-bottom: 5px;}

.nybanner.pbl .text-box p{font-size: 14px;color: #000;font-weight: 300;}


/*ny banner end*/

.ny-contain{
	width: 100%;
	margin: 0px auto;
	padding: 30px 10px;
}

.ny-contain img{
	width: 100%;
height: auto;
}

.ny-contain h1{
	font-size: 18px;
	text-align:center;
	line-height: 50px;
	font-weight: 600;
	padding-bottom: 5px;
}

.ny-contain p{
	font-size: 14px !important;!i;!;!;!i;!im;!i;!;
	line-height: 35px;
}

.ny-contain span{
	font-size: 14px !important;!i;!;!;!i;!im;!i;!;
	line-height: 35px;
}


.ny-contain .main-text{
	width: 100%;
	margin: 0 auto;
}

.ny-contain .main-text img{
	width: 100%;
	margin: 0 auto;
}


.ny-contain h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.ny-contain .main-text p{
	line-height: 24px;
	font-size:16px;
}

.ny-contain .main-text p span{
	font-weight: bolder;
}
.ny-contain .article-box{
	text-align: center;
	margin-top: 0px;
	padding: 0px 0;
	/* border-top: 1px #000 solid; */
	/* border-bottom: 1px #000 solid; */
	width: 100%;
}



.ny-contain .article-box .contact{
    width: 100%;
    height: 490px;
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    padding-top: 0px;
}

.ny-contain .article-box .contact .left{
	text-align: left;
	width: 100%;
	float:left;
	padding-top: 20px;
}

.ny-contain .article-box .contact .left p{line-height: 30px;font-size: 16px;}


.ny-contain .article-box .contact .right{
	text-align: left;
	width: 100%;
	float:right;
	/* padding: 20px 0; */
	text-align: center;
}

.ny-contain .article-box .contact .right h3{font-size: 16px !important;!i;!;!;!i;!im;!i;!;line-height: 50px;font-weight: 600;}

.ny-contain .article-box .contact .right img{

	width:150px;
	height: auto;


}







.ny-contain .article-box .article-show{
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}


.ny-contain .article-box .article-show  .show-box{
	width: 48%;
	height: auto;
	display: flex;
	flex-direction: column;
	text-align: left;
	box-shadow: 0 0 10px #ccc;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 0px;
	margin-left: 1%;
}
.ny-contain .article-box .article-show  .show-box img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.ny-contain .article-box .article-show  .show-box h2{
	font-size: 18px;
	font-weight: 600;
	margin: 10px;
	padding: 0 10px;
	text-align: center;
}
.ny-contain .article-box .article-show  .show-box p{
	line-height: 16px;
	font-size: 14px;
	padding: 0 4px;
}



.ny-contain .article-box2{
	text-align: center;
	margin-top: 30px;
	padding-top: 70px;
	/* border-top: 1px #000 solid; */
	/* border-bottom: 1px #000 solid; */
width: 100%;
	margin: 0 auto;
}


.ny-contain .article-box2 .article-show2{
	margin-top: 50px;
	display: flex;
width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ny-contain .article-box2 .article-show2  .show-box{
	width: 100%;
	height: auto;
	flex-direction: column;
	text-align: left;
	box-shadow: 0 0 10px #ccc;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 020px;
}

.ny-contain .article-box2 .article-show2  .show-box .pic{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	margin: 10px;
	float: left;
}

.ny-contain .article-box2 .article-show2  .show-box .text{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: auto;
	flex-direction: column;
}







.ny-contain .article-box2 .article-show2  .show-box img{
	width:100%;
	height: auto;
}
.ny-contain .article-box2 .article-show2  .show-box h2{
	font-size: 20px;
	font-weight: 600;
	line-height: 60px;
	/* margin: 20px; */
	padding: 0 10px;
	text-align: center;
	/* padding-bottom: 30px; */
}
.ny-contain .article-box2 .article-show2  .show-box p{
	font-size: 16px;
	padding: 0 20px;
	line-height: 34px;
	/* padding-top: 36px; */
}



/* yd css */
	
	.yd-box{
		width: 100%;
	}
	
	
	.yd-box .show-box{
		width: 100%;
		margin-top: 80px;
		
	}
	
	.yd-box .show-box .title-group{
		display: flex;
		width:1000px;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
	
	.yd-box .show-box .title-group .line{
		width: 33%;
		height: 1px;
		background-color: #ccc;
	}
	
	.yd-box .show-box .title-group .text-box{
		height: 100px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 15px;
	}
	.yd-box .show-box .title-group .text-box h3{
		font-size: 25px;
		font-weight: 450;
	}
	
	
	.yd-box .show-box .title-group .text-box h2{
		font-size: 20px;
		font-weight: 450;
	}
	
	.yd-box .show-box .big-pic{
		width: 100%;
		background-color: #ccc;
	}
	
	
	.yd-box .show-box .big-pic img{
		width: 100%;
	}
	
	.yd-box .show-box .yd-swiper{
		width: 100%;
		overflow: hidden;
		height: 400px;
	}
	.yd-box .show-box .yd-swiper .swiper-slide{
		width: 50%;
		height: 100%;
	}
	
	.yd-box .show-box .yd-swiper img{
		width:100%;
		height: 100%;
	}
	
	
/* yd css end */

/* ss css */
.ss-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.ss-box .show-box{
	width: 30%;
	padding: 20px 45px;
	height: 475px;
	box-shadow: 0 0 15px #a9a9a93d;
	border-radius: 10px;
}

.ss-box .show-box .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.ss-box .show-box img{
	width: 100%;
	height: 100%;
}

.ss-box .show-box .title{
	width: 90%;
	height: 50px;
	border: 3px #444 solid;
	border-radius: 20px;
	text-align: center;
	line-height: 44px;
	font-size: 25px;
	margin: 0 auto;
	color: #444;
	margin-top: 20px;
	letter-spacing: 5px;
	-webkit-text-stroke: 1px;
}

.ss-box .show-box .text-box{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #00000094;
	max-height: 140px;
	overflow: hidden;
}


/* ss css end*/

/* room css */


.ny-room{
	width: 100%;
	padding-top: 90px;
}

.ny-room .show-box{
	width: 100%;
	margin-top: 50px;
}


.ny-room .show-box .title{
	text-align: center;
	font-size: 30px;
	color: #4e4646;
}

.ny-room .show-box .room-swiper{
	width: 100%;
	margin-top: 30px;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.ny-room .show-box .room-swiper .swiper-pagination{
	bottom:30px!important;
}
.ny-room .show-box .room-swiper .swiper-pagination-bullet{
	border-radius: 0%;
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 0.5;
}
.ny-room .show-box .room-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.ny-room .show-box .room-swiper .swiper-button-next{
	right:20px;
	background-color: #000000;
	width: 35px;
	height: 50px;
	opacity: 0.3;
}

.ny-room .show-box .room-swiper .swiper-button-next:hover{
	opacity: 1;
	background: #0000009c;
}

.ny-room .show-box .room-swiper .swiper-button-prev{
	left:20px;
	background-color: #000000;
	width: 35px;
	height: 50px;
	opacity: 0.3;
}

.ny-room .show-box .room-swiper .swiper-button-prev:hover{
	opacity: 1;
	background: #0000009c;
}


.ny-room .show-box .room-swiper img{
	width: 100%;
	min-height: 100%;
}


/* room css end */