﻿/*reset*/
* {
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    font-family: 'Microsoft YaHei', "Arial", "黑体", "宋体", sans-serif;
}
a {
    text-decoration: none;
    color: #333333;
}
ul,
li {
    list-style: none;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333333;
}
img{
    border: none;
}
input{
    outline: none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}

/*header*/
.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1005;
  height: 80px;
  line-height: 80px;
  box-shadow:0 0 2px 2px rgba(0,0,0,.1);
}
.headerbg {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
}

    .header .logo {
        float: left;
    }

        .header .logo img {
            width: 147px;
            vertical-align: middle;
        }

    .header ul {
        float: left;
        margin-left: 50px;
        font-size: 16px;
        font-weight: 600;
    }

        .header ul li {
            float: left;
            margin-right: 30px;
        }

            .header ul li a {
                display: block;
            }
            .header ul li a:hover {
                color: #e6212a;
            }

            .header ul li.active a {
                color: #e6212a;
            }

    .header .login {
        float: right;
        position: relative;
        top: 50%;
        margin-top: -23px;
    }

        .header .login a {
            font-size: 16px;
            display: block;
            float: left;
            width: 100px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            color: white;
            background: #fc3702;
            margin-right: 2px;
        }

        .header .login .geren {
            border-radius: 18px 0 0 18px;
        }

        .header .login .qiye {
            border-radius: 0 18px 18px 0;
        }
/*尾部*/
.footer{
    clear: both;
    float: left;
    width: 100%;
    background: #2a2a2a;
    padding: 30px 0;
    margin-top: 10px;
}
.footer .info {
    margin: 0 auto;
    width: 1080px;
}
.footer .info ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 20px;
}
.footer .info li {
    float: left;
    width: 25%;
}
.footer .info li a {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.footer .info li a img {
    margin-right: 5px;
    vertical-align: middle;
}
.footer .info li span {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

/*公共尾部*/
.bottombg {
    background: #2a2a2a;
    width: 100%;
}
.bottom {
    width: 1000px;
    padding: 30px 0 40px 0;
    text-align: center;
    margin: 0 auto;
}
.anquanbz {
    padding-bottom: 10px;
}
.anquanimg img {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-left: 10px;
}
.copyright p {
    text-align: center;
    font-size: 13px;
    color: #A0A0A0;
}