﻿/* CSS Document */
.col_con > p {
    color: #666666;
    font-size: 14px;
    line-height: 58px;
}

.d_platform {
}

    .d_platform ul {
    }

        .d_platform ul li {
            float: left;
           /* width: 340px;*/
            width:261px;
            min-height:355px;
        /*    height: 356px;*/
            background: #f6f6f6;
           /* margin: 10px 22px 10px 0;*/
            margin: 10px 19px 10px 0px;
        }

            .d_platform ul li .d_img_box {
                height: 170px;
                margin-bottom: 10px;
            }

            .d_platform ul li img {
                display: block;
                margin: 30px auto 0 auto;
                max-width: 262px;
                max-height: 170px;
            }

            .d_platform ul li p {
                margin-top:20px;
                text-align: center;
                line-height: 24px;
            }

            .d_platform ul li a.d_btn {
                display: block;
               /* width: 262px;*/
                width:200px;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                text-align: center;
                background: #e11c1c;
                color: #fff;
                margin: 30px auto 0 auto;
                border-radius: 5px;
            }

.d_other {
    margin-top: 33px;
}

    .d_other ul {
    }

        .d_other ul li {
            border: 2px solid #ebebeb;
            width: 151px;
            height: 56px;
            float: left;
            margin-right: 21px;
            margin-bottom: 10px;
        }

            .d_other ul li a {
            }

            .d_other ul li img {
                width: 100%;
                height: 100%;
                display: block;
                vertical-align: bottom;
            }
