﻿/* 公共样式表css */
html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}
body {
	background: #fff;
	color: #666;
	font: 12px/150% Arial, Verdana, "microsoft yahei";
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
a:hover {
	color: #eee;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.product-content {
	position: relative;
}
.product-title {
	margin-bottom: 16px;
}
.product-title h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	line-height: 1.1;
}
.product-box {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	background: #fff;
	width: 1200px;
	top: 500px;
	height: 200px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	z-index: 999;
}
.product-header ul {
	position: relative;
}
.product-header ul li {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 16.4%;
	border-bottom: 1px solid #fff;
	height: 200px;
	padding-top: 20px;
}
.product-header {
}
.product-header ul li a {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}
.product-head-tag {
	position: relative;
	width: 94px;
	height: 94px;
	display: block;
	margin: 0 auto 15px;
}
.product-head-tag img {
	width: 100%;
	height: 100%;
	display: block;
}
.product-head-tag .active-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.product-header ul li a:hover .active-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.product-head-tit {
	display: block;
	color: #333;
	font-size: 18px;
}
.product-header ul li a:hover .product-head-tit {
	color: #00a4ff;
}
.product-header ul .on a:after {
	display: inline-block;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: #00a4ff;
	z-index: 1;
	height: 2px;
	bottom: -2px;
}
.product-list-item {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.product-list-item h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}
.product-list-item h3 a {
	display: block;
}
.product-list-item h3 a i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2px;
	margin-left: 10px;
	min-width: 32px;
	border: 1px solid #f60;
	font-size: 12px;
	line-height: 14px;
	color: #f60;
	text-align: center;
	font-style: normal;
}
.product-list-text {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}
.product-list-text span {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	margin-right: 5px;
}
.product-switch {
	background: #f7f8fa;
	overflow: hidden;
}
.product-list-item h3 a:hover {
	color: #00a4ff;
}
.product-list {
	width: 100%;
	height: 600px;
	text-align: center;
}
.product-list h3 {
	font-size: 30px;
	color: #fff;
	padding-top: 120px;
	line-height: 50px;
}
.product-list p {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	width: 1200px;
	margin: 0 auto;
}
.on .active-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.on .product-head-tit {
	color: #00a4ff;
}

.top {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #EBE7E0 solid;
}
.center1 {
    width: 1200px;
    margin-top: 0px;
    margin-right: 400px;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
}
.collection {
    float: right;
}
a:visited {
   
    text-decoration: none;
}

style.css:43
a:link {
    color: #333;
    text-decoration: none;
}