@font-face{
    font-family: 'YouSheBiaoTiHei';
    src : url('./fonts/YouSheBiaoTiHei-2.ttf');
}
/*nav部分*/
a{
    text-decoration:none;
}
body{
    margin: 0;
    color: #212121;
    width: 100vw;
    overflow-x: hidden;
}
.nav{
    width: 100%;
    height: 80px;
}
.nav-content{
    width: 1000px;
    display: block;
    padding: 0;
    margin: 0 auto;
    height: 100%;
}
.nav  a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.nav .nav-logo{
    display: inline-block;
    width: 170px;
    height: 80px;
    vertical-align: middle;
}
.nav .nav-logo img{
    width: 170px;
    height: 56px;
    margin-top: 12px;
}
.nav .nav-list{
    display: inline-block;
    margin-left: 67px;
    height: 100%;
    vertical-align: middle;
}
.nav .nav-list .nav-list-item{
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 30px 12px;
    font-size: 14px;
}
.nav .nav-list .nav-list-item a{
    color: #9E9E9E;
    position: relative;
}
.nav .nav-list .nav-list-active a{
    color: #212121;
}
.nav .nav-list .nav-list-item a:after{
    position: absolute;
    content:"";
    display: block;
    background: #212121;
    width: 0;
    height: 2px;
    bottom:-30px;
    transition: all 0.5s ease-out 0s;
}
.nav .nav-list .nav-list-active a:after{
    width: 100%;
}
.nav .nav-list:hover .nav-list-active a{
    color: #9E9E9E;
}
.nav .nav-list:hover .nav-list-active a:after{
    width: 0;
}
.nav .nav-list .nav-list-item:hover a{
    color: #212121;
}
.nav .nav-list .nav-list-item:hover a:after{
    position: absolute;
    content:"";
    display: block;
    background: #212121;
    width: 100%;
    height: 2px;
    /*animation: aselect 1s linear 0s;*/
}
.nav .nav-phone{
    display: inline-block;
    width: 202px;
    height: 80px;
    margin-left: 160px;
    vertical-align: middle;
}
.nav .nav-phone img{
    width: 202px;
    height: 80px;
}

.nav_fixed{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 101;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s ease 0s;
    /*height: 60px;*/
    box-shadow: 2px 0px 10px #a3a2a22e;
}
/*.nav_fixed .nav-logo{*/
/*    height: 60px;*/
/*}*/
/*.nav_fixed .nav-list .nav-list-item{*/
/*    padding: 20px 12px;*/
/*    vertical-align: middle;*/
/*}*/
/*.nav_fixed .nav-phone{*/
/*    height: 60px;*/
/*}*/
/*.nav_fixed .nav-logo img{*/
/*    width: 148px;*/
/*    height: 45px;*/
/*    margin-top: 10px;*/
/*}*/
/*.nav_fixed .nav-phone img{*/
/*    height: 60px;*/
/*    width: 152px;*/
/*}*/
/*.nav_fixed .nav-list .nav-list-item a:after{*/
/*    bottom: -20px;*/
/*}*/
.fixed-to-top{
    display: none;
}
.nav-control{
    display: none;
}
.nav-bg{
    display: none;
}
/*nav部分*/

/*头部banner部分*/
.ibanner{
    width: 100%;
    background: #F8FBFA;
    height: 540px;
}
.ibanner-content{
    width: 1000px;
    margin: 0 auto;
    height: 540px;
}
.ibanner-text{
    width: 580px;
    display: inline-block;
}
.ibanner-text1{
    font-family: 'YouSheBiaoTiHei';
    font-size: 60px;
    padding-top: 143px;
    cursor: pointer;
    position: relative;
    z-index: 60;
}
.ibanner-text1-p{
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 2.1s linear;
    position: relative;
}
.ibanner-text1-p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 2.1s linear;
}
.ibanner-text1-p2{
    display: inline-block;
    color: transparent;
    background: linear-gradient(180deg, #28C687 5%, #FFAB7F 100%);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg2 2.7s linear;
    position: relative;
}
.ibanner-text1-p2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth2 2.7s linear;
}
.ibanner-text1-p3{
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg3 3.3s linear;
    position: relative;
}
.ibanner-text1-p3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth3 3.3s linear;
}
.ibanner-text1:hover .ibanner-text1-p{
    animation: bgxx 2.1s linear;
}
.ibanner-text1:hover  .ibanner-text1-p::after{
    animation: dynamicWidthxx 2.1s linear;
}
.ibanner-text1:hover  .ibanner-text1-p2{
    animation: bg2xx 2.7s linear;
}
.ibanner-text1:hover  .ibanner-text1-p2::after {
    animation: dynamicWidth2xx 2.7s linear;
}
.ibanner-text1:hover .ibanner-text1-p3{
    animation: bg3xx 3.3s linear;
}
.ibanner-text1:hover .ibanner-text1-p3::after{
    animation: dynamicWidth3xx 3.3s linear;
}
.ibanner-text2{
    font-size: 24px;
    padding-top: 5px;
    cursor: pointer;
}
.ibanner-text2-p{
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(to right, #9E9E9E, #9E9E9E, #9E9E9E);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 3.3s linear;
    position: relative;
}
.ibanner-text2-p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 3.3s linear;
}

.ibanner-text2:hover .ibanner-text2-p{
    animation: bgxx 3.3s linear;
}
.ibanner-text2:hover .ibanner-text2-p:after{
    animation: dynamicWidthxx 3.3s linear;
}
.ibanner-animation{
    margin-left: 10px;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    height: 540px;
    padding-top: 70px;
}
.ibanner-animation-bg{
    position: relative;
    width: 413px;
    height: 100%;
    top:0;
    left: 0;
}
.ibanner-animation-bg .ibanner-bg{
    position: absolute;
    width: 1100px;
    height: 568px;
    left: -555px;
    margin-left: 50%;
    z-index: 20;
}

.ibanner-animation-bg .ibanner-3d{
    position: absolute;
    width: 160px;
    height: 150px;
    left: -80px;
    top:80px;
    margin-left: 50%;
    animation: swing 8s infinite;
    z-index: 30;
}

.ibanner-sd{
    width: 24px;
    height: 27px;
    position: absolute;
    top: 304px;
    left: 275px;
    animation: shansuo 2s infinite;
    z-index: 20;
}
.ibanner-wp1{
    position: absolute;
    opacity: 0;
    width: 45px;
    height: 48px;
    top:100px;
    left: 0px;
    animation:
            zhuandong 20s  linear infinite, /* 向左移动动画，持续2秒，无限循环，交替进行 */
            zhuandong2 20s linear infinite;
    z-index: 25;
}
.ibanner-wp2{
    position: absolute;
    opacity: 0;
    width: 43px;
    height: 38px;
    top:100px;
    left: 0px;
    animation:
            zhuandong 20s  linear infinite 6s, /* 向左移动动画，持续2秒，无限循环，交替进行 */
            zhuandong2 20s linear infinite 6s;
    z-index: 25;
}
.ibanner-wp3{
    position: absolute;
    opacity: 0;
    width: 33px;
    height: 38px;
    top:100px;
    left: 0px;
    animation:
            zhuandong 20s  linear infinite 13s, /* 向左移动动画，持续2秒，无限循环，交替进行 */
            zhuandong2 20s linear infinite 13s;
    z-index: 25;
}
.itab{
    width: 100%;
    height: 100px;
    background: #ffffffb0;
    z-index: 50;
    position: relative;
}
.itab-content{
    width: 1000px;
    margin: 0 auto;
    height: 100px;
}
.itab-content-item{
    display: inline-block;
    height: 100px;
    width: 250px;
    cursor: pointer;
    position: relative;
}
.itab-content-item-text{
    padding-top: 22px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bolder;
    text-align: center;
    width: 250px;
    position: relative;
    z-index: 40;
}
.itab-content-item-text2{
    font-size: 14px;
    line-height: 20px;
    width: 250px;
    color: #9E9E9E;
    text-align: center;
    position: relative;
    z-index: 40;
}
.itab-content-item:hover{
    background: #FFFFFF;
}
.itab-content-item:hover .itab-content-item-text{
    color: #28C687;
}
.itab-content-item:hover .itab-content-item-text2{
    /*color: transparent;*/
    /*background-image: linear-gradient(to right, #9E9E9E, #9E9E9E, #9E9E9E);*/
    /*background-repeat: no-repeat;*/
    /*-webkit-background-clip: text;*/
    /*background-size: 100% 100%;*/
    /*animation: bgxx 2s linear;*/
}
.itab-content-item:hover .itab-content-item-text2:after{
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0px; !* 伪元素从右边开始，但隐藏起来 *!*/
    /*width: 0px;*/
    /*height: 100%;*/
    /*background-image: inherit; !* 继承容器的背景 *!*/
    /*filter: blur(15px); !* 应用高斯模糊效果 *!*/
    /*animation: dynamicWidthxx 2s linear;*/
}
.itab1{
    width: 100%;
    background: #ffffffb0;
    z-index: 50;
    position: relative;
    margin-top: 80px;
}
.tab5{
    width: 100%;
    background: #fff;
    z-index: 50;
    position: relative;
    margin-top: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.tab5-title{
    font-size: 24px;
    line-height: 34px;
}
.tab5-button{
    display: inline-block;
    margin-top: 12px;
    background: #28C687;
    padding:8px 24px;
    white-space: nowrap;
}
.tab5-button-text{
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}
.tab5-button-img{
    display: inline-block;
    width: 12px;
    height: 18px;
    vertical-align: middle;
    margin-left: 3px;
}
.tab5-button-img img{
    margin-top: 3px;
    width: 12px;
    height: 12px;
}
.newstab{
    width: 100%;
    background: #F9F9F9;
    z-index: 50;
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.tab4{
    width: 100%;
    background: #F9F9F9;
    z-index: 50;
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.itab1-content,.newstab-content,.stab-content,.tab4-content,.tab5-content{
    width: 1000px;
    margin: 0 auto;
}
.stab{
    width: 100%;
    z-index: 50;
    position: relative;
    padding-top: 80px;
}
.itab1-title{
    width: 100%;
    text-align: center;
    font-size: 38px;
    line-height: 54px;
    font-weight: bolder;
}

.itab1-des{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
    color: #9E9E9E;
}
.itab1-menu{
    width: 960px;
    margin-left: 20px;
    margin-top: 32px;
}
.itab1-menu-item{
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 28px;
    text-align: center;
    color: #D8D8D8;
    font-size: 16px;
    line-height:22px;
}
.itab1-menu-item a{
    height: 28px;
    display: inline-block;
    border-bottom: 2px solid #FFFFFF;
}
.itab1-menu-selected{
    color: #212121;
}
.itab1-menu-selected a{
    border-bottom: 2px solid #212121;
}
.newstab-body{
    width: 100%;
    margin-top: 32px;
}
.newstab-body-box1{
    display: inline-block;
    width: 708px;
    height: 445px;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    z-index: 20;
}
.newstab-body-tag{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 0px 52px 0px;
    padding: 8px 26px 8px 16px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #FFFFFF;
}
.newstab-body-box1-content{
    width: 690px;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding-top: 33px;
    padding-bottom: 18px;
    padding-left: 18px;
    position: absolute;
    bottom:0;
    left: 0;
}
.newstab-body-box1-data{
    margin-top: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #FAFAFA;
}
.newstab-body-box1-title{
    font-size: 18px;
    line-height: 24px;
    color:#FFFFFF;
}
.newstab-body-box1-body{
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    width:672px;
    color: #FAFAFA;
    opacity: 0.7;
    letter-spacing:2px;
}
.newstab-body-box1 img{
    width: 708px;
    height: 445px;
    border-radius: 4px;
    z-index: 21;
}
.newstab-body-box2{
    margin-left: 20px;
    display: inline-block;
    width: 236px;
    height: 409px;
    vertical-align: middle;
    padding: 18px;
    border-radius: 4px;
    background: #FFFFFF;
}
.newstab-news-title{
    color: #212121;
    font-size: 18px;
    font-weight: bolder;
}

.newstab-news-list{
    width: 236px;
    height: 317px;
    border-bottom: 1px solid #E0E0E0;
}
.newstab-news-list-item{
    margin-top: 18px;
}
.newstab-news-button{
    width: 100%;
    margin-top: 23px;
    text-align: center;
}
.newstab-news-button-text{
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.newstab-news-button-img{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.newstab-news-button-img img{
    width: 20px;
    height: 20px;
}
.newstab-news-list-item-title{
    font-size: 14px;
    font-weight: bolder;
    line-height: 20px;
    color: #212121;
    height:  20px;
    overflow: hidden;
}
.newstab-news-list-item-desc{
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #C4C4C4;
}
.itab1-body{
    width: 100%;
    margin-top: 32px;
}
.itab1-body-box1{
    display: inline-block;
    width: 260px;
    height: 352px;
    vertical-align: middle;
}
.itab1-body-box1-item{
    width: 256px;
    height: 66px;
    margin-bottom:24px ;
    border: 2px solid #fff;
}
.itab1-body-box1-icon{
    display: inline-block;
    width: 66px;
    height: 66px;
}
.itab1-body-box1-icon img{
    width: 66px;
    height: 66px;
    vertical-align: middle;
}
.itab1-body-box1-text{
    display: inline-block;
    width: 190px;
    height: 66px;
    vertical-align: middle;
}
.itab1-body-box2{
    margin-left: 40px;
    display: inline-block;
    width: 700px;
    height: 352px;
    vertical-align: middle;
}
.itab1-body-box2 img{
    width: 700px;
    height: 348px;
    margin-top: 2px;
}
.itab1-body-box1-text1{
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: bolder;
    padding-top: 10px;
}
.itab1-body-box1-text2{
    font-size: 12px;
    line-height: 18px;
    color: #9E9E9E;
    margin-top: 4px;
}
.itab1-body-box1-item:nth-child(1).itab1-body-box1-active{
    background: linear-gradient(91deg, #F5F8F3 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.itab1-body-box1-item:nth-child(2).itab1-body-box1-active{
    background: linear-gradient(91deg, #F3F3F8 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.itab1-body-box1-item:nth-child(3).itab1-body-box1-active{
    background: linear-gradient(91deg, #F8F5F3 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.itab1-body-box1-item:nth-child(4).itab1-body-box1-active{
    background: linear-gradient(91deg, #F3F4F8 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}

.itab1-body-box1:hover .itab1-body-box1-item{
    background:none;
    box-shadow: none;
}
.itab1-body-box1-item:nth-child(1):hover{
    background: linear-gradient(91deg, #F5F8F3 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.itab1-body-box1-item:nth-child(2):hover{
    background: linear-gradient(91deg, #F3F3F8 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.itab1-body-box1-item:nth-child(3):hover{
    background: linear-gradient(91deg, #F8F5F3 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.itab1-body-box1-item:nth-child(4):hover{
    background: linear-gradient(91deg, #F3F4F8 0%, #FFFFFF 99%);
    /* 渐变 */
    border-radius: 8px;
    /*box-shadow: 2px 0px 10px #a3a2a2;*/
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}
.bannerSwiper{
    margin-top: 32px;
    position: relative;
    height: 25.5vw;
    z-index: 20;
}
.bannerSwiper .swiper-slide{
    width: 50vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    overflow: hidden;
}
.swiper-slide-box{
    width: 50vw;
    height: 25.5vw;
    position: relative;
    border-radius: 0.571vw;
}
.swiper-slide-box-text{
    width: 50vw;
    height:7.57vw;
    padding-top: 1.285vw;
    padding-left: 1.714vw;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
}
.swiper-slide-active .swiper-slide-box-text{
    opacity: 1;
}
.swiper-slide-box-text1{
    font-weight: bolder;
    font-size: 1.285vw;
    line-height: 1.714vw;
    color:#FFFFFF;
}
.swiper-slide-box-text2{
    font-size: 1vw;
    line-height: 1.428vw;
    margin-top: 0.428vw;
    color:#FAFAFA;
    opacity: 0.7;
}
.swiper-slide-box img{
    width: 50vw;
    height: 25.5vw;
}
.bannerSwiper-next{
    width: 24vw;
    height: 25.5vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 3%, rgba(255, 255, 255, 0) 99%);
}
.bannerSwiper-prev{
    width: 24vw;
    height: 25.5vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 3%, rgba(255, 255, 255, 0) 99%);
}
.bannerSwiper-prev img{
    right:2vw
}
.bannerSwiper-next img{
    left:2vw
}
.bannerSwiper-prev img,.bannerSwiper-next img{
    width: 4.66vw;
    height: 4.66vw;
    top: 10.42vw;
    position: absolute;
}
.tab4-body{
    width: 100%;
    margin-top: 32px;
}
.itab4-body-item{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 250px;
    margin-right: 20px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 70px;
    text-align: center;
}
.itab4-body-img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.itab4-body-img img{
    width: 80px;
    height: 80px;
}
.itab4-body-title{
    margin-top: 24px;
    font-size: 24px;
    font-weight: bolder;
}
.itab4-body-des{
    margin: 0 auto;
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    width:260px;
    color:#9E9E9E
}
.itab4-body-item:nth-child(3n){
    margin-right: 0;
}
.footer{
    width: 100%;
    background: #F9F9F9;
}
.footer-content{
    width: 1000px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 24px;
}
.footer-content-weixin{
    display: inline-block;
    vertical-align: middle;
    width: 256px;
    height: 240px;
}
.footer-content-menu{
    display: inline-block;
    vertical-align: middle;
    margin-left: 84px;
    width: 660px;
    height: 240px;
}
.footer-content-menu-item{
    display: inline-block;
    vertical-align: middle;
    width: 132px;
    height: 240px;
}
.footer-content-menu-item-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bolder;
    margin-bottom: 12px;
}
.footer-content-menu-item-li{
    margin-top: 16px;
}
.footer-content-menu-item-li a{
    font-size: 14px;
    line-height: 20px;
    color: #9E9E9E;
}
.footer-content-hztitle{
    font-size: 16px;
    line-height: 22px;
    color: #9E9E9E;
}
.footer-content-img{
    width: 216px;
    height: 45px;
    margin-top: 10px;
}
.footer-content-img img{
    width: 216px;
    height: 45px;
}

.footer-content-code{
    width: 256px;
    height: 133px;
    margin-top:24px;
}
.footer-copy-text{
    width: 1000px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.footer-copy{
    padding-top: 16px;
    width: 1000px;
    margin: 0 auto;
    border-top:1px solid #EBEBEB ;
    padding-bottom: 22px;
}
.footer-content-phone{
    font-size: 32px;
    font-weight: bolder;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}
.footer-content-code1{
    width: 116px;
    display: inline-block;
    vertical-align: middle;
}
.footer-content-code2{
    width: 116px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
.footer-content-code1-img{
    width: 116px;
    height: 116px;
}
.footer-content-code1-img img{
    width: 116px;
    height: 116px;
}
.footer-content-code1-text{
    width: 116px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
}
.fixed-left{
    position: fixed;
    top:30vh;
    right: 24px;
    background: #FFFFFF;
    border-radius: 322px;
    width: 80px;
    height: 384px;
    padding-top: 20px;
    z-index: 99;
    box-shadow: 1px 1px 20px 1px #9e9e9e;
}
.fixed-to-top{
    position: fixed;
    top:calc( 30vh + 424px);
    border-radius: 80px;
    background: #FFFFFF;
    right: 24px;
    width: 80px;
    height: 80px;
    z-index: 99;
    box-shadow: 1px 1px 20px 1px #9e9e9e;
}
.fixed-to-top img{
    width: 48px;
    height: 48px;
    margin-top: 16px;
    margin-left: 16px;
    filter: brightness(0%);
}
.fixed-to-top:hover img{
    filter: brightness(100%);
}
.fixed-left-item{
    margin-top: 24px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.fixed-left-item-img{
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.fixed-left-item-img img{
    width: 36px;
    height: 36px;
    filter: brightness(0%);
}
.fixed-left-item-text{
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
}
.fixed-left-item:hover .fixed-left-item-img img{
    filter: brightness(100%);
}
.fixed-left-item-content1{
    position: fixed;
    top:calc( 30vh + 120px);
    right: 104px;
    display: none;
    padding-right: 10px;
    width: 320px;
    height: 216px;
}

.fixed-left-item-content2{
    position: fixed;
    top:calc( 30vh + 40px);
    right: 104px;
    display: none;
    padding-right: 10px;
    width: 240px;
    height: 300px;
}
.fixed-left-item-content2-body{
    height: 300px;
    width: 202px;
    border-radius: 4px;
    padding-left:24px;
    background: linear-gradient(161deg, #F3FDF9 1%, #F3FDF9 9%, #FFFFFF 43%, #FFFFFF 89%);
    border: 4px solid #FFFFFF;
    box-shadow: 1px 1px 20px 1px #9e9e9e;
    padding-top:16px;
}
.fixed-left-item-content2-body-img-text{
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    width: 178px;
    text-align: center;
}
.fixed-left-item-content2-body-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bolder;
    text-align: left;
}
.fixed-left-item-content2-body-des{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-align: left;
}
.fixed-left-item-content2-body-img{
    width: 158px;
    height: 158px;
    margin-top: 16px;
    padding: 10px;
}
.fixed-left-item-content2-body-img{
    width: 158px;
    height: 158px;
}
.fixed-left-item-content1-body{
    height: 200px;
    width: 286px;
    border-radius: 8px;
    background: linear-gradient(126deg, #F3FDF9 3%, #F3FDF9 11%, #FFFFFF 48%, #FFFFFF 100%);
    box-shadow: 1px 1px 20px 1px #9e9e9e;
    padding-top:16px;
    padding-left:24px;
}
.fixed-left-item-content1-body-des{
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-align: left;
}
.fixed-left-item-content1:hover{
    display: block;
}
.fixed-left-item:hover .fixed-left-item-content1{
    display: block;
}
.fixed-left-item-content2:hover{
    display: block;
}
.fixed-left-item:hover .fixed-left-item-content2{
    display: block;
}
.fixed-left-item-content1-body-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bolder;
    text-align: left;
}

.fixed-left-item-content1-body-box{
    margin-top:16px;
    width: 252px;
    height: 40px;
    background: #FFFFFF;
    padding-top: 12px;
}
.fixed-left-item-content1-text1{
    width: 80px;
    font-size: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.fixed-left-item-content1-text2{
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    color: #28C687;
}

/*产品页面*/
.prbanner{
    width: 100%;
    background: #F6FCFF;
    height: 300px;
}
.prbanner-content{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.prbanner-content img{
    width: 1000px;
    height: auto;
}

.prbanner-content-title{
    position: absolute;
    font-size: 48px;
    font-weight: bolder;
    line-height: 67px;
    height: 67px;
    top: 98px;

    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 3.3s linear;
}
.prbanner-content-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 3.3s linear;
}
.prbanner-content-des{
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    top: 177px;

    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 3.3s linear;
}
.prbanner-content-des:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 3.3s linear;
}
.itab-content-item-selected:after{
    content: "";
    display: block;
    background: #212121;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
}
.product1{
    width: 100%;
}
.product1-content{
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}

.itab2-menu{
    width: 800px;
    margin: 0 auto;
    margin-top: 32px;
}
.itab2-menu-item{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    text-align: center;
    color: #D8D8D8;
    font-size: 16px;
    line-height:28px;
}
.itab2-menu-item a{
    height:28px;
    display: inline-block;
    border-bottom: 2px solid #FFFFFF;
}
.itab2-menu-selected{
    color: #212121;
}
.itab2-menu-selected a{
    border-bottom: 2px solid #212121;
}
.productSwiper{
    width: 100%;
    margin-top: 32px;
}
.productSwiper  .swiper-wrapper{
    height: auto;
}
.productSwiper .swiper-slide img{
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: auto;
}
.productSwiper .swiper-slide-img{
    width: 100%;
    height: auto;
}
.swiper-slide-bgcolor1{
    background: linear-gradient(180deg, #FBFBFB 0%, #EFEFEF 24%, #FFFFFF 49%, #FFFFFF 100%);
    padding:80px 0 6px 0;
}
.itab2-menu-item{
    cursor: pointer;
}
.productSwiper .swiper-pagination-bullet{
    width: 32px;
    border-radius: 0px;
    height: 4px;
    background:#E0E0E0;
}
.productSwiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 24px;
    left: -435px;
}
.productSwiper .swiper-pagination-bullet-active{
    background:#212121;
}
.tab5-button{
    cursor: pointer;
}
.product2{
    padding-top: 40px;
}
.product1 .product2-body{
    width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
}
.product2-body-item{
    width: 210px;
    height: 84px;
    background: #F9F9F9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 16px;
}
.product2-body-item:last-child{
    margin-right: 0px;
}
.product2-body-item-text{
    font-size: 16px;
    font-weight: bolder;
    line-height: 56px;
    height: 56px;
}
.product2-body-item-text span{
    font-size: 40px;
    line-height: 56px;
}
.product2-body-item-text2{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    color:#9E9E9E
}
.product2-body-item:hover{
    background: #F6FFFB;
}
.product2-body-item:hover .product2-body-item-text{
    color: #28C687;
}
.product22{
    background: #F9F9F9;
    margin-top: 80px;
    padding-bottom: 80px;
}
.product22 .itab1-menu-item a {
    border-bottom: 2px solid #F9F9F9;
}
.product22 .itab1-menu-selected a{
    border-bottom: 2px solid #212121;
}
.product23{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 56px;
}
.product23-content{
    width: 1000px;
    margin: 0 auto;
}
.product23-body{
    width: 100%;
    margin-top: 32px;
}
.product23-body-item{
    width: 484px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
    position: relative;
}
.product23-body-item:last-child{
    margin-right: 0;
}
.product23-body-item-bg{
    width: 100%;
    height: auto;
}
.product23-body-item-title{
    position: absolute;
    top:24px;
    left: 18px;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height:26px ;
}
.product23-body-item-des{
    position: absolute;
    top:62px;
    left: 18px;
    font-size: 14px;
    height: 20px;
    line-height:20px ;
}
.product23-body-item-list{
    position: absolute;
    top:106px;
    left: 18px;
    width: 450px;
    height: 20px;
}
.product23-body-item-list2{
    position: absolute;
    top:142px;
    left: 18px;
    width: 450px;
    height: 20px;
}
.product23-body-item-list-item{
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.product23-body-item-list-item-img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.product23-body-item-list-item-img img{
    width: 20px;
    height: 20px;
}
.product23-body-item-list-item-text{
    font-size: 14px;
    color: #9E9E9E;
    margin-right: 24px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.product24{
    width: 100%;
    padding-bottom: 50px;
    padding-top: 70px;
}
.producthsbg{
    background:#f5f5f5;
    background-image:  url(/img/hsbg.png);
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
    background-position:center;
}
.product24-content{
    width: 1000px;
    margin: 0 auto;
}
.product24-body{
    width: 1000px;
    margin-top: 32px;
}
.product24-body-item{
    width: 276px;
    height: 78px;
    padding: 18px;
    border-radius: 4px;
    margin-bottom: 24px;
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
}
.product24-body-item:nth-child(3n){
    margin-right: 0;
}
.product24-body-item-title{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.product24-body-item-des{
    font-size: 14px;
    color: #9E9E9E;
    height: 40px;
    line-height: 20px;
    margin-top: 8px;
}
.product31{
    width: 100%;
    padding-top: 54px;
}
.product32{
    width: 100%;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.product32-content{
    width: 1000px;
    margin:  0 auto;
}
.product31-content{
    width: 1000px;
    margin:  0 auto;
}
.product31-content-box1{
    display: inline-block;
    vertical-align: middle;
    padding-top: 26px;
    width:510px;
    height:318px;
}
.product31-content-box2{
    display: inline-block;
    vertical-align: middle;
    width: 426px;
    height: 318px;
    margin-left: 50px;
}
.product31-content-box2 img{
    width: 426px;
    height: 318px;
}
.product31-content-box1-title{
    font-size: 38px;
    height: 53px;
    line-height: 53px;
    font-weight: bolder;
}
.product31-content-box1-des{
    margin-top: 4px;
    color: #9E9E9E;
    font-size: 16px;
}
.product31-content-box1-body{
    width: 100%;
    margin-top: 48px;
}
.product31-content-box1-body-item{
    display: inline-block;
    margin-right: 68px;
}
.product31-content-box1-body-item:last-child{
    margin-right: 0;
}
.product31-content-box1-body-item-des{
    font-size: 16px;
    height: 67px;
    line-height: 67px;
    font-weight: bold;
}
.product31-content-box1-body-item-des span{
    font-size: 48px;
    height: 67px;
    line-height: 67px;
    font-weight: bolder;
}
.product31-content-box1-body-item-title{
    font-size: 16px;
    height: 22px;
    line-height: 22px;
}
.product31-content2{
    width: 1000px;
    margin: 0 auto;
    margin-top: 18px;
}
.product31-content2-title{
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height:20px ;
}
.product31-content2-body{
    margin-top: 16px;
    width: 100%;
}
.product31-content2-body-item{
    padding: 16px;
    width: 288px;
    background: #F9F9F9;
    margin-right: 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.product31-content2-body-item:last-child{
    margin-right: 0;
}
.product31-content2-body-item-img{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}
.product31-content2-body-item-body{
    margin-left: 6px;
    width:258px;
    display: inline-block;
    vertical-align: top;
}
.product31-content2-body-item-body-head{
    width: 100%;
    height: 20px;
    position: relative;
}
.product31-content2-body-item-body-head-title{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.product31-content2-body-item-body-head-img{
    position: absolute;
    width: 84px;
    height: 12px;
    top:4px;
    right: 0;
}
.product31-content2-body-item-body-head-img img{
    width: 84px;
    height: 12px;
}
.product31-content2-body-item-body-content{
    width:258px;
    height: 68px;
    margin-top: 8px;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 17px;
    letter-spacing: 1px;
}
.product32-content-body{
    width: 100%;
    margin-top: 48px;
}
.product32-content-body-item{
    width: 262px;
    display: inline-block;
    vertical-align: top;
}
.product32-content-body-item2{
    width: 106px;
    display: inline-block;
    vertical-align: top;
}
.product32-content-body-item-img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.product32-content-body-item-title{
    margin-top: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
}
.product32-content-body-item-des{
    width: 98%;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 12px;
    line-height: 17px;
    height: 34px;
    text-align: center;
    color: #9E9E9E;
}
.product32-content-body-item2-img{
    width: 48px;
    padding-top: 36px;
}
.product32-content-body-item2-img{
    width: 48px;
    height: 8px;
}
.prbanner2{
    width: 100%;
    background: url(/img/jszgbg.png) no-repeat;
    background-size: 100% 100%;
    height: 300px;
}
.prbanner2-content2{
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.prbanner2-content2 img{
    width: 1440px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}
.prbanner2-content{
    width: 1000px;
    margin: 0 auto;
    height: 300px;
    z-index: 10;
    position: relative;
}
.prbanner2-content img{
    position: absolute;
    height: 300px;
    width: auto;
    margin:  0 auto;
}

.prbanner2-content-title{
    position: absolute;
    font-size: 48px;
    font-weight: bolder;
    line-height: 67px;
    height: 67px;
    top: 98px;

    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 3.3s linear;
}
.prbanner2-content-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 3.3s linear;
}
.prbanner2-content-des{
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    top: 177px;

    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 3.3s linear;
}
.prbanner2-content-des:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 3.3s linear;
}
.product41{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.product41-content{
    width: 1000px;
    margin: 0 auto;
}
.product41-content .itab1-des{
    width: 90%;
    margin: 0 auto;
}


.product41-content-body{
    width: 100%;
    margin-top: 16px;
}
.product41-content-body-item{
    margin-top: 32px;
    width: 408px;
    height: 290px;
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle;
    background: #F9F9F9;
    padding: 38px;
}
.product41-content-body-item img{
    width: 247px;
    height: 289px;
    margin: 0 auto;
    display: block;
}
.product41-content-body-item:nth-child(2n){
    margin-right: 0;
}
.product41-content-body2-title{
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}
.product41-content-body2-list{
        width: 100%;
        margin: 0;
}
.product41-content-body2-list-item{
    margin-top: 24px;
    width: 316px;
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
}
.product41-content-body2-list-item:nth-child(3n){
    margin-right: 0;
}
.product41-content-body2-list-item-text1{
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.product41-content-body2-list-item-text2{
    color: #9E9E9E;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.about1{
    width: 100%;
    background: #F9F9F9;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about1-content{
    width: 1000px;
    margin: 0 auto;
}
.about1-content-title{
    font-size: 60px;
    font-weight: bolder;
    height: 90px;
    line-height: 90px;
    position: relative;
    width: auto;
    display: inline-block;
}
.about1-content-title-text{
    width: auto;
    display: inline-block;
    z-index: 6;
    position: relative;
    color: transparent;
    background-image: linear-gradient(to right, #212121, #212121, #212121);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-size: 100% 100%;
    animation: bg 2.1s linear;
}
.about1-content-title-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* 伪元素从右边开始，但隐藏起来 */
    width: 0px;
    height: 100%;
    background-image: inherit; /* 继承容器的背景 */
    filter: blur(15px); /* 应用高斯模糊效果 */
    animation: dynamicWidth 2.1s linear;
}
.about1-content-title::after{
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    height: 36px;
    background: #28C687;
    z-index: 5;
}

.about1-content-des{
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    margin-top: 6px;
}
.about1-content-des2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 48px;
    width: 85%;
    white-space: pre-wrap;
}
.about1-content-body{
    width: 100%;
    margin-top: 60px;
}
.about1-content-body-item{
    width: 200px;
    height: 123px;
    margin-right: 200px;
    display: inline-block;
}
.about1-content-body-item:nth-child(3n){
    margin-right: 0;
}
.about1-content-body-item-text{
    width: 198px;
    text-align: center;
    font-size: 24px;
    line-height: 81px;
}
.about1-content-body-item-text span{
    font-size:58px;
    font-weight: bolder;
    line-height: 81px;
}
.about1-content-body-item-button{
    width: 198px;
    border: 1px solid #212121;
    text-align: center;
    border-radius: 4px;
    line-height: 36px;
    font-size: 14px;
}
.about1-content-body-item:hover .about1-content-body-item-button{
    background: #212121;
    color: #FFFFFF;
}

.about1-content-body2{
    margin-top: 36px;
}
.about1-content-body2 .about1-content-body-item{
    margin-left: 200px;
    margin-right: 0;
}
.coop1 .itab4-body-item{
    width: 330px;
    margin-right: 0;
    border-right: 2px dotted #E0E0E0;
    margin-bottom: 0;
}
.coop1 .itab4-body-item:nth-child(3n){
    border-right: 0;
}
.coop1 .itab4-body-item:nth-child(1),.coop1 .itab4-body-item:nth-child(2),.coop1 .itab4-body-item:nth-child(3){
    border-bottom: 2px dotted #E0E0E0;
}
.coop2{
    background: #F9F9F9;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.coop2-content{
    width: 1000px;
    margin: 0 auto;
}
.graybg{
    background: #F9F9F9;
}
.whitebg{
    background: #FFFFFF;
}
.coop2-content-title{
    font-size: 24px;
    font-weight: bolder;
    height: 44px;
    line-height: 44px;
}
.coop2-content-tel{
    font-size: 48px;
    font-weight: bolder;
    height: 44px;
    line-height: 44px;
    margin-top: 6px;
}
.coop2-content-title2{
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-top: 40px;
}
.coop2-content-form{
    width: 100%;
}
.coop2-content-form-item{
    width: 288px;
    height: 20px;
    margin-right: 26px;
    margin-top: 12px;
    border: 1px solid #212121;
    border-radius: 4px;
    display: inline-block;
    background: #FFFFFF;
    padding: 14px 12px;
}
.coop2-content-form-item:nth-child(3){
    margin-right: 0;
}
.coop2-content-form-item-text{
    font-size: 14px;
    color: #757575;
    height: 20px;
    line-height: 20px;
}
.coop2-content-form-item input{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 180px;
    outline: none;
    border: none;
}

.coop2-content-form-item2-text{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #757575;
    height: 20px;
    line-height: 20px;
}
.coop2-content-form-item2{
    width: calc(100% - 24px);
    border: 1px solid #212121;
    border-radius: 4px;
    margin-top: 26px;
    height:100px;
    padding: 14px 12px;
    background: #FFFFFF;
}
.coop2-content-form-item2 textarea{
    width: calc(100% - 54px);
    height:100px;
    border: none;
    outline: none;
}
.coop2-content-form-item3{
    width: 100%;
    margin-top: 32px;
}
.coop2-content-form-item3-text{
    font-size: 16px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    display: block;
}
.coop2-content-form-item3-radio{
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 20px;
    margin-top: 12px;
}

.coop2-content-form-item3-radio input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 20px;
    height:20px;
    margin-right: 5px;
    border: 1px solid #212121;
    text-indent: 2px;
    border-radius: 4px;
    line-height: 20px;
}
.coop2-content-form-item3-radio input[type="radio"]:checked + label::before {
    background: #28C687;
    background-image: url(/img/bgou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: 1px solid #28C687;
}
.coop2-content-form-item3-radio input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    margin: 0;
}
.coop2-content-form-button{
    background: #212121;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 60px;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 4px;
}
.join-content{
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
}
.join-content-title{
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 0;
}
.join-content-list-item{
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #212121;
    position: relative;
}
.join-content-list-item-title{
    font-size: 18px;
    line-height: 25px;
    height: 25px;
}
.join-content-list-item-des{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #757575;
    margin-top: 8px;
}
.join-content-list-item-btn{
    position: absolute;
    width: 100px;
    right: 10px;
    height: 20px;
    top: 48px;
    cursor: pointer;
}
.join-content-list-item:last-child{
    margin-bottom: 0;
}
.join-content-list-item-btn-text{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
    height: 20px;
}
.join-content-list-item-btn img{
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin-top: 4px;
}
.adatato{
    cursor: pointer;
}
.maskbg{
    position: fixed;
    z-index: 100;
    background: #00000061;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
}
.maskbgbg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
}
.join2-content{
    z-index: 105;
    margin: 0 auto;
    width: 652px;
    height: 662px;
    margin-top:calc(50vh - 363px);
    background: #FFFFFF;
    padding: 32px 24px;
    border-radius: 4px;
    position: relative;
}
.join2-content-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
}
.join2-content-des{
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    color: #757575;
    margin-top: 8px;
}
.join2-content-title2{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}
.join2-content-des2{
    margin-top: 18px;
    overflow-y: scroll;
    height: 224px;
    white-space:pre-wrap;
}
.join2-content-des2::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.join2-content-footer{
    width: 100%;
    position: absolute;
    bottom:24px;
}
.join2-content-footer-btn1,.join2-content-footer-btn2{
    width: 308px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 1px solid #212121;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}
.join2-content-footer-btn2{
    margin-left: 32px;
}
.join2-content-close{
    width: 24px;
    height: 24px;
    position: absolute;
    top:18px;
    right: 33px;
}
.join2-content-close img{
    width: 24px;
    height: 24px;
}
.tar{
    width: 100%;
    background: #F9F9F9;
}
.tar-content{
    width: 1000px;
    height: 30px;
    padding-top: 10px;
    margin: 0 auto;
}
.tar-content-back{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
.tar-content-back img{
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.tar-content-tip{
    font-size: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
.news1{
    width: 100%;
}
.join-content-page{
    margin-top: 32px;
    text-align: right;
    padding-bottom: 32px;
}
.join-content-page-item{
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #FFFFFF;
}
.join-content-page-item img{
    width: 32px;
    height: 32px;
}
.join-content-page-select{
    border: 1px solid #212121;
}

.product31-content2-body-item-img img{
    width: 100%;
    height: 100%;
}
.product32-content-body-item-img img{
    width: 100%;
    height: 100%;
}
.join2-content-footer{
    left:0;
    text-align: center;
}
.join-content-list-show{
    background: #212121;
    width: 100%;
}
.join-content-list-show-box{
    width: 496px;
    padding: 60px  32px;
    display: inline-block;
    vertical-align: top;
    color: #F9F9F9;
}
.join-content-list-show-box-img{
    width: 440px;
    height: 250px;
    display: inline-block;
    vertical-align: top;
}
.join-content-list-show-box-img img{
    width: 440px;
    height: 250px;
}
.join-content-list-show-box-title{
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
}
.join-content-list-show-box-des{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-top: 8px;
    color: #F9F9F9;
}
.join-content-list-show-box-content{
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    margin-top: 20px;
    color: #F9F9F9;
}
.join-content-list-show{
    display: none;
}
.join-content-list-show{
    cursor: pointer;
}
.news1-item-item{
    cursor: pointer;
}
.itab1-menu-item{
    cursor: pointer;
}
.about2{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about2-content{
    width: 1000px;
    margin: 0 auto;
}
.about2-content .itab1-des{
    width: 90%;
    margin: 0 auto;
    margin-top: 4px;
}
.about2-body{
    width: 100%;
    margin-top: 82px;
}
.about2-body-item{
    width: 184px;
    height: 227px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 88px;
}
.about2-body-item-bg{
    position: absolute;
    width: 184px;
    height: 227px;
    top: 0;
    left: 0;
    z-index: 10;
}
.about2-body-item-ty{
    position: absolute;
    width: 159px;
    height: 197px;
    top:19px;
    left: 147px;
    opacity: 0.1;
    z-index: 8;
}
.about2-body-item-tx{
    position: absolute;
    width: 152px;
    height: 207px;
    top: 10px;
    left: 16px;
    z-index: 9;
}
.about2-body-item:last-child{
    margin-right: 0;
}
.about2-body-item:last-child .about2-body-item-ty{
    display: none;
}
.showcontent{
    cursor: pointer;
}
/*产品页面*/
@keyframes zhuandong{
    0%{
        top:45px;
        animation-timing-function: ease-in;
        transform: scale(0.7) rotateZ(0deg);
        opacity: 1;
    }
    25%{
        top:190px;
        animation-timing-function: linear;
        transform: scale(0.85) rotateZ(90deg);
        opacity: 1;
    }
    50%{
        top:335px;
        animation-timing-function: ease-in;
        transform: scale(1) rotateZ(180deg);
        opacity: 1;
    }
    75%{
        top:190px;
        animation-timing-function: linear;
        transform: scale(0.85) rotateZ(270deg);
        opacity: 1;
    }
    100%{
        top:45px;
        animation-timing-function: ease-in;
        transform: scale(0.7) rotateZ(360deg);
        opacity: 1;
    }
}
@keyframes zhuandong2{
    0%{
        left:180px;
        animation-timing-function: linear;
    }
    25%{
        left:-30px;
        animation-timing-function: ease-in;
    }
    50%{
        left:180px;
        animation-timing-function: linear;
    }
    75%{
        left:390px;
        animation-timing-function: ease-in;
    }
    100%{
        left:180px;
        animation-timing-function: linear;
    }
}
@keyframes shansuo {
    0%, 100% {
        opacity: 0.4;
        /* 初始和结束时，元素位置不变 */
    }
    50% {
        opacity: 1;
        /* 中间位置，元素水平移动50px */
    }
}
@keyframes swing {
    0%, 100% {
        transform: rotateZ(-20deg);
        /* 初始和结束时，元素位置不变 */
    }
    50% {
        transform: rotateZ(20deg);
        /* 中间位置，元素水平移动50px */
    }
}

@keyframes dynamicWidthxx {
    0% {
        left: 0;
        width: 40px;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@keyframes bgxx {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@keyframes dynamicWidth2xx {
    0% {
        left: 0;
        width: 0px;
    }
    77% {
        left: 0;
        width: 0px;
    }
    78% {
        left: 0;
        width: 40px;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@keyframes bg2xx {
    0% {
        background-size: 0% 100%;
    }
    78% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@keyframes dynamicWidth3xx {
    0% {
        left: 0;
        width: 0px;
    }
    81% {
        left: 0;
        width: 0px;
    }
    82% {
        left: 0;
        width: 40px;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@keyframes bg3xx {
    0% {
        background-size: 0% 100%;
    }
    82% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@keyframes dynamicWidth {
    0% {
        left: 0;
        width: 40px;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@keyframes bg {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@keyframes dynamicWidth2 {
    0% {
        left: 0;
        width: 0px;
    }
    77% {
        left: 0;
        width: 0px;
    }
    78% {
        left: 0;
        width: 40px;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@keyframes bg2 {
    0% {
        background-size: 0% 100%;
    }
    78% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@keyframes dynamicWidth3 {
    0% {
        left: 0;
        width: 0px;
    }
    81% {
        left: 0;
        width: 0px;
    }
    82% {
        left: 0;
        width: 40px;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@keyframes bg3 {
    0% {
        background-size: 0% 100%;
    }
    82% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
::-webkit-scrollbar:horizontal{
    display: none; /* Chrome Safari */
}
/*头部banner部分*/
