.nav_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2f2f2b;
  z-index: 9999;
}
.nav_mask .close_nav_mask {
  color: #828281;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 40px;
  cursor: pointer;
}
.nav_mask .close_nav_mask:hover {
  color: #fff;
}
.nav_mask .nav_mask_main {
  height: 100%;
  min-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
.nav_mask .nav_mask_main > li {
  padding-top: 250px;
  padding-left: 30px;
  border-right: 1px solid #525251;
  color: #fff;
  font-size: 36px;
  letter-spacing: 2px;
}
.nav_mask .nav_mask_main > li > div:first-child .num {
  color: #59b84b;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}
.nav_mask .nav_mask_main > li > div:first-child .eng {
  font-size: 16px;
  color: #999;
}
.nav_mask .nav_mask_main > li > ul {
  margin-top: 40px;
}
.nav_mask .nav_mask_main > li > ul li a {
  color: #ccc;
  font-size: 18px;
}
.nav_mask .nav_mask_main > li > ul li a:hover {
  color: #59b84b;
}
.nav_mask .nav_mask_main > li:last-child {
  border-right: none;
}

.header {
  height: 90px;
  width: 100%;
  min-width: 1280px;
  padding-left: 15px;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 999;
  -moz-box-shadow: 2px -7px 20px #adadad;
  -webkit-box-shadow: 2px -7px 20px #adadad;
  box-shadow: 2px -7px 20px #adadad;
}
.header a img {
  vertical-align: super;
  width: 90%;
}
.header > div {
  height: 100%;
}
.header .nav::after {
  content: "";
  display: table;
  clear: both;
}
.header .nav > li {
  float: left;
  position: relative;
}
.header .nav.bounce-in-up > li > ul {
  position: absolute;
  min-width: 100%;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 997;
}
.header .nav.bounce-in-up > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  top: 90px;
}
.header .nav.theme-8 {
  height: 100%;
}
.header .nav.theme-8 > li {
  padding: 0 25px;
  position: relative;
}
.header .nav.theme-8 > li:hover, .header .nav.theme-8 > li.active {
  background: #59b84b;
}
.header .nav.theme-8 > li:hover > a, .header .nav.theme-8 > li.active > a {
  color: #fff;
}
.header .nav.theme-8 > li > a {
  display: block;
  color: #666;
  font-size: 18px;
  line-height: 1.18;
}
.header .nav.theme-8 > li > a i {
  font-size: 9px;
  font-weight: 100;
  margin-left: 2px;
}
.header .nav.theme-8 > li > ul {
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
}
.header .nav.theme-8 > li > ul > li {
  padding: 15px 0;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header .nav.theme-8 > li > ul > li:first-child {
  position: relative;
}
.header .nav.theme-8 > li > ul > li:first-child:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 0;
  transform: translateX(-50%);
  left: 50%;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}
.header .nav.theme-8 > li > ul > li.active {
  background: #59b84b;
}
.header .nav.theme-8 > li > ul > li.active a {
  color: #fff;
}
.header .nav.theme-8 > li > ul > li:hover {
  background: #59b84b;
}
.header .nav.theme-8 > li > ul > li:hover > a {
  color: #fff;
}
.header .nav.theme-8 > li > ul > li > a {
  display: block;
  color: #7a7979;
  font-weight: 400;
}
.header .navbar-modules > ul {
  height: 100%;
  margin-bottom: 0;
}
.header .navbar-modules > ul > li {
  color: #666;
  padding: 0 33px;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #ececec;
  transition: all 0.5s ease-in-out;
}
.header .navbar-modules > ul > li:last-child {
  background: #59b84b;
}
.header .navbar-modules > ul > li a {
  color: #666;
}
.header .navbar-modules .serach-box {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 90px;
  background: #fff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 13px 20px;
}
.header .navbar-modules .serach-box input {
  border-radius: 20px;
  border: 1px solid #ececec;
  padding: 5px 10px;
  color: #666;
}
.header .navbar-modules .serach-box span {
  color: #fff;
  background: #59b84b;
  padding: 5px 15px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin-left: 10px;
}

footer {
  background: #2b2d2f;
  padding: 30px 45px;
  height: 200px;
}
footer .left .top {
  margin-bottom: 0px;
}
footer .left .top li {
  color: #9d9d9e;
  cursor: pointer;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #9d9d9e;
  line-height: 16px;
}
footer .left .top li a {
  color: #9d9d9e;
  font-size: 16px;
}
footer .left .top li a:hover {
  color: #59b84b;
}
footer .left .top li i {
  font-size: 14px;
  margin-left: 6px;
}
footer .left .top li .dropdown-menu {
  background: #474a4e;
  padding: 0;
  min-width: 100%;
  margin-top: 10px;
}
footer .left .top li .dropdown-menu a {
  padding: 10px 7px;
}
footer .left .top li .dropdown-menu a:hover {
  background: #5e6268;
  color: #9d9d9e;
}
footer .left .top > li:last-child {
  border-right: none;
}
footer .left .bottom {
  font-size: 14px;
  color: #797979;
}
footer .left .bottom ul {
  margin-bottom: 0px;
  margin-top: 20px;
}
footer .left .bottom ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #797979;
}
footer .left .bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: unset;
}
footer .left .bottom a {
  color: #9d9d9e;
}
footer .left .bottom a:hover {
  color: #59b84b;
}
footer .right .qr_box li {
  margin-right: 8px;
}
footer .right .qr_box li div {
  padding: 5px;
  background: #fff;
}
footer .right .qr_box li p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #797979;
  font-size: 16px;
}

.common_back_top_box {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 10;
}
.common_back_top_box ul {
  margin-bottom: 0;
  background: #fff;
}
.common_back_top_box ul li {
  height: 56px;
  width: 56px;
  border-bottom: 1px solid #ececec;
}
.common_back_top_box ul li a {
  color: #666;
}
.common_back_top_box ul li a i {
  font-size: 25px;
}
.common_back_top_box ul > li:last-child {
  width: 0;
  height: 0;
  border-bottom: none;
  background: #59b84b;
}
.common_back_top_box ul > li:last-child.show {
  height: 56px;
  width: 56px;
}
.common_back_top_box ul > li:last-child a {
  color: #fff;
}

@media (max-width: 1450px) {
  .header .nav.bounce-in-up > li:hover > ul {
    top: 80px;
  }

  .header {
    height: 80px;
  }

  .header .logo {
    width: 25%;
  }

  .header .nav.theme-8 > li > a {
    font-size: 16px;
  }

  footer {
    padding: 25px;
  }

  .header .navbar-modules > ul > li {
    padding: 0 25px;
  }
}