@charset "utf-8";

#product {
	overflow: hidden;
	background: #f4f5f6;
}

#product .catalog {
	float: left;
	width: 20%;
	float: left;
	height: 100%;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	position: relative;
}

#product.fixed .catalog {
	position: fixed;
	top: 80px;
	z-index: 1;
}

/* #product .catalog>ul{border-bottom:1px solid #e6e6e6;} */
#product .catalog ul>li {
	position: relative;
	margin-top: -1px;
}

#product .catalog ul>li>.plus {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 0;
	margin-top: 17px;
	cursor: pointer;
}

#product .catalog ul>li ul>li .plus {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 0;
	margin-top: 10px;
	cursor: pointer;
}

#product .catalog ul>li .plus:before {
	width: 14px;
	height: 2px;
	background: #cdcdcd;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px auto auto -7px;
}

#product .catalog ul>li .plus:after {
	width: 2px;
	height: 14px;
	background: #cdcdcd;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px auto auto -1px;
}

#product .catalog ul>li>.less {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 0;
	margin-top: 17px;
	cursor: pointer;
}

#product .catalog ul>li ul>li .less {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 0;
	margin-top: 10px;
	cursor: pointer;
}

#product .catalog ul>li .less:before {
	width: 14px;
	height: 2px;
	background: #cdcdcd;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px auto auto -7px;
}

#product .catalog>ul>li>a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 8%;
	font-size: 17px;
	color: #464646;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#product .catalog>ul>li:first-child>a {
	border-top: 0 none;
}

#product .catalog>ul>li ul {
	padding: 16px 0;
	background: #fff;
	padding-left: 14%;
}

#product .catalog>ul>li ul>li {
	padding: 8px 7% 8px 0;
}

#product .catalog>ul>li ul>li>a {
	display: block;
	font-size: 16px;
	color: #464646;
	line-height: 26px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#product .catalog>ul>li ul ul {
	padding: 10px 0;
}

#product .catalog>ul>li ul ul>li {
	padding: 8px 7%;
}

#product .catalog>ul>li ul>li ul>li>a {
	font-size: 15px;
}

#product .catalog>ul>li.active>a {
	color: #fff;
	background: #008cd7;
}

#product .catalog>ul>li.active>.less:before {
	background: #fff;
}

#product .catalog>ul>li.active>.plus:before {
	background: #fff;
}

#product .catalog>ul>li.active>.plus:after {
	background: #fff;
}

#product .catalog li>a:hover {
	color: #008cd7;
}

#product .catalog li.active>a {
	color: #008cd7;
	font-weight: bold;
}

#product.fixed .list {
	margin-left: 20%;
}

#product .list {
	padding: 30px 30px 30px 40px;
	width: 80%;
	float: left;
	box-sizing: border-box;
}

#product .list {
	padding: 30px 30px 30px 40px;
	width: 80%;
	float: left;
	box-sizing: border-box;
}

#product .list .location {
	font-size: 15px;
	color: #999;
}

#product .list .location>i {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	margin-right: 6px;
	color: #999;
}

#product .list .location>a {
	display: inline-block;
	color: #999;
	border-bottom: 1px solid transparent;
}

#product .list .location>a:hover {
	border-bottom: 1px solid #666;
	color: #666;
}

#product .list .location>a:last-child {
	color: #008cd7;
	font-weight: bold;
}

#product .list .location>a:hover:last-child {
	border-bottom: 1px solid #008cd7;
}

#product .list .wrap {
	margin: 30px 0 0;
	width: 102%;
	margin-left: -1%;
	overflow: hidden;
}

#product .list .wrap .item {
	width: 23%;
	float: left;
	margin: 1%;
	position: relative;
}

#product .list .wrap .item:nth-child(4n+1) {
	clear: both;
}

#product .list .wrap .item a {
	display: block;
	background: #fff;
	transition: all .3s;
	position: relative;
}

#product .list .wrap .item a:hover {
	box-shadow: 5px 5px 35px rgba(0, 0, 0, .08);
}

#product .list .wrap .item a .img {
	position: relative;
	width: 100%;
	padding: 100% 0 0 0;
	overflow: hidden;
}

#product .list .wrap .item a .img>img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 85%;
	max-height: 85%;
	margin: auto;
	transition: all .25s;
}

#product .list .wrap .item:hover a .img>img {
	transform: scale(1.12);
}

#product .list .wrap .item a .tit {
	padding: 0 15px 5px 15px;
	font-size: 16px;
	color: #464646;
	text-align: center;
	position: relative;
	transition: all .2s;
	height: 90px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

#product .list .wrap .item a .tit>span {
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-overflow: ellipsis;
}

#product .list .wrap .item:hover a .tit {
	color: #000;
}

#product .list .wrap .item a .tit:after {
	content: '';
	display: block;
	height: 2px;
	width: 25px;
	background: #008cd7;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	transition: all .25s;
}

#product .list .wrap .item:hover a .tit:after {
	width: 20%;
}

#product .list .wrap .item .threeD {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	position: absolute;
	z-index: 1;
	right: 12px;
	top: 12px;
	box-shadow: none !important;
	background: none !important;
}

#product .list .wrap .item .threeD i {
	font-size: 24px;
	color: #008cd7;
}

#product .list .wrap .item .threeD:hover i {
	color: #464646;
}




#pro_view {
	max-width: 1400px;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}

#pro_view h1 {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #464646;
	margin: 0;
	text-align: center;
}

#pro_move {
	margin: 30px auto;
	min-height: 360px;
	position: relative;
	z-index: 1;
	text-align: center;
}

#pro_move .bx-wrapper img {
	display: block;
	margin: auto;
	height: auto;
	max-height: 600px;
}

#pro_move .bx-wrapper {
	box-shadow: none;
	margin: 0 0 20px 0;
	min-height: 360px;
}

#pro_move .bx-wrapper .bx-viewport {
	border: 0px none;
	box-shadow: none;
	left: 0;
}

#pro_move .bx-pager {
	font-size: 0;
	text-align: center;
	padding: 0 50px;
	text-align: center;
}

#pro_move .bx-pager a {
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 6px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	transition: all .2s;
	border: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 61px;
	cursor: pointer;
}

#pro_move .bx-pager a>img {
	max-width: 60px;
	max-height: 60px;
	vertical-align: middle;
}

#pro_move .bx-pager a:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
	font-size: 0;
}

#pro_move .bx-pager a.active {
	box-shadow: 0 0 0 0;
	background: #fff;
	position: relative;
	border-bottom: 2px solid #008cd7;
}

#pro_move .bx-pager a.active>img {
	-webkit-filter: brightness(116%);
	filter: brightness(116%);
}

#pro_move .bx-prev {
	display: none;
}

#pro_move .bx-next {
	display: none;
}

#pro_move .bx-wrapper .bx-controls-direction a {
	opacity: 0;
}


#pro_move .threeD {
	display: block;
	width: 130px;
	height: 45px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 38%;
	z-index: 1;
	font-size: 16px;
	line-height: 45px;
	cursor: pointer;
	border-radius: 5px;
	background: #008cd7;
	transition: all .2s;
}

#pro_move .threeD>span {
	display: inline-block;
	font-size: 32px;
	vertical-align: top;
	margin-right: 5px;
}

#pro_move .threeD:hover {
	background: #666;
}


#pro_tags_title {
	background: #666;
	margin: 40px auto 30px auto;
	overflow: hidden;
}

#pro_tags_title>a {
	float: left;
	text-align: center;
	width: 50%;
	height: 55px;
	line-height: 53px;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	transition: all .25s;
	cursor: pointer;
}

#pro_tags_title>a>span {
	display: inline-block;
	font-size: 20px;
	margin-right: 6px;
	vertical-align: middle;
}

#pro_tags_title>a:last-child {
	border-right: 0px none;
}

#pro_tags_title>a:hover,
#pro_tags_title>a.active {
	background: #008cd7;
	color: #fff;
}


#pro_tags_con {
	margin: 0 auto 100px 0;
}

#pro_tags_list {
	display: none;
}

#pro_tags_list>dl {
	border: 1px solid #e6e6e6;
	margin-bottom: -1px;
}

#pro_tags_list>dl>dt {
	font-size: 18px;
	color: #464646;
	position: relative;
	cursor: pointer;
	padding: 16px 40px;
	transition: all .2s;
}

#pro_tags_list>dl>dt:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #666;
	position: absolute;
	left: 20px;
	top: 24px;
}

#pro_tags_list>dl>dt>span {
	position: absolute;
	right: 20px;
	top: 21px;
	font-size: 12px;
	transform: scale(.8);
	color: #999;
	transition: all .2s;
}

#pro_tags_list>dl>dt:hover,
#pro_tags_list>dl.active>dt {
	background: #eee;
}

#pro_tags_list>dl.active>dt {
	font-weight: bold;
}

#pro_tags_list>dl.active>dt>span {
	transform: rotate(-180deg) scale(.8);
	top: 19px;
}

#pro_tags_list>dl>dd {
	display: none;
	padding: 30px;
	font-size: 16px;
	line-height: 1.75;
}
#pro_tags_list>dl>dd p{
	/* font-weight: 100; */
}

#pro_tags_list>dl>dd h3{
	color: #008cd7;
	font-size: 18px;
	line-height: 1.75;
	margin: 30px 0 10px 0;
	font-weight: 700;
	border-bottom: 1px solid;
	padding-bottom: 8px;
}
#pro_tags_list>dl>dd h3:first-child{
	margin-top: 0;
}
#lineTd {
 background: #fff url(../fonts/linetd.svg) no-repeat 100% center;   
}
td[class=oblique_line]:before{
	content: "";
	position: absolute;
	width: 1px;
	height:164px;/* 需要手调 ，线的长度 */
	top:171; /* 需要手调 ，线的位置*/
	left:57;
	background-color: white; /* 线的颜色 black */
	display: block;
	transform: rotate(-74deg);/* 需要手调 ，斜线的角度*/
	transform-origin: top;
}

.ar_article td,
.ar_article th{padding:15px 12px;border: 1px solid #dadbdd !important;vertical-align:middle;font-size: 15px;color: #303030;white-space: nowrap;text-align: center;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0 !important;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:auto;}
.ar_article table tr:not(:first-child) td{}
.ar_article table td {border-left: 1px solid #dadbdd;border-top: 1px solid #dadbdd !important;}
@media (max-width: 1000px){
	.scroll {
	    overflow: hidden;
	    overflow-x: scroll;
	}
	.scroll table{
		min-width: 990px;
	}
}
@media (max-width: 768px){
	.ar_article td, .ar_article th{ padding:6px 5px !important; line-height:20px}
	.ar_article p,.ar_article span{ font-size:13px !important; line-height:24px !important;}
	.ar_article img{display:inline-block;margin: 12px 0;}
}

#pro_tags_list>dl>dd img {
	max-width: 100%;
}

#pro_tags_con a.title {
	display: none;
}

#pro_tags_pdf {
	display: none;
}

#pro_tags_pdf>a {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px color:#464646;
	padding: 16px 18px;
	transition: all .2s;
}

#pro_tags_pdf>a>span {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

#pro_tags_pdf>a:hover {
	background: #eee;
}

#pro_tags_3d {
	margin-top: -10px;
	width: 102%;
	margin-left: -1%;
}

#pro_tags_3d .item {
	display: block;
	float: left;
	width: 23%;
	padding: 1%;
}

#pro_tags_3d .item>a {
	display: block;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	transition: all .25s;
	cursor: pointer;
	background: #fff;
}

#pro_tags_3d .item>a:hover {
	box-shadow: 5px 5px 35px rgba(0, 0, 0, .08);
}

#pro_tags_3d .item>a>.img {
	position: relative;
	width: 100%;
	padding-top: 74%;
}

#pro_tags_3d .item>a>.img>img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

#pro_tags_3d .item>a>.tit {
	text-align: center;
	font-size: 16px;
	color: #464646;
	padding: 3px 15px 22px 15px;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#pro_tags_3d .item>a:hover>.tit {
	color: #008cd7;
}


@media (max-width:1440px) {
	#pro_view {
		max-width: 1350px;
	}
}

@media (max-width:1366px) {
	#pro_view {
		max-width: 1280px;
	}

	#product .catalog>ul>li ul>li>a {
		font-size: 16px;
	}

	#product .list .wrap .item a .tit {
		font-size: 14px;
	}
}

@media (max-width:1280px) {
	#pro_view {
		max-width: 1190px;
	}

	#product .catalog>ul>li ul>li>a {
		font-size: 14px;
	}
}

@media (max-width:1080px) {
	#product .catalog {
		float: none;
		width: 100%;
		float: none;
		height: auto;
		border-right: 0px none;
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 9;
	}
	
	#product .catalog>ul>li>a{
		height: 52px;
		line-height: 52px;
		font-size: 16px;
	}

	#product .catalog>ul>li ul>li>a {
		font-size: 16px;
	}

	#product .list .wrap .item a .tit {
		font-size: 15px;
	}

	#product .list {
		padding: 30px 20px 30px 20px;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	#product .list .wrap .item {
		width: 48%;
	}

	#product .list .wrap .item:nth-child(2n+1) {
		clear: both;
	}

	#product .list .wrap .item:nth-child(4n+1) {
		clear: none;
	}

	#product .list .wrap .item a .tit {
		padding: 0 15px 0 15px;
		font-size: 14px;
		height: 72px;
	}

	#product .list .wrap .item a .tit>span {
		height: 40px;
	}

	#product .list .wrap .item.show {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	
	#pro_tags_list>dl>dd{
		font-size: 14px;
		
	}


	#location {
		padding: 20px 15px;
	}

	#pro_view {
		max-width: none;
		margin: 20px auto;
		padding: 0 15px;
	}

	#pro_view h1 {
		display: block;
		font-size: 22px;
	}

	#pro_move {
		margin: 30px auto;
		min-height: auto;
	}

	#pro_move .bx-wrapper {
		min-height: auto;
	}

	#pro_move .threeD {
		display: none;
	}

	#pro_tags_title {
		display: none;
	}

	#pro_tags_list,
	#pro_tags_pdf,
	#pro_tags_3d {
		display: block !important;
	}

	#pro_tags_con>div {
		margin-bottom: 40px;
	}

	#pro_tags_con a.title {
		display: block;
	}

	#pro_tags_con>div>a.title {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 48px;
		font-size: 16px;
		color: #fff;
		box-sizing: border-box;
		background: #008cd7;
		padding-left: 15px;
		margin-bottom: 15px;
	}

	#pro_tags_con>div>a.title>span {
		display: inline-block;
		font-size: 20px;
		margin-right: 6px;
		vertical-align: middle;
	}

	#pro_tags_list>dl>dt {
		font-size: 16px;
		padding: 12px 30px;
	}

	#pro_tags_list>dl>dt:before {
		left: 15px;
		top: 20px;
	}

	#pro_tags_list>dl>dt>span {
		right: 15px;
		top: 18px;
	}

	#pro_tags_list>dl.active>dt>span {
		top: 15px;
	}

	#pro_tags_pdf>a.title {
		padding: 0;
	}

	#pro_tags_pdf>a {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 15px 10px;
	}

	#pro_tags_3d .item {
		width: 48%;
	}

	#pro_tags_3d .item>a>.tit {
		font-size: 14px;
		padding: 3px 5px 15px 5px;
	}
}
