img {
  max-width: 100%;
}

:root {
  --swiper-theme-color: #173883;
  --ant-blue: #0d43d7;
  --ant-purple: #722ed1;
  --ant-cyan: #13c2c2;
  --ant-green: #52c41a;
  --ant-magenta: #eb2f96;
  --ant-pink: #eb2f96;
  --ant-red: #f5222d;
  --ant-orange: #ff7700;
  --ant-yellow: #fadb14;
  --ant-volcano: #fa541c;
  --ant-geekblue: #2f54eb;
  --ant-gold: #faad14;
  --ant-lime: #a0d911;
  --ant-color-primary: #173883;
  --ant-color-success: #52c41a;
  --ant-color-warning: #faad14;
  --ant-color-error: #ff4d4f;
  --ant-color-info: #0d43d7;
  --ant-color-link: #0d43d7;
  --ant-color-text-base: #000;
  --ant-color-bg-base: #fff;
  --ant-font-size: 14px;
  --ant-line-width: 1px;
  --ant-line-type: solid;
  --ant-motion-ease-out-circ: cubic-bezier(0.08, 0.82, 0.17, 1);
  --ant-motion-ease-in-out-circ: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  --ant-motion-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ant-motion-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ant-motion-ease-out-back: cubic-bezier(0.12, 0.4, 0.29, 1.46);
  --ant-motion-ease-in-back: cubic-bezier(0.71, -0.46, 0.88, 0.6);
  --ant-motion-ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ant-motion-ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ant-border-radius: 6px;
  --ant-size-popup-arrow: 16px;
  --ant-control-height: 32px;
  --ant-z-index-base: 0;
  --ant-z-index-popup-base: 1000;
  --ant-opacity-image: 1px;
  --ant-color-bg-mask: rgba(0, 0, 0, 0.45);
  --ant-color-white: #fff;
  --ant-font-size-sm: 12px;
  --ant-font-size-lg: 16px;
  --ant-font-size-xl: 20px;
  --ant-font-size-heading-1: 36px;
  /* --ant-font-size-heading-2: 30px; */
  --ant-font-size-heading-2: 28px;
  --ant-font-size-heading-3: 24px;
  --ant-font-size-heading-4: 20px;
  --ant-font-size-heading-5: 16px;
  --ant-line-height: 1.5714285714285714;
  --ant-line-height-lg: 1.5;
  --ant-line-height-sm: 1.6666666666666667;
  --ant-font-height: 22px;
  --ant-font-height-lg: 24px;
  --ant-font-height-sm: 20px;
  --ant-line-height-heading-1: 1.2105263157894737;
  --ant-line-height-heading-2: 1.2666666666666666;
  --ant-line-height-heading-3: 1.3333333333333333;
  --ant-line-height-heading-4: 1.4;
  --ant-line-height-heading-5: 1.5;
  --ant-control-height-sm: 24px;
  --ant-control-height-xs: 16px;
  --ant-control-height-lg: 40px;
  --ant-motion-duration-fast: 0.1s;
  --ant-motion-duration-mid: 0.2s;
  --ant-motion-duration-slow: 0.3s;
  --ant-line-width-bold: 2px;
  --ant-border-radius-xs: 2px;
  --ant-border-radius-sm: 4px;
  --ant-border-radius-lg: 8px;
  --ant-border-radius-outer: 4px;
  --ant-color-fill-content: rgba(0, 0, 0, 0.06);
  --ant-color-fill-content-hover: rgba(0, 0, 0, 0.15);
  --ant-color-fill-alter: rgba(0, 0, 0, 0.02);
  --ant-color-bg-container-disabled: rgba(0, 0, 0, 0.04);
  --ant-color-border-bg: #ffffff;
  --ant-color-split: rgba(5, 5, 5, 0.06);
  --ant-color-text-placeholder: rgba(0, 0, 0, 0.25);
  --ant-color-text-disabled: rgba(0, 0, 0, 0.25);
  --ant-color-text-heading: rgba(0, 0, 0, 0.88);
  --ant-color-text-label: rgba(0, 0, 0, 0.65);
  --ant-color-text-description: rgba(0, 0, 0, 0.45);
  --ant-color-text-light-solid: #fff;
  --ant-color-highlight: #ff4d4f;
  --ant-color-bg-text-hover: rgba(0, 0, 0, 0.06);
  --ant-color-bg-text-active: rgba(0, 0, 0, 0.15);
  --ant-color-icon: rgba(0, 0, 0, 0.45);
  --ant-color-icon-hover: rgba(0, 0, 0, 0.88);
  --ant-color-error-outline: rgba(255, 38, 5, 0.06);
  --ant-color-warning-outline: rgba(255, 215, 5, 0.1);
  --ant-font-size-icon: 12px;
  --ant-line-width-focus: 4px;
  --ant-control-outline-width: 2px;
  --ant-control-interactive-size: 16px;
  --ant-control-item-bg-hover: rgba(0, 0, 0, 0.04);
  --ant-control-item-bg-active: #e6f4ff;
  --ant-control-item-bg-active-hover: #bae0ff;
  --ant-control-item-bg-active-disabled: rgba(0, 0, 0, 0.15);
  --ant-control-tmp-outline: rgba(0, 0, 0, 0.02);
  --ant-control-outline: rgba(5, 145, 255, 0.1);
  --ant-font-weight-strong: 600;
  --ant-opacity-loading: 0.65;
  --ant-link-decoration: none;
  --ant-link-hover-decoration: none;
  --ant-link-focus-decoration: none;
  --ant-control-padding-horizontal: 12px;
  --ant-control-padding-horizontal-sm: 8px;
  --ant-padding-xxs: 4px;
  --ant-padding-xs: 8px;
  --ant-padding-sm: 12px;
  --ant-padding: 16px;
  --ant-padding-md: 20px;
  --ant-padding-lg: 24px;
  --ant-padding-xl: 32px;
  --ant-padding-xxl: 40px;
  --ant-padding-content-horizontal-lg: 24px;
  --ant-padding-content-vertical-lg: 16px;
  --ant-padding-content-horizontal: 16px;
  --ant-padding-content-vertical: 12px;
  --ant-padding-content-horizontal-sm: 16px;
  --ant-padding-content-vertical-sm: 8px;
  --ant-margin-xxs: 4px;
  --ant-margin-xs: 8px;
  --ant-margin-sm: 12px;
  --ant-margin: 16px;
  --ant-margin-md: 20px;
  --ant-margin-lg: 24px;
  --ant-margin-xl: 32px;
  --ant-margin-xxl: 48px;
  --ant-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  --ant-box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
  --ant-box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, 0.08),
    -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, 0.08),
    3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, 0.08),
    0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.hidden {
  display: none;
}

.content {
  padding: 80px 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  height: 280px;
  line-height: 280px;
}

.sub-banner h2 {
  font-size: 36px;
  color: #024099;
  line-height: 40px;
  padding-top: 90px;
  font-weight: bold;
}

.sub-banner a {
  color: #333;
}

/* .sub-banner a:last-child {
    font-weight: bold;
    color: #1d408f;
} */

.inner_cont {
  font-size: 14px;
  color: #454545;
  width: calc(100% - 350px);
  float: right;
}

.inner_cont img {
  max-width: 100%;
}

.inner_left {
  width: 320px;
  float: left;
}

@media only screen and (max-width: 920px) {
  .sub-banner h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .sub-banner {
    padding-top: 0;
    height: 260px;
  }

  .content {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sub-banner {
    height: 150px;
    margin-top: 0;
  }

  .sub-banner h2 {
    padding-top: 40px;
    font-size: 24px;
  }
}

.breadcrumb {
  color: #555;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.breadcrumb a {
  color: #555;
}

/* .breadcrumb a:last-child {
    color: #024099;
} */

.inner-tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .inner_cont {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* ==========================================================================
   Empty空页面
   ========================================================================== */
.empty {
  max-width: 1280px;
  _width: 1280px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.empty-title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
}

.empty-main {
  padding: 10px 0;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.siderbar .title {
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  position: relative;
  background-color: #024099;
  text-align: center;
  border-bottom: 0;
}

.siderbar .title .btn_jt {
  display: block;
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
  line-height: 40px;
  display: none;
}

.siderbar .title .inco01 {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../png/inco14.png) center no-repeat;
}

.siderbar .title .cur .inco01 {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../png/inco13.png) center no-repeat;
}

.siderbar .title h3 {
  font-size: 24px;
  color: #fff;
}

.siderbar .sunnav {
  background: #fff;
  border-left: 1px solid #c9d3e0;
  padding: 40px 0;
}

.siderbar .sunnav .promain {
  border-left: 3px solid #024099;
}

.siderbar .sunnav .promain li {
  line-height: 60px;
  border-top: 1px solid #e4e9ef;
  text-indent: 30px;
  margin-left: 30px;
}

.siderbar .sunnav .promain li:first-child {
  border: none;
}

.siderbar .sunnav .promain .proname {
  color: #024099;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  display: block;
  height: 60px;
}

.siderbar .sunnav .level2 li {
  border: 0;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
}

.siderbar .sunnav .level2 li i {
  text-indent: 0;
  color: #cccccc;
  margin-right: 10px;
}

.siderbar .sunnav .level2 li.on i {
  color: #024099;
}

.siderbar .sunnav .level2 li a {
  text-indent: 40px;
  font-size: 14px;
}

.siderbar .sunnav .level2 li.on a {
  color: #024099;
}

.siderbar .sunnav .level2 {
  margin: 5px 0 15px;
}

@media only screen and (max-width: 1000px) {
  .siderbar .sunnav {
    display: none;
  }

  .siderbar .title {
    padding: 10px 20px;
    background: #024099;
    line-height: 50px;
    text-align: left;
    color: #fff;
  }

  .siderbar .title .btn_jt {
    top: 10px;
    display: block;
  }

  .siderbar .title h3 {
    padding-left: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  .siderbar .title h3 {
    padding-left: 0;
    font-size: 14px;
  }

  .siderbar .sunnav li {
    font-size: 14px;
  }

  .siderbar {
    margin-bottom: 10px;
  }

  .siderbar .title {
    padding: 0 10px;
    height: 50px;
  }

  .siderbar .title .btn_jt {
    top: 0;
  }
}

/* ==========================================================================
   pro产品
   ========================================================================== */
.prolb-ms-row01 {
  text-align: center;
  max-width: 1440px;
  margin: 0 auto 60px auto;
  font-size: 24px;
  line-height: 2em;
  color: #024099;
}

.prolb-tit-row02 {
  margin: 30px 0;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  background: #ebeef2;
  font-weight: bold;
  color: #024099;
  font-size: 24px;
}

.prolist {
  margin-left: -20px;
}

.prolist li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 30px;
  float: left;
}

.proflbox {
  border: 1px solid #e9eaee;
  padding: 50px 30px;
  text-align: center;
  background: #feffff;
  background-image: -webkit-linear-gradient(top, #feffff 0%, #e9ecf1 100%);
  background-image: -moz-linear-gradient(top, #feffff 0%, #e9ecf1 100%);
  background-image: linear-gradient(top, #feffff 0%, #e9ecf1 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#feffff', StartColorStr='#e9ecf1');
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.proflbox:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}

.proflbox h3 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proxq-btn {
  width: 125px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: #fff;
  background: #3ebfa3;
  background-image: -webkit-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: -moz-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#3ebfa3', StartColorStr='#109b8a');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.proxq-btn .fa {
  margin-left: 5px;
}

.proxq-btn:hover {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .proflbox h3 {
    font-size: 18px;
  }

  .prolist li {
    width: calc(33.33% - 20px);
  }

  .prolb-tit-row02 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .prolb-ms-row01 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .prolb-tit-row02 {
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }

  .prolist li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .prolist {
    margin-left: -10px;
  }

  .proflbox {
    padding: 20px 10px;
  }

  .proflbox h3 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .prolb-tit-row02 {
    margin: 10px 0;
    font-size: 14px;
  }

  .proxq-btn {
    width: 100px;
  }
}

/* 右边第二部分详情 */
.innertit02 {
  height: 60px;
  line-height: 60px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9d3e0;
  font-size: 28px;
}

.innertit02 i {
  font-size: 18px;
  color: #024099;
}

.prodetails {
  padding: 0 30px;
}

.proxqbg {
  padding: 30px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f5f6f8 100%);
  border: 1px solid #c9d3e0;
}

.proxq-row h3.tit {
  font-size: 22px;
  color: #024099;
  font-weight: normal;
  margin-bottom: 20px;
}

.proxq-row {
  margin-top: 30px;
  /*min-height: 200px;*/
  position: relative;
  font-size: 16px;
  line-height: 2em;
  border: 1px solid #c9d3e0;
  padding: 30px;
}

.bzxspic {
  position: absolute;
  right: 10px;
  top: 36px;
}

.bzxspic span {
  color: #024099;
  vertical-align: bottom;
}

.bzxspic img {
  max-height: 70px;
}

.proxqlist {
  margin-left: -20px;
}

.proxqlist li {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left;
}

.proysbox {
  text-align: center;
  height: 80px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.proysbox:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}

.proysbox h3 {
  font-size: 22px;
  font-weight: normal;
  color: #024099;
  margin-bottom: 10px;
}

.probzxs {
  text-align: left;
}

.probzxs .warp {
  max-width: 335px;
}

.proxq-row table {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.proxq-row table td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}

.proxq-row table tr:first-child {
  background: #034099;
  color: #fff;
}

.proxq-row table tr:nth-child(2n) {
  background: #eaeef1;
}

@media only screen and (max-width: 1440px) {
  .probzxs .warp {
    max-width: 290px;
  }
  .proysbox {
    height: 120px;
  }
  .bzxspic {
    top: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .probzxs .warp {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1320px) {
  .proxqlist li:nth-child(1) {
    width: 300px;
  }

  .proxqlist li:nth-child(2) {
    width: calc(100% - 340px);
  }
}

@media only screen and (max-width: 1200px) {
  .proxqlist li:nth-child(1),
  .proxqlist li:nth-child(2) {
    width: calc(100% - 20px);
    float: none;
  }

  .proxqlist li:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 920px) {
  .innertit02 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .proysbox h3,
  .proxq-row h3.tit {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .proxqlist li:nth-child(1),
  .proxqlist li:nth-child(2) {
    width: 100%;
  }

  .proxq-row {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5em;
    min-height: auto;
  }

  .proxqbg {
    padding: 10px;
  }

  .probzxs .warp {
    font-size: 12px;
  }

  .bzxspic img {
    width: 60px;
  }

  .bzxspic {
    top: 10px;
    right: 10px;
  }

  .proxq-row h3.tit {
    margin-bottom: 10px;
  }

  .proxqlist {
    margin-left: 0;
  }

  .proxqlist li {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .probzxs {
    margin-top: 20px;
    padding: 10px 10px 30px 10px;
  }

  .proxq-row table td {
    font-size: 12px !important;
  }

  .proxq-row {
    padding: 20px;
  }
  .proysbox {
    height: 80px;
  }
}

/* ==========================================================================
   honor
   ========================================================================== */
.honorbg {
  background: url(../png/honorbg2.png) center bottom no-repeat;
}

.honorbg .wrapper {
  max-width: 1260px;
}

.inner-honor h3.txt01 {
  font-size: 32px;
  color: #024099;
  text-align: center;
}

.inner-honor .desc {
  font-size: 22px;
  margin: 20px 0 30px;
  color: #024099;
  text-align: center;
}

.qyzllist {
  max-width: 960px;
  margin: 0 auto 30px auto;
}

.qyzllist li {
  width: calc(33.33% - 20px);
  height: auto;
  margin: 0 10px;
  position: relative;
  float: left;
  overflow: hidden;
}

.qyzllist li .pic {
  position: relative;
  margin: 10px;
  height: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.qyzllist li .bgimg {
  width: 100%;
}

.qyzllist li .uppic {
  width: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.qyzllist li:hover .uppic {
  transform: scale(1.05);
}

#owl-honor .owl-dots {
  height: 0px;
  overflow: hidden;
}

#owl-honor .owl-prev,
#owl-honor .owl-next {
  width: 30px;
  top: 0;
  height: 100%;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}

#owl-honor .owl-prev {
  position: absolute;
  left: -50px;
  background: url(../arr05.html) center no-repeat;
}

#owl-honor .owl-next {
  position: absolute;
  right: -50px;
  background: url(../arr06.html) center no-repeat;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

@media only screen and (max-width: 920px) {
  .inner-honor .desc {
    font-size: 16px;
    margin: 10px 0;
  }

  .inner-honor h3.txt01 {
    font-size: 24px;
  }

  #owl-honor .owl-dots {
    height: auto;
    overflow: hidden;
  }

  .qyzllist li {
    width: 33.33%;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .inner-honor .desc {
    font-size: 14px;
  }

  .inner-honor h3.txt01 {
    font-size: 18px;
  }
}

/* ==========================================================================
  news
   ========================================================================== */
.newslist li {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.newslist li .pic {
  width: 490px;
  height: 345px;
  float: left;
  overflow: hidden;
}

.newslist li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 2s;
}

.newslist li:hover .pic img {
  transform: scale(1.1);
}

.newslist li .txtarea {
  width: calc(100% - 600px);
  float: right;
  padding: 50px 50px 0 0;
}

.newslist li .txtarea h3 {
  line-height: 30px;
  font-weight: normal;
  font-size: 24px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.newslist li .txtarea .date {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}

.newslist li .txtarea .desc {
  line-height: 2em;
  font-size: 16px;
  overflow: hidden;
  color: #666;
  margin: 24px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newslist li:hover .txtarea h3 a {
  color: #024099;
}

.newslist li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 920px) {
  .newslist li .txtarea h3 {
    font-size: 18px;
  }

  .newslist li .pic {
    width: 300px;
    height: 210px;
  }

  .newslist li .txtarea {
    width: calc(100% - 380px);
    padding: 30px 50px 0 0;
  }

  .newslist li .txtarea .desc {
    line-height: 1.5em;
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .newslist li {
    padding: 10px;
  }

  .newslist li .pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
  }

  .newslist li .txtarea {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 0;
  }

  .newslist li .txtarea h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .newslist li .txtarea .desc {
    font-size: 12px;
  }
}

.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}

.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
}

.newtitle h1 {
  font-size: 30px;
  font-weight: bold;
}

.newsdetails .byline {
  color: #999;
  margin-top: 10px;
}

.newsdetails .byline span {
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}

.newsdetails .byline .bdsharebuttonbox {
  display: inline-block;
}

.newsdetails .byline .bdshare-button-style0-16:after {
  display: inline-block;
}

.newsdetails .byline .bdshare-button-style0-16 a,
.newsdetails .byline .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #333;
  line-height: 20px;
  height: 20px;
  margin: 0;
}

.newsdetails .byline a {
  font-size: 14px;
}

.newsdetails .breadcrumb-bar {
  text-align: left;
}

.newsh_cn {
  padding: 20px 0;
}

.newsh_cn p {
  font-size: 16px;
}

.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px 30px 30px 0;
  font-size: 16px;
}

.toolbar .row01 {
  width: calc(100% - 280px);
  float: left;
  color: #777777;
}

.toolbar .row01 .fa {
  color: #024099;
  margin-right: 10px;
}

.toolbar .row01 a {
  color: #777777;
  margin-left: 10px;
}

.toolbar .row01 p:hover a {
  text-decoration: underline;
}

.toolbar .newsbtn {
  float: right;
  display: flex;
}

.fhshare {
  width: 135px;
  height: 45px;
  font-size: 14px;
  text-align: right;
}

.fhshare a {
  border-radius: 7px;
  line-height: 45px;
  color: #fff;
  background: #0a5aa9;
  display: inline-block;
  padding: 0 20px;
}

.fhshare a .fa {
  margin-right: 10px;
}

.newsdetails .right {
  width: 330px;
  float: right;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #024099;
}

.newsdetails .right h3.tit {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 20px 0 0 30px;
}

.newsdetails .right h3.tit i {
  margin-right: 5px;
  color: #024099;
}

.zxnewslist {
  margin: 0 30px 30px 30px;
}

.zxnewslist li {
  margin-top: 20px;
}

.zxnewslist li p.date {
  color: #024099;
}

.zxnewslist li p.date i {
  margin-right: 5px;
}

.zxnewslist li p.tit {
  font-size: 16px;
  margin-top: 10px;
}

.zxnewslist li p.tit a {
  color: #000;
}

.zxnewslist li p.tit a:hover {
  color: #0a3980;
}

@media only screen and (max-width: 1200px) {
  .newsdetails .right {
    width: 250px;
  }

  .newsdetails .right h3.tit {
    font-size: 18px;
  }

  .zxnewslist li p.tit {
    font-size: 14px;
  }

  .newsdetails .left {
    width: calc(100% - 300px);
  }

  .newtitle h1 {
    font-size: 24px;
  }

  .newsh_cn p {
    font-size: 14px !important;
  }

  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .newsdetails .left {
    width: 100%;
  }

  .newsdetails .right {
    display: none;
  }

  .newtitle h1 {
    font-size: 18px;
  }

  .newsdetails .tag {
    font-size: 14px;
  }

  .newtitle {
    margin-bottom: 10px;
  }

  .fhshare {
    margin-right: 20px;
    width: auto;
    height: 40px;
    font-size: 14px;
    margin-top: 0;
  }

  .fhshare a {
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .newtitle h1 {
    font-size: 14px;
  }

  .newsdetails {
    padding-top: 0 !important;
  }

  .newsh_cn {
    padding: 0;
  }

  .newsh_cn p {
    font-size: 12px !important;
  }

  .toolbar .row01 {
    width: 100%;
    float: none;
    font-size: 12px;
  }

  .toolbar {
    padding: 20px 0;
  }

  .toolbar .newsbtn {
    float: none;
    margin-top: 20px;
  }

  .fhshare a {
    margin-right: 0;
  }
}

/* ==========================================================================
   business 业务分布
   ========================================================================== */
.location {
  text-align: center;
  padding-top: 80px;
}

.location img {
  max-width: 100%;
}

.zgsxx {
  margin: 10px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.zgsxx .pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
}

.zgsxx .pic img {
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.zgsxx:hover .pic img {
  transform: scale(1.1);
}

.zgsxx .txtarea {
  padding: 20px;
}

.zgsxx .txtarea h3 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
 
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zgsxx .txtarea h3 a {
  color: #024099;
}

.zgsxx .txtarea .desc {
  font-size: 16px;
  line-height: 2em;
  height: 8em;
  overflow: hidden;
  margin-top: 5px;
}

.zgsxx .txtarea .desc em {
  color: #024099;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  #owl-zgsxx .owl-dot {
    filter: Alpha(Opacity=100);
    opacity: 1;
  }

  .zgsxx .txtarea .desc {
    font-size: 12px;
  }

  .zgsxx .txtarea h3 {
    font-size: 14px;
  }
}

#owl-zgsxx .item {
  width: 33.33%;
  float: left;
}

#owl-zgsxx .item em {
  width: 20px;
  text-align: center;
}

.contactbox em {
  width: 20px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #owl-zgsxx .item {
    width: 33.3%;
    float: left;
  }
}

@media only screen and (max-width: 800px) {
  #owl-zgsxx .item {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 420px) {
  #owl-zgsxx .item {
    width: 100%;
    float: left;
  }
}

/* ==========================================================================
   culture
   ========================================================================== */

.culturebox {
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.culturebox:nth-child(2n) {
  text-align: right;
}

.culturebox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}

.culturebox .bgimg {
  width: 100%;
}

.culturebox .uppic {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.culturebox .cover {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.culturebox .cover .warp {
  padding: 100px;
  color: #fff;
  font-size: 36px;
}

.culturebox .cover .tit {
  font-size: 54px;
}

@media only screen and (max-width: 920px) {
  .culturebox .cover .warp {
    padding: 60px;
    font-size: 18px;
  }

  .culturebox .cover .tit {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .culturebox .cover .warp {
    padding: 20px;
    font-size: 14px;
  }

  .culturebox .cover .tit {
    font-size: 18px;
  }
}

/* ==========================================================================
   careers 工作
   ========================================================================== */
.careerMenu {
  width: 100%;
}

.careerMenu h3 {
  height: 80px;
  cursor: pointer;
  line-height: 78px;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  margin-top: 20px;
  padding-left: 42px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.careerMenu h3.on {
  background: #024099;
  color: #fff;
}

.careerMenu h3 em {
  float: right;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../png/icoadd02.png) center bottom no-repeat;
  cursor: pointer;
  margin-top: 9px;
}

.careerMenu h3.on em {
  background-position: center top;
}

.careerMenu h3 {
  line-height: 78px;
}

.careerMenu h3 .tit01 {
  width: calc(40% - 80px);
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}

.careerMenu h3 .tit02 {
  width: 20%;
  float: left;
}

.careerMenu h3 .tit03 {
  width: 20%;
  float: left;
}

.careerMenu h3 .tit04 {
  box-sizing: border-box;
  padding-left: 24px;
  width: 20%;
  float: left;
  background: url("../svg/clock.svg") no-repeat 0 50%;
}

.careerMenu .nwms {
  padding: 30px 60px;
  border: 1px solid #c9d3e0;
  border-top: 0;
}

.gwjsrow {
  padding-right: 280px;
  position: relative;
}

.gwjsrow p {
  font-size: 18px;
  color: #555555;
}

.gwjsrow .tools {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 18px;
  color: #024099;
}

.sqzw-btn {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  background: #3ebfa3;
  background-image: -webkit-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: -moz-linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  background-image: linear-gradient(top, #3ebfa3 0%, #109b8a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#3ebfa3', StartColorStr='#109b8a');
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;

  box-sizing: border-box;
}

.sqzw-btn:hover {
  color: #fff;
}

@media only screen and (max-width: 920px) {
  .gwjsrow .tools {
    right: 0;
    top: 30px;
    font-size: 14px;
  }

  .gwjsrow p {
    font-size: 16px;
  }

  .sqzw-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .careerMenu h3 .tit01 {
    width: calc(100% - 70px);
    margin-right: 0;
  }

  .careerMenu h3 .tit03,
  .careerMenu h3 .tit02 {
    display: none;
  }

  .careerMenu h3 {
    margin-top: 10px;
    padding: 0 0 0 20px;
  }

  .careerMenu h3 .tit01 {
    font-size: 14px;
  }

  .gwjsrow {
    padding-right: 0;
  }

  .gwjsrow .tools {
    top: 0;
    position: relative;
    margin-top: 10px;
  }
}

/* ==========================================================================
   customer
   ========================================================================== */
.customerlist {
  margin-left: -30px;
}

.customerlist li {
  width: calc(16.66% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
}

.logoitem {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  height: 100px;
  line-height: 100px;
  background: #fff;
  vertical-align: middle;
  position: relative;
}

.logoitem img {
  max-width: 80% !important;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
  .customerlist li {
    width: calc(20% - 30px);
  }
}

@media only screen and (max-width: 920px) {
  .customerlist {
    margin-left: -10px;
  }

  .customerlist li {
    width: calc(20% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .customerlist li {
    width: calc(33.33% - 10px);
  }

  .logoitem {
    height: 70px;
    line-height: 70px;
  }
}

/* ==========================================================================
   contact
   ========================================================================== */

.lxfsul {
  margin-bottom: 30px;
  background: #f0f3fa;
  border: 1px solid #cedee9;
  padding: 50px 0;
}

.lxfsul li {
  width: calc(25% - 1px);
  float: left;
  border-right: 1px solid #a7adc6;
}

.lxfsbox {
  padding: 20px 40px;
  text-align: center;
  cursor: pointer;
  height: 200px;
}

.lxfsul li:nth-child(4) {
  border: 0;
}

.lxfsbox .inco {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  transition-duration: 800ms;
}

.lxfsbox .inco img {
  width: 100%;
}

.lxfsbox:hover .inco {
  transform: rotateY(360deg);
}

.lxfsbox:hover {
  border-color: #0953a4;
}

.lxfsbox h3 {
  font-size: 18px;
  margin-top: 20px;
}

.lxfsbox .desc {
  font-size: 18px;
  margin-top: 20px;
  word-break: break-all;
}

@media only screen and (max-width: 1200px) {
  .lxfsbox .inco {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }

  .lxfsbox .desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .lxfsbox h3 {
    font-size: 16px;
  }

  .lxfsbox {
    padding: 0 20px;
  }

  .lxfsul {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .lxfsul li {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #cedee9;
  }

  .lxfsbox {
    padding: 20px;
    height: auto;
  }

  .lxfsul {
    padding: 0;
  }

  .lxfsbox .inco {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .lxfsbox h3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .lxfsbox .desc {
    font-size: 12px;
    margin-top: 0;
  }
}

/* ==========================================================================
   about关于我们
   ========================================================================== */
.aboutpart01 .warp2,
.aboutpart01 .warp1 {
  display: flex;
  justify-content: space-between;
}

.aboutpart01 .warp1 .txtarea {
  padding-top: 24px;
  box-sizing: border-box;
  width: 46%;
}

.aboutpart01 .warp1 .pic {
  width: 54%;
  box-sizing: border-box;
  padding: 0 0 24px 24px;
}

.aboutpart01 .warp2 .txtarea {
  box-sizing: border-box;
  width: 54%;
}

.aboutpart01 .warp2 .pic {
  width: 46%;
  box-sizing: border-box;
  padding: 24px 24px 0 0;
}

.aboutpart01 .txtarea .txt-inner {
  background: #e9edf2;
  padding: 48px 36px;
  box-sizing: border-box;
  height: 100%;
}

.aboutpart01 .pic-inner {
  width: 100%;
}

.aboutpart01 .pic img {
  width: 100%;
}

.aboutpart01 .txtarea h3 {
  font-size: 30px;
  color: #024099;
  margin-bottom: 1em;
}

.aboutpart01 .txtarea .desc {
  line-height: 2;
  font-size: 18px;
}

.aboutpart03 {
  margin-top: 100px;
}

.aboutpic02 {
  position: relative;
  height: auto;
  overflow: hidden;
}

.aboutpic02 .bgimg {
  width: 100%;
}

.aboutpic02 .uppic {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.aboutpic02:hover .uppic {
  transform: scale(1.05);
}

#owl-aboutpic .owl-dots {
  height: 0px;
  overflow: hidden;
}

#owl-aboutpic .owl-prev,
#owl-aboutpic .owl-next {
  width: 70px;
  height: 50px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 30px 10px 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}

#owl-aboutpic .owl-prev {
  background: url(../png/arr07.png) center no-repeat;
}

#owl-aboutpic .owl-next {
  background: url(../png/arr08.png) center no-repeat;
}

@media only screen and (max-width: 1440px) {
  .aboutpart01 .txtarea .txt-inner {
    padding: 24px;
  }

  .aboutpart01 .txtarea h3 {
    font-size: 24px;
  }

  .aboutpart01 .txtarea .desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1228px) {
  .aboutpart01 .txtarea .desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .aboutpart01 .txtarea h3 {
    font-size: 24px;
  }

  .aboutpart01 .warp2,
  .aboutpart01 .warp1 {
    flex-wrap: wrap;
  }

  .aboutpart01 .warp1 .txtarea,
  .aboutpart01 .warp1 .pic,
  .aboutpart01 .warp2 .txtarea,
  .aboutpart01 .warp2 .pic {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .aboutpart01 .txtarea .txt-inner {
    padding: 24px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .aboutpart03 {
    margin-top: 30px;
  }

  #owl-aboutpic .owl-prev,
  #owl-aboutpic .owl-next {
    height: 20px;
    margin-top: 20px;
  }
}

/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

#Lb_pager .pages a {
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  border: 1px solid #d5d5d5;
  background: #d5d5d5;
  border-radius: 7px;
  font-size: 16px;
  /* font-weight: bold; */
}

#Lb_pager .pages .pgprev,
#Lb_pager .pages .pgnext {
  padding: 0 12px;
  background-color: #024099;
  border-color: #024099;
  color: #fff;
}

#Lb_pager .pages .lastpage,
#Lb_pager .pages .homepage {
  padding: 0 15px;
  background-color: #024099;
  border-color: #024099;
  color: #fff;
  font-weight: 500;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #024099;
  border-color: #024099;
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #024099;
  border-color: #024099;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
  color: #fff;
  font: 300 18px/59px microsoft yahei;
  background: #006db9;
  padding-left: 18px;
}

.sidenav {
  background: #fff;
}

.sidenav li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.sidenav li a {
  padding-left: 30px;
  padding-right: 30px;
}

.sub_nav {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #cad5e2;
}

.sidenav .active:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  overflow: hidden;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  background: #024099;
}

.sidenav li a:hover,
.sidenav li.active a {
  color: #024099;
}

/* overview */
.ln-menu-link {
  display: block;
  font-size: 16px;
  position: relative;
  *zoom: 1;
  font-family: microsoft yahei;
  font-weight: bold;
  line-height: 69px;
}

#ln-menustate {
  display: none;
}

@media only screen and (max-width: 768px) {
  .innertit {
    display: none;
  }

  .relatedtit {
    display: block;
  }

  .sidenav {
    background: #fff;
  }

  .sidenav li {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding: 0;
    border: 0;
  }

  .sub_nav {
    background: #fff;
  }

  .ln-menu-link .inco {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 30px;
  }

  .ln-menu-link {
    line-height: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0;
  }

  .overview.hidden {
    display: block;
  }

  .sidenav li.on {
    border-bottom: none;
  }

  .sub_nav li:first-child .ln-menu-link {
    border-left: none;
  }
}

.sidenav li.on a {
  color: #10924e;
}

#ln-menustate {
  display: none;
}

.localnav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.ln-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

/* background */
.ln-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked ~ .localnav .ln-background,
#ln-menustate:target ~ .localnav .ln-background {
  background-color: rgba(255, 255, 255, 1);
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#ln-menustate:checked ~ .localnav .ln-background:after,
#ln-menustate:target ~ .localnav .ln-background:after {
  background-color: #d6d6d6;
}

.ln-content {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  z-index: 2;
}

.ln-curtain {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#ln-menustate:checked ~ .localnav .ln-curtain,
#ln-menustate:target ~ .localnav .ln-curtain {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}

.ln-actions {
  float: left;
  display: none;
}

.ln-action {
  float: left;
  margin-left: 24px;
}

/* chevron */
.ln-menucta {
  cursor: pointer;
  display: block;
  margin-right: -11px;
  overflow: hidden;
  width: 40px;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
}

.ln-menucta-chevron {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  background: #333;
}

.ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  right: 50%;
}

.ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  left: 50%;
}

#ln-menustate:checked ~ .localnav .ln-menucta-chevron,
#ln-menustate:target ~ .localnav .ln-menucta-chevron {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

#ln-menustate:checked ~ .localnav .ln-menucta-chevron::before,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}

#ln-menustate:checked ~ .localnav .ln-menucta-chevron::after,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}

.ln-menucta-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 10;
}

.ln-menucta-anchor:focus {
  outline-offset: -6px;
  width: 100%;
  height: 100%;
}

.ln-menucta-anchor-close {
  display: none;
}

.ln-menucta-anchor-label {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

#ln-menustate:checked ~ .ln-menucta-anchor-open,
#ln-menustate:target ~ .ln-menucta-anchor-open {
  display: none;
}

#ln-menustate:checked ~ .ln-menucta-anchor-close,
#ln-menustate:target ~ .ln-menucta-anchor-close {
  display: block;
}

@media only screen and (max-width: 768px) {
  .location {
    padding-top: 30px;
  }
  .content {
    position: relative;
    padding: 20px 0;
  }

  .col-main {
    margin: 0;
  }

  .col-left {
    float: left;
    width: 200px;
    margin-left: -100%;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .localnav {
    height: 48px;
  }

  .overview {
    float: left;
    line-height: 48px;
    padding: 0;
    background: none;
    color: #333;
  }

  .sidenav {
    border-width: 0;
  }

  .ln-menu-link {
    border-bottom: 0 none;
  }

  .ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }

  .ln-menu {
    line-height: 48px;
    padding-top: 0;
    width: 100%;
  }

  .ln-menu-tray {
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }

  #ln-menustate:checked ~ .localnav .ln-menu-tray,
  #ln-menustate:target ~ .localnav .ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }

  #ln-menustate:checked ~ .localnav.ln-opening .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-opening .ln-menu-tray {
    overflow-y: hidden;
  }

  #ln-menustate:checked ~ .localnav.ln-sticking .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-sticking .ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }

  .ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }

  #ln-menustate:checked ~ .ln-curtain,
  #ln-menustate:target ~ .ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .ln-actions {
    display: block;
    margin-left: 0;
    padding: 0 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 50%;
  }

  .ln-action {
    margin-left: 16px;
  }

  .ln-action-menucta {
    margin-left: -20px;
    position: absolute;
    left: 0;
    z-index: 1;
  }

  .ln-action-button {
    float: right;
    margin-left: 27px;
  }

  .ln-content {
    padding: 0 20px;
  }

  .inner-cont {
    margin: 10px;
  }

  .sidenav {
    opacity: 1;
    padding: 17px 10px 28px 10px;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }

  .sidenav .level2 li,
  .sidenav .level2 li a {
    line-height: 20px;
  }

  #ln-menustate:checked ~ .localnav .sidenav,
  #ln-menustate:target ~ .localnav .sidenav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }

  .ln-menu-item {
    display: block;
    line-height: 48px;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .ln-menu-item:first-child .ln-menu-link {
    border-top: 0;
  }

  .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }

  .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }

  .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }

  .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }

  .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }

  .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  #ln-menustate:checked ~ .localnav .ln-menu-item:nth-child(1) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }

  #ln-menustate:checked ~ .ln-menu-item:nth-child(2) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  #ln-menustate:checked ~ .ln-menu-item:nth-child(3) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }

  #ln-menustate:checked ~ .ln-menu-item:nth-child(4) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  #ln-menustate:checked ~ .ln-menu-item:nth-child(5) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }

  #ln-menustate:checked ~ .ln-menu-item:nth-child(6) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }

  #ln-menustate:checked ~ .ln-menu-item:nth-child(7) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }

  .ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }

  #ln-menustate:checked ~ .localnav .ln-menu-link,
  #ln-menustate:target ~ .localnav .ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .ln-menucta-anchor {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #ln-menustate:checked ~ .ln-menu-tray,
  #ln-menustate:target ~ .ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 767px) {
  .ln-menu-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}

/* ==========================================================================
   新闻详情
   ========================================================================== */
.nd_left {
  width: calc(100% - 410px);
  float: left;
}

.nd_right {
  float: right;
  width: 410px;
  padding-left: 5%;
  box-sizing: border-box;
}

.nd_title {
  box-sizing: border-box;
  text-align: center;
  padding-bottom: var(--ant-padding);
}

.news_title {
  font-size: var(--ant-font-size-heading-3);
  color: #000;
}

.nd_intro {
  margin-top: var(--ant-padding);
}

.nd_date {
  font-size: 18px;
  color: #999;
  font-weight: normal;
}

.nd_main {
  font-size: var(--ant-font-size-lg);
  color: #666;
  line-height: 2;
  box-sizing: border-box;
  padding: var(--ant-padding-lg) 0;
}

.nd_main img {
  margin: var(--ant-margin) 0;
}

.nd_toolbar {
  border-top: 1px solid var(--ant-color-border);
  padding: var(--ant-padding-lg) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nd_toolbar .more {
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(2, 72, 129), rgb(45, 63, 144) 100%);
  width: 158px;
  height: 52px;
  line-height: 52px;

  color: rgb(255, 255, 255);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nd_toolbar li {
  margin-bottom: var(--ant-margin);
}

.nd_toolbar a {
  color: var(--ant-color-primary);
  font-size: var(--ant-font-size-lg);
  transition: all 0.3s;
}

.nd_toolbar a:hover {
  color: var(--ant-orange);
}

/*  */
.nd_right {
}

.access-title {
  padding: var(--ant-padding-sm) var(--ant-padding);
  font-size: var(--ant-font-size-heading-4);
  font-weight: normal;
  color: #333;
  background-color: #f5f5f5;
}

.access-title .fa {
  color: #666;
  margin-right: 8px;
}

.access-bd {
  padding: var(--ant-padding) 10px;
}

.access-list {
  padding-left: var(--ant-padding);
  border-left: 1px solid var(--ant-color-border);
}

.access-list li {
  margin-bottom: var(--ant-margin);
  font-size: var(--ant-font-size-lg);
}

.access-list li .date {
  color: #999;
  position: relative;
  transition: all 0.3s;
}

.access-list li .date::after {
  content: "";
  position: absolute;
  left: calc(var(--ant-padding) * -1);
  margin-left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background-color: var(--ant-color-primary);
}

.access-list li h4 {
  color: #333;
  font-weight: normal;
  transition: all 0.3s;
}

.access-list li:hover .date,
.access-list li:hover h4 {
  color: var(--ant-color-primary);
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 30px 0;
  }
  .nd_left {
    width: 100%;
  }

  .nd_right {
    display: none;
  }

  .nd_title {
    padding-bottom: var(--ant-padding-xs);
    text-align: left;
  }

  .news_title {
    font-size: var(--ant-font-size-heading-5);
  }

  .nd_intro {
    margin-top: var(--ant-padding-sm);
  }

  .nd_date {
    font-size: 12px;
  }

  .nd_main {
    font-size: var(--ant-font-size);
    padding: var(--ant-padding) 0;
  }

  .nd_main img {
    margin: var(--ant-margin) 0;
  }

  .nd_toolbar {
    padding: var(--ant-padding) 0;
  }

  .nd_toolbar li {
    margin-bottom: var(--ant-margin-sm);
  }

  .nd_toolbar a {
    font-size: var(--ant-font-size-sm);
  }
}

.contact_01 .row {
  display: flex;
  flex-wrap: wrap;
}

.contact_01 .row .f-col-left {
  width: 42%;
}

.contact_01 .row .f-col-right {
  width: 58%;
}

.feedback {
}

.feedback .feedback-hd {
  margin-bottom: var(--ant-margin-xl);
  padding-left: 28px;
}

.feedback .feedback-hd h3 {
  font-size: var(--ant-font-size-heading-1);
  color: #000;
}

.layui-form {
  --ant-form-label-required-mark-color: #ff4d4f;
  --ant-form-label-color: rgba(0, 0, 0, 0.88);
  --ant-form-label-font-size: 14px;
  --ant-form-label-colon-margin-inline-start: 2px;
  --ant-form-label-colon-margin-inline-end: 8px;
}

.layui-form-item-required:before {
  display: inline-block;
  margin-inline-end: var(--ant-margin-xxs);
  color: var(--ant-form-label-required-mark-color);
  font-size: var(--ant-font-size);
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.layui-form .layui-form-label::after {
  content: ":";
  position: relative;
  margin-block: 0;
  margin-inline-start: var(--ant-form-label-colon-margin-inline-start);
  margin-inline-end: var(--ant-form-label-colon-margin-inline-end);
}

.layui-form .layui-form-item {
  margin-bottom: var(--ant-margin-xl);
}

.layui-form .layui-form-label {
  position: relative;
  color: var(--ant-form-label-color);
  font-size: var(--ant-form-label-font-size);
  width: 8em;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.layui-form .layui-input-block {
  margin-left: 28px;
}

.layui-form .layui-textarea,
.layui-form .layui-input {
  border-radius: var(--ant-border-radius-sm);
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--ant-color-primary) !important;
}

.layui-form-checkbox[lay-skin="primary"]:hover > i {
  border-color: var(--ant-color-primary);
  color: #fff;
}

.layui-form-checked[lay-skin="primary"] > i {
  border-color: var(--ant-color-primary) !important;
  background-color: var(--ant-color-primary);
  color: #fff;
}

.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
  font-size: var(--ant-font-size);
  color: rgba(51, 51, 51, 0.8);
}

.layui-form .layui-btn {
  height: 44px;
  line-height: 44px;
  width: 160px;
  font-size: var(--ant-font-size);
  border-radius: var(--ant-border-radius-sm);
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(2, 72, 129), rgb(45, 63, 144) 100%);
}

.layui-input,
.layui-textarea {
  background: rgb(232, 236, 241);
}

@media only screen and (max-width: 833px) {
  .contact_01 .row .f-col-left {
    width: 100%;
    margin-bottom: 24px;
  }

  .contact_01 .row .f-col-right {
    width: 100%;
  }

  .feedback .feedback-hd {
    padding-left: 0;
  }

  .feedback .feedback-hd h3 {
    font-size: 24px;
  }

  .layui-form .layui-input-block {
    margin-left: 0;
  }

  .layui-form .btn-area .layui-input-block {
    text-align: center;
  }
}

.contact-list li {
  margin-bottom: var(--ant-margin-xl);
  line-height: 2;
  display: flex;
}
.contact-list li .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.contact-list li .icon .fa {
  color: var(--ant-color-primary);
  font-size: var(--ant-font-size-heading-3);
}
.contact-list li .title {
  color: #666;
  font-size: 18px;
  width: 4em;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-list li .desc {
  color: #333;
  font-size: 18px;
}

.contact-list .tel .icon {
  width: 80px;
  height: 80px;
}

.contact-list .tel .icon .fa {
  font-size: 48px;
}

.contact-list .tel .desc {
  color: var(--ant-color-primary);
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .contact-page .content {
    padding: 30px 0;
  }

  .contact_01 .row {
    height: auto;
  }
  .contact_01 .col-left {
    padding-right: 0;
    margin-bottom: var(--ant-margin);
  }

  .contact_01 .contact-box {
    padding: var(--ant-padding-xs);
  }

  .contact_01 .col-right .map {
    height: auto;
  }

  .contact-list li {
    margin-bottom: var(--ant-margin);
  }
  .contact-list li .icon {
    width: 30px;
    height: 24px;
  }
  .contact-list li .icon .fa {
    font-size: var(--ant-font-size);
  }
  .contact-list li .title {
    font-size: var(--ant-font-size);
    padding: 0;
  }

  .contact-list li .desc {
    font-size: var(--ant-font-size);
  }

  .contact-list .tel .icon {
    width: 36px;
    height: 36px;
  }

  .contact-list .tel .icon .fa {
    font-size: 24px;
  }

  .contact-list .tel .title {
    font-size: var(--ant-font-size-lg);
  }

  .contact-list .tel .desc {
    color: var(--ant-color-primary);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.3;
  }
}
