.z_banner {
  width: 100%;
  float: left;
}
.z_banner .swiper-slide {
  overflow: hidden;
}
.z_banner .swiper-button-next,
.z_banner .swiper-button-prev {
  outline: none;
  background: url(../images/jt.png) no-repeat;
  width: 64px;
  height: 64px;
  opacity: 0.5;
}
.z_banner .swiper-button-next:hover,
.z_banner .swiper-button-prev:hover {
  opacity: 1;
}
.z_banner .swiper-button-next::after,
.z_banner .swiper-button-prev::after {
  display: none;
}
.z_banner .swiper-button-prev {
  left: 320px;
  transform: rotate(180deg);
}
.z_banner .swiper-button-next {
  right: 320px;
}
.z_banner .swiper-pagination {
  bottom: 30px;
}
.z_banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 9px;
  background: #fff;
  border-radius: 40px;
  opacity: 1;
}
.z_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 41px;
  opacity: 1;
  background: #fff;
}
.z_banner img {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  max-width: initial;
}
.z_head {
  position: absolute;
  width: 100%;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 9;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.z_head .logo {
  width: auto;
  margin-left: 80px;
}
.z_head .logo img {
  width: auto;
}
.z_head .dt {
  margin-right: 80px;
  display: flex;
  align-items: center;
}
.z_head .dt .nav {
  display: flex;
  align-items: center;
}
.z_head .dt .nav li {
  margin-right: 45px;
}
.z_head .dt .nav li a {
  font-size: 18px;
  color: #fff;
}
.z_head .dt .nav li:last-child {
  margin-right: 0;
}
.z_head .dt .nav li.active {
  position: relative;
}
.z_head .dt .nav li.active::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  left: -5px;
  bottom: -50px;
  height: 3px;
  background: #fff;
}
.z_head .dt .nav li:hover {
  position: relative;
}
.z_head .dt .nav li:hover::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  left: -5px;
  bottom: -50px;
  height: 3px;
  background: #fff;
}
.z_head .dt .down {
  margin-left: 90px;
  width: 150px;
  height: 50px;
  background: #323cbc;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_title {
  width: 100%;
  float: left;
  margin-top: 70px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  flex-flow: column;
  line-height: 1.1;
}
.z_title.zy {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.z_title.zy h2 {
  font-weight: bold;
}
.z_title h1 {
  font-family: 'Arial';
  font-size: 59px;
  color: #222;
}
.z_title h2 {
  font-size: 31px;
  color: #0a0a0a;
}

 

.z_aa {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_aa .left {
  width: 580px;
  height:412px;
  float:left;
  margin:68px 80px 30px 30px;
  position: relative; 
 
 
}

.z_aa .left::after {
  content: "";
  background: #3e7ecc;
  width:660px;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  border-radius: 5px;
  border-top-right-radius: 40px;
  height: 200px;
}

/*
.z_aa .left .video {
  position: relative;
  width: 100%;
  float: left;
  border-radius: 5px;
  z-index: 1;
}

.z_aa .left .video iframe {
  width: 580px;
  height: 387px;
  float: left;
}
.z_aa .left .video i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/bofang.png) no-repeat center;
}
*/
.z_aa .right {
  width: 465px;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: 55px;
}
.z_aa .right h1 {
  font-size: 34px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 25px;
  width: 100%;
}
.z_aa .right span {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 35px;
}
.z_aa .right ul {
  width: calc(100% - 25px - 50px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_aa .right ul li {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_aa .right ul li h2 {
  font-size: 40px;
  color: #323cbc;
  font-family: 'Arial';
  font-weight: bold;
  margin-bottom: 15px;
}
.z_aa .right ul li h3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.z_aa .right ul li h4 {
  font-size: 16px;
  color: #222222;
}
.z_more {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.z_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  width: 160px;
  height: 50px;
  font-size: 16px;
  color: #222222;
  background: #fff;
}
.z_more a:hover {
  background: #323cbc;
  color: #fff;
}
.z_fuwu {
  width: 100%;
  float: left;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}
.z_fuwu .fuwu2{
    width: 100%;
    float: left;
    position: relative;
}
.z_fuwu .fuwu2 .swiper-button-next,
.z_fuwu .fuwu2 .swiper-button-prev {
  outline: none;
  background: url(../images/jt1.png) no-repeat;
  width: 64px;
  height: 64px;
  opacity: 0.5;
}
.z_fuwu .fuwu2 .swiper-button-next:hover,
.z_fuwu .fuwu2 .swiper-button-prev:hover {
  opacity: 1;
}
.z_fuwu .fuwu2 .swiper-button-next::after,
.z_fuwu .fuwu2 .swiper-button-prev::after {
  display: none;
}
.z_fuwu .fuwu2 .swiper-button-prev {
  left: -100px;
  transform: rotate(180deg);
}
.z_fuwu .fuwu2 .swiper-button-next {
  right: -100px;
}
.z_fuwu .z_title h1 {
  color: #fff;
}
.z_fuwu .z_title h2 {
  color: #fff;
}
.z_fuwu .fuwu {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.z_fuwu .fuwu li {
  width: 195px;
  transition: width 0.5s ease 0s;
  height: 500px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}
.z_fuwu .fuwu li:nth-child(1) {
  background-image: linear-gradient(rgba(153, 159, 220, 0.28), #fff);
}
.z_fuwu .fuwu li:nth-child(1) .dt h2 span {
  color: #323cbc;
  border-color: #323cbc;
}
.z_fuwu .fuwu li:nth-child(2) {
  background-image: linear-gradient(rgba(135, 227, 203, 0.28), #fff);
}
.z_fuwu .fuwu li:nth-child(2) .dt h2 span {
  color: #42c7a4;
  border-color: #42c7a4;
}
.z_fuwu .fuwu li:nth-child(3) {
  background-image: linear-gradient(rgba(207, 229, 168, 0.28), #fff);
}
.z_fuwu .fuwu li:nth-child(3) .dt h2 span {
  color: #8fb345;
  border-color: #8fb345;
}
.z_fuwu .fuwu li:nth-child(4) {
  background-image: linear-gradient(rgba(255, 121, 95, 0.28), #fff);
}
.z_fuwu .fuwu li:nth-child(4) .dt h2 span {
  color: #f9897a;
  border-color: #f9897a;
}
.z_fuwu .fuwu li:nth-child(5) {
  background-image: linear-gradient(rgba(185, 128, 255, 0.28), #fff);
}
.z_fuwu .fuwu li:nth-child(5) .dt h2 span {
  color: #a373bc;
  border-color: #a373bc;
}
.z_fuwu .fuwu li.cur {
  width: 420px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_fuwu .fuwu li.cur .bt {
  margin: 0;
  height: 230px;
  background-size: cover;
}
.z_fuwu .fuwu li.cur .bt .img img:nth-child(2) {
  display: block;
}
.z_fuwu .fuwu li.cur .bt .img img:nth-child(1) {
  display: none;
}
.z_fuwu .fuwu li.cur .bt h1 {
  color: #fff;
}
.z_fuwu .fuwu li.cur .dt {
  background: #fff;
  padding: 0;
  flex: 1;
  height: 0;
  padding-top: 35px;
}
.z_fuwu .fuwu li.cur .dt h1 {
  display: none;
}
.z_fuwu .fuwu li.cur .dt font {
  display: block;
}
.z_fuwu .fuwu li.cur .dt h2 {
  display: flex;
}
.z_fuwu .fuwu li .bt {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  float: left;
  margin-top: 110px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: 0;
}
.z_fuwu .fuwu li .bt .img {
  margin-bottom: 10px;
}
.z_fuwu .fuwu li .bt .img img:nth-child(1) {
  display: block;
}
.z_fuwu .fuwu li .bt .img img:nth-child(2) {
  display: none;
}
.z_fuwu .fuwu li .bt h1 {
  font-size: 26px;
  color: #505050;
  font-weight: bold;
}
.z_fuwu .fuwu li .dt {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 25px;
}
.z_fuwu .fuwu li .dt h1 {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
}
.z_fuwu .fuwu li .dt font {
  display: none;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.z_fuwu .fuwu li .dt h2 {
  width: calc(100% - 40px);
  float: left;
  display: none;
  align-items: flex-start;
  flex-flow: wrap;
  margin-left: 30px;
}
.z_fuwu .fuwu li .dt h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #323cbc;
  min-width: 90px;
    box-sizing: border-box;
    padding: 0 10px;
  height: 30px;
  border-radius: 40px;
  margin-right: 30px;
  margin-bottom: 15px;
  border: 1px solid #323cbc;
}
.z_fuwu .fuwu li .dt h2 span:nth-child(3n) {
 
}
.z_case {
  width: 100%;
  float: left;
  position: relative;
}
.z_case a img {
  width: 100%;
  float: left;
  height: 285px;
  transition: all 0.3s ease-in-out 0s;
}
.z_case a .img{overflow:hidden;}
.z_case a:hover img{transform:scale(1.1)}
.z_case a h1 {
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  font-size: 20px;
  color: #0a0a0a;
}
.z_case a font {
  line-height: 1.5;
  width: 100%;
  float: left;
  display: -webkit-box;
  font-size: 14px;
  color: #999999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_case a:hover h1 {
  color: #323cbc;
}
.z_case a:hover font {
  color: #222222;
}
.z_case .swiper-container {
  width: 100%;
  float: left;
}
.z_case .swiper-button-next,
.z_case .swiper-button-prev {
  outline: none;
  background: url(../images/jt1.png) no-repeat;
  width: 64px;
  height: 64px;
  opacity: 0.5;
  top: 35%;
}
.z_case .swiper-button-next:hover,
.z_case .swiper-button-prev:hover {
  opacity: 1;
}
.z_case .swiper-button-next::after,
.z_case .swiper-button-prev::after {
  display: none;
}
.z_case .swiper-button-prev {
  left: -100px;
  transform: rotate(180deg);
}
.z_case .swiper-button-next {
  right: -100px;
}
.z_fuwu1 {
  width: 100%;
  float: left;
  /*background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;*/
  background:#f5f5f5;
}
.z_fuwu1 .z_title h1 {
  color: #222;
}
.z_fuwu1 .z_title h2 {
  color: #006ad4;
}
.z_fuwu1 .fuwu {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.z_fuwu1 .fuwu .ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_fuwu1 .fuwu .ul .li {
  width: 345px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_fuwu1 .fuwu .ul .li:nth-child(2) {
  width: 390px;
  margin-bottom: 0;
}
.z_fuwu1 .fuwu .ul .li h1 {
  width: 168px;
  height: 47px;
  line-height: 47px;
  background: url(../images/tixing.png) no-repeat;
  text-indent: 20px;
  font-size: 20px;
  color: #fff;
}
.z_fuwu1 .fuwu .ul .li .dt {
  width: 100%;
  background: #d1e2f7;
  box-sizing: border-box;
  padding: 20px 0 5px 20px;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.z_fuwu1 .fuwu .ul .li .dt span {
  min-width: 25%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.z_fuwu1 .fuwu .ul .li .dt span img {
  margin-right: 10px;
}
.z_case1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.z_case1 li {
  width: calc(20.5% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.z_case1 li:nth-child(5n) {
  margin-right: 0;
}
.z_case1 li:hover {
  -moz-box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.26);
}
.z_case1 li img {
  width: 100%;
  float: left;
}
.z_con {
  width: 100%;
  float: left;
  background: #333ba3;
}
.z_con .z_title h1 {
  color: #fff;
}
.z_con .z_title h2 {
  color: #fff;
}
.z_con .con {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_con .con .left {
  width: 390px;
}
.z_con .con .left li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.z_con .con .left li img {
  margin-right: 20px;
}
.z_con .con .left li .dt {
  flex: 1;
  width: 0;
}
.z_con .con .left li .dt h1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
.z_con .con .left li .dt h1 span {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  margin-left: 20px;
}
.z_con .con .left li .dt h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.z_con .con .left li:last-child {
  margin-bottom: 0;
}
.z_con .con .right {
  width: 710px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
}
.z_con .con .right li {
  width: 335px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px 25px;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
.z_con .con .right li input {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.z_con .con .right li textarea {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  resize: none;
}
.z_con .con .right li span {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: -10px;
  background: #333ba3;
  padding: 0 10px;
}
.z_con .con .right li:nth-child(5) {
  height: 120px;
  width: 100%;
}
.z_con .con .right li:nth-child(6) {
  margin-bottom: 0;
  border-color: #fff;
  background: #fff;
  width: 100%;
}
.z_con .con .right li:nth-child(6) input {
  font-size: 18px;
  color: #323cbc;
}
.z_foot {
  width: 100%;
  float: left;
  background: #090f5c;
}
.z_foot .bot1 {
  width: 100%;
  float: left;
  margin-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1a2075;
}
.z_foot .bot1 .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_foot .bot1 .z_max .nav {
  display: flex;
  align-items: center;
}
.z_foot .bot1 .z_max .nav li {
  margin-right: 50px;
}
.z_foot .bot1 .z_max .nav li:last-child {
  margin-right: 0;
}
.z_foot .bot1 .z_max .nav li a {
  font-size: 16px;
  color: #474fbb;
}
.z_foot .bot1 .z_max .nav li a:hover {
  color: #979df2;
}
.z_foot .bot1 .z_max .wx {
  position: relative;
}
.z_foot .bot1 .z_max .wx:hover font {
  display: block;
}
.z_foot .bot1 .z_max .wx font {
  position: absolute;
  width: 120px;
  right: 41px;
  bottom: -42px;
  display: none;
}
.z_foot .bot1 .z_max .wx font img {
  width: 100%;
}
.z_foot .bot2 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-size: 14px;
  color: #474fbb;line-height: 2;
}
.z_fd {
  position: fixed;
  right: 3%;
  bottom: 20%;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 43px;
}
.z_fd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #d2d4f4;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.z_fd a:hover{background:#474fbb;}
.z_fd a:last-child {
  margin-bottom: 0;
}
.z_fd a:first-child {
  height: 100px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb;
}
.z_fd a font {
  width: 120px;
  right: 50px;
  top: 0;
  display: none;
  position: absolute;
}
.z_fd a font img {
  width: 100%;
}
.z_fd a:hover font {
  display: block;
}
@media screen and (max-width: 1500px) and (min-width: 1300px) {
  .z_fd {
    right: 0;
  }
}
.z_weizi {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.z_weizi::before {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background: #00a0e9;
  margin-right: 10px;
}
.z_case2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 10px;
}
.z_case2 li {
  margin-right: 30px;
  margin-bottom: 25px;
  width: calc(34.1% - 30px);
}
.z_case2 li:nth-child(3n) {
  margin-right: 0;
}
.z_case2 li a img {
  width: 100%;
  float: left;
  height: 285px;
  transition: all 0.3s ease-in-out 0s;
}
.z_case2 li a .img{overflow:hidden;}
.z_case2 li a:hover img{transform:scale(1.1)}
.z_case2 li a h1 {
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  font-size: 20px;
  color: #0a0a0a;
}
.z_case2 li a font {
  line-height: 1.5;
  width: 100%;
  float: left;
  display: -webkit-box;
  font-size: 14px;
  color: #999999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_case2 li a:hover h1 {
  color: #323cbc;
}
.z_case2 li a:hover font {
  color: #222222;
}
.z_show {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 45px;
}
.z_show h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f3f3f3;
}
.z_fuwu2 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_fuwu2 li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.z_fuwu2 li:nth-child(1) a .dt h2 span {
  color: #323cbc;
  border-color: #323cbc;
}
.z_fuwu2 li:nth-child(1) a .dt h2 span:hover{background:#323cbc;color:#fff;}
.z_fuwu2 li:nth-child(1) a .dt:hover::before {
  background-color: #9499dc;
}
.z_fuwu2 li:nth-child(2) a .dt h2 span {
  color: #42c7a4;
  border-color: #42c7a4;
}
.z_fuwu2 li:nth-child(2) a .dt h2 span:hover{background:#42c7a4;color:#fff;}
.z_fuwu2 li:nth-child(2) a .dt:hover::before {
  background-color: #42c7a4;
}
.z_fuwu2 li:nth-child(3) a .dt h2 span {
  color: #8fb345;
  border-color: #8fb345;
}
.z_fuwu2 li:nth-child(3) a .dt h2 span:hover{background:#8fb345;color:#fff;}

.z_fuwu2 li:nth-child(3) a .dt:hover::before {
  background-color: #8fb345;
}
.z_fuwu2 li:nth-child(4) a .dt h2 span {
  color: #f9897a;
  border-color: #f9897a;
}
.z_fuwu2 li:nth-child(4) a .dt h2 span:hover{background:#f9897a;color:#fff;}

.z_fuwu2 li:nth-child(4) a .dt:hover::before {
  background-color: #f9897a;
}
.z_fuwu2 li:nth-child(5) a .dt h2 span {
  color: #a373bc;
  border-color: #a373bc;
}
.z_fuwu2 li:nth-child(5) a .dt h2 span:hover{background:#a373bc;color:#fff;}

.z_fuwu2 li:nth-child(5) a .dt:hover::before {
  background-color: #a373bc;
}
.z_fuwu2 li a {
  display: flex;
  align-items: flex-start;
  height: 230px;
}
.z_fuwu2 li a .bt {
  width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_fuwu2 li a .bt img {
  margin-bottom: 20px;
}
.z_fuwu2 li a .bt span {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.z_fuwu2 li a .dt {
  flex: 1;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 50px;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  position: relative;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}
.z_fuwu2 li a .dt font {
  display: block;
  width: calc(100% - 35px);
  float: left;
  box-sizing: border-box;
  height: 135px;
  padding-top: 35px;
  font-size: 16px;
  color: #222222;
  border-bottom: 1px dashed #f3f3f3;
  line-height: 1.5;
}
.z_fuwu2 li a .dt h2 {
  width: calc(100% - 35px);
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-top: 35px;
}
.z_fuwu2 li a .dt h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #323cbc;
    min-width: 90px;
    box-sizing: border-box;
    padding: 0 10px;
  height: 30px;
  border-radius: 40px;
  margin-right: 25px;
  margin-bottom: 15px;
  border: 1px solid #323cbc;
}
.z_fuwu2 li a .dt h2 span:last-child{margin-right:0;}
.z_fuwu2 li a .dt::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f0f0f0;
  background-image: url(../images/you.png);
  background-repeat: no-repeat;
  background-position: center;
}
.z_nr {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
.z_nr h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  color: #222222;
  font-weight: bold;
}
.z_nr h2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin: 30px 0;
  justify-content: center;
}
.z_nr h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #323cbc;
  min-width: 90px;
  height: 30px;
  border-radius: 40px;
  margin:0 15px;
  margin-bottom: 15px;
  border: 1px solid #323cbc;
    padding: 0 15px;
    box-sizing: border-box;
}
.z_nr .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
  padding-top: 25px;
  border-top: 1px solid #f3f3f3;
}
.z_ftitle {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;top:30px;
}
.z_ftitle a {
  margin-right: 30px;
  padding-right: 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 10px;
}
.z_ftitle a.active {
  color: #323cbc;
  border-color: #323cbc;
}
.z_ftitle a:hover {
  color: #323cbc;
  border-color: #323cbc;
}
.z_ftitle a sup {
  color: #323cbc;
  font-weight: bold;
}
.z_ftitle a:last-child {
  margin-right: 0;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
.z_aa1 h1 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
}
.z_aa1 .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}
.z_aa1 .aa {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: 55px;
  margin-bottom: 40px;
}
.z_aa1 .aa .video {
  position: relative;
  width: 580px;
  border-radius: 5px;
  z-index: 1;
  margin-bottom: 55px;
}
.z_aa1 .aa .video img {
  width: 100%;
  float: left;
}
.z_aa1 .aa .video i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/bofang.png) no-repeat center;
}
.z_aa1 .aa ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.z_aa1 .aa ul li {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 0 20px;
}
.z_aa1 .aa ul li h2 {
  font-size: 40px;
  color: #323cbc;
  font-family: 'Arial';
  font-weight: bold;
  margin-bottom: 15px;
}
.z_aa1 .aa ul li h3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.z_aa1 .aa ul li h4 {
  font-size: 16px;
  color: #222222;
}
.z_show1 {
  width: 100%;
  float: left;
  margin-bottom: 65px;
  position: relative;
}
.z_show1 .swiper-button-next,
.z_show1 .swiper-button-prev {
  outline: none;
  background: url(../images/jt1.png) no-repeat;
  width: 64px;
  height: 64px;
  opacity: 0.5;
}
.z_show1 .swiper-button-next:hover,
.z_show1 .swiper-button-prev:hover {
  opacity: 1;
}
.z_show1 .swiper-button-next::after,
.z_show1 .swiper-button-prev::after {
  display: none;
}
.z_show1 .swiper-button-prev {
  left: -100px;
  transform: rotate(180deg);
}
.z_show1 .swiper-button-next {
  right: -100px;
}
.z_show1 a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background: #ededed;
  height: 340px;
}
.z_show1 a img {
  width: 496px;
  height: 340px;
}
.z_show1 a .dt {
  flex: 1;
  width: 0;
  margin-left: 30px;
  margin-right: 15px;
  font-size: 16px;
  color: #222222;
  line-height: 2;
}
.z_con1 {
  width: 100%;
  float: left;
}
.z_con1 h1 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
}
.z_con1 ul {
  width: 100%;
  float: left;
  background: #f8f9fd;
  box-sizing: border-box;
  padding: 45px;
  display: flex;
  align-items: flex-start;
}
.z_con1 ul li {
  flex: 1;
  width: 0;
  background: #fff;
  
  box-sizing: border-box;
  padding: 20px;
}
.z_con1 ul li:nth-child(2) {
  margin: 0 45px;
}
.z_con1 ul li h2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
}
.z_con1 ul li h2 img {
  margin-right: 15px;
}
.z_con1 ul li font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #222222;
}
.z_con1 ul li h3 {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #222222;
  font-weight: bold;
}
.z_map {
  width: 100%;
  float: left;
  position: relative;
}
.z_map img {
  width: 100%;
  float: left;
}
.z_map .bt {
  position: absolute;
  width: 206px;
  z-index: 9;
  background: #fff;
  right: 330px;
  top: 80px;
}
.z_map .bt img {
  height: 148px;
}
.z_map .bt .dt {
  width: 100%;
  float: left;
  height: 105px;
  box-sizing: border-box;
  padding: 15px 10px;
}
.z_map .bt .dt h1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #222222;
  display: flex;
  align-items: center;
}
.z_map .bt .dt h1 img {
  margin-right: 10px;
  width: auto;
  height: auto;
}
.z_map .bt .dt font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 14px;
  color: #222;
}
.z_con2 {
  width: 100%;
  float: left;
  background: #323cbc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px;
  margin-bottom: 50px;
}
.z_con2 .right {
  width: 710px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
}
.z_con2 .right li {
  width: 335px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px 25px;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
.z_con2 .right li input {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.z_con2 .right li textarea {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  resize: none;
}
.z_con2 .right li span {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: -10px;
  background: #333ba3;
  padding: 0 10px;
}
.z_con2 .right li:nth-child(5) {
  height: 120px;
  width: 100%;
}
.z_con2 .right li:nth-child(6) {
  margin-bottom: 0;
  border-color: #fff;
  background: #fff;
  width: 100%;
}
.z_con2 .right li:nth-child(6) input {
  font-size: 18px;
  color: #323cbc;
}
.z_wangdian {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.z_wangdian .ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_wangdian .ul .li {
  width: 345px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_wangdian .ul .li:nth-child(2) {
  width: 390px;
  margin-bottom: 0;
}
.z_wangdian .ul .li h1 {
  width: 168px;
  height: 47px;
  line-height: 47px;
  background: url(../images/tixing.png) no-repeat;
  text-indent: 20px;
  font-size: 20px;
  color: #fff;
}
.z_wangdian .ul .li .dt {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 0 5px 20px;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  border: 1px solid #e9edf9;
}
.z_wangdian .ul .li .dt span {
  min-width: 25%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.z_wangdian .ul .li .dt span img {
  margin-right: 10px;
}
.z_wangdian1 {
  width: 100%;
  float: left;
  margin-top: 140px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.z_wangdian1 li {
  width: calc(35% - 60px);
  margin-right: 60px;
  margin-bottom: 30px;
}
.z_wangdian1 li img {
  width: 100%;
  float: left;
}
.z_wangdian1 li:nth-child(3n) {
  margin-right: 0;
}
.z_down {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.z_down li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: #f4f4f6;
}
.z_down li a {
  display: flex;
  align-items: center;
  height: 110px;
}
.z_down li a .dt {
  flex: 1;
  width: 0;
  margin: 0 40px;
}
.z_down li a .dt h1 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #0a0a0a;
  margin-bottom: 10px;
}
.z_down li a .dt font {
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #999999;
}
.z_down li a .img {
  margin-right: 20px;
}
.z_down li a .img img:nth-child(1) {
  display: block;
}
.z_down li a .img img:nth-child(2) {
  display: none;
}
.z_down li:hover {
  background: #fff;
  -moz-box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.26);
}
.z_down li:hover a .dt h1 {
  color: #323cbc;
}
.z_down li:hover a .img img:nth-child(2) {
  display: block;
}
.z_down li:hover a .img img:nth-child(1) {
  display: none;
}

.z_page{width: 100%;float: left;display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.z_page a{padding: 5px 10px;border: 1px solid rgb(153, 153, 153)}
.z_page a:hover{color: #fff;background: #474fbb;}

/*2022.06.13*/


.z_xzeng{
  width: 100%;  max-width:  1300px; display:block; margin:20px auto 20px auto; 
}

.z_xzeng .z_title {
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content:center;
  flex-flow: column;
  line-height: 1.1;
}
  
.z_xzeng .z_title h3{
  width: 100%;
  float: left;
  font-family: 'Arial';
  font-size: 45px;
  color: #222;
  font-weight: bold;
  text-align:center;
  line-height:70px;
}
.z_title h2 {
  width: 100%;
  float: left;
  text-align:center;
  font-size: 26px;
  color: #006ad4;
  line-height:30px;
}

 .z_xzcon {
  width:1260px;
  float: left;
  margin-top:10px;
  margin-bottom: 50px; 
  padding:10px 20px;
  background:#fff;
  border:2px solid #006ad4;
  border-radius:20px;
}
 
 .z_xzcon .biaoti{width:100%; height:auto; float:left; border-bottom:1px dashed #a8a8a8; font-size:14px; color:#666; text-align:left; line-height:30px; font-weight:normal; padding:10px 0; }
 
 .z_xzcon .biaoti img{width:30px; float:left; margin:0px 10px 0 0 ;}


 
 .z_xzcon dl{width:1270px; float:left;  margin:10px 0 10px 0;}

 
 .z_xzcon dl dd{width:150px; height:40px; background:#006ad4; border:none; border-radius:10px; float:left; margin:10px 50px 0px 10px;  font-size:14px; color:#fff; text-align:left; line-height:40px; font-weight:normal; }

 
 .z_xzcon dl dd a img{width:23px; float:left; margin:10px 10px 0 5px; }

 
 .z_xzcon dl dd a font{float:left; font-size:14px; color:#fff; text-align:left; line-height:40px; font-weight:normal;  }

 
 
 .z_xzcon dl dd:hover{width:150px; height:40px; background:#013a72; border:none; border-radius:10px; float:left; margin:10px 50px 0px 10px;  font-size:14px; color:#fff; text-align:left; line-height:40px; font-weight:normal; }

 
 
 .z_xzcon ol{width:1160px; float:left;  margin:10px 0 0px 0;}

 
 .z_xzcon ol li{width:auto; height:30px; background:none; border:none; border-radius:0px; float:left; margin:10px 10px 0px 10px;  font-size:14px; color:#a8a8a8; text-align:left; line-height:30px; font-weight:normal; }

 
 .z_xzcon ol li a img{width:25px; float:left; margin:5px 10px 0 5px; }

 
 .z_xzcon ol li a font{float:left; font-size:14px; color:#222; text-align:left; line-height:30px; font-weight:normal;  }
 
 .z_xzcon ol li a:hover font{color:#0a3c86;}
 
  
 
 .z_xzcon ul{width:1160px; float:left;  margin:0px 0 10px 0;}

 
 .z_xzcon ul li{width:auto; height:30px; background:none; border:none; border-radius:0px; float:left; margin:10px 10px 0px 10px;  font-size:14px; color:#a8a8a8; text-align:left; line-height:30px; font-weight:normal; }

 
 .z_xzcon ul li a img{width:16px; float:left; margin:8px 10px 0 5px; }

 
 .z_xzcon ul li a font{float:left; font-size:14px; color:#222; text-align:left; line-height:30px; font-weight:normal;  }
 
 .z_xzcon ul li a:hover font{color:#0a3c86}

   

#certify3 { position: relative; width:1200px; height: 360px; display: block; margin: 20px auto 20px auto; }
#certify3 .swiper-container { padding-bottom:40px;  overflow: hidden; }
#certify3 .swiper-slide {width:580px!important; padding:0px; margin:10px 0px 0 0px; box-shadow:6px 0px 10px  rgba(0,0,0,.1); 
text-align: center;  transform: scale(1); }
#certify3 .swiper-slide-active, .swiper-slide-duplicate-active { /* transform:scale(1);*/ -webkit-tap-highlight-color: transparent; outline: none; }
 
#certify3 .swiper-slide:hover{
      transform: scale(1);
	}
