@charset "utf-8";
/*公共样式*/
*{
	margin: 0;
	padding:0;
	font-size: 12px;
	outline: none;
	font-family:'Helvetica Neue LT Std','PT Sans','Arimo',arial,serif;
}
a{
	text-decoration: none;

}
li{
	list-style: none;
}
img,input{
	border: none;
}
body{
	overflow-x:hidden;
	background: #EFF0ED;
}

/*top*/
.top_wrap{
	height: 549px;
	margin: 0 auto;
	background: url(../images/hp_bg_header.png)  center top no-repeat #EFF0ED;
}
.top_wrap .wrap_center{
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.top_wrap .wrap_center .top_div{
	padding-top: 12px;
	overflow: hidden;
}
.top_wrap .wrap_center .top_div .log{
	width: 147px;
	height: 52px;
	float: left;
	background: url(../images/logo.png) no-repeat;
}
.top_wrap .wrap_center .top_div .right_login{
	float: right;
	/*width: 150px;*/
	height: 15px;
	margin-top: 2px;
}
.top_wrap .wrap_center .top_div .right_login div{
	height: 13px;
	border-right: 1px dashed #fff;
	float: left;
}
.top_wrap .wrap_center .top_div .right_login div a{
	color: #000000;
	padding:0 13px;
	font-size: 14px;
}
.top_wrap .wrap_center .nav{
	width: 890px;
	height: 37px;
	border: 1px solid #fff;
	border-right: none;
	background: #6ACEF8;
	margin-top: 25px;
}
.top_wrap .wrap_center .nav ul {
	float: left;
}
.top_wrap .wrap_center .nav ul li{
	float: left;
	background: url(../images/border_right_nav.png) no-repeat right center;
}
.top_wrap .wrap_center .nav ul li a{
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	padding:0 9px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
.top_wrap .wrap_center .nav ul li a.index,.top_wrap .wrap_center .nav ul li a:hover{
	background: #fff;
	color: #000;
}
.top_wrap .wrap_center .nav .search{
	float: right;
	height: 37px;
	width: 200px;
	margin: 7px 6px 0 0 ;
	position: relative;
}
.top_wrap .wrap_center .nav .search p{
	width: 53px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 1px;
	float: left;
	font-size: 14px;
}
.top_wrap .wrap_center .nav .search input.text{
	float: left;
	width: 145px;
	height: 24px;
	line-height: 24px;
	color: #000;
	background: url(../images/search_submit.png) 126px 5px no-repeat;
	background-color: #fff;
	text-indent: 5px;
}
.top_wrap .wrap_center .logs_a{
	width: 600px;
	height: 150px;
	margin-top: 255px;
	float: left;
}
.top_wrap .wrap_center .logs_a .box{
	width: 200px;
	height: 150px;
	float: left;
	position: relative;
}
.top_wrap .wrap_center .logs_a .box a{
	display: block;
	height: 75px;
	width: 95px;
	position: absolute;
	background: url(../images/animal-shodow-icons.png) no-repeat -44px -45px;
}
.top_wrap .wrap_center .logs_a .box a:hover{
	background: url(../images/animal-shodow-icons.png) no-repeat -44px -252px;
}
.top_wrap .wrap_center .logs_a .box.two a{
	background: url(../images/animal-shodow-icons.png) no-repeat -245px -45px;
}
.top_wrap .wrap_center .logs_a .box.two a:hover{
	background: url(../images/animal-shodow-icons.png) no-repeat -245px -252px;
}
.top_wrap .wrap_center .logs_a .box.three a{
	background: url(../images/animal-shodow-icons.png) no-repeat -470px -45px;
}
.top_wrap .wrap_center .logs_a .box.three a:hover{
	background: url(../images/animal-shodow-icons.png) no-repeat -470px -252px;
}
.top_wrap .wrap_center .logs_a .box h2{
	position: absolute;
	top: 85px;
	left: 0;
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.top_wrap .wrap_center .logs_a .box p{
	position: absolute;
	top:110px;
	left: 0;
	font-size: 14px;
}

/*register*/
.top_wrap .wrap_center .login_right{
	width: 283px;
	height: 350px;
	margin-top: 20px;
	float: right;
	padding: 10px 0 0 10px;
	position: relative;
}
.top_wrap .wrap_center .login_right .wrap{
	background: #fff;
	opacity: 0.6;
	filter:alpha(opacity:60);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top_wrap .wrap_center  .login_right .wrap_up{
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.top_wrap .wrap_center  .login_right .wrap_up .login_top{
	background: url(../images/chicken.png) no-repeat 190px 18px;
	width: 283px;
	height: 110px;
}
.top_wrap .wrap_center  .login_right .wrap_up .login_top h3{
	color: #535D66;
	font-size: 30px;
	width: 159px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}
.top_wrap .wrap_center .login_right .wrap_up .login_top p{
	color: #535d66;
	width: 170px;
	font-size: 14px;
	text-align: left;
}
.top_wrap .wrap_center .login_right .wrap_up form{
	width: 260px;
	height: 143px;

}
.top_wrap .wrap_center .login_right .wrap_up form input.input{
	width: 255px;
	height: 32px;
	border: 1px solid #A7B442;
	margin-bottom:5px;
	background: #fff;
	line-height: 32px;
	text-indent: 5px;
	display: block;
}
.top_wrap .wrap_center .login_right .wrap_up form a{
	display: block;
	float: right;
	height: 30px;
	width: 85px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	font-size: 19px;
	margin-top: 33px;
	background: url(../images/register_submit.png) no-repeat top right;
}
.top_wrap .wrap_center .login_right .wrap_up .login_bottom{
	width: 257px;
	height: 80px;
	padding: 10px 0 0 10px;
	background: url(../images/login_register_btm.png) no-repeat 216px 40px;
	background-color: #6B8C00;
}
.top_wrap .wrap_center .login_right .wrap_up .login_bottom a h3{
	color: #fff;
	font-size: 28px;
}
.top_wrap .wrap_center .login_right .wrap_up .login_bottom a p{
	color: #B5E000;
	width: 197px;
}
/*register*/
/*top*/

/*index_content*/
.index_content{
	color: #000000;
	font-size: 29px;
	width: 980px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}
.index_content .index_top{
	color: #000000;
	float: left;
	font-size: 29px;
	line-height: 32px;
	width: 684px;
	margin: 0 0 20px 0;
}
.index_content .rotem{
	width: 318px;
	height: 378px;
	float: left;
}
.index_content .rotem dl{
	width: 270px;
}

.index_content .rotem dt{
	color: #000000;
	font-size: 23px;
	font-weight: bold;

}
.index_content .rotem dd p{
	padding: 7px 15px;
	background: url(../images/our_solutions_bullet.png) left 8px no-repeat;
}
.index_content .rotem a.see{
	display: block;
	height: 44px;
	padding-top: 3px;
	color: #4080D9;
	font-size: 14px;
}
.index_content .rotem .box_bottom{
	background: #E2E3DD;
	width: 270px;
	height: 80px;
	padding-left: 7px;
	position: relative;
}
.index_content .rotem .box_bottom span.left{
	margin-top: 10px;
	width: 16px;
	height: 12px;
	display: block;
	float: left;
	background: url(../images/open_quete.png) no-repeat;
}
.index_content .rotem .box_bottom a.Letter{
	margin-top: 10px;
	display: block;
	float: left;
	color: #000000;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
}
.index_content .rotem .box_bottom span.right{
	margin-top: 17px;
	width: 16px;
	height: 12px;
	display: block;
	float: left;
	background: url(../images/close_quete.png) no-repeat;
}
.index_content .rotem .box_bottom a.Stories{
	position: absolute;
	color: #0056CC;
	top: 55px;
	left: 10px;
	color: #0056CC;
	font-size: 14px;
}
.index_content .index_list .index_news{
	float: left;
	width: 360px;
	height: 345px;
	position: relative;
}
.index_content .index_list{
	width: 980px;
	overflow: hidden;
}
.index_content .index_list .index_news h3{
	color: #000000;
	font-size: 23px;
	font-weight: bold;
}
.index_content .index_list .index_news ul li{
	width: 300px;
	height: 107px;
	border-bottom: 1px dashed #000;
	position: relative;
}
.index_content .index_list .index_news ul li.none{
	border: none;

}
.index_content .index_list .index_news ul li a.img{
	position: absolute;
	top: 15px;
}
.index_content .index_list .index_news ul li a.title{
	position: absolute;
	left: 75px;
	top: 22px;
	font-size: 14px;
	color: #424242;
}
.index_content .index_list .index_news ul  a.bottom{
	color: #0056CC;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_content .index_list .index_news ul li img{
	/*width: 60px;*/
	height: 56px;
}
.index_content .index_list .index_product {
	float: left;
	width: 290px;
	height: 345px;
	position: relative;
}
.index_content .index_list .index_product h3{
	color: #000000;
	font-size: 23px;
	font-weight: bold;
}
.index_content .index_list .index_product ul {
	margin-top: 13px;
}
.index_content .index_list .index_product ul li {
	width: 287px;
	height: 87px;
	background: url(../images/top_prod_bg.png) no-repeat;
	margin-bottom: 2px;
	position: relative;
}
.index_content .index_list .index_product ul li:hover{
	background: url(../images/top_prod_bg_selected.png) no-repeat;
}
.index_content .index_list .index_product ul li img{
	position: absolute;
	left: 15px;
	top: 16px;
	width: 60px;
	height: 60px;
}
.index_content .index_list .index_product ul li h3{
	position: absolute;
	left: 84px;
	top: 10px;
	color: #7E8E00;
	font-size: 22px;
	width: 140px;
	overflow: hidden;
	height: 28px;
}
.index_content .index_list .index_product ul li p{
	position: absolute;
	left: 84px;
	top: 40px;
	width: 140px;
	color: #000000;
}
.index_content .index_list .index_product a.prod{
	color: #4D92DE;
	position: absolute;
	bottom: 0;
	left: 3px;
	font-weight: bold;
}
.index_content .page_box{
	width: 967px;
	height: 420px;
}
.index_content .page_box .left_box{
	width: 659px;
	height: 280px;
	background: url(../images/knowldege_center_bg.png)  no-repeat;
	box-shadow: 0 2px 5px #E2E3E0;
	position: relative;
	float: left;
}
.index_content .page_box .left_box .box_top{
	height: 60px;
}
.index_content .page_box .left_box .box_top p.left{
	color: #6F7D00;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	width: 300px;
	font-weight: bold;
	float: left;
}
.index_content .page_box .left_box .box_top a.right{
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	float: right;
	color: #6F7D00;
	font-size: 14px;
}
.index_content .page_box .left_box .box_center{
	width: 660px;
	height: 160px;
}
.index_content .page_box .left_box .box_center .read{
	width: 235px;
	height: 160px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
	line-height: 20px;
}
.index_content .page_box .left_box .box_center .read .title{
	color: black;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.index_content .page_box .left_box .box_center .read a.learn{
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	color: #3C6092;
}
.index_content .page_box .left_box .right_ico{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 120px;
	right: 12px;
	background: url(../images/register_submit.png) no-repeat;
}
.index_content .page_box .left_box ul{
	position: absolute;
	left: 199px;
	top: 250px;
	width: 276px;
	height: 27px;
}
.index_content .page_box .left_box ul li{
	float: left;
	width: 30px;
	height: 27px;
	line-height: 27px;
}
.index_content .page_box .left_box ul li a{
	font-size: 14px;
	color: #001727;
}
.index_content .page_box .left_box ul li a:hover,.index_content .page_box .left_box ul li a.hover{
	color: #678800;
	font-size: 18px;
	font-weight: bold;
}
.index_content .page_box .right_box{
	width: 284px;
	height: 342px;
	position: relative;
	float: right;
}
.index_content .page_box .right_box a.right_top{
	
}
.index_content .page_box .right_box a.right_middle{
	padding-left: 1px;

}
.index_content .page_box .right_box a.right_bottom{
	display: block;
	margin-top: 10px;
}
/*index_content*/

/*footer*/
div.footer{
	height: 340px;
	margin-top: 70px;
	background: url(../images/footer_bg.png) no-repeat center bottom;
}
div.footer .container{
	width: 980px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
div.footer .container .icos{
	width: 318px;
	height: 39px;
}
div.footer .container .icos p{
	font-size: 14px;
	width: 80px;
	height: 39px;
	line-height: 39px;
	float: left;
}
div.footer .container .icos a{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 5px;
}
div.footer .container .icos a.one{
	background: url(../images/social_icons.png) no-repeat left top;
}
div.footer .container .icos a.two{
	background: url(../images/social_icons.png) no-repeat left -64px;
}
div.footer .container .icos a.three{
	background: url(../images/social_icons.png) no-repeat left -32px;
}
div.footer .container .icos a.four{
	background: url(../images/social_icons.png) no-repeat left -96px;
}
div.footer .container ul.about{
	position: absolute;
	left: 110px;
	top: 153px;
	height: 20px;
}
div.footer .container ul.about li{
	float: left;
	height: 20px;
	line-height: 20px;
	border-right: 1px dashed #000000;
}
div.footer .container ul.about li a{
	font-size: 14px;
	padding:0 20px;
	color: #000000;
}
div.footer .container ul.copy{
	margin: 200px auto 17px;
	width: 817px;
	overflow: hidden;
	border-bottom: 1px solid #627B00;
	height: 36px;
}
div.footer .container ul.copy li {
	float: left;
	border-right: 1px dashed #000;
	height: 15px;
}
div.footer .container ul.copy li a{
	padding: 15px;
	color: #627B00;
	font-size:14px;
}
div.footer .container ul.copy li a:hover{
	text-decoration: underline;
}
div.footer .container a.bottom{
	display: block;
	text-align: center;
	color: #809ADD;
	font-size: 14px;
}
div.footer .container a.bottom:hover{
	color: #535d66;
	text-decoration: underline;
}
/*footer*/

/*search*/
#index_search{
	position: absolute;
	width:30px;
	height: 30px;
	right: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity:0);
}


/*search*/