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: #fff;
}

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;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}


/*头部*/

.header {
	width: 100%;
	height: 120px;
}

.header .ilogo {
	float: left;
	/*width: 549px;
	height: 50px;*/
	margin-top: 15px;
}

.header .ilogo img {
	display: block;
	/*width: 549px;
	height: 50px;*/
}

.header .iphone {
	float: right;
	margin-top: 33px;
}

.header .iphone span {
	display: block;
	line-height: 1;
	font-size: 15px;
	color: #999;
}

.header .iphone p {
	display: block;
	line-height: 1;
	font-size: 30px;
	color: #f6ab00;
	font-family: impact;
	margin-top: 8px;
}


/*nav-ban*/

.inav-ban {
	position: relative;
	height: 505px;
}

.inav-ban .inav {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 0;
	z-index: 9999;
}

.inav-ban .inav ul li {
	float: left;
	width: 14.2857%;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.inav-ban .inav ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.inav-ban .inav ul li a:hover {
	color: #00796a;
}

.inav-ban .inav ul .on a {
	color: #00796a;
}


/*iban*/

.iban {
	width: 100%;
	height: 505px;
	position: absolute;
	top: 0;
	z-index: 99;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 505px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 505px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 500px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 25px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #00796a;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 0;
	background-position: -6px -137px;
}


/*搜索*/

.isearch {
	height: 50px;
	border-bottom: 1px solid #eee;
}

.isearch .isearch-l {
	float: left;
	height: 50px;
	line-height: 50px;
}

.isearch .isearch-l a {
	margin-left: 30px;
}

.isearch .isearch-l a:hover {
	color: #00796a;
}

.isearch .isearch-r {
	float: right;
	width: 400px;
	height: 26px;
	margin-top: 12px;
}

.isearch .isearch-r form {
	width: 400px;
	height: 26px;
}

.isearch .isearch-r .isearch-box {
	float: left;
	width: 330px;
	height: 26px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	background: #e5e5e5;
	background-image: url(../img/isearch.png);
	background-position: left 8px top 5px;
	background-repeat: no-repeat;
}

.isearch .isearch-r input {
	padding: 0;
	border: none;
	outline: none;
}

.isearch .isearch-r .isearch-box .isearch-txt {
	width: 285px;
	height: 20px;
	line-height: 20px;
	background: #e5e5e5;
	margin-top: 3px;
	margin-left: 35px;
}

.isearch .isearch-r .isearch-button {
	float: left;
	width: 70px;
	height: 26px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	cursor: pointer;
	background: #f6ab00;
	color: #fff;
}

.isearch .isearch-r .isearch-button:hover {
	background: #00796a;
}


/*title*/

.ititle {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

.ititle h5 {
	font-size: 25px;
	font-weight: bold;
	color: #f6ab00;
}

.ititle h5 span {
	color: #00796a;
}

.ititle p {
	font-size: 15px;
	color: #bbb;
	text-transform: uppercase;
	margin: 10px 0;
}

.ititle i {
	display: block;
	width: 330px;
	height: 7px;
	position: relative;
	margin: 0 auto;
}

.ititle i:before {
	display: block;
	content: "";
	width: 250px;
	height: 1px;
	background: #aaa;
	position: absolute;
	top: 0;
	left: 0;
}

.ititle i:after {
	display: block;
	content: "";
	width: 250px;
	height: 1px;
	background: #aaa;
	position: absolute;
	bottom: 0;
	right: 0;
}


/*产品*/

.ipro {
	margin-top: 80px;
}
.ipro-b .ipro-nav{
	margin-top: 10px;
}
.ipro-b .ipro-nav ul li{
	float: left;
	margin-right: 50px;
	margin-top: 15px;
}
.ipro-b .ipro-nav ul li:nth-of-type(5n){
	margin-right: 0;
}
.ipro-b .ipro-nav ul li a{
	display: block;
	width: 200px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 15px;
	color: #666;
}
.ipro-b .ipro-nav ul li a:hover{
	border-color: #00796a;
	background: #00796a;
	color: #fff;
}
.ipro-b .ipro-list{
	margin-top: 10px;
}
.ipro-b .ipro-list ul li{
	float: left;
	width: 272px;
	margin-top: 25px;
	margin-right: 37px;
}
.ipro-b .ipro-list ul li:nth-of-type(4n){
	margin-right: 0;
}

.ipro-b .ipro-list ul li a img{
	display: block;
	width: 270px;
	height: 200px;
	border: 1px solid #ccc;
}
.ipro-b .ipro-list ul li:hover a img{
	border: 1px solid #00796a;
}
.ipro-b .ipro-list ul li a span{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.ipro-b .ipro-list ul li:hover a span{
	color: #00796a;
}
/*对比*/

.fl {
	float: left;
}

.pk_bg {
	background: url(../img/db-bg.jpg) no-repeat center 0;
	height: 630px;
	font-size: 0;
	overflow: hidden;
	margin-top: 80px;
}

.qi_t {
	padding: 60px 0 0;
	height: 102px;
	overflow: hidden;
	width: 648px;
	margin: 0 auto;
}

.qi_t ul li {
	width: 136px;
	float: left;
	padding: 0 40px;
}

.qi_t ul li a {
	display: block;
	float: left;
	width: 134px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	border: #fff 1px solid;
	overflow: hidden;
}

.qi_t ul li.cur a,
.qi_t ul li a:hover {
	background: #ffae00;
	border: #ffae00 1px solid;
	text-decoration: none;
}

.pk_l {
	width: 540px;
	height: 405px;
	background: #fff;
}

.pk_l p {
	width: 500px;
	height: 334px;
	margin: 0 auto;
	padding: 10px 0 0;
	position: relative;
}

.pk_l p img {
	width: 500px;
	height: 334px;
}

.pk_l p span,
.pk_r span {
	display: block;
	font-size: 24px;
	color: #fff;
	width: 500px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 121, 106, 0.7);
	overflow: hidden;
}

.pk_l em {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	width: 500px;
	margin: 0 auto;
	padding: 8px 0 0;
}

.pk_c {
	width: 120px;
}

.pk_c img {
	width: 120px;
	height: 405px;
}

.pk_r {
	width: 540px;
	height: 360px;
	position: relative;
	margin: 23px 0 0;
}

.pk_r img {
	width: 540px;
	height: 360px;
}

.pk_r span {
	color: #7f7f7f;
	width: 540px;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

.qi_tel {
	display: inline-block;
	width: 350px;
	position: absolute;
	top: 612px;
	right: 0;
}

.qi_tel i {
	display: block;
	float: left;
	width: 122px;
}

.qi_tel i a {
	font-size: 14px;
	color: #0093ca;
	display: block;
	width: 118px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: #0093ca 2px solid;
	overflow: hidden;
}

.qi_tel i a:hover {
	color: #ffae00;
	border: #ffae00 2px solid;
	text-decoration: none;
}

.qi_tel b {
	font-size: 24px;
	color: #0093ca;
	display: block;
	float: left;
	padding: 3px 0 0 20px;
}


/*关于*/

.iabout {
	margin-top: 70px;
	width: 100%;
}

.iabout .iabout-img {
	float: left;
	width: 520px;
	height: 320px;
}

.iabout .iabout-img img {
	display: block;
	width: 520px;
	height: 320px;
}

.iabout .iabout-txt {
	float: right;
	width: 680px;
	height: 280px;
	margin-top: 20px;
	background: #eee;
	box-sizing: border-box;
	padding: 25px 30px;
}

.iabout .iabout-txt h2 {
	font-weight: bold;
	font-size: 20px;
	color: #00796a;
}

.iabout .iabout-txt h2 span {
	color: #f6ab00;
}

.iabout .iabout-txt h5 {
	text-transform: uppercase;
	color: #999;
	margin: 10px 0;
}

.iabout .iabout-txt p {
	line-height: 2;
}

.iabout .iabout-txt p a {
	color: #ea7900;
}

.iabout .iabout-txt p a:hover {
	color: #00796a;
}

.iabout .iabout-list {
	width: 100%;
	margin-top: 30px;
}

.iabout .iabout-list dl {
	float: left;
	width: 25%;
}

.iabout .iabout-list dl i {
	display: block;
	width: 74px;
	height: 70px;
	margin: 0 auto;
}

.about01 {
	background: url(../img/iabout-list.png) left top no-repeat;
}

.about02 {
	background: url(../img/iabout-list.png) left -74px top 0 no-repeat;
}

.about03 {
	background: url(../img/iabout-list.png) left -148px top 0 no-repeat;
}

.about04 {
	background: url(../img/iabout-list.png) left -222px top 0 no-repeat;
}

.iabout .iabout-list dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #00796A;
	text-align: center;
	margin: 10px 0;
}

.iabout .iabout-list dl dd {
	width: 170px;
	margin: 0 auto;
	text-align: center;
	line-height: 22px;
	color: #666;
}


/*服务*/

.iservice {
	margin-top: 80px;
}

.iser01 .iser-title {
	float: left;
	width: 90px;
	height: 180px;
}

.iser01 .iser-title img {
	display: block;
	width: 90px;
	height: 180px;
}

.iser01 .iser-img {
	float: left;
	margin-left: 30px;
}

.iser01 .iser-img img {
	display: block;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	width: 560px;
	height: 320px;
}

.iser01 .iser-txt {
	float: right;
	width: 490px;
	height: 320px;
	display: table;
}

.iser02 .iser-title {
	float: right;
	width: 90px;
	height: 180px;
}

.iser02 .iser-title img {
	display: block;
	width: 90px;
	height: 180px;
}

.iser02 .iser-img {
	float: right;
	margin-right: 30px;
}

.iser02 .iser-img img {
	display: block;
	width: 490px;
	height: 356px;
}

.iser02 .iser-txt {
	float: left;
	width: 560px;
	height: 356px;
	display: table;
}

.iser03 .iser-title {
	float: left;
	width: 90px;
	height: 180px;
}

.iser03 .iser-title img {
	display: block;
	width: 90px;
	height: 180px;
}

.iser03 .iser-img {
	float: left;
	margin-left: 30px;
}

.iser03 .iser-img img {
	display: block;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	width: 550px;
	height: 340px;
}

.iser03 .iser-txt {
	float: right;
	width: 500px;
	height: 340px;
	display: table;
}

.iser01 {
	margin-top: 30px;
}

.iser02 {
	margin-top: 50px;
}

.iser03 {
	margin-top: 40px;
}

.iser-txt .iser-content {
	display: table-cell;
	vertical-align: middle;
}

.iser-txt .iser-content dd {
	font-size: 15px;
	line-height: 2;
	padding-left: 25px;
	background: url(../img/iser-icon.png) left 0 top 9.5px no-repeat;
	margin-bottom: 12px;
}

.iser-txt .iser-content a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin-top: 35px;
	margin-bottom: 5px;
	text-align: center;
	background: #00796a;
	font-size: 15px;
	color: #fff;
}

.iser-txt .iser-content a:hover {
	background: #f6ab00;
}


/*荣誉*/

.ihonor {
	margin-top: 80px;
}

.ihonor-b {
	width: 100%;
	margin-top: 30px;
}

.mr_frbox {
	padding: 0;
}

.mr_frBtnL {
	float: left;
	margin: 34px 43px 0px 0px;
	cursor: pointer;
	display: inline;
}

.mr_frUl {
	float: left;
	width: 1040px;
	overflow: hidden;
}

.mr_frBtnR {
	float: right;
	margin-top: 34px;
	cursor: pointer;
}

.mr_frUl ul li {
	display: inline;
	float: left;
	margin-right: 35px;
}

.mr_frUl ul li a {
	display: block;
}

.mr_frUl ul li img {
	display: block;
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 180px;
	height: 135px;
}


/*新闻&联系*/

.inews-icontact {
	margin-top: 80px;
}

.box-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #00796a;
	position: relative;
}

.box-title:after {
	display: block;
	content: "";
	width: 80px;
	height: 2px;
	background: #f6ab00;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.box-title h5 {
	float: left;
	font-size: 18px;
	line-height: 18px;
}

.box-title a {
	float: right;
	font-size: 13px;
	line-height: 18px;
}

.box-title a:hover {
	color: #00796a;
}

.inews {
	margin-right: 45px;
}

.inews,
.icontact {
	float: left;
	width: 370px;
}

.inews .inews-b ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #999;
	overflow: hidden;
}

.inews .inews-b ul li a:hover {
	color: #00796a;
}

.inews .inews-b ul li span {
	float: right;
	color: #999;
}

.icontact .icontact-img {
	margin-top: 10px;
}

.icontact .icontact-img img {
	display: block;
	width: 370px;
	height: 90px;
}

.icontact .icontact-b {
	margin-top: 15px;
	line-height: 23px;
}


/*footer*/

.footer {
	margin-top: 100px;
	padding: 40px 0;
	background: #00796a;
}

.footer .ft-logo,
.footer .ft-nav,
.footer .ft-contact,
.footer .ft-ewm {
	float: left;
	height: 150px;
}

.footer .ft-logo {
	width: 220px;
	text-align: center;
	border-right: 1px solid #fff;
	padding-right: 55px;
}

.footer .ft-logo img {
	display: block;
	width: 122px;
	height: 50px;
	margin: 25px auto 0 auto;
}

.footer .ft-logo h2 {
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
}

.footer .ft-nav {
	width: 155px;
	padding: 0 75px;
	border-right: 1px solid #fff;
}

.footer .ft-nav ul li {
	float: left;
	color: #fff;
	margin-right: 50px;
	margin-top: 27px;
}

.footer .ft-nav ul li:nth-of-type(1),
.footer .ft-nav ul li:nth-of-type(2) {
	margin-top: 0;
}

.footer .ft-nav ul li:nth-of-type(2n) {
	margin-right: 0;
}

.footer .ft-nav ul li a:hover {
	text-decoration: underline;
}

.footer .ft-contact {
	padding: 0 65px;
	border-right: 1px solid #fff;
}

.footer .ft-contact p {
	margin-top: 27px;
	color: #fff;
}

.footer .ft-contact p:first-of-type {
	margin-top: 0;
}

.footer .ft-ewm {
	text-align: center;
	padding-left: 65px;
}

.footer .ft-ewm img {
	display: block;
	width: 120px;
	height: 120px;
	margin-top: 2px;
}

.footer .ft-ewm p {
	color: #fff;
	margin-top: 10px;
}


/*内页*/

.content {
	margin-top: 50px;
}


/*侧边栏*/

.content-left {
	float: left;
	width: 270px;
}

.content-left .left-nav {
	width: 100%;
}

.content-left .left-nav .left-title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #eee;
	border-bottom: 2px solid #00796a;
	position: relative;
}

.content-left .left-nav .left-title:after {
	display: block;
	content: "";
	width: 100px;
	height: 2px;
	background: #f6ab00;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.content-left .left-nav .left-title h5 {
	font-size: 25px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
}

.content-left .left-nav .left-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.content-left .left-nav .left-list {
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px 0 15px 0;
}

.content-left .left-nav .left-list ul li {
	width: 240px;
	margin: 10px auto 0 auto;
}

.content-left .left-nav .left-list ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	background: #eee;
	font-size: 15px;
	color: #666;
	padding-left: 50px;
	background-image: url(../img/left-icon.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.content-left .left-nav .left-list ul li:last-of-type a {
	border-bottom: none;
}

.content-left .left-nav .left-list ul li a:hover {
	background: #00796a;
	color: #fff;
	background-image: url(../img/left-icon01.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.content-left .left-nav .left-list ul .on a {
	background: #00796a;
	color: #fff;
	background-image: url(../img/left-icon01.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.content-left .left-contact {
	border: 1px solid #ddd;
	margin-top: 50px;
}

.content-left .left-contact .left-contact-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.content-left .left-contact .left-contact-title h5 {
	font-size: 25px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.content-left .left-contact .left-contact-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.content-left .left-contact .left-contact-b img {
	display: block;
	width: 240px;
	height: 100px;
	margin: 14px auto 0 auto;
}

.content-left .left-contact .left-contact-b dd {
	width: 240px;
	line-height: 25px;
	margin: 5px auto 0 auto;
}

.content-right {
	float: right;
	width: 890px;
}

.content-right .right-title {
	width: 100%;
	border-bottom: 2px solid #00796a;
	position: relative;
	padding-bottom: 10px;
}

.content-right .right-title:after {
	display: block;
	content: "";
	width: 100px;
	height: 2px;
	background: #f6ab00;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.content-right .right-title h5 {
	float: left;
	font-size: 23px;
}

.content-right .location {
	float: right;
	color: #666;
	margin-top: 12px;
}

.content-right .content-b {
	padding-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}


/*新闻列表*/

.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: #00796a;
}

.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: #f6ab00;
	font-size: 13px;
}

.news-list ul li>a:hover {
	background: #00796a;
}

.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 40px;
}

.pro-list ul li:hover {
	color: #00796a;
	border-color: #00796a;
}

.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-nr>h5 {
	font-size: 20px;
	text-align: center;
}

.pro-nr>img {
	display: block;
	margin: 10px auto;
	max-width: 70%;
}

.proright {
	float: right;
	width: 450px;
	height: 300px;
}
.proright h2{
	font-size: 18px;
	color: #00796a;
}
.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: #00796a;
	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;
}

/*搜索结果*/
.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;
}
