@charset "utf-8";
:root{
  --hover-color: #d32430;
}

.white{
  color: white!important;
}

/*弹出导航css开始*/
.sp_nav_body {
  overflow: hidden;
}

.sp_nav {
  width: 18px;
  float: right;
  position: relative;
  cursor: pointer;
  z-index: 10;
  height: 14px;
}

.sp_nav span {
  display: block;
  background: white;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.sp_nav .sp_nav1 {
  top: 0;
}

.sp_nav .sp_nav2 {
  top: 6px;
  width: 14px;
}

.sp_nav .sp_nav3 {
  top: 12px;
}

.sp_nav_se.sp_nav {
  position: absolute;
  top: 90px;
  right: 110px;
  cursor: pointer;
  z-index: 10;
  height: 14px;
}

.sp_nav_se .sp_nav1, .sp_nav_se .sp_nav2, .sp_nav_se .sp_nav3 {
  background-color: #222222;
}

.sp_nav_se .sp_nav1 {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_nav_se .sp_nav2 {
  width: 0 !important;
}

.sp_nav_se .sp_nav3 {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp_nav_se .logo {
  display: none;
}

.sp_nav_se .nav {
  display: none;
}

.sp_nav:hover .sp_nav2 {
  width: 18px;
}

.sp_nav-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: none;
}

.sp_nav-box .container {
  display: table;
  height: 100%;
}

.sp_nav-box .inner {
  display: table-cell;
  vertical-align: middle;
}

.sp_nav-box ul {
  overflow: hidden;
  margin: 100px 0;
}

.sp_nav-box li {
  float: left;
  width: 20%;
  font-size: 0;
  text-align: center;
}

.sp_nav-box li a {
  display: inline-block;
  padding: 12px 0;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
}

.sp_nav-box li a:after {
  position: absolute;
  content: '';
  height: 3px;
  background-color: var(--hover-color);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
}

.sp_nav-box li a:hover:after {
  width: 100%;
}
.sp_nav-box li a:hover {
  color: black;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img-cover {
  overflow: hidden;
  position: relative;
}

.img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.in-ready {
  text-align: center;
}

.in-ready h4 {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
}

.in-ready .btn {
  margin: 15px auto;
  background: url(djwz.jpg) center repeat-x;
  width: 900px;
}

.in-ready .btn a {
  display: inline-block;
  vertical-align: middle;
  border-left: 25px solid #fff;
  border-right: 25px solid #fff;
  line-height: 55px;
  background-color: #e7546b;
  color: #fff;
  width: 350px;
  font-size: 22px;
}

.in-ready p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 5px;
  text-indent: 5px;
}

.sp_nav-box .close-btn {
  width: 68px;
  height: 68px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 24px 0 rgba(214, 211, 211, 0.35);
  position: absolute;
  top: 90px;
  right: 110px;
  cursor: pointer;
}

.sp_nav-box .close-btn img {
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.36s;
  z-index: 2;
}

.sp_nav-box .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--coral-bg);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.26s;
  border-radius: 50%;
}
.sp_nav-box .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.sp_nav-box .close-btn:hover .show {
  opacity: 0;
}
.sp_nav-box .close-btn:hover .hide {
  opacity: 1;
}
.sp_nav-box .close-btn .show {
  opacity: 1;
}

.sp_nav-box .close-btn .hide {
  opacity: 0;
}
/*弹出导航css结束*/
/*.about-p2 {
  height: 480px;
  position: relative
}

.about-p2 .video-element {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.about-p2 .video-element video {
  width: 100%
}

.about-p2 .inner {
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.about-p2 .button {
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0
}

.about-p2 .button > i:nth-child(2) {
  position: relative
}

.about-p2 .button > i:nth-child(2):after {
  content: "";
  display: block;
  background-color: #e7546b;
  width: 100%;
  height: 110%;
  transform: skewX(-30deg);
  display: block;
  position: relative
}

.about-p2 .button > i:nth-child(2):before {
  position: absolute;
  right: -40%;
  top: -8%;
  content: "";
  display: block;
  width: 140px;
  height: 190px;
  background-color: #0097ff;
  transform: skewX(-30deg)
}

.about-p2 .button > i:nth-child(1) {
  transform: skew(-30deg);
  position: absolute;
  left: -80%;
  top: 0;
  height: 100%;
  width: 300px
}

.about-p2 .button > i:nth-child(1):before, .about-p2 .button > i:nth-child(1):after {
  position: absolute;
  background-color: rgba(255, 255, 255, .46);
  content: "";
  display: block;
  width: 150px;
  height: 50%
}

.about-p2 .button > i:nth-child(1):after {
  left: 0;
  top: 50%
}

.about-p2 .button > i:nth-child(1):before {
  top: 10%;
  left: 50%;
  height: 40%
}

.about-p2 .button__play {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 67px;
  line-height: 67px;
  cursor: pointer
}

.about-p2 .button__play:hover span {
  transform: translateX(20px)
}

.about-p2 .button__play:hover i {
  transform: scale(1.3)
}

.about-p2 .button__play span {
  display: inline-block;
  transition: all 300ms ease
}

.about-p2 .button__play i {
  display: inline-block;
  width: 67px;
  height: 67px;
  border: 1px solid #fff;
  border-radius: 67px;
  font-size: 0;
  vertical-align: top;
  margin-left: 5px;
  transition: all 300ms ease
}

.about-p2 .button__play i img {
  width: 25px;
  vertical-align: middle;
  transform: translateX(2px)
}*/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

@media only screen and (max-width: 499px) {
  .mobile-menu {
    width: 100%;
  }
}

.mobile-menu .navbar-collapse{
  display:block !important;
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px;
  text-align:center;
  /*padding-bottom: 100px;*/
}
.mobile-menu .nav-logo img{
  display: inline-block;
  max-width: 200px;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
  display: block;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #061a3a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  text-align: center;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover{

}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{

}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.menu-area {
  position: relative;
}
.mobile-nav {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
}
@media only screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }
  .main-menu, .sticky-header, .main-header.style-one .outer-container:before {
    display: none !important;
  }
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1200px) {

}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .header-lower {
  position: absolute;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.main-header .nav-right a{
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  color: inherit;
  transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
}


.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 70px;
  justify-content: space-between;
}
.main-header .outer-box .logo-box {
  position: relative;
  padding: 20px 0px;
}
.main-header .outer-box .logo-box img {
  display: inline-block;
  max-width: 100px;
  /*height: 50px;*/
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
/*.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 40px;
  font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,Helvetica,sans-serif;
  font-weight: 500;
  opacity: 1;
  color: white;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}*/

/*.main-header .header-lower:hover{
  background-color: #fff;
}

.main-header .header-lower:hover .main-menu .navigation > li > a{
  color: black;
}

.main-header .header-lower:hover .search-box-btn{
  color: black;
}
.main-header .header-lower:hover .sp_nav span{
  background: black;
}*/

/*.main-menu .navigation > li > a:after{
  content: '';
  display: block;
  height: 4px;
  background: var(--hover-color);
  position: absolute;
  bottom: 40px;
  width: 0;
  transition: all 0.5s ;
  -webkit-transition: all 0.5s ;
  -o-transition: all 0.5s ;
  -moz-transition: all 0.5s ;
}*/

/*.main-menu .navigation > li > a:hover{
  color: var(--hover-color);
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li:hover > a:after {
  !*height: 4px;*!
  !*width: 100% !important;*!
  width: 20px;
}*/

/*.main-header .header-lower:hover .menu-area .mobile-nav-toggler .icon-bar{*/
/*  background-color: black;*/
/*}*/

/*.main-header .search-box-btn{
  position: relative;
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover{
  color: var(--hover-color);
}

.swiper-arrows.owl-nav button {
  !*transform: translateY(-50%);*!
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  font-size: 24px;
  color: #172746;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
  top: 60%;
}
.swiper-arrows.owl-nav button:hover {
  background-color: var(--hover-color);
}
.swiper-arrows.owl-nav button.owl-next {
  right: 50px;
}
.swiper-arrows.owl-nav button.owl-prev {
  left: 50px;
}*/

.main-footer .footer-bottom {
  position: relative;
  width: 100%;
  background-color: #001442;
  padding: 20px 0px;
}
.main-footer .footer-bottom .auto-container {
  position: static;
  /* max-width: 1200px; */
  padding: 0px 70px;
  margin: 0 auto;
}
.main-footer .footer-bottom .copyright p{
  font-size: 8px;
  line-height: 24px;
  color: #fff;
}

.main-footer .footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-footer .footer-bottom .bottom-inner .footer-nav{
    margin-left: auto;
    order: 2;
    display: flex;
}
@media (max-width: 767px) {
    .main-footer .footer-bottom .bottom-inner .footer-nav{
        margin-left: 0;
    }
}

.mobile-menu .menu-outer .collapse a:hover,
.header .nav a:hover{
  text-decoration: none;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  border-radius: 50%;
  right: 30px;
  font-size: 40px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: none;
}
.scroll-top span {
  color: #fff;
}
.scroll-top.open {
  bottom: 50px;
}


.btn-blog{
  position: relative;
  border: 2px solid #2a2f52;
  padding: 10px 20px 10px;
  color: #2a2f52;
  font-size: 15px;
  letter-spacing: 1px;
  z-index: 1;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  display: inline-block;
}

.down{
  opacity: 0;
}
