.banner .banSwiper{
    position: relative;
}
.banner .banSwiper .swiper-wrapper .swiper-slide{
    position: relative;
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-ban{
    width: 100%;
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-ban img{
    width: 100%;
    object-fit: cover;
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-wz{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 26%;
    transform: translate(-50%,50%);
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-wz .container h3{
    font-size: 60px;
	color: #1e0e06;
    font-family: "pf-h";
    line-height: 72px; 
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-wz .container h4{
	font-size: 22px;
	color: #ff5500;
    font-family: "pf-r";
    margin-top: 2%;
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-wz .container a{
    width: 110px;
	height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
	color: #ff5500;
    border: solid 1px #ff5500;
    margin-top: 9%;
    transition: all .5s;
}
.banner .banSwiper .swiper-wrapper .swiper-slide-active .swiper-wz .container h3 {
    animation: fadeInDown 2.5s;
}
.banner .banSwiper .swiper-wrapper .swiper-slide-active .swiper-wz .container h4 {
    animation: fadeInUp 2s;
}
.banner .banSwiper .swiper-wrapper .swiper-slide-active .swiper-wz .container a{
    animation: fadeInUp 2s;
}
.banner .banSwiper .swiper-wrapper .swiper-slide .swiper-wz .container a:hover {
    transform: translateX(4px);
    box-shadow: 1px 1px 10px #ff5500;
    color: #ffffff;
    background: #ff5500;
}
.banner .banSwiper .swiper-pagination{
    position: absolute;
    left: -37.5%;
    bottom: 10%;
}
.banner .banSwiper .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
	height: 3px;
    background-color: #ff5500;
    transition: all .5s;
    border-radius: 0;
}
.banner .banSwiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 34px;
	height: 3px;
	background-color: #ff5500;
}
/* about us */
.i-about{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6.5%;
    position: relative;
}
.i-about .i-about-lt{
    width: 43%;
    height: 670px;
	border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
}
.i-about .i-about-lt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.i-about .i-about-lt:hover img{
    transform: scale(1.03);
}
.i-about .i-about-rt{
    width: 49%;
}
.i-about .i-about-rt h3{
    font-size: 34px;
	color: #1d0c04;
    font-family: "din-b";
    line-height: 50px;
}
.i-about .i-about-rt h4{
    font-size: 16px;
	color: #ff5500;
    font-family: "pf-r";
    margin-top: .5%;
}
.i-about .i-about-rt p{
    font-size: 16px;
	line-height: 30px;
	color: #5b5b5b;
    font-family: "pf-r";
    margin-top: 6%;
    text-align: justify;
}
.i-about .i-about-rt a{
    width: 100px;
	height: 36px;
	border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
	color: #ff5500;
    border: solid 1px #ff5500;
    margin-top: 11%;
     transition: all .5s;
}
.i-about .i-about-rt a:hover{
    box-shadow: 1px 1px 10px #ff5500;
    transform: translateX(5px);
    background-color: #ff5500;
    color: #ffffff;
}
.dw-time{
    width: 1170px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
}
.dw-time ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 71px 0 71px;
}
.dw-time ul li{
    flex: 1;
    position: relative;
}
.dw-time ul li:nth-child(2) h5{
    padding-left: 19%;
}
.dw-time ul li:nth-child(2) p{
    padding-left: 19%;
}
.dw-time ul li:nth-child(3) h5{
    padding-left: 19%;
}
.dw-time ul li:nth-child(3) p{
    padding-left: 23%;
}
.dw-time ul li:nth-child(4) h5{
    padding-left: 39%;
}
.dw-time ul li:nth-child(4) p{
    padding-left: 39%;
}
.dw-time ul li h5{
    font-size: 70px;
	line-height: 74px;
	color: #ff5500;
    font-family: "din-b";
    display: inline-block;
    padding-bottom: 12%;
}
.dw-time ul li span{
    font-size: 18px;
	line-height: 30px;
	color: #ff5500;
    position: absolute;
    top: -11px;
}
.dw-time ul li p{
    width: 100%;
    font-size: 18px;
	line-height: 30px;
	color: #5a5a5a;
    border-top: 1px solid #dddddd;
    font-family: "pf-m";
    padding-top: 12%;
    position: relative;
}
.dw-time ul li p::before{
    content: "";
    width: 40px;
	height: 3px;
	background-color: #ff5500;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: -2px;
}
.dw-time ul li:nth-child(2) p::before{
    left: 19%;
}
.dw-time ul li:nth-child(3) p::before{
    left: 23%;
}
.dw-time ul li:nth-child(4) p::before{
    left: 39%;
}
/* i-pro */
.i-pro{
    margin-top: 6.5%;
}
.i-pro .i-pro-tit{
    text-align: center;
}
.i-pro .i-pro-tit h3{
    font-size: 34px;
	color: #1d0c04;
    font-family: "din-b";
    line-height: 50px;
}
.i-pro .i-pro-tit h4{
    font-size: 16px;
	color: #ff5500;
    font-family: "pf-r";
    margin-top: .5%;
}
.i-pro .i-pro-box{
    display: flex;
    justify-content: space-between;
}
.i-pro .i-pro-box{
    margin-top: 3%;
}
.i-pro .i-pro-box .i-pro-lt{
    width: 49.5%;
    position: relative;
    height: 493px;
	border-radius: 16px !important;
    cursor: pointer;
    overflow: hidden;
}
.i-pro .i-pro-box .i-pro-lt a{
    width: 100%;
    height: 100%;
}
.i-pro .i-pro-box .i-pro-lt a .p-wz{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .5s;
}
.i-pro .i-pro-box .i-pro-lt a .p-wz h4{
    font-size: 36px;
	color: #ffffff;
    font-family: "pf-b";
}
.i-pro .i-pro-box .i-pro-lt a .p-wz h5{
    font-size: 18px;
	color: #ffffff;
    font-family: "pf-r";
}
.i-pro .i-pro-box .i-pro-lt a .p-wz .more{
    width: 100px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;;
	color: #ff5500;
    margin-top: 5%;
    transition: all .5s;
}
.i-pro .i-pro-box .i-pro-lt:hover a .p-wz{
    transform: translateZ(80px);
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.3));
}
.i-pro .i-pro-box .i-pro-lt a .p-wz::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translateZ(500px);
}
.i-pro .i-pro-box .i-pro-lt:hover a .more{
    background-color: #ff5500;
    color: #ffffff;
}
.i-pro .i-pro-box .i-pro-lt  a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px !important;
}
.i-pro .i-pro-box .i-pro-rt{
    width: 49.5%;
    position: relative;
    height: 620px;
	border-radius: 16px !important;
    overflow: hidden;
}
.i-pro .i-pro-box .i-pro-rt a{
    width: 100%;
    height: 100%;
}
.i-pro .i-pro-box .i-pro-rt a .p-wz{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .5s;
}
.i-pro .i-pro-box .i-pro-rt a .p-wz h4{
    font-size: 36px;
	color: #ffffff;
    font-family: "pf-b";
}
.i-pro .i-pro-box .i-pro-rt a .p-wz h5{
    font-size: 18px;
	color: #ffffff;
    font-family: "pf-r";
}
.i-pro .i-pro-box .i-pro-rt a .p-wz .more{
    width: 100px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;;
	color: #ff5500;
    margin-top: 5%;
    transition: all .5s;
}
.i-pro .i-pro-box .i-pro-rt:hover a .p-wz{
    transform: translateZ(80px);
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.3));
}
.i-pro .i-pro-box .i-pro-rt a .p-wz::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translateZ(500px);
}
.i-pro .i-pro-box .i-pro-rt:hover a .more{
    background-color: #ff5500;
    color: #ffffff;
}
.i-pro .i-pro-box .i-pro-rt a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px !important;
}
/* news */
.i-news-box{
    padding: 6.5% 0;
    background: #f7f7f7;
}
.i-news .i-news-tit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.i-news .i-news-tit .news-tit-lt h3{
    font-size: 34px;
	color: #1d0c04;
    font-family: "din-b";
    line-height: 50px;
}
.i-news .i-news-tit .news-tit-lt h4{
    font-size: 16px;
	color: #ff5500;
    font-family: "pf-r";
    margin-top: .5%;
}
.i-news .i-news-tit a{
    width: 100px;
	height: 36px;
	border-radius: 4px;
    color: #ff5500;
    line-height: 36px;
    text-align: center;
    transition: all .5s;
    border: 1px solid #ff5500;
}
.i-news .i-news-tit a:hover{
    transform: translateX(4px);
    box-shadow: 1px 1px 10px #ff5500;
    background-color: #ff5500;
    color: #fff;
}
.i-news .index-news-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
  }
  .i-news .index-news-wrapper .lt {
    width: 50%;
    height: 590px;
  }
  .i-news .index-news-wrapper .lt .newsSwiper{
    width: 100%;
    height: 100%;
  }
  .i-news .index-news-wrapper .lt .pic {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px 0px 0px 16px;
  }
  .i-news .index-news-wrapper .lt .pic img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .i-news .index-news-wrapper .lt .pic:hover img {
    transform: scale(1.05);
  }
  .i-news .index-news-wrapper .rt {
    width: 50%;
    background: #ffffff;
    padding: 3% 4%;
  }
  .i-news .index-news-wrapper .rt .row {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;  
    padding: 5% 0;
    position: relative;
  }
  .i-news .index-news-wrapper .rt .row::before{
    content: "";
    width: 0;
	height: 2px;
	background-color: #ff5500;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
  }
  .i-news .index-news-wrapper .rt .row:hover::before{
    width: 40px;
  }
  .i-news .index-news-wrapper .rt .row .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .i-news .index-news-wrapper .rt .row .date h3 {
	font-size: 34px;
	line-height: 30px;
    font-family: "din-b";
	color: #15120d;
    margin-right: 7px;
    transition: all .5s;
  }
  .i-news .index-news-wrapper .rt .row .date h5 {
    font-size: 18px;
    font-family: "din-b";
    line-height: 1;
    color: #c4cbd9;
    margin-top: 12%;
    transition: all .5s;
  }
  .i-news .index-news-wrapper .rt .row .title {
    margin-left: 56px;
  }
  .i-news .index-news-wrapper .rt .row .title h4 {
    font-size: 20px;
    color: #15120d;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: "pf-b";
  }
  .i-news .index-news-wrapper .rt .row .title h4 a {
    font-size: 20px;
    color: #15120d;
    transition: all 0.5s;
    font-family: "pf-b";
  }
  .i-news .index-news-wrapper .rt .row:hover .date h3{
    color: #ff5500;
  }
  .i-news .index-news-wrapper .rt .row:hover .date h5{
    color: #ff5500;
  }
  .i-news .index-news-wrapper .rt .row:hover .date {
    color: #ff5500;
  }
  .i-news .index-news-wrapper .rt .row:hover .title h4 a {
    color: #ff5500;
  }
  .i-news .index-news-wrapper .rt .row:hover .title p a {
    color: #ff5500;
    opacity: 0.65;
  }
  .i-news .index-news-wrapper .rt .row:last-of-type {
    border-bottom: 0;
  }
  /* about-n */
  .n-ban{
    position: relative;
  }
  .n-ban img{
    width: 100%;
    object-fit: cover;
  }
  .n-ban .n-ban-tit{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .n-ban .n-ban-tit h3{
    font-size: 44px;
	color: #26282b;
    font-family: "pf-b";
    line-height: 61px;
  }
  .n-ban .n-ban-tit  h5{
	font-size: 24px;
	color: #66696d;
    font-family: "pf-r";
  }
  .mbx-box{
    height: 60px;
    background-color: #f6f7f8;
  }
  .mbx-box .mbx{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mbx-box .mbx img{
    margin-right: 5px;
  }
  .mbx-box .mbx p{
    display: inline-block;
    font-size: 16px;
	color: #737373;
    font-family: "pf-r";
  }
  .mbx-box .mbx p a{
    display: inline-block;
    font-size: 16px;
	color: #737373;
    transition: all .5s;
  }
  .mbx-box .mbx p a:hover{
    color: #ff5500;
  }
  .qyjj{
    margin-top: 6%;
  }
  .gg-tit{
    text-align: center;
  }
  .gg-tit h3{
    font-family: "pf-b";
    font-size: 34px;
	color: #2a2c2f;
    position: relative;
  }
  .gg-tit h3::after{
    content: "";
    width: 30px;
	height: 2px;
	background-color: #ff5500;
	border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
  }
  .qyjj .jj-n{
    font-size: 18px;
	line-height: 40px;
	color: #414346;
    margin-top: 4%;
    text-align: justify;
  }
  .qywh-box{
    margin-top: 4%;
    background: url(../images/qywhbj.png) no-repeat center center;
    background-size: cover;
    padding-top: 4%;

    background-attachment: fixed;
  }
  .qywh-box .qywh>p{
    font-size: 18px;
	line-height: 30px;
	color: #2a2c2f;
    margin-top: 4%;
    text-align: justify;
    font-family: "pf-r";
}
.qywh-box .qywh .qywh-n{
    margin-top: 10%;
    background: url(../images/qywhbj2.png) no-repeat center center;
    background-size: cover;
}
.qywh-box .qywh .qywh-n ul{
    display: flex;
    justify-content: space-between;
}
.qywh-box .qywh .qywh-n ul li{
    width: 25%;
    height: 430px;
    position: relative;
    border-right: 1px solid #fff;
    box-shadow: 0px 0px 29px 0px 
    rgba(35, 35, 35, 0.12);
    cursor: pointer;
    overflow: hidden;
}
.qywh-box .qywh .qywh-n ul li:nth-last-child(1){
    border-right: 0;
}
.qywh-box .qywh .qywh-n ul li .show{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
    overflow: hidden;
}
.qywh-box .qywh .qywh-n ul li .show h5{
    font-size: 22px;
	line-height: 30px;
	color: #ffffff;
    font-family: "pf-b";
    margin-top: 8%;
}
.qywh-box .qywh .qywh-n ul li .show h6{
    font-size: 51px;
	line-height: 43px;
	color: #ffffff;
	opacity: 0.3;
    font-family: "din-b";
    margin-top: 19%;
}
.qywh-box .qywh .qywh-n ul li .hidden{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 20% 11% 0 11%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    transition-delay: .3s;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0.5);
}
.qywh-box .qywh .qywh-n ul li .hidden h5{
    font-size: 22px;
	line-height: 30px;
	color: #2a2c2f;
    font-family: "pf-b";
    margin-top: 6%;
}
.qywh-box .qywh .qywh-n ul li .hidden p{
    font-size: 18px;
	line-height: 34px;
	color: #2a2c2f;
	opacity: 0.6;
    font-family: "pf-r";
    margin-top: 13%;
    text-align: justify;
}
.qywh-box .qywh .qywh-n ul li .hidden h6{
    font-size: 51px;
	line-height: 30px;
	color: #1d45f0;
	opacity: 0.1;
    font-family: "din-b";
    position: absolute;
    left: 11%;
    bottom: 13%;
}
.qywh-box .qywh .qywh-n ul li::after{
    content: "";
    width: 0;
    height: 6px;
	background-color: #ff5500;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1.1s;
}
.qywh-box .qywh .qywh-n ul li:hover .hidden{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translate(-50%, -50%) scale(1);
}
.qywh-box .qywh .qywh-n ul li:hover .show{
    opacity: 1;
    visibility: hidden;
    transform: scale(1.3);
}
.qywh-box .qywh .qywh-n ul li:hover::after{
    width: 100%;
    z-index: 3;
}
.ys{
    margin-top: 4%;
}
.ys .ys-n{
    margin-top: 3%;
}
.ys .ys-n .ysSwiper{
    padding: 2% 0%;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide{
    height: 490px;
	background-color: #f6f7f8;
    padding: 3.5% 2% 2% 2%;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide::before{
    content: "";
    width: 0%;
	height: 6px;
	background-color: #ff5500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide:hover::before{
    width: 100%;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide:hover{
	box-shadow: 0px 0px 24px 0px rgba(35, 35, 35, 0.18);
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide .ys-img1{
    width: 60px;
	height: 60px;
	border: solid 1px #d6d7da;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide h5{
    font-size: 24px;
	line-height: 30px;
	color: #2a2c2f;
    font-family: "pf-b";
    margin-top: 16%;
    transition: all .5s;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide:hover h5{
    color: #ff5500;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide p{
    font-size: 18px;
	line-height: 28px;
	color: #2a2c2f;
	opacity: 0.6;
    margin-top: 11%;
    font-family: "pf-r";
    text-align: justify;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide .ys-img2{
    width: 128px;
	height: 70px;
    position: absolute;
    right: 35px;
    bottom: 36px;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide .ys-img2 img{
    width: 100%;
    object-fit: cover;
}
.ys .ys-n .ysSwiper .swiper-wrapper .swiper-slide:hover .ys-img1 img {
    animation: fd 1s linear;
  }
  @keyframes fd {
    0% {
      scale: 1;
    }
    50% {
      scale: 1.2;
    }
    100% {
      scale: 1;
    }
  }
  .td-box{
    padding: 4% 0;
    margin-top: 4%;
    background-color: #f2f4f9;
  }
  .td-box .td-top{
    margin-top: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .td-box .td-top .td-top-lt{
    transition: all .5s;
  }
  .td-box .td-top:hover .td-top-lt{
    box-shadow: 0px 0px 24px 0px rgba(35, 35, 35, 0.18);
  }
  .td-box .td-top .td-top-rt{
    margin-left: 152px;
    flex: 1;
  }
  .td-box .td-top .td-top-rt h3{
    font-size: 36px;
    line-height: 30px;
    color: #071125;
    font-family: "pf-b";
  }
  .td-box .td-top .td-top-rt h3 span{
    font-size: 24px;
	line-height: 30px;
	color: #071125;
    font-family: "pf-m";
  }
  .td-box .td-top .td-top-rt h3 img{
    margin-bottom: 5px;
    margin-right: 6px;
  }
  .td-box .td-top .td-top-rt ul{
    margin-top: 5%;
  }
  .td-box .td-top .td-top-rt ul li{
    font-size: 18px;
	line-height: 30px;
	color: #454649;
    padding-left: 2%;
    position: relative;
    margin-top: 1.6%;
  }
  .td-box .td-top .td-top-rt ul li::before{
    content: "";
    width: 6px;
	height: 6px;
	background-color: #ff5500;
	border-radius: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .td-box .td-bot ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  .td-box .td-bot ul li{
    width: 17%;
    margin-top: 3%;
    position: relative;
    cursor: pointer;
        transition: all .5s;
  }
  .td-box .td-bot ul li img{
    width: 100%;
    object-fit: cover;
}
.td-box .td-bot ul li .td-js{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.td-box .td-bot ul li .td-js h6{
    font-size: 20px;
	line-height: 30px;
	color: #ffffff;
    font-family: "pf-b";
    margin-bottom: 2%;
}
.td-box .td-bot ul li .td-js p{
    font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    font-family: "pf-r";
    margin-bottom: 5%;
}
.td-box .td-bot ul li:nth-last-child(1){
    height: 0;
    margin: 0;
}
.td-box .td-bot ul li:nth-last-child(2){
    height: 0;
    margin: 0;
}
.td-box .td-bot ul li:nth-last-child(3){
    height: 0;
    margin: 0;
}
.td-box .td-bot ul li:hover{
    box-shadow: 0px 0px 24px 0px rgba(35, 35, 35, 0.18);
    transform: translateY(-10px);
}
.ryzz{
    margin-top: 4%;
    padding-bottom: 4%;
}
.ryzz .ryzzSwiper{
    margin-top: 3%;
}
.ryzz .ryzzSwiper .swiper-wrapper{
    padding: 2% 0;
}
.ryzz .ryzzSwiper .swiper-slide{
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
}
.ryzz .ryzzSwiper .swiper-slide img{
    width: 100%;
    object-fit: cover;
    transition: all .5s;
    height: 349px;
}
.ryzz .ryzzSwiper .swiper-slide:hover img{
    transform: scale(1.2);
}
.ryzz .ryzzSwiper .swiper-slide:hover{
    box-shadow: 0px 0px 24px 0px rgba(35, 35, 35, 0.18);
}
.n-ban .pro-tit{
    text-align: left !important;
    left: 40%;
}
.pro{
    margin-top: 4%;
    padding-bottom: 3%;
}
.pro h3{
    font-size: 56px;
	color: #2a2c2f;
    font-family: "pf-m";
    border-bottom: 1px solid #e7e8ea;
    padding-bottom: 1%;
}
.pro ul{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro ul li{
    width: 32%;
    margin-top:2%;
    overflow: hidden;
    transition: all .5s;
}
.pro ul li a{
    width: 100%;
    height: 100%;
}
.pro ul li a .pro-img{
    width: 100%;
    height: 400px;
	background-color: #f6f6f6;
	border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.pro ul li a .pro-tit{
    padding: 6% 8%;
}
.pro ul li a .pro-tit h5{
    font-size: 20px;
	line-height: 30px;
	color: #232426;
    font-family: "pf-b";
    transition: all .5s;
}
.pro ul li a .pro-tit p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
    margin-top: 1%;
}
.pro ul li:hover{
    box-shadow: 0px 0px 27px 0px 
    rgba(114, 29, 29, 0.07);
    border-radius: 8px;
    transform: translateY(-10px);
}
.pro ul li:hover a h5{
    color: #ff5500;
}
.pro ul li:hover a .pro-img{
    transform: scale(1.05);
}
.pro ul li:nth-last-child(1){
    margin-top: 0;
    height: 0;
}
.proxq-box{
    margin-top: 4%;
}
.proxq-box .proxq-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.proxq-box .proxq-top .proxq-top-lt{
    width: 50%;
	height: 499px;
	background-color: #f6f6f6;
	border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proxq-box .proxq-top .proxq-top-rt{
    width: 45%;
}
.proxq-box .proxq-top .proxq-top-rt h4{
    font-size: 36px;
	line-height: 45px;
	color: #ff5500;
    font-family: "pf-b";
    margin-bottom: 6%;
}
.proxq-box .proxq-top .proxq-top-rt h5{
    font-size: 26px;
	line-height: 30px;
	color: #040b19;
    font-family: "pf-b";
    margin-bottom: 3%;
}
.proxq-box .proxq-top .proxq-top-rt>p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
    margin-bottom: 8%;
    text-align: justify;
}
.proxq-box .proxq-top .proxq-top-rt .xq-lxfs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.proxq-box .proxq-top .proxq-top-rt .xq-dh{
    margin-left: 3%;
}
.proxq-box .proxq-top .proxq-top-rt .xq-dh h6{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
}
.proxq-box .proxq-top .proxq-top-rt .xq-dh p{
    font-size: 18px;
	line-height: 30px;
	color: #040b19;
    font-family: "pf-b";
    margin-top: 3%;
}
.proxq-tit{
    margin-top: 4%;
    margin-bottom: 3%;
}
.proxq-tit h4{
    font-size: 22px;
	line-height: 30px;
	color: #ff5500;
    font-family: "pf-b";
    border-bottom: 1px solid #e7e8ea;
    padding-bottom: 1%;
    position: relative;
}
.proxq-tit h4::before{
    content: "";
    width: 90px;
	height: 3px;
	background-color: #ff5500;
	border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.pro-ys-box .pro-ys{
    width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 0px 
		rgba(35, 35, 35, 0.03);
	border: solid 1px #f2f2f2;
    padding: 4% 3%;
}
.pro-ys-box .pro-ys p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
    text-align: justify;
}
.cs ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #eaebec;
    border-top: 0;
    border-right: 0;
}
.cs ul li{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2% 0;
    border-right: 1px solid #eaebec;
    border-top: 1px solid #eaebec;
}
.cs ul li p{
    font-size: 20px;
    line-height: 30px;
    color: #040b19;
    width: 31%;
    font-family: "pf-h";
    padding-left: 6%;
}
.cs ul li span{
    flex: 1;
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
}
.cs ul li:nth-last-child(1){
    padding: 0;
}
.gdcp{
    margin-bottom: 4%;
}
.proSwiper .swiper-wrapper{
    padding: 1% 0;
}
.proSwiper .swiper-wrapper .swiper-slide{
    transition: all .5s;
    overflow: hidden;
}
.proSwiper .swiper-wrapper .swiper-slide a{
    width: 100%;
    height: 100%;
}

.proSwiper .swiper-wrapper .swiper-slide a .pro-img{
    width: 100%;
    height: 400px;
	background-color: #f6f6f6;
	border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.proSwiper .swiper-wrapper .swiper-slide a .pro-tit{
    padding: 6% 8%;
}
.proSwiper .swiper-wrapper .swiper-slide a .pro-tit h5{
    font-size: 20px;
	line-height: 30px;
	color: #232426;
    font-family: "pf-b";
    transition: all .5s;
}
.proSwiper .swiper-wrapper .swiper-slide a .pro-tit p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
    margin-top: 1%;
}
.proSwiper .swiper-wrapper .swiper-slide:hover{
    box-shadow: 0px 0px 27px 0px 
    rgba(114, 29, 29, 0.07);
    border-radius: 8px;
}
.proSwiper .swiper-wrapper .swiper-slide a h5{
    color: #ff5500;
}
.proSwiper .swiper-wrapper .swiper-slide:hover a .pro-img{
    transform: scale(1.05);
}
.proSwiper .swiper-wrapper .swiper-slide:hover a .pro-tit h5{
	color: #ff5500;
}
.pro-mbx{
    height: 100%;
}
.pro-mbx ul{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pro-mbx ul li a{
    font-size: 20px;
    font-family: "pf-r";
	color: #3a3b3e;
    transition: all .5s;
}
.pro-mbx ul li a:hover{
    color: #ff5500;
}
.pro-mbx ul .mbxact a{
    color: #ff5500;
}
.jjfa{
    margin-top: 4%;
    margin-bottom: 4%;
}
.jjfa ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jjfa ul li{
    width: 32%;
	border: solid 1px #f2f2f2;
    margin-top: 2%;
    padding: 2%;
     transition: all .5s; 
}
.jjfa ul li a{
    width: 100%;
    height: 100%;
}
.jjfa ul li a .jj-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.jjfa ul li a .jj-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.jjfa ul li a h5{
    font-size: 20px;
	line-height: 30px;
	color: #040b19;
    font-family: "pf-b";
    margin-top: 6%;
    transition: all .5s;
}
.jjfa ul li a p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    font-family: "pf-r";
    margin-top: 1%;
}
.jjfa ul li:hover{
    background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px 
		rgba(35, 35, 35, 0.11);
	border: solid 1px #f2f2f2;
    transform: translateY(-10px);
}
.jjfa ul li:hover a .jj-img img{
    transform: scale(1.05);
}
.jjfa ul li:hover a h5{
    color: #ff5500;
}
.jjfa ul li:nth-last-child(1){
    padding: 0;
    height: 0;
    border: 0;
    margin: 0;
}
.jj-xq{
    margin-top: 4%;
}
.jj-xq h3{
    font-size: 34px;
    line-height: 34px;
    color: #040b19;
    font-family: "pf-m";
    text-align: center;
    margin-bottom: 2%;
}
.jj-xq p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    text-align: center;
    font-family: "pf-r";
    text-align: justify;
}
.jj-xq .next{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5% 0;
}
.jj-xq .next p{
    display: inline-block;
    font-size: 18px;
	line-height: 30px;
	color: #5b5d60;
    font-family: "pf-m";
}
.jj-xq .next p a{
    display: inline-block;
    font-size: 18px;
	line-height: 30px;
	color: #5b5d60;
    font-family: "pf-m";
    transition: all .5s;
}
.jj-xq .next p a:hover{
    color: #ff5500;
}
.jjgd .proSwiper .swiper-wrapper .swiper-slide a .pro-tit h5{
    text-align: center;
}
.fw1{
    margin-top: 4%;
}
.fw1 .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}
.fw1 .container .fw1-lt{
    width: 48%;
    cursor: pointer;
}
.fw1 .container .fw1-lt .fw1-lt-img{
    width: 100%;
    height: 450px;
	border-radius: 8px;
    overflow: hidden;
}
.fw1 .container .fw1-lt .fw1-lt-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all .5s;
}
.fw1 .container .fw1-lt h4{
    font-size: 24px;
	color: #040b19;
    font-family: "pf-b";
    margin-top: 3%;
    transition: all .5s;
}
.fw1 .container .fw1-lt p{
	font-size: 16px;
	color: #68696c;
    font-family: "pf-r";
}
.fw1 .container .fw1-lt:hover .fw1-lt-img img{
    transform: scale(1.05);
}
.fw1 .container .fw1-lt:hover h4{
    color: #ff5500;
}
.fwzz{
    padding: 4% 0;
    background-color: #f6f7f8;
    margin-top: 4%;
}
.fwzz .zz{
    margin-top: 3%;
}
.fwzz ul{
    display: flex;
    justify-content: space-between;
}
.fwzz ul li{
    width: 18%;
    position: relative;
    height: 450px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .5s;
    overflow: hidden;
}
.fwzz ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
}
.fwzz ul .hover-active::after{
    opacity: 1;
}
.fwzz ul li .zz-img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.fwzz ul li .zz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.fwzz ul li>h3{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
	color: #26282b;
    padding: 0 10%;
    text-align: center;
    transition: all .5s;
}
.fwzz ul li:hover h3{
    font-size: 0;
}
.fwzz ul .hover-active{
    width: 32%;
}
.fwzz .zz ul .wid{
    width: 15% !important;
}
.fwzz ul li .show{
    width: 90%;
    height: 90%;
    border-radius: 8px;
	border: solid 4px #ff5500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all.5s;
    z-index: 2;
    padding: 0 7%;
    overflow: hidden;
}
.fwzz ul li .show h5{
    font-size: 16px;
	color: #26282b;
    font-family: "pf-m";
    margin-top: 17%;
    position: relative;
    transition: all .5s;
}
.fwzz ul li .show h5::after{
    content: "";
    width: 40px;
	height: 2px;
	background-color: #ff5500;
    position: absolute;
    left: 0;
    bottom: -14%;
}
.fwzz ul li .show p{
    font-size: 16px;
	line-height: 30px;
	color: #68696c;
    font-family: "pf-r";
    margin-top: 8%;
    opacity: 0;
    transition: all 0s;
    transform: translateY(30px);
}
.fwzz ul .hover-active .show{
    opacity: 1;
    visibility: visible;
}
.fwzz ul .hover-active .show p{
    transition: all .8s;
    transition-delay: .3s;
    opacity: 1;
    transform: translateY(0);
}
.fwzz ul .hover-active .show h5{
    font-size: 24px;
}
.news{
    padding-bottom: 4%;
}
.news .news-list{
    margin-top: 4%;
}
.news .news-list ul{
    margin-top: 3%;
}
.news .news-list ul li{
    border-bottom: 1px solid #dcdee0;
    transition: all .5s;
}
.news .news-list ul li a{
    width: 100%;
    height: 100%;
    padding: 2% 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news .news-list ul li a .time{
    position: relative;
}
.news .news-list ul li  a .time::after{
    content: "";
    width: 1px;
	height: 120px;
	background-color: #e8eaed;
    position: absolute;
    right: -28%;
    top: 50%;
    transform: translateY(-50%);
}
.news .news-list ul li a .time h3{
    font-size: 56px;
	line-height: 63px;
	color: #2a2c2f;
    font-family: "din-b";
    transition: all .5s;
}
.news .news-list ul li a .time h4{
    font-size: 18px;
	line-height: 30px;
	color: #a2a5a9;
    text-align: center;
    font-family: "din-b";
    margin-top: 11%;
}
.news .news-list ul li a .news-tit{
    width: 53%;
}
.news .news-list ul li a .news-tit h3{
    font-size: 28px;
	line-height: 30px;
	color: #2a2c2f;
    font-family: "pf-b";
    margin-bottom: 3%;
    transition: all .5s;
}
.news .news-list ul li a .news-tit p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
	text-align: justify;
}
.news .news-list ul li a .news-img{
    width: 26%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}
.news .news-list ul li a .news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all .5s;
}
.news .news-list ul li:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
    background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px 
		rgba(35, 35, 35, 0.1);
	border-radius: 4px;
    transform: translateX(-10px);
}
.news .news-list ul li:hover a .news-tit h3{
    color: #ff5500;
}
.news .news-list ul li:hover a .time h3{
    color: #ff5500;
}
.news .news-list ul li:hover a .news-img img{
    transform: scale(1.05);
}
.news-more{
    margin-top: 5%;
}
.news-more a{
    width: 100px;
	height: 36px;
	border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
	color: #ff5500;
    border: solid 1px #ff5500;
    margin: auto;
    transition: all .5s;
}
.news-more a:hover{
    box-shadow: 1px 1px 10px #ff5500;
    transform: translateX(5px);
    background-color: #ff5500;
    color: #ffffff;
}
.lxfs-box{
    margin-top: 4%;
}
.lxfs-box .lxfs{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lxfs-box .lxfs .lxfs-lt{
    width: 50%;
    padding: 6% 3.6% 6% 11%;
    background-color: #f6f7f8;
}
.lxfs-box .lxfs .lxfs-lt .lxlogo{
    position: relative;
}
.lxfs-box .lxfs .lxfs-lt .lxlogo::before{
    content: "";
    width: 40px;
	height: 3px;
	background-color: #ff5500;
	border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -40%;
}
.lxfs-box .lxfs .lxfs-lt ul{
    margin-top: 8%;
}
.lxfs-box .lxfs .lxfs-lt ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3% 0;
    border-top: 1px solid #e0e1e4;
}
.lxfs-box .lxfs .lxfs-lt ul li:nth-last-child(1){
    border-bottom: 1px solid #e0e1e4;
}
.lxfs-box .lxfs .lxfs-lt ul li .lxico{
    width: 48px;
	height: 48px;
	border-radius: 4px;
	border: solid 1px #dbdcde;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}
.lxfs-box .lxfs .lxfs-lt ul li .lxn h6{
    font-size: 18px;
	line-height: 30px;
	color: #4d4f54;
    font-family: "pf-r";
}
.lxfs-box .lxfs .lxfs-lt ul li .lxn p{
    font-size: 20px;
	line-height: 30px;
	color: #4d4f54;
    font-family: "pf-m";
}
.lxfs-box .lxfs .lxfs-rt{
    width: 50%;
}
.lxfs-box .lxfs .lxfs-rt iframe{
    width: 100%;
    height: 100%;
}
.lxfs-box .lxfs .lxfs-lt ul li:hover .lxico img{
    animation: fd 1s linear;
}
.zpxx{
    margin-top: 4%;
    position: relative;
}
.zpxx .swiper-button-next{
    right: -4%;
    top: 61%;
    width: 35px;
    height: 35px;
    background: #ff5500;
    border-radius: 7px;
}
.zpxx .swiper-button-next::after{
    font-size: 16px;
    color: #fff;
}
.zpxx .swiper-button-prev{
    left: -4%;
    top: 61%;
    width: 35px;
    height: 35px;
    background: #ff5500;
    border-radius: 7px;
}
.zpxx .swiper-button-prev::after{
    font-size: 16px;
    color: #fff;
}
.zpxx .zp{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    margin-top: 3%;
}
.zpxx .zp .zpSwiper{
    width: 100%;
    height: 100%;
    padding: 2% 1%;
}
.zpxx .zp .zpSwiper .swiper-slide{
        width: 100%;
    height: 100%;
}
.zpxx .zp .zp-list{
    width: 100% !important;
    padding: 7.6%;
    border-radius: 8px;
    transition: all .5s;
    cursor: pointer;
}
.zpxx .zp .zp-list:hover{
    box-shadow: 0px 0px 24px 0px 
    rgba(35, 35, 35, 0.08);
}
.zpxx .zp .zp-list h3{
    font-size: 24px;
	line-height: 30px;
	color: #040b19;
    font-family: "pf-b";
}
.zpxx .zp .zp-list ul{
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    margin-top: 2%;
}
.zpxx .zp .zp-list ul li{
    font-size: 16px;
	line-height: 30px;
	color: #8b8d91;
    font-family: "pf-r";
}
.zpxx .zp .zp-list ul li:nth-last-child(1){
    margin-left: 7% !important;
}
.zpxx .zp .zp-list .zp-n{
    height: 220px;
    overflow-y: scroll;
    padding-right: 5%;
}
.zpxx .zp .zp-list > h4 {
    font-size: 20px;
	line-height: 30px;
	color: #040b19;
    font-family: "pf-b";
    margin: 6% 0 3% 0;
    position: relative;
}
.zpxx .zp .zp-list > h4::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ff5500;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    bottom: -13px;
}

.zpxx .zp .zp-list .zp-n h4{
    font-size: 20px;
	line-height: 30px;
	color: #040b19;
    font-family: "pf-b";
    margin: 6% 0 3% 0;
}
.zpxx .zp .zp-list .zp-n p{
    font-size: 18px;
	line-height: 30px;
	color: #6d6e71;
    font-family: "pf-r";
    text-align: justify;
}
/* 自定义滚动条整体样式（轨道） */
.zp-n::-webkit-scrollbar {
    width: 2px;
}
/* 滚动条轨道样式 */
.zp-n::-webkit-scrollbar-track {
    background-color: transparent; 
        background-color: #dbdcde; 
            border-radius: 1px; 
}
/* 滚动条滑块样式 */
.zp-n::-webkit-scrollbar-thumb {
    height: auto;
	background-color: #ff5500;
}
.zpxx .zp .zp-list .td{
    border-top: 2px solid #ff5500;
    margin-top: 12%;
    padding-top: 4%;
}
.zpxx .zp .zp-list .td p{
    font-size: 18px;
	line-height: 30px;
	color: #565759;
    display: inline-block;
    font-family: "pf-r";
}
.zpxx .zp .zp-list .td p a{
    font-size: 18px;
	line-height: 30px;
	color: #ff5500;
    display: inline-block;
    font-family: "pf-r";
}
.zpxx .zp .zp-list:hover .td p a{
    font-family: "pf-b";
}
.zxly .container form input::placeholder{
  color: transparent;
  background: -webkit-linear-gradient(left, #77797c var(--size), #b21e23 var(--size));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 18px;
  font-family: "pf-r";
}

.zxly .container form textarea::placeholder{
    color: transparent;
    background: -webkit-linear-gradient(left, #77797c var(--size), #b21e23 var(--size));
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 18px;
    font-family: "pf-r";
  }
.zxly{
    margin-top: 4%;
    padding: 4% 0 2% 0;
    background: url(../images/lybj.png) no-repeat center center;
}
.zxly .container{
    margin-top: 2%;
}
.zxly .container form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zxly .container form>div{
    width: 48%;
    height: 70px;
	background-color: #ffffff;
	border-radius: 4px;
    margin-top: 2%;
    padding:  1%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zxly .container form>div input{
	font-size: 18px;
	color: #77797c;
    margin-left: 14px;
    font-family: "pf-r";
    flex: 1;
}
.zxly .container form>div:nth-last-child(2){
    width: 100%;
    height: 190px;
	background-color: #ffffff;
	border-radius: 4px;
    align-items: flex-start;
}
.zxly .container form>div:nth-last-child(2) textarea{
    width: 100%;
    height: 100%;
    margin-left: 14px;
    font-size: 18px;
	color: #77797c;
    font-family: "pf-r";
}
.zxly .container form>div:nth-last-child(1){
    width: 100%;
    background: none;
    padding: 0;
    margin: 4% 0;
}
.zxly .container form button{
	width: 330px;
	height: 60px;
	border-radius: 4px;
    text-align: center;
    line-height:60px;
    font-size: 18px;
	color: #ff5500;
    border: solid 1px #ff5500;
    transition: all .5s;
    background: #fff;
    margin: auto;
    cursor: pointer;
}
.zxly .container form button:hover{
    box-shadow: 1px 1px 10px #ff5500;
    transform: translateX(5px);
    background-color: #ff5500;
    color: #ffffff;
}
.re{
    position: relative;
    top: -80px;
}
.re2{
    position: relative;
    top: -120px;
}
.xq-ewm{
    width: 20%;
}
.box {
  width: 100%;
  text-align: center;
  margin-top: 3.636%;
  margin-bottom: 3%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 0px 9px;
  line-height: 26px;
  border: 1px solid #f3e1d7;
    background-color: #f6f5f4;
  margin: 3px 5px;
  color: #666;
  border-radius: 4px;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #ff5500;
  border: 1px solid #f3e1d7;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #ff5500;
}