@charset "utf-8";

/* header */
.header {
  width: 100%;
  padding: 40px 0 50px;
  height: 148px;
  position: relative;
  background: rgba(21, 67, 159, 0.93);
  z-index: 99;
}

.header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_main .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header_right {
  display: flex;
  align-items: center;
}

.header_right a {
  color: #fff;
  font-size: 15px;
}

.header_right a:first-child::after {
  content: "|";
  margin: 0 17px;
  color: #617DBA;
  font-size: 12px;
  font-weight: 100;
}

.header_right a:nth-child(2) {
  margin-right: 30px;
}


.header_right form {
  display: flex !important;
}

.header_right  input {
  font-size: 15px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: #fff;
}

.header_right  .text_ {
  width: 250px;
  padding: 0 40px 0 20px;
}

.header_right  .submit {
  margin-left: -40px;
  cursor: pointer;
  width: 40px;
  margin-top: 0px;
  background-image: url(../images/magnifyingGlass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  font-size:0px;
}

.seach_menu {
  display: none;
  align-items: center;
}

.seach_menu a {
  display: block;
}

.seach_menu .seach {
  width: 24px;
  height: 24px;
  background-image: url(../images/fdj.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

.seach_menu .menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin-bottom: 7px;
}

.seach_menu .menu span:last-child {
  margin-bottom: 0px;
}

/* banner */
.mybanner {
  width: 100%;
}

.mybanner .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
}

.mybanner .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  border: none;
  margin: 0px 5px;
  cursor: pointer;
}

.mybanner .slick-dots li button {
  display: none;
}

.mybanner .slick-dots .slick-active {
  background: #CB212A;
  width: 60px;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px 0 20px;
  margin-bottom: 45px;
}


.title div {
  display: flex;
  align-items: center;
}

.title div span {
  font-size: 30px;
  font-weight: bold;
  color: #2150AE;
  margin-left: 25px;
}

.title .more {
  display: flex;
  align-items: center;
}

.title .more p {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  margin-left: 12px;
}


/* footer */
.footer {
  width: 100%;
  margin-top: -105px;
  background: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 210px 0 0;
  position: relative;
  z-index: 6;
}

.footer .logo {
  display: block;
  margin: 0 auto;
}

.footer .footer_bq {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.footer .footer_bq p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 27px;
}

.footer .footer_bq p:nth-child(2) {
  margin-left: 65px;
}

.footer .footer_bq p:nth-child(3) {
  margin-left: 36px;
}

.footer .footer_bq p:nth-child(4) {
  margin-left: 32px;
}

@media (max-width: 1600px) {

  .header_main {
    width: 100%;
    padding: 0 3%;
  }



}




@media (max-width: 1500px) {
  .footer {
    padding: 140px 3% 60px;
  }

  .footer .footer_bq {
    flex-wrap: wrap;
  }

  .footer .logo {
    max-width: 100%;
  }

  .header_right div input:first-child {
    width: 200px;
  }
}




@media (max-width: 1200px) {



  .header {
    padding: 20px 0;
    height: 100px;
  }

  .header_right {
    display: none;
  }

  .red {
    display: block;
    position: absolute;
    right: -120%;
    top: 100px;
    height: calc(100vh - 100px);
    overflow: auto;
  }

  .mybanner {
    /* padding-top: 100px; */
  }

  .menu span {
    transition: transform 0.3s ease;
  }

  .menu span:first-child {
    margin-top: 0;
  }

  .menu.open span:nth-child(1) {
    width: 24px;
    transform: rotate(45deg);
    margin-top: 9px;
  }

  .menu.open span:nth-child(2) {
    width: 24px;
    transform: rotate(-45deg);
    margin-top: -9px;
  }

  .menu.open span:nth-child(3) {
    opacity: 0;
  }


  .seach_menu {
    display: flex;
  }

}

@media (max-width: 850px) {
  .header_main .logo {
    width: calc(100% - 90px);
  }

}

@media (max-width: 768px) {
 
  .footer {
    margin-top: -90px;
    padding: 140px 2% 30px;
  }

  .header_main .logo img {
    display: block;
    max-width: 100%;
  }




  .header {
    padding: 0;
    height: auto;
  }

  .header_main {
    height: 80px;
  }

  .red {
    top: 80px;
    height: calc(100vh - 80px);
  }

  .mybanner {
    /* padding-top: 80px; */
  }
}


@media (max-width: 576px) {

  .jquery-accordion-menu {
    width: 100%;
  }
  .title {
 
    margin-bottom: 30px;
}
  .footer {
    margin-top: -75px;
    padding: 120px 2% 30px;
}
  .footer .footer_bq {
    margin-top: 20px;
  
}
}

@media (max-width: 480px) {


  .header_main {
    height: 60px;
  }

  .red {
    top: 60px;
    height: calc(100vh - 60px);
  }

  .mybanner {
    /* padding-top: 60px; */
  }

  .footer {
    padding: 100px 2% 30px;
}
}