.header {
    height: 40px;
    background-color: #efefef;
}

.header .w1200 span {
    line-height: 40px;
    font-size: 15px;
    color: #666;
}

.header .w1200 a {
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.logo {
    padding: 30px 0;
}



.logo .w1200 .search input {
    height: 40px;
    border: 1px solid #cccccc;
    width: 240px;
    padding: 0 10px;
}

.logo .w1200 .search a {
    display: block;
    height: 40px;
    width: 70px;
    text-align: center;
    background-color: #3489dd;
    line-height: 40px;
    color: #fff;
}

.nav {
    background-image: linear-gradient(to right, #186acc, #5db6f4);
    height: 64px;
}

.nav .w1200 a {
    display: block;
    color: #fff;
    text-align: center;
    width: 9.2%;
    float: left;
    height: 60px;
    margin-top: 2px;
    line-height: 60px;
}

.nav .w1200 a:first-child {
    width: 8%;
}

.nav .w1200 a:hover {
    background-color: #fff;
    color: #2c80d8;
    border-radius: 2px;
}

.position-content {
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    line-height: 70px;
    color: #292828;
}

.position-content .w1200 >span {
    margin-left: 20px;
}

.position-content .w1200 >span a {
    color: #292828;
}

.footer {
    height: 115px;
    background-color: #35363a;
}

.footer .w1200 {
    color: white;
    position: relative;
}

.footer .w1200 p {
    text-align: center;
    font-size: 14px;
    padding: 2px 0;
}
.footer .w1200 p a{
    color:#fff;
}

.footer .w1200 p:first-child {
    padding-top: 30px;
}

.footer .w1200 img {
    position: absolute;
    right: 100px;
    top: 20px;
}
