.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;
}

.section-1 .content {
  position: relative;
  width: 1200px;
  margin: 30px auto;
  text-align: left;
}

.section-1 .fix p {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0;
}

.section-1 .fix h4 {
  margin: 15px;
  line-height: 40px;
  border-bottom: solid 1px #eee;
  font-size: 18px;
}

.section-1 .fix:after {
  clear: both;
  height: 0;
  content: '';
  display: block;
}

.section-1 .soft-down {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.section-1 .soft-down a {
  color: #2b2b2b;
  text-decoration: none;
}

.section-1 .soft-down a:hover {
  color: #f00;
  text-decoration: none;
}

.section-1 .soft-down .soft-down-title {
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  /* 	background-color: #61b0ff; */
  background-color: #043385;
  display: block;
}

.section-1 .soft-down .soft-down-content {
  padding: 10px;
  flex: 1 1 60%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 60%\9;
  float: left\9;
}

.section-1 .soft-down .soft-down-content .text-1 {
  width: 600px;
}

.section-1 .soft-down .soft-down-content .text-1-1 {
  font-size: 22px;
  font-weight: bold;
}

.section-1 .soft-down .soft-down-content .text-1-2 {
  font-size: 16px;
}

.section-1 .soft-down .soft-down-content .text-2 {
  margin-top: 20px;
  width: 100%;
}

.section-1 .soft-down .soft-down-content .text-3 {
  width: 100%;
  line-height: 46px;
  color: #ff0000;
}

.section-1 .soft-down .soft-down-content .text-4 {
  width: 100%;
  line-height: 24px;
  color: #000;
}

.section-1 .soft-down .soft-down-img {
  flex: 1 1 38%;
  align-items: center;
  justify-content: center;
  display: flex;
  float: left\9;
  width: 38%\9;
  text-align: center\9;
}

.section-1 .soft-down .soft-down-img img {
  width: 80%;
  height: 80%\9;
  margin-top: 20%\9;
}

.STYLE1 {
  font-size: 22px;
  font-weight: bold;
}
