.download-main {
    padding-top: 40px;
    padding-bottom: 10px;
}

.download-main li {
    list-style: none;
    float: left;
}

.download-main.m-wrap {
    margin-top: 20px;
    width: 100%;
    padding: 0; /*background-color: #fff;*/
}

.wrap.m-wrap {
    padding: 0 4.7%;
    width: 90.6%;
}

.download-main ul {
    width: 100%;
}

.download-main li {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px; /*height: 420px;*/
}

.download-main.m-wrap li {
    margin-bottom: 0;
}

.download-main li .img {
    display: block;
    width: 25%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.download-main li .img .ico {
    display: none;
    width: 22px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 8.5%;
    background: url(../images/ico_83.png) no-repeat center;
    z-index: 2;
}

.download-main.m-wrap li .img {
    width: 100%;
    float: none;
    margin-top: 26px;
}

.download-main.m-wrap li .img .ico {
    display: block;
}

.download-main li img {
    display: block;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.download-main.m-wrap li img {
    width: 100%;
    height: auto;
}

.download-main li .img:hover img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}

.download-main .cont {
    /*width: 96%; */
    /*padding-left: 2%;*/
    /*padding-right: 2%;*/
    /*padding-bottom: 4%;*/
    /*padding-top: 2%;*/
    margin: 0px;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
    min-height: 400px;
}

.download-main.twrap .cont {
    padding-top: 10px;
}

.download-main.m-wrap .cont {
    float: none;
    padding: 0 4.7%;
    width: 90.6%;
    margin: 0;
    padding-top: 6%;
}

.download-main .f48 {
    font-size: 42px;
    display: block;
    line-height: 50px;
    color: #035cac;
}

.download-main.twrap .f48 {
    font-size: 24px;
    line-height: 40px;
}

.download-main.m-wrap .f48 {
    font-size: 18px;
    margin-top: 22px;
    line-height: 20px;
}

.download-main .word {
    display: block;
    line-height: 22px;
    margin-top: 14px;
    font-size: 12px;
}

.download-main.twrap .word {
    margin-top: 0;
}

.download-main.m-wrap .word {
    margin-top: 6px;
    line-height: 24px;
}

.download-main .label {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    font-weight: 100;
}

.download-main .label dl {
    display: block;
    margin-bottom: 15px;
}

.download-main .label dl dt {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    text-align: left;
    font-size: 16px;
}

.download-main.m-wrap .nav-tabs li {
    margin-bottom: -1px;
    font-size: 14px;
}

.download-main.m-wrap .nav-tabs li a {
    padding: 10px 10px;
}

.download-main.m-wrap .label dl dt {
    font-size: 14px;
}

.download-main.twrap .label {
    margin-top: 0;
}

.download-main .label a {
    float: left;
    display: inline-block;
    padding-left: 17px;
    line-height: 28px;
    /*color: #333;*/
    color: #FFF;
    background: #008ed6;
    /*background: #e3e3e3;*/
    margin-right: 15px;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 14px;
}

.download-main .label a:hover {
    background-color: #025bab;
    color: #fff;
}

.manual_search {
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

.manual_search .search-content {
    /*padding: 15px;*/
}

.manual_search .search-content input {
    float: left;
}

.manual_search .search-keyword {
    width: 80%;
    line-height: 30px;
    padding: 10px 3%;
    border: 0;
    font-size: 14px;
}

.manual_search .search-btn {
    background: url('../images/search-btn.png') no-repeat #ef8201 center center;
    border: 0;
    width: 14%;
    line-height: 50px;
    color: #FFFFFF;
}

.manual_search.m-wrap .search-keyword {
    width: 75%;
}

.manual_search.m-wrap .search-btn {
    width: 19%;
}

.wrapper04 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper04 .clearfix {
    *zoom: 1;
}

.wrapper04 {
    position: relative;
    height: 50px;
    width: 97%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0 1.5%;
}

.wrapper04 .scroller {
    position: absolute
}

.wrapper04 .scroller li {
    height: 50px;
    color: #333;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    width: auto;
    background: none;
    margin-bottom: auto;
}

.wrapper04 .scroller li a {
    color: #333;
    display: block;
    padding: 10px 15px
}

.wrapper04 .scroller li.active { /*! background:#1cbb9b */
}

.wrapper04 .scroller li a:hover, .wrapper04 .scroller li.active a {
    color: #1cbb9b;
}

.bottomLine {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #1cbb9b;
    transition: all .3s ease;
}

.manual-pdf {
    width: 90%;
    padding: 3% 5%;
    background: #555;
    margin-bottom: 20px;
}

.manual-pdf .media {
    margin: auto;
}

#server_con, #server_detail {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
    padding-top: 2%;
}

@media screen and (max-width: 768px) {

    .ins-banner {
        margin-top: 0;
    }

    .new_manual_show {
        width: 100%;
    }

    .download-main.m-wrap .cont {
        width: 100%;
        padding: 0;
    }

    .label .new_manual_show a {
        width: 100%;
        float: none;
        background: none;
        color: #333;
        text-align: left;
        border-bottom: 1px dotted #ddd;
        border-radius: 0;
        padding: 10px 0;
        text-indent: 14px;
        margin-bottom: 0;
    }

    .label .new_manual_show a:hover {
        color: #333;
        background: #f7f7f9;
    }

    .download-main.m-wrap .label dl dt {
        /*background: #f7f7f9; */
        background: #ef8201bd;
        text-indent: 14px;
        color: #FFF;
    }

    .download-main .label {
        width: 100%;
        padding: 0;
    }

    .manual-pdf {
        width: 90%;
        padding: 3% 2%;
        margin: 0 auto 20px auto;
    }

}