@charset "utf-8";
.topad-box {
	height: 450px;
	width: 100%;
	background: url(../images/top-banner.jpg) no-repeat center;
}
.clouddisk-page {
}

.dengbao-title {
    text-align: center;
}

.dengbao-title span {
    display: inline-block;
    font-size: 30px;
    color: #000;
    position: relative;
}

.dengbao-title span::before, .dengbao-title span::after {
    content: "";
    display: inline-block;
    width: 124px;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    top: 26px;
}

.dengbao-title span::before {
    left: -150px;
}

.dengbao-title span::after {
    right: -150px;
}

/****************banner****************/
.banner {
    height: 480px;
    background: url("../img/banner.jpg") no-repeat top center;
    font-size: 0;
}

.banner .banner-btn {
    margin: 234px 0 0 15px;
    display: inline-block;
    width: 210px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #386055;
    font-size: 18px;
    color: #3c8079;
    text-align: center;
    box-sizing: border-box;
}

.banner .banner-btn:hover {
    background: rgba(56, 96, 85, 0.20);
    transition: all .2s cubic-bezier(0.4, 0, .2, 1) 0s;
}

.banner .banner-svga {
    width: 490px;
    height: 480px;
    position: absolute;
    top: 0;
    right: 0;
}

.banner .banner-svga .J-svga {
    width: 100%;
    height: 100%;
}

/****************banner end****************/

/****************banner****************/
.top-list {
    height: 110px;
    font-size: 0;
}

.top-list li {
    padding-left: 40px;
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    border-right: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.top-list li:last-child {
    padding-left: 110px;
    border-right: 0;
}

.top-list li .tl-img {
    display: inline-block;
    width: 54px;
    height: 60px;
    background: url("../images/dengbao-icon.png") no-repeat;
    vertical-align: middle;
}
.top-list li .tl-img:hover{
  cursor: pointer;
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
   transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}

.top-list li .tl-img.tl-img1 {
    background-position: 3px 0;
}

.top-list li .tl-img.tl-img2 {
    background-position: -58px 3px;
}

.top-list li .tl-title {
    padding-left: 20px;
    font-size: 24px;
    color: #333333;
    vertical-align: middle;
}

.top-list li .tl-txt {
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
}

/****************banner end****************/

.dengbao-service {
    padding: 30px 0;
    background: #f7f7f7;
}

.dengbao-service .service-list {
    padding-top: 90px;
}

.dengbao-service .service-list li {
    padding: 0 30px 20px;
    float: left;
    width: 580px;
    min-height: 278px;
    background: #fff;
    margin-right: 30px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    transition: .5s;
    -webkit-transition: .5s;
}
.dengbao-service .service-list li:hover{transform: translateY(-10px);
    -webkit-transform: translateY(-10px);}


.dengbao-service .service-list li:last-child {
    margin-right: 0;
}

.dengbao-service .service-list li .sl-img {
    margin: -84px auto 0;
    width: 187px;
    height: 187px;
    position: relative;
}

.dengbao-service .service-list li .sl-img .J-svga {
    width: 100%;
    height: 100%;
}

.dengbao-service .service-list li .sl-title {
    padding-top: 10px;
    font-size: 18px;
    color: #333333;
}

.dengbao-service .service-list li .sl-txt {
    padding-top: 6px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}


.dengbao-flow {
    padding: 30px 0 60px;
}

.dengbao-flow .flow-img {
    padding-top: 70px;
}

.dengbao-flow .flow-img img {

}

.dengbao-activity {
    padding: 40px 0 40px;
    background: #f7f7f7;
}

.dengbao-activity .activity-list {
    padding: 40px 31px 0;
}

.dengbao-activity .activity-list li {
    float: left;
    padding: 14px 0;
    width: 160px;
    /* background: #fff; */
    margin-right: 82px;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
}

.dengbao-activity .activity-list li::after {
    content: "";
    display: inline-block;
    width: 38px;
    height: 12px;
    background: url("../images/dengbao-icon.png") no-repeat -210px -70px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -62px;
}

.dengbao-activity .activity-list li:last-child {
    margin-right: 0;
}

.dengbao-activity .activity-list li:last-child::after {
    display: none;
}

.dengbao-activity .activity-list li .al-img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url("../images/dengbao-icon.png") no-repeat;
}
.dengbao-activity .activity-list li .al-img:hover{ transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);}

.dengbao-activity .activity-list li .al-img1 {
    background-position: -122px 0;
       transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: relative;
}

.dengbao-activity .activity-list li .al-img2 {
    background-position: -192px 0;
       transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: relative;
}

.dengbao-activity .activity-list li .al-img3 {
    background-position: 0 -70px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: relative;
}

.dengbao-activity .activity-list li .al-img4 {
    background-position: -70px -70px;
       transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: relative;
}

.dengbao-activity .activity-list li .al-img5 {
    background-position: -140px -70px;
       transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: relative;
}

.dengbao-activity .activity-list li .al-title {
    padding-top: 10px;
    font-size: 18px;
    color: #333333;
}

.dengbao-activity .activity-list li .al-txt {
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}


.dengbao-technology{
    padding: 30px 0;
}

.dengbao-technology .wjf-ui-tab-btn-radius .item{
    border: 1px solid #e9e9e9;
}
.dengbao-technology .technology-table{
    margin-top: 30px;
    text-align: center;
    border: 1px solid #ffd2c3;
    /*background: #f2f2f2;*/
}
.dengbao-technology .technology-table tr th{
    height: 60px;
    line-height: 60px;
    background: #ffeeec;
    border-right: 1px solid #ffd2c3;
    border-bottom: 1px solid #ffd2c3;
    font-size: 14px;
    font-weight: 700;
    color: #555;
}
.dengbao-technology .technology-table tr td{
    padding: 10px;
    height: 50px;
    border-right: 1px solid #ffd2c3;
    border-bottom: 1px solid #ffd2c3;
    font-size: 14px;
    color: #3b3b3b;
    box-sizing: border-box;
}

/*******************************/

/*****************************/
.dengbao-vip {
    padding: 40px 0;
}

.dengbao-vip .vip-list {
    padding: 50px 30px 0;
}

.dengbao-vip .vip-list li {
    padding: 30px 50px 30px 10px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.dengbao-vip .vip-list li:nth-child(2n) {
    padding: 30px 10px 30px 30px;
    border-left: 1px solid #e9e9e9;
}

.dengbao-vip .vip-list li:nth-child(3), .dengbao-vip .vip-list li:nth-child(4) {
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
}

.dengbao-vip .vip-list li .vl-img img {
    width: 90px;
    height: 90px;
    float: left;
    position: relative;
}
.dengbao-vip .vip-list li .vl-img img:hover{
   cursor: pointer;
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
   transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    }

.dengbao-vip .vip-list li .vl-img .J-svga {
    width: 100%;
    height: 100%;
}

.dengbao-vip .vip-list li .vl-txt {
    padding-left: 20px;
    overflow: hidden;
}

.dengbao-vip .vip-list li .vl-txt .vl-title {
    padding-top: 10px;
    font-size: 18px;
    color: #000;
}

.dengbao-vip .vip-list li .vl-txt p {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}

/*****************************/

.dengbao-contact {
    border-top: 1px solid #e5f5ff;
    padding: 18px 22px;
    text-align: center;
    font-size: 0;
    box-shadow: 0px 5px 10px -3px rgba(15, 61, 104, 0.07);
    text-align: center;
    background: #fff;
}
.contact-fixed{
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.dengbao-contact p {
    padding-top: 4px;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fc7922;
    vertical-align: middle;
}

.dengbao-contact p span {
    color: #333333;
}

.dengbao-contact .dc-qq {
    display: inline-block;
    margin: 0 50px;
    padding: 0 50px;
    line-height: 40px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    vertical-align: middle;
}

.dengbao-contact .dc-qq a {
    font-size: 16px;
    color: #2086ee;
    vertical-align: middle;
}

.dengbao-contact .dc-qq a i {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url("../images/edm-icon.png") no-repeat 0 -74px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.dengbao-contact .dc-tel {
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.dengbao-contact .dc-tel i {
    display: inline-block;
    width: 18px;
    height: 23px;
    background: url("../images/edm-icon.png") no-repeat 0 -107px;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 1206px) {
    .top-list li:last-child {
        padding-left: 60px;
    }

   
    .dengbao-service .service-list li {
        width: 490px;
        min-height: 308px;
        margin-right: 10px;
    }

  
    .dengbao-activity .activity-list {
        padding: 40px 10px 0;
    }

    .dengbao-activity .activity-list li {
        width: 150px;
        margin-right: 55px;
    }

    .dengbao-activity .activity-list li::after {
        right: -48px;
    }
}
