* {
	margin: 0;
	padding: 0;
}

:root {
	--break: #00171f;
	--textColor: #383839;
	--deepBlue: #0c1a28;
	--gray: #333;
	--white: #ffffff;
	--blue: #00a8e8;
	--yellow: #f39c12;
}

a,
span,
p {
	color: var(--textColor);
	text-decoration: none;
	letter-spacing: 2px;
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 0rem;
}
a:hover {
	color: var(--blue);
}

li {
	list-style-type: none;
}

body {
	background-color: #f8f8f8;
	font-size: 16px;
}
dl,
ol,
ul {
	margin: 0;
}
ol,
ul {
	padding: 0;
}

/* nav */
.navbar {
	background-color: #fff0;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	top: 0;
	z-index: 999;
	width: 100%;
}
.con-adv .swiper-slide:hover img {
	transform: scale(1.1);
}
.con-adv .swiper-slide:hover span {
	color: #fff;
}
.navbar .nav-bg {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 53, 66, 0.89);
	display: none;
}
.navbar > .container-xl {
	position: relative;
	z-index: 999;
}

.navbar .navbar-nav {
	margin: 0 0 0 auto;
	position: relative;
}

.navbar .nav-link {
	color: #fff !important;
	padding: 0.5rem 1rem !important;
	position: relative;
}

.navbar .nav-link:hover {
	color: var(--blue) !important;
}

.navbar .nav-item {
	position: relative;
}
.navbar .item-uls {
	position: absolute;
	width: 100%;
	height: auto;
}
.navbar .item-ul {
	/* display: none; */
	position: absolute;
	z-index: 2;
	background-color: rgba(47, 53, 66, 0.89);
	width: 100%;
	left: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	/* padding: 0.5rem; */
	top: 54px;
	flex-direction: column;
}
.navbar .item-ul * {
	color: #fff;
}
.navbar .item-ul p {
	letter-spacing: 0;
}
.navbar .item-ul > ul {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.navbar .item-ul ul li {
	flex: 1;
	min-width: 16.666%;
}
.navbar .item-ul img {
	width: 46px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.navbar .item-ul.s {
	flex-direction: row;
}

.navbar .item-ul li {
	display: block;
	padding: 0.5rem;
}
.navbar .item-ul span {
	margin: 10px;
	padding-left: 10px;
	display: block;
	font-size: 1.5rem;
	position: relative;
}
.navbar .item-ul span::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 3px;
	height: 90%;
	background-color: var(--yellow);
	transform: translateY(-50%);
}
.navbar .item-ul li a {
	color: #fff;
	padding-left: 0.3rem;
	display: inline-block;
	margin-bottom: 0.3rem;
	font-size: 0.8rem;
}
.navbar .item-ul a:hover {
	color: var(--blue) !important;
}
.navbar .item-ul > li > a.s {
	border-left: 3px solid var(--yellow);
}
.navbar .item-ul .item-ul-two {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}
.navbar .item-ul .item-ul-two > li {
	width: 33%;
	padding: 0.2rem;
}
.navbar .item-ul .item-ul-two > li > a {
	color: #fff;
}

/* nav */
/* foot */
.foot {
	overflow: hidden;
}
.foot .code-text {
	text-align: center;
}

.foot .code-text .text-muted {
	margin-top: 1rem;
}
.foot .flex-column {
	margin-top: 1rem;
	margin-left: 0.6rem;
	float: initial;
}

.footBox {
	background-color: var(--deepBlue);
}
.border-top {
	border-top: 1px solid rgba(178, 178, 178, 0.418) !important;
}

.footBox a,
.footBox p,
.footBox span {
	color: #aaa;
}

.footBox a:hover {
	color: var(--blue);
}
/* foot */
/* banner */
.banner .swiper {
	height: 100%;
}
.banner .swiper-slide {
	position: relative;
}
.banner .slide-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.banner .slide-box .title {
	position: relative;
	top: 40%;
	/* left: 50%; */
	transform: translate(-50%, -50%);
}
.banner .slide-box .title span {
	font-size: 4rem;
	color: #fff;
}
.banner .swiper-pagination-bullet {
	margin: 0 5px;
	height: 2px !important;
	border-radius: 4px !important;
	display: inline-block;
	overflow: hidden;
	/* background-color: #aaa; */
	/* background: #000; */
	opacity: 0.6 !important;
}
.banner .swiper-pagination-bullet {
	position: relative;
}
.banner .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	background-color: #424242;
	/* transition: all 3s ease; */
}
.banner .swiper-pagination-bullet-active {
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active::after {
	opacity: 1 !important;
	width: 0%;
	transition: all 5s ease;
}
.banner .swiper-pagination {
	bottom: 70px !important;
}
.banner .title p {
	color: rgba(255, 255, 255, 0.8);
}

.title {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}
.title span {
	font-size: 40px;
	letter-spacing: 3px;
	/* font-weight: bold; */
	letter-spacing: 10px;
	color: var(--blue);
}
.title p {
	line-height: 1.5rem;
	margin-top: 1rem;
}
/* product-index */

.index.product {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	background-color: #fff;
}

.index.product img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.index.product .products {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.index.product .products > li {
	width: 25%;
}
.index.product .products > li .img {
	width: 100%;
	aspect-ratio: 4/3;
	position: relative;
	overflow: hidden;
}
.index.product .products > li .img > .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.index.product .products > li .img > .img-box .img-boxs {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
}
.index.product .products > li .img > .img-box h3 {
	color: #fff;
}
.index.product .products > li span {
	width: 100%;
	height: 80px;
	text-align: center;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	/* overflow: hidden; */
}
.index.product .products > li span h5 {
	position: relative;
	z-index: 2;
	line-height: 80px;
	margin-bottom: 0;
	color: var(--break);
	transition: all 0.5s;
}
.index.product .products > li span .h5-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--blue);
	display: none;
}
.index.product .products li.ho span h5 {
	color: #fff;
}
/* product-index */
.in-case {
	padding: 50px 0;
	padding-bottom: 100px;
}
.in-case .img {
	width: 100%;
	aspect-ratio: 5/3;
	position: relative;
	overflow: hidden;
}
.in-case .swiper-pointer-events {
	touch-action: pan-y;
	padding: 20px;
	padding-bottom: 20px;
	box-sizing: content-box;
	padding-bottom: 40px;
}
.in-case .swiper-slide {
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	/* transform: translateY(-50%); */
}
.in-case .case-title {
	padding: 8%;
}
.in-case .case-title span {
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #00a8e8;
	display: inline-block;
}
.in-case .case-title p {
	font-size: 1rem;
	color: 666;
}
/* peer-index */
.index.peer {
	margin-top: 100px;
}
.index.peer .peers li a {
	display: inline-block;
	width: 100%;
	height: 10%;
}
.index.peer .peers li {
	border: 1px solid #e8e8e8;
	padding: 0;
}
.index.peer .peers li a img {
	width: 100%;
}
.index.peer .peers .row {
	padding-left: 0;
}
/* peer-index */
.active.index {
	width: 70%;
	margin: auto;
	background-color: #fff;
	padding: 40px;
	position: relative;
	top: -50px;
	z-index: 2;
}
/* news-index */
.index.news {
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 80px;
}
.index.news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index.news .news-list {
	height: auto;
}
.index.news .news-list .list-i {
	display: flex;
}

.index.news .news-list .list-i .news-left {
	width: 40%;
}
.index.news .news-right {
	width: 60%;
	padding-left: 2rem;
}
.index.news .news-right > li > a {
	display: flex;
	border-bottom: 1px dashed #ccc;
}
.index.news .text-left {
	width: 80px;
	/* text-align: center; */
}
.index.news .text-left b {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	background: url(https://www.yibaixun.com/images/2018/i_bg6.png) left bottom no-repeat;
}
.index.news .text-left em {
	line-height: 50px;
	height: 50px;
	display: inline-block;
}
.index.news .text-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100px;
	overflow: hidden;
	margin-left: 0.6rem;
	padding-left: 0.6rem;
}
.index.news .text-right b {
	font-size: 20px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index.news .text-right span {
	flex: 1;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index.news .news-left {
	position: relative;
}
.index.news .news-left > a {
	position: absolute;
	left: 0;
	display: flex;
	width: 90%;
	margin: 5%;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	bottom: 0;
	/*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
	border: 1px solid #eee;
}
.index.news .news-left > a .text-left {
	width: 80px;
	/* text-align: center; */
}
.index.news .news-left > a .text-left b {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	background: url(https://www.yibaixun.com/images/2018/i_bg6.png) left bottom no-repeat;
}
.index.news .news-left > a .text-left em {
	line-height: 50px;
	height: 50px;
	display: inline-block;
}
.index.news .news-left > a.text-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100px;
	overflow: hidden;
}
.index.news .news-left > a .text-right b {
	font-size: 20px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
}
.index.news .news-left > a.text-right span {
	flex: 1;
}
.index.news .news-index {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-bottom: 1px solid #c6c6c6; */
	margin-bottom: 20px;
	position: relative;
}
.index.news .news-index::after {
	content: '';
	position: absolute;
	width: 200%;
	height: 1px;
	bottom: 0;
	left: -50%;
	background-color: #c6c6c6;
}
.index.news .news-index a {
	display: inline-block;
	padding: 8px 35px;
	margin: 0 20px;
	border-radius: 20px;
}
.index.news .news-index a.choose {
	background-color: var(--blue);
	color: var(--white);
}
/* 副页面大图 */
.maxImg {
	position: relative;
}
.maxImg .MI-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.maxImg .MI-con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.maxImg .MI-con > div {
	position: absolute;
	top: 50%;
	/*left: 51% !important;*/
	transition: 1s;
	transform: translate(0%, -50%) !important;
}
.maxImg .MI-con span {
	color: #fff;
	font-size: 36px;
	display: inline-block;
	margin: 20px 0;
}
.maxImg .MI-con p {
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 3px;
}
/* 内容页面大图 */
.maxImg.product .MI-img img {
	opacity: 0.5;
}
.maxImg.product .MI-img {
	background-color: #2f3542;
}
.maxImg.product .MI-con {
	/*top: auto;*/
	bottom: 20px;
}
.maxImg.product .MI-con span {
	position: relative;
}
.maxImg.product .MI-con span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -9px;
	height: 3px;
	width: 30%;
	background-color: var(--blue);
}
/* 副页面大图 */
.wx_fun {
	background-color: #f2f2f2;
}
.wx_intr .intrs {
	margin-bottom: 50px;
}
.wx_intr .intrs ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wx_intr .intrs ul li {
	width: 25%;
	padding: 20px;
}
.wx_intr .intrs ul li .img {
	aspect-ratio: 4/3;
	margin: 0 auto;
	overflow: hidden;
}
.wx_intr .intrs ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.wx_intr .intrs ul li .img img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}
.wx_intr .intrs ul li .intr {
	padding: 10px 0;
	line-height: 1.5rem;
}
/* 小程序的功能 */
.wx_fun .container {
	padding-bottom: 50px;
}
.wx_fun .funs .img {
	height: 90px;
}
.wx_fun .funs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wx_fun .funs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}
.wx_fun .funs ul li {
	width: 33%;
	padding: 2%;
	aspect-ratio: 1/1;
}
.wx_fun .funs ul li > div {
	display: flex;
	flex: 1;
	width: 100%;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-align: center;
}
.wx_fun .funs .fun_title span {
	font-size: 24px;
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.wx_work .works ul {
	display: flex;
	flex-wrap: wrap;
}
.wx_work .works ul li {
	width: 33.33%;
	/* height: 620px; */
	padding: 3%;
}
.wx_work .works ul li .work {
	background-color: #f39c12;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding-bottom: 2rem;
	/* justify-content: center; */
}
.wx_work .works ul li .work:hover .img::after {
	animation-name: hvr-pulse-shrink;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes hvr-pulse-shrink {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.wx_work .works ul li .work:hover .img img {
	animation-name: spin;
	animation-duration: 0.8s;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.wx_work .works ul li .img {
	width: 180px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.wx_work .works ul li .img::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
}

.wx_work .works ul li .img img {
	width: 90px;
	display: block;
	aspect-ratio: 1/1;
}

.wx_work .works ul li .wo_title span {
	font-size: 2rem;
	display: block;
	/* margin: 15px auto; */
	margin-top: 3rem;
	margin-bottom: 1rem;
	color: #fff;
	font-weight: bold;
}
.wx_work .works ul li .wo_title p {
	font-size: 16px;
	color: #fff;
}
.wx_work .works ul li .wo_btn a {
	display: block;
	height: 50px;
	border-radius: 20px;
	width: 180px;
	color: #fff;
	line-height: 50px;
	margin-top: 2rem;
	background-color: #00a8e8;
}
/* 关于我们 */
.gy_intr {
	padding: 80px 0;
}
.gy_intr .title {
	padding-bottom: 80px;
}
.gy_intr .con {
	display: flex;
	align-items: center;
}
.gy_intr .con .text {
	text-indent: 2rem;
	padding: 0 80px;
	line-height: 1.5rem;
	letter-spacing: 3px;
}
.gy_task {
	background-color: #fff;
	padding: 60px 0;
	padding-bottom: 100px;
}
.gy_task .tasks ul {
	display: flex;
}
.gy_task .tasks ul li {
	flex: 1;
}
.gy_task .tasks .task {
	padding: 2rem;
	text-align: center;
}
.gy_task .tasks .task span {
	font-size: 22px;
	font-weight: 400;
	color: #383838;
	line-height: 3rem;
	font-weight: bold;
}
.gy_task .tasks .task p {
	display: block;
	line-height: 2rem;
}
.gy_team {
	padding: 60px 0;
	padding-bottom: 120px;
}
.gy_team .con .text {
	text-indent: 2rem;
	line-height: 1.8rem;
	letter-spacing: 4px;
}
.comm-news {
	background-color: #fff;
	padding: 20px 0;
}
.comm-news .newss > ul {
	display: flex;
}
.comm-news .newss > ul > li {
	flex: 1;
}
.comm-news .newss > ul .news {
	padding: 3%;
}
.comm-news .news .ne-title {
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
	border-bottom: 1px solid #aaa;
	padding: 15px 0;
	padding-right: 10px;
	position: relative;
}
.comm-news .news .ne-title::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 20%;
	background-color: var(--blue);
}
.comm-news .news .ne-con {
	padding: 10px 0;
}
.comm-news .news .ne-con * {
	line-height: 1.5rem;
}
.comm-news .news .ne-con.ne-ul > ul {
	display: flex;
	flex-direction: column;
}
.comm-news .news .ne-con.ne-ul li {
	margin: 5px 0;
}
.comm-news .news .ne-con.ne-ul li > a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product .con-top {
	display: flex;
	background-color: #fff;
	margin: 20px;
	border-radius: 2px;
}
.product .cp-left,
.product .cp-right {
	/* flex: 1; */
	width: 50%;
}

.product .cp-title span {
	display: inline-block;
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.product .cp-title span::after {
	position: absolute;
	content: '';
	width: 70%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: var(--blue);
	border-radius: 1px;
	overflow: hidden;
}
.product .cp-txt {
	/*text-indent: 2rem;*/
	line-height: 2rem;
	color: #444;
	margin-bottom: 2rem;
}
.product .cp-left {
	padding: 1.5rem;
}
.product .cp-left .cp-icos {
	display: flex;
}
.product .cp-left .cp-icos > div {
	width: 42px;
	padding: 20px;
	box-sizing: content-box;
	border-radius: 50%;
	background-color: #f9f9f9;
	margin: 0 10px;
}
.product .cp-left .cp-icos > div img {
	width: 100%;
}
.product .cp-right {
	background-color: var(--blue);
	color: #fff;
	padding: 1.5rem;
}
.product .cp-right * {
	color: #fff;
}
.product .cp-right .cp-title span::after {
	background-color: var(--white);
}
.product .cp-ul ul {
	display: flex;
	flex-direction: column;
	padding-left: 3rem;
}
.product .cp-ul ul > li a {
	/* font-size: 1.2rem; */
	line-height: 2.1rem;
}
.product .cp-ul ul > li {
	position: relative;
}
.product .cp-ul ul > li::after {
	position: absolute;
	content: '';
	left: -20px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}
.product .con {
	background-color: #fff;
	margin: 20px;
	border-radius: 2px;
}
.product .con .img {
	padding: 20px;
}
.product .con .img img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}
.product .animate__zoomIn {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/* 流程 */
.flow-infr {
	padding: 50px 0;
}
.flow-infr .infr-box {
	padding-top: 80px;
	display: flex;
}
.flow-infr .infr-left,
.flow-infr .infr-right {
	width: 50%;
}
.flow-infr .inft-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 115px;
}
.flow-infr .inft-title p {
	font-size: 22px;
	line-height: 30px;
	color: #666666;
}
.flow-infr .inft-title span {
	font-size: 40px;
	line-height: 56px;
	color: #383838;
	padding-top: 2rem;
	/* margin-top: 30px; */
}
.flow-infr .inft-btn {
	padding: 80px 0;
}
.flow-infr .inft-btn a {
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #333333;
	display: block;
	font-size: 20px;
	color: #fff;
	text-indent: 44px;
	text-align: left;
	transition: 0.3s;
}
.flow-infr .inft-btn a:hover {
	background: var(--blue);
}
.flow-infr .infr-right > p.text {
	height: 50%;
	line-height: 2rem;
	letter-spacing: 2px;
}
.flow-process {
	background-color: #fff;
	padding: 50px 0;
}
.flow-process .liems {
	display: flex;
	justify-content: space-between;
}
.flow-process .liems > ul {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flow-process .liems > ul > .liem {
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: #fefefe;
	width: 20%;
	text-align: center;
	height: 260px;
	display: inline-block;
	aspect-ratio: 2/3;
	transition: 0.3s;
}
.flow-process .liems > ul > .liem .img {
	height: 50%;
}
.flow-process .liems > ul > .liem .img i {
	height: 80%;
	aspect-ratio: 1/1;
	background-color: #eaeaea;
	border-radius: 50%;
	transition: 0.5s;
	display: inline-block;
	margin: 0 auto;
	margin-top: 10%;
}
.flow-process .liems > ul > .liem .img i img {
	height: 70%;
	width: 70%;
	margin-top: 15%;
}

.flow-process .liems > ul > .liem .img i svg * {
	transition: 0.5s;
}

.flow-process .liem-title {
	height: 50%;
}
.flow-process .liem-title span {
	font-size: 16px;
}
.flow-process .liem-title h1 {
	height: 40%;
	overflow: hidden;
	font-size: 450%;
	color: #ddd;
	line-height: 90px;
}
.flow-process .liems > ul .liem.on .img i {
	animation-name: spin;
	animation-duration: 0.8s;
	background-color: #46ccff;
}
.flow-process .liems > ul .liem.on .img i svg * {
	stroke: #fff !important;
}
.flow-process .liems > ul .liem.on {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	/* -webkit-transform: translate3d(0, -2.5px, 0); */
	transform: scale(1.01);
	position: relative;
	transition: 0.3s;
}
.flow-process .liems > ul .liem:nth-child(8),
.flow-process .liems > ul .liem:nth-child(6),
.flow-process .liems > ul .liem:nth-child(3),
.flow-process .liems > ul .liem:nth-child(1) {
	background: #f5f5f5;
}

.flow-process .liems .title-box {
	display: none;
}
.flow-process .liems .title-box:last-child {
	display: block;
}
.flow-process .liems .liem-text {
	width: 23%;
	padding: 2%;
	transition: 0.3s;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.flow-process .liems .liem-text * {
	color: #fff;
}
.flow-process .liems .liem-text:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}
.flow-process .liems .text-title span {
	line-height: 50px;
	font-size: 48px;
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 35px;
	display: inline-block;
	position: relative;
}
.flow-process .liems .text-title span::before {
	position: absolute;
	bottom: 0;
	content: '';
	height: 3px;
	width: 30%;
	background-color: #fff;
}
.flow-process .liems .text-ul {
	padding-left: 1rem;
}
.flow-process .liems .text-ul li a {
	font-size: 20px;
	color: #fff;
	line-height: 35px;
}
.flow-aptitude .swiper-backface-hidden .swiper-slide {
	width: 25%;
	padding: 0 15px;
}
.flow-aptitude .swiper-slide img {
	width: 100%;
	height: auto;
}

.product-list {
	padding-top: 1rem;
}
.product-list .index.product {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
}
.product-list .index.product .products > li {
	width: 23%;
	border: 1px solid #ddd;
	margin: 1%;
	transition: all 0.3s;

	overflow: hidden;
}

.product-list .index.product .products li.ho {
	transition: all 0.3s;
	transform: scale(1.05);
	box-shadow: 5px 5px 10px #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.product-list .proBut-right .list-box,
.product-list .proBut-left .list-box {
	display: block;
	width: 100%;
	height: 100%;
}
.product-list .proBut-num {
	display: flex;
}
.product-list .proBut-num .page-num {
	width: 40px;
	height: 50px;
	margin: 0 5px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 50px;
}
.product-list .copy.proBut {
	background-color: #fff0;
}
/* 新闻 */
.news-list .lists-laft .list-box {
	display: flex;
}
.news-list {
	padding-top: 2rem;
}
.news-list * {
	cursor: pointer;
}
.news-list .list-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list .list-box .img {
	width: 300px;
	aspect-ratio: 4/3;
	height: 200px;
}
.news-list .list-box .con {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1%;
	box-sizing: content-box;
}
.news-list .list-box .con > span {
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	position: relative;
	display: inline-block;
}
/* .news-list .list-box .con > span::after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background-color: #00a8e8;
	bottom: -5px;
} */
.news-list .cons {
	display: flex;
	flex: 1;
}
.news-list .cons .i {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-list .cons .i p {
	margin: 4px 0;
}
.news-list .cons .i svg {
	height: 18px;
}
.news-list .cons .text {
	flex: 1;
	text-indent: 2rem;
	letter-spacing: 2px;
	line-height: 1.6rem;
	padding-left: 1rem;
	margin-left: 1rem;
	position: relative;
	/* border-left: 1px solid #eee; */
}
/* .news-list .cons .text::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 90%;
	background-color: #00a8e8;
	border-radius: 1px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
} */
.news-list .tag {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* border-top: 1px solid #eee; */
}
.news-list .tag > span {
	color: #999;
}
.news-list .tag > span:hover {
	color: #00a8e8;
}
.news-list .lists-laft .list-box {
	margin: 5px;
	margin-bottom: 1.5rem;
	border: 1px solid #eee;
}
.news-list .tags span {
	color: #fff;
	background-color: #00a8e8;
	border-radius: 4px;
	padding: 0.2rem 1rem;
}
.news-list .tags span:hover {
	background-color: #333;
	color: #fff;
}
.news-list .list-box .con > span:hover {
	color: #00a8e8;
}
.news-con .tags > ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 0;
	margin-bottom: 2rem;
	position: relative;
}
.news-con .con img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.news-con .tags > ul::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #00a8e8;
}
.news-con .tags > ul > li {
	/* color: #333; */
	color: #656565;
	/* background-color: #00a8e8; */
	border-radius: 4px;
	/* padding: 0.2rem 1rem; */
	margin-right: 2rem;
}
.news-con .tags > ul > li:hover {
	/* background-color: #333; */
	color: #333;
}
.news-con .con p {
	letter-spacing: 3px;
	line-height: 2rem;
}
.lxwm-map {
	padding: 80px 0;
}
.lxwm-map .map-title .name {
	font-size: 32px;
	display: block;
	padding-bottom: 2rem;
	border-bottom: 1px solid #999;
	margin-bottom: 1rem;
}
.lxwm-map .map-title span {
	font-size: 14px;
	padding-top: 20px;
	display: block;
}
.lxwm-map .map-title p {
	font-size: 20px;
}
.lxwm-map .map {
	display: flex;
}
.lxwm-map .map-title {
	width: 40%;
}
.lxwm-map #map {
	flex: 1;
}
.case-index a {
	display: inline-block;
	padding: 8px 35px;
	margin: 0 20px;
	border-radius: 20px;
}
.case-index a:hover {
	background-color: var(--blue);
	color: var(--white) !important;
}
.case-index a.choose {
	background-color: var(--blue);
	color: var(--white);
}
/*----------------------------------------------------------------*/

html {
	--default-h: 80px;
	--header-small-height: 80px;
	--scroll-w: 4px;
	--vw: 100vw;
	--vwmini: calc(var(--vw) - var(--scroll-w));
	--hvw: clamp(0px, calc(100vw - var(--scroll-w)), 1920px);
	--bettwen-pad: 5vw;
	--main-color: #f67524;
	--main-hover-color: #4997cb;
	--main-color-rgb: 246, 117, 36;
	--main-hover-color-rgb: 10, 76, 154;
	--main-third-color: #4997cb;
	--main-third-hover-color: #1265c7;
	--main-third-color-rgb: 73, 151, 203;
	--main-third-hover-color-rgb: 18, 101, 199;
	--linear-color: linear-gradient(124deg, #ebb13c, #ed7841);
	--linear-color-h: linear-gradient(-124deg, #ebb13c, #ed7841);
	--background: linear-gradient(-34deg, #ed7841 0%, #ebb13c 100%), linear-gradient(#f67524, #f67524);
	--background-hover: linear-gradient(-34deg, #ed7841 100%, #ebb13c 0%), linear-gradient(#f67524, #f67524);
	--win-width-1920: 100vw;
	--bettwen-full-pad: calc((100vw - var(--wrap-full-width)) / 2);
	--bettwen-1760-pad: calc((100vw - var(--wrap-1760-width)) / 2);
	--bettwen-1680-pad: calc((100vw - var(--wrap-1680-width)) / 2);
	--bettwen-1470-pad: calc((100vw - var(--wrap-1470-width)) / 2);
	--bettwen-1300-pad: calc((100vw - var(--wrap-1300-width)) / 2);
	--bettwen-1200-pad: calc((100vw - var(--wrap-1200-width)) / 2);
}

@media (max-width: 1660px) {
	.propaganda .auto-title-block {
		font-size: 68px;
	}
}

@media (max-width: 1550px) {
	.propaganda .auto-title-block {
		font-size: 58px;
	}
}

@media (max-width: 1400px) {
	.propaganda .auto-title-block {
		font-size: 52px;
	}
}

@media (max-width: 1300px) {
	.propaganda .auto-title-block {
		font-size: 46px;
	}
}

@media (max-width: 1200px) {
	.propaganda .wrap-1470 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.propaganda .index-customers {
	--w: var(--wrap-1470-width);
	background-color: #f7f7f7;
	overflow: hidden;
}

.propaganda .index-customers .wrap-position {
	position: relative;
}

.propaganda .index-customers .bg-box {
	position: relative;
	height: 810px;
}

.propaganda .index-customers .cycle-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.propaganda .index-customers .cycle-list .cycle-li {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 1354px;
	max-width: 100%;
	background: no-repeat center / contain;
}

.propaganda .index-customers .cycle-list .cycle-li::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.propaganda .index-customers .cycle-list .cycle-1 {
	background-image: url(/static/bg4_1.png);
}

.propaganda .index-customers .cycle-list .cycle-2 {
	background-image: url(/static/bg4_2.png);
}

.propaganda .index-customers .cycle-list .cycle-3 {
	background-image: url(/static/bg4_3.png);
}

.propaganda .index-customers .cycle-list .cycle-4 {
	background-image: url(/static/bg4_4.png);
}
.propaganda .index-customers .flex-box .logo-title {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.propaganda .index-customers .flex-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	text-align: center;
}

.propaganda .index-customers .flex-box .cont {
	margin-top: 25px;
	margin-bottom: 5vw;
	/*padding-bottom: 3.1em;*/
	font-size: 18px;
	line-height: 1.6em;
	color: #999999;
}

.propaganda .index-customers .flex-box .more-box-a {
	display: none;
}

.propaganda .index-customers .logo-list .logo-li {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	aspect-ratio: 1/1;
	width: 5%;
	background-color: #fff;
	border-radius: 50%;
	/*width: var(--img-w);*/
	/*height: var(--img-w);*/
}

.propaganda .index-customers .logo-list .logo-li .img-span {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: box-shadow 0.3s;
}

.propaganda .index-customers .logo-list .logo-li .img-span:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.propaganda .index-customers .logo-list .logo-li img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(1) {
	--img-w: 86px;
	left: 3%;
	top: 13.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(2) {
	--img-w: 106px;
	left: 19.44%;
	top: 7.4%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(3) {
	--img-w: 106px;
	left: 56%;
	top: 6.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(4) {
	left: 89%;
	top: 6.5%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(5) {
	left: 37.5%;
	top: 17.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(6) {
	--img-w: 86px;
	left: 78%;
	top: 26.28%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(7) {
	left: -1%;
	top: 32.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(8) {
	left: 14%;
	top: 32.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(9) {
	--img-w: 106px;
	left: 63%;
	top: 50.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(10) {
	--img-w: 86px;
	left: 31.5%;
	top: 58.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(11) {
	--img-w: 86px;
	left: 92%;
	top: 57%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(12) {
	--img-w: 106px;
	left: 7%;
	top: 72.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(13) {
	left: 27%;
	top: 78.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(14) {
	--img-w: 86px;
	left: 65.5%;
	top: 80.58%;
}

.propaganda .index-customers .logo-list .logo-li:nth-child(15) {
	--img-w: 106px;
	left: 84.4%;
	top: 80.9%;
}
