body {
  font: 14px/1.5 'microsoft yahei', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  background: #f9f9f9;
}
.wrapper {
  width: 1015px;
  margin: 0 auto;
}
header {
  position: relative;
}
header .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
}
header .navbar .logo {
  width: 183px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/common/logo.png");
}
header .navbar nav {
  width: 555px;
}
header .navbar nav a {
  font-size: 16px;
  height: 100px;
  line-height: 100px;
  color: #333;
}
header .navbar nav a:hover {
  color: #2384ef;
}
header .navbar nav .active {
  color: #2384ef;
}
/*header #banner .swiper-slide {
  width: 100%;
  height: 806px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("../images/common/banner1.png");
}*/
header #banner .swiper-slide {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
header #banner .text1 {
  float: right;
  margin-top: 350px;
}
header #banner .swiper-button-prev,
header #banner .swiper-button-next {
  background-color: rgba(100,100,100,0.5);
  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: 30px;
}
header #banner .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  border: solid 2px #222;
  background: transparent;
}
header #banner .swiper-pagination-bullet-active {
  border-color: #fff;
}
footer {
  background: #333;
  padding: 50px 0;
  color: #c2c2c2;
}
footer .l .f-logo {
	margin-top:10px;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/common/f_logo.png");
}
footer .l .text {
  margin-left: 170px;
}
footer .r .icon {
  width: 39px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/common/icon_tel.png");
}
footer .r .text {
  margin-left: 8px;
}
.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 */
