﻿<!--
/* CSS 文档 */
/* 注意：不要尝试移除注释，否则将导致格式错误！！ */
/* 请将CSS样式放在下面标记中间的空白处 */
/* CSS 开始 */



        p
        {
            line-height: 1.6;
            display: block;
            -webkit-margin-before: 1em;
            -webkit-margin-after: 1em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
        }
        #footer p
        {
            font-size: 14px;
            line-height: 1.6;
            margin: 0 0 10px;
        }
        #footer div.row
        {
            width: 35%;
            display: block;
            float: left;
            margin: 0px;
        }
        
        #blog img
        {
            float: left;
            width: 140px;
            height: auto;
            margin: 5px 10px 10px 0;
        }
        .service
        {
            background: #eee;
        }


        .navbar-nav .active a
        {
            color: #687074;
        }
        
        .leftcd
        {
            display: block;
            float: left;
            width: 23%;
        }
        .leftli
        {
            margin-bottom: 0px;
        }
        
        
        .leftcd dl
        {
            padding: 3px;
            margin: 4px;
            background: #f6f6f6;
            border-right: solid 2px #eee;
            height: 50px;
            line-height: 50px;
        }
        .leftcd dd
        {
            margin-left:20%;
            }
        .leftcd dl:hover
        {
            border-right: solid 2px #0068b7;
        }
        .leftcd a:hover
        {
            text-decoration: none;
        }
        .leftcd a:active
        {
            text-decoration: none;
        }
        .leftcd a:visited
        {
            text-decoration: none;
        }
        .leftcd a:link
        {
            text-decoration: none;
            height: 44px;
            line-height: 44px;
        }
        .row h2
        {
            margin: 0px;
            font-size: 20px;
            font-family: 'microsoft yahei';
            margin-bottom: 5px;
        }
        .row a
        {
            color: #146CA4;
        }
        .item
        {
            margin: 0;
            padding: 0 20px;
            margin-bottom: 20px;
            display: block;
            float: left;
        }
        @media screen and (max-width: 1170px)
        {
            #slide
            {
                display: none;
            }
        }

        .centertext
        {
            display: block;
            float: left;
            width: 70%;
            margin-left: 2.5%;
        }
        @media screen and (max-width: 500px)
        {
            .hrow
            {
                display:none;
            }
            
        }
        @media screen and (max-width: 1000px)
        {
            .leftcd
            {
                display: block;
                float: left;
                width: 100%;
            }
            .leftli
            {
                width: 100%;
                
            }
            .leftli a
            {
                font-weight: bolder;
            }
            .leftcd dl
            {
                padding: 3px;
                margin: 4px;
                background: #f6f6f6;
                border-right: solid 2px #eee;
                height: 50px;
                line-height: 50px;
                width: 90%;
            }
            .leftcd dd
            {
                margin-left:45%;
                }

            .DH
            {
                margin-top: 40px;
            }
            .centertext
            {
                width: 95%;
            }
        }

/* CSS 结束 */
-->