@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

a:hover {
    color: #0171b9;
}

input {
    outline: none;
    border: none;
}

/*首页-head*/
.head {
    width: 100%;
    height: 38px;
    margin: 0 auto;
    background: #f9f9f9;
}

.head a {
    float: right;
    padding: 0 8px;
    cursor: pointer;
    line-height: 38px;
    transition: all 0.1s ease-in-out;
}

.head span {
    float: right;
    line-height: 38px;
}

.banner {
    width: 100%;
    height: 384px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.ban-logo {
    width: 845px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 55px;
}

.ban-ss {
    width: 845px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0px !important;
}

.ban-ss1 {
    width: 510px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}

.select2 {
    background: url(../images/bot-xs.png) no-repeat left center;
    color: #fff !important;
}

.ban-ss1 a {
    color: #CCC;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}

.ban-ss1 a:hover {
    color: #fff;
}

.ipt1 {
    width: 580px;
    height: 50px;
    border: 3px solid #356fab;
    margin-top: 20px;
    padding-left: 15px;
    float: left;
}

.ipt2 {
    width: 114px;
    height: 56px;
    border-top: 3px solid #356fab;
    border-bottom: 3px solid #356fab;
    border-right: 3px solid #356fab;
    margin-top: 20px;
    float: left;
    cursor: pointer;
    background: url(../images/ipt.png) no-repeat;
}

.bottom {
    width: 100%;
    height: 48px;
    border-top: 1px solid #d3d3d3;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    background: #fff;
}

.bottom span {
    display: block;
    font-size: 12px;
    line-height: 24px;
}

.ind-mk {
    width: 955px;
    height: 270px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
    padding: 20px;
}

/*双随机*/
.banner2 {
    width: 100%;
    height: 175px;
    background: url(../images/banner2.png) no-repeat;
    background-size: 100% 100%
}

.banner2 img {
    margin: 40px 0 0 120px;
}

.dingwei {
    width: 1180px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    padding-left: 20px;
    background: url(../images/dingwei.png) no-repeat left center;
}

.dingwei span {
    padding: 0 5px;
}

.list1 {
    width: 1200px;
    height: 260px;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #cccccc;
}

.xzcf {
    width: 593px;
    height: 310px;
    float: left;
    border: 1px solid #ccc;
}

.xzcf ul li {
    width: 96%;
    height: 32px;
    margin: 0 2%;
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
}

.xzcf ul {
    margin-top: 10px;
}

.xzcf ul li span {
    float: right;
}

.xzcf-tit {
    height: 48px;
    width: 100%;
    border-bottom: 2px solid #0067b0;
    line-height: 48px;
}

.xzcf-tit span {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.xzcf-tit a {
    float: right;
    margin-right: 10px;
}

/*查询结果页面*/
.s_neirong {
    margin-left: 50%;
    overflow: hidden;
    margin-top: 25px;
    float: left;
    width: 35%;
}

.s_select {
    height: 44px;
}

.s_input {
    width: 100%;
    height: 42px;
    float: left;
}

.input_text {
    border: none;
    width: 75%;
    height: 32px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;;
    border-left: 1px solid #ccc;;
    outline: medium;
    color: #999;
    padding-left: 10px;
    float: left;
    line-height: 32px;
}

.input_btn {
    width: 20%;
    height: 34px;
    border: none;
    background-color: #fefaee;
    outline: medium;
    color: #fff;
    font-size: 1em;
    float: left;
}

.input_btn:hover {
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #049bb5;
}

.s_resou {
    margin-left: 3%;
    width: 420px;
    height: 44px;
    float: left;
    line-height: 44px;
}

.s_resou a {
    color: #999;
    text-decoration: none;
    padding-left: 1em;
}

/*-----------详情内容公司介绍-------------*/
.s_xinxi {
    width: 1200px;
    height: 184px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5c88c;
    box-shadow: 2px 3px 5px #ccc;
}

.s_xinxi_left {
    width: 145px;
    height: 100%;
    float: left;
}

.s_xinxi_left p {
    width: 100%;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    padding-top: 20px;
}

.s_xinxi_left a {
    display: inline-block;
    height: 22px;
    background: url(../images/icon.png) no-repeat;
    background-position: -260px -126px;
    text-decoration: none;
    color: #333;
    padding-left: 22px;
}

.s_xinxi_left a:hover {
    background: url(../images/icon.png) no-repeat;
    background-position: -260px -91px;
}

.s_xinxi_center {
    width: 800px;
    height: 80%;
    float: left;
    margin-top: 20px;
}

.s_xinxi_center span {
    padding-left: 20px;
    position: relative;
}

.s_xinxi_center span img {
    position: absolute;
    top: 3px;
    left: 1px;
}

.s_xinxi_center h1 {
    font-family: "微软雅黑";
    font-size: 24px;
    color: #4e4e4e;
}

.s_xinxi_center span {
    height: 20px;
    display: block;
    margin-top: 10px;
    color: #666;
}

.s_xinxi_center p {
    display: inline-block;
    color: #333;
}

/*-----------表格介绍-------------*/
.list {
    width: 1206px;
    margin: 0 auto;
}

.list_left {
    width: 1200px;
    overflow: hidden;
    margin: 10px 0;
    float: left;
    background: #fff;
    border: 1px solid #e5c88c;
    box-shadow: 2px 3px 5px #ccc;
}

.list_left1 {
    margin-top: 10px;
}

.jgzs {
    height: 32px;
    color: #666 !important;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.jgzs span {
    fong-size: 1em;
    line-height: 32px;
}

.jgzs p {
    padding: 0 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #0171b9;
}

.cxjg {
    height: 62px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    transition: all 0.1s ease-in-out;
}

.cxjg:hover {
    background: #f6f6f6;
    cursor: pointer;
}

.cxjg1 {
    width: 100%;
    height: 48px;
    float: left;
}

.cxjg2 {
    width: 33%;
    height: 24px;
    float: left;
}

.cxjg2 a {
    display: inline-block;
    width: 30px;
    height: 22px;
    background: url(../images/icon.png) no-repeat;
    background-position: -260px -126px;
    text-decoration: none;
    color: #333;
    padding-left: 22px;
    float: right;
    margin-right: 10%;
}

.cxjg2 a:hover {
    background: url(../images/icon.png) no-repeat;
    background-position: -260px -91px;
}

.cxjg3 {
    width: 100%;
    height: 24px;
}

.cxjg3 p {
    display: inline-block;
    fong-size: 1em;
    line-height: 24px;
    color: #0171b9;
}

.cxjg3 a {
    fong-size: 1em;
    line-height: 24px;
    text-decoration: none;
    color: #333;
}

.xkzzt {
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    margin: 0 20px;
}

.a1 {
    background: url(../images/icon-map-3.png) no-repeat left center;
}

.a2 {
    background: url(../images/icon-user-3.png) no-repeat left center;
}

.a3 {
    background: url(../images/icon-info-circle-3.png) no-repeat left center;
}

.cxjg1 p {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #0171b9;
    font-weight: bold;
}

.cxjg1 a {
    line-height: 24px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease-in-out;
}

.cxjg1 a:hover {
    color: #0171b9;
    transform: translate(5px, 0);
}

.cxjg1 span {
    fong-size: 1em;
    line-height: 24px;
    color: #9a9a9a;
}

.fenye {
    height: 32px;
    width: 380px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.fenye ul li {
    display: inline;
}

.fenye ul li a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 2px;
    margin-left: 5px;
    background: #fff
}

.fenye ul li a:hover {
    background: #F6F6F6;
    color: #0171b9;
}

/*----------表格JS-------------------*/
.mod1 {
    width: 100%;
    border-bottom: 1px solid #e5c88c;
}

.mod1 ul {
    fong-size: 1em;
    width: 100%;
    height: 37px;
}

.mod1 ul li {
    display: inline-block;
    width: 14.1%;
    height: 37px;
    float: left;
    text-align: center;
    color: #333;
    line-height: 37px;
    border-left: 1px solid #ccc;
    transition: all 0.1s ease-in-out;
}

.mod1 ul li:last-child {

    border-right: 1px solid #ccc;
}

.mod1 ul li:hover {
    background-color: #fefaee;
    cursor: pointer;
}

.select {
    line-height: 37px;
    background-color: #fefaee;
    cursor: pointer;
}

.noselect {
}

.dt_xinwen {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.dt_xinwen h1 {
    font-family: "黑体";
    font-size: 24px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.dt_xinwen p {
    fong-size: 1em;
    font-family: "微软雅黑";
    text-indent: 2em;
    line-height: 24px;
    color: #333;
}

.dt_xinwen a {
    text-decoration: none;
}

/*----------------内容展示con_tab0_1------------------*/
.biaozhi_bg {
    width: 95%;
    height: 20px;
    margin: 0 auto;
    background: url(../images/icon.png) no-repeat;
    background-position: -97px 0;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
}

.jcxx_xf {
    width: auto;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.jcxx_xf a {
    line-height: 36px;
    padding-left: 15px;
    color: #333;
    text-decoration: none;
}

.jcxx_xf a:hover {
    color: #09879d;
}

.jcxx_xf ul li {
    float: left;
}

.GS_jieshao {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    fong-size: 1em;
    line-height: 24px;
    margin-top: 20px;
}

.ggxx {
    width: 100%;
    height: 48px;
}

.ggxx span {
    color: #0171b9;
}

.ggxx1 {
    width: 30%;
    float: left;
}

.GS_jieshao table {
    text-align: center;
}

.GS_jieshao th {
    background-color: #f3f9fd;
}

.GS_jieshao tr {
    height: 40px;
}

.list_bg1 {
    width: 16%;
    background-color: #f3f9fd;
}

.list_bg2 {
    background-color: #fff;
}

.list_bg3 {
    background-color: #fff;
}

.xuhao {
    width: 8%;
    background-color: #f3f9fd;
}

.xuhao1 {
    width: 12%;
    background-color: #f3f9fd;
}

/* 返回顶部 */
.go-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 46px;
    z-index: 999;
}

.go-top a {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    background-image: url(../images/icon.png);
}

.go-top a:last-child {
    margin-bottom: 0;
}

.go-top .go {
    background-position: -97px -50px;
}

.go-top .go:hover {
    background-position: -97px -116px;
}

#nav {
    width: 100%;
}

#nav li {
    text-align: center;
    color: #333;
    padding: 0 20px;
    cursor: pointer;
    line-height: 36px;
}

#nav li:hover {
    color: #0171b9;
}

#nav1 li {
    text-align: center;
    color: #333;
    padding-left: 20px;
    cursor: pointer;
    line-height: 36px;
}

#nav2 li {
    text-align: center;
    color: #333;
    padding-left: 20px;
    cursor: pointer;
    line-height: 36px;
}

.ndiv {
    width: 200px;
    height: 400px;
    border: 1px solid #ccc;
    background: #f1f1f1;
}

.fix-div {
    position: fixed;
    top: 0;
    background-color: #FFF;
    width: 1198px;
    z-index: 999;
    background: #fefaee;
}

.more {
    width: 80%;
    height: 520px;
    border: 1px solid #e6f0fa;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.more span {
    display: block;
    width: 100%;
    height: 32px;
    background: #07859e;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.jg_head {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 3px solid #08869C;
    position: relative;
}

.jg_head images {
    position: absolute;
    top: 15%;
    left: 5%;
}

.max {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.xyjg {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
}

.xyjg-l {
    width: 305px;
    float: left;
}

.xyjg-l a {
    display: block;
    width: 263px;
    height: 34px;
    line-height: 34px;
    padding-left: 40px;
    background: url(../images/a-bg.png) repeat-x;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-top: 10px;
    color: #2f64ad;
    font-weight: bold;
}

.xyjg-l a:hover {
    color: #ce191f;
}

.xyjg-bs {
    width: 305px;
    height: 108px;
}

.xyjg-r {
    width: 885px;
    float: right;
    border: 1px solid #cfcfcf;
}

.xyjg-tit {
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #e8f2ff;
}

.xyjg-r ul {
    width: 95%;
    margin: 0 auto;
}

.xyjg-r ul li {
    line-height: 32px;
    border-bottom: 1px dashed #cfcfcf;
}

.xyjg-r ul li span {
    float: right;
    padding-right: 10px;
}

.wzxq {
    width: 1200px;
    margin: 0 auto;
    border: 2px solid #dce7ee;
    margin-top: 10px;
    background: #fff;
}

.wzxq h1 {
    text-align: center;
    font-size: 24px;
    line-height: 72px;
}

.wzxq-dw {
    width: 100%;
    height: 28px;
    background: url(../images/wzxq-tit.png) repeat-x;
    margin-bottom: 20px;
}

.wz-nr {
    width: 1040px;
    margin: 0 auto;
    background: url(../images/wzxqbg.png) no-repeat;
    border: 1px solid #bfbfbf;
    min-height: 240px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.wz-nr1 {
    width: 1040px;
    margin: 0 auto;
    background: url(../images/wzxqbg2.png) no-repeat;
    border-top: 2px solid #bfbfbf;
    min-height: 240px;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.tab-mk {
    overflow: hidden;
    padding: 10px;
}

.tab01 {
    width: 96%;
    min-width: 850px;
    margin: 0 auto;
    overflow: hidden;
}

.tab01 td {
    height: 42px;
    line-height: 42px;
    border: 1px solid #e6e6e6;
}

.tab01 td input {
    width: 90%;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    margin-left: 2%;
    border: 1px solid #e6e6e6;
    outline: none;
}

.tab01 td textarea {
    width: 96%;
    margin-left: 1%;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 14px;
    line-height: 32px;
    outline: none;
    border: 1px solid #e6e6e6;
}

.tab01 td.tab-txt {
    text-align: right;
    background: #f7f7f7;
}

.tab01 td.tab-txt span {
    color: #F00;
    padding-right: 5px;
    font-weight: bold;
}

.tab-xs span {
    padding-left: 20px;
    line-height: 32px;
    color: #ff0000;
}

.wz-nr tr td span {
    display: block;
    width: 95%;
    margin: 0 auto;
    color: #333;
}

.tab-btn {
    width: 100%;
    height: 48px;
    margin-top: 20px;
}

.tab-btn input {
    width: 120px;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #2f64ad;
    cursor: pointer;
    color: #fff;
    margin-left: 45%;
}

/*注册*/

.big {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1024px;
    background: #fff;
}

.banner3 {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}

.banner3 p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
    padding-left: 5%;
}

.banner3 p a {
    text-decoration: none;
    color: #2c56a8;
}

.ZC_top input {
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 12px;
}

.banner3 span {
    line-height: 32px;
    color: #818181;
    padding-left: 5%;
}

.banner3 span span {
    padding-left: 10px;
}

.ZC_xinxi {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.ZC_top {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.ZC_top p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #bf141a;
    font-weight: bold;
    border-bottom: 2px solid #dbdbdb;
}

.ZC_top table tbody tr {
    height: 36px;
    margin-left: 15px;
}

.ZC_top table tbody tr td {
    display: inline-block;
    margin-left: 40px;
    width: 222px;
}

.ZC_top table tbody tr td:last-child {
    display: inline-block;
    margin-left: 40px;
    width: 320px;
}

.ZC_top table tbody tr td span {
    float: right;
}

.ZC_top table tbody tr td input {
    height: 24px;
    width: 200px;
}

.ZC_top table tbody tr td div {
    float: left;
    height: 18px;
    color: #666;
}

/*登录*/
.ui-dialog {
    width: 380px;
    height: auto;
    display: none;
    position: absolute;
    z-index: 9000;
    top: 0px;
    left: 0px;
    border: 1px solid #D5D5D5;
    background: #fff;
}

.ui-dialog a {
    text-decoration: none;
}

.ui-dialog-title {
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    color: #535353;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    background: #f5f5f5;
    cursor: move;
    user-select: none;
}

.ui-dialog-closebutton {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    background: url(../images/close_def.png) no-repeat;
    cursor: pointer;

}

.ui-dialog-closebutton:hover {
    background: url(../images/close_hov.png);
}

.ui-dialog-content {
    padding: 15px 20px;
}

.ui-dialog-pt15 {
    padding-top: 15px;
}

.ui-dialog-l40 {
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.ui-dialog-input {
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    color: #c1c1c1;
    text-indent: 25px;
    outline: none;
}

.ui-dialog-input-username {
    background: url(../images/input_username.png) no-repeat 2px;
}

.ui-dialog-input-password {
    background: url(../images/input_password.png) no-repeat 2px;
}

.ui-dialog-submit {
    width: 100%;
    height: 50px;
    background: #3b7ae3;
    border: none;
    font-size: 16px;
    color: #fff;
    outline: none;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 50px;
}

.ui-dialog-submit:hover {
    background: #3f81b0;
    color: #fff;
}

.ui-mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    height: 0px;
    z-index: 8000;
    opacity: 0.4;
    filter: Alpha(opacity=40);
}

.qy-left {
    width: 15%;
    height: 400px;
    border: 1px solid #ccc;
    box-shadow: 2px 3px 5px #ccc;
}

.qy-left ul li a {
    line-height: 32px;
    padding-left: 30px;
}

.qy-dw {
    width: 100%;
    height: 32px;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

.qy-dw span {
    line-height: 32px;
    padding-left: 40px;
}

.qy-dw a {
    font-weight: bold;
}

.dt01 {
    width: 887px;
    height: 504px;
    position: relative;
    margin: 0 auto;
    background: url(../images/sx01.jpg) no-repeat;
}

.dt02 {
    width: 887px;
    height: 504px;
    position: relative;
    margin: 0 auto;
    background: url(../images/ankang.jpg) no-repeat;
}

.yulin {
    display: block;
    width: 143px;
    height: 188px;
    background: url(../images/yulin.png) no-repeat;
    position: absolute;
    left: 291px;
    top: 56px;
    opacity: 0;
}

.yulin:hover {
    opacity: 1;
}

.ankang {
    display: block;
    width: 181px;
    height: 175px;
    background: url(../images/ankang.png) no-repeat;
    position: absolute;
    left: 405px;
    top: 23px;
    opacity: 0;
}

.ankang:hover {
    opacity: 1;
}

.shangzhou {
    display: block;
    width: 202px;
    height: 197px;
    background: url(../images/shangzhou.png) no-repeat;
    position: absolute;
    left: 332px;
    top: 21px;
    opacity: 0;
}

.shangzhou:hover {
    opacity: 1;
}

.shanyang {
    display: block;
    width: 225px;
    height: 137px;
    background: url(../images/shanyang.png) no-repeat;
    position: absolute;
    left: 350px;
    top: 174px;
    opacity: 0;
}

.shanyang:hover {
    opacity: 1;
}

.shanyang:hover {
    opacity: 1;
}

/*   新首页    */
.index-logo {
    width: 100%;
    height: 143px;
    background: url(../images/index_01.gif) no-repeat;
    background-size: 100% 100%;
}

.logo-l {
    width: 600px;
    height: 143px;
    float: left;
    background: url(../images/logo01.png) no-repeat left center;
}

.logo-r {
    width: 150px;
    height: 40px;
    float: right;
    margin-top: 52px;
    position: relative;
    background: url(../images/login.png) no-repeat;
}

.logo-r a {
    padding: 0 5px;
}

.dlzc {
    position: absolute;
    top: 10px;
    left: 50px;
}

.logo-mk {
    width: 1200px;
    height: 144px;
    margin: 0 auto;
}

.in-mk {
    width: 100%;
    background-size: 100% 100%;
}

.footer {
    width: 100%;
    height: 50px;
    text-align: center;
    background: url(../images/in-bot.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer span {
    line-height: 50px;
    color: #fff;
}

.in-banner {
    width: 100%;
}

.in-banner img {
    width: 100%;
    height: auto;
}

.in-an {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 30px 0
}

.in-an div {
    width: 130px;
    height: 120px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #999;
    margin-top: 30px;
    transition: all 0.2s ease-in-out;
    /*line-height: 120px;*/
    padding-left: 110px;
    font-size: 18px;
    margin-left: 70px;
}

.in-an div p{
    margin-top: 45px;
}

.in-an a:hover {
    opacity: 0.8;
}

.xzxk {
    background: url(../images/xzxk.png) no-repeat left center;
    background-position: 25px;
}

.xzcf01 {
    background: url(../images/xzcf.png) no-repeat left center;
    background-position: 25px;
}

/*投诉举报*/
.tsjb {
    background: url(../images/tsjb.png) no-repeat left center;
    background-position: 25px;
}

.hhb {
    background: url(../images/hhb.png) no-repeat left center;
    background-position: 25px;
}

.cxfw {
    background: url(../images/cxfw.png) no-repeat left center;
    background-position: 25px;
}

.jyjc {
    background: url(../images/jyjc.png) no-repeat left center;
    background-position: 25px;
}

.yjfk {
    background: url(../images/yjfk.png) no-repeat left center;
    background-position: 25px;
}

.content {
    min-height: 94%;
    margin-bottom: -11px
}

.push {
    height: 50px;
}

.mk-l {
    border-right: 1px solid #d6d6d6;
}