
/* ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
*: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:hover {
  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;
}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
  padding: 0;
  margin: 0;
}
/* 外层容器样式 */
section {
  overflow: hidden;
}
/* 通用正文样式 */
article {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  color: #333;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image:hover img {
  transform: scale(1.1);
}

.mxw-image img {
  transition: all 0.4s;
  width: 100%;
   
}

.mxw-image img {
  transition: all 0.4s;
  width: 100%;
   
}

.mxw-image22 img {
  transition: all 0.4s;
  width: 350px;
  height: 260px;
   
}
.you img {
  transition: all 0.4s;
  vertical-align: middle;
  width: 350px;
  height: 260px;
   
}

/* ==================== 常用样式 end ==================== */
 
/* ==================== 置顶按钮 start ==================== */
#goto-top {
  position: fixed;
  z-index: 10;
  right: 0.3333rem;
  bottom: 10%;
  width: 0.6667rem;
  height: 0.6667rem;
  cursor: pointer;
  background: #3490de;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #fff;
}
#goto-top.active {
  visibility: visible;
  opacity: 1;
}
#goto-top:after {
  content: "";
  display: block;
  width: 0.2333rem;
  height: 0.2333rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 6px;
}
@media screen and (max-width: 751px) {
  #goto-top {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
/* ==================== 置顶按钮 end ==================== */
/* ==================== 文本行数限制 start ==================== */
.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;
}
/* ==================== 文本行数限制 end ==================== */
/* 首页 */
   .col-hover {  
	            padding: 20px;  
	            transition: background-color 0.8s ease; /* 平滑的背景色过渡效果 */  
	        }  
	        .col-hover:hover {  
	            background-color: #dadadd; /* 鼠标悬停时的背景色 */  
	        }  
	        .col-link {  
	            color: inherit;  
	            text-decoration: none;  
	        } 
			.text6{ 
				font-size: 0.3667rem;
			margin-top: 10px;  /* 上边距 */
			margin-bottom: 10px; /* 下边距 */ 
				}
			 .sx20 {
			            margin-top: 20px;  /* 上边距 */  
			            margin-bottom: 20px; /* 下边距 */  
			        }  
			  .sx30 {  
			             margin-top: 30px;  /* 上边距 */  
			             margin-bottom: 30px; /* 下边距 */  
			         }
				 .an1 {
				  font-size: 0.25rem;
				  color: #fff;
				  padding: 0.1167rem 0.8333rem;
				  border-radius: 1.6667rem;
				  overflow: hidden;
				  background-image: linear-gradient(90deg, #ffaa00 0%, #ffaa00 100%);
				  display: inline-block;
				  }
				  .an1:hover {
					   background-image: linear-gradient(90deg, #ff0000 0%, #ff5500 100%);
					  }
				  .te3{
				  font-size: 0.3567rem;
				  color: #555;
				  line-height: 1.7;
				}	

/* ==================== flex通用布局 start ==================== */
.u-flex {
  display: flex;
  flex-direction: row;
  align-items: 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;
}
/* ==================== flex通用布局 end ==================== */
/* ==================== 通用布局 start ==================== */
@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-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 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.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .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: 2%;
  }
}
@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%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 友情链接 start ==================== */
.mxw-link {
  position: relative;
}
.mxw-link > .mxw-box {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%!important;
  padding: 0!important;
}
.mxw-link > .mxw-box a {
  color: #666;
}
.mxw-link .title {
  flex-shrink: 0;
  line-height: 1.8;
  color: #c2c2c2;
  font-size: 0.2333rem;
  font-weight: bold;
  cursor: pointer;
}
.mxw-link .title img {
  margin-right: 0.3333rem;
}
.mxw-link .mxw-local-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.mxw-link .mxw-local-link a {
  display: block;
  padding-right: 0.3333rem;
  color: #c2c2c2;
  font-size: 0.2333rem;
  line-height: 1.8;
}
.mxw-link .mxw-local-link a:hover {
  color: #9a41a0;
}
.mxw-link .mxw-local-link a:last-child {
  padding-right: 0;
}
.mxw-link .mxw-online-link {
  color: #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  padding: 0.1667rem;
  display: none;
  background: #fff;
  line-height: 1.8;
  width: 100%;
}
.mxw-link .mxw-online-link a {
  font-size: 0.2333rem;
  line-height: 1.8;
  padding-right: 0.3333rem;
  color: #333;
}
.mxw-link .mxw-online-link a:hover {
  color: #3490de !important;
}
.mxw-link .mxw-online-link a:last-child {
  padding-right: 0;
}
/* ==================== 友情链接 end ==================== */
/* ==================== 头部 start ==================== */
header {
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
  position: relative;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17);
}
header .mxw-box {
  max-width: 1640px;
}
header .welcome {
  overflow: hidden;
  background-color: #3490de;
}
header .welcome .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
header .welcome .left strong {
  color: #3490de;
}
header .welcome .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
header .welcome .right a{color:#fff!important;}
header .welcome .right img {
  width: 20px;
  margin-right: 10px;
}
header .welcome .right a:last-child:after {
  display: none;
}
header .welcome .right a:after {
  content: "、";
  line-height: 1;
}
header .welcome .right a:hover {
  color: #fff;
}
header .pc-nav .top .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .pc-nav .top .logo {
  width: 410px;
  flex-shrink: 0;
}
header .pc-nav .top form {
  width: 240px;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}
header .pc-nav .top form input {
  height: 38px;
  line-height: 38px;
  background-color: #f5f5f5;
  border-radius: 100px;
  border: solid 1px #e0e0e0;
  padding: 0 20px;
  padding-right: 40px;
  min-width: 0;
  flex-grow: 1;
  font-size: 14px;
}
header .pc-nav .top form button {
  width: 50px;
  background-color: #3490de;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-left: -30px;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
}
header .pc-nav .top form button img {
  width: 20px;
}
header .pc-menu {
  display: flex;
  align-items: center;
}
header .pc-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  flex-grow: 1;
}
header .pc-menu > li:last-child {
  margin-right: 0;
}
header .pc-menu > li.active > a,
header .pc-menu > li:hover > a {
  color: #3490de !important;
}
header .pc-menu > li.active:hover > ul,
header .pc-menu > li:hover:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
header .pc-menu > li ul {
  background-color: #fff;
  width: 3.3333rem;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s, visibility 0s;
}
header .pc-menu > li ul:hover {
  opacity: 1;
  visibility: visible;
}
header .pc-menu > li ul li.active > ul,
header .pc-menu > li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
header .pc-menu > li ul li a {
  position: relative;
}
header .pc-menu > li ul li a:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .pc-menu > li ul a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-size: 0.2333rem;
  color: #333;
  line-height: 1.2;
  padding: 0.2333rem;
}
header .pc-menu > li > a {
  font-size: 18px;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  padding: 40px 35px;
  line-height: 1.2;
  width: 100%;
}
header .pc-menu > li > ul {
  border-top: 1px solid #ddd;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .pc-menu > li > ul > li > a.active,
header .pc-menu > li > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
header .pc-menu > li > ul > li > a.active:after,
header .pc-menu > li > ul > li > a:hover:after {
  display: none;
}
header .pc-menu > li > ul > li > a:last-child:after {
  display: none;
}
header .pc-menu > li > ul > li > ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 1px solid #ddd;
}
header .pc-menu > li > ul > li > ul > li > ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 1680px) {
  header .mxw-box {
    max-width: 92%;
  }
}
@media screen and (max-width: 1620px) {
  header .pc-nav .top .logo {
    width: 370px;
  }
  header .pc-menu > li > a {
    padding: 35px 25px;
  }
  header .pc-nav .top form {
    width: 200px;
  }
}
@media screen and (max-width: 1400px) {
  header .pc-menu > li > a {
    font-size: 16px;
    padding: 30px 20px;
  }
  header .pc-nav .top .logo {
    width: 290px;
  }
  header .pc-nav .top form input {
    height: 34px;
    line-height: 34px;
  }
}
/* ==================== 头部 end ==================== */
/* ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    z-index: 99999;
  }
  .mxw-mob-nav .head {
    font-size: 0;
    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: 0;
    left: 50%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
  }
  .mxw-mob-nav .logo {
    display: block;
    flex-shrink: 0;
  }
  .mxw-mob-nav .logo img {
    height: 50px;
  }
  .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: #333;
  }
  .mxw-mob-nav .menus-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    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(0);
  }
  .mxw-mob-nav .menus {
    width: 60%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.5s;
    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: #555;
    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: 0;
    height: 0;
    border-top: 4px solid #555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    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: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #f3f3f3;
  }
  .mxw-mob-nav .menus-head {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    border-bottom: 0.6px solid #eee;
    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: #333;
    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: #333;
    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;
  }
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 轮播图 start ==================== */
.mxw-banner {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.mxw-banner .swiper-slide {
  overflow: hidden;
}
.mxw-banner .swiper-slide img {
  width: 100%;
}
.mxw-banner .swiper-pagination {
  width: 100%;
  max-width: 1680px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  opacity: 1;
  margin-left: 14px;
  margin-right: 14px;
  background: #fff;
  transition: width 0.4s;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #963fa0;
  opacity: 1;
}
.mxw-banner .swiper-button-next,
.mxw-banner .swiper-button-prev {
  width: 66px;
  height: 66px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: none;
  outline: none;
  z-index: 99;
  transform: translateY(-50%);
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  bottom: auto;
}
.mxw-banner .swiper-button-next {
  right: 40px;
}
.mxw-banner .swiper-button-prev {
  left: 40px;
}
.mxw-banner .banner-swiper {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}
@media screen and (min-width: 1680px) {
  .banner-swiper {
    min-width: 1920px;
  }
}
@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: 0 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 {
    width: 30px;
    height: 50px;
  }
  .mxw-banner .swiper-button-next:after,
  .mxw-banner .swiper-button-prev:after {
    font-size: 14px;
  }
  .mxw-banner .swiper-button-next {
    right: 10px;
  }
  .mxw-banner .swiper-button-prev {
    left: 10px;
  }
  .mxw-banner .banner-text {
    width: 90%;
  }
  .mxw-banner .banner-text .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mxw-banner .banner-text .text2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .mxw-banner .banner-text .mxw-more {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    padding: 6px 20px;
  }
}
/* ==================== 轮播图 end ==================== */
/* ==================== 通用标题 start ==================== */
.mxw-title {
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.mxw-title .text1 {
  font-size: 0.6667rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.1667rem;
  font-weight: bold;
}
.mxw-title .text1 strong {
  color: #3490de;
}
.mxw-title .text2 {
  font-size: 0.3rem;
  color: #888;
  line-height: 1.4;
}
@media screen and (max-width: 751px) {
  .mxw-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .mxw-title .text1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mxw-title .text2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ==================== 通用标题 end ==================== */
/* ==================== 产品中心 start ==================== */
.mxw-product .mxw-cate .head {
  display: block;
  text-align: center;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  background-image: linear-gradient(0deg, #49119e 0%, #9d43a0 100%);
  color: #fff;
}
.mxw-product .mxw-cate .head .text1 {
  font-size: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0.1667rem;
}
.mxw-product .mxw-cate .head .text2 {
  font-size: 0.2333rem;
  line-height: 1.2;
}
/* 优改-原有子栏padding-bottom: 0.8333rem; */
.mxw-product .mxw-cate .item {
  padding-bottom: 0.08rem;
}
.mxw-product .mxw-cate .item:last-child {
  padding-bottom: 0;
}
.mxw-product .mxw-cate .item .first-head {
  display: block;
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 0.0167rem dashed #ddd;
  margin-bottom: 0.3333rem;
  font-size: 0.3667rem;
  padding-left: 0.5rem;
  position: relative;
  color:#333;
}
.mxw-product .mxw-cate .item .first-head:hover{
  color:#963fa0;
}
.mxw-product .mxw-cate .item .first-head::before {
  content: "";
  display: block;
  background: url(../image/93f5a0240d47eb11071d31cb33392ca8fa185280.png) no-repeat center;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.1667rem;
  left: 0.0833rem;
}
.mxw-product .mxw-cate .item ul li {
  font-size: 0.25rem;
  color: #666;
  line-height: 1.2;
}
.mxw-product .product-swiper .item {
  display: block;
}
.mxw-product .product-swiper .item .image {
  border: solid 1px #e4e4e4;
  margin-bottom: 0.3333rem;
}
.mxw-product .product-swiper .item .name {
  text-align: center;
  font-size: 0.2667rem;
  color: #555;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .mxw-product .mxw-box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mxw-product .body {
    display: flex;
    align-items: flex-start;
  }
  .mxw-product .mxw-cate {
    width: 4.5rem;
    flex-shrink: 0;
    margin-right: 0.6667rem;
  }
  .mxw-product .mxw-cate .cate-content {
    background-image: linear-gradient(0deg, #49119e 0%, #9d43a0 100%);
    padding: 0 0.0833rem 0.0833rem;
  }
  .mxw-product .mxw-cate .itembox {
    background-color: #fff;
    padding: 0.4167rem 0.25rem;
  }
  .mxw-product .mxw-cate .item li:nth-child(2) ~ li {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-product .mxw-cate {
    margin-bottom: 30px;
  }
  .mxw-product .mxw-cate .itembox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mxw-product .mxw-cate .item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .mxw-product .mxw-cate .item:last-child {
    margin-bottom: 0;
  }
  .mxw-product .mxw-cate .item .first-head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-color: #fbfbfb;
    padding-top: 10px;
  }
  .mxw-product .mxw-cate .item .first-head:before {
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
  }
  .mxw-product .mxw-cate .item ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mxw-product .mxw-cate .item ul li {
    font-size: 12px;
    width: 32%;
    margin-top: 0!important;
  }
  .mxw-product .mxw-cate .item ul li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .mxw-product .mxw-cate .item ul li:nth-child(3) ~ li {
    margin-top: 15px!important;
  }
  .mxw-product .product-swiper .item .image {
    margin-bottom: 10px;
  }
}
/* ==================== 产品中心 end ==================== */
/* ==================== 优势 start ==================== */
.mxw-advantage {
  position: relative;
  overflow: visible;
  background: url(../ytu/ibj.jpg) no-repeat center;
  background-size: cover;
}
.mxw-advantage:before,
.mxw-advantage:after {
  content: '';
  position: absolute;
  bottom: -3.55rem;
  background: url(../image/5033d2014e642cacebe16063ccd97a86886530bf.png) no-repeat center;
  background-size: 100%;
  width: 3.55rem;
  height: 7.1rem;
}
.mxw-advantage:before {
  left: 0;
  transform: rotateY(180deg);
}
.mxw-advantage:after {
  right: 0;
}
.mxw-advantage .mxw-title .text1,
.mxw-advantage .mxw-title .text2 {
  color: #fff;
}
.mxw-advantage .swiper-slide {
  background-color: #fff;
}
.mxw-advantage .swiper-slide .image {
  border: solid 0.0833rem #fff;
}
.mxw-advantage .swiper-slide .info {
  padding: 0.5rem;
  text-align: center;
}
.mxw-advantage .swiper-slide .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.3333rem;
}
.mxw-advantage .swiper-slide .text2 {
  font-size: 0.25rem;
  color: #666;
  line-height: 1.8;
  text-align: center;
}
.mxw-advantage .bottom {
  margin-top: 1.1667rem;
  text-align: center;
}
.mxw-advantage .bottom .text1 {
  font-size: 0.3833rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
  display: block;
}
.mxw-advantage .bottom .text2 {
  font-size: 0.3rem;
  color: #fff;
  padding: 0.1667rem 0.8333rem;
  border-radius: 1.6667rem;
  overflow: hidden;
  background-image: linear-gradient(90deg, #49119e 0%, #9d43a0 100%);
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .mxw-advantage .mxw-box {
    padding-top: 1rem;
    padding-bottom: 1.1667rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-advantage:before,
  .mxw-advantage:after {
    width: 40px;
    height: 80px;
    bottom: -40px;
  }
  .mxw-advantage .swiper-slide .info {
    padding: 15px;
  }
  .mxw-advantage .swiper-slide .text1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .mxw-advantage .swiper-slide .text2 {
    font-size: 12px;
  }
  .mxw-advantage .swiper-slide .text2 p{display: inline;}
  .mxw-advantage .bottom {
    margin-top: 30px;
  }
  .mxw-advantage .bottom .text1 {
    font-size: 16px;
  }
  .mxw-advantage .bottom .text2 {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
  }
}
/* ==================== 优势 end ==================== */
/* ==================== 成功案例 start ==================== */
.mxw-cases .body {
  position: relative;
}
.mxw-cases .cases-swiper .swiper-slide {
  position: relative;
  display: block;
}
.mxw-cases .cases-swiper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  background-color: #3490de;
}
.mxw-cases .mxw-more {
  width: 2.8333rem;
  height: 0.7667rem;
  line-height: 0.7667rem;
  font-size: 0.2667rem;
  color: #fff;
  border-radius: 1.6667rem;
  overflow: hidden;
  display: block;
  margin: 1.0833rem auto 0;
  background-color: #3490de;
  text-align: center;
  transition: box-shadow 0.4s;
}
.mxw-cases .mxw-more:hover {
  color: #fff !important;
  box-shadow: 0 0 0.1667rem -0.0333rem #3490de;
}
.mxw-cases .mxw-prev,
.mxw-cases .mxw-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9333rem;
  cursor: pointer;
}
.mxw-cases .mxw-prev {
  left: -1.6667rem;
  transform: rotateY(-180deg);
}
.mxw-cases .mxw-next {
  right: -1.6667rem;
}
@media screen and (min-width: 751px) {
  .mxw-cases .mxw-box {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  .mxw-cases .swiper-slide {
    max-width: 7.5833rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-cases .swiper-slide {
    max-width: 50%;
  }
  .mxw-cases .swiper-slide .title {
    position: static;
    font-size: 12px;
    height: auto;
    line-height: inherit;
    padding: 8px 10px;
  }
  .mxw-cases .mxw-more {
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 20px;
    height: auto;
    line-height: inherit;
    width: 100%;
  }
}
/* ==================== 成功案例 end ==================== */
/* ==================== 关于我们 start ==================== */
.mxw-about {
  background: url(../image/312fc33681f79a24b42c8cbbef7a328054ff05c0.png) no-repeat center;
  background-size: cover;
}
.mxw-about .mxw-box {
  display: flex;
  align-items: center;
}
.mxw-about .left {
  position: relative;
  z-index: 9;
}
.mxw-about .title {
  margin-bottom: 0.8333rem;
  border-left: 0.1333rem solid #3490de;
  padding-left: 0.5rem;
}
.mxw-about .title .text1 {
  font-size: 0.6667rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.mxw-about .title .text2 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
}
.mxw-about .desc {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.6667rem;
}
.mxw-about .btn-group {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
}
.mxw-about .btn-group .mxw-btn {
  padding: 0.25rem 0.6667rem;
  border: 0.0167rem solid #3490de;
  text-align: center;
  color: #3490de;
  font-size: 0.3rem;
  transition: background-color 0.4s, box-shadow 0.4s, color 0.4s;
  border-radius: 1.6667rem;
  overflow: hidden;
}
.mxw-about .btn-group .mxw-btn:first-child {
  margin-right: 0.4167rem;
}
.mxw-about .btn-group .mxw-btn:hover {
  background-color: #3490de;
  color: #fff;
  box-shadow: 0 0 0.1667rem -0.0333rem #3490de;
}
.mxw-about .itembox {
  box-shadow: 0rem 0.0833rem 0.2167rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  width: 16.1667rem;
  padding: 0.6667rem 0.5rem;
  margin-right: -5.3333rem;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mxw-about .item .number {
  margin-bottom: 0.3333rem;
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
}
.mxw-about .item .number i,
.mxw-about .item .number span {
  font-size: 1.15rem;
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.mxw-about .item .number i {
  vertical-align: 0.5rem;
  font-size: 0.6667rem;
  line-height: 0.5rem;
  height: 0.5rem;
  display: inline-block;
}
.mxw-about .item .text {
  font-size: 0.2667rem;
  color: #666;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.mxw-about .item .text img {
  width: 0.3333rem;
  flex-shrink: 0;
  margin-left: 0.0833rem;
  display: block;
}
@media screen and (min-width: 751px) {
  .mxw-about .mxw-box {
    padding-top: 1.6667rem;
    padding-bottom: 1.6667rem;
  }
  .mxw-about .left {
    margin-right: 1.3333rem;
    min-width: 0;
    flex-grow: 1;
    margin-left: -1.6667rem;
  }
  .mxw-about .right-image {
    margin-right: -6.8333rem;
    flex-shrink: 0;
    width: 18.6333rem;
    overflow: hidden;
    border-left: 0.3333rem solid #3490de;
    transform: skewX(-20deg);
  }
  .mxw-about .right-image img {
    display: block;
    transform: translateX(-2.5rem) skewX(20deg);
  }
}
@media screen and (max-width: 751px) {
  .mxw-about .mxw-box {
    flex-wrap: wrap;
  }
  .mxw-about .left {
    width: 100%;
  }
  .mxw-about .title {
    margin-bottom: 20px;
    padding-left: 15px;
    border-left-width: 2px;
  }
  .mxw-about .title .text1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .mxw-about .title .text2 {
    font-size: 12px;
  }
  .mxw-about .desc {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .mxw-about .btn-group {
    margin-bottom: 20px;
  }
  .mxw-about .btn-group .mxw-btn {
    width: 48%;
    margin-right: 4%;
    padding: 8px 10px;
    font-size: 12px;
  }
  .mxw-about .btn-group .mxw-btn:nth-child(2n) {
    margin-right: 0;
  }
  .mxw-about .itembox {
    margin-bottom: 30px;
    padding: 20px 15px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mxw-about .item {
    width: 48%;
    margin-right: 0!important;
  }
  .mxw-about .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .mxw-about .item .number {
    text-align: center;
    margin-bottom: 15px;
  }
  .mxw-about .item .number span {
    font-size: 26px;
  }
  .mxw-about .item .number i {
    font-size: 15px;
    vertical-align: 9px;
    height: 5px;
    line-height: 5px;
  }
  .mxw-about .item .text {
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
  .mxw-about .item .text img {
    display: none;
  }
}
/* ==================== 关于我们 end ==================== */
/* ==================== 资质证书 start ==================== */
.mxw-certificate {
  background: url(../image/5fb1f2863f1643b435f22a5113639af852937c8b.jpg) no-repeat center;
  background-size: cover;
}
.mxw-certificate .body {
  position: relative;
}
.mxw-certificate .body .mxw-btn-prev,
.mxw-certificate .body .mxw-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9333rem;
  cursor: pointer;
  outline: none;
  display: block;
}
.mxw-certificate .body .mxw-btn-prev {
  left: -1.6667rem;
  transform: rotateY(180deg);
}
.mxw-certificate .body .mxw-btn-next {
  right: -1.6667rem;
}
.mxw-certificate .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 751px) {
  .mxw-certificate .mxw-box {
    padding-top: 1.3333rem;
    padding-bottom: 2.1667rem;
  }
  .mxw-certificate .swiper-slide {
    max-width: 4.3333rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-certificate .swiper-slide {
    max-width: 50%;
  }
}
/* ==================== 资质证书 end ==================== */
/* ==================== 新闻资讯 start ==================== */
.mxw-news .mxw-cate {
  margin-bottom: 0.6667rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.mxw-news .mxw-cate .cate-item {
  width: 2.8333rem;
  border-radius: 1.6667rem;
  border: 0.0167rem solid #3490de;
  display: block;
  text-align: center;
  font-size: 0.2667rem;
  padding: 0.25rem 0.1667rem;
  margin-right: 0.3333rem;
}
.mxw-news .mxw-cate .cate-item:last-child {
  margin-right: 0;
}
.mxw-news .mxw-cate .cate-item.active {
  background-color: #3490de;
  color: #fff;
}
.mxw-news .item:hover .info:after {
  width: 100%;
}
.mxw-news .item .info {
  background-color: #f8f8f8;
  padding: 0.5rem;
  position: relative;
}
.mxw-news .item .info:after {
  content: "";
  width: 0;
  height: 0.0833rem;
  background-color: #3490de;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
}
.mxw-news .item .date {
  font-size: 0.2667rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.mxw-news .item .title {
  font-size: 0.3167rem;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.mxw-news .item .desc {
  font-size: 0.2667rem;
  color: #666;
  line-height: 2;
  text-align: justify;
  height: 4em;
}
.mxw-news .item .mxw-more {
  margin-top: 0.5rem;
  color: #333;
  font-size: 0.2667rem;
}
@media screen and (min-width: 751px) {
  .mxw-news .mxw-box {
    padding-top: 1.1667rem;
    padding-bottom: 1.3333rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-news .mxw-cate {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .mxw-news .mxw-cate .cate-item {
    width: 48%;
    margin-right: 4%;
    padding: 8px 10px;
  }
  .mxw-news .mxw-cate .cate-item:nth-child(2n) {
    margin-right: 0;
  }
  .mxw-news .mxw-cate .cate-item:nth-child(2) ~ .cate-item {
    margin-top: 4%;
  }
  .mxw-news .item:nth-child(2) ~ .item {
    display: none;
  }
  .mxw-news .item .info {
    padding: 15px 10px;
  }
  .mxw-news .item .date {
    font-size: 12px;
  }
  .mxw-news .item .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mxw-news .item .desc {
    font-size: 12px;
  }
  .mxw-news .item .mxw-more {
    font-size: 12px;
    margin-top: 20px;
  }
}
/* ==================== 新闻资讯 end ==================== */
/* ==================== 联系我们 start ==================== */
.mxw-message {
  background: url(../image/itux.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.mxw-message .mxw-box {
  color: #fff;
}
.mxw-message .text1 {
  font-size: 0.7833rem;
  margin-bottom: 0.6667rem;
  font-weight: bold;
}
.mxw-message .text2 {
  font-size: 0.4833rem;
}
.mxw-message .text2 img {
  width: 0.5333rem;
  margin-right: 0.3333rem;
}
@media screen and (min-width: 751px) {
  .mxw-message .mxw-box {
    padding-top: 2.1667rem;
    padding-bottom: 2.1667rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-message .text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mxw-message .text2 {
    font-size: 14px;
    line-height: 1.8;
  }
  .mxw-message .text2 img {
    display: none;
  }
}
/* ==================== 联系我们 end ==================== */
/* ==================== 底部样式 start ==================== */
footer .foot-top {
  background-color: #181818;
}
footer .foot-top .mxw-box {
  overflow: hidden;
}
footer .foot-top .bottom {
  border-top: 0.0167rem solid #393939;
  padding-top: 0.8333rem;
  padding-bottom: 1.0833rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .foot-top .head {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
footer .logo {
  width: 5.9rem;
  margin: 0.75rem auto;
  display: block;
}
footer .foot-nav {
  width: 8.3333rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .foot-nav .nav-item {
  flex-shrink: 0;
}
footer .foot-nav li {
  margin-bottom: 0.25rem;
}
footer .foot-nav li:last-child {
  margin-bottom: 0;
}
footer .foot-nav a {
  font-size: 0.2667rem;
  color: #666;
  line-height: 1.2;
}
footer .foot-contact .desc {
  font-size: 0.2667rem;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
}
footer .foot-contact .desc p {
  margin-bottom: 0.25rem;
}
footer .foot-contact .desc p:last-child {
  margin-bottom: 0;
}
footer .foot-qr {
  text-align: center;
  width: 3.5667rem;
  flex-shrink: 0;
  font-size: 0.2333rem;
  color: #fff;
}
footer .foot-qr img {
  display: block;
  margin: 0 auto 0.3333rem;
}
footer .mxw-copyright {
  background-color: #101010;
}
footer .mxw-copyright .mxw-box {
  text-align: center;
  color: #c2c2c2;
  padding: 0.3333rem 0;
  font-size: 0.2167rem;
  line-height: 2;
}
footer .mxw-copyright .mxw-box a {
  color: inherit;
}
@media screen and (max-width: 751px) {
  footer .logo {
    width: 70%;
    margin: 0 auto 20px;
  }
  footer .foot-top .bottom {
    padding: 20px 0 0;
  }
  footer .foot-top .head {
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .mxw-copyright .mxw-box {
    padding: 15px;
    line-height: 2;
  }
}
/* ==================== 底部样式 end ==================== */
/* 容器大小 */
.mxw-box {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}
.mxw-box p {
  margin-bottom: 0;
}
.mxw-box a:hover {
  color: #3490de;
}
/* 内页 banner */
.ny-banner img {
  width: 100%;
}
/* ==================== 页面自定义样式 start ==================== */
@media screen and (min-width: 1680px) {
  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1680px) {
  .mxw-box {
    max-width: 86%;
  }
}
@media screen and (min-width: 751px) {
  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }
  .mxw-ny-box {
    padding-top: 1.1667rem;
    padding-bottom: 1.1667rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-ny-box {
    max-width: 100%;
    font-size: 0;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 751px) {
  body {
    margin-top: 60px;
  }
  html {
    font-size: 50px;
  }
  .m-none,
  .pc-nav {
    display: none !important;
  }
  .mxw-box {
    padding: 30px 20px;
    max-width: 100%;
  }
  .mxw-section {
    padding-left: 0;
    padding-right: 0;
  }
  article {
    font-size: 15px;
  }
}
/* ==================== 页面自定义样式 end ==================== */
/* ==================== 动画 start ==================== */
@keyframes arrowAnimate {
  0% {
    transform: translate(0rem, 0rem);
  }
  50% {
    transform: translate(0rem, -0.1667rem);
  }
  100% {
    transform: translate(0rem, 0rem);
  }
}
/* ==================== 动画 end ==================== */
.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:#fff;}
.product-detail-tab .product-detail-tabli li{background:#3490de;color:#fff;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:0;margin-right:0;}
.xypg-album-list li{padding:10px;border:1px solid #eaeaea;padding-bottom:0;margin:0;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:#666;font-size:16px;background:none;height:40px;line-height:40px;margin-top:10px;}

.ny-product-content iframe,
.xypg-right-content iframe{
  width: 10rem!important;
  height: 7rem!important;
}
@media screen and (min-width: 751px) {
  /* .page-wrap{padding-top:30px;} */
  .easyzoom-flyout img{max-width:inherit;}
  .container{width:100%;max-width:1400px;}
}
@media screen and (max-width: 751px) {
  body{padding-bottom:0;padding-top:0;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:0;}
  .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:0;}
  .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:0 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:0;}
  .xypg-album-list li:nth-child(2)~li{margin-top:2%;}
  .ny-product-content iframe,
  .xypg-right-content iframe{
    width: 100%!important;
    height: 260px!important;
  }
}