@charset "utf-8";
body {
	background: #ffffff;
}
@font-face {
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.container{
	width: 100%;
	height: 100%;
}
.banner {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	background: url(../../images/banner_bg.jpg);
	background-position: center bottom;
	touch-action: none;
}
.banner img {
	width: 100%;/*750px*/
	height: 500px;/*750px*/
	overflow: hidden;
	display: block;
	border: none;
}
.banner a {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: block;
}
#index_menu{
	width: 100%;
	height: 170px;
	overflow: hidden;
	background: #ffffff;
}
.index_menu{
	width: 1200px;
	height: 170px;
	overflow: hidden;
	margin: 0px auto;
}
.index_menu .menu_home {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/home.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
}
.index_menu .menu_home:hover{
	transform:scale(1.1);
}
.index_menu .menu_home span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_product {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/product.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_product:hover{
	transform:scale(1.1);
}
.index_menu .menu_product span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_application {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/application.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_application:hover{
	transform:scale(1.1);
}
.index_menu .menu_application span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_information {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/information.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_information:hover{
	transform:scale(1.1);
}
.index_menu .menu_information span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_faq {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/faq.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_faq:hover{
	transform:scale(1.1);
}
.index_menu .menu_faq span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_introduction {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/introduction.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_introduction:hover{
	transform:scale(1.1);
}
.index_menu .menu_introduction span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_commitment {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/commitment.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_commitment:hover{
	transform:scale(1.1);
}
.index_menu .menu_commitment span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
.index_menu .menu_connect {
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 10px 8px 8px 6px;
	background: url(../../images/connect.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-color: #ffffff;
	transition:transform 0.3s ease;
	margin-left: 30px;
}
.index_menu .menu_connect:hover{
	transform:scale(1.1);
}
.index_menu .menu_connect span {
	width: 160px;
	height: 100px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	word-break: break-all;
	color: #000000;
	margin: 90px 0px 0px 0px;
}
#index_connect{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e6e6e7;
}
.index_connect{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.index_connect .connect_title {
	width: 1150px;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 40px;
	text-align: left;
	padding: 25px 25px 0px 25px;
}
.index_connect .connect_title img {
	width: 60px;
	height: 60px;
	border: 0px;
	float: left;
	margin: 0px 5px 0px 10px;
}
.index_connect .connect_data {
	width: 1150px;
	height: auto;
	line-height: 60px;
	font-size: 20px;
	overflow: hidden;
	padding: 25px 25px 0px 25px;
	float: left;
	display: block;
}
.index_connect .connect_data img{
	float: left;
	width: 1150px;
	margin: 10px;
}
.index_connect .connect_data p{
	margin: 0px;
	padding: 0px;
}
#bottom{
	border-top: 1px solid #e6e6e7;
	margin-top: 30px!important;
}