﻿@charset "utf-8";
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-link,
.pagination .page-num {
  padding: 0.3rem 0.7rem;
  border: 1px solid #3295d9;
  margin: 0 0.2rem;
  border-radius: 0.1rem;
}
.pagination .page-link,
.pagination .page-num,
.pagination .page-link *,
.pagination .page-num * {
  font-size: 0.7rem;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.page-num-current {
  background-color: #3295d9;
  color: #fff;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.pagination .page-link:hover *,
.pagination .page-num:hover * {
  color: #fff;
}
.page-title{
padding-top: 60px;
padding-bottom: 40px;
}
.page-title h2{
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.page-title h2::before{
  content: attr(en);
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-size: 26px;
  color: #dedede;
  transform: translateX(-50%);
  text-transform: uppercase;
  z-index: -1;
}
.page-title h2::after{
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 30px;
  border-bottom: 1px solid #3295d9;
  transform: translateX(-50%);
}
.clearfix::after {
  content: "";

  display: block;

  clear: both;
}
.nlist .hdmid_r dt {
  margin-right: 10px;
}
/* CSS Document */

body {
  background-color: #fff;
  overflow-x: hidden;
  color: #666;
  font-size: 12px;
  font-family: microsoft yahei, "宋体";
  position: relative;
} /*网站字体颜色*/

.header,
.content,
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  font-family: microsoft yahei;
}

/*页眉*/

.header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

.hdtop {
  height: 37px;
  line-height: 37px;
  background: #2a2a2a;
}
.hdtop .hdtop .container {
  overflow: hidden;
}

.hdtop span {
  float: left;
  font-size: 12px;
  color: #c3c3c3;
}

.hdtop em {
  float: right;
  overflow: hidden;
  height: 13px;
  line-height: 13px;
  margin-top: 10px;
}

.hdtop a {
  font-size: 12px;
  color: #c3c3c3;
  float: left;
  border-left: 1px dotted #7f7f7f;
  padding: 0px 9px;
}

.hdtop a.nobd {
  border: none;
}

.hdmid .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.hdmid .hdmid_l {
  overflow: hidden;
}

.hdmid .hdmid_l h1 {
  float: left;
  display: flex;
  align-items: center;
}
.hdmid .hdmid_l h1 p {
  margin-left: 20px;
  color: #343434;
}
.hdmid .hdmid_l h1 a {
  display: block;
  padding: 10px 0;
}
.hdmid .hdmid_l h1 img {
  display: block;
  height: 70px;
}

.hdmid .hdmid_l > div {
  padding-left: 171px;
}

.hdmid .hdmid_l > div h2 {
  font-size: 20px;
  color: #3295d9;
}

.hdmid .hdmid_l > div p {
  font-size: 15px;
  color: #333333;
}

.hdmid .hdmid_r {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hdmid .hdmid_r dt {
  float: left;
}

.hdmid .hdmid_r dt img {
  display: block;
  max-width: 50px;
}

.hdmid .hdmid_r dd {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.hdmid .hdmid_r dd span {
  font-size: 12px;
  color: #666666;
}

.hdmid .hdmid_r dd p {
  font-size: 26px;
  color: #3295d9;
  font-family: "Arial";
}

.hddown {
  height: 65px;
  width: 100%;
  background: #3295d9;
  text-align: center;
}

.hddown .menu {
  height: 60px;
  border-radius: 5px;
  z-index: 50;
  padding: 0;
  margin: 0;
}

.hddown .menu li {
  background: #3295d9 url(../images/menulibg.png) no-repeat left center;
  display: inline-block;
  padding: 0;
  position: relative;
}
.hddown .menu li:hover .two{
  display: block;
}
.hddown .menu li .two{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.hddown .menu li .two a{
  display: block;
  background-color: #333333;
  color: #fff;
  padding: 10px 0;
}
.hddown .menu li .two a:hover{
  background-color: #444;
}
.hddown .menu li.nobg {
  background: #3295d9;
}

.hddown .menu li > a {
  display: inline-block;
  padding: 0 38px;
  height: 65px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 65px;
}

.hddown .menu li.cur > a {
  background: #333333;
}

.hddown .menu li:hover {
  background: #333333;
}

/*-- header_end --*/

.footNav {
  background: #171717;
}

.footNav * {
  color: #fff !important;
}

.footNav li {
  float: left;
  width: 180px;
  overflow: hidden;
}

.footNav li h1 {
  background: url(../images/footnav.png) left 40px no-repeat;
  padding: 10px 0 15px 0;
  font-size: 14px;
}

.footNav li h1 a {
  color: #000;
}

.footNav dd {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.wal {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
}

.wal .logo {
  max-width: 160px;
}

.wal .logo p {
  line-height: 1.6;
  margin-top: 20px;
}

.wal ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 80px;
}

.wal ul li {
  width: auto;
}

.copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* .ftdown_r{display: flex;} */

.footer {
  background: #171717;
}

.footer .container {
  overflow: hidden;
  padding-bottom: 5px;
}

.fttop {
  height: 14px;
  line-height: 13px;
  overflow: hidden;
}

.fttop li {
  float: left;
  border-left: 1px dotted #454545;
}

.fttop li a {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 0px 21px;
}

.fttop li.nobd {
  border: none;
}

.ftdown_r .tel {
  display: flex;
}

.ftdown_r .tel h5 {
  margin-right: 10px;
}

.ftdown_r .code {
  margin-top: 20px;
}

.ftdown_r .code img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.ftdown_r .code p {
  text-align: center;
  margin-top: 10px;
}

.ftmid {
  width: 100%;
  height: 3px;
  background: #454545;
  margin-top: 1px;
}

.ftdown {
  overflow: hidden;
  height: 80px;
  margin-top: 10px;
}

.ftdown .ftdown_l {
  overflow: hidden;
}

.ftdown .ftdown_l dt {
  float: left;
  overflow: hidden;
}

.ftdown .ftdown_l dt * {
  display: inline-block;
  float: left;
}

.ftdown .ftdown_l dt span {
  height: 72px;
  border: 1px dotted #454545;
  margin-left: 42px;
}

.ftdown .ftdown_l dt img {
  display: block;
  margin-top: 15px;
}

.ftdown .ftdown_l dd {
  padding-left: 214px;
  padding-top: 3px;
}

.ftdown .ftdown_l dd p {
  line-height: 20px;
  font-size: 12px;
  color: #8e8e8e;
}

.ftdown .ftdown_l dd p * {
  display: inline-block;
}

.ftdown .ftdown_l dd p em {
  width: 8px;
  height: 3px;
}

.ftdown .ftdown_l dd p a {
  font-size: 12px;
  color: #8e8e8e;
}

.ftdown .ftdown_r {
  overflow: hidden;
  margin-top: 20px;
}

.ftdown .ftdown_r h5 {
  float: left;
}

.ftdown .ftdown_r h5 img {
  display: block;
}

.ftdown .ftdown_r > div {
  padding-left: 41px;
}

.ftdown .ftdown_r > div span {
  font-size: 12px;
  color: #f0f0f0;
}

.ftdown .ftdown_r > div p {
  font-size: 24px;
  color: #ce0000;
  font-family: "Arial";
}

/*-- footer_end --*/

.izl-rmenu {
  margin-right: 0;

  width: 82px;

  position: fixed;

  right: 2px;

  top: 65%;

  -webkit-box-shadow: #ddd 0px 1px 5px;

  -moz-box-shadow: #ddd 0px 1px 5px;

  box-shadow: #ddd 0px 1px 5px;

  z-index: 999;
}

.izl-rmenu .consult {
  background-image: url(../images/consult_icon.gif);

  background-repeat: no-repeat;

  background-position: center -77px;

  display: block;

  height: 76px;

  width: 82px;
}

.izl-rmenu .consult .phone {
  background-color: rgb(247, 247, 255);

  position: absolute;

  width: 160px;

  left: -160px;

  top: 0px;

  line-height: 73px;

  color: #000;

  font-size: 18px;

  text-align: center;

  display: none;

  box-shadow: #ddd -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
  display: inline !important;
}

.izl-rmenu .cart {
  background-image: url(../images/consult_icon.gif);

  background-repeat: no-repeat;

  background-position: center bottom;

  display: block;

  height: 16px;

  width: 16px;

  font-size: 12px;

  line-height: 16px;

  color: #45bdff;

  text-align: center;

  padding-top: 15px;

  padding-right: 18px;

  padding-bottom: 47px;

  padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
  display: block;
}

.izl-rmenu .btn_top {
  background-image: url(../images/float_top.gif);

  background-repeat: no-repeat;

  background-position: center top;

  display: block;

  height: 39px;

  width: 82px;

  -webkit-transition: all 0s ease-in-out;

  -moz-transition: all 0s ease-in-out;

  -o-transition: all 0s ease-in-out;

  transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
  background-image: url(../images/float_top.gif);

  background-repeat: no-repeat;

  background-position: center bottom;
}

.izl-rmenu .cart .pic {
  display: none;

  position: absolute;

  left: -160px;

  top: 65px;

  width: 160px;

  height: 160px;

  background: url(../images/weixin.jpg);
}

#udesk-feedback-tab {
  position: fixed;

  right: 2px;

  top: 65%;

  margin-top: -76px;

  -webkit-box-shadow: #ddd 0px -1px 5px;

  -moz-box-shadow: #ddd 0px -1px 5px;

  box-shadow: #ddd 0px -1px 5px;

  z-index: 10000;

  cursor: pointer;

  background-image: url(../images/consult_icon.gif);

  background-repeat: no-repeat;

  background-position: center top;

  display: block;

  height: 76px;

  width: 82px;

  background-color: #fff !important;

  z-index: 999;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 50%;
  height: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo img {
  height: 100%;
  width: auto;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: #3295d9;
  width: 30% !important;
}
#mb-header #sidebar-main * {
  color: #fff;
}
#mb-header #sidebar-main a {
  border-color: #fff !important;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #1d191a;
  padding: 16px 0;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 4px;
  border-top: 4px solid #3295d9;
  border-bottom: 4px solid #3295d9;
  background-color: #3295d9;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
div[data-sidebar-main="mask"] {
  z-index: 1 !important;
}
@media screen and (max-width:768px){
  .header{
    display: none;
  }
  #mb-header{
    display: block;
  }
  .header, .content, .container{
    width: 100%;
  }
 
  .page-title h2::before{
    white-space: nowrap;
  }
  .mb-nlist .swiper-slide{
    padding: 6px 10px;
    margin-right: 10px;
    width: auto;
  }
  .page-item{
    display: none;
  }
  .footNav{
    margin-top: 30px;
  }
  .wal{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 2%;
  }
  .wal ul{
    display: none;
  }
  .wal .logo{
    max-width: 49%;
  }
  .wal .ftdown_r{
    width: 49%;
  }
  .ftdown_r .tel{
    justify-content: center;
  }
  .ftdown_r .code{
    margin-top: 10px;
  }
  .wal .logo p{
    line-height: 2;
    font-size: 14px;
  }
}