img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
/* 联系我们Start */
.map_wrap {
  border-bottom: 10rem solid #ea5513;
}
.contact_wrap {
  padding: 70rem;
  background: url(../images/contact_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  font-weight: bold;
}
.contact_wrap h1 {
  font-size: 60rem;
}
.contact_wrap dt {
  margin-top: 80rem;
}
.contact_wrap dd .li {
  margin-top: 26rem;
}


.contact_iteam{display: none;}
.contact_iteam.on{display: block;}

/* 联系我们End */
/* 国家会议中心一期，二期 start */
.other_service_wrap {
  padding: 90rem 30rem;
  background: url(../images/m_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.other_service_wrap dl {
  font-weight: bold;
  padding: 40rem 30rem 80rem;
}
.other_service_wrap dt {
  font-size: 20px;
  margin-bottom: 30rem;
}
/* 国家会议中心一期，二期 end */
/* 会务服务start 服务项目*/
.services_pub_tab li {
  width: 25%;
}
.services_wrap {
  padding: 110rem 30rem;
  background: url(../images/m_bg.jpg) center top no-repeat;
  background-size: cover;
}
.services_wrap h1 {
  font-size: 60rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.services_wrap h2 {
  font-weight: bold;
}
.services_wrap .items {
  display: flex;
  flex-wrap: wrap;
}
.services_wrap .items .item {
  width: 400rem;
  margin-top: 100rem;
}
.services_wrap .items .item:nth-child(2n) {
  margin-left: 140rem;
}
.services_wrap .items .tit {
  display: flex;
  align-items: center;
  background-color: #ea5513;
  color: #fff;
  padding: 20rem 60rem;
}
.services_wrap .items .tit span {
  display: inline-block;
  vertical-align: middle;
  width: 42rem;
  height: 42rem;
  line-height: 39rem;
  border-radius: 50%;
  background-color: #fff;
  color: #ea5513;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-right: 26rem;
}
.services_wrap .items ul {
  padding-left: 30rem;
}
.services_wrap .items ul li {
  margin-top: 36rem;
}
/* 会务服务end */
/* 策划预约start */
.appointment_wrap {
  background: url(../images/m_bg.jpg) center top no-repeat;
  background-size: 100% auto;
}
.appointment_wrap .desc {
  padding: 60rem 70rem;
}
.appointment_wrap .form_wrap {
  padding: 80rem 70rem;
  background-color: #fff;
}
.appointment_wrap .form_wrap li {
  position: relative;
  margin-bottom: 40rem;
  border: 1px solid #969696;
}
.appointment_wrap .form_wrap .calendar_icon {
  position: absolute;
  top: 50%;
  right: 30rem;
  transform: translateY(-50%);
  width: 55rem;
  height: 57rem;
  background: url(../images/rl_icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.appointment_wrap .form_wrap input {
  padding: 30rem;
  width: 100%;
}
.checkbox_list_wrap {
  background: #fff;
  padding: 0 60rem 130rem;
}
.checkbox_list_wrap .tit {
  font-size: 60rem;
  margin-bottom: 50rem;
}
.checkbox_list_wrap .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 60rem;
}
.checkbox_list_wrap .ipt {
  border: 1px solid #969696;
  width: 47rem;
  height: 47rem;
  margin-right: 15rem;
}
.checkbox_list_wrap .item {
  display: flex;
  align-items: center;
}
.checkbox_list_wrap .item.on .ipt {
  background: url(../images/checkbox_on.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.checkbox_list_wrap .item span {
  white-space: nowrap;
}
.form_btns {
  display: flex;
  justify-content: center;
  gap: 40rem;
  background: #fff;
  margin-bottom: 130rem;
}
.form_btns .submit {
  width: 316rem;
  height: 84rem;
  line-height: 84rem;
  text-align: center;
  color: #fff;
  background: #ea5513;
}
.form_btns .reset {
  width: 316rem;
  height: 84rem;
  line-height: 84rem;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #ea5513;
}
/* 策划预约end */
/* 核心优势 start */
.advantage_wrap {
  background: url(../images/m_bg.jpg) center top no-repeat;
  background-size: cover;
}
.advantage_wrap .items {
  padding: 70rem 44rem;
}
.advantage_wrap .item {
  background-color: #fff;
  padding: 70rem 60rem;
  margin-bottom: 40rem;
  border-bottom: 10rem solid #ea5513;
}
.advantage_wrap h3,
.advantage_wrap .category {
  margin-bottom: 30rem;
}
.advantage_wrap .category {
  color: #ea5513;
}
/* 核心优势 end */
/* 服务案例 start */
.case_wrap {
  background: url(../images/m_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 48rem;
}
.case_wrap .list {
  position: relative;
  padding: 70rem 48rem 0;
  overflow: hidden;
}
.case_wrap .list::before {
  content: '';
  position: absolute;
  top: 70rem;
  left: 58rem;
  z-index: 1;
  height: 100%;
  width: 9rem;
  border-radius: 4px;
  background: #ea5513;
}
.case_wrap .item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 50rem;
}
.case_wrap .item .point {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  border: 7rem solid #ea5513;
  background: #fff;
}
.case_wrap .item .line {
  width: 50rem;
  border: 1px dashed #ea5513;
}
.case_wrap .item .p {
  border: 1px solid #ea5513;
  background: #fff;
  padding: 32rem 30rem;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 服务案例 end */
/* 广告发布start */
.advertisement_wrap {
  padding: 80rem 30rem;
  background: url(../images/m_bg.jpg) center top no-repeat;
  background-size: cover;
}
.advertisement_wrap .category_tabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 60rem;
}
.advertisement_wrap .category_tabs a {
  padding: 0 30rem 15rem;
  color: #b8b8b8;
}
.advertisement_wrap .category_tabs a.on {
  border-bottom: 6rem solid #ea5513;
  color: #000;
}
.environment_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.environment_tabs .prev,
.environment_tabs .next {
  width: 44rem;
  height: 24rem;
}
.environment_tabs .prev {
  background: url(../images/adv_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.environment_tabs .next {
  background: url(../images/adv_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.environment_tabs .prev.disabled,
.environment_tabs .next.disabled {
  opacity: 0.3;
}
.environment_tabs .btns a {
  color: #b8b8b8;
  padding: 0 30rem;
  display: inline-block;
}
.environment_tabs .btns a.on {
  color: #000;
}
.advertisement_container {
  margin-top: 60rem;
}
.advertisement_container .swiper-button-prev,
.advertisement_container .swiper-button-next {
  width: 80rem;
  height: 80rem;
  line-height: 80rem;
  background: #fff;
  font-size: 30rem;
  color: #ea5513;
  text-align: center;
}
.advertisement_container .swiper-button-prev i,
.advertisement_container .swiper-button-next i {
  font-size: 26px;
}
/* 广告发布end */
/*# sourceMappingURL=./wly.css.map */

.advertisement_container .swiper-slide{background:#EA5513;}
.advertisement_container .swiper-slide .con{padding: 50rem 60rem; color: #fff;}
