/* 轮播1 */
.swiper-container-1 {
	height: 8rem;
	position: relative;
}

.swiper-container-1 .image,
.swiper-container-1 .video {
	width: 100%;
	height: 100%;
}

.swiper-container-1 .btns {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.3rem;
	z-index: 66;
}

.swiper-container-1 .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	background: #fff;
	opacity: 1;
	margin: 0 0.08rem;
}

.swiper-container-1 .swiper-pagination-bullet-active {
	background: #F39A17;
}

.swiper-container-1 .left,
.swiper-container-1 .right {
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.swiper-container-1 .btns img {
	width: 0.18rem;
	height: 0.14rem;
}

.swiper-container-1 .fyq {
	margin: 0 0.36rem;
}

@media screen and (max-width: 900px) {
	.swiper-container-1 {
		height: 4.2rem;
		position: relative;
	}

	.swiper-container-1 .btns {
		bottom: 0.15rem;
	}

	.swiper-container-1 .left,
	.swiper-container-1 .right {
		width: 0.24rem;
		height: 0.24rem;
	}

	.swiper-container-1 .btns img {
		width: 0.14rem;
		height: 0.10rem;
	}

	.swiper-container-1 .fyq {
		height: 0.25rem;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 0.125rem;
		padding: 0 0.07rem;
		margin: 0 0.08rem;
	}

	.swiper-container-1 .swiper-pagination-bullet {
		width: 0.08rem;
		height: 0.08rem;
		margin: 0 0.07rem;
	}
}


/* client */
.client {
	background: #FAFBFF;
	margin: auto;
}

.client .client_section {
	width: 13rem;
	height: 1.2rem;
	margin: auto;
}

.swiper-container-client {
	width: 100%;
	height: 100%;
}

.swiper-container-client img {
	max-width: 90%;
	max-height: 0.44rem;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter 0.4s;
}

.swiper-container-client .swiper-slide:hover img {
	-webkit-filter: none;
	filter: none;
}

@media screen and (max-width: 900px) {
	.client {
		padding: 0 0.45rem;
	}

	.client .client_section {
		width: 100%;
		height: 0.66rem;
	}

	.swiper-container-client img {
		max-height: 0.26rem;
	}
}


/* 公用section样式 */
.section {
	padding-top: 0.4rem;
}

.section .section_title {
	height: 1rem;
	font-size: 0.42rem;
	color: #333333;
	font-weight: bold;
	position: relative;
}

.section .section_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0.6rem;
	height: 0.06rem;
	margin: auto;
	background: #F39A17;
}

.section .section_info {
	padding: 0.3rem 0 0.4rem;
	font-size: 0.22rem;
	color: #666666;
	text-align: center;
	line-height: 0.36rem;
}

@media screen and (max-width: 900px) {
	.section {
		padding-top: 0.4rem;
	}

	.section .section_title {
		height: 0.9rem;
		font-size: 0.32rem;
	}

	.section .section_title::after {
		width: 0.4rem;
	}

	.section .section_info {
		padding: 0.16rem 0 0.2rem;
		font-size: 0.16rem;
		line-height: 0.28rem;
	}
}

/* 软件服务 */
#rjfw .section_info p {
	width: 8.5rem;
}

#rjfw .section_content {
	position: relative;
	background-image: url(../static/index/rjfw_bg.png);
	background-size: cover;
}

#rjfw .rjfw_section {
	display: flex;
	width: 12rem;
	margin: auto;
	height: 7rem;
}

#rjfw .left {
	width: 3rem;
	height: 100%;
	background: #000;
}

#rjfw .navs {
	width: 100%;
}

#rjfw .nav {
	height: 1rem;
	font-size: 0.26rem;
	color: #8B8E8E;
	padding-left: 0.66rem;
}

#rjfw .nav .icon {
	width: 0.34rem;
	height: 0.34rem;
	margin-right: 0.2rem;
}

#rjfw .nav.active .false,
#rjfw .nav .true {
	display: none;
}

#rjfw .nav .false,
#rjfw .nav.active .true {
	display: block;
}

#rjfw .nav.active {
	background: #122138;
	color: #fff;
}

#rjfw .nav:nth-child(1) img {
	width: 0.34rem;
	height: 0.34rem;
}

#rjfw .nav:nth-child(2) img {
	width: 0.34rem;
	height: 0.26rem;
}

#rjfw .nav:nth-child(3) img {
	width: 0.28rem;
	height: 0.28rem;
}

#rjfw .nav:nth-child(4) img {
	width: 0.32rem;
	height: 0.34rem;
}

#rjfw .right {
	width: 9rem;
	height: 100%;
}

#rjfw .content {
	display: none;
	padding-left: 1rem;
}

#rjfw .content.active {
	display: block;
}

#rjfw .content .title {
	font-size: 0.36rem;
	color: #FFFFFF;
	font-weight: bold;
}

#rjfw .content .description {
	font-size: 0.22rem;
	color: #fff;
	line-height: 0.42rem;
	margin: 0.4rem 0;
}

#rjfw .content .btn {
	width: 1.8rem;
	height: 0.6rem;
	background: #F39A17;
	font-size: 0.24rem;
	color: #fff;
}

#rjfw .content .btn.YD {
	display: none;
}

@media screen and (max-width: 900px) {
	#rjfw .section_info p {
		width: 5.9rem;
	}

	#rjfw .section_content {
		background-image: none;
	}

	#rjfw .rjfw_section {
		width: 100%;
		height: auto;
		display: block;
	}

	#rjfw .left {
		display: block;
		width: 100%;
		height: 0.8rem;
		background: #122138;
	}

	#rjfw .navs {
		display: flex;
		width: 100%;
		height: 100%;
	}

	#rjfw .nav {
		width: 25%;
		padding: 0;
		height: 100%;
		font-size: 0.22rem;
		justify-content: center;
	}

	#rjfw .nav .icon {
		width: 0.26rem;
		height: 0.26rem;
		margin-right: 0.1rem;
	}

	#rjfw .nav:nth-child(1) img {
		width: 0.26rem;
		height: 0.26rem;
	}

	#rjfw .nav:nth-child(2) img {
		width: 0.26rem;
		height: 0.20rem;
	}

	#rjfw .nav:nth-child(3) img {
		width: 0.22rem;
		height: 0.22rem;
	}

	#rjfw .nav:nth-child(4) img {
		width: 0.24rem;
		height: 0.26rem;
	}

	#rjfw .right {
		width: 100%;
		height: 3.8rem;
		position: relative;
		background-image: url(../static/index/rjfw_bg.png);
		background-size: cover;
	}

	#rjfw .content {
		width: 100%;
		display: none;
		padding: 0 0.95rem;
	}

	#rjfw .content .title {
		font-size: 0.3rem;
		text-align: center;
	}

	#rjfw .content .description {
		font-size: 0.18rem;
		line-height: 0.36rem;
		text-align: center;
		margin: 0.36rem 0;
	}

	#rjfw .content .btn {
		width: 1.5rem;
		height: 0.48rem;
		font-size: 0.2rem;
		margin: auto;
	}

	#rjfw .content .btn.PC {
		display: none;
	}

	#rjfw .content .btn.YD {
		display: flex;
	}
}

/* 五大优势 */
#wdys .PC {
	width: 12rem;
	margin: auto;
	padding-bottom: 0.7rem;
}

#wdys .PC img {
	width: 2.16rem;
	height: 2rem;
}

#wdys .YD {
	display: none;
}

@media screen and (max-width: 900px) {
	#wdys .PC {
		display: none;
	}

	#wdys .YD {
		display: block;
	}

	#wdys .YD img {
		width: 1.7rem;
		height: 1.6rem;
		margin: 0.1rem;
	}

	#wdys .section_content {
		padding-bottom: 0.2rem;
	}
}


/* 解决方案 */
#jjfa {
	background: #FAFBFF;
}

#jjfa .section_info p {
	width: 13rem;
}

#jjfa .navs {
	width: 12rem;
	margin: auto;
	font-size: 0.26rem;
	color: #666666;
	padding-bottom: 0.5rem;
}

#jjfa .nav {
	width: 18%;
	margin-right: 2.5%;
}

#jjfa .nav:last-child {
	margin-right: 0;
}

#jjfa .nav.active {
	color: #F39A17;
}

#jjfa .nav.active .false,
#jjfa .nav .true {
	display: none;
}

#jjfa .nav .false,
#jjfa .nav.active .true {
	display: block;
}

#jjfa .nav .icon {
	margin-right: 0.08rem;
}

#jjfa .nav img {
	width: 0.36rem;
	height: 0.36rem;
}

#jjfa .contents {
	padding-bottom: 0.3rem;
}

#jjfa .content {
	display: none;
}

#jjfa .content.active {
	display: block;
}

#jjfa .li {
	width: 33.33%;
	padding: 0 0.1rem;
	margin-bottom: 0.38rem;
}


#jjfa .li_section {
	background: #FAFBFF;
	transition: background-color 0.4s;
}

#jjfa .li_section:hover {
	background: #fff;
}

#jjfa .top {
	height: 3.2rem;
}

#jjfa .top img {
	width: 100%;
	height: 100%;
}

#jjfa .bottom {
	height: 1rem;
	padding: 0 0.4rem;
}

#jjfa .bottom .title {
	font-size: 0.26rem;
	color: #333333;
	margin-bottom: 0.2rem;
}

#jjfa .bottom .type {
	font-size: 0.18rem;
	color: #666666;
}

#jjfa .bottom .right {
	position: relative;
}

#jjfa .bottom .right img {
	width: 0.44rem;
	height: 0.1rem;
	position: absolute;
	top: 0;
	left: 0;
}

#jjfa .bottom .right .true {
	opacity: 0;
	transition: opacity 0.4s;
}

#jjfa .li_section:hover .bottom .right .true {
	opacity: 1;
}

@media screen and (max-width: 900px) {
	#jjfa .section_info {
		padding: 0.16rem 0.5rem;
	}

	#jjfa .section_info p {
		width: auto;
	}

	#jjfa .navs {
		width: 100%;
		font-size: 0.2rem;
		padding-bottom: 0.1rem;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0.2rem 0.8rem;
	}

	#jjfa .nav {
		width: 33%;
		height: 0.5rem;
		margin-right: 0;
		justify-content: center;
		margin-bottom: 0.1rem;
	}

	#jjfa .nav .icon {
		margin-right: 0.06rem;
	}

	#jjfa .nav img {
		width: 0.28rem;
		height: 0.28rem;
	}

	#jjfa .contents {
		/* padding-bottom: 0.16rem; */
		padding-bottom: 0;
	}

	#jjfa .ul {
		padding: 0 0.05rem;
	}

	#jjfa .li {
		width: 50%;
		padding: 0 0.05rem;
		margin-bottom: 0.12rem;
	}

	#jjfa .top {
		height: 1.86rem;
	}

	#jjfa .bottom {
		height: 0.58rem;
		padding: 0 0.24rem;
	}

	#jjfa .bottom .title {
		font-size: 0.18rem;
		margin-bottom: 0.08rem;
	}

	#jjfa .bottom .type {
		font-size: 0.12rem;
	}

	#jjfa .bottom .right img {
		width: 0.26rem;
		height: 0.06rem;
	}
}


/* 合作企业 */
#hzqy .section_info p {
	width: 12.6rem;
}

#hzqy .section_content {
	width: 12.2rem;
	margin: auto;
}

#hzqy .swiper {
	position: relative;
}

.swiper-container-2 {
	width: 100%;
	height: 5.8rem;
}

.swiper-container-2 .swiper-slide {
	height: 2.9rem;
	padding: 0.15rem 0.1rem;
}

.swiper-container-2 .slide_section {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-container-2 .slide_section img {
	width: 100%;
	height: 100%;
}


.swiper-container-2 .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 0.24rem;
}

.swiper-container-2 .top .title {
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}

.swiper-container-2 .top .content {
	font-size: 0.18rem;
	line-height: 0.26rem;
}

.swiper-container-2 .bottom {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FAFBFF;
	padding: 0.3rem 0.12rem 0.3rem 0.4rem;
	transition: top 0.4s;
}

.swiper-container-2 .slide_section:hover .bottom {
	top: 0;
}

.swiper-container-2 .bottom .title {
	position: relative;
	font-size: 0.22rem;
	color: #F39A17;
	font-weight: bold;
	margin-bottom: 0.16rem;
}

.swiper-container-2 .bottom .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: -0.12rem;
	bottom: 0;
	margin: auto;
	width: 0.03rem;
	height: 0.2rem;
	background: #F39A17;
}

.swiper-container-2 .bottom .left {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}

.swiper-container-2 .bottom .right {
	margin-left: 0.28rem;
}

.swiper-container-2 .bottom .right img {
	width: 0.88rem;
	height: 0.88rem;
}

#hzqy .left_btn,
#hzqy .right_btn {
	width: 0.64rem;
	height: 0.64rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#hzqy .left_btn img,
#hzqy .right_btn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#hzqy .left_btn {
	left: -1rem;
}

#hzqy .right_btn {
	right: -1rem;
}

#hzqy .left_btn .true,
#hzqy .right_btn .true {
	opacity: 0;
	transition: opacity 0.4s;
}

#hzqy .left_btn:hover .true,
#hzqy .right_btn:hover .true {
	opacity: 1;
}

#hzqy .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	background: #D6D6D6;
	opacity: 1;
	margin: 0 0.08rem;
}

#hzqy .swiper-pagination-bullet-active {
	background: #F39A17;
}

#hzqy .fyq {
	height: 1rem;
}

@media screen and (max-width: 900px) {
	#hzqy .section_info p {
		width: 6rem;
	}

	#hzqy .section_content {
		width: 100%;
	}

	#hzqy .swiper {
		position: relative;
	}

	.swiper-container-2 {
		width: 4.5rem;
		height: 4.2rem;
	}

	.swiper-container-2 .swiper-slide {
		height: 2.1rem;
		padding: 0.1rem 0rem;
	}

	.swiper-container-2 .top {
		padding: 0 0.18rem;
	}

	.swiper-container-2 .top .title {
		font-size: 0.23rem;
		margin-bottom: 0.2rem;
	}

	.swiper-container-2 .top .content {
		font-size: 0.16rem;
	}

	.swiper-container-2 .bottom {
		padding: 0.2rem 0.08rem 0.16rem 0.3rem;
	}

	.swiper-container-2 .slide_section:hover .bottom {
		top: 0;
	}

	.swiper-container-2 .bottom .title {
		font-size: 0.17rem;
		margin-bottom: 0.12rem;
	}

	.swiper-container-2 .bottom .title:after {
		width: 0.024rem;
		height: 0.16rem;
	}

	.swiper-container-2 .bottom .left {
		font-size: 0.14rem;
		line-height: 0.26rem;
	}

	.swiper-container-2 .bottom .right {
		margin-left: 0.28rem;
	}

	.swiper-container-2 .bottom .right img {
		width: 0.88rem;
		height: 0.88rem;
	}

	#hzqy .left_btn,
	#hzqy .right_btn {
		width: 0.48rem;
		height: 0.48rem;
	}

	#hzqy .left_btn {
		left: 0.1rem;
	}

	#hzqy .right_btn {
		right: 0.1rem;
	}

	#hzqy .left_btn .true,
	#hzqy .right_btn .true {
		/* opacity: 1; */
	}

	#hzqy .swiper-pagination-bullet {
		width: 0.1rem;
		height: 0.1rem;
		background: #F39A17;
		opacity: 0.2;
		margin: 0 0.1rem;
	}

	#hzqy .swiper-pagination-bullet-active {
		background: #F39A17;
		opacity: 1;
	}

	#hzqy .fyq {
		height: 0.6rem;
	}
}

/* 关于我们 */

#about {
	background-image: url(../static/cs/cs.png);
}

#about .section_title,
#about .section_info {
	color: #fff;
}

#about .section_content {
	padding-bottom: 0.8rem;
	overflow: hidden;
	width: 14rem;
	margin: auto;
}

#about .section_content .right {
	float: right;
}

#about .section_content .left {
	float: left;
}

#about .section_content .form {
	width: 2.9rem;
}

#about .section_content .form input {
	display: block;
	width: 100%;
	height: 0.44rem;
	border-radius: 0.04rem;
	background: #fff;
	margin-bottom: 0.16rem;
	padding-left: 0.16rem;
	font-size: 0.14rem;
}

#about .section_content .form textarea {
	display: block;
	width: 100%;
	height: 0.84rem;
	border-radius: 0.04rem;
	background: #fff;
	margin-bottom: 0.16rem;
	padding: 0.1rem 0.16rem;
	font-size: 0.14rem;
	outline: none;
	border: none;
	resize: none;
}

#about .section_content .form .btn {
	height: 0.4rem;
	border-radius: 0.06rem;
	background: #F39A17;
	font-size: 0.2rem;
	color: #fff;
}

#about .section_content .map {
	margin-left: 0.4rem;
}

#about .section_content .map #about_map {
	width: 4.1rem;
	height: 2.6rem;
}

#about .section_content .li {
	font-size: 0.2rem;
	color: #fff;
	margin-bottom: 0.5rem;
}

#about .section_content .li:last-child {
	margin-bottom: 0;
}

#about .section_content .li img {
	width: 0.27rem;
	height: 0.27rem;
	margin-right: 0.14rem;
	flex: none;
}

@media screen and (max-width: 900px) {
	#about .section_content {
		padding-bottom: 0;
		width: 6rem;
	}

	#about .section_content .right {
		width: 100%;
		float: none;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#about .section_content .left {
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 1.9rem;
	}

	#about .section_content .form {
		width: 5rem;
		margin-bottom: 0.4rem;
	}

	#about .section_content .form input {
		display: block;
		width: 100%;
		height: 0.44rem;
		border-radius: 0.04rem;
		background: #fff;
		margin-bottom: 0.1rem;
		padding-left: 0.14rem;
		font-size: 0.16rem;
	}

	#about .section_content .form textarea {
		display: block;
		width: 100%;
		height: 0.8rem;
		border-radius: 0.04rem;
		background: #fff;
		margin-bottom: 0.1rem;
		padding: 0.1rem 0.14rem;
		font-size: 0.16rem;
		outline: none;
		border: none;
		resize: none;
	}

	#about .section_content .form .btn {
		height: 0.5rem;
		border-radius: 0.06rem;
		background: #F39A17;
		font-size: 0.2rem;
		color: #fff;
	}

	#about .section_content .map {
		margin: 0;
	}

	#about .section_content .map #about_map {
		/* width: 100%; */
		width: 5rem;
		height: 4rem;
	}

	#about .section_content .li {
		font-size: 0.1.6rem;
		margin-bottom: 0.18rem;
	}

	#about .section_content .li img {
		width: 0.24rem;
		height: 0.24rem;
		margin-right: 0.24rem;
	}
}


/* 地图标记点的标注 */
.amap-marker-label {
	border: 1px solid #108ABA;
}
