* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	/*height: 10000px;*/
	color: #333;
}

li {
	list-style: none;
}

img {
	cursor: pointer;
	vertical-align: middle;
}

a {
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.header1_container {
	background: #F2F2F2;
	padding: 7px 0;
	color: #707070;
	height: 35px;
	position: relative;
	z-index: 4940;
}

.header1_container img {
	margin-right: 5px;
}

.header1_tels span {
	margin-left: 15px;
}

.header2_container {
	padding: 4px 0;
	/*height: 72px;*/
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	transition: all .3s ease-out;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.logo img {
	width: 220px;
	transition: all .3s ease-out;
}

.header2_ul {
	margin: 0;
}

.header2_ul>li {
	float: left;
	position: relative;
}

.header2_ul li .nav2_container {
	position: fixed;
	width: 100%;
	background: #fff;
	left: 0px;
	top: 134px;
	display: none;
	z-index: 99;
	padding-bottom: 21px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.nav2_l {
	width: 50%;
	margin-top: 21px;
	padding-left: 66px;
	float: right;
	border-left: 1px solid #333;
}

.nav2_l_cover {
	float: left;
}

.nav2_l_cover img {
	width: 316px;
	height: 196px;
}

.nav2_l h4 {
	font-size: 18px;
	margin: 62px 0 8px 0;
	padding-left: 340px;
}

.nav2_l h5 {
	font-size: 14px;
	margin: 0;
	padding-left: 340px;
}

.nav2_r {
	padding-left: 10%;
	margin-top: 81px;
	width: 50%;
	border-left: 1px solid #333;
}

.nav2_r::after {
	content: "";
	display: block;
	clear: both;
}

.nav2_r>li {
	margin-bottom: 25px;
	float: left;
	width: 33.33%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	height: 44px;
}

.nav2_r>li a {
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px !important;
}

.nav2_r>li {
	padding-left: 10px;
	padding-right: 10px;
}

.nav2_r li a {
	color: #333;
}

.nav2_r li a:hover {
	color: #DA2826;
}

.header2_ul>li:not(:first-child) {
	margin-left: 30px;
}

.header2_ul li a {
	font-size: 16px;
}

.header2_ul>li>a {
	display: block;
	line-height: 64px;
}

.header2_ul li a:hover {
	color: #E60012;
}

.header2_ul .cur>a {
	color: #E60012;
}

.form_wrap {
	float: left;
	margin-left: 30px;
	position: relative;
	bottom: 5px;
	margin-top: 15.5px;
}

.form_wrap>span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #F0F0F0;
	vertical-align: middle;
	margin-top: 3px;
	border-radius: 50%;
	cursor: pointer;
}

.form_wrap form {
	position: absolute;
	display: none;
	width: 140px;
	height: 30px;
	left: -110px;
	top: 68px;
	z-index: 99;
	padding: 2px;
	box-sizing: content-box;
	background: #E60012;
	border-radius: 10px;
}

.form_wrap form .search_input {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	outline: none;
	padding: 5px 30px 5px 10px;
	border: none;
}

.form_wrap form .search_img {
	position: absolute;
	right: 7px;
	top: 7px;
}

.inner_banner img {
	width: 100%;
}

.crumbs {
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 15px;
}

.crumbs h5 {
	font-size: 24px;
	color: #DA2826;
	padding-left: 10px;
	border-left: 4px solid #DA2826;
	margin: 0;
}

.crumbs div {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}

.crumbs div a {
	color: #999;
}

.crumbs div a:hover {
	color: #DA2826;
}

.footer {
	background: #000000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 50px;
}

.footer a {
	color: #fff;
}

.footer_ul {
	margin-bottom: 35px;
}

.footer_ul li {
	float: left;
	margin-right: 15px;
}

.footer .code {
	text-align: center;
	margin-right: 30px;
	margin-top: 25px;
}

.footer .code img {
	width: 100px;
	height: 100px;
}

.footer .footer_logo {
	width: 300px;
	margin-top: 30px;
}

.pagination {
	text-align: center;
	width: 100%;
}

.pagination a,
.pagination span {
	color: #999;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: rgba(244, 244, 244, 1);
	border: 1px solid rgba(153, 153, 153, 1);
	border-radius: 50%;
	cursor: pointer;
}

.pagination a:hover,
.pagination span:hover {
	background: #DA2826;
	color: #fff;
}

.pagination .current {
	background: #DA2826;
	color: #fff;
}

.pagination .rows {
	display: none;
}

.m_header {
	display: none;
}

.m_ul {
	display: none;
}

.to_top {
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 99;
	display: none;
	opacity: .6;
	transition: all .3s;
	width: 40px;
	height: 40px;
}

.to_top img {
	width: 100%;
	height: 100%;
}

.to_top:hover {
	opacity: 1;
}

.m_bottom {
	display: none;
}

.footer .fl p {
	padding: 5px 0;
}

@media (min-width: 768px) {
	.container,
	body {
		min-width: 1200px !important;
	}
}

@media screen and (max-width: 768px) {
	.to_top {
		display: none !important;
	}
	.header1_container {
		display: none;
	}
	.header2_container {
		display: none;
	}
	.m_header {
		display: block;
		width: 100%;
		height: 50px;
		position: relative;
		background: #fff;
	}
	.m_logo img {
		height: 36px;
		margin: 6px 0 0 12px;
	}
	.m_menu {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 32px;
		height: 34px;
		border: 1px solid #E60012;
		border-radius: 4px;
		cursor: pointer;
		background: #fff;
		z-index: 100;
	}
	.m_menu span {
		display: block;
		width: 24px;
		height: 1px;
		background: #E60012;
		margin: auto;
	}
	.m_menu span:first-child {
		margin-top: 7px;
	}
	.m_menu span:nth-child(2) {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.m_ul {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.m_ul li a {
		display: block;
		color: #fff;
		padding: 6px 10px;
		text-align: center;
		background: #E60012;
	}
	.footer {
		padding: 20px 15px 70px;
	}
	.footer .fl,
	.footer .fr {
		float: none;
	}
	.footer .row div:nth-child(2) {
		display: none;
	}
	.container,
	body {
		min-width: 100% !important;
	}
	.crumbs div {
		display: none;
	}
	.m_bottom {
		display: block;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 8px 0;
		background: #000000;
		z-index: 9999999;
	}
	.m_bottom ul {
		margin-bottom: 0;
	}
	.m_bottom ul::after {
		content: "";
		display: block;
		clear: both;
	}
	.m_bottom ul li {
		float: left;
		width: 25%;
		text-align: center;
		padding: 0 8px;
	}
	.m_bottom ul li img {
		width: 26px;
	}
	.m_bottom ul li p {
		color: #fff;
		font-size: 12px;
	}
	.m_bottom ul li p:last-child {
		margin-bottom: 0;
	}
}