@media(min-width:992px) {
    .col-lg-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.hproduct-active {
  color: #fff !important;
  position: relative;
}
.hproduct-active::after {
    content:'';
    position: absolute;
  background-color: #fff !important;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  left: 0;
  bottom: 0;
}
.document-active {
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #1c68db;
}
.nav-active {
  border-bottom: 2px solid #fff !important;
}

.position-active a {
  color: #fff !important;
   background-color: #2e66a2;
}
.wow {
    opacity: 0;
}
.fade-top {
    display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  cursor: pointer;
}
.details-direct .details-direct-three .details-bg {
  max-width: inherit !important;
}
.navigation {
  margin-top: 20px;
}
.navigation div {
  display: flex;
  align-items: center;
  overflow-x: auto;
  justify-content: center;
}
.navigation div .rows {
  border: 1px solid #ccc;
  padding: 2px 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.navigation div .current {
  background-color: #2e66a2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
}
.navigation div a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 10px;
  width: 30px;
  height: 30px;
  color: #2e66a2;
  margin-right: 10px;
}
.header {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header .navbar {
  display: flex;
}
.header .navbar .navbar-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .navbar .navbar-btn .navbar-brand {
  max-width: 180px;
}
.header .navbar .navbar-btn .navbar-toggler {
  background-color: #fff;
  margin-left: auto;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:hover > a {
  color: #2e66a2;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #fff;
  width: fit-content;
  white-space: nowrap;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down {
  display: none;
  position: relative;
  background-color: #fff;
  padding: 0 10px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down li a {
  padding: 5px 0;
  color: #000;
  width: 100%;
  display: inline-block;
}
.header .navbar .navbar-collapse .navbar-nav .nav-child::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  top: 20px;
  right: 10px;
  transition: all 0.6s;
}
@media (min-width: 768px) {
  .header .navbar .navbar-btn .navbar-brand {
    max-width: 230px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down {
    padding: 0 15px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down li a {
    padding: 5px 0;
    color: #000;
    width: 100%;
    display: inline-block;
    font-size: 14px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-child::after {
    border-width: 10px 10px 0 10px;
    top: 20px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 10px 30px;
    justify-content: space-between;
  }
  .header .navbar .navbar-btn {
    order: 2;
    width: auto;
    margin-left: 50px;
  }
  .header .navbar .navbar-btn .navbar-brand {
    max-width: 230px;
  }
  .header .navbar .navbar-collapse {
    order: 1;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    border: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down {
    padding: 0 25px;
    position: absolute;
    background-color: #999;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down li a {
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down li a span {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-child::after {
    border-width: 5px 5px 0 5px;
    top: 22px;
    right: -10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .laung-items {
      margin-left: auto;
      align-self: flex-end;
  }
  .header .navbar .navbar-collapse .navbar-nav .laung-items .nav-link{
      padding-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .header .navbar {
    padding: 10px 100px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-start;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    margin-right: 30px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 17px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down {
    padding: 0 25px;
    position: absolute;
    background-color: #999;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down li:hover a {
    color: #2e66a2;
  }
}
@media (min-width: 1700px) {
  .header .navbar {
    padding: 20px 100px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-start;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    margin-right: 60px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 17px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down {
    padding: 0 25px;
    position: absolute;
    background-color: #999;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-down li:hover a {
    color: #2e66a2;
  }
}
.banner-box {
  height: 300px;
  overflow: hidden;
  background: #000;
}

.banner-box video {
    width: auto;
    height: 100%;
    background-color: #000;
}
.banner-box img {
  display: none;
}
@media(min-width: 530px) {
    .banner-box video {
        width: 100%;
    }
}
@media (min-width: 768px) {
  .banner-box {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .banner-box {
    height: 600px;
  }
  .banner-box video {
    width: 100%;
    height: auto;
   }
}
@media (min-width: 1200px) {
  .banner-box {
    height: 100vh;
    position: relative;
  }
  .banner-box img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.6s;
  }
}
.ultimate {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.ultimate::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ultimate #ultimateVideo {
  height: 100%;
}
.ultimate .ultimate-play {
  position: absolute;
  z-index: 100;
}
.ultimate .ultimate-box {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ultimate .ultimate-box .ultimate-title {
  color: #fff;
}
.ultimate .ultimate-box .ultimate-title h2 {
  font-size: 18px;
  font-weight: 600;
}
.ultimate .ultimate-box .ultimate-title h2 span {
  color: #fff;
  font-size: 52px;
}
.ultimate .ultimate-box .ultimate-title > span {
  position: relative;
}
.ultimate .ultimate-box .ultimate-title > span::after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  right: -10px;
  top: 0;
  background-color: #2e66a2;
  z-index: -1;
}
.ultimate .ultimate-box .ultimate-cont {
  margin-top: 30px;
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items {
  color: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items:hover .ultimate-right p span::after {
  transform: translate(-5px, -50%);
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-index {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right h3 {
  font-size: 18px;
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right p {
  font-size: 13px;
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right p span {
  font-weight: 600;
  position: relative;
}
.ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right p span::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #2e66a2;
  transition: all 0.6s;
}
@media (min-width: 576px) {
  .ultimate .ultimate-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 50px;
  }
  .ultimate .ultimate-box .ultimate-title {
    color: #fff;
  }
  .ultimate .ultimate-box .ultimate-title h2 {
    font-size: 20px;
  }
  .ultimate .ultimate-box .ultimate-cont {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .ultimate {
    height: 600px;
  }
  .ultimate .ultimate-box .ultimate-title {
    color: #fff;
  }
  .ultimate .ultimate-box .ultimate-title h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .ultimate .ultimate-box .ultimate-title > span {
    font-size: 18px;
  }
  .ultimate .ultimate-box .ultimate-title > span::after {
    width: 50px;
    right: -20px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items {
    margin-bottom: 60px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-index {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-size: 16px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right h3 {
    font-size: 22px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .ultimate {
    height: 680px;
  }
  .ultimate .ultimate-box .ultimate-title {
    color: #fff;
  }
  .ultimate .ultimate-box .ultimate-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .ultimate .ultimate-box .ultimate-title > span {
    font-size: 20px;
  }
  .ultimate .ultimate-box .ultimate-title > span::after {
    width: 50px;
    right: -20px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right h3 {
    font-size: 24px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .ultimate {
    height: auto;
  }
  .ultimate #ultimateVideo {
    width: 100%;
    height: auto;
  }
  .ultimate .ultimate-box {
    padding: 150px 100px;
  }
  .ultimate .ultimate-box .ultimate-title {
    color: #fff;
  }
  .ultimate .ultimate-box .ultimate-title h2 {
    font-size: 40px;
  }
  .ultimate .ultimate-box .ultimate-title > span {
    font-size: 18px;
  }
  .ultimate .ultimate-box .ultimate-title > span::after {
    width: 50px;
    right: -20px;
  }
  .ultimate .ultimate-box .ultimate-cont {
    margin-top: 200px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items {
    margin-bottom: 60px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-index {
    min-width: 35px;
    min-height: 35px;
    margin-right: 20px;
    font-size: 18px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right h3 {
    font-size: 28px;
  }
  .ultimate .ultimate-box .ultimate-cont .ultimate-items .ultimate-right p {
    font-size: 18px;
  }
}
.hproduct .hproduct-left {
  background: url(../images/hproduct-bg.png) no-repeat center center / cover;
  padding: 25px;
  height: 380px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hproduct .hproduct-left .hproduct-logo {
  text-align: center;
}
.hproduct .hproduct-left .hproduct-logo img {
  max-width: 135px;
  min-width: 135px;
}
.hproduct .hproduct-left .hproduct-toggle {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hproduct .hproduct-left .hproduct-toggle img {
  margin-right: 20px;
}
.hproduct .hproduct-left .hproduct-navs {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a3a3a3;
  margin-top: 20px;
  flex-wrap: wrap;
}
.hproduct .hproduct-left .hproduct-navs li {
  cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
   padding: 5px 15px;
    color: #eee;
}
.hproduct .hproduct-left .hproduct-navs li span {
  position: relative;
}
.hproduct .hproduct-left .hproduct-navs li span::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #a3a3a3;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.hproduct .hproduct-left .hproduct-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.hproduct .hproduct-left .hproduct-list li {
  padding: 0 10px;
  margin-bottom: 15px;
}
.hproduct .hproduct-left .hproduct-list li a {
  color: #fff;
}
.hproduct .hproduct-right {
  background-image: linear-gradient(to bottom, #fff, #ccc);
}
.hproduct .hproduct-right .swiper1::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 43px;
  color: #999;
  opacity: 0.1;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  z-index: -1;
}
.hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide {
  background-color: transparent;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 300ms;
  transform: scale(0.8);
}
.hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box {
  display: flex;
  align-items: flex-start;
}

.hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-left h3 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
}
.hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-left span {
  color: #999;
}
.hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-right h3 {
  font-size: 18px;
  color: #555;
  margin-bottom: 0;
}
.hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
.hproduct .hproduct-right .swiper1 .swiper-index {
  text-align: center;
  margin-bottom: 10px;
  color: #666;
  letter-spacing: 3px;
}
.hproduct .hproduct-right .swiper1 .swiper-pagination {
  top: auto;
  bottom: 0;
}
.hproduct .hproduct-right .swiper1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #2e66a2;
}
@media (min-width: 576px) {
  .hproduct .hproduct-left {
    background: url(../images/hproduct-bg.png) no-repeat center 40% / cover;
    height: 330px;
  }
  .hproduct .hproduct-right .swiper1::after {
    font-size: 53px;
    padding: 50px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .hproduct .hproduct-right .swiper1::after {
    font-size: 93px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide {
    height: 400px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-left h3 {
    white-space: nowrap;
    font-size: 25px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-left span {
    font-size: 18px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-right h3 {
    font-size: 25px;
    white-space: nowrap;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide-active {
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  .hproduct {
    position: relative;
    height: 100vh;
  }
  .hproduct .hproduct-left {
    padding: 80px 25px;
    position: absolute;
    z-index: 99;
    max-width: 320px;
    min-width: 320px;
    height: 100%;
  }
  .hproduct .hproduct-left .hproduct-navs {
    font-size: 20px;
  }
  /*.hproduct .hproduct-left .hproduct-navs li::after {*/
  /*  width: 10px;*/
  /*  height: 10px;*/
  /*}*/
  .hproduct .hproduct-left .hproduct-list {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .hproduct .hproduct-left .hproduct-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .hproduct .hproduct-left .hproduct-list li a {
    font-size: 18px;
  }
  .hproduct .hproduct-left .hproduct-list li a:hover {
    color: #2e66a2;
  }
  .hproduct .hproduct-right {
    height: 100%;
  }
  .hproduct .hproduct-right .swiper1 {
    height: 100%;
  }
  .hproduct .hproduct-right .swiper1::after {
   left: 55%;
    top: 50%;
    font-size: 300px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box {
    display: flex;
    align-items: flex-start;
  }

  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-left h3 {
    font-size: 22px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide .hpswiper-box .hpswiper-right h3 {
    font-size: 22px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-wrapper .swiper-slide-active {
    transform: scale(1.5);
  }
  .hproduct .hproduct-right .swiper1 .swiper-index {
    position: absolute;
    right: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    z-index: 999;
    font-size: 21px;
  }
  .hproduct .hproduct-right .swiper1 .swiper-pagination {
    top: auto;
    bottom: 80px;
    width: 90%;
  }
}
@media (min-width: 1800px) {
  .hproduct .hproduct-left {
    max-width: 500px;
    min-width: 500px;
  }
}
.habout-title {
  position: relative;
  z-index: 9;
}
.habout-title h2 {
  margin: 0 auto 50px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: fit-content;
}
.habout-title h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.habout {
  background: url(../images/habout-bg.jpg) no-repeat center center / cover;
  padding: 30px 0;
  color: #fff;
  position: relative;
}
.habout::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.habout .habout-cont {
  position: relative;
  z-index: 9;
}
.habout .habout-cont .habout-left > p {
  font-size: 13px;
}
.habout .habout-cont .habout-left > a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  width: 100px;
  padding: 5px 0;
  margin: 30px auto;
  text-align: center;
  border-radius: 5px;
  transition: all 0.6s;
}
.habout .habout-cont .habout-left > a:hover {
  background-color: #fff;
  color: #2e66a2;
}
.habout .habout-list {
  position: relative;
  z-index: 9;
}
.habout .habout-list li {
  text-align: center;
  margin-bottom: 25px;
}
.habout .habout-list li:nth-of-type(n + 3) {
  margin-bottom: 0;
}
.habout .habout-list li h3 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}
.habout .habout-list li h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  bottom: -10px;
  left: 0;
}
.habout .habout-list li h3 span {
  font-size: 38px;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .habout-title h2 {
    margin: 0 auto 50px;
    font-size: 22px;
  }
  .habout-title h2::after {
    width: 50%;
    height: 2px;
    bottom: -20px;
  }
  .habout {
    background: url(../images/habout-bg.jpg) no-repeat center center / cover;
    padding: 35px 0;
  }
  .habout .habout-cont .habout-left > p {
    font-size: 14px;
  }
  .habout .habout-cont .habout-left > a {
    width: 100px;
    padding: 5px 0;
    margin: 30px auto 35px;
  }
  .habout .habout-list li {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .habout-title h2 {
    margin: 0 auto 60px;
    font-size: 30px;
  }
  .habout-title h2::after {
    width: 40%;
  }
  .habout {
    background: url(../images/habout-bg.jpg) no-repeat center center / cover;
    padding: 45px 0;
  }
  .habout .habout-cont .habout-left > p {
    font-size: 15px;
  }
  .habout .habout-cont .habout-left > a {
    width: 130px;
    font-size: 16px;
    margin: 40px auto 50px;
  }
  .habout .habout-list li {
    margin-bottom: 0;
  }
  .habout .habout-list li h3 {
    margin-bottom: 15px;
  }
  .habout .habout-list li h3::after {
    bottom: -10px;
  }
  .habout .habout-list li h3 span {
    font-size: 48px;
  }
  .habout .habout-list li > span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .habout-title h2 {
    margin: 0 auto 90px;
    font-size: 34px;
  }
  .habout-title h2::after {
    width: 30%;
    height: 2px;
    bottom: -25px;
  }
  .habout {
    background: url(../images/habout-bg.jpg) no-repeat center center / cover;
    padding: 55px 0;
  }
  .habout .habout-cont {
    display: flex;
    justify-content: center;
  }
  /*.habout .habout-cont .habout-left {*/
  /*  max-width: 70%;*/
  /*  min-width: 70%;*/
  /*}*/
  .habout .habout-cont .habout-left > p {
    font-size: 15px;
  }
  .habout .habout-cont .habout-left > a {
    width: 130px;
    font-size: 16px;
    margin: 40px auto 50px;
  }
  .habout .habout-list li h3 {
    margin-bottom: 15px;
  }
  .habout .habout-list li h3::after {
    bottom: -10px;
  }
  .habout .habout-list li h3 span {
    font-size: 58px;
  }
  .habout .habout-list li > span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .habout-title h2 {
    margin: 0 auto 120px;
    font-size: 45px;
  }
  .habout-title h2::after {
    width: 30%;
    height: 2px;
    bottom: -25px;
  }
  .habout {
    padding: 65px 20px 65px;
  }
  .habout .habout-cont {
    display: flex;
  }

  .habout .habout-cont .habout-left > p {
    font-size: 20px;
  }
  .habout .habout-cont .habout-left > a {
    width: 220px;
    font-size: 18px;
    margin: 60px auto 70px;
  }
  .habout .habout-list li h3 {
    margin-bottom: 20px;
  }
  .habout .habout-list li h3::after {
    bottom: -15px;
  }
  .habout .habout-list li h3 span {
    font-size: 68px;
  }
  .habout .habout-list li > span {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .habout .container {
    max-width: 1300px;
  }
}
.hnews {
  padding: 30px 0;
  background: linear-gradient(0deg, #fbfbfb, #dbd9da);
}
.hnews .habout-title h2::after {
  background-color: #2e66a2;
}
.hnews .hnews-box .hnews-items {
  padding: 0;
  box-shadow: 2px 2px 5px #ccc;
  margin-bottom: 20px;
  background-color: #fff;
  transition: all 0.6s;
}
.hnews .hnews-box .hnews-items:hover {
  box-shadow: 5px 5px 15px #ccc;
}
.hnews .hnews-box .hnews-items:hover .hnews-items-img img {
  transform: scale(1.05);
}
.hnews .hnews-box .hnews-items .hnews-items-img {
  display: block;
  width: 100%;
  min-height: 175px;
  max-height: 175px;
  overflow: hidden;
  position: relative;
}
.hnews .hnews-box .hnews-items .hnews-items-img img {
  transition: all 0.6s;
  width: 100%;
}
.hnews .hnews-box .hnews-items .hnews-items-img span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  font-size: 12px;
}
.hnews .hnews-box .hnews-items .hnews-items-cont {
  padding: 0 15px;
}
.hnews .hnews-box .hnews-items .hnews-items-cont > h3 {
  margin: 10px 0;
}
.hnews .hnews-box .hnews-items .hnews-items-cont > h3 a {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hnews .hnews-box .hnews-items .hnews-items-cont p {
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.hnews .hnews-box .hnews-items .hnews-items-bot {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  margin-top: 5px;
  border-top: 1px solid #eee;
  justify-content: space-between;
}
.hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left {
  display: flex;
  align-items: center;
}
.hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left img {
  max-width: 20px;
  margin-right: 5px;
}
.hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left span {
  font-size: 13px;
  color: #666;
}
.hnews .hnews-box .hnews-items .hnews-items-bot > a {
  font-size: 13px;
  color: #666;
}
.hnews .hnews-box .hnews-items .hnews-items-bot > a:hover {
  color: #2e66a2;
}
.hnews .hnews-more {
  margin: 10px auto 0;
  width: fit-content;
  display: flex;
  border: 1px solid #000;
  width: 120px;
  justify-content: center;
  padding: 3px 0;
  transition: all 0.6s;
}
.hnews .hnews-more:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 576px) {
  .hnews {
    padding: 35px 0;
  }
  .hnews .hnews-box {
    margin: 0 -35px;
  }
  .hnews .hnews-box .col-12 {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .hnews {
    padding: 45px 0;
  }
  .hnews .hnews-box {
    margin: 0 -25px;
  }
  .hnews .hnews-box .col-12 {
    padding: 0 10px;
  }
  .hnews .hnews-box .hnews-items {
    box-shadow: 2px 2px 10px #ccc;
    margin-bottom: 25px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img {
    min-height: 205px;
    max-height: 205px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img span {
    padding: 0 10px;
    font-size: 15px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont {
    padding: 5px 20px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont > h3 {
    margin: 10px 0;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont > h3 a {
    font-size: 18px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont p {
    font-size: 13px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot {
    padding: 10px 15px;
    margin-top: 10px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left img {
    max-width: 22px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left span {
    font-size: 14px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot > a {
    font-size: 14px;
  }
  .hnews .hnews-more {
    margin: 25px auto 0;
    width: 140px;
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .hnews {
    padding: 55px 0;
  }
  .hnews .hnews-box {
    margin: 0 -35px;
  }
  .hnews .hnews-box .col-12 {
    padding: 0 10px;
  }
  .hnews .hnews-box .hnews-items {
    box-shadow: 2px 2px 10px #ccc;
    margin-bottom: 25px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img {
    min-height: 210px;
    max-height: 210px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img span {
    padding: 0 10px;
    font-size: 15px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont {
    padding: 10px 20px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont > h3 {
    margin: 10px 0 15px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont > h3 a {
    font-size: 20px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont p {
    font-size: 13px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot {
    padding: 10px 15px;
    margin-top: 10px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left img {
    max-width: 22px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left span {
    font-size: 14px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot > a {
    font-size: 14px;
  }
  .hnews .hnews-more {
    margin: 25px auto 0;
    width: 160px;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  .hnews {
    padding: 105px 20px 85px;
  }
  .hnews .hnews-box {
    margin: 0 -35px;
  }
  .hnews .hnews-box .col-12 {
    padding: 0 20px;
  }
  .hnews .hnews-box .hnews-items {
    box-shadow: 2px 2px 10px #ccc;
    margin-bottom: 25px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img {
    min-height: 300px;
    max-height: 300px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img img {
    min-height: 100%;
    max-width: initial;
    width: auto;
  }
  .hnews .hnews-box .hnews-items .hnews-items-img span {
    padding: 0 10px;
    font-size: 15px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont {
    padding: 20px 30px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont > h3 {
    margin: 15px 0 25px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont > h3 a {
    font-size: 22px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-cont p {
    font-size: 17px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot {
    padding: 10px 15px;
    margin-top: 20px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left img {
    max-width: 23px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot .hnews-items-bot-left span {
    font-size: 15px;
  }
  .hnews .hnews-box .hnews-items .hnews-items-bot > a {
    font-size: 15px;
  }
  .hnews .hnews-more {
    margin: 25px auto 0;
    width: 160px;
    padding: 5px 0;
  }
}
@media (min-width: 1600px) {
  .hnews .container {
    max-width: 1300px;
  }
}
.footer {
  background-color: #131415;
  padding: 25px 0;
  overflow: hidden;
}
.footer .footer-top .footer-top-left {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.footer .footer-top .footer-top-left > li {
  width: calc(100% / 3);
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer-top .footer-top-left > li > a {
  font-weight: 600;
  color: #b5b1b4;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  display: block;
}
.footer .footer-top .footer-top-left > li ul li a {
  color: #b5b1b4;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 10px;
}
.footer .footer-top .footer-top-right {
  margin-top: 20px;
}
.footer .footer-top .footer-top-right .footer-top-ewm {
  margin-bottom: 15px;
  text-align: center;
}
.footer .footer-top .footer-top-right .footer-top-ewm img {
  min-width: 125px;
  max-width: 125px;
}
.footer .footer-top .footer-top-right ul li {
  color: #fff;
  text-align: center;
}
.footer .footer-center {
  padding: 15px 0;
}
.footer .footer-center .footer-center-left {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-center .footer-center-left li a {
  padding: 0 15px;
  display: block;
  color: #fff;
}
.footer .footer-center .footer-center-right {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  justify-content: space-between;
  overflow: hidden;
}

.footer .footer-center .footer-center-right li:hover a img{
    transform: scale(1.05);
}

.footer .footer-center .footer-center-right li a img {
  max-width: 45px;
  transition: all .6s;
}
.footer .footer-solid {
  border: 1px solid #ccc;
  margin: 5px 0 15px;
}
.footer .footer-bot > a {
  display: block;
  overflow: hidden;
}
.footer .footer-bot p {
  color: #fff;
}
.footer .footer-bot p:nth-child(2) {
  margin: 10px 0;
}
.footer .footer-bot p a {
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 45px 0 30px;
  }
  .footer .footer-top {
    display: flex;
  }
  .footer .footer-top .footer-top-left {
    flex: 1;
    justify-content: flex-start;
  }
  .footer .footer-top .footer-top-left > li {
    width: calc(100% / 4);
    margin-bottom: 15px;
  }
  .footer .footer-top .footer-top-left > li > a {
    font-size: 14px;
  }
  .footer .footer-top .footer-top-left > li ul li a {
    font-size: 13px;
    padding: 0 10px;
  }
  .footer .footer-top .footer-top-right ul li {
      text-align: left;
    }
  .footer .footer-top .footer-top-right {
    margin-top: 0;
    margin-left: 25px;
    flex: 0.5;
  }
  .footer .footer-top .footer-top-right .footer-top-ewm {
    margin-bottom: 15px;
  }
  .footer .footer-center {
    padding: 15px 0;
  }
  .footer .footer-center .footer-center-left {
    justify-content: center;
  }
  .footer .footer-center .footer-center-left li a {
    padding: 0 15px;
  }
  .footer .footer-center .footer-center-right {
    margin: 15px 0 0;
    justify-content: space-evenly;
  }
  .footer .footer-center .footer-center-right li a img {
    max-width: 45px;
  }
  .footer .footer-bot {
    display: flex;
    align-items: center;
  }
  .footer .footer-bot p:nth-child(2) {
    margin: 0 20px;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 45px 0 15px;
  }
  .footer .footer-top {
    display: flex;
  }
  .footer .footer-top .footer-top-left {
    flex: 1;
    justify-content: flex-start;
  }
  .footer .footer-top .footer-top-left > li {
    width: calc(100% / 6);
    margin-bottom: 15px;
  }
  .footer .footer-top .footer-top-left > li > a {
    font-size: 14px;
  }
  .footer .footer-top .footer-top-left > li ul li a {
    font-size: 13px;
    padding: 0 10px;
  }
  .footer .footer-top .footer-top-right {
    margin-top: 0;
    margin-left: 55px;
    flex: 0.5;
    display: flex;
    justify-content: flex-end;
  }
  .footer .footer-top .footer-top-right .footer-top-ewm {
    margin-bottom: 15px;
    text-align: left;
    margin-right: 20px;
  }
  .footer .footer-top .footer-top-right ul li {
    font-size: 16px;
  }
  .footer .footer-center {
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-center .footer-center-left {
    justify-content: space-between;
    flex: 1;
    margin-right: 50px;
  }
  .footer .footer-center .footer-center-left li a {
    font-size: 16px;
    padding: 0 15px;
  }
  .footer .footer-center .footer-center-right {
    margin: 0;
    flex: 0.5;
    justify-content: space-between;
  }
  .footer .footer-center .footer-center-right li a img {
    max-width: 45px;
  }
  .footer .footer-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-bot p:nth-child(2) {
    margin: 0 20px;
  }
}
@media(min-width: 1440px) {
    .footer .container {
        max-width: 1340px;
    }
}
.article-box .article-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.article-box .article-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}
.article-box .article-title h3::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #1c68db;
  left: 0;
  bottom: -9px;
  opacity: 0.7;
}
.article-box .article-title a {
  font-size: 14px;
  color: #666666;
}
.article-box .article-title a span {
  color: #1c68db;
  font-weight: 600;
  margin-left: 2px;
}
.article-box .article-top {
  height: 400px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-box .article-top .article-top-title {
  text-align: center;
  color: #fff;
}
.article-box .article-top .article-top-title h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.article-box .article-top .article-top-title span {
  display: inline-block;
  line-height: 1.5;
}
.article-box .article-gfbox {
  margin: 20px 0 35px;
}
.article-box .article-gfbox .article-cont .col-12:not(:last-child) {
  margin-bottom: 15px;
}
.article-box .article-gfbox .article-cont .article-video-items {
  transition: all 0.6s;
}
.article-box .article-gfbox .article-cont .article-video-items:hover {
  box-shadow: 10px 10px 10px #ccc;
}
.article-box .article-gfbox .article-cont .article-video-items:hover .article-video::after {
  opacity: 1;
}
.article-box .article-gfbox .article-cont .article-video-items:hover img {
  transform: translate(-50%, -50%);
}
.article-box .article-gfbox .article-cont .article-video-items:hover #article-play {
  opacity: 1;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video-title::after {
  display: none;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.6s;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video video {
  width: 100%;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video img {
  transition: all 0.6s;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video img:nth-child(1) {
  width: 100%;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video img:nth-child(2) {
  opacity: 0;
  z-index: 99;
}
.article-box .article-gfbox .article-cont .article-video-items .article-video #article-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}
.article-box .article-gfbox .article-cont .article-items {
  transition: all 0.6s;
}
.article-box .article-gfbox .article-cont .article-items:hover {
  box-shadow: 10px 10px 10px #ccc;
}
.article-box .article-gfbox .article-cont .article-items:hover img {
  transform: scale(1.05);
}
.article-box .article-gfbox .article-cont .article-items > a {
  overflow: hidden;
  display: block;
}
.article-box .article-gfbox .article-cont .article-items > a > img {
  width: 100%;
  transition: all 0.6s;
}
.article-box .article-gfbox .article-cont .article-items .article-info {
  background-color: #f8f8f8;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.article-box .article-gfbox .article-cont .article-items .article-info a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  overflow: hidden;
}
.article-box .article-gfbox .article-cont .article-items .article-info span {
  color: #666;
}
.diloag {
  display: none;
}
.diloag .diloag-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.diloag .diloag-box .diloag-close {
  position: absolute;
  right: 20px;
  top: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.diloag .diloag-box .diloag-close img {
  max-width: 30px;
}
.diloag .diloag-box .diloag-close span {
  color: #fff;
}
.diloag .diloag-box video {
  width: 98%;
}
@media (min-width: 768px) {
  .article-box .article-title {
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .article-box .article-title h3 {
    font-size: 20px;
  }
  .article-box .article-title h3::after {
    width: 75px;
  }
  .article-box .article-title a {
    font-size: 14px;
  }
  .article-box .article-top {
    height: 500px;
  }
  .article-box .article-top .article-top-title h2 {
    font-size: 30px;
  }
  .article-box .article-top .article-top-title span {
    font-size: 16px;
  }
  .article-box .article-gfbox {
    margin: 30px 0 55px;
  }
  .article-box .article-gfbox .article-cont .article-items .article-info {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .article-box .article-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .article-box .article-title h3 {
    font-size: 26px;
  }
  .article-box .article-title h3::after {
    bottom: -12px;
    width: 100px;
  }
  .article-box .article-title a {
    font-size: 14px;
  }
  .article-box .article-top {
    height: 600px;
  }
  .article-box .article-top .article-top-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .article-box .article-top .article-top-title span {
    font-size: 20px;
  }
  .article-box .article-gfbox {
    margin: 50px 0 75px;
  }
  .article-box .article-gfbox .article-cont .article-items .article-info {
    height: 100px;
  }
  .article-box .article-gfbox .article-cont .article-items .article-info a {
    font-size: 16px;
  }
  .diloag .diloag-box .diloag-close {
    right: 60px;
    top: 110px;
    cursor: pointer;
  }
  .diloag .diloag-box .diloag-close img {
    max-width: 30px;
  }
  .diloag .diloag-box video {
    width: 68%;
  }
}
/*.diloag {*/
/*    position: relative;*/
/*    z-index: 999999999;*/
/*}*/
/*.article-cont .col-12 {*/
/*    z-index: 99999999;*/
/*}*/
.join-banner {
  height: 300px;
  position: relative;
}
.join-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.join-banner .join-banner-box {
  color: #fff;
  position: relative;
  z-index: 9;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  align-items: center;
}
.join-banner .join-banner-box h2 {
  margin-bottom: 20px;
}
.join {
  background-color: #f7f7f7;
  padding: 30px 0;
}
.join .join-title {
  text-align: right;
  margin-bottom: 20px;
}
.join .join-title h3 {
  font-size: 18px;
  font-weight: 600;
}
.join .join-box {
  background-color: #fff;
  padding: 15px;
}
.join .join-box form .join-form-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.join .join-box form .join-form-items label {
  margin-bottom: 10px;
  font-size: 15px;
}
.join .join-box form .join-form-items select {
  color: #ccc;
  padding: 10px;
  border: 1px solid #ccc;
}
.join .join-box form .join-form-items select:focus {
  outline: none;
}
.join .join-box form .join-form-items select option {
  color: #000;
}
.join .join-box form .join-form-items .join-form-bot input {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.join .join-box form .join-form-items .join-form-bot input::-webkit-input-placeholder {
  color: #ccc;
}
.join .join-box form .join-form-items .join-form-bot input:focus {
  outline: none;
}
.join .join-box form .join-form-items .join-form-bot textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ccc;
  padding: 20px;
}
.join .join-box form .join-form-items .join-form-bot textarea:focus {
  outline: none;
}
.join .join-box form .join-form-items > p {
  color: #ccc;
}
.join .join-box form .join-form-submit {
  text-align: center;
  margin: 20px 0 0;
}
.join .join-box form .join-form-submit button {
  background-color: #333333;
  border: none;
  color: #fff;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .join-banner {
    height: 350px;
    display: flex;
  }
  .join-banner::after {
    content: '';
    top: 0;
    left: 0;
  }
  .join-banner .join-banner-box {
    padding: 50px;
    justify-content: center;
    align-items: flex-start;
  }
  .join-banner .join-banner-box h2 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .join {
    padding: 40px 0;
  }
  .join .join-title {
    margin-bottom: 30px;
  }
  .join .join-title h3 {
    font-size: 22px;
  }
  .join .join-box {
    padding: 20px;
  }
  .join .join-box form .join-form-items {
    margin-bottom: 25px;
  }
  .join .join-box form .join-form-items label {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items select {
    padding: 10px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items .join-form-bot input {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items .join-form-bot textarea {
    width: 100%;
  }
  .join .join-box form .join-form-submit {
    margin: 20px 0 0;
  }
  .join .join-box form .join-form-submit button {
    padding: 10px 30px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .join-banner {
    height: 350px;
    display: flex;
  }
  .join-banner::after {
    content: '';
    top: 0;
    left: 0;
  }
  .join-banner .join-banner-box {
    padding: 50px;
    justify-content: center;
    align-items: flex-start;
  }
  .join-banner .join-banner-box h2 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .join {
    padding: 50px 0;
  }
  .join .join-title {
    margin-bottom: 40px;
  }
  .join .join-title h3 {
    font-size: 25px;
  }
  .join .join-box {
    padding: 50px 0;
  }
  .join .join-box form {
    width: 90%;
    margin: 0 auto;
  }
  .join .join-box form .join-form-items {
    margin-bottom: 35px;
  }
  .join .join-box form .join-form-items label {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .join .join-box form .join-form-items select {
    padding: 15px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items .join-form-bot input {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items .join-form-bot textarea {
    width: 100%;
  }
  .join .join-box form .join-form-submit {
    margin: 50px 0 0;
  }
  .join .join-box form .join-form-submit button {
    padding: 15px 30px;
    width: 220px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .join-banner {
    height: 430px;
    display: flex;
  }
  .join-banner::after {
    content: '';
    top: 0;
    left: 0;
  }
  .join-banner .join-banner-box {
    padding: 50px;
    margin-left: 150px;
    justify-content: center;
    align-items: flex-start;
  }
  .join-banner .join-banner-box h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }
  .join-banner .join-banner-box span {
    font-size: 18px;
  }
  .join {
    padding: 50px 0;
  }
  .join .container {
    max-width: 1200px;
  }
  .join .join-title {
    margin-bottom: 40px;
  }
  .join .join-title h3 {
    font-size: 25px;
  }
  .join .join-box {
    padding: 60px 0;
  }
  .join .join-box form {
    width: 70%;
    margin: 0 auto;
  }
  .join .join-box form .join-form-items {
    margin-bottom: 55px;
  }
  .join .join-box form .join-form-items label {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .join .join-box form .join-form-items select {
    padding: 15px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items select option {
    font-size: 18px;
  }
  .join .join-box form .join-form-items .join-form-bot input {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .join .join-box form .join-form-items .join-form-bot textarea {
    width: 100%;
  }
  .join .join-box form .join-form-submit {
    margin: 50px 0 0;
  }
  .join .join-box form .join-form-submit button {
    padding: 15px 30px;
    width: 220px;
    font-size: 16px;
  }
}
.service-search {
  height: 300px;
}
.service-search .container {
  height: 100%;
}
.service-search .container .service-topBar {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-search .container .service-topBar h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.service-search .container .service-topBar form {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.service-search .container .service-topBar form input {
  flex: 1;
  padding: 7px 10px;
  border: none;
}
.service-search .container .service-topBar form input:focus {
  outline: none;
}
.service-search .container .service-topBar form button {
  background-color: #fff;
  border: none;
  padding: 10px;
}
.service-search .container .service-topBar form button:focus {
  outline: none;
}
@media (min-width: 576px) {
  .service-search {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .service-search {
    height: 450px;
  }
  .service-search .container .service-topBar h2 {
    font-size: 30px;
  }
  .service-search .container .service-topBar form {
    margin-top: 50px;
  }
  .service-search .container .service-topBar form input {
    padding: 7px 15px;
    font-size: 18px;
  }
  .service-search .container .service-topBar form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
  }
  .service-search .container .service-topBar form button {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .service-search {
    height: 600px;
  }
  .service-search .container .service-topBar h2 {
    font-size: 36px;
  }
  .service-search .container .service-topBar form {
    max-width: 805px;
    margin-top: 70px;
  }
  .service-search .container .service-topBar form input {
    padding: 7px 15px;
  }
  .service-search .container .service-topBar form button {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .service-search {
    height: 800px;
  }
  .service-search .container .service-topBar h2 {
    font-size: 42px;
  }
  .service-search .container .service-topBar form {
    margin-top: 80px;
  }
  .service-search .container .service-topBar form input {
    padding: 7px 15px;
  }
  .service-search .container .service-topBar form button {
    padding: 20px;
  }
}
.service-document {
  padding: 30px 0;
}
.service-document .document-ulst {
  overflow-x: auto;
  display: flex;
  align-items: center;
}
.service-document .document-ulst li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-document .document-ulst li:not(:last-child) {
  margin-right: 20px;
}
.service-document .document-ulst li img {
  max-width: 120px;
  min-width: 120px;
}
.service-document .document-ulst li span {
  display: block;
  background-color: #f8f8f8;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.service-document .document-box {
  margin-top: 50px;
}
.service-document .document-box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.service-document .document-box .document-cont {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
}
.service-document .document-box .document-cont .document-items {
  display: none;
  max-height: 400px;
  overflow-y: auto;
}
.service-document .document-box .document-cont .document-items .document-items-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #5f55af;
  background: linear-gradient(to right, #2e66a2 50%, #fff 50%);
  background-size: 205% 100%;
  background-position: right bottom;
  transition: all 0.6s ease;
}
.service-document .document-box .document-cont .document-items .document-items-list li:hover {
  background-position: left bottom;
  color: #fff;
}
.service-document .document-box .document-cont .document-items .document-items-list li:hover a {
  background-color: #fff;
}
.service-document .document-box .document-cont .document-items .document-items-list li div {
  display: flex;
  flex-wrap: wrap;
}
.service-document .document-box .document-cont .document-items .document-items-list li div span {
  font-size: 14px;
}
.service-document .document-box .document-cont .document-items .document-items-list li div span:not(:last-child) {
  margin-right: 30px;
}
.service-document .document-box .document-cont .document-items .document-items-list li a {
  display: flex;
  align-items: center;
  color: #1296db;
  white-space: nowrap;
  margin-left: 30px;
  transition: all 0.6s;
  padding: 0 10px;
}
.service-document .document-box .document-cont .document-items .document-items-list li a img {
  max-width: 15px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .service-document {
    padding: 50px 0;
  }
  .service-document .document-ulst li:not(:last-child) {
    margin-right: 20px;
  }
  .service-document .document-ulst li img {
    max-width: 180px;
    min-width: 180px;
  }
  .service-document .document-ulst li span {
    font-size: 15px;
  }
  .service-document .document-box {
    margin-top: 80px;
  }
  .service-document .document-box h3 {
    font-size: 22px;
  }
  .service-document .document-box .document-cont {
    padding: 10px;
    margin-top: 30px;
  }
  .service-document .document-box .document-cont .document-items {
    max-height: 500px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li {
    padding: 10px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li div span {
    font-size: 14px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li div span:not(:last-child) {
    margin-right: 30px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li a {
    margin-left: 30px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li a img {
    max-width: 15px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .service-document {
    padding: 50px 0;
  }
  .service-document .document-ulst li:not(:last-child) {
    margin-right: 30px;
  }
  .service-document .document-ulst li img {
    max-width: 190px;
    min-width: 190px;
  }
  .service-document .document-ulst li span {
    font-size: 16px;
  }
  .service-document .document-box {
    margin-top: 80px;
  }
  .service-document .document-box h3 {
    font-size: 26px;
  }
  .service-document .document-box .document-cont {
    padding: 10px;
    margin-top: 50px;
  }
  .service-document .document-box .document-cont .document-items {
    max-height: 600px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li div span:not(:last-child) {
    margin-right: 50px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li a img {
    max-width: 15px;
  }
}
@media (min-width: 1200px) {
  .service-document {
    padding: 60px 0;
  }
  .service-document .container {
    max-width: 1240px;
  }
  .service-document .document-ulst {
    padding-bottom: 10px;
  }
  .service-document .document-ulst::-webkit-scrollbar {
    width: 2px;
    height: 5px;
  }
  .service-document .document-ulst::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2e66a2;
  }
  .service-document .document-ulst::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
  .service-document .document-box {
    margin-top: 90px;
  }
  .service-document .document-box h3 {
    font-size: 30px;
  }
  .service-document .document-box .document-cont {
    padding: 10px;
  }
  .service-document .document-box .document-cont .document-items {
    max-height: 700px;
  }
  .service-document .document-box .document-cont .document-items .document-items-list li div span:not(:last-child) {
    margin-right: 100px;
  }
}
.service-app h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.service-app .service-app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.service-app .service-app-title h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-left: 10px;
}
.service-app .service-app-title h4::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  height: 100%;
  width: 3px;
  transform: translateY(-50%);
  background-color: #1c68db;
}
.service-app .app-down {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 30px auto;
}

.service-app .app-down img {
  width: 150px;
  transition: all 0.6s;
}
.service-small {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.service-small p {
  margin: 15px 0;
}
.service-small .service-small-ulst li {
  text-align: center;
  margin-bottom: 20px;
}

.service-small .service-small-ulst li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .service-small {
    padding: 40px 0;
  }
  .service-small p {
    margin: 15px 0;
  }
  
}
@media (min-width: 768px) {
  .service-app h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .service-app .service-app-title {
    margin-bottom: 10px;
  }
  .service-app .service-app-title h4 {
    font-size: 20px;
  }
  .service-app .service-app-title h4::after {
    content: '';
    left: -10px;
    width: 3px;
  }
  .service-app .app-down {
    margin: 30px auto;
  }
  .service-app .app-down img {
    width: 160px;
  }
  .service-small {
    padding: 60px 0;
  }
  .service-small p {
    margin: 25px 0;
  }
}
@media (min-width: 992px) {
  .service-app h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .service-app .service-app-title {
    margin-bottom: 20px;
  }
  .service-app .service-app-title h4 {
    font-size: 24px;
    margin-left: 20px;
  }
  .service-app .service-app-title h4::after {
    content: '';
    left: -20px;
    width: 3px;
  }
  .service-app .app-down {
    margin: 50px auto;
  }
  .service-app .app-down img {
    width: 170px;
  }
  .service-small {
    padding: 70px 0;
  }
  .service-small p {
    margin: 35px 0;
  }
}
@media (min-width: 1200px) {
  .service-app .container {
    max-width: 1240px;
  }
  .service-app h3 {
    font-size: 30px;
  }
  .service-app .service-app-title {
    margin-bottom: 25px;
  }
  .service-app .service-app-title h4 {
    font-size: 28px;
  }
}
.service-guara {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.service-guara .guara-box .guara-left {
  margin-bottom: 30px;
}
.service-guara .guara-box .guara-left h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-guara .guara-box .guara-right {
  text-align: center;
}
@media (min-width: 768px) {
  .service-guara {
    padding: 40px 0;
  }
  .service-guara .guara-box {
    display: flex;
    align-items: center;
  }
  .service-guara .guara-box .guara-left {
    flex: 1;
    margin-bottom: 30px;
    max-width: 330px;
    min-width: 330px;
  }
  .service-guara .guara-box .guara-left h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service-guara .guara-box .guara-right {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .service-guara {
    padding: 50px 0;
  }
  .service-guara .guara-box {
    justify-content: space-between;
  }
  .service-guara .guara-box .guara-left {
    flex: 1;
    margin-bottom: 30px;
  }
  .service-guara .guara-box .guara-left h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .service-guara .guara-box .guara-right {
    flex: 1;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .service-guara {
    padding: 60px 0;
  }
  .service-guara .container {
    max-width: 1240px;
  }
  .service-guara .guara-box .guara-left h4 {
    margin-bottom: 30px;
  }
}
.about-top {
  height: 300px;
}
.about-title {
  text-align: center;
}
.about-title h2 {
  font-size: 22px;
  font-weight: 600;
}
.about-title span {
  color: #666666;
}
.deve-txt {
    color: #1485CB;
}
.deve-txt span {
    color: #ED7D31;
}
@media (min-width: 576px) {
  .about-title h2 {
    font-size: 23px;
  }
  .about-title span {
    font-size: 14px;
  }
  .about-top {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .about-top {
    height: 450px;
  }
  .about-title h2 {
    font-size: 25px;
  }
  .about-title span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .about-top {
    height: 750px;
  }
  .about-title h2 {
    font-size: 32px;
  }
  .about-title span {
    font-size: 20px;
  }

}
.position-top {
  height: 350px;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.position-top h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .position-top {
    height: 430px;
    padding: 50px;
    align-items: flex-start;
  }
  .position-top h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .position-top p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .position-top {
    padding: 50px 120px;
    align-items: flex-start;
  }
  .position-top h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .position-top p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .position-top {
    padding: 50px 200px;
    align-items: flex-start;
  }
  .position-top h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.position-box .position-left {
  text-align: center;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  padding: 30px 0;
}
.position-box .position-left .position-left-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-box .position-left .position-left-name img {
  max-width: 30px;
  margin-right: 20px;
}
.position-box .position-left h5 {
  font-size: 18px;
  color: #2e66a2;
  font-weight: 600;
  margin-bottom: 0;
}
.position-box .position-left .position-left-ewm {
  margin-top: 30px;
}
.position-box .position-right .position-right-top {
  background-color: #fbfbfb;
  padding: 10px;
}
.position-box .position-right .position-right-top .position-right-top-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 35px;
  overflow: hidden;
}
.position-box .position-right .position-right-top .position-right-top-items:not(:last-child) {
  margin-bottom: 10px;
}
.position-box .position-right .position-right-top .position-right-top-items h5 {
  font-size: 15px;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 2;
}
.position-box .position-right .position-right-top .position-right-top-items ul {
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}
.position-box .position-right .position-right-top .position-right-top-items ul li {
  padding: 0 5px;
  text-align: center;
  margin-bottom: 5px;
  min-width: 75px;
}
.position-box .position-right .position-right-top .position-right-top-items ul li a {
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 0 2px;
}
.position-box .position-right .position-right-top .position-right-top-items .position-more {
  display: block;
  font-size: 12px;
  color: #2e66a2;
  font-weight: 600;
  line-height: 2;
}
.position-box .position-right .position-right-bot {
  margin: 20px 0 50px;
}
.position-box .position-right .position-right-bot .position-right-bot-top .position-right-bot-top-left {
  font-size: 15px;
  color: #2e66a2;
  font-weight: 600;
}
.position-box .position-right .position-right-bot .table-responsive .table thead th {
  white-space: nowrap;
  text-align: center;
}
.position-box .position-right .position-right-bot .table-responsive .table tbody tr td {
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 768px) {
  .position-box .position-left {
    margin-bottom: 20px;
    padding: 30px 0;
  }
  .position-box .position-left h5 {
    font-size: 22px;
  }
  .position-box .position-left .position-left-ewm {
    margin-top: 30px;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul li {
      min-width: 105px;
      padding: 0 10px;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul li a{
      font-size: 14px;
  }
  .position-box .position-right .position-right-top .position-right-top-items .position-more {
      font-size: 14px;
    }
}
@media (min-width: 992px) {
  .position-box .container {
    display: flex;
  }
  .position-box .position-left {
    margin-bottom: 20px;
    padding: 30px 0;
    margin-right: 30px;
    min-width: 200px;
  }
  .position-box .position-left h5 {
    font-size: 22px;
  }
  .position-box .position-left .position-left-ewm {
    margin-top: 30px;
  }
  .position-box .position-right {
    flex: 1;
    margin-top: 20px;
  }
  .position-box .position-right .position-right-top {
    padding: 10px;
  }
  .position-box .position-right .position-right-top .position-right-top-items {
    height: 45px;
  }
  .position-box .position-right .position-right-top .position-right-top-items:not(:last-child) {
    margin-bottom: 10px;
  }
  .position-box .position-right .position-right-top .position-right-top-items h5 {
    font-size: 16px;
    line-height: 3;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul {
    margin-right: 20px;
    padding: 10px 0;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul::-webkit-scrollbar {
    width: 2px;
    height: 8px;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul li {
    padding: 0 10px;
    min-width: 150px;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul li a {
    font-size: 15px;
  }
  .position-box .position-right .position-right-top .position-right-top-items .position-more {
    font-size: 15px;
    line-height: 3;
  }
  .position-box .position-right .position-right-bot {
    margin: 20px 0 50px;
  }
  .position-box .position-right .position-right-bot .position-right-bot-top .position-right-bot-top-left {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .position-box .position-right .position-right-bot .table-responsive .table thead th {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .position-box .container {
    display: flex;
  }
  .position-box .position-left {
    margin-bottom: 20px;
    padding: 30px 0;
    margin-right: 30px;
    min-width: 300px;
  }
  .position-box .position-left h5 {
    font-size: 22px;
  }
  .position-box .position-left .position-left-ewm {
    margin-top: 50px;
  }
  .position-box .position-right {
    flex: 1;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .position-box .position-right .position-right-top {
    padding: 10px;
  }
  .position-box .position-right .position-right-top .position-right-top-items:not(:last-child) {
    margin-bottom: 10px;
  }
  .position-box .position-right .position-right-top .position-right-top-items h5 {
    font-size: 16px;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul {
    margin-right: 20px;
    padding: 10px 0;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul li {
    padding: 0 10px;
    min-width: 155px;
  }
  .position-box .position-right .position-right-top .position-right-top-items ul li a {
    font-size: 15px;
  }
  .position-box .position-right .position-right-top .position-right-top-items .position-more {
    font-size: 15px;
    padding-top: 3px;
  }
  .position-box .position-right .position-right-bot {
    margin: 20px 0 50px;
  }
  .position-box .position-right .position-right-bot .position-right-bot-top .position-right-bot-top-left {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .position-box .position-right .position-right-bot .table-responsive {
    margin-bottom: 100px;
  }
  .position-box .position-right .position-right-bot .table-responsive .table thead th {
    white-space: nowrap;
  }
}
.details-banner .swiper3 .swiper-slide {
  height: 300px;
}
.details-banner .swiper3 .swiper-button-prev {
  left: 20px;
}
.details-banner .swiper3 .swiper-button-next {
  right: 20px;
}
.details-banner .swiper3 .swiper-button-next:after,
.details-banner .swiper3 .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.details-title {
  padding: 10px 20px 30px;
  text-align: center;
}
.details-title h2 {
  color: #1c68db;
  font-size: 28px;
  font-weight: 600;
}
.details-title h3 {
  font-size: 23px;
}
.details-title span {
  color: #999;
}
.details-direct .details-direct-two {
  height: auto;
  margin-top: 10px;
}
.details-direct .details-direct-six,.details-direct-bot-cont {
  margin: 30px 0;
  padding: 0 15px;
}
.details-direct .details-direct-six img {
  margin-bottom: 20px;
}
.details-direct .details-direct-six .c4 {
  padding: 0 30px;
}
.details-direct .details-direct-five .card-ulst .cards video {
   width: 100%;
}
.details-direct .details-direct-five .card-ulst .cards {
    position: relative;
}
.details-direct .details-direct-five .card-ulst .cards h5 {
    position: absolute;
    color: #fff;
    font-weight: 600;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.details-three-box video{
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
  .details-banner .swiper3 .swiper-slide {
    height: 500px;
  }
  .details-banner .swiper3 .swiper-button-prev {
    left: 50px;
  }
  .details-banner .swiper3 .swiper-button-next {
    right: 50px;
  }
  .details-banner .swiper3 .swiper-button-next:after,
  .details-banner .swiper3 .swiper-button-prev:after {
    font-size: 18px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
  .details-title {
    padding: 30px 0 50px;
  }
  .details-title h2 {
    font-size: 33px;
  }
  .details-title h3 {
    max-width: 310px;
    font-size: 27px;
    margin: 0 auto 5px;
  }
  .details-title span {
    font-size: 16px;
  }
  .details-direct .details-direct-two {
    margin-top: 10px;
  }
  .details-direct .details-direct-five {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .details-direct .details-direct-six,.details-direct-bot-cont {
    margin: 30px 0;
    padding: 0 30px;
  }
  .details-direct .details-direct-six img {
    margin-bottom: 20px;
  }
  .details-direct .details-direct-six .c4 {
    padding: 0 30px;
  }
  .details-direct .details-direct-five .card-ulst .cards h5 {
        left: 70px;
        font-size: 22px;
    }
}
@media (min-width: 992px) {
  .details-banner .swiper3 .swiper-slide {
    height: 700px;
  }
  .details-banner .swiper3 .swiper-button-prev {
    left: 80px;
  }
  .details-banner .swiper3 .swiper-button-next {
    right: 80px;
  }
  .details-banner .swiper3 .swiper-button-next:after,
  .details-banner .swiper3 .swiper-button-prev:after {
    font-size: 22px;
  }
  .details-title {
    padding: 50px 0 50px;
  }
  .details-title h2 {
    font-size: 42px;
  }
  .details-title h3 {
    font-size: 34px;
  }
  .details-title span {
    font-size: 18px;
  }
  .details-direct .details-direct-two {
    margin-top: 10px;
  }
  .details-direct .details-direct-five {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .details-direct .details-direct-six,.details-direct-bot-cont {
    margin: 50px 0;
    padding: 0 50px;
  }
  .details-direct .details-direct-six img {
    margin-bottom: 20px;
  }
  .details-direct .details-direct-six .c4 {
    padding: 0 30px;
  }
  .details-direct .details-direct-five .card-ulst .cards h5 {
        left: 120px;
        font-size: 26px;
    }
}
@media (min-width: 1200px) {
  .details-banner .swiper3 .swiper-slide {
    height: 900px;
  }
  .details-banner .swiper3 .swiper-button-prev {
    left: 100px;
  }
  .details-banner .swiper3 .swiper-button-next {
    right: 100px;
  }
  .details-title {
    padding: 70px 0 50px;
  }
  .details-title h2 {
    font-size: 50px;
  }
  .details-title span {
    font-size: 20px;
  }
  .details-direct .details-direct-two {
    margin-top: 10px;
  }
  .details-direct .details-direct-three {
    margin: 0 auto;
    overflow: hidden;
  }
  .details-direct .details-direct-three .details-three-box {
    position: sticky;
    top: 0;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .details-direct .details-direct-three .nh {
    transition: all 0.6s;
    width: 1200px !important;
    /*height: 670px !important;*/
    animation: vid 1.4s infinite linear;
  }
  .details-direct .details-direct-five {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .details-direct .details-direct-five .card-ulst .cards {
    position: -webkit-sticky;
    position: sticky;
    height: 800px;
    opacity: 1;
    transform: translateZ(0);
    top: calc((100vh - 800px) / 2) !important;
    transform: translate(0, 0);
    display: flex;
    align-items: center;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  
   
  .details-direct .details-direct-six,.details-direct-bot-cont {
    margin: 70px 0 50px;
    padding: 0 70px;
  }
  .details-direct .details-direct-six img {
    margin-bottom: 50px;
  }
  .details-direct .details-direct-six .c4 {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .details-direct .details-direct-five .card-ulst .cards h5 {
        left: 140px;
        font-size: 30px;
    }
}
.news-txt {
  background-color: #fff;
  padding: 25px;
  width: 100%;
}
.news-txt .details-cont {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-txt .details-cont .details-list {
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.news-txt .prevn {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.contacts {
  position: relative;
}
.contacts .contacts-box {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.contacts .contacts-box h2 {
  font-size: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.contacts .contacts-box .contacts-ulst {
  text-align: left;
  padding: 0 15px;
}
.contacts .contacts-box .contacts-ulst h3 {
  font-size: 20px;
  font-weight: 600;
}
.contacts .contacts-box .contacts-ulst ul li a {
  color: #fff;
}
.contacts .contacts-box .contacts-ulst button {
  background-color: #fff;
  border: none;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  color: #2e66a2;
  font-weight: 600;
  transition: all 0.6s;
  border-radius: 10px;
}
.contacts .contacts-box .contacts-ulst button:focus {
  outline: none;
}
.contacts .contacts-box .contacts-ulst button:hover {
  background-color: #2e66a2;
  color: #fff;
}
.contacts .contacts-box .contacts-ulst button img {
  max-width: 30px;
  margin-right: 10px;
}
.contacts .contacts-diloag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.contacts .contacts-diloag .diloag-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.contacts .contacts-diloag .diloag-box img {
  width: 200px;
}
.contacts .contacts-diloag .diloag-close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contacts .contacts-diloag .diloag-close span {
  color: #fff;
  white-space: nowrap;
}
.my-map {
  margin: 0 auto;
  width: 100%;
  height: 120vh;
  position: relative;
}
.my-map::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.my-map .amap-controls {
  height: 100%;
}
.my-map .amap-controls .amap-toolbar {
  top: 20% !important;
}
.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.myinfowindow {
  width: 240px;
  min-height: 50px;
}
.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
@media (min-width: 768px) {
  .contacts .contacts-box h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .contacts .contacts-box .contacts-ulst {
    padding: 0 15px;
  }
  .contacts .contacts-box .contacts-ulst h3 {
    font-size: 24px;
  }
  .contacts .contacts-box .contacts-ulst ul li {
    font-size: 16px;
    max-width: 400px;
  }
  .contacts .contacts-box .contacts-ulst ul li a {
    font-size: 16px;
    color: #fff;
  }
  .contacts .contacts-box .contacts-ulst button {
    padding: 5px 20px;
    margin: 30px auto 0;
    font-size: 16px;
  }
  .contacts .contacts-box .contacts-ulst button img {
    max-width: 30px;
    margin-right: 10px;
  }
  .contacts .contacts-diloag .diloag-box img {
    width: 200px;
  }
  .contacts .contacts-diloag .diloag-close {
    right: 30px;
    top: 30px;
    max-width: 30px;
  }
  .my-map {
      height: 100vh;
  }
}
@media (min-width: 1200px) {
  .contacts .contacts-box h2 {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .contacts .contacts-box .contacts-ulst {
    padding: 0 15px;
  }
  .contacts .contacts-box .contacts-ulst h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .contacts .contacts-box .contacts-ulst ul li {
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 10px;
  }
  .contacts .contacts-box .contacts-ulst ul li a {
    font-size: 18px;
    color: #fff;
  }
  .contacts .contacts-box .contacts-ulst button {
    padding: 10px 20px;
    margin: 40px auto 0;
    font-size: 18px;
  }
  .contacts .contacts-box .contacts-ulst button img {
    max-width: 30px;
    margin-right: 10px;
  }
  .contacts .contacts-diloag .diloag-box img {
    width: 200px;
  }
  .contacts .contacts-diloag .diloag-close {
    right: 30px;
    top: 30px;
    max-width: 30px;
  }
  .contacts-box {
      margin-top: 25px;
  }
}
.allproduct .allproduct-banner {
  height: 350px;
  position: relative;
}
.allproduct .allproduct-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.allproduct .allproduct-banner .container h2 {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  padding: 0 15px;
  text-align: center;
}
.allproduct .allproduct-box {
  padding: 35px 0;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items:hover .allproduct-right img {
  transform: scale(1.05);
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title {
  margin-bottom: 10px;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 {
  font-size: 22px;
  font-weight: 600;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 span {
  margin: 0 20px;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title > span {
  font-size: 18px;
  color: #666;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left > p {
  font-size: 14px;
  color: #666;
  text-indent: 20px;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  align-items: center;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button,
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  width: 110px;
  height: 30px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.6s;
  white-space: nowrap;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button:focus,
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a:focus {
  outline: none;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button:hover,
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a:hover {
  background-color: #2e66a2;
  color: #fff;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button:hover a,
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a:hover a {
  color: #fff;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button img,
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a img {
  max-width: 20px;
  margin-right: 5px;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn > a {
  margin-left: 20px;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-right {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 6px 21px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-right img {
  transition: all 0.6s;
}
@media (min-width: 768px) {
  .allproduct .allproduct-banner {
    height: 450px;
  }
  .allproduct .allproduct-banner .container h2 {
    font-size: 36px;
    bottom: 50px;
  }
  .allproduct .allproduct-box {
    padding: 55px 0;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border: none;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title {
    margin-bottom: 20px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 {
    font-size: 26px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 span {
    margin: 0 20px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title > span {
    font-size: 20px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left > p {
    font-size: 16px;
    text-indent: 0;
    padding-left: 70px;
    position: relative;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left > p::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 15px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn {
    margin: 30px 0 50px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button,
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a {
    width: 110px;
    height: 30px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button img,
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a img {
    max-width: 20px;
    margin-right: 5px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn > a {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .allproduct .allproduct-banner {
    height: 650px;
  }
  .allproduct .allproduct-banner .container h2 {
    font-size: 56px;
  }
  .allproduct .allproduct-box {
    padding: 75px 0;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 350px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:nth-child(2n) .allproduct-left .allproduct-title {
    text-align: right;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:nth-child(2n) .allproduct-left > p {
    padding-left: 0;
    padding-left: 100px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:nth-child(2n) .allproduct-left > p::after {
    right: 0;
    left: auto;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:nth-child(2n) .allproduct-right {
    left: 0;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: none;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left {
    flex: 1;

  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title {
    margin-bottom: 30px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 {
    font-size: 32px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 span {
    margin: 0 20px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title > span {
    font-size: 22px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left > p {
    padding-left: 100px;
    padding-right: 30px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left > p::after {
    width: 80px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn {
    margin: 35px 0 50px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button,
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a {
    width: 125px;
    height: 40px;
    font-size: 15px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn button img,
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-btn a img {
    max-width: 20px;
    margin-right: 5px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-right {
   
    width: 400px;
    
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .allproduct .allproduct-banner {
    height: 750px;
  }
  .allproduct .allproduct-banner .container h2 {
    font-size: 60px;
    bottom: 100px;
  }
  .allproduct .allproduct-box {
    padding: 85px 0;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items {
    padding-bottom: 0;
    min-height: 500px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left {
    flex:1;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 {
    font-size: 36px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title h5 span {
    margin: 0 20px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left .allproduct-title > span {
    font-size: 26px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-left > p {
    font-size: 16px;
  }
  .allproduct .allproduct-box .allproduct-cont .allproduct-items .allproduct-right {
    width: 600px;
  }
}
.service-small-ulst .col-6 a {
  margin: 0 auto;
  width: fit-content;
}
.service-small-ulst .col-6 a:hover .service-float {
  display: block;
}
.app-down {
  position: relative;
}
.app-down:hover .service-float {
  display: block;
}
.service-float {
  position: absolute;
  bottom: 0;
  transform: translate(-50%,100%);
  left: 50%;
  box-shadow: 10px 10px 10px #ccc;
  display: none;
  z-index: 99;
  width: 150px;;
}

.active-list {
    color: #fff;
}

.active-list li {
    margin-right: 10px;
    background-color: #2e66a2;
    position: relative;
}

.active-list li span {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    border-radius: 100%;
    min-width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-bottom: 4px;
    cursor: pointer;
}

.table-join {
    background-color: #2e66a2;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border: 1px solid #2e66a2;
    transition: all .6s;
    border-radius: 5px;
}

.table-join:focus {
    outline: none;
}

.table-join:hover {
    background-color: #fff;
    color: #2e66a2;
}

.table-dilaog,
.seejl-dilaog{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.dilaog-box,
.seejl-box {
    padding: 30px 20px;
    background: url(../images/deloag-bg.png) no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seejl-box {
    max-width: 350px;
    min-width: 330px;
    background: #fff none;
}

.dilaog-box h3,
.seejl-box h3{
    margin-bottom: 40px;
}

.seejl-cont h5 {
    color: #313F87;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #313F87;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 10px 10px;
}

.seejl-cont {
    width: 100%;
    padding: 15px;
    border: 2px solid #313F87;
}

.seejl-cont .cont-items {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.seejl-cont .cont-items:not(:first-child) {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.seejl-cont .cont-items h6{
    text-align: left;
    color: #313F87;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 4px;
}

.seejl-cont .cont-items div {
    text-align: left;
    white-space: normal;
    height: 125px;
    overflow-y: auto;
    flex: 1;
    padding-right: 10px;
}

.seejl-cont .cont-items div::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}
.seejl-cont .cont-items div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px #313F87;
    background: #535353;
}
.seejl-cont .cont-items div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.dilaog-box button {
    background-color: rgb(49,63,135);
    color: #fff;
    border: none;
    padding: 10px 20px;
}

.dilaog-box .dilaog-items{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dilaog-box .dilaog-items label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.dilaog-box .dilaog-items label img {
    margin-right: 5px;    
}

.dilaog-box .dilaog-items input {
    height: 30px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid rgb(49,63,135);
}

.table-close {
    position: absolute;
    right: 5px;
    top: 5px;
    max-height:30px;
    cursor: pointer;
}

@media(min-width: 576px) {
    .seejl-box {
        max-width: 420px;
    }
}

@media(min-width: 768px){
    .dilaog-box {
        min-width: 560px;
        max-width: 560px;
    }
    .seejl-box {
        min-width: 560px;
        max-width: 560px;
    }
    .dilaog-box .dilaog-items input {
        height: 40px;
        width: 86%;
    }
    .table-close {
        right: 20px;
        top: 20px;
    }
    .service-float img {
        min-width: 150px;
    }
    .seejl-cont .cont-items h6{
        font-size: 16px;
    }

}

.swiper3 {
    padding-bottom: 30px;
}
.pro-2021 {
    margin-top: -30px;
}

.swiper3 .swiper-slide {
    position: relative;
}

.swiper3 .swiper-slide .swiper3-box {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper3 .swiper-slide .swiper3-box h2 {
    color: #082A4B;
    font-weight: 600;
    font-size: 36px;
}

.swiper3 .swiper-slide .swiper3-box span {
    color: #fff;
    font-size: 16px;
}

.swiper3 .swiper-slide .swiper-wrj {
    position: absolute;
    max-width: 220px;
    bottom: -30px;
    right: 20px;
}

@media(min-width: 768px) {
    .swiper3 {
        padding-bottom: 50px;
    }
    
    ..pro-2021 {
        margin-top: -50px;
    }
    
    .swiper3 .swiper-slide .swiper3-box h2 {
        font-size: 42px;
    }
    
    .swiper3 .swiper-slide .swiper3-box span {
        font-size: 18px;
    }
    
    .swiper3 .swiper-slide .swiper-wrj {
        max-width: 350px;
        bottom: -50px;
        right: 20px;
    }
}

@media(min-width: 992px) {
    .swiper3 {
        padding-bottom: 70px;
    }
    
    .swiper3 .swiper-slide .swiper3-box h2 {
        font-size: 62px;
        margin-bottom: 15px;
    }
    
    .swiper3 .swiper-slide .swiper3-box span {
        font-size:22px;
    }
    
    .swiper3 .swiper-slide .swiper-wrj {
        max-width: 550px;
        bottom: -70px;
        right: 20px;
    }
}

@media(min-width: 1200px) {
    .swiper3 {
        padding-bottom: 90px;
    }
    .pro-2021 {
        margin-top: -90px;
    }
    
    .swiper3 .swiper-slide .swiper3-box h2 {
        font-size: 82px;
        margin-bottom: 15px;
    }
    
    .swiper3 .swiper-slide .swiper3-box span {
        font-size:32px;
    }
    
    .swiper3 .swiper-slide .swiper-wrj {
        max-width: 900px;
        bottom: -90px;
    }
    .seejl-cont .cont-items div {
        height: 205px;
    }
}
.details-four-box video{
    width: 100%;
}
.details-direct-one {
    overflow: hidden;
}

.details-direct-one video {
    width: 100%;
}

.details-title,.details-direct-two {
    position: relative;
    overflow: hidden;
}

.details-title h5 {
    font-weight: 600;
    color: #1C68DB;
    text-align: right;
    line-height: 2;
    /*position: absolute;*/
    top: 20px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}

.details-title h5 img {
    width: 80px;
    margin-right: 20px;
}

.details-direct-two h5 {
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 2;
    position: absolute;
    top: 20px;
    max-width: 200px;
    right: 20px;
}

.details-direct-two video {
    width: 100%;
}

.about-comp {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.about-comp .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.about-comp li {
    margin-bottom: 10px;
    text-align: center;
}

.about-comp li figure {
    margin-bottom: 0;
    overflow: hidden;
}

.about-comp li:hover figure img {
    transform: scale(1.05);
}

.about-comp li figure img {
    transition: all .6s;
    width: 100%;
}

.about-comp li span {
    display: flex;
    background-color: #2e66a2;
    color: #fff;
    justify-content: center;
}

@media(min-width: 768px) {
    .details-title h5 {
      font-size: 30px;
      top: 50px;
      left: 60px;
    }
    .details-direct-two h5 {
        font-size: 24px;
        top:50px;
        max-width: 100%;
        right: 40px;
    }
}

@media(min-width: 992px) {
    .details-title h5 {
      font-size: 32px;
      left: 100px;
    }
    .details-direct-two h5 {
        font-size: 26px;
        top:80px;
        right: 60px;
    }
}

@media(min-width: 1200px) {
    .about-comp .col-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-comp li {
        margin-bottom: 30px;
  
    }
    .about-comp li span {
       font-size: 16px;
    }
    .details-title h5 {
      font-size: 36px;
      padding-left: 130px;
      top: 130px;
    }
    .details-direct-two h5 {
        font-size: 30px;
        top:100px;
        right: 80px;
    }
}
.deve-demo li{
    color: #0070C0;
    margin-bottom: 10px;
    text-align: center;
}

.about-target {
    height: 350px;
}

@media(min-width: 768px) {
    .deve-demo li{
       font-size: 18px;
    }
    .about-target {
        height: 550px;
    }
}

@media(min-width: 992px) {
    .deve-demo li{
       font-size: 20px;
    }
    .about-target {
        height: 750px;
    }
}

@media(min-width: 1200px) {
    .about-target {
        height: 900px;
    }
    
}

.details-direct-swiper {
    padding: 30px 0;
}

.details-direct-swiper .direct-swiper1 .swiper-slide{
    height: 200px;
}

.direct-swiper2 .swiper-slide,.direct-swiper3 .swiper-slide {
    height: 150px;
}

.swiper2-container {
    margin-left: auto;
    margin-right: inherit;
}
.swiper3-container {
    margin-left: inherit;
    margin-right: auto;
}

.diloag-items {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.diloag-items span {
    font-weight: 600;
    
    margin-top: 20px;
    background-color: #fff;
    color: #2e66a2;
    padding: 0 15px;
    border-radius: 15px;
}

@media(min-width: 576px) {
    .details-direct-swiper .direct-swiper1 .swiper-slide,.direct-swiper2 .swiper-slide,.direct-swiper3 .swiper-slide{
        height: 250px;
    }
}

@media(min-width: 768px) {
    .details-direct-swiper .direct-swiper1 .swiper-slide{
        height: 300px;
    }
    .contacts .contacts-diloag .diloag-box {
        justify-content: space-evenly;
    }
    .diloag-items span {
        font-size: 16px;
    }
}

@media(min-width: 992px) {
    .details-direct-swiper .direct-swiper1 .swiper-slide{
        height: 350px;
    }
    
}

@media(min-width: 1440px) {
    .details-direct-swiper .container {
        max-width: 1300px;
    }
}
.prodetail .prodetail-one {
  height: 350px;
  background: url(../images/prodetail-one.png) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodetail .prodetail-one .prodetail-one-cont {
  text-align: center;
}
.prodetail .prodetail-one .prodetail-one-cont h2 {
  font-weight: 600;
  font-size: 32px;
}
.prodetail .prodetail-one .prodetail-one-cont span {
  font-size: 16px;
}
.prodetail .prodetail-one .prodetail-one-cont a {
  display: flex;
  background-color: #fff;
  text-align: center;
  width: fit-content;
  margin: 20px auto 0;
  width: 100px;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #666;
  transition: all 0.6s;
}
.prodetail .prodetail-one .prodetail-one-cont a:hover {
  background-color: #000;
  color: #fff;
}
.prodetail .prodetail-two {
  background: url(../images/prodetail-two.png) no-repeat center center / cover;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodetail .prodetail-two button {
  width: 130px;
  border: none;
  border-radius: 30px;
  height: 30px;
  box-shadow: 2px 2px 5px #666;
  background-color: #fff;
  position: relative;
  padding-right: 18px;
  transition: all 0.6s;
}
.prodetail .prodetail-two button:hover {
  background-color: #000;
  color: #fff;
}
.prodetail .prodetail-two button:hover::after {
  border-color: transparent transparent transparent #fff;
}
.prodetail .prodetail-two button:focus {
  outline: none;
}
.prodetail .prodetail-two button::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.6s;
}
.prodetail .prodetail-three {
  padding: 30px 0;
}
.prodetail .prodetail-three .three-img {
  padding: 0 20px;
}
.prodetail .prodetail-four .four-title {
  text-align: center;
  margin-bottom: 30px;
}
.prodetail .prodetail-four .four-title h2 {
  font-size: 30px;
}
.prodetail .prodetail-four .four-box .four-left {
  padding: 10px 20px;
}
.prodetail .prodetail-four .four-box .four-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.prodetail .prodetail-four .four-box .four-right li {
  position: relative;
  width: fit-content;
}
.prodetail .prodetail-four .four-box .four-right li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #4da8ff;
}
.prodetail .prodetail-five {
  padding: 35px 0;
}
.prodetail .prodetail-five .five-box {
  position: relative;
  padding: 10px;
  max-width: 476px;
  margin: 20px auto 0;
  overflow: hidden;
}
.prodetail .prodetail-five .five-box #five-rotate {
  transition: all 0.6s;
}
.prodetail .prodetail-five .five-box .five-cp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.prodetail .prodetail-six {
  padding-bottom: 35px;
}
.prodetail .prodetail-six .six-box {
  padding: 0 15px;
}
.prodetail .prodetail-six .six-box video {
  width: 100%;
  border-radius: 15px;
}
.prodetail .prodetail-six .six-box .six-ulst li {
  margin-top: 20px;
  position: relative;
}
.prodetail .prodetail-six .six-box .six-ulst li::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #4da8ff;
  top: -5px;
  left: 0;
}
.prodetail .prodetail-six .six-box .six-ulst li h5 {
  font-weight: 600;
}
.prodetail .prodetail-seven .seven-items {
  padding: 20px;
}
.prodetail .prodetail-seven .seven-items:nth-child(odd) {
  background-color: #f9f8f8;
}
.prodetail .prodetail-seven .seven-items .items-left h5 {
  font-weight: 600;
  font-size: 18px;
}
.prodetail .prodetail-seven .seven-items .items-left .left-ulst {
  padding-left: 20px;
  margin-bottom: 25px;
}
.prodetail .prodetail-seven .seven-items .items-left .left-ulst li {
  position: relative;
}
.prodetail .prodetail-seven .seven-items .items-left .left-ulst li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #4da8ff;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.prodetail .prodetail-swiper {
  margin-top: 30px;
}
.prodetail .prodetail-swiper .swiper-slide {
    height: 300px;
}
.prodetail .prodetail-swiper .swiper-slide .swiper-box {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.prodetail .prodetail-swiper .swiper-slide img {
  width: 100%;
}
.prodetail .prodetail-swiper .swiper-button-next {
  right: 20px;
}
.prodetail .prodetail-swiper .swiper-button-prev {
  left: 20px;
}
.prodetail .prodetail-swiper .swiper-button-next:after,
.prodetail .prodetail-swiper .swiper-button-prev:after {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #666;
  min-width: 35px;
  height: 35px;
  max-width: 50px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  font-weight: 600;
}
.prodetail-title {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 10px;
}
.prodetail-title h2 {
  font-size: 30px;
}
.prodetail-title span {
  display: block;
  line-height: 1.5;
  font-size: 15px;
}
@media (min-width: 576px) {
  .prodetail .prodetail-one {
    height: 400px;
  }
  .prodetail .prodetail-one .prodetail-one-cont h2 {
    font-size: 35px;
  }
  .prodetail .prodetail-one .prodetail-one-cont span {
    font-size: 17px;
  }
  .prodetail .prodetail-one .prodetail-one-cont a {
    width: 100px;
    font-size: 15px;
  }
  .prodetail .prodetail-three {
    padding: 40px 0;
  }
  .prodetail .prodetail-four .four-title {
    margin-bottom: 40px;
  }
  .prodetail .prodetail-four .four-title h2 {
    font-size: 30px;
  }
  .prodetail .prodetail-four .four-box .four-left {
    padding: 10px 30px;
    text-align: center;
  }
  .prodetail .prodetail-four .four-box .four-right {
    padding: 10px;
  }
  .prodetail .prodetail-four .four-box .four-right li {
    font-size: 15px;
  }
  .prodetail .prodetail-four .four-box .four-right li::after {
    left: -20px;
    width: 10px;
    height: 10px;
  }
  .prodetail .prodetail-five {
    padding: 55px 0;
  }
  .prodetail .prodetail-five .five-box {
    padding: 10px 30px;
    max-width: 676px;
    margin: 0 auto;
  }
  .prodetail .prodetail-five .five-box .five-cp {
    width: 400px;
  }
  .prodetail .prodetail-six {
    padding-bottom: 35px;
  }
  .prodetail .prodetail-six .six-box {
    padding: 0 25px;
  }
  .prodetail .prodetail-six .six-box video {
    width: 100%;
    border-radius: 15px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li {
    margin-top: 30px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li::before {
    height: 3px;
    top: -5px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li h5 {
    font-weight: 600;
  }
  .prodetail-title {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .prodetail-title h2 {
    font-size: 30px;
  }
  .prodetail-title span {
    font-size: 15px;
  }
  
}
@media (min-width: 768px) {
  .prodetail .prodetail-one {
    height: 500px;
    justify-content: flex-start;
  }
  .prodetail .prodetail-one .prodetail-one-cont {
    padding-left: 100px;
  }
  .prodetail .prodetail-one .prodetail-one-cont h2 {
    font-size: 40px;
  }
  .prodetail .prodetail-one .prodetail-one-cont span {
    font-size: 20px;
  }
  .prodetail .prodetail-one .prodetail-one-cont a {
    width: 120px;
    font-size: 16px;
  }
  .prodetail .prodetail-two {
    height: 300px;
  }
  .prodetail .prodetail-two button {
    width: 150px;
    height: 40px;
    font-size: 16px;
    padding-right: 20px;
  }
  .prodetail .prodetail-two button::after {
    border-width: 7px 0 7px 12px;
    right: 15px;
  }
  .prodetail .prodetail-three {
    padding: 55px 0;
  }
  .prodetail .prodetail-four .four-title {
    margin-bottom: 40px;
  }
  .prodetail .prodetail-four .four-title h2 {
    font-size: 34px;
  }
  .prodetail .prodetail-four .four-box {
    display: flex;
    justify-content: space-around;
  }
  .prodetail .prodetail-four .four-box .four-left {
    padding: 10px 30px;
    text-align: center;
    margin-right: 50px;
    max-width: 400px;
  }
  .prodetail .prodetail-four .four-box .four-right {
    padding: 10px;
    align-items: flex-start;
  }
  .prodetail .prodetail-four .four-box .four-right li {
    font-size: 17px;
  }
  .prodetail .prodetail-four .four-box .four-right li::after {
    left: -20px;
    width: 10px;
    height: 10px;
  }
  .prodetail .prodetail-five {
    padding: 65px 0;
  }
  .prodetail .prodetail-five .five-box {
    padding: 10px;
  }
  .prodetail .prodetail-five .five-box .five-cp {
    width: 420px;
  }
  .prodetail .prodetail-six {
    padding-bottom: 45px;
  }
  .prodetail .prodetail-six .six-box {
    padding: 0 35px;
  }
  .prodetail .prodetail-six .six-box video {
    width: 100%;
    border-radius: 15px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li {
    margin-top: 40px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li::before {
    height: 5px;
    top: -15px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li h5 {
    font-size: 20px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li p {
    font-size: 15px;
  }
  .prodetail .prodetail-seven .seven-items {
    padding: 35px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(odd) {
    flex-direction: row;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(odd) .items-left {
    margin-right: 40px;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(even) .items-left {
    margin-left: 40px;
  }
  .prodetail .prodetail-seven .seven-items .items-left {
    flex: 1;
  }
  .prodetail .prodetail-seven .seven-items .items-left h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst {
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst li {
    position: relative;
    font-size: 16px;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst li::before {
    width: 10px;
    height: 10px;
    left: -20px;
  }
  .prodetail .prodetail-seven .seven-items .items-right {
    flex: 1;
  }
  .prodetail .prodetail-swiper {
    margin-top: 50px;
  }
  .prodetail .prodetail-swiper .swiper-button-next {
    right: 50px;
  }
  .prodetail .prodetail-swiper .swiper-button-prev {
    left: 50px;
  }
  .prodetail .prodetail-swiper .swiper-button-next:after,
  .prodetail .prodetail-swiper .swiper-button-prev:after {
    font-size: 28px;
    min-width: 55px;
    height: 55px;
    max-width: 55px;
    line-height: 55px;
  }
  .prodetail-title {
    padding: 0 30px;
    margin-bottom: 25px;
  }
  .prodetail-title h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .prodetail-title span {
    font-size: 17px;
    max-width: 500px;
    margin: 0 auto;
  }
  .prodetail .prodetail-swiper .swiper-slide {
      height: 550px;
  }
  .prodetail .prodetail-swiper .swiper-slide .swiper-box {
      justify-content: flex-end;
  }
  .prodetail .prodetail-swiper .swiper-slide .swiper-box h3 {
      font-size: 32px;
      margin-bottom: 20px;
  }
  .swiper-ulst {
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      margin-bottom: 50px;
  }
  .swiper-ulst li{
      display: flex;
        flex-direction: column;
        font-size: 16px;
        text-align: center;
  }
}
@media (min-width: 992px) {
  .prodetail .prodetail-one {
    height: 600px;
  }
  .prodetail .prodetail-one .prodetail-one-cont {
    padding-left: 120px;
  }
  .prodetail .prodetail-one .prodetail-one-cont h2 {
    font-size: 46px;
  }
  .prodetail .prodetail-one .prodetail-one-cont span {
    font-size: 25px;
  }
  .prodetail .prodetail-two {
    height: 400px;
  }
  .prodetail .prodetail-two button {
    width: 170px;
    height: 45px;
    font-size: 18px;
    padding-right: 30px;
  }
  .prodetail .prodetail-two button::after {
    border-width: 10px 0 10px 15px;
    right: 15px;
  }
  .prodetail .prodetail-three {
    padding: 70px 0;
  }
  .prodetail .prodetail-four .four-title {
    margin-bottom: 40px;
  }
  .prodetail .prodetail-four .four-title h2 {
    font-size: 40px;
  }
  .prodetail .prodetail-four .four-box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .prodetail .prodetail-four .four-box .four-left {
    padding: 0;
    text-align: center;
    margin-right: 50px;
    max-width: 450px;
  }
  .prodetail .prodetail-four .four-box .four-right {
    padding: 10px;
    align-items: flex-start;
  }
  .prodetail .prodetail-four .four-box .four-right li {
    font-size: 21px;
  }
  .prodetail .prodetail-four .four-box .four-right li::after {
    left: -25px;
    width: 10px;
    height: 10px;
  }
  .prodetail .prodetail-five {
    padding: 85px 0;
  }
  .prodetail .prodetail-five .five-box {
    margin: 40px auto 0;
  }
  .prodetail .prodetail-six {
    padding-bottom: 55px;
  }
  .prodetail .prodetail-six .six-box {
    padding: 0 35px;
  }
  .prodetail .prodetail-six .six-box video {
    width: 100%;
    border-radius: 15px;
  }
  .prodetail .prodetail-six .six-box .six-ulst {
    display: flex;
    justify-content: space-between;
  }
  .prodetail .prodetail-six .six-box .six-ulst li {
    margin-top: 40px;
    max-width: 200px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li h5 {
    font-size: 22px;
  }
  .prodetail .prodetail-six .six-box .six-ulst li p {
    font-size: 16px;
  }
  .prodetail .prodetail-seven .seven-items {
    padding: 55px;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(odd) .items-left {
    margin-right: 60px;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(even) .items-left {
    margin-left: 60px;
  }
  .prodetail .prodetail-seven .seven-items .items-left {
    flex: 1;
  }
  .prodetail .prodetail-seven .seven-items .items-left h5 {
    font-size: 26px;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst {
    margin-bottom: 0;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst li {
    position: relative;
    font-size: 18px;
  }
  .prodetail-title {
    padding: 0 30px;
    margin-bottom: 25px;
  }
  .prodetail-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .prodetail-title span {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .prodetail .prodetail-one {
    height: 650px;
  }
  .prodetail .prodetail-one .prodetail-one-cont {
    padding-left: 160px;
  }
  .prodetail .prodetail-one .prodetail-one-cont h2 {
    font-size: 52px;
  }
  .prodetail .prodetail-one .prodetail-one-cont span {
    font-size: 28px;
  }
  .prodetail .prodetail-three {
    padding: 75px 0;
  }
  .prodetail .prodetail-three .three-img {
    max-width: 1200px;
    margin: 0 auto;
  }
  .prodetail .prodetail-four {
    max-width: 1200px;
    margin: 0 auto;
  }
  .prodetail .prodetail-four .four-title {
    margin-bottom: 50px;
  }
  .prodetail .prodetail-four .four-title h2 {
    font-size: 42px;
  }
  .prodetail .prodetail-four .four-box {
    display: flex;
    justify-content: space-around;
  }
  .prodetail .prodetail-four .four-box .four-left {
    text-align: center;
    margin-right: 50px;
    max-width: 480px;
  }
  .prodetail .prodetail-four .four-box .four-right {
    padding: 10px;
    align-items: flex-start;
  }
  .prodetail .prodetail-four .four-box .four-right li {
    font-size: 24px;
  }
  .prodetail .prodetail-four .four-box .four-right li::after {
    left: -25px;
    width: 10px;
    height: 10px;
  }
  .prodetail .prodetail-five {
    padding: 105px 0;
  }
  .prodetail .prodetail-six {
    padding-bottom: 60px;
  }
  .prodetail .prodetail-six .six-box {
    max-width: 1280px;
    margin: 0 auto;
  }
  .prodetail .prodetail-six .six-box .six-ulst li h5 {
    font-size: 24px;
  }
  .prodetail .prodetail-seven .seven-items {
    padding: 65px 135px;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(odd) .items-left {
    margin-right: 100px;
  }
  .prodetail .prodetail-seven .seven-items:nth-child(even) .items-left {
    margin-left: 100px;
  }
  .prodetail .prodetail-seven .seven-items .items-left {
    flex: 1;
  }
  .prodetail .prodetail-seven .seven-items .items-left h5 {
    font-size: 36px;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst {
    margin-bottom: 0;
  }
  .prodetail .prodetail-seven .seven-items .items-left .left-ulst li {
    position: relative;
    font-size: 20px;
  }
  .prodetail .prodetail-swiper .swiper-button-next {
    right: 100px;
  }
  .prodetail .prodetail-swiper .swiper-button-prev {
    left: 100px;
  }
  .prodetail-title {
    padding: 0 30px;
  }
  .prodetail-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .prodetail-title span {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto;
  }
  .prodetail .prodetail-swiper .swiper-slide .swiper-box h3 {
      font-size: 42px;
    
  }
  .swiper-ulst {
     
      margin-bottom: 80px;
  }
  .swiper-ulst li{
      display: flex;
        flex-direction: column;
        font-size: 18px;
  }
}

.dialog-display {
  display: none;
}
.prodetail-dialog {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.prodetail-dialog .prodetail-table {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px 10px;
  border-radius: 15px;
  max-width: 1000px;
}
.prodetail-dialog .prodetail-table .dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.prodetail-dialog .prodetail-table .dialog-title {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.prodetail-dialog .prodetail-table .dialog-title h2 {
  font-weight: 600;
  color: #2e66a2;
  font-size: 22px;
}
.prodetail-dialog .prodetail-table .dialog-title span {
  font-weight: 600;
  color: #2e66a2;
  font-size: 16px;
}
.prodetail-dialog .prodetail-table .dialog-responsive {
  max-height: 60vh;
  overflow: auto;
}
.prodetail-dialog .prodetail-table .dialog-responsive .table-items h3 {
  font-weight: 600;
  font-size: 20px;
  color: #2e66a2;
}
.prodetail-dialog .prodetail-table .dialog-responsive .table-items .table tr th {
  white-space: nowrap;
}
.prodetail-dialog .prodetail-table .dialog-responsive .table-items .table tr td {
  white-space: nowrap;
}

.details-direct-bot {
    padding: 30px 0;
}

.details-direct-bot .direct-items {
    margin-bottom: 20px;
}

.details-direct-bot .direct-all{
    margin-top: 20px;
}


.details-direct-bot .direct-right .right-title h5 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.details-direct-bot .direct-right .right-title h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 130px;
    height: 1px;
    background-color: #002D71;
}

.details-direct-bot .direct-right .right-title span {
    color: #002D71;
}
.details-direct-bot .direct-left {
    text-align: center;
    margin-bottom: 20px;
}

.details-direct-bot .direct-left img {
    width: 200px;
}

.details-direct-bot .direct-right {
    text-align: center;
}
.details-direct-bot .direct-right .right-title h5::after {
    left: 50%;
    transform: translateX(-50%);
}

@media(min-width: 768px) {
    .direct-one {
        display: flex;
        align-items: center;
    }
    .direct-items {
        display: flex;
        align-items: center;
    }
    .direct-left,.direct-right {
        flex: 1;
    }
    .direct-items:nth-child(even) .direct-left{
        margin-right: 50px;
    }
    .direct-items:nth-child(odd) .direct-left{
        margin-left:50px;
    }
    .direct-items:nth-child(odd) {
        flex-direction: row-reverse;
    }
    
}

@media(min-width: 992px) {
    .details-direct-bot .direct-all {
        display: flex;
        justify-content: space-between;
    }
    .details-direct-bot .direct-items {
        flex-direction: column;
    }
    .details-direct-bot .direct-items .direct-left {
        margin: 0;
        flex: none;
        margin-bottom: 30px;
    }
}

@media(min-width: 1200px) {
    .direct-all {
        margin-top: 80px;
    }
    .details-direct-bot .container{
        max-width: 1320px;
    }
    .details-direct-bot .direct-right .right-title h5{
        font-size: 36px;
        max-width: 300px;
        margin: 0 auto 15px;
    }
    .direct-right ul li {
        font-size: 20px;
    }
    
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: 5px;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 100% bottom;
  transform-origin: center bottom;
}
.waveAnimation {
  position: absolute;
  z-index: 8;
  left: 0;
  top: -60px;
  width: 100%;
  height: 100%;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveAnimation .waveBottom {
  animation: move_wave 20s linear infinite;
}

.about-deve {
  padding: 35px 0;
}
.about-deve .about-course {
  margin-top: 30px;
  padding: 0 15px;
  position: relative;
}
.about-deve .about-course .about-swiper {
  z-index: 9;
}
.about-deve .about-course .about-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-deve .about-course .about-swiper .swiper-slide:nth-child(2n) {
  flex-direction: column-reverse;
}
.about-deve .about-course .about-swiper .swiper-slide .slide-around {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(0deg, #215af6, #3ab6eb);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px 0;
}
.about-deve .about-course .about-swiper .swiper-slide .slide-around::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #258ffc;
  opacity: 0.5;
  transform: scale(1.2);
  border-radius: 100%;
}
.about-deve .about-course .about-swiper .swiper-slide .slide-around span {
  position: relative;
  z-index: 1;
}
.about-deve .about-course .about-swiper .swiper-slide .slide-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-deve .about-course .about-swiper .swiper-slide .slide-txt h5 {
  font-size: 16px;
  color: #258ffc;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.about-deve .about-course .about-swiper .swiper-slide .slide-txt span {
  font-size: 12px;
  color: #5f616d;
  font-weight: 600;
  text-align: center;
}
.about-deve .about-two {
  height: 350px;
  margin-top: 50px;
}
.about-deve .about-two .two-box {
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
}
.about-deve .about-two .two-box figure img {
  width: 50px;
}
.about-deve .about-two .two-box h2,
.about-deve .about-two .two-box h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 5px;
}
.about-deve .about-two .two-box h2 span,
.about-deve .about-two .two-box h3 span {
  font-weight: 600;
  font-size: 22px;
}
.about-deve .about-two .two-box p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 5px;
}
.about-deve .about-two .two-box p span {
  font-weight: 600;
  font-size: 20px;
}
.about-deve .about-three {
  padding: 35px 15px;
}
.about-deve .about-three .word-img {
  margin-top: 20px;
}
.about-deve .about-four {
  height: 350px;
}
.about-deve .about-five {
  padding: 35px 15px;
}
.about-deve .about-five .five-swiper {
  padding: 35px 0;
}
.about-deve .about-five .five-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 370px;
}
.about-deve .about-five .five-swiper .swiper-slide-active,
.about-deve .about-five .five-swiper .swiper-slide-duplicate-active {
  transform: scale(1) !important;
  width: 500px;
}
.about-deve .about-six .six-container {
  padding: 30px 15px;
}
.about-deve .about-six .six-container .six-swiper .swiper-slide {
  width: 360px !important;
  height: 220px;
  padding: 15px;
}
.about-deve .about-six .six-container .six-swiper .swiper-slide:hover .slide-float {
  opacity: 1;
}
.about-deve .about-six .six-container .six-swiper .swiper-slide .slide-float {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.about-deve .about-seven {
  padding: 30px 0;
}
.about-deve .about-seven .seven-box {
  margin-top: 20px;
}
.about-deve .about-seven .seven-box .seven-items {
  display: flex;
  align-items: center;
}
.about-deve .about-seven .seven-box .seven-items:not(:last-child) {
  margin-bottom: 20px;
}
.about-deve .about-seven .seven-box .seven-items h5 {
  font-weight: 600;
}
.about-deve .about-seven .seven-box .seven-items ul {
  flex: 1;
  display: flex;
  overflow-x: auto;
}

/*.about-deve .about-seven .seven-box .seven-items ul li:not(:last-child) {*/
/*  margin-right: 15px;*/
/*}*/
.about-deve .about-seven .seven-box .seven-items ul li img {
  padding: 10px;
  min-width: 150px;
  max-width: 150px;
   border: 1px solid #eee;
}
@media (min-width: 576px) {
  .about-deve .about-two {
    height: 350px;
    margin-top: 50px;
  }
  .about-deve .about-two .two-box {
    padding: 20px;
  }
  .about-deve .about-two .two-box figure {
    margin-bottom: 30px;
  }
  .about-deve .about-two .two-box figure img {
    width: 60px;
  }
  .about-deve .about-two .two-box .two-title {
    margin-bottom: 20px;
  }
  .about-deve .about-two .two-box .two-title h2,
  .about-deve .about-two .two-box .two-title h3 {
    font-size: 18px;
  }
  .about-deve .about-two .two-box .two-title h2 span,
  .about-deve .about-two .two-box .two-title h3 span {
    font-size: 22px;
  }
  .about-deve .about-two .two-box p {
    font-size: 16px;
  }
  .about-deve .about-two .two-box p span {
    font-size: 20px;
  }
  .about-deve .about-five {
    padding: 35px 15px;
  }
  .about-deve .about-five .five-swiper {
    padding: 35px 0;
  }
  .about-deve .about-five .five-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 570px;
  }
  .about-deve .about-five .five-swiper .swiper-slide-active,
  .about-deve .about-five .five-swiper .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    width: 500px;
  }
}
@media (min-width: 768px) {
  .about-deve {
    padding: 55px 0;
  }
  .about-deve .about-course {
    margin-top: 50px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-around {
    width: 70px;
    height: 70px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-around span {
    font-size: 15px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-txt h5 {
    font-size: 18px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-txt span {
    font-size: 13px;
  }
  .about-deve .about-two {
    height: 350px;
    margin-top: 50px;
  }
  .about-deve .about-two .two-box {
    padding: 20px;
  }
  .about-deve .about-two .two-box figure {
    margin-bottom: 50px;
  }
  .about-deve .about-two .two-box figure img {
    width: 65px;
  }
  .about-deve .about-two .two-box .two-title {
    margin-bottom: 20px;
  }
  .about-deve .about-two .two-box .two-title h2,
  .about-deve .about-two .two-box .two-title h3 {
    font-size: 22px;
  }
  .about-deve .about-two .two-box .two-title h2 span,
  .about-deve .about-two .two-box .two-title h3 span {
    font-size: 26px;
  }
  .about-deve .about-two .two-box p {
    font-size: 20px;
  }
  .about-deve .about-two .two-box p span {
    font-size: 24px;
  }
  .about-deve .about-three {
    padding: 55px 15px;
  }
  .about-deve .about-three .word-img {
    margin-top: 35px;
  }
  .about-deve .about-four {
    height: 450px;
  }
  .about-deve .about-five {
    padding: 55px 15px;
  }
  .about-deve .about-five .five-swiper {
    padding: 55px 0 0;
  }
  .about-deve .about-five .five-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 770px;
  }
  .about-deve .about-five .five-swiper .swiper-slide-active,
  .about-deve .about-five .five-swiper .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    width: 500px;
  }
  .about-deve .about-six .six-container {
    padding: 50px 15px;
  }
  .about-deve .about-six .six-container .six-swiper .swiper-slide {
    width: 460px !important;
    height: 320px;
  }
  .about-deve .about-seven {
    padding: 30px 0;
  }
  .about-deve .about-seven .seven-box {
    margin-top: 20px;
  }
  .about-deve .about-seven .seven-box .seven-items {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-deve .about-seven .seven-box .seven-items:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-deve .about-seven .seven-box .seven-items h5 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .about-deve .about-seven .seven-box .seven-items ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
  }
  .about-deve .about-seven .seven-box .seven-items ul li {
    margin-bottom: 15px;
  }

  /*.about-deve .about-seven .seven-box .seven-items ul li:first-child {*/
  /*  margin-right: 15px !important;*/
  /*}*/
  /*.about-deve .about-seven .seven-box .seven-items ul li:last-child {*/
  /*  margin-right: 15px !important;*/
  /*}*/
  .about-deve .about-seven .seven-box .seven-items ul li img {
    padding: 10px;
    min-width: 155px;
    max-width: 155px;
  }
}
@media (min-width: 992px) {
  .about-deve {
    padding: 65px 0;
  }
  .about-deve .about-course {
    margin-top: 80px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-around {
    width: 80px;
    height: 80px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-around span {
    font-size: 17px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-txt h5 {
    font-size: 20px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-txt span {
    font-size: 15px;
  }
  .about-deve .about-two {
    height: 450px;
    margin-top: 120px;
  }
  .about-deve .about-two .two-box {
    padding: 20px;
  }
  .about-deve .about-two .two-box figure {
    margin-bottom: 60px;
  }
  .about-deve .about-two .two-box figure img {
    width: 65px;
  }
  .about-deve .about-two .two-box .two-title {
    margin-bottom: 30px;
  }
  .about-deve .about-two .two-box .two-title h2,
  .about-deve .about-two .two-box .two-title h3 {
    font-size: 24px;
  }
  .about-deve .about-two .two-box .two-title h2 span,
  .about-deve .about-two .two-box .two-title h3 span {
    font-size: 32px;
  }
  .about-deve .about-two .two-box p {
    font-size: 22px;
  }
  .about-deve .about-two .two-box p span {
    font-size: 30px;
  }
  .about-deve .about-three {
    padding: 35px 15px;
  }
  .about-deve .about-three .word-img {
    margin-top: 55px;
  }
  .about-deve .about-four {
    height: 650px;
  }
  .about-deve .about-seven {
    padding: 50px 0;
  }
  .about-deve .about-seven .seven-box {
    margin-top: 40px;
  }
  .about-deve .about-seven .seven-box .seven-items {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-deve .about-seven .seven-box .seven-items:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-deve .about-seven .seven-box .seven-items h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-deve .about-seven .seven-box .seven-items ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
  }
  .about-deve .about-seven .seven-box .seven-items ul li {
    margin-bottom: 15px;
  }

  /*.about-deve .about-seven .seven-box .seven-items ul li:first-child {*/
  /*  margin-right: 15px !important;*/
  /*}*/
  /*.about-deve .about-seven .seven-box .seven-items ul li:last-child {*/
  /*  margin-right: 15px !important;*/
  /*}*/
  .about-deve .about-seven .seven-box .seven-items ul li img {
    padding: 10px;
    min-width: 205px;
    max-width: 205px;
  }
}
@media (min-width: 1200px) {
  .about-deve {
    padding: 75px 0;
  }
  .about-deve .about-course {
    margin-top: 110px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-around {
    width: 90px;
    height: 90px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-around span {
    font-size: 18px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-txt h5 {
    font-size: 24px;
  }
  .about-deve .about-course .about-swiper .swiper-slide .slide-txt span {
    font-size: 16px;
  }
  .about-deve .about-three {
    padding: 15px 35px 55px;
    max-width: 1500px;
    margin: 0 auto;
  }
  .about-deve .about-three .word-img {
    margin-top: 75px;
  }
  .about-deve .about-four {
    height: 750px;
  }
  .about-deve .about-five {
    padding: 95px 120px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .about-deve .about-five .five-swiper {
    padding: 60px 0 0;
  }
  .about-deve .about-five .five-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 670px;
  }
  .about-deve .about-five .five-swiper .swiper-slide-active,
  .about-deve .about-five .five-swiper .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    width: 500px;
  }
  .about-deve .about-six .six-container {
    padding: 60px 15px;
  }
  .about-deve .about-seven .seven-box {
    margin-top: 60px;
  }
  .about-deve .about-seven .seven-box .seven-items ul li img {
    padding: 10px;
    min-width: 235px;
    max-width: 235px;
  }
}
@media (min-width: 1920px) {
  .about-deve .about-four {
    height: 1000px;
  }
}
.youthedit .youthedit-one {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 400px;
  padding: 30px;
}
.youthedit .youthedit-one .one-box {
  color: #fff;
}
.youthedit .youthedit-one .one-box .one-title h2 {
  font-size: 28px;
  font-weight: 600;
}
.youthedit .youthedit-one .one-box .one-title span {
  font-size: 18px;
}
.youthedit .youthedit-one .one-box .one-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.youthedit .youthedit-one .one-box .one-list li {
  width: calc(100% / 2);
}
.youthedit .youthedit-one .one-box .one-bot {
  display: flex;
}
.youthedit .youthedit-one .one-box .one-bot li:not(:last-child) {
  margin-right: 10px;
}
.youthedit .youthedit-one .one-float {
  position: absolute;
  bottom: -50px;
  right: 10px;
}
.youthedit .youthedit-one .one-float img {
  width: 250px;
}
.youthedit .youthedit-two {
  padding: 60px 15px 35px;
}
.youthedit .youthedit-two .two-title {
  margin-bottom: 20px;
}
.youthedit .youthedit-two .two-title h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
.youthedit .youthedit-two .two-title h2::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #2e66a2;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.youthedit .youthedit-two .two-title span {
  font-size: 15px;
  color: #666;
}
.youthedit .youthedit-two .table-responsive:not(:last-child) {
  margin-bottom: 20px;
}
.youthedit .youthedit-two .table-responsive th {
  white-space: nowrap;
}
.youthedit .youthedit-two .table-responsive td {
  white-space: nowrap;
}
.youthedit .youthedit-product {
  height: 400px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.youthedit .youthedit-product .three-title {
  text-align: center;
  margin-bottom: 30px;
}
.youthedit .youthedit-product .three-title h3 {
  font-size: 28px;
  font-weight: 600;
}
.youthedit .youthedit-product .three-title span {
  font-size: 26px;
  font-weight: 600;
}
.youthedit .youthedit-product figure {
  width: 200px;
}
.youthedit .youthedit-three {
  background: url(../images/youthedit-img1-bg.jpg) no-repeat center bottom / cover;
}
.youthedit .youthedit-four {
  background: url(../images/youthedit-img2-bg.jpg) no-repeat center bottom / cover;
  justify-content: flex-end;
}
.youthedit .youthedit-four .three-title {
  margin-bottom: 50px;
}
.youthedit .youthedit-four .three-title h3 {
  font-size: 20px;
  color: #fff;
}
.youthedit .youthedit-four .three-title span {
    color: #fff;
}
.youthedit .youthedit-five {
  background: url(../images/youthedit-img3-bg.jpg) no-repeat center center / cover;
}
.youthedit .youthedit-five .three-title {
  margin-bottom: 0;
  line-height: 2;
}
.youthedit .youthedit-five .three-title h3 {
  font-size: 20px;
}
.youthedit .youthedit-five figure {
  text-align: center;
}
.youthedit .youthedit-five figure img {
  width: 150px;
}
.youthedit-six {
  /*background: url(../images/youthedit-img-bg5.jpg) no-repeat center center / cover;*/
  padding: 35px 0;
}
.youthedit-six .table {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
}
.tb-head {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    vertical-align: middle!important;
}
.youthedit-six .table thead th,
.youthedit-six .table td {
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
  vertical-align:middle;
}
.youthedit-six .table thead th span,
.youthedit-six .table td span {
  font-weight: 400;
  vertical-align:middle;
}
.xcysixtab .table thead th,
  .xcysixtab .table td {
    font-size: 16px;
  }
  .xcysixtab .table thead th {
    font-size: 22px;
  }
  .xcysixtab .table thead th span,
.xcysixtab .table td span {
  font-size: 13px;
}
@media (min-width: 768px) {
  .youthedit .youthedit-one {
    height: 600px;
    justify-content: flex-start;
    padding-left: 100px;
  }
  .youthedit .youthedit-one .one-box .one-title h2 {
    font-size: 36px;
  }
  .youthedit .youthedit-one .one-box .one-title span {
    font-size: 25px;
  }
  .youthedit .youthedit-one .one-box .one-list {
    margin: 30px 0;
  }
  .youthedit .youthedit-one .one-box .one-list li {
    font-size: 18px;
  }
  .youthedit .youthedit-one .one-box .one-bot li {
    font-size: 18px;
  }
  .youthedit .youthedit-one .one-box .one-bot li:not(:last-child) {
    margin-right: 20px;
  }
  .youthedit .youthedit-one .one-float {
    bottom: -50px;
    right: 30px;
  }
  .youthedit .youthedit-one .one-float img {
    width: 350px;
  }
  .youthedit .youthedit-two {
    padding: 80px 15px 55px;
  }
  .youthedit .youthedit-two .two-title {
    margin-bottom: 30px;
  }
  .youthedit .youthedit-two .two-title h2 {
    font-size: 28px;
  }
  .youthedit .youthedit-two .two-title h2::after {
    width: 10px;
    height: 10px;
    left: -20px;
  }
  .youthedit .youthedit-two .two-title span {
    font-size: 18px;
  }
  .youthedit .youthedit-two .table-responsive:not(:last-child) {
    margin-bottom: 20px;
  }
  .youthedit .youthedit-product {
    height: 500px;
    padding: 30px;
  }
  .youthedit .youthedit-product .three-title {
    margin-bottom: 50px;
    line-height: 1;
  }
  .youthedit .youthedit-product .three-title h3 {
    font-size: 32px;
  }
  .youthedit .youthedit-product .three-title span {
    font-size: 30px;
  }
  .youthedit .youthedit-product figure {
    width: 250px;
  }
  .youthedit .youthedit-three {
    background: url(../images/youthedit-img1-bg.jpg) no-repeat center bottom / cover;
  }
  .youthedit .youthedit-four .three-title {
    margin-bottom: 80px;
  }
  .youthedit .youthedit-five figure {
    text-align: center;
  }
  .youthedit .youthedit-five figure img {
    width: 200px;
  }
  .youthedit-six {
    padding: 75px 0;
  }
  .youthedit-six .table thead th,
  .youthedit-six .table td {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .youthedit .youthedit-one {
    height: 700px;
    justify-content: flex-start;
    padding-left: 130px;
  }
  .youthedit .youthedit-one .one-box .one-title h2 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .youthedit .youthedit-one .one-box .one-title span {
    font-size: 30px;
  }
  .youthedit .youthedit-one .one-box .one-list {
    margin: 30px 0;
  }
  .youthedit .youthedit-one .one-box .one-list li {
    font-size: 22px;
  }
  .youthedit .youthedit-one .one-box .one-bot li {
    font-size: 22px;
  }
  .youthedit .youthedit-one .one-box .one-bot li:not(:last-child) {
    margin-right: 30px;
  }
  .youthedit .youthedit-one .one-float {
    bottom: -60px;
    right: 30px;
  }
  .youthedit .youthedit-one .one-float img {
    width: 550px;
  }
  .youthedit .youthedit-product {
    height: 600px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .youthedit .youthedit-product .three-title {
    margin-bottom: 60px;
    line-height: 1;
  }
  .youthedit .youthedit-product .three-title h3 {
    font-size: 34px;
  }
  .youthedit .youthedit-product .three-title span {
    font-size: 32px;
  }
  .youthedit .youthedit-product figure {
    width: 350px;
  }
  .youthedit .youthedit-three {
    background: url(../images/youthedit-img1-bg.jpg) no-repeat center bottom / cover;
  }
  .youthedit .youthedit-four .three-title {
    margin-bottom: 50px;
  }
  .youthedit .youthedit-five figure img {
    width: 250px;
  }
  .youthedit-six {
    padding: 85px 0;
  }
  .youthedit-six .table thead th,
  .youthedit-six .table td {
    font-size: 20px;
  }
  .tb-head {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
  .youthedit .youthedit-one {
    height: 800px;
    justify-content: flex-start;
    padding-left: 170px;
  }
  .youthedit .youthedit-one .one-box .one-title h2 {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .youthedit .youthedit-one .one-box .one-title span {
    font-size: 32px;
  }
  .youthedit .youthedit-one .one-box .one-list {
    margin: 30px 0;
  }
  .youthedit .youthedit-one .one-box .one-list li {
    font-size: 24px;
  }
  .youthedit .youthedit-one .one-box .one-bot li {
    font-size: 24px;
  }
  .youthedit .youthedit-one .one-box .one-bot li:not(:last-child) {
    margin-right: 40px;
  }
  .youthedit .youthedit-one .one-float {
    bottom: -70px;
    right: 30px;
  }
  .youthedit .youthedit-one .one-float img {
    width: 750px;
  }
  .youthedit .youthedit-five .three-title {
    margin-bottom: 0;
  }
  .youthedit .youthedit-five figure img {
    width: 300px;
  }
  .youthedit-six {
    padding: 105px 0;
  }
  .youthedit-six .table thead th,
  .youthedit-six .table td {
    font-size: 24px;
    vertical-align:middle;
  }
  .youthedit-six .table thead th {
    font-size: 28px;
    vertical-align:middle;
  }
  .youthedit-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
 
  .xcysixtab .table thead th,
  .xcysixtab .table td {
    font-size: 16px;
  }
  .xcysixtab .table thead th {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .youthedit-two,
  .youthedit-six .container {
    max-width: 1440px;
  }
 
}
.dexiong .dexiong-title {
  text-align: center;
}
.dexiong .dexiong-title h2 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 0 auto 5px;
}
.dexiong .dexiong-title h2::after,
.dexiong .dexiong-title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #0e63b0;
  border-radius: 100%;
}
.dexiong .dexiong-title h2::before {
  left: -15px;
}
.dexiong .dexiong-title h2::after {
  right: -15px;
}
.dexiong .dexiong-title span {
  letter-spacing: 5px;
  color: #6a6a6a;
}
.dexiong .dexiong-one {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dexiong .dexiong-one .one-box {
  color: #fff;
  text-align: center;
}
.dexiong .dexiong-one .one-box h2 {
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.dexiong .dexiong-one .one-box span {
  font-size: 18px;
}
.dexiong .dexiong-box {
  background: url(../images/dexiong-box-bg.jpg) no-repeat center center / cover;
}
.dexiong .dexiong-box .dexiong-two {
  padding: 35px 0;
  position: relative;
}
.dexiong .dexiong-box .dexiong-two::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  bottom: 95px;
  left: 0;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box {
  display: flex;
  overflow-x: auto;
  padding: 10px 15px;
  margin-top: 20px;
  justify-content: space-between;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items {
  min-width: 100px;
  max-width: 100px;
  padding: 5px;
  position: relative;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items:hover .dexiong-two-float {
  opacity: 1;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items:not(:last-child) {
  margin-right: 10px;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-top::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #037ddc;
  border-radius: 100%;
  bottom: -17px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items h5 {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  color: #037ddc;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #0b5de1;
  z-index: 9;
  padding: 5px;
  opacity: 0;
  transition: all 0.6s;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #0b5de1;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float span {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float img:first-child {
  width: 30px;
}
.dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float img:last-child {
  width: 50px;
}
.dexiong .dexiong-box .dexiong-three {
  padding: 0 0 35px;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box {
  margin-top: 35px;
  padding: 15px;
  box-shadow: 9px 16px 57px 0px rgba(3, 116, 204, 0.11);
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:not(:last-child) {
  margin-bottom: 20px;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items figure {
  width: 100%;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items figure img {
  width: 100%;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right h3 {
  font-size: 22px;
  font-weight: 600;
  color: #037ddc;
  position: relative;
  padding-left: 15px;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right h3::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 5px;
  background-color: #037ddc;
}
.dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right p {
  color: #505050;
}
.dexiong .dexiong-box .dexiong-four {
  padding: 35px 0;
}
.dexiong .dexiong-box .dexiong-four .dexiong-four-box {
  padding: 15px;
  background: url(../images/dexiong-four-bg.jpg) no-repeat center center / cover;
  margin-top: 50px;
}
.dexiong .dexiong-box .dexiong-four .dexiong-four-box .dexiong-four-left {
  margin: -35px auto 0;
}
.dexiong .dexiong-box .dexiong-four .dexiong-four-box .dexiong-four-right {
  margin-top: 25px;
}
.dexiong .dexiong-box .dexiong-four .dexiong-four-box .dexiong-four-right li {
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.dexiong .dexiong-box .dexiong-four .dexiong-four-box .dexiong-four-right li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
}
.dexiong .dexiong-box .dexiong-five {
  margin-bottom: 30px;
}
.dexiong .dexiong-box .dexiong-five h5 {
  background-color: #0072CB;
  color: #fff;
  width: fit-content;
  height: 55px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dexiong .dexiong-box .dexiong-five span {
  color: #6E6E6E;
  font-size: 20px;
  padding-left: 20px;
  letter-spacing: 5px;
}
.dexiong .dexiong-box .dexiong-six {
  padding: 35px 0;
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box {
  margin-top: 30px;
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items {
  padding: 15px;
  box-shadow: 9px 16px 21px 0px rgba(8, 8, 8, 0.08);
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:last-child) {
  margin-bottom: 20px;
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:nth-child(1) {
  background: url(../images/dexiong-six-bg1.png) no-repeat right bottom / cover;
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:nth-child(2) {
  background: url(../images/dexiong-six-bg2.png) no-repeat right bottom / cover;
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items ul li {
  color: #8C8C8C;
  line-height: 2;
}
@media (min-width: 768px) {
  .dexiong .dexiong-title h2 {
    font-size: 32px;
    margin: 0 auto 10px;
  }
  .dexiong .dexiong-title span {
    font-size: 18px;
  }
  .dexiong .dexiong-one {
    height: 580px;
  }
  .dexiong .dexiong-one .one-box h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .dexiong .dexiong-one .one-box span {
    font-size: 26px;
  }
  .dexiong .dexiong-box .dexiong-two {
    padding: 55px 0;
  }
  .dexiong .dexiong-box .dexiong-two::after {
    bottom: 122px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box {
    padding: 10px 15px;
    margin-top: 20px;
    justify-content: space-around;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items {
    min-width: 130px;
    max-width: 130px;
    padding: 5px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items:not(:last-child) {
    margin-right: 10px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-top::after {
    width: 10px;
    height: 10px;
    bottom: -22px;
    z-index: 9;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items h5 {
    margin-top: 30px;
    font-size: 28px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items span {
    font-size: 16px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float {
    padding: 10px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float::before {
    left: -10px;
    top: -10px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float span {
    margin: 10px 0;
    font-size: 14px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float img:first-child {
    width: 40px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float img:last-child {
    width: 60px;
  }
  .dexiong .dexiong-box .dexiong-three {
    padding: 0 0 55px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box {
    margin-top: 35px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items {
    flex-direction: row;
    align-items: flex-start;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:not(:last-child) {
    margin-bottom: 30px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:nth-child(2) {
    flex-direction: row-reverse;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:nth-child(2) figure {
    margin-left: 15px;
    margin-right: 0;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items figure {
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 300px;
    max-width: 300px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right h3 {
    font-size: 24px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right p {
    font-size: 16px;
  }
  .dexiong .dexiong-box .dexiong-four {
    padding: 55px 0;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box {
    padding: 15px;
    margin-top: 50px;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container {
    display: flex;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container .dexiong-four-left {
    flex: 1;
    margin-top: -35px;
    margin-right: 20px;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container .dexiong-four-right {
    flex: 1;
    margin-top: 0;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container .dexiong-four-right li {
    font-size: 16px;
    padding-left: 15px;
  }
  .dexiong .dexiong-box .dexiong-five {
    margin-bottom: 50px;
  }
  .dexiong .dexiong-box .dexiong-five h5 {
    font-size: 22px;
  }
  .dexiong .dexiong-box .dexiong-five span {
    font-size: 20px;
    padding-left: 20px;
  }
  .dexiong .dexiong-box .dexiong-six {
    padding: 35px 0;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box {
    margin-top: 40px;
    display: flex;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items {
    padding: 15px;
    flex: 1;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:last-child) {
    margin-bottom: 0;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:nth-child(2)) {
    margin-right: 15px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items ul li {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .dexiong .dexiong-title h2 {
    font-size: 36px;
  }
  .dexiong .dexiong-title span {
    font-size: 20px;
  }
  .dexiong .dexiong-one {
    height: 750px;
  }
  .dexiong .dexiong-one .one-box h2 {
    font-size: 52px;
    margin-bottom: 30px;
    letter-spacing: 10px;
  }
  .dexiong .dexiong-one .one-box span {
    font-size: 32px;
  }
  .dexiong .dexiong-box .dexiong-two {
    padding: 75px 0;
  }
  .dexiong .dexiong-box .dexiong-two::after {
    bottom: 170px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box {
    padding: 15px;
    justify-content: space-around;
    max-width: 992px;
    margin: 50px auto 0;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items {
    min-width: 150px;
    max-width: 150px;
    padding: 5px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items:not(:last-child) {
    margin-right: 10px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-top::after {
    width: 15px;
    height: 15px;
    bottom: -37px;
    z-index: 9;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items h5 {
    margin-top: 60px;
    font-size: 32px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items span {
    font-size: 18px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float {
    padding: 10px;
    justify-content: center;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float::before {
    left: -10px;
    top: -10px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float span {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float img:first-child {
    width: 60px;
  }
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box .dexiong-two-items .dexiong-two-float img:last-child {
    width: 85px;
  }
  .dexiong .dexiong-box .dexiong-three {
    padding: 0 0 75px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box {
    margin-top: 45px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:not(:last-child) {
    margin-bottom: 40px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:nth-child(2) figure {
    margin-left: 20px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items figure {
    margin-right: 20px;
    min-width: 350px;
    max-width: 350px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right p {
    font-size: 16px;
  }
  .dexiong .dexiong-box .dexiong-four {
    padding: 65px 0;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box {
    padding: 35px 0;
    margin-top: 70px;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container {
    display: flex;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container .dexiong-four-left {
    flex: 1;
    margin-top: -55px;
    margin-right: 30px;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container .dexiong-four-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .dexiong .dexiong-box .dexiong-four .dexiong-four-box .container .dexiong-four-right li {
    font-size: 18px;
    padding-left: 25px;
    line-height: 2;
  }
  .dexiong .dexiong-box .dexiong-five {
    margin-bottom: 60px;
  }
  .dexiong .dexiong-box .dexiong-five h5 {
    font-size: 24px;
  }
  .dexiong .dexiong-box .dexiong-five span {
    font-size: 20px;
  }
  .dexiong .dexiong-box .dexiong-six {
    padding: 35px 0 80px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box {
    margin-top: 50px;
    justify-content: space-between;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items {
    padding: 25px 40px;
    flex: 1;
    max-width: 480px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:last-child) {
    margin-bottom: 0;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:nth-child(2)) {
    margin-right: 15px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items ul li {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .dexiong .dexiong-title h2 {
    font-size: 40px;
  }
  .dexiong .dexiong-title span {
    font-size: 22px;
  }
  .dexiong .dexiong-one {
    height: 850px;
  }
  .dexiong .dexiong-one .one-box h2 {
    font-size: 62px;
  }
  .dexiong .dexiong-one .one-box span {
    font-size: 42px;
    letter-spacing: 2px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box {
    margin-top: 65px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items:not(:last-child) {
    margin-bottom: 45px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items figure {
    min-width: 400px;
    max-width: 400px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right h3 {
    font-size: 30px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box .dexiong-three-items .dexiong-three-right p {
    font-size: 18px;
  }
  .dexiong .dexiong-box .dexiong-four {
    padding: 75px 0;
  }
  .dexiong .dexiong-box .dexiong-five {
    margin-bottom: 65px;
  }
  .dexiong .dexiong-box .dexiong-five h5 {
    font-size: 26px;
  }
  .dexiong .dexiong-box .dexiong-five span {
    font-size: 22px;
  }
  .dexiong .dexiong-box .dexiong-six {
    padding: 35px 0 90px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items {
    padding: 30px 40px;
    flex: 1;
    max-width: 480px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:last-child) {
    margin-bottom: 0;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items:not(:nth-child(2)) {
    margin-right: 15px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .dexiong .dexiong-box .dexiong-six .dexiong-six-box .dexiong-six-items ul li {
    font-size: 16px;
  }
}
@media (min-width: 1921px) {
  .dexiong .dexiong-box .dexiong-two .dexiong-two-box {
    max-width: 1440px;
  }
  .dexiong .dexiong-box .dexiong-three .dexiong-three-box {
    max-width: 1440px;
  }
  .dexiong .dexiong-box .dexiong-four .container {
    max-width: 1440px;
  }
  .dexiong .dexiong-box .dexiong-five {
    max-width: 1440px;
  }
}
.details-direct .newdetails-ones ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.details-direct .newdetails-ones ul li img {
  width: 50px;
}
.details-direct .newdetails-ones ul li span {
  color: #999999;
}
.details-direct .newdetails-ones .newones-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.details-direct .newdetails-ones .newones-cont .newones-left {
  margin-bottom: 20px;
}
.details-direct .newdetails-two .newtwos-box .newtwos-swiper .swiper-slide {
  width: 300px;
  height: 250px;
  position: relative;
}
.details-direct .newdetails-two .newtwos-box .newtwos-swiper .swiper-slide .slide-float {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.details-direct .newdetails-two .newtwos-box .newtwos-swiper .swiper-slide .slide-float h5 {
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}
.details-direct .newdetails-two p {
  margin: 20px;
  font-size: 16px;
  font-weight: 600;
}
.details-direct .newdetails-two p span {
  font-size: 20px;
  color: #3675dd;
}
.details-direct .newdetails-three {
  padding: 35px 0;
}
.details-direct .newdetails-three .newthrees-right {
  padding: 15px;
}
.details-direct .newdetails-three .newthrees-right li {
  display: flex;
  align-items: center;
}
.details-direct .newdetails-three .newthrees-right li:not(:last-child) {
  margin-bottom: 15px;
}
.details-direct .newdetails-three .newthrees-right li span:first-child {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #296EDC;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
.details-direct .newdetails-six {
  background-color: #000;
}
.details-direct .newdetails-six .newsixs-left video {
  width: 100%;
}
@media (min-width: 768px) {
  .details-direct .newdetails-ones ul li {
    margin-bottom: 40px;
  }
  .details-direct .newdetails-ones ul li img {
    width: 60px;
  }
  .details-direct .newdetails-ones ul li span {
    font-size: 16px;
  }
  .details-direct .newdetails-ones .newones-cont {
    padding: 0 35px;
  }
  .details-direct .newdetails-ones .newones-cont .newones-left {
    margin-bottom: 40px;
  }
  .details-direct .newdetails-two .newtwos-box .newtwos-swiper .swiper-slide {
    width: 400px;
    height: 300px;
  }
  .details-direct .newdetails-two .newtwos-box .newtwos-swiper .swiper-slide .slide-float h5 {
    font-size: 26px;
    padding: 20px;
  }
  .details-direct .newdetails-two p {
    margin: 30px;
    font-size: 18px;
  }
  .details-direct .newdetails-two p span {
    font-size: 22px;
  }
  .details-direct .newdetails-three {
    padding: 35px 0;
    display: flex;
  }
  .details-direct .newdetails-three .newthrees-left {
    flex: 1.3;
  }
  .details-direct .newdetails-three .newthrees-right {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 0.7;
  }
  .details-direct .newdetails-three .newthrees-right li {
    font-size: 16px;
  }
  .details-direct .newdetails-three .newthrees-right li:not(:last-child) {
    margin-bottom: 0;
  }
  .details-direct .newdetails-three .newthrees-right li span:first-child {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .details-direct .newdetails-six {
    background-color: #000;
    display: flex;
    padding: 20px;
    align-items: center;
  }
  .details-direct .newdetails-six .newsixs-left {
    flex: 1;
  }
  .details-direct .newdetails-six .newsixs-left video {
    width: 100%;
  }
  .details-direct .newdetails-six .newsixs-right {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .details-direct .newdetails-ones ul li {
    margin-bottom: 60px;
  }
  .details-direct .newdetails-ones .newones-cont {
    flex-direction: row;
    padding: 0 55px;
  }
  .details-direct .newdetails-ones .newones-cont .newones-left {
    margin-bottom: 0;
  }
  .details-direct .newdetails-three {
    padding: 35px 0;
    display: flex;
  }
  .details-direct .newdetails-three .newthrees-left {
    flex: 1.3;
  }
  .details-direct .newdetails-three .newthrees-right {
    padding-left: 50px;
    flex: 0.7;
  }
  .details-direct .newdetails-three .newthrees-right li {
    font-size: 18px;
  }
  .details-direct .newdetails-three .newthrees-right li span:first-child {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .details-direct .newdetails-ones .newones-cont {
    padding: 0 85px;
  }
  .details-direct .newdetails-three {
    padding: 55px 0;
    display: flex;
  }
  .details-direct .newdetails-three .newthrees-left {
    flex: 1.8;
  }
  .details-direct .newdetails-three .newthrees-right {
    padding-left: 50px;
    flex: 0.8;
  }
  .details-direct .newdetails-three .newthrees-right li {
    font-size: 22px;
  }
  .details-direct .newdetails-three .newthrees-right li span:first-child {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .details-direct .newdetails-six {
    padding: 40px;
  }
  .details-direct .newdetails-two .details-title {
      padding: 10px 0 50px;
  }
}
@media (min-width: 1921px) {
  .details-direct .newdetails-two .newtwos-box {
    max-width: 1440px;
  }
}
.newsixs-float-box {
    position: relative;
    padding-top: 50px;
}

.newsixs-float-box .newsixs-float-img {
    position: absolute;
    top: 0;
    left: 20px;
    width: 310px;
}

.newsixs-left .newsixs-float-img  {
    top: 12px;
}

@media(min-width: 768px) {
  .newsixs-float-box {
        padding: 50px 0;
  }
  .newsixs-left .newsixs-float-img {
        top: 5px;
        left: 65px;
    }
  .newsixs-right .newsixs-float-img {
        left: 2px;
        top: -12px;
  }
}

@media(min-width: 992px) {
  .newsixs-left .newsixs-float-img {
        left: 95px;
    }
  .newsixs-right .newsixs-float-img {
        left: 2px;
        top: -12px;
  }
}

@media(min-width: 1200px) {
    .newsixs-float-box .newsixs-float-img {
        width: 360px;
    }
  .newsixs-left .newsixs-float-img {
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
  .newsixs-right .newsixs-float-img {
        left: 2px;
        top: -32px;
  }
}

.table-see {
    height: 28px;
    border: none;
    background-color: #138496;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #138496;
    transition: all .6s;
}

.table-see:hover {
    background-color: #fff;
    color: #138496;
}
.twentyone-ptb {
  padding: 35px 0;
}
.twentyone-protitle {
  text-align: center;
  margin-bottom: 30px;
}
.twentyone-protitle h2 {
  font-size: 24px;
  font-weight: 600;
}
.twentyone-protitle span {
  margin-bottom: 20px;
  display: block;
  position: relative;
  color: #3e3a39;
}
.twentyone-protitle span::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #007bff transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.twentyone-protitle p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .twentyone-ptb {
    padding: 55px 0;
  }
  .twentyone-protitle {
    margin-bottom: 35px;
  }
  .twentyone-protitle h2 {
    font-size: 28px;
  }
  .twentyone-protitle span {
    margin-bottom: 25px;
  }
  .twentyone-protitle p {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .twentyone-ptb {
    padding: 65px 0;
  }
  .twentyone-protitle h2 {
    font-size: 32px;
  }
  .twentyone-protitle p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .twentyone-ptb {
    padding: 80px 0;
  }
  .twentyone-protitle h2 {
    font-size: 36px;
  }
  .twentyone-protitle p {
    font-size: 26px;
  }
}
.twentyone-banner-float,
.twentyone-terrain-float {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}
.twentyone-banner-float .float-box,
.twentyone-terrain-float .float-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.twentyone-banner-float .float-box img,
.twentyone-terrain-float .float-box img {
  position: absolute;
  top: -30px;
  right: 5px;
  max-width: 30px;
  cursor: pointer;
}
.twentyone-banner-float .float-box video,
.twentyone-terrain-float .float-box video {
  width: 100%;
}
@media (min-width: 768px) {
  .twentyone-banner-float .float-box,
  .twentyone-terrain-float .float-box {
    max-width: 768px;
  }
}
.twentyone-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.twentyone-banner .container {
  flex: 1;
}
.twentyone-banner .twentyone-banner-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 100px;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left {
  margin-bottom: 35px;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title {
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 2px;
  background-color: #fff;
  width: 150px;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title span {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video {
  width: 105px;
  height: 30px;
  border-radius: 20px;
  background-color: #fff;
  border: none;
  position: relative;
  padding-right: 15px;
  transition: all 0.6s;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.6s;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video:hover {
  background-color: #007bff;
  color: #fff;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video:hover::after {
  border-color: transparent transparent transparent #fff;
}
.twentyone-banner .twentyone-banner-title-box .twentyone-banner-right {
  max-width: 525px;
  margin: 0 auto;
}
.twentyone-banner .twentyone-banner-bot {
  margin-top: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 25px 15px;
}
.twentyone-banner .twentyone-banner-bot h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .twentyone-banner {
    height: 600px;
  }
  .twentyone-banner .twentyone-banner-title-box {
    padding-top: 100px;
    flex-direction: row;
    align-items: center;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left {
    margin-bottom: 0;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title {
    margin-bottom: 40px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title::after {
    bottom: -20px;
    left: 0;
    width: 150px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title span {
    padding: 5px 10px;
    border-radius: 10px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video {
    width: 105px;
    height: 30px;
    padding-right: 15px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video::after {
    border-width: 5px 0 5px 10px;
    right: 10px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-right {
    max-width: 375px;
    padding: 0 15px;
  }
  .twentyone-banner .twentyone-banner-bot {
    margin-top: 20px;
    padding: 25px 15px;
  }
  .twentyone-banner .twentyone-banner-bot h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .twentyone-banner .twentyone-banner-bot p {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .twentyone-banner {
    height: 750px;
  }
  .twentyone-banner .twentyone-banner-title-box {
    padding-top: 60px;
    flex-direction: row;
    align-items: center;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left {
    margin-bottom: 0;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title {
    margin-bottom: 50px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title::after {
    bottom: -30px;
    left: 0;
    width: 150px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title span {
    font-size: 16px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video {
    width: 125px;
    height: 35px;
    font-size: 16px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-right {
    max-width: 525px;
    padding: 0 15px;
  }
  .twentyone-banner .twentyone-banner-bot {
    margin-top: 50px;
    padding: 25px 15px;
  }
  .twentyone-banner .twentyone-banner-bot h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .twentyone-banner .twentyone-banner-bot p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .twentyone-banner {
    height: 950px;
  }
  .twentyone-banner .twentyone-banner-title-box {
    justify-content: space-between;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title {
    margin-bottom: 50px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title::after {
    bottom: -30px;
    left: 0;
    width: 150px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title h2 {
    font-size: 38px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .twentyone-banner-title span {
    font-size: 18px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-left .see-video {
    width: 155px;
    height: 40px;
    font-size: 18px;
  }
  .twentyone-banner .twentyone-banner-title-box .twentyone-banner-right {
    margin: inherit;
  }
  .twentyone-banner .twentyone-banner-bot {
    padding: 35px 15px;
  }
  .twentyone-banner .twentyone-banner-bot h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .twentyone-banner .twentyone-banner-bot p {
    font-size: 18px;
  }
}
.twentyone-yy .twentyone-yy-img {
  max-width: 475px;
  margin: 0 auto;
}
.twentyone-yy .twentyone-yy-ulst {
  margin-top: 30px;
}
.twentyone-yy .twentyone-yy-ulst li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.twentyone-yy .twentyone-yy-ulst li:not(:nth-of-type(n + 3)) {
  margin-bottom: 25px;
}
.twentyone-yy .twentyone-yy-ulst li img {
  max-width: 82px;
  margin-bottom: 10px;
}
.twentyone-cgq {
  background-color: #eeeeee;
}
.twentyone-cgq .twentyone-yy-img {
  max-width: 605px;
}
.twentyone-dn .twentyone-yy-img {
  max-width: 605px;
  margin: 15px auto;
}
.twentyone-dn .dn-txt {
  color: #3e3a39;
  text-align: center;
}
@media (min-width: 768px) {
  .twentyone-yy .twentyone-yy-ulst li {
    margin-bottom: 0;
  }
  .twentyone-yy .twentyone-yy-ulst li:not(:nth-of-type(n + 3)) {
    margin-bottom: 0;
  }
  .twentyone-dn .dn-txt {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .twentyone-yy .twentyone-yy-ulst li span {
    font-size: 16px;
  }
  .twentyone-dn .twentyone-yy-img {
    margin: 25px auto;
  }
  .twentyone-dn .dn-txt {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .twentyone-yy .twentyone-yy-ulst li span {
    font-size: 20px;
  }
}
.twentyone-terrain {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
.twentyone-terrain .terrain-box {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 60px;
}
.twentyone-terrain .terrain-box .terrain-title {
  margin-bottom: 40px;
  position: relative;
}
.twentyone-terrain .terrain-box .terrain-title::after {
  content: '';
  position: absolute;
  width: 105px;
  height: 2px;
  background-color: #fff;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.twentyone-terrain .terrain-box .terrain-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.twentyone-terrain .terrain-box .terrain-title span {
  padding: 5px 10px;
  border: 1px solid #fff;
  width: fit-content;
  border-radius: 20px;
}
.terrain-btn {
  width: 125px;
  height: 30px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  transition: all 0.6s;
  position: relative;
  padding-right: 15px;
  color: #6F83A2;
}
.terrain-btn::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #6F83A2;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.6s;
}
.terrain-btn:hover {
  background-color: #007bff;
  color: #fff;
}
.terrain-btn:hover::after {
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 768px) {
  .twentyone-terrain {
    height: 500px;
    margin-top: 50px;
  }
  .twentyone-terrain .terrain-box {
      bottom: 100px;
    }
  .twentyone-terrain .terrain-box .terrain-title {
    margin-bottom: 50px;
  }
  .twentyone-terrain .terrain-box .terrain-title::after {
    width: 135px;
  }
  .twentyone-terrain .terrain-box .terrain-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .twentyone-terrain .terrain-box .terrain-title span {
    font-size: 16px;
  }
  .twentyone-terrain .terrain-box .terrain-btn {
    width: 145px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .twentyone-terrain .terrain-box {
      bottom: 135px;
    }
  .twentyone-terrain .terrain-box .terrain-title::after {
    width: 155px;
  }
  .twentyone-terrain .terrain-box .terrain-title h2 {
    font-size: 46px;
  }
  .twentyone-terrain .terrain-box .terrain-title span {
    font-size: 20px;
  }
  .twentyone-terrain .terrain-box .terrain-btn {
    width: 155px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .twentyone-terrain .terrain-box .terrain-title {
    margin-bottom: 60px;
  }
  .twentyone-terrain .terrain-box .terrain-title::after {
    bottom: -30px;
  }
  .twentyone-terrain .terrain-box .terrain-title h2 {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .twentyone-terrain .terrain-box .terrain-title span {
    font-size: 20px;
  }
  .twentyone-terrain {
      height: 600px;
  }
}
.twentyone-height .twentyone-protitle .twentyone-prodire {
  font-weight: 400;
}
.twentyone-height .twentyone-height-video {
  position: relative;
}
.twentyone-height .twentyone-height-video .twentyone-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9;
}
.twentyone-height .twentyone-height-video video {
  width: 100%;
}

.twentyone-direct-box {
    background-color: #000;
}
.twentyone-direct-box h2,
.twentyone-direct-box span{
    color: #fff;
}
.twentyone-direct-box .twentyone-protitle span::after {
    border-color: #fff transparent transparent transparent;
}
.twentyone-direct .newdetails-six{
    padding: 0;
}

.twentyone-direct .newsixs-float-box {
    padding: 0;
}

.twentyone-direct-box .newsixs-right img {
    padding: 10px 70px;
}
.contacts-lightbox .diloag-items img{
    width: 120px;
}
@media(min-width:768px) {
    .twentyone-direct  .newdetails-six .newsixs-left {
        flex: 1.5;
    }
    .twentyone-direct-box .newsixs-right img {
        padding: 0;
        padding-right: 60px;
    }
    .contacts-lightbox .diloag-items img{
        width: 150px;
    }
}

@media(min-width:1200px) {
     .contacts-lightbox .diloag-items img{
        width: 200px;
    }
}

.contacts-lightbox {
    margin: 30px 0;
}

.contacts-lightbox .diloag-items {
    margin-bottom: 20px;
}
.form-upload {
    position: relative;
    width: fit-content;
    cursor: pointer;
    margin-left: 10px;
    overflow: hidden;
}

.form-upload .inputfile {
    position: absolute;
    width: 100%;
    height: 150%;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    cursor: pointer;
}

.form-upload .uploadbox {
    display: flex;
    align-items: center;
    border: 2px solid #2e66a2;
    padding: 2px 10px;
    border-radius: 5px;
}

.upload-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-upload .uploadbox img{
    width: 35px;
    margin-right: 5px;
}

.upload-show {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: none;
}

.upload-show h5{
    font-size: 14px;
}

.upload-show-inp {
    display: none;
}

@media(min-width:992px) {
    .form-upload {
        margin-left: 20px;
    }
}

.eaxtop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  top: 58px;
  padding: 10px 0;
  z-index: 99;
}

.eaxtop .eaxtop-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eaxtop .eaxtop-box .eaxtop-items span {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 768px) {
  .eaxtop {
    top: 62px;
    padding: 15px 0;
  }
  .eaxtop .eaxtop-box .eaxtop-items span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .eaxtop {
    top: 68px;
    padding: 20px 0;
  }
}

@media (min-width: 1440px) {
  .eaxtop {
    top: 88px;
  }
}

.eaxone {
  height: 450px;
}

.eaxone .eaxone-cont {
  padding-top: 105px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100vw;
  height: 450px;
  background-color: #333;
}

.eaxone .eaxone-cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.eaxone .eaxone-cont > video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.eaxone .container {
  height: 100%;
}

.eaxone .eaxone-title {
  position: relative;
  z-index: 99;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eaxone .eaxone-title h2 {
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
}

.eaxone .eaxone-title span {
  font-size: 18px;
  margin: 10px 0 20px;
}

.eaxone .eaxone-title button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.eaxone .eaxone-title button:focus {
  outline: none;
}

.eaxone .eaxone-title button i {
  display: block;
  width: 6px;
  height: 8px;
  background: url(../images/playicon.png) no-repeat center center/cover;
  margin-left: 10px;
}

.eaxone .eaxone-outbtn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  opacity: 0;
}

.eaxone .eaxone-outbtn i {
  display: block;
  width: 6px;
  height: 8px;
  background: url(../images/playicon.png) no-repeat center center/cover;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .eaxone {
    height: 500px;
  }
  .eaxone .eaxone-cont {
    padding-top: 124px;
    height: 500px;
  }
  .eaxone .eaxone-cont > video {
    width: auto;
    height: auto;
  }
  .eaxone .eaxone-title h2 {
    font-size: 32px;
  }
  .eaxone .eaxone-title span {
    font-size: 20px;
    margin: 15px 0 25px;
  }
  .eaxone .eaxone-title button {
    padding: 12px 20px;
    border-radius: 25px;
  }
  .eaxone .eaxone-title button i {
    margin-left: 12px;
  }
  .eaxone .eaxone-outbtn {
    padding: 12px 20px;
    border-radius: 25px;
  }
  .eaxone .eaxone-outbtn i {
    margin-left: 12px;
  }
}

@media (min-width: 992px) {
  .eaxone {
    height: 600px;
  }
  .eaxone .eaxone-cont {
    padding-top: 140px;
    height: 600px;
  }
  .eaxone .eaxone-title h2 {
    font-size: 42px;
  }
  .eaxone .eaxone-title span {
    font-size: 26px;
    margin: 20px 0 40px;
  }
  .eaxone .eaxone-title button {
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 16px;
  }
  .eaxone .eaxone-title button i {
    margin-left: 15px;
  }
  .eaxone .eaxone-outbtn {
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 16px;
  }
  .eaxone .eaxone-outbtn i {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .eaxone {
    height: 100vh;
  }
  .eaxone .eaxone-cont {
    padding-top: 140px;
    height: 100vh;
  }
  .eaxone .eaxone-title h2 {
    font-size: 60px;
  }
  .eaxone .eaxone-title span {
    font-size: 32px;
    margin: 20px 0 50px;
  }
}


.eaxtwo {
  background:#000 url(../images/eaxtwo-bg.jpg) no-repeat center center /cover ;
  /*background-color: #000;*/
  position: relative;
  height: 400px;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  align-items: flex-end;
}

.eaxtwo video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eaxtwo .eaxtwo-ulst {
  position: relative;
  z-index: 9;
}

.eaxtwo .eaxtwo-ulst li {
  display: inline;
  color: #fff;
  font-size: 20px;
  opacity: 0.4;
  font-weight: 600;
  transition: all 0.3s;
  line-height: 1.6;
}

.eaxtwo .eaxtwo-ulst .eaxtwo-show {
  opacity: 1;
}

@media (min-width: 768px) {
  .eaxtwo {
    height: 500px;
    padding: 30px 0;
    background:none;
  background-color: #000;
  }
  .eaxtwo .eaxtwo-ulst li {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .eaxtwo {
    height: 600px;
    padding: 30px 0 40px;
  }
  .eaxtwo .eaxtwo-ulst li {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .eaxtwo {
    height: 100vh;
    padding: 30px 0 50px;
  }
  .eaxtwo .eaxtwo-ulst li {
    font-size: 52px;
  }
}

@media (min-width: 1440px) {
  .eaxtwo {
    padding: 30px 0 50px;
  }
  .eaxtwo .eaxtwo-ulst li {
    font-size: 58px;
  }
}

.eaxthree {
  background-color: #000;
  height: 450vh;
}

.eaxthree .eaxthree-box {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.eaxthree .eaxthree-imgs {
  height: 100vh;
  transform: scale(2);
  transition: all 0.6s;
}

.eaxthree .eaxthree-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}

.eaxthree .eaxthree-name h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .eaxthree .eaxthree-name h2 {
    font-size: 32px;
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .eaxthree .eaxthree-name h2 {
    font-size: 42px;
    line-height: 1.7;
  }
}

@media (min-width: 1200px) {
  .eaxthree {
    height: 300vh;
  }
  .eaxthree .eaxthree-name h2 {
    font-size: 52px;
  }
}

.eaxfour {
  background-color: #000;
  padding: 35px 0;
}

.eaxfour .eaxfour-box video {
  width: 100%;
  height: auto;
}

.eaxfour .eaxfour-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}

.eaxfour .eaxfour-box ul li {
  width: calc(100% / 3);
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eaxfour .eaxfour-box ul li:not(:nth-last-child(-n + 2)) {
  margin-bottom: 20px;
}

.eaxfour .eaxfour-box ul li img {
  width: 90px;
  margin-bottom: 15px;
}

.eaxfour .eaxfour-box ul li span {
  color: #fff;
  display: block;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 768px) {
  .eaxfour {
    padding: 45px 0;
  }
  .eaxfour .eaxfour-box ul {
    margin: 40px -10px 0;
  }
  .eaxfour .eaxfour-box ul li {
    width: calc(100% / 5);
  }
  .eaxfour .eaxfour-box ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .eaxfour .eaxfour-box ul li img {
    width: 95px;
  }
}

@media (min-width: 992px) {
  .eaxfour {
    padding: 65px 0;
  }
  .eaxfour .eaxfour-box ul {
    margin: 50px -10px 0;
  }
  .eaxfour .eaxfour-box ul li img {
    width: 120px;
  }
  .eaxfour .eaxfour-box ul li span {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .eaxfour {
    padding: 75px 0;
  }
  .eaxfour .eaxfour-box ul {
    margin: 65px -10px 0;
  }
}

.eaxfive {
  background-color: #000;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.eaxfive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.eaxfive video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.eaxfive .eaxfive-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  transition: all .6s;
}

.eaxfive .eaxfive-box h2 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .eaxfive {
    height: 200vh;
    overflow: inherit;
  }
  .eaxfive .eaxfive-cont {
    position: sticky;
    top: 0;
    overflow: hidden;
    height: 100vh;
  }
  .eaxfive video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: auto;
    height: auto;
  }
  .eaxfive .eaxfive-box {
    opacity: 0;
  }
  .eaxfive .eaxfive-box h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .eaxfive .eaxfive-box span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .eaxfive .eaxfive-box h2 {
    font-size: 52px;
    margin-bottom: 35px;
  }
  .eaxfive .eaxfive-box span {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .eaxfive {
    height: 250vh;
  }
  .eaxfive .eaxfive-box h2 {
    font-size: 62px;
    margin-bottom: 40px;
  }
  .eaxfive .eaxfive-box span {
    font-size: 20px;
  }
}


@media (min-width: 2000px) {
  .eaxfive video {
    width: 100vw;
    height: auto;
  }
}



.eaxsix {
  background-color: #000;
  overflow: hidden;
  padding: 35px 0;
}

.eaxsix .eaxsix-box .eaxsix-title {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.eaxsix .eaxsix-box .eaxsix-title h2 {
  margin-bottom: 10px;
}

.eaxsix .eaxsix-box video {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .eaxsix {
    padding: 45px 0;
  }
  .eaxsix .eaxsix-box .eaxsix-title {
    margin-bottom: 30px;
  }
  .eaxsix .eaxsix-box .eaxsix-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .eaxsix .eaxsix-box .eaxsix-title span {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .eaxsix {
    padding: 65px 0;
  }
  .eaxsix .eaxsix-box .eaxsix-title {
    margin-bottom: 60px;
  }
  .eaxsix .eaxsix-box .eaxsix-title h2 {
    font-size: 42px;
  }
  .eaxsix .eaxsix-box .eaxsix-title span {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .eaxsix {
    padding: 75px 0;
  }
  .eaxsix .eaxsix-box .eaxsix-title {
    margin-bottom: 70px;
  }
  .eaxsix .eaxsix-box .eaxsix-title h2 {
    font-size: 52px;
  }
  .eaxsix .eaxsix-box .eaxsix-title span {
    font-size: 20px;
  }
}

.eaxseve {
  background-color: #000;
  padding: 35px 0;
}

.eaxseve h2 {
  color: #fff;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.eaxseve .eaxseve-box .table-dark {
  background-color: #000;
}

.eaxseve .eaxseve-box .table-dark td {
  white-space: nowrap;
  text-align: center;
  border: 0;
}

@media (min-width: 768px) {
  .eaxseve {
    padding: 45px 0;
  }
  .eaxseve h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .eaxseve {
    padding: 65px 0;
  }
}

@media (min-width: 1200px) {
  .eaxseve {
    padding: 75px 0;
  }
  .eaxseve h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
  .eaxseve .eaxseve-box .table-dark td {
    font-size: 22px;
    font-weight: 300;
  }
}