/* 1.header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 300;
  /* background-color: #161823; */
  box-sizing: border-box;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.header-shadow {
  background-color: #161823;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 0;
}

header .logo {
  float: left;
  display: block;
  width: auto;
  height: 53px;
  line-height: 100px;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .tel {
  font-family: "Impact";
  font-size: 23px;
  font-weight: bold;
  float: right;
  margin-left: 60px;
  color: #ffffff;
  line-height: 100px;
}

header .tel img {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

header .gatopen {
  display: none;
  float: right;
  width: 25px;
  height: 25px;
  cursor: pointer;
  line-height: 47px;
}

header .gatopen img {
  width: 100%;
  height: 100%;
}

header .gation {
  float: right;
  height: 100%;
  box-sizing: border-box;
  text-align: right;
  box-sizing: border-box;
  display: flex;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li {
  position: relative;
}

header .gation li:not(:last-child) {
  margin-right: 60px;
}

header .gation .pull a {
  font-size: 18px;
  color: #ffffff;
  line-height: 100px;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 3px;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li.active::before,
header .gation li:hover::before {
  opacity: 1;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li.active .pull a,
header .gation li:hover .pull a {
  font-weight: bold;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation .drop {
  display: none;
  width: 200px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 20px 10px;
  z-index: 301;
  overflow: hidden;
}

header .gation .drop a {
  display: block;
  line-height: 25px;
  padding: 5px 0;
  font-size: 16px;
  color: #ffffff;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation .pull a i {
  font-style: normal;
  display: none;
}

header .gation .drop a:hover,
header .gation .drop a.active {
  color: #f9c78c;
  transform: scale(1.09);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  header {
    height: 75px;
  }
  header .logo {
    height: 40px;
    line-height: 75px;
  }
  header .tel {
    font-size: 18px;
    margin-left: 30px;
    line-height: 75px;
  }
  header .gation .pull a {
    font-size: 16px;
    line-height: 75px;
  }
  header .gation .drop {
    width: 155px;
    padding: 15px 10px;
    top: 75px;
    overflow: hidden;
  }
  header .gation .drop a {
    font-size: 15px;
  }
  header .gation li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  header {
    height: auto;
    background-color: #161823;
    border-bottom: 0 solid rgba(255, 255, 255, 0.5);
  }
  header .top {
    width: 100%;
    height: 47px;
  }
  header .logo {
    height: 26px;
    line-height: 47px;
  }
  header .tel {
    font-size: 15px;
    margin-left: 0;
    line-height: 47px;
    margin-right: 20px;
    padding-top: 3px;
  }
  header .tel img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
  header .gatopen {
    display: block;
  }
  header .gation {
    display: none;
    float: none;
    position: fixed;
    left: 0;
    top: 47px;
    width: 105%;
    margin-left: -2.5%;
    height: auto;
    background-color: #161823;
    box-sizing: border-box;
    z-index: 301;
    padding: 13px 5%;
    border-top: 1px solid #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  header .gation li:not(:last-child) {
    margin-right: 0;
  }
  header .gation li {
    width: 100%;
    height: auto;
  }
  header .gation .pull a {
    width: 100%;
    height: auto;
    line-height: 38px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  header .gation li.active::before,
  header .gation li:hover::before {
    display: none;
  }
  header .gation .drop {
    width: 100%;
    position: relative;
    top: 0;
    background-color: transparent;
    text-align: left;
    padding: 3px 0;
    display: block;
    display: none;
    overflow: hidden;
  }
  header .gation .drop a {
    font-size: 14px;
    display: block;
    line-height: 32px;
    padding-left: 15px;
  }
  header .gation .drop a:not(:last-child) {
    margin-right: 15px;
  }
  header .gation .pull a i {
    display: inline-block;
  }
  header .gation li.active .pull a,
  header .gation li.active .drop a.active {
    color: #f9c78c;
  }
}

/* 2.index-swiper */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .img {
  width: 100%;
  height: 100%;
}

.index-swiper .cons {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  box-sizing: border-box;
  /* background-color: rgba(0, 0, 0, 0.3); */
  text-align: center;
  color: #ffffff;
}

/*.index-swiper .inside {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*}*/

.index-swiper .cons h2 {
  text-align: center;
  font-size: 50px;
}

.index-swiper .cons p {
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  text-transform: uppercase;
}

.index-swiper .cons .more {
  margin-top: 60px;
  display: block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #0c8eff;
  border-radius: 3px;
}

.index-swiper .cons .row {
  width: 72px;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* 轮播按钮修改 */
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/banner-lf.png);
  background-size: 100% 100%;
  left: 60px;
  cursor: pointer;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/banner-rg.png);
  background-size: 100% 100%;
  right: 60px;
  cursor: pointer;
}

@media (max-width: 1700px) {
  .index-swiper .cons h2 {
    font-size: 45px;
  }
}

@media (max-width: 1400px) {
  .index-swiper .cons h2 {
    font-size: 38px;
  }
  .index-swiper .cons .more {
    margin-top: 30px;
  }
  .index-swiper .cons .row {
    width: 52px;
  }
  /* 轮播按钮修改 */
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .index-swiper .swiper-button-prev,
  .index-swiper .swiper-container-rtl .swiper-button-next {
    left: 30px;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-container-rtl .swiper-button-prev {
    right: 30px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
  }
  .index-swiper .cons h2 {
    font-size: 28px;
  }
  .index-swiper .cons p {
    font-size: 13px;
    margin-top: 5px;
  }
  .index-swiper .cons .more {
    margin-top: 15px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .index-swiper .cons .row {
    width: 32px;
  }
  .index-swiper .cons {
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
  }
  /* 轮播按钮修改 */
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .index-swiper .swiper-button-prev,
  .index-swiper .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .index-swiper .cons h2 {
    font-size: 19px;
  }
  .index-swiper .cons p {
    font-size: 10px;
  }
}

@media (max-width: 580px) {
  .index-swiper {
    height: 280px;
  }
}
footer .logo .info{
  margin-top: 60px;
}
/* 3.banner */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.banner .img {
  width: 100%;
  height: auto;
}

.banner .sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: #ffffff;
  /* font-size: 48px; */
  /* padding-top: 90px; */
}

.banner .sub .inside {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner .sub span {
  display: block;
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
  max-width: 50%;
}

.banner .sub p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  max-width: 720px;
  max-width: 50%;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1700px) {
  .banner .sub span {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
  }
}

@media (max-width: 1400px) {
  .banner .sub span {
    font-size: 32px;
    line-height: 43px;
  }
  .banner .sub p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 47px;
  }
  .banner .sub {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .banner .sub span {
    font-size: 22px;
    line-height: 32px;
  }
  .banner .sub p {
    font-size: 13px;
    line-height: 25px;
    margin-top: 10px;
    max-height: 125px;
    overflow: auto
}
}
@media (max-width: 580px) {
  .banner .img {
    height: 230px;
  }
}

/* 4.footer */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* position: relative; */
  /* background-color: #1c2028; */
  color: #ffffff;
  background: url(./../img/footer-bg.png) no-repeat center/cover;
}

footer .above {
  padding: 60px 0;
}

footer .top {
  display: flex;
  justify-content: space-between;
}
footer .bom {
  display: flex;
  justify-content: flex-end  ;
}

footer .logo {
  width: 510px;
  height: auto;
  cursor: pointer;
}

footer .logo img {
  width: 210px;
}

footer .bom {
  margin-top: 30px;
}

footer .info li:not(:first-child) {
  margin-top: 13px;
}

footer .info li span {
  font-size: 14px;
}

footer .info li img {
  margin-right: 10px;
  width: 26px;
  height: 26px;
}

footer .link {
  display: flex;
}

footer .link li:not(:last-child) {
  margin-right: 60px;
}

footer .link a {
  display: block;
  color: #707070;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

footer .link a:first-child {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
}

footer .link a:hover {
  color: #ffffff;
  transform: scale(1.09);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

footer .code {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .code h3 {
  font-size: 16px;
  color: #707070;
}

footer .code ul {
  display: flex;
  margin-left: 30px;
}

footer .code ul li:not(:last-child) {
  margin-right: 32px;
}

footer .code ul li {
  position: relative;
}

footer .code ul li .qr {
  width: 86px;
  height: 96px;
  display: none;
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

footer .code ul li .icon {
  width: 37px;
  height: 37px;
  cursor: pointer;
}

/*footer .code ul li:first-child .icon {*/
/*  width: 26px;*/
/*  height: 26px;*/
/*}*/

footer .code ul li:hover .qr,
footer .code ul li.active .qr {
  display: block;
}

footer .copy {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #101318;
}

footer .copy a {
  color: #88898c;
  font-size: 14px;
}

footer .copy a:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 1400px) {
  footer .top {
    flex-direction: column;
    align-items: center;
  }
  footer .logo {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  footer .logo img{
    width: 180px;
  }
  footer .link {
    width: 100%;
    justify-content: space-between;
  }
  footer .link li:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 1000px) {
  footer .above {
    padding: 40px 0;
  }
  footer .bom {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
  footer .link {
    display: none;
  }
  footer .logo {
    width: auto;
    margin-bottom: 10px;
  }
  footer .logo>img{
    width: 120px;
  }
  footer .logo .info{
    margin-top: 20px;
  }
  footer .info li span {
    font-size: 13px;
  }
  footer .info li img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
  footer .code {
    margin-top: 100px;
  }
  footer .code h3 {
    font-size: 15px;
  }
  footer .code ul li .qr {
    width: 56px;
    height: 66px;
    top: -70px;
  }
  footer .code ul li .icon {
    width: 27px;
    height: 27px;
  }
  /*footer .code ul li:first-child .icon {*/
  /*  width: 18px;*/
  /*  height: 18px;*/
  /*  margin-top: 4px;*/
  /*}*/
  footer .copy a {
    display: block;
    font-size: 12px;
    line-height: 27px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
}

/* 5.title */
.title {
  text-align: center;
}

.title-lf {
  text-align: left;
}

.title em {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}

.title h3 {
  font-size: 40px;
}

.title-w h3,
.title-w em {
  color: #ffffff;
}

@media (max-width: 1400px) {
  .title h3 {
    font-size: 34px;
  }
}

@media (max-width: 1000px) {
  .title h3 {
    font-size: 25px;
  }
  .title-lf {
    text-align: center;
  }
}
