﻿@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-style: normal;
}
body {
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif", "微软雅黑";
	line-height: 25px;
}
a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
a.active {
	color: #333;
}
a:hover {
	cursor: pointer;
}
.l, .l1, .l2, .l3, .l4, .l5 {
	float: left;
}
.r, .r1, .r2, .r3, .r4, .r5 {
	float: right;
}
li {
	list-style: none;
}
section {
	display: block;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
header nav div, .main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
foot .main{ width: 1000px;}
/*index*/
header .main {
	height: 100px;
}
header .main img {
	margin-top: 20px;
}
header nav {
	height: 55px;
	background: #009d4c;
}
header nav a {
	padding: 0 30px;
	display: inline-block;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
	border-right: 1px dashed #fff;
	height: 25px;
	margin: 15px auto;
}
header nav a:last-of-type {
	border-right: none;
}
header nav a:hover, header nav a.active {
	color: #f9d000;
}
.slider {
	position: relative;
	height: auto;
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
}
.slider .slider-pointer {
	position: absolute;
	bottom: 20px;
	color: #fff;
	list-style: none;
	padding: 0;
	z-index: 999;
}
.slider .slider-pointer li {
	display: inline-block;
	margin: 0 15px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #ffffff;
	opacity: 0.85;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
	transition: all 320ms ease;
}
.slider .slider-pointer li:hover {
	background-color: #333;
}
.slider .slider-pointer li.active {
	background-color: #333;
}
.slider .slider-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.slider .slider-inner .item {
	width: 100%;
	height: 100%;
	float: left;
}
.slider .slider-inner .img {
	background-position: center top !important;
	width: 100%;
	/*height:502px;*/
}
.slider .slider-control {
	position: absolute;
	width: 30px;
	height: 50px;
	z-index: 999;
	border-radius: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 47px;
	background-color: #ffffff;
	opacity: 0.5;
	cursor: pointer;
	top: 40%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	transition: all 320ms ease;
}
.slider .slider-control:hover {
	opacity: 0.65;
	background-color: #333;
}
.slider .slider-control:active {
	opacity: 0.85;
}
.slider .slider-control.prev {
	display: none;
	left: 20px;
}
.slider .slider-control.next {
	display: none;
	right: 20px;
}
.slider:hover .slider-control.prev {
	display: block;
	left: 20px;
}
.slider:hover .slider-control.next {
	display: block;
	right: 20px;
}
.product .tittle {
	margin: 40px auto;
	display: block;
}
.product ul {
	padding-bottom: 60px;
	display: block;
	overflow: hidden;
}
.product li {
	width: 222px;
	height: 225px;
	margin: 0 14px;
	display: block;
	position: relative;
	float: left;
}
.product li img {
	width: 100%;
	height: 100%;
}
.product li p {
	position: absolute;
	width: 182px;
	height: 125px;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	display: none;
	padding: 50px 20px;
	color: #fff;
}
.product li:hover p {
	display: block;
	z-index: 1;
}
.product li span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 190px;
	z-index: 2;
}
.jianjie {
	background: url(../img/jianjie.jpg) no-repeat center;
	height: 365px;
	width: 100%;
}
.jianjie .main * {
	margin-left: 440px;
	color: #fff;
	display: block;
}
.jianjie .main h1 {
	padding-top: 55px;
	font-size: 30px;
	line-height: 40px;
}
.jianjie .main p {
	padding-top: 20px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
 
.jianjie .main a {
	width: 80px;
	height: 30px;
	margin-top: 50px;
}
.team h1 {
	padding: 50px 0 40px;
}
/*旋转木马*/
.slick-slider {
	margin: 0 0 65px;
	padding: 0 40px;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-initialized .slick-slide {
	display: block;
	text-align: center;
}
.slick-initialized .slick-slide img{
	width: 215px;
	height: 155px;
	display: block;
	margin: 0 auto;
}
.slick-slider button{
	position: absolute;
	top:70px;
	width:37px;
	height: 37px;
	border: none;
}
.slick-slider .slick-prev{
	left: 0;
	background: url(../img/left-btn.png);
}
.slick-slider .slick-next{
	right:0;
	background: url(../img/right-btn.png);
}
.slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	margin:auto;
	top:160px;
	width: 100%;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 12px;
}
.news-index h1{
	text-align: center;
	padding-bottom: 35px;
}
.news-index h1 img{
	display: inline-block;
}
.news-index dl{
	width:480px;
	display: block;
}
.news-index dl dt{
	 border-bottom: 1px solid #cdcdcd;
	 padding: 10px 0;
	 overflow: hidden;
}
.news-index dl dt b{
	font-size:22px;
	/*color: #323232;*/
	color: #01994c;
	padding-right: 10px;
	border-right: 1px solid #b5b5b5;
	line-height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
}
.news-index dl dt i{
	font-size:18px;
	color: #323232;
	line-height: 25px;
	display: block;
	float: left;
	text-transform : uppercase;
}
.news-index dl dt a{
	font-size:14px;
	color: #969494;
	display: block;
	width:75px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border:1px solid #b5b5b5;
}
.news-index dl dd{
	padding-bottom:20px;
	overflow: hidden;
	border-bottom: 1px dashed #b5b5b5;
}
.news-index dl dd img{
	width:150px;
	height: 110px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.news-index dl dd h3{
	width:310px;
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	font-size:16px;
	color:#151313;
}
.news-index dl dd p{
	line-height: 30px;
	font-size:14px;
	color:#473c3c;
	height: 90px;
	overflow: hidden;
}
foot{
	height: 412px;
	width: 100%;
	background: url(../img/bottom.jpg) center;
	display: block;
	margin-top: 0px;
}
foot .map{
	width:500px;
	height: 278px;
	padding-top: 65px;
}
foot .text{
	width:275px;
	padding-top: 100px;
}
foot .text h3{
	font-size:22px;
	font-weight: 600;
	color:#fff;
}
foot .text p{
	font-size:14px;
	line-height: 22px;
	color:#fff;
}
foot .text i{
	color: #fff;
    font-size: 24px;
    font-style: italic;
    margin-top: 93px;
    display: inline-block;
    margin-left: 70px;
}
/*product*/
.banner{
	width: 100%;
	display: block;
	height: 378px;
}
.IncludeTittle h1{
	font-size:18px;
	line-height: 60px;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 0;
}
.product.list li{
	width: 480px;
	height: 480px;
	margin:10px;
}
.product.list li span{
	top:445px;
}
.product.list li p{
	width: 180px;
	height: 180px;
	padding: 150px;
}
/*newsList*/
.newsList dl{
	width:100%;
}
.newsList dl dd{
	width:460px;
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}
.newsList dl dd h3{
	width:270px;
}
/*team*/
.team.list ul li{
	width: 25%;
	display: block;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
}
.team.list ul li img{
	width: 236px;
	height: 176px;
	display: block;
	
}
/*word*/
.word p{
	line-height: 25px;
	font-size:14px;
	color: #333;
}

#features .slick-slide{position: relative;}
#features .slick-slide p {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 200px;
	 display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 2;
}
#features .slick-slide:hover p {
	display: block;
	z-index: 1;
}
/*
.sb1 {
    background: rgba(0, 0, 0, 0) url("../img/timg.jpeg") no-repeat scroll center center;
    min-width: 1000px;
    width: 100%;
	height:100%;
}

.sb2 {
    background: rgba(0, 0, 0, 0) url("../img/bg2.jpg") no-repeat scroll center top;
    min-width: 1000px;
    width: 100%;
}
*/
.sb2{
      background-image:url("../img/sb2.jpg")
}