body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "微软雅黑", "宋体", Arail, Tabhoma;
	text-align: left;
}

body {
	/*position: relative;*/
	min-width: 1180px;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}
input, select, textarea, button {
	outline: none;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, strong, var, em {
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
}
/*头部*/
.prompt {
	font-size: 14px;
	color: #3e3e3e;
	background: #dedede;
	height: 34px;
	line-height: 34px;
}
.prompt-box {
	width: 1180px;
	margin: 0 auto;
}
.prompt-box p {
	display: inline-block;
}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	background: #fff;
	border-bottom: 1px solid #dedede;
}
.prompt-switch {
	padding-left: 30px;
	background: url(../images/icon/switch-icon.png) left center no-repeat;
	cursor: pointer;
	border: none;
	height: 34px;
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #3e3e3e;
}
.prompt-right {
	float: right;
}
.prompt-english {
	padding: 0 10px;
	color: #fafafa;
	background: #c82823;
	margin-left: 30px;
	display: inline-block;
	height: 100%;
}
.header {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0 10px;
}
.logo img {
	float: left;
}
.clear {
	clear: both;
}
.logo {
	float: left;
}
.nav li a {
	font-size: 14px;
	color: #767676;
	padding: 0 5px 15px;
	border-bottom: 2px solid transparent;
	float: left;
}
.nav li.active a {
	border-bottom: 2px solid #c82823;
	color: #3e3e3e;
}
.nav li a:hover {
	border-bottom: 2px solid #c82823;
	color: #3e3e3e;
}
.nav li {
	float: left;
	margin: 0 15px;
	padding-top: 18px;
}
.nav li:last-child {
	margin-right: 0px;
}
.nav {
	float: right;
}

.subnav {
	border-bottom: 1px solid #ccc;
	padding: 45px 0 10px;
	overflow: hidden;
}
.subnav-title {
	float: left;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0 15px;
}
.subnav-title.active {
	background: #C82823;
	color: #fff;
}
.subnav-right {
	float: right;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
.subnav-right a {
	color: #333;
}
.subnav-right a em:hover {
	text-decoration: underline;
}
.container {
	margin-top: 135px;
}

.footer {
	width: 100%;
	height: 40px;
	background: #000;
	line-height: 40px;
}
.footer-content {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.page {
	font-size: 14px;
	overflow: hidden;
	text-align: right;
	margin: 30px 0 50px;
}
.page-container {
	color: #646464;
	display: inline-block;
}
.page a {
	color: #646464;
	padding: 0 10px;
	line-height: 25px;
	display: inline-block;
	border: 1px solid #ddd;
	float: left;
	margin-right: 5px;
}
.page a.active {
	color: #e0e0e0;
	background: #c82823;
}
.page input {
	width: 50px;
	height: 23px;
	border: 1px solid #ddd;
	text-align: center;
	color: #646464;
}
.page-jump {
	float: left;
}

.item-sty.active {
	color: #c82823;
	background: url(../images/icon/location-icon-active.jpg) right 2px no-repeat;
}
.item-sty:hover {
	color: #c82823;
	background: url(../images/icon/location-icon-active.jpg) right 2px no-repeat;
}
.item-sty {
	color: #3e3e3e;
	padding-bottom: 30px;
	text-align: right;
	display: block;
	padding-right: 45px;
	position: relative;
	font-size: 14px;
	background: url(../images/icon/location-icon.jpg) right 7px no-repeat;
	font-weight: bold;
}
.item-sty::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	border-right: 1px solid #e8e8e8;
	position: absolute;
	bottom: 0;
	right: 6px;
	z-index: -1;
}
.container-subnav-left .item {
	margin-right: 32px;
	position: relative;
}
.container-subnav-left {
	width: 23%;
	float: left;
}
.container-subnav-right {
	float: right;
	width: 77%;
}
.container-subnav-right .subnav {
	padding-top: 0px;
}
.product-subnav-list {
	position: absolute;
	right: -240px;
	top: 0;
	background: rgba(255, 255, 255, .9);
	width: 200px;
	padding: 0 20px;
	display: none;
	z-index: 3;
}
.container-subnav-left .item:hover .product-subnav-list {
	display: block;
}
.list-sty {
	color: #3e3e3e;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.list-sty.active {
	color: #c82823;
}
.list-sty:hover {
	color: #c82823;
}

.qq-box {
	width: 140px;
	position: fixed;
	margin: auto;
	right: 5px;
	bottom: 0px;
	top: 0;
	z-index: 10;
	height: 240px;
	cursor: pointer;
}
.qq-container {
	position: relative;
	width: 55px;
	height: 50px;
	float: right;
	margin-top: 90px;
}
.qq-box:hover .qq-item {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.qq-icon {
	font-size: 14px;
	color: #767676;
	text-align: center;
}
.qq-item {
	position: absolute;
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
	text-align: center;
}
.qq-item a {
	display: block;
	font-size: 14px;
	color: #767676;
}
.qq-item:hover a {
	color: #c82823;
}
.qq-item img {
	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.qq-item:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.qq-item:nth-child(2) {
	top: -79px;
	left: -23px;
}
.qq-item:nth-child(3) {
	top: -53px;
	left: -89px;
}
.qq-item:nth-child(4) {
	top: 35px;
	left: -89px;
}
.qq-item:nth-child(5) {
	top: 79px;
	left: -23px;
}
