﻿.con_wrap{
	padding:27px 0;
	position: relative;
	background-color: #e9e9e9;
}
.con_tab{
	padding:36px 0;
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: 1px solid #494949;
}
#con_title{
	color: #1d1c1c;
	font-size: 24px;
	margin-bottom: 27px;
}
.con_tab a{
	font-size: 14px;
	color:#858585;
	margin-right: 20px;
	padding: 8px 21px;
	border:1px solid #f4f4f4;
}
.con_tab a.active{
	color:#000;
	border-color: #000;
}
.con_wrap .con_center{
	width: 1200px;
	position: relative;
	margin:0 auto;
}
/*--------------*/
#con_search_box{
	margin-bottom: 22px;
}

#con_search_box input{
	border:none;
	width: 131px;
	height: 100%;
	padding-left:13px;
	background-color: #d0d0d0;
	color:#fff;
	line-height: 29px\9;
	cursor: pointer;
}
#con_search_box .select{
	float: left;
	width: 144px;
	height: 29px;
	position: relative;
	margin-right: 5px;
}
#con_search_box .option{
	display: none;
	z-index: 20;
	width: 100%;
	position: absolute;
	text-align: center;
}
#con_search_box .option li{
	background-color: #ccc;
	cursor: pointer;
}
#con_search_box .s_icon{
	cursor: pointer;
	position: absolute;
	top:0;
	z-index: 21;
	right:5px;
	width: 19px;
	height: 12px;
	margin-top: 9px;
}
#con_search_box #search_btn{
	cursor: pointer;
	vertical-align: middle;
}
#con_search_box .option li:hover{
	background-color: #4c4c4c;
}
.page_detail{
	display: none;
	width: 100%;
	position: absolute;
	top:0;
}
/*-------内容列表----------*/
.detail_list{
	overflow: hidden;
	background-color: #e9e9e9;
	margin-bottom: 22px;
	height: 366px;
}
.detail_list>div{
	float: left;
}
.big_img{
	position: relative;
	width: 637px;
	height: 100%;
	overflow: hidden;
}
.big_img img{
	width: 100%;
	height: 100%;
object-fit: contain;
}
}

.detail_list .detail{
	position: relative;
	width: 324px;
	padding: 0 21px;
	text-align: center;
	top:50%;
}
.detail_list .detail img{
	width: 135px;
	max-height: 275px;
}
.d_btn a{
	color: #000;
}
.detail_list:hover .d_bg{
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.detail_list:hover .d_btn{
	background-color: #000;
}
.detail_list:hover .d_btn a{
	color: #fff;
}
.d_bg{
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 2;
	background-color: #000;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.d_desc{
	margin-top: 14px;
}
.d_btn{
	cursor: pointer;
	display: inline-block;
	border:1px solid #8c8c8c;
	margin: 19px auto 0;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.d_btn span{
	display: block;
	padding: 7px 25px;
}
.d_title{
	font-size: 21px;
	margin-bottom: 6px;
}
.d_con{
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}
/*.d_con span{
	float:left;
}*/
.d_con .d_num{
	padding-right: 10px;
	border-right: 1px solid #000;
}
.d_con .d_size{
	padding-left: 6px;
}

#con_center{
	border-bottom: 1px solid #000;
	padding-bottom: 82px;
	display: flex;
}
#contents #product{
	display: block;
}
#contents .tab_c{
	display: none;
	/*position: absolute;*/
	width: 100%;
	margin-top: 50px;
	top:0;
}
#links{
	padding:123px 0;
	text-align: center;
}
#links div{
	display: inline-block;
	border: 1px solid #999;
	margin-left:21px;
}
#links div a{
	display: block;
	padding:16px 66px;
	color:#000;
}
.link_more{
	width: 240px;
	height: 110px;
	position: absolute;
	color:#fff;
	text-align: center;
	left:50%;
	top:50%;
	margin-left: -120px;
	margin-top: -55px;
}
.link_more>div{
	padding-bottom: 11px;
	border-bottom: 1px solid #fff;
	margin-bottom: 14px;
}
.link_more>div span{
	font-size: 17px;
}
.link_more p{
	margin-bottom:22px;
}
.link_more .more_btn{
	display: block;
	width: 22px;
	height: 22px;
	margin:0 auto;
}
/*----accessory-----*/
#accessory .detail_list{
	width: 887px;
	margin:0 auto;
	background-color: #fff;
}
#accessory .big_img{
	width: 50%;
}
#accessory .big_img img{
	width: 100%;
}
#accessory .detail_list .detail{
	width: 371px;
}
#accessory .d_con{
	width: 192px;
	height: auto;
	margin:0 auto;
}
/*-----分页--------*/
.paging{
	text-align: center;
	margin-top: 80px;
}
.paging a{
	color:#d5d8e0;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	background-color: #c1c1c1;
	line-height: 40px;
	margin-left: 10px;
}
.paging a.active{
	background-color: #0d306b;
}
/*----data------*/
#common_detail{
	text-align: center;
}
#data_desc{
	height: 185px;
	overflow: hidden;
	display: inline-block;
	padding:45px 0;
}
#data_desc>div{
	float: left;
}
#data_left{
	line-height: 185px;
	text-align: center;
	height: 100%;
	border-right:1px solid #000;
	padding-right: 108px;
	margin-right: 34px;
	font-size: 26px;
}
#data_right{
	text-align: left;
	width: 394px;
	height: 100%;
	padding-top:27px;
}
#data_pic{
	width: 534px;
	margin:0 auto;
}
#data_pic img{
	width:100%;
	margin-bottom: 21px;
}
#data_pic p{
	font-size: 13px;
}
/*----swiper------*/
#other_pro{
	margin: 129px 0 30px;
	font-size: 23px;
}
#swiper_img{
	background-color: #f4f4f4;
}
.swiper-scrollbar {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
}
.swiper-container {
  width: 1201px;
  height: 161px;
  text-align: center;
}
.swiper-slide {
  line-height: 161px;
}
.slide{
	float: left;
	width: 230px;
	margin-left: 13px;
}
.slide img{
	vertical-align: middle;
	width: 100%;
	border: 4px solid #fff;
}
/*-------ass------------*/
#a_detail_wrap{
	width: 1004px;
	margin:0 auto;
}
#data-title{
	font-size: 20px;
	text-align: center;
	margin: 33px 0;
}
#accessory_data{
	overflow: hidden;
}
.series_box{
	cursor: pointer;
	width:251px;
	float: left;
	margin-bottom: 69px;
}
.img_box{
	position: relative;
	background-color: #d1d1d1;
	text-align: center;
	padding:12px 0;
}
.s{
	display:block; 
	border-width:20px; 
	position:absolute; 
	top:100%;
	left:50%;
	margin-left: -20px;
	border-style:solid dashed dashed; 	border-color:#d1d1d1 transparent transparent;font-size:0; line-height:0;
}
.s_desc{
	padding-top: 41px;
	text-align: center;
}
.s_desc .s_title{
	font-size: 20px;
}
.s_desc p{
	margin-top: 10px;
}
/*--------*/
#ass_bg{
	display: none;
	position: absolute;
	top:0;
	z-index: 20;
	z-index: auto\9;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	background-color: #000\9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#a_b_wrap{
	position: absolute;
	width: 864px;
	left:50%;
	margin-left: -432px;
	padding: 73px 0 30px;
	background-color: #fff;
}
#a_b_wrap>div{
	position: relative;
}
#a_b_box{
	width: 401px;
	margin:0 auto;
	text-align: center;
}
#a_b_box img{
	width: 100%;
}
#a_b_desc{
	margin:0 auto;
	display: inline-block;
	margin-top: 28px;
	height: 34px;
}
#a_b_desc>div{
	float:left;
	height: 100%;
	margin:0 auto;
}
#a_b_tw{
	border-right:1px solid #000;
}
#a_b_desc span{
	vertical-align: top;
}
#a_b_title{
	font-size: 20px;
	padding-right: 11px;
}
#a_b_desc>div p{
	font-size: 14px;
	padding-left: 11px;
}
.next-pre,.last-pre{
	width: 58px;
	height: 63px;
	position: absolute;
	cursor: pointer;
}
.next-pre{
	top:50%;
	margin-top:-31.5px;
	left: 0;
}
.last-pre{
	top:50%;
	margin-top:-31.5px;
	right: 0;
}
#close{
	cursor: pointer;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 100%;
	top:-73px;
	margin-left: 5px;
}
/*-----main_img-------*/
#main_wrap_img{
	display: none;
	position: relative;
	height: 492px;
	border:1px solid #4c4c4c;
}
#main_wrap_img .bg{
	position: absolute;
	width: 325px;
	height: 100%;
	background-color: #000;
	opacity:0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	cursor: pointer;
}
#l_bg{left:0;}
#r_bg{right:0;}
#main_wrap_img ul{
	position: absolute;
	height: 100%;
}
#main_wrap_img li{
	float: left;
	height: 100%;
	text-align: right;
	font-size: 50px;
}
#main_wrap_img li img{
	height: 492px;
	width: 100%;
}
#main_wrap_img .btn{
	position: absolute;
	z-index: 3;
	width: 58px;
	height: 63px;
	top:50%;
	margin-top:-31.5px;
	z-index: 2;
}
#main_wrap_img #l_btn{
	left:257px;
}
#main_wrap_img #r_btn{
	right:257px;
}