.max {
  width: 100%;
  float: left;
  overflow: hidden;
}
.z_max {
  width: 1200px;
  margin: 0 auto;
}
.z_top {
  width: 100%;
  float: left;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_top .z_head .z_tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.z_top .z_head .z_tel img {
  margin-right: 5px;
}
.z_top .z_head .z_tel h3 {
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
}
.z_top .z_head .z_tel h3 span {
  font-size: 24px;
  color: #186bb7;
}
.z_top .z_head .z_nav {
  margin-right: -15px;
  margin-top: 10px;
}
.z_top .z_head .z_nav ul li {
  font-size: 18px;
  float: left;
  height: 40px;
  width: 100px;
  text-align: center;
  position: relative;
}
.z_top .z_head .z_nav ul li a {
  color: #666666;
}
.z_top .z_head .z_nav ul li.active a {
  color: #0057a7;
  position: relative;
}
.z_top .z_head .z_nav ul li.active a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #0057a7;
}
.z_top .z_head .z_nav ul li:hover ul {
  visibility: visible;
  transform: translatey(0px);
  opacity: 1;
}
.z_top .z_head .z_nav ul li:hover a {
  color: #0057a7;
  position: relative;
}
.z_top .z_head .z_nav ul li:hover a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #0057a7;
}
.z_top .z_head .z_nav ul li ul {
  position: absolute;
  width: 100px;
  top: 30px;
  z-index: 9;
  padding-top: 22px;
  transition: all 0.5s ease-in-out 0.2s;
  overflow: hidden;
  visibility: hidden;
  transform: translatey(-10px);
  opacity: 0;
}
.z_top .z_head .z_nav ul li ul li {
  width: 100%;
  float: left;
  line-height: 40px;
  background: #186bb7;
}
.z_top .z_head .z_nav ul li ul li a {
  color: #fff !important;
}
.z_top .z_head .z_nav ul li ul li a::before {
  content: initial !important;
}
.z_top .z_head .z_nav ul li ul li:hover {
  background: #4091dc;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner img {
  width: 100%;
}
.z_banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.z_banner .swiper-pagination-bullet-active {
  background: #186bb7;
}
.z_title {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 35px;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.z_title h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 10px;
}
.z_title h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #333;
  height: 1px;
  width: 150px;
}
.z_aa {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_aa .font {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  width: 460px;
    text-indent: 2rem;
}
.z_aa .img {
  width: 515px;
  height: 357px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_aa .img img {
  max-width: 100%;
  max-height: 100%;
}
.z_more {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0;
  margin-top: 55px;
  margin-bottom: 50px;
}
.z_more a {
  display: inline-block;
  width: 150px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  background: #186bb7;
}
.z_dd {
  background: #f5f5f5;
  width: 100%;
  float: left;
}
.z_dd ul {
  width: 930px;
  margin: 0 auto;
}
.z_dd ul li {
  width: 420px;
  float: left;
  margin-bottom: 25px;
  display: flex;
}
.z_dd ul li img {
  width: 69px;
  height: 80px;
  margin-right: 20px;
}
.z_dd ul li .dt {
  color: #333;
  flex:1;
}
.z_dd ul li .dt h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.z_dd ul li .dt font {
  display: block;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.5;
  height: 85px;
}
.z_dd ul li:nth-child(2n+0) {
  float: right;
}
.z_cc {
  width: 100%;
  float: left;
  margin-bottom: 45px;
  position: relative;
  height: 256px;
  overflow: hidden;
}
.z_cc ul {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
}
.z_cc ul li {
  width: 189px;
  display: inline-block;
  margin-right: 10px;
}
.z_cc ul li a {
  display: block;
}
.z_cc ul li a .img {
  width: 189px;
  height: 212px;
  margin-bottom: 10px;
  overflow: hidden;
}
.z_cc ul li a .img img {
  width: 189px;
  height: 212px;
  transition: all 0.5s ease-in-out 0.2s;
}
.z_cc ul li a span {
  display: block;
  font-size: 12px;
  color: #333;
 white-space: normal;
line-height:1.5;    height: 40px;
    float: left;
}
.z_cc ul li:hover .img img {
  transform: scale(1.1);
}
.z_nn {
  background: #f5f5f5;
  width: 100%;
  float: left;
}
.z_nn ul {
  width: 1000px;
  margin: 0 auto;
}
.z_nn ul li {
  width: 220px;
  float: left;
  margin-bottom: 45px;
  margin-right: 40px;
  line-height: 1.5;
}
.z_nn ul li a .img {
  width: 220px;
  height: 140px;
  overflow: hidden;
}
.z_nn ul li a .img img {
  width: 220px;
  height: 140px;
  transition: all 0.5s ease-in-out 0.2s;
}
.z_nn ul li a h3 {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_nn ul li a font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
  color: #999999;
}
.z_nn ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
  color: #999999;
}
.z_nn ul li:nth-child(4n+0) {
  margin-right: 0;
}
.z_nn ul li:hover .img img {
  transform: scale(1.1);
}
.z_nn .z_more {
  margin-top: 0;
}
.z_bot {
  width: 100%;
  float: left;
  background: #333;
}
.z_bot .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
}
.z_bot .z_max .z_foot {
  width: 625px;
}
.z_bot .z_max .z_foot .bt {
  border-bottom: 1px solid #999;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.z_bot .z_max .z_foot .bt a {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
}
.z_bot .z_max .z_foot .dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_bot .z_max .z_foot .dt font {
  font-size: 12px;
  color: #999999;
}
.z_bot .z_max .z_ewm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
}
.z_bot .z_max .z_ewm img {
  width: 110px;
  height: 110px;
}
.z_left {
  width: 230px;
  float: left;
  margin-top: 50px;
  box-sizing: border-box;
  border: 1px solid #186bb7;
}
.z_left h3 {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 20px;
  color: #fff;
  background: #186bb7;
}
.z_left h3 img {
  margin-left: 25px;
  margin-right: 20px;
}
.z_left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
}
.z_left ul li.active {
  background: #d4dfe9;
}
.z_left ul li:hover {
  background: #d4dfe9;
}
.z_right {
  width: 930px;
  float: right;
  margin-top: 50px;
}
.z_weizi {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_weizi h3 {
  font-size: 22px;
  color: #186bb7;
}
.z_weizi font {
  font-size: 14px;
  color: #999999;
}
.z_pp1 {
  width: 100%;
  float: left;
}
.z_pp1 ul li {
  float: left;
  width: 290px;
  margin-bottom: 25px;
  margin-right: 30px;
}
.z_pp1 ul li .img {
  width: 292px;
  height: 194px;
  overflow: hidden;
  margin-bottom: 10px;
}
.z_pp1 ul li .img img {
  width: 292px;
  height: 194px;
  transition: all 0.5s ease-in-out 0.2s;
}
.z_pp1 ul li font {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.z_pp1 ul li:nth-child(3n+0) {
  margin-right: 0;
}
.z_pp1 ul li:hover .img img {
  transform: scale(1.1);
}
.z_page {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0;
  margin-bottom: 55px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_page a {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  box-sizing: border-box;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  line-height: 40px;
}
.z_page a:first-child{display:none;}
.z_page a:nth-child(2){
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
.z_page a:nth-child(2)::before{content:"<";text-indent: 0;position: absolute;left: 0;top: 0;width: 100%;}

.z_page a:nth-last-child(2){display:none;}
.z_page a:nth-last-child(3){display:none;}
.z_page a:nth-last-child(4){
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
.z_page a:nth-last-child(4)::before{content:">";text-indent: 0;position: absolute;left: 0;top: 0;width: 100%;}

.z_page a.select {
  border: 1px solid #186bb7;
  background: #186bb7;
  color: #fff;
}
.z_show {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.z_show img {
  max-width: 100%;
}
.z_show h3 {
  text-align: center;
  margin-bottom: 90px;
}
.z_show1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.z_show1 img {
  max-width: 100%;
    width: auto;

}
.z_show1 h3 {
  text-align: center;
  margin-bottom: 90px;
  font-size: 14px;
}
.z_fanye {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 70px;
  line-height: 1.5;
}
.z_fanye a {
  font-size: 12px;
  color: #666;
}
.z_fanye a:hover {
  color: #186bb7;
}
.z_ftitle {
  width: 100%;
  float: left;
  margin-top: 90px;
  margin-bottom: 75px;
  font-size: 0;
  text-align: center;
}
.z_ftitle a {
  display: inline-block;
  width: 160px;;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #186bb7;
  border: 1px solid #186bb7;
  margin: 0 30px;
}
.z_ftitle a.active {
  background: #186bb7;
  color: #fff;
}
.z_ftitle a:hover {
  background: #186bb7;
  color: #fff;
}
.z_cc1 {
  width: 100%;
  float: left;
}
.z_cc1 ul li {
  width: 220px;
  float: left;
  margin-bottom: 50px;
  margin-right: 23px;
}
.z_cc1 ul li a .img {
  width: 230px;
  height: 258px;
  overflow: hidden;
  margin-bottom: 20px;
}
.z_cc1 ul li a .img img {
  width: 230px;
  height: 258px;
  transition: all 0.5s ease-in-out 0.2s;
}
.z_cc1 ul li a font {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.z_cc1 ul li:hover a .img img {
  transform: scale(1.1);
}
.z_cc1 ul li:nth-child(5n+0) {
  margin-right: 0;
}
.z_nr {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 140px;
}
.z_nr img {
  max-width: 100%;
}
.z_con {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.z_con .z_map {
  width: 560px;
  height: 341px;
  overflow: hidden;
}
.z_con .z_map img {
  width: 100%;
}
.z_con ul {
  padding-left: 26px;
  flex: 1;
}
.z_con ul h3 {
  font-size: 42px;
  color: #dadada;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 55px;
}
.z_con ul h3 span {
  display: block;
  font-size: 24px;
  color: #186bb7;
}
.z_con ul li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #4f4f4f;
}
.z_con ul li img {
  margin-right: 15px;
}
.z_con ul li font {
  text-align: justify;
  text-align-last: justify;
  display: block;
  width: 72px;
}
.z_con ul li:last-child {
  margin-bottom: 0;
}
.z_gok {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 25px;
  margin: 80px 0;
}
.z_gok h3 {
  font-size: 24px;
  color: #186bb7;
  margin-bottom: 40px;
}
.z_gok .dt {
  display: flex;
  justify-content: space-between;
}
.z_gok .dt ul {
  width: 565px;
}
.z_gok .dt ul li {
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 1px solid #186bb7;
}
.z_gok .dt ul li font {
  font-size: 17px;
  color: #186bb7;
  margin: 0 20px;
}
.z_gok .dt ul li input {
  flex: 1;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: none;
  font-size: 17px;
  color: #186bb7;
  height: 60px;
}
.z_gok .dt ul li input.dj {
  background: #186bb7;
  color: #fff;
}
.z_gok .dt ul li textarea {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
  outline: none;
  border: none;
  background: none;
  resize: none;
  font-size: 17px;
  color: #186bb7;
  height: 152px;
}
.z_join {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 25px;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
}
.z_join .dt {
  padding-left: 75px;
  flex: 1;
  font-size: 18px;
  color: #4f4f4f;
  line-height: 1.5;
}
.z_join .dt h3 {
  font-size: 42px;
  color: #dadada;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 55px;
}
.z_join .dt h3 span {
  display: block;
  font-size: 24px;
  color: #186bb7;
}
.z_dd1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 95px;
}
.z_dd1 .li {
  margin-bottom: 95px;
}
.z_dd1 .li h3 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #186bb7;
}
.z_dd1 img {
  max-width: 100%;
}
.z_nn1 {
  width: 100%;
  float: left;
}
.z_nn1 ul {
  width: 1000px;
  margin: 0 auto;
}
.z_nn1 ul li {
  width: 220px;
  float: left;
  margin-bottom: 45px;
  margin-right: 40px;
  line-height: 1.5;
}
.z_nn1 ul li a .img {
  width: 220px;
  height: 140px;
  overflow: hidden;
}
.z_nn1 ul li a .img img {
  width: 220px;
  height: 140px;
  transition: all 0.5s ease-in-out 0.2s;
}
.z_nn1 ul li a h3 {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_nn1 ul li a font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
  color: #999999;
}
.z_nn1 ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
  color: #999999;
}
.z_nn1 ul li:nth-child(4n+0) {
  margin-right: 0;
}
.z_nn1 ul li:hover .img img {
  transform: scale(1.1);
}
.z_show2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.z_show2 img {
  max-width: 100%;
}
.z_show2 h3 {
  text-align: center;
  font-size: 18px;
  color: #186bb7;
  padding: 15px 0;
}
.z_show2 h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999999;
}
.anlitu img{

    max-width: 100%;
    width: 34%;
    margin: 0 auto;
    display: block;
}
