.banner img{
    width: 100%;
}
.banner_pc{
    position: relative;
}
/*.banner_main{
    position: absolute;
    left: 50%;
    top: 0;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    transform: translate(-50%,0);
}*/
a.banner_more{
    position: absolute;
    left: 18.75%;
    bottom: 7.4%;
    display: block;
    width: 19.11%;
    text-align: center;
    transition: all 0.6s;
}
a.banner_more:hover {
    transform: scale(1.05);
}
img.mm{
    display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
    background: #ff860f;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/exz.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}
.banner .swiper-button-next{
    background: url(../images/exy.png) no-repeat;
    background-size: 100% 100%;
    right: 20px;
}
.footer{
    padding: 30px 0;
    background: #eeeef0;
}
.foot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.foot_lf{
    width: 14%;
}*/
.foot_lf img{
    max-width: 130px;
}
.foot_con{
    width: 71.6%;
}
.foot_url{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.foot_url a{
    display: block;
    font-size: 16px;
    color: #0e0101;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #0e0101;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #0e0101;
    text-align: center;
}
.title{
    position: relative;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 45px;
    z-index: 2;
}
.title h2{
    position: relative;
    font-size: 36px;
    font-weight: bold;
}
.title p{
    margin-top: 10px;
    color: #2E2E2E;
    font-size: 18px;
}
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin: 0 auto;
    margin-top: 34px;
}
.more a{
    display: inline-block;
    width: 168px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    background: #00C68A;
}
.more a:hover{
    background: #FFC300;
}
.index1{
    margin-top: 60px;
}
.index1_con{
    display: flex;
    justify-content: space-between;
}
.index1_con_left{
    width: 75.4%;
}
.index1_con_left ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index1_con_left ul li{
    width: 31.8%;
    background: #D7F7F2;
    margin-bottom: 18px;
    border-radius: 15px;
    text-align: center;
    padding: 24px 0;
    border: 1px solid #D7F7F2;
}
.index1_con_left ul li h3{
    font-size: 18px;
    color: #1F1F1F;
    line-height: 26px;
}
.index1_con_left ul li:nth-child(2n){
    background: #DDFAEC;
    border: 1px solid #DDFAEC;
}
.index1_con_right{
    width: 15.9%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.index1_con_left ul li:hover{
    border: 1px solid #00B17A;
}
.index1_con_left ul li:hover h3{
    color: #00B17A;
}
.index2{
    margin-top: 120px;
}
.index2_con ul{
    display: flex;
    justify-content: space-between;
}
.index2_con ul li{
    width: 24%;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    padding-bottom: 20px;
    position: relative;
}
.index2_con ul li:hover{
    border: 1px solid #52DC8E;
    box-shadow: 0 2px 4px rgba(82, 220, 142, 0.38);
}
.index2_con_top{
    background: linear-gradient(to right, #0FCB8C, #52DC8E);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    text-align: center;
    padding: 20px 0;
}
.index2_con_top h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.index2_con_biao{
    margin-bottom: 10px;
}
.index2_con_biao img{
    margin: 0 auto;
}
.index2_con_bot{
    padding: 12px 12px 20px;
}
.index2_con_bot p{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 26px;
}
.index2_con_jian{
    text-align: right;
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.index2_con_jian img{
    display: inline-block;
}
.index3{
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}
.index3_left{
    width: 48.4%;
    background: #EDF8F5;
    padding: 60px 34px 80px;
}
.index3_left h3{
    font-size: 36px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 30px;
}
.index3_left p{
    font-size: 18px;
    color: #5E5E5E;
    line-height: 26px;
}
.index3_right{
    width: 51.6%;
    background: #00B17A;
    display: flex;
    justify-content: center;
}
.index3_right_img{

}
.index3_right_img_da{
    position: relative;
    margin-top: -32px;
}
.index3_right_img_da img{
    border-radius: 30px;
}
.index3_right_title{
    width: 144px;
    height: 45px;
    background: url(../images/index3_btn.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #000000;
    position: absolute;
    bottom: -20px;
    right: -36px;
}
.index3_right_title_biao{
    position: absolute;
    top: -37px;
    left: -30px;
    object-fit: cover;
}
.index4{
    margin-top: 130px;
}
.index4_con{
    display: flex;
    justify-content: space-between;
}
.index4_content{
    width: 331.5px;
}
.index4_con_center{
    flex: 1;
}
.index4_con_center img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.index4_con_right{
    text-align: right;
}
.index4_content ul li{
    margin-bottom: 40px;
}
.index4_content ul li:last-child{
    margin-bottom: 0;
}
.index4_content ul li h3{
    font-size: 24px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 10px;
}
.index4_content ul li p{
    font-size: 18px;
    color: #4A4A4A;
}
.index4_content ul li h3 .index4_title{
    position: relative;
}
.index4_content ul li h3 .index4_title:before{
    content: "";
    position: absolute;
    width: 28px;
    height: 24px;
    background: url(../images/index4_yuan1.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -12px;
    left: -40px;
}
.index4_con_left{
    margin-left: 40px;
}
.index4_content ul li:nth-child(2n) h3 .index4_title:before{
    background: url(../images/index4_yuan2.png) no-repeat;
}
.index4_dian{
    position: relative;
    font-weight: bold;
    font-size: 13px;
    color: #787878;
    top: -7px;
    margin: 0 12px;
}
.index4_xu{
    font-size: 30px;
    font-weight: bold;
    color: rgba(0,0,0,0);
    text-stroke:1px #00B17A;
    -webkit-text-stroke:1px #00B17A;
}
.index5{
    margin-top: 90px;
}
.index5_con{
    display: flex;
    justify-content: space-between;
}
.index5_tab{
    width: 198px;
    margin-right: 12px;
}
.index5_tab ul{
    height: 100%;
}
.index5_tab ul li{
    width: 100%;
    height: 23.5%;
    margin-bottom: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #ffffff;
    border: 1px solid #D1D1D1;
    border-radius: 11px;
    padding-left: 24px;
    cursor: pointer;
}
.index5_tab ul li h3{
    font-size: 20px;
    color: #292929;
}
.index5_tab_tu{
    margin-right: 16px;
}
.index5_tab ul .current{
    background: #CAFFD2;
    border: 1px solid #00B17A;
}
.index5_content{
    flex: 1;
    border: 1px solid #D1D1D1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border-radius: 11px;
    padding: 38px;
}
.index5_content>div{
    display: none;
}
.index5_content>div:first-child{
    display: block;
}
.index5_content_con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index5_content_left{
    width: 76%;
}
.index5_content_right{
    width: 22.8%;
    text-align: center;
}
.index5_content_right_t img{
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
}
.index5_content_left_top{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 18px;
}
.index5_content_right h3{
    margin-top: 14px;
    font-size: 18px;
    color: #2E2E2E;
}
.index5_content_left_top h3{
    font-size: 24px;
    color: #00B17A;
    margin-right: 30px;
}
.index5_content_left_top h4{
    font-size: 18px;
    color: #2E2E2E;
    border: 1px solid #FF8D1A;
    border-radius: 136px;
    padding: 6px 16px;
    background: linear-gradient(to right, #ffffff, #FFC300);
}
.index5_content_left_center{
    display: flex;
    justify-content: left;
    margin-bottom: 18px;
}
.index5_content_left_center h3{
    font-size: 18px;
    color: #1C1C1C;
    font-weight: bold;
}
.index5_content_txt{
    flex: 1;
}
.index5_content_left_center p{
    font-size: 18px;
    color: #1C1C1C;
    margin-bottom: 10px;
}
.index5_content_left_center h4{
    font-size: 18px;
    font-weight: bold;
    color: #00B17A;
}
.index5_content_left_bot{
    display: flex;
    justify-content: left;
}
.index5_content_left_bot h3{
    font-size: 18px;
    color: #1C1C1C;
    font-weight: bold;
}
.index5_content_left_bot p{
    font-size: 18px;
    color: #1C1C1C;
    flex: 1;
    line-height: 26px;
}
.index6{
    margin-top: 120px;
}
.index6_con .swiper-slide {
    height: auto;
    color: #FFFFFF;
    padding: 20px 18px 20px 30px;
    border-radius: 27px;
    background: linear-gradient(to right, #EEFFD3, #59EDB6);
    display: flex;
    align-items: center;
}
.ind7_tit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ind7_tit h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 20px;
    padding-left: 52px;
    color: #2E2E2E;
    background: url(../images/index7_biao11.png) left center no-repeat;
}
.ind7_tit p span {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-right: 20px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #000000;
    color: #2E2E2E;
}
.ind7_tit p span:last-child{
    color: #ffffff;
    margin-right: 0;
    background: #1F1F1F;
}
.ind7_zy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ind7_ri {
    width: 38.6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind7_lf {
    width: 60.2%;
}
.ind7_lf dl {
    font-size: 16px;
    line-height: 26px;
    color: #212121;
}
.index6_con .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.index6_con .swiper-pagination-bullet-active {
    background: #0004D7;
}
.index6_con .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
    background: #CCCCCC;
    opacity: 1;
    vertical-align: middle;
}
.index6_more{
    background: #1F1F1F;
    border-radius: 6px;
    height: 50px;
    width: 168px;
    margin-top: 20px;
}
.index6_more a{
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    display: block;
}
.index7{
    margin-top: 140px;
}
.index7_con_img2{
    display: none;
}
.index7_con ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index7_con ul li{
    width: 22%;
    display: flex;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.index7_con_left{
    margin-right: 14px;
}
.index7_con_right{

}
.index7_con ul li:hover{
    border: 1px solid #00B17A;
    box-shadow: 0 2px 4px #00B17A;

}
.index7_con ul li:hover .index7_con_img2{
    display: block;
}
.index7_con ul li:hover .index7_con_img1{
    display: none;
}
.index7_con ul li:hover h3{
    color: #00B17A;
}
.index7_con ul li h3{
    font-size: 24px;
    font-weight: bold;
    color: #1F1F1F;
}
.index7_con ul li p{
    font-size: 18px;
    color: #808080;
    line-height: 28px;
}