html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	background: #f0f0f0;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.wrap:after{
	display: block;
	content: "";
	clear: both;
}
.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize{
	overflow: hidden;
}
/*ban*/
/*banner*/
.ban{
	width: 100%;
	height: 500px;
	background: url(../img/banner.jpg) center no-repeat;
}

.ban>.wrap{
	position: relative;
}

.iban-r{
	position: absolute;
	right: 10px;
	top: 60px;
}
.huan_out{display:block; width:590px; height:362px;padding:7px; background:#fff;box-shadow: 1px 1px 5px #333;}
.huan{display:block; width:590px; height:362px;position:relative;z-index:2;overflow:hidden;}
.huan .ze{display:block; position:absolute;width:580px; left:0;padding:0px 5px; bottom:0;   height:28px; z-index:3;color:#fff;background:url(../images/ze.png) repeat left top;}
.huan .pic{display:block; width:600%;}
.huan .pic li img{display:block; width:590px; height:362px;}
.huan .pic li{float:left; width:590px; height:362px;}
.huan .btnt{ position:absolute;right:4px; bottom:0; z-index:24;height:32px;margin-right:2px;}
.huan .btnt li{float:left;width:23px; height:23px;background:#565655;font-size:16px;margin-right:3px;cursor:pointer; text-align:center;line-height:20px; color:#fff;border:1px solid #dbdbdb; }
.huan .btnt li.red{background:#2385c6; border:1px solid #fff;}

/*顶部*/
.itop{
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #0092df;
}
.itop dd{
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	font-size: 13px;
}
.itop dd i{
	color: #f6ab00;
	margin-right: 10px;
}

/*logo-nav*/
.logo-nav{
	width: 100%;
	height: 100px;
	background: #fff;
}
.logo-nav .ilogo{
	float: left;
	height: 46px;
	line-height: 23px;
	padding-left: 70px;
	background: url(../img/ilogo.png) left no-repeat;
	text-align: center;
	margin-top: 27px;
}
.logo-nav .ilogo p{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.logo-nav .ilogo span{
	color: #0092df;
}
.logo-nav .inav{
	float: right;
	height: 100px;
	line-height: 100px;
}
.logo-nav .inav ul li{
	display: inline-block;
	width: 90px;
	text-align: center;
}
.logo-nav .inav ul .on{
	color: #0092df;
	font-weight: bold;
}
.logo-nav .inav ul li a{
	display: block;
}

/*产品*/
.ipro{
	width: 100%;
	margin-top: 60px;
	padding-bottom: 17px;
}
.ipro .ipro-t{
	height: 300px;
	background: url(../img/ipro-bg.jpg) top no-repeat;
	text-align: center;
	overflow: hidden;
}
.ipro .ipro-t h5{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}
.ipro .ipro-t h5>span{
	font-size: 15px;
	color: #b2e4ff;
	font-weight: normal;
	
}
.ipro .ipro-t h5:after{
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	margin: 20px auto 15px;
}
.ipro .ipro-t p{
	width: 980px;
	margin: 0 auto;
	line-height: 2;
	color: #fff;
}
.ipro .ipro-t p>em{
	color: #f6ab00;
	font-weight: bold;
}
.ipro .ipro-b{
	width: 1100px;
	padding-bottom: 50px;
	margin: -90px auto 0;
	box-sizing: border-box;
	border: 5px solid #ddd;
	position: relative;
	background: #fff;
}
.ipro .ipro-b .ipro-nav{
	width: 972px;
	font-size: 0;
	margin: 30px auto;
}
.ipro .ipro-b .ipro-nav ul li{
	display: inline-block;
	border: 1px solid #ddd;
	text-align: center;
	width: 140px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	margin: 0 10px;
	color: #666;
}
.ipro .ipro-b .ipro-nav ul li:hover{
	border: 1px solid #f6ab00;
	background: #f6ab00;
	color: #fff;
}
.ipro .ipro-b .ipro-nav ul li a{
	display: block;
}
.ipro .ipro-b .ipro-list ul{
	font-size: 0;
}
.ipro .ipro-b .ipro-list ul li{
	display: inline-block;
	width: 230px;
	margin-left: 34px;
}
.ipro .ipro-b .ipro-list ul li img{
	display: block;
	width: 230px;
	height: 175px;
}
.ipro .ipro-b .ipro-list ul li span{
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 15px;
	background: url(../img/ipro-icon.png) right center no-repeat;
}
.ipro .ipro-b .ipro-list ul li:hover span{
	color: #0092df;
}
.ipro .ipro-b>a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f6ab00;
	color: #fff;
	font-size: 15px;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -80px;
}
.ipro .ipro-b>a:hover{
	background: #0092df;
}

/*关于*/
.iabout{
	margin-top: 60px;
}
.iabout img{
	float: left;
	display: block;
	width: 540px;
	height: 340px;
}

.iabout .iabout-txt{
	float: right;
	width: 580px;
	padding: 0 40px;
	height: 340px;
	color: #fff;
	background: #0092df;
}
.iabout .iabout-txt h5{
	font-size: 22px;
	font-weight: bold;
	margin-top: 37px;
}
.iabout .iabout-txt span{
	display: block;
	color: #a0deff;
	margin-top: 10px;
}
.iabout .iabout-txt p{
	line-height: 2;
	margin-top: 30px;
}
.iabout .iabout-txt a{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	color: #0092df;
	margin-top: 40px;
}
.iabout .iabout-txt a:hover{
	background: #f6ab00;
	color: #fff;
}

/*服务*/
.iser{
	width: 100%;
	margin-top: 60px;
}

.iser .iser-list{
	float: left;
	width: 220px;
	height: 200px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	margin-right: 25px;
}
.iser .iser-list:hover{
	background: #0092df;
}
.iser .iser-list:nth-of-type(5n){
	margin-right: 0;
}
.iser .iser-list .iser-list-t{
	width: 100%;
	height: 60px;
	background: #e5e5e5;
	overflow: hidden;
}
.iser .iser-list:hover .iser-list-t{
	background: #f6ab00;
}
.iser .iser-list .iser-list-t i{
	display: block;
	width: 46px;
	height: 40px;
	margin: 10px auto 0;
}
.iser01{
	background: url(../img/iser-icon.png) left 0 top 0 no-repeat;
}
.iser02{
	background: url(../img/iser-icon.png) left -46px top 0 no-repeat;
}
.iser03{
	background: url(../img/iser-icon.png) left -92px top 0 no-repeat;
}
.iser04{
	background: url(../img/iser-icon.png) left -138px top 0 no-repeat;
}
.iser05{
	background: url(../img/iser-icon.png) left -184px top 0 no-repeat;
}
.iser .iser-list:hover .iser01,
.iser .iser-list:hover .iser02,
.iser .iser-list:hover .iser03,
.iser .iser-list:hover .iser04,
.iser .iser-list:hover .iser05{
	background-position-y: -40px;
}

.iser .iser-list h5{
	font-size: 15px;
	line-height: 45px;
	margin-top: 5px;
	color: #f6ab00;
	font-weight: bold;
}
.iser .iser-list p{
	width: 200px;
	margin: 0 auto;
	line-height: 2;
	color: #666666;
}
.iser .iser-list:hover h5,
.iser .iser-list:hover p{
	color: #fff;
}

/*销售*/
.isale{
	position: relative;
	width: 100%;
	margin-top: 60px;
}
.isale .isale-txt{
	position: absolute;
	width: 690px;
	line-height: 2;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.isale .isale-txt dl{
	margin: 10px 0;
}
.isale .isale-txt dl dt{
	font-size: 15px;
	color: #f6ab00;
	font-weight: bold;
}
.isale .isale-txt dl dd{
	color: #fff;
}
.isale .isale-box{
	position: relative;
	height: 400px;
	background: #0092df;
	overflow: hidden;
}
.isale .isale-box .isale-circular{
	position: absolute;
	width: 460px;
	height: 460px;
	border-radius: 50% 0 0 50%;
	background: #f0f0f0;
	top: -30px;
	right: -30px;
}
.isale .isale-box .isale-circular i{
	display: block;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: url(../img/isale.jpg) center no-repeat;
	position: absolute;
	top: 30px;
	right: 30px;
}

/*案例*/
.icase{
	width: 100%;
	margin-top: 60px;
}
.icase h5{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.icase h5 span{
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}
.icase h5:after{
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background: #0092df;
	margin: 20px auto;
}
.icase ul li{
	float: left;
	position: relative;
	width: 270px;
	margin-right: 40px;
	margin-top: 10px;
	background: #fff;
}

.icase ul li:nth-of-type(4n){
	margin-right: 0;
}
.icase ul li img{
	display: block;
	width: 270px;
	height: 200px;
}

.icase ul li dl{
	padding: 0 10px 40px;
}
.icase ul li dl dt{
	font-size: 15px;
	line-height: 40px;
}
.icase ul li dl dd{
	line-height: 1.8;
	height: 46px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.icase ul li i{
	display: block;
	width: 0;
	height: 0;
	border-width: 35px 35px 0 0;
	border-style: solid;
	border-color: transparent #f6ab00 transparent transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.icase ul li:hover i{
	border-color: transparent #0092df transparent transparent;
}
.icase ul li span{
	position: absolute;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	bottom: 2px;
	right: 1px;
}

.icase>.wrap>a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f6ab00;
	color: #fff;
	font-size: 15px;
	margin: 40px auto 0;
}
.icase>.wrap>a:hover{
	background: #0092df;
}

/*新闻留言*/
.news-message{
	margin-top: 60px;
}
.nm-title{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #ccc;
}
.nm-title h5{
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.nm-title h5 span{
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
.nm-title>a{
	float: right;
	margin-top: 8px;
}
.nm-title>a i{
	margin-right: 10px;
	color: #999;
}
.nm-title>a:hover,
.nm-title>a:hover i{
	color: #0092df;
}

.inews{
	float: left;
	width: 750px;
}
.inews .inews-b ul li{
	margin-top: 20px;
}
.inews .inews-b .inews-date{
	float: left;
	width: 70px;
	height: 85px;
	text-align: center;
	color: #fff;
}
.inews .inews-b .inews-date span{
	display: block;
	width: 70px;
	height: 40px;
	line-height: 40px;
	background: #f6ab00;
	font-size: 25px;
}
.inews .inews-b .inews-date p{
	width: 70px;
	height: 45px;
	line-height: 45px;
	background: #0092df;
	font-size: 15px;
}
.inews .inews-b dl{
	float: right;
	width: 650px;
}

.inews .inews-b dl dt{
	font-size: 15px;
	font-weight: bold;
	color: #0092df;
}
.inews .inews-b ul li:hover dl dt{
	color: #f6ab00;
}
.inews .inews-b dl dd{
	line-height: 2;
	color: #666;
	margin-top: 8px;
}
.inews .inews-b ul li:hover dl dd{
	color: #333;
}

.imessage{
	float: right;
	width: 400px;
}
.imessage .imessage-b{
	margin-top: 20px;
}
.imessage .imessage-b input{
	outline: none;
}
.imessage .imessage-b .input-txt{
	font-size: 13px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-family: "微软雅黑";
}
.imessage .imessage-b .input-txt:focus{
	border-color: #0092df;
}
.imessage .imessage-b  textarea {
    font-family: 微软雅黑;
    width: 100%;
    height: 135px;
    font-size: 13px;
    line-height: 1.5;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-family: "微软雅黑";
    outline: none;
}
.imessage .imessage-b .input-txt:focus,
.imessage .imessage-b textarea:focus{
	border-color: #0092df;
}
.imessage .imessage-b .input-btn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #f6ab00;
    border: none;
    margin-top: 12px;
    cursor: pointer;
}
.imessage .imessage-b .input-btn:hover{
	background: #0092df;
}


/*案例*/
.icoop{
	margin-top: 60px;
}
.icoop h5{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.icoop h5 span{
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}
.icoop h5:after{
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background: #0092df;
	margin: 20px auto 0;
}
.icoop ul li{
	float: left;
	width: 250px;
	height: 125px;
	margin-right: 66px;
	margin-top: 30px;
}
.icoop ul li:nth-of-type(4n){
	margin-right: 0;
}
.icoop ul li a{
	display: block;
}

.icoop ul li a img{
	display: block;
	width: 250px;
	height: 125px;
}

/*页脚*/
.footer{
	width: 100%;
	background: #0092df;
	padding: 40px 0;
	margin-top: 100px;
}
.footer .ft-nav dl{
	float: left;
	margin-right: 90px;
}
.footer .ft-nav dl dt{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 12px;
}
.footer .ft-nav dl dd a{
	display: block;
	line-height: 2;
	color: #a4e0ff;
}

.footer .ft-nav dl dd a:hover{
	color: #fff;
}
.footer .ft-add{
	float: left;
}
.footer .ft-add dl dt{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 12px;
}
.footer .ft-add dl dd{
	line-height: 2;
	color: #fff;
}
.footer .ft-yqlj{
	margin-top: 30px;
}
.footer .ft-yqlj p{
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
.footer .ft-yqlj li{
	display: inline-block;
	margin-left: 10px;
	color: #a4e0ff;
}
/*内页*/
.content {
	margin-top: 50px;
}
.content-b>h5{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content-b img{
	display: block;
	max-width: 100%;
}

/*侧边栏*/

.content-left {
	float: left;
	width: 270px;
}

.content-left .left-nav {
	width: 100%;
	background: #fff;
}

.content-left .left-nav .left-title {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #0092df;
	overflow: hidden;
}

.content-left .left-nav .left-title h5 {
	width: 230px;
	height: 60px;
	line-height: 60px;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	font-size: 22px;
	font-weight: bold;
	margin: 14px auto;
	background: #f2f2f2;
}

.content-left .left-nav .left-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
.content-left .left-nav .left-list{
	overflow: hidden;
}
.content-left .left-nav .left-list ul li {
	width: 230px;
	margin: 0 auto 12px;
}
.content-left .left-nav .left-list ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	color: #333;
	padding: 0 25px;
}
.content-left .left-nav .left-list ul li a:hover,
.content-left .left-nav .left-list ul .active a{
	color: #fff;
	background: #0092df;
	border-color: #0092df;
}
.content-left .left-nav .left-list ul li a i{
	float: right;
	line-height: 45px;
	font-size: 15px;
}
.content-left .left-nav .left-list ul dl dd{
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}
.content-left .left-nav .left-list ul dl dd:first-of-type{
	border-top: none;
}
.content-left .left-nav .left-list ul dl dd a{
	display: block;
	padding-left: 45px;
	color: #666;
}
.content-left .left-contact{
	margin-top: 30px;
}
.content-left .left-contact .left-contact-b{
	width: 230px;
	margin: 0 auto;
}
.content-left .left-contact .left-contact-b p{
	margin: 8px auto 0 auto;
	line-height: 2;
	font-size: 14px;
	color: #666;
}
.content-left .left-contact .left-contact-b p:first-of-type{
	margin-top: 0;
}
.content-right {
	float: right;
	width: 890px;
}
.content-right .right-title {
	padding: 10px 20px;
	position: relative;
	background: #fff;
	height: 30px;
	line-height: 30px;
}
.content-right .right-title h5 {
	float: left;
	font-size: 23px;
}
.content-right .location {
	float: right;
	color: #666;
	line-height: 30px;
}
.content-right .content-b {
	margin-top: 10px;
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	background: #fff;
}
/*新闻列表*/
.news-list ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.news-list ul li:last-of-type {
	border-bottom: none;
}

.news-list ul li dd {
	font-size: 16px;
	font-weight: bold;
	color: #0092df;
}

.news-list ul li dd a:hover {
	text-decoration: underline;
}

.news-list ul li p {
	margin: 5px 0;
	color: #666;
}

.news-list ul li span {
	float: left;
	font-size: 13px;
	color: #999;
	margin-top: 2px;
}

.news-list ul li>a {
	display: block;
	float: right;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #666;
	font-size: 13px;
}

.news-list ul li>a:hover {
	background: #0092df;
}

.news-nr h5 {
	display: block;
	line-height: 35px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.news-nr h4 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

.pro-list ul li {
	float: left;
	width: 270px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 20px;
}

.pro-list ul li:hover {
	color: #0092df;
	border-color: #0092df;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	display: block;
	width: 270px;
	height: 203px;
	margin-bottom: 6px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}
.pro-list ul li a p{
	height: 50px;
	line-height: 1.8;
	color: #888;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-list ul li:hover p{
	color: #0092df;
}
.case-list ul li{
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
}

.case-list ul li a img {
    width: 200px;
    height: 150px;
    float: left;
}

.case-list ul li dl{ float:right;width:630px;  }
.case-list ul li dt{ height:34px; line-height:34px;  }
.case-list ul li dt a{color:#0092df;font-size:16px; font-weight:bold;}
.case-list ul li dt a:hover{ text-decoration:underline;}
.case-list ul li dd{ line-height:24px; margin-top:0px;height:110px; position:relative;font-size:13px;color:#888;}
.case-list ul li dd .moret{position:absolute; right:10px; background:#0092df;bottom:-5px; width:62px; text-align:center;  font-size:13px; color:#fff;  line-height:24px;height:24px; }
.case-list ul li dd .moret:hover{background:#0092df; color:#fff; line-height:24px;}

.pro-nr>h5 {
	font-size: 20px;
	text-align: center;
}

.pro-nr>img {
	display: block;
	margin: 10px auto;
	max-width: 70%;
}
.pro-nr>h3{
	font-size: 18px;
	color: #35383d;
    height: 40px;
    line-height: 40px;
    background: #e7e8e9;
    text-indent: 15px;
    margin-bottom: 15px;
    border: none;
    margin-top: 15px;
}
.proright {
	float: right;
	width: 420px;
	height: 300px;
}
.proright h2{
	font-size: 18px;
	color: #0092df;
}
.proright .summary{
	margin-top: 15px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #0092df;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

#preview {
	float: left;
	margin: 0px auto;
	width: 402px;
}

.jqzoom {
	width: 400px;
	height: 300px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 8px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0;
	display: inline;
	width: 75px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 60px;
	height: 45px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	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: 366px;
	margin-right: 8px;
}

#spec-list div {
	margin-top: 0;
	margin-left: 0;
	*margin-left: 0;
}
.pre-next{
	margin-top: 30px;
}
/*搜索结果*/
.search-list ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}
.search-list ul li a{
	display: block;
}
.search-list ul li a p{
	float: left;
	height: 40px;
	line-height: 40px;
}
.search-list ul li a span{
	float: right;
	height: 40px;
	line-height: 40px;
}

