.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: #7246e3;
}
.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: #ffffff;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}
.title{
    position: relative;
    width: 100%;
    color: #010101;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
}
.title img{
    margin: 0 auto;
}
.title h2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}
.title h2:before{
    content: "";
    width: 35px;
    height: 30px;
    margin-right: 15px;
    background: url(../images/z.png)no-repeat;
    background-size: cover !important;
}
.title h2:after{
    content: "";
    width: 35px;
    height: 30px;
    margin-left: 15px;
    background: url(../images/y.png)no-repeat;
    background-size: cover !important;
}
.title p{
    font-size: 20px;
    margin-top: 12px;
}
.mmm{
    display: none;
}
.index1{
    padding: 120px 0 45px;
}
.w1070{
    width: 94%;
    max-width: 1070px;
    margin: 0 auto;
}
.index10{
    padding: 60px 0 100px;
}
.w1500{
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
}
.index10 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index10 ul li{
    width: 15.73%;
}
.index1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index1 ul li{
    width: 20.5%;
    max-width: 220px;
    text-align: center;
    margin-bottom: 45px;
}
.ind1_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    border-radius: 14px;
    border: 1px solid #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.41);
}
.ind1_img img{
    max-width: 80%;
    max-width: 80%;
}
.index1 ul li p{
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}
.index1 ul li:hover .ind1_img{
    border-color: #6641e3;
}
.index1 ul li:hover p{
    color: #6641e3;
}
.index2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2 ul li{
    position: relative;
    width: 30.8%;
    margin-bottom: 40px;
    padding: 25px 25px 25px 35px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.14);
}
.index2 ul li:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    width: 94px;
    height: 70px;
    background: url(../images/ind21.png)center no-repeat;
/*    opacity: 0.35;*/
}
.index2 ul li:nth-child(2):after{
    background-image: url(../images/ind22.png);
}
.index2 ul li:nth-child(3):after{
    background-image: url(../images/ind23.png);
}
.index2 ul li:nth-child(4):after{
    background-image: url(../images/ind24.png);
}
.index2 ul li:nth-child(5):after{
    background-image: url(../images/ind25.png);
}
.index2 ul li:nth-child(6):after{
    background-image: url(../images/ind26.png);
}
.index2 ul li:hover{
    background: linear-gradient(to right, #7942d9, #624ff9);
}
.index2 ul li:hover h3{
    color: #ffffff;
}
.index2 ul li:hover p{
    color: #e5e5e5;
}
.index2 ul li:hover:after{
    filter: brightness(340%); 
}
.index2 ul li h3{
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.index2 ul li p{
    font-size: 20px;
    line-height: 32px;
    color: #515151;
}
.index2 .more{
    margin-top: 0;
}
.more{
    text-align: center;
    margin-top: 50px;
}
.more a{
    display: inline-block;
    min-width: 210px;
    font-size: 22px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 30px;
    box-shadow: 6px 6px 12px rgba(61, 50, 172, 0.16);
    background: linear-gradient(to right, #6151fb, #7a41d8);
}
.more a:hover{
    background: #fab233;
}
.index3{
    padding: 120px 0 80px;
}
/*.index3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3 ul li{
    width: 47%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(224, 171, 61, 0.41);
}
.index3 ul li:nth-child(2){
    box-shadow: 5px 5px 10px rgba(111, 65, 230, 0.41);
}
.ind3{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 20px 25px 25px;
    background: linear-gradient(to bottom, #eba612, #ffc344);
}
.index3 ul li:nth-child(2) .ind3{
    background: linear-gradient(to bottom, #7141e4, #6151fb);
}
.ind3_lf{
    flex: 1;
    color: #ffffff;
}
.ind3_lf h3{
    font-size: 30px;
    font-weight: bold;
}
.ind3_lf p{
    font-size: 16px;
}
.ind3 a{
    display: block;
    width: 140px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
}
.index3 ul li .ind3 a:hover{
    color: #ffffff;
    background: #7141e4;
}
.index3 ul li:nth-child(2) .ind3 a:hover{
    background: #eba612;
}
.ind3_con{
    padding: 30px 0 45px 20px;
}*/
.ind3_lb .swiper-container{
    padding: 20px;
}
.ind3_lb .swiper-slide{
    height: auto;
    border-radius: 14px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .1);
    background: #ffffff;
    overflow: hidden;
}
.ind3_one{
    color: #ffffff;
    text-align: center;
    padding: 25px 5px 20px;
    background: linear-gradient(to bottom,#eba612,#ffc548);
}
.ind3_one h3{
    font-size: 26px;
    margin-bottom: 5px;
}
.ind3_one p{
    font-size: 16px;
}
.ind3_two{
    padding: 15px 10px 30px 30px;
}
.ind3_des{
    font-size: 20px;
    line-height: 30px;
    color: #7d7d7d;
    margin-bottom: 20px;
}
.ind3_des p.ind3_p1{
    color: #000000;
}
.ind3_two h5{
    position: relative;
    font-size: 24px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 10px;
}
.ind3_two h5:after{
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 11px;
    height: 100%;
    background: #f0ac1a;
}
.ind3_two dl dd{
    font-size: 20px;
    line-height: 30px;
    color: #434343;
    margin-bottom: 5px;
    padding-left: 30px;
    background: url(../images/ind3.png)left top 6px no-repeat;
}
.ind3_lb .swiper-slide:nth-child(2n) .ind3_one{
    background: linear-gradient(to bottom,#7a41d9,#6151fb);
}
.ind3_lb .swiper-slide:nth-child(2n) .ind3_two h5:after{
    background: #6641f2;
}
.ind3_lb .swiper-button-prev,.ind3_lb .swiper-button-next{
    width: 37px;
    height: 37px;
    margin-top: -18px;
    outline: none;
}
.ind3_lb .swiper-button-prev{
    background: url(../images/ind3z.png) no-repeat;
    background-size: 100% 100%;
    left: -37px;
}
.ind3_lb .swiper-button-next{
    background: url(../images/ind3y.png) no-repeat;
    background-size: 100% 100%;
    right: -37px;
}
.index4{
    padding: 70px 0 110px;
    background: url(../images/ind4.jpg)top center no-repeat;
    background-size: cover;
}
.title.bf{
    color: #ffffff;
}
.title.bf h2:before{
    background: url(../images/z1.png)no-repeat;
}
.title.bf h2:after{
    background: url(../images/y1.png)no-repeat;
}
.index4 ul{
    display: flex;
    flex-wrap: wrap;
}
.index4 ul li{
    width: 50%;
}
.index4 ul li a{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.ind4_lf{
    width: 49.33%;
}
.ind4_lf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ind4_ri{
    flex: 1;
    padding: 30px 30px 10px;
    background: rgba(255, 255, 255, 0.73);
}
.ind4_ri h3{
    display: inline-block;
    font-size: 26px;
    color: #000000;
    margin-bottom: 15px;
    padding-right: 30px;
    background: url(../images/ind41.png)right center no-repeat;
}
.ind4_ri h3:hover{
    color: #7643dd;
}
.ind4_ri p{
    font-size: 18px;
    line-height: 23px;
    color: #555555;
}
.index4 ul li:nth-child(3) a,
.index4 ul li:nth-child(4) a{
    flex-direction: row-reverse;
}
.ind4_more{
    margin-top: -30px;
}
.index5{
    padding: 120px 0;
}
.index5 ul li{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 25px 60px 15px 40px;
    border-radius: 14px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.41);
}
.ind5_lf{
    width: 175px;
    margin-right: 15px;
}
.ind5_lf img{
    margin: 0 auto 5px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.ind5_lf p{
    font-size: 28px;
    color: #010101;
    text-align: center;
}
.ind5_ri{
    flex: 1;
}
.ind5_ri h3{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.ind5_ri h3 span{
    flex: 1;
    font-size: 24px;
    color: #6641e2;
    padding-right: 15px;
}
.ind5_ri h3 a{
    display: block;
    width: 115px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    border-radius: 18px;
    background: #7341da;
}
.ind5_con{
    font-size: 18px;
    line-height: 29px;
    color: #292929;
    letter-spacing: 2px;
}
.ind5_ri h3 a:hover{
    background: #fab233;
}
.index6{
    padding: 70px 0 120px;
    background: url(../images/ind6.jpg)top center no-repeat;
    background-size: cover;
}
.w1300{
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
}
.ind6{
    position: relative;
    padding: 0 50px;
}
.ind6:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #bec3c3;
}
.ind6_top{
    padding-bottom: 55px;
}
.ind6 ul{
    width: 90%;
    max-width: 1090px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.ind6_top ul{
    justify-content: flex-end;
}*/
.ind6 ul li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    max-width: 270px;
    min-height: 160px;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    text-align: center;
/*    margin-right: 8%;*/
    padding: 15px 20px;
    border-radius: 6px;
    background: #ecede7;
    cursor: pointer;
}
.ind6_top ul li:first-child,
.ind6_bottom ul li:last-child{
    max-width: 340px;
}
.ind6 ul li:last-child{
    margin-right: 0;
}
.ind6 ul li:hover{
    color: #ffffff;
    background: #7246e3;
}
.ind6 ul li img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    filter: grayscale(100%);
}
.ind6 ul li span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 105px;
    font-weight: bold;
    opacity: 0.14;
}
/*.ind6_top ul li:after{
    content: "02";
}
.ind6_top ul li:nth-child(2):after{
    content: "04";
}
.ind6_top ul li:nth-child(3):after{
    content: "08";
}*/
.ind6_bottom{
    padding-top: 55px;
}
/*.ind6_bottom ul li:after{
    content: "01";
}
.ind6_bottom ul li:nth-child(2):after{
    content: "03";
}
.ind6_bottom ul li:nth-child(3):after{
    content: "05";
}
.ind6_bottom ul li:nth-child(4):after{
    content: "07";
}*/
.ind6 ul li:before{
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #ecede7;
}
.ind6_top ul li:before{
    bottom: -35px;
}
.ind6 ul li:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #eba612;
    z-index: 2;
}
.ind6_top ul li:after{
    bottom: -62px;
}
.ind6 ul li:hover:after{
    width: 26px;
    height: 26px;
    background: url(../images/ind6d.png)no-repeat;
    background-size: cover;
}
.ind6_top ul li:hover:after{
    bottom: -68px;
}
.ind6_bottom ul li:before{
    top: -35px;
}
.ind6_bottom ul li:after{
    top: -62px;
}
.ind6_bottom ul li:hover:after{
    top: -68px;
}
img.tu2{
    display: none;
}
.ind6 ul li:hover img.tu1{
    display: none;
}
.ind6 ul li:hover img.tu2{
    display: block;
}
/*.ind6_more{
    margin-bottom: -30px;
}*/
.index7{
    padding-top: 120px;
}
.w920{
    width: 94%;
    max-width: 920px;
    margin: 0 auto;
}
.index7 .title{
    margin-bottom: 20px;
}
.index7 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index7 ul li{
    width: 30.8%;
    text-align: center;
    margin-top: 80px;
    padding: 0 10px 25px;
    border-radius: 14px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    background: #ffffff;
}
.ind7_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin: -50px auto 0;
    border-radius: 50%;
    background: #6f41db;
}
.index7 ul li h3{
    font-size: 24px;
    color: #252525;
    margin: 25px 0 15px;
}
.index7 ul li p{
    font-size: 18px;
    line-height: 32px;
    color: #535454;
}
.index7 ul li:hover{
    background: #6f41db;
}
.index7 ul li:hover .ind7_img{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #ffffff;
}
.index7 ul li:hover img.tu1{
    display: none;
}
.index7 ul li:hover img.tu2{
    display: block;
}
.index7 ul li:hover h3,
.index7 ul li:hover p{
    color: #ffffff;
}
.index8{
    padding: 100px 0 70px;
}
.index8 ul{
    border-radius: 14px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .13);
    overflow: hidden;
}
.index8 ul li{
    padding: 30px 15px 30px 50px;
    background: #e9e3fc;
}
.index8 ul li:nth-child(2n){
    background: #ffffff;
}
.index8 ul li h3,
.index8 ul li h5{
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    line-height: 42px;
    color: #434343;
}
.index8 ul li h3{
    color: #6941ed;
    font-weight: bold;
    margin-bottom: 10px;
}