@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

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

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.max1600 {
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.head-bg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.head-bg .head-index {
  align-items: center;
}

.head-bg .head-index .logo1 {
  line-height: 78px;
  width: 13.75%;
}

.head-bg .head-index .headr {
  width: 80%;
  align-items: center;
}

.head-bg .head-index .headr .en img {
  max-width: 100%;
}

/**/
.product-index {
  margin-top: 5.2%;
}

.prod1 {
  align-items: flex-end;
}

.prod1 .pt1 h3 {
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}

.prod1 .pt1 h3 span {
  color: #0065ed;
}

.prod1 .pt1 h4 {
  font-weight: normal;
  font-size: 16px;
  color: #7b7b7b;
  padding-top: 15px;
}

.prod1 .psort {
  width: 39%;
}

.p7a li {
  cursor: pointer;
  width: 24%;
  text-align: center;
  background: #e7e7e7;
  color: #666666;
  font-size: 16px;
  line-height: 2.6875;
}

.p7a li.active {
  background: #005bd5;
  color: #fff;
}

.p7b {
  position: relative;
  margin-top: 2.34375vw;
}

/*.p7b .p7btab {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
  width: 100%;
}

.p7b .p7btab {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.p7b .p7btab.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
*/
.p7b .p7btab .p7b-swiper {
  overflow: hidden;
}

.p7b .p7btab .p7b-swiper li a {
  display: block;
}

.p7b .p7btab .p7b-swiper li a div.img {
  overflow: hidden;
}

.p7b .p7btab .p7b-swiper li a div.img img {
  width: 100%;
  transition: all ease .3s;
}

.p7b .p7btab .p7b-swiper li a .wz {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}

.p7b .p7btab .p7b-swiper li a .wz .w1 {
  color: #ffffff;
  font-size: 26px;
}

.p7b .p7btab .p7b-swiper li a .wz .w2 {
  color: #ffffff;
  font-size: 16px;
  padding: 1.4vw 0;
}

.p7b .p7btab .p7b-swiper li a .wz .w3 {
  background: url(../images/more1.png) no-repeat top center;
  width: 53px;
  height: 53px;
  margin: 0 auto;
  background-size: 53px 53px;
}

.p7b .p7btab .p7b-swiper li:hover a div.img img {
  transform: scale(1.1);
}

.p7prev {
  width: 75px;
  height: 80px;
  background: url(../images/left1.png) no-repeat center center #bababa;
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
  outline: none;
}

.p7prev:hover {
  background: url(../images/left1.png) no-repeat center center #3686f1;
}

.p7next {
  width: 75px;
  height: 80px;
  background: url(../images/right1.png) no-repeat center center #bababa;
  position: absolute;
  right: -85px;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  outline: none;
}

.p7next:hover {
  background: url(../images/right1.png) no-repeat center center #3686f1;
}

@media (max-width: 768px) {
  .prod1 {
    display: block;
  }
  .prod1 .pt1 {
    text-align: center;
  }
  .prod1 .pt1 h3 {
    font-size: 20px;
  }
  .prod1 .pt1 h4 {
    padding-top: 5px;
  }
  .prod1 .psort {
    width: 100%;
  }
  .p7a {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .p7a li {
    width: 48%;
    font-size: 14px;
    margin-bottom: 2%;
  }
  .p7b .p7btab {
    padding: 0;
  }
  .p7prev,
  .p7next {
    display: none;
  }
  .p7b .p7btab .p7b-swiper li a .wz .w1 {
    font-size: 16px;
  }
  .p7b .p7btab .p7b-swiper li a .wz .w2 {
    font-size: 14px;
    padding: 0 5%;
  }
  .p7b .p7btab .p7b-swiper li a .wz .w3 {
    background-size: 50% 50%;
  }
}

/**/
.about-bg {
  margin-top: 6.7vw;
  position: relative;
  height: 100%;
  align-items: flex-start;
}

.about-bg::before {
  content: "";
  position: absolute;
  /*width: calc(100% + (100vw - 100%) / 2);*/
  /*left: calc((100% - 100vw) / 2);*/
  z-index: -1;
  background: url(../images/a1.jpg) no-repeat top left;
  height: 100%;
  background-size: 100% 100%;
  width: 50%;
  left: 0;
}

.about-bg .aboutl {
  max-width: 630px;
  padding-top: 3.5vw;
}

.about-bg .aboutl .img1 p img {
  width: 100%;
  height: auto;
}

.about-bg .aboutl .aw .aw1 {
  color: #fff;
  font-size: 44px;
}

.about-bg .aboutl .aw .aw2 {
  margin-top: 1vw;
}

.about-bg .aboutl .aw .aw2 p {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
}

.about-bg .aboutl .aw .aw3 {
  border: 1px solid #fff;
  width: 170px;
  height: 50px;
  background: url(../images/more2.png) no-repeat 30% center;
  color: #fff;
  line-height: 48px;
  font-size: 14px;
  text-indent: 40%;
  margin-top: 1vw;
}

.about-bg .aboutl .aw .aw3 a {
  display: block;
  color: #fff;
}

.about-bg .aboutr {
  width: 50%;
}

.about-bg .aboutr .about1 ul li {
  position: relative;
  height: 100%;
}

.about-bg .aboutr .about1 ul li .img1{
    overflow: hidden;
}
.about-bg .aboutr .about1 ul li .img1 img {
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}
.about-bg .aboutr .about1 ul li:hover .img1 img{
    transform: scale(1.2);
}
.about-bg .aboutr .about1 ul li .wz {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-bg .aboutr .about1 ul li .wz .img2 img {
  max-width: 100%;
}

.about-bg .aboutr .about1 ul li .wz .ww {
  color: #ffffff;
  font-size: 26px;
  padding-top: 1vw;
}

.about-bg .aboutr .about2 ul li {
  position: relative;
  height: 100%;
  width: 50%;
}
.about-bg .aboutr .about2 ul li .img1{
    overflow: hidden;
}
.about-bg .aboutr .about2 ul li .img1 img {
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}
.about-bg .aboutr .about2 ul li:hover .img1 img{
    transform: scale(1.2);
}
.about-bg .aboutr .about2 ul li .wz {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-bg .aboutr .about2 ul li .wz .img2 img {
  max-width: 100%;
}

.about-bg .aboutr .about2 ul li .wz .ww {
  color: #ffffff;
  font-size: 26px;
  padding-top: 1vw;
}

@media(max-width:1366px){
    .about-bg::before{
        width: 60%;
    }
}

@media(max-width:1200px){
    .about-bg .aboutr .about1 ul li .wz .ww{
        font-size: 16px;
    }
    .about-bg .aboutr .about2 ul li .wz .ww {
    font-size: 16px;
  }
}


@media (max-width: 767px) {
  .about-bg {
    display: block;
  }
  .about-bg .aboutl {
    width: 100%;
  }
  .about-bg .aboutl .aw .aw1 {
    font-size: 20px;
  }
  .about-bg .aboutl .aw .aw2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-bg .aboutr {
    width: 100%;
    margin-top: 5%;
  }
  .about-bg .aboutr .about1 ul li .wz .img2 {
    text-align: center;
  }
  .about-bg .aboutr .about1 ul li .wz .img2 img {
    max-width: 50%;
    margin: 0 auto;
  }
  .about-bg .aboutr .about1 ul li .wz .ww {
    font-size: 16px;
  }
  .about-bg .aboutr .about2 ul li .wz .img2 {
    text-align: center;
  }
  .about-bg .aboutr .about2 ul li .wz .img2 img {
    max-width: 50%;
    margin: 0 auto;
  }
  .about-bg .aboutr .about2 ul li .wz .ww {
    font-size: 16px;
  }
}

/**/
.ht {
  text-align: center;
}

.ht h3 {
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  position: relative;
}

.ht h4 {
  color: #eeeeee;
  font-size: 38px;
  text-transform: uppercase;
  margin-top: -1.2vw;
}

.ht .xian {
  width: 45px;
  height: 2px;
  background: #0065ed;
  margin: 0 auto;
  margin-top: 0.5vw;
}

@media (max-width: 767px) {
  .ht h3 {
    font-size: 20px;
  }
  .ht h4 {
    font-size: 20px;
  }
}

.honor-index {
  margin-top: 4.3vw;
}

.honor-index .honor-con {
  margin-top: 1vw;
}

.honor-index .honor-con .honorl {
  width: 31.3125%;
}

.honor-index .honor-con .honorl ul li {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
}

.honor-index .honor-con .honorl ul li .img1 img {
  width: 100%;
  height: auto;
}

.honor-index .honor-con .honorr {
  width: 66.875%;
}

.honor-index .honor-con .honorr ul li {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  width: 23.5%;
}

.honor-index .honor-con .honorr ul li .img1 img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .honor-index .honor-con {
    display: block;
    margin-top: 5%;
  }
  .honor-index .honor-con .honorl {
    width: 100%;
  }
  .honor-index .honor-con .honorr {
    width: 100%;
    margin-top: 5%;
  }
  .honor-index .honor-con .honorr ul {
    flex-wrap: wrap;
  }
  .honor-index .honor-con .honorr ul li {
    width: 48%;
    margin-bottom: 2%;
  }
}

/**/
.ys-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: cover;
  padding: 13.28125vw 0;
  margin-top: 5.5vw;
  position: relative;
  height: 100%;
}

.ys-bg .ys-index {
  padding: 0 8.125%;
}

.ys-bg .ys-index .yt {
  bottom: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 36.25%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ys-bg .ys-index .yt h3 {
  color: #bfc3c9;
  font-size: 40px;
}

.ys-bg .ys-index .yt h5 {
  width: 48px;
  height: 7px;
  background: #3485fb;
  margin: 0 auto;
  margin-top: 1.8vw;
  margin-bottom: 1.2vw;
}

.ys-bg .ys-index .yt h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 2.8;
  font-weight: normal;
}

.ys-bg .ys-index ul {
  flex-wrap: wrap;
}

.ys-bg .ys-index ul li {
  width: 50%;
  margin-bottom: 6.7vw;
}

.ys-bg .ys-index ul li .img0 {
  padding-left: 1.875vw;
}

.ys-bg .ys-index ul li .img0 img {
  max-width: 100%;
}

.ys-bg .ys-index ul li .img0 .img2 {
  display: none;
}

.ys-bg .ys-index ul li .wz .w1 {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  padding: 10px 0;
  padding-left: 1.875vw;
}

.ys-bg .ys-index ul li .wz .w1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/yt1.png) no-repeat top center;
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
}

.ys-bg .ys-index ul li .wz .w2 {
  color: #d8d8d6;
  font-size: 16px;
  padding-left: 1.875vw;
}

.ys-bg .ys-index ul li:hover .img0 .img1 {
  display: none;
}

.ys-bg .ys-index ul li:hover .img0 .img2 {
  display: block;
}

.ys-bg .ys-index ul li:hover .wz .w1::before {
  background: url(../images/yt2.png) no-repeat top center;
}

.ys-bg .ys-index ul li:nth-of-type(3) {
  margin-bottom: 0;
}

.ys-bg .ys-index ul li:nth-of-type(4) {
  margin-bottom: 0;
}

.ys-bg .ys-index ul li:nth-child(2n) {
  text-align: right;
}

.ys-bg .ys-index ul li:nth-child(2n) .img0 {
  padding-right: 1.875vw;
}

.ys-bg .ys-index ul li:nth-child(2n) .wz .w1 {
  padding-right: 1.875vw;
  padding-left: 0;
}

.ys-bg .ys-index ul li:nth-child(2n) .wz .w1::before {
  right: 0;
  left: initial;
}

.ys-bg .ys-index ul li:nth-child(2n) .wz .w2 {
  padding-right: 1.875vw;
  padding-left: 0;
}

@media (max-width: 767px) {
  .ys-bg {
    display: none;
  }
}

/**/
.news-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.6875vw 0;
}

.news-bg .news-index .news-con {
  margin-top: 1.5vw;
}

.news-bg .news-index .news-con .news1 {
  width: 41.75%;
  position: relative;
  height: 100%;
}

.news-bg .news-index .news-con .news1 .img1 p img {
  width: 100%;
  height: auto;
}

.news-bg .news-index .news-con .news1 .nlist1 {
  padding: 0 3.4375vw;
  position: absolute;
  top: 3.6vw;
  left: 0;
  right: 0;
}

.news-bg .news-index .news-con .news1 .nlist1 li a {
  display: block;
}

.news-bg .news-index .news-con .news1 .nlist1 li a .date {
  font-size: 16px;
  color: #eeeeee;
}

.news-bg .news-index .news-con .news1 .nlist1 li a .nw1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 1.6vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-index .news-con .news1 .nlist1 li a .nw2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  padding-top: 2.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-bg .news-index .news-con .news2 {
  width: 27.0625%;
  position: relative;
  height: 100%;
}

.news-bg .news-index .news-con .news2 .img1 p img {
  width: 100%;
  height: auto;
}

.news-bg .news-index .news-con .news2 .nlist2 {
  padding: 0 3.4375vw;
  position: absolute;
  top: 3.6vw;
  left: 0;
  right: 0;
}

.news-bg .news-index .news-con .news2 .nlist2 li a {
  display: block;
}

.news-bg .news-index .news-con .news2 .nlist2 li a .date {
  font-size: 16px;
  color: #eeeeee;
}

.news-bg .news-index .news-con .news2 .nlist2 li a .nw1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 1.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-bg .news-index .news-con .news3 {
  width: 27.0625%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.news-bg .news-index .news-con .news3 .img1 p img {
  width: 100%;
  height: auto;
}

.news-bg .news-index .news-con .news3 .news3a {
  position: relative;
}

.news-bg .news-index .news-con .news3 .news3a::before{
    content: "";
    background: #282d55;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.news-bg .news-index .news-con .news3 .news3a:hover::before{
    background: #3485fb;
}

.news-bg .news-index .news-con .news3 .news3a .nlist3 {
  padding: 0 3.4375vw;
  position: absolute;
  top: 3.6vw;
  left: 0;
  right: 0;
}

.news-bg .news-index .news-con .news3 .news3a .nlist3 li a {
  display: block;
}

.news-bg .news-index .news-con .news3 .news3a .nlist3 li a .date {
  font-size: 16px;
  color: #eeeeee;
}

.news-bg .news-index .news-con .news3 .news3a .nlist3 li a .nw1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 1.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-bg .news-index .news-con .news3 .news3b {
  position: relative;
}

.news-bg .news-index .news-con .news3 .news3b::before{
    content: "";
    background: #282d55;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.news-bg .news-index .news-con .news3 .news3b:hover::before{
    background: #3485fb;
}

.news-bg .news-index .news-con .news3 .news3b .nlist4 {
  padding: 0 3.4375vw;
  position: absolute;
  top: 3.6vw;
  left: 0;
  right: 0;
}

.news-bg .news-index .news-con .news3 .news3b .nlist4 li a {
  display: block;
}

.news-bg .news-index .news-con .news3 .news3b .nlist4 li a .date {
  font-size: 16px;
  color: #eeeeee;
}

.news-bg .news-index .news-con .news3 .news3b .nlist4 li a .nw1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 1.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .news-bg .news-index .news-con {
    display: block;
    margin-top: 5%;
  }
  .news-bg .news-index .news-con .news1 {
    width: 100%;
    margin-bottom: 5%;
  }
  .news-bg .news-index .news-con .news2 {
    width: 100%;
    margin-bottom: 5%;
  }
  .news-bg .news-index .news-con .news3 {
    width: 100%;
    margin-bottom: 5%;
    display:block;
  }
  .news-bg .news-index .news-con .news3 .news3a {
    margin-bottom: 5%;
  }
}

/*底部搜索*/
.foot_search {
  float: right;
  width: auto;
}

.foot_ewm {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1200px) {
  .foot_ewm {
    display: none;
  }
}

.hotSearch {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.hotSearch a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

#formsearch2 {
  width: 337px;
  background: url(../images/ss.jpg) no-repeat center center;
}

#formsearch2 input {
  height: 50px;
  border: none;
  line-height: 50px;
  outline: none;
  background: none;
}

#formsearch2 input#keyword {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #666;
  float: left;
  width: 80%;
}

#formsearch2 input#s_btn {
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
}

@media (max-width: 1200px) {
  #formsearch2 {
    width: 100%;
    background-size: 100%;
  }
}
@media (max-width: 640px) {
    .about-bg::before{
        width:100%;
    }
}