.header {
  width: 100%;
  padding: 18px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  transition: all .5s;
  background-color: #fff;
  height: 108px;
}

.header-scroll-content {
  height: 108px;
}

.header.scroll {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all .5s;
}

.header-wrap {
  width: 1800px;
  margin: 0 auto;
}

.header .header-left {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .header-left .logo {
  width: 45%;
  padding-right: 5%;
  box-sizing: content-box;
  border-right: 1px solid #eee;
}

.header .header-left .logo img,
.header .header-left .logo2 img {
  max-width: 100%;
  max-height: 100%;
}

.header .header-left .logo2 {
  width: 41%;
  padding-left: 5%;
  box-sizing: content-box;
}

.header .header-right {
  width: 54%;
}

.header .header-right .search-box .search-icon {
  display: none;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #f37900;
}

.header .header-right .search-box .input {
  width: 180px;
  height: 30px;
  border: 2px solid #f37900;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 14px;
}

.header .header-right .search-box .input::placeholder {
  color: #bbb;
}

.header .header-right .search-box .button {
  width: 60px;
  height: 30px;
  background-color: #f37900;
  color: #fff;
  border: none;
  outline: none;
  transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  vertical-align: middle;
  font-size: 14px;
}

.header .header-right .nav-box {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #f37900;
  border-radius: 50%;
}

.header .header-right .tel-box {
  margin-left: 40px;
  margin-right: 15px;
}

.header .header-right .tel-box div {
  width: 28px;
  height: 28px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #f37900;
  display: inline-block;

}

.header .header-right .tel-num span {
  font-size: 20px;
  font-weight: bold;
  color: #f37900;
  font-family: 'Century Gothic';
}

.header .nav {
  width: 100%;
}

.header .nav .nav-menu {
  display: none;
  padding: 10px 2.5%;
  border-bottom: 2px solid #f37900;
}

.header .nav .nav-menu h3 {
  font-size: 16px;
  color: #000;
  line-height: 40px;
}

.header .nav .nav-menu h3 i {
  width: 20px;
  height: 20px;
  float: right;
}

.header .nav .nav-menu h3 i img {
  width: 100%;
  height: 100%;
}

.header .nav ul.nav-ul {
  /* width: 100%; */
  /* display: flex; */
  float: right;

}

.header .nav ul li.fisrt_nav {
  text-align: center;
  /* flex: 1; */
  float: left;
  margin-right: 77px;
}

.header .nav ul li.fisrt_nav:last-child {
  margin-right: 0;
}

.header .nav ul li.fisrt_nav h3 {
  font-size: 18px;
  line-height: 1.4;
  padding: 15px 0;
  color: #000;
  display: inline-block;
}

.header .nav ul li.fisrt_nav i {
  float: right;
  line-height: 40px;
  display: none;
}

.header .nav ul li.fisrt_nav .more i {
  display: inline;
  float: none;
}

.header .nav ul li.fisrt_nav:hover h3 {

  border-bottom: 3px solid #f37900;
}

.header .nav ul li.fisrt_nav:hover h3 a {
  color: #f37900;
}

.header .nav ul li.fisrt_nav.cur h3 {
  border-bottom: 3px solid #f37900;
}

.header .nav ul li.fisrt_nav.cur h3 a {
  color: #f37900;
}

.header .sec-nav {
  width: 100%;
  position: absolute;
  top: 108px;
  left: 0;
  z-index: 999;
  box-shadow: 0px 6px 4px 0 rgba(0, 0, 0, .1);
  transform-origin: top;
  transform: rotateX(90deg);
  transition: all .3s;
  background-color: #fff;
}

.header .sec-nav.sec-brand-nav,
.header .sec-nav.sec-product-nav {
  width: 100%;
  /* display: none; */
}

.header .small-show {
  display: none;
}

.header .sec-nav .sec-nav-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.header .sec-nav li h4 {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}

.header .sec-nav li:hover h4 {
  color: #f37900;
}

.header .sec-nav .ul-nav1 {
  width: 100%;
  /*width: 21.3%;*/
  padding: 33px 40px;
  background-color: #fff;
  height: 418px;
  min-height: 418px;
  max-height: 418px;
  position: relative;
  overflow-y: scroll;
  /* -ms-overflow-style: none; */
  /* IE 10+ */
  /* scrollbar-width: none; */
  /* Firefox */
}

.header .sec-nav .ul-nav1::-webkit-scrollbar {
  /* width: 0; */
  /* display: none; */
}
.header .sec-nav.sec-brand-nav{display: none;}
.header .sec-nav.sec-product-nav{display: none;}
.header .sec-nav .ul-nav1 li.cur .ul-nav2 {
  display: block;
}
.header .sec-nav .ul-nav1 li.cur .first-title a {
  color: #f37900;
}

.header .sec-nav .ul-nav2 {
  /*width: calc(100% - 25%);*/
  width:75%;
  padding: 33px 22px;
  background-color: #f2f2f2;
  height: 418px;
  min-height: 418px;
  max-height: 418px;
  position: fixed;
  top: 0;
  /*left: 25%;*/
  left: 25%;
  display: none;
  overflow-y: scroll;
  transition: all .3s;
  /* -ms-overflow-style: none; */
  /* IE 10+ */
  /* scrollbar-width: none; */
  /* Firefox */
}

/* .header .sec-nav .ul-nav2::-webkit-scrollbar {
  width: 0;
  display: none;
} */
.header .sec-nav .ul-nav2 li.cur .sec-title a {
  color: #f37900;
}

.header .sec-nav .sec-nav-wrap li h4:hover a {
  color: #f37900;
}

/* .header .sec-nav li.cur h4 a{
  color: #f37900;
} */

.header .sec-nav .ul-nav1 li,
.header .sec-nav .ul-nav2 li {
  padding: 6px 0;
  text-align: left;
}
/*.header .sec-nav .ul-nav1 li .first-title{width: 15%;}
.header .sec-nav .ul-nav1 li .sec-title {width: 18%;}*/
.header .sec-nav .ul-nav1 li .first-title{width:16%;}
.header .sec-nav .ul-nav1 li .sec-title {width: 18%;}
.header .sec-nav .ul-nav2 li.cur .ul-nav3 {
  display: block;
}

/* .header .sec-nav .ul-nav3::-webkit-scrollbar {
  width: 0;
  display: none;
} */
.header .sec-nav .ul-nav3 {
  width: 60%;
  background-color: #fff;
  padding: 45px 40px;
  height: 418px;
  min-height: 418px;
  max-height: 418px;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 40%;
  display: none;
  overflow-y: scroll;
  transition: all .3s;
  /* -ms-overflow-style: none; */
  /* IE 10+ */
  /* scrollbar-width: none; */
  /* Firefox */
}

.header .sec-nav .ul-nav3 li {
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0;
}

.header .sec-nav .ul-nav3 li .img-box,
.header .sec-nav .ul-nav3 li .info-box {
  float: left;
}

.header .sec-nav .ul-nav3 li .img-box {
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
}

.header .sec-nav .ul-nav3 li .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.header .sec-nav .ul-nav3 li .info-box {
  width: calc(100% - 78px);
  padding: 15px;
  text-align: left;
}

.header .sec-nav .ul-nav3 li .info-box p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.header .sec-nav .ul-nav3 li:hover .info-box p {
  color: #f37900;
}

.header .sec-nav .ul-nav3 li.more a {
  font-size: 16px;
  color: #f37900;
  line-height: 78px;
  margin-left: 35px;
}

.header .sec-nav .ul-nav3 li.more a i {
  font-size: 26px;
  margin-left: 22px;
  vertical-align: middle;
}

/* .sec-brand-nav.small-hide .ul-nav2,.sec-brand-nav.small-hide .ul-nav3 {
  display: none;
} */

.header li.normal_nav {
  position: relative;
}

.header li.normal_nav .sec-nav {
  top: 58px;
  width: 120px;
  left: -24px;
}

.header li.normal_nav .sec-nav .ul-nav {
  width: 100%;
}

.header li.normal_nav .sec-nav .ul-nav h4 {
  font-size: 14px;
  padding: 6px 0;
}

.header li.normal_nav:hover .sec-nav {
  transform: rotateX(0deg);
}

@media(max-width:1820px) {
  .header-wrap {
    width: 100%;
    padding: 0 2.5%;
  }

  .header .nav ul.nav-ul {
    float: right;
    display: flex;
  }

  .header .nav ul li.fisrt_nav {
    margin-right: 44px;
    /* flex: 1; */
  }

  .header li.normal_nav .sec-nav {
    width: 100px;
    left: -25%;
  }
}

@media(max-width:1440px) {
  .header .sec-nav .ul-nav1 {
    padding: 33px 20px;
  }

  .header .sec-nav .ul-nav3 {
    padding: 20px 10px;
  }
  .header .nav ul li.fisrt_nav h3 {
    font-size: 16px;
  }

  .header .sec-nav li h4 {
    font-size: 14px;
  }

  .header .sec-nav .ul-nav3 li .info-box {
    padding: 15px 0;
  }

  .header .sec-nav .ul-nav3 li .info-box p {
    font-size: 14px;
  }

  .header .sec-nav .ul-nav3 li.more a {
    font-size: 14px;
  }

  .header li.normal_nav .sec-nav {
    top: 55px;
  }

  .header {
    height: 105px;
  }

  .header-scroll-content {
    height: 105px;
  }

  .header .sec-nav {
    top: 105px;
  }

}

@media(max-width:1350px) {
  .header .nav ul li.fisrt_nav {
    margin-right: 22px;
  }
}

@media(max-width:1250px) {
  .header {
    padding: 20px 2.5%;
    padding-bottom: 0;
  }

  .header .nav ul li.fisrt_nav h3 {
    font-size: 16px;
    padding: 15px 0;
  }

  .header-wrap {
    padding: 0;
  }

  .header .sec-nav {
    top: 108px;
  }

  .header .sec-nav .sec-nav-wrap {
    width: 95%;
  }

  .header .sec-nav .ul-nav1 {
    padding: 33px 20px;
  }

  .header .sec-nav .ul-nav2 {
    left: 20.5%;
  }

  .header .sec-nav .ul-nav3 {
    width: 64.5%;
    left: 35.5%;
  }

  .header .sec-nav .ul-nav3 li .info-box {
    padding: 10px 2.5%;
  }

  .header li.normal_nav .sec-nav {
    top: 54px;
  }

  .header .sec-nav .ul-nav3 li {
    margin-bottom: 15px;
  }

  .header {
    height: 108px;
  }

  .header-scroll-content {
    height: 108px;
  }
}

@media(max-width:1080px) {
  .header {
    padding: 20px 2.5%;
  }

  .header-wrap {
    height: 50px;
  }

  .header .header-left {
    width: 50%;
  }

  .header .header-right .tel-num {
    display: none;
  }

  .header .header-right .search-box .button,
  .header .header-right .search-box .input {
    display: none;
  }

  .header .header-right .search-box .search-icon {
    display: block;
  }

  .header .header-right .tel-box {
    margin: 0 20px;
  }

  .header .header-right .nav-box {
    display: block;
  }

  .header .nav {
    display: none;
  }

  .header .header-right {
    width: auto;
    display: flex;
    height: 100%;
    align-items: center;
  }

  .header .nav .nav-menu {
    display: block;
  }

  .header .nav {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    background-color: #fff;
    display: block;
    transition: all .3s;
    overflow-y: scroll;
  }

  .header .nav.in {
    left: 0%;
  }

  .header .nav ul.nav-ul {
    width: 100%;
    display: block;
  }

  .header .nav ul li.fisrt_nav {
    position: relative;
    text-align: left;
    padding: 0 2.5%;
    float: none;
    margin-right: 0;
  }

  .header .nav ul li.fisrt_nav i {
    display: block;
    font-size: 24px;
    width: 20px;
    line-height:24px;
  }

  .header .nav ul li.fisrt_nav h3 {
    padding: 0;
    width: 100%;
    line-height: 40px;
  }

  .header .sec-nav li.cur h4 a {
    color: #000;
  }

  .header .sec-nav {
    position: static;
    box-shadow: none;
    transform: none;
    display: none;
  }

  .header .small-hide {
    display: none !important;
  }

  .header .small-show {
    display: none;
  }

  .header .sec-nav li h4 {
    font-size: 14px;
  }

  .nav-bg {
    position: fixed;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 200;
    display: none;
  }

  .header .sec-nav .sec-nav-wrap {
    display: block;
    width: 100%;
    padding: 0 2.5%;
  }

  .header .sec-nav .ul-nav1 {
    width: 100%;
    padding: 0;
    /* border-bottom: 1px solid #f37900; */
    position: static;
    min-height: auto;
    height: auto;
    max-height: 100%;
    overflow:visible;
  }

  .header .sec-nav .ul-nav2 {
    width: 100%;
    padding: 0;
    background-color: #fff;
    /* border-bottom: 1px solid #f37900; */
    display: none;
    padding-left: 10px;
    position: static;
    min-height: auto;
    height: auto;
    max-height: 100%;
    overflow:visible;
  }

  .header .nav ul li.fisrt_nav:hover h3 {
    border-color: transparent;
  }

  .header .sec-nav li:hover h4 {
    color: #333;
  }

  .header .sec-nav .ul-nav3 {
    width: 100%;
    padding: 0 15px;
    display: none;
    position: static;
    min-height: auto;
    height: auto;
    max-height: auto;
  }

  .header .sec-nav .ul-nav3 li .info-box {
    padding: 0;
  }

  .header .sec-nav .ul-nav3 li {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 0;
  }

  .header .sec-nav .ul-nav3 li .img-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .header .sec-nav .ul-nav3 li .info-box {
    width: calc(100% - 40px);
    padding-left: 20px;
  }

  .header .sec-nav .ul-nav3 li .info-box p {
    font-size: 12px;
    line-height: 20px;
  }

  .header .sec-nav .ul-nav3 li.more a {
    font-size: 12px;
    line-height: 24px;
    margin-left: 15px;
  }

  .header .sec-nav .ul-nav3 li.more a i {
    font-size: 20px;
    margin-left: 10px;
  }

  .header {
    height: 91px;
  }

  .header-scroll-content {
    height: 91px;
  }
  .header .sec-nav .ul-nav1 li .first-title{width:100%;}
  .header .sec-nav .ul-nav1 li .sec-title {width: 100%;}

}

@media(max-width:768px) {
  .header {
    padding: 10px 2.5%;
  }

  .header .header-left {
    width: 60%;
  }

  .header .header-right .tel-box {
    margin: 0 10px;
  }

  .header {
    height: 71px;
  }

  .header-scroll-content {
    height: 71px;
  }

}

@media(max-width:550px) {}


/* 底部 */
.footer {
  width: 100%;
  margin: 0 auto;
  /* padding-top: 40px; */
  position: relative;
  border-top: 3px solid #f37900;
}

.footer .main:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f59433;
  position: absolute;
  top: 80px;
  left: 0;
}

.footer-top {
  margin-bottom: 45px;
}

.footer .footer-left {
  width: 200px;
}

.footer .footer-right {
  text-align: right;
}

.footer .footer-right p {
  font-size: 18px;
  margin-bottom: 12px;
  color: #999;
}

.footer .footer-right a h3 {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Century Gothic';
  color: #f37900;
}

.footer-bottom {
  background-color: #f59433;
  width: 100%;
}

.footer-nav {
  width: 100%;
}

.footer-nav dl {
  float: left;
  width: 260px;
}

.footer-nav dl:last-child {
  width: auto;
  float: right;
}

.footer-nav dl dt {
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
  font-family: "微软雅黑";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.footer-nav dl dt i {
  display: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.footer-nav dl dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.footer-nav dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  font-family: "微软雅黑";
  opacity: .6;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.footer-nav dl dd a:hover {
  opacity: 1;
  color: #fff;
}

.footer-link {
  width: 100%;
  padding: 20px 0;
  /* border-top: 1px solid #eee; */
  display: block;
}

/* .footer-link dl {
  display: flex;
} */

.footer-link dl dt,
.footer-link dl dd {
  float: left;
  margin-right: 30px;
}

.footer-link dl dd:last-child {
  margin-right: 0;
}

.footer-link dl dd a,
.footer-link dl dt a {
  font-size: 16px;
  color: #999;
}

.footer-link dl dd a:hover {
  color: #f37900;
}

/* 版权信息 */
.copyright {
  width: 100%;
  margin-top: 30px;
  padding: 25px 0;
  border-top: rgba(255, 255, 255, .2) solid 1px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  font-family: "微软雅黑";
}

.copyright p {
  line-height: 20px;
}

.copyright span {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  color: #fff;
  opacity: .6;
}

.copyright a {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-family: "微软雅黑";
  display: inline;
  opacity: .6;
}

.copyright .cp-left a:hover {
  opacity: 1;
}

.cp-right {
  height: 22px;
}

.cp-right a {
  float: left;
  margin: 0 !important;
  margin-left: 35px !important;
  height: 22px !important;
  line-height: 22px !important;
}

.cp-right .al {
  background-image: url('../images/icon/wechat.png');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  padding-left: 28px;
}

.cp-right .tb {
  background-image: url('../images/icon/wechat.png');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  padding-left: 28px;
}

.cp-right .wechat {
  background-image: url('../images/icon/wechat.png');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  padding-left: 28px;
}

.cp-right .titok,
.cp-right .youku {
  background-image: none !important;
  padding-left: 0 !important;
}

.cp-right img {
  max-height: 100%;
  width: auto;
  display: block;
}



@media(max-width:1600px) {

  .footer-link dl dt,
  .footer-link dl dd {
    margin-right: 16px;
  }

  .footer-nav dl {
    width: 224px;
  }

  .cp-right a {
    margin-left: 30px !important;
  }
}

@media (max-width:1440px) {
  .footer-nav {
    margin-top: 30px;
  }

  .footer-link ul li a {
    font-size: 14px;
  }

  .footer-nav dl {
    width: 220px;
  }

  .footer-share {
    margin-top: 40px;
  }

  .footer-nav dl dt {
    font-size: 14px;
    line-height: 36px;
  }
  .footer-nav dl dd {
    margin-bottom: 0;
  }

  .footer-nav dl dd a {
    font-size: 12px;
    line-height: 24px;
  }

  /* 版权信息 */
  .copyright {
    padding: 15px 0;
  }

  .copyright span {
    font-size: 14px;
  }

  .copyright a {
    font-size: 14px;
  }

  .footer-link dl dt,
  .footer-link dl dd {
    margin-right: 13.5px;
  }


  .footer .footer-right p {
    font-size: 16px;
  }

  .footer .footer-right a h3 {
    font-size: 26px;
  }

  .footer-link ul li {
    width: 67px;
  }

  .footer-link ul li a {
    font-size: 12px;
  }

  .footer-nav dl {
    width: 187px;
  }

  /* 版权信息 */
  .copyright {
    margin-top: 15px;
    padding: 15px 0;
    font-size: 14px;
  }

  .copyright a {
    font-size: 14px;
  }

  .footer-link dl dt a,
  .footer-link dl dd a {
    font-size: 14px;
  }

  .footer-link dl dt,
  .footer-link dl dd {
    margin-right: 9.5px;
  }
}

@media (max-width:1080px) {
  .footer {
    padding-top: 0;
  }

  .footer .main:before {
    display: none;
  }

  .footer .footer-left {
    float: none;
    margin: 20px auto;
  }

  .footer .footer-right {
    text-align: center;
    float: none;
  }

  .footer-link ul li.link-title {
    display: none;
  }

  .footer-nav dl:last-child {
    width: 100%;
  }

  .footer-nav {
    width: 100%;
    display: block;
    margin: 0;
  }

  .footer-nav dl {
    width: 100%;
    margin: 0;
  }

  .footer-nav dl dt {
    padding: 0 15px;
    margin-bottom: 0px;
    border-bottom: #eee solid 1px;
    line-height: 48px;
    cursor: pointer;
  }

  .footer-nav dl dt i {
    display: block;
    float: right;
  }

  .footer-nav dl dd {
    display: none;
    padding: 0 2.5% 0 28px;
  }

  .footer-nav dl dd a {
    line-height: 36px;
    height: 36px;
    margin-top: 8px;
    text-align: left;
  }

  /* 版权信息 */
  .copyright {
    margin-top: 30px;
    text-align: center;
  }

  .copyright p {
    margin: 20px auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }


  .footer-link ul {
    display: block;
    overflow: hidden;
  }

  .footer-link ul li {
    text-align: center;
    float: left;
  }

  .footer-link ul li:last-child {
    width: 67px;
  }

  .footer-link dl dt {
    width: 100%;
    margin-right: 0;
  }
}

@media(max-width:991px) {
  .copyright p {
    float: none;
  }

  .copyright a.al {
    margin: 0 !important;
    padding-left: 20px;
    background-size: 100%;
  }
  
    .copyright a.tb {
    margin: 0 !important;
    padding-left: 20px;
    background-size: 100%;
  }
  
  .copyright a.wechat {
    margin: 0 !important;
    padding-left: 20px;
    background-size: 100%;
  }

  .cp-right a {
    height: 20px !important;
    margin-left: 20px !important;
  }
}

@media (max-width:769px) {
  .footer .footer-left {
    width: 160px;
  }

  .footer .footer-right a h3 {
    font-size: 24px;
  }

  .footer-link ul li {
    width: 65px;
  }

  .footer-link ul li:last-child {
    width: 65px;
  }

  /* .footer {
    padding: 8px 0;
  } */

  /* 版权信息 */
  .copyright {
    font-size: 12px;
  }

  .copyright a {
    display: inline-block;
    font-size: 12px;
  }

  .cp-right {
    height: 18px;
  }

  .footer-top {
    margin-bottom: 30px;
  }
}

/*页码*/
.list-more {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.list-more a {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  border: #dedede solid 2px;
  border-radius: 20px;
  font-size: 12px;
  color: #888;
  text-align: center;
  line-height: 36px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.list-more a:hover {
  background: #f37900;
  border: #f37900 solid 2px;
  color: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.page01 {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.page01 a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.page01 .current {
  color: #fff;
  background: #f37900;
}

.page01 a:hover {
  color: #fff;
  background: #f37900;
}

.page01 input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 40px;
  height: 40px;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  padding-left: 10px;
  margin: 0 10px;
}

.page01 input.go {
  border: #f37900 solid 2px;
  color: #fff;
  background-color: #f37900;
  padding: 0;
}

.page02 {
  float: left;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #333;
  font-size: 16px;
  background: #fff;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1024px) {
  .list-more {
    display: block;
  }

  .page01 {
    display: none;
  }
}


/* 视频播放 */
.home-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 67px;
  height: 67px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url('../images/icon/play.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 67px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all .3s;
}

.home-video-play:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* .video-bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
} */
.home-videobox {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.home-videobox .video-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6) url('../images/icon/icon-nav-close01.png') no-repeat center;
  background-size: 28px;
  border: #fff solid 2px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  z-index: 1002;
}

.container {
  width: 1400px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
}


@media(max-width:1440px) {
  .container {
    width: 991px;
  }
}

@media(max-width:991px) {
  .container {
    width: 768px;
  }
}

@media(max-width:769px) {
  .container {
    width: 100%;
    padding: 0 2.5%;
  }
}

@font-face {
  font-family: 'iconfont';
  /* project id 2258298 */
  src: url('//at.alicdn.com/t/font_2258298_bjhau11djmu.eot');
  src: url('//at.alicdn.com/t/font_2258298_bjhau11djmu.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2258298_bjhau11djmu.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2258298_bjhau11djmu.woff') format('woff'),
    url('//at.alicdn.com/t/font_2258298_bjhau11djmu.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2258298_bjhau11djmu.svg#iconfont') format('svg');
}

.iconfont {
  font-family: 'iconfont' !important;
}

@font-face {
  font-family: 'arrowico';
  /* project id 2258298 */
  src: url('//at.alicdn.com/t/font_2258298_6rwu563qayp.eot');
  src: url('//at.alicdn.com/t/font_2258298_6rwu563qayp.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2258298_6rwu563qayp.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2258298_6rwu563qayp.woff') format('woff'),
    url('//at.alicdn.com/t/font_2258298_6rwu563qayp.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2258298_6rwu563qayp.svg#iconfont') format('svg');
}

.arrowico {
  font-family: 'arrowico' !important;
}


.bd_weixin_popup .bd_weixin_popup_main {
  padding: 10px !important;
}

.extrap {
  position: fixed;
  right: 20px;
  bottom: 15%;
  z-index: 20;
  /*display: none;*/
}

.extrap ul li {
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  background-color: #fff;
  background-size: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  margin: 5px 0;
}

.extrap ul li div {
  width: 100%;
  height: 100%;
}

.extrap ul li div a {
  color: #fff;
  font-size: 14px;
  background-image: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* .extrap ul li:hover {
  background-color: #f37900;
} */

.extrap ul li:hover div {
  display: block;
}

.extrap ul .qq {
  background-image: url('../images/icon/qq.png');
  position: relative;
  background-size: 48px;
}

.extrap ul .phone {
  background-image: url('../images/icon/phone.png');
  position: relative;
  background-size: 48px;
}

.extrap ul .titok {
  background-image: url('../images/icon/titok-ico.png');
}

/* .extrap ul .titok:hover {
  background-image: url('../images/icon/titok.png');
} */

.extrap ul .youku {
  background-image: url('../images/icon/youku-ico.png');
}

/* .extrap ul .youku:hover {
  background-image: url('../images/icon/youku.png');
} */

.extrap ul .al {
  background-image: url('../images/icon/al.png');
  position: relative;
  background-size: 48px;
}

.extrap ul .tb {
  background-image: url('../images/icon/tb.png');
  position: relative;
  background-size: 48px;
}
.extrap ul .wechat {
  background-image: url('../images/icon/wechat-ico.png');
  position: relative;
  background-size: 48px;
}

.extrap ul .al div {
  width: 120px;
  height: auto;
  padding: 10px;
  background-color: #f37900;
  position: absolute;
  top: -1px;
  right: 69px;
  display: none;
  text-align: center;
}

.extrap ul .tb div {
  width: 120px;
  height: auto;
  padding: 10px;
  background-color: #f37900;
  position: absolute;
  top: -1px;
  right: 69px;
  display: none;
  text-align: center;
}

.extrap ul .wechat div {
  width: 120px;
  height: auto;
  padding: 10px;
  background-color: #f37900;
  position: absolute;
  top: -1px;
  right: 69px;
  display: none;
  text-align: center;
}

.extrap ul .al div p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}

.extrap ul .tb div p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}

.extrap ul .wechat div p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}

.bdshare-button-style0-16 a:hover {
  opacity: 1 !important;
}

.extrap ul .al div img {
  width: 100%;
  height: 100%;
}

.extrap ul .tb div img {
  width: 100%;
  height: 100%;
}

.extrap ul .wechat div img {
  width: 100%;
  height: 100%;
}

/* .extrap ul .wechat:hover {
  background-image: url('../images/icon/wechat.png');
} */

.extrap ul .al:hover div {
  display: block;
}

.extrap ul .tb:hover div {
  display: block;
}

.extrap ul .wechat:hover div {
  display: block;
}

.extrap ul .phone div {
  width: 140px;
  height: max-content;
  padding: 10px;
  background-color: #f37900;
  position: absolute;
  top: -1px;
  right: 69px;
  display: none;
  text-align: center;
}

.extrap ul .phone div a {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}

.extrap ul .phone div a:hover {
  color: #fff;
}

.extrap ul .phone:hover div {
  display: block;
}

.extrap ul .qq div {
  width: 140px;
  height: max-content;
  padding: 10px;
  background-color: #f37900;
  position: absolute;
  top: -1px;
  right: 69px;
  display: none;
  text-align: center;
}

.extrap ul .qq div a {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}

.extrap ul .qq div a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.extrap ul .qq div a i img {
  width: 100%;
  max-width: 100%;
}

.extrap ul .qq div a:hover {
  color: #fff;
}

.extrap ul .qq:hover div {
  display: block;
}

.extrap ul .arrow {
/*  display: none;*/
  background-image: url('../images/icon/topTop-ico.png');
}

/* .extrap ul .arrow:hover {
  background-image: url('../images/icon/top-active.png');
} */

.index-banner-pc {
  display: block;
}

.index-banner-mb {
  display: none;
}

.titok-box {
  width: 240px;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
}

.titok-box .close-titok {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.titok-box .close-titok img {
  width: 100%;
  height: 100%;
}

.titok-box img {
  width: 100%;
  max-width: 100%;
}

@media(max-width:1080px) {
  .extrap ul li {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  
  .extrap ul .al div {
    right: 30px;
  }

  .extrap ul .tb div {
    right: 30px;
  }

  .extrap ul .wechat div {
    right: 30px;
  }

  .extrap ul .qq div {
    right: 30px;
    padding: 0;
  }

  .extrap ul .phone div {
    right: 30px;
    padding: 0;
  }

  .extrap ul .al,
  .extrap ul .tb,
  .extrap ul .phone,
  .extrap ul .qq,
  .extrap ul .wechat {
    background-size: 25px;
  }
  

  /* .extrap ul .qq div,
  .extrap ul .phone div {
    right: 30px;
    text-align: center;
    background-color: #eb3c00;
    width: 130px;
    min-height: 28px;
    line-height: 30px;
  } */

  .extrap ul .qq div a,
  .extrap ul .phone div a {
    line-height: 30px !important;
  }

  .index-banner-pc {
    display: none;
  }

  .index-banner-mb {
    display: block;
  }
}

/* @media(min-width:1080px) {
  .sec-nav li.cur a {
    color: #f37900;
  }
} */