.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}


.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../image/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}


.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}



.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;

  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #DADADA;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #DADADA;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;

}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}


#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

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

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}




* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "OpenSans", arial;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  border: none;
}

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

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

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,
textarea {
  font-family: "OpenSans", arial;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

embed,
video {
  max-width: 100%;
}

input,
textarea {
  border: none;
  background: none;
  font-family: inherit;
}

input[type="submit"],
input[type="button"],
textarea[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
textarea[type="checkbox"] {
  cursor: pointer;
}

input[type="radio"],
textarea[type="radio"] {
  cursor: pointer;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.fix {
  *zoom: 1;
}

.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}


article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
ul,
li,
dd,
dt,
dl,
span,
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}


:-o-placeholder {
  color: #999;
  opacity: 1;
}


::-moz-placeholder {
  color: #999;
  opacity: 1;
}


:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}


.self-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.common-vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.common-hc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.common-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.nlazy {
  min-width: 20%;
}


.email {
  word-break: break-all;
}

.scale-big img {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.scale-big:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.scale-small img {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.scale-small:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

[class*="-item"] .item-pic,
[class*="-item"] .item-pics {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

[class*="-item"] .item-title {
  overflow: hidden;
}

[class*="-item"] .item-title a {
  display: block;
}

[class*="-item"] .item-title a:hover {
  color: #104A9C !important;
}

[class*="-item"] .item-subt {
  overflow: hidden;
}

[class*="-item"] .item-subt a {
  display: block;
}

[class*="-item"] .item-subt a:hover {
  color: #104A9C !important;
}

[class*="-item"] .item-desc {
  overflow: hidden;
  color: #666;
}

[class*="-item"] .item-desc a {
  display: block;
  color: #666;
}

[class*="-item"] .item-desc a:hover {
  color: #104A9C !important;
}


.wp {
  width: 1200px;
  margin: auto;
}

@media screen and (min-width: 1220px) {
  .wp {
    width: 1200px;
    margin: auto;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .wp {
    width: 980px;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  .wp {
    width: 95%;
    margin: auto;
  }
}

@media screen and (min-width: 1220px) {
  .no_marginr {
    margin-right: 0 !important;
  }

  .no_marginl {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .no_marginr {
    margin-right: 0 !important;
  }

  .no_marginl {
    margin-left: 0 !important;
  }
}

.no_margin {
  margin-left: 0 !important;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.an-bd3 {
  position: relative;
}

.an-bd3 .item-backdrop {
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .an-bd3 .item-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@media screen and (min-width: 992px) {
  .an-bd3:hover .item-backdrop {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


.an-btn1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  -o-transition: background 0.4s linear, color 0.3s linear;
  -moz-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

.an-btn1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: '';
  background: #104A9C;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn1 .iconfont {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.an-btn1:hover {
  border-color: #104A9C !important;
  background-color: #104A9C \9;
  color: #fff !important;
}

.an-btn1:hover .iconfont {
  color: #fff !important;
}

.an-btn1:hover:before {
  height: 500%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.an-btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  -o-transition: background 0.4s linear, color 0.3s linear;
  -moz-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

.an-btn2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: '';
  background: #fff;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn2 .iconfont {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.an-btn2:hover {
  border-color: #104A9C !important;
  background-color: #fff \9;
  color: #104A9C !important;
}

.an-btn2:hover .iconfont {
  color: #104A9C !important;
}

.an-btn2:hover:before {
  height: 500%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


@media screen and (min-width: 992px) {
  .an-bd1 .item-backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }

  .an-bd1 .item-backdrop:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-color: #104A9C;
  }
}

@media screen and (min-width: 992px) {
  .an-bd1:hover .item-backdrop {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}


.table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.table table p {
  line-height: 22px !important;
}

.table table p {
  min-height: 22px !important;
}

.table table,
.table table a {
  color: #000;
}

.table table tr td {
  padding: 5px 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .table {
    width: 100%;
    overflow: scroll;
  }
}



.proslide_menubtn {
  display: none;
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.proslide_menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .proslide_menubtn {
    display: block;
  }
}



.page {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page .pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page a {
  display: block;
  border: solid 1px #104A9C;
  background-color: #104A9C;
  color: #fff;
  min-width: 26px;
  padding: 0 2px;
  height: 26px;
  line-height: 24px;
  margin: 0 4px 10px;
}

.page a.prev,
.page a.next {
  min-width: 30px;
  padding: 0 2px;
  border-color: transparent !important;
  background-color: transparent !important;
  color: #999;
}

.page a.prev:hover,
.page a.next:hover {
  color: #104A9C;
}

.page a.prev .iconfont,
.page a.next .iconfont {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}

.page a:hover,
.page .ctxt a {
  border-color: #104A9C;
  background-color: #fff;
  color: #104A9C;
}

.page a.none:hover {
  color: #999 !important
}

@media only screen and (max-width: 767px) {
  .page a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page .fl {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page .fl {
    float: none;
  }
}

.page .add-form {
  float: none;
  display: inline-block;
  background: url(../image/af-bg.png) no-repeat right center;
  padding-right: 28px;
}

.page .add-form .add-btn {
  text-align: center;
  min-width: 148px;
  padding: 0 5px;
  height: 28px;
  line-height: 26px;
  background-color: #104A9C;
  color: #FFFFFF;
  cursor: pointer;
}

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

@media only screen and (max-width: 767px) {
  .page .add-form {
    float: none;
  }
}




.back-top {
  position: fixed;
  right: 90px;
  bottom: -100px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  cursor: pointer;
  z-index: 998;
  width: 69px;
  height: 69px;
  background-color: #eee;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 69px;
  text-align: center;
}

.back-top .iconfont {
  font-size: 30px;
  font-size: 3rem;
  color: #104A9C;
  position: relative;
  z-index: 998;
}

@media only screen and (max-width: 767px) {
  .back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .back-top .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }
}



.pro-share {
  font-size: 0;
  letter-spacing: 0;
}

.pro-share .share-title {
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.pro-share .share-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}



.m-oths {
  padding: 40px 0 0;
  border-top: solid 1px #d2d2d2;
}

.m-oths .oths-item {
  line-height: 26px;
}

.m-oths .oths-item,
.m-oths .oths-item a {
  color: #333;
}

.m-oths .oths-item .item-name {
  text-transform: uppercase;
}

.m-oths .oths-item a:hover {
  color: #104A9C;
}

.m-oths .oths-item a.none:hover {
  color: #333 !important;
}

.m-oths .oths-item-1 {
  margin-bottom: 15px;
}

.m-oths .iconfont {
  font-size: 26px;
  font-size: 2.6rem;
  color: #333333;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .m-oths {
    padding: 20px 0 0;
  }
}


.bread {
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 94px 0 30px;
  font-size: 36px;
  font-size: 3rem;
  font-family: "OpenSans-Bold", arial;
  text-align: center;
}

.bread,
.bread a {
  color: #fff;
}

/*.bread a:hover, .bread span { color: #104A9C; }*/

.bread .active {
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .bread {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .bread {
    height: auto;
    padding: 50px 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bread {
    padding: 30px 0;
    font-size: 20px;
    font-size: 2rem;
  }
}


.search-box ::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}


.search-box :-o-placeholder {
  color: #666;
  opacity: 1;
}


.search-box ::-moz-placeholder {
  color: #666;
  opacity: 1;
}


.search-box :-ms-input-placeholder {
  color: #666;
  opacity: 1;
}


.search {
  position: relative;
  margin-left: 11px;
  margin-top: 5px;
}

@media screen and (max-width: 1219px) {
  .search {
    margin: 0;
    position: absolute;
    top: 8px;
    right: 0;
  }
}

@media screen and (max-width: 999px) {
  .search {
    margin: 0;
    position: absolute;
    top: 3px;
    right: 55px;
  }
}

.search .search-icon {
  cursor: pointer;
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 1219px) {
  .search .search-icon {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.search .search-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  width: 250px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #BFBFBF;
  background-color: #FFFFFF;
  cursor: pointer;
}

.search .search-box form {
  height: 100%;
}

.search .search-box .iconfont {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: absolute;
  width: 29px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  right: 0;
  top: 50%;
  margin-top: -8px;
  z-index: -1;
}

.search .search-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0 35px 0 9px;
}

.search .search-submit {
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}


.header .h-top {
  padding: 3px 0 0;
}

.header .h-top .lang-box {
  float: right;
  position: relative;
  padding-left: 23px;
}

.header .h-top .lang-box .item-title {
  padding-right: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.header .h-top .lang-box .item-title .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}

.header .h-top .lang-box .lang-list {
  display: none;
  position: absolute;
  z-index: 9991;
  top: 100%;
  right: 0;
  width: 150px;
  background-color: #f3f3f3;
  border: solid 1px #f1f1f1;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
}

.header .h-top .lang-box .lang-list p {}

.header .h-top .lang-box .lang-list p img {
  margin-right: 5px;
}

.header .h-top .lang-box .lang-list p a {
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

.header .h-top .lang-box .lang-list a:hover {
  color: #104A9C;
}

@media screen and (max-width: 1219px) {
  .header .h-top {
    padding-right: 30px;
  }
}



@media screen and (max-width: 1219px) {
  .header .h-select {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .header .h-select {
    display: none;
  }
}

.header .h-select .iconfont {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  color: #213B3F;
  cursor: pointer;
}

@media screen and (max-width: 1219px) {
  .header .h-select .iconfont {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.header .h-select .box-yiji {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 180px;
  background: #FFFFFF;
  box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
  z-index: 99;
}

.header .h-select .box-yiji li {
  position: relative;
}

.header .h-select .box-yiji li>a {
  line-height: 30px;
  display: block;
  padding: 5px 15px;
  text-transform: capitalize;
  color: #333;
}

.header .h-select .box-yiji li>a:hover {
  background-color: #213B3F;
  color: #fff;
}

.header .h-select .box-yiji li.active>a {
  background-color: #213B3F;
  color: #fff;
}

.header .h-select .box-yiji li:hover .box-erji {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.header .h-select .box-erji {
  position: absolute;
  right: 100%;
  top: 0;
  background: #FFFFFF;
  box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
  width: 180px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}



.header .wp {
  padding-left: 320px;
}

@media screen and (max-width: 1219px) {
  .header .wp {
    padding: 0;
  }
}

.header .logo {
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  height: 70px;
}

@media screen and (max-width: 1219px) {
  .header .logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 15px auto;
    height: 70px;
  }
}

@media screen and (max-width: 999px) {

  .header {
    padding: 25px 0
  }

  .header .logo {
    position: absolute;
    left: 0;
    top: -10px;
    height: 60px;
  }

  .header .h-top {
    padding-right: 90px;
    padding-top: 0;
  }

  .header .h-top .lang-box .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header .h-select {
  float: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header .logo {
    height: 50px;
  }
}

.header .h-bot {
  padding: 10px 0 0;
}

@media screen and (max-width: 1219px) {
  .header .h-bot {
    padding: 0;
  }
}

.header .navlist {
  float: right;
  width: 793px;
  padding-bottom: 24px;
  font-size: 0;
  letter-spacing: 0;
}

.header .navlist>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}

.header .navlist>li>a {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OpenSans-Bold", arial;
  display: inline-block;
  position: relative;
  line-height: 24px;
  border-radius: 17px;
  padding: 5px 17px;
}

.header .navlist>li.nav-active>a,
.header .navlist>li:hover>a {
  color: #fff;
  background-color: #104A9C;
}

@media screen and (max-width: 1219px) {
  .header .navlist {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }

  .header .navlist>li {
    width: 14.28%\9;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .header .navlist>li>a {
    padding: 3px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}

@media screen and (max-width: 850px) {
  .header .navlist>li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 999px) {
  .header .navlist {
    display: none;
  }
}

.header .navlist li:hover .yiji {
  top: 100%;
}

.header .yiji {
  z-index: 9999;
  position: absolute;
  top: -9999px;
  width: 237px;
  left: 0;
}

.header .yiji li {
  position: relative;
  text-align: left;
}

.header .yiji li>a {
  display: block;
  line-height: 24px;
  padding: 8px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
}

.header .yiji li:hover>a {
  background-color: #104A9C;
  color: #fff;
}

.header .yiji li:hover .erji {
  left: 100%;
}

@media screen and (max-width: 980px) {
  .header .yiji {
    display: none;
  }
}

.header .erji li:hover .sanji {
  left: 100%;
}

.header .erji,
.header .sanji {
  position: absolute;
  left: -9999px;
  top: 0;
  border-left: solid 4px transparent;
  width: 237px;
}


.navlist1 {
  display: none;
  width: 100%;
}

.navlist1>li {
  float: left;
  width: 25%;
  text-align: center;
  padding-bottom: 5px;
}

.navlist1>li>a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 30px;
  border-bottom: solid 2px transparent;
}

.navlist1>li.nav-active>a,
.navlist1>li:hover>a {
  color: #104A9C;
  border-bottom-color: #104A9C;
}



.footer ::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}


.footer :-o-placeholder {
  color: #666;
  opacity: 1;
}


.footer ::-moz-placeholder {
  color: #666;
  opacity: 1;
}


.footer :-ms-input-placeholder {
  color: #666;
  opacity: 1;
}


.footer {
  overflow: hidden;
  background-color: #1D1D1D;
}

.footer,
.footer a {
  color: #fff;
}

.footer a:hover {
  color: #104A9C;
}

.footer .f-top {
  padding: 74px 0 80px;
  line-height: 26px;
}

.footer .f-top .footer-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.footer .f-top .flist1 {
  width: 330px;
  padding-right: 15px;
}

.footer .f-top .flist2 {
  width: 475px;
  padding-right: 15px;
}

.footer .f-top .flist2 li {
  line-height: 1.5;
  padding: 5px 0;
}

.footer .f-top .flist3 {
  width: 572px;
}

.footer .f-top .f-follow {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 18px;
}

.footer .f-top .f-follow a {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.footer .f-top .f-follow a:first-child {
  margin-left: 0;
}

.footer .f-top .f-follow a:hover {
  margin-top: -5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.footer .f-top .f-follow a .iconfont {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  color: #fff;
}

.footer .f-top .copyright img {
  margin-left: 8px;
}

@media screen and (max-width: 1219px) {
  .footer .f-top .flist1 {
    width: 220px;
  }

  .footer .f-top .flist2 {
    width: 400px;
  }
}

@media screen and (max-width: 999px) {
  .footer .f-top {
    padding: 50px 0;
  }

  .footer .f-top .flist1 {
    width: 25%;
  }

  .footer .f-top .flist2 {
    width: 37%;
  }

  .footer .f-top .flist3 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .footer .f-top {
    padding: 25px 0;
  }

  .footer .f-top .flist2,
  .footer .f-top .flist3 {
    width: 100%;
  }

  .footer .f-top .f-follow {
    padding: 0 0 10px;
  }
}

.footer .f-bot {
  border-top: solid 1px #4C4C4C;
  line-height: 30px;
  padding: 26px 0 23px;
}

@media screen and (max-width: 767px) {}

.footer .f-bot p a {
  display: inline-block;
  position: relative;
}

.footer .f-bot p a:first-child:before {
  display: none;
}

.footer .f-bot p a:before {
  content: '|';
  margin: 0 3px;
}




.index-item .item-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
}

.index-item .item-title a:hover {
  color: #104A9C;
}

@media screen and (max-width: 1219px) {
  .index-item .item-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 999px) {
  .index-item .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .index-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.index-item .item-desc {
  margin-top: 23px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
}

.index-item .item-desc,
.index-item .item-desc a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .index-item .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}



.index-about {
  padding: 87px 0 78px;
}

@media screen and (max-width: 1219px) {
  .index-about {
    padding: 70px 0;
  }
}

@media screen and (max-width: 999px) {
  .index-about {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .index-about {
    padding: 30px 0;
  }
}

.index-about .list-item {
  margin-top: 60px;
}

@media screen and (max-width: 999px) {
  .index-about .list-item {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .list-item {
    margin-top: 30px;
  }
}

.index-about .item-videobox,
.index-about .item-pic {
  overflow: hidden;
  float: right;
  padding: 0 31px 27px 0;
  width: 55.16667%;
  margin-left: 3.16667%;
  background: url(../image/bg2.png) no-repeat right bottom;
  background-size: 31.11782%;
}

.index-about .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.87797%;
  height: 0;
}

.index-about .item-videobox .item-video iframe,
.index-about .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.index-about .item-videobox .item-video iframe body {
  margin: 0px !important;
}

@media screen and (max-width: 999px) {

  .index-about .item-videobox,
  .index-about .item-pic {
    padding: 0 15px 15px 0;
  }
}

@media screen and (max-width: 767px) {

  .index-about .item-videobox,
  .index-about .item-pic {
    float: none;
    width: 100%;
    max-width: 646px;
    margin: 0 auto;
  }
}

.index-about .item-body .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  max-height: 15em;
  overflow: hidden;
}

.index-about .item-body .item-desc p {
  min-height: 26px;
}

.index-about .item-body .item-desc,
.index-about .item-body .item-desc a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .index-about .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .index-about .item-body .item-desc p {
    min-height: 24px;
  }
}

.index-about .item-body .item-btn {
  display: inline-block;
  min-width: 137px;
  line-height: 24px;
  padding: 8px;
  border-radius: 20px;
  background-color: #104A9C;
  color: #fff;
  text-align: center;
  margin-top: 34px;
  font-size: 16px;
  font-size: 1.6rem;
}

.index-about .item-body .item-btn:hover {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .index-about .item-body .item-btn {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
  }
}



.index-hotpro {
  padding-bottom: 102px;
}

@media screen and (max-width: 1219px) {
  .index-hotpro {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 999px) {
  .index-hotpro {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-hotpro {
    padding-bottom: 30px;
  }
}

.index-hotpro .box-list {
  margin-top: 48px;
}

.index-hotpro .box-list .left-item {
  width: 49.66667%;
  margin-right: 0.83333%;
  float: left;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .left-item {
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
  }
}

.index-hotpro .box-list .right-list {
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}

.index-hotpro .box-list .right-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 32.333%;
  margin-left: 1.5%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .right-list .list-item {
    width: 48%;
    margin: 0 1% 12px !important;
  }
}

@media screen and (max-width: 640px) {
  .index-hotpro .box-list .right-list .list-item {
    width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .index-hotpro .box-list .right-list .list-item {
    width: 98%;
  }
}

.index-hotpro .box-list .right-list .left-item {
  display: none;
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .right-list .left-item {
    display: inline-block;
  }
}

.index-hotpro .box-list .left-item:hover .item-backdrop,
.index-hotpro .box-list .list-item:hover .item-backdrop {
  right: 0;
}

.index-hotpro .box-list .left-item:hover .item-body,
.index-hotpro .box-list .list-item:hover .item-body {
  left: 0;
}

.index-hotpro .box-list .item-pic {
  border: solid 1px #B5B5B5;
}

.index-hotpro .box-list .item-pic img {
  display: block;
  margin: 0 auto;
  max-width: 596px;
  width: 100%;
}

.index-hotpro .box-list .item-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 999px;
  bottom: 0;
  background-color: #104A9C;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .item-backdrop {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.index-hotpro .box-list .item-body {
  text-align: center;
  position: absolute;
  left: 999px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -122px\0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

@media screen and (max-width: 1219px) {
  .index-hotpro .box-list .item-body {
    margin-top: -90px;
  }
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .item-body {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 0;
  }
}

.index-hotpro .box-list .item-info {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .item-info {
    max-width: 100%;
    padding: 15px 10px;
  }
}

.index-hotpro .box-list .item-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 30px;
  font-size: 3rem;
}

.index-hotpro .box-list .item-title,
.index-hotpro .box-list .item-title a {
  color: #fff !important;
}

@media screen and (max-width: 1219px) {
  .index-hotpro .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .index-hotpro .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index-hotpro .box-list .item-desc {
  margin-top: 29px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  height: 88px;
}

.index-hotpro .box-list .item-desc,
.index-hotpro .box-list .item-desc a {
  color: #fff !important;
}

@media screen and (max-width: 1219px) {
  .index-hotpro .box-list .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 999px) {
  .index-hotpro .box-list .item-desc {
    line-height: 20px;
    height: 80px;
  }
}

.index-hotpro .box-list .item-btn {
  margin: 0 auto;
  display: inline-block;
  min-width: 153px;
  line-height: 26px;
  padding: 11px;
  border-radius: 24px;
  background-color: #104A9C;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "OpenSans-Bold", arial;
  margin-top: 39px;
}

.index-hotpro .box-list .item-btn:hover {
  background-color: #000;
}

@media screen and (max-width: 1219px) {
  .index-hotpro .box-list .item-btn {
    margin-top: 15px;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 140px;
  }
}

:root .index-hotpro .box-list .item-body {
  margin-top: 0;
}



.index-app {
  background: #ECECEC url(../image/bg1.jpg) no-repeat top center;
  background-size: contain;
  padding: 108px 0 125px;
}

@media screen and (max-width: 1219px) {
  .index-app {
    padding: 70px 0;
  }
}

@media screen and (max-width: 999px) {
  .index-app {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .index-app {
    padding: 30px 0;
  }
}

.index-app .box-list {
  font-size: 0;
  letter-spacing: 0;
}

.index-app .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 19.53125%;
  margin-left: 0.58594%;
  margin-top: 86px;
}

@media screen and (max-width: 1219px) {
  .index-app .box-list .list-item {
    margin-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  .index-app .box-list .list-item {
    width: 31.33%;
    margin: 30px 1% 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .index-app .box-list .list-item {
    width: 98%;
    float: none;
    clear: both
  }
}

.index-app .box-list .item-pic img {
  display: block;
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
}

.index-app .box-list .item-body {
  padding: 0 20px;
}

@media screen and (max-width: 1619px) {
  .index-app .box-list .item-body {
    padding: 0 5px;
  }
}

@media screen and (max-width: 999px) {
  .index-app .box-list .item-body {
    padding: 0;
  }
}

.index-app .box-list .item-title {
  margin-top: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OpenSans-Bold", arial;
  text-align: center;
  line-height: 26px;
}

@media screen and (max-width: 1219px) {
  .index-app .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .index-app .box-list .item-title {
    margin-top: 10px;
  }
}

.index-app .box-list .item-desc {
  margin-top: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  height: 72px;
  text-align: center;
}

.index-app .box-list .item-desc,
.index-app .box-list .item-desc a {
  color: #333;
}

@media screen and (max-width: 1219px) {
  .index-app .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .index-app .box-list .item-desc {
    margin-top: 5px;
    line-height: 20px;
    height: 60px;
  }
}



.index-lnews {
  padding: 78px 0 107px;
}

@media screen and (max-width: 1219px) {
  .index-lnews {
    padding: 70px 0;
  }
}

@media screen and (max-width: 999px) {
  .index-lnews {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .index-lnews {
    padding: 30px 0;
  }
}

.index-lnews .box-list {
  font-size: 0;
  letter-spacing: 0;
}

.index-lnews .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.66667%;
  margin-left: 2.5%;
  margin-top: 64px;
}

@media screen and (max-width: 1219px) {
  .index-lnews .box-list .list-item {
    margin-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  .index-lnews .box-list .list-item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .index-lnews .box-list .list-item {
    width: 48%;
  }
}

.index-lnews .box-list .item-pic img {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

.index-lnews .box-list .item-title {
  margin-top: 22px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OpenSans-Bold", arial;
  line-height: 26px;
}

@media screen and (max-width: 999px) {
  .index-lnews .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .index-lnews .box-list .item-title {
    margin-top: 10px;
  }
}

.index-lnews .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  height: 84px;
}

.index-lnews .box-list .item-desc,
.index-lnews .box-list .item-desc a {
  color: #333;
}

@media screen and (max-width: 999px) {
  .index-lnews .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .index-lnews .box-list .item-desc {
    margin-top: 5px;
    line-height: 20px;
    height: 60px;
  }
}

.index-lnews .box-list .item-btn {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 25px;
}

.index-lnews .box-list .item-btn:hover {
  color: #104A9C;
}

@media screen and (max-width: 767px) {
  .index-lnews .box-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}



.index-down .index-item,
.index-cer .index-item,
.index-faq .index-item {
  margin-bottom: 30px;
}

.index-cer {
  margin-bottom: 30px;
}

.index-cer .cer-scroll {
  position: relative;
  overflow: hidden;
}

.index-cer .cer-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 28px;
  font-size: 2.8rem;
  color: #213B3F;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover {
  color: #000;
}

@media screen and (max-width: 999px) {
  .index-cer .cer-scroll .scroll-btns .scroll-btn {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .index-cer .cer-scroll .scroll-btns .scroll-btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.index-cer .cer-scroll .scroll-btns .prev {
  margin-right: 20px;
}

@media screen and (max-width: 999px) {
  .index-cer .cer-scroll .scroll-btns .prev {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index-cer .cer-scroll .scroll-btns .prev {
    margin-right: 10px;
  }
}

.index-cer .cer-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}

.index-cer .cer-scroll .scroll-list {
  width: 10000%;
}

.index-cer .cer-scroll .scroll-list .list-item {
  float: left;
  width: 0.23083%;
  margin-right: 0.02556%;
}

@media screen and (max-width: 1219px) {
  .index-cer .cer-scroll .scroll-list .list-item {
    width: 0.235%;
    margin-right: 0.02%;
  }
}

@media screen and (max-width: 767px) {
  .index-cer .cer-scroll .scroll-list .list-item {
    width: 0.32%;
  }
}

@media screen and (max-width: 480px) {
  .index-cer .cer-scroll .scroll-list .list-item {
    width: 0.49%;
  }
}

.index-cer .cer-scroll .scroll-list .item-pics {
  position: relative;
  padding-bottom: 100%;
  border: solid 1px #DCDCDC;
}

.index-cer .cer-scroll .scroll-list .item-pics img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.index-cer .cer-scroll .scroll-list .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.index-cer .cer-scroll .scroll-list .item-backdrop:before {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 999px) {
  .index-cer .cer-scroll .scroll-list .item-backdrop {
    display: none;
  }
}

.index-cer .cer-scroll .scroll-list .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 1219px) {
  .index-cer .cer-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 999px) {
  .index-cer .cer-scroll .scroll-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .index-cer .cer-scroll .scroll-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.index-video {
  margin-bottom: 50px;
}

.index-video .index-item {
  margin-bottom: 45px;
}

@media screen and (max-width: 1219px) {
  .index-video .index-item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .index-video .index-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index-video .index-item {
    margin-bottom: 20px;
  }
}

.index-video .item-videobox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.index-video .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 40.16667%;
  height: 0;
}

.index-video .item-videobox .item-video iframe,
.index-video .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.index-video .item-videobox .item-video iframe body {
  margin: 0px !important;
}


.page_wrap {
  padding: 55px 0 100px;
}

@media screen and (max-width: 1219px) {
  .page_wrap {
    padding: 55px 0 70px;
  }
}

@media screen and (max-width: 999px) {
  .page_wrap {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .page_wrap {
    padding: 30px 0 30px;
  }
}



.proslide {
  width: 317px;
  float: left;
}

@media screen and (max-width: 1219px) {
  .proslide {
    width: 280px;
  }
}

@media screen and (max-width: 999px) {
  .proslide {
    width: 100%;
    margin: 30px auto 0;
  }
}


.slidenav-title,
.slidenav-title1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OpenSans-Bold", arial;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 20px;
  background-color: #104A9C;
  text-align: center;
  position: relative;
}

.slidenav-title a,
.slidenav-title>span,
.slidenav-title1 a,
.slidenav-title1>span {
  color: #FFFFFF;
  display: block;
  padding: 7px 10px 8px;
}

.slidenav-title a:hover,
.slidenav-title1 a:hover {
  background-color: #000;
}

@media screen and (max-width: 767px) {

  .slidenav-title,
  .slidenav-title1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }

  .slidenav-title a,
  .slidenav-title1 a {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .slidenav-title1 {
    display: none;
  }
}

.slidenav-title2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .slidenav-title2 {
    display: block;
  }
}

.attnav-box {
  margin-top: 30px;
}


.slidenav-list>li {
  margin-bottom: 8px;
  border: solid 1px #D2D2D2;
}

.slidenav-list>li>a,
.slidenav-list>li>p {
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 10px 10px 10px 63px;
  background: #EEEEEE url(../image/slide1.png) no-repeat 14px center;
  position: relative;
}

.slidenav-list>li>a:after,
.slidenav-list>li>p:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 39px;
  width: 1px;
  background-color: #D2D2D2;
}

.slidenav-list .active>a,
.slidenav-list>li>a:hover,
.slidenav-list .active>p,
.slidenav-list li>p:hover {
  background: #104A9C url(../image/slide1_1.png) no-repeat 14px center !important;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .slidenav-list {
    display: none;
  }
}

.slidenav-yiji {
  padding: 5px 0;
  border-top: solid 1px #d2d2d2;
  display: none
}

.slidenav-yiji.active {
  display: block
}

.slidenav-yiji>li:hover>a,
.slidenav-yiji .active>a {
  color: #104A9C;
}

.slidenav-yiji>li:hover>a,
.slidenav-yiji .slidenav-active1>a {
  color: #104A9C;
}

.slidenav-yiji>li {
  padding-left: 44px;
}

.slidenav-yiji>li>a,
.slidenav-yiji>li>label {
  position: relative;
  padding: 12px 10px 12px 23px;
  line-height: 24px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.slidenav-yiji>li>a:before {
  position: absolute;
  content: '';
  width: 23px;
  height: 24px;
  background: url(../image/slide2.png) no-repeat left center;
  left: 0;
  top: 12px;
}

@media screen and (max-width: 999px) {

  .slidenav-yiji>li>a,
  .slidenav-yiji>li>p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 10px 4px 23px;
  }

  .slidenav-yiji>li>a:before,
  .slidenav-yiji>li>p:before {
    top: 4px;
  }
}

.slidenav-erji {
  padding: 0 0 13px;
  display: none
}

.slidenav-erji>li:hover>a,
.slidenav-erji .slidenav-active2>a {
  color: #104A9C;
}

.slidenav-erji li>a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 5px 10px 5px 58px;
  line-height: 24px;
  color: #333;
}

@media screen and (max-width: 999px) {
  .slidenav-erji li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.slide-tags {
  margin-top: 24px;
}

.slide-tags .box-list {
  margin-top: -5px;
}

.slide-tags .box-list a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  position: relative;
}

.slide-tags .box-list a:before {
  content: '|';
  margin: 0 3px;
}

.slide-tags .box-list a:first-child:before {
  display: none;
}

.slide-tags .box-list a:hover {
  color: #104A9C;
}

@media screen and (max-width: 767px) {
  .slide-tags .box-list a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}



.pro-main {
  width: 860px;
  float: right;
}

@media screen and (max-width: 1219px) {
  .pro-main {
    width: 680px;
  }
}

@media screen and (max-width: 999px) {
  .pro-main {
    width: 100%;
  }
}


.pro1-list {
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 999px) {
  .pro1-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pro1-list {
    padding-bottom: 10px;
  }
}

.pro1-list .list-item {
  float: left;
  width: 31.74419%;
  margin-left: 1.51163%;
  margin-bottom: 48px;
}

@media screen and (max-width: 999px) {
  .pro1-list .list-item {
    width: 31.33%;
    margin: 0 1% 30px;
  }
}

@media screen and (max-width: 600px) {
  .pro1-list .list-item {
    width: 48%;
  }
}

.pro1-list .item-pic {
  width: 100%;
  border: solid 1px #DCDCDC;
  position: relative;
}

.pro1-list .item-pic img {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

.pro1-list .item-pic:hover {
  border-color: #104A9C;
}

.pro1-list .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
  line-height: 26px;
  text-align: center;
}

.pro1-list .item-btnbox {
  margin-top: 25px;
  text-align: center;
}

.pro1-list .item-btnbox input {
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 1219px) {
  .pro1-list .item-btnbox input {
    margin-right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .pro1-list .item-btnbox {
    margin-top: 10px;
  }

  .pro1-list .item-btnbox input {
    margin-right: 5px;
  }
}

.pro1-list .item-btn {
  display: inline-block;
  padding: 0 10px;
  min-width: 130px;
  line-height: 24px;
  padding: 4px 10px;
  text-align: center;
  border: solid 1px #DCDCDC;
}

.pro1-list .item-btn:hover {
  border: solid 1px #104A9C;
  background-color: #104A9C;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .pro1-list .item-btn {
    min-width: 100px;
  }
}


.pro1-top {
  margin-bottom: 20px;
}

.pro1-top .item-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: solid 1px #ccc;
  color: #104A9C;
  line-height: 30px;
  padding: 0 0 10px;
  text-transform: capitalize;
}

.pro1-top .item-desc {
  line-height: 30px;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .pro1-top .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }

  .pro1-top .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}



.pro2-box {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .pro2-box {
    margin-bottom: 25px;
  }
}

.pro2-box .m-propic {
  margin: 0 auto;
  width: 631px;
  float: left;
}

.pro2-box .m-propic .provideo-box {
  border: 1px solid #EBEBEB;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.pro2-box .m-propic .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}

.pro2-box .m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pro2-box .m-propic .provideo-box .provideo iframe body {
  margin: 0px !important;
}

.pro2-box .m-propic .pic-big {
  position: relative;
  float: right;
  width: 476px;
}

.pro2-box .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 1px solid #DADADA;
}

.pro2-box .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}

.pro2-box .m-propic .big-img .zoomPad img {
  border-radius: 0;
}

.pro2-box .m-propic .zoomWrapperImage img {
  max-width: 1200px;
}

.pro2-box .m-propic .pic-small {
  position: relative;
  float: left;
  width: 151px;
  padding: 18px 0;
  overflow: hidden;
}

.pro2-box .m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 8px;
  display: block;
  cursor: pointer;
  height: 6px;
  border-radius: 3px;
  background-color: #999;
}

.pro2-box .m-propic .pic-btn.prev {
  top: 0;
  background: #999 url(../image/up.png) no-repeat center;
}

.pro2-box .m-propic .pic-btn.next {
  bottom: 0;
  background: #999 url(../image/down.png) no-repeat center;
}

.pro2-box .m-propic .pic-btn:hover {
  background-color: #104A9C;
}

.pro2-box .m-propic .pic-list {
  height: 439px;
  overflow: hidden;
}

.pro2-box .m-propic .pic-list ul {
  height: 2000px;
}

.pro2-box .m-propic .pic-list .list-item {
  margin-bottom: 5px;
  padding-right: 8px;
  overflow: visible;
}

.pro2-box .m-propic .pic-list .item-pics,
.pro2-box .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  border: 1px solid #DADADA;
  position: relative;
  overflow: visible;
}

.pro2-box .m-propic .pic-list .item-pics img,
.pro2-box .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}

.pro2-box .m-propic .pic-list .item-pics:before,
.pro2-box .m-propic .pic-list .item-video:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 14px;
  background: url(../image/bg3.png) no-repeat right center;
  right: -8px;
  top: 50%;
  margin-top: -7px;
  display: none;
}

.pro2-box .m-propic .item-pics:hover,
.pro2-box .m-propic .item-pics.zoomThumbActive,
.pro2-box .m-propic .item-video:hover,
.pro2-box .m-propic .item-video.zoomThumbActive {
  border-color: #104A9C;
}

.pro2-box .m-propic .item-pics:hover:before,
.pro2-box .m-propic .item-pics.zoomThumbActive:before,
.pro2-box .m-propic .item-video:hover:before,
.pro2-box .m-propic .item-video.zoomThumbActive:before {
  display: block;
}

.pro2-box .m-propic2 {
  display: none;
}

@media screen and (max-width: 1219px) {
  .pro2-box {}

  .pro2-box .zoomPad {
    cursor: default !important;
  }

  .pro2-box .zoomPup {
    display: none !important;
  }

  .pro2-box .zoomWindow {
    display: none !important;
  }

  .pro2-box .zoomPreload {
    display: none !important;
  }

  .pro2-box .m-propic {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }

  .pro2-box .m-propic .pic-big {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .pro2-box .m-propic1 {
    display: none;
  }

  .pro2-box .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pro2-box .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
  }

  .pro2-box .m-propic2 .box-btn .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    color: #A2A2A2;
  }

  .pro2-box .m-propic2 .box-btn .iconfont:hover {
    color: #104A9C;
  }

  .pro2-box .m-propic2 .box-btn.prev {
    left: 0;
  }

  .pro2-box .m-propic2 .box-btn.next {
    right: 0;
  }

  .pro2-box .m-propic2 .box-list {
    overflow: hidden;
  }

  .pro2-box .m-propic2 .box-list ul {
    width: 1000%;
  }

  .pro2-box .m-propic2 .list-item {
    float: left;
    margin-left: .1%;
    margin-right: .1%;
    margin-bottom: 0;
    width: 3.13%;
    border-radius: 0;
    border: 1px solid #DADADA;
    overflow: hidden;
  }

  .pro2-box .m-propic2 .list-item img {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .pro2-box .m-propic2 .list-item {
    float: left;
    margin-left: .1%;
    margin-right: .1%;
    margin-bottom: 0;
    width: 4.8%;
  }
}

@media only screen and (max-width: 480px) {
  .pro2-box .m-propic2 .list-item {
    float: left;
    margin-left: .1%;
    margin-right: .1%;
    margin-bottom: 0;
    width: 9.8%;
  }
}

.pro2-info {
  float: right;
  width: 530px;
}

@media only screen and (max-width: 1219px) {
  .pro2-info {
    float: none;
    width: 100%;
  }
}

.pro2-info .item-title {
  margin-top: 40px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OpenSans-Bold", arial;
}

@media only screen and (max-width: 999px) {
  .pro2-info .item-title {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pro2-info .item-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pro2-info .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding: 15px 0 20px;
}

.pro2-info .item-desc,
.pro2-info .item-desc a {
  color: #666;
}

@media only screen and (max-width: 1219px) {
  .pro2-info .item-desc {
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pro2-info .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 15px 0 20px;
  }
}

.pro2-info .item-btns {
  padding-top: 16px;
  font-size: 0;
  letter-spacing: 0;
}

.pro2-info .item-btns .item-btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  line-height: 24px;
  padding: 6px 10px;
  border: solid 1px #363A3A;
  /* color: #363A3A; */
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  min-width: 142px;
  background-color: #104A9C;
  border-color: #104A9C;
  color: #fff;
}

.pro2-info .item-btns .item-btn:first-child {
  margin-right: 43px;
}

/* .pro2-info .item-btns .item-btn:hover {
  background-color: #104A9C;
  border-color: #104A9C;
  color: #fff;
} */

.pro2-info .item-btns .none:hover {
  background-color: #fff !important;
  border-color: #363A3A !important;
  color: #363A3A !important;
}

@media only screen and (max-width: 767px) {
  .pro2-info .item-btns .item-btn:first-child {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .pro2-info .item-btns .item-btn {
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

.pro2-info .down-row {
  font-size: 0;
  letter-spacing: 0;
}

.pro2-info .pro-share {
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  margin-bottom: 10px;
}

.pro2-info .pro-share .share-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.pro2-info .down-btn {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #363A3A;
}

.pro2-info .down-btn .iconfont {
  font-size: 21px;
  font-size: 2.1rem;
  margin-left: 10px;
}

.pro2-info .down-btn:hover {
  color: #104A9C;
}

.pro2-spec .item-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: solid 1px #B1B1B1;
  padding-bottom: 8px;
  position: relative;
}

.pro2-spec .item-title:before {
  position: absolute;
  content: '';
  width: 146px;
  height: 3px;
  background-color: #104A9C;
  left: 0;
  bottom: -2px;
}

@media screen and (max-width: 999px) {
  .pro2-spec .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .pro2-spec .item-title:before {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pro2-spec .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.pro2-spec .item-body {
  padding: 25px 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.pro2-spec .item-body p {
  line-height: 30px;
}

.pro2-spec .item-body img,
.pro2-spec .item-body iframe {
  max-width: 100%;
}

@media screen and (max-width: 999px) {
  .pro2-spec .item-body {
    line-height: 26px;
  }

  .pro2-spec .item-body p {
    min-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .pro2-spec .item-body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .pro2-spec .item-body p {
    min-height: 24px;
  }
}

.pro2-tags {
  padding-top: 16px;
  line-height: 30px;
  margin-bottom: 57px;
}

@media screen and (max-width: 999px) {
  .pro2-tags {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pro2-tags {
    margin-bottom: 30px;
  }
}

.pro2-tags strong {
  font-family: "OpenSans-Bold", arial;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 5px;
}

.pro2-tags a {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

.pro2-tags a:after {
  content: '|';
  margin: 0 3px;
}

.pro2-tags a:last-child:after {
  display: none;
}

.pro2-tags a:hover {
  color: #104A9C;
}

@media screen and (max-width: 767px) {
  .pro2-tags {
    line-height: 26px;
  }

  .pro2-tags strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .pro2-tags a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.related-box {
  margin-top: 30px;
}

.related-box .box-title {
  text-align: center;
  font-family: "OpenSans-Bold", arial;
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: solid 1px #B1B1B1;
  padding-bottom: 20px;
  position: relative;
}

.related-box .box-title a:hover {
  color: #104A9C;
}

.related-box .box-title:before {
  position: absolute;
  content: '';
  width: 146px;
  height: 3px;
  background-color: #104A9C;
  left: 50%;
  margin-left: -73px;
  bottom: -2px;
}

@media screen and (max-width: 999px) {
  .related-box .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .related-box .box-title:before {
    width: 100px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 767px) {
  .related-box .box-title {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 8px;
  }
}

.related-box .box-list .list-item {
  float: left;
  width: 21.41667%;
  margin-left: 4.77778%;
  margin-top: 38px;
}

@media screen and (max-width: 999px) {
  .related-box .box-list .list-item {
    width: 23%;
    margin: 30px 1% 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .related-box .box-list .list-item {
    width: 48%;
  }
}

.related-box .box-list .item-pic {
  border: solid 1px #DCDCDC;
}

.related-box .box-list .item-pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.related-box .box-list .item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .related-box .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}



.ac-top {
  padding-bottom: 63px;
}

@media screen and (max-width: 999px) {
  .ac-top {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ac-top {
    padding-bottom: 30px;
  }
}

.about-top {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}

.about-top p,
.contact-top p {
  line-height: 28px
}

.about-top strong {
  font-weight: normal;
  font-family: "OpenSans-Bold", arial;
}

.about-top img,
.about-top iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .about-top {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .about-top p {
    min-height: 24px;
  }
}

.contact-box .item-form {
  padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .contact-box .item-form {
    padding-bottom: 20px;
  }
}

.contact-box .item-form .star {
  background: url(../image/star.png) no-repeat 7px center;
}

.contact-box .item-form .item-input {
  float: left;
  width: 49%;
  padding-left: 22px;
  margin-bottom: 14px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  box-sizing: border-box;
}

.contact-box .item-form .item-input1 {
  padding-left: 22px;
  margin-bottom: 14px;
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  box-sizing: border-box;
}

.contact-box .item-form .item-input1.star {
  background-position-y: 18px;
}

.contact-box .item-form input,
.contact-box .item-form textarea {
  display: block;
  background-color: #fff;
  width: 100%;
  display: block;
  color: #999;
  border: solid 1px #CCCCCC;
  font-size: 16px;
  font-size: 1.6rem;
}

.contact-box .item-form input {
  height: 43px;
  line-height: 42px;
  padding: 0 13px;
}

.contact-box .item-form textarea {
  height: 170px;
  padding: 10px 13px;
  line-height: 24px;
}

.contact-box .item-form .item-code {
  width: 502px;
  margin-right: 73px;
}

.contact-box .item-form .item-img img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  max-height: 41px;
}

.contact-box .item-form .item-btn {
  width: 412px;
  padding: 0;
  float: right;
}

.contact-box .item-form .item-btn input {
  font-size: 18px;
  font-size: 1.8rem;
  border-color: #104A9C;
  background-color: #104A9C;
  color: #fff;
  text-transform: uppercase;
}

.contact-box .item-form .item-btn input:hover {
  border-color: #000;
  background-color: #000;
}

@media screen and (max-width: 1219px) {
  .contact-box .item-form .item-code {
    width: 350px;
    margin-right: 20px;
  }

  .contact-box .item-form .item-btn {
    width: 350px;
  }
}

@media screen and (max-width: 999px) {
  .contact-box .item-form .item-code {
    width: 250px;
    margin-right: 15px;
  }

  .contact-box .item-form .item-btn {
    width: 250px;
    margin-left: 15px;
    float: left;
  }

  .contact-box .item-form input,
  .contact-box .item-form textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {

  .contact-box .item-form input,
  .contact-box .item-form textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .contact-box .item-form input {
    height: 36px;
    line-height: 34px;
  }

  .contact-box .item-form .input1 {
    padding-right: 0;
  }

  .contact-box .item-form .item-code {
    width: -moz-calc(100% - 130px) !important;
    width: calc(100% - 130px) !important;
    margin-right: 0;
  }

  .contact-box .item-form .item-img {
    margin-left: 0;
    float: right;
  }

  .contact-box .item-form .item-img img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    max-height: 36px;
  }

  .contact-box .item-form .item-img img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    max-height: 36px;
  }

  .contact-box .item-form .item-btn {
    margin-left: 0;
    width: 100%;
    padding-left: 22px;
  }

  .contact-box .item-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}



.contact-box .item-form .attachment {
  float: left;
  width: 99%;
  margin-left: 0.5%;
  box-sizing: border-box;
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
}

.contact-box .item-form .attachment span {
  float: left;
}

.contact-box .item-form .attachment #file-name {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-box .item-form .attachment .file-group {
  float: left;
  width: 228px;
  height: 34px;
  line-height: 34px;
  background-color: #104A9C;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .contact-box .item-form .attachment .file-group {
    width: 100%;
  }
}

.contact-box .item-form .attachment .file-group .file-btn {
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #104A9C;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  line-height: 34px;
}

.contact-box .item-form .attachment .file-group .file-single {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
}

.contact-box .item-form .attachment .file-group .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
}

.contact-box .item-form .attachment .file-group .file-name-p {
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-box .item-form .attachment .file-group .file-name-p i {
  cursor: pointer;
}

.contact-box .item-form .attachment .file-group .file-name-p span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 500px) {
  .contact-box .item-form .item-input {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%
  }

  .contact-box .item-form .item-input1,
  .contact-box .item-form .attachment {
    margin-left: 0%;
    margin-left: 0%;
  }

}

.map img {
  display: block;
  margin: 0 auto;
}



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

@media screen and (max-width: 1219px) {
  .faq-list {
    padding-bottom: 10px;
  }
}

.faq-list .list-item {
  margin-bottom: 67px;
}

@media screen and (max-width: 1219px) {
  .faq-list .list-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 999px) {
  .faq-list .list-item {
    margin-bottom: 30px;
  }
}

.faq-list .item-title {
  font-size: 18px;
  white-space: pre-wrap;
  font-size: 1.8rem;
  line-height: 26px;
  font-family: "OpenSans-Bold", arial;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .faq-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.faq-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 30px;
}

.faq-list .item-desc p {
  white-space: pre-wrap;
}

.faq-list .item-desc img,
.faq-list .item-desc iframe {
  max-width: 26px;
}

.faq-list .item-desc strong {
  font-family: "OpenSans-Bold", arial;
  font-weight: normal;
}

.faq-list .item-desc,
.faq-list .item-desc a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .faq-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .faq-list .item-desc p {
    min-height: 24px;
  }
}



.app1-list {
  padding-bottom: 65px;
}

@media screen and (max-width: 1219px) {
  .app1-list {
    padding-bottom: 10px;
  }
}

.app1-list .list-item {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .app1-list .list-item {
    margin-bottom: 30px;
  }
}

.app1-list .item-pic {
  width: 400px;
  margin-right: 3.33333%;
}

.app1-list .item-pic img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .app1-list .item-pic {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .app1-list .item-pic {
    width: 240px;
  }
}

@media screen and (max-width: 500px) {
  .app1-list .item-pic {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto 20px !important;
  }
}

.app1-list .item-body {
  overflow: hidden;
}

.app1-list .item-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 35px;
}

@media screen and (max-width: 999px) {
  .app1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .app1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

.app1-list .item-desc {
  margin-top: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  height: 104px;
}

.app1-list .item-desc,
.app1-list .item-desc a {
  color: #333;
}

@media screen and (max-width: 999px) {
  .app1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 96px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .app1-list .item-desc {
    margin-top: 5px;
    line-height: 20px;
    height: 80px;
  }
}

.app1-list .item-btn {
  margin-top: 33px;
  display: inline-block;
  min-width: 125px;
  border: solid 1px #A1A1A1;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  padding: 7px 10px;
  border-radius: 20px;
}

.app1-list .item-btn:hover {
  background-color: #104A9C;
  border-color: #104A9C;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .app1-list .item-btn {
    margin-top: 20px;
    padding: 4px 10px;
    border-radius: 16px;
  }
}





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

.download-list a {
  cursor: pointer;
}

@media screen and (max-width: 999px) {
  .download-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .download-list {
    padding-bottom: 10px;
  }
}

.download-list .list-item {
  text-align: center;
  background: url(../image/down_bg.png) repeat-x bottom;
  position: relative;
  padding-right: 230px;
  padding-bottom: 41px;
  margin-bottom: 44px;
}

.download-list .list-item a {
  cursor: pointer
}

@media screen and (max-width: 1219px) {
  .download-list .list-item {
    padding-right: 180px;
  }
}

@media screen and (max-width: 767px) {
  .download-list .list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .download-list .list-item {
    padding-right: 0;
  }
}

.download-list .item-btn {
  text-align: center;
  display: inline-block;
  min-width: 142px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #F4F4F4;
  color: #333;
  line-height: 24px;
  padding: 8px 10px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer
}

.download-list .item-btn .iconfont {
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
  margin-right: 13px;
  margin-left: 2px;
}

.download-list .item-btn:hover {
  background-color: #104A9C;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .download-list .item-btn {
    min-width: 130px;
    padding: 6px 10px;
  }

  .download-list .item-btn .iconfont {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 3px;
  }
}

@media screen and (max-width: 640px) {
  .download-list .item-btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
  }
}

.download-list .item-title {
  text-align: left;
  font-family: "OpenSans-Bold", arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  min-height: 30px;
}

@media screen and (max-width: 767px) {
  .download-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    min-height: 24px;
  }
}

.download-list .item-desc {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-top: 4px;
  min-height: 30px;
}

.download-list .item-desc,
.download-list .item-desc a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .download-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .download-list .item-desc p {
    min-height: 24px;
  }
}



.news1-list {
  padding-bottom: 43px;
}

@media screen and (max-width: 1219px) {
  .news1-list {
    padding-bottom: 10px;
  }
}

.news1-list .list-item {
  margin-bottom: 67px;
}

@media screen and (max-width: 999px) {
  .news1-list .list-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news1-list .list-item {
    margin-bottom: 30px;
  }
}

.news1-list .item-pic {
  width: 380px;
}

.news1-list .item-pic img {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

.news1-list .item-pic.pull-right {
  margin-left: 2.5%;
}

.news1-list .item-pic.pull-left {
  margin-right: 2.5%;
}

@media screen and (max-width: 999px) {
  .news1-list .item-pic {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .news1-list .item-pic {
    width: 240px;
  }
}

@media screen and (max-width: 500px) {
  .news1-list .item-pic {
    width: 100%;
    max-width: 380px;
    float: none;
    margin: 0 auto !important;
  }
}

.news1-list .item-body {
  overflow: hidden;
}

.news1-list .item-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .news1-list .item-title {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

.news1-list .item-date {
  margin-top: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media screen and (max-width: 767px) {
  .news1-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.news1-list .item-desc {
  margin-top: 23px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  height: 90px;
}

.news1-list .item-desc,
.news1-list .item-desc a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 72px;
    margin-top: 15px;
  }
}



.news2-main>.item-title {
  font-size: 2em;
  font-family: "OpenSans-Bold", arial;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .news2-main>.item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.news2-main .item-date {
  margin-top: 8px;
}

.news2-main .item-date>span {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
  line-height: 26px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .news2-main .item-date>span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.news2-main .pro-share {
  display: inline-block;
}

.news2-main .pro-share .share-title {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.news2-main .item-kind {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 20px;
}

.news2-main .item-kind>* {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .news2-main .item-kind {
    margin-top: 15px;
  }

  .news2-main .item-kind>* {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .news2-main .item-kind {
    margin-top: 10px;
  }

  .news2-main .item-kind>* {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.news2-main .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding: 23px 0 75px;
}

.news2-main .item-desc p {
  min-height: 26px;
  margin-bottom: 15px;
}

.news2-main .item-desc img,
.news2-main .item-desc iframe {
  max-width: 100%;
}

.news2-main .item-desc strong {
  font-family: "OpenSans-Bold", arial;
  font-weight: normal;
}

@media screen and (max-width: 999px) {
  .news2-main .item-desc {
    padding: 23px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .news2-main .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 20px 0;
  }

  .news2-main .item-desc p {
    min-height: 24px;
  }
}



.contact-top .box-title {
  font-family: "OpenSans-Bold", arial;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-top .box-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.contact-top .box-list a:hover {
  color: #104A9C;
}

.contact-top .box-list .iconfont {
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 17px;
}

.contact-top .box-list .list-item {
  margin-bottom: 14px;
}

.contact-top .box-list .item-body {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .contact-top .box-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-top .box-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .contact-top .box-list {
    line-height: 26px;
  }

  .contact-top .box-list .list-item {
    margin-bottom: 10px;
  }

  .contact-top .box-list .iconfont {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px;
  }
}






.phone-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}

.phone-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
}

.phone-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 35px;
  border: 1px solid #fff;
  position: relative;
}

.phone-nav .nav form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 35px;
  line-height: 35px;
  display: block;
  float: left;
}

.phone-nav .nav form .ipsc {
  width: 20%;
  height: 35px;
  line-height: 35px;
  display: block;
  float: right;
  z-index: 1;
  position: relative;
}

.phone-nav .nav form .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #104A9C;
  z-index: 0;
  background-color: #fff;
}

.phone-nav .nav>ul {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow-x: hidden;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.phone-nav .nav>ul>li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
}

.phone-nav .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../image/shizi.png") no-repeat center center;
}

.phone-nav .addition.active {
  background-image: url("../image/yizi.png");
}

.phone-nav .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}

.phone-nav .nav>ul>li>a {
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.phone-nav .nav>ul>li>a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.phone-nav .nav>ul>li .c-show {
  display: none;
  width: 100%;
}

.phone-nav .nav>ul>li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}

.phone-nav .nav>ul>li .c-show1 .c-s1>a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.phone-nav .nav>ul>li .c-show1 .c-s1>a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.phone-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
  position: relative;
}

.phone-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
  position: relative;
}

.phone-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
  margin-right: 40px;
  padding-left: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.phone-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.phone-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}

.phone-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  padding-left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.phone-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.phone-nav .nav>ul>dl {
  padding: 20px;
}

.phone-nav .nav>ul>dl dd {
  float: left;
  margin: 0 2px;
}

.phone-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 36px;
  right: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.phone-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #104A9C;
}

.phone-nav .menubtn span.menu-color {
  background-color: #104A9C !important;
}

@media screen and (min-width: 1000px) {

  .phone-nav,
  .menubtn {
    display: none;
  }
}



.slideshow {
  position: relative;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  letter-spacing: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
}

.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  margin: 0 1px;
  border: none;
  outline: none;
  width: 22px;
  height: 22px;
  background: url(../image/dot.png) no-repeat center;
  background-size: contain;
}

.slick-dots li.slick-active button {
  background: url(../image/dot1.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 999px) {
  .slick-dots {
    bottom: 15px;
  }

  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li button {
    margin: 0 3px;
    width: 12px;
    height: 12px;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
  margin-top: -30px;
  font-size: 24px;
  font-size: 2.4rem;
  width: 75px;
  height: 75px;
  border: solid 1px #fff \9;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  outline: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.slick-prev:hover,
.slick-next:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media screen and (max-width: 999px) {

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.slick-prev {
  left: 75px;
}

.slick-next {
  right: 75px;
}

@media screen and (max-width: 1219px) {
  .slideshow .wp {
    margin-left: -490px;
  }
}

@media screen and (max-width: 999px) {

  .slideshow:hover .slick-prev,
  .slick-next {
    display: none !important;
  }

  .slideshow .wp {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 80%;
    top: 0;
    margin-top: 20px;
  }
}

.slideshow .item.slick-active.item_one img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
  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 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}





.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;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

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

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

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

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



@-webkit-keyframes pulse {
  0% {
    -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);
  }

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

@keyframes pulse {
  0% {
    -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);
  }

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

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

@-webkit-keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

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

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

@keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

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

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

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

@-webkit-keyframes shake {

  0%,
  100% {
    -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 {

  0%,
  100% {
    -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 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);
  }

  100% {
    -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);
  }

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

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

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

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

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

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

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

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

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



@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }

  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)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }

  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)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}



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

  transform-origin: center
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

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

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -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(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

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

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


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -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);
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -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);
  }

  100% {
    -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 {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

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

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



@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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



@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

@keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

@-webkit-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

@-moz-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }

}

@-o-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

@-ms-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }

}

@media screen and (min-width:1000px) and (max-width:1219px) {}

@media screen and (max-width:1219px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}

@font-face {
  font-family: 'OpenSans';
  src: url('../font/OpenSans.eot');
  src: url('../font/OpenSans.eot') format('embedded-opentype'),
    url('../font/OpenSans.woff2') format('woff2'),
    url('../font/OpenSans.woff') format('woff'),
    url('../font/OpenSans.ttf') format('truetype'),
    url('https://www.chukouplus.com/static_template/0592/fonts/OpenSans.svg') format('svg');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../font/OpenSans-Bold.eot');
  src: url('../font/OpenSans-Bold.eot') format('embedded-opentype'),
    url('../font/OpenSans-Bold.woff2') format('woff2'),
    url('../font/OpenSans-Bold.woff') format('woff'),
    url('../font/OpenSans-Bold.ttf') format('truetype'),
    url('https://www.chukouplus.com/static_template/0592/fonts/OpenSans-Bold.svg') format('svg');
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont-1619744637494.woff2') format('woff2'),
    url('../font/iconfont-1619744637494.woff') format('woff'),
    url('../font/iconfont-1619744637494.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-test9:before {
  content: "\e64f";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

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

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

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

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

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

.icon-up7:before {
  content: "\e722";
}

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

.icon-left7:before {
  content: "\e724";
}

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

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-left30:before {
  content: "\e79b";
}

.icon-right30:before {
  content: "\e79c";
}

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

.icon-download3:before {
  content: "\e7a2";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-search7:before {
  content: "\e7b5";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

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

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

.icon-tel:before {
  content: "\e7c7";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-top10:before {
  content: "\e7ed";
}

.icon-top101:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-vk:before {
  content: "\e735";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

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

.icon-fax:before {
  content: "\e7c2";
}

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

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

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

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

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

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

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

.icon-email11:before {
  content: "\e7cf";
}

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

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-phone2:before {
  content: "\e7d5";
}

.icon-mobile1:before {
  content: "\e7d6";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-menu1:before {
  content: "\e6b0";
}

.icon-fax-fill:before {
  content: "\e621";
}

.icon-link:before {
  content: "\e628";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-list:before {
  content: "\e66f";
}





.at-resp-share-element .at-icon {
  width: 26px !important;
  height: 26px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 26px !important;
  height: 26px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}


.listcart {
  margin-top: 30px;
  width: 100%;
  clear: both
}

.listcart a {
  display: inline-block;
  color: #fff;
  min-width: 160px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 20px;
  background: #666
}

.listcart a:hover {
  background: #104A9C;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .listcart a {
    width: 100%;
    display: block
  }
}

@media screen and (max-width:1219px) {
  .gaodeditu .iframe {
    overflow: scroll
  }
}

.xunpanc {
  margin-top: 25px;
  margin-bottom: 14px;
}

.xunpanc table {
  border: 1px solid #333;
  text-align: center
}

.xunpanc table tr:first-child {
  height: 40px;
  color: #fff;
  background-color: #333;
}

.xunpanc table tr .td1 {
  width: 50%;
}

.xunpanc table tr .td2 {
  width: 30%;
}

.xunpanc table tr .td3 {
  width: 20%;
}

.xunpanc table tr td {
  padding: 11px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.xunpanc table tr .td2 {
  font-size: 0;
  line-height: 0;
}

.xunpanc a:hover {
  color: #104A9C
}

.slide {
  position: relative;
}

.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
  cursor: pointer;
}

.slide video,
.slide iframe {
  border: 0;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}

.slide iframe body {
  margin: 0px !important;
}

.slide .carouse .slideItem .banner-img {
  width: 100%;
  display: block;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .carousel-control {
  display: none !important;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 999;
  margin-top: -30px;
}

.slide .carousel-control .iconfont {
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
}

.slide .carousel-control:hover .iconfont {
  color: #F20000;
}

.slide .carousel-control.left {
  left: 120px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 120px;
  cursor: pointer;
}

.slide .dotList {
  position: absolute;
  width: 100%;
  bottom: 26px;
  text-align: center;
  line-height: 0;
}

.slide .dotList li {
  display: inline-block;
  cursor: pointer;
  font-size: 0px;
  margin: 0 8px;
  border: none;
  outline: none;
  width: 18px;
  height: 18px;
  border: solid 2px #E50012;
  border-radius: 50%;
}

.slide .dotList li.active {
  background-color: #E50012;
}

@media screen and (max-width: 999px) {
  .slide .carousel-control {
    display: none;
  }

  .slide .dotList {
    bottom: 15px;
  }

  .slide .dotList li {
    margin: 0 4px;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slide .dotList {
    bottom: 10px;
  }

  .slide .dotList li {
    margin: 0 3px;
    width: 12px;
    height: 12px;
  }
}



.cer-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.cer-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.08333%;
  margin-left: 2.55556%;
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .cer-list .list-item {
    width: 23%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cer-list .list-item {
    width: 31.33%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  .cer-list .list-item {
    width: 48%;
  }
}

.cer-list .item-pics {
  position: relative;
  padding-bottom: 100%;
  border: solid 1px #ccc;
}

.cer-list .item-pics img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.cer-list .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cer-list .item-backdrop .iconfont {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .cer-list .item-backdrop {
    display: none;
  }
}

.cer-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
}

@media screen and (max-width: 1219px) {
  .cer-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cer-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cer-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}



.video-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .video-list {
    padding-bottom: 10px;
  }
}

.video-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.25%;
  margin-left: 3.125%;
  margin-bottom: 34px;
}

@media screen and (max-width: 991px) {
  .video-list .list-item {
    width: 31.33%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .video-list .list-item {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}

.video-list .item-videobox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
}

.video-list .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 74.93333%;
  height: 0;
}

.video-list .item-videobox .item-video iframe,
.video-list .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-list .item-videobox .item-video iframe body {
  margin: 0px !important;
}

.video-list .item-pic {
  border-radius: 0;
}

.video-list .item-pic img {
  cursor: pointer;
}

.video-list .item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .video-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
}


.video-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
}

.video-backdrop .item-close {
  position: absolute;
  right: 2.60417%;
  top: 2.60417%;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .video-backdrop .item-close {
    font-size: 26px;
    font-size: 2.6rem;
    right: 15%;
  }


}

.video-backdrop .item-videobox {
  overflow: hidden;
  max-width: 600px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-backdrop .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 74.83333%;
  height: 0;
}

.video-backdrop .item-videobox .item-video iframe,
.video-backdrop .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-backdrop .item-videobox .item-video iframe body {
  margin: 0px !important;
}

.zanwu {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px
}

.disnone {
  display: none
}


.inquiry-success {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 10%;
}

.inquiry-success * {
  text-align: center;
}

.inquiry-success p i {
  font-size: 60px;
  font-size: 6rem;
  color: #104A9C
}

.inquiry-success .text {
  font-size: 20px;
  color: #333333;
  margin: 20px 0;
}

.inquiry-success .but a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #104A9C;
  color: #FFFFFF;
  line-height: 50px;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem
}

.inquiry-success .but a:hover {
  background: #fff;
  color: #104A9C
}

.listcart {
  margin-top: 30px;
  width: 100%;
  clear: both
}

.listcart2 a,
.listcart2 button {
  display: inline-block;
  color: #fff;
  height: 34px;
  min-width: 200px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  background: #666;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  cursor: pointer;
  background: #104A9C;
  color: #fff;
  border: #104A9C solid 1px;
  line-height: 34px;
}

.listcart2 a:hover,
.listcart2 button:hover {
  background: #fff;
  color: #104A9C;
}

@media screen and (max-width: 640px) {

  .listcart2 a,
  .listcart2 button {
    width: 100%;
    display: block
  }
}




.xunpanlb .table {
  margin-top: 30px;
}

.xunpanlb .table .thead {
  font-size: 0;
  letter-spacing: 0;
  border: 1px solid #dcdcdc;
  background: #104A9C;
}

.xunpanlb .table .thead p {
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  width: 33.3333%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
  font-size: 0;
  letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
  border: 1px solid #dcdcdc;
  border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
  height: 100%;
  text-align: center;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 40px;
  width: 33.3333%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
  max-width: 110px;
}

.xunpanlb .table .tbody .td a {
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.xunpanlb .table .tbody .td a:hover {
  color: #104A9C;
}

@media screen and (max-width: 520px) {
  .xunpanlb .table {
    border-top: 1px solid #dcdcdc;
  }

  .xunpanlb .table .thead {
    display: none;
  }

  .xunpanlb .table .tbody .td {
    width: 100% !important;
  }

  .xunpanlb .table .tbody .tread .td:nth-child(2) {
    border: 0 !important;
  }
}

.form_style_box * {
  box-sizing: border-box;
}

.form_style_box .form_describe {
  padding: 10px 0;
  font-size: 16px;
}

.form_style_box .form_describe.footer_describe {
  padding-left: 95px;
}

.form_style_box {
  font-size: 14px;
}

.form_style_box label {
  margin: 0;
}

.form_style_box .list_box .item_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_style_box .list_box .item_row .item_full,
.form_style_box .list_box .item_row .item {
  width: 49%;
  padding-left: 95px;
  position: relative;
  margin-bottom: 15px;
}

.form_style_box .list_box .item_row .item_full {
  width: 100%;
}

.form_style_box .list_box .item_row .input_style,
.form_style_box .list_box .item_row .textarea_style {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}

.form_style_box .list_box .item_row .textarea_style {
  min-height: 120px;
  padding: 10px 15px;
  font-family: inherit;
}

.form_style_box .list_box .item_row .label_style {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  text-align: right;
  width: 90px;
}

.form_style_box .list_box .item_row .label_style span {
  color: red;
  font-size: 16px;
}

.form_style_box .list_box .item_row .submit_style {
  color: red;
  padding: 15px 40px;
  border: none;
  background: #ea8f2a;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.form_style_box .list_box .item_row #contentt input {
  margin-left: 15px;
}

.form_style_box.no_label .list_box .item_row .item_full,
.form_style_box.no_label .list_box .item_row .item {
  padding-left: 0;
}

.form_style_box.no_label .list_box .item_row .label_style {
  font-size: 0;
  width: 15px;
  text-align: center;
}

.form_style_box.white_style {
  color: #fff;
}

.form_style_box.white_style .list_box .item_row .input_style {
  background: #fff;
}

@media (max-width: 992px) {

  .form_style_box .list_box .item_row .item_full,
  .form_style_box .list_box .item_row .item {
    width: 100%;
    padding-left: 0;
  }

  .form_style_box .list_box .item_row .label_style {
    display: none;
  }

  .form_style_box.no_label .list_box .item_row .label_style {
    display: block;
  }

  .form_style_box .form_describe.footer_describe {
    padding-left: 0px;
  }
}

#MagnifierWrap .MagnifierMain {
  border: 1px solid #ccc;
}

#MagnifierWrap .thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1%;
}

#MagnifierWrap .thumbs img {
  width: 13.66%;
  margin: 10px 1%;
  border: 2px solid transparent;
  min-width: 60px;
}

#MagnifierWrap .thumbs img.on {
  border-color: #0a315c;
}

.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}

.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1000;
}

.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {

  .MagnifierDrag,
  .MagnifierPop {
    display: none !important;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}


.bPosition {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9)
}


.index-about .an-btn5 {
  display: inline-block;
  min-width: 153px;
  line-height: 26px;
  padding: 11px;
  border-radius: 24px;
  background-color: #104A9C;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}

.header img.logo.wow.bounce{
  visibility: visible !important;
}
