.z_head {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: url(../images/bg.png);
}
.z_head.active {
  background: transparent;
}
.z_head.active .z_max .right .nav li a {
  color: #333;
}
.z_head.active .z_max .right .login a {
  color: #dd4141;
  border: 1px solid #dd4141;
}
.z_head.active .z_max .right .login a.active {
  color: #fff;
}
.z_head.active .z_max .right .yy {
  color: #333;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.z_head .z_max .logo {
  width: auto;
}
.z_head .z_max .logo img {
  width: auto;
}
.z_head .z_max .right {
  display: flex;
  align-items: center;
}
.z_head .z_max .right .nav {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.z_head .z_max .right .nav li {
  margin-right: 35px;
  position: relative;
}
.z_head .z_max .right .nav li a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.z_head .z_max .right .nav li a img {
  margin-left: 10px;
}
.z_head .z_max .right .nav li.active {
  position: relative;
}
.z_head .z_max .right .nav li.active a {
  color: #dd4141;
}
.z_head .z_max .right .nav li:hover a {
  color: #dd4141;
}
.z_head .z_max .right .nav li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dd4141;
  left: 0;
  bottom: -10px;
}
.z_head .z_max .right .nav li:hover .fnav {
  display: block;
}
.z_head .z_max .right .nav li .fnav {
  position: absolute;
  width: 270px;
  display: none;
  padding-top: 30px;
  top: 10px;
  right: -85px;
}
.z_head .z_max .right .nav li .fnav ul {
  position: relative;
  background: #fff;
  width: 270px;
  box-sizing: border-box;
  padding: 25px 10px;
  -moz-box-shadow: 3px 0 23px rgba(76, 76, 76, 0.51);
  -webkit-box-shadow: 3px 0 23px rgba(76, 76, 76, 0.51);
  box-shadow: 3px 0 23px rgba(76, 76, 76, 0.51);
}
.z_head .z_max .right .nav li .fnav ul::before {
  content: "";
  background: url(../images/sj.png) no-repeat;
  position: absolute;
  width: 15px;
  height: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -13px;
  z-index: 9;
}
.z_head .z_max .right .nav li .fnav ul li {
  margin-bottom: 20px;
  margin-right: 0;
}
.z_head .z_max .right .nav li .fnav ul li:last-child {
  margin-bottom: 0;
}
.z_head .z_max .right .nav li .fnav ul li a {
  display: flex;
  align-items: center;
}
.z_head .z_max .right .nav li .fnav ul li a img {
  width: auto;
}
.z_head .z_max .right .nav li .fnav ul li a span {
  margin-left: 10px;
  font-size: 16px;
  color: #666666;
}
.z_head .z_max .right .nav li .fnav ul li:hover a span {
  color: #dd4141;
}
.z_head .z_max .right .login {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.z_head .z_max .right .login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.z_head .z_max .right .login a.active {
  background: #dd4141;
  margin-left: 30px;
  width: 93px;
  border: 0;
}
.z_head .z_max .right .yy {
  position: relative;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  top: 10px;
}
.z_head .z_max .right .yy img {
  margin-left: 10px;
}
.z_head .z_max .right .yy a {
  position: absolute;
  width: 100%;
  font-size: 16px;
  color: #666;
  left: -25px;
  bottom: -35px;
  display: none;
  cursor: pointer;
  background: #fff;
  padding: 10px 25px;
  -moz-box-shadow: 3px 0 23px rgba(76, 76, 76, 0.51);
  -webkit-box-shadow: 3px 0 23px rgba(76, 76, 76, 0.51);
  box-shadow: 3px 0 23px rgba(76, 76, 76, 0.51);
}
.z_head .z_max .right .yy a::before {
  content: "";
  background: url(../images/sj.png) no-repeat;
  position: absolute;
  width: 15px;
  height: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -13px;
  z-index: 9;
}
.z_head .z_max .right .yy a:hover {
  color: #dd4141;
}
.z_head .z_max .right .yy:hover a {
  display: block;
}
.z_banner {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.z_banner .swiper-container {
  width: 100%;
  height: 716px;
  float: left;
  position: relative;
  z-index: 1;
}
.z_banner .swiper-container li {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.z_banner .swiper-container li .bar1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 70px;
}
.z_banner .swiper-container li .bar1 .left {
  width: 555px;
}
.z_banner .swiper-container li .bar1 .left h3 {
  font-size: 30px;
  color: #474747;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 30px;
  white-space: nowrap;
}
.z_banner .swiper-container li .bar1 .left font {
  display: block;
  margin-bottom: 75px;
  line-height: 1.5;
  font-size: 16px;
  color: #666666;
  /* font-family: 'PingFang Light'; */
}
.z_banner .swiper-container li .bar1 .left span {
  display: block;
  margin-bottom: 75px;
  line-height: 1.5;
  font-size: 16px;
  color: #666666;
  /* font-family: 'PingFang Light'; */
}
.z_banner .swiper-container li .bar1 .left a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
}
.z_banner .swiper-container li .bar1 .left a:hover{background:#e95558;}
.z_banner .swiper-container li .bar1 .right {
  width: 829px;margin-right: 2%;
}
.z_banner .swiper-container li .bar1 .right img {
  width: 100%;
}
.z_banner .swiper-container li .bar2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 70px;
}
.z_banner .swiper-container li .bar2 .left {
  width: 555px;
}
.z_banner .swiper-container li .bar2 .left h3 {
  font-size: 30px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 30px;
  white-space: nowrap;
}
.z_banner .swiper-container li .bar2 .left font {
  display: block;
  margin-bottom: 75px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  /* font-family: 'PingFang Light'; */
}
.z_banner .swiper-container li .bar2 .left a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
}
.z_banner .swiper-container li .bar2 .right {
  width: 838px;
}
.z_banner .swiper-container li .bar2 .right img {
  width: 100%;
}
.z_banner .swiper-container li .bar3 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 70px;
}
.z_banner .swiper-container li .bar3 .left {
  width: 555px;
}
.z_banner .swiper-container li .bar3 .left h3 {
  font-size: 30px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 30px;
  white-space: nowrap;
}
.z_banner .swiper-container li .bar3 .left font {
  display: block;
  margin-bottom: 75px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  /* font-family: 'PingFang Light'; */
}
.z_banner .swiper-container li .bar3 .left a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
}
.z_banner .swiper-container li .bar3 .right {
  width: 829px;
}
.z_banner .swiper-container li .bar3 .right img {
  width: 100%;
}
.z_banner .swiper-container li .bar4 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 70px;
}
.z_banner .swiper-container li .bar4 .left {
  width: 555px;
}
.z_banner .swiper-container li .bar4 .left h3 {
  font-size: 36px;
  color: #fe5c5f;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 30px;
  white-space: nowrap;
}
.z_banner .swiper-container li .bar4 .left font {
  display: block;
  margin-bottom: 75px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  /* font-family: 'PingFang Light'; */
}
.z_banner .swiper-container li .bar4 .left a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
}
.z_banner .swiper-container li .bar4 .left a:hover{background:#e95558;}
.z_banner .swiper-container li .bar4 .right {
  width: 829px;
  text-align: center;
}
.z_banner .swiper-container li .bar4 .right img {
  max-width: 100%;
}
.z_banner .swiper-container .swiper-pagination {
  bottom: 20px;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dd4141;
  border-radius: 40px;
}
.z_banner .swiper-button-next,
.z_banner .swiper-button-prev {
  width: 46px;
  height: 47px;
  outline: none;
  opacity: 1;
  z-index: 9;
}
.z_banner .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  right: 100px;
}
.z_banner .swiper-button-next::after {
  display: none;
}
.z_banner .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  left: 100px;
}
.z_banner .swiper-button-prev::after {
  display: none;
}
.z_zhiming {
  width: 100%;
  float: left;
}
.z_zhiming .z_max .title {
  width: 100%;
  float: left;
  text-align: center;
  margin: 55px 0;
  line-height: 1.5;
  font-size: 36px;
  color: #333333;
}
.z_zhiming .z_max .title span {
  display: block;
  font-size: 16px;
  color: #666;
}
.z_zhiming .z_max .swiper-container {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.z_zhiming .z_max .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*ä¹‹å‰æ˜¯ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.z_zhiming .z_max .swiper-container .swiper-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
.z_zhiming .z_max .swiper-container .swiper-wrapper a img {
  width: 100%;
}
.z_jiejue {
  width: 100%;
  float: left;
  background: #fafafb;
  padding-bottom: 90px;
}
.z_jiejue .jiejue {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.z_jiejue .jiejue .left {
  width: 320px;
  position: relative;
  box-sizing: border-box;
  padding-right: 2px;
}
.z_jiejue .jiejue .left::before {
  content: "";
  background: #e7e7e7;
  width: 1px;
  z-index: 1;
  height: 100%;
  position: absolute;
  right: 3px;
  top: 0;
}
.z_jiejue .jiejue .left::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  right: -1px;
  top: 0;
  z-index: 4;
  position: absolute;
    visibility: hidden;
}
.z_jiejue .jiejue .left ul {
  width: 100%;
  height: 745px;
  overflow: scroll;
  float: left;
  position: relative;
  z-index: 2;
  /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
  /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
}
.z_jiejue .jiejue .left ul li {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.z_jiejue .jiejue .left ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 35px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.z_jiejue .jiejue .left ul li a img {
  width: 32px;
  margin-right: 25px;
}
.z_jiejue .jiejue .left ul li a img.img1 {
  display: block;
}
.z_jiejue .jiejue .left ul li a img.img2 {
  display: none;
}
.z_jiejue .jiejue .left ul li.active a {
  color: #333333;
}
.z_jiejue .jiejue .left ul li.active a img.img1 {
  display: none;
}
.z_jiejue .jiejue .left ul li.active a img.img2 {
  display: block;
}
.z_jiejue .jiejue .left ul::-webkit-scrollbar {
  width: 3px;
  background-color: #fafafb;
}
.z_jiejue .jiejue .left ul::-webkit-scrollbar-track {
  background-color: #fafafb;
}
.z_jiejue .jiejue .left ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dd4141;
}
.z_jiejue .jiejue .right {
  flex: 1;
  width: 0;
  margin-left: 95px;
}
.z_jiejue .jiejue .right .li {
  display: none;
  width: 100%;
  float: left;
}
.z_jiejue .jiejue .right .li.on {
  display: block;
}
.z_jiejue .jiejue .right .li .h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #333333;
  margin-bottom: 25px;
}
.z_jiejue .jiejue .right .li .font {
  width: 100%;
  float: left;
  line-height: 1.5;
  margin-bottom: 45px;
  font-size: 14px;
  color: #666666;
}
.z_jiejue .jiejue .right .li .span {
  width: 100%;
  float: left;
  line-height: 1.5;
  margin-bottom: 65px;
  font-size: 14px;
  color: #666666;
}
.z_jiejue .jiejue .right .li .a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd4141;
  width: 230px;
  height: 55px;
  font-size: 22px;
  color: #fff;
}
.z_jiejue .jiejue .right .li .a:hover{background:#e95558;}
.z_jiejue .jiejue .right .li .a img {
  margin-left: 25px;
}
.z_jiejue .jiejue .right .li ul {
  width: 100%;
  float: left;
  margin-top: 45px;
}
.z_jiejue .jiejue .right .li ul li {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  width: 15%;
  margin-right: 13%;
}
.z_jiejue .jiejue .right .li ul li img {
  width: auto;
}
.z_jiejue .jiejue .right .li ul li span {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
.z_jiejue .jiejue .right .li ul li:nth-child(4n) {
  margin-right: 0;
}
.z_title {
  width: 100%;
  float: left;
  margin-top: 75px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: #333333;
}
.z_title::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 4px;
  background: #dd4141;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_fgpt {
  width: 100%;
  float: left;
}
.z_fgpt .fgpt {
  width: 100%;
  float: left;
  background: url(../images/bg1.png) no-repeat bottom;
  margin-top: 100px;
  padding-bottom: 210px;
}
.z_fgpt .fgpt ul {
  width: 100%;
  float: left;
  background: url(../images/xian.png) no-repeat top;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 61px;
  box-sizing: border-box;
  padding: 0 20px;
}
.z_fgpt .fgpt ul li {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
  width: 105px;
}
.z_fgpt .fgpt ul li span {
  font-size: 24px;
  color: #333;
  margin-top: -15px;
  /* font-family: 'PingFang Bold'; */
}
.z_fgpt .fgpt ul li:nth-child(1) {
  top: 30px;
}
.z_fgpt .fgpt ul li:nth-child(2) {
  top: -50px;
  left: -10px;
}
.z_fgpt .fgpt ul li:nth-child(3) {
  top: 20px;
}
.z_fgpt .fgpt ul li:nth-child(4) {
  top: -55px;
}
.z_fgpt .fgpt ul li:nth-child(5) {
  top: 25px;
}
.z_fgpt .fgpt ul li:nth-child(6) {
  top: -50px;
}
.z_fgpt .fgpt ul li:nth-child(7) {
  top: 15px;
}
.z_fgpt .fgpt ul li:nth-child(8) {
  top: -55px;
  left: 10px;
}
.z_fgpt .fgpt ul li:nth-child(9) {
  top: 30px;
}
.z_youshi {
  width: 100%;
  float: left;
}
.z_youshi .youshi {
  height: 425px;
  display: flex;
  border-top: 1px solid #eaecef;
  border-bottom: 1px solid #eaecef;
  width: 100%;
  float: left;
  position: relative;
}
.z_youshi .youshi i {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 33.3%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.z_youshi .youshi li {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-left: 1px solid #eaecef;
  padding-left: 3%;
  position: relative;
  z-index: 2;
}
.z_youshi .youshi li:first-child {
  border-left: 0;
}
.z_youshi .youshi li .bt {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_youshi .youshi li .bt h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  padding-bottom: 35px;
  margin-bottom: 30px;
  position: relative;
}
.z_youshi .youshi li .bt h3::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 3px;
  background: #ff6869;
  left: 0;
  bottom: 0;
}
.z_youshi .youshi li .bt h3 img {
  margin-right: 15px;
}
.z_youshi .youshi li .bt font {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 45px;
  width: 345px;
  max-width: 98%;
}
.z_youshi .youshi li .bt .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #dd4141;
  font-size: 18px;
  color: #dd4141;
}
.z_youshi .youshi li .bt .a:hover{background:#dd4141;color:#fff;}
.z_anli {
  width: 100%;
  float: left;
  background: #f9f9f9;
}
.z_anli .swiper-container {
  width: calc(100% + 50px);
  float: left;
  padding-bottom: 35px;
  box-sizing: border-box;
  padding: 0 25px;
  margin-left: -25px;
}
.z_anli .swiper-container .swiper-slide {
  width: 100%;
  float: left;
}
.z_anli .swiper-container .swiper-slide ul {
  width: 100%;
  float: left;
}
.z_anli .swiper-container .swiper-slide ul li {
  width: 28.9%;
  margin-right: 6.6%;
  float: left;
  margin-bottom: 80px;
  position: relative;
}
.z_anli .swiper-container .swiper-slide ul li:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.z_anli .swiper-container .swiper-slide ul li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.z_anli .swiper-container .swiper-slide ul li::before {
  content: "";
  position: absolute;
  width: 325px;
  height: 135px;
  z-index: 1;
  background: #fff;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  -moz-box-shadow: 10px 0px 20px rgba(201, 201, 201, 0.3);
  -webkit-box-shadow: 10px 0px 20px rgba(201, 201, 201, 0.3);
  box-shadow: 10px 0px 20px rgba(201, 201, 201, 0.3);
}
.z_anli .swiper-container .swiper-slide ul li .img {
  width: 37.6%;
  position: relative;
  z-index: 2;
}
.z_anli .swiper-container .swiper-slide ul li .img img {
  width: 100%;
  float: left;
}
.z_anli .swiper-container .swiper-slide ul li .img span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  width: 49px;
}
.z_anli .swiper-container .swiper-slide ul li .img span img {
  width: 100%;
  float: left;
}
.z_anli .swiper-container .swiper-slide ul li .dt {
  flex: 1;
  width: 0;
  margin-left: 15px;
  margin-bottom: 45px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.z_anli .swiper-container .swiper-slide ul li .dt h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
  margin-top: 25px;
  margin-bottom: 20px;
}
.z_anli .swiper-container .swiper-slide ul li .dt h3:hover{color:#dd4141;}
.z_anli .swiper-container .swiper-slide ul li .dt font {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  max-height: 85px;
  top: 10px;
}
.z_anli .swiper-container .swiper-pagination {
  bottom: 25px;
}
.z_anli .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background: #dd4141;
  opacity: 1;
}
.z_anli .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 20px;
}
.z_anli .swiper-container .swiper-button-next,
.z_anli .swiper-container .swiper-button-prev {
  width: 104px;
  height: 104px;
  top: auto;
  margin: 0;
  bottom: -25px;
  outline: none;
}
.z_anli .swiper-container .swiper-button-next {
  background: url(../images/right1.png) no-repeat;
  right: -5px;
}
.z_anli .swiper-container .swiper-button-next::after {
  display: none;
}
.z_anli .swiper-container .swiper-button-prev {
  background: url(../images/left1.png) no-repeat;
  left: -5px;
}
.z_anli .swiper-container .swiper-button-prev::after {
  display: none;
}
.z_more {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 130px;
}
.z_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #dd4141;
  box-sizing: border-box;
  border: 1px solid #dd4141;
  width: 190px;
  height: 55px;
}
.z_more a:hover{background:#dd4141;color:#fff;}
.z_zzzl {
  width: 100%;
  float: left;
  background: #666666;
}
.z_zzzl .zzzl {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  height: 600px;
  box-sizing: border-box;
  padding-right: 45.7%;
  position: relative;
}
.z_zzzl .zzzl .left {
  width: 100%;
  position: relative;
}
.z_zzzl .zzzl .left img {
  width: 100%;
  float: left;
}
.z_zzzl .zzzl .left i {
  position: absolute;
  width: 191px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -95.5px;
}
.z_zzzl .zzzl .left i img {
  width: auto;
}
.z_zzzl .zzzl .right {
  position: absolute;
  width: 45.7%;
  background: #dd4141;
  height: 730px;
  right: 0;
  top: -65px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 3px 0px 14px rgba(146, 75, 75, 0.6);
  -webkit-box-shadow: 3px 0px 14px rgba(146, 75, 75, 0.6);
  box-shadow: 3px 0px 14px rgba(146, 75, 75, 0.6);
}
.z_zzzl .zzzl .right .dt {
  width: 77.5%;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_zzzl .zzzl .right .dt h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  /* font-family: 'PingFang Bold'; */
}
.z_zzzl .zzzl .right .dt h4 {
  font-size: 18px;
  color: #fff;
  width: calc(100% - 40px);
  margin-bottom: 60px;
    white-space: nowrap;

}
.z_zzzl .zzzl .right .dt ul {
  width: 100%;
  margin-bottom: 20px;
}
.z_zzzl .zzzl .right .dt ul li {
  width: 225px;
  height: 60px;
  margin-bottom: 40px;
  float: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fd7174;
  border: 1px solid #fff;
}
.z_zzzl .zzzl .right .dt ul li:nth-child(2n) {
  float: right;
}
.z_zzzl .zzzl .right .dt ul li span {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.z_zzzl .zzzl .right .dt ul li input {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.z_zzzl .zzzl .right .dt .anniu {
  width: 205px;
  height: 60px;
  background: #fff;
  font-size: 16px;
  color: #ff6869;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_zzzl .zzzl .right .dt .anniu img {
  margin-left: 20px;
}
.z_zzzl .zzzl .right .dt .anniu input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.z_bot {
  width: 100%;
  float: left;
  padding-top: 100px;
  border-top: 1px solid #f3f3f3;
}
.z_bot .left {
  width: 475px;
  float: left;
}
.z_bot .left .logo {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.z_bot .left .font {
  font-size: 16px;
  color: #4c4a49;
  line-height: 2;
  clear: both;
}
.z_bot .left .font h3{font-family: 'PingFang bold','Microsoft YaHei';font-weight: bold;font-size: 18px;}
.z_bot .left .font.active{
    margin-bottom: 50px;
}
.z_bot .right {
  width: calc(100% - 625px);
  float: right;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_bot .right li {
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  max-width: 130px;
}
/* .z_bot .right li:last-child {
  width: 330px;
  max-width: initial;
}
.z_bot .right li:last-child .yx {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ff6869;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.z_bot .right li:last-child .yx .span {
  flex: 1;
  width: 0;
  margin: 0 10px;
  font-size: 18px;
  color: #ff6869;
}
.z_bot .right li:last-child .yx .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #ff6869;
} */
.z_bot .right li h3 {
  font-size: 16px;
  color: #4c4a49;
  margin-bottom: 35px;
}
.z_bot .right li h3 a {
  color: #4c4a49;
}
.z_bot .right li h3 a:hover{color:#ff6869;}
.z_bot .right li font {
  margin-bottom: 10px;
  line-height: 1.2;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 2;
  height: 32px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_bot .right li font a {
  color: #999;
}
.z_bot .right li font a:hover{color:#ff6869;}
.z_foot {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin-top: 20px;
  border-top: 1px solid #dedede;
  font-size: 14px;
  color: #878787;
}
.z_fudong {
  position: fixed;
  right: 4%;
  top: 40%;
  display: flex;
  align-items: center;
  flex-flow: column;
  z-index: 10;
}
.z_fudong a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 45px;
  height: 45px;
  background: #dd4141;
  border-radius: 50%;
  margin-top: 20px;
}
.z_fudong a:first-child {
  margin-top: 0;
  height: 130px;
  border-radius: 40px;
}
.z_fudong a:first-child span {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
}
.z_wmdjs {
  width: 100%;
  float: left;
}
.z_wmdjs .wmdjs {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap-reverse;
  justify-content: space-between;
}
.z_wmdjs .wmdjs li {
  display: flex;
  align-items: flex-start;
  width: 47.2%;
  margin-bottom: 90px;
}
.z_wmdjs .wmdjs li img {
  width: auto;
}
.z_wmdjs .wmdjs li .dt {
  flex: 1;
  width: 0;
  margin-left: 25px;
}
.z_wmdjs .wmdjs li .dt h3 {
  font-size: 24px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 20px;
}
.z_wmdjs .wmdjs li .dt font {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.z_wmdjs .wmdjs li .dt span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.z_yycj {
  width: 100%;
  float: left;
  background: #faf9f9;
  margin-bottom: 50px;
}
.z_yycj .yycj {
  width: 100%;
  float: left;
}
.z_yycj .yycj li {
  width: 100%;
  float: left;
  padding: 70px 0;
}
.z_yycj .yycj li .left {
  width: 50%;
  float: left;
}
.z_yycj .yycj li .left .cj1 {
  float: left;
  margin-left: -45px;
  margin-top: 110px;
  position: relative;
}
.z_yycj .yycj li .left .cj1 .web {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_yycj .yycj li .left .cj1 .web .img1 {
  margin-top: -65px;
  position: relative;
  left: 6px;
}
.z_yycj .yycj li .left .cj1 .web .img2 {
  position: absolute;
  right: 30%;
  top: 0;
  z-index: 9;
}
.z_yycj .yycj li .left .cj1 .web .img3 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -174px;
  margin-left: -109px;
}
.z_yycj .yycj li .left .cj2 {
  float: right;
  position: relative;
  margin-right: 60px;
  padding: 110px 25px;
  text-align: center;
}
.z_yycj .yycj li .left .cj2 .img1 {
  position: absolute;
  right: 25px;
  top: 0;
}
.z_yycj .yycj li .left .cj2 .img2 {
  position: absolute;
  right: 0;
  top: 49%;
}
.z_yycj .yycj li .left .cj3 {
  float: left;
  position: relative;
  padding-top: 90px;
  margin-left: -30px;
}
.z_yycj .yycj li .left .cj3 .img1 {
  position: absolute;
  right: 55px;
  top: 0;
}
.z_yycj .yycj li .left .cj3 .img2 {
  position: absolute;
  right: 13%;
  bottom: 0%;
}
.z_yycj .yycj li .left .cj4 {
  float: right;
  position: relative;
  margin-right: 115px;
  padding-right: 60px;
  padding-top: 40px;
}
.z_yycj .yycj li .left .cj4 .img1 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: initial;
}
.z_yycj .yycj li .left .cj5 {
  float: left;
  margin: 30px;
  padding-left: 80px;
  padding-top: 35px;
  position: relative;
}
.z_yycj .yycj li .left .cj5 .img1 {
  position: absolute;
  max-width: initial;
  left: 0;
  top: 0;
}
.z_yycj .yycj li .right {
  width: calc(100% - 50%);
  float: right;
}
.z_yycj .yycj li .right h3 {
  float: left;
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
  /* font-family: 'PingFang Bold'; */
  padding-bottom: 28px;
  position: relative;
}
.z_yycj .yycj li .right h3::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 2px;
  background: #d8d8d8;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.z_yycj .yycj li .right h3 span {
  font-size: 36px;
  color: #dd4141;
  font-family: 'PingFang Heavy';
  margin-right: 30px;
}
.z_yycj .yycj li .right .dt {
  width: 100%;
  float: left;
}
.z_yycj .yycj li .right .dt h4 {
  float: left;
  margin-top: 50px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 5px 5px 5px;
}
.z_yycj .yycj li .right .dt h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #dd4141;
}
.z_yycj .yycj li .right .dt h4 span {
  position: relative;
  z-index: 2;
  color: #fd5d60;
}
.z_yycj .yycj li .right .dt font {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.z_yycj .yycj li .right .dt span {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.z_yycj .yycj li .right .dt .a {
  margin-top: 35px;
  float: left;
  background: #dd4141;
  width: 265px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;cursor:pointer;
}
.z_yycj .yycj li .right .dt .a:hover{background:#e95558;}
.z_yycj .yycj li .right .dt .a img {
  margin-left: 15px;
}
.z_yycj .yycj li:nth-child(2n) {
  background: #fff;
}
.z_yycj .yycj li:nth-child(2n) .left {
  float: right;
  width: 42.2%;
}
.z_yycj .yycj li:nth-child(2n) .right {
  float: left;
  width: calc(100% - 42.2%);
}
.z_shenqing {
  width: 100%;
  float: left;
  background: #dd4141;
  min-height: 600px;
}
.z_shenqing.active {
  background: #f0f0f0;
}
.z_shenqing.active .z_max .shenqing .title h3 {
  color: #dd4141;
}
.z_shenqing.active .z_max .shenqing .title h4 {
  color: #666666;
}
.z_shenqing .z_max {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.z_shenqing .z_max .shenqing {
  width: 735px;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_shenqing .z_max .shenqing .title {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 65px;
}
.z_shenqing .z_max .shenqing .title h3 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
  /* font-family: 'PingFang Bold'; */
}
.z_shenqing .z_max .shenqing .title h4 {
  font-size: 18px;
  color: #fff;
}
.z_shenqing .z_max .shenqing ul {
  width: 100%;
  margin-bottom: 20px;
}
.z_shenqing .z_max .shenqing ul li {
  width: 335px;
  height: 60px;
  margin-bottom: 40px;
  float: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #fff;
}
.z_shenqing .z_max .shenqing ul li:nth-child(2n) {
  float: right;
}
.z_shenqing .z_max .shenqing ul li span {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.z_shenqing .z_max .shenqing ul li input {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #999999;
}
.z_shenqing .z_max .shenqing .anniu {
  width: 205px;
  height: 60px;
  background: #fff;
  font-size: 16px;
  color: #ff6869;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_shenqing .z_max .shenqing .anniu img {
  margin-left: 20px;
}
.z_shenqing .z_max .shenqing .anniu input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.z_banner1 {
  width: 100%;
  float: left;
  height: 930px;
  position: relative;
}
.z_banner1 .banner1 {
  width: 100%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  padding-top: 70px;
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
}
.z_banner1 .banner1 h3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
  font-size: 36px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
}
.z_banner1 .banner1 .fangan1 {
  width: 100%;
  float: left;
}
.z_banner1 .banner1 .fangan1 li {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 270px;
  margin-bottom: 65px;
  border-radius: 10px;
  margin-right: 2.9%;
  width: 22.8%;
  cursor: pointer;
}
.z_banner1 .banner1 .fangan1 li:nth-child(4n) {
  margin-right: 0;
}
.z_banner1 .banner1 .fangan1 li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.z_banner1 .banner1 .fangan1 li span {
  font-size: 24px;
}
.z_banner1 .banner1 .fangan1 li:nth-child(1) {
  background: #dd4141;
}
.z_banner1 .banner1 .fangan1 li:nth-child(1) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(1) span {
  color: #ffffff;
}
.z_banner1 .banner1 .fangan1 li:nth-child(2) {
  background: #fdfdfd;
}
.z_banner1 .banner1 .fangan1 li:nth-child(2) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(2) span {
  color: #333333;
}
.z_banner1 .banner1 .fangan1 li:nth-child(3) {
  background: #dd4141;
}
.z_banner1 .banner1 .fangan1 li:nth-child(3) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(3) span {
  color: #ffffff;
}
.z_banner1 .banner1 .fangan1 li:nth-child(4) {
  background: #fdfdfd;
}
.z_banner1 .banner1 .fangan1 li:nth-child(4) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(4) span {
  color: #333333;
}
.z_banner1 .banner1 .fangan1 li:nth-child(5) {
  background: #fdfdfd;
}
.z_banner1 .banner1 .fangan1 li:nth-child(5) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(5) span {
  color: #333333;
}
.z_banner1 .banner1 .fangan1 li:nth-child(6) {
  background: #dd4141;
}
.z_banner1 .banner1 .fangan1 li:nth-child(6) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(6) span {
  color: #ffffff;
}
.z_banner1 .banner1 .fangan1 li:nth-child(7) {
  background: #fdfdfd;
}
.z_banner1 .banner1 .fangan1 li:nth-child(7) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(7) span {
  color: #333333;
}
.z_banner1 .banner1 .fangan1 li:nth-child(8) {
  background: #dd4141;
}
.z_banner1 .banner1 .fangan1 li:nth-child(8) .img {
  background: #f1f4fb;
}
.z_banner1 .banner1 .fangan1 li:nth-child(8) span {
  color: #ffffff;
}
.z_banner1 .banner2 {
  position: absolute;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding-top: 70px;
  background: #f1f4fb;
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
}
.z_banner1 .banner2 h3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
  font-size: 36px;
  color: #333;
  /* font-family: 'PingFang Bold'; */
}
.z_banner1 .banner2 .li {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 80px 65px 60px 110px;
  border-radius: 5px;
  display: none;
  margin-bottom: 100px;
}
.z_banner1 .banner2 .li.on {
  display: block;
}
.z_banner1 .banner2 .li h4 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-size: 30px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
}
.z_banner1 .banner2 .li span {
  display: block;
  width: 100%;
  float: left;
  height: 125px;
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}
.z_banner1 .banner2 .li h5 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  font-size: 20px;
  color: #ff6869;
  /* font-family: 'PingFang Bold'; */
}
.z_banner1 .banner2 .li ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
  flex-flow: wrap;
}
.z_banner1 .banner2 .li ul li {
  margin-right: 0;
  text-align: center;
  width: 33%;
}
.z_banner1 .banner2 .li ul li:nth-child(3n){margin-right:0;}
.z_banner1 .banner2 .li ul li img {
  width: auto;
}
.z_banner1 .banner2 .li ul li span {
  display: block;
  padding-top: 15px;
  font-size: 16px;
  color: #666666;
}
.z_banner1 .banner2 .li .a {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 45px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ff6869;
  border: 1px solid #ff6869;
  border-radius: 3px;
  cursor: pointer;
}
.z_case {
  width: 100%;
  float: left;
}
.z_case .title {
  width: 100%;
  float: left;
  margin-top: 85px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 36px;
  color: #333;
  /* font-family: 'PingFang Bold'; */
}
.z_case .case {
  width: 100%;
  float: left;
  margin-bottom: 160px;
}
.z_case .case li {
  width: 100%;
  float: left;
  margin-bottom: 230px;
}
.z_case .case li .left {
  float: left;
  margin-top: 35px;
  width: 497px;
  max-width: 42%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-top: 25px;
  position: relative;
}
.z_case .case li .left img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.z_case .case li .left::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 40px);
  box-sizing: border-box;
  right: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #ccc;
}
.z_case .case li .right {
  width: 57.75%;
  float: right;
  padding-left: 30px;
}
.z_case .case li .right .h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  position: relative;
}
.z_case .case li .right .h3::before {
  content: "";
  background: #dd4141;
  width: calc(100% - 200px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.z_case .case li .right .h3 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd4141;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 208px;
  height: 55px;
  font-size: 24px;
  color: #fff;
}
.z_case .case li .right .h3 h3 img {
  margin-right: 15px;
}
.z_case .case li .right .h3 a {
  font-size: 16px;
  color: #dd4141;
}
.z_case .case li .right .h4 {
  width: 100%;
  float: left;
  margin-bottom: 75px;
}
.z_case .case li .right .h4 h3 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 22px;
  color: #333333;
}
.z_case .case li .right .h4 font {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.z_case .case li .right .h4:last-child {
  margin-bottom: 0;
}
.z_case .case li:nth-child(2n) .left {
  float: right;
}
.z_case .case li:nth-child(2n) .right {
  float: left;
  padding-right: 30px;
}
.z_case .case li:last-child {
  margin-bottom: 0;
}
.z_clpt {
  width: 100%;
  float: left;
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 80px;
}
.z_clpt .title {
  width: 100%;
  float: left;
  margin-bottom: 65px;
  font-size: 30px;
  color: #333333;
  line-height: 2;
  /* font-family: 'PingFang Bold'; */
}
.z_clpt .title span {
  display: block;
  font-size: 16px;
  color: #666666;
  /* font-family: 'PingFang Regular'; */
}
.z_clpt .clpt {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
}
.z_clpt .clpt .left {
  margin-left: 30px;
  margin-right: 60px;
}
.z_clpt .clpt .right {
  flex: 1;
  width: 0;
}
.z_clpt .clpt .right li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.z_clpt .clpt .right li:last-child {
  margin-bottom: 0;
}
.z_clpt .clpt .right li img {
  width: auto;
}
.z_clpt .clpt .right li .dt {
  flex: 1;
  width: 0;
  margin-left: 15px;
}
.z_clpt .clpt .right li .dt h3 {
  float: left;
  position: relative;
  padding: 0 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #333333;
}
.z_clpt .clpt .right li .dt h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: #dd4141;
  left: 0;
  bottom: 3px;
}
.z_clpt .clpt .right li .dt h3 span {
  position: relative;
  z-index: 2;
}
.z_clpt .clpt .right li .dt font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #666666;
}
.z_clpt .clpt .right li .dt span {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #666666;
}
.z_clpt .more {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_clpt .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
  width: 150px;
  height: 55px;cursor:pointer;
  border-radius: 5px;
}
.z_clpt .more a:hover{background:#e95558;}
.z_zykh {
  width: 100%;
  float: left;
  background: #f6f6f6;
}
.z_zykh.active {
  background: #fff;
  margin-bottom: 40px;
}
.z_zykh .title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 32px;
  color: #333333;
  margin-top: 80px;
  margin-bottom: 60px;
}
.z_zykh .zykh {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 90px;
}
.z_zykh .zykh li {
  margin-bottom: 30px;
  margin-right: 1.5%;
  width: 18.5%;
}
.z_zykh .zykh li img {
  width: 100%;
  float: left;
}
.z_banner2 {
  width: 100%;
  float: left;
  height: 785px;
  background: url(../images/banner5.jpg) no-repeat;
}
.z_banner2 .title {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 2;
  margin-top: 90px;
  margin-bottom: 70px;
  font-size: 36px;
  color: #fff;
}
.z_banner2 .title span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.z_banner2 ul {
  width: 100%;
  float: left;
}
.z_banner2 ul li {
  float: left;
  margin-right: 7.5%;
  width: 28.3%;
  height: 310px;
  box-sizing: border-box;
  display: flex;
  background: #fffdfd;
  border-radius: 5px;
  align-items: center;
  border: 10px solid #eeecec;
  /* justify-content: center; */
  flex-flow: column;
}
.z_banner2 ul li:last-child {
  margin-right: 0;
}
.z_banner2 ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  background: #f1f4fb;
  border-radius: 50%;
  margin-top: 15px;
}
.z_banner2 ul li h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  position: relative;
}
.z_banner2 ul li h3::before {
  content: "";
  background: #dd4141;
  width: 32px;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
}
.z_banner2 ul li font {
  display: block;
  width: 270px;
  max-width: 90%;
  line-height: 2;
  font-size: 16px;
  color: #666666;
}
.z_bps {
  width: 100%;
  float: left;
  margin-top: 110px;
}
.z_bps li {
  width: 100%;
  float: left;
  padding-top: 90px;
  padding-bottom: 30px;
}
.z_bps li .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_bps li .z_max .left {
  width: 43%;
  margin-left: -7.3%;
}
.z_bps li .z_max .right {
  width: 63.5%;
}
.z_bps li .z_max .right .h3 {
  width: 100%;
  float: left;
  font-size: 48px;
  color: #333333;
  margin-bottom: 30px;
  font-family: 'SourceHanSansSC-Medium';
}
.z_bps li .z_max .right .font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 18px;
  color: #333333;
  margin-bottom: 45px;
}
.z_bps li .z_max .right .bt {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.z_bps li .z_max .right .bt.active .li {
  width: 100%;
  padding-right: 0;
}
.z_bps li .z_max .right .bt.active .li .dt font {
  height: auto;
}
.z_bps li .z_max .right .bt .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
.z_bps li .z_max .right .bt .li.active {
  width: 100%;
  padding-right: 0;
}
.z_bps li .z_max .right .bt .li.active .dt font {
  height: auto;
}
.z_bps li .z_max .right .bt .li:nth-child(2n) {
  padding-right: 0;
}
.z_bps li .z_max .right .bt .li img {
  width: auto;
}
.z_bps li .z_max .right .bt .li .dt {
  flex: 1;
  width: 0;
  margin-left: 15px;
}
.z_bps li .z_max .right .bt .li .dt h3 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 18px;
  color: #dd4141;
}
.z_bps li .z_max .right .dt h3 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 18px;
  color: #dd4141;
}
.z_bps li .z_max .right .bt .dt .dt font {
  height: 75px;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_bps li .z_max .right .dt span {
  height: 75px;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_bps li .z_max .right .bt .li .a {
  width: 235px;
  height: 55px;
  background: #dd4141;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;cursor:pointer;
  color: #fff;
}
.z_bps li .z_max .right .bt .li .a:hover{background:#e95558;}
.z_bps li .z_max .right .bt .li .a img {
  margin-left: 20px;
}
.z_bps li:nth-child(2n) {
  background: #f8f8f8;
}
.z_bps li:nth-child(2n) .z_max {
  flex-flow: row-reverse;
}
.z_bps li:nth-child(2n) .z_max .left {
  margin-left: 0;
  width: 51.2%;
  margin-right: 4%;
}
.z_bps li:nth-child(2n) .z_max .right {
  width: 41.8%;
}
.z_bps li:nth-child(4) .z_max .left {
  width: 43%;
  margin-right: 2.5%;
}
.z_bps li:nth-child(4) .z_max .right {
  width: 50%;
}
.z_bps li:nth-child(4) .z_max .right .bt .li {
  padding-right: 0;
  width: 42%;
}
.z_bps li:nth-child(4) .z_max .right .bt .li.active {
  width: 100%;
}
.z_bps li:nth-child(4) .z_max .right .bt .li:nth-child(3) {
  float: right;
}
.z_bps li:nth-child(4) .z_max .right .bt .li:nth-child(5) {
  float: right;
}
.z_bps li:nth-child(4) .z_max .right .bt .li:nth-child(7) {
  float: right;
}
.z_bps li:nth-child(4) .z_max .right .bt .li:nth-child(9) {
  float: right;
}
.z_banner3 {
  width: 100%;
  float: left;
  height: 550px;

  background-size: cover;
  box-sizing: border-box;
  padding-top: 70px;
}
.z_banner3 .title {
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 55px;
  line-height: 2;
}
.z_banner3 .title span {
  display: block;
  font-size: 30px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
}
.z_banner3 .a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 155px;
  height: 55px;
  background: #fff;
  color: #dd4141;
  border-radius: 5px;
  font-size: 18px;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-top: 80px;
  margin-bottom: 70px;
}
.z_aa1 h3 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #333333;
  margin-bottom: 40px;
  /* font-family: 'PingFang Bold'; */
}
.z_aa1 .aa1 {
  width: 100%;
  float: left;
  position: relative;
}
.z_aa1 .aa1 img {
  width: 100%;
  float: left;
}
.z_aa1 .aa1 i {
  position: absolute;
  width: 191px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -95.5px;
  float: initial;
}
.z_aa2 {
  width: 100%;
  float: left;
  margin-bottom: 95px;
}
.z_aa2 h3 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #333333;
  margin-bottom: 40px;
  /* font-family: 'PingFang Bold'; */
}
.z_aa2 .title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.z_aa2 .title a {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background: #f6f6f6;
  font-size: 26px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
}
.z_aa2 .title a.active {
  background: #dd4141;
  color: #fff;
  position: relative;
}
.z_aa2 .title a.active::before {
  content: "";
  width: 36px;
  height: 21px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  background: url(../images/sj1.png) no-repeat;
}
.z_aa2 .ol {
  width: 100%;
  float: left;
}
.z_aa2 .ol .li {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  display: none;
}
.z_aa2 .ol .li.on {
  display: block;
}
.z_aa3 {
  width: 100%;
  float: left;
  margin-bottom: 130px;
}
.z_aa3 .aa3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.z_aa3 .aa3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 440px;
  width: 25%;
}
.z_aa3 .aa3 li img {
  width: 147px;
  height: 147px;
  border-radius: 50%;
}
.z_aa3 .aa3 li h3 {
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 18px;
  color: #666666;
}
.z_aa3 .aa3 li h3 span {
  font-size: 16px;
  color: #999999;
  display: block;
}
.z_aa3 .aa3 li font {
  display: none;
  height: 255px;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 30px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.z_aa3 .aa3 li:hover {
  background: #dd4141;
}
.z_aa3 .aa3 li:hover img {
  width: 100px;
  height: 100px;
}
.z_aa3 .aa3 li:hover h3 {
  display: none;
}
.z_aa3 .aa3 li:hover font {
  display: -webkit-box;
}
.z_banner4 {
  width: 100%;
  float: left;
  background: url(../images/banner7.jpg) no-repeat;
  box-sizing: border-box;
  padding-top: 70px;
  height: 553px;
}
.z_banner4 .z_max {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_banner4 .z_max .left {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_banner4 .z_max .left h3 {
  /* font-family: 'PingFang Bold'; */
  font-size: 30px;
  color: #fff;
  margin-bottom: 60px;
}
.z_banner4 .z_max .left .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 55px;
  background: #dd4141;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.z_banner4 .z_max .right {
  width: auto;
}
.z_banner4 .z_max .right img {
  width: auto;
}
.z_case1 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.z_case1 .case1 {
  width: 100%;
  float: left;
}
.z_case1 .case1 li {
  width: 100%;
  float: left;
}
.z_case1 .case1 li h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #f9f9fb;
  font-size: 24px;
  color: #ff6869;
}
.z_case1 .case1 li .bt {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-top: 45px;
}
.z_case1 .case1 li .bt img {
  width: 45.8%;
}
.z_case1 .case1 li .bt .dt {
  width: 50%;
}
.z_case1 .case1 li .bt .dt h4 {
  float: left;
  position: relative;
  margin-bottom: 45px;
  padding: 0 5px 5px 5px;
}
.z_case1 .case1 li .bt .dt h4 span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
  height: auto;
  line-height: 1;
  margin: 0;
}
.z_case1 .case1 li .bt .dt h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #dd4141;
}
.z_case1 .case1 li .bt .dt font {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 70px;
  display: -webkit-box;
  height: 140px;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_case1 .case1 li .bt .dt span {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 70px;
  display: -webkit-box;
  height: 140px;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_case1 .case1 li .bt .dt .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 45px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ff6869;
  border: 1px solid;
  border-radius: 5px;
  clear: both;
}
.z_case1 .case1 li .bt .dt .a:hover{background:#ff6869;color:#fff;}
.z_case1 .case1 li:nth-child(2n) .bt {
  flex-flow: row-reverse;
}
.z_show {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-top: 70px;
  position: relative;
  min-height: 790px;
}
.z_show::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #e1eaf7;
  z-index: 1;
  left: 0;
  top: 0;
  height: 790px;
}
.z_show .z_max {
  position: relative;
  z-index: 2;
}
.z_show .z_max .show {
  width: calc(100% - 240px);
  float: left;
  margin: 0 120px;
  margin-top: 90px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_show .z_max .show h3 {
  font-size: 48px;
  color: #84a0cd;
  margin-bottom: 30px;
  /* font-family: 'PingFang Bold'; */
}
.z_show .z_max .show h4 {
  font-size: 48px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 30px;
}
.z_show .z_max .show span {
  display: block;
  font-size: 18px;
  color: #999999;
  margin-bottom: 70px;
}
.z_show .swiper-button-next,
.z_show .swiper-button-prev {
  width: 46px;
  height: 47px;
  outline: none;
  opacity: 1;
  top: 30%;
}
.z_show .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  right: 5%;
}
.z_show .swiper-button-next::after {
  display: none;
}
.z_show .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  left: 5%;
}
.z_show .swiper-button-prev::after {
  display: none;
}
.z_video {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
.z_video img {
  width: 100%;
  float: left;
}
.z_video i {
  position: absolute;
  width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -50px;
}
.z_show1 {
  width: 100%;
  float: left;
  margin-bottom: 115px;
}
.z_show1 .show1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.z_show1 .show1 li {
  width: 23.6%;
  margin-right: 14%;
}
.z_show1 .show1 li h3 {
  font-size: 44px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 20px;
}
.z_show1 .show1 li span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
.z_show1 .show1 li:last-child {
  margin-right: 0;
}
.z_show2 {
  width: 100%;
  float: left;
  background: #e1eaf7;
  padding-top: 95px;
  padding-bottom: 70px;
  margin-bottom: 115px;
}
.z_show2 .show2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.z_show2 .show2 img {
  width: auto;
}
.z_show2 .show2 .dt {
  flex: 1;
  width: 0;
  margin-left: 115px;
  margin-top: 40px;
}
.z_show2 .show2 .dt h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333333;
  margin-bottom: 55px;
}
.z_show2 .show2 .dt h4 {
  width: 100%;
  float: left;
  font-size: 48px;
  color: #333333;
  line-height: 1.5;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 40px;
}
.z_show2 .show2 .dt span {
  display: block;
  width: 100%;
  float: left;
  line-height: 2;
  margin-bottom: 55px;
  font-size: 18px;
  color: #333333;
}
.z_show2 .show2 .dt .a {
  width: 150px;
  height: 55px;
  border-radius: 5px;
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
}
.z_show2 .show2 .dt .a:hover{background:#e95558;}
.z_show3 {
  width: 100%;
  float: left;
  margin-bottom: 120px;
}
.z_show3 .show3 {
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 18px;
  color: #333333;
}
.z_show4 {
  width: 100%;
  float: left;
  background: #e1eaf7;
}
.z_show4 .show4 {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  margin-top: 35px;
}
.z_show4 .show4 li {
  float: left;
  width: 44.5%;
  display: flex;
  align-items: flex-start;
  margin-top: 75px;
}
.z_show4 .show4 li img {
  width: auto;
}
.z_show4 .show4 li .dt {
  flex: 1;
  width: 0;
  margin-left: 25px;
}
.z_show4 .show4 li .dt h3 {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #333333;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 40px;
}
.z_show4 .show4 li .dt span {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  height: 180px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
.z_show4 .show4 li:nth-child(2n) {
  float: right;
  width: 46.5%;
}
.z_show5 {
  width: 100%;
  float: left;
  margin-top: 165px;
  margin-bottom: 50px;
}
.z_show5 .show5 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.z_show6 {
  width: 100%;
  float: left;
  margin-bottom: 110px;
}
.z_show6 .show6 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  background: #f2f2f2;
  height: 580px;
  position: relative;
}
.z_show6 .show6::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 100%;
  left: 0;
  top: 0;
  background: #e1eaf7;
  z-index: 1;
}
.z_show6 .show6 .left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 30px;
}
.z_show6 .show6 .left img {
  width: auto;
}
.z_show6 .show6 .left h3 {
  width: 200px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  color: #333333;
  border-radius: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  -moz-box-shadow: 3px 0px 20px #c9c9c9;
  -webkit-box-shadow: 3px 0px 20px #c9c9c9;
  box-shadow: 3px 0px 20px #c9c9c9;
}
.z_show6 .show6 .left h4 {
  width: 100%;
  font-size: 18px;
  color: #333333;
}
.z_show6 .show6 .right {
  position: relative;
  z-index: 2;
  margin-left: 70px;
  flex: 1;
  width: 0;
  margin-top: 120px;
}
.z_show6 .show6 .right h3 {
  font-size: 48px;
  color: #333333;
  margin-bottom: 45px;
  /* font-family: 'PingFang Bold'; */
  width: 100%;
  float: left;
}
.z_show6 .show6 .right font {
  display: block;
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  line-height: 2;
  margin-bottom: 95px;
}
.z_show6 .show6 .right .a {
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd4141;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.z_banner5 {
  width: 100%;
  float: left;
  background: url(../images/banner8.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 70px;
  position: relative;
}
.z_banner5 .z_max {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_banner5 .z_max .left {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_banner5 .z_max .left h3 {
  font-size: 30px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
  margin-bottom: 60px;
}
.z_banner5 .z_max .left .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 55px;
  background: #dd4141;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.z_banner5 .z_max .left .a:hover{background:#e95558;}
.z_banner5 .swiper-button-next,
.z_banner5 .swiper-button-prev {
  width: 46px;
  height: 47px;
  outline: none;
  opacity: 1;
}
.z_banner5 .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  right: 100px;
}
.z_banner5 .swiper-button-next::after {
  display: none;
}
.z_banner5 .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  left: 100px;
}
.z_banner5 .swiper-button-prev::after {
  display: none;
}
.z_nn {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.z_nn .title {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.z_nn .title a {
  padding-bottom: 20px;
  font-size: 24px;
  color: #333333;
  box-sizing: border-box;
  margin-right: 65px;
}
.z_nn .title a.active {
  color: #dd4141;
  border-bottom: 2px solid #dd4141;
}
.z_nn .nn {
  width: 100%;
  float: left;
}
.z_nn .nn li {
  width: 100%;
  float: left;
  margin-bottom: 75px;
  border-bottom: 1px solid #eee;
  padding-bottom: 75px;
}
.z_nn .nn li a {
  display: flex;
  align-items: flex-start;
}
.z_nn .nn li a img {
  width: 460px;
}
.z_nn .nn li a .dt {
  flex: 1;
  width: 0;
  margin-left: 45px;
  margin-top: 20px;
}
.z_nn .nn li a .dt h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #333333;
}
.z_nn .nn li a .dt h3:hover{color:#dd4141;}
.z_nn .nn li a .dt font {
  display: -webkit-box;
  width: 100%;
  float: left;
  line-height: 2;
  margin-bottom: 80px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_nn .nn li a .dt span {
  float: left;
  font-size: 16px;
  color: #999999;
}
.z_shenqing1 {
  width: 100%;
  float: left;
  background: #666666;
  min-height: 600px;
}
.z_shenqing1 .z_max {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.z_shenqing1 .z_max .shenqing1 {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_shenqing1 .z_max .shenqing1 .title {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 65px;
}
.z_shenqing1 .z_max .shenqing1 .title h3 {
  font-size: 38px;
  color: #ff6869;
  margin-bottom: 20px;
  /* font-family: 'PingFang Bold'; */
}
.z_shenqing1 .z_max .shenqing1 .title h4 {
  font-size: 18px;
  color: #fff;
}
.z_shenqing1 .z_max .shenqing1 ul {
  width: 100%;
  margin-bottom: 20px;
}
.z_shenqing1 .z_max .shenqing1 ul li {
  width: 29.3%;
  height: 60px;
  margin-bottom: 40px;
  float: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  background: #7a7a7a;
  border: 1px solid #fff;
  margin-right: 6%;
}
.z_shenqing1 .z_max .shenqing1 ul li:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.z_shenqing1 .z_max .shenqing1 ul li span {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.z_shenqing1 .z_max .shenqing1 ul li input {
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.z_shenqing1 .z_max .shenqing1 ul li select {
  flex: 1;
  width: 0;
  margin: 0 20px;
  font-size: 16px;
  color: #fff;
  outline: none;
  height: 100%;
  background: transparent;
}
.z_shenqing1 .z_max .shenqing1 ul li select option{
    background: #7a7a7a;
}
.z_shenqing1 .z_max .shenqing1 .anniu {
  width: 205px;
  height: 60px;
  background: #ff6869;
  font-size: 16px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_shenqing1 .z_max .shenqing1 .anniu:hover{background:#e95558;}
.z_shenqing1 .z_max .shenqing1 .anniu img {
  margin-left: 20px;
}
.z_shenqing1 .z_max .shenqing1 .anniu input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.z_nr {
  width: 100%;
  float: left;
  margin-top: 110px;
  margin-bottom: 100px;
}
.z_nr .nr {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}
.z_nr .nr h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #dd4141;
  margin-bottom: 20px;
}
.z_nr .nr h4 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.z_nr .nr h4 span {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: #808994;
}
.z_nr .nr h4 span img {
  margin-right: 10px;
}
.z_nr .nr h5 {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #333;
  margin-bottom: 65px;
}
.z_nr .fanye {
  width: 100%;
  float: left;
  line-height: 2;
}
.z_nr .fanye a {
  font-size: 14px;
  color: #999999;
}
.z_nr1 {
  width: 100%;
  float: left;
  margin-bottom: 85px;
}
.z_nr1 .swiper-container {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.z_nr1 .swiper-container a {
  display: block;
  width: 100%;
  float: left;
}
.z_nr1 .swiper-container a img {
  width: 100%;
  float: left;
}
.z_nr1 .swiper-container a font {
  display: block;
  width: 100%;
  float: left;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333333;
}
.z_nr1 .swiper-container .swiper-pagination {
  bottom: 0;
}
.z_nr1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}
.z_nr1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 20px;
  background: #dd4141;
}
.z_gook {
  width: 100%;
  float: left;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 70px;
  background: url(../images/banner9.jpg) no-repeat;
  background-size: cover;
}
.z_gook .gok {
  width: 100%;
  float: left;
  background: #fff;
  padding: 55px 0;
  margin-top: 50px;
  height: 720px;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  margin-bottom: 55px;
  -moz-box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.1);
}
.z_gook .gok .left {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_gook .gok .left h3 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 15px;
}
.z_gook .gok .left h4 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 30px;
}
.z_gook .gok .left .wz {
  width: 365px;
  height: 50px;
  margin-bottom: 30px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
.z_gook .gok .left .dj {
  width: 365px;
  height: 50px;
  margin-top: 5px;
  border-radius: 40px;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
}
.z_gook .gok .right {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
.z_gook .gok .right font {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  line-height: 2;
}
.z_foot1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #878787;
  margin-bottom: 25px;
}
.z_login {
  width: 100%;
  float: left;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 70px;
  background: url(../images/banner10.jpg) no-repeat;
  background-size: cover;
}
.z_login .login {
  width: calc(100% - 60px);
  float: left;
  margin-top: 50px;
  margin-bottom: 55px;
  background: url(../images/bg2.png) #fff no-repeat left;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 710px;
  background-size: 50% 100%;
  padding-left: 60px;
  padding-right: 130px;
  padding-top: 135px;
  -moz-box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.1);
}
.z_login .login .left {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_login .login .left img {
  width: auto;display: none;
}
.z_login .login .left h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 160px;
}
.z_login .login .left h4 {
  font-size: 16px;
  color: #fff;
}
.z_login .login .right {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  width: 365px;
}
.z_login .login .right h3 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 15px;
}
.z_login .login .right h4 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 30px;
}
.z_login .login .right h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  color: #999999;
}
.z_login .login .right h5 font {
  display: flex;
  align-items: center;
}
.z_login .login .right h5 font input {
  margin-right: 15px;
}
.z_login .login .right h5 font a {
  color: #999999;
}
.z_login .login .right h6 {
  font-size: 14px;
  color: #999999;
}
.z_login .login .right .wz {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
.z_login .login .right .dj {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 40px;
  background: #dd4141;
  font-size: 18px;
  color: #fff;
  /* font-family: 'PingFang Bold'; */
}
