.professionalOutsourcing {
    background-color: #f5f5f5;
    padding: 75px 0;
    text-align: center;
    margin-top: -80px;
}

.useLaunchrBox {
    padding-top: 80px;
}

/*媒体查询*/

@media screen and (max-width:640px) {
    .professionalOutsourcing {
        padding: 30px 0;
        margin-top: 0;
    }
    .useLaunchrBox {
        padding-top: 0;
    }
    .containerBox .serviceTitle span {
        font-size: 0.8em;
    }
    .professionalOutsourcing .containerBox .serviceTitle .underline {
        bottom: -10px;
        height: 2px;
    }
    .containerBox .serviceDetail {
        overflow: hidden;
        margin-top: 10px;
        display: flex;
    }
    .serviceDetail .customization {
        background: transparent !important;
        width: auto;
        height: auto;
        margin: auto;
    }
	
	
    .customization a {
        padding: 0;
        background: transparent !important;
    }
    .customization .outRing {
        width: auto;
        height: auto;
        margin: 0 auto 10px;
    }
    .customization .outRing::before {
        display: none;
    }
    .customization .outRing div {
        background: transparent !important;
        width: auto;
        height: auto;
    }
    .customization .outRing i {
        font-size: 3em;
        line-height: 1.4em;
        color: #848484 !important;
    }
    .customization .plain {
        font-size: 0.8em;
        white-space: nowrap;
        color: #333333 !important;
    }
    /*.customization .outRing div .changeColor:hover {
        background: transparent;
    }*/
    /*.changeColor:hover .dingzhiBox,
    .changeColor:hover .appkaifaBox,
    .changeColor:hover .weixinBox,
    .changeColor:hover .wangzhanBox {
        background: transparent;
    }*/
}


/*标题*/

.professionalOutsourcing .serviceTitle {
    font-size: 30px;
    position: relative;
    color: #54b74a;
}

.professionalOutsourcing .serviceTitle .underline {
    position: absolute;
    bottom: -20px;
    width: 67px;
    height: 3px;
    background: #54b74a;
    margin: 0 auto;
    left: 0;
    right: 0;
}


/*具体4项服务*/

.serviceDetail {
    overflow: hidden;
    margin-top: 45px;
}

.customization {
    /*float: left;*/
    background: #FFFFFF;
    width: 180px;
    height: 300px;
    margin: 48px;
    display: inline-block;
}

.serviceDetail .customization{
		-moz-transform: translate(0,200px);
		-webkit-transform: translate(0,200px);
		-o-transform: translate(0,200px);
		-ms-transform: translate(0,200px);
		transform: translate(0,200px);
		opacity: 0;
		-moz-transition-property: all;
		-webkit-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		-moz-transition-duration: .5s;
		-o-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
	}

	
	
.serviceDetail.scaleIn .customization:nth-child(2){
		-moz-transition-delay: 50ms;
		-o-transition-delay: 50ms;
		-webkit-transition-delay: 50ms;
		transition-delay: 50ms;
	}
.serviceDetail.scaleIn .customization:nth-child(2){
		-moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.serviceDetail.scaleIn .customization:nth-child(3){
		    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.serviceDetail.scaleIn .customization:nth-child(4){
		    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.serviceDetail.scaleIn .customization:nth-child(5){
		    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.serviceDetail.scaleIn .customization{
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}

/*.panel:not(:last-child) {*/


/*margin-left:77px;*/


/*}*/


/*++++++++订制项*******************************/

.dingzhi,
.appkaifa,
.weixin,
.wangzhan {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 60px 0;
    text-decoration: none;
    text-align: center;
}


/*淡色圈*/

.outRing {
    width: 136px;
    height: 136px;
    margin: 0 auto 20px;
    /*background: #DAEDD8;*/
    /*background: #000000;*/
    /*border-radius: 50%;*/
    position: relative;
    /*margin-bottom:10px;*/
}


/*深色圈*/

.dingzhiBox,
.appkaifaBox,
.weixinBox,
.wangzhanBox {
    position: relative;
    top: 12px;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    /*++++++++暂定++++++*/
    /*background: #54b74a;*/
    background: #FFFFFF;
    border-radius: 50%;
}


/*具体标志*/

.icon-dingzhi,
.icon-appkaifa,
.icon-weixin,
.icon-wangzhan {
    display: inline-block;
    font-size: 70px;
    line-height: 110px;
    color: #848484;
}


/*标志大小重写*/

.icon-weixin,
.icon-wangzhan {
    font-size: 75px;
}


/*文字*/

.plain {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 28px;
    color: #333333;
}


/*********************hover效果***************************/

.changeColor:hover {
    background: #FAFAFA;
    /*transition:background-color .5s ease-in-out;*/
}

.changeColor:hover .dingzhiBox,
.changeColor:hover .appkaifaBox,
.changeColor:hover .weixinBox,
.changeColor:hover .wangzhanBox {
    background-color: #54b74a;
    /*transition:background-color .5s ease-in-out;*/
}

.changeColor:hover .icon-dingzhi,
.changeColor:hover .icon-appkaifa,
.changeColor:hover .icon-weixin,
.changeColor:hover .icon-wangzhan {
    color: #FFFFFF;
    /*transition:color .5s ease-in-out;*/
}


/*字体变色*/

.changeColor:hover .plain {
    color: #54b74a;
    /*transition:color .5s ease-in-out;*/
}


/*定义动画帧*/

@keyframes animation {
    from {
        background-color: #DAEDD8;
    }
    to {
        background: #DAEDD8;
        background-color: #FFFFFF;
    }
}


/*淡色圈*/


/*.changeColor:hover .outRing{
    animation: animation .5s ease-in-out;
}*/

.outRing:before {
    visibility: hidden;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 148px;
    height: 148px;
    margin-top: -74px;
    margin-left: -74px;
    background-color: #DAEDD8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        animation-timing-function: cubic-bezier(0.78, 0.03, 0.96, 0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

.changeColor:hover .outRing:before {
    visibility: visible;
    animation: scaleUp 0.8s both;
}