﻿html, body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 微软雅黑;
}

p, div, span, ul, li, a, ol {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    font-family: 微软雅黑;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

.header {
    height: 30px;
    border-bottom: solid 1px #ededed;
    text-align: right;
}

    .header a {
        float: right;
        margin-right: 20px;
        color: #666;
        line-height: 30px;
    }

        .header a:hover {
            color: #ff9800;
        }

.top {
    height: 80px;
    overflow: hidden;
    width: 1180px;
    margin: 0px auto;
}

    .top h1 {
        width: 230px;
        height: 40px;
        line-height: 30px;
        text-align: right;
        background: url('../img/ljlogo.png') no-repeat;
        font-weight: normal;
        font-size: 20px;
        overflow: hidden;
        color: #666;
        margin-left: 10px;
        float: left;
        margin-top: 25px;
    }

.menu {
    height: 30px;
    margin: 20px 20px;
    float: right;
    width: 600px;
}

    .menu a {
        color: #333;
        font-size: 14px;
        width: 100px;
        text-align: center;
        float: left;
        display: block;
        height: 40px;
        line-height: 40px;
    }

        .menu a:hover {
            color: #999;
        }

    .menu .cur {
        color: #ff5500;
        font-weight: bold;
    }

.banner {
    position: relative;
    overflow: auto;
    text-align: center;
}

    .banner ul {
        width: 100%;
    }

    .banner li {
        list-style: none;
        width: 100%;
        text-align: center;
        height: 400px;
    }

    .banner ul li {
        float: left;
    }

.login {
    position: absolute;
    left: 52%;
    top: 155px;
    margin-left: 250px;
    width: 300px;
    height: 300px;
    background: #efe9e9;
    border-radius: 10px;
    z-index: 9;
    filter: alpha(opacity=80);
    /*支持 IE 浏览器*/
    -moz-opacity: 0.80;
    /*支持 FireFox 浏览器*/
    opacity: 0.80;
    /*支持 Chrome, Opera, Safari 等浏览器*/
}

    .login ul {
        margin-top: 20px;
        clear: right;
        height: 30px;
    }

        .login ul li {
            float: left;
            color: rgba(255, 85, 0, 1);
            margin-left: 25px;
        }

    .login p {
        text-align: center;
        font-size: 16px;
        color: #171515;
        line-height: 50px;
        width: 300px;
    }

    .login .main {
        width: 200px;
        margin: 0px 50px;
    }

        .login .main span {
            width: 60px;
            display: block;
            float: left;
            margin-top: 10px;
            height: 30px;
            line-height: 30px;
            text-align: right;
            color: #171515;
            font-size: 14px;
        }

        .login .main input {
            width: 120px;
            float: left;
            height: 25px;
            margin-top: 10px;
            margin-bottom: 5px;
            margin-left: 10px;
            background: #666;
            border: none;
            color: #fff;
            line-height: 23px;
            font-size: 16px;
            text-indent:5px;
        }

        .login .main .check {
            margin: 0px;
            height: auto;
            background: #666;
            color: #333;
            width: 15px;
            margin-left: 10px;
            margin-top: 10px;
            float: left;
        }

        .login .main .remember {
            width: auto;
            float: left;
            height: 15px;
            line-height: 12px;
            font-size: 12px;
        }

        .login .main .loginbtn {
            width: 180px;
            height: 40px;
            border-radius: 5px;
            background-color: #ff9800;
            cursor: pointer;
            float: left;
            margin-top: 0px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            line-height: 40px;
            margin-left: 20px;
            display: block;
        }

            .login .main .loginbtn:hover {
                color: #eee;
            }

.zhishi {
    width: 1180px;
    margin: 10px auto;
}

    .zhishi .t {
        text-align: center;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
        color: #333;
    }

    .zhishi ul {
        margin-top: 20px;
        height:200px; 
        float:left;
      
    }

        .zhishi ul li {
            width:372px;
            height:191px;
            float: left;
            background: #33ff33;
        }
            .zhishi ul li img {
            float:left;
            width:372px;
            height:191px;
            }

        .zhishi ul .split {
            width: 25px;
            background: none;
        }

        .zhishi ul li a {
           
            position: relative;
            width: 372px;
            height: 191px;
            display: block;
            background: #333;
            z-index: 10;
            filter: alpha(opacity=50);
            /*支持 IE 浏览器*/
            -moz-opacity: 0.50;
            /*支持 FireFox 浏览器*/
            opacity: 0.50;
            /*支持 Chrome, Opera, Safari 等浏览器*/
        }

            .zhishi ul li a:hover {
                background: #ff9800;
            }

            .zhishi ul li p 
            {
                position:relative;
                width:200px;
                z-index:12;
                display:block;
                top:-100px;
                left:50px;
                
            }
                .zhishi ul li p span {
                width:200px;
                color:#fff;
                display:block;
                }
            .zhishi ul li p .time {
                font-size: 12px;
                height:12px; 
                line-height:12px;
                border-left:solid 2px #ff9800;
                text-indent:5px;
            }

            .zhishi ul li  p .title {
                height:30px; 
                line-height:30px;
                font-size: 20px;
            }
.hhr {
    width: 1180px;
    margin: 10px auto;

    clear:left;
    height:600px;
}

    .hhr .t {
        text-align: center;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
        color: #333;
    }

    .hhr ul {
        margin-top: 20px;
        
        float:left;
    }
        .hhr ul li {
        width:280px;
        height:400px;
        background:#eee;
        float:left;
        }
         .hhr ul .split {
        width:18px;
        background:none;
        }
        .hhr ul li div{
            position: relative;
            width: 280px;
            height: 100px;
            left:0px;
            top:-102px;
            background: #333;
            z-index: 13;
            filter: alpha(opacity=80);
            /*支持 IE 浏览器*/
            -moz-opacity: 0.80;
            /*支持 FireFox 浏览器*/
            opacity: 0.80;
            /*支持 Chrome, Opera, Safari 等浏览器*/

        }
            .hhr ul li div span 
            {
                width:280px;
                height:30px;
                line-height:40px;
                overflow:hidden;
                display:block;
                text-align:center;
                font-size:18px;
                color:#fff;
            }
             .hhr ul li div p 
             {
                width:260px;
                height:50px;
                margin:10px;
                line-height:25px;
                display:block;
                text-align:center;
                font-size:12px;
                color:#999;
            }

.bottom {
height:50px;
background:#333;
text-align:center;
color:#999;
line-height:50px;
}
#b02 {
    width: 100%;
}

    #b02 .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }

        #b02 .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #fff;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            #b02 .dots li.active {
                background: #fff;
                opacity: 1;
            }
