@charset "utf-8";
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", arial, SimSun, Tahoma, Helvetica, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  touch-action: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
@-webkit-keyframes Updown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0.002deg);
    transform: translate3d(0, -10px, 0) rotate(0.002deg);
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Updown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0.002deg);
    transform: translate3d(0, -10px, 0) rotate(0.002deg);
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** 设置默认字体 **/
html {
  font-size: 62.5%;
  font-family: "Microsoft YaHei", arial, SimSun, Tahoma, Helvetica, Arial, sans-serif;
  color: #717171;
  background: #151417;
}
body {
  font: 1.4rem/1.5;
}
body,
button,
input,
select,
textarea {
  font-size: 1.4rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 14px;
}
ul,
ol {
  list-style: none;
}
*:focus {
  outline: none;
}
a {
  color: #fff;
}
a:hover {
  color: #e63d35;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 清除浮动 */
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  *zoom: 1;
}
.pb20 {
  padding-bottom: 20px;
}
.mt-80 {
  margin-top: 80px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb160 {
  margin-bottom: 160px;
}
label {
  font-weight: normal;
}
/* 省咯号 */
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@-webkit-keyframes flipOutYtest {
  from {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }
  40% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  /*初始状态 透明度为0*/
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  /*过渡状态 透明度为0*/
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
  /*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {
  /*针对webkit内核*/
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.showpc {
  display: inline-block;
}
.showphone {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  background: #ededed;
}
.btna {
  display: inline-block;
  border: none;
  background: 0 0;
  color: #e63d35;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 1rem;
  padding: 0.5rem 3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  /*
  border-radius: 20px;
  display: inline-block;
  border: none;
  background: 0 0;
  color: @orange;
  vertical-align: middle;
  position: relative;
  z-index: 1;

  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color .3s,background-color .3s;
  transition: border-color .3s,background-color .3s;
  -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
  transition-timing-function: cubic-bezier(.2,1,.3,1);


  span {
    display: block;
    padding: 0.5rem 3rem;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1)
  }

  &:after{
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;

    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);

    color: #fff;
    padding: 0.5rem 3rem;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1)
  }

  &:hover {
    border-color: @orange;
    background-color: @orange;
    color: @white;
    &:after {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
    }
    span {
      opacity: 0;
      -webkit-transform: translate3d(0,-25%,0);
      transform: translate3d(0,-25%,0)
    }
  }
*/
  /*
  //从左到右特效
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 5px 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  span {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  i {
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
    height: 100%;
    top: 0;
    left: -28%;
    transform: skewX(-40deg);
  }
  &:hover,
  &:focus  {
    span {
      color: @orange;
    }
    i {
      width: 160%;
    }
  }*/
}
.btna:before,
.btna:after {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: #e63d35;
  z-index: -1;
}
.btna:before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.btna:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1.1, 1, 1);
  transform: scale3d(1.1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.btna:before,
.btna:after {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btna:before,
.btna:after {
  background: transparent;
}
.btna:hover {
  color: #fff;
}
.btna:hover::before {
  opacity: 1;
}
.btna:hover::after,
.btna:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-white-all {
  background: #e63d35;
  border: solid 1px #e63d35;
  color: #e63d35;
  /*
  background: @white;
  border-radius: 20px;
  border:solid 1px @orange;
  //padding: 5px 20px;
  span{
    color: @orange;
  }
  i{
    background: @white;
    color: @orange;
  }
  &:hover,
  &:focus{
    background: @gray;
    border:solid 1px @gray;
    i{
      background: @gray;
    }
    span {
      color: @orange;
    }
  }*/
}
.btn-white-all:hover {
  background: #ffffff;
  color: #e63d35;
}
.btn-white-all:hover:after {
  color: #e63d35;
}
.btn-org-all {
  background: #e63d35;
  color: #ffffff;
  /*
  background: @orange;
  border-radius: 20px;
  border:solid 1px @orange;
  //padding: 5px 20px;
  span{
    color: @white;
  }
  i{
    background: @white;
    color: @orange;
  }
  &:hover,
  &:focus{
    span {
      color: @orange;
    }
  }*/
}
.btn-org-all:after {
  background: none;
}
.btn-org-all:hover {
  background: #242424;
}
.btn-org-white {
  background: #e63d35;
  color: #ffffff;
  /*
  background: @orange;
  border-radius: 20px;
  border:solid 1px @orange;
  //padding: 5px 20px;
  span{
    color: @white;
  }
  i{
    background: @white;
    color: @orange;
  }
  &:hover,
  &:focus{
    span {
      color: @orange;
    }
  }*/
}
.btn-org-white:after {
  background: #e63d35;
  color: #ffffff;
}
.btn-org-white:hover {
  color: #e63d35;
}
.btn-org-white:hover:after,
.btn-org-white:hover:before {
  color: #e63d35;
  background: #ffffff;
}
.btn-black-open {
  background: transparent;
  border: solid 1px #242424;
  color: #242424;
  /*
  background: @orange;
  border-radius: 20px;
  border:solid 1px @orange;
  //padding: 5px 20px;
  span{
    color: @white;
  }
  i{
    background: @white;
    color: @orange;
  }
  &:hover,
  &:focus{
    span {
      color: @orange;
    }
  }*/
}
.btn-black-open:active,
.btn-black-open:visited {
  color: #242424;
}
.btn-black-open:after {
  background: transparent;
}
.btn-black-open:before {
  background: transparent !important;
}
.btn-black-open:hover {
  color: #ffffff;
  background: #242424;
}
.btn-black-open:hover:after,
.btn-black-open:hover:before {
  color: #ffffff;
  background: #242424;
}
.btn-white-gray {
  background: #ffffff;
  border: solid 1px #e63d35;
  color: #e63d35;
  /*background: transparent;
  border-radius: 20px;
  border:solid 1px @orange;
  //padding: 5px 20px;
  span{
    color: @white;
  }
  i{
    background: @white;
    color: @orange;
  }
  &:hover,
  &:focus{
    span {
      color: @orange;
    }
  }*/
}
.btn-white-gray:after {
  background: #ffffff;
  color: #e63d35;
}
.btn-white-gray:hover:before,
.btn-white-gray:hover:after {
  background: #37333e;
  color: #e63d35;
  border: solid 1px #37333e;
}
.btn-open {
  background: transparent;
  border: solid 1px #e63d35;
  color: #e63d35;
  /*background: transparent;
  border-radius: 20px;
  border:solid 1px @orange;
  //padding: 5px 20px;
  span{
    color: @white;
  }
  i{
    background: @white;
    color: @orange;
  }
  &:hover,
  &:focus{
    span {
      color: @orange;
    }
  }*/
}
.btn-open:active,
.btn-open:visited {
  color: #e63d35;
}
.btn-open:after {
  background: transparent;
}
.btn-open:hover {
  color: #ffffff;
  background: #e63d35;
}
.btn-open-wborder {
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 1.8rem;
}
.btn-open-wborder:active,
.btn-open-wborder:visited {
  color: #ffffff;
}
.btn-open-wborder:after {
  background: transparent;
}
.btn-open-wborder:hover {
  color: #ffffff;
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .top {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.header .top a {
  color: #ffffff;
}
.header .top .share {
  overflow: hidden;
  display: inline-block;
  margin-top: 2px;
}
.header .top .share a {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.header .top .share .linkedin:hover .tips {
  display: block;
}
.header .top .share .linkedin .tips {
  display: none;
  position: absolute;
  margin-top: 3.5rem;
  margin-left: -1rem;
}
.header .top .share .linkedin .tips .triangle-border-right {
  width: 0;
  height: 0;
  border-width: 9px 9px 15px  9px ;
  border-style: solid;
  border-color: transparent transparent #e24436 transparent;
  position: absolute;
  top: -1.5rem;
  left: 1rem;
}
.header .top .share .linkedin .tips .customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  color: #ffffff;
  text-align: center;
}
.header .top .share .linkedin .tips .customer-list .customer {
  width: 12rem;
  background-color: #e24436;
  padding: 1rem;
  margin: 5px;
  border-radius: 0.5rem;
}
.header .top .share .linkedin .tips .customer-list .customer .qrcode {
  width: 100%;
  margin-bottom: 0.5rem;
}
.header .top .contact {
  float: right;
  margin: 5px 0;
}
.header .top .contact .online {
  display: none;
}
.header .top .contact .online .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -120px center;
  background-image: url("../images/ico.png");
  background-size: cover;
  vertical-align: middle;
}
.header .top .contact .online .icon:hover {
  background-position: -120px center;
  background-image: url("../images/ico-hover.png");
}
.header .navbox {
  padding: 2rem 0;
  width: 96%;
  margin: 0 auto;
}
.header .navbox .logo {
  float: left;
  padding: 10px;
}
.header .navbox .menu {
  float: right;
  margin-left: 5rem;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.header .navbox .menu ul li {
  font-size: 1.8rem;
  float: left;
  margin: 1rem;
}
.header .navbox .menu ul li:link .sub,
.header .navbox .menu ul li:visited .sub,
.header .navbox .menu ul li:active .sub {
  display: none;
}
.header .navbox .menu ul li:link .sub li a,
.header .navbox .menu ul li:visited .sub li a,
.header .navbox .menu ul li:active .sub li a {
  width: auto;
}
.header .navbox .menu ul li a {
  padding: 0.5rem 2.1rem;
}
.header .navbox .menu ul li.active a,
.header .navbox .menu ul li:hover a {
  border: solid 1px #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}
.header .navbox .menu ul li:hover {
  transition: all 0.6s;
}
.header .navbox .menu ul li:hover .sub {
  display: block;
  transition: all 0.6s;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.header .navbox .menu ul li .sub {
  display: none;
  position: absolute;
  margin-left: -30px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 30px;
  transition: all 0.6s;
}
.header .navbox .menu ul li .sub:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 42%;
  top: 0;
  margin-top: -16px;
}
.header .navbox .menu ul li .sub:hover {
  transition: all 0.6s;
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.header .navbox .menu ul li .sub li {
  float: none;
  text-align: center;
  padding: 0;
  line-height: 30px;
}
.header .navbox .menu ul li .sub li a:hover {
  margin: 0;
  padding: 0;
}
.header .navbox .menu ul li .sub li a:hover:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #e63d35;
  position: absolute;
  left: 85%;
  margin-top: 6px;
}
.header .navbox .menu ul li .sub li.active a {
  color: #e63d35;
}
.header .navbox .menu_black li a {
  color: #242424;
}
.header .navbox .menu_black li.active a,
.header .navbox .menu_black li:hover a {
  border: solid 1px #242424 !important;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}
.header .navbox .lang {
  float: right;
  margin: 20px 0;
}
.header .navbox .lang .user {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.header .navbox .lang .user .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -140px center;
  background-image: url("../images/ico.png");
  background-size: cover;
  vertical-align: middle;
}
.header .navbox .lang .user .icon:hover {
  background-position: -140px center;
  background-image: url("../images/ico-hover.png");
}
.header .navbox .lang .switch {
  color: #ffffff;
  float: left;
}
.header .navbox .lang .switch label {
  cursor: pointer;
}
.header .navbox .lang .switch label:after {
  content: "∨";
  padding-left: 5px;
  position: relative;
  top: 0;
  float: right;
}
.header .navbox .lang .switch label:hover {
  color: #e63d35;
}
.header .navbox .lang .switch label:hover:after {
  content: "∧";
}
.header .navbox .lang .switch label:hover ul {
  display: block;
}
.header .navbox .lang .switch .sub {
  display: none;
  width: 100%;
  color: #ffffff;
  position: absolute;
  float: left;
}
.header .navbox .lang .switch .sub li {
  cursor: pointer;
}
.header .navbox .lang .switch .sub li:hover {
  color: #e63d35 !important;
}
.inner-header {
  background: #ffffff;
  color: #1c2b34 !important;
  position: fixed;
  box-shadow: 0px 0px 10px 0 #cecece;
}
.inner-header .top {
  background: #221e2c;
}
.inner-header .navbox {
  padding: 0.5rem 0;
}
.inner-header .navbox .menu {
  margin-left: 5rem;
  margin-top: 0;
}
.inner-header .navbox .menu ul li {
  font-size: 1.8rem;
  padding: 2rem 1.8rem;
}
.inner-header .navbox .menu ul li.active a {
  color: #e63d35;
}
.inner-header .navbox .menu ul li.active .sub a {
  color: #000;
}
.inner-header .navbox .menu ul li.active .sub a:hover {
  color: #e63d35;
}
.inner-header .navbox .menu ul li a:hover {
  color: #e63d35;
}
.inner-header .navbox .menu ul li .sub {
  margin-top: 2.1rem;
  box-shadow: 0px 2px 5px 0px #ccc;
  background: #ffffff;
}
.inner-header .navbox .menu ul li .sub li:first-child {
  display: block;
}
.inner-header .navbox .menu ul li .sub:before {
  border-bottom-color: #e63d35;
}
.inner-header .navbox a {
  color: #1c2b34;
}
.inner-header .navbox .lang {
  margin-top: 2rem;
}
.inner-header .navbox .lang .switch {
  color: #1c2b34;
}
.inner-header .navbox .lang .switch .sub {
  color: #1c2b34;
  background: #ffffff;
  width: 5rem;
  margin-left: -1.7rem;
  text-align: center;
  padding: 0.5rem;
  box-shadow: 0px 2px 1px 0px #ccc;
}
.inner-header .navbox .lang .user .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -160px center;
  background-image: url("../images/ico.png");
  background-size: cover;
  vertical-align: middle;
}
.share a {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.share .icon {
  background-size: cover;
  margin: 5px;
}
.share .facebook {
  background-position: 0px center;
  background-image: url("../images/ico.png");
}
.share .facebook:hover {
  background-position: 0px center;
  background-image: url("../images/ico-hover.png");
}
.share .youtube {
  background-position: -20px center;
  background-image: url("../images/ico.png");
}
.share .youtube:hover {
  background-position: -20px center;
  background-image: url("../images/ico-hover.png");
}
.share .instagram {
  background-position: -40px center;
  background-image: url("../images/ico.png");
}
.share .instagram:hover {
  background-position: -40px center;
  background-image: url("../images/ico-hover.png");
}
.share .weibo {
  background-position: -60px center;
  background-image: url("../images/ico.png");
}
.share .weibo:hover {
  background-position: -60px center;
  background-image: url("../images/ico-hover.png");
}
.share .linkedin {
  background-position: -80px center;
  background-image: url("../images/ico.png");
}
.share .linkedin:hover {
  background-position: -80px center;
  background-image: url("../images/ico-hover.png");
}
.share .wechat {
  background-position: -100px center;
  background-image: url("../images/ico.png");
}
.share .wechat:hover {
  background-position: -100px center;
  background-image: url("../images/ico-hover.png");
}
.share .wechat:hover .wechatCode {
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.share .wechatCode {
  display: none;
  position: absolute;
  padding-right: 30px;
  width: 115px;
  height: 120px;
  top: 40px;
  background-image: url(../images/wechat.png);
}
.share .wechatCode:hover {
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.share-gray {
  overflow: hidden;
}
.share-gray a {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.share-gray .icon {
  background-size: cover;
  margin: 5px;
}
.share-gray .facebook {
  background-position: 0px center;
  background-image: url("../images/ico-gray.png");
}
.share-gray .facebook:hover {
  background-position: 0px center;
  background-image: url("../images/ico-hover.png");
}
.share-gray .youtube {
  background-position: -20px center;
  background-image: url("../images/ico-gray.png");
}
.share-gray .youtube:hover {
  background-position: -20px center;
  background-image: url("../images/ico-hover.png");
}
.share-gray .instagram {
  background-position: -40px center;
  background-image: url("../images/ico-gray.png");
}
.share-gray .instagram:hover {
  background-position: -40px center;
  background-image: url("../images/ico-hover.png");
}
.share-gray .weibo {
  background-position: -60px center;
  background-image: url("../images/ico-gray.png");
}
.share-gray .weibo:hover {
  background-position: -60px center;
  background-image: url("../images/ico-hover.png");
}
.share-gray .linkedin {
  background-position: -80px center;
  background-image: url("../images/ico-gray.png");
}
.share-gray .linkedin:hover {
  background-position: -80px center;
  background-image: url("../images/ico-hover.png");
}
.share-gray .wechat {
  background-position: -100px center;
  background-image: url("../images/ico-gray.png");
}
.share-gray .wechat:hover {
  background-position: -100px center;
  background-image: url("../images/ico-hover.png");
}
.share-gray .wechat:hover .wechatCode {
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.share-gray .wechatCode {
  display: none;
  position: absolute;
  padding-right: 30px;
  width: 115px;
  height: 120px;
  top: 40px;
  background-image: url(../images/wechat.png);
}
.share-gray .wechatCode:hover {
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.swipe {
  display: block;
  z-index: 3;
  transition-duration: 0ms !important;
  -webkit-transition-duration: 0ms !important;
}
.swiper-container,
.swiper-container-news {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-slide,
.swiper-container-news .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-button-prev,
.swiper-container-news .swiper-button-prev {
  left: 8%;
}
.swiper-container .swiper-button-next,
.swiper-container-news .swiper-button-next {
  right: 8%;
}
.swiper-container .swiper-button-prev,
.swiper-container-news .swiper-button-prev,
.swiper-container .swiper-button-next,
.swiper-container-news .swiper-button-next {
  background: #e63d35;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.swiper-container .swiper-button-prev:after,
.swiper-container-news .swiper-button-prev:after,
.swiper-container .swiper-button-next:after,
.swiper-container-news .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}
#fp-nav ul li a span {
  background: #ffffff;
}
.fp-nav-black ul li a span {
  background: #000 !important;
}
.pageContain .txt {
  margin-top: 20%;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.pageContain .page {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  color: #fff;
}
.pageContain .page .box {
  top: 22%;
  position: relative;
}
.pageContain .page .contain {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.pageContain .page1 {
  background: url("../images/index_page1_bg.jpg");
  background-size: cover;
}
.pageContain .page1 .swiper-slide h1 {
  font-size: 7rem;
  margin-bottom: 10px;
  line-height: normal;
}
.pageContain .page1 .swiper-slide h1 label {
  background-image: linear-gradient(60deg, #ffffff, #ffffff, #e63d35);
  -webkit-background-clip: text;
  color: transparent;
}
.pageContain .page1 .swiper-slide h1:after {
  content: "";
  position: relative;
  border-bottom: 4px solid #e63d35;
  width: 6rem;
  display: block;
  height: 2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.pageContain .page1 .swiper-slide p {
  font-size: 2.4rem;
  width: 60%;
  margin: 0 auto 25px auto;
}
.pageContain .page1 .swiper-slide .btna {
  font-size: 22px;
  margin: 0 10px;
  padding: 0.5rem 2rem;
  border-radius: 30px;
}
.pageContain .page1 .swiper-slide .btna:hover:after {
  padding: 1rem 3rem;
}
.pageContain .page1 .swiper-slide .img {
  position: relative;
  animation: 2s opacity2 ease, Updown 6s ease-in-out infinite;
  -webkit-animation: 2s opacity2 ease, Updown 6s ease-in-out infinite;
  /*infinite无限播放，alternate轮流反向播放*/
}
.pageContain .page1 .swiper-slide .img0 {
  animation: 1s opacity2 ease;
  -webkit-animation: 1s opacity2 ease;
}
.pageContain .page1 .swiper-slide .img1 {
  top: -7.5rem;
  left: 0.2rem;
}
.pageContain .page1 .swiper-slide .img2 {
  top: 13.8rem;
  left: 43.5rem;
}
.pageContain .page1 .swiper-slide .img3 {
  top: 14rem;
  left: -61rem;
}
.pageContain .page1 .swiper-slide .banner {
  background: url("../images/index-banner-img.png") center center no-repeat;
  background-size: contain;
  height: 61.5rem;
  width: 100%;
  animation: 1.5s opacity2 ease;
  -webkit-animation: 1.5s opacity2 ease;
}
.pageContain .page1 .swiper-pagination {
  display: none;
}
.pageContain .page1 .box {
  position: relative;
  margin-top: -200px;
  top: auto;
  z-index: 1;
}
.pageContain .page1 .box ul li {
  float: left;
  width: 32%;
  margin: 0 0.5%;
  background-size: cover;
}
.pageContain .page1 .box ul li:nth-child(1) {
  background-image: url("../images/index-box1-bg1.jpg");
}
.pageContain .page1 .box ul li:nth-child(1):hover {
  background-image: url("../images/index-box1-bg1-hover.jpg");
}
.pageContain .page1 .box ul li:nth-child(1):hover .btn-org-white {
  color: #e63d35;
}
.pageContain .page1 .box ul li:nth-child(1):hover .btn-org-white:after,
.pageContain .page1 .box ul li:nth-child(1):hover .btn-org-white:before {
  color: #e63d35;
  background: #ffffff;
}
.pageContain .page1 .box ul li:nth-child(2) {
  background: url("../images/index-box1-bg2-hover.jpg");
}
.pageContain .page1 .box ul li:nth-child(2):hover {
  background: url("../images/index-box1-bg2-hover.jpg");
}
.pageContain .page1 .box ul li:nth-child(3) {
  background: url("../images/index-box1-bg3.jpg");
}
.pageContain .page1 .box ul li:nth-child(3):hover {
  background-image: url("../images/index-box1-bg3-hover.jpg");
}
.pageContain .page1 .box ul li:nth-child(3):hover .btn-org-white {
  color: #e63d35;
}
.pageContain .page1 .box ul li:nth-child(3):hover .btn-org-white:after,
.pageContain .page1 .box ul li:nth-child(3):hover .btn-org-white:before {
  color: #e63d35;
  background: #ffffff;
}
.pageContain .page1 .box ul li .mask {
  text-align: center;
  padding: 30px 20px 20px 20px;
}
.pageContain .page1 .box ul li .mask .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.pageContain .page1 .box ul li .mask .btna {
  position: relative !important;
  margin: 0 0 -40px 0;
  font-size: 16px;
}
.pageContain .page2 {
  background: url("../images/index_page2_bg.jpg");
  background-size: cover;
}
.pageContain .page2 .box .border {
  margin-top: 2rem;
  background: #f4f6fb;
  border: solid 1px #000;
  border-radius: 1rem;
  box-shadow: 7px 5px 1px #d62323;
  color: #242424;
  padding: 2rem 2rem 6rem 3rem;
}
.pageContain .page2 .box .border p.top {
  border-bottom: solid 1px #242424;
}
.pageContain .page2 .box .border p.top label {
  display: block;
  font-size: 2.4rem;
  color: #d62323;
}
.pageContain .page2 .box .border p.top label.t {
  font-size: 5.4rem;
  display: block;
}
.pageContain .page2 .box .border .detail {
  padding: 1.5rem;
}
.pageContain .page2 .box .border .detail p {
  font-size: 1.8rem;
}
.pageContain .page2 .box .border .detail label.t {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 7rem;
  margin-bottom: 1rem;
}
.pageContain .page2 .box .img {
  text-align: right;
}
.pageContain .page2 .box .img img {
  max-width: 100%;
}
.pageContain .page2 .box .btns {
  margin: 14rem auto 0  auto;
  display: block;
  text-align: center;
}
.pageContain .page2 .box .btns a:hover {
  background: transparent;
  border: 1px solid #242424;
  color: #242424;
}
.pageContain .page2 .box .btns a:hover:after {
  background: transparent;
}
.pageContain .page3 {
  background: url("../images/index_page3_bg.jpg");
  background-size: cover;
}
.pageContain .page3 .box p {
  color: #242424;
}
.pageContain .page3 .box p.top {
  padding-left: 3rem;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.pageContain .page3 .box p.top .t {
  font-size: 5.4rem;
  display: block;
}
.pageContain .page3 .box .title {
  color: #ffffff;
  text-align: left;
  font-size: 3rem;
}
.pageContain .page3 .box .title label.line {
  display: block;
  margin: 10px 0 30px 0;
  width: 50px;
  border-bottom: #e63d35 solid 3px;
}
.pageContain .page3 .box ul li {
  float: left;
  width: 23%;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.pageContain .page3 .box ul li:nth-child(2) {
  margin: 0 3%;
}
.pageContain .page3 .box ul li .thumb {
  width: 100%;
  padding: 1rem;
  overflow: hidden;
}
.pageContain .page3 .box ul li .thumb img {
  width: 92%;
  height: auto;
  transition: all 0.4s;
}
.pageContain .page3 .box ul li .thumb img:hover {
  transform: scale(1.05);
}
.pageContain .page3 .box ul li .text {
  text-align: center;
  font-size: 2.3rem;
  color: #242424;
  margin: 2rem auto 3rem auto;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
}
.pageContain .page3 .box ul li .text:hover {
  border: solid 1px #242424;
  padding: 0.4rem 1.5rem;
  border-radius: 1rem;
}
.pageContain .page3 .box .btns {
  text-align: center;
  margin: 5rem auto 0 auto;
}
.pageContain .page3 .box .btns a {
  background: #ffffff;
  border: none;
}
.pageContain .page3 .box .btns a:hover {
  border: 1px solid #242424;
  color: #242424;
  background: transparent!important;
}
.pageContain .page3 .box .btns a:hover:after {
  background: transparent!important;
}
.pageContain .page4 {
  background: url("../images/index_page4_bg.jpg");
  background-size: cover;
}
.pageContain .page4 .box p {
  color: #242424;
}
.pageContain .page4 .box p.top {
  padding-left: 3rem;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.pageContain .page4 .box p.top .t {
  font-size: 5.4rem;
  display: block;
}
.pageContain .page4 .box .title {
  color: #ffffff;
  text-align: left;
  font-size: 3rem;
}
.pageContain .page4 .box .title label.line {
  display: block;
  margin: 10px 0 30px 0;
  width: 50px;
  border-bottom: #e63d35 solid 3px;
}
.pageContain .page4 .box ul {
  margin-top: 4rem;
}
.pageContain .page4 .box ul li {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  background: #ffde00;
  border: solid 1px #242424;
  border-radius: 1rem;
}
.pageContain .page4 .box ul li .thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  border: solid 1px #242424;
  margin: -0.8rem 0 0 -0.5rem;
}
.pageContain .page4 .box ul li .thumb img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.pageContain .page4 .box ul li .thumb img:hover {
  transform: scale(1.05);
}
.pageContain .page4 .box ul li .text {
  font-size: 1.2rem;
  color: #242424;
  padding: 1rem;
  display: inline-block;
}
.pageContain .page4 .box ul li .text .t {
  color: #242424;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pageContain .page4 .box ul li .text p {
  font-size: 1.6rem;
  color: #3e3e3e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pageContain .page4 .box ul li .text .date {
  text-align: right;
  width: 100%;
  margin: 1rem auto 0 auto;
  font-size: 1.4rem;
  color: #3e3e3e;
}
.pageContain .page4 .box .btns {
  text-align: center;
  margin: 11rem auto 0 auto;
}
.pageContain .page4 .box .btns a {
  background: #ffde00;
  border: solid 1px #ffde00;
}
.pageContain .page4 .box .btns a:hover {
  background: transparent;
  border: solid 1px #242424;
  color: #242424;
}
.pageContain .page4 .box .btns a:hover:after {
  background: transparent;
}
.pageContain .page5 {
  background: url("../images/index_page5_bg.jpg");
  background-size: cover;
}
.pageContain .page5 .box {
  top: 50%;
  margin-top: -45rem;
}
.pageContain .page5 .box p {
  color: #ffffff;
}
.pageContain .page5 .box p.top {
  padding-left: 3rem;
  font-size: 2.4rem;
  margin-bottom: 6rem;
}
.pageContain .page5 .box p.top .t {
  font-size: 5.4rem;
  display: block;
}
.pageContain .page5 .box .left {
  float: left;
  margin-top: 4rem;
  background: url("../images/line.png") right center no-repeat;
}
.pageContain .page5 .box .left ul li {
  float: left;
  width: 65%;
  text-align: center;
  margin-bottom: 5rem;
  font-size: 2.4rem;
}
.pageContain .page5 .box .left ul li:nth-child(1),
.pageContain .page5 .box .left ul li:nth-child(3) {
  width: 35%;
}
.pageContain .page5 .box .right {
  float: right;
  margin-top: 4rem;
}
.pageContain .page5 .box .right ul {
  padding-top: 1rem;
}
.pageContain .page5 .box .right ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 2rem;
}
.pageContain .page5 .box .right ul li img {
  margin-bottom: 0.5rem;
  max-width: 80%;
}
.pageContain .page6 {
  background: url("../images/index_page6_bg.jpg");
  background-size: cover;
}
.pageContain .page6 .box .title {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
.pageContain .page6 .box .title:hover {
  color: #e63d35;
}
.pageContain .page6 .box .title label.line {
  display: block;
  margin: 20px auto 10px auto;
  width: 50px;
  border-bottom: #e63d35 solid 3px;
}
.pageContain .page6 .box .btn_div {
  text-align: center;
  display: inline-block;
  margin: 3rem auto 0 auto;
  width: 100%;
}
.pageContain .page6 .box .btn_div a {
  margin: 0 10px;
  font-size: 2rem;
}
.pageContain .page6 .box ul.step {
  margin-top: 80px;
}
.pageContain .page6 .box ul.step li {
  position: relative;
  float: left;
  width: 22%;
  margin: 15px 1.5%;
  text-align: center;
  font-size: 2.5rem;
  background: url("../images/index-page6-icon-white.png") no-repeat center;
  background-size: contain;
}
.pageContain .page6 .box ul.step li:hover {
  background: url("../images/index-page6-icon-org.png") no-repeat center;
  background-size: contain;
  color: #e63d35;
}
.pageContain .page6 .box ul.step li:nth-child(1),
.pageContain .page6 .box ul.step li:nth-child(3) {
  background: url("../images/index-page6-icon-org.png") no-repeat center;
  background-size: contain;
  color: #e63d35;
}
.pageContain .page6 .box ul.step li:nth-child(1):hover,
.pageContain .page6 .box ul.step li:nth-child(3):hover {
  background: url("../images/index-page6-icon-white.png") no-repeat center;
  background-size: contain;
  color: #ffffff;
}
.pageContain .page6 .box ul.step li .text {
  margin-top: -50px;
  padding-bottom: 30px;
}
.pageContain .page6 .box ul.step li .number {
  font-size: 5rem;
  font-weight: bold;
}
.pageContain .page6 .box ul.bank {
  width: 90%;
  margin: 50px auto;
}
.pageContain .page6 .box ul.bank li {
  float: left;
  width: 17%;
  margin: 15px 1.5%;
  background: rgba(23, 29, 42, 0.8);
  border-radius: 8px;
  vertical-align: middle;
  padding: 20px;
}
.pageContain .page6 .box ul.bank li img {
  max-width: 100%;
  max-height: 100%;
}
.pageContain .page7 {
  background: #151417;
  z-index: 11;
}
.pageContain .page7 .box {
  top: 0;
}
.pageContain .page {
  background-size: 100% 100%!important;
}
.main {
  background: #ffffff;
}
.main .banner {
  background-size: cover;
  min-height: 663px;
  color: #ffffff;
  text-align: center;
}
.main .banner p {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.main .banner p.title {
  font-size: 10rem;
  margin-top: 20rem;
  font-weight: bold;
  margin-bottom: 0;
}
.main .banner p.ftitle {
  font-size: 1.8rem;
}
.main .banner p.ftitle:before {
  content: " ";
  width: 5.5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
.main .banner p.ftitle:after {
  content: " ";
  width: 5.5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
.main .banner p.ftitle-black {
  font-size: 1.8rem;
}
.main .banner p.ftitle-black:before {
  content: " ";
  width: 5.5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
.main .banner p.ftitle-black:after {
  content: " ";
  width: 5.5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
.main .banner .col-md-4 {
  width: 50%;
  color: #000;
  text-align: left;
}
.main .banner .col-md-4 p {
  font-size: 2rem;
}
.main .banner .col-md-4 p.title {
  font-size: 3em;
}
.main .banner .col-md-4 p.title:after {
  content: "";
  margin: 0 ;
}
.main .banner .reg_btn {
  font-size: 2.5rem;
  margin-top: 9rem;
}
.main .banner .reg_btn a {
  cursor: auto;
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  margin: 0 1rem;
  text-align: center;
}
.main .banner .reg_btn img.arrow {
  margin-top: 2rem;
  -webkit-animation: bounce 1.75s infinite;
  animation: bounce 1.75s infinite;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.main .banner-black {
  color: #242424;
}
.main .banner-black .reg_btn a {
  border: 1px solid #242424;
  color: #242424;
}
.main .pc_bg_grag {
  background: #f4f4f4;
  padding-bottom: 2rem;
}
.main .pc_bg_grag .box p.title {
  margin-top: 4rem;
}
.main .content .box p {
  font-size: 1.8rem;
}
.main .content .box p.title {
  margin-top: 10rem;
  text-align: center;
  font-size: 3rem;
}
.main .content .box p.title:after {
  content: "";
  position: relative;
  border-bottom: 4px solid #e63d35;
  width: 7rem;
  display: block;
  height: 2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.main .content .box p.msg {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.main .content .box p.img {
  text-align: center;
}
.main .content .box p.img img {
  max-width: 80%;
  margin-top: 1rem;
}
.main .content .box ul {
  overflow: hidden;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.main .content .box ul a {
  color: #000;
}
.main .content .box ul a:hover {
  color: #e63d35;
}
.main .content .box ul.youshi {
  margin: 4rem auto;
}
.main .content .box ul.youshi li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 2rem;
}
.main .content .box ul.youshi li img {
  width: 40%;
  margin-bottom: 1rem;
  transition: all 0.4s;
}
.main .content .box ul.youshi li img:hover {
  transform: scale(1.2);
}
.main .content .box ul.youshi li p {
  padding: 0 0.4rem;
}
.main .content .box ul.text {
  margin: 2rem auto 8rem auto;
}
.main .content .box ul.text .t {
  cursor: pointer;
  color: #e63d35;
  font-size: 2.2rem;
  margin: 2rem auto 1rem auto;
}
.main .content .box ul.text .t:before {
  content: ">";
  background: #e63d35;
  color: #ffffff;
  padding: 0.1rem 0.5rem 0.2rem 0.7rem;
  border-radius: 50% 50%;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.main .content .box ul.text p {
  display: none;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.main .content .box ul.text ul.star {
  display: none;
  margin: 1rem auto;
}
.main .content .box ul.text ul.star li {
  font-size: 1.5rem;
}
.main .content .box .table-container table.metal {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin: 3rem auto 1rem auto;
}
.main .content .box .table-container table.metal tr {
  border-bottom: 1px solid #000;
  background: #f4f4f4;
}
.main .content .box .table-container table.metal tr:nth-child(odd) {
  background: #e3e3e3;
}
.main .content .box .table-container table.metal tr.top {
  background: #e63d35;
  color: #ffffff;
}
.main .content .box .table-container table.metal tr td {
  padding: 1rem 0.1rem;
  border-bottom: 1px solid #000;
}
.main .content .box .table-container table.metal tr {
  border-bottom: 1px solid #000 !important;
}
.main .content .box .table-container table.metal tr th {
  border-right: 1px solid #000;
}
.main .content .box .table-container table.calendar {
  margin-top: 6rem;
}
.main .content .box .table-container table.calendar tr td {
  font-size: 1.4rem;
  border: 1px solid #888;
}
.main .content .box .table-container table.calendar tr td img {
  max-width: 40%;
}
.main .content .box .table-container table.calendar tr.top {
  border: 1px solid #888;
}
.main .content .box .table-container table.calendar tr.top td {
  border: none;
  font-size: 1.8rem;
}
.main .content .box .table-container table.calendar tr.top td:nth-child(1),
.main .content .box .table-container table.calendar tr.top td:nth-child(2) {
  width: 10%;
}
.main .content .box .table-container table.calendar tr.top td:nth-child(3) {
  min-width: 30%;
}
.main .content .box .price-table {
  margin: 4rem auto 1rem auto;
}
.main .content .box .price-table #tabs {
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.main .content .box .price-table #tabs ul {
  background: #eeeeee;
}
.main .content .box .price-table #tabs li {
  float: left;
  width: 16.66666667%;
  text-align: center;
}
.main .content .box .price-table #tabs li a {
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  color: #e63d35;
  border-radius: 5px 5px 0 0;
  font-size: 2rem;
}
.main .content .box .price-table #tabs li a:hover {
  background: #e63d35;
  color: #ffffff;
}
.main .content .box .price-table #tabs_container {
  overflow: hidden;
  position: relative;
  background: white;
}
.main .content .box .price-table #tabs_container table {
  background: #ffffff;
  width: 100%;
  border-radius: 5px;
}
.main .content .box .price-table #tabs_container table tr {
  border-bottom: solid 1px #aaaaaa;
}
.main .content .box .price-table #tabs_container table tr:nth-child(odd) {
  background: #eeeeee;
}
.main .content .box .price-table #tabs_container table tr:nth-child(1) {
  background: #e63d35;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 1rem;
}
.main .content .box .price-table #tabs_container table tr td {
  padding: 0.6rem;
  width: 16.6666%;
  text-align: center;
}
.main .content .box .price-table #tabs_container table tr td img {
  height: 20px;
  margin-right: 5px;
}
.main .content .box .price-table #tabs_container table tr td:nth-child(1) {
  text-align: left;
  padding-left: 6rem;
}
.main .content .box .price-table #tabs_container table tr.up {
  color: #e63d35;
}
.main .content .box .price-table #tabs_container table tr.up td:nth-child(1) {
  background: url("../images/price-up.png") 3rem no-repeat;
  background-size: 15px;
  color: #000;
}
.main .content .box .price-table #tabs_container table tr.up td:last-child {
  color: #000;
}
.main .content .box .price-table #tabs_container table tr.down {
  color: #14bf62;
}
.main .content .box .price-table #tabs_container table tr.down td:nth-child(1) {
  background: url("../images/price-down.png") 3rem no-repeat;
  background-size: 15px;
  color: #000;
}
.main .content .box .price-table #tabs_container table tr.down td:last-child {
  color: #000;
}
.main .content .box .price-table #tabs_container div {
  top: 0!important;
  width: 100%;
  overflow-x: auto;
}
.main .content .box .price-table .tabulous_active {
  background: #e63d35 !important;
  color: #ffffff !important;
}
.main .content .box .price-table .tabulousclear {
  display: block;
  clear: both;
}
.main .content .box .price-table .transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main .content .box .price-table .make_transist {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .content .box .price-table .hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.main .content .box .price-table .showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main .content .box .price-table .hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.main .content .box .price-table .showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main .content .box .price-table .hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.main .content .box .price-table .showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main .content .box .price-table .hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main .content .box .price-table .showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main .content .box .trading-central {
  margin: 4rem auto;
}
.main .content .box .trading-central .tab ul li {
  float: left;
  padding: 0 3rem 0 0;
  border-bottom: 3px solid #f3f3f3;
  font-size: 2.4rem;
}
.main .content .box .trading-central .tab ul li:last-child {
  padding: 0;
}
.main .content .box .trading-central .tab ul li span {
  padding-bottom: 3px;
  cursor: pointer;
}
.main .content .box .trading-central .tab ul li.active span {
  color: #e63d35;
  border-bottom: 3px solid #e63d35;
}
.main .content .box .trading-central .content .tab_con {
  display: none;
}
.main .content .box .trading-central .content .tab_con p.img {
  margin: 4rem auto;
}
.main .content .box .trading-central .content .tab_con p.img img {
  max-width: 50%;
}
.main .content .box .trading-central .content .tab_con p.t {
  color: #e63d35;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: -0.3rem;
}
.main .content .box .trading-central .content .tab_con p.t label {
  background: #e63d35;
  color: #ffffff;
  padding: 0 0.8rem;
  border-radius: 50%;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.main .content .box .trading-central .content .tab_con .reg_btn {
  text-align: center;
  font-size: 2rem;
  margin: 4rem auto;
}
.main .content .box .trading-central .content .tab_con .reg_btn a {
  margin: 0 1rem;
}
.main .content .box .trading-central .content .tab_con .list {
  overflow: hidden;
}
.main .content .box .trading-central .content .tab_con .left {
  width: 49%;
  float: left;
  margin-bottom: 2rem;
}
.main .content .box .trading-central .content .tab_con .right {
  width: 49%;
  float: right;
  margin-bottom: 2rem;
}
.main .content .box .trading-central .content .tab_con .tables {
  background: #f3f3f3;
  padding: 2rem;
}
.main .content .box .trading-central .content .tab_con .tables .t span {
  font-size: 2rem;
  font-weight: bold;
}
.main .content .box .trading-central .content .tab_con .tables .t label {
  color: #ffffff;
  margin-left: 2rem;
}
.main .content .box .trading-central .content .tab_con .tables .t label.green {
  background: #48974a;
  padding: 0 0.5rem;
}
.main .content .box .trading-central .content .tab_con .tables .t label.red {
  background: #a91609;
  padding: 0 0.5rem;
}
.main .content .box .trading-central .content .tab_con .tables .t a {
  float: right;
  background: #e5243f;
  padding: 0.2rem 0.5rem;
}
.main .content .box .trading-central .content .tab_con .tables .ft {
  font-size: 1.6rem;
  border-bottom: #b4b4b4 solid 1px;
  line-height: 5rem;
}
.main .content .box .trading-central .content .tab_con .tables .txt p {
  font-size: 1.4rem;
}
.main .content .box .trading-central .content .tab_con .tables .txt strong {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: inline-block;
}
.main .content .box .trading-central .content .tab_con .tables .txt img {
  max-width: 100%;
  padding: 1rem 0;
}
.main .content .box .trading-central .content .tab_con .tables p.date {
  font-size: 1.4rem;
}
.main .content .box .trading-central .content .active {
  display: block !important;
}
.main .content .box .platform-down {
  height: 50rem;
}
.main .content .box .platform-down .swiper-container {
  width: 100%;
  height: 100%;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullet {
  opacity: 1 !important;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets {
  left: 3rem!important;
  opacity: 1 !important;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span {
  padding: 2rem;
  border: 1px #999999 solid;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span:nth-child(1) {
  background: url("../images/platform-download-icon-windows.png") no-repeat center center;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span:nth-child(1).swiper-pagination-bullet-active {
  padding: 2rem;
  background: url("../images/platform-download-icon-windows-hover.png") no-repeat center center #e63d35;
  border: 1px #e63d35 solid;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span:nth-child(2) {
  background: url("../images/platform-download-icon-ios.png") no-repeat center center;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span:nth-child(2).swiper-pagination-bullet-active {
  padding: 2rem;
  background: url("../images/platform-download-icon-ios-hover.png") no-repeat center center #e63d35;
  border: 1px #e63d35 solid;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span:nth-child(3) {
  background: url("../images/platform-download-icon-android.png") no-repeat center center;
}
.main .content .box .platform-down .swiper-container .swiper-pagination-bullets span:nth-child(3).swiper-pagination-bullet-active {
  padding: 2rem;
  background: url("../images/platform-download-icon-android-hover.png") no-repeat center center #e63d35;
  border: 1px #e63d35 solid;
}
.main .content .box .platform-down .swiper-container .img {
  width: 50%;
  float: left;
  text-align: center;
}
.main .content .box .platform-down .swiper-container .img img {
  width: 80%;
}
.main .content .box .platform-down .swiper-container .txt {
  width: 50%;
  float: right;
  text-align: left;
}
.main .content .box .platform-down .swiper-container .txt label {
  font-size: 8rem;
  color: #c9c9c9;
}
.main .content .box .platform-down .swiper-container .txt .title {
  font-size: 3rem;
}
.main .content .box .platform-down .swiper-container .txt p {
  font-size: 1.8rem;
  color: #666666;
}
.main .content .box .platform-down .swiper-container .btn-div {
  margin: 2rem 0;
}
.main .content .box .platform-down .swiper-container .btn-div a {
  padding: 1.2rem 3rem;
}
.main .content .box .platform-down .swiper-container .btn-div a i {
  background: url("../images/ico-download.png") no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.5rem;
}
.main .content .box .more {
  text-align: center;
  font-size: 2rem;
  margin: 3rem auto;
}
.main .content .box .platform-bg {
  background: url("../images/platform-download-bg.jpg") center no-repeat;
  background-size: contain;
  height: 768px;
}
.main .content .box .platform-bg .platform-left {
  width: 40%;
  margin-left: 5%;
  margin-top: 14%;
  float: left;
  color: #ffffff;
}
.main .content .box .platform-bg .platform-left p {
  font-size: 1.8rem;
}
.main .content .box .platform-bg .platform-left p.title {
  font-size: 3rem;
  margin-top: 0;
}
.main .content .box .platform-youshi {
  margin: 5rem auto 8rem auto;
}
.main .content .box .platform-youshi li {
  width: 25%;
  float: left;
  text-align: center;
  transition: all 0.6s;
}
.main .content .box .platform-youshi li img {
  width: 25%;
  margin: 3rem auto 1rem auto;
}
.main .content .box .platform-youshi li img.hover {
  display: none;
}
.main .content .box .platform-youshi li label {
  display: block;
  color: #e63d35;
  font-size: 1.8rem;
}
.main .content .box .platform-youshi li p {
  width: 90%;
  margin: 1rem auto 3rem auto;
  font-size: 1.4rem;
}
.main .content .box .platform-youshi li .bg {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(248, 249, 250, 0.95);
}
.main .content .box .platform-youshi li .bg:hover {
  background: rgba(204, 51, 51, 0.95);
  color: #ffffff;
}
.main .content .box .platform-youshi li .bg:hover label {
  color: #ffffff;
}
.main .content .box .platform-youshi li .bg:hover img.hover {
  display: block;
}
.main .content .box .platform-youshi li .bg:hover img.begin {
  display: none;
}
.main .content .box .platform-youshi li:nth-child(1) {
  background: url("../images/platform-download-icon1-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(2) {
  background: url("../images/platform-download-icon2-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(3) {
  background: url("../images/platform-download-icon3-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(4) {
  background: url("../images/platform-download-icon4-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(5) {
  background: url("../images/platform-download-icon5-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(6) {
  background: url("../images/platform-download-icon6-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(7) {
  background: url("../images/platform-download-icon7-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:nth-child(8) {
  background: url("../images/platform-download-icon8-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .platform-youshi li:hover {
  background-size: 110% 110%;
  background-position: center;
}
.main .content .box .teamwork-wl-youshi {
  margin: 5rem auto 0 auto;
}
.main .content .box .teamwork-wl-youshi li {
  min-height: 28rem;
  width: 33.333%;
  float: left;
  text-align: center;
  transition: all 0.6s;
}
.main .content .box .teamwork-wl-youshi li img {
  width: 25%;
  margin: 5rem auto 2rem auto;
}
.main .content .box .teamwork-wl-youshi li img.hover {
  display: none;
}
.main .content .box .teamwork-wl-youshi li label {
  display: block;
  color: #e63d35;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.main .content .box .teamwork-wl-youshi li p {
  width: 60%;
  margin: 1rem auto 3rem auto;
}
.main .content .box .teamwork-wl-youshi li .bg {
  min-height: 28rem;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(248, 249, 250, 0.95);
}
.main .content .box .teamwork-wl-youshi li .bg:hover {
  background: rgba(204, 51, 51, 0.95);
  color: #ffffff;
}
.main .content .box .teamwork-wl-youshi li .bg:hover label {
  color: #ffffff;
}
.main .content .box .teamwork-wl-youshi li .bg:hover img.hover {
  display: block;
}
.main .content .box .teamwork-wl-youshi li .bg:hover img.begin {
  display: none;
}
.main .content .box .teamwork-wl-youshi li:nth-child(1) {
  background: url("../images/teamwork-wl-icon1-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-wl-youshi li:nth-child(2) {
  background: url("../images/teamwork-wl-icon2-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-wl-youshi li:nth-child(3) {
  background: url("../images/teamwork-wl-icon3-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-wl-youshi li:nth-child(4) {
  background: url("../images/teamwork-wl-icon4-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-wl-youshi li:nth-child(5) {
  background: url("../images/teamwork-wl-icon5-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-wl-youshi li:nth-child(6) {
  background: url("../images/teamwork-wl-icon6-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-wl-youshi li:hover {
  background-size: 110% 110%;
  background-position: center;
}
.main .content .box .trading-central-why {
  margin: 5rem auto 0 auto;
}
.main .content .box .trading-central-why li {
  min-height: 22rem;
  width: 25%;
  float: left;
  text-align: center;
  transition: all 0.6s;
}
.main .content .box .trading-central-why li img {
  width: 25%;
  margin: 5rem auto 2rem auto;
}
.main .content .box .trading-central-why li img.hover {
  display: none;
}
.main .content .box .trading-central-why li label {
  display: block;
  color: #e63d35;
  font-size: 2rem;
  padding: 1.2rem;
  margin-bottom: 5rem;
}
.main .content .box .trading-central-why li p {
  width: 60%;
  margin: 1rem auto 3rem auto;
}
.main .content .box .trading-central-why li .bg {
  min-height: 22rem;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(248, 249, 250, 0.95);
}
.main .content .box .trading-central-why li .bg .t {
  padding-top: 3rem;
  font-size: 6rem;
  color: #e63d35;
}
.main .content .box .trading-central-why li .bg:hover {
  background: rgba(204, 51, 51, 0.95);
  color: #ffffff;
}
.main .content .box .trading-central-why li .bg:hover label,
.main .content .box .trading-central-why li .bg:hover .t {
  color: #ffffff;
}
.main .content .box .trading-central-why li .bg:hover img.hover {
  display: block;
}
.main .content .box .trading-central-why li .bg:hover img.begin {
  display: none;
}
.main .content .box .trading-central-why li:nth-child(1) {
  background: url("../images/trading-central-why-1.png") no-repeat center;
  background-size: 100% 100%;
}
.main .content .box .trading-central-why li:nth-child(2) {
  background: url("../images/trading-central-why-2.png") center;
  background-size: 100% 100%;
}
.main .content .box .trading-central-why li:nth-child(3) {
  background: url("../images/trading-central-why-3.png") center;
  background-size: 100% 100%;
}
.main .content .box .trading-central-why li:nth-child(4) {
  background: url("../images/trading-central-why-4.png") center;
  background-size: 100% 100%;
}
.main .content .box .trading-central-why li:hover {
  background-size: 110% 110%;
  background-position: center;
}
.main .content .box .aboutus-company-youshi li {
  transition: all 0.6s;
}
.main .content .box .aboutus-company-youshi li:nth-child(1) {
  background: url("../images/aboutus-company-icon1-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.main .content .box .aboutus-company-youshi li:nth-child(2) {
  background: url("../images/aboutus-company-icon2-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .aboutus-company-youshi li:nth-child(3) {
  background: url("../images/aboutus-company-icon3-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .aboutus-company-youshi li:nth-child(4) {
  background: url("../images/aboutus-company-icon4-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .aboutus-company-youshi li:nth-child(5) {
  background: url("../images/aboutus-company-icon5-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .aboutus-company-youshi li:nth-child(6) {
  background: url("../images/aboutus-company-icon6-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .aboutus-company-youshi li:hover {
  background-size: 110% 110%;
  background-position: center;
}
.main .content .box .aboutus-company-pz {
  margin: 5rem auto 0 auto;
}
.main .content .box .aboutus-company-pz li {
  width: 33%;
  height: 100%;
  float: left;
  text-align: center;
  padding: 3rem 0 0 0;
}
.main .content .box .aboutus-company-pz li img {
  width: 80%;
  margin-bottom: 2rem;
}
.main .content .box .aboutus-company-pz li p {
  font-size: 1.5rem;
}
.main .content .box .teamwork-wl-syt {
  margin: 5rem auto 8rem auto;
}
.main .content .box .teamwork-wl-syt li {
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
  padding: 3rem 0;
}
.main .content .box .teamwork-wl-syt li label {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  margin: 1rem 0;
}
.main .content .box .teamwork-wl-syt li img {
  max-width: 40%;
}
.main .content .box .teamwork-wl-syt li.active {
  background: #f8f9fa;
}
.main .content .box .teamwork-wl-syt li:hover {
  background: #f8f9fa;
}
.main .content .box .teamwork-wl-syt li.arrow {
  background: url("../images/teamwork-wl-syt-arrow.png") no-repeat center center;
  margin-top: 23rem;
  background-size: contain;
}
.main .content .box .teamwork-wl-syt li:first-child,
.main .content .box .teamwork-wl-syt li:last-child {
  margin-top: 17rem;
}
.main .content .box .teamwork-agent {
  margin: 5rem auto 8rem auto;
}
.main .content .box .teamwork-agent li {
  width: 33.333%;
  float: left;
  text-align: center;
  transition: all 0.6s;
}
.main .content .box .teamwork-agent li img {
  width: 25%;
  margin: 5rem auto 2rem auto;
}
.main .content .box .teamwork-agent li img.hover {
  display: none;
}
.main .content .box .teamwork-agent li label {
  display: block;
  color: #e63d35;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.main .content .box .teamwork-agent li p {
  width: 60%;
  margin: 1rem auto 3rem auto;
}
.main .content .box .teamwork-agent li .bg {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(248, 249, 250, 0.95);
}
.main .content .box .teamwork-agent li .bg:hover {
  background: rgba(204, 51, 51, 0.95);
  color: #ffffff;
}
.main .content .box .teamwork-agent li .bg:hover label {
  color: #ffffff;
}
.main .content .box .teamwork-agent li .bg:hover img.hover {
  display: block;
}
.main .content .box .teamwork-agent li .bg:hover img.begin {
  display: none;
}
.main .content .box .teamwork-agent li:nth-child(1) {
  background: url("../images/teamwork-agent-icon1-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-agent li:nth-child(2) {
  background: url("../images/teamwork-agent-icon2-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-agent li:nth-child(3) {
  background: url("../images/teamwork-agent-icon3-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-agent li:nth-child(4) {
  background: url("../images/teamwork-agent-icon4-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-agent li:nth-child(5) {
  background: url("../images/teamwork-agent-icon5-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-agent li:nth-child(6) {
  background: url("../images/teamwork-agent-icon6-bg.png") center;
  background-size: 100% 100%;
}
.main .content .box .teamwork-agent li:hover {
  background-size: 110% 110%;
  background-position: center;
}
.main .content .gray-bg {
  background: #eeeeee;
}
.main .content .news .cat {
  width: auto;
  display: inline-block;
  margin: -7rem 0 2rem 1.7%;
  z-index: 2;
  border-radius: 2rem;
  border: 1px solid #e63d35;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: absolute;
  color: #e63d35;
  font-size: 1.8rem;
  background: #ffffff;
}
.main .content .news .cat:hover ul {
  display: block;
}
.main .content .news .cat label {
  margin-bottom: 0;
}
.main .content .news .cat ul {
  display: none;
  font-size: 1.6rem;
}
.main .content .news .cat ul li a {
  color: #000;
}
.main .content .news .cat ul li a:hover {
  color: #e63d35;
}
.main .content .news .news-list {
  overflow: hidden;
  margin-top: 12rem;
}
.main .content .news .news-list li {
  width: 28%;
  float: left;
  min-height: 32rem;
  margin: 0 2.5% 5rem 2.5%;
}
.main .content .news .news-list li .img {
  overflow: hidden;
}
.main .content .news .news-list li .img img {
  width: 100%;
  height: 213px;
  transition: all 0.4s;
}
.main .content .news .news-list li .img img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -transform: scale(1.2, 1.2);
}
.main .content .news .news-list li label.tag {
  background: #e63d35;
  border-radius: 2rem;
  padding: 0.2rem 2rem;
  font-size: 1.6rem;
  margin: 1rem 0;
  font-weight: normal;
}
.main .content .news .news-list li label.tag:hover a {
  color: #ffffff;
  font-weight: bold;
}
.main .content .news .news-list li label.date {
  font-weight: normal;
}
.main .content .news .news-list li .title {
  min-height: 4.8rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.main .content .news .news-list li .title a {
  color: #000;
}
.main .content .news .news-list li .title a:hover {
  color: #e63d35;
}
.main .content .news .news-list li .more {
  float: right;
  color: #e63d35;
}
.main .content .news .news-list li .more:hover {
  font-weight: bold;
}
.main .content .news .page {
  text-align: center;
  margin: 5rem auto;
  font-size: 1.5rem;
}
.main .content .news .page a {
  color: #000;
  padding: 0.5rem 1rem;
}
.main .content .news .page a:hover {
  color: #e63d35;
}
.main .content .news .page a.active {
  color: #e63d35;
  font-weight: bold;
}
.main .content .news .page b {
  color: #e63d35;
  padding: 0.5rem 1rem;
}
.main .content .news .catdes {
  margin: 4rem 0 2rem 1.5rem;
}
.main .content .news .catdes p {
  font-size: 1.6rem;
}
.main .content .news .catdes p.title {
  font-size: 3rem;
}
.main .content .news .catdes p.title:after {
  content: "";
  position: relative;
  border-bottom: 3px solid #e63d35;
  width: 4rem;
  display: block;
  height: 1rem;
  margin: 0;
  margin-bottom: 1rem;
}
.main .content .news .announcement-list {
  overflow: hidden;
  margin-top: 2rem;
}
.main .content .news .announcement-list li {
  width: 22%;
  float: left;
  min-height: 22rem;
  margin: 0 1.5%;
}
.main .content .news .announcement-list li:hover .title a {
  color: #e63d35;
}
.main .content .news .announcement-list li:hover .img:after {
  transition: all 0.6s;
  width: 100%;
}
.main .content .news .announcement-list li .img {
  margin: 1rem 0;
  overflow: hidden;
}
.main .content .news .announcement-list li .img:after {
  content: "";
  position: relative;
  border-bottom: 4px solid #e63d35;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.main .content .news .announcement-list li .img img {
  width: 100%;
  height: 180px;
}
.main .content .news .announcement-list li label.tag {
  background: #e63d35;
  border-radius: 2rem;
  padding: 0.2rem 2rem;
  font-size: 1.6rem;
  margin: 1rem 0;
  font-weight: normal;
}
.main .content .news .announcement-list li label.tag:hover a {
  color: #ffffff;
  font-weight: bold;
}
.main .content .news .announcement-list li label.date {
  font-weight: normal;
}
.main .content .news .announcement-list li .title {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  height: 4.4rem;
}
.main .content .news .announcement-list li .title a {
  color: #000;
}
.main .content .news .announcement-list li .title a:hover {
  color: #e63d35;
}
.main .content .news .announcement-list li .more {
  float: right;
  color: #e63d35;
}
.main .content .news .announcement-list li .more:hover {
  font-weight: bold;
}
.main .content .news .crumbs {
  margin-top: 14rem;
  color: #999999;
}
.main .content .news .crumbs a {
  color: #999999;
}
.main .content .news .news-con .title {
  color: #e63d35;
  font-size: 2.4rem;
  margin: 2rem 0 1rem 0;
}
.main .content .news .news-con .date label.tag {
  color: #e63d35;
  margin-left: 1rem;
}
.main .content .news .news-con .date label.tag a {
  color: #e63d35;
}
.main .content .news .news-con .con {
  margin: 2rem auto;
  font-size: 1.6rem;
}
.main .content .news .news-con .con a {
  color: #000;
  text-decoration: underline;
}
.main .content .news .news-con .con a:hover {
  color: #e63d35;
}
.main .content .news .news-con .con p {
  margin-bottom: 1rem;
}
.main .content .news .news-con .con img {
  max-width: 100%;
  height: auto!important;
}
.main .content .news .share {
  text-align: right;
  margin: 3rem 0 0 0 ;
}
.main .content .news .turn-page {
  text-align: center;
  color: #000;
  margin: 5rem 0;
  font-size: 1.6rem;
}
.main .content .news .turn-page label {
  margin: 0 3rem;
}
.main .content .news .turn-page label a {
  color: #000;
}
.main .content .news .turn-page label a:hover {
  color: #e63d35;
}
.main .content .news .turn-page label.active {
  background: #e63d35;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}
.main .content .news .turn-page label.active a {
  color: #ffffff;
}
.main .content .news-con {
  background: #f6faff;
  display: flex;
}
.main .content .news-con .container {
  margin: 3rem auto 0 auto;
  padding: 3rem 6rem;
  background: #ffffff;
}
.main .content .news-con .container .title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.main .content .news-con .container .date {
  border-bottom: 1px solid #242424;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  color: #4a4a4a;
}
.main .content .news-con .container .date label {
  margin-right: 3rem;
  font-size: 1.6rem;
}
.main .content .news-con .container .info {
  background: #f6faff;
  font-size: 1.6rem;
  padding: 2rem;
  border-left: 1rem solid #ffde00;
  margin-bottom: 3rem;
}
.main .content .news-con .container .info p {
  font-size: 1.6rem;
}
.main .content .news-con .container .txt {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 5rem;
}
.main .content .news-con .container .txt p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 3rem;
}
.main .content .news-con .container .txt img {
  max-width: 100%;
}
.main .content .news-con .container .link {
  border-top: 1px solid #242424;
  padding: 3rem 0;
}
.main .content .news-con .container .link .news-nav {
  display: block;
  overflow: hidden;
}
.main .content .news-con .container .link .news-nav a {
  color: #242424;
}
.main .content .news-con .container .link .next {
  padding: 0;
}
.main .content .news-con .container .link .list {
  padding: 0;
  text-align: right;
}
.main .content .news-con .container .link .list a {
  color: #242424;
  line-height: 3.5rem;
  margin: 1rem auto;
  display: inline-block;
  float: right;
}
.main .content .news-con .container .link .share {
  margin: 1rem auto ;
}
.main .content .news-con .container .link .share .wechat-qrcode p {
  font-size: 12px;
}
.main .content .products {
  background: url("../images/metal-box3-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.main .content .products p.title {
  margin-top: 8rem;
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
}
.main .content .products p.title:after {
  content: "";
  position: relative;
  border-bottom: 4px solid #e63d35;
  width: 7rem;
  display: block;
  height: 2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.main .content .products ul {
  margin: 4rem auto 8rem auto;
  overflow: hidden;
}
.main .content .products ul li {
  width: 18%;
  margin: 0 1%;
  float: left;
}
.main .content .products ul li .top {
  background: #ffffff;
  margin-bottom: 0.8rem;
  text-align: center;
  padding: 1.5rem 0;
  color: #e63d35;
  font-size: 2rem;
}
.main .content .products ul li .top a {
  color: #e63d35;
}
.main .content .products ul li .test {
  -webkit-animation: flipOutYtest 0.75s linear;
  animation: flipOutYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main .content .products ul li .test2 {
  -webkit-animation: flipInYtest 0.75s linear;
  animation: flipInYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main .content .products ul li .well-item {
  position: relative;
  overflow: hidden;
}
.main .content .products ul li .well-item img {
  width: 100%;
}
.main .content .products ul li .correct {
  position: absolute;
  width: 100%;
}
.main .content .products ul li .opposite {
  min-height: 205px;
  width: 100%;
}
.main .content .products ul li .opposite div {
  min-height: 205px;
  width: 100%;
}
.main .content .products ul li .opposite-content {
  display: table;
  width: 100%;
  min-height: 205px;
  background: url("../images/metal-box3-icon-bg.png") center top;
  background-size: cover;
}
.main .content .products ul li .opposite-content-text {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem;
}
.main .content .reg-bottom {
  background: url("../images/metal-box4-bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.main .content .reg-bottom p.title {
  margin-top: 8rem;
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
}
.main .content .reg-bottom p.title:after {
  content: "";
  position: relative;
  border-bottom: 4px solid #e63d35;
  width: 7rem;
  display: block;
  height: 2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.main .content .reg-bottom .reg_btn {
  margin: 4rem auto 6rem auto;
}
.main .content .reg-bottom .reg_btn a {
  font-size: 2rem;
  margin: 0 1rem;
}
.main .teamwork-wl-form {
  background: url("../images/teamwork-wl-form-bg.jpg") center;
  background-size: cover;
}
.main .teamwork-wl-form p {
  text-align: center;
}
.main .teamwork-wl-form .share {
  text-align: center;
  margin-bottom: 2rem;
}
.main .teamwork-wl-form .share a {
  float: none;
}
.main .teamwork-wl-form .wl-form {
  margin: 5rem auto 2rem auto;
  width: 80%;
}
.main .teamwork-wl-form .wl-form .col-md-6 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 5rem;
}
.main .teamwork-wl-form .wl-form .form-control {
  padding: 2.5rem 2rem 2.5rem 5rem;
  display: inline-block;
  width: 95%;
  font-size: 1.6rem;
}
.main .teamwork-wl-form .wl-form .form-control#lastname {
  background: url(../images/icon-lastname.png) 1rem center no-repeat #fff;
  background-size: 3rem;
}
.main .teamwork-wl-form .wl-form .form-control#firstname {
  background: url(../images/icon-firstname.png) 1rem center no-repeat #fff;
  background-size: 3rem;
}
.main .teamwork-wl-form .wl-form .form-control#tel {
  background: url(../images/icon-tel.png) 1rem center no-repeat #fff;
  background-size: 3rem;
}
.main .teamwork-wl-form .wl-form .form-control#email {
  background: url(../images/icon-email.png) 1rem center no-repeat #fff;
  background-size: 3rem;
}
.main .teamwork-wl-form .wl-form .form-control#checkcode {
  background: url(../images/icon-checkcode.png) 1rem center no-repeat #fff;
  background-size: 3rem;
}
.main .teamwork-wl-form .wl-form #errmsg {
  text-align: center;
}
.main .teamwork-wl-form .wl-form .checkcode .form-control {
  display: inline-block;
}
.main .teamwork-wl-form .wl-form .checkcode label {
  margin-left: -7rem;
  cursor: pointer;
}
.main .teamwork-wl-form .wl-form .btn-div {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 3rem auto;
}
.main .teamwork-wl-form .wl-form .btn-div a {
  font-size: 1.8rem;
}
.main .aboutus-company-form {
  background: url("../images/aboutus-company-form-bg.png") top center;
  background-size: cover;
}
.main .company-prize {
  background: url("../images/aboutus-company-prize-bg.jpg") top center;
  background-size: cover;
  margin: 10rem auto 0 auto;
}
.main .company-prize p {
  text-align: center;
  color: #ffffff;
}
.main .company-prize p.title {
  font-size: 2rem;
  margin: 2rem  auto 1rem auto;
}
.main .company-prize p.title:after {
  display: none !important;
}
.main .company-prize .swiper-container {
  padding: 3rem 0;
}
.main .company-prize .swiper-container .swiper-slide {
  background: none!important;
}
.main .company-prize .swiper-container .swiper-slide img {
  max-width: 100%;
}
.main .company-prize .swiper-container .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.main .company-prize .swiper-container .swiper-pagination-bullet-active {
  background: #e63d35;
}
.main .company-prize .company-prize-list {
  margin: 3rem 0;
  background: none !important;
}
.main .company-prize .company-prize-list li {
  float: left;
  width: 20%;
  text-align: center;
}
.main .company-prize .company-bank {
  overflow: hidden;
  margin: 3rem 0 8rem 0;
  background: none !important;
}
.main .company-prize .company-bank li {
  float: left;
  width: 22%;
  margin: 0 1.5%;
  text-align: center;
}
.main .company-prize .company-bank li img {
  width: 100%;
}
.main .company-about {
  padding: 6rem 0;
}
.main .company-about .video img {
  max-width: 100%;
}
.main .company-about .txt {
  padding: 0 2rem;
  font-size: 1.6rem;
}
.main .company-about .txt label {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.main .company-about .txt label.title {
  color: #d62323;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.main .company-about .txt p {
  line-height: 3.2rem;
  font-size: 1.6rem;
}
.main .company-team {
  background: #f6faff;
  padding: 6rem 0;
}
.main .company-team .video {
  text-align: right;
}
.main .company-team .video img {
  width: 95%;
}
.main .company-team .txt {
  font-size: 1.6rem;
}
.main .company-team .txt label {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.main .company-team .txt label:after {
  content: "";
  position: relative;
  border-bottom: 2px solid #242424;
  width: 5rem;
  display: block;
  height: 2rem;
}
.main .company-team .txt label.title {
  color: #d62323;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8rem;
}
.main .company-team .txt label.title:after {
  display: none;
}
.main .company-team .txt p {
  line-height: 3.2rem;
  font-size: 1.6rem;
}
.main .company-path {
  background: url("../images/aboutus-img3.jpg") top center no-repeat #f6faff;
  background-size: 1920px 652px;
  padding: 6rem 0 3rem 0;
  min-height: 65.2rem;
  text-align: center;
}
.main .company-path label {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.main .company-path label:after {
  content: "";
  position: relative;
  border-bottom: 2px solid #242424;
  width: 5rem;
  display: block;
  height: 2rem;
  margin: 0 auto;
}
.main .company-path label.title {
  color: #d62323;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.main .company-path label.title:after {
  display: none;
}
.main .service {
  background: #ffffff;
  padding: 6rem 0;
  text-align: center;
}
.main .service label {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  display: block;
}
.main .service label.title {
  color: #1b49be;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.main .service label.line {
  font-size: 2rem;
}
.main .service label.line .info {
  display: inline-block;
}
.main .service label.line:before {
  content: "";
  background: url("../images/service-img-left.png") left center no-repeat;
  padding-left: 6.5rem;
}
.main .service label.line:after {
  content: "";
  background: url("../images/service-img-right.png") right center no-repeat;
  padding-right: 6.5rem;
}
.main .bg-blue {
  background: #f6faff;
}
.main .partner {
  background: #f6faff;
  padding: 5rem 0;
  text-align: center;
}
.main .partner label {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.main .partner label.title {
  color: #d62323;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1rem;
}
.main .partner ul {
  background: none !important;
  padding: 4rem 0;
}
.main .partner ul li {
  float: left;
  width: 25%;
  margin-bottom: 4rem;
}
.main .partner ul li .txt {
  background: url("../images/partner-img1-bg.png") bottom center no-repeat;
  padding: 2rem 0 1rem 0;
  font-size: 1.6rem;
}
.main .partner ul li img {
  transition: all 0.4s;
}
.main .partner ul li img:hover {
  transform: scale(1.1);
}
.main .partner-list {
  text-align: center;
  padding-bottom: 6rem;
}
.main .partner-list label {
  font-size: 1.5rem;
  margin-bottom: 4.5rem;
}
.main .partner-list label.title {
  color: #d62323;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8rem;
}
.main .partner-list img {
  max-width: 100%;
}
.main .partner-list .list {
  background: url("../images/partner-img2.png") top center no-repeat;
  display: block;
  height: 64rem;
}
.main .partner-list .list table {
  width: 76.6%;
  margin: 0 auto;
  padding-left: 5px;
}
.main .partner-list .list table tr td {
  float: left;
  width: 13.3333333%;
  display: inline-block;
  text-align: center;
  height: 10rem;
}
.main .partner-list .list table tr td img {
  width: 90%;
  animation: 2s opacity2 ease;
  -webkit-animation: 2s opacity2 ease;
  transition: all 0.4s;
}
.main .partner-list .list table tr td img:hover {
  width: 95%;
}
.main .partner-list .list table tr:nth-child(1) td {
  margin-top: 4rem;
}
.main .partner-list .list table tr:nth-child(2) td {
  margin-top: -0.2rem;
}
.main .partner-list .list table tr:nth-child(3) td {
  margin-top: 0;
}
.main .partner-list .list table tr:nth-child(4) td {
  margin-top: 0;
}
.main .partner-list .list table tr:nth-child(5) td {
  margin-top: 0;
}
.main .partner-list .list table tr:nth-child(6) td {
  margin-top: 0;
}
.main .partner-list .list table tr:nth-child(even) td:nth-child(1) {
  width: 6.666666%;
}
.main .news-list {
  background: #f6faff;
  padding: 3rem 0;
}
.main .news-list:nth-child(odd) {
  background: #fff;
}
.main .news-list .img img {
  width: 100%;
  border: 1px solid #242424;
  border-radius: 1rem;
  box-shadow: 7px 7px 1px #ffde00, 8px 8px 0 #242424;
}
.main .news-list .txt {
  padding: 4rem 1rem 0 6rem;
}
.main .news-list .txt .title {
  font-size: 2.2rem;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .news-list .txt a {
  color: #242424;
}
.main .news-list .txt p {
  font-size: 1.6rem;
}
.main .news-list .date {
  margin: 4rem auto 0 auto;
  border: 1px solid #242424;
  padding: 0;
  width: 90%;
  float: right;
}
.main .news-list .date label {
  width: 100%;
  text-align: center;
}
.main .news-list .date label.ym {
  font-size: 1.6rem;
  border-bottom: 1px solid #242424;
}
.main .news-list .date label.day {
  font-size: 5.4rem;
  font-weight: bold;
}
.main .pagelist {
  padding: 5rem 0;
  text-align: center;
}
.main .pagelist a {
  color: #242424;
  margin: 0 1rem;
  font-size: 1.6rem;
}
.main .pagelist a:first-child,
.main .pagelist a:last-child {
  border-radius: 50%;
  border: none;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  font-weight: bold;
}
.main .pagelist a.active {
  font-weight: bold;
}
.main .news-tips {
  z-index: 3;
  width: 100%;
  background: #e63d35;
  padding: 1.5rem 0;
  margin: 1rem auto 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  position: fixed;
  bottom: 0;
}
.main .news-tips a {
  color: #ffffff;
}
.main .news-tips a:hover {
  color: #ffffff;
}
.main .news-tips a.close-tips {
  float: right;
  padding-right: 2.5rem;
}
.footer {
  color: #ffffff;
  position: fixed;
  bottom: 2.5rem;
  left: 2%;
  z-index: 10;
  font-size: 1rem;
}
.footer a {
  color: #ffffff !important;
}
.footer .text {
  margin: 0 auto;
  font-size: 1.4rem;
}
.footer .sitemap {
  background: #25212e;
  padding: 3% 0 30px 0;
  margin: 0 auto  auto;
  overflow: hidden;
}
.footer .sitemap .logo {
  float: left;
  width: 30%;
}
.footer .sitemap .logo img {
  max-width: 90%;
}
.footer .sitemap .right {
  width: 70%;
  float: right;
  font-size: 16px;
}
.footer .sitemap .right ul {
  overflow: hidden;
}
.footer .sitemap .right ul li {
  width: 16%;
  margin: 0;
  float: left;
}
.footer .sitemap .right ul li a {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.footer .sitemap .right .contact {
  display: block;
  margin: 30px 0 10px 0;
}
.footer .sitemap .right .contact label {
  margin-right: 100px;
  font-weight: normal;
}
.footer .sitemap .share {
  overflow: hidden;
  display: inline-block;
}
.footer .sitemap .share a {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.footer .sitemap .share .linkedin:hover .tips {
  display: block;
}
.footer .sitemap .share .linkedin .tips {
  display: none;
  position: absolute;
  margin-top: 3.5rem;
  margin-left: -1rem;
}
.footer .sitemap .share .linkedin .tips .triangle-border-right {
  width: 0;
  height: 0;
  border-width: 9px 9px 15px  9px ;
  border-style: solid;
  border-color: transparent transparent #e24436 transparent;
  position: absolute;
  top: -1.5rem;
  left: 1rem;
}
.footer .sitemap .share .linkedin .tips .customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  color: #ffffff;
  text-align: center;
}
.footer .sitemap .share .linkedin .tips .customer-list .customer {
  width: 12rem;
  background-color: #e24436;
  padding: 1rem;
  margin: 5px;
  border-radius: 0.5rem;
}
.footer .sitemap .share .linkedin .tips .customer-list .customer .qrcode {
  width: 100%;
  margin-bottom: 0.5rem;
}
.footer .sitemap .share .wechat:hover .wechatCode {
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.footer .sitemap .share .wechatCode {
  display: none;
  position: absolute;
  padding-right: 30px;
  width: 115px;
  height: 120px;
  top: auto;
  margin-top: 3rem;
  background-image: url(../images/wechat.png);
}
.footer .sitemap .share .wechatCode:hover {
  display: block;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 0.3s;
  /*动画持续时间*/
  -webkit-animation: fade-in 0.3s;
  /*针对webkit内核*/
}
.footer .tip {
  background: #151417;
  display: block;
  overflow: hidden;
  line-height: 26px;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.footer .tip .text {
  margin: 60px 0 40px 0;
}
.footer .tip .link {
  text-align: center;
  margin-bottom: 30px;
}
.footer .tip .link a {
  padding: 0 5px;
}
.footer-inner {
  background: #242424;
  color: #ffffff;
}
.footer-inner .left {
  float: left;
  margin: 4rem 0;
  background: url("../images/line.png") right center no-repeat;
  background-size: contain;
}
.footer-inner .left ul {
  padding-top: 1rem;
}
.footer-inner .left ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1.6rem;
}
.footer-inner .left ul li img {
  margin-bottom: 0.5rem;
  max-width: 65%;
}
.footer-inner .right {
  float: right;
  margin: 6rem 0;
}
.footer-inner .right ul {
  width: 90%;
  margin: 1rem auto;
}
.footer-inner .right ul li {
  float: left;
  width: 65%;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.footer-inner .right ul li:nth-child(1),
.footer-inner .right ul li:nth-child(3) {
  width: 35%;
}
.footer-inner .right ul li img {
  margin-right: 0.5rem;
  width: 25px;
}
.footer-inner .text {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #ffffff;
}
.page_left {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 0.6rem;
  margin-top: -4.2rem;
  /*background: #000;*/
  width: 3.2rem;
  height: 8rem;
}
.page_left label {
  font-size: 1.8rem;
  color: #000;
  display: block;
  width: 100%;
  height: 3rem;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.page_left label.next,
.page_left label.pre {
  transition: all 0.1s;
  vertical-align: middle;
}
.page_left label.next:hover,
.page_left label.pre:hover {
  font-size: 2rem;
  vertical-align: middle;
}
.page_left label.center {
  border: 1px solid #000;
  border-radius: 50%;
  height: 3.3rem;
  width: 4rem;
}
.page_left_white label {
  color: #ffffff !important;
}
.page_left_white label.center {
  border: 1px solid #ffffff;
}
.footer_black {
  color: #242424 !important;
}
.footer_black a {
  color: #242424 !important;
}
.cookie {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}
.cookie .container {
  padding: 1rem 0;
}
.cookie .text {
  width: 90%;
  float: left;
  padding: 10px 0;
}
.cookie .btna {
  float: right;
  margin: 0.5rem 0 0 0;
  cursor: pointer;
}
.online_float {
  position: fixed;
  bottom: 12rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 111;
}
.online_float a img:first-child {
  width: 100%;
  margin-bottom: 1rem;
}
.online_float a:hover .tips {
  display: block;
}
.online_float .tips {
  display: none;
  position: absolute;
  bottom: -6.5rem;
  right: 4rem;
}
.online_float .tips .triangle-border-right {
  width: 0;
  height: 0;
  border-width: 9px 0 9px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #e24436;
  position: absolute;
  right: 0;
  bottom: 76px;
}
.online_float .tips .customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  color: #ffffff;
  text-align: center;
}
.online_float .tips .customer-list .customer {
  width: 12rem;
  background-color: #e24436;
  padding: 1rem;
  margin: 5px;
  border-radius: 0.5rem;
}
.online_float .tips .customer-list .customer .qrcode {
  width: 100%;
  margin-bottom: 0.5rem;
}
.online_float .weixin .tips {
  bottom: -6.5rem;
}
.online_float .line .tips {
  bottom: -11rem;
}
/*# sourceMappingURL=reset.css.map */