@font-face {
  font-family: UntitledSans;
  font-weight: 400;
  src: url(webfonts/UntitledSans-Regular.eot);
  src: url(webfonts/UntitledSans-Regular.eot?#iefix) format("embedded-opentype"), url(webfonts/UntitledSans-Regular.woff2) format("woff2"), url(webfonts/UntitledSans-Regular.woff) format("woff"), url(webfonts/UntitledSans-Regular.ttf) format("truetype"), url(webfonts/UntitledSans-Regular.svg#svgFontName) format("svg");
}
@font-face {
  font-family: UntitledSans;
  font-weight: 300;
  src: url(webfonts/UntitledSans-Light.eot);
  src: url(webfonts/UntitledSans-Light.eot?#iefix) format("embedded-opentype"), url(webfonts/UntitledSans-Light.woff2) format("woff2"), url(webfonts/UntitledSans-Light.woff) format("woff"), url(webfonts/UntitledSans-Light.ttf) format("truetype"), url(webfonts/UntitledSans-Light.svg#svgFontName) format("svg");
}
@font-face {
  font-family: UntitledSans;
  font-weight: 700;
  src: url(webfonts/UntitledSans-Bold.eot);
  src: url(webfonts/UntitledSans-Bold.eot?#iefix) format("embedded-opentype"), url(webfonts/UntitledSans-Bold.woff2) format("woff2"), url(webfonts/UntitledSans-Bold.woff) format("woff"), url(webfonts/UntitledSans-Bold.ttf) format("truetype"), url(webfonts/UntitledSans-Bold.svg#svgFontName) format("svg");
}
@font-face {
  font-family: UntitledSans;
  font-weight: 900;
  src: url(webfonts/UntitledSans-Black.eot);
  src: url(webfonts/UntitledSans-Black.eot?#iefix) format("embedded-opentype"), url(webfonts/UntitledSans-Black.woff2) format("woff2"), url(webfonts/UntitledSans-Black.woff) format("woff"), url(webfonts/UntitledSans-Black.ttf) format("truetype"), url(webfonts/UntitledSans-Black.svg#svgFontName) format("svg");
}
body {
  font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  width: 100%;
  min-width: 320px;
  background: #fff;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 1px;
  word-break: break-all;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
input[type="button"],
button {
  cursor: pointer;
}
button {
  border: 0;
  outline: 0;
}
.auto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
select,
textarea {
  border: 0;
  outline: 0;
  color: #333;
}
textarea {
  resize: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
.header-box {
  position: fixed;
  top: -100px;
  width: 100%;
  min-width: 320px;
  height: 78px;
  background: #fff;
  z-index: 5;
  border-bottom: 1px solid #999;
  -webkit-transition: top 0.3s !important;
  -moz-transition: top 0.3s !important;
  -ms-transition: top 0.3s !important;
  -o-transition: top 0.3s !important;
  transition: top 0.3s !important;
}
.header-box.show {
  top: 0;
}
.header-box .header {
  max-width: 94%;
  line-height: 38px;
  justify-content: space-between;
  margin: 0 auto;
}
.header-box .header .left .logo {
  float: left;
  width: 122px;
  height: 38px;
  margin: 20px 0;
  -webkit-transition: width 0.3s !important;
  -moz-transition: width 0.3s !important;
  -ms-transition: width 0.3s !important;
  -o-transition: width 0.3s !important;
  transition: width 0.3s !important;
}
.header-box .header .left .city {
  float: left;
  color: #333;
  font-size: 14px;
  padding: 10px 30px;
}
.header-box .header .left .city a,
.header-box .header .left .city span {
  display: inline-block;
  padding: 10px 5px;
}
.header-box .header .right {
  padding: 20px 10px;
}
.header-box .header .right .nav {
  float: left;
  color: #333;
  font-size: 14px;
}
.header-box .header .right .nav a {
  padding: 0 20px;
}
.header-box .header .right .nav a.active,
.header-box .header .right .nav a:hover {
  color: #47277A;
}
.header-box .header .right .tel {
  float: left;
  margin-left: 20px;
  line-height: 35px;
}
.header-box .header .right .tel a {
  position: relative;
  font-size: 14px;
  display: block;
  padding-left: 26px;
}
.header-box .header .right .tel a .icon-tel {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  right: auto;
}
.header-box .header .menuBtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  left: auto;
  right: 5%;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.header-box .header .menuBtn .icon {
  position: relative;
  width: 24px;
  height: 40px;
  margin: auto;
}
.header-box .header .menuBtn .icon a {
  position: relative;
  top: 50%;
  width: 100%;
  height: 2.5px;
  display: block;
  background-color: #000;
}
.header-box .header .menuBtn .icon a::after,
.header-box .header .menuBtn .icon a::before {
  position: absolute;
  content: '';
  height: 2.5px;
  left: 0;
  width: 100%;
  background-color: #000;
  display: block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.header-box .header .menuBtn .icon a::after {
  top: -6px;
}
.header-box .header .menuBtn .icon a::before {
  top: 6px;
}
.header-box .header .menuBtn.selected .icon a {
  background: #e0e0e0;
}
.header-box .header .menuBtn.selected .icon a::after,
.header-box .header .menuBtn.selected .icon a::before {
  background: #333;
}
.header-box .header .menuBtn.selected .icon a::before {
  transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
}
.header-box .header .menuBtn.selected .icon a::after {
  transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
}
.footer {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding: 60px 0;
  background: #dadada;
  z-index: 2  ;
  -webkit-transition: padding 0.3s !important;
  -moz-transition: padding 0.3s !important;
  -ms-transition: padding 0.3s !important;
  -o-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.footer .footer-box {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
.footer .footer-box .logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  right: auto;
  width: 196px;
  height: 60px;
  -webkit-transition: width 0.3s !important;
  -moz-transition: width 0.3s !important;
  -ms-transition: width 0.3s !important;
  -o-transition: width 0.3s !important;
  transition: width 0.3s !important;
}
.footer .footer-box .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-box .content {
  float: right;
  color: #666;
}
.footer .footer-box .content .top-con {
  position: relative;
  padding-left: 150px;
}
.footer .footer-box .content .top-con .media {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer .footer-box .content .top-con .media .icon {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.footer .footer-box .content .top-con .media .icon svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 22px;
}
.footer .footer-box .content .top-con .media .icon .icon-wx {
  position: absolute;
  left: 4px;
}
.footer .footer-box .content .top-con .media .icon .ercode {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -135px;
  left: -53px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  display: none;
}
.footer .footer-box .content .top-con .media .icon .ercode img {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.footer .footer-box .content .top-con .media .icon .ercode::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: url(../img/triangle.jpg) center / auto 100% no-repeat;
}
.footer .footer-box .content .top-con .media .icon:hover .ercode {
  display: block;
}
.footer .footer-box .content .top-con .info {
  float: left;
  padding-left: 15px;
  border-left: 1px solid #666;
  font-size: 13px;
}
.footer .footer-box .content .top-con .info .address p {
  margin-bottom: 5px;
}
.footer .footer-box .content .top-con .info .address p span {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  display: inline-block;
}
.footer .footer-box .content .top-con .info .address p span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  width: 2px;
  height: 12px;
  background: #666;
}
.footer .footer-box .content .top-con .info .more {
  padding-top: 2px;
}
.footer .footer-box .content .top-con .info .more .more-item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 50px;
}
.footer .footer-box .content .top-con .info .more .more-item .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  width: 30px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.footer .footer-box .content .copyright {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #999;
  line-height: 1.2;
  padding: 8px 0;
  font-size: 13px;
}
.pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: 10px;
  text-align: center;
}
.pagination.none {
  display: none !important;
}
.pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  background: transparent;
  margin: 0 10px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  cursor: pointer;
}
.pagination .swiper-pagination-switch:hover {
  background: #999;
  border-color: #999;
}
.pagination .swiper-pagination-switch.swiper-active-switch {
  background: #999;
}
.pagination .swiper-pagination-switch.swiper-active-switch:hover {
  background: #999;
  border-color: #999;
}
.pagination .swiper-pagination-switch.none {
  display: none;
}
@media screen and (max-width: 1050px) {
  .header-box .header .left {
    position: relative;
    z-index: 11;
  }
  .header-box .header .right {
    position: fixed;
    width: 100%;
    left: 0;
    height: 0px;
    padding: 0;
    overflow: hidden;
    background: #e0e0e0;
    z-index: 10;
  }
  .header-box .header .right .nav {
    width: 100%;
    padding: 100px 5% 0;
    margin: 0 auto;
    display: block;
  }
  .header-box .header .right .nav a {
    display: block;
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
  }
  .header-box .header .right .tel {
    width: 100%;
    padding: 20px 5%;
  }
  .header-box .header .right .tel a {
    padding-left: 40px;
    font-size: 28px;
  }
  .header-box .header .right .tel a .icon-tel {
    font-size: 30px;
  }
  .header-box .header .menuBtn {
    display: block;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .footer-box .logo {
    width: 170px;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 0;
  }
  .footer .footer-box .logo {
    top: 45px;
    left: 12%;
    bottom: auto;
    width: 160px;
  }
  .footer .footer-box .content {
    width: 100%;
  }
  .footer .footer-box .content .top-con {
    margin-left: 45%;
    padding-left: 0;
    border-left: 1px solid #666;
  }
  .footer .footer-box .content .top-con .media {
    position: relative;
    padding: 0 15px 15px;
  }
  .footer .footer-box .content .top-con .info {
    border: 0;
  }
  .footer .footer-box .content .top-con .info .address p span {
    margin-right: 6px;
    padding-right: 6px;
  }
  .footer .footer-box .content .top-con .info .more .more-item {
    padding-left: 40px;
  }
  .footer .footer-box .content .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 30px 0;
  }
  .footer .footer-box .logo {
    left: 6%;
    width: 145px;
  }
}
@media screen and (max-width: 500px) {
  .header-box .header .left .city {
    padding: 10px 20px;
  }
  .header-box .header .left .city span {
    padding: 10px 0;
  }
  .header-box .header .right .nav a {
    font-size: 28px;
  }
  .header-box .header .right .tel a {
    font-size: 24px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-box {
    width: 98%;
  }
  .footer .footer-box .logo {
    top: 40px;
    left: 6%;
    width: 130px;
  }
  .footer .footer-box .content .top-con {
    margin-left: 42%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .footer .footer-box .logo {
    top: 40px;
    left: 3%;
    width: 110px;
  }
  .footer .footer-box .content .top-con {
    margin-left: 38%;
  }
  .footer .footer-box .content .top-con .media {
    padding-left: 10px;
  }
  .footer .footer-box .content .top-con .info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 450px) {
  .header-box .header {
    max-width: 96%;
  }
  .header-box .header .left .city {
    padding: 10px;
    font-size: 13px;
  }
  .header-box .header .left .city a {
    padding: 10px 5px;
  }
  .header-box .header .menuBtn {
    right: 2%;
  }
}
@media screen and (max-width: 380px) {
  .header-box .header .left .logo {
    width: 100px;
  }
  .header-box .header .left .city a {
    padding: 10px 0;
  }
  .header-box .header .right .nav {
    padding: 90px 5% 0;
    line-height: 1.6;
  }
  .header-box .header .right .nav a {
    font-size: 26px;
  }
  .header-box .header .right .tel a {
    font-size: 24px;
  }
  .footer .footer-box .logo {
    top: 45px;
    left: 5px;
    width: 95px;
  }
  .footer .footer-box .content .top-con {
    margin-left: 110px;
  }
  .footer .footer-box .content .top-con .media {
    padding-left: 6px;
  }
  .footer .footer-box .content .top-con .info {
    padding-left: 6px;
  }
}
