body{-moz-user-select: none; /*»ðºü*/
   -webkit-user-select: none;  /*webkitä¯ÀÀÆ÷*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*ÔçÆÚä¯ÀÀÆ÷*/
   user-select: none;

}
.z_home {
  width: 100%;
  float: left;
  height: 100vh;
  background: #df0024;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_home.active .yi1 {
  opacity: 1;
}
.z_home.active .yi2 {
  transform: translateX(0);
}
.z_home.active .yi3 {
  opacity: 1;
  width: 131px;
  transform: rotate(0deg);
}
.z_home.active .yi4 {
  transform: translateX(0);
}
.z_home.active .yi5 {
  transform: translateX(0);
}
.z_home.active .yi6 {
  transform: translateX(0);
}
.z_home.active .yi7 {
  opacity: 1;
}
.z_home.active .yi7:hover {
  background: #fff;
  color: #df0024;
}
.z_home .dt {
  position: relative;
}
.z_home .yi1 {
  max-height: 95%;
  transition: all 1s linear 2s;
  opacity: 0;
}
.z_home .yi2 {
  position: absolute;
  top: 39%;
  left: 28%;
  transform: translateX(-1500px);
  transition: all 3s linear 3s;
}
.z_home .yi3 {
  position: absolute;
  top: 37%;
  left: 43%;
  transition: all 3s linear 5s;
  opacity: 0;
  width: 300px;
  transform: rotate(-360deg);
}
.z_home .yi4 {
  position: absolute;
  top: 52%;
  left: 28%;
  transform: translateX(1500px);
  transition: all 3s linear 4s;
}
.z_home .yi5 {
  position: absolute;
  top: 51%;
  left: 57%;
  width: 354px;
  height: 2px;
  background: #fff;
  transform: translateX(1500px);
  transition: all 3s linear 5s;
}
.z_home .yi6 {
  position: absolute;
  top: 44%;
  left: 70%;
  transform: translateX(1500px);
  transition: all 3s linear 6s;
}
.z_home .yi7 {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 50px;
  top: 50px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 30px;
  opacity: 0;
}
.z_home img {
  display: block;
}
.z_banner {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.z_banner .swiper-container {
  max-width: 100%;
}
.z_banner .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_banner .swiper-container .swiper-slide font {
  position: absolute;
  display: block;
  padding: 0 90px;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 200px;
  top: 52%;
  margin-top: -100px;
}
.z_banner .swiper-container .swiper-slide.swiper-slide-active font p{  transform: translatex(0px);}
.z_banner .swiper-container .swiper-slide font p {
  font-size: 45px;
  color: #fff;
  font-family: 'SourceHanSansSC-Bold';
  margin: 30px 0;
  text-shadow: rgba(0, 0, 0, 0.35) 3px 6px 6px;
  transition: all 0.5s linear 0s;
  transform: translatex(-1000px);
}
.z_banner .swiper-container .swiper-slide font p.active {
  color: #fe0001;
}
.z_banner .swiper-container .swiper-pagination {
  bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #fff;
}
.z_banner .mouse {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
  z-index: 9;
  animation: myfirst 1s infinite;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.z_title {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 90px;
}
.z_title h3 {
  width: 100%;
  float: left;
  font-family: 'SourceHanSansSC-Medium';
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
}
.z_title h4 {
  width: 100%;
  float: left;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 24px;
  color: #818181;
  position: relative;
}
.z_title h4::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  background: #fd0000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
}
.z_aa {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 2;
}
.z_more {
  width: 100%;
  float: left;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fd0000;
  font-size: 18px;
  color: #090606;
  text-transform: uppercase;
  width: 155px;
  height: 50px;
}
.z_more a:hover {
  background: #fd0000;
  color: #fff;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_aa1 li {
  line-height: 1.5;
}
.z_aa1 li h3 {
  font-size: 36px;
  color: #fd0000;
  font-family: 'SourceHanSansSC-Bold';
  transition: all 0.5s linear 0s;
}
.z_aa1 li:hover h3{
    transform: scale(1.1);
}
.z_aa1 li font {
  font-size: 16px;
  color: #090606;
  font-family: 'SourceHanSansSC-Regular';
}
.z_cc {
  width: 100%;
  float: left;
  background: #d2d2d2;
}
.z_cc .cc {
  width: 100%;
  float: left;
}
.z_cc .cc li {
  float: left;
  width: 260px;
  height: 380px;
  margin-right: 48px;
  margin-bottom: 108px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 2px solid transparent;
}
.z_cc .cc li a:hover::before {
  background:  #fd0000;content:"";position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;opacity:0.8;
}
.z_cc .cc li a{}
.z_cc .cc li:hover .img img {
  transform: scale(1.1);
}
.z_cc .cc li:hover .img font.img1 {
  z-index: 2;
  opacity: 1;
}
.z_cc .cc li:hover .img font.img2 {
  z-index: 1;
  opacity: 0;
}
.z_cc .cc li .img {
  width: 100%;
  float: left;
  z-index: 1;
  position: relative;
}
.z_cc .cc li .img img {
  width: 100%;
  float: left;
  transition: all 0.5s linear 0s;
}
.z_cc .cc li .img font {
  width: 100%;
  float: left;
  position: absolute;
  height: 100%;
}
.z_cc .cc li .img font.img1 {
  z-index: 1;
  opacity: 0;
}
.z_cc .cc li .img font.img2 {
  z-index: 2;
  opacity: 1;
}
.z_cc .cc li h3 {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  font-family: 'SourceHanSansSC-Bold';
  top: 35px;
  left: 20px;
}
.z_cc .cc li h3 span {
  display: block;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 18px;
  text-transform: uppercase;
}
.z_cc .cc li h4 {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 35px;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
  font-family: 'SourceHanSansSC-Bold';
}
.z_cc .cc li:nth-child(4n) {
  margin-right: 0;
}
.z_pp {
  width: 100%;
  float: left;
  position: relative;
}
.z_pp .swiper-container {
  width: 100%;
  float: left;
}
.z_pp .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  float: left;
}
.z_pp .swiper-container .swiper-slide a:hover .img img {
  transform: scale(1.1);
}
.z_pp .swiper-container .swiper-slide a .img {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.z_pp .swiper-container .swiper-slide a .img img {
  width: 100%;
  float: left;
  transition: all 0.5s linear 0s;
}
.z_pp .swiper-container .swiper-slide a h3 {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_pp .swiper-container .swiper-slide a h3 font {
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_pp .swiper-container .swiper-slide a h3 span {
  display: flex;
  align-items: center;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.z_pp .swiper-container .swiper-slide a h3 span::after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 19px;
  height: 15px;
  background: url(../images/jt.png) no-repeat;
}
.z_pp .swiper-container .swiper-slide a h4 {
  width: 100%;
  float: left;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 14px;
  color: #666;
}
.z_pp .swiper-button-next,
.z_pp .swiper-button-prev {
  width: 40px;
  height: 40px;
  outline: none;
}
.z_pp .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  right: -55px;
}
.z_pp .swiper-button-next:hover {
  background: url(../images/right1.png) no-repeat;
}
.z_pp .swiper-button-next::after {
  display: none;
}
.z_pp .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  left: -55px;
}
.z_pp .swiper-button-prev:hover {
  background: url(../images/left1.png) no-repeat;
}
.z_pp .swiper-button-prev::after {
  display: none;
}
.z_cc1 {
  width: 100%;
  float: left;
  background: url(../images/bg.jpg) no-repeat bottom;
}
.z_cc1 .cc1 {
  width: 100%;
  float: left;
}
.z_cc1 .cc1 li {
  float: left;
  width: 338px;
  margin-right: 90px;
  margin-bottom: 90px;
}
.z_cc1 .cc1 li:nth-child(3n) {
  margin-right: 0;
}
.z_cc1 .cc1 li:hover a .img img {
  transform: scale(1.1);
}
.z_cc1 .cc1 li a .img {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 25px;
}
.z_cc1 .cc1 li a .img img {
  width: 100%;
  float: left;
  transition: all 0.5s linear 0s;
}
.z_cc1 .cc1 li a h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_cc1 .cc1 li a font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  float: left;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_cc1 .cc1 li a h4 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_cc1 .cc1 li a h4::before {
  content: "";
  display: block;
  background: url(../images/jt1.png) no-repeat;
  width: 54px;
  height: 34px;
}
.z_head {
  position: fixed;
  width: 100%;
  height: 95px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 100px;
  z-index: 9;
}
.z_head .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.z_head .right .z_nav {
  margin-right: 20px;
  height: 100%;
}
.z_head .right .z_nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.z_head .right .z_nav ul li {
  position: relative;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.z_head .right .z_nav ul li::before {
  content: "";
  display: none;
  position: absolute;
  background: url(../images/xian.png) no-repeat center;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 1;display:none;
}
.z_head .right .z_nav ul li a {
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  position: relative;
  z-index: 2;
}
.z_head .right .z_nav ul li.active {background: rgba(255,0,0,0.8);}
.z_head .right .z_nav ul li:hover{background: rgba(255,0,0,0.8);}
.z_head .right .z_nav ul li ul{display:none;position: absolute;width: 100%;left: 0;height: auto;top: 55px;padding-top: 40px;}
.z_head .right .z_nav ul li ul li{
    margin: 0;
    background: rgba(255,0,0,0.6);
    line-height: 35px;
}
.z_head .right .z_nav ul li ul li:hover{background: rgba(255,0,0,1);}
.z_head .right .z_nav ul li ul li a{}
.z_head .right .z_nav ul li:hover ul{display:block;}
.z_head .right .z_tel {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #fd0000;
  font-family: 'SourceHanSansSC-Bold';
  margin-right: 45px;
}
.z_head .right .z_tel img {
  margin-right: 10px;
}
.z_head .right .z_ss{
    position: relative;
}
.z_head .right .z_ss a{cursor: pointer;}
.z_head .right .z_ss .ss{
    position: absolute;
    right: -10px;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    top: -10px;
    height: 40px;

    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 40px;    transition: all .5s;width:0;    overflow: hidden;    visibility: hidden;
}
.z_head .right .z_ss.nhov .ss{    width: 200px;    visibility: visible;}
.z_head .right .z_ss .ss input{
    outline: none;
    border: none;
    background: none;
}
.z_head .right .z_ss .ss input.wz{
    width: calc(100% - 40px);
    float: left;
    height: 100%;
    font-size: 14px;
    color: #fff;
    }
.z_head .right .z_ss .ss input.dj{
    width: 40px;
    float: right;
    height: 100%;
    opacity: 0;
}
.z_foot {
  width: 100%;
  float: left;
  background: #2e2e2e;
}
.z_foot .bot1 {
  width: 100%;
  float: left;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 55px;
}
.z_foot .bot1 .logo {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_foot .bot1 h3 {
  width: 100%;
  float: left;
  font-family: 'SourceHanSansSC-Medium';
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.z_foot .bot1 h4 {
  width: 100%;
  float: left;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 14px;
  color: #676767;
  margin-bottom: 10px;
}
.z_foot .bot1 .tel {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fd0000;
  font-family: 'SourceHanSansSC-Bold';
}
.z_foot .bot1 .tel img {
  margin-right: 10px;
}
.z_foot .bot2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.z_foot .bot2 .nav li {
  float: left;
  margin-right: 100px;
  display: flex;
  flex-flow: column;
}
.z_foot .bot2 .nav li h3 {
  margin-bottom: 15px;
}
.z_foot .bot2 .nav li h3 a {
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_foot .bot2 .nav li a {
  font-size: 14px;
  color: #ababab;
  font-family: 'SourceHanSansSC-Regular';
  display: block;
  margin-bottom: 15px;
}
.z_foot .bot2 .nav li a:last-child {
  margin-bottom: 0;
}
.z_foot .bot2 .nav li a:hover {
  color: #fff;
}
.z_foot .bot2 .nav li:last-child {
  margin-right: 0;
}
.z_foot .bot2 .ewm {
  width: 119px;
  text-align: center;
}
.z_foot .bot2 .ewm h3 {
  width: 100%;
  float: left;
  height: 119px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_foot .bot2 .ewm font {
  font-size: 14px;
  color: #ababab;
  font-family: 'SourceHanSansSC-Regular';
}
.z_foot .bot3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-top: 20px;
}
.z_foot .bot3 font {
  font-size: 14px;
  color: #ababab;
  font-family: 'SourceHanSansSC-Regular';
}
.z_foot .bot3 dt {
  flex: 1;
}
.z_foot .bot3 dt a {
  font-size: 14px;
  color: #ababab;
  font-family: 'SourceHanSansSC-Regular';
  margin-right: 30px;
  margin-bottom: 20px;
  display: block;
  float: left;
}
.z_foot .bot4 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ababab;
  font-family: 'SourceHanSansSC-Regular';
  height: 70px;
  white-space: pre;
}
.z_fd {
  position: fixed;
  height: 306px;
  width: 53px;
  right: 50px;
  top: 50%;
  margin-top: -153px;
  z-index: 9;
}
.z_fd:hover {
  width: 160px;
}
.z_fd ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
.z_fd ul li {
  width: 53px;
  height: 53px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #ccd1dd;
  border-radius: 10px;
  background: #fff;
}
.z_fd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  float: right;
}
.z_fd ul li a img.img1 {
  display: block;
}
.z_fd ul li a img.img2 {
  display: none;
}
.z_fd ul li:hover a img.img1 {
  display: none;
}
.z_fd ul li:hover a img.img2 {
  display: block;
}
.z_fd ul li:nth-child(2) {
  position: relative;
}
.z_fd ul li:nth-child(2) font {
  line-height: 53px;
  font-size: 14px;
  color: #ababab;
  font-family: 'SourceHanSansSC-Regular';
  position: absolute;
  top: 0;
  left: 15px;
  display: none;
}
.z_fd ul li:nth-child(2):hover {
  width: 160px;
}
.z_fd ul li:nth-child(2):hover font {
  display: block;
}
.z_fd ul li:nth-child(4) {
  position: relative;
}
.z_fd ul li:nth-child(4) font {
  width: 100px;
  position: absolute;
  right: 55px;
  display: none;
}
.z_fd ul li:nth-child(4):hover font {
  display: block;
}
.z_weizi {
  width: 100%;
  float: left;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_weizi .left {
  display: flex;
  align-items: flex-end;
}
.z_weizi .left h3 {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #333;
  font-family: 'SourceHanSansSC-Bold';
  margin-right: 25px;
}
.z_weizi .left h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 33px;
  margin-right: 20px;
  background: #fd0000;
}
.z_weizi .left font {
  color: #d4d4d4;
  font-size: 24px;
  font-family: 'SourceHanSansSC-Bold';
  text-transform: uppercase;
}
.z_weizi .right {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_weizi .right img {
  margin-right: 10px;
}
.z_weizi .right span {
  color: #333;
}
.z_ftitle {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}
.z_ftitle a {
  display: inline-block;
  width: 155px;
  height: 50px;
  line-height: 50px;
  margin: 0 50px;
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_ftitle a.active {
  color: #fff;
  background: #bfbfbf;
}
.z_ftitle a:hover {
  color: #fff;
  background: #bfbfbf;
}
.z_pp1 {
  width: 100%;
  float: left;
  position: relative;
}
.z_pp1 ul li {
  width: 370px;
  float: left;
  margin-bottom: 85px;
  margin-right: 35px;
}
.z_pp1 ul li:nth-child(3n) {
  margin-right: 0;
}
.z_pp1 ul li a {
  display: block;
  width: 100%;
  float: left;
}
.z_pp1 ul li a:hover .img img {
  transform: scale(1.1);
}
.z_pp1 ul li a .img {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.z_pp1 ul li a .img img {
  width: 100%;
  float: left;
  transition: all 0.5s linear 0s;
}
.z_pp1 ul li a h3 {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_pp1 ul li a h3 font {
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.z_pp1 ul li a h3 span {
  display: flex;
  align-items: center;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.z_pp1 ul li a h3 span::after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 19px;
  height: 15px;
  background: url(../images/jt.png) no-repeat;
}
.z_pp1 ul li a h4 {
  width: 100%;
  float: left;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 14px;
  color: #666;
}
.z_page {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 110px;
}
.z_page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #8c8c8c;
  margin: 0 5px;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 18px;
  color: #666;
}
.z_page a.select {
  background: #bfbfbf;
  color: #fff;
}
.z_page a:hover {
  background: #bfbfbf;
  color: #fff;
}
.z_show {
  width: 100%;
  float: left;
  line-height: 2;
  font-size: 16px;
  color: #666;text-align: justify;
}
.z_show h3 {
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 36px;
  color: #333;
  margin-bottom: 90px;
  position: relative;
}
.z_show h3::before {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
  background: linear-gradient(to right, #333 0%, #333 50%, #fd0000 51%, #fd0000 100%);
}
.z_fanye {
  width: 100%;
  float: left;
  margin-top: 70px;
  margin-bottom: 200px;
  line-height: 2;
}
.z_fanye a {
  font-size: 14px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_fanye a:hover {
  color: #e40f0f;
}
.z_pp2 {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.z_pp2 ul li {
  width: 570px;
  float: left;
  margin-bottom: 95px;
}
.z_pp2 ul li:nth-child(2n) {
  float: right;
}
.z_pp2 ul li:hover a .img img {
  transform: scale(1.1);
}
.z_pp2 ul li a .img {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.z_pp2 ul li a .img img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  transition: all 0.5s linear 0s;
}
.z_pp2 ul li a .img img.img1 {
  position: absolute;
  z-index: 1;
  opacity: 0.25;
  width: auto;
  height: 90%;
  left: 0;
  top: 5%;
}
.z_pp2 ul li a .img img.img2 {
  position: absolute;
  z-index: 1;
  opacity: 0.25;
  width: auto;
  height: 90%;
  right: 0;
  top: 5%;
}
.z_pp2 ul li a h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_pp2 ul li a h3::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/tuji.png) no-repeat;
}
.z_pp2 ul li a h3 font {
  font-size: 24px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  display: flex;
  align-items: center;
}
.z_pp2 ul li a h3 font span {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_pp2 ul li a h3 font span::before {
  content: "";
  display: block;
  margin: 0 20px;
  width: 2px;
  height: 22px;
  background: #e1e1e1;
}
.z_proshow {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.z_proshow .swiper-container {
  width: 1086px;
}
.z_proshow .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_proshow .swiper-container .swiper-slide img {
  width: 100%;
}
.z_proshow .swiper-container .swiper-slide p {
  position: absolute;
  font-family: 'SourceHanSansSC-Bold';
  font-size:48px;
  color:#fff;
  text-shadow: rgba(0, 0, 0, 0.35) 3px 6px 6px;
  text-align:center;
  line-height:1.5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 0;
  top: 0;
}
.z_proshow .swiper-container .swiper-slide p img {
  width: auto;
}
.z_proshow .swiper-button-next,
.z_proshow .swiper-button-prev {
  outline: none;
  --swiper-theme-color: #fff;
}
.z_proshow .swiper-button-next {
  right: 0px;
}
.z_proshow .swiper-button-prev {
  left: 0px;
}
.z_ry1 {
  width: 529px;
  height: 676px;
  float: left;
  margin-bottom: 165px;
  overflow: hidden;
  position: relative;
}
.z_ry1 .li {
  width: 100%;
  float: left;
  visibility: hidden;
  position: absolute;
}
.z_ry1 .li:first-child{
    position: relative;
}
.z_ry1 .li.on {
  visibility: visible;
}
.z_ry1 .li img {
  width: 100%;
  float: left;
  transform: translateX(-600px);
  transition: 0.8s;
}
.z_ry1 .li.on img{transform: translateX(-0px);}
.z_ry2 {
  width: 629px;
  height: 676px;
  float: right;
  margin-bottom: 165px;
  position: relative;
}
.z_ry2::before {
  content: "";
  position: absolute;
  background: #c3c3c3;
  z-index: 1;
  width: 1px;
  height: 100%;
  right: 1px;
}
.z_ry2 ul {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  float: left;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 34px;
  box-sizing: border-box;
}
.z_ry2 ul::-webkit-scrollbar {
  width: 3px;
}
.z_ry2 ul::-webkit-scrollbar-thumb {
  background: #fd0000;
  width: 3px;
}
.z_ry2 ul li {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.z_ry2 ul li .left {
  margin-right: 70px;
  font-size: 16px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  width: 105px;
  box-sizing: border-box;
  padding-left: 45px;
  position: relative;
}
.z_ry2 ul li .left::before {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 4px;
  background: #fd0000;
  top: 50%;
  margin-top: -2px;
}
.z_ry2 ul li .right {
  flex: 1;
  width: calc(100% - 105px);
}
.z_ry2 ul li .right h3 {
  font-size: 24px;
  color: #333;
  font-family: 'SourceHanSansSC-Medium';
  margin-bottom: 15px;
}
.z_ry2 ul li:hover .right h3{color:#fd0000}
.z_ry2 ul li .right h4 {
  font-size: 18px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_ry2 ul li.active .left::before {
  width: 68px;
  left: -34px;
}
.z_proyd {
  width: 100%;
  float: left;
  margin-bottom: 120px;
}
.z_proyd ul li {
  margin-bottom: 75px;
  float: left;
  width: 550px;
  display: flex;
  align-items: flex-start;
}
.z_proyd ul li .left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 95px;
  font-size: 60px;
  color: #e1e1e1;
  font-family: 'SourceHanSansSC-Bold';
  margin-right: 40px;
}
.z_proyd ul li .left::after {
  content: "";
  display: block;
  width: 1px;
  height: 220px;
  background: #dddddd;
}
.z_proyd ul li .right {
  flex: 1;
  width: calc(100% - 95px);
}
.z_proyd ul li .right h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #b4b4b4;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 30px;
}
.z_proyd ul li .right h4 {
  font-size: 33px;
  color: #333;
  font-family: 'SourceHanSansSC-Bold';
  margin-bottom: 40px;
}
.z_proyd ul li:hover .right h4{color: #fd0000;}
.z_proyd ul li .right font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_proyd ul li:nth-child(2n) {
  float: right;
}
.z_nr {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-bottom: 45px;text-align: justify;
}
.z_aa2 {
  float: left;
  margin-bottom: 165px;
  width: 487px;
}
.z_aa3 {
  float: right;
  margin-bottom: 165px;
  width: 660px;
  margin-top: 30px;
}
.z_aa3 .li {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
.z_aa3 .li .left {
  margin-right: 25px;
  font-size: 26px;
  color: #dddddd;
  font-family: 'SourceHanSansSC-Medium';
  width: 85px;
  box-sizing: border-box;
  padding-left: 55px;
  position: relative;
}
.z_aa3 .li .left::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background: #fd0000;
  top: 50%;
  margin-top: -2px;
}
.z_aa3 .li .right {
  flex: 1;
  width: calc(100% - 85px);
}
.z_aa3 .li .right h3 {
  font-size: 24px;
  color: #333;
  font-family: 'SourceHanSansSC-Medium';
  margin-bottom: 10px;
}
.z_aa3 .li:hover .right h3{color:#f00;}
.z_aa3 .li .right h4 {
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_banner1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.z_banner1 img {
  width: 100%;
}
.z_banner1 p {
  position: absolute;
  z-index: 2;
  transform: translateY(600px);
  transition: all 0.5s linear 0.5s;
  left: 0;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -50px;
}
.z_banner1 p img {
  width: auto;
}
.z_banner1.active p {
  transform: translateY(0);
}
.z_xuanze {
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.z_xuanze ul li {
  width: 100%;
  float: left;
  margin-bottom: 120px;
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.z_xuanze ul li::before {
  content: "";
  left: 0;
  width: 49px;
  height: 17px;
  position: absolute;
  background: url(../images/yh3.png) no-repeat;
  top: 0;
}
.z_xuanze ul li::after {
  content: "";
  left: 50px;
  width: 49px;
  height: 17px;
  position: absolute;
  background: url(../images/yh4.png) no-repeat;
  top: 0;
}
.z_xuanze ul li .left {
  width: 310px;
  margin-right: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 105px;
}
.z_xuanze ul li .left::before {
  content: "";
  background: url(../images/yh1.png) no-repeat;
  width: 28px;
  height: 22px;
  left: 155px;
  top: 0;
  position: absolute;
}
.z_xuanze ul li .left::after {
  content: "";
  background: url(../images/yh2.png) no-repeat;
  width: 28px;
  height: 22px;
  left: 305px;
  bottom: 0;
  position: absolute;
}
.z_xuanze ul li .left h3 {
  font-size: 140px;
  color: #e3e3e3;
  font-family: 'SourceHanSansSC-Bold';
  margin-right: 40px;
  margin-top: -20px;
}
.z_xuanze ul li:hover .left h3{color:#fd0000;}
.z_xuanze ul li .left h4 {
  font-size: 40px;
  color: #333;
  font-family: 'SourceHanSansSC-Bold';
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-top: 10px;
}
.z_xuanze ul li:hover .left h4{color:#fd0000;}
.z_xuanze ul li .left h4::after {
  content: "";
  display: block;
  background: #fd0000;
  margin-left: 25px;
  width: 1px;
  height: 50px;
}
.z_xuanze ul li .left span {
  position: absolute;
  font-size: 18px;
  color: #c6c6c6;
  font-family: 'SourceHanSansSC-Regular';
  left: 205px;
  bottom: 0;
  text-transform: uppercase;
}
.z_xuanze ul li .right {
  flex: 1;
  width: calc(100% - 310px);
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
  margin-top: 10px;
}
.z_join {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 45px;
  margin-bottom: 85px;
}
.z_join ul li {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 40px 35px;
  background: #f9f9f9;
  border-radius: 40px;
  position: relative;
}
.z_join ul li .dj {
  position: absolute;
  top: 60px;
  right: 60px;
}
.z_join ul li .dj img.img1{display: block;}
.z_join ul li .dj img.img2{display: none;}
.z_join ul li.active .dj img.img2{display: block;}
.z_join ul li.active .dj img.img1{display: none;}
.z_join ul li:hover .dj img.img2{display: block;}
.z_join ul li:hover .dj img.img1{display: none;}
.z_join ul li .top {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
}
.z_join ul li .top h3 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 22px;
  color: #4e4e4e;
  font-family: 'SourceHanSansSC-Bold';
}
.z_join ul li .top h4 {
  width: 100%;
  float: left;
}
.z_join ul li .top h4 font {
  float: left;
  margin-right: 95px;
  font-size: 16px;
  color: #4e4e4e;
  font-family: 'SourceHanSansSC-Regular';
}
.z_join ul li .top h4 font:last-child {
  margin-right: 0;
}
.z_join ul li .center {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
  padding-bottom: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
  display: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 30px;
}
.z_join ul li .center font {
  font-size: 16px;
  color: #4e4e4e;
  font-family: 'SourceHanSansSC-Regular';
  width: 80px;
  float: left;
}
.z_join ul li .center dt {
  flex: 1;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  float: left;
}
.z_join ul li .center dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  margin-right: 10px;
  background: #e40f0f;
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  border-radius: 40px;
}
.z_join ul li .bottom {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 16px;
  color: #666;
  line-height: 2;
  /*white-space: pre-wrap;*/
  display: none;
}
.z_join ul li .bottom strong {
  color: #333;
}
.z_nn {
  width: 100%;
  float: left;
}
.z_nn ul li {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  margin-top: 40px;
  position: relative;
  height: 225px;
}
.z_nn ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 1050px;
  height: 225px;
  background: #f6f6f6;
}
.z_nn ul li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.z_nn ul li a .img {
  width: 268px;
  overflow: hidden;
  margin-right: 40px;
  margin-top: -40px;
}
.z_nn ul li a .img img {
  width: 100%;
}
.z_nn ul li a .dt {
  flex: 1;
  width: calc(100% - 268px);
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.z_nn ul li a .dt .left {
  flex: 1;
  width: calc(100% - 180px);
}
.z_nn ul li a .dt .left h3 {
  font-family: 'SourceHanSansSC-Regular';
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
  width: 100%;
  float: left;
}
.z_nn ul li a .dt .left font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  float: left;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn ul li a .dt .left span {
  float: left;
  display: flex;
  align-items: center;
}
.z_nn ul li a .dt .left span img {
  margin-right: 5px;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 18px;
  color: #999;
}
.z_nn ul li a .dt .right {
  width: 180px;
  height: 155px;
  margin-left: 60px;
  box-sizing: border-box;
  border-left: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_nn ul li a .dt .right h3 {
  margin-bottom: 25px;
  font-size: 72px;
  color: #c6c6c6;
  font-family: 'SourceHanSansSC-Bold';
}
.z_nn ul li a .dt .right h4 {
  font-family: 'SourceHanSansSC-Regular';
  font-size: 22px;
  color: #999;
}
.z_nn ul li:hover a .dt .left h3 {
  color: #f62a2a;
}
.z_show1 {
  width: 100%;
  float: left;
  line-height: 2;
  font-size: 16px;
  color: #666;text-align: justify;
}
.z_show1 h3 {
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.z_show1 h4 {
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 14px;
  color: #999;
  margin-bottom: 50px;
  position: relative;
}
.z_con1 {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.z_con1 ul li {
  width: 33%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.z_con1 ul li img {
  width: 59px;
  margin-right: 10px;
}
.z_con1 ul li img.img1{display:block;}
.z_con1 ul li img.img2{display:none;}
.z_con1 ul li:hover img.img2{display:block;}
.z_con1 ul li:hover img.img1{display:none;}
.z_con1 ul li .dt {
  flex: 1;
  width: calc(100% - 59px);
}
.z_con1 ul li .dt h3 {
  font-family: 'SourceHanSansSC-Regular';
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.z_con2 {
  width: 100%;
  float: left;
  margin-top: 110px;
}
.z_con2 ul {
  width: 100%;
  float: left;
}
.z_con2 ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  width: 370px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 85px;
}
.z_con2 ul li font {
  font-size: 14px;
  color: #666666;
  display: block;
  height: 100%;
  border-bottom: 1px solid #e40f0f;
  position: relative;
  top: 1px;
}
.z_con2 ul li input {
  flex: 1;
  width: 1px;
  outline: none;
  border: none;
  background: none;
  height: 100%;
  font-size: 14px;
  color: #666666;
}
.z_con2 ul li:nth-child(2) {
  margin: 0 45px;
}
.z_con2 ul li:nth-child(4) {
  width: 100%;
}
.z_con2 .anniu {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_con2 .anniu input {
  border: none;
  outline: none;
  background: #d2d2d2;
  width: 210px;
  height: 50px;
  font-size: 15px;
  color: #fff;cursor: pointer;
}
.z_con2 .anniu input:hover{background: #fd0000;}
.z_map {
  width: 100%;
  float: left;
  margin-top: 105px;
  margin-bottom: 160px;
}
.z_page .active a{background: #bfbfbf;color: #fff;}