@charset "utf-8";
.picmax {
	width: 415px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.jqzoom:after{
content: " ";
    /* background: url(../images/shuiyin.png) no-repeat; */
    width: 380px;
    height: 380px;
    z-index: 99;
    position: absolute;
    top: 29px;
    left: 0;
}
#dtdt:after{
content: " ";
    /* background: url(../images/shuiyin.png) no-repeat; */
        width: 150px;
    height: 63px;
    z-index: 1;
    position: absolute;
    top: 29px;
    left: 0;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.jqzoom img {
	width: 415px;
	display: block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
	width: 415px;
	height: 415px;
}
.spec-scroll {
	clear: both;
	margin-top: 5px;
	    width: 415px;
}
.spec-scroll .prev {
	float: left;
	margin-right: 4px;
}
.spec-scroll .next {
	float: right;
}
.spec-scroll .prev, .spec-scroll .next {
	display: block;
	font-family: "微软雅黑";
	text-align: center;
	width: 20px;
	height: 51px;
	line-height: 51px;
	background: #e8e8e8;
	cursor: pointer;
	text-decoration: none;
}
.spec-scroll .items {
	    float: left;
    position: relative;
    width: 363px;
    height: 51px;
    overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 56px;
}
.spec-scroll .items ul li {
	float: left;
	width: 64px;
	text-align: center;
}
.spec-scroll .items ul li img {
	border: 1px solid #eee;
	padding: 2px;
	width: 45px;
	height: 45px;
}
.spec-scroll .items ul li img:hover {
	border: 2px solid #FF6600;
	padding: 1px;
}
/* proDetails 产品详情*/

.proDetails {
	width: 100%;
}
.proDetailsSection {
	width: 910px;
	float: right;
}
.proDetailsSection .mainCon {
	border: 1px solid #e4e4e4;
	padding-bottom: 0px;
	background: #fff;
}
.proDetailsIntro {
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	padding-bottom: 25px;
}
.proDetailsIntro .conL {
	width: 458px;
	float: left;
	position: relative;
}
.proDetailsIntro .conL i {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	overflow: hidden;
	top: 50%;
	margin-top: -22px;
}
.proDetailsIntro .conL i.prev {
	left: -1px;
}
.proDetailsIntro .conL i.next {
	right: -1px;
}
.proDetailsIntro .conL .btnList {
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	bottom: 18px;
}
.proDetailsIntro .conL .btnList span {
	display: inline-block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: relative;
	background: url(../images/proDetailsIntro_icon01.png) no-repeat left top;
	margin-left: 14px;
	cursor: pointer;
}
.proDetailsIntro .conL .btnList span.cur {
	background-position: left bottom;
}
.proDetailsIntro .conL .btnList span:first-child {
	margin-left: 0;
}
.proDetailsIntro .conL .conBox {
	width: 458px;
	height: 458px;
	position: relative;
	overflow: hidden;
}
.proDetailsIntro .conL .conBox ul {
	position: absolute;
	top: 0;
	left: 0;
}
.proDetailsIntro .conL .conBox li {
	float: left;
	width: 458px;
}
.proDetailsIntro .conL .conBox li img {
	display: block;
	width: 458px;
	height: 458px;
}
.widget-prodetail-2-top .conR {
	float: right;
	padding-top: 40px;
	width: 400px;
	height: 400px;
	position: relative;
	/* margin-right: 20px; */
}
.widget-prodetail-2-top .conR p{
	font-size: 16px;
	font-weight: 700;
	color: #004592;
	line-height: 30px;
	    padding-bottom: 8px;
}
.widget-prodetail-2-top .conR h3 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}
.widget-prodetail-2-top .conR i {
	display: block;
	height: 1px;
	margin: 30px 0 18px 0;
	background: #e4e4e4;
}
.widget-prodetail-2-top .conR pre {
	display: inline-block;
	overflow: hidden;
	font: 14px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	color: #666666;
	line-height: 25px;
	margin: 0;
}
.widget-prodetail-2-top .conR p span {
	display: block;
	width: 25%;
	float: left;
	margin-bottom: 5px;
}
.widget-prodetail-2-top .conR p em {
	width: 75%;
	float: left;
	margin-bottom: 5px;
}
.widget-prodetail-2-top .conR .box {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
}
.widget-prodetail-2-top .conR .box .zx {
	display: block;
	width: 172px;
	height: 43px;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
	background: #014590;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
}
.widget-prodetail-2-top .conR .box .zx img {
	position: relative;
	top: 4px;
	margin-left: 12px;
}
.widget-prodetail-2-top .conR .box .phone {
	float: left;
	padding-left: 42px;
	background: url(../images/proDetailsIntro_phone.png) no-repeat left center;
	margin-left: 15px;
	/* margin-top: 6px; */
}

.widget-prodetail-2-top .conR .box .phone span {
	display: block;
	font-size: 13px;
	color: #666666;
}

.widget-prodetail-2-top .conR .box .phone em {
	display: block;
	font-size: 24px;
	color: #f1251f;
	font-family: arial;
	line-height: 22px;
	font-weight: bold;
}

.proDetailsCanS {
	width: 870px;
	margin: 20px auto 0;
	padding-bottom: 35px;
}
.proDetailsCanS .menu {
	width: 100%;
	height: 53px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.proDetailsCanS .menu span {
	float: left;
	width: 148px;
	background: #014590;
	border-color: #014590;
	color: #fff;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 14px;
	border-left: none;
	border-bottom: none;
	cursor: pointer;
}
.proDetailsCanS .conBox {
	width: 100%;
	background: #fff;
	line-height: 22px;
}
.proDetailsCanS .conBox .box {
	width: 100%;
	height: 100%;
	background: #fff;
}
/* proDetailsLy */

.proDetailsLy {
	width: 848px;
	padding: 15px 30px;
	border-top: 1px solid #eee;
}
.proDetailsLy .conBox .box1 {
	width: 100%;
	margin-top: 33px;
	margin-bottom: 40px;
}
.proDetailsLy .conBox .box1 .Input {
	width: 416px;
	height: 58px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-bottom: 10px;
	margin-left: 12px;
}
.proDetailsLy .conBox .box1 input {
	width: 345px;
	padding-left: 22px;
	padding-right: 51px;
	font-size: 16px;
	color: #999999;
	line-height: 58px;
	outline: none;
	border: none;
}
.proDetailsLy .conBox .box1 input.submit {
	color: #fff;
	background: #014590;
	cursor: pointer;
    margin: 0 auto;
    display: block;
	padding: 0;


}
.proDetailsLy .conBox .box1 .Input1 {
	margin-left: 0;
}
.proDetailsLy .conBox .box1 .Input1 input {
	background: url(../images/proDetailsLy_icon01.png) no-repeat 380px center;
}
.proDetailsLy .conBox .box1 .Input2 input {
	background: url(../images/proDetailsLy_icon02.png) no-repeat 380px center;
}
.proDetailsLy .conBox .box1 textarea {
	padding-left: 22px;
	width: 773px;
	height: 150px;
	border: 1px solid #e0e0e0;
	padding-top: 18px;
	font-size: 16px;
	color: #999999;
	outline: none;
	resize: none;
	background: url(../images/proDetailsLy_icon03.png) no-repeat 810px 15px;
	padding-right: 51px;
}
.proDetailsLy .conBox .box1 .yzmtj {
	margin-top: 20px;
}
.proDetailsLy .conBox .box1 .yzmtj img {
	    margin: 7px 15px 15px 14px;
}
.proDetailsLy .conBox .box1 .yzmtj .sr {
	width: 250px;
	float: left;
	border: 1px solid #e0e0e0;
}
.proDetailsLy .conBox .box1 .yzmtj .sr span {
	display: block;
	font-size: 16px;
	color: #999999;
	height: 58px;
	line-height: 58px;
	float: left;
	border-right: 1px solid #e0e0e0;
	width: 100px;
	text-align: center;
}
.proDetailsLy .conBox .box1 .yzmtj .sr input {
	padding: 0 10px;
	width: 127px;
	float: left;
	display: block;
	border: none;
	line-height: 58px;
	font-size: 16px;
	color: #999;
	height: 58px;
	outline: none;
}
.proDetailsLy .conBox .box1 .yzmtj #spVerCode img {
	display: block;
	margin-top: 14px;
	margin-left: 10px;
	float: left;
	width: 105px;
	height: 38px;
}
.proDetailsLy .conBox .box1 .yzmtj a.p {
	line-height: 86px;
	margin-left: 10px;
}
.proDetailsLy .conBox .box1 .yzmtj a.tj {
	display: block;
	width: 410px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #014590;
	float: right;
}
#sousuo .proListSection .mainCon .conBox li .Pic img {
	height: 176px;
	max-width: 278px;
	margin: auto;
	width: auto;
}
/* 本例子css */
.slideTxtBox {
	width: 100%;
	text-align: left;
}
.slideTxtBox .hd {
	height: 44px;
	line-height: 44px;
	/* border-bottom: 1px solid #e4e4e4; */
	position: relative;
	background: #e9e9e9;
}
.slideTxtBox .hd ul {
	float: left;
	
}
.slideTxtBox .hd ul li {
	float: left;
    width: 148px;
	height: 43px;
    line-height: 43px;
	text-align: center;
    font-size: 16px;
    border-left: none;
    border-bottom: none;
    cursor: pointer;
	border: 1px solid #eee;
	    background: #014590;
    border-color: #014590;
    color: #fff;
}

.slideTxtBox .hd ul li.on {
	background: #014590;
    border-color: #014590;
    color: #fff; 
}

.slideTxtBox .bd { font-size: 14px; line-height: 30px; padding: 20px 0;
}
.slideTxtBox .bd img{
	padding: 0;
	margin: 0;
	

}

.rightcon .slideTxtBox .bd img{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;

}
.rightcon .slideTxtBox .bd {
    font-size: 14px;
    /* line-height: 30px; */
    /* padding: 20px 0; */
    overflow: hidden;
    float: left;
	padding: 0;

}
.rightcon .slideTxtBox .bd p {
	padding: 5px 0 0 0;
	overflow: hidden;

}
.proDetailsCanS {
	margin: 0px auto 0 !important;
}

.video{
	background: #000;
	width: 600px;
	height: 400px;
	margin: 30px auto;
}

.mub02Title h2 {
    font-size: 25px;
    color: #014590;
    font-weight: normal;
    text-transform: uppercase;
	overflow: hidden;
}
.mub02Title {
    text-align: center;
    margin: 20px 0 0 0;
	overflow: hidden;
}
.jscon{
	font-size: 14px;
	line-height: 26px;
	    background: #f5f5f5;
    padding: 30px;
}
.jscon h2{
	    font-size: 18px;
    color: #014590;
    text-transform: uppercase;
	line-height: 35px;
    overflow: hidden;
	padding-bottom: 8px;
}
.jscon strong{
	color: #f1251f;
}


.biaoge table {
width: 100% !IMPORTANT;
	margin: 20px 0 30px 0;
border: 1px solid #e4e4e4 !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 14PX !IMPORTANT;
	text-align: center;
word-break: break-all; word-wrap:break-word;
}

.biaoge table td {
border: 1px solid #e4e4e4 !IMPORTANT;
padding: 5px !IMPORTANT;
}
.pausecenterchdsqyayookc{
	left: 45%!important;
    top: 43%!important;
}
.gzpic{
	padding-top: 15px;
}
.gzpic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}