* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
strong,
em,
embed,
table,
tr,
td,
input,
form,
b,
select,
option,
p {
	padding: 0;
	margin: 0;
}

html {
	font-size: 30px !important;
}

body {
	color: #333;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: 100%;
	font-size: 12px;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #333;
}

ul {
	list-style: none;
	text-align: left;
}

img {
	border: none
}

i,
em,
b {
	font-style: normal;
	font-weight: normal;
}

header {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 10px;
	z-index: 2;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	width: 1280px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.header .logo {
	float: left;
	height: auto;
	display: block;
}

.header ul {
	display: block;
	float: right;
	height: auto;
	overflow: hidden;
}

.header ul li {
	float: left;
	margin: 0 20px;
	line-height: 50px;
	padding: 0 10px;
}

.header ul li a {
	color: #fff;
	font-size: 15px;
}

.header p {
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.banner {
	position: relative;
	clear: both;
	width: 100%;
	height: 600px;
	margin: auto;
	overflow: hidden;
	background: url(../images/cq_banner.jpg) no-repeat center;
}

.banner h1 {
	position: absolute;
	top: 200px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	left: 6%;
}

.banner h2 {
	position: absolute;
	top: 280px;
	font-size: 26px;
	font-weight: 200;
	color: #fff;
	left: 6%;
}


.bf_service {
	width: 100%;
	position: relative;
}

.bf_service .se_D1 {
	width: 100%;
	height: 11rem;
}

.bf_service .se_D1 .inD1Left {
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/inD1Left.jpg) top center no-repeat;
	position: relative;
	perspective: 600px;
	-webkit-perspective: 600px;
	cursor: pointer;
}

.bf_service .se_D1 .inD1Left:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform-origin: top center 0;
	transition: 0.54s;
	transform: rotateX(-60deg);
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	background: -webkit-linear-gradient(130deg, #e62129, #de267d);
	background: -o-linear-gradient(130deg, #e62129, #de267d);
	background: -moz-linear-gradient(130deg, #e62129, #de267d);
	background: linear-gradient(130deg, #e62129, #de267d);
}

.bf_service .se_D1 .inD1Left:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	color: #fff;
}

.bf_service .se_D1 .inD1Left .inD1_c {
	position: relative;
	padding-left: 6%;
	padding-top: 1.2rem;
}

.bf_service .se_D1 .inD1Left .inD1_c .se_Left {
	width: 20rem;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBNum {
	float: left;
	color: #999;
	position: relative;
	margin-right: .5rem;
	padding-bottom: 1.2rem;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBNum:before {
	content: '';
	width: 1px;
	height: 1rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #424343;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBRTit {
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBRTit h3 {
	font-size: .9rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: .8rem;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Dos {
	height: 1.5rem;
	color: #7d8181;
	margin-bottom: .5rem;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Yw {
	width: 100%;
}

.bf_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Yw li {
	width: 33.333333%;
	float: left;
	text-align: left;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
}

.bf_service .se_D1 .inD1Left .inD1_c .se_Img {
	display: block;
	position: absolute;
	right: .9rem;
	top: .8rem;
}

.bf_service .se_D1 .inD1Right {
	width: 50%;
	height: 100%;
	float: right;
}

.bf_service .se_D1 .in_Yd {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
}

.bf_service .se_D1 .in_Yd:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform-origin: left center 0;
	transition: 0.54s;
	transform: rotateY(60deg);
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	background: -webkit-linear-gradient(130deg, #e62129, #de267d);
	background: -o-linear-gradient(130deg, #e62129, #de267d);
	background: -moz-linear-gradient(130deg, #e62129, #de267d);
	background: linear-gradient(130deg, #e62129, #de267d);
}

.bf_service .se_D1 .in_Yd:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	color: #fff;
}

.bf_service .se_D1 .inD1_r {
	position: relative;
	padding-left: 6%;
	padding-top: 1.2rem;
}

.bf_service .se_D1 .inD1_r .se_Right {
	width: 90%;
}

.bf_service .se_D1 .inD1_r .inM1LBNum {
	float: left;
	color: #999;
	position: relative;
	margin-right: .5rem;
	padding-bottom: 1.2rem;
}

.bf_service .se_D1 .inD1_r .inM1LBNum:before {
	content: '';
	width: 1px;
	height: 1rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #424343;
}

.bf_service .se_D1 .inD1_r .inM1LBRTit {
	overflow: hidden;
	width: 85%;
}

.bf_service .se_D1 .inD1_r .inM1LBRTit h3 {
	font-size: .9rem;
	color: #000;
	font-weight: normal;
	margin-bottom: .8rem;
}

.bf_service .se_D1 .inD1_r .inM1LBRTit .se_Dos {
	height: 1.6rem;
	color: #7d8181;
	margin-bottom: 0.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bf_service .se_D1 .in_Yd1 {
	width: 50%;
	height: 100%;
	float: left;
	background: #f9f9f9;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
}

.bf_service .se_D1 .in_Yd1:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform-origin: left center 0;
	transition: 0.54s;
	transform: rotateY(60deg);
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	background: -webkit-linear-gradient(130deg, #e62129, #de267d);
	background: -o-linear-gradient(130deg, #e62129, #de267d);
	background: -moz-linear-gradient(130deg, #e62129, #de267d);
	background: linear-gradient(130deg, #e62129, #de267d);
}

.bf_service .se_D1 .in_Yd1:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	color: #fff;
}

.bf_service .se_D1 .inD1_r .inM1LBRTit .se_Yw {
	width: 100%;
}

.bf_service .se_D1 .inD1_r .inM1LBRTit .se_Yw ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bf_service .se_D1 .inD1_r .inM1LBRTit .se_Yw li {
	white-space: nowrap;
	margin-right: 20px;
	color: #666;
	line-height: 2.4;
}

/*text-align: left;  overflow: hidden;text-overflow: ellipsis;  float: left;*/

.se_More {
	background: url(../images/more-jt.png) no-repeat;
	width: 2rem;
	height: 2rem;
	background-size: .8rem;
	display: block;
	margin-top: 1rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bf_service .se_D1 .inD1Left .inD1_c:hover .se_More,
.bf_service .se_D2 .in_Yd:hover .se_More,
.bf_service .se_D1 .inD1_r:hover .se_More,
.bf_service .se_D2 .in_Yd1:hover .se_More {
	background: url(../images/more-jt2.png) no-repeat;
	width: 2rem;
	height: 2rem;
	background-size: .8rem;
}

.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit h3,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Dos,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Yw li,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_More.iconjiantou:before,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum {
	color: #fff;
}

.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum:before {
	background: #fff;
}

.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit h3,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Dos,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Yw li,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_More.iconjiantou:before,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum {
	color: #fff;
}

.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum:before {
	background: #fff;
}

.bf_service .se_D2 {
	width: 100%;
	height: 11rem;
}

.bf_service .se_D2 .inD2Left {
	width: 50%;
	height: 100%;
	float: left;
}

.bf_service .se_D2 .in_Yd {
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/in_yx.jpg) no-repeat center;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
}

.bf_service .se_D2 .in_Yd:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform-origin: left center 0;
	transition: 0.54s;
	transform: rotateY(60deg);
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	background: -webkit-linear-gradient(130deg, #e62129, #de267d);
	background: -o-linear-gradient(130deg, #e62129, #de267d);
	background: -moz-linear-gradient(130deg, #e62129, #de267d);
	background: linear-gradient(130deg, #e62129, #de267d);
}

.bf_service .se_D2 .in_Yd:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	color: #fff;
}

.bf_service .se_D2 .in_Yd1 {
	width: 50%;
	height: 100%;
	float: left;
	background: #fff;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
}

.bf_service .se_D2 .in_Yd1:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform-origin: left center 0;
	transition: 0.54s;
	transform: rotateY(60deg);
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	background: -webkit-linear-gradient(130deg, #e62129, #de267d);
	background: -o-linear-gradient(130deg, #e62129, #de267d);
	background: -moz-linear-gradient(130deg, #e62129, #de267d);
	background: linear-gradient(130deg, #e62129, #de267d);
}

.bf_service .se_D2 .in_Yd1:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	color: #fff;
}

.bf_service .se_D2 .inD2_l {
	position: relative;
	padding-left: 6%;
	padding-top: 1.2rem;
}

.bf_service .se_D2 .inD2_l .se_Left {
	width: 90%;
}

.bf_service .se_D2 .inD2_l .inM2LBNum {
	float: left;
	color: #999;
	position: relative;
	margin-right: .5rem;
	padding-bottom: 1.2rem;
}

.bf_service .se_D2 .inD2_l .inM2LBNum:before {
	content: '';
	width: 1px;
	height: 1rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #424343;
}

.bf_service .se_D2 .inD2_l .inM2LBRTit {
	overflow: hidden;
	width: 85%;
	position: relative;
	z-index: 9;
}

.bf_service .se_D2 .inD2_l .inM2LBRTit h3 {
	font-size: .9rem;
	color: #000;
	font-weight: normal;
	margin-bottom: .8rem;
}

.bf_service .se_D2 .inD2_l .inM2LBRTit .se_Dos {
	height: 1.6rem;
	color: #7d8181;
	margin-bottom: 0.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bf_service .se_D2 .inD2_l .inM2LBRTit .se_Yw {
	width: 100%;
}

.bf_service .se_D2 .inD2_l .inM2LBRTit .se_Yw ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bf_service .se_D2 .inD2_l .inM2LBRTit .se_Yw li {
	margin-right: 20px;
	color: #666;
	white-space: nowrap;
	line-height: 2.4;
}

.bf_service .se_D2 .in_Yd1 .se_Img {
	display: block;
	position: absolute;
	right: .2rem;
	bottom: 0;
}

.bf_service .se_D2 .inD2Right {
	width: 50%;
	height: 100%;
	float: left;
	background: -webkit-linear-gradient(130deg, #e62129, #de267d);
	background: -o-linear-gradient(130deg, #e62129, #de267d);
	background: -moz-linear-gradient(130deg, #e62129, #de267d);
	background: linear-gradient(130deg, #e62129, #de267d);
}

.bf_service .se_D2 .inD2Right .inD2_r {
	position: relative;
	padding-left: 6%;
	padding-top: 2.6rem;
}

.bf_service .se_D2 .inD2Right .inD2_r .inD2_w {
	font-size: .9rem;
	color: #fff;
	position: relative;
	padding-left: 1.6rem;
	font-weight: bold;
}

.bf_service .se_D2 .inD2Right .inD2_r .inD2_w:before {
	content: '';
	width: 1.2rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
}

.bf_service .se_D2 .inD2Right .inD2_r .inD2_T {
	font-size: .7rem;
	color: #fff;
	font-weight: bold;
	background: url(../images/inD2_T.png) center left no-repeat;
	padding-left: 1.6rem;
	margin-top: 1rem;
}

.bf_service .se_D2 .inD2Right .inD2_r .inD2_TX {
	font-size: .7rem;
	color: #fff;
	font-weight: bold;
	padding-left: 1.6rem;
	margin-top: 0.2rem;
}

.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit h3,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Dos,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Yw li,
.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum {
	color: #fff;
}

.bf_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum:before {
	background: #fff;
}

.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit h3,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Dos,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Yw li,
.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum {
	color: #fff;
}

.bf_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum:before {
	background: #fff;
}

.bf_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit h3,
.bf_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit .se_Dos,
.bf_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit .se_Yw li,
.bf_service .se_D2 .in_Yd:hover .inD2_l .inM2LBNum {
	color: #fff;
}

.bf_service .se_D2 .in_Yd:hover .inD2_l .inM2LBNum:before {
	background: #fff;
}

.bf_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit h3,
.bf_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit .se_Dos,
.bf_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit .se_Yw li,
.bf_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBNum {
	color: #fff;
}

.bf_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBNum:before {
	background: #fff;
}

.bf_service .se_D1 .inD1Left:hover .inD1_c .inM1LBRTit .se_Dos,
.bf_service .se_D1 .inD1Left:hover .inD1_c .inM1LBNum,
.bf_service .se_D1 .inD1Left:hover .inD1_c .inM1LBRTit .se_More.iconjiantou:before {
	color: #fff;
}

.bf_service .se_D1 .inD1Left:hover .inD1_c .inM1LBNum:before {
	background: #fff;
}

.view {
	width: 90%;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 通用标题css */
.in_tx {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 1.5rem 0 1rem 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.in_tx .in_txt {
	font-size: 1.2rem;
	color: #000;
	padding-right: 1rem;
}

.in_tx .in_line {
	height: 1px;
	background: #e5e5e5;
	flex: 1;
}

.in_tx .in_more {
	font-size: .6rem;
	color: #000;
	padding-left: 1rem;
}

.in_tx_nav {
	margin-bottom: 1rem;
}

.in_tx_nav a {
	display: inline-block;
	margin: 0 1rem 0 0;
}


/* bf_case */
.bf_case {
	width: 100%;
	position: relative;
	padding-bottom: .5rem;
}

.bf_case .in_Ca {
	width: 100%;
	position: relative;
}

.bf_case .sin_Ca {
	display: none;
}

.bf_case .in_Ca .Ca_T {
	width: 100%;
	position: relative;
}

.bf_case .in_Ca .Ca_T li {
	transition: all .36s;
	float: left;
	width: 25%;
	margin-bottom: .5rem;
 
}

.bf_case .in_Ca .Ca_T li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.bf_case .in_Ca .Ca_T li .img {
	overflow: hidden;
	position: relative;
}

.bf_case .in_Ca .Ca_T li .img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(0, 0, 0, .2);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.bf_case .in_Ca .Ca_T li:hover .img:before {
	opacity: 1;
}

.bf_case .in_Ca .Ca_T li .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
	overflow: hidden;
}

.bf_case .in_Ca .Ca_T li:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.bf_case .in_Ca .Ca_T li .title {
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 3;
}

.bf_case .in_Ca .Ca_T li .title .info {
	display: table;
	width: 100%;
	height: 100%;
}

.bf_case .in_Ca .Ca_T li .title .info .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.bf_case .in_Ca .Ca_T li .title .info .txt h2 {
	font-size: .8rem;
	color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.bf_case .in_Ca .Ca_T li .title .info .txt i {
	width: 60px;
	height: 4px;
	background: #ffffff;
	margin: 0.2rem auto 0;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.bf_case .in_Ca .Ca_T li .title .info .txt p {
	font-size: .5rem;
	color: #fff;
	margin-top: 0.7rem;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bf_case .in_Ca .Ca_T li .title .info .txt span {
	width: 1rem;
	height: 1rem;
	margin: .6rem auto;
	font-size: .8rem;
	color: #fff;
	line-height: .9rem;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #e62129;
}

.bf_case .in_Ca .Ca_T li:hover .title {
	opacity: 1;
	visibility: visible;
}

.bf_case .in_Ca .Ca_T li:hover .title .info .txt span {
	opacity: 1;
	visibility: visible;
}

.bf_case .in_Ca .Ca_T li:hover .title .info .txt i {
	width: 30px;
	opacity: 1;
	visibility: visible;
}

.bf_case .in_Ca .Ca_T li:hover .title .info .txt h2 {
	opacity: 1;
	visibility: visible;
}

.bf_case .in_Ca .Ca_T li:hover .title .info .txt p {
	opacity: 1;
	visibility: visible;
}

.bf_case .in_Ca .Ca_T li:nth-child(4n+1) {
	margin-left: 0;
}

.bf_case .in_Ca .Ca_T li .text {
	padding: .5rem 0;
	transition: all .36s;
}

.bf_case .in_Ca .Ca_T li .text h3 {
	color: #000000;
	font-size: .7rem;
}

.bf_case .in_Ca .Ca_T li .text p {
	color: #aaaaaa;
	margin-top: .2rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bf_case .in_Ca .Ca_T li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.bf_case .in_Ca .Ca_T li:hover .text {
	padding: .5rem;
}


.in_hezuo_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-content: center;
	width: 85%;
	margin: 0 auto;
}

.in_hezuo_list li {
	width: calc(100%/6);
	margin: .5rem 0;
	padding: 0 .2rem;
	box-sizing: border-box;
}

.in_hezuo_list li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


.in_news {
	margin-bottom: 1.5rem;
}

.in_news_list {
	display: flex;
	display: -webkit-flex;
}

.in_news_list .left {
	width: 100%;
	border-bottom: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.in_news_list .left .item {
	width: 33%;
	transition: all 0.6s ease;
	position: relative;
	padding: 1rem;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
}

.in_news_list .left .title {
	transition: all 0.6s ease;
	font-size: .6rem;
	color: #333333;
	margin-bottom: .5rem;
 
	font-weight: bold;
}

.in_news_list .left p {
	transition: all 0.6s ease;
	line-height: 2;
	color: #888888;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.in_news_list .left span {
	transition: all 0.6s ease;
	color: #333333;
	font-family: arial;
	margin-top: 1rem;
	margin-bottom: .2rem;
	display: block;
}

.in_news_list .left .item:nth-child(3n+1) {
	border-left: 0;
}


/* 小程序开发 */
.maview {
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.xcx-title {
	text-align: center;
	padding: 1.5rem 0;
}

.xcx-title h3 {
	font-weight: normal;
	font-size: 1rem;
}

.xcx-title h4 {
	font-weight: normal;
	font-size: .5rem;
	margin-top: .3rem;
	color: #555555;
}

.xcx-title h5 {
	font-weight: normal;
	margin-top: .3rem;
	color: #555555;
}

.xcx_box1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	position: relative;
	margin-bottom: 2rem;
}

.xcx_box1 .item {
	position: relative;
	width: 10rem;
	background: url(../images/jia.png) no-repeat left center;
	margin-left: -1.5rem;
	cursor: pointer;
	height: 10rem;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xcx_box1 .item .text .ico {
	width: 2rem;
	height: 2rem;
	transition: all 0.6s;
	margin: 0 auto;
}

.xcx_box1 .item .text p {
	font-size: .45rem;
}

.xcx_box1 .item .hover {
	position: absolute;
	width: 70%;
	transition: all 0.8s;
	left: 100%;
	height: 50%;
	top: 20%;
	color: #ffffff;
	z-index: 2;
	display: none;
}

.xcx_box1 .item:hover {
	background: none;
	color: #ffffff;
}

.xcx_box1 .item:hover .text .ico {
	background: url(../images/planning_ico01.png) no-repeat top center;
}

.xcx_box1 .item:first-child {
	margin-left: 0;
	background: none
}

.xcx_box1 .item::after {
	opacity: 0;
	transform: translateX(-10px);
	z-index: 1;
	position: absolute;
	content: "";
	left: 0;
	top: -2.5%;
	width: 200%;
	background: url(../images/planning_hover.png) no-repeat;
	background-size: contain;
	height: 105%;
	overflow: hidden;
	border-radius: 30%;
}

.xcx_box1 .item:hover::after {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.6s;
}

.xcx_box1 .item:hover .hover {
	display: flex;
	align-items: center;
	line-height: 2;
}

.xcx_box1 .item:hover .text {
	position: relative;
	z-index: 2;
}

.xcx_box1 .item:nth-child(4):hover::after {
	right: -1rem;
	left: auto;
}

.xcx_box1 .item:nth-child(5):hover::after {
	right: -1rem;
	left: auto;
}

.xcx_box1 .item:nth-child(4):hover .hover {
	left: auto;
	right: 100%;
}

.xcx_box1 .item:nth-child(5):hover .hover {
	left: auto;
	right: 100%;
}

.xcx_box1 .item .text .ico1 {
	background: url(../images/planning_ico1.png) no-repeat top center;
}

.xcx_box1 .item .text .ico2 {
	background: url(../images/planning_ico2.png) no-repeat top center;
}

.xcx_box1 .item .text .ico3 {
	background: url(../images/planning_ico3.png) no-repeat top center;
}

.xcx_box1 .item .text .ico4 {
	background: url(../images/planning_ico4.png) no-repeat top center;
}

.xcx_box1 .item .text .ico5 {
	background: url(../images/planning_ico5.png) no-repeat top center;
}

.uedBox3 {
	background: url(../images/uedBox3-bg.jpg) no-repeat center center;
	padding-bottom: 4rem;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.Applet-title {
	text-align: center;
	padding: 1.5rem 0;
}

.Applet-title h3 {
	font-weight: normal;
	font-size: 1rem;
}

.Applet-title h4 {
	font-weight: normal;
	font-size: .9rem;
	font-family: "DIN";
}

.Applet-title a {
	color: #333333;
}

.Applet-title2 {
	color: #ffffff;
}

.uedBox3box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.uedBox3box .left {
	width: 50%;
}

.uedBox3box .left .bg {
	position: relative;
	width: 13rem;
	min-width: 520px;
}

.uedBox3box .left .bg .img img {
	display: block;
	margin: 0 auto;
}

.uedBox3box .left .icon {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}

.uedBox3box .left .icon span {
	display: flex;
	z-index: 2;
	position: relative;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background: #e62129;
	border-radius: 50%;
}

.uedBox3box .left .icon span img {
	height: 80px;
}

.uedBox3box .left .icon span.span1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1.5rem;
}

.uedBox3box .left .icon span.span2 {
	position: absolute;
	bottom: -.5rem;
	left: 0;
}

.uedBox3box .left .icon span.span3 {
	position: absolute;
	bottom: -.5rem;
	right: 0;
}

.uedBox3box .right {
	width: 50%;
}

.uedBox3box .right ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.uedBox3box .right ul li {
	cursor: pointer;
	width: 48%;
	margin-top: .7rem;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-size: .6rem;
	margin-left: 1%;
	height: 2rem;
	line-height: 2rem;
	border-radius: 5px;
}

.uedBox3box .right ul li.color {
	background: #e62129;
	color: #ffffff;
}


.uedBox3box .left .icon span::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #dfe2e9;
	animation: bgIco2 1s 0.18s infinite alternate;
}

/* about */
.index-about {
	position: relative;
	background: #f0f1f5;
}

.index-about-left {
	position: relative;
}

.index-about-left:before {
	position: absolute;
	content: "";
	width: 80%;
	background: #ffffff;
	height: 80%;
	bottom: 0;
}

.index-about-left-box {
	padding-left: 100px;
	box-sizing: border-box;
	width: 63%;
	padding-left: 2%;
	overflow: hidden;
}

.index-about-left-box .video {
	position: relative;
}

.clear {
	clear: both;
}

.policy {
	background: #ffffff;
	width: 45%;
	float: right;
	max-width: 850px;
	position: relative;
	margin-top: -150px;
}

.policy .title {
	font-size: 22px;
	color: #141418;
	border-bottom: 1px solid #d8d8d8;
	padding: 30px 40px;
	box-sizing: border-box;
}

.policy .title img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.policy-list {
	box-sizing: border-box;
}

.policy-lunbo {
	padding: 25px 40px;
	box-sizing: border-box;
}

.policy-lunbo .hd {
	margin-top: 20px;
}

.policy-lunbo .hd span {
	font-family: "å®‹ä½“";
	font-size: 16px;
	color: #aaaaaa;
	margin-right: 20px;
	cursor: pointer;
}

.policy-lunbo .hd span:hover {
	color: #333333;
}

.policy-lunbo ul li {
	height: 60px;
	overflow: hidden;
}

.index-con {
	min-width: 1300px;
	width: 92%;
	margin: auto;
}

.about-img {
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 136px;
	right: 0;
	margin-top: 45px;
}

.about-img .bg {
	background: url(../images/about-text.png) no-repeat right;
	width: 100%;
	height: 136px;
}

.index-about-text {
	position: relative;
	padding: 70px 0;
}

.index-title h2 {
	font-size: 60px;
	font-family: "DIN";
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.index-title h2 i {
	font-family: arial;
	color: #dddddd;
	font-size: 110px;
}

.index-title h3 {
	font-size: 22px;
	color: #333333;
	padding-left: 40px;
	box-sizing: border-box;
	margin: 40px 0;
}

.index-about-text .info {
	padding-left: 40px;
	box-sizing: border-box;
	padding-bottom: 20px;
	text-indent: 2em;
}

.index-about-text .info P {
	color: #666666;
	font-size: 15PX;
}

.index-about-icon {
	margin-top: 50px;
}

.index-about-icon li {
	float: left;
	width: calc(100%/4);
	margin: 0 auto;
	text-align: center;
}

.index-about-icon li p {
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
	color: #d2d2d2;
}

.index-about-icon li h3 {
	font-size: 16px;
	color: #333333;
	transition: all 0.6s;
}

.index-about-icon li em {
	display: block;
	background: url(../images/icon.png) no-repeat;
	width: 95px;
	height: 65px;
	margin: 0 auto;
	transition: all 0.6s;
}

.index-about-icon li em.em1 {
	background-position: 0 0;
}

.index-about-icon li em.em2 {
	background-position: -105px 0;
}

.index-about-icon li em.em3 {
	background-position: -215px 0;
}

.index-about-icon li em.em4 {
	background-position: -327px 0;
}

.index-about-icon li:hover em.em1 {
	background-position: 0 -82px;
}

.index-about-icon li:hover em.em2 {
	background-position: -105px -82px;
}

.index-about-icon li:hover em.em3 {
	background-position: -215px -82px;
}

.index-about-icon li:hover em.em4 {
	background-position: -327px -82px;
}

.index-about-icon li:hover h3 {
	color: #dbb161;
}

.index-about-main {
	position: relative;
	margin-top: 60px;
}

.index-about-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
}

.index-about-right em,
.index-about-right em img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-number {
	background: #201e1e url(../images/number-bg.png) no-repeat center bottom;
}

.Guarantee_time li {
	text-align: center;
	color: #666666;
	padding: 60px 0;
	float: left;
	width: calc(100%/4);
	box-sizing: border-box;
	padding: 50px 0;
}

.Guarantee_time li p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #5e5e5e;
}

.Guarantee_time li h2 {
	font-size: 55px;
	color: #ffffff;
	font-family: "DIN";
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2PX;
}

.Guarantee_time li i {
	font-size: 16px;
	margin-left: 10px;
	color: #5e5e5e;
	font-style: normal;
}


/*业务航道*/
.index-business {
	position: relative;
	padding: 0 0 80px;
	background: #f0f1f5;
}

.index-business .index-title {
	padding-top: 80px;
}

.index-business-box {
	background: #222627;
	padding: 60px 0 0 60px;
	position: relative;
}

.index-business-box ul li {
	box-sizing: border-box;
	position: relative;
}

.index-business-list .info {
	width: 43%;
	height: 300px;
}

.index-business-list .info img { width:120px; height:auto;}

.index-business-list ul {}

.index-business-list ul li .title {
	margin-bottom: 30px;
}

.index-business-list ul li .title h2 {
	font-size: 34px;
	color: #ffffff;
	margin-bottom: 15px;
}

.index-business-list ul li .title p {
	font-size: 14px;
	color: #ffffff;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
}

.index-business-list ul li .text {
	color: #ebebeb;
}

.index-business-pic {
	width: 60%;
	max-width: 970px;
	position: absolute;
	right: 0;
	-webkit-transform: translate(100px, -200px);
	-moz-transform: translate(100px, -200px);
	transform: translate(100px, -200px);
}

.index-business-pic em img {
	display: block;
	width: 100%;
	height: 100%;
}

.index-business-list .hd {
	margin-top: 95px;
	width: 43%;
	padding-bottom: 30px;
}

.index-business-list .hd i {
	font-family: "宋体";
	font-size: 34px;
	color: #aaaaaa;
	margin: 0 20px;
	cursor: pointer;
}

.index-business-list .hd i:hover {
	color: #ffffff;
}

.index-business-list .hd ul li {
	font-size: 26px;
}

.index-business-list .hd .pageState {
	font-size: 32px;
	font-family: arial;
	line-height: 40px;
	color: #d8d8d8;
	font-weight: normal;
}

.index-business-list .hd .pageState span {
	font-size: 60px;
	font-family: arial;
	color: #ffffff;
	margin-right: 10px;
	font-weight: normal;
}
 
/* 底部样式  */
.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 30px;
	background-color: #15161e;
	color: #fff;
}

.footadd {
	height: auto;
	overflow: hidden;
	margin: auto;
}

.footaddL {
	width: 200px;
	float: left;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.footaddLt {
	color: #fff;
	border-bottom: 1px solid #21222b;
	line-height: 35px;
	font-size: 16px;
}

.footaddLt i {
	font-size: 18px;
}

.footaddLtel {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding: 10px 0;
}

.footaddLtel a {
	color: #fff;
	font-weight: bold;
}

.footaddLbot {
	width: 120px;
	height: auto;
	line-height: 30px;
	text-align: center;
}

.footaddLbot img {
	width: 100%;
	height: auto;
}

@font-face {
	font-family: 'shweb14';
	/* Project id 2588959 */
	src: url('//at.alicdn.com/t/font_2588959_qxd9z3vdoy.woff2?t=1622698634175') format('woff2'),
		url('//at.alicdn.com/t/font_2588959_qxd9z3vdoy.woff?t=1622698634175') format('woff'),
		url('//at.alicdn.com/t/font_2588959_qxd9z3vdoy.ttf?t=1622698634175') format('truetype');
}

.shweb14 {
	font-family: "shweb14" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: -1px !important;
}

.footaddR {
	float: right;
	height: auto;
	overflow: hidden;
	margin: auto;
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: calc(100% - 260px);
}

.footaddRt {
	color: #fff;
	border-bottom: 1px solid #21222b;
	line-height: 35px;
	font-size: 16px;
}

.footaddRul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.footaddRul ul li {
	width: 47.5%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	margin-right: 5%;
	font-size: 16px;
	color: #dd5614;
	line-height: 40px;
	background: url(../images/addbg_1.png) no-repeat 35px top;
	margin-bottom: 10px;
}

.footaddRul ul li:nth-child(2n) {
	margin-right: 0;
}

.footaddRul ul li p {
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}

.footaddRul ul li:nth-child(1) {
	background: url(../images/addbg_1.png) no-repeat 35px top;
}

.footaddRul ul li:nth-child(2) {
	background: url(../images/addbg_2.png) no-repeat 35px top;
}

.footaddRul ul li:nth-child(3) {
	background: url(../images/addbg_3.png) no-repeat 35px 8px;
}

.footaddRul ul li:nth-child(4) {
	background: url(../images/addbg_4.png) no-repeat 35px top;
}

.contlink {
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin: auto;
	padding: 10px 0;
	border-top: 1px solid #21222b;
	margin-top: 20px;
	color: #57586d;
	word-spacing: .5em;
}

.contlink a {
	color: #57586d
}

.contlink a:hover {
	color: #57586d
}

.contcopy {
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-top: 1px solid #21222b;
	font-size: 14px;
}

.contcopy a {
	color: #fff;
}

/* 新闻详细 */

.pageNewsD {
	width: 100%;
	padding: 1rem 0 0;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.pageNewsD .contBox {
	width: 70%;
	min-height: 6rem;
	float: left;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 0 4% 4rem 0;
	position: relative;
}

.pageNewsD .contBox .title {
	color: #333333;
	font-size: .8rem;
	font-weight: bold;
}

.pageNewsD .contBox .time {
	color: #666666;
	padding: .5rem 0 .5rem;
	border-bottom: 1px dashed #e5e5e5;
}

.pageNewsD .contBox .time span {
	margin-right: .5rem;
}

.pageNewsD .contBox .text {
	color: #333;
	line-height: 2.5;
	padding: 1rem 0;
	font-size: 15px;
}

 
.pageNewsD .contBox .text  * {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.pageNewsD .contBox .text  p {
	text-indent: 2em;
	margin-bottom: 15px;
}

.pageNewsD .contBox .text  img {
	margin: auto;
	max-width: 90%;
}

/*.pageNewsD .contBox .text img{ max-width: 10%;}*/
.pageNewsD .contBox .fx {
	margin: 1rem 0;
	text-align: center;
}

.pageNewsD .contBox .fx a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #555;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 10px;
	transition: all 0.6s ease;
	background-image: none;
	padding: 0;
}

.pageNewsD .contBox .fx a:hover {
	background-color: #e62129;
	text-decoration: none;
}

.pageNewsD .contBox .link {
	width: 100%;
	padding: 1.5rem 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	border-top: 1px solid #eeeeee;
}
 
.pageNewsD .contBox .bot {
	position: absolute;
	bottom: 0;
	right: 4%;
	width: 96%;
}

.pageNewsD .newsD {
	width: 30%;
	float: right;
	padding-left: 3%;
	box-sizing: border-box;
	position: sticky;
	display: inline-block;
	background-color: #fff;
	z-index: 3;
}

.pageNewsD .newsD h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.pageNewsD .newsD ul {
	width: 100%;
	margin-top: 20px;
}

.pageNewsD .newsD ul li {
	width: 100%;
	border-bottom: 1px dashed #e5e5e5;
	padding: 14px 0;
}

.pageNewsD .newsD ul li .tit {
	color: #333333;
	line-height: 2;
	transition: all 0.6s ease;
	font-size: 16px;
}

.pageNewsD .newsD ul li .time {
	color: #999;
	margin-top: 8px;
	transition: all 0.6s ease;
}

.pageNewsD .newsD ul li:hover .tit {
	color: #e62129;
}

.pageNewsD .newsD ul li:hover .time {
	color: #333333;
}


/* app案例 */

.inner {
	width: 86%;
	margin: 0 auto;
}

.seFItem {
	padding: 50px 0 80px;
	border-bottom: 1px solid rgba(14, 17, 16, .03);
}

.seFItem:last-child {
	border-bottom: none;
	padding: 50px 0 0;
}

.seFTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.seFTop .iconBox {
	width: 100px;
	height: 100px;
	border-radius: 8px;
	background-image: linear-gradient(#ff7c5a, #f2e7d2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.seFTop .iconBox img {
	width: 80%;
}

.seFTop .time {
	color: #333;
	font-size: 28px;
}

.seFTop .time span {
	color: #333;
	font-size: 42px;
}

.seFTop .btn {
	font-size: 16px;
	color: #888;
	padding: 10px 30px;
	border: 1px solid rgba(14, 17, 16, .1);
	border-radius: 30px;
}

.seFItem .tit {
	font-size: 52px;
	color: #000;
	margin: 20px 0 5px;
	font-weight: 600;
}

.seFItem .text {
	font-size: 18px;
	color: #888;
	letter-spacing: 1px;
}

.seFlist {
	margin-top: 50px;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.seFlist .swiper-container {
	width: 100%;
}

.seFlist .item {
	padding: 30px 50px;
    border: 1px solid rgba(14, 17, 16, .1);
    background: transparent;
    border-radius: 8px;
    float: left;
    width: 22%;
    margin-right: 30px;
}

.seFlist .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.seFlist .num {
	font-size: 42px;
	font-family: 'Rousseau';
	color: #333;
}

.seFlist .icon {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, #ff7c5a, #f2e7d2);
	border-radius: 50%;
}

.seFlist .icon img {
	width: 60%;
}

.seFlist p {
	margin-top: 80px;
	font-size: 16px;
	color: #888;
}


.app_main {
  background: #222222;
  margin: 50px auto;
}
.app_main .title{padding: 1rem 0 0; color: #ffffff; display: flex; display: -webkit-flex; align-content: flex-end ; text-align: center; flex-wrap: wrap;  flex-direction:column }
.app_main .title h3{font-weight: normal; font-size: 1rem;}
.app_main .title h4{font-weight: normal; font-size: .9rem; font-family: "DIN";}


.app_main .appboxText {
  position: relative;
}

.app_main .appboxText .bg {
  line-height: 0;
}
.app_main .appboxText .bg img {
  width: 100%;}

.app_main .appboxText .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.app_main .appboxText .box .img {
  float: left;
  width: 47%;
  margin-bottom: 11px;
  line-height: 0;
}
.app_main .appboxText .box .img img {
  width: 100%;}
.app_main .appboxText .box .text {
  width:50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.app_main .appboxText .box .text .xb { display: flex; display: -webkit-flex; align-items: center;}

.app_main .appboxText .box .text h3 {
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
 margin-right: .5rem;
}

.app_main .appboxText .box .text i.xian {
  display: block;
  width: 23px;
  height: 3px;
  background: #464646;
  margin: 20px 0;
}

.app_main .appboxText .box .text .bt {
  color: #fff;
  font-size: .55rem;
  margin-top: .5rem;
  margin-bottom: .2rem;
}

.app_main .appboxText .box .text p {
  color: #fff;
  
}

.app_main .appboxText .box .text ul {
  margin-top: 1rem; display: flex; display: -webkit-flex; align-items: center;
}

.app_main .appboxText .box .text ul li { transition: all 0.6s; cursor: pointer;
 	display: flex; display: -webkit-flex;  flex-direction:column; justify-content: center;
  text-align: center;
  position: relative;
  
  background-color: rgba(255,255,255,.1);
  margin-right: .2rem;
  width: 3.5rem; height: 3.5rem;
}

.app_main .appboxText .box .text ul li:hover{background-color: rgba(0,0,0.3);}



.app_main .appboxText .box .text ul li .icon img {
  height: 44px;
  margin-bottom: 10px;
}

.app_main .appboxText .box .text ul li p {
  color: #ffffff;
  
  opacity: .59;
}
.app_main .appboxText .box .img span.s1{
  float: left;
  width: 38%;
}
.app_main .appboxText .box .img span.s2 {
  float: left;
  width: 38%;
  margin-left: -7%;
}
.app_main .appboxText .box .img span.s3 {
  float: right;
  width: 38%;
  margin-left: -7%;
}
.app_main .appboxText2 {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.app_main .appboxText2 .box .text {
  float: right;

}



.app_main .appboxText3 {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}




/*客服样式*/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #e53244;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e53244;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e53244;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1369449 */
	src: url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.eot');
	src: url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.woff2') format('woff2'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.woff') format('woff'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.slide_right {
	width: 60px;
	height: 332px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -166px;
	z-index: 99
}

.slide_right li {
	width: 60px;
	height: 60px;
	margin-bottom: 1px;
	position: relative;
	font-size: 12px
}

.s_tel {
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
}

.u_tel {
	width: 210px;
	height: 60px;
	float: left;
	background: #e2070b;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-family: cursive;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_right li a {
	display: block;
	width: 60px;
	height: 60px;
	background: #f14702;
	color: #fff;
	transition: none;
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	float: left;
}

.slide_right li:hover a {
	background: #e2070b;
	text-align: center;
}

.slide_right li a i {
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 28px;
}

.slide_right li .s_side {
	display: none;
}

.slide_right li .hade {
	display: block;
}


.slide_right li.s_zixun {
	background-position: 0 0;
}

.slide_right li.s_zixun .ew_tel {
	width: 160px;
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #e2070b;
	left: -170px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
}

.slide_right li.s_zixun .ew_tel img {
	width: 100%;
}

.slide_right li.s_zixun .ew_tel:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 20px;
	border-top: 10px solid transparent;
	border-left: 15px solid #e2070b;
	border-bottom: 10px solid transparent;
}

.slide_right li.s_zixun:hover .ew_tel {
	display: block;
}

.slide_right li.s_zixun .ew_tel p {
	font-size: 12px;
	padding-top: 6px;
	color: #fff;
}


@media (max-width:1600px) {
	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}

	.header .logo {
		margin-top: 25px;
	}
}

@media (max-width:1440px) {



	.bottom_l {
		width: 450px;
		margin-top: 60px;
	}

	.bottom_r {
		width: calc(100% - 450px);
	}


	.header .logo img {
		width: 200px;
		height: auto;
	}

	.head_seartch {
		display: none;
	}


	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}
}
/*客服样式结束*/

/*分页样式*/
.page_info {
	text-align: center;
	margin-top: 20px;
	color: #666;
	padding-bottom: 15px;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
	color: #333;
}

.page_list {
	height: 24px;
	line-height: 24px;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	font-size: 12px;
	margin-top: 20px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

.page_list a.on {
	color: #333;
	border: 1px solid #ccc;
	background: #E5EDF2;
}

.bd , .index-ab { font-size:14px; line-height:27px;}