body {
  overflow-x: hidden;
}


.foot_lists01 {
  float: left;
  width: 20%;
}

.nav-top {
  height: 55px;
  max-height: 55px;
  border-bottom: 1px solid #ccc;
  line-height: 53px;
}

.nav-top .nav_left {
  padding: 0 32px;
  float: left;
  height: 55px;
}

.nav-top .nav_left img {
  max-width: 100%;
  width: 107px;
  padding-left: 10px;
}

.nav-top .nav_right {
  padding: 0 32px;
  float: right;
  height: 55px;
}

.nav-top .nav_right img {
  max-width: 100%;
  width: 117px;
  padding-right: 10px;
}

#nav-layer {
  transform: none;
}

#nav-layer.on {
  position: fixed !important;
  top: 0;
  width: 100vw;
  transform: none;
}

#nav-layer.on+.nav-padding {
  margin-top: 59px;
}

#header nav .nav-ul>ul>li:nth-child(5) {
  display: none;
}
.input_active .nav-ul>ul{
  display: none!important;
}
.input_active  .search{
  float: unset!important;
  width: 100%;
}
.input_active  .search>form{
  width: 100%;
  position: relative;
}
.input_active  .search>form>input{
  width: calc(100% - 60px)!important;
}
.clear_val{
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
/* .input_active  .search>form::after{
  position: absolute;
  content: "\e088";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 64px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;

} */
@media (min-width: 760px) {
  #header nav .nav-ul>ul>li>a {
    color: red;
  }

  #header nav .nav-ul>ul>li>a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 26px;
    width: 9px;
    height: 9px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin-top: -6px;
  }

  #header nav .nav-ul>ul>li:last-child>a {
    padding-left: 20px;
  }
}

#header .home {
  padding: 15px;
}

#header .home a,
#header .home span {
  margin: 5px 0px 0 15px;
  color: rgba(41, 41, 41, 0.5);
  float: left;
}

#header .home .no-click {
  cursor: default;
  color: #f00
}

#header .home>a {
  cursor: pointer;
}

#header .home>a:after {
  content: '>';
  padding-left: 5px;
}

#header .home>a:nth-child(2):after {
  content: ' ·';
}

#header .home>a:last-child:after {
  content: '';
}

#header .home>a:last-child {
  color: #de0010;
  cursor: default;
}

#header nav {
  padding: 0;
  background: #fff;
  z-index: 9999;
}

#header nav a {
  text-decoration: none !important;
}

#header nav a:hover {
  text-decoration: underline !important;
}

#header nav .search {
  float: right;
  height: 61px;
  display: flex;
  align-items: center;
}

#header nav .search>form input {
  height: 25px;
  width: 190px;
  margin-bottom: 0;
  padding-left: 5px;
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
}

#header nav .search>form button {
  float: right;
  width: 60px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  color: #ccc;
  background: #333;
  border: 0;
  margin: 0;
}

#header nav a {
  display: block;
}

#header nav .nav-ul>ul>li {
  max-width: 226px;
  position: relative;
}

#header nav .nav-ul>ul>li:hover .sub {
  opacity: 1;
  pointer-events: all;
  transform: none;
}

#header nav .nav-ul>ul>li .more {
  position: relative;
}

#header nav .nav-ul>ul>li>a {
  padding: 15px 30px;
  font-weight: 600;
  color: #292929 !important;
  opacity: 0.7 !important;
}

#header nav .nav-ul>ul>li:nth-child(1) a:after,
#header nav .nav-ul>ul>li:nth-child(7) a:after,
#header nav .nav-ul>ul>li:last-child a:after {
  display: none;
}

#header nav .nav-ul>ul>li:nth-child(1) a {
  padding-left: 15px;
}

#header nav .nav-ul>ul>li .sub {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: .2s all ease;
  padding: 0 0 8px 0;
  background: #f4f4f4;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(0, 10px);
  white-space: nowrap;
}

#header nav .nav-ul>ul>li .sub>li {
  position: relative;
  padding: 0 10px;
}

#header nav .nav-ul>ul>li .sub>li>ul {
  font-size: 14px;
}

#header nav .nav-ul>ul>li .sub>li .sub2 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #292929;
  color: rgba(41, 41, 41, 0.5) !important;
  transition: .5s all ease;
}

#header nav .nav-ul>ul>li .sub>li .sub2>li {
  width: 200px;
}

#header nav .nav-ul>ul>li .sub>li .sub2>li>a {
  padding: 10px 15px;
}

#header nav .nav-ul>ul>li .sub>li:hover .sub2 {
  opacity: 1;
  pointer-events: all;
  transform: none;
}

#header nav .nav-ul>ul>li .sub a {
  font-size: 13px;
  padding: 3px 15px;
  color: #000;
}

@media (min-width: 760px) {
  #header nav {
    position: relative;
  }

  #header nav .nav-ul>ul {
    float: left;
    font-size: 16px;
    display: table;
    table-layout: fixed;
    color: #292929 !important;
  }

  #header nav .nav-ul>ul>li {
    float: left;
  }

  #header nav .nav-ul>ul>li:nth-child(2) {
    position: static;
  }

  #header nav .nav-ul>ul>li:nth-child(2)>.sub {
    position: absolute;
    width: 1410px;
    height: 500px;
    top: 100%;
    left: 40%;
    margin-left: -600px;
    display: flex !important;
    flex-flow: column wrap;
  }

  #header nav .nav-ul>ul>li:nth-child(2)>.sub a {
    padding: 5px 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
  }

  #header nav .nav-ul>ul>li:nth-child(2)>.sub>li {
    margin: 0 0 8px 0;
    padding: 2px;
    font-size: 11px;
    flex: 0 1 auto;
  }

  #header nav .nav-ul>ul>li:nth-child(2)>.sub>li>a {
    font-weight: bold;
    font-size: 16px;
    color: red;
  }

  #header nav .nav-ul>ul>li:nth-child(2)>.sub:before {
    content: "";
    position: absolute;
    left: calc((100vw - 1410px) / -2);
    top: 0;
    background-color: #f4f4f4;
    width: 100vw;
    height: 500px;
  }
}

@media (min-width: 780px) {
  #header nav .nav-ul>ul>li {
    height: 61px;
  }

  #header nav .nav-ul>ul>li>a a:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 26px;
    width: 9px;
    height: 9px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin-top: -6px;
  }
}

@media (max-width: 780px) {
  #header .nav-top .nav_left {
    margin: 0;
    padding: 0;
    padding-top: 7px;
  }

  #header .nav-top .nav_right {
    margin: 0;
    padding: 0;
    padding-top: 13px;
  }

  #header #nav-layer {
    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 100vh;
  }

  #header .home {
    display: none;
  }

  #header nav {
    background: #fff;
  }

  #header nav .nav-ul {
    display: none;
  }

  #header nav .nav-ul>ul {
    display: block;
    width: 100%;
    margin-top: 50px;
  }

  #header nav .nav-ul>ul>li {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 800px !important;
    position: relative;
  }

  #header nav .nav-ul>ul>li>a {
    line-height: 40px;
    padding: 0 !important;
    padding-left: 10px !important;
  }

  #header nav .nav-ul>ul>li:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 26px;
    width: 9px;
    height: 9px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-top: -6px;
  }

  #header nav .nav-ul>ul>li .sub>li>ul {
    display: none;
  }

  #header nav .nav-ul>ul>li .sub {
    width: 100% !important;
    position: static;
    display: none;
    transform: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    background: #fff;
  }

  #header nav .nav-ul>ul>li .sub>li>a {
    color: #666;
    line-height: 15px;
    padding-left: 10px;
  }

  #header nav .nav-ul>ul>li .sub>li>a:after {
    display: block;
    content: "";
    position: absolute;
    right: 12px;
    top: 9px;
    width: 9px;
    height: 9px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }

  #header nav .nav-ul>ul>li .sub>li .sub2 {
    width: 100%;
    position: static;
    display: none;
    transform: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    background: #fff;
  }

  #header nav {
    min-height: 53px;
    padding: 10px;
  }

  #header nav .search {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
  }

  .header-but {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 10px;
  }

  .header-but .header-icon {
    display: block;
    width: 15px;
    height: 14px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #000;
    padding: 4px 0;
    background-clip: content-box;
    cursor: pointer;
  }

  .fadeOut1 .navleft,
  .fadeOut1 .navright {
    display: none;
  }
}

@media (min-width: 768px) {
  #header .sub {
    display: block !important;
  }

  #header .nav-ul {
    display: block !important;
  }

  .more:hover .sub {
    display: block;
  }
}

footer {
  margin-bottom: 0;
  background: #292929;
  color: rgba(255, 255, 255, 0.6);
  padding: 50px 0 150px 0 !important;
}

footer a {
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}

footer a {
  color: #fff;
  opacity: 1;
  font-weight: normal;
}

footer .more {
  position: relative;
}

footer .more:after {
  content: "";
  position: absolute;
  right: 65px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-top: -6px;
}

footer .nav>.row>ul {
  margin-bottom: 60px;
}

@media (max-width: 750px) {
  footer .nav>.row>ul {
    padding: 0;
  }
}

footer .nav h3 {
  color: #fff;
}

footer .nav a {
  display: block;
  color: #ccc;
  /*white-space: nowrap; */
}

footer .nav li {
  max-width: 260px;
  position: relative;
  font-size: 13px
}

footer .nav li:hover>ul {
  opacity: 1;
  word-wrap: break-word;
  pointer-events: all;
  transform: none;
}

footer .nav .col-md-4 {
  padding-left: 12px;
}

footer .nav .more+ul {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: .2s all ease;
  padding: 8px 0;
  background: #292929;
  position: absolute;
  top: 80%;
  left: -1px;
  transform: translate(0, 10px);
}

footer .nav .more+ul li {
  padding: 0px 10px;
}

@media (min-width: 768px) {
  footer .more+ul {
    display: block !important;
  }
}

@media (max-width: 767px) {
  footer .nav {
    padding: 0;
    margin: 0 auto;
    width: 85%;
  }

  footer .nav a {
    line-height: 40px;
  }

  footer .nav h3 {
    margin-bottom: 0.6em;
  }

  footer .nav .row>ul>ul {
    padding-left: 10px;
  }

  footer .nav .row>ul>ul>li {
    max-width: 100%;
  }

  footer .nav .row>ul>ul>li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    width: 9px;
    height: 9px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin-top: -6px;
  }

  footer .nav .row>ul>ul>li .more:after {
    display: none;
  }

  footer .nav .row>ul>ul>li>ul {
    position: static;
    transition: none;
    display: none;
  }

  footer .nav>ul {
    padding: 0 15px;
  }

  footer .nav>ul>li {
    max-width: none;
  }

  footer .nav>ul>li .more+ul {
    position: static;
    display: none;
    transform: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }

  footer .nav>ul>li .more+ul a {
    line-height: 32px;
  }
}

footer .share {
  float: right;
}

footer .share .share1 {
  cursor: pointer;
  position: relative;
}

footer .share .share1:hover .share1-hov {
  display: block;
}

footer .share .share1 .share1-hov {
  text-align: center;
  background: #FFF;
  border: 3px solid #333;
  position: absolute;
  right: 0;
  bottom: 100%;
  display: none;
}

footer .share .share1 .share1-hov h6 {
  font-size: 13px;
  padding: 6px 3px;
  color: #000000;
  line-height: 1.4;
  margin: 1px 1px 5px 1px;
  border-bottom: 1px solid #E5E5E5;
  background: #F2F2F2;
}

footer .share .share1 .share1-hov ul {
  width: 200px;
  height: 80px;
}

footer .share .share1 .share1-hov ul li {
  float: left;
  padding: 2px 10px;
  width: 100px;
  height: 24px;
  text-align: left;
}

footer .share .share1 .share1-hov ul li a {
  text-decoration: none;
}

.footerblackbar {
  text-align: center;
  margin-top: 25px;
  font-family: "Open Sans", arial, sans-serif;
}

.footerblackbar>span {
  display: inline-block;
}

.footerblackbar>span:last-child a:last-child {
  display: inline-block;
}

#footer .main-footer {
  padding: 0;
}

#footer .main-footer p {
  text-align: left;
  color: #6c7171 !important;
  margin-top: 10px !important;
  padding-left: 0 !important;
}

#footer .main-footer p a {
  color: #dadada !important;
}

#footer .main-footer p:nth-child(2) {
  width: 100%;
  text-align: center;
  margin: 10px 0 12px 0 !important;
  padding: 0 !important;
}

#footer .main-footer #snsBtns {
  top: -80px;
}

#footer .main-footer #btnShare {
  margin-top: 40px;
}

.nav_fen {
  background: #000;
  padding: 10px 0 10px 25px;
  color: rgba(255, 255, 255, 0.5);
}

.nav_fen p {
  display: block;
  margin-bottom: 25px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.nav_fen a {
  color: #c4cdcd;
  text-decoration: underline;
}

.nav_fen a:hover {
  color: red;
}

.section-search {
  background-color: #fff;
}

.section-search .search-box>h4 {
  color: #000;
  line-height: 60px;
  margin: 0;
}

.section-search .search-box span {
  color: #de0010;
}

.section-search .search-box .details>ul {
  width: 100%;
}

.section-search .search-box .details>ul li {
  overflow: auto;
  padding: 10px 0;
  width: 100%;
  min-height: 220px;
  border: 1px solid #ccc;
  background: #ebeff0;
  margin-bottom: 10px;
}

.section-search .search-box .details>ul li p {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}

.section-search .search-box .details>ul>li:nth-child(2n) {
  background: #fff;
}

.section-search .search_img {
  float: left;
  width: 25%;
  /* height: 200px; */
  padding: 0 10px;
}

.section-search .search_img>img {
  width: 100%;
  /* height: 100%; */
}

.section-search .search_name {
  float: left;
  width: 75%;
}

.section-search .search_name p {
  font-weight: 600;
}

.section-search .search_name h5 {
  padding: 6px 24px;
}

.section-search .search_name h5 span {
  color: #000;
  padding-left: 5px;
}

.section-search .search_text {
  color: #7a7a7a;
}

.section-search .search_but {
  margin: 100px auto;
  width: 250px;
  display: flex;
}

.section-search .search_but a {
  color: #fff;
  font-weight: normal;
}

.section-search .search_but>ul {
  justify-content: center;
  display: inline-block;
  /* overflow:hidden; */
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  /* margin: 0 auto; */
  /* border: 1px solid red; */
}

.section-search .search_but>ul>li {
  position: relative;
  float: left;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background: #ccc;
  cursor: pointer;
  line-height: 25px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.section-search .search_but>ul>li.active {
  background: red;
}

.section-search .search_but .disabled {
  opacity: 0;
}

.section-search .search_but .left {
  background: none !important;
}

.section-search .search_but .left>a {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 1px solid red;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}

.section-search .search_but .right {
  background: none !important;
}

.section-search .search_but .right>a {
  content: '';
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 1px solid red;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
@media (max-width: 1400px)  {
  #header nav .nav-ul>ul>li:nth-child(2)>.sub {
    width: 1330px;
    left: 45%;
  }
  #header nav .nav-ul>ul>li:nth-child(2)>.sub:before{
    left: calc((100vw - 1330px) / -2);
  }
}
  