/*******************************************
      		 -****公共样式****-
********************************************/
html,body{overflow-x: hidden;}
div{box-sizing: border-box;}
.wp{width: 1200px;max-width: 94%;margin: 0 auto;}
.wp a{color:#888}
#nav{background: #0571FF;position: relative;z-index: 11;}
.hd-logo{height: 100%;line-height: 68px;margin-left: 40px; color: #0571ff;}
.hd-logo img{vertical-align: middle;max-height: 80%;}
.hd-nav{margin-left: 9.3%;}
.hd-nav ul li{float: left;margin: 0 20px;}
.hd-nav ul li h3 a{display: block;line-height: 38px;padding: 0 10px;font-size: 16px;color: #fff;position: relative;overflow: hidden;}
.hd-nav ul li h3 a::after{display: block;content: "";width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;}
.hd-nav ul li.on h3 a::after{background: #00FF66;-webkit-transition: 0.4s ease;-ms-transition: 0.4s ease;transition: 0.4s ease;}
.hd-nav ul li.active h3 a::after{background: #00FF55;-webkit-transition: 0.4s ease;-ms-transition: 0.4s ease;transition: 0.4s ease;}
@media screen and (min-width: 1366px) {
	.hd-nav{margin-left: 9.3%;}
	.hd-nav ul li h3 a:hover::after,.hd-nav ul li.active h3 a::after{background: #00FF66!important;-webkit-transition: 0.4s ease;-ms-transition: 0.4s ease;transition: 0.4s ease;}
}
.nav-link:focus, .nav-link:hover{
	color: #fff;
}

.hd-nav ul li .subnav{position: absolute;width: 100%;left: 0;top: 100%;background: rgba(255, 255, 255, 0.95);padding: 30px;text-align: center;display: none;}
.hd-nav ul li .sub-inner{width: 1000px;max-width: 60%;margin: 0 auto;}
.hd-nav ul li .sub-inner a{float: left;line-height: 24px;display: inline-block;margin: 5px 40px;}
.hd-bar h3{float: left;font-size: 14px;line-height: 20px;border-right: 0px solid #fff;margin: 0px 0 0 0;padding-right: 49px;color: #fff;}
.hd-bar h3 a {color: #fff;}
.hd-bar .hd-user{padding: 19px 40px 0;height: 68px;position: relative;}
.hd-bar .hd-user .photo{display: block;width: 30px;height: 30px;border-radius: 100%;overflow: hidden;}
.hd-bar .hd-user .photo img{width: 100%;height: 100%;}
.hd-bar .hd-user .dropdown{position: absolute;width: 100%;right: 0;top: 100%;background: rgba(255, 255, 255, 0.3);padding: 0 10px;display: none;}
.hd-bar .hd-user .dropdown ul li a{display: block;line-height: 48px;color: rgba(255, 255, 255, 0.5);border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.hd-bar .hd-user .dropdown ul li a:hover{color: #fff;transition: 0.4s ease;}
.hd-bar .hd-user .dropdown .signout{display: block;line-height: 38px;color: #fff;}


#ft{background: #222C3A;}
#ft .ft-infos{padding: 32px 0;}
#ft .ft-infos .hot-line{color: #fff;line-height: 30px;}
#ft .ft-infos .hot-line h4{font-size: 18px;margin-bottom: 15px;color: #fff;}
#ft .ft-infos .hot-line h4 img{vertical-align: top;margin: 0 10px 0 0;}
#ft .ft-infos .hot-line h3{font-size: 22px;letter-spacing: 1px;color: #fff;}
#ft .ft-infos dl{float: left;margin-left: 80px;}
#ft .ft-infos dl dt{font-size: 16px;line-height: 22px;color: #fff;margin-bottom: 24px;}
#ft .ft-infos dl dd{font-size: 12px;line-height: 28px;color: #ccc;}
#ft .ft-infos dl dd a{color: #ccc;}
#ft .ft-infos dl dd a:hover{color: #fff;}
#ft .ft-infos .erweima li{float: left;margin-left: 46px;text-align: center;}
#ft .ft-infos .erweima li img{width: 130px}
#ft .ft-infos .erweima li p{line-height: 24px;color: #fff;margin-top: 14px;font-size: 13px;}
#ft .copyright{border-top: 1px solid rgba(216, 216, 216, 0.1);padding: 10px 20px;}
#ft .copyright p{text-align: center;line-height: 20px;font-size: 12px;color: #888;}

.sidebar{position: fixed;top: 50%;right: 30px;z-index: 97;width: 48px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.sidebar a{display: block;width: 48px;height: 48px;box-sizing: border-box;border: 1px solid #e6e6e6;background-color: #fff;}
.sidebar .phone-btn{background-image: url('../images/icon1.svg');    background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;}
.sidebar .phone-btn:hover{background: #0066FF url('../images/icon1-on.svg');    background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;border-color: #0066FF;}
.sidebar .wechat-btn{background-image: url('../images/icon2.svg');    background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;}
.sidebar .wechat-btn:hover{background: #0066FF url('../images/icon2-on.svg');    background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;border-color: #0066FF;}
.sidebar .backtop{background-image: url('../images/icon3.png');    background-size: 80% 80%;
	background-repeat: no-repeat;
	background-position: center;margin-top: 36px;transform: translateX(200%);transition: 0.4s;}
.sidebar .backtop:hover{background: #0066FF url('../images/icon3-on.png');background-size: 100% 100%;border-color: #0066FF;}
.sidebar .backtop.backtop-show{transform: translateX(0);transition: 0.4s;}
.sidebar .side-inner{border: 1px solid #D7D7D7;background: #fff;border-radius: 4px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);position: relative;}
.sidebar .side-inner img{ width: 130px;	height: auto;}
.sidebar .side-inner::before{display: block;content: "";width: 4px;height: 4px;border: 1px solid #fff;border-color: #d7d7d7 #d7d7d7 #fff #fff;background: #fff;position: absolute;top: 50%;right: -4px;margin-top: -4px;transform: rotate(45deg);}
.sidebar .side-phone{position: relative;}
.sidebar .side-phone .phone-num{position: absolute;top: 50%;right: 100%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);padding-right: 10px;display: none;}
.sidebar .side-phone .phone-num span{display: block;line-height: 56px;padding: 0 15px;white-space: nowrap;font-size: 16px;color: #666;}
.sidebar .side-phone:hover .phone-num{display: block;}
.sidebar .side-erweima{position: relative;margin-top: 20px;}
.sidebar .side-erweima .erweima{position: absolute;top: 50%;right: 100%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);padding-right: 10px;display: none;}
.sidebar .side-erweima:hover .erweima{display: block;}

@media screen and (max-width: 1280px) {
	.hd-nav{margin-left: 3%;}
	.hd-nav ul li .sub-inner{max-width: 80%;}
	.hd-nav ul li{margin: 0 12px;}
	.hd-bar h3{padding-right: 20px;}
	.hd-bar .hd-user{padding: 19px 20px 0;}

	#ft .ft-infos dl{margin-left: 3%;max-width: 200px;}
	#ft .ft-infos .erweima li{margin-left: 24px;}
	#ft .ft-infos .erweima li img{width: 100px;}
}


@media screen and (max-width: 1000px) {
	.hd-nav{margin-left: 0;}
	.hd-nav ul li{margin: 0 10px;}
	.hd-nav ul li .sub-inner{max-width: 94%;}
	.hd-bar h3{padding-right: 10px;}
	.hd-bar .hd-user{padding: 19px 8px 0;}
}



/*******************************************
      		 -****首页样式****-
********************************************/
#banner{width: 100%;}
#banner .wp{height: 100%;position: relative;}
#banner .text{float: left;width: 50%;color: #fff;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#banner .text h2{font-size: 36px;line-height: 50px;color:#fff;}
#banner .text p{font-size: 16px;line-height: 32px;margin-top: 23px;}
#banner .text a{display: block;vertical-align: top;margin-top: 46px;width: 201px;line-height: 34px;background: #74FF00;border-radius: 4px;text-align: center;}
#banner img{width: 100%; object-fit: cover;}
#banner .swiper-pagination-bullet{width: 18px;height: 18px;background: url('../images/hexagon.png');background-size: 100% 100%;}

.title{text-align: center;margin-bottom: 90px;}
.title h3 span{display: inline-block;vertical-align: top;line-height: 40px;font-size: 28px;color: #0D1A26;position: relative;}
.title h3 span::before,
.title h3 span::after{display: inline-block;content: "";width: 188px;height: 1px;background: #ADBAC6;position: absolute;top: 50%;}
.title h3 span::before{left: -236px;}
.title h3 span::after{right: -236px;}
.title p{margin-top: 28px;font-size: 16px;line-height: 22px;color: #314659;}
.title.white h3 span{color: #fff;}
.title.white h3 ::before,
.title.white h3 ::after{background: #fff;}
.title.white p{color: #fff;}

.index-sec1{padding: 86px 0 130px;}
.index-sec1 ul{margin: 0 -14px;}
.index-sec1 ul li{float: left;width: 25%;box-sizing: border-box;padding: 0 14px;}
.index-sec1 .item-box{padding: 70px 20px 31px;background: #F6F8FA;border-radius: 4px;text-align: center;overflow: hidden;}
.index-sec1 .item-box .inner-wp{transition: 0.4s;}
.index-sec1 .item-box span{display: block;width: 60px;height: 60px;margin: 0 auto 26px;position: relative;}
.index-sec1 .item-box span img{width: 100%;height: 100%;transition: 0.4s;}
.index-sec1 .item-box span .img-hover{position: absolute;top: 0;left: 0;opacity: 0;}
.index-sec1 .item-box p{font-size: 18px;line-height: 28px;color: #666;}
.index-sec1 .item-box a{display: block;display: block;width: 90px;line-height: 32px;border: 1px solid #fff;border-radius: 4px;margin: 22px auto 0;text-align: center;color: #fff;font-size: 15px;opacity: 0;transform: translateY(100px);transition: 0.4s ease in;}
.index-sec1 .item-box:hover{background: #375EEE;transition: 0.4s;}
.index-sec1 .item-box:hover .inner-wp{transition: 0.4s;transform: translateY(-30px);}
.index-sec1 .item-box:hover span .img{opacity: 0;transition: 0.4s;}
.index-sec1 .item-box:hover span .img-hover{opacity: 1;transition: 0.4s;}
.index-sec1 .item-box:hover p{color: #fff;transition: 0.4s;}
.index-sec1 .item-box:hover a{opacity: 1;transform: translateY(0);transition: 0.4s ease in;}


.index-sec2{padding: 72px 0 32px;background: #F6F8FA;}
.index-sec2 ul li{margin-bottom: 88px;text-align: center;}
.index-sec2 ul li a{display: block;}
.index-sec2 ul li span{display: block;width: 102px;height: 102px;background: #fff;border-radius: 100%;overflow: hidden;margin: 0 auto 40px;transition: 0.4s ease-in-out;}
.index-sec2 ul li span img{width: 100%;height: 100%;}
.index-sec2 ul li h4{font-size: 18px;line-height: 25px;}
.index-sec2 ul li p{color: #385064;max-height: 200px;overflow: hidden;line-height: 20px;max-width: 188px;margin: 8px auto 0;}
.index-sec2 ul li:hover h4{color: #0066FF;transition: 0.4s;}
.index-sec2 ul li:hover p{color: #0066FF;transition: 0.4s;}
.index-sec2 ul li:hover span{transition: 0.4s ease-in-out;transform: translateY(-10px);}


.index-sec3{background: #396CEF url('../images/pattern.png');background-size: 100% 100%;padding: 86px 0 124px;}
.index-sec3 .item-swiper{margin: 0 -15px;position: relative;}
.index-sec3 .item-swiper .swiper-slide{padding: 0 15px;}
.index-sec3 .item-swiper .item-box{display: block;border-radius: 4px;overflow: hidden;filter: grayscale(30%);}
.index-sec3 .item-swiper .item-box .img{overflow: hidden;max-height: 350px}
.index-sec3 .item-swiper .item-box .img span{display: block;height: 100%;border-radius: 4px 4px 0 0;overflow: hidden;}
.index-sec3 .item-swiper .item-box .img img{width: 100%;height: 100%;transition: 0.4s;}
.index-sec3 .item-swiper .item-box .text{padding: 20px 15px;background: #fff;text-align: center;}
.index-sec3 .item-swiper .item-box .text h4{font-size: 16px;height: 22px;line-height: 22px;color: #2A2A2A;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.index-sec3 .item-swiper .item-box .text p{margin-top: 18px;font-size: 12px;line-height: 18px;color: #385064;height: 36px;overflow: hidden;}
.index-sec3 .item-swiper .item-box .text .links{margin-top: 16px;}
.index-sec3 .item-swiper .item-box .text .links span{display: inline-block;vertical-align: top;width: 36px;height: 36px;border-radius: 100%;overflow: hidden;margin: 0 14px;}
.index-sec3 .item-swiper .item-box:hover{filter: grayscale(0%);transition: 0.4s;}
.index-sec3 .item-swiper .item-box:hover .img img{transition: 0.4s;transform: scale(1.1);}
.index-sec3 .item-swiper .swiper-button-prev,
.index-sec3 .item-swiper .swiper-button-next{width: 24px;height: 36px;margin-top: -18px;outline: none;}
.index-sec3 .item-swiper .swiper-button-prev{background: url('../images/prev.png');background-size: 100% 100%;left: -40px;}
.index-sec3 .item-swiper .swiper-button-next{background: url('../images/next.png');background-size: 100% 100%;right: -40px;}



.index-sec4{padding: 97px 0 100px;}
.index-sec4 .title{margin-bottom: 60px;}
/*.index-sec4 ul li{float: left;width: 25%;}*/
.index-sec4 ul li a{display: table-cell;width: 100%;text-align: center;vertical-align: middle;margin-bottom: 30px;}
.index-sec4 ul li a img{max-height: 100%;width: 100%;}


@media screen and (max-width: 1320px) {
	.index-sec3 .item-swiper .swiper-button-prev{left: 0px;}
	.index-sec3 .item-swiper .swiper-button-next{right: 0px;}
}

@media screen and (max-width: 768px) {
	.index-sec3 .item-swiper .swiper-button-prev{left: 5px;}
	.index-sec3 .item-swiper .swiper-button-next{right: 5px;}
}



/*******************************************
      		 -****内页样式****-
********************************************/
.page-banner{max-height: 260px;min-height: 250px;background: url('../images/download-banner.jpg') center 0;position: relative;}
.page-banner-peijian-store{background: url('../images/detail-bg/peijian-store.png') center 0;}
.page-banner-app-download{: url('../images/detail-bg/app-download.png') center 0;}
.page-banner-yitixin-wen{background: url('../images/detail-bg/yitixin-wen.png') center 0;}
.page-banner-hangye-zixun{background: url('../images/detail-bg/hangye-zixun.png') center 0;}
.page-banner-daxiu-gaizao{background: url('../images/detail-bg/daxiu-gaizao.png') center 0;}
.page-banner{
	background-size: 100%;	background-repeat: no-repeat;
}
.page-banner .text{position: absolute;left: 0;width: 100%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);color: #fff;text-align: center;}
.page-banner .text h1{font-size: 68px;line-height: 95px;color: #fff;}
.page-banner .text h5{font-size: 20px;line-height: 28px;margin-top: 11px;color: #fff;}



/* 解决方案 */
.solution .sol-wp{width: 1400px;max-width: 94%;margin: 0 auto;}
.solution .sol-wp .img{text-align: center;}
.solution .sol-wp .img img{max-width: 100%;}

.solution .sol-sec1{background: #F6F8FA;/* padding: 85px 0 123px; */}
.solution .sol-sec2{/* padding: 88px 0 153px; */}
.solution .sol-sec3{/* padding: 81px 0 123px; */background: url('../images/sol-bg3.png');background-size: 100% 100%;}
.solution .sol-sec4{/* padding: 87px 0 99px; */}


/* 资源下载 */
.download{padding: 30px 0 129px;margin: 0 -15px;}
.download ul li {padding: 15px;margin-bottom:5px; background: #fff;display: flex;justify-content: flex-start;}
.download ul li .text{margin-left:15px;}

.download ul li .text h4{font-size: 18px;line-height: 25px;height: 50px;color: #0D1A26;margin-bottom: 5px;}
.download ul li .text p{font-size: 12px;line-height: 18px;margin-bottom: 7px;color: #555;}
.download ul li .text h5{font-size: 12px;line-height: 17px;color: #314659;}
.download ul li .thumb img{max-width: 90px;border-radius: 5px;}
.download ul li:hover{box-shadow: 0px 5px 12px 1px rgba(105, 105, 105, 0.12);z-index: 11;}
.page {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media (max-width: 1000px) {
	.navbar{
		--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		padding: 7px 0;
		line-height: 1;
	}
	.navbar-toggler{
		color: #fff;
		border-color: #fff;
			padding: var(--bs-navbar-toggler-padding-y) 0.5rem;
	}
	.hd-nav ul li.active h3 a::after{
		background: #fff;
	}
	.navbar-toggler-icon{
		background-image: var(--bs-navbar-toggler-icon-bg);
		width: 1em;
		height: 1em;
	}
	.navbar .navbar-brand img{
		height: 25px;
		width: auto;
	}
	.page-banner-app-download,
	.page-banner-peijian-store,
	.page-banner-yitixin-wen,
	.page-banner-hangye-zixun,
	.page-banner-daxiu-gaizao{
		min-height: 60px;
	}
	.download ul li .text h4{
		font-size: 15px;
	}
	.index-sec1_5{
		padding: 30px 0 10px!important;
	}
	.index-sec2{
		padding: 30px 0 10px!important;
	}
	.index-sec2 .title{
		margin-bottom: 10px!important;
	}
	.title h3 span{
		font-size: 24px!important;
	}
	.index-sec2 .col-6{
		padding: 0;
	}
	.index-sec2 ul li h4{
		font-size: 15px!important;
		line-height: 20px!important;
	}
	.index-sec2 ul li span{
		margin-bottom: 20px!important;
		width: 80px;
		height: 80px;
	}
	.index-sec2 ul li p{
		font-size: 12px!important;
	}
	.index-sec2 ul li{
		margin-bottom: 30px!important;
	}

	.index-sec3{
		padding: 40px 0!important;
	}
	.index-sec3 .title.white p{
		margin-top: 20px!important;
	}
	.index-sec3 .title{
		margin-bottom: 30px!important;
	}
	.index-sec4{
		padding: 30px 0 20px!important;
	}
	.index-sec4 .title{
		margin-bottom: 30px!important;;
	}
	.sidebar{
		right: 10px;
	}
	.sidebar a{
		width: 45px;
		height: 45px;
	}
	.sidebar .phone-btn,.sidebar .wechat-btn{
		background-size: 60% 60%;
	}
}

