@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
body,html{
    background: #fff;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont1;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-35-Thin.ttf');
}
@font-face{
    font-family:myFont2;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-45-Light.ttf');
}
@font-face{
    font-family:myFont3;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-55-Regular.ttf');
}
@font-face{
    font-family:myFont4;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-65-Medium.ttf');
}
@font-face{
    font-family:myFont5;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-75-SemiBold.ttf');
}
@font-face{
    font-family:myFont6;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-85-Bold.ttf');
}
@font-face{
    font-family:myFont7;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-95-ExtraBold.ttf');
}
@font-face{
    font-family:myFont8;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-105-Heavy.ttf');
}
@font-face{
    font-family:myFont9;
    src:url('../../fonts/new/AlibabaPuHuiTi-2-115-Black.ttf');
}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.web-font5{font-family:myFont5;}
.web-font6{font-family:myFont6;}
.web-font7{font-family:myFont7;}
.web-font8{font-family:myFont8;}
.web-font9{font-family:myFont9;}
body{
    font-family: myFont3;
}
/*banner*/
.index-banner{
    width: 100%;
    z-index: 2;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
}
.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    color:#000000;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeftBig 1.4s ease-in-out;
	animation: fadeInLeftBig 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 50px;
    font-family: 'myFont4';
    letter-spacing: 4px;
    color: #000;
    margin-bottom: 15px;
    font-style: italic;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
}
.index-banner .banner-text img{
    width: 600px;
}
.index-banner .banner-text a{
    display: block;
    width: 190px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size: 19px;
    background:#1864e7;
    margin-top: 50px;
    transition: .5s;
    border-radius: 50px;
    box-shadow: 0px 8px 24px rgba(4, 111, 232, .29);
}
.index-banner .banner-text a:hover{
    background:#0071ef;
    box-shadow: 0px 8px 24px rgba(246, 125, 66, .29);
}

/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    opacity: 1;
    border-radius: 1px;
    background-color: #fff;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #1864e7;
    width: 50px;
    
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}

.index-banner .swiper-slide.swiper-slide-active img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 7s infinite;
	-webkit-animation:mymove 7s; /*Safari and Chrome*/
	/* animation-direction:alternate; *//*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 7s infinite;
	/* -webkit-animation-direction:alternate */;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	/* animation-delay:0.1s;
	-webkit-animation-delay:0.1s; */ /* Safari 和 Chrome */
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/*标题*/
.hxh-title{
    padding: 50px 0;
}
.hxh-title h5{
    font-size: 44px;
    color: #000;
    text-align: center;
    font-family: 'myFont4';
}
/* 首页留言信息 */
.hxh-form{
    margin-top: 50px;
}
.hxh-form>div{
    background: url(../../images/new/f-bg.png) no-repeat right bottom;
    padding: 30px 50px;
    border-radius: 10px;
    background-size: cover;
}
.hxh-form .hxh-form-icon{
    margin-right: 30px;
}
.hxh-form .hxh-form-icon img{
    width: 128px;
    height: auto;
}
.hxh-form .hxh-form-txt h2{
    font-size: 30px;
    color: #000;
    font-family: 'myFont4';
    margin-bottom: 20px;
}
.hxh-form .hxh-form-txt .hxh-form-input{
    
}
.hxh-form .hxh-form-txt .hxh-form-input div{
    background: #fff;
    line-height: 48px;
    width: 350px;
    margin-right: 30px;
    border-radius: 5px;
}
.hxh-form .hxh-form-txt .hxh-form-input div i{
    font-size: 20px;
    padding: 0 10px;
    color: #666666;
    position: relative;
}
.hxh-form .hxh-form-txt .hxh-form-input div i::after{
    position: absolute;
    content: "";
    right: 0;
    top: 19px;
    background: #cccccc;
    width: 1px;
    height: 12px;
}
.hxh-form .hxh-form-txt .hxh-form-input div input{
    padding-left: 10px;
    font-size: 16px;
    color: #666;
    font-family: 'myFont3';
}
.hxh-form .hxh-form-txt .hxh-form-input input[type="submit"]{
    width: 190px;
    background: #1864e7;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: 'myFont3';
    transition: .5s;
}
.hxh-form .hxh-form-txt .hxh-form-input input[type="submit"]:hover{
    background: #8582f9;
}
/*产品与服务*/
.hxh-service{

}
.hxh-service .hxh-service-box{

}
.hxh-service .hxh-service-box ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px 40px;
}
.hxh-service .hxh-service-box ul li{
    background: url(../../images/new/c-bg.png) no-repeat left bottom;
    padding: 30px 30px;
    border-radius: 10px;
    background-size: cover;
    cursor: pointer;
    transition: .5s;
}
.hxh-service .hxh-service-box ul li .hxh-hover{
    transition: .5s;
}
.hxh-service .hxh-service-box ul li:hover a{
    background: #1864e7;
    color: #fff;
}
.hxh-service .hxh-service-box ul li:hover{
    background: url(../../images/new/c-bg.png) no-repeat right bottom;
}
.hxh-service .hxh-service-box ul li:hover .hxh-hover{
    transition: all .3s ease-in-out;
    transform: translateY(-10px);
}
.hxh-service .hxh-service-box ul li img{
    max-height: 88px;
}
.hxh-service .hxh-service-box ul li h2{
    font-size: 30px;
    margin: 10px 0 20px 0;
    color: #000;
    font-family: 'myFont4';
}
.hxh-service .hxh-service-box ul li .hxh-ic{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.hxh-service .hxh-service-box ul li .hxh-ic i{
    font-size: 16px;
    color: #1864e7;
    padding-right: 5px;
}
.hxh-service .hxh-service-box ul li a{
    width: 108px;
    border: 1px solid #1864e7;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 31px;
    color: #1e68e7;
    margin-top: 30px;
    font-family: myFont2;
    font-size: 18px;
}
/*视频展示*/
.hxh-video .hxh-video-box{
    position: relative;
}
.hxh-video .hxh-video-box img{
    width: 100%;
}
.hxh-video .hxh-video-box .video_bg{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    margin-left: -0.5rem;
    top: 50%;
    margin-top: -0.5rem;
    opacity: .8;
}
.hxh-video .hxh-video-box .video_bg i{
    font-size: 1rem;
    color: #fff;
}
.hxh-video .hxh-video-box .hxh-video-txt{
    color: #fff;
    position: absolute;
    padding: 0 5%;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 25%;
    background: rgb(0 0 0 / 45%);
    justify-content: center;
    align-items: center;
    display: flex;
}
.hxh-video .hxh-video-box .hxh-video-txt h5{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'myFont4';
}
.hxh-video .hxh-video-box .hxh-video-txt p{
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
}
/*视频弹窗*/
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video{
    position: relative;
    width: 80%;
}
.video-box video{
    position: relative;
}
.video-box i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
.video-box i:hover{
    background-color: #fff;
    color: #333;
}
/*短视频seo*/
.hxh-seo{

}
.hxh-seo .hxh-seo-box{
    
}
.hxh-seo .hxh-seo-box .hxh-seo-left{
    width: 26%;
    background: #eef3ff;
    padding: 20px 0;
    border-radius: 10px;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li{
    padding: 0 13px;
    align-items: center;
    cursor: pointer;
    position: relative;
    line-height: 65px;
    margin: 15px 0;
    transition: color .3s;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li i{
    font-size: 25px;
    background: linear-gradient(to right, #0360fd, #a6ceff);
    -webkit-background-clip: text;
    color: transparent;
    margin-right: 10px;
    position: relative;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li h5{
    font-size: 17px;
    color: #000;
    width: 62%;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li div{
    width: 76px;
    height: 61px;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li:hover{
    background-image: linear-gradient(to right, white, #eef3ff);
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li:hover div{
    background: url(../../images/new/s1.png) no-repeat right bottom;
}
.hxh-seo .hxh-seo-box .hxh-seo-right{
    width: 70%;
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f7f9ff;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .r-hide{
    display: none;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 40px;
    background: #1864e7;
    left: 0;
    opacity: 0;
    border-radius: 5px;
}
.hxh-seo .hxh-seo-box .hxh-seo-left ul li:hover::after{
    opacity: 1;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-top{
    height: 140px;
    background: url(../../images/new/sp-bg.png) no-repeat right bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-size: cover;
    text-align: left;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-top h2{
    margin-left: 50px;
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'myFont5';
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-top p{
    margin-left: 50px;
    font-size: 18px;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-bottom{
    
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-bottom p{
    width: 55%;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-bottom a{
    width: 140px;
    height: 40px;
    box-shadow: 0px 8px 24px rgba(4, 111, 232, .29);
    background: #1965e7;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-left: 50px;
    border-radius: 5px;
    transition: .5s;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-bottom a:hover{
    transform: translateX(10px);
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-img{
    position: absolute;
    top: -25px;
    right: 50px;
}
.hxh-seo .hxh-seo-box .hxh-seo-right .hxh-seo-img img{
    
}
/*网站案例展示*/
.hxh-case .hxh-case-box{

}
.hxh-case .hxh-case-box .hxh-websiteWin{
    position: absolute;
    top: -6px;
    background: #eaeaea;
    width: 100%;
    height: 21px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 10px;
}
.hxh-case .hxh-case-box .hxh-websiteWin i{
    font-size: 18px;
    color: #fff;
}
.hxh-case .hxh-case-box ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 30px;
}
.hxh-case .hxh-case-box ul li{
    height: 270px;
    background: 0;
    box-shadow: 0px -1px 20px 0px #cacaca;
    position: relative;
    transition: transform .2s ease-out;
}
.hxh-case .hxh-case-box ul li a{
   overflow: hidden;
    width: 100%;
    height: 100%;
}
.hxh-case .hxh-case-box ul li .hxh-case-img{
    width: inherit;
    height: 250px;
    left: 0;
    top: 15px;
    border: 0;
    overflow: hidden;
    position: relative;
}
.hxh-case .hxh-case-box ul li a img{
    width: 100%;
}
.hxh-case .hxh-case-box ul li .hxh-case-h{
    position: absolute;
    line-height: 50px;
    text-align: center;
    height: 50px;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
}
.hxh-case .hxh-case-box ul li:hover .hxh-case-h{
    opacity: 1;
}
.hxh-case .hxh-case-box ul li .hxh-case-h a{
    line-height: 34px;
    text-align: center;
    height: 34px;
    color: #fff;
    border-radius: 20px;
    margin: 0 10px;
    display: block;
    font-size: 14px;
}
.hxh-case .hxh-case-box ul li .hxh-case-h a:first-child{
    
    width: 116px;
    background-color: #fd6040;
    
}
.hxh-case .hxh-case-box ul li .hxh-case-h a:last-child{
    width: 96px;
    background-color: #2f82ff;
}
.hxh-case .hxh-case-box ul li .hxh-case-img::-webkit-scrollbar{
    display: none;
}
.hxh-case-an{
    width: 300px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    background: #1864e7;
    transition: .5s;
    display: block;
    text-align: center;
    margin: 50px auto;
    border-radius: 50px;
    box-shadow: 0px 8px 24px rgba(4, 111, 232, .29);
    transition: .5s;
}
.hxh-case-an:hover{
    color: #fff;
    background-color: #0071ef;
    transform: translateY(-10px);
}
/*新闻中心*/
.hxh-news{
    background: #f9faff;
    padding-bottom: 50px;
}
.hxh-news .hxh-news-box ul{
    
}
.hxh-news .hxh-news-box ul li{
    
}
.hxh-news .hxh-news-box ul li img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.hxh-news .hxh-news-box ul li .hxh-news-h{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hxh-news .hxh-news-box ul li:hover .hxh-news-h{
    background:url(../../images/new/news-active.png) no-repeat 100% 100%;
    transition: .5s;
    background-size: cover;
}
.hxh-news .hxh-news-box ul li:hover .hxh-news-h h5,.hxh-news .hxh-news-box ul li:hover .hxh-news-h p{
    color: #fff;
}
.hxh-news .hxh-news-box ul li .hxh-news-h h5{
    font-size: 18px;
    color: #000;
    margin-bottom: 2px;
    position: relative;
    padding-left: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.hxh-news .hxh-news-box ul li .hxh-news-h h5::after{
    position: absolute;
    content: "Q";
    left: 0;
    width: 22px;
    line-height: 22px;
    background-image: linear-gradient(to right, #ff7241, #ff8757);
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
/*.hxh-news .hxh-news-box ul li .hxh-news-h p{
    font-size: 14px;
    text-align: justify;
    color: #666666;
    position: relative;
    padding-left: 28px;
}*/
.hxh-news .hxh-news-box ul li .hxh-news-h div{
    font-size: 14px;
    text-align: justify;
    color: #666666;
    position: relative;
    padding-left: 28px;
}
.hxh-news .hxh-news-box ul li:hover .hxh-news-h div *,.hxh-news .hxh-news-box ul li:hover .hxh-news-h div{
    color: #fff;
}
.hxh-news .hxh-news-box ul li .hxh-news-h div:after{
    position: absolute;
    content: "A";
    left: 0;
    width: 22px;
    top: 0;
    line-height: 22px;
    background-image: linear-gradient(to right, #00ba87, #00ba88);
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
/*.hxh-news .hxh-news-box ul li .hxh-news-h p::after{
    position: absolute;
    content: "A";
    left: 0;
    width: 22px;
    top: 0;
    line-height: 22px;
    background-image: linear-gradient(to right, #00ba87, #00ba88);
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}*/
/*底部信息*/
.hxh-foot{
    background: url(../../images/new/foot-bg.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}
.hxh-foot .hxh-foot-bg h5{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'myFont5';
}
.hxh-foot .hxh-foot-bg p{
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
    text-align: center;
}
.hxh-foot .hxh-foot-bg p i{
    color: #eee227;
    font-weight: bold;
    margin: 0 10px;
    cursor: pointer;
}
.hxh-foot .hxh-foot-bg a{
    margin: 0 auto;
    width: 200px;
    line-height: 44px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    color: #1864e7;
    font-size: 18px;
    transition: .5s;
}
.hxh-foot .hxh-foot-bg a:hover{
    background: #1864e7;
    color: #fff;
}
@media only screen and (max-width:1366px){
	
	
}


@keyframes mymove

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}
/* 浮窗 */
.fuchuang_box{
    width: 90px;
    position: fixed;
    right: 25px;
    bottom: 160px;
    z-index: 999;
    box-shadow: 0 0 9px #3b7dfd;
    border-radius: 10px;
}
.fuchuang_box .people_img{
    width: 90px;
    position: absolute;
    top: -76px;
    left: 0;
    height: 80px;
    border-radius: 10px;
    z-index: -1;
}
.fuchuang_box .fuchuang_list{
    background: #3b7dfd;
    padding: 25px 0;
    border-radius: 10px;
}
.fuchuang_box .people_img img{
    width: 100%;
    height: 100%;
}
.fuchuang_box .iconfont{
    text-align: center;
}
.fuchuang_box .iconfont{
    margin: 0 auto;
    margin-bottom: 13px;
    font-size: 26px;
    color: #fff;
    width: 70px;
    padding: 10px 0;
    border-radius: 10px;
}
.fuchuang_box .iconfont.icon-ic-top{
    background: #fff;
    width: 50px;
    height: 50px;
    color: #1864e7;
    border-radius: 50px;
}
.fuchuang_box .iconfont p{
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'myFont3';
}
.fuchuang_box .fuchuang_item .sjzs{
    margin-bottom: 20px;
}
.fuchuang_box .fuchuang_item .sjzs p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.fuchuang_box .fuchuang_item{
    display: block;
}
.fuchuang_box .fuchuang_item:hover .iconfont{
    /* transform: rotateY(360deg); */
    transform: scale(1.1);
}
.fuchuang_box .fuchuang_hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 37%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: center;
}
.fuchuang_box .fuchuang_hoverarea b{
    color:#1864e7;
    font-size: 20px;
}
.fuchuang_box .fuchuang_item:nth-child(3) .fuchuang_hoverarea{
    top: 58%;
}
.fuchuang_box .fuchuang_item:nth-child(4) .fuchuang_hoverarea{
    top: 80%;
}
.fuchuang_box .fuchuang_hoverarea::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff;
}
.fuchuang_box .fuchuang_hoverarea .code_img img{
    width: 120px;
    height: auto;
    margin-top: 15px;
}
/* 图片上下动 */
@keyframes aniTop2{
    0% {transform:translateY(0);}
    100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}