/* 1.页面头部 */
header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 768px) {
  header {
    display: none;
  }
}
.header-white {
  height: 71px;
  background-color: #ffffff !important;
  box-shadow: 2px 2px 8px #ccc;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media only all and (max-width: 1600px) {
  .header-white {
    height: 71px;
  }
}
.header-white .logo {
  width: 150px;
  top: 8px;
}
@media only all and (max-width: 1600px) {
  .header-white .logo {
    top: 16px;
    width: 120px;
  }
}
.header-white .deputy-nav {
  top: 0;
}
.header-white .deputy-nav .nav .nav-item {
  color: #333;
}
.header-white .deputy-nav .nav .nav-item::before {
  background-color: #01518c;
}
.header-white .deputy-nav .search-parent .search {
  border-color: #d7dcde;
}
.header-white .deputy-nav .search-parent .search-con {
  display: none;
}
.header-white .deputy-nav .search-parent .search-con .input input {
  box-shadow: 1px 0 3px #00a0e9, 1px 0 3px #00a0e9;
}
.header-white .deputy-nav .tongteng-link .text {
  color: #333333;
}
.header-white1 {
  background-color: transparent;
  box-shadow: none;
}
.header-white1 .logo {
  top: 50px;
  width: 177px;
}
@media only all and (max-width: 1600px) {
  .header-white1 .logo {
    left: 20px;
    width: 120px;
    top: 16px;
  }
}
.header-white1 .deputy-nav {
  top: 35px;
}
@media only all and (max-width: 1600px) {
  .header-white1 .deputy-nav {
    top: 0;
  }
}
header .logo {
  width: 177px;
  display: inline-block;
  position: fixed;
  top: 50px;
  left: 40px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  header .logo {
    left: 20px;
    width: 120px;
    top: 16px;
  }
}
header .logo img {
  width: 100%;
}
header .logo img.logo2 {
  display: none;
}
header .logo.active img.logo1 {
  display: none;
}
header .logo.active img.logo2 {
  display: block;
}
header .logo h1 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-indent: -9999em;
  font-size: 12px;
  z-index: -1;
  opacity: 0;
}
header .deputy-nav {
  position: fixed;
  z-index: 10;
  right: 80px;
  top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 77px;
}
@media only all and (max-width: 1600px) {
  header .deputy-nav {
    top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only all and (max-width: 1280px) {
  header .deputy-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .deputy-nav .nav .nav-item {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 20px 17px;
  margin-right: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
@media only all and (max-width: 1600px) {
  header .deputy-nav .nav .nav-item {
    margin-right: 20px;
  }
}
@media only all and (max-width: 1440px) {
  header .deputy-nav .nav .nav-item {
    font-size: 14px;
  }
}
@media only all and (max-width: 1280px) {
  header .deputy-nav .nav .nav-item {
    font-size: 12px;
    padding: 20px;
    margin-right: 5px;
  }
}
header .deputy-nav .nav .nav-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
header .deputy-nav .nav .nav-item:hover::before,
header .deputy-nav .nav .nav-item.active::before {
  opacity: 1;
}
header .deputy-nav .search-parent {
  position: relative;
}
header .deputy-nav .search-parent .search {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #0b2259;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1280px) {
  header .deputy-nav .search-parent .search {
    width: 30px;
    height: 30px;
  }
}
header .deputy-nav .search-parent .search .iconfont {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 12px;
  display: inline-block;
}
@media only all and (max-width: 1280px) {
  header .deputy-nav .search-parent .search .iconfont {
    font-size: 14px;
    margin-top: 8px;
  }
}
header .deputy-nav .search-parent .search:hover {
  border-color: #00a0e9;
}
header .deputy-nav .search-parent .search:hover .iconfont {
  color: #00a0e9;
}
header .deputy-nav .search-parent .search-con {
  position: absolute;
  right: 0;
  bottom: -59px;
  background-color: transparent;
  padding-top: 14px;
  z-index: 2;
  display: none;
}
@media only all and (max-width: 768px) {
  header .deputy-nav .search-parent .search-con {
    padding: 10px 10px;
    bottom: -76px;
  }
}
header .deputy-nav .search-parent .search-con .input {
  position: relative;
  width: 300px;
  height: 45px;
}
@media only all and (max-width: 768px) {
  header .deputy-nav .search-parent .search-con .input {
    width: 330px;
  }
}
header .deputy-nav .search-parent .search-con .input input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  box-shadow: 1px 1px 3px #ccc, 1px -1px 3px #ccc;
}
header .deputy-nav .search-parent .search-con .input .icon-sousuo {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  width: 52px;
  padding-left: 21px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
}
header .deputy-nav .search-parent .search-con .input .icon-sousuo:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #00a0e9;
}
header .deputy-nav .language {
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
}
@media only all and (max-width: 1280px) {
  header .deputy-nav .language {
    margin-left: 10px;
  }
}
@media only all and (max-width: 1024px) {
  header .deputy-nav .language {
    margin-left: 10px;
  }
}
header .deputy-nav .language .now {
  height: 48px;
  line-height: 48px;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0 8px;
}
header .deputy-nav .language .now span {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  margin-right: 10px;
}
@media only all and (max-width: 1440px) {
  header .deputy-nav .language .now span {
    font-size: 14px;
  }
}
header .deputy-nav .language .now .iconfont {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
@media only all and (max-width: 1440px) {
  header .deputy-nav .language .now .iconfont {
    font-size: 14px;
  }
}
header .deputy-nav .language .now:hover span {
  color: #029ee8;
}
header .deputy-nav .language .now:hover .iconfont {
  color: #029ee8;
}
header .deputy-nav .language .will {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
header .deputy-nav .language .will:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: transparent;
  top: -10px;
  left: 0;
}
header .deputy-nav .language:hover .will {
  overflow: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header .deputy-nav .tongteng-link {
  margin-left: 35px;
}
@media only all and (max-width: 1280px) {
  header .deputy-nav .tongteng-link {
    margin-left: 10px;
  }
}
header .deputy-nav .tongteng-link .img {
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
header .deputy-nav .tongteng-link .text {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media only all and (max-width: 1440px) {
  header .deputy-nav .tongteng-link .text {
    font-size: 14px;
  }
}
@media only all and (max-width: 1024px) {
  header .deputy-nav .tongteng-link .text {
    font-size: 12px;
  }
}
/* 1-1.页面头部【768】 */
.phoneHeader {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
  display: none;
}
@media only all and (max-width: 768px) {
  .phoneHeader {
    display: block;
  }
}
.phoneHeader .header-top {
  height: 60px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.phoneHeader .header-top .nav-toggle {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  padding: 30px;
  cursor: pointer;
}
.phoneHeader .header-top .nav-toggle span {
  left: 18px;
}
.phoneHeader .header-top .nav-toggle span,
.phoneHeader .header-top .nav-toggle span:before,
.phoneHeader .header-top .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #008cd6;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.phoneHeader .header-top .nav-toggle span:before {
  top: -8px;
}
.phoneHeader .header-top .nav-toggle span:after {
  bottom: -8px;
}
.phoneHeader .header-top .nav-toggle.active span {
  background: transparent;
}
.phoneHeader .header-top .nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.phoneHeader .header-top .nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.phoneHeader .header-top .phone-logo {
  width: 120px;
  position: absolute;
  left: 10px;
  top: 9px;
}
.phoneHeader .phone-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  display: none;
}
.phoneHeader .phone-nav .phone-nav-con {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 40px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  max-height: -webkit-calc(100vh - 100px);
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
}
.phoneHeader .phone-nav .phone-nav-con .phone-navs .item {
  border-bottom: 1px solid #e5e5e5;
}
.phoneHeader .phone-nav .phone-nav-con .phone-navs .item:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}
.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .stair .stair-item {
  line-height: 45px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  width: 70%;
  cursor: pointer;
}
.phoneHeader
  .phone-nav
  .phone-nav-con
  .phone-navs
  .item
  .stair
  .stair-item.active {
  color: #008cd6;
}
.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .stair .cut {
  line-height: 45px;
  font-size: 14px;
  color: #666;
  padding-right: 25px;
  padding-left: 25px;
}
.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second {
  padding-bottom: 10px;
  display: none;
}
.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second .second-item {
  display: block;
  padding-left: 20px;
  padding-right: 25px;
  line-height: 40px;
  font-size: 12px;
  color: #666;
}
.phoneHeader
  .phone-nav
  .phone-nav-con
  .phone-navs
  .item
  .second
  .second-item.active {
  color: #008cd6;
}
.phoneHeader .phone-nav .phone-nav-con .search-con {
  padding: 10px 10px;
  padding-top: 25px;
}
.phoneHeader .phone-nav .phone-nav-con .search-con .input {
  position: relative;
  width: 100%;
  height: 45px;
}
.phoneHeader .phone-nav .phone-nav-con .search-con .input input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
}
.phoneHeader .phone-nav .phone-nav-con .search-con .input .icon-sousuo {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  width: 66px;
  padding-left: 21px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
}
.phoneHeader .phone-nav .phone-nav-con .form input::-webkit-input-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  select::-webkit-input-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  textarea::-webkit-input-placeholder {
  color: #333;
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form input::-moz-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  select::-moz-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  textarea::-moz-placeholder {
  color: #333;
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form input:-moz-placeholder,
.phoneHeader .phone-nav .phone-nav-con .user-info .form select:-moz-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  textarea:-moz-placeholder {
  color: #333;
}
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  input:-ms-input-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  select:-ms-input-placeholder,
.phoneHeader
  .phone-nav
  .phone-nav-con
  .user-info
  .form
  textarea:-ms-input-placeholder {
  color: #333;
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form .item {
  position: relative;
  margin-bottom: 10px;
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form .item .import {
  position: absolute;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  top: 16px;
}
@media only all and (max-width: 1600px) {
  .phoneHeader .phone-nav .phone-nav-con .user-info .form .item .import {
    top: 13px;
  }
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form .item input {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  background-color: transparent;
  color: #333;
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form .item textarea {
  height: 110px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  background-color: transparent;
  color: #333;
  padding-top: 10px;
}
@media only all and (max-width: 1600px) {
  .phoneHeader .phone-nav .phone-nav-con .user-info .form .item textarea {
    height: 100px;
  }
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form .item .error {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #029ee8;
  display: inline-block;
}
.phoneHeader .phone-nav .phone-nav-con .user-info .form .submit {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background-color: #029ee8;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
@media only all and (max-width: 1600px) {
  .phoneHeader .phone-nav .phone-nav-con .user-info .form .submit {
    margin-top: 0px;
  }
}
.phoneHeader .phone-nav .phone-nav-con .phone-search-parent {
  padding-left: 20px;
  padding-right: 25px;
}
.phoneHeader .phone-nav .phone-nav-con .phone-search {
  position: relative;
  width: 100%;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.phoneHeader .phone-nav .phone-nav-con .phone-search input {
  width: 85%;
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
.phoneHeader .phone-nav .phone-nav-con .phone-search .btns {
  position: absolute;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 15%;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  background-color: #ebebeb;
}
.phoneHeader .phone-nav .shadow {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 2.右侧侧栏 */
.right-fixed {
  position: fixed;
  z-index: 11;
  right: 0;
  top: 0;
  width: 60px;
  height: 100vh;
  background-color: #01518c;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
}
@media only all and (max-width: 768px) {
  .right-fixed {
    display: none;
  }
}
.right-fixed.active li .nav-toggle {
  margin-top: 11px;
}
@media only all and (max-width: 1600px) {
  .right-fixed.active li .nav-toggle {
    margin-top: 15px;
  }
}
.right-fixed li {
  width: 100%;
  text-align: center;
}
.right-fixed li .nav-toggle {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  right: 5px;
  z-index: 10;
}
.right-fixed li .nav-toggle::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #029ee8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only all and (max-width: 1600px) {
  .right-fixed li .nav-toggle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
}
@media only all and (max-width: 1024px) {
  .right-fixed li .nav-toggle {
    right: 5px;
  }
}
.right-fixed li .nav-toggle span {
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.right-fixed li .nav-toggle:hover::before {
  width: 100%;
}
.right-fixed li .nav-toggle span,
.right-fixed li .nav-toggle span:before,
.right-fixed li .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.right-fixed li .nav-toggle span:before {
  top: -8px;
}
.right-fixed li .nav-toggle span:after {
  bottom: -8px;
}
.right-fixed li .nav-toggle.active::before {
  width: 100%;
}
.right-fixed li .nav-toggle.active span {
  background: transparent;
}
.right-fixed li .nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.right-fixed li .nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.right-fixed li .contact-us {
  display: inline-block;
  margin-top: 80px;
}
@media only all and (max-width: 1600px) {
  .right-fixed li .contact-us {
    margin-top: 50px;
  }
}
.right-fixed li .contact-us .icon {
  width: 37px;
}
@media only all and (max-width: 1600px) {
  .right-fixed li .contact-us .icon {
    width: 30px;
  }
}
.right-fixed li .contact-us .contact-con {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 23px;
}
@media only all and (max-width: 1600px) {
  .right-fixed li .contact-us .contact-con {
    font-size: 14px;
    margin-top: 5px;
  }
}
.right-fixed li .share {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media only all and (max-width: 1600px) {
  .right-fixed li .share {
    margin-bottom: 15px;
  }
}
.right-fixed li .share .iconfont {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}
.right-fixed li .share .have-round {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.right-fixed li .share .have-round::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
  left: -3px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.right-fixed li .share .text {
  position: absolute;
  left: -150px;
  top: 0px;
  width: 150px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border-top-left-radius: 27.5px;
  border-bottom-left-radius: 27.5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.right-fixed li .share .erweima {
  position: absolute;
  left: -140px;
  width: 140px;
  max-width: 140px;
  border: 12px solid rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  top: 50%;
  margin-top: -70px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.right-fixed li .share:hover {
  color: #00a0e9;
}
.right-fixed li .share:hover .have-round {
  background-color: rgba(0, 0, 0, 0.5);
}
.right-fixed li .share:hover .have-round::after {
  opacity: 1;
}
.right-fixed li .share:hover .text {
  overflow: visible;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  color: #fff;
}
.right-fixed li .share:hover .erweima {
  overflow: visible;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* 2-1.右侧侧栏内容 */
.nav-show {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: url(./../images/nav-bg.jpg) no-repeat center/cover;
}
.nav-show.active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-show .logo2 {
  width: 177px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .nav-show .logo2 {
    left: 20px;
    width: 120px;
    top: 16px;
  }
}
.nav-show .logo2 img {
  width: 100%;
}
.nav-show .nav-con {
  width: 73%;
  position: relative;
  z-index: 2;
}
.nav-show .nav-con nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d8dce0;
  padding-bottom: 88px;
}
@media only all and (max-width: 1600px) {
  .nav-show .nav-con nav {
    padding-bottom: 50px;
  }
}
.nav-show .nav-con nav .item {
  text-align: center;
  width: 19%;
}
.nav-show .nav-con nav .item .stair .stair-item {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #01528c;
  padding-bottom: 30px;
  position: relative;
  display: block;
}
@media only all and (max-width: 1600px) {
  .nav-show .nav-con nav .item .stair .stair-item {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.nav-show .nav-con nav .item .stair .stair-item::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #6d9bbc;
}
.nav-show .nav-con nav .item .second {
  padding-top: 18px;
}
.nav-show .nav-con nav .item .second .second-item {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .nav-show .nav-con nav .item .second .second-item {
    font-size: 14px;
    line-height: 30px;
  }
}
.nav-show .nav-con nav .item .second .second-item:hover {
  color: #01528c;
}
.nav-show .nav-con .contact {
  text-align: center;
  padding-top: 70px;
}
@media only all and (max-width: 1600px) {
  .nav-show .nav-con .contact {
    padding-bottom: 50px;
  }
}
.nav-show .nav-con .contact .contact-tit {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.nav-show .nav-con .contact .contact-con {
  margin-top: 15px;
}
.nav-show .nav-con .contact .contact-con .contact-item {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media only all and (max-width: 1600px) {
  .nav-show .nav-con .contact .contact-con .contact-item {
    font-size: 16px;
  }
}
.nav-show .nav-con .contact .contact-con .contact-item .tit {
  display: inline-block;
}
.nav-show .nav-con .contact .contact-con .contact-item .detail {
  display: inline-block;
}
.nav-show .nav-con .contact .contact-con .contact-item .detail a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.nav-show .nav-con .contact .contact-con .contact-item .detail a:hover {
  opacity: 0.7;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 3.页脚 */
footer {
  background-color: #003b66;
  padding-left: 8.3%;
  padding-right: 8.3%;
  position: relative;
  z-index: 5;
}
@media only all and (max-width: 768px) {
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media only all and (max-width: 1280px) {
  footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only all and (max-width: 768px) {
  footer .footer-top .logo-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer-top .logo-wrap .footer-logo {
  display: block;
  width: 177px;
  margin-bottom: 40px;
}
@media only all and (max-width: 768px) {
  footer .footer-top .logo-wrap .footer-logo {
    width: 150px;
    margin-bottom: 20px;
  }
}
footer .footer-top .logo-wrap .blogroll {
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  display: inline-block;
}
@media only all and (max-width: 768px) {
  footer .footer-top .logo-wrap .blogroll {
    margin-left: 0;
  }
}
footer .footer-top .logo-wrap .blogroll .now {
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 160px;
  height: 46px;
  line-height: 46px;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
}
footer .footer-top .logo-wrap .blogroll .now span {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  margin-right: 10px;
}
footer .footer-top .logo-wrap .blogroll .now .iconfont {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
footer .footer-top .logo-wrap .blogroll .now:hover span {
  color: #029ee8;
}
footer .footer-top .logo-wrap .blogroll .now:hover .iconfont {
  color: #029ee8;
}
footer .footer-top .logo-wrap .blogroll .will-wrap {
  position: absolute;
  left: 0;
  top: 60px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
footer .footer-top .logo-wrap .blogroll .will {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;
}
footer .footer-top .logo-wrap .blogroll .will:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: transparent;
  top: -10px;
  left: 0;
}
footer .footer-top .logo-wrap .blogroll .will:hover {
  color: #029ee8;
}
footer .footer-top .logo-wrap .blogroll:hover .will-wrap {
  overflow: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
footer .footer-top .right-info {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only all and (max-width: 768px) {
  footer .footer-top .right-info {
    width: 100%;
  }
}
footer .footer-top .right-info .contact {
  width: 60%;
}
@media only all and (max-width: 768px) {
  footer .footer-top .right-info .contact {
    width: 100%;
  }
}
footer .footer-top .right-info .contact .contact-tit {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
footer .footer-top .right-info .contact .contact-con {
  margin-top: 21px;
}
footer .footer-top .right-info .contact .contact-con .contact-item {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
footer .footer-top .right-info .contact .contact-con .contact-item .tit {
  display: inline-block;
  vertical-align: top;
}
footer .footer-top .right-info .contact .contact-con .contact-item .detail {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
footer .footer-top .right-info .contact .contact-con .contact-item .detail a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
footer
  .footer-top
  .right-info
  .contact
  .contact-con
  .contact-item
  .detail
  a:hover {
  opacity: 0.7;
}
@media only all and (max-width: 768px) {
  footer .footer-top .right-info .attention-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
footer .footer-top .right-info .attention-wrap .language .language-item {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid transparent;
  display: inline-block;
  margin-right: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .language
  .language-item:last-child {
  margin-right: 0;
}
footer .footer-top .right-info .attention-wrap .language .language-item:hover,
footer .footer-top .right-info .attention-wrap .language .language-item.active {
  color: #fff;
  border-color: #fff;
}
footer .footer-top .right-info .attention-wrap .attention {
  margin-top: 25px;
}
footer .footer-top .right-info .attention-wrap .attention .attention-tit {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
footer .footer-top .right-info .attention-wrap .attention .attention-con {
  margin-top: 22px;
  font-size: 0;
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .attention
  .attention-con
  .share {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .attention
  .attention-con
  .share:last-child {
  margin-right: 0;
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .attention
  .attention-con
  .share
  .erweima {
  position: absolute;
  left: -36px;
  width: 100px;
  max-width: 100px;
  top: 50%;
  margin-top: -130px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 414px) {
  footer
    .footer-top
    .right-info
    .attention-wrap
    .attention
    .attention-con
    .share
    .erweima {
    left: 0;
  }
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .attention
  .attention-con
  .share:hover {
  color: #00a0e9;
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .attention
  .attention-con
  .share:hover
  .erweima {
  overflow: visible;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
footer
  .footer-top
  .right-info
  .attention-wrap
  .attention
  .attention-con
  .share.backTop {
  display: none;
}
@media only all and (max-width: 768px) {
  footer
    .footer-top
    .right-info
    .attention-wrap
    .attention
    .attention-con
    .share.backTop {
    display: block;
  }
}
footer .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-Between;
  -webkit-justify-content: space-Between;
  -moz-box-pack: space-Between;
  -ms-flex-pack: space-Between;
  justify-content: space-Between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only all and (max-width: 1280px) {
  footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
footer .footer-bottom a:hover {
  text-decoration: underline;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
footer .footer-bottom .copyright a {
  color: #fff;
}
@media only all and (max-width: 414px) {
  footer .footer-bottom .copyright {
    width: 100%;
  }
}
footer .footer-bottom .author {
  font-size: 14px;
  line-height: 24px;
  color: #a8a8a8;
}
@media only all and (max-width: 768px) {
  footer .footer-bottom .author {
    margin-top: 5px;
  }
}
@media only all and (max-width: 414px) {
  footer .footer-bottom .author {
    width: 100%;
  }
}
footer .footer-bottom .author a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #a8a8a8;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 4.距顶部距离 */
@media only all and (max-width: 768px) {
  .content {
    margin-top: 60px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 5.视频容器 */
.video-play-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 100;
}
.video-play-wrap .videos {
  width: 800px;
  max-height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only all and (max-width: 1280px) {
  .video-play-wrap .videos {
    width: 680px;
  }
}
.video-play-wrap .videos video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media only all and (max-width: 768px) {
  .video-play-wrap .videos {
    width: 90%;
    max-height: 240px;
  }
  .video-play-wrap .videos video {
    height: 240px;
  }
}
.video-play-wrap .shadows {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.video-play-wrap .close-video {
  position: absolute;
  top: 0;
  right: -23px;
  z-index: 10;
  top: -25px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media only all and (max-width: 768px) {
  .video-play-wrap .close-video {
    font-size: 20px;
    right: 0;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 6.顶部图 */
.banner {
  position: relative;
}
.banner .banner-img {
  width: 100%;
}
.banner .banner-con {
  position: absolute;
  left: 8.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only all and (max-width: 768px) {
  .banner .banner-con {
    left: 10px;
  }
}
.banner .banner-con .text {
  font-size: 50px;
  line-height: 1.1;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 55px;
}
@media only all and (max-width: 1600px) {
  .banner .banner-con .text {
    font-size: 30px;
    padding-bottom: 40px;
  }
}
@media only all and (max-width: 768px) {
  .banner .banner-con .text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only all and (max-width: 414px) {
  .banner .banner-con .text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }
}
.banner .banner-con .text::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 7px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 414px) {
  .banner .banner-con .text::before {
    display: none;
  }
}
.banner .banner-con .arrow-down {
  width: 70px;
  display: inline-block;
  -webkit-animation-name: tds-keyframe-bounce;
  animation-name: tds-keyframe-bounce;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}
@media only all and (max-width: 1600px) {
  .banner .banner-con .arrow-down {
    width: 50px;
  }
}
@media only all and (max-width: 414px) {
  .banner .banner-con .arrow-down {
    display: none;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 7.锚点链接标题 */
.anchor {
  padding-top: 46px;
}
@media only all and (max-width: 768px) {
  .anchor {
    padding: 32px 10px 0;
  }
}
.anchor .anchor-tit {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  width: 1400px;
  margin: 0 auto;
}
@media only all and (max-width: 1600px) {
  .anchor .anchor-tit {
    width: 1200px;
  }
}
@media only all and (max-width: 1280px) {
  .anchor .anchor-tit {
    width: 1000px;
  }
}
@media only all and (max-width: 1024px) {
  .anchor .anchor-tit {
    width: 800px;
  }
}
@media only all and (max-width: 768px) {
  .anchor .anchor-tit {
    width: 100%;
  }
}
@media only all and (max-width: 414px) {
  .anchor .anchor-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.anchor .anchor-tit.active {
  position: fixed;
  z-index: 9;
  top: 71px;
  left: 50%;
  margin-left: -700px;
  background-color: #fff;
}
@media only all and (max-width: 1600px) {
  .anchor .anchor-tit.active {
    margin-left: -600px;
  }
}
@media only all and (max-width: 1280px) {
  .anchor .anchor-tit.active {
    margin-left: -500px;
  }
}
@media only all and (max-width: 1024px) {
  .anchor .anchor-tit.active {
    margin-left: -400px;
  }
}
.anchor .anchor-tit .item {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
  display: inline-block;
  margin-right: 5%;
  margin-bottom: -1px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media only all and (max-width: 1280px) {
  .anchor .anchor-tit .item {
    font-size: 16px;
  }
}
@media only all and (max-width: 414px) {
  .anchor .anchor-tit .item {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    margin-right: 0;
    flex: 1;
  }
}
.anchor .anchor-tit .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.anchor .anchor-tit .item:hover,
.anchor .anchor-tit .item.active {
  color: #01528c;
}
.anchor .anchor-tit .item:hover::before,
.anchor .anchor-tit .item.active::before {
  background-color: #01528c;
}
.comnmit-tit {
  font-size: 30px;
  margin-bottom: 25px;
}
@media only all and (max-width: 1600px) {
  .anchor-news .comnmit-tit {
    font-size: 20px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 7-1.新闻页面副标题 */
.anchor-news {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
.anchor-news .anchor-item {
  font-size: 18px;
  line-height: 30px;
  padding: 10px;
  display: inline-block;
  margin-right: 68px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 160px;
}
@media only all and (max-width: 1600px) {
  .anchor-news .anchor-item {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media only all and (max-width: 414px) {
  .anchor-news .anchor-item {
    min-width: auto;
    width: 45%;
    margin-right: 15px;
  }
}
.anchor-news .anchor-item:last-child {
  margin-right: 0;
}
.anchor-news .anchor-item:hover,
.anchor-news .anchor-item.active {
  background-color: #07a4db;
  color: #fff;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 7-2.页面定位 */
.crumbs {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 13px;
}
@media only all and (max-width: 768px) {
  .crumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.crumbs .link {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .crumbs .link {
    font-size: 14px;
    line-height: 24px;
  }
}
.crumbs i {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
@media only all and (max-width: 1600px) {
  .crumbs i {
    font-size: 14px;
    line-height: 24px;
  }
}
.crumbs .now {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
@media only all and (max-width: 1600px) {
  .crumbs .now {
    font-size: 14px;
    line-height: 24px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 8.页码 */
.pager {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.pager a {
  display: inline-block;
  padding: 5px 13px;
  color: #bfbfbf;
  margin-bottom: 10px;
  font-size: 14px;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pager a:hover,
.pager .active {
  background-color: #337ab7;
  color: #ffffff;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 自定义动画 */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 自定义动画 */
.layui-layer {
  margin-top: -50px !important;
  margin-left: -100px !important;
}
.layui-layer-hui .layui-layer-content {
  padding-top: 40px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.overturn {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  -moz-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
  text-align: left !important;
  padding-right: 0 !important;
  padding-left: 10px !important;
}
@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes bgarc2 {
  0% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes menu1 {
  0%,
  100% {
    width: 27px;
  }
  25% {
    width: 22px;
  }
  50% {
    width: 17px;
  }
  75% {
    width: 22px;
  }
}
@keyframes menu {
  0%,
  100% {
    height: 22px;
  }
  25% {
    height: 20px;
  }
  50% {
    height: 18px;
  }
  75% {
    height: 20px;
  }
}
@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-moz-keyframes swinging {
  0% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-o-keyframes swinging {
  0% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes swinging {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes round {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes round {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  -moz-animation-name: fadeInDown2;
  -o-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
@-webkit-keyframes fadeInDown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInDown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInDown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInDown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInDown3 {
  -webkit-animation-name: fadeInDown3;
  -moz-animation-name: fadeInDown3;
  -o-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
  -webkit-animation-duration: 2;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeInDown32 {
  -webkit-animation-name: fadeInDown3;
  -moz-animation-name: fadeInDown3;
  -o-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
  -webkit-animation-duration: 0.5;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@keyframes tds-keyframe-bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes quan {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes quan {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes quan {
  0% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes quan {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes quan2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes quan2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes quan2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes quan2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes suofang {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes suofang {
  0%,
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes suofang {
  0%,
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes suofang {
  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-o-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes cloud {
  0%,
  100% {
    transform: translate(0, 0px);
  }
  25% {
    transform: translate(0, 14px);
  }
  50% {
    transform: translate(14px, 0px);
  }
  75% {
    transform: translate(-14px, 0);
  }
}
.cloud {
  -webkit-animation: cloud 10s infinite;
  -moz-animation: cloud 10s infinite;
  -o-animation: cloud 10s infinite;
  animation: cloud 10s infinite;
}
@keyframes ellipse {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.slide-fade-enter-active,
.slide-fade-leave-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.right-fade-enter-active,
.right-fade-leave-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-fade-enter,
.right-fade-leave-to {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}
