.teacher_box{
    display: flex;
}
.teacher_item{
    flex-shrink: 0;
    opacity: 0.5;
    width: 80px;
    height: 100px;
    border-radius: 10px;
    background-color: #fb6e13;
    overflow: hidden;
    position: relative;
}
.teacher_item img{
    position: absolute;
    top: -10px;
    left: -50%;
    transform: translateX(24px);
}
.teacher_item:hover{
    opacity: 1;
}
.banner1,.banner2{
    height: 680px;
    width: 1920px;
}
/* 通用 */
.title{
    width: 100%;
    font-size: 40px;
    font-size: 40px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    padding-bottom: 26px;
    padding-top: 67px;
    margin-bottom: 64px;
    text-align: center;
    background: url('../img/titlebg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.title h2{
    height: 38px;
    font-size: 40px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}
.title h3{
    margin-top: 16px;
    height: 18px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.title_white{
    padding-bottom: 33px;
    box-sizing: content-box;
    background: url('../img/titlebg2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.title_white h2{
    height: 39px;
    line-height: 39px;
    font-size: 40px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.title_white h3{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 16px;
}
.btn{
    width: 397px;
    height: 88px;
    background: linear-gradient(90deg, #FF6243 0%, #FF995B 100%);
    border-radius: 44px;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-198px);
    box-shadow: 0 0 100px rgba(255, 98, 67, .23);
    font-size: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
}
.btn:hover{
    background: #FF6243;
}
/* p1 */
.p1{

}
.p1 .p1_box{
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
}
.p1_box_item{
    width: 270px;
    height: 310px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.p1_box_item p{
    font-size: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 29px;
}
.p1_box_item div{
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    margin: 27px 0 10px;
}
.p1_box_item img{
    width: 190px;
}
.p1_box_item:nth-child(1){
    background: linear-gradient(90deg, #FF6243 0%, #FF995B 100%);
}
.p1_box_item:nth-child(2){
    background: linear-gradient(90deg, #05C1B6 0%, #74D9D1 98%);
}
.p1_box_item:nth-child(3){
    background: linear-gradient(90deg, #2762FF 0%, #6790FD 100%);
}
.p1_box_item:nth-child(4){
    background: linear-gradient(90deg, #7219FE 0%, #A66EFF 100%);
}

/* p2 */
.p2{
    width: 1200px;
    margin: auto;
}
.p2 .p2_box{
    margin-bottom: 45px;
}
.tab_box{
    width: 1200px;
    height: 515px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, #7219fe 0%, #a66eff 100%)
}
.tab_inner1{
    display: flex;
    position: relative;
    top: 30px;
    margin: auto;
}
.tab_inner{
    margin: auto;
    width: 1150px;
}
.tab_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 33px;
}
.tab_header{
    width: 575px;
    height: 160px;
    border-radius: 50px 50px 0 0;
    position: relative;

}
.tab_inner1 .tab_ac{
    background: white;
}
.tab_ac::after{
    display: block;
    content: '';
    width: 46px;
    height: 4px;
    background: #FF6243;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
}
.tab_inner1 .tab_ac .yueliang{
    display: none;
}
.tab_header_left .yueliang{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 50px 50px 0 white;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
.tab_header_right .yueliang{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: -50px 50px 0 white;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.p2_c_title{
    font-size: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    position: relative;
    color: #FFFFFF;
}
.p2_c_title::after{
    width: 48px;
    height: 18px;
    display: block;
    content: '';
    position: absolute;
    left: -72px;
    bottom: 3px;
    background: url('../img/p2_title_3.png');
}
.p2_c_title::before{
    width: 48px;
    height: 18px;
    background: url('../img/p2_title_4.png');
    display: block;
    content: '';
    position: absolute;
    right: -72px;
    bottom: 3px;
}
.tab_ac .p2_c_title{
    color: #333333;   
}
.tab_ac .p2_c_title::after{
    background: url('../img/p2_title_1.png');
}
.tab_ac .p2_c_title::before{
    width: 48px;
    height: 18px;
    background: url('../img/p2_title_2.png');
    display: block;
    content: '';
    position: absolute;
    right: -72px;
    bottom: 3px;
}
.p2_c_des1{
    padding-top: 21px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    box-sizing: content-box;
}
.tab_ac .p2_c_des1{
    color: #666666;
}
.p2_c_des2{
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    box-sizing: content-box;
}
.tab_ac .p2_c_des2{
    color: #FF6243;
}
.tab_header{
    width: 575px;
    height: 160px;
    border-radius: 50px 50px 0 0;
    background: transparent;
    position: relative;
}
.tab_header .p2_c_title{

}
.tab_inner2{
    position: relative;
    top: 30px;
    margin: auto;
    width: 1150px;
    height: 370px;
    background: white;
}
.p2_content_img{
    display: block;
    width: 1086px;
    height: 330px;
    margin: auto;
    padding-top: 28px;
    box-sizing: content-box;
}

/* p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3p3 */
.p3{

}
.p3_box{
    width: 100%;
    height: 489px;
    background: url('../img/bg1.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 64px;
}
.p3_content{
    width: 1200px;
    height: 489px;
    margin: auto;
    display: flex;
}
.p3_left{
    height: 358px;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p3_left_item{
    width: 280px;
    height: 106px;
    padding-left: 30px;
    padding-top: 26px;
    background: url('../img/p3_bg.png');
    background-repeat: no-repeat;
}
.p3_left_item.p3_left_item_ac{
    background: url('../img/p3_bg_ac.png');
    background-repeat: no-repeat;
    position: relative;
}
.p3_left_item_ac::before{
    display: block;
    content: '';
    background: url('../img/p2_jiantou.png');
    width: 39px;
    height: 39px;
    position: absolute;
    right: 24px;
    top: 33px;
}
.p3_left_title{
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;   
}
.p3_left_content{
    font-size: 16px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #333333;
    padding-top: 9px;
    height: 16px;
    line-height: 16px;
}
.p3_left_item_ac .p3_left_title{
    color: #FFFFFF;
}
.p3_left_item_ac .p3_left_content{
    color: #FFFFFF;
}
.p3_right{

}
.p3_right_item{
    width: 900px;
    height: 358px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-left: 20px;
}
.p3_right_item_bg{
 
}
.p3_right_bg{
    width: 100%;
    height: 100%;
}
.p3_right_item_bg1{
    background: url('../img/p3_right_bg1.png');
    background-repeat: no-repeat;
    background-position: center;
}
.p3_right_item_bg2{
    background: url('../img/p3_right_bg2.png');
    background-repeat: no-repeat;
    background-position: center;
}
.p3_right_item_bg3{
    background: url('../img/p3_right_bg3.png');
    background-repeat: no-repeat;
    background-position: center;
}
.p3_right_content{}
/* p4p4p4p4p4p4p4pp4p4p4p4p4p4p4pp4p4p4p4p4p4p4pp4p4p4p4p4p4p4pp4p4p4p4p4p4p4pp4p4p4p4p4p4p4pp4p4p4p4p4p4p4pp4p4p4p4p4p4p4p */
.p4{
    width: 1200px;
    margin: auto;
}
/* p5p5p5p5p5p5 */
.p5{
    width: 1200px;
    margin: 0 auto 44px;
    padding-bottom: 95px;
    position: relative;
}
.p5_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.p5_item{
    width: 220px;   
    height: 305px;
    text-align: center;
}
.p5_item:nth-child(1){
    background: url('../img/p5_img1.png');
    background-repeat: no-repeat;
}
.p5_item:nth-child(2){
    background: url('../img/p5_img2.png');
    background-repeat: no-repeat;
}
.p5_item:nth-child(3){
    background: url('../img/p5_img3.png');
    background-repeat: no-repeat;
}
.p5_item:nth-child(4){
    background: url('../img/p5_img4.png');
    background-repeat: no-repeat;
}
.p5_item:nth-child(5){
    background: url('../img/p5_img5.png');
    background-repeat: no-repeat;
}
.p5_c1{
    padding-top: 165px;
    height: 21px;
    font-size: 22px;
    line-height: 21px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    box-sizing: content-box;
}
.p5_c2{
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 9px;
    box-sizing: content-box;
}
.p5_c3{
    margin-top: 18px;
    width: 220px;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0px 0px 38px 0px rgba(105, 20, 253, 0.15);
    border-radius: 20px;

    font-size: 22px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    line-height: 76px;
}
.p5_c3:hover{
    background: rgba(255, 98, 67, 1);
    color: #FFFFFF;
}
/* p6p6p6p6p6p */
.p6{
    width: 100%;
    margin-top: 136px;
    height: 500px;
    background: url('../img/p6_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 60px;
}
.p6_content{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 41px auto 0
}
.p6_item{
    width: 220px;
    height: 278px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 145px;
}
.p6_item:nth-child(1){
    background-repeat: no-repeat;
    background: url('../img/p6_bj1.png');
}
.p6_item:nth-child(2){
    background-repeat: no-repeat;
    background: url('../img/p6_bj2.png');
}
.p6_item:nth-child(3){
    background-repeat: no-repeat;
    background: url('../img/p6_bj3.png');
}
.p6_item:nth-child(4){
    background-repeat: no-repeat;
    background: url('../img/p6_bj4.png');
}
.p6_item:nth-child(5){
    background-repeat: no-repeat;
    background: url('../img/p6_bj5.png');
}
.p6_title{
    width: 175px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;

    font-size: 22px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
}
.p6_price{
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 24px;
}
.p6_c3{
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 11px;
}
.p6_tip{
    height: 14px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #999999; 
    width: 1200px;
    margin: 30px auto 0;
    text-align: right;
}

/* p7p7p7p7 */
.p7{
}
.p7_box{
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 30px;
    grid-column-gap: 29px;
}
.p7_item{
    width: 380px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.p7_item:hover{
    box-shadow: 2px 11px 13px 0px rgba(105, 20, 253, 0.08);
}
.p7_item1{
    display: flex;
    line-height: 44px;
    margin-top: 24px;
}
.p7_item1_left{
    text-align: center;
    width: 44px;
    height: 44px;
    background: #FF6243;  
    font-size: 32px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF; 
}
.p7_item1_right{
    width: 185px;
    height: 44px;
    padding-left: 13px;
    background: linear-gradient(90deg, #7219FE 0%, #A66EFF 100%);
    border-radius: 0px 22px 22px 0px;
    font-size: 22px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
}
.p7_item2{
    width: 190px;
    padding-left: 43px;
    padding-top: 19px;
    box-sizing: content-box;

    font-size: 16px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.p7_item3{
    position: absolute;
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 15px;
}
/* p8p8p8p8p8p8p8 */
.p8{
    width: 100%;
    height: 761px;
    margin-top: 68px;
    background: url('../img/p9_bg.png');
    background-position: center;
}
.p8 .title{
    padding-top: 0;
}
.p8_box{
    width: 1200px;
    margin: auto;
    position: relative;   
}
.p8_img{
    position: absolute;
    animation: roll2 14s linear infinite;
    animation: roll2 14s linear infinite;
    opacity: 01;
    overflow: hidden;
    animation-name: breath6;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath6;
    -webkit-animation-duration: 2000ms;
}
.p8_img:nth-child(1){
    left: 0;
    top: 216px;
}
.p8_img:nth-child(2){
    left: 82px;
    top: 328px;
}
.p8_img:nth-child(3){
    left: 162px;
    top: 161px;
}
.p8_img:nth-child(4){
    left: 300px;
    top: 342px;
}
.p8_img:nth-child(5){
    left: 340px;
    top: 178px;
}
.p8_img:nth-child(6){
    left: 490px;
    top: 346px;
}
.p8_img:nth-child(7){
    left: 548px;
    top: 196px;
}
.p8_img:nth-child(8){
    left: 715px;
    top: 345px;
}
.p8_img:nth-child(9){
    left: 715px;
    top: 159px;
    /* 659 362 */
}
.p8_img:nth-child(10){
    left: 930px;
    top: 181px;
}
.p8_img:nth-child(11){
    left: 920px;
    top: 357px;
}
.p8 .btn{
    bottom: 93px;
}
@keyframes breath6 {
    from {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
    to {
      opacity: 0.4;
    }
  }
@-webkit-keyframes breath6 {
from {
    opacity: 0.3;
}
50% {
    opacity: 1;
}
to {
    opacity: 0.4;
}
}
/* p9p9p9p9p9 */
.p9{
    height: 800px;
    width: 100%;
    background: url('../img/p9_bg2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 44px;
}
.p9 .title{
    padding-top: 0;
    margin-bottom: 45px;
}
.p9_box{
    width: 1200px;
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 30px;
    grid-column-gap: 40px;
}
.p9_item{
    width: 270px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p9_item:hover .p9_ac{
    display: flex;
}
.p9_item_content{
    width: 240px;  
    height: 240px;
}
.p9_item:nth-child(1) .p9_item_content{
    background: url('../img/p9_img1.png');
}
.p9_item:nth-child(2) .p9_item_content{
    background: url('../img/p9_img2.png');
}
.p9_item:nth-child(3) .p9_item_content{
    background: url('../img/p9_img3.png');
}
.p9_item:nth-child(4) .p9_item_content{
    background: url('../img/p9_img4.png');
}
.p9_item:nth-child(5) .p9_item_content{
    background: url('../img/p9_img5.png');
}
.p9_item:nth-child(6) .p9_item_content{
    background: url('../img/p9_img6.png');
}

.p9_item:nth-child(7) .p9_item_content{
    background: url('../img/p9_img7.png');
}
.p9_item:nth-child(8) .p9_item_content{
    background: url('../img/p9_img8.png');
}
.p9_ac{
    width: 100%;
    height: 100%;
    background: #FF6243;
    opacity: .9;
    z-index: 3;
    position: absolute;
    border-radius: 20px;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.p9_ac1{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    /* padding-top: 78px; */
    padding-bottom: 39px;
    position: relative;
}
.p9_ac1::after{
    width: 54px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;
    display: block;
    content: '';
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-27px);
}
.p9_ac2{
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}
.p9_name{
    width: 270px;
    height: 70px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.p9_name::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-27px);
    width: 54px;
    height: 5px;
    background: #FF6243;
    border-radius: 3px;
}
.p9_title{
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
/* p10 */
.p10{
    padding-bottom: 80px;
    margin-bottom: 44px;
}
.p10_box{
    width: 1200px;
    margin: auto;
}
.p10_tab_header{
    width: 1200px;
    height: 81px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 8px;
}
.p10_tab_header_item{
    width: 226px;
    position: relative;
}
.p10_tab_num{
    font-size: 47px;
    line-height: 47px;
    font-family: AlibabaPuHuiTi;
    font-weight: 800;
    color: #FF6243;
    text-align: center;
}
.p10_tab_btn{
    position: absolute;
    top: 26px;
    width: 226px;
    height: 55px;
    background: #6914FD;
    border-radius: 10px 10px 0 0; 
    font-size: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
}
.p10_tab_header_item_ac{
    width: 226px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #343237;
}
/* p11p11p11 */
.p11{
    padding-bottom: 86px;
    margin-bottom: 44px;
}
.p11_box{
    width: 1200px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: auto;
    display: flex;
}
.p11_left{
   width: 400px; 
   height: 100%;
}
.p11_head_big{
    width: 100%;                                                                                                                                                                                                                                                 
    height: 100%;
}
.p11_right{
    width: 799px;
    padding-top: 17px;
    display: flex;
    flex-direction: column;
}
.p11_name{
    padding: 22px 0;
    margin: 0 44px 0 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.p11_blue{
    width: 66px;
    height: 2px;
    background: #6914FD;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p11_name_l{

}
.p11_name_big{
    display: inline-block;
    font-size: 40px;
    height: 37px;
    line-height: 37px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #333333;
    padding-right: 15px;
}
.p11_name_small{
    height: 16px;
    font-size: 22px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #999999;
}
.p11_name_r{
    display: flex;
    align-items: center;
}
.p11_num{
    font-size: 20px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    margin-right: 31px;
}
.p11_num_r{
    color: #999999;
}
.p11_name_btn{
    display: flex;
}
.p11_name_btn_l{
    width: 36px;
    height: 36px;
    background: url('../img/p11_9.png');
    margin-right: 8px;
}
.p11_name_btn_r{
    width: 36px;
    height: 36px;
    background: url('../img/p11_10.png');
}

.p11_content{
    padding: 21px 47px;
    max-height: 262px;
    flex-grow: 1;
}
.p11_title{
    font-size: 22px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #999999;
}
.p11_des{
    width: 671px;
    padding-top: 20px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.p11_photo{
    width: 717px;                                                                                  
    height: 100px;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-column-gap: 11px;
    margin-left: 45px;
}

.p11_photo_item{
    width: 80px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    opacity: 0.14;
}
.p11_photo_item_ac{
    opacity: 1 !important;
}
.p11_photo_item:nth-child(1){
    background: url('../img/p11_1.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(2){
    background: url('../img/p11_2.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(3){
    background: url('../img/p11_3.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(4){
    background: url('../img/p11_4.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(5){
    background: url('../img/p11_5.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(6){
    background: url('../img/p11_6.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(7){
    background: url('../img/p11_7.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}
.p11_photo_item:nth-child(8){
    background: url('../img/p11_8.png');
    background-size: 120px 150px;
    background-position-y: top;
    background-position-x: center;
}

.p11_photo_item img{
    position: absolute;
    top: -10px;
    left: -50%;
    transform: translateX(24px);
}
/* p12p12 */
.p12{
    z-index: 2;
}
.p12_box{
    width: 1200px;
    margin: auto;
}
.p12_tab_box{
    display: flex;
    justify-content: space-between;
}
.p12_tab_item{
    width: 380px;
    height: 110px;
}
.p12_tab_item_ac{
    background: url('../img/p12_1.png') !important;
    background-repeat: no-repeat;
}
.p12_tab_item:nth-child(1){
    background: url('../img/p12_2.png');
    background-repeat: no-repeat;
}
.p12_tab_item:nth-child(2){
    background: url('../img/p12_2.png');
    background-repeat: no-repeat;
}
.p12_tab_item:nth-child(3){
    background: url('../img/p12_2.png');
    background-repeat: no-repeat;
}
.p12_title1{
    width: 311px;
    height: 37px;
    background: #FFFFFF;
    border-radius: 19px;
    margin: auto;
    position: relative;
    top: -18px;
    display: flex;
}
.p12_title1_1{
    width: 79px;
    height: 37px;
    background: #FF6243;
    border: 2px solid #FFFFFF;
    border-radius: 19px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
}
.p12_title1_2{
    font-size: 20px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 37px;
    padding-left: 16px;
}
.p12_title2{
    text-align: center;
    font-size: 24px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
}
.p12_content{
    padding-top: 26px;
}
.p12_content img{
    width: 100%;
}
/* p13p13 */
.p13{
    width: 100%;
    height: 570px;
    background: url('../img/p13_bg.png');
    background-position: top center;
    background-repeat: no-repeat;

    position: relative;
    top: -100px;
    padding-top: 185px;
    box-sizing: content-box;
    margin-bottom: -60px;
}
.p13_box{
    width: 1200px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
}
.p13_box_item{
    width: 224px;
    height: 295px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding-top: 66px;
}
.p13_box_item:nth-child(1){
    border: 2px solid #FFA65B;
}
.p13_box_item:nth-child(2){
    border: 2px solid #74D9D1;
}
.p13_box_item:nth-child(3){
    border: 2px solid #2762FF;
}
.p13_box_item:nth-child(4){
    border: 2px solid #05C1B6;
}
.p13_box_item:nth-child(5){
    border: 2px solid #FE7216;
}
.p13_box_img{
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 67px;
    margin: auto;
    display: block;
}
.p13_title{
    height: 23px;
    font-size: 24px;
    line-height: 23px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    margin-bottom: 34px;
}
.p13_content_box{
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 16px;
}
.p13_content{
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    width: 100%;
}
.p13_content span{
    position: relative;
}
.p13_content img{
    left: -14px;
    top: 50%;
    transform: translateY(-4px);
    position: absolute;
    /* margin-right: 14px; */
}
/* p14 */
.p14{

}
.p14_box{
    width: 1200px;
    margin: auto;
    padding-bottom: 80px;
    position: relative;
}
.p14_box1{
    width: 846px;
    height: 325px;
    padding: 35px 29px;
    background: url('../img/p14_5.png');
    border-radius: 20px;
}
.p14_tab_box{
    display: grid;
    grid-row-gap: 20px;
}
.p14_tab{
    width: 295px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 35px 0 0 25px;
    position: relative;
}
.p14_tab_h1{
    height: 23px;
    font-size: 24px;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    margin-bottom: 11px;
}
.p14_tab_img1{
    width: 37px;
    height: 37px;
    position: absolute;
    top: 41px;
    right: 11px;
}
.p14_tab.p14_tab_ac{
    background: url('../img/p14_2.png');
}
.p14_tab_ac .p14_tab_h1{
    color: #FFFFFF;
}
.p14_tab_ac .p14_tab_h2{
    color: #FFFFFF;
}
.p14_tab_ac .p14_tab_img1{
    right: -18px;
}
.p14_tab_content{
    width: 812px;
    height: 373px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p14_img{
    width: 300px;
    height: 56px;
    position: absolute;
    left: 42px;
    bottom: 0;
}
/* p15 */
.p15_box{
    width: 1200px;
    height: 298px;
    margin: auto;
    display: block;
}
/* p16 */
.p16{

}
.p16_box{
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5,20%);
}
.p16_wenzi, .p16_img{
    width: 240px;
    height: 170px;
    text-align: center;
    background: white;
}
.p16_wenzi{
    padding: 0 19px;
}
.p16_wenzi:hover{
    background: linear-gradient(90deg, #7219FE 0%, #A66EFF 100%);
}
.p16_wenzi:hover .p16_t1{
    color: white;
}
.p16_wenzi:hover .p16_t2{
    color: white;
}
.p16_wenzi:hover .p16_b{
    background: white;
    border-radius: 2px;
}
.p16_t1{
    height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-top: 26px;
}
.p16_t2{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: left;
    line-height: 26px;
}
.p16_b{
    width: 18px;
    height: 3px;
    background: #6914FD;
    border-radius: 2px;
    margin: 12px auto 13px;
}
/* p17 */
.p17{
    width: 100%;
    min-height: 500px;
    background: url('../img/p17_bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
.p17_box{
    width: 1200px;
    margin: auto;
}
.p17_btn_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-row-gap: 23px;
    grid-column-gap: 23px;
}
.p17_btn_item{
    width: 385px;
    height: 108px;
    position: relative;
}
.p17_btn_con{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 81px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 0 0 106px;
}
.p17_img{
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 84px;
    height: 84px;
}
.p17_text{
    padding-left: 24px;

}
.p17_text1{
    height: 21px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
}
.p17_text2{
    margin-top: 8px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}
.p17_text3{
    color: #EF4517;
}
.p17_sw{
    width: 1200px;
    margin: 34px auto 0;
    padding-bottom: 77px;
}
#banner3 {
    width: 1200px;
    height: 183px;
}
#banner3 .swiper-slide {
    width: 100%;
    height: 183px;
    position: relative;
    overflow: hidden;
}
#banner3 img {
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 183px;
    position: absolute;
}
.arrow-left2 {
    background: url(../img/p17_15.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 79px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    z-index: 999;
    cursor: pointer;
  }
  .arrow-right2 {
    background: url(../img/p17_16.png) no-repeat left bottom;
    position: absolute;
    right: -2px;
    top: 79px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    z-index: 999;
    cursor: pointer;
  }
  .footer{
      text-align: center;
      padding: 49px;
  }