@charset "utf-8";
@media (min-width: 1366px) {
  #index-page {
    margin: 0 auto;
    width: 1366px;
    max-width: 1366px;
    box-sizing: border-box;
  }
  #index-page .top {
    height: 158px;
    width: 100%;
    box-sizing: border-box;
    background-color: #005bac;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: 40px 42px;
    background-size: 346px 96px;
    position: relative;
  }
  #index-page .top .menu {
    position: absolute;
    bottom: 36px;
    right: 0;
    display: flex;
    align-items: center;
  }
  #index-page .top .menu .menu-item {
    padding: 0 48px;
    font-size: 26px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #index-page .top .menu .menu-item .calendar-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url('/image/calendar.png');
    background-size: cover;
  }
  #index-page .top .menu .menu-item:hover {
    color: #fea30c;
  }
  #index-page .top .menu .menu-item:hover .calendar-logo {
    background-image: url('/image/calendar-active.png');
  }
  #index-page .top .menu .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 28px;
    width: 2px;
    background-color: #FFFFFF;
    right: 0;
    top: 8px;
  }
  #index-page .content {
    padding: 40px 0 117px;
    background-color: #F2F2F2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }
  #index-page .content .swiper {
    height: 543px;
    width: 1276px;
  }
  #index-page .content .swiper-pagination {
    position: absolute;
    height: 13px !important;
    top: 588px !important;
  }
  #index-page .content .swiper-pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    opacity: 1 !important;
    background: #E3E3E3 !important;
  }
  #index-page .content .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    border: 2px solid #E3E3E3 !important;
  }
  #index-page .content .news-list {
    width: 1078px;
    padding-bottom: 60px;
    border-bottom: 3px solid #dedede;
    margin-top: 40px;
  }
  #index-page .content .news-list .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin-bottom: 8px;
  }
  #index-page .content .news-list .news-title .title-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
  }
  #index-page .content .news-list .news-title .title-text .bold-line {
    margin-right: 10px;
    height: 10px;
    width: 20px;
    border-radius: 4px;
    background-color: #005bac;
  }
  #index-page .content .news-list .news-title .visit-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #a8a8a8;
    font-size: 18px;
  }
  #index-page .content .news-list .news-title .visit-more:hover {
    color: #005bac;
    font-weight: 600;
  }
  #index-page .content .news-list .list-box {
    display: flex;
    justify-content: space-between;
  }
  #index-page .content .news-list .list-box .news-swiper {
    width: 440px;
    min-width: 440px;
    height: 280px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #index-page .content .news-list .list-box .news-swiper .swiper-wrapper img {
    width: 100%;
  }
  #index-page .content .news-list .list-box .news-swiper .news-swiper-pagination {
    position: absolute;
    z-index: 99 !important;
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-page .content .news-list .list-box .list {
    flex: 1;
    margin-left: 30px;
    width: calc(100% - 470px);
  }
  #index-page .content .news-list .list-box .list .list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-bottom: 4px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 1px solid #dedede;
  }
  #index-page .content .news-list .list-box .list .list-item .dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #005bac;
    margin-right: 10px;
  }
  #index-page .content .news-list .list-box .list .list-item .title {
    flex: 1;
    font-weight: 400;
    margin-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index-page .content .news-list .list-box .list .list-item .time {
    color: #666666;
  }
  #index-page .content .news-list .list-box .list .list-item:hover {
    background-color: #FFFFFF;
  }
  #index-page .content .news-box {
    margin-top: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  #index-page .content .news-box .news {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-page .content .news-box .news .news-item {
    width: 346px;
    height: 310px;
    display: flex;
    flex-direction: column;
  }
  #index-page .content .news-box .news .news-item:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .news-box .news .news-item:not(:last-child) {
    margin-right: 20px;
  }
  #index-page .content .news-box .news .news-item .items-img {
    height: 216px;
    width: 100%;
  }
  #index-page .content .news-box .news .news-item .items-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 4px solid #fea30a;
  }
  #index-page .content .news-box .news .news-item .items-text p {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
  }
  #index-page .content .big-news-box {
    margin-top: 22px;
  }
  #index-page .content .big-news-box .big-img {
    width: 1080px;
    height: 966px;
  }
  #index-page .content .big-news-box .news-content {
    position: relative;
    width: 1080px;
    padding: 34px 0 38px;
    box-sizing: border-box;
  }
  #index-page .content .big-news-box .news-content::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1112px;
    bottom: 0;
    left: 0;
    background-color: #c0c0c0;
  }
  #index-page .content .big-news-box .news-content p {
    font-size: 22px;
    line-height: 50px;
    font-size: 600;
  }
  #index-page .content .big-news-box .news-content .t-p {
    margin-top: 17px;
  }
  #index-page .content .big-news-box .news-content .fo-p {
    margin-top: 2px;
  }
  #index-page .content .big-news-box .news-content .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 20px;
    bottom: 30px;
    right: 6px;
  }
  #index-page .content .big-news-box:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .big-news-box:hover .news-content .detail-btn {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .middle-news .middle-item {
    padding: 40px 0 44px;
    width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #index-page .content .middle-news .middle-item::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1112px;
    bottom: 0;
    left: 0;
    background-color: #c0c0c0;
  }
  #index-page .content .middle-news .middle-item .middle-img {
    width: 526px;
    min-width: 526px;
    height: 328px;
  }
  #index-page .content .middle-news .middle-item .middle-text {
    height: 328px;
    margin-left: 44px;
  }
  #index-page .content .middle-news .middle-item .middle-text .middle-title {
    font-size: 26px;
    font-weight: 600;
  }
  #index-page .content .middle-news .middle-item .middle-text .middle-content {
    line-height: 46px;
    font-size: 21px;
  }
  #index-page .content .middle-news .middle-item .middle-text .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 20px;
    bottom: 44px;
    right: 6px;
  }
  #index-page .content .middle-news .middle-item:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .middle-news .middle-item:hover .middle-text .detail-btn {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .footer-img-box {
    background-color: #FFFFFF;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 10px 0 5px;
    position: relative;
    margin-top: 33px;
  }
  #index-page .content .footer-img-box .footer-img {
    width: 256px;
    height: 170px;
    margin-bottom: 5px;
  }
  #index-page .content .footer-img-box .footer-img:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .footer-img-box .detail-btn {
    position: absolute;
    bottom: -44px;
    right: 6px;
    color: #a8a8a8;
    font-size: 20px;
  }
  #index-page .content .footer-img-box .detail-btn:hover {
    cursor: pointer;
    color: #005bac;
    font-weight: 700;
  }
  #index-page .footer {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #index-page .footer .footer-logo {
    margin-top: 30px;
    height: 96px;
    width: 96px;
  }
  #index-page .footer .footer-unit {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #index-page .footer .footer-unit .unit-item {
    flex: 1;
    text-align: center;
  }
  #index-page .footer .footer-unit .unit-item .label {
    font-weight: 600;
  }
  #index-page .footer .footer-unit .unit-item .value {
    margin-top: 4px;
    cursor: pointer;
  }
  #index-page .footer .footer-unit .unit-item .value:hover {
    color: #005bac;
  }
  #index-page .footer .footer-info {
    padding: 20px 0 40px;
    color: #8a8a8a;
    text-align: center;
  }
  #index-page .footer .footer-info p {
    margin-top: 2px;
  }
  #index-page .footer .footer-info .phone {
    cursor: pointer;
  }
}
@media (max-width: 1366px) and (min-width: 767px) {
  #index-page {
    margin: 0 auto;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  #index-page .top {
    height: 11.567vw;
    width: 100%;
    box-sizing: border-box;
    background-color: #005bac;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: 2.928vw 3.075vw;
    background-size: 25.329vw 7.028vw;
    position: relative;
  }
  #index-page .top .menu {
    position: absolute;
    bottom: 2.635vw;
    right: 0;
    display: flex;
    align-items: center;
  }
  #index-page .top .menu .menu-item {
    padding: 0 3.514vw;
    font-size: 1.903vw;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #index-page .top .menu .menu-item .calendar-logo {
    width: 2.196vw;
    height: 2.196vw;
    margin-right: 0.732vw;
    background-image: url('/image/calendar.png');
    background-size: cover;
  }
  #index-page .top .menu .menu-item:hover {
    color: #fea30c;
  }
  #index-page .top .menu .menu-item:hover .calendar-logo {
    background-image: url('/image/calendar-active.png');
  }
  #index-page .top .menu .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 2.05vw;
    width: 0.146vw;
    background-color: #FFFFFF;
    right: 0;
    top: 0.586vw;
  }
  #index-page .content {
    padding: 2.928vw 0 8.565vw;
    background-color: #F2F2F2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }
  #index-page .content .swiper {
    height: 39.751vw;
    width: 93.411vw;
  }
  #index-page .content .swiper-pagination {
    position: absolute;
    height: 0.952vw !important;
    top: 43.045vw !important;
  }
  #index-page .content .swiper-pagination .swiper-pagination-bullet {
    width: 0.952vw !important;
    height: 0.952vw !important;
    opacity: 1 !important;
    background: #E3E3E3 !important;
  }
  #index-page .content .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    border: 0.146vw solid #E3E3E3 !important;
  }
  #index-page .content .news-list {
    width: 78.917vw;
    padding-bottom: 4.392vw;
    border-bottom: 0.22vw solid #dedede;
    margin-top: 2.928vw;
  }
  #index-page .content .news-list .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.392vw;
    margin-bottom: 0.586vw;
  }
  #index-page .content .news-list .news-title .title-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.464vw;
  }
  #index-page .content .news-list .news-title .title-text .bold-line {
    margin-right: 0.732vw;
    height: 0.732vw;
    width: 1.464vw;
    border-radius: 0.293vw;
    background-color: #005bac;
  }
  #index-page .content .news-list .news-title .visit-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #a8a8a8;
    font-size: 1.318vw;
  }
  #index-page .content .news-list .news-title .visit-more:hover {
    color: #005bac;
    font-weight: 600;
  }
  #index-page .content .news-list .list-box {
    display: flex;
    justify-content: space-between;
  }
  #index-page .content .news-list .list-box .news-swiper {
    width: 32.211vw;
    min-width: 32.211vw;
    height: 20.498vw;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #index-page .content .news-list .list-box .news-swiper .swiper-wrapper img {
    width: 100%;
  }
  #index-page .content .news-list .list-box .news-swiper .news-swiper-pagination {
    position: absolute;
    z-index: 99 !important;
    height: 1.464vw;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-page .content .news-list .list-box .list {
    flex: 1;
    margin-left: 2.196vw;
    width: calc(100% - 34.407vw);
  }
  #index-page .content .news-list .list-box .list .list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.953vw;
    margin-bottom: 0.293vw;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 0.732vw;
    border-bottom: 0.073vw solid #dedede;
  }
  #index-page .content .news-list .list-box .list .list-item .dot {
    width: 0.878vw;
    height: 0.878vw;
    border-radius: 0.293vw;
    background: #005bac;
    margin-right: 0.732vw;
  }
  #index-page .content .news-list .list-box .list .list-item .title {
    flex: 1;
    font-weight: 400;
    margin-right: 2.928vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index-page .content .news-list .list-box .list .list-item .time {
    color: #666666;
  }
  #index-page .content .news-list .list-box .list .list-item:hover {
    background-color: #FFFFFF;
  }
  #index-page .content .news-box {
    margin-top: 43.488px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  #index-page .content .news-box .news {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-page .content .news-box .news .news-item {
    width: 227.961px;
    height: 204.246px;
    display: flex;
    flex-direction: column;
  }
  #index-page .content .news-box .news .news-item:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .news-box .news .news-item:not(:last-child) {
    margin-right: 13.176px;
  }
  #index-page .content .news-box .news .news-item .items-img {
    height: 142.317px;
    width: 100%;
  }
  #index-page .content .news-box .news .news-item .items-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 2.637px solid #fea30a;
  }
  #index-page .content .news-box .news .news-item .items-text p {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13.176px;
    font-weight: 700;
  }
  #index-page .content .big-news-box {
    margin-top: 1.611vw;
  }
  #index-page .content .big-news-box .big-img {
    width: 79.063vw;
    height: 70.717vw;
  }
  #index-page .content .big-news-box .news-content {
    position: relative;
    width: 79.063vw;
    padding: 2.489vw 0 2.782vw;
    box-sizing: border-box;
  }
  #index-page .content .big-news-box .news-content::after {
    content: '';
    position: absolute;
    height: 0.073vw;
    width: 81.406vw;
    bottom: 0;
    left: 0;
    background-color: #c0c0c0;
  }
  #index-page .content .big-news-box .news-content p {
    font-size: 1.611vw;
    line-height: 3.66vw;
    font-size: 600;
  }
  #index-page .content .big-news-box .news-content .t-p {
    margin-top: 1.245vw;
  }
  #index-page .content .big-news-box .news-content .fo-p {
    margin-top: 0.146vw;
  }
  #index-page .content .big-news-box .news-content .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 1.464vw;
    bottom: 2.196vw;
    right: 0.439vw;
  }
  #index-page .content .big-news-box:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .big-news-box:hover .news-content .detail-btn {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .middle-news .middle-item {
    padding: 2.928vw 0 3.221vw;
    width: 79.063vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #index-page .content .middle-news .middle-item::after {
    content: '';
    position: absolute;
    height: 0.073vw;
    width: 81.406vw;
    bottom: 0;
    left: 0;
    background-color: #c0c0c0;
  }
  #index-page .content .middle-news .middle-item .middle-img {
    width: 38.507vw;
    min-width: 38.507vw;
    height: 24.012vw;
  }
  #index-page .content .middle-news .middle-item .middle-text {
    height: 24.012vw;
    margin-left: 3.221vw;
  }
  #index-page .content .middle-news .middle-item .middle-text .middle-title {
    font-size: 1.903vw;
    font-weight: 600;
  }
  #index-page .content .middle-news .middle-item .middle-text .middle-content {
    line-height: 3.367vw;
    font-size: 1.537vw;
  }
  #index-page .content .middle-news .middle-item .middle-text .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 1.464vw;
    bottom: 3.221vw;
    right: 0.439vw;
  }
  #index-page .content .middle-news .middle-item:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .middle-news .middle-item:hover .middle-text .detail-btn {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .footer-img-box {
    background-color: #FFFFFF;
    width: 79.063vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0.732vw 0 0.366vw;
    position: relative;
    margin-top: 3.67vw;
  }
  #index-page .content .footer-img-box .footer-img {
    width: 18.741vw;
    height: 12.445vw;
    margin-bottom: 0.366vw;
  }
  #index-page .content .footer-img-box .footer-img:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .footer-img-box .detail-btn {
    position: absolute;
    bottom: -3.221vw;
    right: 0.439vw;
    color: #a8a8a8;
    font-size: 1.464vw;
  }
  #index-page .content .footer-img-box .detail-btn:hover {
    cursor: pointer;
    color: #005bac;
    font-weight: 700;
  }
  #index-page .footer {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #index-page .footer .footer-logo {
    margin-top: 2.196vw;
    height: 7.028vw;
    width: 7.028vw;
  }
  #index-page .footer .footer-unit {
    width: 100%;
    margin-top: 2.928vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #index-page .footer .footer-unit .unit-item {
    flex: 1;
    text-align: center;
  }
  #index-page .footer .footer-unit .unit-item .label {
    font-weight: 600;
  }
  #index-page .footer .footer-unit .unit-item .value {
    margin-top: 0.293vw;
    cursor: pointer;
  }
  #index-page .footer .footer-unit .unit-item .value:hover {
    color: #005bac;
  }
  #index-page .footer .footer-info {
    padding: 1.464vw 0 2.928vw;
    color: #8a8a8a;
    text-align: center;
  }
  #index-page .footer .footer-info p {
    margin-top: 0.146vw;
  }
  #index-page .footer .footer-info .phone {
    cursor: pointer;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  #index-page {
    margin: 0 auto;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }
  #index-page .top {
    height: 20vw;
    width: 100%;
    box-sizing: border-box;
    background-color: #005bac;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: 2vw 3vw;
    background-size: 50.6vw 14vw;
    position: relative;
  }
  #index-page .top .menu {
    position: absolute;
    bottom: 2.635vw;
    right: 0;
    display: flex;
    align-items: center;
  }
  #index-page .top .menu .menu-item {
    padding: 0 2.14vw;
    font-size: 3vw;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #index-page .top .menu .menu-item .calendar-logo {
    width: 3vw;
    height: 3vw;
    margin-right: 0.732vw;
    background-image: url('/image/calendar.png');
    background-size: cover;
  }
  #index-page .top .menu .menu-item:hover {
    color: #fea30c;
  }
  #index-page .top .menu .menu-item:hover .calendar-logo {
    background-image: url('/image/calendar-active.png');
  }
  #index-page .top .menu .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 3vw;
    width: 0.2vw;
    background-color: #FFFFFF;
    right: 0;
  }
  #index-page .content {
    padding: 2.928vw 0 8.565vw;
    background-color: #F2F2F2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }
  #index-page .content .swiper {
    height: 39.751vw;
    width: 93.411vw;
  }
  #index-page .content .swiper-pagination {
    position: absolute;
    height: 0.952vw !important;
    top: 42.5vw !important;
  }
  #index-page .content .swiper-pagination .swiper-pagination-bullet {
    width: 2vw !important;
    height: 2vw !important;
    opacity: 1 !important;
    background: #E3E3E3 !important;
  }
  #index-page .content .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    border: 0.4vw solid #E3E3E3 !important;
  }
  #index-page .content .news-list {
    width: 90vw;
    padding-bottom: 4.392vw;
    border-bottom: 0.42vw solid #dedede;
    margin-top: 2.928vw;
  }
  #index-page .content .news-list .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 6.667vw;
    margin-bottom: 0.586vw;
  }
  #index-page .content .news-list .news-title .title-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 3.4vw;
  }
  #index-page .content .news-list .news-title .title-text .bold-line {
    margin-right: 1.2vw;
    height: 2vw;
    width: 3vw;
    border-radius: 1.4vw;
    background-color: #005bac;
  }
  #index-page .content .news-list .news-title .visit-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #a8a8a8;
    font-size: 3vw;
  }
  #index-page .content .news-list .news-title .visit-more:hover {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .news-list .list-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #index-page .content .news-list .list-box .news-swiper {
    width: 90vw;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #index-page .content .news-list .list-box .news-swiper .swiper-wrapper img {
    width: 100%;
  }
  #index-page .content .news-list .list-box .news-swiper .news-swiper-pagination {
    position: absolute;
    z-index: 99 !important;
    height: 5vw;
    width: 100%;
    bottom: 3vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-page .content .news-list .list-box .list {
    width: 90vw;
  }
  #index-page .content .news-list .list-box .list .list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vw;
    margin-bottom: 2vw;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 0.732vw;
    border-bottom: 0.073vw solid #dedede;
  }
  #index-page .content .news-list .list-box .list .list-item .dot {
    width: 2.2vw;
    height: 2.2vw;
    border-radius: 0.8vw;
    background: #005bac;
    margin-right: 1.2vw;
  }
  #index-page .content .news-list .list-box .list .list-item .title {
    flex: 1;
    font-weight: 400;
    margin-right: 2.928vw;
    font-size: 3.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index-page .content .news-list .list-box .list .list-item .time {
    color: #666666;
    font-size: 2.8vw;
  }
  #index-page .content .news-list .list-box .list .list-item:active {
    background-color: #FFFFFF;
  }
  #index-page .content .news-box {
    margin-top: 4.832vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  #index-page .content .news-box .news {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-page .content .news-box .news .news-item {
    width: 30vw;
    height: 22.694vw;
    display: flex;
    flex-direction: column;
  }
  #index-page .content .news-box .news .news-item:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .news-box .news .news-item:not(:last-child) {
    margin-right: 1.464vw;
  }
  #index-page .content .news-box .news .news-item .items-img {
    height: 15.813vw;
    width: 100%;
  }
  #index-page .content .news-box .news .news-item .items-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 0.293vw solid #fea30a;
  }
  #index-page .content .news-box .news .news-item .items-text p {
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index-page .content .big-news-box {
    margin-top: 5.723vw;
  }
  #index-page .content .big-news-box .big-img {
    width: 90vw;
    height: 80.475vw;
  }
  #index-page .content .big-news-box .news-content {
    position: relative;
    width: 90vw;
    padding: 3vw 0 5vw;
    box-sizing: border-box;
  }
  #index-page .content .big-news-box .news-content::after {
    content: '';
    position: absolute;
    height: 0.083vw;
    width: 90vw;
    bottom: 0;
    left: 0;
    background-color: #c0c0c0;
  }
  #index-page .content .big-news-box .news-content p {
    font-size: 3vw;
    font-size: 600;
  }
  #index-page .content .big-news-box .news-content .t-p {
    margin-top: 1.245vw;
  }
  #index-page .content .big-news-box .news-content .fo-p {
    margin-top: 0.146vw;
  }
  #index-page .content .big-news-box .news-content .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 3vw;
    bottom: 1vw;
    right: 0.439vw;
  }
  #index-page .content .big-news-box:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .big-news-box:hover .news-content .detail-btn {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .middle-news {
    margin: 3vw 0 3vw;
  }
  #index-page .content .middle-news .middle-item {
    padding: 2.928vw 0 6.21vw;
    width: 90vw;
    position: relative;
    margin-bottom: 3vw;
  }
  #index-page .content .middle-news .middle-item::after {
    content: '';
    position: absolute;
    height: 0.083vw;
    width: 90vw;
    bottom: 0;
    left: 0;
    background-color: #c0c0c0;
  }
  #index-page .content .middle-news .middle-item .middle-img {
    width: 90vw;
    height: 56.116vw;
  }
  #index-page .content .middle-news .middle-item .middle-text .middle-title {
    font-size: 4.4vw;
    font-weight: 600;
  }
  #index-page .content .middle-news .middle-item .middle-text .middle-content {
    font-size: 3vw;
  }
  #index-page .content .middle-news .middle-item .middle-text .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 3vw;
    bottom: 1vw;
    right: 0.439vw;
  }
  #index-page .content .middle-news .middle-item:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .middle-news .middle-item:hover .middle-text .detail-btn {
    color: #005bac;
    font-weight: 700;
  }
  #index-page .content .footer-img-box {
    background-color: #FFFFFF;
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 2.732vw 0 6.366vw;
    position: relative;
  }
  #index-page .content .footer-img-box .footer-img {
    width: 42vw;
    height: 27.89vw;
    margin-bottom: 2.66vw;
  }
  #index-page .content .footer-img-box .footer-img:hover {
    cursor: pointer;
    -webkit-animation: animate 0.2s forwards;
    animation: animate 0.2s forwards;
  }
  #index-page .content .footer-img-box .detail-btn {
    position: absolute;
    color: #a8a8a8;
    font-size: 3vw;
    bottom: 1vw;
    right: 0.439vw;
  }
  #index-page .content .footer-img-box .detail-btn:hover {
    cursor: pointer;
    color: #005bac;
    font-weight: 700;
  }
  #index-page .footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #index-page .footer .footer-logo {
    margin-top: 4vw;
    height: 15vw;
    width: 15vw;
  }
  #index-page .footer .footer-unit {
    width: 90vw;
    margin-top: 2.928vw;
    font-size: 3.2vw;
  }
  #index-page .footer .footer-unit .unit-item {
    flex: 1;
    padding: 1.464vw;
  }
  #index-page .footer .footer-unit .unit-item .label {
    font-weight: 600;
  }
  #index-page .footer .footer-unit .unit-item .value {
    margin-top: 0.293vw;
    cursor: pointer;
  }
  #index-page .footer .footer-unit .unit-item .value:active {
    color: #005bac;
  }
  #index-page .footer .footer-info {
    padding: 1.464vw 0 8vw;
    margin-top: 3.66vw;
    color: #8a8a8a;
    text-align: center;
    font-size: 2.928vw;
  }
  #index-page .footer .footer-info p {
    margin-top: 0.146vw;
  }
  #index-page .footer .footer-info .phone {
    cursor: pointer;
  }
}
@-webkit-keyframes animate {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 6px #BEBEBE;
  }
}
@keyframes animate {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 6px #BEBEBE;
  }
}
