﻿@charset "utf-8";

/*
 * Copyright 2007-2015 microhoo.com.cn. All rights reserved
 * Support: http://www.microhoo.com.cn
 * License: http://www.microhoo.com.cn/license
 * 
 * Style - Common
 * Version: 4.0
 */

/* ---------- Reset ---------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, button, th, td, p, hr, blockquote, pre, code {
	padding: 0px;
	margin: 0px;
}

html {
	_width: 100%;
	_height: 100%;
	color: #666666;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
	background-color: #ffffff;
	_background-image: url(about: blank);
	_background-attachment: fixed;
}

body {
	_width: 100%;
	_height: 100%;
}

body, input, textarea, select, button {
	font: 12px/1.5 "Microsoft Yahei",arial,"Hiragino Sans GB",sans-serif;;
}

input, textarea, select, button {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}

input[type=checkbox] {
	margin-right: 2px;
}

textarea {
	resize: none;
}

button {
	cursor: pointer;
}

table {
	width: 1200px;
	border-collapse: collapse;
	border-spacing: 0px;
}

th {
	text-align: left;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

img {
	vertical-align: middle;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	border: 0px;
}

ul, ol {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, strong, em, b {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}
/* ---------- Base ---------- */

.black {
	color: black;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.silver {
	color: silver;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.lightGreen{
	color: #ff6600;
} 
.left {
	_display: inline;
	float: left;
}

.right {
	_display: inline;
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.dialogOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
	left: 0px;
	z-index: 80;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	*zoom: 1;
	background: url(img/dialog_overlay.png);
}

.icon-nav-printer {
    background: url(img/common.png) 0px -588px no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 12px 0 10px;
    vertical-align: middle;
}
.icon-nav-service {
   	background: url(img/common.png) -48px -588px no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 12px 0 10px;
    vertical-align: middle;
}
/* ---------- Grid ---------- */

.container {
	width: 700px;
	margin: 0px auto;
	*zoom: 1;
} 
.containera {
	width: 1200px;
	margin: 0px auto;
	*zoom: 1;
} 
.containercenter{
	position: relative;
    width: 100%;
    min-width:1200px;
}
.container .row {
	/*margin-left: -10px;*/
	margin-left: 0px;
	*zoom: 1;
}

.container:before, .container:after, .container .row:before, .container .row:after {
	display: table;
	content: "";
}

.container:after, .container .row:after {
	clear: both;
}

.container .span1, .container .span2, .container .span3, .container .span4, .container .span5, .container .span6, .container .span7, .container .span8, .container .span9, .container .span10, .container .span11, .container .span12 {
	min-height: 1px;
	_height: 1px;
	_display: inline;
	float: left;
	margin-left: 0px;
}

.container .span1 {
	width: 90px;
}

.container .span2 {
	width: 190px;
}

.container .span3 {
	width: 290px;
}

.container .span4 {
	width: 390px;
}

.container .span5 {
	width: 490px;
}

.container .span6 {
	width: 590px;
}

.container .span7 {
	width: 690px;
}

.container .span8 {
	width: 790px;
}

.container .span9 {
	width: 890px;
}

.container .span10 {
	width: 990px;
}

.container .span11 {
	width: 1090px;
}

.container .span12 {
	width: 1200px;
}

.container .offset1 {
	margin-left: 110px;
}

.container .offset2 {
	margin-left: 210px;
}

.container .offset3 {
	margin-left: 310px;
}

.container .offset4 {
	margin-left: 410px;
}

.container .offset5 {
	margin-left: 510px;
}

.container .offset6 {
	margin-left: 610px;
}

.container .offset7 {
	margin-left: 710px;
}

.container .offset8 {
	margin-left: 810px;
}

.container .offset9 {
	margin-left: 910px;
}

.container .offset10 {
	margin-left: 1010px;
}

.container .offset11 {
	margin-left: 1110px;
}

.container .offset12 {
	margin-left: 1210px;
}

/* ---------- Form ---------- */

input.text {
	width: 210px;
	height: 18px;
	line-height: 18px;
	padding: 4px;
	color: #666666;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #999999 #e1e1e1 #e1e1e1 #999999;
	background: url(img/common.png) 0px 0px no-repeat;
}

input.text[type=file] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.text:hover {
	border-color: #89c1ee;
}

input.text:focus {
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	border-color: #66afe9;
	background: none;
}

input.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	background-color: #f8f8f8;
}

input.text:disabled:hover {
	border: 1px solid;
	border-color: #999999 #e1e1e1 #e1e1e1 #999999;
}

textarea.text {
	width: 350px;
	height: 120px;
	padding: 4px;
	color: #666666;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #999999 #e1e1e1 #e1e1e1 #999999;
}

textarea.text:hover {
	border-color: #89c1ee;
}

textarea.text:focus {
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
	border-color: #66afe9;
}

textarea.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	background-color: #f8f8f8;
}

textarea.text:disabled:hover {
	border: 1px solid;
	border-color: #999999 #e1e1e1 #e1e1e1 #999999;
}

input.button {
	height: 28px;
	*line-height: 22px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0px 16px;
	margin-right: 6px;
	color: #777777;
	vertical-align: middle;
	*overflow: visible;
	cursor: pointer;
	text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #ffc888;
	background: url(img/common.png) 0px -30px repeat-x;
}

@-moz-document url-prefix() {
	input.button {
		padding: 0px 10px;
	}
}

input.button:hover {
	color: #222222;
	background-position: 0px -60px;
}

input.button:active {
	background-position: 0px -90px;
}

input.button:disabled {
	color: #bbbbbb;
	cursor: default;
}

input.button:disabled:hover, input.button:disabled:active {
	color: #bbbbbb;
	background-position: 0px 0px;
}

a.button {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0px 16px;
	margin-right: 6px;
	color: #777777;
	vertical-align: middle;
	text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #ffc888;
	background: url(img/common.png) 0px -30px repeat-x;
}

a.button:hover {
	color: #222222;
	background-position: 0px -60px;
}

a.button:active {
	background-position: 0px -90px;
}

a.button:disabled {
	color: #bbbbbb;
	cursor: default;
}

a.button:disabled:hover, a.button:disabled:active {
	color: #bbbbbb;
	background-position: 0px 0px;
}

input.hidden, textarea.hidden, a.hidden {
	display: none;
}

span.requiredField {
	line-height: 28px;
	margin-right: 2px;
	color: #ff6d6d;
	font-size: 10px;
}

input.fieldError {
	border: 1px solid #ff6600;
	background-color: #fffbf5;
}

select.fieldError {
	border: 1px solid #ff6600;
	background-color: #fffbf5;
}

label.fieldError {
	line-height: 24px;
	margin-left: 4px;
	color: #ff6600;
}

/* ---------- Message ---------- */

.xxMessage {
	padding: 10px 30px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression(documentElement.scrollTop + Math.round(documentElement.offsetHeight * 0.25));
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=3);
	border: 1px solid #999999;
	background-color: #ffffff;
}

.xxMessage .messageContent {
	line-height: 24px;
	padding: 0px 10px 0px 30px;
	color: #666666;
}

.xxMessage .messagewarnIcon {
	background: url(img/common.png) -60px -360px no-repeat;
}

.xxMessage .messagesuccessIcon {
	background: url(img/common.png) -30px -390px no-repeat;
}

.xxMessage .messageerrorIcon {
	background: url(img/common.png) 0px -420px no-repeat;
}

.xxMessage .messageIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -10;
}

/* ---------- Loading ---------- */

span.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: url(img/loading_icon.gif) center no-repeat;
}

span.loadingBar {
	width: 208px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: url(img/loading_bar.gif) center no-repeat;
}

/* ---------- GoTop ---------- */

.goTop {
	width: 39px;
	height: 80px;
	display: none;
	position: fixed;
	_position: absolute;
	right: 20px;
	bottom: 160px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight - 60);
	background: url(img/common.png) -150px -120px no-repeat;
}

.goTop a {
	height: 40px;
	display: block;
	outline: none;
	blr: expression(this.hideFocus = true);
}

/* ---------- Breadcrumb ---------- */

.breadcrumb {
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	/* -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; */
	border: solid 1px #e4e4e4;
}

.breadcrumb li {
	float: left;
	padding: 0px 20px 0px 10px;
	color: #ff6600;
	background: url(img/common.png) right -180px no-repeat;
	*background-image: expression(this.nextSibling == null ? "none" : "");
}

.breadcrumb li:last-child {
	background: none;
}

/* ---------- Header ---------- */

.header {
	border-bottom: 5px solid #595656;
    min-width: 1200px;
}

.inter-header {
    height: 90px;
    width: 100%;
    border-bottom:2px solid #eeeeee;
    margin-bottom: 0px;
}

.header .top {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

.header .topNav {
	width: 1200px;
	margin: 0px auto;
}

.header .topNav li {
	float: left;
	color: #595656;
}

.header .topNav li span { 
	color: #595656;
}

.header .topNav li span.tel {
    color: #ff6600;
    vertical-align: top;
}

.header .topNav li a {
	margin: 0px 8px;
	color: #595656;
}

.header .topNav li a:hover {
	color: #ff6600;
} 

.header .topNav li a.apply{
	color: #ff6600;
}

.header .topNav .headerName {
	margin-right: 0px;
}

.header .topNav .headerName, .header .topNav .headerLogin, .header .topNav .headerRegister, .header .topNav .headerLogout {
	display: none;
}

.header .topNav .headerCart {
	min-width: 60px;
	padding-left: 30px;
	color: #ff6600;
	background: url(img/common.png) -270px -210px no-repeat;
}

.header .topNav .headerCart a {
	margin: 0px;
}

.header .topNav .headerCart em {
	color: #ff6600;
}

.header .search {
	width: 280px;
	height: 34px;
	position: relative;
	border: 1px solid #e83921;
}

.header .search .keyword {
	width: 216px;
	height: 20px;
	line-height: 20px;
	padding: 6px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #888888;
	font-size: 14px;
	-webkit-transition: border-color ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s;
	outline: none;
	border: 1px solid #e83921;
	border-right: 0px;
	background: none;
}

.header .search:hover .keyword {
	border-color: #e83921;
}

.header .search button {
	width: 55px;
	height: 34px;
	margin: 0px;
	position: absolute;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 0px;
	background-color:#e83921;
	color:#fff;
	font-family:"????????????";
	text-align:center;
	font-weight:700;
	
}

.header .search button:hover {
	filter: alpha(opacity = 90);
	opacity: 0.9;
}

.header .hotSearch {
	height: 30px;
	line-height: 30px;
	clear: both;
	padding-left: 2px;
	color:#595656;
}

.header .hotSearch a {
	margin: 0px 2px;
	color: #999999;
}

.header .phone {
	width: 180px;
	padding: 10px 20px;
	position: relative;
	color: #ff6600;
	font-size: 22px;
	font-family: "Microsoft YaHei";
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	float:right;
}

.header .phone em {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 30px;
	position: absolute;
	top: -15px;
	left: 20px;
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	background: url(img/common.png) -270px -240px no-repeat #ffffff;
}
.header .shoppingcart {
    position: relative;
    float:right;
}
.header .shoppingcart a {
    background: #b9b9b9 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px; 
    text-align: center;
    width: 130px;
}
.header .shoppingcart a i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.header .shoppingcart a b {
    display: inline-block;
    font-weight: bold;
    margin-left: 25px;
    vertical-align: middle;
}
.header .shoppingcart span {
    background: #ff6600 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: -8px;
    width: 18px;
}
.icon-header-shoppingcart {
    background-image: url("img/common.png");
    background-position:-279px -219px;
    height: 19px;
    width: 23px;
}
.header .mainNav {
	
	/*background-color: #ff6600;*/
}

.header .mainNav dt.allProductCategory {
	width: 190px;
	height:38px;
	float: left;
	background: url(img/common.png) 0px -270px no-repeat;
}

.header .mainNav dt.allProductCategory a.allA {
	color: #ffffff;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	margin-left:40px;
}

.header .mainNav dt.allProductCategory a.allA:hover {
	text-decoration: underline;
}

.header .mainNav dt.allProductCategory a.allA span{
	float: left;
    padding-left: 5px;
    margin-left:58px;
    margin-top:6px;
}

.header .mainNav dt.allProductCategory a.allA span.icon{
	background: rgba(0, 0, 0, 0) url("img/goods.gif") no-repeat scroll 0px -638px;
    height: 6px;
    width: 12px;
    float:right;
    margin-right:2px;
    margin-top:18px;
    margin-left:0px;
}

.header .mainNav dt.allProductCategory a.allA span.unfold{
	 background-position: 0px -654px;
}

.header .mainNav dd.navDD {
	float: left;
	-webkit-transition: ease-in background-color 0.3s;
	-moz-transition: ease-in background-color 0.3s;
	transition: ease-in background-color 0.3s;
	height:38px;
	line-height:38px;
}

/*.header .mainNav dd.navDD:hover {
	background-color: #ffffff;
	color:#888888;
}*/

.header .mainNav dd.navDD a:hover {
	background-color: #ffffff;
	color:#888888;
}

.header .mainNav dd.navDD a {
	padding: 0px 20px;
	/*color: #ffffff;*/
	color:#ff6600;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.header .navimenu {
	float:right;
	width:685px;
	height:56px;
	margin-top:10px;
	position:relative;
}
.header .navimenu ul{
	position:absolute;
}
.header .navimenu li{
	float:left;
	width:135px;
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#595656;
	height:56px;
	line-height:56px;
	border-left:1px solid #595656;
	font-family:"????????????";
	cursor:pointer;
}
.header .navimenu a:last-child li{
	border-right:1px solid #595656;
}
.header .navimenu li:hover{
	border-bottom:5px solid #e83921;
}
.header .navimenu li.current{
	border-bottom:5px solid #e83921;
}

/* ---------- Footer ---------- */

.footer {
	/*background: url(img/common.png) 0px -870px repeat-x #fafafa;*/
	background-color:#a9a9a9;
}

.footer .service {
	width: 1200px;
	padding: 20px 0px;
	margin: 0px auto;
}
.footer .service *{
	box-sizing:content-box;
}

.footer .service dl {
	width: 255px;
	float: left;
	padding: 0px 20px;
	text-align:center;
}

.footer .service dt {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color:#f0f0f0;
	font-weight:700;
}

.footer .service .icon1 {
	background: url(img/common.png) -240px -630px no-repeat;
}

.footer .service .icon2 {
	background: url(img/common.png) -240px -690px no-repeat;
}

.footer .service .icon3 {
	background: url(img/common.png) -240px -750px no-repeat;
}

.footer .service .icon4 {
	background: url(img/common.png) -240px -810px no-repeat;
}

.footer .service dd {
	line-height: 26px;
	padding-left: 40px; 
}

.footer .service dd a {
	color:#f0f0f0;
	font-size:14px;
}

.footer .service .qrCode {
	float: left;
	padding: 20px 0px 20px 40px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	text-align: center;
	border-left: 1px solid #e1e1e1;
}

.footer .service .qrCode img {
	display: block;
}

.footer .bottom {
	padding: 20px 0px;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
}

.footer .bottomNav {
	line-height: 30px;
	text-align: center;
}

.footer .bottomNav ul {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.footer .bottomNav li {
	float: left;
}

.footer .bottomNav li a {
	margin: 0px 10px;
}

.footer .info {
	line-height: 36px;
	text-align: center;
}

.footer .info ul {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.footer .info li {
	float: left;
}

.footer .info li a {
	margin: 0px 6px;
}

.footer .info li img {
	border: 1px solid #d9d9d9;
}
.footer .circletip{
	border-radius: 100%;
    height: 76px;
    width: 76px;
    position:relative;
    background: #f0f0f0 none repeat scroll 0 0;
    float:left;
    margin-right:108px;
    margin-left:110px;
}
.footer .circletip:first-child{
	 margin-left:130px;
}
.footer .circletip .circleback{
    background: #a9a9a9 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 72px;
    width: 72px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: all 0.2s ease-in-out 0s;
   
    z-index: 2;
}
.footer .circletip .circle-content {
    font-size: 20px;
    z-index: 3;
    height:100%;
    width:100%;
    line-height:120%;
    text-align:center;
    z-index:3;
    position:absolute;
    top:15px;
    color:#f0f0f0;
}

.cooper-partner {
    clear: both;
    width: 1200px;
    margin-bottom:20px;
    margin:0 auto;
    height:100px;
}

.cooper-partner .title .icon-cooper {
    display: inline-block;
}
.icon-cooper {
    background-image: url("img/common.png");
    background-position: -104px -511px;
    height: 26px;
    width: 30px;
    margin-top:20px;
}

.cooper-partner .title {
    color: #757b7f;
    font-size: 18px;
    font-weight:700;
}

.cooper-partner .ul-list { 
    width: 1200px;
}

.cooper-partner .ul-list li {
    float: left;
    margin: 20px 20px 20px 0;
    line-height: 40px;
}
.cooper-partner .ul-list li img{
	width:100px;
}
.footer .mperweima{
	text-align:center; 
	margin-bottom:20px;
}
/* ---------- Pagination ---------- */

.pagination {
	height: 20px;
	float: right;
	padding: 10px 0px;
	margin-bottom: 30px;
}

.pagination a, .pagination span {
	height: 18px;
	line-height: 18px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
}

.pagination a {
	padding: 0px 5px;
	border: 1px solid #cccccc;
}

.pagination a:hover {
	border: 1px solid #fd6d01;
}

.pagination a.previousPage {
	width: 18px;
	padding: 0px;
	background: url(img/common.png) 0px -120px no-repeat;
}

.pagination span.previousPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(img/common.png) -30px -120px no-repeat;
}

.pagination a.nextPage {
	width: 18px;
	padding: 0px;
	background: url(img/common.png) 0px -150px no-repeat;
}

.pagination span.nextPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(img/common.png) -30px -150px no-repeat;
}

.pagination a.firstPage {
	width: 18px;
	padding: 0px;
	background: url(img/common.png) -60px -120px no-repeat;
}

.pagination span.firstPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(img/common.png) -90px -120px no-repeat;
}

.pagination a.lastPage {
	width: 18px;
	padding: 0px;
	background: url(img/common.png) -60px -150px no-repeat;
}

.pagination span.lastPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(img/common.png) -90px -150px no-repeat;
}

.pagination span.currentPage {
	padding: 0px 5px;
	color: #fd6d01;
	font-weight: bold;
	cursor: default;
	border: 1px solid #fd6d01;
	background-color: #ffede1;
}

.pagination .pageBreak {
	padding: 0px 5px;
	color: #3366cc;
	cursor: default;
}

/* ---------- HotProductCategory ---------- */

.hotProductCategory {
	margin:15px 0px 10px 0px;
	*position: relative;
	border-top: 0px;
	width:190px;
	z-index:1000;
	position: absolute;
}

.hotProductCategory dl {
	/*height: 60px;*/
	line-height: 30px;
	clear: both;
	padding: 0px 5px;
	overflow: hidden;
	white-space: nowrap;
}

.hotProductCategory dl.odd {
	background-color: #455054;
	line-height: 30px;
    padding: 0 5px;
}

.hotProductCategory dl.even {
	background-color: #455054;
	line-height: 30px;
    padding: 4px;
}

.hotProductCategory dl a:hover {
	color: #ff6600;
}

.hotProductCategory dt {
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color:#fff;
	font-size:16px;
	margin-top:10px;
}
 
.hotProductCategory dd {
	float: left;
	margin-left:40px;
}

.hotProductCategory dd a {
	margin-right: 6px;
	color: #fff;
	font-size:14px;
}
/*******************new css****************************/
.sure-num {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #c0c0c0;
    display: block;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 108px;
}
.sure-num:hover {
    box-shadow: 0 0 2px 1px #fff;
}
.sure-num-click {
    color: #666;
}
a.sure-num.disabled {
    cursor: not-allowed;
}
.info-tit {
    background: rgba(0, 0, 0, 0) url("img/normal-tit.png") repeat-x scroll 0 0;
    border-radius: 5px 5px 0 0;
    height: 53px;
    line-height: 53px;
    padding: 0 26px;
    width: 378px;
}
.info-tit dt {
    color: #666;
    font-size: 18px;
}
.info-tit dd {
    color: #666;
    font-size: 13px;
}
.info-tit dd a {
    color: #ff6600;
    font-size: 12px;
    text-decoration: underline;
}

.normal-form {
    margin: 0 auto;
    width: 380px;
}
.normal-form li {
    height: 46px;
    position: relative;
    width: 380px;
}
.normal-form li input {
    border: 1px solid #eaeaea;
    height: 42px;
    padding-left: 129px;
    width: 249px;
}
.normal-form li input.fieldError {
   border: 1px solid #fe4979;
}
.normal-form li .form-tit {
    color: #666;
    display: block;
    font-size: 14px;
    height: 42px;
    left: 15px;
    line-height: 42px;
    position: absolute;
    top: 0;
    width: 114px;
}
.normal-form li .form-Stit {
    letter-spacing: 10px;
}
.normal-form li .form-mtit {
    letter-spacing: 4px;
}
.prefect-form li .form-xltit {
    letter-spacing: 13px;
}
.normal-form li .reg-button {
    background: #37a3ff none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin-top: 5px;
    width: 100%;
}
.normal-form .form-warn {
    color: #767676;
    font-size: 12px;
    height: 41px;
    line-height: 41px;
}
.normal-form .form-skip {
    color: #37a3ff;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 16px;
    text-align: center;
}
.normal-form .form-skip a {
    color: #37a3ff;
}
.normal-form .form-error {
    color: #ff6a6a;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
.normal-form .form-error i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: -1px;
}

.normal-form li .normal-button {
    background: #ff6600 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin-top: 5px;
    width: 100%;
    text-align:center;
    cursor:pointer;
    padding-left:0px;
}
.normal-form .form-error i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: -1px;
}
.icon-normal-error {
    background-image: url("img/icon-important.png"); 
    height: 13px;
    width: 12px;
}
.icon-right-arrow{
	background: rgba(0, 0, 0, 0) url("img/member.gif") no-repeat scroll 0 -60px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width:15px;
}
.top-nav {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #e1e1e1;
    height: 46px;
    line-height: 46px;
    width: 100%;
}
.top-nav li {
    color: #666d71;
    float: left;
    line-height: 46px;
    padding-left: 15px;
}
.top-nav li a {
    color: #666d71;
    transition: color 0.25s ease-in-out 0s;
}
.advantage {
	width:100%;
	margin:20px 0px;
	padding-bottom:20px;
	border-bottom:1px solid #949494;
}
.advantage .advantage-item{
	width:25%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
    font-size: 16px;
    text-align: center;
    float:left;
    height:45px;
    line-height:45px;
}
.advantage .advantage-item:nth-last-child(1) {
    border: 0 none;
}
.advantage span {
    background: rgba(0, 0, 0, 0) url("img/footer-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    vertical-align: middle;
    width: 45px;
}
span.footer-advantage-icon1 {
    background-position: 0px 0px;
}
 span.footer-advantage-icon2 {
    background-position: -53px 0;
}
 span.footer-advantage-icon3 {
    background-position: -102px 0;
}
span.footer-advantage-icon4 {
    background-position: -152px 0;
}
.margintop20{
	margin-top:20px;
}
.container  div.marginleft20{
	margin-left:20px;
}