.banner {
  width: 100%;
  position: relative;
}

.banner > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-text {
  position: absolute;
  display: flex;
  background: rgba(0, 106, 153, 0.5);
  justify-content: space-around;
  top: 70%;

  padding: 15px 0;
  z-index: 999;
}

.banner-text img {
  width: 50px;
  height: 50px;
}

.shouji_banner {
  width: 100%;
  position: relative;
}

.shouji_banner > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shouji_banner .banner-text {
  position: absolute;
  display: flex;
  background: rgba(0, 106, 153, 0.5);
  justify-content: space-around;
  top: 70%;

  padding: 15px 0;
}

.shouji_banner .banner-text img {
  width: 50px;
  height: 50px;
}

.list-text {
  display: flex;
}

.list-text > div {
  align-items: center;
  margin-right: 10px;
}

.textnum {
  font-size: 28px;
  color: #fff;
  line-height: 39px;
}

.textnum span {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

.content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.swiper1 {
  width: 567px;
  height: 390px;
  overflow: hidden;
  position: relative;
}

.swiper1 .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper1:hover .swiper-button-next {
  opacity: 1;
}

.swiper1:hover .swiper-button-prev {
  opacity: 1;
}

.swiper1:hover .swiper-pagination {
  opacity: 1;
}

.swiper1 .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0;
  right: 1%;
  padding: 5px 10px;

  font-size: 16px;
  font-family: "宋体";
  z-index: 998;
  color: #fff;
  font-weight: lighter;
}

.swiper1 .swiper-button-prev {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 1%;
  padding: 5px 10px;

  font-size: 16px;
  font-family: "宋体";
  z-index: 998;
  color: #fff;
  font-weight: lighter;
}

.news {
  width: 581px;
  height: 432px;
}

.news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.news-top-nav {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.news-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #666;
  line-height: 30px;
  margin-right: 25px;
  padding-bottom: 7.5px;
  cursor: pointer;
}

.news-title_on {
  border-bottom: 2px solid #002fa7;
  color: #002fa7;
}

.more {
  height: 19px;
}

.more > a {
  display: inline-block;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-right: 40px;
}

.more img {
  position: absolute;
  bottom: 0%;
  margin-left: 20px;
  width: 14px;
  height: 14px;
}

.news-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.5px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
}

.news-text {
  width: 441.5px;
  ord-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  color: #333;
  line-height: 30px;
  height: 30px;
}

.news-text:hover {
  color: #002fa7;
}

.news-date {
  width: 80px;
  font-size: 0.875rem;
  color: #a4a4a5;
  line-height: 30px;
}

.text1 {
  color: #fff;
  font-size: 20px;
}

.swiper-container {
  width: 1168px;
  height: 237px;
  overflow: hidden;
  margin-top: 30px;
}

.swiper-container .woczss {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.swiper-container .woczss > a {
  width: 48%;
  height: 100%;
}

.swiper-container .woczss > a > img {
  width: 100%;
  height: 100%;
}

.swiper-container img {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  height: 50px;
  overflow: hidden;
}

.shadow p {
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
}

.swiper2 {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.swiper2 img {
  width: 100%;
  height: 100%;
}

.content1 {
  margin-top: 30px;
  display: flex;
}

.backk {
  width: 600px;
  height: 450px;
}

.content1 img {
  /* width: 100%; */
  height: 540px;
}

.imgg {
  width: 100%;
  height: 450px;
  display: flex;
}

.imgg > div {
  width: 20%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* transition: all 1s; */
}
.imgg > div:nth-child(1) {
  /* width: 50%; */
}
.img-box {
  position: relative;
  width: 100%;
  height: 250px;
}
.img-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.img-box a img {
  width: 100%;
  height: 100%;
}
.bx-child {
  width: 1168px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /* justify-content: flex-start; */
  align-items: flex-start;
  flex-wrap: wrap;
}

.bx-child div {
  width: 270px;
  height: 100px;
  line-height: 100px;
  background-color: #002fa7;
  border-radius: 15px;
  margin-bottom: 20px;
}

.bx-child div a {
  display: block;
  color: #fff;
  font-size: 25px;
  /* padding: 38px 50px; */
  text-align: center;
  font-weight: 700;
}

.shadow1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 1s;
}

.shadow-tietle {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}

.shadow-box {
  padding: 80px 20px;
  display: none;
  padding-left: 30px;
}

.shadow-box h3 {
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.shadow-box p {
  margin-top: 20px;
  text-indent: 2em;
  line-height: 25px;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
}
.shadow-box .p {
  opacity: 1;
  transform: translateY(0);
}
.shadow-box p span {
  color: #fff !important;
}

/* .imgg>div:hover {
    width: 540px;
} */

.imgg > div:hover .shadow-tietle {
  display: none;
}

.imgg > div:hover .shadow-box {
  display: block;
}

.backk {
  position: relative;
}

.backk > h1 {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 900;
}

.review {
  text-align: center;
  margin: 50px 0;
}

.review h1 {
  font-size: 36px;
  color: #008ed8;
  text-align: center;
  padding-bottom: 20px;
}

.swiper3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-box {
  position: relative;
}

.zhe3 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  line-height: 50px;
}

.zhe3 p {
  font-size: 16px;
}

.swiper3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper3 {
  width: 100%;
  height: 300px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}

.title-off {
  width: 100%;
  height: 50px;
  background: #ddd;
}

.title-off div {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  width: 180px;
  height: 60px;
  background: url("../img/hezuoback.png");
  position: relative;
  top: -10px;
}

.swiper4 {
  margin-top: 30px;
  width: 1168px;
  height: 90px;
  overflow: hidden;
}

.img-box4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.swiper4 img {
  display: block;
  width: 15.6%;
  height: 86px;
  border: 1px solid #ccc;

  margin-right: 1%;
  margin-bottom: 10px;
}

.swiper4 img:nth-child(6n + 6) {
  margin-right: 0px;
}

.medium {
  margin-top: 30px;
  margin-bottom: 30px;
}

.medium-img {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.medium-img img {
  width: 15.6%;
  height: 86px;
  border: 1px solid #ccc;

  margin-right: 1%;
  margin-top: 20px;
}

.medium-img img:nth-child(6n + 6) {
  margin-right: 0px;
}

/*   index页面css结束   */

/*  大会概况页面css开始  */
.dahui-banner {
  width: 100%;
  height: 278px;
  background: url("../img/dahuibanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.dahui-nav {
  width: 100%;
  height: 40px;
}

.dahui-nav ul {
  display: flex;
  justify-content: space-around;
}

.dahui-nav ul > li > a {
  line-height: 40px;
  color: #000;
  font-size: 16px;
}

.dahui-weizhi {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.dahui-weizhi a {
  display: inline-block;
  margin: 0 10px;
  color: #000 !important;
  font-size: 16px;
}

.dahui-title {
  margin-top: 50px;
  display: flex;
  overflow: hidden;
  margin-left: 0px;
  margin-bottom: 40px;
}

.dahui-title p {
  /* width: 14%; */
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: #008ed8;
  line-height: 33px;
  margin-right: 15px;
}

.dahui-title img {
  padding: 10px 0;
  /*margin-left: 30px;*/
  /* width: 83%; */
}

.dahui-content {
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: 30px;
}

.news-content {
  margin-top: 30px;
  margin-bottom: 80px;
  line-height: 40px;
  text-indent: 2em;
  font-size: 16px;

  color: #333;
}

.dahui-content p {
  line-height: 40px;
  text-indent: 2em;
  font-size: 16px;

  color: #333;
}

.dahui-aaa {
  width: 950px;
  margin-left: 30px;
}

/* 大会展示css结束 */
/* 精彩回顾css开始 */

.jc-img {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  position: static;
}

.jc-img a {
  display: block;
  width: 24%;
  height: 120px;
  margin-left: 0.8%;
  margin-bottom: 20px;
}

.jc-img img {
  display: block;
  width: 100%;
  height: 100%;

  /*border-bottom: 4px solid #002fa7 !important;*/
}

.jc-img a::after {
  /*content: "";*/
  /*position: absolute;*/
  /*top: 91%;*/
  /*left: 24%;*/
  /*width: 0;*/
  /*height: 0;*/
  /*border-bottom: 10px solid transparent;*/
  /*border-left: 10px solid transparent;*/
  /*border-top: 10px solid #002fa7;*/
  /*border-right: 10px solid transparent;*/
}

.jc-ch-box {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jc-box {
  width: 22.8%;
  height: 98%;
  position: relative;
  margin: 1%;
}

.jc-box img {
  width: 100%;
  height: 98%;
}

.jc-boxs {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 6px;
  background: rgba(0, 0, 0, 0.3);
  height: 90px;
}

.jc-boxs h2 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.jc-boxs p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-left: 13px;
}

.swiper5 {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}

.swiper5 .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper5 .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*.swiper5 .swiper-slide img {*/
/*    width: 200px;*/
/*    height: 245px;*/
/*}*/
.jc-title {
  font-size: 28px;
  color: #008ed8;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
}

.swiper6 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.swiper6 img {
  width: 100%;
  height: 500px;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
}

.content_xzzq_main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.jc-xz {
  width: 96%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.jc-xz > a:nth-child(1) {
  font-weight: 500;
  font-size: 15px;
  color: #666;
}

.jc-xz > a:nth-child(2) {
  font-size: 12px;
  color: #99c351;
}

.jc-text p {
  margin-top: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #666;
}

/* 精彩回顾页面css结束 */

/* 联系我们页面css开始 */
.lx {
  margin: 40px 0;
}

.lx p {
  line-height: 40px;
  text-indent: 2em;
  font-size: 16px;
}

/* 联系我们页面css结束 */

/*  参展商页面css开始  */
.canzhan-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*margin: 80px 0;*/
  flex-wrap: wrap;
}

.cz-box {
  width: 380px;
  padding: 2%;
  padding-left: 15px;
  background-color: rgb(213, 237, 255);
  border-radius: 5px;
  margin-bottom: 20px;
}

.cz-box a {
  color: #666;
  font-weight: 500;
  font-size: 18px;
}

.zs-but {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.zs-but div {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  margin: 0 10px;
  cursor: pointer;
}

.zs-but > div > a {
  line-height: 50px;
  color: #000;
  font-size: 18px;
}

.zs-but > div:nth-child(2) {
  background: rgb(213, 237, 255);
}

/* 公共分页面css  分页左边 */

.zhengti-box {
  display: flex;
}

.nav-navs li {
  width: 225px;
  height: 60px;
  margin-bottom: 10px;
}

.nav-navs {
  margin: 50px 0;
  position: sticky;
  top: 70px;
}

.nav-navsa {
  background: linear-gradient(to left, #02834b, #0462bc 70%) !important;

  color: #fff !important;
  border-left: 4px solid #ff5f2e !important;
}

.kong {
  width: 205px;
  position: relative;
}

.nav-navs > ul > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  /* padding: 20px 20px 20px 35px; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  margin-bottom: 5px;
  background: #eaeaea;
  color: #333;
  border-left: 4px solid #eaeaea;
  font-size: 18px;
  font-weight: 700;
}

/* .nav-navs>ul>li>a:before {
	content: " ";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ddd;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -3px;
} */

.nav-navs > div > ul > li > a:hover {
  background: #12c1a2;
  color: #fff;
  border-left: 4px solid #ff5f2e;
}

/*.navs-js{
	position: fixed;
	top: 20px;

	transition: 0.5s;

	overflow-y: auto;
}*/
.jc-aaa {
  width: 913px;
  margin-left: 50px;
}

.jc-aac {
  width: 100%;
}

.nav-navs > ul > li > a:hover {
  background: linear-gradient(to left, #02834b, #0462bc 70%);
  color: #fff;
  border-left: 4px solid #ff5f2e;
}

.news_center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 80px;
}

.news_center > a {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #333;
}

.news_center > a > span:nth-child(1) {
  width: 75%;
  color: #333;
  font-size: 16px;
}

.news_center > a > span:nth-child(2) {
  width: 23%;
  font-size: 14px;
  color: #ccc;
}

.newsctn-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.newsctn-title > h4 {
  text-align: center;
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
}

.newsctn-title > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.newsctn-title > div > p {
  color: #ccc;
  font-size: 16px;
  margin: 0 10px;
}

.sxy {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.sxy > a {
  font-size: 16px;
  color: #333;
}

/*在线报名*/
.enroll_main {
  width: 100%;
}

.enroll_form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* .enroll_form .form-group:last-child {
    width: 100% !important;
} */

.enroll_form .form-group:last-child label {
  width: 10%;
}

/* .enroll_form .form-group:last-child input {
    width: 100% !important;

} */

.enroll_form .form-group {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.enroll_form .form-group-l {
  width: 100%;
  justify-content: start;
}

.enroll_form .form-group label {
  width: 32%;
  text-align: left;
}

.enroll_form .form-group .con {
  width: 12% !important;
}

.enroll_form .form-group label span {
  color: red;
}

.enroll_form .form-group input {
  width: 70%;
  height: 35px;
  background-color: #fff;
  border: 1px solid #ededed;
}

.enroll_form .form-group .form-control-l {
  width: 100%;
}

.form-checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-checkbox .zhan {
  margin: 0 5px 0 2px;
}

.form-checkbox .num {
  width: 60%;
  height: 40px;
  border: 1px solid #ededed;
  background-color: #fff;
}

.form-checkbox .mon {
  /* margin-left: 85px; */
}

.form-checkbox .qian {
  /*  margin-left: 155px; */
}

.form-checkbox .form-checkbox label {
  width: 20%;
  margin-top: 5px;
}

.form-checkbox label {
}

.form-checkbox label span {
  color: red;
}

.form-checkbox > div {
  width: 89%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  flex-wrap: wrap;
}

.form-checkbox > div > div {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.checkbox_qt {
  justify-content: flex-start !important;
  width: 23%;
}

.checkbox_zdy {
  width: 70%;
  height: 30px;
  margin-left: 5px;
  border: none;
  background: none;
  color: #000;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dad7d7;
}

.checkbox_zdy::-webkit-input-placeholder {
  font-size: 13px !important;
  /* text-align: center; */
}

.form-select {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form-select label {
  width: 28%;
  margin-top: 12px;
}

.form-select select {
  width: 70%;
  height: 40px;
  border: none;
  outline: none;
  border: 1px solid #ededed;
  background-color: #fff;
}

.enroll_form .form-textarea {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.enroll_form .form-textarea label {
  width: 15%;
  text-align: right;
}

.enroll_form .form-textarea textarea {
  width: 82%;
  height: 150px;
  background-color: #fff;
  border: 1px solid #ededed;
}

.enroll_form > .btn {
  position: relative;
  left: 35%;
  width: 30%;

  height: 40px;
  background-color: #002fa7;
  color: #fff;
  margin-top: 30px;
  border-radius: 80px;
}

.hall_main {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: ;
  flex-wrap: wrap;
}

.form-background {
  width: 100%;
  height: 50px;
  background-color: #008ed8;
  margin-bottom: 20px;
}

.form-background p {
  text-align: center;
  font-weight: 700;
  width: 100%;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

.hotel_center {
  width: 100%;
}

.hotel_ulgl {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #038503;
  margin-bottom: 15px;
}

.hotel_ulgl li {
  padding: 10px 20px;
  color: #fff;
}

.hotel_ulgl_on {
  position: relative;
  background-color: #333;
  color: #333 !important;
  background-color: #f7f7f7;
  border-top: 4px solid #038503;
  border-left: 4px solid #038503;
  border-bottom: 4px solid #038503;
}

.hotel_ulgl_on::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #038503;
  border-right: 10px solid transparent;
}

.hotel_ulqu {
  width: 100%;

  margin-bottom: 15px;
}

.hotel_ulqu div {
  width: 100%;

  border: 1px solid #ededed;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.hotel_ulqu div p {
  padding: 5px 20px;
  border-radius: 5px;
}

.hotel_ulqu div h4 {
  padding: 5px 0px;
  margin-right: 20px;
  background: none;
  color: #333;
}

.hotel_ulqu_on {
  background-color: #f5f5f5;
  color: #002fa7;
}

.hotel_ulcontent {
  width: 100%;
}

.hotel_ulcontent li {
  width: 100%;
  display: none;
}

.hotel_center table {
  width: 100%;
  border-collapse: collapse;
}

.hotel_center th {
  padding: 10px 0px !important;
  white-space: nowrap;
}

.hotel_center th,
.hotel_center td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
}

.hotel_center thead tr {
  background-color: #f9f9f9;
}

.hotel_center tbody tr:nth-child(odd) {
  background-color: #fff;
}

.hotel_center tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.news-wrap {
  width: 100%;
}

.about_ulnavtwo {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about_ulnavtwo li {
  width: 24%;
  margin-left: 0.6%;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.about_ulnavtwo li img {
  width: 100%;
  height: 100px;
}

.ulcontent_two {
  width: 100%;
}

.jcimgimgon {
  position: relative;
  border-bottom: 4px solid #002fa7 !important;
}

.jcimgimgon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #002fa7;
  border-right: 10px solid transparent;
}

.ulcontent_two_on {
  position: relative;
  border-bottom: 4px solid #002fa7 !important;
}

.ulcontent_two_on::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #002fa7;
  border-right: 10px solid transparent;
}

.ulcontent_two li {
  width: 100%;
  display: none;
}

.ulcontent_two li img {
  max-width: 100%;
}

.ulcontent_two li p {
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 16px;
}

.pagination .active {
  background-color: #0462bc !important;
  color: #fff !important;
}

#describe {
  min-height: 0vh;
}

#describe p {
  line-height: 28px;
}

/* 返回按钮 */
.fanhuibtn {
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}

.fanhuibtn div {
  position: absolute;
  left: 380px;
  bottom: 0;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  background-color: #02834b;
  cursor: pointer;
}
