@font-face {
    font-family: "ArialMT";
    src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.eot") format("embedded-opentype")
}

.box {
    border-radius: 10px
}

.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hoverimg>img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hoverimg:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.con1220 {
    width: 1220px;
    margin: 0 auto
}

.con1300 {
    width: 1300px;
    margin: 0 auto
}

.page_banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.crames {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(200, 200, 200, 0.35)
}

.crames .con1220 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.crames .cral {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666
}

.crames .cral a {
    margin-left: 5px;
    font-size: 14px;
    color: #666666
}

.crames a.button {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/caidan.png) no-repeat center/100% 100%
}

.crames .crar a {
    position: relative;
    font-size: 14px;
    color: #666666;
    line-height: 60px;
    display: inline-block
}

.crames .crar a.active {
    color: #2d5aa6;
    font-weight: bold
}

.crames .crar a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #2d5aa6
}

.crames .crar a:not(:last-child) {
    margin-right: 25px
}

.autumn_box {
    padding: 80px 0
}

.autumn_1 {
    position: relative
}

.autumn_1_img {
    width: 670px;
    height: 615px
}

.autumn_1_img img {
    width: 100%;
    height: 100%
}

.autumn_1_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 458px;
    background-color: rgba(45, 90, 166, 0.8);
    padding: 70px 105px 0 115px
}

.autumn_1_right::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 61px;
    background: url(../images/barr.png) no-repeat center/100% 100%
}

.autumn_1_right b.line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    margin: 25px 0 65px
}

.autumn_1_right h2 {
    font-family: ArialMT;
    font-size: 48px;
    color: #ffffff;
    opacity: 0.1
}

.autumn_1_right h3 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin-top: -25px
}

.autumn_1_right p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff
}

.autumn_2 {
    padding: 60px 0
}

.autumn_2 img {
    width: 100%;
    margin-top: 40px
}

.sub_title {
    text-align: center
}

.sub_title h3 {
    font-size: 24px;
    line-height: 32px;
    color: #333333
}

.sub_title b.line {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #efefef;
    margin: 27px auto 35px
}

.sub_title p {
    font-size: 16px;
    line-height: 30px;
    color: #666666
}

.aut3_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.aut3_ul li {
    width: 380px
}

.aut3_ul li:hover {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11)
}

.aut3_img {
    width: 100%;
    height: 220px
}

.aut3_body {
    height: 150px;
    text-align: center;
    padding-top: 25px
}

.aut3_body h3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    line-height: 18px;
    color: #333333;
    margin: 0 0 20px
}

.aut3_body p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 18px;
    color: #666666
}

.autumn_probox {
    padding: 80px 0 150px
}

.autumn_probox .course_box {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.autumn_probox .course_box::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d2d2d2
}

.autumn_probox .course_box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #2d5aa6;
    border-radius: 50%
}

.autumn_probox .course_box .course_list {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.autumn_probox .course_box .course_list:first-child {
    padding-top: 55px
}

.autumn_probox .course_box .course_list:not(:last-child) {
    padding-bottom: 100px
}

.autumn_probox .course_box .course_list:nth-child(2n) {
    flex-direction: row-reverse
}

.autumn_probox .course_box .course_list:nth-child(2n) .course_l .data {
    display: none
}

.autumn_probox .course_box .course_list:nth-child(2n) .cul2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 30px
}

.autumn_probox .course_box .course_list:nth-child(2n) .cul2 h4 {
    padding-right: 40px
}

.autumn_probox .course_box .course_list:nth-child(2n) .cul2 h4::before {
    width: 8px;
    height: 34px;
    background-color: #2d5aa6;
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
    content: ""
}

.autumn_probox .course_box .course_list:nth-child(2n) .cul2 p {
    padding-left: 0;
    padding-right: 35px
}

.autumn_probox .course_box .course_list:nth-child(2n+1) .course_r {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap
}

.autumn_probox .course_box .course_list:nth-child(2n+1) .course_r .data {
    display: none
}

.autumn_probox .course_box .course_list:nth-child(2n+1) h4 {
    width: 100%
}

.autumn_probox .course_box .course_list:nth-child(2n+1) p {
    width: 100%
}

.autumn_probox .course_box .cul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.autumn_probox .course_box .course_img {
    flex: 0 0 600px;
    height: 250px;
    background-color: #2d5aa6
}

.autumn_probox .course_box .course_img img {
    width: 100%;
    height: 100%;
    transform: translate(5px, -5px)
}

.autumn_probox .course_l {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.autumn_probox .course_r {
    width: 50%
}

.autumn_probox .data {
    flex: 0 0 90px;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #999999;
    padding: 0 18px;
    word-break: break-all
}

.autumn_probox h4 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative
}

.autumn_probox h4::before {
    width: 8px;
    height: 34px;
    background-color: #2d5aa6;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

.autumn_probox p {
    font-family: MicrosoftYaHeiLight;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
    padding-left: 40px
}

.autumn_honor {
    padding: 80px 0 90px
}

.autumn_honor .honor_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px
}

.autumn_honor .honor_ul li {
    width: 280px;
    text-align: center;
    margin-bottom: 40px
}

.autumn_honor .honor_ul li:hover .honor_img {
    box-shadow: 0px 6px 8px 0px rgba(12, 59, 104, 0.11)
}

.autumn_honor .honor_ul li:hover h6,
.autumn_honor .honor_ul li:hover h3 {
    color: #2d5aa6
}

.autumn_honor .honor_ul li .honor_body {
    padding-top: 15px
}

.autumn_honor .honor_ul li .honor_img {
    width: 100%;
    height: 350px
}

.autumn_honor .honor_ul li h6 {
    font-size: 12px;
    line-height: 2;
    color: #666
}

.autumn_honor .honor_ul li h3 {
    font-size: 14px;
    color: #333
}

.autumn_social {
    padding: 80px 0
}

.autumn_social .social_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 75px
}

.autumn_social .social_2 img {
    max-width: 100%
}

.autumn_social .social_2_l {
    flex: 0 0 560px
}

.autumn_social .social_2_l p {
    margin-bottom: 60px
}

.autumn_social .social_2_r {
    flex: 0 0 630px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end
}

.autumn_social .social_1 img {
    margin-top: 32px;
    max-width: 100%;
    display: block
}

.autumn_social .soc_tit {
    padding-top: 40px
}

.autumn_social .soc_tit h2 {
    font-size: 24px;
    line-height: 32px;
    color: #333333
}

.autumn_social .soc_tit p {
    font-size: 18px;
    line-height: 32px;
    color: #333333
}

.autumn_social .soc_tit b.line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #efefef;
    margin: 20px 0 30px
}

.autumn_social .social_3 {
    padding-top: 70px
}

.autumn_social .social_3 img {
    max-width: 100%;
    margin-top: 60px
}

.autumn_parents {
    padding: 80px 0 50px
}

.parents_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.parents_ul li {
    width: 221px;
    height: 88px;
    margin-bottom: 30px
}

.parents_ul li img {
    max-width: 100%
}

.contact_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contact_ul li {
    position: relative;
    width: 390px;
    height: 360px;
    overflow: hidden
}

.contact_ul li h3 {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 32px;
    color: #ffffff
}

.autumn_contact {
    padding: 80px 0
}

.map_content {
    display: flex
}

.map_content #map {
    width: 910px;
    height: 360px
}

.map_content .map_intro {
    padding: 65px 30px 0;
    flex: auto;
    height: 360px;
    background-color: #2d5aa6;
    font-size: 14px;
    color: #fff
}

.map_content .map_intro img {
    max-width: 100%;
    margin-bottom: 35px
}

.map_content .map_intro p {
    margin-top: 15px
}

.con1452 {
    width: 1452px;
    margin: 0 auto
}

.footer {
    background-color: #f9f9f9;
    padding-top: 34px
}

.footer .footer_content {
    display: flex
}

.footer .footer_left {
    flex: 1
}

.footer .footer_top {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddddd5;
    display: flex;
    justify-content: space-between
}

.footer .footer_bot {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #808080
}

.footer .footer_nav {
    display: flex
}

.footer .footer_nav a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333
}

.footer .footer_nav a:not(:last-child) {
    margin-right: 80px
}

.footer .hot_box {
    display: flex;
    align-items: center
}

.footer .hot_message {
    margin-left: 20px
}

.footer .hot_message h5 {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 9px
}

.footer .hot_message b {
    font-size: 32px;
    font-weight: normal;
    line-height: 28px;
    color: #333333
}

.footer .footer_right {
    padding-left: 125px;
    margin-left: 125px;
    border-left: 1px solid #ddddd5;
    font-size: 14px;
    color: #666
}

.footer .footer_right img {
    margin-bottom: 15px;
    width: 88px;
    height: 88px
}
.product_cart{
    padding-bottom: 45px;
  }
  .product_cart .sname{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    padding: 25px 0;
  }
  .pro_cart_itme{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pro_cart_itme li{
    padding: 45px 30px 25px;
    width: 32%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .pro_cart_itme li:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .pro_cart_itme li:hover span{
    background-color: #2d5aa6;
    color: #fff;
  }
  .procart_img{
    margin: 0 auto;
    max-width: 180px;
    max-height: 220px;
    min-height: 200px;
    display: flex;
    justify-content: center;
  }
  .procart_img img{
    max-width: 100%;
    max-height: 100%;
  }
  .procart_body h3{
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin: 15px 0;
  }
  .procart_body span{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #2d5aa6;
    font-size: 14px;
    color: #2d5aa6;
    transition: .3s;
  }
@media (min-width: 1200px) and (max-width: 1366px) {

    .con1220,
    .con1452 {
        width: 1170px
    }

    .footer .footer_nav a:not(:last-child) {
        margin-right: 40px
    }

    .contact_ul li {
        width: 380px;
        height: 350px
    }

    .con1300 {
        width: 1170px
    }

    .autumn_probox .course_box .course_img {
        flex: 0 0 500px
    }

    .autumn_social .social_2_l {
        flex: 0 0 49%
    }

    .autumn_social .social_2_r {
        flex: 0 0 49%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pro_cart_itme li{
        padding: 45px 15px 25px;
        width: 32%;
      }
    .con1220,
    .con1452 {
        width: 970px
    }

    .footer .footer_right {
        margin-left: 50px;
        padding-left: 50px
    }

    .footer .footer_nav a:not(:last-child) {
        margin-right: 40px
    }

    .contact_ul li {
        width: 320px;
        height: 290px
    }

    .autumn_social .social_2_l {
        flex: 0 0 49%
    }

    .autumn_social .social_2_r {
        flex: 0 0 49%
    }

    .autumn_honor .honor_ul li {
        width: 24%
    }

    .autumn_honor .honor_ul li .honor_img {
        height: 280px
    }

    .aut3_ul li {
        width: 32%
    }

    .con1300 {
        width: 970px
    }

    .autumn_probox .course_box .course_img {
        flex: 0 0 100%
    }

    .course_l,
    .course_r {
        width: 48% !important
    }

    .course_list:nth-child(2n+1) .course_l {
        flex-wrap: wrap
    }

    .course_list:nth-child(2n+1) .data {
        flex: 0 0 100%;
        padding: 0;
        text-align: right;
        margin-bottom: 10px
    }

    .course_list:nth-child(2n) .course_r .data {
        display: none
    }

    .course_list:nth-child(2n) .course_l {
        flex-wrap: wrap
    }

    .course_list:nth-child(2n) .course_l .data {
        display: block !important;
        margin-bottom: 10px;
        flex: 0 0 100%;
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pro_cart_itme li{
        padding: 45px 15px 25px;
        width: 32%;
      }
    .con1220,
    .con1452 {
        width: 750px
    }

    .footer .footer_right {
        margin-left: 50px;
        padding-left: 50px
    }

    .footer .footer_nav a:not(:last-child) {
        margin-right: 10px
    }

    .footer .footer_nav a {
        font-size: 14px
    }

    .footer .hot_message b {
        font-size: 20px
    }

    .map_content #map {
        width: 450px
    }

    .contact_ul li {
        width: 32%;
        height: 235px
    }

    .contact_ul li h3 {
        font-size: 25px
    }

    .autumn_social .social_2_l {
        flex: 0 0 49%
    }

    .autumn_social .social_2_r {
        flex: 0 0 49%
    }

    .autumn_honor .honor_ul li {
        width: 32%
    }

    .autumn_honor .honor_ul li .honor_img {
        height: 280px
    }

    .autumn_probox {
        padding: 8vw 0 10vw
    }

    .autumn_probox .course_box::after {
        left: 0
    }

    .con1300 {
        width: 750px
    }

    .autumn_probox .course_box::before {
        transform: translateX(0);
        left: 0;
        width: 2px
    }

    .autumn_probox .course_box .course_list {
        display: block
    }

    .autumn_probox .course_box .course_img {
        flex: 0 0 auto
    }

    .autumn_probox .course_l {
        justify-content: flex-end !important;
        margin-bottom: 3vw
    }

    .autumn_probox .course_box .course_list:not(:last-child) {
        padding-bottom: 5vw
    }

    .course_l,
    .course_r {
        width: 100% !important
    }

    .autumn_probox .course_box .course_list:nth-child(2n) .cul2 {
        display: block;
        width: 100%
    }

    .autumn_probox .course_box .course_list:nth-child(2n) .cul2 h4::before {
        right: unset;
        left: 0
    }

    .course_list {
        padding-left: 30px !important
    }

    .course_list:nth-child(2n+1) .course_l {
        flex-wrap: wrap
    }

    .course_list:nth-child(2n+1) .data {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .course_list:nth-child(2n) .course_r .data {
        display: none
    }

    .course_list:nth-child(2n) .course_l {
        flex-wrap: wrap
    }

    .course_list:nth-child(2n) .course_l .data {
        display: block !important;
        margin-bottom: 10px;
        flex: 0 0 100%;
        padding: 0
    }

    .aut3_ul li {
        width: 32%
    }

    .aut3_img {
        height: 160px
    }

    .aut3_body {
        height: 125px
    }

    .aut3_body h3 {
        font-size: 15px
    }

    .aut3_body p {
        font-size: 12px;
        line-height: 2
    }
}

@media (max-width: 767px) {
    .pro_cart_itme li{
        padding: 6vw 3vw;
        width: 49%;
      }
      .procart_img{
          max-width: 90%;
          max-height: 160px;
          min-height: 150px;
      }
      .procart_body h3{
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
      }
      .procart_body span{
          width: 120px;
          height: 35px;
          line-height: 35px;
          font-size: 12px;
      }
    .con1220,
    .con1452 {
        width: 96%
    }

    .footer_content {
        flex-wrap: wrap
    }

    .footer_content .footer_right {
        display: none
    }

    .footer .footer_top {
        flex-wrap: wrap
    }

    .footer .footer_left {
        flex: 0 0 100%;
        width: 100%
    }

    .footer .hot_box {
        width: 100%
    }

    .footer .hot_message b {
        font-size: 18px
    }

    .footer .footer_nav {
        width: 100%;
        margin-right: 0 !important;
        justify-content: space-between;
        margin-top: 4vw
    }

    .footer .footer_bot {
        flex-wrap: wrap
    }

    .footer .footer_bot p {
        width: 100%
    }

    .footer .footer_bot p:nth-child(1) {
        margin-bottom: 2vw
    }

    .footer .footer_nav a:not(:last-child) {
        margin-right: 0
    }

    .map_content {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .map_content #map {
        width: 100%
    }

    .map_content .map_intro {
        padding: 8vw 6vw;
        height: auto
    }

    .map_content .map_intro img {
        margin-bottom: 4vw
    }

    .autumn_contact {
        padding: 10vw 0
    }

    .contact_ul li {
        width: 100%;
        height: auto;
        margin-top: 3vw
    }

    .contact_ul li h3 {
        font-size: 22px
    }

    .autumn_social {
        padding: 10vw 0
    }

    .autumn_social .social_2 {
        padding-top: 0
    }

    .autumn_social .soc_tit h2 {
        font-size: 20px
    }

    .autumn_social .soc_tit p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 4vw
    }

    .autumn_social .social_2_l {
        flex: 0 0 100%
    }

    .autumn_social .social_2_r {
        flex: 0 0 100%;
        display: block
    }

    .autumn_social .social_3 {
        padding-top: 8vw
    }

    .autumn_social .social_3 img {
        margin-top: 6vw
    }

    .sub_title p {
        font-size: 14px;
        line-height: 2
    }

    .autumn_social .soc_tit b.line {
        margin: 15px 0
    }

    .autumn_honor {
        padding: 10vw 0
    }

    .autumn_honor .honor_ul {
        margin-top: 5vw
    }

    .autumn_honor .honor_ul li {
        width: 48.5%
    }

    .autumn_honor .honor_ul li .honor_img {
        height: auto
    }

    .autumn_probox {
        padding: 8vw 0 10vw
    }

    .autumn_probox .course_box::after {
        left: 0
    }

    .con1300 {
        width: 96%
    }

    .autumn_probox .course_box::before {
        transform: translateX(0);
        left: 0;
        width: 2px
    }

    .autumn_probox .course_box .course_list {
        display: block
    }

    .autumn_probox .course_box .course_img {
        flex: 0 0 100%;
        height: auto
    }

    .autumn_probox .course_l {
        justify-content: flex-end !important;
        margin-bottom: 3vw
    }

    .autumn_probox .course_box .course_list:not(:last-child) {
        padding-bottom: 5vw
    }

    .course_l,
    .course_r {
        width: 100% !important
    }

    .autumn_probox .course_box .course_list:nth-child(2n) .cul2 {
        display: block;
        width: 100%
    }

    .autumn_probox .course_box .course_list:nth-child(2n) .cul2 h4::before {
        right: unset;
        left: 0
    }

    .autumn_probox .data {
        font-size: 6vw;
        line-height: 6vw
    }

    .autumn_probox h4 {
        font-size: 5vw;
        padding-left: 5vw
    }

    .autumn_probox p {
        font-size: 14px;
        padding-left: 5vw
    }

    .course_list {
        padding-left: 2vw !important
    }

    .course_list:nth-child(2n+1) .course_l {
        flex-wrap: wrap
    }

    .course_list:nth-child(2n+1) .data {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .course_list:nth-child(2n) .course_r .data {
        display: none
    }

    .course_list:nth-child(2n) .course_l {
        flex-wrap: wrap
    }

    .course_list:nth-child(2n) .course_l .data {
        display: block !important;
        margin-bottom: 10px;
        flex: 0 0 100%;
        padding: 0
    }

    .autumn_box {
        padding: 10vw 0
    }

    .autumn_box .autumn_1_img {
        width: 100%;
        height: auto
    }

    .autumn_box .autumn_1_right {
        width: 100%;
        height: auto;
        padding: 6vw 4vw;
        position: static;
        top: 0;
        transform: translateY(0)
    }

    .autumn_box .autumn_1_right b.line {
        margin: 25px 0
    }

    .autumn_2 {
        padding: 10vw 0
    }

    .sub_title h3 {
        font-size: 20px
    }

    .sub_title b.line {
        margin: 15px auto
    }

    .autumn_1_right::before {
        display: none
    }

    .crar {
        width: 100%;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 999;
        flex-wrap: wrap;
        background-color: #fff;
        border-top: 1px solid #eaeaea;
        display: none
    }

    .crar a {
        width: 100%;
        text-align: center;
        line-height: 45px !important;
        display: block;
        margin-right: 0 !important
    }

    .aut3_ul li {
        width: 100%;
        margin-bottom: 2vw
    }

    .aut3_img {
        height: 160px
    }

    .aut3_body {
        height: auto
    }

    .aut3_body h3 {
        font-size: 16px
    }

    .aut3_body p {
        font-size: 14px;
        line-height: 2
    }

    .crames a.button {
        display: block
    }

    .autumn_1_right h2 {
        font-size: 38px
    }

    .autumn_parents {
        padding: 10vw 0 8vw
    }

    .parents_ul li {
        width: 48%;
        height: auto;
        margin-bottom: 2vw
    }
}