@keyframes rotate1 {
	0%,
	12.5% {
		left: -50px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	25%,
	37.5% {
		left: 470px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	50%,
	62.5% {
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 1;
		z-index: 99;
	}

	75%,
	87.5% {
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 1;
		z-index: 99;
	}

	100% {
		left: -50px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}
}

@keyframes rotate2 {
	0%,
	12.5% {
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 1;
		z-index: 99;
	}

	25%,
	37.5% {
		left: -50px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	50%,
	62.5% {
		left: 470px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	75%,
	87.5% {
		left: 470px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	100% {
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 1;
		z-index: 99;
	}
}

@keyframes rotate3 {
	0%,
	12.5% {
		left: 470px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	25%,
	37.5% {
		left: 50%;
		transform: translateX(-50%) scale(1);
		opacity: 1;
		z-index: 99;
	}

	50%,
	62.5% {
		left: -50px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	75%,
	87.5% {
		left: 0;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}

	100% {
		left: 470px;
		transform: translateX(0) scale(0.8);
		opacity: 0.6;
		z-index: 1;
	}
}

/* bw-nav */
#bw-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(100, 112, 137, 0.5);
	color: #fff;
	z-index: 9999;
}

#wrap-bw-nav {
	width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#tm-logo,
#bw-nav-menu,
#icon-phone-menu {
	height: 100%;
	line-height: 60px;
}

#tm-logo img {
	width: 92px;
}

#bw-nav-menu {
	display: flex;
	font-size: 14px;
}

#bw-nav-menu div {
	cursor: pointer;
	transition: all 0.6s;
}

.bw-nav-item {
	width: 108px;
	text-align: center;
	position: relative;
}

.bw-nav-item:hover {
	font-size: 16px;
	background-color: rgba(46, 52, 64, 0.502);
}
.bw-nav-item.actived-nv::after {
	content: ' ';
	display: block;
	width: 56px;
	height: 1px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.6s;
	position: absolute;
	top: 46px;
	left: 26px;
}
.bw-nav-item.actived-nv:hover.bw-nav-item.actived-nv::after {
	width: 74px;
	left: 18px;
}
.bw-nav-child {
	width: 108px;
	background-color: rgba(46, 52, 64, 0.8);
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 0;
	opacity: 0;
}

.nav-child-itm {
	width: 100%;
	text-align: center;
	height: 28px;
	line-height: 28px;
}

#bw-nav .bw-nav-item:hover .bw-nav-child {
	top: 60px;
	opacity: 1;
}

#bw-nav .nav-child-itm:hover {
	background-color: rgba(197, 201, 209, 0.8);
}

#icon-phone-menu,
#phone-product-box {
	display: none;
}

/* bw-nav end */

.swiper.mySwiper {
	margin-bottom: 72px;
	width: 100%;
	height: 680px;
  position: relative;
}
.banner1 {
	background-color: #07172f;
	background-image: url(../assets/index/baner1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner2 {
	background-color: #040000;
	background-image: url(../assets/index/baner2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner3 {
	background-color: #c7d4a5;
	background-image: url(../assets/index/baner3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner1 a,
.banner3 a,
.banner2 a {
	display: block;
	width: 100%;
	height: 100%;
}
section.wrap-section {
	width: 920px;
	margin: 0 auto 50px;
	position: relative;
}

.tilte-cn {
	font-size: 24px;
	color: #333;
	font-family: Source Han Sans CN;
	text-align: center;
	font-weight: 500;
}

.tilte-en {
	text-align: center;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999;
	margin-bottom: 18px;
}

.swiper-slide {
	text-align: center;
}

#bw-carousel {
	position: relative;
	width: 100%;
	height: 338px;
}

#bw-carousel > div {
	cursor: pointer;
	width: 500px;
	height: 336px;
	position: absolute;
	border-radius: 4px;
}

#bw-carousel > div > img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.img-box1 {
	left: -50px;
	transform: translateX(0) scale(0.8);
	opacity: 0.6;
	z-index: 1;
}

.img-box2 {
	left: 50%;
	transform: translateX(-50%) scale(1);
	opacity: 1;
	z-index: 99;
}

.img-box3 {
	left: 470px;
	transform: translateX(0) scale(0.8);
	opacity: 0.6;
	z-index: 1;
}

.animation-img1 {
	animation: rotate1 16s linear infinite;
}

.animation-img2 {
	animation: rotate2 16s linear infinite;
}

.animation-img3 {
	animation: rotate3 16s linear infinite;
}

#product-title,
#solutions-title,
#news-title,
#partners-title,
#partners-box {
	width: 100%;
	position: relative;
	top: 150px;
	opacity: 0;
}

#product-box {
	position: relative;
	height: 470px;
}
#partners-box,
#wrap-part-swiper {
	width: 920px;
	height: 180px;
}
#product-box > div {
	display: inline-block;
	position: absolute;
	top: 154px;
	opacity: 0;
}

#product-col1 {
	left: 0;
}

#product-col2 {
	left: 50%;
	transform: translateX(-50%);
}

#product-col3 {
	right: 0;
}

@media screen and (min-width: 470px) {
	#partners-top {
		position: relative;
		height: 68px;
		overflow: hidden;
	}
	.bw-nav-child.m-width {
		width: 138px;
		left: -15px;
	}
	#wrap-t-swiper {
		width: 920px;
		position: absolute;
	}
	#phone-nav-menu {
		display: none;
	}
	#partners-bottom {
		margin-top: 26px;
		position: relative;
		height: 68px;
		overflow: hidden;
	}

	#wrap-b-swiper {
		width: 920px;
		position: absolute;
	}
	.mySwiper img {
		width: 1920px;
		height: 680px;
	}
	#solutions-box {
		width: 920px;
		position: absolute;
		top: 326px;
		opacity: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#solutions-box > .swiper-wrapper {
		width: 920px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.only-phone {
		display: none;
	}
	.wrap-foot-item > div {
		cursor: pointer;
		transition: all 1s;
	}
	.wrap-foot-item > div:hover {
		font-size: 18px;
	}
	#news-banner {
		display: none;
	}

	.height-pic img {
		height: 200px;
		max-height: 200px;
	}
	.ptitle-sec {
		font-size: 32px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		margin-bottom: 32px;
		text-align: center;
	}

	#top {
		margin-bottom: 70px;
	}
	.mtitle-sec.tilte-cn {
		font-size: 36px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #333333;
		text-align: center;
	}
	.mtitle-thr.tilte-en {
		font-size: 12px;
		font-family: Humnst777 Blk BT;
		text-transform: uppercase;
		color: #999999;
		text-align: center;
		margin-bottom: 70px;
		font-style: italic;
	}
}

.product-item {
	cursor: pointer;
	width: 250px;
	box-shadow: -1px 7px 13px 0px rgba(24, 24, 24, 0.11);
	margin-bottom: 28px;
}

.product-item:hover {
	box-shadow: 0 0 8px 4px rgba(24, 24, 24, 0.3);
}

.product-item:hover img {
	transform: scale(1.3);
}

.product-item .product-img {
	width: 100%;
	height: 168px;
	overflow: hidden;
}

.product-img img {
	transition: all 1s;
	width: 100%;
	height: 100%;
}

.product-item .product-txt {
	width: 100%;
	height: 50px;
}

.solutions-item {
	cursor: pointer;
	width: 250px;
	margin-bottom: 42px;
	overflow: hidden;
	border-radius: 6px;
}

.solutions-item img {
	width: 100%;
}
.sol-txt,
.case-txt {
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 106px;
}

.solutions-item:hover img,
.solutions-item:hover .sol-txt {
	transition: all 1s;
	transform: scale(1.3);
}

.product-cn {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #222222;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.product-en {
	text-align: center;
	padding: 0 8px;
	font-size: 10px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #141414;
	line-height: 10px;
	opacity: 0.4;
}

.bg-section {
	width: 100%;
	height: 686px;
	background: #e9edf4;
	padding: 48px 80px;
	position: relative;
	margin-bottom: 48px;
}

.more-solutions {
	cursor: pointer;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;

	position: absolute;
	left: 50%;
	bottom: 63px;
	transform: translateX(-50%);
}

.page-footer {
	width: 100%;
	height: 230px;
	padding-top: 54px;
	background: url(../assets/index/footer.png) no-repeat;
	background-size: cover;
}

.foot-content {
	width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.foot-left {
	display: flex;
}

.foot-right {
	width: 340px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.foot-right > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.code-img {
	width: 92px;
	height: 92px;
  margin-top: 22px;
	margin-right: 18px;
}

.icpp {
	cursor: pointer;
	font-size: 10px;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ffffff;
	opacity: 0.51;
	margin-top: 19px;
}

.wrap-foot-item {
	display: flex;
}
.wrap-foot-item a,
.product-item a,
.more-solutions a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.wrap-foot-item > div {
	width: 90px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #1f2183;
	border: 1px solid #ffffff;
}

.company-msg {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.company-name {
	color: #fff;
	font-size: 22px;
	font-family: FZZhengHeiS-EB-GB;
	font-weight: 600;
	line-height: 0;
	text-align: justify;
}

.company-name::after {
	content: ' ';
	display: block;
	width: 100%;
	margin-top: 10px;
  margin-bottom: 12px;
	border-bottom: 1px solid #fff;
}

.company-name > span {
	display: inline-block;
	width: 100%;
}

.company-txt {
	display: flex;
  align-items: center;
}

.company-txt > div {
	color: #fff;
	display: flex;
	font-size: 16px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
}

.icon-img {
	width: 18px;
	height: 18px;
	margin-right: 13px;
}

.icon-img img {
	width: 100%;
	height: 100%;
}

#news-box {
	width: 100%;
	position: absolute;
	top: 120px;
	opacity: 0;
}

#news-box > .swiper-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#news-box > .swiper-wrapper .news-item {
	cursor: pointer;
	width: 214px;
	height: 172px;
	box-shadow: -1px 7px 13px 0px rgba(24, 24, 24, 0.11);
}

.news-txt {
	height: 36px;
	font-size: 10px;
	line-height: 36px;
	background: #f6f6f6;
	padding: 0 6px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* .news-time {
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  width: 112px;
} */

.news-img {
	width: 100%;
	height: 136px;
	overflow: hidden;
}

.news-item:hover {
	box-shadow: 0 0 8px 4px rgba(24, 24, 24, 0.3);
}

.news-item:hover img {
	transform: scale(1.3);
}

.news-img img {
	transition: all 1s;
	width: 100%;
	height: 100%;
}

.partner-item {
	width: 158px;
	height: 66px;
	border: 1px solid #1f2183;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner-item img {
	width: 72%;
}

#go-top {
	display: none;
	width: 46px;
	cursor: pointer;
	position: fixed;
	right: 5%;
	bottom: 12%;
	z-index: 9999;
}

#go-top img {
	width: 100%;
}

.wrap-section.hsection {
	height: 280px;
}
div a,
div a:hover {
	color: #fff;
}

.second-page-title {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 32px;
}
.text {
	font-family: 微软雅黑, sans-serif;
	font-size: 20px;
	color: rgb(115, 107, 96);
}

@media screen and (max-width: 450px) {
	.text {
		font-size: 15px;
	}
}
/* .main-r img{ display:block; width:auto; max-width:100%; margin:0 auto;} */
