﻿/* 动画 */
@-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{
	padding: 2.5rem 0;
}
.section .section-title{
	text-align: center;
}
.section-title p{
	font-size: 1.7rem;
	color: #333333;
	font-weight: bold;
}
.section-title span{
	display: block;
	width: 2.4rem;
	height: 3px;
	background: #00c08b;
	margin: 0.25rem auto;
}
.section-title text{
	font-size: 0.9rem;
	color: #777771;
}
/* 内容0 */
.section-0{
	position: relative;
}
/*轮播第一张*/
.section-0 .section-banner1{
	padding: 7.4rem 0 0 22.3rem;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg1.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}
.section-0 .section-banner1 h2{
	font-size: 2.5rem;
	color: #00a95f;
}
.section-0 .section-banner1 p{
	font-size: 2.7rem;
	color: #ffffff;
}
.section-0 .section-banner1 .section-banner-text1{
	font-size: 0.95rem;
	color: #00a95f;
	margin-top: 0.8rem;
	display: block;
}
.section-0 .section-banner1 .section-banner-text2{
	font-size: 0.85rem;
	color: #f1f1f1;
	margin-top: 0.65rem;
}
.section-0 .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-0 .section-banner1 .section-down-btn img{
	width: 1.65rem;
	height: 1.65rem;
	margin-left: 0.55rem;
}
/*轮播第二张*/
.section-0 .section-banner2{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg2.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}
.section-0 .section-banner2 .section-text{
	width: 30.7rem;
	height: 2.9rem;
	display: block;
}
.section-0 .section-banner2 .section-line{
	width: 33.7rem;
	height: 5rem;
	margin-top: -1rem;
	margin-left: -2.5rem;
}
.section-0 .section-banner2 p{
	color: #98f3f9;
	font-size: 1.3rem;
	letter-spacing: 4.68px;
	margin-top: -2.5rem;
}
.section-0 .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-0 .section-banner3{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg3.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.section-0 .section-banner3 .video{
	width: 35.8rem;
	height: 20.15rem;
	position: absolute;
	left: 22.9%;
	top: 23.4%;
}
.section-0 .swiper-pagination{
	bottom: 1.5rem;
	left: 50%;
	transform: translate(-50%, 0);
}
.section-0 .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 3px;
	margin-right: 0.25rem;
	background: #FFFFFF;
}
.section-0 .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.section-0 .swiper-pagination-bullet-active{
	width: 1.35rem;
	height: 0.3rem;
	background: #00a95f;
	border-radius: 3px;
}
/*轮播第四张*/
.section-0 .section-banner4{
	padding: 10rem 0 0 18rem;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg4.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.section-0 .section-banner4 p{
    margin-bottom: 1.35rem;
    font-size: 2.1rem;
    font-weight: 500;
    color: #000000;
    font-weight: bold;
}
.section-0 .section-banner4 p span{
    color: #00C08B;
}
.section-0 .section-banner4 text{
    color: #2b2b2b;
    font-size: 0.85rem;
}
.section-0 .section-banner4 .bannerBtns{
    margin-top: 4rem;
    display: flex;
}
.section-0 .section-banner4 .bannerBtn{
    width: 6.35rem;
    text-align: center;
    height: 2.1rem;
    line-height: 2.1rem;
    background: #00c08b;
    font-size: 0.8rem;
    color: #FFFFFF;
    cursor: pointer;
}
/*轮播第五张*/
.section-0 .section-banner5{
	padding: 10rem 0 0 18rem;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg5.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
/*轮播第六张*/
.section-0 .section-banner6{
	padding: 4.3rem 0 0 0;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg6.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}
.section-0 .section-banner6 p{
    font-size: 2.55rem;
    font-weight: bold;
    letter-spacing: 2.55px;
    margin-bottom: 0.5rem;
}
.section-0 .section-banner6 text{
    font-size: 1.45rem;
}
.section-0 .section-banner6 a{
    margin: 0 auto;
    display: block;
    width: 6.7rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    background: #ffffff;
    color: #00c27b;
    font-size: 0.95rem;
    letter-spacing: 0.38px;
    margin-top: 1.2rem;
    border-radius: 1rem;
}
.section-0 .section-banner6 a:hover{
    background: #00c27b;
    color: #fff;
}
.section-0 .section-banner7{
	padding: 4.3rem 0 0 0;
	height: 32.5rem;
	background: url(../../images/index/section-0-bg77.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}
/* 内容1 */
.section-1{
	background: #f6fafd;
}
.section-1 .section-group{
	padding: 0 19.4rem;
	display: flex;
	justify-content: space-between;
}
.section-1 .section-group .section-item{
	width: 10rem;
	text-align: center;
}
.section-1 .section-group .section-item .section-image{
	width: 6.3rem;
	height: 6.3rem;
	margin: 0 auto;
}
.section-1 .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-1 .section-group .section-item .section-desc{
	
}
.section-1 .section-group .section-item .section-desc p{
	color: #333333;
	font-weight: bold;
	font-size: 2.2rem;
	position: relative;
}
.section-1 .section-group .section-item .section-desc p strong{
	
}
.section-1 .section-group .section-item .section-desc p i{
	font-style: normal;
	font-size: 1.85rem;
	letter-spacing: 3px;
	position: absolute;
	right: 1.85rem;
	top: -1rem;
}
.section-1 .section-group .section-item .section-desc span{
	display: block;
	width: 1.6rem;
	height: 3px;
	background: #999999;
	margin: 0.25rem auto;
}
.section-1 .section-group .section-item .section-desc text{
	color: #666666;
	font-size: 0.75rem;
}
/* 内容2 */
.section-2{
	
}
.section-2 .section-image{
	width: 54.15rem;
	height: 23.5rem;
	margin: 0 auto;
	margin-top: 1.5rem;
}
.section-2 .section-image img{
	width: 100%;
	height: 100%;
}
.section-2 .section-group{
	display: flex;
	justify-content: center;
	margin-top: -1.5rem;
}
.section-2 .section-group .section-item{
	margin-right: 0.8rem;
	width: 6rem;
	text-align: center;
}
.section-2 .section-group .section-item:last-child{
	margin-right: 0;
}
.section-2 .section-group .section-item .section-icon{
	width: 4rem;
	height: 3.5rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.section-2 .section-group .section-item .section-icon img{
	width: 100%;
	height: 100%;
}
.section-2 .section-group .section-item p{
	text-align: center;
	color: #333333;
	font-size: 0.7rem;
}
/* 内容3 */
.section-3{
	background: #f6fafd;
}
.section-3 .section-group{
	padding: 0 19.25rem;
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-3 .section-group .section-item{
	width: 10.7rem;
	height: 14.35rem;
	position: relative;
	margin-bottom: 1rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09); 
	cursor: pointer;
	overflow: hidden;
}
.section-3 .section-group .section-item .section-zhezhao{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(23,23,23,0.55);
	border-radius: 8px;
	display: none;
}
.section-3 .section-group .section-item:hover .section-zhezhao{
	display: block;
}
.section-3 .section-group .section-item .section-zhezhao p{
	color: #FFFFFF;
	font-size: 0.95rem;
	margin-top: 4rem;
	text-align: center;
}
.section-3 .section-group .section-item .section-bg{
	width: 100%;
	height: 100%;
}
.section-3 .section-group .section-item .section-desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	border-radius: 0px 0px 8px 8px;
	padding-top: 2rem;
	padding-bottom: 0.5rem;
	text-align: center;
}
.section-3 .section-group .section-item .section-desc .section-icon-image{
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: -1.825rem;   
	transform: translate(-50%, 0);
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.11); 
}
.section-3 .section-group .section-item .section-desc .section-icon{
	width: 3.65rem;
	height: 3.65rem;
	position: absolute;
	left: 50%;
	top: -1.825rem;   
	transform: translate(-50%, 0);
}
.section-3 .section-group .section-item .section-desc p{
	color: #333333;
	font-weight: bold;
	font-size: 1rem;
}
.section-3 .section-group .section-item .section-desc text{
	display: inline-block;
	color: #666666;
	line-height: 0.9rem;
	font-size: 0.65rem;
}
/* 内容4 */
.section-4{
	background: url(../../images/index/section-4-bg.png) no-repeat top center;
	background-size: 100% 13.85rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.section-4 .section-content{
	width: 60.5rem;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 0.35rem;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.09);
	box-sizing: border-box;
	padding: 2rem 3rem 1rem 3rem;
}
.section-4 .section-content .section-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
}
.section-4 .section-content .section-group .section-item{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	width:17rem;
}
.section-4 .section-content .section-group .section-item .section-num{
	color: #f3f3f3;
	letter-spacing: -2px;
	font-size: 4rem;
	margin-right: -1rem;
	width: 4rem;
	font-family: 'Bahnschrift', 'Bahnschrift-Regular';
}
.section-4 .section-content .section-group .section-item .section-desc{
	
}
.section-4 .section-content .section-group .section-item .section-desc p{
	color: #333333;
	font-size: 1rem;
	font-weight: bold;
}
.section-4 .section-content .section-group .section-item .section-desc text{
	color: #777771;
	font-size: 0.7rem;
	display: inline-block;
	width: 12.6rem;
}
/* 内容5 */
.section-5{
	
}
.section-5 .section-group{
	padding: 0 19.25rem;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-5 .section-group .section-item{
	width: 16.4rem;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
	text-align: center;
	background: #ffffff;
	border: 3px solid #FFFFFF;
	margin-bottom: 1rem;
	cursor: pointer;
}
.section-5 .section-group .section-item:hover{
	border: 3px solid #cbf6ed;
	border-radius: 1.3rem;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.09);
}
.section-5 .section-group .section-item .section-image{
	width: 6.1rem;
	height: 6.1rem;
	margin: 0 auto;
}
.section-5 .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-5 .section-group .section-item .section-desc{
	
}
.section-5 .section-group .section-item .section-desc p{
	color: #333333;
	font-size: 1.05rem;
	margin-bottom: 0.25rem;
	font-weight: bold;
}
.section-5 .section-group .section-item .section-desc text{
	color: #8e8e8e;
	line-height: 1rem;
	font-size: 0.7rem;
	display: inline-block;
	width: 11.75rem;
}
/* 内容6 */
.section-6{
	background: url(../../images/index/section-6-bg.png) no-repeat top center;
    background-size: 100%;
}
.section-6 .section-box-o{
	margin-top: 2rem;
}
.section-6 .section-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}
.section-6 .section-box .section-square{
	width:1.25rem;
	height: 1.3rem;
}
.section-6 .section-box .section-border{
	width: 10.35rem;
	text-align: center;
	border-radius: 0.3rem;
	height: 5.1rem;
	padding: 0.5rem 0;
	background: #FFFFFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	 transition: all 0.5s;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05); 
}
.section-6 .section-box .section-border:hover{
	-webkit-transform: scale(1.08) translate(-10px, -10px);
	 ransform: scale(1.08) translate(-10px, -10px);
}
.section-6 .section-box .section-border img{
	height: 4rem;
}
/* 内容7 */
.section-7{
	
}
.section-7 .section-content{
	margin-top: 2rem;
}
.section-7 .section-content .section-nav-tabs{
	padding: 0 35.5rem;
	display: flex;
	justify-content: space-between;
}
.section-7 .section-content .section-nav-tabs .section-nav-tab{
	width: 6.1rem;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align: center;
	color: #333333;
	font-size: 1rem;
	cursor: pointer;
}
.section-7 .section-content .section-nav-tabs .section-nav-tab.active{
	background: linear-gradient(180deg,#76e5d5, #4dc5b2);
	border-radius: 0.95rem;
	color: #FFFFFF;
}
.section-7 .section-content .section-nav-contents{
	padding-top: 3rem;
}
.section-7 .section-content .section-nav-contents .section-nav-content{
	display: none;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group{
	padding: 0 19.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item{
	width: 25.75rem;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	display: flex;
	padding: 1rem;
	cursor: pointer;
	margin-bottom: 1rem;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item.active{
	border: 2px solid rgba(101,215,179,0.66);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.10); 
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-image{
	width: 2.4rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item.active .section-image{
	background: #e8faf5;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-image img{
	width: 1.35rem;
	height: 1.35rem;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-image img:first-child{
	display: block;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-image img:last-child{
	display: none;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item.active .section-image img:first-child{
	display: none;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item.active .section-image img:last-child{
	display: block;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-desc{
	margin-left: 1rem;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-desc p{
	color: #434245;
	line-height: 1.2rem;
	font-size: 0.9rem;
}
.section-7 .section-content .section-nav-contents .section-nav-content .section-group .section-item .section-desc text{
	display: inline-block;
	color: #898989;
	line-height: 1.1rem;
	font-size: 0.6rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20rem;
}
.section-7 .section-content .section-more{
	display: block;
	width: 10.55rem;
	height: 2.55rem;
	line-height: 2.55rem;
	text-align: center;
	background: linear-gradient(180deg,#78e6d7 0%, #64d7c8 35%, #62d5c6 54%, #46c0b2);
	border-radius: 1.3rem;
	color: #ffffff;
	font-size: 1.1rem;
	margin: 0 auto;
	margin-top: 1rem;
	cursor: pointer;
	 position: relative;
	-webkit-transition: all .1s;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35);
	transition: all .1s;
	z-index: 0;
	overflow: hidden;
}
.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
}


.video_box_common{ width: 90%; height: 90%;background-color: #000;position: fixed;left: 5%;z-index: 9999;top: 50%;transform: translateY(-50%);}
.del_icon_common {position: absolute;right: -8px;top: -10px;width: 30px;height: 30px;border-radius: 50%;background-color: #fff;border: none;}
.video_data_common {width: 90%;height: 90%;background-color: #000;position: absolute;left: 5%;z-index: 9999;top: 50%;transform: translateY(-50%);}

.foot-fixed{
	height: 8.75rem;
	background: url(../../images/index/foot-ad.png) no-repeat center;
	background-size: 100%;
	position: fixed;
	bottom: -1px;
	left: 0;
	right: 0;
	color: #FFFFFF;
	z-index: 99;
}
.foot-fixed .close-ad{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 14.5rem;
	top: 2.7rem;
	cursor: pointer;
}
.foot-desc{
	margin-top: 4rem;
	text-align: center;
}
.foot-desc p{
	font-size: 1.55rem;
	letter-spacing: 2.17px;
	font-weight: bold;
	margin-bottom: 0.55rem;
}
.foot-desc text{
	letter-spacing: 0.18px;
	font-size: 0.9rem;
}
.foot-btn{
	position: absolute;
	right: 25rem;
	bottom: 1.25rem;
	width: 11rem;
	text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #ff9f21;
	border-radius: 25px;
	font-size: 1.15rem;
	color: #ffffff;
	cursor: pointer;
	animation: myfirst .6s linear infinite alternate;
}
.foot-btn img{
    width: 2.85rem;
    height: 2.85rem;
    position: absolute;
    bottom: -1rem;
    right: -1.4rem;
}
@keyframes myfirst
{
	from {transform: scale(1);}
	to {transform: scale(1.1);}
}
