@charset "UTF-8";
body {
    font-family: '微软雅黑';
    padding-top: 66px;
}

.pos-wraper {
    background: #F5F5F5;
    width: 100%;
}

.pos-wraper .pos-site {
    padding: 18px 0;
    text-align: left;
}

.pos-wraper .pos-site span,
.pos-wraper .pos-site a {
    color: #666;
    font-size: 14px;
}

.banner-wraper {
    width: 100%;
    height: 280px;
    background: #131C78;
}

.banner-wraper .banner {
    background: url(../img/banner_03.png) no-repeat center center;
    height: 280px;
}

.banner-wraper .banner .banner-text {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-top: 143px;
    text-align: left;
    width: 708px;
}

.tag-wraper {
    padding: 60px 0 67px;
}

.tag-wraper .tag-item {
    margin-bottom: 45px;
}

.tag-wraper .tag-item:last-child {
    margin-bottom: 0;
}

.tag-wraper .tag-item .tag-top {
    font-size: 0;
    margin-bottom: 40px;
}

.tag-wraper .tag-item .tag-top .tag-img {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.tag-wraper .tag-item .tag-top .tag-img img {
    width: 100%;
    height: 100%;
}

.tag-wraper .tag-item .tag-top .tag-title {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 20px;
    margin-left: 20px;
}

.tag-wraper .tag-item .tags {
    font-size: 0;
    text-align: left;
}

.tag-wraper .tag-item .tags .tag {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 14px 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tag-wraper .tag-item .tags .tag a {
    display: block;
    color: #666666;
    font-size: 14px;
}

.tag-wraper .tag-item .tags.tags1 .tag:hover {
    background: #30c8c6;
    border: 1px solid #30c8c6;
}

.tag-wraper .tag-item .tags.tags1 .tag:hover a {
    color: #fff;
}

.tag-wraper .tag-item .tags.tags2 .tag:hover {
    background: #ff7776;
    border: 1px solid #ff7776;
}

.tag-wraper .tag-item .tags.tags2 .tag:hover a {
    color: #fff;
}

.tag-wraper .tag-item .tags.tags3 .tag:hover {
    background: #6799fd;
    border: 1px solid #6799fd;
}

.tag-wraper .tag-item .tags.tags3 .tag:hover a {
    color: #fff;
}

.tag-wraper .tag-item .tags.tags4 .tag:hover {
    background: #45c678;
    border: 1px solid #45c678;
}

.tag-wraper .tag-item .tags.tags4 .tag:hover a {
    color: #fff;
}

