.navigation {
  position: fixed;
  width: 100%;
  height: 80px !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9997;
  top: 0;
}

.navigation-logo {
  position: absolute;
  width: 263px;
  height: 80px;
  background-image: url(../img/logo.png);
  z-index: 9997;
}

.navigation-menu {
  position: absolute;
  width: 100%;
  height: 80px;
  min-width: 1280px;
  top: 0;
}

.navigation-menu .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.navigation-menu-main {
  position: absolute;
  width: 100%;
  height: 80px;
  text-align: center;
}

.navigation-menu-main .link {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 110px;
  height: 80px;
  line-height: 80px;
}

.navigation-menu-main .link:hover {
  color: #ff6727 !important;
}

.navigation-menu-uac {
  position: absolute;
  height: 80px;
  line-height: 80px;
  right: 20px;
  color: #ffff06;
  font-size: 18px;
}

.img-responsive {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.banner-content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.img-responsive .text {
  position: relative;
  margin-top: 200px;
  margin-left: 60px;
  width: 700px;
  height: 200px;
  z-index: 999;
}

.img-responsive .text .text-1 {
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-family: 'Microsoft YaHei', Tahoma, Arial, 'Helvetica Neue',
    'Hiragino Sans GB', Simsun, sans-self !important;
}

.img-responsive .text .text-2 {
  position: absolute;
  top: 60px;
  color: #fff;
  font-size: 22px;
  font-family: 'Microsoft YaHei', Tahoma, Arial, 'Helvetica Neue',
    'Hiragino Sans GB', Simsun, sans-self !important;
}

.img-responsive .text .text-3 {
  position: absolute;
  top: 100px;
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Tahoma, Arial, 'Helvetica Neue',
    'Hiragino Sans GB', Simsun, sans-self !important;
}

.img-responsive .text .btn-1 {
  position: absolute;
  top: 180px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #fff;
  letter-spacing: 2px;
  border-radius: 2px;
  border: #fff solid 1px;
  color: #2e3693;
}

.img-responsive .text .btn-2 {
  position: absolute;
  top: 180px;
  left: 250px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  border-radius: 2px;
  border: #fff solid 1px;
  color: #fff;
}

.img-responsive img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 99;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.content .text-title-r {
  font-size: 30px;
  text-align: right;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 10px solid #043385;
}

.content .text-title-c {
  font-size: 30px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 10px solid #043385;
}

.content .text-more-video {
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 10px solid #043385;
}

.content .text-more-video a {
  text-decoration: none;
}

.content .text-more-video a:hover {
  color: #ff6727;
}

.section-text-1 {
  font-size: 22px;
}

.color-black {
  color: #322e2f;
}

.section-1 {
  height: 230px;
  display: flex;
  /* justify-content: center; */
  background-color: #fff;
}

.section-1 .content {
  width: 1200px;
  margin: 0 auto;
}

.section-1 .content .introduce {
  margin: 10px auto;
  height: 95px;
  display: flex;
}

.section-1 .content .introduce img {
  margin: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.section-1 .content .introduce .text {
  flex: 0 1 auto;
  font-size: 14px;
}

.section-1 .content .introduce .text .text-1 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bolder;
}

.section-1 .content .introduce .text .text-2 {
  font-size: 16px;
  margin-top: 5px;
  width: 310px;
}

.section-2 {
  height: 500px;
  background-color: #fff;
}

.section-2 .content .text {
  width: 600px;
  position: absolute;
  top: 100px;
  left: 50px;
}

.section-2 .content img {
  position: absolute;
  top: 30px;
  left: 580px;
  height: 430px;
}

.section-text-2 {
  font-size: 40px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}

.section-text-3 {
  font-size: 18px;
  margin: 40px 0 0 0;
  line-height: 30px;
}

.section-3 {
  height: 500px;
}

.section-3 .content .mobile-pay {
  position: absolute;
  top: 30px;
  left: 50px;
}

.section-3 .content .text {
  position: absolute;
  width: 600px;
  top: 90px;
  left: 650px;
}

.section-3 .content .section-btn-1 {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 250px;
  left: 0;
  border: #000000 solid 1px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.section-3 .content .section-btn-2 {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 250px;
  left: 240px;
  border: #000000 solid 1px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.section-4 {
  height: 480px;
  background-color: #fff;
}

.section-4 .content a.information {
  border: #eee solid 1px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  height: 280px;
  width: 280px;
  flex-wrap: wrap;
}

.section-4 .content a.information:hover {
  background-color: #eee;
}

.section-5 {
  height: 550px;
}

.section-5 .content .video-title {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.section-5 .content .video {
  height: 330px;
}

.section-ui {
  background-color: #fff;
}

.section-ui .content .odd {
  height: 420px;
}

.section-ui .content .even {
  height: 420px;
  background-color: #f3f4f6;
}

.section-ui .content .text {
  position: relative;
  width: 100%;
  height: 420px;
}

.section-ui .content .text .text-1 {
  position: absolute;
  top: 120px;
  left: 40px;
  font-size: 20px;
  line-height: 40px;
}

.section-ui .content .text .text-1 a {
  color: #cc0000;
}

.section-ui .content .text .text-1 a:hover {
  color: #000000;
}

.section-ui .content .down {
  font-size: 22px;
}

.section-ui .content .down a {
  color: #cc0000;
  font-size: 22px;
  font-weight: bolder;
}

.section-ui .content .down a:hover {
  color: #000000;
}

@media all and (min-width: 0) {
  .section-1 {
    text-align: center\9;
  }
  .section-1 .content {
    display: inline-block\9;
  }

  .section-1 .content .introduce img {
    float: left\9;
  } /* IE9 only, 现在IE10也支持 */

  .section-1 .content .introduce .text {
    float: left\9;
    width: 70%\9;
    text-align: left\9;
  }

  .section-3 .content .section-btn-1,
  .section-3 .content .section-btn-2 {
    text-align: center\9;
    height: 62px\9;
    line-height: 62px\9;
  }

  .section-3 .content .section-btn-1 img,
  .section-3 .content .section-btn-2 img {
    border: none\9;
    vertical-align: middle\9;
  }

  .section-4 .content a.information {
    display: block\9;
    text-align: center\9;
    vertical-align: middle\9;
  }

  .section-4 .content a.information img {
    vertical-align: middle\9;
    border: none\9;
    margin-top: 20px\9;
  }

  .section-4 .content a.information span {
    float: left\9;
    display: inline-block\9;
    width: 100%\9;
  }
}
