* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	/* max-width: 1920px; */
	font: 12px/1.5 Microsoft YaHei, Arial, sans-serif;
	margin: 0px auto;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1200 {
	width: 1200px;
	margin:0px auto;
}
.top_baner img{
	display: block;
	width:100%;
}
.top_img {
	margin: 33px auto;
	position: relative;
}
.site{
	    width: 685px;
	    margin: 0px auto;
	    position: relative;
	    left: 37px;
}
.top_img .logo {
	position: absolute;
	left: 15px;
	/* top: 30px; */
}

.top_img .ss {
	position: absolute;
	right: 16px;
	top: 0px;
	text-align: right;
	font-size: 15px;
}

.top_img .ss a {
	color: #686868;
	letter-spacing:1px;
}

.top_img .ss input {
	width: 163px;
	height: 30px;
	background: none;
	border: 1px solid #cdcdcd;
	box-shadow: 0px 0px 4px rgba(178, 178, 178, 0.3);
	margin-top: 30px;
	border-radius: 5px;
	outline: none;
}
.top_img .ss button{
	position: absolute;
	width:20px;
	height:20px;
	outline: none;
	border: none;
	bottom: 5px;
    right: 12px;
	background:url(../images/ss.png);
}
.logo img{
	display: block;
height:95px;
}
.nav_list {
	width: 100%;
	/* height: 78px; */
	background: #e52200;
}

.nav_list ul li {
	float: left;
	font-size: 20px;
	text-align: center;
	margin: 0px 81px;
	position: relative;
}
.nav_list ul li:before{
	content: "";
	display:block;
	width:1px;
	position: absolute;
	top: 20px;
	bottom: 12px;
	left: -81px;
	background:#f7b3b3;
}
.nav_list ul li:first-child:before{
	display: none;
}
.nav_list ul li img{
top: 4px;
    position: relative;
    margin-right: 11px;
}
.nav_list ul li a {
	color: white;
	font-size: 19px;
	display: block;
	position: relative;
	margin: 6px 0px;
}


.ifom-nav .swiper-container,
.ifom-nav .swiper-wrapper,
.ifom-nav .swiper-slide {
	height: auto !important;
	width: auto;
}

.ifom-nav {
	font-size: 17px;
	color: white;
	background: #e52200;
	padding: 2.6% 0px;
	display: none;
}

.ifom-nav .swiper-slide-active a {
	color: white;
	display: block;
	font-weight: bold;
}

.ifom-nav div {
	padding: 0px 10px;
}

.ifom-nav a {
	color: white;
	display: block;
}

.ifom-nav .swiper-container, .ifom-nav .swiper-wrapper, .ifom-nav .swiper-slide {
    height: auto !important;
    width: auto;
}

.footer{
	text-align: center;
	color: white;
	padding: 34px 0px;
	font-size: 15px;
	line-height: 27px;
	margin-top: 50px;
	background: #db0000;
}