﻿html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  font-size: 14px;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
  cursor: default;
  background: #f6f6f6;
}

* {
  padding: 0px;
  margin: 0px;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
  font-weight: normal;
  color: #555;
}

input,
select,
button {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
}

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space:pre-wrap;
}

a:hover {
  color: #58006c;
}

.con {
  width: 1200px;
  margin: 0 auto;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 1200px;
  margin: 0 auto
}

.top {
  width: 100%;
  line-height: 34px;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  height: 34px;
  font-size: 14px;
  color: #333;
}

.gwc {
  float: right;
  font-size: 14px;
  width: 100px;
  margin-top: 18px
}

.top span {
  margin-left: 10px
}

.top span i {
  margin-right: 10px
}

.gwc img {
  vertical-align: middle;
  width: 25px;
}

.top img {
  vertical-align: middle;
  width: 25px;
}

.gwc a {
  float: right;
  width: 150px;
  background: #58006c url(../images/gwcs.png) 22px center / 20px no-repeat;
  color: #fff;
  display: block;
  padding-left: 30px;
  line-height: 38px;
  font-size: 14px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  text-align: center
}

.gwc a:hover {
  background: #eee url(../images/gwc.png) 22px center / 20px no-repeat;
  color: #666;
}

.header {
  width: 100%;
  /* position: relative; */
  z-index: 10;
  /* height: 140px; */
  background: #fff;
  position: sticky;
  top: 0px;
}

.header.hov {
  /* position: fixed;
  top: 0;
  height: 85px; */
  overflow: hidden;
  box-shadow: 0 0 10px #aaa;
}

.header .container {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  margin: 0;
  height: 78px;
}

.header .logo img {
  width: auto;
  height: 100%;
  display: block;
}

.header .ss1 {
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.header .ss {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  box-sizing: border-box;
  border: #58006c 2px solid;
  border-radius: 20px;
  overflow: hidden
}

.header .ss input {
  width: 496px;
  float: left;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
}

.header .ss .sum {
  width: 60px;
  background: #58006c;
  height: 38px;
  float: right;
  text-align: center;
  line-height: 38px;
  color: #fff
}

.header .ss1 p {
  font-size: 12px;
  margin-top: 6px
}

.header .ss1 p a {
  color: #666;
  padding: 0 5px;
}

.header .tel {
  background: url(../images/dh.png) left center no-repeat;
  padding-left: 50px;
}

.header .tel h2 {
  font-size: 14px;
  color: #666;
}

.header .tel h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.header .right {
  display: none;
  position: relative;
}

.header .right a {
  display: block;
  height: 35px;
  float: left;
  margin-right: 10px;
  width: 35px;
  text-align: center
}

.header .right a.a2 {
  background: url(../images/isearch.png) center no-repeat;
}

.header .right a.a1 {
  background: url(../images/tel.png) center no-repeat;
}

.searchIpt {
  width: 200px;
  height: 30px;
  position: absolute;
  right: 120px;
  top: 5px;
  display: none;
  z-index: 10;
}

.searchIpt .search_txt {
  width: 132px;
  padding: 0 0 0 10px;
  line-height: 30px;
  background: #333;
  color: #fff;
  border: 0;
  height: 30px;
  float: left;
}

.searchIpt .search_btn {
  width: 58px;
  background: #58006c;
  border: 0;
  float: right;
  color: #fff;
  height: 30px;
  cursor: pointer;
}

.header .an {
  /* position: absolute;
  top: 50%;
  right: 15px; */
  height: 18px;
  width: 30px;
  display: none;
  position: relative;
  /* transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%); */
}

.header .an span {
  width: 30px;
  height: 2px;
  background-color: #555;
  display: block;
  position: absolute;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 8px;
  left: 0;
}

.header .an span.a3 {
  top: 16px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 8px;
  width: 30px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 8px;
  width: 30px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .nav {
  width: 100%;
  min-width: 1200px;
  background: linear-gradient(74deg, #58006c, #70008a 51%, #a800d0);
  padding: 0;
  height: 45px;
  transition: all .5s;
}

.header .nav i {
  font-size: 12px;
  color: #aaa;
  line-height: 54px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 54px;
  right: 0px;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .nav ul li {
  line-height: 45px;
  float: left;
  position: relative;
  width: 16%;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  text-align: center
}

.header .nav .qb_fl {
  width: 234px;
  box-sizing: border-box;
  background: #4a148c;
  color: #fff;
  margin: 0;
}

.header .nav .qb_fl a {
  color: #fff;
}

.header .nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}

.header .nav ul li.dl {
  float: right;
  padding: 0;
  padding-left: 20px;
}

.header .nav ul li.dl a {
  color: #58006c;
  font-weight: bold;
  font-size: 14px;
}

.header .nav ul li.dl img {
  height: 20px;
  vertical-align: middle;
}

.header .nav ul li span {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
  width: 100%;
}

.header .nav ul li.on span {
  width: 100%;
}

.nav .y_j {
  position: relative;
}

.nav .e_j {
  width: 150px;
  background-color: rgba(255, 255, 255, .85);
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -75px;
  display: none;
  z-index: 9999;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center
}

.nav .e_j .ejy {
  position: relative
}

.nav .e_j .s_j {
  width: 150px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 0px;
  left: 150px;
  display: none;
  z-index: 9999;
}

.header .nav .e_j a:hover {
  background-color: #58006c;
  color: #fff;
}
.header.hov .nav{
  display: none;
}

@media (min-width:1024px) {

  .header .nav .e_j {
    display: none !important;
  }

  .header .nav ul li:hover .e_j {
    display: block !important;
  }

  .head_h {
    height: 68px;
    display: none
  }
}

@media (max-width:1200px) {
  .header .nav ul li {
    margin: 0 20px;
  }

  .header .nav ul li a {
    font-size: 16px;
  }
}


.dwo-wrap {
  position: relative;
  width: 100%;
  /* height: 80vh; */
  margin: 0 auto;
}

.dwo-wrap .swiper-container {
  width: 100%;
  /* height: 80vh; */
}

.dwo-wrap .swiper-slide {
  width: 100%;
}

.dwo-wrap .swiper-slide a {
  width: 100%;
  display: block;
  /* position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0; */
}

.dwo-wrap .swiper-slide img {
  width: 100%;
  transition: transform 3.5s;
  -webkit-transition: transform 3.5s;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  display: block;
}

.dwo-wrap .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.dwo-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #58006c !important;
}

.nav-wrapper1 {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  z-index: 2;
  width: 234px;
  height: auto;
}

.nav-wrapper1 .nav {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%
}

.lift-target1 {
  display: none;
}

.lift-target1.on {
  display: block;
}

.lift-target {
  min-width: 1200px;
}

.nav-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  z-index: 2;
  width: 234px;
  height: 100%
}

.nav-wrapper .nav {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%
}

.nav-item.active .children {
  display: block;
}

.nav-item:hover .nav-item-link {
  background-color: #4a148c;
  color: #fff;
}

.nav-item:hover .children {
  display: block;
}

.nav-item-link {
  display: block;
  height: 55px;
  padding-left: 30px;
  line-height: 55px;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/arraw.png);
  background-position: 200px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.nav-item-link img {
  width: 18px;
  vertical-align: middle;
}

.children {
  display: none;
  position: absolute;
  left: 234px;
  top: 0;
  border-left: 0;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
  box-sizing: border-box;
  height: 560px;
  border-radius: 10px;
  overflow: hidden
}

.children-col-4 {
  width: 992px;
}

.children-list {
  display: inline-block;
  width: 100%;
  padding: 1px 0;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
}

.children-list h3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 10px;
}

.children-list a {
  display: block;
  padding: 0 30px 0 0;
  height: 35px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  float: left;
}

.children-list a:hover {
  color: #58006c;
}

.children-list a span {
  display: inline-block;
  width: 158px;
  font-size: 14px;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.children-list img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.zuobian1 {
  float: left;
  width: 70%;
  height: auto;
  box-sizing: border-box
}

.youbian1 {
  float: right;
  width: 28%;
  box-sizing: border-box
}

.zuobian11 {
  width: 100%;
  height: auto;
  box-sizing: border-box
}

.youbian11 {
  width: 100%;
  box-sizing: border-box
}

.zuobian2 {
  float: left;
  width: 28%;
  height: auto;
  box-sizing: border-box
}

.youbian2 {
  float: right;
  width: 70%;
  box-sizing: border-box
}


.zuobian {
  float: left;
  width: 70%;
  background: #fbfbfb;
  height: 550px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll
}

.youbian {
  float: right;
  width: 30%;
  padding: 20px;
  box-sizing: border-box
}

.youbian h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px
}

.brand-box a {
  display: inline-block;
  float: left;
  width: 33%
}

.brand-box a img {
  display: block;
  margin: 20px 20px 0 10px;
  width: 100%;
  height: auto;
}

.tit {
  margin-bottom: 30px;
  text-align: center
}

.tit h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}

.tit h3 {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}

.sy_ppzq2 {
  padding: 40px 0;
  overflow: hidden;
  background: #fff;
}

.sy_ppzq2 ul {}

.sy_ppzq2 ul li {
  width: 14.28%;
  float: left;
  margin-bottom: 10px;
}

.sy_ppzq2 ul li:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);
}

.sy_ppzq2 ul li:nth-child(7n) {
  margin-right: 0;
}

.sy_ppzq2 ul li img {
  width: 100%;
  display: block;
}

.sy_ppzq2 ul li h3 {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
}

.sy_ppzq {
  padding: 0px 0 40px;
  overflow: hidden
}

.sy_ppzq ul li {
  width: 12.5%;
  float: left;
  padding: 1px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.sy_ppzq ul li img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_ppzq ul li:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_ppzq ul li .mb {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99
}

.sy_ppzq ul li .mb h3 {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.sy_ppzq ul li .mb .more {
  width: 110px;
  line-height: 30px;
  background: #58006c;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.sy_ppzq ul li:hover .mb {
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.sy_rxzq {
  padding: 40px 0 10px;
}

.sy_rxzq .nr {
  width: 1200px;
  margin: 0 auto 35px;
  overflow: hidden;
  position: relative;
}

.sy_rxzq .nr h3 {
  border-left: #58006c 3px solid;
  padding-left: 10px;
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 30px
}

.sy_rxzq .nr ul {
  width: 950px;
  float: right
}

.sy_rxzq .nr .left {
  width: 240px;
  float: left
}

.sy_rxzq .nr ul li {
  width: 24.25%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1%
}

.sy_rxzq .nr ul li:nth-child(4n) {
  margin-right: 0;
}

.sy_rxzq .nr ul li img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_rxzq .nr ul li:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_rxzq .nr ul li:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.sy_rxzq .nr ul li .tp {
  overflow: hidden;
}

.sy_rxzq .nr ul li .wenz {
  padding: 10px 10px;
  overflow: hidden;
  text-align: center
}

.sy_rxzq .nr ul li .wenz h4 {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden
}

.sy_rxzq .nr ul li .wenz .jg {
  text-align: center;
  font-size: 14px;
  color: #fa6400;
}

.sy_rxzq .nr ul li .wenz .gwc a {
  float: right;
  width: 120px;
  background: #eee url(../images/gwc.png) 6px center / 20px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border: #ccc 1px solid;
  box-sizing: border-box;
}

.sy_rxzq .nr ul li .wenz .gwc a:hover {
  background: #58006c url(../images/gwcs.png) 6px center / 20px no-repeat;
  color: #fff;
}

.sy_khzq {
  padding-bottom: 60px;
  position: relative;
}




.ny_rxzq {
  height: auto;
  overflow: hidden
}

.ny_rxzq .nr {
  width: 1200px;
  margin: 0 auto 35px;
  overflow: hidden;
  position: relative;
}

.ny_rxzq .nr h3 {
  border-left: #58006c 3px solid;
  padding-left: 10px;
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 30px
}

.ny_rxzq .nr ul {
  width: 100%;
}

.ny_rxzq .nr .left {
  width: 240px;
  float: left
}

.ny_rxzq .nr ul li {
  width: 19.2%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1%
}

.ny_rxzq .nr ul li:nth-child(5n) {
  margin-right: 0;
}

.ny_rxzq .nr ul li img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_rxzq .nr ul li:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_rxzq .nr ul li:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.ny_rxzq .nr ul li .tp {
  overflow: hidden;
}

.ny_rxzq .nr ul li .wenz {
  padding: 10px 10px;
  overflow: hidden;
  text-align: center
}

.ny_rxzq .nr ul li .wenz h4 {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.ny_rxzq .nr ul li .wenz .jg {
  text-align: center;
  font-size: 14px;
  color: #fa6400;
}

.ny_rxzq .nr ul li .wenz .gwc a {
  float: right;
  width: 120px;
  background: #eee url(../images/gwc.png) 6px center / 20px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border: #ccc 1px solid;
  box-sizing: border-box;
}

.ny_rxzq .nr ul li .wenz .gwc a:hover {
  background: #58006c url(../images/gwcs.png) 6px center / 20px no-repeat;
  color: #fff;
}

.ny_rxzq {
  padding-bottom: 30px;
  position: relative;
}


.ny_ban {
  width: 100%;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ny_ban:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.2;
  background-image: -webkit-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
  background-image: -moz-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
  background-image: -ms-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
  background-image: -o-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
  background-image: linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
}

@media only screen and (max-width:992px) {
  .ny_ban {
    height: 360px;
    background-attachment: scroll;
  }

  .ny_ban .container {
    width: 100%;
    top: 50%;
  }

  .ny_ban .w_z h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .ny_ban .w_z h4 {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width:640px) {
  .ny_ban {
    height: 220px;
  }

  .ny_ban .w_z h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .ny_ban .w_z h4 {
    font-size: 14px;
    line-height: 24px;
  }
}


.yema {
  margin: 20px 0 40px;
  text-align: center;
}

.yema ul li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #fff
}

.yema ul li a {
  border: 1px solid #eaeaea;
  padding: 0 15px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #555;
  display: block;
}

.yema ul li a:hover {
  background-color: #58006c;
  border: 1px solid #58006c;
  color: #fff;
}

.yema ul li a.on {
  background-color: #58006c;
  border: 1px solid #58006c;
  color: #fff;
}

@media only screen and (max-width:992px) {
  .yema {
    margin-top: 20px;
  }

  .yema ul li {
    margin: 0 3px;
  }

  .yema ul li a {
    line-height: 34px;
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .yema ul li:first-child {
    display: none;
  }

  .yema ul li:last-child {
    display: none;
  }
}

.swiper-yxxy {
  padding-bottom: 0px;
}

.swiper-yxxy .swiper-slide {
  position: relative;
  text-align: center;
}

.swiper-yxxy .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.swiper-yxxy .swiper-slide h3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px
}

.swiper-yxxy .swiper-slide:hover h3 {
  color: #58006c;
}

.swiper-yxxy .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  background: #ccc
}

.swiper-yxxy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #58006c
}

.sy_khzq .swiper-button-prev {
  background: url(../images/prev_off.png) center no-repeat;
  width: 30px;
  height: 60px;
  margin-top: -50px;
  left: -35px;
  border-radius: 15px;
}

.sy_khzq .swiper-button-next {
  background: url(../images/next_off.png) center no-repeat;
  width: 30px;
  height: 60px;
  margin-top: -50px;
  right: -35px;
  border-radius: 15px;
}

.sy_db {
  padding: 30px 0;
  background: #e3e6e9;
}

.sy_db ul li {
  width: 25%;
  float: left;
}

.sy_db ul li .bz {
  padding: 10px 0 10px 70px;
}

.sy_db ul li .bz h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.sy_db ul li .bz h4 {
  font-size: 14px;
  color: #666;
}


.lift-nav {
  position: fixed;
  top: 85px;
  left: 50%;
  z-index: 999;
  margin-left: -650px;
  display: none;
}

.lift-nav li {
  width: 40px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
  padding: 6px 8px;
  background: #666;
  cursor: pointer;
  box-sizing: border-box;
}

.lift-nav li.current {
  background: #58006c;
}



/* start footer */
.footer_bg {
  background: #333;
  width: 100%;
  padding: 20px 0 0;
  height: auto;
  overflow: hidden;
  min-width: 1200px
}

.footer {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 999
}

.footer .zuo3 {
  float: left;
}

.footer .zuo3 ul li {
  float: left;
  padding-right: 30px;
}

.footer .zuo3 ul li .tit1 a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  display: block
}

.footer .zuo3 ul li .line {
  margin-bottom: 10px;
  height: 2px;
  margin-top: 10px
}

.footer .zuo3 ul li .line span {
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: block
}

.footer .zuo3 ul li:hover .line span {
  width: 50px;
  height: 1px;
}

.footer .zuo3 ul li a {
  width: 100%;
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #999;
}

.footer .zuo3 ul li a:hover {
  color: #eee
}

.dzwz {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  float: left;
  /*width: 300px;*/
}

.dzwz p {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  text-transform: capitalize;
  padding-left: 25px;
}

.dzwz p.p1 {
  background: url(../images/fd-img2.png) left center no-repeat
}

.dzwz p.p2 {
  background: url(../images/fd-img1.png) left center no-repeat
}

.dzwz p.p3 {
  background: url(../images/fd-img4.png) left 8px no-repeat
}

.footer .you3 {
  float: right;
}

.footer .you3 .weixin {
  width: 110px;
  padding-top: 20px;
  float: right;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
}

.footer .you3 .weixin img {
  width: 100%
}

.footer .you3 .dian {
  width: 230px;
  float: left;
}

.footer .you3 .dian h2 {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  padding-top: 20px;
}

.footer .you3 .dian p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: left
}

.footer_btm {
  margin: 30px auto 0;
  padding: 15px 0;
  width: 100%;
  background: #222;
  line-height: 1.8;
  height: auto;
  overflow: hidden
}

.copy {
  width: 1200px;
  margin: 0 auto;
}
.copy br{
  display: none;
}
.copy p {
  font-size: 12px;
  text-transform: uppercase;
  color: #B9B9B9;
  text-align: center
}

.copy p a {
  color: #ffffff;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.copy img{
  vertical-align: middle;
}

.nban {
  width: 100%;
  height: 360px;
  position: relative;
}

.nban .wenz {
  padding: 25px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -600px;
  background: rgba(218, 37, 30, 0.6);
  width: 15%
}

.nban .wenz h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.nban .wenz h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.ntit {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: #ccc 1px solid;
}

.ntit ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  min-width: 110px;
  float: left;
  position: relative
}

.ntit ul li .e_j {
  width: 600px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
  z-index: 99;
  text-align: center
}

.ntit ul li:hover .e_j {
  display: block;
}

.ntit ul li .e_j a {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  float: left;
  background: #fff;
  padding: 0 10px;
}

.ntit ul li .e_j a:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #abcd05;
  background: #fff;
  line-height: 35px
}

.ntit ul li a {
  line-height: 34px;
  background: #eee;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  text-align: center
}

.ntit ul li a:hover {
  background: #c9191c;
  ;
  color: #fff;
}

.ntit ul li a.on {
  background: #c9191c;
  ;
  color: #fff;
}

.ny_tjzq {
  padding: 40px 0;
}

.ny_tjzq ul li {
  width: 25%;
  float: left;
  border: #f5f5f5 1px solid;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.ny_tjzq ul li img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_tjzq ul li:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_tjzq ul li:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);
}

.ny_tjzq ul li .tp {
  overflow: hidden;
}

.ny_tjzq ul li .wenz {
  padding: 10px 10px 20px;
  overflow: hidden;
}

.ny_tjzq ul li .wenz h4 {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.ny_tjzq ul li .wenz .jg {
  float: left;
  font-size: 16px;
  color: #58006c;
}

.ny_tjzq ul li .wenz .gwc a {
  float: right;
  width: 120px;
  background: #eee url(../images/gwc.png) 6px center / 20px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border: #ccc 1px solid;
  box-sizing: border-box;
}

.ny_tjzq ul li .wenz .gwc a:hover {
  background: #58006c url(../images/gwcs.png) 6px center / 20px no-repeat;
  color: #fff;
}


.page {
  text-align: center;
  margin: 30px auto;
}

.page a {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #5a5a5a;
  padding: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: #ccc 1px solid;
  margin: 0 3px
}

.page a:hover {
  color: #fff;
  background: #58006c;
}

.page a.hover {
  color: #fff;
  background: #58006c;
}

.ny_xw {
  padding: 30px 0;
  min-width: 1200px;
}

.Activsbf1_lb {
  width: 100%;
  margin-top: 10px;
}

.Activsbf1_lb dl {
  width: 100%;
  background: #fff;
  padding: 10px;
  float: left;
  margin: 0 0 20px;
  display: inline;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Activsbf1_lb dt {
  width: 28%;
  float: left;
  overflow: hidden;
}

.Activsbf1_lb dt a {
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.Activsbf1_lb dt img {
  vertical-align: middle;
  width: 100%;
}

.Activsbf1_lb dd {
  width: 68%;
  float: right;
  margin-top: 15px;
  margin-right: 0.5%
}

.Activsbf1_lb dd .newNrtit {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Activsbf1_lb dd .newNrtit a {
  font-size: 18px;
  color: #333;
}

.Activsbf1_lb dd .newNrjs {
  width: 100%;
  margin-top: 10px;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Activsbf1_lb dd .Acdltj_time {
  width: 100%;
  margin: 15px 0 0;
  color: #999;
}

.Activsbf1_lb dd .more a {
  width: 90px;
  line-height: 28px;
  border: #ccc 1px solid;
  display: block;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  margin-top: 20px;
}

.Activsbf1_lb dd:hover .more a {
  background: #fff;
  color: #58006c;
}

.Activsbf1_lb dl:hover .Acdltj_time {
  color: #ccc;
}

.Activsbf1_lb dl:hover {
  background: #58006c;
  ;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Activsbf1_lb dl:hover dd .newNrtit a {
  color: #fff;
}

.Activsbf1_lb dl:hover .newNrjs {
  color: #fff;
}

.Activsbf1_lb dl:hover dt img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 1s ease 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.Activsbf1_lb dl:hover dt img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.ny_jj {
  padding: 20px 0 50px;
}

.ny_jj .con {
  margin-bottom: 50px;
  overflow: hidden
}

.ny_jj .tp {
  width: 530px;
  float: left;
}

.ny_jj .tp img {
  width: 100%;
  display: block;
}

.ny_jj .wenz {
  width: 620px;
  float: right;
}

.ny_jj .wenz p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.gybe-main {
  margin-top: 0px;
}

.gybe-main li {
  float: left;
  width: 270px;
  height: 200px;
  margin-right: 40px;
}

.gybe-main li p {
  text-indent: 0em
}

.gybe-main li a {
  display: block;
}

.gybe-main li.no {
  margin-right: 0;
}

.gybe-main .gm-img {
  height: 95px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s linear 0s;
}

.gybe-main li:hover .gm-img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.lsct {
  background-image: url("../image/png-5.png");
}

.gsnl {
  background-image: url("../image/png-6.png");
}

.gsjz {
  background-image: url("../image/png-7.png");
}

.beqq {
  background-image: url("../image/png-8.png");
}

.wdy {
  background-image: url("https://dtcqshop.com/images1/png-az.png");
}

.tg {
  background-image: url("https://dtcqshop.com/images1/png-07.png");
}

.gybe-main .gm-font1 {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: bold
}

.gybe-main .gm-font2 {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.lx_wm {
  padding: 30px 0 50px;
  overflow: hidden
}

.lx_wm .rc_zp .ts {
  font-size: 14px;
  line-height: 26px;
  color: #888;
  margin-top: 20px;
}

.lx_wm .rc_zp .ts a {
  color: #58006c;
}

.lx_wm .rc_zp .jr_lm {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  margin-bottom: 10px;
}

.lx_wm .rc_zp .jr_lm.jt {
  border: 1px solid #58006c;
}

.lx_wm .rc_zp .jr_bt {
  padding: 10px 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #555;
  overflow: hidden;
  cursor: pointer;
}

.lx_wm .rc_zp .jr_bt:hover {
  background-color: #e7e7e7;
}

.lx_wm .rc_zp .jr_bt.on {
  background-color: #e7e7e7;
}

.lx_wm .rc_zp .jr_lm.jt .jr_bt {
  background-color: #58006c;
  color: #fff;
  padding: 10px 40px;
  line-height: 40px;
  font-size: 16px;
}

.lx_wm .rc_zp .jr_bt span {
  float: left;
  width: 18%;
  text-align: center;
}

.lx_wm .rc_zp .jr_bt span.xq {
  float: right;
}

.lx_wm .rc_zp .jr_bt span i {
  margin-left: 10px;
}

.lx_wm .rc_zp .jr_bt span.s_40 {
  float: left;
  width: 30%;
  text-align: left;
}

.lx_wm .rc_zp .jr_nr {
  background-color: #fff;
  padding: 30px 40px 10px;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 3px;
  display: none;
  color: #666;
}

.lx_wm .rc_zp .jr_nr .gw {
  width: 80px;
  float: left;
}

.lx_wm .rc_zp .jr_nr .js {
  width: 1020px;
  float: right;
  margin-bottom: 20px;
  color: #666;
}

.lx_wm .rc_zp .sqzw a {
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  margin-top: 30px;
  float: right;
  background: #58006c;
  font-size: 14px;
  color: #fff;
}

.lx_wm .rc_zp .lxfs {
  float: left;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}

.lx_wm .rc_zp .lxfs a {
  color: #333
}

.lx_wm .rc_zp .lxfs a:hover {
  color: #58006c
}

.lx_wm .d_t {
  margin-top: 50px;
}

.lx_wm .x_x {
  width: 550px;
  float: left;
}

.lx_wm .l_y {
  width: 550px;
  float: right;
}

.lx_wm h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.lx_wm h4 {
  font-size: 16px;
  line-height: 26px;
  color: #888;
  margin-bottom: 15px;
}

.lx_wm em {
  width: 30px;
  height: 1px;
  background-color: #58006c;
  display: block;
  margin-bottom: 15px;
}

.lx_wm b {
  font-family: Arial, Helvetica, sans-serif;
  color: #58006c;
  padding-left: 5px;
  font-size: 20px !important;
}

.lx_wm p {
  font-size: 16px;
  line-height: 40px;
}

.lx_wm p i {
  padding-right: 10px;
  color: #aaa;
}

.lx_wm p i img {
  vertical-align: middle;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
}

.lx_wm input.w_z {
  width: 158px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  padding: 0 5px;
  background: #fff
}

.lx_wm input.a_n {
  width: 120px;
  height: 40px;
  background-color: #58006c;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.lx_wm textarea {
  width: 526px;
  height: 66px;
  padding: 5px;
  border: 1px solid #e7e7e7;
  outline: none;
  resize: none;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}

.swiper-container-ban {
  display: none;
}


/* 新闻中心 */
.indexNews {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 40px 0;
  background: #fff;
  min-width: 1200px;
}
.indexNews .tit h1{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(102,45,145,.5);
}

._newsTab{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
._newsTab a{
  padding: 8px 16px;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
._newsTab a.active{
  background-color: #662d91;
  color: #fff;
}
._listBox{
  display: flex;
  gap: 30px;
}
._listItem{
  width: 33.33%;
}
._listItem ._iHd{
  text-align: center;
  margin-bottom: 20px;
}
._listItem ._iHd a{
  font-size: 18px;
  font-weight: bold;
  color: rgba(102,45,145,1);
  line-height: 2;
}
._iNewsList{
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
._iNewsList a {
  width: 100%;
  background: #f7f9fe;
  padding: 30px 20px;
  box-sizing: border-box
}

._iNewsList a:nth-child(3n) {
  margin-right: 0;
}

._iNewsList a:hover {
  /* background: url(../images/newsbj2.png) no-repeat;
  background-size: cover; */
  background-color: #662d91;
  color: #fff;
}

._iNewsList a:nth-child(3n) {
  margin-right: 0;
}

._iNewsList a .time {
  display: inline-block;
  width: 80px;
  background: url(../images/newsBjdian.png) no-repeat;
  background-position: top 50px left 0;
  background-size: 54px;
}

._iNewsList a .txt {
  padding-left: 5px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._iNewsList a .time strong {
  font-size: 22px;
}
.indexNews ._listBox div:nth-child(1) ._iNewsList a .time{
  background-image: url(../images/newsBjdian1.webp);
}
.indexNews ._listBox div:nth-child(2) ._iNewsList a .time{
  background-image: url(../images/newsBjdian2.webp);
}
.indexNews ._listBox div:nth-child(3) ._iNewsList a .time{
  background-image: url(../images/newsBjdian3.webp);
}

._iNewsList a .txt h2 {
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

._iNewsList a:hover .txt h2 {
  color: rgba(255, 255, 255, 0.8);
}

._iNewsList a .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 26px
}

._iNewsList a:hover p {
  color: rgba(255, 255, 255, 0.8);
}
._ftLinks{
  margin-top: 20px;
  text-align: right;
}
/*友情链接*/
.friendLinks{
  display: flex;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}
.friendLinks span{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.friendLinks>div{
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.friendLinks>div a{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.friendLinks>div a:hover{
    color: #662d91;
}

.row1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.kc_bt {
  margin-bottom: 20px;
  line-height: 30px;
  height: auto;
  overflow: hidden;
  border-bottom: #ccc 1px dotted;
  padding-bottom: 10px
}

.kc_bt .m_c {
  padding-left: 15px;
  background: url(../images/sx.jpg) no-repeat left center;
  font-size: 20px;
  float: left;
  color: #000;
  font-weight: bold
}

.kc_bt a.more {
  width: 60px;
  height: 26px;
  padding-left: 26px;
  border-radius: 15px;
  background: #58006c url(../images/jt.png) no-repeat 55px center;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  float: right;
}

.kc_bt a.gkk {
  width: 96px;
  height: 28px;
  margin-top: 1px;
  margin-right: 16px;
  background-color: #550667;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  float: right;
}


.goods-adv {
  width: 100%;
  height: 317px;
  border-radius: 10px;
  margin-bottom: 6px
}

.goods-adv img {
  width: 100%
}

.goods-block {
  display: block;
  margin-bottom: 6px;
}

.goods-block:hover {
  transform: scale(1.02);
  box-shadow: 0px 8px 10px 15px rgba(56, 56, 56, 0.03);
}

.e_m {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .9);
  z-index: 99999;
  display: none;
}

.e_m .n_r {
  width: 200px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
  width: 100%;
  height: auto;
  display: block;
}

.e_m .n_r p {
  font-size: 15px;
  color: #888;
  margin-top: 10px;
}

@media only screen and (max-width:992px) {
  .e_m .n_r {
    width: 230px;
    padding: 15px;
  }

  .e_m .n_r p {
    font-size: 15px;
  }
}

.pc_kf {
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
}

.pc_kf .nr {
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  position: relative;
}

.pc_kf .tel {
  width: 160px;
  background-color: #58006c;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  right: -160px;
  opacity: 0;
}

.pc_kf .nr:hover .tel {
  right: 56px;
  opacity: 1;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.pc_kf .ewm {
  width: 130px;
  padding: 10px 10px 0;
  background-color: #58006c;
  position: absolute;
  bottom: 0;
  right: -180px;
  opacity: 0;
}

.pc_kf .ewm img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.pc_kf .ewm p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  margin-bottom: 10px;
}

.pc_kf .nr:hover .ewm {
  right: 56px;
  opacity: 1;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.pc_kf .nr a {
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.pc_kf .nr i {
  color: #333;
}

.pc_kf .nr i.icon-aui-icon-qq {
  font-size: 30px;
}

.pc_kf .nr i.icon-icon {
  font-size: 26px;
  vertical-align: middle;
}

.pc_kf .fh {
  /*width: 50px;*/
  height: 50px;
  border-radius: 5px;
  background-color: #58006c;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}

.pc_kf .fh i {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width:992px) {
  .pc_kf {
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width:640px) {
  .pc_kf {
    width: 100%;
    background-color: #58006c;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
  }
  .pc_kf>div{
    width: 20%;
  }
  .pc_kf .nr {
    /*width: 33.333333333333333%;*/
    border-right: 1px solid rgba(255, 255, 255, .6);
    font-size: 20px;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
    float: left;
    box-sizing: border-box
  }
  .pc_kf .ewm {
    display: none;
  }
  .pc_kf .nr a {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #58006c;
    box-shadow: none;
  }
  .pc_kf .nr i {
    color: #fff;
  }
  .pc_kf .nr a:hover i {
    color: #fff;
  }
  .pc_kf .fh {
    /*width: 33.333333333333333%;*/
    box-shadow: none;
    font-size: 22px;
    float: left;
  }
}

.sy_cp {
  width: 100%;
  overflow: hidden;
}

.sy_cp .cp_zs {
  position: relative;
}

.sy_cp .cp_zs .swiper-cp {
  padding-bottom: 40px;
}

.sy_cp .cp_zs .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: url(../images/zj1.png) no-repeat center;
  left: -60px;
  margin-top: -17px;
  background-size: 35px 35px;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.sy_cp .cp_zs .swiper-button-next {
  width: 35px;
  height: 35px;
  background: url(../images/yj1.png) no-repeat center;
  right: -60px;
  margin-top: -17px;
  background-size: 35px 35px;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.sy_cp .cp_zs .swiper-pagination {
  bottom: 0;
}

.sy_cp .cp_zs .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #aaa;
}

.sy_cp .cp_zs .swiper-pagination-bullet-active {
  /*background-color: #6f3392;*/
}

.sy_cp .n_r {
  text-align: center;
  padding: 0px;
  /*background-color: #6f3392;*/
}

.sy_cp .n_r .t_p {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_cp .n_r:hover .t_p {
  opacity: .1;
}

.sy_cp .n_r .t_b {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sy_cp .n_r .t_b img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  /*filter: brightness(0) invert(1);*/
  /*-webkit-filter: brightness(0) invert(1);*/
}

/*.sy_cp .n_r:hover .t_b img {*/
/*  transform: rotate(45deg);*/
/*  -webkit-transform: rotate(45deg);*/
/*  -moz-transform: rotate(45deg);*/
/*  -ms-transform: rotate(45deg);*/
/*  -o-transform: rotate(45deg);*/
/*}*/

.sy_cp .n_r .w_z {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  margin-bottom: 10px
}

.sy_cp .n_r .w_z h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sy_cp .n_r .w_z em {
  width: 30px;
  height: 2px;
  margin: 10px auto 15px;
  background-color: #fff;
  display: block;
}

.sy_cp .n_r .w_z p {
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sy_pr {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
  color: #555;
  font-size: 14px
}

.sy_pr i {
  font-size: 16px;
  margin-right: 8px
}

.sy_pr a {
  color: #555;
}

.sy_pr a:hover {
  color: #58006c;
}


.sy_fl {
  width: 100%;
  padding: 30px 0;
  height: auto;
  overflow: hidden;
}

.sy_fl.pd {
  width: 100%;
  min-width: 1200px;
  padding: 15px 0 20px;
}

.sy_fl .fl_nr {
  border: 1px solid #e7e7e7;
  padding: 20px 20px 0;
  background: #fff
}

.sy_fl .fl_nr .d_q {
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.sy_fl .fl_nr .f_l {
  padding-left: 50px;
  position: relative;
}

.sy_fl .fl_nr .f_l .l_m {
  border-bottom: 0;
}

.sy_fl .fl_nr .l_m {
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 5px;
}

.sy_fl .fl_nr .l_m a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  margin-bottom: 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.sy_fl .fl_nr .l_m a:hover {
  background-color: #58006c;
  color: #fff;
}

.sy_fl .fl_nr .l_m a.q_b {
  background-color: #58006c;
  color: #fff;
}

.sy_fl .fl_nr span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.gy_bt {
  border-bottom: 1px solid #e7e7e7;
  line-height: 36px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-left: 12px;
  position: relative;
}

.gy_bt:before {
  width: 4px;
  height: 18px;
  background-color: #58006c;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.gy_bt span {
  font-size: 18px;
  color: #333;
  float: left;
  font-weight: bold
}

.gy_bt a {
  font-size: 14px;
  color: #aaa;
  float: right;
}

.gy_bt a:hover {
  color: #58006c;
}

.gy_bt i {
  padding-left: 5px;
}

.ny_xw {
  width: 100%;
  padding: 15px 0 30px;
  overflow: hidden;
}

.ny_xw .yema {
  margin: 30px 0 15px;
}

.ny_xw .g_y {
  padding: 15px;
  border: 1px solid #e7e7e7;
  background: #fff
}

.ny_xw .x_w ul li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.ny_xw .x_w img {
  width: 100%;
  height: auto;
  display: block;
}

.ny_xw .x_w .w_z h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ny_xw .x_w .w_z span {
  font-size: 13px;
  color: #999;
  padding-right: 15px;
}

.ny_xw .x_w .w_z i {
  color: #333;
  padding-right: 5px;
}

.ny_xw .x_w .w_z p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  height: auto;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_xw .r_w ul li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 30px;
  font-size: 14px
}

.ny_xw .r_w ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.ny_xw .r_w span {
  width: 22px;
  height: 22px;
  background-color: #aaa;
  display: block;
  color: #fff;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
}

.ny_xw .xw_xq {
  padding: 15px;
}

.ny_xw .xw_xq h1 {
  font-size: 28px;
  color: #333;
  line-height: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.ny_xw .xw_xq .x_x {
  font-size: 14px;
  color: #555;
  text-align: center;
}

.ny_xw .xw_xq .n_r {
  margin: 50px auto 0;
  font-size: 15px;
  line-height: 26px;
  color: #555;
}

.ny_xw .xw_xq .n_r strong {
  font-size: 18px;
  padding-bottom: 20px;
  color: #333;
  display: inline-block;
}

.ny_xw .xw_xq .n_r img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ny_xw .xw_xq .s_x {
  margin-top: 50px;
  font-size: 15px;
  line-height: 30px;
}

.ny_xw .xw_xq .s_x .s_p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ny_xw .xw_xq .s_x .x_p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ny_xw .sj_tj {
  margin: 20px 0;
}

.ny_xw .sj_tj .b_t {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

.ny_xw .sj_tj .b_t:before {
  width: 4px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #58006c;
}

.ny_xw .sj_tj .b_t a {
  float: right;
  font-size: 14px;
  color: #aaa;
}

.ny_xw .sj_tj .b_t a:hover {
  color: #58006c;
}

.ny_xw .sj_tj .b_t i {
  padding-left: 5px;
}

.ny_xw .sj_tj .row {
  margin: 0 -10px;
}

.ny_xw .sj_tj ul li {
  padding: 0 10px;
}

.ny_xw .sj_tj .n_r {
  background-color: #f7f7f7;
  overflow: hidden;
  margin-bottom: 20px;
}

.ny_xw .sj_tj .t_p {
  width: 100%;
  overflow: hidden;
}

.ny_xw .sj_tj .t_p img {
  width: 100%;
  height: auto;
  display: block;
}

.ny_xw .sj_tj .w_z {
  padding: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.ny_xw .sj_tj .n_r:hover .w_z {
  background-color: #58006c;
  color: #fff;
}

.ny_gy {
  width: 100%;
  padding: 15px 0 30px;
  overflow: hidden;
  min-width: 1200px;
}

.ny_gy .lm_lb {
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  margin-bottom: 20px;
}

.ny_gy .lm_lb ul li {
  border-bottom: 1px solid #e7e7e7;
}

.ny_gy .lm_lb ul li a {
  padding-left: 60px;
  font-size: 16px;
  line-height: 56px;
  position: relative;
  display: block;
}

.ny_gy .lm_lb ul li:hover a {
  background-color: #58006c;
  color: #fff;
}

.ny_gy .lm_lb ul li.on a {
  background-color: #58006c;
  color: #fff;
}

.ny_gy .lm_lb ul li i {
  width: 16px;
  height: 16px;
  background-color: #555;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.ny_gy .lm_lb ul li:hover i {
  background-color: #fff;
  color: #58006c;
}

.ny_gy .lm_lb ul li.on i {
  background-color: #fff;
  color: #58006c;
}

.ny_gy .lx_tp img {
  width: 100%;
  height: auto;
  display: block;
}

.ny_gy .gy_nr {
  border: 1px solid #e7e7e7;
  background: #fff
}

.ny_gy .gy_nr .b_t {
  font-size: 18px;
  line-height: 57px;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  padding: 0 30px 0 42px;
  font-weight: bold
}

.ny_gy .gy_nr .b_t:before {
  width: 4px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 30px;
  content: "";
  background-color: #58006c;
}

.ny_gy .gy_nr .n_r {
  padding: 30px;
}
.ny_gy .gy_nr .n_r .tit{
  font-weight:  bold;
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}
.ny_gy .gy_nr .n_r .info{
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #666;
}
.ny_gy .gy_nr .n_r p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
  color: #555;
}

.ny_gy .gy_nr .n_r img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ny_gy .gy_nr .lx_wm {
  padding: 30px;
}

.ny_gy .gy_nr .lx_fs {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.ny_gy .gy_nr .lx_fs h3 {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-bottom: 10px;
}

.ny_gy .gy_nr .lx_fs p {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  margin-bottom: 20px;
}

.ny_gy .gy_nr .lx_fs ul li {
  font-size: 15px;
  color: #555;
  line-height: 28px;
  margin-bottom: 10px;
}

.ny_gy .gy_nr .lx_fs i {
  width: 16px;
  text-align: center;
  color: #333;
  margin-right: 5px;
}

.ny_gy .gy_nr .ly_nr h3 {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-bottom: 10px;
}

.ny_gy .gy_nr .ly_nr ul li {
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}

.ny_gy .gy_nr .ly_nr span {
  font-size: 15px;
  line-height: 40px;
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ny_gy .gy_nr .ly_nr input.w_z {
  width: 300px;
  height: 40px;
  border: 1px solid #e7e7e7;
  padding: 0 10px;
  font-size: 15px;
  line-height: 38px;
  color: #555;
  display: block;
}

.ny_gy .gy_nr .ly_nr input.a_n {
  width: 120px;
  height: 40px;
  background-color: #58006c;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  display: block;
}

.ny_gy .gy_nr .ly_nr textarea {
  width: 300px;
  height: 118px;
  border: 1px solid #e7e7e7;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 26px;
  color: #555;
  resize: none;
  display: block;
}

.sj_xq {
  height: auto;
  overflow: hidden
}

.sj_xx {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}

.sj_xx .container {
  background: #fff;
  height: auto;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box
}

.sj_xx .sj_js {
  margin-bottom: 20px;
  height: auto;
  overflow: hidden
}

.sj_xx .sj_js h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px
}

.sj_xx .sj_js .xq_ban img {
  width: 100%;
  height: auto;
  display: block;
}

.sj_xx .sj_js .xq_ban .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: none !important;
  margin-top: -10px;
  left: 0;
}

.sj_xx .sj_js .xq_ban .swiper-button-next {
  width: 30px;
  height: 30px;
  background: none !important;
  margin-top: -10px;
  right: 0;
}

.sj_xx .sj_js .xq_ban .swiper-pagination {
  bottom: 5px;
}

.sj_xx .sj_js .w_z {
  color: #555;
  line-height: 28px;
  padding-left: 10px;
}

.sj_xx .sj_js .w_z .s_h .l_g {
  display: none;
}

.sj_xx .sj_js .w_z .s_h h3 {
  font-size: 26px;
  color: #58006c;
  line-height: 46px;
  margin-bottom: 15px;
}

.sj_xx .sj_js .w_z .s_h span {
  display: none;
}

.sj_xx .sj_js .w_z p {
  font-size: 15px;
  line-height: 30px;
  color: #555;
  margin-bottom: 10px;
}

.sj_xx .sj_js .w_z span {
  float: left;
  font-size: 15px;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.sj_xx .sj_js .w_z .z_x {
  margin-top: 55px;
}

.sj_xx .sj_js .w_z i {
  color: #58006c;
}

.sj_xx .sj_js .w_z i.h_p {
  width: 16px;
  height: 15px;
  background: url(https://dtcqshop.com/images1/xx.png) no-repeat center / cover;
  margin-right: 2px;
  margin-top: 5px;
  float: left;
}

.sj_xx .sj_js .w_z a {
  width: 150px;
  height: 32px;
  background-color: #58006c;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  display: block;
  float: left;
  margin-right: 20px;
}

.sj_xx .sj_xq .g_y {
  overflow: hidden;
  margin-bottom: 30px;
}

.sj_xx .sj_xq .b_t {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

.sj_xx .sj_xq .b_t:before {
  width: 4px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #58006c;
}

.sj_xx .sj_xq .b_t a {
  float: right;
  font-size: 14px;
  color: #aaa;
}

.sj_xx .sj_xq .b_t a:hover {
  color: #58006c;
}

.sj_xx .sj_xq .b_t i {
  padding-left: 5px;
}

.sj_xx .sj_xq .j_s {
  font-size: 15px;
  color: #555;
  line-height: 26px;
}

.sj_xx .sj_xq .a_l ul li {
  padding: 0 10px;
  margin-bottom: 20px;
}

.sj_xx .sj_xq .a_l .t_p img {
  width: 100%;
  height: auto;
  display: block;
}

.sj_xx .sj_xq .a_l .w_z {
  padding: 10px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.sj_xx .sj_xq .a_l .w_z.t_l {
  text-align: left;
}

.sj_xx .sj_xq .a_l .w_z h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.sj_xx .sj_xq .a_l .w_z p {
  font-size: 12px;
  line-height: 24px;
  color: #888;
}

.sj_xx .sj_xq .a_l .w_z span {
  padding: 0 5px;
}

.sj_xx .sj_xq .a_l .n_r:hover .w_z {
  background-color: #58006c;
  color: #fff;
}

.sj_xx .sj_xq .p_j ul li {
  border-bottom: 1px dotted #d7d7d7;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sj_xx .sj_xq .p_j .t_p {
  border-radius: 50%;
  overflow: hidden;
}

.sj_xx .sj_xq .p_j .t_p img {
  width: 100%;
  height: auto;
  display: block;
}

.sj_xx .sj_xq .p_j .y_h {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.sj_xx .sj_xq .p_j .y_h span {
  font-size: 12px;
  color: #888;
  padding-left: 15px;
}

.sj_xx .sj_xq .p_j .y_h i {
  padding: 0 5px;
}

.sj_xx .sj_xq .p_j .p_l h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #58006c;
  margin-bottom: 6px;
}

.sj_xx .sj_xq .p_j .p_l p {
  font-size: 12px;
  line-height: 22px;
  color: #777;
}
.sj_xx .sj_xq .r_m ul{
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.sj_xx .sj_xq .r_m ul li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  width: calc((100% - 45px)/4);
}

.sj_xx .sj_xq .r_m ul li:nth-child(4n) {
  margin-right: 0;
}

.sj_xx .sj_xq .r_m .t_p {
  margin-bottom: 10px;
  height: 212px;
}
.sj_xx .sj_xq .r_m .t_p a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sj_xx .sj_xq .r_m .t_p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sj_xx .sj_xq .r_m .w_z h3 {
  font-size: 14px;
  line-height: 24px;
  text-align: center
}

.sj_xx .sj_xq .r_m ul li:hover .w_z a {
  color: #58006c;
}

.sj_xx .sj_xq .r_m .w_z span {
  padding: 0 10px;
  background-color: #58006c;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
}

.sj_xx .sj_xq .r_w ul li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 30px;
}

.sj_xx .sj_xq .r_w ul li:last-child {
  margin-bottom: 0;
}

.sj_xx .sj_xq .r_w span {
  width: 22px;
  height: 22px;
  background-color: #aaa;
  display: block;
  color: #fff;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
}

.sj_xx .sj_tj {
  margin-bottom: 20px;
}

.sj_xx .sj_tj .b_t {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

.sj_xx .sj_tj .b_t:before {
  width: 4px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #58006c;
}

.sj_xx .sj_tj .b_t a {
  float: right;
  font-size: 14px;
  color: #aaa;
}

.sj_xx .sj_tj .b_t a:hover {
  color: #58006c;
}

.sj_xx .sj_tj .b_t i {
  padding-left: 5px;
}

.sj_xx .sj_tj .row {
  margin: 0 -10px;
}

.sj_xx .sj_tj ul li {
  padding: 0 10px;
}

.sj_xx .sj_tj .n_r {
  background-color: #f7f7f7;
  overflow: hidden;
  margin-bottom: 20px;
}

.sj_xx .sj_tj .t_p {
  width: 100%;
  overflow: hidden;
}

.sj_xx .sj_tj .t_p img {
  width: 100%;
  height: auto;
  display: block;
}

.sj_xx .sj_tj .w_z {
  padding: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.sj_xx .sj_tj .n_r:hover .w_z {
  background-color: #58006c;
  color: #fff;
}


/* 产品详情 */
/********* 详情 *********/
.infoProductProfile {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px
}

.infoProductProfile .left {
  width: 35%;
  height: auto;
  float: left;
  background: #fafafa;
}

.infoProductProfile .right {
  float: right;
  width: 62%
}

.infoProductProfile .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.infoProductProfile .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.infoProductProfile .mySwiper2 {
  height: auto;
  width: 100%;
}

.infoProductProfile .mySwiper2 img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.infoProductProfile .mySwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.infoProductProfile .mySwiper .swiper-slide {
  padding: 10px;
  height: 100%;
  opacity: 0.6;
  border: solid 1px #ddd;
  margin-right: 10px;
  background-color: #fff;
  box-sizing: border-box
}

.infoProductProfile .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.infoProductProfile .swiper-button-next,
.infoProductProfile .swiper-button-prev {
  border-color: #eee;
  color: #eee;
}

.infoProductProfile .swiper-button-next:hover,
.infoProductProfile .swiper-button-prev:hover {
  border-color: #2289a3;
  color: #2289a3;
}

.infoProductProfile .right h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 20px 0 20px;
}

.infoProductProfile .right .nr {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  margin: 10px 0 0 0;
  position: relative;
  padding-left: 74px;
}

.infoProductProfile .right .nr span {
  font-size: 15px;
  color: #58006c;
  font-weight: bold;
  display: inline-block;
  min-width: 94px;
  position: absolute;
  left: 0;
  top: 0;
}

.infoProductProfile .right a {
  font-size: 14px;
  color: #58006c
}

.infoProductProfile .right a.a1 {
  margin-top: 0px;
  background-color: #58006c;
  color: #fff;
}

.infoDetails {
  margin-bottom: 60px;
}

.infoDetails h1.bt {
  padding: 10px 0;
  text-align: center;
  background-color: #f8f8f8;
  color: #999;
  font-size: 16px;
}

.infoDetails main {
  background-color: #fff;
  padding: 40px 60px;
}

.infoDetails main p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 32px;
  margin: 20px 0;
}

.infoDetails main img {
  display: block;
  width: 100%;
  height: auto;
}

.infoDetails main strong {
  display: block;
  font-size: 22px;
  color: #58006c;
}

.infoDetails main a {
  text-decoration: underline;
}

.infoDetails main a:hover {
  color: #2289a3;
}

.wenzi {
  color: #F00;
  font-size: 16px;
}

.products-CN-name {
  font-weight: bold;
  line-height: 2;
  color: #58006c;
  text-align: center;
}

.products-CN-name span {
  font-size: 24px;
}

.products-CN-name i {
  font-size: 14px;
  font-weight: 400;
  font-style: normal
}

.products-EN-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.8;
  color: #58006c;
  text-align: center;
}

.products-top-kuang {
  padding: 10px 0;
  line-height: 20px;
}

.prodtcts-table-title {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 20px;
}

.indexMore {
  display: inline-block;
  width: 160px;
  margin: 40px auto 0;
  text-align: center;
  border: solid 4px #58006c;
  line-height: 40px;
  border-radius: 30px;
  color: #58006c;
  position: relative;
}

.indexMore:hover {
  background-color: #58006c;
  color: #fff;
}

.indexMore::after,
.indexContact form button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: rgba(8, 158, 193, 1);
  opacity: 0.2;
}

.indexMore:hover:after,
.indexContact form button:hover:after {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  opacity: 0;
  transition: all 0.5s;
}
._pProBtn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  margin-top: 20px
}
._pProBtn>div{
    flex: 1;
}


.cp_js {
  margin-bottom: 20px;
}

.cp_js .hd {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0px;
}

.cp_js .hd ul li {
  float: left;
  padding: 0 30px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #555;
  background-color: #f7f7f7;
  margin-right: 5px;
  cursor: pointer;
}

.cp_js .hd ul li.on {
  background-color: #58006c;
  color: #fff;
}

.cp_js .n_r {
  font-size: 15px;
  line-height: 28px;
  min-height: 200px;
}

.cp_js .n_r a {
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #58006c;
  margin-bottom: 10px;
}

.cp_js .n_r a:hover {
  text-decoration: underline !important;
}



.tab-menu span {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.tab-menu li.last {
  margin: 0;
}

.tab-menu .current {
  border-color: #6f3392;
}

.tab-menu .current span {
  background: #fff;
  font-weight: 700;
  color: #6f3392;
}

.tab-content>div {
  padding: 10px 0;
}

.tab-content-item {
  display: none;
}

.tab-content .tab-content-show {
  display: block;
}

.tab-content .font12 {
  padding-left: 40px;
  font-weight: 700;
  font-size: 12px;
}

.tab-content table td {
  padding: 5px 10px;
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.tab-content table .first-td {
  color: #6f3392;
  font-weight: 700;
  white-space: nowrap;
}

.prodcts-data-item .prodtcts-table-title-download p {
  padding-left: 10px;
  width: 100px;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
}

.prodtcts-table-title-download a {
  float: left;
  display: block;
  padding-right: 15px;
}

.prodtcts-table-title-download a span {
  position: relative;
  top: 7px;
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url(../images/download.png) no-repeat;
  background-position: center;
}



/*download_box*/
.products-tab .download_box {
  display: none;
}

.F16 {
  font-size: 16px;
}

.download-batch {
  display: inline-block;
  position: relative;
  width: 240px;
  border: 1px solid #ddd;
}

.batch-ipt {
  padding: 0 40px 0 5px;
  width: 100%;
  height: 32px;
}

.batch-ipt:focus {
  border-color: #6f3392;
}

.batch-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background: #6f3392;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.batch-btn img {
  vertical-align: middle;
  margin-top: 7px
}

.download-list a {
  margin: 12px 10px 5px;
  padding-top: 25px;
  text-align: center;
  background: url(../images/download.png) no-repeat top center;
  float: left
}

.download-list a.a_def {
  background: url(../images/download-gray.png) no-repeat top center;
}



/*产品详情 del*/
.detail_top_cont table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px
}
.detail_top_cont table *{
  box-sizing:border-box;
}
.detail_top_cont table tr{
  display: flex;
  width: 100%;
}
.detail_top_cont table tr.gray_bg {
  background: #f9f9f9;
}

.detail_top_cont table tr th,
.detail_top_cont table tr td {
  padding: 5px 5px;
}

.detail_top_cont table tr th {
  min-width: 80px;
  -ms-flex: 1 1 80px;
  flex: 1 1 80px;
  -webkit-box-flex: 1;
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: distribute;
  vertical-align: top;
  position: relative;
}
.detail_top_cont table tr td{
  min-width: calc(100% - 80px);
  -ms-flex: 1 1 calc(100% - 80px);
  flex: 1 1 calc(100% - 80px);
  -webkit-box-flex: 1;
}
.detail_top_cont table tr .detail2{
  min-width: calc(50% - 80px);
  -ms-flex: 1 1 calc(50% - 80px);
  flex: 1 1 calc(50% - 80px);
  -webkit-box-flex: 1;
}
.detail_top_cont table tr .detail4{
  min-width: 50%;
  flex: 1;
}

.big_btn {
  display: block;
  margin-bottom: 20px;
  width: 225px;
  height: 30px;
  font: normal 12px/30px 'Arial', 'SimSun';
  text-align: center;
  background: url(https://dtcqshop.com/images1/big_btn.jpg) no-repeat;
  color: #565656 !important;
}

.big_btn:hover {
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

.deltail_line {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d1d1d1;
}

.detail_tab {
  width: 100%;
  margin-bottom: 20px;
}

.detail_tab .tab_top {
  width: 100%;
}

.detail_tab .tab_top span {
  display: inline-block;
  float: left;
  width: 115px;
  text-align: center;
  color: #004276;
  height: 35px;
  font: normal 12px/35px 'Arial', 'SimSun';
  background: url(https://dtcqshop.com/images1/btn_bg.jpg) repeat-x;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #a1aab3;
  border-right: 0;
  border-bottom: 0;
  cursor: pointer;
}

.detail_tab .tab_top span.opt {
  background: #fff;
  font-weight: bold;
  height: 36px;
  margin-bottom: -1px;
}

.detail_tab .tab_cont {
  width: 100%;
  border: 1px solid #a1aab3;
}

.detail_tab .tab_cont .tab_box {
  padding: 12px;
  display: none;
}

.detail_tab .tab_cont .tab_box.show1 {
  display: block;
}

.tab_listline {
  padding: 10px 0;
  border-bottom: 1px dotted #e1e1e1;
  padding-left: 60px;
  text-indent: -60px;
}

.tab_listline span {
  display: inline-block;
  width: 60px;
  padding-left: 0;
  text-indent: 0;
}



.dingzhi1 {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 0px;
}

.dingzhi1-title {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(../images/line22.jpg);
}

.dingzhi1-title-h1 {
  margin: 0;
  font-size: 20px;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 3px solid #58006c;
  padding: 0 5px 12px;
  font-weight: bold
}

.dingzhi1-dl {
}

.dingzhi1-dl dl {
  margin: 0;
}

.dingzhi1-dl dd {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.dingzhi1-dl dd>a {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
}

.dingzhi1-dl dd.cur>a {
  background-color: #58006c;
  color: #fff;
}

.dingzhi1-dl dd>a:hover {
  color: #58006c;
}

.dingzhi1-dl dd.cur>a:hover {
  color: #fff;
}

.dingzhi2 dl {
  margin: 0;
}

.dingzhi2 dd {
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}

.dingzhi2-pic {
  width: 227px;
  margin-right: 30px;
}

.dingzhi2-pic .imgbox_a {
  padding-bottom: 70.925%;
}

.dingzhi2-con {
  overflow: hidden;
  padding-top: 20px;
}

.dingzhi2-con-h1 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.dingzhi2-con-h1 a:hover {
  color: #58006c;
}

.dingzhi2-con h2 {
  margin: 0;
  font-size: 14px;
  color: #666;
  margin: 19px 0 15px;
}


.dingzhi2-con p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
}

.xuanchuan2 {
  padding-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.xuanchuan2 .chanpin-table1 {
  margin-top: 0;
}

.xuanchuan2 .chanpin-table1 table.table tr th {
  background-color: #fff;
  color: #000;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.chanpin-content {
  overflow: hidden;
}

.chanpin-table1 table.table {
  margin-bottom: 0;
}

.chanpin-table1 {
  margin-top: 20px;
}

.chanpin-table1 table.table tr th {
  height: 52px;
  vertical-align: middle;
  color: #fff;
  background-color: #a5a5a5;
  text-align: center;
  font-size: 14px;
  border-top: 0;
}

.chanpin-table1 table.table tr th:first-child+th {
  text-align: left;
}

.chanpin-table1 table.table tr td {
  height: 52px;
  vertical-align: middle;
  color: #333;
  text-align: center;
  font-size: 14px;
  border-top: 0;
}

.chanpin-table1 table.table tr td:first-child+td {
  text-align: left;
}

.chanpin-table1 table.table tr td a:hover {
  color: #58006c;
}

.chanpin-div-fenye {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.chanpin-lb2-item {
  margin-top: 40px;
}

.erji-title {
  background-color: #f6f6f6;
  padding: 12px 15px;
}

.erji-title-h1 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-image: url(https://dtcqshop.com/images1/hh1.jpg);
  line-height: 23px;
}
.chanpin-lb2 {
  margin-top: 40px;
}

.chanpin-lb2-1 {
  width: 580px;
  margin-right: 60px;
}

.chanpin-lb2-1 img {
  display: block;
}


.chanpin-lb2-1-p {
  font-size: 14px;
  color: #333;
  line-height: 2.4;
  margin-top: 30px;
}

.chanpin-lb2-1-p p {
  margin: 0;
}



.chanpin-lb2-2 {
  overflow: hidden;
}

.chanpin-lb2-2 dl {
  margin: 0;
}

.chanpin-lb2-2 dd {
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  padding: 0 15px 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #58006c;
  margin-top: 4px;
}

.chanpin-lb2-2 dd:first-child {
  margin-top: 0;
}

.chanpin-lb2-2 dd a:hover {
  font-weight: bold;
}

.chanpin-item-p {
  font-size: 14px;
  color: #333;
  line-height: 2.4;
  padding: 20px 0;
}

/* 新闻列表 */
.list-news {
  margin-bottom: 30px;
  background-color: #fff;
  height: auto;
  overflow: hidden
}

.list-news .time {
  margin-top: 40px;
  margin-right: -20px;
  padding: 15px 0 10px 0;
}

.list-news .time .text-large {
  font-size: 52px;
  line-height: 54px;
}

.list-news .news {
  margin-top: 40px;
  padding-left: 30px;
  margin-right: 30px;
  border-left: 1px solid #eee;
  margin-left: 20px
}

.list-news .news h3 a {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold
}

.list-news:hover .news h3 a {
  color: #000;
  opacity: 1;
}

.list-news .news p {
  line-height: 26px;
  font-size: 14px;
  color: #555
}

.list-news .button {
  margin-top: 70px;
  width: 100px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  display: inline-block;
  box-sizing: border-box;
  text-align: center
}

.list-news:hover h3 a {
  color: #fff
}

/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {
  padding: 5px 0;
}

.list-post-text li a {
  display: block;
}

.list-post-text li.dot a {
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}

.list-post-text li.dot:hover a:before {
  background: #fff;
}

.list-post-text li.dot a:before {
  content: '';
  position: absolute;
  left: -2px;
  background: #ccc;
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 50%
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center;
}

.x1 {
  width: 8.33333333%;
  float: left
}

.x4 {
  width: 22.33333333%;
  float: left
}

.x6 {
  width: 58%;
  float: left
}
/* new index prodct box */
.product-list *,.product-list *::after,.product-list *::before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list{
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
}
.product-list .product-item{
  width: calc((100% - 20px * 4) / 5);
}
.product-list ._tHd{
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.product-list ._tHd span{
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.product-list ._tHd span::before{
  content: "";
  width: 4px;
  height: 20px;
  background-color: #58006c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.product-list .tCont{
  height: 292px;
  overflow: hidden;
  position: relative;
}
.product-list .product-item ._bg{
  height: 100%;
}
.product-list .product-item ._bg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list ._proList{
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-list ._proList a{
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.product-list ._proList a:hover{
  text-decoration: underline;
}

/* index product */
.product-tabs {
  margin-top: 20px;
}

.tab-header {
  border-bottom: 2px solid #58006c;
  margin-bottom: 20px;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
}

.tab-item {
  padding: 10px 20px;
  cursor: pointer;
  background: #f5f5f5;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}

.tab-item.active {
  background: #58006c;
  color: #fff;
}

.tab-item:hover {
  background: #70008a;
  color: #fff;
}

.tab-content {
  width: 100%;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* 产品网格布局 */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 15px;
  margin-bottom: 30px;
}
/* 
.product-item {
  text-align: center;
  transition: transform 0.3s;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-name {
  padding: 10px 5px;
  font-size: 14px;
  background: #fff;
  color: #333;
  display: none;
} */

.more-link {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  color: #58006c;
  text-decoration: none;
}

.more-icon {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.more-link:hover {
  background: #58006c;
}

.more-link:hover a {
  color: #fff;
}

/* 响应式调整 */
@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .tab-nav {
    flex-direction: column;
  }
  
  .tab-item {
    margin-bottom: 5px;
    border-radius: 5px;
  }
}
/* 新内页-行业新闻 */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.news-item {
  display: flex;
  /* background-color: #f5f5f5; */
  padding: 0 20px;
  border-radius: 4px;
}
.news-date {
  width: 120px;
  text-align: center;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.news-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 1px;
  background: #ddd;
  transform: translateY(-50%);
}
.date-day {
  font-size: 36px;
  color: #333;
}
.date-month {
  font-size: 14px;
  color: #666;
}
.news-content {
  flex: 1;
  margin-left: 40px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-info {
  flex: 1;
  padding-right: 20px;
}
.news-title-link {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.news-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.news-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  padding-right: 50px;
}
.news-img {
  width: 120px;
  height: 90px;
  object-fit: contain;
}
.news-item:hover,.news-item:hover .news-content{
  background-color: #58006c;
}
.news-item:hover .date-day,.news-item:hover .news-title-link{
  color: #fff;
}
.news-item:hover .date-month,.news-item:hover .news-meta,.news-item:hover .news-desc{
  color: rgba(255,255,255,.8);
}
/* new product */
._classify{
  background-color: #fff;
  padding: 20px 0;
}
._classify ._item{
  display: flex;
  align-items: stretch;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
._classify ._item span{
  width: 60px;
  text-align: right;
}
._classify ._item>div{
  flex: 1;
}
._classify ._item>div a{
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
._classify ._item>div a:hover,._classify ._item>div a.active{
  color: #fff;
  background-color: #58006c;
}

.page-product {
  display: flex;
}
/*left sicebar*/
.zc_lm .l_m{}
.zc_lm .l_m ul li{display:block;margin-bottom:7px; position:relative;}
.zc_lm .l_m ul li:after{width:2px; height:100%; position:absolute; top:0; left:0; content:"";
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.zc_lm .l_m ul li:hover:after{background-color:#0082cd;}
.zc_lm .l_m ul li.on:after{background-color:#0082cd;}
.zc_lm .l_m ul li a{line-height:46px; display:block;font-size: 14px;color:#333}
.zc_lm .l_m ul li a.ny_ej{display:flex;gap:10px;align-items:center; padding:0 20px;font-weight:bold}
.zc_lm .l_m ul li .ny_ej .icon{position:relative;display:block;width: 10px;
    height: 1px;
    background-color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.zc_lm .l_m ul li .ny_ej .icon:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 0;
}
.zc_lm .l_m ul li:hover a{background-color:#CDE5F8;font-size: 14px;}
.zc_lm .l_m ul li.on a{color:#0082cd; text-indent:5px; background-color:#CDE5F8;}
.zc_lm .l_m ul li.on a.ny_ej .icon:before{
  background: #58006c;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.zc_lm.on{width:220px}
.zc_lm.on .l_m ul li.on{background-color:#fff}
.zc_lm.on .l_m ul li.on a{ color: #58006c; background-color: #fff;}
.zc_lm.on .l_m ul li.on:after a.ny_ej{
    background-color: #0f499c;
}
.zc_lm.on .l_m ul li:after{ background: none;}
.zc_lm.on .l_m ul li .ne_j{padding: 10px 10px 10px 28px; display: none;}
.zc_lm.on .l_m ul li .ne_j.on{ display: block;}

.zc_lm.on .l_m ul li .ne_j ul li a{ background-color: #ffffff; color: #666; text-indent: 0px; line-height: 26px; padding-left: 15px; display:inline-block;position:relative}
.zc_lm.on .l_m ul li .ne_j ul li a:before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.zc_lm.on .l_m ul li:hover .ne_j ul li:after{ background: none;}
.zc_lm.on .l_m ul li:hover a.ny_ej{ color: #58006c; background-color: #fff;}
.zc_lm.on .l_m ul li .ne_j.on ul li.on a.ny_sj{font-weight:bold;color:#58006c}
.zc_lm.on .l_m ul li .ne_j .ne_j2{margin-top:5px; padding-left:15px;display:none}
.zc_lm.on .l_m ul li .ne_j .ne_j2.on{display:block}
.zc_lm.on .l_m ul li .ne_j .ne_j2.on li a.on{font-weight:bold;color:#58006c}
/*.sidebar {*/
/*  width: 220px;*/
/*  background-color: #f5f5f5;*/
/*  padding: 0 0 30px;*/
/*}*/
/*.menu-item {*/
/*  padding: 10px 15px;*/
/*}*/
/*.menu-header {*/
/*  cursor: pointer;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  font-size: 15px;*/
/*  font-weight: bold;*/
/*  color: #333;*/
/*}*/
/*.menu-icon {*/
/*  margin-right: 8px;*/
/*  transition: transform 0.3s;*/
/*}*/
/*.menu-content {*/
/*  margin-left: 20px;*/
/*  display: none;*/
/*}*/
/*.menu-content.active {*/
/*  display: block;*/
/*}*/
/*.sub-menu {*/
/*  list-style: none;*/
/*  margin-top: 5px;*/
/*}*/
/*.sub-menu li {*/
/*  margin-bottom: 5px;*/
/*}*/
/*.sub-menu li a {*/
/*  text-decoration: none;*/
/*  color: #666;*/
/*  display: block;*/
/*  padding: 5px 0;*/
/*  font-size: 14px;*/
/*}*/
/*.sub-menu li a.active {*/
/*  color: #0066cc;*/
/*  font-weight: bold;*/
/*}*/
/*.menu-item.on{*/
/*  background-color: #fff;*/
/*}*/

/*.sidebar .menu-item.on .menu-content{*/
/*  display: block;*/
/*}*/

/*.sidebar .menu-item .sub-menu li.on {*/
/*  background-color: #e6f7ff;*/
/*}*/

/*.sidebar .menu-item .sub-menu2.on {*/
/*  display: block !important;*/
/*}*/

/*.sidebar .menu-item.on .yj-link,*/
/*.sidebar .menu-item .sub-menu li.on .ej-link,*/
/*.sidebar .menu-item .sub-menu2.on .sj-link {*/
/*  color: #1890ff;*/
/*  font-weight: bold;*/
/*}*/

/*.sidebar .sub-menu2 {*/
/*  display: none;*/
/*}*/

/*.sidebar .sub-menu li.on .sub-menu2 {*/
/*  display: block;*/
/*}*/

.page-product .main-content {
  flex: 1;
  padding: 10px 20px 20px;
  background-color: #fff;
}
.page-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}
._productBox *{
  box-sizing: border-box;
}
._productBox .li_1{
  width: 13%;
}
._productBox .li_2{
  width: 47%;
}
._productBox .li_3{
  width: 27%;
}
._productBox .li_4{
  width: 13%;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.product-table table{
  width: 100%;
}
.product-table th, .product-table td {
  padding: 12px;
  text-align: left;
  font-size: 14px;
}
.product-table th {
  /*border-top: 2px solid #343434;*/
  /*border-bottom: 2px solid #343434;*/
  font-weight: bold;
  background-color: #58006c;
  color: #fff;
}
.product-table td{
  border-bottom: 1px solid #ededed;
}
.product-table td a{
}
._proList{
  margin-bottom: 20px;
}
._proList li:nth-child(even){
  background-color: #f4f4f4;
}
._proList li a{
  display: flex;
  align-items: center;
}
._proList li div{
  padding: 12px;
  word-break: break-word;
}
._productBox .li_2,._productBox .li_3{
  padding: 12px 20px 12px 12px;
}
._proList li a:hover{
  /*font-weight: bold;*/
}

/*分页*/
/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
  color: #333;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background: #58006c;
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  color: #fff;
  background: #58006c;
}

#pages li:hover a {
  color: #fff;
}
/*上一篇和下一篇*/
.am-list {
	margin-bottom: 1.6rem;
	padding-left: 0
}
.am-list>li {
	position: relative;
	display: block;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-width: 1px 0
}
.am-list>li>a {
	display: block;
	padding: 1rem 0
}

._pageMain .youbian2{
    float: none;
    width: 100%;
}


@media only screen and (max-width:992px) {
    #pages li{
        margin-bottom: 4px;
    }
}
@media (max-width: 768px) {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  .top{
    display: none;
  }
  .container{
    padding: 0 15px;
    width: 100%;
    flex-wrap: wrap;
  }
  .header .container{
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header .logo{
    height: 54px;
  }
  .header .ss1{
    width: 100%;
    margin: 0;
    display: none;
  }
  .header .tel{
    display: none;
  }
  .header .right{
    margin-left: auto;
    margin-right: 5px;
    display: block;
  }
  .header .an{
    display: block;
  }
  .header .nav .qb_fl{
    display: none;
  }
  .nav-wrapper{
    display: none;
  }
  .header .nav{
    padding: 12px;
    min-width: 100%;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 60px;
    z-index: 999;
  }
  .header .nav .con{
    width: 100%;
  }
  .header .nav ul li{
    margin: 0;
    width: 100%;
    float: none;
  }
  .header.hov .nav{
    display: block;
  }
  .header .nav.on{
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .lift-target{
    min-width: 100%;
  }
  .sy_ppzq2{
    padding: 20px 0;
  }
  .kc_bt a.more{
    padding: 0;
    text-align: center;
    background: #58006c;
  }
  .sy_cp .n_r .w_z{
    margin-bottom: 0;
  }
  .product-list{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-list .product-item{
    width: 100%;
  }
  .indexNews{
    padding: 20px 0;
    min-width: 100%;
  }
  .tit{
    margin-bottom: 15px;
  }
  .tit h1{
    font-size: 20px;
  }
  ._newsTab a{
    padding: 5px 12px;
    font-size: 15px;
  }
  ._listBox{
    flex-flow: column;
    gap: 20px;
  }
  ._listItem{
      width: 100%;
  }
  ._iNewsList{
    gap: 15px;
  }
  ._iNewsList a{
    width: 100%;
    padding: 15px;
  }
  ._iNewsList a .time strong{
    font-size: 18px;
  }
  ._iNewsList a .txt h2{
    font-size: 16px;
  }
  ._iNewsList a .txt p{
    font-size: 12px;
  }
  .friendLinks{
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .footer_bg{
    margin-bottom: 50px;
    min-width: 100%;
  }
  .footer{
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
  }
  .footer .you3 .weixin{
    margin: 0 auto;
  }
  .footer .zuo3,.footer .you3,.footer .you3 .weixin,.footer .zuo3 ul li,.dzwz{
    float: none;
  }
  .footer .zuo3 ul li{
    padding-right: 0;
  }
  .dzwz{
    width: 100%;
  }
  .footer_btm{
    line-height: 1.8;
  }
  .copy{
    padding: 8px 15px;
    width: 100%;
  }
  .copy br{
    display: block;
  }
  .sy_pr{
    padding: 10px 0;
  }
  .ny_gy{
    padding-top: 0;
    min-width: 100%;
  }
  .zuobian2,.youbian2{
    float: none;
  }
  .zuobian2{
    width: 100%;
    margin-bottom: 15px;
  }
  .youbian2{
    width: 100%;
  }
  .ny_xw{
    padding-top: 0;
    min-width: 100%;
  }
  .dingzhi1{
    padding: 10px 15px;
  }
  .dingzhi1-title-h1{
    display: none;
  }
  
  .dingzhi1-dl{
    float: none;
  }
  .news-item{
    padding: 0 15px;
  }
  .news-date{
    display: none;
  }
  .news-content{
    margin-left: 0;
    padding: 12px;
    flex-flow: column-reverse;
  }
  .news-img{
    width: 100%;
    height: auto;
  }
  .list-news{
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
  }
  .list-news .x1,.list-news .x4,.list-news .x6{
    float: none;
    width: 100%;
  }
  .list-news .x4{
    width: 100%;
  }
  .list-news .time{
    margin-top: 0;
    margin-right: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }
  .list-news .time .text-large{
    font-size: 14px;
    line-height: 1.8;
  }
  .list-news .news{
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 0 15px;
    border-left: none;
  }
  .list-news .news h3 a{
    font-size: 16px;
  }
  .list-news .button{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  ._classify{
    padding: 10px 15px;
  }
  ._classify ._item>div a{
    line-height: 1.8;
  }
  .page-product{
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .sidebar{
    width: 100%;
  }
  .menu-item{
    padding: 10px 0;
  }
  .page-product .main-content{
    padding: 10px;
    width: 100%;
    overflow: hidden;
  }
  .page-title{
    margin-bottom: 10px;
  }
  .product-table{
    overflow-x: auto;
  }
  .sy_fl.pd,.sj_xx{
    min-width: 100%
  }
  .products-CN-name i{
    display: block;
    line-height: 1.2;
  }
  .infoProductProfile{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .infoProductProfile .left{
    width: 100%;
    float: none;
  }
  .infoProductProfile .right{
    width: 100%;
    float: none;
  }
  .cp_js .hd ul li{
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
  }
  .detail_top_cont table tr th, .detail_top_cont table tr td{
    padding: 5px 10px;
  }
  .tab-content table td{
    height: auto;
    font-size: 12px;
  }
  .detail_top_cont table tr{
    flex-flow: row wrap;
  }
  .detail_top_cont table tr .detail2{
    min-width: calc(100% - 80px);
    -ms-flex: 1 1 calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    -webkit-box-flex: 1;
  }
  .tab-content .font12{
    padding-left: 5px;
    width: 90px;
  }
  ._pProBtn{
      flex-flow: column;
      align-items: flex-start;
  }
  .wenzi{
    margin-bottom: 15px;
  }
  .sj_xx .sj_xq .r_m ul{
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }
  .sj_xx .sj_xq .r_m ul li{
    float: none;
    margin: 0;
    width: calc((100% - 20px) / 3);
  }
  .sj_xx .sj_xq .r_m .w_z h3{
    font-size: 13px;
    line-height: 1.6;
  }
  .sj_xx .sj_xq .r_m .t_p{
    height: 108px;
  }
}