@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

img {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  -moz-transition: all 500ms;
  max-width: 100%;
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  -moz-transition: all 500ms;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "wmrl", Arial, Helvetica, sans-serif, arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  height: 3px;
  width: 2px;
  /* 对于垂直滚动条 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #007aff;
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: #007aff;
  /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #e7e7e7;
  /* 设置滚动条背景的颜色 */
}

.scroll-x {
  overflow-x: auto;
}

.scroll-x::-webkit-scrollbar {
  height: 4px;
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: #00a0ea;
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: #80d3f9;
  /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-x::-webkit-scrollbar-track {
  background-color: #fceddf;
  /* 设置滚动条背景的颜色 */
}

::-moz-selection {
  color: #fff;
  background: #00a0ea;
}

::selection {
  color: #fff;
  background: #00a0ea;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  line-height: 22px;
}

.table table tr th {
  padding: 10px;
  background-color: #02a1ea;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 400;
}

.table table tr td {
  padding: 10px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  /* color: #999; */
  color: #222222;
}

.table table tr td:first-child {
  color: #222222;
  font-family: "wmxm", Arial, Helvetica, sans-serif;
}
.table table tr:first-child td{
  background: #02a1ea;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.table-contact .table:nth-child(2n) table tr td {
  border: 0px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.16);
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 999px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 30px;
    right: 2%;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #05a2ea;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: transparent;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
    top: 20px;
  }
  .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
    background-color: #05a2ea;
    top: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-btn.active .line3 {
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
    background-color: #05a2ea;
    bottom: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #FFFFFF;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}
/*-------------page-start--------------------------------------------------------------------*/
.page {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 23px;
  width: 100%;
  margin-bottom: 24px;
}

.page a {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  margin: 0 4px 10px;
  font-size: 16px;
  font-weight: 400;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  width: 36px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}

.page a.prev {
  min-width: 69px;
}

.page a.next {
  min-width: 61px;
  margin-left: 2px;
}

.page a:hover,
.page a.page-active {
  background-color: #419c47;
  color: #FFFFFF;
}

@media only screen and (max-width: 1219px) {
  .page a {
    font-size: 14px;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding-right: 16px;
  background: url(../images/atb.png) no-repeat right center;
}

.page .add-form .add-btn {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  min-width: 136px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 0px;
  background: transparent;
  font-family: "Arial";
  font-weight: bold;
  color: #419c47;
}

.page .add-form .add-btn:hover {
  background-color: #fff;
  color: #333333;
}

.page a:nth-child(6) {
  margin-left: 3px;
}

.products-page {
  margin-top: 21px;
}

@media only screen and (max-width: 1219px) {
  .page .add-form {
    margin-left: 5px;
  }
}
/*-------------page-end--------------------------------------------------------------------*/
@font-face {
  font-family: "wmbl";
  src: url("../fonts/WixMadeforDisplay-Bold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "wmrl";
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "wmxm";
  src: url("../fonts/WixMadeforDisplay-Medium.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.dh-logo {
  display: block;
  font-size: 0px;
  overflow: hidden;
  min-height: 61px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-right: auto;
}

.pcduan {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1420px) {
  .pcduan {
    width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .dh-logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .dh-logo {
    width: 100px;
  }
}
.dh-top {
  position: fixed;
  top: 0px;
  max-width: 1920px;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  z-index: 20;
}

.dh-mid {
  position: relative;
  margin-left: 13.59%;
  margin-right: 2%;
  max-width: 1610px;
  z-index: 4;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.dh-mid > ul {
  /* width: 63.47%; */
  margin-left: 9%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: flex-end;
  font-size: 19px;
}
.dh-mid > ul a {
  color: #333333;
  display: block;
  position: relative;
}
.dh-mid > ul > li {
  position: relative;
  margin-right: 2vw;
}
.dh-mid > ul > li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: -14px;
  background: transparent;
}
.dh-mid > ul > li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 400px;
  left: 50%;
  margin-top: 14px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  border-radius: 10px;
  padding: 10px 0px;
  text-align: left;
  -moz-transition: all 15s;
  transition: all 15s;
  -moz-animation: a_menu_item_hide 0.5s ease-out both;
       animation: a_menu_item_hide 0.5s ease-out both;
  opacity: 0;
}
.dh-mid > ul > li ul a {
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 4px;
}
.dh-mid > ul > li ul li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-right: 2vw;
}
.dh-mid > ul > li ul li > ul {
  display: none;
  left: 100%;
  top: auto;
  margin-top: -40px;
}
.dh-mid > ul > li > a {
  line-height: 100px;
}
.dh-mid > ul > li > a:hover {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
}
.dh-mid > ul > li > a.active {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  color: #00a0ea;
}
.dh-mid > ul > li > a.active::before {
  opacity: 1;
  bottom: 0px;
}
.dh-mid > ul > li > a::before {
  content: "";
  width: 36px;
  height: 6px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-color: #05a2ea;
  bottom: -6px;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dh-mid > ul > li > a:hover::before {
  opacity: 1;
  bottom: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dh-mid > ul li:hover > a {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  color: #00a0ea;
}
.dh-mid > ul li:hover > a:before {
  opacity: 1;
  bottom: 0px;
}
.dh-mid > ul li:hover > ul {
  display: block;
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-animation: a_menu_item_show 0.5s ease-out both;
       animation: a_menu_item_show 0.5s ease-out both;
}
.dh-mid > ul li:hover > ul > li a:hover {
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  background: #05a2ea;
  color: #fff;
}
.dh-mid .dh-right {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.dh-mid .dh-right .dhr-img {
  display: block;
  font-size: 0px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4px;
  margin-left: 13px;
  background: #ffffff;
  overflow: hidden;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.dh-mid .dh-right .dhr-img:nth-child(2) {
  margin-left: 0px;
  margin-right: 14px;
}
.dh-mid .dh-right a {
  white-space: nowrap;
  color: #fff;
}
.dh-mid .dh-right {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 21px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.dh-mid .dh-right:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}
.dh-mid .dh-right:hover:before {
  left: 120%;
}

@media screen and (max-width: 1580px) {
  .dh-mid > ul {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1420px) {
  .dh-mid {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1250px) {
  .dh-mid .dh-right .dhr-img{
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .dh-mid > ul{
    width: 58%;
    margin-right: 0px;
  }
  .dh-mid > ul {
    font-size: 14px;
  }
  .dh-mid > ul ul li a {
    font-size: 14px;
  }
  .dh-mid .dh-right {
    font-size: 14px;
    padding-right: 10px;
  }
  .dh-mid .dh-right p {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 999px) {
  .dh-mid > ul {
    display: none;
  }
  .dh-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.banner-div {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.banner-div .swiper-pagination {
  z-index: 2;
}
.banner-div .bannerswiper .swiper-slide .shipinbanner {
  position: relative;
  padding-bottom: 40.625%;
  height: 0px;
  width: 100%;
  height: 100%;
}
.banner-div .bannerswiper .swiper-slide .shipinbanner video {
  width: 100vw;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .banner-div {
    margin-top: 80px;
  }
  .dh-right {
    position: absolute;
    right: 8%;
  }
  .dh-mid .dh-right {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .dh-mid .dh-right {
    display: none;
  }
  .banner-div .bannerswiper .swiper-slide .shipinbanner {
    overflow: hidden;
    height: 100%;
    padding-bottom: 0px;
  }
  .banner-div .bannerswiper .swiper-slide .shipinbanner video {
    -o-object-fit: cover;
       object-fit: cover;
    position: unset;
  }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -moz-box-align: start;
       align-items: flex-start;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -moz-transform;
}

.swiper-backface-hidden .swiper-slide {
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-3d {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -moz-box-ordinal-group: 10000;
       order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -moz-transform-origin: 50%;
   -ms-transform-origin: 50%;
       transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -moz-animation: swiper-preloader-spin 1s infinite linear;
       animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transform-origin: left top;
   -ms-transform-origin: left top;
       transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -moz-transform-origin: right top;
   -ms-transform-origin: right top;
       transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -moz-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -moz-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -moz-animation-duration: 1s;
       animation-duration: 1s;
  -moz-animation-fill-mode: both;
       animation-fill-mode: both;
}

.animated.infinite {
  -moz-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
}

.animated.hinge {
  -moz-animation-duration: 2s;
       animation-duration: 2s;
}
@-moz-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0);
  }
  70% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0);
  }
  90% {
    -ms-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
         transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0);
  }
  70% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0);
  }
  90% {
    -ms-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
         transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -moz-animation-name: bounce;
       animation-name: bounce;
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
       transform-origin: center bottom;
}
@-moz-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -moz-animation-name: flash;
       animation-name: flash;
}
@-moz-keyframes pulse {
  0% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  50% {
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  50% {
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -moz-animation-name: pulse;
       animation-name: pulse;
}
@-moz-keyframes rubberBand {
  0% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  30% {
    -ms-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -ms-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -ms-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -ms-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -ms-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  30% {
    -ms-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -ms-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -ms-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -ms-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -ms-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -moz-animation-name: rubberBand;
       animation-name: rubberBand;
}
@-moz-keyframes shake {
  0%, 100% {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -ms-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -ms-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -moz-animation-name: shake;
       animation-name: shake;
}
@-moz-keyframes swing {
  20% {
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -ms-transform-origin: top center;
  -moz-transform-origin: top center;
       transform-origin: top center;
  -moz-animation-name: swing;
       animation-name: swing;
}
@-moz-keyframes tada {
  0% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
.tada {
  -moz-animation-name: tada;
       animation-name: tada;
}
@-moz-keyframes wobble {
  0% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
  15% {
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
         transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
         transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
         transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
         transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
         transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes wobble {
  0% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
  15% {
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
         transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
         transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
         transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
         transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
         transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.wobble {
  -moz-animation-name: wobble;
       animation-name: wobble;
}
@-moz-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -moz-animation-name: bounceIn;
       animation-name: bounceIn;
  -moz-animation-duration: 0.75s;
       animation-duration: 0.75s;
}
@-moz-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0);
  }
  75% {
    -ms-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0);
  }
  90% {
    -ms-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
         transform: translate3d(0, 5px, 0);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0);
  }
  75% {
    -ms-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0);
  }
  90% {
    -ms-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
         transform: translate3d(0, 5px, 0);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.bounceInDown {
  -moz-animation-name: bounceInDown;
       animation-name: bounceInDown;
}
@-moz-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0);
  }
  75% {
    -ms-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0);
  }
  90% {
    -ms-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
         transform: translate3d(5px, 0, 0);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0);
  }
  75% {
    -ms-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0);
  }
  90% {
    -ms-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
         transform: translate3d(5px, 0, 0);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.bounceInLeft {
  -moz-animation-name: bounceInLeft;
       animation-name: bounceInLeft;
}
@-moz-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0);
  }
  75% {
    -ms-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0);
  }
  90% {
    -ms-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
         transform: translate3d(-5px, 0, 0);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0);
  }
  75% {
    -ms-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0);
  }
  90% {
    -ms-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
         transform: translate3d(-5px, 0, 0);
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.bounceInRight {
  -moz-animation-name: bounceInRight;
       animation-name: bounceInRight;
}
@-moz-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
  75% {
    -ms-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0);
  }
  90% {
    -ms-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0);
  }
  100% {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
  75% {
    -ms-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0);
  }
  90% {
    -ms-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0);
  }
  100% {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -moz-animation-name: bounceInUp;
       animation-name: bounceInUp;
}
@-moz-keyframes bounceOut {
  20% {
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -moz-animation-name: bounceOut;
       animation-name: bounceOut;
  -moz-animation-duration: 0.75s;
       animation-duration: 0.75s;
}
@-moz-keyframes bounceOutDown {
  20% {
    -ms-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -ms-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -moz-animation-name: bounceOutDown;
       animation-name: bounceOutDown;
}
@-moz-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -ms-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
         transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -ms-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
         transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -moz-animation-name: bounceOutLeft;
       animation-name: bounceOutLeft;
}
@-moz-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -ms-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
         transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -ms-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
         transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -moz-animation-name: bounceOutRight;
       animation-name: bounceOutRight;
}
@-moz-keyframes bounceOutUp {
  20% {
    -ms-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -ms-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -moz-animation-name: bounceOutUp;
       animation-name: bounceOutUp;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -moz-animation-name: fadeIn;
       animation-name: fadeIn;
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInDown {
  -moz-animation-name: fadeInDown;
       animation-name: fadeInDown;
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInDownBig {
  -moz-animation-name: fadeInDownBig;
       animation-name: fadeInDownBig;
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInLeft {
  -moz-animation-name: fadeInLeft;
       animation-name: fadeInLeft;
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInLeftBig {
  -moz-animation-name: fadeInLeftBig;
       animation-name: fadeInLeftBig;
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInRight {
  -moz-animation-name: fadeInRight;
       animation-name: fadeInRight;
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInRightBig {
  -moz-animation-name: fadeInRightBig;
       animation-name: fadeInRightBig;
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInUp {
  -moz-animation-name: fadeInUp;
       animation-name: fadeInUp;
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.fadeInUpBig {
  -moz-animation-name: fadeInUpBig;
       animation-name: fadeInUpBig;
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -moz-animation-name: fadeOut;
       animation-name: fadeOut;
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -moz-animation-name: fadeOutDown;
       animation-name: fadeOutDown;
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -moz-animation-name: fadeOutDownBig;
       animation-name: fadeOutDownBig;
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -moz-animation-name: fadeOutLeft;
       animation-name: fadeOutLeft;
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -moz-animation-name: fadeOutLeftBig;
       animation-name: fadeOutLeftBig;
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -moz-animation-name: fadeOutRight;
       animation-name: fadeOutRight;
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -moz-animation-name: fadeOutRightBig;
       animation-name: fadeOutRightBig;
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -moz-animation-name: fadeOutUp;
       animation-name: fadeOutUp;
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -moz-animation-name: fadeOutUpBig;
       animation-name: fadeOutUpBig;
}
@-moz-keyframes flip {
  0% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  40% {
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  50% {
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  80% {
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
         transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  100% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  40% {
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  50% {
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  80% {
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
         transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  100% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
       backface-visibility: visible;
  -moz-animation-name: flip;
       animation-name: flip;
}
@-moz-keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -moz-animation-name: flipInX;
       animation-name: flipInX;
}
@-moz-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -moz-animation-name: flipInY;
       animation-name: flipInY;
}
@-moz-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -moz-animation-name: flipOutX;
       animation-name: flipOutX;
  -moz-animation-duration: 0.75s;
       animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
}
@-moz-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
       animation-name: flipOutY;
  -moz-animation-duration: 0.75s;
       animation-duration: 0.75s;
}
@-moz-keyframes lightSpeedIn {
  0% {
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -ms-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
         transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -ms-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
         transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -ms-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
         transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -ms-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
         transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -moz-animation-name: lightSpeedIn;
       animation-name: lightSpeedIn;
  -moz-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
}
@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -moz-animation-name: lightSpeedOut;
       animation-name: lightSpeedOut;
  -moz-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
}
@-moz-keyframes rotateIn {
  0% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
         transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
         transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -moz-animation-name: rotateIn;
       animation-name: rotateIn;
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -moz-animation-name: rotateInDownLeft;
       animation-name: rotateInDownLeft;
}
@-moz-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -moz-animation-name: rotateInDownRight;
       animation-name: rotateInDownRight;
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -moz-animation-name: rotateInUpLeft;
       animation-name: rotateInUpLeft;
}
@-moz-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
         transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
         transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -moz-animation-name: rotateInUpRight;
       animation-name: rotateInUpRight;
}
@-moz-keyframes rotateOut {
  0% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
         transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center;
    -moz-transform-origin: center;
         transform-origin: center;
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
         transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -moz-animation-name: rotateOut;
       animation-name: rotateOut;
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate(0, 0, 1, 45deg);
    -moz-transform: rotate(0, 0, 1, 45deg);
         transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate(0, 0, 1, 45deg);
    -moz-transform: rotate(0, 0, 1, 45deg);
         transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -moz-animation-name: rotateOutDownLeft;
       animation-name: rotateOutDownLeft;
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -moz-animation-name: rotateOutDownRight;
       animation-name: rotateOutDownRight;
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -moz-animation-name: rotateOutUpLeft;
       animation-name: rotateOutUpLeft;
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
         transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
         transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -moz-animation-name: rotateOutUpRight;
       animation-name: rotateOutUpRight;
}
@-moz-keyframes hinge {
  0% {
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
         transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
         transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -ms-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
         transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
         transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -ms-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -moz-animation-name: hinge;
       animation-name: hinge;
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
         transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
         transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
}
.rollIn {
  -moz-animation-name: rollIn;
       animation-name: rollIn;
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
         transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
         transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -moz-animation-name: rollOut;
       animation-name: rollOut;
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -moz-animation-name: zoomIn;
       animation-name: zoomIn;
}
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -moz-animation-name: zoomInDown;
       animation-name: zoomInDown;
}
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -moz-animation-name: zoomInLeft;
       animation-name: zoomInLeft;
}
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -moz-animation-name: zoomInRight;
       animation-name: zoomInRight;
}
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -moz-animation-name: zoomInUp;
       animation-name: zoomInUp;
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -moz-animation-name: zoomOut;
       animation-name: zoomOut;
}
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -moz-animation-name: zoomOutDown;
       animation-name: zoomOutDown;
}
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform-origin: left center;
    -moz-transform-origin: left center;
         transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform-origin: left center;
    -moz-transform-origin: left center;
         transform-origin: left center;
  }
}
.zoomOutLeft {
  -moz-animation-name: zoomOutLeft;
       animation-name: zoomOutLeft;
}
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform-origin: right center;
    -moz-transform-origin: right center;
         transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform-origin: right center;
    -moz-transform-origin: right center;
         transform-origin: right center;
  }
}
.zoomOutRight {
  -moz-animation-name: zoomOutRight;
       animation-name: zoomOutRight;
}
@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -moz-animation-name: zoomOutUp;
       animation-name: zoomOutUp;
}

.banner-banquan {
  position: absolute;
  bottom: 40px;
  right: 50px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.banner-banquan a {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
  width: 54px;
  height: 53px;
  background-color: #ffffff;
  margin-left: 10px;
}
.banner-banquan a img {
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}
.banner-banquan a img:hover {
  top: -3px;
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 999px) {
  .banner-banquan {
    bottom: 20px;
  }
  .banner-banquan a {
    width: 30px;
    height: 30px;
  }
}
.swiper-container {
  position: relative;
}

.tabswiper1 {
  position: relative;
}

.banner-div .swiper-wrapper {
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
}
.banner-div .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.banner-div .swiper-slide:nth-child(2) {
  background: #3183ff;
  color: #fff;
}
.banner-div .swiper-slide p,
.banner-div .swiper-slide h1 {
  -moz-transform: translateX(-200px);
   -ms-transform: translateX(-200px);
       transform: translateX(-200px);
  opacity: 0;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-div .ani-slide p,
.banner-div .ani-slide h1 {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
  opacity: 1;
}

.ban-div {
  position: absolute;
  text-align: left;
  left: 13.64%;
}

.ban-title {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 8px;
}

.ban-ertitle {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 59px;
  color: #ffffff;
}
.ban-ertitle span {
  display: block;
}
.ban-ertitle span:nth-child(2) {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ban-ertitle span:nth-child(2):before {
  content: "";
  width: 104%;
  left: -2%;
  position: absolute;
  height: 20px;
  bottom: -2px;
  z-index: -1;
  background-image: -moz-linear-gradient(359deg, #f08200 0%, #f6c82a 100%), -moz-linear-gradient(#f08200, #f08200);
  background-image: linear-gradient(91deg, #f08200 0%, #f6c82a 100%), linear-gradient(#f08200, #f08200);
  background-blend-mode: normal, normal;
  border-radius: 10px;
}

.banner-div .swiper-slide > div {
  position: relative;
  display: block;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.ban-titleroad {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 26px;
}

.ban-pro {
  flex-wrap: wrap;
  margin-top: 30px;
  border-radius: 25px;
}
.ban-pro a {
  display: inline-block;
  text-align: center;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 26px 14px 26px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 25px;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: relative;
  z-index: 2;
}
.ban-pro a::before {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #80d3f9 100%), -moz-linear-gradient(#fff8f0, #fff8f0);
  background-image: linear-gradient(91deg, #00a0ea 0%, #80d3f9 100%), linear-gradient(#fff8f0, #fff8f0);
  background-blend-mode: normal, normal;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.ban-pro a:hover:before {
  opacity: 1;
}

.banner-div {
  position: relative;
}
.banner-div .swiper-pagination {
  text-align: center;
  height: 20px;
  top: auto;
  bottom: 20px;
  position: absolute;
}
.banner-div .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 2px;
  opacity: 0.5;
}
.banner-div .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  border: 1px solid #fff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-div .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  opacity: 1;
}
.banner-div .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

@media screen and (max-width: 1420px) {
  .ban-div {
    left: 3%;
  }
  .ban-ertitle span:nth-child(2)::before {
    width: 100%;
    left: 0px;
  }
  .ban-title{
    font-size: 24px;
  }
  .ban-ertitle {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1180px) {
  .ban-title {
    font-size: 20px;
  }
  .ban-ertitle {
    font-size: 30px;
    line-height: 36px;
  }
  .ban-titleroad {
    font-size: 16px;
    margin-top: 4px;
  }
  .ban-pro a {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ban-titleroad {
    font-size: 14px;
    line-height: 20px;
  }
  .ban-ertitle span:nth-child(2)::before {
    height: 10px;
  }
  .ban-title {
    font-size: 14px;
    line-height: 20px;
  }
  .ban-ertitle {
    font-size: 20px;
    line-height: 24px;
  }
  .ban-pro {
    margin-top: 10px;
  }
  .ban-pro a {
    font-size: 12px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 576px) {
  .banner-banquan {
    right: 10px;
  }
  .banner-div {
    height: auto !important;
    padding-bottom: unset !important;
  }
  .banner-div .swiper-container {
    position: unset !important;
    /* height: 234px; */
  }
  .banner-div .swiper-container .ban-ertitle {
    font-size: 18px;
  }
  .banner-div .swiper-container .swiper-slide > div {
    height: 100%;
  }
  .banner-div .swiper-container .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .banner-div .ban-title {
    display: none;
  }
  .banner-div .ban-titleroad {
    display: none;
  }
}
.home-our-mid {
  background: rgba(247, 247, 247, 0.321) url(../images/tmbj.png) no-repeat right top;
}

.home-our-toptitle {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #222222;
}
.home-our-toptitle span {
  display: block;
}

.home-our-topertitle {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  color: #666666;
  margin-top: 21px;
}

.home-our-top-right {
  min-width: 212px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 12px;
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#fff8f0, #fff8f0);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#fff8f0, #fff8f0);
  background-blend-mode: normal, normal;
  border-radius: 25px;
}

.home-our-top-right:hover {
  box-shadow: 0 0 8px rgba(0, 160, 234, 0.5);
  /* 发光效果 */
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
  /* 轻微上浮 */
}

.home-our-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 90px;
}

.home-our-top-left {
  width: 64.2142857143%;
}

.home-our-img {
  font-size: 0px;
  border-radius: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}

.home-our-nr-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  min-height: 60px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-our-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: inherit;
       align-items: inherit;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  bottom: -47px;
}

.home-our-bottom-div {
  width: 100%;
  display: block;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
  background: #fff;
  padding-bottom: 30px;
  margin-left: 0.7142857143%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  bottom: 0px;
}

.homeourbottomswiper {
  background: rgba(247, 247, 247, 0.321);
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
}
.homeourbottomswiper .swiper-button-next::after,
.homeourbottomswiper .swiper-button-prev::after {
  color: #029ee6;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: none;
}

@media screen and (max-width: 999px) {
  .homeourbottomswiper .swiper-button-next::after,
  .homeourbottomswiper .swiper-button-prev::after {
    display: block;
  }
}
.home-our-bottom-div:hover {
  bottom: 10px;
}

.nomargin {
  margin-left: 0px;
}

.home-our-nr-kuang {
  margin-top: 24px;
}
.home-our-nr-kuang ul {
  margin-top: 14px;
}
.home-our-nr-kuang ul li {
  font-size: 17px;
  line-height: 27px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 54px;
}

@media screen and (max-width: 999px) {
  .home-our-top {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .home-our-top-left {
    width: 100%;
  }
  .home-our-top-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 14px;
    min-width: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .home-our-toptitle {
    font-size: 26px;
    line-height: 30px;
  }
  .home-our-topertitle {
    margin-top: 10px;
    font-size: 14px;
  }
  .home-our-bottom {
    margin-top: 20px;
    bottom: 0px;
  }
  .home-our-bottom {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .home-our-bottom-div {
    margin-left: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .home-our-nr-kuang {
    margin-top: 10px;
  }
  .home-our-nr-title {
    font-size: 18px;
  }
  .home-our-nr-kuang ul {
    margin-top: 8px;
  }
  .home-our-nr-kuang ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .home-our-toptitle {
    font-size: 20px;
  }
  .home-our-top-right {
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 100px;
  }
  .home-our-nr-title {
    font-size: 16px;
  }
  .home-our-nr-kuang ul li {
    line-height: 24px;
    min-height: none;
  }
  .home-our-bottom-div {
    width: 100%;
    text-align: center;
    .home-our-nr-kuang{
      text-align: left;
    }
  }
}
.home-road-mid {
  /*margin-top: -moz-calc(10% + 65px);*/
  /*margin-top: calc(10% + 65px);*/
  padding-top: 95px;
  position: relative;
}

.home-road-div .home-title,
.home-road-div .home-ertitle {
  text-align: center;
}

.home-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #222222;
}

.home-ertitle {
  font-size: 17px;
  line-height: 27px;
  color: #666666;
  margin-top: 12px;
}

.home-road-tab {
  margin-top: 38px;
}
.home-road-tab > ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.home-road-tab > ul > li {
  cursor: pointer;
  margin: 0px 0.5714285714%;
  width: 26.4285714286%;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 2px #00a0ea;
}
.home-road-tab > ul > li a {
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #05a2ea;
  padding: 7px 4px 11px 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-road-tab > ul li:last-child {
  /* width: 16%; */
}
.home-road-tab > ul li.xuanzhong {
  border: solid 0px transparent;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f17e09, #f17e09);
  background-blend-mode: normal, normal;
  border-radius: 25px;
}
.home-road-tab > ul li.xuanzhong a {
  color: #fff;
  padding-top: 9px;
}

.tab-img {
  font-size: 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #e8f4fa;
  aspect-ratio: 16/8;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.tab-img span {
  max-width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #99d9f5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #99d9f5 100%), linear-gradient(#f17e09, #f17e09);
  background-blend-mode: normal, normal;
  border-radius: 0px 25px 0px 0px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 12px;
  padding-top: 8px;
}

.road-tab-div-neirong {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  background: #fff;
  box-shadow: 0px 0px 46px 0px rgba(163, 163, 163, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 24px;
}
.road-tab-div-neirong > p {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
}
.road-tab-div-neirong ul {
  margin-top: 3px;
}
.road-tab-div-neirong ul > li {
  font-size: 17px;
  line-height: 27px;
  color: #666666;
}

.tabswiper {
  padding-bottom: 40px;
}

.road-tabqh {
  margin-top: 36px;
  position: relative;
}
.road-tabqh .swiper-container,
.road-tabqh .swiper {
  padding-bottom: 59px;
}
.road-tabqh .swiper-pagination {
  width: 100%;
}
.road-tabqh .swiper-pagination-bullet-active {
  background-color: #00a0ea;
}
.road-tabqh .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.road-tabqh .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}
.road-tabqh .road-view {
  margin-top: 33px;
}

.road-view {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  left: 50%;
  position: relative;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f17e09, #f17e09);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  padding: 8px 32px;
  padding-bottom: 12px;
}

.road-view:hover {
  box-shadow: 0 0 8px rgb(0, 160, 234);
  /* 发光效果 */
}

.road-tab-div {
  border-radius: 10px;
  cursor: pointer;
}

.road-tab-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.road-tab-div:hover .road-tab-div-neirong > p {
  color: #00a0ea;
}
.road-tab-div:hover .road-tab-div-neirong > ul li {
  color: #00a0ea;
}

@media screen and (max-width: 1300px) {
  .home-road-tab > ul > li a {
    font-size: 16px;
  }
  .home-road-mid{
    padding-top: 60px;
  }
}
@media screen and (max-width: 999px) {
  .home-title {
    font-size: 36px;
    line-height: 40px;
  }
  .home-road-mid {
    padding-top: 20px;
    /*margin-top: 20px;*/
  }
  .home-ertitle {
    font-size: 16px;
  }
  .home-road-tab {
    margin-top: 20px;
  }
  .home-road-tab > ul {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .home-road-tab > ul li,
  .home-road-tab > ul li:last-child {
    width: 49%;
    margin: 0px;
    margin-bottom: 10px;
  }
  .tab-img span {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
  }
  .road-tab-div-neirong {
    padding: 10px;
  }
  .road-tab-div-neirong > p {
    font-size: 18px;
  }
  .road-tab-div-neirong ul > li {
    font-size: 14px;
    line-height: 24px;
  }
  .road-tabqh .road-view {
    margin-top: 10px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .road-tabqh .swiper-container,
  .road-tabqh .swiper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .road-tab-div-neirong > p {
    font-size: 16px;
  }
  .road-tab-div-neirong ul > li {
    font-size: 12px;
  }
  .home-title {
    font-size: 20px;
    line-height: 24px;
  }
  .home-ertitle {
    font-size: 14px;
    line-height: 20px;
  }
  .home-road-tab > ul > li a {
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
  }
  .home-road-tab > ul li.xuanzhong a {
    padding: 6px;
  }
  .tab-img span {
    line-height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .home-road-tab > ul li,
  .home-road-tab > ul li:last-child {
    width: 100%;
  }
  .road-tabqh {
    margin-top: 16px;
  }
}
.home-why {
  margin-top: 72px;
  background-color: rgba(0, 160, 234, 0.03);
  padding-top: 5.3%;
}

.home-why-div > span {
  font-size: 30px;
  line-height: 40px;
  color: rgb(34, 34, 34);
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.home-why-div > .home-title {
  text-align: center;
  margin-bottom: 23px;
}
.home-why-div > .home-ertitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 681px;
  text-align: center;
  color: #222;
}

.home-why-par {
  color: #222222;
  margin-right: 0.7142857143%;
  max-width: 25%;
}

.home-why-par:last-child {
  margin-right: 0px;
}

.par-img {
  display: block;
  font-size: 0px;
}

.home-par-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 11px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.home-par-ertitle {
  font-size: 17px;
  line-height: 27px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.home-why-par:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.home-why-par:hover .home-par-ertitle,
.home-why-par:hover .home-par-title {
  color: #02a1ea;
}

.home-why-parameter {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 53px;
}

.home-why-div {
  padding-bottom: 122px;
}
.home-why-div .home-our-top-right {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  margin-top: 90px;
}

@media screen and (max-width: 999px) {
  .home-why {
    margin-top: 20px;
    padding-top: 20px;
  }
  .home-par-title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .home-par-ertitle {
    font-size: 14px;
    line-height: 24px;
  }
  .home-why-div {
    padding-bottom: 20px;
  }
  .home-why-div .home-our-top-right {
    margin-top: 20px;
  }
  .home-why-div > span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home-why-div > .home-title {
    margin-bottom: 10px;
  }
  .home-why-div > span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .home-why-parameter {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
    text-align: center;
    margin-top: 20px;
  }
  .home-why-par {
    max-width: 49%;
    width: 100%;
    margin-bottom: 10px;
  }
  .home-par-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .home-par-ertitle {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .home-why-par {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
}
.home-solar {
  box-shadow: 3px 11px 33px 2px rgba(129, 132, 138, 0.19);
  padding-bottom: 127px;
  background: #fafafa;
  background: url(../images/bg.png) top right;
  background-repeat: no-repeat;
}

.home-solar-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  color: #222222;
  padding-top: 90px;
  padding-bottom: 66px;
}

.home-solar-left {
  width: 30.7142857143%;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #222222;
}

.home-solar-right {
  width: 48.7857142857%;
  font-size: 18px;
  line-height: 30px;
}
.home-solar-right p {
  margin-bottom: 10px;
}

.home-solar-bot-div:hover a {
  bottom: -10px;
}
.home-solar-bot-div:hover .home-our-top-right {
  bottom: 0;
}
.home-solar-bot-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.home-solar-bot-div {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  width: 24.5%;
  margin-left: 0.6428571429%;
}
.home-solar-bot-div p {
  font-size: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  bottom: 0px;
  background: #01a0ea;
}
.home-solar-bot-div p a {
  position: absolute;
  display: block;
  color: #ffffff;
  padding: 20px;
  font-size: 21px;
  bottom: 0px;
  left: 0px;
  line-height: 30px;
}
.home-solar-bot-div .home-our-top-right {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  left: 20px;
  bottom: 20px;
}

.home-solar-bot-div.nomargin {
  margin-left: 0px;
}

.home-solar-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  .home-solar-left {
    max-width: 430px;
    width: 100%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .home-solar-bot-div p a {
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .home-solar-bot-div .home-our-top-right {
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .home-solar {
    padding-bottom: 20px;
  }
  .home-solar-top {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    text-align: center;
  }
  .home-solar-top .home-solar-left {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 34px;
    line-height: 40px;
  }
  .home-solar-top .home-solar-right {
    width: 100%;
    font-size: 16px;
  }
  .home-solar-bot-div .home-our-top-right {
    font-size: 14px;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .home-solar-bot-div {
    width: 31%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@media screen and (max-width: 768px) {
  .home-solar-top .home-solar-left {
    font-size: 24px;
    line-height: 32px;
  }
  .home-solar-top .home-solar-right {
    font-size: 14px;
  }
  .home-solar-bot-div .home-our-top-right {
    left: 4px;
    font-size: 12px;
    bottom: 4px;
  }
  .home-solar-bot-div p a {
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
  }
}
@media screen and (max-width: 520px) {
  .home-solar-bottom {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .home-solar-bot-div {
    width: 49%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.home-zhengshu-bt {
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  text-align: center;
}

.home-zhengshu {
  background-color: rgba(251, 251, 251, 0.75);
  padding-top: 92px;
}
.home-zhengshu .home-title {
  text-align: center;
}

.home-zs-img {
  display: block;
  font-size: 0px;
}
.home-zs-img > div > p {
  margin-top: 33px;
  border-top: solid 1px rgba(51, 51, 51, 0.07);
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  padding-top: 23px;
}

.home-zs-div {
  background: #fff;
  text-align: center;
  padding: 32px;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.home-zs-div::before {
  -moz-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f87312, #f87312);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f87312, #f87312);
  background-blend-mode: normal, normal;
}

.home-zs-div:hover p {
  color: #00a0ea;
}

.home-zs-div:hover:before {
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.check-full {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  position: relative;
  left: 50%;
  border-radius: 30px;
  color: #fff;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
}

.home-zs-wufeng {
  margin-top: 56px;
}

.zhengshuswiper {
  padding-bottom: 50px;
  position: relative;
}

.zhengshuswiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b1b1b1;
  margin: 0 6px !important;
}
.zhengshuswiper .swiper-pagination-bullet-active {
  background-color: #00a0ea;
}

.home-zs-wufeng .swiper-pagination {
  /* display: none; */
}

@media screen and (max-width: 768px) {
  .home-zs-wufeng .swiper-pagination {
    display: none;
  }
}
/* 强制覆盖动画曲线 */
.zhengshuswiper .swiper-wrapper {
  -moz-transition-timing-function: linear !important;
       transition-timing-function: linear !important;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 0.7.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -moz-animation: bounceFromRight 0.4s ease-out;
       animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -moz-animation: bounceFromLeft 0.4s ease-out;
       animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -moz-animation: bounce 2s infinite ease-in-out;
       animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -moz-animation-delay: -1s;
       animation-delay: -1s;
}
@-moz-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 999px) {
  .home-zhengshu {
    padding-top: 20px;
  }
  .home-zs-wufeng {
    margin-top: 20px;
  }
  .home-zs-div {
    padding: 20px;
    padding-bottom: 10px;
  }
  .home-zs-img > div > p {
    margin-top: 20px;
    padding-top: 10px;
  }
  .zhengshuswiper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-zhengshu-bt {
    font-size: 22px;
    line-height: 30px;
  }
  .home-zs-img > div > p {
    font-size: 14px;
    margin-top: 10px;
  }
  .zhengshuswiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 420px) {
  .home-zhengshu-bt {
    font-size: 20px;
  }
  .home-title {
    font-size: 18px;
  }
}
.home-quality-img {
  font-size: 0px;
  width: 82px;
  height: 82px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  border-radius: 4px;
  position: relative;
  z-index: 3;
}

.home-quality-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  text-align: center;
  margin-top: 23px;
}

.home-quality-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: inherit;
       align-items: inherit;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.home-quality-div > div:nth-child(3n) {
  margin-right: 0px;
}
.home-quality-div > div {
  width: 32.1428571429%;
  padding: 24px;
  padding-bottom: 46px;
  background-color: #ffffff;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
  border-radius: 0px 0px 10px 10px;
  position: relative;
  margin-bottom: 10px;
  bottom: -52px;
  margin-right: 1.7142857143%;
  border-radius: 10px;
}
.home-quality-div > div::before {
  content: "";
  width: 100%;
  height: 42px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f17e09, #f17e09);
  background-blend-mode: normal, normal;
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
}

.home-quality-div > div:hover {
  border-radius: 10px;
}
.home-quality-div > div:hover .home-quality-div-title:before {
  opacity: 1;
}
.home-quality-div > div:hover:before {
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.home-quality-div-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #222222;
  position: relative;
  margin-top: 16.8%;
  padding-top: 23px;
  margin-bottom: 5px;
}

.home-quality-div-title:before {
  content: "";
  top: 0px;
  position: absolute;
  left: 0px;
  width: 51px;
  height: 5px;
  background-color: #00a0ea;
  border-radius: 3px;
  opacity: 0.18;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.home-quality-div-neirong {
  font-size: 17px;
  line-height: 27px;
  color: #222222;
}

@media screen and (max-width: 999px) {
  .home-quality-div {
    margin-top: 20px;
  }
  .home-quality-div div {
    padding: 16px;
    bottom: 0px;
  }
  .home-quality-div-title {
    margin-top: 30px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .home-quality-div-neirong {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-quality-div div {
    text-align: center;
  }
  .home-quality-img {
    margin: auto;
  }
  .home-quality-title {
    font-size: 24px;
    line-height: 30px;
  }
  .home-quality-img {
    width: 36px;
    height: 36px;
  }
  .home-quality-div-title::before {
    width: 30px;
    left: 50%;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  .home-quality-div-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .home-quality-div div {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .home-quality-div div {
    width: 100%;
    margin-right: 0px;
  }
}
.home-contact {
  margin-top: 8.7%;
}
.home-contact .home-zhengshu-bt,
.home-contact .home-title {
  text-align: center;
}

.home-contact-right {
  padding-left: 43px;
  padding-top: 31px;
  width: 54.5714285714%;
}
.home-contact-right form {
  margin-top: 27px;
}
.home-contact-right form > p {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  width: 44.24%;
  font-size: 0px;
}
.home-contact-right form > p > input {
  border: 0px;
  width: 100%;
  background: #fff;
  padding: 17px 20px;
  border-radius: 10px;
  outline: none;
}
.home-contact-right form > p > input::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form > p > input:-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form > p > input::-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form > p > input:-ms-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form .tea {
  width: 90%;
  height: 130px;
  border-radius: 10px;
}
.home-contact-right form textarea {
  width: 100%;
  border: 0px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  outline: none;
}
.home-contact-right form textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form textarea:-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form textarea::-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.home-contact-right form textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 16px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}

.home-contact-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 56px;
  background-color: rgba(0, 160, 234, 0.08);
  border-radius: 10px;
}

.home-contact-right-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #222222;
}

.home-contact-left {
  width: 45.4285714286%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.checkboxdiv {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.checkboxdiv p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  width: 77.74%;
}
.checkboxdiv p b,
.checkboxdiv p a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #00a0ea;
  font-weight: bold;
  cursor: pointer;
}
.checkboxdiv input {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: solid 1px #666666;
  position: relative;
  top: 6px;
  margin-left: 14px;
  margin-right: 14px;
  cursor: pointer;
}
.checkboxdiv .tongyi {
  width: 60%;
}

.subinput {
  width: 120px;
  height: 50px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f17e09, #f17e09);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  border: 0px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 9px;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.subinput:hover {
  box-shadow: 0 0 8px rgba(0, 160, 234, 0.5);
  /* 发光效果 */
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
  /* 轻微上浮 */
}

@media screen and (max-width: 1400px) {
  .home-contact-div {
    -moz-box-align: center;
         align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .home-contact {
    margin-top: 40px;
  }
  .home-contact-div {
    margin-top: 20px;
  }
  .checkboxdiv .tongyi {
    width: 77.74%;
  }
}
@media screen and (max-width: 768px) {
  .home-contact-div {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .home-contact-left {
    width: 100%;
    text-align: center;
  }
  .home-contact-right {
    padding-left: 2%;
    width: 100%;
    padding-right: 2%;
  }
  .home-contact-right form {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-contact-right form .tea {
    width: 100%;
  }
  .home-contact-right form > p {
    width: 49%;
    margin-right: 0px;
  }
  .checkboxdiv p {
    width: 100%;
  }
  .checkboxdiv .tongyi {
    width: 100%;
  }
  .subinput {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .home-contact-right {
    padding-top: 16px;
  }
  .home-contact-right-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-contact-right form {
    margin-top: 10px;
  }
  .home-contact-right form p {
    width: 100%;
  }
}
.home-comm-mid .home-title {
  text-align: center;
}

.home-comm {
  background: #fafafa;
  padding-bottom: 96px;
  /*margin-top: 114px;*/
  padding-top: 76px;
}

.home-comm-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 90px;
}
.home-comm-div .m-muban-pagebox {
  width: 100%;
}
.home-comm-div > div:nth-child(3n) {
  margin-right: 0px;
}
.home-comm-div > div {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 31.6428571429%;
  margin-right: 2.5%;
  overflow: hidden;
  border-radius: 10px;
  /* background: #fff; */
}
.home-comm-div > div > div {
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  padding-bottom: 53px;
}
.home-comm-div > div > div a {
  max-width: 323px;
}
.home-comm-div > div > div a:hover {
  color: #00a0ea;
}
.home-comm-div > div .home-comm-date {
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  min-width: 140px;
  max-width: 100%;
  text-align: center;
  margin-top: 26px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 13px;
}
.home-comm-div > div.nomargin {
  margin-left: 0px;
}

.home-comm-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.home-comm-div > div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.home-comm-div > div:hover .home-comm-div-title, .home-comm-div > div:hover .home-comm-div-neirong {
  color: #00a0ea;
}

.home-comm-div-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #222222;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-comm-div-neirong {
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 11px;
}

@media screen and (max-width: 1200px) {
  .home-comm-div > div > div {
    padding: 20px;
  }
  .home-comm-div > div .home-comm-date {
    margin-top: 0px;
  }
}
@media screen and (max-width: 999px) {
  .home-comm {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-comm-div {
    margin-top: 40px;
  }
  .home-comm-div > div > div {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .home-comm-div {
    margin-top: 10px;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .home-comm-div > div {
    margin-right: 0px;
  }
  .home-comm {
    padding-bottom: 0px;
  }
  .home-comm-div > div .home-comm-date {
    font-size: 12px;
    min-width: 100px;
    margin-bottom: 6px;
  }
  .home-comm-div-title {
    font-size: 16px;
    line-height: 22px;
  }
  .home-comm-div-neirong {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .home-comm-div > div {
    width: 49%;
  }
}
@media screen and (max-width: 460px) {
  .home-comm-div > div {
    width: 100%;
  }
}
.footer-div-mid {
  padding-top: 110px;
  background: url(../images/footerbg.png) left top;
  background-repeat: no-repeat;
  background-color: rgba(244, 244, 244, 0.73);
  padding-bottom: 40px;
}

.footer-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.footer-div > div {
  padding-right: 2%;
}
.footer-div > div > p,
.footer-div > div > .bottomnav{
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 9px;
  display: block;
}
.footer-div > div ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.footer-div > div ul li a:hover {
  color: #00a0ea;
}
.footer-div > div:last-child {
  padding-right: 0px;
}

.footer-bottom div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 20px;
}
.footer-bottom .dh-right {
  overflow: hidden;
}
.footer-bottom .dh-right .dhr-img {
  width: 38px;
  height: 38px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin-right: 4px;
}
.footer-bottom > .footer-bottom-fxzj a {
  color: #b0b0b0;
  width: 39px;
  height: 39px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  border-radius: 50px;
  -moz-box-pack: center;
       justify-content: center;
  background-color: rgba(164, 164, 164, 0.42);
  margin-right: 16px;
  color: #fff;
}
.footer-bottom > .footer-bottom-fxzj a img {
  width: 20px;
}
.footer-bottom > .footer-bottom-fxzj a:hover {
  background-color: rgba(0, 160, 234, 0.92);
  color: #fff;
}
.footer-bottom a:hover {
  color: #00a0ea;
}

.cop-mid {
  font-size: 14px;
  line-height: 32px;
  color: #b0b0b0;
}
.cop-mid span {
  color: #b0b0b0;
  margin-left: 10px;
  cursor: pointer;
}

.footer-bottom > .dh-right {
  margin-top: 68px;
  margin-bottom: 33px;
  max-width: 220px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 13px;
  background-image: -moz-linear-gradient(359deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), -moz-linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
  background-image: linear-gradient(91deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
  background-blend-mode: normal, normal;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.footer-bottom > .dh-right .dhr-img:nth-child(2) {
  margin-left: 0px;
  margin-right: 14px;
}
.footer-bottom > .dh-right p {
  margin-right: 4px;
}
.footer-bottom > .dh-right span {
  margin-left: 10px;
  font-size: 18px;
}
.footer-bottom > .dh-right a {
  color: #fff;
}
.footer-bottom p a {
  color: #b0b0b0;
}
.footer-bottom p a:hover {
  color: #00a0ea;
}

@media screen and (max-width: 1180px) {
  .footer-div > div > p {
    font-size: 20px;
  }
  .footer-div > div ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .footer-div-mid {
    padding-top: 20px;
  }
  .footer-bottom > .dh-right {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
    left: 0;
  }
  .footer-div {
    display: none;
  }
  .footer-bottom div {
    -moz-box-pack: center;
         justify-content: center;
  }
  .cop-mid {
    text-align: center;
    line-height: 24px;
  }
  .footer-bottom div a {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .footer-div-mid {
    padding-bottom: 50px;
  }
}
.contact-pc {
  position: fixed;
  right: 10px;
  bottom: 40%;
  z-index: 6;
}
.contact-pc li {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-pc li a {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-image: -moz-linear-gradient(359deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), -moz-linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
  background-image: linear-gradient(91deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
  background-blend-mode: normal, normal;
  border-radius: 4px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-pc li a:hover {
  -moz-transform: translateX(-4px);
   -ms-transform: translateX(-4px);
       transform: translateX(-4px);
}

@media screen and (max-width: 768px) {
  .contact-pc {
    width: 100%;
    bottom: 0px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    right: 0px;
    background-image: -moz-linear-gradient(359deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), -moz-linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
    background-image: linear-gradient(91deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
    background-blend-mode: normal, normal;
  }
  .contact-pc li {
    width: 20%;
    margin-bottom: 0px;
  }
  .contact-pc li a {
    border-radius: 0px;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@font-face {
  font-family: "iconfont";
  /* Project id 4893588 */
  src: url("../fonts/iconfont.woff2?t=1746515596294") format("woff2"), url("../fonts/iconfont.woff?t=1746515596294") format("woff"), url("../fonts/iconfont.ttf?t=1746515596294") format("truetype"), url("../fonts/iconfont.svg?t=1746515596294#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-10:before {
  content: "\e624";
}

.icon-lunbozuojian:before {
  content: "\e723";
}

.icon-left1:before {
  content: "\e725";
}

.icon-shubiao:before {
  content: "\e662";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-sousuo1:before {
  content: "\e61f";
}

.icon-Facebook:before {
  content: "\e607";
}

.icon-zhibiaozhushibiaozhu:before {
  content: "\e609";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-huida:before {
  content: "\e61e";
}

.icon-dianhua1:before {
  content: "\e614";
}

.icon-youxiang1:before {
  content: "\e604";
}

.icon-fangzi:before {
  content: "\e8ff";
}

.icon-wenti:before {
  content: "\e613";
}

.icon-dizhi:before {
  content: "\e606";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-dianhua:before {
  content: "\e817";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-phone-fill:before {
  content: "\e85f";
}

.icon-sousuo:before {
  content: "\e60d";
}

.icon-custom-phone:before {
  content: "\e634";
}

.icon-top:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-xiangzuojiantou:before {
  content: "\e660";
}

.icon-xiazai:before {
  content: "\e823";
}

.icon-xiala:before {
  content: "\e61d";
}

.crumb-div {
  font-size: 1.4rem;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #9a9a9a;
}
.crumb-div span {
  display: inline-block;
  width: 20px;
  height: 18px;
  font-size: 0px;
  margin-right: 14px;
  position: relative;
  top: 2px;
}

.crumb-mid {
  background-color: rgba(236, 236, 236, 0.6);
}
.crumb-mid a {
  color: #9a9a9a;
  margin-left: 2px;
  margin-right: 2px;
}
.crumb-mid a:hover {
  color: #04a2ea;
}

.home-quality.about {
  padding-top: 120px;
  padding-bottom: 120px;
}
.home-quality.about .home-quality-title {
  margin-top: 36px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 74px;
}
.home-quality.about .home-quality-div > div {
  bottom: 0px;
}

@media screen and (max-width: 999px) {
  .home-quality.about {
    padding-top: 20px;
  }
  .home-quality.about .home-quality-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-quality.about {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-quality.about .home-quality-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
  }
  .crumb-div {
    font-size: 1.2rem;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .crumb-div span {
    margin-right: 4px;
  }
}
.about-our-left {
  width: 40%;
}

.about-our-left-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #222222;
}

.about-our-left-neirong {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  max-width: 520px;
  margin-top: 10px;
  margin-bottom: 18px;
}

.about-our-toget {
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #80d3f9 100%), -moz-linear-gradient(#fff8f0, #fff8f0);
  background-image: linear-gradient(91deg, #00a0ea 0%, #80d3f9 100%), linear-gradient(#fff8f0, #fff8f0);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  border: solid 1px #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-our-toget:hover {
  color: #fff;
  background: #04a2ea;
}

.about-our-mid {
  background: url(../images/aboutoutbj.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.about-our {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.about-our-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  color: #222222;
  width: 46.0714285714%;
}
.about-our-right .aboutourswiper {
  width: 87.44%;
  height: 590px;
}
.about-our-right .aboutourswiper .swiper-slide {
  padding-left: 33px;
  height: auto;
}
.about-our-right .about-neet-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #222222;
  margin-bottom: 8px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
  overflow-y: auto;
}
.about-our-right .about-neet-neirong {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow-y: auto;
}
.about-our-right .about-neet {
  padding-left: 50px;
  padding-right: 10px;
  background-color: #ffffff;
  padding-top: 42px;
  padding-bottom: 28px;
  border-radius: 10px;
  position: relative;
}
.about-our-right .about-neet span {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: -26px;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.about-our-right .about-neet:hover .about-neet-title {
  color: #04a2ea;
}

.about-our-r-left {
  margin-top: 12%;
}

.about-out-yuan {
  position: relative;
  height: 210px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.about-out-yuan p {
  position: relative;
  font-size: 0px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  border-radius: 50%;
}
.about-out-yuan p::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  border-radius: 23px;
  opacity: 0.52;
  top: -9px;
  left: -9px;
}

.about-out-yuan::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 100%;
  left: 12px;
  background-color: rgba(58, 182, 239, 0.08);
  border-radius: 2px;
}

@media screen and (max-width: 1200px) {
  .about-our-right {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .about-our-mid {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .about-our-mid .about-our {
    flex-wrap: wrap;
  }
  .about-our-left-neirong {
    max-width: none;
  }
  .about-our-left {
    width: 100%;
  }
  .about-our-right .aboutourswiper,
  .about-our-right {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .about-our-r-left {
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-our-r-left .about-out-yuan {
    width: 50%;
    height: auto;
  }
  .about-our-r-left .about-out-yuan p {
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
  }
  .about-our-r-left .about-out-yuan::before {
    width: 100%;
    top: 12px;
    height: 3px;
  }
  .about-our-right .about-neet-title,
  .about-our-right .about-neet-neirong {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-our-left-title {
    font-size: 24px;
    line-height: 28px;
  }
  .about-our-left-neirong {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about-our-toget {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .about-our-right .about-neet {
    padding: 10px;
  }
  .about-our-right .aboutourswiper .swiper-slide {
    padding: 0px;
  }
  .about-our-right .about-neet span {
    position: unset;
    top: 0px;
    -moz-transform: none;
     -ms-transform: none;
         transform: none;
  }
  .about-our-right .about-neet-title {
    font-size: 18px;
    line-height: 24px;
  }
  .about-our-right .about-neet-neirong {
    font-size: 14px;
    line-height: 22px;
  }
}
.about-culture {
  position: relative;
}
.about-culture .about-our-left-title {
  text-align: center;
  margin-top: 108px;
  margin-bottom: 36px;
}

.cultureswiper {
  margin-bottom: 46px;
}
.cultureswiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 24px;
}
.cultureswiper .swiper-pagination-bullet {
  width: 13px;
  height: 4px;
  background-color: rgb(9, 159, 229);
  border-radius: 2px;
  opacity: 0.45;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.cultureswiper .swiper-pagination-bullet-active {
  width: 60px;
  height: 4px;
  background-color: rgb(9, 159, 229);
  border-radius: 2px;
  opacity: 1;
}
.cultureswiper .swiper-slide-prev,
.cultureswiper .swiper-slide-next {
  opacity: 0.4;
  -moz-transform: 0.5s;
   -ms-transform: 0.5s;
       transform: 0.5s;
}
.cultureswiper .swiper-slide .culture-div {
  visibility: hidden;
  opacity: 0;
  -moz-transition: 1s;
  transition: 1s;
}
.cultureswiper .swiper-slide-active {
  opacity: 1;
}
.cultureswiper .culture-img {
  display: block;
  font-size: 0px;
  position: relative;
}
.cultureswiper .swiper-slide-active .culture-div {
  visibility: visible;
  opacity: 1;
}
.cultureswiper .culture-div {
  margin-left: auto;
  margin-right: auto;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 80%;
  padding: 38px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  color: rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 32px 0px rgba(62, 156, 125, 0.09);
  border-radius: 10px;
}
.cultureswiper .culture-div-right {
  display: block;
  font-size: 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  border-radius: 4px;
  width: 82px;
  min-width: 82px;
  height: 82px;
  min-height: 82px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-left: 10px;
}
.cultureswiper .cul-neirong {
  font-size: 18px;
  line-height: 28px;
  margin-top: 6px;
}
.cultureswiper .cul-title {
  font-size: 24px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  line-height: 28px;
}

@media screen and (max-width: 1420px) {
  .cultureswiper .culture-div {
    padding: 22px;
  }
}
@media screen and (max-width: 999px) {
  .about-culture .about-our-left-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cultureswiper {
    margin-bottom: 20px;
  }
  .cultureswiper .culture-div {
    width: 90%;
  }
  .cultureswiper .culture-div-right {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .cultureswiper .cul-neirong {
    font-size: 16px;
    line-height: 24px;
  }
  .cultureswiper .cul-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 550px) {
  .cultureswiper .culture-div {
    padding: 10px;
  }
  .cultureswiper .cul-neirong {
    font-size: 14px;
  }
  .cultureswiper .cul-title {
    font-size: 16px;
    line-height: 20px;
  }
  .cultureswiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 10px;
  }
}
.about-elev-left {
  width: 39.2857142857%;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 52px;
  color: rgb(34, 34, 34);
}
.about-elev-left span {
  margin-top: 44px;
  display: block;
  font-size: 0px;
}

.about-elev {
  background: url(../images/douhao.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8.5rem;
  padding-bottom: 5.4rem;
}

.about-elev-right {
  width: 40.7142857143%;
  font-size: 22px;
  line-height: 30px;
  color: rgb(22, 22, 22);
}
.about-elev-right p {
  margin-bottom: 18px;
}
.about-elev-right .about-our-toget {
  margin-top: 30px;
}

.about-elev-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .about-elev-left,
  .about-elev-right {
    width: 48%;
  }
  .about-elev {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .about-elev-left {
    width: 100%;
  }
  .about-elev-mid {
    flex-wrap: wrap;
  }
  .about-elev-right {
    width: 100%;
  }
  .about-elev-left span {
    margin-top: 20px;
  }
  .about-elev-right .about-our-toget {
    margin-top: 10px;
  }
  .about-elev-mid {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about-elev-left {
    font-size: 22px;
    line-height: 28px;
  }
  .about-elev-right {
    font-size: 14px;
    line-height: 24px;
  }
  .about-elev-right p {
    margin-bottom: 0px;
  }
  .about-our-toget {
    font-size: 12px;
  }
}
.fy-banner-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}

.fy-div-neirong {
  max-width: 850px;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 2.8%;
  margin-bottom: 3.2%;
}
.fy-div-neirong span {
  display: block;
}

.fy-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 13.59%;
  top: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.fy-div .ban-pro a {
  margin-top: 0px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #80d3f9 100%), -moz-linear-gradient(#fff8f0, #fff8f0);
  background-image: linear-gradient(91deg, #00a0ea 0%, #80d3f9 100%), linear-gradient(#fff8f0, #fff8f0);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  border: solid 1px #ffffff;
}
.fy-div .ban-pro a:hover {
  background: transparent;
}
.fy-div div {
  margin-right: auto;
  margin-bottom: 30px;
}

.fenyebanner {
  position: relative;
  margin-top: 100px;
  z-index: 10;
}

.math-gd {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.math-div {
  width: 19.6875%;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  border: solid 1px #f4f7fb;
  background-color: rgba(255, 255, 255, 0.36);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding-top: 20px;
  padding-bottom: 28px;
  padding-left: 10px;
  padding-right: 10px;
}
.math-div .math-shuzi {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 54px;
  color: #222222;
  margin-top: 12px;
  margin-bottom: 16px;
}
.math-div .math-neirong {
  font-size: 22px;
  line-height: 28px;
  color: #161616;
}

.math-div:nth-child(2) .math-shuzi {
  font-size: 36px;
}

.fy-img {
  position: relative;
  font-size: 0px;
}
.fy-img .math-gd {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .math-div .math-neirong {
    font-size: 18px;
    line-height: 24px;
  }
  .math-div .math-shuzi {
    font-size: 40px;
    line-height: 50px;
  }
  .math-div:nth-child(2) .math-shuzi {
    font-size: 32px;
  }
  .math-div .math-shuzi {
    margin-top: 0px;
    line-height: 44px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1420px) {
  .fy-div {
    left: 2%;
  }
  .fy-div div {
    /* margin-bottom: 80px; */
    width: 90%;
  }
  .fy-banner-title {
    line-height: 50px;
  }
  .math-div .math-neirong {
    font-size: 14px;
  }
  .math-div .math-shuzi {
    font-size: 32px;
    line-height: 34px;
  }
  .math-div:nth-child(2) .math-shuzi {
    font-size: 22px;
    line-height: 26px;
  }
  .fy-banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .fy-div-neirong {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .fy-img .math-gd {
    position: relative;
  }
  .fy-div {
    top: 6%;
    height: auto;
  }
  .fy-div div {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 999px) {
  .fenyebanner {
    margin-top: 81px;
  }
  
  .math-gd {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
  }
  .math-div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .fy-img img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    /* max-width: 350%; */
  }
  .fy-img {
    min-height: 200px;
    -moz-box-align: center;
         align-items: center;
  }
  .fy-div {
    top: 50%;
    -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
         transform: translateY(-50%);
     
  }
  .fy-div.abus{
      top: 12%;
    -moz-transform: translateY(-20%);
     -ms-transform: translateY(-20%);
         transform: translateY(-20%);
  }
}
@media screen and (max-width: 768px) {
  .fy-banner-title {
    font-size: 24px;
    line-height: 26px;
  }
  .fy-div-neirong {
    line-height: 20px;
    font-size: 14px;
  }
  .math-div .math-shuzi {
    font-size: 20px;
    line-height: 24px;
  }
  .math-div:nth-child(2) .math-shuzi {
    font-size: 16px;
    line-height: 24px;
  }
  .math-div {
    padding: 10px;
  }
  .math-div .math-neirong {
    line-height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .math-div {
    width: 48%;
  }
}
.down-tab {
  padding-top: 72px;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  /* overflow-x: auto; */
  /* white-space: nowrap; */
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.down-tab p{
  white-space: nowrap;
  padding-top: 22px;
  padding-bottom: 20px;
  min-width: 24.5714285714%;
  width: auto;
  background-color: #fff;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.09);
  border-radius: 10px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.down-tab p.active {
  background: #3ab6ef;
  color: #fff;
}

.down-tab-nr .down-top {
  padding-left: 30px;
  text-align: center;
  padding-right: 20px;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  background-color: #d4f1ff;
}
.down-tab-nr .down-top p {
  max-width: 24%;
  width: 100%;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding-top: 28px;
  padding-bottom: 22px;
  color: #222222;
}
.down-tab-nr .down-top p:nth-child(1) {
  text-align: left;
}
.down-tab-nr ul li {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 4px;
  background-color: #f3f3f3;
  line-height: 22px;
  font-size: 18px;
  color: #666666;
  border: solid 1px rgba(0, 0, 0, 0);
}
.down-tab-nr ul li p {
  width: 100%;
  text-align: center;
}
.down-tab-nr ul li .name {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
}
.down-tab-nr ul li .name span {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border: solid 3px #3ab6ef;
  margin-right: 6px;
  border-radius: 50%;
}
.down-tab-nr ul li .down {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.down-tab-nr ul li .down a:nth-child(2) {
  margin-left: 4px;
}
.down-tab-nr ul li .down a {
  padding-bottom: 10px;
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  background: #fff;
  color: #666666;
  border-radius: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.down-tab-nr ul li .down span {
  display: block;
  font-size: 0px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.down-tab-nr ul li .down span img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0px;
  min-width: 20px;
  margin-left: 12px;
  display: none;
}
.down-tab-nr ul li .down span img:nth-child(1) {
  display: inline-block;
}
.down-tab-nr ul li a:hover {
  background-color: #3ab6ef;
  color: #fff;
}
.down-tab-nr ul li a:hover img:nth-child(1) {
  display: none;
}
.down-tab-nr ul li a:hover img:nth-child(2) {
  display: inline-block;
}
.down-tab-nr ul li:hover {
  background-color: #f7fcff;
  border: solid 1px #3ab6ef;
}

.m-muban-pagebox {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  background: #f2f2f2;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #222222;
  line-height: 60px;
  margin: 4px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-muban-pagebox .m-muban-prev,
.m-muban-pagebox .m-muban-next {
  background: transparent;
}
.m-muban-pagebox a:hover,
.m-muban-pagebox a.active {
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#409ef2, #409ef2);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#409ef2, #409ef2);
  background-blend-mode: normal, normal;
  color: #fff;
}
.m-muban-pagebox a.no:hover {
  background: #fff;
  color: #222222;
  cursor: auto;
}

.m-muban-pagenum {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.m-muban-pagenum a {
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 30px;
    border-radius: 4px;
  }
  .m-muban-pagebox {
    -moz-box-pack: center;
         justify-content: center;
  }
}
@media screen and (max-width: 1420px) {
  .down-tab p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1340px) {
  .down-tab-nr ul li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .down-tab-nr ul li .down {
    flex-wrap: wrap;
  }
  .down-tab-nr ul li .down a {
    margin-bottom: 10px;
  }
  .down-tab-nr ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .down-tab {
    padding-top: 20px;
    margin-bottom: 20px;
    -moz-box-pack: start;
         justify-content: flex-start;
  }
  .down-tab p {
    padding-top: 14px;
    padding-bottom: 14px;
    width: auto;
    min-width: auto;
    margin-right: 10px;
  }
  .m-muban-pagebox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .down-tab-nr ul li .down a {
    font-size: 14px;
  }
  .down-tab-nr ul li {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .down-tab p {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .down-tab-nr .down-top p {
    font-size: 16px;
    line-height: 24px;
  }
  .down-tab-nr .down-top .file,
  .down-tab-nr .down-top .time {
    display: none;
  }
  .down-tab-nr ul li p,
  .down-tab-nr .down-top p {
    max-width: 49%;
  }
  .down-tab-nr ul li p.file,
  .down-tab-nr ul li p.time {
    display: none;
  }
  .down-tab-nr ul li .down a {
    padding: 4px 12px;
  }
}
.our-mid-top-look {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #222222;
  margin-right: 3.2%;
  white-space: nowrap;
}

.home-our-mid .our-mid {
  padding-top: 37px;
}

.our-mid-top {
  padding: 24px 42px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 27px 0px rgba(3, 22, 31, 0.08);
  border-radius: 10px;
}
.our-mid-top form {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.our-mid-top form > input {
  /* width: 29.8%; */
  width: 50%;
  outline: none;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-left: 20px;
  padding-right: 20px;
  @incude placeholder(#666, $wxr, 14px);
}
.our-mid-top select {
  text-align: center;
  max-width: 20%;
  padding-right: 22px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  position: relative;
  margin-right: 35px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
}
.our-mid-top select:focus {
  border: solid 3px #05a2ea;
}
.our-mid-top form > div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
}

.form-left {
  width: 100%;
  height: 60px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.our-mid-top form > div input {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  padding-left: 10px;
  overflow: hidden;
  outline: none;
}

.our-mid-top input:focus {
  border: solid 3px #05a2ea;
}

.keywords-title {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  margin-top: 10px;
}

.our-tj {
  margin-left: 35px;
  width: 58px;
  min-width: 58px;
  height: 58px;
  background-image: -moz-linear-gradient(322deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#fcfcfc, #fcfcfc);
  background-image: linear-gradient(128deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#fcfcfc, #fcfcfc);
  background-blend-mode: normal, normal;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.our-tj input {
  border: 0px;
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.our-tj i {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  font-size: 30px;
}

.our-tj:hover {
  background: #00a0ea;
}

@media screen and (max-width: 1200px) {
  .our-mid-top {
    padding-left: 20px;
  }
  .our-mid-top select {
    width: 200px;
    margin-right: auto;
  }
  .our-mid-top-look {
    margin-right: auto;
  }
  .our-tj {
    margin-left: auto;
  }
  .our-mid-top form {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
}
@media screen and (max-width: 1050px) {
  .fenyebanner.our .fy-div {
    background-size: cover;
    height: 300px;
  }
}
@media screen and (max-width: 999px) {
  .our-tj {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    height: 30px;
  }
  .our-mid-top {
    padding: 10px;
  }
  .our-mid-top form {
    flex-wrap: wrap;
  }
  .our-mid-top form input {
    height: 40px;
  }
  .our-mid-top .our-mid-top-look {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .our-mid-top select {
    height: 40px;
    max-width: 32%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .our-mid-top form select {
    max-width: 49%;
  }
  .our-mid-top form > input {
    width: 100%;
    margin-top: 10px;
  }
}
.our-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 50px;
}

.our-list-div {
  width: 32.8571428571%;
  margin-right: 0.7142857143%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
  border-radius: 10px;
  margin-bottom: 12px;
}

.our-list-div:nth-child(3n) {
  margin-right: 0px;
}

.our-list-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 54.8%;
}
.our-list-img span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.our-list-div:hover a {
  color: #008ed8;
}
.our-list-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.our-list-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 12px;
  display: block;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow:ellipsis;
  overflow: hidden;
}

.our-list-neirong {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our-list-view {
  font-size: 20px;
  line-height: 30px;
  /*color: #f08200;*/
  /* color: #333333; */
  color: #008ed8;
  font-weight: bold;
  margin-top: 25px;
  display: block;
  padding-bottom: 16px;
  text-align: right;
}
.our-list-view::first-letter{
  text-transform: uppercase;
} 

@media screen and (max-width: 999px) {
  .our-list {
    padding-top: 20px;
  }
  .our-list-title {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .our-list-neirong {
    font-size: 16px;
    line-height: 26px;
  }
  .our-list-view {
    margin-top: 10px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .our-list {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .our-list-div {
    margin-left: 0px;
    padding: 10px;
    width: 49%;
  }
  .our-list-title {
    font-size: 18px;
    line-height: 24px;
  }
  .our-list-neirong {
    font-size: 14px;
    line-height: 22px;
  }
  .our-list-view {
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 440px) {
  .our-list-div {
    width: 100%;
  }
}
.qua-zs-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.qua-zs-mid .home-zs-div {
  width: 23.3571428571%;
  margin-left: 2.1428571429%;
  margin-bottom: 26px;
}
.qua-zs-mid .home-zs-div.nomargin {
  margin-left: 0px;
}

.fenyebanner.zhengshu .fy-div-neirong {
  max-width: 1290px;
}

@media screen and (max-width: 999px) {
  .fenyebanner.zhengshu .fy-div {
    background-size: cover;
  }
}
@media screen and (max-width: 999px) {
  .qua-zs-mid {
    -moz-box-pack: center;
         justify-content: center;
  }
  .qua-zs-mid .home-zs-div,
  .qua-zs-mid .home-zs-div.nomargin {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 450px) {
  .qua-zs-mid {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .qua-zs-mid .home-zs-div,
  .qua-zs-mid .home-zs-div.nomargin {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.visit-kuang {
  position: fixed;
  max-width: 480px;
  width: 100%;
  background-color: rgba(231, 236, 239, 0.4);
  border-radius: 10px;
  border: solid 1px rgb(255, 255, 255);
  padding: 18px;
  position: unset;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}
.visit-kuang span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 30px;
  cursor: pointer;
  color: #00a0ea;
}
.visit-kuang .ban-pro {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-bottom: 24px;
}
.visit-kuang .ban-pro a {
  display: block;
  margin-top: 0px;
  height: 50px;
  padding: 0px;
  line-height: 50px;
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.visit-kuang .ban-pro a.active {
  background-image: -moz-linear-gradient(359deg, rgb(0, 160, 234) 0%, rgb(128, 211, 249) 100%);
  background-image: linear-gradient(91deg, rgb(0, 160, 234) 0%, rgb(128, 211, 249) 100%);
}
.visit-kuang .ban-pro a:hover {
  background: #00a0ea;
}

.visit-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .visit-title {
    font-size: 20px;
  }
  .visit-kuang .ban-pro a {
    line-height: 36px;
    height: 36px;
  }
  .visit-kuang {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .visit-kuang .ban-pro {
    margin-bottom: 0px;
  }
  .visit-title {
    margin-bottom: 10px;
  }
  .visit-kuang {
    width: 100% !important;
    max-width: none;
    flex-wrap: wrap;
  }
  .visit-kuang .ban-pro {
    width: 100%;
  }
  .visit-kuang .ban-pro a {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .fenyebanner.contact .fy-div {
    background-size: cover;
  }
}
.contact-mid {
  background: #fafafa;
  padding-bottom: 40px;
}
.contact-mid .subinput {
  margin-bottom: 35px;
}
.contact-mid > .home-our-mid {
  padding-top: 0px;
  padding-top: 26px;
}
.contact-mid > .home-our-mid .home-contact {
  margin-top: 0px;
}
.contact-mid .home-contact-div {
  -moz-box-align: initial;
       align-items: initial;
  /* -moz-box-align: center; */
  /* align-items: center; */

}
.contact-mid .home-contact-left {
  background: url(../images/contactyy.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-mid .contact-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #222222;
}
.contact-mid .contact-name {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #222222;
}
.contact-mid .contact-nr {
  max-width: 475px;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 21.2%;
}
.contact-mid .contact-rt {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  -moz-box-pack: center;
       justify-content: center;
}
.contact-mid .contact-rt p {
  font-size: 0px;
  max-width: 134px;
  background-color: #f5fbfe;
  border-radius: 50%;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.16);
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 7%;
}
.contact-mid .contact-rt p:hover {
  box-shadow: 3px 4px 1px 1px rgb(1, 158, 231);
  -moz-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 999px) {
  .contact-mid {
    padding-bottom: 20px;
  }
  .contact-mid .home-contact-div {
    flex-wrap: wrap;
  }
  .contact-mid .home-contact-div .home-contact-left {
    width: 100%;
  }
  .contact-mid .home-contact-div .contact-rt {
    margin-left: 0px;
  }
  .contact-mid .home-contact-div .contact-nr {
    margin-bottom: 20px;
  }
  .contact-mid .home-contact-div .home-contact-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-mid .home-contact-div .home-contact-right form {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
         justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-mid .home-contact-div .home-contact-right form p.tea {
    width: 100%;
  }
  .contact-mid .home-contact-div .home-contact-right form > p {
    width: 49%;
    display: block;
    margin-right: 0px;
  }
  .contact-mid .home-contact-div .home-contact-right .checkboxdiv {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-mid .contact-name {
    font-size: 30px;
    line-height: 36px;
  }
  .contact-mid .contact-nr {
    max-width: none;
  }
  .contact-mid .contact-rt {
    -moz-box-pack: center;
         justify-content: center;
  }
  .contact-mid .contact-rt p {
    margin-left: 1%;
    margin-right: 1%;
  }
  .contact-mid > .home-our-mid {
    padding-top: 0px;
  }
  .contact-mid .home-contact-left {
    padding: 20px;
  }
  .contact-mid .subinput {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 450px) {
  .contact-mid .home-contact-div .home-contact-right form > p {
    width: 100%;
  }
  .contact-mid {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .contact-mid .contact-rt {
    max-width: auto;
    margin: 0px;
    margin-bottom: 10px;
  }
  .contact-mid .contact-rt p {
    max-width: auto;
    width: 48%;
  }
}
.contact-more-mid-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: rgb(34, 34, 34);
  width: 100%;
  text-align: center;
}

.more-name {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: rgb(22, 22, 22);
  margin-bottom: 7px;
}

.more-nr {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: rgb(102, 102, 102);
}

.more-div {
  margin-bottom: 6.4%;
}
.more-div a:hover {
  color: #019ee7;
}

.contact-more-left {
  width: 35.7142857143%;
}
.contact-more-left > div {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.more-icon {
  min-width: 38px;
  width: 38px;
  margin-right: 26px;
  display: block;
  font-size: 0px;
  overflow: hidden;
  position: relative;
  top: 2px;
}

.contact-more-right {
  max-width: 694px;
  width: 100%;
}
.contact-more-right > div {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-top: 28px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  background-color: #ffffff;
  box-shadow: 5px 9px 30px 0px rgba(158, 182, 203, 0.3);
  border-radius: 5px;
}
.contact-more-right > div:before {
  position: absolute;
  bottom: 0px;
  content: "";
  width: 0px;
  left: 0px;
  height: 3px;
  background-color: #019ee7;
  border-radius: 0px 0px 1px 1px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-more-right > div:hover:before {
  width: 100%;
}
.contact-more-right > div:hover .more-right-title {
  color: #029fe7;
}
.contact-more-right > div:hover .more-right-div a {
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
  color: #fff;
  border-color: transparent;
}

.more-right-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 13px;
}

.more-right-div {
  padding-left: 40px;
  padding-right: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.more-right-div a {
  width: auto;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #019ee7;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-left: 14px;
  padding-right: 20px;
  margin-right: 16px;
  padding-top: 6px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.more-right-div a span {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  border-radius: 50%;
  margin-right: 10px;
}

.contact-more-mk {
  background: #fafafa;
}

.contact-more-mid {
  padding-bottom: 114px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 86px;
}
.contact-more-mid .contact-more-mid-title {
  margin-bottom: 54px;
}

@media screen and (max-width: 1280px) {
  .more-right-div,
  .more-right-title {
    padding-left: 16px;
  }
  .contact-more-right {
    max-width: 600px;
  }
}
.more-ditu-ertitle {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: rgb(34, 34, 34);
}

.contact-ditu-ifarem {
  position: relative;
  height: 0px;
  padding-bottom: 28.5714285714%;
  overflow: hidden;
}
.contact-ditu-ifarem iframe,
.contact-ditu-ifarem video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.contact-ditu {
  padding-top: 122px;
  background-color: rgba(192, 232, 253, 0.14);
}

.slot {
  margin-top: 24px;
  margin-bottom: 127px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 16px;
  min-width: 212px;
  display: inline-block;
  position: relative;
  left: 50%;
  text-align: center;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-image: -moz-linear-gradient(359deg, rgb(0, 160, 234) 0%, rgb(128, 211, 249) 100%), -moz-linear-gradient(rgb(255, 248, 240), rgb(255, 248, 240));
  background-image: linear-gradient(91deg, rgb(0, 160, 234) 0%, rgb(128, 211, 249) 100%), linear-gradient(rgb(255, 248, 240), rgb(255, 248, 240));
  background-blend-mode: normal, normal;
  border-radius: 25px;
  border: solid 1px rgb(255, 255, 255);
}

.slot:hover {
  background: rgb(0, 160, 234);
  color: #fff;
}

@media screen and (max-width: 999px) {
  .contact-more-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-more-mid .contact-more-mid-title {
    margin-bottom: 20px;
  }
  .contact-more-left,
  .contact-more-right {
    width: 100%;
    max-width: none;
  }
  .contact-more-left {
    display: -moz-box;
    display: flex;
    -moz-box-align: initial;
         align-items: initial;
    -moz-box-pack: justify;
         justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .contact-more-left > div {
    width: 49%;
  }
 
  .contact-more-right > div {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-more-right .more-right-div,
  .contact-more-right .more-right-title {
    -moz-box-pack: center;
         justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-more-right .more-right-div a {
    margin-left: 1%;
    margin-right: 1%;
  }
  .contact-ditu {
    padding-top: 20px;
  }
  .slot {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact-more-mid-title {
    font-size: 30px;
  }
  .more-name {
    font-size: 20px;
    line-height: 24px;
  }
  .more-ditu-ertitle {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .slot {
    padding: 10px;
    min-width: 140px;
    font-size: 14px;
  }
  .contact-ditu-ifarem {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 560px) {
  .contact-more-left > div {
    width: 100%;
  }
  .contact-mid .contact-name,
  .contact-more-mid-title {
    font-size: 26px;
  }
}
.news-xq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 70px;
}

.news-xq-mid-left {
  width: 67.1428571429%;
  color: #666666;
}

.news-xq-mid-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  width: 28.5714285714%;
}

.author-mid {
  padding: 20px 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .author-mid {
    width: 100%;
  }
}
.author-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
}

.author-name {
  width: 100%;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.author-js {
  font-size: 16px;
  line-height: 24px;
}
.author-js a {
  color: #409ef2;
}

.author-img {
  min-width: 97px;
  width: 97px;
  min-height: 97px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #e8ecef;
  border-radius: 10%;
}

.new-maodian-title {
  font-size: 24px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  line-height: 36px;
  color: #222222;
  margin-bottom: 26px;
  position: relative;
}

.new-maodian-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 4px #409ef2;
  border-radius: 50%;
  left: -32px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}

.new-maodian-div {
  border-radius: 5px;
  z-index: 2;
  background: #fff;
  padding: 12%;
  padding-left: 16%;
  padding-right: 6%;
  padding-bottom: 6%;
  margin-bottom: 0px;
  margin-bottom: 32px;
}

#toc > a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}

#toc > a:hover {
  color: #409ef2;
}

@media screen and (max-width: 1280px) {
  .new-maodian-div {
    padding: 6%;
  }
}
@media screen and (max-width: 999px) {
  #toc > a {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .new-maodian-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .new-maodian-div {
    display: none;
  }
}
.newsxq-contact {
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 34px;
  padding-top: 42px;
}
.newsxq-contact h1 {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 48px;
  color: #409ef2;
}
.newsxq-contact h2,
.newsxq-contact h3 {
  font-size: 24px;
  line-height: 30px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: -100px;
  padding-top: 100px;
}
.newsxq-contact .newxq-data {
  line-height: 30px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 12px;
  margin-bottom: 19px;
}
.newsxq-contact .newxq-data p {
  margin-right: 10%;
}

.newsxq-contact-div {
  border-top: solid 2px #dedede;
  border-bottom: solid 2px #dedede;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.newsxq-contact-div img {
  display: inline-block;
  border-radius: 10px;
}

.newsxq-contact-bottom {
  padding-top: 4%;
  padding-bottom: 2%;
}

.newsxq-contact-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.newsxq-contact-bottom a:hover {
  color: #00a0ea;
}
.newsxq-contact-bottom .prev {
  color: #ccc;
}
.newsxq-contact-bottom .next {
  color: #ccc;
}
.newsxq-contact-bottom .news-list {
  min-width: 220px;
  height: 50px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
}
.newsxq-contact-bottom .news-list:hover {
  color: #fff;
  background: #00a0ea;
}

.news-xq-data {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
}

.news-xq-title {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-xq-hot-div {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.news-xq-hot-div a:hover {
  color: #409ef2;
}

.news-xq-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 10px;
}
.news-xq-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.new-xqview {
  font-size: 14px;
  line-height: 36px;
  color: #999999;
}

@media screen and (max-width: 1280px) {
  .new-maodian-title::before {
    left: -18px;
  }
  .new-maodian-div {
    padding-left: 8%;
  }
  .author-img {
    min-height: 74px;
    min-width: 74px;
    width: 74px;
    margin-right: 14px;
  }
}
.author-tiaozhuan {
  font-size: 16px;
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
}
.author-tiaozhuan a {
  color: #409ef2;
}

@media screen and (max-width: 999px) {
  .newsxq-contact h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .new-maodian-div {
    display: none;
  }
  .author-top {
    padding-top: 20px;
  }
  .news-xq-mid {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .news-xq-mid-left,
  .author-mid {
    width: 100%;
  }
  .news-xq-mid-right {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .news-xq-mid-right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .author-mid,
  .author-left {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 0px;
  }
  .author-img {
    margin: 0 auto;
  }
  .author-left,
  .author-right,
  .author-img-nr {
    width: 100%;
  }
  .newsxq-contact h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .newsxq-contact {
    padding: 20px;
    font-size: 14px;
  }
  .newsxq-contact h2,
  .newsxq-contact h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .newsxq-contact .newxq-data {
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .newsxq-contact .newxq-data p {
    margin-right: 0px;
    margin-right: 2%;
  }
  .newsxq-contact-bottom .news-list {
    min-width: 100px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .news-xq-data {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .news-xq-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-xq-hot-div {
    padding: 14px;
  }
  .author-img-nr,
  .author-right {
    font-size: 16px;
    line-height: 24px;
  }
}
.sub-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: transparent;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.new-select {
  position: relative;
  width: auto;
  padding-top: 57px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.new-select .select-div {
  width: -moz-calc(50% - 4px);
  width: calc(50% - 4px);
  height: 60px;
  margin-right: 8px;
  position: relative;
}
.new-select .select-div i {
  position: absolute;
  right: 4%;
  font-size: 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
}
.new-select .select-div select {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  border-radius: 10px;
  border: solid 2px #ededed;
  color: #222222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-size: 18px;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  border: solid 2px #ededed;
  border-radius: 30px;
  overflow: hidden;
  text-align: left;
  padding-left: 42px;
  padding-right: 20px;
  z-index: 2;
  outline: none;
}

.new-select-input {
  width: -moz-calc(50% - 4px);
  width: calc(50% - 4px);
  height: 60px;
  background-color: #fafafa;
  border-radius: 10px;
  border: solid 2px #ededed;
  position: relative;
  border-radius: 30px;
  border: solid 2px #ededed;
  overflow: hidden;
}
.new-select-input input {
  outline: none;
  border: 0px;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 16%;
  background: transparent;
  font-size: 18px;
}

.new-select-input > input::-webkit-input-placeholder {
  color: #222;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.new-select-input > input::-moz-placeholder {
  color: #222;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.new-select-input > input:-ms-input-placeholder {
  color: #222;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.new-select-input > input::-ms-input-placeholder {
  color: #222;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.new-select-input > input::placeholder {
  color: #222;
  font-family: "wmrl", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.new-select-input span {
  position: absolute;
  right: 5%;
  font-size: 0px;
  width: 26px;
  height: 26px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.new-select-input span i {
  font-size: 30px;
}

@media screen and (max-width: 999px) {
  .new-select {
    padding-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .new-select {
    flex-wrap: wrap;
  }
  .new-select .select-div {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .new-select select {
    width: 100%;
    height: 50px;
    margin-right: 0px;
  }
  .new-select-input {
    width: 100%;
    height: 50px;
  }
}
.newsxq-top-form form {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: end;
       align-items: flex-end;
}

.new-select-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.new-select-right a {
  display: block;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  background-color: #fafafa;
  border-radius: 30px;
  border: solid 2px #ededed;
  margin-left: 8px;
  padding-left: 30px;
  padding-right: 30px;
}
.new-select-right a.active,
.new-select-right a:hover {
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#409ef2, #409ef2);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#409ef2, #409ef2);
  background-blend-mode: normal, normal;
  border-radius: 30px;
  color: #fafafa;
}

@media screen and (max-width: 1280px) {
  .new-select-right a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .fenyebanner.news .fy-div {
    background-size: cover;
  }
  .newsxq-top-form form {
    flex-wrap: wrap;
  }
  .new-select,
  .new-select-right {
    width: 100%;
    -moz-box-pack: center;
         justify-content: center;
  }
  .new-select-right a {
    margin-top: 10px;
    padding: 10px;
  }
  .new-select select,
  .new-select-input {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .new-select .select-div,
  .new-select-input {
    height: 40px;
  }
  .new-select .select-div select {
    font-size: 14px;
    padding-left: 20px;
  }
  .new-select-input input {
    padding-left: 20px;
  }
  .new-select-input > input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .new-select-input > input::-moz-placeholder {
    font-size: 14px;
  }
  .new-select-input > input:-ms-input-placeholder {
    font-size: 14px;
  }
  .new-select-input > input::-ms-input-placeholder {
    font-size: 14px;
  }
  .new-select-input > input::placeholder {
    font-size: 14px;
  }
  .new-select-input span i {
    font-size: 20px;
  }
  .new-select-input span,
  .new-select .select-div i {
    right: 10px;
  }
  .new-select-right a {
    display: -moz-inline-box;
    display: inline-flex;
    font-size: 14px;
    padding: 4px 10px;
  }
  .new-select-right {
    flex-wrap: wrap;
  }
}
.banner-bottom {
  font-size: 18px;
  line-height: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #029ee6;
  color: #ffffff;
  text-align: center;
  padding-left: 2.4%;
  padding-right: 2.4%;
}

.home-why.project {
  margin-top: 0px;
  background: transparent;
}
.home-why.project .home-par-ertitle {
  color: #666666;
}
.home-why.project .home-title {
  text-align: left;
  /* max-width: 998px; */
}
.home-why.project .home-why-parameter {
  margin-top: 100px;
}
.home-why.project .home-why-parameter .home-why-par {
  max-width: 33%;
  width: 100%;
}
.home-why.project .home-why-par {
  text-align: center;
}

.road-tab-discover {
  font-size: 18px;
  line-height: 24px;
  color: #f08200;
  display: block;
  margin-top: 18px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

.road-tab-div:hover .road-tab-discover {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 999px) {
  .road-tab-discover {
    margin-top: 4px;
    visibility: visible;
    opacity: 1;
  }
  .fenyebanner.project .fy-div {
    background-size: cover;
  }
  .banner-bottom {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-why.project .home-why-parameter {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner-bottom {
    font-size: 12px;
    line-height: 18px;
  }
}
.projectswiper .swiper-pagination {
  position: unset;
  margin-top: 0px;
  margin-top: 40px;
  display: none;
}
.projectswiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.table {
  padding-bottom: 58px;
}

.project-model-div {
  padding-top: 146px;
  background: #fafafa;
  text-align: center;
}
.project-model-div .home-title {
  margin-bottom: 52px;
}

@media screen and (max-width: 999px) {
  .project-model-div {
    padding-top: 40px;
  }
  .project-model-div .home-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .road-tab-discover {
    font-size: 14px;
  }
  .projectswiper .swiper-pagination {
    margin-top: 10px;
    display: block;
  }
  .home-why.project .home-why-parameter .home-why-par {
    max-width: 49%;
    margin-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .home-why.project .home-why-parameter .home-why-par {
    max-width: 100%;
    width: 100%;
  }
}
.home-quality.project .home-quality-div {
  margin-top: 53px;
}
.home-quality.project .home-quality-div > div {
  bottom: 0px;
}

.home-contact-left.project {
  background: #fff;
  background-color: rgb(255, 255, 255);
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
}
.home-contact-left.project .contact-nr {
  margin-bottom: 14%;
}
.home-contact-left.project .contact-rt p {
  margin-bottom: 30px;
}

.our-tech-mid {
  /*display: -moz-box;*/
  /*display: flex;*/
  /*-moz-box-align: inherit;*/
  /*     align-items: inherit;*/
  /*-moz-box-pack: start;*/
  /*     justify-content: flex-start;*/
  /*background: #fafafa url(../images/ourjb.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*padding-bottom: 6.6%;*/
  padding-top: 110px;
  background-color: rgba(251, 251, 251, 0.75);
}

/*.our-tech-mid:hover img {*/
/*  -moz-transform: scale(1.1);*/
/*   -ms-transform: scale(1.1);*/
/*       transform: scale(1.1);*/
/*}*/

.our-tech-right:before {
  content: "";
  border: solid 22px transparent;
  position: absolute;
  border-right-color: #9c9c9c;
  bottom: 2px;
  left: -30px;
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.our-tech-right {
  overflow: hidden;
  position: relative;
  padding-top: 26px;
  padding-bottom: 26px;
  width: 58.125%;
}
.our-tech-right .our-tech-right-mid {
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  height: 100%;
  padding-left: 58px;
  padding-right: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.our-tech-left {
  width: 41.875%;
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.our-tech-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: rgb(34, 34, 34);
}

.our-tech-ertitle {
  font-size: 18px;
  line-height: 28px;
  max-width: 724px;
}

@media screen and (max-width: 1400px) {
  .our-tech-right::before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .our-tech-mid {
    -moz-box-align: center;
         align-items: center;
    padding-top: 40px;
    /*padding-bottom: 20px;*/
  }
  .our-tech-mid .our-tech-title {
    font-size: 30px;
    line-height: 40px;
  }
  .our-tech-mid .our-tech-ertitle {
    font-size: 16px;
    line-height: 24px;
  }
  .our-tech-mid .our-tech-right .our-tech-right-mid {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-tech-mid {
    padding-top: 0px;
    flex-wrap: wrap;
  }
  .our-tech-left {
    width: 100%;
    text-align: center;
  }
  .our-tech-right {
    width: 100%;
    background: #fff;
    padding: 0px;
  }
  .our-tech-mid .our-tech-title {
    font-size: 26px;
    line-height: 32px;
  }
  .our-tech-mid .our-tech-right .our-tech-right-mid {
    padding: 16px;
  }
}
@media screen and (max-width: 999px) {
  .fenyebanner.approach .fy-div {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.app-make-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #222222;
  max-width: 1320px;
}

.app-make-ertitle {
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.approach-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #161616;
  position: relative;
  padding-top: 20px;
}

.approach-title:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 40px;
  height: 5px;
  background-color: #29adea;
  border-radius: 3px;
}

.approach-img {
  font-size: 0px;
  border-radius: 50%;
}

.approach-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: inherit;
       align-items: inherit;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 32px;
}

.approach-d {
  width: 39.1428571429%;
  margin-bottom: 20px;
}

.approach-d-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 8px;
}

.approach-d-nr {
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.approach-make {
  padding-top: 70px;
  margin-bottom: 49px;
}

.app-make-ertitle {
  margin-top: 20px;
}

.tech-mid {
  margin-top: 35px;
}

.tech-mid span {
  display: block;
  margin-top: 22px;
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.tech-mid table {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
.tech-mid table tr th {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
  color: #333333;
}
.tech-mid table tr th:nth-child(n) {
  background-color: rgba(0, 160, 234, 0.6);
}
.tech-mid table tr td {
  padding: 10px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  border: 0px;
}
.tech-mid table tr th:nth-child(2n) {
  background-color: rgb(239, 250, 255);
}
.tech-mid table tr:nth-child(n) {
  background: #effaff;
}
.tech-mid table tr:nth-child(2n) {
  background: #fff;
}

.approach-comm {
  margin-top: 76px;
  padding-bottom: 34px;
}

.approach-comm-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: inherit;
       align-items: inherit;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.approach-math {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 10px;
}

.approach-nr {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.approach-comm-d {
  width: 27.1428571429%;
  margin-top: 46px;
  margin-bottom: 20px;
}

.approach-smart-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #222222;
}

.approach-smart {
  background-color: rgba(221, 221, 221, 0.15);
  padding-top: 80px;
  padding-bottom: 105px;
}

.smart-div-neirong {
  padding-left: 26px;
  padding-right: 26px;
  background-color: #ffffff;
  box-shadow: 4px 6px 46px 0px rgba(176, 183, 199, 0.1);
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #333333;
  position: relative;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 12px;
  border-radius: 14px;
}
.smart-div-neirong p {
  margin-bottom: 8px;
}

.smart-div-neirong:before {
  content: "";
  position: absolute;
  border: solid 40px transparent;
  border-left-color: #fff;
  left: 30px;
  top: -14px;
  z-index: -1;
  -moz-transform: rotate(22deg);
   -ms-transform: rotate(22deg);
       transform: rotate(22deg);
}

.smart-icon {
  width: 57px;
  height: 57px;
  background-color: #c8eeff;
  border-radius: 50%;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.smart-icon img {
  display: none;
}
.smart-icon img:nth-child(1) {
  display: block;
}

.smart-div-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #161616;
  margin-top: 20px;
}

.smartswiper {
  max-width: 1150px;
  width: 100%;
}
.smartswiper .swiper-slide-active .smart-icon img {
  display: none;
}
.smartswiper .swiper-slide-active .smart-icon img:nth-child(2) {
  display: block;
}
.smartswiper .swiper-slide-active .smart-div-neirong {
  color: #fff;
  background: #2dafea;
}
.smartswiper .swiper-slide-active .smart-div-neirong::before {
  border-left-color: #2dafea;
}

.smartswiper:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 30px;
  background: #c8c8c8;
}

.smartswiper-icon {
  margin-top: 90px;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.smartswiper-icon .swiper-button-next,
.smartswiper-icon .swiper-button-prev {
  position: unset;
  margin-top: 0px;
  z-index: inherit;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  box-shadow: 4px 6px 35px 0px rgba(176, 183, 199, 0.3);
  border-radius: 50%;
  margin-top: 68px;
}
.smartswiper-icon .swiper-button-next:hover,
.smartswiper-icon .swiper-button-prev:hover {
  color: #fff;
  background: #2dafea;
}
.smartswiper-icon .swiper-button-next:hover .swiper-button-next::after,
.smartswiper-icon .swiper-button-next:hover .swiper-button-prev::after,
.smartswiper-icon .swiper-button-prev:hover .swiper-button-next::after,
.smartswiper-icon .swiper-button-prev:hover .swiper-button-prev::after {
  color: #fff;
}
.smartswiper-icon .swiper-button-next::after,
.smartswiper-icon .swiper-button-prev::after {
  font-size: 20px;
}

@media screen and (max-width: 1420px) {
  .approach-math {
    font-size: 32px;
    line-height: 40px;
  }
  .approach-nr {
    line-height: 24px;
  }
}
@media screen and (max-width: 999px) {
  .table {
    padding-bottom: 20px;
  }
  .app-make-title,
  .approach-smart-title {
    font-size: 30px;
    line-height: 34px;
  }
  .approach-make {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .app-make-ertitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .approach-d {
    width: 48%;
  }
  .approach-k {
    margin-top: 20px;
  }
  .approach-comm-d {
    margin-top: 10px;
  }
  .smartswiper-icon,
  .approach-comm {
    margin-top: 20px;
  }
  .approach-smart {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .smart-div-title {
    font-size: 20px;
    line-height: 24px;
  }
  .smart-div-neirong {
    margin-top: 18px;
    padding: 10px;
  }
  .smart-div-neirong::before {
    top: -4px;
  }
  .approach-comm-k {
    flex-wrap: wrap;
  }
  .approach-comm-k .approach-comm-d {
    width: 100%;
    text-align: center;
  }
  .approach-math {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .app-make-title,
  .approach-smart-title {
    font-size: 22px;
    line-height: 26px;
  }
  .app-make-ertitle {
    font-size: 14px;
  }
  .approach-d-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .approach-k {
    flex-wrap: wrap;
  }
  .approach-k .approach-d {
    width: 100%;
  }
  .approach-math {
    font-size: 22px;
  }
  .smartswiper-icon .swiper-button-next,
  .smartswiper-icon .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .smartswiper {
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .smart-div-title {
    margin-top: 6px;
  }
}
@media screen and (max-width: 999px) {
  .fenyebanner.alxq .fy-div {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.xinghao-mid {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 4;
}

.xinghao-kuang {
  color: #161616;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 22px;
  overflow-x: auto;
}
.xinghao-kuang > div {
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  min-width: 160px;
}

.xinghao-name {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 2px;
}

.xinghao-canshu {
  font-size: 18px;
  line-height: 28px;
}

.alxq-left-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #222222;
  margin-bottom: 8px;
}

.alxq-left-ertitle {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}

.alxq-left-name {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  padding-left: 20px;
  position: relative;
  margin-top: 12px;
}

.alxq-left-name:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #29adea;
  border-radius: 50%;
}

.alxq-left-jieshao {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-top: 4px;
}

.alxq-mid > div:nth-child(n) {
  margin-bottom: 40px;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}
.alxq-mid > div:nth-child(n) .alxq-right-img {
  margin-left: 1%;
  width: 49.2857142857%;
  display: block;
  font-size: 0px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.alxq-mid > div:nth-child(n) .alxq-right-img:hover img:nth-child(2) {
  opacity: 1;
  background: red;
  position: absolute;
  z-index: 2;
}
.alxq-mid > div:nth-child(n) img {
  position: relative;
  border-radius: 10px;
  z-index: 1;
}
.alxq-mid > div:nth-child(n) img:nth-child(2) {
  opacity: 0;
  background: red;
  position: absolute;
  left: 0%;
}
.alxq-mid > div:nth-child(n) .alxq-left {
  width: 50%;
  height: 490px;
  overflow-y: auto;
}
.alxq-mid > div:nth-child(2n) {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-flow: row;
}
.alxq-mid > div:nth-child(2n) .alxq-right-img {
  margin-left: 0px;
  margin-right: 1%;
}

.alxq-tech-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #222222;
  text-align: center;
  margin-top: 108px;
}

.alxq-why-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
.alxq-why-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.alxq-why-div {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 49.2857142857%;
}

.alxq-why-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}

.alxq-why-ertitle {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.alxq-why-k {
  padding: 36px;
  box-shadow: 0px 5px 32px 0px rgba(62, 156, 125, 0.09);
}

.alxq-why-mid {
  padding-bottom: 20px;
  background: #fafafa;
}

.alxq-why {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}
.alxq-why .alxq-tech-title {
  width: 100%;
  margin-bottom: 50px;
}

.alxq-main {
  /* background: #fafafa; */
  padding-bottom: 54px;
  padding-top: 72px;
}

@media screen and (max-width: 999px) {
  .xinghao-kuang {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .alxq-main {
    padding-top: 20px;
  }
  .xinghao-mid {
    top: 80px;
  }
  .xinghao-canshu {
    font-size: 14px;
    line-height: 18px;
  }
  .alxq-mid > div:nth-child(n) {
    flex-wrap: wrap;
  }
  .alxq-mid > div:nth-child(n) .alxq-right-img {
    width: 100%;
  }
  .alxq-mid > div:nth-child(n) .alxq-left {
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
  .alxq-right-img {
    width: 100%;
    margin: 10px auto;
  }
  .alxq-left-title {
    font-size: 28px;
    line-height: 30px;
  }
  .alxq-left-ertitle {
    font-size: 14px;
    line-height: 24px;
  }
  .alxq-left-name {
    font-size: 18px;
    padding-left: 14px;
  }
  .alxq-left-jieshao {
    font-size: 14px;
    line-height: 24px;
  }
  .alxq-mid > div:nth-child(n) .alxq-right-img {
    margin-left: 0px;
  }
  .alxq-right-img {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin: 0px;
  }
  .alxq-right-img img {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
  }
  .alxq-mid > div:nth-child(n) img:nth-child(2) {
    position: unset;
    opacity: 1;
  }
  .alxq-tech-title {
    margin-top: 30px;
    font-size: 30px;
  }
  .alxq-why .alxq-tech-title {
    margin-bottom: 20px;
  }
  .alxq-why-k {
    padding: 20px;
  }
  .alxq-main {
    padding-bottom: 0px;
  }
  .tech-mid table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .xinghao-name {
    font-size: 18px;
    line-height: 20px;
  }
  .alxq-left-title {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .alxq-left-name {
    font-size: 14px;
    line-height: 20px;
  }
  .alxq-mid > div:nth-child(n) {
    margin-bottom: 20px;
  }
  .alxq-tech-title {
    font-size: 24px;
    line-height: 28px;
  }
  .alxq-why-div {
    width: 100%;
  }
  .alxq-why-k {
    padding: 10px;
  }
  .alxq-why-title {
    font-size: 18px;
    line-height: 22px;
  }
  .alxq-why-ertitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .alxq-mid > div:nth-child(n) .alxq-right-img img {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .fenyebanner.municipal .fy-div {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.jj-rainy-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #29adea;
}

.jj-problem {
  margin-top: 20px;
  min-width: 208px;
  padding: 7px 10px;
  margin-bottom: 12px;
  background-color: rgba(14, 119, 255, 0.09);
  border-radius: 10px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
}
.jj-problem img {
  line-height: 0px;
  margin-right: 12px;
  min-width: 30px;
  width: auto;
}

.jj-problem-xiayu {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  padding-bottom: 10px;
}
.jj-problem-xiayu img {
  line-height: 0px;
  margin-right: 6px;
}
.jj-problem-xiayu span {
  color: #29adea;
  position: relative;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  padding-bottom: 7px;
}
.jj-problem-xiayu span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 100%;
  left: 0px;
  background: #32bbff;
}
.jj-problem-xiayu span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: #32bbff;
}

.jj-problem-bottom {
  font-size: 18px;
  line-height: 20px;
  padding: 10px 20px;
  background-color: rgba(14, 119, 255, 0.09);
  border-radius: 10px;
  display: inline-block;
  margin-top: 20px;
}
.jj-problem-bottom img {
  margin-left: 4px;
  margin-right: 4px;
}

.jj-img {
  display: block;
  font-size: 0px;
  border-radius: 10px;
  width: 38.1428571429%;
}

.jj-rainy-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
  cursor: pointer;
  background: transparent;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0);
  flex-flow: row;
  border-bottom: solid 1px rgba(34, 34, 34, 0.2);
  padding: 30px;
  border-radius: 0px;
}
.jj-rainy-k .jj-img,
.jj-rainy-k .jj-problem,
.jj-rainy-k .jj-problem-xiayu,
.jj-rainy-k .jj-problem-bottom {
  display: none;
}
.jj-rainy-k .jj-rainy-title {
  color: #222222;
}
.jj-rainy-k .jj-rainy-title:hover {
  color: #29adea;
}

.jj-rainy-k.active {
  padding: 64px 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.07);
  border-bottom: 0px;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}
.jj-rainy-k.active .jj-img,
.jj-rainy-k.active .jj-problem-xiayu {
  display: block;
}
.jj-rainy-k.active .jj-problem-bottom {
  display: inline-block;
}
.jj-rainy-k.active .jj-problem {
  display: -moz-inline-box;
  display: inline-flex;
}
.jj-rainy-k.active .jj-rainy-title {
  color: #29adea;
}

.jj-rainy-k:last-child {
  border-bottom: 0px;
}

.jj-rainy-div {
  padding-top: 82px;
  padding-bottom: 100px;
}

.jj-rainy-left {
  width: 54.2857142857%;
}

@media screen and (max-width: 999px) {
  .jj-rainy-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jj-rainy-k.active,
  .jj-rainy-k {
    padding: 24px;
  }
  .jj-rainy-title {
    font-size: 38px;
    line-height: 44px;
  }
  .jj-rainy-left {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .jj-rainy-k,
  .jj-rainy-k.active {
    flex-wrap: wrap;
    flex-flow: wrap;
  }
  .jj-img {
    width: auto;
    margin-bottom: 10px;
  }
  .jj-rainy-left {
    width: 100%;
  }
  .jj-rainy-k {
    background: #fff;
    margin-top: 10px;
  }
  .jj-rainy-k .jj-img,
  .jj-rainy-k .jj-problem-xiayu {
    display: block;
  }
  .jj-rainy-k .jj-problem-bottom {
    display: inline-block;
  }
  .jj-rainy-k .jj-problem {
    display: -moz-inline-box;
    display: inline-flex;
  }
  .jj-rainy-k .jj-rainy-title {
    color: #29adea;
  }
  .jj-rainy-title {
    font-size: 20px;
    line-height: 28px;
  }
  .jj-problem {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .jj-problem-xiayu,
  .jj-problem-bottom {
    font-size: 16px;
    line-height: 26px;
  }
  .jj-problem-xiayu span {
    padding-bottom: 4px;
  }
  .jj-problem {
    min-width: 180px;
  }
  .jj-rainy-k.active,
  .jj-rainy-k {
    padding: 10px;
  }
  .jj-problem-bottom {
    padding: 10px;
    margin-top: 10px;
  }
}
.jjfa-k-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 54px;
  color: #222222;
}

.jjfa-div {
  color: #333333;
  margin-top: 13px;
}
.jjfa-div .jjfa-div-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.jjfa-div .jjfa-div-title img {
  line-height: 0px;
  margin-right: 12px;
}
.jjfa-div .jjfa-div-neirong {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 6px;
}
.jjfa-div .jjfa-div-neirong.xiahua {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}

.jjfaswiper-kuang {
  padding: 24px;
}

.jjfaswiper-mid {
  background-color: rgba(251, 251, 251, 0.75);
  padding-top: 132px;
}

.jjfaswiper {
  max-width: 1680px;
  width: 100%;
}
.jjfaswiper .swiper-pagination {
  position: unset;
  margin-top: 54px;
  padding-bottom: 20px;
}
.jjfaswiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #b1b1b1;
  opacity: 1;
}
.jjfaswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a0ea;
}

.jjfaswiper-img {
  font-size: 0px;
  overflow: hidden;
}

.jjfaswiper-div {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 32px 0px rgba(62, 156, 125, 0.09);
}

.jjfaswiper-div:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 6px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f17e09, #f17e09);
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.jjfaswiper-div:hover .jjfa-div-neirong.xiahua {
  text-decoration: underline;
  color: #00a0ea;
}

.jjfaswiper-div:hover:before {
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .jjfaswiper {
    width: 96%;
  }
}
@media screen and (max-width: 999px) {
  .jjfaswiper-mid {
    padding-top: 20px;
  }
  .jjfaswiper .swiper-pagination {
    margin-top: 10px;
  }
  .jjfaswiper-kuang {
    padding: 20px;
  }
  .jjfa-k-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .jjfa-k-title {
    font-size: 20px;
  }
  .jjfa-div .jjfa-div-title {
    font-size: 14px;
    line-height: 20px;
  }
  .jjfa-div .jjfa-div-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .jjfaswiper-kuang {
    padding: 10px;
  }
}
.m-muban-pro-left {
  width: 274px;
  margin-right: 24px;
  border-radius: 10px;
}

.m-muban-pro-nav-title {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-right: 24px;
}
.m-muban-pro-nav-title i {
  position: absolute;
  display: none;
  right: 11px;
  top: 0px;
  font-weight: 400;
}

@media screen and (max-width: 999px) {
  .m-muban-pro-nav > ul {
    display: none;
  }
  .m-muban-pro-nav-title > i {
    display: block;
  }
  .m-muban-pro-nav-title > i.active:before {
    content: "\e600";
  }
  .m-muban-pro-nav > ul.active {
    display: block;
  }
}
.m-muban-pro-nav-title::before {
  content: "";
  width: 5px;
  height: 20px;
  background: #05a2ea;
  position: absolute;
  left: 0;
  top: 2px;
}

.m-muban-pro-nav {
  padding-top: 16px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}

.m-muban-pro-nav > ul {
  padding-left: 20px;
}

.m-muban-pro-nav > ul a:hover {
  color: #05a2ea;
}

.m-muban-pro-nav > ul > li {
  margin-bottom: 10px;
}

.m-muban-pro-nav > ul > li ul {
  display: none;
}

.m-muban-pro-nav > ul > li p {
  padding-right: 26px;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.m-muban-pro-nav > ul > li p input {
  margin-right: 4px;
}

.m-muban-pro-nav > ul > li p a {
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m-muban-pro-nav > ul > li p a.active {
  color: #05a2ea;
}

.m-muban-pro-nav > ul > li p span {
  position: absolute;
  right: 4px;
  top: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -moz-box-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #666666;
}

.m-muban-pro-nav > ul > li p span i {
  font-size: 14px;
}

.m-muban-pro-nav > ul > li ul {
  padding-left: 14px;
  display: none;
}

.m-muban-pro-nav > ul > li ul a {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.m-muban-pro-nav > ul li.active > ul {
  display: block;
}

.m-muban-pro-nav > ul li.active > p > span > i::before {
  content: "\e600";
  font-family: "iconfont";
}

.m-muban-pro-nav > ul li.active > p a {
  color: #05a2ea;
}

.m-muban-pro-left-contact {
  background: #fff;
  padding-top: 20px;
  border-radius: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.m-muban-pro-left-contact ul {
  padding-left: 14px;
  padding-right: 14px;
}

.m-muban-pro-left-contact ul a,
.m-muban-pro-left-contact ul span {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.m-muban-pro-left-contact ul li {
  margin-bottom: 8px;
  color: #666666;
}

.m-muban-pro-left-contact ul a:hover {
  color: #053FA7;
}

.m-muban-pro-left-contact i {
  display: inline-block;
  color: #666666;
  margin-right: 6px;
}

.m-muban-pro-right-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #222222;
  margin-bottom: 30px;
}

.pro-mid {
  display: -moz-box;
  display: flex;
}

.pro-mid-kkk {
  background-color: rgba(251, 251, 251, 0.75);
  padding-top: 90px;
}

.pro-zhengshu-img {
  display: block;
  font-size: 0px;
}

.prozhengshuswiper {
  max-width: 160px;
  margin-right: auto;
  margin-left: 20px;
}

.pro-video-k {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.pro-video-k-img {
  display: block;
  font-size: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.pro-video-title {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-top: 5px;
}

.pro-faq-div {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 18px;
}
.pro-faq-div span {
  display: block;
}

.pro-list-d-img {
  position: relative;
  height: 0px;
  font-size: 0px;
  margin-top: 10px;
  padding-bottom: 58%;
  overflow: hidden;
  background-color: #e8f4fa;
  border-radius: 10px;
  padding-top: 30px;
}
.pro-list-d-img span {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex !important;
  -moz-box-align: center;
       /* align-items: center; */
  -moz-box-pack: center;
       justify-content: center;
    img{
      object-fit: contain;
    }
}

.pro-faq-title {
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.pro-faq-mid {
  height: 204px;
  margin-bottom: 20px;
}

.pro-list-name {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-top: 20px;
}

.m-muban-pro-right {
  -moz-box-flex: 1;
       flex: 1;
}

.pro-list-mid {
  width: 100%;
}

.pro-list-d {
  padding: 16px;
  display: block;
  width: 49%;
  margin-bottom: 14px;
  background: #fff;
  border-radius: 10px;
}
.pro-list-d span {
  display: block;
  font-size: 0px;
  margin-bottom: 16px;
  overflow: hidden;
}

.pro-list-cs {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 2px;
}

.pro-rsk {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  margin-top: 16px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.pro-list-d:hover .pro-rsk {
  opacity: 1;
  visibility: visible;
}
.pro-list-d:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.pro-list-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.pro-list-div .m-muban-pagebox {
  padding-top: 40px;
}

@media screen and (max-width: 999px) {
  .pro-mid-kkk {
    padding-top: 20px;
  }
  .m-muban-pro-left {
    width: 100%;
  }
  .pro-mid {
    flex-wrap: wrap;
  }
  .m-muban-pro-nav {
    display: none;
  }
  .m-muban-pro-nav:nth-child(1) {
    display: block;
  }
  .m-muban-pro-nav-title i {
    top: 0px;
  }
  .m-muban-pro-left {
    margin-left: 0px;
    margin-right: 20px;
  }
  .m-muban-pro-nav {
    position: relative;
  }
  .m-muban-pro-nav > ul.active {
    position: absolute;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px;
  }
  .pro-rsk {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .m-muban-pro-right-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .pro-rsk {
    padding: 6px 10px;
    margin-top: 8px;
    font-size: 14px;
  }
  .pro-list-name {
    margin-top: 10px;
  }
  .pro-list-cs {
    font-size: 14px;
    line-height: 20px;
  }
  .pro-list-div .m-muban-pagebox {
    padding-top: 0px;
  }
  .m-muban-pro-left {
    margin-right: 0px;
  }
}
@media screen and (max-width: 550px) {
  .pro-list-d {
    width: 100%;
  }
}
.m-muban-cpxq-kuang-left {
  width: 50%;
}
.m-muban-cpxq-kuang-left .swipercpxqbig {
  margin-bottom: 10px;
}

.m-muban-cpxq-kuang-right {
  width: 50%;
  padding: 20px;
}

.m-muban-cpxq-img {
  display: block;
  font-size: 0px;
  background-color: #e8f4fa;
  position: relative;
  height: 0px;
  padding-bottom: 70%;
  img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit:contain;
  }
}

.m-muban-cpxq-kuang-left > .cpxqswipersmall .swiper-slide {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.m-muban-cpxq-kuang-left > .cpxqswipersmall .swiper-slide-thumb-active {
  border-color: red;
}

.m-muban-cpxq-kuang-left > .cpxqswipersmall .swiper-slide-thumb-active {
  border-color: #05a1ea;
}

.m-muban-cpxq-kuang-left {
  max-width: 497px;
  width: 100%;
  overflow: hidden;
}

.proxq-mid-d {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 96px;
  -moz-box-align: center;
       align-items: center;
  padding-bottom: 30px;
}

.proxq-mid {
  background: #fafafa;
  padding-bottom: 62px;
}

.proxq-right-light {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #01a0ea;
}

.proxq-mid-right {
  width: 63.5714285714%;
}

.proxq-mid-right h1 {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  margin-top: 4px;
  color: #222222;
}

.proxq-right-er {
  margin-top: 13px;
  margin-bottom: 6px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}

.proxq-nr {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #666;
}

.proxq-learn {
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  background-color: rgba(2, 158, 230, 0.1);
  border-radius: 5px;
  display: block;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-right: 6px;
}
.proxq-learn span {
  font-size: 0px;
  line-height: 0px;
  height: 28px;
  width: 28px;
  min-width: 28px;
  display: -moz-inline-box;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #029ee6;
  margin-right: 8px;
}
.proxq-learn a {
  color: #029ee6;
}

.proxq-learn-mid {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

.proxq-right-appl {
  display: -moz-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.proxq-right-appl span {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 10px;
  margin-bottom: 4px;
  color: rgb(102, 102, 102);
  background-color: rgba(2, 158, 230, 0.1);
  border-radius: 5px;
  margin-right: 4px;
}

.proxq-mid-right {
  margin-left: 1%;
}
.proxq-mid-right .proxqannu {
  background-image: -moz-linear-gradient(359deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), -moz-linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
  background-image: linear-gradient(91deg, rgb(0, 160, 234) 0%, rgb(125, 207, 245) 100%), linear-gradient(rgb(33, 167, 252), rgb(33, 167, 252));
  background-blend-mode: normal, normal;
  border-radius: 25px;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
.proxq-mid-right .proxqannu:hover {
  background: #00a0ea;
}

.cpxqswipersmall {
  position: relative;
  padding: 1px;
}

.proxq-mid-d {
  position: relative;
}
.proxq-mid-d .swiper-button-next,
.proxq-mid-d .swiper-button-prev {
  left: 0px;
  width: 12px;
}
.proxq-mid-d .swiper-button-next {
  left: auto;
  right: 0px;
}
.proxq-mid-d .swiper-button-next::after,
.proxq-mid-d .swiper-button-prev::after {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.proxq-mid-d .swiper-button-next:hover::after,
.proxq-mid-d .swiper-button-prev:hover::after {
  color: #04a1ea;
}

.proxq-see-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #222222;
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 999px) {
  .proxq-mid-d {
    padding-top: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .m-muban-cpxq-kuang-left {
    max-width: 497px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .proxq-mid-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .proxq-see-title {
    font-size: 30px;
    line-height: 34px;
  }
  .proxq-mid-right .proxqannu {
    font-size: 14px;
    padding: 10px;
    margin-top: 6px;
  }
  .proxq-mid-right h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .proxq-learn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .swipercpxqbig {
    display: none;
  }
  .m-muban-cpxq-kuang-left > .cpxqswipersmall .swiper-slide-thumb-active {
    border-color: transparent;
  }
  .proxq-mid-d .swiper-button-next,
  .proxq-mid-d .swiper-button-prev {
    width: 30px;
  }
  .proxq-see-title {
    font-size: 26px;
    line-height: 30px;
  }
  .proxq-nr {
    font-size: 14px;
    line-height: 24px;
  }
  .proxq-mid-right h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .proxq-right-light {
    font-size: 18px;
    line-height: 24px;
  }
  .proxq-right-appl span {
    font-size: 12px;
  }
  .proxq-right-appl {
    margin-top: 0px;
  }
  .proxq-see-title {
    margin-top: 30px;
  }
}
.proxq-maodianmid {
  background-color: #ffffff;
  box-shadow: 0px 0px 130px 3px rgba(173, 173, 173, 0.25);
}

.proxq-maodian {
  overflow-x: auto;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: flex-start;
}
.proxq-maodian a {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 22px;
  line-height: 28px;
  color: #161616;
  white-space: nowrap;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
}
.proxq-maodian a.active {
  color: #0293e0;
}
.proxq-maodian a.active:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 3px;
  background: #0293e0;
}

.proxq-maodian-kuang {
  padding-top: 80px;
}
.proxq-maodian-kuang-shipin{
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 40%;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .proxq-maodian-kuang-shipin{
    margin-top: 20px;
  }
}
.proxq-maodian-kuang-shipin iframe{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.proxq-maodian-kuang .table {
  padding-bottom: 0px;
}
.proxq-maodian-kuang .table table tr th:first-child {
  border-right: 1px solid #fff;
}
.proxq-maodian-kuang .table table tr th {
  text-align: left;
  padding-left: 100px;
}
.proxq-maodian-kuang .tttable .table {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.proxq-maodian-kuang .tttable .table table tr td {
  border: 0px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.16);
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: left;
  padding-left: 100px;
}
.proxq-maodian-kuang .tttable .table table tr:first-child {
  background-color: rgba(202, 230, 242, 0.38);
  font-weight: bold;
}

.str-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: rgb(34, 34, 34);
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.str-mid img {
  display: inline-block;
}

.str-kk-img {
  width: 45.1%;
  font-size: 0px;
}

.step-img {
  display: block;
  text-align: center;
  font-size: 0px;
}

.steps-mid {
  padding-bottom: 110px;
  padding-top: 80px;
  background-color: rgba(192, 232, 253, 0.15);
}

.alxq-main.cpxqwhy {
  padding-top: 0px;
}

.approach-smart-title.delivery {
  text-align: center;
}

.str-kk {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.str-kk-div:nth-child(1),
.str-kk-div:nth-child(2),
.str-kk-div:nth-child(3) {
  margin-bottom: 24px;
}

.str-kk-div {
  width: 32.84%;
  padding: 20px;
  box-shadow: 4px -3px 73px 0px rgba(192, 192, 192, 0.29);
  border-radius: 10px;
  margin-left: 0.7%;
}
.str-kk-div span {
  width: 28px;
  min-width: 28px;
  display: block;
  height: 28px;
  background-color: rgb(2, 158, 230);
  border-radius: 50%;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
}
.str-kk-div .str-kk-div-title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 18px;
  min-height: 60px;
}
.str-kk-div .str-kk-div-neirong {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
}
.str-kk-div .str-kk-div-neirong.active {
  display: block;
  height: auto;
}
.str-kk-div .str-kk-read {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  min-width: 150px;
  padding: 14px 20px;
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#21a7fc, #21a7fc);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#21a7fc, #21a7fc);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  margin-top: 34px;
}

.str-kk-right {
  max-width: 816px;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 18px;
}

.str-kk-div.nomargin {
  margin-left: 0px;
}

.proxq-maodian-mid {
  background-color: #ffffff;
  box-shadow: 0px 0px 130px 3px rgba(173, 173, 173, 0.25);
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 2;
}

@media screen and (max-width: 1560px) {
  .str-kk-right {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .str-kk-div .str-kk-div-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .str-kk-div .str-kk-read {
    font-size: 16px;
    min-width: 110px;
    padding: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .str-kk-div{
    margin-bottom: 24px;
  }
  .str-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .str-kk {
    flex-wrap: wrap;
  }
  .str-kk-img {
    width: 100%;
    text-align: center;
  }
  .str-kk-right {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .steps-mid {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .proxq-maodian-kuang {
    padding-top: 20px;
  }
  .proxq-maodian a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .proxq-mid {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .str-kk-div {
    padding: 10px;
  }
  .str-kk-div .str-kk-read {
    font-size: 14px;
    line-height: 18px;
  }
  .str-kk-div .str-kk-div-title {
    line-height: 24px;
  }
  .proxq-maodian-kuang .tttable .table table tr td,
  .proxq-maodian-kuang .table table tr th {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 580px) {
  .str-kk-div {
    width: 49%;
    margin-left: 0px;
  }
  .str-kk-right {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .str-kk-div {
    width: 100%;
  }
  .str-kk-div .str-kk-div-title{
    min-height: auto;
  }
}
.contact-footer.active p i:before {
  content: "\e608";
  font-family: "iconfont";
}

.contact-footer {
  position: fixed;
  right: 14px;
  bottom: 20%;
  z-index: 99;
}
.contact-footer > p {
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 50%;
  background: #029ee6;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer > p i:before {
  content: "\e609";
  font-family: "iconfont";
}
.contact-footer li {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.contact-footer li .con-phone {
  width: 140px;
  right: 40px;
  left: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #029ee6;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
}
.contact-footer li a {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #029ee6;
  background: #ccc;
  border-radius: 4px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer li a i {
  font-size: 28px;
}
.contact-footer li a:hover {
  background: #029ee6;
}
.contact-footer li span {
  background-color: red;
  border-radius: 10px;
  text-align: center;
  width: 140px;
  font-size: 14px;
  color: #fff;
  height: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: absolute;
  right: -200px;
  top: 0px;
  z-index: -1;
  background-color: #029ee6;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer li:hover span {
  right: 120%;
}
.contact-footer li:hover .ewm {
  left: -100px;
}
.kf{
  cursor: pointer;
}

.contact-footer.active > p {
  -moz-transform: rotate(125deg);
   -ms-transform: rotate(125deg);
       transform: rotate(125deg);
  background: #ccc;
}

.ewm {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 100px;
  top: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.contact-footer > li {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-footer.active > li {
  height: 40px;
  overflow: unset;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 999px) {
  .contact-footer li span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-footer {
    width: 100%;
    bottom: 0px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    right: 0px;
    background: #029ee6;
  }
  .contact-footer p {
    display: none;
  }
  .contact-footer li {
    width: 33%;
    margin-bottom: 0px;
  }
  .contact-footer li a {
    border-radius: 0px;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contact-footer li:hover .ewm {
    left: 0px;
    bottom: 140px;
  }
  .ewm {
    display: none;
    top: -100px;
    left: 0px;
  }
}
.aut-fxzj a {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  max-width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  height: auto;
  background-color: #e6e6e6;
}
.aut-fxzj a i {
  font-size: 18px;
  color: #222;
}

.aut-fxzj a:hover {
  background-color: #3ab6ef;
}
.aut-fxzj a:hover i {
  color: #fff;
}

.aut-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #161616;
}

.aut-ertitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #3ab6ef;
  margin-top: 22px;
  margin-bottom: 8px;
}

.aut-neirong {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.aut-mid-left {
  width: 44%;
}

.aut-mid-right {
  width: 51%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.aut-mid-top {
  margin-top: 30px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}

.aut-mobile {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #222222;
  margin-top: 26px;
  margin-bottom: 11px;
}

.aut-email {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
}
.aut-email a {
  color: #3ab6ef;
}

.aut-fxzj {
  margin-top: 26px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.aut-fxzj a {
  margin-right: 17px;
}

.author-list-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
.author-list-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.author-list-bottom {
  padding: 30px;
}

.author-list-bottom-title {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.author-list-bottom-nr {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-list-div {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 2%;
  background: #fff;
  margin-bottom: 34px;
}
.author-list-div a:hover {
  color: #ffdf00;
}

.author-list-div.nomargin {
  margin-left: 0px;
}

.author-list {
  margin-top: 89px;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .author-list-bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .book-title {
    margin-top: 10px;
  }
  .aut-mid-top {
    flex-wrap: wrap;
  }
  .aut-mid-right,
  .aut-mid-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .author-list,
  .aut-mid-top {
    margin-top: 20px;
  }
  .author-list {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .author-list-div {
    width: 49%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .aut-title {
    font-size: 30px;
    line-height: 36px;
  }
  .aut-ertitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .aut-neirong {
    font-size: 14px;
  }
  .aut-mobile,
  .aut-email {
    font-size: 18px;
  }
  .aut-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .book-title {
    font-size: 14px;
    padding: 10px;
  }
  .author-list-bottom-title {
    font-size: 18px;
    line-height: 24px;
  }
  .author-list-bottom-nr {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .author-list-bottom {
    padding: 10px;
  }
  .author-list-div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .author-list-div {
    width: 100%;
  }
}
.tanchuang {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  z-index: 20;
  display: none;
}

.tabchuang-mid {
  max-width: 700px;
  margin-left: 10px;
  margin-right: 10px;
  width: 95%;
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.guanbi {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background: #00a0ea;
  font-size: 20px;
  font-weight: bold;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
       transform: rotate(135deg);
  color: #fff;
}

.tabchuang-mid > form > p {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.tabchuang-mid > form > p input {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 10px;
}
.tabchuang-mid > form > p textarea {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 10px;
  border: 0px;
  padding-top: 10px;
  height: 100%;
  overflow: hidden;
}

.tabchuang-mid > form > p.tea {
  height: 100px;
}

.stbtanc {
  min-width: 160px;
  height: 40px;
  border-radius: 10px;
  border: 0px;
  color: #fff;
  background: #00a0ea;
  border: solid 1px #00a0ea;
  cursor: pointer;
}

.stbtanc:hover {
  background: transparent;
  color: #222;
}

.gb-title {
  font-size: 30px;
}

.gb-neirong > p {
  font-size: 20px;
  margin-top: 20px;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tabchuang-mid {
    padding: 20px;
  }
  .gb-title {
    font-size: 20px;
  }
  .gb-neirong > p {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
    margin-bottom: 10px;
  }
}
.our-list.author {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .our-list.author {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-our-view {
  display: block;
  color: #222;
  text-align: right;
  color: #029ee6;
  font-weight: bold;
  margin-top: 20px;
}

.home-our-bottom-div:hover .home-our-img img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.home-our-bottom-div:hover .home-our-view {
  color: #029ee6;
}
.home-our-bottom-div:hover .home-our-nr-title {
  color: #029ee6;
}
.home-our-bottom-div:hover .home-our-nr-kuang ul li {
  color: #029ee6;
}

.yinsixieyi-mid {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding: 44px;
  color: #fff;
  overflow-y: auto;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.yinsixieyi-kuang i {
  cursor: pointer;
  font-size: 30px;
  top: 16px;
  right: 20px;
  color: #fff;
  position: fixed;
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.yinsixieyi-biaoti {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .yinsixieyi-mid {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .yinsixieyi-mid {
    font-size: 12px;
    line-height: 24px;
  }
  .yinsixieyi-biaoti {
    font-size: 20px;
  }
}
.pro-banquan-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.pro-banquan-div .swiper-banquan {
  max-width: 374px;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  overflow: hidden;
  margin-top: 10px;
}
.pro-banquan-div .swiper-banquan .proxqbqswiper {
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
  overflow: hidden;
}
.pro-banquan-div .swiper-banquan .proxqbqswiper p {
  background-color: #fffdfa;
  box-shadow: 2px 3px 139px 3px rgba(79, 79, 79, 0.02);
}
.pro-banquan-div .swiper-banquan .swiper-button-prev {
  width: 20px;
  position: unset;
  margin: 0px;
  margin-right: 8px;
}
.pro-banquan-div .swiper-banquan .swiper-button-prev::after {
  display: none;
}
.pro-banquan-div .swiper-banquan .swiper-button-prev i {
  font-size: 20px;
  font-weight: bold;
}
.pro-banquan-div .swiper-banquan .swiper-button-next {
  width: 20px;
  position: unset;
  margin: 0px;
  margin-left: 8px;
}
.pro-banquan-div .swiper-banquan .swiper-button-next::after {
  display: none;
}
.pro-banquan-div .swiper-banquan .swiper-button-next i {
  font-size: 20px;
  font-weight: bold;
}

.proxqbqswiper p {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .proxq-maodian-mid {
    top: 80px;
  }
}
.light-kk {
  background-color: #f9f9f9;
}

.advan-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 120px;
  padding-bottom: 120px;
}
.advan-mid .our-list-div {
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0);
  margin-bottom: 10px;
  width: 30%;
  margin-right: 4.5714285714%;
  background-color: transparent;
  padding: 0px;
}
.advan-mid .our-list-div .our-list-title,
.advan-mid .our-list-div .our-list-neirong {
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}
.advan-mid .our-list-div:nth-child(3n) {
  margin-right: 0px;
}

.our-list-div.nomargin {
  margin-left: 0px;
}

.advan-img {
  display: block;
  font-size: 0px;
  background-color: #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 36px 125px 0px rgba(118, 118, 118, 0.14);
}

.steps-mid .advan-mid {
  padding-top: 40px;
  padding-bottom: 0px;
}

*[id] {
  scroll-margin-top: 200px;
  /* 避免锚点内容被 fixed header 遮挡 */
}

@media screen and (max-width: 991px) {
  .advan-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .advan-mid .our-list-div .our-list-title,
  .advan-mid .our-list-div .our-list-neirong {
    padding-left: 10px;
    padding-right: 10px;
  }
  .advan-mid {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .advan-mid .our-list-div {
    width: 49%;
    margin-right: 0px;
  }
  .steps-mid .advan-mid {
    padding-top: 0px;
  }
}
@media screen and (max-width: 440px) {
  .advan-mid .our-list-div {
    width: 100%;
  }
}
.models-k {
  width: 86%;
  margin-left: auto;
  overflow: hidden;
}
.models-k .pro-list-d {
  width: 100%;
}

.models-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #222222;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.more-models {
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 1180px) {
  .models-k {
    width: 92%;
  }
}
@media screen and (max-width: 991px) {
  .models-title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 30px;
  }
  .more-models {
    padding-bottom: 20px;
  }
  .models-k {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .models-title {
    font-size: 22px;
  }
}
.faq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 120px;
}

.faq-mid-left {
  width: 24.7142857143%;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.faq-mid-left ul li a {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
  display: block;
}
.faq-mid-left ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 32px;
  background-color: #0ca4eb;
  border-radius: 0px 3px 3px 0px;
}
.faq-mid-left ul li a.active,
.faq-mid-left ul li a:hover {
  color: #0ca3ea;
}
.faq-mid-left ul li a.active:before,
.faq-mid-left ul li a:hover:before {
  width: 5px;
}

.faq-mid-right {
  width: 100%;
}

.faq-mid-right-div-title {
  font-size: 48px;
  color: #0ca3ea;
  text-align: center;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.faq-mid-right-kk {
  padding: 20px;
  padding-left: 58px;
  padding-right: 58px;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin-bottom: 20px;
  /*  */
  padding-bottom: 10px;
}

.faq-mid-right-kk.active .faq-mid-k-top p {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
}

.faq-mid-k-top {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.faq-mid-k-top > p {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.faq-mid-k-top > img {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  background-color: #0839b7;
  margin-right: 24px;
  border-radius: 50%;
}

.faq-mid-k-top {
  position: relative;
}
.faq-mid-k-top span {
  position: absolute;
  right: 10px;
  display: block;
}
.faq-mid-k-top span img {
  margin: 0px;
  width: 20px;
  overflow: hidden;
  background: transparent;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-mid-right-kk.active .faq-mid-k-top span img {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-mid-k-bttom > img {
  display: inline;
  background-color: #ffffff;
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.11);
  border-radius: 10px;
  display: inline;
  font-size: 0px;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faq-mid-k-bttom .faq-mid-k-top {
  -moz-box-align: start;
       align-items: flex-start;
  /* display: none; */
}
.faq-mid-k-bttom img {
  /* display: none; */
}
.faq-mid-right-kk .faq-mid-k-top{
  margin-bottom: 20px;
}
.faq-mid-right-kk.active .faq-mid-k-top {
  margin-bottom: 20px;
}
.faq-mid-right-kk.active .faq-mid-k-bttom .faq-mid-k-top {
  display: -moz-box;
  display: flex;
}
.faq-mid-right-kk.active .faq-mid-k-bttom img {
  display: inline;
}

@media screen and (max-width: 991px) {
  .faq-mid {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .faq-mid-left {
    display: none;
  }
  .faq-mid-right {
    width: 100%;
  }
  .faq-mid-right-kk {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-mid-right-div-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .faq-mid-k-top > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faq-mid-right-kk {
    padding: 10px;
  }
  .faq-mid-k-top img {
    margin-right: 10px;
  }
  .faq-mid-right-div-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .faq-mid-k-top > p {
    font-size: 14px;
  }
}
.phonebanner {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcbanner {
    display: none;
  }
  .phonebanner {
    display: block;
  }
}
.anlixianqgingcontact {
  padding: 0.2rem;
  font-size: 16px;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .check-full {
    font-size: 14px;
    padding: 4px;
    margin-bottom: 10px;
  }
  .home-zs-div {
    margin-bottom: 0px;
  }
}
@-moz-keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(-50%, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
    opacity: 1;
  }
}
@keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(-50%, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
    opacity: 1;
  }
}
@-moz-keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(-50%, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -30px);
    opacity: 0;
  }
}
@keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(-50%, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -30px);
    opacity: 0;
  }
}
.leftright {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.leftright::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
       transform: translateX(-100%);
}

.leftright::after {
  -moz-animation: shine 1.5s ease-in-out infinite;
       animation: shine 1.5s ease-in-out infinite;
}

@-moz-keyframes shine {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}

@keyframes shine {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}
.fangda {
  -moz-animation: fada 1s ease-in-out infinite;
       animation: fada 1s ease-in-out infinite;
}

@-moz-keyframes fada {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}

@keyframes fada {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}
.home-road-tab > ul > li {
  background-image: none;
  background-blend-mode: normal, normal;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-road-tab > ul > li:hover {
  background-image: -moz-linear-gradient(359deg, #00a0ea 0%, #7dcff5 100%), -moz-linear-gradient(#f17e09, #f17e09);
  background-image: linear-gradient(91deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#f17e09, #f17e09);
  background-blend-mode: normal, normal;
  border: 0px;
}
.home-road-tab > ul > li:hover a {
  color: #fff;
}

@keyframes shake {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-2px);
         transform: translateY(-2px);
  }
  50% {
    -moz-transform: translateY(2px);
         transform: translateY(2px);
  }
  75% {
    -moz-transform: translateY(-2px);
         transform: translateY(-2px);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
.dh-logo img:hover {
  -moz-animation: shake 2s linear;
       animation: shake 2s linear;
}

.error-msg {
  color: red;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  opacity: 1;
  text-align: left;
  padding-left: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.error-msg a {
  -moz-transition: 0s;
  transition: 0s;
  text-decoration: underline;
  color: red;
}

input:invalid:focus + .error-msg,
textarea:invalid:focus + .error-msg {
  visibility: visible;
}

.indexform input,
.indexform textarea {
  visibility: visible;
  opacity: 1;
}

.indexform {
  text-align: left;
}

.indexform .checkboxinput {
  width: 16px;
  height: 16px;
  display: inline;
  margin-bottom: 10px;
}

.road-tab-smart {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 90px;
  background: #fff;
  box-shadow: 0px 0px 130px 3px rgba(173, 173, 173, 0.25);
}
.road-tab-smart ul {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.road-tab-smart ul li a {
  display: block;
  text-align: center;
  font-size: 22px;
  height: 100%;
  line-height: 28px;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  color: #000;
  position: relative;
}
.road-tab-smart ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #029ee6;
}
.road-tab-smart ul li a.active {
  color: #029ee6;
}
.road-tab-smart ul li a.active::before {
  width: 100%;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.road-tab-smart ul li:hover a {
  color: #029ee6;
}
.road-tab-smart ul li:hover a::before {
  width: 100%;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.road-tab-select1 {
  text-align: center;
  margin-top: 50px;
}

.road-tab-s1-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #222222;
  margin-bottom: 20px;
}

.road-tab-s1-ertitle {
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.road-list-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 70%;
}
.road-list-img span {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.road-list-img span img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.road-list-name {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}

.road-tab-s1-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.road-tab-s1-list > div {
  width: 32.1428571429%;
  margin-right: 1.7142857143%;
  margin-bottom: 30px;
}
.road-tab-s1-list > div:nth-child(3n) {
  margin-right: 0px;
}
.road-tab-s1-list > div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.road-tab-s1-list.pioneering > div {
  width: 23.7142857143%;
}
.road-tab-s1-list.pioneering > div .road-list-name {
  font-size: 20px;
  line-height: 24px;
}
.road-tab-s1-list.pioneering > div:nth-child(3n) {
  margin-right: 1.7142857143%;
}
.road-tab-s1-list.pioneering > div:nth-child(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .road-tab-smart ul li a {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .road-tab-s1-title {
    font-size: 30px;
    line-height: 40px;
  }
  .road-tab-s1-ertitle {
    font-size: 14px;
    line-height: 24px;
  }
  .road-list-name {
    font-size: 16px;
    line-height: 24px;
  }
  .road-tab-s1-list.pioneering > div .road-list-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .road-tab-s1-title {
    font-size: 22px;
    line-height: 30px;
  }
  .road-tab-s1-list, .road-tab-s1-list.pioneering {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .road-tab-s1-list div, .road-tab-s1-list.pioneering div {
    width: 49%;
    margin-right: 0px;
  }
  .road-tab-select1 {
    margin-top: 20px;
  }
  .road-tab-s1-title {
    margin-bottom: 10px;
  }
  .road-tab-s1-list.pioneering > div .road-list-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .road-tab-s1-list div, .road-tab-s1-list.pioneering div {
    width: 100%;
  }
  .road-list-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .road-tab-smart ul {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
  }
  .road-tab-smart ul li {
    width: auto;
  }
  .road-tab-smart ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.road-our-tabqh {
  margin-top: 30px;
}
.road-our-tabqh ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.road-our-tabqh ul span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-28%);
   -ms-transform: translateY(-28%);
       transform: translateY(-28%);
}
.road-our-tabqh ul li {
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  background-color: #e5e7eb;
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  color: #374151;
  cursor: pointer;
  margin-bottom: 10px;
}
.road-our-tabqh ul li.active, .road-our-tabqh ul li:hover {
  background-color: #029ee6;
  color: #fff;
}

.road-our-tabqhdiv {
  text-align: left;
  box-shadow: 4px 6px 46px 0px rgba(176, 183, 199, 0.25);
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 140px;
}
.road-our-tabqhdiv > div {
  display: none;
}
.road-our-tabqhdiv > div.active {
  display: block;
}

.road-our-tabqhdiv-title {
  font-family: "wmxm", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.road-our-tabqhdiv-nr {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .road-our-tabqh ul span {
    display: none;
  }
  .road-our-tabqh ul li {
    font-size: 14px;
  }
  .road-our-tabqhdiv-title {
    font-size: 20px;
    line-height: 24px;
  }
  .road-our-tabqhdiv-nr {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .road-our-tabqh ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .road-our-tabqhdiv {
    margin-top: 10px;
    padding: 20px;
  }
}
.roadtabswiper {
  text-align: center;
  margin-top: 30px;
}
.roadtabswiper .renzheng {
  display: block;
  font-size: 0px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.roadtabswiper .renzheng img:hover {
  -moz-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
       transform: rotateY(180deg);
}
.roadtabswiper .rz-name {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .roadtabswiper .rz-name {
    font-size: 18px;
  }
  .road-tab-smart {
    top: 80px;
  }
  .road-tab-smart ul li a {
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .road-tab-smart {
    display: none;
  }
  .roadtabswiper .renzheng {
    width: 40px;
    height: 40px;
  }
  .roadtabswiper .rz-name {
    font-size: 14px;
  }
}
.road-tab-select1.coll {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #00a0ea;
}
.road-tab-select1.coll .road-tab-s1-title, .road-tab-select1.coll .road-tab-s1-ertitle {
  color: #fff;
}
.road-tab-select1.coll .road-coll-kuang {
  margin-top: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.road-tab-select1.coll .road-coll-kuang a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #fafafa;
  border: 2px solid rgb(96, 165, 250);
  color: #000;
  color: #00a0ea;
}
.road-tab-select1.coll .road-coll-kuang a:hover {
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .road-tab-select1.coll {
    margin-top: 40px;
  }
}
.cookiecookie.active {
  display: block;
}

.cookiecookie {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.cookiecookie .ck-mid {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.cookiecookie .ck-mid .cookie-title {
  font-size: 2.8rem;
  line-height: 34px;
  margin-bottom: 10px;
}
.cookiecookie .ck-mid .cookie-neirong {
  font-size: 1.4rem;
  line-height: 24px;
}
.cookiecookie .ck-mid .cookie-neirong a {
  color: #1043a1;
}
.cookiecookie .ck-mid .cookiexz {
  margin-right: 6%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.cookiecookie .ck-mid .cookiexz p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 1px solid #00a0ea;
  background: #00a0ea;
  color: #fff;
  display: inline-block;
  padding: 1rem 1.4rem;
  border-radius: 4px;
  margin-left: 1rem;
  margin-right: 1rem;
  white-space: nowrap;
}
.cookiecookie .ck-mid .cookiexz p:hover {
  background: transparent;
  color: #00a0ea;
}
@media screen and (max-width: 768px) {
  .cookiecookie .ck-mid {
    flex-wrap: wrap;
  }
  .cookiecookie .ck-mid .cookiexz p {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 12px;
  }
}

.our-list-mid {
  background: #fafafa;
}
.proxq-maodian-kuang{
  table{

  }
}
.proxq-maodian-kuang table tr:first-child td{
  background: #02a1ea;
  color: #fff;
  font-size: 1.8rem;
}
.proxq-maodian-kuang table tr td{
  border: 1px solid #ccc;
  text-align: revert-layer;
  padding: 16px;
  color: #222222;
}
.about-s3-mid {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-s3-mid:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 6rem;
  height: 0.2rem;
  background-color: rgba(34, 34, 34, 0.04);
}

.about-s3-kuang {
  position: relative;
}

.about-s3-kuang .swiper-button-next {
  right: -8.6rem;
}

.about-s3-kuang .swiper-button-prev {
  left: -8.6rem;
}

.about-s3-kuang .swiper-button-next,
.about-s3-kuang .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0.6rem 1rem 2.8rem 1px rgba(215, 215, 215, 0.54);
  z-index: 4;
}
.about-s3-kuang .swiper-button-next::after,
.about-s3-kuang .swiper-button-prev::after {
  display: none;
}

.about-s3-kuang .swiper-button-next i,
.about-s3-kuang .swiper-button-prev i {
  font-size: 3rem;
  color: #1043a1;
  color: #00a0ea;
}

.about-s3-kuang .swiper-button-next:hover,
.about-s3-kuang .swiper-button-prev:hover {
  background: #1043a1;
  background: #00a0ea;
}

.about-s3-kuang .swiper-button-next:hover i,
.about-s3-kuang .swiper-button-prev:hover i {
  color: #fff;
}

.swipernf .swiper-slide {
  opacity: 0.6;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-top: 6.8rem;
}

.swipernf .swiper-slide-active {
  padding-top: 0rem;
  opacity: 1;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.swipernf .swiper-slide-active .about-nf {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.swipernf .swiper-slide-active .about-nf p {
  font-size: 4rem;
  line-height: 12rem;
}

.swipernf .swiper-slide-active .about-nf p:before {
  left: -4.6rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-nf {
  text-align: center;
}

.about-nf p {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #00a0ea;
  position: relative;
}

.about-nf p:before {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1952bb;
  background-color: #00a0ea;
}

.swipernr-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 7rem;
}

.swipernr-kuang .swipernr-img {
  width: 49.5714285714%;
  display: block;
  font-size: 0rem;
  border-radius: 10px;
  overflow: hidden;
}

.swipernr-kk {
  width: 45.4285714286%;
}

.swipernr-kk-title {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1.4rem;
  color: #222222;
}

.swipernr-kk-title span {
  color: #1f368f;
  color: #00a0ea;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.swipernr-kk-nr {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666666;
}

@media screen and (max-width: 1580px) {
  .about-s3-kuang .swiper-button-prev {
    left: 0rem;
  }
  .about-s3-kuang .swiper-button-next {
    right: 0rem;
  }
}
@media screen and (max-width: 991px) {
  .about-s3 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .swipernr-kuang {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .swipernr-kuang .swipernr-kk,
  .swipernr-kuang .swipernr-img {
    width: 100%;
  }
  .swipernr-kuang .swipernr-img {
    text-align: center;
    margin-bottom: 1rem;
  }
  .swipernf .swiper-slide-active .about-nf p {
    /* font-size: 6.6rem; */
  }
}
@media screen and (max-width: 768px) {
  .swipernr-kk-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .swipernr-kk-nr {
    font-size: 1.4rem;
  }
  .about-s3-kuang .swiper-button-next, .about-s3-kuang .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    top: 64px;
  }
  .about-s3 {
    padding-top: 0rem;
  }
  .swipernf .swiper-slide-active .about-nf p::before {
    left: -2rem;
  }
  .swipernf .swiper-slide-active .about-nf p {
    font-size: 2.4rem;
  }
  .about-s3-mid {
    margin-top: 0px;
  }
  .swipernr-kuang {
    margin-top: 0rem;
  }
}
.faq-mid-right-kk.active .faq-mid-k-bttom .faq-mid-k-top p{
    font-size: 14px;
  }

.home-aboutus-left {
  position: relative;
  font-size: 0px;
}

.home-about-left-mid {
  width: 80%;
  position: absolute;
  top: 0px;
  z-index: 2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-about-left-mid > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-aboutus-left, .home-aboutus-right {
  width: 50%;
}
.home-aboutus-left img, .home-aboutus-right img {
  width: 100%;
}

.home-aboutus {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.home-about-left-mid .road-view {
  margin-top: 30px;
  left: 0px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.homeaboutusswiper p {
  display: block;
  font-size: 0px;
}
.homeaboutusswiper p img {
  width: 100%;
}

.home-about-left-kuang {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
.home-about-left-kuang .home-ertitle {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.videozanting {
  position: absolute;
  top: 50%;
  right: -80px;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #008ed8;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  -moz-animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  -moz-box-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgba(193, 244, 246, 0);
  }
}
@media screen and (max-width: 1400px) {
  .home-about-left-kuang .home-title {
    font-size: 30px;
  }
  .home-about-left-kuang .road-view {
    font-size: 16px;
    padding: 8px 14px;
    margin-top: 10px;
  }
  .videozanting {
    width: 60px;
    height: 60px;
    right: -60px;
  }
}
.homeaboutusswiper .swiper-pagination {
  opacity: 1;
}
.homeaboutusswiper .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  background: #fff;
}
.homeaboutusswiper .swiper-pagination-bullet-active {
  background: #008ed8;
}

.shipintanchuang {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  z-index: 4;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.tanchuangneirong {
  max-width: 800px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  font-size: 0px;
}
.tanchuangneirong iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.tanchuangneirong .videoclose {
  width: 30px;
  height: 30px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 20px;
  background: red;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .home-aboutus {
    flex-wrap: wrap;
  }
  .home-aboutus-left, .home-aboutus-right {
    width: 100%;
  }
  .home-about-left-kuang {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .home-about-left-mid {
    width: 92%;
  }
  .home-about-left-kuang .road-view {
    font-size: 14px;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.qua-zs-mid .home-zs-div {
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
}

.qua-zs-mid .home-zs-div {
  margin-right: 2.1428571429%;
  margin-left: 0px;
}

.home-zs-div:nth-child(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .qua-zs-mid .home-zs-div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 450px) {
  .qua-zs-mid {
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .qua-zs-mid .home-zs-div {
    width: 49%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.m-muban-pro-nav > ul > li p a {
  font-size: 16px;
}

.pro-video-k-img {
  background: #e8f4fa;
}

.cop-mid a {
  margin-left: 10px;
  margin-right: 10px;
}



.our-tech-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-jsbk-icon {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.our-jsbk-mid {
  background: #008ed8;
  padding-top: 40px;
  padding-bottom: 60px;
}

.our-tech-title {
  margin-bottom: 30px;
}

.our-jsbk-name {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.our-jsbk-k {
  width: 20%;
  text-align: center;
  margin-bottom: 60px;
  overflow: hidden;
}

.our-jsbk-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .our-jsbk-k {
    width: 33%;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .our-tech-title {
    font-size: 30px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .our-jsbk-mid {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .our-jsbk-k {
    width: 50%;
  }
  .our-jsbk-mid {
    padding-bottom: 20px;
  }
}

.about-fzlc-title{
  font-size: 36px;
  line-height: 50px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-fzlc-title{
    padding-top: 10px;
    font-size: 24px;
  }
}


.alxq-main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.yyxq-kuang {
  margin-top: 70px;
  margin-bottom: 70px;
}

.alxq-table ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.alxq-table ul:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
}
.alxq-table ul li {
  white-space: nowrap;
  margin-right: 30px;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 30px;
  position: relative;
}
.alxq-table ul li:before {
  content: "";
  width: 0%;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 6px;
  background-color: #029ee6;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alxq-table ul li:hover, .alxq-table ul li.active {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
}
.alxq-table ul li:hover:before, .alxq-table ul li.active:before {
  width: 100%;
}

.alxq-mid > div:nth-child(n) {
  margin-bottom: 0px;
}

.alxq-mid > div:nth-child(n) {
  flex-wrap: wrap !important;
}

.alxq-mid {
  margin-top: 20px;
}
.alxq-mid > div {
  background-color: #ffffff;
  box-shadow: 1px 2px 23px 9px rgba(210, 210, 210, 0.31);
  background: url(../images/bg.png) no-repeat right;
}
.alxq-mid > div > div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 38px;
  padding-bottom: 70px;
}
.alxq-mid > div .alxq-right-img {
  width: 49.2857142857%;
}
.alxq-mid > div .alxq-left {
  width: 44.2857142857% !important;
}
.alxq-mid .alxq-left-ertitle {
  margin-bottom: 60px;
}

.alxq-left-jieshao {
  position: relative;
  padding-left: 20px;
}

.alxq-left-jieshao:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #29adea;
  border-radius: 50%;
}

.alxq-left-name {
  padding-left: 0px;
}

.alxq-left-name:before {
  display: none;
}

.alxq-mid > div:nth-child(n) .alxq-left {
  height: auto;
}

@media screen and (max-width: 991px) {
  .yyxq-kuang {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .alxq-mid > div > div {
    padding-bottom: 40px;
  }
  .alxq-table ul li {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .alxq-mid .alxq-left-ertitle {
    margin-bottom: 20px;
  }
  .alxq-mid > div:nth-child(n) .alxq-left {
    width: 100% !important;
  }
}
.yyxq-list-mid {
  background: #f9f9f9;
  padding-bottom: 140px;
  padding-top: 100px;
}
.yyxq-list-mid .proxq-see-title {
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .yyxq-list-mid {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.yyxq-seo-mid {
  /* background: #fff; */
  
  background: linear-gradient(45deg, #fafafa, #fff);

  padding-top: 100px;
  padding-bottom: 100px;
}

.yyxq-seo-contact {
  font-size: 16px;
  line-height: 24px;
}

.yyxq-seo-kuang .proxq-see-title {
  margin-top: 0px;
  text-align: left;
  margin-bottom: 46px;
}

@media screen and (max-width: 991px) {
  .yyxq-seo-mid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .yyxq-seo-kuang .proxq-see-title {
    margin-bottom: 20px;
  }
}
.our-list-div:hover{
  p{
    color: #029ee6;
  }
  color: #029ee6;
}

.faq-mid-right-kk{
  position: relative;
  &::before{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 4px;
    height: 0%;
    background: #00a0ea;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
.faq-mid-right-kk:hover {
  &::before {
    height: 60%;
  }
}
.jsys-s1-mid {
  background: url(../images/right-bj.png) no-repeat;
  background-position: right;
  padding-top: 86px;
}

.jsys-s1-title {
  font-size: 40px;
  line-height: 54px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
}

.jsys-s1-ertitle {
  font-size: 18px;
  line-height: 28px;
  margin-top: 34px;
  margin-bottom: 64px;
}

.jsys-s1-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}

.jsys-s1-bottom-kuang {
  text-align: center;
  color: #222222;
}
.jsys-s1-bottom-kuang:hover {
  color: #1aa7e9;
}

.jsys-s1-num {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.jsys-s1-name {
  font-size: 18px;
  line-height: 28px;
}

.fy-div {
  width: 85%;
}

@media screen and (max-width: 1420px) {
  .fy-div {
    width: 96%;
  }
}
@media screen and (max-width: 991px) {
  .jsys-s1-mid {
    padding-top: 20px;
  }
  .jsys-s1-ertitle {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .jsys-s1-bottom {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jsys-s1-title {
    font-size: 20px;
    line-height: 30px;
  }
  .jsys-s1-ertitle {
    font-size: 14px;
    line-height: 22px;
  }
  .jsys-s1-num {
    font-size: 24px;
    line-height: 30px;
  }
  .jsys-s1-name {
    font-size: 14px;
  }
  .jsys-s1-bottom {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .jsys-s1-bottom-kuang {
    width: 49%;
    margin-bottom: 20px;
  }
}
.jsys-s2-mid {
  padding-top: 40px;
  padding-bottom: 0px;
}

.jsys-s2-left {
  margin: 20px;
  padding: 10px;
  margin-bottom: 40px;
  /* width: get_w(690); */
  width: 49.28%;
  display: block;
  font-size: 0px;
  aspect-ratio: 16/12;
  box-shadow: 3px 11px 20px 5px rgba(129, 132, 138, 0.14);
  border-radius: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  overflow: hidden;
}
.jsys-s2-left img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.jsys-s2-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  /* width: get_w(640); */
  width: 45.7%;
}

.jsysswiper .swiper-slide {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.jsysswiper .swiper-button-next, .jsysswiper .swiper-button-prev {
  position: unset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #222;
  background-color: #ffffff;
  box-shadow: 2px 4px 23px 9px rgba(210, 210, 210, 0.4);
  margin-top: 10px;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jsysswiper .swiper-button-next::after, .jsysswiper .swiper-button-prev::after {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #222;
}
.jsysswiper .swiper-button-next:hover, .jsysswiper .swiper-button-prev:hover {
  background: #24a5e7;
}
.jsysswiper .swiper-button-next:hover::after, .jsysswiper .swiper-button-prev:hover::after {
  color: #fff;
}

.jsys-s2-right-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.jsys-s2-right-nr {
  font-size: 18px;
  line-height: 28px;
}

.jsys-s2-right {
  flex-wrap: wrap;
  color: #222;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jsys-s2-right:hover {
  color: #24a5e7;
}

.qiehuanannu {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  height: auto;
}

.jsys-s3-mid {
  background: #f7f7f7;
  padding-top: 74px;
  padding-bottom: 50px;
}

.jsys-s3-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.jsys-s3-biaoti {
  font-size: 18px;
  line-height: 28px;
  color: #18a6e7;
  margin-bottom: 6px;
}

.jsys-s3-title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #222222;
}

.jsys-s3-right {
  width: 48%;
  font-size: 18px;
  line-height: 28px;
}

.jsys-s3-low-left {
  width: 48%;
}

.jsys-s3-low-img {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.jsys-s3-low-right {
  width: 50%;
}

.jsys-s3-low-div {
  text-align: center;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  background: url(../images/jsys-bj.png) no-repeat;
  background-size: cover;
  padding-top: 26px;
  padding-bottom: 10px;
}

.jsys-s3-low-name {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}

.jsys-s3-low-img {
  display: block;
  font-size: 0px;
  aspect-ratio: 16/5;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.jsys-s3-low-img img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.jsys-s3-low-table {
  margin-top: 54px;
}

.jsys-s3-table-ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.jsys-s3-ul {
  cursor: pointer;
  width: 30.8571428571%;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
  overflow: hidden;
  margin-bottom: 20px;
}
.jsys-s3-ul:hover, .jsys-s3-ul.active {
  background-color: #f0f0f0;
}
.jsys-s3-ul:hover:before, .jsys-s3-ul.active:before {
  width: 100%;
}
.jsys-s3-ul:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 4px;
  background-color: #29a6e6;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jsys-s3-ul i {
  width: 50px;
  height: 50px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 0px;
  margin-right: 10px;
}
.jsys-s3-ul .jsys-s3-ul-biaoti {
  font-size: 18px;
  line-height: 28px;
  color: #18a6e7;
}
.jsys-s3-ul .jsys-s3-ul-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #222222;
}

.jsys-s2-right-kk {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .jsys-s2-left {
    /* aspect-ratio: 16/8; */
    margin: 10px;
  }
  .jsysswiper .swiper-slide {
    flex-wrap: wrap;
  }
  .jsysswiper .swiper-slide .jsys-s2-left, .jsysswiper .swiper-slide .jsys-s2-right {
    width: 100%;
  }
  .jsys-s3-ul-biaoti {
    font-size: 14px;
    line-break: 20px;
  }
  .jsys-s3-ul .jsys-s3-ul-title {
    font-size: 20px;
    line-height: 24px;
  }
  .jsys-s3-ul {
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .jsys-s3-ul i {
    margin-left: auto;
    margin-right: auto;
  }
  .jsys-s3-ul-right {
    width: 100%;
  }
  .jsys-s3-top {
    flex-wrap: wrap;
  }
  .jsys-s3-title {
    width: 100%;
    text-align: center;
  }
  .jsys-s3-title {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .jsys-s3-right {
    width: 100%;
    text-align: center;
  }
  .jsys-s3-low-table {
    margin-top: 20px;
  }
  .jsys-s3-table-ul {
    margin-top: 20px;
  }
  .jsys-s3-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jsys-s2-right-title {
    font-size: 22px;
  }
  .jsys-s2-right-nr {
    font-size: 16px;
  }
  .jsys-s3-ul i {
    width: 40px;
    height: 40px;
  }
  .jsys-s3-ul .jsys-s3-ul-biaoti {
    font-size: 14px;
  }
  .jsys-s3-ul .jsys-s3-ul-title {
    font-size: 18px;
  }
  .jsys-s3-low-div {
    flex-wrap: wrap;
  }
  .jsys-s3-low-left, .jsys-s3-low-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .jsys-s3-table-ul {
    overflow-x: auto;
  }
  .jsys-s3-table-ul .jsys-s3-ul {
    min-width: 200px;
    margin-right: 10px;
  }
  .jsys-s3-title {
    font-size: 24px;
  }
  .jsys-s3-biaoti {
    line-height: 20px;
    font-size: 14px;
  }
  .jsys-s3-right {
    font-size: 14px;
  }
}
.jsys-high-biaoti {
  font-size: 18px;
  line-break: 28px;
  color: #18a6e7;
}

.jsys-high-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 34px;
}

.jsys-higt-nr {
  font-size: 18px;
  line-height: 28px;
}
.jsys-higt-nr b {
  color: #1aa7e9;
  font-weight: normal;
}

.jsys-high-left {
  width: 41.1428571429%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jsys-high-right {
  width: 53.2857142857%;
  font-size: 0px;
  overflow: hidden;
  background-color: #ffffff;
  aspect-ratio: 16/9;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  box-shadow: 1px 2px 29px 11px rgba(203, 203, 203, 0.31);
}
.jsys-high-right:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.jsys-high-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.jsys-high-kuang:nth-child(2n) {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-flow: row-reverse;
}

.jsys-high-kuang:last-child {
  margin-bottom: 100px;
}


.jsys-at-img {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 1px 2px 29px 11px rgba(203, 203, 203, 0.31);
  margin-top: 50px;
}
.jsys-at-img p {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/5.6;
}
.jsys-at-img p:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.jsys-at-mid {
  padding-top: 40px;
  padding-bottom: 100px;
}

.jsys-lets-mid {
  background-color: rgba(192, 232, 253, 0.15);
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.jsys-lets-kuang {
  background: url(../images/jsysdouhao.png) no-repeat left top;
  padding-top: 50px;
}

.jsys-lets-title {
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .jsys-high-kuang, .jsys-high-kuang:nth-child(2n) {
    margin-top: 40px;
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-flow: column-reverse;
  }
  .jsys-high-kuang:last-child {
    margin-bottom: 20px;
  }
  .jsys-high-left, .jsys-high-right {
    width: 100%;
  }
  .jsys-high-title {
    margin-bottom: 10px;
  }
  .jsys-at-img {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .jsys-high-biaoti {
    font-size: 14px;
  }
  .jsys-high-title {
    font-size: 22px;
    line-height: 30px;
  }
  .jsys-higt-nr {
    font-size: 16px;
  }
  .jsys-at-img {
    margin-top: 10px;
  }
  .jsys-at-mid {
    padding-bottom: 30px;
  }
  .jsys-lets-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jsys-lets-kuang {
    padding-top: 0px;
  }
  .jsys-lets-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.faq-xg-title{
  font-size: 40px;
  line-height: 50px;
  display: block;
  text-align: center;
  padding-top: 30px;
  font-family: "wmbl", Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
}
@media  screen and (max-width: 991px) {
  .faq-xg-title{
    padding-top: 20px;
  }
}

.anlixianqgingcontact .table table tr td{
   text-align: revert-layer;
}
.anlixianqgingcontact .table table tr:first-child td{
  background: transparent;
  color: unset;
  padding: 10px;
}


.morenyuyan {
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-right: 20px;
}

.duoyuyan {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  margin-left: 20px;
}

.douyuyanxiala {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  -moz-transform: scaleY(0);
   -ms-transform: scaleY(0);
       transform: scaleY(0);
  -moz-transform-origin: top;
   -ms-transform-origin: top;
       transform-origin: top;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}

.duoyuyan.active .douyuyanxiala {
  top: 60px;
  height: auto;
  background-color: #FFF;
  -moz-transform: scaleY(1);
   -ms-transform: scaleY(1);
       transform: scaleY(1);
}
.duoyuyan.active .douyuyanxiala a {
  color: var(--fff);
  padding: 10px 20px;
  display: block;
}
.duoyuyan.active .douyuyanxiala a:hover {
  color: #fff;
  background: #019ee7;
}

@media screen and (max-width: 999px) {
  .dh-mid .dh-right {
    display: none;
  }
  .duoyuyan {
    margin-right: 30px;
    position: relative;
    top: 4px;
  }
}

.ckgd-mid{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ckgd-mid > span{
      display: inline-block;
    padding:6px 18px;
    margin: 2px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    /* cursor: pointer; */
    transition: all 0.3s ease;
    border: none;
    outline: none;
    background-image:linear-gradient(128deg, #00a0ea 0%, #7dcff5 100%), linear-gradient(#fcfcfc, #fcfcfc);
    color: #fff;
    border: 1px solid #ddd;
}
/* 发展历程2 */
.development-s2 {
  background-color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.development-s2 .development-content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background: url(../images/abouts2-1.png) no-repeat;
  background-size: cover;
}

.development-s2 .development-content .bg {
  position: absolute;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  right: 0;
  bottom: 8%;
}

.development-s2 .development-content .development-swiper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.development-s2 .development-content .development-swiper .list {
  -moz-box-align: anchor-center;
  align-items: anchor-center;
  height: 400px;
}

.development-s2 .development-content .development-swiper .item {
  padding: 0 0 50px 0;
  position: absolute;
  left: 0;
  bottom: 120px;
  padding-left: 26px;
  padding-right: 30px;
  width: 100%;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.development-s2 .development-content .development-swiper .item h4 {
  font-size: 24px;
}

.development-s2 .development-content .development-swiper .item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  max-height: 200px;
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}

.development-s2 .development-content .development-swiper .item .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.development-s2 .development-content .development-swiper .item .line::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #05a2ea;
  position: absolute;
  left: 0;
  bottom: 0;
}

.development-s2 .development-content .development-swiper .item .line::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #05a2ea;
  border-radius: 50%;
  left: -6px;
}

.development-s2 .development-content .development-swiper .swiper-slide-active .item {
  bottom: 2.2vw;
  opacity: 1;
}

.development-s2 .development-content .development-swiper .swiper-slide-active + .swiper-slide .item {
  bottom: 2.2vw;
  opacity: 1;
}

.development-s2 .development-content .development-swiper .swiper-slide-active + .swiper-slide + .swiper-slide .item {
  bottom: 3.2vw;
  opacity: 1;
}

.development-s2 .development-content .development-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .item {
  bottom: 6vw;
  opacity: 1;
}

.development-s2 .development-content .development-swiper .item:nth-child(1) {
  margin-bottom: -0.8rem;
}

.development-s2 .development-content .development-swiper .item:nth-child(2) {
  margin-bottom: -0.58rem;
}

.development-s2 .development-content .development-swiper .item:nth-child(3) {
  margin-bottom: 0.56rem;
}

.development-s2 .development-content .development-swiper .item:nth-child(4) {
  margin-bottom: 1.1rem;
}

.development-s2 .development-and {
  display: none;
  margin-top: 50px;
  padding-left: 30px;
}

.development-s2 .development-and .development-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.development-s2 .development-and .development-list .development-item {
  height: 4rem;
  position: relative;
  padding-left: 0.26rem;
  padding-right: 0.3rem;
  width: 100%;
  max-width: 98vw;
}

.development-s2 .development-and .development-list .development-item h4 {
  font-size: 20px;
}

.development-s2 .development-and .development-list .development-item p {
  font-size: 16px;
  margin-top: 0.2rem;
}

.development-s2 .development-and .development-list .development-item .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.development-s2 .development-and .development-list .development-item .line::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ff9c33;
  position: absolute;
  left: 0;
  bottom: 0;
}

.development-s2 .development-and .development-list .development-item .line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff9c33;
  border-radius: 50%;
  left: -4px;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  width: 3px; /* 设置滚动条的宽度 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #05a2ea; /* 设置滚动条滑块的颜色 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: #05a2ea; /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #D8D8D8; /* 设置滚动条背景的颜色 */
}

@media screen and (max-width: 768px) {
  .development-s2 .development-content .development-swiper .list {
    height: 350px;
  }
}