/* 通用的样式 */
html,body{
  height:100%;
  font-family: PingFangSC-Regular, sans-serif;
  background-color: #000;
}
a:hover, a:active, a:focus{
  text-decoration:none;
}
.container{
  clear: both;
  position: relative;
  top: 150px;
  padding-bottom: 200px;
}
.container2{
  clear: both;
  position: relative;
  top: 320px;
  padding-bottom: 320px;
}
h2{
  color: #fff;
}
.performance-items{
  padding-left: 20px;
  position: fixed;
  z-index: 900;
  background-color: #000;
  width: 100vw;
  top: 150px;
}
.navbar-container{
  position: fixed;
  z-index: 1000;
}
  /* 红色大标题和小标题 */
  .title-en{
    color: #ff007a;
    font-size: 4rem;
    font-weight: bold;
  }
  .title-cn{
    color: #fff;
    letter-spacing: 10px;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 40px;
  }

/* 顶部样式logo，brand等样式 */
.navbar-container{
  padding:0px;
}
.uk-navbar-container:not(.uk-navbar-transparent){
  background-color: transparent;
}
.nav-bg{
  height:150px;
	background-image: url(../images/bg/navBarBg.jpg);
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.header{
  padding: 0 40px;
  height: 100%;
}
.nav-contain{
  position:absolute;
  padding:0px 20px;
}
.logo-image{
  height:100px;
}
.brand-name{
  padding-left: 20px;
  color: #ee3366;
}
.brand-name-en{
  font-size: 10px;
  word-spacing: 10px;
  letter-spacing: 5px;
  margin-top: 8px
}
.brand-name-cn{
  font-size: 22px;
  letter-spacing: 20px
}
.header-right-text{
  text-align: right;
	font-size:35px;
	color:#fff;
  padding-right: 30px;
  height: 75px;
  box-sizing: border-box;
  padding-top: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  box-sizing: border-box;
}
.navbar-items{
  height: 75px;
}
.navbar-items> li > a{
  font-size:20px;
  color:#fff;
  letter-spacing: 4px;
  font-weight: bold;
  height: 75px;
}
.navbar-items > li > a:hover, .navbar-items > li > a:focus, .navbar-items > li.uk-active > a, .uk-navbar-dropdown-nav > li.uk-active > a{
  color: #ee3366;
  text-shadow: 0px 0px #ee3366;
  font-weight: bold;
}
.nav-button{
  float: right;
    color: #f0506e;
    border: 2px solid #f0506e;
    border-radius: 6px;
    font-size:18px;
    background-color: transparent;
}
.nav-contain .uk-offcanvas-content{
  line-height:125px;
}
.offcanvas-bar-nav li{
  height:50px;
  line-height:50px;
  padding:0 20px;
  border-bottom:1px solid #333;
}
.offcanvas-bar-nav li a{
  color:#999;
}


/* 首页轮播图 */
.carousel-section{
  height: 45vw;
  overflow: hidden;
}
.shutter-img a > img{
  width: 80%!important;
  height: 100%!important;
}

/* 主页我们是做什么的 */
.function-section{
  padding: 30px;
  background-color: #000; 
}

/* 经典案例 */
.case-section{
  background-color: #000;
  padding-bottom: 80px;
}
.case-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #000;
}
.case-header-left{
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin:0;
}
.case-header-left span{
  padding-left: 12px;
}
.case-header-right{
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  cursor: pointer;
}
.case-header-right i{
  padding-left: 4px;
}
.divider{
  border-top: 2px solid #666;
}
.case-items{
  padding:40px 0;
  margin-top: 0!important;
}
.case-item{
  margin-bottom: 20px;
}
.case-img{
  width: 100%;
  height: auto;
}
.event-planning-case-section{
  margin-top: 20px;
}
.event-planning-case-section .case-items{
  padding: 40px;
}
.event-planning-case-section .case-header{
  padding: 0 40px;
  line-height: 80px;
}
.event-planning-case-section .case-header h2{
  line-height: 80px;
}

/* 合作伙伴 */
.cooperative-section{
  background-color: #000;
}
.cooperative-header{
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.cooperative-img{
  width: 100%;
  height: auto;
}
.cooperative-section ul div{
  background-color: #fff;
  height: 120px;
  margin-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* 联系我们 */
.footer{
  background-color: #000;
  position: relative;
  top: 40px;
}
.footer-left{
  width: 60%;
  padding-left: 100px;
}
.footer-right{
  width: 40%;
}
.footer-left .brand{
  background-color: #000;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.footer-left .brand-name-cn{
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #ff007a;
}
.footer-left .brand-name-en{
  color: #fff;
}
.footer-items{
  position: relative;
  z-index: 1;
}
.contact-way{
  padding-left: 25px;
}
.contact-way i{
  width: 50px;
  text-align: center;
  color: #000;
  font-size: 28px;
  line-height: 50px;
}
.contact-way span{
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.qrcode-title{
  height: 50px;
  line-height: 50px;
  background-color: #ff007a;
  color: #000;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.footer-line{
  height: 100%;
  width: 50px;
  background-color: #ff007a;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 0;
}
/* 二维码样式 */
.qrcode-items{
  margin-left: 0;
}
.qrcode-item{
  padding-right: 20px;
  padding-left: 0;
  width: 30%;
}
.qrcode-item img{
  height: auto;
  width: 100%;
}
.qrcode-item p{
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

/* 关于我们 */
.about-us-bg-section{
  width: 100%;
  height: 25.056vw;
  background-image: url(../images/bg/aboutUsBg.jpg);
  background-position: center;
  background-size: 80% 100%;
  background-repeat: no-repeat;
}
.acticle-p{
  padding:0 30px;
  text-indent:2em;
  font-size:22px;
  line-height: 40px;
  color: #fff;
  width: 80%;
  margin: 20px auto!important
}
.acticle-content{
  padding: 0 30px;
  text-indent: 2em;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
}
.acticle-span{
  color: #ff007a;
}
.span-bold{
  font-weight: bold;
}
.division{
  height: 40px;
  width: 100%;
}
.why-section{
  width: 100%;
  height: 28.43vw;
  background-image: url(../images/bg/why.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Vlog-bg-section{
  width: 100%;
  height: 35.266vw;
  background-image: url(../images/bg/Vlog.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 活动策划执行 */
.event-planning-bg-section{
  width: 100%;
  height: 31.3vw;
  background-image: url(../images/bg/eventPlanningBg.jpg);
  background-position: center;
  background-size: 76% 76%;
  background-repeat: no-repeat;
}

/* 展台设计搭建 */
.stage-design-bg-section{
  width: 100%;
  height: 64.06vw;
  background-image: url(../images/bg/stageDesignBg.jpg);
  background-position: center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}
.stage-design-bg2-section{
  width: 100%;
  height: 36.325vw;
  background-image: url(../images/bg/stageDesignBg2.jpg);
  background-position: center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}
/* 摄影摄像背景图 */
.photography-bg1-section{
  width: 100%;
  height: 30.21vw;
  background-image: url(../images/photography/case1.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}
.photography-bg2-section{
  width: 100%;
  height: 30.21vw;
  background-image: url(../images/photography/case2.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}
.photography-bg3-section{
  width: 100%;
  height: 30.21vw;
  background-image: url(../images/photography/case3.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}
.photography-bg4-section{
  width: 100%;
  height: 30.21vw;
  background-image: url(../images/photography/case4.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}
.photography-bg5-section{
  width: 100%;
  height: 30.21vw;
  background-image: url(../images/photography/case5.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}
.photography-bg6-section{
  width: 100%;
  height: 26.57vw;
  background-image: url(../images/photography/case6.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}

/* VR */
.VR-bg-section{
  width: 100%;
  height: 31.25vw;
  background-image: url(../images/bg/VR.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
  position: relative; 
}
.VR-bg2-section{
  width: 100%;
  height: 45.14vw;
  background-image: url(../images/bg/VRtext.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
  position: relative;  
}
.VR-5G-bg-section{
  width: 100%;
  height: 51.6vw;
  background-image: url(../images/bg/VR-5G.jpg);
  background-position: top right;
  background-size: 60% 60%;
  background-repeat: no-repeat;  
  position: relative;
  padding-top: 6vw;
  box-sizing: border-box;
}
.VR-5G2-bg-section{
  width: 100%;
  height: 40.89vw;
  background-image: url(../images/bg/VR-5G2.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
  position: relative;
}
.VR-5G-text{
  width: 460px;
  border: 4px solid #ff007a;
  border-radius: 2px;
  margin-right:50%;
  padding: 20px;
}
.VR2-bg-section{
  width: 100%;
  height: 37.5vw;
  background-image: url(../images/bg/VR2.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
  position: relative;
}
.VR22-bg-section{
  width: 100%;
  height: 37.5vw;
  background-image: url(../images/bg/VR22.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
  position: relative;
}
.VR-text-bg-section{
  width: 10rem;
  height: 10rem;
  background-image: url(../images/bg/VR.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}
.VR2-title{
  font-size: 3rem;
  color: #fff;
}
.diamond{
  display: inline-block;
  background-color: #fff;
  margin: 0 20px;
  transform: rotate(45deg);
  -ms-transform:rotate(45deg); 
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
}
.VR2-bg-section-text{
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 10%;
}
.VR2-bg-section-text .acticle-p{
  width: 100%;
  padding: 0;
  text-indent: 0;
}
.VR3-bg-section{
  width: 100%;
  height: 44.11vw;
  background-image: url(../images/bg/VR3.jpg);
  background-position: center;
  background-size: 80% 80%;
  background-repeat: no-repeat;  
  position: relative;
}
.VR-process{
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #38dcf7;
  justify-content: center;
}
.VR-bg-section-text{
  color: #000;
  font-size: 26px;
}
.VR-bg-section-text2{
  color: #000;
  font-size: 14px;
}
.VR-bg-section-arrow{
  height: 8px;
  width: 18px;
  background-color: #ff007a;
  position: relative;
  margin: 20px;
}
.VR-bg-section-arrow::after{
  position: absolute;
  right: -10px;
  top: -4px;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ff007a;
}

/* 网红*/
.vlog-item{
  border-radius: 50%;
  background-color: #ff007a;
  color: #fff;
  width: 150px;
  height: 150px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  padding: 20px;
  margin: 20px;
}
.vlog-title{
  text-align: center;
  width: 600px;
  float: right;
  height: 35.266vw;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.vlog-title1{
  font-size: 55px;
}
.vlog-title2{
  font-size: 45px;
}
.platform{
  width: 90%;
}

/* 抖音界面 */
.douyin1-bg-section{
  width: 100%;
  height: 47.5vw;
  background-image: url(../images/bg/douyin1.jpg);
  background-position: center;
  background-size: 80% 100%;
  background-repeat: no-repeat;  
}
.douyin2-bg-section{
  width: 100%;
  height: 10.19vw;
  background-image: url(../images/bg/douyin2.jpg);
  background-position: center;
  background-size: 80% 80%;
  background-repeat: no-repeat;  
}
.douyin3-bg-section{
  width: 100%;
  height: 48.92vw;
  background-image: url(../images/bg/douyin3.jpg);
  background-position: center;
  background-size: 80% 80%;
  background-repeat: no-repeat;  
}

/* 淘宝直播 */
.taobao1-bg-section{
  width: 100%;
  height: 44.967vw;
  background-image: url(../images/bg/taobao1.jpg);
  background-position: center;
  background-size: 80% 100%;
  background-repeat: no-repeat;  
}
.taobao2-bg-section{
  width: 100%;
  height: 8.49vw;
  background-image: url(../images/bg/taobao2.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}
.taobao3-bg-section{
  width: 100%;
  height: 37.24vw;
  background-image: url(../images/bg/taobao3.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;  
}

/* 活动策划执行 */
.case-item-text{
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}

.bl-footer-content a{
  color: #777;
  text-decoration: none;
}
.background-primary{
    background-color: rgba(232, 89, 158, 0.31);
    color: #fff; 
}
.background-primary h2{
  color:#fff!important;
}
.function-items{
  padding-right: 80px;
}
.function-item{
  height: 23vw;
  display: inline-block;
}
.function-item-img{
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.function-item-small{
    width: 150px;
    height: 150px;
    line-height: 80px;
    background-color:#e8599e;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.about-bg{
	height:70%;
	background-image: url(../images/hebaodan3.png);
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-list > dt{
    color: #ee3366;
    font-size: 18px;
    line-height: 40px;
}

.about-function-items .function-item-small{
    width: 100px;
    height: 100px;
    line-height: 100px;
        
}
.about-function-items h3{
  font-size: 18px;
}
.company-name{
	font-size:20px;
	color:#ee3366;
	margin-right:4px;
}

.VR-item{
  font-size: 20px;
  color: #333;
  background-color: #f5f5f5;
  text-align: center;
  max-width:250px;
  margin-left:auto;
  margin-right:auto;
}
.VR-item:hover, .VR-item:focus, .VR-item:active{
  background-color: #fff;
  color: #ee3366;
  text-decoration:none;
}
.VR-item-img{
    height: 150px;
    overflow: hidden;
}
.VR-item-img img{
  height: 100%;
  width: 100%;
}
.VR-item-text{
  height: 50px;
  line-height: 50px;  
}  
.hide{
  display:none;
}
.dataItems{
  max-width:700px;
}
.more-btn{
  background-color: #ee3366;
  color: #fff;
  font-size:20px;
	padding:0 30px;
}
.more-btn:hover{
  background-color: #ee3366;
}




.wanghong-section{
  background-image: url(../images/wanghongBg.png);
  color: #fff;
  background-position: 50% 20%;
  padding: 30px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.wh-advantage-title{
	background-color: #ee3366;
	color: #fff;
	border-radius: 1000px;
	cursor: pointer;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 46px;
	width: 250px;
	text-align: center;
	padding: 0 30px;
	margin: 0 30px;
}
.pingtai-items div{
	text-align:center;
}
.pingtai-items div img{
	width:200px!important;
	height:100px!important;
}
  
.recruit-bg{
    height:70%;
    background-image: url(../images/recruitBg.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.recruit-btn{
    background-color: #ee3366;
    color: #fff;
    display: inline-block;
    border-radius: 1000px;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
}


.animation-center-slow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}
.contact-text-primary{
	width:200px;
}
.full-height{
  height: 100%;
}


@media (max-width: 1120px) {
  .nav-bg{
    height: 120px;
  }
  .function-section{
    padding: 20px;
  }
  .uk-navbar-left{
    height: 120px;
  }
  .logo-image{
    height:80px;
  }
  .header-right-text{
    height: 60px;
    font-size:20px;
    letter-spacing: 2px;
    padding-right: 0;
  }
  .brand-name-cn{
    font-size:16px;
    letter-spacing: 8px;
  }
  .navbar-items{
    height: 60px;
  }
  .navbar-items> li > a {
    font-size: 16px;
    letter-spacing: 2px;
    height: 60px;
  }
  .title-en{
    font-size: 4rem;
  }
  .title-cn{
    font-size: 2.3rem;
    letter-spacing: 8px;
  }
  .function-items {
    padding: 15px;
    padding-right: 40px;
  }
  .vlog-title{
    width: 250px;
  }
  .vlog-title1{
    font-size: 25px;
  }
  .vlog-title2{
    font-size: 20px;
  }
  .footer-left{
    width: 100%;
    padding-left: 20px;
  }
  .footer-right{
    width: 100%;
  }
  .footer-left .brand{
    padding-left: 25px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .footer-left .brand-name-cn{
    font-size: 20px;
  }
  .footer-left .brand-name-en{
    word-spacing: 9px;
  }
  .contact-way{
    padding-left: 25px;
  }
  .aboutVR-bg-section{
    background-size: 120% 120%;
  }
  .contact-way i{
    width: 30px;
    font-size: 16px;
    line-height: 40px;
  }
  .contact-way span{
    font-size: 16px;
  }
  .qrcode-title{
    font-size: 20px;
  }
  .qrcode-item{
    padding-left: 10px;
    width: 30%;
  }
  .qrcode-item img{
    width: 100%;
    height:auto;
  }
  .VR2-title{
    font-size: 1.5rem;
    padding: 10px;
    width: 80%;
    padding-left: 10%;
  }
  .diamond{
    height: 1.3rem;
    width: 1.3rem;
    margin: 0 10px; 
  }
  .VR-text-bg-section {
    width: 8rem;
    height: 8rem;
  }
  
  .VR2-bg-section-text2 .acticle-p{
    margin: 10px auto!important;
    font-size: 16px;
    text-indent: 0;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 0 20px;
  }
  .container{
    top: 120px;
    padding-bottom: 120px;
  }
  .container2{
    top: 200px;
    padding-bottom: 200px;
  }
  .performance-items{
    top: 120px;
  }
  .uk-navbar-left{
    height: 120px;
  }
  .nav-button{
    float: right;
    display: block;
  }
  .header-right-text{
    height: 60px;
    font-size:16px;
    letter-spacing: 2px;
    padding-right: 0;
  }
  
  .function-section{
    padding: 20px;
  }
  .aboutVR-bg-section{
    background-size: 120% 120%;
  }
  
  .function-items {
    padding: 15px;
    padding-right: 40px;
  }
  .function-item {
    height: 300px;
  }
  .title-en{
    font-size: 2rem;
  }
  .title-cn{
    font-size: 1.4rem;
    letter-spacing: 6px;
  }
	.carousel-section{
		height:200px;
	}
  .footer{
    padding:15px!important;
  }
  .contact-text{
    padding-left:15px;
  }
  .contact-text h3{
    padding-top:15px;
    margin-bottom:15px;
  }
  .data-img{
    text-align:center;
  }
  .VR-5G-bg-section{
    width: 100%;
    height: 51.6vw;
    background-image: url(../images/bg/VR-5G.jpg);
    background-position: top right;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10vw;
    margin-bottom: 30vw!important;
    box-sizing: border-box;
  }
  .VR-5G-text{
    width: 200px;
    border: 4px solid #ff007a;
    border-radius: 2px;
    margin-left: 20px;
    padding: 10px;
  }
  .acticle-p{
    padding: 0 10px;
    text-indent: 2em;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    width: 80%;
    margin: 20px auto!important
  }
  .vlog-title{
    width: 200px;
  }
  .vlog-title1{
    font-size: 18px;
  }
  .vlog-title2{
    font-size: 15px;
  }
  .vlog-item{
    width: 90px;
    height: 90px;
    font-size: 15px;
    line-height: 20px;
    padding: 25px 20px;
    margin: 20px;
  }
	
  .about-bg, .recruit-bg{
      height:200px;
  }
  .bg-text{
    bottom: 20px;
    right: 20px;
  }
  .bg-text1{
    font-size: 20px;
    line-height: 30px;
  }
  .bg-text2{
    font-size: 20px;
  }
	.navbar-items> li > a{
		font-size:15px;
		padding:0 10px;
  }
  .case-header-left{
    font-size: 15px;
    line-height: 20px;
    flex: 3;
  }
  .case-header-right{
    font-size: 15px;
    flex: 1;
    align-self: flex-end;
  }
  .VR2-bg-section-text2 .acticle-p{
    margin: 10px auto!important;
    font-size: 16px;
    text-indent: 0;
  }
 
}