.indexTitle {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.indexTitle h2 {
    position: relative;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.indexTitle p {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-align: center;
}


/* indexProduct */
.indexProduct {
    padding: 80px 0;
}

.indexProduct_box {
    margin-bottom: 50px;
}

.indexProductBox {
    border: 2px solid #e5e7eb;
    padding: 53px 12px 15px;
}

.indexProductImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
}

.indexProductImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.indexProductBox p {
    margin-top: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 26px;
    color: #000;
    line-height: 1.2;
    min-height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexProductBtn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #c4ced4;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    color: #000;
    text-align: center;
}

.indexProductBox:hover img {
    transform: scale(1.2);
}

.indexProduct_toall {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexProduct_toall a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    transition: all ease 0.3s;

    position: relative;
    z-index: 9;
}

.indexProduct_toall a i {
    display: block;
    margin-left: 10px;
    font-size: 16px;
    transition: all ease 0.3s;
}

.indexProduct_toall a:hover {
    transform: scale(1.05);
    transition: all ease 0.3s;
    background-color: #c4ced4;
}

.indexProduct_toall a:hover i {
    margin-left: 20px;
    transition: all ease 0.3s;
}


/* indexApply */
.indexApply {
    /*padding: 80px 0 0;*/
    position: relative;
    z-index: 0;
}

.indexApply::before {
    content: '';
    position: absolute;
    background: url(../images/ia1.png);
    background-size: cover;
    top: -80px;
    bottom: -250px;
    left: 0;
    right: 0;
    z-index: 3;
}

.indexApply .indexTitle {
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
}

.indexApply_main {
    position: relative;
    z-index: 9;
    background-color: #fafafa;
}

.index_aboutus_video {
    position: relative;
}


.index_aboutus_video img {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_aboutus_video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(20, 24, 27, 0.2);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;
}

.cw i {
    font-size: 25px;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 9;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.zs_iframe_div iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.zs_iframe_div iframe {
    width: 80%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

.indexApply_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6% 0 4%;
}

.indexApply_right h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 35px;
}


/* indexNews */
.indexNews {
    padding: 110px 0 70px;
    background: url(../images/in.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.indexNewsBox {
    padding: 10px;
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 35px;
}

.indexNewsImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 65%;
}

.indexNewsImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.indexNewsDes h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 0 2%;
    margin: 15px 0 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.3s ease;
}

.indexNewsDes p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    height: 100%;
}


.indexNewsDes::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #c4ced4 transparent;
}

.indexNewsBox:hover img{
    transform: scale(1.1);
}

.indexNewsBox:hover h4{
    color: #c4ced4;
    transition: all 0.3s ease;
}

/* indexAboutus */
.indexAboutus {
    padding: 70px 0 130px;
}


.indexAbout_left .accordion-item {
    margin-bottom: 15px;
}

.indexAbout_left .accordion-button {
    background-color: transparent;
    color: #111;
    font-size: 24px;
    border-top: 1px solid #ddd;
}

.indexAbout_left .accordion-item:first-child .accordion-button {
    border-top: none;
}

.indexAbout_left .accordion-item strong {
    font-size: 18px;
    font-weight: normal;
}

.indexAbout_left .accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.indexAbout_left .accordion-button:not(.collapsed)::after {
    background-image: #111;
}

.indexAbout_left .accordion-item {
    border-radius: 0 !important;
}


.indexAbout_right {
    padding-left: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.indexAbout_right .index_aboutus_video {
    margin-bottom: 30px;
}

.indexAbout_rBtn {
    display: flex;
    align-items: center;
}

.indexAbout_rBBox a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    border: 2px solid #c4ced4;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.indexAbout_rBBox:nth-child(1) a {
    background-color: #c4ced4;
    margin-right: 60px;
    color: #fff;
}

.indexAbout_rBBox:nth-child(1) a:hover {
    background-color: #fff;
    color: #000;
}

.indexAbout_rBBox:nth-child(2) a:hover {
    background-color: #c4ced4;
    color: #fff;
}


/* indexContact */
.indexContact {
    padding: 140px 0 120px;
    background: url(https://ecdn.cnyandex.com/cgboiler/uploads/ic.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.indexCon_main {
    width: 80%;
    margin: 0 auto;
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.75);
}

.indexConTitle h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.indexCon_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indexCon_left h2 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    word-wrap: break-word;
    word-break: break-all;
}

.indexCon_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.indexCon_list li i {
    font-size: 26px;
    color: #333;
    margin-right: 15px;
    /*margin-top: -7px;*/
}

.indexCon_list li p,
.indexCon_list li a {
    font-size: 18px;
    color: #444;
    flex: 1;
    word-break: break-all;
    word-wrap: break-word;
}

.yandex-form #form .list {
    margin-bottom: 15px;
}

.yandex-form #form .list p {
    color: #2a2b32;
    font-size: 18px;
    line-height: 2;
}

.yandex-form #form .list input {
    width: 100%;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    border: solid #ddd 1px;
}

.yandex-form #form .list textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 24px;
    resize: none;
    height: 120px;
    border: solid #ddd 1px;
}

.yandex-form #form #submit {
    width: 100%;
    color: #fff;
    background-color: #c4ced4;
    border: none;
    line-height: 3;
    font-size: 16px;
    cursor: pointer;
}

/*bottomDiv*/
.bottomDiv {
  position: fixed;
  left: 0px;
  bottom: 0px;
  _position: absolute;
  padding: 0px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 99999999;
  background-color: #db3750;
  border-top: 1px #fff solid;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #fff  solid;
  color: #fff;
  font-size: 14px;
  height: 80px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.bot_1 i {
  display: block;
  font-size: 24px;
}

.border_none {
  border-right: none !important;
}

.bot_1 a {
  color: #fff;
}

/* index_footer */
.indexfooter_top {
    padding: 70px 0;
    background-color: #c4ced4;
}

.indexfooter_tl h2 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 20px;
}

.indexfooter_tl p span,
.indexfooter_tl p a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    transition: all ease 0.3s;
}

.indexfooter_tl p a:hover {
    text-decoration: underline !important;
}

.indexfooter_tr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.indexfooter_trBtn a {
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.indexfooter_trBtn a:hover {
    transform: scale(1.06);
}



.indexfooter_bot {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

.indexfooter_bot .container {
    max-width: 1800px !important;
}

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

.footer .container {
    z-index: 999;
    position: relative;
}

.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: initial;
}

.footer_p {
    padding-left: 5px;
    font-size: 16px;
    color: #000;
}

.index_footer .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}

.footerSocial_media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.footerSocial_media a {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
}

.footerSocial_media a:nth-child(1) {
    background-color: #4d74ab;
}

.footerSocial_media a:nth-child(2) {
    background-color: #3b5998;
}

.footerSocial_media a:nth-child(3) {
    background-color: #262626;
}

.footerSocial_media a:nth-child(4) {
    background-color: #0077b5;
}

.footerSocial_media a:nth-child(5) {
    background-color: #cd201f;
}

.footerSocial_media a:nth-child(6) {
    background-color: #25d366;
}

.footerSocial_media a:hover {
    opacity: 0.8;
}

.footerSocial_media a i {
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

.footer_page h3,
.footer_product h3,
.footer_nav h3 {
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
    padding-top: 20px;
}

.footer_page h3 span,
.footer_product h3 span,
.footer_nav h3 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #db3750;
}

.footer_page a,
.footer_product a,
.footer_nav a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    /* text-transform: capitalize; */
    word-wrap: break-word;
    word-break: break-all;
}

.footer_product a:hover {
    text-decoration: underline !important;
}

.footer_page a:hover {
    text-decoration: underline !important;
}

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.footer_contact li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #db3750;
    margin-right: 10px;
    border: 1px solid #db3750;
}

.footer_contact li i {
    font-size: 16px;
    color: #fff;
}

.footer_contact li p {
    font-size: 16px;
    color: #000;
    flex: 1;
}

.footer_contact li a {
    font-size: 16px;
    color: #000;
    flex: 1;
}

.footer_copyrights {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #bababa;
    margin-top: 40px;
    padding: 30px 0;
    width: 100%;
    color: #000;
}

.footer_copyrights p {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.footer_nav p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.indexContactus a {
    display: inline-block;
    padding: 10px 24px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #db3750;
    border: 2px solid #db3750;
    transition: all 0.35s ease;
}

.indexContactus a:hover {
    background-color: transparent;
    color: #db3750;
}




@media (max-width: 575px) {
      .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
    .banner {
        margin-top: 76px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        display: none;
    }


    /* indexProduct */
    .indexProduct {
        padding: 30px 0;
    }

    .indexTitle {
        margin-bottom: 25px;
    }

    .indexTitle h2 {
        font-size: 32px;
    }

    .indexProductBox {
        padding: 30px 12px 15px;
    }

    .indexProductBox p {
        margin-top: 15px;
    }

    .indexProduct_box {
        margin-bottom: 35px;
    }


    /* indexApply */
    .indexApply {
        padding: 30px 0 0;
    }

    .indexApply .indexTitle {
        margin-bottom: 20px;
    }

    .indexApply_right {
        padding: 25px 6%;
    }


    /* indexNews */
    .indexNews {
        padding: 40px 0 0;
    }

    .indexNews_box {
        margin-bottom: 30px;
    }


    /* indexAboutus */
    .indexAboutus {
        padding: 30px 0 40px;
    }

    .indexAbout_left .accordion-button {
        font-size: 20px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_rBtn {
        align-items: flex-start;
        flex-direction: column;
    }

    .indexAbout_rBBox:nth-child(1) a {
        margin-right: 0;
        margin-bottom: 10px;
    }


    /* indexContact */
    .indexContact {
        padding: 60px 0;
    }

    .indexCon_main {
        width: 100%;
        padding: 30px 20px;
    }

    .indexConTitle h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .indexCon_left h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .indexCon_list li {
        margin-bottom: 20px;
    }

    .yandex-form #form .list p {
        line-height: 1;
    }


    /* footer */
    .indexfooter_top {
        padding: 50px 0;
    }

    .indexfooter_tl h2 {
        font-size: 32px;
        line-height: 1.1;
        text-align: center;
    }

    .indexfooter_tl p {
        text-align: center;
    }

    .indexfooter_tl p span {
        line-height: 1.5;
        text-align: center;
    }

    .indexfooter_tr {
        justify-content: center;
        margin-top: 20px;
    }

    .indexfooter_bot {
        padding: 40px 0 0;
    }

    .footer_main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer_main .footer_p {
        text-align: center;
    }

    .footerSocial_media {
        margin-top: 15px;
    }

    .footer_copyrights {
        margin-top: 30px;
        padding: 20px 0;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
      .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
    .banner {
        margin-top: 76px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        display: none;
    }


    /* indexProduct */
    .indexProduct {
        padding: 40px 0;
    }

    .indexTitle {
        margin-bottom: 25px;
    }

    .indexTitle h2 {
        font-size: 34px;
    }

    .indexProductBox {
        padding: 30px 12px 15px;
    }

    .indexProduct_box {
        margin-bottom: 35px;
    }


    /* indexApply */
    .indexApply {
        padding: 40px 0 0;
    }

    .indexApply .indexTitle {
        margin-bottom: 20px;
    }

    .indexApply_right {
        padding: 40px 6%;
    }


    /* indexNews */
    .indexNews {
        padding: 45px 0 0;
    }

    .indexNews_box {
        margin-bottom: 30px;
    }


    /* indexAboutus */
    .indexAboutus {
        padding: 40px 0 50PX;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_rBBox:nth-child(1) a {
        margin-right: 30px;
    }


    /* indexContact */
    .indexContact {
        padding: 70px 0;
    }

    .indexCon_main {
        width: 100%;
    }

    .indexConTitle h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .indexCon_left h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .indexCon_list li {
        margin-bottom: 20px;
    }

    .yandex-form #form .list p {
        line-height: 1.5;
    }


    /* footer */
    .indexfooter_top {
        padding: 50px 0;
    }

    .indexfooter_tl h2 {
        font-size: 34px;
        line-height: 1.2;
        text-align: center;
    }

    .indexfooter_tl p {
        text-align: center;
    }

    .indexfooter_tr {
        justify-content: center;
        margin-top: 20px;
    }

    .indexfooter_bot {
        padding: 40px 0 0;
    }

    .footer_main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer_main .footer_p {
        text-align: center;
    }

    .footerSocial_media {
        margin-top: 15px;
    }

    .footer_copyrights {
        margin-top: 30px;
        padding: 20px 0;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
      .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
    .banner {
        margin-top: 76px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 15px;
    }


    /* indexProduct */
    .indexProduct {
        padding: 50px 0;
    }

    .indexTitle h2 {
        font-size: 38px;
    }

    .indexProductBox {
        padding: 30px 12px 15px;
    }

    .indexProductBox p {
        margin-top: 20px;
        font-size: 22px;
    }

    .indexProduct_box {
        margin-bottom: 35px;
    }

    .indexProduct_box:nth-child(n+7) {
        display: none;
    }


    /* indexApply */
    .indexApply {
        padding: 40px 0 0;
    }

    .indexApply .indexTitle {
        margin-bottom: 20px;
    }

    .indexApply_right {
        padding: 40px 6%;
    }


    /* indexNews */
    .indexNews {
        padding: 55px 0 0;
    }

    .indexNews_box {
        margin-bottom: 35px;
    }


    /* indexAboutus */
    .indexAboutus {
        padding: 40px 0 60PX;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_rBBox:nth-child(1) a {
        margin-right: 30px;
    }


    /* indexContact */
    .indexContact {
        padding: 90px 0;
    }

    .indexCon_main {
        width: 100%;
    }

    .indexConTitle h2 {
        font-size: 34px;
    }

    .indexCon_left h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .indexCon_list li {
        margin-bottom: 20px;
    }

    .yandex-form #form .list p {
        line-height: 1.5;
    }


    /* footer */
    .indexfooter_top {
        padding: 60px 0;
    }

    .indexfooter_tl h2 {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
    }

    .indexfooter_tl p {
        text-align: center;
    }

    .indexfooter_tr {
        justify-content: center;
        margin-top: 20px;
    }

    .indexfooter_bot {
        padding: 50px 0 0;
    }

    .footer_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer_logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer_main .footer_p {
        text-align: center;
    }

    .footerSocial_media {
        margin-top: 15px;
    }

    .footer_copyrights {
        margin-top: 30px;
        padding: 20px 0;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
      .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
    .banner {
        margin-top: 76px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 15px;
    }


    /* indexProduct */
    .indexProduct {
        padding: 50px 0;
    }

    .indexTitle h2 {
        font-size: 38px;
    }

    .indexProductBox {
        padding: 30px 12px 15px;
    }

    .indexProductBox p {
        margin-top: 20px;
        font-size: 22px;
    }

    .indexProduct_box {
        margin-bottom: 35px;
    }

    .indexProduct_box:nth-child(n+7) {
        display: none;
    }


    /* indexApply */
    .indexApply {
        padding: 40px 0 0;
    }

    .indexApply .indexTitle {
        margin-bottom: 20px;
    }

    .indexApply_right {
        padding: 40px 6%;
    }

    .indexApply .index_aboutus_video {
        height: 100%;
    }

    .indexApply .index_aboutus_video img {
        object-fit: cover;
    }


    /* indexNews */
    .indexNews {
        padding: 60px 0 0;
    }

    .indexNews_box {
        margin-bottom: 35px;
    }

    .indexNews_box:nth-child(n+4) {
        display: none;
    }


    /* indexAboutus */
    .indexAboutus {
        padding: 40px 0 60PX;
    }

    .indexAbout_left .accordion-button {
        font-size: 20px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_rBBox:nth-child(1) a {
        margin-right: 30px;
    }


    /* indexContact */
    .indexContact {
        padding: 80px 0;
    }

    .indexCon_main {
        width: 100%;
    }

    .indexConTitle h2 {
        font-size: 36px;
    }


    /* footer */
    .indexfooter_top {
        padding: 60px 0;
    }

    .indexfooter_tl h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .indexfooter_bot {
        padding: 50px 0 0;
    }

    .footer_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer_logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer_main .footer_p {
        text-align: center;
    }

    .footerSocial_media {
        margin-top: 15px;
    }

    .footer_copyrights {
        margin-top: 30px;
        padding: 20px 0;
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .indexProduct {
        padding: 60px 0;
    }

    .indexApply .indexTitle {
        margin-bottom: 60px;
    }

    .indexApply {
        padding: 60px 0 0;
    }

    .indexNews {
        padding: 90px 0 40px;
    }

    .indexAboutus {
        padding: 70px 0 100px;
    }

    .indexAboutus {
        padding: 70px 0 100px;
    }

    .nav_wrap .head_nav>li {
        margin: 0;
        font-size: 14px;
    }

    .nav_wrap .head_nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .headernav_box input {
        min-width: 80px;
        width: 80px;
    }

    .head_layer .logo-fixed img {
               max-width: 200px;
    }

    .headernav_box {
        padding: 0px 5px 0px 15px;
        margin-left: 10px;
    }

    .headernav_box input::placeholder {
        font-size: 14px;
    }

    .headernav_box button i {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .banner {
        margin-top: 76px;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .headernav_box input {
        min-width: 90px;
        width: 90px;
    }

    .nav_wrap .head_nav>li {
        font-size: 16px;
    }
}

@media (min-width: 1401px) and (max-width: 1650px) {
    .headernav_box input {
        min-width: 120px;
        width: 120px;
    }

    .nav_wrap .head_nav>li {
        font-size: 16px;
    }

    .nav_wrap .head_nav>li {
        margin: 0 4px;
    }

    .nav_wrap .head_nav>li>a {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .head_layer .logo-fixed img {
                max-width: 200px;
    }
    .headernav_box input::placeholder {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .indexApply .index_aboutus_video {
        height: 100%;
    }

    .indexApply .index_aboutus_video img {
        object-fit: cover;
    }

    .indexApply_right {
        padding: 20px 6% 20px 4%;
    }

}

@media (min-width: 1200px) and (max-width: 1260px){
    .head_layer .logo-fixed img {
        max-width: 150px;
    }
    
    .headernav_box{
        margin-left: 8px;
    }
}
@media (min-width: 1300px) and (max-width: 1360px){
    .head_layer .logo-fixed img {
        max-width: 155px;
    }
    
    .headernav_box{
        margin-left: 8px;
    }
}

@media (min-width: 1400px) and (max-width: 1450px){
    .head_layer .logo-fixed img {
        max-width: 160px;
    }
    
    .headernav_box{
        margin-left: 8px;
    }
}

@media (min-width: 1600px) and (max-width: 1700px){
    .head_layer .logo-fixed img {
    max-width: 250px;
}
}


.indexMission{
    background: linear-gradient(#e9eef9, #fff);
    box-shadow: 0 5px 5px 2px #e8ecf7;
}

.indexMission .container{
    max-width: 100% !important;
}

.indexMissionBoxs{
    padding: 40px 0;
}

.indexMissionBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    padding: 0 20px;
}

.indexMission .row>div:nth-last-child(1) .indexMissionBox{
    border-right: none;
}

.indexMissionBox h4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #111;
    margin-bottom: 5px;
}

.indexMissionBox h4 i{
    font-size: 24px;
    margin-right: 10px;
}

.indexMissionBox p{
    color: #2c3e50;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 767px){
    .indexMissionBoxs {
        padding: 30px 0 0;
        
    }
    
    .indexMissionBox{
        border: none;
    /*border-bottom: 1px solid #ddd;*/
    }
    
    .indexMission .row>div:nth-last-child(1) .indexMissionBoxs{
        padding-bottom: 30px;
    }
    
    .indexMission .row>div:nth-last-child(1) .indexMissionBos{
        border-bottom: none;
    }
}