#index{
    width: 100%;
    background: #fff;

}
.winning-class{
    display: none!important;
}
#index .banner{
    width:100%;
    overflow: hidden;
    position: relative;
    top:0px;
    left:0px;
}
#index .banner>img{
    width:100%;
    /* position: absolute;
    top:0px;
    left:0px; */
}
#index .banner>h4{
    text-align: center;
    position: absolute;
    top:50%;
    left:0px;
    margin-top: -45px;
    letter-spacing: 0;
    width: 100%;
    font-size: 60px;
    font-family: STHeitiSC-Medium, STHeitiSC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70px;
}
#index .banner>p{
    width: 100%;
    height: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    line-height: 32px;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: 50px;
}
#index .banner>span {
    display: block;
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: 103px;
}

#index .banner>span .light-btn {
    display: block;
    margin:0 auto;
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-family: PingFangSC-Regular, PingFang SC;
    color:#fff;
    text-align: center;
    font-size: 19px;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.light-btn:hover::before,
.light-btn:hover {
    animation: sun 8s infinite;
    color:#fff;
}

#index .banner>span .light-btn::before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 50px;
    filter: blur(10px);
    z-index: -1;
}

@keyframes sun {
    100% {
        background-position: -400% 0;
    }
}
#index .content{
    width: 100%;
    /* background: #ffffff; */
}
/* 最新动态 */
.dynamic{
    width: 100%; 
    /* background: #ffffff; */
    padding-bottom: 80px;
}
.dynamic .dynamic-box{
    height: 100%;
    /* background: red; */
}
.dynamic .dynamic-box .dynamic-info{
    width: 340px;
    height: 189px;
    margin:10px 25px;
    padding: 8px;
    transition: all 0.5s; 
}


.dynamic .dynamic-box .dynamic-info:hover{
    box-shadow: 2px 2px 14px #ccc;
    /* transform:rotate(7deg); */
}

.dynamic .dynamic-box .dynamic-info>a{
    display: block;
    width: 100%;
    height: 100%;
}
.dynamic .dynamic-box .dynamic-info>a>h5{
    display: block;
    margin-top: 5px ;
    margin-bottom: 20px;
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    transition: all 0.5s; 
}
.dynamic .dynamic-box .dynamic-info>a:hover h5{
    color: #0099cc;
}
.dynamic .dynamic-box .dynamic-info>a>div>img{
    width: 167px;
    height: 134px;
    background: #f5f5f5;
    vertical-align:middle;
    margin-right:9px;
}
.dynamic .dynamic-box .dynamic-info>a>div>span{
    display: inline-block;
    vertical-align:middle;
    width: 163px;
    height: 134px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* 企业介绍 */
.introduce{
    width: 100%; 
    height: 666px;
    background: url(../images/index/34.png) no-repeat;
    background-size: 100% 100%;   
}

.introduce .title-h3>p{
    color: #FFF;
}
.introduce .title-h3>p:before{
    background: #FFF;  
}
.introduce .title-h3>p:after{
    background: #FFF;   
}
.introduce .title-h3>span{
    color: #FFF;
}
.introduce .introduce-box{
    padding: 30px 0px;
    align-items: center;
}
.introduce .introduce-box .introduce-info{
    width:540px;
    /* height:288px; */
    padding: 0px 10px;
}
.introduce .introduce-box .introduce-info>h6{
    height: 30px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    margin-bottom: 25px;
}
.introduce .introduce-box .introduce-info>p{
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-indent: 32px;
    overflow: hidden;
}
.introduce .introduce-box .media{
    width: 604px;
    height: 376px;
}
.server-video{
    width: 604px;
    height: 376px;
    border-radius:5px;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.index-video{
    background: url(../images/index/7.png) no-repeat;
    background-size:100% 100%;
    box-shadow:0px 2px 55px 0px rgba(138,144,153,0.7);
}
.enterprise-video{
    background: url(../images/index/xq2.png) no-repeat;
    background-size:100% 100%;     
}
.documentary-video{
    background: url(../images/index/xq1.png) no-repeat;
    background-size:100% 100%;   
}
.product-video{
    background: url(../images/index/xq3.png) no-repeat;
    background-size:100% 100%;   
}
.mg-video{
    background: url(../images/index/xq4.png) no-repeat;
    background-size:100% 100%;    
}
.meeting-video{
    background: url(../images/index/xq5.png) no-repeat;
    background-size:100% 100%;    
}
.server-video>img{
    width: 52px;
    height: 52px;
    background:rgba(138,144,153,0.7);
    border-radius:50%;;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    

}
.server-video>img:hover{
    box-shadow:0px 2px 55px 0px #fff;
}
.server-video video{
    width: 100%;
    height: 100%;
}
/* 产品中心 */
.product{
    width: 100%;
    background: #ffffff;
    padding-bottom: 60px;
    position: relative;
}
.product .product-box{
    height: 527px;
}

.product .right-btnwx{
    position: absolute;
    top:50%;
    left:50%;
    width: 153px;
    height: 56px;
    margin-left: 155px;
    margin-top: 10px;
    background: url(../images/index/wxbg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-align: center;
}
.product .right-btnwx>span{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    vertical-align: middle;
    margin-left:5px;
}
.product .product-box .product-left{
    width: 375px;
    height: 507px;
    background: #f5f5f5;
}
.product .product-box .product-left>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top:0px;
    left:0px;
    overflow: hidden;
}
.product .product-box .product-left>a>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */
}
.product .product-box a>h6{
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    position: absolute;
    top:15px;
    left:15px;
}
.product .product-box .product-right{
    width: 762px;
    height: 521px;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.product .product-box .product-right .product-info{
    width: 372px;
    height: 244px;
    background: #f5f5f5;
}
.product .product-box .product-right .product-info>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top:0px;
    left:0px;
    overflow: hidden;
}
.product .product-box .product-right .product-info>a>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */
}
.product .product-box .product-left>a:hover img,.product .product-box .product-right .product-info>a:hover img{
    transform: scale(1.2); /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
}
/* 案例展示 */
.case{
    width: 100%;
    /* background: url(../images/index/111.jpg) no-repeat;
    background-size: 100% 100%; */
    /* height: 834px; */
    background: #F2F5FE;
    padding-bottom: 60px;
}
.case .right-btnlj{
    position: absolute;
    top:50%;
    left:50%;
    width: 153px;
    height: 56px;
    margin-left: 155px;
    margin-top: 10px;
    background: url(../images/index/lijiebg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-align: center;
}
.case .right-btnlj>span{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    vertical-align: middle;
    margin-left:5px;
}
.case .case-box{
    height: 527px;
}
.case .case-box .case-left{
    width: 556px;
    height: 555px;  
}
.case .case-box .case-left .case-left-infot{
    width: 100%;
    height: 334px;
    background: #f5f5f5;
    margin-bottom: 38px;
 
}
.case .case-box .case-left>div .case-left-infob{
    width: 267px;
    height: 154px;
    background: #f5f5f5;
    
}
.case .case-box  div a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top:0px;
    left:0px;
    overflow: hidden;
}
.case .case-box  div a .bg-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */
}
.case .case-box  div a .v-img{
    width: 52px;
    height: 52px;
    border-radius:50%;;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */
}
.case .case-box  div a:hover .bg-img{
    transform: scale(1.1); 
}
.case .case-box  div a:hover .v-img{
    box-shadow:0px 2px 55px 0px #f8f8f8;
}
.case .case-box a>h6{
    height: 33px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    position: absolute;
    top:15px;
    left:15px;
}
.case .case-box .case-right{
    width: 556px;
    height: 555px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.case .case-box .case-right .case-right-info{
    width: 267px;
    height: 154px;
    background: #f5f5f5;
}
/* 企业荣誉 */
.honor{
    width: 100%;
    background: #FFF;
    /* padding-bottom: 60px;    */
}
.honor .honor-box{
    padding-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.honor .honor-box .honor-left{
    width: 670px;
}
.honor .honor-box .honor-left>div>img{
    width: 187px;
    height: 256px;
    background: black;
}
.honor .honor-box .honor-left>div>p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    text-align: center;
    padding:10px 0px;
}
.honor .honor-box .honor-right{
    width: 432px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.honor .honor-box .honor-right>p{
    width: 432px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    padding: 10px 0px;
}
.honor .honor-box .honor-right>img{
    width: 206px;
    height: 142px;
    background: #D8D8D8;
    margin-top: 15px;
}

/* 合作伙伴 */
.cooperative{
    width: 100%;
    background: #FFF;
    padding-bottom: 60px;      
}
.cooperative .cooperative-box{
    /* height: 359px;
    background: red; */
}
.cooperative .cooperative-box>ul{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cooperative .cooperative-box>ul>li {
    width: 234px;
    height: 110px;
    margin-top: 14px; 
    margin-bottom: 14px; 
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
    /* -webkit-box-reflect: below 1px linear-gradient(transparent, #1113); */
}
.cooperative .cooperative-box>ul>li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #00A4FF;
    border-left: 2px solid #00A4FF;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.cooperative .cooperative-box>ul>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #00A4FF;
    border-right: 2px solid #00A4FF;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.cooperative .cooperative-box>ul>li:hover {
    background-color: #f5f5f5;
    color: #000;
    box-shadow: 0 0 30px #00A4FF;
    transition-delay: 0.3s;
}
.cooperative .cooperative-box>ul>li:hover::before, .cooperative .cooperative-box>ul>li:hover::after {
    width: 100%;
    height: 100%;
    transition-delay: 0s;
}

.cooperative .cooperative-box>ul>li>img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
