.nor_title {
    width: 100%;
    text-align: center;
}

.nor_title h4 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.nor_title p {
    font-size: 14px;
    color: #666666;
}

.left_title {
    width: 100%;
}

.left_title h4 {
    font-size: 30px;
    color: #333333;
}

.left_title p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 5px;
}

.apps {
    width: 100%;
    height: 500px;
    background: url("../img/bg_solu_1.jpg") center no-repeat;
    margin: 45px 0 80px;
}

.apps .left {
    width: 690px;
    padding-top: 50px;
    float: left;
}

.apps .left ul {
    width: 100%;
    margin-top: 20px;
}

.apps .left ul li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #cccccc;
    margin-right: 28px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: all .3s;
}

.apps .left ul li a {
    display: block;
    transition: all .2s;
    border-radius: 5px;
}

.apps .left ul li a:hover {
    background: #ff3f3b;
    color: #FFFFFF;
    border-color: #ff3f3b;
}

.apps .left ul li:hover {
    background: #ff3f3b;
    color: #FFFFFF;
    border-color: #ff3f3b;
}

.apps .left ul li.more {
    width: 315px;
}

.apps .left ul li.con {
    border-color: #ff3f3b;
    color: #ff3f3b;
}

.apps .left ul li.con a {
    color: #ff3f3b;
}

.apps .left ul li.con a:hover {
    color: #FFFFFF;
}

.apps .right {
    width: 500px;
    height: 500px;
    background: url("../img/solu_img_apps.gif") no-repeat;
    float: right;
    background-size: 100%;
}

.rong_cho .left {
    width: 590px;
    float: left;
}

.rong_cho .left span {
    font-size: 14px;
    color: #ff3f3b;
    display: block;
    margin-top: 30px;
}

.rong_cho .left .forms {
    width: 430px;
    float: left;
    margin: 10px 60px 10px 0;
}

.rong_cho .left .forms a {
    float: right;
    transition: all .2s;
}

.rong_cho .left .forms input {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.rong_cho .left a {
    display: block;
}

.rong_cho .left a.tools, .rong_cho .left a.jump {
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ff3f3b;
    text-align: center;
    display: block;
    color: #ff3f3b;
    cursor: pointer;
    border-radius: 5px;
    transition: all .2s;
}

.rong_cho .left .forms:hover a, .rong_cho .left a.tools:hover {
    background: #ff3f3b;
    color: #FFFFFF;
}

.rong_cho .left a em {
    font-size: 12px;
    color: #999999;
    display: block;
    text-align: left;
}

.rong_cho .left a:hover em {
    color: #ff3f3b;
}

.rong_cho .right {
    width: 590px;
    float: right;
}

.rong_cho .right dl {
    width: 120px;
    height: 160px;
    border: 1px solid #f0f0f0;
    text-align: center;
    color: #666666;
    float: left;
    margin-bottom: 30px;
    transition: all .3s;
    margin-left: 25px;
}

.rong_cho .right dl dt {
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 26px;
    transition: all .3s;
}

.rong_cho .right dl dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    transition: all .3s;
}

.rong_cho .right dl:hover {
    border-color: #ff3f3b;
}

.rong_cho .right dl:hover dt {
    color: #ff3f3b;
}

.rong_cho .right dl:hover dd {
    background: #ff3f3b;
    color: #FFFFFF;
}

.zongbao {
    width: 100%;
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 75px;
    margin-top: 80px;
}

.zongbao .main {
    width: 100%;
    margin: 35px 0 30px;
}

.zongbao .main dl {
    width: 580px;
    height: 260px;
    margin: 0 auto;
    position: relative;
}

.zongbao .main dl dt {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zongbao .main dl dt img {
    width: 100%;
    transition: all .2s;
}

.zongbao .main dl dd {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(107, 111, 125, 0.7);
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    transition: all .2s;
}

.zongbao .main dl:hover dt img {
    transform: scale(1.05);
}

.zongbao .main dl:hover dd {
    background: rgba(255, 63, 63, 0.7);
}

.zongbao a.con {
    width: 280px;
    height: 40px;
    display: block;
    background: #ff3f3b;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 30px auto 10px;
    border-radius: 5px;
}

.zongbao p.zbtel {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666666;
}

div.zhuang {
    width: 100%;
    margin-top: 30px;
}

div.zhuang dl {
    width: 270px;
    height: 250px;
    float: left;
    margin-right: 35px;
    position: relative;
}

div.zhuang dl dt {
    width: 100%;
    height: 100%;
}

div.zhuang dl dt img {
    width: 100%;
}

div.zhuang dl dt span {
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
}

div.zhuang dl dd {
    width: 80%;
    height: 100%;
    background: #ff3f3c;
    background: rgba(255, 63, 60, 0.88);
    color: #FFFFFF;
    padding: 20px 10% 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
}

div.zhuang dl dd h5 {
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}

div.zhuang dl dd p {
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0;
}

div.zhuang dl dd a.con_me {
    color: #FFFFFF;
    display: block;
    background: url("../images/solution/white_message.png") no-repeat;
    text-indent: 32px;
    line-height: 18px;
    margin-top: 10px;
}

div.zhuang dl.last {
    margin-right: 0;
}

div.zhuang dl:hover dt span {
    display: unset;
}

div.zhuang dl:hover dd {
    opacity: 1;
}

.update {
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0 50px;
    margin-bottom: 70px;
    margin-top: 80px;
}

.update .main {
    width: 100%;
    margin-top: 25px;
}

.update .main dl {
    width: 570px;
    height: 260px;
    float: left;
}

.update .main dl dt {
    width: 250px;
    float: left;
}

.update .main dl dd {
    width: 300px;
    float: right;
    padding-top: 15px;
}

.update .main dl dd h5 {
    font-size: 28px;
    color: #333333;
}

.update .main dl dd p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 10px;
}

.update .main dl.last {
    float: right;
}

@media screen and (max-width: 1199px) {
    .apps {
        height: 450px;
    }

    .apps .left {
        width: 540px;
    }

    .apps .left ul li {
        width: 150px;
    }

    .apps .left ul li.more {
        width: 240px;
    }

    .apps .right {
        width: 450px;
    }

    .zongbao .main dl {
        width: 480px;
        height: 215px;
    }

    div.zhuang dl {
        width: 240px;
        margin-right: 10px;
        height: 220px;
    }

    .update .main dl {
        width: 480px;
    }

    .update .main dl dt {
        width: 200px;
        overflow: hidden;
    }

    .update .main dl dt img {
        width: auto;
        height: 100%;
    }

    .update .main dl dd {
        width: 250px;
    }

    .rong_cho .left {
        width: 100%;
    }

    .rong_cho .right {
        width: 100%;
    }

    .rong_cho .right dl {
        margin-left: 0;
        width: 112px;
        margin-right: 8px;
    }
}