html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

td, th, caption {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

a {
  color: #555;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

img {
  border: none; }

ol, ul, li {
  list-style: none; }

input, textarea, select, button {
  font: 14px Verdana,Helvetica,Arial,sans-serif; }

table {
  border-collapse: collapse; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

html, body {
  height: 100%;
  width: 100%; }

.wrapper {
  height: 100%;
  margin: 0 auto; }
  .wrapper input.input {
    height: 35px;
    line-height: 35px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding: 0 10px;
    box-sizing: border-box; }
  .wrapper textarea.textarea {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    height: 70px;
    line-height: 35px;
    width: 80%;
    resize: none;
    box-sizing: border-box;
    padding: 0 10px; }
  .wrapper .w-1000 {
    width: 1000px; }
    .wrapper .w-1000.center {
      margin: 0 auto; }
  .wrapper .txt-center {
    text-align: center; }
  .wrapper .clear {
    clear: both; }
  .wrapper .header {
    width: 100%;
    height: 104px; }
    .wrapper .header .brand {
      padding-top: 20px; }
    .wrapper .header .login {
      border-left: 2px dashed #ccc;
      padding-left: 20px;
      margin-left: 30px;
      display: inline-block;
      height: 24px; }
    .wrapper .header .shortcut {
      width: 640px;
      position: relative; }
      .wrapper .header .shortcut ._first {
        padding-top: 20px;
        height: 43px; }
      .wrapper .header .shortcut .menu {
        height: 32px;
        padding-left: 40px;
        background-image: url(../images/menu-bg.jpg);
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 10px; }
        .wrapper .header .shortcut .menu a {
          width: 100px;
          display: inline-block;
          text-align: center;
          border-right: 1px solid #ccc;
          height: 20px;
          font-size: 14px; }
          .wrapper .header .shortcut .menu a:last-child {
            border-right: none; }
          .wrapper .header .shortcut .menu a:hover, .wrapper .header .shortcut .menu a.on {
            color: #04a44c; }
      .wrapper .header .shortcut .lyxl-box {
        position: absolute;
        width: 130px;
        height: 150px;
        z-index: 1;
        padding: 10px  25px;
        top: 110px;
        left: 320px;
		background-color: white;
        display: none; }
		
        .wrapper .header .shortcut .lyxl-box::before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-bottom-color: white;
          top: -20px;
          left: 50%;
          margin-left: -10px; }
        .wrapper .header .shortcut .lyxl-box img {
          width: 100%; }
        .wrapper .header .shortcut .lyxl-box p {
          text-align: center; }
		  
	.wrapper .header .shortcut .tql-box {
        position: absolute;
        width: 130px;
        height: 150px;
        z-index: 1;
        padding: 10px  25px;
        top: 110px;
        left: 423px;
        background-color: white;
        display: none; }
		
        .wrapper .header .shortcut .tql-box::before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-bottom-color: white;
          top: -20px;
          left: 50%;
          margin-left: -10px; }
        .wrapper .header .shortcut .tql-box img {
          width: 100%; }
        .wrapper .header .shortcut .tql-box p {
          text-align: center; }	  
		  
		  
		  
		  
  .wrapper .body {
    min-height: calc(100% - 320px); }
    .wrapper .body.color-f8f {
      background-color: #f8f8f8; }
  .wrapper .breadcrumb {
    height: 60px;
    line-height: 60px; }
    .wrapper .breadcrumb a, .wrapper .breadcrumb span {
      color: #999999; }
    .wrapper .breadcrumb *:last-child {
      color: #333333; }
  .wrapper .nav {
    background-color: white;
    width: 180px;
    padding: 20px 15px; }
    .wrapper .nav .title {
      color: #232323;
      font-size: 18px;
      text-align: center;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
    .wrapper .nav ul {
      padding-top: 10px; }
      .wrapper .nav ul li {
        padding: 10px;
        text-align: center; }
        .wrapper .nav ul li a {
          color: #232323;
          font-size: 16px; }
          .wrapper .nav ul li a:hover, .wrapper .nav ul li a.on {
            color: #04a44c; }
  .wrapper .nav-content {
    width: 760px;
    min-height: 100%; }
  .wrapper .row {
    border: 1px solid #ededed;
    padding: 15px 0;
    margin-bottom: 20px; }
	.wrapper .row1 {
    padding: 15px 0;
    margin-bottom: 20px; 
	}
	.mask .login-box .row1 label {
        color: #000000;
        font-size: 18px;
        margin-bottom: 8px;
        display: block; }
      .mask .login-box .row1 ._input {
        border-radius: 25px;
        border: 1px solid #cccccc;
        height: 30px;
        padding-top: 15px;
        padding-left: 20px;
        position: relative; }
        .mask .login-box .row1 ._input input {
          border: 0;
          outline: none;
          display: inline-block; }
        .mask .login-box .row1 ._input .btn {
          display: inline-block;
          width: 100px;
          position: absolute;
          right: 2.5px;
          top: 2.5px;
          border-radius: 25px; }
      .mask .login-box .row1 .btn {
        background-color: #06a148;
        width: 100%;
        display: block;
        color: white;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 6px; }
	
	
	
  .wrapper .total {
    color: #232323;
    background-color: white; }
    .wrapper .total .finshed {
      width: 250px;
      border-right: 1px solid #ededed; }
    .wrapper .total .finshed, .wrapper .total .unfinshed {
      padding-top: 10px;
      padding-left: 30px;
      font-family: "Arial"; }
      .wrapper .total .finshed .title, .wrapper .total .unfinshed .title {
        color: #232323;
        font-size: 14px;
        margin-bottom: 5px; }
      .wrapper .total .finshed .num, .wrapper .total .unfinshed .num {
        color: #ea6f00;
        font-size: 24px;
        font-weight: bold; }
  .wrapper .row-form .item {
    margin-right: 10px; }
  .wrapper .form .item {
    margin-bottom: 10px; }
  .wrapper .form, .wrapper .row-form {
    background-color: white;
    padding: 15px 20px; }
    .wrapper .form .require, .wrapper .row-form .require {
      color: red;
      position: relative;
      top: 2px;
      left: 10px; }
    .wrapper .form .title, .wrapper .row-form .title {
      clear: both;
      font-size: 16px;
      color: black;
      font-weight: 700;
      margin-bottom: 20px; }
    .wrapper .form label, .wrapper .row-form label {
      color: #1e1e1e;
      font-family: "Yahei"; }
    .wrapper .form select, .wrapper .row-form select {
      height: 35px;
      border-radius: 6px;
      width: 100px;
      border: 1px solid #c9c9c9; }
    .wrapper .form .btn, .wrapper .row-form .btn {
      color: white;
      background-color: #288eeb;
      width: 80px;
      height: 35px;
      line-height: 35px;
      border-radius: 6px;
      display: block;
      text-align: center; }
      .wrapper .form .btn:hover, .wrapper .row-form .btn:hover {
        cursor: pointer; }
  .wrapper .report {
    background-color: white;
    padding: 15px 20px; }
    .wrapper .report .head {
      margin: -20px -20px 20px;
      height: 60px;
      background-color: #eeeeee;
      line-height: 60px;
      padding: 0 20px; }
      .wrapper .report .head ._title {
        color: #1e1e1e;
        font-size: 18px; }
    .wrapper .report .title {
      color: #232323;
      font-size: 16px;
      font-family: 'yahei'; }
    .wrapper .report .btn {
      color: white;
      background-color: #288eeb;
      width: 80px;
      height: 35px;
      line-height: 35px;
      border-radius: 6px;
      display: block;
      text-align: center;
      position: relative;
      top: -5px; }
      .wrapper .report .btn:hover {
        cursor: pointer; }
    .wrapper .report table {
      width: 100%; }
      .wrapper .report table .input {
        width: 50%;
        padding: 0 10px; }
      .wrapper .report table thead {
        background-color: #f4f8f9;
        height: 50px;
        line-height: 50px;
        text-align: center; }
        .wrapper .report table thead td {
          color: #232323;
          border: 1px solid #e9e9e9;
          font-size: 14px;
          font-family: 'yahei';
          text-align: center; }
      .wrapper .report table tbody tr {
        height: 50px;
        text-align: center; }
        .wrapper .report table tbody tr:nth-child(2n) {
          background-color: #f6f6f6; }
        .wrapper .report table tbody tr td {
          color: #232323;
          border: 1px solid #e9e9e9;
          font-size: 14px;
          font-family: 'yahei';
          text-align: center; }
    .wrapper .report .sk {
      color: #0368a8; }
      .wrapper .report .sk:hover {
        color: #288eeb; }
    .wrapper .report .status {
      color: #04a44c; }
      .wrapper .report .status.success {
        color: #ea6f00; }
  .wrapper .banner {
    position: relative;
    height: 324px; }
    .wrapper .banner .banner-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .wrapper .banner .search {
      position: relative;
      top: 135px; }
  .wrapper .notice-list {
    margin-top: -120px;
    position: relative;
    margin-bottom: 25px;
    clear: both; }
    .wrapper .notice-list .w-1000 {
      height: 180px;
      background: #FFFFFF;
      box-shadow: 0px 0px 15px 0px rgba(10, 2, 4, 0.2);
      box-sizing: border-box;
      padding: 20px 35px; }
    .wrapper .notice-list .more {
      color: #4f647c; }
    .wrapper .notice-list ul {
      margin-top: 10px;
      width: 100%; }
      .wrapper .notice-list ul li {
        width: calc(50% - 35px);
        float: left;
        padding: 10px 0;
        border-bottom: 1px dashed #ccc;
        background-image: url(../images/list-style.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .wrapper .notice-list ul li:nth-child(2n) {
          margin-left: 30px; }
        .wrapper .notice-list ul li:nth-last-child(-n+2) {
          border-bottom: none; }
        .wrapper .notice-list ul li a:hover {
          color: #4f647c; }
  .wrapper .info-list {
    margin-top: 50px;
    clear: both;
    margin-bottom: 50px; }
    .wrapper .info-list ul {
      margin-top: 50px;
      width: 100%; }
      .wrapper .info-list ul li {
        float: left;
        width: calc(25% - 18px);
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 30px;
        margin-right: 24px; }
        .wrapper .info-list ul li:nth-child(4n) {
          margin-right: 0; }
        .wrapper .info-list ul li img {
          width: 213px;
          height: 170px;
          display: block;
          object-fit: contain;
          margin-bottom: 20px; }
  .wrapper .table-list {
    margin-top: 40px; }
    .wrapper .table-list .title {
      padding-top: 10px; }
    .wrapper .table-list table {
      width: 100%;
      margin-top: 20px; }
      .wrapper .table-list table thead {
        background-color: #f2f1f7;
        height: 40px;
        text-align: center;
        line-height: 40px; }
      .wrapper .table-list table tbody tr {
        height: 50px;
        border-bottom: 1px dashed #e2e2e2;
        text-align: center;
        line-height: 50px; }
        .wrapper .table-list table tbody tr td {
          font-size: 16px;
          padding: 0 10px; }
        .wrapper .table-list table tbody tr .txtleft {
          text-align: left; }
        .wrapper .table-list table tbody tr .txtright {
          text-align: right; }
        .wrapper .table-list table tbody tr .highlight {
          color: #ca8602; }
        .wrapper .table-list table tbody tr .light {
          color: #888888; }
        .wrapper .table-list table tbody tr .link {
          position: relative;
          top: 5px; }

.footer {
  background-color: #333333;
  padding-top: 40px; }
  .footer .title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px; }
  .footer .mod-help a {
    width: 80px;
    margin-right: 40px;
    display: inline-block;
    border-right: 1px solid white;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: white; }
    .footer .mod-help a:last-child {
      border-right: none; }
    .footer .mod-help a:hover, .footer .mod-help a.on {
      color: #04a44c; }
  .footer .web-info {
    margin-top: 20px; }
    .footer .web-info > li {
      list-style: disc;
      margin-right: 40px; }
  .footer .filings {
    background-color: #2c2c2c;
    margin-top: 20px;
    padding: 10px 0;
    color: white; }

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }
  .mask.show {
    display: block; }
  .mask .login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px 0 20px; }
    .mask .login-box .close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .mask .login-box .close img {
        width: 100%;
        height: 100%; }
    .mask .login-box .title {
      text-align: center; }
    .mask .login-box .row {
      margin-bottom: 20px; }
      .mask .login-box .row label {
        color: #000000;
        font-size: 18px;
        margin-bottom: 8px;
        display: block; }
      .mask .login-box .row ._input {
        border-radius: 25px;
        border: 1px solid #cccccc;
        height: 30px;
        padding-top: 15px;
        padding-left: 20px;
        position: relative; }
        .mask .login-box .row ._input input {
          border: 0;
          outline: none;
          display: inline-block; }
        .mask .login-box .row ._input .btn {
          display: inline-block;
          width: 100px;
          position: absolute;
          right: 2.5px;
          top: 2.5px;
          border-radius: 25px; }
      .mask .login-box .row .btn {
        background-color: #06a148;
        width: 100%;
        display: block;
        color: white;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 6px; }
  .mask .report {
    max-height: 460px;
    overflow: scroll;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px; }

.fl {
  float: left; }

.fr {
  float: right; }

/******************************/
/* Flip-page style */
/******************************/
.flip-page {
  text-align: center;
  font-size: 0;
  margin: 30px 0; }

.flip-page .info {
  display: inline-block;
  line-height: 32px;
  color: #999;
  font-size: 14px;
  vertical-align: top;
  margin: 0 10px; }

.flip-page .info b {
  padding: 0 3px; }

.flip-page .main {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.flip-page .main a,
.flip-page .main span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  vertical-align: top;
  padding: 0 11px;
  margin: 0 2px;
  border-radius: 5px;
  border: 1px solid #CCC; }

.flip-page .main a:hover {
  color: #333; }

.flip-page .main .gray {
  color: #FFF !important;
  cursor: default;
  border-color: #2DB12A;
  background-color: #2DB12A; }

.flip-page .main a[disabled] {
  color: #BBB;
  cursor: default;
  text-shadow: 1px 1px 0 #FFF;
  border-color: #DDD;
  background: #F9F9F9; }

.search {
  width: 500px;
  background-color: white;
  border: 0;
  height: 38px;
  border-radius: 18px; }
  .search.border {
    border: 1px solid #ccc; }
  .search.center {
    margin: 0 auto; }
  .search .icon {
    padding-top: 10px;
    width: 60px; }
    .search .icon img {
      display: block;
      margin: 0 auto; }
  .search input {
    border: 0;
    outline: none;
    height: 37px; }
  .search .btn {
    width: 64px;
    height: 38px;
    background-color: #41cb70;
    border-radius: 0 18px 18px 18px;
    line-height: 38px;
    text-align: center;
    color: white; }

.wrapper .header .eixt {
    border-left: 2px dashed #ccc;
    padding-left: 20px;
    margin-left: 30px;
    display: inline-block;
    height: 24px;
}