ul, ol, li, p {
  padding: 0 0;
  margin: 0 0;
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select, input {
  vertical-align: middle;
}

select, input, textarea, button {
  font-size: 12px;
  margin: 0 0;
  padding: 0 0;
  outline: none;
  border: none;
  background-color: transparent;
}

input[type="text"], input[type="password"], textarea {
  outline-style: none;
  -webkit-appearance: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.index-container {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}

/* @media (min-width: 992px) {
  .index-container{
    width: 970px;
  }
} */

@media (min-width: 1260px) {
  .index-container {
    width: 1200px;
  }
}

@media (min-width: 1460px) {
  .index-container {
    width: 1400px;
  }
}

@media (min-width: 1680px) {
  .index-container {
    width: 1600px;
    height: 100%;
  }
}


.header {
  width: 100%;
  height: 50px;
  z-index: 500;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0;
  transition: all .5s;
  opacity: 1;
  z-index: 100;
}
.header:hover{
  opacity: 1 !important;
}

.affix {
  top: 0px;
}

.affix2 {
  background: rgba(0, 0, 0, 1);
}

.scroll-down .header.affix {
  -webkit-transform: translateY(-132px);
  -ms-transform: translateY(-132px);
  transform: translateY(-132px);
}

/*===============下拉==============*/

/*header*/

.header.open-menu {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  /* position: relative; */
  z-index: 9999;

  display: block !important;
}

.icon-right:before {
  color: #fff;
}

.navbar {
  position: relative;
  height: 88px;
}

.header .logo {
  float: left;
  display: block;
  /* padding: 13px 0;
margin-top: 13px; */
}

.header .logo img {
  height: 100%;
  width: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 17px 15px;
  display: inline-block;
  margin-right: -15px;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(1) {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.open-menu .navbar-togger .icon_bar:nth-of-type(3) {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-list>li {
  border-bottom: 1px solid #e5e5e5;
  opacity: 0;
  pointer-events: none;
}

.header.open-menu .nav-list>li, .header.open-menu .nav-pane {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.language {
  width: 75px;
}

.category-item {
  position: relative;
}

.category-item a {
  position: relative;
  font-size: 18px;
  display: block;
  line-height: 48px;
  margin-right: 60px;
  color: #fff;
  text-transform: uppercase;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-rotate {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.active3 .category-item a{
  color: rgb(151,34,149);
}

.nav-list>li.active .category-item a {
  color: rgb(151,34,149);
  font-weight: bold;
  font-size: 16px;
}

.search-wrap {
  margin-top: 20px;
}

.search-btn {
  display: none;
}

.search-close {
  display: none;
}

.search-input {
  height: 46px;
  border: 1px solid #e5e5e5;
  position: relative;
  padding-right: 44px;
}

.search-input input {
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
}

.searchtext-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #666;
}

.nav-language {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  float: right;
  position: absolute;
  top: 7%;
  right: 11%;
}

.lan-list {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

.lan-list a {
  font-size: 14px;
  color: #fff;
}

.nav-language .yuyan {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  float: left;
}

.nav-language .sx {
  width: 1px;
  height: 17px;
  background: #fff;
  float: right;
  margin: 0 16px;
  margin-top: 6px;
  display: none;
}

.nav-language .zh {
  float: right;
  margin-top: 6px;
  display: none;
}

.top-tel {
  position: absolute;
  right: 0;
  top: 15px;
  padding-left: 40px;
  background: url(../images/t-tel.png) no-repeat left center;
}

.top-tel span {
  font-size: 24px;
  color: #136091;
  font-family: DINM;
  line-height: 32px;
}

.category-pad a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #999;
  text-indent: 20px;
}

.category-cont {
  display: none;
}

/* 视频弹窗 */

.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
}

.msg-box {
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url(../images/btn-close-modal.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video_pic {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.video_pic:after {
  content: '';
  width: 93px;
  height: 93px;
  background: url(../images/video_a.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 7.5px;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  background-size: contain;
  z-index: 1;
}

.video_pic:hover:after {
  top: 48%;
  background-image: url(../images/video_a.png);
}

.sp_1 {
  width: 358px;
  height: 238px;
  float: right;
  margin-top: 20px;
}

.sp_1 img {
  width: 100%;
  height: 100%;
}




.dropdown-full {
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  position: absolute;
  top: 175px;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: max-height .5s;
  padding: 0px 0;
  max-height: 0;
  height: auto;
}
.select_boxjz {
  width: 1400px;
  min-height: 450px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* padding-left: 348px; */
  padding-left: 290px;
}
.select_boxjz ul {
  width: 100px;
  height: 450px;
  float: left;
  /* margin-right: 0; */
  margin-right: 35px;
  scrollbar-base-color: #0c5aa4;
  scrollbar-arrow-color: #fff;
}
.select_boxjz ul::-webkit-scrollbar {
  width: 3px;
  background-color: #dcdbdb;
}
.select_boxjz ul::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 10px;
}
.select_boxjz ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  float: none;
  text-align: center;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
}
.select_boxjz ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #333;
}
.select_boxjz ul li a span {
  visibility: hidden;
}
.select_boxjz ul li a img {
  float: right;
  margin-top: 20px;
}
.select_boxjz ul li a:hover>span {
  visibility: visible;
}
.select_boxjz ul li a:hover {
  color: #fff;
  background: rgb(151, 34, 149);
}
.dropdown-solu {
  width: 825px;
  margin: 0 auto;
  padding: 30px 0 65px;
}
.dropdown-solu li {
  float: left;
  width: 245px;
  margin: 10px 15px;
}
.dropdown-solu li a {
  display: block;
  width: 100%;
  height: 165px;
  position: relative;
}
.dropdown-solu .pic {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.dropdown-solu .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.dropdown-solu .cont {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 8px 45px 8px 15px;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.dropdown-solu .tit {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.dropdown-solu .m-more {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  font-size: 20px;
  color: #777;
  line-height: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.dropdown-solu li:hover .pic img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.dropdown-solu li:hover .cont {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.dropdown-solu li:hover .tit {
  color: #00a7d2;
}
.dropdown-solu li:hover .m-more {
  color: #00a7d2;
}
.dropdown-box {
  background: linear-gradient(to right, rgb(244, 245, 248) 30%, rgb(255, 255, 255) 30%);
  height: 100%;
}
.drop-columns {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.drop-col-3 {
  float: left;
  width: 26%;
  height: 100%;
  background: #efefef;
  padding: 80px 0;
}
.drop-col-7 {
  float: left;
  width: 74%;
  height: 100%;
  background: #f9f9f9;
}
.drop-nav li a {
  display: block;
  font-size: 20px;
  color: #444;
  padding: 10px 70px 10px 35px;
  transition: background-color .4s, color .4s;
}
.drop-nav li {
  margin-bottom: 10px;
  width: 100%;
}
.drop-nav li:hover a {
  color: rgb(151,34,149);
}
.drop-nav li.on a {
  background: url(../images/right6.png) no-repeat right 32px center #2E67B1;
  color: #fff;
}
.drop-megapanel {
  display: none;
}
.drop-megapanel.on {
  display: block;
}
.drop-col-6 {
  float: left;
  width: 35%;
  padding: 80px 40px;
}
.drop-list {
  max-height: 150px;
  overflow-y: auto;
  display: block!important;
}
.drop-list li {
  width: 100%;
  height: 30px;
}
.drop-list li a {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  color: #969696;
  padding: 5px 0;
  transition: all .4s;
}
.drop-list li.on a {
  font-weight: bold;
  color: #2E67B1;
  font-size: 18px;
}
.dropdown-scro li a:hover {
  color: rgb(151,34,149);
}
.drop-col-4 {
  float: left;
  width: 64%;
  padding: 80px 20px 60px;
}
.drop-each-list {
  width: 45%;
  float: left;
  max-height: 150px;
  overflow-y: auto;
}
.drop-col-2 {
  width: 30%;
  float: left;
  padding: 80px 0;
}
.drop-pic-text {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin: 16px 0 20px;
}
.drop-small-title {
  font-size: 22px;
  color: #444;
  line-height: 30px;
  margin-top: 9px;
  margin-bottom: 20px;
  text-align: left;
}
.drop-small-des {
  height: 30px;
  font-size: 14px;
  color: #989898;
  /* margin-bottom: 30px; */
  text-align: left;
}
.drop-small-des:hover {
  color: #2E67B1;
}
.drop-pic {
  width: 45%;
  float: right;
  overflow: hidden;
}
.drop-pid {
  float: right;
  overflow: hidden;
}
.drop-pic img {
  max-width: 100%;
  display: block;
}
.drop-each {
  height: 100%;
  display: none;
}
.drop-each.on {
  display: block;
}




/* banner */

@media (min-width: 1260px) {
  .search-wrap {
    left: 71.3%;
    margin-left: -25%;
  }
  .nav-list>li.active .category-item a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(151,34,149);
    z-index: 2;
  }
  .header {
    height: 175px;
    overflow: visible;
  }
  .navbar {
    float: left;
    height: 125px;
    margin-bottom: 0;
  }
  .header .logo {
    width: 222px;
    float: left;
  }
  .tel-box {
    position: relative;
  }
  .navbar-togger {
    display: none;
  }
  .nav-menu {
    float: left;
    margin-left: 30px;
  }
  .nav-list {
    float: left;
  }
  .nav-list>li {
    float: left;
    border: none;
    opacity: 1;
    pointer-events: auto;
    margin: 0;
    margin-right: 45px;
    width: 90px;
    height: 175px;
    text-align: center;
    position: relative;
  }
  .nav-list>li:last-child {
    margin-right: 0;
  }
  .category-tig {
    display: none;
  }
  .category-item a {
    margin: 0;
    line-height: 125px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .category-cont {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 500;
    background: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: auto;
    min-width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .8s;
  }
  .category-cont a {
    display: block;
    line-height: 36px;
    color: #888;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .nav-list>li:hover .category-item a {
    color: rgb(151,34,149);
  }
  .nav-list>li:not(.nav-full):hover .category-cont {
    opacity: 1;
    max-height: 600px;
  }
  .search-btn {
    display: block;
    float: right;
    width: 270px;
    height: 30px;
    margin-left: 120px;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
  }
  .search-btn input {
    width: 270px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .ss_but {
    width: 15px;
    height: 30px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position-y: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .search-btn input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
  }
  .search-btn input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
  }
  .search-btn input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .search-wrap {
    margin-top: 0;
    position: absolute;
    top: 0;
    height: 175px;
    background: transparent;
    z-index: -2;
    opacity: 0;
    width: 36%;
  }
  .search-frame {
    position: relative;
    height: 46px;
    margin-top: 27px;
  }
  .search-close {
    display: block;
    width: 34px;
    height: 46px;
    font-size: 24px;
    color: #136091;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
  }
  .search-input {
    margin-right: 60px;
    height: 46px;
    padding-right: 44px;
  }
  .search-input input {
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    line-height: 46px;
    background: #fff;
  }
  .searchtext-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 46px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-left: 1px solid #666;
  }
  .category-cont {
    display: none;
  }
  @-webkit-keyframes searchform-fade {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
      animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }
    100% {
      opacity: 1
    }
  }
  @keyframes searchform-fade {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
      animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }
    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes searchform-slide {
    0% {
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
      animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }
  @keyframes searchform-slide {
    0% {
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
      animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }
  @-webkit-keyframes item-searchshow {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
      animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
      opacity: 1
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3)
    }
  }
  @keyframes item-searchshow {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
      animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
      opacity: 1
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3)
    }
  }
  .searchshow .nav-list>li {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
  }
  .searchopen .search-wrap {
    z-index: 10;
    opacity: 1;
  }
  .searchopen .search-frame {
    -webkit-animation: searchform-fade 400ms both;
    animation: searchform-fade 400ms both;
  }
  .searchopen .search-frame form {
    -webkit-animation: searchform-slide 1s both;
    animation: searchform-slide 1s both;
  }
  .searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .searchopen .nav-list>li {
    visibility: hidden;
  }
  .language {
    display: none;
  }
  .nav-list>li.nav-full {
    position: inherit;
  }
  .nav-list>li.nav-full .category-cont {
    display: none;
  }
}

@media (max-width: 1680px) {


.select_boxjz ul {
  margin-right: 0px;
}
.select_boxjz {
  padding-left: 365px;
}
.select_boxjz ul {
  margin-right: 10px;
}






  .head_bot .nav {
    width: 66%;
  }
  .foot-top dl {
    margin-right: 15px;
  }
  .foot-bot .share {
    margin-left: 30px;
  }
  /* .header .logo img {height: 47px;} */
  .search-wrap {
    left: 70.3%;
  }
  .nav-list>li {
    margin-right: 20px;
  }
  /* .search-btn{margin: 0 30px;} */
  .banner-slide:after {
    width: 64%;
    background-size: 100%;
  }
  .foot-top dl.dl-info dd, .foot-top dl dd a {
    font-size: 14px;
  }
  .foot-top dl dt a {
    font-size: 16px;
  }
  .foot-top dl.foot-share {
    width: 130px;
  }
}

@media (max-width: 1580px) {
  .search-wrap {
    left: 72.3%;
  }
}

@media (max-width: 1520px) {
  .search-wrap {
    left: 74.3%;
  }
}

@media (max-width: 1459px) {
  .category-item a{
    font-size: 16px;
  }
  .search-btn,
  .search-btn input {
    width: 225px;
}
.nav-language{
  right: 7%;
}
  .select_boxjz{
    width: 1200px;
  }
  .select_boxjz {
    padding-left: 305px;
}
.sp_1 {
  width: 315px;
  height: auto;
}
.select_boxjz ul li a{
  font-size: 14px;
}


  .ban-info-desc h4 {
    font-size: 20px;
  }
  .ban-info-desc h3, .ban-info-desc h3 span {
    font-size: 40px;
  }
  .search-wrap {
    left: 77.3%;
  }
  .ban-info-desc h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ban-info .more-btn {
    margin-top: 30px;
    width: 160px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
  .header .logo {
    width: 160px;
    float: left;
  }
  .header {
    height: 125px;
    overflow: visible;
  }
  /* .navbar,.nav-list>li,.category-item a,.search-wrap{
  height: 125px;
  line-height: 125px;
} */
  .search-btn {
    margin-top: 50px;
    margin-left: 30px;
  }
  .nav-language {
    top: 12px;
  }
  .dropdown-full {
    top: 125px;
  }
}
@media (max-width: 1260px) {
  .header {
    top: 0;
  }
  .navbar-togger {
    display: block;
    margin-top: 20px;
  }
  .search-frame, .language {
    display: none;
  }
  .header .logo {
    width: 90px;
    float: left;
  }
  .header {
    height: 85px;
    overflow: visible;
  }
  .header.affix {
    top: 0;
  }
  .header{
    opacity: 1;
  }
  /*header*/
  .header.affix {
    transform: none!important;
  }
  .nav-list>li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .33s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s, -webkit-transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s;
  }
  .nav-list>li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
  }
  .nav-list>li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
  }
  .nav-list>li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .23s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
  }
  .nav-list>li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
  }
  .nav-list>li:nth-child(6), .nav-pane {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
  }
  .navbar-box {
    position: relative;
    height: 0;
  }
  .navbar-box2 {
    height: auto;
  }
  .nav-menu {
    position: absolute;
    top: 88px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    /* visibility: hidden; */
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
  }
  .header .index-container, .header_in, .navbar-box {
    height: 100% !important;
}
  .header.open-menu .nav-menu {
    /* visibility: visible; */
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* .header .logo img{
  width: 108px;
  height: 34px;
} */
  .language {
    margin-top: 20px;
  }
  .language a {
    display: inline-block;
    background: #c30009;
    font-size: 0;
    color: #fff;
    padding: 6px 15px;
  }
  .language span {
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
  }
  .language img {
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .nav-language {
    display: none;
  }
  .foot, .kf {
    display: none !important;
  }
  .header-app, .foot-app, .kefu {
    display: block;
  }
  .banner {
    margin-top: 50px;
  }
  .banner-slide .banner-app {
    display: block;
  }
  .banner-slide .banner-pc {
    display: none;
  }
  /* .swiper-pagination-bullet{width: 10px;height: 10px;}
.swiper-pagination-bullet{margin:0px 5px !important;}
.swiper-pagination{bottom: 20px;width:100%;text-align: center;} */
  .ban-info {
    width: 100%;
  }
  .ban-info-desc h3 {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .ban-info-desc h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 8px;
  }
  .more-btn {
    font-size: 14px;
    width: 140px;
    height: 40px;
  }
  .ban-info .more-btn {
    margin-top: 20px;
  }
  .ban-info {
    top: 50%;
  }
  .header .logo {
    padding: 7px 0;
    margin-top: 0;
  }
  .navbar {
    padding: 0 20px;
  }
  .category-item a {
    font-size: 16px;
  }
  .top-tel {
    display: none;
  }
  .dropdown-full {
    display: none!important;
  }
  .banner-slide:after {
    display: none;
  }
}

@media (max-width: 768px){
  .header.affix{
    /* position: static; */
    
  }
  .header{
    overflow: hidden;
  }
}








