﻿body {
    margin: 0;
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    background: #f8f8f8;
    font-family: "宋体";
}

a {
    text-decoration: none;
}

.autohidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/*---------- header start ----------*/
.sckx-home-header-title {
    width: 1200px;
    margin: 0;
    padding: 0;
    height: 150px;
}

.sckx-home-header-title > img{
    width: 1200px;
    margin: 0;
    padding: 0;
    height: 150px;
}

.sckx-home-header-nav {
    margin: 1px 0 1px 0;
    height: 40px;
    padding: 2px 0 2px 0px;
    background-repeat: repeat;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sckx-home-header-nav > ul {
    height: 40px;
    width: 980px;
    display: flex;
    justify-content: space-between;
}

    .sckx-home-header-nav > ul > li {
        float: left;
        height: 40px;
        /*width: 115px;*/
        padding: 0px 17px;
        line-height: 40px;
        text-align: left;
        position: relative;
        z-index: 101;
    }

        .sckx-home-header-nav > ul > li:hover {
            cursor: pointer;
            background: #1856bf;
        }

            .sckx-home-header-nav > ul > li:hover > a {
                color: #fff;
            }



    .sckx-home-header-nav > ul > .active {
        background: #1856bf;
        color: #fff;
    }

    .sckx-home-header-nav > ul > li > a {
        color: #282727;
        font-size: 16px;
        font-family: "Microsoft YaHei";
    }

    .sckx-home-header-nav > ul > li > ul {
        position: absolute;
        left: 0;
        top: 40px;
        /*background: #D8EFFE;*/
        background: #EAF5FF;
        overflow: hidden;
        z-index: 10;
        display: none;
        width:160px;
    }

        .sckx-home-header-nav > ul > li > ul > li {
            float: none;
            padding-left:8px;
            /*width: 113px;*/
            /*margin: 0 5px 0 5px;*/
            border: 1px solid #75B0CF;
            border-top: none;
        }

            .sckx-home-header-nav > ul > li > ul > li:hover {
                background: #D4E6F6;
            }
    /*.sckx-home-header-nav > ul > li > ul > li:hover > a {
                color: #1856bf;
            }*/

    .sckx-home-header-nav > ul > li:hover ul {
        display: block;
    }

    .sckx-home-header-nav > ul > li > ul > li > a {
        color: #2c2c2c;
    }

.sckx-home-header-search {
    float: right;
}

.sckx-home-header-search-content {
    position: relative;
    top: -34px;
}

    .sckx-home-header-search-content input {
        position: absolute;
        left: -220px;
        width: 172px;
        padding: 6px 28px 6px 8px;
        border: 1px solid #87c6f3;
        border-radius: 5px;
        outline: none;
        background: #fff;
    }

    /*.sckx-home-header-search-content-input_focus {
    border-color: #1194ff;
    box-shadow: 0 0 5px #87c6f3;
    background: #fff !important;
}*/

    /*.sckx-home-header-search-content input:focus{
    border-color:#1194ff;
    box-shadow:0 0 5px #87c6f3;
    background:#fff;
}*/
    .sckx-home-header-search-content a {
        position: absolute;
        left: -40px;
        width: 30px;
        background: url(/Content/Styles/Default/Images/MH/home/search.png);
        display: block;
        height: 28px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }
/*---------- header end ----------*/

/*---------- footer start ----------*/
select {
    border: 1px solid #ccc;
    padding: 5px;
    outline: none;
    border-radius: 3px;
    width: 170px;
}

.sckx-home-footer {
    text-align: center;
}

.sckx-home-footer-link {
    margin: 10px 0 10px 0;
    height: 40px;
    line-height: 40px;
    background: #eae4db;
}

    .sckx-home-footer-link select {
        margin: 0 10px 0 10px;
        width: 210px;
        font-size: 12px;
        color: #000;
    }

.sckx-home-footer-copyright {
    padding: 10px 0 10px 0;
    text-align: center;
    background: #f1f0ee;
    border-top: 1px solid #000;
}

    .sckx-home-footer-copyright div {
        margin: 0;
        padding: 0;
        line-height: 20px;
        font-size: 13px;
        color: #666;
    }
/*---------- footer end ----------*/

.sckx-home-container {
    border: 1px solid #e3e3e3;
    padding: 5px;
}


/*---------- jumptop start ----------*/
.sckx-jump-top {
    z-index: 1000000;
    _position: absolute;
    position: fixed;
    right: 0px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    padding: 8px 7px 8px 7px;
    font-size: 14px;
    text-align: center;
    background: #555;
    color: #fff;
    display: none;
}

    .sckx-jump-top > a {
        text-decoration: none;
        display: block;
        height: 30px;
        color: whitesmoke;
        background-image: url('/Content/Styles/Default/Images/MH/arrowup.png');
        background-repeat: no-repeat;
        background-position: center;
    }

        .sckx-jump-top > a > span {
            display: none;
            font-weight: bold;
        }

    .sckx-jump-top:hover {
        cursor: pointer;
    }

        .sckx-jump-top:hover > a {
            background: #555;
        }

            .sckx-jump-top:hover > a > span {
                display: block;
            }
/*---------- jumptop end ----------*/

