﻿@charset "utf-8";
*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
}
html {
	overflow-x: hidden;
}
body {
	font-size: 14px;
	color: #333;
	line-height: normal;
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}
a:hover {
	color: #e21001;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, i {
	font-style: normal;
}
img {
	vertical-align: middle;
}
.contactimg {
	float: right;
}
input, select, textarea {
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	font-size: 14px;
}
textarea {
	overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: 0;
}
input::-ms-clear {
 display: none;
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 5px;
}
table th {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	background: #eee;
	padding: 5px;
}
.clearfix, .clear:after, .container:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}
.container {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 10px;
}
.container2 {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 10px;
}
/* header */
header .top {
	background: #f1f1f1;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #737373;
}
header .top a {
	color: #737373;
}
header .top a:hover {
	color: #e21001;
}
header .top .welcome {
	float: left;
}
header .top .but {
	float: right;
}
header .head {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0;
}
header .head .logo img {
	height: 70px;
	width: auto;
}
header .head .text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	border-left: 1px solid #e2e2e2;
	margin-left: 15px;
	padding: 10px 0 10px 15px;
	line-height: 1;
}
header .head .text span {
	font-size: 20px;
	display: block;
	overflow: hidden;
	padding: 0 0 8px 0;
}
header .head .text p {
	color: #888;
	font-size: 16px;
}
header .head .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #666;
	line-height: 1;
}
header .head .tel .iconfont {
	color: #aaa;
	font-size: 36px;
	margin-right: 10px;
}
header .head .tel em {
	font-size: 24px;
	font-weight: bold;
	color: #e21001;
	display: block;
	overflow: hidden;
	padding: 5px 0 0 0;
}
header .head .navbut {
	display: none;
}
header nav {
	border-top: 1px solid #e9e9e9;
	border-bottom: 3px solid #e21001;
	display: block;
}
header nav ul li {
	float: left;
	margin-left: 1px;
	position: relative;
	z-index: 99;
}
header nav ul li > a {
	display: block;
	overflow: hidden;
	line-height: 44px;
	padding: 0 35px;
	font-size: 16px;
	font-weight: bold;
}
header nav ul li .iconfont {
	display: none;
}
header nav ul li .sub {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 100%;
	top: 100%;
	left: 0px;
	line-height: 40px;
	white-space: nowrap;
	border-top: 3px solid #e21001;
}
header nav ul li .sub a {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 10px 0 30px;
}
header nav ul li .sub a:hover {
	background: #e21001;
	color: #fff;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li:hover > a {
	background: #e21001;
	color: #fff;
}
header nav ul li.on > a {
	background: #e21001;
	color: #fff;
}
/* footer */
footer nav {
	background: #e21001;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
}
footer nav a {
	color: #fff;
	padding: 0 20px;
}
footer nav a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .box {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
footer .box .center {
	text-align: center;
	color: #888;
	font-size: 12px;
}
footer .box .center a {
	color: #888;
}
footer .box .copy {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 15px 0 20px 0;
	overflow: hidden;
}
footer .box .copy .logo img {
	height: 70px;
	width: auto;
}
footer .box .copy .kj {
	padding: 0 0 0 20px;
	line-height: 1.6;
}
footer .box .copy .kj .href {
	font-size: 12px;
	color: #888;
	padding: 0 0 8px 0;
}
footer .box .copy .kj .href a {
	color: #888;
}
footer .box .copy .kj .href a:hover {
	color: #e21001;
}
footer .box .icon {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -20px;
	padding: 0 100px 0 0;
}
footer .box .icon li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 20px;
}
footer .box .icon li .iconfont {
	background: #868686;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	display: block;
	overflow: hidden;
	font-size: 18px;
}
footer .box .icon li .kj {
	padding: 0 0 0 10px;
}
footer .box .ewm {
	position: absolute;
	right: 0px;
	bottom: 30px;
	border: 1px solid #e7e7e7;
	width: 115px;
}
footer .box .ewm img {
	width: 100%;
	height: auto;
}
footer .link {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0 20px 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
}
footer .link a {
	margin-right: 10px;
	display: block;
	overflow: hidden;
	float: left;
	color: #888;
}
footer .link a:hover {
	color: #e21001;
}
/* float_backtop */
.float_backtop {
	background: #555;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	transition: all 0.3s;
	z-index: 99;
}
.float_backtop:hover {
	background: #e21001;
	color: #fff;
}
/* botnav */
.botnav {
	display: none;
}
/*网站地图 开始*/
.pagemap {
	padding: 0;
}
.lisitemap {
	float: left;
	list-style: none;
}
.content_map {
	display: block;
	margin-bottom: 10px;
}
.content_map p {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1f1f1f;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
	overflow: hidden;
}
.content_map ul {
	display: block;
	overflow: hidden;
}
.content_map ul li {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	border: 1px solid #666;
	color: #666;
	font-size: 14px;
	padding: 5px;
}
/*网站地图 结束*/
/* banner */
.banner .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
}
.banner .banner-next, .banner .banner-prev {
	position: absolute;
	top: 50%;
	height: 100px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 5;
	transition: all 0.3s;
	cursor: pointer;
	outline: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 52px;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 30px;
	opacity: 0;
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	background-color: rgba(226, 16, 1, 0.4);
}
.banner .banner-next {
	right: 10%;
}
.banner .banner-prev {
	left: 10%;
}
.banner .banner-num {
	bottom: 15px;
	position: absolute;
	z-index: 5;
	text-align: center;
	left: 0px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.banner .banner-num .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 5px;
	background: #eee;
	border: 4px solid #fff;
	opacity: 1;
	outline: 0;
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e21001;
	border-color: #d15d5d;
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1;
}
/* nbanner */
.nbanner {
	overflow: hidden;
}
.nbanner img {
	width: 100%;
	height: auto;
}
/* index */
.index {
	padding: 30px 0 40px 0;
	overflow: hidden;
}
.index .in_tit {
	text-align: center;
	overflow: hidden;
	position: relative;
	color: #666;
	line-height: 1.7;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
}
.index .in_tit .tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index .in_tit .tit .cen {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative;
	font-size: 20px;
	color: #000;
}
.index .in_tit .tit .cen:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	height: 1px;
	background: #eaeaea;
}
.index .in_tit .tit .cen span, .index .in_tit .tit .cen em {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	font-weight: bold;
}
.index .in_tit .tit .cen span {
	color: #e21001;
}
.index .in_tit .tit hr {
	height: 3px;
	background: #000;
	border: 0;
	width: 105px;
}
.index .in_tit .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #e21001;
}
.index .in_tit .more:hover {
	text-decoration: underline;
}
.index .in_tit:first-of-type {
	margin-top: 0;
}
.index .in_more {
	border: 1px solid #d1d1d1;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 116px;
	line-height: 28px;
	border-radius: 5px;
	color: #e21001;
	text-indent: 22px;
	background: url(../img/icon_right.png) 77px center no-repeat;
	font-size: 12px;
	transition: all 0.3s;
}
.index .in_more:hover, .index .in_more.cur {
	background-color: #e21001;
	background-image: url(../img/icon_rightb.png);
	color: #fff;
	border-color: #e21001;
}
/* in_about */
.in_about {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_about .pic {
	width: 42%;
}
.in_about .pic img {
	width: 100%;
	height: auto;
}
.in_about .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 25px;
}
.in_about .box .text {
	line-height: 2;
	overflow: hidden;
	text-indent: 2em;
	padding: 0 0 20px 0;
}
/* in_erlan */
.in_erlan {
	padding: 30px 0 0 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_erlan .b_tit {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 20px;
}
.in_erlan .b_tit .tit {
	border-bottom: 2px solid transparent;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 12px 0;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
.in_erlan .b_tit .tit span {
	color: #666;
}
.in_erlan .b_tit .tit.on {
	border-bottom-color: #e21001;
}
.in_erlan .b_tit .tit.on span {
	color: #e21001;
}
.in_erlan .b_tit .tit:first-child {
	margin-left: 0;
}
.in_erlan .b_tit .more {
	float: right;
	font-size: 12px;
	color: #666;
	position: relative;
	padding: 0 20px 0 0;
	margin-top: 2px;
}
.in_erlan .b_tit .more:before {
	content: "+";
	font-family: 'Arial';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #e21001;
	color: #fff;
	transform: translateY(-50%);
}
.in_erlan .b_tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #e3e3e3;
}
.in_erlan .left {
	width: 375px;
}
.in_erlan .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 30px;
}
.in_erlan .wzxun {
	margin: 0 -10px;
	overflow: hidden;
}
.in_erlan .wzxun li {
	line-height: 32px;
	width: 50%;
	padding: 0 10px;
	float: left;
}
.in_erlan .wzxun li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 0 15px;
	background: url(../img/icon_newsli.png) left center no-repeat;
	color: #666;
}
.in_erlan .wzxun li a:hover {
	color: #e21001;
}
.in_erlan .wzxun li em {
	float: right;
	color: #888;
	font-size: 12px;
}
.in_erlan .wzxun.one li {
	width: 100%;
}
.in_erlan .big_pic {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.in_erlan .big_pic img {
	width: 100%;
	transition: all 0.3s;
}
.in_erlan .big_pic span {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	padding: 0 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	z-index: 1;
}
.in_erlan .big_pic:hover img {
	transform: scale(1.1);
}
.in_erlan .big_pic:hover span {
	bottom: 0;
}
.in_erlan .big_box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 14px;
}
.in_erlan .big_box .pic {
	border: 1px solid #e3e3e3;
	padding: 2px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}
.in_erlan .big_box .pic img {
	width: 185px;
	height: 110px;
	transition: all 0.3s;
}
.in_erlan .big_box .pic:hover img {
	transform: scale(1.1);
}
.in_erlan .big_box .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	line-height: 24px;
}
.in_erlan .big_box .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000;
	padding: 0 0 5px 0;
	font-weight: bold;
	transition: all 0.3s;
}
.in_erlan .big_box .box span:hover {
	color: #e21001;
}
.in_erlan .big_box .box p {
	color: #666;
	height: 48px;
	display: block;
	overflow: hidden;
}
.in_erlan .big_box .box em {
	color: #e21001;
}
.in_erlan .big_box .box em:hover {
	text-decoration: underline;
}
/* in_banxun */
.in_banxun {
	position: relative;
}
.in_banxun .proa {
	display: block;
	overflow: hidden;
	background: #f7f7f7;
}
.in_banxun .pic {
	overflow: hidden;
}
.in_banxun .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.in_banxun .pic img:hover {
	transform: scale(1.1);
}


.in_banxun em {
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 10px;
	width: 33.3333%;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	background: #fff;
	text-align: center;
	transition: all 0.3s;
}
.in_banxun em:hover,.in_banxun em:hover a {
	background: #e21001;
	color: #fff;
}

.in_banxun .box {
	padding: 15px;
	overflow: hidden;
}
.in_banxun .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	text-align: center;
	color: #000;
}
.in_banxun .box span:hover {
	color: #e21001;
}
.in_banxun .box p {
	display: block;
	overflow: hidden;
	margin: 8px 0 15px 0;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}


.in_banxun .box i {
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 10px;
	width: 76px;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	background: #fff;
	text-align: center;
	transition: all 0.3s;
}
.in_banxun .box i:hover {
	background: #e21001;
	color: #fff;
}
.in_banxun .next, .in_banxun .prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #dedede;
	color: #fff;
	font-size: 24px;
	transform: translateY(-50%);
	border-radius: 5px;
	cursor: pointer;
	outline: 0;
	transition: all 0.3s;
}
.in_banxun .next:hover, .in_banxun .prev:hover {
	background: #e21001;
}
.in_banxun .next {
	right: -50px;
}
.in_banxun .prev {
	left: -50px;
}
/* in_pro */
.in_pro {
	padding: 0 0 30px 0;
	overflow: hidden;
}
.in_pro .tab {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 0 20px 0;
	margin: -5px;
	overflow: hidden;
	flex-wrap: wrap;
}
.in_pro .tab li {
	background: #949494;
	color: #fff;
	line-height: 36px;
	padding: 0 20px;
	margin: 5px;
	cursor: pointer;
}
.in_pro .tab li.on {
	background: #e21001;
}
.in_pro .xun a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_pro .xun .pic {
	width: 343px;
	overflow: hidden;
}
.in_pro .xun .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.in_pro .xun .pic img:hover {
	transform: scale(1.1);
}
.in_pro .xun .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 20px;
}
.in_pro .xun .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #e21001;
	font-weight:bold;
}
.in_pro .xun .box span:hover {
	color: #e21001;
}
.in_pro .xun .box p {
	display: block;
	overflow: hidden;
	color: #333;
	line-height: 24px;
	margin: 10px 0 15px 0;
}
.in_pro .xun .box em {
	background: #ff9000;
	color: #fff;
	border-radius: 5px;
	width: 120px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
}
.in_pro .xun .box em:hover {
	background: #e21001;
}
/* main */
.main {
	padding: 30px 0 40px 0;
	overflow: hidden;
}
.main .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.main .container:after {
	display: none;
}
.main .main_left {
	width: 240px;
}
.main .main_left .b_tit {
	background: #e21001;
	color: #fff;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.main .main_left .b_tit:after {
	content: "\e770";
	font-family: "iconfont" !important;
	font-weight: normal;
}
.main .main_left .menu {
	background: #e9e9e9;
	overflow: hidden;
}
.main .main_left .menu .tit {
	text-align: center;
	overflow: hidden;
	padding: 15px 0;
	background: #e21001;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.main .main_left .menu .tit span {
	display: block;
	overflow: hidden;
	font-size: 18px;
	padding: 0 0 2px 0;
	font-weight: bold;
}
.main .main_left .menu .tit:before {
	content: "";
	height: 1px;
	background: #f8d1ca;
	width: 100%;
	position: absolute;
	right: -20%;
	bottom: 0px;
	transform: rotate(-45deg);
}
.main .main_left .menu .tit:after {
	content: "";
	height: 1px;
	background: #f8d1ca;
	width: 100%;
	position: absolute;
	left: -20%;
	bottom: 0px;
	transform: rotate(45deg);
}
.main .main_left .menu ul li {
	border-bottom: 1px solid #fff;
}
.main .main_left .menu ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
	position: relative;
	padding: 0 10px 0 45px;
}
.main .main_left .menu ul li a:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid #333;
	border-bottom: 3px solid transparent;
}
.main .main_left .menu ul li a:hover:before {
	border-left-color: #e21001;
}
.main .main_left .menu ul li.on a {
	color: #e21001;
}
.main .main_left .menu ul li.on a:before {
	border-left-color: #e21001;
}
.main .main_left .menu ul li:last-child {
	border-bottom: 0;
}
.main .main_left .menu dl {
	padding: 20px;
}
.main .main_left .menu dl dd {
	margin: 10px 0 0 0;
}
.main .main_left .menu dl dd > a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #e21001;
	background: -webkit-linear-gradient(left, #e90d19, #e21001);
	background: -moz-linear-gradient(left, #e90d19, #e21001);
	background: -o-linear-gradient(left, #e90d19, #e21001);
	background: linear-gradient(left, #e90d19, #e21001);
	color: #fff;
	padding: 0 30px 0 15px;
	position: relative;
	line-height: 36px;
}
.main .main_left .menu dl dd > a:before {
	content: "";
	border: 1px solid #e3313d;
	position: absolute;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.main .main_left .menu dl dd > a:after {
	content: "\e625";
	font-family: "iconfont" !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}
.main .main_left .menu dl dd .sub {
	overflow: hidden;
}
.main .main_left .menu dl dd .sub a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #c9c9c9;
	background: #e4e4e4;
	background: -webkit-linear-gradient(top, #dddddd, #f8f8f8);
	background: -moz-linear-gradient(top, #dddddd, #f8f8f8);
	background: -o-linear-gradient(top, #dddddd, #f8f8f8);
	background: linear-gradient(top, #dddddd, #f8f8f8);
	padding: 0 10px 0 30px;
	margin-top: 5px;
	line-height: 32px;
	position: relative;
	font-size: 12px;
}
.main .main_left .menu dl dd .sub a:before {
	position: absolute;
	left: 15px;
	top: 0;
	content: "\e601";
	font-family: "iconfont" !important;
	font-weight: bold;
	transform: scale(0.8);
}
.main .main_left .menu dl dd .sub a.on {
	color: #e21001;
}
.main .main_left .menu dl dd:first-child {
	margin: 0;
}
.main .main_left .box {
	margin-top: 15px;
	background: #f5f5f5;
	overflow: hidden;
}
.main .main_left .tel {
	margin-top: 15px;
	background: #e21001;
	color: #fff;
	padding: 15px 0 15px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.main .main_left .tel .iconfont {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #e21001;
}
.main .main_left .tel .kj {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}
.main .main_left .tel .kj em {
	font-size: 24px;
	display: block;
	overflow: hidden;
	padding: 2px 0 0 0;
}
.main .main_left .kefu {
	background: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0 10px 15px;
	color: #fff;
}
.main .main_left .kefu .iconfont {
	font-size: 30px;
	margin: 0 11px 0 5px;
}
.main .main_left .kefu .kj {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main .main_left .kefu .kj span {
	font-size: 20px;
}
.main .main_left .kefu .kj em {
	text-transform: uppercase;
	padding-left: 10px;
}
.main .main_right {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 30px;
}
.position {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.position:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #d3d3d3;
}
.position .tit {
	border-bottom: 2px solid #e21001;
	font-size: 18px;
	padding: 0 10px 5px 10px;
	position: relative;
	z-index: 1;
	font-weight: bold;
}
.position .text {
	color: #666;
	padding: 0 0 5px 0;
}
.position .text .iconfont {
	margin-right: 5px;
}
.position .text a {
	color: #666;
}
.position .text a:hover {
	color: #e21001;
}
.main .web_tit {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 20px 0 15px 0;
}
.main .web_tit span {
	border-bottom: 2px solid #e21001;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding: 0 0 7px 0;
	display: block;
	overflow: hidden;
}
.main .web_tit em {
	padding: 0 0 7px 10px;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
}
.main .web_tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #d3d3d3;
}
/* list_case */
.list_case {
	overflow: hidden;
	margin: -5px -8px;
}
.list_case li {
	width: 33.33333333333%;
	padding: 5px 8px;
	float: left;
	text-align: center;
}
.list_case li a {
	display: block;
	overflow: hidden;
}
.list_case li .pic {
	overflow: hidden;
}
.list_case li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_case li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	transition: all 0.3s;
	font-size: 12px;
	color: #333;
}
.list_case li:hover .pic img {
	transform: scale(1.1);
}
.list_case li:hover span {
	background: #e21001;
	color: #fff;
}
/* list_pro */
.list_pro {
	overflow: hidden;
	margin: -5px -8px;
}
.list_pro li {
	width: 33.33333333333%;
	padding:8px;
	float: left;
	text-align: center;
}
.list_pro li .proa {
	display: block;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	background: #f3f3f3;
}
.list_pro li .pic {
	overflow: hidden;
}
.list_pro li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_pro li .pic img:hover {
	transform: scale(1.1);
}
.list_pro li .box {
	padding: 15px;
	overflow: hidden;
}
.list_pro li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: all 0.3s;
}
.list_pro li span:hover {
	color: #e21001;
}
.list_pro li em {
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 10px;
	width: 33.3333%;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	background: #fff;
	text-align: center;
	transition: all 0.3s;
}
.list_pro li em:hover,.list_pro li em:hover a {
	background: #e21001;
	color: #fff;
}
/* xun_case */
.xun_case {
	padding: 10px;
	overflow: hidden;
	counter-reset: sectioncounter;
}
.xun_case dt a {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 0 0 22px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ebebeb;
}
.xun_case dt a:before {
	content: counter(sectioncounter);
	counter-increment: sectioncounter;
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	background: #aeaeae;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.xun_case dt a:after {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #aeaeae;
	border-bottom: 3px solid transparent;
}
.xun_case dd {
	display: none;
	overflow: hidden;
	margin-top: 5px;
}
.xun_case dd img {
	width: 100%;
	height: auto;
}
/* list_news */
.list_news {
	overflow: hidden;
}
.list_news li {
	margin-top: 20px;
	overflow: hidden;
}
.list_news li a {
	display: block;
	overflow: hidden;
	background: #f3f3f3;
	padding: 20px;
}
.list_news li a > span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	transition: all 0.3s;
}
.list_news li a > span:hover {
	color: #e21001;
}
.list_news li a > p {
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 72px;
	margin: 7px 0;
	color: #888;
}
.list_news li a > em {
	width: 105px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e21001;
	color: #e21001;
	display: block;
	overflow: hidden;
	text-align: center;
}
.list_news li a > em:hover {
	background: #e21001;
	color: #fff;
}
.list_news li .pic {
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.list_news li .pic img {
	width: 230px;
	transition: all 0.3s;
}
.list_news li .pic img:hover {
	transform: scale(1.1);
}
.list_news li .bt {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.list_news li .bt em {
	float: left;
	width: 80px;
	line-height: 30px;
	border: 1px solid #333;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e21001;
	position: relative;
}
.list_news li .bt em:before {
	content: "";
	border: 1px solid #333;
	width: 18px;
	height: 14px;
	position: absolute;
	right: -5px;
	top: -5px;
}
.list_news li .bt span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: all 0.3s;
}
.list_news li .bt span:hover {
	color: #e21001;
}
.list_news li .text {
	line-height: 24px;
	overflow: hidden;
	padding: 10px 0 0 0;
	color: #888;
}
.list_news li .text em {
	color: #e21001;
}
.list_news li .text em:hover {
	text-decoration: underline;
}
.list_news li:first-child {
	margin-top: 0;
}
/* list_newsb */
.list_newsb {
	margin: 0 -10px;
	overflow: hidden;
}
.list_newsb li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.list_newsb li .box {
	border-bottom: 1px dotted #d5d5d5;
	line-height: 34px;
}
.list_newsb li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
	background: url(../img/icon_newslier.png) left center no-repeat;
}
.list_newsb li em {
	float: right;
	color: #666;
	font-size: 12px;
}
/* view_news */
.view_news {
	overflow: hidden;
}
.view_news .tit {
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.view_news .param {
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
	color: #888;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 12px;
	padding: 10px 0;
}
.view_news .param li {
	padding: 0 10px;
}
.view_news .param li .iconfont {
	margin-right: 5px;
}
.view_news .body {
	overflow: hidden;
	line-height: 1.5;
	padding: 15px 0;
	font-size:14px;
}
.view_news .body img {
	max-width: 100%;
	height: auto;
	padding: 5px 0;
}
.view_news .prne {
	margin: 0 -10px;
	overflow: hidden;
}
.view_news .prne li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	width: 50%;
	float: left;
	color: #666;
}
.view_news .prne li a {
	color: #666;
}
.view_news .prne li a:hover {
	color: #e21001;
}
.view_news .huibj {
	background: #f3f3f3;
	padding: 15px;
	overflow: hidden;
}
/* view_pro */
.view_pro .flex_main {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top:25px;
}
.view_pro .flex_main .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 30px;
}
.view_pro .flex_main .box .tit {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.view_pro .flex_main .box .text {
	padding: 10px 0 0 0;
	color: #444;
	line-height: 1.6;
	overflow: hidden;
}
.view_pro .flex_main .box .but {
	padding: 15px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.view_pro .flex_main .box .but a {
	display: block;
	overflow: hidden;
	line-height: 36px;
	background: #ff6600;
	color: #fff;
	padding: 0 20px;
}
.view_pro .flex_main .box .but a:last-child {
	margin-left: 15px;
	background: #6ababe;
}
.view_pro .flex_main .box .but a:hover {
	background: #e21001;
}
.view_pro .flex_main .box .ewm {
	max-width: 120px;
	overflow: hidden;
	text-align: center;
}
.view_pro .flex_main .box .ewm img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.view_pro .ppic {
	width: 480px;
	overflow: hidden;
}
.view_pro .ppic .probanbig {
	overflow: hidden;
}
.view_pro .ppic .probanbig img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.view_pro .ppic .probansmall {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}
.view_pro .ppic .probansmall .swiper-slide {
	width: 25%;
	cursor: pointer;
	padding: 0 5px;
}
.view_pro .ppic .probansmall .swiper-slide img {
	width: 100%;
	height: auto;
	border: 1px solid #d4d4d4;
	padding: 1px;
	opacity: 0.8;
}
.view_pro .ppic .probansmall .active-nav img {
	border: 1px solid #e21001;
	opacity: 1;
}
.view_pro .ppic .probansmall .arrow-left, .view_pro .ppic .probansmall .arrow-right {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 30px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.view_pro .ppic .probansmall .arrow-left:hover, .view_pro .ppic .probansmall .arrow-right:hover {
	color: #e21001;
}
.view_pro .ppic .probansmall .arrow-left {
	left: -8px;
}
.view_pro .ppic .probansmall .arrow-right {
	right: -8px;
}
.view_pro .body {
	overflow: hidden;
	line-height: 2;
	color: #333;
	font-size:16px;
}
.view_pro .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
/* pagebody */
.pagebody {
	overflow: hidden;
	line-height: 1.8;
	color: #666;
}
.pagebody img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
/* 分页 */
.dede_pages {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.dede_pages li {
	float: left;
	border: 1px solid #eeeeee;
	margin: 0 3px;
	line-height: 30px;
	border-radius: 3px;
}
.dede_pages li a {
	padding: 0 12px;
	display: block;
	overflow: hidden;
	color: #666;
}
.dede_pages li span {
	padding: 0 12px;
	display: block;
	overflow: hidden;
	color: #666;
}
.dede_pages li a:hover {
	background: #e21001;
	color: #fff;
}
.dede_pages li.pageinfo {
	padding: 0 12px;
	cursor: default;
}
.dede_pages li.thisclass a {
	background: #e21001;
	color: #fff;
}
/* tan_pic */
.tan_pic {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 80px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
	width: 100%;
	height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.tan_pic .close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
	background: #000;
}
.tan_pic .close:hover {
	background: #e21001;
}
.tan_pic .swiper-pagination-bullets {
	width: 100%;
	z-index: 5;
	left: 0px;
}
.tan_pic .swiper-pagination-bullet {
	width: 35px;
	height: 7px;
	background: #e0e0e0;
	border-radius: 4px;
	opacity: 1;
	margin: 0 10px;
	outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
	background: #e21001;
}
.tan_pic .swiper-button-next, .tan_pic .swiper-button-prev {
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	background: none;
	font-size: 60px;
	z-index: 5;
	opacity: 1;
	outline: none;
	color: #fff;
	transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover, .tan_pic .swiper-button-prev:hover {
	color: #e21001;
}
.tan_pic .swiper-button-disabled {
	opacity: 0.2;
}
.tan_pic .swiper-button-next {
	right: 0px;
}
.tan_pic .swiper-button-prev {
	left: 0px;
}
.html-read{text-align:center; padding:5px 0; }

.body .readpic {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #e21001;
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 0 0 10px 0
}
.body .readpic:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #e21001
}
.body .ruhex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 24px
}
.body .ruhex dt {
	color: #9b9ea0
}
.body .ruhex dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.body .ruhex dd a {
	float: left;
	padding-right: 10px;
	color: #e21001;
	display: block;
	overflow: hidden
}
.body .ruhex dd a:hover {
	text-decoration: underline
}