@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #fff;
}
body {
	font-size: 14.6px;
	letter-spacing: 0.2px;
}
p {
	font-size: 13.6px;
	line-height: 1.8;
	letter-spacing: 0.2px;
}
.nn {
	display: none;
}
.mobile {
	display: none;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.head {
	width: 100%;
	height: 120px;
	background-color: #0e0e0e;
}
.head-a {
	width: 1170px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
}
.logo {
	float: left;
	width: 365px;
	height: 80px;
	margin-top: 20px;
	position: absolute;
	z-index: 9998;
}
.nav {
	float: right;
	margin-top: 40px;
	position: relative;
	z-index: 9999;
	font-size: 16px;
}
.nav a:hover {
	color: #ff6537;
}
.nav>ul>li {
	float: left;
	width: 100px;
	text-align: right;
}
li {
	text-align: left;
	padding-top: 11px;
	height: 30px;
	width: 180px;
}
.nav-a-li {
	width: 150px;
	background-color: #0e0e0e;
}
.nav-a-li a {
	margin-left: 35px;
}
.nav ul ul{
	display: none;
}
.nav ul li:hover ul {
	display: block;
}
.on a {
	color: #ff6537;
}
.verticalbannera {
	background-image: url(../img/products.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 450px;
}
.verticalcontent {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.verticalcontent h3 {
	color: #ff6537;
}
.verticalcontenta {
	width: 200px;
	height: 48px;
	text-align: center;
	padding-top: 16px;
	margin-left: 38px;
	border-top: 4.5px solid #ff6537;
	border-left: 1.5px solid #ff6537;
	border-right: 1.5px solid #ff6537;
}
.verticalcontentb {
	width: 1200px;
	border-top: 1.5px solid #ff6537;
}
.verticalcontentb-a {
	width: 1120px;
	margin: 0 auto;
	padding-top: 28px;
}
.verticalcontentc {
	width: 1120px;
	margin: 0 auto;
}
.verticalcontentc-a img {
	margin-top: 1px;
	width: 600px;
	margin-left: 260px;
}
.verticalcontentc-aa {
	width: 485px;
	margin: 0 auto;
}
.top {
	width: 100%;
}
.scrollup {
    position:fixed;
    width:36px;
    height:36px;
    bottom:0px;
    right:20px;
    background: #ff6537;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}