* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #fafafa;
  font-size: 12px;
  color: #595959;
  font-family: 'Microsoft YaHei';
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
ol,
ul,
li,
dt,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
textarea {
  resize: none;
}
button {
  border: 0;
  border-color: transparent;
  outline: none;
  cursor: pointer;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.w {
  padding: 0 30px;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cl:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.cl {
  zoom: 1;
}
.bs {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.125);
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
#target {
  display: none !important;
}
#nav {
  width: 100%;
  height: 120px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eeeeee;
  z-index: 10;
  transition: all 0.5s;
}
#nav .nav-box {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
#nav .nav-box .logo {
  width: 162px;
  height: 31px;
  float: left;
  margin-right: 50px;
  margin-top: 45px;
  background: url("../images/logo.png") no-repeat center;
  position: relative;
}
#nav .nav-box .logo .phone_logo {
  color: #e761a6;
  font-size: 18px;
  position: absolute;
  bottom: -22px;
  right: 0px;
}
#nav .nav-box .nav-list {
  float: left;
  margin-top: 45px;
}
#nav .nav-box .nav-list > a,
#nav .nav-box .nav-list .nav-sub {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 52px;
  font-size: 18px;
  color: #010203;
  float: left;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
#nav .nav-box .nav-list > a.active,
#nav .nav-box .nav-list .nav-sub.active,
#nav .nav-box .nav-list > a.focus,
#nav .nav-box .nav-list .nav-sub.focus {
  border-color: #010203;
}
#nav .nav-box .nav-list > a.indexFocus,
#nav .nav-box .nav-list .nav-sub.indexFocus {
  border-color: #fff;
}
#nav .nav-box .nav-list .hot {
  position: absolute;
  top: -7px;
  right: -27px;
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  line-height: initial;
}
#nav .nav-box .nav-list .nav-sub {
  position: relative;
}
#nav .nav-box .nav-list .icon-arr {
  width: 12px;
  height: 6px;
  right: -16px;
  top: 9px;
  position: absolute;
  background: url("../images/icon-arr-black.png") no-repeat center;
}
#nav .nav-box .nav-list .nav-sub-list {
  width: 830px;
  top: 74px;
  left: 50%;
  margin-left: -415px;
  display: none;
  position: absolute;
  background: #fff;
}
#nav .nav-box .nav-list .nav-sub-list li {
  float: left;
  padding: 8px 30px;
  padding-right: 0;
  margin-left: 30px;
  list-style: disc;
  width: 245px;
  cursor: pointer;
}
#nav .nav-box .nav-list .nav-sub-list li a {
  font-size: 16px;
  color: #000000;
}
#nav .nav-box .nav-list .nav-sub-list2 {
  width: 1100px;
  margin-left: -550px;
}
#nav .nav-box .nav-list .nav-sub.focus {
  color: #000000;
}
#nav .nav-box .nav-btn-group {
  margin-right: 5px;
  padding-top: 40px;
  float: right;
}
#nav .nav-box .nav-btn-group .btn {
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 42px;
  border-radius: 24px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #0772fc;
}
#nav .nav-box .nav-btn-group .btn-default {
  color: #0772fc;
  background-color: #fff;
}
#nav .nav-box .nav-btn-group .btn-blue {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #FC6596;
  border: 1px solid transparent;
  padding: 5px 20px;
  margin-right: 0;
}
#nav.top {
  background: transparent;
  border-bottom: none;
}
#nav.top .nav-box .logo {
  background-image: url("../images/logo-white.png");
}
#nav.top .nav-box .nav-list .icon-arr {
  background-image: url(../images/icon-arr.png);
}
#nav.top .nav-box .nav-list > a,
#nav.top .nav-box .nav-list .nav-sub {
  color: #fff;
}
.download-box {
  width: 1000px;
  height: 675px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -337.5px;
  border: 1px solid #229ddd;
  background: #fff;
  border-radius: 5px;
  z-index: 20;
  box-shadow: 0 0 5px rgba(7, 114, 252, 0.125);
  text-align: center;
  padding-top: 140px;
  display: none;
}
.download-box .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: url("../images/icon-close.png") no-repeat center;
}
.download-box h3 {
  color: #0772FC;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 150px;
}
.download-box .btn-group {
  margin-bottom: 95px;
}
.download-box .btn-group .btn {
  width: 220px;
  height: 58px;
  line-height: 56px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 25px;
  transition: none;
  border: 1px solid #bfbfbf;
  background-color: #0772FC;
}
.download-box .btn-group .btn:active {
  background: #eeeeee;
  color: #000000;
}
.download-box .btn-group .btn:first-child {
  margin-right: 100px;
}
.download-box p {
  color: #000000;
  font-size: 24px;
}
#contact {
  height: 654px;
  width: 100%;
  background-color: #fff;
}
#contact .contact-title {
  font-size: 24px;
  line-height: 24px;
  color: #565858;
  padding-top: 170px;
  padding-bottom: 140px;
  text-align: center;
}
#contact .form {
  width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
}
#contact .form .form-group {
  width: 494px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#contact .form .form-group .verify {
  width: 150px;
  height: 78px;
  border-radius: 43px;
  background-color: #e4e4e4;
  position: absolute;
  right: 1px;
  bottom: 1px;
  text-align: center;
  line-height: 78px;
  font-size: 16px;
  color: #595959;
  cursor: not-allowed;
}
#contact .form .form-group .verify.can {
  color: #fff;
  background-color: #0772fc;
  cursor: pointer;
}
#contact .form .form-line {
  margin-bottom: 60px;
}
#contact .form .form-line .form-group:first-child {
  margin-right: 30px;
}
#contact .form .form-line:first-child {
  margin-bottom: 60px;
}
#contact .form .check-group {
  padding-left: 15px;
  margin-top: 10px;
}
#contact .form-control,
#contact .form-select {
  width: 100%;
  height: 80px;
  color: #565858;
  font-size: 16px;
  padding-left: 66px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 20px center;
  border: 1px solid #e2e2e2;
  border-radius: 43px;
  outline: 0;
}
#contact .form-select {
  position: relative;
  cursor: pointer;
}
#contact .form-select .form-select-title {
  line-height: 80px;
}
#contact .form-select .icon-arr {
  width: 17px;
  height: 9px;
  position: absolute;
  top: 36px;
  right: 38px;
  transform-origin: center center;
  transition: transform 0.2s;
  background: url("../images/icon-arr-gray.png") no-repeat center;
}
#contact .form-select .form-select-list {
  width: 100%;
  position: absolute;
  top: 82px;
  left: 0;
  display: none;
  z-index: 10;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
#contact .form-select .form-select-list li {
  height: 41px;
  font-size: 16px;
  line-height: 41px;
  padding-left: 29px;
  cursor: pointer;
}
#contact .form-select .form-select-list li:hover {
  background-color: #eeeeee;
}
#contact .form-select.active .icon-arr {
  transform: rotate(180deg);
}
#contact .check-box {
  font-size: 14px;
  color: #565858;
  cursor: pointer;
  margin-right: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  user-select: none;
}
#contact .check-box i {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/check.png") no-repeat center;
}
#contact .check-box.active i {
  background-image: url("../images/check-active.png");
}
#contact textarea.form-control {
  height: 96px;
  padding-top: 8px;
}
#contact .form-select.active,
#contact .form-select:active,
#contact .form-control:active,
#contact .form-control:focus {
  border-color: #0772fc;
}
#contact .icon-form1 {
  background-image: url("../images/form1.jpg");
}
#contact .icon-form2 {
  background-image: url("../images/form2.jpg");
  cursor: not-allowed;
}
#contact .icon-form3 {
  background-image: url("../images/form3.jpg");
}
#contact .icon-form4 {
  background-image: url("../images/form4.jpg");
}
#contact .icon-form5 {
  background-image: url("../images/form1.jpg");
}
#contact .icon-form6 {
  background-image: url("../images/form6.jpg");
}
#contact .icon-form7 {
  background-image: url("../images/form7.jpg");
}
#contact .icon-form8 {
  background-image: url("../images/form8.jpg");
}
#contact #btnContact {
  width: 350px;
  height: 90px;
  border: 1px solid #e4e4e4;
  color: #595959;
  font-size: 24px;
  background-color: #e4e4e4;
  border-radius: 48px;
  margin: 100px auto 300px;
  display: block;
  transition: all 0.2s;
  letter-spacing: 4px;
  cursor: not-allowed;
}
#contact #btnContact.can {
  color: #fff;
  background-color: #0772fc;
  cursor: pointer;
}
.footer-nav {
  height: 374px;
  width: 100%;
  background-color: #17192e;
}
.footer-nav .footer-content {
  width: 1200px;
  margin: 0 auto;
  padding-left: 52px;
  padding-top: 100px;
}
.footer-nav .footer-logo {
  margin-right: 170px;
}
.footer-nav .footer-logo img {
  margin-left: 10px;
}
.footer-nav .footer-logo .email-box {
  width: 292px;
  height: 38px;
  margin-top: 50px;
}
.footer-nav .footer-logo .email-box input {
  width: 224px;
  height: 100%;
  padding-left: 10px;
  float: left;
  font-size: 16px;
  color: #1b1b1b;
}
.footer-nav .footer-logo .email-box button {
  width: 68px;
  height: 100%;
  float: left;
  color: #fff;
  background-color: #1296db;
}
.footer-nav .nav-bottom {
  width: 180px;
  color: #fff;
}
.footer-nav .nav-bottom dt {
  font-size: 18px;
  margin-bottom: 40px;
}
.footer-nav .nav-bottom dd {
  height: 40px;
  font-size: 14px;
  text-indent: 8px;
}
.footer-nav .nav-bottom dd a {
  color: #dcdcdc;
}
.footer-nav .contact-box {
  color: #dcdcdc;
}
.footer-nav .contact-box .contact-title {
  font-size: 18px;
  margin-bottom: 40px;
}
.footer-nav .contact-box .contact-title a {
  color: #fff;
}
.footer-nav .contact-box img {
  vertical-align: middle;
  margin-right: 22px;
}
.footer-nav .contact-box .phone-box {
  margin-top: 20px;
}
.footer-nav .contact-box .address-box {
  display: inline-flex;
}
.footer-nav .contact-box .address-box span {
  line-height: 20px;
}
.footer-nav .contact-box .phone-box,
.footer-nav .contact-box .email-box,
.footer-nav .contact-box .address-box {
  height: 40px;
  font-size: 14px;
}
.footer-nav .contact-box .phone-box a,
.footer-nav .contact-box .email-box a,
.footer-nav .contact-box .address-box a {
  color: #dcdcdc;
}
.footer-nav .qrcode-box {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d4d4d6;
  font-size: 14px;
  margin-left: 118px;
}
.footer-nav .qrcode-box .img-box {
  width: 114px;
  height: 114px;
}
.footer-nav .qrcode-box .tit {
  margin-top: 20px;
}
.footer-copyright {
  color: #adadad;
  font-size: 16px;
  line-height: 74px;
  text-align: center;
  background-color: #141529;
}
#fixedBox {
  position: fixed;
  bottom: 70px;
  right: 45px;
  z-index: 10;
}
#fixedBox > div {
  margin-bottom: 18px;
}
#fixedBox img {
  cursor: pointer;
}
#fixedBox .fixUdesk {
  width: 0px;
  position: absolute;
  right: -45px;
  margin-top: 20px;
}
#fixedBox .fixed-phone-list {
  position: absolute;
  width: 198px;
  top: 127px;
  right: 80px;
  display: none;
  padding-right: 20px;
}
#fixedBox .fixed-phone-list li {
  height: 34px;
  margin-bottom: 1px;
  background-color: #229ddd;
}
#fixedBox .fixed-phone-list li p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 10px;
}
#fixedBox .fixed-phone-box:hover .fixed-phone-list {
  display: block;
}
#fixedMask .mask-info {
  width: 100%;
  height: 150px;
  background: linear-gradient(-90deg, #8f68ff, #e05ffc);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 9;
}
#fixedMask .mask-info .activity-mask_main {
  width: 100%;
  min-width: 1200px;
  max-width: 1532px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
#fixedMask .mask-info .activity-mask_main .title-box {
  text-align: left;
}
#fixedMask .mask-info .activity-mask_main .title-box .t {
  line-height: 1;
}
#fixedMask .mask-info .activity-mask_main .title-box .t1 {
  font-size: 38px;
}
#fixedMask .mask-info .activity-mask_main .title-box .t2 {
  font-size: 24px;
  margin-top: 20px;
}
#fixedMask .mask-info .activity-mask_main .mask_btn {
  width: 132px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ff669b;
  border-radius: 21px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-right: 134px;
}
#fixedMask .mask-info .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 11%;
  top: 20px;
  cursor: pointer;
  background: url("../images/index-mask-icon-close.png") no-repeat center;
  background-size: 100%;
}
#udesk_btn > a {
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .footer-nav .footer-content {
    width: 100%;
  }
  .footer-nav .footer-logo {
    margin-right: 140px;
  }
  .footer-nav .nav-bottom {
    width: 210px;
  }
  #fixedBox {
    bottom: 10px;
    right: 10px;
  }
  #fixedBox img {
    width: 60px;
  }
  #fixedBox .fixed-phone-list {
    top: 91px;
    right: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .footer-nav .footer-content .nav-bottom {
    width: 180px;
  }
}
@media screen and (min-width: 2000px) {
  .banner-bottom {
    background-size: cover !important;
  }
}
