﻿
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;
}
a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
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;
}
.container,.head_main,.wrap,.index-container,.foot-main{padding-right: 0px;padding-left: 0px;margin:0 auto;}

@media (min-width: 768px) {
.wrap,.container{ width: 750px;}
}
@media (min-width: 992px) {
  .wrap,.container,.head_main,.index-container,.foot-main{width: 970px;}
}
@media (min-width: 1260px) {
.wrap,.container,.head_main,.index-container,.foot-main{ width: 1200px;}
}
@media (min-width: 1460px) {
.container,.head_main,.index-container{ width: 1200px;}
.head_main{width: 1400px;}
}
@media (min-width: 1680px) {
.container,.index-container,.foot-main{ width: 1600px;}
.head_main{width: 1600px;}
}
.header { position: fixed;top: 0;left: 0;width: 100%;height: 54px;z-index: 500;background: rgba(255,255,255,0.7);overflow: hidden;transition: transform .3s, -webkit-transform .3s, height .56s;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);}
.header.affix {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);

}
.nav-pane.search-wrap{
 /* display: none;*/
}
.scroll-down .header.affix {
  -webkit-transform: translateY(-132px);
  -ms-transform: translateY(-132px);
  transform: translateY(-132px);
}
/*===============下拉==============*/
/*header*/
.header.open-menu {
height: 100%;
background: #fff;
-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);
}
.navbar{
position: relative;
height: 50px;
}
.header .logo{
float: left;
display: block;
padding: 13px 0;
margin-top: 13px;
}
.header .logo img{
height: 180%;
width: 180%;
}
.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:#666;
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: #444;
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;
}
/* .nav-list>li.open .category-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
} */
/* .category-cont {
  display: none;
}
.P_parent.open .category-cont {
  display: block;
} */
/* .category-cont a {
  line-height: 36px;
  color: #888;
  font-size: 12px;
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.category-cont a:last-child {
  border: none;
} */
.nav-list>li.active .category-item a{
color: #E94709;
}

/* .category-cont a.active{
color: #136091;
} */
.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;
}
.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;
}
/* .dropdown-full{
display: none;
} */


.nav-language{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;float: right;position: relative;margin-top: 36px;}
.nav-language span{display: block;}
.nav-language .lan-list{display: none;position: relative;width: 100%;}
.nav-language a{font-size: 14px;color: #e94609;display: block;line-height: 30px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative;}
.nav-language>a:after{content: '';width: 12px;height: 7px;background: url(../images/down.png) no-repeat center;position: absolute;right: 0;top: 50%;margin-top: -3.5px;}
.nav-language>a{padding-right: 16px;}

.search-btn{margin:0 30px 0 55px;}
.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{
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #999;
  text-indent: 20px;
}
.category-cont{
  display: none;
}







/* banner */


@media (min-width: 992px){
.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: #E94709;
  z-index: 2;
}
.header{
  height: 100px;
  overflow: visible;
}
.navbar{
  float: left;
  height: 100px;
  margin-bottom: 0;
}
.header .logo{
  width: 150px;
  float: left;
}
.tel-box{position: relative;}
.navbar-togger{
  display: none;
}
.nav-menu {
  float: right;
}
.nav-list{
  float: left;
}
.nav-list>li{
  float: left;
  border:none;
  opacity: 1;
  pointer-events:auto;
  margin:0;
  margin-right: 45px;
  width: 80px;
  text-align: center;
  position: relative;
}
.nav-list>li:last-child{margin-right: 0;}
.category-tig{
  display: none;
}
.category-item a{
  margin: 0;
  line-height: 100px;
  -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;
}
.category-cont a:hover{
  /* color: #136091; */
}
.nav-list>li:hover .category-item a{
  color: #E94709;
}
.nav-list>li:not(.nav-full):hover .category-cont {
  opacity: 1;
  max-height: 600px;
}
.search-btn{
  display: block;
  float: left;
  width: 34px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  /* color: #136091; */
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.search-wrap {
  margin-top: 0;
  position: absolute;

  top: 0;
  height: 100px;
  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: #e94709;
  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;
}
.dropdown-full {
  width: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: max-height .5s;
  padding: 0px 0;
  max-height: 0;
  height: auto;
  
}

.nav-menu .nav-list li:hover>.dropdown-full{
  padding: 15px 0;
  opacity: 1;
  border-top: 2px solid rgb(216,216,216);
  transition: max-height .5s;
  max-height: 300px;

}



.select_boxjz{
  width: 725px;
  min-height: 250px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.select_boxjz ul{
  width: 270px;
  height: 250px;
  float: left;
  margin-right: 0;
  overflow-x: hidden;
  overflow-y: visible;
  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: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  float: none;
  text-align: left;
  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: #666666;
  font-family: "regular";
  background-image: url(../images/xl_hjt.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.select_boxjz ul li a img{
  float: right;
  margin-top:20px;
}
.select_boxjz .ther{
  width: 454px;
  height: 192px;
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  padding-left: 67px;
}
.select_boxjz .ther div,.select_boxjz .ther div img{
  width: 100%;
  height: 100%;
}
.select_boxjz .ther div{
  position: relative;
}
.select_boxjz .ther div p{
  width: 230px;
  height: 45px;
  position: absolute;
  font-size: 30px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -115px;
  font-family: "medium";
}
.select_boxjz .ther div .p1{
  width: 170px;
    height: 43px;
    font-family: std;
    opacity: 0.66;
    margin-top: -45px;
    margin-left: -85px;
    font-family: "std";
}

.select_boxjz ul .thr_on{
  border-bottom: none;
  background: #E94709;
}
.select_boxjz ul .thr_on a{
  background-image: url(../images/xl_bjt.png);
  color: #fff;
}
.select_boxjz ul .thr_on .ther{
  display: block;
}























.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: red;
  }

  .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: red;
}

.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;
}


}

@media (max-width: 1680px) {
  .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) {

.ban-info-desc h4{font-size: 20px;}
.ban-info-desc h3, .ban-info-desc h3 span{font-size: 40px;}
.category-item a{font-size: 16px;}
.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;}


}
@media (max-width: 1259px) {

  .foot-top dl{margin-right: 14px;}
  .share.bdshare-button-style0-32 a{width: 30px;height: 30px;margin:0 20px 0 0;}
  .foot-bot p, .foot-bot p span, .foot-bot p a{line-height: 30px;}
  .foot-bot .share{margin-left: 0px;}
  .foot-bot p span{margin-right: 0;}
  .foot{padding-top: 40px;}
  .foot-bot{padding: 10px 0;}
  .header .logo img{height: 47px;}
  .search-btn{margin:0 20px 0 15px;}
  .nav-list>li{margin-right: 12px;}
  .search-wrap{left: 72.3%;}

  .foot-top dl.dl-info{width: 250px;}
  .foot-top dl{margin-right: 6px;}
  .foot-top dl.foot-share{width: auto;margin-top: 0;}




}
@media  (max-width: 991px) {

/*header*/
.header{
  background: #fff;
}
.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;}
.nav-menu {
  /* position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 620;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  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; */
  position: absolute;
    top: 60px;
    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%;
}
.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: #E94709;
  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: 10px 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: 767px) {


}








/* ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ */

.sole {
  width: 100%;
  height: auto;
  background: rgb(25, 26, 28);
}

.sole .solejz {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}

.solejz .bot_log {
  float: left;
  margin-right: 110px;
}

.solejz .ck {
  width: 100%;
  margin-bottom: 65px;
  float: left;
}

.ck .ck_1 {
  margin-right: 105px;
  float: left;
}

.ck_1 p a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: "regular";
}

.ck_1 ul {
  margin-top: 30px;
}

.ck_1 ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.36;
  line-height: 26px;
  cursor: pointer;
  font-family: "regular";
}

.ck_1 ul li a:hover {
  opacity: 0.56;
}

.ck .erwm {
  width: 238px;
  float: right;
}

.erwm .m1, .erwm .m2 {
  width: 107px;
  float: left;
}

.erwm .m1 {
  margin-right: 20px;
}

.erwm p {
  font-size: 14px;
  color: #666;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-family: "regular";
}

.erwm .zx {
  position: absolute;
  left: 0;
  top: 129px;
}

.erwm .zx p {
  color: #d6d3ce;
  text-align: left;
  margin-bottom: 14px;
  font-family: "regular";
}

.erwm .zx button {
  width: 225px;
  height: 40px;
  border: 2px solid rgb(102, 102, 102);
  background: none;
  line-height: 40px;
}

.erwm .zx button .sj {
  width: 39px;
  height: 37px;
  border: none;
  border-right: 2px solid rgb(102, 102, 102);
  padding-top: 5px;
  float: left;
}

.erwm .zx button .sj img {
  width: 23px;
  height: 23px;
  display: block;
  margin: auto auto;
}

.erwm .zx button a {
  font-size: 24px;
  color: #d6d3ce;
  font-family: "std";
}

.sole .xk {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgb(57, 57, 57);
}

.yqlj {
  cursor: pointer;
}

.sole .xk .xkjz {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

.sole .xk .xkjz .ylj {
  height: 280px;
  position: absolute;
  right: -30px;
  bottom: 35px;
  width: 120px;
  background: #fff;
  /* height: auto; */
  display: none;
  overflow: auto;
}

.sole .xk .xkjz .ylj::-webkit-scrollbar {
  width: 2px;
  background-color: red;
  border-radius: 50px;
}

.sole .xk .xkjz .ylj::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #999999
}

.sole .xk .xkjz .ylj::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: red
}

.sole .xk .xkjz .ylj p {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: "regular";
  color: #333;
}

.sole .xk .xkjz .ylj p:hover a {
  color: rgb(250, 86, 86);
}

.xk span {
  font-size: 14px;
  color: #898989;
  line-height: 40px;
  font-family: "regular";
}

.xk span a {
  display: inline;
  color: #898989;
  font-family: "regular";
}

.xk span a:hover {
  color: #fff;
}

.xk .hh {
  margin-left: 30px;
}

.xk .lj {
  float: right;
}

.xk .lj a {
  margin-right: 40px;
}

.xk .lj a:nth-child(4) {
  margin-right: 0;
}




.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}