.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;
}

.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: 20px;
}

.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;
}

.section-2 {
  height: 230px;
  display: flex;
  /* justify-content: center; */
  margin-top: 20px;
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.section-2 .content {
  width: 1280px;
  display: inline-block;
}

.section-2 .content .introduce {
  margin: 10px auto;
  height: 95px;
  display: flex;
}

.section-2 .content .introduce img {
  margin: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.section-2 .content .introduce .text {
  flex: 0 1 auto;
  font-size: 14px;
}

.section-2 .content .introduce .text .text-1 {
  margin-top: 5px;
  font-size: 15px;
  font-weight: bolder;
  text-align: left;
}

.section-2 .content .introduce .text .text-2 {
  font-size: 14px;
  margin-top: 5px;
  width: 195px;
  text-align: left;
}

.color-orange {
  color: #ff6727 !important;
}

.color-blue {
  color: #043385 !important;
}

.color-black {
  color: #322e2f;
}

.section-3 {
  height: 500px;
  display: flex;
  /* justify-content: center; */
  background-image: url(../img/section_01.png);
  background-color: #fff;
}

.section-3 .content .text {
  position: absolute;
  width: 100%;
  top: 80px;
}

.section-3 .content .main-icon {
  position: absolute;
  top: 303px;
  left: 577px;
  font-size: 50px;
  color: #fff;
}

.section-3 .content .main-photo {
  position: absolute;
  width: 50%;
  top: 237px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-4 {
  height: 385px;
  background-image: url(../img/section_02.png);
  background-color: #fff;
  display: flex;
  /* justify-content: center; */
}

.section-4 .content .text {
  position: absolute;
  width: 100%;
  left: 700px;
}

.section-4 .content .main-icon {
  position: absolute;
  top: 168px;
  left: 584px;
  font-size: 35px;
  color: #fff;
}

.section-4 .content .main-photo {
  position: absolute;
  width: 50%;
  top: 50px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-5 {
  height: 396px;
  background-image: url(../img/section_03.png);
  background-color: #fff;
  display: flex;
  /* justify-content: center; */
}

.section-5 .content .text {
  position: absolute;
  width: 100%;
}

.section-5 .content .main-icon {
  position: absolute;
  top: 175px;
  left: 585px;
  font-size: 32px;
  color: #fff;
}

.section-5 .content .main-photo {
  position: absolute;
  width: 50%;
  top: 50px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  overflow: hidden;
}

.section-6 {
  height: 499px;
  background-image: url(../img/section_04.png);
  background-color: #fff;
  display: flex;
}

.section-6 .content .text {
  position: absolute;
  width: 100%;
  left: 700px;
}

.section-6 .content .main-icon {
  position: absolute;
  top: 162px;
  left: 584px;
  font-size: 35px;
  color: #fff;
}

.section-6 .content .main-photo {
  position: absolute;
  width: 50%;
  top: 50px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  overflow: hidden;
}

.section-7 {
  height: 639px;
  background-color: #333333;
  display: flex;
  /* justify-content: center; */
}

.section-7 .content {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
}

.section-7 .content .text {
  width: 100%;
  margin-top: 30px;
}

.section-7 .content .store-row {
  width: 100%;
}

.section-7 .content .store-col {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-7 .content .store-col .link {
  width: 190px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #eee;
}

.section-7 .content .store-col .title-show {
  width: 180px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 1px;
  left: 4px;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  padding: 0 5px;
}

.section-7 .content .store-col .title-hide {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.section-7 .content .link {
  margin: 0 auto;
  top: 540px;
  font-size: 30px;
  color: #ffff06;
}

.section-7 .content .link:hover {
  color: #fff;
}

.section-7 .content .text .text-1 {
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.section-8 {
  height: 550px;
  background-image: url(../img/section_7.jpg);
  display: flex;
  /* justify-content: center; */
  padding-top: 50px;
}

.section-8 .content .text {
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: left;
}

.section-8 .content .text .text-1 {
  font-size: 40px;
  width: 100%;
  text-align: center;
}

.section-8 .content .text .text-2 {
  position: absolute;
  width: 48%;
  top: 100px;
}

.section-8 .content .text .text-3 {
  position: absolute;
  width: 48%;
  left: 50%;
  top: 100px;
}

.section-8 .content .text-head {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 5px;
  border-bottom: 2px #043385 solid;
}

.section-8 .content .text-body {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 5px;
}

.section .content .text .main-text-1 {
  font-size: 40px;
  width: 100%;
  text-align: center;
}

.section .content .text .main-text-2 {
  font-size: 18px;
  width: 500px;
  margin: 100px 0 0 0;
}

.section .content .text .main-text-3 {
  font-size: 28px;
  width: 500px;
  margin: 10px 0 0 0;
}

.section .content .text .main-text-4 {
  color: #837f7d;
  font-size: 17px;
  width: 500px;
  line-height: 24px;
  margin: 10px 0 0 0;
}

.section .content .text .text-5-left {
  margin: 20px 0 0 0;
}

.section .content .text .text-5-right {
  margin: 20px 0 0 320px;
}

.section .content .text .main-text-5 {
  font-size: 18px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #043385;
  border-radius: 2px;
}

.section .content .text .main-text-6 {
  font-size: 18px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #043385;
  border-radius: 2px;
}

.section .content .text .text-right {
  text-align: right;
}

/*ie9*/
@media all and (min-width: 0) {
  .section-2 .content .introduce img {
    float: left\9;
  }

  /* IE9 only, 现在IE10也支持 */

  .section-2 .content .introduce .text {
    float: left\9;
    width: 70%\9;
  }

  .section-2 {
    text-align: center\9;
  }

  .section-2 .content {
    display: inline-block\9;
  }

  .section-3 {
    text-align: center\9;
  }

  .section-3 .content {
    display: inline-block\9;
  }

  .section-3 .content .main-icon {
    top: 285px\9;
  }

  .section-4 {
    text-align: center\9;
  }

  .section-4 .content {
    display: inline-block\9;
  }

  .section-4 .content .text {
    text-align: left\9;
  }

  .section-4 .content .main-icon {
    top: 150px\9;
  }

  .section-5 {
    text-align: center\9;
  }

  .section-5 .content {
    display: inline-block\9;
  }

  .section-5 .content .main-icon {
    top: 158px\9;
  }

  .section-6 {
    text-align: center\9;
  }

  .section-6 .content {
    display: inline-block\9;
  }

  .section-6 .content .text {
    text-align: left\9;
  }

  .section-6 .content .main-icon {
    top: 144px\9;
  }

  .section-7 {
    text-align: center\9;
  }

  .section-7 .content {
    display: inline-block\9;
  }

  .section-7 .content .store-col .link {
    width: 190px\9;
    height: 152px\9;
    line-height: 152px\9;
    display: block\9;
    text-align: center\9;
    vertical-align: middle\9;
  }

  .section-7 .content .store-col .link img {
    vertical-align: middle\9;
    border: none\9;
  }

  .section-7 .content .store-col .title-show {
    width: 180px;
    height: 152px\9;
    line-height: 30px\9;
    top: 0px\9;
    left: 5px\9;
  }

  .section-8 {
    text-align: center\9;
  }

  .section-8 .content {
    display: inline-block\9;
  }
}

/*ie9*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  /* IE10+ */
}