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

/* head css */

.float-head{
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    top: 0;
    display: block;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
}

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

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

.head .head-nav{
	width: 82%;
	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: 330px;
	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: none;
}

.m-top-menu{
    display: none;
}



/* head end */

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

/* contain css */
.contain-wrapper{
	width: 1200px;
	margin: 0 auto;
}

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

.contain-box{
	margin-top: 70px;
	padding-bottom: 20px;
	width:100%;
	/* margin-bottom: 100px; */
}

.contain-box .box-title h3{
	text-align: center;
	font-size: 30px;
	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: 25px;
}

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

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

.about-box  .left{
	width: 50%;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 10px;
}

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

.about-box .right{
	width: 50%;
	padding-left: 10px;
}

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

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


/* video css */

.video-box{
	width: 1200px;
	height: auto;
	margin-top: 50px;
}


.video-box video{
	width: 1200px;
}

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

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

.footer .foot-contain{
	width:1200px;
	height: 300px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	position: relative;
	margin-top: 40px;
}


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

.footer .foot-contain .ewm img{
	background-color: #ccc;
	width: 100%;
	height: 150px;
}

.footer .foot-contain h3{
	font-size: 16px;
	margin-bottom: 10px;
}

.footer .foot-contain .contact{
	width: 30%;
}

.footer .foot-contain .contact .title{
	display:flex;
	height: 50px;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 35px;
}

.footer .foot-contain .contact .title h3{
	font-size: 22px;
	line-height: 20px;
	padding-left: 10px;
}


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


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

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


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


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


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

.footer .foot-contain .foot-nav>ul>li>ul{
	flex-wrap:wrap;
	margin-top: 15px;
	padding: 0px 14px;
}
.footer .foot-contain .foot-nav>ul>li>ul>a{
	width: 100%;
	color: #ccc;
	margin:5px 0;
	border-bottom: #5b5b5b 1px solid;
	line-height: 20px;
}

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

.footer .copyright{
	height:60px;
	background-color: #292c32;
	text-align: center;
	line-height: 60px;
	color: #ccc;
}

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

.m-foot-nav{
    display: none;
}

/* footer end */

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

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



.nybanner .text-box{
	position: absolute;
	margin: 0 auto;
	left: 26%;
	top: 25%;
	width: 48%;
	height: 40%;
	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: 35%;
	/* bottom: 0; */
	left: 15%;
	background: #ffffffa8;
	/* min-width: 290px; */
	height: auto;
	width: auto;
	/* min-height: 300px; */
	/* padding: 30px; */
	font-size: 33px;
	color: #000;
	font-weight: bold;
}

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

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

/*ny banner end*/

.ny-contain{
	width: 1200px;
	margin: 30px auto;
	padding-top: 0px;
	height: auto;
}

.ny-contain p{font-size: 16px;line-height: 26px;}

.ny-contain h1{
	font-size: 36px;
	text-align:center;
	line-height: 90px;
	margin-bottom: 10px;
}

.ny-contain strong{
	font-size: 18px;

}



.ny-contain .main-text{
	width: 1200px;
	margin: 0 auto;
}


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

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

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

.ny-contain .article-box .contact{
    width: 1000px;
    height: 370px;
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
    padding: 30px  70px 0px 80px;
}

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

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


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

.ny-contain .article-box .contact .right h3{font-size: 18px;line-height: 50px;text-align: center;}

.ny-contain .article-box .contact .right img{width: 100%;height: auto;}


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





.ny-contain .article-box .article-show  .show-box{
	width: 31.25%;
	height: auto;
	display: flex;
	flex-direction: column;
	text-align: left;
	box-shadow: 0 0 10px #ccc;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 40px;
	display: flex;
	margin-right: 25px;
	/* padding-bottom: 20px; */
	/* justify-content: center; */
	/* align-content: center; */
	align-items: center;
}
.ny-contain .article-box .article-show  .show-box img{
	width:100%;
	height: auto;
}
.ny-contain .article-box .article-show  .show-box h2{
	font-size: 25px;
	font-weight: 600;
	margin: 10px;
	padding: 0 10px;
}
.ny-contain .article-box .article-show  .show-box p{
	font-size: 14px;
	/* padding: 0 20px; */
	text-align: center;
	width: 100%;
	padding-left: 10px;
}


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


.ny-contain .article-box2 .article-show2{
	margin-top: 50px;
	display: flex;
	width: 1200px;
	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: 50%;
	height: auto;
	text-align: left;
	overflow: hidden;
	margin: 10px;
	float: left;
}

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


.ny-contain .article-box2 .article-show2  .show-box:nth-child(even) .pic{
	width: 50%;
	height: auto;
	text-align: left;
	overflow: hidden;
	margin: 10px;
	float: right;
}

.ny-contain .article-box2 .article-show2  .show-box:nth-child(even) .text{
	width: 44%;
	height: auto;
	text-align: left;
	overflow: hidden;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 420px;
}




.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; */
}




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

/* 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 */