.home {
	text-align: center;
}

.flex-control-nav {
	display: none;
}

.productone{
	background-color: white;
}
.producttwo .bigtit{
	margin-top: 10px;
}

.producttwo {
	background: -moz-linear-gradient(top, #ffffff 0%, #737e88 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #737e88));
	background: -webkit-linear-gradient(top, #ffffff 0%, #737e88 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #737e88 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #737e88 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #737e88 100%);
}

.productone,
.producttwo {
	text-align: center;
}

.flex-direction-nav li a.flex-prev {
	left: 280px;
	background: url(/skin/swit/img/proprev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 280px;
	background: url(/skin/swit/img/pronext.png) center center no-repeat;
}

.productfication {
	margin: 0 auto;
}

.productfication .fication {
	height: inherit;
	text-align: center;
	margin: auto;
}

.fication .ficationimg {
	border: 1px solid #e65911;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	line-height: 120px;
	margin: 30px auto;

}

.back .ficationimg {
	background-color: #818b94;
}

.fication .ficationimg img {
	width: 80px;
}

.productimg {
	width: 90%;
	border: 5px solid #ddd;
	border-image: -webkit-linear-gradient(#e65911, #fdd7c2) 30 30;
	border-image: -moz-linear-gradient(#e65911, #fdd7c2) 30 30;
	border-image: linear-gradient(#e65911, #fdd7c2) 30 30;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

.monomer {
	text-align: center;
	margin-top: 30px;
}

.monomer h3{
	color: #3f3f3f;
}

.producttxt {
	margin: auto;
	background-color: #eeeeee;
	width: 94%;
	line-height: 2;

}
.producttxt{
	margin-top: -10px;
}
.producttxt p {
	font-size: 14px;
}

.producttxt button {
	border: 1px solid #e66422;
	font-size: 12px;
	background-color: transparent;
	padding: 3px;
	margin-bottom: 20px;
}
.productul .productli{
	display: block;
}
.productul li{
	display: none;
}
.p {
	margin: 30px auto;
}
@media(min-width: 576px) {
	.productfication .fication {
		height: 250px;
		text-align: center;
		margin: auto;
	}
}
@media(min-width: 768px){
	
}
@media(min-width: 992px){
	
}
@media(min-width: 1200px){
	
}
@media(min-width: 1400px){
	
}
@media(min-width: 1600px){
	.protit{
		font-size: 22px;
	}
	.producttxt h3{
		font-size: 24px;
	}
	.producttxt p{
		font-size: 20px;
	}
	.producttxt button {
		border: 1px solid #e66422;
		font-size: 17px;
		background-color: transparent;
		padding: 3px;
		margin-bottom: 20px;
	}
	.monomer h3{
		font-size: 24px;
	}
	.ficationtxt p{
		font-size: 18px;
	}
}
