/*@media (min-width: 721px){
/***************首页***********/
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: local('YouSheBiaoTiHei'), url(./YouSheBiaoTiHei.ttf);
}

.you-she-biao-ti-hei {
  font-family: 'YouSheBiaoTiHei';
}

/* banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 7;
  background-color: #eee
}

.banner .swiper-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .0);
  border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.banP {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
}

.banPt {
  text-align: center;
}

.banPp {
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banPp:before {
  content: ' ';
  display: block;
  background: #0064ff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.banPs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.banPa {
  background: #FFF;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.banPa p {
  text-align: center;
  color: #001ea0;
}

.banPa i {
  background-color: #0064ff;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-image: url("../images/icon/More01.png")
}

.IndBack {
  background-image: url("../images/pic/backB01.png");
  background-position: top right;
  background-repeat: no-repeat;
}

/*title*/
.IndTit {}

.IndTit h3 {
  font-weight: 500;
  color: #0064ff;
  position: relative;
}

.IndTit h3:before {
  content: ' ';
  display: block;
  background: #001ea0;
  position: absolute;
  top: 50%;
}

.IndTit h2 {
  color: #192d40;
  font-weight: 550;
  position: relative;
  z-index: 1;
}

.IndTit h2 span {
  color: #586774;
}

.IndTit h2:before {
  content: ' ';
  display: block;
  background: #b3d1ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*产品介绍*/
.IndProK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.IndProA {
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
}

.IndProI {
  display: block;
  margin: 0 auto;
  background-color: #e5efff;
  border-radius: 50%;
  background-image: url("../images/icon/IndProI01.png");
  background-repeat: no-repeat;
}

.IndProI1 {
  background-position: 0 0;
}

.IndProT {
  text-align: center;
  color: #2e4051;
  font-size: 20px;
}

.IndProM {
  text-align: center;
  color: #001ea0;
  margin: 0 auto;
  display: block;
}

.IndProM span {
  position: relative;
  z-index: 1;
}

.IndProM span:before {
  content: ' ';
  display: block;
  background: #ffcc90;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}

.IndProMor {
  background: #0064ff;
  text-align: center;
  display: block;
  color: #FFF;
}

.hot-icon {
  position: absolute;
  left: -8px;
  top: -13px;
}

/*选择我们*/
.IndChok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.IndChoA {
  display: block;
  background: #bfbfbf;
  position: relative;
  color: #FFF;
  overflow: hidden;
}

.IndChoA:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/pic/IndChoI.png");
  bottom: 0;
  left: 0;
  z-index: 1;
}

.IndChoP {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.IndChoP p {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  text-align: right;
}

.IndChoP h3 {
  writing-mode: vertical-lr;
  text-align: right;
}

/*关于我们*/
.IndAboN {
  color: #222;
}

.IndAboB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.IndAboA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.IndAboA p {
  color: #1e2731;
  font-weight: 550;
}

.IndAboI {
  background-image: url("../images/icon/IntAbo01.png");
  background-repeat: no-repeat;
}

.IndAboI1 {
  background-position: 0 0;
}

@media screen and (min-width:1280px) {

  /***************首页***********/
  /* banner */
  .banner {
    height: 600px;
  }

  .banner .swiper-slide {
    height: 600px;
    background-size: 100% 100%;
  }

  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #FFF;
  }

  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .banP {
    top: 180px;
    width: 1200px;
  }

  .banPt {
    line-height: 30px;
  }

  .banPp {
    padding-top: 3px;
    line-height: 66px;
    font-size: 44px;
  }

  .banPp:before {
    width: 283px;
    height: 19px;
  }

  .banPs {
    height: 30px;
    margin: 25px auto 40px;
    font-size: 15px;
  }

  .banPs p {
    padding: 0 22px;
  }

  .banPa {
    border-radius: 21px;
    padding: 4px;
    height: 34px;
    width: 134px;
  }

  .banPa p {
    width: 89px;
    line-height: 20px;
    font-size: 15px;
  }

  .banPa i {
    width: 45px;
    height: 34px;
    border-radius: 17px;
  }

  .IndBack {
    padding-top: 60px;
    background-size: 1920px;
  }

  /*title*/
  .IndTit h3 {
    line-height: 35px;
    font-size: 18px;
    padding-left: 55px;
    margin-bottom: 5px;
  }

  .IndTit h3:before {
    width: 85px;
    height: 1px;
    left: -40px;
    margin-top: -0.5px;
  }

  .IndTit h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .IndTit h2:before {
    width: 60px;
    height: 6px;
  }

  /*产品介绍*/
  .IndPro {
    width: 1200px;
    margin: 0 auto 75px;
  }

  .IndProK {
    padding: 50px 0 50px;
  }

  .IndProA {
    width: 220px;
    ;
    height: 224px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .IndProI {
    width: 88px;
    height: 88px;
    background-size: 88px;
  }

  .IndProI2 {
    background-position: 0 -88px;
  }

  .IndProI3 {
    background-position: 0 -176px;
  }

  .IndProI4 {
    background-position: 0 -264px;
  }

  .IndProT {
    font-size: 20px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .IndProM {
    font-size: 14px;
    line-height: 20px;
    width: 60%;
  }

  .IndProM span:before {
    width: 20px;
    height: 5px;
  }

  .IndProM:hover span:before {
    transition: 0.5s;
    width: 100%;
  }

  .IndProMor {
    font-size: 16px;
    width: 150px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    border: 1px solid #0064ff;
  }

  .IndProMor:hover {
    background: #FFF;
    color: #0064ff;
  }

  /*选择我们*/
  .IndCho {
    width: 1200px;
    margin: 0 auto 75px;
  }

  .IndChok {
    width: 1200px;
    margin-top: 55px;
  }

  .IndChoA {
    width: 378px;
    height: 455px;
    border-radius: 3px;
  }

  .IndChoA img {
    width: 100%
  }

  .IndChoP p {
    height: 210px;
    font-size: 19px;
    margin-left: 15px;
  }

  .IndChoP h3 {
    height: 210px;
    font-size: 30px;
  }

  /*关于我们*/
  .IndAbo {
    width: 1200px;
    margin: 0 auto 60px;
  }

  .IndAboK {
    width: 1200px;
    margin-top: 45px;
    position: relative;
  }

  .IndAboN {
    width: 900px;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 30px;
  }

  .IndAboB {
    width: 900px;
  }

  .IndAboA {
    width: 300px;
    margin-bottom: 40px;
  }

  .IndAboA p {
    width: 295px;
    line-height: 30px;
    font-size: 14px;
  }

  .IndAboI {
    width: 55px;
    height: 30px;
    background-size: 30px;
  }

  .IndAboI2 {
    background-position: 0 -30px;
  }

  .IndAboI3 {
    background-position: 0 -60px;
  }

  .IndAboI4 {
    background-position: 0 -90px;
  }

  .IndAboI5 {
    background-position: 0 -120px;
  }

  .IndAboI6 {
    background-position: 0 -150px;
  }

  .IndAboM {
    display: block;
    position: absolute;
    z-index: 1;
    width: 70px;
    right: 0;
    top: 78px;
  }

  .IndAboM:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 60px;
    height: 227px;
    border: 1px solid #dcdcdc;
    left: -50px;
    top: -78px;
    z-index: -1;
  }

  .IndAboM div {
    background: #FFF;
    z-index: 1;
    padding: 10px 0;
  }

  .IndAboM p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
  }

  .IndAboM:hover {
    color: #0064ff;
  }
}

@media screen and (max-width:1279px) and (min-width:960px) {

  /***************首页***********/
  /* banner */
  .banner {
    height: 650px;
  }

  .banner .swiper-slide {
    height: 650px;
  }

  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 2px solid #FFF;
  }

  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .banP {
    top: 200px;
    width: 900px;
  }

  .banPt {
    line-height: 20px;
    font-size: 18px;
  }

  .banPp {
    padding-top: 3px;
    line-height: 56px;
    font-size: 38px;
  }

  .banPp:before {
    width: 200px;
    height: 16px;
  }

  .banPs {
    height: 20px;
    margin: 25px auto 40px;
    font-size: 14px;
  }

  .banPs p {
    padding: 0 18px;
  }

  .banPa {
    border-radius: 21px;
    padding: 4px;
    height: 34px;
    width: 130px;
  }

  .banPa p {
    width: 85px;
    line-height: 20px;
    font-size: 14px;
  }

  .banPa i {
    width: 45px;
    height: 34px;
    border-radius: 17px;
  }

  .IndBack {
    padding-top: 40px;
    background-size: 1280px;
  }

  /*title*/
  .IndTit h3 {
    line-height: 30px;
    font-size: 16px;
    padding-left: 45px;
    margin-bottom: 5px;
  }

  .IndTit h3:before {
    width: 65px;
    height: 1px;
    left: -30px;
    margin-top: -0.5px;
  }

  .IndTit h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .IndTit h2:before {
    width: 50px;
    height: 6px;
  }

  /*产品介绍*/
  .IndPro {
    width: 900px;
    margin: 0 auto 50px;
  }

  .IndProK {
    padding: 50px 0 35px;
  }

  .IndProA {
    width: 202px;
    ;
    height: 190px;
    padding-top: 42px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .IndProI {
    width: 75px;
    height: 75px;
    background-size: 75px;
  }

  .IndProI2 {
    background-position: 0 -75px;
  }

  .IndProI3 {
    background-position: 0 -150px;
  }

  .IndProI4 {
    background-position: 0 -225px;
  }

  .IndProT {
    font-size: 18px;
    line-height: 23px;
    padding-top: 12px;
    padding-bottom: 25px;
  }

  .IndProM {
    font-size: 13px;
    line-height: 15px;
    width: 60%;
  }

  .IndProM span:before {
    width: 20px;
    height: 5px;
  }

  .IndProM:hover span:before {
    transition: 0.5s;
    width: 100%;
  }

  .IndProMor {
    font-size: 15px;
    width: 130px;
    height: 42px;
    line-height: 42px;
    border-radius: 22px;
    border: 1px solid #0064ff;
  }

  .IndProMor:hover {
    background: #FFF;
    color: #0064ff;
  }

  /*选择我们*/
  .IndCho {
    width: 900px;
    margin: 0 auto 65px;
  }

  .IndChok {
    width: 900px;
    margin-top: 45px;
  }

  .IndChoA {
    width: 290px;
    height: 349px;
    border-radius: 3px;
  }

  .IndChoP p {
    height: 170px;
    font-size: 16px;
    margin-left: 15px;
  }

  .IndChoP h3 {
    height: 170px;
    font-size: 24px;
  }

  /*关于我们*/
  .IndAbo {
    width: 900px;
    margin: 0 auto 40px;
  }

  .IndAboK {
    width: 900px;
    margin-top: 25px;
    position: relative;
  }

  .IndAboN {
    width: 750px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .IndAboB {
    width: 750px;
  }

  .IndAboA {
    width: 250px;
    margin-bottom: 30px;
  }

  .IndAboA p {
    width: 200px;
    line-height: 30px;
    font-size: 14px;
  }

  .IndAboI {
    width: 50px;
    height: 30px;
    background-size: 30px;
  }

  .IndAboI2 {
    background-position: 0 -30px;
  }

  .IndAboI3 {
    background-position: 0 -60px;
  }

  .IndAboI4 {
    background-position: 0 -90px;
  }

  .IndAboI5 {
    background-position: 0 -120px;
  }

  .IndAboI6 {
    background-position: 0 -150px;
  }

  .IndAboM {
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    right: 0;
    top: 60px;
  }

  .IndAboM:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 50px;
    height: 190px;
    border: 1px solid #dcdcdc;
    left: -40px;
    top: -60px;
    z-index: -1;
  }

  .IndAboM div {
    background: #FFF;
    z-index: 1;
    padding: 10px 0;
  }

  .IndAboM img {
    width: 20px
  }

  .IndAboM p {
    color: #0a0a0a;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
  }

  .IndAboM:hover {
    color: #0064ff;
  }
}

@media screen and (max-width:959px) and (min-width:640px) {

  /***************首页***********/
  /* banner */
  .banner {
    height: 550px;
  }

  .banner .swiper-slide {
    height: 550px;
  }

  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 1px solid #FFF;
  }

  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .banP {
    top: 160px;
    width: 600px;
  }

  .banPt {
    line-height: 20px;
    font-size: 16px;
  }

  .banPp {
    padding-top: 3px;
    line-height: 44px;
    font-size: 28px;
  }

  .banPp:before {
    width: 160px;
    height: 12px;
  }

  .banPs {
    height: 20px;
    margin: 16px auto 25px;
    font-size: 12px;
  }

  .banPs p {
    padding: 0 13px;
  }

  .banPa {
    border-radius: 18px;
    padding: 3px;
    height: 30px;
    width: 110px;
  }

  .banPa p {
    width: 80px;
    line-height: 20px;
    font-size: 12px;
  }

  .banPa i {
    width: 40px;
    height: 30px;
    border-radius: 17px;
  }

  .IndBack {
    padding-top: 20px;
    background-size: 960px;
  }

  /*title*/
  .IndTit h3 {
    line-height: 25px;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 5px;
  }

  .IndTit h3:before {
    width: 40px;
    height: 1px;
    left: -20px;
    margin-top: -0.5px;
  }

  .IndTit h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .IndTit h2:before {
    width: 35px;
    height: 5px;
  }

  /*产品介绍*/
  .IndPro {
    width: 600px;
    margin: 0 auto 30px;
  }

  .IndProK {
    padding: 30px 0 25px;
  }

  .IndProA {
    width: 180px;
    ;
    height: 150px;
    padding-top: 32px;
    border-radius: 9px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }

  .IndProI {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }

  .IndProI2 {
    background-position: 0 -60px;
  }

  .IndProI3 {
    background-position: 0 -120px;
  }

  .IndProI4 {
    background-position: 0 -180px;
  }

  .IndProT {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 18px;
  }

  .IndProM {
    font-size: 12px;
    line-height: 15px;
    width: 80%;
  }

  .IndProM span:before {
    width: 20px;
    height: 5px;
  }

  .IndProMor {
    font-size: 15px;
    width: 130px;
    height: 42px;
    line-height: 42px;
    border-radius: 22px;
    border: 1px solid #0064ff;
  }

  /*选择我们*/
  .IndCho {
    width: 600px;
    margin: 0 auto 50px;
  }

  .IndChok {
    width: 600px;
    margin-top: 35px;
  }

  .IndChoA {
    width: 192px;
    height: 229px;
    border-radius: 3px;
  }

  .IndChoA img {
    width: 100%
  }

  .IndChoP p {
    height: 130px;
    font-size: 12px;
    margin-left: 10px;
  }

  .IndChoP h3 {
    height: 130px;
    font-size: 18px;
  }

  /*关于我们*/
  .IndAbo {
    width: 600px;
    margin: 0 auto 50px;
  }

  .IndAboK {
    width: 600px;
    margin-top: 20px;
  }

  .IndAboN {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .IndAboB {}

  .IndAboA {
    width: 200px;
    margin-bottom: 20px;
  }

  .IndAboA p {
    width: 160px;
    line-height: 25px;
    font-size: 13px;
  }

  .IndAboI {
    width: 40px;
    height: 25px;
    background-size: 25px;
  }

  .IndAboI2 {
    background-position: 0 -25px;
  }

  .IndAboI3 {
    background-position: 0 -50px;
  }

  .IndAboI4 {
    background-position: 0 -75px;
  }

  .IndAboI5 {
    background-position: 0 -100px;
  }

  .IndAboI6 {
    background-position: 0 -125px;
  }

  .IndAboM {
    display: block;
    width: 150px;
    margin: 20px auto;
    position: relative;
  }

  .IndAboM:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 23px;
    border: 1px solid #dcdcdc;
    left: 0;
    top: -8px;
    z-index: -1;
  }

  .IndAboM div {
    background: #FFF;
    z-index: 1;
    padding: 0 10px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80px;
    margin: 0 auto;
  }

  .IndAboM img {
    width: 18px;
    margin-right: 7px;
  }

  .IndAboM p {
    color: #0a0a0a;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
  }

}

@media only screen and (max-width: 639px) {

  /***************首页***********/
  /* banner */
  .banner {
    height: 2.2rem;
  }

  .banner .swiper-slide {
    height: 2.2rem;
  }

  .banner .swiper-pagination-bullet {
    width: 0.04rem;
    height: 0.04rem;
    border: 0.01rem solid #FFF;
  }

  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.02rem;
  }

  .banP {
    top: 0.6rem;
    width: 92%;
  }

  .banPt {
    line-height: 0.18rem;
    font-size: 0.11rem;
  }

  .banPp {
    padding-top: 0.01rem;
    line-height: 0.25rem;
    font-size: 0.15rem;
  }

  .banPp:before {
    width: 1rem;
    height: 0.07rem;
  }

  .banPs {
    height: 0.2rem;
    margin: 0.1rem auto 0.13rem;
    font-size: 0.1rem;
  }

  .banPs p {
    padding: 0 0.05rem;
  }

  .banPa {
    border-radius: 18px;
    padding: 0.02rem;
    height: 0.18rem;
    width: 0.8rem;
  }

  .banPa p {
    width: 0.58rem;
    line-height: 0.15rem;
    font-size: 0.11rem;
  }

  .banPa i {
    width: 0.23rem;
    height: 0.18rem;
    border-radius: 17px;
  }

  .IndBack {
    padding-top: 0.2rem;
    background-size: 150%;
  }

  /*title*/
  .IndTit h3 {
    line-height: 0.2rem;
    font-size: 0.11rem;
    margin-bottom: 0.02rem;
    position: static;
    display: flex;
    align-items: center;
  }

  .IndTit h3 p {
    margin-left: 1%;
  }

  .IndTit h3:before {
    width: 7%;
    height: 0.01rem;
    position: static
  }

  .IndTit h2 {
    font-size: 0.15rem;
    line-height: 0.22rem;
    margin-left: 4%;
  }

  .IndTit h2:before {
    width: 0.3rem;
    height: 0.04rem;
  }

  /*产品介绍*/
  .IndPro {
    width: 100%;
    margin: 0 auto 0.2rem;
  }

  .IndProK {
    padding: 0.15rem 4% 0.08rem;
    width: 92%
  }

  .IndProA {
    width: 44%;
    ;
    height: 1.25rem;
    padding-top: 0.2rem;
    border-radius: 0.06rem;
    margin-bottom: 0.08rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .IndProI {
    width: 0.45rem;
    height: 0.45rem;
    background-size: 0.45rem;
  }

  .IndProI2 {
    background-position: 0 -0.45rem;
  }

  .IndProI3 {
    background-position: 0 -0.9rem;
  }

  .IndProI4 {
    background-position: 0 -1.35rem;
  }

  .IndProT {
    font-size: 0.12rem;
    line-height: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.12rem;
  }

  .IndProM {
    font-size: 0.12rem;
    line-height: 0.18rem;
    width: 80%;
  }

  .IndProM span:before {
    width: 0.25rem;
    height: 0.04rem;
  }

  .IndProMor {
    font-size: 0.12rem;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.15rem;
    margin-left: 4%;
  }

  /*选择我们*/
  .IndCho {
    width: 100%;
    margin: 0 auto 0.2rem;
  }

  .IndChok {
    width: 92%;
    padding: 0.15rem 4% 0;
  }

  .IndChoA {
    width: 32%;
    border-radius: 0.03rem;
  }

  .IndChoA img {
    width: 100%;
    display: block;
  }

  .IndChoP {
    height: 100%;
  }

  .IndChoP p {
    font-size: 0.09rem;
    margin-left: 5%;
    width: 0.16rem;
    text-align: center;
  }

  .IndChoP h3 {
    font-size: 0.13rem;
    width: 0.16rem;
    text-align: center;
  }

  /*关于我们*/
  .IndAbo {
    width: 100%;
    margin: 0 auto 0.2rem;
  }

  .IndAboK {
    width: 92%;
    padding: 0.15rem 4% 0;
  }

  .IndAboN {
    font-size: 0.12rem;
    line-height: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .IndAboB {}

  .IndAboA {
    width: 50%;
    margin-bottom: 0.1rem;
  }

  .IndAboA p {
    width: 82%;
    line-height: 0.2rem;
    font-size: 0.12rem;
  }

  .IndAboI {
    width: 18%;
    height: 0.2rem;
    background-size: 0.2rem;
  }

  .IndAboI2 {
    background-position: 0 -0.2rem;
  }

  .IndAboI3 {
    background-position: 0 -0.4rem;
  }

  .IndAboI4 {
    background-position: 0 -0.6rem;
  }

  .IndAboI5 {
    background-position: 0 -0.8rem;
  }

  .IndAboI6 {
    background-position: 0 -1rem;
  }

  .IndAboM {
    display: block;
    width: 40%;
    margin: 0.2rem auto;
    border: 0.01rem solid #dcdcdc;
  }

  .IndAboM div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 0.3rem;
  }

  .IndAboM img {
    width: 18px;
    margin-right: 7px;
  }

  .IndAboM p {
    color: #0a0a0a;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
  }
}

/*************产品中心***********/
.Nyban {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.NybanB {
  color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  text-align: center;
}

.NybanB h3 {
  font-weight: 500;
}

.ProTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ProTitA {
  display: block;
  cursor: pointer;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProTitA img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.ProTitA .more-black {
  display: block;
}

.ProTitA .more-white {
  display: none;
}

.ProTit .ProTitA.on {
  background-color: #277dff;
  color: #FFF;
}

.ProTitA.on .more-black {
  display: none;
}

.ProTitA.on .more-white {
  display: block;
}

.ProNT {
  font-weight: 600;
  text-align: center;
  color: #000;
}

.ProND {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ProNL img {
  display: block;
}

.ProNL p {
  text-align: center;
  color: #000;
}

.ProNRp {
  position: relative;
  color: #000;
}

.ProNRp:before,
.ProNRp:after {
  content: ' ';
  display: block;
  position: absolute;
}

.ProNRp:before {
  background-image: url("../images/pic/proI01.png");
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}

.ProNRp:after {
  background: #e5e5e5;
  bottom: 0;
  z-index: -1
}

.ProNRp:last-child:after {
  display: none;
}

.ProNRp .word {
  color: #0158dc;
  font-weight: 600;
}

.ProNRp .word:hover {
  opacity: 0.7;
}

.product-menu {
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.more-box {
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 999;
  width: 100%;
  background-color: #FFF;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.more-flex {
  display: flex;
  flex-wrap: wrap;
}

.more-flex a {
  margin: 15px 30px;
}

.more-flex a:hover {
  color: #277dff;
}

.more-flex a.on {
  color: #277dff;
}

@media screen and (min-width:1280px) {

  /*************产品中心***********/
  .Nyban {
    height: 552px;
    padding-top: 80px;
    background-position: center 80px;
  }

  .NybanB {
    top: 200px;
    padding: 15px 0;
    width: 800px;
  }

  .NybanB h3 {
    line-height: 45px;
    font-size: 38px;
  }

  .NybanB p {
    line-height: 25px;
    font-size: 20px;
    margin-top: 5px;
  }

  .ProTit {
    height: 95px;
    border-bottom: 1px solid #e9e9e9;
  }

  .ProTitA.on {
    height: 95px;
  }

  .ProTitA {
    font-size: 16px;
    margin: 0 5px;
    padding: 0 15px;
  }

  .ProTitA p {
    font-size: 14px;
  }

  .ProNr {
    width: 1200px;
    margin: 130px auto 140px;
  }

  .ProNT {
    font-size: 32px;
    line-height: 40px;
  }

  .ProND {
    margin-top: 30px
  }

  .ProNL {
    width: 430px;
  }

  .ProNL img {
    width: 360px;
    margin: 0 auto 30px;
  }

  .ProNL p {
    font-size: 24px;
    line-height: 30px;
  }

  .ProNR {
    width: 720px;
  }

  .ProNRp {
    padding-left: 70px;
    line-height: 20px;
    height: 56px;
    font-size: 16px;
  }

  .ProNRp:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 1px;
  }

  .ProNRp:after {
    height: 56px;
    width: 1px;
    left: 8px;
  }

  .ProNRp .word {
    font-size: 24px;
  }

  .more-flex {
    width: 1200px;
    margin: 0 auto;
  }

}

@media screen and (max-width:1279px) and (min-width:960px) {

  /*************产品中心***********/
  .Nyban {
    height: 470px;
    padding-top: 70px;
    background-position: center 70px;
  }

  .NybanB {
    top: 300px;
    padding: 12px 0;
    width: 650px;
  }

  .NybanB h3 {
    line-height: 36px;
    font-size: 32px;
  }

  .NybanB p {
    line-height: 22px;
    font-size: 18px;
    margin-top: 5px;
  }

  .ProTit {
    height: 80px;
    border-bottom: 1px solid #e9e9e9;
  }

  .ProTitA.on {
    height: 80px;
  }

  .ProTitA {
    width: 180px;
  }

  .ProTitA p {
    font-size: 12px;
    word-break: keep-all;
  }

  .ProNr {
    width: 900px;
    margin: 100px auto 110px;
  }

  .ProNT {
    font-size: 26px;
    line-height: 32px;
  }

  .ProND {
    margin-top: 30px
  }

  .ProNL {
    width: 320px;
  }

  .ProNL img {
    width: 160px;
    margin: 0 auto 20px;
  }

  .ProNL p {
    font-size: 20px;
    line-height: 25px;
  }

  .ProNR {
    width: 550px;
  }

  .ProNRp {
    padding-left: 50px;
    line-height: 20px;
    height: 50px;
    font-size: 15px;
  }

  .ProNRp:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 1px;
  }

  .ProNRp:after {
    height: 50px;
    width: 1px;
    left: 7px;
  }

  .ProNRp .word {
    font-size: 22px;
  }

  .ProductMore {
    width: 120px;
  }

  .more-box {
    top: 80px;
  }
}

@media screen and (max-width:959px) and (min-width:640px) {

  /*************产品中心***********/
  .Nyban {
    height: 340px;
    padding-top: 56px;
    background-position: center 56px;
  }

  .NybanB {
    top: 220px;
    padding: 9px 0;
    width: 450px;
  }

  .NybanB h3 {
    line-height: 30px;
    font-size: 24px;
  }

  .NybanB p {
    line-height: 18px;
    font-size: 14px;
    margin-top: 2px;
  }

  .ProTit {
    height: 65px;
    border-bottom: 1px solid #e9e9e9;
  }

  .ProTitA.on {
    height: 65px;
  }

  .ProTitA {
    width: 25%;
  }

  .ProTitA p {
    font-size: 10px;
  }

  .ProNr {
    width: 600px;
    margin: 70px auto 80px;
  }

  .ProNT {
    font-size: 20px;
    line-height: 25px;
  }

  .ProND {
    margin-top: 20px
  }

  .ProNL {
    width: 100%;
    padding-top: 30px;
  }

  .ProNL img {
    width: 180px;
    margin: 0 auto 20px;
  }

  .ProNL p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }

  .ProNR {
    width: 100%;
    padding-top: 30px;
  }

  .ProNRp {
    padding-left: 40px;
    width: 560px;
    line-height: 20px;
    height: 50px;
    font-size: 15px;
  }

  .ProNRp:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 1px;
  }

  .ProNRp:after {
    height: 50px;
    width: 1px;
    left: 7px;
  }

  .ProNRp .word {
    font-size: 20px;
  }

  .ProductMore {
    width: 80px;
  }

  .ProductMore p {
    display: none;
  }

  .more-box {
    top: 65px;
  }
}

@media only screen and (max-width: 639px) {
  .Nyban {
    height: 2rem;
    padding-top: 0.44rem;
    background-position: center 0.44rem;
  }

  .NybanB {
    top: 1.4rem;
    padding: 0.06rem 0;
    width: 80%;
  }

  .NybanB h3 {
    line-height: 0.2rem;
    font-size: 0.16rem;
    font-weight: 600;
  }

  .NybanB p {
    line-height: 0.18rem;
    font-size: 0.11rem;
    margin-top: 0.02rem;
  }

  .ProTit {
    height: 0.4rem;
    border-bottom: 0.01rem solid #e9e9e9;
  }

  .ProTitA.on {
    height: 0.4rem;
  }

  .ProTitA {
    width: 25%;
    height: 0.42rem;
    font-size: 0.12rem;
    line-height: 0.18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }

  .ProTitA p {
    display: none;
  }

  .ProNr {
    width: 100%;
    padding: 0.3rem 0 0.4rem;
  }

  .ProNT {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .ProND {
    margin-top: 0.15rem
  }

  .ProNL {
    width: 92%;
  }

  .ProNL img {
    width: 45%;
    margin: 0 auto 0.12rem;
  }

  .ProNL p {
    font-size: 0.13rem;
    line-height: 0.2rem;
    font-weight: 600;
  }

  .ProNR {
    width: 92%;
    padding: 0.25rem 4% 0;
  }

  .ProNRp {
    padding-left: 8%;
    width: 92%;
    font-size: 0.13rem;
    margin: 10px 0;
  }

  .ProNRp:before {
    width: 0.14rem;
    height: 0.14rem;
    background-size: 0.14rem;
    top: 0.02rem;
  }

  .ProNRp:after {
    height: 0.44rem;
    width: 0.01rem;
    left: 0.07rem;
  }

  .ProNRp .word {
    font-size: 0.15rem;
  }

  .more-box {
    top: 0.4rem;
  }
}

/*************关于我们***********/
.AboNr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.AboNrp {
  color: #424242;
  text-align: justify;
}

.AboNra {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.AboNra p {
  font-weight: 550;
  color: #000;
}

.AboMap {
  background-image: url("../images/pic/AboBack.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.AboMapZ {
  background: rgba(0, 100, 255, 0.9);
}

.AboMapD {
  overflow: hidden;
}

.AboMapP {
  color: #FFF;
}

.AboMapP h3 {
  font-weight: 500;
}

@media screen and (min-width:1280px) {

  /*************关于我们***********/
  .AboNK {
    width: 1200px;
    margin: 40px auto 55px;
  }

  .AboNr {
    width: 1200px;
    padding: 60px 0 30px;
  }

  .AboNrp {
    width: 880px;
    font-size: 14px;
    line-height: 24px;
  }

  .AboNrB {
    width: 205px;
    margin-right: 25px;
  }

  .AboNra {
    padding: 0 35px;
    width: 135px;
    border-radius: 8px;
    background: #FFF;
    height: 90px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .AboNra p {
    font-size: 16px;
  }

  .AboMap {
    width: 1200px;
  }

  .AboMapZ {
    margin-left: 576px;
    width: 485px;
    height: 463px;
  }

  .AboMapD {
    width: 485px;
    height: 283px;
  }

  .AboMapD img {
    width: 485px;
    height: 283px;
  }

  .AboMapP {
    padding: 15px 30px 5px;
    line-height: 32px;
    ;
  }

  .AboMapP h3 {
    font-size: 20px;
  }

  .AboMapP p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width:1279px) and (min-width:960px) {

  /*************关于我们***********/
  .AboNK {
    width: 900px;
    margin: 30px auto 40px;
  }

  .AboNr {
    width: 900px;
    padding: 40px 0 20px;
  }

  .AboNrp {
    width: 680px;
    font-size: 13px;
    line-height: 22px;
  }

  .AboNrB {
    width: 170px;
    margin-right: 10px;
  }

  .AboNra {
    padding: 0 25px;
    width: 120px;
    border-radius: 8px;
    background: #FFF;
    height: 70px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .AboNra p {
    font-size: 15px;
  }

  .AboMap {
    width: 900px;
  }

  .AboMapZ {
    margin-left: 400px;
    width: 390px;
    height: 360px;
  }

  .AboMapD {
    width: 390px;
    height: 228px;
  }

  .AboMapD img {
    width: 390px;
  }

  .AboMapP {
    padding: 12px 25px 5px;
    line-height: 26px;
    ;
  }

  .AboMapP h3 {
    font-size: 18px;
  }

  .AboMapP p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width:959px) and (min-width:640px) {

  /*************关于我们***********/
  .AboNK {
    width: 600px;
    margin: 20px auto 30px;
  }

  .AboNr {
    width: 600px;
    padding: 30px 0 20px;
  }

  .AboNrp {
    width: 600px;
    font-size: 12px;
    line-height: 20px;
  }

  .AboNrB {
    width: 600px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }

  .AboNra {
    padding: 0 25px;
    width: 120px;
    border-radius: 8px;
    background: #FFF;
    height: 70px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .AboNra p {
    font-size: 15px;
  }

  .AboMap {
    width: 600px;
  }

  .AboMapZ {
    margin-left: 200px;
    width: 340px;
    height: 320px;
  }

  .AboMapD {
    width: 340px;
    height: 198px;
  }

  .AboMapD img {
    width: 340px;
  }

  .AboMapP {
    padding: 10px 25px 5px;
    line-height: 24px;
    ;
  }

  .AboMapP h3 {
    font-size: 14px;
  }

  .AboMapP p {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 639px) {

  /*************关于我们***********/
  .AboNK {
    width: 100%;
    margin: 0.2rem auto 0.2rem;
  }

  .AboNr {
    width: 92%;
    padding: 0.15rem 4% 0.2rem;
  }

  .AboNrp {
    width: 100%;
    font-size: 0.12rem;
    line-height: 0.2rem;
  }

  .AboNrB {
    width: 100%;
    margin-top: 0.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }

  .AboNra {
    padding: 0 3.5%;
    width: 25%;
    border-radius: 0.03rem;
    background: #FFF;
    height: 0.4rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .AboNra p {
    font-size: 0.12rem;
  }

  .AboNra img {
    width: 0.15rem;
  }

  .AboMap {
    width: 100%;
  }

  .AboMapZ {
    margin-left: 30%;
    width: 70%;
  }

  .AboMapD {
    width: 100%;
    height: 1.2rem;
  }

  .AboMapD img {
    width: 100%;
    height: 1.2rem;
  }

  .AboMapP {
    padding: 0.1rem 6% 0.06rem;
    line-height: 0.2rem;
  }

  .AboMapP h3 {
    font-size: 0.13rem;
  }

  .AboMapP p {
    font-size: 0.12rem;
    margin-bottom: 0.02rem;
  }
}

/**********************************************/
.PriDK {
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.PriDT {
  text-align: center;
  color: #333;
  font-weight: 600;
}

.PriDT p {
  color: #666;
}

.PriContent {
  padding: 10px 8px;
}

.PriText>p {
  margin: 5px 0;
}

.PriMan .color_G {
  color: #19b493;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

.PriSelect {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media screen and (min-width:1280px) {
  .PriDK {
    width: 1200px;
    margin: 110px auto 55px;
  }

  .PriDT {
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
  }

  .PriMan {
    padding: 40px 50px 50px 50px;
  }

  .PriMan p:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .PriMan p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .PriMan .color_G {
    font-size: 16px;
  }
}

@media screen and (max-width:1279px) and (min-width:960px) {
  .PriDK {
    width: 900px;
    margin: 95px auto 40px;
  }

  .PriDT {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
  }

  .PriMan {
    padding: 30px 40px 40px 40px;
  }

  .PriMan p:nth-of-type(1) {
    margin-bottom: 35px;
  }

  .PriMan p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .PriMan .color_G {
    font-size: 15px;
  }
}

@media screen and (max-width:959px) and (min-width:640px) {
  .PriDK {
    width: 600px;
    margin: 95px auto 40px;
  }

  .PriDT {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-bottom: 1px solid #dcdcdc;
  }

  .PriMan {
    padding: 20px 30px 30px 30px;
  }

  .PriMan p:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .PriMan p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .PriMan .color_G {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) {
  .PriDK {
    width: 92%;
    margin: 0.52rem auto 0.2rem;
  }

  .PriDT {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    border-bottom: 0.01rem solid #dcdcdc;
  }

  .PriMan {
    padding: 0.15rem 5% 0.2rem 5%;
  }

  .PriMan p:nth-of-type(1) {
    margin-bottom: 0.16rem;
  }

  .PriMan p {
    font-size: 0.12rem;
    line-height: 0.22rem;
    margin-bottom: 0.12rem;
  }

  .PriMan .color_G {
    font-size: 0.13rem;
  }
}

/*display: -webkit-box;display: -ms-flexbox;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center*/