@charset "UTF-8";
.bgt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page1 {
  height: 100vh;
}

.page1 .banner {
  flex: 1;
  overflow: hidden;
  background-position: top center;
}

.page1 .banner .swiper-container,
.page1 .banner .swiper-slide {
  height: 100%;
  background-position: top center;
}

.page1 .banner .swiper-pagination {
  bottom: 3.5rem;
}

.page1 .banner .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 0.7rem;
  margin: 0 0.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.page1 .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.page1 .page-tit {
  padding: 1.5rem 0;
  letter-spacing: 2rem;
}

.section1 .list1 {
  padding: 4rem 0 0;
}

.section1 .list1 li {
  text-align: center;
}

.section1 .list1 li .num {
  align-items: flex-end;
}

.section1 .list1 li .num .counter {
  font-weight: bold;
}

.section1 .list1 li .num .dw {
  margin: 0 0 1.2rem 1rem;
}

.section1 .list1 li .num .dw2 {
  font-weight: normal;
}

.section1 .list1 li .tit {
  color: #3E3A39;
  margin-top: 1.5rem;
}

.section1 .list2 .video {
  position: relative;
/*   height: 45.7rem; */
  overflow: hidden;
}
.section1 .list2 .video video{
width:100%;min-height:450px;
}
.section1 .list2 .video .prism-player{
	position:absolute!important;
}

.section1 .list2 .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.section1 .list2 .video .play img {
  width: 9.7rem;
}

/*.section1 .list2 .video video {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}*/

.section1 .list2 .rbox .tit {
  margin: 4rem 0 3rem;
}

.section1 .list2 .rbox .desc {
  color: #595757;
  line-height: 1.8;
}

.section1 .list2 .rbox .desc p {
  text-indent: 2em;
}

.sec-type {
  margin-bottom: 3.3rem;
}

.sec-type .cn {
  color: #892D37;
}

.sec-type .en {
  color: #000;
  margin-top: 0.5rem;
}

.section2 .list {
  color: #fff;
  padding: 12rem 0 6rem;
}

.section2 .list a {
  color: #fff;
}

.section2 .list a:hover {
  opacity: .88;
}

.section2 .list .item {
  padding-bottom: 3rem;
}

.section2 .list .item .xh {
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 2.8rem;
  flex-shrink: 0;
  position: relative;
  background: url("../images/icon_xh.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.section2 .list .item .xh span {
  position: absolute;
  right: -0.5rem;
  bottom: -1rem;
  color: var(--color);
}

.section2 .list .item .info .tit {
  margin-bottom: 1.5rem;
}

.section2 .list .item .info .desc {
  line-height: 1.8;
}

.section2 .list li {
  margin-bottom: 8rem;
}

.case .item {
  position: relative;
  transition: all ease .3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.case .item .item-pic {
/*   height: 17rem; */
  position: relative;
}

/* .case .item .item-pic::before {
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease .3s;
  transform: translate(-50%, -50%);
} */

.case .item .item-pic::after {
  content: "";
  width: 0;
  height: 0;
  z-index: 2;
  background: url("../images/icon_video2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease .5s;
  transform: translate(-50%, -50%);
}

.case .item .item-tit {
  padding: .7rem 1.5rem;
  text-align: center;
}

.case .item:hover .item-pic::before {
  width: 100%;
  height: 100%;
}

.case .item:hover .item-pic::after {
  width: 4.5rem;
  height: 4.5rem;
}

.case.case2 .item {
  box-shadow: none !important;
}

.case.case2 .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.vmore {
  padding: 4rem 0;
}

.vmore a {
  width: 12.43rem;
  padding: 1.3rem 0;
  background: #9B0012;
  border-radius: 1.03rem;
  color: #fff;
  border: 0;
}

.section3 .vmore {
  padding: 4rem 0 0 0;
}

.section5 {
  padding-bottom: 6rem;
}

.section5 .slides {
  padding-top: 5rem;
}
.section5 .slides .swiper-wrapper{
	padding:6rem 0;
}
.section5 .item-pic{
	position:relative;
}

/* .section5 .item-pic::before {
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease .3s;
  transform: translate(-50%, -50%);
} */

.section5 .item-pic::after {
  content: "";
  width: 0;
  height: 0;
  z-index: 2;
  background: url("../images/icon_video2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease .5s;
  transform: translate(-50%, -50%);
}

.section5 .item-pic:hover::before {
  width: 100%;
  height: 100%;
}

.section5 .item-pic:hover::after {
  width:4rem;
  height:4rem;
}

.section5 .swiper-slide {
 -webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.88);
	/* margin: 1px; */
	transform: scale(0.88);
}


@media screen and (max-width: 668px) {
	.section5  .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.section5  .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 1002;
}

@media screen and (max-width: 668px) {
	.section5  .swiper-slide-active,.section5 .swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}


.section5 .swiper-slide-active,
.section5 .swiper-slide-duplicate-active {

  z-index: 2;
}


.section5 .slides {
  padding: 0 16rem;
  position: relative;
}

.section5 .slides .btn {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.section5 .slides .btn img {
  width: 5.28rem;
}

.section5 .slides .btn.prev {
  left: 2rem;
}

.section5 .slides .btn.next {
  right: 2rem;
}

/* 幕后花絮 */
.huaxu {
  padding-bottom: 4rem;
}

.huaxu .huaxu-type {
  padding: 5rem 0;
  text-align: center;
}

.huaxu .huaxu-type .tit {
  margin-bottom: 2rem;
}

.huaxu .huaxu-type .desc {
  line-height: 1.5;
  color: #595757;
}

.huaxu .huaxu1 .item {
  box-shadow: none !important;
}



.huaxu .huaxu1 .item .item-tit {
  border: 0.06rem solid #919292;
}

.huaxu .huaxu1 .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.huaxu .huaxu-cont {
  padding: 1rem 0 3rem 0;
}

.huaxu .case .item .item-pic::after {
 /*  background: url("../images/icon_fdj.png") no-repeat !important;
  background-size: 100% 100% !important; */
}

/* 合作品牌 */
.brand .brand-left {
  padding-left: 8rem;
  padding-top: 3.7rem;
}

.brand .brand-img {
  padding-bottom: 5rem;
  position: relative;
}

.brand .brand-img img {
  max-width: 35.6rem;
}

.brand .brand-img::after {
  content: "";
  width: 13.73rem;
  height: 0.15rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color2);
}

.brand .info {
  padding-left: 12rem;
  color: var(--color2);
}

.brand .info li .item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--color2);
}

.brand .info li .item .num {
  margin-top: -2rem;
}

.brand .info li .item .num .counter {
  font-weight: bold;
}

.brand .info li .item .num .counter.jia {
  position: relative;
}

.brand .info li .item .num .counter.jia::after {
  content: "+";
  font-size: 4rem;
  font-weight: normal;
  position: absolute;
  right: -2.5rem;
  top: 0;
}

.brand .info li .item .num .dd {
  margin-right: 2rem;
  align-items: flex-end;
}

.brand .info li .item .num .dd .dw {
  margin: 0 0 1rem 1rem;
}

.brand .info li .tit2 {
  text-align: right;
  margin: -0.5rem 2rem 0 0;
}

.brand .brand-cont {
  padding: 0 10rem;
}

/* 作品案例 */
.anli {
  padding-top: 3rem;
}

.anli .case {
  padding: 6rem 0;
  border-bottom: 1px solid #808080;
}

.anli .case .item {
  box-shadow: none !important;
}

/* .anli .case .item .item-pic {
  height: 20.05rem;
} */

.anli .case .item .item-tit {
  border: 1px solid #919292;
}

.anli .case .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.anli .case .case-type {
  box-shadow: none !important;
/*   background: #A42D37; */
  color: #fff;
  font-weight: bold;
}

.anli .case .case-type:hover {
  box-shadow: none !important;
}

.anli .vmore {
  padding-bottom: 0;
}

.detail {
  padding-top: 13.6rem;
}

.detail .detbox1 {
  position: relative;
  overflow: hidden;
}
.detail .detbox1 .wp{
	width:1100px;
	padding:0;
}
.detail .detbox1 .spt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(24px);
}

.detail .detbox1 .video {

  position: relative;
  z-index: 1;
  text-align: center;
}
.detail .detbox1 .prism-player{
	height:619px!important;
}
.detail .detbox1 .video .wp {
  height: 100%;
}

.detail .detbox1 .video video {
  height: 100%;
}

.detail .detbox1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.4));
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}

.detail .detbox2 .case-tit {
  margin-bottom: 2.5rem;
  font-weight: normal;
  color: var(--color2);
}

.detail .detbox2 .case-cont {
  line-height: 1.6;
  color: #595757;
}

/* 核心业务 */
.business .bus1 {
  position: relative;
  margin: 8rem 0;
  background-size:100%;
}

.business .bus1 li {
  color: #231815;
}

.business .bus1 li .xh {
  width: 4.2rem;
  height: 4.2rem;
  margin: 0.7rem 0 2rem 0;
  margin-right: 2rem;
  flex-shrink: 0;
  position: relative;
  background: url("../images/icon_xh.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.business .bus1 li:hover .desc{
	color:var(--color);
}
.business .bus1 li .xh span {
  position: absolute;
  right: -0.5rem;
  bottom: -1rem;
  color: var(--color);
  font-size: 3rem;
  font-weight: bold;
}

.business .bus1 li .desc {
  color: #231815;
  line-height: 1.6;
}

.business .bus2 {
  padding-bottom: 4rem;
}

.business .bus2 li {
  margin: 5rem 0;
}

.business .bus2 li .bus-cont .bus-txt {
  color: #595757;
  line-height: 1.6;
  /* max-width: 98rem; */
  margin: 1rem 0 2rem;
}

/* 影视 */
.yingshi .yingshi-cat {
  color: #7E7B4D;
  margin-bottom: 6rem;
}

.yingshi .dd {
  margin: 8rem 0;
}

.yingshi .dd .yingshi-cat {
  font-weight: normal;
  margin-bottom: -5rem;
}

.yingshi .dd .yingshi-cat img {
  width: 43.7rem;
}

.yingshi .dd .item1 .item-type {
  color: var(--color2);
}

.yingshi .dd .item1 .item-type {
  color: var(--color2);
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.yingshi .dd .item1 .item-type::before {
  content: "";
  width: 2.71rem;
  height: 2.71rem;
  position: absolute;
  left: 0;
  top: 1rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--color2);
}

.yingshi .dd .item1 .item-type .cn {
  font-weight: normal;
  margin-top: 5px;
}

.yingshi .dd .item1 .item-cont .item-desc {
  color: var(--color2);
  width: 100%;
  max-width: 56rem;
  line-height: 1.8;
  padding-left: 1rem;
  position: relative;
}

.yingshi .dd .item1 .item-cont .item-desc::after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--color2);
  position: absolute;
  right: 0;
  top: 1.5rem;
}

.yingshi .dd .item1 .item-cont .item-info {
  flex: 1;
  padding-left: 7rem;
  overflow: hidden;
  line-height: 1.8;
  color: #595757;
}

.yingshi .dd:last-child {
  margin-bottom: 4rem;
}

.yingshi .item2 {
  padding-top: 4rem;
}

.yingshi .item2 li .item-pic {

  border: 1px solid #c8cdd1;
}

/* 关于我们 */
.about .ab-type {
  margin-bottom: 3rem;
}
.about .ab-type3 {
  margin-bottom: 3rem;
 background: #f3f3f3;
    padding: 1.5rem 0;
    margin-top: 2rem;
}
.about .brand {
  background-position: top 12rem center;
  background-repeat: no-repeat;
  padding-top: 6rem;
}

.about .brand .brand-left {
  padding-left: 0;
  text-align: right;
  margin-bottom: 7rem;
}

.about .brand .brand-left .brand-img {
  padding-bottom: 4rem;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.about .brand .brand-left .brand-img img {
  height: auto !important;
}

.about .brand .brand-left .brand-img::after {
  left: auto;
  right: 0;
  width: 5.22rem;
}

.about .brand .info {
  padding-left: 0;
}

.about .brand .info ul {
  align-items: flex-end;
}

.about .brand .contbox {
  padding-left: 8rem;
}

.about .brand .contbox li {
  margin-bottom: 7rem;
}

.about .brand .contbox li .ab-cont {
  color: #595757;
  line-height: 1.8;
  margin-top: 2rem;
}

.about .brand .contbox li .ab-img {
  margin: 2rem 0;
}

.about .brand .contbox li:last-child {
  margin-bottom: 0;
}

.about .brand .video {
  position: relative;
  height: 45.7rem;
  overflow: hidden;
}

.about .brand .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.about .brand .video .play img {
  width: 9.7rem;
}

/*.about .brand .video video {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}*/

.about .history {
  height: 82rem;
  color: #fff;
}

.about .history .slides {
  padding: 0 6rem;
  padding-top: 9rem;
  position: relative;
}

.about .history .slides .btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  color: #fff;
}

.about .history .wp {
  max-width: 95%;
}

.about .history .item {
  height: 38rem;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.about .history .item .tit {
  margin: .6rem 0;
}

.about .history .item .desc {
  font-size: 1.2rem;
}

.about .history .item .line {
  margin-top: 2rem;
  position: relative;
  width: 0.1rem;
  height: 1px;
  background: #fff;
  min-height: 11.8rem;
}

.about .history .item .line::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
}

.about .about3 .list {
  color: var(--color2);
}

.about .about3 .list li {
  padding: 3rem 0;
  border-bottom: 1px solid var(--color2);
}

.about .about4 {
  margin: 7rem 0 0;
}

.about .about4 .honor {
  padding: 5rem 0 11rem;
}

.about .about4 .honor li .item .item-tit {
  margin: 1rem 0;
  color: #595757;
  line-height: 1.5;
  height: 3em;
  text-align: center;
}

.about .about4 .honor li .item .item-tit i {
  width: 1.38rem;
  height: 1.38rem;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  margin-right: 0.6rem;
}

.about .about4 .honor .ul2 {
  padding: 0 14rem;
}

.about .about4 .honor .ul2 li .item {
  margin: 1rem 1.5rem;
}

.about .about4 .honor .ul3 li {
  max-width: 46%;
}

.about .about4 .honor .ul3 li .item .item-tit {
  height: auto;
}

.about .about4 .honor .ul3 li .item .item-pic {
  height: 35.2rem;
}

.about .about4 .honor .ul3 li .item .item-desc {
  color: var(--color);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}


#bp_container {
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,.7);
    opacity: 0;
	display:none;
    pointer-events: none;
    transition: opacity .35s;
}
#bp_caption, #bp_container {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    opacity: 0;
}#bp_container>*, .bp-x, #bp_loader {
    position: absolute;
    right: 0;
}
#bp_vid{width:1200px!important;height:675px!important;}

.bp-x:hover, .bp-x:focus {
    opacity: 1;
}
.video-btn{
	width:98%;
	max-width:1200px;
	height:175px;
	position:absolute;
	z-index:22;
	top:25%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:right;
}
.bp-x {
    font-family: Arial;
    top: 0;
    cursor: pointer;
    opacity: .8;
    font-size: 3em;
    padding: 0 0.3em;
    color: #fff;
    background: transparent;
    border: 0;
	width:30px;
	height:30px;
	z-index:222!important;
	border:1px solid #fff;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	border-radius:50%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	transform: translateX(-50%)!important;
    right:20px!important;
    top:20px!important;
}#bp_container img, #bp_sv, #bp_vid {
    max-height: 98%;
    max-width: 96%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 0 3em rgb(0 0 0 / 40%);
    z-index: -1;
}

#bp_container>*, .bp-x, #bp_loader {
    position: absolute;
    right: 0;
}

/* 花絮修改 */
.section5 .huaxu {
  padding-bottom: 1rem;
  background:url('../images/bg_hx.jpg') no-repeat top -2.5rem center;
  background-size:100%;
}

.section5 .huaxu .hx1 {
  padding: 6rem 0;
}

.section5 .huaxu .hx1 li .tit {
  color: #3F3A39;
  margin-bottom: -5px;
}

.section5 .huaxu .hx1 li .cont .counter {
  margin-right: 0.5rem;
  font-family: DINAlternate-Bold, DINAlternate-Bold;
}

.section5 .huaxu .hx1 li .cont .counter,
.section5 .huaxu .hx1 li .cont .f83 {
  font-size: 8.3rem;
}

.section5 .huaxu .hx1 li .cont .dw {
  color: #3F3A39;
}

.section5 .huaxu .hx1 li .cont .jia2.f83 {
  margin-left: -1.2rem;
}

.section5 .huaxu .hx1 li:nth-child(3) .cont {
  align-items: flex-end;
}

.section5 .huaxu .hx1 li:nth-child(3) .cont .jia2 {
  margin-bottom: 2.2rem;
}

.section5 .huaxu .hx2 .line {
  text-align: right;
}

.section5 .huaxu .hx2 .line img {
  display: block;
}

.section5 .huaxu .hx2 .wrap {
  background: rgba(219, 220, 220, 0.6);
  padding: 3.6rem 10rem;
  line-height: 1.8;
}

.section5 .huaxu .hx2 .txt1 {
  flex-shrink: 0;
  font-weight: normal;
  font-size: 10rem;
  color: #9F1F2F;
  font-weight: normal;
  line-height: 1.3;
  margin-right: 6.6rem;
}

.section5 .huaxu .hx2 .info {
  color: #606060;
  font-weight: normal;
}

.section5 .huaxu .hx2 .info p {
  margin: 2rem 0;
}

.section5 .huaxu .hx3 {
  overflow: hidden;
  margin-top: 4rem;
}

.section5 .huaxu .hx3 .tempWrap {
  width: 100% !important;
}

.section5 .huaxu .hx3 ul {
  width: 100%;
}

.section5 .huaxu .hx3 li {
  width: calc(20% - 8px);
  margin: 8px;
}

.section5 .huaxu .hx3 li .item {
  background: #fff;
}

.section5 .huaxu .hx3 li .item .item-pic {
  border-radius: 1.1rem;
}

@media (max-width: 980px) {
  .section5 .huaxu .hx1 li {
    width: 100%;
    margin: 1.5rem 0;
  }
  .section5 .huaxu .hx1 li .counter, .section5 .huaxu .hx1 li .f83 {
    font-size: 6rem !important;
  }
  .section5 .huaxu .hx2 .wrap {
    padding: 2rem;
  }
  .section5 .huaxu .hx2 .wrap .txt1 {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
  .section5 .huaxu .hx2 .wrap .txt1 br {
    display: none;
  }
  .section5 .huaxu .hx3 li {
    width: calc(33.33% - 8px);
    margin: 8px;
  }
}
.showvideo { display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../images/mask.png) repeat left top; z-index:999;}
.showvideo .views { position:relative; position:fixed; width:50vw; height:30vw; margin-top:-15vw; top:50%; margin-left:-25vw; left:50%; text-align:center; background-color:#000}
.showvideo .views video { width:100%; height:100%;}
.showvideo .views .closevideo { position:absolute; transform: rotate(0deg); transition: .5s; width:2vw; height:2vw; cursor:pointer; top:-3vw; right:0vw; background:url(../images/close.png) no-repeat center center; background-size:100% 100%;}
.showvideo .views .closevideo:hover { transform: rotate(360deg);}
@media screen and (max-width:750px){
	.showvideo { width:100%; height:100%;}
	.showvideo .views { width:90%; height:54vw; margin-top:-27vw; top:50%; margin-left:-45%; left:50%;}
	.showvideo .views .closevideo { width:8vw; height:8vw; top:-10vw; right:0vw;}
}


.gaodu img{max-height:243px;text-align:center;object-fit:contain}

.dede_pages {margin:20px auto;height:40px;width:100%;text-align:center;overflow:hidden;}
.dede_pages ul {display:inline-block; *display:inline; zoom:1;margin:0 auto;position:relative;}
.dede_pages ul li {list-style:none;float:left;border:1px solid #ddd;height:35px; line-height:35px;border-radius:3px; margin:0 3px;font-size:14px;}
.dede_pages ul li a,.dede_pages ul li span{color:#333;display:block;padding:0px 14px;}
.dede_pages ul li a:hover{padding:0px 14px;background:var(--color);color:#fff;}
.dede_pages ul li.active{background:var(--color);display:block;color:#fff;}
.dede_pages ul li.active a{color:#fff;display:block;}
@media (max-width: 767px){ 

.dede_pages {height:65px;}
.dede_pages ul li {height:25px; line-height:25px;margin-bottom:5px;}
.dede_pages ul li a,.dede_pages ul li span{padding:0px 10px;}
.dede_pages ul li a:hover{padding:0px 10px;}
.dede_pages ul li .current{background:var(--color);display:block;color:#fff;}
}



