/***** 导航 *****/
body{
   height: auto;
  -ms-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: auto;
}
#dhtl {
  width: 100%;
  background-color: #E21925;
  height: 62px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

#dh_nav {
  width: 1200px;
  height: 62px;
  /* text-align: center; */
  background-color: #E21925;
}

#dh_nav ul {
  display: flex;
  justify-content: space-between;
}

#dh_nav ul li {
  line-height: 62px;
  text-align: center;
  /* float: left; */
  /* padding: 0 17px; */
  width:1200px;
  text-align: center;
}

#dh_nav ul li a {
  font: 18px "Microsoft YaHei", "宋体";
  color: #fff;
}

#dh_nav ul li.active {
  background: #C4121D;
}

#dh_nav ul li:hover {
  background: #C4121D;
}

#common_header {
  width: 100%;
  position: relative;
  /* padding-bottom: 114px; */
  padding-top: 63px;
  padding-bottom: 44px;
  align-items: center;
  min-width: 1200px;
}

#common_header .header_banner {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../common/common_bg.png) center center no-repeat;
  z-index: 1;
  background-size: cover;
}

#common_message {
  position: relative;
  z-index: 333;
  align-items: center;

}

#common_header .logo img {
  /* width: 414px; */
  /* padding-top: 63px; */
  height: 143px;
  width: auto;
}

#common_message .searchform {
  width: 504px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 23px;
  opacity: 0.9;
  position: relative;
}

#common_header .searchform input {
  font-size: 16px;
  height: 100%;
  width: 100%;
  height: 100%;
  text-indent: 23px;
  color: #5e2f2f;
  border-radius:inherit;
}

#common_header .search_btn {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #fff;
  font-size: 18px;
  width: 97px;
  height: 39px;
  background: #E21925;
  border-radius: 20px;
}

/***** 友情链接 *****/

#tplj li {
  width: 194px;
  height: 60px;
  margin: 5px 0px 5px 5px;
  float: left;
}

#tplj li.jy {
  margin-right: 0px;
}

#tplj li img {
  width: 194px;
  height: 60px;
}



/***** 版权 *****/
#bq {
  width: 100%;
  height: 126px;
  flex: 0 0 126px;
  background-color: #E21925;
  margin-top: auto; /* 关键属性 - 让footer始终在底部 */
  flex-shrink: 0;
}

#copyright {
  width: 1200px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  text-align: left;
  flex-direction: row-reverse;
}

#copyright .center_yqlj p {
  display: inline;
}

#copyright .center_yqlj span {
  display: block;
  text-align: left;
}

#copyright a {
  color: #fff;
}

.right_bq .imgConac {
  display: block;
  width: 58px;
  height: 73px;
}
/* 750px到1300px */
/* @media (min-width: 751px) and (max-width: 1230px) {
  #dh_nav {
    width: 1200px;
  }
  #copyright{
    width: 1200px;
  }
  #tplj li {
    width: 178px;
  }
  #tplj li img {
    width: 178px;
  }
  #dh_nav ul li {
    padding: 0 10px;
  }
  #dh_nav ul li a{
    font-size: 22pxx;
  }
} */

/* 大于1200px */
/* @media (min-width: 1320px) {
  .dh_nav {
    width: 1300px;
  }
  #copyright{
    width: 1300px;
  }
  #tplj li {
    width: 194px;
  }
  #tplj li img {
    width: 194px;
  }
} */

/* 手机端样式 */
@media screen and (max-width: 750px) {
  #bq {
    height: 3.22rem;
  }

  #copyright {
    width: 100%;
    display: block;
    font-size: 0.3rem;
    line-height: 1.5;
    padding-top: 0.42rem;
  }

  #copyright .center_yqlj p,
  #copyright .center_yqlj a {
    display: block;
    text-align: center;
  }

  #copyright .center_yqlj p a {
    display: inline;
  }

  #copyright .center_yqlj span {
    display: block;
    text-align: center;
  }

  .right_bq #_ideConac {
    display: block;
    width: 0.58rem;
    margin: 0 auto;
  }

  /* 头部 */
  #common_header {
    height: 4.86rem;
    width: 100%;
    min-width: auto;
  }

  #common_message {
    flex-direction: column;
  }

  #common_message .searchform {
    width: 6.24rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    margin-top: 0.18rem;
  }

  #common_header .search_btn {
    width: 0.97rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    top: 50%;
    right: 0.07rem;
    font-size: 0.26rem;
    margin-top: -0.25rem;
  }

  #common_header .searchform input {
    font-size: 0.3rem;
    text-indent: 0.36rem;
  }

  #common_header .logo img {
    width: 4.14rem;
    height: auto;
  }
  #common_header .header_banner{
    background-image: url(./mobile_bg.png);
  }
}
#common_header .navbar-btn{
  position: absolute;
  top: 0.3rem;
  z-index: 9999;
  /* display: flex; */
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  right: 0.3rem;
}
#common_header .navbar-btn img{
  width: 24px;
  margin-right: 5px;
}
.mobile-menu-open{
  overflow: hidden;
}
#zx-navbar {
  background-color: #f8f8f8;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  padding: 0 15px 48px;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 9999;
}

#zx-navbar.in {
  left: 0
}
#zx-navbar .close_btn{
  position: relative;
  height: 48px;
}
#zx-navbar .close_btn img{
  display: block;
  width: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#zx-navbar .navbar-nav {
  padding-top: 15px;
  margin: 0 -15px;
  height: calc(100% - 48px);
  overflow-y: auto;
}

#zx-navbar .navbar-nav li.menu-list {
  margin: 0 15px
}

#zx-navbar .navbar-nav li.menu-list a.btn-next {
  border-bottom: 1px solid #d4d4d4;
  font-weight: 700;
  padding: 15px 0
}

#zx-navbar .navbar-nav li.menu-list a.btn-next .icon-arrow-right {
  float: right;
  width: 27px;
}

#zx-navbar .navbar-nav li.menu-list a.btn-next:hover {
  background-color: transparent
}
#zx-navbar .nav-open {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  bottom: 0;
  display: none;
  left: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 999
}
#zx-navbar .menu-list .sub-nav a{
  display: block;
  margin: 0 10px;
  border-bottom: 1px solid #d4d4d4;
  padding: 15px 0
}
