
.scroll-top{
            height: 50px;
            line-height: 50px;
            background-color: rgb(7,118,15);
            color:rgb(255,255,255);
            font-size: 19px;
            margin-top:0px;
            margin-bottom:0px;
        }
        .scroll-in{
            background-color: rgb(250,251,251);
            padding-top:39px;
            padding-bottom:40px; 
        }
        .no-padd{
            padding-left: 0px;
            padding-right: 0px;
        }
        .ul-tit{
            background-color: rgb(199,199,199);
            font-size:19px;
            border: 0px;
        }
        .li-chil{
            border: 0px;
        }
        .chil-li-sp{
            background-color: rgb(241,242,242);
        }
        .li-tit{
            background-color: rgb(7,118,15);
            color: rgb(255,255,255);
            font-size:19px;
            border: 0px;
        }
        .space{
            height:165px;
            line-height: 165px;
        }
        .tit-size{
            font-size:14px;
            color:#000000;
        }
        .list-head{
            background-color:rgb(199,199,199);
            height: 50px;
            line-height: 50px;
            font-size: 19px;
            font-weight: bold;
            padding-right:15px;
            padding-left:15px;
            margin-top:0px;
            margin-bottom:0px;
        }
        .li-mid-tit{
            height: 50px;
            line-height: 50px;
            background-color: rgb(7,118,15);
            margin-top:0px;
            margin-bottom:0px;
            color: rgb(255,255,255);
            font-size:19px;
        }
        .con-fix{
            margin-top: 28px;
        }
        .topbar{
            height:28px;
            background-color: rgb(47,47,47);
            position: fixed;
            z-index: 50;
            color: #ffffff;
        }
        .topbararea{
            width:975px;
            overflow: hidden;
            height: 28px;
            line-height: 28px;
            margin: 0 auto;
            /*background-color: #ffffff;*/
            /*border-bottom:1px solid #dcdcdc;*/
        }
        .topbararea a{
            color:rgb(170,170,170);
            text-decoration: none;
        }
        .topbararea a:hover{
            color:#ffffff;
        }
        .topList{
            float:lef;
            display: inline-block;
        }
        .topList li{
            float:left;
            list-style-type: none;
            margin-right:20px;
            font-size:10px;
        }
        #topRight{
            z-index: 1050;
            float: right;
            color: #414141;
            display: inline-block;
            line-height: 28px;
        }
        .duibiList{
            overflow: hidden;
            padding: 10px 0 0;
        }
        .duibiList li{
            width:33%;
            float:left;
            overflow: hidden;
            padding:8px;
            margin:2px 0;
            position:relative;
        }
        .duibiList li:hover:after {
            left: 0;
            right: 0;
        }
        .duibiList li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 50%;
        background: rgb(48,143,20);
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -o-transition: all .15s linear;
        transition: all .15s linear;
        }
        .duibiList li a{
            color: rgb(73,90,128);
            text-decoration: none;
            display:block;
            width:100%;
            overflow: hidden;
            white-space: nowrap;
            position:relative;
            z-index:100;
            -webkit-text-overflow:ellipsis;
            -khtml-text-overflow: ellipsis;
            -icab-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align:center;
        }
        .duibiList li:hover a{
            color: white;
            -webkit-transition: color .1s linear;
            -moz-transition: color .1s linear;
            -o-transition: color .1s linear;
            transition: color .1s linear;
            text-decoration: none;
        }
        .bold{
            font-weight:bold;
        }

#index_tip{float: right;margin-right: 10px;color:red;}
#center_tip{text-align: center;margin: 5px 0;color:red;font-size: larger;}
