@charset "UTF-8";
.inner-slide {
  position: relative;
}

.inner-slide .slide-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.inner-slide .slide-txt .desc {
  margin-top: 15px;
  max-width: 570px;
}

.inner-slide .crumbs {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.inner-slide .crumbs a {
  color: #fff;
}

.inner-slide .crumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.inner-slide.inner-slide2 .slide-txt .desc {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #D2D2D2;
  line-height: 2;
}

.inner-slide.inner-slide2 .slide-txt .links {
  margin-top: 3vw;
}

.inner-slide.inner-slide2 .slide-txt .links a {
  padding: 1.1vw 3.5417vw;
  background: #286DFF;
  border-radius: 4px;
  color: #fff;
}

.inner-slide.inner-slide2 .slide-txt .links a:hover {
  opacity: .88;
}

.inner-slide.inner-slide2 .crumbs {
  bottom: auto;
  top: 115px;
}

.bgf2 {
  background: #f2f2f2;
}

.bgf8 {
  background: #f8f8f8;
}

.news .news1 {
  background: #fff;
  padding: 2.1875vw;
}

.news .news1 .item-pic .fitImg {
  padding-top: 60.61%;
}

.news .news1 .item-info {
  padding-left: 2.4479vw;
  color: #666;
}

.news .news1 .item-info .tit {
  margin: 32px 0;
  color: #333;
}

.news .news1 .item-info .desc {
  line-height: 2;
}

.news .news1:hover .item-info .tit {
  color: var(--color);
}

.news .list {
  padding-top: 45px;
}

.news .list ul {
  border-top: 1px solid #E5E5E5;
}

.news .list li .item {
  padding: 32px 0;
  border-bottom: 1px solid #E5E5E5;
}

.news .list li .item .item-pic {
  width: 262px;
}

.news .list li .item .item-pic .fitImg {
  padding-top: 70.61%;
}

.news .list li .item .item-info {
  padding-left: 26px;
  color: #666;
}

.news .list li .item .item-info .time img {
  width: 32px;
  margin-right: 12px;
}

.news .list li .item .item-info .title {
  color: #333;
  margin: 25px 0;
}

.news .list li .item .item-info .desc {
  line-height: 1.8;
}

.news .list li .item:hover .item-info .title {
  color: var(--color);
}

.news .list2 {
  padding: 2.3438vw 0;
}

.news .list2 li .item {
  background: #fff;
  border-radius: 6px;
}

.news .list2 li .item .item-pic .fitImg {
  border-radius: 6px 6px 0 0;
  padding-top: 55%;
}

.news .list2 li .item .item-info {
  padding: 30px 20px;
  min-height: 12.5vw;
}

.news .list2 li .item .item-info .desc {
  color: #444;
  line-height: 2;
  margin-top: 12px;
}

.news .list2 li .item:hover .item-info .tit {
  color: var(--color);
}

.pages {
  padding: 40px 0;
}

.pages li {
  border: 1px solid #9D9D9D;
  border-radius: 50%;
  margin: 0 5px;
}

.pages li a {
  display: flex;
  width: 3.125vw;
  height: 3.125vw;
  color: #9D9D9D;
  align-items: center;
  justify-content: center;
}

.pages li:hover, .pages li.on {
  background: var(--color);
  border-color: var(--color);
}

.pages li:hover a, .pages li.on a {
  color: #fff;
}

.crumbs2 {
  padding: 2vw 0;
  color: #666;
}

.crumbs2 a {
  color: #666;
}

.crumbs2 a:hover {
  color: var(--color);
}

.job .screen {
  padding: 1.5625vw 0 3.3854vw;
}

.job .screen .dd {
  padding: 15px;
}

.job .screen .dd .sel {
  border: 1px solid #BFBFBF;
  padding-right: 10px;
}

.job .screen .dd .sel select {
  padding: 1.0417vw;
  width: 100%;
}

.job .screen .vmore {
  margin-top: 2.8646vw;
  color: #666;
}

.job .screen .vmore img {
  margin-right: 10px;
}

.job .screen .vmore:hover {
  color: var(--color);
}

.job .job-list {
  padding-bottom: 5vw;
}

.job .job-list .table {
  text-align: left;
  position: relative;
}

.job .job-list .table thead {
  background: #F4F4F4;
}

.job .job-list .table thead th {
  border: 0;
  font-weight: bold;
  padding: 24px 30px;
}

.job .job-list .table tbody td {
  padding: 25px 33px;
  border: 0;
}

.job .job-list .table tbody td .jt img {
  width: 9px;
  transition: all ease .3s;
}

.job .job-list .table tbody td .jt img.i1 {
  display: none;
}

.job .job-list .table tbody td .jt.on img.i2 {
  display: none;
}

.job .job-list .table tbody td .jt.on img.i1 {
  display: inline-block;
}

.job .job-list .table table {
  border-collapse: collapse;
}

.job .job-list .table table th:last-child,
.job .job-list .table table td:last-child {
  padding-left: 0;
  text-align: center;
  padding-right: 20px;
}

.job .job-list .table table tbody {
  border-bottom: 1px solid #E5E5E5;
}

.job .job-list .table table tbody tr {
  border-top: 1px solid #E5E5E5;
}

.job .job-list .table .cont {
  border-top: 0;
}

.job .job-list .table .cont td {
  padding: 0;
}

.job .job-list .table .cont .intros {
  text-align: left;
  display: none;
  padding: 20px 33px;
  line-height: 1.8;
}

.job .job-list .table .cont .intros h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

.job .job-list .table .cont .intros .link2 {
  margin: 30px 0;
}

.job .job-list .table .cont.on .intros {
  display: block;
}

.contact-form2 {
  background-position: top center;
  background-size: 100%;
}

.contact-form {
  background-color: #fff;
  background-size: 100%;
  background-position: top center;
}

.contact-form .form {
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  padding: 4.1667vw;
}

.contact-form .form .item .label {
  color: #333;
  margin-bottom: 12px;
}

.contact-form .form .item .label span {
  color: #DA0F1E;
}

.contact-form .form .item .intbox {
  padding: 10px 15px;
  border: 1px solid #D2D2D2;
}

.contact-form .form .item .intbox input,
.contact-form .form .item .intbox textarea {
  width: 100%;
}

.contact-form .form .xieyi {
  padding: 20px 0 40px;
}

.contact-form .form .xieyi span {
  color: #DA0F1E;
}

.contact-form .form .xieyi a {
  color: var(--color);
}

.contact-form .form .btn button {
  width: 156px;
  height: 48px;
  background: #286DFF;
  border-radius: 6px;
  color: #fff;
  border: 0;
  transition: all ease .3s;
}

.contact-form .form .btn button:hover {
  opacity: .8;
}

/*contact*/
.contact .contact1 .d-box1 {
  background: #fff url("../img/bg_lx1.png") no-repeat right bottom;
  padding: 5.2083vw 2.6042vw;
}

.contact .contact1 .d-box1 .col1 .txt1 {
  color: #333;
}

.contact .contact1 .d-box1 .col1 .txt2 {
  color: #666;
  margin-top: 5px;
}

.contact .contact1 .d-box1 .col2 {
  color: #DA0F1E;
}

.contact .contact1 .d-box1 .col3 a {
  width: 159px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #BFBFBF;
  color: #666;
}

.contact .contact1 .d-box1 .col3 a:hover {
  background: var(--color);
  color: #fff;
  border-color: var(--color);
}

.contact .contact1 .d-box2 {
  margin-top: 20px;
}

.contact .contact1 .d-box2 li .item {
  background: #fff;
  border-radius: 10px;
  padding: 25px 25px 65px 25px;
}

.contact .contact1 .d-box2 li .item .icon img {
  width: 28px;
}

.contact .contact1 .d-box2 li .item .tit {
  margin: 16px 0;
}

.contact .contact1 .d-box2 li .item .cont {
  line-height: 2;
  color: #666;
}

.contact .contact3 .join {
  height: 29.6875vw;
}

.contact .contact3 .join .dd {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.contact .contact3 .join .dd .links {
  margin-top: 2.3125vw;
}

.contact .contact3 .join .dd .links a {
  width: 159px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.contact .contact3 .join .dd .links a:hover {
  background: #fff;
  color: var(--color);
}

/*service*/
.service .fuwu1 .item-info {
  padding-left: 36px;
}

.service .fuwu1 .item-info .desc {
  margin: 2.1875vw 0;
  line-height: 2;
  color: #666;
}

.service .fuwu1 .item-info .zx a {
  padding: 1.1979vw 2.6563vw;
  background: #286DFF;
  border-radius: 4px;
  color: #fff;
}

.service .fuwu1 .item-info .zx a img {
  margin-right: 8px;
  width: 27px;
}

.service .fuwu1 .item-info .zx a:hover {
  opacity: .88;
}

.service .fuwu2 li {
  display: flex;
}

.service .fuwu2 li .item {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 2.3958vw 1.4583vw 5vw 1.4583vw;
  min-height: 25vw;
  position: relative;
}

.service .fuwu2 li .item .icon img {
  width: 2.8646vw;
}

.service .fuwu2 li .item .tit {
  margin: 3.1vw 0 .9375vw;
  position: relative;
  padding-bottom: 16px;
}

.service .fuwu2 li .item .tit::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #286DFF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service .fuwu2 li .item .desc {
  line-height: 1.8;
  color: #666;
}

.service .fuwu2 li .item .xh {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service .fuwu2 li .item .xh img {
  width: 8.3333vw;
}

.service .fuwu3 .tabs-ul li {
  height: 34px;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin: 0 5px;
  cursor: pointer;
}

.service .fuwu3 .tabs-ul li.on {
  border-color: var(--color);
  color: var(--color);
}

.service .fuwu3 .tabcont {
  display: none;
}

.service .fuwu3 .tabcont .thead {
  padding: 1.25vw .7292vw;
  background: #F9F9F9;
  color: #333;
}

.service .fuwu3 .tabcont .tbody .tr {
  padding: 1.25vw .7292vw;
  border-bottom: 1px solid #E5E5E5;
}

.service .fuwu3 .tabcont .tbody .tr .td {
  color: #666;
}

.service .fuwu3 .tabcont .tbody .tr .td .xz i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/icon_xz1.png");
}

.service .fuwu3 .tabcont .tbody .tr:hover .xz i {
  background-image: url("../img/icon_xz2.png");
}

/* product */
.product .sidebar {
  width: 260px;
  float: left;
  margin-right: 3.65vw;
  max-height:750px;
  overflow-y:auto;
}

.product .sidebar .side-list li .v1 {
  padding: 1.1vw .9375vw;
  color: #666;
  border-bottom: 1px solid #D2D2D2;
}

.product .sidebar .side-list li .v1 i {
  color: #707070;
  font-size: 13px;
}

.product .sidebar .side-list li .v1 > a {
  color: #666;
}

.product .sidebar .side-list li .sub2 {
  padding: 8px 0;
  display: none;
}

.product .sidebar .side-list li .sub2 .v2 {
  padding-left: 2.1354vw;
}

.product .sidebar .side-list li .sub2 .v2 > a {
  padding: 0.65vw 0 .5vw;
  color: #666;
}

.product .sidebar .side-list li .sub2 .v2.on > a {
  color: var(--color);
}

.product .sidebar .side-list li .sub2 .v2.cur > a {
  color: var(--color);
}

.product .sidebar .side-list li .sub2 .v2.cur .sub3 {
  display: block;
}

.product .sidebar .side-list li .sub2 .sub3 {
  display: none;
}

.product .sidebar .side-list li .sub2 .sub3 li {
  padding-left: .8333vw;
  margin: 12px 0;
}

.product .sidebar .side-list li .sub2 .sub3 li a {
  color: #666;
  display: block;
}

.product .sidebar .side-list li .sub2 .sub3 li:last-child {
  margin-bottom: 5px;
}

.product .sidebar .side-list li .sub2 .sub3 li.on a {
  color: var(--color);
}

.product .sidebar .side-list li.cur .v1 > a {
  color: var(--color);
}

.product .sidebar .side-list li.cur .sub2 {
  display: block;
}

.product .prolist {
  overflow: hidden;
  min-height: 400px;
}

.prolist li .item {
  background: #fff;
  padding: 1.2vw;
  text-align: center;
}
.prolist li .item .item-pic{
    min-height:274px;
}

.prolist li .item .item-tit {
  color: #666;
  width: 100%;
  left: 0;
  text-align: center;
}

.prolist li .item:hover .item-tit {
  color: var(--color);
}

.sidebar2 {
  width: 292px;
  float: left;
  margin-top: 2.6042vw;
}

.sidebar2 .side-ul ul {
  position: relative;
}

.sidebar2 .side-ul ul li {
  margin-bottom: 1.8vw;
  position: relative;
}

.sidebar2 .side-ul ul li a {
  color: #666;
  padding-left: 15px;
}

.sidebar2 .side-ul ul li:last-child {
  margin-bottom: 0;
}

.sidebar2 .side-ul ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../img/dot1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar2 .side-ul ul li.active a {
  color: var(--color);
}

.sidebar2 .side-ul ul li.active::before {
  background-image: url("../img/dot2.png");
}

.sidebar2 .side-ul ul::before {
  content: "";
  width: 1px;
  height: 92%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*solute*/
.solute .solute-list {
  overflow: hidden;
}

.solute .solute-list li {
  margin-bottom: 4.0625vw;
}

.solute .solute-list li .item {
  background: #F6F6F6;
}

.solute .solute-list li .item .item-pic {
  width: 60%;
}

.solute .solute-list li .item .item-pic .fitImg {
  padding-top: 61.7%;
}

.solute .solute-list li .item .item-info {
  padding: 0 1.8229vw;
}

.solute .solute-list li .item .item-info .desc {
  margin: 1.5vw 0 2.1vw;
  color: #666;
  line-height: 1.8;
}

.solute .solute-list li:hover .item-info .tit {
  color: var(--color);
}

.solute .solute-list li:last-child {
  margin-bottom: 0;
}

.hzlist .item {
  border: 2px solid #ddd;
}

/* details */
.details .det-tit {
  color: var(--color);
}

.details .det1 .swiper-wrapper {
  padding-bottom: 3.1vw;
}

.details .det1 .item {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 15px;
  padding: 3.125vw 2.8vw;
}

.details .det1 .item .icon img {
  width: 6.4063vw;
}

.details .det1 .item .tit {
  margin: 1.6vw 0 .8vw;
}

.details .det1 .item .desc {
  color: #666;
}

.details .det1 .swiper-pagination-bullet {
  width: 1.9271vw;
  height: 3px;
  border-radius: 2px;
  opacity: 1;
  background: #DCDCDC;
}

.details .det1 .swiper-pagination-bullet-active {
  background: var(--color);
}

.details .det2 .det2-pic {
  margin-bottom: 40px;
}

.details .det2 .det2-box .list li .item-num .counter {
  font-weight: bold;
}

.details .det2 .det2-box .list li .item-num span {
  margin: 18px 0 0 10px;
}

.details .det2 .det2-box .list li .item-tit {
  color: #666;
}

.details .det2 .det2-box .info {
  margin-left: -20px;
}

.details .det2 .det2-box .info .desc {
  color: #666;
  margin-top: 18px;
  line-height: 1.8;
}

.details .det3 .det-tit {
  margin-bottom: 20px;
}

.details .detbox3 .info .lx1 li {
  margin-bottom: 3.125vw;
}

.details .detbox3 .info .lx1 li .tit {
  color: #333;
}

.details .detbox3 .info .lx1 li .cont {
  font-weight: bold;
}

.details .detbox3 .info .lx1 li .cont a:hover {
  color: var(--color);
}

.details .detbox3 .info .lx2 .dd {
  max-width: 200px;
  margin-right: 2.5vw;
}

.details .detbox3 .info .lx2 .dd p {
  margin-bottom: 6px;
}

.details .detbox3 .info .lx3 .contact-form .form {
  box-shadow: none;
  padding: 0;
}

.sec-type2 {
  color: #286DFF;
  margin-bottom: 28px;
}

.fancybox-button--thumbs {
  display: none !important;
}

/*产品详情*/
.productinfo .probox1 .info {
  max-width: 554px;
}

.productinfo .probox1 .info .cat {
  color: #666;
}

.productinfo .probox1 .info .title {
  padding: 23px 0 36px;
  border-bottom: 1px solid #D2D2D2;
}

.productinfo .probox1 .info .desc {
  color: #666;
  line-height: 2;
  margin-top: 34px;
}

.productinfo .probox1 .info .links {
  margin-top: 4.1667vw;
}

.productinfo .probox1 .info .links a {
  padding: 1vw 3.2417vw;
  background: var(--color);
  color: #fff;
  border-radius: 4px;
}

.productinfo .probox1 .info .links a:hover {
  opacity: .88;
}

.productinfo .probox1 .slides .gallery-thumbs {
  margin-top: 1.3021vw;
}

.productinfo .probox1 .slides .gallery-thumbs .swiper-slide {
  border: 2px solid #fff;
}

.productinfo .probox1 .slides .gallery-thumbs .swiper-slide-thumb-active {
  border-color: var(--color);
}

.productinfo .probox2 .contbox {
  overflow: hidden;
}

.productinfo .probox2 .tabcont1 .d-box1 {
  max-width: 686px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #666;
  line-height: 2;
}

.productinfo .probox2 .tabcont1 .video {
  position: relative;
}

.productinfo .probox2 .tabcont1 .video .spt {
  display: block;
}

.productinfo .probox2 .tabcont1 .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productinfo .probox2 .tabcont1 .video .play img {
  width: 63px;
}

.productinfo .probox2 .tabcont1 .video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.productinfo .probox2 .tabcont1 .video video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.productinfo .probox2 .tabcont2 .list {
  padding-top: 1vw;
}

.productinfo .probox2 .tabcont2 .list li {
  margin-bottom: 3.38vw;
}

.productinfo .probox2 .tabcont2 .list li .info .tit {
  color: #333;
}

.productinfo .probox2 .tabcont2 .list li .info .cont {
  color: #666;
  line-height: 2;
  margin-top: 25px;
}

.productinfo .probox2 .tabcont3 .table td {
  border: 1px solid #D2D2D2;
  padding: 1.1vw 0 1.1vw 3.65vw;
  font-weight: bold;
}

.productinfo .probox2 .tabcont3 .table td:nth-child(1) {
  font-weight: normal;
  color: #666;
}

.productinfo .probox2 .tabcont3 .table2 td {
  border: 0;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 1.1vw 2.65vw;
}

.productinfo .probox2 .tabcont3 .table2 td:nth-child(1) {
  text-align: left;
}

.productinfo .probox2 .tabcont3 .table2 td .xz i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/icon_xz1.png");
}

.productinfo .probox2 .tabcont3 .table2 td .xz:hover i {
  background-image: url("../img/icon_xz2.png");
}

/* about */
.about .about1 {
  background-position: bottom center;
  background-size: 100%;
}

.about .about1 .d-box1 {
  padding: 2.6vw;
  background: #F2F2F2;
}

.about .about1 .d-box1 li .item-icon {
  width: 2.29vw;
  padding-left: 10px;
}

.about .about1 .d-box1 li .item-icon img {
  width: 44px;
}

.about .about1 .d-box1 li .item-num {
  margin: 1vw 0 -3px;
  color: #DA0F1E;
  font-weight: bold;
  font-family: 'DIN';
}

.about .about1 .d-box1 li .item-tit {
  color: #666;
}

.about .about1 .d-box2 {
  padding-top: 4.17vw;
}

.about .about1 .d-box2 .item-tit {
  color: #333;
}

.about .about1 .d-box2 .item-info {
  color: #666;
  line-height: 2;
}

.about .about2 {
  background-attachment: fixed;
}

.about .about2 .sec-type {
  margin-bottom: 3.5vw;
}

.about .about2 .list li {
  display: flex;
}

.about .about2 .list .item {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 3.85vw 1.88vw;
}

.about .about2 .list .item .item-icon img {
  width: 2.34vw;
}

.about .about2 .list .item .item-tit {
  margin: 1.56vw 0;
}

.about .about2 .list .item .item-tit span {
  padding: 20px 0;
  position: relative;
  font-weight: bold;
}

.about .about2 .list .item .item-tit span::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #286DFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about .about2 .list .item .item-desc {
  color: #666;
  line-height: 2;
  margin-top: 2.08vw;
}

.about .about2 .list .item:hover {
  background: rgba(255, 255, 255, 0.9);
}

.about .about3 .gallery-top .item {
  padding: 4.5vw 0;
}

.about .about3 .gallery-top .item .year {
  font-size: 7.81vw;
  font-family: 'DIN';
  text-align: center;
}

.about .about3 .gallery-top .item .content .tit {
  padding-bottom: 16px;
  margin-bottom: 25px;
  position: relative;
}

.about .about3 .gallery-top .item .content .tit::after {
  content: "";
  width: 58px;
  height: 2px;
  background: #3366FF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about .about3 .gallery-top .item .content .cont {
  line-height: 2;
}

.about .about3 .gallery-thumbs {
  position: relative;
}

.about .about3 .gallery-thumbs .item {
  text-align: center;
  color: #666;
  padding-top: 25px;
  position: relative;
}

.about .about3 .gallery-thumbs .item::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/dot1.png");
}

.about .about3 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .item {
  color: var(--color);
  font-size: 22px;
}

.about .about3 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .item::before {
  background-image: url("../img/dot2.png");
}

.about .about3 .gallery-thumbs::before {
  content: "";
  width: 86%;
  height: 1px;
  background: #DCDCDC;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.about .about3 .swp-dot {
  position: relative;
}

.about .about3 .swp-dot .slides2 {
  padding: 0 50px;
  margin-top: 25px;
}

.about .about3 .jt {
  width: 50px;
  height: 50px;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
}

.about .about4 .slides {
  padding-top: 4.5vw;
}

.about .about4 .slides .swiper-wrapper {
  padding-bottom: 4vw;
}

.about .about4 .slides .swiper-pagination-bullet {
  width: 1.88vw;
  height: 2px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
}

.about .about4 .slides .swiper-pagination-bullet-active {
  background: var(--color);
}

.about .about4 .slides .item {
  text-align: center;
  border-bottom: 1px solid #B5B5B5;
  position: relative;
}

.about .about4 .slides .item .item-tit {
  padding: 1.82vw 0;
}

.about .about4 .slides .item::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease .3s;
}

.about .about4 .slides .item:hover::after {
  width: 100%;
}

.laybox {
  width: 96%;
  max-width: 1200px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 23;
  display: none;
  transform: translate(-50%, -50%);
}

.laybox .wrap {
  height: 92vh;
}

.laybox .lay-tit {
  padding: 1.1vw 3.5vw;
  background: #2E5EF2;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.laybox .lay-cont {
  padding: 2.8vw 3.5vw;
  overflow-y: auto;
}

.laybox .lay-cont .lx1 li {
  margin-bottom: 3.29vw;
}

.laybox .lay-cont .lx1 li .tit {
  margin-bottom: 12px;
}

.laybox .lay-cont .lx2 .ewm img {
  max-width: 170px;
}

.laybox .contact-form .form {
  box-shadow: none;
  padding: 0;
}

.laybox .contact-form .form li {
  width: 100% !important;
  margin-bottom: 1.2vw;
}



.laybox .lay-btn {
  width: 100%;
}
.laybox .contact-form .form li{
  width: 100% !important;
 
}
.laybox .contact-form .form .xieyi{
  padding-top:0;
  
  margin-top:-10px;
}
.laybox .lay-btn button {
  width: 17.08vw;
  padding: .83vw 0;
  background: #286DFF;
  border-radius: 6px;
  color: #fff;
  border: 0;
  outline: 0;
}

.laybox .lay-btn button:hover {
  opacity: .88;
}

.newsinfo .det1 {
  background: #F8F8F8;
  padding: 5px 0 35px;
}

.newsinfo .det1 .news-tit {
  margin: -10px 0 35px 0;
  max-width: 1048px;
  line-height: 1.8;
}

.newsinfo .det1 .news-time {
  color: #666;
}

.newsinfo .det01 {
  padding: 25px 0;
}

.newsinfo .det2 {
  line-height: 1.8;
  color: #666;
}

.newsinfo .det2 img {
  max-width: 100% !important;
  height: auto !important;
}

/* 网站地图 */
.websitemap-section1 {
  width: 100%;
}

.websitemap-section1 .cont {
  padding: 20px 0;
}

.websitemap-section1 .cont .item {
  width: 100%;
  padding: 25px 0;
  border-bottom: .01rem solid rgba(51, 51, 51, 0.3);
  margin-bottom: 20px;
}
.websitemap-section1 .cont .item:last-child{
  margin-bottom:0;
}
.websitemap-section1 .cont .item .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.websitemap-section1 .cont .item .tit i {
  vertical-align: middle;
  margin-left: 80px;
  font-size: 16px;
}

.websitemap-section1 .cont .item .jut {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.websitemap-section1 .cont .item .jut .list {
  display: block;
  font-size: 16px;
  width: 25%;
  padding-right: 10px;
  color: #333;
  margin-bottom: 16px;
}

.websitemap-section1 .cont .item .jut .list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.websitemap-section1 .cont .item .jut .list:hover {
  color: var(--color);
}
.crumbs a:nth-child(2),.crumbs2 a:nth-child(2){display:none!important;}

.indexProductList .jt {
  width:2.6vh;
  height: 5.56vh;
  background: #008CD6;
}
.indexProductList .wrap{
    background:#fff;
}
.indexProductList .jt.swiper-button-prev {
  left: 0;
}

.indexProductList .jt.swiper-button-next {
  right: 0;
}

.indexProductList .jt i {
  color: #fff;
  font-size: 2.6vh;
}

.indexProductList .jt:hover {
  opacity: .88;
}