body, button, input, select, textarea{
	font-family: 'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif !important;
}
.l-top {
  background: #fff;
  text-align: center;
}
.l-top .arrow-png {
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/43.jpg") no-repeat center center;
}
.l-top .top-left,
.l-top .top-right {
  display: inline-block;
}
.l-top .top-div-block {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
  line-height: 30px;
}
.l-top .top-div-block a {
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}
.l-top .top-div-block a:hover {
  color: #d5431c;
}
.l-top .top-div-block .sel-top {
  font-size: 12px;
  vertical-align: middle;
}
.l-top .top-div-block .line {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -9px 0 5px;
}
.l-top .top-div-block:hover .select-more {
  color: #f00;
}
.l-top .top-div-block:hover .line {
  color: #000;
}
.l-top .top-div-block.active a {
  color: #f00;
}
.l-top .top-content {
  position: relative;
}
.l-top .slide-down-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 29px;
  z-index: 99;
  padding: 15px;
  background: #fff;
  text-align: left;
}
.l-top .slide-down-wrap a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 24px;
  margin: 5px;
}
.l-top .slide-down-wrap a:hover {
  color: #d5431c;
}
.l-top .slide-down-wrap2 {
  display: none;
  position: absolute;
  width: 82px;
  left: 60px;
  top: 29px;
  background: #fff;
}
.l-top .slide-down-wrap2 a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 24px;
  margin: 5px;
  border-bottom: 1px solid #f8f8f8;
}
.l-top .slide-down-wrap2 a:hover {
  color: #d5431c;
}
.l-top .slide-down-wrap2 a:last-child {
  border: none;
}
.l-top .change-one:hover .slide-down-wrap {
  display: block;
}
.l-top .change-two:hover .slide-down-wrap2 {
  display: block;
}
.l-logo {
  height: 204px;
  padding: 26px 0 0;
  margin-bottom: -46px;
  background: url(../images/36.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
.l-logo .logo-left {
  margin: 4px 0;
}
.l-logo .logo-center {
  font-size: 50px;
  line-height: 102px;
  color: #2a3d66;
  font-family: "zihun19hao-xingyunfeibaiti";
}
.l-logo .logo-center img {
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
.l-logo .logo-center img:nth-child(1) {
  animation-delay: 0s;
}
.l-logo .logo-center img:nth-child(2) {
  animation-delay: 0.08333333s;
}
.l-logo .logo-center img:nth-child(3) {
  animation-delay: 0.16666667s;
}
.l-logo .logo-center img:nth-child(4) {
  animation-delay: 0.25s;
}
.l-logo .logo-center img:nth-child(5) {
  animation-delay: 0.33333333s;
}
.l-logo .logo-center img:nth-child(6) {
  animation-delay: 0.41666667s;
}
.l-logo .logo-center img:nth-child(7) {
  animation-delay: 0.41666667s;
}
.l-logo .logo-center img:nth-child(8) {
  animation-delay: 0.41666667s;
}
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 8px, 0);
  }
}
.l-nav {
  background: url(../images/57.jpg) repeat center top;
}
.l-nav .nav-ul {
  font-size: 0;
  text-align: center;
  position: relative;
}
.l-nav .nav-ul li {
  display: inline-block;
  width: 10%;
  position: relative;
}
.l-nav .nav-ul li:nth-child(1) {
  border-left: none;
}
.l-nav .nav-ul li:last-child {
  border-right: none;
}
.l-nav .nav-ul li.active:after {
  width: 100%;
  left: 0;
}
.l-nav .nav-ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  z-index: 2;
  border-bottom: 2px solid #fff;
  /*transition: 0.2s all linear;*/
}
.l-nav .nav-ul li:hover:after {
  width: 100%;
  left: 0;
}
.l-nav .nav-ul li:hover ~ li:after {
  left: 0;
}
.l-nav .nav-ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  padding: 0 10px;
}
.l-nav .nav-ul li:last-child a {
  border: none;
}
.l-nav .nav-ul li .nav-second {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 11;
  background: #f8f8f8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 0 10px;
}
.l-nav .nav-ul li .nav-second a {
  color: #999;
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #999;
}
.l-nav .nav-ul li .nav-second a:last-child {
  border: none;
}
.l-nav .nav-ul li .nav-second a:hover {
  color: #d5431c;
  border-bottom-color: #d5431c;
}
.l-nav .nav-ul li:hover .nav-second {
  display: block;
}
.l-nav .nav-ul li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/44.jpg) no-repeat center center;
}
/*尾部*/
.l-foot {
  padding: 30px 0 35px;
  font-size: 13px;
  line-height: 22px;
  color: #dadada;
  text-align: center;
  background: #666;
}
.l-foot p {
  margin: 0;
}

/*修改banner和导航问题*/
.l-content {
    width: 1000px;
    margin: auto;
}
.float-l {
    float: left;
}
.inlineblock {
    display: inline-block;
}
.float-r {
    float: right;
}
.center {
    text-align: center;
}
.topmenu *{
	box-sizing: content-box;
}