/*页首*/
header {
  height: 120px;
  line-height: 120px;
}
header .col-16 {
  padding-right: 20px;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .col-8 {
  max-height: 120px;
  text-align: right;
}
header .col-8 > a {
  margin-right: 10px;
  font-size: 12px;
}
header .col-8 > a > .icon {
  font-size: 26px;
  color: #999;
}

header .nav-toggle-btn {
  display: none;
  vertical-align: middle;
  width: 22px;
  height: 19px;
  position: relative;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
header .nav-toggle-btn span {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 3px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .nav-toggle-btn:before,
header .nav-toggle-btn:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .nav-toggle-btn:before {
  top: 0;
}
header .nav-toggle-btn:after {
  bottom: 0;
}
header .nav-toggle-btn.active:before {
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
}
header .nav-toggle-btn.active:after {
  -webkit-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  transform: rotate(-47deg);
}
header .nav-toggle-btn.active span {
  opacity: 0;
}
header .container {
  overflow: visible;
}
header .social-share .icon-wechat .wechat-qrcode.bottom {
  left: -167px;
}
header .social-share .icon-wechat .wechat-qrcode .help p {
  padding-left: 10px;
}

/*导航栏*/

nav li > a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav li:hover > a,
nav li.active > a {
  color: #133984;
}
nav ul {
  padding-right: 20px;
}
nav .col-md-18 {
  -webkit-backface-visibility: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
nav .search {
  padding: 7px 0;
  text-align: right;
}
nav .search form {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  max-width: 256px;
  height: 32px;
  padding: 3px 3px 3px 10px;
  border: 1px solid #c6c8cb;
  font-size: 0;
}

nav .search button,
nav .search input {
  border: none;
  outline: none;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
nav .search button {
  width: 26px;
  text-align: center;
  color: #fff;
  background-color: #133984;
  cursor: pointer;
  background-image: url("../picture/search.png");
  background-repeat: no-repeat;
  background-position: 4px;
}
nav .search input {
  width: calc(100% - 29px);
  padding-right: 10px;
}

.nav-wrapper {
  position: relative;
}
.nav-wrapper .container {
  overflow: unset;
}
#slideToggleTrans > ul > li {
  position: relative;
}
#slideToggleTrans > ul > li.active{
	background: #133984;

}
#slideToggleTrans > ul > li.active a{
	color: #fff;
}
.nav-wrapper .sub-nav {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 100%;
  width: 100%;
  padding: 25px 0;
  border-top: 2px solid #133984;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 2px 5px #eee;
}
.nav-wrapper .sub-nav-item {
  display: none;
}
.nav-wrapper .sub-nav .more {
  display: inline-block;
  width: 84px;
  height: 36px;
  line-height: 36px;
  margin-top: 30px;
  color: #fff;
  background-color: #b9b9b9;
  text-align: center;
}
.nav-wrapper .sub-nav h1 {
  position: relative;
  padding-bottom: 10px;
}
.nav-wrapper .sub-nav h2 {
  position: relative;
  font-size: 18px;
}
.nav-wrapper .sub-nav p {
  color: #999;
}
.nav-wrapper .sub-nav .col-md-12 h2 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav-wrapper .sub-nav .col-md-12 h2:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  left: -15px;
  background-color: #133984;
}
.nav-wrapper .sub-nav h1:after {
  position: absolute;
  content: "";
  width: 36px;
  top: 100%;
  left: 0;
  height: 5px;
  background-color: #133984;
}
.nav-wrapper .sub-nav .gulter-20 > div {
  margin-bottom: 8px;
}
.menus {
  padding: 0;
  position: absolute;
  background: #fbfbfb;
  top: 46px;
  z-index: 666;
  width: 110px;
  display: none;
}
#slideToggleTrans > ul > li.col-md-3:hover .menus {
  display: block;
}
/*页脚*/
footer {
  /*background-color: #eee;*/
}
footer .sites .row {
  margin: 0 -10px;
}
footer .sites .row > div {
  /*padding: 0 10px 20px;*/
  padding: 0 10px 20px;
}
footer .sites a {
  display: block;
  /*	padding: 5px 15px;*/
  height: 70px;
  line-height: 60px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
footer .sites img {
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  vertical-align: middle;
}

footer .website {
  color: #fff;
  background-color: #302725;
}
footer .website .inner {
  display: inline-block;
  text-align: center;
}
footer .website .inner p {
  margin-top: 5px;
}
footer .website .link {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #463f38;
}
footer .website .link a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #fff;
}
footer .website .link a:hover {
  color: #999;
}

footer .website span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #aaa;
}
footer .website span a {
  color: #aaa;
}
footer .website span a:hover {
  color: #fff;
}
footer .website .col-sm-14 {
  padding: 40px 0 30px;
}

footer .website .col-sm-10 {
  text-align: right;
  padding: 50px 0 30px;
}
footer .friend-links {
  margin-bottom: 40px;
}
footer .friend-links a {
  display: inline-block;
  color: #666;
}
footer .friend-links span {
  line-height: 16px;
  margin: 0 15px;
  color: #ccc;
}
footer .friend-links .container > div {
  margin-bottom: 12px;
  color: #000;
}

.to-top {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 20px;
  background: url(../images/top.png) #bababa center center no-repeat;
}

/* ============== 首页 start ============= */
/*轮播图*/
.banner {
  position: relative;
  height: calc((100vw - 17px) * (480 / 1920));
}
.banner img {
  width: 100%;
  max-width: 100%;
  height: calc((100vw - 17px) * (480 / 1920));
}
.banner .swiper-nav {
  position: absolute;
  z-index: 111;
  bottom: 3%;
  width: 100%;
}
.banner .swiper-nav ol {
  text-align: center;
}
.banner .swiper-nav ol li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  line-height: 3;
  margin-left: 8px;
  border-radius: 50%;
  border: none;
  background: #f4f4f4;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.banner .swiper-nav ol .swiper-visible-switch {
  background: #133984;
}

footer .column,
.index .column {
  padding: 40px 0 20px;
}

footer .column .column-name,
.index .column .column-name {
  position: relative;
  margin-bottom: 25px;
  font-size: 23px;
  text-indent: 19px;
  width: 130px;
  height: 45px;
  line-height: 45px;
  background: #133984;
  color: #fff;
}
.index .business .column-name {
  width: 100%;
  background: none;
}
.index .column .column-name .more {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  margin-top: -8px;
  padding: 0 4px;
  height: 17px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  background-color: #c5c5c5;
}
.index .business .column-name .more {
  color: #666666;
  background: none;
  font-size: 14px;
}
.index .news {
  padding-bottom: 40px;
}
.index .news img {
  width: 100%;
  max-width: 100%;
}
.index .banner button,
.index .news .swiper-container button {
  position: absolute;
  width: 26px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}
.index .banner button i,
.index .news .swiper-container button i {
  font-size: 24px;
}
.index .banner button.prev,
.index .news .swiper-container button.prev {
  left: 5px;
}
.index .banner button.next,
.index .news .swiper-container button.next {
  right: 5px;
}
.index .news .swiper-slide {
  position: relative;
}
.index .news .swiper-container h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 45px 0 15px;
  margin: 0;
  font-size: 16px;
  line-height: 3em;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.index .news .swiper-container h2 span {
  position: absolute;
  right: 15px;
  font-size: 12px;
  font-weight: normal;
}

.index .news .swiper-container h2 em {
  margin-right: 2px;
  font-style: normal;
  font-size: 16px;
  color: #133984;
}
.index .news .news-item {
  padding-left: 20px;
}
.index .news .swpier-tab-wrapper {
  font-size: 0;
  background: #f1f1f1;
}
.index .news .swpier-tab-wrapper a {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
}
.index .news .swpier-tab-wrapper a:focus,
.index .news .swpier-tab-wrapper a:active {
  color: #333;
}
.index .news .news-item-hd {
  position: relative;
  height: 40px;
  margin-bottom: 15px;
}
.index .news .swpier-tab-wrapper a:hover {
  color: #333;
}
.index .news .swpier-tab-wrapper a:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 4px;
  right: -21px;
  background-color: #ececec;
}

.index .news .swpier-tab-wrapper a:first-child {
  margin-left: 0;
}

.index .news .swpier-tab-wrapper a.active {
  background: #133984;
  color: #fff;
}
.index .news .swpier-tab-wrapper a.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border: 4px solid transparent;
  border-bottom: 4px solid #133984;
}
.index .news .more {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  margin-top: -8px;
  padding: 0 4px;
  height: 17px;
  line-height: 16px;
  color: #666666;
  font-size: 14px;
}
.index .news p {
  color: #666;
  font-size: 12px;
  height: 38px;
  line-height: 18px;
  overflow: hidden;
}
.index .news h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.index .news .detail {
  font-size: 12px;
  color: #133984;
}

.index .news .news-item-bd .swiper-slide > a {
  display: block;
  position: relative;
  padding: 2.3% 25% 2.3% 4%;
}
.index .news .news-item-bd .swiper-slide > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #000;
  margin-top: -2px;
  border-radius: 50%;
}
.index .news .news-item-bd .swiper-slide > a span {
  position: absolute;
  right: 0;
}

.index .focus {
  margin-top: 20px;
}

.index .focus .right {
  float: right;
  padding-left: 20px;
}

.index .focus .lt {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
  background: #f1f1f1;
}

.index .focus .ltt,
.index .column .column-name .ltt {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #133984;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  text-indent: initial;
}

.index .focus a {
  display: block;
  position: relative;
  padding: 2% 14% 2% 4%;
}

.index .focus a span {
  position: absolute;
  right: 0;
  color: #999;
}

.index .focus .focus-list a:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #000;
  margin-top: -2px;
  border-radius: 50%;
}

.index .business {
  padding-bottom: 30px;
  background-color: #f1f1f1;
}
.index .business .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index .business .row > div {
  padding: 0 5px 10px;
  text-align: center;
  position: relative;
}

.index .business .row .bd {
  position: relative;
}

.index .business .row .table:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index .business .row .table {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .business .row .tables {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .business .row .tables:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index .business .table .anim {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index .business .row .table .bd:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index .business .row .table-cell {
  position: relative;
  z-index: 10;
  width: 100%;
}

.index .business .ht {
  position: absolute;
  top: 0;
  text-align: center;
}

.index .business h3 {
  font-size: 20px;
  margin-bottom: 0.3em;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: 5px 15px;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.index .business .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 100px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 10000;
  cursor: pointer;
  display: none;
}

.index .business .btn a {
  color: #fff;
}

.index .business .table a {
  color: #fff;
}

.index .build .hd {
  position: relative;
  line-height: 48px;
  padding-left: 20px;
  background-color: #f0f0f0;
}
.index .build .hd .more {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  padding: 0 4px;
  height: 17px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  background-color: #c5c5c5;
}
.index .build .hd:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 50%;
  left: 25%;
  height: 60%;
  top: 40%;
  border-radius: 50%;
  box-shadow: 0 4px 15px #cfcfcf;
}
.index .build .hd span {
  vertical-align: middle;
  padding-left: 35px;
  font-size: 18px;
  background: url(../images/index-icon-dang.png) 0 center no-repeat;
}
.index .build .img-sm,
.index .build .img-lg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 231px;
  height: 100%;
}
.index .build .img-sm a {
  position: relative;
  display: block;
  height: 42px; /* height: 50px;   */
  /* padding: 5px; */
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 8px; /* margin-top: 12px; */
  color: #fff;
  line-height: 20px;
}
.index .build .img-sm a .small {
  font-size: 12px;
}
.index .build .img-sm a:first-child {
  line-height: 40px;
  font-size: 16px;
  background-color: #e75c5c;
}
.index .build .img-sm a:first-child .icon {
  position: absolute;
  right: 17px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 50%;
  margin-top: -8px;
}

.index .build .img-sm a:first-child + a {
  background-color: #e56a44;
}
.index .build .img-sm a:first-child + a + a {
  background-color: #dc8f3c;
}
.index .build .img-sm a:first-child + a + a + a {
  background-color: #e75c5c;
}
.index .build .img-sm img {
  margin-bottom: 12px;
}
.index .build .info {
  margin-left: 246px;
}
.index .build .info p {
  line-height: 40px; /* line-height: 38px; */
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index .build .bd {
  position: relative;
  margin-top: 10px;
  height: 186px;
}
.index .build ul {
  margin-left: 266px;
}
.index .build ul li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: square;
}
.index .build ul li .title {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-right: 60px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index .build ul li .title span {
  position: absolute;
  line-height: 30px;
  right: 0;
  top: 50%;
  margin-top: -15px;
  color: #999;
}
.index .build .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index .build .row > div {
  padding: 0 10px 40px;
}
.index .build .dang-entry img {
  width: 100%;
  margin: 0 0 20px;
}
/* ============== 首页 end ============= */

/* =========== 走进宏桂 start ========== */
.honggui .page-banner .title {
  background-color: #48638c;
}

.honggui .leader .desc {
  width: 60%;
  margin: 16px auto 30px;
  padding: 10px 30px;
  line-height: 1.75em;
  font-size: 16px;
  border-left: 6px solid #d7d7d7;
  background-color: #ececec;
}

.honggui .leader .imgbox a {
  display: block;
  height: 100%;
}
.honggui .leader .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.honggui .leader .imgbox .table {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 0, 0, 0.4);
}
.honggui .leader .imgbox .icon {
  font-size: 30px;
  font-weight: bold;
}
.honggui .leader .imgbox p {
  margin-top: 10px;
  text-align: center;
}
.honggui .leader .imgbox:hover .table {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.honggui .leader h2 {
  line-height: 80px;
  text-align: center;
  font-size: 16px;
}

.honggui .intro {
  padding-top: 0;
}
.honggui .intro .bd {
  padding: 40px 0 50px;
}
.honggui .intro p {
  min-height: 160px;
  font-size: 16px;
  text-indent: 32px;
}
.honggui .intro .detail {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  min-width: 304px;
  margin-top: 30px;
  line-height: 50px;
  background-color: #133984;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.honggui .intro .detail:hover {
  background-color: #c7251f;
}
.honggui .intro .logo-lg {
  height: 100%;
  text-align: right;
}
.honggui .intro .logo-lg img {
  vertical-align: middle;
  max-width: 100%;
  margin-right: 30px;
  border: 30px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.honggui .intro .logo-lg img:hover {
  box-shadow: 0 0 60px #ddd;
}

.honggui .org {
  padding-bottom: 50px;
  background-color: #f2f2f2;
}
.honggui .org .row {
  padding: 0 26px;
}
.honggui .org .row > div {
  position: relative;
  padding: 0 26px;
}
.honggui .org .row > div:after {
  content: "";
  padding-top: 100%;
  box-sizing: border-box;
  display: block;
  width: 0;
}
.honggui .org .table {
  height: 100%;
  width: 100%;
  text-align: center;
}
.honggui .org .table span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #133984;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.honggui .org .table h4 {
  margin-top: 10%;
  margin-bottom: 0;
  font-size: 18px;
}
.honggui .org .table span i {
  font-size: 52px;
  line-height: 100px;
  color: #133984;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.honggui .org .row .inner {
  position: absolute;
  top: 0;
  left: 26px;
  bottom: 0;
  right: 26px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.honggui .org .container {
  overflow: visible;
}
.honggui .org .row .inner:hover {
  box-shadow: 0 0 40px #ddd;
}
.honggui .org .row .inner:hover span i {
  color: #fff;
}
.honggui .org .row .inner:hover span {
  background-color: #133984;
}
.honggui .contact {
  padding-bottom: 50px;
}

.honggui .contact .row {
  margin-left: -50px;
  margin-right: -50px;
}
.honggui .contact .row > div {
  padding: 0 50px;
}
.honggui .contact .hd {
  margin-bottom: 25px;
}
.honggui .contact .info .bd a {
  display: block;
  position: relative;
  line-height: 22px;
  padding: 1% 25% 1% 25px;
  margin-bottom: 1.2%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.honggui .contact .info .bd a span {
  position: absolute;
  line-height: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.honggui .contact .info .bd a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background-color: #acacac;
}
.honggui .contact .about .bd span {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.honggui .contact .about .bd img {
  width: 100%;
  max-width: 100%;
}

#orgtable table {
  width: 100%;
}

.contact #orgtable table,
th,
td {
  border: 1px solid black;
  text-align: center;
}

#orgtable table th {
  height: 36px;
}

#orgtable table tr {
  height: 50px;
}

/*发展历程*/
.honggui-develop .dev-wrapper {
  padding-top: 30px;
  padding-left: 120px;
}
.honggui-develop .dev-wrapper .items {
  position: relative;
  padding: 40px 0;
  border-left: 2px solid #133984;
}
.honggui-develop .dev-wrapper .items:last-child {
  padding-bottom: 0;
}
.honggui-develop .dev-wrapper .items:last-child li:last-child:after {
  position: absolute;
  z-index: 1;
  content: "";
  left: -13px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
.honggui-develop .dev-wrapper .year {
  position: absolute;
  right: 100%;
  top: -18px;
  height: 36px;
  width: 90px;
  line-height: 36px;
  font-size: 18px;
  color: #133984;
  font-weight: bold;
}
.honggui-develop .dev-wrapper .year:after,
.honggui-develop .dev-wrapper li:before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.honggui-develop .dev-wrapper .year:after {
  right: -7px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #133984;
}
.honggui-develop .dev-wrapper .items:first-child .year:after {
  width: 29px;
  height: 29px;
  border: none;
  margin-top: -14.5px;
  right: -14px;
  background: url(../images/icon-time.png) #fff center center no-repeat;
}
.honggui-develop .dev-wrapper ul {
  padding-left: 10px;
}
.honggui-develop .dev-wrapper li {
  position: relative;
  line-height: 34px;
  padding: 0 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.honggui-develop .dev-wrapper li:before {
  width: 8px;
  height: 8px;
  border: 1px solid #133984;
  margin-top: -4px;
  left: -15px;
}
.honggui-develop .dev-wrapper li:hover {
  background-color: #efefef;
}
.honggui-org .bd img {
  max-width: 100%;
}

/*联系我们*/
.honggui-contact .bd .row:after {
  clear: none;
}
.honggui-contact .bd .row > div {
  position: relative;
  border-right: 1px solid #d0d0d0;
  height: 120px;
  margin-bottom: 20px;
}
.honggui-contact .bd .row > div:last-child {
  border-right: none;
}

.honggui-contact .bd .row .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.honggui-contact .bd .row .table {
  width: 100%;
  height: 100%;
  text-align: center;
}
.honggui-contact .bd .row em {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin: 8px 0 5px;
}
.honggui-contact .bd .row p {
  line-height: 20px;
  text-align: center;
  color: #999;
  margin-bottom: 0;
}
.honggui-contact .bd .table img {
  width: 39px;
  max-width: 100%;
}

.honggui-contact .map-iframe {
  width: 100%;
  height: 580px;
}

#phlead {
  display: none;
}

.lead-list li {
  width: 24.6%;
  min-height: 362px;
  text-align: center;
  display: inline-block;
  padding-bottom: 30px;
}

.lead-list .nt1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lead-list .nt2000000000 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-left: 35px;
}
.lead-list li img {
  width: 160px;
  min-height: 240px;
}

.lead-list li .bb {
  width: 160px;
  min-height: 110px;
  overflow: hidden;
  margin: auto;
  margin-top: 15px;
  text-align: left;
  font-size: 13px;
  color: #7f7f7f;
  text-align: left;
}

.lead-list li .bb > div {
  margin-bottom: 5px;
}

.lead-list li .rank {
  display: flex;
  text-align: justify;
}

.lead-list li .rank .zc {
  width: 30px;
}

/* =========== 走进宏桂 end ========== */

/* =========== 新闻中心 start ========== */
.news-center .page-banner .title {
  background-color: #4f75b3;
}
.news-center .main .name.swiper-tab {
  margin: 0 29px;
  top: 0;
  border-bottom-color: #fff;
  cursor: pointer;
}
.news-center .main .name.swiper-tab:first-child {
  margin-left: 0;
}
.news-center .main .name.swiper-tab.active {
  border-bottom-color: #133984;
}
.news-center .main .hd {
  margin-bottom: 30px;
}
.news-center .main .swiper-slide {
  position: relative;
}
.news-center .main-item-bd,
.news-center .main .news-main-swiper img,
.news-center .main .news-main-swiper {
  height: calc(574px * (451 / 590));
}
.news-center .main .news-main-swiper img {
  width: 100%;
  max-width: 100%;
}
.news-center .main .news-main-swiper h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2% 80px 2% 15px;
  line-height: 30px;
  min-height: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Arial";
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-center .main .news-main-swiper ol {
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  min-height: 40px;
  padding: 2% 8px 2% 0;
  text-align: right;
  line-height: 30px;
}
.news-center .main .swiper-slide {
  width: 100%;
}
.news-center .main .news-main-swiper ol li {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #a3a0a0;
  cursor: pointer;
}
.news-center .main .news-main-swiper .swiper-active-switch {
  background-color: #fff;
}

.news-center .main .list p {
  margin-bottom: 0;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-indent: 28px;
  color: #999;
}
.news-center .main .list p span {
  color: #133984;
}
.news-center .main .list li {
  /*padding-bottom: 3.9%;*/
  margin-bottom: 2%;
  border-bottom: 1px dashed #dcdcdc;
}
.news-center .main .list li h2 {
  font-size: 18px;
}
.news-center .main .list li:hover h2 {
  color: #133984;
}
.news-center .activities .hd,
.news-center .special .hd,
.news-center .media .hd,
.news-center .video .hd {
  margin-bottom: 18px;
}
.news-center .media li img {
  width: 199px;
  height: 119px;
}
.news-center .media li h3 {
  font-size: 16px;
}
.news-center .media li.active .title {
  margin-left: 209px;
}
.news-center .media li.active h3 {
  font-size: 18px;
}
.news-center .video .bd {
  height: calc(370px * (243 / 386) + 64px);
}
.news-center .video .swiper-wrapper img {
  width: 100%;
  height: calc(370px * (243 / 386));
}
.news-center .video .swiper-slide {
  position: relative;
}
.news-center .video .swiper-slide:hover h3 {
  color: #133984;
}
.news-center .video .swiper-wrapper .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  line-height: 64px;
  margin-left: -32px;
  margin-top: -64px;
  color: #fff;
  font-size: 64px;
}
.news-center .video h3 {
  line-height: 24px;
  padding: 12px 0 8px;
  margin-bottom: 0;
}
.news-center .video span .icon-yanjing {
  color: #c1c1c1;
  margin-right: 4px;
}

.news-center .video button {
  position: absolute;
  width: 26px;
  height: 60px;
  top: 50%;
  margin-top: -62px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.news-center .video button i {
  font-size: 24px;
}
.news-center .video button.prev {
  left: 5px;
}
.news-center .video button.next {
  right: 5px;
}

.news-center .list-tab p span {
  color: #133984;
}
.news-center .activities .list-tab p {
  height: 48px;
  line-height: 24px;
  text-indent: 28px;
  margin-bottom: 0;
}
.news-center .activities .list-tab .title {
  margin-left: 0;
}
.news-center .activities h3 {
  font-size: 16px;
}
.news-center .activities .active h3 {
  font-size: 18px;
}
.news-center .special img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-center .special .imgbox:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.news-center .special .imgbox {
  overflow: hidden;
}
/* =========== 新闻中心 end ========== */

/* =========== 业务领域 start ========== */
#sjhg video {
  width: 100%;
  height: 285px;
}

.business .page-banner .title {
  background-color: #8e7828;
}
.business .page-banner .table {
  background-color: rgba(255, 255, 255, 0.5);
}
.business .item {
  padding-top: 70px;
  padding-bottom: 70px;
}
.business .item h3 {
  padding-top: 12px;
  margin-bottom: 20px;
  font-size: 18px;
}
.business .item .inner p {
  color: #999;
  height: 96px;
  line-height: 24px;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.business .item > div {
  padding-bottom: 20px;
}
.business .item > div:hover h3 {
  color: #133984;
}
.business .item .inner {
  padding: 0 25px;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.business .item .more {
  overflow: hidden;
  margin: 0 -25px;
  text-align: center;
}
.business .item .more .anim {
  width: 0;
  line-height: 35px;
  color: #fff;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.business .item > div:hover .anim {
  width: 100%;
  background-color: #133984;
}

.business .no2 img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.business .item > div:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.business .item .imgbox {
  overflow: hidden;
}

.ywly .pbox {
  background-color: #8d6338;
  color: #fff;
  padding: 35px 35px 40px;
}

.ywly .hbox {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.ywly .hbox .ht {
  margin-right: 50px;
}

.ywly .hbox .ht .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ywly .hbox .ht .org {
  font-size: 18px;
}

.ywly .hbox .hr {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.ywly .hbox .hr .tab {
  padding: 0 20px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 4px;
  margin: 8px 8px 0 0;
  cursor: pointer;
}

.ywly .hbox .hr .tab.active {
  outline: 2px solid #fff;
}

.ywly .article img {
  max-width: 100%;
}

/* =========== 业务领域 end ========== */

/* =========== 党建工作 start ========== */
.build .page-banner .title {
  background-color: #133984;
}
.build .dang .info {
  background-color: #133984;
}
.build .dang .imgbox {
  padding-right: 60px;
}
.build .dang .imgbox img {
  width: 100%;
}
.build .dang .bd {
  margin-top: 27px;
}
.build .dang .imgbox .date {
  width: 100px;
  height: 100%;
  padding-top: 20px;
  font-size: 16px;
}
.build .dang em {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}
.build .dang .bd .info {
  color: #fff;
  padding: 23px 35px 23px 25px;
}
.build .dang .imgbox .title {
  margin-left: 100px;
}
.build .dang .imgbox h2 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.build .dang .imgbox p {
  height: 66px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
}
.build .dang .items .date {
  line-height: 22px;
  width: 100px;
  text-align: right;
}
.build .dang .items li {
  margin-bottom: 5%;
  border-bottom: 1px solid #dadada;
}
.build .dang .items h2 {
  padding-bottom: 5%;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 0;
}
.build .dang .items p {
  display: none;
  overflow: hidden;
  color: #999;
  height: 72px;
  line-height: 24px;
}
.build .dang .items .active h2 {
  color: #133984;
  font-size: 18px;
  margin-bottom: 6%;
  border-bottom: 1px solid #dadada;
}
.build .dang .items .active p {
  display: block;
}
.build .dang .items .active-style {
  display: none;
}
.build .dang .items .active .normal-style {
  display: none;
}
.build .dang .items .active .active-style {
  display: inline;
}
.build .dang .items .title {
  margin-right: 100px;
}
.build .dang .items .active .date {
  padding-top: 30px;
  color: #666;
}

.build .dang-item {
  padding-bottom: 100px;
}

.build .dang-item .hd {
  margin-bottom: 10px;
}
/* =========== 党建工作 end ========== */

/* =========== 人力资源 start ========== */
.hr .page-banner .title {
  background-color: #4f75b3;
}
.hr .culture .bd {
  margin-top: 29px;
  height: 327px;
  background: url(../images/wenhua-bg.png) right 0 no-repeat;
}
.hr .culture .bd .inner {
  display: inline-block;
  height: 100%;
  text-align: left;
  padding-left: calc(100% - 600px);
}
.hr .culture .bd .table {
  height: 100%;
  font-size: 18px;
}
.hr .culture .bd li {
  position: relative;
  padding: 20px 0 20px 36px;
}
.hr .culture .bd li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  border-radius: 50%;
  background-color: #2a59a6;
}
.hr .menber .hd {
  margin-bottom: 36px;
}
.hr .menber .row > div {
  position: relative;
  height: 100%;
}
.hr .menber img {
  width: 100%;
  vertical-align: middle;
}
.hr .menber .tabel {
  height: 100%;
}
.hr .menber .table > div {
  width: 50%;
}
.hr .menber .table p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 1.75em;
}
.hr .menber .table > div:first-child {
  padding-right: 10%;
}
.hr .menber .table > div:first-child + div {
  padding-left: 6%;
}
.hr .menber .more {
  margin-top: 40px;
  width: 304px;
}
.hr .menber {
  padding-bottom: 50px;
}
.hr .menber .detail {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  min-width: 304px;
  margin-top: 30px;
  line-height: 50px;
  background-color: #133984;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hr .menber .detail:hover {
  background-color: #c7251f;
}
.hr .train li img {
  width: 172px;
  height: 101px;
}
.hr .train .hd,
.hr .recruit .hd {
  margin-bottom: 20px;
}
.hr .train li.active .title {
  margin-left: 192px;
}
.hr .train li h3,
.hr .recruit li h3 {
  padding-right: 90px;
  position: relative;
}
.hr .train li h3 .date,
.hr .recruit li h3 .date {
  position: absolute;
  right: 0;
}
.hr .train li.active h3 {
  font-size: 16px;
}
.hr .train li.active .date {
  display: none;
}
.hr .recruit {
  padding-bottom: 70px;
}
.hr .train li,
.hr .recruit li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.hr .train li p {
  text-indent: 28px;
}
.hr .train p span {
  color: #133984;
}
.hr .train li:first-child {
  padding-top: 0;
}
.hr .recruit img {
  max-width: 100%;
  margin-bottom: 10px;
}
.hr .train li p {
  margin-top: 5px;
  height: 72px;
  line-height: 24px;
}
/* =========== 人力资源 end ========== */

/* =========== 通知公告 start ========== */
.notice .container {
  overflow: visible;
}
.notice .gulter-20 {
  /*padding: 90px 0 40px;*/
}
.notice .gulter-20 > div {
  padding-bottom: 20px;
}
.notice .gulter-20 .inner {
  position: relative;
  height: 260px;
  padding: 20px 24px 20px;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.notice .gulter-20 .inner h2 {
  font-size: 24px;
  font-weight: bold;
  max-height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.notice .gulter-20 .inner p {
  color: #999;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}
.notice .gulter-20 .inner span {
  position: absolute;
  left: 24px;
  bottom: 20px;
  font-size: 12px;
  color: #999;
}
.notice .gulter-20 .inner span .icon {
  margin-right: 6px;
}

.notice .gulter-20 .inner:hover {
  box-shadow: 0 3px 6px #ccc;
}
.notice .gulter-20 .inner:hover h2 {
  color: #133984;
}
.notice .more {
  /*	padding-bottom: 90px;*/
  text-align: center;
}
.notice .more a {
  display: inline-block;
  width: 137px;
  line-height: 47px;
  font-size: 16px;
  border: 1px solid #b9b9b9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.notice .more a:hover {
  color: #133984;
  border-color: #133984;
}
/* =========== 通知公告 end ========== */

/* =========== 在线服务 start ========== */
.service .container {
  overflow: visible;
}
.service .table {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  border-bottom: 5px solid #fff;
  box-shadow: 0 4px 10px #bbb;
}
.service .info {
  position: relative;
  z-index: 100;
  top: 0;
}
.service .info > div {
  height: 180px;
  text-align: center;
  margin-bottom: 20px;
}
.service .info > div:first-child .table {
  border-bottom-color: #ffba00;
}
.service .info > div:first-child + div .table {
  border-bottom-color: #369614;
}
.service .info > div:last-child .table {
  border-bottom-color: #00c0ff;
}
.service .info > div:last-child {
  margin-bottom: 0;
}
.service .info .type {
  font-size: 24px;
}
.service .info .email {
  font-size: 16px;
  margin-top: 18px;
}
.service .info .clfix {
  padding: 0 10px 10px;
  text-align: left;
}
.service .info .clfix .label {
  display: inline-block;
  min-width: 72px;
  float: left;
  text-align: right;
}
.service .info .clfix > div {
  margin-left: 72px;
}
.service .form {
  position: relative;
  margin-bottom: 90px;
  background-color: #f2f2f2;
  box-shadow: 0 4px 10px #bbb;
}
.service .form:before,
.service .form:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/line.jpg) 0 0 repeat-x;
}
.service .form:after {
  bottom: 0;
  top: auto;
}
.service .form .hd {
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  color: #133984;
  border-bottom: 1px solid #dedede;
}
.service .form .bd {
  width: 620px;
  padding: 0 10px;
  margin: 40px auto 0;
}
.service .form .label {
  width: 70px;
  line-height: 47px;
  float: left;
  text-align: right;
  font-size: 16px;
}
.service .form .form-item {
  margin-bottom: 20px;
}
.service .form .label span {
  position: relative;
  line-height: normal;
}
.service .form .require .label span:before {
  position: absolute;
  content: "*";
  top: -2px;
  left: -10px;
  color: #133984;
}
.service .form {
  padding-bottom: 170px;
}
.service .form .input {
  margin-left: 80px;
}
.service .form .input input {
  width: 100%;
  height: 47px;
}
.service .form .input input,
.service .form .input textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  outline: none;
}
.service .form button[type="submit"] {
  display: block;
  width: 100%;
  border: none;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
  background-color: #133984;
  box-shadow: 0 3px 6px #a41610;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service .form button[type="submit"]:hover {
  background-color: #a41610;
}

.service .form .bd .ajax-submit-resp {
  display: none;
  margin: 10px 0;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.service .form .bd .ajax-submit-resp.success {
  color: #13c243;
}
.service .form .bd .ajax-submit-resp.error {
  color: #133984;
}
.service .form .bd .error {
  border-color: #133984;
}

@media (max-width: 667px) {
  .service .form .bd {
    width: 100%;
    margin: 40px auto 0;
  }
  .service .form .bd .ajax-submit-resp {
    position: fixed;
    margin-top: 0;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .service .form .bd .ajax-submit-resp.success {
    background-color: #13c243;
    color: #fff;
  }
  .service .form .bd .ajax-submit-resp.error {
    background-color: #133984;
    color: #fff;
  }
}

/* =========== 在线服务 end ========== */

/* =========== 搜索页 start ========== */
.page-search .sites,
.page-search nav ul.row {
  display: none;
}
.page-search header {
  border-bottom: 3px solid #133984;
}
.page-search .left {
  width: 225px;
}
.page-search .right {
  margin-left: 285px;
  padding-bottom: 100px;
}
.page-search nav .search {
  padding: 40px 0 50px;
  width: calc(100% - 300px);
  margin-left: 300px;
  text-align: left;
}
.page-search nav .search form {
  max-width: 80%;
  height: 38px;
}
.page-search nav .search form input {
  height: 29px;
  line-height: 29px;
}
.page-search nav .search form button {
  width: 29px;
  height: 30px;
  line-height: 30px;
}
.page-search .left .items .hd {
  line-height: 37px;
  border-left: 8px solid #b4b4b4;
  text-indent: 24px;
  background-color: #dfdfdf;
  margin-bottom: 18px;
}
.page-search .left .items {
  margin-bottom: 30px;
}
.page-search .left .items a {
  display: block;
  line-height: 36px;
  padding-left: 25px;
}
.page-search .left .items em {
  font-style: normal;
  color: #1e81c6;
}
.page-search .left .items a:hover {
  color: #333;
}
.page-search .left .items a.active {
  background-color: #f2f2f2;
}
.page-search .right li {
  padding: 20px 15px;
}
.page-search .right li h3 {
  color: #3c56d8;
  font-size: 18px;
}
.page-search .right li em {
  font-style: normal;
  color: #133984;
}
.page-search .right li p {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  color: #666;
}
.page-search .right li .link {
  color: #117b18;
}
.page-search .right li .ft {
  position: relative;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.page-search .right li .date {
  position: absolute;
  right: 0;
}
.page-search .right li:hover {
  background-color: #f0f0f0;
}
/* =========== 搜索页 end ========== */

/* =========== 党专题 start ========== */

.page-dang {
  padding-top: 516px;
  padding-top: calc(100vw * (516 / 1920));
  background: url(../images/bg-dang-hd.jpg) center 0 no-repeat;
  background-size: 100% auto;
}
.qy {
  /*党史样式*/
  background-image: url(../images/20220110171131.jpg);
}
.ds {
  /*党史样式*/
  background: url(../images/20220111093514.jpg) center 0 no-repeat;
  background-size: 100% auto;
}
.ql {
  /*清廉样式*/
  background-image: url(../images/qlhg.png);
}
.esd {
  /*二十大样式*/
  background-image: url(../images/202208231110161.png);
}
.page-dang .today {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 10px 0 80px;
  text-align: center;
  background-color: #133984;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.page-dang .today a {
  display: inline-block;
  max-width: 100%;
  color: #fff;
}
.page-dang .today span {
  position: absolute;
  width: 62px;
  height: 62px;
  line-height: 22px;
  padding: 8px;
  top: 9px;
  left: 9px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background-color: #ffa311;
}
.page-dang .column .hd {
  position: relative;
  height: 78px;
  line-height: 78px;
  padding-left: 130px;
  color: #133984;
  margin-bottom: 24px;
  border-bottom: 3px solid #133984;
  background: url(../images/bg-dang-title.png) 0 bottom no-repeat;
}
.page-dang .column .hd .name {
  font-size: 30px;
}
.page-dang .column .hd .more {
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #133984;
  font-size: 16px;
}
.page-dang .column .hd .more:hover {
  text-decoration: underline;
}

.page-dang .column .hd1 {
  position: relative;
  height: 78px;
  line-height: 78px;
  padding-left: 130px;
  color: #133984;
  margin-bottom: 24px;
  border-bottom: 3px solid #133984;
  background: url(../images/bg-dang-title1.png) 0 bottom no-repeat;
}
.page-dang .column .hd1 .name {
  font-size: 30px;
}
.page-dang .column .hd1 .more {
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #133984;
  font-size: 16px;
}
.page-dang .column .hd1 .more:hover {
  text-decoration: underline;
}

.page-dang .column-shijiu {
  padding-bottom: 50px;
}
.page-dang .column-shijiu .left {
  width: 500px;
  padding-bottom: 25px;
  background-color: #133984;
}
.page-dang .column-shijiu .left img {
  width: 100%;
  height: 334px;
}
.page-dang .column-shijiu .left h2 {
  height: 105px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
}
.page-dang .column-shijiu .right {
  margin-left: 550px;
}
.page-dang .column-shijiu .right h2 {
  font-size: 24px;
  margin: 20px;
  padding-top: 20px;
  height: 92px;
  overflow: hidden;
}
.page-dang .column-shijiu .right h2 a:hover {
  text-decoration: underline;
}
.page-dang .column-shijiu .right h2 a {
  color: #133984;
}
.page-dang .column-shijiu .right p {
  color: #666;
  height: 42px;
  overflow: hidden;
}
.page-dang .column-shijiu ul {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #bfbfbf;
}
.page-dang .column-shijiu li {
  font-size: 18px;
}

.page-dang .column-ershi {
  padding-bottom: 100px;
}

.page-dang .list-circle li {
  position: relative;
  padding: 12px 0 12px 36px;
}
.page-dang .list-circle li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  left: 0;
  margin-top: -4.5px;
  border-radius: 50%;
  background-color: #133984;
}

.page-dang .column-liangzuo {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.page-dang .column-liangzuo .row {
  margin-left: -42px;
  margin-right: -42px;
}
.page-dang .column-liangzuo .row > div {
  padding: 0 42px;
}
.page-dang .column-liangzuo li {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.page-dang .column-liangzuo li.active img {
  display: none;
  width: 246px;
  height: 164px;
}
.page-dang .column-liangzuo li.active {
  padding-left: 0;
}
.page-dang .column-liangzuo li.active:before {
  width: 0;
  height: 0;
}
.page-dang .column-liangzuo li.active .info {
  margin-left: 266px;
}
.page-dang .column-liangzuo li h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.page-dang .column-liangzuo li img,
.page-dang .column-liangzuo li p {
  display: none;
}
.page-dang .column-liangzuo li.active img,
.page-dang .column-liangzuo li.active p {
  display: block;
}
.page-dang .column-liangzuo li p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-indent: 14px;
  color: #666;
}
.page-dang .column-liangzuo li p span {
  color: #133984;
}
.page-dang .column-liangzuo li.active {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #bfbfbf;
}
.page-dang .column-liangzuo li.active h3 {
  font-size: 18px;
  color: #133984;
  padding: 10px 0 15px;
}
.page-dang .column-lianzheng .row > div {
  margin-bottom: 20px;
}
.page-dang .column-lianzheng {
  padding: 40px 0 60px;
}
.page-dang .column-lianzheng .inner {
  height: 200px;
  padding: 25px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-dang .column-lianzheng .inner:hover {
  box-shadow: 0 3px 15px #ddd;
  border-radius: 6px;
}
.page-dang .column-lianzheng h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  color: #133984;
}
.page-dang .column-lianzheng h3:before {
  position: absolute;
  content: "";
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #133984;
}
.page-dang .column-lianzheng p {
  color: #666;
  line-height: 24px;
  max-height: 98px;
  overflow: hidden;
}
.page-dang .column-lianzheng p span {
  color: #133984;
}

.page-dang .column.column-list .hd {
  line-height: 96px;
  font-size: 14px;
  color: #666;
}
.page-dang .column.column-list .hd cite {
  color: #133984;
  font-style: normal;
}
.page-dang .column-list .left {
  width: 257px;
}
.page-dang .column-list .left a {
  display: block;
  height: 56px;
  line-height: 56px;
  background-color: #e3e3e3;
  text-align: center;
  margin-bottom: 2px;
  font-size: 16px;
}
.page-dang .column-list .left a:hover {
  color: #133984;
}
.page-dang .column-list .left a.active:hover,
.page-dang .column-list .left a.active {
  color: #fff;
  background-color: #133984;
}
.page-dang .column-list .right {
  margin-left: 300px;
}
.page-dang .column-list .right .list-circle li {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 36px;
}
.page-dang .column-list .right .list-circle li:before {
  background-color: #e9ded0;
}
.page-dang .column-list .right .list-circle li h3 {
  padding-right: 120px;
  margin-bottom: 0;
}
.page-dang .column-list .right .list-circle li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}
.page-dang .column-list .right .list-circle li:hover h3,
.page-dang .column-list .right .list-circle li:nth-child(5n - 4) h3 {
  color: #133984;
}
.page-dang .column-list .right .list-circle li:nth-child(5n) {
  margin-bottom: 30px;
}
.page-dang .column-list .right .list-circle li:nth-child(5n):after {
  position: absolute;
  content: "";
  width: 100%;
  top: 48px;
  left: 0;
  border-bottom: 1px dashed #ffba01;
}

.page-dang .column-list h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.page-dang .column-list p.info {
  color: #999;
  text-align: center;
}
.page-dang .column-list p.info span {
  display: inline-block;
  margin: 0 10px;
}
.page-dang .column-list .article {
  margin-top: 40px;
  padding: 40px 0 40px;
  border-top: 1px solid #b1b1b1;
}
.page-dang .column-list .article img {
  max-width: 100%;
}
.page-dang .column-list .sharebox {
  text-align: right;
  margin-bottom: 40px;
}
.social-share .icon-wechat .wechat-qrcode {
  left: -126px;
}
.social-share .icon-wechat .wechat-qrcode:after {
  left: 71%;
}
.page-dang .social-share .social-share-icon {
  opacity: 0.7;
}
.page-dang .social-share .social-share-icon:hover {
  opacity: 1;
}
.page-dang .social-share .help {
  padding-left: 10px;
}

.page-dang .footer {
  text-align: center;
}
.page-dang .footer .bg {
  height: calc(100vw * (240 / 1920));
  background: url(../images/bg-dang-ft.png) center 0 no-repeat;
  background-size: 100% auto;
}
.page-dang .footer .about {
  padding: 40px 0;
}
.page-dang .footer .about span {
  display: inline-block;
  margin: 0 10px;
  line-height: 22px;
  color: #666;
}
.page-dang .footer .about span a {
  color: #666;
}
.page-dang .footer .about span a:hover {
  color: #133984;
}

/*“不忘初心、牢记使命”专栏*/
.zt .column-name .more {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  margin-top: -8px;
  padding: 0 4px;
  height: 17px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  background-color: #c5c5c5;
}
/* =========== 党专题 end ========== */

/*广西国资国企消费帮扶平台*/
.index .fp ul {
  margin-left: 40px;
  margin-top: 40px;
}
.index .fp ul li {
  position: relative;
  margin-bottom: 12px;
  list-style-type: square;
}
.index .fp ul li a {
  font-size: 16px;
}
.index .build ul li .title {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-right: 90px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*广西国资国企消费帮扶平台*/

/*中介机构选聘信息*/
.zpxx {
  position: fixed !important;
  right: 10px;
  top: 760px;
  z-index: 1000;
  width: 122px;
  height: 156px;
  background: #fff;
  border: #ccc solid 1px;
}
/*中介机构选聘信息*/

/*党建专题轮播图*/
.index .djzt .swiper-container h2 {
  font-size: 26px;
}
.index .djzt .swiper-container h2 span {
  font-size: 20px;
}
.index .djzt {
  background-color: #f0f0f0;
}
/*第314行改  为7   background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,.7) );*/
/*去掉扶贫板块的背景色*/
/*党建专题轮播图*/
.ds .column .zybs {
  background: url(../images/ds-zybs.png) 0 bottom no-repeat;
}
.ds .column .xxdt {
  background: url(../images/ds-xxdt.png) 0 bottom no-repeat;
}
.ds .column .bnds {
  background: url(../images/ds-bnds.png) 0 bottom no-repeat;
}
.zy {
  padding-top: 80px;
}

/*nina */

.djglbox {
}
.djglbox-title {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}
.djglbox-title h3 {
  margin-bottom: 0;
  float: left;
  padding-left: 50px;
  font-size: 22px;
  background-image: url(../images/djgl2.png);
  background-repeat: no-repeat;
  background-size: 23%;
  background-position: left;
}
.djglbox-title a {
  display: block;
  color: #666666;
}
.djglbox-content {
  display: flex;
  min-height: 280px;
  border: 1px solid #dcbd99;
  margin-top: 20px;
  justify-content: space-between;
  align-items: baseline;
  background-image: url(../images/djgl1.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-position-x: right;
  background-position-y: bottom;
  background-color: #f2e9dc;
}
.djglbox-content-left {
  float: left;
  padding: 26px 0 0 20px;
}
.djglbox-content-left a {
  display: block;
  overflow: hidden;
}
.djglbox-content-left a img {
  height: 147px;
  padding: 6px;
  border: #dcbd99 solid 1px;
  background: #fff;
}
.djglbox-content-left a:hover img {
  filter: brightness(1.2);
}
.djglbox-content-left a p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
}
.djglbox-content-right {
  float: left;
  padding: 15px 30px 0 30px;
}
.djglbox-content-right a {
  padding-left: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: #d0c3b6 dashed 1px;
}
.djglbox-content-right a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #000;
  margin-top: -2px;
  border-radius: 50%;
}
.djglbox-content-right a:hover h3 {
  color: #225eb8;
}
.djglbox-content-right a h3 {
  line-height: 35px;
}
.djglbox-content-right a span {
  line-height: 35px;
}

.ztlmbox-title {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ztlmbox-title h3 {
  margin-bottom: 0;
  float: left;
  padding-left: 50px;
  font-size: 22px;
  background-image: url(../images/ztlm1.png);
  background-repeat: no-repeat;
  background-size: 23%;
  background-position: left;
}
.ztlmbox-title a {
  display: block;
  color: #666666;
}
.ztlmbox-content {
  width: 100%;
  min-height: 280px;
  padding-bottom: 30px;
  margin-top: 20px;
  border: 1px solid #dcbd99;
  overflow: hidden;
}
.ztlmbox-content a {
  display: block;
  margin: 18px 20px;
}
.ztlmbox-content a img {
  width: 100%;
  height: 97px;
}
.ztlmbox-content a:hover img {
  filter: brightness(1.2);
}
