﻿.hander_go_left_1,.hander_go_right_1,.hander_go_left_2,.hander_go_right_2{
	display: block;
	background: url(images/icos_bg.png) no-repeat 1px -114px;
	width: 68px;
	height: 67px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	
	
-webkit-border-radius: 67px;
 -moz-border-radius: 67px; line-height:67px; font-size:4em;font-family: \5b8b\4f53, sans-serif; text-align:center;
 border-radius:67px; 
 border:1px solid #ccc; color:#ccc;
 behavior: url(js/PIE.htc);
 background:none;
}
.hander_go_left_1{
	left: 0;
}
.hander_go_right_1{
	right: 0;
	background-position: -66px -114px;
}
.hander_go_left_2{
	left: 0;
	background-position: 1px -195px;
}
.hander_go_right_2{
	right: 0;
	background-position: -66px -195px;
}


.hander_go_left_2,.hander_go_right_2{border:1px solid #fff; color:#fff;}
a.hander_go_left_1:hover,a.hander_go_right_1:hover{border:1px solid #F8C800;color:#F8C800;}
a.hander_go_left_2:hover,a.hander_go_right_2:hover{border:1px solid #F8C800;color:#F8C800;}
/*banner动画 start******************************/
#index_banner{
	display: block;
	height: 600px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_imgs{
	display: block;
	width: 400%;
}
.banner_imgs li{
	float: left;
	height: 600px;
	width: 25%;
	background-position:center top;
	background-repeat: no-repeat;
}
.banner_go_left,.banner_go_right{
	background: url(images/icos_bg.png) no-repeat 0 0;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 100;
}
.banner_go_left{
	left: 0;
}
.banner_go_right{
	right: 0;
	background-position: -100px 0;
}
.banner_controls{
	display: block;
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 550px;
}
.banner_controls a{
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #019FFF;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(js/PIE.htc);
}
.banner_controls .checked,.banner_controls a:hover{
	background: #019FFF;
	box-shadow: 0 0 10px #fff;
	
}
/*banner动画 end**************************/
/*页身 start********************************/
/*导航下标签*/
#tips{
	border-bottom: 1px solid #ddd;
	padding: 25px 0; 
}
#tips .hottitle b,.tips_news_content a{
	color: #333;
}

#tips dt,#tips dd,#tips .hottitle{
	display: block;
	float: left;
	line-height: 25px;color:#272727;
}
#tips dt{

}
.hotnewslist{ width:510px; overflow:hidden; height:26px; line-height:26px; float:left;color:#272727;}
#tips .tips_news{
	float: left; line-height:32px;
}
.tips_news_content{
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tips_news_content a:hover{color:#F8C800}
#tips dd.tips_news_date{
	color: #333;
	margin: 0 20px 0 10px;
}
.tips_keywords{
	float: right;
}
.tips_keywords a{
	margin-right:5px;color:#272727;
}
.tips_keywords a:hover{
	text-decoration: underline;
}
/*解决方案*/
#solution{
	display:block;
	text-align: center;
	padding-top:20px;
	/*padding: 40px 0;*/
}
#solution .product_li li{
	display: block;
	float: left;
	border: 1px solid #ddd;
	padding: 17px;
	overflow: hidden;
	position: relative;
	width: 248px;
	height: 300px;
	margin:0 21px 0 0;
}
#solution .product_li li.last-of-type{
	margin-right: 0;
}
#solution img{
	width: 100%;
	height: 100%;
}
#solution a:hover img{
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#solution span{
	position: absolute;
	width: 248px;
	height: 70px;
	line-height: 70px;
	left: 17px;
	bottom: 17px;	
	background: rgba(0,0,0,0.4);
	font-size: 20px;
	color: #fff;
	
	filter/*\**/:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000')\9;/*ie9以下*/
	
}
#solution li:hover span{	
	color: #F8C800;
}


#solution h2,.products_title h2,.products_list h2{
	color:#000;
	font-size: 36px;
	text-align:center;
	margin-bottom: 10px;
	font-weight: lighter;
}
#solution h3,.products_list h3,.products_title h3{
	font-size: 24px; text-align:center;
	padding: 0px 0 30px 0;
	color: #999;
	font-weight: 100;
}
.products_list h3 span,.products_title h3 span,#solution hgroup h3 span{
	font-size: 24px; 
	text-align:center; 
	cursor:pointer;	
	color: #fff;
	font-weight: 100;
	padding: 5px 15px;
	background: #00A3FF; position:static;
	margin: 0 5px;
}
.products_list h3 span:hover,.products_title h3 span:hover,#solution h3 span:hover{
	color: #fff;
	background: #F8C800;
}
.products_list h3 span:hover{
	caption-side: #F8C800;
}
.solution_more{
	clear: both;
	display:inline-block;
	border: 1px solid #ddd;
	padding: 10px 40px;
	margin: 40px auto;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 18px;
	color: #999;
	behavior: url(js/PIE.htc);
	
}
.solution_more:hover{
	background: #F8C800;
	color: #fff;
}
/*产品*/
.products_list {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.products_list .warp{
	overflow: hidden;
}
.product_li li{
	float: left;
	width: 386px;
	margin:0 7px;
}

.product_li img{
	width: 100%;
}
.products_list  .hander_go_left_1 , .products_list .hander_go_right_1{
	display: none;
}
.has_more .products_list .hander_go_left_1{
	display: block;
	left: -100px;
}

.has_more .products_list .hander_go_right_1{
	display: block;
	right: -100px;
}
@media only screen and (max-width:1400px ) {
.has_more .products_list .hander_go_left_1{
	left: 0px;
}
.has_more .product_li li{
	width: 336px;
}
.has_more .products_list .hander_go_right_1{
	right: 0px;
}
.has_more  .products_list .warp{
	width: 1050px;
}
}
/*新闻*/
#news{
	padding: 40px 0;
}
#news h2{
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 20px;
}

#news .more_button{
	float: right;
}

#news a:hover{
	text-decoration: underline;
}
#news section{
	display: block;
	width: 570px;
}
#news li{
	line-height: 50px;
}
#news .ico_list{
	margin-top: -3px;
}
#news li span{
	float: right;
}
.news_left{
	float: left;
}
.news_right{
	float: right;

}
/*系统功能*/
#function{
	background: #00A3FF;
	padding: 70px 0;
}
.function_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#function h2{
	font-size: 36px;
	color: #fff;	
	display: block;
	text-align: center;
	font-weight:lighter;
	border-bottom: 1px solid #40B6FC;
	padding-bottom: 30px;
	width: 1200px;
	margin: 0 auto 40px auto;
	
}
#function .hander_go_left_2, #function .hander_go_right_2{
	display: none;
}
.has_more #function .hander_go_left_2{
	left: -100px;
	display: block;
}
.has_more #function .hander_go_right_2{
	right: -100px;
	display: block;
}
.function_li li{
	float: left;
	margin:0 30px;
	
}

.function_li a{
	display: block;
	width: 180px;
	height: 180px;
	overflow: hidden;	
}
.function_li a img{
	width: 100%;
}
.function_li a:hover{
	background-position-y: -186px;
}
.function_li a:hover img{
	margin-top: -180px;
}
 #function .warp{
 	overflow: hidden;
 }
@media only screen and (max-width: 1440px) {
.has_more #function .warp {
  width: 1050px;
}
.has_more #function .hander_go_left_2{
	left: 0;
}
.has_more #function .hander_go_right_2{
	right:0;
}
.has_more .function_li li{
	margin:0 15px;
}
}
/*客户案例*/
#case{
	padding: 70px 0;
	text-align: center;
}
#case hgroup{
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin: 0 auto 30px auto;
	width: 1200px;
}
#case h2{
	  font-size: 36px;
	  color: #000;
	  font-weight: lighter;
	  margin-bottom: 10px;
}
#case h3{
	  font-size: 18px;  
 	 color: #999;
 	 font-weight: 100;
}
.case_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#case ul{
	display: block;
	width: 1200px;
	float: left;
}
#case li{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	padding: 20px 0;
}
#case li img{
	max-width: 100%;
}
#case .hander_go_left_1,#case .hander_go_right_1{
	display: none;
}
.has_more #case .hander_go_left_1{
	left: -100px;
	display: block;
}
.has_more #case .hander_go_right_1{
	right: -100px;
	display: block;
}
#case .warp{
	overflow: hidden;
}
@media only screen and (max-width:1440px ) {
.has_more #case .hander_go_left_1{
	left: 0;
}
.has_more #case .hander_go_right_1{
	right: 0;
}
.has_more #case .warp{
	width: 1050px;
}
.has_more #case ul{
	width: 1050px;
}
}
/*广告*/
#advertisement{
	background: #000;
}
/*合作伙伴*/
#partner{
	padding: 70px 0 20px 0;
	text-align: center;
}
#partner hgroup{
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin: 0 auto 30px auto;
	width: 1200px;
}
#partner h2{
	font-size: 36px;
	color: #000;
	font-weight: lighter;
	margin-bottom: 10px;
}
#partner h3{
	  font-size: 18px;  
 	 color: #999;
 	 font-weight: 100;
}
.partner_box_warp{
	width: 100%;
	overflow: hidden;
}
.partner_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.partner_box li{
	float: left;
}
.partner_box li div{
	float: left;
	width: 240px;
	text-align: center;
}
.partner_box li img{
	max-width: 100%;
}
#partner .hander_go_left_1{
	left: -100px;
}
#partner .hander_go_right_1{
	right: -100px;
}
#partner .warp{
	overflow: hidden;
}

#partner .hander_go_left_1{
	left: 0;
}
#partner .hander_go_right_1{
	right: 0;
}
#partner .warp{
	width: 1050px;
}
	
}
/*页身 end ********************************/
