body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
.swiper-container .swiper-container {
	width: 100%;
}
.swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	/*-webkit-box-pack: center;*/
	/*-ms-flex-pack: center;*/
	/*-webkit-justify-content: center;*/
	/*justify-content: center;*/
	/*-webkit-box-align: center;*/
	/*-ms-flex-align: center;*/
	/*-webkit-align-items: center;*/
	/*align-items: center;*/
	background: url(../img/a1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-container .btn {
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	height: 50px;
	z-index: 2;
}

.swiper-container .btn > img:first-child {
	display: block;
	float: left;
	cursor: pointer;
	width: 50px;
}
.swiper-container .btn > img:nth-child(2) {
	display: block;
	float: right;
	cursor: pointer;
	width: 50px;
}

.bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 13%;
	background-color: rgba(0, 0, 0, .5);
}
.slide_cricle {
	/*border-radius: 50%;*/
	height:55px;width: 100%;
	overflow: hidden;
	background: url(../images/a2.jpg) center no-repeat;
	background-size: cover;
	color: white;
	/*border: 5px white solid;*/
	font-size: 14px;
	cursor: pointer;
}

.bianda {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-transform: scale(1.5, 1.5);
}
.pro_box_tit {
	/*width: 100%;*/
	/*border-bottom: #ddd 1px solid;*/
	position: relative;
	/*top:-100px;*/
	/*margin: 0px 0 40px 0;*/
	float: right;
}
.pro_box_tit a {
	color: #fff;
	cursor: pointer; display: block;
	font-size: 16px;
	margin: 10px 0;

}
.pro_box_tit a img{
	-webkit-border-radius:5px; -moz-border-radius: 5px;border-radius: 5px;-khtml-border-radius:5px;
	border: 3px solid #F1F1F1;

}
a.pro_currt {

	color: #fff !important;

}
a.pro_currt img{border-color: #FF0000;}
.pro_box_ls {
	position: relative;
	/*top: 300px;*/
	height: 100%;
	width: 125px;
	float: right;
}
.pro_b_a {
	right:25px;
	/*margin-top: 40px;*/
	filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
	position: absolute;
	height: 80%;
	left: 25px; top:10%;
}
.product {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 80px;
	position: relative;
	opacity: 0;
	top: 60px;
}


/*.swip_cai1, .swip_cai2, .swip_cai3 { height: 100px; }*/
.scroll_down{ position: fixed; bottom:50px; left:50%; z-index:3333; cursor: pointer;
	animation: 2s topmove infinite .5s linear;
	-webkit-animation:2s topmove .5s infinite linear;
}
@-webkit-keyframes topmove{
	0%{ bottom:50px;}
	50%{ bottom:55px; }
	100%{ bottom:50px; }
}
@keyframes topmove{
	0%{ bottom:50px;}
	50%{ bottom:55px; }
	100%{ bottom:50px; }
}
.pro_box_ls .swiper-slide{background: none;}
.slide_text{text-align: center; color: #ffffff;}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_con {
	position: absolute;
	width: 70%;
	z-index:3333;
	left:15%;background: rgb(255, 255, 255); bottom:0;
	padding: 5px; display: none;
}
.pro_con_top{font-size: 20px;font-family:Microsoft YaHei;}
.pro_con_top span{margin-right: 20px; cursor: pointer;}
.pro_list_con{text-align: center; float: left;font-size: 13px;
	margin-bottom: 4px;
	padding: 0px 2px;width: 7.14%; cursor: pointer; position: relative;}
.textyichu1{margin: 0px -5px;padding-right: 10px;}
.pro_list { position: absolute; top:0; left:0;width: 100%; height:100%;
	opacity:0;visibility: hidden;
}
.pro_cont{ position: relative;border-bottom: 1px solid #E2E2E2;margin-bottom: 10px;height:118px;margin-top: 15px;}
.pro_list1{ opacity:1; visibility: visible;}
.pro_con_top span.on{ color: #ff0000;}
.pro_con_btn{ position: absolute; top:-26px; left:50%; cursor: pointer;margin-left: -20px; display: none;}
.pro_cont{ display: none;}
.slimScrollBar{background: rgb(186, 186, 186) !important;}
.pro_list_con p{margin: 0;line-height: 55px; position: absolute; top:0; left:0;background: rgba(0, 0, 0, 0.3);width: 100%;
	-webkit-transition: 0.3s linear;-moz-transition: 0.3s linear;-ms-transition: 0.3s linear;-o-transition: 0.3s
linear;transition: 0.3s linear;
	color: #ffffff;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.pro_list_con:hover p{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
@media (min-width: 1024px) and (max-width: 1440px) {
	.pro_list_con{width: 10%;}
}
@media (min-width: 1024px) and (max-width: 1169px) {
	.pro_list_con{width: 12.5%;}
}