@charset "UTF-8";
/* 内页banner */
.pages-banner {
  height: 16vw;
  max-height: 600px;
  position: relative;
}

.pages-banner .img {
  height: 100%;
  overflow: hidden;
}

.pages-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.pages-banner .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.pages-banner .txt h2 {
  font-weight: normal;
}

/* 面包屑 */
.crumbread {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  color: #b0b0b0;
}

.crumbread a {
  color: #b0b0b0;
}

.crumbread a:hover {
  color: #3695ff;
}

.crumbread span {
  color: #447ccc;
}

/*.pages-defualt {*/
/*  padding: 85px 0 120px;*/
/*}*/

.pages-defualt .in-title {
  text-align: center;
  color: #2a2d31;
  margin-bottom: 35px;
  margin-top:25px;
}

.pages-defualt .in-title h2 {
  font-weight: bold;
}

.pages-defualt .in-title h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #113280;
  margin: 15px auto 0;
}

.pages-defualt .in-title p {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .pages-banner .txt {
    padding-top: 80px;
  }
  .pages-defualt {
    padding: 45px 0 60px;
  }
  .pages-defualt .in-title {
    margin-bottom: 20px;
  }
  .pages-defualt .in-title h2::after {
    margin-top: 10px;
  }
  .pages-defualt .in-title p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .pages-banner {
    height: 40vw;
  }
  .pages-banner .txt {
    padding-top: 60px;
  }
  .crumbread {
    padding: 10px 0;
  }
}

/* 关于繁易 */
.pages-about-fy .tt {
  text-align: center;
  line-height: 1.875;
  color: #777;
  margin-bottom: 40px;
}

.pages-about-fy .tt strong {
  font-weight: normal;
}

.pages-about-fy .img img {
  width: 100%;
}

/* 核心能力 */
.pages-about-core {
  background: url(../images/bg_about1.jpg) center center/cover no-repeat;
  overflow: hidden;
}

.pages-about-core .core-lists li {
  width: 32.22222%;
}

.pages-about-core .core-lists li .inbox {
  position: relative;
  padding-top: 180px;
  background-color: #fff;
  transition: all  .5s;
  height: 820px;
  overflow: hidden;
}

.pages-about-core .core-lists li .inbox::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #5095f7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}

.pages-about-core .core-lists li .img {
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .5s;
  overflow: hidden;
}

.pages-about-core .core-lists li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.pages-about-core .core-lists li .txt {
  height: calc(820px - 180px);
  padding: 40px;
  color: #2b2d32;
  transition: all .5s;
  position: relative;
  top: 0;
}

.pages-about-core .core-lists li .txt h3 {
  font-weight: normal;
}

.pages-about-core .core-lists li .word p {
  position: relative;
  padding: 5px 0 4px 20px;
}

.pages-about-core .core-lists li .word p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #bfbec3;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 14px;
}

.pages-about-core .core-lists li .inbox:hover {
  background: url(../images/bg_about_core.png) 0 0/cover no-repeat;
}

.pages-about-core .core-lists li .inbox:hover::after {
  width: 0;
}

.pages-about-core .core-lists li .inbox:hover .word p::before {
  background-color: #fff;
}

.pages-about-core .core-lists li .inbox:hover .img {
  top: -60px;
}

.pages-about-core .core-lists li .inbox:hover .txt {
  top: -60px;
  color: #fff;
}

.pages-about-core .core-lists li .inbox:hover .txt h3 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1440px) {
  .pages-about-core .core-lists li .inbox {
    padding-top: 138px;
    height: 750px;
  }
  .pages-about-core .core-lists li .img {
    height: 138px;
  }
  .pages-about-core .core-lists li .txt {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .pages-about-core .core-lists li .txt {
    padding: 20px;
  }
  .pages-about-core .core-lists li .inbox {
    padding-top: 138px;
    height: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .pages-about-core .core-lists ul {
    flex-wrap: wrap;
  }
  .pages-about-core .core-lists li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pages-about-core .core-lists li .inbox {
    height: auto;
  }
  .pages-about-core .core-lists li .txt {
    height: auto;
  }
  .pages-about-core .core-lists li .word p {
    padding-left: 12px;
  }
  .pages-about-core .core-lists li .word p::before {
    width: 4px;
    height: 4px;
  }
}

/* 全球分布地图 */
.pages-about-global {
  height: 50vw;
  max-height: 960px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.pages-about-global video {
  position: absolute;
  width: 150%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.pages-about-global .text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.pages-about-global .text .in-title {
  color: #fff;
}

.pages-about-global .text .in-title h2::after {
  display: none;
}

.pages-about-global .global-txt {
  justify-content: flex-end;
  margin-top: 60px;
}

.pages-about-global .global-txt ul li {
  margin-bottom: 20px;
}

.pages-about-global .global-txt ul li .inbox {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  height: 140px;
  position: relative;
  padding: 0 0 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

.pages-about-global .global-txt ul li .inbox::before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.pages-about-global .global-txt ul li b {
  line-height: 1;
  font-weight: normal;
}

.pages-about-global .global-txt ul li .dw {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 12px;
  padding: 8px 0;
}

.pages-about-global .global-txt ul li .dw span {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .pages-about-global {
    height: 55vw;
  }
}

@media only screen and (max-width: 1024px) {
  .pages-about-global .global-txt {
    margin-top: 30px;
  }
  .pages-about-global .global-txt ul li .inbox {
    height: 100px;
    padding-left: 20px;
  }
  .pages-about-global .global-txt ul li .dw {
    padding: 0;
    margin-left: 6px;
  }
  .pages-about-global .global-txt ul li .inbox > div {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .pages-about-global {
    height: 75vw;
  }
}

@media only screen and (max-width: 520px) {
  .pages-about-global .global-txt ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pages-about-global .global-txt ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .pages-about-global .global-txt ul li:last-child {
    width: 100%;
  }
  .pages-about-global .global-txt ul li .inbox {
    padding-right: 10px;
  }
  .pages-about-global {
    height: 450px;
  }
  .pages-about-global video {
    width: 250%;
    left: -30%;
  }
}

/* 繁易大事件 */
.pages-about-dsj {
  background: url(../images/bg_about5.png) center 0 no-repeat;
  overflow: hidden;
}

.pages-about-dsj .cont {
  align-items: start;
  padding-bottom: 80px;
}

.pages-about-dsj .dsj-item {
  width: 32.22222%;
  background: 0 bottom no-repeat;
  padding-left: 60px;
  position: relative;
}

.pages-about-dsj .dsj-item:first-child {
  margin-top: 16%;
}

.pages-about-dsj .dsj-item:nth-child(2) {
  margin-top: 8%;
}

.pages-about-dsj .dsj-item ul {
  flex-direction: column-reverse;
  margin-top: -30px;
}

.pages-about-dsj .dsj-item ul li {
  margin-bottom: 35px;
}

.pages-about-dsj .dsj-item ul li:hover .img img {
  transform: scale(1.05);
}

.pages-about-dsj .dsj-item .text .year {
  line-height: 1;
  color: #366ab8;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.pages-about-dsj .dsj-item .text .year span {
  margin-left: 10px;
}

.pages-about-dsj .dsj-item .text .year::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #376ab8;
  position: absolute;
  left: -66px;
  top: 15px;
}

.pages-about-dsj .dsj-item .text .year::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #376ab8;
  position: absolute;
  left: -50px;
  top: 22px;
}

.pages-about-dsj .dsj-item .text .img {
  width: 106px;
  flex-shrink: 0;
  margin-right: 12px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
}

.pages-about-dsj .dsj-item .text .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.pages-about-dsj .dsj-item .text p {
  color: #595757;
  line-height: 24px;
}

.pages-about-dsj .dsj-item > .img {
  width: 71.33621%;
  margin-bottom: 42px;
}

.pages-about-dsj .dsj-item > .img img {
  width: 100%;
}

.pages-about-dsj .dsj-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 204px;
  background: url(../images/bg_dsj_bot.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: calc(100% -   3px);
  left: 0;
}

@media only screen and (max-width: 1440px) {
  .pages-about-dsj .dsj-item .text .year::after {
    width: 20px;
  }
  .pages-about-dsj .dsj-item ul li {
    margin-bottom: 30px;
  }
  .pages-about-dsj .dsj-item::after {
    height: 180px;
  }
}

@media only screen and (max-width: 1024px) {
  .pages-about-dsj .dsj-item .text .year::after {
    width: 15px;
    left: -30px;
    top: 19px;
  }
  .pages-about-dsj .dsj-item .text .year::before {
    left: -33px;
    width: 10px;
    height: 10px;
  }
  .pages-about-dsj .dsj-item {
    padding-left: 30px;
  }
  .pages-about-dsj .dsj-item ul {
    margin-top: -20px;
  }
  .pages-about-dsj .dsj-item ul li {
    margin-bottom: 20px;
  }
  .pages-about-dsj .dsj-item .text .img {
    width: 80px;
    height: 52px;
  }
  .pages-about-dsj .dsj-item::after {
    height: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .pages-about-dsj .cont {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .pages-about-dsj .dsj-item {
    width: 100%;
  }
  .pages-about-dsj .dsj-item:first-child {
    margin-top: 0;
  }
  .pages-about-dsj .dsj-item:first-child::after {
    display: none;
  }
  .pages-about-dsj .dsj-item:nth-child(2) {
    margin-top: 0;
  }
  .pages-about-dsj .dsj-item:nth-child(2)::after {
    display: none;
  }
  .pages-about-dsj .dsj-item ul {
    flex-direction: column;
  }
  .pages-about-dsj .dsj-item .text .year {
    padding-top: 7px;
  }
}

/* 企业荣誉 */
.pages-about-honor {
  background: url(../images/bg_about2.jpg) center center/cover no-repeat;
  overflow: hidden;
}

.pages-about-honor .in-title {
  color: #fff;
}

.pages-about-honor .in-title h2::after {
  background-color: #fff;
}

.pages-about-honor .swiper-honor {
  overflow: hidden;
  position: relative;
}

.pages-about-honor .swiper-slide {
  text-align: center;
}

.pages-about-honor .swiper-slide .img {
  height: 400px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all .5s;
  position: relative;
}

.pages-about-honor .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  opacity: .6;
}

.pages-about-honor .swiper-slide .img img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all .5s;
}

.pages-about-honor .swiper-slide p {
  color: #fff;
  margin-top: 35px;
  opacity: .4;
}

.pages-about-honor .swiper-slide-active .img {
  background-color: #fff;
  box-shadow: 0px 5px 35px 0px rgba(14, 23, 44, 0.15);
  height: 350px;
  margin-top: 25px;
}

.pages-about-honor .swiper-slide-active .img img {
  opacity: 1;
}

.pages-about-honor .swiper-slide-active .img img::before {
  opacity: 0;
}

.pages-about-honor .swiper-slide-active p {
  opacity: 1;
  font-weight: bold;
}

.pages-about-honor .prevnext {
  position: relative;
  margin-top: 70px;
}

.pages-about-honor .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  opacity: .2;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.pages-about-honor .swiper-button-prev::before {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/pages_arow.png) 0 0 no-repeat;
}

.pages-about-honor .swiper-button-prev:hover {
  background-color: #3695ff;
  opacity: 1;
}

.pages-about-honor .swiper-button-prev:hover::before {
  background-position: 0 -16px;
}

.pages-about-honor .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  opacity: .2;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}

.pages-about-honor .swiper-button-next::before {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/pages_arow.png) -18px 0 no-repeat;
}

.pages-about-honor .swiper-button-next:hover {
  background-color: #3695ff;
  opacity: 1;
}

.pages-about-honor .swiper-button-next:hover::before {
  background-position: -18px -16px;
}

@media only screen and (max-width: 1440px) {
  .pages-about-honor .swiper-slide .img {
    height: 360px;
  }
  .pages-about-honor .swiper-slide-active .img {
    height: 300px;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .pages-about-honor .prevnext {
    margin-top: 35px;
  }
  .pages-about-honor .swiper-slide p {
    margin-top: 15px;
  }
  .pages-about-honor .swiper-button-next {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .pages-about-honor .swiper-slide .img {
    height: 260px;
  }
  .pages-about-honor .swiper-slide-active .img {
    height: 200px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 520px) {
  .pages-about-honor .swiper-honor {
    margin-top: 30px;
  }
  .pages-about-honor .swiper-slide .img {
    height: 260px;
    border-radius: 3px;
  }
  .pages-about-honor .swiper-slide-active .img {
    height: 260px;
    margin-top: 0px;
  }
}

/* 使命愿景价值观 */
.pages-about-price {
  background: url(../images/bg_about3.jpg) center center/cover no-repeat;
  overflow: hidden;
  padding-bottom: 180px;
  padding-top: 90px;
}

.pages-about-price .priceLists li {
  width: 23.97222%;
}

.pages-about-price .priceLists li:nth-child(2) .inbox {
  background: url(../images/bg_price.png) center 0/cover no-repeat;
}

.pages-about-price .inbox {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 120px;
  position: relative;
  box-shadow: 0px 10px 40px 0px rgba(36, 53, 91, 0.2);
  height: 250px;
}

.pages-about-price .inbox .icon {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 auto 25px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(199, 212, 227, 0.25);
  position: absolute;
  top: -70px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}

.pages-about-price .inbox .icon img {
  width: 47.14286%;
}

.pages-about-price .inbox .icon .hover {
  display: none;
}

.pages-about-price .inbox .tt {
  text-align: center;
  padding: 100px 20px 20px;
}

.pages-about-price .inbox .tt h3 {
  font-weight: bold;
}

.pages-about-price .inbox .tt h3::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #3695ff;
  margin: 10px auto;
}

.pages-about-price .inbox .tt p {
  color: #666;
}

.pages-about-price .inbox:hover .icon {
  background-color: #376ab8;
}

.pages-about-price .inbox:hover .icon .hover {
  display: block;
}

.pages-about-price .inbox:hover .icon .normal {
  display: none;
}

.pages-about-price .inbox:hover .tt h3 {
  color: #376ab8;
}

@media only screen and (max-width: 1440px) {
  .pages-about-price .inbox .icon {
    width: 120px;
    height: 120px;
    top: -60px;
  }
  .pages-about-price .inbox {
    margin-top: 100px;
    height: 220px;
  }
  .pages-about-price .inbox .tt {
    padding: 80px 20px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .pages-about-price {
    padding: 45px 0 90px;
  }
  .pages-about-price .inbox .icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .pages-about-price .inbox {
    margin-top: 90px;
    height: 190px;
    border-radius: 12px;
  }
  .pages-about-price .inbox .tt {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pages-about-price .priceLists ul {
    flex-wrap: wrap;
  }
  .pages-about-price .priceLists ul li {
    width: 100%;
  }
  .pages-about-price .inbox {
    margin-top: 70px;
  }
}

/* 翻页 */
.pages {
  text-align: center;
  padding-top: 60px;
  justify-content: center;
  align-items: center;
}
#pages{
  display: block;
  width: 100%;
}
.pages ul li {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin: 0 3px;
  padding: 0px !important;
  width: auto !important;
  border-bottom:none !important;
}
.pages ul li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #d5d5d5 !important;
  color: #333;
}
.pages ul li.active a{
  background-color: #5195f8;
  color: #fff;
  border-color: #5195f8;
}

.pages a.prevnext {
  width: 98px;
  
}

.pages a.active {
  background-color: #5195f8;
  color: #fff;
  border-color: #5195f8;
}

.pages a:hover {
  background-color: #5195f8;
  color: #fff;
  border-color: #5195f8;
}

.pages a.sl {
  border: none;
  background: none;
  color: #333;
}

/* 产品列表 */
.productLists {
  padding-top: 0;
}

.productLists .hd {
  padding: 55px 0;
  border-bottom: 1px solid #ededed;
}

.productLists .hd h2 {
  font-weight: normal;
}

.productLists .hd .sorts li {
  margin-left: 60px;
  text-align: center;
}

.productLists .hd .sorts li .img {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 60px;
  margin: 0 auto 12px;
}

.productLists .hd .sorts li .img img {
  max-width: 100%;
  max-height: 100%;
}

.productLists .hd .sorts li p {
  color: #333;
}

.productLists .hd .sorts .active {
  opacity: 1;
}

.productLists .bd {
  overflow: hidden;
}

.productLists .bd ul {
  margin-left: -40px;
  margin-right: -40px;
}

.productLists .bd ul li {
  width: 25%;
  border-bottom: 1px solid #ededed;
  padding: 40px 0;
}

.productLists .bd ul li a {
  display: block;
  border-right: 1px solid #ededed;
  padding: 0 40px;
}

.productLists .bd ul li:nth-child(4n) a {
  border-right: none;
}

.productLists .bd ul li .img {
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productLists .bd ul li .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
}

.productLists .bd ul li h3 {
  text-align: center;
  padding: 10px 0 30px;
  font-family: 'Arial Black';
}

.productLists .bd ul li .tt {
  color: #000;
}

.productLists .bd ul li .tt dl {
  padding: 10px 20px;
  background-color: #f6f6f6;
}

.productLists .bd ul li .tt dl:nth-child(2n) {
  background-color: #fff;
}

.productLists .bd ul li .tt dl dt {
  white-space: nowrap;
  margin-right: 10px;
}

.productLists .bd ul li .tt dl dd {
  text-align: right;
}

.productLists .bd ul li a:hover .img img {
  transform: scale(1.05);
}

@media only screen and (max-width: 1440px) {
  .productLists .bd ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .productLists .bd ul li a {
    padding: 0 20px;
  }
  .productLists .bd ul li .img {
    height: 245px;
  }
  .productLists .bd ul li .tt dl {
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .productLists .bd ul li {
    padding: 20px 0;
  }
  .productLists .hd {
    padding: 30px 0;
  }
  .productLists .bd ul li .img {
    height: 216px;
  }
  .pages {
    padding-top: 30px;
  }
  .pages a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .pages a.prevnext {
    width: 78px;
  }
  .productLists .hd .sorts li {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .productLists .bd ul li {
    width: 50%;
  }
  .productLists .bd ul li h3 {
    padding-bottom: 15px;
  }
  .productLists .hd .sorts li .img {
    width: 20px;
    height: 30px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 520px) {
  .productLists .bd ul li .img {
    height: 40vw;
  }
  .pages a {
    margin: 0 2px;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }
}

/* 产品详情 */
.productDetail {
  padding: 0;
}

.productDetail .hd {
  background-color: #fafafa;
  padding: 120px 0 110px;
}

.productDetail .pro-detail {
  width: 52.08333%;
  position: relative;
}

.productDetail .swiper-small-img {
  /* position: absolute;
  left: 10px;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  height: 432px;
  width: 150px; */
  float: left;
  z-index: 5;
  height: 530px;
  width: 150px;
  overflow-y: scroll;
}

.productDetail .swiper-small-img .swiper-slide {
  border: 1px solid #e7e7e7;
  height: 100px;
  transition: all .5s;
  background-color: #fff;
  overflow: hidden;
}

.productDetail .swiper-small-img .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.productDetail .swiper-small-img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.productDetail .swiper-small-img .swiper-slide img {
  opacity: .6;
}

.productDetail .swiper-small-img .active {
  opacity: 1;
}

.productDetail .swiper-small-img .active img {
  opacity: 1;
}

.productDetail .swiper-big-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  margin-left: 7.63889%;
  height: 530px;
}

.productDetail .swiper-big-img a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productDetail .swiper-big-img a img {
  max-width: 100%;
  max-height: 100%;
}

.productDetail .detail-txt {
  width: 42.91667%;
}

.productDetail .detail-txt .tp {
  letter-spacing: 4px;
}

.productDetail .detail-txt h2 {
  color: #2b2d32;
  font-weight: bold;
  margin: 5px 0 10px;
}

.productDetail .detail-txt .dtl {
  line-height: 1.875;
  color: #2a2d31;
  margin-bottom: 30px;
}
.productDetail .detail-txt .dtl p{
  line-height:2.5;
}
.productDetail .detail-txt .dtl p span {
  margin-left: 10px;
}

.productDetail .detail-txt .dtl2 {
  font-weight: lighter;
  line-height: 1.875;
  color: #2a2d31;
}

.productDetail .detail-txt .btns {
  margin-top: 36px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}

.productDetail .detail-txt .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
}

.productDetail .detail-txt .btns i {
  display: inline-block;
  margin-right: 10px;
}

.productDetail .detail-txt .btns .icon_duibi {
  width: 15px;
  height: 15px;
  background: url(../images/icon_dtl01.png) 0 0 no-repeat;
}

.productDetail .detail-txt .btns .icon_guige {
  width: 13px;
  height: 13px;
  background: url(../images/icon_download.png) 0 0 no-repeat;
}

.productDetail .detail-txt .btns .icon_chicun {
  width: 13px;
  height: 13px;
  background: url(../images/icon_images.png) 0 0 no-repeat;
}

.productDetail .detail-txt .btns .duibi {
  width: 38.83495%;
  background-color: #477dcd;
  color: #fff;
}

.productDetail .detail-txt .btns .duibi:hover {
  background-color: #3695ff;
}

.productDetail .detail-txt .btns .btns2 {
  border: 1px solid #d0d0d0;
  width: 27.18447%;
}

.productDetail .detail-txt .btns .btns2:hover {
  background-color: #3695ff;
  color: #fff;
  border-color: #3695ff;
}

.productDetail .detail-txt .btns .btns2:hover .icon_guige {
  background-position: 0 -13px;
}

.productDetail .detail-txt .btns .btns2:hover .icon_chicun {
  background-position: 0 -13px;
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px !important;
  height: 500px !important;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

.productDetail-bd {
  background-color: #fff;
  padding-bottom: 100px;
  overflow: hidden;
}

.productDetail-bd .tabnav {
  border-bottom: 1px solid #f1f1f1;
}

.productDetail-bd .tabnav li {
  margin-right: 100px;
}

.productDetail-bd .tabnav li a {
  display: inline-block;
  padding: 15px 0;
  position: relative;
  color: #666;
}

.productDetail-bd .tabnav li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #5195f7;
  transition: all .5s;
  opacity: 0;
}

.productDetail-bd .tabnav li.active a {
  color: #333;
}

.productDetail-bd .tabnav li.active a::after {
  width: 100%;
  opacity: 1;
}

.productDetail-bd .tabcont .item {
  display: none;
  overflow: auto;
}

.productDetail-bd .tabcont .item:first-child {
  display: block;
}

.productDetail-bd .tabcont dl {
  margin-top: 60px;
}

.productDetail-bd .tabcont dl dt {
  display: block;
  /* margin-bottom: 10px; */
  padding: 20px 40px;
  background-color: #fafafa;
}

.productDetail-bd .tabcont table {
  width: 100%;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

.productDetail-bd .tabcont table td {
  /* border-bottom: 1px solid #f1f1f1; */
  /* padding: 20px 0 20px 40px; */
}

.productDetail-bd .tabcont table .imgbox {
  text-align: center;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;min-width: 100px;
  width: 40%;
}

.productDetail-bd .tabcont table .imgbox img {
  max-width: 100%;
}

.productDetail-bd .tabcont table tr td:first-child {
  width: 15%;
}

.productDetail-bd .tabcont .img {
  border: 1px solid #f1f1f1;
  margin-top: 50px;
  text-align: center;
  padding: 50px;
  max-width: 100%;
}

.productDetail-bd .tabcont .img img {
  max-width: 100%;
}

.productDetail-bd .relative-pro {
  border: 1px solid #f1f1f1;
  border-top: none;
  padding: 60px 6%;
}

.productDetail-bd .relative-pro ul li {
  margin-right: 10%;
}

.productDetail-bd .relative-pro ul li .name {
  color: #477dcd;
  margin-right: 28px;
}

.productDetail-bd .relative-pro ul li .simg {
  /* width: 30px; */
  height: 80px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.productDetail-bd .relative-pro ul li .simg img {
  /* max-width: 100%; */
  max-height: 100%;
}

.productDetail-bd .relative-pro ul li .tt {
  color: #666;
  line-height: 1.875;
}

.productDetail-bd .relative-pro ul li:last-child {
  margin-right: 0;
}

.productDetail-bd .relative-cp {
  border: 1px solid #f1f1f1;
  border-top: none;
}

.productDetail-bd .relative-cp ul li {
  padding: 18px 36px;
  border-bottom: 1px solid #f1f1f1;
}

.productDetail-bd .relative-cp ul li:last-child {
  border-bottom: none;
}

.productDetail-bd .relative-cp ul li a {
  display: inline-block;
  color: #366ab8;
  position: relative;
  padding-left: 14px;
  text-decoration: underline;
}

.productDetail-bd .relative-cp ul li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #366ab8;
  position: absolute;
  left: 0;
  top: 10px;
}

.productDetail-bd .relative-cp ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1440px) {
  .productDetail .swiper-small-img {
    width: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .productDetail .hd {
    padding: 60px 0 50px;
  }
  .productDetail .swiper-small-img {
    width: 100px;
    height: 300px;
  }
  .productDetail .swiper-big-img {
    height: 400px;
  }
  .zoomDiv {
    width: 300px !important;
    height: 300px !important;
  }
  .productDetail .detail-txt .dtl {
    margin-bottom: 15px;
  }
  .productDetail .detail-txt .btns {
    margin-top: 20px;
    padding-top: 20px;
  }
  .productDetail-bd .tabnav li {
    margin-right: 50px;
  }
  .productDetail-bd .relative-pro ul li .name {
    margin-right: 14px;
  }
  .productDetail-bd .relative-pro ul li .simg {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .productDetail .hd > div {
    flex-wrap: wrap;
  }
  .productDetail .pro-detail {
    width: 100%;
  }
  .productDetail .detail-txt {
    width: 100%;
  }
  .productDetail-bd .tabcont dl {
    margin-top: 30px;
  }
  .productDetail-bd .tabcont dl dt {
    padding-left: 20px;
  }
  .productDetail-bd .tabcont table td {
    padding: 10px 20px 10px 20px;
  }
  .productDetail-bd .tabcont table tr td:first-child {
    width: 100px;
  }
  .zoomDiv {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .productDetail-bd .relative-cp ul li {
    padding: 10px 20px;
  }
  .productDetail-bd .relative-pro ul li {
    margin-right: 20px;
  }
  .productDetail-bd .relative-pro {
    padding: 30px 20px;
  }
  .productDetail-bd .tabcont .img {
    padding: 20px;
  }
  .productDetail-bd .tabcont .img {
    margin-top: 25px;
  }
  .productDetail-bd .tabcont table tr td:first-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 520px) {
  .productDetail-bd .relative-pro ul li {
    width: 50%;
    margin-right: 0;
  }
  .productDetail-bd .relative-pro ul li a {
    flex-wrap: wrap;
    justify-content: center;
  }
  .productDetail-bd .relative-pro ul li .name {
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .productDetail .pro-detail {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .productDetail .swiper-big-img {
    height: 70vw;
    margin-left: 0;
    margin-top: 10px;
  }
  .productDetail .swiper-small-img {
    width: 100%;
    height: auto;
    top: auto;
    transform: none;
    bottom: -40px;
    overflow: hidden;
    left: 0;
  }
  .productDetail .swiper-small-img .swiper-slide {
    height: 60px;
  }
  .productDetail .detail-txt .btns {
    flex-wrap: wrap;
  }
  .productDetail .detail-txt .btns .duibi {
    width: 100%;
    margin-bottom: 10px;
  }
  .productDetail .detail-txt .btns .btns2 {
    width: 48%;
  }
  .productDetail-bd .relative-pro {
    padding: 20px 10px;
  }
  .productDetail-bd .relative-pro ul li .name {font-size: 14px;}
  .productDetail-bd .relative-pro ul li { padding-right: 0;}
  .productDetail-bd .relative-pro ul li .simg {
    /* width: 20px;
    height: 60px; */
    margin: 0 auto;
  }
  .productDetail-bd .tabnav ul {
    justify-content: space-between;
  }
  .productDetail-bd .tabnav ul li {
    margin-right: 0;
  }
  .productDetail-bd .tabcont table tr td:first-child {
    width: 85px;
  }
}

.productDetail-duibi dl dt {
  display: block;
  padding-left: 3%;
  margin-bottom: 10px;
}

.productDetail-duibi table {
  width: 100%;
  border-right: 1px solid #f1f1f1;
}

.productDetail-duibi table td {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 2% 20px 2%;
  border-left: 1px solid #f1f1f1;
}

.productDetail-duibi table tr td:first-child {
  padding-left: 3%;
}

.productDetail-duibi table tr td:last-child {
  width: 20%;
}

.productDetail-duibi .product-dp {
  text-align: center;
}

.productDetail-duibi .product-dp a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.productDetail-duibi .product-dp .nam {
  color: #477dcd;
  margin-top: 12px;
}

.productDetail-duibi .product-dp .img {
  height: 198px;
  max-width: 100%;
}

.productDetail-duibi .product-dp .img img {
  max-height: 100%;
  max-width: 100%;
}

.productDetail-duibi .product-dp .close-td {
  width: 30px;
  height: 30px;
  background: url(../images/icon_close.png) center center no-repeat rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.productDetail-duibi .product-dp a:hover .nam {
  font-weight: bold;
}

.productDetail-duibi .product-dp a:hover .close-td {
  opacity: 1;
  visibility: visible;
}

.productDetail-duibi .add-product .icon-add {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../images/icon_add.png) 0 0/cover no-repeat;
}

.productDetail-duibi .add-product p {
  font-size: 16px;
  color: #999;
  min-width: 70px;
}

.productDetail-duibi .add-product:hover .icon-add {
  background-image: url(../images/icon_add_hover.png);
}

.productDetail-duibi .add-product:hover p {
  color: #477dcd;
}

@media only screen and (max-width: 1024px) {
  .productDetail-duibi .product-dp .img {
    height: 100px;
  }
  .productDetail-duibi .product-dp .close-td {
    width: 20px;
    height: 20px;
  }
  .productDetail-duibi .add-product .icon-add {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .productDetail-duibi dl dd {
    overflow-x: auto;
  }
  .productDetail-duibi .add-product p {
    min-width: 45px;
  }
  .productDetail-duibi table td {
    word-wrap: break-word;
  }
}

/* 产品中心 */
.product-main {
  background: url(../images/bg_product.jpg) center center/cover no-repeat;
  position: relative;
}

.product-main .inner {
  justify-content: space-between;
}

.product-main .lt {
  position: relative;
  width: 60.41667%;
  margin-left: 8.33333%;
}

.product-main .lt .s-title {
  width: 25%;
  margin-left: -4.13793%;
}

.product-main .lt .s-title img {
  width: 100%;
}

.product-main .scene1 {
  margin-top: 20px;
  width: 67.15517%;
  margin-left: 23.53448%;
  position: relative;
}

.product-main .scene1 img {
  width: 100%;
}

.product-main .scene2 {
  margin-top: -248px;
  width: 55.43103%;
  margin-left: 2.93103%;
  position: relative;
}

.product-main .scene2 img {
  width: 100%;
}

.product-main .scene-item {
  position: absolute;
}

.product-main .scene-item .dot {
  width: 20px;
  height: 20px;
  background-color: #5195f8;
  color: #fff;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateZ(0);
  cursor: pointer;
  z-index: 5;
}

.product-main .scene-item .dot::before {
  content: '';
  display: block;
  width: 140%;
  height: 140%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70%;
  margin-left: -70%;
  animation: scalecg 2s infinite linear;
  background-color: rgba(81, 149, 248, 0.3);
  border-radius: 100%;
  z-index: -1;
}

.product-main .scene-item .dot .iconfont {
  font-size: 14px;
  line-height: 1;
  transition: all .5s;
}

.product-main .scene-item .box {
  width: 320px;
  position: absolute;
}

.product-main .scene-item .line1 {
  width: 1px;
  background-color: #585e62;
  position: absolute;
  bottom: 0px;
  height: 100%;
}

.product-main .scene-item .line2 {
  height: 1px;
  background-color: #585e62;
  position: absolute;
  top: 0;
}

.product-main .scene-item h3 {
  font-weight: normal;
  color: #fff;
  line-height: 28px;
  background-color: #585e62;
  display: inline-block;
  position: absolute;
  top: 0;
}

.product-main .scene-item .ct {
  padding-top: 44px;
}

.product-main .scene-item .s-img {
  max-width: 112px;
}

.product-main .scene-item .s-img img {
  transition: all .5s;
  max-width: 100%;
}

.product-main .scene-item ul {
  padding-top: 5px;
  margin-left: 5px;
}

.product-main .scene-item ul li {
  color: #000;
  padding-left: 10px;
  font-size: 12px;position: relative;
}

.product-main .scene-item ul li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 6px;
}

.product-main .scene-item a:hover .s-img img {
  transform: scale(1.05);
}

.product-main .scene-item a:hover .dot .iconfont {
  transform: rotate(180deg);
}

.product-main .scene-item1 {
  top: 18.9243%;
  left: 6.41849%;
}

.product-main .scene-item1 h3 {
  width: 110px;
  text-align: center;
  border-radius: 14px 0 0 14px;
  right: 100%;
}

.product-main .scene-item1 .box {
  height: 117px;
  bottom: 10px;
  right: 10px;
}

.product-main .scene-item1 .line1 {
  right: 0px;
}

.product-main .scene-item1 .line2 {
  width: 160px;
  right: 0;
}

.product-main .scene-item2 {
  top: 10.35857%;
  left: 9.7561%;
}

.product-main .scene-item2 h3 {
  width: 92px;
  text-align: center;
  border-radius: 0 14px 14px 0;
  left: 100%;
}

.product-main .scene-item2 .box {
  height: 104px;
  bottom: 10px;
  left: 10px;
  padding-left: 40px;
}

.product-main .scene-item2 .line1 {
  left: 0px;
}

.product-main .scene-item2 .line2 {
  width: 45px;
  left: 0;
}

.product-main .scene-item2 ul {
  padding-left: 5px;
}

.product-main .scene-item3 {
  top: 50.59761%;
  right: 17.20154%;
}

.product-main .scene-item3 h3 {
  width: 100px;
  text-align: center;
  border-radius: 0 14px 14px 0;
  left: 100%;
}

.product-main .scene-item3 .box {
  height: 104px;
  bottom: 10px;
  left: 10px;
  padding-left: 40px;
}

.product-main .scene-item3 .line1 {
  left: 0px;
}

.product-main .scene-item3 .line2 {
  width: 45px;
  left: 0;
}

.product-main .scene-item3 .ct {
  align-items: center;
}

.product-main .scene-item3 ul {
  padding-top: 0;
  padding-left: 5px;
}

.product-main .scene-item4 {
  top: 37.36842%;
  left: 9.79782%;
}

.product-main .scene-item4 h3 {
  width: 100px;
  text-align: center;
  border-radius: 14px 0 0 14px;
  right: 100%;
}

.product-main .scene-item4 .box {
  height: 70px;
  top: 10px;
  right: 10px;
  width: 160px;
}

.product-main .scene-item4 .line1 {
  right: 0px;
  height: 70px;
  top: 0;
}

.product-main .scene-item4 .line2 {
  width: 58px;
  right: 0;
  top: 70px;
}

.product-main .scene-item4 .ct {
  align-items: center;
  width: 320px;
  position: absolute;
  top: 100%;
  left: 0;
}

.product-main .scene-item4 ul {
  padding-top: 0;
  padding-left: 5px;
}

.product-main .scene-item5 {
  top: 48.15789%;
  left: 28.92691%;
}

.product-main .scene-item5 h3 {
  width: 100px;
  text-align: center;
  border-radius: 0 14px 14px 0;
  left: 100%;
}

.product-main .scene-item5 .box {
  height: 104px;
  bottom: 10px;
  left: 10px;
  padding-left: 22px;
}

.product-main .scene-item5 .line1 {
  left: 0px;
}

.product-main .scene-item5 .line2 {
  width: 45px;
  left: 0;
}

.product-main .scene-item5 .ct {
  align-items: center;
}

.product-main .scene-item5 ul {
  padding-top: 0;
  padding-left: 5px;
}

.product-main .scene-item6 {
  bottom: 21.84211%;
  right: 0;
}

.product-main .scene-item6 h3 {
  width: 138px;
  text-align: center;
  border-radius: 0 14px 14px 0;
  left: 100%;
}

.product-main .scene-item6 .box {
  height: 150px;
  bottom: -110px;
  left: 10px;
  padding-left: 20px;
}

.product-main .scene-item6 .line1 {
  left: 0px;
  height: 100px;
}

.product-main .scene-item6 .line2 {
  width: 19px;
  left: 0;
  bottom: 0;
  top: unset;
}

.product-main .scene-item6 .ct {
  align-items: center;
  /* flex-direction: column; */
}

.product-main .scene-item6 ul {
  padding-top: 0;
  /* padding-left: 12%; */
  padding-left: 5px;
}

.product-main .scene-item7 {
  bottom: 16.84211%;
  right: -2.33281%;
}

.product-main .scene-item7 h3 {
  width: 92px;
  text-align: center;
  border-radius: 0 14px 14px 0;
  left: 100%;
}

.product-main .scene-item7 .box {
  height: 150px;
  top: 10px;
  left: 10px;
  padding-left: 38px;
  width: 372px;
}

.product-main .scene-item7 .line1 {
  display: none;
}

.product-main .scene-item7 .line2 {
  width: 78px;
  left: 0;
}

.product-main .scene-item7 .s-img {
  margin-top: -20px;
}

.product-main .scene-item7 ul {
  padding-top: 0;
  padding-left: 5px;
}

.product-main .rt {
  position: relative;
  width: 28.80208%;
  margin-left: 8.33333%;
}

.product-main .rt .s-title {
  width: 65.09946%;
}

.product-main .rt .s-title img {
  width: 100%;
}

.product-main .r-item {
  margin-bottom: 90px;
}

.product-main .r-item:last-child {
  margin-bottom: 0;
}

.product-main .r-item .s-cont {
  margin-top: -20px;
}

.product-main .r-item .s-img {
  width: 39.05967%;
  margin-right: 3.25497%;
}

.product-main .r-item .s-img img {
  max-width: 100%;
}

.product-main .r-item .s-tt h2 {
  margin-bottom: 8px;
}

.product-main .r-item ul {
  padding-top: 5px;
  margin-left: 5px;
}

.product-main .r-item ul li {
  color: #000;
  padding-left: 10px;
  font-size: 12px;position: relative;
}

.product-main .r-item ul li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 6px;
}

.product-main .r-item .btn {
  margin-top: 22px;
}

.product-main .r-item .btn a {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #5195f7;
  color: #fff;
}

.product-main .r-item .btn a span {
  margin-left: 15px;
  transition: all .5s;
}

.product-main .r-item .btn a:hover {
  background-color: #376ab8;
}

.mask {
  background: rgba(46, 49, 54, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}

.open-win {
  width: 740px;
  max-width: 740px;
  border-radius: 16px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.1) rotateY(180deg);
  z-index: 10;
  transition: all .5s;
  display: none;
}

.open-win.show {
  transform: translate(-50%, -50%) scale(1) rotateY(0);
}

.open-win .pro-img {
  height: 440px;
  background: url(../images/bg_tc2.png) 0 0/cover no-repeat;
  width: 62.16216%;
  text-align: center;
}

.open-win .pro-img .imgs {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  padding: 5%;
}

.open-win .pro-img .imgs img {
  max-width: 100%;
  max-height: 100%;
}

.open-win .btns {
  text-align: center;
  width: 100%;
  justify-content: center;
}

.open-win .btns a {
  width: 160px;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
}

.open-win .btns a span {
  margin-left: 15px;
}

.open-win .btns .btn-intro {
  background-color: #5195f7;
  color: #fff;
  margin-right: 25px;
}

.open-win .btns .btn-intro:hover {
  background-color: #376ab8;
}

.open-win .btns .btn-list {
  background-color: #fff;
  color: #5195f7;
}
.open-win .btns .btn-list:hover,
.open-win .btns .btn-list.active{
  background-color: #5195f7;
  color: #fff;
}

.open-win .pro-txt {
  padding: 5%;
}

.open-win .pro-txt h2 {
  position: relative;
  transform: translateZ(0);
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.1;
}

.open-win .pro-txt h2::before {
  content: '';
  display: block;
  width: 152px;
  height: 8px;
  background: #dae7fd;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.open-win .pro-txt ul {
  padding-top: 5px;
  margin-left: 5px;
}

.open-win .pro-txt ul li {
  color: #000;
  padding-left: 17px;
  position: relative;
  line-height: 1.66667;
}

.open-win .pro-txt ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 12px;
}

@media only screen and (max-width: 1440px) {
  .product-main .lt {
    margin-left: 5%;
  }
  .product-main .scene2 {
    margin-top: -150px;
  }
  .product-main .scene-item .box {
    width: 280px;
  }
  .product-main .scene-item4 .box {
    width: 140px;
  }
  .product-main .scene-item4 .line2 {
    width: 30px;
  }
  .product-main .scene-item3 .box {
    padding-left: 20px;
  }
  .product-main .scene-item3 .line2 {
    width: 20px;
  }
  .product-main .scene-item2 .box {
    padding-left: 20px;
  }
  .product-main .scene-item2 .line2 {
    width: 20px;
  }
  .product-main .scene-item1 .box {
    height: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .open-win {
    width: 700px;
  }
  .open-win .btns a {
    width: 120px;
    height: 38px;
    line-height: 38px;
  }
  .product-main .inner {
    flex-wrap: wrap;
  }
  .product-main .lt {
    width: 80%;
    margin: 0 10%;
  }
  .product-main .lt .s-title {
    width: 28%;
  }
  .product-main .scene-item .dot {
    width: 18px;
    height: 18px;
  }
  .product-main .scene-item .dot .iconfont {
    font-size: 12px;
  }
  .product-main .rt {
    width: 80%;
    margin: 130px 10% 0;
  }
  .product-main .rt .scene-right {
    display: flex;
  }
  .product-main .r-item {
    width: 50%;
    margin-bottom: 0;
    padding-right: 5%;
  }
  .product-main .r-item .btn a {
    width: 120px;
    height: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .open-win {
    width: 100%;
    border-radius: 8px;
  }
  .product-main .lt {
    width: calc(100% - 40px);
    margin: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .mbscroll {
    width: 760px;
    padding-bottom: 100px;
  }
  .product-main .lt .s-title {
    margin-left: 0;
  }
  .product-main .scene-item1 .line2 {
    width: 100px;
  }
  .product-main .scene-item1 .box {
    width: 210px;
  }
  .product-main .scene-item ul {
    padding-right: 15%;
  }
  .product-main .scene-item .s-img {
    max-width: 70px;
  }
  .product-main .scene-item4 .box {
    width: 100px;
  }
  .product-main .scene2 {
    margin-left: 10%;
    margin-top: -120px;
  }
  .product-main .rt {
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
  .product-main .lt .s-title {
    width: 25%;
  }
}

@media only screen and (max-width: 520px) {
  .open-win .pro-img {
    height: 380px;
  }
  .open-win .pro-img .imgs {
    height: 300px;
  }
  .open-win {
    width: 100%;
    border-radius: 8px;
  }
  .product-main .inner {
    flex-wrap: wrap;
  }
  .open-win .pro-img {
    width: 100%;
  }
  .open-win .pro-txt h2 {
    margin-bottom: 15px;
  }
  .product-main .rt .scene-right {
    flex-wrap: wrap;
  }
  .product-main .r-item {
    width: 100%;
    padding-right: 0;
  }
  .product-main .r-item:first-child {
    margin-bottom: 30px;
  }
  .product-main .r-item .s-cont {
    margin-top: 0;
  }
}

/* 服务支持 */
.service-video .in-title h3 {
  font-weight: bold;
}

.service-video .sorts {
  width: 80%;
  justify-content: flex-end;
}

.service-video .sorts .name {
  margin-right: 30px;
}

.service-video .sorts .ipt {
  width: 259px;
  height: 100%;
  margin-right: 3%;
  height: 55px;
  margin-left: 3%;
}

.service-video .sorts .ipt input {
  border: 1px solid #e7e6e6;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}

.service-video .sorts .ipt input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.service-video .sorts button {
  width: 115px;
  height: 55px;
  border-radius: 27px;
  background-color: #457cce;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.service-video .sorts button:hover {
  background-color: #376ab8;
}

.select-item {
  width: 259px;
  height: 55px;
  border: 1px solid #e7e6e6;
  position: relative;
}

.select-item span {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-item span::after {
  content: "\e65b";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  transition: all .5s;
  line-height: 1;
}

.select-item ul {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #e7e6e6;
  display: none;
  z-index: 9;
}

.select-item ul li {
  text-align: left;
}

.select-item ul li a {
  display: block;
  padding: 6px 20px;
}

.select-item ul li a:hover {
  background-color: #3695ff;
  color: #fff;
}

.select-item.active span::after {
  transform: rotate(-180deg);
}

.videolists ul {
  margin-left: -18px;
  margin-right: -18px;
}

.videolists ul li {
  padding: 0 18px 18px 18px;
  width: 33.33%;
}

.videolists ul li a {
  display: block;
}

.videolists ul li .img {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.videolists ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.videolists ul li .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/icon_play.png) 0 0/cover no-repeat;
  z-index: 3;
}

.videolists ul li .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.videolists ul li .txt {
  padding: 20px 0;
  align-items: center;
}

.videolists ul li .txt h2 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videolists ul li .txt p {
  color: #a7a5a5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videolists ul li .txt .time {
  width: 89px;
  height: 28px;
  border-radius: 14px;
  background-color: #457cce;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 28px;
}

.videolists ul li a:hover .img img {
  transform: scale(1.05);
}

.videolists ul li a:hover .txt .time {
  background-color: #376ab8;
}

/* 视频弹窗 */
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup .video-box {
  width: 72%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup .video-box video {
  width: 100%;
}

#videoPopup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 80%;
  }
  #videoPopup .close {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  #videoPopup .video-box {
    width: calc(100% - 40px);
    position: absolute;
  }
}

@media only screen and (max-width: 1440px) {
  .videolists ul li .img {
    height: 180px;
  }
  .videolists ul li .img .play {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .service-video .sorts .name {
    margin-right: 15px;
  }
  .select-item {
    width: 180px;
    height: 40px;
  }
  .select-item span {
    padding: 0 10px;
  }
  .videolists ul li .img {
    height: 160px;
  }
  .videolists ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .videolists ul li {
    padding: 0 10px 10px;
  }
  .service-video .sorts .ipt {
    width: 178px;
    height: 40px;
    margin: 0 10px;
  }
  .service-video .sorts .ipt input {
    padding: 0 10px;
  }
  .service-video .sorts button {
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .videolists ul li {
    width: 50%;
  }
  .videolists ul li .img {
    height: 110px;
  }
  .videolists ul li .txt {
    padding: 10px 0;
  }
  .videolists ul li .txt .time {
    width: 60px;
    height: 22px;
    line-height: 22px;
  }
  .videolists ul li .img .play {
    width: 40px;
    height: 40px;
  }
  .service-video .in-title {
    flex-wrap: wrap;
  }
  .service-video .sorts {
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .service-video .sorts button {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 520px) {
  .service-video .sorts {
    font-size: 14px;
  }
  .service-video .sorts .name {
    margin-right: 5px;
  }
  .select-item {
    width: 150px;
  }
  .select-item span::after {
    right: 10px;
  }
  .videolists ul li {
    width: 100%;
  }
  .videolists ul li .img {
    height: 45vw;
  }
  .service-video .sorts {
    justify-content: flex-start;
  }
  .service-video .sorts .select-item {
    width: calc(100% - 70px);
  }
  .service-video .sorts .name {
    width: 60px;
    text-align: left;
  }
  .service-video .sorts .ipt {
    width: calc(100% - 125px);
    margin-top: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 320px) {
  .select-item {
    width: 120px;
  }
  .select-item span::after {
    right: 5px;
  }
}

/* 常见问题 */
.service-normalqa .in-title {
  text-align: left;
}

.service-normalqa .in-title h3 {
  font-weight: normal;
}

.service-normalqa .srhbar {
  margin-bottom: 75px;
}

.service-normalqa .srhbar .select-item {
  width: 220px;
  margin-right: 15px;
}

.service-normalqa .srhbar .ipt {
  width: 51.38889%;
  height: 100%;
  margin-right: 3%;
  height: 55px;
}

.service-normalqa .srhbar .ipt input {
  border: 1px solid #e7e6e6;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}

.service-normalqa .srhbar .ipt input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.service-normalqa .srhbar button {
  width: 215px;
  height: 55px;
  border-radius: 27px;
  background-color: #457cce;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.service-normalqa .srhbar button:hover {
  background-color: #376ab8;
}

.srhlists li {
  border-bottom: 1px solid #edeef0;
  padding: 50px 0 63px;
}

.srhlists li:last-child {
  border-bottom: none;
}

.srhlists li .qa-title {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srhlists li .datetime {
  color: #acacac;
}


@media only screen and (max-width: 1024px) {
  .service-normalqa .srhbar {
    margin-bottom: 35px;
  }
  .service-normalqa .srhbar .ipt {
    height: 38px;
  }
  .service-normalqa .srhbar .ipt input {
    padding: 0 10px;
  }
  .service-normalqa .srhbar button {
    width: 180px;
    height: 38px;
  }
  .srhlists li {
    padding: 25px 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .select-item ul li a {
    padding: 6px 10px;
  }
  .service-normalqa .srhbar .select-item {
    width: 100px;
    margin-right: 5px;
  }
  .service-normalqa .srhbar .select-item span::after {
    right: 10px;
  }
  .service-normalqa .srhbar .ipt {
    margin-right: 5px;
  }
  .service-normalqa .srhbar button {
    width: 120px;
  }
}

/* 售后条款 */
.service-aftersales .in-title {
  text-align: left;
}

.service-aftersales .in-title h3 {
  font-weight: normal;
}

.aftersl-hd {
  /*margin-bottom: 96px;*/
}

.aftersl-hd .lt h2 {
  font-weight: normal;
  margin-bottom: 5px;
}

.aftersl-hd .lt p {
  color: #a7a5a5;
}

.aftersl-hd .lt b {
  color: #447ccc;
  font-weight: normal;
}

.aftersl-hd .rt li {
  margin-bottom: 4px;
}

.aftersl-hd .rt li a {
  display: block;
  width: 288px;
  height: 60px;
  line-height: 60px;
  padding: 0 37px;
  background-color: #f3f3f3;
  color: #0f0f0f;
  font-weight: bold;
}
.aftersl-hd .rt li.active a {
  background-color: #447cce;
  color: #fff;
}

.aftersl-hd .rt li a:hover {
  background-color: #447cce;
  color: #fff;
}

.aftersl-hd .rt li:last-child {
  margin-bottom: 0;
}


.aftersl-bd .lt {
  padding-right: 5%;
}

.aftersl-bd .lt h2 {
  font-weight: normal;
  margin-bottom: 5px;
  margin-bottom: 15px;
}

.aftersl-bd .lt dl {
  line-height: 1.75;
  margin-bottom: 20px;
}

.aftersl-bd .lt dt {
  display: block;
  color: #447ccc;
}

.aftersl-bd .lt dd {
  color: #a7a5a5;
}

.aftersl-bd .qrocde {
  width: 288px;
  height: 303px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/bg_slafter.png) center center/cover no-repeat;
  text-align: center;
}

.aftersl-bd .qrocde .imgs {
  background-color: #fff;
  width: 148px;
  padding: 15px;
  margin-bottom: 15px;
}

.aftersl-bd .qrocde .imgs img {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .aftersl-hd .rt li a {
    width: 200px;
    padding: 0 20px;
  }
  .aftersl-bd .qrocde {
    width: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .aftersl-hd {
    margin-bottom: 50px;
  }
  .aftersl-hd .rt li a {
    height: 50px;
    line-height: 50px;
  }
  .aftersl-bd .qrocde .imgs {
    width: 120px;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .aftersl-hd {
    flex-wrap: wrap;
  }
  .aftersl-hd .lt {
    width: 100%;
    margin-bottom: 20px;
  }
  .aftersl-hd .rt {
    width: 100%;
  }
  .aftersl-hd .rt ul {
    display: flex;
    justify-content: space-between;
  }
  .aftersl-hd .rt ul li {
    width: 48%;
    margin-bottom: 0;
  }
  .aftersl-hd .rt ul li a {
    text-align: center;
    width: 100%;
  }
  .aftersl-bd {
    flex-wrap: wrap;
  }
  .aftersl-bd .lt {
    width: 100%;
    padding-right: 0;
  }
  .aftersl-bd .rt {
    margin: 0 auto;
  }
  .aftersl-bd .qrocde {
    height: 240px;
  }
}

/* 物料下载 */
.service-download .in-title {
  text-align: left;
}

.service-download .in-title h3 {
  font-weight: bold;
}

.download-hd {
  border: 1px solid #efefef;
  margin-bottom: 65px;
  padding: 15px 40px 46px;
}

.select-sorts {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 50px;
  margin-bottom: 44px;
}

.select-sorts dl {
  padding: 17px 0;
}

.select-sorts dt {
  color: #000;
  line-height:33px;
}

.select-sorts dd {
  padding-left: 25px;
}

.select-sorts dd a {
  display: inline-block;
  color: #817f7f;
  line-height: 33px;
  border-radius: 16.5px;
  margin: 0 15px;
}

.select-sorts dd a:last-child {
  margin-right: 0;
}

.select-sorts dd a.active {
  background-color: #5195f8;
  color: #fff;
  padding: 0 30px;
}

.select-srh .ipt {
  width: 53.62319%;
  height: 100%;
  margin-right: 3%;
  height: 55px;
}

.select-srh .ipt input {
  border: 1px solid #e7e6e6;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}

.select-srh .ipt input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.select-srh button {
  width: 215px;
  height: 55px;
  border-radius: 27px;
  background-color: #457cce;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.select-srh button:hover {
  background-color: #376ab8;
}

.download-bd table {
  width: 100%;
  text-align: center;
}

.download-bd table td {
  border-bottom: 1px solid #f1f1f1;
  padding: 23px 2%;
}

.download-bd table th {
  font-weight: normal;
  white-space: nowrap;
  padding: 23px 2%;
}

.download-bd table td {
  color: #666;
}

.download-bd table .icon-xiazai {
  color: #333;
  font-size: 20px;
  line-height: 1;
}

.download-bd table a {
  color: #366ab8;
  font-size: 14px;
}

.download-bd table a:hover {
  text-decoration: underline;
}

.download-bd table a .icon-xiazai {
  color: #000;
}
.download-bd table tr th{
  background-color: #fafafa;
}
.download-bd table tr td:first-child {
  text-align: left;
  border-left: 1px solid #f1f1f1;
  width: 25%;
}
.download-bd table tr td:nth-child(2),.download-bd table tr th:nth-child(2) {
  text-align: left;
  padding: 23px 10px;
  width:35%;
}
.download-bd table tr td:nth-child(2) p {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	line-height: 24px;
	max-height: 48px;
}
.download-bd table tr td:last-child {
  border-right: 1px solid #f1f1f1;
}

.download-bd table tr th:first-child {
  text-align: left;
}

.download-bd table tr:hover td {
  background-color: #fafafa;
}

@media only screen and (max-width: 1024px) {
  .download-hd {
    padding: 15px 20px 23px;
    margin-bottom: 32px;
  }
  .select-sorts {
    padding-bottom: 25px;
    margin-bottom: 22px;
  }
  .select-sorts dl {
    padding: 9px 0;
  }
  .select-sorts dd a {
    margin: 0 6px;
  }
  .select-sorts dd a.active {
    padding: 0 15px;
  }
  .select-srh .ipt {
    height: 38px;
  }
  .select-srh button {
    height: 38px;
    width: 180px;
  }
  .download-bd table td {
    padding: 15px 3%;
  }
}

@media only screen and (max-width: 768px) {
  .select-sorts dl {
    flex-wrap: wrap;
  }
  .select-sorts dt {
    flex-shrink: 0;
    line-height: 33px;
    width: 100%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .select-sorts dd {
    flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
  }
  .select-srh .ipt input {
    padding: 0 10px;
  }
  .select-srh button {
    width: 120px;
  }
  .select-srh .ipt {
    flex: 1;
  }
  .download-bd table th {
    white-space: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }
  .download-bd table th:first-child {
    padding-left: 10px;
  }
  .download-bd table td {
    padding: 15px 3%;
  }
  .download-bd table th:last-child {
    width: 50px;
  }
}

/* 新闻资讯 */
.news-index .in-title h3 {
  font-weight: bold;
}

.news-index .newstab {
  text-align: center;
  padding: 35px 0 30px;
}

.news-index .newstab ul {
  width: 100%;
}

.news-index .newstab ul li a {
  display: block;
  width: 220px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #dedede;
  position: relative;
  background-color: #fff;
}

.news-index .newstab ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #366ab8;
  position: absolute;
  left: 50%;
  top: calc(100% - 8px);
  transform: translateX(-50%);
  transition: all .4s;
  opacity: 0;
  z-index: -1;
}

.news-index .newstab ul li.active a {
  border: 1px solid #366ab8;
  background: #366ab8;
  color: #fff;
  font-weight: bold;
}

.news-index .newstab ul li.active a::after {
  opacity: 1;
  top: 100%;
}

.news-index .item {
  display: none;
}

.news-index .item:first-child {
  display: block;
}

.news-index .pages {
  padding-top: 20px;
}

.newslists ul {
  margin-left: -18px;
  margin-right: -18px;
}

.newslists ul li {
  width: 31.66667%;
  padding: 0 18px 36px;
}

.newslists ul li a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.1);
}

.newslists ul li .img {
  overflow: hidden;
}

.newslists ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.newslists ul li .txt {
  padding: 25px 30px;
}

.newslists ul li .txt .datetime {
  color: #999999;
  font-size: 12px;
  margin-bottom: 8px;
}

.newslists ul li .txt .datetime .iconfont {
  line-height: 1.6;
  margin-right: 8px;
}

.newslists ul li .txt h2 {
  font-weight: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
}

.newslists ul li a:hover .img img {
  transform: scale(1.05);
}

@media only screen and (max-width: 1440px) {
  .news-index .newstab ul li a {
    width: 200px;
    height: 50px;
    line-height: 48px;
  }
  .newslists ul li .txt {
    padding: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .newslists ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .newslists ul li {
    padding: 0 10px 20px;
  }
  .newslists ul li .txt .datetime {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .news-index .newstab {
    padding: 20px 0;
  }
  .news-index .newstab ul li a {
    width: 160px;
    height: 40px;
    line-height: 38px;
  }
  .newslists ul li {
    width: 50%;
  }
  .newslists ul li .txt {
    padding: 10px;
  }
  .newslists ul li .txt h2 {
    line-height: 24px;
    height: 48px;
  }
}

@media only screen and (max-width: 520px) {
  .news-index .newstab ul li a {
    width: 130px;
    height: 40px;
    line-height: 38px;
  }
}

/* 新闻详情 */
.news-content {
  width: 72.22222%;
}

.news-content .s-title {
  border-bottom: 1px solid #c4c8cd;
  padding-bottom: 35px;
}

.news-content .s-title h2 {
  font-weight: normal;
  line-height: 1.3;
}

.news-content .s-title .other {
  padding: 20px 0 0;
  color: #ccc;
}

.news-content .s-title .other span {
  color: #999;
  margin: 0 3%;
}

.news-content .s-title .other span:first-child {
  margin-left: 0;
}

.news-content .s-title .other span:last-child {
  margin-right: 0;
}

.news-content .share {
  margin-left: 25px;
}

.news-content .share a {
  display: inline-block;
  background: url(../images/icon_share.png) no-repeat;
  height: 24px;
  margin-right: 18px;
}

.news-content .share .icon-wb {
  width: 27px;
  background-position: 0 0;
}

.news-content .share .icon-wb:hover {
  background-position: 0 -29px;
}

.news-content .share .icon-wx {
  width: 28px;
  background-position: -47px 0;
}

.news-content .share .icon-wx:hover {
  background-position: -47px -29px;
}

.news-content .share .icon-qq {
  width: 19px;
  background-position: -95px 0;
}

.news-content .share .icon-qq:hover {
  background-position: -95px -29px;
}

.news-content .share .icon-fb {
  width: 12px;
  background-position: -136px 0;
}

.news-content .share .icon-fb:hover {
  background-position: -136px -29px;
}

.news-content .share .icon-tw {
  width: 26px;
  background-position: -170px 0;
}

.news-content .share .icon-tw:hover {
  background-position: -170px -29px;
}

.news-content .share .icon-in {
  width: 23px;
  background-position: -216px 0;
}

.news-content .share .icon-in:hover {
  background-position: -216px -29px;
}

.news-content .content {
  padding: 30px 0;
  line-height: 1.875;
  color: #333;
}

.news-content .content video {
  margin: 20px 0;
  width: 100%;
}

.sides {
  width: 24.65278%;
}

.sides .titles {
  margin-bottom: 30px;
}

.sides .titles h2 {
  display: inline-block;
  line-height: 1;
  padding-left: 24px;
  position: relative;
  font-weight: normal;
}

.sides .titles h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #3695ff;
  position: absolute;
}

.sides .newslists ul li {
  width: 100%;
}

.sides .newslists ul li .txt {
  padding: 15px 30px 20px;
}

.news-foot {
  margin-top: 50px;
  border-top: 1px solid #c4c8cd;
  padding-top: 40px;
}

.news-foot .lt p {
  margin-bottom: 12px;
  color: #666;
}

.news-foot .lt p a {
  color: #666;
}

.news-foot .lt p a:hover {
  color: #068bff;
  text-decoration: underline;
}

.news-foot .rt {
  flex-shrink: 0;
}

.news-foot .btn-back {
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 22px;
  text-align: center;
  color: #666;
}

.news-foot .btn-back:hover {
  background-color: #3695ff;
  color: #fff;
  border-color: #3695ff;
}

@media only screen and (max-width: 1440px) {
  .sides .newslists ul li .txt {
    padding: 10px 20px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .news-foot .btn-back {
    width: 120px;
    line-height: 32px;
    height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .news-detail > div {
    flex-wrap: wrap;
  }
  .news-content {
    width: 100%;
  }
  .news-content .s-title .other {
    flex-wrap: wrap;
  }
  .news-content .s-title .other span:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .sides {
    width: 100%;
  }
  .sides .newslists ul {
    flex-wrap: wrap;
    display: flex;
  }
  .sides .newslists ul li {
    width: 50%;
  }
  .news-content .share {
    margin-left: 10px;
  }
  .news-content .share a {
    margin-right: 10px;
  }
  .news-foot {
    margin-top: 30px;
    padding-top: 20px;
  }
  .news-foot .rt {
    text-align: center;
    width: 100%;
  }
  .sides .newslists ul li .txt {
    padding: 10px;
  }
  .sides .titles {
    margin-bottom: 15px;
  }
}

/* 联系我们 */
.contactus {
  padding-top: 0;
}

.contact-hd {
  background: url(../images/bg_contact.jpg) center 0/cover no-repeat;
  padding: 125px 0;
  overflow: hidden;
}

.contact-hd .item {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 3px 20px 0px rgba(170, 170, 170, 0.35);
  height: 430px;
  width: 48.61111%;
  padding: 50px 4% 0;
}

.contact-hd .item .in-title {
  text-align: left;
}

.contact-hd .item .in-title h2::after {
  margin-left: 0;
}

.contact-hd .lxdh {
  padding-right: 5%;
}

.contact-hd .lxdh li {
  margin-bottom: 29px;
}

.contact-hd .lxdh li:last-child {
  margin-bottom: 0;
}

.contact-hd .lxdh li span {
  display: inline-block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3695ff;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 18px;
}

.contact-hd .lxdh li p {
  line-height: 30px;
}

.contact-hd .lxdh li a {
  color: #366ab8;
  text-decoration: underline;
}

.contact-hd .lxdh li a:hover {
  text-decoration: none;
  font-weight: bold;
}

.contact-hd .swiper-qrcode {
  overflow: hidden;
}

.contact-hd .swiper-qrcode .img {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 3px 20px 0px rgba(170, 170, 170, 0.3);
  padding: 10px;
  margin-bottom: 20px;
}

.contact-hd .swiper-qrcode .img img {
  width: 100%;
}

.contact-hd .swiper-qrcode p {
  text-align: center;
  width: 140px;
}

.contact-bd {
  padding: 85px 0 0;
  overflow: hidden;
}

.contact-bd ul {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-bd ul li {
  padding: 15px;
  width: 33.33%;
}

.contact-bd ul li .inbox {
  border: 1px solid #e8e9ed;
  border-radius: 4px;
  border-top-width: 4px;
  height: 240px;
  background: url(../images/adr_bg.png) 0 0/cover no-repeat;
  transition: all .5s;
  align-items: center;
  padding-right: 12%;
}
.contact-bd .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.contact-bd .inputs .input{
	width: 48.89%;
	margin-bottom: 30px;
}
.contact-bd .inputs label{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.contact-bd .inputs textarea,
.contact-bd .inputs input{
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #DEDEDE;
	margin-top: 20px;
	background-color: transparent;
	outline: none;
	padding: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	resize: none;
}
.contact-bd .submit{
	width: 180px;
	line-height: 60px;
	background: #3695ff;
	/*box-shadow: 5px 9px 30px 0px rgba(0,74,209,0.3);*/
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #F4F4F4;
	text-align: center;
	cursor: pointer;
}
.contact-bd ul li .inbox .hover {
  display: none;
}

.contact-bd ul li .icon {
  width: 21.73913%;
  flex-shrink: 0;
  margin: 0 3%;
}

.contact-bd ul li .icon img {
  width: 100%;
}

.contact-bd ul li .tt h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-bd ul li .tt p {
  color: #666;
  margin-bottom: 3px;
}

.contact-bd ul li .inbox:hover {
  border-top-color: #3695ff;
}

.contact-bd ul li .inbox:hover .icon .normal {
  display: none;
}

.contact-bd ul li .inbox:hover .icon .hover {
  display: block;
}

.contact-bd ul li .inbox:hover p b {
  color: #376ab8;
}

@media only screen and (max-width: 1440px) {
  .contact-hd .item {
    padding: 40px 5%;
    height: 400px;
  }
  .contact-bd ul li .inbox {
    height: 200px;
  }
}

@media only screen and (max-width: 1024px) {
    .contact-bd .inputs{
        margin-top: 40px;
    }
    .contact-bd .inputs textarea, .contact-bd .inputs input{
		height: 45px;
		margin-top: 10px;
	} 
	.contact-bd .inputs textarea{
	    height: 120px;
	}
  .contact-hd .item {
    padding: 30px 4%;
    height: 320px;
  }
  .contact-hd .lxdh li {
    margin-bottom: 15px;
  }
  .contact-hd .swiper-qrcode .img {
    width: 100px;
    height: 100px;
  }
  .contact-hd .swiper-qrcode p {
    width: 100px;
  }
}

@media only screen and (max-width: 768px) {
    .contact-bd .inputs{
        margin-top: 35px;
    }
  .contact-hd {
    padding: 70px 0;
  }
  .contact-hd > div {
    flex-wrap: wrap;
  }
  .contact-hd .item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .contact-hd .lxdh li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 14px;
  }
  .contact-hd .lxdh li p {
    line-height: 24px;
  }
  .contact-bd {
    padding-top: 45px;
  }
  .contact-bd ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .contact-bd ul li {
    padding: 0 10px 20px;
    width: 50%;
  }
  .contact-bd ul li .icon {
    width: 30%;
  }
  .contact-hd .swiper-qrcode .img {
    width: 90px;
    height: 90px;
    padding: 5px;
  }
  .contact-hd .swiper-qrcode p {
    width: 90px;
  }
}

@media only screen and (max-width: 520px) {
     .contact-bd .inputs{
        margin-top: 30px;
    }
  .contact-bd ul li {
    width: 100%;
  }
  .contact-bd .inputs .input{
		width: 100%;
	}
	.contact-bd .inputs .input:not(:last-child){
		margin-bottom: 20px;
	}
}

/* 行业案例 */
.case-nav {
    margin-top:20px ;
  text-align: center;
  transition: all .5s;
}

.case-nav.scroll {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 9;
  padding: 20px 0;
}

.case-nav ul {
  justify-content: center;
}

.case-nav ul li {
  margin: 0 46px;
}

.case-nav ul li a {
  line-height: 40px;
  position: relative;
  color: #666;
  display: inline-block;
}

.case-nav ul li a::before {
  content: '';
  display: block;
  width: 0;
  background-color: #3695ff;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
  opacity: 0;
}

.case-nav ul li a:hover {
  color: #3695ff;
}

.case-nav ul li.active a {
  color: #2a2d31;
  font-weight: bold;
}

.case-nav ul li.active a::before {
  opacity: 1;
  width: 100%;
}

.cases-cont.scroll {
  padding-top: 40px;
}

.cases-cont .item {
  border-bottom: 1px solid #ececec;
  padding: 80px 0 85px;
}

.cases-cont .item .img {
  width: 53.05556%;
  height: 430px;
  overflow: hidden;
}

.cases-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.cases-cont .item .txt {
  width: 42.63889%;
}

.cases-cont .item .txt h2 {
  font-weight: bold;
  padding: 20px 0;
}

.cases-cont .item .txt p {
  color: #666;
  line-height: 30px;
}

.cases-cont .item .txt .btn-more {
  margin-top: 50px;
}

.cases-cont .item:nth-child(2n) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1440px) {
  .case-nav ul li {
    margin: 0 26px;
  }
  .cases-cont .item {
    padding: 65px 0 60px;
  }
  .cases-cont .item .img {
    height: 328px;
  }
}

@media only screen and (max-width: 1024px) {
  .cases-cont .item .img {
    height: 294px;
  }
  .cases-cont .item {
    padding: 45px 0 40px;
  }
  .cases-cont .item .txt .btn-more {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .case-nav.scroll {
    padding: 10px 0;
  }
  .case-nav ul {
    white-space: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .case-nav ul li {
    margin: 0 10px;
  }
  .cases-cont .item {
    flex-wrap: wrap;
  }
  .cases-cont .item .img {
    width: 100%;
    height: 50vw;
  }
  .cases-cont .item .txt {
    width: 100%;
  }
}

/* 行业案例-详情 */
.case-detail .news-content {
  width: 100%;
}

.case-detail .news-content .s-title {
  text-align: center;
  border-bottom: none;
}

.case-detail .news-content .s-title .other {
  justify-content: center;
}

.case-detail .s-cont {
  border: 1px solid #eaeaea;
  overflow: hidden;
  padding-top: 50px;
}

.case-detail .pros {
  text-align: center;
  padding-bottom: 115px;
}

.case-detail .pros li {
  margin: 0 55px;
}

.case-detail .pros .img {
  height: 101px;
}

.case-detail .pros .img img {
  max-height: 100%;
}

.case-detail .pros p {
  margin-top: 18px;
}

.case-detail .txt-item {
  padding-left: 4%;
}

.case-detail .txt-item .tt {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail .txt-item .tt h4 {
  font-weight: normal;
  width: 128px;
}

.case-detail .txt-item .tt hr {
  flex: 1;
  position: relative;
  display: block;
  height: 3px;
}

.case-detail .txt-item .tt hr::before {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3695ff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.case-detail .txt-item .tt hr::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.case-detail .txt-item .ct {
  padding: 35px 0 35px 128px;
}

.case-detail .swiper-remd {
  padding: 80px 0;
}

.case-detail .swiper-remd .swiper-slide {
  border-right: 1px solid #ededed;
  text-align: center;
}

.case-detail .swiper-remd .swiper-slide:last-child {
  border-right: none;
}

.case-detail .swiper-remd .swiper-slide .img {
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-detail .swiper-remd .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
}

.case-detail .swiper-remd .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.case-detail .swiper-remd .swiper-slide:hover h3 {
  color: #3695ff;
}

.case-detail .imgbox {
  overflow: hidden;
  height: 600px;
}

.case-detail .imgbox .swiper-big {
  overflow: hidden;
  width: 74.02778%;
  height: 100%;
}

.case-detail .imgbox .swiper-big .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.case-detail .imgbox .swiper-big .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.case-detail .imgbox .swiper-big .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  width: 100%;
}

.case-detail .imgbox .swiper-big .swiper-slide .txt h3 {
  font-weight: normal;
}

.case-detail .imgbox .galleryImg {
  overflow: hidden;
  width: 25.97222%;
  height: 100%;
  padding: 0 20px 0 24px;
  position: relative;
}

.case-detail .imgbox .galleryImg .swiper-slide {
  cursor: pointer;
  position: relative;
}

.case-detail .imgbox .galleryImg .swiper-slide .img {
  display: block;
  transition: all .3s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case-detail .imgbox .galleryImg .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.case-detail .imgbox .galleryImg .active-nav .img {
  border: 4px solid #3695ff;
}

.case-detail .imgbox .galleryImg .active-nav::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #3695ff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.case-detail .imgbox .galleryImg .swiper-scrollbar {
  background-color: transparent;
  right: 0;
}

.case-detail .imgbox .galleryImg .swiper-scrollbar-drag {
  background-color: #bfbec3;
}

@media only screen and (max-width: 1440px) {
  .case-detail .swiper-remd .swiper-slide .img {
    height: 264px;
  }
  .case-detail .imgbox {
    height: 456px;
  }
  .case-detail .pros .img {
    height: 90px;
  }
}

@media only screen and (max-width: 1024px) {
    .contact-bd .submit{
		width: 120px;
		line-height: 45px;
	}
  .case-detail .pros .img {
    height: 70px;
  }
  .case-detail .txt-item .tt h4 {
    width: 90px;
  }
  .case-detail .txt-item .ct {
    padding-left: 90px;
    padding-right: 20px;
  }
  .case-detail .swiper-remd .swiper-slide .img {
    height: 235px;
  }
  .case-detail .imgbox {
    height: 410px;
  }
  .case-detail .pros {
    padding-bottom: 60px;
  }
  .case-detail .pros li {
    margin: 0 20px;
  }
  .case-detail .imgbox .swiper-big .swiper-slide .txt {
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .case-detail .imgbox {
    height: auto;
  }
  .case-detail .imgbox .swiper-big {
    width: 100%;
    margin-bottom: 10px;
    height: 35vw;
  }
  .case-detail .imgbox .galleryImg {
    width: 100%;
    padding: 10px 0 10px;
  }
  .case-detail .imgbox .galleryImg .active-nav::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom: 6px solid #3695ff;
  }
  .case-detail .imgbox .galleryImg .swiper-slide .img {
    height: 84px;
  }
  .case-detail .swiper-remd {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 520px) {
  .case-detail .imgbox .swiper-big {
    height: 50vw;
  }
  .case-detail .imgbox .galleryImg .swiper-slide .img {
    height: 64px;
  }
  .case-detail .swiper-remd .swiper-slide .img {
    height: 40vw;
  }
  .case-detail .swiper-remd .swiper-slide h3 {
    margin-top: 10px;
  }
}

/* 招聘信息 */
.recruiment-index .in-cont {
  padding: 0 20px;
}

.recruiment-index ul li {
  border: 1px solid #dcdcdc;
  border-top: 4px solid #dcdcdc;
  margin-bottom: 20px;
  transition: all .5s;
  padding: 0 4%;
}

.recruiment-index ul li:hover {
  border-top-color: #0c3281;
}

.recruiment-index ul li.active {
  border-top-color: #0c3281;
}

.recruiment-index ul li .s-hd {
  padding: 40px 0;
  align-items: center;
}

.recruiment-index ul li .s-hd h2 {
  font-weight: bold;
  margin-bottom: 12px;
}

.recruiment-index ul li .s-hd p {
  color: #dcdcdc;
}

.recruiment-index ul li .s-hd p span {
  color: #7d7d7d;
  margin: 0 20px;
}

.recruiment-index ul li .s-hd p span:first-child {
  margin-left: 0;
}

.recruiment-index ul li .s-hd p span:last-child {
  margin-right: 0;
}

.recruiment-index ul li .s-hd .btns a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  text-align: center;
}

.recruiment-index ul li .s-hd .btns .ck {
  border: 1px solid #dcdcdc;
}

.recruiment-index ul li .s-hd .btns .ck em {
  margin-left: 10px;
}

.recruiment-index ul li .s-hd .btns .zw {
  background-color: #1a46a0;
  color: #fff;
  display: none;
}

.recruiment-index ul li .s-hd .btns .zw:hover {
  opacity: .9;
}

.recruiment-index ul li .s-hd .btns.active .ck {
  display: none;
}

.recruiment-index ul li .s-hd .btns.active .zw {
  display: block;
}

.recruiment-index .s-bd {
  display: none;
  border-top: 1px solid #dcdcdc;
  padding: 35px 0;
}

.recruiment-index .s-bd h3 {
  font-weight: normal;
  margin-bottom: 20px;
}

.recruiment-index .s-bd p {
  color: #777;
  line-height: 30px;
}

.recruiment-index .s-bd .btn-shouqi {
  width: 24px;
  height: 21px;
  background: url(../images/icon_sq.png) 0 0 no-repeat;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.recruiment-index .s-bd .btn-shouqi:hover {
  background-image: url(../images/icon_sq_hover.png);
}

.btn-loading {
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-loading a {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.btn-loading a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dashed #a8a8a8;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: zhuanquan linear infinite 5s;
}

@media only screen and (max-width: 1024px) {
  .recruiment-index ul li .s-hd {
    padding: 20px 0;
  }
  .recruiment-index .in-cont {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .recruiment-index ul li .s-hd {
    flex-wrap: wrap;
  }
  .recruiment-index ul li .s-hd .tt {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruiment-index ul li .s-hd .btns {
    margin: 0 auto;
  }
  .recruiment-index .s-bd .btn-shouqi {
    margin-top: 30px;
  }
  .btn-loading a {
    width: 70px;
    height: 70px;
  }
}

.code-fenge {
  height: 100px;
  background-color: #494949;
}

@media only screen and (max-width: 1024px) {
  .code-fenge {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .code-fenge {
    height: 60px;
  }
}

/* 对比框 */
.product-contrast-frame {
  width: 250px;
  height: 335px;
  position: fixed;
  right: 90px;
  top: 320px;
  background: white;
  z-index: 10;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  display: none;
}

.product-contrast-frame .product-list-top {
  width: 100%;
  height: 170px;
  background: #E7E8ED;
}

.product-contrast-frame .product-content {
  margin-top: 80px;
}

.product-contrast-frame .contrast-frame-title {
  height: 35px;
  background: #226BBC;
  box-sizing: border-box;
  padding: 8px 20px;
  color: white;
}

.product-contrast-frame .contrast-frame-btn, .product-contrast-frame .contrast-frame-list {
  width: 100%;
  height: 60px;
  background: white;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-contrast-frame .contrast-frame-btn {
  position: absolute;
  bottom: 0;
}

.product-contrast-frame .contrast-frame-btn button {
  width: 160px;
  height: 40px;
  background: #226BBC;
  border: 0;
  color: white;
  font-size: 16px;
}

.product-contrast-frame .contrast-frame-list span {
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.product-contrast-frame .contrast-frame-pic {
  width: 40px;
  height: 40px;
}

.product-contrast-frame .delete {
  visibility: hidden;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../images/close.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.product-contrast-frame .model {
  width: 90px;
  padding: 0;
}

.product-contrast-frame button[disabled] {
  background: #E7E8ED !important;
}

@media only screen and (max-width: 1024px) {
  .product-contrast-frame {
    right: 20px;
  }
}
.productDetail-bd .tabcont table .imgbox { border-top: none;}
.productDetail-bd .tabcont table {border-top: 1px solid #f1f1f1;width: 100% !important;min-width: 700px;}
.productDetail-duibi table { border-top: 1px solid #f1f1f1;}
.productDetail-bd .relative-pro ul {flex-wrap: wrap;}
.productDetail-bd .relative-pro ul li {width: 33.33%; margin-right: 0; padding-right: 20px; margin-bottom: 10px;}
.productDetail-bd .relative-pro ul li .name {min-width: 86px;}
.productDetail .swiper-small-img::-webkit-scrollbar-track { background-color: transparent; }
.productDetail .swiper-small-img::-webkit-scrollbar { width: 3px; height: 3px; border-radius: 3px; background-color: transparent; }
.productDetail .swiper-small-img::-webkit-scrollbar-thumb { background-color: #666; border-radius: 3px; }

@media only screen and (max-width: 768px) {
  .productDetail-bd .relative-pro ul li .name { min-width: 80px;}
  .productDetail-bd .relative-pro ul li {width: 50%;}
}
@media only screen and (max-width: 520px) {
  .productDetail-bd .relative-pro ul li a {justify-content: flex-start;}
}
.productBox .box1 .box-t{
    width: 800px;
    margin: 120px auto 88px;
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
}
.productBox .box1 .box-t .productTitle{
    width: 400px;
    margin: 28px auto;
    height: 2px;
    /*background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));*/
    background: linear-gradient(90deg, #0d99ff, #6abc23);
}
.productBox .box1 .box-t .productTitle span{
    font-size: 32px;
    font-family: Alibaba-PuHuiTi-Medium;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
    font-weight: 500;
    color: #303133;
}
.productBox .box1 .box-t .des{
    font-size: 16px;
}
.productBox .box1 .box-t .text{
    color: #8f8f8f;
    font-size: 16px;
    margin: 32px 0 0 0;
    line-height: 24px;
}
.productBox .box1 .box-c{
    margin: 0 auto 120px auto;
}
.productBox .box1 .box-c .list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 1280px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto;
}
.productBox .box1 .box-c .list li{
    position: relative;
   
}
.productBox .box1 .box-c .list li:hover{
    z-index: 99;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .08), 0 50px 20px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .08), 0 50px 20px 0 rgba(0, 0, 0, .04);
}
.productBox .box1 .box-c .list li a{
    display: block;
     padding: 56px 24px 28px;
}
.productBox .box1 .box-c .list li .text-title{
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
}
.productBox .box1 .box-c .list li .text-des{
    font-size: 14px;
    color: #8f8f8f;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productBox .box1 .box-c .list li .pic{
    margin-top: 30px;
}
.productBox .box1 .box-c .list li .pic img{
    display: block;
    height: 160px;
    width: 100%;
    object-fit: cover;
}
.productBox .box1 .box-c .list li .line{
    width: 100%;
    height: 28px;
    background: #fff;
    position: absolute;
    bottom: -28px;
    left: 0;
    border-bottom: 3px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.productBox .box1 .box-c .list li:hover .line{
    border-image: linear-gradient(90deg, #0d99ff, #6abc23) 1 1;
}
.productBox .box1 .box-b{
    width: 1280px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto 120px;
}
.productBox .box1 .box-b img{
    display: block;
    width: 100%;
}
@media (max-width: 1199px){
    .productBox .box1 .box-t .productTitle span{
        font-size: 28px;
    }
    .productBox .box1 .box-c .list{
        grid-template-columns: repeat(3,1fr);
    }
    .productBox .box1 .box-t{
        margin: 70px auto 45px;
    }
    .productBox .box1 .box-b,
    .productBox .box1 .box-c{
        margin-bottom: 70px;
    }
}
@media (max-width: 1024px){
    .productBox .box1 .box-t .productTitle span{
        font-size: 26px;
    }
    .productBox .box1 .box-t{
        margin: 60px auto 40px;
    }
    .productBox .box1 .box-b,
    .productBox .box1 .box-c{
        margin-bottom: 60px;
    }
    .productBox .box1 .box-c .list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 768px){
    .productBox .box1 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    }
    .productBox .box1 .box-t .productTitle span{
        font-size: 24px;
    }
    .productBox .box1 .box-t{
        margin: 50px auto 30px;
    }
    .productBox .box1 .box-b,
    .productBox .box1 .box-c{
        margin-bottom: 50px;
    }
    .productBox .box1 .box-t .text{
        margin-top: 14px;
    }
}
@media (max-width:500px){
    .productBox .box1 .box-c .list li a{
        padding: 28px 20px;
    }
    .productBox .box1 .box-t .productTitle span{
        font-size: 22px;
    }
    .productBox .box1 .box-t{
        margin: 40px auto 25px;
    }
    .productBox .box1 .box-b,
    .productBox .box1 .box-c{
        margin-bottom: 40px;
    }
    .productBox .box1 .box-c .list li .line{
        display: none;
    }
}