﻿.z_banner {
  width: 100%;
  float: left;
  height: 100vh;
  box-sizing: border-box;
  padding-bottom: 125px;
}
.z_banner .swiper-container{width:100%;height:100%;}
.z_banner img{width:100%;height: 100%;}
.z_banner .num {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 468px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.z_banner .num .n1 {
  font-size: 24px;
  color: #ffc522;
}
.z_banner .num .n2 {
  font-size: 24px;
  color: #002a61;
}
.z_banner .swiper-pagination {
  width: 468px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  top: auto;
  background: #002a61;
}
.z_banner .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffc522;
}
.z_banner .swiper-button-next,
.z_banner .swiper-button-prev {
  width: 70px;
  height: 70px;
  outline: none;
}
.z_banner .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: 11.5%;
}
.z_banner .swiper-button-next::after {
  content: initial;
}
.z_banner .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: 11.5%;
}
.z_banner .swiper-button-prev::after {
  content: initial;
}
.z_head {
  width: 100%;
  float: left;
  background: #002a61;
  margin-top: -125px;
}
.z_head.nhov {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  margin-top: 0;
}
.z_head.nhov1{display:none;}
.z_head .z_max {
  height: 125px;
  display: flex;
  align-items: center;
}
.z_head .z_max .z_logo {
  width: 210px;
}
.z_head .z_max .z_nav ul li {
  font-size: 17px;
  float: left;
}
.z_head .z_max .z_nav ul li a {
  color: #fff;
  padding: 0 20px;
  font-family: 'æ€æºé»‘ä½“SC-Bold';
}
.z_head .z_max .z_nav ul li.active a {
  background: url(../images/zz.png) no-repeat left, url(../images/zz.png) no-repeat right;
  background-size: 17px;
}
.z_head .z_max .z_nav ul li:hover a {
  background: url(../images/zz.png) no-repeat left, url(../images/zz.png) no-repeat right;
  background-size: 17px;
}
.z_head .z_max .z_yy {
  position: relative; height:20px;
  font-size: 15px;
  color: #fff;
 background: url(../images/dq.png) no-repeat  left;  background-size:19px 18px;
  padding: 5px 0;
  padding-left: 25px;
  padding-right: 15px;
}
.z_head .z_max .z_yy a {
  position: absolute;
  color: #fff;
  left: 25px;
  top: 8px;
  padding-top:0px;
  display: block;
}
.z_head .z_max .z_yy:hover a {
  display: block;
}
.z_ss {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.z_ss .dt {
  position: relative;
}
.z_ss .dt .ss {
  position: absolute;
  top: 13px;
  width: 790px;
  height: 70px;
  left: 77px;
  display: flex;
  align-items: center;
}
.z_ss .dt .ss input {
  border: none;
  background: none;
  outline: none;
  height: 70px;
}
.z_ss .dt .ss input.wz {
  flex: 1;
  font-size: 20px;
  color: #333;
}
.z_ss .dt .ss input.dj {
  width: 50px;
  opacity: 0;
}
.z_ss .dt .ss font {
  position: absolute;
  left: -15px;
  bottom: -40px;
  font-size: 18px;
  color: #999999;
}
.z_ss .dt .ss font a {
  color: #999999;
  margin-right: 20px;
}
.z_title {
  width: 100%;
  float: left;
  text-align: center;
  margin: 40px 0;
}
.z_title h3 {
  font-size: 36px;
  color: #f2f2f2;
  font-weight: normal;
  text-transform: uppercase;
}
.z_title h4 {
  font-weight: normal;
  position: relative;
  z-index: 9;
  margin-top: -20px;
  padding-bottom: 20px;
}
.z_title h4 font {
  font-size: 30px;
  color: #002a61;
  position: relative;
}
.z_title h4 font::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  background: url(../images/xian.jpg) no-repeat center;
  height: 2px;
}
.z_title h4 font span {
  color: #ffc522;
}
.z_cc {
  width: 100%;
  float: left;
}
.z_cc ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_cc ul li a {
  display: block;
}
.z_cc ul li a .img {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 185px;
}
.z_cc ul li a .img img {
  max-width: 100%;
}
.z_cc ul li a .img img:hover{opacity:0.8}
.z_cc ul li a font {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'æ€æºé»‘ä½“SC-Bold';
  color: #333;
  margin-top: 35px;
}
.z_cc ul li:hover a font {
  color: #002a61;
}
.z_more {
  width: 100%;
  float: left;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_more a {
  font-size: 18px;
  color: #1b1f2c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 50px;
  background: #f4f4f4;
}
.z_more a img {
  margin-left: 15px;
}
.z_aa {
  width: 100%;
  float: left;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 65px;
}
.z_aa .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_aa .z_max .dt {
  width: 585px;
  position: relative;
}
.z_aa .z_max .dt::before {
  content: "";
  position: absolute;
  background: url(../images/yh1.png) no-repeat;
  width: 31px;
  height: 29px;
  left: -45px;
  top: -10px;
}
.z_aa .z_max .dt::after {
  content: "";
  position: absolute;
  background: url(../images/yh2.png) no-repeat;
  width: 31px;
  height: 29px;
  right: -27px;
  bottom: 50px;
}
.z_aa .z_max .dt h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
}
.z_aa .z_max .dt h3 span {
  margin-left: 10px;
  font-size: 36px;
  text-transform: uppercase;
}
.z_aa .z_max .dt font {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.z_aa .z_max .dt .a {
  float: left;
  font-size: 18px;
  color: #1b1f2c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 50px;
  background: #f4f4f4;
}
.z_aa .z_max .dt .a img {
  margin-left: 15px;
}
.z_aa .z_max .img {
  width: 573px;
}
.z_nn1 {
  width: 540px;
  float: left;
  background: #758ca9;
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 0;
  margin-bottom: 45px;
position: relative;
}
.z_nn1::before{content:"";background: url(../images/mao.png) no-repeat;width: 158px;height: 351px;position: absolute;left: -121px;bottom: 0;}
.z_nn1 img {
  width: 100%;
  float: left;
}
.z_nn1 .dt {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
.z_nn1 .dt h3 {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  line-height: 1.5;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  text-align: right;
}
.z_nn1 .dt h3::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background: url(../images/xian.png) no-repeat center;
}
.z_nn1 .dt h3 span {
  display: block;
  font-family: Impact;
  font-size: 24px;
}
.z_nn1 .dt .font {
  flex: 1;
}
.z_nn1 .dt .font h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
}
.z_nn1 .dt .font font {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  height: 40px;
}
.z_nn1 .more {
  width: 100%;
  float: left;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_nn1 .more a {
  font-size: 18px;
  color: #1b1f2c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 50px;
  background: #f4f4f4;
}
.z_nn1 .more a img {
  margin-left: 15px;
  width: auto;
}
.z_nn2 {
  width: 660px;
  float: right;
  background: #fcfcfc;
}
.z_nn2 ul li {
  width: 100%;
  float: left;
}
.z_nn2 ul li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  padding-right: 55px;
  box-sizing: border-box;
  height: 155px;
}
.z_nn2 ul li a h3 {
  font-size: 18px;
  color: #999;
  white-space: nowrap;
  line-height: 1.5;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  text-align: right;
}
.z_nn2 ul li a h3::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background: url(../images/xian1.png) no-repeat center;
}
.z_nn2 ul li a h3 span {
  display: block;
  font-family: Impact;
  font-size: 24px;
}
.z_nn2 ul li a .font {
  flex: 1;
}
.z_nn2 ul li a .font h4 {
  font-size: 18px;
  color: #505050;
  font-weight: normal;
  margin-bottom: 5px;
}
.z_nn2 ul li a .font font {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  height: 40px;
}
.z_nn2 ul li:hover {
  background: url(../images/bg.png) no-repeat left;
}
.z_bot {
  width: 100%;
  float: left;
  padding: 35px 0;
  background: url(../images/bg1.jpg) no-repeat center;
background-size: 100% 100%;
}
.z_bot .z_max {
  display: flex;
  align-items: flex-start;
}
.z_bot .z_max .z_bot1 {
  width: 160px;
  box-sizing: border-box;
  background: url(../images/xian2.png) no-repeat right top;
  min-height: 207px;
}
.z_bot .z_max .z_bot1 h3 {
  font-size: 18px;
  color: #fcfcfc;
  font-weight: normal;
  margin-bottom: 15px;
}
.z_bot .z_max .z_bot1 a {
  display: block;
  font-size: 15px;
  color: #fcfcfc;
  margin-bottom: 15px;
}
.z_bot .z_max .z_bot2 {
  width: 345px;
  box-sizing: border-box;
  padding-left: 20px;
  background: url(../images/xian2.png) no-repeat right top;
  min-height: 207px;
}
.z_bot .z_max .z_bot2 h3 {
  font-size: 18px;
  color: #fcfcfc;
  font-weight: normal;
  margin-bottom: 15px;
}
.z_bot .z_max .z_bot2 font {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 2;
}
.z_bot .z_max .z_bot3 {
  width: 450px;
  box-sizing: border-box;
  padding-left: 30px;
  background: url(../images/xian2.png) no-repeat right top;
  min-height: 207px;
}
.z_bot .z_max .z_bot3 h3 {
  font-size: 18px;
  color: #fcfcfc;
  font-weight: normal;
  margin-bottom: 15px;
}
.z_bot .z_max .z_bot3 font {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.z_bot .z_max .z_bot4 {
  box-sizing: border-box;
  flex: 1;
  padding-left: 20px;
    white-space: nowrap;
}
.z_bot .z_max .z_bot4 a:hover img{opacity:0.6}
.z_bot .z_max .z_bot4 h3 {
  font-size: 18px;
  color: #fcfcfc;
  font-weight: normal;
  margin-bottom: 15px;
}
.z_bot .z_max .z_bot4 font {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 2;
}
.z_banner1 {
  width: 100%;
  float: left;
  margin-top: 125px;
}
.z_banner1 img {
  width: 100%;
  float: left;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.z_aa1 font {
  display: block;
  padding: 0 70px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.z_aa1 img {
  width: 100%;
}
.z_aa2 {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.z_aa2 .li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #f2f2f2;
}
.z_aa2 .li .dt {
  float: left;
  width: 600px;
  height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 50px;
}
.z_aa2 .li .dt h3 {
  font-family: 'æ€æºé»‘ä½“SC-Bold';
  margin-bottom: 20px;
  font-size: 30px;
  color: #002a61;
}
.z_aa2 .li .dt font {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}
.z_aa2 .li img {
  width: 600px;
  height: 200px;
  float: right;
}
.z_aa2 .li:nth-child(2n+0) .dt {
  float: right;
}
.z_aa2 .li:nth-child(2n+0) img {
  float: left;
}
.z_pp {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.z_pp .left {
  width: 245px;
  float: left;
  height: 785px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.z_pp .left a {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  height: 100px;
  width: 100%;
  background: #eff4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.z_pp .left a h3 {
  font-weight: normal;
  font-family: 'æ€æºé»‘ä½“SC-Bold';
  font-size: 20px;
  color: #002a61;
}
.z_pp .right {
  width: 920px;
  float: right;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.z_pp .right h3 {
  width: 100%;
  float: left;
  height: 100px;
  background: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 10px;
  font-size: 30px;
  color: #002a61;
  box-sizing: border-box;
}
.z_pp .right .nr {
  width: 100%;
  float: left;
  height: 685px;
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 35px;
}
.z_pp .right .nr ul {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
}
.z_pp .right .nr ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 156px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  text-align: center;
}
.z_pp .right .nr ul li a {
  display: block;
}
.z_pp .right .nr ul li a img {
  width: 145px;
  height: 120px;
  margin: 20px 0;
}
.z_pp .right .nr ul li a h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: normal;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z_pp .right .nr ul li .a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  background: #002a61;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
}
.z_pp .right .nr ul li .a:hover{background:#0b438c;}

.z_pp .right .nr ul li:nth-child(5n+0) {
  margin-right: 0;
}
.z_pp .right .nr .scroll_bar {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 4px;
  height: 540px;
  background-color: #d5d5d5;
}
.z_pp .right .nr .scroll_bar .scroll_slider {
  position: absolute;
  top: 0;
  left: -2px;
  width: 8px;
  height: 48px;
  background-color: #b1b1b1;
  border-radius: 5px;
}
.z_bjd {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #f7f7f7;
  width: 100%;
display:none;
}
.z_bjd.nhov1{display:block;}
.z_bjd .z_max {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 30px;
}
.z_bjd .z_max .h3 {
  width: 155px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.z_bjd .z_max .h3 img {
  margin-right: 10px;
}
.z_bjd .z_max ul {
  white-space: nowrap;
  overflow-x: auto;
  width: 850px;
  overflow-y: hidden;
  margin-right: 15px;
}
.z_bjd .z_max ul li {
  display: inline-block;
  width: 120px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.z_bjd .z_max ul li img {
  width: 80px;
  height: 80px;
}
.z_bjd .z_max ul li font {
  display: block;
  font-size: 18px;
  color: #333333;
}
.z_bjd .z_max ul li a:last-child {
  position: absolute;
  top: -8px;
  right: 12px;
}
.z_bjd .z_max ul li a:last-child img {
  width: auto;
  height: auto;
}
.z_bjd .z_max ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.z_bjd .z_max ul::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
.z_bjd .z_max ul::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.z_bjd .z_max ul::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.z_bjd .z_max .a {
  width: 145px;
  background: #002a61;
  border-radius: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.z_bjd .z_max .a:hover{background:#0b438c;}
.z_msxj {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.z_msxj .dt {
  width: 555px;
  height: 380px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
}
.z_msxj .dt h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #002a61;
  font-family: 'æ€æºé»‘ä½“SC-Bold';
  line-height: 2;
}
.z_msxj .dt h3 span {
  display: block;
  font-size: 12px;
  color: #333;
}
.z_msxj .dt ul {
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.z_msxj .dt ul li {
  display: inline-block;
  width: 70px;
  text-align: center;
  position: relative;
  margin: 0 10px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.z_msxj .dt ul li img {
  width: 60px;
  height: 60px;
}
.z_msxj .dt ul li font {
  display: block;
  font-size: 12px;
  color: #333333;
}
.z_msxj .dt ul li a:last-child {
  position: absolute;
  top: -8px;
  right: 12px;
}
.z_msxj .dt ul li a:last-child img {
  width: auto;
  height: auto;
}
.z_msxj .dt ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.z_msxj .dt ul::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
.z_msxj .dt ul::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.z_msxj .dt ul::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.z_msxj .dt .ss {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_msxj .dt .ss input {
  outline: none;
  border: none;
  background: none;
  box-sizing: border-box;
}
.z_msxj .dt .ss input.wz {
  margin-bottom: 25px;
  border: 1px solid #dcdcdc;
  width: 410px;
  height: 45px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  background: url(../images/yx.png) no-repeat 15px center, url(../images/aq.png) no-repeat 380px center;
  padding-left: 40px;
  padding-right: 40px;
}
.z_msxj .dt .ss input.dj {
  height: 35px;
  border-radius: 5px;
  width: 270px;
  background: #002a61;
  font-size: 16px;
  color: #fff;
}
.z_msxj .dt .a {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  margin-left: 0;
  background: url(../images/cha.png) no-repeat;
}
.z_show1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.z_show1 .img {
  margin-right: 40px;
  width: 355px;
  height: 355px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z_show1 .img::before {
  content: "";
  position: absolute;
  background: url(../images/fdj.png) no-repeat right bottom;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.z_show1 .img a {
  width: 100%;
}
.z_show1 .img a img {
  width: 100%;
}
.z_show1 .img i{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    z-index:9;
}
.z_show1 .img .img1{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.z_show1 .img .img1.nhov{display:flex;}
.z_show1 .img .img1 .font{
    position: relative;
}
.z_show1 .img .img1 .font img{
    max-height: 85vh;
    max-width: 90vw;
}
.z_show1 .img .img1 .font a{
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 10px;
}
.z_show1 .img .img1 .font a::before{content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #666;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}
.z_show1 .img .img1 .font a::after{ content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #666;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);}
.z_show1 .dt {
  flex: 1;
}
.z_show1 .dt h3 {
  font-size: 24px;
  color: #002a61;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eeeeee;
}
.z_show1 .dt font {
  display: block;
  margin-bottom: 90px;
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.z_show1 .dt a {
  display: inline-block;
  background: #002a61;
  text-align: center;
  border-radius: 40px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin-left: 25px;
  text-decoration: none;
}
.z_show1 .dt a:hover{background:#0b438c;}
.z_show2 {
  width: 100%;
  float: left;
  position: relative;
}
.z_show2 .swiper-container {
  width: 955px;
  margin: 0 auto;    box-sizing: border-box;
    padding-right: 5px;
}
.z_show2 .swiper-container .swiper-slide .li {
  width: 100%;
  height: 250px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_show2 .swiper-container .swiper-slide .li img {
  width: 100%;
  height: 133px;
}
.z_show2 .swiper-container .swiper-slide .li font {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.z_show2 .swiper-container .swiper-slide .li a:last-child {
  display: inline-block;
  background: #002a61;
  text-align: center;
  border-radius: 40px;
  width: 100px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.z_show2 .swiper-container .swiper-slide .li a:last-child:hover{background:#0b438c;}
.z_show2 .swiper-button-next,
.z_show2 .swiper-button-prev {
  width: 70px;
  height: 70px;
  outline: none;
  opacity: 1;
}
.z_show2 .swiper-button-next {
  background: url(../images/right1.png) no-repeat center;
  right: -30px;
}
.z_show2 .swiper-button-next::after {
  content: initial;
}
.z_show2 .swiper-button-prev {
  background: url(../images/left1.png) no-repeat center;
  left: -30px;
}
.z_show2 .swiper-button-prev::after {
  content: initial;
}
.z_show3 {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #002a61;
  font-family: 'æ€æºé»‘ä½“SC-Bold';
}
.z_cc1 {
  width: 100%;
  float: left;
}
.z_cc1 ul li {
  width: 350px;
  float: left;
  margin-bottom: 30px;
  margin-right: 50px;
}
.z_cc1 ul li img {
  width: 100%;
  height: 235px;
  margin-bottom: 10px;
}
.z_cc1 ul li font {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.z_cc1 ul li:nth-child(3n+0) {
  margin-right: 0;
}
.z_page {
  width: 100%;
  float: left;
  margin: 60px 0;
  text-align: center;
  font-size: 0;
}
.z_page a {
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 18px;
  color: #666666;
  margin: 0 20px;
}
.z_page a.select {
  background: #002a61;
  color: #fff;
}
.z_dow {
  width: 100%;
  float: left;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  padding: 20px 30px;
}
.z_dow ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  height: 60px;
}
.z_dow ul li a {
  margin-right: 25px;
  display: block;
  background: #002a61;
  text-align: center;
  border-radius: 40px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.z_dow ul li:hover {
  color: #002a61;
}
.z_dow ul li:last-child {
  border-bottom: 0;
}
.z_nn3 {
  width: 100%;
  float: left;
  background: #fcfcfc;
}
.z_nn3 ul li {
  width: 100%;
  float: left;
}
.z_nn3 ul li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  padding-right: 55px;
  box-sizing: border-box;
  height: 155px;
}
.z_nn3 ul li a h3 {
  font-size: 18px;
  color: #999;
  white-space: nowrap;
  line-height: 1.5;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  text-align: right;
}
.z_nn3 ul li a h3::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background: url(../images/xian1.png) no-repeat center;
}
.z_nn3 ul li a h3 span {
  display: block;
  font-family: Impact;
  font-size: 24px;
}
.z_nn3 ul li a .font {
  flex: 1;
}
.z_nn3 ul li a .font h4 {
  font-size: 18px;
  color: #505050;
  font-weight: normal;
  margin-bottom: 5px;
}
.z_nn3 ul li a .font font {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  height: 40px;
}
.z_nn3 ul li:hover {
  background: url(../images/bg.png) no-repeat left;
}
.z_nr {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}
.z_nr h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #505050;
  line-height: 2;
}
.z_nr h3 span {
  display: block;
  font-size: 14px;
  color: #999999;
}
.z_fanhui {
  width: 100%;
  float: left;
  text-align: center;
  margin: 50px 0;
}
.z_fanhui a {
  display: inline-block;
  background: #002a61;
  text-align: center;
  border-radius: 40px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.z_gok {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  border-radius: 5px;
  margin-top: 50px;
  -moz-box-shadow: 0px 2px 5px #C4C4C4;
  -webkit-box-shadow: 0px 2px 5px #C4C4C4;
  box-shadow: 0px 2px 5px #C4C4C4;
}
.z_gok ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 70px;
}
.z_gok ul li {
  width: 325px;
  float: left;
  margin-bottom: 25px;
  margin-right: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
}
.z_gok ul li font {
  margin-left: 15px;
  font-size: 14px;
  color: #888888;
}
.z_gok ul li input {
  height: 45px;
  border: none;
  background: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #888888;
}
.z_gok ul li textarea {
  height: 120px;
  border: none;
  background: none;
  outline: none;
  resize: none;
  flex: 1;
  font-size: 14px;
  color: #888888;
}
.z_gok ul li:nth-child(3) {
  margin-right: 0;
}
.z_gok ul li:nth-child(4) {
  width: 100%;
  margin-right: 0;
}
.z_gok ul li:nth-child(5) {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  align-items: flex-start;
}
.z_gok .z_fs {
  width: 100%;
  float: left;
  text-align: center;
  margin: 60px 0;
}
.z_gok .z_fs input {
  outline: none;
  border: none;
  background: #002a61;
  border-radius: 40px;
  height: 60px;
  width: 475px;
  font-size: 20px;
  color: #fff;
}
.z_show4 {
  width: 100%;
     float: left;
    height: 777px;
}
.z_show4 .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #999999;
  /* è®¾ç½®Swiperé£Žæ ¼ */
  --swiper-navigation-color: #999999;
  /* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
  --swiper-navigation-size: 30px;
  /* è®¾ç½®æŒ‰é’®å¤§å° */
}
.z_show4 .swiper-container .li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.z_show4 .swiper-container .li dt {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_show4 .swiper-container .li dt img {
  width: 100%;
}
.z_show4 .swiper-container .li bt {
  width: 100%;
  background: #002a61;
  height: 80px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_tc{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100vh;
    visibility: hidden;
}
.z_tc.nhov{    top: 0;
    visibility: visible;}
.z_tc .dt{
    width: 1038px;
    height: 777px;
    background: #fff;
    position: relative;
}
.z_tc .dt .a{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 34px;
    background: url(../images/cha.png) no-repeat;
    z-index: 9;
}
