body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
html{
  overflow-x:hidden;
}
body {
  overflow-x:hidden;
  position: relative;
  color: #282b34;
  font-size: 14px;
  font-family: PingFang SC, "微软雅黑", Microsoft YaHei, "Arial";
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 14px;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 100%;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.banner-box img {
  width: 100%;padding-top:1.25rem;
}
.public-header {
  position:fixed;
  top:0;left:0;width:100%;
  z-index: 9999;
  height:1.33rem;
  line-height: 1.33rem;
  z-index: 99999;
  background: #1b1b1b;
}
.public-header .header-body {
  position: relative;
  z-index: 999;
  height: 100%;
  padding-left: 0.6rem;
}
.public-header .logo-box {
  text-align: left;
}
.public-header .logo-box img {
  height:1rem;
}
.public-header .toggle-btn {
  position: absolute;
  right: 0.133333rem;
  top: 0;
  height: 100%;
  width: 1.333333rem;
}
.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width: 0.533333rem;
  width: 0.7rem;
  height: 0.08rem;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.65rem;
}
.public-header .toggle-btn .sr-only:before {
  position: absolute;
  top: -0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0.08rem;
  background-color: #fff;
  transition: all 0.5s;
}
.public-header .toggle-btn .sr-only:after {
  position: absolute;
  top: 0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0.08rem;
  background-color: #fff;
  transition: all 0.5s;
}
.public-header .nav-list {
  position: fixed;
  box-sizing: border-box;
  width: 50%;
  left: -50%;
  padding-bottom: 0.4rem;
  transition: all .6s;
  z-index: 9999999;
  overflow: scroll;
  top: 0;
  color: #fff;
}
.public-header .nav-list .search-box {
  position: relative;
  height: 1.666667rem;
  line-height: 1.666667rem;
  background: #cba46c;
  width: 100%;
  box-sizing: border-box;
}
.public-header .nav-list .search-box span {
  position: absolute;
  right: 15%;
  top: 0;
}
.public-header .nav-list .search-box span img {
  height: 0.4rem;
  right: 0.266667rem;
}
.public-header .nav-list .search-box input {
  position: relative;
  height: 0.666667rem;
  line-height: 0.666667rem;
  width: 80%;
  margin-left: 8%;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
  font-size: 0.373333rem;
}
.public-header .nav-list .search-box input::-webkit-input-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input:-moz-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input::-moz-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input:-ms-input-placeholder {
  color: #fff;
}
.public-header .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #fff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.4);
}
.public-header .nav-list li a {
  position: relative;
  display: block;
  color: #323232;
  text-align: left;
  width: 100%;
  padding-left: 0.933333rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  font-size: 0.426667rem;
}
.public-header .nav-list li em {
  display: inline-block;
  width: 0.186667rem;
  height: 0.186667rem;
  border: 1px solid #272727;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.4rem;
  margin-top: -0.026667rem;
}
.public-header .nav-list li:last-child {
  border-bottom: none;
}
.public-header .nav-list li.active em {
  background: #cba46c;
  border-color: #cba46c;
}
.public-header.active .toggle-btn .sr-only {
  background-color: transparent;
}
.public-header.active .toggle-btn .sr-only:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.public-header.active .toggle-btn .sr-only:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.public-header.active .nav-list {
  left: 0;
}
.public-header.on {
  background: #000000;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.banner-box img {
  width: 100%;
}
.public-footer {
  background: #383838;
  padding-top: 0.54rem;
  padding-bottom: 0.3rem;
  margin-bottom:2.4rem;
}
.public-footer .bottom-box{
    padding-left: 0.466667rem;
  padding-right: 0.466667rem;padding-bottom:0.4rem;
}
.public-footer .logo-box {
  margin-bottom: 0.333333rem;
}
.public-footer .logo-box img {
  height: 0.533333rem;
}
.public-footer p {
  line-height: 1.6;
  color: #828282;
  font-size: 0.37rem;
}
.public-footer p span {
  display: inline-block;
  margin-right: 0.133333rem;
}
.public-footer h3 {
  font-size: 0.346667rem;
  color: #828282;
  margin-top: 0.266667rem;
  line-height: 1.6;
}

.public-footer-tab {
  position: fixed;
  left:1.2rem;
  right:1.2rem;
  bottom:0.6rem;
  z-index: 999;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.35);
opacity: 0.88;
}
.public-footer-tab .centent-box {
  background: #cba46c;
  border-radius: 0.4rem;
}
.public-footer-tab .item-box {
  position: relative;
  float: left;
  width:33.3%;
  height: 0.93rem;
  line-height: 0.93rem;
  text-align: center;
  box-sizing: border-box;
}
.public-footer-tab .item-box a {
  display: block;
}
.public-footer-tab .item-box:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0.133333rem;
  bottom: 0.133333rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.public-footer-tab .item-box:last-child:before {
  display: none;
}
.public-footer-tab .item-box img {
  max-height: 0.533333rem;max-width:0.53rem;
}
.public-footer-tab .item-box img.active {
  display: none;
}
.public-footer-tab .item-box.active img {
  display: none;
}
.public-footer-tab .item-box.active img.active {
  display: inline-block;
}
.public-footer .copy-box{
  text-align:left;padding-top:0.3rem;
      padding-left: 0.466667rem;
  padding-right: 0.466667rem;
  border-top:1px solid #fff;
}


.swiper-container .swiper-pagination {
  bottom:0.2666667rem;
}
 .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width:0.29rem;height:0.29rem;border-radius:50%;background:#000;outline:none;
  }
 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width:0.29rem;height:0.29rem;border-radius:50%;background:#cba46c;
  }



.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.video-pop .video-box .close-btn {
  position: absolute;
  right: 0;
  top: -0.6rem;
  cursor: pointer;
}
.video-pop .video-box .close-btn img {
  height: 0.453333rem;
}
.video-pop .video-box video {
  outline: none;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=common.css.map */