﻿.clear {
    clear: both;
}
.blank {
    clear: both;
    height:15px;
}
.white {
    background:#fff;
}

ol, ul {
    list-style: none;
}

.main_list {
    border-top: 0px solid #6699cc;
    margin: 25px;
    padding: 0;
    font-size: 14px;
}

    .main_list li {
        line-height: 44px;
        border-bottom: 0px solid #f2f2f2;
        list-style: none;
        background: url(../images/submenu-dot3.png) no-repeat 10px 18px;
        border-left: 5px solid #fff;
    }

        .main_list li a {
            display: block;
            float: left;
            width: 500px;
            padding-left: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            font-weight: 200;
        }

        .main_list li:hover {
            background-color: #f6f6f6;
            border-left: 5px solid #00adee;
        }

        .main_list li span {
            display: block;
            float: right;
            width: 80px;
            white-space: nowrap;
            font-size: 12px;
            font-weight: 100;
        }

.main_title {
    font-size: 22px;
    margin: 30px 0 10px 0;
    text-align: center;
    font-weight: bold;
    /*width: 880px;*/
    font-weight: 400;
}

    .main_title span {
        font-size: 14px;
        font-weight: 200;
        color: #777;
    }

    .main_title .tab {
    }

        .main_title .tab a {
            display: block;
            float:left;
            width: 129px;
            height: 35px;
            line-height: 35px;
            margin-right: 22px;
            background: url('../images/nav-menu.png') no-repeat;
            background-size: cover;
            text-align: center;
            font-size: 14px;
            color: #000;
        }

            .main_title .tab a.on {
                background: url('../images/nav-menu-on.png') no-repeat;
                background-size: cover;
                color: #fff;
            }

            .main_title .tab a:hover {
                background: url('../images/nav-menu-over.png') no-repeat;
                background-size: cover;
                color: #fff;
            }

.main_content {
    font-size: 15px;
    font-weight: 200;
    line-height: 30px;
    padding: 20px;
    /*width: 100%;*/
}
    .main_content img {
    max-width:100%;
    }

    .main_content .list_dot, .main_content .list_dot td, .main_content .list_dot th {
        border-color: #fff;
        border-width: 0px;
        padding: 10px;
    }

        .main_content .list_dot th {
            padding: 10px 0px 10px 0px;
            font-size: 17px;
            font-family: AdiHaus, Arial Baltic;
            font-style: italic;
            color: #278bcb;
            width: 70px;
            vertical-align:top;
        }
        .main_content .list_dot th img {
            height:9px;
            vertical-align:middle;
            margin-right: 10px;
        }

        .main_content .list_dot t a {
            display: inline-block;
            float: left;
            width: 160px;
            height: 25px;
            line-height: 25px;
            text-align: center;
        }

        .main_content .list_dot t.hover a {
            background: #278bcb;
            color: #fff;
        }

        .main_content .list_dot .blank {
            border-top: 1px solid #278bcb;
        }

    .main_content table {
        border-collapse: collapse;
        margin: 10px auto;
    }

    .main_content td, .main_content th {
        border: 1px solid #ddd;
        padding: 3px;
    }

    .main_content .left-img {
        display: block;
        width: 30%;
        float: left;
    }

        .main_content .left-img img {
            width: 100%;
            border: 1px solid #f2f2f2;
            padding: 3px;
        }

    .main_content .right-text {
        display: block;
        margin: 10px;
        width: 60%;
        float: left;
    }

.main_productList {
    /*margin: 25px;*/
    padding: 0;
    font-size: 14px;
    width:99%;
}

    .main_productList li {
        border-bottom: 1px dashed #ccc;
        list-style: none;
        padding: 15px 0px;
    }

        .main_productList li img {
            float: left;
            width: 20%;
            /*height: 140px;*/
            padding: 10px;
            /*background: url("../images/pro-img-board.png") no-repeat center;*/
            /*background-size:contain;*/
            /*border: 1px solid #ccc;*/
        }

        .main_productList li .tit {
            float: left;
            display: inline-block;
            width: 80%;
            padding: 0px 20px;
            font-size: 14px;
            font-weight:600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .main_productList li .txt {
            float: left;
            display: inline-block;
            width: 70%;
            padding: 10px 20px;
            height: 110px;
            overflow: hidden;
            font-size: 14px;
            line-height: 24px;
            font-weight: 300;
            color: #333;
        }

        .main_productList li:hover {
            background-color: #f6f6f6;
        }
.main_imageList {
    /*margin: 25px;*/
    padding: 0;
    font-size: 14px;
}

    .main_imageList li {
        list-style: none;
        padding: 15px 15px;
        float: left;
    }

        .main_imageList li img {
            width: 190px;
            height: 140px;
            padding: 10px;
            background: url("../images/pro-img-board.png") no-repeat center;
            background-size: contain;
            /*border: 1px solid #ccc;*/
        }

        .main_imageList li .tit {
            text-align:center;
            display: block;
            width: 190px;
            padding: 0px 20px;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.pager {
    float: right;
    margin: 20px;
}

    .pager div {
        float: left;
        margin: 5px 8px 0 0;
    }

    .pager .pre {
        width: 56px;
    }

    .pager .fst {
        width: 26px;
    }

    .pager .lst {
        width: 26px;
    }

    .pager .nxt {
        width: 56px;
    }

    .pager .list {
        text-align: left;
        padding-left: 0px;
        margin-right: 0px;
    }

        .pager .list li {
            width: 26px;
            float: left;
            margin: 0px 8px 0 0;
        }

    .pager .button1 {
        height: 26px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        border: 1px solid #ccc;
        background: #fafafa;
        font-size: 12px;
        color: #000;
    }

        .pager .button1 a {
            display: block;
            float: left;
            line-height: 26px;
            width: 100%;
            padding: 0 0 0 0px;
            text-align: center;
        }

        .pager .button1:hover {
            border: 1px solid #002a53;
            background: #002a53;
        }

            .pager .button1:hover a {
                color: #fff;
            }

    .pager .button1a {
        height: 26px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        border: 1px solid #00adee;
        background: #fff;
        font-size: 12px;
        color: #00adee;
    }

        .pager .button1a a {
            display: block;
            float: left;
            line-height: 26px;
            width: 100%;
            padding: 0 0 0 0px;
            text-align: center;
            color: #00adee;
        }