
.sec3 .inner {
	box-shadow: rgba(0, 0, 0, 0.1) -0.625em 0.625em 2.375em;
	border-radius: 1.5em;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
.sec3 .part1 {
	padding: 4em 5em 4em;
}
.sec3 .part1 .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 5em;
}
.sec3 .part1 .title h3 {
	font-size: 1.5em;
	color: var(--theme-color);
}
.sec3 .part1 .title .btn {
	background-color: var(--theme-color);
	border-radius: 50%;
	position: relative;
	width: 4em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--theme-color);
	flex-shrink: 0;
}
.sec3 .part1 .title .btn svg {
	fill: rgb(255, 255, 255);
	width: 25%;
}
.sec3 .part1 .title .btn .tip-box {
	border-radius: 0.625em;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(222, 226, 230);
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 2em;
	transform: translate(20%, -50%);
	padding: 1em 1.375em;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.75s, transform 0.75s;
}
.sec3 .part1 .title .btn:hover .tip-box {
	pointer-events: auto;
	opacity: 1;
	transform: translate(0px, -50%);
}
.sec3 .part1 .title .btn .tip-box::before, .sec3 .part1 .title .btn .tip-box::after {
	content: "";
	border-style: solid;
	border-width: 0.6875em 0px 0.6875em 0.875em;
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -0.6875em;
}
.sec3 .part1 .title .btn .tip-box::before {
	border-color: transparent transparent transparent rgb(222, 226, 230);
}
.sec3 .part1 .title .btn .tip-box::after {
	border-color: transparent transparent transparent rgb(255, 255, 255);
	margin-left: -2px;
}
.sec3 .part1 .title .btn .tip-box p {
	font-size: 0.875em;
	color: rgb(104, 113, 122);
	line-height: 1.5;
	width: 11em;
}
.sec3 .part1 .swiper-slide {
	border-right: 1px solid rgb(204, 204, 204);
	padding: 0px 2.5em;
	height: auto;
}
.sec3 .part1 .swiper-slide:first-child {
	padding-left: 0px;
}
.sec3 .part1 .swiper-slide:last-child {
	border-right-color: transparent;
	padding-right: 0px;
}
.sec3 .part1 .swiper-slide h5 {
	/* font-size: 0.24rem; */
	/* line-height: 1; */
	/* color: rgb(0, 0, 0); */
	/* margin-bottom: 2.6em; */
	/* font-family: 'PingFangBold'; */
	font-size: 0.24rem;
	font-family: 'PingFangBold';
	line-height: 1;
	color: rgb(0, 0, 0);
	margin: 0em 0 0.6em 0;
}
.sec3 .part1 .swiper-slide p {
	/* color: rgb(102, 102, 102); */
	/* line-height: 2; */
	/* font-size: 0.18rem; */
	/* font-family: 'PingFangBold'; */
	color: rgb(102, 102, 102);
	line-height: 0.3rem;
	font-size: 0.18rem;
}
.sec3 .part2 {
	background-repeat: no-repeat;
	background-image: url("../images/service_build_sec3_bg.jpg");
	background-size: cover;
	background-position: center center;
	padding: 3.75em 5em 3.125em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	color: rgb(255, 255, 255);
}
.sec3 .part2 .left-part {
	width: 62.5%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.sec3 .part2 .left-part h3 {
	font-size: 3.5em;
	line-height: 1.3;
}
.sec3 .part2 .left-part ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sec3 .part2 .left-part li {
	font-size: 0.875em;
	color: #666;
	background-color: #fff;
	line-height: 1.5;
	padding: 0.57em 1.14em;
	border-radius: 1.32em;
	margin-right: 1.14em;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.sec3 .part2 .left-part li.active {
	color: #fff;
	background-color: var(--theme-color);
}
.sec3 .part2 .left-part li:last-child {
	margin-right: 0;
}
.sec3 .part2 .right-part {
	width: 37.5%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 1em;
	background-color: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(0.625em);
}
.sec3 .part2 .right-part .swiper-slide {
	padding: 3.125em 2.5em 4em;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	height: 24.375em;
}
.sec3 .part2 .right-part h5 {
	font-size: 1.5em;
}
.sec3 .part2 .right-part p {
	line-height: 2;
}

.sec3 .part2{
	background-image: url(http://www.rosion.com/image/jiejuefangan/service_build_sec1_bg2.jpg);
	padding: 1.2rem 5em 1.2rem;
	display: block;
}
.sec3 .part2 .left-part{
	width: 100%;
	display: block;
	margin-bottom: 7.5em;
}
.sec3 .part2 .left-part ul{
	display: none;
}
.sec3 .part2 .right-part{
	width: 100%;
	border: 0 none;
	border-radius: 0;
	background-color: transparent;
	backdrop-filter: none;
}
.sec3 .part2 .right-part .swiper-slide{
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 0.3125em;
	background-color: rgba(255,255,255,0.14);
	backdrop-filter: blur(0.625em);
	padding: 1.5em 1.25em 1.25em 1.875em;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	height: auto;
	width: 15.25% !important;
}
.sec3 .part2 .right-part h5{
	font-size: 0.24rem;
	line-height: 1.333;
	margin-bottom: 0.5em;
}
.sec3 .part2 .right-part p{
	font-size: 0.16rem;
	line-height: 1.5;
	opacity: 0.8;
}
.sec3 .part2 .right-part svg{
	fill: var(--theme-color);
	width: 1.125em;
	align-self: flex-end;
}
.sec3 .part2 .left-part h3 {
    font-size: 0.46rem;
    font-family: 'PingFangBold';
    line-height: 1.3;
}
@media only screen and (min-width:1025px) {
	.sec3 .part2 .left-part li:hover {
		color: #fff;
		background-color: var(--theme-color);
	}

}


@media only screen and (max-width:1024px) {
	body {
		background-position: right 23%;
		background-size: 100% auto;
	}

	.sec3 {
		padding: 7.5% 0;
	}
	.sec3 .part1 {
		padding: 10% 5%;
	}
	.sec3 .part1 .title {
		margin-bottom: 10%;
	}
	.sec3 .part1 .title h3{
		font-size: 1.7em;
	}
	.sec3 .part1 .title .btn {
		width: 3em;
		height: 3em;
	}
	.sec3 .part1 .title .btn .tip-box {
		font-size: 1.2em;
	}
	.sec3 .part1 .swiper-slide h5 {
		font-size: 0.3rem;
	}
	.sec3 .part1 .swiper-slide p {
		font-size: 0.2rem;
	}
	.sec3 .part1 .swiper-scrollbar{
		position: static;
		margin-top: 5%;
	}
	.sec3 .part2 {
		padding: 10% 5%;
		display: block;
	}
	.sec3 .part2 .left-part {
		width: 100%;
		display: block;
		margin-bottom: 4.5em;
	}
	.sec3 .part2 .left-part h3 {
		font-size: 0.36rem;
	}
	.sec3 .part2 .left-part ul {
		overflow-x: auto;
		margin: 0 -5%;
		padding: 5%;
	}
	.sec3 .part2 .left-part li {
		font-size: 1.2em;
		flex-shrink: 0;
	}
	.sec3 .part2 .right-part {
		width: 100%;
		overflow-x: auto;
	}
	.sec3 .part2 .right-part .swiper-slide {
		padding: 10% 5%;
	}
	.sec3 .part2 .right-part h5 {
		font-size: 1.7em;
	}
	.sec3 .part2 .right-part p {
		font-size: 1.2em;
	}

}




@media only screen and (max-width:1024px){



	.sec3 .part2{
		padding: 0.7rem 0.24rem 0.4rem 0.24rem;
	}
	.sec3 .part2 .right-part .swiper-slide{
		padding: 5%;
		width: 200px !important;
	}
	.sec3 .part2 .right-part .swiper-scrollbar{
		position: static;
		margin-top: 5%;
		background-color: rgba(255,255,255,0.1);
	}
	.sec3 .part2 .right-part .swiper-scrollbar-drag{
		background-color: rgba(255,255,255,0.5);
	}
	.sec3 .part2 .right-part h5{
		font-size: .24rem;
	}
	.sec3 .part2 .right-part p{
		font-size: 0.2rem;
	}

.sec3 .part1 .swiper-slide {

    width: 65% !important;
}
.sec3 .part1 .swiper-wrapper{
    overflow-x: auto;
            padding-bottom: 10px;
}
.sec3 .part2 .swiper-wrapper{
            padding-bottom: 10px;
}
.sec3 .inner{    box-shadow: rgba(0, 0, 0, 0.1) -0.625em 0.625em 2.375em;
    border-radius: 1em;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 0.1rem;
    margin-bottom: 0.4rem;}
}





.service-box1.style2 {
    margin-top: 0;
    overflow: hidden;
        width: 100%;
        background: #f5f7fa;
}
.container {
    margin: 0 auto;
    width: 100%;
      padding: 1rem 1rem 1rem 1rem;
}
.service-box1 .container .title {
    text-align: center;
       font-size: 0.46rem;
    font-family: 'PingFangBold';
}
.service-box1 .container .icons {
    display: flex
;
    justify-content: center;
    margin-top: 0.92rem;
    transform: translateY(-0.92rem);
    opacity: 0;
}
.service-box1 .container .icons p {
    width: 40px;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.service-box1 .container .icons p::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scale2 2s linear infinite;
    z-index: -1;
}
.service-box1 .container .icons p::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scale2 2s 1s linear infinite;
    z-index: -1;
}
.service-box1 .container .icons span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #1bd629;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.service-box1 .container .icons span svg {
    width: 12px;
    height: 12px;
    animation: scroll2 2s forwards linear infinite;
}
@keyframes scroll2 {
  0% {
    transform: translateY(0) rotateZ(90deg);
  }
  50% {
    transform: translateY(3px) rotateZ(90deg);
  }
  100% {
    transform: translateY(0) rotateZ(90deg);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.service-box1 .container .icons span svg path {
    fill: #5fb613;
}
.service-box1.style2 .c-img {
    position: relative;
    margin: 0.2rem auto 0;
    text-align: center;
    max-width: 88% !important;
}
.service-box1.style2 .c-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.service-box1.style2 .c-img img:nth-child(1) {
    position: relative;
    z-index: 5;
}
.service-box1.style2 .c-img img:nth-child(2) {
    z-index: 6;
}
.service-box1.style2 .c-img img:nth-child(3) {
    z-index: 6;
}
@media only screen and (max-width: 1024px) {
    .container {

    padding: 7.5% 0;
    padding-left: 5vw;
    padding-right: 5vw;
}
.service-box1 .container .title {
    font-size: 0.4rem;
}
}
	.pai_sec4{
	    	        padding: 1rem 1rem 1.5rem 1rem;
	    	}
	    	    .pai_sec4 .list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 0.5rem;
}
.pai_sec4 .list::after {
	content: "";
	display: block;
	width: 30%;
}
.pai_sec4 .list a {
	width: 31%;
	margin-bottom: 6.66%;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s, opacity 0.75s;
	position: relative;
	display: block;
}
.pai_sec5 .list a {
	width: 23.7%;
	margin-bottom: 6.66%;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s, opacity 0.75s;
	position: relative;
	display: block;
}
.pai_sec4 .list a.actived {
	transform: translateY(0px);
	opacity: 1;
}
.pai_sec4 .list a .img-box {
	overflow: hidden;
	position: relative;
	border-radius: 0.625em;
}
.pai_sec4 .list a .img-box::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 49, 41, 0) 0%, #5fb613 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s;
}
.pai_sec4 .list a .img-box img {
	transition: transform 0.75s;
}
.pai_sec4 .list a h4 {
	line-height: 1.333;
	font-size: 0.24rem;
	    font-family: 'PingFangBold';
}
.pai_sec4 .list a .img-box h4 {
	position: absolute;
	/* right: 2em; */
	/* left: 7em; */
	text-align: center;
	width: 100%;
	bottom: 2.5em;
	z-index: 2;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s, opacity 0.75s;
	white-space: pre-wrap;
	color: #fff;
}
.pai_sec4 .list a > h4 {
	display: none;
	color: #666;
}
.c_shuzi ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0rem 0 0.8rem 0;
}
.c_shuzi ul li{
    margin-right: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5fb613;
    border: 1px solid #5fb613;
    margin: 0 0.1rem;
    transition: all 0.4s;
    font-size: 0.20rem;
    /* font-family: 'PingFangBold'; */
    cursor:pointer;
}
.c_shuzi ul li:hover{
      background: #5fb613;
    border: 1px solid #5fb613 !important;
    color: #fff !important;
}
.c_active{
    background: #5fb613;
    border: 1px solid #5fb613 !important;
    color: #fff !important;
}
.pai_sec6 .bg {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.pai_sec6 .bg img {
    width: 100%;
    transform: translateY(-2rem);
}
.pai_sec6 .container{
    margin-top: -100vh;
    position: relative;
    z-index: 2;
    padding: 1.1rem 1rem 1rem 1rem !important;
}
@media only screen and (min-width:1025px) {
    	.pai_sec4 .list a:hover .img-box::before {
		opacity: 1;
	}
	.pai_sec4 .list a:hover .img-box img {
		transform: scale(1.1);
	}
	.pai_sec4 .list a:hover .img-box h4 {
		transform: translateY(0px);
		opacity: 1;
	}
}
@media only screen and (max-width:1024px) {
    
    .pai_sec4 .list {
		display: block;
	}
	 .pai_sec4 .list {
		display: flex;
	}
	.pai_sec4 .list::after {
		display: none;
	}
	.pai_sec4 .list a {
		width: 100%;
		margin-bottom: 7%;
	}
	.pai_sec5 .list a {
		width: 48.7%;
		margin-bottom: 7%;
	}
	.pai_sec4 .list a h4 {
		font-size: 0.24rem;
	}
	.pai_sec4 .list a > h4 {
		display: block;
		margin-top: 1em;
		text-align: center;
	}
	    .pai_sec4 {
        padding: 7.5% 0;
        padding-left: 5vw;
        padding-right: 5vw;
    }

}
.pai_zixun{
    display: flex;
    justify-content: center;
}
.pai_ljzx {
    color: #5fb613;
    border: 1px solid #5fb613;
    line-height: 0.5rem;
    padding: 0 0.54rem;
    font-size: 0.18rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    border-radius: 0.3rem;
    top: 0;
}
.pai_ljzx {
    color: #fff;
    border-color: #fff;
    background: #5fb613;
    color: #fff;
    border-color: #5fb613;
}
.pai_ljzx:hover{
    color: #fff !important;
}
@media (max-width: 991px) {
    .about .about-box7 .bg img {
        transform: translateY(1.5rem);
    }
}
@media (max-width: 1024px) {
    .pai_sec6 .container {
        width: 100% !important;
        padding: 7.5% 0 !important;
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }
    .pai_sec6 .bg img {
    width: 100%;
    transform: translateY(-0rem);
}
}