﻿

*{
    padding:0px; margin:0px;
}
/*.bj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}*/

.bj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    overflow: scroll;
}
.tubiao{
    width:26px;
}

body {
    background: #f4f6f9;
}

    .ks_main {
        width: 100%;
        height: 400px;
        background: #fff;
        margin: 0px auto;
        border-bottom: 1px solid #f1f1f1;
    }

        .ks_main img {
            width: 1150px;
            height: 350px;
            background: #fff;
            border: 1px solid #f1f1f1;
            margin: 23px 25px 25px 25px;
        }

    .ks_search_box {
        width: 100%;
        height: 100px;
        margin: 80px auto;
        border: 0px solid #f1f1f1;
    }
h1 {
    text-align: center;
    /*font-size: 22px;*/
    font-weight: bold;
}
        .ks_search_box h1 {
            text-align: center;
            /*font-size: 22px;*/
            font-weight: bold;
        }

        .ks_search_box ul {
            width: 870px;
            margin: 20px auto;
        }

            .ks_search_box ul li {
                list-style: none;
                float: left;
            }

            .ks_search_box ul .search-li, .ks_search_box ul .search-li .ks_text {
                width: 750px;
                height: 60px;
                line-height: 60px;
                background: #fff;
                margin: 0px auto;
                border: 1px solid #fff;
                outline: none;
                color: #000;
                padding-left: 10px;
                font-size: 16px;
            }

            .ks_search_box ul .search-submit, .ks_search_box ul .search-submit input {
                width: 100px;
                height: 62px;
                line-height: 61px;
                background: #328FDF;
                border: 0px;
                outline: none;
                font-size: 22px;
                color: #fff;
            }


    @media screen and (max-width:768px) {
        .ks_search_content {
            width: 100%;
            height: auto;
            background: #fff;
            margin: 40px auto;
            border: 0px solid #ddd;
            padding-bottom: 10px;
        }
    }

    .ks_search_content {
        width: 1000px;
        height: auto;
        background: #fff;
        margin: 40px auto;
        border: 0px solid #ddd;
        padding-bottom: 10px;
    }

        .ks_search_content table {
            height: auto;
            background: #fff;
            border: 0px solid #f1f1f1;
            margin: 23px 25px 25px 20px;
            border-collapse: collapse;
        }

            .ks_search_content table thead tr th {
                height: 60px;
                /*line-height: 60px;*/
                background: #fff;
                padding: 10px;
            }

            .ks_search_content table tbody tr td {
                height: 40px;
                line-height: 40px;
                background: #fff;
                text-align: center;
                color: #666666;
                font-size: 14px;
                border: 1px solid #ddd;
                border-collapse: collapse;
            }


    .action-buttons a {
        text-decoration: none;
        color: #0084ff;
    }

    .row table {
        width: 96%;
        height: auto;
        margin: 0px auto;
        border-collapse: collapse;
    }

        .row table thead tr th {
            height: 50px;
            line-height: 50px;
            background: #fff;
            color: #000;
            font-weight: normal;
        }

        .row table thead tr td {
            height: 40px;
            line-height: 40px;
            background: #fff;
            text-align: center;
            color: #666666;
            font-size: 14px;
            border: 1px solid #ddd;
            border-collapse: collapse;
        }

    input:-webkit-autofill {
        box-shadow: 0 0 0px 1000px white inset;
    }

    tr.detail-row {
        display: none
    }

        tr.detail-row.open {
            display: block;
            display: table-row
        }

.green {
    color: #328FDF !important
}

    .red {
        color: #DD5A43 !important
    }

    .blue {
        color: #478FCA !important
    }


@media (max-width: 1200px) {
  .tplogo{ 
  position: absolute !important;
    top: 100px !important;
    left: 20px !important;}
.tplogo img{ 
width: 150px
  }

  }

@media (min-width: 1200px) and (max-width: 1600px) {
 .tplogo{ 
  position: absolute !important;
   top: 140px !important;
    left: 60px !important;
}
.tplogo img{ 
width: 180px
  }
  }

