/*banner*/
#footer{ text-align:center;  }		
.fullSlide{ width:100%;  position:relative;  height:500px; background:#000;}	
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }	
.fullSlide .bd ul{ width:100% !important;  }	
.fullSlide .bd li{ width:100% !important;  height:500px; overflow:hidden; text-align:center;}	
.fullSlide .bd li a{ display:block; height:500px; }	
.fullSlide .bd li a div{width: 1200px;margin: 0 auto;}
.fullSlide .bd li a h4{
	background-color: rgba(1,149,61,0.5);
	position: absolute;
	left:960px;
	bottom: 80px;
	color: #fff;
	margin-left: -590px;
	padding: 10px 20px;
	font-weight: normal;
	font-size: 24px-;
}
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }	
.fullSlide .hd ul{ text-align:center; }	
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:11px; margin:1px; overflow:hidden; background:#000;		filter:alpha(opacity=50);opacity:0.5;  line-height:999px; 	}	
.fullSlide .hd ul .on{ background:#f00;  }	
.fullSlide .prev,	.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }	
.fullSlide .next{ left:auto; right:15%; background-position:-6px -137px; }



/*---------------- 关于我们 ----------------*/

#t2_box{
	background: #f6f6f6;
	padding: 100px 0;
}

#t2_box .index_about_left{
	width: 680px;
}

#t2_box .index_about_left dl dt{
	font-family: Geosans,arial;
	font-size: 48px;
	color: #292c31;
}

#t2_box .index_about_left dl h4{
	color: #C8302F;
	font-size: 30px;
	line-height: 70px;
	font-weight: normal;
}

#t2_box .index_about_left dl b{
	background: #292c31;
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 50px;
}

#t2_box .index_about_left dl dd{
	margin-top: 50px;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	text-indent: 28px;
}

#t2_box .index_about_right{
	width: 440px;
	height: 450px;
}

#t2_box .index_advantage{
	margin-top: 50px;
}

#t2_box .index_advantage li figure{
	vertical-align: middle;
	text-align: center;
}

#t2_box .index_advantage li figure img{
	vertical-align: middle;
}

#t2_box .index_advantage li dl{
	text-align: center;
}

#t2_box .index_advantage li dl dt{
	color: #333333;
	margin-bottom: 20px;
}

#t2_box .index_advantage li dl dd{
	padding: 0 30px;
	font-size: 12px;
	line-height: 24px;
}



/* 通用标题 */

.ty_title{
	text-align: center;
}

.ty_title h2{
	font-family: Geosans;
	font-size: 60px;
	color: #292C31;
	font-weight: normal;
}

.ty_title .title .b_left,.ty_title .title .b_right{
	width: 50px;
	height: 3px;
	background: #292C31;
	display: inline-block;
	margin-bottom: 8px;
}

.ty_title .title strong{
	font-size: 30px;
	color: #C8302F;
	font-weight: normal;
	margin-top: 20px;
	margin: 0 20px;
}


/* 案例展示 */

#t3_box{
	/*background: url(../images/60.png) no-repeat center center;*/
	padding: 60px 0;
}

#t3_box .case_nav{
	text-align: center;
	margin: 40px 0;
}



#t3_box .case_nav ul li {
	width: 120px;
	height: 35px;
	line-height: 35px;
	border: solid 1px #C8302F;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	color: #333333;
	cursor: pointer;
}

#t3_box .case_nav ul li:hover{
	color: #fff;
	background: #C8302F;
}

#t3_box .case_nav ul .on{
	color: #fff;
	background: #C8302F;
}



.slideGroup .parBd{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.slideGroup .parBd .tempWrap{
	width: 1200px !important;
}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;width: 1200px !important;left: 0 !important;}
.slideGroup .parBd ul li{ 
	float:left;
	 _display:inline; 
	 overflow:hidden; 
	 text-align:center;
	width: 360px;
	height: 310px;
	box-shadow: 0px 0px 10px #888888;
	margin: 20px;
}
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic a{
	display: block;
	position: relative;
	width: 360px;
	height: 240px;
	background: #fff;
}
.slideGroup .parBd ul li .pic img{ 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle; 
	display:block;
	text-align: center;
	max-height: 100%;
	max-width: 100%;  
	
}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ 
	line-height:70px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	background: #f4f4f4;
	
  }
  
.slideGroup .parBd ul li .title a{
	color: #333;
}

.slideGroup .parBd ul li:hover a{
	color: #C8302F;
}



/*#t3_box .case_nav li:hover{
	background: #C8302F;
	color: #fff;
}

#t3_box .case_nav .cur{
	background: #C8302F;
	color: #fff;
}

#t3_box .case_ul{
	height: 740px;
}

#t3_box .case_ul li a{
	display: block;
}

#t3_box .case_ul li{
	
	box-shadow: 0px 0px 10px #888888;
	margin: 10px;
	width: 360px;
}

#t3_box .case_ul li .case_img img{
	display: block;
}

#t3_box .case_ul li .case_title{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	transform: translate(0,-50px);
}

#t3_box .case_ul li .case_title p{
	color: #fff;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#t3_box .case_ul li:hover .case_title{
	opacity: 1;
	transform: translate(0,0);
}

#t3_box .case_ul li:nth-child(1){
	position: absolute;
	left: 0;
	top: 0;
	height: 470px;
}

#t3_box .case_ul li:nth-child(1) .case_img{
	height: 470px;
	overflow: hidden;
	position: relative;
}

#t3_box .case_ul li:nth-child(1) .case_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 480px;
	margin: -240px 0 0 -360px;
}

#t3_box .case_ul li:nth-child(2){
	position: absolute;
	left: 410px;
	top: 0;
}

#t3_box .case_ul li:nth-child(2) .case_img{
	height: 240px;
	overflow: hidden;
	
}

#t3_box .case_ul li:nth-child(2) .case_img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

#t3_box .case_ul li:nth-child(3){
	position: absolute;
	right: 0;
	top: 0;
	height: 470px;
}

#t3_box .case_ul li:nth-child(3) .case_img{
	height: 470px;
	overflow: hidden;
	position: relative;
}

#t3_box .case_ul li:nth-child(3) .case_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 480px;
	margin: -240px 0 0 -360px;
}

#t3_box .case_ul li:nth-child(4){
	position: absolute;
	left: 0px;
	top: 490px;
}

#t3_box .case_ul li:nth-child(4) .case_img{
	height: 240px;
	overflow: hidden;
}

#t3_box .case_ul li:nth-child(4) .case_img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	display: block;
	max-width: 100%;
	max-height: 100%;
}


#t3_box .case_ul li:nth-child(5){
	position: absolute;
	left: 410px;
	top: 260px;
	height: 470px;
}

#t3_box .case_ul li:nth-child(5) .case_img{
	height: 470px;
	overflow: hidden;
	position: relative;
}

#t3_box .case_ul li:nth-child(5) .case_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 480px;
	margin: -240px 0 0 -360px;
}

#t3_box .case_ul li:nth-child(6){
	position: absolute;
	right: 0px;
	top: 490px;
}

#t3_box .case_ul li:nth-child(6) .case_img{
	height: 240px;
	overflow: hidden;
}

#t3_box .case_ul li:nth-child(6) .case_img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	display: block;
	max-width: 100%;
	max-height: 100%;
}*/

#t3_box .more{
	width: 210px;
	height: 50PX;
	border: solid 1px #C8302F;
	border-radius: 5px;
	margin: 0 auto;
	font-family: arial;
	font-size: 20px;
	color: #C8302F;
	text-align: center;
	line-height: 50px;
	color: #C8302F;
	margin-top: 40px;
}

#t3_box .more a{
	color: #C8302F;
}

#t3_box .more:hover{
	background: #C8302F;
}

#t3_box .more:hover a{
	color: #fff;
}

/* 我们的优势 */


#t4_box{
	background: url(../images/20.png) no-repeat center center;
	height: 515px;
}

#t4_box .index_advantage{
	padding-top: 60px;
}

#t4_box .index_advantage .index_advantage_box{
	width: 1000px;
	margin: 0 auto;
}

#t4_box .index_advantage .index_advantage_box p{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	margin-top: 30px;
}


#t4_box .index_advantage .index_advantage_box ul{
	margin-top: 60px;
}

#t4_box .index_advantage .index_advantage_box ul li{
	float: left;
	width: 19%;
	border-right: solid 2px #fff;
	height: 70px;
}

#t4_box .index_advantage .index_advantage_box ul li dl{
	text-align: center;
	color: #fff;
	
	
}

#t4_box .index_advantage .index_advantage_box ul li dl dt{
	font-size: 50px;
	font-family: arial;
	margin-top: -14px;
	margin-bottom: 10px;
}


/* 新闻资讯 */

#t5_box{
	padding: 50px 0;
}

#t5_box ul{
	width: 1230px;
	overflow: hidden;
	margin-top: 40px;
}

#t5_box ul li{
	float: left;
	width: 360px;
	box-shadow: 0px 0px 10px #888888;
	background: #f4f4f4;
	height: 390px;
	margin: 10px 40px 10px 10px;
}

#t5_box ul li .news_img{
	width: 360px;
	height: 240px;
}

#t5_box ul li dl{
	padding: 15px 10px;
}

#t5_box ul li dl dt{
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#t5_box ul li dl p{
	font-family: arial;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

#t5_box ul li dl dd{
	font-size: 14px;
	color: #666;
}


/* 合作伙伴 */


#t6_box{
	background: #f6f6f6;
	padding: 50px 0 80px 0 ;
}

#t6_box ul{
	margin-top: 30px;
}

#t6_box ul li{
	width: 200px;
	height: 100px;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 10px #cccccc;
	float: left;
	margin: 10px 20px;
}

#t6_box ul li img{
	width: 200px;
	height: 100px;
	position: relative;
}

.gdlist {
	margin-top:10px;	
	max-height:280px;
}
.gdlist dl {
	margin-bottom:20px;
	margin-left:0px;
	margin-right:20px;
	float:left;
	width:100%;
	max-width:225px;
	text-align:center;	
}
.gdlist dl dt {
	margin:auto;
	border:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;		
}

.gdlist dl dt a{
	position: relative;
	width:225px ;
	height: 112px;
	    display: block;
}

.gdlist dl dt img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: block;
  vertical-align: middle;
  max-height: 60%;
  max-width: 60%;
}

.gdlist dl dd {
   height:26px;
   line-height:26px;
   overflow:hidden;
}





