body {
  position: relative;
  background: #fff;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}

.highlight {
  color: #C89954 !important;
}

.container-fluid {
  padding: 0;
  position: relative;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  height: auto;
  position: relative;
}

#header {
  width: 100%;
  overflow: hidden;
}

#header .logo-img {
  height: 54px;
}

#header .logo-text {
  display: inline-block;
  line-height: 80px;
  color: #C89954;
  margin-left: 25px;
}

#header .login-media {
  display: inline-block;
  line-height: 40px;
  border: 1px solid #C89954;
  float: right;
  margin-top: 20px;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 25px;
  color: #C89954;
}

#header .mobile-menu {
  display: none;
}

#header .banner {
  position: relative;
  height: 420px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#footer {
  padding: 45px 0 30px;
  background: url(../images/ft_bg.png) 50% 50% repeat-x #F8F8F8;
  background-size: 50%;
}

#footer .text-img {
  width: 100%;
  height: 48px;
  background: url(../images/footer_text.png) 50% 50% no-repeat;
}

#footer .gc-tips {
  font-size: 14px;
  color: #C89954;
  background: rgba(237, 226, 209, 0.5);
  border: 1px solid #EDE2D1;
  border-radius: 20px;
  padding: 10px 0;
  width: 530px;
  text-align: center;
  margin: 25px auto 20px auto;
}

#footer .copyright {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 200%;
}

#footer .copyright a:link,
#footer .copyright a:visited {
  color: #999;
}

.nav-breadcrumb {
  height: 60px;
  line-height: 60px;
  background: rgba(243, 243, 243, 0.5);
}

.nav-breadcrumb .home {
  height: 32px;
  width: 32px;
  display: inline-block;
  position: absolute;
  top: 13px;
  background: url("../images/icon_home.png") 50% 50% no-repeat;
}

.nav-breadcrumb .links {
  display: inline-block;
  position: relative;
  margin-left: 45px;
}

.nav-breadcrumb .links span {
  font-size: 14px;
  margin-right: 20px;
}

.nav-breadcrumb .links span:before {
  content: "";
  height: 32px;
  width: 10px;
  display: inline-block;
  overflow: hidden;
  background: url("../images/icon_right_corn.png") 50% 50% no-repeat;
  position: relative;
  left: 0;
  top: 11px;
}

.nav-breadcrumb .links span a {
  margin-left: 15px;
  color: #999;
}

.play-dlt-ball i,
.play-pl3-ball i,
.play-pl5-ball i,
.play-qxc-ball i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-style: normal;
  display: inline-block;
  background: url("../images/ball_1.png") 50% 50% no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.play-dlt-ball.small i,
.play-pl3-ball.small i,
.play-pl5-ball.small i,
.play-qxc-ball.small i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 7px;
}

.play-dlt-ball i.s {
  color: #000;
  background: url("../images/ball_1_s.png") 50% 50% no-repeat;
  background-size: 100%;
}

.play-pl3-ball i,
.play-pl5-ball i {
  background: url("../images/ball_2.png") 50% 50% no-repeat;
  background-size: 100%;
}

.play-qxc-ball i {
  background: url("../images/ball_3.png") 50% 50% no-repeat;
  background-size: 100%;
}

.play-qxc-ball i.s {
  color: #000;
  background: url("../images/ball_3_s.png") 50% 50% no-repeat;
  background-size: 100%;
}

#site-menu {
  width: 100%;
  margin: 0 auto;
  clear: both;
  height: 54px;
  line-height: 54px;
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
}

#site-menu ul {
  clear: both;
}

#site-menu ul,
#site-menu li {
  list-style: none;
  position: relative;
}

#site-menu .item {
  height: 54px;
  float: left;
  display: inline-block;
  margin-right: 40px;
  box-sizing: border-box;
  padding: 0 10px;
}

#site-menu .item .link {
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#site-menu .item.active {
  border-bottom: 4px solid #fff;
}

#site-menu .sub-menu-list {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  text-align: center;
}

#site-menu .sub-menu-list .sub-item {
  white-space: nowrap;
}

#site-menu li:hover .sub-menu-list {
  display: block;
}

#site-search {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#site-search .input-group {
  width: 600px;
}

#site-search .input-group input {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  height: 54px;
  line-height: 54px;
}

#site-search .input-group .submit-button {
  background: linear-gradient(98.38deg, #C69141 -4.72%, #E7A644 117.12%);
  height: 54px;
  line-height: 54px;
  width: 120px;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
}

#notice-list {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.4);
}

#notice-list .subject {
  font-size: 24px;
  color: #C89954;
  float: left;
  display: inline-block;
  padding: 0 10px;
}

#notice-list .cnt {
  position: relative;
  margin-left: 100px;
  list-style: none;
  min-height: 400px;
}

#notice-list .cnt li,
#notice-list .cnt a {
  color: #666;
}

#notice-list .cnt li {
  float: left;
  display: inline-block;
  margin-right: 55px;
}

#four-blocks {
  width: 100%;
  padding: 60px 0 80px 0;
  clear: both;
  position: relative;
}

#four-blocks .block-item {
  float: left;
  display: inline-block;
  margin-left: 60px;
  width: 255px;
  height: 255px;
  border: 1px solid #EDE2D1;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: .4s background !important;
}

#four-blocks .block-item a {
  text-decoration: none;
  color: #000;
}

#four-blocks .block-item:hover {
  background: rgba(237, 226, 209, 0.5);
}

#four-blocks .block-item:first-child {
  margin: 0;
}

#four-blocks .block-item .icon {
  padding: 30px 0 10px 0;
}

#four-blocks .block-item .text {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}

#four-blocks .block-item .list {
  margin-top: 10px;
  padding: 0 15px;
}

#four-blocks .block-item .list a {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: center;
  color: #999;
  line-height: 42px;
}

#four-blocks .block-item .list a:hover {
  color: #C89954;
}

#four-blocks .block-item .list.line a {
  width: 100%;
}

#four-blocks .block-item .list.high a {
  line-height: 80px;
}

.big-tip-box {
  background: #FFFFFF;
  border: 1px solid #E7A644;
  box-shadow: 0 0 5px #C69141;
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 20;
}

.big-tip-box:before {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 36px;
  height: 36px;
  left: 110px;
  top: -18px;
  transform: rotate(45deg);
  border: 1px solid #E7A644;
  box-shadow: -1px -1px 5px #C69141;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
}

.big-tip-box .cnt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 25px;
}

.faq-block {
  background: rgba(238, 238, 238, 0.4);
  padding: 10px 20px 5px 20px;
  margin-top: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.faq-block h4 {
  font-size: 20px;
  font-weight: bold;
}

.faq-block .faq-float-list {
  clear: both;
  margin-top: 15px;
}

.faq-block .faq-float-list li {
  float: left;
  display: inline-block;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 20px;
  margin-bottom: 15px;
  color: #999;
}

.faq-block .faq-float-list li a {
  color: #999;
}

#float-box-gyj {
  top: 365px;
}

#float-box-gyj .two-block {
  background: rgba(238, 238, 238, 0.4);
  padding: 20px;
  width: 545px;
  min-height: 154px;
}

#float-box-gyj .two-block.gz {
  float: right;
  display: inline-block;
}

#float-box-gyj .two-block h4 {
  font-size: 20px;
  font-weight: bold;
}

#float-box-gyj .two-block .time {
  color: #999;
}

#float-box-gyj .two-block .high-color {
  color: #E7A644;
}

#float-box-gyj .two-block .text {
  margin-top: 10px;
}

#float-box-gyj .split-dot {
  border-top: 2px dotted #ddd;
  height: 1px;
  margin: 30px 0 0 0;
}

#float-box-kjdj {
  top: 365px;
}

#float-box-kjdj.big-tip-box:before {
  left: 425px;
}

#float-box-kjdj .play-table {
  width: 100%;
  border-bottom: 2px solid #E7A644;
}

#float-box-kjdj .play-table thead {
  color: #666;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  background: rgba(237, 226, 209, 0.5);
  text-align: center;
}

#float-box-kjdj .play-table tbody {
  line-height: 60px;
  color: #666;
  text-align: center;
}

#float-box-kjdj .play-table tbody tr {
  border-bottom: 2px dotted #ddd;
}

#float-box-kjdj .play-table tbody tr:last-child {
  border: none;
}

#float-box-kjdj .jc {
  margin-top: 5px;
  background: rgba(238, 238, 238, 0.4);
  height: 52px;
  line-height: 52px;
}

#float-box-kjdj .jc strong {
  font-size: 24px;
  color: #C89954;
  width: 160px;
  text-align: center;
  display: inline-block;
}

#float-box-kjdj .jc span {
  font-size: 18px;
  color: #C89954;
  margin-left: 20px;
  margin-right: 100px;
}

#float-box-kjdj .jc span i {
  font-style: normal;
  color: #FF6B00;
  margin-left: 15px;
}

#float-box-mdsq {
  top: 365px;
}

#float-box-mdsq.big-tip-box:before {
  left: 740px;
}

.img-text-block {
  padding: 90px 0;
}

.img-text-block .bg-title {
  height: 64px;
  line-height: 64px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #666;
  font-weight: bold;
  background: url("../images/NEWS.png") 50% 50% no-repeat;
}

.img-text-block .cnt {
  padding: 20px 0;
}

.img-text-block .cnt .right-block {
  float: right;
  display: inline-block;
  overflow: hidden;
  width: 640px;
  padding-left: 40px;
}

.img-text-block .cnt .right-block .link-list {
  font-size: 18px;
}

.img-text-block .cnt .right-block .link-list li,
.img-text-block .cnt .right-block .link-list a {
  color: #666;
  line-height: 70px;
}

.img-text-block .cnt .right-block .link-list li {
  position: relative;
  padding-left: 15px;
  padding-right: 160px;
  border-bottom: 1px dashed #EDE2D1;
  transition: .4s background !important;
}

.img-text-block .cnt .right-block .link-list li a {
  display: block;
  width: 100%;
}

.img-text-block .cnt .right-block .link-list li:hover {
  background: rgba(241, 230, 213, 0.4);
}

.img-text-block .cnt .right-block .link-list li .time {
  position: absolute;
  top: 0;
  right: 15px;
  font-style: normal;
  color: #999;
}

.img-text-block .cnt .left-block {
  display: inline-block;
  width: 560px;
  overflow: hidden;
}

.img-text-block .cnt .left-block .trans-title img {
  width: 560px;
  height: 373px;
  object-fit: cover;
}

.img-text-block .cnt .more {
  height: 45px;
  line-height: 45px;
  width: 120px;
  text-align: center;
  display: block;
  margin: 40px auto 0 auto;
  background: rgba(241, 230, 213, 0.4);
  border: 1px solid #C89954;
  border-radius: 22px;
}

.img-text-block .cnt .more a {
  color: #C89954;
}

#qcxw-block {
  background: #F9F5EE;
  width: 100%;
}

#qcxw-block .img-text-block {
  padding: 40px 0;
}

#qcxw-block .img-text-block .bg-title {
  background: url("../images/NEWS.png") 50% 50% no-repeat;
}

.swiper-container-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container-box .swiper-slide {
  width: 550px;
  height: 366px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.swiper-container-box .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
  font-size: 18px;
  padding: 0 100px 0 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-container-box .swiper-slide a {
  display: block;
  height: 100%;
}

.swiper-container-box .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container-box .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  opacity: 0.2;
  background-color: #fff;
}

.swiper-container-box .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E7A644;
}

.swiper-container-box .swiper-pagination {
  width: auto;
  right: 6px;
  text-align: right;
}

#contact-us-block {
  background: #FFF;
  width: 100%;
}

#contact-us-block .img-text-block {
  padding: 60px 0;
}

#contact-us-block .img-text-block .bg-title {
  background: url("../images/CONTACT_US.png") 50% 50% no-repeat;
}

#contact-us-block .img-text-block .cnt {
  padding-top: 60px;
}

#contact-us-block .img-text-block .left-block {
  background: #EEEEEE;
  border-radius: 10px;
  padding: 25px;
  width: 450px;
  box-sizing: content-box;
}

#contact-us-block .img-text-block .right-block {
  padding-left: 0;
}

#contact-us-block .img-text-block .right-block h3 {
  font-size: 26px;
}

#contact-us-block .img-text-block .right-block .tip {
  font-size: 20px;
  color: #999;
  line-height: 100%;
  margin-top: 28px;
}

#contact-us-block .img-text-block .right-block .map {
  margin-top: 32px;
}

#link-block .img-text-block {
  padding: 40px 0;
}

#link-block .img-text-block .bg-title {
  background: url("../images/LINKS.png") 50% 50% no-repeat;
}

#link-block .img-text-block .cnt {
  padding-top: 60px;
}

#link-block .img-text-block .cnt .links {
  background: rgba(238, 238, 238, 0.4);
  padding: 30px 20px;
}

#link-block .img-text-block .cnt .links li img {
  height: 52px;
}

#zrcp-block .img-text-block {
  padding-top: 60px;
  padding-bottom: 0;
}

#zrcp-block .img-text-block .bg-title {
  background: url("../images/RESPONSE.png") 50% 50% no-repeat;
}

#zrcp-block .img-text-block .cnt {
  padding-top: 60px;
}

#zrcp-block .img-text-block .cnt .blks {
  position: relative;
  float: left;
  display: inline-block;
  width: 224px;
  height: 360px;
  background: url("../images/bg_1.png") 50% 5% no-repeat #eee;
  background-size: 85%;
  margin-left: 20px;
  transition: .4s width;
  overflow: hidden;
}

#zrcp-block .img-text-block .cnt .blks .text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: none;
}

#zrcp-block .img-text-block .cnt .blks:first-child {
  margin-left: 0;
}

#zrcp-block .img-text-block .cnt .blks h3 {
  font-size: 28px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  left: 15px;
  top: 240px;
}

#zrcp-block .img-text-block .cnt .blks .st {
  font-size: 18px;
  padding-left: 10px;
  position: relative;
  left: 15px;
  top: 242px;
  color: #999;
}

#zrcp-block .img-text-block .cnt .blks.k1 {
  border-bottom: 9px solid #222;
}

#zrcp-block .img-text-block .cnt .blks.k1 h3 {
  color: #222;
}

#zrcp-block .img-text-block .cnt .blks.k2 {
  border-bottom: 9px solid #E50012;
}

#zrcp-block .img-text-block .cnt .blks.k2 h3 {
  color: #E50012;
}

#zrcp-block .img-text-block .cnt .blks.k3 {
  border-bottom: 9px solid #009743;
}

#zrcp-block .img-text-block .cnt .blks.k3 h3 {
  color: #009743;
}

#zrcp-block .img-text-block .cnt .blks.k4 {
  border-bottom: 9px solid #F9BE00;
}

#zrcp-block .img-text-block .cnt .blks.k4 h3 {
  color: #F9BE00;
}

#zrcp-block .img-text-block .cnt .blks.k5 {
  border-bottom: 9px solid #0081CB;
}

#zrcp-block .img-text-block .cnt .blks.k5 h3 {
  color: #0081CB;
}

#zrcp-block .img-text-block .cnt .blks.small {
  width: 165px;
}

#zrcp-block .img-text-block .cnt .blks.hover {
  width: 460px;
  background: url("../images/bg_1.png") 50% 50% no-repeat rgba(237, 226, 209, 0.5);
  background-size: 50%;
}

#zrcp-block .img-text-block .cnt .blks.hover h3 {
  top: 20px;
  left: 0;
}

#zrcp-block .img-text-block .cnt .blks.hover .st {
  display: none;
}

#zrcp-block .img-text-block .cnt .blks.hover .text {
  padding: 40px 20px 0 20px;
  display: block !important;
  width: 460px;
}

#zrcp-block .img-text-block .cnt .blks.hover .text p {
  margin: 0;
}

#zrrz-block .img-text-block {
  padding-top: 60px;
}

#zrrz-block .img-text-block .bg-title {
  background: url("../images/CERTIFICATE.png") 50% 50% no-repeat;
}

#zrrz-block .img-text-block .cnt {
  padding-top: 60px;
}

#zrrz-block .img-text-block .left-block {
  background: #eee;
  padding: 40px 15px;
  width: 315px;
  height: 386px;
}

#zrrz-block .img-text-block .right-block {
  line-height: 200%;
  width: 865px;
  height: 386px;
  background: rgba(241, 230, 213, 0.4);
  padding: 60px 50px;
  font-size: 18px;
  color: #333;
}

#zrrz-block .img-text-block .right-block .sp-list {
  padding-top: 40px;
}

#zrrz-block .img-text-block .right-block .sp-list li {
  color: #666;
  padding-left: 36px;
  background: url("../images/icon_10.png") 0% 50% no-repeat;
}

#shzrbg-block .img-text-block {
  padding-top: 60px;
}

#shzrbg-block .img-text-block .bg-title {
  background: url("../images/REPORT.png") 50% 50% no-repeat;
}

#shzrbg-block .img-text-block .cnt {
  padding-top: 80px;
}

#shzrbg-block .img-text-block .cnt .left-block {
  background: transparent;
  width: 550px;
  height: 330px;
}

#shzrbg-block .img-text-block .cnt .right-block .view-report {
  background: rgba(238, 238, 238, 0.4);
  width: 600px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  color: #000;
}

#shzrbg-block .img-text-block .cnt .right-block .view-report select {
  padding: 5px;
  margin: 0 10px;
  border: 1px solid #999;
  border-radius: 5px;
}

#shzrbg-block .img-text-block .cnt .right-block .view-report .link {
  width: 88px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: url("../images/btn_1.png") no-repeat;
}

#shzrbg-block .img-text-block .cnt .right-block .desc {
  padding-top: 40px;
  color: #666;
  line-height: 200%;
}

#notice-block .img-text-block {
  padding: 60px 0;
}

#notice-block .img-text-block .bg-title {
  background: url("../images/ANNOUNCEMENT.png") 50% 50% no-repeat;
}

#notice-block .img-text-block .cnt {
  background: #F9F5EE;
}

#notice-list-block {
  background: #F9F5EE;
}

#notice-list-block .img-text-block {
  padding: 30px 0;
}

#about-block .img-text-block {
  padding: 60px 0;
}

#about-block .img-text-block .bg-title {
  background: url("../images/ABOUT_US.png") 50% 50% no-repeat;
}

#about-block .img-text-block .cnt {
  padding-top: 60px;
}

#about-block .img-text-block .cnt .left-block {
  background: #EEEEEE;
  border-radius: 10px;
  padding: 25px;
  width: 450px;
  box-sizing: content-box;
}

#about-block .img-text-block .cnt .right-block {
  padding-left: 0;
}

#about-block .img-text-block .cnt .right-block h3 {
  font-size: 26px;
}

#about-block .img-text-block .cnt .right-block .tip {
  font-size: 20px;
  color: #999;
  line-height: 100%;
  margin-top: 28px;
}

#about-block .img-text-block .cnt .right-block .map {
  margin-top: 32px;
}

#gsz-center {
  padding-bottom: 20px;
}

#gsz-center .title {
  padding: 20px;
  background: rgba(238, 238, 238, 0.4);
  font-size: 26px;
  font-weight: bold;
  color: #666;
}

#gsz-center .list {
  padding: 20px 0;
}

#gsz-center .list .item {
  background: rgba(238, 238, 238, 0.4);
  border-radius: 10px;
  float: left;
  margin-bottom: 25px;
  width: 580px;
  padding-bottom: 10px;
}

#gsz-center .list .item:nth-child(odd) {
  margin-right: 39px;
}

#gsz-center .list .item:hover {
  background: rgba(241, 230, 213, 0.4);
}

#gsz-center .list .item .name {
  color: #C89954;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px dashed #ddd;
}

#gsz-center .list .item .phone {
  color: #666;
  padding-left: 50px;
  line-height: 200%;
  margin-top: 10px;
  background: url("../images/icon_s_phone.png") 15px 5px no-repeat;
}

#gsz-center .list .item .addres {
  color: #666;
  padding-left: 50px;
  line-height: 200%;
  background: url("../images/icon_address.png") 15px 5px no-repeat;
}

#kjzb-block .img-text-block {
  padding: 60px 0;
}

#kjzb-block .img-text-block .bg-title {
  background: url("../images/LIVE.png") 50% 50% no-repeat;
}

#kjzb-block .img-text-block .cnt {
  padding-top: 60px;
}

#kjzb-block .img-text-block .cnt .left-block {
  width: 580px;
}

#kjzb-block .img-text-block .cnt .left-block img {
  display: block;
  width: 580px;
  height: 360px;
  object-fit: contain;
}

#kjzb-block .img-text-block .cnt .left-block video {
  width: 100%;
}

#kjzb-block .img-text-block .cnt .right-block {
  width: 620px;
}

#kjzb-block .img-text-block .cnt .right-block h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 150%;
  color: #C89954;
}

#kjzb-block .img-text-block .cnt .right-block table {
  width: 100%;
}

#kjzb-block .img-text-block .cnt .right-block table thead {
  background: rgba(237, 226, 209, 0.5);
}

#kjzb-block .img-text-block .cnt .right-block table thead th {
  text-align: center;
  color: #666;
  padding: 10px 0;
}

#kjzb-block .img-text-block .cnt .right-block table tbody td {
  text-align: center;
  color: #666;
  line-height: 44px;
  border-bottom: 1px dashed #ddd;
}

#kjzb-block .img-text-block .cnt .right-block .jc {
  margin-top: 5px;
  background: #F6F0E8;
  height: 52px;
  line-height: 52px;
}

#kjzb-block .img-text-block .cnt .right-block .jc strong {
  font-size: 24px;
  color: #C89954;
  width: 100px;
  text-align: center;
  display: inline-block;
}

#kjzb-block .img-text-block .cnt .right-block .jc span {
  font-size: 18px;
  color: #C89954;
  margin-right: 60px;
}

#kjzb-block .img-text-block .cnt .right-block .jc span i {
  font-style: normal;
  color: #FF6B00;
  margin-left: 15px;
}

#kjjmap-block .title {
  background: rgba(238, 238, 238, 0.4);
  padding: 30px 0;
  text-align: center;
  color: #C89954;
  font-size: 20px;
  font-weight: bold;
}

#kjjmap-block table {
  width: 100%;
}

#kjjmap-block table thead {
  background: #CFA972;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#kjjmap-block table thead th {
  padding: 10px;
  font-weight: normal;
  border: 1px solid #CFA972;
}

#kjjmap-block table tbody td {
  padding: 0;
  font-size: 20px;
  text-align: center;
  background: rgba(237, 226, 209, 0.5);
  border: 1px solid #ddd;
}

#kjjmap-block table tbody .info {
  font-size: 16px;
  padding: 30px 40px;
}

#kjjmap-block table tbody .info h4 {
  font-size: 16px;
  font-weight: bold;
}

#xytc-block {
  margin-top: 20px;
}

#xytc-block .img-text-block {
  padding: 60px 0;
}

#xytc-block .img-text-block .bg-title {
  background: url("../images/NEWS.png") 50% 50% no-repeat;
  margin-bottom: 50px;
}

#xytc-block .img-text-block .cnt {
  background: url("../images/img_2.png") 98% 95% no-repeat rgba(238, 238, 238, 0.4);
  border: 5px solid rgba(200, 153, 84, 0.2);
}

#xytc-block .img-text-block .cnt .desc {
  font-size: 18px;
  padding: 10px 30px;
  text-indent: 36px;
  color: #666;
  line-height: 150%;
  border-bottom: 1px dashed #ddd;
}

#xytc-block .img-text-block .cnt .left-block {
  width: 460px;
  padding-top: 20px;
  padding-left: 30px;
}

#xytc-block .img-text-block .cnt .right-block {
  width: 720px;
  padding-top: 20px;
}

#xytc-block .img-text-block .cnt .right-block .bm {
  font-size: 18px;
  color: #666;
}

#xytc-block .img-text-block .cnt .right-block .bm h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

#xytc-block .img-text-block .cnt .right-block .phone {
  background: url("../images/icon_phone.png") 0 50% no-repeat;
  font-size: 36px;
  padding-left: 60px;
  margin-top: 50px;
  color: #C89954;
}

.bgbg-3 {
  background: url("../images/PUBLIC_WELFARE.png") 50% 50% no-repeat !important;
}

.news-list {
  padding-bottom: 30px;
}

.news-list .cnt {
  padding-top: 50px;
}

.news-list .cnt .four-small-img .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
}

.news-list .cnt .four-small-img a {
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 260px;
  height: 173px;
}

.news-list .cnt .four-small-img a:nth-child(1), .news-list .cnt .four-small-img a:nth-child(2) {
  margin-bottom: 27px;
}

.news-list .cnt .four-small-img a:nth-child(2), .news-list .cnt .four-small-img a:nth-child(4) {
  margin-left: 35px;
}

.news-list .cnt .four-small-img a:hover .text {
  display: flex;
}

.news-list .cnt .four-small-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list-block li {
  position: relative;
  padding: 20px;
  border-bottom: 1px dashed #ddd;
  transition: background-color .3s;
}

.news-list-block li:hover {
  background-color: #F9F5EE;
}

.news-list-block li .link {
  position: relative;
  display: block;
}

.news-list-block li .text {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-list-block li .text h3 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.news-list-block li .text .desc {
  margin: 15px 0;
  min-height: 30px;
  color: #999;
}

.news-list-block li .text .info {
  color: #ccc;
}

.news-list-block li.has-thumb .text {
  display: block;
  padding-left: 300px;
}

.news-list-block li.has-thumb .desc {
  min-height: 100px;
}

.news-list-block li.has-thumb .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
}

.news-list-block li.has-thumb .img img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.news-list-block .pages {
  padding: 40px 0;
}

.news-detail-block {
  margin-top: 10px;
  padding: 40px;
  margin-bottom: 60px;
}

.news-detail-block h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 175%;
  color: #000;
}

.news-detail-block .infos {
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
  text-align: center;
  color: #999;
  padding: 20px 0;
}

.news-detail-block .infos span {
  margin-left: 40px;
}

.news-detail-block .infos span:first-child {
  margin: 0;
}

.news-detail-block .content {
  padding: 40px 0;
  color: #666;
  line-height: 200%;
}

.news-detail-block .content img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.news-detail-block .content > *:not(:has(*:not(img))) > img {
  display: block;
  margin: 20px auto;
}

.news-detail-block .content table {
  width: 100% !important;
  border-collapse: collapse;
}

.news-detail-block .content table thead tr th {
  padding: 8px 12px;
  font-weight: bold;
  text-align: left;
  border: 1px solid #ddd;
}

.news-detail-block .content table tbody tr td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ddd;
}

#help-center-block .img-text-block {
  padding: 20px 0;
}

#help-center-block .img-text-block .cnt .left-block {
  width: 260px;
}

#help-center-block .img-text-block .cnt .left-block .cat-list {
  width: 100%;
  min-height: 540px;
  overflow: hidden;
  text-align: center;
  background: rgba(238, 238, 238, 0.4);
  line-height: 60px;
}

#help-center-block .img-text-block .cnt .left-block .cat-list .item {
  font-size: 18px;
  border-bottom: 1px solid #D9D9D9;
}

#help-center-block .img-text-block .cnt .left-block .cat-list .item a {
  color: #999;
}

#help-center-block .img-text-block .cnt .left-block .cat-list .item:hover {
  background: #EDE2D1;
}

#help-center-block .img-text-block .cnt .left-block .cat-list .item:hover a {
  color: #666;
}

#help-center-block .img-text-block .cnt .left-block .cat-list .item.active {
  background: url("../images/icon_right_corn_2.png") 80% 50% no-repeat #EDE2D1;
}

#help-center-block .img-text-block .cnt .left-block .cat-list .item.active a {
  color: #666;
}

#help-center-block .img-text-block .cnt .right-block {
  width: 930px;
  padding-left: 10px;
}

#help-center-block .img-text-block .cnt .right-block .qa-list {
  border-top: 8px solid #EDE2D1;
  background: #F5F5F5;
  min-height: 540px;
  padding: 30px;
  position: relative;
}

#help-center-block .img-text-block .cnt .right-block .qa-list .back {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  top: 0;
  left: 0;
  font-size: 18px;
  background: url("../images/icon_back.png") 26px 50% no-repeat rgba(238, 238, 238, 0.4);
}

#help-center-block .img-text-block .cnt .right-block .qa-list .back a {
  color: #999;
}

#help-center-block .img-text-block .cnt .right-block .qa-list h1 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-top: 40px;
}

#help-center-block .img-text-block .cnt .right-block .qa-list .content {
  font-size: 18px !important;
  color: #666;
  line-height: 175%;
  padding-top: 10px;
}

#help-center-block .img-text-block .cnt .right-block .qa-list .item {
  margin: 15px;
  padding: 16px 35px 16px 75px;
  width: 400px;
  height: 60px;
  line-height: normal;
  background: url("../images/icon_question.png") 30px 50% no-repeat #eee;
  font-size: 18px;
  float: left;
  display: inline-block;
  overflow: hidden;
}

#help-center-block .img-text-block .cnt .right-block .qa-list .item a {
  display: block;
  color: #666;
}

#help-center-block .img-text-block .cnt .right-block .qa-list .item:hover {
  background: url("../images/icon_question.png") 30px 50% no-repeat #EDE2D1;
}

#search-result-list .wrap {
  border-top: 8px solid #EDE2D1;
}

#search-result-list .wrap .list .tip {
  border-bottom: 1px solid #ddd;
  line-height: 54px;
  font-size: 18px;
  padding-left: 15px;
}

#search-result-list .wrap .list i {
  font-style: normal;
  font-weight: bold;
  color: #C89954;
}

#search-result-list .wrap .list a i {
  color: #C89954;
}

#search-result-list .wrap .list .news-list-block {
  padding-top: 30px;
}

#search-result-list .wrap .list .news-list-block .text .info span {
  border: 1px solid #EDE2D1;
  border-radius: 20px;
  color: #C89954;
  padding: 4px 15px;
  margin-right: 20px;
  display: inline-block;
}

#erwm-phone {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 9999;
  width: 50px;
  height: 250px;
}

#erwm-phone .wp {
  position: relative;
}

#erwm-phone .gzh {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: url("../images/icon_wx.png") no-repeat;
}

#erwm-phone .phone {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: url("../images/icon_call.png") no-repeat;
}

#erwm-phone .zhinan {
  position: absolute;
  margin-top: 20px;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: url("../images/icon_11.png") 100% 50% no-repeat;
}

#klcc_enter,
#mxj_enter {
  position: fixed;
  right: 10px;
  z-index: 10000;
  background-size: 100% 100% !important;
}

#klcc_enter .close,
#mxj_enter .close {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 30px;
  height: 30px;
  z-index: 100;
}

#klcc_enter .link,
#mxj_enter .link {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
  width: 100%;
}

#klcc_enter {
  bottom: 470px;
  width: 325px;
  height: 133px;
  background: url("../images/special/klcc_2025/enter.png") 0 0 no-repeat;
}

#mxj_enter {
  bottom: 310px;
  width: 331px;
  height: 132px;
  background: url("../images/special/mxj_2025/enter-v2.png") 0 0 no-repeat;
}

#mxj_enter .close {
  top: -10px;
}

#mxj_enter .link {
  top: 20px;
}

#mdzz_float {
  line-height: 50px;
  color: #fff;
  transition: all .3s;
  border-radius: 50px !important;
  right: 0;
  background-color: #cfa972;
}

#mdzz_float .cnt {
  display: none;
  padding: 0 15px;
}

#mdzz_float a {
  color: #fff;
  text-decoration: none;
}

#mdzz_float.s {
  width: 240px !important;
  background: url("../images/icon_11.png") 100% 50% no-repeat #cfa972;
}

#mdzz_float.s .cnt {
  display: block;
  padding: 0 25px;
}

.xs-tip-box {
  background: #ede2d1;
  width: auto;
  position: absolute;
  right: 65px;
  display: none;
}

.xs-tip-box:before {
  content: "";
  position: absolute;
  background-color: #ede2d1;
  width: 10px;
  height: 10px;
  right: -5px;
  top: 30%;
  transform: rotate(135deg);
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
}

.xs-tip-box .cnt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #ede2d1;
  padding: 10px;
  text-align: center;
}

.xs-tip-box .cnt img {
  max-width: 100%;
}
