@charset "UTF-8";
* {margin: 0; padding: 0;}
ul, ol {list-style: none;}
img {vertical-align: top; border: none;}
a {text-decoration: none;}
input {outline-style:none;}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
body {
	background-color: #222222;
}
.gotop {
	width: 36px;
	height: 36px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}



/*****************************头部header开始*****************************/
.header {
	height: 88px;
	width: 100%;
	background-color: #222222;
	border-bottom: 2px solid #fd7501;
}
.head {
	width: 1220px;
	height: 88px;
	background-color: #222222;
	margin: 0 auto;
}
.head-logo {
	width: 200px;
	height: 88px;
	background: url(../images/logo.png) no-repeat;
	color: #fff;
	text-align: center;
	font: 40px/88px microsoft yahei;
	float: left;
}
.head-nav {
	float: left;
}
.head-nav li {
	float: left;
	margin-top: 28px;
	text-align: center;
	font: 16px microsoft yahei;
}
.head-nav li a {
	display: inline-block;
	width: 130px;
	height: 54px;
	/*background-color: green;*/
	text-decoration: none;
	padding-top: 6px;
	color: #fff;
}
.head-nav li span {
	font-size: 12px;
}
.head-nav .head-nav-current a {
	color: #fd7501;
}
.head-nav li a {
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
 }
.head-nav li a:hover {
	color: #fd7501;
}
.head-tel {
	width: 200px;
	height: 60px;
	/*background-color: red;*/
	float: right;
	margin-top: 28px;
	text-align: center;
	font: 700 16px/50px microsoft yahei;
	color: #fff;
}
/*****************************头部header开始*****************************/





/*****************************轮播lunbo开始*****************************/
.lunbo {
	height: 800px;
	width: 100%;
	background: url(../images/home-lunbo1.png) center center no-repeat;
	position: relative;
	animation: home-lunbo 20s ease 3s infinite;
	overflow: hidden;
}
.lunbo-son {
	text-align: center;
	color: #fff;
	/*background-color: red;*/
	margin-top: 230px;
}
.lunbo-son img {
	width: 300px;
	height: 60px;
	border: none;
	cursor: pointer;
}
.lunbo-span1 {
	font: 60px/80px microsoft yahei;
}
.lunbo-span2 {
	display: inline-block;
	font: 30px/160px microsoft yahei;
	margin-bottom: 20px;
}
@keyframes home-lunbo {
	0% {
		background: url(../images/home-lunbo1.png) center center no-repeat;
	}
	15% {
		background: url(../images/home-lunbo1.png) center center no-repeat;
	}
	30% {
		background: url(../images/home-lunbo2.png) center center no-repeat;
	}
	45% {
		background: url(../images/home-lunbo2.png) center center no-repeat;
	}
	60% {
		background: url(../images/home-lunbo3.png) center center no-repeat;
	}
	75% {
		background: url(../images/home-lunbo3.png) center center no-repeat;
	}
	100% {
		background: url(../images/home-lunbo1.png) center center no-repeat;
	}
}
.bgmask {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
}
.bgmask, 
.service {
	display: none;
}
.service form {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	background-color: #222;
	padding: 30px 0 30px 10px;
	margin-top: -255px;
	margin-left: -303px;
}
.employ-table {
	text-align: right;
	margin: 0 auto;
	color: #fff;
	padding-right: 60px;
	font-family: microsoft yahei;
}
.employ-table input {
	width: 380px;
	height: 40px;
	border: 1px solid #fd7501;
	padding-left: 20px;
	border-radius: 5px;
}
.employ-table div {
	width: 400px;
	height: 50px;
	background-color: #fd7501;
	color: #fff;
	text-align: center;
	font: 20px/50px microsoft yahei;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}
.area, .skill, .phone {
	position: relative;
}
.area img, .skill img {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 19px;
}
.phone button {
	width: 90px;
	height: 26px;
	background-color: #fd7501;
	color: #fff;
	border: 2px solid #fd7501;
	border-radius: 3px;
	position: absolute;
	padding: 0;
	right: 10px;
	top: 22px;
	font: 14px microsoft yahei;
}
/*****************************轮播lunbo结束*****************************/





/*****************************主要区域main开始*****************************/
.main {
	width: 1220px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
.main-top {
	height: 640px;
}
.main-top>div {
	width: 580px;
	height: 640px;
	margin-left: 20px;
	float: left;
}
.main-left {
	background-color: #fff;
	position: relative;
}
.mask-left {
	/*background-color: black;*/
	padding-left: 20px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-family: microsoft yahei;
}
.mask-left a {
	text-decoration: none;
	color: #fff;
	font: 20px/50px microsoft yahei;
	text-shadow: 1px 1px 1px #444;
}
.mask-left span {
	font-size: 14px;
	text-shadow: 1px 1px 1px #444;
}
.main-right>div {
	width: 580px;
	height: 310px;
	background-color: blue;
}
.main-right-top, .main-right-bottom {
	position: relative;
}
.main-right .main-right-bottom {
	margin-top: 20px;
}
.main-bottom {
	width: 1180px;
	height: 450px;
	background-color: green;
	margin-top: 20px;
	margin-left: 20px;
}
.main div {
	overflow: hidden;
}
.main img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.main-top .biaoti {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-top .biaoti:hover {
	color: #fd7501;
}
/*****************************主要区域main结束*****************************/





/*****************************尾部footer开始*****************************/
.footer {
	height: 240px;
	background-color: #fd7501;
}
.footer-nav {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font: 16px/50px microsoft yahei;
}
.footer-nav a {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-nav a:hover {
	color: #000;
}
.erweima {
	width: 300px;
	margin: 0 auto;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	font: 14px/30px microsoft yahei;
}
.copyright {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font: 14px microsoft yahei;
}
/*****************************尾部footer结束*****************************/