@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: #323232;
	line-height: normal;
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: justify
}
a {
	color: #323232;
	text-decoration: none;
	cursor: pointer;
	transition: all .7s
}
a:hover {
	color: #c63232
}
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: '.'
}
.mar30{margin-top:30px;}
.container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px
}
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;
	max-width: 1000px
}
header .head .container:after {
	display: none
}
header .head .logo img {
	height: 50px;
	width: auto
}
header .head .text {
	text-align: center;
	font-size: 14px;
	line-height: 1.15;
	color: #888
}
header .head .text .t {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 0
}
header .head .tel {
	line-height: 1
}
header .head .tel .t {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 2px 0;
	color: #000
}
header .head .tel .t .iconfont {
	margin-right: 5px;
	font-size: 20px
}
header .head .tel p {
	font-size: 20px;
	font-weight: bold;
	color: #c63232
}
header .head .navbut {
	display: none
}
header nav {
	display: block;
	background: #c63232
}
header nav .container {
	max-width: 1000px
}
header nav ul {
	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
}
header nav ul li {
	position: relative;
	z-index: 999;
	margin-left: 1px
}
header nav ul li>a {
	line-height: 60px;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 16px
}
header nav ul li .iconfont {
	display: none
}
header nav ul li .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	white-space: nowrap;
	background: #ca8f66
}
header nav ul li .sub a {
	display: block;
	overflow: hidden;
	padding: 0 20px;
	line-height: 40px;
	border-bottom: 1px solid #af7e5d;
	color: #fff
}
header nav ul li .sub a:hover {
	background: #c63232;
	color: #fff
}
header nav ul li:first-child {
	margin-left: 0
}
header nav ul li:hover>a {
	background: #af7e5d;
	color: #fff
}
header nav ul li.on>a {
	background: #af7e5d;
	color: #fff
}
footer {
	background: url('../img/bj_foot.jpg') center center no-repeat;
	background-size: 100% 100%;
	padding: 0 0 25px 0;
	color: #dcdcdc;
	text-align: center;
	line-height: 1.8
}
footer a {
	color: #dcdcdc
}
footer a:hover {
	color: #fde837
}
footer .ewm {
	padding: 40px 0
}
footer .ewm img {
	height: 129px;
	width: auto
}
footer .link {
	padding: 0 0 10px 0
}
footer .link a {
	margin-right: 10px
}
.fixed_left_nav {
	position: fixed;
	left: 0;
	top: 90px;
	width: 74px;
	overflow: hidden;
	z-index: 888
}
.fixed_left_nav a {
	display: block;
	overflow: hidden;
	height: 86px;
	background-repeat: no-repeat;
	background-image: url('../img/bj_fixed_nav.png')
}
.fixed_left_nav a:nth-child(1) {
	background-position: left top
}
.fixed_left_nav a:nth-child(1):hover, .fixed_left_nav a:nth-child(1).on {
	background-position: right top
}
.fixed_left_nav a:nth-child(2) {
	background-position: left -86px
}
.fixed_left_nav a:nth-child(2):hover, .fixed_left_nav a:nth-child(2).on {
	background-position: right -86px
}
.fixed_left_nav a:nth-child(3) {
	background-position: left -164px
}
.fixed_left_nav a:nth-child(3):hover, .fixed_left_nav a:nth-child(3).on {
	background-position: right -164px
}
.fixed_left_nav a:nth-child(4) {
	background-position: left -242px
}
.fixed_left_nav a:nth-child(4):hover, .fixed_left_nav a:nth-child(4).on {
	background-position: right -242px
}
.fixed_left_nav a:nth-child(5) {
	background-position: left -320px
}
.fixed_left_nav a:nth-child(5):hover, .fixed_left_nav a:nth-child(5).on {
	background-position: right -320px
}
.fixed_left_nav a:nth-child(6) {
	height: 140px;
	background-position: left -398px
}
.fixed_left_nav a:nth-child(6):hover, .fixed_left_nav a:nth-child(6).on {
	background-position: right -398px
}
.wap_bottom_cate {
	display: none
}
.banner .swiper-slide a {
	display: block;
	overflow: hidden;
	height: 540px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.banner .swiper-slide img {
	display: none;
	width: 100%;
	height: auto
}
.banner .banner-next, .banner .banner-prev {
	position: absolute;
	top: 50%;
	height: 60px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 5;
	transition: all .7s;
	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: 36px;
	background-color: rgba(0,0,0,0.4);
	font-size: 30px;
	font-weight: bold;
	opacity: 0
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	background-color: rgba(198,50,50,0.7)
}
.banner .banner-next {
	right: 5%
}
.banner .banner-prev {
	left: 5%
}
.banner .banner-num {
	bottom: 35px;
	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: 35px;
	height: 10px;
	border-radius: 0;
	cursor: pointer;
	margin: 0 2px;
	background: #666;
	opacity: 1;
	outline: 0
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #c63232
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1
}
.nbanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.nbanner img {
	display: none;
	width: 100%;
	height: auto
}
.search {
	background: #f8f6f6
}
.search .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
}
.search .container:after {
	display: none
}
.search .key {
	color: #afacac;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 44px;
	line-height: 44px;
	overflow: hidden
}
.search .key a {
	margin-right: 10px
}
.search .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.search .box input {
	border: 1px solid #ccc;
	border-radius: 50px;
	width: 200px;
	height: 26px;
	padding: 0 10px;
	background: #fff
}
.search .box button {
	margin-left: 5px;
	font-size: 18px;
	background: none;
	border: 0;
	color: #666;
	transition: all .7s;
	cursor: pointer
}
.search .box button:hover {
	color: #c63232
}
.in_tit {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	padding: 0 0 30px 0;
	overflow: hidden
}
.in_tit img {
	height: 89px;
	width: auto;
	margin-bottom: 20px
}
.in_jjfa {
	padding: 40px 0 60px 0;
	background: #ebebeb;
}
.in_jjfa .b_tit {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	padding: 0 0 30px 0;
	font-weight: bold
}
.in_jjfa .tab {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 3px solid #c63232;
	line-height: 48px
}
.in_jjfa .tab li {
	float: left;
	font-size: 24px;
	position: relative;
	padding: 0 0 0 1px
}
.in_jjfa .tab li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10%;
	height: 80%;
	width: 1px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%)
}
.in_jjfa .tab li a {
	display: block;
	overflow: hidden;
	padding: 0 18px
}
.in_jjfa .tab li:first-child {
	padding: 0
}
.in_jjfa .tab li:first-child:before {
	display: none
}
.in_jjfa .tab li:hover a {
	background: #c63232;
	color: #fff
}
.in_jjfa .tab li.on a {
	background: #c63232;
	color: #fff
}
.in_jjfa .tab .more {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	color: #c63232;
	font-weight: bold
}
.in_jjfa .xun {
	height: 660px;
	position: relative;
	overflow: hidden
}
.in_jjfa .xun li {
	position: absolute;
	background: #c63232
}
.in_jjfa .xun li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap
}
.in_jjfa .xun li .box {
	width: 100%;
	height: 220px;
	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;
	color: #fff;
	line-height: 1
}
.in_jjfa .xun li .box .iconfont {
	font-size: 100px
}
.in_jjfa .xun li .box span {
	display: block;
	overflow: hidden;
	font-size: 30px;
	opacity: .8;
	padding: 15px 0 0 0
}
.in_jjfa .xun li .white {
	width: 100%;
	background-color: #fff;
	height: 220px;
	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-repeat: no-repeat;
	background-size: auto 112px;
	padding: 20px
}
.in_jjfa .xun li .text {
	line-height: 24px;
	letter-spacing: 2px;
	text-indent: 2em;
	max-height: 120px;
	overflow: hidden
}
.in_jjfa .xun .t1 {
	width: 33.33333333%;
	left: 33.33333333%;
	top: 33.33333333%;
	background: #c3b5b2
}
.in_jjfa .xun .t1 .box {
	color: #323232
}
.in_jjfa .xun .t1 .white {
	display: none
}
.in_jjfa .xun .t2 {
	width: 33.33333333%;
	left: 0;
	z-index: 5;
	top: 0
}
.in_jjfa .xun .t2 .white {
	background-image: url('../img/icon_jl.png');
	background-position: right center;
	padding-right: 110px
}
.in_jjfa .xun .t3 {
	width: 66.66666667%;
	left: 0;
	bottom: 0
}
.in_jjfa .xun .t3 .box {
	width: 50%
}
.in_jjfa .xun .t3 .white {
	width: 50%;
	background-image: url('../img/icon_jb.png');
	background-position: center top;
	padding-top: 110px
}
.in_jjfa .xun .t4 {
	width: 33.33333333%;
	right: 0;
	bottom: 0
}
.in_jjfa .xun .t4 .white {
	order: -1;
	background-image: url('../img/icon_jr.png');
	background-position: left center;
	padding-left: 110px
}
.in_jjfa .xun .t5 {
	width: 66.66666667%;
	right: 0;
	top: 0
}
.in_jjfa .xun .t5 .box {
	width: 50%
}
.in_jjfa .xun .t5 .white {
	width: 50%;
	order: -1;
	background-image: url('../img/icon_jt.png');
	background-position: center bottom;
	padding-bottom: 110px
}


.in_hzhb {
	padding: 40px 0 60px 0
}
.in_hzhb .video {
	margin-bottom: 50px;
	position: relative;
	cursor: pointer
}
.in_hzhb .video img {
	width: 100%;
	height: auto
}
.in_hzhb .video:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 5;
	transform: scale(0);
	opacity: 0;
	transition: all .7s
}
.in_hzhb .video .play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	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: 20px;
	line-height: 1;
	background: #c63232;
	padding: 2px 0 0 5px;
	margin: -33px 0 0 -33px;
	transition: all .7s
}
.in_hzhb .video .play:hover {
	transform: rotate(360deg)
}
.in_hzhb .video:hover:before {
	transform: scale(1);
	opacity: 1
}
.in_hzhb .xun {
	position: relative;
	overflow: hidden;
	padding: 0 60px
}
.in_hzhb .xun a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 15px
}
.in_hzhb .xun a img {
	height: 70px;
	width: auto;
	max-width: 110px
}
.in_hzhb .xun a span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden
}
.in_hzhb .xun a:after, .in_hzhb .xun a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 3px solid #ccc;
	z-index: 2;
	transition: all .7s;
	width: 50%;
	height: 50%
}
.in_hzhb .xun a:after {
	right: 0;
	top: 0;
	border-bottom: 0;
	border-left: 0
}
.in_hzhb .xun a:before {
	left: 0;
	bottom: 0;
	border-right: 0;
	border-top: 0
}
.in_hzhb .xun a:hover:after, .in_hzhb .xun a:hover:before {
	border-color: #c63232
}
.in_hzhb .xun .hzhb_next, .in_hzhb .xun .hzhb_prev {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 72px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 5;
	transition: all .7s;
	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;
	background: #eee;
	font-size: 24px
}
.in_hzhb .xun .hzhb_next:hover, .in_hzhb .xun .hzhb_prev:hover {
	background: #bbb
}
.in_hzhb .xun .hzhb_next {
	right: 0
}
.in_hzhb .xun .hzhb_prev {
	left: 0
}
.in_news {
	padding: 40px 0 60px 0;
	border-top: 2px solid #ccc
}
.in_news .box {
	margin: 0 -20px;
	overflow: hidden
}
.in_news .box .li {
	width: 33.33333333%;
	float: left;
	padding: 0 20px
}
.in_news .box .b_tit {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 20px 0;
	line-height: 1
}
.in_news .box .more {
	float: right;
	text-transform: uppercase;
	color: #c63232;
	margin-top: 15px
}
.in_news .box .more:hover {
	text-decoration: underline
}
.in_news .wz li {
	border-left: 3px solid #f0f0f0;
	padding: 0 0 0 20px;
	margin-top: 20px;
	transition: all .7s
}
.in_news .wz li a {
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	margin-bottom: 5px
}
.in_news .wz li em {
	font-size: 13px;
	color: #757474
}
.in_news .wz li:first-child {
	margin-top: 0
}
.in_news .wz li:hover {
	border-left-color: #c63232
}
.in_news .tw a:first-child {
	display: block;
	overflow: hidden
}
.in_news .tw .pic {
	border: 1px solid #ccc;
	overflow: hidden
}
.in_news .tw .pic img {
	width: 100%;
	transition: all .7s
}
.in_news .tw .pic img:hover {
	transform: scale(1.1)
}
.in_news .tw span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 17px 0 6px 0;
	color: #323232;
	transition: all .7s
}
.in_news .tw span:hover {
	color: #c63232
}
.in_news .tw p {
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
	color: #666
}
.wap_cate {
	display: none
}
.main {
	padding: 25px 0 40px 0
}
.main .position {
	margin-bottom: 25px;
	overflow: hidden;
	background: #f8f6f6;
	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: 44px;
	padding: 0 15px;
	color: #888
}
.main .position .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.main .position .box input {
	border: 1px solid #ccc;
	border-radius: 50px;
	width: 200px;
	height: 26px;
	padding: 0 10px;
	background: #fff
}
.main .position .box button {
	margin-left: 5px;
	font-size: 18px;
	background: none;
	border: 0;
	color: #666;
	transition: all .7s;
	cursor: pointer
}
.main .position .box button:hover {
	color: #c63232
}
.main .main_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
}
.main .main_left {
	width: 225px;
	height: 100%
}
.main .main_left .li {
	border: 1px solid #ccc;
	margin-top: 10px;
	overflow: hidden
}
.main .main_left .li .tit {
	line-height: 60px;
	background: #c63232;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold
}
.main .main_left .li:first-child {
	margin-top: 0
}
.main .main_left .li:first-child .tit {
	line-height: 90px
}
.main .main_left .menu li>a {
	display: block;
	overflow: hidden;
	line-height: 60px;
	font-size: 18px;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 0 10px 0 20px;
	font-weight: bold
}
.main .main_left .menu li .iconfont {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #888
}
.main .main_left .menu li .sub {
	display: none
}
.main .main_left .menu li .sub a {
	display: block;
	overflow: hidden;
	line-height: 48px;
	border-top: 1px solid #ccc;
	padding: 0 10px 0 38px;
	position: relative;
	font-size: 16px
}
.main .main_left .menu li .sub a:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #ddd
}
.main .main_left .menu li .sub a:hover, .main .main_left .menu li .sub a.on {
	background: #c63232;
	color: #fff
}
.main .main_left .menu li .sub a:hover:before, .main .main_left .menu li .sub a.on:before {
	background: #fff
}
.main .main_left .menu li:first-child>a {
	border-top: 0
}
.main .main_left .menu li:hover>a, .main .main_left .menu li.on>a {
	color: #c63232
}
.main .main_left .menu li.on .sub {
	display: block
}
.main .main_left .cont {
	padding: 10px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.8;
	color: #666
}
.main .main_left .gund {
	padding: 10px 0;
	overflow: hidden
}
.main .main_left .gund a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	padding: 10px
}
.main .main_left .gund a .pic {
	overflow: hidden;
	margin-right: 10px
}
.main .main_left .gund a .pic img {
	height: 72px;
	width: 72px;
	transition: all .7s
}
.main .main_left .gund a .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.main .main_left .gund a .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 5px 0
}
.main .main_left .gund a .box p {
	display: block;
	overflow: hidden;
	line-height: 22px;
	height: 44px;
	opacity: .6;
	font-size: 12px
}
.main .main_left .gund a:hover {
	background: #c63232;
	color: #fff
}
.main .main_right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 25px;
	height: 100%
}
.main .main_right .cate_tit {
	border-bottom: 2px solid #c63232;
	padding-bottom: 10px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold
}
.main .main_right .padding {
	padding: 30px 0;
	overflow: hidden
}
.list_case {
	margin: -10px;
	overflow: hidden
}
.list_case li {
	width: 33.33333333%;
	float: left;
	padding: 10px
}
.list_case li a {
	display: block;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 10px
}
.list_case li .pic {
	overflow: hidden
}
.list_case li .pic img {
	width: 100%;
	height: auto;
	transition: all .7s
}
.list_case li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 5px 0;
	font-size: 16px;
	text-align: center;
	transition: all .7s;
	color: #323232
}
.list_case li:hover a {
	background: #c63232
}
.list_case li:hover .pic img {
	transform: scale(1.1)
}
.list_case li:hover span {
	color: #fff
}
.list_pro {
	overflow: hidden;
	margin: -10px
}
.list_pro li {
	float: left;
	width: 33.33333333%;
	padding: 10px;
	text-align: center
}
.list_pro li .pic {
	display: block;
	overflow: hidden
}
.list_pro li .pic img {
	width: 100%;
	height: auto;
	transition: all .3s
}
.list_pro li .pic:hover img {
	transform: scale(1.1)
}
.list_pro li .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px
}
.list_pro li .bt:hover {
	color: #c63232
}
.list_pro li .info {
	color: #888;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 10px;
	margin-top: -4px
}
.list_pro li .more {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden
}
.list_pro li .more a {
	display: block;
	overflow: hidden;
	margin: 0 10px;
	background-color: #53B9EA;
	color: #fff;
	width: 80px;
	line-height: 26px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px
}
.list_pro li .more a:hover {
	opacity: .8
}
.list_pro li .more a:last-child {
	background: #c63232;
}
.list_pro.si li {
	width: 25%
}
.list_news {
	margin: -20px -30px;
	overflow: hidden
}
.list_news li {
	border-bottom: 1px dashed #ccc
}
.list_news li a {
	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 30px
}
.list_news li .pic {
	overflow: hidden
}
.list_news li .pic img {
	height: 200px;
	width: 330px;
	transition: all .7s
}
.list_news li .pic img:hover {
	transform: scale(1.1)
}
.list_news li .box {
	padding: 0 0 0 20px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative
}
.list_news li .box em {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 14px;
	color: #323232
}
.list_news li .box em:hover {
	color: #c63232
}
.list_news li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	color: #323232;
	transition: all .7s;
	padding: 10px 0 8px 0
}
.list_news li .box span:hover {
	color: #c63232
}
.list_news li .box p {
	display: block;
	overflow: hidden;
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
	color: #666;
	max-height: 125px
}
.list_news li:last-child {
	border-bottom: 0
}
.web_body {
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-align: justify
}
.web_body img {
	max-width: 100% !important;
	height: auto !important
}
.web_body hr {
	height: 15px;
	width: 100%;
	border: 0
}
.web_body video, .web_body iframe {
	width: 100% !important;
	max-width: 600px !important;
	height: 400px !important;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	background: #000
}
.web_body table {
	border: 1px solid #eee;
	width: 100%
}
.web_body table th {
	font-weight: normal;
	text-align: left
}
.web_body table th, .web_body table td {
	padding: 5px 10px;
	border: 1px solid #eee
}
.box_allpic {
	overflow: hidden
}
.box_allpic img {
	width: 100%;
	height: auto;
	float: left
}
.box_fujia {
	padding: 0 0 50px 0
}
.box_fujia .in_news {
	padding-bottom: 0
}
.box_contact .b_tit {
	padding: 0 0 25px 0;
	font-size: 24px;
	color: #c63232;
	line-height: 1;
	text-align: center;
	font-weight: bold
}
.box_contact .dizhi {
	padding: 10px 0 40px 0;
	overflow: hidden
}
.box_contact .dizhi .text {
	text-align: center;
	line-height: 2;
	color: #666
}
.box_contact .dizhi .bor {
	border: 1px solid #c63232;
	width: 400px;
	line-height: 40px;
	border-radius: 10px;
	margin: 15px auto 0 auto
}
.box_contact .dizhi .bor em {
	color: #c63232;
	font-weight: bold
}
.box_contact #bdmap {
	width: 100%;
	height: 540px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #ccc
}
.box_contact #bdmap h4 {
	color: #c63232;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 16px
}

.box_contact .xianlu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0
}
.box_contact .xianlu .tit {
	width: 175px;
	text-align: center;
	font-size: 16px;
	color: #c63232;
	font-weight: bold
}
.box_contact .xianlu .text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #666
}
.box_contact .youshi {
	border-top: 2px solid #c63232;
	border-bottom: 2px solid #c63232;
	padding: 40px 0
}
.box_contact .youshi .pic {
	text-align: center;
	overflow: hidden
}
.box_contact .youshi .pic img {
	max-width: 100%;
	height: auto
}
.box_contact .zhuanjia {
	padding: 40px 0 0 0
}
.box_contact .zhuanjia ul {
	overflow: hidden;
	margin: -10px
}
.box_contact .zhuanjia ul li {
	float: left;
	padding: 10px;
	width: 50%
}
.box_contact .zhuanjia ul li .bor {
	border: 1px solid #ccc;
	background: #f8f6f6;
	padding: 15px;
	overflow: hidden;
	position: relative
}
.box_contact .zhuanjia ul li .t {
	padding: 0 0 10px 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: space-between;
	justify-content: space-between
}
.box_contact .zhuanjia ul li .t span {
	font-size: 16px;
	font-weight: bold
}
.box_contact .zhuanjia ul li .t .ewm {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #c63232;
	cursor: pointer
}
.box_contact .zhuanjia ul li .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.box_contact .zhuanjia ul li .pic {
	text-align: center
}
.box_contact .zhuanjia ul li .pic img {
	width: 96px;
	height: 96px;
	border: 1px solid #ccc;
	border-radius: 50%
}
.box_contact .zhuanjia ul li .pic em {
	display: block;
	overflow: hidden;
	font-size: 14px;
	padding: 10px 0 0 0
}
.box_contact .zhuanjia ul li .text {
	padding: 0 0 0 15px;
	line-height: 24px;
	color: #666;
	max-height: 120px;
	overflow: hidden
}
.view_news {
	overflow: hidden
}
.view_news .bt {
	font-size: 22px;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 0 0
}
.view_news .cs {
	text-align: center;
	font-size: 14px;
	color: #888;
	overflow: hidden;
	padding: 10px 0 0 0
}
.view_news .cs span {
	padding: 0 10px
}
.view_news .web_body {
	padding: 15px 0 5px;
	margin: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	color: #333;
	font-size: 14px;
}
.view_news .sxfx {
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 22px;
	padding: 0 200px 0 0;
	position: relative;
	color: #888
}
.view_news .sxfx p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.view_news .sxfx .bdsharebuttonbox {
	position: absolute;
	right: 0px;
	top: 4px
}
.view_news .xgxw {
	overflow: hidden
}
.view_news .xgxw .tit {
	position: relative;
	overflow: hidden;
	height: 34px;
	margin-bottom: 10px
}
.view_news .xgxw .tit:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #eee;
	content: ""
}
.view_news .xgxw .tit span {
	height: 34px;
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #c63232;
	padding: 0 8px;
	float: left;
	font-size: 18px;
	position: relative;
	z-index: 1
}
.view_news .xgxw .xun {
	overflow: hidden;
	margin: 0 -10px
}
.view_news .xgxw .xun li {
	width: 50%;
	padding: 0 10px;
	float: left
}
.view_news .xgxw .xun li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	padding: 0 0 0 15px;
	position: relative;
	color: #666
}
.view_news .xgxw .xun li a:before {
	width: 3px;
	height: 3px;
	background: #666666;
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	margin-top: -2px
}
.view_news .xgxw .xun li a:hover {
	color: #c63232
}
.view_news h2 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #c63232;
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px
}
.view_news h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #c63232
}
.view_news h2:first-of-type {
	margin-top: 0
}
.view_news h3 {
	font-weight: bold;
	color: #f0592d;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px
}


.view_pro .container2 {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}
.view_pro h2 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #c63232;
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px
}
.view_pro h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #c63232
}
.view_pro h2:first-of-type {
	margin-top: 0
}
.view_pro h3 {
	font-weight: bold;
	color: #f0592d;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px
}
.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 .ewm {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	background: #c63232;
	color: #fff;
	text-align: center;
	line-height: 1.5
}
.view_pro .flex_main .box .text .ewm #ewm_code {
	padding: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0
}
.view_pro .flex_main .box .text .ewm #ewm_code canvas {
	width: 100%;
	height: auto;
	float: left
}
.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: #c63232;
	color: #fff;
	padding: 0 50px;
	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: #c63232
}
.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: #c63232;
	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: #c63232;
	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 .7s
}
.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: #51BAEA;
	color: #fff
}
.view_pro .tab ul li:hover a {
	color: #fff
}
.view_pro .tab ul li.on {
	background: #c63232;
	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 .web_body {
	padding: 20px 0;
	overflow: hidden
}
.pro_cate {
	padding: 0 0 25px 0;
	overflow: hidden
}
.pro_cate dl {
	border-bottom: 1px solid #ccc;
	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: 28px
}
.pro_cate dl dt {
	width: 106px;
	color: #c63232;
	font-size: 16px;
	font-weight: bold;
	background: #ebebeb;
	text-align: center;
	padding: 8px 0
}
.pro_cate dl dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 8px 0
}
.pro_cate dl dd a {
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 30px
}
.pro_cate dl dd a.on {
	color: #c63232
}
.pro_cate dl:first-child {
	border-top: 1px solid #ccc
}
.box_ewai {
	background: #f8f8f8;
	padding: 50px 0
}
.box_news {
	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: 40px
}
.box_news .big {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
	background: #fff;
	padding: 10px 20px 0 30px
}
.box_news .big .tab {
	height: 60px;
	line-height: 58px;
	position: relative;
	margin-bottom: 25px
}
.box_news .big .tab:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #d4d4d4;
	height: 1px;
	width: 100%
}
.box_news .big .tab li {
	float: left;
	margin-right: 15px
}
.box_news .big .tab li span {
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px;
	display: block;
	overflow: hidden;
	border-bottom: 2px solid transparent;
	position: relative;
	z-index: 1;
	cursor: pointer
}
.box_news .big .tab li span.on {
	border-bottom-color: #c63232;
	color: #c63232
}
.box_news .big .tab li .more {
	position: absolute;
	right: 0px;
	top: 0
}
.box_news .big .tab li:last-child {
	margin-right: 0
}
.box_news .big dl dt {
	padding-bottom: 12px
}
.box_news .big dl dt 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
}
.box_news .big dl dt .pic {
	overflow: hidden
}
.box_news .big dl dt .pic img {
	width: 315px;
	height: 180px;
	transition: all .7s
}
.box_news .big dl dt .pic img:hover {
	transform: scale(1.1)
}
.box_news .big dl dt .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 25px
}
.box_news .big dl dt .box span {
	font-weight: bold;
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #c63232;
	transition: all .7s
}
.box_news .big dl dt .box span:hover {
	text-decoration: underline
}
.box_news .big dl dt .box p {
	display: block;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	color: #6a6a6a;
	margin: 12px 0 18px 0
}
.box_news .big dl dt .box em {
	background: #d9d9d9;
	width: 125px;
	line-height: 42px;
	display: block;
	overflow: hidden;
	transition: all .7s;
	text-align: center;
	color: #323232
}
.box_news .big dl dt .box em:hover {
	background: #c63232;
	color: #fff
}
.box_news .big dl dd {
	line-height: 40px
}
.box_news .big dl dd a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 20px
}
.box_news .big dl dd a:before {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #bababa;
	border-bottom: 4px solid transparent
}
.box_news .big dl dd em {
	float: right;
	color: #ababab
}
.box_news .small {
	width: 385px;
	background: #fff
}
.box_news .small .b_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;
	background: #333333;
	padding: 0 10px 0 20px;
	height: 70px;
	line-height: 1;
	color: #fff
}
.box_news .small .b_tit span {
	font-size: 22px;
	font-weight: bold
}
.box_news .small .b_tit a {
	color: #fff
}
.box_news .small .b_tit a:hover {
	color: #f6ff00
}
.box_news .small .gund {
	padding: 20px;
	overflow: hidden
}
.box_news .small .gund a {
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
	padding: 15px 0 10px 0;
	line-height: 28px
}
.box_news .small .gund .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 8px;
	color: #323232;
	transition: all .7s
}
.box_news .small .gund .bt:before {
	content: "问";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #333333;
	color: #fff;
	width: 28px;
	text-align: center;
	font-size: 16px
}
.box_news .small .gund .bt:hover {
	color: #c63232
}
.box_news .small .gund .text {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 40px;
	height: 54px;
	color: #848484
}
.box_news .small .gund .text:before {
	content: "答";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #c63232;
	color: #fff;
	width: 28px;
	text-align: center;
	font-size: 16px
}
.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
}
.xg_box .tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 1px;
	width: 20px;
	background: #c63232;
	z-index: 5
}
.xg_box .tit b {
	font-size: 22px
}
.xg_box .tit b em {
	color: #c63232
}
.xg_box .tit a {
	color: #888
}
.xg_box .tit a:hover {
	color: #c63232
}
.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: #c63232;
	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 .7s
}
.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: #c63232
}
.xg_box .dinggou ul li.all {
	width: 100%
}
.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;
	padding: 20px 0 0 0
}
.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: #c63232;
	color: #fff;
	border-color: #c63232
}
.pagination li.active span {
	cursor: default;
	background: #c63232;
	color: #fff;
	border-color: #c63232
}
.pagination li.disabled span {
	background: #eee;
	color: #888;
	cursor: not-allowed
}
#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: 900px;
	height: auto;
	float: left;
	display: block;
	overflow: hidden
}
.tan_box .box iframe {
	height: 520px
}
.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 .7s;
	border-radius: 5px 5px 0 0
}
.tan_box .close .iconfont {
	display: inline-block;
	transition: all .7s
}
.tan_box .close:hover {
	background: #c63232
}
.tan_box .close:hover .iconfont {
	transform: rotate(360deg);
	color: #fff
}
#__bs_notify__ {
	display: none !important
}
.copycopy {
	margin: 10px auto 0;
	border-top: 1px solid #ddd;
	padding: 10px;
	font-size: 14px;
	color: #666;
}
.copycopy .pad10 {
	padding-top: 10px;
}
.readding {
	background-color: #f1f1f1;
	color: #666;
	margin: 0 0 16px 0;
	padding: 10px 15px;
	line-height: 1.6em;
	font-size: 14px;
	text-indent: 2em;
}
.readding .ddcolor {
	color: #c63232;
}

.in_pro {
	background: #fff;
	padding: 40px 0 60px 0
}



.in_pro .tab {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	border-top: 0;
	position: relative;
	margin-bottom: 15px
}
.in_pro .tab li {
	float: left;
	margin-right: 5px
}
.in_pro .tab li a:first-child {
	background: #fff;
	background: -webkit-linear-gradient(bottom, #fff, #ccc);
	background: -o-linear-gradient(bottom, #fff, #ccc);
	background: -moz-linear-gradient(bottom, #fff, #ccc);
	background: linear-gradient(bottom, #fff, #ccc);
	display: block;
	overflow: hidden;
	padding: 0 25px;
	font-size: 16px
}
.in_pro .tab li .more {
	position: absolute;
	right: 10px;
	top: 0;
	text-transform: uppercase;
	color: #888;
	font-size: 12px
}
.in_pro .tab li .more:hover {
	color: #15ae88
}
.in_pro .tab li.on a:first-child {
	background: #c63232;
	color: #fff
}

.list_probj {
	margin: -10px;
	overflow: hidden
}
.list_probj li {
	float: left;
	width: 33.33333333%;
	padding: 10px;
	text-align: center
}
.list_probj li .box {
	background: #fff;
	box-shadow: 0 0 1px #ccc
}
.list_probj li .pic {
	display: block;
	overflow: hidden;
	background: #fff
}
.list_probj li .pic img {
	width: 100%;
	height: auto;
	transition: all .3s
}
.list_probj li .pic img:hover {
	transform: scale(1.1)
}
.list_probj li .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px
}
.list_probj li .cs {
	padding: 10px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}
.list_probj li .cs a {
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin: 0 5px;
	background: #53B9EA;
	color: #fff;
	line-height: 30px;
	padding: 0 15px
}
.list_probj li .cs a:last-child {
	background:#c63232
}
.list_probj li .cs a:hover {
	opacity: .8
}
.in_why {
	clear: both;
}
.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: #DD0000;
	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: #DD0000;
}
.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: #51BAEA;
}
.in_why ul li:nth-child(even) .bt span {
	color: #51BAEA;
}
.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 .li .mar0{margin:0;}
.in_why .li .in_hzhb {padding:0}
.in_why .er {
	margin-top: 30px;
	flex-direction: row-reverse;
}
.in_why .er .pic {
	margin: 0 0 0 50px;
}
.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: #DD0000;
	font-size: 110%;
	display: inline;
}
.in_box .in_tit .bt {
	font-size: 30px;
}
.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: #DD0000;
	content: "";
	z-index: 5;
}
.in_box .in_tit .line:after {
	position: absolute;
	left: -20px;
	right: -20px;
	bottom: 1px;
	background: #ccc;
	content: "";
	height: 1px;
}
.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;
}
.xg_box .tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 1px;
	width: 20px;
	background: #DD0000;
	z-index: 5;
}
.xg_box .tit b {
	font-size: 20px;
}
.xg_box .tit b em {
	color: #DD0000;
}
.xg_box .tit a {
	color: #888;
}
.xg_box .tit a:hover {
	color: #f0592d;
}
.xg_box .news {
	background: #fdfdfd;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 20px 10px;
	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: 15px;
}
.xg_box .news .tou .pic img {
	width: 250px;
	height: 160px;
	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: 15px 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: 160px;
	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;
}
.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%;
}