﻿/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */

html {

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;


  -webkit-overflow-scrolling: touch;

  /* font-size: 16px; */

  overflow-x: hidden;

}

/* 字体图标 */
@font-face {
  font-family: "iconfont";
  /* Project id 3573875 */
  src: url('../font/font_3573875_qsh8al4wuqo.woff2') format('woff2'),
    url('../font/font_3573875_qsh8al4wuqo.woff') format('woff'),
    url('../font/font_3573875_qsh8al4wuqo.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shuomingshuxiazai:before {
  content: "\e615";
}

.icon-shangchuan:before {
  content: "\e614";
}

.icon-weixin:before {
  content: "\e611";
}

.icon-liuyan:before {
  content: "\e612";
}

.icon-QQ:before {
  content: "\e613";
}

/* 禁止缩放表单 */

input[type="submit"],

input[type="reset"],

input[type="button"],

input {

  resize: none;

  border: none;

}

.dh_gy .er-uls li:nth-child(2) {
  display: none;
}

button {

  /* border: none; */

}

.map img {

  max-width: inherit;

}

.nav-ul .lan a:nth-child(3) {
  display: none;
}

.nav-ul .lan a:nth-child(4) {
  display: none;
}

/* 取消链接高亮  */

a {

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* 设置HTML5元素为块 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}

/* 图片自适应 */

img {

  max-width: 100%;

  height: auto;

  width: auto\9;

  /* ie8 */

  -ms-interpolation-mode: bicubic;

  /*为了照顾ie图片缩放失真*/

}

.wlb {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}






/* 初始化 */

body,

div,

ul,

li,

ol,

h1,

h2,

h3,

h4,

h5,

h6,

input,

textarea,

select,

p,

dl,

dt,

dd,

a,

img,

button,

form,

table,

th,

tr,

td,

tbody,

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  margin: 0;

  padding: 0;

}

/* body {

  font-family: 'Poppins', sans-serif, helvetica, arial, verdana, tahoma, sans-serif !important;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

  color: #555;

  font-weight: lighter;

  overflow-x: hidden;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;


  -webkit-transition: 400ms ease-in-out;

  -o-transition: 400ms ease-in-out;

  padding-top: 6.25rem;

} */

/* body.active {

  padding-top: 108px;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;


  -webkit-transition: 400ms ease-in-out;

  -o-transition: 400ms ease-in-out;


} */

button:focus {

  outline: none;

}

em,

i {

  font-style: normal;

}

ul,

li {

  list-style-type: none;

}

.w100 {

  width: 100%;

}

.pr {

  position: relative;

}

.pa {

  position: absolute;

}

a:hover,

a:link,

a:visited {

  text-decoration: none;

}

.clearfix {

  zoom: 1;

}

input:focus,

textarea:focus {

  outline: none;

}

.overh {

  overflow: hidden;

}

.fl {

  float: left;

}

.fr {

  float: right;

}

.ta {

  text-align: center;

}

.tr {

  text-align: right;

}

.tl {

  text-align: left;

}

.displaynone {

  display: none;

}

.swiper-button-prev:focus,

.swiper-button-next:focus {

  outline: none;

}

.wen_hied {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.f14px {

  font-size: .875rem;

}

.f16px {

  font-size: 1rem;

}

.book {

  border: 1px solid #000;

}

.db {

  display: block;

}

.dnb {

  display: inline-block;

}

.flight {

  font-weight: lighter;

}

.fbold {

  font-weight: bold;

}

.imghover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}



.sca1 {

  transform: scale(1);

  -ms-transform: scale(1);

  /* IE 9 */

  -moz-transform: scale(1);

  /* Firefox */

  -webkit-transform: scale(1);

  /* Safari 和 Chrome */

  -o-transform: scale(1);

}

.sca0 {

  transform: scale(0);

  -ms-transform: scale(0);

  /* IE 9 */

  -moz-transform: scale(0);

  /* Firefox */

  -webkit-transform: scale(0);

  /* Safari 和 Chrome */

  -o-transform: scale(0);

}

.tran {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.hovercolor {

  color: #8cca1d;

}

.zhong {

  display: -webkit-box;

  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */

  display: -moz-box;

  /* Firefox 17- */

  display: -webkit-flex;

  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */

  display: -moz-flex;

  /* Firefox 18+ */

  display: -ms-flexbox;

  /* IE 10 */

  display: flex;

  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

  justify-content: center;

  align-items: center;

}

.z {

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);

}

.l0 {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.cen {

  left: 50%;

  transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  /* IE 9 */

  -moz-transform: translateX(-50%);

  /* Firefox */

  -webkit-transform: translateX(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateX(-50%);

}

.f48 {

  font-size: 48px;

}

.wen_hied {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.p15 {

  padding: .9375rem;

}

.w50 {

  width: 50%;

}

.blod {

  font-weight: bold;

}

.wen_hied2 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.w55 {

  width: 55%;

}



.pagination>li>a,
.pagination>li>span {
  color: #004885;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  /* background-color: #004885; */
  border-color: #004885;
  color: #fff;
}



#allmap {
  width: 100%;
  height: 24.375rem;
}



#douMsg {
  padding: .625rem 0 3.125rem 0;
}

#douMsg dl {
  padding: 6.25rem 0 6.25rem 0;
  text-align: center;
  border: 0;
}

#douMsg dt {
  color: #0072C6;
  font-size: 1rem;
  margin-bottom: 1.875rem;
  font-weight: bold;
}

#douMsg dd {
  color: #666;
}

#douMsg dd a {
  margin-left: .3125rem;
  color: #000;
}









@media (min-width: 996px) {

  .container {

    width: 100%;

    padding-left: 5%;

    padding-right: 5%;

    max-width: calc(100.625rem);

  }

  .container>.row {

    margin: 0;
    display: block;

  }

  .wh>.row {

    margin: 0;
    display: block;

  }

}

.ban-zi {

  width: 100%;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.46);

  line-height: 75px;

  color: #FFFFFF;

}

.ban-zi a {

  font-size: 1rem;

  color: #FFFFFF;

}

.liuy .img2 {
  display: none;
}

.fix_ul .liuy:hover>.liuy .img2 {
  display: block;
}

.fix_ul .liuy:hover>.liuy .img1 {
  display: none;
}

.ban-zi a:hover {

  color: #004885;

}

.daohang-bot {

  line-height: 4.25rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang-bot .left {

  width: 16rem;

  height: 2.3125rem;

}

.daohang {

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1000;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  background: #ffffff;

}

.daohang .daohang-top {

  background: #6F6F6F;

  line-height: 2.1875rem;

  font-size: .6rem;

  color: #FFFFFF;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang .daohang-top i {

  display: inline-block;

  margin: 0 .125rem;

  font-size: 1.125rem;

}

.daohang .daohang-top .icon-shangsheng {

  color: #004885;

}

.daohang .daohang-top .yun {

  padding: 0 .3125rem;

}

.daohang.active .daohang-bot {

  line-height: 4.0625rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.nav-ul>li {

  float: left;

}

.nav-ul>li.active a {
  color: #004885;
}



.nav-ul .lan a {
  padding: 0 .3125rem;
}
.nav-ul .lan a img{
  width: 30px;
}


.nav-ul .ds {
  margin-left: .625rem;
}

.nav-ul>li>a {

  font-size: 1rem;

  color: #000000;
  font-weight: 600;

  padding: 0 1.5625rem;

}

.nav-ul>li:hover {

  color: #004885;

}

.lunbo .lunbo-zi {

  width: 100%;

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.lunbo .lunbo-zi .left {



  padding: 2.5rem;

  display: inline-block;

  background: rgba(255, 255, 255, 0.93);

}

.lunbo .lunbo-zi .left .p1 {

  font-size: 2.0625rem;

  color: #000000;

  line-height: 1;

  letter-spacing: 0;

}

.lunbo .lunbo-zi .left .div1 {

  font-size: .875rem;

  line-height: 1.5625rem;

  color: #6F6F6F;

  margin-top: .625rem;

}

.lunbo .lunbo-zi .left .more {

  margin-top: 1.25rem;

}

.lunbo .lunbo-zi .left .more a {

  color: #FFFFFF;

}

.er-divs {

  position: absolute;

  background: #ffffff;

  width: 100%;

  padding: 1.875rem .625rem 3.125rem;

  display: none;

  left: 50%;

  transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  /* IE 9 */

  -moz-transform: translateX(-50%);

  /* Firefox */

  -webkit-transform: translateX(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateX(-50%);

  border: 1px solid #eee;

}

.er-divs-1 {

  position: absolute;

  left: 90%;
}

.er-divs-2 {

  position: absolute;

  left: 80%;
}

/* .er-divs-1 .er-uls2 li{

  position: relative;

  left: 10%;

} */


.er-divs .zis-div {

  width: 12.5%;

  padding-left: .625rem;

  border-right: 1px solid #E8E9EA;

  height: 25rem;

}

.er-divs .zis-div:last-child {

  border-right: none;

}

.er-divs .zis-div .div1 {

  font-size: .9375rem;

  line-height: 3rem;

  color: #000000;

}

.er-divs .zis-div .div1 img {
  width: auto;
  height: 4rem;
  object-fit: contain;
}

.er-divs .zis-div .div1 a {

  color: #000000;

  display: inline-block;

  width: 10rem;
  font-size: 1.125rem;

}

.er-divs .zis-div .div1 a:hover {

  color: #004885;

}

.er-divs .zis-div .div2 {

  font-size: .875rem;

  line-height: 3rem;

  color: #838384;

}

.er-divs .zis-div .div2 a {

  color: #838384;

}

.er-divs .zis-div .div2 a:hover {

  color: #004885;

}

.er-divs .er-uls {

  line-height: 1.875rem;

}

.er-divs .er-uls li {

  font-size: .875rem;

  line-height: 2.25rem;

}

.er-divs .er-uls li>a {

  color: #818181;

}

.er-divs .er-uls li>a:hover {

  color: #004885;

}


.er-divs .er-uls1 li {

  font-size: 1rem;

  position: relative;

  left: 20%;

  font-size: .875rem;

  line-height: 1.875rem;

}

.er-divs .er-uls2 li {

  position: relative;

  left: 10%;

}

.er-divs .er-uls3 li {
  position: relative;
  left: 10%;
}


.nav-ul>li:nth-child(4),
.nav-ul>li:nth-child(5) {

  position: relative;

}

.nav-ul>li:nth-child(4) .er-divs,
.nav-ul>li:nth-child(5) .er-divs {

  width: 16.25rem;

}

.nav-ul>li:hover>a {

  color: #004885;

}

.more a {

  background: #004885;

  width: 7.875rem;

  height: 2.4375rem;

  border: none;

  line-height: 2.4375rem;

  text-align: center;

  display: inline-block;

  font-size: .875rem;

  color: #FFFFFF;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.more a:hover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  box-shadow: inset 0 0 0 1.25rem #5d4490;

  background: transparent;

}

.color-lunbo .swiper-pagination-bullet {

  border-style: Solid;

  border-color: #FFFFFF;

  border-color: #ffffff;

  border-width: 1px;

  width: .625rem;

  height: .625rem;

}

.color-lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #004885;

}

.selling-div .bot-div {

  padding: .9375rem 1.875rem;

  height: 7.5rem;

}

.selling-div .p1 {

  line-height: 30px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  /*-webkit-line-clamp: 1;*/

  /*height: 30px;*/

  overflow: hidden;

}

.selling-div .p1 a {

  font-size: 1.125rem;

  color: #000000;

}

.selling-div .p1 a i {

  color: #bababa;

}

.selling-div .p2 {

  font-size: .875rem;

  color: #6F6F6F;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.selling-div .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;


  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}


.selling-div:hover .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.selling-div:hover .p1 a {

  color: #004885;

}

.selling-div:hover .p1 a i {

  color: #004885;

}

.content {

  background: #F6F6F6;

  padding-bottom: 3.75rem;

}

.head-title {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #000000;

  padding: 0 40px;

}

.index_products {

  background: #FFFFFF;

  margin-top: .9375rem;

  padding: .9375rem 0 4.375rem;

}

.index_products .index_products-lunbo {

  margin-top: .9375rem;

}

.index_products .index_products-lunbo .overh {

  border: 2px solid rgb(238, 238, 238);

}

.page_div {

  width: 100%;

  text-align: center;

  height: 3.125rem;

}

.page_div .swiper-button-prev,

.page_div .swiper-button-next {

  display: inline-block;

  margin-top: 0;

  top: auto;

  left: auto;

  right: auto;

  position: relative;

  background: transparent;

  width: 1.5625rem;

  height: 1.5625rem;

  line-height: 1.5625rem;

  background-color: #e8e8e8;

  text-align: center;

  border-radius: 100%;

}

.page_div .swiper-button-prev i,

.page_div .swiper-button-next i {

  color: #6f6f6f;

}

.page_div .swiper-pagination {

  display: inline-block;

  position: relative;

}

.page_div .swiper-pagination .swiper-pagination-bullet {

  width: .625rem;

  height: .625rem;

  margin: 0 .125rem;

  border: 1px solid #6f6f6f;

}

.page_div .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #004885;

}

.index_products-lunbo .swiper-container {

  padding-bottom: 1.875rem;

}

.index_partner {

  margin-top: 1.25rem;

  background: url(../image/6.jpg) no-repeat;

  background-size: cover;

  height: 33.125rem;

}

.index_partner .partner-div {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  padding: 0 70px;

}

.index_partner .partner-div .head-title {

  padding: 0;

}

.herd-yao {

  font-size: 1rem;

  color: #000000;

  line-height: 1.875rem;

  margin: .3125rem 0;

}

.er-divs .er-uls li {
  line-height: 1.25rem;
  padding-bottom: .625rem;
}

footer .ban-bot {

  background: #f6f6f6;

  height: 2.8125rem;

  line-height: 2.8125rem;

}

footer .ban-bot .left {

  font-size: .875rem;

  color: #666464;

}

footer .ban-bot .left a,
footer .ban-bot .right a {

  font-size: .875rem;

  color: #666464;

}

footer .ban-bot .left a:hover,
footer .ban-bot .right a:hover {

  color: #004885;

}

footer .foot-ul {

  padding: 4.375rem 0 5.625rem;

}

footer .foot-ul li {

  margin-right: 5.625rem;

  float: left;

}

footer .foot-ul li .foot-p {

  font-size: 1rem;

  color: #2D2D2D;

}

footer .foot-ul li .div-a {

  margin-top: .625rem;

  font-size: .875rem;

  line-height: 2rem;

  color: #666464;

}

footer .foot-ul li .div-a a {

  display: block;

  font-size: .875rem;

  line-height: 1.75rem;

  color: #666464;

}

footer .foot-ul li .div-a a:hover {

  color: #004885;

}

footer .foot-ul li:last-child {

  margin-right: 0;

}

footer .bshare-custom a {

  display: inline-block;

  padding-left: 0;

  background: transparent !important;

  width: 1.875rem;

  height: 1.875rem;

  line-height: 1.875rem;

  text-align: center;

  background-color: #f2f2f2 !important;

  border-radius: .3125rem;

  float: left;

  color: #191919 !important;

  font-size: 1.25rem !important;

  opacity: 1;

  margin-right: .3125rem;

}

.daohang-top-div {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 0;

}

.daohang-top-div a {

  color: #ffffff;

  display: inline-block;

  margin: 0 .625rem;

  font-size: .875rem;

}

.daohang-top-div a:nth-child(2) {

  text-decoration: underline;

}

.daohang-top-div a:hover {

  text-decoration: underline;

}

.nav-ul li .dropdown {

  padding: 0 1.875rem;

  /* display: none; */

}

.nav-ul li .dropdown button {

  background: transparent;

  border: none;

}



.nav-ul li:last-child i {

  font-size: 1.25rem;

}

.rightfix {

  position: fixed;
  top: unset;
  bottom: 10%;
  transform: unset;

  right: 0px;

  border-right: none;

  z-index: 99;

  box-shadow: 0px .25rem 2rem 0px rgba(135, 134, 134, 0.15);

}

.fix_ul li {

  text-align: center;

  float: none;

  position: relative;

  width: 4.375rem;

  cursor: pointer;

  line-height: 4.375rem;

  height: 4.375rem;

  background: #fff;

  border-bottom: .0625rem solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;

}

.fix_ul li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fix_ul li i {

  font-size: 1.875rem;

  color: #333333;

}

.fix_ul li p {

  color: #5e6062;

  font-size: .8125rem;

}

.fix_ul li a {

  color: #5e6062;

}

.fix_ul li:last-child {

  border-bottom: none;

}

.fix_ul li:hover>a>p {

  color: #FFF;

}

.fix_ul li:hover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.fix_ul li:hover>p {

  color: #FFF;

}

.right_div {

  transform: scale(0);

  -ms-transform: scale(0);

  /* IE 9 */

  -moz-transform: scale(0);

  /* Firefox */

  -webkit-transform: scale(0);

  /* Safari 和 Chrome */

  min-width: 12.5rem;

  -o-transform: scale(0);

  position: absolute;

  color: #fff;

  right: 4.375rem;

  top: 0px;

  opacity: 0;

  box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.4);

  background: #004885;

  padding: .9375rem 1.25rem;

  line-height: 1.875rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.fix_ul li:hover a {

  color: #fff;

}

.fix_ul li:hover .right_div {

  transform: scale(1);

  -ms-transform: scale(1);

  /* IE 9 */

  -moz-transform: scale(1);

  /* Firefox */

  -webkit-transform: scale(1);

  /* Safari 和 Chrome */

  -o-transform: scale(1);

  opacity: 1;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.fix_ul li:hover i {

  color: #fff;

}

.fix_ul li:hover {

  background: #004885;

}

.mobile-foot {

  display: none;

  background: #004885;

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 9999;

  overflow: hidden;

}

.mobile-foot .containers {

  padding: 0;

}

.mobile-foot a i {

  font-size: 1.125rem;

}

.mobile-foot a {

  color: #fff;

  line-height: 1.25rem;

  border-right: 1px solid rgba(255, 255, 255, 0.24);

  border-radius: 0.25rem;

  text-align: center;

  width: 25%;

  font-size: 0.9375rem;

  float: left;

  padding: .5rem 0;

  transition: 0.3s;

  -o-transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

}

.mobile-foot a:last-child {

  border-right: none;

}

.btn {

  display: inline-block;

  margin-bottom: 0;

  font-size: 0.875rem;

  font-weight: 400;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  cursor: pointer;

  border: 1px solid transparent;

  border-radius: 0.25rem;

}

.pull-right {

  float: right;

}

.pull-left {

  float: left;

}

.searchbox {

  padding: 1rem 0;

  box-shadow: 0 0 0.4375rem 0 #cfcfcf;

  background: #fff;

  position: absolute;

  display: none;

  left: 0;

  width: 100%;

  right: 0;

  top: 100%;

  border-top: 0.125rem solid #004885;

  text-align: center;

  z-index: 999999;

}

.searchs {

  max-width: 37.5rem;

  margin: 0 auto;

}

.searchs .sertext {

  display: block;

  padding: 0;

  outline: 0;

  padding-left: 0.75rem;

  width: 78%;

  float: left;

  border: 1px solid #cdcdcd;

  color: #a2a2a2;

  font-size: 0.75rem;

  height: 3.25rem;

  line-height: 3.25rem;

  transition: 0.4s;

}

.serbtn {

  padding: 0;

  margin: 0;

  border: none;

  outline: 0;

  width: 22%;

  float: right;

  height: 3.25rem;

  text-align: center;

  line-height: 3.25rem;

  background: #004885;

  color: #fff;

  font-size: 0.9375rem;

  cursor: pointer;

  transition: 0.44s;

}

.ds {

  cursor: pointer;

}

.do-we-do {

  font-size: 1.5625rem;

  color: #000000;

  background: #F6F6F6;

  height: 3.125rem;

  line-height: 3.125rem;

}

.system-top {

  padding: 4.375rem 0;

}

.system-top .left {

  width: 50%;

  background: url(../image/12.jpg) no-repeat;

  background-size: cover;

  padding: 6.875rem 3.125rem;

}

.system-top .left .p1 {

  font-size: 2.0625rem;

  color: #000000;

  line-height: 1.2;

}

.system-top .left .div2 {

  font-size: .875rem;

  line-height: 1.875rem;

  color: #6F6F6F;

  margin-top: 1.25rem;

}

.system-top .left .div2 a {
  color: #004885;
}


.system-top .right {

  width: 49%;

}

.system-top-ul li {

  margin-bottom: .9375rem;

  background: #fff;

  /* border: 1px solid #EAEAEA; */

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  cursor: pointer;

}

.system-top-ul li .fl {

  width: 100%;

}

.system-top-ul li .fl .bo-div {

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);

}

.system-top-ul li .fl .overh>a img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.system-top-ul li .fr {

  width: 100%;

  padding: 10px 30px;

}

.system-top-ul li .fr .system-top-zhuo {

  display: none;

}

.system-top-ul li .fr .system-top-title {

  line-height: 30px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  font-size: 1.125rem;



}

.system-top-ul li .fr .system-top-title a {

  font-size: 1.125rem;

  color: #000000;

}

.syshow .system-top-ul li .fr .system-top-title a {

  font-size: 1.125rem;

  color: #FFFFFF;

  text-align: center;

}

.syshow .system-top-ul li .fr .system-top-title a:hover {

  color: #FFFFFF;

}

.system-top-ul li .fr .system-top-zhai {

  font-size: .875rem;

  line-height: 25px;

  color: #6F6F6F;

  display: -webkit-box;



  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

  margin: 10px 0;



}

.syshow .system-top-ul li .fr .system-top-zhai {

  display: none;

}



.syshow .system-top-ul li .fr {

  position: absolute;

  left: 50%;

  top: 63%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);



}

.system-top-ul li {

  position: relative;

}



.system-top-ul li .fr .system-top-zhuo {

  font-size: .875rem;

  line-height: 26px;

  color: #6F6F6F;

}

.syshow .system-top-ul li .fr .fengxs {

  display: none;

}



.system-top-ul li .fr .fengxs {

  margin-top: 10px;



}

.syshow .system-top-ul li .fr .system-top-title {

  text-align: center;



}

.system-top-ul li .fr .fengxs .bshare-custom a {

  display: inline-block;

  padding-left: 0;

  background: transparent !important;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  background-color: #595959 !important;

  border-radius: 5px;

  float: left;

  color: #fff !important;

  font-size: 20px !important;

  opacity: 1;

  margin-right: 5px;

}

.system-top-ul li:last-child {

  margin-bottom: 0;

}

.system-top-ul li:hover {

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.system-top-ul li:hover .fl .overh>a img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}





.system-bot {

  background: #f6f6f6;

  padding: 25px 0 70px;

}

.system-bot .system-bot-title {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #000000;

}

.system-bot-list {

  margin-top: 20px;

}

.system-bot-list .row {

  margin: 0 -7.5px;

}

.system-bot-list .col-sm-4 {

  padding: 0 7.5px;

}

.system-bot-list .selling-div {

  background: #fff;

  margin-bottom: 15px;

}

.system-bot-list .selling-div .bot-div {

  padding: 15px 30px 50px;

}

.newiss-top {

  padding: 60px 0;

}

.newiss-top .left {

  width: 68%;

}

.newiss-top .right {

  width: 32%;

  padding: 80px 50px 40px;

}

.newiss-top .newiss-top-cont {

  background: #F6F6F6;

}

.newiss-top .newiss-top-cont .newiss-top-tile {

  font-size: 1.875rem;

  line-height: 2.5rem;

  color: #000000;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.newiss-top .newiss-top-cont .newiss-top-tile a {

  color: #000000;

}

.newiss-top .newiss-top-cont .newiss-top-zys {

  font-size: .875rem;

  line-height: 25px;

  color: #6F6F6F;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 5;

  overflow: hidden;

  margin: 10px 0;

}

.newiss-top .newiss-top-cont .newiss-top-zzs {

  font-size: .875rem;

  line-height: 26px;

  color: #6F6F6F;

}

.newiss-top .newiss-top-cont .more {

  margin-top: 20px;

}

.newiss-top .newiss-top-cont .fengxs {

  margin-top: 70px;

}

.newiss-top .newiss-top-cont .fengxs .bshare-custom a {

  display: inline-block;

  padding-left: 0;

  background: transparent !important;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  background-color: #595959 !important;

  border-radius: 5px;

  float: left;

  color: #fff !important;

  font-size: 20px !important;

  opacity: 1;

  margin-right: 5px;

}

.newiss-bot {

  background: #f6f6f6;

  padding: 60px 0 80px;

}

.newiss-bot .left {

  width: 71%;

}

.newiss-bot .left .system-top-ul li .fl {

  width: 44%;

}

.newiss-bot .left .system-top-ul li .fr {

  width: 56%;

}

.newiss-bot .right {

  width: 28%;

}

.newiss-bot .right .hot-sale-product {

  background: #FFFFFF;

  padding: 25px;

}

.newiss-bot .right .hot-sale-product .hot-sale-product-title {

  text-align: center;

  font-size: 24px;

  color: #000000;

  padding-bottom: 10px;

  border-bottom: 1px solid #E0E0E0;

}

.hot-sale-product-list li {

  margin-top: 30px;

}

.hot-sale-product-list li .selling-div .bot-div {

  padding: 15px 0px;

}

.do-we-do2 {

  background: #fff;

}

.newiss-bot-xings {

  background: #fff;

  padding: 30px 20px;

}

.newiss-bot-xings .pp1 {

  font-size: 30px;

  line-height: 40px;

  color: #000000;

}

.newiss-bot-xings .ddv1 {

  font-size: .875rem;

  line-height: 26px;

  color: #6F6F6F;

  padding: 20px 0;

  border-bottom: 1px solid #E0E0E0;

}

.newiss-bot-xings .ddv1 .fengxs {

  margin-top: 10px;

  position: relative;

  top: -10px;

}

.newiss-bot-xings .ddv1 .fengxs .bshare-custom a,
.social-share .social-share-icon {

  display: inline-block;

  padding-left: 0;

  background: transparent !important;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  background-color: #595959 !important;

  border-radius: 5px;

  float: left;

  color: #fff !important;

  font-size: 20px !important;

  opacity: 1;

  margin-right: 5px;

}

.newiss-bot-xings .ddv1 .fanhus a {

  font-size: .875rem;

  line-height: 26px;

  color: #004885;

}

.xiangs-xinw {

  font-size: 1rem;

  line-height: 28px;

  color: #6F6F6F;

  padding: 25px 0;

}

.shang-div {

  padding: 20px 0;

  border-top: 1px solid #E0E0E0;

}

.shang-div>div {

  font-size: .875rem;

  line-height: 28px;

  color: #6F6F6F;

}

.shang-div>div a {

  font-size: .875rem;

  line-height: 28px;

  color: #6F6F6F;

}

.shang-div>div a:hover {

  color: #004885;

}

.product-video {

  padding: 30px 0;

}

.product-video .product-video-list {

  margin-top: 30px;

}

.product-video .product-video-list .row {

  margin: 0 -7.5px;

}

.product-video .product-video-list .row .col-sm-4 {

  padding: 0 7.5px;

}

.product-video .product-video-list .selling-div .overh>a {

  display: block;

  position: relative;

}

.product-video .product-video-list .selling-div .overh>a::after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.2);

}

.product-video .product-video-list .selling-div {

  margin-bottom: 14px;

  border: 1px solid #F6F6F6;

}

.product-video .product-video-list .selling-div .bot-div {

  padding: 15px 30px 50px;

}

.product-video-title {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #000000;

}



.product-video2 {

  background: #F6F6F6;

}

.link-top {

  padding: 50px 0;

}

.link-top .left {

  width: 35%;

  padding: 50px 0;

}

.link-top .left .link-div {

  font-size: .875rem;

  color: #000000;

  font-weight: bold;

  margin: 10px 0;

}

.link-top .left .link-div .p1 {

  font-size: 1.125rem;

}

.link-top .left .link-div2 {

  font-size: .875rem;

  line-height: 26px;

  color: #6F6F6F;

}

.link-top .right {

  width: 65%;

}

.link-bot {

  background: #F6F6F6;

  padding: 40px 0 90px;

}

.link-p {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #004885;

  margin: 40px 0 20px;

}

.link-bot-div1s {

  background: #FFFFFF;

  margin-top: 30px;

  font-size: .875rem;

  line-height: 26px;

  color: #6F6F6F;

  padding: 20px 40px;

}

.link-bot-div1s .col-sm-4 {

  padding: 20px;

}

.link-bot-div2s .col-sm-4:nth-child(6) {
  display: none;
}


/*.link-bot-div2s div:nth-child(3) {*/

/*  display: none;*/

/*}*/

/*.link-bot-div2s div:nth-child(4) {*/

/*  display: none;*/

/*}*/

/*.link-bot-div2s div:nth-child(5) {*/

/*  display: none;*/

/*}*/

/*.link-bot-div2s div:nth-child(6) {*/

/*  display: none;*/

/*}*/


.link-bot-div1s .p1 {

  font-size: 1.125rem;

  color: #000000;

  font-weight: bold;

  margin-top: 10px;

}

.adds-imgs {

  margin-top: 50px;

}

.common-problem {

  background: #F6F6F6;

  padding: 50px 0 80px;

}

.common-problem .left {

  width: 29%;

  padding: 20px;

  background: #fff;

}

.common-problem .left .common-problem-tile {

  font-size: 1rem;

  line-height: 48px;

  color: #000000;

}

.common-problem .left .leis-div {

  font-size: .875rem;

  color: #6F6F6F;

  margin: 15px 0;

}

.common-problem .left .lebiei-ul>li {

  padding: 10px 0;

}

.common-problem .left .lebiei-ul>li>a {

  color: #000000;

  font-size: 16px;

}

.common-problem .left .lebiei-ul>li:hover>a,

.common-problem .left .lebiei-ul>li.active>a {

  color: #004885;

}

.common-problem .left .lebiei-ul>li:hover .lebiei-ers-ul,

.common-problem .left .lebiei-ul>li.active .lebiei-ers-ul {

  display: block;

}

.common-problem .left .lebiei-ul>li .lebiei-ers-ul {

  padding: 10px 0 0;

  display: none;

}

.common-problem .left .lebiei-ul>li .lebiei-ers-ul li {

  font-size: .875rem;

  line-height: 30px;

  color: #818181;

  padding: 0 20px;

}

.common-problem .left .lebiei-ul>li .lebiei-ers-ul li a {

  color: #818181;

}

.common-problem .left .lebiei-ul>li .lebiei-ers-ul li:hover a,
.common-problem .left .lebiei-ul>li .lebiei-ers-ul li.active a {

  color: #004885;

}

.common-problem .left .liu-wj {

  font-size: .875rem;

  line-height: 24px;

  padding: 15px 0;

  color: #666464;

  margin-top: 15px;

  border-top: 1px solid #E0E0E0;

}

.common-problem .left .liu-wj strong {

  font-weight: bold;

}

.common-problem .left .liu-wj span {

  text-decoration: underline;

}

.common-problem .left .liu-wj a {

  text-decoration: underline;

  color: #666464;

}

.common-problem .right {

  background: #Fff;

  width: 68%;

}

.common-problem .box-d {

  padding: 15px 0;

  border-bottom: 1px solid #E0E0E0;

  font-size: .875rem;

  color: #6F6F6F;

}

.common-problem .box-d input {

  padding-left: 40px;

  height: 40px;

  background: #F6F6F6;

  width: 100%;

}

.common-problem .box-d .box-search-i {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 10px;
  border: none;

}

.common-problem .box-d .box-search-i i {

  color: #6F6F6F;

}

.problem-ul li {

  padding: 10px 15px;

  cursor: pointer;

  border-bottom: 4px solid #f6f6f6;

}

.problem-ul li .problem-wen {

  font-size: 1rem;

  line-height: 34px;

  color: #484949;

  padding-left: 40px;

  position: relative;

}

.problem-ul li .problem-wen span {

  display: inline-block;

  width: 21px;

  height: 21px;

  line-height: 21px;

  text-align: center;

  background: #bcbcbc;

  border-radius: 100%;

  color: #fff;

  margin-right: 15px;

  position: absolute;

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 0;

}

.problem-ul li .problem-wen span::after {

  position: absolute;

  content: '';

  border-top: 4px solid transparent;

  border-right: 8px solid#bcbcbc;

  border-bottom: 4px solid transparent;

  top: 11px;

  left: -4px;

}

.problem-ul li .problem-da {

  font-size: .875rem;

  line-height: 25px;

  color: #6F6F6F;

  padding-left: 40px;

  display: none;

  margin-top: 6px;

  position: relative;

}

.problem-ul li .problem-da span {

  display: inline-block;

  top: 0;

  position: absolute;

  left: 0;

  width: 21px;

  height: 21px;

  line-height: 21px;

  text-align: center;

  background: #bcbcbc;

  border-radius: 100%;

  color: #fff;

  margin-right: 5px;

}

.problem-ul li .problem-da span::after {

  position: absolute;

  content: '';

  border-left: 4px solid transparent;

  border-right: 4px solid transparent;

  border-bottom: 5px solid #bcbcbc;

  top: 15px;

}

.problem-ul li.active .problem-wen span {

  background: #004885;

}

.problem-ul li.active .problem-wen span::after {

  border-right: 8px solid #004885;

}

.problem-ul li.active .problem-da {

  display: block;

}

.xiazai-bot-xia-ul {

  width: 100%;

  left: 0;

  right: 0;

  top: 100%;

  background: #fff;

  padding: 10px 0;

  display: none;

}

.xiazai-bot-xia-ul>li>a {

  padding: 0px 30px;

  display: block;

  font-size: .875rem;

  line-height: 34px;

  width: 100%;

  color: #000000;

}

.xiazai-bot-xia-ul>li>a:hover {

  color: #004885;

}

.xiazai-bot-xia-ul>li>a .fl {

  width: 70%;

  display: inline-block;

}

.xiazai-bot-xia-ul>li>a .fr {

  width: 30%;

  text-align: right;

  display: inline-block;

}

.xiazai-ul>li {

  width: 32.33%;

  margin: 0.5%;

  float: left;

}

.xiazai-ul>li a {
  display: inline-block;
}

.xiazai-ul>li .overh {
  height: 18.75rem;

  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;

}

.xiazai-ul>li .overh img {
  width: 100%;
  height: auto;
}

.xiazai-ul>li .xiazai-title {

  font-size: 1rem;

  line-height: 60px;

  height: 60px;

  padding: 0 30px;

  background: #fff;

}

.xiazai-ul>li .xiazai-title>a {

  display: block;

  color: #000000;

}

.xis-top {

  background: #696969;

  color: #fff;

  padding: 13px 30px;

}

.xiazai-bot-top:hover .xiazai-bot-xia-ul {

  display: block;

}

.data-download .right {

  background: transparent;

}

.about-ban .about-img-zi {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 100%;

}

.about-ban .about-img-zi .left {

  width: 34%;

  padding: 50px;

  background: #fff;

}

.about-ban .about-img-zi .left .pp1 {

  font-size: 2.0625rem;

  color: #000000;

  line-height: 1;

}

.about-ban .about-img-zi .left .div2 {

  font-size: .875rem;

  line-height: 25px;

  color: #6F6F6F;

  margin-top: 10px;

}

.group-div {

  background: #F6F6F6;

  padding-bottom: 50px;

}

.group-div .group-div-div {

  background: #fff;

  padding: 30px;

  margin-top: 27px;

}

.group-div .group-div-div .p1s {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #000000;

  margin-bottom: 20px;

}

.group-div .group-div-div .div1s {

  font-size: .875rem;

  line-height: 1.5625rem;

  color: #6F6F6F;

  overflow-y: scroll;

  height: 18.75rem;

  margin: 1.875rem 0 1.25rem;

  padding-right: .625rem;


}



.group-div .group-div-div .div1s::-webkit-scrollbar {

  /*滚动条整体样式*/

  width: .3125rem;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: .0625rem;

}

.group-div .group-div-div .div1s::-webkit-scrollbar-thumb {

  /*滚动条里面小方块*/

  border-radius: .3125rem;

  background-color: #004885;

  background-image: -webkit-linear-gradient(45deg,

      rgba(255, 255, 255, 0.2) 25%,

      transparent 25%,

      transparent 50%,

      rgba(255, 255, 255, 0.2) 50%,

      rgba(255, 255, 255, 0.2) 75%,

      transparent 75%,

      transparent);

}

.group-div .group-div-div .div1s::-webkit-scrollbar-track {

  /*滚动条里面轨道*/

  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

  background: #ededed;

  border-radius: .625rem;

}

.group-div .group-div-div .group-div-top .left {

  width: 34%;

}

.group-div .group-div-div .group-div-top .right {

  width: 64%;

}

.group-div .group-div-div .group-div-hang .left {

  width: 49%;

}

.group-div .group-div-div .group-div-hang .right {

  width: 49%;

  padding-top: 50px;

}

.group-div .group-div-div .group-div-hang .right .div2 {

  font-weight: bold;

  font-size: 1.875rem;

  line-height: 3.0244rem;

  color: #CECACA;

  margin-top: 2.1875rem;

}

.group-div .group-div-div .group-div-hang .right .div3 {

  font-size: 1.125rem;

  color: #000000;

}

.group-div .group-div-div .group-div-hang .right .div4 {

  font-size: .875rem;

  line-height: 1.5625rem;

  color: #6F6F6F;

}

.group-div .group-div-div .group-div-hang .right .div4 a {
  color: #004885;
}

.group-div .group-div-div .group-div-tuan .div5 {

  text-align: center;

  font-size: 1.125rem;

  color: #000000;

  margin: 1.25rem 0 .625rem;

  font-weight: bold;

}

.group-div .group-div-div .group-div-tuan .div5 a {

  color: #000000;

}

.group-div .group-div-div .group-div-tuan .div6 {

  font-size: .875rem;

  line-height: 1.5625rem;

  color: #6F6F6F;

}

.group-div .group-div-div .group-div-fazhan .gallery-thumbs {

  position: relative;

}

.group-div .group-div-div .group-div-fazhan .gallery-thumbs .swiper-slide {

  text-align: center;

}

.group-div .group-div-div .group-div-fazhan .gallery-thumbs .swiper-slide span {

  display: inline-block;

  cursor: pointer;

  width: 4.1875rem;

  height: 4.1875rem;

  line-height: 4.1875rem;

  text-align: center;

  font-size: 1.125rem;

  color: #000000;

  background: #fff;

  border-radius: 100%;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  border: 1px solid #EAEAEA;

}

.group-div .group-div-div .group-div-fazhan .gallery-thumbs .swiper-slide.active span {

  border: 1px solid #004885;

  color: #004885;

  width: 5rem;



  /* Opera */

  height: 5rem;

  line-height: 5rem;

}

.group-div .group-div-div .group-div-fazhan .gallery-thumbs:after {

  content: '';

  position: absolute;

  height: 1px;

  background: #EAEAEA;

  width: 90%;

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 50%;

  transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  /* IE 9 */

  -moz-transform: translateX(-50%);

  /* Firefox */

  -webkit-transform: translateX(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateX(-50%);

}

.group-div .group-div-div .group-div-fazhan .gallery-top {

  margin-top: 4.375rem;

  padding: 0 4.375rem;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-button-next {

  width: 3.3125rem;

  height: 3.3125rem;

  line-height: 3.3125rem;

  border-radius: 100%;

  text-align: center;

  right: 0;

  background: #f2f2f2;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-button-next i {

  color: #b8bbbc;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-button-prev {

  width: 3.3125rem;

  height: 3.3125rem;

  line-height: 3.3125rem;

  text-align: center;

  border-radius: 100%;

  background: #f2f2f2;

  left: 0;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-button-prev i {

  color: #b8bbbc;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide {

  background: #F6F6F6;

  padding: 3.125rem 3.75rem;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .left {

  width: 40%;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .left img {

  width: 100%;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right {

  width: 55%;

  padding-top: 3.75rem;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right .nian {

  font-size: 3.0625rem;

  line-height: 1;

  color: #004885;

}

.group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right .nian-yao {

  font-size: 1rem;

  line-height: 1.6875rem;

  margin-top: .625rem;

  color: #6F6F6F;

}

.group-div .group-list {

  margin-top: 1.25rem;

}

.group-div .group-list .group-list-ul {

  /* margin: 0 -0.5%; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;

}

/* 
.group-div .group-list .group-list-ul>li {

 
} */

.group-div .group-list .group-list-ul>li .group-list-bot {

  background: #fff;

  padding: 1.25rem .625rem;

}

.group-div .group-list .group-list-ul>li .group-list-bot .group-list-p {

  font-weight: bold;

  font-size: 1.125rem;

  color: #000000;

  width: 18.75rem;

}

.group-div .group-list .group-list-ul>li .group-list-bot .group-list-p a {

  color: #000000;

}

.group-div .group-list .group-list-ul>li .group-list-bot .group-list-div {

  font-size: .875rem;

  color: #6F6F6F;

  margin-top: .3125rem;

  height: 7rem;

}

.group-div .group-list .group-list-ul>li .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.group-div .group-list .group-list-ul>li:hover .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.group-div .group-list .group-list-ul>li:hover .group-list-bot .group-list-p a {

  color: #004885;

}

/* 新加 */
/* .relevance{
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  max-width: calc(1610px);
  height: 500px;
  margin-top: 20px;
  margin: 0 auto;
}
.relevance .relevance-list{
  margin: 0 -0.5%;
}
.relevance .relevance-list > li{
  float: left;
  margin: .5%;
  width: 24%;
}

.relevance .relevance-list > li .relevance-group{
  background: #fff;
  padding: 20px;
}
.relevance .relevance-list > li .relevance-group .relevance-group-p{
  font-weight: bold;
  font-size: 1.3625rem;
  color: #000;
}
.relevance .relevance-list > li .relevance-group .relevance-group-p a{
  color: #000;
}
.relevance .relevance-list > li .relevance-group .relevance-group-p a:hover{
  color: rgb(0, 72, 133);
}
.relevance .relevance-list > li .relevance-group .relevance-group-div{
  font-size: 0.875rem;
  color: #6F6F6F;
  margin-top: 5px;
  height: 2.5rem;
} */



.library-title {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #000000;

}

.product-library {

  padding: 1.25rem 0 3.125rem;

}

.product-library-bot {

  background: #F6F6F6;

  padding: 1.25rem 0 4.375rem;

}

.product-library-bot .product-library-bot-ul {

  margin: .625rem -0.5%;

}

.product-library-bot .product-library-bot-ul li {

  width: 24%;

  float: left;

  margin: .5%;

  background: #fff;

}

.product-library-bot .product-library-bot-ul li .overh {
  height: 15rem;
}

.product-library-bot .product-library-bot-ul li .overh a {
  width: 100%;
  height: 100%;
  text-align: center;
}

.product-library-bot .product-library-bot-ul li .overh img {
  width: auto;
  height: 100%;
}

.product-library-bot .product-library-bot-ul li a {
  display: inline-block;
}

.library-bot-div {

  margin: 2.5rem 0 1.875rem;

}

.library-bot-div a {

  font-size: 1.125rem;

  color: #004885;

}

.product-library .library-div {

  margin-top: 1.25rem;

  border-top: 1px solid #E5E3E3;

  border-bottom: 1px solid #E5E3E3;

  display: flex;

}

.product-library .library-div .library-div-ul {

  width: 22%;

  background: #F6F6F6;

}

.product-library .library-div .library-div-ul li {

  padding: .3125rem 1.25rem;

  height: 5.3125rem;

  cursor: pointer;

  border: 1px solid transparent;

  border-right: 1px solid #E5E3E3;

}

.product-library .library-div .library-div-ul li .fl {

  background: #Fff;

  line-height: 3.5625rem;

  width: 26%;

  text-align: center;

}

.product-library .library-div .library-div-ul li:nth-child(5) .fl img {
  width: 2.5rem;
}

.product-library .library-div .library-div-ul li:nth-child(7) .fl img {
  width: 2.8125rem;
}

.product-library .library-div .library-div-ul li .fl img {

  width: 3.125rem;

}


.product-library .library-div .library-div-ul li .fr {

  width: 60%;

  font-size: 1rem;

  line-height: 3.75rem;

  color: #000000;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.product-library .library-div .library-div-ul li:hover,

.product-library .library-div .library-div-ul li.active {

  background: #fff;

  border: 1px solid #E5E3E3;

  border-right: 1px solid transparent;

}

.product-library .library-div .library-div-ul li:hover:nth-child(1),

.product-library .library-div .library-div-ul li.active:nth-child(1) {

  border-right: 1px solid transparent;

  border-top: 1px solid transparent;

}

.product-library .library-div .library-div-ul li:hover:last-child,

.product-library .library-div .library-div-ul li.active:last-child {

  border-bottom: 1px solid transparent;

}

.product-library .library-div .library-div-ul li:hover .fl,

.product-library .library-div .library-div-ul li.active .fl {

  background: #F6F6F6;

}

.product-library .library-div .library-div-ul li:hover .fr,

.product-library .library-div .library-div-ul li.active .fr {

  color: #004885;

}

.product-library .library-div .library-content {

  background: #fff;

  height: 100%;

  width: 36%;

}

.product-library .library-div .library-content>ul {

  display: none;

}

.product-library .library-div .library-content .library-div-ul1 {

  padding: 1.875rem 0 3.75rem;

  height: 100%;

  text-align: center;

}

.product-library .library-div .library-content .library-div-ul1 li {

  line-height: 2rem;

  color: #000000;

  margin: .625rem 0;

  text-align: left;

  padding-left: 5rem;

}

.product-library .library-div .library-content .library-div-ul1 li a {

  color: #000000;

  font-size: 1rem;

}

.product-library .library-div .library-content .library-div-ul1 li a i {

  color: #e8e8e8;

  font-size: 1rem;

}

.product-library .library-div .library-content .library-div-ul1 li:hover a,
.product-library .library-div .library-content .library-div-ul1 li.active a {

  color: #004885;

}

.product-library .library-div .library-content .library-div-ul1 li:hover a i,
.product-library .library-div .library-content .library-div-ul1 li.active a i {

  color: #004885;

}

.product-library .library-div .sou-div {

  font-size: 1.125rem;

  line-height: 1.875rem;

  color: #000000;

  width: 42%;



  padding: 1.25rem 1.875rem 0 1.875rem;

  background: #F6F6F6;

}

.product-library .library-div .sou-div>.div1 {

  display: none;

}

.product-library .library-div .sou-div .kuang-div1 {

  color: #000000;

  line-height: 1.875rem;

  font-size: 1rem;

  font-weight: bold;

}

.product-library .library-div .sou-div .kuang-div2 {

  font-size: 1.125rem;

  line-height: 1.875rem;

  color: #000000;

  height: 2rem;

  display: block;

  padding: 0 1.5rem 0 .3125rem;

}

.product-library .library-div .sou-div .sou-div-top {

  font-size: .875rem;

  margin-top: .3125rem;

  line-height: 2.1875rem;

}

.product-library .library-div .sou-div .sou-div-top .clearfix {

  background: #fff;

  margin-right: .625rem;

  padding: .3125rem 0rem .3125rem 1.25rem;

  width: 100%;

  margin-bottom: .625rem;

}

.product-library .library-div .sou-div .sou-div-top .clearfix>.fl {

  font-weight: bold;

  font-size: .9rem;

}

.product-library .library-div .sou-div .sou-div-top select {

  font-size: .875rem;

  padding: 0 1.5625rem 0 1.25rem;

  margin: 0 .125rem;

  height: 2.1875rem;

  border: none;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background: url(../image/20.png) no-repeat right;

  padding-left: .625rem;

}

.product-library .library-div .sou-div .sou-div-top select:focus {

  outline: none;

}

.product-library .library-div .sou-div .sou-div-top button {

  background: #004885;

  border: none;

  padding: .1875rem 1.875rem;

  color: #FFF;

  font-size: .875rem;

}

.product-library .library-div .sou-div .sou-div-bot {

  margin-top: .9375rem;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying {

  width: 32.33%;

  margin: 0.5%;

  float: left;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying .sou-div-ying-top {

  background: #f6f6f6;

  padding: 0 10px 0 14px;

  line-height: 50px;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot {

  padding: 10px;

  border: 1px solid #F6F6F6;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul {

  padding: 10px;

  height: 264px;

  overflow-y: scroll;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul li {

  font-size: .875rem;

  line-height: 25px;

  color: #6F6F6F;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul li a {

  color: #6F6F6F;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul li a:hover {

  color: #004885;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul li.active a {

  color: #004885;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul::-webkit-scrollbar {

  /*滚动条整体样式*/

  width: 2px;

  /*高宽分别对应横竖滚动条的尺寸*/

  height: 1px;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul::-webkit-scrollbar-thumb {

  /*滚动条里面小方块*/

  border-radius: 0px;

  -webkit-box-shadow: inset 0 0 5px #DDDBDB;

  background: #535353;

}

.product-library .library-div .sou-div .sou-div-bot .sou-div-ying-bot-ul::-webkit-scrollbar-track {

  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px #DDDBDB;

  border-radius: 0px;

  width: 4px;

  background: #EDEDED;

}

.chanp-xiang {

  padding: 27px 0 60px;

}

.chanp-xiang .chanp-xiang-p {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #004885;

}

.chanp-xiang .chanp-xiang-div {

  margin-top: 30px;

}

.chanp-xiang .chanp-xiang-div .ying-div1 {

  margin-top: 5px;

}

.chanp-xiang .chanp-xiang-div .ying-div {

  margin-bottom: 20px;

}

.chanp-xiang .chanp-xiang-div .ying-div .ying-div-title {

  font-size: 1.125rem;

  color: #000000;

}

.chanp-xiang .chanp-xiang-div .ying-div .ying-div-title span {

  font-size: .875rem;

  color: #004885;

}

.chanp-xiang .chanp-xiang-div .ying-div .ying-div-content {

  margin-top: 10px;

  padding: 15px 0;

  border-bottom: 1px solid #DDDDDD;

}



.chanp-xiang .chanp-xiang-div .ying-div .ying-div-content .ying-div-content-titlw {

  font-size: 12px;

  margin-top: 10px;

  text-align: center;

  height: 60px;

}

.chanp-xiang .chanp-xiang-div .left {

  width: 40%;

}

.chanp-xiang .chanp-xiang-div .left .left-div {

  border: 1px solid #DDDDDD;

}

.chanp-xiang .chanp-xiang-div .left .bo-div {

  right: 20px;

  bottom: 20px;

}

.chanp-xiang .chanp-xiang-div .left .zzrz-p {

  color: #000000;

  font-size: 1.125rem;

  margin-top: 20px;

}

.chanp-xiang .chanp-xiang-div .left .zzrz-ul li {

  float: left;

  margin-right: 10px;

}

.chanp-xiang .chanp-xiang-div .right {

  width: 58%;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming {

  border-bottom: 1px solid #DDDDDD;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming .fl {

  width: 20%;

  font-size: 1.125rem;

  color: #000000;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming .fr {

  width: 80%;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming .fr ul {

  font-size: 1rem;

  line-height: 30px;

  color: #6F6F6F;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming {

  border-bottom: 1px solid #DDDDDD;

  padding: 10px 0;

  position: relative;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming .fl {

  width: 20%;

  font-size: 1.125rem;

  color: #000000;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming .fr {

  width: 80%;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming .fr ul {

  font-size: 0.9rem;

  line-height: 30px;

  color: #6F6F6F;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming1 {

  margin-top: 10px;

}

.chanp-xiang .chanp-xiang-div .right .cp-ming1 .fl {

  position: relative;

}

.product-advantages {

  padding: 40px 0;

  background: #F6F6F6;

}

.product-advantages .product-advantages-div .product-advantages-ul {

  padding-bottom: 40px;



}

.product-advantages .product-advantages-div .product-advantages-ul.active {

  height: auto;

}

.product-advantages .product-advantages-div .product-advantages-ul li {

  padding: 30px;

  background: #fff;

  margin-top: 25px;

}

.product-advantages .product-advantages-div .product-advantages-ul li .left {

  width: 34%;

  padding: 109px 0;

}

.product-advantages .product-advantages-div .product-advantages-ul li .left .product-advantages-title {

  line-height: 30px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.product-advantages .product-advantages-div .product-advantages-ul li .left .product-advantages-title a {

  font-size: 1.125rem;

  color: #000000;

}

.product-advantages .product-advantages-div .product-advantages-ul li .left .zhani-div {

  font-size: .875rem;

  line-height: 25px;

  color: #6F6F6F;

  margin-top: 10px;

}

.product-advantages .product-advantages-div .product-advantages-ul li .right {

  width: 64%;

  overflow: hidden;

}

.product-advantages .product-advantages-div .product-advantages-ul li .right img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.product-advantages .product-advantages-div .product-advantages-ul li:hover .left .product-advantages-title a {

  color: #004885;

}

.product-advantages .product-advantages-div .product-advantages-ul li:hover .right img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.product-advantages .product-advantages-div .product-advantages-ul li:nth-child(2n) .left {

  float: right;

}

.product-advantages .product-advantages-div .product-advantages-ul li:nth-child(2n) .right {

  float: left;

}

.product-advantages-xiaz .product-advantages-xiaz-ul {

  background: #fff;

  padding: 32px;

  margin: 30px 0;

}

.product-advantages-xiaz .product-advantages-xiaz-ul li {

  float: left;

  width: 19%;

  margin: .5%;

  background: #F6F6F6;

  border: 1px solid #B3B6B7;

  font-size: .875rem;

  border-radius: 10px;

  padding: 30px 10px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  text-align: center;

  color: #000000;

}

.product-advantages-xiaz .product-advantages-xiaz-ul li a {

  color: #000000;

}

.product-advantages-xiaz .product-advantages-xiaz-ul li i {

  color: #949494;

  font-size: 1.0625rem;

}

.product-advantages-xiaz .product-advantages-xiaz-ul li:hover {

  color: #004885;

}

.product-advantages-xiaz .product-advantages-xiaz-ul li:hover a {

  color: #004885;

}

.product-advantages-xiaz .product-advantages-xiaz-ul li:hover i {

  color: #004885;

}

.product-advantages-xiaz .bige-div {

  background: #fff;

  padding: 32px;

  margin: 30px 0;

  font-size: 1rem;

  line-height: 30px;

  color: #6F6F6F;

}

.product-advantages-xiaz .bige-div .table-bordered>thead>tr>td,

.product-advantages-xiaz .bige-div .table-bordered>thead>tr>th {

  border-bottom-width: 1px;
  vertical-align: middle;

  padding: 1.25rem .3125rem !important;

  text-align: center;

}

.product-advantages-xiaz .bige-div .table-responsive table thead tr {

  background: #F6F6F6;

}

.product-advantages-xiaz .bige-div .table-responsive table thead tr th {

  font-size: 1.125rem;

  color: #000000;

  padding: 0;

  line-height: 70px;

  text-align: center;

  font-weight: 400;
  vertical-align: middle;

}

.product-advantages-xiaz .bige-div .table-responsive table tbody tr td {

  color: #6f6f6f;

  vertical-align: middle;

  line-height: 25px;

  padding: .3125rem .625rem !important;

  font-size: .875rem;

  text-align: center;

}

.rongyu-zi .col-sm-3 {

  text-align: center;

  margin-bottom: 30px;



}
.rongyu-zi .col-sm-3 img{
  width: auto;
    height: 510px;
  object-fit: contain;
}




.rongyu-title {

  font-weight: bold;

  font-size: 1.5625rem;

  color: #000000;

  margin-bottom: 30px;

}



.dnaye {

  background: #F6F6F6;

  padding: 50px 0 80px;

}

.dnaye .danye-content {

  font-size: 1rem;

  line-height: 27px;

  color: #6F6F6F;

}

.phone {

  box-shadow: 0rem 0rem 0.3125rem rgba(200, 203, 204, 0.5);

  display: none;

  top: 0;

  position: fixed;

  background: #fff;

  z-index: 999;

  width: 100%;

}

#wrapper {

  position: relative;

  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);

}

.phone .index_a {

  width: 150px;

  margin-top: 0rem;

  line-height: 4.375rem;

}

.sidebar-menu.is-active+#wrapper {

  transform: translateX(-500px);

}

.color_dao i {

  display: inline-block;

  font-size: 2rem;

  color: #004885;

  line-height: 4.375rem;

}

.sidebar-menu {

  display: none;

  position: fixed;

  top: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 100%;

  overflow: hidden;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

  background: rgba(0, 0, 0, 0.4);

  transition: right 0.5s;

  z-index: 99999;

}

.sidebar-menu.is-active {

  display: block;

  transition: right 0.5s;

}

.sidebar-menu__header {

  background: #004885;

  z-index: auto;

  position: relative;

  float: right;

  font-size: 1.3rem;

  display: block;

  padding: 0.9375rem 1.5625rem;

  height: 100%;

  width: 80%;

  color: #fff;

}

.sidebar-menu__title {

  color: #ccc;

  font-size: 0.9375rem;

  font-weight: 400;

  text-transform: uppercase;

}

.sidebar-menu__title>i {

  display: inline-block;

  float: right;

  font-size: 1.75rem;

  line-height: inherit;

}

.sidebar-menu__title:active,

.sidebar-menu__title:focus,

.sidebar-menu__title:hover {

  color: #fff;

  text-decoration: none;

}

.sidebar-menu__title::first-letter {

  text-transform: uppercase;

}

.sidebar-menu__title::before {

  content: "\e907";

  display: block;

  position: absolute;

  top: 50%;

  right: 1.25rem;

  margin-top: -0.625rem;

  color: #fff;

  font-size: 1.25rem;

  speak: none;

  font-style: normal;

  font-weight: 400;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  letter-spacing: 0;

  font-feature-settings: "liga" 1;

  font-variant-ligatures: discretionary-ligatures;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  all: unset;

}

.sidebar-menu__list {

  position: fixed;

  top: 4rem;

  right: 0;

  bottom: 0;

  margin: 0;

  padding: 0;

  width: 80%;

  list-style: none;

  background-color: #fff;

  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);

}

.search_submenu.is-active {

  width: 100%;

}

.sidebar-menu__item {

  padding: 0;

  width: 100%;

  border-bottom: 0.0625rem solid #eeeeee;

}

.colos {

  line-height: 4.375rem;

}

.sidebar-menu__item:first-child {

  border-top: 0;

}

.sidebar-menu__item.sidebar-menu__item--back,

.sidebar-menu__item.sidebar-menu__item--back:hover,

.sidebar-menu__link.sidebar-menu__subtitle {

  background-color: #094375 !important;

}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {

  color: #fff !important;

}

.sidebar-menu__item:hover {

  background-color: #fff;

  cursor: pointer;

}

.sidebar-menu__item:hover>.sidebar-menu__link {

  color: #6e6e6e;

}

.phone_i {

  display: inline-block;

  line-height: 3.75rem;

  padding: 0 0.9375rem;

}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {

  color: #6e6e6e;

}

.sidebar-menu__item .sidebar-menu__list {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1;

  transform: translateX(500px);

  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);

}

.sidebar-menu__item .sidebar-menu__list.is-active {

  transform: translateX(0);

}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {

  z-index: 2;

}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {

  z-index: 3;

}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {

  z-index: 4;

}

.sidebar-menu__link {

  display: block;

  padding: 1rem 1.5625rem;

  color: #828282;

  font-size: 1.1rem;

  font-weight: 400;

  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);

}

.sidebar-menu__link::first-letter {

  text-transform: uppercase;

}

.sidebar-menu__link:active,

.sidebar-menu__link:focus,

.sidebar-menu__link:hover {

  text-decoration: none;

}

.sidebar-menu__link span.glyphicon-menu-left {

  float: left;

  font-size: 0.75rem;

  color: #fff;

  line-height: 1.25rem;

  margin-right: 0.25rem;

}

.sidebar-menu__link .glyphicon-menu-right {

  color: #bababa;

  float: right;

}

.tops {

  display: none;

}

.er-divs .er-uls1 li .icon-zyojiantou {

  font-size: .75rem;

}

.clos1 {

  right: 21px;

  top: 0px;

  width: 20px;

  height: 31px;

  line-height: 25px;

  cursor: pointer;

  border: 1px solid #004885;

  background: #004885;

  text-align: center;

}

.clos1 i {

  color: #fff;

  font-size: 12px;

}

.kdiv1,

.kdiv2,

.kdiv3 {

  display: none;

}

.sou-div-ying2,

.sou-div-ying3 {

  display: none;

}

.kdiv3 .clos1 {

  right: 0;

}

.sou-s {

  width: 300px;

}

.sou-s .serbtn {

  border: 1px solid #fff;

}

.global-ul {

  width: 100%;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

}

.global-ul li {

  font-size: 12px;

  line-height: 24px;

  color: #3D3D3D;

  position: absolute;

  cursor: pointer;

}

.global-ul li .sp-yuan {

  border-radius: 100%;

  display: block;

  text-align: center;

}

.global-ul li .kuangs1 {

  position: absolute;

  display: none;

  width: 279px;

  min-height: 169px;

  background: #ffffff;

  z-index: 999;

  left: 50%;

  transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  /* IE 9 */

  -moz-transform: translateX(-50%);

  /* Firefox */

  -webkit-transform: translateX(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateX(-50%);

  border: 2px solid #eeeeee;

  padding: 15px;

}

.global-ul li .kuangs1 .p1 {

  font-size: 14px;

  line-height: 24px;

  color: #004885;

  text-align: left;

}

.global-ul li .kuangs1 .div1 {

  font-size: 12px;

  line-height: 24px;

  color: #16272E;

  text-align: left;

}

.global-ul li:hover .kuangs1 {

  display: block;

}

.global-ul1 li .sp-yuan {

  width: 35px;

  margin: 0 auto;

}

.global-ul1 li:nth-child(1) {
  left: 19%;
  top: 24%;
}

/* .global-ul1 li:nth-child(2) {
  left: 32.6%;
  top: 56.5%;
} */

.global-ul1 li:nth-child(2) {
  left: 33%;
  top: 60%
}

.global-ul1 li:nth-child(3) {
  right: 48%;
  top: 13.5%;
  z-index: 99;
}

.global-ul1 li:nth-child(3) img {
  width: 30px;
}

.global-ul1 li:nth-child(11) img {
  width: 30px;
}

.global-ul1 li:nth-child(12) img {
  width: 30px;
}

.global-ul1 li:nth-child(14) img {
  width: 20px;
}

.global-ul1 li:nth-child(4) {
  left: 68%;
  top: 33%;
}

.global-ul1 li:nth-child(5) {
  left: 73.2%;
  top: 43.5%;
  z-index: 999;
}

.global-ul1 li:nth-child(6) {
  right: 13%;
  top: 23%;
}

.global-ul1 li:nth-child(7) {
  left: 77.5%;
  top: 28.5%;
}

.global-ul1 li:nth-child(8) {

  right: 41.5%;

  top: 23.5%;

}

.global-ul1 li:nth-child(9) {

  right: 16%;
  top: 25%;
  z-index: 999;

}

.global-ul1 li:nth-child(10) {

  right: 22%;
  top: 52%;

}

.global-ul1 li:nth-child(10) img {
  width: 30px;
}

.global-ul1 li:nth-child(11) {
  right: 46.5%;
  top: 15%;

}

.global-ul1 li:nth-child(16) {
  top: 22%;
  left: 45%;
}

.global-ul1 li:nth-child(12) {

  left: 52.5%;
  top: 17%;

}


.global-ul1 li:nth-child(13) {

  left: 54%;
  top: 2%;

}

.global-ul1 li:nth-child(14) {

  top: 24%;
  left: 50%;

}

.global-ul1 li:nth-child(15) {

  right: 36%;
  top: 32%;

}

.global-ul3 {

  bottom: 0;

  top: auto;

  text-align: left;

}

.global-ul3 li {

  position: relative;

  margin-bottom: 10px;

}

.global-ul3 li .sp-yuan {

  display: inline-block;

  width: 30px;

  text-align: center;

}

.controller-box {

  background: #ffffff;

  margin-top: 40px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  padding: 40px 30px;

}

.controller-box .controller-title {

  display: inline-block;

  color: #FFF;

  padding: 10px 20px;

  font-size: 18px;

  background: #e40012;

}

.controller-box .zhais {

  margin-top: 10px;

  font-size: 1rem;

  line-height: 30px;

  color: #231815;

  text-align: justify;

}

.controller-div .col-sm-3 .zhais {

  height: 180px;

}

.newiss-top .left img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.newiss-top .left a {

  display: block;

  overflow: hidden;

}

.newiss-top .newiss-top-cont:hover .left img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.newiss-top .newiss-top-cont {

  cursor: pointer;

  overflow: hidden;

}

.newiss-top .newiss-top-cont:hover .newiss-top-tile a {

  color: #004885;

}

.er-divs {

  cursor: pointer;

}

.liu-div {

  margin-top: 0px;

}

.liu-div input {

  width: 100%;

  height: 45px;

  border: 1px solid #eee;

  border-radius: 5px;

  padding-left: 15px;

}

.liu-div input::placeholder {

  font-size: 1rem;

  color: #969696;

}

.liu-div textarea {

  padding: 15px;

  border: 1px solid #eee;

  border-radius: 5px;

  height: 155px;

  width: 100%;

  resize: none;

}

.liu-div .col-sm-12 {

  margin-top: 20px;

}

.liu-div button {

  margin-top: 20px;

  font-size: .875rem;

  color: #FFFFFF;

  background: #004885;

  border: none;

  height: 40px;

  line-height: 40px;

  padding: 0 30px;

}

@media (min-width: 768px) {

  .bs-example-modal-lg1 .modal-dialog {

    margin: 15% auto;

  }


}

.nav-ul>li:hover .er-divs {

  display: block;

}

.index_products-lunbo1 .swiper-slide .overh {

  border: 1px solid #eee;

}

.atem .head-title {

  padding-left: 0;

  margin-bottom: 20px;

}

.atem .selling-div {

  background: #fff;

}

.tuna-div>.ta img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.tuna-div:hover>.ta img {

  transform: rotateY(360deg);

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.tuna-div:hover .div5 {

  color: #004885;

}

.chanp-xiang .chanp-xiang-div .ying-div2 {

  margin-top: 10px;



}

@media (max-width: 1440px) {

  .system-top .left {



    padding: 101px 50px;

  }

  .group-div .group-div-div {

    padding: 30px 80px;

  }

  .adds-imgs .global-content {

    width: 100%;

    margin: 0 auto;

  }


  .adds-imgs .global-content .visible-sm {
    display: block !important;
  }

  .adds-imgs .global-content .hidden-xs {
    display: none !important;
  }


  /* html {

    font-size: 14px;

  } */

  .global-ul1 li:nth-child(1) {
    left: 18%;
    top: 20%;
  }

  /* .global-ul1 li:nth-child(2) {
    left: 31%;
    top: 51%;
  } */

  .global-ul1 li:nth-child(2) {
    left: 45.5%;
    top: 15%;
  }

  .global-ul1 li:nth-child(3) {
    left: 66.8%;
    top: 31%;
  }

  .global-ul1 li:nth-child(4) {
    left: 72.5%;
    top: 42%;
  }

  .global-ul1 li:nth-child(5) {
    left: 84.5%;
    top: 22%;
  }

  .global-ul1 li:nth-child(6) {
    right: 20%;
    top: 26.5%;
  }

  .global-ul1 li:nth-child(7) {
    right: 26%;
    top: 9.8%;
  }

  .global-ul1 li:nth-child(8) {

    right: 41%;

    top: 22%;

  }

  .global-ul1 li:nth-child(9) {

    right: 49.5%;

    top: 16.5%;

  }

  .global-ul1 li:nth-child(10) {

    right: 48%;

    top: 15.2%;

  }

  .global-ul1 li:nth-child(11) {

    right: 15.7%;

    top: 22.5%;

  }

  .global-ul1 li:nth-child(12) {

    right: 22%;

    top: 44%;

  }

  .product-library .library-div .sou-div .sou-div-top select {

    width: 151px;

  }

  footer .foot-ul li {

    margin-right: 94px;

  }



  .newiss-top .right {

    padding: 2.5625rem 2.375rem 1.1875rem;

  }

  .newiss-top .newiss-top-cont .newiss-top-tile {

    font-size: 1.3125rem;

  }

  .product-advantages .product-advantages-div .product-advantages-ul li .left {

    padding: 2.3125rem 0;

  }

  .chanp-xiang .chanp-xiang-div .ying-div1 {

    margin-top: 1.625rem;

  }

  .nav-ul li .dropdown button,
  .icon-zyojiantou {

    font-size: 1rem !important;

  }

}

@media (max-width: 1366px) {

  .lunbo .lunbo-zi .left .p1 {

    font-size: 1.8rem;

  }



  .chanp-xiang .chanp-xiang-div .ying-div1 {

    margin-top: 1rem;

  }


  .system-top .left {

    padding: 4.5625rem 3.125rem;

  }

  .chanp-xiang .chanp-xiang-div .right .cp-ming {

    padding: .25rem 0;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-thumbs .swiper-slide span {

    width: 3.125rem;

    height: 3.125rem;

    line-height: 3.125rem;

    font-size: 1rem;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-thumbs .swiper-slide.swiper-slide-active span {

    width: 3.75rem;

    height: 3.75rem;

    line-height: 3.75rem;

  }

  .group-div .group-list .group-list-ul>li .group-list-bot .group-list-p {

    font-size: 1.2rem;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top {

    margin-top: 1.25rem;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right {

    padding-top: 2.375rem;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right .nian {

    font-size: 2.5rem;

  }

  .group-div .group-div-div .group-div-hang .right .div2 {

    margin-top: 0;

  }

  .er-divs .zis-div .div1 {
    font-size: .875rem;
  }


}

@media (max-width: 1280px) {



  .system-top-ul li .fr {

    padding: .9375rem;

  }

  .system-top .left .p1 {

    font-size: 1.5rem;

  }

  .chanp-xiang .chanp-xiang-div .ying-div1 {

    margin-top: 2.5rem;

  }

  .system-top .left {

    padding: 4.25rem 3.125rem;

  }

}

@media (max-width: 1200px) {

  .chanp-xiang .chanp-xiang-div .ying-div .ying-div-content .col-sm-2 {

    padding: 0 .3125rem;

  }

  .chanp-xiang .chanp-xiang-div .right .cp-ming .fr ul {

    line-height: 1.5rem;

  }

  .daohang-bot .left {
    width: 9.375rem;
  }

  .newiss-top .newiss-top-cont .newiss-top-tile {

    line-height: 1.75rem;

    font-size: 1.125rem;

  }

  .newiss-top .newiss-top-cont .fengxs {

    margin-top: .9375rem;

  }

  .system-top .left {

    padding: 2.75rem 2.1875rem;

  }

  .system-top-ul li .fr .system-top-zhai {

    margin: 0;

  }

  .lunbo .lunbo-zi .left {

    width: 42%;

  }

  footer .foot-ul li {

    margin-right: 3.1875rem;

  }

  .nav-ul>li>a {

    padding: 0 1.0625rem !important;

  }

  .product-library .library-div .sou-div {

    padding: .625rem;

  }

  .product-library .library-div .sou-div .sou-div-top select {

    margin-bottom: .3125rem;

  }

  .about-ban .about-img-zi .left .pp1 {

    font-size: 1.4rem;

  }

  .group-div .group-div-div .div1 {

    margin: 0 0 .625rem;

  }

  .er-divs .zis-div .div1 {
    font-size: .75rem;
  }

}


@media (max-width: 990px) {

  .system-top .left {

    padding: 30px 15px;

    width: 100%;

  }

  .system-top .right {

    width: 100%;

    margin-top: 15px;

  }

  .newiss-top .left {

    width: 100%;

  }

  .newiss-top .right {

    width: 100%;

    padding: 20px;

  }

  .system-top .left .div2 {

    line-height: 24px;

    margin-top: 10px;

  }


  .about-ban .about-img-zi .left {

    width: 50%;

    padding: 30px;

  }

  .group-div .group-div-div .group-div-top .left {

    width: 100%;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide {

    padding: 30px;

  }

  .group-div .group-div-div .group-div-top .right {

    width: 100%;

    margin-top: 20px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right .nian {

    font-size: 29px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right {

    padding-top: 0;

  }

  .daohang,

  footer {

    display: none;

  }

  .mobile-foot,

  .phone {

    display: block;

  }

  .searchbox {

    top: 61px;

    /* display: none !important; */

  }

  .searchbox {

    padding: 15px;

  }

  .lunbo .lunbo-zi .left {

    width: 51%;

    padding: 29px;

  }

  .index_partner {

    height: 300px;

  }

  body {

    padding: 61px 0;

  }

  .product-library .library-div .sou-div {

    width: 100%;

    margin-top: 10px;

  }

  .product-library .library-div .library-div-ul,

  .product-library .library-div .library-content {

    width: 50%;

  }

  .product-library .library-div .library-div-ul li {

    padding: 4px 10px;

  }

  .product-library .library-div .library-content .library-div-ul1 {

    padding: 49px 0 66px;

  }

  .selling-div .bot-div {

    padding: 10px;

  }

  .link-top .left {

    padding: 0px;

  }

  .link-p {

    margin: 0;

  }

  .xiazai-ul>li {

    width: 49%;

    margin: 0.5%;

  }

  .chanp-xiang .chanp-xiang-div .left {

    width: 100%;

  }

  .chanp-xiang .chanp-xiang-div .right {

    width: 100%;

    margin-top: 20px;

  }


  .product-advantages .product-advantages-div .product-advantages-ul li .left {

    width: 100%;

  }

  .product-advantages .product-advantages-div .product-advantages-ul li .right {

    width: 100%;

  }

}


@media (max-width: 767px) {

  .system-top-ul li .fr {



    top: 75%;

  }



  .product-library .library-div .sou-div {

    padding: 18px 10px;

  }

  .product-library .library-div .library-content .library-div-ul1 li {

    padding-left: 0;

  }

  .chanp-xiang .chanp-xiang-div .ying-div .ying-div-content .col-sm-2 {

    margin-bottom: 5px;

    padding: 0 15px;

  }

  .dnaye {

    padding: 20px 15px;

  }

  .clos1 {

    top: 8px;

  }

  .phone {

    padding: 0 15px;

  }

  .rightfix {

    display: none;

  }

  .index_products {

    padding: 25px 15px 50px;

  }

  .index_products .index_products-lunbo .swiper-slide .bot-div {

    padding: 15px 0px;

  }

  .index_partner .partner-div {

    padding: 0 15px;

  }

  .index_partner {

    height: 202px;

  }

  .head-title {

    font-size: 1.3rem;

    padding: 0;

  }

  .herd-yao {

    line-height: 25px;

  }

  .index_products-lunbo .swiper-container {

    padding-bottom: 10px;

  }

  .index_products .index_products-lunbo {

    margin-top: 11px;

  }

  .more a {

    width: 100px;

    height: 30px;

    line-height: 30px;

  }

  .more a i {

    font-size: .875rem;

  }

  .lunbo .lunbo-zi {

    position: relative;

    width: 100%;

    top: 0%;

    -ms-transform: translateY(0%);

    -moz-transform: translateY(0%);

    -webkit-transform: translateY(0%);

    -o-transform: translateY(0%);

    transform: translateY(0%);

  }

  .lunbo .lunbo-zi .left {

    width: 100%;

    padding: 25px 10px;

  }

  .lunbo .lunbo-zi .left .p1 {

    font-size: 1.5rem;

  }

  .lunbo .swiper-button-next,

  .lunbo .swiper-button-prev {

    position: absolute;

    top: 30%;

    width: 25px;

    height: 22px;

    background-size: 100% 100%;

  }

  .lunbo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0 2px;

    border: none;

  }

  .lunbo .lunbo-zi .left .more {

    margin-top: 8px;

  }

  .do-we-do {

    font-size: 1.2rem;

    padding: 10px 15px;

    background: #F6F6F6;

    height: auto;

    line-height: 30px;
    margin-top: 0;

  }

  .product-library {

    padding: 30px 15px;

  }

  .product-library .library-div .library-div-ul,

  .product-library .library-div .library-content {

    width: 100%;

  }

  .product-library .library-div .library-content .library-div-ul1 {

    padding: 20px 0;

  }

  .product-library .library-div .library-content {

    padding: 0;

  }

  .product-library .library-div .library-content .library-div-ul1 li {

    line-height: 30px;

    margin: 5px 0;

  }

  .product-library .library-div .sou-div .sou-div-bot .sou-div-ying {

    width: 100%;

  }

  .product-library .library-div .sou-div {

    line-height: 43px;

  }

  .product-library-bot {

    padding: 30px 15px;

  }

  .product-library-bot .product-library-bot-ul li {

    width: 49%;

    margin: .5%;

  }

  .library-bot-div {

    margin: 22px 0 16px;

  }

  .library-title {

    font-size: 1.2rem;

  }

  .common-problem {

    padding: 0 15px 30px;

  }

  .common-problem .left {

    width: 100%;

  }

  .common-problem .right {

    width: 100%;

    margin-top: 15px;

  }

  .common-problem .left .lebiei-ul>li {

    padding: 7px 0;

  }

  .common-problem .left {

    padding: 10px;

  }

  .common-problem .box-d {

    padding: 8px 0;

  }

  .about-ban .about-img-zi {

    position: relative;

    top: 0%;

    -ms-transform: translateY(0%);

    -moz-transform: translateY(0%);

    -webkit-transform: translateY(0%);

    -o-transform: translateY(0%);

    transform: translateY(0%);

  }

  .about-ban .about-img-zi .left {

    width: 100%;

    padding: 20px;

  }

  .group-div .group-div-div {

    padding: 15px;

  }

  .group-div .group-div-div .group-div-hang .left {

    width: 100%;

  }

  .group-div .group-div-div .group-div-hang .right {

    width: 100%;

    padding-top: 10px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .left {

    width: 100%;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right {

    width: 100%;

    margin-top: 10px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top {

    padding: 0 30px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-button-next,

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-button-prev {

    width: 30px;

    height: 30px;

    line-height: 30px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide {

    padding: 15px;

  }

  .group-div .group-div-div .group-div-fazhan .gallery-top .swiper-slide .right .nian-yao {

    line-height: 23px;

    margin-top: 5px;

  }

  .group-div .group-list .group-list-ul>li {

    width: 100%;

  }

  .group-div .group-list {

    padding: 0 15px;

  }

  .group-div .group-div-div .p1 {

    font-size: 1.25rem;

  }

  .link-top {

    padding: 15px;

  }

  .link-p {

    margin: 20px 0;

    font-size: 1.25rem;

  }

  .link-bot {

    padding: 15px;

  }

  .link-top .left {

    width: 100%;

  }

  .link-top .right {

    width: 100%;

    margin-top: 20px;

  }

  .link-bot-div1s {

    padding: 15px;

    margin-top: 10px;

  }

  .product-video {

    padding: 30px 15px;

  }

  .product-video-title {

    font-size: 1.2rem;

  }

  .rongyu-title {

    font-size: 1.2rem;

  }

  .product-video .product-video-list {

    margin-top: 20px;

  }

  .product-video .product-video-list .selling-div .bot-div {

    padding: 15px;

  }

  .system-top {

    padding: 30px 15px;

  }

  .system-top-ul li .fl {

    width: 100%;

  }

  .system-top-ul li .fr {

    width: 100%;

  }

  .system-bot {

    padding: 30px 15px;

  }

  .system-bot-list .selling-div .bot-div {

    padding: 15px;

  }

  .system-bot .system-bot-title {

    font-size: 1.25rem;

  }

  .system-top .left .p1 {

    font-size: 1.3rem;

  }

  .newiss-top {

    padding: 30px 15px;

  }

  .newiss-bot {

    padding: 30px 15px;

  }

  .newiss-bot .left {

    width: 100%;

  }

  .newiss-bot .left .system-top-ul li .fl {

    width: 100%;

  }

  .newiss-bot .left .system-top-ul li .fr {

    width: 100%;

  }

  .newiss-bot .right {

    width: 100%;

    margin-top: 20px;

  }

  .newiss-bot .right .hot-sale-product {

    padding: 15px;

  }

  .hot-sale-product-list li {

    margin-top: 15px;

  }

  .newiss-bot-xings .pp1 {

    font-size: 20px;

    line-height: 30px;

  }

  .newiss-bot-xings .ddv1 {

    padding: 0;

  }

  .xiangs-xinw {

    line-height: 25px;

    padding: 10px 0;

  }

  .shang-div {

    padding: 12px 0;

  }

  .shang-div>div a,

  .shang-div>div {

    line-height: 22px;

  }

  .newiss-bot-xings {

    padding: 15px;

  }

  .newiss-bot {

    padding: 0px 15px 30px;

  }

  .xiazai-ul>li {

    width: 100%;

    margin: 1% 0;

  }

  .chanp-xiang {

    padding: 15px;

  }

  .product-advantages-xiaz {
    width: 100%;
  }

  .product-advantages {

    padding: 30px 15px;

  }

  .product-advantages .product-advantages-div .product-advantages-ul li .left {

    padding: 0px 0 10px;

  }

  .product-advantages .product-advantages-div .product-advantages-ul li {

    padding: 15px;

    margin-top: 10px;

  }

  .product-advantages-xiaz .product-advantages-xiaz-ul {

    background: #fff;

    padding: 10px;

    margin: 15px 0;

  }

  .product-advantages-xiaz .product-advantages-xiaz-ul li {

    width: 49%;

    margin: 0.5%;

    padding: 15px 10px;

  }

  .product-advantages-xiaz .bige-div {

    background: #fff;

    padding: 10px;

    margin: 15px 0;

  }

  .product-advantages-xiaz .bige-div .table-responsive table thead tr th {

    line-height: 30px;

    padding: 3px;

    font-size: 1rem;

  }

  .product-advantages-xiaz .bige-div .table-responsive table tbody tr td {

    line-height: 30px;

    padding: 3px;

  }

  .chanp-xiang .chanp-xiang-div {

    margin-top: 10px;

  }

}



.lunbo-cpx .swiper-button-next,
.lunbo-cpx .swiper-button-prev {

  background: transparent;

}

.lunbo-cpx .swiper-button-next i,
.lunbo-cpx .swiper-button-prev i {

  font-size: 20px;



}

.tuijian-con {

  margin: 30px 0;

}

.tuijian-div {

  margin-top: 40px;

}

.tuijian-con .swiper-slide .tis {

  line-height: 30px;

  padding: 10px 0;



}

.tuijian-con .swiper-slide {

  background: #fff;

}

.tuijian-con .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {

  bottom: 0;

}

.tuijian-con .swiper-container {

  padding-bottom: 40px;

}

.tuijian-con .swiper-container .swiper-pagination-bullet-active {

  background: rgba(0, 0, 0, 0.5);

}

.ying-div-content-lunbo .swiper-button-next,
.ying-div-content-lunbo .swiper-button-prev {

  background: transparent !important;

  width: auto;

  height: auto;

}

.ying-div-content-lunbo .swiper-button-next i,
.ying-div-content-lunbo .swiper-button-prev i {

  font-size: 20px;

}

.bs-example-modal-lg video {

  height: 600px !important;

}

.ship-tanchu {

  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  display: none;

  right: 0;

  background: rgba(0, 0, 0, 0.5);

  z-index: 999;

}

.ship-tanchu video {

  width: 50%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);



}

.ship-tanchu .closei i {

  font-size: 60px;

  color: #FFF;

}

.ship-tanchu .closei {

  right: 10%;

  top: 10%;

  cursor: pointer;

}

.ships {

  right: 5%;

  bottom: 5%;

}

.seiko-lunbo {

  margin-top: 10px;

}



.hot-sale-product-list .selling-div .overh {

  border: 1px solid #E0E0E0;

}

.product-advantages-xiaz .product-video-title {

  font-weight: 400;

  font-size: 1.125rem;

}

b,
strong {

  font-weight: bold;

}

.dnaye .danye-content .atem {

  margin-top: 30px;

}

.dnaye .danye-content .atem:nth-child(even) .left {
  order: 1;
}

.dnaye .danye-content .row p {

  margin-top: 5%;

  /* height: 50px; */

}

.dnaye .danye-content .row a {
  color: #004885;
}

.chanp-xiang .chanp-xiang-div .ying-div .ying-div-content .ying-div-content-titlw a {

  color: #000;

}

.seiko-lunbo .swiper-button-prev,
.seiko-lunbo .swiper-button-next {



  height: auto;

  width: auto;

  background: #FFF !important;

  padding: 5px;



}

.seiko-lunbo .swiper-button-prev i,
.seiko-lunbo .swiper-button-next i {

  color: #000;



  font-size: 20px;

}

.seiko-lunbo {

  margin-bottom: 20px;

}

.img-p {

  width: 100%;

  top: 35%;

}

.icon-arrow-up1 {

  font-size: .9rem !important;

}

.about-ship {

  cursor: pointer;



}

.library-bot-div-xj {

  display: none
}

.index_productss .selling-div .p2 {

  display: block;

}


.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}