a {
    text-decoration: none;
    outline: none;
    color: #333333;
    font-size: 14px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.w{
    margin: 0 auto;
    width: 995px;
}
.header{
    background: #323232;
}
.header .container{
    height:35px;
    background: #323232;
}
.come{
    display: flex;
    justify-content: space-between;
}
.come li{
    height: 35px;
    color: #fff;
    line-height: 35px;
}
/*<!--logo-->*/
.logo{

    background: #fff;
    height: 100px;
}
.logo ul{
    display: flex;
    justify-content: space-between;
}
.logo ul li img{
   max-width: 100%;
    width: auto;
}
.logo ul li{
    padding: 20px 0;
}
/*banner*/
.banner{
    width: 100%;
    height: 417px;
}
.banner img{
    width: 100%;
    height: 100%;
}
/*导航条*/
.nav{
    height: 50px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    top: 0;
    width: 100%;
    z-index: 100;
}
.nav  ul{

    display: flex;
    justify-content: space-between;
}
.nav  ul li{
    line-height: 50px;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 25%;
}
.nav  ul li a:hover{color:white;text-decoration:none;background: #024687;}
.nav  ul li:first-child{
    border-left: 1px solid #ccc;
}

.nav  ul li a{
    font-size: 16px;
    font-family: "Microsoft Yahei";
    display: inline-block;
    width: 100%;
    height: 100%;
}

.content{
    background: #eceff0;
}
.conTop{
    height: 168px;
    padding-top:20px ;
}
.conTop .tleft{
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: bolder;
    background:#024687;
    color: #fff;
    box-sizing: border-box;
     padding: 45px 20px;
    margin-right: 0;
}
.conTop p{
    float: left;
    margin-right: 5px;
    position: relative;
}

.conTop p:last-child{
    margin-right: 0;
}
.conTop p .shadow{
    width: 288px;
    height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.53);
}

    /*流程*/
.liucheng{
    margin: 20px auto;
    position: relative;
}

/*波纹*/
@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn{
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.liucheng .bowen{
    height: 30px;
    width: 30px;
    position: absolute;
}
/* 保持大小不变的小圆圈  */
.liucheng .bowen .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 15px;
    background: #5b9bd5;
    top: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid #5b9bd5;
    border-radius: 20px;
    z-index: 2;
}
/* 产生动画（向外扩散变大）的圆圈  */
.liucheng .bowen .pulse {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -7px;
    top: -6px;
    border: 6px solid  #5b9bd5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 1.5s ease-out;
    -moz-animation: warn 1.5s ease-out;
    animation: warn 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bo1{
    left: 266px;
    bottom: 110px;
}
.bo2{
    right: 114px;
    bottom:106px;
}
.bo3{
    left: 425px;
    bottom: 243px;
}
.bo4{
    left: 192px;
    bottom:299px;
}
.bo5{
    left: 452px;
    bottom: 390px;

}
.bo6{
    right: 167px;
    bottom: 449px;
}
.bo7{
    left: 61px;
    bottom: 600px;
}
.bo8{
    left: 253px;
    top: 415px;
}
.bo9{
    right: 166px;
    top: 281px;
}

/*资质*/
.zizhi{
    background: #dfebed;
    border: 1px solid transparent
}


.zizhi .zzcon .zzTop .z1{
    float: left;
    margin-top: 6px;
}
.zizhi .zzcon .zzTop .z2{
    width: 47%;
    float: left;
}
.zizhi .zzcon .zzTop .z3{
    float: right;
    margin-top: 52px;
}
.ques{
    height: 50px;
    width: 640px;
    background: #cc3333;
    border-radius: 23px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    text-align: center;
    margin: 40px auto;
}
.button-click img{display:block;margin: 0 auto;cursor: pointer;}
/*f服务*/
.service{
    margin:20px auto;
}
.serLeft{
    float: left;
    width: 50%;
}
.serRight{
    float: right;
    width: 50%;
}
.serRight a{
    display: block;
    height: 146px;
    width:32.3%;
    color: #5b9bd5;
    font-size: 18px;
    text-align: center;
    float: left;
    padding-bottom: 8px;
    font-weight: bold;
    cursor: default;
}
.serRight a i{
    display:block;
    height: 116px;
    width: 118px;
    margin-left: 19px;
    margin-bottom: 8px;
}
.serRight .sa1 i{
    background: url("../images/ddjj_49.png") no-repeat;
}
.serRight .sa2 i{
    background: url("../images/ddjj_51.png") no-repeat;
}
.serRight .sa3 i{
    background: url("../images/ddjj_53.png") no-repeat;
}
.serRight .sa4 i{
    background: url("../images/ddjj_61.png") no-repeat;
}
.serRight .sa5 i{
    background: url("../images/ddjj_62.png") no-repeat;
}
.serRight .sa6 i{
    background: url("../images/ddjj_63.png") no-repeat;
}

/*人事外包*/
.waibao{
    background: #dfebed;
}
.waibao .wbOut .wbLeft{
    float: left;
    width: 80%;
    font-family: 'Microsoft YaHei';
}
.waibao .wbOut .wbLeft p {
    font-size: 30px;
    font-family: 'Microsoft Yahei';
    font-weight: bolder;
    text-align: center;
    border-bottom: 2px solid #000;
    padding: 20px 0;
}
.waibao .wbOut .wbLeft .good a{
    display: block;
    height: 193px;
    width: 20%;
    float: left;
    text-align: center;
    color: #8c9192;
    line-height: 20px;
}
.waibao .wbOut .wbLeft .good a i{
    display: block;
    height: 147px;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 136px;
    -webkit-transition:all 0.6s cubic-bezier(0.3,-1.2,0.8,3);
}
.waibao .wbOut .wbLeft .good a i:hover{
    -webkit-transform:scale(1.1);
}
.waibao .wbOut .wbLeft .good a b{
    color: #000;
    font-size: 15px;
}
.waibao .wbOut .wbLeft .good .g1 i{
     background: url("../images/ddjj_72.png") no-repeat;
 }
.waibao .wbOut .wbLeft .good .g2 i{
     background: url("../images/ddjj_74.png") no-repeat;
 }
.waibao .wbOut .wbLeft .good .g3 i{
     background: url("../images/ddjj_76.png") no-repeat;
 }
.waibao .wbOut .wbLeft .good .g4 i{
     background: url("../images/ddjj_78.png") no-repeat;
 }
.waibao .wbOut .wbLeft .good .g5 i{
     background: url("../images/ddjj_80.png") no-repeat;
 }
.waibao .wbOut .wbLeft .wbTel{
    width: 90%;
    margin: 20px auto 20px auto;
}
.waibao .wbOut .wbRight {
    float: right;
    width: 20%;
    position: relative;
}
.wbRight .wx{
    display: block;
    background: url("../images/button_03.jpg") no-repeat;
    height: 44px;
    width: 147px;
    position: absolute;
    bottom: 28px;
    left: 40px;
    cursor: pointer;
}
/*底部*/
.footer{
    width: 100%;
    height: 225px;
    background: #30333a;
}
.footer .footCon{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 65px;
    text-align: center;
}
.footer .footCon ul li{
    float: left;
    font-size:16px;
    margin-right: 15px;
    color: #ccc;
}
.footer .footCon  a{
    font-size:16px;
    color: #ccc;
}
.footer .footCon p{
    font-size:16px;
    color: #ccc;
    padding-top: 20px;
}

/*点击出现弹框阴影*/
.theme-gonggong1{
    z-index: 9999;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    border: solid 1px #666;
    background-color: #fff;
    box-shadow: 0 0 15px #666;
    margin: -95px 0 0 -175px;
}
.theme-popover-mask{
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}
.btn-close{
    position: absolute;
    right: 11px;
    top: 0;
    font-size: 30px;
    cursor: pointer;
}

