
/* 视频列表 start*/
.videoList1{
    padding: 0.25rem;
    overflow: hidden;
}
.videoList1 dd{
    padding: 0.25rem;
    float: left;
    display: inline;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.videoList1 dd .pic{
    border-radius: 6px;
    overflow: hidden;
}
.videoList1 dd .pic:before{ 
    padding-top: 66.66667%;
    background:rgba(0,0,0,0.3) url(../images/playIco.png) center center no-repeat;
    background-size: 2rem;
    position: relative;
    z-index: 1;
}
.videoList1 dd .text{ height: 1.4rem; line-height: 1.75rem; text-align: center; color: #333333; font-size: .65rem;}
/* 视频列表 end*/

/* 全图列表1 start*/
.imgList1{
    overflow: hidden;
}
.imgList1 dd{
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0.5rem;
}
.imgList1 a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.imgList1 dd .pic{
   
    overflow: hidden;
}
.imgList1 dd .pic:before{ 
    padding-top: 66.66667%;
}
.imgList1 dd .text{ 
    height: 1.5rem; 
    line-height: 1.5rem; 
    color: #fff; 
    font-size: .65rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.5rem;
    background: rgba(0,0,0,0.3);
}
/* 全图列表1 end*/
/* 全图列表2 start*/
.imgList2{
    padding: 0.25rem;
    overflow: hidden;
}
.imgList2 dd{
    padding: 0.25rem;
    float: left;
    display: inline;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}
.imgList2 dd .pic{
    
    overflow: hidden;
    border-radius: 3px;
}
.imgList2 dd .pic:before{ 
    padding-top: 66.66667%;
}
.imgList2 dd .text{ 
    height: 1.4rem; 
    line-height: 1.75rem; 
    text-align: center; 
    color: #333333; 
    font-size: .65rem;

}
/* 全图列表2 end*/
/* 图文列表1 start*/
.textImg1{
    overflow: hidden;
}
.textImg1 dd{
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0.5rem;
}
.textImg1 a{
    display: block;
    position: relative;
    overflow: hidden;
    
}
.textImg1 dd .pic{
   border-radius: 8px;
    overflow: hidden;
}
.textImg1 dd .pic:before{ 
    padding-top: 66.66667%;
}
.textImg1 dd .text{ 
    height: 1.5rem; 
    line-height: 1.5rem; 
    color: #333; 
    font-size: .7rem;
    padding-top: 0.3rem;
}
.textImg1 .listTime{ 
    height: 1.2rem; 
    line-height: 1.2rem; 
    color: #bbbbbb; 
    font-size: .6rem;
}
.textImg1 .listTime span{
    padding-left: 1rem;
}
.textImg1 dd .listTime span:nth-child(1){
    background: url(../images/time.png) left center no-repeat;
    background-size: 0.7rem;
}
.textImg1 dd .listTime span:nth-child(2){
    background: url(../images/view.png) left center no-repeat;
    background-size: 0.8rem;
    margin-left: 0.3rem;
}
.textImg1 .listInfo{ 
    max-height: 2.8rem; 
    line-height: 1.4rem; 
    color: #999; 
    font-size: .6rem;
}
/* 图文列表1 end*/
/* 全文列表 start */
.textList{
	padding: 0.5rem 0;
}
.textList dd{
	padding: 0.5rem;
}
.textList a{
	display: block;
}
.textList .listTit{
	font-size: 0.7rem;
	color: #333;
	line-height: 1.2rem;
	margin-bottom: 0.3rem;
}
.textList .pic:before{
	padding-top: 66.66667%;
}
.textList .listImg{
	display: flex;
	margin: 0 -0.25rem;
}
.textList .pic{
	flex: 1;
	margin: 0 0.25rem;
}
.textList .listTime{
	/*padding-top: 0.3rem;*/
	font-size: 0.6rem;
	color: #999;
	line-height: 1.1rem;
}
.textList .style2 .listImg{
	width:6rem ;
	margin-right: 0.5rem;
	overflow: hidden;
}
.textList .style2 a{
	display: flex;
}
.textList .listBox{
	flex: 1;
	overflow: hidden;
}
/* 全文列表 end */

/* 留言 start */
.msgBox2{
    padding: 0.5rem;
}
.msg_dl2{
    overflow: hidden;
    font-size:0.7rem;
}
.msg_dl2 dd{
    overflow: hidden;
    padding:0.25rem 0px;
}
.msg_text{
    line-height: 1.75rem;
    margin-right: 0.5rem;
    width: 4.5rem;
}
.msg_text.w35{
    width: 3.5rem;
}
.msg_text i{
    color: #f00;
    padding-right: 5px;
}
.msgDiv2{
    position: relative;
    padding: 1px;
    display: flex;
}
.msgDiv2:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.msgDiv2 .code{
    top:0px;
    right:0;
    position:absolute;
    }
.msgInpDiv{
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-left: 7px;
}
.msgInp2{
    display: block;
    width: 100%;
    height:1.75rem;
    overflow: hidden;
    font-size:0.6rem;
    color:#666;
    line-height: 33px;
    padding: 2px 5px 0px 5px;
    outline: none;
    border:none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msgDiv2 span{
    width:1.25rem;
    display: block;
    height:1.65rem;
    line-height:1.65rem;
    overflow: hidden;
    font-size:0.8rem;
    color:#999;
    position: relative;
    z-index: 2;
    padding-top: 2px;
    text-align: right;
}
a.msgBt2{
    display: block;
    height:1.9rem;
    overflow: hidden;
    line-height:1.9rem;
    font-size:0.7rem;
    color:#fff;
    background: #cc0014;
    text-align: center;
    padding-top:0.1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.codeSrc{
    height: 1.75rem;
    width: 4.3rem;
    
}
.msgAreaBox{
    overflow: hidden;
    position: relative;
    padding: 1px;
}
.msgAreaBox:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.msgArea{
    display: block;
    width: 100%;
    height:4.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0.6rem;
    color:#666;
    line-height:0.9rem;
    padding:5px 12px;
    outline: none;
    border:none;
    background: none;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
/* 留言 end */

/* 业态分布地图 start */
.mallMap{
    background: url(../images/mallMap.png) center top no-repeat;
    background-size: 100%;
    padding-top: 75%;
}
.mallMap dd{
    position: absolute;
    animation: moveUp 3s ease infinite;
}
.mallMap a{
    display: block;
    height: 2.8rem
}
.mallText{
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.8rem;
    padding: 0 0.5rem;
    border: 1px solid #fff;
    border-radius: 6px;
    position: relative;
}
.mallText:after{
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #ebb0a4;
    border: 1px solid #fff;
    transform: translateX(-50%) scaleX(0.7) rotate(45deg) ;
    border-left: none;
    border-top: none;
}
.mallMap .mall1{
    top: 9%;
    left: 5%;
    animation-delay: 0.2s;
}
.mallMap .mall2{
    top: 5%;
    left: 36%;
    animation-delay: 0.4s;
}
.mallMap .mall3{
    top: 20%;
    left: 18%;
    animation-delay: 0.6s;
}
.mallMap .mall4{
    top: 13%;
    left: 70%;
    animation: none;
}
.mall1 .mallText:after,
.mall1 .mallText{
    background: #efcf58;
}
.mall2 .mallText:after,
.mall2 .mallText{
    background: #129f96;
}
.mall3 .mallText:after,
.mall3 .mallText{
    background: #339fd0;
}
.mall4 .mallText:after,
.mall4 .mallText{
    background: #ebb0a4;
}
@keyframes moveUp{
    0%{
        transform: translateY(0);

    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
.mallList dd{
    width: 12rem;
    margin: 0 auto 0.5rem auto;
}
.mallList a{
    border-radius: 7px;
    line-height: 2.5rem;
    color: #fff;
    font-size: 0.75rem;
    padding: 0 0.5rem;
    display: flex;
}
.mallList span{
    flex: 1;
}
.mallList i{
    width: 1rem;
    font-size: 1rem;
    line-height: 2.5rem;
}
.mallList .dd1 a{
    background: #efcf58;
}
.mallList .dd2 a{
    background: #129f96;
}
.mallList .dd3 a{
    background: #339fd0;
}
/* 业态分布地图 end */

/* 商场介绍 srart */
.mallRetrieve{
    padding: 0.5rem;
    display: flex;
}
.mallRetrieve .selBox{
    position: relative;
    z-index: 9;
    margin-right: 0.8rem
}
.mallRetrieve .selected{
    font-size: 0.7rem;
    color: #333;
    line-height: 1.5rem;
    height: 100%;
    padding: 0 0.5rem;
}
.mallRetrieve .selected.hover{
    background: #fff;
}
.mallRetrieve .selected i{
    font-size: 0.8rem;
    color: #dadada;
    padding-left: 5px;
}
.selList{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}
.selList dd{
    line-height: 1.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #f5f5f5;
}
.selList dd:last-child{
    border: none;
}
.selList a{
    display: block;
    padding: 0 0.5rem;
}
.selList dd.hover a{
    background: #f5f5f5;
}
.mallSearch{
    flex: 1;
    background: #f4f4f4;
    border-radius:1.5rem ;
    overflow: hidden;
    display: flex;
}
.mallSearch .inpBox{
    flex: 1;
    padding:0 0.4rem;
    overflow: hidden;
}
.mallSearch .inpBox input{
    background: none;
    border: none;
    line-height: 1.5rem;
}
.searchIco,
.searchBtn{
    width: 1.5rem;
    font-size: 0.7rem;
    color: #ddd;
    line-height: 1.5rem;
    text-align: center;
    transition: 0.4s ease;
    transform-origin: center center;
}
.searchIco i,
.searchBtn i{
    line-height: 1.5rem;
}
.searchBtn{
    background: #dadada;
    border-radius: 1.5rem;
    color: #666;
    transform: rotate(180deg) translateX(-1.6rem);
}
.mallSearch.hover .searchIco{
    transform: translateX(-1.6rem);
    width: 0;
}
.mallSearch.hover .searchBtn{
    transform: rotate(0) translateX(0);
}
.mallTitle{
    padding: 0 0.5rem;
    font-size: 0.75rem;
    color: #333;
    line-height: 1.5rem;
    padding-top: 0.5rem;
}
.mallInfo{
    padding: 0 0.5rem;
    line-height: 1.3rem;
    font-size: 0.65rem;
    color: #666;
    padding-bottom: 1rem;
}
.floorShow{
    position: fixed;
    z-index: 999;
    right: 0.5rem;
    top: 50%;
    height: 3.5rem;
}
.floorShow:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #cb0303;
    opacity: 0.3;
    display: block;
    border-radius: 50%;
    animation: sideBt1 infinite 2s;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -50%;
}
@keyframes sideBt1{
    0%{
        opacity: 0;
        transform: scale(0);
    }
    50%{
        opacity: 1;
        transform: scale(0);
    }
    100%{
        opacity: 0;
        transform: scale(1.5);
    }
}
.floorShow a{
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    background: #cb0303;
    border-radius: 3rem;
    position: relative;
    z-index: 1;
}
.floorShow .ico{
    background: url(../images/floorIco.png) center center no-repeat;
    background-size: 1.5rem;
    height: 1.8rem;
}
.floorShow .text{
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
}
/* 商场介绍 end */
/* 搜索结果 start */
.shopsNum{
    padding: 0.5rem;
    font-size: 0.7rem;
    color: #333;
}
.shopsNum i{
    font-style: normal;
}
.resultList{
    padding: 0 0.5rem;
}
.resultList dd{
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    padding: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.floorNum{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    background: #cb0202;
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}
.shopsSite{
    font-size: 0.7rem;
    line-height: 1.3rem;
    padding-top: 0.5rem;
    overflow: hidden;
}
.resultList dd:nth-child(1) .floorNum{
    background: #cb0202;
}
.resultList dd:nth-child(2) .floorNum{
    background: #efcf58;
}
.resultList dd:nth-child(3) .floorNum{
    background: #129f96;
}
.resultList dd:nth-child(4) .floorNum{
    background: #329fd2;
}
.resultList dd:nth-child(5) .floorNum{
    background: #f2d3b8;
}
/* 搜索结果 end */

/* 招聘 start */
.recruitList {
    padding: 0.5rem;
}
.recruitList dd{
    margin-bottom: 0.3rem;
}
.recruitList a{
    padding: 0.5rem;
    display: block;
    background: #f5f5f5;
    border-radius: 3px;
}
.recruitList .listTit{
    font-size: 0.7rem;
    color: #333;
}
.recruitList .listInfo{
    font-size: 0.6rem;
    color: #666;
    padding-top: 0.4rem;
}
.recruitList .listInfo span{
    padding-right: 0.3rem;
}
.jobTime {
    font-size: 0.6rem;
    color: #999;
    padding-bottom: 0.3rem;
}
.jobBt {
    clear: both;
    width:6rem;
    height:2rem;
    border-radius: 3px;
    text-align: center;
    line-height:2rem;
    color: #FFFFFF !important;
    background: #ffba00;
    display: block;
    font-size:0.8rem;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
/* 招聘表单 */
.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y:auto;
    position: fixed;
    left: 0px;
    top:0px;
    background:#fff;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width:100%;
    overflow:hidden;
    background:#fff;
}
.closeSubPop{
    width: 30px;
    height: 28px;
    overflow: hidden;
    background:url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right:10px;
    top:10px;
}
.jobBt {
    clear: both;
    width:6rem;
    height:2rem;
    border-radius: 3px;
    text-align: center;
    line-height:2rem;
    color: #FFFFFF !important;
    background: #d6000f;
    display: block;
    font-size:0.8rem;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.customUpload{
    width:100% !important;
    height:100% !important;
}
.joinFormInp{
    border: none;
}

/* 招聘 end */
/*全景地图 start*/
.taxMapLeft{
    width:270px;
    height: 100%;
    overflow-y: auto;
    left: 0px;
    top:0px;
    z-index:15;
    background:#fff;
    position:fixed;
}
.taxMapLeftBg{
    width:100%;
    height: 100%;
    overflow-y: auto;
    left: 0px;
    top:0px;
    z-index:10;
    background:rgba(0,0,0,0.5);
    position:fixed;
}
.taxMap_dl{
    overflow: hidden;
    margin:1px 0 0 0;
    background:#fff;
}
.taxMapTitle{
    height:2.25rem;
    overflow: hidden;
    line-height:2.25rem;
    background:#f2f2f2;
    font-size:0.9rem;
    color:#ac0d25;
    text-align: center;
}
.taxMap_dl dt{
    display:block;
    clear:both;
    line-height:40px;
    font-size:14px;
    background:#f2f2f2 url(../images/jtL.png) no-repeat 235px center;
    padding:0 0 0 20px;
    cursor:pointer;
    }
.taxMap_dl.hover dt{
    background:#f2f2f2 url(../images/jtD.png) no-repeat 235px center;
    }
.taxMap_dl.hover dd{ display:block;}
    
.taxMap_dl dd{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding: 0px 20px;
    display:none;
}
.taxMap_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    padding-left: 10px;
}
.taxMap_dl dd.hover a,
.taxMap_dl dd a:hover{
    color:#ac0d25;
    background: url(../images/taxMapIcon.png) no-repeat left center;
}
.taxMapCont{
    overflow:hidden;
    }
.taxMapLeftBt {
    width:45px;
    height:45px;
    line-height:45px;
    text-align: center;
    border-radius: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    right:20px;
    bottom:20px;
    z-index: 9999;
    display:none;
    -webkit-box-shadow: 0px 0px 5px rgba(153,153,153,0.5);
    -moz-box-shadow: 0px 0px 5px rgba(153,153,153,0.5);
    box-shadow: 0px 0px 5px rgba(153,153,153,0.5);
}
.taxMapLeftBt i{font-size:24px; display:block;padding:10px 0 0 0; color:#666;}
/* 全景地图 end */
/* 分页 start */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c;}
/* 分页 end */

/* 文章阅读页 start */	
.articleBox{line-height:1.5rem;color:#454545;padding:10px;font-size:0.65rem;background:#fff;}
.articleBox img{max-width:100%;}
.articleTitle{
	font-size: 0.9rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding:10px 50px 0 50px;
    line-height: 1.5rem;
	}
.articleTime{display: block;clear: both;text-align: center;color: #999;font-size:0.6rem;padding:0 0 5px 0;}

.articleTop{
	overflow:hidden;
	background:#FFF;
	padding:10px 0;
	}
.articleTop .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	padding:0 50px;
	line-height:30px;
	}
.articleTop .articleTime{
	text-align:center;
	padding:10px 0 0 0;
	}

.articleHand{
    clear:both;
    font-size:0.75rem;
    padding:0 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:1.6rem;
    padding:0 20px 0 10px;
    float:left;
    clear: both;
}
.articleHand a i{
	padding:0 5px 0  0;
	}
.articleHand a.word{color:#37a6ff !important; }
.articleHand a.ppt{color:#ff7735 !important;}
.articleHand a.excel{color:#15bf44 !important; }
.articleHand a.pdf{color:#1369c0 !important; }
.articleHand a.zip{color:#ff9779 !important; }

.videoCon{
	position:absolute;
	top:205px;
	bottom:0;
	overflow-y:auto;
	}
.videoCon .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	padding:5px 10px 0 10px;
	line-height:30px;
	}
.videoCon .articleTime{
	text-align:left;
	padding:0 0 0 10px;
	}
	
.audiojs{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play.png) no-repeat center center;
	background-size:cover; 
	margin:2px 10px 0 0;
	position:relative;
	z-index:9;
	}
.audiojs.playing{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play2.png) no-repeat center center;
	background-size:cover;
	}
.audiojs .scrubber{ display:none;}
.audiojs .time{ display:none;}
.audiojs .play-pause {
	width: 25px;
	height: 40px;
	padding:0 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.articelImgSlide{
    padding: 10px;
    overflow: hidden;
}
#articelImgSlide img{
    display: block;
    max-width: 100%;
}
#articelImgSlide{
    /*padding-bottom: 30px;*/
}
#articelImgSlide .swiper-pagination{
    bottom: 5px;
}
.articelImgSlide .swiper-button-prev{
    left: 0px;
    background: url(../images/aboutPrev3.png) no-repeat center center;
    background-size: auto 30px;
}
.articelImgSlide .swiper-button-next{
    right: 0px;
    background: url(../images/aboutNext3.png) no-repeat center center;
    background-size: auto 30px;
}
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: #007aff;}
  

/* 分享 start */
.shareBt{display: inline-block;width:20px;position: relative;}
.shareClose{line-height:2rem;text-align:center;padding:3px 0 0 0;font-size:0.8rem;}
.shareBt:after{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;background: url(../images/share/share.png) no-repeat center center;background-size: 100% 100%;position: absolute;left: 50%;bottom:-4px;}
.shareBox{width:100%;overflow: hidden;background: #fff;position: fixed;left: 0px;bottom:-100%;z-index: 10000;-webkit-transition: bottom 0.8s;-o-transition: bottom 0.8s;transition: bottom 0.8s;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.shareBox.show{bottom:0px;}
.shareCont{overflow: hidden;padding:0.5rem 0px 0.25rem;}
.bdsharebuttonbox p{display: block;width:20%;overflow: hidden;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0.25rem;}
.bdsharebuttonbox a{display: block;width: 100%;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:0px !important;padding:0 0.5rem !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 0.75rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{clear:both;display: block;font-size:0.6rem;color:#666;text-align: center;overflow: hidden;margin:5px 0px; font-style: normal;}
.boxShadow{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.bdsharebuttonbox a:before{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;}
/*.bdsharebuttonbox a.bds_weChat{
    display: none;
}*/
.bdsharebuttonbox a.bds_weChat:before{background: url(../images/share/shareBt5.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tsina:before{background: url(../images/share/shareBt1.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tqq:before{background: url(../images/share/shareBt2.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_qzone:before{background: url(../images/share/shareBt3.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_douban:before{background: url(../images/share/shareBt4.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_sqq:before{background: url(../images/share/shareBt6.png) no-repeat center center;background-size:100%;}
.weChatShareTip{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5) url(../images/share/weChatShare.png) no-repeat calc(100% - 30px) 10px;
    background-size: 90% auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
}
/* 分享 end */ 

/* 音乐播放器 start */ 
.audio{margin:0 50px;padding:10px 0 10px 0;}
.audio-tips{margin-top:10px; color: #b1b1b1; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.audio-detail{padding:5px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; background:#f8f8f8;position:relative;}
.audio-detail:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #e6e6e6; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;z-index:1;}
.audio .info{-webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden;line-height:45px;}
.audio .info p{margin: 0; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; text-indent: 0;}
.audio .info .audio-title{-webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; line-height: 24px;font-size:14px;}
.audio .info .audio-desc{-webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 16px;color:#999 !important;font-size:12px !important;}
.audio .info .audio-desc span{padding:0 15px 0 0;color:#ff000;}
/* 音乐播放器 end */ 

/* 文章阅读页 end */ 

/* 项目展示 start */
.proTab{
    background: #fff;
}
.proTab .swiper-wrapper{
    display: flex;
}
.proTab .swiper-slide{
    flex: 1;
    text-align: center;
    font-size: 0.7rem;
    line-height: 2rem;
}
.proTab .swiper-slide.hover{
    color: #d6000f;
}
.proBusiness{
    overflow: hidden;
    padding:0.5rem 1rem;
    background: #fff;
}
.proBusiness dd{
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 0.5rem;
}
.proBusiness a{
    display: block;
}
.proBusiness .ico{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}
.proBusiness span{
    display: block;
    color: #666;
    text-align: center;
    font-size: 0.65rem;
    padding-top: 0.5rem;
}
.proBusiness dd.ico1 .ico{
    background: url(../images/proIco1.png) center center no-repeat;
    background-size: 1.2rem;
}
.proBusiness dd.ico2 .ico{
    background: url(../images/proIco2.png) center center no-repeat;
    background-size: 1.2rem;
}
.proBusiness dd.ico3 .ico{
    background: url(../images/proIco3.png) center center no-repeat;
    background-size: 1.2rem;
}
.proBusiness dd.ico4 .ico{
    background: url(../images/proIco4.png) center center no-repeat;
    background-size: 1.2rem;
}
/* 项目展示 end */

/* 产品优荐 start */
.proScreen{
    overflow: hidden;
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
    color: #999;
}
.screenBtn i{
    padding-left: 0.4rem;
}
.screenBox{
    position: fixed !important;
    width: 10rem;
    height: 100vh;
    padding: 0 0.5rem;
    background: #fff;
    right: 0;
    top: 0px;
    z-index: 99;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transform: translateX(11rem);
}

.screen1T{
    padding-top: 1rem;
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.screenList{
    margin: 0 -0.25rem;
    padding: 0.25rem 0;
    overflow: hidden;
}
.screenList dd{
    float: left;
}
.screenList a{
    display: block;
    margin: 0 0.25rem;
    line-height: 1.3rem;
    font-size: 0.65rem;
    color: #444;
    text-align: center;
    border-radius: 0.2rem;
}
.screenList a:before{
    z-index: 1;
    opacity: 0;
    border-color: #f10000;
}
.screenList dd.hover a{
    color: #cc0015;
}
.screenList dd.hover a:before{
    opacity: 1;
}
.screenList img{
    width: 4rem;
    height: 1.5rem;
    object-fit: contain;
}
.screenBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 98;
}
.screenBox.active{
    transform: translateX(0);
}
.screenBox.active~.screenBg{
    opacity: 1;
    visibility: visible;
}
.productList{
    padding: 0.25rem;
    overflow: hidden;
}
.productList dd{
    padding: 0.25rem;
    float: left;
    display: inline;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}
.productList .pic{
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
}
.productList .pic:before{ 
    padding-top: 100%;
}
.productList .pic img{
    object-fit: contain;
}
.productList dd .text{ 
    height: 1.4rem; 
    line-height: 1.75rem; 
    color: #333333; 
    font-size: .65rem;
}
.productList dd .text i{
    display: inline-block;
    width: 1.3rem;
    color: #dadada;
    text-align: center;
}
/* 产品优荐 end */
/*
* 大事记
*/
.eventSlide{
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0.5rem 0px;
}
.eventSlide .bd{
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.event_dl{
    overflow: hidden;
    position: relative;
}
.eventSlide .tempWrap{
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.event_dl dd{
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.event_ul{
    overflow: hidden;
    position: relative;
    padding: 0px 0.5rem;
    min-height: 5.0rem;
}
.event_ul li:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.event_ul li{
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0.5rem 0px;
}
.event_ul li .list_a{
    display: flex;
}
.eventImg{
    width: 6.0rem;
    overflow: hidden;
    margin-right: 0.5rem;
}
.event_ul .listIntr{
    flex: 1;
    line-height: 1.0rem;
}
.hdCont{
    position: relative;
    overflow: hidden;
}
.eventSlide .hd{
    width: 15.0rem;
    margin: 0px auto;
    height: 1.75rem;
    position: relative;
    overflow: hidden;
}
.eventSlide .hd ul{
    width: 10000px;
    position: absolute;
    left: 5.0rem;
    top: 0px;
}
.eventSlide .hd ul li{
    height: 1.75rem;
    overflow: hidden;
    line-height: 1.75rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.8;
    font-size: 0.7rem;
    color:#666;
    float: left;
    width: 5.0rem;
    text-align: center;
}
.eventSlide .hd ul li.on{
    font-size: 0.8rem;
    color:#d6000f;
    font-weight: bold;
}