@charset "utf-8";
/* CSS Document */


.wrapper {
	width:1100px;
	margin:0 auto;
}
.main_desplay {
	display:table;
	margin:0 auto;
	padding:0px;
}
.main_desplay li {
	display:table-cell;
	vertical-align:middle;
	padding:30px;
}
.main_desplay li:first-child {
	text-align:right;
}
.main_desplay li:nth-child(2) {
text-align:left;
}
.main_desplay h1 {
	font-size:60px;
	font-weight:400;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.main_desplay p {
	font-size:30px;
	font-weight:300;
	color:#666666;
	margin:0px;
	padding:0px;
}
.content01 {
	padding:30px;
}
.content01 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.content01 ul li {
	float:left;
	width:200px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	padding:29px;
}
.content01 ul li:last-child {
	margin-top:-15px;
}
.footer {
	padding:20px;
	text-align:left;
	color:#333333;
	font-size:20px;
}
@media only screen and (max-width:500px){
	.footer {
		padding:20px;
		padding-left:0px;
		text-align:left;
		color:#333333;
		font-size:12px;
	}

}
.some_text {
	width:800px;
	margin:0 auto;
	font-size:24px;
	text-align:center;
	font-weight:400;
}

/*****************************************************news slider******************************************************/
.androvice {
	position:relative;
	width:265px;
	height:432px;
	margin:0 auto;
}
.slide_holder {
	padding-left:20px;
	position:absolute;
	margin-top:69px;
}
/*news slider*/
.swiper-container {
	height:100% ;
	width:55%;

	color: #fff;
	text-align: center !important;
	background-repeat:no-repeat;
	background-position:bottom;
}

.swiper-slide .title {
	font-size: 45px;
	margin-top: 420px;
	margin-bottom: 0;
	line-height: 55px;
	text-transform:uppercase;
	text-align:center;
}
.pagination {
	display:none;
	position: absolute;
	z-index: 20;
	right: 93px;
	margin-left:-12px;
	bottom:7px;
	width:100px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	padding:2px;
	border-radius: 8px;
	background:#FFCA4D;
	margin-right: 8px;
	border:none;
	cursor: pointer;
}
.swiper-visible-switch {
	background: #aaa;

}
.swiper-active-switch {

	background: #ffffff;
}

 @media all and (min-width:250px) and (max-width:1024px){
	 .wrapper{ width:100%;}
	 .some_text{ width:100%;}
	 .main_desplay li:first-child{ padding-left:50px;}
	 .main_desplay li{ clear:both; display:block; text-align:center !important;}
	 .content01 ul{ margin:0px; padding:0px; width:auto}
	 .content01 ul li{ float:none; width:auto;}
	 }