.home-banner img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.home-banner .swiper-pagination-bullet-active {
    background: #f36d1f;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 4%;
}

.zw {
    width: 1420px;
    margin: auto;
}

.colorf5 {
    background: #f5f5f5;
}

.dis-space-b {
    display: flex;
    justify-content: space-between;
}

.home-product {
    padding: 1rem 0;
}

.home-product .product-l1 {
    width: 3rem;
    background: #fff;
}

.home-product .product-l1 .product-ti {
    width: 100%;
    position: relative;
    height: 1.06rem;
    background: #4b4b4a;
    padding-left: .36rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.home-product .product-l1 .product-ti::before {
    content: '';
    position: absolute;
    right: -.3rem;
    bottom: 0;
    border-bottom: .92rem solid rgba(255, 255, 255, .2);
    border-left: .46rem solid transparent;
    border-right: .46rem solid transparent;
}

.home-product .product-l1 .product-ti::after {
    content: '';
    position: absolute;
    right: .24rem;
    bottom: 0;
    border-bottom: .74rem solid rgba(255, 255, 255, .2);
    border-left: .37rem solid transparent;
    border-right: .37rem solid transparent;
}

.home-product .product-l1 .product-ti h2 {
    color: #fff;
    font-size: .3rem;
    margin-bottom: .04rem;
}

.home-product .product-l1 .product-ti span {
    color: #d4d4d4;
    font-size: 14px;
}

.home-product .product-l1 div h4 {
    height: .5rem;
    color: #fff;
    font-size: .18rem;
    background: #595958;
    line-height: .5rem;
    padding-left: .3rem;
    position: relative;
    cursor: pointer;
}

.home-product .product-l1 div h4.active {
    background: #f36d1f;
}

.home-product .product-l1 div h4 a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-product .product-l1 div h4 span {
    position: absolute;
    right: .3rem;
    top: .2rem;
    width: .2rem;
    height: .2rem;
    background: url(../images/down.png)center center no-repeat;
    background-size: .16rem .16rem;
    transform: rotate(-90deg);
    transition: .3s;
}

.home-product .product-l1 .product-nav ul {
    padding: .2rem 0 .4rem .5rem;
    box-sizing: border-box;
    display: none;
}

.home-product .product-l1 .product-nav ul li {
    color: #333;
    font-size: .16rem;
    line-height: .4rem;
    padding-left: .1rem;
    position: relative;
}

.home-product .product-l1 .product-nav ul li>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-product .product-l1 .product-nav ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 2px;
}

.home-product .product-l1 .product-nav ul li:hover {
    color: #f36d1f;
}

.home-product .product-l1 .pro-nav-active h4 {
    background: #f36d1f;
}

.home-product .product-l1 .pro-nav-active ul {
    display: block;
}

.home-product .product-l1 .pro-nav-active h4 span {
    transform: rotate(0);
}

.vc-ht .pro-nav-active h4 {
    color: #fff !important;
}

.vc-ht .pro-nav-active h4 {
    background: #595958;
}

.home-product .product-l1 .product-nav>a {
    color: #fff;
    font-size: .18rem;
    background: #595958;
    display: flex;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    padding-left: .3rem;
    box-sizing: border-box;
    margin-top: 1px;
}

.home-product .product-l1 .product-nav ul li.active {
    color: #f36d1f;
}

.home-product .product-r1 {
    flex: 1;
    padding-left: .3rem;
    box-sizing: border-box;
}

.home-product .product-r1 ul {
    display: flex;
    flex-wrap: wrap;
}

.home-product .product-r1 ul li {
    width: 32.6%;
    margin-left: 1.1%;
    margin-bottom: 1.4%;
    position: relative;
    transition: .4s;
}

.home-product .product-r1 ul li>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.home-product .product-r1 ul li:nth-child(3n+1) {
    margin-left: 0;
}

.home-product .product-r1 ul li>div {
    width: 100%;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: .1rem;
    overflow: hidden;
    position: relative;
}

.home-product .product-r1 ul li>div>b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px #fff solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform: translateY(-.2rem);
    opacity: 0;
    transition: .4s;
}

.home-product .product-r1 ul li>div>b .icon {
    width: .2rem;
    height: .2rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.home-product .product-r1 ul li>div img {
    max-width: 96%;
    max-height: 96%;
    transition: .4s;
}

.home-product .product-r1 ul li h4 {
    color: #333;
    font-size: .18rem;
    text-align: center;
    line-height: .5rem;
}

.home-product .product-r1 ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: .02rem;
    background: #f36d1f;
    width: 0;
    transition: .4s;
}

.home-product .product-r1 ul li:hover::after {
    left: 0;
    right: 0;
    width: 100%;
}

.home-product .product-r1 ul li:hover {
    box-shadow: 0 .02rem .05rem .05rem #eee;
}

.home-product .product-r1 ul li:hover>div b {
    opacity: 1;
    transform: translateY(0);
}

.home-product .product-r1 ul li:hover>div img {
    transform: scale(1.06)
}

.home-product .case-video {
    flex: 1;
    padding-left: .3rem;
    box-sizing: border-box;
}

.home-product .case-video ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.home-product .case-video ul li a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home-product .case-video ul li .video-pl {
    width: 450px;
    height: 300px;
    overflow: hidden;
}

.home-product .case-video ul li .video-pl img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s;
}

.home-product .case-video ul li .video-ca {
    flex: 1;
    height: 300px;
    background: #e4e4e4;
    display: flex;
    padding: .3rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}

.home-product .case-video ul li .video-ca div {
    color: #999;
    font-size: 16px;
    line-height: 28px;
    max-height: 140px;
    overflow: hidden;
    margin: 14px 0;
}

.home-product .case-video ul li .video-ca h4 {
    color: #333;
    font-size: .3rem;
    font-weight: 550;
}

.home-product .case-video ul li .video-ca .case-btn {
    display: flex;
    align-items: center;
}

.home-product .case-video ul li .video-ca span {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #f36d1f;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-right: .2rem;
    position: relative;
}

.home-product .case-video ul li .video-ca span a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-product .case-video ul li .video-ca span i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #fff solid;
    margin-left: .1rem;
}

.home-product .case-video ul li .video-ca .icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.home-product .case-video ul li:hover img {
    transform: scale(1.1);
}

.home-application {
    padding: .7rem 0;
}

.ti-h2 {
    color: #333;
    font-size: .3rem;
}

.ti-h2 span {
    color: #f36d1f;
}

.home-application>h2,
.home-application>p {
    text-align: center;
}

.ti-p {
    color: #757575;
    font-size: .16rem;
    margin: .12rem 0;
    line-height: .26rem;
}

.com-ul {
    display: flex;
    justify-content: center;
}

.com-ul>li {
    padding: 0 .22rem;
    height: .4rem;
    background: #4b4b4a;
    margin-left: .2rem;
    width: auto;
}

.com-ul>li:first-child {
    margin-left: 0;
}

.com-ul>li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    line-height: .4rem;
    text-align: center;
    font-size: .16rem;
}

.com-ul>li:hover {
    background: #f36d1f;
}

.com-ul>li.active {
    background: #f36d1f;
}

.home-application .appli-li {
    margin-top: .24rem;
}

.home-application .appli-li ul {
    display: flex;
}

.home-application .appli-li ul li {
    width: 24%;
    height: 4.8rem;
    position: relative;
    padding: .5rem .24rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 1.333%;
}

.home-case .case-btn .case-logo ul>li:first-child {
    margin-left: 0;
}

.home-application .appli-li ul li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.home-application .appli-li ul li .appli-t {
    width: 100%;
    padding: 0 .24rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: .5s;
}

.home-application .appli-li ul li .appli-t::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f5daca;
}

.home-application .appli-li ul li .appli-t::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: .08rem;
    background: #f36d1f;
}

.home-application .appli-li ul li .appli-t h3 {
    color: #333333;
    font-size: .24rem;
    line-height: .24rem;
    transition: .3s;
}

.home-application .appli-li ul li .appli-t span {
    color: #757575;
    font-size: .14rem;
    margin-top: .06rem;
}

.home-application .appli-li ul li .appli-icon {
    width: .09rem;
    height: .46rem;
    position: relative;
    margin: .18rem auto .1rem;
    display: flex;
    transition: .8s;
    transform: translateX(-2rem);
    opacity: 0;
}

.home-application .appli-li ul li .appli-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: #fff;
}

.home-application .appli-li ul li .appli-icon::after {
    content: '';
    position: absolute;
    right: .04rem;
    bottom: 0;
    height: 100%;
    width: .01rem;
    background: #fff;
}

.home-application .appli-li ul li p {
    color: #fff;
    font-size: .14rem;
    line-height: .26rem;
    transition: .8s;
    transform: translateY(-2.5rem);
    opacity: 0;
}

.home-application .appli-li ul li>i {
    width: 1.04rem;
    height: .32rem;
    background: #fff;
    font-size: .14rem;
    line-height: .32rem;
    text-align: center;
    color: #f36d1f;
    display: block;
    margin: .52rem auto 0;
    transition: .8s;
    transform: translateY(2rem);
    opacity: 0;
}

.home-application .appli-li ul li b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #f36d1f;
    z-index: -1;
}

.home-application .appli-li ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}


.home-application .appli-li ul li:hover .appli-t {
    animation: appli-t .5s forwards;
}

@keyframes appli-t {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(.1rem);
    }

    75% {
        transform: translateX(.2rem);
    }

    100% {
        text-align: center;
        transform: translateX(0);
    }
}

.home-application .appli-li ul li:hover .appli-t h3,
.home-application .appli-li ul li:hover .appli-t span {
    color: #fff;
}

.home-application .appli-li ul li:hover .appli-t::after {
    opacity: 0;
}

.home-application .appli-li ul li:hover .appli-t::before {
    opacity: 0;
}

.home-application .appli-li ul li:hover .appli-icon {
    transform: translateX(0);
    opacity: 1;
}

.home-application .appli-li ul li:hover p {
    transform: translateY(0);
    opacity: 1;
}

.home-application .appli-li ul li:hover i {
    transform: translateY(0);
    opacity: 1;
}

.home-application .appli-li ul li:hover b {
    height: 100%;
}

.home-application .appli-li ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    transform: .8s;
}

.home-application .appli-li ul li:hover::before {
    background: rgba(255, 255, 255, .1);
}


.home-video {
    padding: .76rem 0;
}

.home-video .video-l {
    width: 34%;
    padding-right: 1rem;
    box-sizing: border-box;
}

.home-video .video-l h2 {
    color: #333333;
    font-size: .72rem;
    font-weight: 550;
    margin-bottom: .1rem;
    margin-top: .1rem;
}

.home-video .com-ul {
    justify-content: flex-start;
    padding-top: .42rem;
}

.home-video .video-m {
    flex: 1;
    height: 390px;
    position: relative;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

.home-video .video-m.active {
    display: flex;
}

.home-video .video-m .video-m-l {
    flex: 1;
    height: 100%;
    position: relative;
}

.home-video .video-m .video-m-l>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-video .video-m b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    margin: auto;
    background: #f36d1f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.home-video .video-m b .icon {
    width: .2rem;
    height: .2rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.home-video .video-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.home-video .video-img.active {
    display: block;
}

.home-video .video-img>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-video .video-img a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
}

.home-video .video-img>div img {
    width: 100% !important;
    height: 390px;
}

.home-video .video-m img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
}

.home-video .video-m .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: .54rem;
    width: 1.26rem;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.home-video .video-m .btn span {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.home-video .video-m .btn span .icon {
    width: .14rem;
    height: .14rem;
    fill: currentColor;
    overflow: hidden;
    color: #333;
}

.home-video .video-m .btn span:hover .icon {
    color: #fff;
}

.home-video .video-m .btn span:hover {
    background: #f36d1f;
}

.home-video .video-m .video-m-l:hover b,
.home-video .video-m video-r div:hover b {
    background: rgba(243, 109, 31, 0);
    transform: scale(1.1);
}

.home-video .video-m .video-m-l:hover img,
.home-video .video-m video-r div:hover img {
    transform: scale(1.1);
}


.home-video .video-r {
    width: 36%;
    padding-left: 10px;
    box-sizing: border-box;
}

.home-video .video-r>div {
    height: 190px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.home-video .video-r>div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-video .video-r div img {
    width: 100%;
    height: 190px;
}

.home-video .video-r div:last-child {
    margin-bottom: 0;
}

.home-video .video-r div img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.home-video .video-r b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    margin: auto;
    background: #f36d1f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.home-video .video-r b .icon {
    width: .2rem;
    height: .2rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.home-video .video-r div:hover b {
    background: rgba(243, 109, 31, 0);
    transform: scale(1.1);
}

.home-video .video-r div:hover img {
    transform: scale(1.1);
}

.home-about {
    position: relative;
}

.home-about>img {
    width: 100%;
    display: block;
}

.home-about .about-c {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 1rem 0;
    box-sizing: border-box;
}

.home-about .about-c>img {
    width: 2.56rem;
    height: .42rem;
    display: block;
    margin: auto;
}

.home-about .about-c>i {
    color: #ffffff;
    font-size: .18rem;
    display: flex;
    justify-content: center;
    margin: .2rem 0;
}

.home-about .about-c .line {
    width: .09rem;
    height: .46rem;
    margin: auto;
    position: relative;
    margin-bottom: .2rem;
}

.home-about .about-c .line::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: #fff;
}

.home-about .about-c .line::after {
    content: '';
    position: absolute;
    left: .04rem;
    right: .04rem;
    top: 0;
    bottom: 0;
    background: #fff;
}

.home-about .about-c>p {
    line-height: .26rem;
    font-size: .14rem;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}

.home-about .about-c>a {
    width: 1.48rem;
    height: .42rem;
    line-height: .42rem;
    background: #f36d1f;
    color: #fff;
    font-size: .14rem;
    text-align: center;
    display: block;
    margin: .7rem auto 0;
    position: relative;
    transition: all .5s;
}

.home-about .about-c>ul {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.home-about .about-c>ul li {
    width: 12%;
}

.home-about .about-c>ul li div {
    display: flex;
    align-items: flex-end;
}

.home-about .about-c>ul li div h4 {
    color: #fff;
    font-size: .6rem;
    line-height: .6rem;
    margin-right: .06rem;
}

.home-about .about-c>ul li div span {
    color: #fff;
    font-size: .22rem;
    font-weight: 200;
}

.home-about .about-c>ul li div .icon {
    width: .22rem;
    height: .22rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.home-about .about-c>ul li p {
    color: #fff;
    font-size: .16rem;
    margin-top: .06rem;
}

.home-honor {
    padding-top: .5rem;
    padding-bottom: .6rem;
}

.home-honor div ul {
    display: flex;
    margin-top: 40px;
}

.home-honor div ul li {
    width: 24.4%;
    margin-left: 0.8%;
    height: 230px;
    border: 1px #eee solid;
    display: flex;
    transition: .4s;
}

.home-honor div ul li:first-child {
    margin-left: 0;
}

.home-honor div ul li img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.home-honor div ul li:hover {
    transform: translateY(-20px);
}

.home-news .news-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .36rem;
}

.home-news .news-nav ul {
    display: flex;
}

.home-news .news-nav ul li {
    text-align: right;
    margin-left: .4rem;
    display: flex;
}

.home-news .news-nav ul li a {
    color: #fff;
    font-size: .16rem;
    color: #757575;
}

.home-news .news-nav ul li a:hover {
    color: #f36d1f;
}

.news-con {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.news-con .news-l {
    width: 43%;
    position: relative;
}

.news-con .news-l div {
    height: 4.6rem;
    width: 100%;
    position: relative;
    display: none;
    opacity: 0;
}

.news-con .news-l div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-con .news-l div img {
    width: 100%;
    height: 100%;
}

.news-con .news-l div p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .6rem;
    line-height: .6rem;
    color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .7);
    font-size: .18rem;
    padding: 0 .1rem;
    box-sizing: border-box;
}

.news-con .news-l div.active {
    display: flex;
    animation: news-item .3s forwards;
}

@keyframes news-item {
    0% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }

}

.news-con .news-l ol {
    position: absolute;
    right: 0;
    bottom: 0;
    height: .6rem;
    width: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-con .news-l ol li {
    width: .07rem;
    height: .07rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 .03rem;
    cursor: pointer;
}

.news-con .news-l ol .active {
    background: #f36d1f;
}

.news-con .news-r {
    flex: 1;
    padding-left: .48rem;
    box-sizing: border-box;
}

.news-con .news-r ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-self: self-start;
    height: 100%;
}

.news-con .news-r ul li {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: .2rem;
    border-bottom: 1px #f1f1f1 solid;
}

.news-con .news-r ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-con .news-r ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.news-con .news-r ul li .news-time {
    width: 1.4rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f0f0f0;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.news-con .news-r ul li .news-time::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 1.1rem;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, .4);
    box-sizing: border-box;
    opacity: 0;
    transition: .5s;
}

.news-con .news-r ul li .news-time::before {
    content: '';
    position: absolute;
    left: 49%;
    right: 49%;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    background: #f36d1f;
    transition: .5s;
}

.news-con .news-r ul li .news-time p {
    color: #333;
    font-size: .36rem;
    width: 60%;
    margin-bottom: .1rem;
    position: relative;
    z-index: 9;
    transition: .5s;
}

.news-con .news-r ul li .news-time span {
    color: #757575;
    font-size: .16rem;
    width: 60%;
    position: relative;
    z-index: 9;
    transition: .5s;
}

.news-con .news-r ul li .news-title {
    padding: 0 .46rem 0 .3rem;
    box-sizing: border-box;
    flex: 1;
    transition: .5s;
}

.news-con .news-r ul li .news-title h4 {
    color: #333333;
    font-size: .18rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .16rem;
}

.news-con .news-r ul li .news-title p {
    color: #757575;
    font-size: .14rem;
    line-height: .26rem;
}

.news-con .news-r ul li i {
    width: .46rem;
    height: .46rem;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news-con .news-r ul li i::after {
    content: '';
    position: absolute;
    left: 49%;
    right: 49%;
    top: 0;
    right: 0;
    width: 0;
    bottom: 0;
    transition: .5s;
    background: #f36d1f;
}

.news-con .news-r ul li i .icon {
    width: .2rem;
    height: .2rem;
    fill: currentColor;
    overflow: hidden;
    color: #666;
    position: relative;
    z-index: 8;
}

.news-con .news-r ul li:hover .news-time::before {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.news-con .news-r ul li:hover .news-time::after {
    width: .6rem;
    opacity: 1;
}

.news-con .news-r ul li:hover .news-time p {
    transform: translateX(.14rem);
    color: #fff;
}

.news-con .news-r ul li:hover .news-time span {
    transform: translateX(-.14rem);
    color: #fff;
}

.news-con .news-r ul li:hover .news-title {
    transform: translateX(.2rem);
}

.news-con .news-r ul li:hover i::after {
    left: 0;
    right: 0;
    width: 100%;
}

.news-con .news-r ul li:hover i .icon {
    color: #fff;
}



.button2:hover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, .2);
}

.button2::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button2:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.inpage-question {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
}

.inpage-question>div {
    width: 49.6%;
    padding: 40px 40px;
    box-sizing: border-box;
}

.inpage-question>div h2 {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 130px;
    background: #757575;
    border-radius: 20px;
    font-weight: 550;
    text-align: center;
}

.inpage-question>div ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.inpage-question>div ul li {
    width: 100%;
    border-top: .05rem solid #fff;
    border-left: .03rem solid #fff;
    border-bottom: .05rem solid #fff;
    border-right: .03rem solid #fff;
    display: flex;
    flex-direction: column;
    padding: 0 34px;
    box-sizing: border-box;
    position: relative;
}

.inpage-question>div ul li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    height: 2px;
    background: #f36d1f;
    width: 0;
    transition: .4s;
}

.inpage-question>div ul li .que-q {
    height: 60px;
    display: flex;
    align-items: center;
}

.inpage-question>div ul li .que-a {
    padding: 20px 0;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

.inpage-question>div ul li .que-a span {
    width: 30px;
    height: 30px;
    background: #999;
    display: block;
    position: relative;
}

.inpage-question>div ul li .que-a span::before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.inpage-question>div ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inpage-question>div ul li .que-q span {
    width: 30px;
    height: 30px;
    color: #fff;
    background: #f36d1f;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    transition: .4s;
}

.inpage-question>div ul li .que-q h4 {
    color: #666;
    font-size: 16px;
    margin-left: 10px;
    transition: .4s;
}

.inpage-question>div ul li:hover .que-q span,
.inpage-question>div ul li:hover h4 {
    transform: translateX(30px);
}

.inpage-question>div ul li:hover::before {
    width: 36px;
}

.inpage-network {
    margin: .4rem auto .4rem;
    display: flex;
    justify-content: space-between;
    border: 2px #f36d1f solid;
    position: relative;
}

.inpage-network::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    top: 1rem;
    bottom: .3rem;
    background: #333;
}

.inpage-network>div {
    width: 49.6%;
    padding: 30px 70px;
    box-sizing: border-box;
}

.inpage-network>div h2 {
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 130px;
    background: #757575;
    border-radius: 20px;
    font-weight: 550;
    text-align: center;
}

.inpage-network>div ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0 !important;
    justify-content: space-between;
}

.inpage-network>div ul li {
    width: 50%;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
}

.inpage-network>div ul li h4 {
    display: flex;
}

.inpage-network>div ul li:nth-child(2n) {
    justify-content: flex-end;
    text-align: right;
}

.inpage-network>div ul li:nth-child(2n) h4 {
    justify-content: flex-end;
}

.inpage-network>div ul li h4 .icon {
    height: 18px;
    width: 18px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
}

.inpage-network>div ul li h4 span {
    color: #333;
    font-size: 16px;
    margin-left: 16px;
}

.inpage-network>div ul li>span {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
}

.page>label {
    display: none;
}

@media screen and (max-width: 1480px) {
    .zw {
        width: 92%;
    }
}