@charset "utf-8";
 
@font-face {
/* font-test*/
font-family:CN-Normal;
src:url('../font/SourceHanSansCN-Normal.woff'),
url('../font/SourceHanSansCN-Normal.ttf'),
url('../font/SourceHanSansCN-Normal.eot'); /* IE9 */
}

html {
  font-size: 100px;
  height: 100%;
}
 
.body-main .top-nav {
  width: 100%;
  background-color: #3388ff;
  height: 0.4rem;
  line-height: 0.4rem;
}
.body-main .top-nav .top-nav-box {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}
.body-main .top-nav .top-nav-box .top-nav-left {
  float: left;
}
.body-main .top-nav .top-nav-box .top-nav-left a {
  display: inline-block;
  padding-left: 0.3rem;
  background: url("../images/icon-home.png") no-repeat left center;
  color: #ffffff;
}
.body-main .top-nav .top-nav-box .top-nav-right {
  float: right;
}
.body-main .top-nav .top-nav-box .top-nav-right ul li {
  float: left;
  margin-left: 0.4rem;
  color: #ffffff;
}
.body-main .top-nav .top-nav-box .top-nav-right ul li a {
  color: #ffffff;
  position: relative;
}
.body-main .top-nav .top-nav-box .top-nav-right ul li a span {
  position: absolute;
  display: none;
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid #3388ff;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 47px;
  margin-top: -28px;
}
.body-main .top-nav .top-nav-box .top-nav-right ul li .user-entry {
  font-weight: bold;
}
.body-main .top-nav .top-nav-box .top-nav-right ul li .news-entry {
    display:inline-block;
  padding-right: 0.24rem;
  background: url('../images/icon-news.png') no-repeat right center;
}
.body-main .top-nav .top-nav-box .top-nav-right ul li .quik {
  padding-right: 0.24rem;
  background: url('../images/icon-quit.png') no-repeat right center;
}
.body-main .head-serch {
  width: 100%;
  background-color: #eee;
}
.body-main .head-serch .head-serch-box {
  width: 12rem;
  margin: 0 auto;
  height: 1.2rem;
  overflow: hidden;
}
.body-main .head-serch .head-serch-box .head-search-left {
	margin-top:32px;
  float: left;
  line-height: 1.2rem;
}

.body-main .head-serch .head-serch-box .head-search-right {
  float: right;
  width: 7.4rem;
  margin-top: 0.18rem;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-list-box {
  margin-bottom: 0.08rem;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-list-box li {
  width: 0.48rem;
  height: 0.3rem;
  float: left;
  text-align: center;
  line-height: 0.28rem;
  margin-right: 0.05rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-list-box li:hover {
  color: #ffffff;
  background: url("../images/search-list-bg.png") no-repeat center center;  
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-list-box .index-wrapper-search-list-active {
  color: #ffffff;
  background: url("../images/search-list-bg.png") no-repeat center center;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box {
  width: 100%;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box li{
    width: 100%;
    float: left;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp {
  width: 100%;
  height: .46rem;
  text-indent: 1em;
  outline:none;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp:active,
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp:focus{
	outline:none;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp input {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  border: 1px solid #cccccc;
  text-indent: 1.5em;
  background-color: #fffcee;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp input:focus {
  border: 1px solid #3388ff;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp-submit {
    float: right;
    width: 1.2rem;
    height: .46rem;
    font-size: 1.286em;
    background-color: #3388ff;
    text-align: center;
    color: #ffffff;
    border: 1px solid #3388ff;
    margin-top: -0.46rem;
    outline: none;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp-submit:active,
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp-submit:focus{
	outline:none;
}
.body-main .head-serch .head-serch-box .head-search-right ul.index-wrapper-search-inp-box .index-wrapper-search-inp-submit input {
  width: 100%;
  display: inline-block;
  height: 0.46rem;
  background-color: #3388ff;
  outline: none;
  border-width: 0;
  color: #ffffff;
  font-size: 1.286em;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.body-main .container .row {
  margin-top: 0.12rem;
  margin-bottom: 10px;
}
.body-main .container .row .col-md-3 nav {
  background-color:#e6e6e6;
  height: 5.76rem;
  cursor: pointer;
  /*overflow:scroll;*/
}
.body-main .container .row .col-md-3 nav ul .allnews a {
  background: url('../images/icon-allnews-gray.png') no-repeat left center;
}
.body-main .container .row .col-md-3 nav ul .sifa a {
  background: url('../images/icon-sifa-gray.png') no-repeat left center;
}
/**
.body-main .container .row .col-md-3 nav ul .zhifa a {
  background: url('../images/icon-zhifa-gray.png') no-repeat left center;
}
***/
.body-main .container .row .col-md-3 nav ul .caiwu a {
  background: url('../images/icon-caiwu-gray.png') no-repeat left center;
}
.body-main .container .row .col-md-3 nav ul .yuqing a {
  background: url('../images/icon-yuqing-gray.png') no-repeat left center;
}
.body-main .container .row .col-md-3 nav ul li {
  cursor: pointer;
  width: 100%;
  position: relative;
}
.body-main .container .row .col-md-3 nav ul li a {
  display: inline-block;
  height: 0.48rem;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  padding-left: 0.3rem;
  line-height: 0.48rem;
  margin-left: 1.5em;
}

.body-main .container .row .col-md-3 nav ul li span {
  position: absolute;
  right: 0.2rem;
  top: 0.14rem;
  width: 0.14rem;
  height: 0.2rem;
  line-height: 0.48rem;
  background: url('../images/icon-right.png') no-repeat center center;
}
.body-main .container .row .col-md-3 nav ul li ul {
  display: none;
}
.body-main .container .row .col-md-3 nav ul li ul li {
  background-color:#f5f5f5;
  /**color:  #46A3FF;**/
  color:#666666;
  font-weight: bold;
  font-size:16px;
  border-color: #e6e6e6;
  border-left:1px solid #d3d3d3;
  height: 0.4rem;
  line-height: 0.4rem;
  text-indent: 2em;
  border-bottom:1px solid #D3D3D3;
}
.body-main .container .row .col-md-3 nav ul li ul .active-bg {
  background-color: #3388ff;

  color: #ffffff;
}
.body-main .container .row .col-md-3 nav ul li ul li:hover {
  font-weight: bold;
  background-color: #3388ff;
  color: #ffffff;
  
}
.body-main .container .row .col-md-3 nav ul .hover {
  background-color: #ffffff;
   
}
.body-main .container .row .col-md-3 nav ul .hover a {
  color: #ffffff;
  font-weight: bold;
}
.body-main .container .row .col-md-3 nav ul .active {
  color: #ffffff;
  background-color: #3388ff;
 
}
/***
.body-main .container .row .col-md-3 nav ul .active a {
  font-weight: bold;
  color: #ffffff;
}

.body-main .container .row .col-md-3 nav ul .allnews.hover a,
.body-main .container .row .col-md-3 nav ul .allnews.active a {
  background: url('../images/icon-allnews-white.png') no-repeat left center;
}
**/
.body-main .container .row .col-md-3 nav ul .sifa.hover a,
.body-main .container .row .col-md-3 nav ul .sifa.active a {
  background: url('../images/icon-sifa-white.png') no-repeat left center;
}
 
  
.body-main .container .row .col-md-3 nav ul .zhifa.hover a,
.body-main .container .row .col-md-3 nav ul .zhifa.active a {
  background: url('../images/icon-zhifa-white.png') no-repeat left center;
} 
 
.body-main .container .row .col-md-3 nav ul .caiwu.hover a,
.body-main .container .row .col-md-3 nav ul .caiwu.active a {
  background: url('../images/icon-caiwu-white.png') no-repeat left center;
}
.body-main .container .row .col-md-3 nav ul .yuqing.hover a,
.body-main .container .row .col-md-3 nav ul .yuqing.active a {
  background: url('../images/icon-yuqing-white.png') no-repeat left center;
}


.body-main .container .row .col-md-3 nav.user-center {
  height: auto;
  background-color: #ffffff;
}
.body-main .container .row .col-md-3 nav.user-center ul {
  overflow: hidden;
  border-radius: 2px;
}
.body-main .container .row .col-md-3 nav.user-center ul h4 {
  text-indent: 0.3rem;
  color: #3388ff;
  margin: 0;
  height: 0.48rem;
  line-height: 0.48rem;
  border-bottom: 1px solid #e8e8e8;
}
.body-main .container .row .col-md-3 nav.user-center ul li {
  height: 0.48rem;
  line-height: 0.48rem;
  text-indent: 0.3rem;
  background-color: #ffffff;
}
.body-main .container .row .col-md-3 nav.user-center ul li.user-center-active {
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-3 nav.user-center ul li:hover {
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .shaixuan-box {
  background-color: #ffffff;
  border-radius: 2px;
}
.body-main .container .row .col-md-9 .shaixuan-box form {
  padding: 0.12rem 0.2rem;
}
.body-main .container .row .col-md-9 .shaixuan-box form .btn {
  padding: 0.05rem 0.14rem;
  margin-right: 1em;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.body-main .container .row .col-md-9 .shaixuan-box form .shaixuan-active {
  background-color: #3388ff;
  border-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .shaixuan-box form .btn:hover {
  background-color: #3388ff;
  border-color: #3388ff;
  color: #ffffff;
  opacity: 0.9;
}
.body-main .container .row .col-md-9 .shaixuan-box form .btn:focus,
.body-main .container .row .col-md-9 .shaixuan-box form .btn:active {
  outline: none;
  opacity: 1;
}
.body-main .container .row .col-md-9 .shaixuan-box form::before {
  content: "筛选:";
  margin-right: 1em;
}
.body-main .container .row .col-md-9 .table-box {
  margin-top: 0.1rem;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container {
  padding: 0.1rem;
  background-color: #ffffff;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-header table {
  border-bottom: 0;
  padding: 0.1rem;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-header table thead tr {
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-header table thead tr th {
  border-radius: 0;
  border-bottom: 0;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-header table thead tr th .th-inner {
  padding: 0;
  line-height: 0.4rem;
}
#table tbody tr td {
   color:#666666;
  /** font-weight: bold;**/
  font-family:'CN normal';
}
/* .body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table {
  border-bottom: 0;
  padding: 0.1rem;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table tbody {
  background-color: #ffffff;
  font-size: 0.857em;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table tbody tr {
  height: 0.4rem;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table tbody tr td {
  padding: 0;
  vertical-align: middle;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table tbody tr td span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table tbody tr td:last-child span {
  cursor: pointer;
  color: #3388ff;
}
.body-main .container .row .col-md-9 .table-box .fixed-table-container .fixed-table-body table#table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
} */
.body-main .container .row .col-md-9 .table-box .bootstrap-table .fixed-table-pagination .pagination-detail span.page-list span.dropup {
  line-height: 0.3rem;
}
.body-main .container .row .col-md-9 .table-box .bootstrap-table .fixed-table-pagination .pagination-detail span.page-list span.dropup button {
  height: 0.3rem;
  padding: 0 0.1rem;
  line-height: 0.3rem;
}
.body-main .container .row .col-md-9 .table-box .bootstrap-table .fixed-table-pagination .pagination-detail span.page-list span.dropup ul li.active a {
  background-color: #3388ff;
}
.body-main .container .row .col-md-9 .table-box .bootstrap-table .fixed-table-pagination .pagination ul li a {
  color: #666666;
}
.body-main .container .row .col-md-9 .table-box .bootstrap-table .fixed-table-pagination .pagination ul li.active a {
  background-color: #3388ff;
  color: #ffffff;
  border-color: #3388ff;
}
.body-main .container .row .col-md-9 .user-setup {
  width: 100%;
  background-color: #ffffff;
}
.body-main .container .row .col-md-9 .user-setup .user-brif {
  height: 0.72rem;
  line-height: 0.72rem;
  border-bottom: 1px solid #e5e5e5;
}
.body-main .container .row .col-md-9 .user-setup .user-brif span {
  font-weight: bold;
  margin-left: 1.5em;
  margin-right: 1em;
}
.body-main .container .row .col-md-9 .user-setup .user-brif .btn:hover {
  background-color: #3388ff;
  border-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .user-setup .user-brif .btn:active,
.body-main .container .row .col-md-9 .user-setup .user-brif .btn:focus {
  outline: none;
  text-shadow: 0;
}
.body-main .container .row .col-md-9 .user-setup .user-info {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 0.6rem;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper {
  width: 60%;
  margin: 0 auto;
  padding: 0.6rem 0;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul {
  overflow: hidden;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li {
  float: left;
  height: 0.4rem;
  line-height: 0.4rem;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li input {
  height: 0.38rem;
  text-indent: 1em;
  background-color: #f5f5f5;
  outline: none;
  border: 1px solid #e8e8e8;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li input:focus {
  background-color: #ffffff;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li label {
  line-height: 0.4rem;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li label input[type="radio"] {
  margin: 2px 0 0 -20px;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li:first-child {
  margin-right: 0.1rem;
  width: 15%;
  text-align: right;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li:last-child {
  width: 60%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul li:last-child input {
  width: 100%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-sex li:last-child input {
  width: 40%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child {
  width: 30%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-address li:last-child {
  width: 75%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-note li:last-child {
  width: 75%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye {
  overflow: visible;
  height: 0.38rem;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye li:last-child {
  width: 60%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye li:last-child .select-box {
  width: 60%;
  height: 0.38rem;
  position: relative;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye li:last-child .select-box span {
  display: inline-block;
  text-indent: 1em;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye li:last-child .select-box div {
  width: 100%;
  position: absolute;
  height: 2rem;
  overflow: scroll;
  z-index: 9999;
  display: none;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye li:last-child .select-box div span {
  height: 0.38rem;
  line-height: 0.38rem;
  display: block;
  clear: both;
  background-color: #f5f5f5;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-hangye li:last-child .select-box div span:hover {
  cursor: pointer;
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area {
  overflow: visible;
  height: 0.38rem;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child {
  width: 60%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child .select-box {
  width: 60%;
  height: 0.38rem;
  position: relative;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child .select-box span {
  display: inline-block;
  text-indent: 1em;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child .select-box div {
  width: 100%;
  position: absolute;
  height: 2rem;
  overflow: scroll;
  z-index: 9999;
  display: none;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child .select-box div span {
  height: 0.38rem;
  line-height: 0.38rem;
  display: block;
  clear: both;
  background-color: #f5f5f5;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-area li:last-child .select-box div span:hover {
  cursor: pointer;
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-btn li:last-child {
  width: 20%;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul.user-info-btn li:last-child input {
  cursor: pointer;
  text-indent: 0;
  background-color: #3388ff;
  border-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .user-news {
  width: 100%;
  background-color: #ffffff;
  padding: 0.1rem 0.2rem;
  min-height: 5rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.4rem;
}
.body-main .container .row .col-md-9 .user-news .user-news-textarea {
  margin-top: 1em;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.body-main .container .row .col-md-9 .user-news .user-news-textarea ul {
  overflow: hidden;
}
.body-main .container .row .col-md-9 .user-news .user-news-textarea ul li:first-child {
  float: left;
  font-weight: bold;
  font-size: 1.143em;
}
.body-main .container .row .col-md-9 .user-news .user-news-textarea ul li:last-child {
  float: right;
}
.body-main .container .row .col-md-9 .user-news .user-news-textarea p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.body-main .container .row .col-md-9 .paging {
  clear: left;
  overflow: hidden;
  margin-top: 0.1rem;
  line-height: 0.28rem;
}
.body-main .container .row .col-md-9 .paging .page-detaile {
  float: left;
}
.body-main .container .row .col-md-9 .paging .page-btn-group {
  float: right;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul {
  overflow: hidden;
  border-radius: 2px;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul a {
  display: inline-block;
  color: #000000;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul a:hover {
  border: 1px solid #3388ff;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul .current {
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  color: #fff;
  background-color: #3388ff;
  border: 1px solid #3388ff;
  vertical-align: middle;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul .disabled {
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul .arrRight {
  width: 0.3rem;
  background: url('../images/icon-page-right.png') no-repeat center center;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul .arrLeft {
  width: 0.3rem;
  background: url('../images/icon-page-left.png') no-repeat center center;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul li {
  float: left;
  width: 0.28rem;
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul li:first-child {
  background: url('../images/icon-page-left.png') no-repeat center center;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul li:last-child {
  background: url('../images/icon-page-right.png') no-repeat center center;
  border-right: 0;
}
.body-main .container .row .col-md-9 .paging .page-btn-group ul li.current {
  border: 1px solid #3388ff;
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .details {
  background-color: #ffffff;
  padding: 0.1rem 0.1rem;
  margin-bottom: 0.4rem;
}
.body-main .container .row .details p {
  font-weight: bold;
  font-size: 1.143em;
  line-height: 0.6rem;
}
.body-main .container .row .details table tbody {
  border-top: 2px solid #e5e5e5;
}
.body-main .container .row .details table tbody tr {
  height: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.body-main .container .row .details table tbody tr th:first-child {
  width: 4rem;
  border-right: 1px solid #e5e5e5;
  text-align: right;
}
.body-main .container .row .details table tbody tr th:last-child {
  font-weight: normal;
  text-align: left;
}
.body-main .container .row .details #qrcode {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
}
.body-main .head {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #3388ff;
}
.body-main .head .head-wrapper {
  height: 0.9rem;
  width: 11.8rem;
  margin: 0 auto;
  overflow: hidden;
}
.body-main .head .head-wrapper .head-wrapper-left {
  float: left;
}
.body-main .head .head-wrapper .head-wrapper-left ul {
  overflow: hidden;
}
.body-main .head .head-wrapper .head-wrapper-left ul li {
  float: left;
  line-height: 0.9rem;
  margin-right: 0.2rem;
}
.body-main .head .head-wrapper .head-wrapper-left ul li img {
  display: inline-block;
}
.body-main .head .head-wrapper .head-wrapper-left ul li span {
  padding-left: 0.2rem;
  border-left: 2px solid #9a9a9a;
  font-size: 1.714em;
}
.body-main .head .head-wrapper .head-wrapper-right {
  float: right;
}
.body-main .head .head-wrapper .head-wrapper-right ul {
  overflow: hidden;
  height: 0.56rem;
  margin-top: 0.17rem;
}
.body-main .head .head-wrapper .head-wrapper-right ul li {
  float: left;
  margin-left: 0.1rem;
  height: 0.14rem;
  line-height: 0.14rem;
  margin-top: 0.42rem;
}
.body-main .head .head-wrapper .head-wrapper-right ul li span {
  cursor: pointer;
}
.body-main .head .head-wrapper .head-wrapper-right ul li span:hover {
  color: #3388ff;
}
.body-main .head .head-wrapper .head-wrapper-right ul li a {
  color: #3388ff;
}
.body-main .head .head-wrapper .head-wrapper-right ul li:first-child span {
  cursor: pointer;
}
.body-main .form-box {
  margin-top: 0.9rem;
  height: 4.8rem;
  margin-bottom: 0.9rem;
}
.body-main .form-box .form-box-wrapper {
  width: 3rem;
  margin: 0 auto;
}
.body-main .form-box .form-box-wrapper form {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.body-main .form-box .form-box-wrapper form .form-group {
  overflow: hidden;
}
.body-main .form-box .form-box-wrapper form .form-group a {
  width: 100%;
  height: 0.4rem;
  display: inline-block;
  text-align: center;
  background-color: #3388ff;
  border-color: #3388ff;
  color: #ffffff;
  line-height: 0.4rem;
  text-decoration: none;
}
.body-main .form-box .form-box-wrapper form .form-group a button {
  margin: 0;
}
.body-main .form-box .form-box-wrapper form .form-group div {
  padding: 0;
  width: 1.7rem;
  height: 0.4rem;
  float: left;
}
.body-main .form-box .form-box-wrapper form .form-group p {
  float: left;
  height: 0.4rem;
  border: 1px solid #cccccc;
  width: 1.2rem;
  margin: 0;
  margin-left: 0.1rem;
  clear: right;
  text-align: center;
  overflow: hidden;
}
.body-main .form-box .form-box-wrapper form .form-group p input {
  width: 100%;
  height: 100%;
  background-color: #bfbfbf;
  border: none;
  letter-spacing: 1em;
  color: #ffffff;
  font-size: 1.2em;
  text-indent: 0.5em;
  text-align: center;
  background-image: url("../images/yanzehngma.png");
}
.body-main .form-box .form-box-wrapper form .form-group p input:active,
.body-main .form-box .form-box-wrapper form .form-group p input:focus {
  border: none;
  outline: none;
}
.body-main .form-box .form-box-wrapper form .form-group p a {
  display: inline-block;
  line-height: 0.4rem;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #e8e8e8;
  color: #3388ff;
}
.body-main .form-box .form-box-wrapper form .form-group p a:active,
.body-main .form-box .form-box-wrapper form .form-group p a:focus {
  opacity: 0.8;
}
.body-main .form-box .form-box-wrapper form .form-group span {
  display: none;
  float: right;
  height: 0.4rem;
  width: 0.4rem;
  margin-top: -0.4rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.body-main .form-box .form-box-wrapper form .form-group .error-correct-C {
  display: inline-block;
  background-image: url("../images/icon-correct.png");
}
.body-main .form-box .form-box-wrapper form .form-group .error-correct-E {
  display: inline-block;
  background-image: url("../images/icon-error.png");
}
.body-main .form-box .form-box-wrapper form .form-group .yanzhengmaPbox input {
  background-color: #ffffff;
  background-image: none;
  color: #3388ff;
  letter-spacing: 0;
  font-size: 1em;
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
.body-main .form-box .form-box-wrapper form .form-group label {
  margin-bottom: 0;
}
.body-main .form-box .form-box-wrapper form .form-group input {
  height: 0.4rem;
  border-radius: 0;
}
.body-main .form-box .form-box-wrapper form .form-group input:focus {
  border: 1px solid #3388ff;
  box-shadow: none;
}
.body-main .form-box .form-box-wrapper form button {
  margin-top: 0.15rem;
  height: 0.4rem;
  background-color: #3388ff;
  color: #ffffff;
  border: 1px solid #3388ff;
}
.body-main .form-box .form-box-wrapper form button:hover {
  opacity: 0.8;
}
.body-main .form-box .form-box-wrapper form button:active,
.body-main .form-box .form-box-wrapper form button:focus {
  border: 1px solid #3388ff;
  box-shadow: none;
  outline: none;
  opacity: 1;
}
.body-main .foot {
  margin-top: 0.2rem;
  width: 100%;
  bottom: 0;
}
.body-main .foot .foot-wrapper {
  height: 0.6rem;
  font-size: 0.857em;
  color: #999999;
  line-height: 0.6rem;
}
.body-main .foot .foot-wrapper p {
  margin: 0;
}
.body-main .tankuang {
  display: none;
  width: 4.8rem;
  height: 3.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.4rem;
  margin-top: -1.55rem;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow: hidden;
}
.body-main .tankuang .tankuang-head {
  width: 4.8rem;
  height: 0.48rem;
  background-color: #3388ff;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.body-main .tankuang .tankuang-head span {
  font-size: 1.143em;
  line-height: 0.48rem;
  font-weight: bold;
  padding-left: 1em;
  display: inline-block;
  float: left;
}
.body-main .tankuang .tankuang-head b {
  cursor: pointer;
  display: inline-block;
  margin: 0.15rem 0.15rem 0.15rem 0;
  width: 0.18rem;
  height: 0.18rem;
  float: right;
  background: url("../images/icon-tankuang-x.png") no-repeat center center;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password {
  width: 100%;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password li {
  width: 3.8rem;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 1em;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password li span {
  display: inline-block;
  float: left;
  width: 0.7rem;
  text-align: right;
  line-height: 0.4rem;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password li input {
  float: left;
  width: 3rem;
  height: 0.38rem;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  text-indent: 1em;
  margin-left: 0.1rem;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password li input:focus {
  border-color: #3388ff;
  outline: none;
  background-color: #ffffff;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password li a {
  margin-left: 1.5rem;
  outline: none;
}
.body-main .tankuang .tankuang-body .tankuang-body-change-password li a button {
  width: 0.8rem;
  height: 0.3rem;
  background-color: #3388ff;
  color: #ffffff;
  line-height: 0.3rem;
  border-radius: 2px;
  border: 1px solid #3388ff;
  outline: none;
}
.body-main .tankuang .tankuang-body .tankuang-body-news li textarea {
  resize: none;
  padding: 1em;
  display: block;
  width: 3.8rem;
  margin: 0 auto;
  background-color: #f5f5f5;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.body-main .tankuang .tankuang-body .tankuang-body-news li textarea:focus {
  outline: none;
}
.body-main .tankuang .tankuang-body .tankuang-body-news li a {
  margin-left: 1.9rem;
  outline: none;
}
.body-main .tankuang .tankuang-body .tankuang-body-news li a button {
  width: 0.8rem;
  height: 0.3rem;
  background-color: #3388ff;
  color: #ffffff;
  line-height: 0.3rem;
  border-radius: 2px;
  border: 1px solid #3388ff;
  outline: none;
}
.body-main .tankuang-tips {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -0.4rem;
  width: 2rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 4px;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul p:first-child {
  font-weight: bold;
}
.body-main .container .row .col-md-9 .user-setup .user-info .user-info-wrapper ul p:last-child {
  color: #696969;
}
.body-main .foot .foot-wrapper p a {
  text-decoration: none;
  color: #999999;
}
.body-main .foot .foot-wrapper p a:hover {
  color: #3388ff;
}
.body-main .foot .foot-wrapper p b {
  color: #999999;
  display: inline-block;
  padding: 0 30px;
}
.body-main .container .row .col-md-9 .table-box {
  margin-top: 0.1rem;
  background-color: #ffffff;
  padding: 10px;
}
.body-main .container .row .col-md-9 .table-box #table thead tr {
  height: 0.4rem;
  background-color: #3388ff;
}
.body-main .container .row .col-md-9 .table-box #table thead tr th {
  text-align: left;
  line-height: 0.4rem;
  color: #ffffff;
}
.body-main .container .row .col-md-9 .table-box #table thead tr th:first-child {
  text-align: center;
}
.body-main .container .row .col-md-9 .table-box #table thead tr th:last-child {
  text-align: center;
}
.body-main .container .row .col-md-9 .table-box #table thead tr .th-listNumber {
  width: 0.45rem;
}
.body-main .container .row .col-md-9 .table-box #table thead tr .th-officeName {
  width: 2.6rem;
}
.body-main .container .row .col-md-9 .table-box #table thead tr .th-punishNumber {
  width: 2.2rem;
}
.body-main .container .row .col-md-9 .table-box #table thead tr .th-punishOrg {
  width: 1.6rem;
}
.body-main .container .row .col-md-9 .table-box #table thead tr .th-punishDate {
  width: 1.45rem;
}
.body-main .container .row .col-md-9 .table-box #table thead tr .th-objectId {
  width: 0.55rem;
}
.body-main .container .row .col-md-9 .table-box #table tbody tr {
  height: 0.4rem;
}
.body-main .container .row .col-md-9 .table-box #table tbody tr td {
  font-size: 14px;
}
.body-main .container .row .col-md-9 .table-box #table tbody tr td:first-child {
  text-align: center;
}
.body-main .container .row .col-md-9 .table-box #table tbody tr td:last-child {
  text-align: center;
  color: #3388ff;
  cursor: pointer;
}
.body-main .container .row .col-md-9 .table-box #table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.body-main .container .row .fanye {
  margin-top: 10px;
}
.body-main .container .row .fanye div:first-child {
  float: left;
}
.body-main .container .row .fanye div:first-child div {
  display: inline-block;
}
.body-main .container .row .fanye div:first-child div ul {
  position: absolute;
  margin-top: -150px;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}
.body-main .container .row .fanye div:first-child div ul li {
  width: 50px;
  height: 30px;
  border-bottom: 0;
  text-indent: 1em;
  line-height: 30px;
}
.body-main .container .row .fanye div:first-child div ul li:hover {
  cursor: pointer;
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .fanye div:first-child div a {
  text-decoration: none;
  color: #4a4a4a;
  display: inline-block;
  width: 52px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.body-main .container .row .fanye div:first-child div a b {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/icon-pageUp.png") no-repeat center center;
}
.body-main .container .row .fanye div:last-child {
  float: right;
}
.page .disabled.arrLeft{
	background:url("../images/icon-page-left.png") center center no-repeat;
}
.page .disabled.arrRight{
	background:url("../images/icon-page-right.png") center center no-repeat;
}
.arrLeft{
	background:url("../images/icon-page-left.png") center center no-repeat;
}
.arrRight{
	background:url("../images/icon-page-right.png") center center no-repeat;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more {
  height: auto;
}

.body-main .container .row .col-md-3 nav ul li ul li.menu-more div{
  /**color: #46A3FF;**/
  font-weight: bold; 
  font-size: 16px;
  color:#666666;
  height: 0.4rem;
  line-height: 0.4rem;
  text-indent: 2em;
  /* border-bottom: 1px solid #c6c6c6; */
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more div:hover{
  background-color: #3388ff;
  font-weight: bold;
  color: #ffffff;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more div:active{
  background-color: #3388ff;
  font-weight: bold; 
  color: #ffffff;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more:active{
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more:hover{
  background-color: #f5f5f5;
  color: #cccccc;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more p{
  display: block;
  margin: 0;
}

.body-main .container .row .col-md-3 nav ul li ul li.menu-more p b{
  display: block;
  /**font-weight: bold;**/
  /**color: #46A3FF;**/
  color:#666666;
  font-size: 14px;
  height: 0.45rem;
  line-height: 0.45rem;
  text-indent: 3em;
  border-bottom: 1px solid #c6c6c6;
  font-weight: normal;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more p b:hover{
  font-weight: bold;
  background-color: #3388ff;
  color: #ffffff;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more p b:last-child{
  border-bottom: 0px solid #c6c6c6;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-more div.menu-active{
	background-color: #3388ff;
      		font-weight: bold;
      		color: #ffffff;
}
.body-main .container .row .col-md-3 nav ul li ul li.menu-active-one{
	background-color: #3388ff;
      		font-weight: bold;
      		color: #ffffff;
}
.body-main .call-us {
  margin-bottom: 80px;
}
.body-main .call-us .call-us-title {
  width: 306px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: url("../images/title-call-us.png") no-repeat center center;
  background-size: cover;
}
.body-main .call-us .call-us-content {
  width: 1200px;
  margin: 0 auto;
}
.body-main .call-us ul {
	overflow: hidden;
}

.body-main .call-us ul li {
	width: 390px;
	height: 240px;
	box-shadow: 4px 4px 10px #e8e8e8;
	border: 1px solid #c6c6c6;
	float: left;
	margin-right: 10px;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 4px;
}

.body-main .call-us ul li>div {
	width: 230px;
	text-align: center;
	margin-right: 40px;
	line-height: 40px;
	font-size: 24px;
	float: right;
	height: 180px;
	margin-top: 78px;
	/* font-weight: 600; */
	word-wrap: break-word;
	color: #696969;
}

.body-main .call-us ul .call-address>div {
	margin-top: 60px;
}

.body-main .call-us ul .call-address {
	/*background: url("../images/card-address.png") no-repeat center center;*/
}

.body-main .call-us ul .call-email {
	/*background: url("../images/card-email.png") no-repeat center center;*/
}

.body-main .call-us ul .call-tel {
	/*background: url("../images/card-tel.png") no-repeat center center;*/
}

.body-main .call-us ul .call-fax {
	/*background: url("../images/card-fax.png") no-repeat center center;*/
}

.body-main .call-us ul .call-wechart {
	/*background: url("../images/card-wechat.png") no-repeat center center;*/
}

.body-main .call-us ul .call-server {
	/*background: url("../images/card-server.png") no-repeat center center;*/
}