@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;
}
body{    overflow-x: hidden;}
*: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>a.active,
.mxw-pagination>a:hover {
  background-color: rgb(235, 46, 59);
  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;
}

.mxw-tabs .mxw-tabs-item::before {
  content: "";
  display: block;
  width: 0;
  transition: width .4s;
}

.mxw-tabs .mxw-tabs-item.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #02a0e7;
}

@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: 1;
  width: 100%;
  background: #ffffff;
  height: 0.8333rem;
  line-height: 0.8333rem;
  border-bottom: 1px solid #d1d1d1;
}

.mxw-keywords .mxw-box {
  position: relative;
  display: flex;
  align-items: center;
}

.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: #838383;
}

.mxw-keywords .left .hotkey a {
  color: #838383;
  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 {
  margin-right: 1.8333rem;
}

.mxw-keywords .right form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.mxw-keywords .right form::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mxw-keywords .right input#keyword {
  width: 5.6667rem;
  height: .8333rem;
  line-height: .8333rem;
  padding: 0 .3333rem;
  font-size: .2333rem;
  color: #333;
  border: none;
  border-left: 1px solid #d1d1d1;
  background-color: #fff;
}

.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 #fff;
  color: rgb(255, 255, 255);
  font-size: .2333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  border: none;
  border-image: initial;
  border-left: none;
}

.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;
}

header .mxw-box {
  max-width: 1400px;
}

header .pc-nav .welcome {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

header .pc-nav .welcome .mxw-box {
  font-size: 13px;
  color: #fff;
  line-height: 34px;
  height: 34px;
}

header .pc-nav .welcome .mxw-box a:hover {
  color: #e47e29;
}

header .pc-nav .welcome .left {
  font-size: 0.23333rem;
  color: #424242;
  opacity: 0.6;
}

header .pc-nav .welcome .left a {
  font-weight: bold;
  color: #e47e29;
}

header .pc-nav .welcome .right a:after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: inherit;
  color: #767676;
}

header .pc-nav .welcome .right a:last-child:after {
  display: none;
}

header .pc-nav .top {
  padding-top: 0.33333rem;
  padding-bottom: 0.433rem;
}

header .pc-nav .top .logo {
  flex-shrink: 0;
}

header .pc-nav .top a.logo {
  margin-right: 0.433rem;
}

header .pc-nav .logo .logo-text {
  padding-left: 0.333333rem;
  border-left: 0.017rem solid #c7c5c5;
  line-height: 1.5;
}

header .pc-nav .logo .logo-text div {
  font-size: 0.5rem;
  color: #02a0e7;
  font-weight: bold;
}

header .pc-nav .logo .logo-text p {
  font-size: 0.2667rem;
  color: #797979;
  letter-spacing: 2px;
}

header .pc-nav .top .tel {
  display: flex;
  align-items: center;
}

header .pc-nav .top .tel .icon {
  width: 0.58333333rem;
  margin-right: 0.1667rem;
}

header .pc-nav .top .tel .info p {
  font-size: 0.26667rem;
  color: #767676;
}

header .pc-nav .top .tel .info strong {
  color: #181818;
  font-size: 0.416rem;
  letter-spacing: -1px;
}

header .pc-nav .bottom {
  border-top: 1px solid #e5e5e5;
}

header .pc-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

header .pc-menu>li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;    flex-grow: 1;
  min-width: 0;
}

header .pc-menu>li:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c8c8c8;
}

header .pc-menu>li:last-child:after {
  display: none;
}

header .pc-menu>li.active>a,
header .pc-menu>li:hover>a {
  color: #02a0e7;
}

header .pc-menu>li:hover .pc-sub-menu {
  opacity: 1;
  visibility: visible;
}

header .pc-menu>li:hover .pc-sub-menu .pc-nav-box {
  transform: perspective(1200px) rotateX(0deg);
  -webkit-transform: perspective(1200px) rotateX(0deg);
  -moz-transform: perspective(1200px) rotateX(0deg);
  -ms-transform: perspective(1200px) rotateX(0deg);
  -o-transform: perspective(1200px) rotateX(0deg);
}

header .pc-menu>li:hover .pc-sub-menu .pc-nav-box:before {
  width: 100%;
  visibility: visible;
}

header .pc-menu>li>a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-align: center;
  height: 1rem;
  padding: 0 .4167rem;
  position: relative;
}

header .pc-menu>li .pc-sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-top: 0px;
  color: #333;
}

header .pc-menu>li .pc-nav-box {
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
  -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(1200px) rotateX(-90deg);
  transform: perspective(1200px) rotateX(-90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

header .pc-menu>li .pc-nav-box::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  visibility: hidden;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.4s;
}

header .pc-menu>li .pc-nav-box>li:hover {
  background: rgba(0, 0, 0, 0.05);
}

header .pc-menu>li .pc-nav-box>li>a {
  display: block;
  text-align: center;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

@media screen and (max-width: 1580px) {
  header .mxw-box {
    max-width: 96%;
  }

  header .pc-nav .top .logo img {
    height: 80px;
  }

  header .pc-menu li a {
    height: 50px;
  }
}

/* #endregion ==================== 头部 end ==================== */
/* #region ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    z-index: 99999;
  }

  .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 ==================== */

footer .foot-body {
  background-color: #000000;

}

footer .foot-top {
  padding-top: 1.5rem;
  padding-bottom: .9167rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

footer .foot-qr {
  flex-shrink: 0;
}

footer .foot-qr .text1 {
  font-size: 0.4167rem;
  color: #dcdcdc;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.6667rem;
}

footer .foot-qr .mxw-qr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

footer .foot-qr .mxw-qr .qr {
  flex-shrink: 0;
  max-width: 2rem;
  margin-right: 0.4rem;
  text-align: center;
}

footer .foot-qr .mxw-qr .qr:last-child {
  margin-right: 0;
}

footer .foot-qr .mxw-qr .qr img {
  width: 1.65rem;
}

footer .foot-qr .mxw-qr .qr p {
  font-size: 0.2333rem;
  color: #c5c8c9;
  line-height: 1.2;
}

footer .foot-center {
  flex-shrink: 0;
  width: 58.5%;
  margin-right: 2rem;
}

footer .foot-nav .item {
  font-size: 0.2333rem;
  color: #c5c8c9;
  line-height: 1.6;
  margin-bottom: 0.3333rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-nav .item a {
  color: inherit;
}

footer .foot-nav .item a:last-child:after {
  display: none;
}

footer .foot-nav .item a:after {
  content: "";
  margin: 0 0.1667rem;
  width: 1px;
  height: 0.266rem;
  background-color: #c5c8c9;
  display: inline-block;
  vertical-align: middle;
}

footer .foot-nav .item a:hover {
  color: #ea5405;
}

footer .foot-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #555556;
  padding-bottom: 0.5rem;
}


footer .foot-contact .head {
  font-size: 0.2667rem;
  color: #c1c1c1;
}

footer .foot-contact .head::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: .0333rem;
  background: #c1c1c1;
  margin: .1667rem 0 0.3333rem 0;
}

footer .foot-nav .copyright a:after {
  display: none;
}



footer .foot-contact p {
  font-size: 0.2333rem;
  color: #c5c8c9;
  line-height: 2em;
}

footer .foot-info {
  padding-top: .4667rem;
  justify-content: space-between;
}

footer .foot-message {
  width: 6.2rem;
  flex-shrink: 0;
}

footer .foot-message label {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 0.1667rem;
}

footer .foot-message label .label {
  font-size: 0.2333rem;
  flex-shrink: 0;
  text-align: right;
  margin-right: 0.1667rem;
  color: #c1c1c1;
  width: 1rem;
}

footer .foot-message label:last-child .label {
  visibility: hidden;
}

footer .foot-message label input,
footer .foot-message label textarea {
  background-color: #3e3e3e;
  border: 1px solid #626161;
  display: block;
  min-width: 0;
  flex-grow: 1;
  color: #fff;
  font-size: 12px;
}

footer .foot-message label input {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1667rem;
}

footer .foot-message label textarea {
  width: 100%;
  height: 1rem;
  resize: none;
  padding: 0.0833rem 0.1667rem;
}

footer .foot-message .code-image {
  display: flex;
  align-items: center;
  width: 100%;
}

footer .foot-message .code-image img {
  display: block;
  width: 1.8333rem;
  margin-left: 0.1667rem;
  cursor: pointer;
  font-size: 0.2rem;
}

footer .foot-message button {
  margin-top: 0.1667rem;
  display: block;
  background: #ea5405;
  width: 1.6667rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.2333rem;
  /* margin-left: 1.1667rem; */
  cursor: pointer;
}

footer .mxw-copyright {
  border-top: 1px solid #5e5e5e;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  text-align: center;
  font-size: 0.2333rem;
  color: #636363;
  line-height: 1.8;
}

footer .mxw-copyright a:hover {
  color: #ea5405;
}

@media screen and (max-width: 751px) {
  footer .foot-body .mxw-box {
    padding-bottom: 0;
  }

  footer .foot-info {
    flex-direction: column;
  }

  footer .foot-nav .item {
    flex-wrap: wrap;
  }

  footer .foot-center {
    width: 100%;
  }

  footer .foot-top {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 10px;
  }

  footer .foot-contact .head::after {
    margin: 10px 0;
  }

  footer .foot-top .mxw-qr .qr {
    margin-right: 20px;
  }

  footer .foot-qr {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  footer .foot-qr .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  footer .foot-contact {
    width: 100%;
    flex-wrap: wrap;
  }

  footer .foot-contact .foot-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  footer .foot-contact .head {
    flex-shrink: 0;
    margin-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }

  .footer3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background: rgb(34, 34, 34);
  }

  .footer3 ul {
    display: flex;
  }

  .footer3 ul li {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 50px;
    font-size: 0px;
  }

  .footer3 ul li a {
    display: block;
    color: rgb(255, 255, 255);
  }

  .footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(255, 255, 255);
  }

  .footer3 ul li::after {
    content: "";
    display: block;
  }
}

/* ==================== 底部 end ==================== */
/* #endregion */
/* #region ==================== 轮播图 start ==================== */
.mxw-banner {
  font-size: 0px;
  position: relative;
}

.mxw-banner .swiper-slide {
  overflow: hidden;
}

.mxw-banner .swiper-slide img {
  width: 100%;
}

.mxw-banner .swiper-pagination {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
}

.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  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: #02a0e7;
  background: #02a0e7;
}

.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: 0.6667rem;
  text-transform: uppercase;
  color: #181818;
}

.mxw-title .text2 {
  font-size: 0.283rem;
  color: #222222;
  opacity: 0.8;
}

.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: 2rem;
  height: 0.6rem;
  color: #ffffff;
  font-size: 0.233rem;
  transition: transform 0.4s ease 0s;
  border: 1px solid #02a0e7;
  background: #02a0e7;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.433rem;
}

.mxw-pages .text1 {
  font-size: 0.5667rem;
  color: #02a0e7;
  font-weight: bold;
}

.mxw-pages .text2 {
  font-size: .3167rem;
  color: #949494;
  font-weight: bold;
  margin-top: .1667rem;
  opacity: 1;
}

.ny-nav {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 92.5%;
  background-color: #02a0e7;
  left: 50%;
  transform: translateX(-50%);
}

.ny-nav .mxw-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  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;
}

.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: block;
  font-size: 0.2667rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  padding: 0.3rem 0.1667rem;
  text-align: center;
  position: relative;
  margin-right: 0.3rem;
  transition: all 0.4s ease 0s;
}

.ny-nav .nav-item:last-child {
  margin-right: 0px;
}

.ny-nav .nav-item.active,
.ny-nav .nav-item:hover {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 751px) {
  .ny-about2 .section1 {
    margin-top: 1rem;
  }
}


@media screen and (max-width: 751px) {
  .mxw-title {
    margin-bottom: 30px;
  }

  .mxw-title .text1 {
    font-weight: bold;
    font-size: 16px;
  }

  .mxw-title .text1 .content {
    font-size: 20px;
  }

  .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-item {
    margin-right: 0;
  }
}

/* #endregion ==================== 通用标题 end ==================== */
/* #region ==================== 页面自定义样式 start ==================== */
.mxw-box {
  margin: 0px auto;
  font-size: 18px;
  color: rgb(51, 51, 51);
  width: 86%;
  max-width: 1400px;
  min-width: 20rem;
}

.ny-banner img {
  width: 100%;
}


.pages-bottom-banner .mxw-ny-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 0;
}

.pages-bottom-banner .mxw-ny-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(210 0 35 / 73%);
  box-shadow: 0px 4px 38px 0px rgba(148, 148, 148, 0.3);
  border-radius: 0.6667rem;
}

.pages-bottom-banner img {
  margin: auto;
  display: block;
  border-radius: 0.6667rem;
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

.pages-bottom-banner .info {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
  color: #ffffff;
  letter-spacing: 2px;
}

.pages-bottom-banner .info .text1 {
  font-size: 0.516rem;
  font-weight: bold;
  margin-bottom: 0.1667rem;
  color: #ffffff;
}

.pages-bottom-banner .info .text2 {
  font-size: 0.3333rem;
  color: #ffffff;
}

.pages-bottom-banner .info .line {
  width: 1.3333rem;
  height: .0667rem;
  background-color: #ffffff;
  margin: 0.25rem 0 0.5rem;
}

.pages-bottom-banner .info .desc {
  color: #ffffff;
}

.pages-bottom-banner .info p {
  font-size: 0.3rem;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .pages-bottom-banner .info{
    padding: 0.5rem 2.2667rem;
  }

}
@media screen and (max-width: 751px) {
  .pages-bottom-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .pages-bottom-banner .mxw-ny-box{
    overflow: hidden;
    border-radius: 0.6667rem;
  }

  .pages-bottom-banner img {
    max-width: 240%;
    width: 240%;
    height: auto;
    padding: 20px 0;
  }

  .pages-bottom-banner .info {
    line-height: 1.5;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
  }
  .pages-bottom-banner .info .line{
    margin: 0;
  }

  .pages-bottom-banner .info p {
    font-size: 16px;
  }

}

@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: 1400px;
    padding-top: 1rem;
    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 {
    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;
}

@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;
  }

  .page-banner>img {
    max-width: 240%;
    width: 240%;
  }

  .xypg-product-list,
  .xypg-case-list {
    display: flex;
    flex-wrap: wrap;
  }

  .xypg-product-list li,
  .xypg-case-list li {
    width: 48%;
    margin: 0px;
  }

  .xypg-product-list li:nth-child(2n),
  .xypg-case-list li:nth-child(2n) {
    margin-left: 4%;
  }

  .xypg-product-list li:nth-child(2)~li,
  .xypg-case-list li:nth-child(2)~li {
    margin-top: 4%;
  }

  .xypg-pagination>div {
    margin-bottom: 10px;
  }

  .xypg-case-list li h3 a {
    padding-bottom: 0px;
  }

  .xypg-news-list li {
    padding: 15px;
    margin-bottom: 15px;
  }

  .xypg-news-list li .more {
    text-align: center;
    margin-top: 0px;
  }

  .xypg-news-list li .more span {
    width: 90px;
    margin: 0px auto;
  }

  .product-detail-tabcon {
    font-size: 16px;
  }

  .product-detail-tab .product-detail-tabli li {
    padding: 8px 15px;
    width: auto;
    line-height: 1.2;
    height: auto;
  }

  .product-detail-tab .product-detail-tabli {
    height: auto;
  }

  .xypg-album-list {
    justify-content: space-between;
  }

  .xypg-album-list::before,
  .xypg-album-list::after {
    display: none;
  }

  .xypg-album-list li {
    width: 48%;
    margin: 0px;
  }

  .xypg-album-list li:nth-child(2)~li {
    margin-top: 2%;
  }
}

/* ==================== 通用细节调整 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 {
  background-image: url(//cdn.myxypt.com/be19a9d0/24/05/360a7cbdc2dfa330389a9bd9ae45af69c4a0a5b4.jpg);
  background-size: cover;
}

.mxw-product .itembox {
  padding-bottom: .1667rem;
}

.mxw-product .item {
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 3px 7px 0px rgba(150, 150, 150, 0.35);
}

.mxw-product .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.mxw-product .item:hover::before {
  background: rgb(0 0 0 / 30%);
}

.mxw-product .item .title {
  display: block;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;

}

.mxw-product .item:hover .title {
  opacity: 1;
}

.mxw-product .item .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #02a0e7;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.mxw-product .item:hover .title::after {
  opacity: 1;
}

.mxw-product .mxw-next img {
  transform: rotateY(180deg);
}

.mxw-product .mxw-prev,
.mxw-product .mxw-next {
  flex-shrink: 0;
  width: .65rem;
  height: 1rem;
  cursor: pointer;
}

.mxw-product .mxw-prev.swiper-button-disabled,
.mxw-product .mxw-next.swiper-button-disabled {
  opacity: 0.4;
}

@media screen and (min-width: 751px) {
  .mxw-product .mxw-box {
    padding-top: 0.83333rem;
    padding-bottom: 1.1667rem;
  }

  .mxw-product .mxw-tabs-header {
    margin-bottom: 0.8333rem;
    margin-top: 1rem;
    background: #eeeeee;
  }

  .mxw-product .mxw-tabs-item {
    width: 3.6833rem;
    height: 1rem;
    line-height: 1rem;
    margin-right: 0;
  }

  .mxw-product .item {
    margin-right: 1%;
    width: 24.25%;
    position: relative;
  }

  .mxw-product .item:nth-child(4)~.item {
    margin-top: 0.1667rem;
  }

  .mxw-product .item .title {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s ease-in-out;
    padding-bottom: .1333rem;
    color: #ffffff;
  }
}

@media screen and (max-width: 751px) {
  .mxw-product .mxw-prev,
  .mxw-product .mxw-next {
    display: none;
  }

  .mxw-product .mxw-tabs-wrap {
    flex-wrap: wrap;
    width: 100%;
  }

  .mxw-product .mxw-tabs-item {
    width: 48%;
    margin-right: 0 !important;
    height: 40px;
    line-height: 40px;
  }

  .mxw-product .mxw-tabs-item:nth-child(2)~.mxw-tabs-item {
    margin-top: 2.5% !important;
  }

  .mxw-product .mxw-tabs-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .mxw-product .item:nth-child(2n){
    margin-left: 2%;

  }
  .mxw-product .item:nth-child(2)~.item{
    margin-top: 2%
  }

  .mxw-product .item .title {
    font-size: 14px;
    padding: 10px 0;
  }
}

/* #endregion ==================== 产品中心 end ==================== */
/* #region ==================== 工程案例 start ==================== */
.mxw-case {
  position: relative;
}

.mxw-case .body {
  background: url(../images/casebg.jpg) no-repeat center top;
  background-size: contain;
}

.mxw-case .item {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mxw-case .mxw-image {
  height: 100%;
}

.mxw-case .mxw-image img {
  height: 100%;
}

.mxw-case .item .info {
  color: #fff;
  transition: 0.4s;
  padding-top: 0.333rem;
  background-color: rgb(0 0 0 / 70%);
}

.mxw-case .item .en {
  font-size: 0.6rem;
  color: rgb(255 255 255 / 26%);
  letter-spacing: 1px;
  line-height: 1.1;
  font-weight: bold;
}

.mxw-case .item .title {
  display: block;
  transition: .4s;
  position: relative;
}

.mxw-case .item .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0.6rem;
  height: 1px;
  background-color: #ffffff;
}

.mxw-case .item .info:hover {
  background: #000;
}

.mxw-case .item .info:hover .title {
  opacity: 1;
}

.mxw-case .item .desc {
  font-size: 0.25rem;
  line-height: 2;
  padding-top: 0.6667rem;
  width: 5.5rem;
}

.mxw-case .mxw-bottom-cate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1rem;
}

.mxw-case .mxw-cate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin: 0 .1667rem;
}

.mxw-case .mxw-next img {
  transform: rotateY(180deg);
}

.mxw-case .mxw-prev,
.mxw-case .mxw-next {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
}

.mxw-case .mxw-cate .cate-item {
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 32.5%;
  margin: 0 .0917rem;
  color: #fff;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  flex-shrink: 0;
}

.mxw-case .mxw-cate .cate-item .image {
  width: 100%;
}

.mxw-case .mxw-cate .cate-item .image img {
  width: 100%;
}

.mxw-case .mxw-cate .cate-item .text {
  font-size: 0.283rem;
  width: 100%;
}

.mxw-case .mxw-cate .cate-item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0.1667rem;
  text-align: center;
  background-color: rgb(24 24 24 / 80%);
  transition: 0.5s;
  height: 0.6667rem;
  line-height: 0.6667rem;
}

.mxw-case .mxw-cate .cate-item .text2 {
  font-size: 0.25rem;
  margin-bottom: 0.083rem;
}

.mxw-case .mxw-cate .cate-item .mxw-more {
  margin: 0 auto;
}



.mxw-case .products-swiper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.mxw-case .mxw-box {
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 751px) {
  .mxw-case .mxw-box {
    padding-top: 1.1rem;
    margin-bottom: 0.333333rem;
    width: 100%;
    max-width: 100%;
  }

  .mxw-case .mxw-tabs-header {
    margin-bottom: 0.8333rem;
  }

  .mxw-case .mxw-tabs-item {
    padding-left: 0;
    line-height: 1;
  }


  .mxw-case .mxw-tabs-item:first-child::before {
    border: 0;
  }

  .mxw-case .mxw-tabs-item::before {
    content: "";
    border-left: 1px solid #fff;
    padding-left: .55rem;
  }

  .mxw-case .mxw-tabs-item.active::before {
    border: 0
  }

  .mxw-case .mxw-tabs-item.active::before+.mxw-tabs-item:before {
    opacity: 0;
  }

  .mxw-case .body {
    margin-top: .8333rem;
    padding-top: 0.6667rem;
  }

  .mxw-case .item .info {
    position: absolute;
    top: 0;
    right: 0;
    width: 11.3rem;
    height: 8.13333rem;
    padding-left: 0.583333rem;
  }

  .mxw-case .item .title {
    font-size: 0.416rem;
    padding-bottom: 0.26667rem;
    margin-top: 0.2rem;
  }

  .mxw-case .mxw-bottom-cate {
    width: 86%;
    max-width: 1500px;
    min-width: 20rem;
  }

  .mxw-case .mxw-cate .cate-item.active .info,
  .mxw-case .mxw-cate .cate-item:hover .info {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mxw-case .mxw-cate .cate-item.active .text,
  .mxw-case .mxw-cate .cate-item:hover .text {
    font-size: 0.316rem;
  }
}

@media screen and (max-width: 1680px) {
  .mxw-case .mxw-tabs-item {
    padding: 0.1667rem .25rem;
    padding-left: 0;
  }

  .mxw-case .mxw-tabs-item::before {
    padding-left: .25rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-case .mxw-tabs-wrap {
    flex-wrap: wrap;
    width: 100%;
  }

  .mxw-case .mxw-tabs-item {
    width: 48%;
    margin-right: 0 !important;
  }

  .mxw-case .mxw-tabs-item:nth-child(2)~.mxw-tabs-item {
    margin-top: 2.5% !important;
  }

  .mxw-case .mxw-tabs-item:nth-child(2n) {
    margin-left: 2% !important;
  }

  .mxw-case .item .title {
    font-size: 16px;
    padding: 10px 0;
    margin-top: 0;
  }

  .mxw-case .item .en {
    font-size: 20px;
  }

  .mxw-case .item .desc {
    width: 100%;
    padding-top: 10px;
  }
  .mxw-case .mxw-cate{
    margin: 0 0.08333rem;
  }

  .mxw-case .mxw-cate .cate-item {
    width: 47%;
    height: auto;
    justify-content: flex-start;
  }

  .mxw-case .mxw-cate .cate-item:last-child {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
  }

  .mxw-case .mxw-cate .cate-item .icon {
    margin-right: 0;
    width: 50px;
    height: 50px;
  }

  .mxw-case .mxw-cate .cate-item .text {
    font-size: 12px;
  }

  .mxw-case .mxw-cate .cate-item .icon2 {
    width: 12px;
  }

  .mxw-case .item .info {
    width: 100%;
    padding: 20px;
  }

  .mxw-case .item .image {
    height: 100%;
  }

  .mxw-case .item .image img {
    height: auto;
  }
  .mxw-case .mxw-cate .cate-item .info{
    height: 40px;
    line-height: 40px;
  }

}

/* #endregion ==================== 工程案例 end ==================== */
/* #region ==================== 首页广告 start ==================== */
.mxw-message {
  background: url(../images/vrbanner.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.mxw-message .mxw-box {
  color: #fff;
}

.mxw-message .u-flex {
  justify-content: center;
}

.mxw-message .msg-left {
  text-align: left;
}

.mxw-message .msg-right {
  width: 5.8rem;
  height: 4.1167rem;
  background-color: #02a1e8;
  margin-left: 1.3333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mxw-message .text1 {
  font-size: 0.233rem;
}

.mxw-message .text2 {
  font-size: 0.95rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #00eaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mxw-message .text3 {
  font-size: 0.3333rem;
}

.mxw-message .msg-right .r-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mxw-message .msg-right .r-info .msg-telcon {
  margin-left: 0.1667rem;
  text-align: justify;
}

.mxw-message .msg-right .r-info p {
  font-size: 0.45rem;
  font-weight: bold;
}

.mxw-message .msg-right .r-info p:first-child {
  font-size: 0.3rem;
  font-weight: normal;
}

.mxw-message .msg-right img {
  width: .8667rem;
}

.mxw-message .mxw-more {
  font-size: 0.26667rem;
  margin-top: 0.5rem;
  color: #181818;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.3333rem;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 54%);
}

@media screen and (min-width: 751px) {}

@media screen and (max-width: 751px) {
  .mxw-message .u-flex {
    flex-direction: column;
  }

  .mxw-message .msg-left {
    text-align: center;
    margin-bottom: 10px;
  }

  .mxw-message .msg-right {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
  }

  .mxw-message .text1 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .mxw-message .text2 {
    font-size: 30px;
    line-height: 1.8;
  }

  .mxw-message .text3 {
    font-size: 18px;
  }

  .mxw-message .mxw-more {
    margin-top: 10px;
  }
}

/* #endregion ==================== 首页广告 end ==================== */
/* #region ==================== 关于我们 start ==================== */
.mxw-about .itembox:nth-child(odd) {
  padding-right: 0.3rem;
}

.mxw-about .itembox:nth-child(even) {
  padding-left: 0.3rem;
}

.mxw-about .item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mxw-about .item .desc {
  font-size: 0.2333rem;
  line-height: 1.7;
  color: #333333;
}

.mxw-about .item .desc p {
  padding-top: 0.5rem;
}

.mxw-about .item .mxw-more {
  font-size: 0.3rem;
  width: 2.166rem;
  height: 0.6667rem;
}

.mxw-about .mxw-tabs-wrap {
  width: 100%;
}

.mxw-about .itembox:nth-child(even) .image {
  order: 2;
}

.mxw-about .itembox:nth-child(even) .desc {
  order: 1;
}

.mxw-about .itembox:nth-child(even) .desc p {
  padding-top: 0;
  padding-bottom: 0.1rem;
}

.mxw-about .itembox:nth-child(even) .mxw-more {
  display: none;
}

@media screen and (min-width: 751px) {
  .mxw-about .mxw-box {
    padding-top: 1.1667rem;
    margin-bottom: .8333rem;
  }

  .mxw-about .mxw-tabs-header {
    margin-bottom: 0.8333rem;
    margin-top: 1rem;
    background: #eeeeee;
  }

  .mxw-about .mxw-tabs-item {
    width: 50%;
    height: 1rem;
    line-height: 1rem;
    margin-right: 0;
  }

  .mxw-about .item .mxw-more {
    margin-top: 1.333rem;
  }
}

@media screen and (max-width: 751px) {
  .mxw-about .item .mxw-more {
    margin-top: .333rem;
  }

  .mxw-about .mxw-tabs-item {
    width: 48%;
    margin-right: 0 !important;
    height: 40px;
    line-height: 40px;
  }

  .mxw-about .mxw-tabs-item:nth-child(2)~.mxw-tabs-item {
    margin-top: 2.5% !important;
  }

  .mxw-about .mxw-tabs-item:nth-child(2n) {
    margin-left: 2% !important;
  }
}

/* #endregion ==================== 关于我们 end ==================== */
/* #region ==================== 新闻中心 start ==================== */
.mxw-news {
  background: url(../images/newbg.jpg) no-repeat center top;
  background-size: 100% auto;
}

.mxw-news .mxw-title .text1 {
  color: #fff;
}

.mxw-news .mxw-title .text2 {
  color: #fff;
}

.mxw-news .body {
  overflow: hidden;
  position: relative;
}

.mxw-news .body .top {
  width: 100%;
  align-items: stretch;
}

.mxw-news .body .bottom {
  align-items: stretch;
}

.mxw-news .body .item {
  position: relative;
  width: 100%;
  flex-grow: 1;
  min-width: 0;
}

.mxw-news .body .info {
  width: 100%;
}

.mxw-news .body .left .info {
  height: 2.7833rem;
  padding-bottom: 0;
  display: flex;
  background: rgba(0,0,0,0.7);
  color: #fff;
  flex-wrap: wrap;
}

.mxw-news .body .bottom .image img {
  height: 100%;
  object-fit: cover;
}

.mxw-news .body .info .mxw-more {
  width: 2.1667rem;
  height: 0.6667rem;
  border: 0.0167rem solid #fff;
  line-height: 0.6333rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  display: block;
  margin-top: 1.3333rem;
  transition: transform .4s;
}

.mxw-news .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
  margin-top: 0.6667rem;
}

.mxw-news .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 20px;
  border: 1px solid #939393;
  background: #939393;
  position: relative;
  border-radius: 0;
}

.mxw-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #02a0e7;
  background: #02a0e7;
}


@media screen and (min-width: 751px) {
  .mxw-news>.mxw-box {
    padding: 1.1667rem 0 1.0833rem;
  }

  .mxw-news .body {
    margin-top: .95rem;
  }

  .mxw-news .body .left {
    width: 64.3%;
    flex-shrink: 0;
  }

  .mxw-news .body .left .info {
    padding-left: 1rem;
    padding-right: 2.7833rem;
    align-items: center;
  }

  .mxw-news .body .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    flex-grow: 1;
  }

  .mxw-news .body .right .image {
    height: 0;
    position: relative;
    padding-bottom: 33.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .mxw-news .body .right .image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
  }

  .mxw-news .body .right .image img {
    object-fit: cover;
    max-height: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .mxw-news .body .info {
    padding: 0 0.3333rem 0.3333rem;

    color: #fff;
  }

  .mxw-news .body .info .text1,
  .mxw-news .body .info .text2 {
    line-height: 1.2;
  }

  .mxw-news .body .info .text1 {
    font-size: 0.26667rem;
    font-weight: bold;
  }

  .mxw-news .body .info .text2 {
    margin-top: 0.1667rem;
    font-size: 0.3167rem;
    display: inline-block;
    position: relative;
    padding-right: 0.2333rem;
  }

  .mxw-news .body .info .time {
    font-size: 0.2rem;
    padding-top: 0.1667rem;
  }

  .mxw-news .body .top .info {
    position: absolute;
    bottom: 0;
  }

  .mxw-news .body .left .info .text1 {
    font-size: 0.4rem;
  }

  .mxw-news .body .left .date {
    flex-shrink: 0;
  }

  .mxw-news .body .left .time {
    padding-top: 0.3333rem;
  }

  .mxw-news .body .left .desc {
    padding-left: 0.66667rem;
    font-size: 0.233rem;
    letter-spacing: 1px;
  }

  .mxw-news .body .bottom .item a {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    flex-grow: 1;
    height: 2.7833rem;
  }

  .mxw-news .body .bottom .image {
    flex-grow: 1;
    width: 50%;
  }


  .mxw-news .body .bottom .info {
    width: 50%;
    background-color: rgb(0 0 0 / 10%);
    padding: 0.5rem 0.3333rem;
    color: #000;
  }

  .mxw-news .body .bottom .desc {
    font-size: .2333rem;
    padding-top: .3333rem;
  }

}

@media screen and (max-width: 751px) {
  .mxw-news {
    background-size: cover;
  }

  .mxw-news .body .top {
    flex-direction: column;
  }

  .mxw-news .body .left .info {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }

  .mxw-news .body .left .info .text1 {
    font-size: 20px;
    font-weight: bold;
  }

  .mxw-news .body .left .info .time {
    font-size: 14px;
  }

  .mxw-news .body .right .info {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    padding: 10px;
  }

  .mxw-news .body .bottom .image {
    height: 50%;
  }

  .mxw-news .body .bottom .item {
    width: 50%;
  }

  .mxw-news .body .bottom .info {
    color: #fff;
    font-size: 14px;
  }

  .mxw-news .swiper-pagination {
    padding-right: 0px;
    bottom: 10px;
    max-width: 80%;
  }

  .mxw-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    font-size: 14px;
    width: 8px;
    height: 8px;
  }

}

/* #endregion ==================== 新闻中心 end ==================== */
/* #region ==================== 资质证书 start ==================== */
/* #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.2667rem;
  color: #333333;
  line-height: 2.5;
}

.ny-about2 .section1 .info {
  padding-right: 0;

}

.ny-about2 .section1 .info .desc {
  font-size: .2333rem;
  padding-right: .5rem;
}

.ny-about2 .section3 .text1 {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.ny-about2 .section3 .text2 {
  font-size: 0.5rem;
  font-weight: bold;
  padding: .16667rem 0;
  margin-bottom: 0.1667rem;
  color: #000000;
}

.ny-about2 .section3 .text3 {
  font-size: 0.3rem;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

.ny-about2 .section3 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ny-about2 .section3 .itembox .item {
  color: #000000;
  text-align: center;
  position: relative;
  border-radius: .2667rem;
  width: 25%;
  padding: 0 0.4rem;
}

@media screen and (min-width:751px) {

  .ny-about2 .section1,
  .ny-about2 .section2 {
    background-color: #f6faff;
    overflow: hidden;
  }

  .ny-about2 .section1 .mxw-box,
  .ny-about2 .section2 .mxw-box {
    display: flex;
    align-items: stretch;
    padding: 0;
  }

  .ny-about2 .section1 .image,
  .ny-about2 .section2 .image {
    width: 16rem;
    flex-shrink: 0;
    object-fit: cover;
  }

  .ny-about2 .section1 .image img,
  .ny-about2 .section2 .image img {
    width: 100%;
    height: 100%;
  }

  .ny-about2 .section1 .info,
  .ny-about2 .section2 .info {
    padding: 1rem; margin-left: 0;
  }

  .ny-about2 .section1 .image {
    margin-left: -4.2rem;
  }

  .ny-about2 .section2 .image {
    height: 7.5333rem;
    margin-right: -4.45rem;
    order: 1;
  }

  .ny-about2 .section2 .info {
    padding-left: 0; margin-left: -2.5rem;
  }
  .ny-about2 .section3 .itembox{
    padding-top: 1.6667rem;
    padding-bottom: 1.5rem;
  }

}

@media screen and (max-width:751px) {
  .ny-about2 .info .ny-title{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ny-about2 .section3 {
    margin-bottom: 10px;
    margin-top: 10px;
    background-size: cover;
  }

  .ny-about2 .section3:before {
    height: 100%;
    width: 100%;
    transform: inherit;
  }

  .ny-about2 .section3 .text1 {
    font-size: 18px;
    top: 0;
  }

  .ny-about2 .section3 .text1::after {
    width: 30px;
    height: 1px;
    margin: 10px auto;
  }

  .ny-about2 .section2 .text2 {
    font-size: 12px;
    line-height: 1.8;
  }

  .ny-about2 .section3 .itembox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ny-about2 .section3 .itembox .item {
    width: 48%;
    margin: 0;
    padding: 0;
  }
  .ny-about2 .section3 .text2{    font-size: 16px;}
  .ny-about2 .section3 .text3{    font-size: 14px;}
  .ny-about2 .section3 .itembox .item:nth-child(2n)~.item{ margin-top:25px}


}

/* #endregion ==================== 内页-公司简介 end ==================== */

/* #region ==================== 内页-经营特色 start ==================== */
.ny-dynamic .ny-dynamic-body {
  position: relative;
  display: flex;
  align-items: stretch;
}

.ny-dynamic .ny-dynamic-body .swiper-slide {
  display: flex;
  align-items: stretch;
}

.ny-dynamic .swiper-button-prev,
.ny-dynamic .swiper-button-next {
  background-image: url(../images/casearrow.png);
}

.ny-dynamic .swiper-button-prev {
  left: 0;
}

.ny-dynamic .swiper-button-next {
  right: 0;
  transform: scaleX(-1);
}

.ny-dynamic .ny-dynamic-body .itembox {
  display: flex;
}

.ny-dynamic .ny-dynamic-body .item {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  padding: 0.25rem;
  padding-bottom: 0;
}

.ny-dynamic .ny-dynamic-body .info {
  text-align: center;
  padding: 0.1667rem;
}

.ny-dynamic .ny-dynamic-body .title {
  color: #333333;
  font-size: 0.383rem;
  font-weight: bold;
}

.ny-dynamic .ny-dynamic-body .desc {
  font-size: 0.23333rem;
  color: #666666;
  line-height: 1.8;
}


.ny-dynamic .ny-dynamic-body .section2 .desc {
  font-size: .2333rem;
  list-style: 2;
  color: #666666;
}

.ny-dynamic .section2 {
  background-color: rgb(102 102 102 / 7%);
  padding-top: .8833rem;
}

.ny-dynamic .section2 .info .desc {

  font-size: .3rem;

  line-height: 2;
}

.ny-dynamic .section2 .image {
  width: 74%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  display: flex;
}

.ny-dynamic .section2 .image img {
  width: 100%;
  height: 100%;
}

.ny-dynamic .section3 .info {
  margin: .8333rem auto 0;
}

.ny-dynamic .section3 .info img {
  margin: auto;
  display: block;
}

.ny-dynamic .section3 .info img:first-child {
  margin-bottom: 1.1333rem;
}


.ny-dynamic .section4 .itembox .text2 {
  font-size: 0.5rem;
  font-weight: 500;
  padding: .3333rem 0;
  color: #000;
  letter-spacing: 2px;
}

.ny-dynamic .section4 .itembox .text3 {
  font-size: 0.2rem;
  line-height: 2.3;
  color: #1b1b1b;
}

.ny-dynamic .section4 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem;
}

.ny-dynamic .section4 .itembox .item {
  color: #000000;
  text-align: center;
  position: relative;
  border-radius: .2667rem;
  width: 100%;
  margin: 0 0.7rem auto;
}

.ny-dynamic .section4 .itembox .item .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  width: 1.5833rem;
  height: 1.5833rem;
  border-radius: 50%;
  transition: .4s;
}

.ny-dynamic .section4 .itembox .item .icon img {
  width: 1rem;
  transition: .4s;
}

.ny-dynamic .section4 .itembox .item:hover .icon {
  background: #2e6faf;
}

.ny-dynamic .section4 .itembox .item:hover .icon img {
  filter: brightness(0);
}


.ny-dynamic .section5 .info .ny-title .cn {
  font-size: .6333rem;
}

.ny-dynamic .section5 .info .ny-title .en {
  font-size: .25rem;
  font-weight: bold;
  padding: 0.333rem 0;
}

.ny-dynamic .section5 .info .desc {
  font-size: .25rem;
  line-height: 2;
  letter-spacing: 2px;
  color: #343434;
}

.ny-dynamic .section5 .image img {
  width: 100%;
  height: 100%;
}

.ny-dynamic .section5 .info .mxw-more {
  position: relative;
  width: 4.2667rem;
  height: 1rem;
  border: solid 1px #333333;
  background: none;
  color: #323232;
  font-size: 0.33333rem;
  transition: .4s;
  z-index: 9;
}

.ny-dynamic .section5 .info .mxw-more:hover span {
  opacity: 0;
  transition: .4s ease-in-out;
}

.ny-dynamic .section5 .info .mxw-more img {
  margin: 0;
  position: absolute;
  left: 100%;
  right: -50%;
  transform: translateX(-50%);
  transition: .4s;
}

.ny-dynamic .section5 .info .mxw-more:hover img {
  left: 50%;
  right: 0;
  filter: brightness(10);
  transform: translateX(-50%);
}

.ny-dynamic .section5 .info .mxw-more::after {
  content: "";
  display: block;
  background: #333333;
  color: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  transition: width 0.5s;
}

.ny-dynamic .section5 .info .mxw-more:hover::after {
  width: 100%;
}

.ny-dynamic .section6 .info {
  background-color: #909090;
  text-align: center;
  padding: .5rem 0 1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.ny-dynamic .section6 .item:hover .info {
  background-color: #369eff;
}

.ny-dynamic .section6 .title {
  font-size: 0.5rem;
  margin-bottom: .1667rem;
}



@media screen and (min-width:751px) {
  .ny-dynamic .ny-dynamic-body {
    padding: 0 1.35rem;
    margin: 1.0833rem .4167rem .1167rem;
  }

  .ny-dynamic .section2 .mxw-box {
    display: flex;
    align-items: stretch;
    padding: 0;
    position: relative;
  }

  .ny-dynamic .section2 .image {
    padding-bottom: .8833rem;
  }

  .ny-dynamic .section2 .info {
    background-color: rgb(0 0 0 / 61%);
    color: #fff;
    padding: 0.8333rem 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11.55rem;
  }

  .ny-dynamic .section3 .mxw-box {
    padding-bottom: .6667rem;
  }

  .ny-dynamic .section4 .mxw-box {
    padding-top: .6667rem;
    padding-bottom: 0.5rem;
  }
  .ny-dynamic .section5 {
    padding-top: .8833rem;
  }

  .ny-dynamic .section5 .mxw-box {
    display: flex;
    align-items: stretch;
    padding: 0;
    position: relative;
    background-color: #f4f4f4;
  }

  .ny-dynamic .section5 .image {
    flex-grow: 1;
    margin-bottom: 1.5833rem;
  }

  .ny-dynamic .section5 .info {
    background-color: #eeeeee;
    color: #343434;
    padding: 1.5rem 1.6667rem 0.8333rem .3333rem;
    width: 46.5%;
    flex-shrink: 0;
    margin-top: 1.2333rem;
  }

  .ny-dynamic .section6 .mxw-dynamic-case {
    padding-top: 1.1167rem;
  }
  .ny-dynamic .section6 .mxw-dynamic-case .swiper-slide{ width: 25%;}
}

@media screen and (max-width:751px) {
  .ny-dynamic .section2{
    padding-top: 0;
  }
  .ny-dynamic .section4 {
    margin-bottom: 10px;
    margin-top: 10px;
    background-size: cover;
  }

  .ny-dynamic .section4:before {
    height: 100%;
    width: 100%;
    transform: inherit;
  }

  .ny-dynamic .section4 .text1 {
    font-size: 18px;
    top: 0;
  }

  .ny-dynamic .section4 .text1::after {
    width: 30px;
    height: 1px;
    margin: 10px auto;
  }

  .ny-dynamic .section4 .text2 {
    font-size: 12px;
    line-height: 1.8;
  }

  .ny-dynamic .section4 .itembox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ny-dynamic .section4 .itembox .item {
    width: 48%;
    margin: 10px 0;
  }
  .ny-dynamic .section5 .info{
    margin-bottom: 10px;
  }
  .ny-dynamic .section6 .item{
    background: #909090;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ny-dynamic .section6 .info{
    padding: 10px;
  }
  .ny-dynamic .section6 .title{
    font-size: 20px;
  }
  .ny-dynamic .section6 .desc{
    font-size: 14px;
  }
  .ny-dynamic .section6 .swiper-wrapper{
    display: flex;
  }
  .ny-dynamic .section6 .swiper-slide{
    display: flex;
    align-items: stretch;
  }
}

/* #endregion ==================== 内页-经营特色 end ==================== */

/* #region ==================== 内页-VR设备 start ==================== */
.ny-vrequ .item .info .title {
  font-size: 0.3rem;
  color: rgb(51, 51, 51);
  padding: 0.1667rem 0px;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.mxw-pages-list3 .itembox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mxw-pages-list3 .itembox .item {
  margin-bottom: 0.433rem;
  margin-right: 1.25%;
  width: 32%;
  position: relative;
}

.mxw-pages-list3 .itembox .item:nth-child(3n) {
  margin-right: 0;
}

.mxw-pages-list3 .itembox .item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0.1667rem;
  background-color: rgb(24 24 24 / 80%);
}

.mxw-pages-list3 .itembox .item .title {
  color: #fff;
}

.mxw-pages-list4 .itembox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mxw-pages-list4 .itembox .item:nth-child(4n) {
  margin-right: 0px;
}

.mxw-pages-list4 .itembox .item {
  margin-bottom: 0.433rem;
  margin-right: 1.25%;
  padding: .15rem;
  width: 24%;
  box-shadow: 0px 4px 38px 0px rgba(148, 148, 148, 0.3);
}

.mxw-pages-list4 .itembox .item .image {
  border: 1px solid #f2f2f2;
}

@media screen and (max-width: 751px) {
  .mxw-pages-list3 .itembox .item {
    width: 48%;
  }

  .mxw-pages-list4 .itembox .item {
    width: 48%;
    margin-bottom: 10px;
  }
}

/* #endregion ==================== 内页-VR设备 end ==================== */

/* #region ==================== 内页-VR党建 start ==================== */
.ny-party .section1 .cn {
  font-size: 0.433rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.ny-party .section1 .desc {
  font-size: 0.3rem;
  line-height: 2;
  color: #333333;
  text-align: justify;
}

.ny-party .section2 {
  background-color: #f3f3f3;
}

.ny-party .section2 .ny-party-body2 {
  margin-top: .5833rem;
}

.ny-party .section3 .ny-party-body3 {
  margin-top: 0.6667rem;
}

.ny-party .section3 .ny-party-body3 .item {
  display: flex;
  align-items: center;
  background: #c20809;
  border: 3px solid #040000;
}
.ny-party .section3 .swiper-slide:nth-child(2n) .image{
  order: -1;
}
.ny-party .section3 .swiper-slide:nth-child(2n) .info{
  padding: 0.66667rem 0.5rem 0.66667rem 0.2rem;
}

.ny-party .section3 .item .image {
  padding: 0.66667rem 0.5rem;
  padding-left: 0.25rem;
  width: 50%;
}


.ny-party .section3 .item .info {
  width: 50%;
  color: #fff;
  padding: 0.66667rem 0.5rem;
  padding-right: 0.25rem;
}

.ny-party .section3 .item .title {
  text-align: center;
  font-size: 0.3333rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1px 3px 3px #000000;
}

.ny-party .section3 .item .desc {
  font-size: 0.3rem;
  line-height: 1.5;
  margin-top: 0.1667rem;
}

.ny-party .section4 .ny-party-body4 {
  margin-top: .75rem;
}

.ny-party .section4 .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0.1667rem;
  background-color: rgb(24 24 24 / 80%);
}

.ny-party .section4 .info .title {
  font-size: 0.3rem;
  padding: 0.1667rem 0px;
  transition: all 0.4s ease 0s;
  text-align: center;
  color: #fff;
}

@media screen and (min-width:751px) {
  .ny-party .section1 .mxw-box {
    display: flex;
    align-items: center;
    padding: .8833rem 0 1.1667rem;
    position: relative;
  }

  .ny-party .section1 .image {
    flex-grow: 1;
  }

  .ny-party .section1 .info {
    color: #343434;
    width: 50%;
    flex-grow: 1;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width:751px) {
  .ny-party .section3 .item .info{
    width: 100%;
  }
  .ny-party .section3 .item .image{
    width: 100%;
    padding-top: 0;
  }
  .ny-party .section3 .ny-party-body3 .item{
    flex-direction: column;
  }
}


/* #endregion ==================== 内页-VR党建 end ==================== */

/* #region ==================== 内页-招商加盟 start ==================== */
.ny-vrequ .section1 .info img {
  margin-bottom: 0.3333rem;
}

.ny-vrequ .section1 .info .desc {
  text-align: center;
  font-size: .2667rem;
  line-height: 2.8;
  color: #666666;
}

/* #endregion ==================== 内页-招商加盟 end ==================== */

/* #region ==================== 内页-下载 start ==================== */
.ny-download .info .desc {
  text-align: initial;
  font-size: 0.3rem;
  line-height: 2;
  color: #333333;
}

.ny-download .desc a {
  margin: 0 .0833rem;
  font-size: 0.2667rem;
  color: #1a7cc2;
}

/* #endregion ==================== 内页-下载 end ==================== */

/* #region ==================== 内页-底部留言 start ==================== */
.ny-message {
  background: url(../images/footmsg.jpg) no-repeat center;
  background-size: cover;
}

.ny-message .text1 {
  font-size: .7333rem;
  margin-bottom: 0.3333rem;
  text-align: center;
  color: #333;
}

.ny-message .text2 {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  margin-bottom: .75rem;
}

.ny-message .mxw-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ny-message .mxw-form label,
.ny-message .mxw-form button {
  overflow: hidden;
  height: 1.016rem;
  line-height: 1.016rem;
}

.ny-message .mxw-form label {
  background-color: #fff;
  padding-left: 0.3333rem;
  padding-right: 0.3333rem;
  width: 27.5%;
  font-weight: 400;
}

.ny-message .mxw-form input {
  background: none;
  height: 100%;
  font-size: 0.26667rem;
  width: 100%;
  color: #787878;
}

.ny-message .mxw-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.ny-message .mxw-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.ny-message .mxw-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.ny-message .mxw-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.ny-message .mxw-form .code-img {
  display: flex;
  align-items: center;
}

.ny-message .mxw-form .code-img input {
  min-width: 0;
  flex-grow: 1;
  margin-right: 20px;
  width: auto;
}

.ny-message .mxw-form .code-img .code-img {
  width: 120px;
  height: 34px;
  flex-shrink: 0;
}

.ny-message .mxw-form button {
  width: 4.1rem;
  background-color: #3ba7f5;
  color: #fff;
  text-align: center;
  font-size: 0.3333rem;
  cursor: pointer;
  outline: none;
}

.ny-message .tel {
  text-align: center;
  font-size: 0.3333rem;
  color: #fff;
  padding-left: 0.3333rem;
  padding-right: 0.3333rem;
  vertical-align: middle;
}

.ny-message .tel img {
  margin-right: 0.25rem;
}

.ny-message .tel strong {
  font-size: 0.6333rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  margin-left: 0.3333rem;
}

@media screen and (min-width: 751px) {

  .ny-message .mxw-box {
    padding-top: 1.5rem;
    padding-bottom: 2.2667rem;
    max-width: 1600px;
  }
}

@media screen and (max-width: 751px) {
  .ny-message .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ny-message .mxw-form {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .ny-message .mxw-form label,
  .ny-message .mxw-form button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 14px;
  }

  .ny-message .mxw-form input {
    font-size: 12px;
  }

  .ny-message .mxw-form .code-img {
    padding-right: 0;
  }

  .ny-message .tel {
    padding: 0;
    font-size: 16px;
  }

  .ny-message .tel img {
    width: 30px;
    margin-right: 5px;
  }

  .ny-message .tel strong {
    font-size: 21px;
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* #endregion ==================== 内页-底部留言 end ==================== */

/* #region ==================== 内页-详情 start ==================== */
.ny-pages .info .desc {
  text-align: center;
  line-height: 2.8;
  font-size: 0.2667rem;
  color: #666666;
}

.ny-pages .info .desc p {}

/* #endregion ==================== 内页-详情 end ==================== */

/* #region ==================== 内页-新闻 start ==================== */
.ny-news .item {
  display: block;
  padding: 0.5rem;
  transition: all 0.4s;
  border: 0.0167rem solid #dedede;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.14);
  margin-bottom: 0.6667rem;
}

.ny-news .item:hover {
  box-shadow: 0rem 0rem 0.1667rem 0rem rgba(0, 0, 0, 0.14);
}

.ny-news .item:hover .title {
  color: #02a0e7;
}

.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 {
  flex-grow: 1;
  font-size: 0.4rem;
  line-height: 1.2;
}

.ny-news .item .time {
  font-size: 0.2667rem;
  line-height: 1.2;
  flex-shrink: 0;
}

.ny-news .item .desc {
  font-size: 0.2667rem;
  color: #888;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.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;
  }
}

@media screen and (max-width: 751px) {
  .ny-news .item {
    padding: 15px;
    margin-bottom: 20px;
  }

  .ny-news .item .head {
    margin-bottom: 10px;
  }

  .ny-news .item .title {
    font-size: 16px;
  }

  .ny-news .item .time {
    font-size: 12px;
  }

  .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;
}

.page-banner .nybt {
  display: none;
}

.ueditor_baidumap {
  width: 100%;
}

.xypg-album-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.xypg-album-list li {
  padding: 10px 10px 0px;
  border: 1px solid rgb(234, 234, 234);
  margin: 0px;
  width: 32%;
}

.xypg-album-list li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}

.xypg-album-list li:nth-child(3)~li {
  margin-top: 2%;
}

.xypg-album-list li h3 {
  position: static;
  color: rgb(102, 102, 102);
  font-size: 16px;
  background: none;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .easyzoom-flyout img {
    max-width: inherit;
  }

  .container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
}


/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #0064FF;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #0064FF;
}


@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: 100%;
    width: 100%;
  }
  .ny-nav{ display:none}
  .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: #02a0e7;
}

.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: #02a0e7;
}

.xypg-detail-con-title {
  margin: 20px 0px 10px;
}

.xypg-detail-con-title span {
  display: inline-block;
  font-size: 18px;
  color: #02a0e7;
}

.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: #02a0e7;
  line-height: 40px;
  border-bottom: 3px solid #02a0e7;
  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: #02a0e7;
}

.xypg-detail-url {
  margin-top: 15px;
  font-size: 14px;
}

.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;
  font-size: 14px;
}

.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: #02a0e7;
  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: #02a0e7;
}

@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;
}

.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: #02a0e7;
}

.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: auto;
  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: #02a0e7;
}

.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: #02a0e7;
  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: #02a0e7;
  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 #02a0e7;
}

.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;
}

@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;
  }
}

@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;
}

.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 ==================== */

.contents img{max-width: 100%; height: auto !important;}
.ny-party .section3 .ny-party-body3 .item{ height: 100%}
.ny-party .section3 .ny-party-body3 .swiper-wrapper{ align-items: stretch; justify-content: space-between; flex-wrap: wrap}
.ny-party .section3 .ny-party-body3 .swiper-wrapper .swiper-slide{
  width: 49%;
  height: auto;
  margin-bottom: 30px;
}
.ny-party .section3 .mxw-box{ margin-bottom: 0; padding-bottom: 0}
.contents{
  line-height: 2.8;
  font-size: 0.2667rem;
  color: #666666;
}

.mxw-news .body .left .info .text1{ width: 100%}
.mxw-news .body .left .time{ margin: 10px auto 15px 0; padding: 0}
.mxw-news .body .left .desc{ padding-left: 0 ;}

/* ==================== 内页 - 联系我们 start ==================== */
.ny-contact {
  background: url(../images/img59.jpg) no-repeat center;
  background-size: cover;
}
.ny-contact .body {
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.1167rem 0.5333rem 0rem rgba(3, 0, 0, 0.11);
}
.ny-contact .image {
  width: 12.5rem;
  flex-shrink: 0;
}
.ny-contact .info {
  min-width: 0;
  flex-grow: 1;
  padding: 0.9167rem;
}
.ny-contact .info .text1 {
  font-size: 0.5833rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.4333rem;
}
.ny-contact .info .desc {
  font-size: 0.2833rem;
  color: #333;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 751px) {
  .ny-contact .mxw-box {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 751px) {
  .ny-contact .body {
    flex-wrap: wrap;
  }
  .ny-contact .image {
    width: 100%;
  }
  .ny-contact .info {
    padding: 20px 15px;
    background: none;
  }
  .ny-contact .info .text1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ny-contact .info .desc {
    font-size: 14px;
    line-height: 2;
  }
}
/* ==================== 内页 - 联系我们 end ==================== */

/* ==================== 首页 - 通用标题 Start ==================== */
.index-title {
  position: relative;
  color: #02a0e7;
  margin-bottom: 2.6vw;
  text-align: center;
}
.index-title.white {
  color: #fff;
}
.index-title.white .text2 {
  color: #fff;
}
.index-title .text1 {
  font-size: 0.94vw;
  line-height: 1.1;
  margin-bottom: 0.78vw;
  font-weight: bold;
}
.index-title .text2 {
  font-size: 2.08vw;
  font-weight: bold;
  line-height: 1.1;
  color: #333333;
}
.index-title .text2:after {
  content: "";
  display: block;
  width: 2.6vw;
  height: 0.21vw;
  border-radius: 5.21vw;
  background-color: #02a0e7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.56vw;
}
.index-title .text2 strong {
  color: #02a0e7;
}
.index-title .text3 {
  font-size: 0.94vw;
  line-height: 1.1;
  color: #333333;
  margin-top: 1.04vw;
}
.index-title .desc{ color: #333; font-size: 0.267rem; margin: 0.417rem auto 0}
@media screen and (max-width: 749px) {
  .index-title {
    margin-bottom: 40px;
  }
  .index-title .text1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .index-title .text2 {
    font-size: 24px;
  }
  .index-title .text2:after {
    width: 40px;
    height: 4px;
    border-radius: 50px;
    margin-top: 15px;
  }
  .index-title .text3 {
    font-size: 16px;
    margin-top: 30px;
  }
  .index-title .desc{ font-size: 14px; margin-top: 7px}
}
/* ==================== 首页 - 通用标题 End ==================== */


@media (max-width: 768px) {
  .ny-party .section3 .ny-party-body3 .swiper-wrapper .swiper-slide{ width: 100%; text-align: center;}
  .ny-party .section3 .item .image{ padding: 15px}
  .ny-party .section3 .swiper-slide:nth-child(2n) .image{ order: 0}
  .ny-party .section3 .item .info{ padding: 15px 15px 0 }
  .ny-party .section3 .item .desc{ font-size: 16px}
  .ny-party .section3 .swiper-slide:nth-child(2n) .info{padding: 15px 15px 0 }

  header .pc-menu{    flex-wrap: wrap;}
  header .pc-menu li a{padding: 0 10px;    height: auto;}
  header .pc-menu>li:after{    display: none;}
  header .pc-menu>li{    flex-grow: 1;    margin-bottom: 10px;}
  header .mxw-box{    padding: 15px 0 5px;}
  header .pc-menu>li .pc-sub-menu{ display: none;}

  header .pc-nav .bottom{display: none;}

  .foot-nav{    width: 100%;
    order: 1;}


  .ny-vrequ .item .info .title{    font-size: 14px;}
  #mxw-video{ height: 220px !important;}


}

