@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;
}

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-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: 6px 12px;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.2;
  border: 1px solid rgb(204, 204, 204);
  display: block;
  margin: 4px;
}

.mxw-pagination>span.dot {
  border: none;
  margin: 0;
  padding: 0;
}

.mxw-pagination>a.active,
.mxw-pagination>a:hover {
  background-color: #c00000;
  color: rgb(255, 255, 255) !important;
}

.mxw-pagination>a:first-child {
  margin-left: 0px;
}

.mxw-pagination>a:last-child {
  margin-right: 0px;
}

@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;
  color: #333333;
  padding: 0rem 0.5rem;
  margin-right: 0.9rem;
  line-height: 0.6667rem;
  position: relative;
}

.mxw-tabs .mxw-tabs-item:last-child {
  margin-right: 0px;
}

.mxw-tabs .mxw-tabs-item.active {
  background: #f4f4f4;
}


@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: #ffffff;
  height: 1.3rem;
  line-height: 1.3rem;
  border-bottom: 1px solid #f0f0f0;
}

.mxw-keywords .mxw-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.3rem;
}

.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.233rem;
  color: #666666;
}

.mxw-keywords .left .hotkey a {
  color: #666666;
  font-weight: initial;
}

.mxw-keywords .left a::after {
  content: "";
  padding-left: 0.3333rem;
}

.mxw-keywords .left a:hover {
  color: rgb(235, 46, 59);
}

.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: center;
  justify-content: space-between;
  position: relative;
  width: 282px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 19px;
  border: solid 1px #e5e5e5;
}

.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 {
  line-height: .8333rem;
  padding: 0 .3333rem;
  font-size: .2333rem;
  color: #333;
  border: none;
}

.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 #05236b;
  color: rgb(255, 255, 255);
  font-size: .2333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .6333rem;
  height: .6333rem;
  border: none;
  border-image: initial;
  border-radius: 50%;
}

.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: #f4f4f4;
  border-bottom: 1px solid #e7e7e7;
}

header .welcome .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  height: .5833rem;
}

header .welcome .left {
  font-size: .2rem;
  line-height: 1.2;
}

header .welcome .right {
  display: flex;
  align-items: center;
  font-size: 13px;
}

header .pc-nav .top>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .pc-nav .top .logo {
  width: 650px;
  flex-shrink: 0;
}

header .pc-nav .top .right {
  display: flex;
  align-items: center;
}

header .pc-nav .top .qr {
  display: flex;
  flex-shrink: 0;
  margin-right: .6667rem;
  align-items: center;
}

header .pc-nav .top .qr .desc {
  text-align: center;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 0.2rem;
  color: #999999;
  margin-right: 0.2rem;
}

header .pc-nav .top .qr img {
  width: 1.6667rem;
}

header .pc-nav .top .tel {
  display: flex;
  align-items: center;
}

header .pc-nav .top .tel img {
  width: 0.9rem;
  flex-shrink: 0;
  margin-left: 0.333rem;
}

header .pc-nav .top .tel .desc {
  font-size: .2667rem;
  color: #000;
  text-align: right;
}

header .pc-nav .top .tel .desc p {
  color: #666666;
  margin-bottom: .0833rem;
}

header .pc-nav .top .tel .desc p:last-child {
  margin-bottom: 0;
 
}

header .pc-nav .top .tel .desc strong {
  font-size: 0.4rem;
  font-weight: bold;
  color: #db5b1a;
  line-height: 1;
  display: inline-block;
}

header .pc-nav .bottom {
  background-color: #0d207a;
  position: relative;
  border-bottom: 1px solid #fff;
}

header .pc-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .pc-menu>li {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
  position: relative;
  text-align: center;
  margin-right: 0.54rem;
}
header .pc-menu>li:last-child{ margin-right:0}
header .pc-menu>li.active>a,
header .pc-menu>li:hover>a {
  background-color: #b31d23;
  color: #fff !important;
}

header .pc-menu>li:hover>ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

header .pc-menu>li:last-child {
  padding-right: 0;
}

header .pc-menu>li ul {
  background-color: #fff;
  width: 3.3333rem;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
}

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 li a:after {
  content: "";
  display: block;
  width: 80%;
  height: 0.0167rem;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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: 0.2667rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  width: 100%;
  padding: 0.3333rem 0;
}

header .pc-menu>li>ul {
  border-top: 0.0167rem solid #ddd;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

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;
}

@media screen and (max-width: 1680px) {
  header .mxw-box {
    max-width: 92%;
  }

  header .pc-nav .bottom>.mxw-box {
    padding-left: 0;
    padding-right: 0;
  }

  header .pc-menu>li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1340px) {
  header .pc-nav .top>.mxw-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header .pc-nav .top .logo {
    width: 540px;
  }

  header .pc-nav .top .qr {
    width: 80px;
  }

  header .pc-nav .top .tel img {
    width: 44px;
    margin-right: 10px;
  }

  header .pc-menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}

/* #endregion ==================== 头部 end ==================== */
/* #region ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    z-index: 99999;
  }

  .mxw-mob-nav {
    width: 100%;
  }

  .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: 35px;
  }

  .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 ==================== */
.firend-link {
  position: relative;
  width: 2.5667rem;
  flex-shrink: 0;
}

.firend-link .link-head {
  background-color: #252526;
  border: solid 1px #414141;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.1667rem;
  padding-right: 0.1667rem;
}

.firend-link .link-head:hover+.link-list {
  opacity: 1;
  visibility: visible;
  transform: perspective(20rem) rotateX(0deg);
  -webkit-transform: perspective(20rem) rotateX(0deg);
  -moz-transform: perspective(20rem) rotateX(0deg);
  -ms-transform: perspective(20rem) rotateX(0deg);
  -o-transform: perspective(20rem) rotateX(0deg);
}

.firend-link .link-head .text {
  font-size: 0.2rem;
  color: #bdbdbd;
}

.firend-link .link-head:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) translateY(50%);
  background: none;
  margin-right: 0.4rem;
}

.firend-link .link-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  max-height: 3.3333rem;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
  transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(20rem) rotateX(-90deg);
  transform: perspective(20rem) rotateX(-90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.firend-link .link-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.0667rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.0167rem;
}

.firend-link .link-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.0667rem;
  box-shadow: inset 0 0 0.0833rem rgba(0, 0, 0, 0.2);
  background: #535353;
}

.firend-link .link-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 0.0833rem rgba(0, 0, 0, 0.2);
  border-radius: 0.0667rem;
  background: #ededed;
}

.firend-link .link-list:hover {
  opacity: 1;
  visibility: visible;
  transform: perspective(20rem) rotateX(0deg);
  -webkit-transform: perspective(20rem) rotateX(0deg);
  -moz-transform: perspective(20rem) rotateX(0deg);
  -ms-transform: perspective(20rem) rotateX(0deg);
  -o-transform: perspective(20rem) rotateX(0deg);
}

.firend-link .link-list>li {
  width: 100%;
  font-size: 0.2333rem;
  line-height: 1.2;
  padding: 0.1667rem 0.3333rem;
  border-bottom: 0.0167rem solid #f5f5f5;
}

.firend-link .link-list>li a {
  display: block;
  width: 100%;
}

.firend-link .mxw-online-list {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  left: 0;
  border: 1px solid #ddd;
  display: none;
  z-index: 9;
}

.firend-link .mxw-online-list>.mxw-box {
  padding: 0 0.3333rem;
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #fff;
  overflow: auto;
  min-width: 0;
  max-height: 3.3333rem;
}

.firend-link .mxw-online-list>.mxw-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.0667rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.0167rem;
}

.firend-link .mxw-online-list>.mxw-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.0667rem;
  box-shadow: inset 0 0 0.0833rem rgba(0, 0, 0, 0.2);
  background: #535353;
}

.firend-link .mxw-online-list>.mxw-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 0.0833rem rgba(0, 0, 0, 0.2);
  border-radius: 0.0667rem;
  background: #ededed;
}

.firend-link .mxw-online-list a {
  display: block;
  padding-right: 0.3333rem;
  color: #000;
  font-size: 0.2rem;
  padding: 10px 0;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}

.firend-link .mxw-online-list a:hover {
  color: #1d2088;
}

.firend-link .mxw-online-list a:last-child {
  border-bottom: 0;
}

footer {
  background: #757581;
  border-top: 6px solid #05236b;
}

footer .foot-top>.mxw-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: .6667rem;
  padding-bottom: .7667rem;
  padding-right: 0.6rem;
}

footer .foot-top .left {
  width: 2.5667rem;
  flex-shrink: 0;
}

footer .foot-logo {
  width: 2.5667rem;
  margin-bottom: 0.6667rem;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

footer .head {
  font-size: 0.3333rem;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-top: -2px;
  display: flex;
  align-items: center;
}

footer .head:before {
  content: "";
  display: block;
  width: 0.1333rem;
  height: 0.3333rem;
  background: #b31d23;
  margin-right: 0.25rem;
}

footer .foot-nav {
  width: 3.6rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

footer .foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot-nav ul li {
  font-size: 0.2333rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

footer .foot-nav ul li:nth-child(odd) {
  margin-right: 0.1rem;
}

footer .foot-nav li:before {
  content: "·";
  font-size: 0.4rem;
  margin-right: 0.2333rem;
}

footer .foot-nav ul li:nth-child(2n) {
  text-align: right;
}

footer .foot-nav ul a:hover {
  color: #fff;
}

footer .foot-contact {
  width: 7.5167rem;
}

footer .foot-contact .desc {
  font-size: 0.25rem;
  color: #ffffff;
  line-height: 2em;
}

footer .foot-contact .desc p {
  display: flex;
  align-items: center;
  font-size: .2333rem;
}

footer .foot-contact .desc p:before {
  content: "·";
  font-size: 0.5rem;
  margin-right: 0.1667rem;
  flex-shrink: 0;
  line-height: 0;
}

footer .mxw-qr {
  width: 1.85rem;
  margin-left: 1rem;
  flex-shrink: 0;
}

footer .mxw-qr .image {
  display: block;
}

footer .mxw-qr .title {
  width: 100%;
  height: 0.6167rem;
  line-height: 0.6167rem;
  color: #fff;
  text-align: center;
  font-size: .2333rem;
  display: block;
}

footer .mxw-copyright {
  background-color: #fff;
}

footer .mxw-copyright .mxw-box {
  text-align: center;
  color: #666666;
  padding: .25rem 0;
  font-size: 0.216rem;
  line-height: 2;
}

footer .mxw-copyright .mxw-box a {
  color: inherit;
}

@media screen and (min-width: 1200px) {
  footer .mxw-copyright {
    height: 1.2667rem;
  }

  footer .mxw-copyright .mxw-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 1200px) {
  footer .foot-top>.mxw-box {
    padding: 30px 20px;
    flex-wrap: wrap;
  }

  footer .foot-top .left {
    padding: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
    border-right: 0;
  }

  footer .head {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .foot-nav,
  footer .mxw-qr {
    display: none;
  }

  footer .foot-logo {
    padding: 0;
    margin-bottom: 20px;
    display: none;
  }

  footer .foot-logo img {
    width: 150px;
  }

  footer .foot-contact {
    padding: 0;
    border-left: 0;
  }

  footer .foot-contact .desc {
    font-size: 13px;
  }

  footer .mxw-copyright .mxw-box {
    padding: 15px;
    line-height: 2;
    font-size: 12px;
  }
}

/* ==================== 底部 end ==================== */
/* #endregion */
/* #region ==================== 轮播图 start ==================== */
.mxw-banner {
  font-size: 0px;
  position: relative;
  box-sizing: border-box;
}

.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: 30px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  background: #ffffff;
  position: relative;
  border-radius: 0;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ffffff;
  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 .text1 {
  font-size: .6333rem;
  font-weight: bold;
  color: #333333;
}

.mxw-title .text1 span {
  color: #b31d23;
}

.mxw-title .text2 {
  font-size: 0.3rem;
  color: #999999;
  margin-top: 0.1667rem;
}

.mxw-title .text2::before,
.mxw-title .text2::after {
  content: "";
  display: inline-block;
  background-color: #dedede;
  width: 1.3833rem;
  height: .01667rem;
}

.mxw-title .text2::before {
  margin-right: 0.3333rem;
}

.mxw-title .text2::after {
  margin-left: 0.3333rem;
}


.mxw-title .text3 {
  font-size: 16px;
  color: rgb(102, 102, 102);
}

.mxw-title .text1 .content {
  font-size: 0.533333rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #0051A3;
}

.mxw-more {
  width: 0.416rem;
  height: 0.416rem;
  color: #ffffff;
  font-size: 0.233rem;
  transition: transform 0.4s ease 0s;
  background: #c00000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mxw-pages .text1 {
  font-size: 0.5667rem;
  color: #1d2087;
  font-weight: bold;
}

.mxw-pages .text2 {
  font-size: .3167rem;
  color: #949494;
  font-weight: bold;
  margin-top: .1667rem;
  opacity: 1;
}

.ny-nav {
  width: 100%;
}

.ny-nav .mxw-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1460px;
  height: 1.8333rem;
}


.ny-nav .nav-left {
  color: #fff;
}

.ny-nav .nav-left .nav-en {
  font-size: 0.3rem;
  text-transform: uppercase;
}

.ny-nav .nav-left .nav-cn {
  font-size: 0.433rem;
}

.ny-nav .nav-right {
  display: flex;
  flex-direction: column;
}

.ny-nav .nav-cn::after {
  content: "";
  display: inline-block;
  background: url(../images/nav-arrow.png) no-repeat center;
  width: .8333rem;
  height: .0833rem;
  margin-left: 0.3333rem;
}

.ny-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2667rem;
  height: 0.8rem;
  line-height: 1.5;
  color: #2c2c2c;
  position: relative;
  transition: all 0.4s ease 0s;
  margin-bottom: 0.2rem;
  width: 100%;
  padding-left: 0.1667rem;
  overflow: hidden;
}

.ny-nav .nav-item::before {
  content: "";
  background: #eeeeee;
  display: block;
  position: absolute;
  left: 0;
  width: 0.083rem;
  height: 100%;
}

.ny-nav .nav-item::after {
  content: "";
  height: 0;
  top: 0;
  transition: all 0.5s ease;
}

.ny-nav .nav-item.active::after,
.ny-nav .nav-item:hover::after {
  display: block;
  position: absolute;
  left: 0;
  width: 0.083rem;
  height: 100%;
  background: #07198d;
}

.ny-nav .nav-item:last-child {
  margin-right: 0px;
}

@media screen and (min-width: 751px) {
  aside {
    width: 14%;
    margin-right: 2.25rem;
    flex-shrink: 0;
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 751px) {
  aside {
    width: 100%;
  }

  .mxw-title .text1 {
    font-weight: bold;
    font-size: 16px;
  }

  .mxw-title .text1 .content {
    font-size: 20px;
  }

  .mxw-title .text2::before,
  .mxw-title .text2::after {
    display: none;
  }

  .mxw-title .desc {
    font-size: 12px;
    padding: 0px 20px;
    line-height: 1.8;
    color: rgb(136, 136, 136);
  }

  .mxw-pages .text1 {
    font-size: 20px;
  }

  .ny-nav .mxw-box {
    height: auto;
  }

  .ny-nav .nav-right {
    width: 100%;
    overflow: hidden;
    flex-direction: initial;
    flex-wrap: wrap;
  }

  .ny-nav .nav-item {
    margin-right: 0;
    width: 33.3%;
  }

  .mxw-pages .mxw-ny-box {
    flex-direction: column;
  }

  .mxw-more {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}

/* #endregion ==================== 通用标题 end ==================== */
/* ==================== 面包屑 start ==================== */
.bread-crumbs {
  border-bottom: 0.0167rem solid #efefef;
  margin-bottom: 0.333rem;
}

.bread-crumbs .left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.1667rem;
  color: #686868;
  font-size: 0.2667rem;
}

.bread-crumbs .left img {
  margin-right: 0.333rem;
}

.bread-crumbs .left a {
  font-size: 0.2667rem;
  color: #686868;
}

.bread-crumbs .left a:hover:after {
  color: #333;
}

.bread-crumbs .left a:last-child:after {
  display: none;
}

.bread-crumbs .left a:after {
  content: ">>";
  display: inline-block;
  margin: 0 0.0833rem;
  vertical-align: text-top;
}

.bread-crumbs .ny-navbar {
  display: flex;
  align-items: center;
}

.bread-crumbs .ny-navbar .ny-item {
  padding: 0.1667rem;
  min-width: 2.1667rem;
  border-radius: 0rem 0.1667rem 0rem 0.1667rem;
  background-color: #fff;
  transition: color 0.4s, background-color 0.4s;
  margin-right: 0.3333rem;
  text-align: center;
  cursor: pointer;
}

.bread-crumbs .ny-navbar .ny-item.active,
.bread-crumbs .ny-navbar .ny-item:hover {
  color: #fff;
  background-color: #1d2087;
}

.bread-crumbs .ny-navbar .ny-item a:hover {
  color: #fff;

}

@media screen and (min-width: 751px) {
  .bread-crumbs>.mxw-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 751px) {
  .bread-crumbs {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .bread-crumbs>.mxw-box {
    padding: 0;
  }

  .bread-crumbs .left {
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .bread-crumbs .left:before {
    left: 20px;
  }

  .bread-crumbs .left a {
    font-size: 13px;
  }

  .bread-crumbs .ny-navbar {
    padding: 0 20px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .bread-crumbs .ny-navbar .ny-item {
    width: 32%;
    font-size: 12px;
    margin-right: 0;
    min-width: inherit;
  }

  .bread-crumbs .ny-navbar .ny-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .bread-crumbs .ny-navbar .ny-item:nth-child(3)~.ny-item {
    margin-top: 2%;
  }
}

/* ==================== 面包屑 end ==================== */
/* #region ==================== 页面自定义样式 start ==================== */
.mxw-box {
  margin: 0px auto;
  font-size: 18px;
  color: #333333;
  width: 86%;
  max-width: 1460px;
  min-width: 20rem;
}

.swiper-wrap {
  position: relative;
  padding: 0 1.8333rem;
}

.swiper-wrap .swiper-button-prev,
.swiper-wrap .swiper-button-next {
  background: url(../images/left-white.png) no-repeat center #1d2087;
  background-size: auto;
  width: 1rem;
  height: 1rem;
  border: solid 1px #bfbfbf;
}

.swiper-wrap .swiper-button-prev {
  left: 0;
}

.swiper-wrap .swiper-button-next {
  right: 0;
  transform: rotateY(-180deg);
}

.swiper-wrap .swiper-button-next.swiper-button-disabled,
.swiper-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left.png) no-repeat center #fff;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

video::-webkit-media-controls-volume-slider {
  display: none;
}

.ny-banner img {
  width: 100%;
}


@media screen and (min-width: 751px) {
  .pages-bottom-banner .info {
    padding: 0.5rem 2.2667rem;
  }

}

@media screen and (max-width: 751px) {
  .swiper-wrap {
    padding: 0;
  }

  .swiper-wrap .swiper-button-prev,
  .swiper-wrap .swiper-button-next {
    display:none;
  }

}

@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 {
    max-width: 1240px;
    padding-top: 0.8333rem;
    padding-bottom: 1rem;
  }
}

@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 ==================== */
.page-banner {
  position: relative;
}

.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.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
  color: rgb(255, 255, 255);
}

.product-detail-tab .product-detail-tabli li {
  background: rgb(235, 46, 59);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: bold;
}

.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;
}

.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;
}

.xypg-detail-con table {
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #505459
}

.xypg-detail-con table th,
.xypg-detail-con table td {
  border: 1px solid #ddd !important;
  padding: 8px !important;
  background: none !important;
}

.xypg-detail-con table td p {
  line-height: 1.8 !important;
}

.xypg-detail-con table tr:hover {
  background-color: #f2f2f2 !important;
}

.xypg-detail-con table tr:nth-child(2n-1) {
  background-color: #fff;
}

.xypg-detail-con table tr:nth-child(2n) {
  background-color: #fdfdfd;
}

.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;
}

.xypg-detail-con table {
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #505459
}

.xypg-detail-con table th,
.xypg-detail-con table td {
  border: 1px solid #ddd !important;
  padding: 8px !important;
  background: none !important;
}

.xypg-detail-con table td p {
  line-height: 1.8 !important;
}

.xypg-detail-con table tr:hover {
  background-color: #f2f2f2 !important;
}

.xypg-detail-con table tr:nth-child(2n-1) {
  background-color: #fff;
}

.xypg-detail-con table tr:nth-child(2n) {
  background-color: #fdfdfd;
}

@media screen and (min-width: 751px) {
  .easyzoom-flyout img {
    max-width: inherit;
  }

  .container {
    width: 100%;
    max-width: 1460px;
    margin: auto;
  }
}

@media screen and (max-width: 751px) {
  body {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 50px;
  }

  .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: 150%;
  }

  .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%;
  }
}

/* ==================== 通用细节调整 end ==================== */
/* #endregion */
/* #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: rgb(235, 46, 59);
}

@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-product .body {
  display: flex;
  align-items: stretch;
  margin-top: 0.8333rem;
}

.mxw-product .body .left {
  display: flex;
  flex-flow: column;
}

.mxw-product .product-cate-box {
  width: 100%;
}

.mxw-product .list {
  display: flex;
  flex-flow: column;
  border-bottom: 0;
  flex-grow: 1;
  height: 8.2333rem;
  overflow-y: scroll;
}

.mxw-product .list>a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.2667rem;
  color: #333;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  height: 1.3333rem;
  line-height: 1.3333rem;
  flex-shrink: 0;
  background: #f7f7f7;
}

.mxw-product .list>a:hover,
.mxw-product .list>a.active {
  color: #1d2087;
}


.mxw-product .list>a:hover:after,
.mxw-product .list>a.active:after {
  width: calc(100% - 1rem);
  left: 50%;
}

.mxw-product .list>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.0167rem;
  background-color: #1d2087;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  transition: 0.4s;
}

.mxw-product .list>a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/xl2.png) no-repeat center;
  position: absolute;
  right: 15%;
  filter: hue-rotate(180deg) grayscale(100%);
  transition: 0.4s;
}

.mxw-product .list>a:hover::before {
  filter: initial;
}

.mxw-product .list::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.mxw-product .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}

.mxw-product .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}


.mxw-product .bottom {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  background: #1d2087;
  padding: 0.5rem 0.3rem;
}

.mxw-product .bottom .icon {
  max-width: 0.6667rem;
}

.mxw-product .bottom p {
  font-size: .5167rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: -2px;
  margin-top: 0.1667rem;
}

.mxw-product .product-top-swiper {
  margin-bottom: 0.5833rem;
}

.mxw-product .product-top-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.mxw-product .product-top-swiper .info {
  margin-right: 0.8333rem;
  min-width: 0;
  flex-grow: 1;
}

.mxw-product .product-top-swiper .info .text1 {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.1667rem;
}

.mxw-product .product-top-swiper .info .text2 {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.6667rem;
}

.mxw-product .product-top-swiper .info .text3 {
  width: 2.8333rem;
  height: 0.6667rem;
  line-height: 0.0667rem;
  display: flex;
  background-color: #0d207a;
  justify-content: center;
  align-items: center;
  border-radius: 0.0833rem;
  color: #fff;
  font-size: 0.3333rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mxw-product .product-top-swiper .info .desc {
  font-size: 0.2667rem;
  color: #333;
  line-height: 1.8;
}

.mxw-product .product-top-swiper .info .desc p {
  margin-bottom: 0.1667rem;
}

.mxw-product .product-top-swiper .info .desc p:last-child {
  margin-bottom: 0;
}

.mxw-product .product-top-swiper .image {
  width: 8.3333rem;
  flex-shrink: 0;
}

.mxw-product .product-bottom-swiper .swiper-slide {
  border: 0.0167rem solid transparent;
  cursor: pointer;
}

.mxw-product .product-bottom-swiper .swiper-slide-thumb-active {
  border-color: #0d207a;
}

.mxw-product .product-swiper-box .swiper-slide {
  overflow: hidden;
}

.mxw-product .body .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mxw-product .mxw-cate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mxw-product .mxw-cate .cate-item {
  display: block;
  padding: 0.6rem .75rem;
  text-align: center;
  font-size: 0.2667rem;
  color: #333333;
  background: #e8e8e8;
}

.mxw-product .mxw-cate .cate-item.active {
  background: #1d2087;
  color: #fff;
}

.mxw-product .body .right .top .product-tel {
  display: flex;
  align-items: center;
  margin-right: 0.08333rem;
}

.mxw-product .body .right .top .pro-text {
  font-size: 0.3167rem;
  color: #666666;
  margin-left: 0.25rem;
}

.mxw-product .body .right .top .pro-tel {
  font-size: 0.5167rem;
  font-weight: bold;
  color: #db5b1a;
  letter-spacing: -2px;
}

@media screen and (min-width: 751px) {
  .mxw-product .mxw-box {
    padding-top: 1.1667rem;
    padding-bottom: 1.3333rem;
  }

  .mxw-product .body .left {
    flex-shrink: 0;
    margin-right: .8rem;
    width: 4.8833rem;
  }

  .mxw-product .body .left .top {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1d2087;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: .4667rem;
    font-weight: bold;
  }

  .mxw-product .body .right {
    min-width: 0;
    flex-grow: 1;
  }

  .mxw-product .body .right .top {
    background: #f7f7f7;
    margin-bottom: 0.5rem;
  }

}

@media screen and (max-width: 751px) {
  .mxw-product .body .left .top {
    display: none;
  }

  .mxw-product .bottom {
    display: none;
  }

  .mxw-product .body {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .mxw-product .body .left {
    width: 100%;
  }

  .mxw-product .body .right {
    width: 100%;
  }

  .mxw-product .body .right .top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .mxw-product .body .right .top .pro-text {
    font-size: 16px;
  }

  .mxw-product .body .right .top .pro-tel {
    font-size: 16px;
  }

  .mxw-product .mxw-cate .cate-item {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }


  .mxw-product .list {
    border: 0;
    margin-bottom: 20px;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
    height: auto;
  }

  .mxw-product .list>a {
    width: 50%;
    height: 50px;
    line-height: 1;
    flex-grow: 0;
    padding: 10px 10px;
    font-size: 12px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
  }

  .mxw-product .list>a:after {
    display: none;
  }

  .mxw-product .product-top-swiper {
    margin-bottom: 10px;
  }

  .mxw-product .product-top-swiper .swiper-slide {
    flex-wrap: wrap;
  }

  .mxw-product .product-top-swiper .swiper-slide .info {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mxw-product .product-top-swiper .swiper-slide .info .text1 {
    font-size: 18px;
  }

  .mxw-product .product-top-swiper .swiper-slide .info .text2 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .mxw-product .product-top-swiper .swiper-slide .info .text3 {
    width: 120px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .mxw-product .product-top-swiper .swiper-slide .info .text3:before {
    margin-right: 10px;
  }

  .mxw-product .product-top-swiper .swiper-slide .info .desc p {
    margin-bottom: 5px;
  }

  .mxw-product .product-top-swiper .image {
    width: 100%;
  }
}

/* #endregion ==================== 产品中心 end ==================== */

/* #region ==================== 6大优势 start ==================== */
.mxw-advantage {
  background: url(../images/advbg.jpg) no-repeat center;
  background-size: cover;
}

.mxw-advantage .mxw-title .text2::before,
.mxw-advantage .mxw-title .text2::after {
  display: none;
}

.mxw-advantage .left {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}

.mxw-advantage .left .itembox {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5333rem;
}

.mxw-advantage .left .item {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: 32.5%;
  margin-right: 1%;
  background: #ffffff;
  transition: all 0.4s;
}

.mxw-advantage .left .item:nth-child(3n) {
  margin-right: 0;
}

.mxw-advantage .left .item:nth-child(3)~.item {
  margin-top: 2%;
}

.mxw-advantage .left .icon {
  display: block;
  margin: 0 auto;
  width: 1.033rem;
  height: 1.1rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.mxw-advantage .left .icon img {
  width: 62px;
  height: auto;
  transform: translateY(-52%);
  transition: .4s;
}

.mxw-advantage .left .name {
  font-size: 0.4rem;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.mxw-advantage .left .subname {
  font-size: 0.3rem;
  color: #999999;
  margin-top: 0.1667rem;
}

.mxw-advantage .advantage-swiper {
  width: 10.85rem;
  flex-shrink: 0;
  order: 1;
}

.mxw-advantage .advantage-swiper .swiper-button-prev,
.mxw-advantage .advantage-swiper .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
}

.mxw-advantage .advantage-swiper .swiper-button-prev {
  transform: rotate(180deg);
}

.mxw-advantage .advantage-swiper .item {
  display: block;
  position: relative;
}

.mxw-advantage .left .item:hover .icon img,
.mxw-advantage .left .item.active .icon img {
  transform: translateY(0);
}

.mxw-advantage .left .item.active .name,
.mxw-advantage .left .item.active .subname {
  color: #c71b1b;
}

.mxw-advantage .advantage-swiper .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3333rem 0.5833rem 0.1667rem;
  background: rgba(0, 0, 0, 0.5);
}

.mxw-advantage .advantage-swiper .item .title {
  font-size: 0.3667rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0.25rem;
}

.mxw-advantage .advantage-swiper .item .desc {
  font-size: 0.2667rem;
  color: #d3d3d3;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .mxw-advantage .mxw-title .text1 {
    color: #1d2087;
    font-size: 0.6rem;
  }

  .mxw-advantage .mxw-title .text2 {
    font-size: 0.3333rem;
  }

  .mxw-advantage .body {
    align-items: center;
  }

  .mxw-advantage .left {
    margin-left: 0.3333rem;
    order: 2;
  }

  .mxw-advantage .left .item {
    height: 3.55rem;
  }

}

@media screen and (max-width: 751px) {
  .mxw-advantage .body {
    flex-wrap: wrap;
  }

  .mxw-advantage .advantage-swiper,
  .mxw-advantage .left {
    width: 100%;
  }

  .mxw-advantage .left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mxw-advantage .left .item {
    padding: 15px 10px;
  }

  .mxw-advantage .left .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .mxw-advantage .left .icon img {
    margin-top: 0px;
  }

  .mxw-advantage .left .name {
    font-size: 16px;
    line-height: 1.2;
  }

  .mxw-advantage .left .subname {
    font-size: 14px;
    text-align: center;
  }

  .mxw-advantage .advantage-swiper .item .info {
    padding: 20px 10px;
  }

  .mxw-advantage .advantage-swiper .item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .mxw-advantage .advantage-swiper .item .desc {
    font-size: 12px;
  }
}

/* #endregion ==================== 6大优势 end ==================== */

/* #region ==================== 案例 start ==================== */
.mxw-case .mxw-tabs-item:hover,
.mxw-case .mxw-tabs-item.active {
  background: #036eb5;
  color: #fff;
}

.mxw-case .item {
  position: relative;
  overflow: hidden;
  display: block;
}

.mxw-case .item.active .name,
.mxw-case .item:hover .name {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mxw-case .name {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 51%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.3rem;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: scale(1.5);
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  padding: 0 20px;
  text-align: center;
}

.mxw-case .name:after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 40%;
  border: 1px solid #fff;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mxw-case .case-wrap {
  margin-top: .7833rem;
}

.mxw-case .swiper-slide {
  width: 4.7833rem;
}

@media screen and (min-width: 751px) {
  .mxw-case .mxw-box {
    padding-top: 1.1667rem;
    padding-bottom: .6667rem;
  }

  .mxw-case .mxw-tabs-item {
    width: 5.6rem;
    height: 1.1667rem;
    line-height: 1.1667rem;
    margin-right: 0.8333rem;
    font-size: 0.3333rem;
  }

  .mxw-case .mxw-tabs-item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 751px) {
  .mxw-case .name {
    font-size: 14px;
    padding: 0 10px;
  }
}

/* #endregion ==================== 案例 end ==================== */

/* #region ==================== 视频中心 start ==================== */
.mxw-video {
  background: url(../images/videobg.jpg) no-repeat center center;
  background-size: cover;
}

.mxw-video .mxw-tabs-header {
  margin-top: .6667rem;
}

.mxw-video .mxw-tabs-item:hover,
.mxw-video .mxw-tabs-item.active {
  color: #fff;
  background-color: #1d2087;
  border: solid 1px #1d2087;
}

.mxw-video .video {
  height: 6.1rem;
  background: #000002;
  position: relative;
}

.mxw-video .videolist {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.mxw-video .pass {
  position: absolute;
  background-color: rgb(0 0 0 / 54%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mxw-video .pass img {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.mxw-video .item {
  position: relative;
  overflow: hidden;
}

.mxw-video .name {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 0.3333rem;
  transition: all 0.4s;
  pointer-events: none;
  padding: .267rem 0.3rem;
  text-align: center;
}

.mxw-video .swiper-slide {
  width: 10.2667rem;
}

@media screen and (min-width: 751px) {
  .mxw-video .mxw-box {
    padding-top: .6667rem;
    padding-bottom: 0.3333rem;
  }

  .mxw-video .mxw-tabs-item {
    height: 1.1667rem;
    line-height: 1.1667rem;
    margin-right: 1.9167rem;
    font-size: 0.3333rem;
    border: solid 1px #666666;
    color: #666666;
  }

  .mxw-video .mxw-tabs-item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 751px) {
  .mxw-video .video {
    height: 300px;
  }

  .mxw-video .name {
    font-size: 16px;
    padding: 10px;
  }
}

/* #endregion ==================== 视频中心 end ==================== */

/* #region ==================== 关于我们 start ==================== */
.mxw-about .section1 {
  margin-bottom: 1rem;
}

.mxw-about .section1 .mxw-title {
  text-align: initial;
}

.mxw-about .section1 .mxw-title .text1 {
  font-size: .9333rem;
  color: #040203;
  line-height: 1;
}

.mxw-about .section1 .mxw-title .text2 {
  font-size: .4667rem;
  color: #333333;
  margin-top: 0;
}

.mxw-about .section1 .mxw-title .text2::before,
.mxw-about .section1 .mxw-title .text2::after {
  display: none;
}

.mxw-about .section1 .info {
  min-width: 0;
  margin-top: 0.5rem;
}

.mxw-about .section1 .desc {
  margin-top: .7rem;
  font-size: 0.2667rem;
  line-height: 2;
  color: #333333;
  padding-right: 0.2rem;
  text-align: justify;
}

.mxw-about .section1 .mxw-more {
  margin-top: .5667rem;
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  display: flex;
  border: 0.0167rem solid #d2d2d2;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #ffffff;
  transition: all 0.4s;
  background-color: #b31d23;
  border-radius: 3px;
}

.mxw-about .section1 .mxw-more:hover {
  background-color: #1d2087;
  border-color: #1d2087;
  color: #fff;
}

.mxw-about .section1 .image {
  width: 11.3833rem;
  flex-shrink: 0;
  margin-right: 1.1rem;
}

.mxw-about .section2 {
  display: flex;
  align-items: stretch;
}

.mxw-about .section2 .left {
  display: flex;
  flex-flow: column;
  margin-right: 0.4rem;
  flex-shrink: 0;
  width: 3.8833rem;
}

.mxw-about .section2 .left>a {
  background-color: #d3d3d3;
  color: #333333;
  font-size: 0.4rem;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 1.75rem;
}

.mxw-about .section2 .left>a.active,
.mxw-about .section2 .left>a:hover {
  background-color: #05236b;
  color: #ffffff;
}

.mxw-about .section2 .left>a.active::after,
.mxw-about .section2 .left>a:hover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0.03rem;
  border-top: 0.216rem solid transparent;
  border-right: 0.216rem solid #ffffff;
  border-bottom: 0.216rem solid transparent;
}

.mxw-about .section2 .left>a>span {
  font-size: 0.23333rem;
  color: #999999;
}

.mxw-about .section2 .left>a.active>span,
.mxw-about .section2 .left>a:hover>span {
  color: #fff;
  opacity: 0.5;
}

.mxw-about .section2 .left>a>span::before,
.mxw-about .section2 .left>a>span::after {
  content: "";
  display: inline-block;
  background-color: #999999;
  width: .05rem;
  height: .01667rem;
}

.mxw-about .section2 .left>a>span::after {
  margin-left: 0.1667rem;
}

.mxw-about .section2 .left>a>span::before {
  margin-right: 0.1667rem;
}

.mxw-about .section2 .certificate-swiper-box {
  min-width: 0;
  flex-grow: 1;
}
 .mxw-about .section2 .certificate-swiper .swiper-wrapper{
   align-items: center;
}
.mxw-about .section2 .certificate-swiper-box .mxw-image.swiper-slide {
  width: 4.75rem;
}

.mxw-about .section2 .certificate-slide .swiper-slide {
  padding-left: 0.1667rem;
  padding-right: 0.1667rem;
}

@media screen and (min-width: 751px) {
  .mxw-about .mxw-box {
    padding-top: 1.1333rem;
    padding-bottom: 1.3rem;
  }

  .mxw-about .section1 {
    display: flex;
    align-items: flex-start;
    margin-top: .8333rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-about .section1 .mxw-title .text1 {
    font-size: 30px;
  }

  .mxw-about .section1 .mxw-title .text2 {
    font-size: 20px;
  }

  .mxw-about .section1 .desc {
    margin-top: 15px;
    font-size: 12px;
  }

  .mxw-about .section1 .mxw-more {
    margin-top: 20px;
    width: 40%;
    height: 40px;
    font-size: 14px;
  }

  .mxw-about .section1 {
    margin-bottom: 20px;
  }

  .mxw-about .section1 .image {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .mxw-about .section2 {}

  .mxw-about .section2 .item {
    border-right: 0;
  }

  .mxw-about .section2 .num {
    margin-right: 30px;
  }

  .mxw-about .section2 .num span {
    font-size: 30px;
  }

  .mxw-about .section2 .num i {
    right: -30px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .mxw-about .section2 .text {
    font-size: 12px;
  }

  .mxw-about .section2 {
    flex-wrap: wrap;
  }
 
  .mxw-about .section2 .certificate-swiper .swiper-slide {
    max-width: 200px;
  }

  .mxw-about .section2 .left {
    width: 100%;
    flex-flow: row wrap;
    margin-bottom: 10px;
  }

  .mxw-about .section2 .left>a {
    width: 50%;
    font-size: 14px;
    padding: 5px 0;
    flex-direction: inherit;
  }

  .mxw-about .section2 .left>a>span {
    font-size: 12px;
    margin-left: 5px;
  }
}

/* #endregion ==================== 关于我们 end ==================== */

/* #region ==================== 技术专栏 start ==================== */
.mxw-tech {
  background: url(../images/techbg.jpg) no-repeat center center;
  background-size: cover;
}

.mxw-tech .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.mxw-tech .swiper-slide {
  border: 1px solid #dcdcdc;
  transition: .4s;
  width: 6.6333rem;
  margin-right: .4rem;
}

.mxw-tech .swiper-slide .info {
  background-color: #ffffff;
  padding: 0.333rem .6167rem;
  transition: .4s ease-in-out;
}

.mxw-tech .swiper-slide .title {
  font-size: 0.3333rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1667rem;
  transition: .4s;
}

.mxw-tech .swiper-slide .desc {
  font-size: 0.2rem;
  color: #666666;
  min-height: .8rem;
  line-height: 2;
  transition: .4s;
}

.mxw-tech .swiper-slide .mxw-more {
  font-size: 0.2rem;
  color: #999999;
  background: none;
  border: 0;
  width: auto;
  justify-content: flex-start;
  margin-top: 0.3333rem;
  height: auto;
  transition: .4s;
}

.mxw-tech .swiper-slide:hover {
  border-color: #0d207a;
}

.mxw-tech .swiper-slide:hover .info {
  background: #05236b;
}

.mxw-tech .swiper-slide:hover .title {
  color: #fff;
}

.mxw-tech .swiper-slide:hover .desc {
  color: #fff;
}

.mxw-tech .swiper-slide:hover .mxw-more {
  color: #fff;
}

.mxw-tech .body {
  position: relative;
  margin-top: .8333rem;
}

@media screen and (min-width: 751px) {
  .mxw-tech .mxw-box {
    padding-top: .8333rem;
    padding-bottom: 1.1167rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-tech .body {
    padding-left: 0;
    padding-right: 0;
  }

  .mxw-tech .swiper-slide .title {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }

  .mxw-tech .swiper-slide .desc {
    font-size: 14px;
  }

  .mxw-tech .swiper-slide .mxw-more {
    font-size: 14px;
  }
}

/* #endregion ==================== 技术专栏 end ==================== */

/* #region ==================== 新闻中心 start ==================== */
.mxw-news .body {
  align-items: stretch;
  margin-top: 0.4167rem;
}

.mxw-news .left {
  margin-right: .8833rem;
  min-width: 0;
  flex-grow: 1;
  border-top: 0;
}

.mxw-news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0167rem solid #eeeeee;
  margin-bottom: 0.583rem;
  padding: 0.4rem 0;
}

.mxw-news .headtit {
  display: flex;
  flex-wrap: wrap;
}

.mxw-news .head .title {
  font-size: .4rem;
  color: #333333;
  flex-grow: 1;
}

.mxw-news .head .title>span {
  font-size: .2833rem;
  color: #999999;
  margin-left: 0.416rem;
}


.mxw-news .cross {
  position: relative;
  width: .4667rem;
  height: .4833rem;
  border: 2px solid #b31d23;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mxw-news .cross::before,
.mxw-news .cross::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #b31d23;
}

.mxw-news .cross::before {
  transform: rotate(0);
}

.mxw-news .cross::after {
  transform: rotate(-90deg);
}

.mxw-news .newscon {
  overflow: hidden;
}

.mxw-news .first-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.55rem;
}

.mxw-news a.first-item:hover .title {
  color: #b31d23;
}

.mxw-news a.first-item:hover .desc {
  color: #000;
}

.mxw-news .first-item .image {
  flex-shrink: 0;
  width: 5.5833rem;
  height: 3.35rem;
  margin-right: 0.5833rem;
}

.mxw-news .first-item .info {
  margin-right: 0.75rem;
  min-width: 0;
  flex-grow: 1;
}

.mxw-news .first-item .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.3333rem;
}

.mxw-news .first-item .desc {
  font-size: .2333rem;
  text-align: justify;
  color: #999999;
  line-height: 1.5;
  margin-bottom: 0.416rem;
}

.mxw-news .first-item .more {
  width: 2.2167rem;
  height: 0.5667rem;
  background-color: #1d2087;
  line-height: 0.5667rem;
  font-size: 0.2333rem;
  padding-left: .3333rem;
  color: #fff;
  border-radius: .3rem;
  position: relative;
  transition: .4s;
}

.mxw-news a.first-item:hover .more {
  color: #1d2087;
  background: #fff;
  border: 1px solid #1d2087;
}

.mxw-news .first-item .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-35%);
  width: 14px;
  height: 10px;
  background: url(../images/right1.png) no-repeat center center;
  background-size: 100%;
  transition: .4s;
}

.mxw-news a.first-item:hover .more::after {
  background: url(../images/right2.png) no-repeat center center;
}

.mxw-news .first-item .time {
  flex-shrink: 0;
  border-left: 0.0167rem solid #dcdcdc;
  padding-left: 0.4167rem;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.mxw-news .first-item .time .day {
  font-size: 0.6rem;
  line-height: 1;
  margin-bottom: 0.3333rem;
}

.mxw-news .first-item .time .year {
  font-size: 0.2333rem;
  line-height: 1.2;
}

.mxw-news .left .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 3.6333rem;
  border: solid 1px #eeeeee;
  padding: 0.466rem;
  padding-top: .2833rem;
}

.mxw-news .left .bottom .newslist-swiper {
  width: 100%;
}

.mxw-news .left .item {
  transition: .4s;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.3333rem;
  color: #666666;
}

.mxw-news .left .item:last-child {
  margin-bottom: 0;
}

.mxw-news .left .item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
}

.mxw-news .newscon .item .title {
  font-size: 0.2667rem;
  line-height: 1.2;
  width: 80%;
}

.mxw-news .newscon .item:hover .title {
  font-weight: bold;
}

.mxw-news .newscon .item .time {
  flex-shrink: 0;
  font-size: 0.2333rem;
  color: #999999;
  width: 15%;
}

.mxw-news .left .item:hover {
  color: #05236b;
  transform: translateX(0.1667rem);
}

.mxw-news .newscon .item:before {
  content: "";
  width: .15rem;
  height: .15rem;
  margin-right: .1667rem;
  flex-shrink: 0;
  background-color: #ffffff;
  border: solid 1px #05236b;
  transition: 0.4s;
}

.mxw-news .newscon .item:hover:before {
  background-color: #05236b;
  border: solid 1px #05236b;
}

.mxw-news .item .desc {
  font-size: .2333rem;
  text-align: justify;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mxw-news .right {
  width: 47.8%;
  flex-shrink: 0;
}

.mxw-news .right .news-swiper2 {
  height: 7.35rem;
}

.mxw-news .right .item {
  display: block;
  position: relative;
}

.mxw-news .right .item:hover .title {
  color: #05236b;
}


.mxw-news .right .info {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 0;
  flex-grow: 1;
}

.mxw-news .right .info .title,
.mxw-news .right .info .desc,
.mxw-news .right .info .time {
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}

.mxw-news .right .info .title {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3333rem;
}

.mxw-news .right .info .desc {
  font-size: 0.2667rem;
  color: #999;
  line-height: 1.4;
}

.mxw-news .mxw-more {
  position: relative;
  margin: 0;
  border: solid 2px #b31d23;
  width: .5667rem;
  height: .5667rem;
  z-index: 1;
  transition: .4s;
  background: url(../images/right-news.png) no-repeat center white;
  background-position: .2rem .1333rem;
}

.mxw-news .first-item:hover .mxw-more {
  background: url(../images/right-news.png) no-repeat center #b31d23;
  background-position: .0333rem .1333rem;
}

@media screen and (min-width: 751px) {
  .mxw-news .mxw-box {
    padding-top: .5rem;
    padding-bottom: 1.4167rem;
  }

  .mxw-news .mxw-title .bg-text {
    width: 9.45rem;
  }

  .mxw-news .list-item:hover {
    transform: translateX(-0.3333rem);
  }

  .mxw-news .right {
    min-width: 0;
    flex-grow: 1;
  }

  .mxw-news .right .item {
    margin-bottom: 0.3333rem;
    display: flex;
    align-items: center;
    transition: transform 0.4s;
    border-top: 1px dashed #dcdcdc;
    padding: 0.3333rem 0;
  }

  .mxw-news .right .swiper-slide-active .item {
    border-top: none;
    padding-top: 0;
  }

  .mxw-news .right .item:last-child {
    margin-bottom: 0;
  }

  .mxw-news .right .item .image {
    width: 3.15rem;
    height: 1.9rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    z-index: 9;
    position: relative;
  }

  .mxw-news .right .item .image img {
    height: 100%;
    object-fit: cover;
  }

  .mxw-news .right .item:hover {
    transform: translateX(0.1667rem);
  }
}

@media screen and (max-width: 751px) {
  .mxw-news .body {
    flex-wrap: wrap;
  }

  .mxw-news .mxw-title .bg-text {
    width: 283px;
  }

  .mxw-news .left {
    width: 100%;
    margin-right: 0;
  }

  .mxw-news .head {
    margin-bottom: 15px;
    padding: 10px 0;
  }

  .mxw-news .head:before {
    width: 4px;
    margin-right: .1667rem;
    height: .3333rem;
  }

  .mxw-news .head .title {
    font-size: .2667rem;
  }

  .mxw-news .head .more {
    font-size: .2rem;
  }

  .mxw-news .first-item {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mxw-news .first-item .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mxw-news .first-item .info {
    width: 100%;
    margin-right: 0;
  }

  .mxw-news .first-item .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mxw-news .first-item .desc {
    margin-bottom: 20px;
  }

  .mxw-news .first-item .more {
    margin: 0 auto;
  }

  .mxw-news .first-item .time {
    display: none;
  }

  .mxw-news .item {
    width: auto;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .mxw-news .left .bottom {
    height: auto;
    padding: 10px;
  }

  .mxw-news .left .item {
    width: 100%;
    margin-bottom: .1667rem;
  }

  .mxw-news .newscon .item .title {
    margin-bottom: .0833rem;
  }

  .mxw-news .newscon .item .time {
    width: 25%;
  }


  .mxw-news .item .title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .mxw-news .right {
    width: 100%;
    margin-top: 20px;
  }

  .mxw-news .right {
    margin-top: 0px;
  }

  .mxw-news .right .info {
    padding: 0;
  }

  .mxw-news .right .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .mxw-news .right .item .image {
    width: 40%;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .mxw-news .right .title {
    font-size: 15px;
  }

  .mxw-news .right .icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
  }

  .mxw-news .right .news-swiper2 {
    height: 300px;
  }

  .mxw-news .mxw-more {
    display: none;
  }

}

/* #endregion ==================== 新闻中心 end ==================== */

/* #region ==================== 内页-公司简介 start ==================== */

.ny-about2 .info .ny-title {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  border-bottom: 1px solid #d1deeb;
  padding-bottom: 0.41667rem;
  margin-bottom: 0.5rem;
}

.ny-about2 .info .cn {
  font-size: 0.53333rem;
  color: #1a1a1a;
}

.ny-about2 .info .en {
  font-size: 0.36667rem;
  color: #6b6b6b;
  padding-left: 0.333rem;
}

.ny-about2 .info .desc {
  font-size: 0.3rem;
  color: #666666;
  line-height: 2.5;
}

.ny-about2 .section1 .info {
  padding-right: 0;

}


@media screen and (min-width:751px) {
  .ny-about2 .section1 .mxw-box {}

}

@media screen and (max-width:751px) {
  .ny-about2 .info .ny-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* #endregion ==================== 内页-公司简介 end ==================== */

/* #region ==================== 内页-案例展示 start ==================== */
.ny-cases .list {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.ny-cases .list-item {
  border: solid 1px #e0e0e0;
}

.ny-cases .h_list .list-item:hover .title {
  background-color: #fff;
  border-bottom-color: #f2f2f2;
}

.ny-cases .h_list .list-item:hover .name {
  color: #333;
}

.ny-cases .list-item:hover .arrow {
  border-color: #fff;
  color: #fff;
}

.ny-cases .list-item .image {
  position: relative;
}

.ny-cases .list-item .title {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.416rem 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.ny-cases .list-item .name {
  color: #333;
  font-size: 0.3rem;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
  transition: all 0.4s;
}

.ny-cases .list-item .arrow {
  width: 1rem;
  height: 0.8333rem;
  line-height: 0.8333rem;
  border: 1px solid transparent;
  font-size: 0.4167rem;
  text-align: center;
  transition: all 0.4s;
  flex-shrink: 0;
}

.ny-cases .list-item:hover .mxw-more .text {
  color: #fff;
}

.ny-cases .list-item:hover .mxw-more .icon {
  background-color: #fff;
}

.ny-cases .list-item:hover .mxw-more .icon:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.ny-cases .list-item .mxw-more::before,
.ny-cases .list-item .mxw-more::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #ffffff;
}

.ny-cases .list-item .mxw-more::before {
  transform: rotate(0);
}

.ny-cases .list-item .mxw-more::after {
  transform: rotate(-90deg);
}

.ny-cases .list-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(27 27 27 / 62%);
  opacity: 0;
  transition: opacity 0.4s;
}

.ny-cases .list-item:hover .info {
  opacity: 1;
}

.ny-cases .list-item .info .desc {
  font-size: 0.2667rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .ny-cases .mxw-ny-box {
    max-width: 1430px;
  }

  .ny-cases .mxw-ny-box .right {
    width: 100%;
  }

  .ny-cases .list-item {
    width: 32.3%;
    margin-right: 1.5%;
  }

  .ny-cases .list-item:nth-child(3n) {
    margin-right: 0;
  }

  .ny-cases .list-item:nth-child(3)~.list-item {
    margin-top: 0.8333rem;
  }
}

@media screen and (max-width: 751px) {
  .ny-cases .list-item {
    width: 48%;
  }

  .ny-cases .list-item:nth-child(2n) {
    margin-left: 4%;
  }

  .ny-cases .list-item:nth-child(2)~.list-item {
    margin-top: 20px;
  }

  .ny-cases .list-item .arrow {
    display: none;
  }

  .ny-cases .list-item .title {
    padding: 10px 10px;
    font-size: 12px;
  }
}

/* #endregion ==================== 内页-案例展示 end ==================== */

/* #region ==================== 内页 - 产品中心 start ==================== */

.ny-product .list {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.ny-product .list-item {
  border: solid 1px #e0e0e0;
}

.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 .image {
  position: relative;
}

.ny-product .list-item .title {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.416rem 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.ny-product .list-item .name {
  color: #333;
  font-size: 0.3rem;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
  transition: all 0.4s;
}

.ny-product .list-item .arrow {
  width: 1rem;
  height: 0.8333rem;
  line-height: 0.8333rem;
  border: 1px solid transparent;
  font-size: 0.4167rem;
  text-align: center;
  transition: all 0.4s;
  flex-shrink: 0;
}

.ny-product .list-item:hover .mxw-more .text {
  color: #fff;
}

.ny-product .list-item:hover .mxw-more .icon {
  background-color: #fff;
}

.ny-product .list-item:hover .mxw-more .icon:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.ny-product .list-item .mxw-more::before,
.ny-product .list-item .mxw-more::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #ffffff;
}

.ny-product .list-item .mxw-more::before {
  transform: rotate(0);
}

.ny-product .list-item .mxw-more::after {
  transform: rotate(-90deg);
}

.ny-product .list-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(27 27 27 / 62%);
  opacity: 0;
  transition: opacity 0.4s;
}

.ny-product .list-item:hover .info {
  opacity: 1;
}

.ny-product .list-item .info .desc {
  font-size: 0.2667rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .ny-product .mxw-ny-box {
    max-width: 1430px;
  }

  .ny-product .mxw-ny-box .right {
    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 .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: 20px;
  }

  .ny-product .list-item .arrow {
    display: none;
  }

  .ny-product .list-item .title {
    padding: 10px 10px;
    font-size: 12px;
  }
}

/* #endregion ==================== 内页 - 产品中心 end ==================== */
/* #region ==================== 内页 - 产品详情 start ==================== */

.ny-product-desc .mxw-product>.mxw-box {
  padding-top: 1rem;
}

.ny-product-desc .product-desc-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.ny-product-desc .product-image {
  flex-shrink: 0;
  width: 6.6667rem;
  margin-right: 0.8333rem;
}

.ny-product-desc .product-swiper-big {
  border: 0.0167rem solid #ddd;
}

.ny-product-desc .product-info {
  margin-top: 0.3333rem;
  min-width: 0;
  flex-grow: 1;
 display:none;
}

.ny-product-desc .product-info .title {
  font-size: 0.3333rem;
  padding-bottom: 0.1667rem;
  width: 100%;
  border-bottom: 0.0167rem solid #ececec;
  margin-bottom: 0.3333rem;
  color: #555555;
}

.ny-product-desc .product-info .desc {
  font-size: 0.283rem;
  color: #777777;
  line-height: 2.2;
}

.ny-product-desc .product-info .desc strong {
  color: #777777;
}

.ny-product-desc .product-small {
  margin-top: 0.3333rem;
  position: relative;
  padding-left: 0.6667rem;
  padding-right: 0.6667rem;
}

.ny-product-desc .product-small .swiper-slide {
  border: 0.0167rem solid #e5e5e5;
  cursor: pointer;
}

.ny-product-desc .product-small .swiper-button-prev {
  left: 0;
}

.ny-product-desc .product-small .swiper-button-next {
  right: 0;
  transform: rotate(-180deg);
}

.ny-product-desc .product-small .swiper-button-prev,
.ny-product-desc .product-small .swiper-button-next {
  opacity: 1 !important;
  background: url(../images/productarrow.png);
}


.ny-product-desc .product-small .swiper-button-prev:after,
.ny-product-desc .product-small .swiper-button-next:after {
  font-size: 0.6667rem;
  color: #e5e5e5;
  font-weight: 200;
}

.ny-product-desc .product-small .swiper-slide-thumb-active {
  border-color: #1d2087;
}

.ny-product-desc .product-desc-tab {
  border: 0.0167rem solid #efefef;
  width: 100%;
  background-color: #efefef;
}

.ny-product-desc .product-desc-tab .tab-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ny-product-desc .product-desc-tab .tab-head .tab-item {
  color: #555;
  line-height: 1.2;
  padding: 0.2rem 0.4167rem;
  font-size: 0.3333rem;
  cursor: pointer;
}

.ny-product-desc .product-desc-tab .tab-head .tab-item.active {
  color: #1d2087;
  font-weight: bold;
  background-color: #fff;
}

.ny-product-desc .product-desc-tab .tab-body {
  background-color: #fff;
  padding: 1rem 0.3333rem;
}

.ny-product-desc .product-desc-tab .tab-body .tab-body-item {
  font-size: 0.2667rem;
  display: none;
  line-height: 1.8;
}

.ny-product-desc .product-desc-tab .tab-body .tab-body-item.active {
  display: block;
}

.product-swiper-small .swiper-wrapper {
  align-items: stretch;
  height: initial;
}

.product-swiper-small .swiper-wrapper .mxw-image {
  max-height: 72.5px;
  height: initial;
  align-items: center;
  display: flex;
  justify-content: center
}

.ny-product-desc .product-swiper-big .swiper-wrapper {
  align-items: stretch;
  height: initial;
}

.ny-product-desc .product-swiper-big .swiper-wrapper .mxw-image {
  display: flex;
  align-items: center;
  height: initial;
  max-height: 398px;
  justify-content: center;
  
}
#lightboxOverlay{background-color:rgb(0 0 0 / 70%)}
@media screen and (min-width: 1200px) {
  .ny-product-desc .product-swiper-big .swiper-wrapper .mxw-image img {
   width:auto;
   transition: 0.2s; 
 }

  .ny-product-desc .mxw-ny-box {
    max-width: 1460px;    height: auto;
    overflow: hidden;
  }

  .ny-product-desc .product-info {
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .ny-product-desc .product-desc-top {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .ny-product-desc .product-image {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .ny-product-desc .product-info {
    margin-top: 0;
  }

  .ny-product-desc .product-info .title {
    margin-bottom: 15px;
  }

  .ny-product-desc .product-desc-tab .tab-head {
    flex-wrap: wrap;
  }

  .ny-product-desc .product-desc-tab .tab-head .tab-item {
    padding: 8px 10px;
    width: 33.333%;
    text-align: center;
    font-size: 15px;
  }

  .ny-product-desc .product-desc-tab .tab-body {
    padding: 20px 10px;
  }
}

/* #endregion ==================== 内页 - 产品详情 end ==================== */
/* #region ==================== 内页-联系我们 start ==================== */
.ny-contact .body {
  margin-bottom: 0.6167rem;
}

.ny-contact .desc02 {
  flex-grow: 1;
  margin-right: .8833rem;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
}

.ny-contact .desc02>li {
  border-bottom: 1px solid #eeeeee;
  padding: 0.3333rem 0;
}

.ny-contact .desc02>li:last-child {
  border: none
}

.ny-contact .desc02 .title {
  display: flex;
  align-items: center;
}

.ny-contact .desc02 .title .icon {
  display: flex;
  align-items: center;
}

.ny-contact .desc02 .title .text1 {
  color: #3d3d3d;
  font-size: 0.233rem;
  font-weight: initial;
  margin-left: 0.1667rem;
}

.ny-contact .desc02 .text2 {
  color: #3d3d3d;
  font-size: 0.3rem;
  font-weight: initial;
  margin-top: 0;
}

.ny-contact .desc02 p:last-child {
  margin-bottom: 0;
}

.ny-contact .map {
  width: 49.5%;
  height: 9.0667rem;
  flex-shrink: 0;
}

@media screen and (max-width: 751px) {
  .ny-contact .body {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .ny-contact .desc02 {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .ny-contact .desc02 p:before {
    padding-right: 10px;
  }

  .ny-contact .map {
    width: 100%;
    height: 200px;
  }
}

/* #endregion ==================== 内页-联系我们 end ==================== */

/* #region ==================== 内页-留言 start ==================== */
.ny-message {
  margin-top: .8333rem;
  margin-bottom: 0.133rem;
  background-color: #f5f5f5;
}

.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: #1d2087;
  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 #e4e6e8;
  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: #1d2087;
  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 #1d2087;
}

.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 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-pages .info .desc {
  text-align: center;
  line-height: 2.8;
  font-size: 0.2667rem;
  color: #666666;
}

/* #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 #07198d;
  transition: .4s ease-in-out;
}

.ny-news .item:hover::after {
  width: 100%;
}

.ny-news .item:hover .title {
  color: #07198d;
}

.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 .right {
    flex-grow: 1;
  }

  .ny-news .right .image {
    width: 4.65rem;
    height: 2.8667rem;
    flex-shrink: 0;
  }

  .mxw-ny-box .right .image img {
    height: 100%;
    object-fit: cover;
  }
}

@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 ==================== */
.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.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
  color: rgb(255, 255, 255);
}

.product-detail-tab .product-detail-tabli li {
  background: rgb(81, 144, 223);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: bold;
}

.product-detail-tabcon {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

.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: 1400px;
    margin: auto;
  }
}

@media screen and (max-width: 751px) {
  body {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 50px;
  }

  .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;
  }


  .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%;
  }
}

.xypg-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0px;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
  display: inline-block;
  vertical-align: middle;
}

.xypg-pagination a,
.xypg-pagination #current {
  display: inline-block;
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-family: "Microsoft YaHei", Arial;
  line-height: 29px;
  border: 1px solid rgb(203, 203, 203);
  margin: 0px 5px;
  padding: 0px 10px;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
  color: rgb(255, 255, 255);
  border-color: #5190df;
  background: #5190df;
}

.xypg-pagination .pagin-mid {
  font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
  display: none;
}

.xypg-pagination .pagin-select {
  font-size: 14px;
}

.xypg-pagination .pagin-select select {
  height: 28px;
  padding: 0px 8px;
  margin: -1px 5px 0px;
}

@media (max-width: 768px) {
  .xypg-pagination .pagin-mid .pc-pagin-mid {
    display: none;
  }

  .xypg-pagination .pagin-mid .mob-pagin-mid {
    display: block;
  }

  .xypg-pagination .pagin-mid .mob-pagin-mid span {
    display: inline-block;
    padding: 0px 8px;
    line-height: 28px;
    font-size: 14px;
  }

  .xypg-pagination .pagin-select {
    display: none;
  }
}

.paging_num {
  padding: 10px 0px;
}

.paging_num a {
  padding: 0px 7px;
  text-align: center;
  display: inline-block;
  border: 1px dashed rgb(224, 225, 220);
  color: rgb(102, 102, 102);
  margin-right: 8px;
}

.paging_num a.paging_hover,
.paging_num a:hover {
  border-color: rgb(81, 144, 223);
}

.xypg-detail-title {
  font-size: 20px;
  color: rgb(54, 54, 54);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

.xypg-detail-info-bar {
  font-size: 14px;
  font-family: Arial;
  color: rgb(158, 158, 158);
  line-height: 35px;
  border-bottom: 1px dashed rgb(207, 207, 207);
  margin-bottom: 20px;
}

.xypg-detail-info-bar .baidu-share {
  float: left;
  margin-left: 25px;
  margin-top: 7px;
}

.xypg-detail-info-bar .detail-info-time {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0px;
}

.xypg-detail-info-bar .detail-info-time i::after {
  opacity: 0.5;
  background-position: 0px -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
  float: left;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0px;
}

.xypg-detail-info-bar .detail-info-numbers i::after {
  opacity: 0.5;
  background-position: 0px -330px;
}

.xypg-detail-info-bar .xypg-file-down {
  float: right;
  position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i::after {
  background-position: 0px -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
  color: #07198d;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
  position: absolute;
  z-index: 9999;
  width: 250%;
  right: 0px;
  background: rgb(255, 255, 255);
  display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
  padding: 10px 0px;
  border-top: 1px dashed rgb(207, 207, 207);
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
  float: left;
  font-size: 40px;
  line-height: 40px;
  margin-right: 5px;
  height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
  overflow: hidden;
  line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
  font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
  color: #07198d;
}

.xypg-detail-con-title {
  margin: 20px 0px 10px;
}

.xypg-detail-con-title span {
  display: inline-block;
  font-size: 18px;
  color: #07198d;
}

.xypg-detail-con {
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 1.7;
}

.xypg-detail-con img,
.xypg-detail-con p img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.xypg-detail-tags {
  margin-top: 40px;
}

.xypg-detail-tags .tags-title {
  border-bottom: 1px solid rgb(195, 195, 195);
  position: relative;
}

.xypg-detail-tags .tags-title h3 {
  display: inline-block;
  padding: 0px 30px;
  font-size: 16px;
  color: #07198d;
  line-height: 40px;
  border-bottom: 3px solid #07198d;
  margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
  position: absolute;
  right: 0px;
  top: 8px;
}

.xypg-detail-tags .tags-content {
  padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
  font-size: 12px;
  color: rgb(47, 47, 47);
  display: inline-block;
  margin-right: 9px;
  background: rgb(244, 244, 244);
  line-height: 28px;
  padding: 0px 15px;
}

.xypg-detail-tags .tags-content a:hover {
  color: #07198d;
}

.xypg-detail-url {
  margin-top: 15px;
}

.xypg-detail-url a {
  word-break: break-all;
}

.xypg-detail-article p {
  margin: 10px 0px 20px;
  line-height: 24px;
}

.xypg-detail-pn {
  margin-top: 30px;
}

.xypg-detail-pn div+div {
  margin-top: 15px;
}

.xypg-detail-pn div {
  line-height: 22px;
  padding: 10px;
  position: relative;
  border: 1px solid rgb(238, 238, 238);
}

.xypg-detail-pn div b {
  font-size: 14px;
  color: #07198d;
  float: left;
  font-weight: normal;
}

.xypg-detail-pn div a {
  float: left;
  width: 75%;
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.xypg-detail-pn div a:hover {
  color: #07198d;
}

@media (max-width: 600px) {
  .xypg-detail-pn div a {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .xypg-detail-pn div a {
    width: 50%;
  }
}

.xypg-detail-pn div span {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 14px;
  color: rgb(102, 102, 102);
}

/* 新闻详情 */
.mxw-pages-news {
  margin-top: 0.9167rem;
}

.ny-news-desc {
  padding: 0px 0.4032rem 0.7258rem;
  margin-bottom: 0.5645rem;
}

.ny-news-desc>.mxw-box {
  padding-top: 1rem;
}

.ny-news-desc .title {
  font-weight: bold;
  font-size: 0.4516rem;
  color: rgb(51, 51, 51);
  padding-bottom: 0.3226rem;
}

.ny-news-desc .info {
  font-size: 0px;
  padding-bottom: 0.3226rem;
  border-bottom: 1px solid rgb(213, 213, 213);
  margin-bottom: 0.3226rem;
}

.ny-news-desc .info .text {
  font-size: 0.2581rem;
  color: rgb(153, 153, 153);
  display: inline-block;
  margin-right: 0.3226rem;
  border-left: 1px solid rgb(204, 204, 204);
  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: 1.8;
  text-align: justify;
  font-size: 0.2581rem;
}

.ny-news-desc .article img {
  display: block;
  margin: 0px auto;
    max-width: 100%;
    height: auto !important;
}

.ny-news-desc .article p {
  line-height: 1.8;
}

@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 .article {
    font-size: 0.28rem;
  }

  .ny-news-desc .info {
    padding-bottom: 0.2rem;
  }

  .ny-news-desc .info .text {
    margin-right: 0.1rem;
    padding-left: 0.1rem;
    line-height: 2em;
    display: inline;
  }
}

.xypg-detail-file-dwon li {
  padding: 10px 0px;
  border-bottom: 1px dashed rgb(207, 207, 207);
  width: 50%;
  float: left;
}

.xypg-detail-file-dwon li .file-icon {
  float: left;
  height: 40px;
  width: 50px;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.xypg-detail-file-dwon li .file_txt {
  background-position: -180px -60px;
}

.xypg-detail-file-dwon li .file_zip {
  background-position: 0px 0px;
}

.xypg-detail-file-dwon li .file_gif {
  background-position: -60px 0px;
}

.xypg-detail-file-dwon li .file_doc {
  background-position: -120px 0px;
}

.xypg-detail-file-dwon li .file_jpg {
  background-position: -180px 0px;
}

.xypg-detail-file-dwon li .file_xls {
  background-position: -240px 0px;
}

.xypg-detail-file-dwon li .file_rar {
  background-position: 0px -60px;
}

.xypg-detail-file-dwon li .file_png {
  background-position: -60px -60px;
}

.xypg-detail-file-dwon li .file_pdf {
  background-position: -120px -60px;
}

.xypg-detail-file-dwon li .list-con {
  overflow: hidden;
  line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
  font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
  color: #07198d;
}

.xypg-detail-article .article-img {
  text-align: center;
  margin: 5px 0px;
}

.xypg-detail-article .article-img img {
  border: 1px solid rgb(239, 239, 239);
  padding: 1px;
  max-width: 100%;
  height: auto !important;
}

.page-product-detail-effect {
  float: left;
  width: 42.61%;
}

.page-product-detail-effect .big-img {
  border: 1px solid rgb(238, 238, 238);
  width: 100%;
}

.page-product-detail-effect .big-img a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0px;
}

.page-product-detail-effect .big-img a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-effect .big-img a::after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-right {
  width: 50%;
  float: right;
}

.page-product-detail-right>h1 {
  font-size: 22px;
  color: rgb(13, 13, 13);
  margin-bottom: 20px;
}

.product-detail-item li {
  font-size: 14px;
  line-height: 30px;
  color: rgb(119, 114, 114);
}

.product-detail-slick {
  position: relative;
  margin-top: 20px;
}

.product-detail-slick a.slick-item {
  display: block;
  text-align: center;
  width: 100%;
  height: 95px;
  font-size: 0px;
  border: 1px solid rgb(238, 238, 238);
  position: relative;
}

.product-detail-slick a.slick-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item::after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
  border-color: #07198d;
}

.product-detail-slick .owl-nav button {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  top: 50%;
  margin-top: -13.5px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease 0s;
  outline: none;
  border: none;
  background: rgba(37, 37, 37, 0.6) !important;
}

.product-detail-slick .owl-nav button .icon-font {
  width: 100%;
  height: 100%;
  display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow::after {
  background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow::after {
  background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
  left: 0px;
}

.product-detail-slick .owl-prev::after {
  background-position: 0px 0px;
}

.product-detail-slick .owl-next {
  right: 0px;
}

.product-detail-slick:hover .owl-nav button {
  opacity: 1;
}

.page-product-inquiry {
  margin-top: 30px;
}

.page-product-inquiry a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: inline-block;
  background: #07198d;
  padding: 0.5em 1.875em;
  border-radius: 2em;
}

.page-product-inquiry a:hover {
  opacity: 0.8;
}

@media (max-width: 990px) {
  .page-product-detail-effect {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    pointer-events: none;
  }

  .page-product-detail-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 640px) {
  .product-detail-slick .slick-item {
    height: 65px;
  }

  .page-product-inquiry a {
    font-size: 12px;
  }

  .page-product-detail-right>h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.product-detail-tab {
  margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
  border: 1px solid rgb(238, 238, 238);
  height: 40px;
  line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-right: 1px solid rgb(238, 238, 238);
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
  color: #07198d;
  position: relative;
}

.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 {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid #07198d;
}

.product-detail-tab .product-detail-tabcon {
  padding: 15px 0px;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}


.ny-cases .honor .list-item{     width: 18.8%;    margin-right: 1.5%;margin-top:0}
.ny-cases .honor .list-item:nth-child(3)~.list-item{margin-top:0}
.ny-cases .honor .list-item:nth-child(5n){  margin-right: 0;}
.ny-cases .honor .list-item:nth-child(5)~.list-item{    margin-top: 0.5333rem;}

@media (max-width: 768px) {
  .product-detail-tab .product-detail-tabli {
    height: 35px;
  }

  .product-detail-tab .product-detail-tabli li {
    font-size: 13px;
    line-height: 33px;
  }

.ny-cases .honor .list-item{     width: 49%;    margin-right:2%;    margin-left: 0;}
.ny-cases .honor .list-item:nth-child(5n) {
   margin-right:2%; 
}
.ny-cases .honor .list-item:nth-child(3)~.list-item{margin-top:0}
.ny-cases .honor .list-item:nth-child(2n){  margin-right: 0;}
.ny-cases .honor .list-item:nth-child(2)~.list-item{    margin-top: 15px;}


}

@media (max-width: 420px) {
  .product-detail-tab .product-detail-tabli {
    height: 30px;
  }

  .product-detail-tab .product-detail-tabli li {
    font-size: 12px;
    line-height: 28px;
  }
}

.easyzoom {
  position: relative;
  display: inline-block;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
  transform:none;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0px 0px -5em;
  line-height: 2em;
  text-align: center;
  background: rgb(255, 255, 255);
  box-shadow: rgb(136, 136, 136) 0px 0px 10px;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: rgb(255, 255, 255);
}

.easyzoom--overlay .easyzoom-flyout {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.hot-keys::after,
.xypg-download-list .download-title::after,
.xypg-download-list .download-item::after,
.xypg-download-list .download-item .download-item-span::after,
.xypg-job-list .job-title::after,
.xypg-job-list .job-item::after,
.xypg-job-list .job-item .job-item-span::after,
.xypg-detail-info-bar::after,
.xypg-detail-info-bar .xypg-file-down .file-down-list li::after,
.xypg-detail-pn div::after,
.xypg-detail-file-dwon::after,
.product-detail-tab .product-detail-tabli::after,
.tag-list-product .tag-wz .tab-fenli::after {
  content: "";
  display: table;
  clear: both;
}


/* #endregion ==================== 内页通用 end ==================== */
