<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-------- 轮播小圆点 ----------*/
.banner-img .slick-dots { position: absolute; left: 10px; bottom: 10px; width: 100%;text-align: center}
.slick-dots li { display: inline-block; width: auto; height: 20px; margin: 0 0 0 15px;}
.slick-dots li button { display: inline-block; width: 10px; height: 10px; border-radius: 5px; background-color: #fff;}
.slick-dots li button:before { display: none;}
.slick-dots .slick-active button {background-color: #48d8ff;}
.application-list .slick-dots {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 100%;
    text-align: right;
    margin: 0;
}
/*-------- END 轮播小圆点 ----------*/
/*--------- banner图 -------------*/
.banner-img{
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.banner-img .banner-img-box{
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-decoration: none;
    border: none;
    outline: none;
}
.banner-img img{
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);

}
/*------------ 企业管理-------------- */
.manage-list{
    height: 460px;
    width: 100%;
    margin: auto;
}
.list-item{
    float: left;
    position: relative;
    cursor: pointer;
    height: 460px;
    overflow: hidden;
    width: 224px;
    margin-right: 1px;
}
.manage-list .list-item .list-item-title{
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    top: 35%;
    display: block;
}
.manage-list .list-item:last-child{
    margin-right: 0;
}
/*.list-item:hover{*/
    /*width: 300px;*/
/*}*/
.list-item:hover .shade-box{
    height: 460px;
    /* transition: all .3s linear; */
}
.manage-img{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.manage-img p{
    margin: 55px 0 25px;
}
.manage-img p span:first-child{
    font-size: 24px;
    font-weight: bold;
}
.manage-img p span:last-child{
    color: #a8a8a8;
}
.shade-box {
    position: absolute;
    width: 100%;
    /* height: 460px; */
    bottom: 0;
    left: 0;
    background-color:rgba(57,169,255,0.7);
    color: white;
    overflow: hidden;
    height: 460px;
    opacity: 0;
}
.shade-box p{
    text-align: center;
    width: 200px;
    margin: auto;
}
.shade-box p:nth-of-type(1){
    margin-top: 104px;
    font-size: 24px;
}
.shade-box p:nth-of-type(2){
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
}
.shade-box p:nth-of-type(3){
    margin-top: 65px;
    font-size: 16px;
    background-color: #ffffff;
    text-align: center;
}
.shade-box p:nth-of-type(3) a{
    display: block;
    color: #66abf0;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}
.shade-box p:nth-of-type(3):hover{
    background-color: #1381d7;
    transition: all .3s linear;
}
.shade-box p:nth-of-type(3):hover a{
    color: #ffffff;
}



/*------- 解决方案 ---------*/
.allWidth{
    width: 100%;
    background-color: #f2f2f2;
    height: 410px;
    overflow: hidden;
    margin-top: 80px;
}
.solutionDiv{
    width: 1200px;
    margin:0 auto 0;
}
.solute-item{
    width: 1200px;
    height: 220px;
}
.solute-item-box a{
    display: block;
    color: #333333;
    text-decoration: none;
 }
.solute-item-img{
    height: 220px;
    width: 220px !important;
    margin: auto !important;
    background-color: white;
    text-align: center;
    overflow: hidden;
}
.solute-item-img&gt;div{
    width: 160px;
    height: 120px;
    margin: 25px auto 0;
    overflow: hidden;
}
.solute-item-img&gt;div img{
    transform: scale(0.8);
}
.solute-item-img&gt;div:hover img{
    transform: scale(0.9);
    transition: all .5s linear;
}
.solute-item-img&gt;div&gt;img{
    margin:21px auto 0;
    transition: all .5s linear;
}
.solute-head p{
    float: left;
}
.solute-head&gt;p:first-child{
    margin: 55px 0 25px;
}
.solute-head p,button{
    margin-top: 55px;
}
.solute-head p span:first-child{
     font-size: 24px;
     font-weight: bold;
 }
.solute-head p span:last-child{
    color: #a8a8a8;
}
/*.solute-head{*/
    /*width: 100%;*/
    /*height: 80px;*/
    /*border: 1px solid red;*/
/*}*/
.solute-item-img p{
    font-size: 18px;
}
.target-btn{
    width: 76px;
    float: right;
    height: 30px;
}
.solutionDiv .target-btn button{
    width: 36px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    font-size: 5px;
    float: left;
    border: 1px solid #d1d6da;
    cursor: pointer;
    background-color:white;
    outline: none;
}
.solutionDiv .target-btn button:hover{
    background-color: #d1d6da;
}
.solutionDiv .target-btn button:first-child{
    border-radius: 5px 0 0 5px;

}
.solutionDiv .target-btn button:last-child{
    border-radius: 0 5px 5px 0;
}

/*---------- 应用中心 ----------*/
.application-box{
    width: 1200px;
    margin: auto;
}
.application-box&gt;p{
    margin: 55px 0 25px;
}
.application-box&gt;p&gt;span:first-child{
    font-size: 24px;
    font-weight: bold;
}
.application-box&gt;p&gt;span:last-child{
    font-size: 16px;
    color: #a8a8a8;
}

.application-center&gt;div&gt;a p{
    margin: 0;
}
.application-center&gt;div&gt;a img{
    margin: 20px 0 5px 35px;
}
.application-center&gt;div&gt;a .origin-img{
    display: block;
}
.application-center&gt;div&gt;a .color-img{
    display: none;
}
.application-center&gt;div&gt;a:hover{
    color: #15AEF5;
    background-color: #F2F2F2;
}
.application-center&gt;div&gt;a:hover .origin-img{
    display: none;
}
.application-center&gt;div&gt;a:hover .color-img{
    display: block;
}
.application-center .first-row a{
    width: 99px;
    height: 98px;
    background-color: #ffffff;
    float: left;
    text-align: center;
    color: #333333;
    border-right:1px solid #E6E6E6;
    border-top:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
}
.application-center .first-row a:first-child img{
    margin-left: 85px;
}
.application-center .second-row a{
    width: 99px;
    height: 98px;
    background-color: #ffffff;
    float: left;
    text-align: center;
    color: #333333;
    border-right:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
}
.application-center .second-row a:first-child{
    border-left:1px solid #E6E6E6;
    margin-left: 25px;
}
.application-center .first-row a:first-child{
    border: 1px solid #E6E6E6;
    width: 199px;
    margin-left: 25px;
}
.first-row{
    height: 98px;
}
.second-row{
    height: 90px;
}
.application-center a{
    display: inline-block;
    text-decoration: none;
}
.application-center{
    float: left;
    width: 430px;
    height: 200px;
    font-size: 14px;
}


.application-carousel{
    float: left;
    width: 770px;
}
.application-carousel&gt;div{
    width: 770px;
    height: 200px;
}
.application-carousel .carousel-img{
    display: block;
    width: 770px;
    height: 200px;
    text-decoration: none;
    outline: none;
    border: none;
}
.application-carousel .carousel-img img{
    width: 770px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
/*------- 找服务 ---------*/
.server-box{
    height: 576px;
    width: 100%;
    background: url("../img/Home/service/severBg.jpg")center no-repeat;
    overflow: hidden;
    margin-top: 80px;
}
.sever-list{
    width: 1200px;
    height: 236px;
    margin: auto;
}
.server-title{
    width: 1200px;
    margin:100px auto 50px;
}
.server-title p span:first-child{
    font-size: 24px;
    color: white;
    font-weight: bold;
}
.server-title p span:last-child{
    font-size: 16px;
    color: #a8a8a8;
}
.sever-list .sever-item:first-child{
    margin-left: 0px;
}
.sever-item{
    width: 260px;
    height: 236px;
    float: left;
    margin-left: 53px;
    background-color: white;
    position: relative;
}
.sever-item:hover{
    height: 236px;
}
.sever-name {
    width: 260px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
}
.sever-name:hover{
    height: 236px;
}
.sever-name-p{
    height: 96px;
    overflow: hidden;
    background-color: #4ba9f2;
}
.sever-name-p&gt;p{
    display: inline-block;
    width: 180px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sever-name-p&gt;img{
    margin-bottom: 36px;
}
.sever-name:hover .sever-name-p{
    display: none;
}
.sever-name:hover .sever-detail{
    opacity:1;
    transition: all .3s linear;
}
.sever-name p{
    margin: 0;
}
.sever-detail{
    opacity: 0;
    width: 260px;
    height: 236px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: normal;
    font-size: 14px;
    background-color: #4ba9f2;
}
.sever-detail p:first-child{
    margin: 40px 0 14px 0;
    font-size: 16px;
}
.sever-detail p:last-child{
    cursor: pointer;
}
.sever-detail p a{
    color: #ffffff;
    text-decoration: none;
}
.sever-detail&gt;a&gt;button{
    background-color: #78c4ff;
    border: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    outline: none;
    margin: 0;
    color: white;
}
.sever-detail&gt;a{
    display: block;
    line-height: 40px;
    text-decoration: none;
    margin: 40px 0 30px;
}
.sever-detail&gt;a&gt;button:hover{
    background-color: #2b8dda;
}
.more-btn{
    width: 180px;
    height: 45px;
    border: 1px solid white;
    margin: 50px auto 0;
    cursor: pointer;
}
.more-btn a{
    display: inline-block;
    text-decoration: none;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: white;
}
.more-btn:hover a{
    background-color: #e77733;
    transition: all .3s linear;
}
/*-------- 企业动态 -----------*/
.company-box{
    width: 1200px;
    height: 410px;
    margin: auto;
    overflow: hidden;
}
.company-box&gt;p{
    margin: 55px 0 25px;
}
.company-box&gt;p&gt;span:first-child{
    font-size: 24px;
    font-weight: bold;
}
.company-box&gt;p&gt;span:last-child{
    font-size: 16px;
    color: #a8a8a8;
}
.company-list-banner{
    float: left;
    width: 600px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.company-list-banner img{
    transition: all .5s linear;
}
.company-list-banner img:hover{
    transform: scale(1.1);
    transition: all .5s linear;
}
.company-list-banner p{
    font-size: 14px;
    color: white;
    margin:0;
    position: absolute;
    bottom: 10px;
    left: 18px;
}
.company-list-group{
    float: left;
    height: 300px;
    width: 600px;
    /*border: 1px solid red;*/
}
.company-list-group .company-list-box:first-child{
    margin-bottom: 20px;
}
.company-list-box{
    height: 140px;
    width: 600px;
}
.company-item{
    float: left;
    margin-left: 20px;
    height: 140px;
    position: relative;
}
.company-item a{
    display: inline-block;
    text-decoration: none;
}
.company-item p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
    font-size: 14px;
    color: white;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 5px;
}
/*------------ 新闻列表 ---------------*/
.news-box{
    width: 1200px;
    margin: auto;
}
.news-article{
    width: 524px;
    list-style: none;
    float: left;
    padding: 0;
    margin:30px 0;
}
.news-box .news-article:first-child{
    margin-right: 152px;
}
.news-article li{
    width: 524px;
    font-size: 14px;
    height: 18px;
    margin-bottom: 18px;
}
.news-article li p{
    margin: 0;
}.news-article&gt;li&gt;p&gt;.icon{
    font-size: 12px;
 }
.news-article li p:first-child{
    float: left;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-article li p:first-child span:first-child{
    color: #e3e3e6;
}
.news-article li p:first-child a{
    text-decoration: none;
    color: #333333;
}
.news-article li p:first-child a:hover{
    color: #0090FF;
    cursor: pointer;
}
.news-article li p:last-child{
    float: right;
    color: #999999;
}
.load-more{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #ececec;
}
.load-more a{
    text-decoration: none;
    color: #333333;
}
</pre></body></html>