@charset "utf-8";
/* CSS Document */
body{
	overflow-x:hidden;
}

/**************   首页 应用领域  ******************/
.two_box {
	width:100%;
	position:relative;
	top:30px;
}
.about_box_three {
	width:100%;
	margin:0 auto;
	position:relative;
}
.main_app {
	width:60%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-100px;
	font-size:50px;
	color:#333;
	margin:0 auto;
	line-height:50px;
	margin-bottom:80px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}
.main_app_img {
	width:100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	right:-800px;
	color:#000;
	margin:0 auto;
	line-height:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_app p {
	font-size:15px;
	font-style: 微软雅黑;
	line-height:40px;
	text-indent:2em;
}
.main_why {
	width:67%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-200px;
	font-size:50px;
	text-align:center;
	color:#000;
	margin-bottom:300px;
	margin:0 auto;
	line-height:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_why p {
	font-size:16px;
	margin:0 auto;
	text-align:left;
	font-style: 微软雅黑;
	line-height:50px;
}
.main_whyw {
	width:67%;
	position:relative;
	top:-100px;
	bottom:-200px;
	font-size:50px;
	text-align:center;
	color:#000;
	margin:0 auto;
	line-height:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_whyw p {
	font-size:20px;
	font-style: italic;
}
.main_yuanyin {
	width:60%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:10;
	position:relative;
	bottom:-50px;
	font-size:50px;
	text-align:center;
	color:#333;
	margin:0 auto;
	line-height:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_yuanyin p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 25px;
	color:#999;
}
.main_about {
	width:67%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:200px;
	font-size:50px;
	text-align:left;
	color:#000;
	margin:0 auto;
	line-height:50px;
	margin-bottom:200px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_aboutq {
	width:67%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-200px;
	font-size:50px;
	text-align:left;
	color:#000;
	margin:0 auto;
	line-height:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_about_left {
	float:left;
	width:20%;
	margin-right:30px;
}
.main_about_right {
	float:right;
	width:35%;
	color:#FFF;
	font-size:16px;
	line-height:20px;
}
.timebox {
	width:100%;
	height: 94px;
	margin: 0 auto;
	position: relative;
}
.time {
	width:900px;
	height: 94px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.line {
	width: 100%;
	height: 1px;
	background: #cecece;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
}
.time ul {
	width: 2080px;
	margin-left: 0px;
	float: left;
	z-index: 12;
	position: relative;
}
.time li {
	width:200px;
	text-align:center;
	height: 38px;
	line-height: 38px;
	padding: 16px 0 40px;
	float: left;
	margin: 0 14px;
	display: inline;
	background: url(../images/bg_li02.png) no-repeat center 50px;
	color: #828282;
	text-align: center;
	cursor: pointer;
}
.time li:hover {
	background: url(../images/bg_li03.png) no-repeat center 50px;
	font-size: 22px;
	line-height: 38px;
	color: #017ac9;
}
.time .active {
	background: url(../images/bg_li03.png) no-repeat center 50px;
	font-size: 22px;
	line-height: 38px;
	color: #017ac9;
}
.contain {
	width:75%;
	margin: 0 auto;
	position: relative;
}
.contain ul {
	position: absolute;
	width:200%;
	left: 15%;
	top: 0;
}
.contain li {
	width:11.5%;
	margin-right: 1%;
	float: left;
	position: relative;
}
.contain ul li .pic {
	position: absolute;
	z-index: 5000;
	left: 0;
	top: 0;
}
.contain ul li .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 10%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: top 0.6s;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	-ms-transition: top 0.6s;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
}
.contain ul li:hover .text {
	width: 100%;
	height: 100%;
	opacity: 1;
	position: absolute;
	z-index: 10001;
	color:#FFF;
	font-size:25px;
	padding-left:30%;
	line-height:25px;
	filter: alpha(opacity=100);
	font-family:"微软雅黑";
}
.contain ul li .covering {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
}
.contain ul li:hover .covering {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #007BC7, #ffffff);
	background: -webkit-linear-gradient(top, #007BC7, #ffffff);
	background: -ms-linear-gradient(top, #007BC7, #ffffff);
	background: linear-gradient(top, #007BC7, #ffffff);
	opacity: 0.5;
	position: absolute;
	z-index: 10000;
	filter: alpha(opacity=50);
}
.contain ul .circle {
	border-radius: 50%;
	-ms-border-radius: 50%;
	overflow: hidden;
}
.left, .right {
	width: 30px;
	height: 52px;
	cursor: pointer;
	top: 40px;
}
.left {
	position: absolute;
	left: 0;
	background: url(../images/prev01.jpg);
}
.right {
	position: absolute;
	right: 0;
	background: url(../images/next01.jpg);
}
.three_box {
	width:100%;
	position:relative;
}
.four_box {
	width:100%;
	height:200px;
	/*background: url("../images/main_banner8.jpg") no-repeat scroll center 0 transparent;*/
}
.five_box {
	width:100%;
	height:100%;
	
}
.six_box {
	width:100%;
	height:200px;
	padding-top:30px;
	
}
.ten_box {
	width:100%;
	height:300px;
	background:#fff;
	
}
.seven_box {
	width:100%;
	height:250px;
	background:#fff;
	
}
.eight_box {
	width:100%;
	height:300px;
	
	
	
}
.nine_box {
	width:100%;
	
	color:#FFF;
}
.nine_footer {
	width:60%;
	margin:0 auto;
	color:#FFF;
}
.nine_footer_list {
	width:150px;
	float:left;
	margin-right:30px;
}
.nine_footer_list li {
}
.main_news {
	width:53%;
	position:relative;
	bottom:-50px;
	font-size:20px;
	text-align:left;
	color:#000;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_news_right {
	float:left;
	color:#333;
	font-size:14px;
	line-height:25px;
}
.main_news_right a {
	float:left;
	color:#333;
	width:500px;
	font-size:14px;
	line-height:25px;
}
.main_news_right a:hover {
	color:#0083cb;
}
.main_news2 {
	width:53%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-200px;
	font-size:20px;
	text-align:left;
	color:#000;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_news3 {
	width:53%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-50px;
	font-size:20px;
	text-align:left;
	color:#000;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_news4 {
	width:53%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-200px;
	font-size:20px;
	text-align:left;
	color:#000;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main_news_xian {
	width:53%;
	height:1px;
	background:#eee;
	width:43%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:relative;
	bottom:-50px;
	margin:0 auto;
}
.main_news_left {
	float:left;
	margin-right:5%;
}
.main_news_right {
	float:left;
	color:#333;
	line-height:25px;
}

.main_news_right_tit {
	color:#333;
	font-family:"微软雅黑";
	font-size:18px;
	line-height:30px;
	margin:15px auto;
}
.main_news_right_tit a {
	color:#333;
}
.main_news_right_tit a:honer {
 color:#0083ca;
}