header .navbar nav .activebody {
  font: 14px/1.5 'microsoft yahei',
  tahoma,
  arial,
  'Hiragino Sans GB',
  '\5b8b\4f53',
  sans-serif;
  list-style:none;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
.fixed-top {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  top: 0;
}
header {
  position: relative;
}
header .topbar {
  height: 120px;
  color: #fff;
}
header .topbar .wrapper {
  height: 100%;
}
header .topbar .hotline {
  font-size: 22px;
  text-align: right;
  color: #ff9c00;
}
header .topbar .hotline span {
  font-size: 26px;
  font-style: italic;
}
header .navbar {
  background: #0984e4;
}
header .navbar nav {
  width: 1000px;
  margin: 0 auto;
  overflow:hidden;
}
header .navbar li{
	display:block;
	float:left;
}
header .navbar nav a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  height: 42px;
  color: #fff;
  display:block;
  width:120px;
  line-height: 42px;
  text-align: center;
}
header .navbar nav a:hover {
  display:block;
  width: 120px;
  background: #ff9c00;
}
header .navbar nav .active {
  background: #ff9c00;
  width: 120px;
  text-align: center;
}

/*.submenu li a {
    border-right: none !important;
    height: 50px;
    line-height: 50px !important;
    width: 149px;
}*/
header .search-box {
  margin-top: 85px;
  width: 330px;
  padding: 15px;
  color: #fff;
  background: rgba(0,0,0,0.5);
}
header .search-box ::-webkit-input-placeholder {
  color: #fff;
}
header .search-box :-moz-placeholder {
  color: #fff;
}
header .search-box ::-moz-placeholder {
  color: #fff;
}
header .search-box :-ms-input-placeholder {
  color: #fff;
}
header .search-box .searchBtn {
  display: block;
  text-align: center;
  color: #fff;
  background: #ff9c00;
  height: 34px;
  line-height: 34px;
  margin-top: 15px;
}
header .search-box .title {
  width: 112px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #2d83d0;
  color: #fff;
  font-size: 16px;
}
header .search-box #order {
  width: 100%;
  margin-top: 15px;
  height: 100px;
  background: #a7a29b;
  text-indent: 10px;
  color: #fff;
}
header #banner .swiper-slide {
  width: 100%;
  height: 660px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("../images/common/banner1.png");
}
header #banner .text1 {
  margin-top: 260px;
  width: 100%;
  height: 277px;
  overflow: hidden;
  position: relative;
}
header #banner .text1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header #banner .swiper-button-prev,
header #banner .swiper-button-next {
  background-image: url("../images/common/arrow.png");
  -webkit-background-size: cover;
          background-size: cover;
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 5px;
}
header #banner .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
header #banner .swiper-pagination-bullets {
  bottom: 0;
  height: 60px;
}
header #banner .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  background: transparent;
  margin-top: 25px;
}
header #banner .swiper-pagination-bullet-active {
  background: #fff;
}
footer {
  background: #252525;
  padding: 25px 0;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:active,
footer a:link,
footer a:visited,
footer a:hover {
  color: #fff;
}
footer nav {
  width: 650px;
  margin: 0 auto;
}
footer .other {
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
.backtotop {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/common/back.png");
  bottom: 80px;
  right: 80px;
}

/*# sourceMappingURL=common.css.map */
