body{-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  not supported by any browser */}
.z_top {
  width: 100%;
  float: left;
  background: #232323;
}
.z_top .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
}
.z_top .z_max .left {
  font-size: 15px;
  color: #fff;
}
.z_top .z_max .right {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.z_top .z_max .right .tel {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  font-family: Arial;
  width: 310px;
  background: #8f0b07;
}
.z_top .z_max .right .tel img {
  width: auto;
  margin-left: 30px;
  margin-right: 15px;
}
.z_top .z_max .right .ss {
  width: 350px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background: #dddddd;
}
.z_top .z_max .right .ss .wz {
  flex: 1;
  margin-left: 15px;
  font-size: 16px;
  color: #666666;
  width: 0;
  height: 100%;
}
.z_top .z_max .right .ss .dj {
  width: 41px;
  height: 47px;
  background: url(../images/ss.jpg)#1f6473 no-repeat;
  background-size: 100% 100%;
  text-indent: 9999px;
  overflow: hidden;
}
.z_head {
  width: 100%;
  float: left;
  position: fixed;
  top:0;
  background:#fff;
  z-index:100;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.z_head .z_max .logo {
  width: auto;
  margin-left:30px
}
.z_head .z_max .logo img {
  width: auto;
  max-height: 55px;
}
.z_head .z_max .nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right:30px
}
.z_head .z_max .nav li {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 30px;
}
.z_head .z_max .nav li .a {
  font-size: 16px;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.z_head .z_max .nav li:hover:after  {
	width:64px;
}
.z_head .z_max .nav li:after  {
    content: "";
    z-index: -1;
    background: #051e39;
    width:0%;
    bottom:0;
    height: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	position:absolute
}
.z_head .z_max .nav li:hover .fnav {
  visibility: visible;
}
.z_head .z_max .nav li .fnav {
  width: 180px;
  top:90px;
  position: absolute;
  z-index: 9;
  visibility: hidden;
}

.z_center {
  width: 100%;
  float: left;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner .swiper-container {
  width: 100%;
  float: left;
}
.z_banner .swiper-container .swiper-slide {
  width: 100%;
  float: left;
}
.z_banner .swiper-container .swiper-slide li {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_banner .swiper-container .swiper-slide li .z_max {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_banner .swiper-container .swiper-slide li .z_max .left {
  margin: 70px 7% 105px 65px;
  width: 30%;
}
.z_banner .swiper-container .swiper-slide li .z_max .left img {
  width: 100%;
}
.z_banner .swiper-container .swiper-slide li .z_max .right {
  width: 45%;
  position: relative;
}
.z_banner .swiper-container .swiper-slide li .z_max .right img {
  width: 100%;
}
.z_banner .swiper-container .swiper-slide li .z_max .right .a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.z_banner .swiper-container .swiper-slide li .z_max .right .a img {
  width: auto;
}
.z_banner .swiper-container .swiper-pagination {
  bottom: 45px;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #000000;
  background-color: transparent;
  opacity: 1;
  outline: none;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.z_nav {
  width: 100%;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  -webkit-box-shadow: 0px 8px 10px #b5b5b5;
  -moz-box-shadow: 0px 8px 10px #b5b5b5;
  box-shadow: 0px 8px 10px #b5b5b5;
  max-height: 425px;
  /* flex-direction: column; */
}
.z_nav a {
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    text-align: left;
    color: #333;
    font-size: 14px;
    position: relative;
	background:#fff;
	width:140px;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
}
.z_nav a:hover {
    background-color: #e5ab00;
    color: #fff;
}
.z_aa {
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 100px;
  background: url(../images/bg.jpg) no-repeat right top;
}
.z_aa .aa {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_aa .aa .left {
  width: calc(50% - 70px);
}
.z_aa .aa .left .font {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 35px;
  line-height:30px;
  min-height:290px;
}
.e_box {width:100%;}
.e_box div{width:31%; float:left; height:100%; border:#d6d6d6 1px solid; margin-right:1%; padding:4% 0; text-align:center
}
.e_box img{width:40%; height:40%}
.e_box div:nth-child(3){margin-right:0}
.e_box div a{ font-size:12px; font-weight:bold; color:#333}
.z_aa .aa .left .font a {
  color: #8d0e0a;
}
.zhanwei{height:90px;}
.z_aa .aa .right {
  width: calc(50% - 50px);
}
.z_aa .aa .right img {
  width: 100%;
}
.z_aa .aa1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.z_aa .aa1 li {
  width: calc(25% - 40px);
  height: 210px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  color: #333333;
  margin-right: 40px;
  box-sizing: border-box;
  border: 2px solid #004593;
  padding: 0 20px;
  justify-content: center;
  background: #fff;
}
.z_aa .aa1 li:hover {
  background: url(../images/aa.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.z_aa .aa1 li:last-child {
  margin-right: 0;
}
.z_aa .aa1 li h1 {
  width: 100%;
  float: left;
  font-size: 24px;
  height: 25px;line-height: 25px;
}
.z_aa .aa1 li h1 img{
  width: auto;
  max-width: 3rem;
}
.z_aa .aa1 li h1 img:nth-child(1){
  display: block;
}
.z_aa .aa1 li h1 img:nth-child(2){
  display: none;
}
.z_aa .aa1 li:hover h1 img:nth-child(1){
  display: none;
}
.z_aa .aa1 li:hover h1 img:nth-child(2){
  display: block;
}
.z_aa .aa1 li font {
  line-height: 1.5;
  width: 100%;
  float: left;
  margin-top: 25px;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 3;
  /* max-height: 62px; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_title {
  width: 100%;
  float: left;
  /* margin-bottom: 35px; */
}
.z_title h1 {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.z_title h1::before {
  content: "";
  width: 79px;
  height: 3px;
  background: #999;
  position: absolute;
  left: 0;
  bottom: 0;
}
.z_title h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #999999;
  font-weight: bold;
}
.z_pro .z_title h1::before {color:#fff}
.z_pro .z_title h2,.z_pro .z_title h1 {color:#fff}

.z_pro {
  width: 100%;
  float: left;
  background: url(../images/cp_bj.jpg) no-repeat;
  background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.z_pro .title {
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.z_pro .title .ss {
  display: flex;
  align-items: flex-start;
}
.z_pro .title .ss .ss1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  box-sizing: border-box;
  margin-right: 10px;
  /* border: 1px solid #AAAAAA; */
  width: 385px;
  /* overflow: hidden; */
  position: relative;
  border-right: 0;
}
.z_pro .title .ss .ss1::before{content:"";/* background:#004593; */position: absolute;right: 0;bottom: 0;width: 100%;height: calc(100% + -2px);z-index: 0;border: 1px solid #AAAAAA;}
.z_pro .title .ss .ss1 img {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.z_pro .title .ss .ss1 .wz {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.z_pro .title .ss .ss1 .dj {
  width: 85px;
  height: 100%;
  background: #004593;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 4;
  /* right: -2px; */
}
.z_pro .title .ss .ss2 {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 20px; */
  font-size: 16px;
  color: #fff;
  background: #8d0e0a;
  white-space: nowrap;
  width: 126px;
}
.z_pro .title .ss .ss2 img {
  margin-right: 10px;
}
.z_pro .title .ss .ss2 .fnav {
  width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 135px;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  padding-top: 20px;
  max-width: 100%;
}
.z_pro .title .ss .ss2 .fnav::before {
  content: "";
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: calc(11% - 5px);
  top: 0;
}
.z_pro .title .ss .ss2.on .fnav {
  visibility: visible;
}
.z_pro .title .ss .a {
  height: 47px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #004593;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  white-space: nowrap;
  width: 54px;
}
.z_pp {
  width: 100%;
  float: left;
  margin-bottom: 105px;
  position: relative;
}
.z_pp .swiper-button-next,
.z_pp .swiper-button-prev {
  width: 29px;
  height: 55px;
  outline: none;
}
.z_pp .swiper-button-next {
  right: -35px;
  background: url(../images/jt.png) no-repeat;
}
.z_pp .swiper-button-next::after {
  display: none;
}
.z_pp .swiper-button-prev {
  left: -35px;
  background: url(../images/jt.png) no-repeat;
  transform: rotate(180deg);
}
.z_pp .swiper-button-prev::after {
  display: none;
}
.z_pp .swiper-container {
  width: 100%;
  float: left;
}
.z_pp .swiper-container .swiper-slide {
  width: 100%;
  float: left;
}
.z_pp .swiper-container .swiper-slide  a{
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease;
    color: black;
    font-size: 18px;
}
.z_pp .swiper-container .swiper-slide a .img {
  width: 100%;
  float: left;
  position: relative;
  background:#fff
}
.z_pp .swiper-container .swiper-slide a .img img {
  width:100%;
  float: left;
}
.z_pp .swiper-container .swiper-slide a .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/jia.png) rgba(225, 225, 225, 0.64) no-repeat center;
  visibility: hidden;
}
.z_pp .swiper-container .swiper-slide a h1 {
  width: 100%;
  float: left;
  background: #fff;
  display: flex;
  align-items: center;
  height: 85px;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
  padding: 0 3%;
}
.z_pp .swiper-container .swiper-slide a h1 span {
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.z_pp .swiper-container .swiper-slide a:hover .img::before {
  visibility: visible;
}
.z_nn_title {
  width: 100%;
  float: left;
  margin-top: 70px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.z_nn_title .a {
  height: 47px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #004593;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  white-space: nowrap;
}
.z_news {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.z_news li {
  width: calc(51% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
}
.z_news li:nth-child(2n) {
  margin-right: 0;
}
.z_news li a {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 25px 15px;
}
.z_news li a img {
  width: 37%;
}
.z_news li a .dt {
  flex: 1;
  margin-left: 30px;
  width: 0;
}
.z_news li a .dt h1 {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.z_news li a .dt h2 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_news li a .dt font {
  line-height: 1.5;
  width: 100%;
  float: left;
  display: -webkit-box;
  font-size: 14px;
  color: #666;
  -webkit-line-clamp: 2;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_news li a .dt span {
  float: right;
  font-size: 14px;
  color: #999;
}
.z_news li a .dt span::after{content: '>';}
.z_news li:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgb(0 69 147);
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
}
.z_foot {
  width: 100%;
  float: left;
  padding: 40px 0;
  background: rgb(0 69 147)
}
.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;
  flex-flow: column;
}
.z_foot .z_max .left h1 {
  font-size: 18px;
  color: #f5f5f5;
  font-weight: bold;
  margin-bottom: 25px;
}
.z_foot .z_max .left ul {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_foot .z_max .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  white-space: pre;
}
.z_foot .z_max .left ul li .img {
  width: 18px;
  margin-right: 10px;
}
.z_foot .z_max .center {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_foot .z_max .center h1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.z_foot .z_max .center .nav {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.z_foot .z_max .center .nav a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 50px;
  white-space: nowrap;
}
.z_foot .z_max .center .nav a:last-child {
  margin-right: 0;
}
.z_foot .z_max .center .bot {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.z_foot .z_max .center .bot a{  color: #fff;}
.z_foot .z_max .right {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_foot .z_max .right h1 {
  font-size: 16px;
  color: #f5f5f5;
  font-weight: bold;
  margin-bottom: 20px;
}
.z_foot .z_max .right img {
  width: 115px;
}
.z_banner1 {
    margin-top: 90px;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 336px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.z_banner1 .bar {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: 100px;
  width: 100%;
}
.z_banner1 .bar h1 {
  margin-bottom: 35px;
  font-size: 51px;
  color: #fff;
}
.z_banner1 .bar .ss {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.z_banner1 .bar .ss .ss1 {
  height: 47px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  white-space: nowrap;
  width: 145px;
  box-sizing: border-box;
}
.z_banner1 .bar .ss .ss1 img {
  margin-right: 10px;
}
.z_banner1 .bar .ss .ss1 .fnav {
  width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 90%;
  top: 47px;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  padding-top: 20px;
}
.z_banner1 .bar .ss .ss1 .fnav::before {
  content: "";
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: calc(50% - 5px);
  top: 0;
}
.z_banner1 .bar .ss .ss1:hover .fnav {
  visibility: visible;
}
.z_banner1 .bar .ss .ss2 {
  display: flex;
  align-items: center;
  height: 47px;
  box-sizing: border-box;
  background: #fff;
  width: 500px;
  margin: 0 10px;
}
.z_banner1 .bar .ss .ss2 img {
  margin-left: 10px;
  margin-right: 10px;
}
.z_banner1 .bar .ss .ss2 .wz {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
}
.z_banner1 .bar .ss .dj {
  width: 110px;
  height: 47px;
  background: #8f0b07;
  font-size: 16px;
  color: #fff;
}
.z_index {
  background: #fff;
  width: 100%;
  float: left;
  position: relative;
  margin-top: -65px;
  -webkit-box-shadow: 2px 2px 20px #cfcfcf;
  -moz-box-shadow: 2px 2px 20px #cfcfcf;
  box-shadow: 2px 2px 20px #cfcfcf;
  padding: 60px 0px 50px;
  margin-bottom: 40px;min-height: 55vh;
}
.z_pp1 {
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  /* align-items: flex-start; */
  flex-flow: wrap;
}
.z_pp1 li {
  width: calc(25.4% - 25px);
  float: left;
  margin-right: 25px;
  margin-bottom: 35px;
  border: 1px solid #004593;
  box-sizing: border-box;
  background: #004593;
}

.z_pp1 li:nth-child(4n) {
  margin-right: 0;
}
.z_pp1 li a .img {
  width: 100%;
  float: left;
  position: relative;
}
.z_pp1 li a .img img {
  width: 100%;
  float: left;
}
.z_pp1 li a .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/jia.png) rgba(225, 225, 225, 0.64) no-repeat center;
  visibility: hidden;
}
.z_pp1 li a h1 {
  width: 100%;
  float: left;
  background: #fff;
  display: flex;
  align-items: center;
  height: 85px;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
  padding: 0 3%;
}
.z_pp1 li a h1 span {
  line-height: 1.5;
  display: -webkit-box;
  font-size: 18px;
  color: #000;
  -webkit-line-clamp: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  overflow: hidden;    white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.z_pp1 li:hover a .img::before {
  visibility: visible;
}
.q_page {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.q_page ul {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q_page ul li {
  float: left;
}

.q_page ul li {
  border: 1px solid #d7d7d7;
  margin: 0px 5px;
  color: #000000;
  font-size: 14px;
}
.q_page ul li a{padding: 10px;display: block;}
.q_page ul li a.layui-input-inline{display: flex;align-items: center;}
.q_page ul li a.layui-input-inline input:nth-child(1){
  width: 100px !important;
}
.q_page ul li.active{
    background: #004593;
    color: #fff;
}
.q_page ul li.active span{padding: 10px;display: block;}
.q_page li:first-child {border: 0;padding: 0;}
.q_page li:last-child {border: 0;padding: 0;}
.q_page li input:nth-child(1){
    height: 38px;
    border: 1px solid #d7d7d7;
    text-align: center;
    /* width: 125px !important; */
    margin-right: 10px;
}
.q_page li:nth-child(2) span{padding: 10px;display: block;}
.q_page li:nth-child(3) span{padding: 10px;display: block;}
.q_page li:nth-child(4) span{padding: 10px;display: block;}
.q_page li:nth-last-child(2) span{padding: 10px;display: block;}
.q_page li:nth-last-child(3) span{padding: 10px;display: block;}
.q_page .select span {
  
}
.z_show {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 15px;
}
.z_show .left {
  width: 53%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_show .left h1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.z_show .left h2 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
  width: 100%;
  float: left;
}
.z_show .left .font {
  font-size: 20px;
  color: #333333;
  line-height: 2;
  margin-bottom: 45px;
  width: 100%;
  float: left;
}
.z_show .left .a {width: 100%;float: left;}
.z_show .left .a a {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #666666;
  margin-right: 20px;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
}
.z_show .left .a a:hover {
  background-color: #a80000;
  color: #FFFFFF;
}
.z_show .right {
  width: 42%;
  height: 430px;
  float: right;
}
.z_show .right .ul {
  width: 20%;
  float: left;
  height: 430px;
  padding-bottom: 2px;
  display: flex;flex-flow: column;
}
.z_show .right .ul .li {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 2px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_show .right .ul .li:last-child{margin-bottom:0;}
.z_show .right .ul .li img {
 max-height: 100%;width:80px;
}
.z_show .right .ul .li.active{
  border: 2px solid #045157;
  position: relative;
}
.z_show .right .ul .li.active::before {
  content: "";
  position: absolute;
  top: 38%;
  width: 0;
  height: 0;
  left: 100%;
  text-align: center;
  border: 10px solid;
  border-color: transparent transparent transparent #004593;
}
.z_show .right .ol {
  float: right;
  width: 78%;
  height: 430px;
  padding-bottom: 2px;
  padding-right: 2px;
}
.z_show .right .ol .li {
  width: 100%;
  height: 100%;
  display:none;
  border: 2px solid #e3e3e3;
}
.z_show .right .ol .li.on{    display: flex;
  align-items: center;
  justify-content: center;}
.z_show .right .ol .li img {
  max-width: 100%;
  max-height: 100%;
}
.z_show1 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.z_show1 h1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 25px;
}
.z_show1 h1 font {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #045157;
  font-weight: bold;
}
.z_show1 h1 font img {
  margin: 0 10px;
}
.z_show1 h1 font span {
  font-family: Arial;
  font-size: 20px;
  color: #95aeb0;
  text-transform: capitalize;
  font-weight: normal;
}
.z_show1 h1::after {
  content: "";
  display: block;
  flex: 1;
  width: 0;
  height: 1px;
  background: #a6cbce;
  margin-left: 10px;
}
.z_fanye {
  width: 100%;
  float: left;
  margin-top: 45px;
  box-sizing: border-box;
  padding: 0 40px;
}
.z_fanye a {
  display: flex;
  align-items: center;
  justify-content: center;
  
  height: 42px;
  margin-right: 15px;
  padding:0 15px;
  float: left;
  font-size: 16px;
  color: #004593;
  border: 1px solid #004593;
}
.z_fanye a:hover {
  background: #004593;
  color: #fff;
}
.z_fanye a.fh {
  background: #004593;
  color: #fff;
  margin: 0;
  float: right;cursor: pointer;
}
.z_banner2 {
  width: 100%;
  float: left;
  height: 335px;
  background-position: center;
  background-repeat: no-repeat;
}
.z_banner2 img {
  width: 100%;
  float: left;
  display: none;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-top: -60px;
  box-sizing: border-box;
  padding: 45px 40px;
  min-height: 51vh;
}
.z_aa1.cur {
  background: url(../images/bg.jpg) no-repeat right -100px;
}
.z_aa1.case {
  background: url(../images/res.jpg) no-repeat right top;
}
.z_aa1.case .z_title {
  margin-top: 65px;
  margin-bottom: 45px;
}
.z_aa_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.z_aa_title.nn {
  margin-bottom: 50px;
}
.z_aa_title a {
  font-size: 20px;
  color: #1c1a1a;
  font-weight: bold;
  margin-right: 60px;
}
.z_aa_title a.active {
  display: flex;
  align-items: center;
  color: #1f6473;
}
.z_aa_title a.active::before {
  content: "";
  display: block;
  background-color: #1f6473;
  width: 8px;
  height: 19px;
  margin-right: 15px;
}
.z_aa2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_aa2 .left {
  width: calc(50% - 70px);
}
.z_aa2 .left .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
  line-height: 1.5;
}
.z_aa2 .right {
  width: calc(50% - 50px);
}
.z_aa2 .right img {
  width: 100%;
}
.z_aa3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-top: 90px;
  margin-bottom: 65px;
}
.z_aa3 img {
  width: 40%;
}
.z_aa3 .dt {
  flex: 1;
  width: 0;
  margin-left: 65px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_aa3 .dt h1 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  margin-bottom: 35px;
}
.z_aa3 .dt h1 img{width: auto;max-width: 40%;}
.z_aa4 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_aa4 li {
  width: 32.1%;
}
.z_aa4 li img {
  width: 100%;
  float: left;
}
.z_aa4 li h1 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  margin: 30px 0;
}
.z_aa4 li h1 img{
  width: auto;
  max-width: 40%;
}
.z_aa4 li font {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_aa5 {
  width: 100%;
  float: left;
  background: url(../images/honor_bg.png) no-repeat bottom left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 60px 0px 80px;
height:500px;
}
.z_aa5 .left {
  width: 50%;
}
.z_aa5 .right {
  width: calc(50% - 50px);
  margin-top:90px;
}
.z_aa5 .right img { 
 width: calc(50% - 10px);
}
.z_case {
  width: 100%;
  float: left;
}
.z_case li {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  float: left;
}
.z_case li a {
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  float: left;
  border: 1px solid #004593;
  position: relative;
  z-index: 2;
  padding: 25px 15px;
}
.z_case li a img {
  width: calc(20% - 30px);
}
.z_case li a .dt {
  flex: 1;
  margin-left: 30px;
  width: 0;
}
.z_case li a .dt h1 {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.z_case li a .dt h2 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;line-height: 20px;
}
.z_case li a .dt font {
  line-height: 1.5;
  width: 100%;
  float: left;
  display: -webkit-box;
  font-size: 14px;
  color: #666;
  -webkit-line-clamp: 2;
  height: 42px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_case li a .dt span {
  float: right;
  font-size: 14px;
  color: #999;
}
.z_case li a .dt span::after{content: '>';}
.z_case li:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #004593;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
}
.z_fanye1 {
  width: 100%;
  float: left;
  margin-top: 45px;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_fanye1 .dt {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.z_fanye1 .dt a{color:#666;}
.z_fanye1 .fh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 42px;
  margin-right: 15px;
  float: left;
  font-size: 16px;
  background: #004593;
  color: #fff;
}
.z_nr {
  width: 100%;
  float: left;
  margin-top: 60px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.z_nr h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.z_nr h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.z_choose {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
}
.z_choose .left {
  width: 18%;
  -webkit-box-shadow: 18px 0 19px -19px #cfcfcf;
  -moz-box-shadow: 18px 0 19px -19px #cfcfcf;
  box-shadow: 18px 0 19px -19px #cfcfcf;
}
.z_choose .left a {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.z_choose .left a::before {
  content: "";
  display: block;
  background-color: #004593;
  width: 8px;
  height: 16px;
  margin-right: 15px;
  visibility: hidden;
}
.z_choose .left a.active {
  color: #1f6473;
}
.z_choose .left a.active::before {
  visibility: visible;
}
.z_choose .left a:hover {
  color: #1f6473;
}
.z_choose .left a:hover::before {
  visibility: visible;
}
.z_choose .right {
  flex: 1;
  width: 0;
  margin-left: 45px;
}
.z_choose .right .li {
  width: 100%;
  float: left;
  display: none;
}
.z_choose .right .li.on {
  display: block;
}
.z_choose .right .li .title {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #1f6473;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.z_choose .right .li .title::before {
  content: "";
  display: block;
  background-color: #004593;
  width: 8px;
  height: 16px;
  margin-right: 15px;
}
.z_choose .right .li .choose {
  width: 100%;
  float: left;
}
.z_choose .right .li .choose font {
  display: block;
}
.z_choose .right .li .choose font:nth-child(1) {
  width: 35%;
  margin-right: 20px;
}
.z_choose .right .li .choose font:nth-child(2){flex:1;width:0;}
.z_choose .right .li .choose h1 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 68px;
  background: #1f6473;
}
.z_choose .right .li .choose h1 font {
  font-size: 18px;
  color: #fff;
}
.z_choose .right .li .choose ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.z_choose .right .li .choose ul li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  padding: 0 30px;
  height: 88px;
}
.z_choose .right .li .choose ul li:last-child {
  border-bottom: 0;
}
.z_choose .right .li .choose ul li font {
  font-size: 16px;
  color: #666666;
}
.z_choose .right .li .choose ul li font span {
  line-height: 1.5;
}
.z_con {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 90px;
  box-sizing: border-box;
  padding: 0 40px;
}
.z_con .left {
  width: 50.5%;
}
.z_con .left h1 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.z_con .left ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  justify-content: space-between;
}
.z_con .left ul li {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 35px;
}
.z_con .left ul li font {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
.z_con .left ul li font span {
  color: #c80909;
}
.z_con .left ul li input {
  width: 100%;
  height: 45px;
  background: #f6f5f5;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  color: #333;
}
.z_con .left ul li:nth-child(5) {
  width: 100%;
  margin-bottom: 25px;
}
.z_con .left ul li:nth-child(5) textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: #f6f5f5;
  box-sizing: border-box;
  padding: 10px;
  outline: none;
  border: none;
  resize: none;
  overflow: hidden;
}
/* .z_con .left ul li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.z_con .left ul li:last-child input {
  width: 100%;
  height: 50px;
  background: #6a0300;
  font-size: 20px;
  color: #fff;
} */
.z_con .left input {
  width: 100%;
  height: 50px;
  background: #6a0300;
  font-size: 20px;
  color: #fff;
}
.z_con .right {
  width: calc(39% - 60px);
}
.z_con .right h1 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
.z_con .right .font {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.z_con .right ul {
  width: 100%;
  float: left;
}
.z_con .right ul li {
  width: 100%;
  float: left;
  height: 100px;
  background: #f6f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.z_con .right ul li:last-child {
  margin-bottom: 0;
}
.z_con .right ul li h3 {
  width: 140px;
  height: 100%;
  border-radius: 5px;
  background: #004593;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.z_con .right ul li h4 {
  flex: 1;
  width: 0;
  margin-left: 15px;
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
}
.z_con1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  box-sizing: border-box;
  padding: 0 40px;
}
.z_con1 li {
  width: calc(33.8% - 20px);
  margin-right: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  height: 170px;
  box-sizing: border-box;
  padding: 40px 30px 0 30px;
  background: #f6f5f5;
}
.z_con1 li h1 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #004593;
  font-weight: bold;
  margin-bottom: 15px;
}
.z_con1 li font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 18px;
  color: #333333;
}
.z_con1 li:nth-child(3n) {
  margin-right: 0;
}

.z_yemei{
  width: 100%;
  float: left;
  position: relative;
}
.z_yemei .shuiyin{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_yemei #waterMarkImg{}
.yemei{
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;text-align: center;border-bottom: 1px solid #eee;padding-bottom: 20px;
  display: none;
}
.yejiao{
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;text-align: center;border-top: 1px solid #eee;padding-top: 20px;
  display: none;
}

.z_show1 h1.web{display:flex;}
.z_show1 h1.mobile{display: none;}

.z_aa5_12{
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}
.z_aa5_12 img{
    width: 25%;
    margin-bottom: 40px;
}
.z_aa5_12 img:nth-child(4n){
    margin-right: 0;
}