@charset "utf-8";


.in_box {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.in_box1200{max-width: 1200px;
    margin: 0 auto;}

.in_box .in_tit {
	text-align: center;
	overflow: hidden;
	line-height: 1;
	padding: 0 0 0px 0;
}

.in_box .in_tit em {
	font-size: 40px;
	color: #dbdbdb;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	line-height: 91px;
}

.in_box .in_tit .bt {
	font-size: 36px;
	color: #db261d;
	position: relative;
	z-index: 1;
	margin-top: -15px;
	font-weight: bold;
	padding: 0 0 10px 0
}

.in_box .in_tit p {
	display: block;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 18px;
	line-height: 35px;
}

.in_bj {
	background: #f3f3f3
}

.in_case {
	overflow: hidden
}

.in_case .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;
	flex-wrap: wrap;
	padding: 0 0 30px 0;
	max-width: 1200px;
	margin: -5px auto 0 auto;
}

.in_case .tab li {
	margin: 5px
}

.in_case .tab li a {
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	font-size: 16px;
	padding: 10px 15px
}

.in_case .tab li a:hover {
	background: #db261d;
	color: #fff
}

.in_case .xun {
	margin: -10px;
	overflow: hidden
}

.in_case .xun li {
	width: 33.33333333%;
	float: left;
	padding: 10px
}

.in_case .xun li a {
	display: block;
	overflow: hidden;
	position: relative
}

.in_case .xun li img {
	width: 100%;
	height: auto;
	transition: all .6s
}

.in_case .xun li span {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	text-align: center;
	line-height: 50px;
	z-index: 1;
	background: transparent;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: linear-gradient(top, transparent, #000);
	color: #fff
}

.in_case .xun li span:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: transparent;
	background: -webkit-linear-gradient(top, transparent, #db261d);
	background: -o-linear-gradient(top, transparent, #db261d);
	background: -moz-linear-gradient(top, transparent, #db261d);
	background: linear-gradient(top, transparent, #db261d);
	opacity: 0;
	transition: all .6s
}

.in_case .xun li:nth-child(10) {
	display: none
}

.in_case .xun li:hover img {
	transform: scale(1.1)
}

.in_case .xun li:hover span:before {
	opacity: 1
}

.in_fuwu {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

.in_fuwu .xun {
	overflow: hidden;
	margin: -8px
}

.in_fuwu .xun .li {
	padding: 8px;
	overflow: hidden;
	float: left;
	width: 20%
}

.in_fuwu .xun a {
	display: block;
	overflow: hidden;
	background: #eaeaea;
	padding: 20px 15px;
	text-align: center
}

.in_fuwu .xun a .iconfont {
	font-size: 56px;
	color: #db261d;
	transition: all .6s
}

.in_fuwu .xun a span {
	margin-top: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #db261d;
	transition: all .6s;
	font-weight: bold;
	line-height: 1
}

.in_fuwu .xun a .info {
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	margin: 15px 0
}

.in_fuwu .xun a .info p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
	color: #333
}

.in_fuwu .xun a .info.er {
	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;
	text-align: left
}

.in_fuwu .xun a .info.er .w {
	max-width: 50%
}

.in_fuwu .xun a em {
	width: 100%;
	max-width: 120px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	background: #db261d;
	color: #fff;
	transition: all .6s;
	margin: 0 auto
}

.in_fuwu .xun a:hover {
	background: #db261d
}

.in_fuwu .xun a:hover .iconfont {
	color: #fff
}

.in_fuwu .xun a:hover span {
	color: #fff
}

.in_fuwu .xun a:hover .info p {
	color: #fff;
	opacity: .8
}

.in_fuwu .xun a:hover em {
	background: #fff;
	color: #db261d
}

.in_liyou .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.in_liyou .box ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin: 0 6% 0 0;
	padding: 40px 0
}

.in_liyou .box ul li {
	margin-top: 30px;
	overflow: hidden
}

.in_liyou .box ul li .tit {
	font-size: 28px;
	min-height: 60px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.in_liyou .box ul li .tit i {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #db261d;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 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
}

.in_liyou .box ul li .tit span {
	color: #db261d
}

.in_liyou .box ul li .text {
	padding: 15px 0 0 0;
	overflow: hidden;
	font-size: 15px;
	color: #5b5b5b;
	line-height: 1.8;
	text-align: justify
}

.in_liyou .box ul li:first-child {
	margin-top: 0
}

.in_liyou .box .pic {
	overflow: hidden;
	width: 50%;
	max-width: 603px
}

.in_liyou .box .pic img {
	width: 100%;
	height: auto
}

.in_liyou .box:nth-child(even) {
	flex-direction: row-reverse
}

.in_liyou .box:nth-child(even) ul {
	margin: 0 0 0 6%
}

.in_liyou .box:nth-child(even) .pic {
	max-width: 508px
}

.in_liucheng {
	background: url(../img/bj_hzlc.jpg) center top no-repeat;
	background-size: 100% 100%
}

.in_liucheng .in_tit em {
	color: #fc494c !important
}

.in_liucheng .in_tit .bt {
	color: #fff !important
}

.in_liucheng .in_tit p {
	color: #fff !important
}

.in_liucheng ul {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.in_liucheng ul:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100px;
	background: #fff;
	width: 1600px
}

.in_liucheng ul:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 60px solid #fff;
	border-bottom: 50px solid transparent
}

.in_liucheng ul li {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	line-height: 1
}

.in_liucheng ul li .icon {
	margin: 10px auto;
	color: #fff;
	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;
	background: #bebebe;
	border-radius: 50%;
	font-size: 40px;
	transition: all .6s
}

.in_liucheng ul li span {
	font-size: 16px;
	display: block;
	overflow: hidden;
	padding: 25px 0 0 0
}

.in_liucheng ul li>i {
	display: block;
	overflow: hidden;
	height: 40px;
	position: relative;
	margin: 15px 0
}

.in_liucheng ul li>i:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1px;
	height: 100%;
	background: #fe5456
}

.in_liucheng ul li>i:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1px;
	right: 0px;
	background: #fe5456
}

.in_liucheng ul li em {
	font-size: 24px
}

.in_liucheng ul li:first-child i:after {
	left: 50%
}

.in_liucheng ul li:last-child i:after {
	right: 50%
}

.in_liucheng ul li:hover .icon {
	transform: rotate(360deg);
	background: #db261d;
	color: #fff
}


.main .web_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: center;
	justify-content: center;
	padding: 0 0 20px 0;
	overflow: hidden;
	white-space: nowrap;
	color: #db261d;
	line-height: 1
}

.main .web_tit .cen {
	position: relative
}

.main .web_tit .cen p {
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: 1px
}

.main .web_tit .cen p:first-letter {
	font-size: 62px;
	color: #db261d;
	margin-right: 5px
}

.main .web_tit .cen span {
	position: absolute;
	left: 50px;
	bottom: 32px;
	font-size: 24px;
	color: #333
}

.list_case {
	margin: -5px;
	overflow: hidden
}

.list_case li {
	width: 33.33333333%;
	float: left;
	padding: 5px;
	text-align: center
}

.list_case li a {
	display: block;
	overflow: hidden
}

.list_case li .pic {
	overflow: hidden
}

.list_case li .pic img {
	width: 100%;
	height: auto;
	transition: all .6s
}

.list_case li .pic img:hover {
	transform: scale(1.1)
}

.list_case li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 0 0 0;
	line-height: 1;
	font-size: 16px
}

.list_news {
	overflow: hidden;
	margin: -10px 0
}

.list_news li {
	padding: 10px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.list_news li .pic {
	display: block;
	overflow: hidden;
	width: 280px;
	height: 156px
}

.list_news li .pic img {
	width: 100%;
	height: 100%;
	transition: all .6s
}

.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;
	padding: 0 0 0 20px
}

.list_news li .box .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px
}

.list_news li .box p {
	display: block;
	overflow: hidden;
	line-height: 25px;
	height: 50px;
	color: #888;
	margin: 15px 0 20px 0
}

.list_news li .box .but {
	float: right
}

.list_news li .box .but a {
	width: 98px;
	line-height: 34px;
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	background: #999;
	color: #fff
}

.list_news li .box .but a:first-child {
	background: #db261d;
	margin-right: 10px
}

.list_ver li {
	padding: 50px 0
}

.list_ver li .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
}

.list_ver li .container:after {
	display: none
}

.list_ver li .pic {
	width: 50%;
	overflow: hidden
}

.list_ver li .pic img {
	width: 100%;
	height: auto;
	transition: all .6s
}

.list_ver li .pic img:hover {
	transform: scale(1.1)
}

.list_ver li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 5%
}

.list_ver li .box .bt span {
	font-size: 30px;
	display: block;
	overflow: hidden;
	color: #db261d;
	padding: 0 0 5px 0
}

.list_ver li .box .bt em {
	font-size: 20px;
	color: #888
}

.list_ver li .box .text {
	padding: 25px 0;
	overflow: hidden;
	line-height: 2;
	color: #666;
	font-size: 16px
}

.list_ver li .box .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;
	border: 1px solid #ddd;
	height: 40px;
	width: 130px;
	border-radius: 3px
}

.list_ver li .box .but .iconfont {
	margin-left: 5px
}

.list_ver li .box .but:hover {
	background: #db261d;
	color: #fff
}

.list_ver li:nth-child(even) {
	background: #f0f0f0
}

.list_ver li:nth-child(even) .container {
	flex-direction: row-reverse
}

.list_ver li:nth-child(even) .box {
	padding: 0 5% 0 0
}

.box_page {
	line-height: 2;
	color: #666;
	overflow: hidden
}

.box_page img {
	max-width: 100%;
	height: auto
}

.box_page hr {
	height: 10px;
	width: 100%;
	overflow: hidden;
	border: 0
}

.box_contact ul {
	margin: 0 -30px;
	overflow: hidden;
	position: relative
}

.box_contact ul:before {
	content: "";
	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_contact ul li {
	width: 50%;
	padding: 0 30px;
	float: left;
	line-height: 2;
	text-align: justify
}

.box_contact ul li .tit1 {
	font-size: 20px;
	color: #db261d;
	overflow: hidden
}

.box_contact ul li .tit1 span {
	display: block;
	overflow: hidden;
	float: left;
	border-bottom: 2px solid #db261d;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0
}

.box_contact ul li .tit2 {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 0 0
}

.box_contact ul li .map {
	width: 100%;
	height: 340px;
	margin-top: 20px
}

.box_contact ul li .map .anchorBL {
	display: none
}

.view_case .bt {
	text-align: center;
	font-size: 24px;
	overflow: hidden
}

.view_case .cs {
	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 0 0 0;
	overflow: hidden;
	font-size: 12px
}

.view_case .cs li {
	padding: 0 10px;
	color: #888
}

.view_case .video {
	padding: 20px 0 0 0;
	overflow: hidden
}

.view_case .video iframe,
.view_case .video video {
	width: 100%;
	height: 500px;
	background: #000;
	float: left
}

.view_case .body {
	line-height: 2;
	color: #666;
	overflow: hidden;
	padding: 20px 0
}

.view_case .body img {
	max-width: 100%;
	height: auto
}

.view_case .body hr {
	height: 10px;
	width: 100%;
	overflow: hidden;
	border: 0
}

.view_case .sxp {
	overflow: hidden;
	line-height: 24px;
	position: relative;
	padding: 0 200px 0 0
}

.view_case .sxp p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888
}

.view_case .sxp p a {
	color: #888
}

.view_case .sxp p a:hover {
	color: #db261d
}

.view_case .sxp .bdsharebuttonbox {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.view_case .xgxw {
	overflow: hidden;
	padding: 20px 0 0 0
}

.view_case .xgxw .b_tit {
	position: relative;
	overflow: hidden;
	height: 34px
}

.view_case .xgxw .b_tit:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #eee;
	content: ""
}

.view_case .xgxw .b_tit span {
	height: 34px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #db261d;
	padding: 0 10px;
	float: left;
	font-size: 18px;
	position: relative;
	z-index: 1
}

.view_case .xgxw ul {
	overflow: hidden;
	margin: 10px 0 0 0
}

.view_case .xgxw ul li {
	width: 50%;
	padding: 0 10px;
	float: left
}

.view_case .xgxw ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	padding: 0 0 0 15px;
	position: relative;
	color: #888;
	font-size: 12px
}

.view_case .xgxw ul li a:before {
	width: 3px;
	height: 3px;
	background: #888;
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	margin-top: -2px
}

.view_case .xgxw ul li a:hover {
	color: #db261d
}

.view_news .bt {
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding: 0 0 10px 0
}

.view_news .cs {
	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 0 0 0;
	overflow: hidden;
	font-size: 12px
}

.view_news .cs li {
	padding: 0 10px;
	color: #888
}

.view_news .body {
	line-height: 2;
	color: #666;
	overflow: hidden;
	padding: 20px 0
}

.view_news .body img {
	max-width: 100%;
	height: auto
}

.view_news .body hr {
	height: 10px;
	width: 100%;
	overflow: hidden;
	border: 0
}

.view_news .sxp {
	overflow: hidden;
	line-height: 24px;
	position: relative;
	padding: 0 200px 0 0
}

.view_news .sxp p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888
}

.view_news .sxp p a {
	color: #888
}

.view_news .sxp p a:hover {
	color: #db261d
}

.view_news .sxp .bdsharebuttonbox {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.view_news .xgxw {
	overflow: hidden;
	padding: 20px 0 0 0
}

.view_news .xgxw .b_tit {
	position: relative;
	overflow: hidden;
	height: 34px
}

.view_news .xgxw .b_tit:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #eee;
	content: ""
}

.view_news .xgxw .b_tit span {
	height: 34px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #db261d;
	padding: 0 10px;
	float: left;
	font-size: 18px;
	position: relative;
	z-index: 1
}

.view_news .xgxw ul {
	overflow: hidden;
	margin: 10px 0 0 0
}

.view_news .xgxw ul li {
	width: 50%;
	padding: 0 10px;
	float: left
}

.view_news .xgxw ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	padding: 0 0 0 15px;
	position: relative;
	color: #888;
	font-size: 12px
}

.view_news .xgxw ul li a:before {
	width: 3px;
	height: 3px;
	background: #888;
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	margin-top: -2px
}

.view_news .xgxw ul li a:hover {
	color: #db261d
}

.view_ver {
	overflow: hidden
}

.view_ver .box {
	margin-top: 25px;
	overflow: hidden
}

.view_ver .box .bt {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.view_ver .box .bt i {
	position: relative;
	width: 74px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #db261d;
	color: #fff;
	font-size: 32px;
	font-family: Arial;
	margin-right: 18px
}

.view_ver .box .bt i:before {
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px
}

.view_ver .box .bt i:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	border-top: 24px solid #db261d
}

.view_ver .box .bt span {
	font-size: 24px;
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.view_ver .box .body {
	line-height: 2;
	color: #666;
	overflow: hidden;
	padding: 35px 0 0 0
}

.view_ver .box .body img {
	max-width: 100%;
	height: auto
}

.view_ver .box .body hr {
	height: 10px;
	width: 100%;
	overflow: hidden;
	border: 0
}

.view_ver .box:first-child {
	margin-top: 0
}

.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: 30px 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: #db261d;
	color: #fff;
	border-color: #db261d
}

.pagination li.active span {
	cursor: default;
	background: #db261d;
	color: #fff;
	border-color: #db261d
}

.pagination li.disabled span {
	background: #eee;
	color: #888;
	cursor: not-allowed
}

.web_cate {
	display: none;
	background: #3a3c3c;
	box-shadow: 0 0 0 #eee;
	position: relative;
	z-index: 99
}

.web_cate .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;
	padding: 0 10px;
	height: 50px;
	line-height: 1;
	font-size: 16px;
	color: #fff
}

.web_cate .tit:after {
	font-family: "iconfont" !important;
	content: "\e649";
	font-size: 18px
}

.web_cate ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	background: #333434;
	display: none
}

.web_cate ul li {
	border-bottom: #2f2f2f solid 1px
}

.web_cate ul li>a {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	color: #8c8c8c;
	line-height: 36px
}

.web_cate.no .tit:after {
	display: none
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
  
  /* view_case */
  .view_case .video iframe,
  .view_case .video video {
    height: 410px;
  }
}
@media (max-width: 999px) {
  

  /* in_box */
  .in_box {
    padding: 20px 0;
  }
  .in_box .in_tit {
    padding: 0 0 15px 0;
  }
  .in_box .in_tit em {
    font-size: 22px;
  }
  .in_box .in_tit .bt {
    font-size: 20px;
    margin-top: -10px;
    padding: 0 0 5px 0;
  }
  .in_box .in_tit p {
    color: #888;
    line-height: 1.4;
    font-size: 12px;
  }
  /* in_case */
  .adf img{max-width: 100%;}
  .in_case .tab {
    padding: 0 0 12px 0;
    margin: -2px;
    display: block;
    overflow: hidden;
  }
  .in_case .tab li {
    margin: 2px;
    float: left;
  }
  .in_case .tab li a {
    font-size: 13px;
    padding: 5px 10px;
  }
  .in_case .xun {
    margin: -5px;
  }
  .in_case .xun li {
    width: 50%;
    padding: 5px;
  }
  .in_case .xun li span {
    line-height: 34px;
  }
  .in_case .xun li:nth-child(10) {
    display: block;
  }
  /* in_fuwu */
  .in_fuwu {
    margin-top: 20px;
  }
  .in_fuwu .xun {
    margin: -5px;
  }
  .in_fuwu .xun .li {
    padding: 5px;
    width: 50%;
  }
  .in_fuwu .xun a {
    padding: 15px;
  }
  .in_fuwu .xun a .iconfont {
    font-size: 36px;
  }
  .in_fuwu .xun a span {
    margin-top: 5px;
    font-size: 20px;
  }
  .in_fuwu .xun a .info {
    line-height: 22px;
    height: 88px;
    margin: 10px 0;
    font-size: 12px;
  }
  .in_fuwu .xun a em {
    max-width: 100px;
    line-height: 34px;
  }
  .in_fuwu .xun .li:last-child {
    width: 100%;
  }
  .in_fuwu .xun .li:last-child .info {
    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: 14px;
    height: auto;
    line-height: 25px;
  }
  .in_fuwu .xun .li:last-child .info .w {
    padding: 0 10px;
  }
  /* in_liyou */
  .in_liyou .box {
    display: block;
    overflow: hidden;
  }
  .in_liyou .box ul {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .in_liyou .box ul li {
    margin-top: 0;
    border-bottom: 1px dashed #ccc;
    padding: 15px;
    background: #fff;
  }
  .in_liyou .box ul li .tit {
    font-size: 18px;
    min-height: 36px;
    padding: 0 0 0 45px;
  }
  .in_liyou .box ul li .tit i {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .in_liyou .box ul li .text {
    padding: 8px 0 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .in_liyou .box .pic {
    display: none;
  }
  .in_liyou .box:last-child ul li:last-child {
    border-bottom: 0;
  }
  /* in_liucheng */
  .in_liucheng ul {
    display: block;
    overflow: hidden;
  }
  .in_liucheng ul:before {
    display: none;
  }
  .in_liucheng ul:after {
    display: none;
  }
  .in_liucheng ul li {
    float: left;
    width: 25%;
    padding: 25px 0 12px 0;
  }
  .in_liucheng ul li .icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .in_liucheng ul li span {
    font-size: 14px;
    padding: 8px 0 0 0;
  }
  .in_liucheng ul li > i {
    display: none;
  }
  .in_liucheng ul li em {
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    background: #ccc;
    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: 30px;
    height: 30px;
    border-radius: 50%;
    color: #db261d;
    z-index: 5;
  }
  .in_liucheng ul li:first-child {
    margin-left: 12.5%;
  }
  
}
