body {
	background: rgba(242, 242, 242, 1);
	color: #222222;
}


/*nav*/

.nav {
	width: 100%;
	/*height: 500px;*/
	overflow: hidden;
	position: relative;
}


/*swiper*/

.swiper {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.swiper-img {
	width: 100%;
    height:auto;
	min-width: 1200px;
	display: block;
}

.swiper .swiper-pagination-bullet {
	background: none;
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 0.5036;
}

.swiper .swiper-pagination-bullet-active {
	background-color: #fff;
	width: 34px !important;
	border-radius: 100px !important;
	opacity: 1;
}

.swiper-left-active {
	background-color: #fff;
	color: #000!important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	z-index: 99;
}

#swiper{
    width:100%;
    min-width: 1200px;
    position: relative;
}

#swiper .banner-swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
}
#swiper .banner-swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
}
#swiper .swiper-pagination-switch{
    background: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
    opacity:0.5036;
}
#swiper .swiper-active-switch{
    background: #fff;
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-radius: 10px;*/
    /*margin: 0 3px;*/
    display: inline-block;
    width: 34px !important;
    opacity: 1;
}


.nav-container {
	position: absolute;
	left: calc(50% - 600px);
	top: 0;
	z-index: 20;
    height:100%;
    width:264px;
}

.nav .dropNav {
	width: 264px;
    height:100%;
	
	background:rgba(255,255,255,.8);
	box-sizing: border-box;
	padding: 30px 20px 0 20px;
	/*opacity: 0.4;*/
}

.dropNav li a {
	font-size: 16px;
	color: #222;
}

.bs_color:hover {
	color: #58b3e9;
}

.nav .dropNav li {
	margin-bottom: 35px;
}


/*product*/

.product-head {
	width: 100%;
	height: 67px;
	line-height: 67px;
    overflow: hidden;
}

.product-head .head-left {
	font-size: 18px;
}

.product-head .head-right {
	font-size: 14px;
	color: #666666;
}

.product-list {
	/*overflow: hidden;*/
	margin-bottom: 10px;
}

.product-item {	
	float: left;
    width:288px;
    height:360px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top:10px;
    margin-right:12px;
    margin-bottom:12px;
	transition: all .4s;
	box-shadow: 0px 0px 20px rgba(0,0,0,0);
    /*-moz-box-shadow: 0px 0px 5px #cccccc;  老的 Firefox*/ 
    /*box-shadow: 0px 0px 5px #cccccc;*/
}

.product-item:hover {
	transform: translate(0, -5px);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	transition: all .4s;
}

.product-item:nth-child(4n) {
	margin-right: 0;
}

.product-item .product-img {	
	/*width:136px;*/
    /*height:133px;*/
	width: 232px;
	height: 178px;
    display: block;
    margin:30px auto;
}

.product-item .product-title {
	padding-top: 30px;
	font-size: 16px;
	color: #222;
}

.product-item .product-intro {
	font-size: 14px;
	color: #9b9a9a;
	margin-top: 10px;
}
.head-right{
	margin-top: 10px;
}
.more{
	margin-top: 0px!important;
}
