﻿/* date:2018-3-28
author: xiehuanzhi;  */

* {
    box-sizing: border-box;
}

body {
    background: #f1f1f1;
}

.header {
    height: 97px;
    line-height: 97px;
    background: #fff;
}

.header .title {
    float: left;
    font-size: 34px;
    color: #009bdb;
    font-weight: bold;
}

.search {
    float: right;
    font-size: 14px;
    color: #666;
}

.search input {
    margin-left: 5px;
    width: 354px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #009bdb;
    outline: none;
    padding-left: 10px;
}

.more {
	float:right;
}
.search button {
    height: 32px;
    width: 42px;
    border: none;
    outline: none;
    background: #009bdb url(../images/readgless.png) no-repeat;
    background-position: center;
    margin-left: -5px;
    margin-top: -3px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;

    right: 3px;
}

.bar {
    height: 246px;
}

.bar img {
    width: 100%;
    height: 100%;
}

.nav {
    margin-top: 15px;
    background: #fff;
    height: 150px;
    padding-top: 14px;
    text-align: center;
}

.nav li {
    width: 100px;
    display: inline-block
}

.nav li a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-top: 103px;
}

.nav li+li {
    margin-left: 75px;
}

.nav .home a {
    background: url(../images/item1.png) no-repeat;
    background-position: center 0;
}

.nav .home a:hover {
    background: url(../images/item1-on.png) no-repeat;
    background-position: center 0;
}

.nav .agency a {
    background: url(../images/item2.png) no-repeat;
    background-position: center 0;
}

.nav .agency a:hover {
    background: url(../images/item2-on.png) no-repeat;
    background-position: center 0;
}

.nav .inf a {
    background: url(../images/item3.png) no-repeat;
    background-position: center 0;
}

.nav .inf a:hover {
    background: url(../images/item3-on.png) no-repeat;
    background-position: center 0;
}

.nav .notice a {
    background: url(../images/item4.png) no-repeat;
    background-position: center 0;
}

.nav .notice a:hover {
    background: url(../images/item4-on.png) no-repeat;
    background-position: center 0;
}

.nav .law a {
    background: url(../images/item5.png) no-repeat;
    background-position: center 0;
}

.nav .law a:hover {
    background: url(../images/item5-on.png) no-repeat;
    background-position: center 0;
}

.nav .complain a {
    background: url(../images/item6.png) no-repeat;
    background-position: center 0;
}

.nav .complain a:hover {
    background: url(../images/item6-on.png) no-repeat;
    background-position: center 0;
}

.nav .login a {
    background: url(../images/item7.png) no-repeat;
    background-position: center 0;
}

.nav .login a:hover {
    background: url(../images/item7-on.png) no-repeat;
    background-position: center 0;
}

.nav .agency-login a {
    background: url(../images/item8.png) no-repeat;
    background-position: center 0;
}

.nav .agency-login a:hover {
    background: url(../images/item8-on.png) no-repeat;
    background-position: center 0;
}

.com h1 {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #4298ed;
    font-weight: bold;
}

.com h1 img {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.content {
    height: 352px;
}

.content ul {
    margin-left: -18px;
}

.content li {
    width: 260px;
    float: left;
    margin-left: 28px;
    margin-top: 40px;
    display: table;
}

.content li div {
    display: block;
    height: 106px;
}

.content li a:hover .substance {
    color: #ffab00;
}

.content li .title {
    height: 55px;
    line-height: 55px;
    background: url(../images/event-bg.png) no-repeat;
    background-position: 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 14px;
}

.content li .substance {
    width: 284px;
    height: 80px;
    border: 1px solid #cedce2;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
}

.content>p {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 13px;
    line-height: 13px;
}

.content .item {
    float: left;
}

.number {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 52px;
    background: #f5faff;
}

.number p {
    width: 200px;
}

.number p+p {
    margin-left: 135px;
}

.number img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.number .agency {
    float: left;
    color: #fac34c;
}

.number .thing {
    float: left;
    color: #61c98a;
}

.number .handle {
    float: left;
    color: #f89083;
}

.show {
    margin-top: 20px;
    background: #fff;
    padding: 0 15px;
    padding-bottom: 20px;
}

.show-head {
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0 auto;
    border-radius: 6px;
    background: url(../images/title-bg.png) no-repeat;
    background-position: 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.show-head span {
    float: left;
    text-align: center;
    overflow: hidden;
}

.show span.name {
    width: 248px;
    text-align: left;
    padding-left: 20px;
}

.show .person {
    width: 135px;
}

.show .telph {
    width: 153px;
}

.show .count {
    width: 87px;
}

.show .score {
    width: 128px;
    ;
}

.show .consult {
    width: 102px;
}

.show-body {
    height: 322px;
    margin: 0 auto;
}

.show-body span {
    float: left;
    text-align: center;
}

.show-body li {
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}

.show-body a {
    display: block;
    height: 40px;
    line-height: 40px;
}

.show-body li img {
    vertical-align: middle;
}

.show-body li:nth-child(even) {
    background: #ecf4fd;
}

.footer {
    padding-top: 15px;
    height: 130px;
    background: #959595;
    font-size: 14px;
    color: #e4e4e4;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
}

.main-l {
    float: left;
    width: 200px;
}

.com {
    background: #fff;
    margin-top: 15px;
    padding: 0 15px;
    padding-bottom: 20px;
}

.entry {
    font-size: 14px;
}

form span {
    line-height: 36px;
    height: 36px;
}

form input[type=radio],
form label {
    cursor: pointer;
}

form label {
    color: #666;
}

form input[type=radio] {
    position: relative;
    color: #4298ed;
}

input[type=radio]:checked+label {
    color: #4298ed;
}

input[type="radio"]+label:before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-right: 7px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    padding: 2px;
    position: relative;
    bottom: 2px;
    display: none\9;
}

input[type="radio"]:checked+label:before {
    background-color: #4298ed;
    background-clip: content-box;
}

input[type="radio"] {
    display: none;
    display: inline-block\9;
}

.passworld,
.uesername {
    height: 32px;
   	position: relative;
}

.passworld {
    margin-top: 15px;
}

.passworld img,
.uesername img {
    position: absolute;
    padding-right: 8px;
    height: 18px;
    border-right: 1px solid #efefef;
    top: 8px;
    left: 9px;
    z-index: 10;
}

.passworld input,
.uesername input {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    outline: 1px solid #e6e6e6;
    outline: none;
    padding-left: 42px;
    font-size: 14px;
}

.forget {
    margin-top: 13px;
}

.forget a {
    font-size: 12px;
    color: #999;
}
.person-inf {
    display: none;
    height: 172px;
}

.person-inf.cur {
    display: block;
}

.person-inf h2 {
    font-size: 14px;
    color: #0066ff;
    margin-top: 17px;
}

.person-inf p {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
}

.person-inf .buttons {
    margin-top: 30px;
}

.person-inf .buttons button {
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #199ed8;
    border: none;
    outline: none;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.person-inf .buttons button:hover {
    background: #1890c4;
}
form button {
    display: block;
    width: 100%;
    height: 100%;
    background: #63aaf0;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.1s;
}

form button:hover {
    background: #3b99f6;
}

.complain li:first-child,
.serve li:first-child {
    margin-top: 20px;
}

.complain li,
.serve li {
    width: 100%;
    height: 46px;
    margin-top: 15px;
}

.complain li a,
.serve li a {
    display: block;
    height: 100%;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    padding-left: 77px;
    transition: all 0.1s;
}

.serve .market a {
    background: #f0c062 url(../images/market.png) no-repeat 30px center;
}

.serve .into a {
    background: #98cf92 url(../images/enter.png) no-repeat 30px center;
}

.serve .entrust a {
    background: #f3a8a8 url(../images/entrust.png) no-repeat 30px center;
}

.serve .contact a {
    background: #9ec6f2 url(../images/contact.png) no-repeat 30px center;
}

.serve .market a:hover {
    background: #f5ac1f url(../images/market.png) no-repeat 30px center;
}

.serve .into a:hover {
    background: #6ac361 url(../images/enter.png) no-repeat 30px center;
}

.serve .entrust a:hover {
    background: #f69191 url(../images/entrust.png) no-repeat 30px center;
}

.serve .contact a:hover {
    background: #76b1f4 url(../images/contact.png) no-repeat 30px center;
}

.complain .consult a {
    background: #63aaf0 url(../images/consult.png) no-repeat 30px center;
}

.complain .consult a:hover {
    background: #3b99f6 url(../images/consult.png) no-repeat 30px center;
}

.complain .report a {
    background: #63aaf0 url(../images/consult.png) no-repeat 30px center;
}

.complain .report a:hover {
    background: #3b99f6 url(../images/consult.png) no-repeat 30px center;
}

.complain .assiss a {
    background: #63aaf0 url(../images/assiss.png) no-repeat 30px center;
}

.complain .assiss a:hover {
    background: #3b99f6 url(../images/assiss.png) no-repeat 30px center;
}

.enter p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold
}

.enter p+p {
    margin-top: 25px;
}

.enter p span {
    float: right;
}

.agency-count {
    color: #fac34c;
}

.service-count {
    color: #61c98a;
}

.handle-count {
    color: #f89083;
}

.main-r {
    float: right;
    width: 883px;
}