.z_top {
  background: url(../images/navbg.png) no-repeat center top;
  width: 100%;
  z-index: 9;
  position: relative;
  float: left;
}

.z_top .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.z_top .logo {
  width: auto;
  display: flex;
  align-items: center;
}

.z_top .logo img {
  width: auto;
}

.z_top .img {
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
}

.z_top .img::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background: #fff;
  opacity: 0.35;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.z_top .img img {
  width: auto;
}

.z_top .login {
  display: flex;
  align-items: center;
  padding: 0 21px;
  height: 40px;
  background: #F3F3F3;
  border: 1px solid #EEEEEE;
  opacity: 1;
  font-size: 14px;
  color: #686868;
  border-radius: 2px;
}

.z_top .login img {
  width: auto;
  margin-right: 17px;
  max-width: 20px;
}

.z_top .login a {
  color: #686868;
}

.z_nav {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.z_nav ul {
  display: flex;
  height: 100%;
  white-space: nowrap;
}

.z_nav ul li {
  height: 100%;
  margin-right: 55px;
}

.z_nav ul li:last-child {
  margin-right: 30px;
}

.z_nav ul li.active a {
  color: #01516E;
  font-weight: bold;
  border-color: #01516E;
}

.z_nav ul li:hover a {
  color: #01516E;
  font-weight: bold;
}

.z_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  padding-bottom: 9px;
  position: relative;
  top: 6px;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
}

.z_banner {
  width: 100%;
  float: left;
  overflow: hidden;
  height: calc(930px - 185px);
  box-sizing: border-box;
  margin-bottom: 185px;
  position: relative;
}
.z_banner .z_max{
    height: 160px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 1px rgba(255,255,255,0.6000);
    border-radius: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_banner .z_max .img:last-child{
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.z_banner .img {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  color: #fff;
  height: 100px;
  box-sizing: border-box;
  padding: 15px 0;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #fff;
}

.z_banner .img img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.z_banner .mySwiper {
  position: relative;
  overflow: hidden;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.z_banner .mySwiper .swiper-slide {
  overflow: hidden;
}

.z_banner .mySwiper .swiper-pagination {
  bottom: 36px;
}

.z_banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
}

.z_banner .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #008CF0;
}

.z_seach1 {
  width: 100%;
  float: left;
  background: url(../images/713_bg.png) no-repeat center;
}

.z_seach2 {
  width: 100%;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1600);
}

.z_seach {
  width: 100%;
  float: left;
  height: 155px;
  box-sizing: border-box;
  padding: 35px 50px 0 50px;
  position: relative;
  z-index: 9;
}

.z_seach .danxuan {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
}

.z_seach .danxuan a {
  margin-right: 18px;
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
}

.z_seach .danxuan a input {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  opacity: 0;
}

.z_seach .danxuan a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #01516E;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.z_seach .danxuan a.active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  box-sizing: border-box;
  background: #01516E;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.z_seach .search {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.z_seach2.zy .z_seach .search .sea{
    border-color: #ccc;
}
.z_seach2.zy .z_seach .search .sea .dj{
    background: url(../images/sea2.png)#E5E5E5 no-repeat 43px center;
    color: #01516E;
}
.z_seach2.zy .z_seach .resou{
    color: #000;
    opacity: 0.4;
}
.z_seach2.zy .z_seach .resou a{
    color: #000;
}
.z_seach .search .sea {
  flex: 1;
  width: 0;
  margin-right: 24px;
  display: flex;
  box-sizing: border-box;
  height: 48px;
  border: 1px solid #01516E;
  border-radius: 40px;
  align-items: center;
}

.z_seach .search .sea .wz {
  flex: 1;
  width: 0;
  margin: 0 32px;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.z_seach .search .sea .dj {
  background: url(../images/sea.png)#01516E no-repeat 43px center;
  text-indent: 35px;
  height: 44px;
}

.z_seach .search .dj {
  background: url(../images/sea1.png)#01516E no-repeat 25px center;
  width: 138px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 40px;
  height: 48px;
  text-indent: 28px;
  margin-right: 1px;
}

.z_seach .search .dj::before {
  content: "1";
}

.z_seach .resou {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.z_seach .resou a {
  color: #fff;
  cursor: pointer;
}

.z_xwjs {
  width: 100%;
  float: left;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  height: 540px;
  background: rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1600);
  border-radius: 10px 10px 10px 10px;
  padding: 55px 30px 0 30px;
}

.z_xwjs .left {
  position: relative;
  width: 444px;
  float: left;
  height: 418px;
}

.z_xwjs .left .img {
  width: 100%;
  height: 330px;
  background: #fff;
  box-sizing: border-box;
}

.z_nn .img img {
  width: 100%;
}

.z_xwjs .right {
  width: 210px;
  flex: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}

.z_xwjs .right .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.z_xwjs .right .title a {
  width: 60px;
  height: 21px;
  background: #01516E;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.z_nn {
  width: 100%;
  float: left;
}

.z_nn ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.z_nn ul li {
  width: 100%;
  box-sizing: border-box;
  height: 82px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.z_nn ul li a {
  display: flex;
  height: 100%;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}

.z_nn ul li a .left1 {
  width: 111px;
  height: 82px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.z_nn ul li a .left1 h1 {
  font-size: 26px;
  color: #686868;
  margin-bottom: 6px;
}

.z_nn ul li a .left1 h2 {
  font-size: 14px;
  color: #999999;
}

.z_nn ul li a .right1 {
  flex: 1;
  width: 0;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.z_nn ul li a .right1 h1 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7px;
  white-space: nowrap;
  max-width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 7px;
}

.z_nn ul li a .right1 h2 {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
}

.z_jptj {
  width: 100%;
  float: left;
  height: auto;
  box-sizing: border-box;
  background-size: cover;
  margin-bottom: 110px;
}

.z_jptj .z_max {}

.z_jptj .z_max ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.z_jptj .z_max ul li {
  width: 100%;
  overflow: hidden;
}

.z_jptj .z_max ul li a img {
  width: 100%;
}

.z_bjtj {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 180px;
}

.z_bjtj .bjtj1 {
  width: 310px;
  float: left;
  height: 462px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 10px solid rgba(51, 152, 50, 0.08);
}

.z_bjtj .bjtj1 .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.z_bjtj .bjtj1 .swiper-slide a {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
}

.z_bjtj .bjtj1 .swiper-slide a .img {
  width: 100%;
  overflow: hidden;
  height: 280px;
}

.z_bjtj .bjtj1 .swiper-slide a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_bjtj .bjtj1 .swiper-slide a:hover .img img {
  transform: scale(1.1);
}

.z_bjtj .bjtj1 .swiper-slide a h1 {
  margin-top: 20px;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_bjtj .bjtj1 .swiper-slide a h2 {
  margin-bottom: 5px;
  font-size: 12px;
  color: rgba(40, 40, 40, 0.7);
}

.z_bjtj .bjtj1 .swiper-slide a h3 {
  font-size: 18px;
  color: #F00000;
  font-weight: bold;
}

.z_bjtj .bjtj1 .swiper-pagination {
  bottom: 20px;
}

.z_bjtj .bjtj2 {
  width: calc(100% - 320px);
  float: right;
  height: 462px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
}

.z_bjtj .bjtj2 li {
  width: calc(49.5% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  height: 226px;
  background: #fff;
  box-sizing: border-box;
  border: 10px solid rgba(51, 152, 50, 0.08);
}

.z_bjtj .bjtj2 li a {
  display: flex;
  padding: 20px;
}

.z_bjtj .bjtj2 li a .img {
  width: 140px;
  overflow: hidden;
  height: 166px;
}

.z_bjtj .bjtj2 li a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_bjtj .bjtj2 li a:hover .img img {
  transform: scale(1.1);
}

.z_bjtj .bjtj2 li a:hover .dt h1 {
  color: #01516E;
  background-size: 100% 1px;
  background-size: 0;
}

.z_bjtj .bjtj2 li a .dt {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  position: relative;
}

.z_bjtj .bjtj2 li a .dt h1 {
  font-size: 18px;
  color: #282828;
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-image: linear-gradient(#B41610, #B41610);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.z_bjtj .bjtj2 li a .dt h2 {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: rgba(40, 40, 40, 0.7);
  line-height: 1.8;
}

.z_bjtj .bjtj2 li a .dt h2 span {
  width: 65px;
  text-align: justify;
  text-align-last: justify;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
}

.z_bjtj .bjtj2 li a .dt h2 span::after {
  content: "";
  position: absolute;
  right: 0;
}

.z_bjtj .bjtj2 li a .dt h2:nth-child(2) font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_bjtj .bjtj2 li a .dt h2 font {
  flex: 1;
  width: 0;
}

.z_bjtj .bjtj2 li a .dt h3 {
  margin-top: 10px;
  font-size: 18px;
  color: #F00000;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}

.z_bjtj .bjtj2 li:nth-child(2n) {
  margin-right: 0;
}

.z_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-direction: column;
}

.z_title h1 {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 8px;
}

.z_title h2 {
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
}

.z_more {
  width: 100%;
  float: left;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.z_more a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
  height: 30px;
  background: #01516E;
  border-radius: 19px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_foot {
  width: 100%;
  float: left;
  background: #282828;
  height: 270px;
  box-sizing: border-box;
  padding-top: 50px;
}

.z_foot .z_max {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.z_foot .z_max .left {
  display: flex;
  align-items: flex-start;
}

.z_foot .z_max .left .nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.z_foot .z_max .left .nav.active {
  margin-left: 100px;
}

.z_foot .z_max .left .nav h1 {
  margin-bottom: 25px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

.z_foot .z_max .left .nav .ul {
  display: flex;
  align-items: flex-start;
}

.z_foot .z_max .left .nav .ul ul {
  margin-left: 50px;
}

.z_foot .z_max .left .nav .ul ul:first-child {
  margin-left: 0;
}

.z_foot .z_max .left .nav ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.z_foot .z_max .left .nav ul li {
  font-size: 12px;
  margin-bottom: 20px;
}

.z_foot .z_max .left .nav ul li a {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.z_foot .z_max .left .nav ul li a:hover {
  opacity: 1;
}

.z_foot .z_max .right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.z_foot .z_max .right img {
  width: 115px;
}

.z_foot .z_max .right h1 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #FFFFFF;
}

.z_foot .z_max .right h2 {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}

.z_pp_index {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

.z_pp_index .left {
  width: 300px;
  height: auto;
  background: #FFFFFF;
  position: relative;
  z-index: 9;
}

.z_pp_index .left .z_gg {
  margin-bottom: 20px;
}

.z_pp_index .left .h1 {
  height: 48px;
  background: #01516E;
  border-radius: 2px 2px 0px 0px;
  width: 100%;
  float: left;
  position: relative;
}

.z_pp_index .left .h3 {
  height: 48px;
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  background: #01516E;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
}

.z_pp_index .left .h1 a {
  font-size: 18px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.z_pp_index .left .h1:hover ul {
  display: block;
}

.z_pp_index .left .h1 ul {
  position: absolute;
  min-height: auto;
  left: 0;
  top: 48px;
  z-index: 9;
  display: none;
  padding: 0;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1600);
}

.z_pp_index .left .h1 ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(6, 27, 85, 0.2);
  position: relative;
}

.z_pp_index .left .h1 ul li a {
  color: #01516E;
  font-size: 16px;
}

.z_pp_index .left .h1 ul li a img {
  position: absolute;
  right: 20px;
}

.z_pp_index .left .h1 ul li:hover a {
  color: #282828;
}

.z_pp_index .left .h1 img {
  margin-left: 4px;
}

.z_pp_index .left .h2 {
  height: 46px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  justify-content: space-around;
  background: #EEEEEE;
}

.z_pp_index .left .h2 a {
  margin-right: 18px;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  position: relative;
}

.z_pp_index .left .h2 a input {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  opacity: 0;
}

.z_pp_index .left .h2 a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #8F0601;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.z_pp_index .left .h2 a.active {
  color: #8F0601;
}

.z_pp_index .left .h2 a.active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  box-sizing: border-box;
  background: #8F0601;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.z_pp_index .left ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  min-height: 616px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  border-radius: 10px 10px 10px 10px;
}

.z_pp_index .left ul li {
  width: 100%;
  height: 51px;
  border-radius: 2px 2px 2px 2px;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.z_pp_index .left ul li a {
  display: flex;
  font-size: 14px;
  color: #282828;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
}

.z_pp_index .left ul li.active {
  background: #F0F0F0;
}

.z_pp_index .left ul li.active a {}

.z_pp_index .left ul li:hover {
  background: #F0F0F0;
}

.z_pp_index .left ul li:hover a {}

.z_pp_index .left ul li .menuPanelRsc {
  display: none;
  position: absolute;
  z-index: 1;
  left: 258px;
  top: 0;
  width: 870px;
  padding: 0 15px 40px 15px;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  z-index: 99;
}

.z_pp_index .left ul li .menuPanelRsc .group {
  overflow: hidden;
  padding-top: 13px;
  display: flex;
}

.z_pp_index .left ul li .menuPanelRsc .group .label {
  position: relative;
  float: left;
  width: auto;
  line-height: 24px;
  font-size: 14px;
  color: #222;
  text-indent: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
}

.z_pp_index .left ul li .arrow {
  color: #555;
  font-family: simsun !important;
}

.z_pp_index .left ul li .menuPanelRsc .group .links {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px solid #EEE;
  flex: 1;
  width: 0;
}

.z_pp_index .left ul li .menuPanelRsc .group .links a {
  float: left;
  display: block;
  height: 11px;
  padding: 0 8px;
  line-height: 10px;
  margin: 6px 0;
  border-left: 1px solid #CCC;
  width: auto;
  color: #222;
}

.z_pp_index .left ul li .menuPanelRsc .group .links a:hover {
  color: #01516E;
}

.z_pp_index .left ul li:hover .menuPanelRsc {
  display: block;
}

.z_pp_index .left ul li:last-child {
  border-bottom: 0;
}

.z_pp_index .right {
  flex: 1;
  width: 0;
  margin-left: 20px;
}

.z_713_gg {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 20px;
}

.z_713_gg img {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 16%);
  border-radius: 10px;
}

.z_713_pp {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 8px;
}

.z_713_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 18px;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.z_713_title h1 {
  display: flex;
  align-items: center;
}

.z_713_title h1 img {
  margin-right: 5px;
}

.z_713_title h1 span {
  color: #01516E;
  font-weight: bold;
  margin-right: 5px;
}
.z_713_title h2{    font-size: 12px;
  color: #282828;
  text-decoration: underline;
  opacity: 0.5;
  position: relative;
  left: 10px;
  top: 2px;}
.z_713_title a {
  width: auto;
  height: 21px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  text-transform: uppercase;
}

.z_713_pp .bjtj2 {
  width: 100%;
  float: right;
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  flex-flow: wrap;
  padding: 30px;
  padding-bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
}

.z_713_pp .bjtj2 li {
  width: calc(49.5% - 15px);
  margin-right: 30px;
  margin-bottom: 20px;
  height: 142px;
  border-radius: 2px 2px 2px 2px;
}

.z_713_pp .bjtj2 li a {
  display: flex;
}

.z_713_pp .bjtj2 li a .img {
  width: 116px;
  overflow: hidden;
  height: 142px;
}

.z_713_pp .bjtj2 li a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_713_pp .bjtj2 li a:hover .img img {
  transform: scale(1.1);
}

.z_713_pp .bjtj2 li a:hover .dt h1 {
  color: #01516E;
  background-size: 100% 1px;
}

.z_713_pp .bjtj2 li a .dt {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  position: relative;
  align-items: flex-start;
}

.z_713_pp .bjtj2 li a .dt h1 {
  font-size: 18px;
  color: #282828;
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  background-image: linear-gradient(#01516E, #01516E);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.z_713_pp .bjtj2 li a .dt h2 {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: rgba(40, 40, 40, 0.7);
  line-height: 1.5;
  width: 100%;
}

.z_713_pp .bjtj2 li a .dt h2 span {
  width: 65px;
  text-align: right;
  /*text-align-last: justify;*/
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
}

.z_713_pp .bjtj2 li a .dt h2 span::after {
  content: "：";
  position: absolute;
  right: 0;
}

.z_713_pp .bjtj2 li a .dt h2 font {
  flex: 1;
  width: 0;
}

.z_713_pp .bjtj2 li a .dt h3 {
  margin-top: 10px;
  font-size: 18px;
  color: #F00000;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}

.z_713_pp .bjtj2 li:nth-child(2n) {
  margin-right: 0;
}

.z_pp_75_index {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.z_pp_75_index .z_more {
  margin-top: 0;
}


.z_pp {
  width: 100%;
  float: left;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1600);
  box-sizing: border-box;
  padding: 35px 30px;
  border-radius: 10px;
  margin-bottom: 35px;
}

.z_pp li {
  width: 180px;
  height: 210px;
  border-radius: 2px 2px 2px 2px;
  margin-right: 30px;
}

.z_pp li:nth-child(4n) {
  margin-right: 0;
}

.z_pp li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.z_pp li a .img {
  width: 108px;
  height: 134px;
  overflow: hidden;
  margin-bottom: 6px;
}

.z_pp li a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_pp li a h1 {
  font-size: 14px;
  color: #282828;
  margin-bottom: 5px;
  font-weight: bold;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_pp li a h2 {
  font-size: 12px;
  color: #282828;
  margin-bottom: 5px;
  opacity: 0.7;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_pp li a h3 {
  font-size: 16px;
  color: #F00000;
}

.z_pp li:hover a .img img {
  transform: scale(1.1);
}

.z_725_pp1{  width: 100%;
  float: left;  box-sizing: border-box;
  padding: 40px 30px;  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;}

.z_725_pp1 .title{
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(40,40,40,0.2);
}
.z_pp1 {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: wrap;
}

.z_pp1 li {
  width: 180px;
  height: 240px;
  border-radius: 2px 2px 2px 2px;
  border-bottom: 1px dashed rgba(40,40,40,0.2);
  padding-right: 30px;
  margin-bottom: 30px;
}

.z_pp1 li:nth-child(4n) {
  padding-right: 0;
}

.z_pp1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.z_pp1 li a .img {
  width: 108px;
  height: 134px;
  overflow: hidden;
  margin-bottom: 6px;
}

.z_pp1 li a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_pp1 li a h1 {
  font-size: 14px;
  color: #282828;
  margin-bottom: 5px;
  font-weight: bold;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_pp1 li a h2 {
  font-size: 12px;
  color: #282828;
  margin-bottom: 5px;
  opacity: 0.7;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_pp1 li a h3 {
  font-size: 16px;
  color: #F00000;
}

.z_pp1 li:hover a .img img {
  transform: scale(1.1);
}

.z_weizi {
  width: 100%;
  float: left;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 16px;
  color: rgba(40, 40, 40, 0.6);
}

.z_weizi span {
  font-size: 14px;
}

.z_weizi span strong {
  font-size: 16px;
  margin: 0 5px;
  color: #01516E;
}
.z_725_pp1 .z_page{
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -35px;
    padding-top: 45px;
    margin-bottom: 30px;
}
.z_page {
  width: 100%;
  float: left;
  margin-top: 39px;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_page ul {
  display: flex;
}

.z_page ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  margin: 0 5px;
  border-radius: 2px;
  position: relative;
}

.z_page ul li a {
  color: #999;
  display: flex;
  padding: 7px 10px;
  align-items: center;
  border: 1px solid #999999;
  box-sizing: border-box;
}

.z_page ul li.active {
  color: #fff;
  background: #01516E;
}

.z_page ul li.active span {
  color: #fff;
}

.z_page ul li:first-child {
  margin-left: 0;
}

.z_page ul li span {
  font-size: 14px;
  color: #999;
  display: flex;
  padding: 7px 10px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #999999;
}

.z_page ul li form {
  display: flex;
  height: 100%;
}

.z_page ul li form a {
  padding: 0;
  border: 0;
  height: 100%;
}

.z_page ul li form a input {
  width: 50px !important;
  font-size: 12px;
  color: #999999;
  height: 100% !important;
  text-align: center;
  margin: 0;
  border: 1px solid #999999 !important;
  border-radius: 2px;
  background: transparent;
  cursor: text;
}

.z_page ul li form input {
  margin-left: 15px;
  width: 60px;
  cursor: pointer;
  height: 100%;
  font-size: 14px;
  color: #fff;
  background: #01516E;
  border-radius: 2px;
}

.z_sea_jieguo {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

.z_sea_jieguo.zy {
  margin-top: 30px;
}

.z_sea_jieguo .z_max {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.z_sea_jieguo .z_max .left {
  flex: 1;
  width: 0;
  margin-right: 20px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 0;
  border-radius: 2px 2px 2px 2px;
}

.z_sea_jieguo .z_max .left.zy {
  padding: 31px 21px 24px 21px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
}

.z_sea_jieguo_title {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.z_sea_jieguo_title span {
  margin: 0 4px;
  font-weight: bold;
}

.z_sea_jieguo_ul {
  width: 100%;
  float: left;
}

.z_sea_jieguo_ul li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
}

.z_sea_jieguo_ul li .img {
  width: 116px;
  overflow: hidden;
}

.z_sea_jieguo_ul li .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_sea_jieguo_ul li:hover .img img {
  transform: scale(1.1);
}

.z_sea_jieguo_ul li:hover .dt .h1 h1 {
  color: #01516E;
  background-size: 100% 1px;
}

.z_sea_jieguo_ul li .dt {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
}

.z_sea_jieguo_ul li .dt .h1 {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
}

.z_sea_jieguo_ul li .dt .h1 h1 {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 20px;
  background-image: linear-gradient(#01516E, #01516E);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.z_sea_jieguo_ul li .dt .h1 h2 {
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
}

.z_sea_jieguo_ul li .dt .h2 {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.z_sea_jieguo_ul li .dt .h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(238, 238, 238, 0.39);
  width: 100px;
  cursor: pointer;
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  color: #282828;
  border: 1px solid #999999;
}

.z_sea_jieguo_ul li .dt .h2 a.active {
  background: rgba(207, 235, 255, 0.39);
  border: 1px solid #008CF0;
}

.z_sea_jieguo_ul li .dt .h2 a.nhov {
  background: rgba(255, 244, 243, 0.39);
  border: 1px solid rgba(240, 28, 24, 0.6);
}

.z_sea_jieguo_ul li .dt .h2 a:first-child {
  margin-bottom: 14px;
}

.z_sea_jieguo_ul li:last-child {
  margin-bottom: 0;
}

.z_sea_jieguo .z_max .right {
  width: 300px;
}

.z_sea_jieguo .z_max .right .z_gg {
  margin-bottom: 10px;
}

.z_sea_jieguo .z_max .right .pp {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px 2px 2px 2px;
}

.z_sea_jieguo .z_max .right .pp h1 {
  width: 100%;
  float: left;
  display: flex;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  align-items: center;
  margin-bottom: 27px;
  height: 24px;
  margin-top: 11px;
}

.z_sea_jieguo .z_max .right .pp h1::before {
  content: "";
  display: block;
  width: 5px;
  height: 24px;
  background: linear-gradient(135deg, #B41610 0%, #8F0601 100%);
  margin-right: 15px;
}

.z_sea_jieguo .z_max .right .pp ul {
  width: 100%;
  float: left;
}

.z_sea_jieguo .z_max .right .pp ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 15px;
  cursor: pointer;
}

.z_sea_jieguo .z_max .right .pp ul li a {
  padding: 0 20px;
  padding-bottom: 15px;
  display: block;
}

.z_sea_jieguo .z_max .right .pp ul li a .h2 .img {
  width: 82px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}

.z_sea_jieguo .z_max .right .pp ul li a .h2 .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_sea_jieguo .z_max .right .pp ul li a .h2 .dt {
  display: flex;
  flex-direction: column;
  float: right;
  width: calc(100% - 92px);
}

.z_sea_jieguo .z_max .right .pp ul li a .h2 .dt h2 {
  margin-bottom: 3px;
  font-size: 16px;
  color: #282828;
}

.z_sea_jieguo .z_max .right .pp ul li a .h2 .dt h3 {
  font-size: 12px;
  color: #282828;
  line-height: 1.5;
  opacity: 0.6;
  margin-bottom: 15px;
}

.z_sea_jieguo .z_max .right .pp ul li a .h2 .dt h4 {
  font-size: 20px;
  color: #F01C18;
}

.z_sea_jieguo .z_max .right .pp ul li:hover a .h2 .img img {
  transform: scale(1.1);
}

.z_paper {
  width: 100%;
  float: left;
}

.z_paper li {
  width: 100%;
  float: left;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.z_paper li .dt {
  display: flex;
  flex-direction: column;
}

.z_paper li .dt h1 {
  font-size: 18px;
  color: #282828;
  margin-bottom: 9px;
}

.z_paper li .dt h2 {
  display: flex;
  align-items: center;
}

.z_paper li .dt h2 span {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(40, 40, 40, 0.5);
  margin-right: 30px;
}

.z_paper li .dt h2 span img {
  margin-right: 3px;
}

.z_paper li a {
  width: 70px;
  height: 26px;
  background: #01516E;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.z_paper li:hover {
  background: #F5F5F5;
}

.z_paper1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(40, 40, 40, 0.5000);
}

.z_paper1 .dt {
  width: 1000px;
  height: 80vh;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.z_paper1 .dt .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  transform: rotate(45deg);
  font-size: 30px;
}

.z_paper1 .dt h1 {
  text-align: center;
  font-size: 18px;
  color: #282828;
  margin-bottom: 15px;
}

.z_paper1 .dt .nr {
  flex: 1;
  height: 0;
  background: rgba(51, 152, 50, 0.0500);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  border-top: 2px solid #01516E;
  padding: 20px 30px;
  font-size: 16px;
  color: #282828;
  line-height: 2;
}

.z_paper1 .dt .nr .font {}

.z_nn2 {
  flex: 1;
  width: 0;
  margin-right: 20px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 30px;
  padding-bottom: 0;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EEEEEE;
}

.z_nn1 {
  width: 100%;
  float: left;
}

.z_nn1 .title1 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: 1px dashed;
}

.z_nn1 ul {
  width: 100%;
  float: left;
}

.z_nn1 ul li {
  border-bottom: 1px dotted #CCCCCC;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.z_nn1 ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.z_nn1 ul li a {
  display: flex;
}

.z_nn1 ul li a .img {
  width: 230px;
  height: 142px;
  overflow: hidden;
}

.z_nn1 ul li a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_nn1 ul li a .dt {
  flex: 1;
  width: 0;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.z_nn1 ul li a .dt h1 {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
  width: 100%;
  background-image: linear-gradient(#8F0601, #8F0601);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.z_nn1 ul li a .dt h2 {
  flex: 1;
  height: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.z_nn1 ul li a .dt h3 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #282828;
}

.z_nn1 ul li:hover a .img img {
  transform: scale(1.1);
}

.z_nn1 ul li:hover a .dt h1 {
  color: #01516E;
  background-size: 100% 1px;
  background-size: 0;
}

.z_new_show {
  width: 100%;
  float: left;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 60px;
  padding-top: 30px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
}

.z_new_show h1 {
  text-align: center;
  font-size: 20px;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 9px;
}

.z_new_show h2 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}

.z_new_show .font {
  width: 100%;
  font-size: 16px;
  color: #686868;
  line-height: 2;
}

.z_show1 {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 25px;
}

.z_show1 .img {
  width: 212px;
  overflow: hidden;
}

.z_show1 .img img {
  width: 100%;
}

.z_show1 .dt {
  flex: 1;
  width: 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.z_show1 .dt .h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 30px;
}

.z_show1 .dt .h1 .span {
  display: flex;
  align-items: center;
}

.z_show1 .dt .h1 .span a {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 98px;
  height: 28px;
  font-size: 14px;
  color: #282828;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  cursor: pointer;
}

.z_show1 .dt .h1 .span a img {
  margin-left: 8px;
  margin-right: 4px;
}

.z_show1 .dt .h2 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(40, 40, 40, 0.6);
}

.z_show1 .dt .h2 span {
  display: block;
  width: 50%;
  margin-bottom: 10px;
}

.z_show1 .dt .h3 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #F01C18;
  font-weight: bold;
}

.z_show1 .dt .h4 {
  display: flex;
}

.z_show1 .dt .h4 a {
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  cursor: pointer;
  height: 30px;
  font-size: 14px;
  color: #282828;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}

.z_show1 .dt .h4 a.active {
  background: #061B55;
  border-color: #061B55;
  color: #fff;
}

.z_show1 .dt .h4 a:last-child {
  margin-right: 0;
}

.z_show2 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 17px 15px 20px 15px;
  font-size: 12px;
  color: #686868;
  line-height: 1.5;
  margin-bottom: 20px;
  background: rgba(1,81,110,0.0500);
}

.z_show2 h1 {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #01516E;
  font-weight: bold;
  margin-bottom: 10px;
}

.z_show3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-bottom: 40px;
}

.z_show3 .nav {
  width: 100%;
  float: left;
  background: #EBEAEA;
  display: flex;
}

.z_show3 .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 124px;
  height: 42px;
  border-top: 2px solid transparent;
  font-size: 14px;
  color: #686868;
  position: relative;
  cursor: pointer;
}

.z_show3 .nav a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #CCCCCC;
  right: 0;
}

.z_show3 .nav a.active {
  background: #fff;
  color: #01516E;
  border-color: #01516E;
}

.z_show3 .nav a.active::after {
  visibility: hidden;
}

.z_show3 .nr {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  color: #686868;
  line-height: 2;
}

.z_show3 .nr .li {
  display: none;
}

.z_show3 .nr .li.on {
  display: block;
}

.pop {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popMask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.pop .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.popBox {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  background-color: #FFF;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.popHd {
  position: relative;
  height: 45px;
  padding: 0 20px;
  line-height: 44px;
  font-size: 18px;
  color: #FFF;
  background-color: #01516E;
}

.popHd .close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background-position: -460px -50px;
  cursor: pointer;
}

.popFt {
  padding: 20px 0;
  border-top: 1px dashed #DDD;
}

.popBox .btns {
  text-align: center;
}

.popBox .btns .btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin: 0 16px;
  line-height: 40px;
  text-align: center;
  color: #FFF !important;
  font-size: 16px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.popBox .btns .btn1 {
  background-color: #B8C4CE;
}

.popBox .btns .btn2 {
  background-color: #F16300;
}

.popBox .btns .btn3,
.popBox .btns .btn4 {
  background-color: #061B55;
}

.sprite {
  background: url(../images/sprite.png) no-repeat;
}

.popContact .popBox {
  width: 500px;
}

.popContact .popBody {
  padding: 16px 32px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
}

.z_opinion {
  width: 100%;
  float: left;
  padding-top: 20px;
  margin-bottom: 50px;
  position: relative;
  background: url(../images/75_bg3.png) no-repeat top;
}

.z_opinion .z_max .yijian {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}

.z_opinion .z_max .yijian::before {
  content: "";
  position: absolute;
  width: 100vw;
  z-index: 1;
  height: 540px;
  background: url(../images/75_bg4.png) no-repeat bottom;
  left: 0;
  bottom: 0;
}

.z_opinion .z_max .yijian .h1 {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.z_opinion .z_max .yijian .gok {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  margin-bottom: 370px;
}

.z_opinion .z_max .yijian .gok .cc {
  width: calc(360px + 190px);
  height: 234px;
  position: absolute;
  right: 0;
  top: 0;
}

.z_opinion .z_max .yijian .gok .cc a {
  display: flex;
  width: 100%;
  height: 100%;
}

.z_opinion .z_max .yijian .gok .cc a .img {
  width: 190px;
  overflow: hidden;
}

.z_opinion .z_max .yijian .gok .cc a .img img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.z_opinion .z_max .yijian .gok .cc a:hover .img img {
  transform: scale(1.1);
}

.z_opinion .z_max .yijian .gok .cc a:hover .dt h1 {
  color: #061B55;
  background-size: 100% 1px;
}

.z_opinion .z_max .yijian .gok .cc a .dt {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  position: relative;
  align-items: flex-start;
}

.z_opinion .z_max .yijian .gok .cc a .dt h1 {
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  background-image: linear-gradient(#061B55, #061B55);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.z_opinion .z_max .yijian .gok .cc a .dt h2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(40, 40, 40, 0.7);
  margin-bottom: 10px;
}

.z_opinion .z_max .yijian .gok .cc a .dt h3 {
  font-size: 28px;
  color: #F00000;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}

.z_opinion .z_max .yijian .gok .cc:nth-child(3n) {
  margin-right: 0;
}

.z_opinion .z_max .yijian .gok .ul {
  width: 100%;
  float: left;
}

.z_opinion .z_max .yijian .gok .ul .li {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.z_opinion .z_max .yijian .gok .ul .li font {
  line-height: 38px;
  margin-right: 20px;
  font-size: 16px;
  color: #000;
}

.z_opinion .z_max .yijian .gok .ul .li span {
  font-size: 14px;
  color: rgba(40, 40, 40, 0.6);
  line-height: 38px;
  margin-left: 10px;
}

.z_opinion .z_max .yijian .gok .ul .li select {
  width: 440px;
  height: 38px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: #282828;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: url(../images/jt3.png) no-repeat 96% center;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 2px;
}

.z_opinion .z_max .yijian .gok .ul .li .wz {
  width: 440px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: #282828;
  padding: 0 10px;
  border-radius: 2px;
}

.z_opinion .z_max .yijian .gok .ul .li .wz.wz1 {
  width: 120px;
  margin-right: 12px;
}

.z_opinion .z_max .yijian .gok .ul .li .wz.wz2 {
  width: 308px;
}

.z_opinion .z_max .yijian .gok .ul .li .wz.wz3 {
  width: 340px;
}

.z_opinion .z_max .yijian .gok .ul .li .file {
  width: 100px;
  height: 38px;
  background: #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  color: rgba(40, 40, 40, 0.6);
}

.z_opinion .z_max .yijian .gok .ul .li .file input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.z_opinion .z_max .yijian .gok .ul .li textarea {
  width: 0;
  flex: 1;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
  color: #282828;
}

.z_opinion .z_max .yijian .gok .ul .anniu {
  width: 100%;
  float: left;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.z_opinion .z_max .yijian .gok .ul .anniu input {
  width: 160px;
  height: 54px;
  border-radius: 2px;
  font-size: 20px;
  margin: 0 100px;
}

.z_opinion .z_max .yijian .gok .ul .anniu input.dj {
  color: #000;
  background: #EEEEEE;
}

.z_opinion .z_max .yijian .gok .ul .anniu input.dj1 {
  color: #fff;
  background: #01516E;
}

.z_saixuan {
  width: calc(100% - 40px);
  float: left;
  margin: 20px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
}

.z_saixuan .li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.z_saixuan .li:last-child {
  margin-bottom: 0;
}

.z_saixuan .li font {
  font-size: 16px;
  color: #282828;
  display: block;
  width: 90px;
}

.z_saixuan .li .dt {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
}

.z_saixuan .li .dt a.a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 30px;
  background: #01516E;
  border-radius: 2px 2px 2px 2px;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}

.z_saixuan .li .dt .danxuan {
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
}

.z_saixuan .li .dt a {
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
}

.z_saixuan .li .dt a:last-child {
  margin-right: 0;
}

.z_saixuan .li .dt .danxuan a::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.z_saixuan .li .dt .danxuan a.active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  box-sizing: border-box;
  background: #8F0601;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.z_saixuan .li .dt .danxuan a.active::before {
  border-color: #8F0601;
}

.z_down {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
}

.z_down.down1 {
  padding: 0 10px;
}

.z_down.down1 .down {
  margin: 10px 0;
}

.z_down.down1 .down li {
  padding: 0;
  border: 0;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  height: 60px;
  margin: 0;
}

.z_down.down1 .down li:nth-child(2n) {
  background: #F0F0F0;
}

.z_down.down1 .down li .left1 {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
  font-size: 16px;
  color: #282828;
}

.z_down.down1 .down li .right {
  width: auto;
}

.z_down .down {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.z_down .down li {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #CCCCCC;
  display: flex;
  align-items: center;
}

.z_down .down li:last-child {
  margin-bottom: 0;
}

.z_down .down li:hover .center1 h1 {
  color: #061B55;
  background-size: 100% 1px;
  background-size: 0;
}

.z_down .down li .left1 {
  width: 100px;
}

.z_down .down li .left1 img {
  width: 100%;
}

.z_down .down li .center1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  width: 0;
  align-items: flex-start;
}

.z_down .down li .center1 h1 {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  background-image: linear-gradient(#0042ba, #0042ba);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.z_down .down li .center1 h2 {
  font-size: 14px;
  color: #282828;
  opacity: 0.6;
}

.z_down .down li .right1 {
  display: flex;
  flex-direction: column;
}

.z_down .down li .right1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 70px;
  color: #999999;
  height: 26px;
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 2px;
}

.z_down .down li .right1 a:hover {
  background: #01516E;
  color: #fff;
  border-color: #01516E;
}

.z_down .down li .right1 a:first-child {
  margin-bottom: 10px;
}

.z_downshow {
  width: 100%;
  float: left;
}

.z_downshow h1 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.z_downshow .ul {
  width: 100%;
  float: left;
}

.z_downshow .ul .li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  display: flex;
}

.z_downshow .ul .li .left1 {
  display: block;
  width: 140px;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 38px;
  position: relative;
  font-size: 16px;
  color: #282828;
}

.z_downshow .ul .li .left1 span {
  color: #EB1928;
  position: absolute;
  left: 0;
}

.z_downshow .ul .li .right1 {
  flex: 1;
  width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.z_downshow .ul .li .right1 .upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
  font-size: 16px;
  color: #01516E;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  border: 1px solid #01516E;
}

.z_downshow .ul .li .right1 .upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.z_downshow .ul .li .right1 .upload1 {
  font-size: 14px;
  color: rgba(40, 40, 40, 0.5);
  margin-top: 5px;
}

.z_downshow .ul .li .right1 .wz {
  width: 500px;
  height: 38px;
  padding: 0 10px;
  background: #FFFFFF;
  font-size: 16px;
  border-radius: 2px 2px 2px 2px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
}

.z_downshow .ul .li .right1 select {
  width: 500px;
  outline: none;
  height: 38px;
  padding: 0 10px;
  background: #FFFFFF;
  font-size: 16px;
  border-radius: 2px 2px 2px 2px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
}

.z_downshow .ul .li .right1 textarea {
  width: 500px;
  outline: none;
  height: 127px;
  padding: 10px;
  background: #FFFFFF;
  font-size: 16px;
  border-radius: 2px 2px 2px 2px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  resize: none;
}

.z_downshow .ul .li .right1 .upload2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px dotted #CCCCCC;
  position: relative;
}

.z_downshow .ul .li .right1 .upload2 input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.z_downshow .ul .li .right1 .xieyi {
  font-size: 14px;
  color: #282828;
  margin-top: 16px;
  margin-bottom: 28px;
}

.z_downshow .ul .li .right1 .xieyi a {
  color: #01516E;
  cursor: pointer;
}

.z_downshow .ul .li .right1 .anniu {
  width: 500px;
  display: flex;
  justify-content: space-between;
}

.z_downshow .ul .li .right1 .anniu .a {
  width: 160px;
  height: 54px;
  background: #EEEEEE;
  border-radius: 2px 2px 2px 2px;
  font-size: 20px;
  color: #000000;
}

.z_downshow .ul .li .right1 .anniu .a.a1 {
  background: #01516E;
  color: #fff;
}

.z_banner1 {
  width: 100%;
  float: left;
  text-align: center;
}

.z_banner1 img {
  max-width: 1920px;
  width: 100%;
}

.z_68_aa {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 53px 40px 83px 40px;
  font-size: 14px;
  color: #282828;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
}

.z_68_aa img {
  margin-right: 20px;
}

.z_713_aa {
  width: 100%;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  float: left;
  margin-top: 30px;
  margin-bottom: 100px;
  padding: 0 30px;
}

.z_713_aa h1 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  margin: 30px 0;
  padding-bottom: 10px;
}

.z_713_aa ul {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.z_713_aa ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33.8% - 20px);
}

.z_713_aa ul li:nth-child(3n) {
  margin-right: 0;
}

.z_713_aa ul li img {
  width: 100%;
}

.z_713_aa1 {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 170px;
}

.z_713_aa1 h1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #01516E;
  font-size: 16px;
  color: #292929;
}

.z_713_aa1 h1 img {
  margin-right: 5px;
}

.z_713_aa1 img {}

.z_713_con {width: 100%;height: auto;background: #FFFFFF;box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);border-radius: 10px 10px 10px 10px;margin-top: 30px;float: left;margin-bottom: 150px;padding: 25px 30px 60px 30px;}

.z_713_con .title{
    width: 100%;
    float: left;
    padding-bottom: 9px;
    margin-bottom: 49px;
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.z_713_con .con {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: flex;
}

.z_713_con .con .left {
  width: 570px;
  box-sizing: border-box;
  height: 364px;
}

.z_713_con .con .left img {}

.z_713_con .con .right {
  flex: 1;
  width: 0;
  margin-left: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.z_713_con .con .right h1 {
  font-size: 24px;
  color: #292929;
  font-weight: bold;
  margin-top: 21px;
}

.z_713_con .con .right h2 {
  font-size: 20px;
  color: #292929;
  line-height: 2;
  margin-bottom: 50px;
}

.z_713_con .con .right ul {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 5px;
}

.z_713_con .con .right ul li {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #282828;
}

.z_713_con .con .right ul li img {}

.z_713_con .con .right ul li h3 {
  margin-left: 10px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.z_713_con .con .right ul li h3 span{opacity: 0.5;}
.z_713_con .con .right ul li h4 {
  font-size: 16px;
  line-height: 1.5;
}

.z_713_con .con .right ul li:last-child {
  margin-right: 0;
}

.z_713_column {
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  float: left;
  margin-top: 30px;
  margin-bottom: 98px;
  padding: 50px 53px 47px 53px;
  font-size: 16px;
  color: #282828;
  line-height: 2;
}

.z_713_column h1 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
}

.z_722_banner {
  background-repeat: no-repeat;
  background-position: top;
}

.z_more1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}

.z_more1 a {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #ECECEC;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
  cursor: pointer;
}
.z_more1 a img{margin-left:4px;}

.z_history {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 60px;
  margin-top: 30px;
  margin-bottom: 100px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  border-radius: 10px;
}
.z_history.shu ul li .dt::before {
  box-sizing: border-box;
  background: transparent;
  border-bottom: 2px dotted #929292;
}
.z_history.shu ul li .dt::after {
  box-sizing: border-box;
  background: transparent;
  border-right: 2px dotted #929292;
}
.z_history ul {
  width: 100%;
  float: left;
}
.z_history ul li {
  display: flex;
  align-items: flex-start;
}
.z_history ul li h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 26px;
  background: #F5F5F5;
  border-radius: 13px;
  font-size: 14px;
  color: #282828;
  margin-right: 30px;
  position: relative;
}
.z_history ul li h1::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -39px;
  top: 9px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #01516E;
  border-radius: 50%;
}
.z_history ul li .dt {
  flex: 1;
  padding-bottom: 60px;
  padding-left: 70px;
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
  position: relative;
  padding-top: 3px;
}
.z_history ul li .dt::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #DDDDDD;
  left: 18px;
  top: 13px;
}
.z_history ul li .dt::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #DDDDDD;
  left: 4px;
  bottom: -10px;
  height: calc(100% - 0px);
}
.z_history ul li:last-child .dt {
  padding-bottom: 0;
}
.z_history ul li:last-child .dt::after {
  visibility: hidden;
}

.z_xieyitanc{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.z_xieyitanc i{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.z_xieyitanc .dt{
    position: relative;
    z-index: 2;
    background: #fff;
    width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 600px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.z_xieyitanc .dt h1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}
.z_xieyitanc .dt .font{
    flex: 1;
    height: 0;
    margin-bottom: 40px;
    overflow: auto;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 2;
}


/* 头部二级导航 */
.z_nav ul li ul{
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 9;
  background: #F3F3F3;
  display: none;
  height: auto;
}
.z_nav ul li{position: relative;}
.z_nav ul li ul li{width:100%;height:40px;}
.z_nav ul li ul li a{color:#333;font-weight:normal;}
.z_nav ul li:hover ul{display:block;}
.z_nav ul li:hover ul li a{color:#333;font-weight:normal;}
.z_aa {
  width: 100%;
  float: left;
  height: 790px;
  background: url(../images/bg3.png) no-repeat bottom;
  box-sizing: border-box;
  padding-top: 100px;
}
.z_aa.z_aa3 {
  height: 938px;
  background: url(../images/bg4.png) no-repeat bottom;
  padding-top: 172px;
}
.z_aa.z_aa3 .z_max .left .font {
  margin-bottom: 0;
  flex: 1;
  height: 0;
  margin-top: 50px;
}
.z_aa .z_max {
  width: 945px;
  display: flex;
  justify-content: space-between;
}
.z_aa .z_max .left {
  flex: 1;
  width: 0;
  margin-right: 59px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.z_aa .z_max .left .font {
  line-height: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.z_aa .z_max .left .font h1 {
  font-size: 16px;
  color: #292929;
  font-weight: bold;
}
.z_aa .z_max .left .font h2 {
  font-size: 16px;
  color: #292929;
  margin-bottom: 24px;
  line-height: 2;
}
.z_aa .z_max .left .font::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: #00A2A1;
  left: 0;
  bottom: 0;
}
.z_aa .z_max .left img {
  width: 156px;
}
.z_aa .z_max .right {
  width: 400px;
}
.z_aa .z_max .right img {
  width: 100%;
}
.z_title3 {
  width: 180px;
  height: 136px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  line-height: 1.5;
}
.z_title3::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 42px;
  top: 0;
  background: url(../images/tt5.png) no-repeat;
}
.z_title3 h1 {
  position: relative;
  z-index: 2;
  font-size: 38px;
  color: #292929;
  font-weight: bold;
}
.z_title3 h2 {
  position: relative;
  z-index: 2;
  font-size: 21px;
  color: #292929;
}
.z_aa1 {
  width: 100%;
  float: left;
  height: 938px;
  background: url(../images/bg4.png) no-repeat bottom;
  box-sizing: border-box;
  padding-top: 170px;
}
.z_aa1 .z_max {
  width: 945px;
  display: flex;
  justify-content: space-between;
}
.z_aa1 .z_max .left {
  width: 400px;
}
.z_aa1 .z_max .left img {
  width: 100%;
}
.z_aa1 .z_max .right {
  flex: 1;
  width: 0;
  margin-left: 59px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.z_aa1 .z_max .right .z_title3 {
  margin-top: 35px;
}
.z_aa1 .z_max .right .font {
  margin-bottom: 35px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  height: 0;
  margin-top: 50px;
}
.z_aa1 .z_max .right .font h2 {
  font-size: 16px;
  color: #292929;
  margin-bottom: 24px;
  line-height: 2;
}
.z_aa1 .z_max .right .font::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: #00A2A1;
  left: 0;
  bottom: 0;
}
.z_aa2 {
  width: 100%;
  float: left;
  height: 938px;
  position: relative;
  background: #fff;
}
.z_aa2::after {
  position: absolute;
  width: 50%;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background: #00A2A1;
}
.z_aa2 .z_max {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 1180px;
}
.z_aa2 .z_max .left {
  width: 500px;
  height: calc(100% - 135px - 78px);
  float: left;
  margin-top: 135px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.z_aa2 .z_max .left .img {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.z_aa2 .z_max .left .img img:last-child {
  position: relative;
  bottom: 30px;
}
.z_aa2 .z_max .left::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: #00A2A1;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.z_aa2 .z_max .right {
  position: absolute;
  left: 300px;
  bottom: 0;
  z-index: 1;
}
.z_aa2 .z_max .right img {
  width: auto;
  max-width: initial;
}

.bookTag {
  position: absolute;
  right: 5px;
  top: 0;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-indent: 1px;
  background: url(/static/sve/static/index/public/images/sprite.png) no-repeat;
  background-position: -330px -100px;
}
b{
  font-weight:bold;
}
b span{
  font-weight:bold;
}
strong{
  font-weight:bold;
}
strong span{
  font-weight:bold;
}
em{
  font-style:italic;
}
em span{
  font-style:italic;
}
