html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
  margin: 0;
  padding: 0;
}
body,
html {
  background: #f2f2f2!important;
  font: 14px/150% arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
  color:#333;

}
*, *::before, *::after {
  box-sizing:content-box;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333333;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input, textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}
.header{
  height: 60px;
  min-width: 1220px;
  background: url("../img/opacity-header.png") no-repeat;
  position: relative;
  z-index: 100;
}
.headerW{
  width: 90%;
  margin: 0 auto;
}
.header .duiaLogo {
  display: block;
  width: 215px;
  margin: 0 50px 0 0;
}
/* .header .duiaLogo {
  display: block;
  width: 215px;
  position: fixed;
  left: 5%;
  top: 80px;
} */

.down{
  min-width: 1200px;
  overflow: hidden;
}
.section {
  margin: 0px auto;
}

.dynamicSon {
  width: 100%;
  position: relative;
  background: url("../img/banner_1.png") no-repeat center;
  background-size: 1920px 600px;
  height: 600px;
}
.dynamicSon>img{
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -850px;
  position: absolute;
  max-width: 100%;
}

.dynamic {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: inherit;
}

.overall1 {
  background-color: #ffffff;
  height: 980px;
}

.overall2 {
  background-color: #00ad62;
  height: 640px;
  transform: skew(0deg, -6deg);
}

.overall3 {
  background-color: #ffffff;
  height: 880px;
}

.overall4 {
  background-color: #eef0f4;
  height: 650px;
  transform: skew(0deg, -6deg);
  margin-bottom: 200px;
}

.overall5 {
  height: 640px;
  position: relative;
}

.ri {
  transition: 2s;
  -moz-transition: 2s;
  /* Firefox 4 */
  -webkit-transition: 2s;
  /* Safari 和 Chrome */
  -o-transition: 1s;
  /* Opera */
  transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  /* IE 9 */
  -moz-transform: rotateX(90deg);
  /* Firefox */
  -webkit-transform: rotateX(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotateX(90deg);
  /* Opera */
  width: 80% !important;
  height: 100% !important;
  opacity: 0.3;
}

.ri1 {
  transition: 2s;
  -moz-transition: 2s;
  /* Firefox 4 */
  -webkit-transition: 2s;
  /* Safari 和 Chrome */
  -o-transition: 2s;
  /* Opera */
  transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  /* IE 9 */
  -moz-transform: rotateX(90deg);
  /* Firefox */
  -webkit-transform: rotateX(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotateX(90deg);
  /* Opera */
  width: 80% !important;
  height: 100% !important;
  opacity: 0.3;
}

.character {
  width: 100%;
  font-size: 56px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
  display: block;
}

.character-all {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0px;
  margin-top: -80px;
}

.character-all .two {
  font-size: 24px;
}

.endOn {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 50px;
  margin-top: 90px;
}

.pcBtn {
  float: left;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  border-radius: 60px;
  background: #000000;
  color: #FFFFFF;
}

.oldBtn {
  float: left;
  width: 228px;
  height: 58px;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  border-radius: 60px;
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
  margin-left: 30px;
}

.TendOn {
  left: 16%;
  margin-left: 0;
  margin-top: 270px;
}

.TreBtn {
  background: #fbd068;
  color: #393939;
}

.ToldBtn {
  border: 1px solid #FFFFFF;
  background: none;
}

.TcharacterAll {
  left: 16%;
  margin-left: 0;
  top: 30%;
  margin-top: 0;
}

.TcharacterAll img {
  position: absolute;
  top: 200px;
}

.eff1 {
  animation: mymove_one 1s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: mymove_one 1s ease-in-out 0s 1 alternate forwards;
  /*Safari and Chrome*/
}

.eff2 {
  animation: mymove_two 1s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: mymove_two 1s ease-in-out 0s 1 alternate forwards;
  /*Safari and Chrome*/
}

.eff3 {
  animation: mymove_two_2 1s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: mymove_two_2 1s ease-in-out 0s 1 alternate forwards;
  /*Safari and Chrome*/
}

.eff4 {
  animation: mymove_two_3 1s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: mymove_two_3 1s ease-in-out 0s 1 alternate forwards;
  /*Safari and Chrome*/
}

.eff5 {
  animation: mymove_four 1s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: mymove_four 1s ease-in-out 0s 1 alternate forwards;
  /*Safari and Chrome*/
}

@keyframes mymove_three {
  from {
      margin-left: -300px;
  }
  to {
      margin-left: 0;
  }
}

@-webkit-keyframes mymove_three {
  from {
      margin-left: -300px;
  }
  to {
      margin-left: 0;
  }
}

@keyframes mymove_four {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 150px;
  }
}

@-webkit-keyframes mymove_four {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 150px;
  }
}

@keyframes mymove_one {
  from {
      margin-left: -300px;
  }
  to {
      margin-left: 0;
  }
}

@-webkit-keyframes mymove_one {
  from {
      margin-left: -300px;
  }
  to {
      margin-left: 0;
  }
}

@keyframes mymove_two {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 130px;
  }
}

@-webkit-keyframes mymove_two {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 0;
  }
}

@keyframes mymove_two_2 {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 0;
  }
}

@-webkit-keyframes mymove_two_2 {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 0;
  }
}

@keyframes mymove_two_3 {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 120px;
  }
}

@-webkit-keyframes mymove_two_3 {
  from {
      margin-left: 300px;
  }
  to {
      margin-left: 120px;
  }
}

.efficiency .one {
  text-align: right;
  background: url("../img/text1.png") no-repeat;
  width: 100%;
  height: 48px;
}

.efficiency span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #2a2e34;
}

.efficiency .two {
  margin-top: 30px;
  font-size: 24px;
  color: #6f7b91;
  text-align: right;
  background: url("../img/text2.png") no-repeat;
  width: 100%;
  height: 50px;
  margin-left: 130px
}

.efficiency1 {
  width: 450px;
  overflow: hidden;
  height: 150px;
  margin-top: 180px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  transform: skew(0deg, 6deg);
}

.efficiency1 span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 50px;
  color: #FFFFFF;
}

.efficiency2 {
  width: 450px;
  overflow: hidden;
  margin-left: 170px;
  height: 150px;
  left: 50%;
  position: relative;
  margin-top: 425px;
  display: inline-block;
}

.efficiency2 span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 50px;
  color: #00c775;
}

.efficiency3 {
  width: 500px;
  left: 50%;
  margin-left: -536px;
  top: 39%;
  transform: skew(0deg, 6deg);
  position: absolute;
  overflow: hidden;
}

.efficiency3 span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  height: 30px;
  color: #000000;
}

.efficiency3Btn {
  display: block;
  width: 238px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 80px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -119px;
}

.efficiency4 {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  overflow: hidden;
  height: 150px;
  margin-left: 80px;
}

.dpPrev {
  position: absolute;
  border-width: 0;
  border-color: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #cccccc;
  left: 50%;
  margin-left: 5px;
  bottom: 10px;
  border: 2px solid #CCCCCC;
}

.dpNext {
  position: absolute;
  border-width: 0;
  border-color: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #cccccc;
  right: 50%;
  margin-right: 5px;
  bottom: 10px;
  border: 2px solid #CCCCCC;
}

.Pdd {
  background: #fff;
  border: 2px solid #ccf4df;
}

.reTrade {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.reTrade1 {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 100%;
  top: 0;
}

.mobile {
  margin-left: 300px;
}
.dynamic .imgOne {
  left: 50%;
  position: absolute;
  margin-left: -570px;
  margin-top: 290px;
  max-width: 100%;
}
.dynamic .imgTwo {
  position: absolute;
  left: 50%;
  margin-top: 200px;
  margin-left: -130px;
  max-width: 100%;
  transform: skew(0deg, 6deg);
}

.dynamic .imgThree {
  position: absolute;
  left: 50%;
  margin-top: 220px;
  transform: skew(0deg, 6deg);
  max-width: 100%;
  overflow: hidden;
}

.dynamic .imgFour {
  left: 50%;
  position: relative;
  margin-left: -590px;
  top: 50%;
  margin-top: 40px;
  max-width: 100%;
}

/*.text1 {*/
  /*height: auto;*/
  /*overflow: hidden;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*margin-left: 50px;*/
  /*top: 50%;*/
  /*width: auto;*/
/*}*/

.text1 {
  overflow: hidden;
  left: 50%;
  margin-left: 135px;
  margin-top: 283px;
  position: absolute;
  width: 500px;
}

.text2 {
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  top: 50%;
  width: auto;
  margin-top: 300px;
}

.efficiency1 .one {
  color: #ffffff;
  font-size: 40px;
  background: url("../img/text3.png") no-repeat;
  width: 100%;
  height: 50px;
}

.efficiency1 .two {
  font-size: 24px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 20px;
  background: url("../img/text4.png") no-repeat;
  width: 100%;
  height: 50px;
}

.efficiency2 .one {
  font-size: 40px;
  color: #2a2e34;
  background: url("../img/text5.png")no-repeat;
  width: 100%;
  height: 50px;
}

.efficiency2 .two {
  font-size: 24px;
  color: #6f7b91;
  margin-top: 10px;
  background: url("../img/text62.png") no-repeat;
  width: 100%;
  height: 50px;
  margin-left: 120px;
}

.efficiency3 .one {
  font-size: 40px;
  color: #2a2e34;
  text-align: left;
  width: 100%;
  background: url("../img/text7.png") no-repeat;
  height: 50px;
}

.efficiency3 .two {
  font-size: 28px;
  color: #6f7b91;
  margin-top: 20px;
  text-align: left;
  width: 100%;
  background: url("../img/text8.png")no-repeat;
  height: 50px;
}

.fpAutoHeight {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 10;
}

.footer {
  width: 100%;
  height: 120px;
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer .footerCen {
  width: 65%;
  height: 120px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1100px) {
  .footer .footerCen {
      width: 90%;
  }
}

.footerLeft .icon {
  position: absolute;
}

.footer .footerLeft {
  position: absolute;
  left: 0;
  top: 35px;
}

.footerLeft p {
  font-size: 14px;
  color: #00eb85;
  margin-left: 70px;
  font-weight: 900;
}

.footerRight {
  position: absolute;
  right: 0;

}
.footerRight img{width: 100px;}

.footerRight .icon {
  margin-top: 10px;
  margin-left: 10px;
}

.footerRight a {
  margin-left: -130px;
  font-size: 14px;
  color: #00eb85;
  font-weight: 500;
  display: block;
  text-align: right;
  cursor: inherit;
}

.ewm {
  float: left;
  margin-top: 60px;
}

.efficiency4 .one {
  font-size: 40px;
  color: #2a2e34;
  width: 480px;
  display: block;
  margin-top: 10px;
  background: url("../img/text9.png") no-repeat;
  height: 50px;
}

.efficiency4 .two {
  font-size: 28px;
  color: #6f7b91;
  margin-top: 10px;
  display: block;
  width: 350px;
  background: url("../img/text10.png") no-repeat;
  height: 50px;
  margin-left: 150px;
}

.imgTh {
  max-width: 100%;
}

/*#head_t {*/
  /*height: 60px;*/
  /*top: 0;*/
  /*background: #ffffff;*/
  /*width: 100%;*/
  /*z-index: 11;*/
  /*border-bottom: 1px solid #f5f5f5;*/
  /*box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);*/
  /*position: fixed;*/
/*}*/

/*.download_header {*/
  /*min-width: 1100px;*/
  /*width: 90%;*/
  /*margin: 0 auto;*/
  /*height: 60px;*/
  /*padding: 0 50px;*/
  /*position: relative;*/
  /*z-index: 100;*/
/*}*/

.bounceInLeft {
  background: url("../img/text11.png") no-repeat;
  width: 100%;
  height: 60px;
}
.characterAll {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0px;
  margin-top: -80px;
}
.characterAll .two {
  background: url("../img/text122.png")no-repeat;
  width: 100%;
  height: 60px;
  margin-top: 10px;
}

.foot_centerBox a{
  text-decoration: none;
}
.clearBox::after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
a {
  cursor: pointer;
}
li {
  list-style: none;
}
.foot_centerBox {
  background: #fff;
}
.foot_center {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0 20px 0;
}
.foot_center .foot_marginL {
  margin-left: 0;
}
.foot_top {
  height: 90px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.foot_top .hoverL {
  transition: color 0.3s;
}
.foot_top .hoverL:hover {
  color: #47c88a;
}

.foot_topListOne {
  width: 100%;
  height: 23px;
}
.foot_topListOne li,
.foot_topListTwo li {
  float: left;
}

.foot_topListOne li {
  margin-left: 35px;
}
.foot_top li a {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  float: left;
}
.foot_topListTwo .foot_help a {
  width: 90px;
  margin-top: -7px;
  height: 30px;
  background-color: #47c88a;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
  margin-left: 33px;
}
.foot_topListTwo {
  margin-top: 10px;
  width: 100%;
}
.foot_topListTwo li .foot_ru {
  margin-left: 21px;
  color: #666;
}
.foot_topListTwo li .foot_kuai {
  margin-left: 35px;
  color: #666;
}
.foot_topListTwo li .foot_she {
  margin-left: 51px;
  color: #666;
}
.foot_topListTwo li .foot_xwx{
  margin-left: 50px;
  color: #666;
}
.foot_topListTwo li .foot_msj{
  margin-left: 47px;
  color: #666;
}
.foot_topListTwo li .foot_dtk{
  margin-left: 49px;
  color: #666;
}
.foot_qr {
  width: 201px;
  height: 100px;
  position: absolute;
  top: -20px;
  right: 0;
  background: url("../img/qr_code.png") no-repeat;
}
.foot_bottom {
  margin-top: 20px;
}
.foot_bottom,
.foot_bottom a {
  font-size: 12px;
  color: #666;
}
.foot_bottomTit {
  text-align: center;
  line-height: 12px;
}
.foot_bottomListOne {
  /*margin: 10px 0 0 107px;*/
  margin: 10px 0 0 195px;
}
.foot_bottomListOne li {
  float: left;
  margin-left: 18px;
}
.foot_bottomListOne li a {
  float: left;
  line-height: 12px;
}

.picWeb i {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  background: #000;
  float: left;
  margin-top: -4px;
  background: url("../img/picWb.png") no-repeat;
}
.picWeb span {
  margin-left: 24px;
}
.foot_bottomListTwo {
  width: 83.5%;
  margin: auto;

}
.foot_bottomListTwo li {
  float: left;
}
.foot_bottomListTwo li a span {
  margin-left: 10px;
}
.foot_bottomListTwo li a {
  margin-left: 12px;
  float: left;
  line-height: 40px;
  height: 40px;
  border: 1px solid #f0f0f0;
  width: 188px;
  margin-top: 19px;
}
.footIcon {
  display: block;
  background: url("../img/foticon.png") no-repeat;
  float: left;
}

.foot_Icon1 {
  height: 28px;
  width: 28px;
  background-position: -20px -252px;
  margin: 6px 0px 0px 47px;
}
.foot_bottomListTwo .foot_Icon1Box:hover .footIcon {
  background-position-y: -286px;
}
.foot_Icon2 {
  height: 22px;
  width: 19px;
  background-position: -68px -255px;
  margin: 9px 0px 0px 24px;
}
.foot_bottomListTwo .foot_Icon2Box:hover .footIcon {
  background-position-y: -289px;
}
.foot_Icon3 {
  height: 26px;
  width: 26px;
  background-position: -107px -253px;
  margin: 7px 0px 0px 11px;
}
.foot_bottomListTwo .foot_Icon3Box:hover .footIcon {
  background-position-y: -287px;
}
.foot_Icon4 {
  height: 26px;
  width: 30px;
  background-position: -153px -253px;
  margin: 7px 0px 0px 32px;
}
.foot_bottomListTwo .foot_Icon4Box:hover .footIcon {
  background-position-y: -287px;
}
.foot_Icon5 {
  height: 26px;
  width: 26px;
  background-position: -202px -253px;
  margin: 7px 0px 0px 48px;
}
.foot_bottomListTwo .foot_Icon5Box:hover .footIcon {
  background-position-y: -287px;
}
.foot_Icon6 {
  height: 25px;
  width: 28px;
  background-position: -248px -253px;
  margin: 7px 0px 0px 47px;
}
.foot_bottomListTwo .foot_Icon6Box:hover .footIcon {
  background-position-y: -287px;
}
