.z_top {
  width: 100%;
  float: left;
  background: #313131;
  font-size: 12px;
  color: #fff;
}
.z_top .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}
.z_top .z_max .right {
  display: flex;
  align-items: center;
}
.z_top .z_max .right a {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.z_top .z_max .right a img {
  margin-right: 5px;
}
.z_top .z_max .right a font {
  position: absolute;
  width: 100px;
  right: -20px;
  top: 20px;
  display: none;
}
.z_top .z_max .right a font img {
  width: 100%;
}
.z_top .z_max .right a:hover font {
  display: block;
}
.z_top .z_max .right a:first-child {
  margin-right: 10px;
}
.z_top .z_max .right a:last-child {
  margin-left: 10px;
}
.z_head {
  width: 100%;
  float: left;
  background: #fff;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.z_head .z_max .logo {
  width: auto;
}
.z_head .z_max .logo img {
  width: auto;
}
.z_head .z_max .tel {
  display: flex;
  align-items: center;
}
.z_head .z_max .tel img {
  width: auto;
  margin-right: 15px;
}
.z_head .z_max .tel h1 {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  font-size: 14px;
  color: #666666;
  line-height: 1.3;
}
.z_head .z_max .tel h1 span {
  font-size: 24px;
  color: #2f5ba9;
  font-weight: bold;
}
.z_nav {
  width: 100%;
  float: left;
  background: #2f5ba9;
}
.z_nav ul {
  display: flex;
  align-items: flex-start;
  height: 65px;
}
.z_nav ul li {
  width: 14%;
  height: 100%;
  position: relative;
}
.z_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.z_nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 25px;
  background: #fff;
}
.z_nav ul li a span {
  font-size: 12px;
  text-transform: uppercase;
    white-space: nowrap;
}
.z_nav ul li.active a {
  background: #313131;
}
.z_nav ul li.active a::after {
  display: none;
}
.z_nav ul li:hover a {
  background: #313131;
}
.z_nav ul li:hover a::after {
  display: none;
}
.z_nav ul li:hover ul {
  display: block;
}
.z_nav ul li ul {
  position: absolute;
  flex-flow: column;
  height: auto;
  width: 100%;
  left: 0;
  top: 45px;
  padding-top: 20px;
  display: none;
  z-index: 9;
}
.z_nav ul li ul li {
  width: 100%;
  margin-top: 5px;
}
.z_nav ul li ul li a {
  height: 50px;
  background: rgba(47, 91, 169, 0.7) !important;
  font-size: 16px;
}
.z_nav ul li ul li a::after {
  display: none !important;
}
.z_nav ul li ul li:hover a {
  background: #2f5ba9 !important;
}
.z_banner {
  width: 100%;
  float: left;
  overflow: hidden;
}
.z_banner .img {
  width: 1920px;
  position: relative;
  margin-left: -960px;
  left: 50%;
}
.z_banner .img img {
  width: 100%;
}
.z_banner .mySwiper {
  width: 100%;
  float: left;
}
.z_banner .mySwiper a {
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
  display: block;
}
.z_banner .mySwiper .swiper-pagination {
  bottom: 40px;
}
.z_banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff;
  opacity: 1;
  width: 15px;
  height: 15px;
}
.z_banner .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3854a3;
}
.z_title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: 85px;
  margin-bottom: 50px;
}
.z_title h1 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.z_title h1 span {
  color: #3854a3;
  margin-right: 15px;
}
.z_title h2 {
  font-size: 18px;
  color: #999999;
}
.z_pp_title {
  width: calc(100% - 80px);
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 35px;
  margin-left: 40px;
}
.z_pp_title li {
  width: 208px;
  height: 65px;
  margin-right: 20px;
}
.z_pp_title li:nth-child(5n) {
  margin-right: 0;
}
.z_pp_title li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #2f5ba9;
  font-size: 18px;
  color: #fff;
}
.z_pp_title li:hover a {
  background: #313131;
}
.z_pp_list {
  width: calc(100% - 80px);
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 50px;
  margin-left: 40px;
}
.z_pp_list li {
  width: 271px;
  margin-right: 12px;
  margin-bottom: 25px;
}
.z_pp_list li:nth-child(4n) {
  margin-right: 0;
}
.z_pp_list li a {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_pp_list li a .img {
  width: 100%;
  height: 242px;
  margin-bottom: 5px;
  position: relative;
}
.z_pp_list li a .img img {
  width: 100%;
}
.z_pp_list li a .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/lianjie.png) rgba(47, 91, 169, 0.7) no-repeat center;
  display: none;
}
.z_pp_list li a h1 {
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  background: #eeee;
}
.z_pp_list li:hover a .img::before {
  display: block;
}
.z_pp_list li:hover a h1 {
  background: #2f5ba9;
  color: #fff;
}
.z_aa {
  width: 100%;
  float: left;
  background: url(../images/bg.jpg) no-repeat top;
  height: 865px;
}
.z_aa .aa {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.z_aa .aa .left {
  width: 504px;
}
.z_aa .aa .left img {
  width: 100%;
}
.z_aa .aa .right {
  flex: 1;
  width: 0;
  margin-left: 45px;
  margin-top: 45px;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
.z_aa .aa .right h1 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
}
.z_aa .aa .right .font {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 45px;
}
.z_aa .aa .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 45px;
  background: #2f5ba9;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #2f5ba9;
}
.z_aa .aa .right a:hover {
  background: #fff;
  color: #2f5ba9;
}
.z_aa .aa1 {
  width: 100%;
  float: left;
  height: 155px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
}
.z_aa .aa1 li {
  flex: 1;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
}
.z_aa .aa1 li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 63px;
  background: #dfdfdf;
  right: 0;
}
.z_aa .aa1 li:last-child::after {
  display: none;
}
.z_aa .aa1 li h1 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #2f5ba9;
}
.z_aa .aa1 li h1 span {
  font-weight: bold;
  font-size: 50px;
}
.z_aa .aa1 li h2 {
  font-size: 16px;
  color: #222;
}
.z_youshi {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
.z_youshi li {
  width: 360px;
  margin-right: 40px;
}
.z_youshi li:nth-child(3n) {
  margin-right: 0;
}
.z_youshi li img {
  width: 100%;
}
.z_youshi1 {
  width: 100%;
  float: left;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
}
.z_youshi1 li {
  width: 585px;
  height: 110px;
  background: #eeeeee;
  border-radius: 60px;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 15px;
}
.z_youshi1 li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.z_youshi1 li a img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.z_youshi1 li a h1 {
  flex: 1;
  margin-right: 25px;
  margin-left: 15px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_youshi1 li a h1 font {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.z_youshi1 li a h1 span {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_youshi1 li:hover {
  background: #1d50b6;
}
.z_youshi1 li:hover a h1 font {
  color: #fff;
}
.z_youshi1 li:hover a h1 span {
  color: #fff;
}
.z_case {
  width: 100%;
  float: left;
  height: 775px;
  background: #1d50b6;
}
.z_case .z_max {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_case .z_max .z_title h1 {
  color: #fff;
}
.z_case .z_max .z_title h1 span {
  color: #fff;
}
.z_case .z_max .z_title h2 {
  color: #fff;
}
.z_case .z_max .cc {
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 65px;
}
.z_case .z_max .cc a {
  display: block;
}
.z_case .z_max .cc a img {
  width: 100%;
}
.z_case .z_max .cc a h1 {
  position: absolute;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  left: 3px;
  top: 3px;
  display: none;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: rgba(47, 91, 169, 0.8);
}
.z_case .z_max .cc a h1 img {
  width: auto;
}
.z_case .z_max .cc a h1 span {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.z_case .z_max .cc a:hover h1 {
  display: flex;
}
.z_case .z_max .cc .swiper-button-next,
.z_case .z_max .cc .swiper-button-prev {
  background: url(../images/jt.jpg) no-repeat;
  width: 78px;
  height: 47px;
  opacity: 1;
  outline: none;
}
.z_case .z_max .cc .swiper-button-next::after,
.z_case .z_max .cc .swiper-button-prev::after {
  display: none;
}
.z_case .z_max .cc .swiper-button-next {
  right: -43px;
  transform: rotatey(180deg);
}
.z_case .z_max .cc .swiper-button-prev {
  left: -43px;
}
.z_case .z_max .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 68px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #4a73c5;
  font-size: 18px;
  color: #fff;
}
.z_case .z_max .more:hover {
  background: #fff;
  color: #1d50b6;
}
.z_nntitle {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.z_nntitle a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 120px;
  height: 45px;
  background: #eeeeee;
  font-size: 18px;
  color: #333333;
}
.z_nntitle a:hover {
  color: #fff;
  background: #2f5ba9;
}
.z_nn {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-bottom: 90px;
}
.z_nn .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 65px;
  box-sizing: border-box;
  border: 1px solid #2f5ba9;
  background: #2f5ba9;
  font-size: 18px;
  color: #fff;
}
.z_nn .more:hover {
  background: #fff;
  color: #2f5ba9;
}
.z_nn_list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.z_nn_list .left {
  width: 480px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_nn_list .left img {
  width: 100%;
  height: 304px;
}
.z_nn_list .left h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}
.z_nn_list .left h2 {
  margin-bottom: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #999999;
}
.z_nn_list .left h3 {
  padding-bottom: 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #2f5ba9;
  font-size: 24px;
  color: #999999;
}
.z_nn_list .right {
  width: 680px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_nn_list .right li {
  width: 100%;
  height: 155px;
}
.z_nn_list .right li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  box-sizing: border-box;
  padding: 25px 20px;
}
.z_nn_list .right li a h1 {
  margin-bottom: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}
.z_nn_list .right li a h2 {
  margin-bottom: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #999999;
}
.z_nn_list .right li a h3 {
  font-size: 19px;
  color: #999999;
  padding-top: 15px;
  border-top: 1px solid #2f5ba9;
}
.z_nn_list .right li:hover a {
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.z_nn_list .right li:hover a h1 {
  color: #2f5ba9;
}
.z_bot {
  width: 100%;
  float: left;
  background: #313131;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_bot .bot1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 60px;
}
.z_bot .bot1 .left {
  display: flex;
  align-items: center;
}
.z_bot .bot1 .left img {
  width: 103px;
}
.z_bot .bot1 .left .dt {
  margin-left: 40px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.z_bot .bot1 .center {
  display: flex;
  align-items: center;
}
.z_bot .bot1 .center img {
  width: auto;
}
.z_bot .bot1 .center h1 {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-left: 20px;
  line-height: 1.5;
  font-size: 14px;
  color: #4071ca;
}
.z_bot .bot1 .center h1 span {
  font-size: 25px;
}
.z_bot .bot1 .right {
  display: flex;
  align-items: flex-start;
}
.z_bot .bot1 .right a {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-right: 15px;
}
.z_bot .bot1 .right a:last-child {
  margin-right: 0;
}
.z_bot .bot1 .right a img {
  width: 132px;
  height: 132px;
}
.z_bot .bot1 .right a span {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}
.z_bot .bot2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.z_bot .bot2 li a {
  font-size: 14px;
  color: #999999;
}
.z_bot .bot2 li:hover a {
  color: #fff;
}
.z_bot .bot3 {
  width: 100%;
  border-top: 1px solid #535353;
  padding-top: 20px;
  margin-bottom: 35px;
}
.z_bot .bot3 .yl {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.z_bot .bot3 .yl font {
  font-size: 14px;
  color: #437de3;
}
.z_bot .bot3 .yl .dt {
  flex: 1;
  width: 0;
}
.z_bot .bot3 .yl .dt a {
  font-size: 12px;
  color: #999999;
  float: left;
  margin-right: 35px;
}
.z_bot .bot3 .foot {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #999999;
}
.z_weizi {
  width: 100%;
  float: left;
  background: #f6f6f6;
}
.z_weizi .z_max {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 14px;
  color: #333333;
}
.z_weizi .z_max a {
  color: #333333;
}
.z_weizi .z_max img {
  width: auto;
  margin-right: 10px;
}
.z_title1 {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  color: #333;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 45px;
}
.z_title1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 1px;
  background: #2f5ba9;
  width: 65px;
}
.z_aa1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 95px;
}
.z_left {
  width: 325px;
  float: left;
  margin-bottom: 90px;
}
.z_right {
  width: calc(100% - 325px - 25px);
  float: right;
  margin-bottom: 90px;
}
.z_left_nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  background: #2f5ba9;
  margin-bottom: 25px;
}
.z_left_nav h1 {
  width: 100%;
  position: relative;
  margin: 30px 0;
  overflow: hidden;
}
.z_left_nav h1 font {
  font-size: 64px;
  color: #8db3f6;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.1;
}
.z_left_nav h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
}
.z_left_nav ul {
  width: calc(100% - 40px);
}
.z_left_nav ul li {
  width: 100%;
  margin-bottom: 20px;
}
.z_left_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: #fff;
  font-size: 20px;
  color: #333333;
}
.z_left_nav ul li a.active {
  background: #313131;
  color: #fff;
}
.z_left_nav ul li a:hover {
  background: #313131;
  color: #fff;
}
.z_left_con {
  width: 100%;
  float: left;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_left_con .con1 {
  width: calc(100% - 16px);
  height: 117px;
  background: url(../images/bg1.jpg) no-repeat;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 120px;
  padding-top: 35px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 30px;
}
.z_left_con .con1 h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.z_left_con .con1 h2 {
  font-size: 14px;
  color: #999999;
}
.z_left_con .con2 {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 25px;
  color: #4071ca;
}
.z_left_con .con2 img {
  width: auto;
  margin-right: 20px;
}
.z_left_con .con3 {
  width: calc(100% - 40px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.z_left_con .con3 a {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_left_con .con3 a img {
  width: 132px;
  height: 132px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  padding: 10px;
}
.z_left_con .con3 a span {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.z_title2 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  height: 55px;
  background: #eeeeee;
  position: relative;
}
.z_title2::before{content:"";position: absolute;height: 100%;background: #2f5ba9;width: 105px;}
.z_title2 h1 {
  float: left;
  background: url(../images/tixing.png) no-repeat right;
  font-size: 20px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 213px;
  padding-right: 30px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
justify-content: center;
}
.z_pp_list1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 25px;
}
.z_pp_list1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 25px;
}
.z_pp_list1 li {
  width: 274px;
  margin-right: 14px;
  margin-bottom: 25px;
}
.z_pp_list1 li:nth-child(3n) {
  margin-right: 0;
}
.z_pp_list1 li a {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_pp_list1 li a .img {
  width: 100%;
  height: 240px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}
.z_pp_list1 li a .img img {
  width: 100%;
}
.z_pp_list1 li a .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/lianjie.png) rgba(47, 91, 169, 0.7) no-repeat center;
  display: none;
}
.z_pp_list1 li a h1 {
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  background: #eeee;
}
.z_pp_list1 li:hover a .img::before {
  display: block;
}
.z_pp_list1 li:hover a h1 {
  background: #2f5ba9;
  color: #fff;
}
.z_page {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0;
}
.z_page a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  background: #2f5ba9;
  line-height: 30px;
}
.z_page a.select {
  background: #313131;
}
.z_fd {
  position: fixed;
  right: 20px;
  width: 66px;
  z-index: 99;
  bottom: 15%;
}
.z_fd a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  float: left;
  margin-bottom: 15px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #fff;
  -moz-box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.08);
}
.z_fd a:last-child {
  margin-bottom: 0;
}
.z_fd a font {
  position: absolute;
  right: 66px;
  top: 0;
  white-space: nowrap;
  align-items: center;
  color: #333;
  font-size: 16px;
  -moz-box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.08);
  display: none;
}
.z_fd a:nth-child(1):hover font {
  display: flex;
}
.z_fd a:nth-child(1) font {
  height: 66px;
  padding: 0 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.z_fd a:nth-child(2):hover font {
  display: flex;
}
.z_fd a:nth-child(2) font {
  height: 132px;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 132px;
}
.z_fanye {
  width: 100%;
  float: left;
  margin-top: 45px;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  flex-flow: column;
}
.z_fanye a {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}
.z_fanye a:hover {
  text-decoration: underline;
  color: #1e71e2;
}
.z_proshow {
  width: calc(100% - 60px);
  float: right;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_proshow h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}
.z_proshow h2 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 75px;
  margin-bottom: 25px;
}
.z_proshow h2 span {
  float: left;
  padding-bottom: 25px;
  position: relative;
  z-index: 9;
  top: 1px;
  box-sizing: border-box;
  border-bottom: 4px solid #2f5ba9;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.z_cc {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0 10px;
}
.z_cc li {
  width: 380px;
  height: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.z_cc li:nth-child(3n) {
  margin-right: 0;
}
.z_cc li:hover h1 {
  background: #2f5ba9;
}
.z_cc li h1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(47, 91, 169, 0.6);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.z_show {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 90px;
}
.z_show h1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 45px;
}
.z_show h1 span {
  float: left;
  padding-bottom: 25px;
  position: relative;
  z-index: 9;
  top: 1px;
  box-sizing: border-box;
  border-bottom: 4px solid #2f5ba9;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.z_show h2 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.z_show h2 span {
  float: left;
  font-size: 20px;
  color: #fff;
  background: #2f5ba9;
  padding: 5px 10px;
}
.z_cc1 {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.z_cc1 li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 25px 20px;
  position: relative;
}
.z_cc1 li::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
  height: 1px;
  background: #eee;
}
.z_cc1 li:hover {
  background: #eee;
}
.z_cc1 li:hover::before {
  display: none;
}
.z_cc1 li a {
  display: flex;
  align-items: flex-start;
}
.z_cc1 li a img {
  width: 480px;
}
.z_cc1 li a .dt {
  flex: 1;
  width: 0;
  margin-left: 45px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  line-height: 2;
}
.z_cc1 li a .dt h1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.z_cc1 li a .dt font {
  font-size: 16px;
  color: #333;
}
.z_cc1 li:nth-child(2n) a {
  flex-flow: row-reverse;
}
.z_cc1 li:nth-child(2n) a .dt {
  margin-left: 0;
  margin-right: 45px;
}
.z_con {
  width: 1215px;
  float: right;
  margin-bottom: 110px;
  box-sizing: border-box;
  padding: 45px 25px 20px 20px;
  height: 483px;
  background: url(../images/bg.png) no-repeat;
  display: flex;
  align-items: flex-start;
}
.z_con .map {
  width: 648px;
  height: 416px;
  overflow: hidden;
}
.z_con .con {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-left: 65px;
}
.z_con .con h1 {
  font-size: 24px;
  color: #2f5ba9;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.z_con .con h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #2f5ba9;
  width: 45px;
}
.z_con .con ul {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 10px;
}
.z_con .con ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.z_con .con ul li img {
  margin-right: 15px;
}
.z_con .con h2 {
  display: flex;
  align-items: flex-start;
  margin-left: -10px;
}
.z_con .con h2 a {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-right: 30px;
}
.z_con .con h2 a img {
  width: 120px;
}
.z_con .con h2 a span {
  font-size: 14px;
  color: #333;
}
.z_nn1 {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.z_nn1 li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 25px 15px;
  position: relative;
}
.z_nn1 li::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  height: 1px;
  background: #eee;
}
.z_nn1 li:hover {
  background: #eee;
}
.z_nn1 li:hover::before {
  display: none;
}
.z_nn1 li:hover a .dt h1 {
  color: #2f5ba9;
}
.z_nn1 li a {
  display: flex;
  align-items: flex-start;
}
.z_nn1 li a img {
  width: 235px;
}
.z_nn1 li a .dt {
  flex: 1;
  width: 0;
  margin-left: 40px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_nn1 li a .dt h1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.z_nn1 li a .dt h2 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
}
.z_nn1 li a .dt font {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.z_newshow {
  width: 100%;
  float: left;
  margin-top: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
.z_newshow h1 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.z_newshow h2 {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 45px;
}
.z_cc_fd {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.z_cc_fd li {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z_cc_fd li.on {
  display: flex;
}
.z_cc_fd li img {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.z_cc_fd li i {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
