/* 导航栏 */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}

.nav .l {
  width: 10%;
}

.nav .l img {
  display: block;
  width: 100%;
}

.nav .r {
  display: flex;
  justify-content: right;
  cursor: pointer;
  width: 10%;
}

.nav .r img:first-child {
  /* margin: 0 20px 0 0; */
  display: block;
  width: 30%;
}

.nav .r img:nth-child(2) {
  display: block;
  width: 30%;
}

.nav_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 1.2s;
}

.nav_xl {
  padding: 10px 0;
  transition: all 1.2s;
}

.navfixed {
  background-color: rgba(255, 255, 255, 0.5);
}

.banner-con h5 {
  color: #fff;
  font-weight: bold;
  font-size: 40px !important;
}

/* 二级菜单 */
.nav_two {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 50px 100px;
  width: 35%;
  height: 100%;
  background-image: url(../image/index/nav_two.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  display: none;
}

.nav_two ul li a {
  display: block;
  padding: 0 80px 0 20px;
  margin: 0 0 0 20px;
  width: 30%;
  color: #000;
}

.nav_two ul li a:hover {
  margin: 0 0 0 0;
  color: #F9A51B;
  transition: 0.6s;
  background-color: rgba(253, 228, 186);
  border-radius: 50px;
}

.nav_two ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 80%;
}

.nav_close {
    position: relative;
  text-align: right;
  cursor: pointer;
  z-index: 996;
}

.nav_close img:first-child {
  margin: 0 20px 0 0;
}

/* banner */
.banner_t {
  margin: 55px 0 80px 0;
  width: 100%;
}

.banner-con img:last-child {
  width: 160px;
  height: 4px;
}

/* =================================================
网页底部
================================================= */
.footer_box {
  position: relative;
  padding: 80px 0 0 0;
  background-color: #004766;
  z-index: 990;
}

.q_codebox {
  margin: 0 0 40px 0;
  /* max-width: 200px;
  max-height: 200px; */
  background: #FFFFFF;
}

.q_codebox img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.footer .l {
  width: 18%;
  /* text-align: center; */
}

/* .footer .l .q_codebox {
  w100%
} */

.footer .l .q_codebox img {
  display: block;
  width: 100%;
}

.footer .m {
  width: 20%;
}

.footer .r {
  width: 20%;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer .r {
  /* padding: 0 50px 0 0; */
  border-right: 1px solid #fff;
}

/* .footer .l {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.footer .l p {
  color: #fff;
}

.footer .m {
  color: #fff;
}

.footer .m dl dt h4::after {
  content: " ";
  display: block;
  margin: 40px 0 40px 0;
  width: 80%;
  height: 10px;
  background: #F9A51B;
  border-radius: 5px;
}

.footer .m dl {
  line-height: 50px;
}

.footer .r {
  color: #fff;
}

.footer .r h4 {
  margin: 0 0 60px 0;
}

.footer .r i {
  display: block;
  margin: 0 0 60px 0;
  font-weight: bold;
}

.footer .r ul {
  display: flex;
}

.footer .r ul li {
  margin: 0 60px 0 0;
}

.footer .r ul li a .fa {
  color: #fff;
  font-size: 26px;
}

/* 分页 */
.paging_box ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 20%;
}

.paging_box ul li {
  cursor: pointer;
}

.paging_box ul li:hover {
  color: #F9A51B;
  transition: 0.6s;
}

/* 关于我们 */
.unit {
  display: flex;
  justify-content: space-around;
}

.unit a {
  color: #000;
}

.unit a:hover {
  color: #F6AB00;
  transition: 0.6s;
}

.five_unit {
  padding: 80px 0 120px 0;
}

/* .checked {
  color: #F6AB00 !important;
} */

.nav_box .container {
  width: 90%;
}

.footer_logo {
  margin: 0 0 60px 0;
}

.footer_logo img {
  display: block;
  margin: 0 auto;
  width: 10%;
}

.foot_nav li a {
  color: #fff;
}

.foot_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 15%;
}

.cd {
  margin: 80px 0 0 0;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #fff;
}

.cd a {
  color: #fff;
  letter-spacing: 2px;
}

.cd a span {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* 组件 */
.conainer {
  position: fixed;
  bottom: 30%;
  right: 0%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* background: #1463FF; */
  /* border-top-left-radius: 20px; */
  /* border-bottom-left-radius: 20px; */
  opacity: 0.5;
}

.conainer ul li a .fa {
  color: #F9A51B;
  font-size: 30px !important;
}

.conainer:hover {
  opacity: 1;
  transition: 0.6s;
}

/* .conainer::before {
          content: " ";
          position: absolute;
          bottom: 0px;
          width: 100%;
          height: 50%;
          z-index: 1;
          border-top: 1px solid rgba(255, 255, 255, 0.5);
          背景模糊
          backdrop-filter: blur(5px);
        } */

.conainer .color {
  position: absolute;
  filter: blur(200px);
}

.conainer ul {
  position: relative;
  /* display: flex; */
  z-index: 2;
}

.conainer ul li {
  position: relative;
  list-style: none;
  margin: 10px;
}

.conainer ul li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* 盒子阴影 */
  box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
  /* 背景模糊 */
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.conainer ul li a:hover {
  transition: all 0.6s;
  /* 沿y轴向上移动 */
  /* transform: translateX(-20px); */
}

/* 扫光动画 */
/* .conainer ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  transform: skewX(45deg) translateX(150px);
  transition: all 0.6s;
} */

.conainer ul li a:hover .fa {
  font-size: 40px !important;
  transition: 0.6s;
}

.conainer ul li a:hover::before {
  transform: skewX(45deg) translateX(-150px);
}

.qcode_box,
.phone_box {
  display: none;
}

.phone_box {
  color: #fff;
}

.phone_two {
  display: none;
}

.phone_box {
  position: absolute;
  top: 55%;
  left: -170%;
  padding: 10px;
  background-color: #F9A51B;
  border-radius: 50px;
  display: none;
}

.phone_box .fa-times {
  position: relative;
  right: 0;
  /* top: -40%; */
}

.qcode_box {
  position: absolute;
  top: 5%;
  left: -205%;
  /* padding: 0 20px 20px 20px; */
  width: 200px;
  height: 200px;
  background-color: #F9A51B;
  border-radius: 20px;
  text-align: center;
  display: none;
}

.qcode_box img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.qcode_box .fa {
  color: #fff;
}

.qcode_box .fa-times {
  position: relative;
  right: 0;
  /* top: -6%; */
}

.banner .banner-con h1 {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  transition: all .5s;
}

@media screen and (max-width: 1680px) {

  /* banner */
  .banner .banner-con h1 {
    font-size: 70px;
  }

  /* .banner-con img:last-child {
    width: 65%;
  } */

  /* 底部 */

}

@media screen and (max-width: 1600px) {

  /* 二级菜单 */
  .nav_two ul li a {
    width: 35%;
  }

  /* 底部 */
  .footer .m {
    width: 26%;
  }
}

@media screen and (max-width: 1440px) {

  /* banner */
  .banner .banner-con h1 {
    font-size: 60px;
  }

  .banner_t {
    width: 70%;
  }

  /* .banner-con img:last-child {
    width: 55%;
  } */

  /* 二级菜单 */
  .nav_two ul li a {
    width: 40%;
  }

  .topage .text_content h5 {
    margin: 20px 0 30px 0;
    font-size: 22px;
  }

  .topage .text_content i {
    font-size: 60px !important;
  }

  .unit a {
    font-size: 24px;
  }

  .five_unit {
    padding: 60px 0 100px 0;
  }


  /* 底部 */
  .footer .r {
    width: 25%;
  }

  /* 新闻中心 */
  .news_tab li {
    padding: 30px 0 !important;
  }

  .news_tab li a h4 {
    font-size: 30px !important;
  }

  .news_tab li a h5 {
    font-size: 18px !important;
  }

  .news_tabbox {
    padding: 90px 0 150px 0 !important;
  }
}

@media screen and (max-width: 1366px) {

  /* banner */
  .banner .banner-con h1 {
    font-size: 57px;
  }

    .banner-con img:last-child {
      width: 115px;
    }

  .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
  }

  /* 底部 */
  .q_codebox {
    margin: 0 0 20px 0;
  }

  .footer .l p {
    font-size: 16px;
  }

  .footer .m dl dt h4 {
    font-size: 19px;
  }

  .footer .m dl dt h4::after {
    margin: 30px 0 35px 0;
  }

  .footer .m dl {
    font-size: 16px;
    line-height: 30px;
  }

  .footer .r h4 {
    font-size: 19px;
    margin: 0 0 30px 0;
  }

  .footer .r i {
    font-size: 19px;
    margin: 0 0 60px 0;
  }

  .foot_nav {
    font-size: 16px;
  }

  .cd {
    padding: 20px 0;
  }

  .footer .r {
    width: 25%;
  }
}

@media screen and (max-width: 1280px) {

  /* banner */
  .banner .banner-con h1 {
    font-size: 50px;
  }

  .banner_t {
    width: 60%;
  }

  .banner-con img:last-child {
    width: 100px;
  }

  .text_content h4 {
    font-size: 24px;
  }

  .topage .text_content h5 {
    margin: 20px 0 30px 0;
    font-size: 18px;
  }

  .topage .text_content i {
    font-size: 50px !important;
  }

  /* 二级菜单 */
  .nav_two ul li a {
    width: 56%;
    font-size: 20px;
  }

  /* 新闻中心*/
  .news_tab li {
    padding: 30px 20px !important;
  }

  .news_tab li a h4 {
    font-size: 20px !important;
  }

  .news_tab li a h5 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1024px) {

  /* banenr */
  .banner .banner-con h1 {
    font-size: 40px;
  }

  .banner_t {
    margin: 25px 0 50px 0;
    width: 50%;
  }

  .banner-con h5 {
    font-size: 30px !important;
  }
/* 
  .banner-con img:last-child {
    width: 35%;
  } */

  /* 底部 */
  .footer .r {
    border: none;
  }
}

@media screen and (max-width: 980px) {
    .banner-con img:last-child {
        width: 80px;
      }

  .container {
    width: 90%;
  }

  /* 二级菜单 */
  .nav_two {
    width: 100%;
    height: 50%;
  }

  .nav_two ul li a {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .topage .text_content i {
    font-size: 40px !important;
  }

  /* 底部 */
  .footer_box {
    padding: 40px 0 0 0;
  }

  .footer {
    flex-wrap: wrap;
  }

  .footer .l,
  .footer .m,
  .footer .r,
  .foot_nav {
    width: 45%;
  }

  .footer .r,
  .foot_nav {
    margin: 20px 0 0 0;
  }

  .q_codebox {
    width: 80%;
  }

  .footer .l p {
    margin: 0 0 20px 0;
  }

  /* 新闻中心 */
  .news_tab li a h5 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {

  /* nav */
  .nav {
    padding: 25px 0;
  }

  /* banenr */
  .banner .banner-con h1 {
    font-size: 20px;
  }

  .banner-con h5 {
    font-size: 16px !important;
  }

  .banner_t {
    margin: 15px 0 10px 0;
    width: 35%;
  }

  /* .banner-con img:last-child {
    width: 20%;
  } */

  .conainer ul li a {
    width: 40px;
    height: 40px;
  }

  .phone_box {
    display: none;
  }

  .phone_two {
    display: block;
  }

  .topage .text_content i {
    font-size: 30px !important;
  }

  .topage .text_content h5 {
    letter-spacing: 1px;
  }

  /* 组件 */
  .phone {
    display: none;
  }

  .nav .l,
  .nav .r {
    width: 15%;
  }

  .qcode_box {
    left: -270%;
  }

  /* 底部 */
  .footer .l,
  .foot_nav {
    display: none;
  }

  .cd {
    margin: 20px 0 0 0;
  }

  .footer_logo {
    margin: 0 0 20px 0;
  }

  .footer .m,
  .footer .r {
    width: 100%;
    text-align: center;
  }

  .footer .m dl dt h4::after {
    display: none;
  }

  .footer .r ul {
    display: none;
  }

  .footer .m dl dt h4 {
    font-size: 18px;
    margin: 0;
  }

  /* .footer .m dl {
      font-size: 16px;
    } */

  .footer .r h4 {
    font-size: 18px;
    margin: 0;
  }

  .footer .r i {
    font-size: 16px;
    margin: 0;
  }

  .footer_logo img {
    width: 20%;
  }

  .paging_box ul {
    width: 35%;
  }

    .paging_box ul li {
      font-size: 20px;
    }

  .unit a {
    font-size: 20px;
  }

  /* 新闻中心 */
  .news_tab li {
    padding: 20px 20px !important;
  }

  .news_tab li a h4 {
    font-size: 18px !important;
  }

  .news_tab li a h5 {
    margin: 10px 0 0 0 !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  .news_tabbox {
    padding: 45px 0 45px 0 !important;
  }
}

@media screen and (max-width: 640px) {

  .banner .banner-con h1 {
    font-size: 16px;
  }

  /* nav */
  .nav {
    padding: 20px 0;
  }

  .banner_t {
    margin: 10px 0 0 0;
  }

  .nav .l,
  .nav .r {
    width: 20%;
  }

  .aflex {
    margin: 20px 0 30px 0;
    flex-wrap: wrap !important;
  }

  .topage {
    margin: 20px 0 0 0 !important;
    width: 100% !important;
  }

  .unit a {
    font-size: 14px;
  }

  .news_tab li a h4 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 390px) {
    .paging_box ul {
        width: 50%;
      }
}

@media screen and (max-width: 375px) {

  /* nav */
  .nav {
    padding: 15px 0;
  }

  /* banner */
  .banner .banner-con h1 {
    font-size: 16px;
  }

  .banner-con h5 {
    font-size: 16px !important;
  }

  /* 二级菜单 */
  .nav_two {
    padding: 20px 20px 50px 20px;
  }

  .conainer .fa {
    color: #fff;
  }

  .nav_two ul li a {
    font-size: 18px;
  }

  .footer_logo img {
    width: 30%;
  }

  .cd a {
    font-size: 14px;
  }
}