@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;
	float: right;
	margin-top: 28px;
	text-align: center;
	font: 700 16px/50px microsoft yahei;
	color: #fff;
}
/*****************************头部header结束*****************************/





/*****************************main开始*****************************/
.main {
	padding-bottom: 100px;
}
.news-lunbo {
	height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.news-lunbo-son {
	width: 100%;
	height: 650px;
	position: relative;
	background: url(../images/news-banner22.png) no-repeat center center;
}
.news-lunbo-son a {
	display: block;
	height: 650px;
}
.news-lunbo-son ul {
	width: 400%;
	background-color: red;
	position: absolute;
}
.news-lunbo-son ul li {
	float: left;
	text-align: center;
}
.news-lunbo ol {
	position: absolute;
	right: 10px;
	bottom: 70px;
}
.news-lunbo ol li {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #fd7501;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.news-lunbo ol li.current {
	background-color: #fd7501;
	color: #fff;
}

.news-hot {
	width: 1180px;
	height: 360px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.news-xiaolunbo {
	width: 520px;
	height: 360px;
	position: relative;
	overflow: hidden;
	float: left;
}
.news-xiaolunbo-imgs {
	width: 1040px;
	height: 360px;
	position: relative;
	font-family: microsoft yahei;
}
.news-xiaolunbo-img {
	position: absolute;
    top: 0;
    left: 0;
}
.news-xiaolunbo-img>div {
	height: 120px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 30px;
}
.news-xiaolunbo-img>div h3,
.news-xiaolunbo-img>div h4 {
	font-weight: 100;
	text-shadow: 1px 1px 1px #444;
}
.news-xiaolunbo-ctrl {
	width: 520px;
	position: absolute;
	bottom: 5px;
	text-align: center;
}
.news-xiaolunbo-prev,
.news-xiaolunbo-next {
	width: 28px;
    height: 48px;
    position: absolute;
    top: -180px;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.news-xiaolunbo-prev {
	left: 10px;
    background: url(../images/news-xiaolunbo-prev.png) no-repeat;
    background-color: rgba(0,0,0,.2);
}
.news-xiaolunbo-next {
	right: 10px;
    background: url(../images/news-xiaolunbo-next.png) no-repeat;
    background-color: rgba(0,0,0,.2);
}
.news-xiaolunbo-con {
	width: 24px;
    height: 20px;
    display: inline-block;
    background: url(../images/news-xiaolunbo-icon.png) no-repeat -24px -782px;
    margin: 0 5px;
    cursor: pointer;
    text-indent: 20em;
    overflow: hidden;
}
.xiaolunbo-current {
	background-position: -24px -762px;
}

.news-hot-son {
	width: 630px;
	height: 360px;
	float: right;
}
.news-hot-son li {
	width: 630px;
	margin-top: 10px;
	margin-bottom: 37px;
	position: relative;
}
.news-hot-son li div {
	height: 56px;
	display: inline-block;
	color: #fd7501;
	font-size: 20px;
	position: absolute;
}
.news-hot-son li a {
	display: inline-block;
	width: 450px;
	color: #fff;
	font: 20px/28px microsoft yahei;
	margin-left: 20px;
	/*padding: 12px 0;*/
	-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;
}
.news-hot-son li span {
	height: 56px;
	display: inline-block;
	float: right;
	color: #999;
	font: 20px microsoft yahei;
}
.news-hot-son li a:hover {
	color: #fd7501;
}

/*.news-main {
	width: 1180px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}
.news-main-img {
	width: 200px;
	height: 130px;
	float: left;
	overflow: hidden;
}
.news-main-img 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;
}
.news-main-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news-main-content {
	width: 950px;
	height: 170px;
	float: right;
}
.news-main-biaoti {
	margin-top: 10px;
	font: 20px microsoft yahei;
}
.news-main-biaoti 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;
}
.news-main-biaoti a:hover {
	color: #fd7501;
}
.news-main-biaoti2 {
	margin-top: 12px;
	color: #aaa;
	font: 16px microsoft yahei;
}
.news-main-time {
	position: absolute;
	bottom: 40px;
	margin-top: 20px;
	color: #666;
	font: 16px microsoft yahei;
}*/
.news-fenlei {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.news-fenlei div {
	width: 1200px;
}
.news-fenlei div div {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.news-fenlei1 .news-fenlei-img {
	width: 380px;
	height: 180px;
	color: #fff;
	text-align: center;
	font: 30px/180px microsoft yahei;
}
.news-fenlei1 .news-fenlei-bg1 {
	background: url(../images/news-fenlei-img1.png);
}
.news-fenlei1 .news-fenlei-bg2 {
	background: url(../images/news-fenlei-img2.png);
}
.news-fenlei1 .news-fenlei-bg3 {
	background: url(../images/news-fenlei-img3.png);
}
.news-fenlei-link {
	margin-top: 20px;
}
.news-fenlei-link li a {
	color: #fff;
	font: 18px/50px microsoft yahei;
	padding: 10px 0;
	-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;
}
.news-fenlei-link li a: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结束*****************************/