.banner {
	position: relative;
	/* width: 19.2rem; */
	/* height: 5.8rem; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
}

.header_img {
	display: block;
	width: 100%;
	/* width: 19.2rem; */
	/* height: 5.8rem; */
	/* margin: 0 auto; */
	/* max-width: none; */
}

.banner-list-container {
	/* height: 5.8rem; */
	height: 4.13rem;
}

.banner-list-item {
	display: inline-block;
}

.banner-button-prev,
.banner-button-next {
	position: absolute;
	top: 50%;
	margin-top: -0.7rem;
	width: 0.41rem;
	height: 1.41rem;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0.05rem;
	cursor: pointer;
}

.banner-button-prev {
	left: 0;
}

.banner-button-next {
	right: 0;
}

.banner-button-prev::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.14rem;
	height: 0.27rem;
	margin-top: -0.135rem;
	margin-left: -0.07rem;
	background: url(../image/home/left.png) no-repeat center/cover;
}
.banner-button-next::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.14rem;
	height: 0.27rem;
	margin-top: -0.135rem;
	margin-left: -0.07rem;
	background: url(../image/home/right.png) no-repeat center/cover;
}

.banner-list-pagination {
	position: absolute;
	z-index: 20;
	bottom: 0.1rem;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.08rem;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 0.05rem;
	cursor: pointer;
}
.swiper-active-switch {
	background: #007aff;
}

.description {
	width: 13.5rem;
	margin: 0 auto;
	padding: 0.8rem 0;
	font-size: 0.21rem;
	line-height: 1.8;
}

.advantage {
	width: 100%;
	margin: 0.2rem auto 0;
}
/*
.advantage_list {
	height: 539px;
} */

.advantage_action {
	height: 0.8rem;
}

.advantage .item {
	position: relative;
	width: 100%;
	height: 5.39rem;
	overflow: hidden;
	display: none;
}
.advantage .item.show {
	display: block;
}

.advantage .company_introduction {
	background: url(../image/home/company_introduction.png?v=001) no-repeat center/cover;
}
.advantage .dynamic {
	background: url(../image/home/dynamic.jpg) no-repeat center/cover;
}

.advantage .text_box {
	display: inline-block;
	position: absolute;
	top: 0.7rem;
	/* right: 1.3rem; */
	left: 60%;
	width: 5.5rem;
	color: #4f4f4f;
	vertical-align: middle;
}
.advantage .text_box .title {
	font-size: 0.3rem;
	line-height: 0.4rem;
	color: #00418f;
	padding-bottom: 0.38rem;
	margin-bottom: 0.3rem;
	border-bottom: 0.01rem solid #ececec;
}

.advantage .item .text_box p {
	font-size: 0.25rem;
	line-height: 0.44rem;
	font-weight: 300;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.4em;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 6;
	-webkit-line-clamp: 6;
}

.advantage .item .text_box .detail_btn {
	margin-top: 0.5rem;
}
.advantage .item .text_box .detail_btn a {
	display: inline-block;
	width: 1.26rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.19rem;
	color: #00418f;
	border: 0.01rem dotted #00418f;
	border-radius: 0.2rem;
	transition: 0.3s;
}
.advantage .item .text_box .detail_btn a:hover {
	color: #fff;
	background-color: #00418f;
}
.advantage_action {
	height: 0.8rem;
	overflow: hidden;
}

.advantage_action li {
	float: left;
	width: 33.333%;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.3rem;
	background: #ebebeb;
	color: #5d5d5d;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s;
}
.advantage_action li:nth-child(2) {
	border-left: 0.01rem solid #fff;
	border-right: 0.01rem solid #fff;
}

.advantage_action li.action {
	color: #fff;
	background: #00418f;
}

/* 产品中心开始 */
.product {
	padding-top: 0.95rem;
	height: 10.13rem;
	width: 100%;
	background-image: url(../image/home/product-bg.png?v=001);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	user-select: none;
}

/* .product-content {
	margin: 0 auto;
} */

.product .title-box {
	width: 14.5rem;
	margin: 0 auto 0.8rem;
	color: #fff;
}

.product .title-box .left {
	float: left;
	font-size: 0.24rem;
}

.product .title-box .left span {
	display: inline-block;
}

.product .title-box .name {
	position: relative;
	padding-left: 0.25rem;
	margin-right: 0.1rem;
	font-size: 0.35rem;
	font-weight: 600;
}

.product .title-box .name::before {
	content: '';
	width: 0.06rem;
	height: 0.32rem;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.16rem;
	background: #fff;
}

.product .title {
	padding-bottom: 0.1rem;
	margin-bottom: 0.1rem;
	border-bottom: 0.01rem solid #3167a9;
}

.product .product-more {
	float: right;
	line-height: 0.34rem;
	margin-top: 0.4rem;
	font-size: 0.23rem;
	color: #fff;
	transition: 0.3s;
}

.product .product-more .icon {
	display: inline-block;
	width: 0.26rem;
	height: 0.2rem;
	margin-left: 0.1rem;
	background: url(../image/home/product-more-icon.png) no-repeat center/cover;
}

.product .product-more:hover {
	transform: translateX(0.1rem);
	/* animation: bigSame 1s linear both; */
}

.product-list {
	display: flex;
	width: 15.4rem;
	margin: 0 auto;
}

.product-item {
	flex: 0 0 3.73rem;
	position: relative;
	/* float: left; */
	/* display: inline-block; */
	width: 3.73rem;
	height: 5.59rem;
	margin-right: 0.13rem;
	background-color: #fff;
	vertical-align: middle;
	border-radius: 0.1rem;
	transition: 0.3s;
	box-sizing: border-box;
	overflow: hidden;
}

.product-item:last-child {
	margin: 0;
}

.product-item:hover {
	transform: translate3d(0, -0.15rem, 0);
	box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.2);
}

.product-item .product-info {
	text-align: center;
}

.product-item .item-cover {
	width: 3.73rem;
	height: 5.59rem;
	border-radius: .1rem;
}

.product-item .icon {
	display: block;
	width: 1.22rem;
	height: 1.53rem;
	margin: 0.2rem auto;
}

.product-item .title {
	display: inline-block;
	line-height: 0.4rem;
	padding-bottom: 0 !important;
	margin: 0 auto;
	font-size: 0.25rem;
	color: #373737;
	border-top: 0.01rem solid #c8c8c8;
	border-bottom: 0.01rem solid #c8c8c8;
}

.product-item .price {
	line-height: 0.4rem;
	margin: 0.2rem auto;
	font-size: 0.4rem;
	color: #ff5728;
	font-weight: bold;
}

.product-item .price span {
	margin-left: -0.06rem;
	font-size: 0.2rem;
	font-weight: 600;
}

.product-item .price-icon {
	display: inline-block;
	width: 0.26rem;
	height: 0.26rem;
	background: url(../image/home/price-icon.png) no-repeat center/cover;
}

.product-item .desc {
	margin: 0 0.15rem;
	height: 1.6rem;
	text-align: left;
	font-size: 0.17rem;
	color: #000;
	line-height: 1.5;
}

.product-item .btn {
	position: absolute;
	bottom: 0.38rem;
	left: 0;
	right: 0;
	display: block;
	width: 1.37rem;
	line-height: 0.4rem;
	margin: 0 auto;
	text-align: center;
	font-size: 0.24rem;
	color: #074b9e;
	border-radius: 0.22rem;
	border: 0.01rem solid rgba(7, 75, 158, 0.5);
	transition: 0.3s;
}

.product-item .btn:hover {
	color: #fff;
	background-color: #074b9e;
}
/* 产品中心结束 */

/* ------------------------ 软件下载开始 ------------------------------ */
.download-one {
	width: 100%;
	height: 10.53rem;
	padding-top: 0.8rem;
	background: url(../image/home/download-one-bg1.png) no-repeat center/cover;
	overflow: hidden;
}

.download-two {
	width: 100%;
	height: 8.84rem;
	/* background: url(../image/home/download-two-bg.png) no-repeat center/cover; */
	background: url(../image/home/download-two-bg.png?v=001) no-repeat top/cover;
	overflow: hidden;
}

.download .download-two .download-content {
	position: relative;
	width: 13.7rem;
	margin: 0 auto;
	/* margin: 0 2.4rem 0 auto; */
	padding-top: 1.9rem;
}
.download-two .left {
	display: inline-block;
	width: 8.12rem;
	margin-right: 1rem;
	vertical-align: middle;
}

.download-two .notebook-icon {
	position: relative;
	width: 8.12rem;
	height: 4.46rem;
	background: url(../image/home/notebook-icon.png) no-repeat center/cover;
}

.download-two .notebook-icon .pc-pic {
	position: absolute;
	top: 0.4rem;
	left: 0;
	right: 0;
	width: 6.47rem;
	height: 3.46rem;
	margin: 0 auto;
	background: url(../image/home/pc-pic-code.png?v=004) no-repeat center/cover;
}

.download .download-two .download-content .info {
	width: 4.5rem;
	margin-left: 0;
}

.download .download-title {
	text-align: center;
	color: #808080;
	font-size: 0.3rem;
}

.download .download-title .name {
	position: relative;
	width: 4rem;
	margin: 0 auto;
	font-size: 0.35rem;
	color: #003b83;
	font-weight: 600;
}

.download .download-title .name:before {
	display: block;
	position: absolute;
	content: '';
	width: 0.96rem;
	height: 0.2rem;
	background: url(../image/home/title-left.png) no-repeat center/cover;
	top: 50%;
	left: 0;
	margin-top: -0.1rem;
}

.download .download-title .name:after {
	display: block;
	position: absolute;
	content: '';
	width: 0.96rem;
	height: 0.2rem;
	background: url(../image/home/title-right.png) no-repeat center/cover;
	top: 50%;
	right: 0;
	margin-top: -0.1rem;
}

.download .download-content {
	position: relative;
	width: 13.2rem;
	margin: 2.4rem auto 0;
}
.download .download-content .info {
	display: inline-block;
	width: 4.8rem;
	margin-left: 0.6rem;
	vertical-align: middle;
}

.download .download-content .title {
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
	font-size: 0.3rem;
	color: #003b83;
	border-bottom: 0.01rem solid #d6dbe1;
	font-weight: 500;
}

.download .download-content .desc {
	font-size: 0.25rem;
	color: #555555;
	font-weight: 300;
}

.download .download-content .download-more,
.download .download-content .download-window {
	display: block;
	width: 1.62rem;
	height: 0.44rem;
	line-height: 0.44rem;
	margin-top: 0.3rem;
	text-align: center;
	border-radius: 0.22rem;
	transition: 0.3s;
}

.download .download-content .download-more {
	margin-top: 0.6rem;
	color: #00418f;
	border: 0.01rem dotted #00418f;
	font-size: 0.24rem;
}

.download .download-content .download-window {
	color: #fff;
	background: #003b83;
	font-size: 0.2rem;
}

.download .download-content .download-more:hover,
.download .download-content .download-window:hover {
	color: #fff;
	background: #003b83;
	transform: translateX(0.1rem);
}

.download .download-content .qrcode-box {
	margin-top: 0.8rem;
}

.download .download-content .qrcode {
	display: inline-block;
	width: 2.18rem;
	height: 2.14rem;
	text-align: center;
	line-height: 2.14rem;
	background: url(../image/home/qrcode-bg.png) no-repeat center/cover;
	vertical-align: middle;
}
.download .download-content .qrcode img {
	width: 1.85rem;
	height: 1.85rem;
	margin-left: -0.05rem;
}
.download .download-content .download-tip {
	display: inline-block;
	width: 2.35rem;
	height: 0.92rem;
	background: url(../image/home/download-tip.png) no-repeat center/cover;
	vertical-align: middle;
}

.download .right {
	position: absolute;
	bottom: -0.2rem;
	right: 0;
	/* width: 7.54rem; */
	width: 6.11rem;
	height: 6.7rem;
	vertical-align: middle;
	background: url(../image/home/192.png) no-repeat center/cover;
}

.download .right .download-icon {
	position: absolute;
	left: -0.3rem;
	top: -0.5rem;
	width: 1.38rem;
	height: 1.11rem;
	background: url(../image/home/download-icon.png) no-repeat center/cover;
}

.download .download-pic {
	position: absolute;
	bottom: 0.2rem;
	right: 0;
	left: 0;
	width: 3.78rem;
	height: 7.6rem;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.download .download-pic img {
	width: 3.84rem;
}

.download-pic-btn {
	position: absolute;
	top: 50%;
	margin-top: -0.605rem;
	width: 0.41rem;
	height: 1.41rem;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0.05rem;
	cursor: pointer;
}

.download-pic-btn.swiper-button-disabled {
	background: rgba(0, 0, 0, 0.2);
}

.download-button-prev {
	left: -0.5rem;
}

.download-button-next {
	right: -0.7rem;
}

.download-button-prev::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.14rem;
	height: 0.27rem;
	margin-top: -0.135rem;
	margin-left: -0.07rem;
	background: url(../image/home/left.png) no-repeat center/cover;
}
.download-button-next::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.14rem;
	height: 0.27rem;
	margin-top: -0.135rem;
	margin-left: -0.07rem;
	background: url(../image/home/right.png) no-repeat center/cover;
}
/* ------------------------ 软件下载完成 ------------------------------ */

/* fixpop_zoon */
.fixpop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
}

.fixpop_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.fixpop_zoon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	width: 5.88rem;
	height: 5.97rem;
	/* background: url(../image/tips/box-before.png?v=003) no-repeat center/cover; */
	background: url(../image/tips/box-before-26-4-24.png?v=002) no-repeat center/cover;
	overflow: hidden;
}

.notice-popup .fixpop_zoon {
	height: 5.63rem;
	background-image: url(../image/tips/notice-box-before.png);
}

.notice-popup .fixpop_zoon .pic-box {
	margin-top: 1.35rem;
}

.notice-popup .fixpop_zoon .pic-box {
	padding-bottom: 0;
}

.fixpop_zoon .pic-box {
	width: 5.2rem;
	height: 3.7rem;
	margin: 1.8rem auto 0;
	padding-bottom: 0.1rem;
	border-radius: 0.1rem;
	overflow-y: auto;
}

.fixpop_zoon img {
	display: block;
	width: 100%;
	height: auto;
}

.fixpop_zoon .box-after {
	position: absolute;
	left: -0.16rem;
	bottom: 0;
	width: 6.2rem;
	height: 1.17rem;
	background: url(../image/tips/box-after.png) no-repeat center/cover;
}

.fixpop_close {
	position: absolute;
	right: 0.3rem;
	top: 0.1rem;
	z-index: 9;
	width: 0.19rem;
	height: 0.19rem;
	background: url(../image/tips/close.png) no-repeat center/cover;
	cursor: pointer;
}

@keyframes bigSame {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0px);
	}
}
