body{
    background-color: #f9f9f9;
}
body,div,ul,li,text{
    list-style: none;
    margin: 0px ;
    padding: 0px;
}
.ware{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 100px;
    background-color: #fff;
}
.ware img{
    width: 100%;
    height: auto;
}
.softimg{
    width: 100%;
    height:auto;
    margin: 0px auto;
    position: absolute;
    z-index: 3;
    top: 164px;
}
.softimg img:nth-of-type(1){
    width:518px;
    height: auto;
    margin-left: 15%;
}
.platform_step{
    width: 100%;
    height: 350px;
}
.platform_tit{
    width: 100%;
    height: 100px;
    text-align: center;
}
.platform_tit ul:nth-of-type(1){
    font-size: 34px;
    color: #333;
    height: 80px;
    line-height: 80px;
    margin-top: 30px;
}
.platform_tit ul:nth-of-type(2){
    font-size: 16px;
    color: #999;
    line-height: 20px;
}
.stepimg img{
    opacity: 0.7;
}
.stepimg img:hover{
    opacity: 1;
}
.step_plat{
    width: 1400px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 100px auto 0px;
}
.step_plat ul{
   display: flex;
   justify-content: start;
}
.step_plat ul li{
    line-height: 70px;
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}
.plat_tit{
    width: 100%;
    height: 180px;
    text-align: center;
    padding-top: 0px;
    background-color: #fff;
}
.plat_tit ul:nth-of-type(1){
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    color: #333;
}
.plat_tit ul:nth-of-type(2){
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #181818;
}
.software{
    width: 1250px;
    height: auto;
    margin: 0px auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.software div{
    /*width: 30.5%;*/
    height: auto;
    position: relative;
    overflow: hidden;
}

.software_center div:nth-of-type(1){
    margin-bottom: 8px;
}
.software div ul{
    width: 100%;
    height: 100%;
}
.software div:hover .imghover{
    animation:pageshow 1s forwards;
    -webkit-animation: pageshow 1s forwards;
}
@keyframes pageshow
{
    from {
        opacity: 0;
        top: 100%;
    }
    to {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes pageshow /* Safari 与 Chrome */
{
    from {
        opacity: 0;
        top: 100%;
    }
    to {
        opacity: 1;
        top: 0px;
    }
}
.imghover{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 2;
    opacity: 0;

}
.software_text{
    width: 1250px;
    height: 80px;
    margin: 0px auto;
    line-height: 80px;
    text-align: right;
    color:#181818;
    font-size: 14px;
}
.followheart{
    width: 100%;
    height: 36vm;
    min-width: 1400px;
    position: relative;
    padding-bottom: 80px;
    background-color: #fff;
}
.followheart img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.followheart > img:last-of-type{
    z-index:10;
}
.handle{
    width: 25.52%;
    height: auto;
    position: absolute;
    top: 0px;
    right: 390px;
    z-index: 12;
}
#setsite{
    visibility: hidden;
    width: 100%;
    height: 36vm;
    position: relative;
}
.bgwhite{
    background-color: #fff;
    width: 100%;
    height: auto;
}
.company {
    width: 100%;
    height: 1080px;
    background:url("../img/control/platform/software_bg_hotel.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
    background-color: #efefef;
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: -1;
}
.softsystem{
    width: 1400px;
    height: 800px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    padding: 10px auto 80px;

}
.left_soft{
    text-align: right;
    margin-top: 62px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
}
.left_soft ul li:nth-of-type(1),.right_soft ul li:nth-of-type(1){
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.left_soft ul:nth-of-type(2){
    margin-top: 70px;
}
.left_soft ul:nth-of-type(3){
    margin-top: 148px;
}
.right_soft{
    text-align: left;
    margin-top: 35px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.right_soft ul:nth-of-type(1){
    margin-top: 70px;
}
.right_soft ul:nth-of-type(2){
    margin-top: 95px;
}
.right_soft ul:nth-of-type(3){
    margin-top: 198px;
    margin-left: -20px;
}
p,text{
    cursor: pointer;
}