.he_border1 {
    background:#000;
    width:143px;
    height:143px;
    padding:0;
    margin:0;
    /*border:1px solid #000;*/
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border1 .he_border1_img {
    display:block;
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    opacity:1;
    overflow:hidden
}
.he_border1:hover .he_border1_img {
    position:absolute;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    opacity:.6
}
.he_border1 .he_border1_caption {
    color:#fff;
    padding:0;
    margin:0;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border1 .he_border1_caption::before, .he_border1 .he_border1_caption::after {
    position:absolute;
    content:'';
    opacity:0;
    -webkit-transition:opacity 0.4s, -webkit-transform .4s;
    -moz-transition:opacity 0.4s, -moz-transform .4s;
    -o-transition:opacity 0.4s, -o-transform .4s;
    transition:opacity 0.4s, transform .4s
}
.he_border1 .he_border1_caption::before {
    top:8%;
    right:10%;
    bottom:8%;
    left:10%;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transform:scale(0, 1);
    -moz-transform:scale(0, 1);
    -o-transform:scale(0, 1);
    transform:scale(0, 1);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0
}
.he_border1 .he_border1_caption::after {
    top:8%;
    right:10%;
    bottom:8%;
    left:10%;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    -webkit-transform:scale(1, 0);
    -moz-transform:scale(1, 0);
    -o-transform:scale(1, 0);
    transform:scale(1, 0);
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0
}
.he_border1:hover .he_border1_caption::before, .he_border1:hover .he_border1_caption::after {
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
}
.he_border1 .he_border1_caption, .he_border1 .he_border1_caption > a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    z-index:1000
}
.he_border1 .he_border1_caption_h {
    font-size:1.3em;
    font-weight:700;
    text-align:center;
    width:80%;
    position:absolute;
    top:10%;
    left:10%;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    overflow:hidden;
    opacity:.5
}
.he_border1 .he_border1_caption_p {
    font-size:1em;
    text-align:center;
    width:80%;
    position:absolute;
    top:60%;
    left:10%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    opacity:0
}
.he_border1:hover .he_border1_caption_p {
    top:45%;
    opacity:1
}



.he_border2 {
    background:#000;
    width:143px;
    height:143px;
    padding:0;
    margin:0;
    /*border:1px solid #000;*/
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border2 .he_border2_img {
    display:block;
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    opacity:1;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border2:hover .he_border2_img {
    position:absolute;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    opacity:.6
}
.he_border2 .he_border2_caption {
    color:#fff;
    padding:0;
    margin:0;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border2 .he_border2_caption::before, .he_border2 .he_border2_caption::after {
    position:absolute;
    content:'';
    opacity:0;
    -webkit-transition:opacity 0.4s, -webkit-transform .4s;
    -moz-transition:opacity 0.4s, -moz-transform .4s;
    -o-transition:opacity 0.4s, -o-transform .4s;
    transition:opacity 0.4s, transform .4s
}
.he_border2 .he_border2_caption::before {
    top:14%;
    right:5%;
    bottom:14%;
    left:5%;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transform:scale(0, 1);
    -moz-transform:scale(0, 1);
    -o-transform:scale(0, 1);
    transform:scale(0, 1);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0
}
.he_border2 .he_border2_caption::after {
    top:8%;
    right:10%;
    bottom:8%;
    left:10%;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    -webkit-transform:scale(1, 0);
    -moz-transform:scale(1, 0);
    -o-transform:scale(1, 0);
    transform:scale(1, 0);
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0
}
.he_border2:hover .he_border2_caption::before, .he_border2:hover .he_border2_caption::after {
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
}
.he_border2 .he_border2_caption, .he_border2 .he_border2_caption > a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    z-index:1000
}
.he_border2 .he_border2_caption_h {
    font-size:1.3em;
    font-weight:700;
    text-align:center;
    width:80%;
    position:absolute;
    top:10%;
    left:10%;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    overflow:hidden;
    opacity:.5
}
.he_border2 .he_border2_caption_p {
    font-size:1em;
    text-align:center;
    width:80%;
    position:absolute;
    top:60%;
    line-height: 22px;
    left:10%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    opacity:0
}
.he_border2:hover .he_border2_caption_p {
    top:35%;
    opacity:1
}
/**********************************************************************/

section.business {
    background: url(../image/wallpaper2.jpg) 50% bottom;
    position: absolute;
    bottom: 50%;
    z-index: 99;
    /*background:#fff;*/
    max-width: 1200px;
    left:50%;
    margin-left:-500px;
    margin-bottom: -523px;
}
.business .box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.business .index_box ul.items {
    margin: 0 auto;
}
.business .index_box ul.items li {
    width: 150px;
    height:192px;
    /*margin: 0 8px;*/
    background: url(../image/bg_green.png) no-repeat 0px 400px;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.business .index_box ul.items li i {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
    height: 41px;
}
.business .index_box ul.items li.pc i {
    width: 43px;
    background: url(../image/index_400.png) no-repeat;
}
.business .index_box ul.items li u {
    display: block;
    position: absolute;
    width: 143px;
    height: 143px;
    margin-left: 6px;
    background: url(../image/words.png) no-repeat 0px -616px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.business .index_box ul.items li u.cl {
    clip: rect(0px, 156px, -10px, 78px);
}
.business.active .index_box ul.items li u.cl {
    clip: rect(0px,156px,156px,78px);
}
.business .index_box ul.items li u.cr {
    clip: rect(156px,78px,156px,0px);
}
.business.active .index_box ul.items li u.cr {
    clip: rect(0px,78px,156px,0px);
}
.business .index_box ul.items li strong {
    display: block;
    margin-top: 13px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color:#16bded;
    color:#666;
}
.business .index_box ul.items li p {
    position: relative;
    top: 200px;
    color: White;
    font-family: Arial, "宋体";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.business .index_box ul.items li:hover {
    background-position: 0px 0px;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}
.business .index_box ul.items li:hover i {
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
}
.business .index_box ul.items li.pc:hover i {
    background: url(../image/index_25.png) no-repeat;
}
.business .index_box ul.items li:hover u.cl {
    clip: rect(0px, 156px, -10px, 78px);
}
.business .index_box ul.items li:hover u.cr {
    clip: rect(156px,78px,156px,0px);
}
.business .index_box ul.items li:hover strong {
    color: White;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.business .index_box ul.items li:hover p {
    top: 20px;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
}




.business .index_box ul.items li.pc1 i {
    background: url(../image/index_340.png) no-repeat;
}
.business .index_box ul.items li.pc1:hover i {
    background: url(../image/index_12.png) no-repeat;
}
.business .index_box ul.items li.pc2 i {
    background: url(../image/index_350.png) no-repeat;
}
.business .index_box ul.items li.pc2:hover i {
    background: url(../image/index_14.png) no-repeat;
}
.business .index_box ul.items li.pc3 i {
    background: url(../image/index_360.png) no-repeat;
}
.business .index_box ul.items li.pc3:hover i {
    background: url(../image/index_16.png) no-repeat;
}
.business .index_box ul.items li.pc4 i {
    background: url(../image/index_4.png) no-repeat;
}
.business .index_box ul.items li.pc4:hover i {
    background: url(../image/index_41.png) no-repeat;
}
.business .index_box ul.items li.pc5 i {
    background: url(../image/index_380.png) no-repeat;
}
.business .index_box ul.items li.pc5:hover i {
    background: url(../image/index_20.png) no-repeat;
}
.business .index_box ul.items li.pc6 i {
    background: url(../image/index_390.png) no-repeat;
}
.business .index_box ul.items li.pc6:hover i {
    background: url(../image/index_22.png) no-repeat;
}


.ser_head{
    height: 100px;
    background:#262526;
    margin-bottom:20px;
    /*border-bottom:solid 1px #ddd;*/
}
.ser_head a,.ser_head a:hover{
    color:#fff;
}
.padding-bottom-40{
    padding-bottom:40px;
}

/******************/

@media only screen and (max-width: 1100px){
    section.business{margin-bottom:-477px;}
    .business .index_box ul.items li {width: 124px!important;
        margin: 0 8px;
    }
    .business .index_box ul.items li u {
        /*background: url(../image/words1.png) no-repeat 0px -598px;*/
        background: url(../image/words.png) no-repeat 0px -610px;
        margin-left:-6px;
    }
}
.m-jpservice{display: none;}

@media only screen and (max-width: 1000px) and (min-width: 300px){
    section.business{display: none;}
    .padding-bottom-50{margin-bottom:0;}
    .jpservice{display:none !important;}
    .m-jpservice{
        display: block;
        padding-top:40px;
    }
    .con{
        margin-bottom:40px !important;
        border-bottom:dashed 1px #ddd;
        padding-bottom: 30px !important;
    }
    .con span{
        text-align: center !important;
        line-height: 25px !important;
        padding-bottom:15px !important;
    }
    .con span:first-child{
        font-size: 20px !important;
    }
    .con span:nth-child(2){
        font-size:16px !important;
        color:#999 !important;
    }

}


