﻿a {
    text-decoration: none;
    outline: none;
}
body{
    min-width:1280px;
    max-width:1920px;
}
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 微软雅黑;
}
/*头*/
#head-top {
    height: 40px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    background-color: #ffffff;
    width: 100%;
    min-width: 1280px;
    float: left;
}

    .login a {
        text-decoration: none;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        color: #999999;
    }

        .login a:hover {
            text-decoration: underline;
            color: red;
        }

#head1 {
    height: 98px;
    line-height: 100px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    background-color: #f3f3f3;
}

    #head1 a {
        margin-right: 40px;
        float: left;
        color: #333333;
        font-size: 18px;
        font-family: 'Microsoft YaHei';
    }

        #head1 a:hover {
            color: red;
        }
/*表头导航*/
.apply {
    float: right;
}
    .apply ul {
        list-style: none;
    }
    .apply a {
        text-decoration: none;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        color: #999999;
    }
    .apply > li {
        float: left;
    }

    .apply ul li ul li {
        display: block;
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #f5f7fa;
    }
.drop-down {
    position: relative;
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: white;
}

    .apply .drop-down-content {
        padding: 0;
        opacity: 0.3;
        height: 0;
        overflow: hidden;
        transition: all 0.4s ease;
        position: absolute;
    }

.drop-down-content li:hover {
    background-color: #ebedf3;
}

.apply .drop-down:hover .drop-down-content {
    opacity: 1;
    height: 160px;
    z-index:10;
}
/*尾*/
#footer {
    clear: both;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #ffffff;
    min-width: 1280px;
    width: 100%;
    height: 48px;
    background-color: #32353a;
    line-height: 48px;
}

    #footer a {
        margin-right: 30px;
        color: #ffffff;
    }

        #footer a:hover {
            color: red;
        }
/*轮播图*/
#carousel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/*主体模块*/
.module-top {
    height: 120px;
    width: 400px;
    margin: auto;
    margin-top: 35px;
    overflow: hidden;
}

    .module-top img {
        cursor: pointer;
        transition: all 0.4s;
    }

        .module-top img:hover {
            transform: scale(1.05);
        }

.mod {
    width: 25%;
    float: left;
    height: 320px;
}

.mod1 {
    width: 25%;
    float: left;
    height: 320px;
    clear: both;
}

.module {
    height: 280px;
    width: 300px;
    margin: auto;
    margin-top: 40px;
    background-color: white;
    border-radius: 0 0 4px 4px;
    opacity: 0.9;
    filter: Alpha(opacity=90);
}

    .module:hover {
       opacity:1;
       filter:Alpha(opacity=100);
    }

p1 {
    margin-left: 10px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #4c4c4c;
}

p2 {
    line-height: 90px;
    margin-left: 10px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #a7a7a7;
}

.module2 {
    height: 280px;
    width: 300px;
    margin: auto;
    margin-top: 50px;
    background-color: white;
    border-radius: 0 0 4px 4px;
}

    .module2:hover {
        margin-top: 48px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    }

.body {
    width: 1280px;
    margin: auto;
}
