* {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: .9rem "Microsoft YaHei", Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, Arial, Helvetica, SimHei, sans-serif;
}

body {
	width: 100%;

	background-color: white;
}

a {
	text-decoration: none;
	outline: none;
	color: black;
}

img {
	border: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

.content {
	overflow: hidden;
	margin: auto;
	width: 700px;
}

.header {
	height: 584px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/banner_bg.png);
	border-bottom: 5px solid #F38B2A;
	background-color: #0851DD;
}



.tab {
	margin: 39px auto 0 auto;
	width: 670px;
}

.tab ul {
	overflow: hidden;
	margin-right: -26px;
}

.tab ul li {
	margin-right: 5px;
	float: left;
	width: 220px;
	height: 65px;
	line-height: 65px;
	color: white;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 10px;
	background-color: rgba(225, 225, 225, 0.2);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}

.check.on {
	background-color: #F4862E;
}

.title {
	margin: 30px 0 10px 0;
	height: 31px;
	line-height: 31px;
	font-size: 34px;
	text-align: center;
	font-weight: bolder;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/title_bg.png);
}

.zt .content {
	display: none;
}

.content.on {
	display: block;
}

.bmwb{
	width: 831px;
	margin: auto;
}

.xswb{
	width: 494px;
	margin: auto;
}

.list_content .hang1 {
	overflow: hidden;

}

.list_content .hang2 {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	padding: 2px 2px 0 2px;
	width: 158px;
	height: 15px;
	font-size: 18px;
	text-align: center;
	border-radius: 8px;
}

.list_content ul li img {

}

.mt_title{
	font-size: 14px;

}

.footer_box {
	margin-top: 45px;
	border-top: 3px solid #015294;
}

.am-container {
	max-width: 1170px;
	padding: 25px 15px 30px 15px;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	width: 100%;
	height: 100%;
	display: none;
	cursor:default;
}

.mask .mask_with {
	width: 340px;
	height: 380px;
	background-color: white;
	margin: 0 auto;
	margin-top: 100px;
}

.mask img {
	width: 210px !important;
	height: 210px !important;
	margin-top: 10px;
}

.close img {
	width: 60px !important;
	height: 60px !important;
	cursor:pointer;
}

.mask p {
	width: 100% !important;
	font-size: 20px !important;
	line-height: 50px;
}

.mask .mask_title {
	color: rgb(53, 139, 204);
	margin-bottom: 15px;
	border-bottom: 2px solid rgb(239, 239, 239);
	font-size: 24px !important;
	height: 70px;
}

footer .info {
	padding-left: 80px;
	position: relative;
	width: 63%;
	float: left;
}

.no-padding-right {
	padding-right: 0px;
}

footer p {
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

footer .link-img {
	vertical-align: top;
	width: 36%;
	float: right;
}

footer #_ideConac {
	position: absolute;
	left: 0px;
	top: -10px;
}

@media screen and (max-width:768px) {
	body {
		min-width: 100%;
	}

	.content {
		width: 100%;
	}

	.header {
		height: auto;
		text-align: center;
		background-image: url(../images/banner_bg768.jpg);
		background-color: #1B79F1;
	}

	.header_ewm {
		height: auto;
		width: 100%;
		margin-top: 200px;
		margin-left: 0;
	}

	.header_ewm ul {
		margin-right: 0;
	}

	.header_ewm ul li {
		width: 30%;
		margin: 10px 1.6%;
	}

	.tab {
		width: 100%;
		margin-left: 0;
	}

	.tab ul {
		margin-right: 0;
	}

	.tab ul li {
		width: 80%;
		margin: 10px 10% 0 10%;
	}
	
	.bmwb,
	.xswb{
		width: 100%;
	}

	.list_content {

	}

	.hang1 {
		margin-right: 0;
	}

	.hang2 {

	}

	.list_content ul li img {

	}
	
	footer #_ideConac,
	footer .link-img{
	    display: none;
	}
	
	footer .info {
	    padding-left: 0;
	    width: 100%!important;
	}
}

@media screen and (max-width:450px) {
	.header{
		background-image: url(../images/banner_bg450.jpg);
	}
	
	.header_ewm{
		margin-top: 180px;
	}
	
	.hang2{
		height: 228px;
	}
}

@media screen and (max-width:400px) {
	.header_ewm ul li img{
		width: 100%;
		height: 100%;
	}
	
	.hang2{
		height: 200px;
	}
}