body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'PingFang SC', "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 12px;
}

body .swiper-pagination-bullet {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
div,
article,
aside,
footer,
header,
hgroup,
menu,
nav,
section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 218ms cubic-bezier(0.42, 0, 0.58, 1);
}

div:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
select,
textarea {
  border: 0 none;
  outline: 0 none;
  font-family: Arial, sans-serif;
}

address,
em,
i {
  font-style: normal;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
}

label {
  cursor: pointer;
}

a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-moz-selection {
  color: #fff;
  background: #0293CD;
}

.g-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9889;
  background: #1f253d;
}

.g-loading .load {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../imgs/loading-dyna-logo.png) no-repeat center center;
  margin: -75px 0 0 -75px;
  animation: myfly 2s infinite;
  -ms-animation: myfly 2s infinite;
  -moz-animation: myfly 2s infinite;
  -webkit-animation: myfly 2s infinite;
  -o-animation: myfly 2s infinite;
}

@-webkit-keyframes myfly {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes myfly {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes myfly {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes myfly {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes myfly {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


::selection {
  color: #fff;
  background: #0293CD;
}

.clearfix,
.wrapper,
.footer .foot-txt .wrapper {
  display: block;
  zoom: 1;
}

.clearfix:after,
.wrapper:after,
.footer .foot-txt .wrapper:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.layout {
  margin: 0 auto;
  /* overflow: hidden;  */
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  line-height: 56px;
  background-color: white;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
  transition: 0.5s ease-in-out;
}

.header .btn {
  /* background: url(../imgs/menu-btn.png) no-repeat center; */
  display:flex;
  flex-direction: row;
  width: 150px;
  height: 60px;
  /* margin:20px; */
  position: absolute;
  /* top:15px; */
  right: 15px;
  bottom: 10px;
  /* text-align: center; */
  align-items: center;
}

.header .btn .txt {
  /* position: absolute; */
  /* top:15px; */
  /* padding: 10px; */
  margin:10px auto;
  height: 25px;
  line-height: 25px;
  text-align: center;
  align-items: center;
  /* width: 200px; */
  /* right:125px; */
  /* bottom: 10px; */
  font-size: 24px;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .wrapper::after {
  display: none;
}

.header .logo {
  width: 150px;
  margin-left: 18px;
  transition: 0.5s ease-in-out;
}

.header .logo a {
  display: block;
}

.header .logo img {
  display: inline-block;
  vertical-align: middle;
}

.header a {
  /* color: #ffffff; */
  color: #000000;
  display: block;
  padding: 0 5px;
}

.header .download {
  width: 92px;
  height: 26px;
  margin-left: 30px;
  margin-top: 14px;
  background: #35aadc;
  color: #ffffff;
  text-align: center;
  border-radius: 21px;
  line-height: 26px;
  font-size: 15px;
}

.header .download:hover {
  background: rgba(53, 170, 220, 0.9);
}

.header .navs {
  font-size: 16px;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: absolute; */
}

.header .navs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navs li {
  position: relative;
  margin: 0 25px;
}

.header .navs li.active {
  background: url(../imgs/nav-bg.jpg) bottom repeat-x;
}

.header .navs li:hover {
  background: url(../imgs/menu-arrow.png) bottom center no-repeat;
}

.header .navs li .subnav {
  z-index: 999;
  display: none;
  /* position: absolute; */
  position: absolute;
  width: 550px;
  left: 0;
  right: 0;
  background: #fcfcfc;
  padding: 15px 10px;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); 
}

.header .navs li .subnav .wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .navs li .subnav .wrapper dl {
  width: 132px;
}

.header .navs li .subnav .wrapper dl dt {
  font-size: 16px;
  color: #000000;
}

.header .navs li .subnav .wrapper dl a {
  color: #666666;
  text-align: left;
  font-size: 14px;
}

.header .navs li .subnav a {
  font-size: 14px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  display: block;
  position: relative;
}

.header .navs .sub {
  width: 40em;
  margin: 0 auto;
}

.header .navs .i2 .sub {
  text-align: left;
}

.header .navs li .subnav a {
  width: 10em;
  display: inline-block;
  text-align: left;
}

.header .navs li .subnav a:hover {
  color: #0096d5;
}

.header.active {
  background: rgba(0, 0, 0, 0.8);
}

.header.active .navs {
  padding-top: 10px;
}

.header.active .logo {
  background: none;
  height: 62px;
  line-height: 62px;
}

.header.active .navs li.active a {
  color: #35aadc;
}

.index-banner {
  position: relative;
  overflow: hidden;
}

.index-banner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 20px;
}

.index-banner .swiper-pagination-bullet {
  bottom: 30px;
  border-radius: 0;
  position: relative;
  width: 100px;
  height: 55px;
  line-height: 50px;
  background: transparent;
}

.index-banner .swiper-pagination-bullet i {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  display: none;
}

.index-banner .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
}

.index-banner .swiper-pagination-bullet .bar-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
  line-height: 2px;
  display: inline-block;
}

.index-banner .active .bar-box {
  -webkit-animation: width 5s;
  animation: width 5s;
  background: #ffffff;
}

.index-banner .swiper-pagination-bullet-active .bar-box {
  -webkit-animation: width 5s infinite;
  animation: width 5s infinite;
  background: #ffffff;
}

.index-banner .swiper-pagination-bullet-active i {
  display: inline-block;
}

.index-banner .item {
  height: 612px;
  overflow: hidden;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.index-banner .wrapper {
  position: relative;
  height: 612px;
  min-height: 600px;
}

.index-banner .text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.4;
  width: 523px;
}

.index-banner .text h3 {
  font-weight: 300;
  margin-bottom: 18px;
}

.index-banner .text .gb-btn {
  margin-top: 20px;
}

.gb-banner .text h3 {
  font-weight: 300;
  margin-bottom: 18px;
}

.index-banner .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
}

.index-banner .item1 .btn {
  background: none;
  border: 1px solid #fff;
  background: url(../imgs/btn-arrow.png) no-repeat 140px 50%;
}

.index-banner .item1 .btn:hover {
  background: #35aadc url(../imgs/btn-arrow.png) no-repeat 140px 50%;
  border: 1px solid #35aadc;
}

.index-banner .item1 .img {
  position: absolute;
  bottom: 40px;
  right: -60px;
}

.index-banner .item1 .img2 {
  position: absolute;
  transition: 0.2s;
  z-index: 99;
  top: 53px;
  right: 110px;
}

.index-banner .item2 .img {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.index-banner .banner1 .img {
  width: 477px;
}

.index-banner .banner2 .img {
  width: 622px;
}

.index-banner .banner3 .img {
  width: 667px;
}

.index-banner .banner4 .img {
  width: 761px;
}

.index-banner .item img {
  width: 100%;
  display: block;
}

.phone {
  visibility: hidden;
  /* display:none; */
}

.gb-head {
  text-align: center;
  padding-top: 45px;
  position: relative;
  min-height: 128px;
}

.gb-head h4::before {
  content: '';
  width: 106px;
  height: 2px;
  background: #394264;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.gb-head h3 {
  font-size: 36px;
  font-weight: 300;
  color: #394264;
  margin-bottom: 15px;
}

.gb-head h4 {
  position: relative;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}


.index-section1 {
  background-image: url(../imgs/section1-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  /* height:700px; */
}

.index-section1 .wrapper {
  position: relative;
}

.index-section1 .body {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
}

.index-section1 .text {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}

.index-section1 .text p {
  font-weight: 300;
  color: #666;
}

.index-section1 .text p span {
  color: #666;
}

.index-section1 .img {
  margin-top: 20px;
}

.index-section1 .btn {
  right: 10px;
  position: absolute;
  top: 233px;
}

.index-section2 {
  /* background: url(../imgs/dyna-banner01.jpg) no-repeat center; */
  background-color: #234271;
  /* background-size: cover; */
  /* overflow: hidden; */
}



.index-section2 .wrapper {
  position: relative;
  height: 600px;
}



.index-section2 .wrapper .gb-head h3 {
  /* background: url(../imgs/dyna-banner01.jpg) no-repeat center; */
  color: white
}

.index-section2 .left-nav {
  float: left;
  width: 560px;
  margin-top: 90px;
}

.index-section2 .right-nav {
  float: right;
  width: 560px;
  margin-top: 90px;
}

.index-section2 .left-nav li {
  position: relative;
  padding: 22px 35px 22px 89px;
  transition: 0.5s;
}

.index-section2 .right-nav li {
  position: relative;
  padding: 22px 35px 22px 89px;
  transition: 0.5s;
}

.index-section2 .left-nav li.active,
.index-section2 .left-nav li:hover {
  background: rgba(57, 66, 100, 0.5);
  cursor: pointer;
}


.index-section2 .right-nav li.active,
.index-section2 .right-nav li:hover {
  background: rgba(57, 66, 100, 0.5);
  cursor: pointer;
}

.index-section2 .left-nav li.active .text,
.index-section2 .left-nav li:hover .text {
  color: #35aadc;
}


.index-section2 .right-nav li.active .text,
.index-section2 .right-nav li:hover .text {
  color: #35aadc;
}

.index-section2 .left-nav li.active .img .img1,
.index-section2 .left-nav li:hover .img .img1 {
  display: none;
}

.index-section2 .right-nav li.active .img .img1,
.index-section2 .right-nav li:hover .img .img1 {
  display: none;
}

.index-section2 .left-nav li.active .img .img2,
.index-section2 .left-nav li:hover .img .img2 {
  display: block;
}


.index-section2 .right-nav li.active .img .img2,
.index-section2 .right-nav li:hover .img .img2 {
  display: block;
}
.index-section2 .left-nav .text {
  color: #ffffff;
}

.index-section2 .right-nav .text {
  color: #ffffff;
}


.index-section2 .left-nav .text h3 {
  font-size: 24px;
}

.index-section2 .right-nav .text h3 {
  font-size: 24px;
}

.index-section2 .left-nav .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}


.index-section2 .right-nav .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.index-section2 .left-nav .img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 42px;
  top: 28px;
}

.index-section2 .right-nav .img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 42px;
  top: 28px;
}

.index-section2 .left-nav .img .img2 {
  display: none;
}
.index-section2 .right-nav .img .img2 {
  display: none;
}

.index-section2 .right-img {
  /* text-align: center; */
  /* margin-right: -50px; */
  margin-left: 680px;
  text-align: center;
  /* border:1px solid red; */
  margin-bottom: 50px;
  /* padding: 10px; */
}

.index-section2 .right-img .icon {
  position: absolute;
  z-index: 99;
}

.index-section2 .right-img .icon img {
  position: relative;
}

.index-section2 .right-img .icon1 {
  right: -10px;
  top: 140px;
}

.index-section2 .right-img .icon2 {
  bottom: 219px;
  right: 458px;
}

.index-section2 .right-img li {
  display: none;
}

.index-section2 .right-img li.active {
  display: block;
}

.index-section2 .right-img .item1 {
  position: absolute;
  top:-10px;
  right:10px;
  /* padding-top: 5px; */
}

.index-section2 .right-img .item2 {
  display: none;
}

.index-section2 .right-img .item2 img {
  margin-top: 60px;
}

.index-section2 .right-img .item3 {
  display: none;
  padding-top: 80px;
}

.index-section3 {
  padding: 60px 30px;
}

.index-section3 .body {
  /* height:1200px; */
  /* width: 100%; */
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* border:1px pink solid; */
}

.index-section3 .body .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  text-align: center;
  height: 335px;
  margin: 0 10px;
  transition: 0.5s;
  border: 1px solid transparent;
  padding-top: 25px;
  /* border:1px pink solid; */
}

.index-section3 .body .item .img {
  height: 145px;
  line-height: 145px;
}

.index-section3 .body .item .img img {
  max-height: 100%;
  max-width: 100%;
}

.index-section3 .body .item:hover {
  border: 1px solid rgba(176, 187, 194, 0.5);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
}

.index-section3 .body .item:hover .img img {
  -webkit-animation: runing 2s infinite;
  animation: runing 2s infinite;
}

.index-section3 .body .item .texts h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.index-section3 .body .item .texts p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
}

.index-section4 {
  background: #f1f5f6;
  position: relative;
}

.index-section4 .wrapper {
  position: relative;
  height: 452px;
}

.index-section4 .gb-head {
  padding-top: 73px;
}

.index-section4 .gb-head h3 {
  margin-bottom: 8px;
  color: #ffffff;
}

.index-section4 .gb-head h4 {
  padding-bottom: 19px;
  color: #ffffff;
  font-size: 14px;
}

.index-section4 .gb-head h4:before {
  height: 1px;
  background: #ffffff;
}

.index-section4 .left-con {
  position: absolute;
  top: 0;
  bottom: 47px;
  width: 390px;
  margin-top: -40px;
  background: #394264;
  color: #ffffff;
}

.index-section4 .left-con::before {
  content: '';
  display: inline-block;
  background-image: url(../imgs/img16.png);
  position: absolute;
  width: 9px;
  right: -9px;
  height: 41px;
  display: inline-block;
}

.index-section4 .left-con ul {
  margin: 0 94px;
  margin-top: 20px;
}

.index-section4 .left-con ul li {
  margin-bottom: 14px;
}

.index-section4 .left-con a {
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #ffffff;
}

/*  .index-section4 .left-con a:hover{background: #ffffff;
  color: #394264;}*/
.index-section4 .left-con li.active a {
  background: #ffffff;
  color: #394264;
}

.index-section4 .right-con {
  margin-left: 390px;
  margin-right: -65px;
  text-align: center;
  padding-top: 30px;
}

.index-section4 .right-con .ico {
  position: absolute;
}

.index-section4 .right-con .run-img {
  position: absolute;
}

.index-section4 .right-con .fadeInRight {
  margin-right: -70px;
}

.index-section4 .right-con .ico1 {
  top: 116px;
  right: -20px;
}

.index-section4 .right-con .ico1 .run-img {
  background: url(../imgs/ico-1.png);
  width: 17px;
  height: 23px;
}

.index-section4 .right-con .ico2 {
  top: 278px;
  right: 0;
}

.index-section4 .right-con .ico2 .run-img {
  background: url(../imgs/ico-2.png);
  width: 221px;
  height: 57px;
}

.index-section5 {
  padding-bottom: 50px;
}

.index-section5 .wrapper {
  margin-top: 30px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-section5 .wrapper .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -360px;
}

.index-section5 .wrapper .before,
.index-section5 .wrapper .after {
  width: 360px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -360px;
  cursor: pointer;
  z-index: 99;
}

.index-section5 .wrapper .after {
  left: auto;
  right: -360px;
  background: url(../imgs/links-bg2.png) repeat-y;
}

.index-section5 .wrapper .before {
  background: url(../imgs/links-bg.png) repeat-y;
}

.index-section5 .con {
  position: absolute;
  left: 0;
}

.index-section5 .body {
  height: 285px;
  overflow: hidden;
}

.index-section5 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1480px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-section5 .swiper-slide {
  width: 157px;
  height: 90px;
  border: 1px solid #dae0e2;
  text-align: center;
  line-height: 90px;
  margin-right: 7px;
  margin-bottom: 7px;
  position: relative;
}

.index-section5 .swiper-slide:before {
  content: '+';
  color: #ffffff;
  left: 50%;
  top: 45px;
  -webkit-transform: scale(1.3) translateX(-50%);
  -ms-transform: scale(1.3) translateX(-50%);
  transform: scale(1.3) translateX(-50%);
  font-size: 20px;
  line-height: normal;
  display: inline-block;
  opacity: 0;
  position: absolute;
  transition: 0.3s 0.2s ease-in;
}

.index-section5 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-section5 .swiper-slide h3 {
  color: #ffffff;
  position: absolute;
  font-size: 16px;
  top: 50px;
  transition: 0.2s ease-in;
  opacity: 0;
  left: 0;
  line-height: normal;
  right: 0;
}

.index-section5 .swiper-slide:hover {
  background: #394264;
}

.index-section5 .swiper-slide:hover img {
  display: none;
}

.index-section5 .swiper-slide:hover h3 {
  display: inline-block;
  top: 25px;
  opacity: 1;
}

.index-section5 .swiper-slide:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.3) translateX(-50%);
  -ms-transform: scale(1.3) translateX(-50%);
  transform: scale(1.3) translateX(-50%);
}

.index-section6 {
  background: #f1f5f6;
  padding-bottom: 50px;
}

.index-section6 .body {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-section6 .body .item {
  width: 386px;
  margin: 0 20px;
  border: 1px solid #d7d8d9;
  transition: 0.2s;
}

.index-section6 .body .item .img {
  height: 236px;
  border-bottom: 1px solid #d7d8d9;
}

.index-section6 .body .item .img img {
  width: 100%;
  height: 100%;
}

.index-section6 .body .item .text {
  padding: 20px;
  height: 130px;
}

.index-section6 .body .item h3 {
  font-size: 18px;
  color: #333333;
}

.index-section6 .body .item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #7f7f7f;
}

.index-section6 .body .item:hover {
  background: #ffffff;
  border: 1px solid #fff;
}

.rx-section1 .body {
  margin-top: 35px;
  position: relative;
  padding-bottom: 50px;
}

.rx-section1 .texts-items {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.rx-section1 .texts-items .text-item {
  height: 150px;
  width: 275px;
  position: absolute;
  left: 0;
  text-align: right;
}

.rx-section1 .texts-items .text-item h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000000;
}

.rx-section1 .texts-items .text-item h3::before {
  width: 20px;
  height: 2px;
  background: #0094ff;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.rx-section1 .texts-items .text-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
}

.rx-section1 .texts-items .text-item1 {
  top: 0;
}

.rx-section1 .texts-items .text-item2 {
  top: 150px;
}

.rx-section1 .texts-items .text-item3 {
  top: 300px;
}

.rx-section1 .texts-items .text-item4,
.rx-section1 .texts-items .text-item5,
.rx-section1 .texts-items .text-item6 {
  left: auto;
  right: 0;
  text-align: left;
}

.rx-section1 .texts-items .text-item4 h3:before,
.rx-section1 .texts-items .text-item5 h3:before,
.rx-section1 .texts-items .text-item6 h3:before {
  left: 0;
  right: auto;
}

.rx-section1 .texts-items .text-item4 {
  top: 0;
}

.rx-section1 .texts-items .text-item5 {
  top: 150px;
}

.rx-section1 .texts-items .text-item6 {
  top: 300px;
}

.rx-section1 .texts-items .right-items {
  right: 0;
}

.rx-section1 .texts-items .text-item:hover h3 {
  color: #0094ff;
}

.rx-section1 .texts-items .text-item:hover p {
  color: #0094ff;
}

.rx-section1 .slide-box {
  position: relative;
  margin: 0 auto;
  width: 500px;
  -webkit-perspective: 450px;
  perspective: 450px;
}

.rx-section1 .slide-box .item-hide {
  opacity: 0;
}

.rx-section1 .slide-box .item {
  position: absolute;
  width: 242px;
  opacity: 0;
  top: 0;
  transition: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rx-section1 .slide-box .item::before {
  content: '';
  display: inline-block;
  background-image: url(../imgs/shoad2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 437px;
  height: 112px;
  position: absolute;
  left: 50%;
  margin-left: -218.5px;
  bottom: -55px;
}

.rx-section1 .slide-box .item-prev {
  z-index: 2;
  left: 0;
  margin-left: 0;
  opacity: 1;
  -webkit-transform: scale(0.7) rotateY(35deg);
  transform: scale(0.7) rotateY(35deg);
  position: relative;
}

.rx-section1 .slide-box .item-prev img {
  position: relative;
  z-index: 9;
}

.rx-section1 .slide-box .item-prev::before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.rx-section1 .slide-box .item-next {
  z-index: 2;
  right: 0;
  left: auto;
  margin-left: 0;
  opacity: 1;
  -webkit-transform: scale(0.7) rotateY(-35deg);
  transform: scale(0.7) rotateY(-35deg);
}

.rx-section1 .slide-box .item-next::before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.rx-section1 .slide-box .item-active {
  opacity: 1;
  left: 50%;
  z-index: 99;
  margin-left: -121px;
}

.rx-section2 {
  background: #ffffff;
  padding-bottom: 40px;
}

.rx-section2 .body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rx-section2 .body .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.8%;
  flex: 0 0 19.8%;
  border-right: 1px solid #ecedef;
  border-bottom: 1px solid #ecedef;
}

.rx-section2 .body .item:nth-child(5) {
  border-right: none;
}

.rx-section2 .body .item:nth-child(10) {
  border-right: none;
  border-bottom: none;
}

.rx-section2 .body .item:nth-child(6),
.rx-section2 .body .item:nth-child(6),
.rx-section2 .body .item:nth-child(7),
.rx-section2 .body .item:nth-child(8),
.rx-section2 .body .item:nth-child(9),
.rx-section2 .body li:nth-child(10) {
  border-bottom: none;
}

.rx-section2 .body .box {
  text-align: center;
  height: 200px;
  padding: 15px 50px;
  transition: 0.5s ease-in;
}

img {
  max-height: 100%;
}

.rx-section2 .body .box .img {
  height: 80px;
  line-height: 80px;
  margin: 10px 10px 20px;
  text-align: center;
}

.rx-section2 .body .box h3 {
  font-size: 20px;
  color: #000000;
}

.rx-section2 .body .box p {
  line-height: 24px;
  color: #666666;
}

.rx-section2 .body .item:hover .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.rx-section3 {
  background: #1f253c !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 726px;
}

.rx-section3 .gb-head::before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.rx-section3 .wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  top: 0;
  height: 726px;
}

.rx-section3.active .wrapper {
  position: fixed;
  top: 0;
  height: 728px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
}

.rx-section3 .gb-head {
  text-align: left;
  margin-bottom: 25px;
}

.rx-section3 .gb-head h3 {
  color: #ffffff;
}

.rx-section3 .gb-head h4 {
  color: #ffffff;
}

.rx-section3 .gb-head h4::before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: #ffffff;
}

.rx-section3 .btn {
  margin-top: 25px;
}

.rx-section3 .share-icons {
  margin-top: 50px;
  margin-left: -6px;
}

.rx-section3 .share-icons .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.rx-section3 .share-icons .icon-qq {
  background-image: url(../imgs/qq.png);
}

.rx-section3 .share-icons .icon-wx {
  background-image: url(../imgs/wx.png);
}

.rx-section3 .share-icons .icon-sina {
  background-image: url(../imgs/sina.png);
}

.rx-section3 .text {
  width: 460px;
  padding-top: 90px;
  text-align: left;
  color: #ffffff;
}

.rx-section3 .text p {
  font-size: 14px;
  line-height: 24px;
}

.rx-section3 .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.rx-section3 .img .icon {
  position: absolute;
  z-index: 9;
  will-change: transform;
}

.rx-section3 .img .icon1 {
  right: 223px;
  top: 45px;
}

.rx-section3 .img .icon2 {
  right: 75px;
  top: 117px;
}

.rx-section3 .img .icon3 {
  right: 305px;
  top: 91px;
}

.rx-section3 .img .icon4 {
  right: 160px;
  top: 170px;
}

.rx-section3 .img .icon5 {
  right: 405px;
  top: 140px;
}

.rx-section3 .img .icon6 {
  right: 250px;
  top: 224px;
}

.rx-section3 .img .icon7 {
  right: 509px;
  top: 195px;
}

.rx-section3 .img .icon8 {
  right: 353px;
  top: 282px;
}


.rx-section4 {
  height: 485px;
  background: #ffffff;
}

.rx-section4 .slick-list {
  overflow: visible;
}

.rx-section4 .head {
  padding-top: 50px;
  margin-bottom: 50px;
}

.rx-section4 .head h3 {
  font-size: 40px;
  font-weight: 300;
  color: #394264;
  text-align: center;
}

.rx-section4 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rx-section4 .list {
  background: #0094ff;
  height: 320px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -2px;
  right: -2px;
  top: 0;
  transition: 0.3s ease-in;
}

.rx-section4 .list .con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rx-section4 .list .list-item:first-child {
  border-top: 1px solid #4db4ff;
}

.rx-section4 .list .list-item {
  height: 64px;
  line-height: 64px;
  padding-left: 92px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #4db4ff;
}

.rx-section4 .list .icon {
  position: absolute;
  left: 37px;
  top: 0;
  bottom: 0;
  width: 55px;
  text-align: center;
}

.rx-section4 .item {
  width: 215px;
  height: 260px;
  margin-right: 30px;
  text-align: center;
  border: 1px solid #e0e1e4;
  padding: 45px 22px;
  padding-top: 0;
  position: relative;
}

.rx-section4 .item .box {
  font-size: 14px;
  line-height: 24px;
}

.rx-section4 .item:last-child {
  margin-right: 0;
}

.rx-section4 .item:hover .list {
  opacity: 1;
  visibility: visible;
  top: -30px;
}

.rx-section4 .item .img {
  height: 100px;
  line-height: 100px;
  margin: 15px 0 20px;
}

.rx-section4 .item h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.rx-section4 .item p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.gb-contact {
  height: 304px;
  background: url(../imgs/contact-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 90px;
}

.gb-contact h3 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}

.gb-contact .input-box {
  width: 375px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gb-contact .input-box input[type=text] {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: transparent;
  padding: 0 10px;
  font-size: 16px;
  color: #ffffff;
}

.gb-contact .input-box .submit {
  width: 130px;
  cursor: pointer;
  background: #ffffff;
  font-size: 16px;
  color: #0677ab;
  text-align: center;
}

.gb-btn {
  width: 155px;
  height: 35px;
  display: inline-block;
  background-image: url(../imgs/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 120px 50%;
  background-color: #394264;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding-left: 25px;
  line-height: 35px;
  transition: 0.6s;
  font-weight: 300;
}

.gb-btn:hover {
  background-position: 130px 50%;
}


.footer {
  padding: 30px 0 20px;
  background: url(/filespath/images/f-bg.jpg) center no-repeat;
  background-size: cover
}

.footer .top {
  overflow: hidden;
  margin-bottom: 3.4375vw
}

.footer .top .wp>.l {
  width: 28.6%
}

.footer .top .wp .oh {
  padding-left: 7.2vw;
  border-left: 1px solid #0092ca;
  padding-bottom: 28px
}

.footer .bot {
  position: relative
}

.footer .top .wp>.l {
  width: 25%
}

.footer .top .wp .oh {
  padding-left: 2vw
}

.footer .top .wp .oh .l,
.footer .top .wp .oh .r,
.footer .top .wp>.l {
  float: none;
  width: auto
}

.footer .top .wp .oh {
  padding-left: 0;
  border-left: none
}

.footer .top {
  margin-bottom: 0
}


@media screen and (max-width:767px) {
  .footer {
    padding: 2vw 0
  }

  /* .footer{padding:20vw 0} */
}

/* .footer {
  color: #ffffff;
  background: #004f72;
  overflow: hidden;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
} */

.footer .foot-links {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer .foot-links .left-link {
  /* display:flex; */
  width: 620px;
  justify-content: space-between;
  align-items: center;
  float: left;
  border-right: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .foot-links .left-link .item1 {
  /* border:1px solid red; */
  /* width: 1800px; */
}


.footer .foot-links .left-link .item1 {
  
  float: none;
}


.footer .foot-links .left-link .item1 .img {
  width: 190px;
  height: 210px;
}

.footer .foot-links .left-link .item1 .img img{
  width: 100%;
  height: 100%;
}

.footer .foot-links .left-link .tit {
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer .foot-links .left-link dl {
  margin-bottom: 10px;
}

.footer .foot-links .left-link dt {
  font-size: 14px;
}

.footer .foot-links dd a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
  line-height: 20px;
}

.footer .foot-links dd a:hover {
  text-decoration: underline;
}

.footer .foot-links .right-link {
  padding-left: 56px;
  margin-left: 54px;
  min-height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .foot-links .right-link .item1 {
  width: 485px;
}

.footer .foot-links .right-link .item1 h3 {
  display: none;
  color: #ffffff;
  font-size: 22px;
}

.footer .foot-links .right-link .item1 h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}

.footer .foot-links .right-link .item1 h5 {
  /* margin-top: 20px; */
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
}

.footer .foot-links .right-link .item1 h6 {
  margin-top: 20px;
  font-size: 38px;
  color: #ffffff;
}

.footer .foot-links .right-link .item1 dt {
  margin-bottom: 27px;
  position: relative;
  padding-left: 28px;
}

.footer .foot-links .right-link .item1 dt .icon-phone {
  position: absolute;
  width: 29px;
  height: 33px;
  background: url(../imgs/icon-phone.png) center no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}

.footer .foot-links .right-link .item1 .icon {
  width: 29px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 7px;
}

.footer .foot-links .right-link .item1 .icon-net {
  background-image: url(../imgs/icon-net.png);
}

.footer .foot-links .right-link .item1 .icon-addr {
  background-image: url(../imgs/icon-addr.png);
}

.footer .foot-links .right-link .item1 dd {
  font-size: 14px;
  color: #ffffff;
  height: 27px;
  line-height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .foot-links .right-link .item1 .item2 {
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;   */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top:150px; */
  justify-content: space-between;
  /* flex:1; */
  margin: 0 auto;
  /* border:1px solid red; */
}

/* 
.footer .foot-links .right-link .item2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;  
  margin-top:50px;
  } */

.footer .foot-links .right-link .item1 .item2 ul {
  margin: 30px;
  /* flex:1; */
  width: 100%;
  /* height:130px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  /* border:1px solid red; */
}

.footer .foot-links .right-link .item1 .item2 ul li {
  /* display:flex; */
  width: 180px;
  /* border:1px solid blue; */
}

.footer .foot-links .right-link .item1 .item2 ul li img {
  width: 150px;
  height: 150px;
  /* display: block; */
  /* border:1px solid red; */
}

.footer .foot-links .right-link .item1 .item2 ul li h3 {
  font-size: 19px;
  color: #ffffff;
  /* padding: 5px 0;
    border:1px solid red; */
}

.footer .foot-txt {
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.footer .foot-txt a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 6px;
}

.footer .foot-txt a:hover {
  text-decoration: underline;
}

.footer .foot-txt p {
  float: left;
}

.footer .foot-txt .links {
  float: right;
}



.gb-meun {
  line-height: 55px;
  height: 55px;
  background: #ffffff;
}

.gb-meun ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gb-meun.gb-meun-left ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gb-meun li {
  font-size: 16px;
  margin: 0 22px;
  position: relative;
}

.gb-meun li a {
  color: #000000;
  display: block;
}

.gb-meun li:hover a {
  color: #35aadc;
}

.gb-meun li.active a {
  color: #35aadc;
}

.gb-meun li.active::before {
  height: 1px;
  background: #35aadc;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.gb-meun.active {
  position: fixed;
  top: 0;
  height: 65px;
  line-height: 65px;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
}

.case-list {
  background: #f6f7fc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.case-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case-list li {
  width: 386px;
  height: 428px;
  margin-right: 22px;
  margin-bottom: 22px;
  border: 1px solid #e4e4e4;
}

.case-list li a {
  display: block;
}

.case-list li .text {
  padding: 0 24px;
  padding-top: 10px;
}

.case-list li .img {
  height: 237px;
  overflow: hidden;
}

.case-list li .img img {
  transition: 0.2s;
  min-width: 100%;
  min-height: 237px;
}

.case-list li h3 {
  font-size: 20px;
  color: #000000;
  line-height: 35px;
  margin: 10px 0;
  margin-bottom: 5px;
}

.case-list li .txt {
  font-size: 14px;
  line-height: 1.6;
  color: #7f7f7f;
  height: 82px;
}

.case-list li .com {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 50px;
  border-top: 1px solid #e4e4e4;
}

.case-list li:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.case-intro .intro-texts {
  height: 390px;
}

.case-intro .intro-texts .wrapper {
  position: relative;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-intro .intro-texts .text {
  width: 50%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-right: 78px;
}

.case-intro .intro-texts .hd {
  font-size: 36px;
  color: #394264;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.case-intro .intro-texts .hd::before {
  content: '';
  width: 53px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.case-intro .intro-texts .bd {
  margin-bottom: 30px;
}

.case-intro .intro-texts .bd p {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
}

.case-intro .intro-texts .img {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case-intro .intro-texts .img img {
  width: 100%;
  height: 100%;
}

.case-intro .intro-texts.intro-texts-left {
  background: #f6f7fc;
}

.case-intro .intro-texts.intro-texts-right {
  background: #ffffff;
}

.case-intro .intro-texts.intro-texts-right .text {
  padding-right: 0;
  padding-left: 78px;
}

.case-intro .intro-user {
  background: #f6f7fc;
  padding-top: 48px;
  padding-bottom: 40px;
}

.case-intro .intro-user .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-intro .intro-user .wrapper .img {
  position: relative;
  width: 375px;
}

.case-intro .intro-user .wrapper .img::before {
  content: '';
  top: 127px;
  width: 9px;
  height: 179px;
  background: #35aadc;
  position: absolute;
  top: 115px;
  right: 0;
}

.case-intro .intro-user .wrapper .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 27px;
}

.case-intro .intro-user .wrapper .text .hd {
  padding-top: 60px;
  font-size: 36px;
  color: #394264;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.case-intro .intro-user .wrapper .text .hd::before {
  content: '';
  width: 53px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.case-intro .intro-user .wrapper .text .bd {
  font-size: 20px;
  line-height: 40px;
  color: #2a2a2a;
}

.case-intro .intro-jjfa {
  padding-bottom: 75px;
}

.case-intro .intro-jjfa .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.case-intro .intro-jjfa .body .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case-intro .intro-jjfa .body .hd {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #ffffff;
}

.case-intro .intro-jjfa .body .bd {
  height: 310px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  overflow-y: auto;
}

.case-intro .intro-jjfa .body .item:nth-child(1) .hd {
  background: #394264;
}

.case-intro .intro-jjfa .body .item:nth-child(1) .bd {
  background: #f6f7fc;
}

.case-intro .intro-jjfa .body .item:nth-child(2) .hd {
  background: #35aadc;
}

.case-intro .intro-jjfa .body .item:nth-child(2) .bd {
  background: #ffffff;
}

.case-intro .intro-slide {
  background: #f6f7fc;
  padding-bottom: 70px;
  padding-top: 30px;
}

.case-intro .intro-slide .gb-head {
  position: relative;
}

.case-intro .intro-slide .gb-head .more {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #394264;
  bottom: 10px;
  background: url(../imgs/slide-more.png) no-repeat left center;
  padding-left: 22px;
}

.case-intro .intro-slide .body {
  position: relative;
  margin-top: 30px;
}

.case-intro .intro-slide .item {
  width: 386px;
  height: 428px;
  margin: 11px;
  border: 1px solid #e4e4e4;
}

.case-intro .intro-slide .item a {
  display: block;
}

.case-intro .intro-slide .item .text {
  padding: 0 24px;
  padding-top: 10px;
}

.case-intro .intro-slide .item .img {
  height: 237px;
  overflow: hidden;
}

.case-intro .intro-slide .item .img img {
  transition: 0.2s;
  min-width: 100%;
  min-height: 237px;
}

.case-intro .intro-slide .item h3 {
  font-size: 20px;
  color: #000000;
  line-height: 35px;
  margin: 10px 0;
}

.case-intro .intro-slide .item .txt {
  font-size: 14px;
  line-height: 1.6;
  color: #7f7f7f;
  height: 82px;
}

.case-intro .intro-slide .item .com {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 50px;
  border-top: 1px solid #e4e4e4;
}

.case-intro .intro-slide .item:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  left: -100px;
  background-image: url(../imgs/arrow-left.png);
}

.slick-arrow.slick-prev:hover {
  background-color: #35aadc;
  background-image: url(../imgs/arrow-left-active.png);
}

.slick-arrow.slick-next {
  right: -100px;
  background-image: url(../imgs/arrow-right.png);
}

.slick-arrow.slick-next:hover {
  background-image: url(../imgs/arrow-right-active.png);
  background-color: #35aadc;
}

.jjfa-section1 {
  padding-bottom: 30px;
}

.jjfa-section1 .body {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jjfa-section1 .body .item {
  text-align: center;
  width: 280px;
  min-height: 250px;
}

.jjfa-section1 .body .item .img {
  height: 160px;
  line-height: 160px;
  margin-bottom: 10px;
}

.jjfa-section1 .body .item .img img {
  max-height: 100%;
}

.jjfa-section1 .body .item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
}

.md-ucops {
  height: 650px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.md-ucops .gb-head {
  margin-bottom: 30px;
}

.md-ucops .gb-head h3 {
  color: #ffffff;
}

.md-ucops .img1 {
  text-align: center;
}

.md-ucops .img2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 145px;
}

.md-ucops .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  margin-top: 380px;
}

.md-ucops .body .item {
  margin-right: 50px;
  width: 260px;
  transition: 0.2s;
}

.md-ucops .body .item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.md-ucops .body h3 {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.md-ucops .body h3::before {
  content: '';
  height: 1px;
  background: #0095ff;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.md-ucops .body p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.md-produce {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 615px;
}

.md-produce .gb-head h3 {
  color: #ffffff;
}

.md-produce .body {
  /* margin-top: 20px; */
  display: -webkit-box; 
  display: -ms-flexbox;
  display: flex; 
  /* width: 105%; */
  width: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* align-content: space-between; */
  /* box-sizing: border-box; */
  /* border: 1px red solid; */
}

.md-produce .body .item {
  margin: 1%;
  width: 31%;
  /* padding-top: 20px; */
  padding: 10px;
  text-align: center;
  /* margin-right: 22px; */
  /* width: 31%; */
  height: 208px;
  /* margin-bottom: 22px; */
  background: #ffffff;
  transition: 0.2s;
}

.md-produce .item .img {
  height: 90px;
  line-height: 90px;
  margin-bottom: 5px;
}

.md-produce .item .img img {
  max-height: 98%;
}

.md-produce .item .img .img1 {
  display: inline-block;
}

.md-produce .item .img .img2 {
  display: none;
}

.md-produce .item h3 {
  font-size: 20px;
  color: #000000;
}

.md-produce .item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
}

.md-produce .item:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  color: #ffffff;
}

.md-produce .item:hover .img .img1 {
  display: none;
}

.md-produce .item:hover .img .img2 {
  display: inline-block;
}

.md-intro {
  padding-bottom: 50px;
}

.md-intro .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid #e5e5e5;
  height: 180px;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.md-intro .slide .slide-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #e5e5e5;
  padding: 28px;
}

.md-intro .slide .slide-box .logo {
  width: 175px;
  padding-right: 15px;
  line-height: 122px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.md-intro .slide .slide-box .logo img {
  display: inline-block;
}

.md-intro .slide .slide-box .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
  padding-right: 30px;
}

.md-intro .slide .slide-box .text h3 {
  color: #0094ff;
  font-size: 20px;
  margin-bottom: 5px;
}

.md-intro .slide .slide-box .text p {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}

.md-intro .slide .slide-box:first-child {
  border-left: none;
}

.md-intro .body-slide {
  position: relative;
  overflow: hidden;
  height: 145px;
}

.md-intro .body-slide .before,
.md-intro .body-slide .after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 145px;
  cursor: pointer;
  z-index: 9;
}

.md-intro .body-slide .before {
  background: url(../imgs/slide-before.png);
}

.md-intro .body-slide .after {
  left: auto;
  right: 0;
  background: url(../imgs/slide-after.png);
}

.md-intro .body2 {
  position: absolute;
  left: -100px;
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-intro .body2 .slide-list {
  height: 145px;
  overflow: hidden;
  width: 1352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md-intro .body2 .item {
  width: 65px;
  height: 65px;
  margin: 5px;
}

.md-intro .body2 .item img {
  width: 100%;
  height: 100%;
}

.md-number {
  height: 140px;
  padding: 25px 0;
}

.md-number .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-number .body .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-right: 1px solid #e1e1e4;
}

.md-number .body .item:last-child {
  border-right: none;
}

.md-number .body .item h3 {
  font-size: 50px;
  color: #0094fe;
}

.md-number .body .item h4 {
  font-size: 14px;
  color: #666666;
}

.ucops-section1 .item {
  margin: 0 30px;
  min-height: 320px;
}

.ucops-section1 .item h3 {
  font-size: 22px;
  color: #000000;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 12px;
}

.ucops-section1 .item h3::before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #0094ff;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ucops-section1 .item p {
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
  text-align: left;
  margin-top: 10px;
}

.aside-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.aside-fixed .item {
  position: relative;
  margin-bottom: 10px;
}

.aside-fixed .item .box {
  width: 65px;
  height: 65px;
  overflow: hidden;
  background: #0096d5;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border-right: 0;
  border: 1px solid #0096d5;
}

.aside-fixed .item .phone-box {
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #0096d5;
  border-right: none;
  font-size: 18px;
  color: #3468af;
  width: 180px;
  position: absolute;
  right: 65px;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  top: 0;
  background: #ffffff;
}

.aside-fixed .item .wx-box {
  height: 120px;
  width: 120px;
  background: #ffffff;
  position: absolute;
  text-align: center;
  padding: 10px;
  top: 0;
  right: 65px;
  transition: 0.2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.aside-fixed .item .wx-box img {
  width: 100%;
  height: 100%;
}

.aside-fixed .item:hover .box {
  background: #3468af;
  border: 1px solid #3468af;
}

.aside-fixed .item:hover .wx-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.aside-fixed .item:hover .phone-box {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.aside-fixed .item .icon {
  height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.aside-fixed .item h4 {
  font-size: 14px;
  color: #ffffff;
}

.aside-fixed .item1 .icon {
  background-image: url(../imgs/aside-icon1.png);
}

.aside-fixed .item2 .icon {
  background-image: url(../imgs/aside-icon2.png);
}

.aside-fixed .item3 .icon {
  background-image: url(../imgs/aside-icon3.png);
}

.aside-fixed .item4 .icon {
  background-image: url(../imgs/aside-icon4.png);
}

.aside-fixed .item5 .icon {
  height: 65px;
  line-height: 65px;
  background-image: url(../imgs/aside-icon5.png);
}

.ucops-section1 .item .img {
  margin-bottom: 15px;
}

.js-jjfa-section2 .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-jjfa-section2 .slick-initialized .slick-slide img {
  display: inline-block;
}

.jjfa-section2 .body {
  display: none;
  margin-top: 35px;
  min-height: 430px;
}

.jjfa-section2 .img {
  width: 630px;
  line-height: 430px;
}

.jjfa-section2 .img img {
  display: inline-block;
}

.jjfa-section2 .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 75px;
  position: relative;
}

.jjfa-section2 .text .hd {
  font-size: 28px;
  color: #0094ff;
  margin-bottom: 20px;
}

.jjfa-section2 .text .bd {
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  min-height: auto !important;
}

.jjfa-section2 .text .con {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jjfa-section2 .text .btn {
  margin-top: 20px;
  background-color: #0094ff;
}

.jjfa-section3 {
  height: 635px;
}

.jjfa-section3 .body {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 105%;
}

.jjfa-section3 .item-box {
  width: 280px;
  height: 223px;
  padding: 20px;
  margin-bottom: 22px;
  margin-right: 22px;
  text-align: center;
  border: 1px solid #dddee2;
  transition: 0.2s;
}

.jjfa-section3 .item-box:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  border: 1px solid #0094ff;
}

.jjfa-section3 .item-box .img {
  margin-top: 15px;
  height: 60px;
  text-align: center;
  -webkit-perspective: 150;
  perspective: 150;
}

.jjfa-section3 .item-box .img img {
  transition: 0.5s;
}

.jjfa-section3 .item-box h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}

.jjfa-section3 .item-box p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.jjfa-section4 .body .item {
  margin: 0 18px;
  width: 245px;
}

.jjfa-section4 .body .item h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}

.js-bg,
.js-bg2 {
  overflow: hidden;
}

.jjfa-section5 {
  height: 320px;
}

.jjfa-section5 .body {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jjfa-section5 .body .item {
  margin-right: 22px;
  padding: 24px;
  width: 384px;
  height: 158px;
  border: 1px solid #dddee2;
  font-size: 14px;
  line-height: 26px;
}

.jjfa-section5 .body .item a {
  color: #1c1cf3;
  margin: 0 2px;
}

.jjfa-section5 .body .item a:hover {
  text-decoration: underline;
}

.module-layout .gb-head {
  padding-top: 45px;
}

.module-layout .gb-head h4:before {
  display: none;
}

.module-section1 {
  padding-bottom: 35px;
}

.module-section1 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 105%;
  /* border: 1px solid red; */
}

.module-section1 .body .item {
  /* width: 285px; */
  width: 23%;
  min-height: 315px;
  margin-right: 20px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  padding-bottom: 20px;
  border: 1px solid rgba(246, 247, 252, 0);
  text-align: center;
  /* border:1px green solid; */
  /* align-items: center; */
}

.module-section1 .body .item:hover {
  border: 1px solid rgba(176, 187, 194, 0.5);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
}

.module-section1 .body .item .img {
  /* height: 120px;

  margin-bottom: 20px auto;
  overflow: hidden; */
  margin: 0 20px;

  line-height: 80px;
  margin: 10px 10px 20px;
  text-align: center;

}

.module-section1 .body .item .img img {
  height: 80px;
  width: 80px;
  /* min-width: 100%;
  min-height: 100%; */
  transition: 0.4s;
}

.module-section1 .body .item .text h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
}

.module-section1 .body .item .text {
  margin: 0 20px;
}

.module-section1 .body .item .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #666;
}

.module-section3 {
  height: auto;
}

.module-section3 .meun {
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js-jjfa-section2 .meun {
  display: none;
}

.module-section3 .meun h3 {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

.module-section3 .meun .item {
  width: 135px;
  text-align: center;
  cursor: pointer;
}

.module-section3 .meun .item .icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
}

.module-section3 .meun .item .icon img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.module-section3 .meun .item .icon>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.module-section3 .meun .item .icon .img1 {
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.module-section3 .meun .item .icon .img2 {
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  visibility: hidden;
  opacity: 0;
}

.module-section3 .meun .item:hover .icon .img2,
.module-section3 .meun .item.active .icon .img2 {
  visibility: visible;
  opacity: 1;
}

.module-section3 .meun .item:hover .icon .img1,
.module-section3 .meun .item.active .icon .img1 {
  opacity: 0;
}

.module-section3 .meun .item:hover h3,
.module-section3 .meun .item.active h3 {
  color: #0094ff;
}

.module-section3 .meun-items .body.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-section4 {
  padding-bottom: 40px;
}

.module-section4 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-section4 .body .item {
  margin-right: 12px;
  margin-bottom: 12px;
}

.module-section5 {
  padding-bottom: 40px;
}

.module-section5 .body {
  position: relative;
  height: 510px;
  margin-top: 20px;
}

.module-section5 .body .img1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}

.module-section5 .body .img2 {
  position: absolute;
  left: 48px;
  top: 80px;
  text-align: left;
}

.module-section5 .body .img3 {
  position: absolute;
  right: 48px;
  top: 80px;
  text-align: right;
}

.module-section6 .wrapper {
  position: relative;
}

.module-section6 .head {
  margin-bottom: 30px;
}

.module-section6 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-section6 .body .img {
  height: 450px;
  line-height: 450px;
  width: 750px;
  text-align: center;
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
}

.module-section6 .body .img img {
  display: inline-block;
}

.module-section6 .body .text {
  width: 480px;
  padding-left: 50px;
  padding-top: 90px;
}

.module-section6-right .body .text {
  padding-left: 0;
  padding-right: 50px;
}

.module-section6 .body .text .con .txt {
  margin-bottom: 60px;
}

.module-section6 .body .text .con h3 {
  font-size: 22px;
  color: #35aadc;
  font-weight: 300;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 14px;
}

.module-section6 .body .text .con h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #ccc;
  width: 60px;
}

.module-section6 .body .text .con p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 300;
}



.module-section6 .body .text .hd {
  font-size: 22px;
  color: #35aadc;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

.module-section6 .body .text .hd::before {
  width: 60px;
  height: 1px;
  background: #cccccc;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.module-section6 .body .text .bd {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  min-height: 100px;
}

.module-section6.module-section6-right .img {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.gb-page {
  text-align: center;
  margin-top: 30px;
}

.gb-page a {
  height: 34px;
  line-height: 34px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  color: #666666;
  display: inline-block;
}

.gb-page a:hover,
.gb-page a.active {
  color: #ffffff;
  background: #35aadc;
  border: 1px solid #35aadc;
}

.gb-page .page {
  width: 45px;
}

.gb-page .page-action {
  width: 76px;
}

.index-banner {
  position: relative;
}

.index-banner::before {
  background: url(../imgs/loading-icon.png) no-repeat;
  width: 96px;
  height: 106px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  margin-top: -53px;
  margin-left: -48px;
  z-index: 90;
  -webkit-animation: bannerScale 4s linear infinite;
  animation: bannerScale 4s linear infinite;
}

.index-banner::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #1f253d;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 89;
}

.index-banner.loaded::before,
.index-banner.loaded::after {
  display: none;
}

.gb-banner {
  position: relative;
}

.gb-banner::before {
  background: url(../imgs/loading-icon.png) no-repeat;
  width: 96px;
  height: 106px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  margin-top: -53px;
  margin-left: -48px;
  z-index: 90;
  -webkit-animation: bannerScale 4s linear infinite;
  animation: bannerScale 4s linear infinite;
}

.gb-banner::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #1f253d;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 89;
}

.gb-banner.loaded::before,
.gb-banner.loaded::after {
  display: none;
}

.md-joinus {
  background: #f6f7fc;
  padding: 50px 0;
}

.md-joinus .item {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
}

.md-joinus .item .head {
  transition: 0.2s;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  color: #333333;
}

.md-joinus .item .head::after {
  background: url(../imgs/jion-arrow.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  display: inline-block;
  content: '';
  top: 50%;
  margin-top: -12.5px;
  right: 50px;
  position: absolute;
}

.md-joinus .item .head .job-title {
  width: 486px;
  font-size: 16px;
}

.md-joinus .item .head .job-type {
  width: 205px;
}

.md-joinus .item .head .job-addr {
  width: 202px;
}

.md-joinus .item .head .job-wirttime {
  width: 160px;
}

.md-joinus .item.active .head {
  background: #35aadc;
  color: #fff;
}

.md-joinus .item.active .head::after {
  background-image: url(../imgs/jion-arrow2.png);
}

.md-joinus .item.active .body {
  display: block;
}

.md-joinus .item .body {
  display: none;
  background: #ffffff;
  border: 1px solid #dfe3e6;
  border-top: none;
  padding: 40px;
}

.md-joinus .item .body .body-item-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #dfe3e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.md-joinus .item .body .body-item-cols .body-item-col {
  width: 300px;
}

.md-joinus .item .body .body-item-cols .body-item-col h3 {
  font-size: 20px;
  color: #35aadc;
  margin-bottom: 5px;
}

.md-joinus .item .body .body-item-cols .body-item-col p {
  font-size: 16px;
  color: #333333;
}

.md-joinus .item .body .texts {
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.md-joinus .item .body .texts ol,
.md-joinus .item .body .texts ul {
  margin-left: 20px;
}

.md-joinus .item .body .texts li {
  list-style: unset;
}

.md-joinus .item .body .btn {
  display: inline-block;
  border-radius: 5px;
  margin: 20px 0;
  width: 160px;
  height: 50px;
  background: #35aadc;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.md-download {
  background: #f6f7fc;
  padding: 40px 0;
}

.md-download .wrapper {
  background: #ffffff;
  padding: 75px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.md-download .item {
  width: 475px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.md-download input {
  height: 58px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 38px;
  font-size: 14px;
  padding: 20px 10px;
  font-family: 'PingFang SC', "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
}

.md-download input::-webkit-input-placeholder {
  color: #bbb;
}

.md-download input::-moz-placeholder {
  color: #bbb;
}

.md-download input::-ms-input-placeholder {
  color: #bbb;
}

.md-download .submit {
  border: none;
  text-align: center;
  line-height: 58px;
}

.md-download .submit input {
  padding: 0;
  font-size: 22px;
  color: #ffffff;
  background: #35aadc;
}

.md-download .box {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e5e5e5;
}

.md-download .box input {
  cursor: pointer;
  padding: 0;
  height: 100%;
  color: #999999;
  background-color: #ddd;
}

.md-maillist .module-section6 {
  padding-top: 30px;
}

.md-honner {
  padding: 45px 0;
  background: #f6f7fc;
}

.md-honner .head {
  text-align: center;
  margin-bottom: 10px;
}

.md-honner .head h3 {
  font-size: 36px;
  color: #394264;
}

.md-honner .head p {
  font-size: 14px;
  color: #666666;
}

.md-honner .body {
  margin-top: 15px;
}

.md-honner .body .img {
  margin-bottom: 30px;
}

.md-honner .body .img img {
  margin-right: 35px;
}

.md-honner .body .tit {
  margin-top: 10px;
  font-size: 18px;
  color: #35aadc;
}

.md-honner .body .txt {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

.md-intro2 {
  background: #f6f7fc;
  padding: 45px 0;
}

.md-intro2 .intro {
  height: 415px;
  margin-top: 45px;
  padding-top: 55px;
  color: #ffffff;
}

.md-intro2 .intro h3 {
  font-size: 20px;
  line-height: 42px;
}

.md-intro2 .intro p {
  font-size: 16px;
  line-height: 38px;
}

.md-intro2 .texts {
  padding-top: 45px;
  line-height: 40px;
}

.md-intro2 .texts .tit {
  font-size: 20px;
  color: #333333;
}

.md-intro2 .texts .txt {
  font-size: 16px;
  color: #666666;
}

.md-intro2 .img {
  margin-top: 45px;
}

.md-intro2 .head h3 {
  font-size: 35px;
  color: #333333;
}

.md-intro2 .head h4 {
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.md-intro2 .head h4::before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
}

.md-intro2 .head p {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
}

.gb-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.gb-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gb-banner .text {
  color: #ffffff;
  width: 600px;
  font-weight: 300;
  padding-top: 100px;
}

.gb-banner .text h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.gb-banner .text p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
}

.gb-banner .wrapper {
  height: 610px;
  position: relative;
}

.mail-banner .img {
  position: absolute;
  bottom: 0;
  right: 100px;
}

.banner-nav {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 95px;
}

.banner-nav .banner-nav-wrap {
  width: 1200px;
  margin: 0 auto;
}

.banner-nav .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #35aadc;
  border-radius: 5px;
}

.banner-nav.active {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
}

.banner-nav .item {
  height: 40px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  transition: 0.2s;
  border-right: 1px solid #35aadc;
}

.banner-nav .item:last-child {
  border-right: none;
}

.banner-nav .item a {
  display: block;
  color: #35aadc;
}

.banner-nav .item.active a,
.banner-nav .item:hover a {
  background: #35aadc;
  color: #ffffff;
}

.case-banner {
  height: 610px;
}

.case-banner .text {
  width: 760px;
}

.case-banner .wrapper {
  height: 610px;
}

.rx-banner {
  position: relative;
}

.rx-banner .img1 {
  position: absolute;
  left: -675px;
  bottom: -120px;
  transition: 0.3s linear;
}

.rx-banner .img2 {
  position: absolute;
  right: -360px;
  top: 110px;
}

.rx-banner .img3 {
  position: absolute;
  width: 1075px;
  right: -225px;
  bottom: -208px;
}

.rx-banner .text {
  padding-top: 0;
  position: relative;
  z-index: 9;
}

.rx-banner .text span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.rx-banner .text h3 {
  font-weight: 300;
  margin-bottom: 18px;
}

.jjfa-banner .img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 600px;
}

.jjfa-banner .img .img2 {
  position: absolute;
  right: -44px;
  top: 0;
}

.jjfa-banner .img .img1 {
  position: absolute;
  top: 0;
  right: 283px;
}

.module-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-banner .text {
  padding-top: 100px;
  width: 810px;
}

.ucops-banner {
  position: relative;
}

.ucops-banner .swiper-slide {
  height: 612px;
  overflow: hidden;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.ucops-banner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 20px;
}

.ucops-banner .swiper-pagination-bullet {
  opacity: 1;
  bottom: 30px;
  border-radius: 0;
  position: relative;
  width: 100px;
  height: 55px;
  line-height: 50px;
  background: transparent;
}

.ucops-banner .swiper-pagination-bullet i {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  display: none;
}

.ucops-banner .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
}

.ucops-banner .swiper-pagination-bullet .bar-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
  line-height: 2px;
  display: inline-block;
}

.ucops-banner .swiper-pagination-bullet-active .bar-box {
  background: #ffffff;
}

.ucops-banner .swiper-pagination-bullet-active i {
  display: inline-block;
}

.ucops-banner .video {
  position: relative;
}

.ucops-banner .video::before {
  content: '';
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}

.ucops-banner .video .mp4 {
  width: 2300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.ucops-banner .video .text {
  padding-top: 200px;
  position: relative;
  z-index: 10;
  color: #ffffff;
  text-align: center;
  width: auto;
}

.ucops-banner .video .video-begin {
  background: url(../imgs/video-begin.png) no-repeat center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  cursor: pointer;
}

.ucops-banner .item2 .img {
  margin-top: 80px;
  width: 675px;
}

.ucops-banner .text h3 {
  font-weight: 300;
}

.ucops-banner .text div {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.ucops-banner .text .gb-btn {
  margin-top: 20px;
}

.modal-video {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.modal-video .close2 {
  width: 30px;
  height: 30px;
  background: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #ffffff;
  z-index: 99;
}

.modal-video .modal-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-video .popover {
  background: #000;
  width: 810px;
  height: 455px;
  z-index: 100001;
  position: fixed;
  top: 40%;
  left: 50%;
  margin: -200px 0 0 -405px;
  box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.2);
  display: none;
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bannerScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-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% {
    -webkit-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% {
    -webkit-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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-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% {
    -webkit-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% {
    -webkit-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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-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 {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-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 {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-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 {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-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 {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-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 {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-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 {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

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

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

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

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

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

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

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

textarea {
  -webkit-appearance: none;
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: none;
  z-index: 9999;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border-radius: 50%;
  background: #eee;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #35aadc;
}

.modal-from {
  display: none;
}

.modal-from .modal-mask {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.modal-from .input-box {
  width: 550px;
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  margin-top: 20px;
  height: 65px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.modal-from input[type=text] {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: transparent;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}

.modal-from .submit {
  cursor: pointer;
  height: 65px;
  width: 180px;
  background: #0096d5;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.fix-nav {
  display: none;
}

@media (max-width: 980px) {
  body {
    font-size: 24px;
  }

  .jjfa-section1 .body .item .img {
    height: 340px;
    line-height: 340px;
  }

  .jjfa-section4 .body .item {
    height: 600px;
  }

  .aside-fixed .item .icon {
    height: 80px;
  }

  .aside-fixed .item .box {
    width: 130px;
    height: 130px;
  }

  .aside-fixed .item h4 {
    font-size: 24px;
    font-weight: normal;
  }

  .aside-fixed .item5 .icon {
    height: 130px;
  }

  .aside-fixed .item .icon {
    -o-background-size: 40px auto;
    -ms-background-size: 40px auto;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
  }

  .layout {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
  }

  .aside-fixed {
    display: none;
  }

  .fix-nav {
    height: 100px;
    position: fixed;
    bottom: 150px;
    z-index: 9098;
    right: -375px;
    padding: 20px 10px 20px 30px;
    background-color: #0096d5;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
  }

  .fix-nav.open {
    right: 0;
  }

  .fix-nav a {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    outline: 0;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fix-nav .a-open {
    background-image: url(../imgs/ico-open.png);
  }

  .fix-nav .a-tel {
    background-image: url(../imgs/ico-tel.png);
    background-color: #fff;
  }

  .fix-nav .a-trial {
    background-image: url(../imgs/ico-dian.png);
    background-position: 30px center;
    border: 1px solid #fff;
    border-radius: 60px;
    width: 185px;
    font-size: 30px;
    line-height: 58px;
    color: #fff;
    padding-left: 85px;
  }

  .fix-nav .a-consult {
    background-image: url(../imgs/ico-zixun.png);
    background-color: #fff;
  }

  .fix-nav.open .a-open {
    background-image: url(../imgs/ico-open-on.png);
  }


  .pc {
    display: none !important;
  }

  .md-ucops .body h3 {
    font-size: 30px;
  }

  .md-ucops {
    height: 710px;
  }

  .md-ucops .body p {
    font-size: 26px;
    line-height: 1.7;
  }

  .header {
    width: 750px;
    left: 50%;
    height: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header .logo {
    height: 100px;
    background: none;
    width: 220px;
    margin-left: 10px;
    line-height: 100px;
  }

  .header .logo img {
    width: 100%;
  }

  .header.active .logo {
    height: 100px;
    line-height: 100px;
  }

  .phone {
    visibility:visible;
    /* display: block; */
  }

  .wrapper {
    width: auto;
  }

  .header .download {
    display: none;
  }

  .index-banner .item1 .btn {
    margin: 20px auto;
    /* border: 1px red solid; */
  }

  .header .navs {
    display: none;
  }

  .gb-head h3 {
    font-size: 36px;
  }

  .gb-head h4 {
    font-size: 26px;
    display: none;
  }

  .index-section4 .gb-head h4 {
    font-size: 26px;
  }

  .index-section1 .text {
    font-size: 30px;
    line-height: 1.7;
  }

  .index-section1 .body {
    padding: 15px;
  }

  .index-section1 .img {
    margin-top: 50rpx;
    margin-bottom: 100rpx;
  }

  .index-section1 .btn {
    display: block;
    position: static;
    margin: 25px auto;
  }

  .index-section2 .wrapper {
    position: relative;
    height: 1050px;
    /* height: auto; */
  }

  .index-section12 .wrapper {
    position: relative;
    height: 650px;
    /* height: auto; */
  }

  .index-section2 .wrapper .right-img {
    /* padding-bottom: 0;
    /*  */
    /* margin-left: 0;
     */ 
    margin-left: 0px;
    height: 320px;
    width: 100%;
    /* position: absolute; */
    /* bottom: 30px; */
  }

  .index-section2 .wrapper .right-img .item1{
    position: absolute;
  top:-390px;
  height:400px;
  width: 100%;
  /* right:10px; */
    /* position: absolute;
    bottom: -30px; */
    /* position: absolute; */
  /* top:-10px; */
  /* right:10px; */
    /* padding-bottom: 0;
    height: 400px;
    margin-left: 0; */
    /* width: 100%; */
    /* height:600px; */
    /*;
     */
  }
 

  .index-section2 .right-img ul {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .index-section2 .left-nav {
    width: 100%;
    float: none;
  }

  .index-section2 .right-nav {
    width: 100%;
    float: none;
  }

  .index-section4 .wrapper {
    height: auto;
  }

  .footer .foot-links .right-link .item1 h5 {
    font-size: 26px;
  }

  .gb-btn {
    width: 185px;
    height: 40px;
    line-height: 40px;
  }

  .index-section4 .left-con a {
    font-size: 25px;
    height: 65px;
    border-radius: 32px;
    line-height: 65px;
  }

  .index-section2 .right-img .item3 {
    width: 750px;
  }

  .index-section2 .left-nav .text h3 {
    font-size: 35px;
  }

  .index-section2 .right-nav .text h3 {
    font-size: 35px;
  }

  .index-section2 .left-nav .text p {
    font-size: 24px;
    line-height: 1.7;
  }
  .index-section2 .right-nav .text p {
    font-size: 24px;
    line-height: 1.7;
  }
  

  .index-section3 .body {

    /* width: 750px; */
    /* padding: 30px;  */
    /* margin: 0 auto; */
    /* align-items: center; */
    /* display:flex; */
    width: auto;
    -ms-flex-wrap: wrap;
    overflow: wrap;
    flex-wrap: wrap;
    /* border:1px green solid; */
  }

  .index-section3 .body .item {
    /* float: left;  */
    /* overflow: hidden; */

    /* flex-direction: column;  */
    width: 100%;
    padding: 30px;
    margin: 0 auto;

    /* overflow-wrap: wrap; */
    text-align: center;
    height: 335px;

    transition: 0.5s;
    border: 1px solid transparent;
    padding-top: 25px;

    /* border:4px red solid; */
  }

  .index-section3 .body .item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* width: 550px; */
    /* border:1px solid #f0f0f0;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25); 
    height: auto;
    padding-bottom: 20px;  */
  }

  .index-section3 .body .item:hover {
    /* border: none;
    box-shadow: none;  */
    border: 1px solid rgba(176, 187, 194, 0.5);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
  }

  .index-section3 .body .item.slick-current {
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    background: hsl(0, 99%, 50%);

  }

  .index-section3 .body .item img {
    display: inline-block;
    /* display:flex;
    flex-direction: column; */
  }

  .index-section3 .body .item .texts h3 {
    font-size: 28px;
  }

  .index-section3 .body .item .texts p {
    font-size: 20px;
    line-height: 1.7;
  }

  .module-section6 .body .img {
    text-align: center;
    width: auto;
  }


  .index-section4 {
    height: auto;
  }

  .index-section4 .left-con {
    position: static;
  }

  .index-section4 .right-con {
    display: none;
  }

  .index-section4 .left-con {
    margin-top: 0;
    width: auto;
  }

  .index-section4 .left-con ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-section4 .left-con ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 10px;
  }

  .index-section4 .gb-head {
    padding-top: 40px;
  }

  .index-section4 .left-con ul {
    margin-top: 20px;
  }



  .footer .foot-links .left-link {
    width: auto;
    float: none;
  }

  .footer .foot-links .right-link {
    margin-left: 0;
    padding-left: 0;
  }

  .footer .foot-txt p {
    float: none;
  }

  .footer .foot-txt p span {
    display: block;
  }

  .footer .foot-links .right-link .item1 dt h3 {
    display: block;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .footer .foot-txt .links {
    float: none;
  }

  .footer .foot-links .right-link .item1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer .foot-links .right-link .item1 .item2 {
    margin: 20px auto;
    margin-right: 20px;
    padding-top: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .footer .foot-links .right-link .item1 .item2 li {
    margin: 0 10px;
  }

  .footer .foot-links .right-link .item1 .item2 li div {
    padding: 15px;
    /* width: 150px; */
    /* margin:15px; */
    width: 100%;
    font-size: 15px;
  }

  .footer .foot-txt {
    height: auto;
    padding: 20px;
    font-size: 24px;
  }

  .footer .foot-txt .wrapper {
    line-height: 1.7;
    text-align: center;
    display: block;
  }

  .footer .foot-links .wrapper .right-link .item2 ul h3 {
    font-size: 24px;
    margin-top: 10px;
  }

  .footer .foot-links .wrapper .right-link .item2 img {
    width: 140px;
    height: 140px;
  }

  .footer .foot-links .wrapper .right-link .item1 dd {
    font-size: 26px;
  }

  /* .footer .foot-links .left-link .tit {
    font-size: 28px; }

  .footer .foot-links .left-link dt {
    font-size: 26px; }

  .footer .foot-links dd a {
    font-size: 26px;
    line-height: 1.7; }

  .footer .foot-links .left-link {
    padding: 20px;
    border-bottom: 1px solid #ddd;  */
  /* border:1px red solid;
  } */

  .footer .foot-links .wrapper {
    padding: 20px;
    /* border-bottom: 1px solid #ddd;  */
    /* border:1px purple solid; */

    /* align-items: center; */
    /* align-content: center; */
  }

  .footer .foot-links .wrapper .left-link {
    /* padding: 20px; */
    /* align-items: center; */
    /* border-bottom: 1px solid #ddd;  */
    /* border:1px red solid; */
    /* align-items: center;
    align-content: center; */
  }

  .footer .foot-links .wrapper .left-link .item1 {
    /* padding: 20px; */
    /* border-bottom: 1px solid #ddd;  */
    /* border:1px red solid; */
    /* align-items: center;
    align-content: center; */

  }

  .footer .foot-links .wrapper .left-link .item1 .img {
    /* display: block; */
    /* border:3px blue solid; */
    /* height: 200px;
      width: 200px; */
    /* margin-left:240px; */
    /* align-items: center; */
    height: 180px;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    /* align-self: center; */


  }

  .footer .foot-links .wrapper .left-link .item1 .img img {
    /* display: block; */
    /* border:3px blue solid; */
    /* height: 200px;
    width: 200px; */
    /* margin-left:240px; */
    /* align-items: center; */
    /* margin: 0 auto; */
    /* align-self: center; */
    height: 100%;
    width: 100%;
    margin-bottom: 35px;

  }

  .footer .foot-links .wrapper .left-link .item1 .tit {

    font-size: 28px;
    /* text-align: center; */

  }

  .footer .foot-links .wrapper .left-link .item1 dl {
    display: block;
    /* text-align: center; */

  }

  .footer .foot-links .wrapper .left-link .item1 dl dd a {
    font-size: 26px;
    /* text-align: center; */

  }

  .footer .foot-links .wrapper .left-link .item1 dl dd a:hover {
    color: blue;
    /* text-align: center; */

  }

  /* .footer .foot-links .left-link .item1 {
   
  }

    .footer .foot-links .left-link .item1 img{
      border:3px blue solid;
      height: 160px;
      width: 160px;
  
     } */

  .footer .foot-links .wrapper .right-link .item1 dl dd {
    line-height: 1.7;
    height: auto;
  }

  .footer .foot-links .wrapper .right-link .item1 dl dt {
    margin-bottom: 0;
  }

  .footer .foot-links .wrapper .right-link .item1 dl dt h3 {
    /* text-align: center; */
    font-size: 28px;
  }

  .footer .foot-links .wrapper .right-link .item1 dl dt h6 {
    /* text-align: center; */
    font-size: 32px;
    margin-bottom: 50px;
  }

  .footer .foot-links .wrapper .right-link .item1 dl dt h5 {
    text-align: left;
    font-size: 22px;
  }

  .footer .foot-links .wrapper .right-link .item1 .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .footer .foot-links .right-link .item1 {
    padding: 20px;
  }

  /* .footer .foot-links .left-link {
    padding-bottom: 0; } */

  .index-section5 ul {
    width: auto;
    margin: 20px;
  }

  .index-section5 {
    padding-bottom: 20px;
  }

  .index-section5 .body {
    height: auto;
    margin: 20px;
  }

  .index-section5 .swiper-wrapper {
    width: auto;
    margin: 0;
  }

  .index-section5 {
    position: relative;
  }

  .index-section5 .wrapper .before,
  .index-section5 .wrapper .after {
    display: none;
  }

  /* .index-section3 {
    position: relative; } */

  .index-section2 .right-img .icon {
    display: none !important;
  }



  .index-section5 .wrapper .con {
    position: relative;
    left: auto;
    display: block;
  }

  .index-section5 .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }

  .index-section5 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
  }

  .index-section5 .wrapper {
    position: static;
  }

  .index-banner .item1 .text {
    left: 0;
    right: 0;
    top: 20%;
    text-align: center;
    /* border: 1px red solid; */
  }

  .index-banner .item1 .img {
    right: 0;
    text-align: center;
    /* border: 1px red solid; */
  }

  .gb-btn {
    font-size: 24px;
    text-align: left;
  }

  .index-banner .item1 .img {
    bottom: 20px;
    /* border: 1px red solid; */
  }

  .index-banner .item,
  .index-banner .wrapper {
    height: 1000px;
  }

  .index-banner .item1 .img2 {
    width: 460px;
    right: 95px;
    top: 50px;
    /* border: 1px red solid; */
  }

  .jjfa-section2 .body {
    display: block;
  }

  .jjfa-section2 {
    height: auto;
    padding: 30px 20px;
    padding-bottom: 40px;
  }

  .jjfa-section3 {
    padding-bottom: 40px;
  }

  .jjfa-section2 .img {
    border-right: none;
    width: auto;
    text-align: center;
  }

  .jjfa-section2 .text {
    text-align: center;
    margin-top: 25px;
    padding: 30px;
  }

  .jjfa-section2 .text .hd {
    font-size: 34px;
  }

  .jjfa-section2 .text .bd {
    font-size: 26px;
    line-height: 1.7;
    min-height: 0;
  }

  .jjfa-section2 .text .btn {
    margin-top: 20px;
  }

  .jjfa-section3 {
    padding-bottom: 0;
    height: auto;
  }

  .jjfa-section3 .item-box h3 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .jjfa-section3 .item-box p {
    font-size: 26px;
    line-height: 1.7;
  }

  .jjfa-section3 .item-box {
    margin: 0 auto;
    margin-right: 20px;
    width: auto;
    height: 340px;
    border: none;
  }

  .jjfa-section3 .item-box img {
    display: inline-block;
  }

  .jjfa-section3 .item-box:hover {
    box-shadow: none;
    border: none;
  }

  .jjfa-section3 .body {
    width: auto;
  }

  .jjfa-section3 .item-box .img {
    margin-top: 30px;
    height: 80px;
    margin-bottom: 20px;
  }

  .gb-head {
    min-height: auto;
    padding-top: 20px;
  }

  .jjfa-section4 {
    margin-bottom: 20px;
  }

  .jjfa-section1 .body {
    display: block;
  }

  .jjfa-section3 .body {
    margin-top: 0;
  }

  .gb-slide {
    display: block !important;
    padding: 30px;
    /* border: 1px solid red; */
  }

  .gb-slide img {
    /* border: 1px solid red; */
    display: inline-block;
  }

  .gb-slide-tow {
    padding: 24px;
  }

  .gb-slide-tow img {
    display: inline-block;
  }



  .module-section6 .wrapper {
    background: #fff;
    margin: 25px;
    border-radius: 15px;
    width: auto;
  }

  .module-section5 .body {
    margin-top: 0;
  }

  .module-section5 .wrapper {
    background: #ffffff;
    border-radius: 15px;
    margin: 24px;
    margin-top: 0;
  }

  .module-section5 .body .img2,
  .module-section5 .body .img3 {
    text-align: center;
  }

  .jjfa-section4 {
    height: auto;
    padding: 0 24px;
    padding-bottom: 50px;
  }

  .jjfa-section4 .body .item h3 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .jjfa-section1 .body .item p {
    font-size: 26px;
    line-height: 1.7;
  }

  .jjfa-section1 .body .item {
    margin: 12px;
  }

  .jjfa-section5 .body .item {
    border: none;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    height: 250px;
  }

  .jjfa-section5 .body .item a {
    font-size: 24px;
    line-height: 1.7;
  }

  .jjfa-section5 .body {
    margin-top: 0;
  }

  .jjfa-section5 {
    height: auto;
  }

  .gb-contact {
    height: 450px;
  }

  .gb-contact {
    padding-top: 150px;
  }

  .gb-contact h3 {
    font-size: 40px;
  }

  .gb-contact .input-box .submit {
    font-size: 24px;
  }

  .gb-contact .input-box input[type=text] {
    font-size: 24px;
    height: 60px;
  }

  .gb-contact .input-box {
    height: 70px;
  }

  .gb-banner .text {
    width: 90%;
    margin: 0 auto;
  }

  .md-download {
    padding: 0;
  }

  .gb-banner .text p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
  }

  .md-download .wrapper {
    box-shadow: none;
  }

  .jjfa-banner .img {
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
  }

  .jjfa-banner .img .img1 {
    right: 385px;
  }

  .jjfa-banner .img .img2 {
    right: 70px;
  }

  .gb-meun ul {
    overflow-x: auto;
    padding: 0 20px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .gb-meun ul li {
    font-size: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .gb-meun {
    height: 90px;
    line-height: 90px;
  }

  .gb-meun.active {
    height: 95px;
    line-height: 95px;
  }

  .module-section1 {
    padding-bottom: 20px;
  }

  .module-section1 .body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    align-content: center;
    /* border: 1px solid purple; */
  }

  .module-section1 .body .item {
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    /* overflow: hidden; */
    /* 
      align-items: center;
      margin:0 auto; */
  }

  .module-section1 .body .item .img {
    text-align: center;
  }

  .module-section1 .body .item .img img {
    height: 120px;
    width: 120px;
  }

  .module-section1 .body .item .text {
    padding: 20px;
  }

  .module-section1 .body .item .text h3 {

    font-size: 30px;
  }

  .module-section1 .body .item .text p {
    font-size: 26px;
  }

  .module-layout .gb-head {
    padding-top: 50px;
  }



  .rx-section2 .body .item {
    /* border: 1px solid red; */
    border: none;
  }

  .rx-section2 .body .box h3 {
    font-size: 30px;
  }

  .rx-section2 .body .box p {
    line-height: 1.7;
    font-size: 26px;
  }

  .rx-section2 .body {
    /* border: 1px solid red; */
    margin-top: 0;
  }

  .rx-section2 .body .box {
    padding-top: 0;
  }

  .rx-section2 {
    background: 0;
    padding-bottom: 30px;
  }

  .module-section3 .meun-items .body.active {
    display: block;
  }

  .module-section4 .body {
    width: auto;
    padding: 30px 24px;
  }

  .module-section4 .body .item {
    margin: 10px;
  }

  .module-section5 .body .img3,
  .module-section5 .body .img1,
  .module-section5 .body .img2 {
    position: static;
  }

  .module-section5 {
    padding-bottom: 0;
  }

  .module-section5 .body {
    height: auto;
  }

  .module-section6 .body {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .module-section6.module-section6-right .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-section6 .body .text {
    width: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .module-section6 .body .text .hd::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .module-section6 .body .text .bd {
    height: auto;
    font-size: 26px;
  }

  .module-section3 .meun h3 {
    font-size: 26px;
  }

  .module-section3 .meun {
    overflow-x: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .module-section3 .meun .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rx-section3 .text {
    width: auto;
  }

  .rx-section3 .gb-head {
    text-align: center;
  }

  .rx-section3 .gb-head h4::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .rx-section3 .text {
    padding: 0 30px;
  }

  .rx-section3 .text p {
    font-size: 26px;
    line-height: 1.7;
  }

  .gb-btn {
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
  }

  .rx-section3 .share-icons {
    text-align: center;
    margin-top: 20px;
  }

  .rx-section3 {
    height: auto;
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .jjfa-section1 .body {
    padding: 0;
  }

  .jjfa-section4 {
    padding-bottom: 0;
  }

  .banner-nav .banner-nav-wrap {
    width: auto;
  }

  .jjfa-section3 .item-box {
    border: none;
    background: #ffffff;
    border-radius: 15px;
  }

  .jjfa-section1 .body .item {
    background: #ffffff;
    border-radius: 15px;
    height: 550px;
    padding: 20px;
  }

  .jjfa-section4 {
    padding: 0;
  }

  .jjfa-section5 .body {
    padding: 0 !important;
  }

  .jjfa-section4 .body .item {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
  }

  .rx-section1 .texts-items {
    position: static;
  }

  .rx-section1 .texts-items .text-item {
    position: static;
    display: none;
    text-align: center;
    margin: 0 30px;
    height: auto;
    margin-bottom: 30px;
  }

  .rx-section1 .texts-items .text-item h3 {
    font-size: 30px;
  }

  .rx-section1 .texts-items .text-item h3::before {
    left: 50%;
    width: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .rx-section1 .body {
    margin-top: 10px;
  }

  .rx-section1 .texts-items .text-item p {
    font-size: 26px;
    line-height: 1.7;
  }

  .rx-section1 .texts-items .text-item-active {
    display: block;
    width: auto;
  }

  .rx-section1 {
    height: auto;
  }

  .index-banner .item1 .text {
    width: auto;
  }

  .index-banner .item1 .text p {
    font-size: 28px;
    line-height: 1.7;
    margin: 20px;
    /* border: 1px red solid; */
  }


  .rx-banner .img3 img {
    width: 1020px !important;
    max-width: none;
  }

  .case-banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .case-banner .text {
    padding-top: 10%;
  }

  .case-list {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .case-list ul {
    width: auto;
    display: block;
  }

  .case-list li {
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
    background: #fff;
  }

  .case-list {
    background: #ffffff;
  }

  .case-list .wrapper {
    padding: 0 24px;
  }

  .case-list li {
    height: auto;
    margin-bottom: 0;
    padding: 40px 0;
    border: none;
    border-bottom: 1px solid #e4e4e4;
  }

  .case-list li .txt {
    height: 165px;
    font-size: 26px;
  }

  .case-list li .com {
    line-height: 80px;
    font-size: 26px;
  }

  .case-list li .img {
    height: 469px;
  }

  .case-list li h3 {
    font-size: 32px;
  }

  .case-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .case-list li a .img {
    height: auto;
    width: 285px;
    margin-right: 20px;
  }

  .case-list li a .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .case-list li .img img {
    min-height: 175px;
  }

  .case-list li .com {
    display: none;
  }

  .case-list li .txt {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .case-intro .intro-slide .gb-head .more {
    font-size: 26px;
    right: 24px;
  }

  .case-intro .intro-user .wrapper {
    display: block;
  }

  .case-intro .intro-user .wrapper .img {
    width: auto;
    text-align: center;
  }

  .case-intro .intro-user .wrapper .text {
    text-align: center;
    padding: 30px;
  }

  .case-intro .intro-texts .text {
    width: auto;
    text-align: center;
    padding: 30px;
  }

  .case-intro .intro-texts {
    height: auto;
  }

  .case-intro .intro-texts.intro-texts-left .img {
    position: static;
  }

  .case-intro .intro-texts .img {
    position: static;
  }

  .case-intro .intro-texts.intro-texts-right .text {
    padding: 30px;
    margin: 0;
  }

  .case-intro .intro-texts .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .case-intro .intro-jjfa .body .item:nth-child(1) .bd {
    height: auto;
  }

  .case-intro .intro-jjfa .body {
    display: block;
  }

  .case-intro .intro-user .wrapper .text .hd::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .case-intro .intro-user .wrapper .img::before {
    display: none;
  }

  .case-intro .intro-slide .item {
    height: auto;
  }

  .case-intro .intro-slide .item .txt {
    height: 165px;
    font-size: 26px;
  }

  .case-intro .intro-slide .item .com {
    line-height: 80px;
    font-size: 26px;
  }

  .case-intro .intro-slide .item .img {
    height: 469px;
  }

  .case-intro .intro-slide .item h3 {
    font-size: 32px;
  }

  .gb-page .page {
    display: none;
  }

  .gb-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .gb-page .page-action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
  }

  .gb-page .page-action:last-child {
    border-left: none;
  }

  .index-banner .text {
    width: auto;
    left: 0;
    right: 0;
    bottom: 110px;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }

  .index-banner .text h3 {
    display: block;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 300;
    /* border:1px red solid; */
  }

  .index-banner .text p {
    font-size: 26px;
    margin: 10px 30px;
    line-height: 1.5;
    margin-bottom: 280px;
    /* border:1px red solid; */
  }

  .index-banner .item2 .img {
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .md-download input {
    height: auto;
    font-size: 26px;
    background: transparent;
  }

  .md-download .item {
    width: auto;
  }

  .md-download .wrapper {
    padding: 60px;
  }

  .md-download .box {
    width: 200px;
  }

  .md-download .submit input {
    font-size: 30px;
    line-height: 78px;
  }

  .rx-section4 .list {
    height: 375px;
  }

  .rx-section4 .item p {
    font-size: 26px;
    line-height: 1.7;
  }

  .rx-section4 .list .list-item {
    font-size: 26px;
    height: 75px;
    line-height: 75px;
  }

  .gb-btn {
    width: 240px;
    border-radius: 75px;
    background-position: 200px 50%;
    height: 75px;
    font-size: 26px;
    line-height: 75px;
  }

  .gb-btn:hover {
    background-position: 200px 50%;
  }

  .rx-section4 .item {
    height: 270px;
  }

  .rx-section4 .item h3 {
    font-size: 32px;
  }

  .rx-section4 .head {
    margin-bottom: 30px;
  }

  .rx-section3 .img {
    position: static;
    margin: 30px;
    margin-bottom: 0;
  }

  .gb-contact .input-box {
    width: auto;
    margin: 35px;
  }

  .gb-contact .input-box .submit {
    width: 180px;
  }

  .rx-section4 {
    height: auto;
  }

  .rx-section3 .wrapper {
    height: auto;
  }

  .jjfa-banner .img {
    top: 25%;
  }

  .jjfa-banner {
    height: 1200px;
  }

  .jjfa-banner .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 1200px;
  }

  .jjfa-banner .wrapper .text {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
  }

  .jjfa-banner .wrapper .text h3 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .case-intro .intro-texts .bd p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.7;
  }

  .case-intro .intro-texts .hd::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .case-intro .intro-user .wrapper .text .hd {
    padding-top: 10px;
  }

  .case-intro .intro-user .wrapper .text .bd {
    font-size: 26px;
    line-height: 1.7;
  }

  .case-intro .intro-jjfa .body .item .bd {
    font-size: 26px;
    line-height: 1.7;
    padding: 30px;
    height: auto;
  }

  .case-intro .intro-jjfa {
    padding-bottom: 25px;
  }

  .md-produce {
    /* display:flex; */
    /* flex-wrap: wrap; */
    height: auto;
    /* border: 1px solid purple; */
  }

  .md-produce .body {
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;  */

    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    margin-top: 20px;
    /* width: 105%;  */
    /* border: 1px solid red; */

  }

  .md-produce .body .item {

    width: 670px;
    /* flex:1; */
    /* height: 255px;
    margin: 10px; 
    border:1px solid red;  */
    /* width: 285px; */
    min-height: 250px;
    margin-right: 20px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(246, 247, 252, 0);
    /* border: 2px green solid; */

  }



  .md-produce .item h3 {
    font-size: 30px;
  }

  .md-produce .item p {
    font-size: 24px;
    line-height: 1.7;
  }

  .md-intro .slide {
    height: auto;
    display: block !important;
  }

  .md-intro .slide .slide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
  }

  .md-intro .slide .slide-box .text h3 {
    font-size: 30px;
  }

  .md-intro .slide .slide-box .text p {
    font-size: 24px;
    line-height: 1.7;
  }

  .md-intro .body2 .slide-list {
    width: auto;
    display: block;
  }

  .md-intro .body2 {
    display: inline-block;
    position: static;
    left: auto;
    right: auto;
    width: 100%;
  }

  .md-intro .body-slide .before,
  .md-intro .body-slide .after {
    display: none;
  }

  .md-intro .body2 .item {
    text-align: center;
  }

  .md-intro .body2 .item img {
    width: auto;
  }

  .md-intro {
    padding-bottom: 0;
  }

  .md-joinus .item .head {
    height: auto;
    padding: 20px;
    font-size: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .jjfa-section2 .slick-initialized .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md-joinus .item .head>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 30px;
  }

  .md-joinus .item .head::after {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .job-addr,
  .job-wirttime {
    display: none;
  }

  .md-joinus .item .body .texts h3 {
    font-size: 30px !important;
  }

  .md-joinus .item .body .texts ol {
    font-size: 26px !important;
  }

  .md-joinus .item .head .job-title {
    font-size: 30px;
  }

  .md-joinus .item .body .body-item-cols .body-item-col h3 {
    font-size: 26px;
  }

  .md-joinus .item .body .body-item-cols .body-item-col p {
    font-size: 24px;
  }

  .md-joinus .item .body .body-item-cols .body-item-col {
    width: auto;
  }

  .md-joinus .item .body .body-item-cols {
    display: block;
  }

  .md-joinus .item .body .body-item-cols .body-item-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-joinus .item .body .texts {
    font-size: 24px;
    line-height: 1.7;
  }

  .md-joinus .item .body .btn {
    width: 220px;
    font-size: 28px;
    height: 65px;
    line-height: 65px;
  }

  .module-section6.module-section6-right .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .module-section6 .body .text .hd {
    font-size: 36px;
  }

  .module-section6 .body .text {
    padding-top: 0;
  }

  .mail-banner .wrapper {
    height: 1000px;
  }

  .mail-banner .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mail-banner .text {
    padding-top: 300px;
  }

  .mail-banner .img {
    left: 0;
    right: 0;
    text-align: center;
  }

  .footer .foot-links .right-link .item2 {
    display: none;
  }

  .footer {
    background: #262626;
    padding: 0 25px;
    padding-bottom: 25px;
  }

  .footer .foot-links .left-link {
    border-right: none;
    border-bottom: 1px solid #3c4156;
    padding-bottom: 25px;
  }

  .footer .foot-links dd a {
    color: rgba(255, 255, 255, 0.6);
  }

  .footer .foot-links .right-link .item1 {
    padding: 0;
  }

  .footer .foot-links .right-link .item1 dd {
    color: rgba(255, 255, 255, 0.6);
  }

  .footer .foot-links dd a {
    margin-right: 35px;
  }

  .footer .foot-links .right-link .item1 h5 {
    color: rgba(255, 255, 255, 0.6);
  }

  .footer .foot-txt {
    text-align: left;
    padding: 0;
  }

  .footer .foot-links .right-link .item1 dt .icon-phone {
    display: none;
  }

  .footer .foot-links .right-link .item1 .icon {
    display: none;
  }

  .footer .foot-links .right-link .item1 dt {
    padding-left: 0;
  }

  .footer .foot-links .right-link .item1 {
    padding-top: 25px;
    border-bottom: 1px solid #3c4156;
    padding-bottom: 22px;
  }

  .footer .foot-links .right-link .item1 h4 {
    display: none;
  }

  .footer .foot-txt .wrapper {
    text-align: left;
  }

  .footer .foot-links .left-link dt {
    display: none;
  }

  .footer .foot-links .left-link {
    padding: 0;
    padding-bottom: 25px;
  }

  .footer .foot-links .left-link .item1 {
    border-bottom: 1px solid #3c4156;
    margin-bottom: 18px;
    padding-bottom: 20px;
    width: auto;
  }

  .footer .foot-links .left-link dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .foot-links .left-link .tit {
    color: #ffffff;
    margin-bottom: 15px;
  }

  .footer .foot-txt {
    background: #262626;
  }

  .footer .foot-links .left-link {
    display: block;
  }

  .footer .foot-links .left-link dt {
    color: #ffffff;
  }

  .md-honner .body .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    text-align: center;
  }

  .md-honner .body .img img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 24px;
  }

  .md-honner .body .tit {
    font-size: 32px;
  }

  .md-honner .body .txt {
    font-size: 26px;
    margin: 0 26px;
  }

  .md-intro2 .head h4 {
    font-size: 26px;
  }

  .md-intro2 .head {
    padding: 0 25px;
  }

  .md-intro2 .head p {
    font-size: 26px;
    line-height: 1.7;
  }

  .md-intro2 .intro {
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 25px;
    font-size: 26px;
  }

  .md-intro2 .intro h3 {
    font-size: 30px;
    line-height: 1.7;
  }

  .md-intro2 .texts {
    padding: 25px;
    font-size: 26px;
    line-height: 1.7;
  }

  .md-intro2 .texts .tit {
    font-size: 32px;
  }

  .md-intro2 .texts .txt {
    font-size: 26px;
  }

  .md-intro2 .intro p {
    font-size: 26px;
    line-height: 1.7;
  }

  body>.navs .subnav dt {
    color: #ffffff;
    font-size: 26px;
    padding-left: 20px;
  }

  .rx-section2 .body {
    margin-top: 25px;
    padding: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border: 1px solid red; */
  }

  .rx-section2 .body .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.6%;
    flex: 0 0 48.6%;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    height: 240px;
    /* border: 1px solid red; */
  }

  .rx-section2 .body .item:hover {
    box-shadow: none;
  }

  .module-section3 .meun {
    border-bottom: 1px solid #e3e3e3;
  }

  .module-section3 .meun .item {
    padding-bottom: 10px;
    width: 235px;
  }

  .module-section3 .meun .item.active {
    position: relative;
  }

  .module-section3 .meun .item.active::before {
    content: '';
    display: inline-block;
    height: 1px;
    background: #0094ff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
  }

  .case-intro .intro-slide .slick-dots {
    display: none !important;
  }

  .case-intro .intro-slide .item {
    margin: 0;
    transition: 0.2s;
    background: #ffffff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .case-intro .intro-slide .item.slick-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .banner-nav {
    position: static !important;
    border-radius: 0;
  }

  .banner-nav.active {
    padding: 0;
    box-shadow: none;
  }

  .md-maillist .module-section6 {
    padding-top: 0;
  }

  .banner-nav .nav {
    border-radius: 0;
  }

  .banner-nav .item {
    height: 70px;
    line-height: 70px;
  }

  .rx-section2.js-bg {
    background: #f6f6f6;
  }

  .layout {
    background: #f6f6f6;
  }

  .rx-section1 .body {
    background: #ffffff;
    border-radius: 20px;
    margin: 30px;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .rx-section4 .item {
    background: #ffffff;
    border-radius: 15px;
    border: none;
    height: 320px;
    padding-top: 20px;
  }

  .rx-section4 .item .img {
    height: 100px;
    line-height: 100px;
  }

  .jjfa-section2 .wrapper {
    padding-bottom: 30px;
    background: #fff;
    border-radius: 15px;
  }

  .rx-section4 {
    background: none;
  }

  .rx-section4 .slick-dots {
    display: none !important;
  }



  .module-section4 .body {
    background: #ffffff;
    border-radius: 15px;
    margin: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rx-section2 .body .box:hover {
    box-shadow: none;
  }
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: none;
  z-index: 9999;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border-radius: 50%;
  background: #eee;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #35aadc;
}

.layout {
  transition: .5s;
  z-index: 999;
  position: relative;
  overflow: hidden;
}

body.on {
  position: relative;
  background: #ccc;
}

body.on .layout {
  -webkit-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  transform: translateX(-380px);
  background: #fff;
}

body>.navs {
  background: #121525;
  position: fixed;
  right: 0;
  width: 380px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

body>.navs .wrap,
body>.navs .section3 .items,
.section3 body>.navs .items {
  width: 100%;
}

body>.navs li {
  border-bottom: 1px solid #37383a;
  line-height: 82px;
  position: relative;
  font-size: 24px;
}

body>.navs li a {
  color: #ffffff;
  padding: 0 10px;
  display: block;
}

body>.navs .add {
  width: 82px;
  height: 82px;
  background: #20263e;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 99;
}

body>.navs .add:before,
body>.navs .add:after {
  transition: .5s;
  top: 40px;
  left: 30px;
  width: 25px;
  height: 2px;
  background: #ffffff;
  content: '';
  position: absolute;
}

body>.navs .add:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body>.navs .add.active:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

body>.navs .subnav {
  border-top: 1px solid #fff;
  display: none;
  background: #343644;
  padding: 20px 0;
}

body>.navs .subnav a {
  padding: 0 20px;
  line-height: 55px;
  color: #c6c6c6;
}

body>.navs .subnav dd.active {
  background: #20263e;
  color: #fff;
}

body>.navs .subnav dd.active a {
  color: #fff;
}

body>.navs li.active {
  border-bottom: 1px solid #37383a;
}

body>.navs li.active>a {
  color: #35aadc;
}

.layout {
  transition: .5s;
  z-index: 999;
  position: relative;
  overflow: hidden;
}

body.on {
  position: relative;
  background: #ccc;
}

body.on .layout {
  -webkit-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  transform: translateX(-380px);
  background: #fff;
}

body>.navs {
  background: #121525;
  position: fixed;
  right: 0;
  width: 380px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

body>.navs .wrap,
body>.navs .section3 .items,
.section3 body>.navs .items {
  width: 100%;
}

body>.navs li {
  border-bottom: 1px solid #37383a;
  line-height: 82px;
  position: relative;
  font-size: 24px;
}

body>.navs li a {
  color: #ffffff;
  padding: 0 10px;
  display: block;
}

body>.navs .add {
  width: 82px;
  height: 82px;
  background: #20263e;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 99;
}

body>.navs .add:before,
body>.navs .add:after {
  transition: .5s;
  top: 40px;
  left: 30px;
  width: 25px;
  height: 2px;
  background: #ffffff;
  content: '';
  position: absolute;
}

body>.navs .add:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body>.navs .add.active:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

body>.navs .subnav {
  border-top: 1px solid #fff;
  display: none;
  background: #343644;
  padding: 20px 0;
}

body>.navs .subnav a {
  padding: 0 20px;
  line-height: 55px;
  color: #c6c6c6;
}

body>.navs .subnav dd.active {
  background: #20263e;
  color: #fff;
}

body>.navs .subnav dd.active a {
  color: #fff;
}

body>.navs li.active {
  border-bottom: 1px solid #37383a;
}

body>.navs li.active>a {
  color: #35aadc;
}

body>.navs .download {
  line-height: 80px;
  color: #ffffff;
  padding-left: 10px;
}

@-webkit-keyframes rotateplane {
  0% {
    transition: 0.3s;
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transition: 0.3s;
    -webkit-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
    transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
  }

  100% {
    transition: 0.3s;
    -webkit-transform: perspective(120px) rotateX(-179.9deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-179.9deg) rotateY(-180deg);
  }
}

@keyframes rotateplane {
  0% {
    transition: 0.3s;
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transition: 0.3s;
    -webkit-transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
    transform: perspective(120px) rotateX(0) rotateY(-180.1deg);
  }

  100% {
    transition: 0.3s;
    -webkit-transform: perspective(120px) rotateX(-179.9deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-179.9deg) rotateY(-180deg);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes width {
  0% {
    width: 0;
    transition: 0.2s ease-in;
  }

  100% {
    width: 100px;
  }
}

@keyframes width {
  0% {
    width: 0;
    transition: 0.2s ease-in;
  }

  100% {
    width: 100px;
  }
}

@-webkit-keyframes runing {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes runing {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}



/*# sourceMappingURL=maps/style.min.css.map */
.pop-contact {
  z-index: 1024;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
}

.pop-contact .cont {
  width: 420px;
  height: 410px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -260px 0 0 -205px;
  background: url(../imgs/bg-pop.png) no-repeat center center;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.pop-contact .cont .txt {
  font-size: 18px;
  line-height: 30px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-top: 245px;
  margin-bottom: 40px;
  color: #333;
}

.pop-contact .cont .btn {
  width: 340px;
  height: 54px;
  display: block;
  line-height: 54px;
  background: #3B91FF;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
}

.gb-meun .swiper-slide {
  width: auto;
}

.gb-meun .swiper-slide a {
  font-size: 16px;
  color: #000000;
  display: block;
}

.gb-meun .swiper-slide:hover a {
  color: #35aadc;
}

.gb-meun .swiper-slide.active a {
  color: #35aadc;
}

.gb-meun .swiper-slide.active::before {
  height: 2px;
  background: #35aadc;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/*.gb-meun.swiper-slide-active {
  position: fixed;
  top: 0;
  height: 65px;
  line-height: 65px;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0; }
*/

@media (max-width: 980px) {
  .pop-contact {
    z-index: 1024;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
  }

  .pop-contact .cont {
    width: 650px;
    height: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    background: url(../imgs/bg-pop.png) no-repeat center top;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pop-contact .cont .txt {
    font-size: 30px;
    line-height: 30px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 400px;
    margin-bottom: 60px;
    color: #333;
  }

  .pop-contact .cont .btn {
    width: 450px;
    height: 80px;
    display: block;
    line-height: 80px;
    background: #3B91FF;
    text-align: center;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
  }


  .m-pic {
    padding-left: 20px;
  }

  .m-pic .pic {
    background-color: #fff;
    border-radius: 10px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    padding: 50px;
    height: 765px;
    line-height: 665px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-pic .pic img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .txt-rong {
    color: #333;
    padding: 30px 40px;
  }

  .txt-rong h3 {
    font-size: 34px;
    margin: 20px 0;
  }

  .txt-rong .txt {
    font-size: 28px;
    line-height: 1.8;
  }

}

.copyright {
  width: 100%;
  height: 50px;
   /* border:1px solid red; */
   margin-top:10px;

}

.copyright .txt {
  text-align: center; 
  /* border:1px solid red; */
   margin:5px auto; 
  font-size: 14px;
}