html,body{
	background:#333;
	font-family: "Microsoft YaHei";
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
.wrap {
	position: relative;
	overflow: hidden;
	background: #333;
	margin: 0 auto;
	font-family: 'Microsoft YaHei';
}
.header{
	width:100%;
	height:.6rem;
	background:#333;
	position:fixed;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	top:0;
	z-index:40;
	border-bottom: 1px solid #454545;
}
.nav{
	width:100%;
	height:.38rem;
	background:#000;
	position:relative;
	overflow: hidden;
}
.navTab{
	width:1.41rem;
	height:.23rem;
	position:absolute;
	right:.25rem;
	top:.08rem;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.navTab img{
	display:block;
	width:.23rem;
	height:.23rem;
}
.bav{
	width:100%;
	height:.6rem;
	position:relative;
}
.logo{
	display:block;
	width:1.38rem;
	height:.39rem;
	float:left;
	margin:.11rem 0 0 .49rem;
}
.logo img{
	display:block;
	width:100%;
}
.bav ul{
	float:left;
	height:100%;
	position:relative;
}
.bav ul li:nth-child(1){
	margin-left:.77rem;
}
.bav ul li{
	font-size:.14rem;
	line-height:.6rem;
	float:left;
	margin-left:.68rem;
	position:relative;
}
.bav ul li a{
	display: block;
	color:#fff;
}
.bav ul li:hover a{
	color:#be3a34;
}
.bav ul li.active:before{
	display:block;
}
.bav ul li.active a{
	color:#be3a34;
}
.bav ul li:before{
	display: none;
	content:'';
	width:100%;
	height:0.04rem;
	background:#be3a34;
	position:absolute;
	bottom:0;
	left:0;
}
.bav .media{
	width:.81rem;
	height:.25rem;
	float:right;
	margin:.17rem .25rem 0 0;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.bav .media a{
	display:block;
	width:.26rem;
	height:.25rem;
	overflow: hidden;
	position:relative;
}
.bav .media a img{
	display:block;
	width:100%;
}
.bav .media a:hover img:nth-child(1){
	display:none;
}
.main{
	width:100%;
	overflow: hidden;
	position:relative;
	margin-top:.6rem;
	padding-bottom:.5rem;
}
.main .banner{
	width:100%;
	height:6.72rem;
	overflow: hidden;
	position:relative;
}
.main .banner .pic{
	display:block;
	width:100%;
}
.main .banner .pic_slo{
	display:block;
	width:6.1rem;
	position:absolute;
	left:1rem;
	top:2rem;
}
.main .banner .swiper-pagination{
	bottom:.2rem;
}
.main .banner .swiper-pagination .swiper-pagination-bullet{
	width:.11rem;
	height:.11rem;
	background:#fff;
	opacity: 1;
	margin:0 0.08rem;
}
.main .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#bf3a35;
}
.mainDiv{
	width:100%;
	position:relative;
}
.mainDiv>div{
	display:none;
	width:100%;
	position:relative;
}
.mainDiv>div.active{
	display:block;
}
.mainDiv>div .pic{
	display:block;
	width:100%;
	object-fit: cover;
}
.main .mainList{
	width:13.45rem;
	position:relative;
	margin:0 auto 0;
}
.main .mainList ul{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.main .mainList ul li{
	width:3.23rem;
	height:2.27rem;
	position:relative;
	overflow: hidden;
	margin-top:.22rem;
	margin-right:.15rem;
	cursor: pointer;
}
.main .mainList ul li:hover:after{
	display:block;
}
.main .mainList ul li:after{
	display:none;
	content:'';
	width:100%;
	height:100%;
	background:url(../png/xian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	pointer-events: none;
}
.main .mainList ul li:hover img:nth-child(1){
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .mainList ul li:nth-child(4n){
	margin-right:0;
}
.main .mainList ul li a{
	display:block;
	width:100%;
	height:100%;
}
.main .mainList ul li a img:nth-child(1){
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
	-webkit-transition:all .5s;
	object-fit: cover;
}
.main .mainList ul li a img:nth-child(2){
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	object-fit: cover;
}
.float{
	width:.76rem;
	height:2.85rem;
	background:url(../png/float.png) no-repeat center;
	background-size:cover;
	position:fixed;
	right:3%;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:10;
}
.float a{
	display:block;
	width:.44rem;
	height:.39rem;
	overflow: hidden;
	margin:.15rem auto 0;
}
.float a:hover img:nth-child(1){
	display:none;
}
.float a:nth-child(1){
	margin-top:.89rem;
}
.float a img{
	display:block;
	width:100%;
}
.pubFooter{
	width:16.8rem;
	overflow: hidden;
	position:relative;
	margin:.28rem auto 0;
}
.pubTit{
	width:100%;
	height:.8rem;
	background:#424242;
	position:relative;
	margin:0 auto;
}
.pubTit p{
	width:1.26rem;
	font-size:.16rem;
	color:#fff;
	line-height:.8rem;
	float:left;
	margin-left:2.9rem;
}
.pubTit p:nth-child(1){
	margin-left:.26rem;
}
.pubCon{
	width:100%;
	overflow: hidden;
	position:relative;
	border-bottom:0.01rem solid #454545;
	padding-bottom:.16rem;
}
.pubCon ul{
	width:1.26rem;
	font-size:.14rem;
	line-height:.34rem;
	float:left;
	margin-left:2.9rem;
}
.pubCon ul li:nth-child(1){
	margin-top:.1rem;
}
.pubCon ul li a{
	color:#605d5d;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.pubCon ul li a:hover{
	color:#fff;
}
.pubCon ul:nth-child(1){
	margin-left:.26rem;
}
.copy{
	font-size:.14rem;
	color:#605d5d;
	text-align: center;
	line-height:.3rem;
}
.copy a{
	color:#605d5d;
}
.copy a:hover{
	text-decoration: underline;
}
/*help页面样式*/
/* .mainDiv>div:after{
	display:block;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,.46);
	position:absolute;
	left:0;
	top:0;
	z-index:2;
} */
.helpWrap{
	width:100%;
	position:absolute;
	font-size:.32rem;
	color:#fff;
	text-align: center;
	top:50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index:3;
	letter-spacing: 0.01rem;
}
.helpCon{
	width:12rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	padding-bottom:2rem;
}
.searchPut{
	width:6.61rem;
	height:.43rem;
	position:relative;
	margin:.44rem auto 0;
	background:#393939;
}
.searchPut:before{
	display: block;
	content:'';
	width:.15rem;
	height:.14rem;
	background:url(../png/search-2.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:.12rem;
	top:.14rem;
	z-index:2;
}
.searchPut input{
	display:block;
	width:6.59rem;
	height:.41rem;
	border:0.01rem solid #666666;
	font-size:.12rem;
	color:#fff;
	text-indent:.32rem;
	line-height:.41rem;
}
.helpMenu{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:.44rem auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.helpMenu a{
	display:block;
	width:5.86rem;
	height:1.20rem;
	position:relative;
	overflow: hidden;
}
.helpMenu a .helpPic{
	display: block;
	width:100%;
}
.helpMenu .hoverPic{
	display: block;
	width:4.71rem;
	height:1.20rem;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
.helpMenu .hoverPic img{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.helpMenu .hoverPic img:nth-child(2){
	left:4.71rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.helpMenu .hoverPic:hover img:nth-child(2){
	left:0;
}
.helpMenu a .helpTxt{
	display: block;
	width:3.37rem;
	position:absolute;
	left:.40rem;
	top:.21rem;
	z-index:2;
	pointer-events: none;
}
.helpGames{
	width:100%;
	overflow: hidden;
	position:relative;
	margin-top:.60rem;
}
.helpGames p.title{
	font-size:.24rem;
	color:#fff;
}
.helpGames ul{
	width:12.26rem;
	position:relative;
	overflow: hidden;
	margin-left:-.22rem;
}
.helpGames ul li{
	width:2.78rem;
	height:2.02rem;
	float:left;
	position:relative;
	overflow: hidden;
	margin-top:.26rem;
	margin-left:.26rem;
	cursor: pointer;
}
.helpGames ul li .box{
	width:2.76rem;
	height:2.00rem;
	position:relative;
	overflow: hidden;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.helpGames ul li:hover .box:after{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	content:'';
	background:url(../png/xian.png) no-repeat center;
	background-size:100% 100%;
}
.helpGames ul li .box img:nth-child(1){
	display: block;
	width:100%;
	height:100%;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.helpGames ul li .box img:nth-child(2){
	display: block;
	width:.41rem;
	position:absolute;
	right:0;
	top:0;
	transition:all .5s;
	-webkit-transition:all .5s;
	opacity: 0;
}
.helpGames ul li:hover .box img:nth-child(2){
	opacity: 1;
}
.helpGames ul li .smallPic{
	display: block;
	width:1.99rem;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.helpGames ul li:hover .box img:nth-child(1){
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.contact-type {
	width:100%;
	position:relative;
	font-size:.2rem;
	color:#fff;
}
.contact-type>div{
	width:2.8rem;
	float:left;
	margin-left:.2rem;
	margin-top:.4rem;
}
.contact-type>div p{
	line-height:.3rem;
}
.contact-type>div:nth-child(1),.contact-type>div:nth-child(5){
	margin-left:0;
}
.heroPub{
	display:block;
	width:100%;
	margin-top:.30rem;
}
.heroPub img{
	display:block;
	width:100%;
}
/*help二级页面*/
.hec{
	display:block;
	width:3.24rem;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index:3;
}
.helpCenter{
	width:16.80rem;
	overflow: hidden;
	position:relative;
	margin:0 auto;
}
.back{
	display:block;
	width:.63rem;
	height:.16rem;
	overflow:hidden;
	position:absolute;
	left:0;
	top:.16rem;
	z-index:2;
}
.back img{
	display:block;
	width:100%;
}
.back:hover img:nth-child(1){
	display:none;
}
.helpMain{
	width:12.00rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.helpMain h3{
	font-size:.26rem;
	color:#fff;
	text-align: center;
	font-weight:normal;
	margin-top:.44rem;
}
.helpSearch{
	width:7.38rem;
	position:relative;
	margin:.20rem auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.searchTopic{
	width:3.57rem;
	height:.39rem;
	position:relative;
	background:#393939;
	border:.01rem solid #666666;
	cursor: pointer;
	z-index:2;
}
.searchTopic p{
	font-size:.14rem;
	color:#fff;
	line-height:.39rem;
	text-indent:.14rem;
}
.searchTopic:after{
	display: block;
	content:'';
	width:.10rem;
	height:.07rem;
	background:url(../png/jian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:.13rem;
	top:.18rem;
	z-index:1;
}
.searchTopic ul{
	display:none;
	width:3.57rem;
	background:#393939;
	overflow: hidden;
	position:relative;
	border:.01rem solid #666666;
	border-top:none;
	margin-left:-.01rem;
}
.searchTopic ul li{
	font-size:.14rem;
	color:#fff;
	line-height:.40rem;
	text-indent:.10rem;
}
.searchTopic ul li:hover{
	background:#2a2a2a;
	color:#be3a34;
}
.helpSearch .searchPut{
	width:3.57rem;
	height:.39rem;
	margin:0;
}
.helpSearch .searchPut input{
	width:3.57rem;
	height:.39rem;
}
.searchContent{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:.62rem auto .40rem;
}
.searchContent .searchMenu{
	width:100%;
	overflow: hidden;
	position:relative;
	font-size:.16rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom:.01rem solid #666464;
	padding-bottom:.12rem;
}
.searchContent .searchMenu p:nth-child(1){
	color:#838383;
}
.searchContent .searchMenu p:nth-child(2){
	color:#fff;
	display:flex;
	display: -webkit-flex;
}

.searchContent .searchMenu p span i{
	display: block;
	width:.15rem;
	height:.15rem;
	background:url(../png/mo.png) no-repeat center;
	background-size:cover;
	float:left;
}
.searchContent .searchMenu p span.active i{
	background:url(../png/hoc.png) no-repeat center;
	background-size:cover;
}
.searchContent .searchMenu p:nth-child(2) span:nth-child(1){
	margin-right:.22rem;
}
.searchContent .searchMenu p:nth-child(2) span:nth-child(2){
	margin-right:.20rem;
}
.searchContent .searchMenu p span i{
	margin-top:.04rem;
	font-style: normal;
	margin-right:.10rem;
}
.searchContent .searchMenu p span em{
	font-style:normal;
}
.searchResultList{
	width:100%;
	overflow: hidden;
	position:relative;
}
.searchResultList ul{
	width:100%;
	overflow: hidden;
	position:relative;
}
.searchResultList ul li{
	width:100%;
	height:100rem;
	border-bottom:.01rem solid #666464;
	position:relative;
	overflow: hidden;
}
.searchResultList ul li a{
	display: block;
	width:100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.searchResultList ul li a>div:nth-child(1){
	font-size:.16rem;
}
.searchResultList ul li a>div:nth-child(1) p:nth-child(1){
	margin:.14rem 0 .10rem 0;
	color:#fff;
}
.searchResultList ul li a>div:nth-child(1) p:nth-child(2){
	color:#b2b2b2;
	width:8.10rem;
	line-height:.22rem;
	font-size:.14rem;
}
.searchResultList ul li a>div:nth-child(2){
	margin-right:.55rem;
}
.searchResultList ul li a>div:nth-child(2) p:nth-child(1){
	font-size:.14rem;
	color:#fff;
	margin:.30rem 0 .05rem 0;
}
.searchResultList ul li a>div:nth-child(2) p:nth-child(2){
	font-size:.14rem;
	color:#b2b2b2;
}
.helpBottom{
	width:100%;
	overflow: hidden;
	position:relative;
}
.helpBottom .helpAnswer{
	width:100%;
	height:1.46rem;
	background:#424242;
	position:relative;
	margin-top:.20rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.helpBottom .helpAnswer>div:nth-child(1){
	width:8.00rem;
	overflow: hidden;
	position:relative;
	margin:.40rem 0 0 .54rem;
}
.helpBottom .helpAnswer>div:nth-child(1) p:nth-child(1){
	font-size:.27rem;
	color:#fff;
	margin-bottom:.10rem;
}
.helpBottom .helpAnswer>div:nth-child(1) p:nth-child(2){
	font-size:.14rem;
	color:#fff;
}
.helpBottom .helpAnswer>div:nth-child(2){
	width:1.75rem;
	height:.39rem;
	background:url(../png/normal.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-top:.54rem;
	margin-right:.55rem;
} 
.helpBottom .helpAnswer>div:nth-child(2) a{
	display: block;
	color:#fff;
	font-size:.14rem;
	text-align: center;
	line-height:.39rem;
	font-weight:bold;
}
.helpBottom .helpAnswer>div:nth-child(2):hover a{
	color:#be3a34;
}
.helpBottom .helpAnswer>div:nth-child(2):hover{
	background:url(../png/hover1.png) no-repeat center;
	background-size:cover;
}
.helpBottom .helpAnswer:nth-child(2)>div:nth-child(1){
	margin-top:.54rem;
}
/*heroPub页*/
.heroPubTxt{
	width:16.8rem;
	position:absolute;
	left:50%;
	top:.94rem;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.pubTxt{
	width:5.33rem;
	position:relative;
	z-index:5;
}
.pubTxt .iconList{
	width:100%;
	position:relative;
	display:flex;
	display:-webkit-flex;
}
.pubTxt .iconList img{
	display:block;
	width:2.18rem;
	margin-right:.32rem;
	object-fit: contain;
}
.pubTxt .iconList div{
	width:2.4rem;
	position:relative;
}
.pubTxt .iconList div p:nth-child(1){
	font-size:.4rem;
	color:#fff;
	margin-top:.4rem;
}
.pubTxt .iconList div p:nth-child(2){
	font-size:.14rem;
	color:#fff;
	line-height:.24rem;
	margin-top:.18rem;
}
.pubTxt .pubDesc{
	width:5.08rem;
	font-size:.14rem;
	color:#b3b3b3;
	margin-top:.22rem;
}
.pubTxt .pubDesc p{
	margin-top:.15rem;
}
.heroPubWrap{
	width:16.8rem;
	position:relative;
	padding-bottom:3.8rem;
	margin:0 auto 0;
}
.pubBox{
	width:3.69rem;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin:.29rem 0 0 0;
}
.pubBox a{
	display: block;
	width:1.74rem;
}
.pubBox a img{
	display:block;
	width:100%;
}
.heroPubList{
	position:relative;
	margin:.45rem 0 0 0;
}
.heroPubList p{
	font-size:.14rem;
	color:#b3b3b3;
}
.heroPubList ul{
	margin-top:.18rem;
	position:relative;
}
.heroPubList ul li{
	width:1.1rem;
	overflow: hidden;
	position:relative;
	float:left;
	margin-left:.14rem;
}
.heroPubList ul li a{
	display:block;
	width:100%;
}
.heroPubList ul li a img{
	display:block;
	width:.97rem;
	object-fit: cover;
	border:.02rem solid transparent;
	border-radius: 50%;
	transition:all .5s;
	-webkit-transition:all .5s;
	margin:0 auto;
}
.heroPubList ul li a span{
	display:block;
	font-size:.14rem;
	color:#b3b3b3;
	line-height:.18rem;
	text-align:center;
	margin-top:.08rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.heroPubList ul li:nth-child(1){
	margin-left:0;
}
.heroPubList ul li:hover img{
	border:0.02rem solid #be3a34;
	border-radius: 50%;
}
.heroPubList ul li:hover span{
	color:#be3a34;
}
.pubBanner{
	width:10.94rem;
	overflow: hidden;
	position:absolute;
	right:0;
	top:-.5rem;
	z-index:5;
}
.pubBanner .nextBtn{
	width:.24rem;
	height:.46rem;
	background:url(../png/jt.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right: .19rem;
	top: 43%;
	margin-top: -.23rem;
	cursor: pointer;
	opacity: 1;
}
.pubBanner .neiBanner{
	width:100%;
	overflow: hidden;
	position:relative;
}
.pubBanner .neiBanner a{
	display:block;
	width:100%;
}
.pubBanner .neiBanner a img{
	display:block;
	width:100%;
	margin:0 auto;
	object-fit: cover;
}
.pubBanner .neiBanner a p:nth-child(2){
	font-size:.22rem;
	color:#fff;
	font-weight:bold;
	text-align: center;
	margin-top:.45rem;
}
.pubBanner .neiBanner a p:nth-child(3){
	font-size:.14rem;
	color:#929292;
	line-height:.20rem;
	text-align: center;
	padding:0 .90rem;
	margin-top:.12rem;
}
/* .pubBanner .neiBanner a p.index3{
	text-indent:.55rem;
} */
/* .pubBanner .neiBanner a p.index13{
	margin-left: .62rem;
} */
.pubBanner .neiBanner li.swiper-slide{
	opacity: 0;
}
.pubBanner .neiBanner li.swiper-slide.swiper-slide-active{
	opacity:1;
}
.pubBanner .neiBanner li.swiper-slide.swiper-slide-next{
	opacity:1;
}
/*about页面样式*/
.aboutTxt{
	width:100%;
	position:absolute;
	left:0;
	top:25%;
	z-index:5;
}
.aboutTxt h3{
	font-size:.32rem;
	color:#fff;
	text-align: center;
	font-weight:normal;
}
.aboutTxt p{
	font-size:.14rem;
	color:#fff;
	line-height:.30rem;
	text-align: center;
	margin-top:.25rem;
}
.aboutHistory{
	width:100%;
	height:7.62rem;
	overflow: hidden;
	position:relative;
}
.aboutMain{
	width:12.90rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.aboutBanner{
	width:12.00rem;
	overflow: hidden;
	position:relative;
	margin:1.10rem auto 0;
}
.aboutBanner ul li{
	width:100%;
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	position:relative;
	justify-content: space-between;
}
.aboutBanner ul li .aboutDesc{
	width:4.80rem;
	overflow: hidden;
	position:relative;
	color:#fff;
}
.aboutBanner ul li .aboutDesc p:nth-child(1){
	font-size:.24rem;
	margin-top:.55rem;
}
.aboutBanner ul li .aboutDesc p:nth-child(2){
	font-size:.14rem;
	line-height:.28rem;
	margin-top:.20rem;
}
.aboutBanner ul li img{
	display:block;
	width:6.60rem;
}
.aboutHistory .swiper-button-prev2{
	width:.22rem;
	height:.33rem;
	background:none;
	opacity: 1;
	position:absolute;
	overflow: hidden;
	left:0;
	top:2.20rem;
	margin-top:0;
	cursor: pointer;
}
.aboutHistory .swiper-button-next2{
	width:.22rem;
	height:.33rem;
	background:none;
	opacity: 1;
	position:absolute;
	overflow: hidden;
	right:0;
	top:2.20rem;
	margin-top:0;
	cursor: pointer;
}
.aboutHistory .swiper-button-prev2:hover img:nth-child(1){
	display: none;
}
.aboutHistory .swiper-button-next2:hover img:nth-child(1){
	display: none;
}
.time{
	width:14.74rem;
	height:.37rem;
	position:relative;
	background:url(../png/time-2.png) no-repeat center;
	background-size:cover;
	margin:.90rem auto 0;
}
.time .jdt{
	width:1%;
	height:0.08rem;
	position:absolute;
	left:0;
	top:.29rem;
	background:#9e342f;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.time .jdt:after{
	display:block;
	content:'';
	width:2.08rem;
	height:.08rem;
	background:url(../png/biao-2.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:-1.50rem;
	top:0;
}
.time .jdt.active:after{
	right:0;
}
.time ul{
	width:100%;
	position:relative;
	display:flex;
	display:-webkit-flex;
}
.time ul li{
	width:1.24rem;
	position:relative;
	cursor: pointer;
}
.time ul li:nth-child(1){
	margin-left:1.62rem;
}
.time ul li .timeDay{
	font-size:.14rem;
	color:#b3b3b3;
	margin-top:-.24rem;
}
.time ul li:hover div{
	visibility: visible;
}
.time ul li i{
	display:block;
	width:.22rem;
	height:.31rem;
	background:url(../png/fu.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-top:.16rem;
	margin-left:.08rem;
	visibility: hidden;
}
.time ul li.active i{
	visibility: visible;
}
.time ul li:nth-child(1) div{
	width:3.12rem;
	height:1.37rem;
	overflow: hidden;
	background:url(../png/ho1-2.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-left:-1.37rem;
	margin-top:.10rem;
}
.time ul li:nth-child(2) div{
	width:3.12rem;
	height:1.37rem;
	overflow: hidden;
	background:url(../png/ho1-2.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-left:-1.37rem;
	margin-top:.10rem;
}
.time ul li:nth-child(3) div{
	width:2.89rem;
	height:2.3rem;
	overflow: hidden;
	background:url(../png/ho3-2.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin-left:-1.26rem;
	margin-top:.10rem;
}
.time ul li:nth-child(4) div{
	width:2.79rem;
	height:1.8rem;
	overflow: hidden;
	background:url(../png/ho4-2.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin-left:-1.21rem;
	margin-top:.10rem;
}
.time ul li:nth-child(5) div{
	width:2.99rem;
	height:2.24rem;
	overflow: hidden;
	background:url(../png/ho5-2.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin-left:-1.31rem;
	margin-top:.10rem;
}
.time ul li:nth-child(6) div{
	width:3.03rem;
	height:1.69rem;
	overflow: hidden;
	background:url(../png/ho6-2.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-left:-1.34rem;
	margin-top:.10rem;
}
.time ul li:nth-child(7) div{
	width:3.14rem;
	height:1.69rem;
	overflow: hidden;
	background:url(../png/ho7-2.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-left:-1.38rem;
	margin-top:.10rem;
}
.time ul li:nth-child(8) div{
	width:4rem;
	height:2.3rem;
	overflow: hidden;
	background:url(../png/ho8-2.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin-left:-1.83rem;
	margin-top:.10rem;
}
.time ul li:nth-child(9) div{
	width:3.12rem;
	height:1.37rem;
	overflow: hidden;
	background:url(../png/ho1-2.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-left:-1.37rem;
	margin-top:.10rem;
}
.time ul li:nth-child(10) div{
	width:3.5rem;
	height:2.24rem;
	overflow: hidden;
	background:url(../png/ho5-2.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin-left:-1.56rem;
	margin-top:.10rem;
}
.time ul li:nth-child(8) div p{
	font-size:.12rem;
}
.time ul li:nth-child(8) div p span{
	width:4rem;
}
.time ul li:nth-child(10) div p{
	font-size:.12rem;
}
.time ul li:nth-child(10) div p span{
	width:2.9rem;
}
.time ul li div {
	visibility: hidden;
}
.time ul li.active div{
	visibility: visible;
}
.time ul li.active{
	z-index:5;
}
.time ul li div p{
	font-size:.14rem;
	color:#555;
	line-height:.24rem;
	display:flex;
	display: -webkit-flex;
	margin-left:.24rem;
}
.time ul li div p:nth-child(1){
	margin-top:.26rem;
}
.time ul li div p em{
	display:block;
	width:.08rem;
	height:.08rem;
	border-radius: 50%;
	background:#555555;
	margin-top:.08rem;
	margin-right:.08rem;
}
.time ul li div p span{
	width:2.3rem;
}
.time ul li:nth-child(1).active div{
	background:url(../png/ho1h.png) no-repeat center;
	background-size:cover;
}
.time ul li:nth-child(2).active div{
	background:url(../png/ho1h.png) no-repeat center;
	background-size:cover;
}
.time ul li:nth-child(3).active div{
	background:url(../png/ho3h.png) no-repeat center;
	background-size:100% 100%;
}
.time ul li:nth-child(4).active div{
	background:url(../png/ho4h.png) no-repeat center;
	background-size:100% 100%;
}
.time ul li:nth-child(5).active div{
	background:url(../png/ho5h.png) no-repeat center;
	background-size:100% 100%;
}
.time ul li:nth-child(6).active div{
	background:url(../png/ho6h.png) no-repeat center;
	background-size:cover;
}
.time ul li:nth-child(7).active div{
	background:url(../png/ho7h.png) no-repeat center;
	background-size:cover;
}
.time ul li:nth-child(8).active div{
	background:url(../png/ho8h.png) no-repeat center;
	background-size:100% 100%;
}
.time ul li:nth-child(9).active div{
	background:url(../png/ho1h.png) no-repeat center;
	background-size:cover;
}
.time ul li:nth-child(10).active div{
	background:url(../png/ho5h.png) no-repeat center;
	background-size:100% 100%;
}
.time ul li.active div p{
	color:#b3b3b3;
}
.time ul li.active div p em{
	background:#b3b3b3;
}
.aboutJia{
	width:100%;
	height:5.17rem;
	background:url(../jpg/jia-2.jpg) no-repeat center;
	background-size:cover;
	overflow: hidden;
	position:relative;
}
.aboutJia h3{
	font-size:.30rem;
	color:#fff;
	text-align: center;
	font-weight:normal;
	margin-top:.45rem;
}
.aboutJia p{
	font-size:.24rem;
	color:#fff;
	text-align: center;
	margin-top:.15rem;
}
.aboutNews{
	width:100%;
	overflow: hidden;
	position:relative;
}
.aboutTit{
	font-size:.32rem;
	color:#fff;
	text-align: center;
	margin-top:1.05rem;
}
.newsBanner{
	width:16.80rem;
	overflow: hidden;
	position:relative;
	margin:.48rem auto 0;
}
.newsBanner ul li{
	margin-right:.03rem;
}
.newsBanner ul li a{
	display:block;
	width:5.44rem;
	height:4.42rem;
	position:relative;
	overflow: hidden;
}
.newsBanner ul li a .newsBg{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.newsBanner ul li a .newsTxt{
	width:3.00rem;
	position:absolute;
	left:.22rem;
	top:3.27rem;
	z-index:3;
}
.newsBanner ul li a .newsTxt p:nth-child(1){
	font-size:.14rem;
	color:#fff;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.newsBanner ul li a .newsTxt p:nth-child(2){
	font-size:.20rem;
	color:#fff;
	margin-top:.20rem;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.newsBanner ul li a .aboutMore{
	font-size:.16rem;
	color:#be3a34;
	position:absolute;
	display: flex;
	display: -webkit-flex;
	right:.26rem;
	top:3.95rem;
	z-index:3;
	opacity: 0;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.newsBanner ul li a .aboutMore img{
	display:block;
	width:.21rem;
	height:.14rem;
	margin-top:.04rem;
	margin-right:.10rem;
}
.newsBanner ul li a i{
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.newsBanner ul li:hover a .newsTxt p:nth-child(1) {
	color:#be3a34;
}
.newsBanner ul li:hover a .newsTxt p:nth-child(2) {
	color:#be3a34;
}
.newsBanner ul li:hover a .aboutMore{
	opacity: 1;
}
.aboutButton{
	width:16.80rem;
	height:.56rem;
	overflow: hidden;
	position:relative;
	margin:.28rem auto 0;
}
.aboutNews .swiper-button-prev3{
	display:block;
	width:.56rem;
	height:.56rem;
	position:absolute;
	overflow:hidden;
	right:.76rem;
	top:0;
	margin-top:0;
	cursor: pointer;
}
.aboutNews .swiper-button-prev3 img{
	display:block;
	width:100%;
}
.aboutNews .swiper-button-next3{
	display:block;
	width:.56rem;
	height:.56rem;
	position:absolute;
	overflow:hidden;
	right:0;
	top:0;
	margin-top:0;
	cursor: pointer;
}
.aboutNews .swiper-button-next3 img{
	display:block;
	width:100%;
}
.aboutNews .swiper-button-next3:hover img:nth-child(1){
	display:none;
}
.aboutNews .swiper-button-prev3:hover img:nth-child(1){
	display:none;
}
/*aboutdetail*/
.mainDiv.detailDiv>div:after{
	background:none;
}
.aboutDetail{
	width:16.80rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.detailTit{
	width:100%;
	overflow: hidden;
	position:relative;
	padding-bottom:.50rem;
	border-bottom:.01rem solid #666464;
}
.detailTit h3{
	font-size:.32rem;
	color:#fff;
	text-align: center;
	width:11.70rem;
	font-weight:normal;
	text-align: center;
	margin:.50rem auto 0;
}
.detailTit p{
	font-size:.14rem;
	color:#b3b3b3;
	text-align: center;
	margin-top:.34rem;
}
.detailTit p span:nth-child(1){
	margin-right:.25rem;
}
.detailBody{
	width:12.00rem;
	position:relative;
	margin:0 auto 0;
	font-size:.16rem;
	color:#d3d3d3;
	line-height:.32rem;
	padding-top:.42rem;
}
.detailBody img{
	display:block;
	max-width:100%;
	margin:.40rem auto .40rem;
}
.detailBody .bakTop{
	display:block;
	width:.60rem;
	height:.60rem;
	position:absolute;
	right:-.70rem;
	bottom:0;
	z-index:4;
	overflow:hidden;
}
.detailBody .bakTop img{
	margin:0;
}
.detailBody .bakTop:hover img:nth-child(1){
	display:none;
}