@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dwj_clear::after {
  content: "";
  display: block;
  clear: both;
}
.dwj_cl{
  clear: both;
}
.dwj_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dwj_content {
  width: 15.6rem;
  margin: 0 auto;
}
.dwj_phone {
  display: none;
}


/*智慧酒店*/
.dwj_banner{
  width: 100%;
  position: relative;
}
.dwj_banner img{
  width: 100%;
}
.dwj_bn{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.dwj_bncon{
  width: 15.16rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin: 0 auto;
}
.dwj_bncon h1{
  font-size: 0.64rem;
  font-weight: bolder;
  line-height: 1rem;
}
.dwj_ys_box{
  padding: 0.8rem 0 1rem;
  overflow: hidden;
}
.dwj_ys_tit{
  width: 100%;
  text-align: center;
  line-height: 0.38rem;
  color: #696d73;
  font-size: 0.2rem;
  margin-bottom: 0.85rem;
}
.dwj_ys_tit h1{
  color: #2d3542;
  font-size: 0.48rem;
  line-height: 0.88rem;
}
.dwj_ys{
  width: 13.4rem;
  margin: 0 auto 0.78rem;
}
.dwj_ys li{
  float: left;
  width: 3.35rem;
  text-align: center;
  position: relative;
  transition: all 0.6s;
}
.dwj_ys li:last-child i{
  display: none;
}
.dwj_ys li:hover{
  transform: translate(0, -0.2rem);
}
.dwj_ys i{
  width: 1px;
  height: 1.2rem;
  background: #d8d8d8;
  display: block;
  position: absolute;
  top: 0.36rem;
  right: 0;
}
.dwj_ys img{
  width: 1.17rem;
  height: 1.17rem;
  margin: 0 auto 0.37rem;
}
.dwj_ys h1{
  color: #000;
  font-size: 0.22rem;
  line-height: 0.4rem;
  font-weight: normal;
}
.dwj_ys_txt{
  width: 7.38rem;
  text-align: center;
  line-height: 0.46rem;
  background: #b7d2ff;
  border: solid 0.02rem #77baff;
  border-radius: 0.1rem;
  color: #000;
  font-size: 0.2rem;
  margin: 0 auto;
}

.dwj_rzty_bg{
  width: 100%;
  height: 11.2rem;
  background: url(../newimg/dwj_10.jpg) no-repeat;
  background-size: cover;
  padding: 0.83rem 0 0.3rem;
  overflow: hidden;
}
.dwj_rzty_tit{
  width: 100%;
  text-align: center;
  line-height: 0.44rem;
  color: #dfdfdf;
  font-size: 0.2rem;
  margin-bottom: 0.37rem;
}
.dwj_rzty_tit h1{
  color: #f0f0f0;
  font-size: 0.48rem;
  line-height: 0.8rem;
}
.dwj_rzty{
  width: 8.24rem;
  margin: 0 auto;
}
.dwj_rzty img{
  width: 100%;
}

.dwj_fg_box{
  padding: 0.8rem 0 1rem;
  overflow: hidden;
}
.dwj_fg_tit{
  width: 100%;
  text-align: center;
  line-height: 0.4rem;
  color: #7d7d97;
  font-size: 0.2rem;
  margin-bottom: 0.84rem;
}
.dwj_fg_tit h1{
  color: #2d3542;
  font-size: 0.48rem;
  line-height: 0.86rem;
}
.dwj_fg{
  width: 100%;
}
.dwj_fg ul{
  margin-right: -2%;
}
.dwj_fg li{
  float: left;
  width: 31.33%;
  height: 6.4rem;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 2%;
  position: relative;
}
.dwj_fg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.dwj_fg li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.dwj_fg_txt{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0.39rem;
  z-index: 2;
}
.dwj_fg_txt h1{
  font-size: 0.24rem;
  line-height: 0.44rem;
}

.dwj_sy_bg{
  width: 100%;
  background: #e7effc;
  padding: 0.8rem 0 1rem;
  overflow: hidden;
}
.dwj_sy_bg .dwj_fg_tit{
  margin-bottom: 0.3rem;
}
.dwj_sy{
  width: 9.5rem;
  margin: 0 auto;
}
.dwj_sy img{
  width: 100%;
}

.dwj_youshi_box{
  padding: 0.8rem 0 0.62rem;
  overflow: hidden;
}
.dwj_youshi_box .dwj_fg_tit{
  margin-bottom: 0.7rem;
}
.dwj_youshi_bg{
  width: 14.73rem;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.dwj_vs{
  width: 3.54rem;
  height: 3.54rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1rem;
  background: url(../newimg/dwj_18.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
	justify-content: center;
	align-items: center;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-47%,-50%);
  z-index: 2;
}
.dwj_ys_left{
  width: 6.8rem;
  background: url(../newimg/dwj_17.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  padding: 0.93rem 0.82rem 0.7rem;
  margin-right: 0.5rem;
}
.dwj_ys_left_tit{
  width: 4.05rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.44rem;
  border-bottom: solid 1px #95adf9;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.dwj_ys_left_tit span{
  font-size: 0.26rem;
  font-weight: bold;
  padding-right: 0.1rem;
}
.dwj_ys_left_list{
  width: 100%;
}
.dwj_ys_left_list li{
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-left: 0.3rem;
  position: relative;
}
.dwj_ys_left_list i{
  width: 0.2rem;
  height: 0.2rem;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.dwj_ys_r{
  float: right;
  width: 6.8rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  padding: 0.93rem 0.65rem 0.7rem 2.1rem;
}
.dwj_ys_r_tit{
  color: #7c7c7c;
  font-size: 0.2rem;
  line-height: 0.44rem;
  border-bottom: solid 1px #aaaaab;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.dwj_ys_r_tit span{
  font-size: 0.26rem;
  font-weight: bold;
  color: #3d68f3;
  padding-right: 0.1rem;
}
.dwj_ys_r_list{
  width: 100%;
}
.dwj_ys_r_list li{
  color: #7c7c7c;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-left: 0.3rem;
  position: relative;
}
.dwj_ys_r_list i{
  width: 0.2rem;
  height: 0.2rem;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.dwj_yycj_bg{
  width: 100%;
  background: url(../newimg/dwj_13.jpg) repeat-x left top;
  padding-top: 0.81rem;
  overflow: hidden;
}
.dwj_yycj_bg .dwj_fg_tit{
  margin-bottom: 0.9rem;
}
.dwj_yycj{
  width: 100%;
}
.dwj_yycj li:nth-child(even) .dwj_yycj_pic{
  float: right;
}
.dwj_yycj li:nth-child(even) .dwj_yycj_con{
  width: 60%;
  margin: 0 14% 0 0;
  float: right;
}
.dwj_yycj_pic{
  float: left;
  width: 50%;
  height: 7.2rem;
  overflow: hidden;
}
.dwj_yycj_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.dwj_yycj_pic li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.dwj_yycj_r{
  float: left;
  width: 50%;
  padding-top: 3rem;
}
.dwj_yycj_con{
  width: 67%;
  margin-left: 14%;
}
.dwj_cjtit{
  color: #000;
  line-height: 0.4rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.dwj_cjtit i{
  width: 0.5rem;
  height: 0.03rem;
  background: #2d5ffa;
  display: block;
  margin: 0.41rem 0 0.32rem;
}
.dwj_cjtxt{
  color: #1e1e1e;
  line-height: 0.36rem;
  font-size: 0.2rem;
  text-align: justify;
}


/* 整合营销 */
.dwj_bntxt{
  color: #666;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.dwj_bntxt h1{
  color: #222;
  font-weight: bold;
  font-size: 0.64rem;
  line-height: 0.86rem;
  margin-bottom: 0.22rem;
}
.dwj_td_bg{
  width: 100%;
  background: #f5f8ff;
  padding: 1rem 0;
}
.dwj_td ul{
  margin-right: -1.33%;
}
.dwj_td li{
  float: left;
  width: 32%;
  height: 2rem;
  margin-right: 1.33%;
  padding: 0 0.62rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.dwj_td img{
  width: 1rem;
  height: 1rem;
}
.dwj_td_right{
  width: 70%;
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
}
.dwj_td_right h1{
  color: #166fff;
}
.dwj_td_right h1 b{
  font-size: 0.5rem;
  font-family: Arial;
  font-weight: bold;
  padding-right: 0.05rem;
  line-height: 0.62rem;
}

.dwj_yxbox{
  padding: 0.8rem 0;
  display: flex;
}
.dwj_yxleft{
  width: 47%;
  background: url(../newimg/dwj_23.png) no-repeat right bottom #f8f8f8;
  background-size: 3.34rem 4rem;
  padding: 1.12rem 0.6rem 1rem;
  margin-right: 6%;
}
.dwj_yxright{
  width: 47%;
  background: url(../newimg/dwj_24.png) no-repeat right bottom #f8f8f8;
  background-size: 3.54rem 3.65rem;
  padding: 1.12rem 0.6rem 1rem;
}
.dwj_yx_tit{
  width: 100%;
  text-align: center;
  line-height: 0.36rem;
  color: #888;
  font-size: 0.24rem;
  text-transform: uppercase;
  margin-bottom: 0.57rem;
}
.dwj_yx_tit h1{
  color: #333;
  font-size: 0.52rem;
  font-weight: bold;
  line-height: 0.94rem;
}
.dwj_yx_tit div{
  font-weight: lighter;
}
.dwj_yx_txt{
  color: #333;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-align: justify;
}

.dwj_yxfa_box{
  width: 100%;
  padding: 0.79rem 0 1.01rem;
  position: relative;
  overflow: hidden;
}
.dwj_yxfa_bg{
  width: 100%;
  height: 9.4rem;
  background: #f5f8ff;
  position: absolute;
  top: 0;
  left: 0;
}
.dwj_yxfa{
  width: 100%;
  position: relative;
  z-index: 2;
}
.dwj_yxfa .dwj_yx_tit{
  margin-bottom: 0.78rem;
}
.dwj_ov{
  padding-top: 0.15rem;
  overflow: hidden;
}
.dwj_yxfa_line{
  width: 100%;
  border-top: dashed 0.01rem #cbdbfd;
}
.dwj_yxfa_list{
  padding-top: 0.44rem;
  margin-bottom: 0.79rem;
}
.dwj_yxfa_list ul{
  margin-right: -3.33%;
}
.dwj_yxfa_list li{
  float: left;
  width: 30%;
  margin-right: 3.33%;
  position: relative;
}
.dwj_yxfa_list h1{
  color: #2268f4;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
.dwj_yxfa_yuan{
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(34, 104, 244, 0.1);
  border-radius: 50%;
  display: flex;
	justify-content: center;
	align-items: center;
  position: absolute;
  top: -0.58rem;
  left: 0.12rem;
}
.dwj_yxfa_yuan i{
  width: 0.09rem;
  height: 0.09rem;
  background: #2268f4;
  display: block;
  border-radius: 50%;
}
.dwj_yxfa_txt{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.34rem;
  text-align: justify;
}
.dwj_white{
  width: 100%;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  padding: 0.57rem 0.48rem;
}
.dwj_m01{
  margin-bottom: 0.5rem;
}
.dwj_m02{
  margin-bottom: 0.54rem;
}
.dwj_m03{
  margin-bottom: 0.2rem;
}
.dwj_icon{
  float: left;
  width: 0.58rem;
  margin-right: 0.58rem;
}
.dwj_icon img{
  width: 100%;
}
.dwj_yxfa_r{
  float: left;
  width: 13.32rem;
}
.dwj_yxfa_r img{
  width: 100%;
  height: 100%;
}
.dwj_stept_tit{
  color: #333;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.5rem;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.dwj_stept_tit span{
  color: #b2b2b2;
  padding: 0 0.27rem;
}
.dwj_stept_01{
  float: left;
  width: 2.6rem;
  margin-right: 0.36rem;
}
.dwj_stept_02{
  float: left;
  width: 6.28rem;
}
.dwj_stept_03{
  float: right;
  width: 3.7rem;
}
.dwj_stept_03 .dwj_stept_tt{
  text-align: left;
  margin: 0 0 0.1rem 0.1rem;
}
.dwj_stept_tt{
  color: #bf0204;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.1rem;
}
.dwj_stept_pic01{
  width: 1.94rem;
  height: 3.6rem;
  margin: 0 auto 0.16rem;
}
.dwj_stept_pic02{
  width: 100%;
  height: 3.6rem;
  margin: 0 auto 0.16rem;
}
.dwj_stept_pic03{
  width: 3.3rem;
  height: 3.6rem;
  margin-bottom: 0.16rem;
}
.dwj_stept_line{
  width: 100%;
  border: dashed 0.01rem #6a9d86;
  position: relative;
  line-height: 0.3rem;
  color: #333;
  font-size: 0.18rem;
}
.dwj_stept_p01{
  padding: 0.07rem 0.22rem 0.07rem 0.14rem;
}
.dwj_stept_p02{
  padding: 0.07rem 0.45rem 0.07rem 0.2rem;
}
.dwj_stept_p03{
  padding: 0.07rem 0.1rem;
}
.dwj_stept_rt{
  width: 0.15rem;
  height: 0.15rem;
  background: url(../newimg/dwj_29.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.06rem;
  right: -0.06rem;
}
.dwj_stept_lb{
  width: 0.15rem;
  height: 0.15rem;
  background: url(../newimg/dwj_30.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.06rem;
  left: -0.03rem;
}
.dwj_stept2_pic{
  float: left;
  width: 7.57rem;
  margin-right: 0.24rem;
}
.dwj_stept2_pic img{
  width: 100%;
}
.dwj_stept2r{
  float: left;
  width: 4.92rem;
  margin-top: 0.33rem;
}
.dwj_stept2r_tt{
  text-align: center;
  margin-bottom: 0.46rem;
}
.dwj_stept2r_tt div{
  display: inline-block;
  line-height: 0.46rem;
  background: #226e4b;
  padding: 0 0.16rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  border-radius: 0.1rem;
}
.dwj_stept_line02{
  width: 100%;
  border: dashed 0.01rem #6a9d86;
  padding: 0.05rem 0.12rem;
}
.dwj_stept2_txt{
  line-height: 0.52rem;
  color: #333;
  font-size: 0.28rem;
  padding-left: 0.3rem;
  text-align: justify;
  position: relative;
}
.dwj_stept2_txt i{
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.22rem;
  left: 0;
}
.dwj_stept2_txt span{
  color: #d30000;
}
.dwj_stept3_pic{
  width: 13.14rem;
  margin-top: -0.4rem;
}
.dwj_stept3_pic img{
  width: 100%;
}

.dwj_video_bg{
  background: #f5f8ff;
  padding: 0.92rem 0 0.58rem;
  overflow: hidden;
}
.dwj_video_left{
  float: left;
  width: 7.8rem;
  padding-top: 1.12rem;
}
.dwj_video_tit{
  color: #888;
  font-size: 0.24rem;
  text-transform: uppercase;
  margin-bottom: 0.64rem;
}
.dwj_video_tit h1{
  color: #333;
  font-size: 0.52rem;
  font-weight: bold;
  line-height: 0.7rem;
  margin-bottom: 0.14rem;
}
.dwj_video_tit div{
  font-weight: lighter;
}
.dwj_video_txt{
  color: #444;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.49rem;
}
.dwj_video_more{
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #4581fb;
  color: #fff;
  font-size: 0.18rem;
  overflow: hidden;
  position: relative;
}
.dwj_video_more a{
	display: block;
  position: relative;
  z-index: 2;
}
.dwj_video_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #0a58f8;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
}
.dwj_video_more:hover::before {
	width: 100%;
}
.dwj_video_r{
  float: left;
  width: 6.61rem;
  height: 6.34rem;
  position: relative;
  display: flex;
	justify-content: center;
	align-items: center;
}
.dwj_videoyuan{
  width: 100%;
  height: 100%;
  background: url(../newimg/dwj_33.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: scaleAnimate 2s linear infinite;
  opacity: 0;
}
@keyframes scaleAnimate {
  0% {
      transform: scale(1);
      opacity: 0;
  }

  50% {
      transform: scale(1.1);
      opacity: 0.8;
  }

  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}
.dwj_video_k{
  width: 2.77rem;
  height: 5.67rem;
  background: url(../newimg/dwj_34.png) no-repeat;
  background-size: 100% 100%;
}
.dwj_video{
  width: 2.52rem;
  height: 5.48rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin: 0.11rem 0 0 0.13rem;
}
.dwj_video video{
  width: 100%;
  height: 100%;
}

.dwj_xg_box{
  padding: 0.62rem 0 1.19rem;
  overflow: hidden;
}
.dwj_xg_box .dwj_yx_tit{
  margin-bottom: 0.68rem;
}
.dwj_xg_bg{
  background: #f9f9f9;
  padding: 0.4rem 0.75rem 0.4rem 0.54rem;
  overflow: hidden;
}
.dwj_xg_left{
  float: left;
  width: 9.05rem;
  margin-top: 0.45rem;
}
.dwj_xg_list{
  width: 100%;
  margin-bottom: 0.5rem;
}
.dwj_xg_list li{
  float: left;
  width: 2.38rem;
}
.dwj_xg_list li i{
  display: none;
}
.dwj_xg_list h2{
  color: #333;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.46rem;
}
.dwj_xg_list h1{
  color: #4581fb;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.48rem;
}
.dwj_xg_list li:last-child h1{
  color: #f6ad21;
}
.dwj_xg_txt{
  color: #666;
  font-size: 0.18rem;
  line-height: 0.34rem;
  text-align: justify;
}
.dwj_xg_right{
  float: right;
  width: 4.22rem;
}
.dwj_xg_right img{
  width: 100%;
}


/* 开屏 */
.dwj_bnkp{
  width: 14.38rem;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin: 0 auto;
}
.dwj_bnkp h1{
  color: #222;
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.dwj_kpys_box{
  padding: 0.85rem 0 0.66rem;
  overflow: hidden;
}
.dwj_kpys_tit{
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  line-height: 0.42rem;
  margin-bottom: 0.87rem;
}
.dwj_kpys_tit h1{
  color: #252525;
  font-size: 0.5rem;
  line-height: 0.76rem;
  font-weight: bold;
}
.dwj_kpys_tit h1 img{
  width: 1.34rem;
  height: 0.23rem;
  display: inline-block;
  margin: 0 0.67rem;
}
.dwj_kpys{
  width: 14.1rem;
  margin: 0 auto;
}
.dwj_kpys ul{
  margin-right: -1.8rem;
}
.dwj_kpys li{
  float: left;
  width: 3.5rem;
  text-align: center;
  margin-right: 1.8rem;
  transition: all 0.6s;
}
.dwj_kpys li:hover{
  transform: translateY(-0.2rem);
}
.dwj_kpys img{
  width: 2rem;
  height: 2.28rem;
  margin: 0 auto;
}
.dwj_kpys_con{
  width: 100%;
}
.dwj_kpys h1{
  color: #222;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.44rem;
  margin: 0.34rem 0 0.1rem;
}
.dwj_kpys_txt{
  color: #333;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.dwj_gg_box{
  padding: 0.62rem 0 0.5rem;
  overflow: hidden;
}
.dwj_gg_box .dwj_kpys_tit{
  margin-bottom: 1.93rem;
}
.dwj_gg{
  width: 100%;
  height: 5rem;
  background: url(../newimg/dwj_44.jpg) no-repeat center;
  background-size: cover;
}
.dwj_gg_r{
  float: right;
  width: 40%;
  padding-top: 0.47rem;
}
.dwj_gg_r i{
  width: 0.5rem;
  height: 0.1rem;
  background: url(../newimg/dwj_46.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-bottom: 0.41rem;
}
.dwj_gg_txt{
  color: #222;
  line-height: 0.5rem;
  font-size: 0.28rem;
  margin-bottom: 0.28rem;
  position: relative;
}
.dwj_gg_txt h1{
  color: #d6d8e2;
  font-size: 0.8rem;
  font-family: Impact;
  line-height: 1.14rem;
}
.dwj_gg_left{
  width: 2.95rem;
  height: 5.82rem;
  position: absolute;
  bottom: 0.56rem;
  left: 0.76rem;
  display: none;
}
.dwj_gg_left img{
  width: 100%;
  height: 100%;
}
.dwj_gg_img{
  width: 1rem;
  height: 1rem;
  display: none;
}
.dwj_gg_img img{
  width: 100%;
  height: 100%;
}
.dwj_ggbg{
  width: 100%;
  height: 5rem;
}
.dwj_gg .swiper-slide-active .dwj_ggbg{
  background: url(../newimg/dwj_45.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 0.2rem rgba(6, 56, 155, 0.1);
}
.dwj_gg .swiper-slide-active .dwj_gg_r{
  width: 50%;
}
.dwj_gg .swiper-slide-next .dwj_gg_r{
  float: left;
  margin-left: 0.4rem;
}
.dwj_gg .swiper-slide-active .dwj_gg_left{
  display: block;
}
.dwj_gg .swiper-slide-active .dwj_gg_txt{
  margin: 0;
}
.dwj_gg .swiper-slide-active .dwj_gg_txt h1{
  color: rgba(255, 255, 255, 0.1);
}
.dwj_gg .swiper-slide-active .dwj_gg_txt div{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1.14rem;
  margin: 0;
}
.dwj_gg .swiper-slide-active .dwj_gg_img{
  display: block;
}
.dwj_gg .swiper-button-next,.dwj_gg .swiper-button-prev{
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%);
}
.dwj_gg .swiper-button-next{
  right: 25%;
  background: url(../newimg/dwj_50.png) no-repeat;
  background-size: 100% 100%;
}
.dwj_gg .swiper-button-prev{
  left: 25%;
  background: url(../newimg/dwj_49.png) no-repeat;
  background-size: 100% 100%;
}
.dwj_gg .swiper-button-next:after, .dwj_gg .swiper-button-prev:after{
  display: none;
}
.dwj_tg_box{
  padding: 0.41rem 0;
  overflow: hidden;
}
.dwj_tg_box .dwj_kpys_tit{
  margin-bottom: 0.68rem;
}
.dwj_tg{
  width: 14.34rem;
  margin: 0 auto;
}
.dwj_tg ul{
  margin-right: -0.54rem;
}
.dwj_tg li{
  float: left;
  width: 3.18rem;
  height: 6.48rem;
  margin-right: 0.54rem;
}
.dwj_tg img{
  width: 100%;
  height: 100%;
}
.dwj_type_bg{
  width: 100%;
  background: #f8f8f8;
}
.dwj_type{
  height: 0.68rem;
}
.dwj_type li{
  float: left;
  line-height: 0.68rem;
  color: #333;
  font-size: 0.18rem;
  margin-right: 1.24rem;
  position: relative;
}
.dwj_type i{
  width: 100%;
  height: 0.02rem;
  background: #1e8cff;
  display: block;
  opacity: 0;
}
.dwj_type li.on{
  color: #1e8cff;
  font-weight: bold;
}
.dwj_type li.on i{
  opacity: 1;
}


@media only screen and (max-width: 1024px){
  .hd1-a4{
    display: none;
  }
  .dwj_content{
		width: 94%;
	}

  /*智慧酒店*/
  .dwj_ys_left{
    width: 48%;
  }
  .dwj_ys_r{
    width: 48%;
  }
  .dwj_ys_left_tit{
    width: 100%;
  }

  /* 整合营销 */
  .dwj_yxfa_r{
    width: 90%;
  }
  .dwj_stept_01{
    width: 24%;
    margin-right: 2.5%;
  }
  .dwj_stept_02{
    width: 45%;
  }
  .dwj_stept_03{
    width: 26%;
  }
  .dwj_stept_pic01{
    width: 60%;
    height: 4.2rem;
  }
  .dwj_stept_pic02{
    height: 4.2rem;
  }
  .dwj_stept_pic03{
    width: 90%;
    height: 4.2rem;
  }
  .dwj_stept2_pic{
    width: 56%;
  }
  .dwj_stept2r{
    width: 36%;
  }
  .dwj_stept3_pic{
    width: 90%;
  }
  .dwj_video_left{
    width: 50%;
  }
  .dwj_video_r{
    float: right;
  }
}


@media only screen and (max-width: 1023px){
	.dwj_pc{
		display: none;
	}
	.dwj_phone{
		display: block;
	}

  /*智慧酒店*/
  .dwj_bncon{
    width: 90%;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .dwj_bncon h1{
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .dwj_ys_box{
    padding: 0.8rem 0 1rem;
  }
  .dwj_ys_tit{
    line-height: 0.4rem;
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
  }
  .dwj_ys_tit h1{
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .dwj_ys{
    width: 94%;
    margin: 0 auto 0.1rem;
  }
  .dwj_ys li{
    width: 50%;
    margin-bottom: 0.6rem;
  }
  .dwj_ys img{
    width: 1rem;
    height: 1rem;
    margin: 0 auto 0.2rem;
  }
  .dwj_ys h1{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .dwj_ys i{
    display: none;
  }
  .dwj_ys_txt{
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }
  .dwj_rzty_tit{
    line-height: 0.44rem;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .dwj_rzty_tit h1{
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .dwj_rzty{
    width: 100%;
  }
  .dwj_fg_box{
    padding: 0.8rem 0 1rem;
  }
  .dwj_fg_tit{
    line-height: 0.4rem;
    font-size: 0.28rem;
    margin-bottom: 0.8rem;
  }
  .dwj_fg_tit h1{
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .dwj_fg ul{
    margin-right: 0;
  }
  .dwj_fg li{
    float: none;
    width: 100%;
    height: 5rem;
    border-radius: 0.1rem;
    margin: 0 0 0.5rem 0;
  }
  .dwj_fg_txt{
    font-size: 0.28rem;
    line-height: 0.4rem;
    bottom: 0.2rem;
  }
  .dwj_fg_txt h1{
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
  .dwj_sy_bg{
    padding: 0.8rem 0 1rem;
  }
  .dwj_sy_bg .dwj_fg_tit{
    margin-bottom: 0.3rem;
  }
  .dwj_sy{
    width: 92%;
  }
  .dwj_youshi_box{
    padding: 0.8rem 0;
  }
  .dwj_youshi_bg{
    width: 94%;
    padding-top: 1rem;
  }
  .dwj_vs{
    width: 2rem;
    height: 2rem;
    background: url(../newimg/dwj_18s.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.6rem;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
  .dwj_ys_left{
    padding: 0.6rem 0.3rem;
  }
  .dwj_ys_left_tit{
    line-height: 0.6rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .dwj_ys_left_tit span{
    font-size: 0.34rem;
  }
  .dwj_ys_left_list li{
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-left: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .dwj_ys_left_list li:last-child{
    margin: 0;
  }
  .dwj_ys_left_list i{
    width: 0.2rem;
    height: 0.2rem;
    top: 0.1rem;
  }
  .dwj_ys_r{
    padding: 0.6rem 0.3rem;
  }
  .dwj_ys_r_tit{
    text-align: right;
    line-height: 0.6rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .dwj_ys_r_tit span{
    font-size: 0.34rem;
  }
  .dwj_ys_r_list li{
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-left: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .dwj_ys_r_list li:last-child{
    margin: 0;
  }
  .dwj_ys_r_list i{
    width: 0.2rem;
    height: 0.2rem;
    top: 0.1rem;
  }
  .dwj_yycj_bg{
    padding-top: 0.8rem;
  }
  .dwj_yycj_bg .dwj_fg_tit{
    margin-bottom: 0.9rem;
  }
  .dwj_yycj li:nth-child(even) .dwj_yycj_pic{
    float: none;
  }
  .dwj_yycj li:nth-child(even) .dwj_yycj_con{
    width: 100%;
    margin: 0;
    float: none;
  }
  .dwj_yycj_pic{
    float: none;
    width: 100%;
    height: 5rem;
  }
  .dwj_yycj_r{
    float: none;
    width: 100%;
    padding: 0.5rem 0.3rem 1rem;
  }
  .dwj_yycj_con{
    width: 100%;
    margin-left: 0;
  }
  .dwj_cjtit{
    line-height: 0.4rem;
    font-size: 0.46rem;
  }
  .dwj_cjtit i{
    width: 0.5rem;
    height: 0.03rem;
    margin: 0.4rem 0 0.32rem;
  }
  .dwj_cjtxt{
    line-height: 0.44rem;
    font-size: 0.28rem;
  }

  /* 整合营销 */
  .dwj_zhyx .dwj_banner{
    margin-top: 1rem;
  }
  .dwj_zhyx .yyp_nav{
    background: #fff;
  }
  .dwj_zhyx .yyp_nav img:first-child{
    display: none !important;
  }
  .dwj_zhyx .yyp_nav img:last-child{
    display: block !important;
  }
  .dwj_zhyxbn .dwj_bn{
    top: 18%;
    transform: translateY(-18%);
  }
  .dwj_zhyxbn .dwj_bntxt{
    text-align: center;
    font-size: 0.23rem;
    line-height: 0.4rem;
  }
  .dwj_td_bg{
    padding: 0.5rem 0 0.36rem;
  }
  .dwj_td ul{
    margin-right: 0;
  }
  .dwj_td li{
    float: none;
    width: 100%;
    height: 2rem;
    margin: 0 0 0.14rem;
    padding: 0 0.62rem;
  }
  .dwj_td_right{
    width: 77%;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .dwj_td_right h1{
    font-size: 0.24rem;
  }
  .dwj_yxbox{
    padding: 0.5rem 0;
    display: block;
  }
  .dwj_yxleft{
    width: 100%;
    min-height: 6rem;
    padding: 0.76rem 0.5rem 0.5rem;
    margin: 0 0 0.4rem;
  }
  .dwj_yxright{
    width: 100%;
    min-height: 6rem;
    padding: 0.76rem 0.5rem 0.5rem;
  }
  .dwj_yx_txt{
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .dwj_yxfa_box{
    padding: 0.79rem 0 0.3rem;
  }
  .dwj_yxfa_bg{
    height: 15rem;
  }
  .dwj_yxfa .dwj_yx_tit{
    margin-bottom: 0.35rem;
  }
  .dwj_ov{
    padding: 0 0 0 0.4rem;
    margin-bottom: 0.35rem;
  }
  .dwj_yxfa_line{
    border-top:none;
    border-left: dashed 0.01rem #cbdbfd;
  }
  .dwj_yxfa_list{
    padding: 0.48rem 0;
    margin: 0;
  }
  .dwj_yxfa_list ul{
    margin-right: 0;
  }
  .dwj_yxfa_list li{
    float: none;
    width: 100%;
    padding-left: 0.48rem;
    margin: 0 0 0.65rem;
  }
  .dwj_yxfa_list li:last-child{
    margin: 0;
  }
  .dwj_yxfa_list h1{
    font-size: 0.78rem;
    margin-bottom: 0.18rem;
  }
  .dwj_yxfa_yuan{
    width: 0.36rem;
    height: 0.36rem;
    top: 0.4rem;
    left: -0.2rem;
  }
  .dwj_yxfa_yuan i{
    width: 0.12rem;
    height: 0.12rem;
  }
  .dwj_yxfa_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  .dwj_white{
    padding: 0.3rem 0.24rem;
  }
  .dwj_icon{
    display: none;
  }
  .dwj_yxfa_r{
    float: none;
    width: 100%;
  }
  .dwj_stept_01{
    width:34%;
    margin-right: 4%;
  }
  .dwj_stept_02{
    width: 62%;
  }
  .dwj_stept_03{
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0.2rem;
  }
  .dwj_stept_03 .dwj_stept_line{
    width: 65%;
    position: absolute;
    right: 0;
    bottom: 0.2rem;
  }
  .dwj_stept_pic01{
    width: 70%;
    height: 3rem;
  }
  .dwj_stept_pic02{
    height: 3rem;
  }
  .dwj_stept_pic03{
    height: auto;
  }
  .dwj_stept_line{
    font-size: 0.2rem;
  }
  .dwj_stept_p02{
    padding: 0.07rem 0.2rem;
  }
  .dwj_stept_p03{
    padding: 0.27rem 0.1rem;
  }
  .dwj_stept_tit{
    font-size: 0.28rem;
  }
  .dwj_stept_tt{
    font-size: 0.26rem;
  }
  .dwj_stept2_pic{
    float: none;
    width: 100%;
  }
  .dwj_stept2r{
    float: none;
    width: 100%;
  }
  .dwj_stept2r_tt div{
    line-height: 0.46rem;
    padding: 0.05rem 0.46rem;
    font-size: 0.28rem;
  }
  .dwj_stept3_pic{
    width: 100%;
    margin: 0;
  }
  .dwj_video_bg{
    padding: 0.52rem 0 0.9rem;
  }
  .dwj_video_left{
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .dwj_video_tit{
    text-align: center;
  }
  .dwj_video_tit h1{
    margin-bottom: 0;
  }
  .dwj_video_r{
    float: none;
    margin:0 auto 0.2rem;
  }
  .dwj_video_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .dwj_video_more{
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
    margin: 0 auto;
  }
  .dwj_xg_bg{
    padding: 0.65rem 0.5rem 0.75rem;
  }
  .dwj_xg_left{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .dwj_xg_list li{
    width: 50%;
    position: relative;
  }
  .dwj_xg_list i{
    display: block;
    width: 1px;
    height: 0.5rem;
    background: #dcdcdc;
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
  .dwj_xg_list li:last-child i{
    display: none !important;
  }
  .dwj_xg_list h2{
    margin-bottom: 0.1rem;
  }
  .dwj_xg_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .dwj_xg_right{
    float: none;
    width: 68%;
    margin: 0 auto;
  }

  /* 开屏 */
  .dwj_bnkp{
    width: 90%;
    text-align: center;
    font-size: 0.26rem;
  }
  .dwj_kpys_tit{
    font-size: 0.26rem;
  }
  .dwj_kpys_tit h1 img{
    width: 1rem;
    height: 0.17rem;
    margin: 0 0.4rem 0.05rem;
  }
  .dwj_kpys{
    width: 92%;
  }
  .dwj_kpys ul{
    margin-right: 0;
  }
  .dwj_kpys li{
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 0.4rem;
  }
  .dwj_kpys img{
    float: left;
    margin-right: 0.5rem;
  }
  .dwj_kpys_con{
    float: left;
    width: 60%;
  }
  .dwj_kpys h1{
    margin: 0.4rem 0 0.1rem;
  }
  .dwj_kpys_txt{
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .dwj_gg_box .dwj_kpys_tit{
    margin-bottom: 2rem;
  }
  .dwj_gg{
    height: 4.64rem;
    background: url(../newimg/dwj_44s.jpg) no-repeat center;
    background-size: cover;
  }
  .dwj_gg_r{
    display: none;
  }
  .dwj_gg .swiper-slide-active .dwj_gg_r{
    display: block;
    width: 48%;
  }
  .dwj_ggbg{
    width: 92%;
    height: 3.9rem;
    margin: 0.74rem auto 0;
  }
  .dwj_gg .swiper-button-next,.dwj_gg .swiper-button-prev{
    top: 60%;
    transform: translateY(-60%);
  }
  .dwj_gg .swiper-button-next{
    right: 0.1rem;
  }
  .dwj_gg .swiper-button-prev{
    left: 0.1rem;
  }
  .dwj_gg_left{
    bottom: 0.28rem;
  }
  .dwj_tg{
    width: 100%;
  }
  .dwj_tg ul{
    margin-right: -4%;
  }
  .dwj_tg li{
    width: 46%;
    height: 6.48rem;
    margin: 0 4% 0.47rem 0;
  }
  .dwj_type{
    height: 1rem;
  }
  .dwj_type li{
    line-height: 1rem;
    font-size: 0.28rem;
    margin-right: 0.6rem;
  }
}