html {
  background: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}

/* herder */
.herder {
  width: 100%;
  height: 120px;
}
.herder_top {
  width: 100%;
  height: 100%;
  padding: 20px 12.5%;
  background: url(../images/top_bg.png);
  background-size: 100% 100%;
}
.herder_top ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.herder_top ul > li:nth-child(1) img {
  width: 100%;
}
.herder_top_center {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.header-right {
  display: none;
}
.herder_top_center span {
  display: block;
  width: 100%;
  height: 1px;
  border: 1px s0lid #fff;
  background: #fff;
  margin-top: 6px;
}
.herder_center {
  display: none;
}
.herder_dropdown-content {
  width: 200px;
  background: #65686d;
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 11;
}

.herder_center:hover .herder_dropdown-content {
  display: block;
}

.herder_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.herder_dropdown-content a:hover {
  background-color: #f1f1f1;
}
.herder_dropdown-content > div:hover .herder_dropdown_div {
  display: block;
}
.herder_top_r {
  display: flex;
  align-items: center;
}
.herder_top_r > span {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding-right: 16px;
  cursor: pointer;
  border-right: 1px solid #aaa;
}
.herder_top_r > div.search {
  position: relative;
  width: 200px;
  height: 30px;
  border-radius: 15px;
  margin-left: 18px;
  padding: 0 20px;
  background: rgba(255,255,255,0.5);
}
.herder_top_r .text  {
   position:absolute;
   width:80%;
   left: 7px;
   top: 3px;
   line-height: 26px;
   background: none;
   color: #fff;
}
.herder_top_r  .submit {
  position: absolute;
  top: 7px;
  right: 11px;
  width:16px;
  height:16px;
  background: url(../images/fangdajing.png) no-repeat;
}
.herder_top_r a{color:#fff !important;}
.nav {
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 12.5%;
}
.nav li {
  float: left;
  width: 12.5%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #222222;
  position: relative;
}
.nav li a{color:#333;}
.nav li:hover {
  background: #fff;
  font-weight: 550;
  cursor: pointer;
  color: #c60707;
}
.nav > li.hover {
  font-weight: 550;
  color: #c60707;
}
.nav > li.hover {
  border-bottom: 3px solid red;
}
.nav > li:hover {
  border-bottom: 3px solid red;
}
.nav > li:hover::before {
  content: "\2022";
  position: absolute;
  bottom: -28px;
  color: red;
  left: 47%;
}
.nav > li.hover:before {
  content: "\2022";
  position: absolute;
  bottom: -28px;
  color: red;
  left: 47%;
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 100;
}
.dropdown-content a{color:#fff;}
.herder_dropdown_div {
  display: none;
  margin: 0;
  padding: 0;
}
.nav li:hover .dropdown-content {
  width: 100%;
  display: block;
  background: rgba(198,7,7,0.9);
}

.nav li .dropdown-content > a {
  color: #fff;
  padding: 0px 15px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 0;
}

.dropdown-content a:hover {
  background-color: #000;
  opacity: 0.6;
}

/* 轮播 */

.fade-banner {
  /* height: 750px; */
  position: relative;
  clear: both;
  animation: 0.8s ease 0.6s 1 normal backwards running fadeInDown;
}
.fade-1 img {
  width: 100% !important;
}
.fade-banner video {
  width: 100%;
  height: 100%;
}
.slick-prev {
  position: absolute;
  bottom: -11%;
  right: 17%;
  z-index: 999;
  border: none;
  width: 3%;
  height: 7%;
  background: url(../images/left.png);
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next {
  position: absolute;
  bottom: -11%;
  right: 4%;
  z-index: 999;
  border: none;
  width: 3%;
  height: 7%;
  background: url(../images/reight.png);
  background-position: center;
  background-repeat: no-repeat;
}
.fade-1 .start {
  position: absolute;
  top: 0;
  left: 0;
}
.slick-list {
  height: 100%;
}
.fade-1 .slick-dots {
  position: relative;
  bottom: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.fade-1 .slick-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.fade-1 .slick-dots li.slick-active {
  background: #d5a001;
  width: 41px;
  border-radius: 10px;
}
.fade-1 .slick-dots button {
  display: none;
}
.fade-1 button:before {
  outline: none;
  border: none;
}

/* footer */
.footer {
  width: 100%;
  /* height: 490px; */
  padding: 0;
  margin: 0;
  color: #fff;
}

.footer_center,
.footer_btm {
  width: 100%;
  padding: 0 12.5%;
}
.footer_top {
  width: 100%;
  background: #e13c51;
  height: 180px;
  padding: 50px 12.5%;
}
.footer_top > ul {
  width: 100%;
  height: 100%;
}
.footer_top > ul > li {
  width: 14.285%;
  height: 100%;
  float: left;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #ea7786;
}
.footer_top > ul > li:nth-child(1) {
  border-left: none;
}

.footer_top > ul > li > a {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  line-height: 15px;
}
.footer_top > ul > li > div > a {
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.footer_top > ul > li > div > sapn {
  font-size: 14px;
}
.footer_center {
  background: #bf0707;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_center > ul {
  display: flex;
}
.footer_center > ul > li {
  margin-left: 25px;
}
.footer_center > ul > li > div {
  width: 120px;
  height: 120px;
  background: #fff;
}
.footer_center > ul > li > div > img {
  margin: 5px;
}
.footer_center > ul > li > p {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 12px;
}
.footer_btm {
  background: #8c0506;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
.footer_btm a:hover{color:#fff;}
@media (max-width: 1700px) {
  /* footer */
  .herder_top,
  .nav,
  .footer_top,
  .footer_center,
  .footer_btm {
    width: 100%;
    padding: 0 6%;
  }

  .footer_top {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 170px;
  }

  .footer_top > ul > li > div > a {
    font-size: 40px;
    line-height: 40px;
  }
  .footer_center {
    height: 235px;
  }
}
@media (max-width: 1500px) {
  .herder {
    width: 100%;
    height: 120px;
  }
  .herder_top {
    width: 100%;
    height: 80px;
    padding: 0 6%;
  }
  .herder_top ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .herder_top ul > li:nth-child(1) img {
    width: 80%;
  }
  .herder_center {
    display: none;
  }
  .herder_top_r {
    display: block;
  }
  .herder_top_r {
    display: flex;
  }
.herder_top_r a{color:#fff !important;}
  .nav {
    width: 100%;
    height: 40px;
    padding: 0 6%;
  }
  .nav > li:nth-child(1):before {
    bottom: -19px;
  }
  .nav li {
    line-height: 40px;
    font-size: 16px;
  }
  /* footer */
  .footer_top,
  .footer_center,
  .footer_btm {
    width: 100%;
    padding: 0 6%;
  }

  .footer_top {
    height: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_top > ul > li > a {
    font-size: 15px;
    margin-top: 10px;
    line-height: 15px;
  }
  .footer_top > ul > li > div > a {
    font-size: 31px;
    line-height: 31px;
  }
  .footer_top > ul > li > div > span {
    font-size: 13px;
  }
  .footer_center {
    height: 210px;
  }
  .footer_center > ul > li {
    margin-left: 20px;
  }
  .footer_center > ul > li > div {
    width: 110px;
    height: 110px;
  }
  .footer_center > ul > li > div > img {
    width: 100px;
    height: 100px;
  }
  .footer_center > ul > li > p {
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
  }

  .footer_btm {
    font-size: 16px;
  }
}
@media (max-width: 1145px) {
  .herder {
    width: 100%;
  }
  .herder_top {
    width: 100%;
    height: 80px;
    padding: 0 4%;
  }
  .herder_top ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .herder_top ul > li:nth-child(1) img {
    width: 80%;
  }
  .herder_center {
    display: none;
  }
  .herder_top_r {
    display: block;
  }
  .herder_top_r span {
    display: none;
  }
  .nav {
    padding: 0 4%;
  }
  .nav li {
    font-size: 14px;
  }
  /* footer */
  .footer_top,
  .footer_center,
  .footer_btm {
    width: 100%;
    padding: 0 4%;
  }
  .footer_top {
    height: 125px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer_top > ul > li > a {
    font-size: 13px;
    margin-top: 10px;
    line-height: 13px;
  }
  .footer_top > ul > li > div > a {
    font-size: 21px;
    line-height: 21px;
    margin-right: 0;
  }
  .footer_top > ul > li > div > span {
    font-size: 13px;
  }
  .footer_center {
    height: 150px;
  }
  .footer_center > ul > li {
    margin-left: 15px;
  }
  .footer_center > ul > li > div {
    width: 80px;
    height: 80px;
  }
  .footer_center > ul > li > div > img {
    width: 70px;
    height: 70px;
  }
  .footer_center > ul > li > p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
  }

  .footer_btm {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  /* herder */
  .herder {
    width: 100%;
    height: 60px;
  }
  .herder_top {
    width: 100%;
    height: 60px;
    padding: 0 3%;
  }
  .herder_top ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .herder_top ul > li:nth-child(1) img {
    width: 80%;
  }
  .header-right {
    display: block;
  }
  .herder_center {
    display: flex;
    align-items: center;
    width: 100%;
    height: 33px;
    line-height: 100%;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: 0;
    padding: 0 3%;
    font-weight: 500;
  }
  #titbar {
    width: 106%;
  }
  .search_box {
    top: 0;
  }
  .navo {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    top: 0px;
    left: -3.5%;
    font-size: 15px !important;
  }
  .navo .subwrap {
    width: 106.6%;
    position: absolute;
  }
  .navo .subwrap li {
    color: #fff !important;
    background: #fff;
    padding: 0 1.5%;
  }
  .herder_top_r {
    display: none;
  }
  .nav {
    display: none;
  }
  /* footer */
  .footer {
    width: 100%;
    height: 100%;
  }
  .footer_top,
  .footer_center,
  .footer_btm {
    width: 100%;
    padding: 0 3%;
  }
  .footer_top {
    overflow: auto;
    -ms-overflow-style: none; /* IE和Edge */
    scrollbar-width: none; /* Firefox */
    width: 100%;
    background: #e13c51;
    height: 100px;
    padding: 20px 0;
  }
  .footer_top::-webkit-scrollbar {
    display: none; /* Chrome和Safari */
  }
  .footer_top > ul {
    width: 200%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .footer_top > ul > li {
    width: 100%;
    height: 100%;
    border-left: 1px solid #ea7786;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
  }

  .footer_top > ul > li > a {
    font-size: 13px;
    margin-top: 5px;
    line-height: 13px;
  }

  .footer_top > ul > li > div > a {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 5px;
  }
  .footer_top > ul > li > div > sapn {
    font-size: 14px;
  }
  .footer_center {
    height: 100%;
    display: block;
  }
  .footer_center > div > img {
    margin: 20px 0;
  }
  .footer_center > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .footer_center > ul > li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .footer_center > ul > li:last-child {
    margin-right: 127px;
  }
  .footer_center > ul > li > div {
    width: 100px;
    height: 100px;
    background: #fff;
  }
  .footer_center > ul > li > div > img {
    width: 90px;
    height: 90px;
    margin: 5px;
  }
  .footer_center > ul > li > p {
    margin-left: 0px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }
  .footer_btm {
    background: #8c0506;
    height: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}