.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(https://www.highmarktutor.com/ad/baidu/202306/fail/images/exz.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}
.banner .swiper-button-next{
    background: url(https://www.highmarktutor.com/ad/baidu/202306/fail/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;
    width: 100%;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 55px;
    z-index: 2;
}
.title img{
    margin: 0 auto;
}
.title h2{
    position: relative;
    font-size: 36px;
}
.title h2:after{
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin: 10px auto 0;
    border-radius: 2px;
    background: #0004D7;
}
.title p{
    font-size: 20px;
    color: #0004D7;
    margin-top: 10px;
}
.mmm{
    display: none;
}
.index1{
    padding: 90px 0 40px;
    background: #F5F5F5;
}
.index1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index1 ul li{
    width: 32%;
    margin-bottom: 20px;
    padding: 25px 35px 25px 40px;
    border-radius: 10px;
    background: #ffffff;
}
.index1 ul li h3{
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    color: #333333;
}
.ind1_img{
    margin-right: 30px;
}
img.tu2{
    display: none;
}
.index1 ul li p{
    font-size: 18px;
    line-height: 31px;
    color: #666666;
    min-height: 62px;
    margin: 15px 0;
}
.ind1_z{
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ind1_z img{
    margin-right: 15px;
}
.ind1_z span{
    min-width: 100px;
    font-size: 16px;
    color: #1A1A1A;
}
.index1 ul li:hover img.tu1{
    display: none;
}
.index1 ul li:hover img.tu2{
    display: block;
}
.more{
    text-align: center;
    margin-top: 30px;
}
.more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    font-size: 24px;
    line-height: 64px;
    color: #1A1A1A;
    margin: 0 auto;
    border: 2px solid #FFCD6A;
    border-radius: 10px;
    background: #FFCD6A;
}
.more a img{
    margin-right: 20px;
}
.more a:hover{
    border-color: #333333;
    background: #ffffff;
/*    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);*/
}
.index2{
    padding: 70px 0;
    background: url(../images/ind2.png)bottom center no-repeat;
    background-size: cover;
}
.ind2{
    display: flex;
    flex-wrap: wrap;
}
.ind2_lf{
    width: 285px;
    margin-right: 20px;
}
.ind2_lf ul{
    height: 100%;
}
.ind2_lf dl{
    height: 64%;
}
.ind2_lf dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40%;
    font-size: 24px;
    color: #0004D7;
    font-weight: bold;
    margin-top: 8%;
    border-radius: 10px;
    border: 1px solid #0004D7;
    background: #ffffff;
    cursor: pointer;
}
.ind2_lf ul li.cur{
    height: 36%;
    color: #ffffff;
    background: #0004D7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #0004D7;
    cursor: pointer;
}
img.ind2_tu1{
    margin-right: 20px;
}
img.ind2_tu2{
    margin-left: 20px;
    opacity: 0;
}
.ind2_lf  dl dt.nav img.ind2_tu2{
    opacity: 1;
}
.ind2_ri{
    flex: 1;
    padding: 25px 25px 25px 45px;
    border-radius: 10px;
    border: 1px solid #0004D7;
    background: #ffffff;
}
.ind2_ri>div{
    display: none;
}
.ind2_ri>div:first-child{
    display: block;
}
.ind2_ri dl{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 42px;
    color: #1C1C1C;
    margin-bottom: 5px;
    padding-left: 45px;
    background: url(../images/ind221.png)left top 7px no-repeat;
}
.ind2_ri dl:nth-child(2){
    background-image: url(../images/ind222.png);
}
.ind2_ri dl:nth-child(3){
    background-image: url(../images/ind223.png);
}
.ind2_ri dl dt{
    font-weight: bold;
}
.ind2_ri dl dd{
    flex: 1;
}
.ind2_ri dl dd:last-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2_ri dl dd p{
    width: 49%;
}
.ind2_ri .more{
    margin-top: 15px;
}
.ind2_ri .more a {
    line-height: 52px;
}
.index3{
    padding:70px 0;
}
.ind3{
    position: relative;
    padding: 0 40px 30px;
}
.ind3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 10px;
    background: #F5F5F5;
    z-index: -1;
}
.index3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3 ul li{
    width: 23.22%;
}
.index3 ul li img{
    margin: 0 auto;
}
.ind3_des{
    width: 100%;
    max-width: 1000px;
    font-size: 18px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
}
.ind3_more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.ind3_more a{
    width: 47.5%;
    font-size: 18px;
    line-height: 45px;
}
.ind3_more a:last-child{
    background: none;
    border-color: #333333;
}
.ind3_more a:last-child:hover{
    border-color: #FFCD6A;
    background: #FFCD6A;
}
.ind3_more a img {
    margin-right: 10px;
}
.index4 ul{
    display: flex;
    flex-wrap: wrap;
}
.index4 ul li{
    width: 16.66%;
    text-align: center;
    margin-bottom: 30px;
}
.index4 ul li span{
    font-size: 36px;
    color: #FFCD6A;
}
.index4 ul li img{
    margin: -5px auto 0;
}
.index4 ul li h3{
    font-size: 24px;
    color: #171717;
    margin: 15px 0 10px;
}
.index4 ul li p{
    width: 100%;
    max-width: 130px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin: 0 auto;
}
.index5{
    padding: 80px 0;
}
.ind5 .swiper-container{
    padding: 0 3px 15px;
}
.ind5 .swiper-slide{
    position: relative;
    height: auto;
    padding: 0 25px 15px 30px;
    border-radius: 10px;
    background: #ffffff;
}
.ind5 .swiper-slide:after{
    content: "";
    position: absolute;
    left: -2px;
    top: 2px;
    width: 101%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0.1),rgba(135, 137, 237, 0.3),#0004D7);
    z-index: -1;
}
.ind5_img{
    position: relative;
}
.ind5_tit{
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.ind5_tit h3{
    display: inline-block;
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    padding: 0 25px;
    border-radius: 8px;
    background: #0004D7;
}
.ind5_tit p{
    font-size: 18px;
    color: #1A1A1A;
    margin-top: 5px;
}
.ind5_con h5{
    font-size: 24px;
    color: #000000;
    margin: 20px 0 10px;
}
.ind5_con dl{
    font-size: 16px;
    line-height: 32px;
    color: #808080;
}
.ind5_con dl span{
    color: #333333;
}
.ind5_con dl i{
    color: #0004D7;
}
.ind5 .swiper-slide:hover h3{
    background: #FFCD6A;
}
.ind5 .swiper-slide:hover dl i{
    color: #EBB03B;
}
.index5 .more a{
    width: 330px;
}
.ind5 .swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
    bottom: 0;
}
.ind5 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
    background: #CCCCCC;
    opacity: 1;
    vertical-align: middle;
}
.ind5 .swiper-pagination-bullet-active {
    background: #0004D7;
}
.ind6{
    position: relative;
}
.ind6 img{
    margin: 0 auto;
}
.ind6 ul li{
    position: absolute;
}
.ind61{
    left: 16%;
    top: 12%;
}
.ind62{
    left: 15%;
    top: 27%;
}
.ind63{
    left: 43%;
    top: 20%;
}
.ind64{
    right: 18.5%;
    top: 46%;
}
.ind65{
    right: 17.5%;
    top: 56.5%;
}
.ind66{
    right: 10%;
    bottom: 20%;
}
.ind67{
    right: 2%;
    bottom: 6%;
}
.ind6 ul li p{
    font-size: 24px;
    color: #000000;
}
.ind6_hg{
    position: absolute;
    left: 50%;
    bottom: 110%;
    transform: translate(-50%,0);
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 600px;
    padding: 20px 20px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    z-index: 2;
}
.ind6_hg span{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #4D4D4D;
    margin-bottom: 10px;
    padding: 0 8px;
    border-right: 1px solid #4D4D4D;
}
.ind6_hg span:last-child{
    border-right: none;
}
.ind6 ul li:hover p{
    color: #0004D7;
    font-weight: bold;
}
.ind6 ul li:hover .ind6_hg{
    display: flex;
}
.index7{
    padding: 50px 0 90px;
}
.ind7 .swiper-wrapper{
    padding-bottom: 70px;
}
.ind7 .swiper-slide{
    height: auto;
    color: #FFFFFF;
    padding: 40px 30px 30px;
    border-radius: 10px;
    background: linear-gradient(to right,#8927EC,#0004D7);
}
.ind7_tit{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.ind7_tit h3{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 35px;
    padding-left: 45px;
    background: url(../images/ind7.png)left center no-repeat;
}
.ind7_tit p span{
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-right: 20px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #ffffff;
}
.ind7_tit p span:last-child{
    color: #0004D7;
    margin-right: 0;
    background: #ffffff;
}
.ind7_zy{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ind7_ri{
    width: 50%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind7_lf{
    width: 48%;
}
.ind7_lf dl{
    font-size: 18px;
    line-height: 29px;
}
.ind7 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.ind7 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
    background: #CCCCCC;
    opacity: 1;
    vertical-align: middle;
}
.ind7 .swiper-pagination-bullet-active {
    background: #0004D7;
}
.index8{
    padding-bottom: 70px;
}
.index8 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index8 ul li{
    position: relative;
    width: 23.75%;
    margin-bottom: 20px;
    padding: 20px 10px 15px 80px;
    border-radius: 8px;
    background: #FFCD6A;
}
.index8 ul li img{
    position: absolute;
    left: 22px;
    top: 18px;
}
.index8 ul li h3{
    font-size: 24px;
    color: #1F1F1F;
    font-weight: bold;
    margin-bottom: 10px;
}
.index8 ul li p{
    font-size: 18px;
    color: #333333;
}