body {
  font-family: "PingFang SC Light";
  min-width: 1024px;
  color: #fff; }

.left {
  float: left; }

.w1024 {
  position: relative;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.btn {
  left: 50%;
  position: absolute;
  color: #6e6e6e;
  font-size: 22px;
  margin-left: -158px;
  width: 316px;
  height: 50px;
  line-height: 50px;
  background-color: #eef9ff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px; }

.header {
  width: 100%;
  height: 150px;
  background: url("../images/header-bg.png") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .header .logo {
    float: left;
    margin-right: 36px;
    margin-top: 33px; }
  .header h1 {
    color: #fff;
    float: left;
    font-size: 35px;
    line-height: 1;
    font-family: "PingFang SC Bold";
    text-align: left; }
    .header h1 i {
      font-family: "AdobeHeitiStd";
      display: block;
      font-size: 20px;
      margin-top: 42px;
      margin-bottom: 16px; }

.p1 {
  background-color: #012249;
  height: 520px; }
  .p1 .w1024 {
    background: url("../images/p1-img.jpg") top center no-repeat; }

.p2 {
  background-color: #fff;
  height: 1088px; }
  .p2 .w1024 {
    background: url("../images/p2-img.jpg") top center no-repeat; }

.p3 {
  height: 640px;
  background: url("../images/p3-bg.jpg") top center no-repeat; }
  .p3 .w1024 {
    background: url("../images/p3-img.png") top center no-repeat; }
  .p3 .btn {
    bottom: 38px; }

.p4 {
  position: relative;
  text-align: center;
  height: 435px;
  padding-top: 225px;
  background: url("../images/p4-img.png") top center no-repeat; }
  .p4 .btn {
    bottom: 54px; }

.videoBox {
  position: relative;
  width: 300px;
  display: inline-block;
  text-align: center;
  margin: 0 4px; }
  .videoBox .video1 {
    width: 300px;
    height: 240px;
    background:url("../images/videobg1.jpg"); }
  .videoBox .video2 {
    width: 300px;
    height: 240px;
    background:url("../images/videobg2.jpg"); }
  .videoBox .video3 {
    width: 300px;
    height: 240px;
    background:url("../images/videobg3.jpg"); }
  .videoBox p {
    width: 298px;
    height: 43px;
    border: 1px solid #fafafa;
    line-height: 43px;
    background-color: #fff; }
  .videoBox .playIcon {
    position: absolute;
    left: 118px;
    top: 99px;
    width: 64px;
    height: 41px;
    background: url("../images/playIcon.png") 0 0 no-repeat;
    cursor: pointer; }

.footer {
  position: relative;
  font-size: 15px;
  height: 479px;
  background: url("../images/footer.png") top center no-repeat; }
  .footer .w1024 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -517px;
    height: 220px; }
  .footer .area2, .footer .area3 {
    margin-top: 44px;
    text-align: left; }
  .footer .area1 {
    padding-top: 130px;
    width: 230px;
    text-align: center; }
    .footer .area1 .btn1 {
      display: block;
      width: 143px;
      height: 37px;
      margin: 0 auto 6px auto;
      background-color: #0d71d3;
      color: #8ed68a;
      font-size: 20px;
      line-height: 37px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .footer .area1 .mobile {
      font-size: 20px;
      color: #fff; }
  .footer .area2 {
    margin-left: 46px; }
    .footer .area2 ul {
      border-right: 1px solid #c9dff2;
      height: 132px; }
    .footer .area2 li {
      float: left;
      width: 156px; }
    .footer .area2 h3 {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1; }
    .footer .area2 a {
      display: block;
      font-size: 15px;
      color: #fff;
      line-height: 20px; }
    .footer .area2 p {
      color: #fff; }
  .footer .area3 {
    height: 132px;
    padding-left: 28px;
    border-left: 1px solid #a4cef2; }
    .footer .area3 a {
      display: block;
      color: #fff; }
    .footer .area3 p {
      line-height: 1;
      margin-bottom: 5px; }
    .footer .area3 li:first-child {
      margin-bottom: 16px; }

.video-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  display: none; }
  .video-pop .video-pop-box {
    width: 895px;
    height: 524px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    margin-left: -450px;
    margin-top: -287px; }
  .video-pop .close {
    width: 50px;
    height: 50px;
    background: url("../images/close.png") 0 0 no-repeat;
    position: absolute;
    top: 0px;
    right: -60px; }

/*# sourceMappingURL=index.css.map */
