@charset "UTF-8";
/****** 整站通用 ******/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  /*解决chrome浏览器下字体不能小于12px*/
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
html {
  zoom: 1;
}
html * {
  outline: 0;
  zoom: 1;
}
html button::-moz-focus-inner {
  border-color: transparent !important;
}
/*设置margin和padding为0*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
a,
img,
input,
select,
button,
textarea {
  border: 0;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var，i {
  font-style: normal;
  font-weight: normal;
}
a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
em,
i {
  font-style: normal;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type=date],
button,
select,
input[type=text] {
  /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
  tap-highlight-color: transparent !important;
}
a,
input[type=text],
select,
input[type=password],
textarea {
  /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
  tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
li,
em,
i {
  list-style: none;
  font-style: normal;
}
a {
  color: #333;
}
a:focus {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  color: #333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  width: 1440px;
  margin: auto;
  padding: 0 15px;
}
.row,
.clearfix {
  padding: 0;
}
.clearfix {
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.mob {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
/* 设置滚动条的样式 */
.scrollbar {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 30px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #4d4d4d;
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: #4d4d4d;
}
.scrollbar::-webkit-scrollbar-track-piece {
  background: #dbdbdb;
}
.wrap-title {
  padding-top: 4%;
  padding-bottom: 3%;
  font-size: 30px;
  text-align: center;
}
.wrap-title.white {
  color: #fff;
}
.wrap-title .en {
  font-size: 26px;
  text-transform: uppercase;
}
.wrap-title .cn {
  font-size: 36px;
}
.wrap-title p {
  padding-top: 1%;
  font-size: 16px;
  color: #666666;
}
.title-left {
  text-align: left;
}
.title-right {
  text-align: right;
}
.fz36 {
  font-size: 36px;
}
.fz36 p {
  font-size: 26px;
}
.fz26 {
  font-size: 26px;
}
.cccc {
  color: #ccc !important;
}
#page {
  padding: 5% 0;
  text-align: center;
}
#page a {
  display: block;
}
#page li {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
#page li:first-child,
#page li:last-child {
  font-size: 0;
}
#page li:first-child {
  background: #ffffff url(../images/common/page-perv.png) no-repeat center;
}
#page li:last-child {
  background: #ffffff url(../images/common/page-next.png) no-repeat center;
}
#page .active {
  background: #1d52fd;
}
#page .active a {
  color: #fff;
}
#page .current {
  display: block;
  color: #fff;
  background: #1d52fd;
  border-radius: 6px;
}
.pagination {
  padding: 0 !important;
  text-align: center;
}
.pagination a,
.pagination p {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  height: 30px !important;
}
.pagination .pageRemark {
  display: none !important;
}
.show-page {
  border-top: 1px solid #ebeef5;
}
.show-page .prev,
.show-page .next {
  width: 50%;
  position: relative;
  padding: 20px 0;
}
.show-page .prev a,
.show-page .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.show-page .prev .img,
.show-page .next .img {
  position: absolute;
  top: 20px;
  display: none;
}
.show-page .prev .img img,
.show-page .next .img img {
  display: inline-block;
  width: 80px;
  height: 51px;
  -o-object-fit: cover;
  object-fit: cover;
}
.show-page i {
  width: 8px;
  height: 11px;
  display: block;
}
.show-page span {
  display: block;
  line-height: 26px;
  width: calc(100% - 80px - 30px);
}
.show-page span b {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #333;
}
.show-page .prev i {
  background: url(../images/common/jt-left.png) no-repeat center;
}
.show-page .prev span:before {
  content: "";
  height: 21px;
  width: 1px;
  background: #efefef;
  display: inline-block;
  margin-left: 14px;
  margin-right: 34px;
  vertical-align: middle;
}
.show-page .prev a {
  padding-left: 55px;
  padding-right: 30px;
  height: 51px;
}
.show-page .prev .img {
  right: 30px;
}
.show-page .prev:hover i {
  background: url(../images/common/jt-lwhite.png) no-repeat center;
}
.show-page .next i {
  background: url(../images/common/jt-right.png) no-repeat center;
}
.show-page .next span {
  text-align: right;
}
.show-page .next span:after {
  content: "";
  height: 21px;
  width: 1px;
  background: #efefef;
  display: inline-block;
  margin-left: 34px;
  margin-right: 14px;
  vertical-align: middle;
}
.show-page .next a {
  padding-left: 30px;
  padding-right: 55px;
  height: 51px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.show-page .next .img {
  left: 30px;
}
.show-page .next:hover i {
  background: url(../images/common/jt-rwhite.png) no-repeat center;
}
.show-page li:hover {
  background: #208e3f;
}
.show-page li:hover span b {
  color: #fff;
}
.show-page li:hover span:after,
.show-page li:hover span:before {
  background: #fff;
}
.show-page li:hover .img {
  display: block;
}
/****************
*
* 通用布局
*
*****************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-justify-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-content {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-align-content {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-space-evenly {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-space-evenly:before,
.flex-space-evenly:after {
  content: '';
  display: block;
}
.flex-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tab {
  display: table;
  width: 100%;
  height: 100%;
}
.tabcell {
  display: table-cell;
  vertical-align: middle;
}
.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.img-wrap {
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
}
.img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.img-wrap:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.img {
  text-align: center;
}
.img img {
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.search {
  overflow: hidden;
  height: 30px;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0 0 10px -8px #333333;
          box-shadow: 0 0 10px -8px #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #f5f5f5), to(#e7e7e7));
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 50%, #e7e7e7 100%);
}
.search input {
  float: left;
  width: 280px;
  height: 28px;
  padding: 0 10px 0 15px;
  line-height: 28px;
  border: 0;
  background: none;
}
.search button {
  float: right;
  width: 45px;
  height: 28px;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: url(../images/common/ss_bot2.png) no-repeat center center;
}
.search .search-wrap {
  overflow: hidden;
  height: 28px;
  border: solid 1px #696a6a;
  border-radius: 50px;
}
.cust {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 111;
}
.cust .custCt {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  width: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e94709;
  background: #fff;
}
.cust .custCt dt {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  background: #e94709;
}
.cust .custCt dd {
  padding: 8px;
  padding-bottom: 0;
}
.cust .custCt dd span {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  line-height: 32px;
  border-radius: 5px;
  background: #efefef;
}
.cust .custCt:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #e94709;
  border-bottom: 6px solid transparent;
}
.cust .custList {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  cursor: pointer;
  background: rgba(233, 71, 9, 0.8) url(../images/common/custIco.png) no-repeat;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cust .custList:hover {
  background-color: #e94709;
}
.cust .custList:hover .custCt {
  display: block;
}
.cust .custTel {
  background-position: left top;
}
.cust .custCode {
  background-position: left -50px;
}
.cust .custToTop {
  background-position: left -100px;
}
.tag {
  padding: 3% 0;
  font-size: 16px;
}
.tag a {
  margin: 10px 10px 10px 0;
  padding: 5px 10px;
  border: 1px solid #eee;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.tag a:hover {
  color: #e94709;
  border: 1px solid #e94709;
}
.pagelist {
  font-size: 16px;
}
.pagelist .prev a,
.pagelist .next a {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pagelist .prev a:hover,
.pagelist .next a:hover {
  color: #e94709;
}
.pagelist .prev {
  margin-bottom: 15px;
}
/****** 头部 ******/
header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .top {
  line-height: 34px;
  background-color: #f5f5f5;
}
header .top .r-contact {
  padding-left: 5px;
}
header .top .r-contact span {
  background-image: url(../images/common/headTdIco.png);
  background-repeat: no-repeat;
  background-position: left -8px;
  padding-left: 20px;
}
header .top .r-contact .contact02 {
  background-position: left -42px;
}
header .top .r-contact .contact03 {
  background-position: left -78px;
}
header .toggle {
  display: none;
  margin-top: 0;
  border: 0;
  margin: 0 16px;
  padding: 9px 0;
}
header .toggle .icon-bar {
  width: 20px;
  height: 2px;
  background: #333;
}
header .toggle:focus,
header .toggle:hover {
  background: no-repeat;
}
header .toggle .icon-bar {
  margin-top: 4px;
}
header .toggle .icon-bar1 {
  margin-top: 0;
}
header .toggle .icon-bar1,
header .toggle .icon-bar3 {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
header .toggle .icon-bar2 {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
header .toggle .nav-is-visible .icon-bar1 {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
          transform: translateX(4px) translateY(-3px) rotate(45deg);
  margin-top: 6px;
}
header .toggle .nav-is-visible .icon-bar3 {
  -webkit-transform: translateX(4px) translateY(-7px) rotate(-45deg);
          transform: translateX(4px) translateY(-7px) rotate(-45deg);
  margin-top: 6px;
}
header .toggle .nav-is-visible .icon-bar2 {
  background: #333;
  margin-top: 6px;
}
header .mob-logo {
  padding: 0 10px;
  margin-top: 15px;
}
header .mob-logo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .mob-logo a {
  display: block;
}
header .mob-logo img {
  height: 45px;
}
header .mob-logo .nav-is-visible .icon-bar1,
header .mob-logo .nav-is-visible .icon-bar3 {
  background-color: #fff;
}
header .warp-item {
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
header .warp-item a {
  padding-left: 15px;
}
header .warp-item i {
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 10px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/link-jt2.png) center no-repeat;
}
header .warp-item .item-line {
  margin-top: 1px;
  background: #f9f9f9;
  padding: 0 17px;
  display: none;
}
header .warp-item .item-line a {
  display: block;
  padding: 0;
  font-size: 13px;
}
header .item-line-hide .item-line {
  display: block;
}
header .mob-nav {
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  z-index: 99998;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(21, 22, 35, 0.6);
}
header .mob-nav .warp {
  position: absolute;
  top: 0;
  right: -70%;
  z-index: 99999;
  overflow-y: auto;
  width: 70%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #fff;
}
header .animate {
  visibility: visible;
  -webkit-transition: all 1s;
  transition: all 1s;
}
header .animate .warp {
  right: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
header .sidebar-b span {
  padding-left: 10px;
  font-size: 16px;
}
header .sidebar-b a {
  position: relative;
  display: block;
  line-height: 50px;
  padding: 15px 0;
  font-size: 16px;
  color: #333;
}
header .sidebar-b .dropdown-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 115px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 10px -5px #333333;
          box-shadow: 0 7px 10px -5px #333333;
}
header .sidebar-b .dropdown-menu img {
  margin-top: -70px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
header .sidebar-b .dropdown-menu i {
  display: block;
  overflow: hidden;
  height: 70px;
}
header .sidebar-b .dropdown-menu a {
  line-height: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .sidebar-b .dropdown-menu li {
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
header .sidebar-b .dropdown-menu li:hover {
  color: #e94709;
}
header .sidebar-b .dropdown-menu li:hover img {
  margin-top: 0;
}
header .sidebar-b .dropdown-menu li:hover a {
  color: #e67716;
}
header .sidebar-b .dropdown-menu li.active {
  color: #e94709;
}
header .sidebar-b .dropdown-menu li.active img {
  margin-top: 0;
}
header .sidebar-b .dropdown-menu li.active a {
  color: #e67716;
}
header .sidebar-b nav > li {
  padding: 0 10px;
}
header .sidebar-b nav > li:hover > a {
  color: #e67716;
}
header .sidebar-b nav > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e67716;
}
header .sidebar-b nav .active a {
  color: #e67716;
}
header .sidebar-b nav .active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e67716;
}
.header-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 -5px 10px 5px #333333;
          box-shadow: 0 -5px 10px 5px #333333;
  background-color: #fff;
}
footer .footer-top {
  padding: 50px 0;
  background-color: #6c6c6c;
}
footer .footer-top .img {
  padding: 0;
}
footer .footer-top .ewm {
  margin-top: 40px;
}
footer .footer-top .ewm .img {
  width: 110px;
  margin: auto;
}
footer .footer-top .ewm span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #c2c2c2;
  line-height: 30px;
}
footer .footer-top .footer-logo {
  width: 18%;
}
footer .footer-top .footer-nav {
  width: 82%;
  padding-left: 4%;
}
footer .footer-top .footer-nav a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #ddd;
}
footer .footer-top .footer-nav h4 {
  font-size: 16px;
  color: #fff;
}
footer .footer-top .footer-nav li {
  position: relative;
  width: calc((100% - 25px * 4) / 5);
  padding-left: 2%;
  border-left: 1px solid #7d7d7d;
}
footer .footer-top .footer-nav li:after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: red;
}
footer .footer-top .footer-nav ul {
  height: 100%;
}
footer .footer-copyright {
  padding: 20px 0;
  color: #9fa0a0;
  line-height: 24px;
  background: #515151;
}
footer .footer-copyright img {
  vertical-align: middle;
}
footer .footer-copyright a {
  color: #9fa0a0;
}
footer .footer-copyright .link {
  padding-top: 10px;
}
@media screen and (max-width: 1440px) {
  .container {
    width: 1230px;
  }
  header .sidebar-b span {
    font-size: 14px;
  }
  header .sidebar-b a {
    font-size: 16px;
  }
  header .sidebar-b li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1230px) {
  .fz36 {
    font-size: 30px;
  }
  .fz36 p {
    font-size: 20px;
  }
  .wrap-title {
    font-size: 26px;
  }
  .wrap-title .en {
    font-size: 24px;
  }
  .wrap-title .cn {
    font-size: 30px;
  }
  .show-page span b {
    width: calc(100% - 20px - 30px);
  }
  .container {
    width: 992px;
  }
  header .logo {
    width: 300px;
  }
  header .sidebar-b span {
    font-size: 14px;
  }
  header .sidebar-b a {
    font-size: 14px;
  }
  header .sidebar-b li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .wrap-title {
    font-size: 24px;
  }
  .wrap-title p {
    padding-top: 5px;
    font-size: 16px;
  }
  .wrap-title .en {
    font-size: 20px;
  }
  .wrap-title .cn {
    font-size: 24px;
  }
  .search input {
    width: 122px;
  }
  .tag {
    font-size: 14px;
  }
  .tag a {
    margin: 5px 10px 5px 0;
  }
  .pagelist {
    font-size: 14px;
  }
  .pagelist .prev {
    margin-bottom: 15px;
  }
  header .top {
    display: none;
  }
  header .logo {
    width: 172px;
  }
  header .sidebar-b nav > li {
    padding: 0 5px;
  }
  header .sidebar-b .dropdown-menu {
    top: 83px;
  }
  header .sidebar-b .dropdown-menu i {
    height: 60px;
  }
  header .sidebar-b .dropdown-menu img {
    width: 65px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  #page a {
    padding: 0 5px;
  }
  #page li {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 30px;
  }
  .show-page span {
    width: 100%;
  }
  .show-page .prev a,
  .show-page .next a {
    padding: 0;
  }
  .show-page .prev i,
  .show-page .next i {
    padding-left: 10%;
  }
  .show-page .prev span:before,
  .show-page .next span:before {
    margin-left: 5%;
    margin-right: 5%;
  }
  .show-page .next span:after {
    margin-left: 5%;
    margin-right: 5%;
  }
  .show-page li:hover .img {
    display: none;
  }
  .lrx::after {
    margin-left: 15px;
  }
  .lrx::before {
    margin-right: 15px;
  }
  .mob {
    display: block;
  }
  .pc {
    display: none;
  }
  .scrollbar {
    /* 设置滚动条的样式 */
  }
  .scrollbar::-webkit-scrollbar {
    width: 3px;
  }
  .container {
    width: 100%;
  }
  .wrap-title {
    padding-top: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }
  .wrap-title p {
    font-size: 14px;
  }
  .wrap-title .en {
    font-size: 16px;
  }
  .wrap-title .cn {
    font-size: 20px;
  }
  .tag {
    font-size: 12px;
  }
  .tag b {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .pagelist {
    font-size: 12px;
  }
  header .logo {
    width: 65%;
  }
  header .sidebar-b {
    display: none;
  }
  header .toggle {
    display: block;
    margin: 0;
    border: 0;
    background: transparent;
  }
  header .toggle:focus,
  header .toggle:hover {
    background: no-repeat;
  }
  header .toggle .icon-bar {
    margin-top: 4px;
    display: block;
  }
  header .toggle .icon-bar1 {
    margin-top: 0;
  }
  header .toggle .icon-bar1,
  header .toggle .icon-bar3 {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  header .toggle .icon-bar2 {
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  header .toggle-open .icon-bar1 {
    -webkit-transform: translateX(0px) translateY(-2px) rotate(45deg);
            transform: translateX(0px) translateY(-2px) rotate(45deg);
    margin-top: 6px;
  }
  header .toggle-open .icon-bar3 {
    -webkit-transform: translateX(0px) translateY(-4px) rotate(-45deg);
            transform: translateX(0px) translateY(-4px) rotate(-45deg);
    margin-top: 6px;
  }
  header .toggle-open .icon-bar2 {
    background: transparent;
    margin-top: 6px;
  }
  header .head {
    padding: 15px 0;
  }
  footer .footer-top {
    padding: 5% 0;
  }
  footer .footer-top .img {
    text-align: left;
  }
  footer .footer-top .ewm {
    margin-top: 0;
  }
  footer .footer-top .ewm .img {
    width: 80px;
    margin: 0;
  }
  footer .footer-top .footer-logo {
    width: 100%;
  }
  footer .footer-top .footer-nav {
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
  }
  footer .footer-top .footer-nav .subnav {
    position: relative;
    z-index: 50;
    display: none;
  }
  footer .footer-top .footer-nav li {
    position: relative;
    width: 100%;
  }
  footer .footer-top .footer-nav li i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 20px;
  }
  footer .footer-top .footer-nav li i::after {
    content: "-";
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    color: #fff;
  }
  footer .footer-top .footer-nav li h4 {
    position: relative;
    width: calc(100% - 30px);
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
  }
  footer .footer-top .footer-nav li.footernav i::after {
    display: block;
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
  }
  footer .footer-copyright {
    font-size: 12px;
  }
  footer .footer-copyright a {
    font-size: 12px;
  }
  .cust {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */