.yun-ul{ font-size: 24px;  margin: 18px 0 5px; }
.more_btn{display:block;width:120px;height:40px;line-height:40px;  -webkit-border-radius: 10px;  -moz-border-radius: 10px;  border-radius: 10px;color:#019e59;border:1px solid #019e59;margin:20px auto;text-align:center;}
.sub_title{margin-left:20px;margin-top:20px;font-size:16px;}
.skill-box{  padding:30px 0}
.skill-box{ background: -webkit-linear-gradient(top,#118eed,#006ec4);  background: -o-linear-gradient(top,#118eed,#006ec4);  background: -ms-linear-gradient(top,#118eed,#006ec4);}
.skill-box span{color:#fff;display:inline-block;margin-left:20px;}
.skill-box2{background: -webkit-linear-gradient(top,#55c8fd,#0499dc);  background: -o-linear-gradient(top,#55c8fd,#0499dc);  background: -ms-linear-gradient(top,#55c8fd,#0499dc);}
.skill-box3{background: -webkit-linear-gradient(top,#ff7a39,#ff5501);  background: -o-linear-gradient(top,#ff7a39,#ff5501);  background: -ms-linear-gradient(top,#ff7a39,#ff5501);}
.skill-box4{background: -webkit-linear-gradient(top,#01a954,#007e3d);  background: -o-linear-gradient(top,#01a954,#007e3d);  background: -ms-linear-gradient(top,#01a954,#007e3d);}
.process_intro{margin:50px 0;}
.process_intro p{line-height:30px;}
.home_sevenul li{display: block;  width: 30.33%;  margin: 0 1.5%;  height: 148px;  float: left;  position: relative; overflow: hidden;}
.home_sevenul li .home_sevenultim {
    display: block;
    width: 148px;
    height: 148px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -74px;
    top: 50%;
    margin-top: -74px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.home_sevenultim_1 {
    background-image: url(../images/home_seven_1.png);
}
.home_sevenultim_2 {
     background-image: url(../images/home_seven_2.png);
 }
.home_sevenultim_3 {
    background-image: url(../images/home_seven_3.png);
}

.home_sevenulid {
    display: block;
    margin: auto;
    width: 100%;
    height: 148px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transition: all 0.5s linear;
    -moz-transform: scale(0) rotate(0deg);
    transition: all 0.5s linear;
    transform: scale(0) rotate(0deg);
    -webkit-opacity: 0;
}
.home_sevenulid div {
    display: table;
    width: 100%;
    height: 148px;
    text-align: center;
}
.home_sevenulid div span {
    display: table-cell;
    margin: auto;
    width: 100%;
    height: 148px;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    color: #666;
    border-radius: 148px;
}
.home_sevenul li:hover .home_sevenulid {
     -webkit-transition: all 0.5s linear;
     -webkit-transform: scale(1) rotate(360deg);
     -moz-transition: all 0.5s linear;
     -moz-transform: scale(1) rotate(360deg);
     transition: all 0.5s linear;
     transform: scale(1) rotate(360deg);
     -webkit-opacity: 1;
     opacity: 1;
 }
.home_sevenul li:hover .home_sevenultim {
    -webkit-transition: all 0.5s linear;
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transition: all 0.5s linear;
    -moz-transform: scale(0) rotate(360deg);
    transition: all 0.5s linear;
    transform: scale(0) rotate(360deg);
    -webkit-opacity: 0;
    opacity: 0;
}
.case_wrap{overflow:hidden;margin-top:50px;}
.case_wrap img{  -webkit-transition: all 0.3s;  -moz-transition: all 0.3s;  -ms-transition: all 0.3s;  -o-transition: all 0.3s;  transition: all 0.3s;}
.case_wrap img:hover{  -webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -o-transform: scale(1.1);  transform: scale(1.1);}
.case_wrap p{margin-top:20px;}
.contact-in p{line-height:30px;}