@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  font-family: "Microsoft YaHei", "微软雅黑";
  -webkit-touch-callout: none;
  color: #000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.flNone {
  float: none!important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxSizing,
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
  /*border-radius:7px;*/
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cursor {
  cursor: pointer;
}
.cursorN {
  cursor: default;
}
.Validform_checktip {
  text-align: left;
}
select {
  border: 1px #ccc solid;
}
.text_center,
.text-center,
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.bgnone {
  background: none!important;
}
.bgFFF {
  background: #fff;
}
.BgBlue {
  background: #33aae7;
  color: #fff;
}
.BgRed {
  background: #d36259;
  color: #fff;
}
.BgGreen {
  background: #3fd3a0;
  color: #fff;
}
.BgGray {
  background: #c1c1c1;
  color: #fff;
}
.font_fff,
.colorf {
  color: #fff;
}
.font_000,
.color0 {
  color: #000;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px  !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.margin0,
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.m20 {
  margin: 20px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.p20 {
  padding: 20px;
}
.p25pb0 {
  padding: 25px 25px 0;
}
.pb20 {
  padding-bottom: 20px;
}
.p020 {
  padding: 0 20px;
}
.p030 {
  padding: 0 30px;
}
.p0,
.padding0 {
  padding: 0px;
}
.bordern {
  border: none;
}
.borderbtmn {
  border-bottom: none !important;
}
.textHide2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textHide3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHide4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.flexLi {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flexAl {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*我的变量*/
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.ft-w {
  font-weight: bold;
}
.w50 {
  width: 50% !important;
}
div {
  font-size: 0;
}
.con {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}
body {
  background-color: #FFF;
  color: #000;
  min-width: 1200px;
}
.title {
  text-align: center;
}
.title h4 {
  font-size: 32px;
  color: #2785ff;
  line-height: 32px;
}
.title p {
  margin-top: 26px;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: 9;
}
.head.active {
  background: #fff;
  box-shadow: 0rem 5px 15px 0rem rgba(0, 0, 0, 0.1);
}
.head .con {
  min-width: auto;
  width: 1200px;
  position: relative;
  padding: 13px 0;
}
.head .con .left {
  padding-top: 9px;
}
.head .con .left img {
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  vertical-align: middle;
}
.head .con .left span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.head .con .right {
  display: none;
  position: absolute;
  right: 0;
  top: 13px;
  width: 120px;
  height: 40px;
  background-color: #2785ff;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.banner {
  position: relative;
  height: 659px;
}
.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 659px;
  object-fit: cover;
}
.banner .con {
  position: relative;
  z-index: 2;
  padding-top: 114px;
}
.banner .con .left {
  display: inline-block;
  vertical-align: top;
}
.banner .con .left .tip {
  position: relative;
  padding-left: 385px;
  margin-bottom: 11px;
}
.banner .con .left .tip img {
  height: 40px;
}
.banner .con .left .tip span {
  position: absolute;
  top: 18.5px;
  left: 28px;
  padding-left: 385px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 100;
}
.banner .con .left .title {
  margin-bottom: 52px;
  height: 52px;
}
.banner .con .left ul {
  overflow: hidden;
  margin-bottom: 41px;
}
.banner .con .left ul li {
  margin-bottom: 32px;
}
.banner .con .left ul li img {
  display: inline-block;
  margin-right: 8px;
  width: 22px;
  vertical-align: middle;
}
.banner .con .left ul li span {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
}
.banner .con .left .downloadBtn {
  display: block;
  margin-bottom: 22px;
  width: 240px;
  height: 72px;
  background-color: #2785ff;
  border-radius: 36px;
  line-height: 72px;
  text-align: center;
  animation: up2 2s linear infinite;
}
.banner .con .left .downloadBtn img {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: 1px;
  width: 24px;
  vertical-align: middle;
}
.banner .con .left .downloadBtn span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  vertical-align: middle;
}
.banner .con .left .tips {
  font-size: 12px;
  color: #666666;
}
.banner .con .right {
  float: right;
  display: inline-block;
  vertical-align: top;
}
.banner .con .right .bigImg {
  position: relative;
  right: -28px;
  width: 576px;
}
.banner .con .right .yd {
  padding-bottom: 21px;
  text-align: right;
}
.banner .con .right .yd .yd-list {
  position: relative;
  margin-right: 20px;
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  background-color: #00A3FF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 12px;
  box-shadow: 0px 5px 9px 0px rgba(39, 133, 255, 0.34);
}
.banner .con .right .yd .yd-list img {
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  height: 9px;
}
.banner .con .right .yd .yd-list i {
  position: absolute;
  padding: 3px;
  bottom: -35px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 9px;
}
.banner .con .right .yd .yd-list i:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.banner .con .right .yd .yd-list i.list-i-1 {
  background-color: rgba(0, 163, 255, 0.3);
}
.banner .con .right .yd .yd-list i.list-i-1:after {
  background-color: #00a3ff;
}
.banner .con .right .yd .yd-list i.list-i-2 {
  background-color: rgba(85, 106, 255, 0.3);
}
.banner .con .right .yd .yd-list i.list-i-2:after {
  background-color: #556aff;
}
.banner .con .right .yd .yd-list i.list-i-3 {
  background-color: rgba(29, 71, 242, 0.3);
}
.banner .con .right .yd .yd-list i.list-i-3:after {
  background-color: #1D47F2;
}
.banner .con .right .bottom {
  float: right;
}
.banner .con .right .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 12px;
  color: #666;
  line-height: 12px;
}
.banner .con .right .bottom img {
  display: inline-block;
  vertical-align: middle;
  width: 470px;
}
.box1 .con {
  padding-top: 86px;
}
.box1 .con ul {
  padding-top: 97px;
}
.box1 .con ul li {
  margin-bottom: 100px;
}
.box1 .con ul li .left {
  float: left;
}
.box1 .con ul li .right {
  float: right;
}
.box1 .con ul li .text {
  display: inline-block;
  vertical-align: top;
  width: 600px;
}
.box1 .con ul li .text b {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.box1 .con ul li .text p {
  margin-bottom: 35px;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
}
.box1 .con ul li .text a {
  display: block;
  width: 144px;
  height: 48px;
  font-size: 18px;
  background-color: #2785ff;
  border-radius: 24px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box1 .con ul li .text a:hover {
  transform: translateY(-10px);
}
.box1 .con ul li .image {
  display: inline-block;
  vertical-align: top;
}
.box1 .con ul li .image img {
  width: 520px;
}
.box2 .con {
  padding-top: 82px;
  padding-bottom: 80px;
}
.box2 .con ul {
  padding-top: 90px;
}
.box2 .con ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.box2 .con ul li .top {
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
.box2 .con ul li .top span {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-color: #2785ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.box2 .con ul li .top p {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.box2 .con ul li .top img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 12px;
}
.box2 .con ul li .top img.on {
  display: none;
}
.box2 .con ul li .bottom {
  display: none;
  padding-bottom: 25px;
  font-size: 14px;
  color: #666;
  opacity: 0.88;
  filter: alpha(opacity=0.88);
}
.box2 .con ul li.active .top p {
  color: #2785ff;
}
.box2 .con ul li.active .top img.on {
  display: block;
}
.box2 .con ul li.active .top img.off {
  display: none;
}
.box2 .con ul li.active .bottom {
  display: block;
  filter: none;
}
.footer {
  background-color: #f3f8fe;
}
.footer .con {
  padding-top: 63px;
  text-align: center;
}
.footer .con > img {
  display: inline-block;
  margin-bottom: 35px;
  width: 120px;
}
.footer .con p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.footer .con .copyright {
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  font-weight: inherit;
}
.footer .con .copyright a {
  color: #666;
}
.footer .con > a {
  display: block;
  margin: 0 auto 72px;
  width: 240px;
  height: 72px;
  background-color: #2785ff;
  border-radius: 36px;
  line-height: 72px;
  text-align: center;
}
.footer .con > a img {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: 1px;
  width: 24px;
  vertical-align: middle;
}
.footer .con > a span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  vertical-align: middle;
}
.box3 {
  background-color: #f3f8fe;
}
.box3 .con {
  padding-top: 60px;
}
.box3 .con ul {
  padding-top: 70px;
  padding-bottom: 42px;
  text-align: center;
}
.box3 .con ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  margin-bottom: 23px;
  padding: 28px 27px 0 22px;
  width: 386px;
  height: 180px;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(102, 139, 184, 0.1);
  border-radius: 16px;
}
.box3 .con ul li .top {
  margin-bottom: 20px  !important;
}
.box3 .con ul li .top img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.box3 .con ul li .top div {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  text-align: left;
}
.box3 .con ul li .top div p {
  margin-bottom: 8.5px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 14px;
}
.box3 .con ul li .top div span {
  font-size: 12px;
  color: #999999;
}
.box3 .con ul li .bottom {
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 1250px) {
  .banner .con .right .bigImg {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .head .con {
    width: auto;
  }
}
@keyframes up2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
