html,
body {
  min-height: 100%;
  width: 100%;
}

.clear::after {
  content: "";
  clear: both;
  display: none;
  visibility: hidden;
  height: 0;
}

.clear {
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 头部导航  大*/

.lg-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  display: none;
  height: 66px;
  width: 100%;
  background-color: #fff;
}

.lg-header .lg-logo {
  position: absolute;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0);
}

.lg-header .lg-logo img {
  display: block;
  width: 397px;
  height: auto;
}
.lg-header .input {
  display: none;
  float: right;
  margin: 20px;
  height: 26px;
  border: 1px solid #b8a884;
}
.lg-header .nav {
  height: 66px;
  text-align: center;
}

.lg-header .nav .icon-search {
  padding: 20px;
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  cursor: pointer;
}

.lg-header .nav .outer {
  display: block;
}

.lg-header .active .outerinfo,
.lg-header .nav .outer:hover {
  background-size: 20px 20px;
  background: #fff url(../images/active.jpg) bottom center no-repeat;
}

.lg-header .nav .outer .inner {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  height: 0;
  width: 100%;
  background-color: #B8A884;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

.lg-header .inner ul {
  margin-right: 10%;
}

.lg-header .outerinfo {
  display: block;
  padding: 0 20px;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
}

.lg-header .nav .outer:hover .inner {
  height: 45px;
}

.lg-header .nav .outer:hover .outerinfo,
.lg-header .nav .outer .inner a:hover {
  color: #b8a884;
}
.lg-header .nav .outer .inner a:hover {
  color: #fff;
}

@keyframes changeheight {
  from {
    height: 0;
  }
  to {
    height: 45px;
  }
}

@-moz-keyframes changeheight {
  from {
    height: 0;
  }
  to {
    height: 45px;
  }
}

@-webkit-keyframes changeheight {
  from {
    height: 0;
  }
  to {
    height: 45px;
  }
}

@-o-keyframes changeheight {
  from {
    height: 0;
  }
  to {
    height: 45px;
  }
}

.lg-header .inner li {
  float: left;
  line-height: 45px;
  width: 100px;
}

.lg-header .inner a {
  color: #fff;
}

/*头部导航  小 */

.sm-header {
  display: none;
  background-color: #000;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sm-header {
    display: block;
  }
}

.header_zt .header_zt_logo {
  display: block;
}

.header_zt .header_zt_logo img {
  display: block;
  height: 50px;
}

.header_zt {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 999999;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.menu-btn {
  display: block;
  position: fixed;
  top: 18px;
  right: 4%;
  width: 24px;
  height: 24px;
  z-index: 9999999;
}

.menu-btn > span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 0;
}

.menu-btn > .span1 {
  background: white;
  -webkit-animation: span1 0.5s alternate;
  -moz-animation: span1 0.5s alternate;
  animation: span1 0.5s alternate;
  -webkit-transform: translateY(7px) rotateZ(45deg);
  -moz-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
}

.menu-btn > .span3 {
  background: white;
  -webkit-animation: span2 0.5s alternate;
  -moz-animation: span2 0.5s alternate;
  animation: span2 0.5s alternate;
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -moz-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
}

.menu-btn > .span1-1 {
  background: #fff;
  -webkit-animation: span1-1 0.5s alternate;
  -moz-animation: span1-1 0.5s alternate;
  -o-animation: span1-1 0.5s alternate;
  animation: span1-1 0.5s alternate;
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
}

.menu-btn > span:nth-child(1) {
  position: absolute;
  top: 4px;
}

@keyframes span1 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(7px) rotateZ(45deg);
    background-color: #b8a884;
  }
}

@-moz-keyframes span1 {
  0% {
    -moz-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -moz-transform: translateY(-3px);
  }
  70% {
    -moz-transform: translateY(7px);
  }
  100% {
    -moz-transform: translateY(7px) rotateZ(45deg);
    background-color: #b8a884;
  }
}

@-o-keyframes span1 {
  0% {
    -o-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -o-transform: translateY(-3px);
  }
  70% {
    -o-transform: translateY(7px);
  }
  100% {
    -o-transform: translateY(7px) rotateZ(45deg);
    background-color: #b8a884;
  }
}

@-webkit-keyframes span1 {
  0% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    background-color: #b8a884;
  }
}

@keyframes span1-1 {
  0% {
    transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    transform: translateY(7px);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@-moz-keyframes span1-1 {
  0% {
    -moz-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -moz-transform: translateY(7px);
  }
  70% {
    -moz-transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@-webkit-keyframes span1-1 {
  0% {
    -webkit-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -webkit-transform: translateY(7px);
  }
  70% {
    -webkit-transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@-o-keyframes span1-1 {
  0% {
    -o-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -o-transform: translateY(7px);
  }
  70% {
    -o-transform: translateY(-3px);
  }
  100% {
    -o-transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

.menu-btn > span:nth-child(2) {
  position: absolute;
  top: 11px;
}

.menu-btn > span:nth-child(3) {
  position: absolute;
  top: 18px;
}

.menu-btn > .span3-1 {
  animation: span3-1 0.5s alternate;
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
  background: #fff;
}

@keyframes span3-1 {
  0% {
    transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    transform: translateY(-7px);
  }
  70% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@-moz-keyframes span3-1 {
  0% {
    -moz-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -moz-transform: translateY(-7px);
  }
  70% {
    -moz-transform: translateY(3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@-webkit-keyframes span3-1 {
  0% {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -webkit-transform: translateY(-7px);
  }
  70% {
    -webkit-transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@-o-keyframes span3-1 {
  0% {
    -o-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -o-transform: translateY(-7px);
  }
  70% {
    -o-transform: translateY(3px);
  }
  100% {
    -o-transform: translateY(0px) rotateZ(0deg);
    background-color: #b8a884;
  }
}

@keyframes span2 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotateZ(-45deg);
    background-color: #b8a884;
  }
}

@-webkit-keyframes span2 {
  0% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translateY(3px);
  }
  70% {
    -webkit-transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    background-color: #b8a884;
  }
}

@-o-keyframes span2 {
  0% {
    -o-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -o-transform: translateY(3px);
  }
  70% {
    -o-transform: translateY(-7px);
  }
  100% {
    -o-transform: translateY(-7px) rotateZ(-45deg);
    background-color: #b8a884;
  }
}

@-moz-keyframes span2 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotateZ(-45deg);
    background-color: #b8a884;
  }
}

.right-menu > div > .menu-ul {
  height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.right-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #b8a884;
  z-index: 9999997;
  min-width: 320px;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}

.right-menu1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.right-menu > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  z-index: 9999997;
  background: #333;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.right-menu > div > .menu-ul {
  height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.right-menu > div > .menu-ul > li {
  width: 100%;
  line-height: 4em;
  position: relative;
  font-size: 16px;
}

.right-menu > div > .menu-ul > li > a {
  border-bottom: 1px solid #444;
  color: white;
  display: block;
  opacity: 0.8;
  width: 100%;
  padding-left: 10%;
}

.menu-ul .new-ul2 > p {
  width: 100%;
  border-bottom: 1px solid #444;
  line-height: 2.5em;
  position: relative;
  font-size: 13px;
}

.menu-ul .new-ul2 > p > a {
  color: white;
  display: block;
  opacity: 0.8;
  width: 100%;
  padding-left: 15%;
}

/* 底部信息 */

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #120e02;
}

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

.footer .footer-left div,
.footer .footer-right a {
  line-height: 30px;
  color: #777;
  font-size: 12px;
}

.booter-bottom {
  line-height: 20px;
  font-size: 12px;
  color: #777;
}

.footer .footer-right div div:first-child {
  margin-top: 30px;
  line-height: 40px;
}

.footer .footer-right div div:first-child a {
  color: #fff;
  font-size: 16px;
}

.footer div a:hover {
  color: #fff;
}

/* 大于768px */

@media (min-width: 768px) {
  .lg-header {
    display: block;
  }
  .booter-bottom {
    padding-left: 20%;
  }
}

/* 小于768px */

@media (max-width: 768px) {
  .sm-header {
    display: block;
  }
  .booter-bottom {
    padding: 0 20px;
    text-align: center;
  }
}
.container{
    padding: 0!important;
}