/*通用类*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	text-align: justify;
	color: #111;
	overflow-x: hidden;
}
.vm {
	vertical-align: middle !important;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.cl {
	clear: both;
}
h1, h2, h3 {
	font-weight: 500;
}
img {
	border: none;
	max-width: 100%;
}
a {
	cursor: pointer;
	color: #111;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0354a8;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
input.sub, label {
	border: none;
	cursor: pointer;
}
input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#ccc;
}
.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}
.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}
.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
.line50 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
.container {
	position: relative;
}













/*404*/
.nav {
	width:820px;
	height:93px;
	line-height:93px;
	border-radius:93px;
	background:#ffa528;
	text-align:center;
	padding:0 6%;
	margin:100px auto;
	font-size:16px;
}
.nav a {
	width:20%;
	float:left;
	color:#fff;
	font-weight:bold;	
}
.error_text {
	text-align:center;
	color:#fff;
}
.error_text h1 {
	font-size:20vw;
	line-height:16vw;
	font-weight:bold;
}
.error_text h3 {
	font-size:2.2vw;
	font-weight:bold;
}
.error_text p {
	font-size:20px;
	margin-top:50px;
    font-style: italic;
	font-weight:bold;
	letter-spacing:4px;
	margin-bottom:20px;
}
.more {
    background: #e18b11;
    color: #fff;
    padding: 16px 50px;
    font-size: 16px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.more i {
	font-size:30px;
	display: inline-block;
	margin-left:12px;
	position:relative;
	top:3px;
}
.more:hover{
	color:#fff;
	padding:16px 62px;
	font-size:18px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	opacity:0.9;
}

.footer_nav {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:144px 0;
}
.footer_nav a {
	color:#fff;
	padding:0 30px;
}

@media (max-width: 1200px) {
	.nav {
		width:80%;
	}
	.error_text p {
		font-size:16px;
	}
}
@media (max-width: 768px) {
	.nav {
		width: 95%;
		padding:0 2%;
		line-height:50px;
		height:50px;
		font-size:14px;
        margin: 50px auto;
	}
	.error_text h1 {
    font-size: 32vw;
       line-height: 23vw;   
}
.error_text h3 {
    font-size: 20px;
}
.error_text p {
    font-size: 14px;
	margin:20px 0;
}
.footer_nav {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 120px 0;
}
}










/*sitemap*/
.sitemap_nav {
	width:825px;
	height:60px;
	line-height:60px;
	border-radius:10px;
	background:#0e54e7;
	text-align:center;
	padding:0 4%;
	margin:100px auto;
	font-size:14px;
}
.sitemap_nav a {
	width:16.6%;
	float:left;
	color:#fff;
}
.sitemap_tit {
	width:940px;
	margin:75px auto;
	font-size:14px;
}
.sitemap_tit a{
	color:#fff;
}
.sitemap_tit h3 {
	font-size:14px;
	margin-bottom:30px;
}
.sitemap_tit li {
	line-height:30px;
}
.product_sort {
	width:1250px;
	margin:50px auto;
	color:#fff;
}
.product_sort a {
	color:#fff;
	margin-right:15px;
	line-height:32px;
}
.product_sort h3 {
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;	
}
@media (max-width: 1300px) {
	.product_sort {
		width:90%;
	}
}
@media (max-width: 1200px) {
	.sitemap_nav {
		width:80%;
	}
	.sitemap_tit {
		width:90%;
	}
}
@media (max-width: 768px) {
	.sitemap_nav {
		width: 95%;
		padding:0 2%;
		line-height:50px;
		height:50px;
		font-size:14px;
        margin: 50px auto;
		height:auto;
	}
	.sitemap_tit {
		width:95%;
	    margin: 35px auto
	}
	.sitemap_nav a {
    width: 33.3%;
    float: left;
    color: #fff;
}
	.sitemap_tit ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
   }
   .sitemap_tit h3 {
	   margin-bottom:10px;
}
	.sitemap_tit li {
		width:33.3%;
		float:left;
  }
}