﻿@charset "utf-8";
/* CSS Document */
/**************************banner**************************/
.babg{
	width:100%;
	padding:50px 0px;
	}
.banner{
	background:rgba(0,0,0,.2);
	width:1160px;
	height:160px;
	margin:0 auto;
	padding:20px;
	}
.banner h2{
	font-size:34px;
	color:#fff;
	margin-top:40px;
	}
.banner p{
	font-size:14px;
	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:#fff;
	text-decoration:underline;
	}
.bt{
	width:100%;
	overflow:hidden;
	padding: 20px 0px;
	text-align:center;
	}
.bt h3{
	font-size:30px;
	color:#333;
	}
.bt .btt{
	width:50px;
	height:3px;
	background:#f2b502;
	margin:10px auto;
	}
/**************************content**************************/
.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%;
	}
/**************************产品**************************/
.product{
	}
.product ul{
	overflow:hidden;
	}
.product ul li{
	width:23.334%;
	float:left;
	height:0;
	padding-bottom:23.334%;
	margin:1% 0.8%;
	}
.product ul li .prtp{
	width:100%;
	height:0;
	padding-bottom:100%;
	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:hover .prtp img{
	transform: scale(1.2, 1.2);
	}
.product ul li .prwz{
	width:100%;
	height:50px;
	background: rgba(242,181,2,.9);
	position:relative;
	margin-top:-50px;
	z-index:555;
	}
.product ul li .prwz{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.product ul li .prwz{
	color:#fff;
	}
@media (max-width:1000px) {
.product ul li{
	width:31.25%;
	float:left;
	height:0;
	padding-bottom:31.25%;
	margin:1%;
	}
	}
@media (max-width:760px) {
.product ul li{
	width:47.974%;
	float:left;
	height:0;
	padding-bottom:47.974%;
	margin:1%;
	}
	}
@media (max-width:500px) {
.product ul li{
	width:100%;
	float:left;
	height:0;
	padding-bottom:100%;
	margin:2% 0%;
	}
	}
/**************************产品详情**************************/
.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:#f2b502;
	}
.bigxq hr{
	border:none;
	height:1px;
	background:#dbdbdb;
	margin:20px 0px;
	}
.smallxq h2{
	font-size:20px;
	color:#f2b502;
	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 #f2b502;
	}
.bottom .bobt span.bo{
	display:inline-block;
	font-size:16px;
	color:#fff;
	background:#f2b502;
	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:#f2b502;
	}
.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: #f2b502;
	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: #f2b502;
	}
.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: #f2b502;
	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:24px;
	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{
	min-width:880px;
	min-height: auto;
}
.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:#f2b502;
	}
/**************************联系我们**************************/
.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:#f2b502;
	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 {
	font-size: 20px;
	padding:5px 5px;
	content: "\f1d6";
	}
.contact .way ul li:nth-of-type(5):before {
	font-size: 20px;
	padding:5px 6px;
	content: "\f0e0";
	}
.contact .way ul li:nth-of-type(6):before {
	padding:3px 6px;
	content: "\f0ac";
	}
.contact .way ul li:nth-of-type(7):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:#f2b502;
	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;
	}
	}