﻿.banner {
	position: relative;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	top: unset;
	left: unset;
	width: 0.66rem;
	height: 0.66rem;
	border: 0.01rem solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	transition: var(--s_tran);
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background: var(--c);
	border-color: var(--c);
}

.banner .swiper-button-prev {
	right: 2.72rem;
	bottom: 0.6rem;
	margin-top: 0;
}

.banner .swiper-button-next {
	right: 1.86rem;
	bottom: 0.6rem;
	margin-top: 0;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	font-size: 0.26rem;
	color: #fff;
}


/* pro */
.index_title {
	text-align: center;
	font-family: 'sb';
	font-size: 0.46rem;
	color: #333333;
	line-height: 1;
}

.index_title::after {
	content: '';
	display: block;
	width: 1rem;
	height: 0.05rem;
	background: url('../image/i8.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.21rem;
}

.index1 {
	padding-top: 0.79rem;
	padding-bottom: 0.73rem;
	background: url('../image/i10.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.index1 .tab_box {
	margin-top: 0.6rem;
}

.index1 .tab_wrap {
	padding-bottom: 0.24rem;
	border-bottom: 0.01rem solid rgba(204, 204, 204, 1);
}

.index1 .tab {
	margin: 0 0.1rem;
	font-size: 0.22rem;
	color: #333333;
	font-family: 'sr';
	line-height: 0.5rem;
	background: #fff;
	border-radius: 0.03rem;
	cursor: pointer;
	flex: 1 1 auto;
	width: 100%;
	text-align: center;
	transition: var(--s_tran);
	position: relative;
}

.index1 .tab::after {
	content: '';
	display: block;
	width: 0.2rem;
	height: 0.1rem;
	background: url('../image/i9.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
	opacity: 0;
	transition: var(--s_tran);
}

.index1 .tab.active,
.index1 .tab:hover {
	background: var(--c);
	color: #fff;
	font-family: 'sb';
}

.index1 .tab.active::after,
.index1 .tab:hover::after {
	opacity: 1;
}

.index1 .content_wrap {
	margin-top: 0.36rem;
}

.index1 .list_flex {
	margin-left: -0.14rem;
	margin-right: -0.14rem;
}

.index1 .list_flex .item {
	padding: 0 0.14rem;
	margin-bottom: 0.28rem;
	flex: 0 0 calc(100% / 3);
}

.index1 .content_wrap .container {
	height: 1.8rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	padding-right: 0.05rem;
}

.index1 .content_wrap .flex_box1 {
	flex: 0 0 1.8rem;
}

.index1 .content_wrap .flex_box2 {
	flex: 0 0 0.14rem;
}

.index1 .content_wrap .flex_box3 {
	max-width: 2.5rem;
}

.index1 .content_wrap .flex_box1 .scale_box {
	height: 1.8rem;
}

.index1 .content_wrap .title {
	font-size: 0.14rem;
	color: #333333;
	line-height: 1;
}

.index1 .content_wrap .title::after {
	content: '';
	display: block;
	width: 0.24rem;
	height: 0.01rem;
	background: var(--c);
	margin-top: 0.11rem;
}

.index1 .content_wrap .num,
.index1 .content_wrap .size {
	line-height: 1;
	font-size: 0.14rem;
	color: #888888;
}

.index1 .content_wrap .num {
	margin-top: 0.13rem;
}

.index1 .content_wrap .size {
	margin-top: 0.1rem;
}

.index1 .content_wrap .more {
	font-size: 0.14rem;
	color: #FFFFFF;
	background: rgba(154, 215, 2, 1);
	line-height: 0.26rem;
	padding: 0 0.09rem;
	width: fit-content;
	margin-top: 0.16rem;
}

.index1 .content_wrap .more::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.09rem;
	background: url('../image/i11.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-left: 0.07rem;
	vertical-align: 0.01rem;
}

.index1 .content_wrap .content {
	display: none;
}

.index1 .content_wrap .content.active {
	display: block;
}




/* 技术服务 */
.index2 {
	padding-top: 1.63rem;
	padding-bottom: 1.1rem;
}

.index2 .flex_box .flex_box1 {
	flex: 0 0 3.4rem;
}

.index2 .tab_box {
	margin-top: 0.6rem;
	align-items: stretch;
}
.index2 .tab_wrap{
	padding-top: 0.06rem;
}

.index2 .flex_box .tab {
	cursor: pointer;
	display: block;
	width: 100%;
	border-bottom: 0.01rem solid rgba(181, 181, 181, 1);
	font-size: 0.22rem;
	color: #333333;
	transition: var(--s_tran);
	padding-bottom: 0.23rem;
	padding-top: 0.32rem;
	line-height: 1;
}

.index2 .flex_box .tab:nth-child(1) {
	padding-top: 0rem;
}

.index2 .flex_box .tab::after {
	content: '';
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	border: 0.01rem solid rgba(185, 185, 185, 1);
	transition: var(--s_tran);
	background: url('../image/i12.png') no-repeat;
	background-size: 0.06rem 0.1rem;
	background-position: center;
	vertical-align: sub;
	float: right;
}

.index2 .flex_box .tab.active,
.index2 .flex_box .tab:hover {
	color: var(--c);
	border-bottom: 0.01rem solid var(--c);
	font-family: 'sb';
}

.index2 .flex_box .tab.active::after,
.index2 .flex_box .tab:hover::after {
	background: url('../image/i13.png') var(--c) no-repeat;
	border: 0.01rem solid var(--c);
	background-size: 0.06rem 0.1rem;
	background-position: center;
}

.index2 .flex_box .flex_box2 {
	flex: 0 0 0.6rem;
}

.index2 .flex_box .flex_box3 {
	flex: 0 0 10rem;
	max-width: 10rem;
}

.index2 .content_wrap .swiper {
	margin-left: -0.1rem;
	margin-right: -0.1rem;
}

.index2 .content_wrap .swiper-slide {
	padding: 0.06rem 0.1rem;
	flex: 0 0 calc(100% / 3);
}

.index2 .content_wrap .container {
	padding: 0.15rem 0.15rem 0.16rem;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	background: rgba(245, 245, 245, 1);
	transition: var(--s_tran);
}
.index2 .content_wrap .scale_box {
	max-width: 2.9rem;
	height: 2.9rem;
}

.index2 .content_wrap .p_title {
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.15rem;
	line-height: 1;
	transition: var(--s_tran);
}
.index2 .content_wrap .des {
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.24rem;
	margin-top: 0.1rem;
	transition: var(--s_tran);
	height: 0.48rem;
}
.index2 .content_wrap .more {
	color: var(--c);
	transition: var(--s_tran);
	font-size: 0.14rem;
	margin-top: 0.1rem;
	line-height: 1;
}
.index2 .content_wrap .more::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.09rem;
	background: url('../image/i14.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-left: 0.07rem;
	transition: var(--s_tran);
}

.index2 .content_wrap .container:hover {
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(46,168,149,0.26);
	background: #fff;
}

.index2 .content_wrap .container:hover .p_title {
	color: var(--c);
}

.index2 .content_wrap .container:hover .more {
	color: rgba(154, 215, 2, 1);
}

.index2 .content_wrap .container:hover .more::after {
	background: url('../image/i15.png') no-repeat;
}

.index2 .content_wrap .swiper-pagination {
	position: static;
	line-height: 1;
	margin-top: 0.3rem;
}
.index2 .content_wrap .swiper-pagination .swiper-pagination-bullet {
	width: 0.26rem;
	height: 0.08rem;
	border: 0.5rem;
	border-radius: 1rem;
	background: rgba(203, 203, 203, 1);
	opacity: 1;
	transition: var(--s_tran);
	margin: 0 0.08rem;
}
.index2 .content_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(46, 168, 149, 1);
	width: 0.5rem;
}

.index2 .content_wrap .content {
	display: none;
}

.index2 .content_wrap .content.active {
	display: block;
}




.index3 {
	padding-top: 0.89rem;
	padding-bottom: 0.82rem;
	background: url('../image/i16.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	display: none;
}

.index3 .main > .flex_box {
	margin-top: 0.54rem;
	align-items: stretch;
}

.index3 .flex_box .flex_box1 {
	flex: 0 0 3.4rem;
	padding: 0.06rem 0;
}
.index3 .flex_box .flex_box1 .bg {
	height: 4.52rem;
}

.index3 .flex_box .flex_box1 .apply .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.index3 .flex_box .flex_box1 .apply .info img {
	max-width: 1.5rem;
	height: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transition: var(--s_tran);
}

.index3 .flex_box .flex_box1 .apply_btn {
	background: rgba(154, 215, 2, 1);
	max-width: 2.2rem;
	line-height: 0.5rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.22rem;
	color: #FFFFFF;
	margin-top: 0.13rem;
	width: 100%;
}
.index3 .flex_box .flex_box1 .active .info {
	border: 0.01rem solid rgba(154, 215, 2, 1);
	padding: 0.18rem 0.27rem;
	width: calc(100% - 0.6rem);
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.73);
	border-radius: 0.1rem;
	justify-content: space-between;
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	transform: translateX(-50%);
}

.index3 .flex_box .flex_box1 .active .info .flex_box1 {
	background: rgba(154, 215, 2, 1);
	border-radius: 0.03rem;
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.4rem;
	flex: 0 0 0.4rem;
	position: relative;
}

.index3 .flex_box .flex_box1 .active .info .flex_box1 + .flex_box1::before {
	content: ':';
	color: rgba(154, 215, 2, 1);
	font-size: 0.2rem;
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	left: -0.14rem;
	line-height: 1;
}

.index3 .flex_box .flex_box2 {
	flex: 0 0 0.2rem;
}

.index3 .flex_box .flex_box3 {
	flex: 0 0 10.4rem;
	max-width: 10.4rem;
}

.index3 .flex_box .flex_box3 .swiper {
	padding: 0.06rem 0;
	margin-left: -0.1rem;
	margin-right: -0.1rem;
}

.index3 .flex_box .flex_box3 .swiper .swiper-slide {
	padding: 0 0.1rem;
}

.index3 .flex_box .flex_box3 .n_title {
	font-size: 0.2rem;
	color: #333333;
	font-family: 'sb';
	line-height: 1;
}

.index3 .flex_box .flex_box3 .date {
	font-size: 0.14rem;
	color: #ACACAC;
}

.index3 .flex_box .flex_box3 .des {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}

.index3 .flex_box .flex_box3 .container {
	padding: 0.53rem 0.22rem 0.22rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	border: 0.01rem solid #E8E8E8;
	transition: var(--s_tran);
}

.index3 .flex_box .flex_box3 .container .date {
	margin-top: 0.34rem;
}

.index3 .flex_box .flex_box3 .container .date::before {
	content: '';
	width: 0.17rem;
	height: 0.17rem;
	display: inline-block;
	background: url('../image/i20.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	vertical-align: -0.03rem;
	margin-right: 0.06rem;
}

.index3 .flex_box .flex_box3 .container .des {
	margin-top: 0.06rem;
	height: 0.83rem;
}

.index3 .flex_box .flex_box3 .container .scale_box {
	height: 1.9rem;
	margin-top: 0.2rem;
}
.index3 .flex_box .flex_box3 .container:hover {
	box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(46,168,149,0.29);
}

.index3 .swiper-button-prev,
.index3 .swiper-button-next {
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 50%;
	background: rgba(222, 222, 222, 0.68);
	transition: var(--s_tran);
}

.index3 .swiper-button-prev {
	left: 0;
	transform: translateX(-50%);
}

.index3 .swiper-button-next {
	right: 0;
	transform: translateX(50%);
}

.index3 .swiper-button-prev:hover,
.index3 .swiper-button-next:hover {
	background: var(--c);
}

.index3 .swiper-button-prev::after,
.index3 .swiper-button-next::after {
	font-size: 0.14rem;
	color: #fff;
}
.index3 .main > .more {
	background: var(--g);
	line-height: 0.4rem;
	color: #fff;
	max-width: 1.35rem;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	position: relative;
	text-align: right;
	padding-right: 0.23rem;
	margin-top: 0.54rem;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	transition: var(--s_tran);
	height: auto;
}

.index3 .main > .more::before {
	content: '';
	display: block;
	width: 0.26rem;
	height: 0.26rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(20,106,93,0.51);
	border-radius: 50%;
	position: absolute;
	left: 0.1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: var(--s_tran);
}

.index3 .main > .more span {
	position: relative;
	z-index: 2;
}

.index3 .main > .more:hover::before {
	width: 100%;
	border-radius: 1rem;
	height: 100%;
	left: 0;
}

.index3 .main > .more:hover {
	color: var(--c);
}

.index3 .main > .more::after {
	content: '';
	display: block;
	background: var(--c);
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	position: absolute;
	left: 0.18rem;
	top: 50%;
	transform: translateY(-50%);
}




/* about */
.index4 {
	padding-top: 1.09rem;
	padding-bottom: 1.18rem;
	display: none;
}
.index4 .flex_start {
	margin-top: 0.65rem;
}
.index4 .flex_box1 {
	padding-top: 0.2rem;
}
.index4 .title {
	color: var(--c);
	font-size: 0.32rem;
	font-family: 'sb';
}
.index4 .des {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	margin-top: 0.55rem;
}

.index4 .flex_box .flex_box1 {
	flex: 0 0 7rem;
}

.index4 .flex_box .flex_box2 {
	flex: 0 0 0.5rem;
}

.index4 .flex_box .flex_box3 {
	flex: 0 0 6.5rem;
}

.index4 .flex_box .flex_box3 .scale_box {
	height: 4.48rem;
}

.index4 .more {
	border: 0.01rem solid var(--g);
	line-height: 0.4rem;
	color: var(--c);
	max-width: 1.35rem;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	position: relative;
	text-align: right;
	padding-right: 0.23rem;
	margin-top: 0.54rem;
	z-index: 1;
	transition: var(--s_tran);
}

.index4 .more span {
	position: relative;
	z-index: 2;
}

.index4 .more:hover {
	color: #fff;
	background: var(--g);
}

.index4 .more::after {
	content: '';
	display: block;
	background: var(--c);
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	position: absolute;
	left: 0.18rem;
	top: 50%;
	transform: translateY(-50%);
}

.index4 .scroll {
	margin-top: 0.65rem;
	justify-content: space-between;
}

.index4 .scroll .flex_box1 {
	flex: 0 0 auto;
}

.index4 .scroll .scroll_num,
.index4 .scroll .plus {
	font-family: 'psb';
	color: var(--c);
	font-size: 0.55rem;
}
.index4 .scroll .per {
	font-size: 0.16rem;
	color: var(--c);
}

.index4 .scroll .des {
	font-size: 0.2rem;
	color: #666666;
	margin-top: 0.04rem;
	line-height: 1;
}
#activetime{
    background: rgba(154, 215, 2, 1);
    border-radius: 0.03rem;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.4rem;
    position: relative;
    width: 100%;
}
@media (max-width:768px) {
    .banner .swiper-button-prev {
	    left: 5px;
	    top: 50%;
	    bottom: unset;
	    transform: translateY(-50%);
    }

    .banner .swiper-button-next {
	    right: 5px;
	    top: 50%;
	    bottom: unset;
	    transform: translateY(-50%);
    }
    .index1 .tab {
        font-size: 14px;
        white-space: nowrap;
        padding: 0 3px;
        margin: 0 3px;
    }
    .index1 .list_flex .item {
        flex: 0 0 calc(100% / 2);
        width: 50%;
    }
    .index1 .content_wrap .flex_box1 .scale_box {
        height: 180px;
    }
    .index1 .content_wrap .container {
        flex-wrap: wrap;
        height: auto;
        padding-right: 0;
    }
    .index1 .content_wrap .container > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index1 .content_wrap .container .flex_box3 {
        padding: 10px;
    }
    .index1 .content_wrap .title {
        font-size: 14px;
    }
    .index1 .content_wrap .num,
    .index1 .content_wrap .size {
        font-size: 12px;
    }
    .index1 .content_wrap .title::after {
        height: 1px;
    }
    .index1 .content_wrap .more {
        line-height: 26px;
        font-size: 12px;
    }
    .index1 .content_wrap .more::after {
        width: 5px;
        height: 9px;
    }
    .index2 .tab_box {
        flex-wrap: wrap;
    }
    .index2 .tab_wrap .tab {
        font-size: 12px;
    }
    .index2 .tab_box > .flex_box1,
    .index2 .tab_box > .flex_box2,
    .index2 .tab_box > .flex_box3 {
        flex: 0 0 100%;
        width: 100%;
    }
    .index2 .tab_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .index2 .tab_wrap .tab {
        flex: 0 0 50%;
        padding-right: 10px;
    }
    .index2 .flex_box .tab:nth-child(1) {
        padding-top: 0.32rem;
    }
    .index2 .content_wrap .swiper-slide {
        flex: 0 0 50%;
    }
    .index2 .content_wrap .scale_box {
        max-width: 100%;
        height: 150px;
    }
    .index2 .content_wrap {
        margin-top: 20px;
    }
    .index2 .content_wrap .p_title {
        font-size: 14px;
    }
    .index2 .content_wrap .des,
    .index2 .content_wrap .more {
        font-size: 12px;
        line-height: 2;
        height: auto;
    }
    .index2 .content_wrap .more::after {
        width: 5px;
        height: 9px;
    }
    .index3 .flex_box .flex_box1 {
        flex: 0 0 calc((100% - 0.2rem) / 2);
    }
    .index3 .flex_box .flex_box3 {
        max-width: calc((100% - 0.2rem) / 2);
    }
    .index3 .flex_box .flex_box3 .n_title {
        font-size: 14px;
    }
    .index3 .flex_box .flex_box3 .container .des,
    .index3 .flex_box .flex_box3 .container .date {
        font-size: 12px;
        line-height: 1.2;
            display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    }
    .index3 .flex_box .flex_box3 .container .des {
        height: 28px;
    }
    .index3 .main > .more,
    .index4 .more {
        max-width: fit-content;
        width: fit-content;
        padding-left: 20px;
    }
    .index3 .main > .more span,
    .index4 .more {
        font-size: 12px;
    }
    .index4 .flex_start {
        flex-wrap: wrap;
    }
    .index4 .des {
        font-size: 12px;
        line-height: 1.5;
    }
    .index4 .flex_box > div {
        flex: 0 0 100% !important;
    }
    .index4 .scroll {
        flex-wrap: wrap;
    }
    .index4 .scroll > div {
        flex: 0 0 50% !important;
    }
    .index4 .scroll .des,
    .index4 .scroll .per {
        font-size: 12px;
    }
    
}