* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
body {
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
  font-size: 16px;
  color: #393939;
  background-color: #f7f7f7;
}
a {
  text-decoration: none;
  color: #1957ab;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.relative {
  position: relative;
}
.hidden {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.common-title {
  text-align: center;
}
.success {
  color: #6ac725;
}
.error {
  color: #de0002;
}
.common-link {
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #de0002;
  padding: 7px 15px;
  color: #de0002;
  transition: all 0.15s linear;
}
.common-link:hover {
  background-color: #de0002;
  color: #fff;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header,
nav,
section,
footer {
  display: block;
}
.container {
  width: 1440px;
  min-width: 1000px;
  margin: 0 auto;
}
.qrcode-image {
  margin-top: 10px;
}
.qrcode-image-item {
  margin-left: 30px;
}
.qrcode-image img {
  height: 75px;
  width: 75px;
  display: block;
  margin: 0 auto;
}
.qrcode-image p {
  text-align: center;
  font-size: 12px;
}
header {
  height: 115px;
  background: #fff url(../images/header-bg.jpg) no-repeat center top;
}
header .logo {
  max-height: 53px;
  margin-top: 31px;
}
header .logo img {
  height: 100%;
  width: auto;
}
body .layui-laydate .layui-this {
  background-color: #de0002 !important;
}
nav {
  background-color: #de0002;
  height: 55px;
  line-height: 55px;
  color: #fff;
}
.nav-right b {
  font-weight: bold;
}
.nav-right .dot {
  border-radius: 7px;
  border: solid 1px #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  position: relative;
  top: -2px;
  margin-right: 20px;
  border-radius: 25px;
}
.nav-right .dot sup {
  position: relative;
  top: 2px;
  left: -2px;
}
.nav-right .nav-link {
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  border-radius: 2px;
  border: solid 1px #ffffff;
  padding: 6px 8px;
  margin-left: 5px;
  transition: all 0.15s linear;
}
.nav-right .nav-link:hover {
  color: #de0002;
  background-color: #fff;
}
.common-wrapper {
  margin-top: 15px!important;
  position: relative;
}
.qrcode {
  position: fixed;
  background-color: #fff;
  right: 0;
  top: 250px;
}
#qrcode {
  width: 120px;
  height: 120px;
  padding: 10px;
}
.aside a {
  display: block;
  width: 100px;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(173, 173, 173, 0.5);
  text-align: center;
  color: inherit;
}
.aside a:not(:first-child) {
  margin-top: 15px;
}
.aside a i {
  font-size: 36px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 6px auto 0;
}
.aside a p {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.aside a.selected,
.aside a:hover {
  background-color: #de0002;
  box-shadow: none;
  color: #fff;
}
.common-content {
  width: calc(100% - 115px);
  margin-left: 15px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
}
.common-content .info-title {
  height: 60px;
  line-height: 60px;
  background-color: #f4f4f4;
  border-left: solid 5px #de0002;
  font-size: 21px;
  color: #de0002;
  padding-left: 25px;
  padding-right: 30px;
  font-weight: bold;
}
.common-content .info-edit {
  background-color: #ffffff;
  border: solid 1px #707070;
  font-size: 14px;
  color: #000;
  line-height: 1;
  margin-top: 15px;
  border-radius: 3px;
  padding: 6px 12px;
  transition: all 0.15s linear;
}
.common-content .info-edit:hover {
  background-color: #de0002;
  border-color: #de0002;
  color: #fff;
}
.common-content .info-content {
  padding: 30px;
  min-height: 440px;
  background-color: #fff;
}
.common-content .info-content-item {
  color: #666666;
  font-size: 18px;
}
.common-content .info-content-item:not(:first-child) {
  margin-top: 20px;
}
.common-content .info-content-item b {
  font-weight: bold;
}
.common-content .table-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.common-content .table-tip {
  line-height: 38px;
  background-color: #fff6f6;
  border-radius: 2px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.common-content .table-tip b {
  font-weight: bold;
  color: #de0002;
}
.common-content .table-style {
  background: #e3e3e3;
  width: 100%;
  margin-bottom: 25px;
}
.common-content .table-style thead {
  background-color: #f3f3f3;
}
.common-content .table-style tbody {
  background-color: #fff;
}
.common-content .table-style tr:nth-child(2n) {
  background-color: #f8f9fb;
}
.common-content .table-style td,
.common-content .table-style th {
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
}
.common-content .table-edit {
  color: #1957ab;
}
.common-content .table-edit span {
  color: inherit;
  padding: 0 5px;
}
.common-content .form-btn,
.common-content .table-btn {
  padding: 8px 15px;
  background-color: #de0002;
  color: #fff;
  border-radius: 2px;
  transition: all 0.15s linear;
  border: 0;
  font-size: inherit;
  outline: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.common-content .form-btn:hover,
.common-content .table-btn:hover {
  opacity: 0.7;
}
.common-content .search-style-item {
  width: calc((100% - 40px) / 5);
  height: 36px;
  float: left;
  background-color: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  margin-bottom: 15px;
}
.common-content .search-style-item span {
  float: left;
  width: 80px;
  text-align: center;
  line-height: 34px;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
}
.common-content .search-style-item input,
.common-content .search-style-item select {
  float: left;
  line-height: 1;
  width: calc(100% - 90px);
  padding: 0 8px;
  box-sizing: border-box;
  margin-top: 6px;
  border: 0;
  outline: none;
  font-size: 16px;
  background-color: #fff;
}
.common-content .search-style-item:not(:nth-of-type(5)) {
  margin-right: 10px;
}
.common-content .form-btn {
  font-size: 16px;
  border-radius: 5px;
  min-width: 200px;
  display: block;
  margin: 0 auto;
}
.common-content .project-info {
  margin-bottom: 15px;
}
.common-content .project-info p {
  display: inline-block;
}
.common-content .project-info p:not(:last-child) {
  margin-right: 30px;
}
.common-content .project-info-content {
  width: calc(100% - 80px);
  margin-left: 80px;
}
.common-content .form-item {
  width: 48%;
  float: left;
  margin-bottom: 15px;
}
.common-content .form-item:nth-child(2n) {
  margin-left: 4%;
}
.common-content .form-item > label {
  line-height: 1.5;
}
.common-content .form-item > label:before {
  content: '*';
  color: #de0002;
}
.common-content .form-item-p {
  margin-top: 5px;
  min-height: 34px;
}
.common-content .form-item-input,
.common-content .form-item-select,
.common-content .form-item-textarea {
  border: solid 1px #c9c9c9;
  padding: 6px 10px;
  line-height: 36px;
  height: 36px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  outline: none;
  border-radius: 2px;
}
.common-content .form-item-input::placeholder,
.common-content .form-item-select::placeholder,
.common-content .form-item-textarea::placeholder {
  color: #ddd;
}
.common-content .form-item-input:focus,
.common-content .form-item-select:focus,
.common-content .form-item-textarea:focus {
  border: 1px solid #de0002;
}
.common-content .form-item-input.error,
.common-content .form-item-select.error,
.common-content .form-item-textarea.error {
  color: #393939;
}
.common-content .form-item-textarea {
  line-height: 1.5;
  height: auto;
}
.common-content .form-content .form-item {
  width: 100%;
}
.common-content .form-content .form-item:nth-child(2n) {
  margin-left: 0;
}
.common-content .home-layout-item1,
.common-content .home-layout-item2 {
  width: calc((100% - 60px) / 3);
  display: block;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}
.common-content .home-layout-item1:not(:nth-child(3n)),
.common-content .home-layout-item2:not(:nth-child(3n)) {
  margin-right: 30px;
}
.common-content .home-layout-item1 {
  height: 73px;
  line-height: 65px;
  text-align: center;
  background-color: #fff1f1;
  margin-bottom: 30px;
  border: solid 1px #fadddd;
  font-size: 20px;
  color: #de0002;
  transition: all 0.15 linear;
}
.common-content .home-layout-item1:hover {
  background-color: #de0002;
  color: #fff;
}
.common-content .home-layout-item1 .csco-icon {
  font-size: 28px;
  position: relative;
  top: 2px;
}
.common-content .home-layout-item2 {
  border: solid 1px #e3e3e3;
}
.common-content .home-layout-item2 .hli-header {
  line-height: 50px;
  padding: 0 15px;
  background-color: #f3f3f3;
  border-radius: 5px 5px 0px 0px;
}
.common-content .home-layout-item2 .hli-header-title {
  font-size: 18px;
  color: #de0002;
  font-weight: bold;
}
.common-content .home-layout-item2 .hli-header-more {
  font-size: 14px;
  color: #999;
}
.common-content .home-layout-item2 .hli-header-more:hover {
  color: #de0002;
}
.common-content .home-layout-item2 .hli-body {
  padding: 15px;
}
.common-content .home-layout-item2 .hli-body-item {
  line-height: 1.5;
  display: block;
  color: #000;
  transition: all 0.15s linear;
}
.common-content .home-layout-item2 .hli-body-item:hover {
  color: #de0002;
}
.common-content .home-layout-item2 .hli-body-item:not(:first-child) {
  margin-top: 15px;
}
.common-content .home-layout-item2 .hli-body-item-title {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 80px);
}
.common-content .home-layout-item2 .hli-body-item-date {
  font-size: inherit;
  text-align: right;
  color: #999;
  font-size: 14px;
}
.common-content .report-list {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.common-content .report-item {
  width: 200px;
  display: inline-block;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  padding-bottom: 70px;
  position: relative;
  transition: all 0.15s linear;
  font-size: 16px;
}
.common-content .report-item:hover {
  transform: scale(1.05);
}
.common-content .report-item:not(:first-child) {
  margin-left: 30px;
}
.common-content .report-item .csco-icon {
  font-size: 48px;
}
.common-content .report-item p {
  margin-top: 10px;
  font-weight: bold;
}
.common-content .report-item .success,
.common-content .report-item .error {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 50px;
  background-color: #f5f5f5;
}
footer {
  margin-top: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(3, 0, 0, 0.25);
  padding: 30px 0;
}
footer .footer-item {
  margin-right: 50px;
  font-size: 13px;
}
footer .footer-item dt {
  font-weight: bold;
}
footer .footer-item dd {
  margin-top: 10px;
}
footer .footer-item a {
  color: inherit;
}
footer .footer-item a:hover {
  color: #de0002;
}
.footer2 {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px 0;
}
.footer2 p {
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 1660px) {
  .container {
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  .info-content .search-style-item span {
    width: 60px;
    font-size: 13px;
  }
  .info-content .search-style-item input,
  .info-content .search-style-item select {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .info-content .home-layout-item2 .hli-body-item-title {
    font-size: 14px;
  }
}
