/*公用头部样式*/
.header {
  width: 100%;
  height: 86px;
  background-color: #fff;
}

.header .w1200 {
  position: relative;
  height: 86px;
}

.header .hsz-logo {
  width: 164px;
  height: 51px;
  left: 0;
  top: 18px;
  /* background: #333 */
}

.header .hsz-logo a {
  display: block;
}

.header .hsz-logo img {
  width: 238px;
  height: 55px;
}

.header .hsz-logo h2 {
  display: none;
}

.header .header-nav {
  height: 86px;
  font-size: 0;
  text-align: left;
}

.header .header-nav .link,
.header .header-nav .phone {
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 16px;
  margin-right: 45px;
  height: 86px;
  line-height: 86px;
  position: relative
}

.header .header-nav .link:last-child {
  padding-right: 0
}

.header .header-nav .link.curr {
  color: #30c8c6
}

.header .header-nav .link.curr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background: #30c8c6;
  width: 24px;
  height: 3px
}

.header .header-nav .link:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background: #30c8c6;
  width: 24px;
  height: 3px
}

/* add */
.header .navbox {
  padding: 0 10px;
  height: 86px;
  line-height: 86px;
  color: #222;
  font-size: 16px;
  margin-right: 45px;
  position: relative;
}

.header .navbox span {
  cursor: pointer;
}

.header .navbox.selnavbox {
  color: #30c8c6;
}

.header .navbox.selnavbox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background: #30c8c6;
  width: 24px;
  height: 3px
}

.header .navboxshow {
  display: none;
  z-index: 9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 86px;
  padding: 40px 0 34px 0;
  /* background-color: #fff; */
  background: rgba(211, 211, 217, 0.86) fixed;
  border-top: 1px solid #ececec;
}

.header .navboxshow .maskbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(211, 211, 217, 0.86) fixed;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.header .navboxshow .selbox .item {
  padding-bottom: 15px;
  position: relative;
}

.header .navboxshow .selbox .item .title {
  width: 88px;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  color: #ffffff;
  margin-right: 20px;
  background-color: #30c8c6;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.header .navboxshow .selbox .item .tags {
  padding-left: 108px;
  position: relative;
  z-index: 1;
}

.header .navboxshow .selbox .item .tags li {
  float: left;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  color: #666666;
  padding: 0 10px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.header .navboxshow .selbox .item .tags li a {
  color: #666666;
  line-height: 33px;
}

.header .navboxshow .selbox .item .tags li a:hover {
  color: #30c8c6;
}

/*公用尾部样式*/
.footer-benefit-wrap {
  width: 100%;
  height: 165px;
  background-color: #f5f5f5
}

.footer-benefit-list {
  position: relative;
  width: 299px;
  height: 165px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.footer-benefit-list::after {
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  width: 1px;
  height: 46px;
  background: #e4e4e4
}

.footer-benefit-list4::after {
  width: 0
}

.fbi-img {
  display: block;
  width: 47px;
  height: 40px;
  margin: 53px 20px 0 18px
}

.footer-benefit-list1 .fbi-img {
  margin-left: 0
}

.fbi-wrap {
  width: 214px;
  height: 165px
}

.fbi-wrap .p1 {
  font: 18px/18px "微软雅黑";
  color: #333;
  padding: 38px 0 18px
}

.fbi-wrap .p2 {
  font: 14px/14px "微软雅黑";
  color: #999;
  padding-bottom: 10px
}

.footer-meta-wrap {
  width: 100%;
  /* height: 360px; */
  background: #252526
}

.footer-meta-wrap .footer-top {
  font-size: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.footer-meta-wrap .footer-top .footer-left {
  width: 519px;
  height: 190px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px
}

.footer-meta-wrap .footer-top .footer-left .footer-title {
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 18px
}

.footer-meta-wrap .footer-top .footer-left .footer-tags {
  margin-top: 25px;
  font-size: 0;
  white-space: normal;
}

.footer-meta-wrap .footer-top .footer-left .footer-tags .tag {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #1b1b1b;
  color: #737373;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-meta-wrap .footer-top .footer-left .footer-tags .tag a {
  display: block;
  color: #737373
}

.footer-meta-wrap .footer-top .footer-left .footer-tags .tag:hover {
  background: #30c8c6
}

.footer-meta-wrap .footer-top .footer-left .footer-tags .tag:hover a {
  color: #fff
}

.footer-meta-wrap .footer-top .footer-qr-wraper {
  width: 216px;
  height: 124px;
  border-left: 1px solid #2c2c2e;
  border-right: 1px solid #2c2c2e;
  margin-top: 40px;
  display: inline-block;
  vertical-align: top
}

.footer-meta-wrap .footer-top .footer-qr-wraper .qr-img {
  width: 94px;
  height: 94px;
  background: url(../images/erweima_07.png) no-repeat center center;
  background-size: 94px 94px;
  margin: 5px auto 0
}

.footer-meta-wrap .footer-top .footer-qr-wraper .qr-img img {
  width: 100%;
  height: 100%
}

.footer-meta-wrap .footer-top .footer-qr-wraper .gz-text {
  line-height: 18px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px
}

.footer-meta-wrap .footer-top .footer-rx-wraper {
  display: inline-block;
  vertical-align: top;
  width: 464px;
  height: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 42px;
  padding-left: 47px;
  font-size: 0;
  text-align: left;
  white-space: normal
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item {
  display: inline-block;
  vertical-align: top;
  width: 208px
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top {
  font-size: 0;
  text-align: left
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 0 0
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon.ts {
  background: url(../images/icon_bpone.png) no-repeat center center;
  background-size: 27px 27px;
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon.tel {
  background: url(../images/icon_erji.png) no-repeat center center;
  background-size: 27px 27px;
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon.js {
  background: url(../images/icon_oclck.png) no-repeat center center;
  background-size: 27px 27px;
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-num {
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: top
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-num a {
  color: #fff;
}

.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-text {
  height: 26px;
  line-height: 26px;
  color: #6b6b6b;
  font-size: 14px;
  padding-left: 32px
}

.footer-meta-wrap .footer-mid {
  height: 60px;
  font-size: 0;
  border-top: 1px solid #2c2c2e
}

.footer-meta-wrap .footer-mid span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  line-height: 60px;
  color: #7c7c7c
}

.footer-meta-wrap .footer-mid span a {
  display: block;
  line-height: 60px;
  color: #7c7c7c;
  font-size: 14px
}

.footer-meta-wrap .footer-bottom {
  border-top: 1px solid #2c2c2c;
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #7c7c7c
}

/* 侧边悬浮样式 */
.com-sidebar {
  position: fixed;
  z-index: 999;
  right: 12px;
  top: 50%;
  margin-top: -75px;
  width: 50px;
  height: 150px;
  background-color: #667eff;
}

.com-sidebar li {
  padding-top: 10px;
  width: 50px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.com-sidebar li:hover {
  background-color: #425ce8;
}

.com-sidebar li .item {
  width: 50px;
  text-align: center;
}

.com-sidebar li .item img {
  width: 28px;
  height: 28px;
}

.com-sidebar li .tbox {
  width: 290px;
  position: absolute;
  top: 0;
  right: 50px;
  display: none;
  opacity: 0;
}

.com-sidebar li .tbox1 {
  height: 102px;
}

.com-sidebar li .tbox2 {
  height: 230px;
}

.com-sidebar li .xxbox {
  width: 243px;
  height: 102px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 17px;
  padding-left: 30px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
}

.com-sidebar li .xxbox:after,
.com-sidebar li .pbox:after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 16px;
  right: -14px;
}

.com-sidebar li .xxbox .tit {
  padding-top: 23px;
}

.com-sidebar li .xxbox .tit img {
  width: 20px;
  height: 21px;
  margin-right: 8px;
}

.com-sidebar li .xxbox .tit .word {
  font-size: 16px;
  color: #333;
  line-height: 21px;
}

.com-sidebar li .xxbox .cont {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-top: 5px;
}

.com-sidebar li .pbox {
  width: 243px;
  height: 230px;
  padding-left: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 17px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
}

.com-sidebar li .pbox .tit {
  padding: 21px 0 5px 0;
  line-height: 28px;
  font-size: 15px;
  color: #333;
}

.com-sidebar li .pbox .tit a {
  color: #667eff;
}

.com-sidebar li .pbox .tis {
  line-height: 20px;
  font-size: 12px;
  color: #666;
  margin-bottom: 17px;
}

.com-sidebar li .pbox .insome {
  width: 167px;
  height: 38px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.com-sidebar li .pbox .insome input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #333;
}

.com-sidebar li .pbox .insome input::-ms-input-placeholder {
  color: #999;
}

.com-sidebar li .pbox .insome input::-webkit-input-placeholder {
  color: #999;
}

.com-sidebar li .pbox .btn {
  width: 189px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#ff7928), to(#fd924b));
  background: linear-gradient(90deg, #ff7928 0%, #fd924b 100%);
}

/*智齿客服样式*/
.zc-kefu {
  position: fixed;
  bottom: 0;
  right: 3px;
  z-index: 999999999;
  width: 178px;
  height: 135px;
  background: url(../images/im_lady.png) no-repeat center top;
  cursor: pointer;
  font-size: 0;
}

.zc-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 178px;
  height: 39px;
  background: url(../images/im_anniu.png) no-repeat center center;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 39px;
}

.zc-cir {
  position: absolute;
  bottom: 30px;
  left: 13px;
  width: 23px;
  height: 23px;
  background: url(../images/im_pop.png) no-repeat center center;
}

.footimg {
  padding: 40px 0;
  background: #f3f3f3;
}

.main {
  width: 1200px;
  margin: auto;
}