.banner {
    height: 345px;
    width: 100%;
    background: url('/img/service_banner.png') center center no-repeat;
}
.serviceBox {
    text-align: center;
    padding: 75px 0 87px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.service_title {
    color: #003264;

    font-size: 36px;
    margin-bottom: 38px;
}
.service_desc {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 30px;
}
.serviceBot {
    width: 100%;
    height:658px;
    background: url('/img/service_bottom.png') center center no-repeat;
    padding-top: 92px;
    box-sizing: border-box;
}
.servicebot_con {
    height: 474px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #fff;
    
}
.servicebot_con>div {
    text-align: center;
    padding: 45px 30px;
    box-sizing: border-box;
    width: 251px;
    height: 474px;
    border-right: 1px solid rgba(255,255,255, 0.22);
}

.servicebot_con>div:hover img {
    transform: rotateY(360deg);
    transition: transform 1s;
    -moz-transition:transform 1s;	
    -webkit-transition:transform 1s;
    -o-transition:transform 1s;
}
.servicebot_con>div:last-child {
    border-right: none;
}
.servicebot_con>div .circle{
    display: block;
    margin: auto;
    width:100px;
    height:100px;
    text-align: center;
    line-height: 100px;
    border:1px solid rgba(255,255,255,1);
    border-radius:50%;
}
.servicebot_con>div img{
    width: 100px;
    height: 100px;
}
.servicebot_con>div .p1 {
    color: #fff;
    font-size: 20px;
    margin: 27px 0 23px 0;
}
.servicebot_con>div .p1 span{
    border-bottom: 2px solid #fff;
    padding: 0 0 24px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.servicebot_con>div .p2 {
    padding-top: 23px;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
}
