@charset "UTF-8";
@media (min-width: 1025px) {
body {
	font-family: '微软雅黑';

}
.pos-wraper {
	background: #F5F5F5;
	width: 100%;
}
.pos-wraper .pos-site {
	line-height: 50px;
    height: 50px;
    color: #666;
	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(../images/banner_wuzi.png) no-repeat center center;
	height: 280px;
	    float: none;
}
.banner-wraper .banner .banner-text {
	color: #fff;
	font-size: 14px;
	line-height: 30px;

	text-align: left;
	width: 708px;
	float: left;
}
.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;
}
.banner-title{
    height: 64px;
    line-height: 64px;
    font-size: 0;
    margin-top: 60px;
	text-align:left;
}
.banner-title .title{
    display: inline-block;
    vertical-align: top;
    height: 64px;
    line-height: 64px;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}
.banner-title .des{
    display: inline-block;
    vertical-align: top;
    height: 64px;
    line-height: 76px;
    color: #fff;
    font-size: 24px;
    margin-left: 16px;
}
.banner .banner-text {
    line-height: 30px;
    margin-top: 23px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 696px;
	float: left;
}
.img img {
    width: 100%;
    height: 100%;
}

}