body {
  min-width: 1200px;
  background-color: #F9F5F5;
  font-family: Microsoft YaHei;
}
.header {
  position: relative;
  width: 100%;
  height: 762px;
  overflow: hidden;
}
.header .banner-img {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translate(-50%);
  min-width: 100%;
  opacity: 0.85;
}
.header .important-notice {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  line-height: 50px;
  background-color: rgba(79, 5, 1, 0.4);
  color: #fff;
  font-size: 14px;
}
.header .important-notice .content {
  position: relative;
  padding-left: 130px;
}
.header .important-notice .label {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 16px;
}
.header .important-notice a {
  font-size: 16px;
  color: #fff;
}
.header .important-notice img {
  width: 22px;
  margin-right: 17px;
  position: relative;
  top: 4px;
}
.header .nav {
  position: absolute;
  top: 20px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
}
.header .nav .search-bar {
  height: 86px;
  padding: 22px 36px;
  background-color: #fff;
}
.header .nav .search-bar .logo {
  float: left;
}
.header .nav .search-bar .search-box {
  float: right;
  border: 1px solid #D7C3C2;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .search-bar .search-box .search-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
}
.header .nav .search-bar .search-box input {
  outline: none;
  border: 0;
  height: 26px;
  width: 200px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.header .nav .search-bar .search-box input::placeholder {
  color: #ddd;
}
.header .nav .search-bar .search-box span {
  width: 64px;
  height: 36px;
  line-height: 36px;
  background-color: #a50b03;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.header .nav .navigation {
  height: 56px;
  line-height: 56px;
  background-color: #fff7f7;
  padding: 0 36px;
  position: relative;
  transition: all 0.2s ease;
  z-index: 10;
}
.header .nav .navigation .nav-handle {
  float: right;
  font-size: 14px;
}
.header .nav .navigation .nav-handle a {
  cursor: pointer;
  color: #750904;
}
.header .nav .navigation .nav-handle a:hover {
  font-weight: bold;
}
.header .nav .navigation .first-nav-item {
  font-size: 16px;
  padding: 0 15px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.header .nav .navigation .first-nav-item a {
  color: #750904;
}
.header .nav .navigation .first-nav-item:hover {
  background-color: #A50B03;
}
.header .nav .navigation .first-nav-item:hover > a {
  color: #fff;
}
.header .nav .navigation .first-nav-item:hover .nav-second {
  height: auto;
  padding: 24px 0;
  opacity: 1;
}
.header .nav .navigation .first-nav-item .nav-second {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  left: 0;
  opacity: 0;
}
.header .nav .navigation .first-nav-item .nav-second .second-nav-item {
  float: left;
  width: 200px;
  text-align: center;
  line-height: 46px;
  border-right: 1px solid #F7F0F0;
}
.header .nav .navigation .first-nav-item .nav-second .second-nav-item:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 12px;
  background-color: #A50B03;
}
.header .nav .navigation .first-nav-item .nav-second .second-nav-item > a {
  margin-left: 5px;
  color: #885959;
}
.header .nav .navigation .first-nav-item .nav-second .second-nav-item > a:hover {
  font-weight: bold;
  color: #A50B03;
}
.header .banner-container {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.header .banner-list {
  margin: 0 auto;
  width: 1000px;
  height: 550px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.header .banner-list img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.content {
  margin: 0 auto;
  width: 1200px;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aff;
}
.main .first-section {
  margin-top: 12px;
  height: 386px;
}
.main .top-title {
  border-bottom: 1px solid #ECDCDC;
  padding-bottom: 5px;
}
.main .top-title .tab-item {
  padding-bottom: 4px;
  color: #A50B03;
  border-bottom: 2px solid #A50B03;
  font-size: 18px;
}
.main .top-title .tab-en {
  padding: 0 10px;
  font-size: 12px;
  color: #ECDCDC;
}
.main .top-title .tab-more {
  float: right;
  font-size: 12px;
  color: #C49191;
  line-height: 30px;
  cursor: pointer;
}
.main .top-title .tab-more:hover {
  color: #A50B03;
}
.main .half-card {
  float: left;
  width: 594px;
  height: 100%;
  padding: 28px 24px;
  background-color: #fff;
}
.main .half-card:first-child {
  margin-right: 12px;
}
.main .list-card {
  height: 100%;
  width: 100%;
  border: 1px solid #ECDCDC;
  padding: 22px;
}
.main .list-card .text-list {
  padding-top: 18px;
  font-size: 14px;
  line-height: 35px;
}
.main .list-card .text-list li {
  height: 35px;
  overflow: hidden;
}
.main .list-card .text-list li a {
  display: inline-block;
  width: calc(100% - 110px);
  color: #515050;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .list-card .text-list li a:hover {
  color: #A50B03;
}
.main .list-card .text-list li .create-date {
  font-weight: bold;
  color: #AAAAAA;
  float: right;
}
.main .list-card .text-list li:before {
  content: "";
  width: 3px;
  height: 12px;
  display: inline-block;
  background-color: #A50B03;
  border-radius: 2px;
  margin-right: 7px;
  float: left;
  position: relative;
  top: 12px;
}
.main .law {
  height: 190px;
  overflow: hidden;
  position: relative;
  margin: 12px auto 0;
  width: 1200px;
  background-image: url("../images/law-bg.png");
  background-size: 100% 100%;
}
.main .law .law-content .law-text-content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-family: 'SimHei';
}
.main .law .law-content .law-title {
  padding-top: 10px;
  font-size: 24px;
  line-height: 67px;
  color: #fff;
}
.main .law .law-content .law-text {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.main .second-section {
  margin-top: 12px;
  height: 486px;
}
.main .second-section .audit-content .tab-more {
  display: none;
}
.main .second-section .audit-content .tab-more.active {
  display: inline-block;
}
.main .second-section .audit-content .top-tab {
  padding-top: 20px;
}
.main .second-section .audit-content .top-tab .tab-item {
  display: inline-block;
  width: 50%;
  background-color: #EFEBEB;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.main .second-section .audit-content .top-tab .tab-item.active {
  background-color: #A50B03;
  color: #fff;
}
.main .second-section .audit-content .text-list {
  display: none;
}
.main .second-section .audit-content .text-list.active {
  display: block;
}
.main .third-section {
  margin-top: 12px;
  padding: 24px;
  background-color: #fff;
}
.main .third-section .top-tab {
  padding-top: 20px;
}
.main .third-section .top-tab .tab-item {
  display: inline-block;
  width: 33.3%;
  background-color: #EFEBEB;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.main .third-section .top-tab .tab-item.active {
  background-color: #A50B03;
  color: #fff;
}
.main .third-section .internal-content {
  padding-top: 28px;
  height: 406px;
  display: none;
}
.main .third-section .internal-content.active {
  display: block;
}
.main .third-section .internal-content .internal-list {
  width: 597px;
  float: left;
}
.main .third-section .internal-content .internal-list .internal-item {
  height: 110px;
  margin-bottom: 20px;
  cursor: pointer;
}
.main .third-section .internal-content .internal-list .internal-item .lint-num {
  float: left;
  display: inline-block;
  width: 78px;
  line-height: 90px;
  color: #DAD7D7;
  font-size: 50px;
  border-right: 1px solid #DAD7D7;
}
.main .third-section .internal-content .internal-list .internal-item .item-desc {
  float: right;
  width: calc(100% - 78px);
  padding: 10px;
}
.main .third-section .internal-content .internal-list .internal-item .item-desc .title {
  font-size: 16px;
  color: #515050;
}
.main .third-section .internal-content .internal-list .internal-item .item-desc .date {
  float: right;
  font-weight: bold;
  color: #515050;
  font-size: 14px;
}
.main .third-section .internal-content .internal-list .internal-item .item-desc p {
  padding-top: 10px;
  color: #AAAAAA;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.main .third-section .internal-content .internal-list .internal-item.active {
  border: 1px solid #A50B03;
  background-color: #F9F5F5;
}
.main .third-section .internal-content .internal-list .internal-item.active .lint-num {
  display: none;
}
.main .third-section .internal-content .internal-list .internal-item.active .item-desc {
  float: none;
  width: 100%;
  padding: 10px 20px;
}
.main .third-section .internal-content .internal-list .internal-item.active .title {
  color: #A50B03;
  font-weight: bold;
}
.main .third-section .internal-content .internal-list .internal-item.active .date {
  display: none;
}
.main .third-section .internal-content .internal-list .internal-item.active p {
  color: #A50B03;
}
.main .third-section .internal-content .internal-detail {
  width: calc(100% - 597px);
  float: right;
  padding-left: 60px;
  display: none;
  text-align: center;
}
.main .third-section .internal-content .internal-detail.active {
  display: block;
}
.main .third-section .internal-content .internal-detail .title {
  font-size: 18px;
  color: #515050;
  text-align: left;
}
.main .third-section .internal-content .internal-detail .item-image {
  height: 229px;
  max-width: 100%;
  margin-bottom: 35px;
}
.main .third-section .internal-content .internal-detail p {
  text-align: left;
  padding-top: 10px;
  color: #AAAAAA;
  font-size: 14px;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer {
  margin-top: 12px;
  background-color: #fff;
  text-align: center;
}
.footer .link-ul {
  padding: 43px 0 24px 0;
  display: inline-block;
  font-size: 14px;
}
.footer .link-ul li {
  float: left;
  margin: 0 10px;
}
.footer .link-ul li a {
  color: #5B5B5B;
  cursor: pointer;
}
.footer .link-ul li a:hover {
  font-weight: bold;
}
.footer .link-ul li a img {
  width: 109px;
  height: 39px;
}
.footer .local-association {
  margin: 0 auto;
  line-height: 24px;
  width: 263px;
  color: #91504C;
  font-size: 12px;
  background: #F9F5F5;
  border: 1px solid #ECDCDC;
  cursor: pointer;
}
.footer .local-association .icon {
  display: inline-block;
  transform: scale(1, 0.8);
}
.footer .local-link {
  margin: 10px auto;
  width: 740px;
  background-color: #e2e2e2;
  height: 256px;
  padding: 10px;
  display: none;
}
.footer .local-link.active {
  display: block;
}
.footer .local-link .inside {
  width: 260px;
  float: left;
}
.footer .local-link .outside {
  width: 460px;
  float: right;
}
.footer .local-link ul {
  float: left;
}
.footer .local-link ul li a {
  display: block;
  color: #333;
  padding: 0 8px;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
}
.footer .local-link ul li a:hover {
  color: #91504C;
}
.footer .local-link h3 {
  text-align: left;
  line-height: 38px;
  font-size: 14px;
  color: #333;
}
.footer .copy-right {
  width: 90%;
  margin: 20px auto 0;
  padding: 32px 0;
  font-size: 14px;
  color: #9A9A9A;
  line-height: 26px;
  border-top: 1px solid #dfdada;
}
.fixed-box {
  position: fixed;
  width: 144px;
  bottom: 5%;
  right: 2%;
}
.fixed-box .qrcode {
  display: none;
  padding: 10px;
  background-color: #fff;
}
.fixed-box .qrcode.active {
  display: block;
}
.fixed-box .qrcode img {
  width: 114px;
  height: 114px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.fixed-box .qrcode p {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.fixed-box .weixin-top {
  width: 60px;
  height: 117px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(99, 22, 22, 0.06);
  border-radius: 4px;
  text-align: center;
  padding: 0 8px;
  cursor: pointer;
}
.fixed-box .weixin-top .weixin {
  padding: 15px 0;
  border-bottom: 1px solid #F9F5F5;
}
.fixed-box .weixin-top .to-top {
  padding: 15px 0;
}
.fixed-box .examination {
  margin-top: 20px;
  display: inline-block;
  box-shadow: 0 0 10px 0 rgba(99, 22, 22, 0.06);
}
/*# sourceMappingURL=index.css.map */