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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #6F7479;
  font-size: 14px;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  overflow-x: hidden;
  /* padding-top: 90px; */
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1600px;
  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;
}
.public-header {
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  height: 103px;
  line-height: 90px;
  box-sizing: border-box;
  background: #fff;
  transition: all .3s;
}
.public-header .body-box {
  /* padding-left: 60px; */
  /* padding-right: 60px; */
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
.public-header .body-box .logo-box {
  float: left;
  padding-top: 7px;
}
.public-header .body-box .logo-box img {
  /* transition: all 0.3s; */
  height: 50px;
}
.public-header .body-box .tel-box {
  float: right;
  font-size: 30px;
  margin-left: 190px;
  color: #161616;
  font-family: 'Times New Roman';
}
.public-header .body-box .tel-box img {
  position: relative;
  top: -2px;
  margin-right: 12px;
}
.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box li {
  position: relative;
  float: left;
  text-align: center;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 60%;
  background: #161616;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: -10px;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
  color: #161616 !important;
}
.public-header .body-box li:hover > a:before,
.public-header .body-box li.active > a:before {
  /* width: 64px; */
  margin-left: -32px;
}
.public-header .body-box li:first-child:hover > a,
.public-header .body-box li:first-child.active > a {
  color: #161616 !important;
}
.public-header .body-box li:first-child:hover > a:before,
.public-header .body-box li:first-child.active > a:before {
  width: 60%;
  /* margin-left: -16px; */
}



.public-footer {
  background: #333333;
  background-size: cover;
  padding-top: 50px;
  /* padding-bottom: 20px; */
  overflow: hidden;
}
.public-footer .logo-box img{
    height: 59px;
}
.public-footer .body-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1600px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.public-footer .body-box .link ul {
  display: inline-block;
  vertical-align: top;
}
.public-footer .body-box .link ul:nth-child(1) {
  margin-right: 70px;
}
.public-footer .body-box .link li {
  margin-bottom: 10px;
}
.public-footer .body-box .link li a {
  color: #cccccc;
  font-size: 14px;
}
.public-footer .body-box .link li a:hover {
  color: #fff;
}
.public-footer .body-box .cons-box dl dt {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 12px;
}
.public-footer .body-box .cons-box dl dd {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.8;
}
.public-footer .body-box .right-box {
  text-align: center;
  font-size: 0;
}
.public-footer .body-box .right-box .er-box {
  display: inline-block;
  vertical-align: top;
}
.public-footer .body-box .right-box .er-box .img-box img {
  width: 135px;
  height: 135px;
  border-radius: 4px;
  object-fit: cover;
}
.public-footer .body-box .right-box .er-box:nth-child(1) {
  margin-right: 30px;
}
.public-footer .body-box .right-box .er-box p {
  font-size: 14px;
  color: #dddddd;
  margin-top: 12px;
}
.public-footer .bottom-box {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .bottom-box .copy-box {
  line-height: 40px;
}
.public-footer .bottom-box .copy-box p {
  font-size: 14px;
  color: #dddddd;
}
.public-footer .bottom-box .copy-box p span {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1800px) {
  .block {
    width: 1300px;
  }
  .public-header .body-box .tel-box {
    margin-left: 50px;
  }
  .public-header .body-box li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .public-footer .body-box {
    width: 1300px;
  }
  .public-footer .body-box .right-box .er-box:nth-child(1) {
    margin-right: 20px;
  }
  .public-footer .body-box .link ul:nth-child(1) {
    margin-right: 40px;
  }
}
.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%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
.public_a {
  position: relative;
  height: 45px;
  line-height: 45px;
  width: 140px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
}
.public_a span {
  position: relative;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
}
.public_a span em {
  font-style: normal;
  display: inline-block;
  margin-left: 10px;
}
.public_a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #161616;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public_a:hover span {
  color: #fff;
}
.public_a:hover span img {
  display: none;
}
.public_a:hover span img.active {
  display: inline-block;
}
/*# sourceMappingURL=common.css.map */

/*fox*/
.suspension{position:fixed;z-index:55;right:0;bottom:185px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#444444;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.suspension .d-qrcode1{text-align:center;}
.suspension .d-qrcode1 .inner-box{padding:20px 0;}
.suspension .d-qrcode1 p{font-size:16px;color:#93959c;}
/*fox*/