/* 首页自定义样式开始 */

.mt-20{
	margin-top: 20px;
}
.mb-20{
margin-bottom: 20px;
}
.fl{
	float: left;
}.fr{
	float: right;
}.cl{
	clear: both;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.f24{
	font-size: 24px;
}
.df{
	display: flex;
}
.bos{
	box-sizing: border-box;
}

.fuwu .fw-item{
	width: 216px;
	height: 180px;
	background-color: #f2f2f2;
	text-align: center;
	border-right: 1px solid #ddd;
}
.fuwu .fw-item:nth-child(6){
	border: none;
}
.fuwu .fw-item:hover{
	cursor: pointer;
}
.bdn{
	border: none!important;
}
.fuwu .fw-bt{
	background: url(../myimages/fanwei-bt.jpg) center top no-repeat ;
	font-size: 26px;
	line-height: 180px;
	
	color: #fff;
}
.fuwu .fw-item .fw-icon{
	padding-top: 45px;
}
.fuwu .fw-item h3{
	height: 50px;
	line-height: 50px;
	color: #333;
}
.about{
	width: 818px;
	height: 385px;
	
}

.mytitle{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	position: relative;

}
.mytitle h3{
	font-weight: bold;
	color: #000;
	height: 50px;
	line-height: 50px;
	position: relative;

}
.mytitle h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
width: 95px;
	border: 2px solid #299390;

}
.mytitle a.more{
	float: right;
position: absolute;
right: 0px;
top: 20px;
	font-weight: normal;
	transition: all .6s;
}
.mytitle a.more:hover{
	color: #299390;
	font-weight: bold;
}
.about .about-img,.about .about-cnt{
	width: 332px;
	height: 310px;
	overflow: hidden;
}


.about .about-cnt{
	width: 465px;
}
.about .about-cnt .gs-name h4{
	color: #000;
	font-weight: bold;
}
.about .about-cnt p{
	font-size: 14px;
	line-height: 26px;
	color: #515151;
}
.about .about-cnt .gs-name p.en{
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;

}
.about .about-cnt .about-btn{
	margin-top: 15px;
}
.about .about-cnt .about-btn a{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	margin-right: 15px;
	transition: all .6s;
	text-align: center;
	text-indent: 10px;
}
.about .about-cnt .about-btn a.wenhua{
	background: url(../myimages/wenhua.png) 11px center no-repeat;
}
.about .about-cnt .about-btn a.zizhi{
	background: url(../myimages/zizhi.png) 11px center no-repeat;
}
.about .about-cnt .about-btn a.dashiji{
	background: url(../myimages/dashiji.png) 11px center no-repeat;
}
.about .about-cnt .about-btn a:hover{
	color: #fff;

	border: 1px solid #299390;
}
.about .about-cnt .about-btn a.wenhua:hover{
	background: #299390 url(../myimages/wenhua-hover.png) 11px center no-repeat;
}
.about .about-cnt .about-btn a.zizhi:hover{
	background: #299390 url(../myimages/zizhi-hover.png) 11px center no-repeat;
}
.about .about-cnt .about-btn a.dashiji:hover{
	background: #299390 url(../myimages/dashiji-hover.png) 11px center no-repeat;
}


.rongyu{

	width: 440px;
	height: 385px;
}

.rongyu .ry-list{
	width: 440px;
	height: 310px;
	margin-top: 15px;
	background-color: #ff0;
}
/* 荣誉资质轮播 */
.focusBox { position: relative; width: 440px; height: 310px; overflow: hidden; font: 14px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 440px; height: 314px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
	.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#299390;  }


/* 案例滚动 */
.picScroll{ margin:15px auto;  position:relative; width:1300px;   background:#fff; overflow:hidden;     }
	.picScroll .prev,
	.picScroll .next{ display:block; position:absolute; top:86px; left:5px; width:23px; height:23px; background:url(../images/btns.png) no-repeat;   }
	.picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
	.picScroll .prev:hover{ background-position:0 -30px; }
	.picScroll .next:hover{ background-position:-25px -30px; }
	.picScroll ul{ overflow:hidden; zoom:1; }
	.picScroll ul li{ width:310px; float:left; overflow:hidden; padding:0 10px;     }
	.picScroll ul li img{ width:310px; height:216px; display:block; background:url(../images/loading.gif) center center no-repeat;}

.picScroll li a p{
	background-color: #f9f9f9;
	font-size: 16px;
	color: #333;
	height: 45px;
	line-height: 45px;
	text-align: center;

}
.picScroll li a p:hover,.picScroll li a:hover p{
	background-color: #299390;
	color: #fff;
}

.picScroll li a {
	position: relative;
}
.picScroll li a .kuai{
	display: none;
	width: 310px;
	height: 216px;
	background-color: rgba(41,147,144,.65);
	background-image: url(../myimages/fangdajing.png);
	background-repeat: no-repeat;
	background-position: center  center;
	position: absolute;
	left:0px;
	top: 0;
	z-index: 9999;
	transition: all 0.6s;

}
.picScroll li a:hover .kuai{
	display: block;

}

.chejian{
	width: 511px;

}

.xinwen{
	width: 740px;

}





.chejian .chejian-list{
	width: 511px;
	height: 287px;
	margin-top: 15px;
	background-color: #000;
}
.xinwen-cnt{
	width: 740px;
	height: 287px;

	margin-top: 15px;
}
.xinwen .tj-xinwen{
	height: 105px;

}

.xinwen .tj-xinwen .shijian{
	width: 90px;
	height: 90px;
	background-color: #299390;
	color: #fff;
	margin-top: 5px;

}

.shijian .yue{
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
}
.shijian .nian{
	padding-top: 0px;
	font-size:24px;
	text-align: center;
}


.tj-cnt{
	width: 410px;
	height: 90px;
	overflow: hidden;
	padding-left: 10px;
}
.tj-img{
	width: 211px;
	height: 105px;
}
.tj-cnt  h2{
	font-weight: bold;
	font-size: 15px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.tj-cnt p{
	font-size: 14px;
	color: #515151;
	line-height: 28px;
}

.tj-cnt  h2 a:hover{
	color: #299390;
}
.xinwen-list li{
	background: url(../myimages/sanjiao.png) left center no-repeat;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
}
.xinwen-list li a{
	color: #515151;
	font-size: 16px;
	transition: all .5s;
}

.xinwen-list li a:hover{
	color: #299390;
	font-weight: bold;
}
.xinwen-list li  span.date{
	font-size: 14px;
	color: #999;
	float: right;
}
/* 车间轮播效果 */
.qunar { width: 511px;  position: relative; overflow: hidden; }
	.qunar .e_pic_wrap { z-index: 1; white-space: nowrap; width: 511px; height: 287px; }
	.qunar .e_pic_wrap li {position:relative;  display: inline; width: 511px; height: 287px; overflow: hidden; }
	.qunar .e_bg_flt { position: absolute; right: 0; top: 0; width: 130px; height: 287px; background: #000; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; z-index: 10; }
	.qunar .e_flt_inf { position: absolute; right: 0; top: 0; width: 130px; height: 287px; padding: 25px 28px 10px 15px; overflow: hidden; z-index: 20; color: #fff; white-space: normal; word-wrap: break-word; }
	.qunar .e_flt_inf h2 { font: 18px/25px "微软雅黑"; }
	.qunar .e_flt_inf h3 { font: 16px/22px "微软雅黑"; margin-bottom: 22px; }
	.qunar .e_flt_inf h3 a, .qunar .e_flt_inf h2 a { color: #fff; }
	.qunar .e_flt_inf .t_info { line-height: 20px; height: 84px; overflow: hidden; }
	.qunar .e_flt_inf .t_info a { color: #fff; }
	.qunar .e_flt_inf .t_info .l_view { background: url(images/ico_p1.png) no-repeat scroll -120px 0; color: #fff; width: 39px; height: 14px; line-height: 14px; padding: 0 2px; display: inline-block; }
	.qunar .e_sep { color: #81d6d3; position: absolute; bottom: 20px; right: 20px; width: 235px; z-index: 20; }
	.qunar .e_sep a { color: #81d6d3; }


	.qunar .prev, .qunar .next { position: absolute; z-index: 30; display: block; }
	.qunar .prev { top: 117px; left: 10px; }
	.qunar .next { top: 117px; right: 10px; }
	.qunar .prev a, .qunar .next a { display: block; width: 25px; height: 32px; overflow: hidden; background: url(../images/ico_prevnext.png) no-repeat scroll 0 0; _background-image: url(../images/ico_prevnext_ie6.png); }
	.qunar .prev a { background-position: 0 0; }
	.qunar .prev a:hover { background-position: 0 -40px; }
	.qunar .next a { background-position: 0 -80px; }
	.qunar .next a:hover { background-position: 0 -120px; }

































