.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: #333333;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #577f9c;
}
.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: #333333;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
}
.title img{
    margin: 0 auto;
}
.title h2{
    position: relative;
    font-size: 36px;
    margin-top: -30px;
}
.title p{
    font-size: 24px;
    color: #999999;
    margin-top: 10px;
}
.mmm{
    display: none;
}
.index1{
    padding: 80px 0 100px;
}
.ind1{
    padding: 30px 0 40px;
    background: rgba(208, 220, 242, 0.16);
}
.ind1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ind1 ul li{
    min-width: 87px;
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    text-align: center;
    margin: 0 10px 20px;
    padding: 0 22px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.ind1 ul li:hover{
    color: #ffffff;
    background: linear-gradient(to right,#233A64,#2E75A5);
}
.more{
    text-align: center;
    margin-top: 40px;
}
.more a{
    display: inline-block;
    min-width: 214px;
    font-size: 21px;
    line-height: 53px;
    color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #F2830A;
}
.more a:hover{
    background: #233A64;
}
.ind2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ind2_lf{
    position: relative;
    width: 50.8%;
    padding: 30px 0 0;
    background: linear-gradient(to right,#1F2C75,#233A64);
    z-index: 1;
}
.ind2_lf ul li{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 466px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    color: #ffffff;
    font-weight: bold;
    margin-left: -20px;
    padding: 0 40px 0 0;
    cursor: pointer;
}
.ind2_lf ul li strong{
    display: block;
    width: 90px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #ffffff;
    opacity: 0;
}
.ind2_lf ul li p{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 50px;
    border-bottom: 1px solid #ffffff;
}
.ind2_lf ul li span{
    margin-right: 10px;
}
.ind2_lf ul li img{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
     transform: rotate(-45deg); 
}
.ind2_lf ul li:last-child p{
    border-bottom: none;
}
.ind2_lf ul li.cur{
    border-radius: 5px 5px 25px 5px;
    background: linear-gradient(to right,#F2830A,#F5CB9F);
}
.ind2_lf ul li.cur strong{
    opacity: 1;
}
.ind2_lf ul li.cur p{
    border-bottom: none;
}
.ind2_lf ul li.cur img{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ind2_ri{
    width: 50.8%;
    margin-left: -1.6%;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}
.ind2_ri ul li{
    display: none;
    box-shadow: 0 2px 4px rgba(65, 115, 150, 0.2);
}
.ind2_ri ul li:first-child{
    display: block;
}
.ind2_con{
    padding: 20px 40px 15px;
}
.ind2_con dl{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../images/ind2_dian.png)left top 5px no-repeat;
}
.ind2_con dl dt{
    font-weight: bold;
}
.ind2_con dl dd{
    flex: 1;
    min-height: 60px;
}
.ind2_ri a{
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: right;
}
.ind2_ri a:hover{
    color: #F2830A;
}
.index3{
    padding: 100px 0 80px;
}
.index3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3 ul li{
    position: relative;
    width: 23.75%;
    color: #ffffff;
    border-radius: 10px 10px 0 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to right,#1E2A74,#2E75A5);
    overflow: hidden;
}
.ind3_con{
    padding: 15px 21px 25px;
}
.ind3_img img{
    width: 100%;
}
.index3 ul li h3{
    font-size: 24px;
    font-weight: bold;
}
.index3 ul li h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.index3 ul li p{
    font-size: 18px;
    line-height: 30px;
    color: #DEE3ED;
}
.index3 ul li span{
    position: absolute;
    right: 21px;
    bottom: 5px;
    font-size: 18px;
    color: #91A1C2 ;
}
.index3 ul li:hover{
   background: #F2830A; 
}
.index3 ul li:hover p,
.index3 ul li:hover span{
    color: #ffffff;
}
.index4{
    padding-bottom: 60px;
}
.ind4_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
}
.ind4_nav p{
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    text-align: center;
    margin-right: 5px;
    padding: 0 20px;
    cursor: pointer;
}
.ind4_nav p:last-child{
    margin-right: 0;
}
.ind4_nav p.cur{
    color: #ffffff;
    border-radius: 20px;
    background: linear-gradient(to right,#1E2A74,#2E75A5);
}
.ind4_ul>div{
    display: none;
}
.ind4_ul>div:first-child{
    display: block;
}
.ind4_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.ind4_ul ul li{
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 35px;
}
.ind4_ul ul li:nth-child(4n){
    margin-right: 0;
}
.ind4_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 150px;
    max-width: 230px;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    border: 1px solid #E5E5E5;
    box-shadow: 2px 2px 4px rgba(65, 115, 150, 0.2);
    background: #ffffff;
}
.ind4_img img{
    max-width: 90%;
    max-height: 90%;
}
.ind4_ul ul li h3{
    position: relative;
    font-size: 24px;
    line-height: 53px;
    color: #FFFFFF;
    text-align: center;
    margin-top: -5px;
    border-radius: 10px 10px 0 10px;
    background: linear-gradient(to right,#1F2C75,#2D73A4);
}
/*.ind4_ul ul li h3:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 45px;
    height: 3px;
    margin-top: -2px;
    background: linear-gradient(to right,#FFFFFF,rgba(204, 204, 204, 0));
}
.ind4_ul ul li h3:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 45px;
    height: 3px;
    margin-top: -2px;
    background: linear-gradient(to right,rgba(204, 204, 204, 0),#FFFFFF);
}*/
.ind4_ul ul li:hover h3{
    background: #F2830A;
}
.index5{
    padding: 60px 0;
    background: rgba(208, 220, 242, 0.16);
}
.ind5{
    position: relative;
    padding: 0 55px;
}
.ind5 .swiper-container{
    padding: 5px;
}
.ind5 .swiper-slide{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ind5_ri{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54.4%;
    height: 400px;
}
.ind5_ri img{
    box-shadow: 2px 2px 4px rgba(208, 220, 242, 0.2);
}
.ind5_lf{
    width: 44.5%;
}
.ind5_lf h3{
    display: inline-block;
    font-size: 24px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
/*    margin-left: -30px;*/
    padding: 0 30px;
    border-radius: 30px 30px 30px 5px;
    background: linear-gradient(to right,#2E75A5,#233A64);
}
.ind5_lf h4{
    font-size: 22px;
    color: #F2830A;
    margin: 15px 0 0;
}
.ind5_lf dl{
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}
.ind5_lf dl dt{
    font-weight: bold;
}
.ind5_lf dl dd{
    line-height: 30px;
}
.ind5 .swiper-button-prev,.ind5 .swiper-button-next{
    width: 53px;
    height: 53px;
    margin-top: -26px;
    outline: none;
}
.ind5 .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: -10px;
}
.ind5 .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: -10px;
}
.index6{
    padding: 100px 0;
}
.ind6_des{
    width: 100%;
    max-width: 1000px;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin: 15px auto 0;
}
.ind6_des span{
    color: #F2830A;
}
.ind6_des strong{
    color: #F2830A;
}
.ind6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind6 ul li{
    width: 52%;
}
.ind6 ul li:nth-child(2){
    margin-left: -4%;
}
.index7{
    padding-bottom: 100px;
}
.ind7{
    position: relative;
}
.ind7 .swiper-button-prev,.ind7 .swiper-button-next{
    width: 48px;
    height: 48px;
    top: 30%;
    margin-top: 0;
    outline: none;
}
.ind7 .swiper-button-prev{
    background: url(../images/zz.png) no-repeat;
    background-size: 100% 100%;
    left: -55px;
}
.ind7 .swiper-button-next{
    background: url(../images/yy.png) no-repeat;
    background-size: 100% 100%;
    right: -55px;
}
.ind7 img{
    margin: 0 auto;
}
.ind7 p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}