@charset "utf-8";
body {
  background: #f8fbff;
}
.banner {
  width: 100%;
  background: #0a2240;
  position: relative;
}
.banner-swiper {
  width: 100%;
  overflow: hidden;
}
.banner-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background-color: #ffffff;
  display: inline-block;
  opacity: 1;
  border-radius: 0;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #ff9600;
}
.banner-swiper .swiper-slide {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}

.banner-swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.banner .zixun {
  width: 1200px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.11);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: -75px;
  margin-left: -600px;
  z-index: 99;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner .zixun .swiper-slide {
  height: 150px;
  padding-top: 38px;
}

.banner .zixun  h3 {
  font-size: 26px;
  color: #010101;
  line-height: 100%;
  margin-top: 5px;
}

.banner .zixun p {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
}

.banner .zixun .zx-img {
  height: 82px;
}

.banner .zixun .zx-swiper {
  flex: 1;
  width: 0;
  margin: 0 30px;
  height: 150px;
  overflow: hidden;
}

.banner .zixun .more {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ff9600;
  font-weight: bold;
}

.zixun .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  background-color: #dddddd;
  opacity: 1;
  border-radius: 0;
}

.zixun .swiper-pagination-bullet-active {
  background-color: #ff9704;
}

.wenti {
  width: 100%;
  padding: 155px 0 80px;
}

.wenti .wt-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color: #333333;
  font-weight: bold;
}

.wenti .wt-title span {
  color: #ff9600;
}

.wenti .wt-content {
  width: 100%;
  height: 600px;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
}

.wenti .wt-content > img {
  position: absolute;
  left: 50%;
  top: 120px;
  margin-left: -126px;
}

.wenti .wt-content .wt-item {
  width: 404px;
  height: 101px;
  background-color: #ffffff;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.11);
  border-radius: 10px;
  padding-top: 30px;
  padding-right: 50px;
}

.wenti .wt-content .wt-item.left {
  padding-left: 50px;
}

.wenti .wt-content .wt-item.left >  h3 {
  justify-content: flex-start;
}

.wenti .wt-content .wt-item.left >  h3 > img {
  width: 28px;
  margin-right: 8px;
}

.wenti .wt-content .wt-item.left > p {
  text-align: left;
  padding-left: 42px;
  padding-right: 0;
}

.wenti .wt-content .wt-item.one {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -566px;
}

.wenti .wt-content .wt-item.two {
  position: absolute;
  left: 50%;
  top: 190px;
  margin-left: -636px;
}

.wenti .wt-content .wt-item.three {
  position: absolute;
  left: 50%;
  top: 328px;
  margin-left: -600px;
}

.wenti .wt-content .wt-item.four {
  position: absolute;
  right: 50%;
  top: 50px;
  margin-right: -566px;

}

.wenti .wt-content .wt-item.five {
  position: absolute;
  right: 50%;
  top: 190px;
  margin-right: -636px;
}

.wenti .wt-content .wt-item.six {
  position: absolute;
  right: 50%;
  top: 328px;
  margin-right: -600px;
}

.wenti .wt-content .wt-item.seven {
  width: 853px;
  position: absolute;
  right: 50%;
  top: 468px;
  margin-right: -400px;
  padding-left: 220px;
}

.wenti .wt-content .wt-item h3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333333;
}

.wenti .wt-content .wt-item h3 img {
  width: 28px;
  margin-left: 5px;
}

.wenti .wt-content .wt-item p {
  font-size: 14px;
  letter-spacing: 2px;
  color: #858484;
  text-align: right;
  margin-top: 6px;
  padding-right: 35px;
}


.fuc {
  width: 58px;
  position: fixed;
  top: 190px;
  right: 20px;
  z-index: 80;
}
.fuc .fuc-boxA {
  display: block;
  height: 60px;
  width: 58px;
  background: #0a2240 url("../images/fc-bgc_03.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #0a2240;
  padding: 10px 14px;
  line-height: 20px;
  cursor: pointer;
}
.fuc .fuc-boxB {
  display: block;
  height: 60px;
  width: 58px;
  background: #0a2240 url("../images/fc-bgc_03.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #0a2240;
  padding: 14px 16px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
.fuc .fuc-boxB .small {
  width: 27px;
  height: 27px;
}

.fuc .fuc-boxB .big {
  display: block;
  width: 140px;
  position: absolute;
  top: -24px;
  left: -150px;
  z-index: 100;
  display: none;
}
.fuc .fuc-boxB .big img {
  width: 100%;
}
.fuc .fuc-boxB:hover .big {
  display: block;
}
.fuc .fuc-boxC {
  display: block;
  height: 60px;
  width: 58px;
  background: #ff9600;
  font-size: 14px;
  color: #0a2240;
  padding: 10px 14px;
  line-height: 20px;
  cursor: pointer;
}
.zhanlue {
  position: relative;
  display: block;
}

.zhanlue .zltel {
  width: 140px;
  position: absolute;
  top: -35px;
  right: 70px;
  display: none;
}
.zhanlue:hover .zltel {
  display: block;
}

.jiejue {
  width: 100%;
  height: 904px;
  background: url("../images/jiejue.png") no-repeat;
  background-size: 100% 100%;
}

.jiejue .j-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 3px;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 50px;
  font-weight: bold;
}

.jiejue .j-title span {
  color: #ff9600;
}

.jiejue .j-content {
  width: 1200px;
  height: 730px;
  background-image: linear-gradient(-44deg,
  #113a68 0%,
  #164b87 100%),
  linear-gradient(
    #194d83,
    #194d83);
  background-blend-mode: normal,
  normal;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  padding: 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jiejue .j-content .j-item {
  display: inline-block;
  width: 380px;
  padding: 20px 20px 20px 20px;
  border-right: dashed 2px rgba(255, 255, 255, .2);
  border-bottom: dashed 2px rgba(255, 255, 255, .2);
}

.jiejue .j-content .j-item.pt0 {
  padding-top: 10px;
}

.jiejue .j-content .j-item.pl0 {
  padding-left: 0;
}

.jiejue .j-content .j-item.pr0 {
  padding-right: 0;
  border-right: none;
}

.jiejue .j-content .j-item.bb0 {
  border-bottom: none;
}


.jiejue .j-content .j-item .j-img {
  width: 100%;
  height: 52px;
}

.jiejue .j-content .j-item .j-img img {
  display: block;
}

.jiejue .j-content .j-item .j-tit {
  width: 100%;
  height: 30px;
  font-size: 39px;
  font-weight: bold;
  color: rgba(57, 132, 210, .2);
  position: relative;
  margin-top: 10px;
}

.jiejue .j-content .j-item .j-tit b {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.jiejue .j-content .j-item .j-tex {
  margin-top: 20px;
  width: 100%;
  letter-spacing: 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
  line-height: 24px;
}

.moshi {
  width: 100%;
  padding-top: 99px;
  padding-bottom: 50px;
}

.moshi .ms-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color: #333333;
  font-weight: bold;
}

.moshi .ms-title span {
  color: #ff9600;
}

.moshi .ms-tex {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: #858484;
  margin-top: 20px;
}

.moshi .ms-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 35px;
}

.moshi .ms-content .ms-item {
  width: 428px;
  background-color: #ffffff;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.11);
  border-radius: 10px;
  margin-top: 20px;
}

.moshi .ms-content .ms-item.width750 {
  width: 750px;
}

.moshi .ms-content .ms-item.width100 {
  width: 100%;
}

.moshi .ms-content .ms-item .ms-item-title {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(-88deg,
  #134578 0%,
  #10355f 100%),
  linear-gradient(
    #ffffff,
    #ffffff);
  background-blend-mode: normal,
  normal;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding: 0 30px;
  line-height: 100px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
}

.moshi .ms-content .ms-item .ms-item-title img {
  position: absolute;
  right: 10px;
  top: -10px;
}

.moshi .ms-content .ms-item .ms-list {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.moshi .ms-content .ms-item .ms-list .ms-box {
  width: 190px;
  height: 200px;
  border-right: dashed 2px #d4dce7;
  border-bottom: dashed 2px #d4dce7;
}

.moshi .ms-content .ms-item .ms-list .ms-box.width175 {
  width: 175px;
}

.moshi .ms-content .ms-item .ms-list .ms-box.br0 {
  border-right: 0;
}

.moshi .ms-content .ms-item .ms-list .ms-box.bb0 {
  border-bottom: 0;
}

.moshi .ms-content .ms-item .ms-list .ms-box .ms-box-img {
  width: 100%;
  padding-top: 15px;
  height: 45px;
}

.moshi .ms-content .ms-item .ms-list .ms-box .ms-box-img img {
  display: block;
  margin: 0 auto;
}

.moshi .ms-content .ms-item .ms-list .ms-box .ms-box-tit {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.moshi .ms-content .ms-item .ms-list .ms-box .ms-box-tex {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

.moshi .ms-content .ms-item .ms-list .ms-box .ms-box-tit span {
  color: #164c8a;
}

.moshi .ms-content .ms-item .ms-list .ms-line {
  width: 100%;
  border-top: dashed 2px #d4dce7;
  height: 2px;
  margin-top: 10px;
}

.moshi .ms-content .ms-item .ms-list .ms-class {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.moshi .ms-content .ms-item .ms-list .ms-class .line {
  width: 2px;
  height: 294px;
  border-right: dashed 2px #d4dce7;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box {
  width: 250px;
  height: 100%;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .clsss-tit {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .clsss-tit img {
  margin-right: 10px;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: dashed 2px #d4dce7;
  padding-left: 12px;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item .class-item-img {
  margin-right: 10px;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item .class-item-contet {
  flex: 1;
  width: 0;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item .class-item-contet h3 {
  width: 100%;
  font-size: 16px;
  color: #666;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item .class-item-contet h3 span {
  color: #6585a9;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item .class-item-contet p {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}

.moshi .ms-content .ms-item .ms-list .ms-class .class-box .class-item .class-item-contet p i {
  font-size: 14px;
  color: #6585a9;
}

.moshi .ms-content .ms-item .ms-list .ms-tit-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.moshi .ms-content .ms-item .ms-list .ms-tit-box .linetwo {
  width: 2px;
  height: 45px;
  border-right: dashed 2px #d4dce7;
}

.moshi .ms-content .ms-item .ms-list .ms-tit-box .clsss-tit {
  height: 45px;
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.moshi .ms-content .ms-item .ms-list .ms-tit-box .clsss-tit img {
  margin-right: 10px;
}

.moshi .ms-content .ms-item .ms-show {
  width: 100%;
}

.moshi .ms-content .ms-item .ms-show img {
  width: 100%;
}

.shiy {
  width: 100%;
  height: 1037px;
  background-color: #07325b;
  padding-top: 87px;
}

.shiy .ms-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color: #FFFFFF;
  font-weight: bold;
}

.shiy .ms-title span {
  color: #ff9600;
}

.shiy .ms-tex {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 20px;
}

.shiy .shiy-box {
  width: 100%;
  margin-top: 52px;
  height: 840px;
  background: url('../images/shiyongbgc.png') no-repeat center center;
  position: relative;
}

.shiy .shiy-box .left {
  position: absolute;
  left: 0;
  top: 2px;
  right: calc(50% + 700px);
  height: 322px;
  background-color: rgba(10, 34, 64, 1);
}

.shiy .shiy-box .right {
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 629px;
  left: calc(50% + 900px);
  background: url('../images/sy-right.png');
}

.shiy .shiy-box .sytop {
  width: 100%;
  height: 408px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shiy .shiy-box .sytop > img {
  margin-left: 40px;
}

.shiy .shiy-box .sytop .sy-tex {
  flex: 1;
  width: 0;
  margin-left: 40px;
  margin-right: 50px;
}

.shiy .shiy-box .sytop .sy-tex .zhan {
  display: block;
  width: 100%;
  height: 70px;
}

.shiy .shiy-box .sytop .sy-tex .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shiy .shiy-box .sytop .sy-tex .top p {
  width: 133px;
  height: 38px;
  background-color: #203957;
  border-radius: 10px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: #8a939f;
  margin-bottom: 15px;
}

.shiy .shiy-box .sytop .sy-tex .end {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shiy .shiy-box .sytop .sy-tex .end p {
  width: 133px;
  height: 38px;
  background-color: rgba(44, 106, 175, .6);
  border-radius: 10px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 15px;
}

.shiy .shiy-box .syend {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
}

.shiy .shiy-box .syend div {
  width: 540px;
  height: 326px;
  background-color: rgba(43, 163, 255, .1);
  border-radius: 10px 10px 10px 60px;
  margin-left: 55px;
}

.shiy .shiy-box .syend div h3 {
  font-size: 20px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.shiy .shiy-box .syend div h3 span {
  color: rgba(255, 150, 0, 1);
}

.shiy .shiy-box .syend div p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  font-size: 16px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .7);
  margin-top: 30px;
  padding-left: 125px;
}

.shiy .shiy-box .syend div p img {
  margin-right: 20px;
}

.hezuo {
  width: 100%;
  background-image: linear-gradient(18deg,
  #f8fbff 0%,
  #f0f6ff 50%,
  #e7f1ff 100%),
  linear-gradient(
    #f8fbff,
    #f8fbff);
  background-blend-mode: normal,
  normal;
  padding: 100px 0;
}

.hezuo .ms-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color: #333333;
  font-weight: bold;
}

.hezuo .ms-title span {
  color: #ff9600;
}

.hezuo .ms-tex {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: #858484;
  margin-top: 20px;
}

.hezuo .hz-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hezuo .hz-list > div {
  width: 230px;
  height: 124px;
  background-color: #ffffff;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.28);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.hezuo .hz-list > div img {
  display: block;
  margin: 0 auto;
}

.hezuo .hz-list > div p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0a2240;
  margin-top: 10px;
}

.hezuo .hz-list2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hezuo .hz-list2 > div {
  width: 190px;
  height: 122px;
  background-color: #edf5ff;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.28);
  border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.hezuo .hz-list2 > div.bg {
  background-color: #f0f2f5;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.28);
}

.hezuo .hz-list2 > div img {
  display: block;
  margin: 0 auto;
}

.hezuo .hz-list2 > div p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0a2240;
  margin-top: 10px;
}

.hezuo .swiper-zizhi {
  width: 100%;
  padding-top: 50px;
  position: relative;
}

.hezuo .swiper-zizhi .prev {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -50px;
  top: 50%;
  margin-top: -10px;
}

.hezuo .swiper-zizhi .prev img {
  width: 100%;
  height: 100%;
}

.hezuo .swiper-zizhi .next {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -50px;
  top: 50%;
  margin-top: -10px;
}

.hezuo .swiper-zizhi .next img {
  width: 100%;
  height: 100%;
}

.hezuo .swiper-zizhi .imgbox {
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.11);
  border-radius: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  position: relative;
}

.hezuo .swiper-zizhi .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.hezuo .more {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.hezuo .more .zx-more {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ff9600;
}

.hezuo .zx-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hezuo .zx-list .zx-item {
  width: 590px;
  background-color: #ffffff;
  box-shadow: 0px 5px 29px 0px rgba(85, 117, 160, 0.11);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-top: 20px;

}

.hezuo .zx-list .zx-item .zx-img {
  width: 130px;
  height: 117px;
  border-radius: 6px;
  overflow: hidden;
}

.hezuo .zx-list .zx-item .zx-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hezuo .zx-list .zx-item .zx-cont {
  flex: 1;
  width: 0;
  margin-left: 15px;
}

.hezuo .zx-list .zx-item .zx-cont .zx-tit {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}

.hezuo .zx-list .zx-item .zx-cont .zx-tex {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #999999;
  padding-top: 10px;
}

.hezuo .zx-list .zx-item .zx-cont .zx-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
}

.hezuo .zx-list .zx-item .zx-cont .zx-time span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
}

.hezuo .zx-list .zx-item .zx-cont .zx-time .zx-a {
  font-size: 14px;
  color: #a0adbf;
}

.hezuo .zx-list .zx-item:hover .zx-tit {
  font-weight: bold;
}

.hezuo .zx-list .zx-item:hover .zx-cont .zx-time .zx-a {
  color: #ff8900;
  font-weight: bold;
}

.huhang {
  width: 100%;
  height: 700px;
  background:url("../images/huhangbgc.png") no-repeat center center;
  padding: 80px 0;
}

.huhang .ms-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color: #FFFFFF;
  font-weight: bold;
}

.huhang .ms-title span {
  color: #ff9600;
}

.huhang .ms-tex {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 20px;
}

.huhang .hh-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.huhang .hh-list > div {
  width: 285px;
  height: 203px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
}

.huhang .hh-list > div > div {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 20px;
}

.huhang .hh-list > div > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.huhang .hh-list > div p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333333;
  font-weight: bold;
}


#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

#certify .swiper-container {
  padding-bottom: 60px;
  overflow: hidden;
  width: 1160px;
  margin: 0 auto;
}

#certify  .swiper-slide {
  /*width: 520px;*/
  /*height: 408px;*/
  width: 325px;
  height: 450px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  position: relative;
}
#certify  .swiper-slide img{
  display:block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#certify  .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -60px;
  width: 45px;
  height: 45px;
  top: 230px;
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
}


#certify .swiper-button-next {
  right: -50px;
  top: 230px;
  width: 45px;
  height: 45px;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
}


#certify .swiper-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.7);
}


#certify .swiper-slide-active.swiper-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

#certify .swiper-slide-prev.swiper-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.3);
}

#certify .swiper-slide-next.swiper-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.3);
}


.layui-layer-imgbar  {
  display: none !important;
}







































































































































