/* 动画 */
@-webkit-keyframes anim-out {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes anim-out {
    0% {
    }
    100% {
        width: 100%
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

@keyframes anim-out {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }
    100% {
        background: 0 0
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }
    100% {
        background: 0 0
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }
    100% {
        background: 0 0
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }
    100% {
        background: 0 0
    }
}
.section .section-title-part{
	text-align: center;
}
.section .section-title-part .section-title{
	display: inline-block;
	font-weight: bold;
	color: #333333;
	font-size: 2rem;
	padding: 0.8rem 3rem;
	margin-top: 2rem;
	position: relative;
	border-bottom: 1px solid #707070;
}
.section .section-title-part p{
	font-size: 1rem;
	margin-top: 0.75rem;
	color: #666666;
}
.line1{
	width: 15.45rem;
	height: 3px;
	background: #00C08B;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, 0); 
}
.section .section-sub-title{
	color: #333333;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
}
.line2{
	width: 2.5rem;
	height: 4px;
	background: #00C08B;
	position: absolute;
	bottom: -10px;
}
.section .section-sub-title-o{
	color: #00C08B;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.line3{
	width: 1.85rem;
	height: 3px;
	background: #00C08B;
	position: absolute;
	bottom: -0.8rem;
}
/* 内容00 */
.section-00{
	position: relative;
}
/*轮播第一张*/
.section-00 .section-banner1{
	padding: 7.4rem 0 0 22.3rem;
	height: 32.5rem;
	background: url(../images/banner/section-1-bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}
.section-00 .section-banner1 h2{
	font-size: 2.5rem;
	color: #00a95f;
}
.section-00 .section-banner1 p{
	font-size: 2.7rem;
	color: #ffffff;
}
.section-00 .section-banner1 .section-banner-text1{
	font-size: 0.95rem;
	color: #00a95f;
	margin-top: 0.8rem;
	display: block;
}
.section-00 .section-banner1 .section-banner-text2{
	font-size: 0.85rem;
	color: #f1f1f1;
	margin-top: 0.65rem;
}
.section-00 .section-banner1 .section-down-btn{
	background: #00a95f;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 1.1rem;
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13rem;
	height: 3rem;
	cursor: pointer;
}
.section-00 .section-banner1 .section-down-btn img{
	width: 1.65rem;
	height: 1.65rem;
	margin-left: 0.55rem;
}
/*轮播第二张*/
.section-00 .section-banner2{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../images/banner/section-2-bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}
.section-00 .section-banner2 .section-text{
	width: 30.7rem;
	height: 2.9rem;
	display: block;
}
.section-00 .section-banner2 .section-line{
	width: 33.7rem;
	height: 5rem;
	margin-top: -1rem;
	margin-left: -2.5rem;
}
.section-00 .section-banner2 p{
	color: #98f3f9;
	font-size: 1.3rem;
	letter-spacing: 4.68px;
	margin-top: -2.5rem;
}
.section-00 .section-banner2 .section-down-btn{
	margin-top: 2.8rem;
	width: 10.1rem;
	height: 2.8rem;
	line-height: 2.8rem;
	background: linear-gradient(81deg,#fa2c6f 0%, #1947fc 100%);
	border-radius: 0.5rem;
	text-align: center;
	letter-spacing: 3.96px;
	color: #FFFFFF;
	font-size: 1.1rem;
	cursor: pointer;
	display: inline-block;
}
/*轮播第三张*/
.section-00 .section-banner3{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../images/banner/section-3-bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.section-00 .section-banner3 .video{
	width: 35.8rem;
	height: 20.15rem;
	position: absolute;
	left: 22.9%;
	top: 23.4%;
}
/*轮播第四张*/
.section-00 .section-banner4{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../images/banner/section-4-bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.section-00 .section-banner4 .video{
	width: 35.8rem;
	height: 20.15rem;
	position: absolute;
	left: 22.9%;
	top: 23.4%;
}

/*轮播第五张*/
.section-00 .section-banner5{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../images/banner/section-5-bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}
.section-00 .section-banner5 .section-text{
	width: 30.7rem;
	height: 2.9rem;
	display: block;
}
.section-00 .section-banner5 .section-line{
	width: 33.7rem;
	height: 5rem;
	margin-top: -1rem;
	margin-left: -2.5rem;
}
.section-00 .section-banner5 p{
	color: #98f3f9;
	font-size: 1.3rem;
	letter-spacing: 4.68px;
	margin-top: -2.5rem;
}
.section-00 .section-banner5 .section-down-btn{
	margin-top: 2.8rem;
	width: 10.1rem;
	height: 2.8rem;
	line-height: 2.8rem;
	background: linear-gradient(81deg,#fa2c6f 0%, #1947fc 100%);
	border-radius: 0.5rem;
	text-align: center;
	letter-spacing: 3.96px;
	color: #FFFFFF;
	font-size: 1.1rem;
	cursor: pointer;
	display: inline-block;
}
/*轮播第六张*/
.section-00 .section-banner6{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../images/banner/section-6-bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.section-00 .section-banner6 .video{
	width: 35.8rem;
	height: 20.15rem;
	position: absolute;
	left: 22.9%;
	top: 23.4%;
}
.section-00 .swiper-pagination{
	bottom: 1.5rem;
	left: 50%;
	transform: translate(-50%, 0);
}
.section-00 .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 3px;
	margin-right: 0.25rem;
	background: #FFFFFF;
}
.section-00 .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.section-00 .swiper-pagination-bullet-active{
	width: 1.35rem;
	height: 0.3rem;
	background: #00a95f;
	border-radius: 3px;
}

/* 内容0 */
.section-0{
	height: 23rem;
    background: url(../images/banner/section-about-bg.png) no-repeat center;
    background-size: cover;
}
.section-0 .section-banner{
	color: #fff;
	padding: 5.4rem 18rem;
}
.section-0 .section-banner p{
	font-size: 1.9rem;
}
.section-0 .section-banner strong{
	font-size: 2.8rem;
}
.section-0 .section-banner text{
	font-size: 1.05rem;
	display: block;
	margin-top: 1.65rem;
}
/* 内容1 */
.section-1{
	background: #F5F5F5;
	padding-bottom: 3rem;
}
.section-1 .section-brief{
	margin-top: 2rem;
	font-size: 1rem;
	color: #666666;
	line-height: 1.8rem;
	padding: 0 20rem;
}
.section-1 .section-brief p{
	text-indent: 2rem;
}
/* 内容2 */
.section-2{
	padding-bottom: 3rem;
}
.section-2 .section-cont-flex{
	display: flex;
	margin-top: 2rem;
	justify-content: center;
}
.section-2 .section-cont-flex .section-cont-img{
	width: 26.15rem;
}
.section-2 .section-cont-flex .section-cont-img img{
	width: 100%;
	height: 100%;
}
.section-2 .section-cont-flex .section-cont-r{
	width: 26.35rem;
	padding: 1.7rem 2.5rem;
	background: #F5F5F5;
}
.section-2 .section-cont-flex .section-cont-r .section-cont-details{
	font-size: 1rem;
	text-indent: 2rem;
	line-height: 1.8rem;
	color: #666666;
	margin-top: 2rem;
}
/* 内容3 */
.section-3{
	width: 44rem;
	margin: 0 auto;
	margin-bottom: 3rem;
	padding: 0 6.75rem 4rem 6.75rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	position: relative;
}
.section-3 .section-part-details{
	font-size: 1rem;
	line-height: 1.8rem;
	color: #666666;
	margin-top: 2rem;
}
.section-3 .section-left-icon{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5rem;
	height: 5rem;
}
.section-3 .section-left-icon img{
	width: 100%;
}
.section-3 .section-right-icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5rem;
	height: 5rem;
}
.section-3 .section-right-icon img{
	width: 100%;
}
/* 内容4 */
.section-4{
	padding-bottom: 4rem;
	background: #F5F5F5;
}
.section-4 .section-groups{
	margin-top: 2.8rem;
}
.section-4 .section-groups .section-group{
	position: relative;
}
.section-4 .section-group .section-item{
	display: flex;
	justify-content: center;
}
.section-4 .section-group .section-item .section-item-left{
	width: 26.2rem;
	height: 11.85rem;
}
.section-4 .section-group .section-item .section-item-left img{
	width: 100%;
}
.section-4 .section-group .section-item .section-item-right{
	width: 16.9rem;
	background: #FFFFFF;
	padding: 2.35rem 4.65rem 0 4.65rem;
}
.section-4 .section-group .section-item .section-item-right p{
	font-size: 1rem;
	color: #666666;
	margin-top: 1.5rem;
}
.section-4 .section-group .section-group-icon{
	width: 3.35rem;
	height: 3.35rem;
	position: absolute; 
	left: 50%;
	top: 50%;   
	transform: translate(-50%, -50%);  
}
.section-4 .section-group .section-group-icon img{
	width: 100%
}
.section-more .anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%
}

.section-more .anim {
    -moz-animation: anim-out .75s;
    -webkit-animation: anim-out .75s;
    animation: anim-out .75s
}

.section-more .anim:after {
    -moz-animation: anim-out-pseudo .75s;
    -webkit-animation: anim-out-pseudo .75s;
    animation: anim-out-pseudo .75s
}

.section-more .anim, .section-more .anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s
}
