*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #222;
  font-size: .16rem;
  width: 100%;
  line-height: 1;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
  margin: 0;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
sup {
  vertical-align: top;
}
.bg-img-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-left {
  background-position: left center;
  background-repeat: no-repeat;
}
.clear{
  clear: both;
}
.imgs-btn img {
  cursor: zoom-in;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box {
  display: block;
}
.lr-ti li {
  overflow: hidden;
  position: relative;
}
.lr-ti li .col {
  width: 50%;
  float: left;
}
.lr-ti li .txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lr-ti li .img img {
  width: 100%;
}
.lr-ti li:nth-child(2n) .col {
  float: right;
}
.lr-ti li:nth-child(2n) .col.txt {
  right: auto;
  left: 0;
}
.hvr-color {
  transition: all .3s;
}
.hvr-color:hover {
  color: #2458B9;
}
.com-padding {
  padding-top: .56rem;
  padding-bottom: .56rem;
}
.page-padding {
  padding-top: .7rem;
  padding-bottom: .6rem;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.com-sul .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.com-ul {
  margin: 0 -0.1rem;
}
.com-li {
  padding: 0 .1rem;
}
.pc {
  color: #666;
}
.tsi {
  transition: all .3s;
}
.com-bg {
  background-color: #f4f4f4;
}
.bg-f {
  background-color: #fff;
}
.co-f {
  color: #fff;
}
.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.com-show {
  position: relative;
}
.com-show .com-show-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform .5s;
  width: 0;
  z-index: -10;
}
.com-show .com-show-item.active {
  position: relative;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  width: auto;
  z-index: 1;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
.go-top:hover:after {
  background: #2458B9;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}
.head-nav-bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 998;
}
.head-nav-bars span {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transform: translateY(-50%);
  background-color: #444;
}
.head-nav-bars span:before,
.head-nav-bars span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}
.head-nav-bars span:after {
  top: 10px;
}
.head-nav-bars span.active {
  background: none;
}
.head-nav-bars span.active:before,
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #2458B9;
}
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #2458B9;
}
.header-m {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.header-m .logo {
  position: relative;
}
.header-m .logo h1 {
  line-height: inherit;
}
.header-m .logo a {
  display: block;
  font-size: 0;
}
.header-m .logo img {
  height: 40px;
}
.header-m .logo p {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: #2d3540;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.header-m .logo p span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.header-m .nav {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: all .4s;
  z-index: 999;
}
.header-m .nav.active {
  transform: scaleX(1);
}
.header-m .nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.header-m .nav li {
  text-align: center;
  line-height: 50px;
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.header-m .nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  z-index: 999;
}
.header-m .nav li:hover > a,
.header-m .nav li.active > a {
  color: #2458B9;
  border-bottom: 1px solid #2458B9;
}
.header-m .nav li .subnav {
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #2458B9;
}
.swiper-pagination.swiper-pagination {
  bottom: 30px;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: .15rem;
  height: .15rem;
  border: 2px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #2458B9;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.fadein,
.fadein-top,
.fadein-bottom,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 0.35s linear;
}
.fadein-top {
  transform: translateY(-0.1rem);
}
.fadein-bottom {
  transform: translateY(.1rem);
}
.fadein-left {
  transform: translateX(-0.1rem);
}
.fadein-right {
  transform: translateX(.1rem);
}
.effect.active .fadein,
.effect-hover:hover .fadein,
.effect-hover.fadein:hover,
.effect.fadein {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadeout,
.fadeout-top,
.fadeout-bottom,
.fadeout-left,
.fadeout-right {
  transition: all 0.35s linear;
}
.effect.active .fadeout,
.effect-hover:hover .fadeout,
.effect-hover.fadeout:hover,
.effect.fadeout {
  opacity: 0;
}
.effect.active .fadeout-top,
.effect-hover:hover .fadeout-top,
.effect-hover.fadeout-top:hover,
.effect.fadeout-top {
  transform: translateY(-0.1rem);
}
.effect.active .fadeout-bottom,
.effect-hover:hover .fadeout-bottom,
.effect-hover.fadeout-bottom:hover,
.effect.fadeout-bottom {
  transform: translateY(.1rem);
}
.effect.active .fadeout-left,
.effect-hover:hover .fadeout-left,
.effect-hover.fadeout-left:hover,
.effect.fadeout-left {
  transform: translateX(-0.1rem);
}
.effect.active .fadeout-right,
.effect-hover:hover .fadeout-right,
.effect-hover.fadeout-right:hover,
.effect.fadeout-right {
  transform: translateX(.1rem);
}
.offset-top,
.offset-bottom,
.offset-left,
.offset-right {
  transition: all 0.35s ease;
}
.effect.active .offset-top,
.effect-hover:hover .offset-top,
.effect-hover.offset-top:hover,
.effect.offset-top {
  transform: translateY(-0.1rem);
}
.effect.active .offset-bottom,
.effect-hover:hover .offset-bottom,
.effect-hover.offset-bottom:hover,
.effect.offset-bottom {
  transform: translateY(.1rem);
}
.effect.active .offset-left,
.effect-hover:hover .offset-left,
.effect-hover.offset-left:hover,
.effect.offset-left {
  transform: translateX(-0.1rem);
}
.effect.active .offset-right,
.effect-hover:hover .offset-right,
.effect-hover.offset-right:hover,
.effect.offset-right {
  transform: translateX(.1rem);
}
.open-width {
  opacity: 0;
  width: 0;
  height: 100%;
  transition: all 0.35s ease;
}
.open-height {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all 0.35s ease;
}
.close-width,
.close-height {
  height: 100%;
  width: 100%;
  transition: all 0.35s ease;
}
.effect.active .open-width,
.effect-hover:hover .open-width,
.effect-hover.open-width:hover,
.effect.open-width {
  width: 100% !important;
  opacity: 1;
}
.effect.active .open-height,
.effect-hover:hover .open-height,
.effect-hover.open-height:hover,
.effect.open-height {
  height: 100% !important;
  opacity: 1;
}
.effect.active .close-width,
.effect-hover:hover .close-width,
.effect-hover.close-width:hover,
.effect.close-width {
  width: 0 !important;
  opacity: 0;
}
.effect.active .close-height,
.effect-hover:hover .close-height,
.effect-hover.close-height:hover,
.effect.close-height {
  height: 0 !important;
  opacity: 0;
}
.scale,
.shrink {
  transition: all 0.35s ease;
}
.effect.active .scale,
.effect-hover:hover .scale,
.effect-hover.scale:hover,
.effect.scale {
  transform: scale(1.05);
}
.effect.active .shrink,
.effect-hover:hover .shrink,
.effect-hover.shrink:hover,
.effect.shrink {
  transform: scale(0.95);
}
.effect.active .rotate-once,
.effect-hover:hover .rotate-once,
.effect-hover.rotate-once:hover,
.effect.rotate-once {
  animation: rotate-effect 1s linear;
}
.effect.active .rotate,
.effect-hover:hover .rotate,
.effect-hover.rotate:hover,
.effect.rotate {
  animation: rotate-effect 1s infinite linear;
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.change {
  transition: all 0.35s ease;
}
.change:last-child {
  opacity: 0;
}
.effect.active .change:first-child,
.effect-hover:hover .change:first-child {
  transform: translateY(-100%);
  opacity: 0;
}
.effect.active .change:last-child,
.effect-hover:hover .change:last-child {
  transform: translateY(-100%);
  opacity: 1;
}
.center-fa {
  position: relative;
}
.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,50%);
}
.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-fa .centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.img-auto {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.img-full {
  width: 100%;
  height: 0;
  position: relative;
}
.img-full img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-full-x {
  display: block;
  width: 100%;
  height: auto !important;
}
.img-middle {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-middle img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.radius-circle {
  border-radius: 50%;
}
.radius {
  border-radius: 10px;
}
.shadow-small {
  box-shadow: 0 3px 5px rgba(0,0,0,0.175);
}
.shadow {
  box-shadow: 0 5px 10px rgba(0,0,0,0.175);
}
.shadow-big {
  box-shadow: 0 8px 15px rgba(0,0,0,0.175);
}
.shadow-none {
  box-shadow: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.weight-bold {
  font-weight: bold;
}
.line-mini {
  line-height: 1;
}
.line-small {
  line-height: 1.5;
}
.line {
  line-height: 1.75;
}
.line-big {
  line-height: 2;
}
.line-large {
  line-height: 2.5;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.word-indent {
  text-indent: 2em;
}
.word-more {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.word-block {
  white-space: nowrap;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.show,
.mini-hidden,
.small-hidden,
.middle-hidden,
.big-hidden,
.large-hidden {
  display: block;
}
.hidden,
.mini-show,
.small-show,
.middle-show,
.big-show,
.large-show {
  display: none;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
.fixed-bottom {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  height: 100%;
}
.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
}
.fixed-left-top {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.fixed-right-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.fixed-left-bottom {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.fixed-right-bottom {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.text-main,
.button.border-main {
  color: #0a8;
}
.text-sub,
.button.border-sub {
  color: #0ae;
}
.text-dot,
.button.border-dot {
  color: #f60;
}
.border-main,
.table.border-main td,
.table.border-main th {
  border-color: #0a8;
}
.border-sub,
.table.border-sub td,
.table.border-sub th {
  border-color: #0ae;
}
.border-dot,
.table.border-dot td,
.table.border-dot th {
  border-color: #f60;
}
.bg-main,
.text.button:hover,
.border.button:hover,
.bg.button:hover,
.button[class*='-main']:hover,
.button[class*='-main'].active {
  background-color: #0a8;
}
.bg-sub,
.button[class*='-sub']:hover,
.button[class*='-sub'].active {
  background-color: #0ae;
}
.bg-dot,
.button[class*='-dot']:hover,
.button[class*='-dot'].active {
  background-color: #f60;
}
.text-black,
.button.border-black {
  color: #000;
}
.text-deep,
.button.border-deep {
  color: #333;
}
.text-dark,
.button.border-dark {
  color: #666;
}
.text-gray,
.button.border-gray {
  color: #999;
}
.text-silver,
.button.border-silver {
  color: #ddd;
}
.text-light,
.button.border-light {
  color: #f5f5f5;
}
.text-white,
.button.border-white,
.validate-tips div>.input-validate {
  color: #fff;
}
.text-danger,
.button.border-danger,
.input-invalid>.input-validate {
  color: #f00;
}
.text-warning,
.button.border-warning {
  color: #fb0;
}
.text-success,
.button.border-success,
.input-valid>.input-validate {
  color: #2c7;
}
.text-info,
.button.border-info {
  color: #0ae;
}
.text,
a.text-main:hover {
  color: #333;
}
.text-transparent {
  color: transparent;
}
.border-black,
.table.border-black td,
.table.border-black th {
  border-color: #000;
}
.border-deep,
.table.border-deep td,
.table.border-deep th {
  border-color: #333;
}
.border-dark,
.table.border-dark td,
.table.border-dark th {
  border-color: #666;
}
.border-gray,
.table.border-gray td,
.table.border-gray th {
  border-color: #999;
}
.border-silver,
.table.border-silver td,
.table.border-silver th {
  border-color: #ddd;
}
.border-light,
.table.border-light td,
.table.border-light th {
  border-color: #f5f5f5;
}
.border-white,
.table.border-white td,
.table.border-white th {
  border-color: #fff;
}
.border-danger,
.table.border-danger td,
.table.border-danger th,
.input-invalid:not(.input-novalidate) .input,
.form-validate .input:focus:invalid {
  border-color: #f00;
}
.border-warning,
.table.border-warning td,
.table.border-warning th {
  border-color: #fb0;
}
.border-success,
.table.border-success td,
.table.border-success th,
.input-valid:not(.input-novalidate) .input,
.form-validate .input:focus:valid {
  border-color: #2c7;
}
.border-info,
.table.border-info td,
.table.border-info th {
  border-color: #0ae;
}
.border-transparent {
  border-color: transparent !important;
}
.bg-black,
.button[class*='-black']:hover,
.button[class*='-black'].active {
  background-color: #000;
}
.bg-deep,
.button[class*='-deep']:hover,
.button[class*='-deep'].active {
  background-color: #333;
}
.bg-dark,
.button[class*='-dark']:hover,
.button[class*='-dark'].active {
  background-color: #666;
}
.bg-gray,
.button[class*='-gray']:hover,
.button[class*='-gray'].active {
  background-color: #999;
}
.bg-silver,
.button[class*='-silver']:hover,
.button[class*='-silver'].active {
  background-color: #ddd;
}
.bg-light,
.button[class*='-light']:hover,
.button[class*='-light'].active {
  background-color: #f5f5f5;
}
.bg-white,
.button[class*='-white']:hover,
.button[class*='-white'].active {
  background-color: #fff;
}
.bg-danger,
.button[class*='-danger']:hover,
.button[class*='-danger'].active,
.validate-tips .input-invalid>.input-validate {
  background-color: #f00;
}
.bg-warning,
.button[class*='-warning']:hover,
.button[class*='-warning'].active {
  background-color: #fb0;
}
.bg-success,
.button[class*='-success']:hover,
.button[class*='-success'].active,
.validate-tips .input-valid>.input-validate {
  background-color: #2c7;
}
.bg-info,
.button[class*='-info']:hover,
.button[class*='-info'].active {
  background-color: #0ae;
}
.bg,
.button.active {
  background-color: #f5f5f5;
}
.bg-inverse a:hover {
  opacity: .75;
}
.bg-inverse,
.bg-inverse a {
  color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.alert {
  background-color: #f5f5f5;
}
.alert-danger {
  background-color: #fee;
}
.alert-warning {
  background-color: #ffd;
}
.alert-success {
  background-color: #efd;
}
.alert-info {
  background-color: #eff;
}
.am-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  width: 100%;
  max-width: 1000px;
}
.am-container:before,
.am-container:after {
  content: " ";
  display: table;
}
.am-container:after {
  clear: both;
}
.am-g {
  margin: 0 -0.1rem;
}
.am-g:before,
.am-g:after {
  content: " ";
  display: table;
}
.am-g:after {
  clear: both;
}
.am-g .am-g.am-g-collapse {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.am-g.am-g-collapse .am-g {
  margin-left: 0;
  margin-right: 0;
}
.am-g-collapse [class*="am-u-"] {
  padding-left: 0;
  padding-right: 0;
}
.am-g-fixed {
  max-width: 1000px;
}
[class*="am-u-"] {
  width: 100%;
  float: left;
  position: relative;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
  float: right;
}
[class*="am-u-"] + [class*="am-u-"].am-u-end {
  float: left;
}
.am-g [class*="am-u-"] {
  padding: 0 .1rem;
}
[class*="am-u-pull-"] {
  left: auto;
}
[class*="am-u-push-"] {
  right: auto;
}
@media only screen {
  .am-u-sm-1 {
    width: 8.33333333%;
  }
  .am-u-sm-2 {
    width: 16.66666667%;
  }
  .am-u-sm-3 {
    width: 25%;
  }
  .am-u-sm-4 {
    width: 33.33333333%;
  }
  .am-u-sm-5 {
    width: 41.66666667%;
  }
  .am-u-sm-6 {
    width: 50%;
  }
  .am-u-sm-7 {
    width: 58.33333333%;
  }
  .am-u-sm-8 {
    width: 66.66666667%;
  }
  .am-u-sm-9 {
    width: 75%;
  }
  .am-u-sm-10 {
    width: 83.33333333%;
  }
  .am-u-sm-11 {
    width: 91.66666667%;
  }
  .am-u-sm-12 {
    width: 100%;
  }
  .am-u-sm-pull-0 {
    right: 0;
  }
  .am-u-sm-pull-1 {
    right: 8.33333333%;
  }
  .am-u-sm-pull-2 {
    right: 16.66666667%;
  }
  .am-u-sm-pull-3 {
    right: 25%;
  }
  .am-u-sm-pull-4 {
    right: 33.33333333%;
  }
  .am-u-sm-pull-5 {
    right: 41.66666667%;
  }
  .am-u-sm-pull-6 {
    right: 50%;
  }
  .am-u-sm-pull-7 {
    right: 58.33333333%;
  }
  .am-u-sm-pull-8 {
    right: 66.66666667%;
  }
  .am-u-sm-pull-9 {
    right: 75%;
  }
  .am-u-sm-pull-10 {
    right: 83.33333333%;
  }
  .am-u-sm-pull-11 {
    right: 91.66666667%;
  }
  .am-u-sm-push-0 {
    left: 0;
  }
  .am-u-sm-push-1 {
    left: 8.33333333%;
  }
  .am-u-sm-push-2 {
    left: 16.66666667%;
  }
  .am-u-sm-push-3 {
    left: 25%;
  }
  .am-u-sm-push-4 {
    left: 33.33333333%;
  }
  .am-u-sm-push-5 {
    left: 41.66666667%;
  }
  .am-u-sm-push-6 {
    left: 50%;
  }
  .am-u-sm-push-7 {
    left: 58.33333333%;
  }
  .am-u-sm-push-8 {
    left: 66.66666667%;
  }
  .am-u-sm-push-9 {
    left: 75%;
  }
  .am-u-sm-push-10 {
    left: 83.33333333%;
  }
  .am-u-sm-push-11 {
    left: 91.66666667%;
  }
  .am-u-sm-offset-0 {
    margin-left: 0;
  }
  .am-u-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-sm-offset-3 {
    margin-left: 25%;
  }
  .am-u-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-sm-offset-6 {
    margin-left: 50%;
  }
  .am-u-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-sm-offset-9 {
    margin-left: 75%;
  }
  .am-u-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-sm-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-sm-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width: 641px) {
  .am-u-md-1 {
    width: 8.33333333%;
  }
  .am-u-md-2 {
    width: 16.66666667%;
  }
  .am-u-md-3 {
    width: 25%;
  }
  .am-u-md-4 {
    width: 33.33333333%;
  }
  .am-u-md-5 {
    width: 41.66666667%;
  }
  .am-u-md-6 {
    width: 50%;
  }
  .am-u-md-7 {
    width: 58.33333333%;
  }
  .am-u-md-8 {
    width: 66.66666667%;
  }
  .am-u-md-9 {
    width: 75%;
  }
  .am-u-md-10 {
    width: 83.33333333%;
  }
  .am-u-md-11 {
    width: 91.66666667%;
  }
  .am-u-md-12 {
    width: 100%;
  }
  .am-u-md-pull-0 {
    right: 0;
  }
  .am-u-md-pull-1 {
    right: 8.33333333%;
  }
  .am-u-md-pull-2 {
    right: 16.66666667%;
  }
  .am-u-md-pull-3 {
    right: 25%;
  }
  .am-u-md-pull-4 {
    right: 33.33333333%;
  }
  .am-u-md-pull-5 {
    right: 41.66666667%;
  }
  .am-u-md-pull-6 {
    right: 50%;
  }
  .am-u-md-pull-7 {
    right: 58.33333333%;
  }
  .am-u-md-pull-8 {
    right: 66.66666667%;
  }
  .am-u-md-pull-9 {
    right: 75%;
  }
  .am-u-md-pull-10 {
    right: 83.33333333%;
  }
  .am-u-md-pull-11 {
    right: 91.66666667%;
  }
  .am-u-md-push-0 {
    left: 0;
  }
  .am-u-md-push-1 {
    left: 8.33333333%;
  }
  .am-u-md-push-2 {
    left: 16.66666667%;
  }
  .am-u-md-push-3 {
    left: 25%;
  }
  .am-u-md-push-4 {
    left: 33.33333333%;
  }
  .am-u-md-push-5 {
    left: 41.66666667%;
  }
  .am-u-md-push-6 {
    left: 50%;
  }
  .am-u-md-push-7 {
    left: 58.33333333%;
  }
  .am-u-md-push-8 {
    left: 66.66666667%;
  }
  .am-u-md-push-9 {
    left: 75%;
  }
  .am-u-md-push-10 {
    left: 83.33333333%;
  }
  .am-u-md-push-11 {
    left: 91.66666667%;
  }
  .am-u-md-offset-0 {
    margin-left: 0;
  }
  .am-u-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-md-offset-3 {
    margin-left: 25%;
  }
  .am-u-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-md-offset-6 {
    margin-left: 50%;
  }
  .am-u-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-md-offset-9 {
    margin-left: 75%;
  }
  .am-u-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-md-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-md-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-md-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-md-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .am-u-lg-1 {
    width: 8.33333333%;
  }
  .am-u-lg-2 {
    width: 16.66666667%;
  }
  .am-u-lg-3 {
    width: 25%;
  }
  .am-u-lg-4 {
    width: 33.33333333%;
  }
  .am-u-lg-5 {
    width: 41.66666667%;
  }
  .am-u-lg-6 {
    width: 50%;
  }
  .am-u-lg-7 {
    width: 58.33333333%;
  }
  .am-u-lg-8 {
    width: 66.66666667%;
  }
  .am-u-lg-9 {
    width: 75%;
  }
  .am-u-lg-10 {
    width: 83.33333333%;
  }
  .am-u-lg-11 {
    width: 91.66666667%;
  }
  .am-u-lg-12 {
    width: 100%;
  }
  .am-u-lg-pull-0 {
    right: 0;
  }
  .am-u-lg-pull-1 {
    right: 8.33333333%;
  }
  .am-u-lg-pull-2 {
    right: 16.66666667%;
  }
  .am-u-lg-pull-3 {
    right: 25%;
  }
  .am-u-lg-pull-4 {
    right: 33.33333333%;
  }
  .am-u-lg-pull-5 {
    right: 41.66666667%;
  }
  .am-u-lg-pull-6 {
    right: 50%;
  }
  .am-u-lg-pull-7 {
    right: 58.33333333%;
  }
  .am-u-lg-pull-8 {
    right: 66.66666667%;
  }
  .am-u-lg-pull-9 {
    right: 75%;
  }
  .am-u-lg-pull-10 {
    right: 83.33333333%;
  }
  .am-u-lg-pull-11 {
    right: 91.66666667%;
  }
  .am-u-lg-push-0 {
    left: 0;
  }
  .am-u-lg-push-1 {
    left: 8.33333333%;
  }
  .am-u-lg-push-2 {
    left: 16.66666667%;
  }
  .am-u-lg-push-3 {
    left: 25%;
  }
  .am-u-lg-push-4 {
    left: 33.33333333%;
  }
  .am-u-lg-push-5 {
    left: 41.66666667%;
  }
  .am-u-lg-push-6 {
    left: 50%;
  }
  .am-u-lg-push-7 {
    left: 58.33333333%;
  }
  .am-u-lg-push-8 {
    left: 66.66666667%;
  }
  .am-u-lg-push-9 {
    left: 75%;
  }
  .am-u-lg-push-10 {
    left: 83.33333333%;
  }
  .am-u-lg-push-11 {
    left: 91.66666667%;
  }
  .am-u-lg-offset-0 {
    margin-left: 0;
  }
  .am-u-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-lg-offset-3 {
    margin-left: 25%;
  }
  .am-u-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-lg-offset-6 {
    margin-left: 50%;
  }
  .am-u-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-lg-offset-9 {
    margin-left: 75%;
  }
  .am-u-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-lg-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-lg-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-lg-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-lg-uncentered:last-child {
    float: left;
  }
}
[class*="am-avg-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -0.1rem;
}
[class*="am-avg-"]:before,
[class*="am-avg-"]:after {
  content: " ";
  display: table;
}
[class*="am-avg-"]:after {
  clear: both;
}
[class*="am-avg-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 .1rem;
}
@media only screen {
  .am-avg-sm-1 > li {
    width: 100%;
  }
  .am-avg-sm-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-sm-2 > li {
    width: 50%;
  }
  .am-avg-sm-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-sm-3 > li {
    width: 33.33333333%;
  }
  .am-avg-sm-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-sm-4 > li {
    width: 25%;
  }
  .am-avg-sm-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-sm-5 > li {
    width: 20%;
  }
  .am-avg-sm-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-sm-6 > li {
    width: 16.66666667%;
  }
  .am-avg-sm-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-sm-7 > li {
    width: 14.28571429%;
  }
  .am-avg-sm-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-sm-8 > li {
    width: 12.5%;
  }
  .am-avg-sm-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-sm-9 > li {
    width: 11.11111111%;
  }
  .am-avg-sm-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-sm-10 > li {
    width: 10%;
  }
  .am-avg-sm-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-sm-11 > li {
    width: 9.09090909%;
  }
  .am-avg-sm-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-sm-12 > li {
    width: 8.33333333%;
  }
  .am-avg-sm-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 641px) {
  .am-avg-md-1 > li {
    width: 100%;
  }
  .am-avg-md-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-md-2 > li {
    width: 50%;
  }
  .am-avg-md-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-md-3 > li {
    width: 33.33333333%;
  }
  .am-avg-md-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-md-4 > li {
    width: 25%;
  }
  .am-avg-md-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-md-5 > li {
    width: 20%;
  }
  .am-avg-md-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-md-6 > li {
    width: 16.66666667%;
  }
  .am-avg-md-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-md-7 > li {
    width: 14.28571429%;
  }
  .am-avg-md-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-md-8 > li {
    width: 12.5%;
  }
  .am-avg-md-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-md-9 > li {
    width: 11.11111111%;
  }
  .am-avg-md-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-md-10 > li {
    width: 10%;
  }
  .am-avg-md-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-md-11 > li {
    width: 9.09090909%;
  }
  .am-avg-md-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-md-12 > li {
    width: 8.33333333%;
  }
  .am-avg-md-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .am-avg-lg-1 > li {
    width: 100%;
  }
  .am-avg-lg-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-lg-2 > li {
    width: 50%;
  }
  .am-avg-lg-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-lg-3 > li {
    width: 33.33333333%;
  }
  .am-avg-lg-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-lg-4 > li {
    width: 25%;
  }
  .am-avg-lg-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-lg-5 > li {
    width: 20%;
  }
  .am-avg-lg-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-lg-6 > li {
    width: 16.66666667%;
  }
  .am-avg-lg-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-lg-7 > li {
    width: 14.28571429%;
  }
  .am-avg-lg-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-lg-8 > li {
    width: 12.5%;
  }
  .am-avg-lg-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-lg-9 > li {
    width: 11.11111111%;
  }
  .am-avg-lg-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-lg-10 > li {
    width: 10%;
  }
  .am-avg-lg-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-lg-11 > li {
    width: 9.09090909%;
  }
  .am-avg-lg-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-lg-12 > li {
    width: 8.33333333%;
  }
  .am-avg-lg-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
.am-scrollable-horizontal {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.am-scrollable-vertical {
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
}
.am-square {
  border-radius: 0;
}
.am-radius {
  border-radius: 2px;
}
.am-round {
  border-radius: 1000px;
}
.am-circle {
  border-radius: 50%;
}
.am-cf:before,
.am-cf:after {
  content: " ";
  display: table;
}
.am-cf:after {
  clear: both;
}
.am-fl {
  float: left;
}
.am-fr {
  float: right;
}
.am-nbfc {
  overflow: hidden;
}
.am-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.am-block {
  display: block !important;
}
.am-inline {
  display: inline !important;
}
.am-inline-block {
  display: inline-block !important;
}
.am-hide {
  display: none !important;
  visibility: hidden !important;
}
.am-vertical-align {
  font-size: 0.001px;
}
.am-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.am-vertical-align-middle,
.am-vertical-align-bottom {
  display: inline-block;
  font-size: 0.16rem;
  max-width: 100%;
}
.am-vertical-align-middle {
  vertical-align: middle;
}
.am-vertical-align-bottom {
  vertical-align: bottom;
}
.am-responsive-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
.am-margin {
  margin: 0.16rem;
}
.am-margin-0 {
  margin: 0 !important;
}
.am-margin-xs {
  margin: 0.05rem;
}
.am-margin-sm {
  margin: 0.1rem;
}
.am-margin-lg {
  margin: 0.2 0.4rem;
}
.am-margin-xl {
  margin: 0.32rem;
}
.am-margin-horizontal {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.am-margin-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.am-margin-horizontal-xs {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.am-margin-horizontal-sm {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.am-margin-horizontal-lg {
  margin-left: 0.2 0.4rem;
  margin-right: 0.2 0.4rem;
}
.am-margin-horizontal-xl {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}
.am-margin-vertical {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.am-margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.am-margin-vertical-xs {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.am-margin-vertical-sm {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.am-margin-vertical-lg {
  margin-top: 0.2 0.4rem;
  margin-bottom: 0.2 0.4rem;
}
.am-margin-vertical-xl {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.am-margin-top {
  margin-top: 0.16rem;
}
.am-margin-top-0 {
  margin-top: 0 !important;
}
.am-margin-top-xs {
  margin-top: 0.05rem;
}
.am-margin-top-sm {
  margin-top: 0.1rem;
}
.am-margin-top-lg {
  margin-top: 0.2 0.4rem;
}
.am-margin-top-xl {
  margin-top: 0.32rem;
}
.am-margin-bottom {
  margin-bottom: 0.16rem;
}
.am-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.am-margin-bottom-xs {
  margin-bottom: 0.05rem;
}
.am-margin-bottom-sm {
  margin-bottom: 0.1rem;
}
.am-margin-bottom-lg {
  margin-bottom: 0.2 0.4rem;
}
.am-margin-bottom-xl {
  margin-bottom: 0.32rem;
}
.am-margin-left {
  margin-left: 0.16rem;
}
.am-margin-left-0 {
  margin-left: 0 !important;
}
.am-margin-left-xs {
  margin-left: 0.05rem;
}
.am-margin-left-sm {
  margin-left: 0.1rem;
}
.am-margin-left-lg {
  margin-left: 0.2 0.4rem;
}
.am-margin-left-xl {
  margin-left: 0.32rem;
}
.am-margin-right {
  margin-right: 0.16rem;
}
.am-margin-right-0 {
  margin-right: 0 !important;
}
.am-margin-right-xs {
  margin-right: 0.05rem;
}
.am-margin-right-sm {
  margin-right: 0.1rem;
}
.am-margin-right-lg {
  margin-right: 0.2 0.4rem;
}
.am-margin-right-xl {
  margin-right: 0.32rem;
}
.am-padding {
  padding: 0.16rem;
}
.am-padding-0 {
  padding: 0 !important;
}
.am-padding-xs {
  padding: 0.05rem;
}
.am-padding-sm {
  padding: 0.1rem;
}
.am-padding-lg {
  padding: 0.2 0.4rem;
}
.am-padding-xl {
  padding: 0.32rem;
}
.am-padding-horizontal {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.am-padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.am-padding-horizontal-xs {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.am-padding-horizontal-sm {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.am-padding-horizontal-lg {
  padding-left: 0.2 0.4rem;
  padding-right: 0.2 0.4rem;
}
.am-padding-horizontal-xl {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.am-padding-vertical {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.am-padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.am-padding-vertical-xs {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.am-padding-vertical-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.am-padding-vertical-lg {
  padding-top: 0.2 0.4rem;
  padding-bottom: 0.2 0.4rem;
}
.am-padding-vertical-xl {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.am-padding-top {
  padding-top: 0.16rem;
}
.am-padding-top-0 {
  padding-top: 0 !important;
}
.am-padding-top-xs {
  padding-top: 0.05rem;
}
.am-padding-top-sm {
  padding-top: 0.1rem;
}
.am-padding-top-lg {
  padding-top: 0.2 0.4rem;
}
.am-padding-top-xl {
  padding-top: 0.32rem;
}
.am-padding-bottom {
  padding-bottom: 0.16rem;
}
.am-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.am-padding-bottom-xs {
  padding-bottom: 0.05rem;
}
.am-padding-bottom-sm {
  padding-bottom: 0.1rem;
}
.am-padding-bottom-lg {
  padding-bottom: 0.2 0.4rem;
}
.am-padding-bottom-xl {
  padding-bottom: 0.32rem;
}
.am-padding-left {
  padding-left: 0.16rem;
}
.am-padding-left-0 {
  padding-left: 0 !important;
}
.am-padding-left-xs {
  padding-left: 0.05rem;
}
.am-padding-left-sm {
  padding-left: 0.1rem;
}
.am-padding-left-lg {
  padding-left: 0.2 0.4rem;
}
.am-padding-left-xl {
  padding-left: 0.32rem;
}
.am-padding-right {
  padding-right: 0.16rem;
}
.am-padding-right-0 {
  padding-right: 0 !important;
}
.am-padding-right-xs {
  padding-right: 0.05rem;
}
.am-padding-right-sm {
  padding-right: 0.1rem;
}
.am-padding-right-lg {
  padding-right: 0.2 0.4rem;
}
.am-padding-right-xl {
  padding-right: 0.32rem;
}
@media only screen {
  .am-show-sm-only,
  .am-show-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-hide-sm-only,
  .am-hide-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-show-sm-only,
  table.am-show-sm-up,
  table.am-show-sm,
  table.am-show-sm-down,
  table.am-hide-md-only,
  table.am-hide-md-up,
  table.am-hide-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-show-sm-only,
  thead.am-show-sm-up,
  thead.am-show-sm,
  thead.am-show-sm-down,
  thead.am-hide-md-only,
  thead.am-hide-md-up,
  thead.am-hide-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-show-sm-only,
  tbody.am-show-sm-up,
  tbody.am-show-sm,
  tbody.am-show-sm-down,
  tbody.am-hide-md-only,
  tbody.am-hide-md-up,
  tbody.am-hide-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-show-sm-only,
  tr.am-show-sm-up,
  tr.am-show-sm,
  tr.am-show-sm-down,
  tr.am-hide-md-only,
  tr.am-hide-md-up,
  tr.am-hide-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-show-sm-only,
  td.am-show-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-show-sm,
  td.am-show-sm,
  th.am-show-sm-down,
  td.am-show-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-hide-md-up,
  td.am-hide-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 641px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-show-md-only,
  table.am-show-md-up,
  table.am-show-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-show-md-only,
  thead.am-show-md-up,
  thead.am-show-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-show-md-only,
  tbody.am-show-md-up,
  tbody.am-show-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-show-md-only,
  tr.am-show-md-up,
  tr.am-show-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-show-md-only,
  td.am-show-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-show-md,
  td.am-show-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1025px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-hide-md-only,
  .am-show-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-show-md-only,
  .am-hide-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-hide-md-only,
  table.am-show-md-up,
  table.am-hide-md,
  table.am-hide-md-down,
  table.am-show-lg-only,
  table.am-show-lg-up,
  table.am-show-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-hide-md-only,
  thead.am-show-md-up,
  thead.am-hide-md,
  thead.am-hide-md-down,
  thead.am-show-lg-only,
  thead.am-show-lg-up,
  thead.am-show-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-hide-md-only,
  tbody.am-show-md-up,
  tbody.am-hide-md,
  tbody.am-hide-md-down,
  tbody.am-show-lg-only,
  tbody.am-show-lg-up,
  tbody.am-show-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-hide-md-only,
  tr.am-show-md-up,
  tr.am-hide-md,
  tr.am-hide-md-down,
  tr.am-show-lg-only,
  tr.am-show-lg-up,
  tr.am-show-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-hide-md-down,
  td.am-hide-md-down,
  th.am-show-lg-only,
  td.am-show-lg-only,
  th.am-show-lg-up,
  td.am-show-lg-up,
  th.am-show-lg,
  td.am-show-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (orientation: landscape) {
  .am-show-landscape,
  .am-hide-portrait {
    display: inherit !important;
  }
  .am-hide-landscape,
  .am-show-portrait {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .am-show-portrait,
  .am-hide-landscape {
    display: inherit !important;
  }
  .am-hide-portrait,
  .am-show-landscape {
    display: none !important;
  }
}
.am-sans-serif {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.am-serif {
  font-family: Georgia, "Times New Roman", Times, SimSun, "FontAwesome", serif;
}
.am-kai {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.am-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
.am-text-primary {
  color: #0e90d2;
}
.am-text-secondary {
  color: #3bb4f2;
}
.am-text-success {
  color: #5eb95e;
}
.am-text-warning {
  color: #F37B1D;
}
.am-text-danger {
  color: #dd514c;
}
.am-link-muted {
  color: #666;
}
.am-link-muted a {
  color: #666;
}
.am-link-muted:hover,
.am-link-muted a:hover {
  color: #555;
}
.am-text-default {
  font-size: 0.16rem;
}
.am-text-xs {
  font-size: 0.12rem;
}
.am-text-sm {
  font-size: 0.14rem;
}
.am-text-lg {
  font-size: 0.18rem;
}
.am-text-xl {
  font-size: 0.24rem;
}
.am-text-xxl {
  font-size: 0.32rem;
}
.am-text-xxxl {
  font-size: 0.42rem;
}
.am-ellipsis,
.am-text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.am-text-nowrap {
  white-space: nowrap;
}
[class*='am-align-'] {
  margin-bottom: 1rem;
}
.am-align-left {
  margin-right: 1rem;
  float: left;
}
.am-align-right {
  margin-left: 1rem;
  float: right;
}
.am-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.am-text-ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media only screen {
  .am-text-left {
    text-align: left !important;
  }
  .am-text-right {
    text-align: right !important;
  }
  .am-text-center {
    text-align: center !important;
  }
  .am-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (max-width: 640px) {
  .am-sm-only-text-left {
    text-align: left !important;
  }
  .am-sm-only-text-right {
    text-align: right !important;
  }
  .am-sm-only-text-center {
    text-align: center !important;
  }
  .am-sm-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .am-md-only-text-left {
    text-align: left !important;
  }
  .am-md-only-text-right {
    text-align: right !important;
  }
  .am-md-only-text-center {
    text-align: center !important;
  }
  .am-md-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) {
  .am-md-text-left {
    text-align: left !important;
  }
  .am-md-text-right {
    text-align: right !important;
  }
  .am-md-text-center {
    text-align: center !important;
  }
  .am-md-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1025px) {
  .am-lg-text-left {
    text-align: left !important;
  }
  .am-lg-text-right {
    text-align: right !important;
  }
  .am-lg-text-center {
    text-align: center !important;
  }
  .am-lg-text-justify {
    text-align: justify !important;
  }
}
.am-text-top {
  vertical-align: top !important;
}
.am-text-middle {
  vertical-align: middle !important;
}
.am-text-bottom {
  vertical-align: bottom !important;
}
.am-angle {
  position: absolute;
}
.am-angle:before,
.am-angle:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.am-angle-up {
  top: 0;
}
.am-angle-up:before,
.am-angle-up:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.am-angle-up:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.am-angle-up:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.am-angle-down {
  bottom: -9px;
}
.am-angle-down:before,
.am-angle-down:after {
  border-top-style: solid;
  border-width: 8px 8px 0;
}
.am-angle-down:before {
  border-top-color: #ddd;
  bottom: 0;
}
.am-angle-down:after {
  border-top-color: #fff;
  bottom: 1px;
}
.am-angle-left {
  left: -9px;
}
.am-angle-left:before,
.am-angle-left:after {
  border-right-style: solid;
  border-width: 8px 8px 8px 0;
}
.am-angle-left:before {
  border-right-color: #ddd;
  left: 0;
}
.am-angle-left:after {
  border-right-color: #fff;
  left: 1px;
}
.am-angle-right {
  right: 0;
}
.am-angle-right:before,
.am-angle-right:after {
  border-left-style: solid;
  border-width: 8px 0 8px 8px;
}
.am-angle-right:before {
  border-left-color: #ddd;
  left: 0;
}
.am-angle-right:after {
  border-left-color: #fff;
  left: -1px;
}
.hor-top-show {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.hor-top-show.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.hvr1.hvr1 .img {
  background: #000;
  position: relative;
}
.hvr1.hvr1 .img img {
  transition: all .5s;
}
.hvr1.hvr1 .img:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1 .img:after {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1:hover img {
  opacity: .8;
}
.hvr1.hvr1:hover .img:before {
  transform: scaleX(1);
}
.hvr1.hvr1:hover .img:after {
  transform: scaleY(1);
}
.hover-img-big .img {
  overflow: hidden;
}
.hover-img-big .img img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.04);
}
.img-middle-hover::hover img {
  transform: translate(-50%,-50%) scale(1.05) !important;
}
.hover-color h4 {
  transition: all .3s;
}
.hover-color:hover h4 {
  color: #2458B9 !important;
}
.com-img-big li .img {
  overflow: hidden;
  background: #fff;
}
.news .main li .img .img-box{
  margin: 0 auto;
  display: table;
}
.news .main li .img .img-box a{
  display: table-cell;
  height: 410px;
  vertical-align: middle;
}
.news .main li .img .img-box a img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.com-img-big li .img img {
  transition: transform .5s;
}
.com-img-big li:hover img {
  transform: scale(1.04);
}
.com-color li h4 {
  transition: all .3s;
}
.com-color li:hover h4 {
  color: #2458B9 !important;
}
.com-center-img li::hover img {
  transform: translate(-50%,-50%) scale(1.05) !important;
}
.hover-shadow .box {
  transition: all .3s;
}
.hover-shadow:hover .box {
  box-shadow: 0 0 18px -6px #2458B9;
}
.com-sd li .box {
  transition: all .3s;
}
.com-sd li:hover .box {
  box-shadow: 0 0 18px -6px #2458B9;
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform: rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}
.hover-left-move:hover {
  right: -4px;
}
.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.flash {
  overflow: hidden;
  width: 380px;
  height: 230px;
  position: relative;
}
.flash em {
  cursor: pointer;
  height: 230px;
  width: 380px;
  left: -380px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0s;
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.flash:hover em {
  left: 380px;
  transition: all 0.7s;
}
.flip img {
  width: 380px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}
.flip span {
  position: absolute;
  width: 380px;
  height: 230px;
  background: #e1e1e1;
  line-height: 230px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  left: 0;
  top: 0;
}
.flip:hover img {
  transform: rotateY(180deg);
}
.flip:hover span {
  transform: rotateY(0deg);
}
.up span {
  height: 40px;
  bottom: -40px;
  display: block;
  background: #333;
  transition: all 0.5s;
  line-height: 40px;
  color: #fff;
}
.up:hover img {
  margin-top: -40px;
  transition: all 0.5s;
}
.panorama {
  background-image: url(http://7vilbi.com1.z0.glb.clouddn.com/blog/6608185829213862083.jpg);
  background-size: auto 100%;
  cursor: pointer;
  animation: panorama 10s linear infinite alternate;
  animation-play-state: paused;
}
.panorama:hover,
.panorama:focus {
  animation-play-state: running;
}
@keyframes panorama {
  to {
    background-position: 100% 0;
  }
}
.border .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border .txt:before,
.border .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border .txt:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border .txt:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border:hover .txt:before,
.border:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border:hover .txt {
  transform: scale(1);
}
.border:hover img {
  opacity: .5;
}
.border2 .txt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border2 .txt:before,
.border2 .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border2 .txt:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border2 .txt:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border2:hover .txt:before,
.border2:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border2:hover .txt {
  transform: scale(1);
}
.border2:hover img {
  opacity: .5;
}
.effect1 {
  perspective: 800px;
}
.effect1 .pic {
  display: block;
  transition: 0.4s;
}
.effect1 .txt {
  position: absolute;
  left: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}
.effect1:hover .pic {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
}
.effect1:hover .txt {
  top: 0;
}
.effectBtn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #4d92d9;
  background-color: #4d92d9;
  text-decoration: none;
  transition: 0.4s;
}
.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 20px;
}
.effect2 {
  perspective: 500px;
  z-index: 5;
}
.effect2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  z-index: -1;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  opacity: 0;
}
.effect2:hover .txt {
  transform: none;
  opacity: 1;
}
.effect2:hover img {
  transform: translateY(-100%);
}
.effect3 {
  perspective: 500px;
  overflow: visible;
}
.effect3 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 70%;
  padding: 5% 20% 5% 10%;
  transition: 0.6s;
  transform: translateX(-100%);
  opacity: 0;
}
.effect3:hover .txt {
  transform: translateX(0px);
  opacity: 1;
}
.effect3:hover img {
  transform: scale(0.5) translateX(100%);
  position: relative;
  z-index: 9;
}
.effect4 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 70%;
  width: 80%;
  padding: 25% 10% 5% 10%;
  transition: 0.6s;
  transform: translateY(100%);
  opacity: 0;
}
.effect4:hover .txt {
  transform: translateY(0px);
  opacity: 1;
}
.effect4:hover img {
  transform: scale(0.3) translateY(-100%);
  position: relative;
  z-index: 9;
}
.effect5 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 90%;
  padding: 5%;
  transition: 0.6s;
  opacity: 0;
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: right center 0;
  width: 40%;
}
.effect5 img {
  position: relative;
  right: 0;
}
.effect5:hover .txt {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 5;
}
.effect5:hover img {
  right: 50%;
}
.effect6 {
  border: 5px solid #eee;
}
.effect6 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 90%;
  padding: 5% 15%;
  transition: 0.6s;
  transform: scale(0);
  backface-visibility: hidden;
}
.effect6:hover .txt {
  transform: scale(1);
  border-radius: 50% 0 50% 0;
}
.effect6:hover img {
  transform: scale(1.1);
}
.button1 {
  background: #555;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 0 10px;
}
.btn:hover {
  text-decoration: none;
}
.btn1 {
  background: #2458B9;
  font-weight: 100;
}
.btn1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}
.btn1:hover {
  background: #2458B9;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
  transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}
.btn2 {
  letter-spacing: 0;
}
.btn2:hover,
.btn2:active {
  letter-spacing: 5px;
}
.btn2:after,
.btn2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255,255,255,0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn2:hover:after,
.btn2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.btn2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn3 {
  background: #2458B9;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn3:hover {
  background: #2458B9;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 1px 1px 2px rgba(255,255,255,0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn4 span {
  z-index: 20;
}
.btn4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 50px;
  z-index: 10;
}
.btn4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.btn5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 1px solid;
  outline-color: rgba(255,255,255,0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
  transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.btn5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.2);
  outline-color: rgba(255,255,255,0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
.btn-hvr:before,
.btn-hvr:after {
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn-hvr {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.btn-hvr.btn-hvr.btn-hvr.btn-hvr:hover {
  color: #fff;
}
.btn-hvr0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #2458B9;
}
.btn-hvr0:hover {
  color: #fff;
}
.btn-hvr0:hover:before {
  width: 250px;
}
.btn-hvr1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #2458B9 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr1:hover {
  color: #ecdcd4;
}
.btn-hvr1:hover:after {
  border-width: 330px 330px 0 0;
}
.btn-hvr1:active {
  background: #b27254;
}
.btn-hvr1-2 {
  color: #bc4b41;
}
.btn-hvr1-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6a1a13;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr1-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #6a1a13 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr1-2:hover {
  color: #ebcac7;
}
.btn-hvr1-2:hover:before {
  border-width: 206.25px 0 0 206.25px;
}
.btn-hvr1-2:hover:after {
  border-width: 0 0 206.25px 206.25px;
}
.btn-hvr1-2:active {
  background: #b02b20;
}
.btn-hvr2 {
  color: #48a6b1;
}
.btn-hvr2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #2458B9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #2458B9 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr2:hover {
  color: #c9e5e8;
}
.btn-hvr2:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr2:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr2:active {
  background: #2458B9;
}
.btn-hvr3 {
  color: #ad96a0;
}
.btn-hvr3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #5f4f56;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #5f4f56 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #5f4f56 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #5f4f56 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr3:hover {
  color: #e7e0e3;
}
.btn-hvr3:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr3:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr3:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-hvr3:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-hvr3:active {
  background: #9e838f;
}
.btn-hvr4 {
  color: #8d53b3;
}
.btn-hvr4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #492064 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #492064;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr4:before,
.btn-hvr4:after {
  border-color: #492064;
}
.btn-hvr4 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #492064 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr4 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #492064 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr4 span:before,
.btn-hvr4 span:after {
  border-color: #492064;
}
.btn-hvr4:hover {
  color: #decde9;
}
.btn-hvr4:hover:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:active {
  background: #7935a6;
}
.btn-hvr5 {
  color: #808695;
}
.btn-hvr5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr5:hover {
  color: #dadce0;
}
.btn-hvr5:hover:before,
.btn-hvr5:hover:after {
  border-width: 80px 262.5px;
}
.btn-hvr5:active {
  background: #697182;
}
.btn-hvr6 {
  color: #80629f;
}
.btn-hvr6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #402a55;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
.btn-hvr6:hover {
  color: #dad1e3;
}
.btn-hvr6:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-hvr6:active {
  background: #6a468e;
}
.btn-hvr7 {
  color: #27692b;
}
.btn-hvr7:before,
.btn-hvr7:after,
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
}
.btn-hvr7:before {
  left: 0;
}
.btn-hvr7:after {
  left: 125px;
}
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  top: auto;
  bottom: 0;
}
.btn-hvr7 span:before {
  left: 62.5px;
}
.btn-hvr7 span:after {
  left: 187.5px;
}
.btn-hvr7:hover {
  color: #c0d3c1;
}
.btn-hvr7:hover:before,
.btn-hvr7:hover:after,
.btn-hvr7:hover span:before,
.btn-hvr7:hover span:after {
  height: 80px;
}
.btn-hvr7:active {
  background: #014f06;
}
.btn-hvr8 {
  color: #5177a7;
}
.btn-hvr8:before,
.btn-hvr8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2458B9;
}
.btn-hvr8:after {
  top: auto;
  bottom: 0;
}
.btn-hvr8:hover:before,
.btn-hvr8:hover:after {
  height: 50%;
}
.btn-hvr8:active {
  background: #325f98;
}
.btn-hvr9 {
  color: #c93a8e;
}
.btn-hvr9:before,
.btn-hvr9:after,
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: rgba(115,14,73,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr9:after,
.btn-hvr9 span:before {
  top: auto;
  bottom: 0;
}
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr9:hover {
  color: #efc5de;
}
.btn-hvr9:hover:before,
.btn-hvr9:hover:after,
.btn-hvr9:hover span:before,
.btn-hvr9:hover span:after {
  height: 80px;
}
.btn-hvr9:active {
  background: #c0177a;
}
.btn-hvr10 {
  color: #8f5c82;
}
.btn-hvr10:before,
.btn-hvr10:after,
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(74,38,65,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr10:after,
.btn-hvr10 span:before {
  left: auto;
  right: 0;
}
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr10:hover {
  color: #decfda;
}
.btn-hvr10:hover:before,
.btn-hvr10:hover:after,
.btn-hvr10:hover span:before,
.btn-hvr10:hover span:after {
  width: 250px;
}
.btn-hvr10:active {
  background: #7b3f6c;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-hvr11 {
  position: relative;
  color: #9a7cba;
}
.btn-hvr11:before,
.btn-hvr11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #8865ae;
  border-radius: 50%;
}
.btn-hvr11:before {
  left: -20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-hvr11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-hvr11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.cs {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}
.cs li {
  line-height: 50px;
  position: relative;
  text-align: center;
}
.cs li > a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.cs li > a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}
.cs li:last-child > a:after {
  display: none;
}
.cs li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #2458B9;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}
.cs li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}
.cs li:hover .img {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
}
.cs li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.cs li:nth-child(3) .txt a {
  width: 160px;
}
.cs li .txt a img {
  margin-left: 10px;
}
.w {
  width: 1400px;
  margin: 0 auto;
}
.w:before,
.w:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1200:before,
.w1200:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w1600:before,
.w1600:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w-full {
  width: 100%;
}
.w-full:before,
.w-full:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
a.com-more {
  display: block;
  width: 2.4rem;
  height: .6rem;
  line-height: .6rem;
  padding-left: .4rem;
  padding-right: .3rem;
  margin: .8rem auto 0;
  border-radius: 100px;
  color: #fff;
  font-size: .16rem;
  background: #333;
}
a.com-more img {
  display: inline-block;
  margin-top: .23rem;
}
.com-title {
  padding-bottom: .42rem;
  text-align: center;
}
.com-title h3 {
  padding-bottom: .15rem;
  font-size: .36rem;
  position: relative;
}
.com-title p {
  padding-bottom: .2rem;
  color: #666;
  font-size: .2rem;
  line-height: 1.2;
  position: relative;
}
.com-title p:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 4px;
  border-radius: 4px;
  margin-left: -10px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.com-jb {
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 999999;
  line-height: 100px;
  transition: all .3s;
}
.header .logo {
  position: relative;
}
.header .logo a {
  display: block;
  font-size: 0;
}
.header .logo h1 {
  display: inline-block;
  vertical-align: middle;
}
.header .logo p {
  display: inline-block;
  vertical-align: middle;
  margin-left: .22rem;
  white-space: nowrap;
  line-height: 25px;
  color: #666;
}
.header .logo p strong {
  display: block;
  color: #333;
}
.header .phone {
  font-size: 0;
  padding-left: .3rem;
  border-left: 1px solid #e2e2e2;
}
.header .phone * {
  vertical-align: middle;
}
.header .phone .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.header .phone .tel {
  margin-left: .15rem;
  font-size: .2rem;
  line-height: 1.2;
}
.header .phone .tel p ~ p {
  font-size: .18rem;
}
.header .nav {
  position: relative;
  overflow: hidden;
}
.header .nav ul {
  height: 100px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.header .nav li {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.header .nav li > a {
  display: block;
  height: 100%;
  padding: 0 1vw;
  transition: all .3s;
  position: relative;
  font-size: .16rem;
}
.header .nav li:hover > a,
.header .nav li.active > a {
  color: #fff;
}
.header .nav li.active > a {
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  padding: 0 2vw;
}
.header .nav li.bg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.header .nav .subnav {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%,100%);
  width: 140px;
  height: 0;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: bottom .5s, opacity .5s;
  text-align: center;
}
.header .nav .subnav > a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  font-size: 14px;
}
.header .nav .subnav > a:hover {
  color: #2458B9;
  background: #f4f4f4;
}
.header .nav li:hover .subnav {
  padding: 20px 0;
  height: auto;
  bottom: 4px;
  opacity: 1;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: #b8b8b8;
}
div.swiper-button-next:after,
div.swiper-button-next:before,
div.swiper-button-prev:after,
div.swiper-button-prev:before {
  display: none;
}
div.swiper-button-next:before,
div.swiper-button-prev:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_left.png) center no-repeat;
}
div.swiper-button-next:hover,
div.swiper-button-prev:hover {
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
div.swiper-button-next:before {
  transform: rotate(180deg);
}
.index-banner {
  position: relative;
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet-active {
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-product-nav {
  height: 558px;
  width: 300px;
  background: #fff;
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
}
.index-product-nav .ul {
   height: 558px;
  padding: .36rem .6rem;
  border: 1px solid #fff;
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
}
.index-product-nav .tit {
  padding: .3rem 0;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  font-weight: 700;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-product-nav li {
  margin: .1rem 0;
}
.index-product-nav li > a {
  display: block;
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  border-radius: .4rem;
  padding-left: .2rem;
  padding-right: .3rem;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
  position: relative;
}
.index-product-nav li > a:after {
  content: '';
  position: absolute;
  right: .15rem;
  top: 50%;
  width: .12rem;
  height: .12rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transition: all .3s;
}
.index-product-nav li .subnav {
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s;
}
.index-product-nav li .subnav a {
  display: block;
  width: 100%;
  margin-top: .2rem;
  color: #666;
}
.index-product-nav li .subnav a:hover,
.index-product-nav li .subnav a.active {
  color: #2458B9;
}
.index-product-nav li:hover > a,
.index-product-nav li.active > a {
  color: #fff;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-product-nav li:hover > a:after,
.index-product-nav li.active > a:after {
  border-color: #fff;
  transform: translateY(-70%) rotate(135deg);
}
.index-product-nav li.active .subnav {
  height: auto;
  padding: .2rem;
  padding-top: .1rem;
  transform: scaleY(1);
}
.index-product {
  background: #f7f7f7;
  padding-bottom: 70px;
}
.index-product .main {
  overflow: hidden;
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
  position: relative;
  z-index: 2;
}
.index-product .main .swiper-button-prev {
  left: 3%;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-product .main .swiper-button-next {
  right: 45%;
  background: #b8b8b8;
}
.index-product .main .item li .box {
  border: 1px solid #e1e1e1;
  margin: 0;
}
.index-product .main .item li .img {
  background: #fff;
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
  text-align: center;
  height: 4.3rem;
  line-height: 4.3rem;
  position: relative;
  z-index: 2;
}
.index-product .main .item li .img img {
  max-width: 80%;
  max-height: 80%;
}
.index-product .main .item li .txt {
  height: 4.3rem;
  overflow: hidden;
  padding-top: 3.25vw;
  padding-left: 2.5vw;
  padding-right: 2vw;
  border-left: 1px solid #e1e1e1;
  background-color: #ffffff;
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
}
.index-product .main .item li .txt .t {
  padding-bottom: .15rem;
  font-size: .2rem;
  position: relative;
}
.index-product .main .item li .txt .t:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: .42rem;
  height: 1px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-product .main .item li .txt .p {
  margin-top: .4rem;
}
.index-product .main .item li .txt .p p {
  padding-left: 65px;
  text-indent: -65px;
}
.index-product .main .list {
  padding: .23rem 0;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0px 1px 125px 0px rgba(190,190,190,0.35);
  border: 1px solid #e1e1e1;
  border-top: none;
}
.index-product .main .list li {
  text-align: center;
}
.index-product .main .list li h4 {
  display: inline-block;
  width: .54rem;
  height: .54rem;
  line-height: .54rem;
  font-size: .2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.index-product .main .list li h4:after {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  background: linear-gradient(-180deg,#24b592 0%,#2458b9 100%);
  z-index: -2;
}
.index-product .main .list li h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
.index-product .main .list li p {
  margin-top: .1rem;
  color: #666;
}
.index-yy{
  background-color:#f4f4f4;
  padding-top: 65px;
  padding-bottom: 55px;
}
.index-yy .yy-list{
  /* margin-top:20px; */
}
.index-yy .yy-list ul li{
  width: 14.66%;
  float: left;
  text-align: center;
  margin-right: 2.4%;
}
.index-yy .yy-list ul li p{
  font-size: 16px;
  color:#333333;
  margin-top: 10px;
}
.index-service {
  padding-top: .7rem;
  /* background: #f7f7f7;
  border-bottom: 1px solid #ededed; */
}
.index-service .main {
  text-align: center;
}
.index-service .main li .img {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  overflow: hidden;
}
.index-service .main li .img img {
  transform: translate(14px,14px);
}
.index-service .main li .txt {
  margin-top: .1rem;
}
.index-service .main li .txt .t {
  padding-bottom: .15rem;
  font-size: .2rem;
  position: relative;
}
.index-service .main li .txt .t:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  margin-left: -10px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-service .main li .txt .p {
  margin-top: .1rem;
  color: #666;
  line-height: 1.5;
}
.index-solution {
  padding-bottom: .75rem;
  overflow: hidden;
}
.index-solution .com-title {
  padding-bottom: .4rem;
}
.index-solution .nav {
  width: 300px;
}
.index-solution .nav a {
  display: block;
  width: 100%;
  height: .85rem;
  padding: .35rem;
  background-color: #f4f4f4;
}
.index-solution .nav li:hover a,
.index-solution .nav li.active a {
  color: #fff;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-solution .nav li ~ li {
  border-top: 1px solid #fff;
}
.index-solution .main {
  overflow: hidden;
}
.index-solution .main .img {
  height: 4.29rem;
  text-align: center;
}
.index-solution .main .txt {
  height: 4.29rem;
  padding: 0 2vw;
  padding-top: 3.3vw;
  background-color: #f4f4f4;
}
.index-solution .main .txt .t {
  padding-bottom: .1rem;
}
.index-solution .main .txt .t {
  font-weight: 700;
}
.index-solution .main .txt h5.t {
  margin-top: .4rem;
}
.index-solution .main .txt .p {
  color: #666;
  line-height: .3rem;
}
.index-solution .main .txt .value {
  margin: 0;
  padding-top: .05rem;
  text-align: center;
  font-size: .14rem;
}
.index-solution .main .txt .value li {
  padding: 0;
}
.index-solution .main .txt .value li .pic {
  height: .4rem;
}
.index-solution .main .txt .value li .pic img {
  max-height: 100%;
}
.index-solution .main .txt .con {
  color: #666;
  font-size: .14rem;
  line-height: 1.5;
}
.index-about {
  padding-top: .95rem;
}
.index-about .main .left {
  height: 3.7rem;
  padding-right: 4vw;
}
.index-about .main .left .img {
  display: block;
  position: relative;
}
.index-about .main .left .img:before,
.index-about .main .left .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  opacity: .35;
  z-index: 1;
}
.index-about .main .left .img:after {
  /* background: url(../images/icon_play.png) center no-repeat; */
  opacity: 1;
  z-index: 2;
}
.index-about .main .left .img img {
  width: 100%;
}
.index-about .main .txt {
  padding-top: 5px;
  /* margin-left: -20px; */
}
.index-about .main .txt .com-title {
  padding-bottom: .2rem;
  text-align: left;
}
.index-about .main .txt .com-title p:after {
  width: 1.4rem;
  left: 0;
  margin: 0;
}
.index-about .main .txt .p {
  color: #666;
  line-height: 1.8;
}
.index-about .main .txt .p a.more {
  color: #2458B9;
}
.index-about .main .list {
  margin-top: .34rem;
}
.index-about .main .list li {
  text-align: center;
}
.index-about .main .list li .box {
  height: .8rem;
  line-height: .8rem;
  color: #666;
  transition: all .3s;
  background: #e9e9e9;
  position: relative;
}
.index-about .main .list li .box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-about .main .list li img {
  margin-right: .12rem;
}
.index-about .main .list li:hover {
  color: #2458B9;
}
.index-about .main .list li:hover .box {
  padding-left: 5%;
}
.index-about .photo {
  padding-top: .35rem;
}
.index-about .photo .nav {
  height: 18px;
  padding-left: .18rem;
  color: #666;
  font-size: .18rem;
  position: relative;
}
.index-about .photo .nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-about .photo .nav a ~ a {
  margin-left: .5rem;
}
.index-about .photo .nav a.active {
  color: #333;
}
.index-about .photo .con {
  margin: 0 -0.125rem;
  margin-top: .3rem;
}
.index-about .photo .con .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.index-about .photo .con li {
  padding: 0 .125rem;
  text-align: center;
}
.index-about .photo .con li img {
  width: 100%;
}
.index-about .photo .con li .txt {
  padding-top: .2rem;
}
.index-about .photo .con li .txt h4 {
  color: #666;
}
.index-about .photo div.swiper-button-prev,
.index-about .photo div.swiper-button-next {
  left: auto;
  right: .125rem;
  margin: 0;
  top: -0.5rem;
}
.index-about .photo div.swiper-button-prev {
  right: .62rem;
}
.index-news .nav {
  text-align: center;
}
.index-news .nav a {
  display: inline-block;
  width: 1.2rem;
  height: .4rem;
  line-height: .4rem;
  border-radius: .4rem;
  margin: 0 .15rem;
  color: #666;
  font-size: .18rem;
  background-color: #f4f4f4;
}
.index-news .nav a:hover,
.index-news .nav a.active {
  color: #fff;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.index-news .main {
  margin: 0 -0.25rem;
  margin-top: .45rem;
}
.index-news .main .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.index-news .main li {
  padding: 0 .25rem;
}
.index-news .main li .img {
  position: relative;
}
.index-news .main li .img img {
  width: 100%;
  height: 230px;
}
.index-news .main li .img .date {
  position: absolute;
  left: 0;
  top: 0;
  width: .78rem;
  height: .86rem;
  padding-top: .12rem;
  padding-left: .14rem;
  color: #fff;
  font-size: .14rem;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  border-bottom-left-radius: .7rem;
  border-bottom-right-radius: .7rem;
}
.index-news .main li .img .date span {
  display: block;
  font-size: .36rem;
}
.index-news .main li .txt {
  padding-top: .2rem;
}
.index-news .main li .txt .p {
  max-height: .6rem;
  overflow: hidden;
  margin-top: 6px;
  color: #666;
  line-height: .3rem;
}
.index-news .main li .txt .more {
  margin-top: .1rem;
  color: #666;
}
.index-news div.swiper-button-prev {
  left: -0.6rem;
}
.index-news div.swiper-button-next {
  right: -0.6rem;
}
.index-partner {
  padding-bottom: .6rem;
}
.index-partner .com-title {
  padding-bottom: .36rem;
}
.index-partner .main {
  margin: 0 -0.15rem;
  position: relative;
}
.index-partner .main .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.index-partner .main li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 .15rem;
  text-align: center;
}
.index-partner .main li .img {
  background: #fff;
  height: 1.25rem;
  line-height: 1.25rem;
}
.index-partner .main li .img img {
  max-width: 90%;
  max-height: 90%;
  transition: all .3s;
}
.index-partner .main li .txt {
  padding-top: .12rem;
  color: #666;
}
.index-partner div.swiper-button-prev {
  left: -0.6rem;
}
.index-partner div.swiper-button-next {
  right: -0.6rem;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.com-pages {
  margin-top: 40px;
  text-align: center;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  color: #666;
  font-weight: 700;
  transition: all .3s;
  vertical-align: middle;
  border-radius: 50%;
}
.com-pages a:first-of-type,
.com-pages a:last-of-type {
  color: #fff;
  background: #666;
}
.com-pages a:first-of-type:before,
.com-pages a:last-of-type:before {
  content: '<';
  display: block;
  width: 100%;
  height: 100%;
}
.com-pages a:last-of-type:before {
  content: '>';
}
.com-pages a:hover {
  color: #fff;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.com-pages span {
  border: 1px solid #666;
}
.com-pages label {
  display: none;
}
.page-title {
  text-align: center;
  padding-bottom: 4vw;
}
.page-title p {
  padding-bottom: 20px;
  font-size: .28rem;
}
.page-title h3 {
  font-size: .32rem;
}
.page-nav {
  line-height: 50px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  color: #666;
  font-size: .16rem;
  text-align: center;
  transition: all .3s;
  border-bottom: 1px solid #e3e3e3;
}
.page-nav.f4 {
  background: #f4f4f4;
}
.page-nav.top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #ddd;
}
.page-nav .nav a {
  display: inline-block;
  vertical-align: top;
  padding: 0 .3rem;
  transition: all .3s;
}
.page-nav .nav a:hover {
  color: #2458B9;
}
.page-nav .nav a.active {
  color: #2458B9;
  border-bottom: 1px solid #2458B9;
}
.product .nav {
  background: #fff;
}
.product .pro-list {
  padding-left: .2rem;
  overflow: hidden;
}
.product .pro-list li {
  text-align: center;
  margin-bottom: .2rem;
}
.product .pro-list li .box {
  background: #fff;
}
.product .pro-list li .img {
  height: 2.8rem;
  line-height: 2.8rem;
}
.product .pro-list li .img img {
  max-width: 80%;
  max-height: 80%;
}
.product .pro-list li .txt h4 {
  height: .5rem;
  line-height: .5rem;
  padding: 0 2%;
}
.pro-contact {
  padding: .3rem 2vw;
  line-height: 2;
}
.case .main ul {
  margin: 0 -0.1rem;
}
.case .main li {
  padding: 0 .1rem;
  margin-bottom: 20px;
}
.case .main li .box {
  border: 1px solid #dcdcdc;
}
.case .main li .img img {
  width: 100%;
}
.case .main li .txt {
  padding: 1.5vw;
  padding-top: 2vw;
  background: #fff;
  text-align: left;
}
.case .main li .txt h4 {
  height: .22rem;
  line-height: .22rem;
  font-size: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .main li .txt .p {
  margin-top: .1rem;
  height: 56px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}
.video .main li {
  text-align: center;
}
.video .main li .img img {
  width: 100%;
}
.video .main li .txt h4 {
  height: .5rem;
  line-height: .5rem;
}
.service .main ul {
  margin: 0 -0.1rem;
}
.service .main li {
  padding: 0 .1rem;
}
.service .main .box {
  box-shadow: 0 0 10px #ddd;
  border-radius: 20px;
  background: #fff;
}
.service .main .img img {
  width: 100%;
}
.service .main .txt {
  padding: 2vw 1.5vw 0;
  text-align: left;
}
.service .main .txt h4 {
  height: 45px;
  font-size: 20px;
}
.service .main .txt .p {
  height: 110px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
@keyframes warn {
  0% {
    opacity: 0;
    transform: scale(.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(4);
  }
}
.service3 .main {
  height: 680px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 1.4rem;
  padding-right: .8rem;
  position: relative;
}
.service3 .main .icon {
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.service3 .main .icon span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  border-radius: 50%;
  position: relative;
}
.service3 .main .icon span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  box-shadow: inset #2458B9 0 0 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  animation: warn 2s ease-out .1s infinite;
}
.service3 .main .icon .t {
  margin-top: .1rem;
  font-size: .14rem;
}
.service3 .main .list {
  display: inline-block;
  max-width: 390px;
  max-height: 536px;
  overflow-x: hidden;
  overflow-y: atuo;
  padding: .4rem;
  padding-left: .5rem;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  text-align: left;
}
.service3 .main .list li {
  margin-bottom: .2rem;
}
.service3 .main .list li .t {
  padding-bottom: .1rem;
  font-size: .18rem;
}
.service3 .main .list li .p {
  color: #666;
  font-size: .14rem;
  line-height: 1.5;
}
.service3 .main .item .list {
  opacity: 0;
  visibility: hidden;
  transform: scale(.8);
  transition: opacity .3s, transform .3s;
  position: absolute;
}
.service3 .main .item.active .list {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  position: relative;
}
.com-con img {
  max-width: 100%;
}
.about-title {
  padding-bottom: .6rem;
}
.about-title p {
  font-size: .48rem;
  color: #ddd;
  line-height: .52rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.about-title h3 {
  padding-bottom: .3rem;
  font-size: .3rem;
  color: #2458B9;
  line-height: 60px;
  position: relative;
}
.about-title h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  left: 0;
  bottom: 0;
}
.about .pic img {
  width: 100%;
}
.about .list {
  padding: .8rem 10%;
  margin-top: -10%;
  position: relative;
  z-index: 2;
  background: #f7f7f7;
}
.about .list li {
  text-align: center;
}
.about .list li .txt h4 {
  padding: .1rem 0;
  color: #2458B9;
  font-size: .5rem;
}
.about .list li .txt h4 sup {
  margin-left: .06rem;
  color: #333;
  font-size: .2rem;
}
.about .list li .txt p {
  margin-top: .12rem;
  color: #666;
  font-size: .2rem;
}
.about .main {
  padding-top: .4rem;
  line-height: 2;
}
.about .main img {
  margin: 1% 0;
}
.about-partner .main li {
  margin-top: .2rem;
}
.about-partner .main li .img {
  height: 1.5rem;
  line-height: 1.5rem;
  background: #fff;
}
.about-partner .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-partner .main li h4 {
  height: .5rem;
  line-height: .5rem;
  padding: 0 2%;
}
.about-culture .main ul {
  margin: 0 -0.55rem;
}
.about-culture .main li {
  padding: 0 .4rem 1.2rem;
}
.about-culture .main li .box {
  position: relative;
  background: #fff;
}
.about-culture .main li .img {
  padding: 0;
}
.about-culture .main li .img img {
  width: 100%;
}
.about-culture .main li .txt {
  padding-left: 2vw;
  overflow: hidden;
  position: static;
}
.about-culture .main li .txt h4 {
  margin-bottom: .1rem;
  font-size: .24rem;
}
.about-culture .main li .txt .p {
  line-height: 1.5;
  font-size: .16rem;
}
.about-history .main {
  position: relative;
  padding-top: .4rem;
}
.about-history .main .bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  z-index: -1;
}
.about-history .main .bar p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all .3s;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.about-history .main li {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.about-history .main li .txt {
  float: right;
  width: 46%;
}
.about-history .main li .txt .t {
  font-size: .3rem;
  padding-bottom: .1rem;
}
.about-history .main li .txt .p {
  line-height: 2;
  color: #666;
}
.about-history .main li .circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: .2rem;
  height: .2rem;
  margin-left: -0.1rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  position: relative;
}
.about-history .main li .circle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .08rem;
  height: .08rem;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  opacity: 0;
  transition: all .3s;
}
.about-history .main li:nth-child(2n) .txt {
  float: left;
  text-align: right;
}
.about-history .main li:hover .circle:after {
  opacity: 1;
}
.about-honor .main {
  margin: 0 -0.1rem;
}
.about-honor .main li {
  float: none;
  display: inline-block;
  padding: 0 .1rem;
  margin-bottom: .2rem;
}
.about-honor .main li .box {
  padding: .4rem 2.5vw;
  background: #fff;
}
.about-honor .main li .img {
  height: 2.4rem;
  line-height: 2.4rem;
}
.about-honor .main li img {
  max-width: 90%;
  max-height: 90%;
}
.about-photo li {
  margin-bottom: .2rem;
}
.about-photo li .img {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 66.66666%;
}
.about-photo li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-photo li h4 {
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  color: #1e242b;
  font-size: .18rem;
  background-color: #fff;
}
.contact {
  position: relative;
  z-index: 2;
}
.contact .w {
  background: #fff;
}
.contact .left {
  width: 65%;
  overflow: hidden;
}
.contact .left img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact .right {
  width: 35%;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 1vw;
}
.contact .right h3 {
  padding-bottom: .2rem;
  font-size: .2rem;
  color: #2458B9;
  border-bottom: 1px solid #ddd;
  margin-bottom: 33px;
}
.contact .right p {
  height: 36px;
  font-size: 16px;
  color: #666666;
}
.contact .right .qrcode {
  margin-top: 40px;
  position: relative;
}
.contact .right .qrcode img {
  float: left;
  width: 85px;
  height: 85px;
}
.contact .right .qrcode span {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666666;
}
.contact #map {
  width: 100%;
  height: 920px;
}
.contact #map img {
  max-width: none;
  max-height: none;
}
.contact #map .BMapLib_SearchInfoWindow .BMapLib_bubble_center {
  line-height: 1.5;
}
.contact #map td {
  box-sizing: content-box;
}
.contact-form ul {
  margin: 0 -0.1rem;
}
.contact-form li {
  padding: 0 .1rem;
}
.contact-form input {
  width: 100%;
  height: 60px;
  padding: 20px 0 24px 30px;
  margin-right: 30px;
  font-size: 16px;
  color: #666666;
}
.contact-form input:last-child {
  margin-right: 0;
}
.contact-form textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  margin-top: .2rem;
  font-size: 16px;
  color: #333333;
}
.contact-form .more {
  padding-top: 50px;
  width: 680px;
  margin: 0 auto;
}
.contact-form .more a {
  display: block;
  width: 246px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  border-radius: 45px;
}
.contact-form .more .icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  color: #2458B9;
  margin-left: 64px;
  padding-left: 40px;
  padding-top: 5px;
}
.contact-form .more .phone {
  font-size: 30.715px;
  color: #33323a;
  font-weight: 700;
  padding-left: 26px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}
.news .main li {
  margin-top: .2rem;
}
.news .main li .box {
  width: auto;
  position: relative;
}
.news .main li .img .img-box {
  overflow: hidden;
}
.news .main li .img img {
  width: 100%;
}
.news .main li .txt {
  padding: 1vw 2vw .2rem;
  background: #fff;
}
.news .main li .txt h4 {
  height: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: .18rem;
}
.news .main li .txt span {
  display: block;
  margin: .1rem 0 .15rem;
  color: #666;
  font-style: normal;
}
.news .main li .txt .p {
  height: 1.1rem;
  padding-top: .1rem;
  line-height: .25rem;
  overflow: hidden;
  color: #999;
  font-size: .14rem;
  border-top: 1px solid #ddd;
  position: relative;
}
.news .main li .txt .p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #333;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .6s;
}
.news .main li .txt .more {
  display: block;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin-top: 20px;
  text-align: center;
  color: #666;
  background-color: #f4f4f4;
}
.news .main li:hover .txt p:before {
  transform: scaleX(1);
}
.news-detail {
  padding: 50px 0 100px;
}
.news-detail .main {
  width: calc(100% - 340px);
}
.news-detail .main img {
  max-width: 100%;
}
.news-detail .title {
  padding-bottom: 2vw;
  margin: 0 -20px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.news-detail .title h3 {
  line-height: 42px;
  padding-bottom: 10px;
  font-size: 30px;
}
.news-detail .title p {
  color: #666;
  font-size: 14px;
}
.news-detail .content {
  padding: 3.5vw 4vw;
  background: #fff;
}
.news-detail .content .con {
  min-height: 100px;
  line-height: 30px;
  margin-bottom: 60px;
}
.news-detail .content .con img {
  max-width: 100%;
}
.news-detail .more {
  height: 110px;
  padding: 20px;
  margin-top: 35px;
  background: #fff;
  position: relative;
}
.news-detail .more p {
  line-height: 35px;
}
.news-detail .more p a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  transition: all .3s;
}
.news-detail .more p a:hover {
  color: #2458B9;
}
.news-detail .more p {
  display: block;
}
.news-detail .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 130px;
  line-height: 40px;
  margin-top: -23px;
  text-align: center;
  color: #fff;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  border-radius: 5px;
}
.news-detail .side {
  width: 320px;
}
.news-detail .latest {
  padding: 3.5vw 1.5vw 20px;
  margin-bottom: 20px;
  background: #fff;
}
.news-detail .latest h5 {
  height: 50px;
  font-size: .24rem;
}
.news-detail .latest li {
  height: 86px;
  padding: 14px 0;
  color: #666;
  border-top: 1px solid #ddd;
}
.news-detail .latest li .img {
  width: 80px;
  margin-right: .1rem;
}
.news-detail .latest li .img img {
  width: 100%;
}
.news-detail .latest .txt {
  padding-top: 6px;
}
.news-detail .latest h6 {
  height: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all .3s;
}
.news-detail .latest li:hover h6 {
  color: #2458B9;
}
.news-detail .latest p {
  font-size: .14rem;
}
.news-detail .latest p span {
  color: #2458B9;
}
.position {
  padding: .15rem 0;
  line-height: 1.5;
  font-size: .14rem;
}
.position a:hover {
  color: #2458B9;
  text-decoration: underline;
}
.detail-box {
  overflow: hidden;
  padding-left: .2rem;
  padding-bottom: .6rem;
}
.pro-detail {
  background: #fff;
}
.pro-detail .top {
  padding: 25px;
  background-color: #fff;
}
.pro-detail .top .img {
  width: 50%;
  overflow: hidden;
}
.pro-detail .top .txt {
  width: 50%;
}
.pro-detail .top .big li {
  text-align: center;
  background-color: #fff;
}
.pro-detail .top .big li .box {
  height: 360px;
  line-height: 360px;
  overflow: hidden;
  text-align: center;
}
.pro-detail .top .big li .box img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .top .list {
  position: relative;
  padding: 0 40px;
  margin-top: 10px;
  text-align: center;
}
.pro-detail .top .list li {
  border: 1px solid transparent;
}
.pro-detail .top .list li .box {
  height: 90px;
  line-height: 90px;
}
.pro-detail .top .list li img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .top .list .swiper-slide-thumb-active {
  border-color: #2458B9;
}
.pro-detail .top .txt {
  padding-top: 20px;
  padding-left: 2vw;
}
.pro-detail .top h4 {
  height: 52px;
  color: #1e242b;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}
.pro-detail .top .con {
  min-height: 100px;
  padding: 20px 1.5vw 0;
  color: #999;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 30px;
}
.pro-detail .top .more a {
  display: inline-block;
  padding: 11px 30px;
  margin-right: 1vw;
  color: #fff;
  font-size: 18px;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  border-radius: 40px;
  vertical-align: middle;
}
.pro-detail .top span {
  color: #2458B9;
}
.pro-detail .top .more span {
  display: inline-block;
  padding-left: 35px;
  color: #2458B9;
  font-size: 22px;
  vertical-align: middle;
}
.pro-detail .swiper-button-next,
.pro-detail .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #a3a3a3;
  z-index: 99999;
  left: 0;
  margin-top: -25px;
}
.pro-detail .swiper-button-next {
  left: auto;
  right: 0;
}
.pro-detail .swiper-button-next:after,
.pro-detail .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.pro-detail .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.pro-detail .swiper-button-next:hover,
.pro-detail .swiper-button-prev:hover {
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.pro-detail .swiper-button-next:hover:after,
.pro-detail .swiper-button-prev:hover:after {
  border-color: #fff;
}
.pro-content {
  background: #fff;
}
.pro-content .tit {
  border-bottom: 1px solid #e5e5e5;
}
.pro-content .tit a {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.pro-content .tit a.active {
  color: #fff;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.pro-content .item {
  padding: 50px;
}
.pro-content .item img {
  max-width: 100%;
}
.pro-recom {
  padding: 0 .2rem;
}
.pro-recom .title {
  margin-bottom: 30px;
  font-size: .24rem;
  text-align: center;
}
.pro-recom .title p {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.pro-recom ul {
  margin: 0 -0.1rem;
}
.pro-recom li {
  display: block;
  padding: 0 .1rem;
  transition: all .3s;
}
.pro-recom li .img {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5% 0;
}
.pro-recom li .img img {
  width: 80%;
  transition: all .3s;
}
.pro-recom li:hover .img img {
  transform: scale(1.02);
}
.pro-recom li h4 {
  height: .5rem;
  line-height: .5rem;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e242b;
}
.pro-recom li:hover h4 {
  color: #2458B9;
}
.pro-recom li:hover a {
  transform: translateY(-5px);
}
.solution-title {
  padding-bottom: .2rem;
  text-align: center;
  font-size: .3rem;
  position: relative;
}
.solution-title:after {
  content: '';
  display: block;
  width: 30px;
  margin: .2rem auto 0;
  border-bottom: 2px solid #2458B9;
}
.solution-nav {
  text-align: right;
  box-shadow: 0 5px 5px #ddd;
}
.solution-nav a {
  display: inline-block;
  padding: .15rem 0;
  margin-left: .2rem;
  color: #666;
  font-size: .14rem;
}
.solution-nav a:hover {
  color: #2458B9;
  opacity: .9;
}
.solution-nav a.active {
  color: #2458B9;
}
.solution-detail .main .w1200 {
  background-color: #f4f4f4;
}
.solution-detail .main .tit {
  padding-bottom: .8rem;
  font-size: .36rem;
  text-align: center;
}
.solution-detail .main .img {
  padding: 4vw 2vw 0;
  padding-left: 5vw;
  margin-top: .18rem;
  background: #fff;
  position: relative;
}
.solution-detail .main .img:after,
.solution-detail .main .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.18rem;
  width: 70%;
  height: .18rem;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  z-index: 2;
}
.solution-detail .main .img:after {
  width: .18rem;
  height: 86%;
}
.solution-detail .main .img img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.solution-detail .main .txt {
  padding: 6vw 3.5vw 0;
}
.solution-detail .main .txt .t {
  padding-bottom: .2rem;
  font-size: .24rem;
}
.solution-detail .main .txt .p {
  color: #666;
  line-height: 2;
}
.solution-detail img {
  max-width: 100%;
}
.solution-detail .pro {
  text-align: center;
}
.solution-detail .pro ul {
  margin: 0 -2%;
}
.solution-detail .pro li {
  float: none;
  display: inline-block;
  padding: 0 2%;
}
.solution-detail .pro li .txt {
  padding-top: .3em;
}
.solution-detail .pro li .txt .t {
  padding-bottom: .15rem;
  font-size: .18rem;
}
.solution-detail .pro li .txt .p {
  color: #999;
  line-height: 1.5;
  padding: 0 10%;
}
.links {
  margin-top: .3rem;
  line-height: .2rem;
}
.links span {
  color: #2458B9;
}
.links a {
  margin-right: 1vw;
}
.links a:hover {
  text-decoration: underline;
}
.footer {
  padding-top: .7rem;
  color: #666;
  background: #fff;
}
.footer .left {
  overflow: hidden;
}
.footer .phone {
  white-space: nowrap;
}
.footer .phone .tel {
  display: inline-block;
  vertical-align: top;
  max-width: 2.25rem;
}
.footer .phone .tel h4 {
  padding-bottom: .2rem;
  color: #333;
}
.footer .phone .tel h5 {
  color: transparent;
  font-size: .3rem;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.footer .phone .tel p {
  margin-top: .2rem;
  color: #666;
  opacity: .5;
  font-size: .14rem;
  line-height: 1.5;
  white-space: pre-wrap;
}
.footer .phone .ewm {
  display: inline-block;
  vertical-align: top;
  margin-left: 4vw;
}
.footer .phone .ewm img {
  width: 1.15rem;
  height: 1.15rem;
  padding: .05rem;
  background: #fff;
}
.footer .phone .ewm p {
  padding-top: .1rem;
  color: #666;
  text-align: center;
}
.footer .nav dl {
  float: left;
  margin-right: 1.4rem;
}
.footer .nav dt {
  padding-bottom: .2rem;
  color: #333;
}
.footer .nav dd {
  line-height: .36rem;
}
.footer .nav dd a {
  display: inline-block;
}
.footer .copy {
  padding: .2rem 0;
  margin-top: .5rem;
  line-height: 1.5;
  color: #fff;
  font-size: .14rem;
  background-image: -moz-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -webkit-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
  background-image: -ms-linear-gradient(8deg,#2458b9 0%,#24b592 100%);
}
.footer .copy a:hover {
  transform: translateX(4px);
  text-decoration: underline;
}
.footer .copy .fl a {
  margin-left: 10px;
}
.footer .nav a {
  transition: all .3s;
}
.footer .nav a:hover {
  transform: translateX(4px);
  color: #2458B9 !important;
  opacity: 1 !important;
  text-decoration: underline;
}
.sea-product {
  padding-top: 10px;
}
.sea-product ul.mycol {
  margin: 0 -10px;
}
.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sea-product li {
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}
.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
.sea-product li img {
  max-width: 80%;
  max-height: 80%;
  width: 100%;
}
.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 1700px) {
  .w1600 {
    width: 1500px;
  }
}
@media (max-width: 1520px) {
  .w {
    width: 1200px;
  }
  .w1600 {
    width: 1300px;
  }
  .footer .nav dl {
    margin-right: .6rem;
  }
}
@media (max-width: 1340px) {
  .w1600 {
    width: 96%;
  }
  .w {
    width: 86%;
  }
  .footer .nav dl {
    margin-right: .6rem;
  }
}
@media (max-width: 1280px) {
  .header .phone .form {
    display: none !important;
  }
  .footer dl {
    margin-right: .1rem;
  }
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }
  .header-m {
    display: block;
  }
  .footer .nav {
    display: none;
  }
}
