@charset "UTF-8";

/* #region ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu", sans-serif;
  outline: none;
}

*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}

html {
  margin: 0 auto;
}

ul,
li,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

button,
input {
  border: 0;
  outline: none;
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
}

i {
  font-style: inherit;
}

#map label {
  max-width: initial;
}

#map img {
  max-width: initial;
}

p {
  margin-bottom: 0
}

/* #endregion ==================== 重置默认样式 end ==================== */
/*  */
/* #region ==================== 常用样式 start ==================== */
.clearfix {
  display: block;
  zoom: 1;
}

.clearfix::after {
  content: " ";
  display: block;
  font-size: 0px;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

ul,
h1,
h2,
h3,
h4,
li,
p {
  padding: 0px;
  margin: 0px;
}

section {
  overflow: hidden;
}

article {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  color: rgb(51, 51, 51);
}

.mxw-image {
  overflow: hidden;
}

.mxw-image:hover img {
  transform: scale(1.1);
}

.mxw-image img {
  transition: all 0.4s ease 0s;
  width: 100%;
}

.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-2 {
  -webkit-line-clamp: 2;
}

.u-line-3 {
  -webkit-line-clamp: 3;
}

.u-line-4 {
  -webkit-line-clamp: 4;
}

.u-line-5 {
  -webkit-line-clamp: 5;
}

.u-line-6 {
  -webkit-line-clamp: 6;
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.u-flex {
  display: flex;
  flex-flow: row;
  align-items: center;
  align-content: center;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-col {
  flex-direction: column;
}

.u-grow-1 {
  flex-grow: 1;
}

.u-col-center {
  align-items: center;
}

.u-col-top {
  align-items: flex-start;
}

.u-col-bottom {
  align-items: flex-end;
}

.u-row-center {
  justify-content: center;
}

.u-row-left {
  justify-content: flex-start;
}

.u-row-right {
  justify-content: flex-end;
}

.u-row-between {
  justify-content: space-between;
}

.u-row-around {
  justify-content: space-around;
}

@media screen and (min-width: 751px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2>.u-col {
    width: 48%;
  }

  .u-row-2>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-3>.u-col {
    width: 32%;
  }

  .u-row-3>.u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .u-row-3>.u-col:nth-child(3)~.u-col {
    margin-top: 2%;
  }

  .u-row-4>.u-col {
    width: 23%;
    margin-right: 2.5%;
  }

  .u-row-4>.u-col:nth-child(4n) {
    margin-right: 0%;
  }
.u-row-4>.u-col:nth-child(4n)::after{display:none}
  .u-row-5>.u-col {
    width: 18.4%;
    margin-right: 2%;
  }

  .u-row-5>.u-col:nth-child(5n) {
    margin-right: 0%;
  }

  .u-row-5>.u-col:nth-child(5)~.u-col {
    margin-top: 2%;
  }

  .u-row-6>.u-col {
    width: 15%;
    margin-right: 2%;
  }

  .u-row-6>.u-col:nth-child(6n) {
    margin-right: 0%;
  }

  .u-row-6>.u-col:nth-child(6)~.u-col {
    margin-top: 1%;
  }
}

@media screen and (max-width: 751px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2 .u-col {
    width: 100%;
  }

  .u-row-2 .u-col:nth-child(1)~.u-col {
    margin-top: 2%;
  }

  .u-row-3>.u-col,
  .u-row-4>.u-col,
  .u-row-5>.u-col,
  .u-row-6>.u-col {
    width: 48.5%;
  }
}

.mxw-pagination {
  margin-top: 50px;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mxw-pagination a,
.mxw-pagination span {
  padding: 3px 15px;
  font-size: 16px;
  color: #BEBEBE;
  line-height: 1.2;

  margin: 0 4px;
  border-radius: 0.066rem;
}

.mxw-pagination a.pagea,
.mxw-pagination span.pagea {
  border: 1px solid #777777;
}

.mxw-pagination a.current,
.mxw-pagination a:hover {
  color: #ffffff;
 
  background: #285CA3;
}

.mxw-pagination a:first-child {
  margin-left: 0px;
}

.mxw-pagination a:last-child {
  margin-right: 0px;
}

.mxw-pagination a.arr {
  color: #006CFF;
}

.mxw-pagination a.arr.disabled {
  color: #CCCCCC;
}

.mxw-pagination>a.arr:hover {
  color: #fff;
}

.mxw-pagination a.disabled:hover {
  background: none;
  color: #CCCCCC;
  border: 0;
}

@media screen and (max-width: 751px) {
  .mxw-pagination {
    margin-top: 30px;
  }

  .mxw-pagination a {
    font-size: 12px;
    margin: 2px;
    padding: 8px 10px;
  }
}

.mxw-tabs {
  padding-left: 0px;
  padding-right: 0px;
}

.mxw-tabs .mxw-tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.mxw-tabs .mxw-tabs-wrap {
  position: relative;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.mxw-tabs .mxw-tabs-wrap::-webkit-scrollbar {
  display: none;
}

.mxw-tabs .mxw-tabs-item {
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  font-size: 0.3rem;
  white-space: nowrap;
  background: rgb(234, 234, 234);
  color: rgb(51, 51, 51);
  padding: 0rem 0.5rem;
  margin-right: 0.9rem;
  line-height: 0.6667rem;
  border-radius: 0.4583rem;
}

.mxw-tabs .mxw-tabs-item:last-child {
  margin-right: 0px;
}

.mxw-tabs .mxw-tabs-item.active {
  background: rgb(19, 27, 81);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 751px) {
  .mxw-tabs .mxw-tabs-header {
    margin-bottom: 20px;
  }

  .mxw-tabs .mxw-tabs-item {
    font-size: 14px;
    padding: 0px 20px;
    margin-right: 10px;
  }

  .mxw-tabs .mxw-tabs-item:last-child {
    margin-right: 0px;
  }
}

.mxw-keywords {
  position: relative;
  z-index: 99;
  width: 100%;
  background: rgb(246, 246, 246);
}

.mxw-keywords .mxw-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mxw-keywords .left {
  position: relative;
  flex-grow: 1;
  font-size: 0.2667rem;
  line-height: 1.2;
  color: rgb(102, 102, 102);
  display: flex;
  align-items: center;
}

.mxw-keywords .left strong {
  vertical-align: inherit;
}

.mxw-keywords .left .hotkey {
  vertical-align: inherit;
  font-weight: bold;
  font-size: 0.2667rem;
  color: rgb(51, 51, 51);
}

.mxw-keywords .left .hotkey a {
  color: rgb(102, 102, 102);
  font-weight: initial;
}

.mxw-keywords .left a::after {
  content: "";
  padding-left: 0.3333rem;
}

.mxw-keywords .left a:hover {
  color: #005AAA;
}

.mxw-keywords .left a:last-child {
  padding-right: 0px;
}

.mxw-keywords .left a:last-child::after {
  display: none;
}

.mxw-keywords .right form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.mxw-keywords .right form::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mxw-keywords .right input#keyword {
  width: 5.6667rem;
  height: 48px;
  line-height: 44px;
  padding: 0px 20px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  border-width: 1px 0px 1px 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(226, 226, 226);
  border-bottom-color: rgb(226, 226, 226);
  border-left-color: rgb(226, 226, 226);
  border-image: initial;
  border-right-style: initial;
  border-right-color: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.mxw-keywords .right input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.mxw-keywords .right #s_btn {
  outline: none;
  cursor: pointer;
  background: url("../images/icon_search_h.png") center center no-repeat rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  border-top: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
  border-bottom: 1px solid rgb(226, 226, 226);
  border-image: initial;
  border-left: none;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.mxw-keywords .right #s_btn .icon {
  display: block;
  width: 0.3333rem;
  height: 0.3333rem;
  overflow: hidden;
  font-size: 0px;
}

.mxw-keywords .right #s_btn .text {
  font-size: 14px;
  padding-left: 5px;
}

@keyframes arrowAnimate {
  0% {
    transform: translate(0rem, 0rem);
  }

  50% {
    transform: translate(0rem, -0.1667rem);
  }

  100% {
    transform: translate(0rem, 0rem);
  }
}

.mxw-scroll {
  overflow: hidden;
}

.mxw-scroll .scroll-wrap {
  display: flex;
  align-items: stretch;
}

.mxw-scroll .scroll-item {
  flex-shrink: 0;
}

@media screen and (min-width: 751px) {
  .mxw-scroll .scroll-item {
    width: 23.5%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 751px) {
  .mxw-scroll .scroll-item {
    width: 48%;
    margin-right: 4%;
  }
}

/* #endregion ==================== 常用样式 end ==================== */
/* #region ==================== 头部 start ==================== */
header {
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
  position: relative;
}

header .welcome {
  background-color: #f7f7f7;
  height: .6667rem;
  line-height: .6667rem;
}

header .welcome .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: .2333rem;
}

header .pc-nav {
  position: relative;
  height: 1rem;
}

header .pc-nav:after {
  content: "";
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005AAA;
  width: 100%;
}

header .pc-nav>.mxw-box {
  max-width: 1615px;
  display: flex;
  align-items: flex-start;
}

header .pc-nav .logo {
  width: 3.4667rem;
  height: 1.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.1));
  z-index: 999999;
}

header .pc-nav .right {
  min-width: 0;
  flex-grow: 1;
  margin-left: 2.05rem;
  display: flex;
  width: 100%;
  height: 1rem;
  align-items: center;
}

header .pc-nav .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .6667rem;
  padding-bottom: .6667rem;
}

header .pc-nav .desc {
  padding-left: .6667rem;
  color: #333;
  line-height: 1.2;
}

header .pc-nav .desc strong {
  font-size: 0.4rem;
  margin-bottom: .1667rem;
  font-weight: bold;
  display: block;
}

header .pc-nav .desc p {
  font-size: 0.3rem;
}

header .pc-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

header .pc-menu>li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  flex-grow: 1;
}

header .pc-menu>li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgb(255 255 255 / 15%);
  position: absolute;
  top: 0;
  left: 0;
}

header .pc-menu>li.active a::before,
header .pc-menu>li:hover a::before {
  width: 100%;
}

header .pc-menu>li.active>a,
header .pc-menu>li:hover>a {
  color: #fff !important;
}


header .pc-menu>li:hover>ul {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 9;
}

header .pc-menu>li:last-child {
  padding-right: 0px;
}

header .pc-menu>li ul {
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  display:none;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s ease 0s;
}

header .pc-menu>li ul:hover {
  opacity: 1;
  visibility: visible;
}

header .pc-menu>li ul li.active>ul,
header .pc-menu>li ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

header .pc-menu>li ul li a {
  position: relative;
}


header .pc-menu>li ul a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-size: 0.2333rem;
  color: #333;
  line-height: 1.2;
  padding: 0.2333rem;
}

header .pc-menu>li>a {
  font-size: .2333rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  text-transform: uppercase;
}

header .pc-menu>li>ul {
  border-top: 0.0167rem solid #ddd;
  position: absolute;
  top: 100%;
  left: 0;
}

header .pc-menu>li>ul>li>a.active,
header .pc-menu>li>ul>li>a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

header .pc-menu>li>ul>li>a.active:after,
header .pc-menu>li>ul>li>a:hover:after {
  display: none;
}

header .pc-menu>li>ul>li>a:last-child:after {
  display: none;
}

header .pc-menu>li>ul>li>ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 0.0167rem solid #ddd;
}

header .pc-menu>li>ul>li>ul>li>ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 0.0167rem solid #ddd;
}

header .pc-menu>li>ul .pc-nav-box {
  margin: 0.4167rem auto .3833rem;
  max-width: 1236px;
  display: flex;
}

header .pc-menu>li>ul .pc-nav-left {
  position: relative;
  padding-right: .8333rem;

}

header .pc-menu>li>ul .pc-nav-left .nav-cate-swiper {
  display: flex;
  width: 4.6667rem;

}

header .pc-menu>li>ul .pc-nav-left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: .0333rem;
  height: 4.2167rem;
  background: #BDBDBD;
  z-index: 1;
  margin-top: .2167rem;

}

header .pc-menu>li>ul .pc-nav-left .image {
  width: auto;
  background: #fff;
}

header .pc-menu>li>ul .pc-nav-right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

header .pc-menu>li>ul .pc-nav-right .pc-nav-rtop {
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

header .pc-menu>li>ul .pc-nav-right .nav-top-cate {
  position: relative;
  padding: 0 0.5rem 0.3333rem 0.5rem;
}

header .pc-menu>li>ul .pc-nav-right .nav-top-cate a {
  color: #000;
}

header .pc-menu>li>ul .pc-nav-right .nav-top-cate:hover::after,
header .pc-menu>li>ul .pc-nav-right .nav-top-cate.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.6667rem;
  height: .1rem;
  background: #0C5CA8;
}

header .pc-menu>li>ul .pc-nav-right .pc-nav-rbottom {
  display: flex;
  margin-top: 0.3333rem;
  width: 100%;
}

header .pc-menu>li>ul .pc-nav-right .nav-bottom-itembox {
  display: none;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

header .pc-menu>li>ul .pc-nav-right .nav-bottom-itembox.active {
  display: flex;
  flex-wrap: wrap;
}

header .pc-menu>li>ul .pc-nav-right .nav-bottom-item {
  width: 20%;
  margin-bottom: .8333rem;
}


header .pc-menu>li>ul .pc-nav-right .nav-bottom-item .text1 {
  font-size: 0.2667rem;
  margin-top: 0.333rem;
  text-transform: capitalize;
}


header .search {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: .8333rem;
  margin-right: 2.4167rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  align-self: center;
}

header .search:after {
  content: "";
  display: block;
  width: .4rem;
  height: .4rem;
  background: url(../images/search.png) no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 1;
}

header .search.active {
  overflow: visible;
}

header .search.active form {
  opacity: 1;
  right: 0;
  visibility: visible;
}

header .search form {
  font-size: 0;
  position: absolute;
  top: 200%;
  right: 100%;
  z-index: 3;
  width: 3.3334rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  height: 0.5667rem;
  line-height: 0.5667rem;
}

header .search form input {
  background: #fff;
  padding: 0.1334rem 0.1667rem;
  border: 1px solid #005AAA;
  outline: none;
  font-size: 0.2333rem;
  width: 2.7rem;
  height: 100%;
}

header .search form button {
  position: relative;
  width: 0.8333rem;
  height: 100%;
  background: #005AAA;
  cursor: pointer;
}

header .search form button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #005AAA;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

header .search form button img {
  width: 16px;
}

header .pc-nav .language {
  position: relative;
  z-index: 999;
}

header .pc-nav .language:hover ul {
  opacity: 1;
  visibility: visible;
}

header .pc-nav .language .head {
  font-size: 0.2rem;
  color: #fff;
  width: 2rem;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .pc-nav .language .head:after {
  content: "";
  display: block;
  background-image: url(../images/languagedown.png);
  width: 10px;
  height: 7px;
}

header .pc-nav .language ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 0;
  width: 2rem;
  background-color: #fff;
}

header .pc-nav .language ul>li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  transform: translateY(10px), background-color 0.4s;
}

header .pc-nav .language ul>li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 1680px) {
  header .mxw-box {
    max-width: 92%;
  }
}

@media screen and (max-width: 1500px) {
  header .pc-nav .tel .icon {
    width: 30px;
    margin-right: 10px;
  }

  header .pc-nav .tel .tel-desc p {
    font-size: 16px;
  }

  header .pc-nav .tel .tel-desc strong {
    font-size: 18px;
  }

  header .pc-nav .logo {
    width: 190px;
  }

  header .pc-nav .top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header .pc-nav .desc strong {
    font-size: 20px;
  }

  header .pc-nav .desc p {
    font-size: 15px;
  }

  header .pc-nav:after {
    height: 50px;
  }

  header .pc-menu>li>a {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }
}

/* #endregion ==================== 头部 end ==================== */

/* #region ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    z-index: 99999;
  }

  .mxw-mob-nav .menus .language li {
    font-size: 14px;
    padding: 15px 18px;
    color: rgb(85, 85, 85);
  }

  .mxw-mob-nav .head {
    font-size: 0px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    max-width: 750px;
    width: 100%;
    transform: translateX(-50%);
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 99;
    background-color: rgb(255, 255, 255);
  }

  .mxw-mob-nav .logo {
    display: block;
    flex-shrink: 0;
  }

  .mxw-mob-nav .logo img {
    height: 40px;
  }

  .mxw-mob-nav .menu-btn {
    flex-shrink: 0;
    width: 26px;
    height: 20px;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .mxw-mob-nav .menu-btn i {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: rgb(51, 51, 51);
  }

  .mxw-mob-nav .menus-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 50%;
    max-width: 450px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
  }

  .mxw-mob-nav .menus-box.active {
    visibility: visible;
    opacity: 1;
  }

  .mxw-mob-nav .menus-box.active .menus {
    transform: translateX(0px);
  }

  .mxw-mob-nav .menus {
    width: 60%;
    height: 100%;
    margin-right: 0px;
    margin-left: auto;
    background: rgb(255, 255, 255);
    transform: translateX(100%);
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
  }

  .mxw-mob-nav .menus>ul {
    width: 100%;
    overflow: auto;
  }

  .mxw-mob-nav .menus>ul>li.active>ul {
    display: block;
  }

  .mxw-mob-nav .menus>ul>li>a {
    display: block;
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    color: rgb(85, 85, 85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mxw-mob-nav .menus>ul>li>a.sub::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-width: 4px 4px 0px;
    border-top-style: solid;
    border-top-color: rgb(85, 85, 85);
    border-left-style: solid;
    border-left-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    margin-left: 10px;
  }

  .mxw-mob-nav .menus>ul>li>ul {
    display: none;
    padding: 0px 24px;
  }

  .mxw-mob-nav .menus>ul>li>ul>li>a {
    font-size: 14px;
    color: rgb(136, 136, 136);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid rgb(243, 243, 243);
  }

  .mxw-mob-nav .menus-head {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(248, 248, 248);
    border-bottom: 0.6px solid rgb(238, 238, 238);
    font-size: 16.8px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mxw-mob-nav .menus-head .text {
    color: rgb(51, 51, 51);
    line-height: 1.2;
  }

  .mxw-mob-nav .menus-head .mxw-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    transform: rotate(45deg);
  }

  .mxw-mob-nav .menus-head .mxw-close::before,
  .mxw-mob-nav .menus-head .mxw-close::after {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgb(51, 51, 51);
    transform: translate(-50%, -50%);
  }

  .mxw-mob-nav .menus-head .mxw-close::before {
    width: 2px;
    height: 100%;
  }

  .mxw-mob-nav .menus-head .mxw-close::after {
    width: 100%;
    height: 2px;
  }
}

/* #endregion ==================== 移动端头部 end ==================== */

/* #region ==================== 底部 start ==================== */
footer {
  background-color: #005AAA;
}

footer .top {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

footer .top .head {
  font-size: 0.2833rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
  /* font-weight: bold; */
}

footer .top>.mxw-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .foot-nav {
  width: 39%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .foot-nav .nav-item.col-2 {
  width: 4.3333rem;
}

footer .foot-nav .nav-item.col-2 .nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot-nav .nav-item.col-2 .nav-list a {
  width: 48%;
}

footer .foot-nav .nav-list>a {
  font-size: 0.2333rem;
  color: #F0F0F0;
  line-height: 1.2;
  display: block;
  width: 100%;
  margin-bottom: .1333rem;
}

footer .foot-nav .nav-list>a:hover {
  color: #fff;
}

footer .mxw-links .mxw-box {
  font-size: 0.2667rem;
  color: #676767;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0.3333rem;
}

footer .mxw-links .title {
  cursor: pointer;
  display: inline-block;
  vertical-align: inherit;
  color: #676767;
}

footer .mxw-links>a {
  padding-right: 0.25rem;
}

footer .mxw-links .mxw-links-online {
  position: absolute;
  top: -10px;
  left: 0%;
  background: #eee;
  padding: 0.0833rem 0.1667rem;
  color: #333;
  font-size: 0.2rem;
  border: 1px solid #ddd;
  transform: translate(0%, -100%);
  display: none;
}

footer .mxw-links .mxw-links-online a {
  padding-right: 0.25rem;
  line-height: 2;
}

footer .mxw-links .mxw-links-online a:last-child {
  padding-right: 0;
}

footer .foot-contact {
  padding-left: 30px;
  padding-right: 30px;
  color: rgba(255, 255, 255, 0.7);
}

footer .foot-contact .desc {
  font-size: 0.2333rem;
  line-height: 2;
  text-align: justify;
}

footer .foot-logo {
  width: 4.1rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
}

footer .mxw-copyright {
  text-align: center;
}

footer .mxw-copyright>.mxw-box {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #DADADA;
  line-height: 1.8;
}

footer .mxw-copyright>.mxw-box .copy {

  text-align:center;
}

@media screen and (max-width: 751px) {
  footer .top>.mxw-box {
    flex-direction: column;
  }

  footer .foot-logo {
    order: 1;
    width: auto;
  }

  footer .top {
    padding-top: 0;
    padding-bottom: 0px;
  }

  footer .top .head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  footer .foot-contact {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    order: 2;
  }

  footer .foot-contact .desc {
    font-size: 14px;
  }

  footer .foot-contact .desc p {
    margin-bottom: 5px;
  }

  footer .foot-contact .desc p:last-child {
    margin-bottom: 0px;
  }

  footer .mxw-copyright {
    text-align: center;
  }

  footer .mxw-copyright>.mxw-box {
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.8;
  }

}

/* ==================== 底部 end ==================== */
/* #endregion */
/* #region ==================== 轮播图 start ==================== */
.mxw-banner {
  font-size: 0px;
  position: relative;
}

.mxw-banner .swiper-slide {
  overflow: hidden;
}

.mxw-banner .swiper-slide img {
  width: 100%;
}

.mxw-banner .swiper-pagination {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  opacity: 1;
  margin-left: 3.5px;
  margin-right: 3.5px;
  background: #DFDFDF;
  border-radius: 10px;
  position: relative;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
  background: #FFFFFF;
}

.mxw-banner .swiper-button-next,
.mxw-banner .swiper-button-prev {
  width: 83px;
  height: 55px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  outline: none;
  z-index: 99;
  transform: translateY(-50%);
  top: 50%;
  margin: 0px;
  background-size: 13px 24px;
}

.mxw-banner .swiper-button-next::after,
.mxw-banner .swiper-button-prev::after {
  font-size: 21px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.mxw-banner .swiper-button-next {
  right: 0px;
  background-image: url("//cdn.myxypt.com/0f7d967f/23/03/96a8ce46ba1da4222174cd1f8d4ae9248e68b1bb.png");
}

.mxw-banner .swiper-button-prev {
  left: 0px;
  background-image: url("//cdn.myxypt.com/0f7d967f/23/03/ec1a2c6b3f58c198bbf558e5d774160253d8faf1.png");
}

.mxw-banner .banner-swiper {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 24px;
}

@media screen and (max-width: 751px) {
  .mxw-banner .swiper-pagination {
    padding-right: 0px;
    bottom: 10px;
    max-width: 80%;
  }

  .mxw-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    font-size: 14px;
    width: 8px;
    height: 8px;
  }

  .mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 18px;
  }

  .mxw-banner .swiper-button-next,
  .mxw-banner .swiper-button-prev {
    display: none;
  }
}

/* ==================== 轮播图 end ==================== */
/* #endregion */
/* #region ==================== 通用标题 start ==================== */
.mxw-title {
  overflow: hidden;
  text-align: center;
}

.mxw-title .en {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mxw-title .text1 {
  font-size: 0.6rem;
  color: #000;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.mxw-title .text1:before,
.mxw-title .text1:after {
  content: "";
  display: block;
  background: url(../images/linearrow.png) no-repeat center;
  background-size: 100%;
  width: .7667rem;
  height: .4333rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mxw-title .text1:before {
  left: -1rem;
}

.mxw-title .text1:after {
  right: -1rem;
}

.mxw-title .text2 {
  font-size: 0.2rem;
  color: #000000;
  margin-top: .3333rem;
}


.ny-pages .mxw-title .text {
  color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
}

.ny-pages .mxw-title .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1.0333rem;
  height: .15rem;
  background: #005AAA;
}

.ny-pages .mxw-title .desc {
  line-height: 2;
  font-size: .2333rem;
}

.mxw-more {
  width: 2.4rem;
  height: 0.6rem;
  border: 1px solid #005AAA;
  color: #005AAA;
  font-size: 0.4rem;
  border-radius: 0.133rem;
  margin: 0.5rem auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mxw-more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ny-pages .ny-cate {
  display: flex;
  align-items: center;
}

.ny-pages .ny-cate .cate-item {
  font-size: 0.533rem;
  color: #777777;
  display: flex;
  align-items: center;
  padding-bottom: 0.1667rem;
}

.ny-pages .ny-cate .cate-item:before {
  content: "/";
}

.ny-pages .ny-cate .cate-item:first-child:before {
  display: none;
}

.ny-pages .ny-cate .cate-item.active {
  color: #005AAA;
}

.ny-pages .ny-cate .cate-item.active a:after {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.033rem;
  background: #005AAA;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 751px) {
  .ny-pages .mxw-title .text {
    font-size: .6rem;
    font-weight: bold;
    padding-top: 0.4rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-title {
    margin-bottom: 20px;
  }

  .mxw-title .text1 {
    font-weight: bold;
    font-size: 26px;
  }

  .mxw-title .desc {
    font-size: 12px;
    padding: 0px 20px;
    line-height: 1.8;
    color: rgb(136, 136, 136);
  }

  .ny-pages .mxw-title .text {
    font-size: 26px;
    padding-top: 20px;
  }

  .ny-pages .mxw-title .desc {
    font-size: 12px;
    padding: 0;
  }

  .ny-pages .ny-cate .cate-item {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* #endregion ==================== 通用标题 end ==================== */
/* #region ==================== 通用细节调整 start ==================== */
.page-banner .nybt {
  z-index: 3;
  display: none;
}

.page-banner .nybt h3 {
  font-size: 0.6rem;
}

#toolbar .online-one li.phone .tel-phone {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
}

.product-detail-tab .product-detail-tabli li.on::before,
.product-detail-tab .product-detail-tabli li:visited::before,
.product-detail-tab .product-detail-tabli li:active::before {
  display: none;
}



.product-detail-tab .product-detail-tabli li {

  font-size: 15px;
  font-weight: bold;
}
.product-detail-tab .product-detail-tabli li.active{
  background: #005AAA;
  color: rgb(255, 255, 255);
}
.product-detail-tabcon {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

.page-banner .nybt {
  display: none;
}

.ueditor_baidumap {
  width: 100%;
}

.xypg-album-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.xypg-album-list li {
  padding: 10px 10px 0px;
  border: 1px solid rgb(234, 234, 234);
  margin: 0px;
  width: 32%;
}

.xypg-album-list li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}

.xypg-album-list li:nth-child(3)~li {
  margin-top: 2%;
}

.xypg-album-list li h3 {
  position: static;
  color: rgb(102, 102, 102);
  font-size: 16px;
  background: none;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .easyzoom-flyout img {
    max-width: inherit;
  }

  .container {
    width: 100%;
    max-width: 1430px;
    margin: auto;
  }
}

@media screen and (max-width: 751px) {

  body {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 50px;
  }

  .mxw-bgtext {
    max-height: initial;
  }

  .page-product-detail-effect .big-img {
    pointer-events: none;
  }

  .page-banner .nybt h3 {
    font-size: 20px;
  }

  .page-product-detail-effect .big-img a {
    height: auto;
  }

  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-product-detail-effect .big-img {
    height: auto;
  }

  .page-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .page-banner>img {
    max-width: 240%;
    width: 240%;
  }

  .xypg-product-list,
  .xypg-case-list {
    display: flex;
    flex-wrap: wrap;
  }

  .xypg-product-list li,
  .xypg-case-list li {
    width: 48%;
    margin: 0px;
  }

  .xypg-product-list li:nth-child(2n),
  .xypg-case-list li:nth-child(2n) {
    margin-left: 4%;
  }

  .xypg-product-list li:nth-child(2)~li,
  .xypg-case-list li:nth-child(2)~li {
    margin-top: 4%;
  }

  .xypg-pagination>div {
    margin-bottom: 10px;
  }

  .xypg-case-list li h3 a {
    padding-bottom: 0px;
  }

  .xypg-news-list li {
    padding: 15px;
    margin-bottom: 15px;
  }

  .xypg-news-list li .more {
    text-align: center;
    margin-top: 0px;
  }

  .xypg-news-list li .more span {
    width: 90px;
    margin: 0px auto;
  }

  .product-detail-tabcon {
    font-size: 16px;
  }

  .product-detail-tab .product-detail-tabli li {
    padding: 8px 15px;
    width: auto;
    line-height: 1.2;
    height: auto;
  }

  .product-detail-tab .product-detail-tabli {
    height: auto;
  }

  .xypg-album-list {
    justify-content: space-between;
  }

  .xypg-album-list::before,
  .xypg-album-list::after {
    display: none;
  }

  .xypg-album-list li {
    width: 48%;
    margin: 0px;
  }

  .xypg-album-list li:nth-child(2)~li {
    margin-top: 2%;
  }
}

/* #endregion ==================== 通用细节调整 end ==================== */

/* #region ==================== 搜索 start ==================== */
.mxw-keywords .tel {
  color: rgb(255, 255, 255);
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 0.6667rem;
}

.mxw-keywords .tel p {
  font-size: 20px;
}

.mxw-keywords .tel img {
  width: 38px;
  margin-right: 18px;
}

.mxw-keywords .tel strong {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  color: #005AAA;
}

@media screen and (max-width: 1680px) {
  .mxw-keywords .tel {
    margin-left: 0px;
    padding-left: 0px;
  }

  .mxw-keywords .tel p {
    font-size: 16px;
  }

  .mxw-keywords .tel strong {
    font-size: 26px;
    margin-top: 5px;
  }
}

/* #endregion ==================== 搜索 end ==================== */

/* #region ==================== 页面自定义样式 start ==================== */
.mxw-box {
  margin: 0px auto;
  font-size: 18px;
  color: rgb(51, 51, 51);
  width: 86%;
  max-width: 1400px;
  min-width: 20rem;
}

.ny-banner img {
  width: 100%;
}

.mxw-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pro_arrow_on.png) no-repeat center;
  background-size: 100%;
  width: 1.166rem;
  height: 1.166rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

.mxw-swiper-btn.swiper-button-disabled {
  background: url(../images/pro_arrow.png) no-repeat center;
  background-size: 100%;
}

.mxw-swiper-btn.mxw-swiper-prev {
  left: -1.5rem;
  transform: translateY(-50%) rotateY(0);
}

.mxw-swiper-btn.mxw-swiper-next {
  right: -1.5rem;
  transform: translateY(-50%) rotateY(180deg);
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 60px !important;
  }
}

@media screen and (max-width: 1680px) {
  .mxw-box {
    max-width: 86%;
  }
}

@media screen and (min-width: 751px) {

  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }

  .mxw-ny-box {
    padding-top: 1.667rem;
    padding-bottom: 1.667rem;
  }
}

@media screen and (max-width: 1680px) {
  .mxw-ny-box {
    max-width: 90%;
  }
}

@media screen and (max-width: 751px) {
  .mxw-ny-box {
    max-width: 100%;
    font-size: 0px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 751px) {
  body {
    margin-top: 60px;
  }

  html {
    font-size: 50px;
  }

  .m-none,
  .pc-nav {
    display: none !important;
  }

  .mxw-box {
    padding: 20px 0px;
    max-width: 100%;
    min-width: auto;
    width: 95%;
  }

  .mxw-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  article {
    font-size: 15px;
  }
}

/* #endregion ==================== 页面自定义样式 end ==================== */

/* #region ==================== 产品中心 start ==================== */

.mxw-product {
  overflow: hidden;

  background-size: cover;
}

.mxw-product .body {
  position: relative;
  margin: auto;
}

.mxw-product .itembox {
  position: relative;
}

.mxw-product .itembox::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.6667rem;
  background: #EFEFEF;
  z-index: -1;
}

.mxw-product .itembox>.mxw-box {
  display: flex;
  flex-wrap: wrap;
}

.mxw-product .item {
  display: block;
}

.mxw-product .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: .0833rem solid #005AAA;
  transition: All 0.6s ease-in-out;
}

.mxw-product .item:hover .image {
  border-bottom: .1333rem solid #005AAA;
  transform: translateY(-0.4333rem);
}

.mxw-product .item .info {
  display: flex;
  flex-flow: column;
  padding-top: .6333rem;
  padding-bottom: .7167rem;
}

.mxw-product .item .name {
  width: 100%;

  line-height: 2;
  text-align: center;
  padding: 0 .3333rem;
  color: #000000;
  font-weight: bold;
  font-size: 0.4rem;
  transition: .4s;
}

.mxw-product .item .fname {
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: 0.233rem;
  text-decoration-line: underline;
  transition: .4s;
}



.mxw-product .body .itembox .item:hover .fname {
  color: #444444;
}

@media screen and (min-width: 751px) {
  .mxw-product {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .mxw-product .body {
    padding-top: .4333rem;
  }

  .mxw-product .body .itembox {
    margin-top: 1rem;
  }

  .mxw-product .item {
    width: 32.5%;
    margin-right: 1.25%;
  }

  .mxw-product .item:nth-child(3n) {
    margin-right: 0;
  }

  .mxw-product .item .mxw-more {
    transition: .4s;
    width: 3.2167rem;
    height: 0.9167rem;
    border-radius: 1.05rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-product {
    padding-top: 20px;
  }

  .mxw-product .mxw-title {
    margin-bottom: 0;
  }

  .mxw-product .body {
    margin-top: 0;
  }

  .mxw-product .item .info {
    padding: 10px 0;
  }

  .mxw-product .item .name {
    line-height: inherit;
    height: auto;
    padding: 8px 10px;
    font-size: 15px;
    min-height: auto;
  }

  .mxw-product .item .mxw-more {
    transition: .4s;
    width: 30%;
    height: 30px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
  }
}

/* #endregion ==================== 产品中心 end ==================== */

/* #region ==================== 关于我们 start ==================== */
.mxw-about>.mxw-box>.body {
  display: flex;
  align-items: center;
}

.mxw-about .body .mxw-title {
  text-align: left;
  display: block;
}

.mxw-about .body .mxw-title .text1 {
  font-size: .3333rem;
  text-transform: capitalize;
}

.mxw-about .info .desc {
  font-size: 0.2rem;
  color: #777777;
  line-height: 2.2;

}

.mxw-about .top-image {
  width: 100%;
  position: relative;
}

.mxw-about .mxw-more {
  margin-left: 0;
  font-size: 0.2rem;
  border-radius: .3333rem;
  width: 1.5167rem;
  height: .4333rem;
  margin-top: 0.4rem;
}


@media screen and (min-width: 751px) {

  .mxw-about .mxw-box {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .mxw-about>.mxw-box>.body {
    margin-top: 1.5rem;
  }

  .mxw-about .body .mxw-title {
    margin-top: 0.667rem;
  }

  .mxw-about .mxw-title .icon {
    margin: 0.2rem 0 .3333rem;
  }

  .mxw-about .mxw-title .icon::after {
    content: "";
    display: inline-block;
    width: 1.1833rem;
    height: .0167rem;
    background: #005AAA;
  }

  .mxw-about .top-image {
    width: 11.3rem;
    margin-left: 0.8667rem;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .mxw-about .top-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 94%;
    background: #005AAA;
    position: absolute;
    right: 0.25rem;
    top: 0;
    left: -0.8667rem;
  }

  .mxw-about .image {
    position: relative;
    z-index: 3;
    margin-top: 0.667rem;
  }

  .mxw-about .mxw-image:hover img {
    transform: none;
  }

  .mxw-about .info .desc {
    padding-right: 1rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 751px) {
  .mxw-about>.mxw-box>.body {
    flex-wrap: wrap;
  }

  .mxw-about .mxw-title {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .mxw-about .mxw-title .icon {
    justify-content: flex-start;
  }

  .mxw-about .body .mxw-title {
    margin-bottom: 20px;
  }

  .mxw-about .image {
    order: 2;
    margin-top: 20px;
  }

  .mxw-about .info .desc {
    margin-bottom: 0;
    font-size: 12px;
  }

  .mxw-about .info .itembox {
    margin-top: 20px;
  }

  .mxw-about .info .item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mxw-about .info .item .text {
    font-size: 12px;
  }
}

/* #endregion ==================== 关于我们 end ==================== */

/* #region ==================== 服务 start ==================== */
.mxw-services {
  position: relative;
}

.mxw-services::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 7.6667rem;
  background: #EFEFEF;
  z-index: -1;
}

.mxw-services .body .left:hover {
  z-index: 1;
}

.mxw-services .body .image {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.mxw-services .body .image img {
  width: 100%;
  height: 100%;
}

.mxw-services .body .text1 {
  font-size: .3333rem;
  margin-bottom: .2rem;
}

.mxw-services .body .info .desc {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (min-width:751px) {
  .mxw-services .mxw-box {
    padding-top: 2rem;
    padding-bottom: .8333rem;
  }

  .mxw-services .body {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.3667rem;
  }

  .mxw-services .body .left {
    display: flex;
    flex-shrink: 0;
    width: 13.1667rem;
    position: relative;
    transition: z-index 0.6s ease-out;
  }

  .mxw-services .body .right {
    display: flex;
    flex-shrink: 0;
    width: 13rem;
    position: absolute;
    right: 0;
    top: 1.3667rem;
  }

  .mxw-services .body .left .info {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-85%, -50%);
    text-align: center;
  }

  .mxw-services .body .right .info {
    width: 60%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media screen and (max-width:751px) {
  .mxw-services .body {
    padding-top: 0;
  }

  .mxw-services .body .left {
    width: 100%;
    position: relative;
  }

  .mxw-services .body .right {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .mxw-services .body .left .info {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-85%, -50%);
    text-align: center;
  }

  .mxw-services .body .right .info {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .mxw-services .body .right .info img {
    width: 60px;
  }
}

/* #endregion ==================== 服务 end ==================== */

/* #region ==================== 优势 start ==================== */
.mxw-advantages .body {
  text-align: center;
}

.mxw-advantages .body .text1 {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mxw-advantages .body .text1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: rgb(255 255 255 / 50%);
  z-index: 99;
}

.mxw-advantages .body .text2 {
  font-size: 0.4rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
}

.mxw-advantages .body .text2 .numbers {
  font-size: .5333rem;
  color: #000;
}

.mxw-advantages .body .text3 {
  font-size: 0.2rem;
  line-height: 1.5;
}

.mxw-advantages .s2-title {
  font-size: 0.6rem;
  text-align: center;
  color: #000;
  padding-bottom: .4667rem;
}

.mxw-advantages .body .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mxw-advantages .body .itembox .item {
  color: #000;
  text-align: center;
  position: relative;
  border-radius: .2667rem;
  width: 7.3333rem;
}

@media screen and (min-width: 751px) {
  .mxw-advantages {
    padding-top: 1rem;
  }

  .mxw-advantages .body {
    padding: 0.9333rem 0 2rem;
  }
}

@media screen and (max-width: 751px) {

  .mxw-advantages .body {
    margin-bottom: 10px;
    margin-top: 10px;
    background-size: cover;
  }

  .mxw-advantages .body:before {
    height: 100%;
    width: 100%;
    transform: inherit;
  }

  .mxw-advantages .body .text1 {
    font-size: 60px;
    top: 0;
  }

  .mxw-aboadvantagesut .body .text1::after {
    width: 30px;
    height: 1px;
    margin: 10px auto;
  }

  .mxw-advantages .body .text2 {
    font-size: 18px;
    line-height: 1.8;
  }

  .mxw-advantages .body .text3 {
    font-size: 14px;
  }


  .mxw-advantages .itembox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mxw-advantages .itembox .item {
    width: 100%;
    margin: 10px 0;
  }
}

/* #endregion ==================== 优势 end ==================== */

/* #region ==================== 新闻中心 start ==================== */
.mxw-news .body {
  display: flex;
  align-items: stretch;
  margin-top: 0.5rem;
}

.mxw-news .mxw-cate .newsen {
  font-size: 0.4rem;
  font-weight: bold;

}

.mxw-news .left .mxw-cate {
  height: 3.6667rem;
  background: #005AAA;
  padding: .6667rem .5333rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.mxw-news .left .itembox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  background: #005AAA;
  transition: height 0.6s ease-out;
  z-index: -1;
}

.mxw-news .left .itembox:hover::before {
  height: 100%;
}

.mxw-news .left .info {
  margin-top: 0.3333rem;
  display: flex;
  align-items: center;
  padding: 0 .6333rem 0 .5333rem;
}

.mxw-news .left .info .content {
  width: 100%;
}

.mxw-news .left .info .time {
  font-size: 0.2rem;
  color: #787878;
  transition: .6s ease-out;
}

.mxw-news .left .info .content .title {
  font-size: 0.3333rem;
  color: #323232;
  margin-bottom: 0.0833rem;
  transition: .6s ease-out;
}

.mxw-news .left .info .content .desc {
  font-size: 0.2rem;
  color: #787878;
  line-height: 2;
  text-align: justify;
  transition: .6s ease-out;
}

.mxw-news .mxw-more {
  width: 1.7333rem;
  height: .4333rem;
  font-size: 0.2rem;
  transition: transform 0.4s ease 0s, color 0.4s ease-out;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto;
  border-radius: .85rem;
}

.mxw-news .left .itembox:hover .mxw-more {
  border-color: #fff;
  color: #fff;
}

.mxw-news .right .mxw-cate {
  margin-top: .1667rem;
  margin-bottom: .5rem;
  text-align: center;
}
.mxw-news .right .mxw-cate .newscn{
  font-size: .3333rem;
  font-weight: bold;
  color: #323232;
}

.mxw-news .right .mxw-cate .cate-item {
  font-size: 0.3333rem;
  color: #666;
  line-height: 1.2;
  padding-left: 0.6667rem;
  padding-right: 0.6667rem;
  position: relative;
}

.mxw-news .right .mxw-cate .cate-item:hover,
.mxw-news .right .mxw-cate .cate-item.active {

  color: #0051A3;
}

.mxw-news .right .mxw-cate .cate-item:first-child {
  padding-left: 0;
}

.mxw-news .right .mxw-cate .cate-item:last-child {
  padding-right: 0;
}

.mxw-news .right .mxw-cate .cate-item:last-child::after {
  display: none;
}

.mxw-news .right .mxw-cate .cate-item:after {
  content: "";
  display: block;
  width: 0.0167rem;
  height: 0.1667rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #666;
}

.mxw-news .right .item {
  display: flex;
  align-items: center;
  padding-bottom: .2667rem;
  margin-top: .3rem;
  overflow: hidden;
  flex-wrap: nowrap;
}

.mxw-news .right .item:hover .title,
.mxw-news .right .item.active .title {
  color: #0051A3;
}

.mxw-news .right .item:hover .desc {
  color: #0051A3;
}

.mxw-news .right .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.0333rem;
  background: #F0F0F0;
}

.mxw-news .right .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0.8333rem;
  height: .05rem;
  background: #005AAA;
  transition: width 0.6s;
}

.mxw-news .right .item:hover::after {
  width: 100%;
}

.mxw-news .right .item .title {
  font-size: 0.3333rem;
  color: #323232;
  margin-bottom: 0.08333rem;
}

.mxw-news .right .item .desc {
  font-size: 0.2rem;
  color: #999;
  line-height: 2;
  text-align: justify;
}

.mxw-news .time {
  font-size: 0.2rem;
  color: #787878;
}

@media screen and (min-width: 751px) {

  .mxw-news .mxw-box {
    padding-top: 0.533rem;
    padding-bottom: 1rem;
  }

  .mxw-news .left {
    width: 30%;
    display: flex;
    flex-flow: column;
    margin-right: 0.3333rem;
    flex-shrink: 0;
  }

  .mxw-news .left .image {
    margin-top: -20%;
    padding: 0 .6333rem 0 .5333rem;
  }


  .mxw-news .left .image .mxw-image {
    height: 3.2667rem;
  }

  .mxw-news .left .image .mxw-image img {
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .mxw-news .left .itembox:hover .content .title {
    color: #fff;
  }

  .mxw-news .left .itembox:hover .content .time {
    color: #fff;
  }

  .mxw-news .left .itembox:hover .content .desc {
    color: #fff;
  }

  .mxw-news .right {
    width: 70%;
    flex-grow: 1;
    background: #fff;
    padding: 0.3333rem 0.5333rem;

  }

  .mxw-news .right .news-swiper {
    height: 7.6667rem;
  }

  .mxw-news .right .item .image {
    width: 4.8333rem;
    height: 1.5833rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.583rem;
    order: 2;
    flex: 0 0 4.8333rem;
    box-sizing: border-box;
  }

  .mxw-news .right .item .image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mxw-news .right .item .info {
    order: 1;
    flex: 1 1 auto;
    box-sizing: border-box;
    width: 60%;
  }
}

@media screen and (max-width: 751px) {
  .mxw-news .body {
    flex-wrap: wrap;
  }

  .mxw-news .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .mxw-news .left .mxw-cate {
    height: auto;
  }


  .mxw-news .left .info {
    margin-top: 20px;
    width: 100%;
  }

  .mxw-news .left .info .time {
    padding-right: 15px;
    margin-right: 15px;
  }

  .mxw-news .left .info .content {
    min-width: 0;
    flex-grow: 1;
  }

  .mxw-news .left .info .content .title {
    font-size: 15px;
  }

  .mxw-news .left .info .content .desc {
    font-size: 12px;
  }

  .mxw-news .time .month:before {
    width: 1px;
    height: 10px;
  }

  .mxw-news .right {
    width: 100%;
  }

  .mxw-news .right .news-swiper {
    height: 330px;
  }

  .mxw-news .right .item .image {
    width: 50%;
    height: 100%;
  }

  .mxw-news .right .item .image img {
    height: 100%;
    object-fit: cover;
  }

  .mxw-news .right .item .info {
    width: 100%;
    margin-left: 10px;
  }

  .mxw-news .right .mxw-cate {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }


  .mxw-news .right .mxw-cate .cate-item {
    display: block;
    width: 33.333%;
    margin-right: 0;
    font-size: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }

  .mxw-news .right .item .title {
    font-size: 14px;
  }

  .mxw-news .right .item .desc {
    font-size: 12px;
  }
}

/* #endregion ==================== 新闻中心 end ==================== */
/* #region ==================== 内页-留言 start ==================== */
.ny-message {
  margin-top: .8333rem;
  margin-bottom: 0.133rem;
}

.ny-message .title {
  text-align: center;
  font-size: 0.6rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.766rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.4rem;
}

.ny-message .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 1.1167rem;
  height: 0.066rem;
  background-color: #005AAA;
  left: 50%;
  transform: translateX(-50%);
}

.ny-message .mxw-form .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ny-message .mxw-form input,
.ny-message .mxw-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  transition: all 0.4s;
}

.ny-message .mxw-form input:focus,
.ny-message .mxw-form textarea:focus {
  border-color: #000;
}

.ny-message .mxw-form input::-webkit-input-placeholder,
.ny-message .mxw-form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.ny-message .mxw-form input:-moz-placeholder,
.ny-message .mxw-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.ny-message .mxw-form input::-moz-placeholder,
.ny-message .mxw-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.ny-message .mxw-form input:-ms-input-placeholder,
.ny-message .mxw-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.ny-message .mxw-form input {
  padding: 8px 15px;
}

.ny-message .mxw-form textarea {
  width: 100%;
  height: 140px;
  padding: 15px;
  resize: none;
}

.ny-message .mxw-form button {
  background-color: #005AAA;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  height: 0.75rem;
  line-height: 0.75rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 0.333rem;
  cursor: pointer;
  transition: all 0.4s;
}

.ny-message .mxw-form button:hover {
  box-shadow: 0 0 8px #005AAA;
}

.ny-message .mxw-form .text {
  color: #b31d23;
  font-size: 0.3rem;
  margin-top: 0.25rem;
}

@media screen and (min-width: 751px) {
  .ny-message .mxw-ny-box {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .ny-message .mxw-form{
    margin-top: .5rem;
  }

  .ny-message .mxw-form input {
    width: 48.5%;
    margin-top: 1.5%;
  }

  .ny-message .mxw-form input:nth-child(2n) {
    margin-left: 3%;
  }
}

@media screen and (max-width: 751px) {
  .ny-message .title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .ny-message .mxw-form {
    padding: 6% 4%;
  }

  .ny-message .mxw-form input {
    font-size: 12px;
    margin-top: 10px;
  }

  .ny-message .mxw-form textarea {
    padding: 8px 15px;
  }

  .ny-message .mxw-form button {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    margin-top: 10px;
  }
}

/* #endregion ==================== 内页-留言 end ==================== */
/* #region ==================== 内页 - 关于我们 start ==================== */
.ny-about .ny-section1 {
  overflow: hidden;
}

.ny-about .ny-section1 .mxw-title {
  margin-bottom: 1rem;
  text-align: center;
}

.ny-about .ny-section1 .info {
  min-width: 0;
  flex-grow: 1;
}

.ny-about .ny-section1 .info .desc {
  font-size: 0.2667rem;
  color: #000000;
  line-height: 2;
}

.ny-about .ny-section2 .item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.3333rem 0.3333rem;
}

.ny-about .ny-section2 .item img {
  width: 0.8333rem;
  flex-shrink: 0;
  margin-right: 0.3333rem;
}

.ny-about .ny-section2 .item .info {
  font-size: 0.2333rem;
  color: #000;
  line-height: 1.8;
}

.ny-about .ny-section2 .item .info p:first-child {
  font-size: .4667rem;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 751px) {
  .ny-about .ny-section1 .mxw-box {
    padding-top: 1.6667rem;
    padding-bottom: 0.8333rem;
  }

  .ny-about .ny-section1 .info .desc {
    letter-spacing: 1px;
  }

  .ny-about .ny-section1 .info .desc video {
    cursor: pointer;
    margin: 1rem 0;
  }
}

@media screen and (max-width: 751px) {
  .ny-about .ny-section1 .mxw-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .ny-about .ny-section1 .body {
    flex-wrap: wrap;
  }

  .ny-about .ny-section1 .info {
    margin-bottom: 0;
  }

  .ny-about .ny-section1 .info .desc {
    letter-spacing: 0;
    font-size: 16px;
  }

  .ny-about .ny-section2 .itembox {
    flex-direction: column;
  }

  .ny-about .ny-section2 .item {
    width: 100%;
    padding: 10px;
  }

  .ny-about .ny-section2 .item img {
    width: 50px;
    margin-right: 20px;
  }

  .ny-about .ny-section2 .item .info {
    font-size: 14px;
  }

  .ny-about .ny-section2 .item .info p:first-child {
    font-size: 22px;
  }
}

/* #endregion ==================== 内页 - 关于我们 end ==================== */

/* #region ==================== 内页 - 产品中心 start ==================== */
.ny-product .list {
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  margin-top: .6667rem;
}

.ny-product .list-item {
  background: #FFFFFF;
  transition: box-shadow 0.4s;
}

.ny-product .list-item:hover {
  box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.05), -4px 4px 8px rgba(0, 0, 0, 0.05);
}

.ny-product .h_list .list-item:hover .title {
  background-color: #fff;
  border-bottom-color: #f2f2f2;
}

.ny-product .h_list .list-item:hover .name {
  color: #333;
}

.ny-product .list-item:hover .arrow {
  border-color: #fff;
  color: #fff;
}

.ny-product .list-item .hot {
  width: .8833rem;
  height: .4rem;
  font-size: .2rem;
  color: #FFFFFF;
  background: #0087FF;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

.ny-product .list-item .image {
  position: relative;
}

.ny-product .list-item .image img {
  width: auto;
  display: block;
  margin: auto;
}

.ny-product .list-item .title {
  width: 100%;
  padding: 0.416rem 0.5rem;
  text-align: center;
  transition: all 0.4s;
}

.ny-product .list-item .name {
  color: #000;
  font-size: 0.3333rem;
  line-height: 1.5;
  min-width: 0;
}

.ny-product .list-item .desc {
  color: #000;
  font-size: 0.3333rem;
  line-height: 1.5;
}

.ny-product .ny-nav {
  background: #F8FBFF;
  border-bottom: 2px solid rgba(0, 92, 216, 0.4);
  margin-top: 1rem;
  height: 1.0667rem;
}

.ny-product .ny-nav .ny-nav-header {
  display: flex;
  align-items: center;
  font-size: .3333rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  height: 1.0667rem;
}

.ny-product .ny-nav .ny-nav-header::after {
  content: "";
  display: inline-block;
  margin-left: .3333rem;
  width: .25rem;
  border-left: .125rem solid transparent;
  border-right: .125rem solid transparent;
  border-bottom: .1667rem solid #0C5CA8;
}

.ny-product .ny-nav .ny-nav-header.active::after {
  transform: rotate(180deg);
}

.ny-product .ny-nav-body {
  display: none;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.ny-product .ny-nav-body .nav-item {
  display: block;
  font-size: 0.3333rem;
  color: #333;
  line-height: 1.2;
  padding: 0.3333rem 0;
  margin-right: 1.1667rem;
  text-align: center;
}

.ny-product .ny-nav-body .nav-item:last-child {
  margin-right: 0;
}

.ny-product .ny-nav-body .nav-item .item {
  position: relative;
  padding: 0.3rem;
}

.ny-product .ny-nav-body .nav-item:hover .item,
.ny-product .ny-nav-body .nav-item.active .item {
  color: #0C5CA8;
}

.ny-product .ny-nav-body .nav-item .item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0C5CA8;
  transition: 0.4s;
}

.ny-product .ny-nav-body .nav-item .item:hover::after,
.ny-product .ny-nav-body .nav-item.active .item::after {
  width: 100%;
}

.ny-product .ny-nav-body .nav-sub-item {
  width: 100%;
  background: #fff;
  padding: 1rem 0;
  display: none;
}

.ny-product .ny-nav-body .nav-sub-item.active {
  display: block;
}

.ny-product .ny-nav-body .nav-sub-item .nav-sub-menu {
  display: flex;
  flex-wrap: wrap;
}

.ny-product .nav-sub-item .nav-sub-menu>li {
  margin-right: 2%;
}

.ny-product .nav-sub-item .nav-sub-menu>li>a {
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ny-product .nav-sub-item .nav-sub-menu>li .title {
  white-space: nowrap;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

@media screen and (min-width: 751px) {
  .ny-product {
    padding-top: 1.667rem;
    padding-bottom: 1.667rem;
  }

  .ny-product .mxw-ny-box {
    max-width: 1430px;
    padding: 0;
  }

  .ny-product .mxw-ny-box .bottom {
    width: 100%;
  }

  .ny-product .list-item {
    width: 32.3%;
    margin-right: 1.5%;
  }

  .ny-product .list-item:nth-child(3n) {
    margin-right: 0;
  }

  .ny-product .list-item:nth-child(3)~.list-item {
    margin-top: 0.8333rem;
  }
}

@media screen and (max-width: 751px) {
  .ny-product {
    padding: 20px 0;
  }

  .ny-product .ny-nav {
    margin-top: 20px;
    height: 60px;
  }

  .ny-product .ny-nav .ny-nav-header {
    height: 60px;
  }

  .ny-product .ny-nav .mxw-ny-box {
    padding: 0;
  }

  .ny-product .ny-nav-body .nav-sub-item {
    padding: 20px 0;
  }

  .ny-product .ny-nav-body .nav-item {
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 0;
  }

  .ny-product .ny-nav-body .nav-sub-item.active .nav-sub-menu {
    display: flex;
  }

  .ny-product .ny-nav-body .nav-sub-item .nav-sub-menu>li {
    width: 32%;
  }

  .ny-product .nav-sub-item .nav-sub-menu>li {
    margin-right: 1.3%;
  }

  .ny-product .nav-sub-item .nav-sub-menu>li .title {
    font-size: 14px;
  }

  .ny-product .list-item {
    width: 48%;
  }

  .ny-product .list-item:nth-child(2n) {
    margin-left: 4%;
  }

  .ny-product .list-item:nth-child(2)~.list-item {
    margin-top: 40px;
  }

  .ny-product .list-item .title {
    padding: 10px 10px;

  }

  .ny-product .list-item .name {
    font-size: 14px;
  }

  .ny-product .list-item .desc {
    font-size: 14px;
  }
}

.product-detail-color{
  background: #f6f6f6;
  margin-top: .8333rem;
}
.product-detail-color .itembox {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}

.product-detail-color .item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-right: 0;
}

.product-detail-color .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d0d0d0;
  position: absolute;
  right: 0;
  top: 50%;
  transform:
    translateY(-50%);
}

.product-detail-color .item:hover {
  transform: translateY(-0.1667rem);
}

.product-detail-color .item .image {
  margin-bottom: 0.333rem;
}

.product-detail-color .item .text1 {
  font-size: 0.2667rem;
  margin-bottom: 0.75rem;
  color: #000;
  text-transform: capitalize;
  white-space: normal;
  word-break: break-word;
}

.product-detail-color .item .text2 {
  font-size: 0.5333rem;
  color: #000;
  text-transform: capitalize;
}

@media screen and (max-width: 751px) {
  .product-detail-color{
    background: #f6f6f6;
    margin-top: 20px;
  }
  
  .product-detail-color .itembox {
    justify-content: center;
  }
  .product-detail-color .item{
    width: 50%;
    padding: 0 10px;
    height: 150px;
    flex-wrap: wrap;
  }

  .product-detail-color .item:nth-child(2n):after {
    display: none;
  }

  .product-detail-color .item:nth-child(3) {
    margin-top: 30px !important;
  }
  .product-detail-color .item .text1{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .product-detail-color .item .text2{
    font-size: 20px;
    word-break: break-all;
  }
}

/* #endregion ==================== 内页 - 产品中心 end ==================== */

/* #region ==================== 内页 - 服务领域 start ==================== */

.ny-service .body {
  position: relative;
}

.ny-service .body::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.9rem;
  background: #EFEFEF;
  z-index: -1;
}

.ny-service .itembox {
  display: flex;
  flex-wrap: wrap;
}

.ny-service .item {
  display: block;
  transition: 0.4s;
  border-bottom: 5px solid #0C5CA8;
  background: #fff;
}

.ny-service .item:hover {
  transform: translateY(-0.1667rem);
  border-bottom: 8px solid #0C5CA8;
  box-shadow: 0 15px 25px 0 rgba(153, 153, 153, .5);
}

.ny-service .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ny-service .item .info {
  display: flex;
  flex-flow: column;
}

.ny-service .item .name {
  text-align: center;
  font-size: .4667rem;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}

.ny-service .item .desc {
  text-align: center;
  font-size: 0.2rem;
  margin-top: .2rem;
}

.ny-service form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ny-service form .top {
  margin-bottom: 0.333rem;
}

.ny-service form .top input {
  width: 5.3667rem;
  border-bottom: 1px solid #C0C0C0;
  height: 0.6rem;
}

.ny-service form textarea {
  border: 0;
  resize: none;
  width: 5.3667rem;
  border-bottom: 1px solid #C0C0C0;
  height: 0.6rem;
  margin: auto;
}

.ny-service form button {
  font-size: .3333rem;
  width: 2.7rem;
  height: .7333rem;
  border-radius: 1.05rem;
  transition: .4s;
  border: 1px solid #005AAA;
  color: #005AAA;
  margin: 1.3167rem auto 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ny-service .ny-section2 .item:nth-child(3) {
  position: relative;
}

@media screen and (min-width: 751px) {
  .ny-service .mxw-ny-box {
    padding-top: 2rem;
    padding-bottom: .6667rem;
  }

  .ny-service .body .itembox {
    margin-top: 1rem;
  }

  .ny-service .item {
    width: 32.5%;
    margin-right: 1.25%;
  }

  .ny-service .item:nth-child(3n) {
    margin-right: 0;
  }

  .ny-service .item .info {
    padding: .3333rem .75rem;
  }

  .ny-service .ny-section1 .item {
    width: 24%;
    margin-right: 1.333%;
  }

  .ny-service .ny-section1 .item:nth-child(4n) {
    margin-right: 0;
  }

  .ny-service .ny-section2 .mxw-ny-box {
    max-width: 1200px;
    margin-bottom: 2rem;
  }

  .ny-service .ny-section2 .item .name {
    text-transform: uppercase;
    font-weight: bold;
  }

  .ny-service .item .mxw-more {
    margin: 20px auto;
    font-size: .3333rem;
    width: 2.7rem;
    height: .7333rem;
    border-radius: 1.05rem;
    transition: .4s;
  }
  

}

@media screen and (max-width: 751px) {
  .ny-service .body {
    margin-top: 20px;
  }

  .ny-service .item .info {
    padding: 10px;
  }

  .ny-service .item .name {
    line-height: inherit;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
  }

  .ny-service .item .mxw-more {
    font-size: 12px;
    border-radius: 20px;
    width: 60%;
    height: 30px;
  }

  .ny-service .ny-section1 .item,
  .ny-service .ny-section2 .item {
    width: 48.5%;
    margin-bottom: 3%;
    box-shadow: 0 15px 25px 0 rgba(153, 153, 153, .5);
  }

  .ny-service .ny-section1 .item:nth-child(2n),
  .ny-service .ny-section2 .item:nth-child(2n) {
    margin-left: 3%;
  }

  .ny-service .ny-section2 .item:nth-child(3) {
    width: 100%;
  }
  .ny-service form{
    position: static;
    transform: translateX(0);
    margin-top: 30px;
  }
  .ny-service form button{
    font-size: 12px;
    border-radius: 20px;
    width: 60%;
    height: 30px;
    margin: 20px auto;
  }
}

/* #endregion ==================== 内页 - 服务领域 end ==================== */

/* #region ==================== 内页 - 新闻中心 start ==================== */
.ny-news .item {
  display: flex;
  padding: 0.633rem 0 .7833rem 0;
  transition: all 0.4s;
  border-bottom: 0.0167rem solid #dfdfdf;
  margin-bottom: 0.6667rem;
  position: relative;
}

.ny-news .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #005AAA;
  transition: .4s ease-in-out;
}

.ny-news .item:hover::after {
  width: 100%;
}

.ny-news .item:hover .title {
  color: #005AAA;
}

.ny-news .item .head {
  display: flex;
  align-items: center;
  color: #888;
  padding-bottom: 0.1667rem;
  border-bottom: 0.0167rem solid #888;
  margin-bottom: 0.3333rem;
}

.ny-news .item .title {
  font-size: 0.4rem;
  line-height: 1.2;
  color: #222222;
  font-weight: bold;
}

.ny-news .item .time {
  font-size: 0.233rem;
  color: #6b6b6b;
  text-align: center;
  padding: 0 .9rem 0 1.0667rem;
}

.ny-news .item .time .day {
  font-size: 1rem;
  color: #2c2c2c;
  letter-spacing: -2px;
  line-height: 1;
}

.ny-news .item .info {
  margin-left: 0.466rem;
}

.ny-news .item .desc {
  font-size: 0.2667rem;
  color: #666666;
  line-height: 1.8;
  margin-top: 0.1667rem;
}

.ny-news .item .more {
  width: 2.0833rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #fff;
  border: solid 0.0167rem #dedede;
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #888888;
}

@media screen and (min-width: 751px) {
  .ny-news .mxw-ny-box {
    padding-bottom: 100px;
  }

  .mxw-ny-box .bottom {
    flex-grow: 1;
  }

  .ny-news .bottom .image {
    width: 4.65rem;
    height: 2.8667rem;
    flex-shrink: 0;
  }

}

@media screen and (max-width: 751px) {
  .ny-news .right {
    width: 100%;
  }


  .ny-news .item {
    padding: 15px;
    margin-bottom: 0;
    flex-direction: column;
  }

  .ny-news .item .head {
    margin-bottom: 10px;
  }

  .ny-news .item .title {
    font-size: 16px;
  }

  .ny-news .item .time {
    font-size: 12px;
    padding: 0;
    display: none;
  }

  .ny-news .item .info {
    margin-top: 10px;
    margin-left: 0;
  }

  .ny-news .item .desc {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8em;
    height: 3.6em;
    margin-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
  }

  .ny-news .item .more {
    width: 100%;
    padding: 8px 20px;
    font-size: 12px;
    height: auto;
    line-height: inherit;
  }
}

/* #endregion ==================== 内页 - 新闻中心 end ==================== */

/* #region ==================== 内页 - 案例详情 start ==================== */
.ny-case .info .text1 {
  font-size: .6667rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}

.ny-case .info .desc {
  font-size: .3333rem;
  color: #777777;
  line-height: 2;
}

.ny-case .info .desc strong {
  color: #333333;
}

.ny-case .info .desc img {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 751px) {
  .ny-case .info .desc strong {
    font-size: 0.5333rem;
  }
}

@media screen and (max-width: 751px) {
  .ny-case .info .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .ny-case .info .desc {
    font-size: 16px;
  }

  .ny-case .info .desc strong {
    font-size: 20px;
  }

  .ny-case .info .desc img {
    margin: 0;
  }
}

/* #endregion ==================== 内页 - 案例详情 end ==================== */
/* 新闻详情 */

.ny-news-desc .title {
  font-weight: bold;
  font-size: .5333rem;
  color: #000;
  padding-bottom: 0.3226rem;
  text-align: center;
}

.ny-news-desc .info {
  font-size: 0px;
  padding-bottom: 0.3226rem;
  margin-bottom: 0.3226rem;
  text-align: center;
}

.ny-news-desc .info .text {
  font-size: 0.2rem;
  color: #777;
  display: inline-block;
  margin-right: 0.3226rem;
  padding-left: 0.3226rem;
}

.ny-news-desc .info .tip {
  border: 1px solid rgb(153, 153, 153);
  border-radius: 1.6129rem;
  padding: 0.0806rem 0.1613rem;
  line-height: 1;
  font-size: 0.2258rem;
  display: inline-block;
  color: rgb(153, 153, 153);
}

.ny-news-desc .info .tip+.text {
  border-left: 0px;
}

.ny-news-desc .article {
  line-height: 2;
  text-align: justify;
  font-size: 0.2667rem;
}

.ny-news-desc .article img {
  display: block;
  margin: 0px auto;
}

.ny-news-desc .article p {
  line-height: 2;
}

#toolbar .online-one li .icon-tg::after{
  background: url("../images/vb.png") no-repeat;    background-size: cover;
conten:"";
}

.product-detail-tabcon table{width:100%;font-size:14px;margin-top:15px;margin-bottom:15px;color:#505459}
.product-detail-tabcon table th,
.product-detail-tabcon table td{border:1px solid #ddd !important;padding: 8px !important; background: none !important;}
.product-detail-tabcon table td p{line-height:1.8!important;}
.product-detail-tabcon table tr:hover{background-color:#f2f2f2!important;}
.product-detail-tabcon table tr:nth-child(2n-1){background-color:#fff ;}
.product-detail-tabcon table tr:nth-child(2n){background-color:#fdfdfd ;}

@media screen and (min-width: 1200px) {
  .ny-news-desc .mxw-ny-box {
    padding: 1.3333rem 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .ny-news-desc {
    padding: 0px;
    background: none;
    margin-bottom: 0px;
  }

  .ny-news-desc>.mxw-box {
    padding: 30px 20px;
  }

  .ny-news-desc .title {
    font-size: 24px;
  }

  .ny-news-desc .article {
    font-size: 16px;
    text-align: initial;
  }

  .ny-news-desc .info {
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .ny-news-desc .info .text {
    margin-right: 0;
    padding-left: 0;
    line-height: 2;
    font-size: 12px;
    display: inline;
  }





.tms2> li>a.sub:after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid #555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    margin-left: 10px;
}

.tms2> li.active1>a.sub:after{    border-top: 4px solid #555;}
.lv3{display:none}
.lv3.active{display:block}
 .lv3{ padding: 10px 0;    font-size: 14px;
        color: #888;}
    .lv3 li{ padding: 5px 0;}
    .lv3 a{font-size: 14px;
        color: #999;}


}






}

/* 新闻详情 */
