﻿html, body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei UI";
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    box-sizing: border-box;
    padding: 40px 0;
    height: 410px;
    width: 1004px;
    background: #f7f7f7;
    margin: 0 auto;
overflow:hidden;
}

.main {
    margin: 0 auto;
    width: 1004px;
}

.header {
    height: 64px;
    line-height: 64px;
}

.tabs {
    display: inline-block;
    font-size: 24px;
    padding-left:15px;
}

.tabs > span {
    margin-right: 35px;
}

.tabs > span.active {
    color: #b10008;
}

.intro {
    display: inline-block;
}

.intro > span {
    margin-right: 10px;
    font-size: 14px;
    color: #333333;
}

.more {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    padding-right:15px;
}

.swiper-container {
    width: 1004px;
    margin-left:10px;
}

.item {
    float: left;
    width: 180px;
    height: 100px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
    transition: background-color .3s;
}

.item:hover {
    background-color: #b10008;
    color: #fff;
}

.item > img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: none;
}

.item > p {
    margin-top: 10px;
    text-align: center;
font-size:15px;
}

img.active {
    display: block;
}

/* bianmin */
.bianmin {
    background-color: #fff;
}

.bianmin .link {
    float: left;
    width: 187px;
    height: 50px;
    line-height: 52px;
    margin-right: 24px;
    margin-bottom: 20px;
font-size:15px;
    padding: 0 20px;
    background-color: #f7f7f7;
    background-image: url("../images/nav/youjian.png");
    background-repeat: no-repeat;
    background-position-x: 192px;
    background-position-y: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bianmin .link:hover {
    background-color: #b10008;
    color: #fff;
}
.bianmin .bottom {
    float: right;
    padding-right: 24px;
    text-align: right;
}

.bianmin .bottom > .button {
    height: 44px;
    width: 44px;
    display: inline-block;
    cursor: pointer;
}

.bianmin .bottom > .left {
    background-image: url("../images/nav/leftarrow.png");
}

.bianmin .bottom > .left:hover {
    background-position-y: bottom;
}

.bianmin .bottom > .right {
    background-image: url("../images/nav/rightarrow.png");
}

.bianmin .bottom > .right:hover {
    background-position-y: bottom;
}
.department,.district{
    height: 210px;
}
.bianmin .swiper-slide{
    height: 100%;
    background-color: #fff;
}
img{
    border: none;
}