/*直播状态*/
.zbz {
	color: #FFFFFF;
	background-color: #d61f26;
}

.jjzb {
	color: #d61f26;
	background-color: #FFFFFF;
}

.zbhg {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
}

/*背景颜色*/
.bgColorA {	
	background-color: #FC6C1D;	
}
.colorA {
	color: #FC6C1D!important;	
}
.bgColorB {	
	background-color: #E60012;	
}
.colorB {	
	color: #E60012!important;	
}
.bgColorC {	
	background-color: #019BE5;	
}
.colorC {
	color: #019BE5!important;		
}
.bgColorD {	
	background-color: #89C121;	
}
.colorD {
	color: #89C121!important;		
}
.bgColorE {	
	background-color: #917CC8;	
}
.colorE {
	color: #917CC8!important;	
}
.bgColorF {	
	background-color: #E62E8B;	
}
.colorF {
	color: #E62E8B!important;	
}

/*轮播箭头*/
.swiperBtnArrow {
	position: absolute;
	z-index: 11;
	cursor: pointer;
	outline: none;
}

.swiperBtnArrow img {
	width: 100%;
	opacity: 0.5;
}

.swiperBtnArrow:hover img {
	opacity: 1;
}

.search {
  float: left;
  position: relative;
}

.searchBox .search .sub {
  position: absolute;
  width: 19px;
  height: 19px;
  right: 6px;
  top: 6px;
  background: url(../img/sousuo.png) no-repeat;
  border: none;
  cursor: pointer;
  background-size: contain;
}

.searchBox .search .text{
  height: 30px;
  outline: none;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  opacity: 1;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  color: #fff;
  padding: 1px 4px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.55);
}

.searchBox .search .text::placeholder{
  color: #fff;
}

.loginBox{
  float: right;
}

.loginBox .loginUser{
  width: 186px;
  background-color: #bc9e67;
  display: block;
  float: left;
}

.loginBox .loginEnt{
  width: 186px;
  background-color: #5c8192;
  display: block;
  float: left;
}

.loginBox img{
  float: left;
  margin: 24px 12px 0 18px;
}

.loginBox .loginText{
  color: #ede2cd;
  font-size: 16px;
  line-height: 70px;
}

.head{
  background: url("../img/banner2.jpg") top center no-repeat;
  width: 100%;
  height: 398px;
  position: relative;
  min-width: 1200px;
}

.news{
  background-color: #f5f7fa;
  padding-top: 36px;
}

.news .title{
  background-color: #fff;
  padding: 10px 0 10px 0;
  border-radius: 5px;
}

.news .titleOne{
  width: 100%;
  margin-top: 10px;
}

.news .titleOne h1{
  width: 100%;
  text-align: center;
}

.news .titleOne h1 a{
  width: 100%;
  text-align: center;
  font-size: 42px;
  color: #333335;
  font-weight: bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: block;
}

.news .titleOne h1 a:hover{
  color: #996c33;
}

.news .titleTwo{
  width: 95%;
  margin: 10px auto ;
}

.news .titleTwo h2{
  float: left;
  width: 100%;
  font-size: 18px;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/* .news .titleTwo h2:nth-last-child(2){
  width: 10%;
} */

.news .titleTwo h2 a:hover{
  color: #996c33;
}

.news .titleTwo h2 a{
  float: left;
  width: 100%;
  font-size: 18px;
  color: #666;
  text-align: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/* .news .titleTwo h2:nth-child(1) a{
  text-align: right;
} */

/* .news .titleTwo h2:nth-child(5) a{
  text-align: left;
} */

.news .titleTwo span{
  float: left;
  width: 3%;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 22px;
}

.newsBox{
  margin-top: 30px;
}

.newsBox .newsBox1{
  float: left;
  width: 306px;
}

.newsBox .newsBox1 .newsImg1{
	width: 306px;
	height: 195px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}

.newsBox .newsBox1 h1{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
  height: 46px;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.newsBox .newsBox1 .newsImg1 img{
  width: 306px;
  height: 195px;
  transition: all .25s;
}

.newsBox .newsBox1 .newsImg1:hover img {
	transform: scale(1.05);
}

.newsBox .newsBox2{
  float: left;
  margin-left: 36px;
  width: 450px;
}

.newsBox .newsBox2 ul li:first-child{
  font-weight: bold;
}

.newsBox .newsBox2 ul li{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.902);
  line-height: 2.222;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}

.newsBox .newsBox2 ul li a{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.newsBox .newsBox2 ul{
  margin-bottom: 25px;
}

.newsBox .newsBox2 .newsLink{
  background: url("../img/nlink.png");
  width: 450px;
  height: 25px;
  position: relative;
}

.newsBox .newsBox2 .newsLink .link1{
  width: 50px;
  height: 22px;
  position: absolute;
  left: 75px;
  top: 0;
}

.newsBox .newsBox2 .newsLink .link2{
  width: 50px;
  height: 22px;
  position: absolute;
  left: 200px;
  top: 0;
}

.newsBox .newsBox2 .newsLink .link3{
  width: 50px;
  height: 22px;
  position: absolute;
  left: 323px;
  top: 0;
}

.newsBox3{
  float: right;
  width: 382px;
}

.newsBox3 a {
	color: #FFFFFF;
	position: relative;
	font-size: 22px;
}

.newsBox3 a i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
}

.newsBox3 a span {
	display: block;
	text-align: center;
}

.newsBox3 a:hover {
	font-weight: bold;
	opacity: 0.7;
}

.newsBox3 .newsBtn1{
	background-image: linear-gradient(#FCC600, #F8B500);
	width: 188px;
	height: 123px;
	display: block;
	float: left;
	margin-right: 6px;
	border-radius: 5px;
}

.newsBox3 .newsBtn1 i {
	background: url('../img/n1.png') 0px 6px no-repeat;
    top: 70px;
    left: 75px;
}

.newsBox3 .newsBtn1 span {
    margin-top: 12px;
    line-height: 27px;
}

.newsBox3 .newsBtn2{
	background-image: linear-gradient(#FCC600, #F8B500);
	width: 188px;
	height: 123px;
	display: block;
	float: right;
	border-radius: 5px;
}

.newsBox3 .newsBtn2 i {
	background: url(../img/n2.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    width: 45px;
    top: 70px;
	left: 73px;
}

.newsBox3 .newsBtn2 span {
	margin-top: 7px;
    font-size: 46px;
}

.newsBox3 .newsBtn3{
  background-image: linear-gradient(#F7B300, #F49D00);
  width: 382px;
  height: 60px;
  display: block;
  float: right;
  margin-top: 7px;
  border-radius: 5px;
}

.newsBox3 .newsBtnBox a {
	position: relative;
}

.newsBox3 .newsBtnBox a i {
	position: absolute;	
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
}

.newsBox3 .newsBtn3 a:first-child i {
	background: url(../img/2-1.png) 0px 0px no-repeat;
}

.newsBox3 .newsBtn3 a:last-child i {
	background: url(../img/2-2.png) 0px 0px no-repeat;
	top: 1px;
}

.newsBox3 .newsBtn4{
  background-image: linear-gradient(#F49A00, #EF6906);
  width: 382px;
  height: 60px;
  display: block;
  float: right;
  margin-top: 7px;
  border-radius: 5px;
}

.newsBox3 .newsBtn4 a:first-child i {
	background: url(../img/3-1.png) 0px 2px no-repeat;
}

.newsBox3 .newsBtn4 a:last-child i {
	background: url(../img/3-2.png) 0px 0px no-repeat;
}

.newsBox3 .newsBtn5{
  background-image: linear-gradient(#EF6406, #EA2C0D);
  width: 382px;
  height: 60px;
  display: block;
  float: right;
  margin-top: 7px;
  border-radius: 5px;
}

.newsBox3 .newsBtn5 a:first-child i {
	background: url(../img/4-1.png) 0px 0px no-repeat;
}

.newsBox3 .newsBtn5 a:last-child i {
	background: url(../img/4-2.png) 0px 0px no-repeat;
}

.newsBox3 .newsBtn6{
  background-image: linear-gradient(#E9270D, #E60112);
  width: 382px;
  height: 60px;
  display: block;
  float: right;
  margin-top: 7px;
  border-radius: 5px;
}

.newsBox3 .newsBtn6 a:first-child i {
	background: url(../img/4-5.png) 3px 0px no-repeat;
}

.newsBox3 .newsBtn6 a:last-child i {
	background: url(../img/4-6.png) 0px 2px no-repeat;
	left: 0px;
}

.newsBtnBox a:first-child{
  float: left;
  margin: 15px 34px 15px 20px;
  padding-left: 40px;
}

.newsBtnBox a:last-child{
  float: right;
  margin: 15px 34px 15px 20px;
  padding-left: 40px;
}

.newsBox4{
  float: left;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}

.newsBox4 .newsSwiper{
	position: relative;
	width: 792px;
	border-radius: 5px;
}

.newsBox4 .newsSwiper h1{
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87%;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
  height: 46px;
  color: white;
  text-align: left;
  line-height: 46px;
  padding-left: 3%;
  padding-right: 10%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.newsBox4 .newsSwiper h1 a {
	color: #FFFFFF;
}

.newsBox4 .newsSwiper .swiper-slide img {
    width: 100%;
    height: 306px;
	transition: all 0.25s;
}

.newsBox4 .swiper-pagination1{
  position: absolute;
  right: 22px;
  bottom: 12px;
}

.swiper-pagination1 .swiper-pagination-bullet{
  margin: 0 5px;
  width: 10px;
  height: 10px;
  outline: none;
}

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

.newsBox4 .swiper-button-next-1 {
    right: -25px;
    top: 100px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
	display: none;
}

.newsBox4 .swiper-button-next-1 img {
    width: 33%;
    opacity: 0.9;
    margin-left: 5px;
    margin-top: 8px;
}

.newsBox4 .swiper-button-prev-1 {
    left: -25px;
    top: 100px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
	display: none;
}

.newsBox4 .swiper-button-prev-1 img {
    width: 33%;
    opacity: 0.9;
    margin-left: 21px;
    margin-top: 8px;
}

.newsBox4:hover .swiper-button-prev-1 {
	display: block;
}

.newsBox4:hover .swiper-button-next-1 {
	display: block;
}


.newsBox5{
	float: right;
	margin-top: 35px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.newsBox5 .videoBox{
  width: 384px;
  height: 214px;
  position: relative;
  display: block;
  overflow: hidden;
}

.newsBox5 .videoBox h1{
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
  height: 46px;
  color: white;
  text-align: center;
  line-height: 46px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.videoBox .videoImg{
  width: 384px;
  height: 214px;
  /* height: auto; */
  transition: all .25s;
}

.newsBox5 .videoBox:hover .videoImg {
	transform: scale(1.05);
}

.videoBox .play{
  position: absolute;
  left: 164px;
  top: 68px;
}

.newsBox5 .videoLiner{
	background-image: radial-gradient(rgba(255,255,255,0.6), #000000);
	height: 1px;
	width: 260px;
	position: absolute;
	top: 214px;
	left: 50%;
	margin-left: -130px;
}

.newsBox5 .videoList{
  width: 384px;
  background-color: #000;
  border-top: 1px solid #000000;
  /* height: 86px; */
  height: 91px;
}

.newsBox5 .videoList ul{
  padding-top: 16px;
}

.newsBox5 .videoList ul li{
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}

.newsBox5 .videoList ul li img{
  float: left;
  margin: 9px 5px 0 15px;
}

.newsBox5 .videoList ul li a{
  color: #fff;
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 90%;
}

.pict1{
  width: 100%;
  height: 857px;
  position: relative;
  min-width: 1200px;
  margin-top: 50px;
}

.pict1 .container {
  background: url('../img/dmx_2.png') top center no-repeat; 
  height: 100%;
  position: relative;
  padding-top: 375px;
  box-sizing: border-box;
}

.pict1 .container .top {
	position: absolute;
	top: 140px;
	left: 485px;
}

.pict1 .container .top a {
	display: inline-block;
	margin-right: 42px;
}

.pict1 .container .top.waiting {
	left: 570px;
}

.pict1 .container .title {
	position: absolute;
	top: 300px;
	left: 0px;
	padding: 0px 34px;
	box-sizing: border-box;
	width: 100%;
}

.pict1 .container .title em {
	font-weight: bold;
	color: #d61f26;
	font-size: 36px;
	font-style: normal;
}

.pict1 .container .title i {
	font-style: normal;
	font-size: 26px;
	color: rgba(0, 0, 0, 0.2);
	margin-left: 10px;
}

.pict1 .container .title .info {
	color: rgba(0, 0, 0, 0.6);
	font-size: 22px;
	display: block;
	height: 47px;
	line-height: 62px;
}		

.pict1 .container .title .info label {
	font-size: 29px;
    color: #000000;
    font-weight: bold;
	margin-right: 2px;
}

.pict1 .container .vrBody {
	padding: 0px 8px;
	box-sizing: border-box;
}

.pict1 .container .vrBody .VRSwipercontainer {
	position: relative;
	width: 100%;
	height: 100%;
}

.pict1 .container .vrBody .VRSwipercontainer .swiper-pagination {
	width: 100%;
	bottom: -35px;
}

.pict1 .container .vrBody .VRSwipercontainer .swiper-pagination-clickable .swiper-pagination-bullet {
	margin-right: 12px;
	width: 16px;
	height: 16px;
	outline: none;
	background-color: #C4C6C8;
}

.pict1 .container .vrBody .VRSwipercontainer .swiper-pagination-bullet {
	opacity: 0.5;
}

.pict1 .container .vrBody .VRSwipercontainer .swiper-pagination-bullet-active {
	opacity: 1;
}

.pict1 .container .vrBody .VRSwipercontainer .swiper-button-next-vr {
	width: 15px;
	right: 43%;
	top: 103%;
}

.pict1 .container .vrBody .VRSwipercontainer .swiper-button-prev-vr {
	width: 15px;
	left: 42%;
	top: 103%;
}

.pict1 .container .vrBody .VRSwiper {
	padding: 15px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock {
	width: 100%;
	height: 380px;
	border-radius: 5px;
	/* box-shadow: 0px 0px 5px #cccccc; */
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
	position: relative;
	/* transition: all .25s; */
	
	backface-visibility: hidden;
	transition: all 0.5s ease-out 0s;
	transform-style: preserve-3d;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock:hover {
	/* box-shadow: 0px 0px 12px #aaaaaa; */
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .image {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	padding: 30px 20px;
	box-sizing: border-box;		
	background-color: #FFFFFF;		
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.01));
	border-radius: 5px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock div {
	position: relative;	
	padding-left: 50px;	
	height: 50px;	
	line-height: 50px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock div span {
	display: inline-block;
	width: 40px;	
	height: 40px;	
	padding: 4px;	
	line-height: 40px;	
	text-align: center;	
	border-radius: 50%;	
	box-sizing: border-box;	
	position: absolute;	
	top: 3px;	
	left: 0px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock div img {
	width: 100%;
	height: 100%;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock div em {
	display: inline-block;	
	font-size: 38px;	
	font-style: normal;	
	margin-right: 5px;	
	position: absolute;	
	top: 0px;	
	left: 50px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock div i {
	display: inline-block;
	font-size: 25px;	
	font-style: normal;	
	color: rgba(0,0,0,0.6);	
	position: absolute;	
	top: 4px;
	left: 85px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .txtBlock p {
	color: rgba(0,0,0,0.8);
	font-size: 23px;
	margin-top: 8px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .zsinfo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,0.9);
	font-size: 18px;
	height: 50px;
	line-height: 45px;
	background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.2));
	border-radius: 5px;
}

.pict1 .container .vrBody .VRSwiper .bodyBlock .zsinfo em {
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 3px;
}

.pict1 .container .vrBody .VRSwiper .swiper-slide {
	height: 380px;
}

.pict1 .container .vrBody .VRSwiper .front {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.pict1 .container .vrBody .VRSwiper .front .txtBlock {
	padding: 0px;
}

.pict1 .container .vrBody .VRSwiper .front .txtBlock div {
	padding: 30px 20px 10px 20px;
	background-color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
}

.pict1 .container .vrBody .VRSwiper .front .txtBlock div span {	
	top: 33px;	
	left: 20px;
}

.pict1 .container .vrBody .VRSwiper .front .txtBlock div em {	
	top: 28px;	
	left: 70px;
}

.pict1 .container .vrBody .VRSwiper .front .txtBlock div i {	
	top: 32px;	
	left: 105px;
}

.pict1 .container .vrBody .VRSwiper .front .txtBlock p {
	padding: 0px 20px;	
	box-sizing: border-box;	
	width: 100%;	
	text-align: justify;	
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.01));	
	margin-top: -2px;	
	height: 150px;
}

.pict1 .container .vrBody .VRSwiper .back {
	background-color: #FFFFFF;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	transform: rotateY(-180deg);
	backface-visibility: hidden;
	transition: all 0.5s ease-out 0s;
	transform-style: preserve-3d;
}

.pict1 .container .vrBody .VRSwiper .back .txtBlock {
	height: auto;
	padding-bottom: 0px;
}

.pict1 .container .vrBody .VRSwiper .back .pInfo {
	color: #999999!important;
	font-size: 17px!important;
	font-weight: normal;
	line-height: 25px;
	text-align: justify;
	height: 100px;
	overflow: hidden;
}

.pict1 .container .vrBody .VRSwiper .back .enterB {
	position: absolute;
    top: 244px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 18px 0px 0px 0px;
    box-sizing: border-box;
    border-top: 1px solid rgba(153,153,153,0.1);
}

.pict1 .container .vrBody .VRSwiper .back .enterB a {
    display: block;
    font-size: 17px;
    margin-bottom: 11px;
}

.pict1 .container .vrBody .VRSwiper .back .enterB a i {
	font-style: normal;
    color: #bbbbbb;
    font-family: fangsong;
    font-weight: bold;
    margin-right: 6px;
}

.pict2{
  background: url(../img/liveBg.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 576px;
  position: relative;
  min-width: 1200px;
  margin-top: 50px;
}

.pict2 .title {
	overflow: hidden;
	padding-top: 29px;
}

.pict2 .title span {
	display: block;
}

.pict2 .title span em {
	font-weight: bold;
	color: #d61f26;
	font-size: 36px;
	font-style: normal;
}

.pict2 .title span i {
	font-style: normal;
	font-size: 26px;
    color: rgba(0, 0, 0, 0.2);
	margin-left: 10px;
}

.pict2 .title span a {
	font-size: 17px;
	color: #CCC8BA;
	letter-spacing: 2px;
	display: block;
	height: 47px;
	line-height: 47px;
}
.pict2 .title span a:hover {
	color: #d61f26;
}

.pict2 .newsBox {
	height: auto;
}

.pict2 .newsBox .block01 {
	width: 900px;
	height: 272px;
	margin: auto auto auto 184px;
	padding-top: 20px;
	box-sizing: border-box;
}

.pict2 .newsBox .block01 .imgB {
	width: 330px;
	height: 175px;
	position: relative;
}

.pict2 .newsBox .block01 .imgB .image {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	display: block;
}

.pict2 .newsBox .block01 .imgB .btnplay {
	display: block;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top:-38px;
}
.pict2 .newsBox .block01 .imgB .btnplay img {
	width: 100%;
	height: 100%;
}

.pict2 .newsBox .block01 .imgB .status {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 4px 13px;
	border-radius: 20px;
	display: block;
}

.pict2 .newsBox .block01 .imgB .status img {
	display: inline;
	margin-right: 6px;
}

.pict2 .newsBox .block01 .txtB {
	width: calc(100% - 356px);
	width: -webkit-calc(100% - 366px);
	width: -moz-calc(100% - 356px);
	height: auto;
	margin-left: 26px;
}

.pict2 .newsBox .block01 .txtB .t-name {
	border: 1px solid rgba(255,255,255,0.6);
	padding: 3px 18px;
	color: #FFFFFF;
	font-size: 23px;
	letter-spacing: 2px;
	border-radius: 6px;
	display: inline-block;
}

.pict2 .newsBox .block01 .txtB .t-title {
	display: block;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 45px;
	height: 90px;
	overflow: hidden;
	margin-top: 8px;
	letter-spacing: 2px;
}

.pict2 .newsBox .block01 .txtB .t-time {
	color: rgba(255,255,255,0.9);
	margin-top: 10px;
	font-size: 20px;
}

.pict2 .newsBox .block02 {
	height: 125px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 20px;
}

.pict2 .newsBox .block02 .liveSwipercontainer {
	position: relative;
	width: 100%;
	height: 100%;
}

.pict1 .container .vrBody .liveSwipercontainer .swiper-pagination-bullet {
	opacity: 0.5;
}

.pict1 .container .vrBody .liveSwipercontainer .swiper-pagination-bullet-active {
	opacity: 1;
}

.pict2 .newsBox .block02 .liveSwipercontainer .swiper-button-next-live {
	width: 30px;
	top: 35px;
	right: -70px;
	outline: none;
}

.pict2 .newsBox .block02 .liveSwipercontainer .swiper-button-prev-live  {
	width: 30px;
	top: 35px;
	left: -70px;
	outline: none;
}

.pict2 .newsBox .block02 .liveSwiper {
	height: 100%;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide {
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .image {
	width: 100%;
	height: 100%;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .shade01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .shade01 .l-status {
	position: absolute;
	left: 8px;
	bottom: 30px;
	padding: 4px 13px;
	border-radius: 20px;
	display: block;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .shade01 .l-status img {
	display: inline;
	margin-right: 6px;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .shade01 .l-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(255,255,255,0.9);
	font-size: 15px;
	padding: 0px 8px;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .shade02 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	text-align: justify;
	display: none;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide .shade02 a {
	color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: bold;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide:hover .shade01 {
	display: none;
}

.pict2 .newsBox .block02 .liveSwiper .swiper-slide:hover .shade02 {
	display: block;
}

.mallTab{
  margin-top: 50px;
}

.border3{
  border-bottom: 3px solid #000;
}

.mallTab .tab1,.mallTab .tab2{
  font-size: 36px;
  color: rgba(0, 0, 0, 0.502);
  float: left;
  cursor: pointer;
  padding-bottom: 12px;
}

.mallTab .eng{
  font-size: 26px;
  color: rgba(0, 0, 0, 0.2);
  float: left;
  line-height: 60px;
  margin: 0 50px 0 10px;
}

.mallTab .searchBox{
  float: right;
}

.mallTab .active{
  font-weight: bold;
  color: #d61f26;
  border-bottom: 4px solid #d61f26;
}

.mallTab .searchBox select{
  width: 90px;
  height: 50px;
  background: #fff;
  border: none;
  outline: none;
  color: #999999;
  padding:0px 0px 0px 10px;
  float: left;
  border-right: 1px solid #f3f3f3;
}

.mallTab .searchBox .searchInp{
  width: 324px;
  height: 50px;
  background: #fff;
  border: none;
  outline: none;
  color: #999999;
  padding-left: 10px;
  float: left;
}

.mallTab .searchBox .searchInp::placeholder{
  color: #999999;
}

.mallTab .searchBox .searchBtn{
  width: 96px;
  height: 50px;
  background-color: #d61f26;
  color: white;
  line-height: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: bold;
  cursor: pointer;
}

.mallBox li{
  float: left;
  margin-left: 19px;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.mallBox .mall1{
  margin: 0;
}

.mallBox li img{
  width: 216px;
  height: 135px;
  padding: 7px 7px 0px 7px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.mallBox .mall1 img{
  width: 494px;
  height: 373px;
  padding: 0px;
}

.mallBox{
  margin-top: 43px;
}

.mallBox li .mallText{
  width: 216px;
  height: 69px;
  background-color: #fff;
}

.mallBox .mall1 .mallText{
  width: 494px;
  height: 45px;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}

.mallBox li h1{
	font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    float: left;
    line-height: 37px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.mallBox .mall1 h1{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  float: left;
  line-height: 45px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  /* width: 80%; */
  width: 60%;
}

.mallBox li.mall1 .mallText h3 {
	width: 40%;
	line-height: 45px;
	text-align: right;
}

.mallBox li .mallText h2{
	font-size: 14px;
    color: #e60012;
    float: right;
    padding-right: 10px;
    width: 37%;
    box-sizing: border-box;
	display: none;
}

.mallBox li .mallText h3{
	font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 55%; */
    padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
    padding-right: 10px;
}

.mallBox .mall1 .mallText h2{
  font-size: 14px;
  color: #e60012;
  float: right;
  line-height: 45px;
  width: 16%;
}

.mallBox li .mallText h2 span{
  font-size: 12px;
  color: #b7b7b7;
  float: right;
  text-decoration: line-through;
  line-height: 20px;
}

.mallBox .mall1 .mallText h2 span{
  font-size: 12px;
  color: #b7b7b7;
  float: right;
  text-decoration: line-through;
  line-height: 47px;
}

.exhibitors .exBg{
  width: 100%;
  height: 490px;
  margin-top: 43px;
  position: relative;
}

.exhibitors .exBg div {
	position: absolute;
	width: 169px;
	height: 196px;
	overflow: hidden;
}

.exhibitors .exBg div.self {
	transform: rotate(120deg);
}

.exhibitors .exBg div.son {
	transform: rotate(60deg);
}

.exhibitors .exBg div.grandSon {
	transform: rotate(60deg);
	background-color: #FFFFFF;
}

.exhibitors .exBg div.grandSon a {
	display: block;
	width: 100%;
	height: 100%;
	transform: rotate(120deg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.exhibitors .exBg div.item1 {
	top: 2px;
	left: 175px;
}

.exhibitors .exBg div.item2 {
	top: 2px;
	left: 346px;
}

.exhibitors .exBg div.item3 {
	top: 2px;
	left: 517px;
}

.exhibitors .exBg div.item4 {
	top: 2px;
	left: 688px;
}

.exhibitors .exBg div.item5 {
	top: 2px;
	left: 859px;
}

.exhibitors .exBg div.item6 {
	top: 150px;
	left: 89px;
}

.exhibitors .exBg div.item7 {
	top: 150px;
	left: 260px;
}

.exhibitors .exBg div.item8 {
	top: 150px;
	left: 431px;
}

.exhibitors .exBg div.item9 {
	top: 150px;
	left: 602px;
}

.exhibitors .exBg div.item10 {
	top: 150px;
	left: 773px;
}

.exhibitors .exBg div.item11 {
	top: 150px;
	left: 944px;
}

.exhibitors .exBg div.item12 {
	top: 298px;
	left: 175px;
}

.exhibitors .exBg div.item13 {
	top: 298px;
	left: 346px;
}

.exhibitors .exBg div.item14 {
	top: 298px;
	left: 517px;
}

.exhibitors .exBg div.item15 {
	top: 298px;
	left: 688px;
}

.exhibitors .exBg div.item16 {
	top: 298px;
	left: 858px;
}

/*0908*/

.mallTab{
    display: none;
}

.tabBox{
    display: none;
}

.pict1{
    height: 557px;
}

.pict1 .container {
    background: unset;
    height: 100%;
    position: relative;
    padding-top: 375px;
    box-sizing: border-box;
}

.pict1 .container .top{
    display: none;
}

.pict1 .container .title {
    top: 0;
}

.pict1 .container{
    padding-top: 75px;
}

/*.pict1 .container .vrBody .VRSwiper .swiper-slide:hover .front {*/
/*	transform: rotateY(180deg);*/
/*}*/

/*.pict1 .container .vrBody .VRSwiper .swiper-slide:hover .back {*/
/*	transform: rotateY(-360deg);*/
/*}*/

.pict1 .container .vrBody .VRSwiper .swiper-slide .front img{
    width: 100%;
    border-radius: 5px;
}