.p-header {
  width: 100%;
  height: 4.5em;
  font-size: 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 3px #ededed;
}
.p-header .mid1400 {
  max-width: 1400px;
}
.p-header .mid {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header .mid:after {
  display: none;
}
.p-header .logo img {
  display: block;
  
}
.p-header .nav {
  flex: 1;
  text-align: center;
  height: inherit;
  text-align: right;
}
.p-header .nav li {
  display: inline-block;
  height: inherit;
  vertical-align: bottom;
  position: relative;
}
.p-header .nav li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  height: inherit;
  font-size: 18px;
  color: #58595b;
  transition: 0.3s;
}
.p-header .nav li dl {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  top: 110%;
  background-color: rgba(0, 166, 144, 0.5);
  z-index: 50;
  padding: 10px;
  transition: 0.3s;
}
.p-header .nav li dl a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px;
  margin: 3px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
.p-header .nav li dl a:hover {
  background-color: #00a690;
}
.p-header .nav li.on > a,
.p-header .nav li:hover > a {
  color: #00a690;
}
.p-header .nav li:hover dl {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.p-header .nav li.on:before,
.p-header .nav li:hover:before {
  content: '';
  width: 1.5em;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #00a690;
}
.p-header .tel {
  height: 1.8em;
  padding-left: 2em;
  background: url('../img/tel.png') no-repeat left center / auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2em;
  margin-left: 1em;
}
.p-header .tel p {
  font-size: 12px;
  color: #666666;
}
.p-header .tel span {
  font-size: 20px;
  color: #00a690;
  font-weight: bold;
}
.banner-index {
  font-size: 20px;
}
.banner-index .swiper-container {
  width: 100%;
}
.banner-index .swiper-slide {
  width: 100%;
  padding-top: 18.75%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-index .swiper-slide .mid {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
}
.banner-index .swiper-slide a {
  color: #fff;
  display: block;
  position: absolute;
  left: 18%;
  top: 60%;
  font-size: 1.5em;
  padding: 0.2em 1em;
  border: 1px solid #fff;
  border-radius: 15px;
  line-height: 1em;
  transition: 0.3s;
  text-shadow: 2px 2px 5px #333;
}
.banner-index .swiper-slide a:hover {
  background-color: #fff;
  color: #333;
  text-shadow: none;
}
.banner-index .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 1;
  background: none;
}
.banner-index .swiper-pagination-bullet-active {
  background-color: #00a690;
  border: 2px solid #00a690;
}
.wap-menu {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.wap-menu > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.wap-menu > a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.wap-menu > a p {
  font-size: 14px;
  color: #000000;
}
.wap-intro {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.wap-intro > a {
  position: relative;
  flex: 1;
}
.wap-intro > a img,
.wap-intro > a div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.wap-intro > a img {
  object-fit: cover;
}
.wap-intro > a div {
  position: absolute;
  z-index: 1;
  text-align: center;
  padding: 16% 2% 2%;
}
.wap-intro > a div p {
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.wap-intro > a div span {
  font-size: 12px;
  color: #666;
}
.ind-about {
  font-size: 20px;
  margin-top: 4em;
  margin-bottom: 4em;
  background-color: #fff;
}
.ind-about .ind-about-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4em;
}
.ind-about .ind-about-flex .ind-about-left {
  width: 40%;
}
.ind-about .ind-about-flex .ind-about-right {
  flex: 1;
}
.ind-about .ind-about-flex .ind-about-right .title {
  border-bottom: 2px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.ind-about .ind-about-flex .ind-about-right .title p {
  font-size: 2em;
  color: #333;
}
.ind-about .ind-about-flex .ind-about-right .title span {
  font-size: 1.5em;
  color: #666;
  margin-left: 2em;
  margin-top: 0.5em;
  display: block;
}
.ind-about .ind-about-flex .ind-about-right .title span::before,
.ind-about .ind-about-flex .ind-about-right .title span::after {
  position: relative;
  font-family: 'MicrosoftYaHei';
  font-weight: bold;
  color: #ccc;
}
.ind-about .ind-about-flex .ind-about-right .title span::before {
  content: '“';
  top: -0.5em;
  margin-right: 0.8em;
}
.ind-about .ind-about-flex .ind-about-right .title span::after {
  content: '”';
  bottom: -1em;
  margin-left: 0.8em;
}
.ind-about .ind-about-flex .ind-about-right img {
  max-width: 100%;
  display: block;
}
.ind-hot {
  background-color: #e9f4ee;
}
.ind-hot .more-box {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.ind-hot .more-box .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #00a690;
  border-radius: 50px;
  transition: 0.3s;
}
.ind-hot .more-box .more:nth-child(2) {
  background-color: #e9f4ee;
  border: 1px solid #9c7f29;
  color: #666;
}
.ind-hot .more-box .more:hover {
  box-shadow: 0 0 4px #00a690;
}
.ind-hot .more-box .more:nth-child(2):hover {
  box-shadow: 0 0 4px #9c7f29;
}
.ind-hot .more-box .more.more-mini {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: auto;
  width: 130px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  background-color: #249756;
  border-radius: 20px;
}
.pub-title {
  text-align: center;
}
.pub-title .t1 {
  font-size: 36px;
  color: #000;
}
.pub-title .t1 span {
  color: #00a690;
}
.pub-title .t2 {
  margin-top: 0.5em;
  font-size: 20px;
  color: #666;
}
.pub-hot-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pub-hot-list .item {
  width: calc((100% - 45px) / 4);
  border: 1px solid #ccc;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.pub-hot-list .item .img {
  position: relative;
  width: 100%;
  padding-top: 75.86%;
}
.pub-hot-list .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pub-hot-list .item .img .pc-show {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 18px;
  background: linear-gradient(to right, #d32424, #f26d6c);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
.pub-hot-list .item .img .t1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  background: linear-gradient(to right, #d32424, #f26d6c);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
.pub-hot-list .item .word {
  text-align: left;
  padding: 10px;
}
.pub-hot-list .item .word div {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: flex-start;
}
.pub-hot-list .item .word .t1 {
  font-size: 18px;
  color: #333;
  flex: 1;
}
.pub-hot-list .item .word .t2 {
  font-size: 18px;
  color: #666;
  margin-top: 0.5em;
}
.pub-hot-list .item .word .t2 span {
  color: #b5952e;
  font-size: 26px;
}
.pub-hot-list .item .word .t2 i {
  font-size: 18px;
  font-style: normal;
}
.pub-hot-list .item .word .t3 {
  background: url(../img/wap/wap-jpxs-icon.png) no-repeat center / 100% 100%;
  padding-left: 18px;
  width: 70px;
  height: 18px;
  line-height: 18px;
  color: #b08627;
  font-size: 12px;
  white-space: nowrap;
}
.pub-hot-list .item:hover {
  box-shadow: 0 0 8px #ccc;
  top: -10px;
}
.ind-ad-one {
  width: 100%;
}
.ind-ad-one img {
  display: block;
  width: 100%;
}
.ind-env .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ind-env .flex-box .ad-img {
  width: 250px;
  height: 530px;
}
.ind-env .more-box {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #9c7f29;
  color: #666;
  transition: 0.3s;
}
.ind-env .more-box:hover {
  box-shadow: 0 0 4px #9c7f29;
}
.pub-env-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pub-env-list .item {
  display: block;
  width: calc((100% - 40px) / 3);
  position: relative;
}
.pub-env-list .item .img {
  position: relative;
  width: 100%;
  padding-top: 86%;
  overflow: hidden;
}
.pub-env-list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pub-env-list .item p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  font-size: 18px;
  transition: 0.3s;
}
.pub-env-list .item:hover p {
  background: rgba(0, 166, 144, 0.8);
}
.ind-serve {
  font-size: 20px;
  background: url(../img/index-serve-bg.png) no-repeat center / cover;
}
.ind-serve .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind-serve .flex-box .ind-serve-left {
  margin-left: 1em;
}
.ind-serve .flex-box .ind-serve-left .title {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.ind-serve .flex-box .ind-serve-left .title p {
  font-size: 36px;
}
.ind-serve .flex-box .ind-serve-left .title span {
  font-size: 20px;
}
.ind-serve .flex-box .ind-serve-left .list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.ind-serve .flex-box .ind-serve-left .list a {
  border-radius: 4px;
  display: flex;
  gap: 1em;
  padding: 1em 1.5em;
}
.ind-serve .flex-box .ind-serve-left .list a img {
  display: block;
  width: 2.5em;
  height: 2.5em;
  object-fit: cover;
  border-radius: 4px;
}
.ind-serve .flex-box .ind-serve-left .list a .tit {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.ind-serve .flex-box .ind-serve-left .list a .tit p {
  font-size: 0.8em;
  color: #333;
}
.ind-serve .flex-box .ind-serve-left .list a .tit span {
  font-size: 0.7em;
  color: #666;
}
.ind-serve .flex-box .ind-serve-left .list a:nth-child(1) {
  background-color: #f7f0dd;
}
.ind-serve .flex-box .ind-serve-left .list a:nth-child(2) {
  background-color: #f0e4c3;
}
.ind-serve .flex-box .ind-serve-left .list a:nth-child(3) {
  background-color: #ead8a2;
}
.ind-serve .flex-box .ind-serve-right {
  margin-right: 1em;
  margin-left: 3.5em;
  position: relative;
  width: 21.5em;
  height: 21.5em;
  background: url(../img/index-serve-line.png) no-repeat center / 100% 100%;
}
.ind-serve .flex-box .ind-serve-right img {
  display: block;
  position: absolute;
}
.ind-serve .flex-box .ind-serve-right img:nth-child(1) {
  left: -2em;
  top: 2.2em;
  width: 15.75em;
  height: 10em;
  z-index: 1;
}
.ind-serve .flex-box .ind-serve-right img:nth-child(2) {
  right: -3.5em;
  bottom: 1.7em;
  width: 17em;
  height: 11em;
}
.ind-flow-out {
  background-color: #fff;
}
.ind-flow {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 20px;
}
.ind-flow .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ind-flow .list .item {
  width: calc(100% / 6);
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.ind-flow .list .item img {
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 100%;
  transition: 1s;
}
.ind-flow .list .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 0.8em;
  color: #999999;
  margin: 1em 0;
  position: relative;
}
.ind-flow .list .item span::before {
  content: '';
  position: absolute;
  left: 125%;
  top: 50%;
  width: 140px;
  height: 1px;
  background-color: #ccc;
}
.ind-flow .list .item .t1 {
  font-size: 0.8em;
  color: #9c7f29;
  line-height: 110%;
}
.ind-flow .list .item .t2 {
  font-size: 0.7em;
  color: #999;
  line-height: 110%;
}
.ind-flow .list .item:last-child span::before {
  display: none;
}
.ind-flow .list .item:hover img {
  box-shadow: 0 0 5px rgba(0, 166, 144, 0.5);
  transform: rotate(360deg) scale(1.1);
}
.ind-ad-two {
  width: 100%;
  font-size: 20px;
  height: 11em;
  background: url(../img/index-ad-bg-2.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  color: #fff;
}
.ind-ad-two p {
  font-size: 1.8em;
  font-weight: bold;
}
.ind-ad-two .tit {
  display: flex;
  align-items: center;
  gap: 1em;
}
.ind-ad-two .tit span {
  font-size: 1em;
  color: #ded4b8;
}
.ind-ad-two .tit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 2.2em;
  color: #fff;
  background-color: #00a690;
  border-radius: 2.2em;
  font-size: 0.8em;
  transition: 0.3s;
}
.ind-ad-two .tit a:hover {
  box-shadow: 0 0 5px rgba(0, 166, 144, 0.5);
}
.ind-news .pub-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3%;
}
.ind-news .pub-title a {
  text-align: right;
  float: right;
  font-size: 14px;
  color: #999;
  transition: 0.3s;
}
.ind-news .pub-title a:hover {
  color: #00a690;
  text-decoration: underline;
}
.ind-news .list {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.ind-news .list > a {
  width: calc((100% - 1.5em) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #ccc;
  gap: 1em;
  padding: 2% 0 0;
}
.ind-news .list > a.max-item {
  padding: 2% 2% 0;
}
.ind-news .list > a .img {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.ind-news .list > a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.ind-news .list > a .tit {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 0.8em;
}
.ind-news .list > a .tit .t1 {
  font-size: 16px;
  color: #333;
}
.ind-news .list > a .tit .t2 {
  font-size: 12px;
  color: #666;
  line-height: 1.5em;
}
.ind-news .list > a .tit .t3 {
  font-size: 12px;
  color: #999;
}
.ind-news .list > a .date {
  display: flex;
  width: 4.5em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  border-right: 1px solid #ccc;
}
.ind-news .list > a .date p {
  font-size: 50px;
}
.ind-news .list > a .date span {
  font-size: 14px;
}
.ind-news .list > a:hover .img img {
  transform: scale(1.1);
}
.ind-bot-box {
  background-color: #e9f4ee;
}
.ind-bot-box .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.ind-bot-box .mid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  transition: 0.3s;
  gap: 0.5em;
  flex: 1;
}
.ind-bot-box .mid a img {
  width: 85px;
  height: 85px;
}
.ind-bot-box .mid a p {
  font-size: 18px;
  color: #333333;
}
.ind-bot-box .mid a:hover {
  top: -10px;
}
.pub-footer {
  font-size: 20px;
  width: 100%;
  background-color: #249756;
  color: #fff;
}
.pub-footer a {
  color: #fff;
}
.pub-footer .top .tit {
  padding-left: 2em;
  background: url(../img/pub-bot-links.png) no-repeat left center / contain;
  font-size: 1em;
}
.pub-footer .top .links {
  padding: 1em 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}
.pub-footer .top .links a {
  font-size: 14px;
  line-height: 1em;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}
.pub-footer .top .links a:last-child {
  border-right: none;
}
.pub-footer .top .links a:hover {
  text-decoration: underline;
}
.pub-footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub-footer .bottom .left .t1 {
  margin: 0.6em 0;
  font-size: 1.8em;
  padding-left: 1.5em;
  background: url(../img/pub-bot-tel.png) no-repeat left center / contain;
  line-height: 1em;
}
.pub-footer .bottom .left .t2 {
  font-size: 14px;
  line-height: 1.5em;
}
.pub-footer .bottom .right img {
  width: 5em;
  height: 5em;
  object-fit: contain;
}
.pub-footer .bottom .right img:nth-child(1) {
  margin-right: 1em;
}
.wap-footer {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  box-shadow: 0 -1px 2px #ededed;
}
.wap-footer .logo,
.wap-footer .wechat,
.wap-footer .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1em;
  padding: 5px 0;
}
.wap-footer .logo {
  background-color: #fff;
  width: 40%;
}
.wap-footer .logo img {
  width: 25px;
  margin-right: 10px;
}
.wap-footer .logo .tit p {
  font-size: 13px;
  margin-bottom: 3px;
}
.wap-footer .logo .tit span {
  font-size: 12px;
}
.wap-footer .wechat {
  background-color: #be2719;
  width: 30%;
  color: #fff;
}
.wap-footer .wechat img {
  width: 15px;
}
.wap-footer .tel {
  background-color: #cea963;
  width: 30%;
  color: #fff;
}
.wap-footer .tel img {
  width: 15px;
}
.page-banner {
  font-size: 20px;
  width: 100%;
  height: 18em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/page-banner-line.png) no-repeat 46% center / 23.5em auto, url(../img/page-banner.png) no-repeat center / cover;
}
.page-banner p {
  font-size: 2em;
  color: #fff;
}
.page-banner span {
  font-size: 1.2em;
  color: #fff;
}
.page-hot-info-text {
  font-size: 20px;
}
.page-hot-info-text .tit {
  font-size: 1.8em;
  color: #333;
  text-align: center;
}
.page-hot-info-text .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hot-info-text .links a {
  display: block;
  padding: 0.5em 2em;
  background-color: #00a690;
  border-radius: 2em;
  color: #fff;
  font-size: 0.9em;
  transition: 0.3s;
}
.page-hot-info-text .links a:hover {
  box-shadow: 0 0 4px #00a690;
}
.page-hot-info-ad {
  width: 100%;
}
.page-hot-info-ad img {
  display: block;
  width: 100%;
}
.page-hot-info-msg {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}
.page-hot-info-msg .left {
  width: 480px;
  height: 360px;
}
.page-hot-info-msg .left img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.page-hot-info-msg .right {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1em;
}
.page-hot-info-msg .right .money {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.page-hot-info-msg .right .money .t1 {
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
}
.page-hot-info-msg .right .money .t2 {
  font-size: 0.7em;
  color: #666;
}
.page-hot-info-msg .right .money .t2 span {
  color: #e12623;
  font-size: 2em;
}
.page-hot-info-msg .right .info-box {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  gap: 0.5em 0;
}
.page-hot-info-msg .right .info-box li {
  flex: 0 1 calc(100% / 3);
  overflow: hidden;
  display: flex;
  gap: 0.3em;
}
.page-hot-info-msg .right .info-box li span {
  font-size: 0.7em;
  color: #666;
  width: 2em;
}
.page-hot-info-msg .right .info-box li p {
  flex: 1;
  font-size: 0.7em;
  color: #333;
}
.page-hot-info-msg .right .tel-box {
  background-color: #f5f5f5;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.5em;
}
.page-hot-info-msg .right .tel-box i {
  display: block;
  width: 1px;
  height: 3em;
  background-color: #ccc;
}
.page-hot-info-msg .right .tel-box .tel {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 1em;
  gap: 1em;
}
.page-hot-info-msg .right .tel-box .tel img {
  width: 2em;
  height: 2em;
  display: block;
}
.page-hot-info-msg .right .tel-box .tel div {
  display: flex;
  flex-direction: column;
}
.page-hot-info-msg .right .tel-box .tel div p {
  font-size: 1.2em;
  color: #333;
}
.page-hot-info-msg .right .tel-box .tel div span {
  font-size: 0.7em;
  color: #999;
}
.page-hot-info-msg .right .tel-box .wechat {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 1em;
  gap: 1em;
}
.page-hot-info-msg .right .tel-box .wechat img {
  display: block;
  width: 3em;
  height: 3em;
}
.page-hot-info-msg .right .tel-box .wechat p {
  font-size: 0.7em;
  color: #666;
}
.page-hot-info-msg .right .mark-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}
.page-hot-info-msg .right .mark-box .list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.page-hot-info-msg .right .mark-box .list li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.page-hot-info-msg .right .mark-box .list li span,
.page-hot-info-msg .right .mark-box .list li p,
.page-hot-info-msg .right .mark-box .list li a {
  font-size: 14px;
  line-height: 1em;
}
.page-hot-info-msg .right .mark-box .list li span {
  color: #00a690;
  border: 1px solid #00a690;
  border-radius: 3px;
  padding: 2px;
}
.page-hot-info-msg .right .mark-box .list li p {
  color: #333;
}
.page-hot-info-msg .right .mark-box .list li a {
  color: #e12623;
}
.page-hot-info-msg .right .mark-box .list li a:hover {
  text-decoration: underline;
}
.page-hot-info-msg .right .mark-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex: 1;
}
.page-hot-info-msg .right .mark-box .btn a {
  padding: 0.5em 2em;
  font-size: 0.8em;
  display: block;
  border-radius: 4px;
  transition: 0.3s;
}
.page-hot-info-msg .right .mark-box .btn a.btn-1 {
  background-color: #00a690;
  color: #fff;
}
.page-hot-info-msg .right .mark-box .btn a.btn-1:hover {
  box-shadow: 0 0 4px #00a690;
}
.page-hot-info-msg .right .mark-box .btn a.btn-2 {
  background-color: #ffeec7;
  color: #9f7856;
}
.page-hot-info-msg .right .mark-box .btn a.btn-2:hover {
  box-shadow: 0 0 4px #9f7856;
}
.page-news-list {
  font-size: 20px;
}
.page-news-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
}
.page-news-list .item .img {
  display: block;
  width: 9.5em;
  height: 6.75em;
  overflow: hidden;
}
.page-news-list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-news-list .item .word {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  gap: 0.6em;
}
.page-news-list .item .word .tit,
.page-news-list .item .word .date,
.page-news-list .item .word .msg {
  line-height: 1.5em;
}
.page-news-list .item .word .tit {
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
.page-news-list .item .word .date {
  font-size: 14px;
  color: #999;
}
.page-news-list .item .word .msg {
  font-size: 16px;
  color: #666;
}
.page-news-list .item:hover .img img {
  transform: scale(1.1);
}
.page-news-list .item:hover .word .tit {
  color: #00a690;
}
.page-size {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.page-size a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
}
.page-size a.on:not(.disabled),
.page-size a:hover:not(.disabled) {
  background-color: #00a690;
  color: #fff;
}
.page-size a.disabled {
  background-color: #ccc;
}
.page-news-info {
  background-color: #e9f4ee;
  font-size: 20px;
}
.page-news-info .news-title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.page-news-info .news-date {
  font-size: 14px;
  color: #999;
}
.page-news-info .content-box {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 1.5em;
}
.page-news-info .content-box .news-info-left,
.page-news-info .content-box .news-info-right .rxmx-list,
.page-news-info .content-box .news-info-right .zxwz-list {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 3px #ededed;
}
.page-news-info .content-box .news-info-left {
  flex: 1;
}
.page-news-info .content-box .news-info-left .text {
  line-height: 1.75;
}
.page-news-info .content-box .news-info-left .text p {
  margin: 1em 0;
}
.page-news-info .content-box .news-info-right {
  width: 17.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.page-news-info .content-box .news-info-right .rxmx-list,
.page-news-info .content-box .news-info-right .zxwz-list {
  padding: 1em;
}
.page-news-info .content-box .news-info-right .rxmx-list .tit-p,
.page-news-info .content-box .news-info-right .zxwz-list .tit-p {
  font-size: 1em;
  color: #00a690;
  padding-left: 1em;
  position: relative;
}
.page-news-info .content-box .news-info-right .rxmx-list .tit-p::before,
.page-news-info .content-box .news-info-right .zxwz-list .tit-p::before {
  content: '';
  width: 5px;
  height: 1em;
  display: block;
  background-color: #00a690;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-news-info .content-box .news-info-right .pub-hot-list {
  width: 100%;
  gap: 10px;
}
.page-news-info .content-box .news-info-right .pub-hot-list .item {
  width: calc((100% - 10px) / 2);
}
.page-news-info .content-box .news-info-right .pub-hot-list .item .word {
  padding: 5px;
}
.page-news-info .content-box .news-info-right .pub-hot-list .item .word .t1 {
  font-size: 14px;
}
.page-news-info .content-box .news-info-right .pub-hot-list .item .word .t2,
.page-news-info .content-box .news-info-right .pub-hot-list .item .word .t2 i {
  font-size: 12px;
}
.page-news-info .content-box .news-info-right .pub-hot-list .item .word .t2 span {
  font-size: 14px;
}
.page-news-info .content-box .news-info-right .page-news-list {
  font-size: 10px;
}
.page-news-info .content-box .news-info-right .page-news-list .item:last-child {
  border-bottom: none;
}
.page-news-info .content-box .news-info-right .page-news-list .word {
  justify-content: space-between;
}
.page-contant-us {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.page-contant-us .top,
.page-contant-us .center {
  text-align: center;
}
.page-contant-us .top .t1 {
  font-size: 1.5em;
  color: #333;
}
.page-contant-us .top .t2 {
  font-size: 1.2em;
  color: #666;
  margin-top: 0.5em;
}
.page-contant-us .center {
  display: flex;
  width: 100%;
  gap: 1em;
}
.page-contant-us .center li {
  flex: 0 1 calc((100% - 2em) / 3);
  border-radius: 4px;
  border: 1px solid #ded4b8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2em 1em 1em;
  gap: 0.5em;
}
.page-contant-us .center li .icon {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
}
.page-contant-us .center li .tit {
  font-size: 0.9em;
  color: #333;
  font-weight: bold;
}
.page-contant-us .center li .tel {
  font-size: 0.8em;
  color: #666;
  margin: 1em 0 1.2em;
}
.page-contant-us .center li .msg {
  font-size: 0.7em;
  color: #999;
}
.page-contant-us .center li .btn {
  font-size: 0.7em;
  color: #9f7856;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 3em;
  background-color: #ffeec7;
  transition: 0.3s;
  margin: 0.5em 0;
}
.page-contant-us .center li .btn:hover {
  box-shadow: 0 0 4px #ffeec7;
}
.page-contant-us .center li .time {
  font-size: 0.7em;
  color: #999;
}
.page-contant-us .center li .ewm {
  width: 4em;
  height: 4em;
}
.page-contant-us .center li .ewm img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.page-contant-us .center li .ewm-msg {
  font-size: 0.7em;
  color: #999;
}
.page-contant-us .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  gap: 2em;
}
.page-contant-us .bottom img {
  display: block;
  width: 545px;
}
.page-contant-us .bottom .word {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1em;
  gap: 1em;
}
.page-contant-us .bottom .word .t1 {
  font-size: 1.4em;
  color: #9f7856;
  font-weight: bold;
}
.page-contant-us .bottom .word .t2 {
  font-size: 0.9em;
  color: #666666;
}
.page-contant-us .bottom .word .t3 {
  font-size: 1em;
  color: #00a690;
  margin-top: 1em;
}
.yb_conct {
  position: fixed;
  z-index: 9999999;
  bottom: 200px;
  right: -127px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #249857 url(../img/rightbar.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #249857 url(../img/rightbar.png) no-repeat 0 -57px;
}
.yb_bar .yb_phone a {
  color: #fff;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #249857 url(../img/rightbar.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
  background: #249857 url(../img/rightbar.png) no-repeat 0 -169px;
}
.hd_qr {
  padding: 0 29px 25px 29px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.layer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.layer-box img {
  display: block;
  object-fit: contain;
  max-width: 70%;
  max-height: 90%;
}
