@charset "utf-8";
/* CSS Document */
body,td,th,input,textarea,select{
	font-size:14px;
	font-family:'微软雅黑', Arial, Tahoma;
	color:#666;
}
body,dl,dt,dd,p,h3{margin:0;}

img{border:0px none;}
table{border-collapse:collapse;}
ul{display:block; margin:0; padding:0;}
li{list-style:none;}
a{color:#666; text-decoration:none; outline:none;}
.clear{ clear:both; height:0px; overflow:hidden;}

/*************index*******************/
.ind-head{
	width:100%;
	height:50px;
	text-align:center;
	padding:10px 0;
	border-top:3px solid #F7BF00;
	background: linear-gradient(to bottom, #FFFFFF , #eee);
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	}
.lan{
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	background-color: #F7BF00;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 12px;
}
.ind-head img{
	height:50px;
	width:auto;
	}
.banner{
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0;
	z-index:10;
	}
.banner .swiper-slide{
	height:100%;
	width:100%;
	text-align:center;
	overflow:hidden;
	background-size: cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	}
.banner #ban1{
	background-image:url(../images/banner1.jpg);
	}
.banner #ban2{
	background-image:url(../images/banner2.jpg);
	}
.banner #ban3{
	background-image:url(../images/banner3.jpg);
	}
.banner #ban4{
	background-image:url(../images/banner4.jpg);
	}
.banner #ban5{
	background-image:url(../images/banner5.jpg);
	}
.banner #ban6{
	background-image:url(../images/banner6.jpg);
	}
.banner #ban7{
	background-image:url(../images/banner7.jpg);
	}
.banner #ban8{
	background-image:url(../images/banner8.jpg);
	}	
	
.ind-nav{
	width:100%;
	height:50px;
	padding:15px 0;
	background-color:rgba(255,255,255,0.9);
	position:absolute;
	bottom:40px;
	left:0px;
	z-index:999;
	}
.ind-nav li{
	float:left;
	width:25%;
	overflow:hidden;
	}
.ind-nav li a{
	float:left;
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	border-right:1px solid #ccc;
	box-sizing:border-box;
	}
.ind-nav li a i{
	display:block;
	font-size:25px;
	color:#F7BF00;
	margin-bottom:5px;
	}
.foot{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background-color:#F7BF00;
	}
.ind-foot{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:999;
	}

/*************index END*******************/
header{
	height:50px;
	padding:0 15px;
	background-color:#eee;
	background:-webkit-linear-gradient(top,#fff,#eee);
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	position:relative;
	z-index:999;
	}
.logo{
	display:inline-block;
	width:240px;
	height:35px;
	font-size:1.3em;
	line-height:40px;
	color:#006DD9;
	float:left;
	margin-top:7px;
	overflow:hidden;
	}
.logo img{
	float:left;
	width:auto;
	height:100%;
	margin-right:10px;
	}


.pg-main{
	overflow:auto;
	padding:10px;
	}
.pgbanner{
	width:100%;
	position:relative;
	overflow:hidden;
	}
.pgbanner img{
	width:100%;
	height:auto;
	}

/*************about*******************/
#about {
	line-height:2em;
	}
#about img{
	max-width:100%;
	height:auto;
	}

/*************about END*******************/
/*************news*******************/
.news-nav{
	width:100%;
	height:37px;
	text-align:center;
	margin-top:15px;
	position:absolute;
	left:0px;
	top:40%;
	}
.news-nav a{
	display:inline-block;
	height:35px;
	line-height:35px;
	width:90px;
	border:1px solid #ddd;
	background-color:rgba(255,255,255,.8);
	border-radius:20px;
	margin:0 6px;
	}
.news-nav a.cur{
	background-color:#F7BF00 !important;
	border:1px solid #F7BF00;
	color:#fff!important;
	}
.new-list li{
	margin-bottom:15px;
	background-color:#f5f5f5;
	padding:10px;
	}
.new-list li .tit{
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	}
.new-list li .txt{
	color:#999;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:5px;
	}
.new-list li .date{
	font-size:12px;
	color:#F7BF00;
	}
.news-con .hd{
	font-size:16px;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
	}
.news-con .subhd{
	font-size:12px;
	color:#999;
	padding-bottom:10px;
	height:30px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	}
.news-con .subhd span{
	float:left;
	margin-top:6px;
	}
.news-con .subhd a{
	float:right;
	border:1px solid #ddd;
	padding:5px 8px;
	color:#999;
	}
.news-con .con{
	line-height:2em;
	padding:10px 0;
	}
.news-con .con img{
	width:100% !important;
	height:auto !important;;
	}
.news-ft{
	padding:5px 10px;
	 background-color:#f5f5f5;
	 }
.news-ft p{
	margin:5px 0;
	}
/*************news END*******************/
/*************contact*******************/
#contact {
	line-height:2em;
	}
#contact p{
	margin-bottom:10px;
	}
#contact h3{
	font-weight:normal;
	font-size:20px;
	color:#F7BF00;
	margin-bottom:8px;
	margin-top:20px;
}

/*************contact END*******************/
/*************product*******************/

.pro-list li{
	float:left;
	width:50%;
	padding:7px;
	box-sizing:border-box;
	overflow:hidden;
	}
.pro-list li a{
	display: inline-block;
	width:100%;
	height:auto;
	background-color:#f5f5f5;
	text-align:center;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.pro-list li a span{
	display:block;
	width:100%;
	height:auto;
	vertical-align:middle;
	overflow:hidden;
	}
.pro-list li a p{
	width:100%;
	font-size:12px;
	height:30px;
	line-height:30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding:0px 10px;
	box-sizing:border-box;
	overflow: hidden;
	}
.pro-list li a img{
	width:100%;
	text-align:center;
	}
.proimg{
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	padding-bottom:15px;
	text-align:center;
	}
.breadcrumb{
	text-align:center;
	margin:15px 0;
	padding:15px;
	background-color:#f5f5f5;
	color:#F7BF00;
	}
.breadcrumb a{
	color:#F7BF00;
	}

#pg-proview{
	padding:15px;
	}
#pg-proview .title{
	height:40px;
	line-height:40px;
	background-color:#F7BF00;
	color:#fff;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	}
#pg-proview .tags_title{
	font-weight:normal !important;
	border:none !important;
	background-color:#f5f5f5 !important;
	color:#F7BF00 !important;
	text-align:center;
	}
#pg-proview .img{
	width:100%;
	padding-bottom:15px;
	}
#pg-proview .img img{
	width:100%;
	height:auto;
	}
#pg-proview .con{
	overflow:hidden;
	}
#pg-proview .con img{
	max-width:100%;
	}



/*************product END*******************/



/******footer******/
.footer{
	font-size:12px;
	padding:10px;
	line-height:2em;
	text-align:center;
	color:#999;
	margin-top:10px;
	margin-bottom:60px;
	border-top:1px solid #eee;
	}
.footer a{
	color:#999;
	}
.ftnav{
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:999;
	width:100%;
	height:50px;
	background-color:rgba(246,171,0,.95);
	padding-top:8px;
	opacity:.9;
	}
.ftnav a{
	width:25%;
	height:50px;
	float:left;
	display:block;
	text-align:center;
	color:#fff;
	line-height:1;
	}
.ftnav a img{
	height:25px;
	width:auto;
	margin-bottom:5px;
	}
/******footer END******/
