﻿/*jqzoom*/
.jqzoom {
	width: 400px;
	height: 400px;
	position: relative;
	border: 1px solid #CCC;
	overflow: hidden
}
.jqzoom img {
	width: 400px;
	height: 400px;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 251px;
	background: url(../images/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 600px;
	height: 376px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px !important;
	height: 96px !important;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}
#spec-list {
	position: relative;
	/* width: 365px; */
	height: 96px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}
#spec-list div {
	margin-top: 0;
	margin-left: 0px;
*margin-left:0;
}
.product_bigimg_text {
	width: 410px;
	float: right;
	text-indent: 0em;
	height: auto;
	padding-top: 10px;
	line-height: 24px;
	margin-left: 20px;
}
.product_bigimg_text h2 {
	border-bottom: 1px dashed #d7d7d7;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #052645;
}
.product_bigimg_text h4 {
	border-bottom: 1px dashed #d7d7d7;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #052645;
}
.prod-right-title {
	border-bottom: 1px dashed #e0e0e0;
	clear: both;
	padding-bottom: 30px;
}
.prod-right-title .protext{
	padding: 10px;
	border: 1px solid #eee;
}
.prod-right-title p {
	font-size: 13px;
	color: #333;
	line-height: 24px;
	padding: 3px 0;
}
.prod-right-tel {
	height: 46px;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
	padding-left: 5px;
}
.line {
	height: 1px;
	border-bottom: 1px dashed #d7d7d7;
	clear: both;
	padding: 10px 0;
	margin-bottom: 20px;
}
/*产品详情页放大功能end*/

/*询价表单-start-*/
.xj-arap{
	display: none;
}
.xj-arap *{
	box-sizing: border-box;
}
.xj-arap .xj-popup-modal{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #333;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 999999;
}
.xj-popup-box{
	width: 540px;
	height: 400px;
	position: fixed;
	z-index: 1000000;
	top: 50%;
	left: 50%;
	margin-left: -220px;
	margin-top: -150px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.xj-popup-box .xj-title{
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background-color: #1e89e6;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.xj-popup-box .xj-form-wrap{
	padding: 0 30px 0 30px;
}
.xj-popup-box .xj-form-wrap .inputBox{
	height: 38px;
	margin-top: 15px;
}
.xj-popup-box .xj-form-wrap .inputBox .input-title {
	width: 100px;
	height: 100%;
	background: #FFF;
	font-size: 13px;
	color: #878d99;
	text-align: right;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: right;
}
.xj-popup-box .xj-form-wrap .inputBox .inputs{
	width: 370px;
	height: 100%;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #dfe5f1;
}
.xj-popup-box .xj-form-wrap .inputBox .xj-code{
	width: 120px;
}
.xj-popup-box .xj-form-wrap .inputBox .xj-code-img-box{
	margin-left: 10px;
	display: flex;
	align-items: center;
}
.xj-popup-box .xj-form-wrap .inputBox .xj-code-img-box img{
	height: 38px;
	margin-right: 10px;
}
.xj-popup-box .xj-form-wrap .inputBox .inputs:hover{
	border: 1px solid #96b8ff;
}
.xj-popup-box .xj-sub-btn{
	background-color: #00a0e9;
	color: #fff;
	width: 170px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin: 26px auto 0;
	cursor: pointer;
}
.xj-popup-box .xj-sub-btn:hover{
	background-color: #0081bb;
}
.xj-popup-box .close-xj-arap{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 10px;
	transition: .4s;
	background-color: #fff;
	border-radius: 50%;
}
.xj-popup-box .close-xj-arap::before , .xj-popup-box .close-xj-arap::after{
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	background-color: #8D8D8D;
	position: absolute;
	left: calc(50% - 6px);
	top: calc(50% - 0.5px);
}
.xj-popup-box .close-xj-arap::before{
	transform: rotate(45deg);
}
.xj-popup-box .close-xj-arap::after{
	transform: rotate(-45deg);
}
/*询价表单-end-*/