﻿@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 400;
	src: url("../font/ProximaNova-Bold.otf") format("truetype");
}

html {
	font-family: "FZLanTingHei-L-GBK", "GothamBook", "helvetica", "arial", "Microsoft Yahei", "微软雅黑", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

a {
	text-decoration: none;
	color: #005fb4;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
}

.main {
	margin: 0 auto;
	width: 1200px;
}

.main:after {
	content: '';
	display: block;
	clear: both;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.tran {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content {
	padding-top: 40px;
	padding-bottom: 60px;
}

body {
	padding-top: 85px;
}

.head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
}

.head:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
}

.head-main {
	margin: 0 auto;
	width: 90%;
}

.head-logo {
	float: left;
}

.head-logo a {
	display: table-cell;
	height: 85px;
	width: 156px;
	vertical-align: middle;
}

.head-logo img {
	display: block;
	width: 100%;
}

.head-cont {
	float: right;
}

.head-ul {
	float: left;
}

.head-li {
	position: relative;
	margin-right: 48px;
	float: left;
}

.head-li-a {
	display: block;
	line-height: 85px;
	color: #000;
}

.head-li-i {
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url("../img/icon2.png") no-repeat right center;
}

.head-li-p {
	display: none;
}

.head-li-pull {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -80px;
	width: 160px;
	background-color: #fff;
	border-top: 1px solid #d9a704;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
}

.head-li-pull a {
	display: block;
	line-height: 40px;
	color: #333;
	border-bottom: 1px solid #ddd;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.head-li-pull a:hover {
	background-color: #f1f1f1;
}

.head-ser-icon {
	float: left;
	width: 20px;
	height: 85px;
	background: url("../img/icon1.png") no-repeat center;
	cursor: pointer;
}

.head-li:hover .head-li-pull {
	visibility: visible;
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}

.head-li:hover .head-li-a {
	color: #d9a704;
}

.head-ser {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
}

.head-ser:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.head-ser-close {
	position: absolute;
	right: 60px;
	top: 60px;
	width: 40px;
	height: 40px;
	background: url("../img/icon15.png") no-repeat center;
	cursor: pointer;
	background-size: contain;
}

.head-ser-cont {
	margin: 20% auto;
	width: 700px;
	border: 1px solid #535353;
}

.head-ser-inp {
	float: left;
	width: 80%;
	height: 68px;
	line-height: 68px;
	text-indent: 20px;
	font-size: 26px;
	color: #fff;font-family:arial;
}

.head-ser-btn {
	float: right;
	width: 10%;
	height: 68px;
	background: url("../img/icon14.png") no-repeat center;background-size:40%;
}

.foot-tit {
	padding: 10px;
	text-align: center;
	background-color: #555;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
}

.foot-nav {
	display: none;
}

@media screen and (max-width: 970px) {
	.head-logo a {
		width: 110px;
	}
	.head-li {
		margin-right: 30px;
	}
}

@media screen and (max-width: 740px) {
	body {
		padding-top: 50px;
		padding-bottom: 68px;
	}
	.head-logo a {
		width: 110px;
		height: 50px;
	}
	.head-ser-icon {
		height: 50px;
		background: url("../img/icon9.png") no-repeat center;
		background-size: contain;
	}
	.head-ul {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		display: none;
	}
	.head-ul.active {
		display: block;
	}
	.head-li {
		padding: 0 20px;
		margin: 0;
		float: none;
		width: 100%;
		background-color: #fff;
	}
	.head-li-a {
		position: relative;
		line-height: 45px;
	}
	.head-li-a.two {
		display: none;
	}
	.head-li-p {
		position: relative;
		display: block;
		line-height: 45px;
		color: #000;
	}
	.head-li-p:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #ddd;
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	.head-li-a:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #ddd;
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	.head-li-i {
		float: right;
		height: 45px;
	}
	.head-li-pull {
		position: relative;
		left: 0;
		margin-left: 0;
		display: none;
		width: 100%;
		border-top: none;
		transform: none;
		-webkit-transform: none;
		opacity: 1;
		visibility: visible;
	}
	.head-li-pull a {
		text-align: left;
		border-bottom: none;
		font-size: 14px;
		line-height: 2.4rem;
		color: #666;
	}
	.head-li-pull.active {
		display: block;
	}
	.head-ser-close {
		right: 20px;
		top: 20px;
		width: 16px;
		height: 16px;
	}
	.head-ser-cont {
		margin-top: 50%;
		width: 90%;
	}
	.head-ser-inp {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}
	.head-ser-btn {
		width: 20%;
		height: 40px;
		background-size: 42%;
	}
	.head-btn {
		float: left;
		padding: 18px 0 0 15px;
		height: 50px;
		display: block;
		float: left;
	}
	.head-btn:before {
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		background-color: #d9a704;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.head-btn:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		background-color: #d9a704;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.head-btn i {
		margin: 5px 0;
		display: block;
		width: 25px;
		height: 2px;
		background-color: #d9a704;
	}
	.head-btn.active:before {
		width: 25px;
	}
	.head-btn.active:after {
		width: 25px;
	}
.footer2{display:none;}
	.foot-tit {
		display: none;
	}
	.foot-nav {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: block;
		background-color: #f6f6f6;
	}
	.foot-nav-a {
		position: relative;
		padding: 8px 0;
		float: left;
		width: 25%;
		text-align: center;
		color: #666;
	}
	.foot-nav-a img {
		margin: 0 auto;
		display: block;
		width: 30px;
	}
	.foot-nav-a p {
		font-size: 12px;
	}
	.foot-nav-filt {
		position: absolute;
		left: 0;
		display: none;
		width: 100%;
		bottom: 100%;
		background-color: #fff;
		border: 1px solid #ddd;
	}
	.foot-nav-filt a {
		display: block;
		line-height: 35px;
		color: #333;
		border-bottom: 1px solid #ddd;
		font-size: 13px;
	}
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 1px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #0f0f0f;
}

.banner .swiper-pagination-bullet-active {
	background-color: #eccc99;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 35px;
	height: 20px;
	opacity: 0;
	background-size: contain;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.banner .swiper-button-prev {
	background-image: url("../img/icon3.png");
}

.banner .swiper-button-next {
	background-image: url("../img/icon4.png");
}

.banner:hover .swiper-button-prev {
	left: 10%;
	opacity: 1;
}

.banner:hover .swiper-button-next {
	right: 10%;
	opacity: 1;
}

.ind-nav-ul {
	padding: 85px 0;
}

.ind-nav-li {
	float: left;
	width: 25%;
}

.ind-nav-li a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000;
}

.ind-nav-li img {
	margin: 0 auto 20px auto;
	display: block;
	width: 132px;
}

.ind-img {
	background-color: #faf9f9;
}

.ind-img img {
	margin: 0 auto;
	display: block;
}

.ind-story {
	position: relative;
	background-color: #d9a704;
}

.ind-story-main {
	float: right;
}

.ind-story-img {
	position: relative;
	top: -20px;
	margin-right: 28px;
	float: left;
	width: 318px;
}

.ind-story-img img {
	display: block;
	width: 100%;
}

.ind-story-desc {
	position: relative;
	padding-top: 30px;
	float: left;
	width: 580px;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
}

.ind-story-tit {
	font-size: 16px;
	line-height: 25px;
}

.ind-story-tit span {
	margin-right: 20px;
	margin-left: -40px;
	float: left;
	width: 99px;
	border: 1px solid #fff;
	font-size: 12px;
	text-indent: 38px;
	background: url("../img/icon10.png") no-repeat 15px center;
}

.ind-story-sec {
	position: absolute;
	left: 35%;
	bottom: -65px;
	width: 500px;
}

.ind-story-sec a {
	margin-right: 13px;
	float: left;
	width: 217px;
}

.ind-story-sec img {
	display: block;
	width: 100%;
}

.ind-prod {
	padding-top: 80px;
	padding-bottom: 70px;
}

.ind-tit {
	padding: 50px 0;
	text-align: center;
}

.ind-tit-ctr {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #deb342;
}

.ind-tit-ctr p {
	font-size: 22px;
}

.ind-tit-ctr span {
	font-size: 12px;
	text-transform: uppercase;
}

.ind-tit-ctr:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 17px;
	width: 32px;
	height: 13px;
	background: url("../img/icon11.png") no-repeat center;
}

.ind-tit-ctr:after {
	content: '';
	position: absolute;
	right: -40px;
	top: 17px;
	width: 32px;
	height: 13px;
	background: url("../img/icon12.png") no-repeat center;
}

.ind-prod-ul {
	margin: 0 -5px;
}

.ind-prod-li {
	padding: 0 5px;
	float: left;
	width: 25%;
}

.ind-prod-li a {
	display: block;
}

.ind-prod-li-img {
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
}

.ind-prod-li-img img {
	display: block;
	width: 100%;
}

.ind-prod-li-img:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 1px solid #d9a704;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ind-prod-li-tit {
	padding: 15px 20px;
	line-height: 30px;
	background-color: #555;
	color: #fff;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ind-prod-li-tit i {
	float: right;
	height: 30px;
	width: 30px;
	background: url("../img/icon13.png") no-repeat center;
}

.ind-prod-li a:hover .ind-prod-li-tit {
	background-color: #d9a704;
}

.ind-prod-li a:hover .ind-prod-li-img:before {
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.ind-serv {
	padding-bottom: 170px;
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("../img/bkg1.png");
}

.ind-serv-cont {
	position: relative;
}

.ind-serv-cont:before {
	content: '';
	position: absolute;
	left: 0;
	top: 88px;
	width: 116px;
	height: 130px;
	border: 1px solid #a1a1a1;
	border-right: none;
}

.ind-serv-cont:after {
	content: '';
	position: absolute;
	right: 0;
	top: 88px;
	width: 116px;
	height: 130px;
	border: 1px solid #a1a1a1;
	border-left: none;
}

.ind-serv-img {
	margin: 0 auto;
	width: 970px;
}

.ind-serv-img a {
	position: relative;
	padding: 0 1px;
	float: left;
	width: 194px;
}

.ind-serv-img a.odd {
	top: 40px;
}

.ind-serv-img img {
	display: block;
	width: 100%;
}

.ind-step-main {
	position: relative;
	height: 530px;
	margin-left: 140px;
	margin-top: 50px;
}

.ind-step-main2 {
	display: none;
}

.ind-step-li {
	position: absolute;
	padding-top: 30px;
	width: 225px;
	height: 225px;
	text-align: center;
	color: #333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../img/bkg3.png");
}

.ind-step-li p {
	margin: 0 auto 30px auto;
	width: 70px;
	height: 60px;
	background: url("../img/bkg6.png") no-repeat;
}

.ind-step-li span {
	font-size: 16px;
}

.ind-step-li:hover {
	background-image: url("../img/bkg4.png");
	color: #fff;
}

.ind-step-li.step1 {
	left: 0;
	top: 20px;
}

.ind-step-li.step1 p {
	background-position: -77px -33px;
}

.ind-step-li.step2 {
	left: 116px;
	top: 138px;
}

.ind-step-li.step2 p {
	background-position: -199px -151px;
}

.ind-step-li.step3 {
	left: 232px;
	top: 20px;
}

.ind-step-li.step3 p {
	background-position: -313px -33px;
}

.ind-step-li.step4 {
	left: 348px;
	top: 138px;
}

.ind-step-li.step4 p {
	background-position: -431px -151px;
}

.ind-step-li.step5 {
	left: 464px;
	top: 20px;
}

.ind-step-li.step5 p {
	background-position: -547px -33px;
}

.ind-step-li.step6 {
	left: 580px;
	top: 138px;
}

.ind-step-li.step6 p {
	background-position: -665px -151px;
}

.ind-step-li.step7 {
	left: 697px;
	top: 20px;
}

.ind-step-li.step7 p {
	background-position: -778px -33px;
}

.ind-step-span span {
	position: absolute;
	width: 153px;
	height: 153px;
	background: url("../img/bkg5.png") no-repeat center;
	background-size: contain;
}

.ind-step-span span.step1 {
	left: -5px;
	top: 214px;
}

.ind-step-span span.step2 {
	left: 153px;
	top: -27px;
}

.ind-step-span span.step3 {
	left: 268px;
	top: 258px;
}

.ind-step-span span.step4 {
	left: 385px;
	top: -27px;
}

.ind-step-span span.step5 {
	left: 500px;
	top: 258px;
}

.ind-step-span span.step6 {
	left: 618px;
	top: -27px;
}

.ind-step-span span.step7 {
	left: 776px;
	top: 214px;
}

.ind-bot {
	height: 303px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../img/bkg2.jpg");
}

.ind-bot-cont {
	padding-top: 100px;
	text-align: center;
}

.ind-bot-cont p {
	position: relative;
	margin-bottom: 60px;
	font-size: 22px;
	color: #fff;
}

.ind-bot-cont p:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 1px;
	background-color: #fff;
}

.ind-bot-cont a {
	display: inline-block;
	width: 155px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d9a704;
	color: #d9a704;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ind-bot-cont a:hover {
	background-color: #d9a704;
	color: #fff;
}

.about-tit {
	padding-bottom: 40px;
	text-align: center;
	color: #020000;
}

.about-tit p {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Kalinga;
}

.about-tit span {
	position: relative;
	display: inline-block;
	font-size: 20px;
}

.about-tit span:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 15px;
	width: 8px;
	height: 2px;
	background-color: #686767;
}

.about-tit span:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 15px;
	width: 8px;
	height: 2px;
	background-color: #686767;
}

.about-intro {
	line-height: 30px;
	text-indent: 30px;
	color: #333;
}

.about-intro p {
	margin-bottom: 20px;
}

.join-li {
	border-bottom: 1px solid #ddd;
}

.join-li:first-child {
	border-top: 1px solid #ddd;
}

.join-li-tit {
	padding: 15px 0;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.join-li-tit.active .join-li-tit-a:first-child {
	color: #d9a704;
}

.join-li-tit.active .join-li-icon {
	background-image: url("../img/icon21.png");
}

.join-li-tit-a {
	float: left;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.join-li-icon {
	float: right;
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/icon20.png");
}

.join-li-intro {
	padding: 10px 0;
	display: none;
}

.join-li-intro-item {
	padding: 10px 0;
	line-height: 30px;
	color: #666;
}

.join-li-intro-item .tit {
	color: #333;
	font-weight: bold;
}

.page {
	text-align: center;
}

.page-ctr {
	padding-top: 50px;
	display: inline-block;
}

.page-ctr a {
	margin: 0 6px;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ddd;
	color: #333;
}

.page-ctr a.active {
	background-color: #d9a704;
	color: #fff;
}

.contact-cont {
	/*padding-left: 40%;*/
	line-height: 40px;
	color: #333;
}

.contact-time {
	width: 252px;
	text-align: center;
	color: #fff;
	background-color: #d9a704;
}

.contact-num {
	width: 252px;
	text-align: center;
	font-size: 18px;
}

.news-li {
	padding: 20px;
	float: left;
	width: 50%;
}

.news-li a {
	display: block;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news-li-img {
	height: 225px;
	overflow: hidden;
}

.news-li-img img {
	display: block;
	width: 100%;
}

.news-li-cont {
	padding: 20px 15px;
}

.news-li-cont i {
	float: right;
	width: 31px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/icon22.png");
}

.news-li-desc {
	float: left;
	color: #999;
	line-height: 30px;
	width: 80%;
}

.news-li-desc p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-li-desc .tit {
	font-size: 16px;
	color: #020000;
}

.news-li a:hover {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.news-li a:hover .tit {
	color: #d9a704;
}

.news-li a:hover i {
	background-image: url("../img/icon23.png");
}

.news-detail {
	padding-bottom: 40px;
}

.cur-page {
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}

.cur-page p {
	float: left;
}

.cur-page a {
	float: left;
	color: #666;
}

.cur-page span {
	float: left;
	color: #d9a704;
}

.news-detail-lf {
	float: left;
	width: 805px;
}

.news-detail-top {
	border-bottom: 1px solid #ddd;
}

.news-tit {
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.news-tit .tit {
	font-size: 18px;
	color: #020000;
}

.news-detail-p {
	padding: 20px 0;
	line-height: 30px;
	color: #333;
	text-indent: 30px;
}

.news-detail-p p {
	margin-bottom: 20px;
}

.news-detail-p img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.news-discuss {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.news-detail-tit {
	padding: 15px 0;
}

.news-detail-tit .tit {
	float: left;
	font-size: 18px;
	color: #000;
}

.news-detail-text {
	margin-bottom: 10px;
	padding: 10px;
	display: block;
	width: 100%;
	resize: none;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.news-detail-btn input {
	float: right;
	width: 110px;
	height: 35px;
	line-height: 35px;
	background-color: #b48b06;
	color: #fff;
	border-radius: 6px;
}

.all-discuss-num {
	float: right;
}

.all-discuss-num span {
	font-size: 20px;
	color: #040;
}

.discuss-li {
	padding: 15px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	border-radius: 6px;
}

.discuss-li-tit {
	margin-bottom: 10px;
	color: #999;
}

.discuss-li-tit .tit {
	float: left;
}

.discuss-li-tit .tit span {
	color: #d4950d;
}

.discuss-li-tit .time {
	float: right;
}

.discuss-li-p {
	line-height: 24px;
	color: #000;
}

.news-detail-rg {
	float: right;
	width: 316px;
}

.news-detail-more {
	margin-bottom: 20px;
	display: block;
	width: 106px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #c6c6c6;
	color: #fff;
}

.recom-news-li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.recom-news-li a {
	color: #999;
	font-size: 12px;
	line-height: 24px;
}

.recom-news-li a p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recom-news-li a .tit {
	font-size: 14px;
	color: #000;
}

.recom-news-li a:hover .tit {
	color: #d9a704;
}

.service-li {
	margin-bottom: 15px;
}

.service-li-tit {
	position: relative;
	padding: 10px 10px 10px 50px;
	background-color: #f1f1f1;
	cursor: pointer;
}

.service-li-tit b {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	line-height: 40px;
	background-color: #949393;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-family: arial;
}

.service-li-tit.active {
	background-color: #c79902;
	color: #fff;
}

.service-li-tit.active b {
	background-color: #9c7802;
}

.service-li-p {
	padding: 15px 0;
	display: none;
	line-height: 30px;
	color: #333;
}

.prod-li {
	padding: 30px;
	float: left;
	width: 33.3333%;
}

.prod-li a {
	position: relative;
	display: block;
	border: 2px solid transparent;
	overflow: hidden;
}

.prod-li img {
	display: block;
	width: 100%;
}

.prod-mob-btn {
	display: none;
}

.prod-li-desc {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding-top: 40%;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.prod-li-desc p {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
}

.prod-li-desc span {
	display: inline-block;
	width: 116px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #fff;
}

.prod-li a:hover {
	border-color: #d9a704;
}

.prod-li a:hover .prod-li-desc {
	display: block;
}

.prod-detail {
	padding: 15px 0;
}

.prod-dl {
	float: left;
	width: 160px;
}

.prod-dl.active {
	position: fixed;
	top: 95px;
}

.prod-dt {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.prod-dd a {
	position: relative;
	padding-left: 13px;
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #020;
}

.prod-dd a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 0;
	display: none;
	height: 0;
	border-left: 4px solid #d9a704;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.prod-dd a.active {
	color: #d9a704;
}

.prod-dd a.active:before {
	display: block;
}

.prod-dd a:hover {
	color: #d9a704;
}

.prod-dd a:hover:before {
	display: block;
}

.prod-detail-main {
	float: right;
	width: 960px;
}

.prod-detail-back {
	padding-bottom: 15px;
}

.prod-detail-back a {
	color: #000;
}

.prod-detail-top {
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.prod-detail-lf {
	float: left;
	width: 641px;
}

.prod-detail-img {
	margin-bottom: 20px;
}

.prod-detail-img img {
	display: block;
}

.detail-top-i {
	position: relative;
	top: -40px;
	right: 10px;
	z-index: 2;
	float: right;
	width: 30px;
	height: 30px;
	background: url("../img/icon26.png") no-repeat center;
}

.jqzoom {
	position: relative;
	display: block;
}

.jqzoom img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.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: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.prod-detail-ul {
	text-align: center;
}

.prod-detail-li {
	width: 78px;
	display: inline-block;
}

.prod-detail-li img {
	display: block;
	width: 100%;
}

.prod-detail-rg {
	float: right;
	width: 230px;
	line-height: 30px;
	color: #666;
	background-color: #fff;
}

.prod-detail-rg2 { display:none;
	 
}
.prod-detail-tit {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
	color: #333;
}

.prod-detail-pri {
	margin: 20px 0;
	font-size: 26px;
	color: #fb0505;
}

.prod-detail-a {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.prod-detail-a a {
	color: #666;
}

.prod-detail-a a.active {
	color: #d9a704;
}

.prod-detail-a a:hover {
	color: #d9a704;
}

.prod-num {
	padding-top: 10px;
	padding-bottom: 20px;
}

.prod-num-btn {
	float: left;
	width: 42px;
	height: 37px;
	cursor: pointer;
	border: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: center;
}

.prod-num-btn.del {
	background-image: url("../img/icon25.png");
}

.prod-num-btn.add {
	background-image: url("../img/icon24.png");
}

.prod-num-inp {
	margin: 0 6px;
	float: left;
	width: 132px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #ddd;
}

.prod-detail-com {
	padding: 20px 0;
}

.prod-detail-com a {
	color: #666;
}

.prod-detail-com span {
	margin: 0 6px;
}

.prod-detail-btn a {
	display: block;
	text-align: center;
	color: #f5b834;
	border: 2px solid #f5b834;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.prod-detail-btn a:first-child {
	margin-bottom: 23px;
	background-color: #ff6300;
	border-color: #ff6300;
	color: #fff;
}

.prod-detail-btn .btn-forbid {
	background: #999;
	color: #FFFFFF;
	font-family: "΢���ź�";
}

.prod-detail-intro {
	border-bottom: 1px solid #ddd;
}

.prod-detail-intro-desc {
	padding-bottom: 20px;
}

.prod-detail-intro-desc img {
	display: block;
	max-width: 100%;
}

.custom-notice {
	margin-bottom: 40px;
	padding: 20px 0;
	text-align: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.custom-top-item {
	float: left;
	width: 50%;
}

.custom-dl {
	margin-bottom: 35px;
}

.custom-dt {
	float: left;
	width: 118px;
	text-align: right;
	line-height: 40px;
}

.custom-dd {
	position: relative;
	float: left;
}

.custom-dd .Validform_checktip {
	position: absolute;
	left: 0;
	bottom: -25px;
}

.custom-dd .Validform_wrong {
	position: absolute;
	left: 0;
	bottom: -25px;
}

.custom-dd .login-code-a {
	margin-left: 10px;
}

.custom-dd-inp {
	float: left;
	width: 466px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #ddd;
}

.custom-dd-inp.wid {
	width: 160px;
}

.custom-dd-text {
	float: left;
	padding: 10px;
	width: 1080px;
	border: 1px solid #ddd;
	resize: none;
	line-height: 24px;
}

.custom-dd-img {
	margin-left: 10px;
	float: left;
	width: 78px;
	border: 1px solid #ddd;
	height: 40px;
}

.custom-dd-img img {
	display: block;
	width: 100%;
}

.custom-btn {
	margin: 20px auto 0 auto;
	display: block;
	width: 232px;
	height: 45px;
	background-color: #c79902;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}

.header {
	padding: 35px 0;
}
.sunjia{padding-top:12%;background:url(/upload/201708/15/201708151653038233.jpg) no-repeat;height:825px;}
.sunjia p{width:46%;}
.sunjia2{padding-top:30%;background:url(/upload/201708/15/201708151718144831.jpg) no-repeat;height:1110px;}
.sunjia2 p{width:100%;padding-left:66%;padding-right:5%;color:#fff;}
.sunjia3{background:url(/upload/201708/15/201708151737485724.jpg) no-repeat;height:415px;padding-top:240px;}
.sunjia3 p{width:90%;text-align:center;color:#fff;}
.sunjia4{display:none;}
.header-tit {
	float: left;
}

.header-tit a {
	float: left;
}

.header-tit p {
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	font-size: 22px;
	color: #000;
	border-left: 1px solid #ddd;
}

.login {
	padding: 10% 0;
}

.login-img {
	float: left;
	width: 740px;
}

.login-img img {
	display: block;
	width: 100%;
}

.login-cont {
	padding: 34px;
	float: right;
	width: 370px;
	border: 1px solid #ddd;
}

.login-nav {
	margin-bottom: 25px;
	border-bottom: 2px solid #ededed;
}

.login-nav a {
	margin-bottom: -2px;
	padding-bottom: 25px;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid transparent;
}

.login-nav a.active {
	color: #d9a704;
	border-color: #d9a704;
}

.login-inp {
	padding-left: 40px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 40px;
	border: 1px solid #ddd;
}

.login-inp.icon1 {
	background-image: url("../img/icon27.png");
}

.login-inp.icon2 {
	background-image: url("../img/icon28.png");
}

.login-inp.icon3 {
	background-image: url("../img/icon30.png");
}

.login-inp.icon4 {
	background-image: url("../img/icon29.png");
}

.login-btn {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	background-color: #fa4040;
	color: #fff;
}

.login-a a {
	float: right;
	color: #333;
}

.login-a a:first-child {
	float: left;
}

.sign {
	margin: 0 auto;
	padding: 5% 0 20% 0;
	width: 305px;
}

.sign .login-btn {
	margin-top: 10px;
}

.login-code .login-inp {
	float: left;
	padding-left: 10px;
	width: 190px;
}

.login-code-a {
	float: right;
	width: 105px;
	line-height: 40px;
	background-color: #fa4040;
	color: #fff;
	text-align: center;
}

.sign-p {
	margin-top: 30px;
	font-size: 12px;
	color: #999;
}

.sign-p span {
	color: #008df3;
}

.sign-success {
	padding: 15% 0;
	text-align: center;
	font-size: 24px;
	color: #000;
}

.forget {
	margin-bottom: 40px;
	height: 475px;
	border: 1px solid #ededed;
}

.forget-step {
	height: 37px;
	line-height: 37px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-image: url("../img/bkg7.png");
}

.forget-step span {
	float: left;
	width: 50%;
	text-align: center;
}

.forget-step.step2 {
	background-image: url("../img/bkg8.jpg");
}

.forget-step.step1 .span1 {
	color: #fff;
}

.forget-step.step2 .span2 {
	color: #fff;
}

.forget-main {
	margin: 70px auto 0 auto;
	padding: 40px;
	width: 780px;
	border: 1px dotted #dcdcdc;
}

.forget-inp {
	float: left;
	width: 395px;
	border-right: 1px solid #f5f5f5;
}

.forget-dl {
	margin-bottom: 30px;
}

.forget-dt {
	float: left;
	width: 100px;
	text-align: right;
	line-height: 30px;
	min-height: 1px;
}

.forget-dd {
	position: relative;
	float: left;
}

.Validform_wrong {
	position: absolute;
	left: 0;
	bottom: -23px;
}

.forget-dd-inp {
	float: left;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	text-indent: 10px;
}

.forget-dd-i {
	float: left;
	width: 30px;
	height: 30px;
	background: url("../img/icon32.png") no-repeat center;
}

.forget-dd-a {
	margin-left: 10px;
	float: left;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #fdfdfd;
	color: #333;
	border: 1px solid #ddd;
}

.forget-dd-btn {
	width: 160px;
	height: 40px;
	background-color: #fa4040;
	color: #fff;
}

.forget-notice {
	padding-left: 20px;
	float: left;
	width: 303px;
	font-size: 12px;
	line-height: 28px;
	color: #999;
}

.forget-notice-tit {
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	background: url("../img/icon33.png") no-repeat left center;
}

.forget-pass {
	padding-top: 10%;
	margin: 0 auto;
	width: 395px;
}

.forget-pass .forget-dd {
	width: 70%;
}

.forget-pass .forget-dd-inp {
	width: 100%;
}

.forget-pass .forget-dd-btn {
	width: 100%;
}

.vip-banner {
	height: 300px;
	background-color: #cfe2e1;
	background: -webkit-linear-gradient(#e4eeeb, #cfe2e1);
	background: -o-linear-gradient(#e4eeeb, #cfe2e1);
	background: -moz-linear-gradient(#e4eeeb, #cfe2e1);
	background: linear-gradient(#e4eeeb, #cfe2e1);
}

.vip-ban-cont {
	padding-top: 45px;
	text-align: center;
}

.vip-ban-img {
    position:relative;
	margin: 0 auto 10px auto;
	width: 86px;
	height: 86px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.vip-ban-img img {
	display: block;
	width: 100%;
    cursor:pointer;
}

.vip-ban-tit {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #c79902;
}

.vip-ban-p {
	margin-bottom: 20px;
	color: #333;
}

.vip-ban-a {
	display: inline-block;
	width: 260px;
	line-height: 36px;
	border: 1px solid #999;
	color: #999;
}

.vmain {
	margin: 0 auto;
	width: 1200px;
}

.vip-nav {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.vip-nav-li {
	float: left;
	width: 20%;
}

.vip-nav-li a {
	margin-bottom: -1px;
	display: block;
	line-height: 60px;
	color: #333;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}

.vip-nav-li a:hover {
	border-bottom-color: #d9a704;
}

.vip-nav-li .active {
	border-bottom-color: #d9a704;
}

.vip-nav-li:first-child a {
	border-left: 1px solid #ddd;
}

.vip-nav-li img {
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}

.vip-person {
	padding: 15% 0;
}

.vip-person-a {
	float: left;
	width: 25%;
	text-align: center;
}

.vip-person-a img {
	margin-bottom: 10px;
}

.vip-person-a a {
	display: inline-block;
	color: #333;
	font-size: 16px;
}

.vip-person-img {
	height: 60px;
}

.vip-main {
	padding-bottom: 60px;
}

.perdata {
	padding-left: 180px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.perdata-dl {
	margin-bottom: 30px;
}

.perdata-dt {
	float: left;
	width: 100px;
	min-height: 2px;
	line-height: 45px;
	text-align: right;
	color: #333;
}

.perdata-dd {
	padding-left: 15px;
	float: left;
}

.perdata-dd-inp {
	float: left;
	width: 368px;
	height: 47px;
	line-height: 45px;
	border: 1px solid #ddd;
	text-indent: 10px;
}

.perdata-dd-inp.sel {
	width: 180px;
}

.perdata-dd-inp.sel:first-child {
	margin-right: 10px;
}

.perdata-dd-p {
	margin-left: 20px;
	padding-top: 20px;
	float: left;
	font-size: 12px;
	color: #666;
}

.perdata-dd-num {
	float: left;
}

.perdata-dd-num p {
	float: left;
	line-height: 45px;
}

.perdata-dd-num span {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 232px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: #fca07d;
	background: url("../img/bkg9.png") no-repeat center;
}

.perdata-dd-redio {
	line-height: 47px;
}

.perdata-dd-redio span {
	margin-right: 30px;
	float: left;
}

.perdata-dd-redio input {
	margin-top: 18px;
	margin-right: 10px;
	float: left;
}

.perdata-btn {
	padding-top: 30px;
}

.perdata-btn input {
	float: left;
	width: 225px;
	height: 40px;
	background-color: #999;
	color: #fff;
}

.perdata-btn input:first-child {
	margin-right: 10px;
	background-color: #fa4040;
}

.address-ul {
	margin-right: -30px;
}

.address-li {
	cursor: pointer;
	position: relative;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 35px 20px;
	float: left;
	font-size: 12px;
	line-height: 30px;
	color: #666;
	width: 385px;
	height: 149px;
	background: url("../img/bkg10.png") no-repeat center;
}

.address-li.active:before {
	content: '';
	position: absolute;
	right: 1px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url("../img/icon48.png") no-repeat center;
}

.address-li.add {
	padding: 0;
	background: transparent;
}

.address-li.add img {
	display: block;
	width: 100%;
}

.address-li-tit p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.address-li-tit span {
	float: left;
}

.address-li-a a {
	display: inline-block;
	margin-right: 15px;
	color: #666;
}

.custom-li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.custom-li-img {
	float: left;
	width: 170px;
}

.custom-li-img img {
	display: block;
	width: 100%;
}

.custom-li-main {
	/*padding-left: 40px;*/width:100%;
	float: left;
}

.custom-li-tit {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.custom-li-cont {
	color: #333;
	line-height: 30px;
}

.custom-li-item {
	float: left;
	/*width: 280px;*/width:29%;
}

.custom-li-btn {
	float: left;
	width: 148px;
}

.custom-li-btn a {
	margin-bottom: 20px;
	display: block;
	line-height: 35px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.custom-li-btn a:first-child {
	border-color: #fc4949;
	background-color: #fc4949;
	color: #fff;
}

.custom-detail-img {
	float: left;
	width: 622px;
}

.custom-detail-img img {
	display: block;
	width: 100%;
}

.custom-detail-desc {
	/*padding-left: 50px;
	width: 578px;*/width:100%;float:left;
}

.custom-detail-tit {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.custom-detail-p {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	color: #333;
	line-height: 30px;
}

.custom-detail-p span {
	margin-right: 30px;
}

.custom-detail-pri {
	padding-top: 20px;
}

.custom-detail-pri-p {
	float: left;
}

.custom-detail-pri-p span {
	margin-right: 30px;
}

.custom-detail-btn {
	float: right;
	width: 148px;
}

.custom-detail-btn a {
	display: block;
	line-height: 36px;
	text-align: center;
	color: #333;
}

.custom-detail-btn a:first-child {
	background-color: #fc4949;
	color: #fff;
}

.record-ul {
	padding: 10%;
}

.record-li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.record-li a {
	color: #333;
}

.record-li-img {
	height: 65px;
}

.record-li-img img {
	margin: 0 auto;
	display: block;
}

.order-nav {
	margin-bottom: 30px;
}

.order-nav a {
	margin-right: -1px;
	float: left;
	width: 140px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	color: #333;
}

.order-nav .active {
	color: #ff6657;
}

.order-nav span {
	color: #ff6657;
}

.order-tit {
	margin-bottom: 20px;
	width: 100%;
	background-color: #f4f4f4;
	color: #333;
	line-height: 40px;
	text-align: center;
}

.order-table {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
}

.order-table tr {
	border-bottom: 1px solid #ddd;
}

.order-table-tit th {
	font-weight: normal;
	padding: 10px;
}

.order-table-tr td {
	padding: 20px;
	background-color: #f4f4f4;
	vertical-align: middle;
}

.order-table-tr2 td {
	padding: 20px;
	background-color: #f4f4f4;
	vertical-align: middle;
}

.order-table-prod {
	text-align: left;
}

.order-table-img {
	float: left;
	width: 84px;
}

.order-table-img img {
	display: block;
	width: 100%;
}

.order-table-desc {
	float: left;
	padding-left: 25px;
	width: 360px;
	line-height: 30px;
	color: #333;
}

.order-table-desc p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.order-table-desc .tit {
	font-size: 16px;
}

.cor-red {
	color: #fc4949;
}

.order-table-pri td {
	padding: 10px;
	text-align: right;
}

.order-table-com td {
	padding: 10px;
	text-align: right;
}

.order-table-com td a {
	margin-left: 10px;
	color: #333;
}

.order-table-com td a.cor-red {
	color: #FC4949;
}

.order-notice {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	color: #000;
}

.order-notice p {
	padding-left: 35px;
	display: inline-block;
	line-height: 32px;
	background: url("../img/icon44.png") no-repeat left center;
}

.order-intro {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #ddd;
	line-height: 30px;
	color: #666;
}

.order-h {
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.flow-intro {
	margin-bottom: 20px;
	padding: 30px 20px;
	border: 1px solid #ffceac;
	background-color: #fffcfb;
}

.take-intro {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 30px;
	color: #666;
}

.order-pri {
	padding: 20px;
	border: 1px solid #ddd;
}

.order-pri-a {
	clear: both;
	float: right;
	line-height: 30px;
	color: #000;
}

.order-pri-a p {
	float: left;
	width: 120px;
	text-align: right;
}

.order-pri-a span {
	float: left;
	color: #fa0b0b;
	width: 80px;
}

.integ-num {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}

.integ-num span {
	color: #ed1212;
}

.integ-table {
	width: 100%;
	line-height: 20px;
	text-align: center;
}

.integ-table tr {
	border-bottom: 1px solid #ddd;
}

.integ-table tr th {
	padding: 10px;
	background-color: #f4f4f4;
	font-weight: normal;
}

.integ-table tr td {
	padding: 15px;
	vertical-align: middle;
}

.collect-com a {
	color: #333;
}

.comment-li {
	position: relative;
	padding: 15px 30px 15px 0;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	color: #999;
}

.comment-li .tit {
	font-size: 18px;
	color: #333;
}

.comment-li-del {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url("../img/icon45.png") no-repeat center;
}

.my-car .prod-num {
	padding: 0;
	margin: 0;
	width: 130px;
}

.my-car .prod-num-btn {
	background-color: #fff;
}

.my-car .prod-num-inp {
	margin: 0;
	width: 45px;
	border-left: none;
	border-right: none;
	background-color: #fff;
}

.my-car .order-table-desc {}

.my-car-btn {
	text-align: right;
}

.my-car-btn a {
	margin-left: 10px;
	display: inline-block;
	width: 210px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #909090;
}

.my-car-btn a:last-child {
	background-color: #f94b4a;
}

.my-car-btn input {
	margin-left: 10px;
	display: inline-block;
	width: 210px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #909090;
}

.my-car-btn input:last-child {
	background-color: #f94b4a;
}

.order-adress {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 50px 20px 20px;
	font-size: 12px;
	line-height: 30px;
	color: #333;
	background-color: #fffcfb;
	border: 1px solid #ffceac;
}

.order-adress a {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #ff0000;
}

.pay-style {
	margin-bottom: 20px;
}

.pay-check {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #ddd;
}

.pay-check-item {
	padding: 10px 0;
	line-height: 30px;
	color: #666;
}

.pay-check-item:first-child {
	border-bottom: 1px solid #ddd;
}

.figure {
	padding-bottom: 60px;
}

.figure-cont {
	padding-left: 180px;
	padding-top: 30px;
}

.figure-tit {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.perdata-dd-text {
	padding: 10px;
	border: 1px solid #ddd;
	width: 660px;
	line-height: 24px;
	resize: none;
}
.online_lx{width: 42px;position: fixed;bottom: 60px;right: 10px;z-index: 9999;}
.online_box{height: 42px;width: 100%;position: relative;}
.online_box>a{display: block;width: 100%;height: 100%;transition:all .5s ease;opacity: 100;filter: alpha(opacity=100);background: url(../img/sprite02.jpg); position: relative;}
.online_box>a:hover{transition:all .5s ease; opacity: 0.9;filter: alpha(opacity=90);}
.online_box>a.float_item01{width: 100%;background-position: 0 0;transition:all .3s ease;left: 0;}
.online_box>a.float_item02{background-position: 0 -43px;}
.online_box>a.float_item03{background-position: 0 83px;}
.online_box>a.float_item04{background-position: 0 41px;}
.sli_box{width: 180px;height: auto;position: absolute;bottom: 0;left: 55px;background: #C0C0C0;transition:all .3s ease; }
.sli_box.ani{left: -139px;transition:all .3s ease; }
.float_item01.ani{left: 55px;transition:all .3s ease; }
.lx_head{padding: 20px;line-height: 16px;background: #444;color: #fff;font-size: 14px;}
.float_item01_ul li a{display: block;transition:all .5s ease;padding: 10px 20px;}
.qqbox{background: #e5e5e5; border-bottom:1px solid #ddd; color:#333;transition:all .3s ease;}
.qqbox:hover{padding: 15px 20px;background:#D8A500;color:#f9f9f9;transition:all .3s ease;}
.lx_head{position: relative;}
.lx_head span{display: block;position: absolute;top: 20px;right: 10px;width:14px;height: 14px;background: url(../img/close.png) no-repeat center center;
transition:all 1s ease;transform: rotate(0deg);cursor: pointer;}
.lx_head span:hover{transition:all 1s ease;transform: rotate(180deg);}
.contact_xinzeng02 .texa_div{margin-top: 0;}
.pic_div{}
.contact_desc{width:100%;padding-top:2.6em; background:url(/upload/201708/21/201708211344062876.jpg) no-repeat;}
.contact_desc ul li{width: 41%;
    float: left;
    margin: 0 1%;
    padding-left: 15%;}
.contact_desc ul li h4{font-size:22px;color:#333;font-weight:bold;margin-bottom:40px;}
.address{margin-bottom:20px;}
.address span{color:#333;font-weight:bold;font-size:20px;line-height:30px;margin-bottom:4px;}
.address p{color:#333;font-size:16px;word-wrap:break-word;line-height:24px;}
.contact_desc ul li dl{width:100%;margin-bottom:15px;}
.contact_desc ul li dl.t96{margin-top:96px;}
.contact_desc ul li dl dt{color:#333;font-size:16px;width:26%;float:left;font-weight:bold;}
.contact_desc ul li dl dd{color:#333;font-size:16px;width:70%;float:right;}
.contact_desc ul li dl dd a{color:#333;}
.contact_desc ul li dl dd a:hover{color:#666; text-decoration:none;}
.clear{clear:both;}
@media screen and (max-width: 1210px) {
	.main {
		width: 95%;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
	.ind-story {
		padding-bottom: 1rem;
	}
	.ind-story-img {
		width: 230px;
	}
	.ind-story-desc {
		width: 62%;
	}
	.ind-story-sec {
		left: 10%;
	}
	.ind-serv-cont:before {
		display: none;
	}
	.ind-serv-cont:after {
		display: none;
	}
	.ind-serv-img {
		width: 100%;
	}
	.ind-serv-img a {
		width: 20%;
	}
	.ind-step-main {
		margin: 0 auto;
		width: 729px;
		height: 600px;
	}
	.ind-step-li.step4 {
		left: 235px;
		top: 255px;
	}
	.ind-step-li.step5 {
		left: 351px;
		top: 137px;
	}
	.ind-step-li.step6 {
		left: 468px;
		top: 20px;
	}
	.ind-step-li.step7 {
		left: 468px;
		top: 257px;
	}
	.ind-step-span span.step3 {
		left: 116px;
		top: 336px;
	}
	.ind-step-span span.step5 {
		left: 387px;
		top: 377px;
	}
	.ind-step-span span.step5 {
		left: 387px;
		top: 377px;
	}
	.ind-step-span span.step6 {
		left: 588px;
		top: 175px;
	}
	.ind-step-span span.step7 {
		display: none;
	}
	.contact-cont {
		padding-left: 0;
	}
	.news-cont {
		margin: 0 auto;
		width: 729px;
	}
	.news-li {
		padding: 10px;
	}
	.news-li-img {
		height: 138px;
	}
	.news-detail-lf {
		width: 100%;
	}
	.news-detail-rg {
		display: none;
	}
	.prod-detail {
		margin: 0 auto;
		width: 729px;
	}
	.prod-detail-main {
		width: 550px;
	}
	.prod-detail-lf {
		width: 300px;
	}
	.prod-detail-li {
		padding: 3px;
		width: 100%;
	}
	.custom-dd {
		width: 67%;
	}
	.custom-dd-inp {
		width: 80%;
	}
	.custom-dd-text {
		width: 100%;
		border-radius: 6px;
	}
	.login-img {
		display: none;
	}
	.login-cont {
		float: none;
		margin: 0 auto;
	}
	.forget-main {
		width: 100%;
		border: none;
	}
	.forget-inp {
		float: none;
		margin: 0 auto;
	}
	.forget-notice {
		float: none;
		margin: 0 auto;
	}
	.vmain {
		width: 740px;
	}
	.perdata {
		padding-left: 90px;
	}
	.perdata-dd-p {
		display: none;
	}
	.address-ul {
		margin-right: 0;
	}
	.address-li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 360px;
		background-size: contain;
	}
	.custom-li-main {
		width: 570px;
	}
	.custom-li-item {
		width: 176px;
	}
	.custom-li-btn {
		padding-top: 10px;
		width: 100%;
	}
	.custom-li-btn a {
		margin-right: 10px;
		width: 130px;
		float: left;
	}
	.custom-detail-desc {
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
	}
	.order-table-desc {
		width: 230px;
	}
	.figure-cont {
		padding-left: 60px;
	}
	.perdata-dd-text {
		width: 550px;
	}
.sunjia{display:none;}
.sunjia2{display:none;}
.sunjia3{display:none;}
.sunjia4{display:block;width:100%;text-indent:0;}
.sunjia4 img{width:100%;}
}

@media screen and (max-width: 740px) {
.online_lx{display:none;}
	.record-li {
		width: 50%;
		margin-top: 2rem;
	}
	.record-li-img {
		height: 55px;
	}
	.record-li-img img {
		width: 30%;
	}
	.custom-li {
		padding: 20px 0 0px 0;
	}
	.custom-li-tit {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.custom-li-item p {
		line-height: 1.2rem;
		font-size: 12px;
		color: #999;
	}
	.custom-li-btn a {
		margin-right: 5px;
		width: 48%;
	}
	.vip-ban-img {
		width: 66px;
		height: 66px;
	}
	.vip-ban-p {
		margin-bottom: 10px;
	}
	.header-tit a {
		display: none;
	}
	.login-nav a {
		color: #666;
		font-weight: normal;
		width: 38%;
	}
	.login-nav a.active {
		margin-right: 24%;
	}
	.header-tit p {
		color: #666;
		border-left: 0px;
	}
	.login {
		padding: 5% 0px;
	}
	.ind-nav-ul {
		padding: 2rem 0;
	}
	.ind-nav-li {
		padding: 0 15px;
	}
	.ind-nav-li img {
		width: 100%;
		margin: 0px auto 10px auto;
	}
	.ind-nav-li a {
		font-size: 13px;
		color: #333;
	}
	.ind-img img {
		display: block;
		max-width: 70%;
	}
	.ind-story-img {
		display: none;
	}
	.ind-story-desc {
		width: 100%;
	}
	.ind-story-tit {
		font-size: 14px;
		color: #d9a704;
		padding-bottom: 1rem;
	}
	.ind-story-tit span {
		margin-left: 36%;
		font-size: 14px;
		color: #fff;
		text-indent: 30px;
	}
	.ind-story-desc {
		padding-top: 1rem;
		line-height: 1.4rem;
	}
	.ind-story-sec {
		display: none;
	}
	.ind-prod {
		padding-top: 0;
		padding-bottom: 26px;
	}
	.ind-serv {
		background-size: 50%;
		padding-bottom: 0;
		height: 20rem;
	}
	.ind-prod-li {
		padding: 5px;
		width: 50%;
	}
	.ind-prod-li-tit {
		display: none;
	}
	.ind-step-main {
		width: 290px;
		height: 1310px;
	}
	.ind-step-main {
		display: none;
	}
	.ind-step-main2 {
		display: block;
	}
	.ind-step-main2 img {
		width: 100%;
	}
	.ind-step-li.step2 {
		left: 65px;
		top: 190px;
	}
	.ind-step-li.step3 {
		left: 0;
		top: 360px;
	}
	.ind-step-li.step4 {
		left: 65px;
		top: 530px;
	}
	.ind-step-li.step5 {
		left: 0;
		top: 700px;
	}
	.ind-step-li.step6 {
		left: 65px;
		top: 870px;
	}
	.ind-step-li.step7 {
		left: 0;
		top: 1040px;
	}
	.ind-step-span span {
		width: 100px;
		height: 100px;
	}
	.ind-step-span span.step1 {
		left: 7px;
		top: 200px;
	}
	.ind-step-span span.step2 {
		left: 184px;
		top: 135px;
	}
	.ind-step-span span.step3 {
		left: 184px;
		top: 370px;
	}
	.ind-step-span span.step4 {
		left: 7px;
		top: 540px;
	}
	.ind-step-span span.step5 {
		left: 184px;
		top: 709px;
	}
	.ind-step-span span.step6 {
		left: 7px;
		top: 880px;
	}
	.ind-step-span span.step7 {
		display: block;
		left: 184px;
		top: 1050px;
	}
	.ind-bot {
		height: 8rem;
		background-size: 260%;
		margin-bottom: 0px;
	}
	.ind-bot-cont {
		padding-top: 1rem;
	}
	.ind-bot-cont p {
		position: relative;
		margin-bottom: 2rem;
		font-size: 18px;
		color: #fff;
	}
	.ind-bot-cont p:before {
		bottom: -15px;
	}
	.ind-bot-cont a {
		font-size: 12px;
	}
	.ind-tit {
		padding: 1.5rem 0;
		text-align: center;
	}
	.ind-tit p {
		font-size: 12px;
		color: #666;
	}
	.ind-tit-ctr p {
		font-size: 18px;
		color: #333;
	}
	.content {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.banner img {
		width: 100%;
	}
	.about-tit {
		padding-bottom: 20px;
	}
	.about-tit p {
		font-size: 18px;
	}
	.about-tit span {
		font-size: 18px;
	}
	.login-inp {
		height: 46px;
		line-height: 46px;
		border-radius: 6px;
	}
	.login-btn {
		height: 46px;
		font-size: 16px;
		border-radius: 6px;
	}
	.login-a {
		font-size: 16px;
	}
	.login-a a {
		color: #999;
	}
	.detail-top-i {
		display: none;
	}
	.prod-detail-tit {
		font-size: 20px;
		margin-bottom: 0;
	}
	.prod-detail-pri {
		margin: 0;
		font-size: 18px;
	}
	.prod-detail-rg .tit {
		padding-top: 0px;
		font-size: 16px;
		color: #000;
	}
	.prod-detail-a {
		margin-bottom: 5px;margin-top:0px;
		padding: 5px 0;
	}
	.prod-detail-a:after {
		content: '';
		display: block;
		clear: both;
	}
	.prod-detail-a p {
		width: 33%;
		float: left;
	}
	.prod-detail-btn a {
		margin: 0 !important;
		float: left;
		width: 50%;
	}
	.prod-num {
		padding-bottom: 10px;
	}
	.prod-detail-com {
		padding: 10px 0;display:none;
	}
	.prod-num-inp {
		width: 40%;
		height: 42px;
		line-height: 42px;
	}
	.prod-num-btn {
		height: 42px;
		line-height: 42px;
	}
	.prod-detail-com a {
		font-size: 18px;
	}
	.prod-detail-com span {
		padding: 0;
		color: #999;
	}
	.prod-detail-top {
		padding-bottom: 0rem;border:0px;
	}
	.custom-notice {
		margin-bottom: 20px;
		text-align: center;
		color: #999;
	}
	.custom-dl {
		margin-bottom: 12px;
	}
	.custom-dt {
		width: 82px;
		text-align: left;
	}
	.custom-btn {
		width: 100%;
	}
	.login-code-a {
		border-radius: 6px;
	}
	.news-cont {
		margin: 0 auto;
		width: 100%;
	}
	.news-li {
		padding: 5px;
		width: 100%;
	}
	.news-li-img {
		height: auto;
	}
	.prod-li {
		padding: 5px;
		width: 50%;
	}
	.prod-li-desc {
		padding-top: 26%;
	}
	.prod-dl {
		position: relative;
		z-index: 1;
		width: 100%;
	}
	.prod-dl.active {
		position: relative;
		top: 0;
	}
	.prod-detail-img {
		margin-bottom: 2px;
	}
	.prod-dt {
		position: relative;
		font-size: 16px;
	}
	.prod-dt:before {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
		width: 0;
		height: 0;
		border-top: 6px solid #d9a704;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
	.prod-dd {
		position: absolute;
		left: 0;
		top: 100%;
		display: none;
		width: 100%;
		background-color: #fff;
	}
	.prod-dd.active {
		display: block;
	}
	.prod-dd a.active:before {
		display: none;
	}
	.prod-detail {
		margin: 0 auto;
		width: 100%;
	}
	.prod-detail-main {
		width: 100%;
	}
	.prod-detail-lf {
		width: 100%;
	}
	.prod-detail-rg {
		position: fixed;
		left: 0;
		bottom: -100%;
		z-index: 3;
		width: 100%;
		padding: 10px 20px;
		background-color: #fff;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
.prod-detail-rg2 {
		float:left;width:100%;line-height: 30px;display:block;
	}
	.prod-detail-rg.active {
		bottom: 0;
	}
.ale-close{background:url("../img/sj4.png") top right no-repeat;position: absolute;
    right:3px;
    top:-45px;
    width: 40px;
    height: 40px;background-size: contain;}
	.shade {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 2;
		width: 100%;
		height: 100%;
		 background: #000;
		opacity: .4;
	}
	.prod-mob-btn {
		display: block;
		width: 100%;
		line-height: 46px;
		border-top:1px solid #ddd;border-bottom:1px solid #ddd;
		 font-size:18px;
		margin-top: 5px;
	}
	.custom-top-item {
		width: 100%;
	}
	.custom-dd {
		width: 100%;
	}
	.custom-dd-inp {
		width: 100%;
		border-radius: 6px;
	}
	.custom-dd-inp.wid {
		width: 225px;
	}
	.header {
		padding: 1rem 0;
	}
	.login-cont {
		padding: 0 5px;
		width: 100%;
		border: none;
	}
	.forget-main {
		margin: 30px auto;
		padding: 20px;
	}
	.forget-inp {
		width: 100%;
		border: none;
	}
	.forget-dd {
		width: 61%;
	}
	.forget-dd-inp {
		width: 90px;
	}
	.forget-notice {
		padding-left: 0;
		width: 100%;
	}
	.forget-pass {
		width: 100%;
	}
	.vmain {
		width: 100%;
	}
	.vip-nav-li {
		width: 100%;
	}
	.vip-nav-li img {
		margin-top: 18px;
		margin-right: 10px;
		width: 6%;
	}
	.vip-nav-li a {
		position: relative;
		border-bottom: 1px solid #f5f5f5;
		text-align: left;
		line-height: 60px;
	}
	.vip-nav-li a:before {
		content: '';
		position: absolute;
		right: 10px;
		top: 0;
		width: 20px;
		height: 100%;
		background: url("../img/icon20.png") no-repeat center;
	}
	.vip-person-a {
		margin-bottom: 50px;
		width: 50%;
	}
	.vip-person-a img {
		width: 60%;
	}
	.vip-main {
		padding: 0 10px;
	}
	.vip-main .vip-nav {
		display: none;
	}
	.perdata {
		padding: 15px 0 20px 0;
	}
	.perdata-dd {
		width: 100%;
		padding-left: 0px;
	}
	.perdata-dd-num span {
		width: 225px;
		background: none;
		border: 1px solid #fca07d;
		border-radius: 3px;
	}
	.perdata-dd-inp {
		width: 100%;
		border-radius: 6px;
	}
	.perdata-dd-inp.sel {
		width: 100%;
	}
	.perdata-dd-inp.sel:first-child {
		margin-bottom: 10px;
	}
	.perdata-btn input {
		width: 48%;
	}
	.perdata-btn input:first-child {
		margin-right: 4%;
	}
	.address-li {
		margin: 15px 0px 0 0;
		padding: 10px;
		width: 100%;
		background-size: 100% 100%;
		height: auto;
		font-size: 14px;
	}

.footer2{position: fixed;left: 0;bottom:55px;width: 100%;max-width: 640px;background-color: #f9f9f9;display:block;}
.footer-ul{}
.footer-li{float: left;width: 35%;text-align: center;font-size: 16px;}
.footer-li.wid25{width: 15%;font-size: 12px;margin-top:5px;}
.footer-li.wid50{width: 50%;}
.footer-li.yel{background-color: #e8a109;line-height: 45px;}
.footer-li.red{background-color: #c30606;line-height: 45px;}
.footer-li-a{display: block;color: #666;}
.footer-li.cor .footer-li-a{color: #fff;}
.foot-li-i{padding-top:5px;display: block;width: 100%;height: 20px;background-repeat: no-repeat;background-position: center;background-size:20px;}
.foot-li-ia{background-image: url("../img/sj1.png");}
.foot-li-ib{background-image: url("../img/sj2.png");}
.foot-li-car{padding-left:25px;display: inline-block;background: url("../img/sj3.png") no-repeat left center;background-size: 20px;}

	.custom-li-main {
		padding-left: 0;
		width: 100%;
	}
	.custom-li-img {
		margin-bottom: 15px;
	}
	.custom-li-item {
		width: 50%;
		float: left;
	}
	.custom-detail {
		padding-top: 30px;
	}
	.custom-detail-img {
		width: 100%;
	}
	.vip-banner {
		height: 210px;
	}
	.vip-ban-cont {
		padding-top: 20px;
	}
	.order {
		padding-top: 30px;
	}
	.order-nav a {
		margin-bottom: -1px;
		width: 25%;
	}
	.order-table-desc {
		display: none;
	}
	.order-table-img {
		width: 60px;
	}
	.order-table-tit th {
		font-size: 12px;
		padding: 5px;
	}
	.order-tit td {
		padding: 10px;
		line-height: 20px;
	}
	.integ {
		padding-top: 30px;
	}
	.collect-com {
		font-size: 12px;
	}
	.my-car .order-table-tr td {
		padding: 5px;
	}
	.my-car .order-table-tr2 td {
		padding: 5px;
	}
	.my-car-btn a {
		font-size: 14px;
		width: 150px;
	}
	.figure .integ-table tr th:nth-child(3) {
		display: none;
	}
	.figure .integ-table tr td:nth-child(3) {
		display: none;
	}
	.perdata-btn input {
		border-radius: 6px;
	}
	.perdata-btn {
		padding-left: 0px;
		padding-right: 0px;
	}
	.perdata-dl {
		margin-bottom: 0px;
	}
	.perdata-dt {
		width: 95px;
		text-align: left;
	}
	.figure-tit {
		padding-left: 20px;
	}
	.figure-cont {
		padding-left: 0;
	}
	.perdata-dd-text {
		width: 100%;
	}
}
      .vip-ban-img .upload-box{ display:inline-block; height:86px; vertical-align:middle; zoom:1; *display:inline; }
	.vip-ban-img .upload-box .upload-btn{ display:inline-block; height:86px; zoom:1; *display:inline; }
	.vip-ban-img .upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:26px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.vip-ban-img .upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.vip-ban-img .upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.vip-ban-img .upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.vip-ban-img .upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; text-indent:-99em;  cursor:pointer; overflow:hidden; }
	.vip-ban-img .upload-img{ position:absolute;left:0;top:0;width:100%;height:100%;z-index:1; }
.vip-ban-img .webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.vip-ban-img .webuploader-pick{ position:relative; display:inline-block; width:86px; line-height:86px; height:86px;  cursor:pointer; border: none; background:none; text-align:center; overflow:hidden; zoom:1; *display:inline; }
.vip-ban-img .webuploader-pick-hover{  border: none; background:none;}
.vip-ban-img .webuploader-pick-disable{ opacity:1; pointer-events:none; }

