body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
p,
dd,
dl{
	margin: 0;
	padding: 0;
}

input {
	padding: 0;
}

body {
	font: 14px/1.5 arial, "microsoft yahei";
	color: #333333;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

em,i {
	font-style: normal;
}
i{
	font-family:'icomoon' ;
}
/* 定义字体 */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?ld4jfr');
	src: url('../fonts/icomoon.eot?ld4jfr#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ld4jfr') format('truetype'),
		url('../fonts/icomoon.woff?ld4jfr') format('woff'),
		url('../fonts/icomoon.svg?ld4jfr#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: serL;
	src: url(../fonts/bodoni.ttf);
}

/* 设置通用 */
.w {
	width: 1180px;
	margin: auto;
}

.fl {
	float: left
}

.fr {
	float: right;
}

h4 {
	font-size: 28px;
	color: #FF9008;
}

p {
	color: #999;
	font-size: 18px;
	font-weight: 100;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/* 头部导航 */
.header {
	width: 1200px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
	z-index: 999;
}

.logo {
	margin-left: 35px;
}

.logo h1 {
	display: block;
}

.logo a {
	display: block;
	width: 129px;
	height: 100px;
	background: url(../imgs/logo.png) no-repeat left top;
	text-indent: -990px;
}

.navbox {
	margin-right: 35px;
	line-height: 100px;
}

.navbox li {
	float: left;
	margin: 0 20px;
}

.navbox li a {
	font-size: 16px;
	display: block;
	height: 70px;
	transition: 0.3s all;
}

.navbox li .zcd{
	display:none;
	
	
}

.navbox li:hover .zcd{
	position:absolute;
	display:block;
}
.navbox li:hover .zcd ul{
	
	
	background-color:#fff;
	height:40px;	
	z-index: 1000;	
	padding: 5px 0;
	margin: 29px 0 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	
	
}
.navbox li:hover .zcd li{
	margin:0px;
	
}
.navbox li:hover .zcd a{
	color:#333;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	text-align:center;
	display:block;
}
.current {
	color: #ff9008;
	border-bottom: 1px solid #ff9008;
}

.navbox li a:hover {
	color: #ff9008;
	border-bottom: 1px solid #ff9008;
}
/* 头部结束 */
/* 标题 */
.title {
	text-align: center;
	background: url(../imgs/title-line.png) no-repeat center;
}
/* 底部-star */
.bottomBox{
	background-color: #FAFAFA;
	border-top: 1px solid #e6e6e6;
}
.inContact{
	display: flex;
	margin-top: 43px;
}
.inContact>div{
	flex: 1;
	padding-left: 58px;
}
.inContact h4{
	font-size: 18px;
}
.inContact p{
	font-size: 16px;
}
.telephone{
	background: url(../imgs/phone.png) no-repeat left top;
}
.e-mail{
	background: url(../imgs/email.png) no-repeat left top;
}
.adress{
	background: url(../imgs/adress.png) no-repeat left top;
}
.bottomNav{
	display: flex;
	margin-top: 30px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
.bottomNav dl{
	flex: 1;
}
.bottomNav dt{
	font-size: 16px;
	height: 44px;
	
}
.bottomNav dt a{
	color: #666;
}
.bottomNav dd{
	font-size: 13px;
	height: 30px;
	
}
.bottomNav dd a{
	color: #999;
}
.conpy{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #a0a09f;
	background: #242323;
	margin-top: 20px;
}
.conpy i{
	margin-left: 5px;
}
/* 底部-end */

.crumbsbox{
	margin-bottom: 40px;
}
.crumbsbox li:first-child{
	float: left;
}
.crumbsbox li:last-child{
	float: right;
}
.crumbsbox li a{
	display: inline-block;
	margin: 0 2px;
	padding: 4px 6px;
	transition: 0.3s all;
}
.crumbsbox li i{
	display: inline-block;
	color: #999999;
}
.crumbsbox li:first-child a:hover{
	color: #ff9008;
    border-bottom: 1px solid #ff9008;
}
.yema{
	text-align: center;
	padding-bottom: 40px;
}
.yema a{
	font-weight: 100;
	font-size: 18px;
	margin: 0 5px;
	color: #999;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	transition: 0.3s all;
}
.yema .Cur{
	background:#ff9008;
	color: #fff;
}
.yema a:hover{
	background:#ff9008;
	color: #fff;
}