﻿/* 软件开发体系样式 */
.m-banner
{
    display: none;
}
.down_title h2 span
{
    color: #3172ca;
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.down_title .line span
{
    position: relative;
    top: -13px;
    background: #fff;
    padding: 0 20px;
    font-family: "Arial";
    font-size: 18px;
    color: #666;
    text-transform: capitalize;
    line-height: 28px;
}
.rjkf_txt div
{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}
.down_menu
{
    width: auto;
}
.down_menu ul
{
    width: auto;
    padding: 13px 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.down_menu ul li a
{
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}
.go-top
{
    margin: 0 auto;
}
.rjkf_jg img
{
    width: auto;
}
@media(min-width: 320px) and (max-width: 1200px)
{
    .bannerbox
    {
        margin-top: 0!important;
    }
    .banner
    {
        display: none!important;
    }
    .m-banner
    {
        display: block;
    }
    .m-banner img
    {
        width: 100%!important;
        vertical-align: bottom;
    }
    .down_menu_s
    {
        display: none!important;
    }
    .down_center
    {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .down_center .down_title
    {
        display: block;
        height: 2.23rem;
        width: 100%;
        padding-top: .56rem;
        margin-bottom: .56rem;
    }
    .down_title h2
    {
        line-height: .98rem;
        font-size: .5rem;
        color: #666;
        text-align: center;
        font-weight: normal;
    }
    .down_title h2 span
    {
        font-size: .5rem;
        color: #3172ca;
        font-weight: normal;
    }
    .down_title .line
    {
        height: 1px;
        border-top: 1px solid #e5e5e5;
        text-align: center;
        margin: .33rem 0;
    }
    .down_title .line span
    {
        line-height: 1.37rem;
        font-size: .28rem;
        color: #666;
        position: relative;
        top: -35px;
        background: #fff;
        padding: 0 20px;
        font-family: "Arial";
        text-transform: capitalize;
    }
    .rjkf
    {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .rjkf img
    {
        width: 6.43rem;
        height: auto;
        padding-right: 0;
        float: none;
        padding-bottom: .5rem;
        margin: 0 auto;
    }
    .rjkf_txt
    {
        float: none;
        width: 100%;
        height: auto;
        padding: 0 .25rem 0;
        line-height: .56rem;
        font-size: .28rem;
        color: #333;
        box-sizing: border-box;
    }
    .rjkf_txt div
    {
        text-align: justify;
        line-height: .56rem;
        font-size: .28rem;
        color: #333;
    }
    .rjkf_jg
    {
        width: 100%;
        padding: 0 .25rem 1.28rem;
        box-sizing: border-box;
    }
    .rjkf_jg img
    {
        width: 100%;
    }
}