@charset "utf-8";
/* CSS Document */
/*tab_1*/
.tab_1{
	width:100%;
	height:468px;
	background:url(../imgs/solution/solution_banner.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}
.side_info{
	position:absolute;
	left:30%;
	top:150px;
	line-height:46px;
	color:#fff;
}
.side_info .en{
	font-size:36px;
}
.side_info .ch{
	font-size:28px;
}
.side_info span{
	display:inline-block;
	width:53px;
	height:2px;
	background-color:#fff;
	margin-top:14px;
}
/*tab_2*/
.tab_2{
	width:100%;
}
.products_nav ul{
	 width:100%;
}
.products_nav ul li{
	float:left;
	width:25%;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
	background-color:#f99a3d;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	cursor:pointer;
}
.products_nav ul li.active{
	background-color:#5e5e5e;
}
.products_nav ul li:hover{
	background-color:#5e5e5e;
}

/*tab3*/
.index_bar span a{
	cursor:default;
}
.index_bar span a:hover{
	color:#333;
}
.wrap{
	padding:0 90px;
	display:none;
}
.wrap h3{
	font-size:24px;
	color:#3d3d3d;
	font-weight:normal;
	text-align:center;
	margin:50px 0;
}
.wrap h4{
	font-size:22px;
	line-height:48px;
	font-weight:normal;
	color:#f99a3d;
	text-align:center;
	margin-top:30px;
}
.wrap .text p{
	font-size:18px;
	line-height:48px;
	color:#4d4d4d;
	text-indent:2em;
}
.wrap .function{
	/*width:1000px;*/
	margin:0 auto;
}
.function .pic img{
	display:block;
	width:986px;
	height:502px;
	margin:0 auto;
	margin-top:34px;
}
.function ol li{
	font-size:18px;
	line-height:48px;
	color:#4d4d4d;
	list-style:decimal;
}
.schedule{
	border-collapse: collapse;
	border: none;
	width: 956px;
	border: solid #59a2fb 1px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:100px;
}
.schedule tr th{
	background-color:#4f81bd;
	height:56px;
	line-height:56px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
}
.schedule tr td{
	border: solid #59a2fb 1px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#535353;
}



























