@charset "UTF-8";
/*
* @Author: Administrator
* @Date:   2018-05-10 16:14:55
* @Last Modified by:   Administrator
* @Last Modified time: 2018-08-04 14:56:32
*/
header {
  background: #fff;
}

ul {
  padding-left: 0px;
}

input, a, button {
  outline: none;
}

.h-0 {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 4px solid #f29700;
  max-width: 100%;
  background: #333;
  height: 90px;
  z-index: 105;
  position: relative;
}

.h-0 .row {
  width: 1260px;
  align-self: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.h-0 .logo {
  display: flex;
  align-self: center;
  padding-left: 0px;
  flex: 0 0 15%;
  max-width: 15%;
}

.h-0 .logo img {
  width: 140px;
  height: 45px;
}

.h-0 .nav {
  flex: 0 0 70%;
}

.h-0 .nav ul {
  padding-left: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

.h-0 .nav li {
  padding-left: 0px;
  padding-right: 0px;
  transform: skewX(-22deg);
  background: #333;
  transition: all 0.3s ease;
}

.h-0 .nav li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.h-0 .nav li a span {
  transform: skewX(22deg);
}

.h-0 .nav li:hover {
  background: #f29700;
  transition: all 0.3s ease;
}

.h-0 .nav li.active {
  background: #f29700;
  transition: all 0.3s ease;
}

.h-0 .search {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.h-0 .search input {
  width: 135px;
  border-radius: 20px;
  border: none;
  background: #f39700;
  color: #fff;
  font-size: 13px;
  height: 30px;
  padding: 10px;
  padding-left: 15px;
}

.h-0 .search span {
  position: absolute;
  right: 10px;
}

.h-0 .search span img {
  width: 15px;
}

.dou-nav {
  position: absolute;
  z-index: 102;
  display: flex;
  height: 240px;
  width: 100%;
}

.dou-nav .dou-ul {
  display: flex;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  width: 1140px;
}

.dou-nav .dou-ul .all {
  position: absolute;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  background: #ffffff;
  padding-bottom: 35px;
  top: -350px;
  opacity: 0;
  z-index: -5;
}

.dou-nav .dou-ul .all .right {
  display: flex;
  flex: 0 0 86%;
  justify-content: center;
  align-items: center;
}

.dou-nav .dou-ul .all .right .pic img {
  width: 285px;
  height: 185px;
  filter: grayscale(100%);
}

.dou-nav .dou-ul .all .left {
  flex: 0 0 14%;
  text-align: center;
  height: 220px;
  overflow-y: auto;
}

.dou-nav .dou-ul .all .left .left_li {
  padding-bottom: 15px;
  padding-top: 5px;
}

.dou-nav .dou-ul .all .left a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  display: flex;
  justify-content: center;
}

.dou-nav .dou-ul .all .left a:hover {
  color: #999;
}

.dou-nav .dou-ul .all.active {
  opacity: 1;
  top: 0px;
  z-index: 1050;
}

.r-2 {
  background: #666;
}

.r-2 .container {
  max-width: 1260px;
  padding-left: 0px;
  padding-right: 0px;
}

.r-2 ul {
  padding: 0px;
}

.r-2 ul li {
  width: 93px;
  padding: 12px 0px;
  float: right;
  list-style: none;
}

.r-2 ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: "微软雅黑";
}

.r-2 ul li:first-child {
  width: 62px;
}

.h-1 .carousel-indicators li {
  width: 50px;
  height: 3px;
  background: #b7b6b3;
}

.h-1 .carousel-indicators .active {
  background: #f39700;
}

.h-1 .header-carousel {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.h-1 .header-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.h-1 .header-carousel .owl-theme .owl-dots .owl-dot span {
  width: 47px;
  height: 3px;
  background: #b7b6b3;
}

.h-1 .header-carousel .owl-theme .owl-dots .owl-dot.active span {
  width: 47px;
  height: 3px;
  background: #f39700;
}

.h-1 .header-carousel .owl-stage {
  transition: all 0.5s ease !important;
}

.h-1 .swiper-pagination-bullet {
  width: 47px;
  height: 3px;
  background: #b7b6b3;
  opacity: 1;
  border-radius: 0px;
}

.h-1 .swiper-pagination-bullet-active {
  width: 47px;
  height: 3px;
  background: #f39700;
  border-radius: 0px;
}

.dou-nav .dou-ul .all .left::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.dou-nav .dou-ul .all .left::-webkit-scrollbar {
  width: 10px;
  height: 16px;
  background-color: #261d18;
}

.dou-nav .dou-ul .all .left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}

header {
  display: block;
}

.wap_header {
  display: none;
  position: relative;
}

.wap_header .header_bg {
  height: 70px;
  width: 100%;
  position: relative;
}

.wap_header .header_top {
  height: 70px;
  display: flex;
  background: #333;
  width: 100%;
  padding: 0 6%;
  max-width: 100%;
  position: fixed;
  z-index: 50;
  top: 0px;
  z-index: 90005;
}

.wap_header .header_top .left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}

.wap_header .header_top .left img {
  width: 115px;
}

.wap_header .header_top .right {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wap_header .header_top .right img {
  width: 25px;
  text-align: right;
}

.wap_header .swiper-wrapper img {
  width: 100%;
  max-width: 100%;
}

.wap_header .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b7b6b3;
  opacity: 1;
}

.wap_header .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #f29700;
}

.wap_header form {
  width: 100%;
  max-width: 100%;
}

.wap_header form input {
  width: 100%;
  height: 40px;
  background: #e9e9e9;
  border-radius: 0px;
  border: none;
  padding: 10px;
}

.wap_header form span {
  position: absolute;
  right: 15px;
  top: 5px;
}

@media (max-width: 450px) {
  header {
    display: none;
  }
  .wap_header {
    display: block;
  }
}
