@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#037dd5;
	text-decoration: none;
	}
table{ margin: auto}
i{ font-style:normal}
em{ font-style:normal}
@media (min-width:1200px) {
.index01{
	width: 100%;
	float: left;
	background-color: #ebebeb;
}
.header{
	width: 100%;
	float: left;
}
.main{
	width: 1200px;
	margin: auto;
}

.logo{
	width: 165px;
	float: left;
	margin-top: 22px;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
	
.banner01{
	width: 100%;
	float: left;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	color: #212121;
	align-items: center;
	padding-bottom: 80px;
}
.bantex{
	width: 50%;
	font-size: 18px;
	padding: 10px;
	line-height: 30px;
}
.bantex h1{
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 30px;
}
.down{
	display: flex;
	margin-top: 30px;
}
.down a{
	width: 160px;
	height: 50px;
	margin-right: 15px;
}
.down img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.banpic{
	width: 50%;
	padding: 10px;
	text-align: center;
}
.banpic img{
	max-width: 100%;
	height: auto;
}

	




}



@media (max-width:1199px) {

	
	
.index01{
	width: 100%;
	float: left;
	background-color: #ebebeb;
}
.header{
	width: 100%;
	float: left;
}
.main{
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}

.logo{
	width: 100%;
	float: left;
	height: 4.0rem;
	text-align: center;
	display: flex;
	align-items: center;
}
.logo img{
	max-width: 60%;
	max-height: 70%;
	vertical-align: middle;
}
	
.banner01{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	display: flex;
	justify-content: space-between;
	color: #212121;
	align-items: center;
	padding-bottom: 3.0rem;
	flex-wrap: wrap;
	text-align: center;
}
.bantex{
	width: 100%;
	font-size: 1.0rem;
	line-height: 1.8rem;
}
.bantex h1{
	font-size: 2.0rem;
	line-height: 2.5rem;
	margin-bottom: 1.0rem;
}
.down{
	display: flex;
	margin-top: 1.0rem;
	flex-wrap: wrap;
}
.down a{
	width: 100%;
	height: 3.0rem;
	margin-top: 1.0rem;
}
.down img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.banpic{
	width: 100%;
	text-align: center;
	margin-top: 3.0rem;
}
.banpic img{
	max-width: 100%;
	height: auto;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	




}
































