.swiper-container {
	background-color: #222222;
}

.slide01 {
	background: url(/public/assets/index/images/banner01.jpg) no-repeat;
	background-size: 100% auto;
}

.slide02 {
	background: url(/public/assets/index/images/banner02.jpg) no-repeat;
	background-size: 100% auto;
}

.slide-content {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 600px;
}

.banner-u {
	display: flex;
	width: 40%;
	justify-content: space-between;
}

.banner-u li p {
	margin-top: 10px;
}

.slide-content .cn {
	font-size: 56px;
	font-weight: bold;
}

.slide-content .en {
	text-transform: Uppercase;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0 20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(/public/assets/index/images/left.png);
	background-size: 70px;
	left: 80px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(/public/assets/index/images/right.png);
	background-size: 70px;
	right: 80px;
	left: auto;
}

.floor {
	padding: 120px 0;
}

.about-right {
	display: flex;
	flex: 1;
}

.about-right img {
	width: 100%;
	flex: 1;
	box-shadow: 30px -30px 0px #eeeeee;
}

.about-left {
	flex: 1;
	margin-right: 30px;
}

.title {
	font-size: 16px;
	margin-bottom: 50px;
}

.title b {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
}

.text {
	text-indent: 32px;
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 40px;
}

#index-floor {
	background-color: #f6f6f6;
}

.floor-left {
	flex: 1;
	display: flex;
}

.floor-left img {
	width: 100%;
	height: auto;
	flex: 1;
}

.floor-u {
	margin-bottom: 80px;
	justify-content: space-between;
}

.floor-u li img {
	width: 60px;
	height: auto;
}

.floor-u li span {
	font-size: 30px;
	font-weight: bold;
}

.floor-right {
	flex: 1;
	padding-top: 100px;
	padding-left: 100px;
}

.floor-title {
	font-size: 40px;
	font-weight: bold;
	font-style: italic
}

.floor-title-en {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}

.floor-text {
	margin: 30px 0 60px;
	line-height: 2.0;
}

.floor-right-box {
	width: 600px;
}

.list-u {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
	background-color: #ffffff;
	overflow: hidden;
}

.list-u li {
	width: 280px;
	padding: 10px;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
}

.list-u li a {
	cursor: pointer;
	display: block;
}

.list-u li .img-box {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}

.list-u li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.list-u li p {
	text-align: center;
	margin: 20px 0 10px;
}

.floor-ad {
	height: 250px;
	line-height: 250px;
	background-color: #222222;
	color: #ffffff;
	font-size: 60px;
	text-align: center;
}

.floor-ad-text {
	justify-content: center;
}

.news-right-u {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.news-right-u li {
	display: flex;
}

.news-date {
	height: 84px;
	flex: 0 0 84px;
	text-align: center;
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.news-title a {
	font-size: 16px;
	cursor: pointer;
}

.news-title a:hover {
	color: #02B2B5;
}

.news-desc {
	font-size: 14px;
	line-height: 1.6;
}

.text-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-pic-title {
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}

.news-left {
	flex-direction: column;
	padding-right: 100px;
}


@media screen and (max-width:768px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.slide-content {
		height: 200px !important;
	}

	.slide-content .cn {
		font-size: 18px;
	}
	.slide-content .en {
		width: 80%;
		font-size: 12px;
		line-height: 1.5;
		margin: 10px auto;
		text-align: center;
	}
	.banner-u{
		width: 80%;
	}
	.banner-u li{
		text-align: center;
	}
	.banner-u li img{
		width:40px;
	}
	.floor{
		padding: 20px 0 0;
	}
	.about-box{
		flex-direction: column;
		padding: 0 10px;
	}
	.about-left{
		margin-right: 0;
	}
	.title {
	    font-size: 16px;
	    margin-bottom:15px;
		text-align: center;
	}
	.text{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.title b {
	    font-size:24px;
	}
	body .more-bor {
	    display: block;
	    width: 100px;
	    height: 40px;
	    line-height: 40px;
		font-size: 14px;
		margin: 0 auto;
	}
	.about-right{
		margin:10px 0;
	}
	.floor-left img{
		width: 100%;
		height: 100%;
	}
	.about-right img {
		box-shadow:none;
	}
	.desc-box{
		flex-direction: column;
	}
	.floor-right{
		padding:20px 10px;
	}
	.floor-title{
		font-size: 24px;
		text-align: center;
	}
	.floor-right-box{
		width: 100%;
	}
	.floor-title-en{
		font-size: 14px;
		text-align: center;
	}
	.floor-text{
		margin: 15px 0;
		font-size: 12px;
	}
	.floor-u li img{
		width: 40px;
	}
	.floor-u li span{
		font-size: 18px;
	}
	.floor-u{
		width: 90%;
		margin: 0 auto 20px;
	}
	.list-title{
		font-size: 24px;
	}
	.list-title-en {
	    margin-bottom:10px;
	}
	.list-u{
		margin: 20px 0;
		padding: 0 10px;
	}
	.list-u li{
		width: 32%;
	}
	.list-u li p{
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 1.5;
	}
	#index-list{
		margin-bottom: 0;
	}
	.floor-ad{
		height: 80px;
		line-height: 80px;
		font-size: 24px;
		margin-top: 20px;
	}
	.news-box{
		flex-direction: column;
	}
	.news-left{
		padding-right: 0;
		margin-bottom: 10px;
	}
	.news-right-u li{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom:1px dotted #cccccc;
	}
	.news-right-u{
		padding: 10px;
	}	
	

}
