
/* 两版首页公共样式 */
.top>.container {
    position: relative;
}
.change-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 15px 22px 21px;
    background: url("../images/change-btn.png");
    color: #fff;
    line-height: 15px;
}

/* 头部搜索 */
.top-search {
    padding-top: 100px;
}

.search-block {
    float: left;
    position: relative;
    margin-right: 10px;
}

.search-input {
    width: 316px;
    height: 44px;
    padding-right: 42px;
    line-height: 44px;
    text-indent: 15px;
    border: 1px solid #fed9b3;
    outline: 0;
    background: rgba(255,255,255,.86);
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 44px;
    background: url("../images/icon-search.png") left center no-repeat;
    outline: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.personal-space {
    float: left;
    box-sizing: border-box;
    width: 126px;
    height: 46px;
    padding-left: 47px;
    line-height: 46px;
    margin-left: 10px;
    background-image: url('../images/icon-user.png');
    background-position: 13px center;
    background-repeat: no-repeat;
    background-color: #ff8b17;
    /*background-color: rgba(255, 139, 23, .85);*/
    color: #fff;
    font-size: 16px;
}


.mattertype-item {
	float: left;
	margin-left: 10px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.6);
	box-shadow: 0 3px 10px 0 rgba(0,41,76,.28);
	background: #fff;
	background: rgba(255,255,255,.84);
	border-radius: 5px;
	text-align: center;
	color: #2f9dfc;
	transition: .3s;
}
.mattertype-item>a {
	display: block;
	height: 100%;
}

.mattertype-icon {
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 21px auto 0;
}
.mattertype-name {
	font-size: 16px;
}

.mattertype-item.license .mattertype-icon {
	background-image: url("../images/matter-license.png");
}
.mattertype-item.public .mattertype-icon {
	background-image: url("../images/matter-public.png");
}
.mattertype-item.convenient .mattertype-icon {
	background-image: url("../images/matter-convenient.png");
}
.mattertype-item.simplify {
	background: #2ec4e4;
	background: rgba(46,196,228,.84);
}
.mattertype-item.compress {
	background: #37a0fa;
	background: rgba(55,160,250,.84);
}
.mattertype-item.simplify .mattertype-icon {
	background-image: url("../images/matter-simplify.png");
}
.mattertype-item.compress .mattertype-icon {
	background-image: url("../images/matter-compress.png");
}

.mattertype-item:hover {
	background: #2f9dfc;
	color: #fff;
}
.mattertype-item.simplify:hover {
	background: #13b5d8;
}
.mattertype-item.compress:hover {
	background: #1a8ae9;
}
.mattertype-item.license:hover .mattertype-icon {
	background-image: url("../images/matterhover-license.png");
}
.mattertype-item.public:hover .mattertype-icon {
	background-image: url("../images/matterhover-public.png");
}
.mattertype-item.convenient:hover .mattertype-icon {
	background-image: url("../images/matterhover-convenient.png");
}





/*轮播图*/

.banner {
    width: 486px;
    height: 320px;
    background-color: #fff;
}

.banner-container {
    height: 320px;
}

.swiper-slide .title img {
    vertical-align: top;
}

.banner-container .pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.banner-container .swiper-pagination-switch {
    display: inline-block;
    width: 35px;
    height: 6px;
    background: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    margin-right: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.banner-container .swiper-visible-switch {
    background: #aaa;
}

.banner-container .swiper-active-switch {
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* 高频事项 */
.mod-container {
	float: left;
	width: 333px;
	margin-left: 24px;
}
.mod-head {
	height: 39px;
	line-height: 30px;
}
.mod-head:after {
	content: "";
	clear: both;
	display: block;
}
.mod-title {
	font-size: 20px;
	font-weight: bold;
}
.matter-count {
	margin-left: 8px;
	font-size: 14px;
	color: #fff;
	padding: 2px 7px;
	background: #fbae60;
	border-radius: 10px;
}
.refresh-btn {
	float: right;
	padding-right: 26px;
	background: url("../images/icon-refresh.png") no-repeat right center;
	color: #999;
}

.matter-list {
	margin-left: -1px;
	margin-top: -1px;
	text-align: center;
	height: 282px;
}
.matter-item {
	float: left;
	width: 166px;
	height: 80px;
	margin-top: 1px;
	margin-left: 1px;
	background: #dbedfc;
	padding-top: 13px;
	transition: .3s;
}
.matter-item.stripe {
	background: url("../images/matter-stripe.png");
}
.matter-icon {
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}
.matter-name {
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.matter-operations {
	display: none;
	margin-top: 17px;
}
.matter-operation {
	display: inline-block;
	width: 64px;
	height: 24px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 13px;
	line-height: 24px;
	margin: 0 1px;
	transition: .3s;
}
.matter-item:hover {
	background: #2f9dfc;
}
.matter-item:hover .matter-icon {
	display: none;
}
.matter-item:hover .matter-name {
	color: #fff;
}
.matter-item:hover .matter-operations {
	display: block;
}
.matter-operation:hover {
	background: #fff;
	color: #2f9dfc;
}

.more-btn {
	float: right;
	color: #999;
}
.question-list {
	width: 303px;
	border: 1px solid #e0ebf4;
	padding: 12px 15px;
}
.question-item {
	line-height: 34px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.question-item + .question-item {
	border-top: 1px dashed #eee;
}
.question-item:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url("../images/icon-question.png");
	margin-right: 4px;
	vertical-align: text-bottom;
}
.question-item > a {
	transition: .3s;
}
.question-item > a:hover {
	color: #2f9dfc;
}

.query-input {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 237px;
	height: 32px;
	padding-left: 14px;
	padding-right: 50px;
	background: #fff;
	border: 1px solid #d6e3ef;
	border-radius: 17px;
	outline: 0;
}
.query-input:focus {
	border-color: #80c2fb;
}
.query-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 50px;
	height: 32px;
	background: url("../images/query-search.png") no-repeat center;
}

.operation-list {
	margin: 28px -12px 31px;
}
.operation-item {
	float: left;
	position: relative;
	width: 282px;
	height: 100px;
	margin: 0 12px;
	overflow: hidden;
	transition: .3s;
}
.operation-item>a {
	display: block;
	height: 100%;
}
.operation-bg {
	position: absolute;
}
.operation-text {
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -26px;
}
.operation-icon {
	position: absolute;
	right: 35px;
	top: 50%;
}

.operation-item.advisory {
	background: #4daafb;
}
.operation-item.advisory .operation-bg {
	left: -100px;
	top: -100px;
}
.operation-item.advisory .operation-icon {
	margin-top: -33px;
}
.operation-item.suggest {
	background: #fcab2c;
}
.operation-item.suggest .operation-bg {
	left: -134px;
	top: -30px;
}
.operation-item.suggest .operation-icon {
	margin-top: -34px;
}
.operation-item.complaint {
	background: #59d3b0;
}
.operation-item.complaint .operation-bg {
	left: -160px;
	top: -144px;
}
.operation-item.complaint .operation-icon {
	margin-top: -35px;
}
.operation-item.evaluate {
	background: #f68471;
}
.operation-item.evaluate .operation-bg {
	left: -160px;
	top: -174px;
}
.operation-item.evaluate .operation-icon {
	margin-top: -30px;
}

.operation-item:hover {
	transform: scale(1.1);
	box-shadow: 0 0 10px 0 rgba(68,89,123);
	z-index: 10;
}
