@charset "UTF-8";
.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;
}

.w1400 {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/* 头部 */
.head-index {
  align-items: center;
  padding: 30px 0 10px;
}

.head-index .headl {
  align-items: center;
}

.head-index .headl .logo img {
  max-width: 100%;
}

.head-index .headl .logowz {
  background: url(../images/tt1.png) no-repeat left center;
  padding-left: 10px;
  margin-left: 20px;
margin-top: 8px;
}

.head-index .headl .logowz p {
  color: #282828;
  font-size: 18px;
}

.head-index .headl .logowz p:nth-of-type(2) {
  font-weight: 600;
  color: #2a8ee7;
  font-size: 26px;
}
.head-index .ttel{
  margin-bottom: 20px;
}
.head-index .ttel p:nth-of-type(1) {
  color: #2a8ee7;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.head-index .ttel p:nth-of-type(1) img {
  margin-right: 12px;
}

.head-index .ttel p:nth-of-type(2) {
  color: #282828;
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .head-index .headl .logowz p {
    font-size: 16px;
  }
  .head-index .headl .logowz p:nth-of-type(2) {
    font-size: 16px;
  }
  .head-index .ttel p:nth-of-type(1) {
    font-size: 16px;
  }
  .head-index .ttel p:nth-of-type(2) {
    font-size: 16px;
  }
}

/* 导航样式 */
.tnav {
  background: #2a8ee7;
  height: 54px;
}

.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x-menu > li {
  position: relative;
  width: 15%;
}

.x-menu > li + li {
  background: url(../images/navli.png) no-repeat left center;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  line-height: 54px;
  text-align: center;
}

.x-menu > li > a:hover {
  color: #fff;
  background: #1675b0;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  /*height: 40px;*/
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 54px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
}

.x-sub-menu > li > a:hover {
  background: #1675b0;
  color: #fff;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

/*search*/
.w1302 {
  max-width: 1332px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sou-bg {
  background: #f4f4f4;
  height: 86px;
}

.sou-bg .sou-index {
  align-items: center;
}

.sou-bg .sou-index .hot {
  color: #282828;
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 86px;
}

.sou-bg .sou-index .hot img {
  margin-right: 16px;
}

.sou-bg .sou-index .hot a {
  font-size: 18px;
  color: rgba(40, 40, 40, 0.5);
  padding-right: 25px;
}

.sou-bg .sou-index .sousou {
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  height: 36px;
  padding: 7px 0;
  width: 295px;
}

.sou-bg .sou-index .sousou #formsearch #keyword {
  line-height: 20px;
  padding: 0;
  border: none;
  background: none;
  text-indent: 16px;
  font-size: 18px;
  color: #aaaaaa;
  width: calc(100% - 50px);
  border-right: 1px solid #aaaaaa;
  outline: none;
}

.sou-bg .sou-index .sousou #formsearch #s_btn {
  background: url(../images/sou.png) no-repeat center center;
  width: 50px;
  border: none;
}

.xian {
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  margin-top: 3px;
}

/*推荐产品*/
.put {
  text-align: center;
}

.put .put1 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}

.put .put2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 10px;
  padding-bottom: 25px;
}

.put .put3 img {
  max-width: 100%;
}

.recommend-probg {
  margin-top: 3.90625vw;
}

.recommend-roll {
  overflow: hidden;
  width: 100%;
  margin-top: 2.60416666666667vw;
  position: relative;
}

.recommendSwiper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.recommendSwiper .pnext1 {
  position: absolute;
  background: url(../images/r1.png) no-repeat top center;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 35%;
  z-index: 999;
}

.recommendSwiper .pprev1 {
  position: absolute;
  background: url(../images/l1.png) no-repeat top center;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 35%;
  z-index: 999;
}

.recommendSwiper .swiper-slide .img1 {
  border: 2px solid #2a8ee7;
}

.recommendSwiper .swiper-slide .img1 img {
  width: 100%;
}

.recommendSwiper .swiper-slide .wz {
  text-align: center;
  color: #282828;
  font-size: 18px;
  padding: 1vw 0;
}

@media (max-width: 780px) {
  .put .put1 {
    font-size: 20px;
  }
  .put .put2 {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
.recommend-roll{
margin-top: 20px;
}
  .recommendSwiper {
    width: 75%;
    
  }
  .recommendSwiper .pprev1 {
    left: 0;
    top: 25%;
  }
  .recommendSwiper .pnext1 {
    right: 0;
    top: 25%;
  }
  .recommendSwiper .swiper-slide .wz {
    font-size: 14px;
    padding: 10px 0;
  }
}

/*产品中心*/
.pro-index {
  margin-top: 2.86458333333333vw;
}

.psort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -4px;
  margin-top: 2.60416666666667vw;
}

.psort li {
  border: 1px dashed #bebebe;
  width: 168px;
  margin: 0 4px;
  margin-bottom: 8px;
}

.psort li a {
  display: block;
  text-align: center;
  color: #282828;
  font-size: 18px;
  line-height: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.psort li:hover {
  background: #2a8ee7;
  border: 1px dashed #2a8ee7;
}

.psort li:hover a {
  color: #fff;
}

.plist1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -7px;
  margin-top: 2.1875vw;
}

.plist1 li {
  width: 24%;
  border: 1px solid #f4f4f4;
  margin: 0 7px;
  margin-bottom: 1.5625vw;
}

.plist1 li .img1 img {
  width: 100%;
}

.plist1 li .wz {
  text-align: center;
  background: #f4f4f4;
  font-size: 18px;
  color: #282828;
  padding: 15px 0;
}

.plist1 li:hover {
  border: 1px solid #2a8ee7;
}

.plist1 li:hover .wz {
  background: #2a8ee7;
  color: #fff;
}

.pmore {
  border: 1px solid #282828;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  margin-top: 1vw;
}

.pmore a {
  display: block;
  text-align: center;
  color: #282828;
  font-size: 18px;
  line-height: 38px;
}

@media (max-width: 1366px) {
  .psort li {
    width: 160px;
  }
  .psort li a {
    font-size: 16px;
    line-height: 50px;
  }
  .plist1 {
    margin: 0;
  }
  .plist1 li {
    margin: 0 5px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .plist1 li {
    margin: 0 4px;
    margin-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .psort {
    margin: 0;
    justify-content: space-between;
    margin-top: 20px;
  }
  .psort li {
    width: 30%;
  }
  .psort li a {
    font-size: 14px;
    line-height: 30px;
  }
  .plist1 {
    justify-content: space-between;
    margin-top: 20px;
  }
  .plist1 li {
    width: 46%;
  }
  .plist1 li .wz {
    font-size: 14px;
    padding: 5px 0;
  }
  .pmore a {
    font-size: 14px;
  }
}

/*应用领域*/
.area-bg {
  background: url(../images/bj1.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 9.0625vw;
  padding-bottom: 4.16666666666667vw;
}

.area-bg .art .put1 {
  color: #fff;
}

.area-bg .art .put2 {
  color: #fff;
}

.area-wrap {
  margin-top: 2.60416666666667vw;
}

.area-wrap .area-list {
  flex-wrap: wrap;
}

.area-wrap .area-list li {
  width: 32%;
  position: relative;
  margin-bottom: 1.35%;
}

.area-wrap .area-list li .img1 img {
  width: 100%;
}

.area-wrap .area-list li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1675b0;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 780px) {
  .area-wrap {
    margin-top: 20px;
  }
  .area-wrap .area-list li {
    width: 48%;
    margin-bottom: 4%;
  }
  .area-wrap .area-list li .wz {
    padding: 5px 0;
    font-size: 14px;
  }
}

/*优势*/
.ys-wrap {
  margin-top: 2.60416666666667vw;
}

.ys-wrap .ysimg {
  width: 50%;
}

.ys-wrap .yswen {
  width: 50%;
  padding-left: 4.16666666666667vw;
  padding-right: 1.125vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ys-wrap .yswen .yt1 {
  max-width: 100%;
}

.ys-wrap .yswen .yt2 {
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.ys-wrap .yswen .yt3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #268add;
  margin-top: 5px;
  transform: scale(0.8);
  transform-origin: left;
}

.ys-wrap .yswen .yt4 {
  margin-top: 15px;
}

.ys-wrap .yswen .yt4 p {
  color: #282828;
  font-size: 18px;
  line-height: 30px;
  padding-left: 15px;
  background: url(../images/dian.png) no-repeat left center;
}

.ys-wrap .yswen .yt4 p:nth-of-type(1) {
  background: url(../images/dian.png) no-repeat left 25%;
}

.ys-wrap .ys-b .yswen .yt4 p:nth-of-type(1) {
  background: url(../images/dian.png) no-repeat left 50%;
}

.ys-wrap .ys-c .yswen .yt4 p:nth-of-type(1) {
  background: url(../images/dian.png) no-repeat left 50%;
}

.ys-wrap .ys-c .yswen .yt4 p:nth-of-type(2) {
  background: url(../images/dian.png) no-repeat left 25%;
}

.ys-wrap .ys-d .yswen .yt4 p:nth-of-type(1) {
  background: url(../images/dian.png) no-repeat left 50%;
}

.ys-wrap .ys-d .yswen .yt4 p:nth-of-type(2) {
  background: url(../images/dian.png) no-repeat left 50%;
}

.ysimgSwiper {
  width: 100%;
  overflow: hidden;
}

.ysimgSwiper .swiper-slide .img1 img {
  width: 100%;
}

@media (max-width: 780px) {
  .ys-wrap {
    margin-top: 20px;
  }
  .ys-a {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ys-wrap .ysimg {
    width: 100%;
    margin-top: 10px;
  }
  .ys-wrap .yswen {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .ys-wrap .yswen .yt2 {
    font-size: 20px;
  }
  .ys-wrap .yswen .yt4 {
    margin-top: 10px;
  }
  .ys-wrap .yswen .yt4 p {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ys-wrap .yswen .yt4 p:nth-of-type(1) {
    background: url(../images/dian.png) no-repeat left center;
  }
  .ys-b {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .ys-d {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

/*案例*/
.case-bg {
  margin-top: 4.16666666666667vw;
}

.p5a {
  margin-top: 2.60416666666667vw;
}

.p5a1 {
  width: 31.74%;
}

.p5a2 {
  width: 65.87%;
  align-content: space-between;
  flex-wrap: wrap;
}

.p5a li {
  position: relative;
}

.p5a li a {
  display: block;
}

.p5a li a div.img {
  overflow: hidden;
}

.p5a li a div.img img {
  max-width: 100%;
  transition: all ease .3s;
}

.p5a li a:hover div.img img {
  transform: scale(1.1);
}

.p5a li a h3 {
  line-height: 50px;
  background: #2a8ee7;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.p5a2 li {
  width: 48.192%;
}

@media (max-width: 780px) {
  .case-bg {
    margin-top: 20px;
  }
  .p5a {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .p5a1 {
    width: 100%;
  }
  .p5a2 {
    width: 100%;
    margin-top: 2%;
  }
  .p5a li a h3 {
    line-height: 36px;
    font-size: 14px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p5a2 li {
    width: 49%;
    margin-bottom: 2%;
  }
}

/*简介*/
.ab-bg {
  margin-top: 3.64583333333333vw;
}

.ab-wrap {
  margin-top: 2.60416666666667vw;
}

.ab-wrap .abl {
  width: 50%;
  background: #e9f3fd;
}

.ab-wrap .abl .ab-wen {
  max-width: 630px;
  margin-left: 13.54166666666667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.ab-wrap .abl .ab-wen .abt {
  border-bottom: 1px solid #cdd2d7;
  padding-bottom: 20px;
}

.ab-wrap .abl .ab-wen .abt h3 {
  color: #2a8ee7;
  font-size: 36px;
  font-weight: 600;
}

.ab-wrap .abl .ab-wen .abt h4 {
  color: #000000;
  font-size: 20px;
  padding-top: 10px;
}

.ab-wrap .abl .ab-wen .abw {
  margin-top: 40px;
}

.ab-wrap .abl .ab-wen .abw p {
  color: #000000;
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
  text-align: justify;
}

.ab-wrap .abl .ab-wen .abmore {
  margin-top: 40px;
}

.ab-wrap .abl .ab-wen .abmore a {
  display: flex;
  align-items: center;
  line-height: 48px;
}

.ab-wrap .abl .ab-wen .abmore a span {
  background: #2a8ee7;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.ab-wrap .abr {
  width: 50%;
}

.ab-wrap .abr img {
  width: 100%;
}

@media (max-width: 1440px) {
  .ab-wrap .abl .ab-wen {
    margin-left: 15px;
  }
}

@media (max-width: 1280px) {
  .ab-wrap .abl .ab-wen {
    max-width: 96%;
  }
  .ab-wrap .abl .ab-wen .abt h3 {
    font-size: 24px;
  }
  .ab-wrap .abl .ab-wen .abw {
    margin-top: 20px;
  }
  .ab-wrap .abl .ab-wen .abw p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 780px) {
  .ab-bg {
    margin-top: 20px;
  }
  .ab-wrap {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .ab-wrap .abl {
    width: 100%;
    padding: 15px;
  }
  .ab-wrap .abl .ab-wen {
    max-width: 100%;
    margin-left: 0;
  }
  .ab-wrap .abl .ab-wen .abt {
    padding-bottom: 10px;
  }
  .ab-wrap .abl .ab-wen .abt h3 {
    font-size: 20px;
  }
  .ab-wrap .abl .ab-wen .abt h4 {
    font-size: 16px;
    padding-top: 5px;
  }
  .ab-wrap .abr {
    width: 100%;
  }
  .ab-wrap .abl .ab-wen .abw {
    margin-top: 10px;
  }
  .ab-wrap .abl .ab-wen .abw p {
    font-size: 14px;
    line-height: 24px;
  }
  .ab-wrap .abl .ab-wen .abmore {
    margin-top: 10px;
  }
  .ab-wrap .abl .ab-wen .abmore a span {
    font-size: 14px;
  }
}

/*数字*/
.w1200 {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c2-con {
  padding: 15px 0;
  box-shadow: 0 0 10px #e4e1e1;
  position: relative;
  z-index: 99;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.c2-con ul {
  text-align: center;
}

.c2-con ul li {
  width: 25%;
  border-right: 1px solid #dddddd;
  position: relative;
  padding: 15px 0;
}

.c2-con ul li:last-child {
  border-right: 0;
}

.c2-con ul li .count-title {
  color: #0069c2;
  display: inline-block;
  font-size: 52px;
  font-weight: 600;
  font-family: "Impact";
}

.c2-con ul li dt {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  padding-left: 10px;
  font-weight: normal;
}

.c2-con ul li p {
  font-size: 18px;
  color: #000000;
  text-align: center;
}

@media (max-width: 780px) {
  .c2-con ul {
    flex-wrap: wrap;
  }
  .c2-con ul li {
    width: 50%;
    padding: 10px 0;
  }
  .c2-con ul li .count-title {
    font-size: 20px;
  }
  .c2-con ul li dt {
    font-size: 14px;
  }
  .c2-con ul li p {
    font-size: 12px;
  }
}

/*实力见证*/
.sljz-index .st {
  color: #282828;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.tab-li {
  margin: 0 200px;
  margin-top: 2vw;
  margin-bottom: 3.64583333333333vw;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}

.tab-li ul {
  justify-content: center;
}

.tab-li ul li {
  text-align: center;
  color: #282828;
  font-size: 18px;
  width: 25%;
  line-height: 60px;
  position: relative;
}

.tab-li ul li::before {
  content: '';
  position: absolute;
  background: url(../images/san.png) no-repeat top center;
  width: 14px;
  height: 12px;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
}

.tab-li ul li + li {
  background: url(../images/tt5.png) no-repeat left center;
}

.tab-li ul li.active {
  background: #2a8ee7;
  color: #fff;
  font-weight: 600;
}

.tab-li ul li.active::before {
  opacity: 1;
}

.sljzSwiper {
  width: 100%;
  overflow: hidden;
}

.sljzSwiper .swiper-slide .img1 img {
  width: 100%;
}

@media (max-width: 780px) {
  .sljz-index .st {
    font-size: 20px;
  }
  .tab-li {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tab-li ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tab-li ul li {
    width: 25%;
    font-size: 14px;
    line-height: 30px;
  }
  .tab-li ul li::before {
    display: none;
  }
}

/**/
.service-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 4.0625vw;
  padding: 4.16666666666667vw 0;
}

.service-bg .set .put1 {
  color: #fff;
}

.service-bg .set .put2 {
  color: #fff;
}

.service-list {
  margin-top: 2.60416666666667vw;
}

.service-list li {
  background: #fff;
  width: 24%;
  border-radius: 26px;
}

.service-list li .img1 img {
  width: 100%;
}

.service-list li .wz {
  padding: 1vw;
}

.service-list li .wz .wz1 {
  font-weight: 600;
  color: #333333;
  font-size: 24px;
}

.service-list li .wz .wz2 {
  margin-top: 5px;
}

.service-list li .wz .wz2 p {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  padding-left: 10px;
  position: relative;
  letter-spacing: -1px;
}

.service-list li .wz .wz2 p::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1675b0;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .service-list li .wz .wz1 {
    font-size: 18px;
  }
  .service-list li .wz .wz2 p {
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .service-list {
    flex-wrap: wrap;
  }
  .service-list li {
    width: 48%;
  }
  .service-list li .wz {
    padding: 15px 10px;
  }
  .service-list li .wz .wz1 {
    font-size: 14px;
  }
  .service-list li .wz .wz2 p {
    font-size: 12px;
    line-height: 20px;
  }
}

/*news*/
.news-bg {
  margin-top: 4.16666666666667vw;
}

.ttzz {
  display: none;
}

.news-index {
  margin-top: 2.60416666666667vw;
}

.news-index .newsl {
  width: 70.36%;
}

.news-index .newsl .tabzz {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-bottom: 12px;
}

.news-index .newsl .tabzz .nmore {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.news-index .newsl .tabzz .nmore a {
  display: block;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}

.news-index .newsl .tabzz li {
  width: 202px;
}

.news-index .newsl .tabzz li a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}

.news-index .newsl .tabzz li a .img {
  width: 31px;
  overflow: hidden;
  margin-right: 10px;
}

.news-index .newsl .tabzz li a .img img {
  margin-right: 10px;
  /* transition: all 0.8s; */
}

.news-index .newsl .tabzz li.cur a {
  color: #2a8ee7;
  font-weight: 600;
}

.news-index .newsl .tabzz li.cur a .img img {
  /* transition: all 0.8s; */
  transform: translateX(-31px);
}

.news-index .newsl .news-wrap {
  margin-top: 15px;
}

.news-index .newsl .news-wrap .x-news-list-left {
  width: 50.76%;
}

.news-index .newsl .news-wrap .x-news-list-left li .img1 {
  position: relative;
}

.news-index .newsl .news-wrap .x-news-list-left li .img1 img {
  width: 100%;
}

.news-index .newsl .news-wrap .x-news-list-left li .img1 .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a8ee7;
  padding: 16px;
  color: #fff;
}

.news-index .newsl .news-wrap .x-news-list-left li .img1 .wz .wz1 {
  font-size: 18px;
}

.news-index .newsl .news-wrap .x-news-list-left li .img1 .wz .wz2 {
  font-size: 18px;
}

.news-index .newsl .news-wrap .x-news-list-left li .ww .ww1 {
  align-items: center;
}

.news-index .newsl .news-wrap .x-news-list-left li .ww .ww1 .ww1a {
  color: #000000;
  font-size: 18px;
}

.news-index .newsl .news-wrap .x-news-list-left li .ww .ww1 .ww1b {
  color: #000000;
  font-size: 18px;
}

.news-index .newsl .news-wrap .x-news-list-left li .ww .ww2 {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}

.news-index .newsl .news-wrap .x-news-list-right {
  width: calc(100% - 52.79%);
}

.news-index .newsl .news-wrap .x-news-list-right li {
  margin-bottom: 15px;
}

.news-index .newsl .news-wrap .x-news-list-right li a {
  display: flex;
}

.news-index .newsl .news-wrap .x-news-list-right li a .date {
  width: 80px;
  text-align: center;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 82px;
}

.news-index .newsl .news-wrap .x-news-list-right li a .date .d1 {
  color: #282828;
  font-size: 32px;
  font-weight: 600;
}

.news-index .newsl .news-wrap .x-news-list-right li a .date .d2 {
  color: #282828;
  font-size: 13px;
}

.news-index .newsl .news-wrap .x-news-list-right li a .text {
  width: calc(100% - 90px);
  padding-left: 30px;
  position: relative;
}

.news-index .newsl .news-wrap .x-news-list-right li a .text .text1 {
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .newsl .news-wrap .x-news-list-right li a .text .text2 {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .newsr {
  width: calc(100% - 73%);
}

.news-index .newsr .cjwt {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-bottom: 12px;
  position: relative;
}

.news-index .newsr .cjwt .nt1 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}

.news-index .newsr .cjwt .nt1 img {
  margin-right: 5px;
}

.news-index .newsr .cjwt .nt2 {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.news-index .newsr .cjwt .nt2 a {
  display: block;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}

.news-index .newsr .nimg {
  margin-top: 15px;
}

.news-index .newsr .nimg img {
  width: 100%;
}

.news-index .newsr .nlist3 li {
  border-bottom: 1px solid #dcdcdc;
}

.news-index .newsr .nlist3 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;

}

.news-index .newsr .nlist3 li a .wz1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position:relative;
  padding-left:14px;
}
.news-index .newsr .nlist3 li a .wz1::before{
  content:"";
  position:absolute;
  width:4px;
  height:4px;
  background:#afafaf;
  border-radius:50%;
  top:50%;
  margin-top:-2px;
  left:0;
}
.news-index .newsr .nlist3 li a .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 80%);
  text-align: right;
}

@media (max-width: 780px) {
  .news-bg {
    margin-top: 20px;
  }
  .news-index {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .news-index .newsl {
    width: 100%;
  }
  .news-index .newsl .tabzz li a {
    font-size: 14px;
  }
  .news-index .newsl .tabzz .nmore {
    display: none;
  }
  .news-index .newsl .news-wrap {
    flex-wrap: wrap;
  }
  .news-index .newsl .news-wrap .x-news-list-left {
    width: 100%;
  }
.news-index .newsl .news-wrap .x-news-list-left li .img1 .wz{
  flex-wrap: wrap;
padding:5px;
}
  .news-index .newsl .news-wrap .x-news-list-left li .img1 .wz .wz1 {
    font-size: 14px;
  }
  .news-index .newsl .news-wrap .x-news-list-left li .img1 .wz .wz2 {
    font-size: 14px;
  }
  .news-index .newsl .news-wrap .x-news-list-left li .ww .ww1 .ww1a {
    font-size: 14px;
  }
  .news-index .newsl .news-wrap .x-news-list-left li .ww .ww1 .ww1b {
    font-size: 14px;
  }
  .news-index .newsl .news-wrap .x-news-list-right {
    width: 100%;
    margin-top: 20px;
  }
  .news-index .newsr {
    width: 100%;
  }
  .news-index .newsl .news-wrap .x-news-list-right li a .date .d1 {
    font-size: 16px;
  }
  .news-index .newsl .news-wrap .x-news-list-right li a .text .text1 {
    font-size: 16px;
  }
  .news-index .newsr .cjwt {
    margin-top: 20px;
    padding-bottom: 6px;
  }
  .news-index .newsr .cjwt .nt1 {
    font-size: 16px;
  }
}

/*foot*/
.w1240 {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.foot-bg {
  background: #2a8ee7;
  padding-top: 4.16666666666667vw;
  padding-bottom: 1vw;
}

.foot-bg .foot-index .footl {
  width: 32.26%;
}

.foot-bg .foot-index .footl .flogo img {
  max-width: 100%;
}

.foot-bg .foot-index .footl .flx {
  margin-top: 25px;
}

.foot-bg .foot-index .footl .flx p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.foot-bg .foot-index .footl .flx p:nth-of-type(1) {
  font-size: 18px;
}

.foot-bg .foot-index .footm {
  width: 53.23%;
}

.foot-bg .foot-index .footm dl {
  width: 20%;
}

.foot-bg .foot-index .footm dl dt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1vw;
}

.foot-bg .foot-index .footm dl dd a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.36);
  line-height: 36px;
}

.foot-bg .foot-index .footr img {
  max-width: 100%;
}

.foot-bg .foot-index .footr p {
  text-align: center;
  color: rgba(255, 255, 255, 0.36);
  line-height: 3;
}

.foot-bg .cop-index {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.foot-bg .cop-index a {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 780px) {
  .foot-bg {
    padding: 20px 0;
  }
  .foot-bg .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
    margin-top: 10px;
  }
}

/*手机底部*/
@media (max-width: 1200px) {
  .xypg-right-content {
    overflow: hidden;
  }
  .xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1d2088;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #1d2088;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../images/fa1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../images/fa2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../images/fa3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(../images/fa4.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}