/**轮播**/
#container {
			width: 100%;
			height: auto;
			overflow: hidden;
	}
	.sections,.section {
		height:100%;
	}
	#container,.sections {
		position: relative;
	}
	.section {
		background-color: #FFF;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	.img-responsive{
		max-width: 100%;
		height: auto;
		width: auto;
	}

.pages li{list-style-type:none;width:10px;height:10px;border-radius:10px;background-color:#FFF;}
.pages li:hover{box-shadow:0 0 5px 2px white}
.pages li.active{background-color:#ff0000;}
.pages{position:absolute;z-index:999}
.pages.horizontal{left:50%;transform:translateX(-50%);bottom:15px}
.pages.horizontal li{display:inline-block;margin-right:10px}
.pages.horizontal li:last-child{margin-right:0}
.pages.vertical{right:5px;top:50%;transform:translateY(-50%)}
.pages.vertical li{margin-bottom:10px}
.pages.vertical li:last-child{margin-bottom:0}

/**轮播结束**/


/**product**/
.product{
	background: url(../images/index-bg.png);
	padding-bottom: 50px;
	text-align: center;
}
.title{
	text-align: center;
	padding-top: 37px;
}
.title h4{
	font-size:30px;
	font-weight: bold;
}
.title hr{
	height: 4px;
	width: 80px;
	border: none;
	background:#8cc216;
	margin-top: 15px;
}
.pro-tab{
	margin-top: 10px;
	margin-bottom: 30px;
}
/*.pro-tab ul li{
	width: 16.66%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.pro-tab ul li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #343434;
}
.pro-tab ul li a:hover{
	color: #FFF;
	background-color:#8cc216;
}*/
.product .product-main{
	margin-top: 40px;
}
.product .product-main .product-pro{
	width:22%;
	float: left;
	background-color: rgba(255,255,255,0.6);
}
.product .product-main .product-pro ul li{
	text-align: left;
}
/*.product .product-main .product-pro ul li a{*/
/*	display: block;*/
/*	line-height: 25px;*/
/*	padding-top: 8px;*/
/*	padding-bottom: 8px;*/
/*	color: #343434;*/
/*	padding-left: 5px;*/
/*	background: url(../images/icon.png) no-repeat 230px 15px;*/
/*}*/
.product .product-main .product-pro ul li .pro-text a:hover{
	background-color:#8cc216;
	color: #FFF;
}
.product .product-main .product-pro ul li .pro-title a{
	color: #343434;
}
.product .product-main .product-list{
	width: 77%;
	float: right;
}
.product .product-list ul li{
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 10px;
}

.product .product-main .product-pro ul li .pro-text a{
	display: block;
	line-height: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #343434;
	padding-left: 10px;
	background: url(../images/icon.png) no-repeat 230px 15px;
}
.product .product-main .product-pro ul li .pro-title{
	cursor: pointer;
}
.product .product-main .product-pro ul li .pro-title h4{
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	padding-left: 10px;
	width: 85%;
	float: left;
}
.product .product-main .product-pro ul li .pro-title span{
	width: 15%;
	display: block;
	float: left;
	padding: 10px;
	background: url(../images/productxq-icon.png) no-repeat;
	margin-top: 8px;
}
.product .product-main .product-pro ul li dl{
	margin-bottom: 0px;
}
.product .product-main .product-pro ul li.pro-active .pro-title span{
	background: url(../images/productxq-icon1.png) no-repeat;
}
.product-pro ul li .pro-text{
	height: 0px;
	overflow: hidden;
}
.product-pro ul li.pro-active .pro-text{
	height: auto;
}

.product .product-list ul li a{
	display: block;
	transition: all 0.5s linear;
}
.product .product-list ul li span{
	padding: 10px;
	background-color: #FFF;
	display: block;
}
.product .product-list{
	overflow: hidden;
	padding-bottom: 10px;
}
.product .product-list ul li p{
	text-align: center;
	line-height: 45px;
	background-color: #FFF;
	color:#343434;
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
}
.product .product-list ul li a:hover p{
	color: #FFF;
	background-color:#888888;
}
.product .product-list ul li a:hover{
	box-shadow:0px 0px 15px #666;
}
.product .btn-default{
	margin-top: 30px;
	padding: 8px 35px 8px 35px;
	border: 1px solid #474747;
	background-color: transparent;
	border-radius: 2px;
}
.product .btn-default:hover{
	background-color: #8cc216;
	color: #FFF;
	border: 1px solid #8cc216;
}

/**about**/
.about{
	margin-top: 90px;
	text-align: left;
	padding-bottom: 50px;
}
.about h3{
	color: #232323;
	font-size: 36px;
	font-weight: bold;
}
.about hr{
	width: 98px;
	height: 3px;
	border: none;
	background-color: #8cc216;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.about .about-text p{
	font-size: 14px;
	line-height: 30px;
	color: #525252;
	margin-bottom: 0px;
}
.about-img{
	text-align: center;
}
.about-img img{
	margin: 0 auto;
	display: block;
}
.about .about-text .btn-default{
	margin-top: 20px;
	padding: 8px 33px 8px 33px;
	background-color: #cdcdcd;
	border: 1px solid #cdcdcd;
	color: #FFF;
}
.about-list{
	margin-top: 20px;
}
.about-list ul li{
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
}
.about-list ul li p{
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
	color: #343434;
	font-weight: bold;
}

/**applications**/
.lication{
	background: url(../images/index-bg.png);
	padding-bottom: 50px;
	text-align: center;
}
.lication .li-tab{
	text-align:center;
}
.lication .li-tab ul li{
	width: 16.66%;
	display: inline-table;
	text-align: center;
	margin-top: 10px;
}
.lication .li-tab ul li a{
	display: block;
	line-height: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #343434;
}
.lication .li-tab ul li a:hover{
	color: #FFF;
	background-color:#8cc216;
}
.lication-list{
	margin-top: 50px;
	text-align: left;
}
.lication-list h5{
	color: #474747;
	line-height: 30px;
	font-weight: bold;
	margin-bottom:0px;
	font-size: 15px;
}
.lication-list p{
	color: #7c7c7c;
	font-size: 14px;
	line-height: 25px;
}
.lication .btn-default{
	margin-top: 32px;
	padding: 8px 35px;
	background: transparent;
}
.lication .btn-default:hover{
	background-color: #8cc216;
	color: #FFF;
	border: 1px solid #8cc216;
}
/**new**/
.news{
	margin-top: 65px;
}
.new-title h4{
	font-size: 30px;
	font-weight: bold;
}
.new-title .wz{
	text-align: right;
	line-height: 40px;
}
.new-title .wz a{
	padding: 7px 12px 7px 12px;
	color: #343434;
	margin-left: 5px;
	margin-right: 5px;
}
.new-title .wz a:hover{
	background-color: #8cc216;
	color: #FFF;
}
.new-text{
	margin-top: 35px;
}
.new-text .new-img{
	position: relative;
}
.new-text .new-img .new-rq{
	position: absolute;
	top:0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #8cc216;
}
.new-text .new-img .new-rq h2{
	font-size: 44px;
	font-weight: bold;
	margin-top: 5px;
	color: #FFF;
	margin-bottom: 0px;
}
.new-text .new-img .new-rq p{
	color: #FFF;
	margin-bottom: 5px;
}
.new-text h5{
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-text p{
	line-height:25px;
	max-height: 50px;
	overflow: hidden;
}
.new-text .btn-default{
	margin-top: 20px;
	padding: 8px 30px;
	border-radius: 0px;
}
.new-text .btn-default:hover{
	color: #FFF;
	background-color: #8cc216;
	border: 1px solid #8cc216;
}
.new-list dl dt{
	width: 15%;
	text-align: center;
	float: left;
	margin-right: 2%;
}
.new-list dl dt h2{
	font-size: 48px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #c6c4c5;
}
.new-list dl dt p{
	color: #c6c4c5;
}
.new-list dl dd{
	float: left;
	width:83%;
}
.new-list dl dd h5{
	margin-top: 10px;
	font-size: 15px;
	color: #474747;
}
.new-list dl dd p{
	color: #7c7c7c;
	font-size: 14px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}
.new-list dl{
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.news{
	padding-bottom: 70px;
}

@media(min-width: 768px) and (max-width: 992px){
	/**product**/
	/*.pro-tab{
		text-align: center;
	}
	.pro-tab ul li {
		width: 25.66%;
		display: inline-table;
		float: none;
		text-align: center;
		margin-top: 10px;
	}*/
	.product .product-main .product-pro{
		width:33%;
		float: left;
		background-color: rgba(255,255,255,0.6);
	}
	.product .product-main .product-pro ul li{
		text-align: left;
	}
	.product .product-main .product-pro ul li a{
		display: block;
		line-height: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #343434;
		padding-left: 20px;
		background: url(../images/icon.png) no-repeat 220px 15px;
	}
	.product .product-main .product-pro ul li a:hover{
		background-color:#8cc216;
		color: #FFF;
	}
	.product .product-main .product-list{
		width: 65%;
		float: right;
	}
	.product .product-list ul li{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		margin-top: 10px;
	}
	.about {
		margin-top: 60px;
		text-align: left;
		padding-bottom: 50px;
	}
	.lication .li-tab ul li {
		width: 21.66%;
		display: inline-table;
		text-align: center;
		margin-top: 10px;
	}
	.about-img{
		margin-top: 20px;
	}
	.about-img img{
		margin: 0;
	}
	.lication-list {
		margin-top: 30px;
		text-align: left;
	}
	.lication-list div{
		margin-top: 10px;
	}
	.new-title .wz {
		text-align: right;
		margin-top: 10px;
	}
	.new-text .new-list{
		margin-top: 40px;
	}
}

@media(max-width: 767px){
	.product .product-main .product-pro{
		width:100%;
		float: left;
		/*background-color:transparent;*/
		margin-bottom: 20px;
	}
	.product .product-main .product-pro ul li{
		text-align: left;
		/*width: 80%;*/
	}
	.product .product-main .product-pro ul li a{
		display: block;
		line-height: 23px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #343434;
		padding-left:20px;
		padding-right: 20px;
		background: url(../images/icon.png) no-repeat 310px 15px;
	}
	.product .product-main .product-pro ul li a:hover{
		background-color:#8cc216;
		color: #FFF;
	}
	.product .product-main .product-list{
		width: 100%;
		float: right;
	}
	.product .product-list ul li {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		float: left;
		margin-top: 10px;
	}
	.about-img{
		margin-top: 20px;
	}
	.about {
		margin-top: 40px;
		text-align: left;
		padding-bottom: 50px;
	}
	.about-list ul li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}

	.lication .li-tab ul li {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		margin-top: 10px;
	}

	/**new**/
	.new-title .wz {
		text-align: left;
		line-height: 40px;
	}
	.new-text .new-list{
		margin-top: 20px;
	}
	.new-list dl dt {
		width: 22%;
		text-align: center;
		float: left;
		margin-right: 2%;
	}
	.new-list dl dd {
		float: left;
		width: 75%;
	}
}

@media(max-width: 340px){
	.pro-tab ul li {
		width:100%;
		text-align: center;
		margin-top: 10px;
	}
	.product .product-main .product-pro ul li a{
		display: block;
		line-height: 23px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #343434;
		padding-left:20px;
		padding-right: 20px;
		background: url(../images/icon.png) no-repeat 265px 15px;
	}
}