@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;
	text-align: justify;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s;
}
a:hover {
	color: #f0592d;
}
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;
}
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;
}
.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: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.container2 {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
header .top {
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #efefef);
	background: -o-linear-gradient(top, #fff, #efefef);
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: linear-gradient(top, #fff, #efefef);
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	color: #888;
}
header .top a {
	color: #888;
}
header .top a:hover {
	color: #f0592d;
}
header .top .welcome {
	float: left;
}
header .top .href {
	float: right;
}
header .top .href a {
	padding: 0 5px;
}
header .head .container {
	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;
	height: 90px;
}
header .head .container:after {
	display: none;
}
header .head .logo img {
	height: 70px;
	width: auto;
}
header .head .line {
	width: 1px;
	height: 70px;
	margin: 0 15px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
}
header .head .info {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	font-size: 16px;
	line-height: 1;
	color: #666;
	font-weight: 300;
	color: #000;
}
header .head .info .bold {
	font-size: 24px;
	padding: 0 0 10px 0;
}
header .head .info em {
	color: #f0592d;
}
header .head .search_but {
	display: none;
}
header .head .search {
	margin-right: 30px;
}
header .head .search form {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	min-width: 250px;
}
header .head .search input[type='text'] {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-right: 0;
	box-shadow: 0 0 15px #ddd inset;
	border-radius: 5px 0 0 5px;
}
header .head .search input[type='text']:focus {
	box-shadow: 0 0 15px rgba(32,170,96,0.5) inset;
}
header .head .search button {
	background: #20aa60;
	color: #fff;
	height: 40px;
	width: 40px;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}
header .head .search button i {
	transition: all 0.4s;
}
header .head .search button:hover i {
	font-size: 120%;
}
header .head .tel {
	font-weight: 300;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #000;
	line-height: 1;
}
header .head .tel i {
	font-size: 46px;
	margin-right: 5px;
}
header .head .tel em {
	display: block;
	overflow: hidden;
	padding: 5px 0 0 0;
	font-size: 24px;
	color: #20aa60;
}
header .head .navbut {
	display: none;
}
header nav {
	background: #404040;
	display: block;
	font-weight: 300;
}
header nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header nav li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative;
	z-index: 999;
}
header nav li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #555 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #555 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #555 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #555 50%, transparent 100%);
}
header nav li > a {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	text-shadow: 0 0 1px #333;
}
header nav li .iconfont {
	display: none;
}
header nav li .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 100%;
	background-color: rgba(0,0,0,0.7);
	font-size: 12px;
}
header nav li .sub a {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	color: #fff;
	position: relative;
	line-height: 34px;
	text-align: center;
}
header nav li .sub a:after {
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	height: 1px;
	top: 0px;
	background: transparent;
	background: -webkit-linear-gradient(90deg, transparent 0%, #444 50%, transparent 100%);
	background: -o-linear-gradient(90deg, transparent 0%, #444 50%, transparent 100%);
	background: -moz-linear-gradient(90deg, transparent 0%, #444 50%, transparent 100%);
	background: linear-gradient(90deg, transparent 0%, #444 50%, transparent 100%);
}
header nav li .sub a:hover {
	background: #f0592d;
}
header nav li:first-child:before {
	display: none;
}
header nav li:hover > a {
	color: #fff;
	background: #ee4615;
	background: -webkit-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: -o-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: -moz-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
}
header nav li.on > a {
	color: #fff;
	background: #ee4615;
	background: -webkit-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: -o-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: -moz-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
}
footer {
	color: #686e76;
	line-height: 2;
	font-size: 12px;
}
footer a {
	color: #686e76;
}
footer a:hover {
	color: #f0592d;
}
footer .flex_main {
	background: #1c1f24 url(../img/bj_foot.jpg) center bottom no-repeat;
	padding: 30px 0;
}
footer .flex_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;
}
footer .flex_main .container:after {
	display: none;
}
footer .flex_main .tit {
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 5px;
}
footer .flex_main .tit:before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 5px;
	border: 1px solid #f0592d;
	display: block;
	overflow: hidden;
	transform: rotate(45deg);
}
footer .flex_main .nav li {
	text-indent: 11px;
}
footer .flex_main .nav .er {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .flex_main .nav .er ul:last-child {
	margin-left: 15px;
}
footer .flex_main .cont .text {
	text-indent: 11px;
}
footer .flex_main .ewm li {
	float: left;
	text-align: center;
	margin-left: 15px;
	color: #fff;
}
footer .flex_main .ewm li img {
	max-width: 124px;
	height: auto;
	border: 1px solid #444;
	padding: 8px;
	margin-bottom: 5px;
	background: #333;
}
footer .flex_main .ewm li:first-child {
	margin-left: 0;
}
footer .foot {
	background: #222;
	padding: 10px 0;
}
footer .foot .copy {
	float: left;
}
footer .foot .extra {
	float: right;
}
footer .foot .extra .icp {
	margin-right: 10px;
}
.fixed_kefu {
	position: fixed;
	right: 0px;
	top: 168px;
	z-index: 888;
}
.fixed_kefu .open {
	cursor: pointer;
}
.fixed_kefu .hide {
	display: none;
	width: 140px;
	margin-top: 5px;
	position: relative;
}
.fixed_kefu .hide .close {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 30px;
	cursor: pointer;
}
.fixed_kefu .hide .box {
	background: #00984f;
}
.fixed_kefu .hide .qq {
	background: #fff url(../img/fixed_qq.png) 10px center no-repeat;
	margin: 0 10px;
	display: block;
	overflow: hidden;
	line-height: 36px;
	text-indent: 32px;
}
.fixed_kefu .hide .ewm {
	margin: 10px;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
}
.fixed_kefu .hide .ewm img {
	width: 100%;
	height: auto;
}
.fixed_kefu .hide .tel {
	padding: 0 0 10px 0;
	color: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 1.5;
}
.fixed_kefu .hide .tel .iconfont {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	bottom: -1px;
}
.fixed_foot_wap {
	display: none;
}
.backtop {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	z-index: 888;
	cursor: pointer;
	display: none;
}
.backtop:hover {
	background: #f0592d;
}
.banner a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.banner img {
	width: 100%;
	height: auto;
	display: none;
}
.banner .banner-num {
	position: absolute;
	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;
	z-index: 3;
	bottom: 15px;
}
.banner .banner-num .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	transition: all 0.4s;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}
.banner .banner-num .swiper-pagination-bullet-active {
	width: 50px;
	background: #f0592d;
}
.banner .banner-but {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index: 5;
}
.banner .banner-but > div {
	cursor: pointer;
	width: 28px;
	height: 28px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	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-left: 3px;
	font-size: 14px;
	transition: all 0.4s;
}
.banner .banner-but > div:hover {
	background-color: rgba(240,89,45,0.8);
}
.nbanner {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.nbanner img {
	width: 100%;
	height: auto;
	display: none;
}
.position {
	position: relative;
	z-index: 55;
	margin-top: -44px;
	color: #fff;
	font-size: 13px;
}
.position .container {
	background-color: rgba(0,0,0,0.3);
	line-height: 44px;
	max-width: 1200px;
	padding: 0;
}
.position .iconfont {
	margin: 0 10px 0 15px;
	font-size: 16px;
	float: left;
}
.position a {
	color: #fff;
}
.position .tit {
	float: right;
	font-size: 18px;
	background-color: rgba(240,89,45,0.7);
	padding: 0 20px;
}
.wap_cate {
	display: none;
}
.main {
	padding: 30px 0;
}
.web_bj {
	background: #f4f4f4;
}
.web_bbj {
	background: #fff;
}
.web_main {
	padding: 30px;
	overflow: hidden;
	background: #fff;
}
.web_main .pagination {
	padding: 0;
}
.web_cate {
	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 -5px 25px -5px;
}
.web_cate li {
	margin: 0 5px;
}
.web_cate li a {
	display: block;
	overflow: hidden;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 60px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 16px;
}
.web_cate li:hover a {
	background: #20aa60;
	color: #fff;
}
.web_cate li.on a {
	background: #f0592d;
	color: #fff;
}
#tan_box {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
}
.tan_box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 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;
}
.tan_box .box {
	position: relative;
	background: #fff url(../img/loading.gif) center center no-repeat;
	padding: 10px;
	box-shadow: 0 0 15px #ccc;
	border-radius: 5px 0 5px 5px;
}
.tan_box .box img {
	max-height: 100%;
	max-width: 100%;
}
.tan_box .box video, .tan_box .box iframe {
	width: 1000px;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
}
.tan_box .box iframe {
	height: 560px;
}
.tan_box .close {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -36px;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 5px #ccc;
	transition: all 0.4s;
	border-radius: 5px 5px 0 0;
}
.tan_box .close .iconfont {
	display: inline-block;
	transition: all 0.4s;
}
.tan_box .close:hover {
	background: #f0592d;
}
.tan_box .close:hover .iconfont {
	transform: rotate(360deg);
	color: #fff;
}
.in_link {
	background: #20aa60;
	color: #fff;
}
.in_link .container {
	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-top: 10px;
	padding-bottom: 10px;
}
.in_link .container:after {
	display: none;
}
.in_link .tit {
	text-align: center;
	overflow: hidden;
	line-height: 1;
}
.in_link .tit em {
	font-size: 24px;
	text-transform: uppercase;
}
.in_link .line {
	width: 1px;
	height: 45px;
	margin: 0 0 0 15px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
}
.in_link ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	font-size: 12px;
	line-height: 2;
}
.in_link ul li {
	float: left;
	margin-left: 15px;
}
.in_link ul li a {
	color: #eee;
}
.in_link ul li a:hover {
	color: #fff;
}
.in_box {
	padding: 30px 0 40px 0;
}
.in_box .in_tit {
	text-align: center;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.in_box .in_tit em {
	color: #f0592d;
	font-size: 110%;
}
.in_box .in_tit .bt {
	font-size: 30px;
}
.box_body .bt {
	text-align: center;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 15px 0;
	color: #000;
}
.in_box .in_tit .text {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 24px;
}
.in_box .in_tit .line {
	height: 7px;
	border-top: 1px solid #ccc;
	max-width: 240px;
	margin: 10px auto 0 auto;
	position: relative;
}
.in_box .in_tit .line:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 50px;
	height: 3px;
	background: #f0592d;
	content: "";
	z-index: 5;
}
.in_box .in_tit .line:after {
	position: absolute;
	left: -20px;
	right: -20px;
	bottom: 1px;
	background: #ccc;
	content: "";
	height: 1px;
}
.in_box .in_tite {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.in_box .in_tite em {
	color: #20aa60;
}
.in_box .in_tite .bt {
	font-size: 24px;
	font-weight: bold;
	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: center;
	justify-content: center;
}
.in_box .in_tite .bt .cen {
	position: relative;
	padding: 0 15px;
}
.in_box .in_tite .bt .cen:before, .in_box .in_tite .bt .cen:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background: #eee;
	width: 1000px;
}
.in_box .in_tite .bt .cen:before {
	left: 100%;
}
.in_box .in_tite .bt .cen:after {
	right: 100%;
}
.in_box .in_tite .text {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.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;
	margin-bottom: 20px;
}
.in_pro .tab li {
	margin: 0 10px;
	border: 1px solid #eee;
	padding: 8px 20px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.in_pro .tab li.on {
	background: #f0592d;
	color: #fff;
	border-color: #f0592d;
}
.in_pro .xun .pic {
	display: block;
	overflow: hidden;
	position: relative;
}
.in_pro .xun .pic:before {
	content: "\e764";
	font-family: "iconfont" !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	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-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.7s;
	color: #f0592d;
	font-size: 40px;
	z-index: 5;
	transform: scale(4);
}
.in_pro .xun .pic img {
	width: 100%;
	transition: all 0.7s;
}
.in_pro .xun .pic:hover:before {
	transform: scale(1);
	opacity: 1;
}
.in_pro .xun .pic:hover img {
	transform: scale(1.1);
}
.in_pro .xun .box {
	padding: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.in_pro .xun .box .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 5;
	transition: all 0.4s;
}
.in_pro .xun .box .but {
	margin-top: 8px;
	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;
	line-height: 36px;
	transition: all 0.4s;
}
.in_pro .xun .box .but a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin: 0 5px;
	background: #fff;
	color: #f0592d;
	border: 1px solid #f0592d;
}
.in_pro .xun .box .but span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin: 0 5px;
	background: #fff;
	color: #f0592d;
	border: 1px solid #f0592d;
	display:block;
	cursor:pointer;
}
.in_pro .xun .box .but span:last-child {
	background: #f0592d;
	color: #fff;
}
.in_pro .xun .box .but span:hover {
	opacity: 0.9;
}
.in_pro .xun .box .but a:last-child {
	background: #f0592d;
	color: #fff;
}
.in_pro .xun .box .but a:hover {
	opacity: 0.9;
}
.in_pro .xun .swiper-slide {
	border: 1px solid #eee;
}
.in_pro .xun .swiper-slide:hover .box p {
	opacity: 0;
}
.in_pro .xun .swiper-slide:hover .but {
	bottom: 10px;
}
.in_pro .pro-but {
	display: none;
}
.in_youshi {
	background: url(../img/bj_huibj.jpg) center top no-repeat;
	background-size: 100% 100%;
}
.in_youshi ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.in_youshi ul li {
	width: 33.3333333333%;
	background: #fff;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align: center;
	padding: 40px 20px;
	color: #666;
	line-height: 1;
	position: relative;
	font-weight: 300;
	transition: all 0.4s;
}
.in_youshi ul li .iconfont {
	font-size: 40px;
	width: 80px;
	height: 80px;
	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 auto;
	background: #f0592d;
	border-radius: 50%;
	color: #fff;
	transition: all 1s;
}
.in_youshi ul li span {
	display: block;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	margin: 15px 0 10px 0;
}
.in_youshi ul li p {
	line-height: 24px;
	max-width: 90%;
	margin: 0 auto;
}
.in_youshi ul li:nth-child(odd) .iconfont {
	background: #20aa60;
}
.in_youshi ul li:hover {
	box-shadow: 0 0 10px #ccc;
	z-index: 5;
}
.in_youshi ul li:hover .iconfont {
	transform: rotateY(360deg);
}
.in_why .pic {
	width: 48%;
	margin: 0 50px 0 0;
}
.in_why .pic img {
	width: 100%;
	height: auto;
}
.in_why ul {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.in_why ul li {
	margin-top: 50px;
	position: relative;
	padding: 0 0 0 80px;
}
.in_why ul li:first-child {
	margin-top: 0;
}
.in_why ul li .xh {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f0592d;
	color: #fff;
	width: 60px;
	height: 80px;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
	padding: 10px 0 0 0;
}
.in_why ul li .xh:after {
	content: "";
	display: block;
	overflow: hidden;
	margin: 5px auto 0 auto;
	height: 2px;
	background: #fff;
	width: 54%;
}
.in_why ul li .bt {
	border-bottom: 1px dashed #ccc;
	font-size: 24px;
	padding: 0 0 12px 0;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.in_why ul li .bt span {
	color: #f0592d;
}
.in_why ul li .text {
	line-height: 28px;
	color: #666;
}
.in_why ul li .text p {
	display: block;
	overflow: hidden;
	padding: 0 0 0 15px;
	background: url(../img/icon_whyli.png) left 11px no-repeat;
}
.in_why ul li:nth-child(even) .xh {
	background: #20aa60;
}
.in_why ul li:nth-child(even) .bt span {
	color: #20aa60;
}
.in_why .li {
	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_why .er {
	margin-top: 30px;
	flex-direction: row-reverse;
}
.in_why .er .pic {
	margin: 0 0 0 50px;
}
.in_fuwu {
	background: url(../img/bj_yy.jpg) center top no-repeat;
	background-size: 100% 100%;
}
.in_fuwu .in_tit {
	color: #ccc;
}
.in_fuwu .in_tit em {
	color: #f0592d;
}
.in_fuwu .in_tit .line {
	border-top: 1px solid #333;
}
.in_fuwu .in_tit .line:before {
	background: #f0592d;
}
.in_fuwu .in_tit .line:after {
	background: #333;
}
.in_fuwu .xun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: -10px;
	flex-wrap: wrap;
	padding: 15px 0;
}
.in_fuwu .xun li {
	width: 16.66666666666667%;
	text-align: center;
	line-height: 1;
	color: #999;
}
.in_fuwu .xun li .box {
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 0 0 20px #111;
	transition: all 0.4s;
}
.in_fuwu .xun li i {
	font-size: 32px;
	color: #fff;
	width: 60px;
	height: 60px;
	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 auto;
	border-radius: 50%;
	background-color: rgba(32,170,96,0.2);
	transition: all 0.4s;
}
.in_fuwu .xun li em {
	display: block;
	overflow: hidden;
	margin-top: 15px;
	font-size: 18px;
}
.in_fuwu .xun li:nth-child(odd) i {
	background-color: rgba(240,89,45,0.2);
}
.in_fuwu .xun li:hover .box {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0 0 20px #222;
}
.in_fuwu .xun li:hover i {
	transform: rotate(360deg);
}
.in_fuwu .mess {
	margin-top: 20px;
	background-color: rgba(255,255,255,0.2);
	position: relative;
	height: 268px;
	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_fuwu .mess:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	top: 0px;
	width: 50%;
	background: #000;
	background: -webkit-linear-gradient(90deg, #000, transparent);
	background: -o-linear-gradient(90deg, #000, transparent);
	background: -moz-linear-gradient(90deg, #000, transparent);
	background: linear-gradient(90deg, #000, transparent);
}
.in_fuwu .mess .box {
	width: 50%;
	position: relative;
	z-index: 5;
	padding: 30px 30px 30px 130px;
	color: #fff;
	line-height: 1.5;
}
.in_fuwu .mess .box .t1 {
	font-size: 20px;
	color: #ddd;
}
.in_fuwu .mess .box .t2 {
	font-size: 30px;
	padding: 5px 0 15px 0;
	border-bottom: 1px dashed #666;
	margin: 0 0 20px 0;
}
.in_fuwu .mess .box .flex_main {
	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;
	line-height: 1;
}
.in_fuwu .mess .box .flex_main .qq {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 20px;
	color: #f0592d;
}
.in_fuwu .mess .box .flex_main .qq i {
	font-size: 36px;
	margin-right: 5px;
}
.in_fuwu .mess .box .flex_main .qq:hover {
	color: #20aa60;
}
.in_fuwu .mess .box .flex_main .tel {
	font-weight: 300;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.in_fuwu .mess .box .flex_main .tel i {
	font-size: 46px;
	margin-right: 5px;
}
.in_fuwu .mess .box .flex_main .tel em {
	display: block;
	overflow: hidden;
	padding: 5px 0 0 0;
	font-size: 24px;
	color: #20aa60;
}
.in_fuwu .mess form {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.in_fuwu .mess .form {
	position: relative;
	z-index: 5;
	padding: 30px;
}
.in_fuwu .mess .form li {
	float: left;
	width: 100%;
	padding: 5px;
}
.in_fuwu .mess .form li.er {
	width: 50%;
}
.in_fuwu .mess .form li input[type='text'] {
	width: 100%;
	height: 54px;
	border: 0;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
	box-shadow: 0 0 15px #000 inset;
	transition: all 0.4s;
}
.in_fuwu .mess .form li input[type='text']:first-child {
	margin-top: 0;
}
.in_fuwu .mess .form li input[type='text']:focus {
	box-shadow: 0 0 15px #f0592d inset;
}
.in_fuwu .mess .form li textarea {
	width: 100%;
	height: 118px;
	border: 0;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 15px #000 inset;
	transition: all 0.4s;
}
.in_fuwu .mess .form li textarea:focus {
	box-shadow: 0 0 15px #f0592d inset;
}
.in_fuwu .mess .form li button {
	height: 50px;
	width: 100%;
	border: 0;
	background: #333;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	transition: all 0.4s;
}
.in_fuwu .mess .form li button i {
	margin-right: 10px;
}
.in_fuwu .mess .form li button:hover {
	background: #f0592d;
}
.in_fuwu .mess .pic {
	position: absolute;
	left: -60px;
	top: -60px;
	z-index: 5;
}
.in_fuwu .mess .pic img {
	height: 415px;
	width: auto;
}
.in_about {
	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_about .pic {
	width: 48%;
	margin-right: 40px;
}
.in_about .pic img {
	width: 100%;
	height: auto;
}
.in_about .box {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.in_about .box .bt {
	font-size: 20px;
	color: #f0592d;
	position: relative;
	padding: 0 0 0 26px;
}
.in_about .box .bt:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	border: 5px solid #20aa60;
	border-right-color: #f0592d;
	border-bottom: 0;
	border-top: 0;
	border-radius: 0 50px 50px 0;
}
.in_about .box .text {
	line-height: 2;
	text-indent: 2em;
	color: #666;
	margin: 15px 0 20px 0;
}
.artpro .box .text {
	margin: 0 0 0 0;
}
.in_about .box .but {
	display: block;
	overflow: hidden;
	border: 1px solid #f0592d;
	color: #f0592d;
	border-radius: 100px;
	width: 100px;
	line-height: 32px;
	text-align: center;
}
.in_about .box .but:hover {
	background: #f0592d;
	color: #fff;
}
.in_pic {
	padding: 40px 0 0 0;
}
.in_pic .tab {
	border-bottom: 1px solid #f0592d;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
}
.in_pic .tab li {
	padding: 0 20px;
	line-height: 40px;
	float: left;
	cursor: pointer;
	background: #f0f0f0;
	transition: all 0.4s;
}
.in_pic .tab li.on {
	background: #f0592d;
	color: #fff;
}
.in_pic .swiper-slide {
	border: 1px solid #eee;
	overflow: hidden;
	cursor: pointer;
}

.in_pic .swiper-slide img {
	width: 100%;
	height: 220px;
	transition: all 0.4s;
}
.in_pic .swiper-slide span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0 10px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 34px;
	z-index: 2;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_pic .swiper-slide:hover:before {
	opacity: 1;
	transform: scale(1);
}
.in_pic .swiper-slide:hover img {
	transform: scale(1.1);
}
.in_pic .pic-but {
	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;
}
.in_but {
	margin-top: 20px;
}
.in_but > * {
	border: 1px solid #ddd;
	line-height: 40px;
	padding: 0 20px;
	font-size: 18px;
	display: block;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.4s;
	outline: 0;
	color: #666;
}
.in_but > *:hover {
	background: #f0592d;
	color: #fff;
	border-color: #f0592d;
}
.in_but .menu {
	font-size: 24px;
}
.in_news {
	background: url(../img/bj_huibj.jpg) center top no-repeat;
	background-size: 100% 100%;
}
.in_news .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;
	margin: 0 -10px;
}
.in_news .li {
	background: #fff;
	box-shadow: 0 5px 15px #ddd;
	margin: 0 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.in_news .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;
	border-bottom: 1px solid #eee;
	line-height: 40px;
}
.in_news .tit span {
	font-size: 20px;
	background: #f0592d;
	color: #fff;
	padding: 0 20px;
}
.in_news .tit a {
	color: #666;
	padding: 0 20px;
	border-left: 1px solid #eee;
}
.in_news .tit a:hover {
	background: #eee;
}
.in_news ul {
	padding: 10px 20px;
	overflow: hidden;
}
.in_news ul li {
	border-bottom: 1px dashed #eee;
	line-height: 40px;
}
.in_news ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 0 15px;
	position: relative;
}
.in_news ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #f0592d;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.in_news ul li em {
	float: right;
	padding: 0 0 0 15px;
	font-size: 12px;
	color: #888;
}
.in_news ul li:last-child {
	border-bottom: 0;
}
.in_news .gund {
	padding: 10px 20px;
}
.in_news .gund ul {
	padding: 0;
}
.pro_flex {
	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;
}
.pro_flex .main_left {
	width: 300px;
	margin-right: 30px;
}
.pro_flex .main_left .menu {
	background: #fff;
}
.pro_flex .main_left .menu .tit {
	background: #f0592d;
	color: #fff;
	padding: 0 20px;
	height: 60px;
	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;
	line-height: 1;
}
.pro_flex .main_left .menu .tit span {
	font-size: 24px;
	font-weight: bold;
}
.pro_flex .main_left .menu .tit em {
	margin-left: 5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative;
	top: 5px;
}
.pro_flex .main_left .menu .tit .iconfont {
	font-size: 30px;
}
.pro_flex .main_left .menu ul {
	padding: 20px;
}
.pro_flex .main_left .menu ul li {
	margin-top: 15px;
}
.pro_flex .main_left .menu ul li a {
	display: block;
	overflow: hidden;
	line-height: 56px;
	padding: 0 50px 0 20px;
	background: #eaeaea;
	font-size: 16px;
	color: #666;
	position: relative;
	transition: all 0s;
}
.pro_flex .main_left .menu ul li a:before {
	font-family: "iconfont" !important;
	content: "\e602";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #666;
	padding: 0 0 0 2px;
}
.pro_flex .main_left .menu ul li:first-child {
	margin-top: 0;
}
.pro_flex .main_left .menu ul li:hover a {
	color: #f0592d;
	font-weight: bold;
}
.pro_flex .main_left .menu ul li:hover a:before {
	color: #fff;
	background: #f0592d;
	border-color: #f0592d;
}
.pro_flex .main_left .menu ul li.on a {
	background: #20aa60;
	color: #fff;
	font-weight: bold;
}
.pro_flex .main_left .menu ul li.on a:before {
	color: #20aa60;
	background: #fff;
	border-color: #fff;
}
.pro_flex .main_left .cont {
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	color: #666;
}
.pro_flex .main_left .cont .tel {
	border-bottom: 1px solid #eaeaea;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 20px 15px 20px;
	line-height: 1;
}
.pro_flex .main_left .cont .tel .iconfont {
	margin-right: 10px;
	font-size: 44px;
	color: #20aa60;
}
.pro_flex .main_left .cont .tel em {
	display: block;
	overflow: hidden;
	color: #20aa60;
	font-size: 24px;
	margin-top: 5px;
	font-family: arial;
}
.pro_flex .main_left .cont .text {
	padding: 15px 20px;
	line-height: 2;
}
.pro_flex .main_right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.list_pro {
	margin: -10px;
	overflow: hidden;
}
.list_pro li {
	width: 33.333333%;
	float: left;
	padding: 10px;
}
.list_pro li .bj {
	background: #fff;
	transition: all 0.4s;
}
.list_pro li .pic {
	display: block;
	overflow: hidden;
}
.list_pro li .pic img {
	width: 100%;
	height: 320px;
	transition: all 0.4s;
}
.list_pro li .pic img:hover {
	transform: scale(1.1);
}
.list_pro li .box {
	padding: 15px 15px 20px 15px;
	overflow: hidden;
	text-align: center;
	line-height: 1;
}
.list_pro li .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.list_pro li .but {
	border: 1px solid #ddd;
	border-radius: 50px;
	overflow: hidden;
	max-width: 250px;
	margin: 12px auto 0 auto;
}
.list_pro li .but 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: center;
	justify-content: center;
	height: 40px;
	width: 50%;
	float: left;
	color: #888;
}
.list_pro li .but a:after {
	font-family: "iconfont" !important;
	content: "\e602";
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.list_pro li .but a:first-child {
	border-right: 1px solid #ddd;
}
.list_pro li .but a:hover {
	background: #20aa60;
	color: #fff;
}

.list_pro li .but span {
	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;
	height: 40px;
	line-height:40px;
	width: 50%;
	float: left;
	color: #888;
	display:block;
	cursor:pointer;
}
.list_pro li .but span:after {
	font-family: "iconfont" !important;
	content: "\e602";
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.list_pro li .but span:first-child {
	border-right: 1px solid #ddd;
}
.list_pro li .but span:hover {
	background: #20aa60;
	color: #fff;
}



.list_pro li:hover .bj {
	box-shadow: 0 0 10px #ddd;
}
.pagination {
	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: 25px 0 0 0;
	padding: 16px;
	background: #fff;
}
.pagination li {
	padding: 0 5px;
}
.pagination li a, .pagination li span {
	display: block;
	overflow: hidden;
	padding: 0 12px;
	line-height: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f9f9f9;
}
.pagination li a:hover {
	background: #20aa60;
	color: #fff;
	border-color: #20aa60;
}
.pagination li.active span {
	cursor: default;
	background: #f0592d;
	color: #fff;
	border-color: #f0592d;
}
.pagination li.disabled span {
	background: #eee;
	color: #888;
	cursor: not-allowed;
}
.xg_box {
	margin-top: 30px;
}
.xg_box .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;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	padding: 0 0 15px 0;
	line-height: 1;
	font-size:16px;
}
.xg_box .tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 1px;
	width: 20px;
	background: #20aa60;
	z-index: 5;
}
.xg_box .tit span {
	font-size: 20px;
}
.xg_box .tit span em {
	color: #20aa60;
}
.xg_box .tit a {
	color: #888;
}
.xg_box .tit a:hover {
	color: #f0592d;
}
.xg_box .dinggou {
	background: #fff;
	overflow: hidden;
	padding: 30px;
}
.xg_box .dinggou ul {
	margin: -10px;
	overflow: hidden;
}
.xg_box .dinggou ul li {
	width: 50%;
	float: left;
	padding: 10px;
	position: relative;
}
.xg_box .dinggou ul li label {
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 54px;
	border-right: 1px solid #eee;
	width: 130px;
	padding: 0 0 0 25px;
	color: #999;
	font-size: 16px;
}
.xg_box .dinggou ul li input[type='text'] {
	width: 100%;
	height: 54px;
	border: 1px solid #eee;
	padding: 0 54px 0 145px;
	background: none;
	position: relative;
	z-index: 5;
	font-size: 16px;
	color: #666;
	box-shadow: 0 0 15px #fafafa inset;
}
.xg_box .dinggou ul li input[type='text']:focus {
	box-shadow: 0 0 15px #eee inset;
}
.xg_box .dinggou ul li textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #eee;
	padding: 15px 54px 15px 25px;
	background: none;
	position: relative;
	z-index: 5;
	font-size: 16px;
	color: #666;
	box-shadow: 0 0 15px #fafafa inset;
}
.xg_box .dinggou ul li textarea:focus {
	box-shadow: 0 0 15px #eee inset;
}
.xg_box .dinggou ul li .iconfont {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 54px;
	height: 54px;
	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: 24px;
	color: #999;
}
.xg_box .dinggou ul li button {
	background: #20aa60;
	color: #fff;
	border: 0;
	line-height: 50px;
	width: 160px;
	margin: 0 auto;
	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: 18px;
	cursor: pointer;
	transition: all 0.4s;
}
.xg_box .dinggou ul li button .iconfont {
	position: static;
	display: inline-block;
	color: #fff;
	width: auto;
	height: auto;
	font-size: 24px;
	margin-right: 10px;
}
.xg_box .dinggou ul li button:hover {
	background: #f0592d;
}
.xg_box .dinggou ul li.all {
	width: 100%;
}
.xg_box .pro {
	background: #fff;
}
.xg_box .pro ul {
	overflow: hidden;
	padding: 10px;
}
.xg_box .pro ul li {
	width:33.333333333%;
	float: left;
	padding: 10px;
	text-align: center;
}
.xg_box .pro ul li a {
	display: block;
	overflow: hidden;
}
.xg_box .pro ul li .pic {
	overflow: hidden;
	position: relative;
}
.xg_box .pro ul li .pic:before {
	content: "\e764";
	font-family: "iconfont" !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	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-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.7s;
	color: #f0592d;
	font-size: 40px;
	z-index: 5;
	transform: scale(4);
}
.xg_box .pro ul li .pic img {
	width: 100%;
	transition: all 0.4s;
}
.xg_box .pro ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	background: #f9f9f9;
	line-height: 40px;
	color: #666;
	transition: all 0.4s;
}
.xg_box .pro ul li:hover .pic:before {
	transform: scale(1);
	opacity: 1;
}
.xg_box .pro ul li:hover .pic img {
	transform: scale(1.1);
}
.xg_box .pro ul li:hover span {
	background: #f0592d;
	color: #fff;
}
.xg_box .news {
	background: #fff;
	overflow: hidden;
	padding: 10px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.xg_box .news .tou {
	width: 60%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.xg_box .news .tou .pic {
	overflow: hidden;
	margin-right: 10px;
	font-size: 16px;
	line-height: 26px;
}
.xg_box .news .tou .pic img {
	width: 200px;
	height: 150px;
	transition: all 0.4s;
}
.xg_box .news .tou .pic img:hover {
	transform: scale(1.1);
}
.xg_box .news .tou .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.xg_box .news .tou .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 18px;
	transition: all 0.4s;
}
.xg_box .news .tou .box span:hover {
	color: #f0592d;
}
.xg_box .news .tou .box p {
	line-height: 24px;
	height: 72px;
	display: block;
	overflow: hidden;
	color: #666;
	margin: 8px 0;
}
.xg_box .news .tou .box em {
	color: #888;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.xg_box .news .tou .box em i {
	margin-right: 5px;
	font-size: 16px;
}
.xg_box .news .line {
	border-left: 1px dashed #ddd;
	height: 190px;
	margin: 0 15px;
}
.xg_box .news ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.xg_box .news ul li {
	line-height: 32px;
	padding-right: 10px;
}
.xg_box .news ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 12px;
}
.xg_box .news ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background: #666;
	border-radius: 50%;
}
.xg_box .news ul li em {
	float: right;
	color: #888;
	font-size: 90%;
}
.list_news {
	background: #fff;
	border: 1px solid #e5e5e5;
}
.list_news li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	padding: 40px;
	position: relative;
	transition: all 0.4s;
}
.list_news li:first-child {
	border-top: 0;
}
.list_news li .pic {
	width: 255px;
	height: 170px;
	margin-right: 30px;
	overflow: hidden;
}
.list_news li .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.list_news li .pic img:hover {
	transform: scale(1.1);
}
.list_news li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative;
}
.list_news li .bt {
	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;
	line-height: 1;
}
.list_news li .bt a {
	font-size: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 50px 0 0;
}
.list_news li .bt .cs {
	color: #888;
	font-size: 13px;
}
.list_news li .bt .cs em {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	float: left;
}
.list_news li .bt .cs em:first-child {
	margin-left: 0;
}
.list_news li .bt .cs .iconfont {
	margin-right: 5px;
	font-size: 16px;
}
.list_news li .text {
	margin: 15px 0 0 0;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	color: #666;
}
.list_news li .tag {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1;
	font-size: 12px;
}
.list_news li .tag em {
	color: #888;
}
.list_news li .tag em i {
	margin-right: 5px;
	font-size: 16px;
}
.list_news li .tag a {
	margin-right: 6px;
	color: #666;
}
.list_news li .tag a:hover {
	color: #f0592d;
}
.list_news li .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	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 0 1px;
}
.list_news li .more:hover {
	background: #f0592d;
	border-color: #f0592d;
	color: #fff;
}
.list_news li:hover {
	box-shadow: 0 0 20px #ddd;
	z-index: 5;
}
.box_body {
	line-height: 2.2;
	overflow: hidden;
	color: #666;
}
.key_link {
	color: #39F;
}
.box_body img {
	max-width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;
}
.box_body .t1 {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #f0592d;
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
}
.box_body .t1:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #f0592d;
}
.box_body .t1:first-of-type {
	padding-top: 0;
}
.box_body .t2 {
	color: #f0592d;
	font-weight: bold;
}
.box_body .t3 {
	color: #f0592d;
	font-weight: bold;
	font-size: 20px;
}
.box_body .video {
	background: #ccc;
	border: 1px solid #ddd;
	padding: 5px;
	overflow: hidden;
}
.box_body .video video {
	float: left;
	width: 100%;
	height: 100%;
}
.list_pic {
	margin: -10px;
	overflow: hidden;
}
.list_pic li {
	width: 33.33333333%;
	float: left;
	padding: 10px;
	text-align: center;
}
.list_pic li .box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.list_pic li .box:before {
	content: "\e639";
	font-family: "iconfont" !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	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-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.7s;
	color: #f0592d;
	font-size: 40px;
	z-index: 5;
	transform: scale(4);
}
.list_pic li .pic {
	overflow: hidden;
}
.list_pic li .pic img {
	width: 100%;
	transition: all 0.4s;
}
.list_pic li span {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	line-height: 34px;
	transition: all 0.4s;
}
.list_pic li span a {
	color: #fff;
}
.list_pic li:hover .box:before {
	transform: scale(1);
	opacity: 1;
}
.list_pic li:hover .pic img {
	transform: scale(1.1);
}
.list_pic li:hover span {
	bottom: -100%;
}
.list_appli {
	margin: -10px;
	overflow: hidden;
}
.list_appli li {
	width: 33.3333333333%;
	float: left;
	padding: 10px;
}
.list_appli li .pic {
	position: relative;
}
.list_appli li .pic img {
	width: 100%;
	height: auto;
}
.list_appli li .hide {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	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: 10px 15px;
	line-height: 1.8;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.list_appli li .hide .text {
	text-indent: 2em;
}
.list_appli li .bt {
	padding: 12px 0 0 0;
	line-height: 1;
}
.list_appli li .bt span {
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding: 0 0 8px 0;
}
.list_appli li .bt em {
	color: #888;
}
.list_appli li:hover .hide {
	opacity: 1;
}
.box_contact {
	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;
}
.box_contact .tel {
	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: 40%;
	line-height: 1;
}
.box_contact .tel .iconfont {
	font-size: 120px;
	color: #20aa60;
	margin-right: 10px;
}
.box_contact .tel b {
	font-size: 42px;
	color: #20aa60;
}
.box_contact .tel p {
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding: 10px 0;
}
.box_contact .tel em {
	font-size: 30px;
	color: #20aa60;
}
.box_contact .line {
	margin: 0 80px 0 30px;
	width: 1px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #ddd 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #ddd 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #ddd 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #ddd 50%, transparent 100%);
	height: 240px;
}
.box_contact .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	color: #666;
}
.box_contact .box .tit {
	font-size: 20px;
	color: #20aa60;
	font-weight: bold;
}
.box_contact .box .tit:after {
	display: block;
	overflow: hidden;
	height: 2px;
	background: #20aa60;
	width: 2em;
	content: "";
	margin: 10px 0;
}
.box_contact .box .text {
	line-height: 2;
}
.box_contact .ewm {
	max-width: 160px;
	text-align: center;
}
.box_contact .ewm img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px #ccc;
}
.box_contact .ewm p {
	margin-top: 10px;
	color: #666;
}
.box_mess {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.box_mess .tit {
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 5;
	line-height: 1;
}
.box_mess .tit span {
	display: block;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	color: #20aa60;
	padding: 0 0 10px 0;
}
.box_mess .tit em {
	color: #888;
	text-transform: uppercase;
}
.box_mess .pic {
	position: absolute;
	left: 25%;
	bottom: 0px;
	transform: translateX(-50%);
}
.box_mess .pic img {
	height: 320px;
	width: auto;
}
.box_mess ul {
	width: 50%;
	float: right;
}
.box_mess ul li {
	margin-top: 15px;
	position: relative;
}
.box_mess ul li input[type='text'] {
	border: 1px solid #eee;
	padding: 0 55px 0 10px;
	width: 100%;
	height: 55px;
	background: none;
	position: relative;
	z-index: 5;
}
.box_mess ul li textarea {
	border: 1px solid #eee;
	padding: 10px 55px 10px 10px;
	width: 100%;
	height: 150px;
	background: none;
	position: relative;
	z-index: 5;
}
.box_mess ul li input[type='submit'] {
	border: 0;
	cursor: pointer;
	width: 100%;
	height: 55px;
	background: #20aa60;
	color: #fff;
	font-size: 18px;
	transition: all 0.4s;
}
.box_mess ul li input[type='submit']:hover {
	background: #f0592d;
}
.box_mess ul li .iconfont {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 55px;
	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;
	color: #888;
	font-size: 20px;
}
.box_mess ul li:first-child {
	margin-top: 0;
}
.box_map dl {
	border: 1px solid #eaeaea;
	margin-top: 15px;
}
.box_map dl dt a {
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	padding: 0 15px;
	line-height: 40px;
	font-size: 18px;
}
.box_map dl dd {
	border-top: 1px solid #eaeaea;
	background: #f5f5f5;
	padding: 10px;
	overflow: hidden;
}
.box_map dl dd a {
	margin: 5px;
	float: left;
	color: #666;
	display: block;
	overflow: hidden;
}
.box_map dl dd a:hover {
	color: #f0592d;
}
.box_map dl:first-child {
	margin-top: 0;
}
.list_search li {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 30px 0;
}
.list_search li:first-child {
	padding-top: 0;
}
.list_search li .bt {
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.list_search li .bt a {
	float: left;
}
.list_search li .bt a:first-child {
	color: #f0592d;
}
.list_search li .bt a:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 5px;
}
.list_search li .text {
	line-height: 24px;
	color: #666;
	max-height: 72px;
	overflow: hidden;
	margin: 10px 0 15px 0;
}
.list_search li .cs {
	overflow: hidden;
	color: #888;
}
.list_search li .cs em {
	margin-left: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	float: left;
}
.list_search li .cs em:first-child {
	margin-left: 0;
}
.list_search li .cs em .iconfont {
	margin-right: 5px;
	font-size: 16px;
}
.list_search li .cs em a {
	color: #888;
}
.list_search li .cs em a:hover {
	color: #f0592d;
}
.in_shijing {
	padding: 0 30px;
}
.in_shijing img {
	width: 100%;
	height: auto;
}
.in_shijing .swiper-slide {
	background: #000;
}
.in_shijing .swiper-slide img {
	opacity: 0.5;
}
.in_shijing .swiper-slide-active img {
	opacity: 1;
}
.in_shijing .shijing-prev, .in_shijing .shijing-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 5;
	font-size: 30px;
	cursor: pointer;
	padding: 15px 5px;
	outline: 0;
}
.in_shijing .shijing-prev {
	left: 0px;
}
.in_shijing .shijing-next {
	right: 0px;
}
.in_hengab {
	width: 100%;
	overflow: hidden;
	background: url(../img/bj_heng.jpg) center top no-repeat;
	color: #fff;
}
.in_hengab .container {
	height: 200px;
	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_hengab .container:after {
	display: none;
}
.in_hengab .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 30px 0 0;
}
.in_hengab .box .t1 {
	font-size: 30px;
	font-weight: bold;
}
.in_hengab .box .t2 {
	font-size: 12px;
	padding: 5px 0 15px 0;
	overflow: hidden;
}
.in_hengab .box .t3 {
	background: #333;
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.in_hengab .box .t3 span {
	display: block;
	overflow: hidden;
	padding: 0 0 0 15px;
	margin-left: 20px;
	position: relative;
}
.in_hengab .box .t3 span:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.in_hengab .box .t3 span:first-child {
	margin-left: 0;
}
.in_hengab .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
}
.in_hengab .tel span {
	border: 2px solid #f0592d;
	color: #f0592d;
	line-height: 50px;
	padding: 0 40px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	margin-right: 15px;
}
.in_hengab .tel em {
	font-size: 30px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	padding: 8px 0 0 0;
	color: #f0592d;
}
.box_pro {
	overflow: hidden;
}
.box_pro .li {
	background: #eaeaea;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
}
.box_pro .li:first-child {
	width: 100%;
	margin-top: 0;
}
.box_pro .tit {
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent, #dedede);
	background: -o-linear-gradient(180deg, transparent, #dedede);
	background: -moz-linear-gradient(180deg, transparent, #dedede);
	background: linear-gradient(180deg, transparent, #dedede);
	line-height: 48px;
	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;
}
.box_pro .tit span {
	background: #c3370e;
	background: -webkit-linear-gradient(180deg, #c3370e, #f0592d);
	background: -o-linear-gradient(180deg, #c3370e, #f0592d);
	background: -moz-linear-gradient(180deg, #c3370e, #f0592d);
	background: linear-gradient(180deg, #c3370e, #f0592d);
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
}
.box_pro .tit a {
	padding: 0 20px;
	color: #666;
}
.box_pro .tit a:hover {
	color: #f0592d;
}
.box_pro .list_pro {
	margin: 10px;
}
.box_pro .list_pro li {
	width: 25%;
}
.box_pro .list_pro li .pic img {
	height: 190px;
}
.box_news {
	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;
	flex-wrap: wrap;
	margin: -10px;
}
.box_news .li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin: 10px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}
.box_news .li:first-child {
	width: 100%;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}
.box_news .tit {
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent, #f5f5f5);
	background: -o-linear-gradient(180deg, transparent, #f5f5f5);
	background: -moz-linear-gradient(180deg, transparent, #f5f5f5);
	background: linear-gradient(180deg, transparent, #f5f5f5);
	line-height: 48px;
	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;
}
.box_news .tit span {
	background: #c3370e;
	background: -webkit-linear-gradient(180deg, #c3370e, #f0592d);
	background: -o-linear-gradient(180deg, #c3370e, #f0592d);
	background: -moz-linear-gradient(180deg, #c3370e, #f0592d);
	background: linear-gradient(180deg, #c3370e, #f0592d);
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
}
.box_news .tit a {
	padding: 0 20px;
	color: #666;
}
.box_news .tit a:hover {
	color: #f0592d;
}
.box_news .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: 20px;
	position: relative;
}
.box_news .flex_main .left {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 30px 0 0;
}
.box_news .flex_main .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 30px;
}
.box_news .flex_main .right ul {
	padding: 0;
}
.box_news .flex_main .line {
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #eee 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #eee 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #eee 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #eee 50%, transparent 100%);
}
.box_news dl {
	margin: -10px 0;
	overflow: hidden;
}
.box_news dl dd {
	padding: 10px 0;
}
.box_news dl dd a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.box_news dl dd a .pic {
	overflow: hidden;
	margin-right: 15px;
}
.box_news dl dd a .pic img {
	width: 240px;
	height: 155px;
	transition: all 0.4s;
}
.box_news dl dd a .pic img:hover {
	transform: scale(1.1);
}
.box_news dl dd a .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.box_news dl dd a .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 18px;
	transition: all 0.4s;
}
.box_news dl dd a .box span:hover {
	color: #f0592d;
}
.box_news dl dd a .box p {
	line-height: 24px;
	height: 72px;
	display: block;
	overflow: hidden;
	color: #666;
	margin: 15px 0;
}
.box_news dl dd a .box em {
	color: #888;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.box_news dl dd a .box em i {
	margin-right: 5px;
	font-size: 16px;
}
.box_news ul {
	padding: 10px 20px;
	overflow: hidden;
}
.box_news ul li {
	border-bottom: 1px dashed #eee;
	line-height: 40px;
}
.box_news ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 0 15px;
	position: relative;
}
.box_news ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #f0592d;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.box_news ul li em {
	float: right;
	padding: 0 0 0 15px;
	font-size: 12px;
	color: #888;
}
.box_news ul li:last-child {
	border-bottom: 0;
}
.web_back {
	position: absolute;
	right: 100%;
	top: 0px;
	background: #bbb;
	color: #fff;
	width: 50px;
	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;
	font-size: 24px;
	line-height: 1;
}
.web_back em {
	display: none;
}
.web_back:hover {
	background: #f0592d;
	color: #fff;
}
.view_news {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.view_news .left {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	background: #fff;
	padding: 30px;
	height: 100%;
	position: relative;
}
.view_news .left .tit {
	position: relative;
	border-bottom: 1px solid #eee;
}
.view_news .left .tit .bt {
	font-size: 22px;
}
.view_news .left .tit ul {
	padding: 15px 0;
	overflow: hidden;
	color: #888;
	font-size: 12px;
	line-height: 1;
}
.view_news .left .tit ul li {
	float: left;
	margin-left: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.view_news .left .tit ul li:first-child {
	margin-left: 0;
}
.view_news .left .tit ul li i {
	margin-right: 5px;
	font-size: 16px;
}
.view_news .left .tit .ewm {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	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;
	text-align: center;
	font-size: 12px;
	color: #888;
	border: 1px solid #eee;
	padding: 5px 10px 5px 5px;
	border-bottom: 0;
	line-height: 1.5;
}
.view_news .left .tit .ewm #ewm_code {
	height: 100%;
	margin-right: 8px;
}
.view_news .left .tit .ewm canvas {
	height: 100%;
	width: auto;
}
.view_news .left .tags {
	line-height: 1;
	font-size: 12px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.view_news .left .tags em {
	color: #888;
}
.view_news .left .tags em i {
	margin-right: 5px;
	font-size: 16px;
}
.view_news .left .tags a {
	margin-right: 6px;
	color: #666;
}
.view_news .left .tags a:hover {
	color: #f0592d;
}
.view_news .left .body {
	padding: 20px 0;
	overflow: hidden;
	line-height: 2;
	color: #333;
}
.view_news .left .body img {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 100%;
	height: auto;
}
.view_news .left .viewlr {
	border-top: 1px solid #dfdfdf;
	margin: 0 -30px -30px -30px;
	overflow: hidden;
}
.view_news .left .viewlr li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	width: 50%;
	float: left;
	padding: 0 30px;
	line-height: 66px;
}
.view_news .left .viewlr li:last-child {
	border-left: 1px solid #dfdfdf;
	text-align: right;
}
.view_news .left h2, .box_body h2 {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #f0592d;
	position: relative;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 20px
}
.view_news .left h2:before, .box_body h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #f0592d
}
.view_news .left h2:first-of-type, .box_body h2:first-of-type {
	margin-top: 0
}
.view_news .left h3, .box_body h3 {
	border-left: 5px solid #ccc;
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 15px 11px;
	padding: 0 0 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #20aa60;
	font-weight: bold;
}
.view_news .left h3:after, .box_body h3:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
}
.view_news .right {
	width: 300px;
	margin-left: 10px;
}
.view_news .right .li {
	background: #fff;
	padding: 15px;
	margin-top: 10px;
}
.view_news .right .li:first-child {
	margin-top: 0;
}
.view_news .right .tit {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.view_news .right .tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	background: #eee;
}
.view_news .right .tit span {
	display: block;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #20aa60;
	position: relative;
	z-index: 5;
	padding: 0 0 15px 0;
	line-height: 1;
	font-size: 18px;
}
.view_news .right .tit span em {
	font-weight: bold;
	color: #20aa60;
}
.view_news .right .news {
	margin: -10px 0;
	overflow: hidden;
}
.view_news .right .news li {
	line-height: 32px;
}
.view_news .right .news li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.view_pro {
	position: relative;
}
.view_pro #pro_tab_height {
	width: 100%;
	overflow: hidden;
}
.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;
	margin-bottom: 30px;
	overflow: hidden;
}
.view_pro .flex_main .pic {
	width: 42%;
	margin-right: 30px;
	background: #fff;
	padding: 15px;
	height: 100%;
	border: 1px solid #eee;
}
.view_pro .flex_main .pic img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.view_pro .flex_main .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative;
	padding: 0 0 54px 0;
}
.view_pro .flex_main .box .tit {
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.view_pro .flex_main .box .text {
	border-top: 1px solid #fff;
	padding: 15px 140px 15px 0;
	overflow: hidden;
	line-height: 2;
	color: #666;
	position: relative;
	min-height: 160px;
}
.view_pro .flex_main .box .text span{font-weight:bold;}
.view_pro .flex_main .box .text span.price{font-size:18px; color:#f0592d;}
.view_pro .flex_main .box .text .ewm {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	background: #f0592d;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.view_pro .flex_main .box .text .ewm #ewm_code {
	padding: 10px;
	overflow: hidden;
	background: #fff;
}
.view_pro .flex_main .box .text .ewm #ewm_code canvas {
	width: 100%;
	height: auto;
}
.view_pro .flex_main .box .text .ewm p {
	display: block;
	overflow: hidden;
	line-height: 35px;
	font-size: 12px;
}
.view_pro .flex_main .box .cs {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
}
.view_pro .flex_main .box .cs a {
	height: 54px;
	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: #20aa60;
	color: #fff;
	padding: 0 25px;
	border-radius: 100px;
	font-size: 20px;
}
.view_pro .flex_main .box .cs a .iconfont {
	margin-right: 5px;
	font-size: 30px;
}
.view_pro .flex_main .box .cs a:hover {
	background: #f0592d;
}
.view_pro .flex_main .box .cs .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 30px;
}
.view_pro .flex_main .box .cs .tel .iconfont {
	background: #20aa60;
	color: #fff;
	width: 50px;
	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;
	border-radius: 50%;
	font-size: 24px;
	margin-right: 10px;
}
.view_pro .flex_main .box .cs .tel em {
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #20aa60;
	padding: 5px 0 0 0;
}
.view_pro .tab {
	background: #eaeaea;
	overflow: hidden;
	line-height: 54px;
}
.view_pro .tab .container {
	padding: 0;
}
.view_pro .tab ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.view_pro .tab ul li {
	font-size: 18px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	border-left: 1px solid #dfdfdf;
	color: #666;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s;
}
.view_pro .tab ul li a {
	display: block;
	overflow: hidden;
	color: #666;
}
.view_pro .tab ul li:first-child {
	border-left: 0;
}
.view_pro .tab ul li:hover {
	background: #f0592d;
	color: #fff;
}
.view_pro .tab ul li:hover a {
	color: #fff;
}
.view_pro .tab ul li.on {
	background: #20aa60;
	color: #fff;
}
.view_pro .tab.cur {
	position: fixed;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: 5555;
}
.view_pro .tab.cur .container {
	padding: 0 10px;
}
.view_pro .body {
	padding: 25px 30px;
	overflow: hidden;
	background: #fff;
	color: #666;
}
.view_pro .body img {
	max-width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}
.view_pro .viewlr {
	border-top: 1px solid #dfdfdf;
	overflow: hidden;
	background: #fff;
}
.view_pro .viewlr li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	width: 50%;
	float: left;
	padding: 0 30px;
	line-height: 66px;
}
.view_pro .viewlr li:last-child {
	border-left: 1px solid #dfdfdf;
	text-align: right;
}
.list_tags {
	margin: -7px;
	overflow: hidden;
}
.list_tags li {
	margin: 7px;
	float: left;
}
.list_tags li a {
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #666;
}
.list_tags li a:hover {
	border-color: #f0592d;
	background: #f0592d;
	color: #fff;
}
.in_shouhou {
	padding-bottom: 0;
}
.in_shouhou .box {
	padding: 40px 0 80px 40%;
	position: relative;
}
.in_shouhou .box .pic {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40%;
	text-align: center;
}
.in_shouhou .box .pic img {
	max-width: auto;
	height: auto;
}
.in_shouhou .box .bt {
	width: 170px;
	line-height: 48px;
	background: #f0592d;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.in_shouhou .box .text {
	line-height: 1.8;
	font-size: 16px;
	padding: 15px 0 30px 0;
	overflow: hidden;
}
.in_shouhou .box ul {
	margin: -10px;
	overflow: hidden;
}
.in_shouhou .box ul li {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	float: left;
	padding: 10px;
	line-height: 1;
}
.in_shouhou .box ul li span {
	background: #707070;
	width: 110px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
}
.in_shouhou .box ul li em {
	color: #20aa60;
	font-size: 30px;
	font-family: 'Impact';
	letter-spacing: 1px;
}
.in_liucheng ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0;
	flex-wrap: wrap;
}
.in_liucheng ul li {
	width: 20%;
	text-align: center;
	line-height: 1;
}
.in_liucheng ul li i {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	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: 40px;
	background: #f5f5f5;
	color: #f0592d;
	border-radius: 50%;
	transition: all 0.4s;
}
.in_liucheng ul li i:hover {
	background: #f0592d;
	color: #fff;
	transform: rotate(360deg);
}
.in_liucheng ul li span {
	display: block;
	overflow: hidden;
	font-size: 16px;
	margin-top: 15px;
}
.in_liucheng ul li:nth-child(even) i {
	color: #20aa60;
}
.in_liucheng ul li:nth-child(even) i:hover {
	background: #20aa60;
	color: #fff;
}
.box_search {
	background: #f5f5f5;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	width: 60%;
	margin: 50px auto;
}
.box_search input[type='text'] {
	height: 60px;
	width: 100%;
	border: 0;
	background: none;
	padding: 0 80px 0 20px;
}
.box_search button {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 60px;
	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;
	border: 0;
	background: none;
	font-size: 24px;
	cursor: pointer;
	z-index: 5;
}
.box_search_tips {
	text-align: center;
	font-size: 18px;
	color: #f0592d;
	padding: 30px 0 0 0;
	font-weight: bold;
}
.box_search_tips em {
	color: #20aa60;
}
.view_pro .body h2 {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #f0592d;
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.view_pro .body h2:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #f0592d;
}
.view_pro .body h2:first-of-type {
	margin-top: 0;
}
.footcopy {
	clear: both;
	text-align: center;
	color: #666;
}
.footcopy a {
	color: #666;
}
/* box_shaixuan */

.box_shaixuan {
	border: 1px solid #d3d3d3;
	margin-bottom: 30px;
	padding: 20px;
	overflow: hidden;
}
.box_shaixuan dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 12px;
}
.box_shaixuan dl dt {
	line-height: 26px;
	font-weight: bold;
}
.box_shaixuan dl dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.box_shaixuan dl dd a {
	padding: 0 8px;
	line-height: 20px;
	border: 1px solid transparent;
	display: block;
	overflow: hidden;
	float: left;
	margin: 2px;
}
.box_shaixuan dl dd a.on {
	border-color: #f0592d;
	color: #f0592d;
}
.box_shaixuan dl:first-child {
	margin-top: 0;
}
.copyrig {
	background-color: #fafafa;
	color: #999;
	margin: 16px 0 0;
	padding: 15px;
	line-height: 2em;
	font-size: 14px;
}
.copyrig a {
	display: block;
	color: #ccc;
	height: 24px;
	line-height: 24px;
	text-decoration: none
}
.ag-color {
	color: #f0592d;
	font-weight: bold;
	font-size: 16px;
}
.copyrig p {
	text-indent: 2em;
	color: #666;
	line-height: 22px;
}
.pad10 {
	padding-top: 10px;
}
.font12 {
	font-size: 12px;
}
.in_about .wid30 {
	width: 30%;
	margin-right: 15px;
}
.artpro {
	padding: 0 0 20px;
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
}
.artpro .box .bt:before {
	border: none;
}
.artpro .box .bt {
	padding: 0;
	font-weight: bold;
}
.view_news .left .body .artpro img {
	padding: 0;
}
.view_news .left .body .artpro .text {
	text-indent: 0;
}
.pad0 {
	padding: 0;
}
.pad20 {
	padding: 20px;
}
.mar30 {
	margin-top: 30px;
}
.whitebg {
	background: #fff;
}
.darkbg {
	background: #f6f6f6;
}
.lyjzttj {
	margin: 10px 0 0;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
}
.lyjzttj .other-link-info {
	margin: 0 0 25px;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}
.lyjzttj .jztitle {
	float: left;
	color: #9b9ea0
}
.lyjzttj .jzitem {
	padding-left: 70px
}
.lyjzttj .jzitem .item {
	padding-right: 8px;
	color: #39F;
	text-decoration: none;
	overflow: hidden;
}
.lyjzttj .jzitem .item:hover {
	color: #36f
}
.lyjzttj .jzitem .link-item {
	float: left;
	color: #36f
}
.web_body_html {
	margin: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8
}
.web_body_html ul, .web_body_html ol {
	list-style-type: disc;
}
.web_body_html ul li, .web_body_html ol li {
	list-style: inherit;
	list-style-type: inherit;
}
.web_body_html em {
	background: #77BBFF;
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 0 9px;
	margin: 2px 5px;
	font-style: normal;
}
.web_body_html img {
	max-width: 100% !important;
	height: auto !important;
}
.web_body_html table {
	border: 1px solid #ddd;
	width: 100%;
	margin: 10px 0
}
.web_body_html table th, .web_body_html table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left
}
.web_body_html table th {
	background: #20aa60;
	color: #fff
}
.web_body_html>*:first-child {
	margin-top: 0 !important
}
.daoyu {
	background-color: #fafafa;
	color: #999;
	margin: 16px 0 15px;
	padding: 15px;
	line-height: 2em;
	font-size: 14px;
}
.daoyu a {
	display: block;
	color: #ccc;
	height: 24px;
	line-height: 24px;
	text-decoration: none
}
.ag-color {
	color: #39F;
}
.daoyu p {
	text-indent: 2em;
	color: #666;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	line-height: 24px;
}
.pad10 {
	padding-top: 10px;
}
.font12 {
	font-size: 12px;
}
.pright {
	text-align: right;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}
.pright span {
	color: #20aa60;
	font-weight: bold;
}
.aside_right {
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	font-family: arial;
	color: #333;
	line-height: 1.54
}
.aside_right a {
	color: #39F
}
.aside_right a:hover {
	color: #00c
}
.aside_right .aside_tit {
	margin-top: 28px;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 700;
	margin-bottom: 10px
}
.aside_right .aside_tit:first-of-type {
	margin-top: 0
}
.aside_right .aside_px {
	margin: -8px;
	overflow: hidden;
	text-align: center
}
.aside_right .aside_px li {
	float: left;
	width: 50%;
	padding: 8px
}
.aside_right .aside_px li .pic img {
	width: 100%;
	height: auto
}
.aside_right .aside_px li .bt {
	margin-top: 5px;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}
.aside_right .aside_px li p {
	margin: 3px auto 0;
	font-size: 12px;
	color: #999
}
.aside_right .aside_px li:nth-child(4n+1) {
	clear: both
}
.aside_right .aside_wx li {
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	padding: 6.5px 0 6.5px 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.aside_right .aside_wx li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-52%);
	padding: 1px 0;
	color: #fff;
	width: 14px;
	line-height: 100%;
	font-size: 12px;
	text-align: center;
	background-color: #ccc
}
.aside_right .aside_wx li em {
	float: right
}
.aside_right .aside_wx li span {
	background-color: #f13f40;
	padding: 2px;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 12px;
	line-height: 100%;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	overflow: hidden;
	position: relative;
	top: -1px
}
.aside_right .aside_wx li a {
	padding: 0 5px
}
.aside_right .aside_wx li a:hover {
	text-decoration: underline
}
.aside_right .aside_wx li:nth-child(1) i {
	background-color: #f54545
}
.aside_right .aside_wx li:nth-child(2) i {
	background-color: #ff8547
}
.aside_right .aside_wx li:nth-child(3) i {
	background-color: #ffac38
}
.aside_right .aside_link {
	display: block;
	overflow: hidden;
	line-height: 1.5;
	margin-top: 28px
}
.aside_right .aside_link .bt {
	font-size: 16px;
	text-decoration: underline
}
.aside_right .aside_link .bt em {
	color: #c00
}
.aside_right .aside_link p {
	color: #000
}
.aside_right .aside_link span {
	color: #008000
}
.mar0 {
	margin: 0;
}
.bom30 {
	margin-bottom: 30px;
}
.xuanxing{padding:20px 0; height:auto; overflow:hidden;}
.xuanxing h2 {
	border-left: 5px solid #0e9ce4;
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	color: #000 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.xuanxing h2:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #eee
}
.in_heng {
	width: 100%;
	overflow: hidden;
	background: url(../img/bj_incont.jpg) center top no-repeat;
	color: #fff;
	line-height: 1
}
.in_heng .container {
	height: 216px;
	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;
	max-width:1280px;
}
.in_heng .container:after {
	display: none
}
.in_heng .left {
	font-size: 24px;
	letter-spacing: 2px
}
.in_heng .left .bt {
	font-size: 36px;
	display: block;
	overflow: hidden;
	padding-bottom: 30px
}
.in_heng .left span {
	color:yellow
}
.in_heng .right {
	text-align: right
}
.in_heng .right .tel {
	font-size: 30px;
	padding: 15px 0 20px 0;
	text-shadow: 0 0 1px #000
}
.in_heng .right a {
	background: #e21001;
	color: #fff;
	display: block;
	overflow: hidden;
	width: 100px;
	line-height: 40px;
	text-align: center;
	float: right
}
.in_heng .right a:hover {
	background: #fff;
	color: #e21001
}
.lanwu{padding:25px 0 0; text-align:center;}