@charset "UTF-8";
.header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 80px;
  max-width: 1200px;
  overflow: hidden;
}

#logo {
  float: left;
  width: 250px;
  height: 100%;
  padding: 10px 0;
}

#logo img {
  display: block;
  height: 100%;
  vertical-align: auto;
}

#Nav {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#Nav li {
  float: left;
  height: 100%;
}

#Nav li a {
  color: inherit;
  display: block;
  height: 100%;
  padding: 0 25px;
  text-align: center;
  transition-duration: 0.1s;
}

#Nav li i {
  color: #e0e0e0;
  margin-left: 2px;
}

#Nav li .Nav_current,
#Nav li a:hover,
#Nav li a:hover i {
  color: #3ec282;
  border-color: #3ec282;
}

#login_box {
  float: right;
  color: #3ec282;
  padding-right: 10px;
}

#login_box a {
  color: inherit;
  padding: 4px 15px;
  border-radius: 4px;
  border: 1px solid #3ec282;
  transition-duration: 0.2s;
}

#login_box .login_btn {
  color: #fff;
  margin-right: 10px;
  background-color: #3ec282;
}

#login_box a:hover {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header .NavMb {
  position: absolute;
  bottom: 1px;
  height: 3px;
  background-color: #3ec282;
  transition-duration: 0.2s;
}

/*二级*/
.nav_two {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 80px;
  left: 0;
  width: 100%;
  color: #666;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ebedf0;
}

.nav_two > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
  padding-left: 40px;
}

.FunMenu > .cMenu {
  float: left;
  overflow: hidden;
  padding-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.cMenu > div {
  float: left;
}

.cMenu a {
  width: 140px;
  height: 40px;
  display: block;
  line-height: 30px;
}

.cMenu .fmTitle {
  color: #404040;
  width: 100%;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}

.cMenu .fmTitle:hover {
  color: #404040;
  cursor: default;
}

.fmTitle > span {
  float: right;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 100;
}

.cMenu a:hover,
.fmTitle > span:hover {
  color: #3ec282;
  cursor: pointer;
}

.nav_two.ACE {
  display: block;
  animation: popShow 4s steps(1, start);
}

@keyframes popShow {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  5% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  5.5% {
    opacity: 0.3;
    transform: translate(0, 30px);
  }
  6% {
    opacity: 0.6;
    transform: translate(0, 20px);
  }
  6.5% {
    opacity: 0.9;
    transform: translate(0, 10px);
  }
  7% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.dpi1200 .header {
  max-width: 100%;
  height: auto;
}

.dpi1200 #logo {
  height: 60px;
  line-height: 60px;
}

.dpi1200 #login_box {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px;
}

.dpi1200 #Nav {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
  white-space: nowrap;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.dpi1200 .nav_two {
  top: 140px;
}

.dpiMB #logo,
.dpiMB #login_box {
  height: 60px;
  line-height: 60px;
}

.dpiMB #Nav {
  height: auto;
  padding: 10px 0;
}

.dpiMB #Nav li {
  width: 20%;
  height: 40px;
  line-height: 40px;
}

.dpiMB #Nav li a {
  padding: 0;
}

.dpiMB #Nav li .Nav_current {
  font-weight: bold;
}

.dpiMB .header .NavMb,
.dpiMB #Nav li i {
  display: none;
}

/*浮窗*/
#window {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 999;
}

#window .window_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.window_btn dd {
  width: 66px;
  height: 66px;
  padding-top: 10px;
  cursor: pointer;
  background-color: #656ee0;
  border-bottom: 1px solid #707afa;
  text-align: center;
  color: #fff;
}

.window_btn dd:hover {
  background-color: #454ecc;
  border-color: #454ecc;
}

.window_btn dd .wxIcon {
  display: block;
  font-size: 28px;
  line-height: 22px;
  white-space: pre-line;
}

.window_btn dd .wxIcon span {
  font-size: 14px;
}

.window_btn #toTop {
  padding: 0;
  line-height: 66px;
  border-bottom: none;
}

.window_btn #toTop .wxIcon {
  font-size: 28px;
}

.wxPop {
  position: absolute;
  top: 0;
  right: 66px;
  width: 240px;
  height: 100%;
  color: #404040;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #707afa;
}

.wxPop .zxTitle {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.wxPop p {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.wxPop .zxTime {
  color: #666;
  font-size: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.wxPop .zxBtn {
  color: #fff;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  background-color: #707afa;
}

.wxPop .zxBtn:hover {
  background-color: #454ecc;
}

.wxPop img {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.window_btn a {
  display: none;
}

.wxPop,
.window_btn #toTop {
  display: none;
}

.window_btn .mbclick .wxPop {
  display: block;
}

.dpiMB #window {
  right: 0;
  bottom: 0;
  width: 100%;
}

.dpiMB .window_btn {
  width: 100%;
  background-color: #656ee0;
}

.dpiMB .window_btn dd {
  float: left;
  width: 33.33%;
  padding: 0;
  height: 60px;
}

.dpiMB .window_btn #toTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
}

.dpiMB .window_btn .wxIcon {
  font-size: 24px;
  padding-top: 10px;
}

.dpiMB .window_btn .wxIcon span {
  font-size: 12px;
}

.dpiMB .zxzx .wxPop {
  display: none;
}

.dpiMB .wxPop {
  position: absolute;
  top: -250px;
  right: 0;
  width: 100%;
  height: 250px;
}

.footer {
  position: relative;
  z-index: 102;
  width: 100%;
  overflow: hidden;
  background: #404040;
}

.footer .footer_box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #666;
}

.footer_box .about {
  width: 100%;
  text-align: center;
  position: relative;
}

.about div {
  margin: 15px 0;
}

.about .footer_logo {
  position: absolute;
  top: 5px;
  left: 0;
}

.about > .QR_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 96px;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

.about > .QR_img > p {
  float: right;
  color: #1f995c;
  font-size: 14px;
  background: #fff;
  height: 100%;
  width: 90px;
  display: table;
}

.about > .QR_img > p > span {
  display: table-cell;
  vertical-align: middle;
}

.about > .QR_img > img {
  height: 100%;
  float: right;
}

.about div a {
  font-size: 14px;
  color: #999;
}

.about .footer_function a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px #999 solid;
}

.about .footer_function .last {
  border: 0;
}

.about p {
  color: #999;
  display: inline;
  font-size: inherit;
}

.footer .link {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.footer .link > div {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .link a {
  color: #999;
  line-height: 200%;
  transition: 0.2s all;
  border-left: 1px solid #666;
  padding: 0 5px;
}

.footer a:hover {
  color: #1f995c;
}

.footer .link .link1 {
  color: #3297de;
  border: none;
}

.dpi1200 .footer {
  padding: 0 20px;
}

.dpi1200 .footer .footer_box {
  width: 100%;
}

.dpi1200 .footer_box .about {
  padding-left: 240px;
  padding-right: 200px;
}

.dpiMB .footer {
  padding-bottom: 60px;
}

.dpiMB .footer a {
  display: inline-block;
}

.dpiMB .footer_box .about {
  padding: 0;
}

.dpiMB .about .footer_function a,
.dpiMB .footer .link a {
  border: none;
  line-height: 1.5;
}

.dpiMB .footer_logo,
.dpiMB .QR_img {
  display: none;
}

.dpiMB .about p {
  font-size: 14px;
}

.page-block {
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-block .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
.page-block .container .block-title {
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.page-block .container .block-title h2 {
  font-size: inherit;
}
.page-block .container .block-title p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.bdBtn {
  display: block;
  color: #3ec282;
  width: 120px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  border: 0.01rem solid #3ec282;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bdBtn:hover {
  color: #1f995c;
  border-color: #1f995c;
  transform: scale(0.96);
}
.bdBtn:active {
  color: #fff;
  background-color: #1f995c;
}

.ptBtn {
  display: block;
  color: #fff;
  width: 120px;
  height: 32px;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  background-color: #3ec282;
  border: 0.01rem solid transparent;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ptBtn:active {
  color: #fff;
  background-color: #1f995c;
}
.ptBtn:hover {
  color: #fff;
  border-color: #1f995c;
  transform: scale(0.96);
}

.page-block.register {
  text-align: center;
  padding: 48px 0;
}
.page-block.register p {
  color: #fff;
  font-size: 24px;
}
.page-block.register .btn {
  margin: 16px auto 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #3297de;
  background-color: #fff;
  border-color: #3297de;
}