* {
	padding: 0;
	margin: 0;
	border: 0;
}

html,
body {
	background: #f6f6f6;
	width: 100%;
	height: 100%;
	font-family: "San Francisco Display", "Heiti SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Tahoma";
}

.yqlj-box {
  width: 600px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #FFF;
}

.yqlj-box>p {
  padding: 0px 10px 0 5px;
}

.yqlj-box>ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.yqlj-box>ul li {
  padding: 5px;
}

.yqlj-box>ul li .img-box {
  height: 15px;
  position: relative;
}

.yqlj-box>ul li .img-box img {
  height: 100%;
}

.yqlj-box>ul li p {
  text-align: left;
}

/* 检测小屏幕- */
@media only screen and (max-width: 980px) {

	html,
	body {
		background: #f6f6f6;
		width: 100%;
		height: 100%;
		min-width: 1500px;
		font-family: "San Francisco Display", "Heiti SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Tahoma";
	}

	.lubo_box li>a {
		background-size: 100%;
	}

	.lubo {
		height: 680px !important;
	}
}

/* 检测小屏幕- */
@media only screen and (max-width: 1920px) {

	html,
	body {
		background: #f6f6f6;
		width: 100%;
		height: 100%;
		font-family: "San Francisco Display", "Heiti SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Tahoma";
	}

	.lubo_box li>a {
		background-size: 100% !important;
	}

	.lubo {
		height: 680px;
	}
}

/* 检测小屏幕- */
@media only screen and (min-width: 980px) {

	html,
	body {
		background: #f6f6f6;
		width: 100%;
		height: 100%;
		font-family: "San Francisco Display", "Heiti SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Tahoma";
	}

	.lubo_box li>a {
		background-size: 100%;
	}

	.lubo {
		height: 680px;
	}
}

.index-wrap {
	width: 100%;
	overflow-x: hidden;
	position: relative;

}

.wrap1 {
	width: 1240px;
	overflow-x: hidden;
	margin: auto;
}

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

ul li {
	list-style: none;
}

.fleft {
	float: left;
	margin-left: 67px;
}

.fright {
	float: right;
	margin-right: 170px;
}

.fleft .logo {
	display: inline-block;
	width: 51%;
	height: 34px;
	vertical-align: middle;
}

.fleft .fours {
	display: inline-block;
	width: 37%;
	height: 34px;
	margin-left: 28px;
	background: #428ff7;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	border-radius: 30px;
	vertical-align: middle;
}

.fleft .logo>img {
	max-width: 100%;
	max-height: 100%;
}

.fleft .fours>img {
	margin-left: 8px;
	vertical-align: middle;
	margin-top: -2px
}

.fleft>a {
	font-size: 25px;
}

.hide {
	display: none;
}

.nav {
	position: absolute;
	z-index: 10000;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all 0.8s;
}

.nav.nav2 {
	/*background: rgba(0, 0, 0, 0.8);*/
}

@media screen and (max-width: 1280px) {
	.conter-box {
		width: 1240px !important;
	}

	.conter-box .fleft {
		padding-left: 20px;
	}
}

.nav .conter-box {
	width: 100%;
	height: 70px;
	margin: 0 auto;
}

.nav .conter-box ul {
	/*width: 500px;*/
}

.nav .conter-box ul li {
	float: left;
	padding-left: 64px;
	line-height: 70px;
	font-size: 18px;
}

.nav .conter-box ul li a {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	transition: all 0.3s;
}

.nav .conter-box ul li a:hover,
.nav .conter-box ul li a.active {
	padding: 6px 26px;
	background: #EB3440;
}

.body-1 .t-box {
	margin: 100px 0;
}

.body-1 .t-box .title {
	text-align: center;
	font-size: 24px;
}

.body-1 .t-box .title_en {
	text-align: center;
	font-size: 20px;
	color: #666666;
}

.body-1 .home-us {
	width: 100%;
	margin: 0 auto;
}

.body-1 .home-us li {
	float: left;
	/*border: 2px solid #5ebfed;*/
	width: 33.3%;
	height: 100%;
	position: relative;
}

.body-1 .home-us li img {
	transition: all 0.3s;
}

.body-1 .home-us li:hover img {
	transform: scale(1.05);
	box-shadow: 0 8px 15px 0 rgba(152, 152, 152, 0.5);
}

.body-1 .home-us li:hover .h-name {
	background: rgba(0, 0, 0, 0);
}

.body-1 .home-us li:hover .h-name p {
	display: none;
}

.body-1 .home-us li .h-name {
	position: absolute;
	pointer-events: none;
	transition: all 0.2s;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.body-1 .home-us li .h-name p {
	color: #ffffff;
	font-size: 18px;
	line-height: 400px;
	text-align: center;
}

.body-1 .cooperation li {
	height: 74px !important;
	width: 188px !important;
	margin: 0;
	margin-right: 12px;
	border: 0px solid #5ebfed;
}

.body-1 .cooperation li a {
	display: block;
	height: 74px;
	width: 188px;
	background: #ffffff url("../images/cooperation.png") no-repeat 0 0;
}

.floor2 img {
	width: 100%;
}

.dots-box {
	width: 46.4%;
	margin: 0;
	bottom: 0;
	left: 50%;
	margin-right: auto;
	position: absolute;
	background: #fff;
	height: 104px;
	box-shadow: 0px 0px 10px #888888;
	margin-left: -23.2%;
}

.imgDiv-block {
	text-align: center;
	line-height: 104px;
	font-size: 28px;
	color: #333333;
	z-index: 100;
	/* margin-top: -5%; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: '华文细黑';
	float: left;
	width: 80%;
	height: 100%;
	overflow: hidden;
}

/* 首页 */
.banner-bg {
	position: relative;
}

.index-wrap {
	background: #1F1F2F 100%;
}

.banner-bg>img {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-text {
	width: 890px;
	position: absolute;
	left: 50%;
	margin-left: -445px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	bottom: 196px;
}

.banner-text-animate {
	position: absolute;
	bottom: 160px;
	width: 100%;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
}

.index-boxWrap {
	width: 1200px;
	margin: auto;
}

/*核心产品 start  */
.index-coreProduct {
	height: 883px;
}

.index-coreProduct-title {
	padding-top: 197px;
}

.index-coreProduct-title>span {
	text-align: center;
	display: block;
	color: #FFFFFF;
}

.index-coreProduct-titleCh {
	font-size: 1.75rem;
}

.index-coreProduct-titleEn {
	margin-top: 10px;
	opacity: 0.5;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	margin-bottom: 5rem;
}

.index-coreProduct-imgContent {
	width: 390px;
	float: left;
	position: relative;
	cursor: pointer;
}

.index-coreProduct-canvas {
	z-index: 99;
	width: 100%;
	height: 270px;
	position: absolute;
	top: 0;
}

.index-coreProduct-canvas:hover {
	background: #EC3441;
	opacity: 0.4;
}

.index-coreProduct-img>a:nth-child(2)>.index-coreProduct-imgContent {
	margin: 0 14px;
}

.index-coreProduct-img>a:nth-child(3)>.index-coreProduct-imgContent {
	width: 392px;
}

.index-coreProduct-imgWrao {
	width: 100%;
	height: 270px;
	display: block;
}

.index-coreProduct-imgInterior {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -85.2px;
	margin-top: -195px;
	z-index: 100;
}

.coreProduct-imgContent-bottom {
	width: 100%;
	background: white;
	height: 160px;
}

.coreProduct-imgContent-bottom>span {
	display: block;
	text-align: center;
	letter-spacing: 0;
}

.coreProduct-imgContent-bottom>span:first-child {
	color: #EE3542;
	font-size: 1.25rem;
	padding-top: 3.125rem;
}

.coreProduct-imgContent-bottom>span:last-child {
	opacity: 0.5;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #777777;
	letter-spacing: 0;
	text-align: center;
	margin-top: 0.625rem;
}

/*核心产品 end  */
.index-middleLine {
	border-top: 1px solid #3D3D50;
}

/*解决方案 start  */
.index-solution {
	height: 1649px;
}

.index-solution>span:first-child {
	padding-top: 89px;
}

.index-solution>span {
	text-align: center;
	display: block;
	color: #FFFFFF;
}

.index-solution-img>div>img {
	width: 389.3px;
	float: left;
}

.index-solution-img>div {
	float: left;
}

.index-solution-cover {
	background: rgba(26, 27, 32, 0.80);
	position: absolute;
	width: 389.3px;
	height: 725px;
}

.solutionCoverTwo,
.solutionCoverThree {
	display: none;
}

.index-solution-cover>span {
	display: block;
	margin-left: 50.9px;
}

.index-solution-coverPlan {
	margin-top: 270px;
	font-family: BebasNeue;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 30px;
}

.index-solution-coverLink {
	heigh: 4.3px;
	width: 54.1px;
	margin-top: 21.6px;
	border-top: solid 4.3px #FFFFFF;
}

.index-solution-coverText1 {
	font-family: Impact;
	font-size: 22px;
	margin-top: 26.1px;
	color: #FFFFFF;
	text-align: left;
}

.index-solution-coverText2 {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: left;
}

.index-solution-order {
	position: relative;
}

.stylePlane {
	color: #FFFFFF !important;
}

.stylePlaneLine {
	border-top: solid 4.3px #FFFFFF !important;
}

.index-solution-order>img:hover {
	cursor: pointer;
}

.index-solution-order>img {
	position: relative;
}

.index-solution-order>img:nth-child(1) {
	z-index: 3;
}

.index-solution-order>img:nth-child(2) {
	margin-left: -34px;
	z-index: 2;
}

.index-solution-order>img:nth-child(3) {
	margin-left: -34px;
	z-index: 1;
}

.index-solution-orderText {
	position: absolute;
	width: 100%;
	padding-left: 63.7px;
	bottom: 0;
	padding-bottom: 17.3px;
	display: flex;
	pointer-events: none;
	z-index: 4;
}

.index-solution-orderText>div {
	flex: 1;
}

.index-solution-orderText>div>span:first-child {
	display: block;
	font-family: BebasNeue;
	font-size: 32px;
	color: #D1D1D1;
	letter-spacing: 0;
	line-height: 30px;
	padding-bottom: 14px;
}

.index-solution-orderText>div>span:last-child {
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
}

.index-solution-orderLink {
	width: 58px;
	height: 4.3px;
	display: inline-block;
	border-top: solid 4.3px #D1D1D1;
}

.index-solution-system {
	margin-top: 32px;
	display: flex;
}

.solutionSystemTwo,
.solutionSystemThree {
	display: none;
}

.index-solution-systemDiv {
	width: 555px;
	height: 340px;
	display: flex;
	margin-left: 30px;
	background: #FFFFFF;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.06);
	border-radius: 5px;
}

.index-solution-systemText {
	padding-top: 27px;
	padding-left: 15px;
}

.index-solution-systemText>span {
	display: block;
}

.index-solution-systemFirst {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #222222;
	letter-spacing: 0;
	line-height: 36px;
}

.index-solution-systemTwo {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #888888;
	letter-spacing: 0;
	line-height: 28px;
	margin-top: 31px;
}

.index-solution-systemLine {
	width: 160px;
	height: 1px;
	border-top: solid 1px #E9E9E9;
	margin-top: 147px;
	margin-bottom: 5px;
}

.index-solution-systemLast {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0;
	line-height: 26px;
}

.index-solution-Round {
	width: 137px;
	position: relative;
	display: flex;
	margin: auto;
	padding-top: 35px;
}

.index-solution-roundDiv {
	height: 16px;
	width: 16px;
	background: rgba(236, 52, 64, 0.40);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 15px;
}

.index-solution-active {
	width: 45px;
	height: 16px;
	background: #EC3440;
	border: 1px solid #EC3440;
	border-radius: 7px;
	position: absolute;
}

/*解决方案 end  */
/* 品牌故事 start */
.index-aboutUs-year {
	width: 100%;
	height: 360px;
	background-image: url(../img/index/part.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 104px;
}

.index-aboutUs {
	height: 735px;
	display: flex;
}

.index-aboutUs-centent {
	flex: 46%;
	padding-top: 130.5px;
	padding-left: 10px;
}

.index-aboutUs-title {
	font-family: BebasNeue;
	font-size: 32px;
	color: #D1D1D1;
	letter-spacing: 0;
	line-height: 30px;
}

.index-aboutUs-line {
	width: 50px;
	height: 5px;
	border-top: solid 4px #D1D1D1;
	margin: 21.5px 0px 12px 0px;
}

.index-aboutUs-subhead {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #D1D1D1;
	letter-spacing: 0;
}

.index-aboutUs-p {
	width: 345px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #D8D8D8;
	text-align: left;
	line-height: 24px;
	margin-top: 30px;
}

.index-aboutUs-button {
	width: 93px;
	height: 33px;
	background: #EC3440;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin-top: 34px;
	cursor: pointer;
}

.index-aboutUs-img {
	padding-top: 123px;
	flex: 54%;
	position: relative;
}

.index-aboutUs-img>div {
	position: absolute;
}

.index-aboutUs-img>div:first-child {
	padding: 204px 0 0 40px;
	z-index: 9;
}

.index-aboutUs-img>div:last-child {
	padding: 149px 0 0 314px;
	z-index: 8;
}

/* 品牌故事 end */
/* 网点布局 start */
.index-stationLayout {
	height: 213px;
}

.index-stationLayout>span {
	display: block;
	text-align: center;
}

.index-stationLayout-title {
	font-family: PingFangSC-Regular;
	font-size: 28px;
	color: #FFFFFF;
	padding: 89px 0 10px;
}

.index-stationLayout-subhead {
	opacity: 0.5;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
}

.index-stationLayout-map {
	height: 530px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.mapPosition {
	width: 1699px;
	position: relative;
}

.mapPosition>span {
	position: absolute;
	color: #FFFFFF;
	padding: 8px;
}

.index-footer-line {
	width: 690px;
	height: 4px;
	background: #ED3441;
	margin: auto;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -345px;
}

.index-footer-bottom {
	height: 120px;
	background: #191919;
	text-align: center;
}
.index-footer-bottom>div:first-child {
	padding: 32px 0 5px;
}

.index-footer-bottom>div {
	/* display: block; */
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0;
}
.img {
    width: 18px;
	height: 18px;
	vertical-align:middle;
}

/* .index-footer-bottom>a:first-child {
	padding: 32px 0 20px;
} */

.footer-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.3;
}

/* footer end */
.mapPosition-img {
	width: 1200px;
}

.mapPosition-siteBox {
	position: absolute;
	padding: 8px 20px;
	border: 1px solid #bababa;
	border-radius: 4px;
	display: none;
	background: #fff;
	font-size: 14px;
	color: #666;
	z-index: 10000;
}

.mapPosition-siteBox::before {
	content: '';
	width: 0px;
	height: 0px;
	line-height: 0px;
	bottom: -10px;
	left: 50%;
	position: absolute;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.mapPosition-bj {
	top: 16.1rem;
	left: 37.2rem;
}

.mapPosition-jn {
	top: 19.2rem;
	left: 37.6rem;
}

.mapPosition-wx {
	top: 21.5rem;
	left: 36.9rem;
}

.mapPosition-cz {
	top: 22rem;
	left: 38rem;
}

.mapPosition-sz {
	top: 23.5rem;
	left: 38.7rem;
}

.mapPosition-sh {
	top: 25.2rem;
	left: 39.7rem;
}

.mapPosition-xa {
	top: 23.2rem;
	left: 29rem;
}

.mapPosition-hf {
	top: 25.3rem;
	left: 36rem;
}

.mapPosition-hz {
	top: 27.2rem;
	left: 38rem;
}

.mapPosition-fz {
	top: 30rem;
	left: 35.8rem;
}

/* 网点布局 end */
/* 联系我们 start */
.index-contactUs {
	width: 100%;
	height: 413px;
	position: relative;
}

.index-contactUs-content {
	position: absolute;
	z-index: 99;
	height: 100%;
}

.index-contactUs-content>span {
	display: block;
}

.index-contactUs-callCh {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	padding: 50px 0 10px;
}

.index-contactUs-callEn {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.index-contactUs-line {
	width: 50px;
	height: 5px;
	background: #ED3441;
	margin-top: 5px;
	margin-bottom: 66px;
}

.index-contactUs-callIcon {
	display: flex;
	align-items: end;
	line-height: 20px;
	margin-bottom: 32px;
}

.index-contactUs-callIcon>span {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	padding-left: 20px;
}

/* 联系我们 end */
/* footer start */
/* 首页 */
