@charset "utf-8";
#wrap{background: #F6F6F6;}
#banner{ width: 100%; min-width: 1200pxx; overflow: hidden; position: relative; top: -70px; background-color: #000;}
#banner .banner{background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner img{width: 100%; display: block; opacity: .65;}
#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 46%; }
#banner .banner h2{font-size: .4rem; letter-spacing: 10px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 60px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
#banner .banner h4{font-size: .56rem; letter-spacing: 10px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}

.module-title{padding:50px 0 40px 0; display: block; display: flex; position: relative;}
.module-title h2{color: #333333;font-size: 21px; display: inline-block; vertical-align: middle;}
.module-title span{height: 19px; position: relative; top: 5px; border-left: 6px solid #0050e9; border-right: 4px solid #333; margin:0 5px 0 8px; width: 12px;display: inline-block; vertical-align: middle;}
.module-title h3{color: #888;font-size: 25px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; display: inline-block; vertical-align: middle;}
.module-title .more{ position: absolute; right: 0; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #000000; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #707070; border-radius: 20px; transition: all 0.transition: all 0.2s ease-in-out; ease-in-out;	background: #fff no-repeat left 15px center;}
.module-title .more:hover{
	background: #0050e9 url(../img/icon-more.png) no-repeat right 15px center;
	border-color: #0050e9;
	color: #fff;
	width: 130px;
}
.page-info{position: relative; top: -20px;}
.page-info p{font-size: 16px; line-height: 1.8em;}

.main{margin-top: -70px; overflow: hidden;}
.main .mainBox{	width: 1200px;}
.main .product{}
.main .proinfo{overflow: hidden; padding-top: 20px; position: relative;}
.main .proinfo .left-box{float: left; width: 720px;  overflow: hidden; position: relative;}

.main .proinfo  .swiper-button-prev, .main .proinfo .swiper-button-next{margin-top: -20px;}
.main .proinfo  .swiper-button-prev{left: 0;}
.main .proinfo  .swiper-button-next{right: 0;}
.main .proinfo  .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #ccc;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.main .proinfo  .swiper-button-next:after, .main .proinfo .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #ccc;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	.thumbnail {
		width: 100px;
		height: 435px;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
	}
	.thumbnail .swiper-slide {
		width: 90px !important;
		height: 90px !important;
		opacity: 0.6;
		background-color: #fff;
	}
	.thumbnail .swiper-slide-thumb-active {
		opacity: 1;
	}
	.thumbnail .swiper-slide img {
		width: 90px !important;
		display: block;
		object-fit: cover;
	}
	.pic-box{
		position: relative;
		width: 600px;
		float: left;
		background-color: #fff;
	}
	.pic-box img{
		width: 600px;
		display: block;
	}

.main .proinfo .info{float: right; width: 450px;}
.main .proinfo .info h1{font-size: 30px; font-weight: normal; padding-bottom: 10px; }
.main .proinfo .info h2{font-size: 20px; font-weight: normal; padding-bottom: 10px; }
.main .proinfo .info>span{ display: block; margin: 0 0 20px; height: 2px; background: #0050e9; width: 40px;}
.main .proinfo .info h4{font-size: 12px; color: #888; padding-bottom: 20px; font-weight: normal; }
.main .proinfo .info>div{color: #333; line-height: 1.6em;}
.main .proinfo .info>div P{color: #333; margin-bottom: .5em;}
.main .proinfo .info a{width: 90px; margin-top: 20px; border-radius: 20px; height: 40px; background: #0050e9 url(../img/icon/side-10.png) no-repeat 15px 8px; background-size: 25px; padding-left: 50px; line-height: 40px; display: block; color: #fff; font-size: 15px; text-transform: uppercase;}


.main .prodetail{margin-top: 50px; padding-bottom: 40px; background-color: #fff;}
.main .prodetail .left-box{width: 800px; float: left;}
.main .prodetail .con img{max-width: 100%; display: block; }


/* 侧边栏 */
.main .side-box{width: 320px; margin: 0 0 60px 0; padding: 0px; float: right; background-color: #fff; margin-bottom: 60px;}
.main .side-box .list-box-title{font-size: 20px;color: #e52027;font-weight: bold;margin-bottom: 15px;padding: 15px 0;	border-bottom: 1px solid #eee;}

.list-box{margin: 0px;}
.list-box .list{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	top: 0;
	background: #fff;
	border: 1px solid #f1f1f1;
	transition: all 0.4s ease-in-out;
	margin-bottom: 20px;
}
.list-box .list .box-bg{overflow: hidden; overflow: hidden;  transition: all 0.4s ease-in-out; padding: 10px 0;}
.list-box .list .box-bg img{width: 100%;  transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
.list-box .list:hover{ box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;}
.list-box .list:hover .box-bg img{transform: scale(1.1);}
.list-box .list .box-con{ position: relative; padding: 10px 0 20px;border-top: 1px solid #f1f1f1;  width: 260px; margin: 0 auto;}
.list-box .list .box-con h2{font-size: 18px; font-weight: bold; line-height: 42px; letter-spacing: 2px;color: #000; text-align: center; transition: all 0.5s ease-in-out;}
.list-box .list:hover .box-con h2{color: #0050e9;}
.list-box .list .box-con span{ display: block;  color: #888; text-align: center;}

@media screen and (max-width: 768px) {
	
}




















