@charset "utf-8";
/* CSS Document */


/*============= pg-head ==============*/
.pg-head {
	text-align: center;
}
.pg-head i {
	display: inline-block;
	width: 190px;
	border-top: 1px solid #e3e3e3;
	vertical-align: middle;
	margin: 0px 30px;
	margin-top: -17px;
}
.pg-head h1 {
	color: rgb(0, 0, 0);
	font-size: 32px;
	text-align: center;
	margin: 0px;
	margin-top: 22px;
	font-weight: normal;
	display: inline-block;
}
.pg-about {
	background-color: #f0f0f0;
}
.pg-about-text {
	padding-top: 20px;
}
/*=========== partner ===============*/
.pg-partner-text ul li {
	float: left;
	margin: 5px;
	border: 1px solid #dddddd;
	padding: 4px;
	background-color: #ffffff;
	width: 130px;
	height: 140px;
}
.pg-partner-text ul li img {
	width: 120px;
	height: 120px;
}
.pg-partner-text ul li:hover {
	box-shadow: inset 0 0 6px #bbb;
}
/*============  pg-culture =============*/
.pg-culture {
	background-color: #f0f0f0;
}
.pg-culture-text .titList {
	margin: 40px auto;
	text-align: center;
	width: 750px;
	height: 30px;
	overflow: hidden;
}
.pg-culture-text .titList li {
	float: left;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	width: 108px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #292929;
	color: #292929;
	cursor: pointer;
	margin: 0 20px;
	font-size: 16px;
}
.pg-culture-text .titList li:hover, #respo .titList li.cur {
	background: #33b3ed;
	border-color: #33b3ed;
	color: #FFFFFF;
}
.pg-culture-text .contList {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.pg-culture-text .contList li {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: none;
	text-align: left;
}
.pg-culture-text .contList h2 {
	color: #474747;
	font-size: 22px;
	text-align: left;
	padding: 22px;
	margin-left: -20px;
}
.pg-culture-text .contList p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 22px;
	color: #666;
}
.pg-culture-text .contList .imgs {
	overflow: hidden;
	float: left;
	margin-right: 11px;
	margin-bottom: 14px;
}
.pg-culture-text .contList .cont {
	float: right;
	width: 500px;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}
/*============== pro-nav =========*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix10:after {
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
.navBar {
	width: 990px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
}
.nav {
	position: relative;
	width: 990px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 14px;
}
.nav a {
	color: #fff;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 1;
}
.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}
.nav h3 a {
	display: block;
	text-align: center;
	color: #666;
	font-size: 18px;
	padding: 0px 25px;
}
.nav .sub {
	display: none;
	position: absolute;
	left: -3px;
	width: 150px;
	top: 70px;
	z-index: 1;
	border-top: 0;
	background: #fff;
	box-shadow: 0px 1px 5px #D4D4D4;
}
.nav .sub li {
	text-align: center;
	margin-bottom: -1px;
}
.nav .sub li a {
	display: block;
	border-bottom: 1px solid #dddddd;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}
.nav .sub li a:hover {
	color: #fff;
	background-color: #2c8f35;
	border-bottom: 1px solid #2c8f35;
}
.nav .block {
	height: 8px;
	width: 120px;
	background: #FE7700;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden;
}
/*================ pro-list ============*/
.pg-pro-list {
	background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 30px;
}
.pro-list-tit {
	padding-top: 15px;
	border-top: solid 1px #dddddd;
}
.pg-pro-list ul li {
	width: 300px;
	margin: 0px 15px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
}
.pro-list-t1 {
	color: #000;
	font-size: 16px;
}
.pro-lidt-t2 {
	position: relative;
	color: #000;
	font-size: 16px;
}
.pro-lidt-t2-t3 {
	background: url(../images/pro_lidt_t2_tb.png) no-repeat center center;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
}
.pg-pro-list ul li:hover .pro-lidt-t2-t3 {
	background: url(../images/pro_lidt_t2_tb_hover.png) no-repeat center center;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}


/*=============== pro-detail ===========*/

.pg-pro-deta {
	background-color:#eeeeee;
	padding-top:40px;
	padding-bottom:40px;
}
/* 本例子css */
.slideBox {
	width: 990px;
	height: 500px;
	overflow: hidden;
	position: relative;
	background-color:#fff;
}
.slideBox .hd {
	height: 12px;
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 24px;
}
.slideBox .hd ul {
	margin: 0;
	text-align: center;
	font-size: 0; /*用于去除 display:inline-block 产生的间距*/
}
.slideBox .hd ul li {
	 background: url(../images/i_hover.png) no-repeat center center; */
	cursor: pointer;
	display: inline-block;
	*display:inline;
	*zoom:1;
	height: 12px;
	line-height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	width: 12px!important;
	float: none;
}
.slideBox .hd ul li.on {
	background: url(../images/hover.png) no-repeat center center;
}


.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 500px;
	height: 500px;
	display: block;
	margin:0px auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 60px;
	background:url(../images/slider-arrow.png) -50px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.8;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 0px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}


/*===========  pro-deta-tit ===========*/
.pro-deta-tit{
	padding:40px;
	padding-bottom:20px;
	background-color:#fff;
}
.pro-deta-t1{
	font-size:20px;
	color:#000;

}

.pro-deta-t2-head{
	border-bottom:solid 1px #2c8f35;
	margin-top:30px;
}
.pro-deta-t2-head h1{
	width:150px;
	height:40pox;
	line-height:40px;
	text-align:center;
	background-color:#2c8f35;
	font-size:18px;
	color:#fff;
}
.pro-deta-t2-text{
	padding-top:25px;
}
.pro-deta-t2-text img{max-width:100%;}
.pro-deta-t2-text p{
	margin-top: 0;
    margin-bottom: 1em;
    font-size: 14px;
    color: #666;
}

/*=========== pg-service ============*/
.pg-service{
	background-color:#f0f0f0;
}
.pg-service-list ul{
	width:1050px;
	margin-left:-20px;
	
}
.pg-service-list ul li{
	width:330px;
	float:left;
	background-color:#fff;
	margin-left:20px;
}
.service-img{
	width:330px;
	height:192px;
}
.servixe-tit{
	padding:30px;
}
.servixe-tit h1{
	font-size:24px;
	color:#000;
}
.servixe-tit-t1{
	padding-top:10px;
}
.servixe-tit-t1 p{
	font-size:16px;
	color:#555555;
	padding-bottom:5px;
	margin-bottom:0px;
}


/*============  pg-sale ==============*/
.pg-sale{
	background:url(../images/sale_top.jpg) no-repeat center top;
}
.pg-sale-wl{
	position:relative;
	padding-top:30px;
}
.pg-sale-tit{
	background:url(../images/pg_sale_tit_bj.png) repeat center center;
	padding:25px;
	position:absolute;
	top:110px;
	font-size:16px;
	color:#fff;
	width:680px;
	left:150px;
	line-height:200%;
}

/*============ pg-contact =================*/
.pg-main.hs{
	background-color:#eeeeee;
}
.pg-contact{
	background-color:#f0f0f0;
}
.pg-contact-text-t1{
	padding-top:30px;
}
.pg-contact-text-t1-0{
	font-size:30px;
	color:#2c8f35;
	text-align:center;
}
.pg-contact-text-t1-1{
	font-size:18px;
	color:#999;
	text-align:center;
}
.pg-contact-text-t2{
	width:500px;
	margin:0px auto;
	padding-top:30px;
}

/*============== recruit =============*/
.pg-recruit{
	background-color:#f2f2f2;
}
.pg-recruit-text{
	text-align:center;
	padding-top:40px;	
	
}
/* =========== 留言咨询 =========== */
.pg-message-text{
	padding-top:20px;
}
.pg-mess-wz{
	text-align:center;
		margin:25px 0px;
}
.pg-mess-wz p{
	margin-bottom:5px;
	color:#666;

}
.ly-company-clients{padding:40px 0;background-color:#ffffff;}
.ly-company-clients h2{margin-bottom:20px;border-bottom:1px solid #32b1fb;padding-bottom:4px;}
.ly-company-clients h2 span{border-radius:3px 3px 0 0;padding:12px 20px;background-color:#32b1fb;color:#ffffff;}
.lyb_right_lie{overflow: hidden;width: 990px;margin-right: 264px;padding-top: 20px;height:350px;}
.lyb_right_lie tr{height: 40px;line-height: 40px;float: left;width: 300px;     margin-bottom: 20px;}
.lyb_right_lie td i{color: #f00;padding-right: 6px;position: relative;top: 2px;}
.lyb_right_lie h3 {padding: 10px 0 0 30px;overflow: hidden;clear: both;}
.textarea_666 {width: 624px;background: #fff;border: #ddd solid 1px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;line-height: 30px;font-family: Arial,"Microsoft YaHei";height: 70px;}
.lyb_right_lie .tops{height: 40px;line-height: 40px;float: left;width: 400px;}
.lyb_right_lie .intxt{width: 150px;background: #fff;border: #ddd solid 1px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;height: 30px;}
.lyb_right_lie .tops{height: 40px;line-height: 40px;float: left;width: 600px;}
input[type="texts"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"] {
    width: 130px;
background: #fff;
border: #33beff solid 1px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
height: 21px;
}
.form_item {position: relative;height: 42px;margin-bottom: 10px;padding-top: 10px;}
/* 留言咨询 end */
