﻿@charset "utf-8";
/* CSS Document */
/**************************banner**************************/
.babg{
	width:100%;
	padding:50px 0px;
	}
.banner{
	background:rgba(0,0,0,.2);
	height:160px;
	margin:0 auto;
	padding:20px;
	}
@media (min-width:1180px) {
.banner{
	width:100%;
	max-width:1160px;
	}
	}
.banner h2{
	font-size:36px;
	color:#fff;
	margin-top:40px;
	}
.banner p{
	font-size:12px;
	color:#fff;
	margin-top:10px;
	}
.banner p:before{
	font-family: 'FontAwesome';
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	}
.banner p:before {
	content: "\f015"
}
.banner p a{
	color:#fff;
	padding:0px 10px;
	}
.banner p a:hover{
	color:#1ca452;
	text-decoration:underline;
	}
@media (max-width:768px) {
.babg{
	padding:30px 0px;
	}
.banner{
	height:100px;
	}
.banner h2{
	margin-top:15px;
	}
	}
.mincon{
	width:96%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
	margin-top:30px;
	min-height:300px;
	}
.text{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:30px;
	}
.text img{
	width:100%;
	}
.tpimg{
	width:100%;
	}
.tpimg ul{
	}
.tpimg ul li{
	width:18%;
	text-align:center;
	font-size:14px;
	color:#333;
	line-height:30px;
	float:left;
	margin:1%;
	min-height: 200px;
	}
.tpimg ul li .photo{
	width:100%;
	background:#fff;
	cursor:pointer;
	overflow:hidden;
	border:1px solid #fff;
	}
.tpimg ul li .photo img{
	max-width:100%;
	min-width:100%;
	display:block;
	}
.tpimg ul li:hover{
	color:#1ca452;
	}
.tpimg ul li:hover .photo{
	border:1px solid #1ca452;
	}
@media (max-width:768px) {
.tpimg ul li{
	width:48%;
	margin:1%
	}
	}
.product{
	}
.product ul{
	overflow:hidden;
	}
.product ul li{
	float:left;
	width: 23.334%;
	overflow:hidden;
	margin: 0.8%;
	}
.product ul li .prtp{
	width: calc(100% - 2px);
	height:0;
	padding-bottom: calc(100% - 2px);
	border:1px solid #fff;
	transition:all 0.5s;
	overflow:hidden;
	position: relative;
	}
.product ul li .prtp img{
	width:100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /*position: relative;*/
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	}
.product ul li p{
	text-align:center;
	font-size:14px;
	color:#333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	margin-top:10px;
	}
.product ul li:hover .prtp img{
	transform: scale(1.2, 1.2);
	}
.product ul li:hover .prtp{
	/*border:1px solid #1ca452;*/
	}
@media (max-width:700px) {
.product ul li{
	width: 48%;
	margin: 1%;
	}
	}
/**************************产品详情**************************/
.prodetails{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	}
.bigxq{
	overflow:hidden;
	font-size:14px;
	color:#333;
	line-height:30px;
	}
.bigxq h2{
	font-size:24px;
	color:#1ca452;
	}
.bigxq hr{
	border:none;
	height:1px;
	background:#dbdbdb;
	margin:20px 0px;
	}
.smallxq h2{
	font-size:20px;
	color:#1ca452;
	margin-bottom:15px;
	text-align:center;
	}
@media (min-width:1000px) {
.smallxq{
	display:none;
	}
	}
@media (max-width:1000px) {
.smallxq{
	display:block;
	}
#preview{
	display:none;
	}
.bigxq h2{
	display:none;
	}
	}
.bottom{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	}
.bottom p{
	font-size:14px;
	color:#333;
	}
.bottom img{
	max-width:100%;
	}
.bottom .bobt{
	border-bottom:1px solid #1ca452;
	}
.bottom .bobt span.bo{
	display:inline-block;
	font-size:16px;
	color:#fff;
	background:#1ca452;
	padding:10px 30px;
	}
.new{
	}
.new ul{
	}
.new ul li{
	overflow:hidden;
	}
.new ul li+li{
	margin-top:30px;
	}
.new ul li .netp{
	width:360px;
	height:240px;
	float:left;
	margin-right:30px;
	}
.new ul li .netp img{
	width:360px;
	height:240px;
	}
.new ul li p:nth-of-type(1){
	font-size:16px;
	}
.new ul li p:nth-of-type(1) a{
	color:#333; 
	}
.new ul li p:nth-of-type(1) a:hover{
	color:#1ca452;
	}
.new ul li p:nth-of-type(2){
	font-size:14px;
	line-height:30px;
	color:#999;
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
	}
.new ul li p:nth-of-type(3){
	font-size:12px;
	color:#999;
	margin-top:20px;
	}
.new ul li p:nth-of-type(3) span{
	float:left;
	}
.new ul li p:nth-of-type(3) span:before{
	font-family: 'FontAwesome';
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1ca452;
	margin-right:10px;
	}
.new ul li p:nth-of-type(3) span:before {
	content: "\f073";
	}
.new ul li p:nth-of-type(3) a{
	display:inline-block;
	float:right;
	color: #1ca452;
	}
.new ul li p:nth-of-type(3) a:after{
	font-family: 'FontAwesome';
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1ca452;
	margin-left:5px;
	}
.new ul li p:nth-of-type(3) a:after {
	content: "\f0a9";
	}
@media (max-width:1000px) {
.new ul li .netp{
	width:260px;
	height:173px;
	}
.new ul li .netp img{
	width:260px;
	height:173px;
	}
.new ul li p:nth-of-type(2){
    -webkit-line-clamp: 3;
	}
	}
@media (max-width:700px) {
.new ul li .netp{
	width:100%;
	height:0;
	padding-bottom:66.7%;
	float:none;
	margin-right:0px;
	}
.new ul li .netp img{
	width:100%;
	height:auto;
	}
.new ul li p:nth-of-type(1){
	margin-top:20px;
	}
.new ul li p:nth-of-type(2){
    -webkit-line-clamp: 3;
	}
	}
.nede{
	}
.news-tit{
	text-align:center;
	font-size:18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}
.news-tit span{
	text-align:center;
	display:block;
	line-height:25px;
	}
.news_detail {
	padding-bottom: 20px;
}
.news_detail p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 8px;
}
.news_detail img{
    width:100%;
}
.pages{
	line-height:30px;
	border-top:1px dotted #ccc;
	font-size:14px;
	color:#666666;
	padding-top: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 8px;
} 
.pages a{
	text-decoration:none;
	margin-left:3px;
	padding:2px 2px;
	color:#666666;
	}
.pages a:hover{
	text-decoration:none;
	color:#1ca452;
	}
/*job*/
.faq-box {
	position: relative;
	margin-bottom: 25px;
}
.faq-box .faq-top {
	height: 50px;
	padding-left: 19px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	background-color: #f5f5f5;
	background-image: url(../images/icon-dd4.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	cursor: pointer;
}
.faq-top span {
	display: block;
	width: 90%;
	padding-left: 12px;
	background: url(../images/sj.png) no-repeat left center;
	float: left;
}
.faq-box .faq-block {
	padding-top: 12px;
	background: url(../images/icon-dd5.png) no-repeat 19px top;
	margin-top: 20px;
	display: none;
}
.faq-block .faq-con {
	padding: 25px;
	color: #666666;
	line-height: 30px;
	background-color: #f5f5f5;
	position: relative;
	font-size:14px;
}
.faq-box .faq-top.cur {
	background-color: #666;
	color: #fff;
	background-image: url(../images/icon-dd4-2.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.contact{
	}
.contact .way{
	width:48%;
	float:left;
	overflow:hidden;
	}
.contact .way ul{
	}
.contact .way ul li{
	font-size:14px;
	color:#333;
	line-height:30px;
	margin-top:15px;
	}
.contact .way ul li:before{
	font-family: 'FontAwesome';
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	background:#1ca452;
	margin-right:10px;
	}
.contact .way ul li:nth-of-type(1):before {
	margin-right:0px;
	content: "";
	}
.contact .way ul li:nth-of-type(2):before {
	padding:3px 6px;
	content: "\f095";
	}
.contact .way ul li:nth-of-type(3):before {
	font-size: 20px;
	padding:5px 6px;
	content: "\f1ac";
	}
.contact .way ul li:nth-of-type(4):before {
	padding:3px 7px;
	content: "\f007";
	}
.contact .way ul li:nth-of-type(5):before {
	font-size: 20px;
	padding:5px 5px;
	content: "\f1d6";
	}
.contact .way ul li:nth-of-type(6):before {
	font-size: 20px;
	padding:5px 6px;
	content: "\f0e0";
	}
.contact .way ul li:nth-of-type(7):before {
	padding:3px 6px;
	content: "\f0ac";
	}
.contact .way ul li:nth-of-type(8):before {
	padding:3px 9px;
	content: "\f041";
	}
.contact .leave{
	width:50%;
	float:right;
	overflow:hidden;
	}
form{
	width:100%;
	overflow:hidden;
	}
form p+p{
	margin-top:20px;
	}
form p input[type="text"]{
	border:1px solid #ddd;
	width:99%;
	height:48px;
	text-indent:1em;
	outline:none;
	}
form p textarea{
	outline:none;
	resize:none;
	width:97%;
	height:98px;
	border:1px solid #ddd;
	padding:12px 0px 0px 12px;
	}
form p input[type="submit"]{
	background:#1ca452;
	width:48%;
	height:50px;
	outline:none;
	border:none;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
	}
form p input[type="reset"]{
	background:#ccc;
	width:48%;
	height:50px;
	outline:none;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-left:4%;
	border-radius:5px;
	}
@media (max-width:1000px) {
.contact .way{
	width:100%;
	float:none;
	}
.contact .leave{
	width:100%;
	float:none;
	margin-top:30px;
	}
	}
.partner{
	overflow:hidden;
	padding: 0px 8px;
	}
.partner ul{
	}
.partner ul li{
	width:18%;
	float:left;
	margin:1%;
	text-align:center;
	}
.partner ul li .patp{
	width:100%;
	height:0;
	padding-bottom:56%;
	background:#ccc;
	border:1px solid #ddd;
	}
.partner ul li .patp img{
	max-width:100%;
	min-width:100%;
	}
.partner ul li a{
	line-height:25px;
	font-size:14px;
	color:#333;
	line-height:30px;
	}
.partner ul li:hover a{
	color:#1ca452;
	}
.partner ul li:hover  .patp{
	border:1px solid #1ca452;
	}
@media (max-width:980px) {
.partner ul li{
	width:48%;
	float:left;
	margin:1%;
	text-align:center;
	}
	}