﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: PingFangSC-Regular,'Microsoft YaHei UI';
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.nav a {
    color: #fff;
}

.clear {
    clear: both;
}

.outContainer {
    width: 1000px;
    margin: 0 auto;
}

.header {
    margin-top: 40px;
    height: 62.8px;
}

    .header div {
        float: left;
        display: inline-block;
        height: 62.8px;
    }

.nav {
    margin-top: 50px;
}

    .nav li {
        width: 165px;
        height: 60px;
        margin-right: 1px;
        display: inline-block;
        opacity: 0.4;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        background: #000000;
        font-size: 18px;
        color: #fff;
        float: left;
        line-height: 60px;
        text-align: center;
    }


    .nav .select {
        background: #2196F3; /*#29B6F6*/
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .nav ul li:hover {
        background: #2196F3;
        opacity: .8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        margin-top: -5px;
        transition: 1s;
    }

.footer_line {
    margin-top: 110px;
    width: 100%;
    min-width: 1000px;
    height: 150px;
    background: #BDBDBD;
    letter-spacing: 1px;
}

.footer {
    width: 1000px;
    margin: 0 auto;
}

    .footer .ft_logo {
        padding-top: 20px;
        width: 60px;
        height: 60px;
        float: left;
    }

    .footer .ft_content {
        padding-top: 20px;
        margin-left: 0px;
        font-size: 14px;
        color: #424242;
        float: left;
    }

    .footer .ft_qrcode {
        padding-top: 20px;
        margin-left: 0px;
        font-size: 14px;
        color: #424242;
        float: right;
    }

        .footer .ft_qrcode img {
            margin-left: 20px;
        }



.linkSerarch {
    float: left;
    display: inline-block;
    margin-top: 10px;
    width: 1000px;
    height: 70px;
    background: url('../../Images/Desktop/搜索背景.png');
    background-size: 100% 100%;
}

.linkSerarch_link {
    display: inline-block;
    width: 1000px;
}

    .linkSerarch_link ul li {
        margin-left: 10px;
        padding-top: 22px;
        width: 190px;
        height: 36px;
        float: left;
        list-style: none;
    }

        .linkSerarch_link ul li select {
            padding-left: 6px;
            width: 190px;
            height: 36px;
            border: 1px solid #414141;
            font-size: 16px;
            color: #EEEEEE;
            background: #7B7B7B;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url('../../Images/Desktop/下拉.png') no-repeat scroll right center #7B7B7B;
            background-size: 10px 8px;
            background-position-x: 95%;
            box-sizing: border-box;
        }

            .linkSerarch_link ul li select::-ms-expand {
                display: none;
            }

.linkSerarch_search {
    display: inline-block;
    float: right;
    width: 320px;
}

    .linkSerarch_search input {
        color: #fff;
        background-color: #3C3C3C;
        border-radius: 5px;
    }

.hd_IndexLink {
    float: left;
    display: inline-block;
    width: 320px;
    height: 36px;
    float: right;
}

    .hd_IndexLink input {
        padding-left: 10px;
        line-height: 36px;
        box-sizing: border-box;
    }

#max {
    position: absolute;
    display: none; /*隐藏层*/
}


.outDiv_news {
    display: inline-block;
    width: 1000px;
    margin-top: 50px;
    background: #F5F5F5;
    border: 1px solid;
    border-color: #D8D8D8;
    border-radius: 3px;
    box-shadow: 0 0 10px #D8D8D8;
}

    .outDiv_news div {
        display: inline-block;
        height: auto;
    }

.ul_title {
    width: 170px;
    text-align: center;
    font-size: 18px;
}

    .ul_title li {
        margin: 0 auto;
        width: 80%;
        height: 80px;
        line-height: 80px;
        list-style: none;
        border-bottom: 1px dashed #B6B6B6;
    }

        .ul_title li a {
            color: #666666;
        }

            .ul_title li a:hover {
                color: #2196F3;
            }

.td_pic {
    width: 33%;
    text-decoration: none;
}

    .td_pic ul {
        width: 220px;
        list-style: none;
        font-size: 14px;
        letter-spacing: 0.54px;
        text-decoration: none;
    }

        .td_pic ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .td_pic ul li a:hover {
                color: #2196F3;
            }

.secSelect a {
    color: #2196F3 !important;
}



