@charset "utf-8";

a {
  color: inherit;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

button {
  border: none;
}

header .w1600 {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .w1600 .logo {
  display: block;
  width: 33%;
  position: relative;
  z-index: 3;
}

header .w1600 .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.head_right {
  position: relative;
  width: 64%;
}

.head_right_top {
  z-index: 9;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.head_right_top a {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.head_right_top span {
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  margin: 0 17px;
}

.head_right_top img {
  cursor: pointer;
}


.seach_menu {
  display: none;
  align-items: center;
}

.seach_menu a {
  display: block;
}

.seach_menu .seach {
  width: 24px;
  height: 24px;
  background-image: url(../images/magnifyingGlass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
}

.seach_menu .menu_ span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin-bottom: 7px;
}

.seach_menu .menu_ span:last-child {
  margin-bottom: 0px;
}

/* 涓嬫媺 */
.menuOutside {
  width: 100%;
  z-index: 9;
  position: relative;
  margin-top: 38px;
}

.clear {
  clear: both;
}

.menu {
  /* max-width: 1450px; */
  /* margin: auto; */
  /* box-sizing: border-box; */
  /* position: relative; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu .item {
  text-align: center;
  flex: 1;
  position: relative;
  padding-bottom: 16px;
}

.menu .item .menu2 {
  position: absolute;
  top: calc(100% + 25px);
  left: calc(50%);
  width: auto;
  z-index: 9999;
  display: none;
  transform: translateX(-50%);
  min-width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.menu .item .menu22 {
  background-color: #ac2525;
}

.menu .item .menu2item {
  display: block;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  transition: all 0.6s;
}

.menu .item:hover::before {
  width: calc(100% - 75px);
  opacity: 1;
}

.menu .item .menu2item:hover {
  background-color: rgb(255 41 41);
  color: #ffffff;
  font-weight: bold;
  transition: all 0.6s;
}

.menuStyle .text,
.menu .item:hover .text {
  font-weight: bold;
}

.menu .menuStyle::after,
.menu .item:hover .text::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 0 auto;
  bottom: 0;
  left: calc(50% - 20px);
}

.menu .block {
  width: 75px;
  margin: auto;
}

.menu .text {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.header.fixed {
  background-color: #ae2525;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  padding: 0px 0;
}

.header.fixed .header-2 {
  height: 90px
}

.header.fixed .header-r {
  padding-top: 10px
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

/* 杞挱 */
.bannerList .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 10%;
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 16px;
  height: 16px;
}

.bannerList .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 9px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

.bannerList .slick-dots li.slick-active {
  background: red;
}



footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
}

footer .fbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .left {
  width: 80%;
}

footer .left h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: 33px 0 0 0;
}

footer .links {
  text-align: center;
  padding: 28px 0 45px 0;
}

footer .links .kd {
  /* position: relative; */
  max-width: 1300px;
  margin: auto;
}

footer .links .dome {
  height: 100%;
  float: left;
  width: 20%;
  margin-right: 40px;
  box-sizing: border-box;
}

footer .links .dome:last-child {
  margin-right: 0;
}

footer .links .dome h2 {
  font-size: 16px;
  text-indent: 15px;
  color: #fff;
  line-height: 42px;
  background: rgba(0, 0, 0, 0);
  text-align: left;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  border-radius: 6px;
  border: 1px solid #fff;
}

footer .links .dome h2::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/footer_xl.png) no-repeat center;
  width: 12px;
  height: 8px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .links .kd .dome {
  position: relative;
}

footer .links .dome-list {
  line-height: 38px;
  display: none;
  position: absolute;
  bottom: 67px;
  width: 100%;
  background: #91211e;
  z-index: 20;
  max-height: 200px;
  overflow: auto;
  text-align: left;
  padding: 15px;
  left: 0;
  height: 175px;
}

footer .links .dome-list a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  color: #fff;
  height: 38px;
  padding: 0 5px;
}

footer .links .dome-list a:hover {
  background: #9e3a38;
  color: #fff;
  transition: all 0.4s;
}

footer .left .block {
  width: 100%;
  display: flex;
  margin: 45px 0 25px;
}

footer .left .block .text {
  color: #fff;
  display: flex;
  margin-left: 36px;
  align-items: center;
}

footer .left .block .text .box {
  margin-left: 22px;
}

footer .left .block .text .box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}

footer .left .block .text .box span {
  padding-right: 25px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  white-space: nowrap;
}

footer .left .block .text .box span:nth-child(3) {
  padding-right: 0px;
}

footer .right {
  width: 7%;
  margin: auto;
}

footer .right img {
  margin: 0 auto;
}

footer .right .title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px;
}

footer .bq p {
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

footer .bottom {
  border-bottom: 1px solid #9b5050;
  position: relative;
}

footer .bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #d1ad74;
}


@media (max-width:1650px) {
.header .w1600{width: 100%;padding:25px 3%;}


  footer .fbox {
    width: 100%;
    padding: 0 3%;
  }

  footer .right {
    width: 114px;
    margin: 0;
  }
}

@media (max-width:1200px) {
.head_right{
display:none;
}

  .header .w1600{;padding:20px 3%;}

  header .w1600 .logo{
    width:auto;
    height:70px;
  }
   .red {
    display: block;
    position: absolute;
    right: -120%;
    top: 110px;
    height: calc(100vh - 110px);
    overflow: auto;
  }

  header .w1600 .logo img {
  width: auto;
  height: 100%;
}

  .seach_menu{
    display:flex;
  }
  .menu_ span {
    transition: transform 0.3s ease;
  }

  .menu_ span:first-child {
    margin-top: 0;
  }

  .menu_.open span:nth-child(1) {
    width: 24px;
    transform: rotate(45deg);
    margin-top: 9px;
  }

  .menu_.open span:nth-child(2) {
    width: 24px;
    transform: rotate(-45deg);
    margin-top: -9px;
  }

  .menu_.open span:nth-child(3) {
    opacity: 0;
  }


  footer .fbox {
    display: block;
  }

  footer .right {
    margin: 30px auto;
  }

  footer .left {
    width: 100%;
  }
}

@media (max-width:1024px) {
  footer .left .block {
    display: block;
    padding: 0;
  }

  footer .left .block .img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;

  }

  footer .left .block .text {
    justify-content: center;
  }

  footer .links .kd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .links .dome {
    width: 21%;
    margin-right: 0px;
  }

  footer .links {
    padding: 30px 0 10px 0;
  }


}

@media (max-width:768px) {
 .header .w1600{;padding:20px 3%;}

.jquery-accordion-menu {
  width: 100%;
}
  
  header .w1600 .logo{
    height:50px;
    width:auto;
  }
   .red {
    top: 90px;
    height: calc(100vh - 90px);
  }

  
  footer .left .block .text {
    margin-left: 0px;
  }

  footer .links .dome {
    width: 45%;
    margin-bottom: 20px;
  }

  footer .left .block {
    margin: 25px 0;
  }
}

@media (max-width:576px) {
  .header .w1600{;padding:15px 3%;}


  
  header .w1600 .logo{
    height:40px;
  }
   .red {
    top: 70px;
    height: calc(100vh - 70px);
  }
}

@media (max-width:480px) {
 


  
  header .w1600 .logo{
    height:30px;
  }
   .red {
    top: 60px;
    height: calc(100vh - 60px);
  }

  
.seach_menu .seach {
  margin-right: 10px;
}

  .bannerList .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
  .bannerList .slick-dots {
  bottom: 10%;
  line-height: 10px;
  height: 10px;
}
}