.z_head {
  width: 100%;
  float: left;
  height: 125px;
}
.z_head .z_max {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_head .z_max .z_logo {
  margin-top: 35px;
}
.z_head .z_max .z_tel {
  display: flex;
  align-items: flex-end;
}
.z_head .z_max .z_tel img {
  margin-right: 10px;
}
.z_head .z_max .z_tel .dt {
  line-height: 1.2;
}
.z_head .z_max .z_tel .dt h3 {
  font-size: 14px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_head .z_max .z_tel .dt font {
  font-family: Arial;
  font-size: 24px;
  color: #fd880b;
  font-weight: bold;
}
.z_nav {
  width: 100%;
  float: left;
}
.z_nav .z_max ul {
  float: right;
  display: flex;
  align-items: center;
}
.z_nav .z_max ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: 16px;
  position: relative;
}
.z_nav .z_max ul li a {
  color: #333333;
  position: relative;
}
.z_nav .z_max ul li a:hover {
  color: #fd880b;
}
.z_nav .z_max ul li a:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background: #fd880b;
  position: absolute;
}
.z_nav .z_max ul li ul {
  position: absolute;
  width: 125%;
  left: 0;
  top: 20px;
  display: block;
  z-index: 9;
  padding-top: 10px;
  height: 0;
  transition: height 1s;
  visibility: hidden;
  overflow: hidden;
}
.z_nav .z_max ul li ul li {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  padding-bottom: 0;
}
.z_nav .z_max ul li ul li::before {
  display: none;
}
.z_nav .z_max ul li ul li a {
  background: rgba(6, 62, 141, 0.9);
  display: block;
  width: 100%;
  font-size: 16px;
  color: #e7e7e7;
  line-height: 46px;
  text-align: center;
  position: relative;
}
.z_nav .z_max ul li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  margin: 0 auto;
  background: #fff;
  height: 1px;
  width: 0px;
  right: 0;
  transition: all 0.36s;
}
.z_nav .z_max ul li ul li a:hover {
  color: #fff;
}
.z_nav .z_max ul li ul li a:hover::before {
  width: 40px;
}
.z_nav .z_max ul li:hover ul {
  height: 286px;
  visibility: visible;
}
.z_nav .z_max ul li.active a {
  color: #fd880b;
}
.z_nav .z_max ul li.active a::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background: #fd880b;
  position: absolute;
}
.z_nav .z_max ul li.active ul li a {
  color: #e7e7e7;
}
.z_nav .z_max ul li.active ul li a::after {
  display: none;
}
.z_nav .z_max ul li::before {
  content: "|";
  color: #cecece;
  margin: 0 30px;
}
.z_nav .z_max ul li:first-child::before {
  display: none;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner .swiper-container {
  width: 100%;
  float: left;
}
.z_banner .swiper-container .swiper-slide {
  width: 100%;
}
.z_banner .swiper-container .swiper-slide img {
  width: 100%;
  float: left;
}
.z_banner .swiper-container .swiper-slide .dt {
  position: absolute;
  width: 1200px;
  height: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
.z_banner .swiper-container .swiper-slide .dt h3 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
}
.z_banner .swiper-container .swiper-slide .dt h3 span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
  font-family: 'SourceHanSansSC-Regular';
}
.z_banner .swiper-container .swiper-slide .dt h4 {
  margin-bottom: 30px;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 46px;
  color: #fff;
  font-style: italic;
}
.z_banner .swiper-container .swiper-slide .dt font {
  margin-bottom: 50px;
  display: block;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 16px;
  color: #fff;
  font-style: italic;
}
.z_banner .swiper-container .swiper-slide .dt a img {
  width: auto;
  margin-left:142px;
  margin-top:180px;
}
.z_banner .swiper-container .swiper-pagination {
  bottom: 100px;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #e67d39;
}
.z_nian {
  width: 100%;
  float: left;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.z_nian ul {
  width: 1000px;
  height: 120px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 170px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_nian ul li {
  text-align: center;
  line-height: 1.5;
}
.z_nian ul li h3 {
  font-size: 18px;
  color: #3e4e81;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nian ul li h3 span {
  font-size: 38px;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nian ul li font {
  font-size: 16px;
  color: #474747;
}
.z_cc {
  width: 100%;
  float: left;
  padding-top: 170px;
  background: #fff;
  margin-top: -60px;
}
.z_cc .title {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}
.z_cc .title h3 {
  font-size: 40px;
  color: #3e4e81;
  position: relative;
  z-index: 2;
  font-family: 'SourceHanSansSC-Regular';
  margin-top: 10px;
}
.z_cc .title font {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 58px;
  color: #3e4e81;
  opacity: 0.13;
  text-transform: uppercase;
  font-family: 'SourceHanSansSC-Bold';
}
.z_cc .dt {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 70px;
  padding-bottom: 20px;
  padding-top: 45px;
  position: relative;
  margin-bottom: 170px;
}
.z_cc .dt::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: #425383;
  top: 0;
  z-index: 1;
  width: 295px;
}
.z_cc .dt h3 {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 22px;
  color: #fff;
}
.z_cc .dt .swiper-container {
  width: 100%;
  float: left;
}
.z_cc .dt .swiper-container .swiper-slide {
  width: 100%;
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_cc .dt .swiper-container .swiper-slide a bt {
  width: 100%;
  float: left;
  height: 226px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.z_cc .dt .swiper-container .swiper-slide a bt::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: all 0.36s;
}
.z_cc .dt .swiper-container .swiper-slide a bt img {
  position: relative;
  z-index: 2;
  transition: all 0.36s;
}
.z_cc .dt .swiper-container .swiper-slide a dt {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 25px;
}
.z_cc .dt .swiper-container .swiper-slide a dt h3 {
  font-family: 'SourceHanSansSC-Normal';
  font-size: 28px;
  color: #5b5e66;
  margin-bottom: 25px;
}
.z_cc .dt .swiper-container .swiper-slide a dt font {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  display: block;
  font-family: 'SourceHanSansSC-Normal';
}
.z_cc .dt .swiper-container .swiper-slide a:hover bt img {
  transform: scale(1.2);
}
.z_cc .dt .swiper-container .swiper-slide a:hover bt::before {
  background: rgba(0, 0, 0, 0.7);
}
.z_cc .dt .swiper-button-next,
.z_cc .dt .swiper-button-prev {
  outline: none;
  margin: 0;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  left: auto;
}
.z_cc .dt .swiper-button-next {
  background: url(../images/right.png) no-repeat;
}
.z_cc .dt .swiper-button-next::after {
  content: initial;
}
.z_cc .dt .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  right: 100px;
}
.z_cc .dt .swiper-button-prev::after {
  content: initial;
}
.z_ss {
  width: 100%;
  float: left;
  background: url(../images/bg.jpg) #194782 no-repeat center;
}
.z_ss .z_max .title {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.z_ss .z_max .title h3 {
  font-size: 24px;
  color: #fff;
}
.z_ss .z_max .title font {
  font-size: 16px;
  color: #1d60b2;
}
.z_ss .z_max .ss {
  width: 722px;
  align-items: center;
  display: flex;
  margin: 0 auto;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
}
.z_ss .z_max .ss input {
  border: none;
  background: none;
  outline: none;
}
.z_ss .z_max .ss input.wz {
  margin-left: 20px;
  flex: 1;
  width: 1%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.z_ss .z_max .ss input.dj {
  width: 60px;
  height: 100%;
  background: url(../images/ss.png) no-repeat center;
  text-indent: 9999px;
  overflow: hidden;
}
.z_ss .z_max .h3 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  font-size: 28px;
  color: #fff;
}
.z_ss .z_max .font {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.z_ss .z_max .font a {
  float: left;
  margin-right: 50px;
  font-size: 18px;
  color: #fff;
}
.z_ss .z_max .font a:last-child {
  margin-right: 0;
}
.z_zs {
  width: 100%;
  float: left;
  background: url(../images/bg1.jpg) #fff no-repeat center;
  padding-top: 120px;
  padding-bottom: 80px;
}
.z_zs .z_max {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.z_zs .z_max .bt {
  background: url(../images/bj.png) no-repeat left top;
  margin-left: 20px;
  padding-right: 90px;
  padding-bottom: 70px;
}
.z_zs .z_max .bt img {
  width: 386px;
  height: 242px;
  border-radius: 20px;
}
.z_zs .z_max .dt {
  width: 50%;
}
.z_zs .z_max .dt h3 {
  font-size: 36px;
  color: #263764;
  margin-bottom: 50px;
}
.z_zs .z_max .dt font {
  display: block;
  font-size: 18px;
  color: #828384;
  font-style: italic;
  margin-bottom: 40px;
  line-height: 1.5;
}
.z_zs .z_max .dt a {
  display: block;
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 40px;
  background: #f68237;
  font-size: 19px;
  color: #fff;
}
.z_ser {
  width: 100%;
  float: left;
}
.z_ser .swiper-container {
  width: 100%;
  float: left;
}
.z_ser .swiper-container .swiper-slide {
  width: 100%;
}
.z_ser .swiper-container .swiper-slide img {
  width: 100%;
  float: left;
}
.z_ser .swiper-container .z_max {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.z_ser .swiper-container .z_max .swiper-button-next,
.z_ser .swiper-container .z_max .swiper-button-prev {
  outline: none;
  width: 94px;
  height: 94px;
  top: 50%;
  margin-top: -47px;
}
.z_ser .swiper-container .z_max .swiper-button-next {
  background: url(../images/right1.png) no-repeat;
  right: 0;
}
.z_ser .swiper-container .z_max .swiper-button-next::after {
  content: initial;
}
.z_ser .swiper-container .z_max .swiper-button-prev {
  background: url(../images/left1.png) no-repeat;
  left: 0px;
}
.z_ser .swiper-container .z_max .swiper-button-prev::after {
  content: initial;
}
.z_scjl {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  display: flex;
  justify-content: center;
  display: none; z-index:10;
}
.z_scjl .dt {
  width: 572px;
  height: 634px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 20px;
  position: relative;
}
.z_scjl .dt h3 {
  margin-left: 10px;
  margin-bottom: 10px;
}
.z_scjl .dt h4 {
  margin-left: 5px;
  font-size: 24px;
  color: #303030;
  line-height: 2;
  margin-bottom: 10px;
}
.z_scjl .dt h4 span {
  display: block;
  font-size: 16px;
  color: #919191;
}
.z_scjl .dt .font {
  border: 1px dashed #e6e6e6;
  height: 270px;
  margin-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_scjl .dt .font a {
  position: relative;
  text-align: center;
}
.z_scjl .dt .font a input {
  position: absolute;
  width: 256px;
  height: 100px;
  left: 0;
  top: 0;
  opacity: 0; z-index:33;  cursor:pointer;
}
.z_scjl .dt .font a img {
  margin-bottom: 20px;
}
.z_scjl .dt .font a font {
  margin-bottom: 10px;
  font-size: 24px;
  color: #2c2b2b;
  display: block;
}
.z_scjl .dt .font a span {
  font-size: 20px;
  color: #194781;
  display: block;
}
.z_scjl .dt .a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.z_scjl .dt .a .a {
  border: none;
  background: none;
  outline: none;
  display: block;
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-left: 20px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 21px;
  color: #191919;
}
.z_scjl .dt .a .a:nth-child(2) {
  color: #fff;
  background: #194781;
  border: 1px solid #194781;
}
.z_scjl .dt .gb {
  position: absolute;
  right: 20px;
  top: 20px;
}
.z_dd1 {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.z_dd1 .dt {
  width: 100%;
  float: left;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.z_dd1 .dt font {
  display: block;
  font-size: 20px;
  color: #194781;
  line-height: 2;
}
.z_dd1 .dt ul {
  margin-right: 20px;
  align-items: center;
  display: flex;
}
.z_dd1 .dt ul li {
  margin-right: 20px;
}
.z_dd1 .more {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 60px;
}
.z_dd1 .more a {
  display: inline-block;
  background: #f68237;
  font-size: 19px;
  color: #fff;
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 40px;
}
.z_aa {
  width: 100%;
  float: left;
  background: url(../images/bg2.jpg) no-repeat bottom center;
  margin-top: 140px;
}
.z_aa .title {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.z_aa .title h3 {
  font-size: 21px;
  color: #041431;
}
.z_aa .title font {
  display: block;
  font-size: 42px;
  color: #425383;
  font-family: 'SourceHanSansSC-Regular';
}
.z_aa .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  margin-bottom: 160px;
}
.z_aa ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 50px;
}
.z_aa ul li {
  width: 280px;
  text-align: center;
}
.z_aa ul li img {
  margin-bottom: 15px;
}
.z_aa ul li h3 {
  margin-bottom: 20px;
  font-size: 21px;
  color: #f8a225;
  font-family: 'SourceHanSansSC-Bold';
}
.z_aa ul li font {
  font-size: 12px;
  color: #333333;
  line-height: 2;
}
.z_nn {
  width: 100%;
  float: left;
  margin-top: 80px;
}
.z_nn .title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-family: 'SourceHanSansSC-Bold';
}
.z_nn .title span {
  margin: 0 15px;
  font-size: 30px;
  font-family: 'SourceHanSansSC-Bold';
}
.z_nn .ul {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.z_nn .ul .li {
  width: 370px;
  float: left;
  margin-right: 30px;
}
.z_nn .ul .li:first-child {
  width: 400px;
}
.z_nn .ul .li:first-child ul {
  width: 370px;
}
.z_nn .ul .li:last-child {
  margin-right: 0;
}
.z_nn .ul .li .img {
  width: 100%;
  float: left;
}
.z_nn .ul .li .img img {
  width: 100%;
  float: left;
  border-radius: 5px;
}
.z_nn .ul .li .a {
  width: 100%;
  float: left;
  height: 188px;
}
.z_nn .ul .li .a h3 {
  font-size: 18px;
  color: #333333;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
  margin-bottom: 20px;
}
.z_nn .ul .li .a h3:hover {
  color: #233975;
  font-family: 'SourceHanSansSC-Bold';
}
.z_nn .ul .li .a h3 span {
  color: #666666;
}
.z_nn .ul .li .a font {
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
  height: 45px;
  overflow: hidden;
  margin-bottom: 40px;
}
.z_nn .ul .li .a span {
  color: #3e4e81;
  font-family: 'SourceHanSansSC-Regular';
  display: block;
  font-size: 14px;
}
.z_nn .ul .li ul {
  width: 100%;
  float: left;
  margin-top: 35px;
}
.z_nn .ul .li ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.z_nn .ul .li ul li:last-child {
  margin-bottom: 0;
}
.z_nn .ul .li ul li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.z_nn .ul .li ul li a:hover font {
  color: #233975;
}
.z_nn .ul .li ul li a:hover span {
  color: #233975;
}
.z_nn .ul .li ul li a font {
  font-size: 16px;
  color: #333333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn .ul .li ul li a font::before {
  font-family: 'SourceHanSansSC-Heavy';
  content: "·";
}
.z_nn .ul .li ul li a span {
  font-size: 14px;
  color: #333333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn .more {
  width: 100%;
  float: left;
  text-align: center;
  margin: 35px 0;
}
.z_nn .more a {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #073061;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  display: inline-block;
}
.z_bot {
  width: 100%;
  float: left;
  background: #0d2e5c;
  position: absolute;
  bottom: 0;
}
.z_bot .z_max .li {
  width: 50%;
  float: left;
  height: 240px;
  box-sizing: border-box;
  padding-top: 40px;
}
.z_bot .z_max .li .z_bot1 {
  float: left;
  width: 50%;
}
.z_bot .z_max .li .z_bot1 .logo1 {
  margin-bottom: 40px;
}
.z_bot .z_max .li .z_bot1 .font {
  align-items: center;
  display: flex;
}
.z_bot .z_max .li .z_bot1 .font font {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}
.z_bot .z_max .li .z_bot1 .font img {
  margin-right: 20px;
}
.z_bot .z_max .li .z_bot2 {
  float: left;
  width: 155px;
}
.z_bot .z_max .li .z_bot2 h3 {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.z_bot .z_max .li .z_bot2 h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.z_bot .z_max .li .z_bot2 ul li {
  float: left; width:60px;
  margin-bottom: 20px;
}
.z_bot .z_max .li .z_bot2 ul li:nth-child(2n+0) {
  float: right;
}
.z_bot .z_max .li .z_bot2 ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.58;
}
.z_bot .z_max .li .z_bot3 {
  float: left;
}
.z_bot .z_max .li .z_bot3 h3 {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.z_bot .z_max .li .z_bot3 h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.z_bot .z_max .li .z_bot3 font {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  font-family: 'SourceHanSansSC-Regular';
  opacity: 0.58;
}
.z_bot .z_max .li .z_bot4 {
  float: right;
  text-align: center;
}
.z_bot .z_max .li .z_bot4 img {
  margin-bottom: 20px;
}
.z_bot .z_max .li .z_bot4 font {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Medium';
  opacity: 0.66;
}
.z_bot .z_foot {
  width: 100%;
  float: left;
  background: #0c264a;
  font-size: 12px;
  color: #fff;
  opacity: 0.66;
  font-family: 'SourceHanSansSC-Regular';
  text-align: center;
  line-height: 55px;
}
.z_banner1 {
  width: 100%;
  float: left;
  position: relative;
}
.z_banner1 img {
  width: 100%;
  float: left;
}
.z_banner1 .z_max {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_banner1 .z_max h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.z_banner1 .z_max h3::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_banner1 .z_max font {
  font-size: 18px;
  color: #fff;
}
.z_banner1 .z_max .z_weizi {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.z_banner1 .z_max .z_weizi img {
  width: auto;
  margin-right: 5px;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}
.z_aa1 h4 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 40px;
}
.z_aa1 font {
  font-size: 20px;
  color: #656565;
  display: block;
  margin-bottom: 90px;
  line-height: 1.5;
}
.z_aa1 ul {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 0 75px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.z_aa1 ul li {
  text-align: center;
  line-height: 1.5;
}
.z_aa1 ul li h3 {
  font-size: 30px;
  color: #2d5d95;
  font-family: 'SourceHanSansSC-Bold';
}
.z_aa1 ul li h3 span {
  font-size: 63px;
  font-family: 'SourceHanSansSC-Bold';
}
.z_aa1 ul li font {
  font-size: 16px;
  color: #474747;
}
.z_aa2 {
  width: 100%;
  float: left;
  background: url(../images/bg2.jpg) no-repeat bottom center, url(../images/bg3.jpg) no-repeat top center;
}
.z_aa2 .aa {
  width: 100%;
  float: left;
  margin-top: 95px;
  background: #fff;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  min-height: 585px;
  margin-bottom: 150px;
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_aa2 .aa .bt {
  margin-left: 65px;
  flex: 1;
  width: 1%;
  margin-top: 55px;
  line-height: 2;
}
.z_aa2 .aa .bt h3 {
  font-size: 32px;
  color: #2f2f2f;
}
.z_aa2 .aa .bt h3 span {
  display: block;
  font-size: 20px;
  color: #a1a1a1;
  text-transform: capitalize;
}
.z_aa2 .aa .bt .font {
  font-size: 16px;
  color: #333333;
}
.z_aa2 .aa .dt {
  margin-left: 50px;
  background: #2d5d95;
  width: 325px;
  height: 545px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
}
.z_aa2 .aa .dt h3 {
  padding-left: 45px;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.z_aa2 .aa .dt h3 span {
  display: block;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.z_aa2 .aa .dt font {
  padding-left: 45px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 35px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #4e78aa;
}
.z_aa2 .aa .dt font a {
  font-size: 16px;
  color: #fff;
}
.z_aa2 ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 50px;
}
.z_aa2 ul li {
  width: 280px;
  text-align: center;
}
.z_aa2 ul li img {
  margin-bottom: 15px;
}
.z_aa2 ul li h3 {
  margin-bottom: 20px;
  font-size: 21px;
  color: #f8a225;
  font-family: 'SourceHanSansSC-Bold';
}
.z_aa2 ul li font {
  font-size: 12px;
  color: #333333;
  line-height: 2;
}
.z_join {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 130px;
  text-align: center;
}
.z_join h3 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 40px;
}
.z_join font {
  font-size: 14px;
  color: #656565;
  display: block;
  margin-bottom: 30px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 80px;
}
.z_join h4 {
  margin-bottom: 35px;
}
.z_join h4 span {
  font-size: 20px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_join h4 span::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #333;
  margin-right: 35px;
  display: block;
}
.z_join h4 span::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #333;
  margin-left: 35px;
  display: block;
}
.z_join ul {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 375px 375px 375px;
  grid-template-rows: 315px 315px;
}
.z_join ul li {
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
  border-radius: 10px;
}
.z_join ul li:hover {
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_join ul li img {
  margin-bottom: 25px;
}
.z_join ul li h5 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #111111;
  font-weight: bold;
}
.z_join ul li font {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}
.z_join1 {
  width: 100%;
  float: left;
}
.z_join1 h3 {
  text-align: center;
  font-size: 34px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 85px;
}
.z_join1 ul {
  width: 100%;
  float: left;
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.z_join1 ul li {
  background: #f0f6fb;
  height: 400px;
  box-sizing: border-box;
  padding: 35px 50px;
}
.z_join1 ul li h4 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 25px;
}
.z_join1 ul li .dt {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
    height: 235px;
    overflow: hidden;
    margin-bottom: 15px;
}
.z_join1 ul li .dt font {
  font-size: 16px;
  display: block;
}
.z_join1 ul li a {
  position: relative;
  font-size: 16px;
  color: #666;
  padding-bottom: 15px;
}
.z_join1 ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  z-index: 2;
  background: #23979f;
  transition: all 0.36s;
}
.z_join1 ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 2px;
  z-index: 1;
  background: #e2e2e2;
}
.z_join1 ul li a:hover::before {
  width: 66px;
}
.z_show {
  width: 100%;
  float: left;
  margin-top: 55px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_show h3 {
  font-size: 34px;
  color: #194781;
  margin-bottom: 35px;
}
.z_nn1 {
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 65px;
}
.z_nn1 .swiper-container {
  width: 100%;
  float: left;
  margin-top: 105px;
  margin-bottom: 80px;
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_nn1 .swiper-container .swiper-slide {
  width: 100%;
}
.z_nn1 .swiper-container .swiper-slide a {
  display: flex;
  align-items: center;
}
.z_nn1 .swiper-container .swiper-slide a .dt {
  flex: 1;
  width: 1%;
  margin-left: 30px;
  margin-right: 40px;
}
.z_nn1 .swiper-container .swiper-slide a .dt h3 {
  font-size: 21px;
  color: #1b437c;
  margin-bottom: 15px;
}
.z_nn1 .swiper-container .swiper-slide a .dt h4 {
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 21px;
  color: #95969b;
}
.z_nn1 .swiper-container .swiper-slide a .dt font {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_nn1 .swiper-container .swiper-slide a img {
  width: 392px;
  height: 259px;
}
.z_nn1 .swiper-button-next,
.z_nn1 .swiper-button-prev {
  outline: none;
  width: 22px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
}
.z_nn1 .swiper-button-next {
  background: url(../images/right2.png) no-repeat;
  right: 0;
}
.z_nn1 .swiper-button-next::after {
  content: initial;
}
.z_nn1 .swiper-button-prev {
  background: url(../images/left2.png) no-repeat;
  left: 0px;
}
.z_nn1 .swiper-button-prev::after {
  content: initial;
}
.z_nn2 {
  width: 100%;
  float: left;
}
.z_nn2 ul {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 45px 0;
}
.z_nn2 ul li {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.z_nn2 ul li:hover {
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_nn2 ul li:hover a .dt h3 {
  color: #1b437c;
}
.z_nn2 ul li:hover a .bt i {
  background: url(../images/mm2.jpg) no-repeat left;
}
.z_nn2 ul li a {
  display: block;
  padding: 20px;
}
.z_nn2 ul li a img {
  width: 262px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
.z_nn2 ul li a .dt {
  width: 645px;
  float: left;
  padding-top: 20px;
}
.z_nn2 ul li a .dt h3 {
  font-size: 16px;
  color: #5f5e5e;
  margin-bottom: 25px;
}
.z_nn2 ul li a .dt font {
  font-size: 14px;
  color: #919191;
  line-height: 2;
  height: 50px;
  overflow: hidden;
}
.z_nn2 ul li a .bt {
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  width: 121px;
}
.z_nn2 ul li a .bt h3 {
  margin-bottom: 25px;
  font-size: 29px;
  color: #9c9c9c;
}
.z_nn2 ul li a .bt h3 span {
  font-size: 30px;
  font-family: Arial;
  margin-left: 10px;
}
.z_nn2 ul li a .bt i {
  display: block;
  width: 100%;
  height: 39px;
  background: url(../images/mm1.png) no-repeat left;
}
.z_nn2 ul li:nth-child(2n+0) a img {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
.z_nn2 ul li:nth-child(2n+0) a .dt {
  float: right;
}
.z_nn2 ul li:nth-child(2n+0) a .bt {
  float: left;
  margin-right: 0;
  margin-left: 10px;
}
.z_page {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0;
  margin-top: 80px;
  margin-bottom: 55px;
}
.z_page a {
  display: inline-block;
  width: 42px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}
.z_page a.select {
  border: 1px solid #1b437c;
  color: #1b437c;
}
.z_nr {
  width: 100%;
  float: left;
  margin-top: 55px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_nr h3 {
  font-size: 34px;
  color: #194781;
  text-align: center;
  margin-bottom: 35px;
}
.z_nr h4 {
  margin-bottom: 45px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}
.z_fanye {
  width: 100%;
  float: left;
  margin-top: 35px;
  padding-top: 20px;
  margin-bottom: 80px;
  border-top: 1px solid #f1f1f1;
}
.z_fanye a {
  float: left;
  font-size: 16px;
  color: #333333;
  width: 45%;
}
.z_fanye a:last-child {
  float: right;
}
.z_ss1 {
  width: 100%;
  float: left;
  background: #eeeeee;
}
.z_ss1 .z_max {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 120px;
}
.z_ss1 .z_max h3 {
  line-height: 1.5;
  font-size: 18px;
  color: #333;
}
.z_ss1 .z_max h3 span {
  display: block;
  font-size: 14px;
  color: #888;
}
.z_ss1 .z_max .ss {
  width: 400px;
  align-items: center;
  display: flex;
  margin: 0 auto;
  height: 50px;
  background: #fff;
  border-radius: 40px;
}
.z_ss1 .z_max .ss input {
  border: none;
  background: none;
  outline: none;
}
.z_ss1 .z_max .ss input.wz {
  margin-left: 20px;
  flex: 1;
  width: 1%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.z_ss1 .z_max .ss input.dj {
  width: 60px;
  height: 100%;
  background: url(../images/ss.png) no-repeat center;
  text-indent: 9999px;
  overflow: hidden;
}
.z_ss2 {
  width: 100%;
  float: left;
  margin-top: 45px;
}
.z_ss2 h3 {
  width: 100%;
  float: left;
  background: #114da3;
  box-sizing: border-box;
  padding: 0 5px;
  height: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0 60px;
}
.z_ss2 h3 .font {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 55px;
}
.z_ss2 ul {
  width: 100%;
  float: left;
}
.z_ss2 ul li {
  width: 100%;
  float: left;
}
.z_ss2 ul li h4 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f2;
  box-sizing: border-box;
  padding: 0 5px;
  height: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0 60px;
}
.z_ss2 ul li h4 .font { 
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 55px;  display:flex; align-items:center; justify-content: center;
}
.z_ss2 ul li h4 .font:first-child{
  width:190px;  margin-right:0px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height:25px;  display:flex; align-items:center; justify-content: space-between;
}
.z_ss2 ul li h4 .font a {
  color: #114da3;
}
.z_ss2 ul li .nr {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 75px;
  padding-top: 30px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f1f1f2;
  background: #f5f5f5;
  display: none;
}
.z_ss2 ul li .nr bt {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 0px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f2;
}
.z_ss2 ul li .nr bt dt {
  font-size: 14px;
  color: #333333;
}
.z_ss2 ul li .nr .show {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_ss2 ul li .nr .show .li {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
.z_ss2 ul li .nr .show .li:first-child {
  margin-right: 50px;
}
.z_ss2 ul li .nr .show .li font {
  font-size: 18px;
}
.z_cc1 {
  width: 100%;
  float: left;
  margin-top: 90px;
}
.z_cc1 ul {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.z_cc1 ul li {
  -moz-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  -webkit-box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
  box-shadow: 0px 0px 13px rgba(127, 127, 127, 0.14);
}
.z_cc1 ul li a bt {
  width: 100%;
  float: left;
  height: 226px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.z_cc1 ul li a bt::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: all 0.36s;
}
.z_cc1 ul li a bt img {
  position: relative;
  z-index: 2;
  transition: all 0.36s;
}
.z_cc1 ul li a dt {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 25px;
}
.z_cc1 ul li a dt h3 {
  font-family: 'SourceHanSansSC-Normal';
  font-size: 28px;
  color: #234981;
  margin-bottom: 25px;
}
.z_cc1 ul li a dt font {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  display: block;
  font-family: 'SourceHanSansSC-Normal';
}
.z_cc1 ul li a:hover bt img {
  transform: scale(1.2);
}
.z_cc1 ul li a:hover bt::before {
  background: rgba(0, 0, 0, 0.7);
}
.z_show1 {
  width: 100%;
  float: left;
  margin-top: 55px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_show1 h3 {
  font-size: 34px;
  color: #194781;
  margin-bottom: 35px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.z_show1 h3::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #194781;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_con {
  width: 100%;
  float: left;
  margin-top: 90px;
  margin-bottom: 75px;
  border: 1px solid #d7d7d7;
  background: url(../images/ren1.png) #fafafa no-repeat bottom;
  box-sizing: border-box;
  padding: 15px 20px;
}
.z_con .map {
  width: 100%;
  float: left;
}
.z_con .map img {
  width: 100%;
  float: left;
}
.z_con h3 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d7d7d7;
  font-size: 17px;
  color: #656b6e;
  line-height: 45px;
}
.z_con ul {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.z_con ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  color: #656b6e;
  align-items: center;
  display: flex;
  height: 45px;
}
.z_con ul li img {
  margin: 0 20px;
}
.z_con ul li font {
  display: block;
  width: 56px;
  text-align: justify;
  text-align-last: justify;
}
.z_dan1 {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.z_dan1 h3 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 40px;
}
.z_dan1 font {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 1.5;
}
.z_dan2 {
  width: 100%;
  float: left;
}
.z_dan2 img {
  width: 100%;
  float: left;
}
.z_dan3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 60px;
  margin-top: 90px;
  margin-bottom: 75px;
}
.z_dan3 .dt {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 2;
}
.z_dan3 .dt h3 {
  font-size: 30px;
  color: #063e8d;
}
.z_dan3 img {
  float: right;
}
.z_dan4 {
  width: 100%;
  float: left;
  background: #fafafa;
  padding-top: 80px;
  padding-bottom: 75px;
}
.z_dan4 .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 25px;
}
.z_dan4 .z_max .dt {
  width: 50%;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}
.z_dan4 .z_max .dt h3 {
  font-size: 30px;
  color: #063e8d;
  margin-bottom: 20px;
}
.z_dan5 {
  width: 100%;
  float: left;
  margin-top: -125px;
  margin-bottom: 60px;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
.z_dan5 h3 {
  font-size: 30px;
  color: #063e8d;
  margin-bottom: 20px;
}
