header {
  position: relative;
  height: 540px;
}
header .swiper {
  height: 540px;
}
header .swiper .titles {
  margin-top: 254px;
}
header .swiper .titles .text {
  width: 715px;
  height: 130px;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  opacity: 0.8;
}
header .swiper .titles .text p {
  line-height: 60px;
  font-size: 21px;
}
header .swiper .titles .line {
  width: 745px;
  height: 0px;
  border: 4px solid #dba465;
  opacity: 0.6;
}

header .swiper .swiper-wrapper .swiper-slide {
 background-repeat: no-repeat;
 background-position: center;
}

header .header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6566;
  width: 100%;
}
header .header .header-top {
  /* margin: 10px 0; */
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .header-top .menu {
  display: flex;
  width: 60%;
  justify-content: space-between;
  box-sizing: border-box;
}
header .header .header-top .menu .active {
  font-weight: 700;
  border-bottom: 2px #dba465 solid;
  box-sizing: border-box;
}
header .header .header-top .menu .active1 {
  border-bottom: 2px #dba465 solid;
  box-sizing: border-box;
}
header .header .header-top .menu li {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
header .header .logoWrap{
  width: 208.32px;
  height: 62px;
}
header .header img {
  /* width: 160px; */
  width: auto;
  /* width: 208.32px; */
  height: 62px;
  display: block;
}
header .header .header_login {
  display: flex;
  justify-content: right;
}
footer {
  height: 304px;
  background: #303030;
}
footer .footer-p {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
footer .details {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  box-sizing: border-box;
  align-items: center;
}
footer .details .details_left {
  display: flex;
  color: #fff;
  width: 60%;
  justify-content: space-between;
}
footer .details .details_left a {
  color: #fff;
}
footer .details .details_left h3 {
  font-size: 16px;
}
footer .details .details_left li {
  font-size: 14px;
  line-height: 25px;
}
footer .details .erweima {
  display: flex;
}
footer .details .erweima ul {
  display: flex;
  justify-content: space-between;
}
footer .details .erweima ul li {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 29%;
  justify-content: center;
}
footer .details .erweima ul li span {
  margin-top: 5px;
}
#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #d1d1d1;
  display: block;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}
#back-to-top a:hover {
  color: #979797;
}
#back-to-top a span {
  background: #d1d1d1 url(/img/back_to_top.png) no-repeat center center;
  border-radius: 6px;
  display: block;
  height: 50px;
  margin-bottom: 5px;
  /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}
#back-to-top a:hover span {
  background: #979797 url(/img/back_to_top.png) no-repeat center center;
}
.erweima .qr-code{
  width: 100px;
}
