﻿
.inside-banner .bd ul li a{
    bottom: 125px;
    left: 50%;
    margin-left: -300px;
    border-color: #fff;
    color: #fff;
}
.inside-banner .bd ul li a i{
    background-color: #fff;
}
.inside-banner .bd ul li a:hover{
    color: #006cfb;
}
.inside-banner .bd ul li a:hover i{
    right: 0;
}

.big-til{
    padding: 40px 0 20px;
    line-height: 1;
    overflow: hidden;
    position: relative;
}
.big-til h3{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 4px solid #1566ce;
    position: relative;
    overflow: hidden;
}
.big-til a{
    font-weight: normal;
    color: #666;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.big-til a:hover{
    color: #e02b1d;
}
.professional-qualification ul{
    font-size: 0;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.professional-qualification ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 195.5px;
    height: 189px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    vertical-align: middle;
}
.professional-qualification ul li i{
    width: 57px;
    height: 49px;
    background: url("../images/professional-qualification-icon.png") no-repeat;
    margin-top: 40px;
}
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.professional-qualification ul li:hover i {-webkit-animation:bounce 1s ease 1 0s both;animation:bounce 1s ease 1 0s both;}
.professional-qualification ul li p{
    color: #333;
    font-size: 16px;
    margin-top: 13px;
}
.professional-qualification ul li a{
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    color: #e9291a;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
}
.professional-qualification ul li a:before{
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: 0;
    bottom: -1px;
    right: 1px;
    -webkit-transition: border-color 0s ease-in 0.2s, width 0.1s ease-in 0.1s, height 0.1s ease-in;
    transition: border-color 0s ease-in 0.2s, width 0.1s ease-in 0.1s, height 0.1s ease-in;
}
.professional-qualification ul li a:after{
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.6s, width 0.1s ease-in 0.3s, height 0.1s ease-in 0.2s;
    transition: border-color 0s ease-in 0.6s, width 0.1s ease-in 0.3s, height 0.1s ease-in 0.2s;
}
.professional-qualification ul li:hover{
    box-shadow: 0 0 14px 7px #e8e8e8;
}
.professional-qualification ul li:hover a{
    /*border-color: #e9291a;*/
}
.professional-qualification ul li:hover a:before{
    width: 100%;
    height: 100%;
    border-bottom-color: #e9291a;
    border-left-color: #e9291a;
    -webkit-transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
    transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
}
.professional-qualification ul li:hover a:after{
    width: 100%;
    height: 100%;
    border-top-color: #e9291a;
    border-right-color: #e9291a;
    -webkit-transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
    transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
}
.professional-qualification ul li .icon2{
    background-position: -57px 0;
}
.professional-qualification ul li .icon3{
    background-position: -114px 0;
}
.professional-qualification ul li .icon4{
    background-position: -171px 0;
}
.professional-qualification ul li .icon5{
    background-position: -228px 0;
}
.professional-qualification ul li .icon6{
    background-position: -285px 0;
}

.professional-qualification ul li .icon7{
    background-position: -342px 0;
}
.professional-qualification ul li .icon8{
    background-position: -399px 0;
}
.professional-qualification ul li .icon9{
    background-position: -456px 0;
}
.professional-qualification ul li .icon10{
    background-position: -513px 0;
}
.professional-qualification ul li .icon11{
    background-position: -570px 0;
}
.professional-qualification ul li .icon12{
    background-position: -627px 0;
}
/*专业承包资质 end*/
/*官方需求资料 start*/
.demand-data{
    padding: 20px 30px 60px;
}
.demand-data ul{
    overflow: hidden;
    border-right: 1px solid #dedede;
}
.demand-data ul li{
    float: left;
    width: 278.75px;
    height: 398px;
    position: relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.demand-data ul li .top-line{
    position: absolute;
    top: 0;
    width: 0;
    left: 50%;
    height: 6px;
    background-color: #1566ce;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.demand-data ul li i{
    width: 81px;
    height: 95px;
    background: url("../images/demand-data-icon.png") no-repeat;
    margin-top: 35px;
}
.demand-data ul li .til{
    color: #333;
    font-size: 20px;
    padding: 15px 0 10px;
    width: 172px;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
    line-height: 1;
}
.demand-data ul li .txt{
    overflow: hidden;
    color: #666;
    margin-top: 25px;
    line-height: 1.7;
}
.demand-data ul li .txt .left{
    float: left;
    text-align: left;
    margin-left: 30px;
}
.demand-data ul li .txt .middle{
    text-align: center;
}
.demand-data ul li .txt span{
    display: block;
}
.demand-data ul li a{
    position: absolute;
    width: 108px;
    height: 28px;
    line-height: 28px;
    color: #e02b1d;
    border: 1px solid #e02b1d;
    bottom: 20px;
    left: 50%;
    margin-left: -54px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.demand-data ul li:hover{
    background-color: #f7f7f7;
}
.demand-data ul li:hover .top-line{
    left: 0;
    width: 100%;
}
.demand-data ul li:hover i{
    background-image: url("../images/demand-data-icon-on.png");
}
.demand-data ul li:hover a{
    color: white;
    background-color: #e02b1d;
}
.demand-data ul li .icon2{
    background-position: -81px 0;
}
.demand-data ul li .icon3{
    background-position: -162px 0;
}
.demand-data ul li .icon4{
    background-position: -243px 0;
}
/*官方需求资料 end*/
/*流程 start*/
.flow-steps{
    width: 100%;
    min-width: 1180px;
    overflow: hidden;
    background-color: #f1f5f8;
}
.steps-box{
    margin-top: 50px;
}
.steps-box ul{
    overflow: hidden;
    background: url("../images/flow-steps-bg.png") no-repeat center 55px;
}
.steps-box ul li{
    width: 147px;
    float: left;
    text-align: center;
    color: #333;
    font-size: 20px;
    margin-left: 59px;
}
.steps-box ul li:first-child{
    margin-left: 0;
}
.steps-box ul li i{
    width: 147px;
    height: 147px;
    background: url("../images/flow-steps-icon.jpg") no-repeat;
}
.steps-box ul li p{
    width: 39px;
    height: 25px;
    margin: 10px auto 5px;
    background: url("../images/num-icon.png") no-repeat;
}
.steps-box ul li .num2{
    background-position: -39px 0;
}
.steps-box ul li .num3{
    background-position: -78px 0;
}
.steps-box ul li .num4{
    background-position: -117px 0;
}
.steps-box ul li .num5{
    background-position: -156px 0;
}
.steps-box ul li .num6{
    background-position: -195px 0;
}
.steps-box ul li:hover i{
    background-image: url("../images/flow-steps-icon-on.jpg");
}
.steps-box ul li .icon2{
    background-position: -147px 0;
}
.steps-box ul li .icon3{
    background-position: -294px 0;
}
.steps-box ul li .icon4{
    background-position: -441px 0;
}
.steps-box ul li .icon5{
    background-position: -588px 0;
}
.steps-box ul li .icon6{
    background-position: -735px 0;
}
.steps-box ul li:hover{
    color: #006ec7;
}
/*流程 end*/
.dgg_footer{
    background-color: #f1f5f8;
}
