body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    color: #666;
    padding: 0;
    margin: 0;
    min-width: 1200px;
}

* {
    padding: 0;
    margin: 0;
}

div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, select, input {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: middle;
}

input, textarea:focus {
    outline: none;
}

img {
    border: none;
}

.fl {
    float: left;
    font-size: 19px;
    line-height: 33px;
}

.user {
    display: block;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 700;
}

.removeId {
    cursor: pointer;
    /* display: none; */
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}
.indexContainer{
    width: 95%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:active, a:hover, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

.t_left {
    text-align: left;
    margin-top: 70px;
}

.header {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-color: #000;
    justify-content: space-around;
}

.header .logo {
    font-weight: 500;
    font-size: 25px;
    margin-right: 120px;
    color: #fff;
}

.header a {
    margin-left: 15px;
    color: #555555;
    line-height: 80px;
}

.header a:hover {
    color: #3778e5;
    font-weight: 700;
}

.now {
    font-weight: 700;
    color: #3778e5 !important;
}

.now .sj {
    opacity: 1;
}


.footer {
    width: 100%;
    height: 86px;
    background-color: #3c3c3c;
    font-size: 14px;
    color: #fff;
    min-width: 1200px;
    letter-spacing: 1px;
}

.footer ul {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 11px;
}

.footer ul li {
    display: inline-block;
    margin-right: 32px;
    position: relative;
    height: 20px;
    line-height: 20px;
}

.footer li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #525252;
    top: 0;
    right: -16px;
}

.footer .last:after {
    display: none
}

.footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    opacity: .5;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.footer .f_img {
    position: relative;
    transform: translateY(-36px);
    -webkit-transform: translateY(-36px);
}

.footer p {
    color: #fff;
    margin-top: 25px;
    font-size: 16px;
}

.footer p a {
    color: #fff;
}

.sj {
    display: inline-block;
    opacity: 0;
    width: 10px;
    height: 15px;
}

.nav {
    margin-top: -10px;
}

.banner {
    /* max-height: 637px; */
    height: 500px;
    position: relative;
    background: url('../images/newBanner.jpg') no-repeat  top right;
    background-size: cover;
}

.about{
    /* min-height: calc(100% - 72px - 86px - 46px);
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 0 80px;
    min-width: 1200px; */
    position: relative;
    box-sizing: border-box;
}
.about-container {
    width: 95%;
    margin: 0 auto
}

@media screen and (min-width: 960px) {
    .about-container {
        width:936px
    }
}
.about-panels{
    color: #6f6d6b;
    font-size: 15px;
    font-weight: 400;
    margin: 0 18px;
}


.copy {
    color: #fff;
}

.copy:hover {
    text-decoration: underline;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}