﻿@charset "utf-8";

/*清除框模型默认样式，设置边框模型*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*字体默认大小 为14px*/
html {
    font-size: 14px;
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    color: #333;
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
    min-width:1200px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;

}

input[type="submit"], input[type="reset"], input[type="button"], input, textarea {
    -webkit-appearance: none;
    resize: none;
    outline: none;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
}

em, i, b {
    font-weight: normal;
    font-style: normal;
}

/*清除链接下划线*/
a {
    text-decoration: none;
    color: #969696;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
  
}

a:focus {
    text-decoration: none;
    outline:none;
    outline-offset:0px;
}

a, span, em {
    display: inline-block;
}

/*清除列表样式*/
ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix::after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.justify {
    word-wrap: break-word;
    text-align: justify;
}

.justify-warp {
    white-space: wrap;
    word-spacing: break-word;
    word-break: break-all
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: 'javaText';
    src: url('../fonts/JAVATEXT.TTF');
}

th {
    text-align: center;
    font-weight: normal;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

.form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"] {
    background: #FFF;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: none;
    filter: none;
}

.select2-container {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-touch-callout: none;   /*  -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
    width: inherit;
    height: 40px;
    top: 0px;
    left: 0px;
    line-height: 40px;
    border: 1px solid #ccc;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: none;
    filter：none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: none;
     -moz-box-shadow: none; 
     box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 4px;
    border-left: none;
    border-radius: 0;
    background-clip: padding-box;
    background: #fff;
    background-image: none;
    filter: none;
}

/* 添加上传图片样式*/
#uploader {
    margin-right: -20px;
}

.file-item {
    float: left;
    position: relative;
    margin: 0 18px 20px 0;
    padding: 3px;
}

.file-item .info {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    z-index: 10;
    display: none;
}

.file-item:hover .info {
    display: block;
}

.file-item .error {
    position: absolute;
    top: 3px;
    left: 4px;
    right: 4px;
    background: #f17165;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 12px;
    line-height: 23px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    width: 110px;
    height: 110px;
}

.uploader-list {
    width: 100%;
    overflow: hidden;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.image-delete-words {
    position: absolute;
    top: -9px;
    right: -4px;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #eb5451;
    z-index: 3;
    height: 17px;
    line-height: 15px;
}

.image-delete-words：hover {
    transform: scale(1.1);
    background-color: #eb5451;
}

.upload-state-done:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    right: 4px;
    color: #4cae4c;
    z-index: 99;
}

/* 添加上传图片样式*/
/* 公共样式部分开始 */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.form-control {
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 2px;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*bootstrap-tabel框架 分页样式修改*/
.fixed-table-pagination::after{
    content:"";
    clear:both;
    display:block;
}
.tabel-content .fixed-table-container  tbody  td {
    border-left: none;
    color:#666;
}

/*.tabel-content  .fixed-table-container {
    border: none;
}*/

.tabel-content  .bootstrap-table .table > thead > tr > th {
    border: none;
    background-color: #eef1f6;
    font-weight:bold;
    color:#666;
}
.tabel-content  .detail-view {
    background-color: #f6f8fb;
}

.tabel-content  .pagination-detail {
    display: none;
}

.tabel-content  div.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*.tabel-content .bootstrap-table {
    border: 1px solid #dddddd;
}*/

.table-record-List {
    height: 100%;
    width: 100%;
}

.table-record-item {
    float: left;
    display: inline-block;
    line-height: 1.1;
    padding: 0 12px;
    min-width: 295px;
    font-size: 13px;
    margin: 10px 0;
    text-align:left;
    position:relative;
}
    .table-record-item b {
        font-weight: bold;
        width: 75px;
        text-align: right;
        display: inline-block;
        background: #ddd;
        border-radius: 50px 0 0 50px;
        padding: 6px 0;
        font-size: 12px;
        margin-right: 10px;
    }
        .table-record-item b::after {
            width: 0;
            height: 0;
            display: block;
            content: "";
            position: absolute;
            left: 87px;
            top: 4px;
            z-index: 5; /*兼容ie8-*/
            border-bottom: 8px transparent solid;
            border-right: 8px transparent solid;
            border-top: 8px transparent solid;
            border-left: 8px #ddd solid;
        }
        .about{clear:both; width:100%; position:relative}
    .table-record-item span{float:left; margin-left:90px; margin-top:-27px; line-height:26px; width:1050px;}
    /*bootstrap-tabel框架 分页样式修改结束*/
    .pagenation-boot .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 10px 0;
        margin-bottom: 32px;
        border-radius: 4px;
    }

.inner-database-content{
    margin-top: 30px;
}

.inner-database-content .tab-card {
    display: none;
}

.base-item {
    float: left;
    position: relative;
    width: 280px;
    height: 340px;
    border: 1px solid #d5d5d5;
    background-color: #fff;     
    margin-bottom: 22px;
    margin-right: 21px;
    cursor: pointer;
}

.base-item .hd {
    height: 160px;
    width: 100%;
    text-align: center;
}

.base-item .hd img {
    height: 160px;
    width: 100%;
}

.base-item .bd {
    padding: 10px 10px 0px 10px;
}

.base-item .bd .label-group {
    padding: 10px 0;
}

.base-item .bd .base-item-name {
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label-group-content {
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}

.label-group span {
    display: inline;
}

.label-group-content span {
    display: inline;
}

.m-label-group {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.m-label-group .label-text, .m-label-group .label-for-text {
    display: table-cell;
}

.m-label-group .label-text {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-weight: normal;
    padding: 0 3px;
}

.m-label-group .label-for-text-ellipsis7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.m-label-group .label-for-text-ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.infor-group {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.infor-group .tip {
    margin-left: 90px;
    padding: 0 25px;
}

.infor-label-group {
    width: 100%;
    padding: 0 25px;
    display: table;
    height: 40px;
}

.infor-label-group .label-text {
    display: table-cell;
    width: 100px;
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
    vertical-align: middle;
}

.infor-label-group .label-for-infor {
    display: table-cell;
    
}

.infor-label-group .label-for-infor img {
    border: 1px solid #d5d5d5;
    height: 70px;
}

.infor-label-group .label-for-infor .text {
    line-height: 40px;
}

.infor-label-group .edit-photo {
    border: 1px solid #37b5b5;
    border-radius: 2px;
    color: #37b5b5;
    background: transparent;
    text-align: center;    /* display: table-cell;*/
    height: 30px;
    width: 80px;
    line-height: 30px;
    position: relative;
    top: 20px;
    left: 5px;
    cursor: default;
}

.infor-label-group .edit-photo:hover {
    border: 1px solid #37b5b5;
    padding:5px 30px;
    color: #fff;
    background: #37b5b5;
    cursor: pointer;
}

.range-tip, .range-group, .range-search {
    float: left;
    margin-left: -3px;
}

.range-search {
    margin-left: 8px;
}

.range-tip {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.range-group .ranges:last-child{
    margin-right: 0px;
}
.range-tip span {
   padding-right: 10px;
}

.ranges {
    position: relative;
    float: left;
    width: 240px;
    margin: 0 3px;
}

.ranges > input {
    padding-left: 32px;
}

.ranges > .form-control-feedback {
    top: 12px;
    left: 7px;
}

.ranges > span.fa {
    font-size: 14px;
    color: #8b8b8b;
}

.range-search-btn {
    height: 40px;
    width: 100px;
    color: #fff;
    background: #37b5b5;
    border-color: #37b5b5;
    border-radius: 2px;
}

.tabel-list {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 22px;
}

.tabel-list .tabel-header {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    padding: 0 20px;
}

.tabel-list .tabel-header .decoration-line {
    vertical-align: -5px;
}

.tabel-list .tabel-body {
    padding: 15px;
    min-height: 450px;
}

.tabel-list2 {
    border: none;
}

.tabel-list2 .tabel-header {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin: 0 15px;
    padding: 0px;
}

.tabel-body .tabel-inner-item {
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.inner-service-list {
   
    margin-top: 30px;
}

.inner-service-item {
    background: #fff;
    border: 1px solid #d5d5d5;
    height: 350px;
    margin-bottom: 20px;
    margin-right: 21px;
}

.base-require-red {
    color: red;
}

/* 公共样式部分结束 */
  
/*======================================================= 
                        悬浮 开始
========================================================*/
.right-nav {
    position: fixed;
    right: 35px;
    top: 310px;
    z-index: 9999;
}
 
@media screen and (max-width:1366px){
.right-nav {
    position: fixed;
    right:5px;
    top: 310px;
    z-index: 9999;
}
}
.right-nav li {
    margin-bottom: 10px;
    background-color: #f2f2f2;
    width: 60px;
    height: 60px;
    border: 1px solid #dcdcdc;
}

.right-nav li>a {
    padding-top: 0px;
    height: 100%;
    width: 100%;
}

.right-nav li a {
    display: block;
    background-color: #f2f2f2;
    text-align: center;
}

.right-nav li a:hover {
    color: #fff;
    background-color: #595959;
}

.right-nav li i {
    color:#595959;
    font-size: 26px;
}

.right-nav li a:hover i {
    color: #fff;
}

.show-ewm {
    position: absolute;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    width: 140px;
    height: 130px;
    left: -50px;
    display: none;
}

.right-nav li .ewm1 {
    background: url(phpj21.png) no-repeat;
    top: -34px;
}

.right-nav li .ewm1 img {
    margin-left: 6px;
    margin-top: 7px;
}

.right-nav li .ewm2 {
    background: url(ycbg2017.png) no-repeat;
    height: auto;
    top: -18px;
    padding-top: 10px;
    width: 137px;
    padding-left: 7px;
}

.right-nav li .ewm3 {
    background: url(phpj21.png) no-repeat;
    top: 110px;
}

.right-nav li .ewm3 img {
    margin-left: 6px;
    margin-top: 7px;
}

.right-nav li .bdsharebuttonbox a {
    margin-left: 8px;
    margin-top: 8px;
}

.right-nav li.share {
    position: relative;
}

#toTop {
    cursor: pointer;
}
.show-ewm {
    position: absolute;
    opacity: 1;
    z-index: -1;
    filter: alpha(opacity=0);
    width: 140px;
    height: 130px;
    left: -50px;
    display: block;
    background: #fff;
}

.right-nav li .ewm1 {
    background: url("../images/code_bg.png") no-repeat;
    top: -34px;
}

.right-nav li .ewm2 {
    background: url("../images/code_bg.png") no-repeat;
    top: 39px;
    padding-bottom: 7px;
    background-size: 100% 100%;
}

.ewm1 {
    left: -50px;
    opacity: 0;
    display: none;
}

.right-nav li:hover .ewm1 {
    left: -140px;
    opacity: 1;
    display: block;
    transition: all 0.8s;
}

.ewm2 {
    left: -50px;
    top: 60px;
    opacity: 0;
    display: none;
}

.right-nav li:hover .ewm2 {
    left: -140px;
    opacity: 1;
    display: block;
    transition: all 0.8s;
}

.down-app {
    color: white;
    background: #595959;
    border-radius: 8px;
    padding: -1px;
    font-size: 12px;
    width: 88%;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}

.down-app:hover {
    background: #383838;
}

.back-top-none {
    display: none;
}

.back-top-active {
    display: block;
}

.cd-is-visible {

    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-fade-out {

    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: .5;
}

.no-touch .back-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/*======================================================= 
                      悬浮 结束
========================================================*/

/*======================================================= 
                     注册开始
========================================================*/
#register-modal .modal-header {
    border-bottom: none;
    padding-top: 35px;
}

#register-modal  .modal-header .close {
    margin-top: -21px;
}

#register-modal .modal-body {
    position: relative;
    padding: 15px;
    padding-top: 1px;
}

#register-modal .modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    background: #f7f8fa;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#register-modal .widget-content {
    padding: 20px 100px;
}

#register-modal .widget-content .ranges {
    margin-bottom: 10px;
}

#register-modal .getcode {
    width: 100px;
}

#register-modal .modal-footer a {
    color: #109cda;
}

/*======================================================= 
                      注册结束
========================================================*/

/*======================================================= 
                      登录开始
========================================================*/
#login-modal .modal-header {
    border-bottom: none;
    padding-top: 35px;
}

#login-modal .modal-header .close {
    margin-top: -21px;
}

#login-modal .modal-body {
    position: relative;
    padding: 15px;
    padding-top: 1px;
}

#login-modal .modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    background: #f7f8fa;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#login-modal .widget-content {
    padding: 20px 100px;
}

#login-modal .widget-content .ranges {
    margin-bottom: 10px;
}

#login-modal .getcode {
    width: 100px;
}

#login-modal .modal-footer a {
    color: #109cda;
}

/*======================================================= 
                      登录结束
========================================================*/

/*======================================================= 
                    个人中心开始
========================================================*/
.person-content {
    display: table;
    width: 100%;
}

.person-content>.ld {
    display: table-cell；
}

.person-content>.rd {
    width: 930px;
    display: table-cell;
    margin-top: 30px;
    border: 1px solid transparent;
}

.person-content>.ld {
    float: left;
    width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 30px 0;
    min-height: 497px;
}

.person-content>.rd {
    float: right;
}

.person-content>.ld .person-nav {
}

.person-nav {
    width: 100%;
}

.person-nav li {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.person-nav li:not(:first-child) i {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #949494;
}

.person-nav li i {
}
.person-nav li a{
    display: block;
    color: #333;
}
.person-nav-active {
    background-color: #37b5b5;
    color: #fff;
}

.person-nav-active i {
    color: #fff !important;
}
.person-nav-active a {
    color: #fff !important;
}

.person-nav li.tittle {
    height: 90px;
    width: 100%;
    display: table;
    position: relative;
}

.person-nav li.tittle img {
    height: 70px;
    display: table-cell;
}

.person-nav li.tittle .userphone i {
    width: 20px;
    height: 20px;
    font-size: 14px;
    background: #41acff;
    line-height: 20px;
    text-align: center;
    float: right;
}

.person-nav li.tittle .userphone {
    display: table-cell;
    position: relative;
    top: -10px;
}

.person-nav li .edit-personinfo {
    position: absolute;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #cccccc;
    top: 0;
    right: 0px;
    border-bottom-left-radius: 8px;
}

.person-nav li:not(:first-child):hover {
    color: #fff;
    background-color: #37b5b5;
}

.person-nav li:not(:first-child):hover i {
    color: #fff;
}
.person-nav li:not(:first-child):hover a{
    color: #fff;
}
.table-inner-follow {
    height: 100px;
}

.table-inner-follow .ld {
    float: left;
}

.table-inner-follow .rd {
    float: right;
}

.table-inner-follow .rd .radius-btn-boder {
    padding: 3px 28px;
}

.table-inner-follow .rd .heart {
    text-align: center;
    margin: 15px 0;
    color: #848484;
}

.person-basicInfor {
    padding: 25px 45px;
}

.person-basicInfor .infor-label-group {
    float: left;
    position: relative;
}

.checkBox-content>.hd {
    display: table;
    width: 100%;
    padding: 0 25px;
    line-height: 40px;
    margin-bottom: 10px;
    height: 40px;
}

.checkBox-content>.hd .label-for-checkBox {
    display: table-cell;
    width: 90px;
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
    vertical-align: top;
}

.checkBox-content>.hd .checkBox-list {
    display: table-cell;
}

.checkBox-list .checkBox-list-item li {
    float: left;
    width: 20%;
}
.other-answer {
    border: 1px solid #d5d5d5;
    margin: 10px 0;
}

.other-answer .other-answer-header {
    border-bottom: 1px solid #d5d5d5;
    background: #f2f2f2;
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
}

.other-answer .inner-consult-item,.other-answer .inner-consult-item2 {
    border: none;
}

.lastedit-selfanswer-time {
    color: #848484;
    font-size: 14px;
    cursor: default;
}

.edit-remove {
    color: #848484;
    font-size: 14px;
    cursor: default;
}

.my-person-self-answer {
    height: 220px;
}
.modify-password .infor-group .tip {
    margin-left: 78px;
    padding: 0 25px;
}
.modify-password .infor-group{
    position: relative;
    left: 22%;
}
.regulators-phone .form-group label {
    font-size: 16px;
    text-align: right;
    width: 100px;
}
.release-data .green-btn-border {
    padding: 7px 13px;
    font-size: 16px;
    margin-left: 30px;
    height: 40px;
}

.regulators-phone .tops-text {
    font-size: 14px;
    color: #777777;
    width: 100%;
    height: 40px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    display: inline-block;
    line-height: 36px;
    margin-left: 10px;
}


/*=======================================================
                    个人中心结束
========================================================*/
/*=======================================================
                    首页开始
========================================================*/
.home-page  .content {
    position: fixed;
    width: 850px;
    height: 560px;
    top: calc(48% - 320px);
}
/* 监管执法盒子开始 */
.law-enforcement {
    width: 280px;
    height: 250px;
    border: 1.5px solid #fff;
    text-align: center;
    position: absolute;
    padding: 10px;
    top: 90px;
    left: 485.9px;
    cursor: pointer;
}
.law-enforcement:hover{
    background-color: rgba(255,255,255,0.1);
}
.law-enforcement:hover  .CN-tittle .law-tittle   {
    transform: scale(0.75);
    transition:0.8s;
}

.law-enforcement:hover .CN-tittle img {
    transform: scale(1.1);
    transition:0.8s;
}
.law-enforcement .law-tittle {
    font-size: 30px;
}

.law-enforcement .En-tittle {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.law-enforcement .CN-tittle {
    margin-top: 50px;
}

.law-enforcement .CN-tittle img {
    margin-top: 20px;
}
/* 监管执法盒子结束*/
/*农资市场开始*/

.agricultural-market {
    position: absolute;
    top: 245px;
    left: 292px;
}

.agricultural-square {
    background: transparent;
    height: 235px;
    width: 308px;
    position: relative;
    padding: 10px;
    text-align: center;
    background: url("../images/market_bg.png") no-repeat center;
    margin-bottom: 4px;
    cursor: pointer
}
.agricultural-square .CN-tittle img{
    margin-top: 10px;
}

.agricultural-square:hover .CN-tittle .market-tittle{
    transform: scale(0.75);
    transition:0.8s;
}


.agricultural-square:hover .CN-tittle img{
    transform: scale(1.1);
    transition:0.8s;
}

.agricultural-square .CN-tittle {
    margin-top: 50px;
}

.agricultural-square .market-tittle {
    font-size: 30px;
}

.agricultural-square .En-tittle {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*农资市场结束*/
/*执法tab开始*/
.law-tab {
    position: absolute;
    left: 640px;
    top: 360px;
}

.law-tab-head span {
    padding-left: 40px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.law-tab-head .active {
    color: #e18500;
}

.law-tab-head .active:before, .law-tab-head  .active:after {
    left: 58%;
}

.law-tab-head .active:before {
    content: "";
    position: absolute;
    top: 31px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(51, 51, 51, 0.8);
    z-index: 2;
}

.law-tab-head .active:after {
    content: "";
    position: absolute;
    top: 29px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #3e3e3e;
    z-index: 1;
}

.law-tab-body {
    display: none;
    margin-top: 20px;
    width: 500px;
    background: rgba(51, 51, 51, 0.5); 
    border: 1px solid #3e3e3e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
    height: 205px;
    overflow: hidden;
}

.law-group {
    display: table;
    border-bottom: 1px dotted #3f3f3f;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
    cursor: default;
}

.law-group:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.law-tab-body .law-group:last-child {
    border-bottom: none;
}

.law-group .label-for-text, .law-group .text {
    display: table-cell
}

.law-group .label-for-text {
    width: 80px;
    text-align: right;
    font-weight: normal;
}

.law-group .clamp {
    height: 33px;     
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.law-group .location {
    vertical-align: -6px;
    margin-left: 10px;
    width: 18px;
    height: 22px;
    display: inline-block;
    background: url(../images/position-icon.png);
    background-size:cover;
}

.law-tab   .tab  .law-tab-body:first-child {
    display: block;
}

.law-tab-body  .table>tbody>tr>td, .law-tab-body  .table>tbody>tr>th, .law-tab-body  .table>tfoot>tr>td, .law-tab-body  .table>tfoot>tr>th, .law-tab-body  .table>thead>tr>td, .law-tab-body  .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px dotted #3f3f3f;
    text-align: center !important;
    font-size: 12px;
}

.law-tab-body .table>thead>tr>th {
    border-bottom: none;
}

.law-tab-body .table-hover>tbody>tr:hover {
    background-color: rgba(255, 255, 255, .05);
}
/*执法tab结束*/
.linetop {
    position: fixed;
    left: 50%;
    width: 1px;
    height: calc(48% - 295px);
    border-left: 1px solid #3f3f3f;
    top: 65px;
}

.linebottom {
    position: fixed;
    left: 50%;
    width: 1px;
    height: calc(50% - 40px );
    border-left: 1px solid #3f3f3f;
    bottom: 0;
}
/*=======================================================
                    首页结束
========================================================*/
/*=======================================================
                    农资页面开始
========================================================*/

.ag-type span:hover {
    background: #bc7003;
}

.ag-content {

    /*min-height: 600px;*/
    width: 100%;
    margin-top:35px;
}
.bor-bg{ margin:20px 0; display:flex; display:-webkit-flex;}
.bor {
    border: 1px solid #ddd;
    width:100%;
    margin-right:10px;
    border-radius:3px;
}
.bor-title { text-align:center; font-size:14px; font-weight:bold; color:#666; height:40px; line-height:40px; background:#eef1f6; border-bottom:1px solid #ddd}
.bor-title a{color:#666}
.bor-bg .bor:last-child{margin-right:0}
.firstitem{
    padding: 0 60px;
}

.longitem {
    padding: 0 60px;
    min-width: 1180px;
}
/*=======================================================
                    农资页面结束
========================================================*/

.management, .operation {
    width: 152px;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    /*background: #005895;*/
    cursor: pointer;
}

/*.operation {
    background: #bc7003;
}

.management:hover {
    background: #0088cc;
    transition: 0.8s;
}

.operation:hover {
    background: #f98b06;
    transition: 0.8s;
}*/
.ly-btn {
    display: inline-block;
    line-height:75px;
    font-size: 16px;
    position: relative;
    opacity: .999;
    width:152px;
}
.ly-btn-fill-horz:before, .ly-btn-fill-horz:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ly-btn-fill-horz {
    /*background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;*/
    overflow: hidden;
}
.btn-green {
    background: #bc7003;
}
.btn-blue {
    background: #005895;
}
    .ly-btn-fill-horz:before, .ly-btn-fill-horz:after {
        content: '';
        width: 0;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .ly-btn-fill-horz:before {
        left: 50%;
    }

    .ly-btn-fill-horz:after {
        right: 50%;
    }

    .ly-btn-fill-horz:hover {
        color: #fff;
    }

        .ly-btn-fill-horz:hover:before, .ly-btn-fill-horz:hover:after {
            width: 50%;
            opacity: 1;
        }

.ly-btn-fill-horz.btn-green:before, .ly-btn-fill-horz.btn-green:after {
    background-color: #e18604;
}

.ly-btn-fill-horz.btn-green:hover {
    border-color: #e18604;
}

.ly-btn-fill-horz.btn-blue:before, .ly-btn-fill-horz.btn-blue:after {
    background-color: #0277c8;
}

.ly-btn-fill-horz.btn-blue:hover {
    border-color: #0277c8;
}

.ly-dian {
    position: absolute;
    width: 50px;
    height: 50px;
    top:26px;
    left:150px;
}
.dot {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 38px;
    width: 13px;
    border-radius: 50%;
    height: 13px;
    background: #005aff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pulse {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    25% {
        transform: scale(0.25);
        opacity: 0.25;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.25);
        opacity: 0.25;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.25);
        opacity: 0.25;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}


.wrap-n {
    margin:-100px auto 0; background:rgba(255,255,255,.4);padding:30px 0; border-radius:10px 10px 0 0;
}
