body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
button,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

,
a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: middle;
}

.mt25 {
	margin-top: 25px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.white {
	color: white;
}

.red {
	color: red;
}

.mr0 {
	margin-right: 0 !important;
}

body {
	background-color: #fff;
	/* min-width: 1200px; */
	font-family: "Microsoft YaHei";
}

.header {
	/* min-width: 1200px; */
	width: 100%;
	height: auto;
	background: #eeeeee;
	margin: 0 auto;
	box-shadow: 0px 2px 5px #ddd;
	font-size: 14px;
}

.header .top2 {
	width: 100%;
	height: 120px;
}

.header .top2 .logo {
	float: left;
	margin-top: 22px;
}

.header .top2 .nav {
	float: right;
	position: relative;
}

.header .top2 .nav li.nav1 {
	float: left;
	font-size: 16px;
	position: relative;
	margin: 30px 4px 0px;
}

.header .top2 .nav .nav1 a.item {
	color: #000;
	line-height: 60px;
	padding: 5px 10px;
}

.header .top2 .nav .nav1 a.item:hover,
.header .top2 .nav .nav1 a.cur {
	background: #e40d1f;
	color: #fff;
	border-radius: 6px;
}

.header .top2 .nav .nav2 {
	width: 100px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50px;
	left: -25px;
	padding: 2px 10px 10px;
	z-index: 9;
	box-shadow: 1px 1px 8px 0px #ccc;
	border-top: 3px solid #cf2d36;
	display: none;
}

.header .top2 .nav .nav2 a {
	color: #000;
	display: inline-block;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid #f1f1f1;
}

.banner {
	min-width: 1200px;
	position: relative;
	height: 700px;
	top: 0px;
}

.banner-slide,
.banner-slide .bd ul,
.banner-slide .bd li {
	width: 100%;
	height: 100%;
}

.banner-slide {
	position: absolute;
	left: 0;
	top: 0;
}

.banner-slide .hd {
	position: absolute;
	bottom: 19px;
	z-index: 2;
	width: 100%;
}

.banner-slide .hd ul {
	text-align: center;
}

.banner-slide .hd li {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #333;
	border-radius: 50%;
	opacity: 0.6;
}

.banner-slide .hd li.on {
	opacity: 1;
	height: 12px;
	width: 12px;
	position: relative;
	top: -2px;
	background: #e40d1f;
	border: 1px solid #e40d1f;
}

.banner-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-slide .bd li {
	position: absolute;
	left: 0;
	top: 0;
}

.banner .left,
.banner .right {
	width: 29px;
	height: 47px;
	display: block;
	position: absolute;
	background: url(../../img/H/extend/pre.png) no-repeat;
	top: 49%;
	left: 2%;
}

.banner .right {
	left: auto;
	right: 2%;
	background: url(../../img/H/extend/next.png) no-repeat;
}




.footer {
	width: 100%;
	height: 200px;
	background-color: #000;
}

.btn-disabled,
.btn-disabled:hover {
	cursor: not-allowed !important;
}


/* 分页 */
.pager22 {
	margin-top: 25px;
	height: 45px;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin-left: 5px;
}

.pagination li a,
.pagination li span {
	vertical-align: middle;
	padding: 8px 16px;
	margin: 0 -1px 0px -1px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border: 1px solid #e2e2e2;
}

.pagination li.active span {
	color: #000;
	background: #eee;
	border: 1px solid #e2e2e2;
}



/*  */
*{margin:0;padding:0;list-style-type:none;}

.top_height{
	height: 70px;
}
.container{max-width:1200px;margin:0 auto;}

.c-nav .show{
	display: inline-block;
}
.c-nav .hiden{
	display: none;
}
/* 导航栏 */
.c-nav{
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 10;
	height: 70px;
	top: 0px;
	overflow: hidden;
}
.c-nav .navFlex{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
	color: white;
}
.c-nav ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 11px;
}
.c-nav ul li{
	padding: 15px 0px 15px 0px;
	display: inline-block;
}
.c-nav ul li a{
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
}
.c-nav ul li a:hover,.c-nav ul li a.cur{
	color: #FFFFFF;
	background: #e40d1f;
}

.c-nav .logo{
	margin-top: 8px;
}
.c-nav .btnImg{
	height: 20px;
	width: 25px;
	padding: 3px 8px 3px 8px;
	box-sizing: content-box;
	border: 1px solid transparent;
}
.ma5slider{
		margin-bottom: 0px !important;
	}
@media screen and (max-width:1200px){
	.ma5slider{
		margin-bottom: 0px;
	}
	.c-nav ul li{
		margin-left: 20px;
	}
}
@media screen and (max-width:992px){
	.c-nav ul li{
		margin-left: 10px;
	}
}
@media screen and (max-width:768px){
	.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
		display: none;
	}
}
@media screen and (max-width:576px){
	.top_height{
		height: 51px;
	}
	.c-nav{
		background-color:#FFFFFF;
		padding: 10px 0px 10px 0px;
		opacity: 0.9;
		position: fixed;
		height: 31px;
	}
	.c-nav .navFlex{
		flex-wrap:wrap;
		font-size: 20px;
		justify-content: space-between;
	}
	.c-nav .logo{
		height: 30px;
		margin-top: 0px;
	}
	.c-nav ul li{
		padding-top: 10px;
		margin-left: 0px;
		display: block;
	}
	.c-nav ul li a{
		padding: 4px 28px;
	}
	.c-nav ul a:hover{
		border-bottom: 3px solid #e4c17e;
	}
	.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
		display: block;
	}
	.c-nav .hiden{
		display: block;
	}
	.c-nav .show{
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
		position: absolute;
		top: 50px;
		background: #FFFFFF;
	}
}