@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;
}
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;
}
body {
  position: relative;
  min-width: 1200px;
}
.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;
}
.con {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.title {
  font-size: 46px;
  font-weight: bold;
  color: #435b8f;
  text-align: center;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.header .con {
  padding-top: 30px;
}
.header .con .left {
  float: left;
}
.header .con .left img {
  display: inline-block;
  margin-right: 10px;
  width: 52px;
  height: 51px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: top;
}
.header .con .left span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 51px;
}
.header .con .right {
  float: right;
  width: 120px;
  height: 38px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  font-size: 16px;
  color: #435b8f;
  line-height: 38px;
  background: #fff;
  text-align: center;
}
.banner {
  position: relative;
  background-color: #435b8f;
}
.banner .bg {
  position: absolute;
  top: -538px;
  left: 209px;
}
.banner .con {
  position: relative;
  max-width: 1302px;
  width: 1302px;
  height: 851px;
  text-align: center;
  font-size: 0;
}
.banner .con .left {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  margin-top: 226px;
  margin-right: 50px;
  color: #fff;
  text-align: left;
}
.banner .con .left h1 {
  margin-bottom: 58px;
  font-size: 68px;
  line-height: 68px;
}
.banner .con .left h2 {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 36px;
}
.banner .con .left h3 {
  margin-bottom: 87px;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
}
.banner .con .left a {
  display: block;
  margin-bottom: 29px;
  width: 320px;
  height: 96px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 96px;
  box-shadow: 0px 4px 10px 0px rgba(27, 71, 174, 0.47);
  border-radius: 48px;
  background-color: #ffd200;
  color: #fff;
}
.banner .con .left p {
  font-size: 15px;
}
.banner .con .right {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 227px;
  vertical-align: top;
}
.banner .con .right .video-box {
  display: inline-block;
  padding: 14px;
  width: 584px;
  height: 444px;
  background-color: #ffffff;
  border-radius: 15px;
  vertical-align: top;
  border: solid 4px #f0f1f3;
}
.banner .con .right .video-box > div {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
}
.banner .con .right .video-box > div video {
  width: 100%;
  height: 100%;
}
.banner .con .code {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  top: 80px;
  width: 172px;
  height: 192px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #fff;
}
.banner .con .code img {
  display: inline-block;
  margin-bottom: 7px;
  width: 148px;
  height: 147px;
}
.banner .con .code p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.banner .con.ocr-con {
  height: 901px;
}
.banner .con.ocr-con .left {
  width: 100%;
  text-align: center;
}
.banner .con.ocr-con .left h2 {
  margin-bottom: 100px;
  font-size: 34px;
  font-weight: normal;
}
.banner .con.ocr-con .left a {
  margin: 0 auto 20px;
}
.banner .con.ocr-con .code {
  margin-top: 46px;
  top: 0;
}
.box-1 .con {
  padding-top: 167px;
}
.box-1 .con .title {
  margin-bottom: 85px;
}
.box-1 .con ul {
  text-align: center;
  font-size: 0;
}
.box-1 .con ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 80px;
  font-size: 24px;
  line-height: 24px;
  color: #4d4d4d;
}
.box-1 .con ul li div {
  margin-bottom: 10px;
  min-height: 110px;
}
.box-2 {
  margin-bottom: 127px;
}
.box-2 .con {
  padding-top: 167px;
}
.box-2 .con .title {
  margin-bottom: 142px;
}
.box-2 .con .container {
  position: relative;
}
.box-2 .con .container .bg {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -297.5px;
}
.box-2 .con .container ul {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: center;
}
.box-2 .con .container ul li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
.box-2 .con .container ul li .items {
  padding: 0 20px 38px;
  width: 238px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  text-align: center;
}
.box-2 .con .container ul li .items p {
  margin-bottom: 20px  !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.box-2 .con .container ul li .items span {
  font-size: 16px;
  line-height: 26px;
}
.box-2 .con .container ul li.list-1 {
  padding-top: 141px;
}
.box-2 .con .container ul li.list-1 .items {
  padding-top: 55px;
}
.box-2 .con .container ul li.list-1 .items img {
  margin-bottom: 23px;
}
.box-2 .con .container ul li.list-2 .items {
  padding-top: 31px;
}
.box-2 .con .container ul li.list-2 .items img {
  margin-bottom: 16px;
}
.box-2 .con .container ul li.list-3 {
  margin-right: 0;
  padding-top: 165px;
}
.box-2 .con .container ul li.list-3 .items {
  padding-top: 44px;
}
.box-2 .con .container ul li.list-3 .items img {
  margin-bottom: 29px;
}
.box-3 {
  background-color: #435b8f;
}
.box-3 .con {
  position: relative;
  padding-top: 124px;
  color: #fff;
  text-align: center;
}
.box-3 .con .triangle {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -24px;
}
.box-3 .con h3 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.box-3 .con h4 {
  margin-bottom: 74px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.box-3 .con .btn {
  display: inline-block;
  width: 320px;
  height: 96px;
  margin-bottom: 74px;
  border-radius: 48px;
  font-size: 24px;
  color: #435b8f;
  line-height: 96px;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
}
.box-3 .con .copyright {
  font-size: 12px;
  padding-bottom: 14px;
}
.box-3 .con .copyright a {
  color: #fff;
}
@media screen and (max-width: 1302px) {
  .banner .con {
    max-width: 1200px;
    width: 1200px;
  }
  .banner .con .left {
    margin-top: 226px;
    margin-right: 20px;
  }
  .banner .con .left h1 {
    margin-bottom: 58px;
    font-size: 68px;
    line-height: 68px;
  }
  .banner .con .left h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 36px;
  }
  .banner .con .left h3 {
    margin-bottom: 87px;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
  }
  .banner .con .left a {
    display: block;
    margin-bottom: 29px;
    width: 320px;
    height: 96px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 96px;
    box-shadow: 0px 4px 10px 0px rgba(27, 71, 174, 0.47);
    border-radius: 48px;
    background-color: #ffd200;
    color: #fff;
  }
  .banner .con .left p {
    font-size: 15px;
  }
  .banner .con .right {
    display: inline-block;
    margin-top: 227px;
    vertical-align: top;
  }
  .banner .con .right .video-box {
    display: inline-block;
    padding: 14px;
    width: 584px;
    height: 444px;
    background-color: #ffffff;
    border-radius: 15px;
    vertical-align: top;
    border: solid 4px #f0f1f3;
  }
  .banner .con .right .video-box div {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
  }
}
