@charset "UTF-8";
/**
 * 框架部分 begin
 * @return
 */
#mobileTop {
    clear: both;
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(0px);
    transition:all 0.3s linear;
}
#mobileCon {
    overflow: hidden;
    overflow-y: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    clear: both;
    background: #f5f5f5;
    position: relative;
    z-index: 4;
    left: 0;
    transform: translateX(0px);
    transition:all 0.3s linear;
}
#mobileFooter {
    clear: both;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 4;
    left: 0;
    transform: translateX(0px);
    transition:all 0.3s linear;
}
#mobileMenu{
    height:calc(100% - 2.25rem);
    position:fixed; 
    top:2.25rem;
    width:10rem;
    z-index:999999;
    right: 0px;
    overflow:hidden;
	opacity: 0 ;
	visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#mobileBg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 50;
    left: 0;
    top: 0px;
    z-index: 6;
    display: none;
}
#mobileConH {
    overflow: hidden;
	min-height:calc(100vh - 2.5rem)
}
#mobileTop.hide #menu-btn{padding: 0 0.8rem 0 0.45rem;}
#mobileTop.hide #menu-btn span:first-of-type{
    transform: rotate(-45deg);
	width: 0.9rem;
}
#mobileTop.hide #menu-btn span:nth-of-type(2){
    opacity: 0;
}
#mobileTop.hide #menu-btn span:nth-of-type(3){
    transform: rotate(45deg);
	width: 0.9rem;
}
#mobileMenu.show{
    opacity: 1;
	visibility: visible;
}
/*导航展开*/
@-webkit-keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
@-moz-keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
@-o-keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
@keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
#mobileBg.hide{-webkit-transition: all 0.6s;-webkit-transform: translateX(0px);}
#mobileBg.show{-webkit-transition: all 0.6s;-webkit-transform: translateX(0px);}

/*导航关闭*/

#mobileBg.hide {
    -webkit-transition: all 0.6s;
    -webkit-transform: translateX(-250px);
}

#mobileBg.show {
    -webkit-transition: all 0.6s;
}
/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */
#toolbarnav {
	display: block;
	height: 2.25rem;
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #fff;
	background: #f2f2f2;
}
.logo a{
	display: block;
	padding: 0.25rem 0 0 0.5rem;
}
.logo img{
	height: 1.8rem;
}
.stock{
	position: relative;
	font-size: 0.6rem;
	color: #999;
	padding: 0.3rem 0.5rem 0 0.5rem;
	margin-left: 0.5rem;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.stock span{
	display: block;
	line-height: 0.9rem;
}
.stock:after{
	content: " ";
	height: 1.8rem;
	position: absolute;
	top: 50%;
	left: 0;
	border-left: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scaleX(.5) translateY(-50%);
	transform: scaleX(.5) translateY(-50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
#toolbarnav h1 {
	text-align: center;
	display: block;
	text-align: center;
	line-height: 2.25rem;
	color: #333;
	font-size: 0.8rem;
	padding: 0 0.5rem 0 0;
}

#go-back {
	position: absolute;
	top: 0;
	width: 2.0rem;
	height: 2.25rem;
	display: block;
	left: 0;
	font-size: 1.0rem;
	opacity: 0.7;
}

#go-back span {
	color: #666;
	font-size: 1.2rem;
	display: block;
	margin: 0.5rem 0 0 0.6rem;
}

#menu-btn {
	display: block;
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	text-align: right;
	background: #1376dd;
	width: 1rem;
	padding:0 0.7rem 0 0.55rem;
	transition: 0.4s ease;
}

#menu-btn span {
	width: 1rem;
	border-bottom: 2px solid #eee;
	display: inline-block;
	margin-bottom: 0.2rem;
	transition: 0.4s ease;
}
#menu-btn span:nth-of-type(1){
	margin-top: 0.8rem;
	transform-origin: top right;
}
#menu-btn span:nth-of-type(2){
	width: 0.6rem;
}
#menu-btn span:nth-of-type(3){
	width: 0.8rem;
	transform-origin: bottom right;
}
#menu-btn em {
	font-size: 1.0rem;
	color: #fff;
	opacity: 0.7;
	display: none;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
}

#sub-btn {
	display: block;
	width: 2.5rem;
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 0;
}
#sub-btn span {
	font-size: 1.0rem;
	color: #fff;
	margin: 0.6rem 0 0 0.8rem;
	display: block;
}
#articleTool {
	position: relative;
	display: block;
	height: 2.25rem;
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #333;
	background: #f9fafb;
}
#articleTool: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;
	display: none;
}

#articleTool h1 {
	overflow: hidden;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 2.25rem;
	color: #333;
	font-size: 0.8rem;
	margin: 0 2.0rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}

#articleTool #go-back span {
	color: #333;
}
/**
 * 一级导航
 * @author 杨朝杰
 * @return
 */
.toEn{
    overflow: hidden;
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    background: #5e2c65;
}
.toEn a{
    display: block;
    overflow: hidden;
    padding:0 10px;
    height: 100%;
    color: #fff;
    font-size: 16px;
}
.toEn a span{
    float: right;
    margin-top: 0.5rem;
    font-size: 25px;
}
.mobileMenuBox{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 62px);
}
.menu_dl{
    overflow: hidden;
	padding: 0.5rem 0 1rem 0;
	background: #f5f5f5;
}
.menu_dl dd{
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
	padding:0 0.5rem;
}
.menu_dl dd:after{
	content: " ";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
#mobileMenu.show .menu_dl dd{
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#mobileMenu.show .menu_dl dd:nth-child(1){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#mobileMenu.show .menu_dl dd:nth-child(2){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
#mobileMenu.show .menu_dl dd:nth-child(3){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
#mobileMenu.show .menu_dl dd:nth-child(4){
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
#mobileMenu.show .menu_dl dd:nth-child(5){
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
#mobileMenu.show .menu_dl dd:nth-child(6){
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
#mobileMenu.show .menu_dl dd:nth-child(7){
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
#mobileMenu.show .menu_dl dd:nth-child(8){
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
#mobileMenu.show .menu_dl dd:nth-child(9){
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
#mobileMenu.show .menu_dl dd:nth-child(10){
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
#mobileMenu.show .menu_dl dd:nth-child(11){
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.menu_dl dd:last-child:after{
    display: none;
}
.menu_a{
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding: 0px 10px;
}
.menu_a i{
    display: inline-block;
    font-size: 0.7rem;
    color:#333;
	position: relative;
}
.menu_dl dd.hover{
	background: #1376DD;
}
.menu_dl dd.hover .menu_a i{
    color:#fff;
}
.menu_a span{
    width: 16px;
    height: 16px;
    font-size: 20px;
    color:#fff;
    display: none;
    line-height: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    margin: 12px 0px;
}

.menu_dl dd.hover .menu_a span{
    color:#ff7e00;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu_dl dd.active .menu_a span{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menuDiv{
    overflow: hidden;
    display: none;
}
.menu_ul{
    background: #404040;
    overflow: hidden;
    padding: 5px 20px;
}
.menu_ul li{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.menu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#fff;
}
.menu_ul li a span{
    display: block;
    position: relative;
    padding-left: 10px;
}
.menu_ul li a span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 4px;
    height: 7px;
    overflow: hidden;
    background: url(/subsiteSrc/bwM/images/triangle.png) left center no-repeat;
    margin-top: -3px;
    position: absolute;
    left: 0px;
    top: 50%;
}
.menu_ul li.hover a span{
    color:#ff7e00;
}
.menu_ul li.hover a span:after{
    background: #ff7e00;
}
.search{
	width: 10rem;
	margin: 0 auto;
	display: flex;
	padding-top: 0.8rem;
}
.search .iptBox{
	flex: 1;
	position: relative;
}
.search .iptBox input{
	border: none;
	background: none;
	width: 100%;
	outline: none;
	line-height: 1.5rem;
	color: #eee;
}
.searchIco{
	width: 1.5rem;
	text-align: center;
	position: relative;
	line-height: 1.5rem;
	font-size: 0.8rem;
}
.searchIco a{
	display: block;
	color: #c30d23;
	line-height: 1.3rem;
}
/**
 * 二级导航
 */

#mobileSubNav {
	position: relative;
	z-index: 999999999999999;
	margin: 0 auto;
}
.mobileSubNav_title {
	height: 2.0rem;
	line-height: 2rem;
	position: relative;
	background: #fafafa;
	overflow: hidden;
	display: flex;
}
.subMenu{
	white-space: nowrap;
	overflow-x: auto;
	font-size: 0;
	flex: 1;
	position: relative;
}
.subMenu::-webkit-scrollbar {/*滚动条整体样式*/
	width: 0;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 0;
}
.subMenu::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}
.subMenu::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
.subMenu dd{
	display: inline-block;
	padding:0 0.5rem;
}
.twoMenu a{
	display: block;
	height: calc(2rem - 2px);
	line-height: 1.9rem;
	color: #666;
	text-align: center;
	font-size: 0.7rem;
}
.subMenu dd.hover .twoMenu a{
	color: #1376DD;
	border-bottom: 2px solid #1376DD;
}
.subMenuBg{
	width: 100%;
    height: 300%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 4;
    left: 0;
    top: 0px;
	display: none;
}
@keyframes subNavMove{
    0%  {transform: translateX(0px);opacity: 0;}
    1% {transform: translateX(0px);opacity: 1;}
    90% {transform: translateX(0.75rem);opacity: 1;}
    91% {transform: translateX(0.75rem);opacity: 0;}
    100%{transform: translateX(0px);opacity: 0;}
}
@keyframes subNavMove1{
    0%  {transform: translateX(0px);opacity: 0;}
    1% {transform: translateX(0px);opacity: 1;}
    90% {transform: translateX(-0.75rem);opacity: 1;}
    91% {transform: translateX(-0.75rem);opacity: 0;}
    100%{transform: translateX(0px);opacity: 0;}
}
.fa.subNavIcon{
	visibility: hidden;
    line-height: 1.8rem !important;
    overflow: hidden;
    font-size: 0.9rem !important;
    color:#666;
    /*background: #fafafa;*/
    -webkit-animation: subNavMove 1s linear infinite;
    -o-animation: subNavMove 1s linear infinite;
    animation: subNavMove 1s linear infinite;
}
.subNavIcon.fa-angle-left{
	-webkit-animation: subNavMove1 1s linear infinite;
	-o-animation: subNavMove1 1s linear infinite;
	animation: subNavMove1 1s linear infinite;
}
.fa.subNavIcon.show{
	visibility: visible;
}
/**
 * 固定的底部
 * @author 杨朝杰
 * @return
 */
.footerBar {
	font-size: 0.6rem;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	height: 2.4rem;
	background: #f9f9f9;
}
.footerBar:after{
	border-bottom: 1px solid #dbdbdb;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
}
.footerBar div {
	height: 2.4rem;
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.footerBar div a {
	display: block;
	height: 1.85rem;
	width: 100%;
	color: #666;
	padding: 4px 0 0 0;
}

.footerBar div a em {
	display: block;
	width: 100%;
	height: 1rem;
	padding-bottom: 0.25rem;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
.footerBar div a em.footIco1{
	background: url(/subsiteSrc/bwM/images/footIco1.png) center center no-repeat;
	background-size: 0.95rem;
}
.footerBar div a em.footIco2{
	background: url(/subsiteSrc/bwM/images/footIco2.png) center center no-repeat;
	background-size: 0.95rem;
}
.footerBar div a em.footIco3{
	background: url(/subsiteSrc/bwM/images/footIco3.png) center center no-repeat;
	background-size: 0.95rem;
}
.footerBar div a em.footIco4{
	background: url(/subsiteSrc/bwM/images/footIco4.png) center center no-repeat;
	background-size:  0.95rem;
}
.footerBar div a span {
	display: block;
	clear: both;
	font-size: 0.6rem;
	text-align: center;
}
.footerBar div i {
	height: 0.75rem;
	font-size: 1.0rem;
	margin: 0.5rem 0 0 0;
	display: block;
}
.footerBar div:first-child a {
	color: #0d75d9 !important;
}
.footerBar div:first-child a {
	border: none;
}

/**
 * 固定的底部2
 * @author 杨朝杰
 * @return
 */	
.footerBar2{
	font-size:12px;
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	height:45px;
	background:#fff;
	position:relative;
}
.footerBar2:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top:1px solid #eee;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	z-index:1;
	}
.footerBar2 .shareBt:after{ display:none;}

.footerBar2 div{
	overflow:hidden;
	position:relative;
	z-index:2;
	}
.phoneBt{
	width:30%;
	float:right;
	}
.phoneBt a {
    width: 100%;
    display: block;
    line-height: 45px;
    background: #ff7800;
    color: #fff !important;
    text-align: center;
}
.goBack2{
	width:16%;
	float:left;
	}
.goBack2 a{
    display: block;
    height:45px;
    background: url(/subsiteSrc/bwM/images/jt6.png) no-repeat 10px center;
    background-size: 26px;
    color: #666 !important;
    text-align: center;
	}
.marker, .shareDiv{
	float:right;
	line-height:45px;
	font-size:14px;
	padding:0 15px 0 0;
	}

.shareDiv .shareBt{ width:100%;}

.marker span, .shareDiv span{padding:0 0 0 6px;}
.marker em, .shareDiv em{color:#999;}


/**
 * 返回顶部
 * @author 杨朝杰
 * @return
 */

#scrollTop {
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	right: 0.5rem;
	bottom: 3.0rem;
	z-index: 9999;
	display: none;
	-webkit-box-shadow: 0px 0px 0.25rem rgba(153, 153, 153, 0.5);
	-moz-box-shadow: 0px 0px 0.25rem rgba(153, 153, 153, 0.5);
	box-shadow: 0px 0px 0.25rem rgba(153, 153, 153, 0.5);
}

#scrollTop em {
	font-size: 1.3rem;
	color: #666;
	padding: 0.15rem 0 0 0;
}


/**
 * page
 * @author 杨朝杰
 * @return
 */

.ajaxLoad {
	color: #666;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	margin: 0.25rem 0 0 0;
}

.ajaxLoad i {
	font-size: 0.8rem;
	margin: 0 0.25rem 0 0;
	color: #fc8b1c;
}
/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox{
	line-height:1.5rem;
	color:#666;
	padding:10px;
	font-size:0.75rem;
}
.articleBox img{max-width:100%;}
.articleTitle{
	font-size: 0.8rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5rem;
	text-align: center;
}
.articleTime{
	display: block;
	clear: both;
	color: #999;
	font-size:0.6rem;
	padding:0 0 5px 0;
	text-align: center;
}
.articleTime span:nth-of-type(1){
	padding-left: 0.8rem;
	background: url(/subsiteSrc/bwM/images/time.png) left center no-repeat;
	background-size: 0.7rem;
}
.articleTime span:nth-of-type(2){
	padding-left: 1rem;
	margin-left: 0.5rem;
	background: url(/subsiteSrc/bwM/images/view1.png) left center no-repeat;
	background-size: 0.9rem;
}
.articleTop{
	overflow:hidden;
	background:#f9fafb;
	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(/subsiteSrc/bwM/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(/subsiteSrc/bwM/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(/subsiteSrc/bwM/images/aboutPrev3.png) no-repeat center center;
    background-size: auto 30px;
    outline: none;
}
.articelImgSlide .swiper-button-next{
    right: 0px;
    background: url(/subsiteSrc/bwM/images/aboutNext3.png) no-repeat center center;
    background-size: auto 30px;
    outline: none;
}
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: #007aff;}
.pageUp{
	line-height: 1.5rem;
	font-size: 0.7rem;
	color: #eee;
	padding: 0.5rem;
}
.pageUpBox{
	margin-bottom: 0.5rem;
	display: flex;
	line-height: 1.8rem;
}
.pageUpBox span{
	width: 4rem;
	text-align: center;
	background: #1376DD;
	color: #fff;
}
.pageUp a{
	color: #333;
	flex: 1;
	background: #f7f7f7;
	padding:0 0.5rem;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.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(/subsiteSrc/bwM/images/share/share.png) no-repeat center center;background-size: 100% 100%;position: absolute;left: 50%;bottom:-4px;}
.shareBox{width:100%;overflow: hidden;background: #333;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;}
.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(/subsiteSrc/bwM/images/share/shareBt5.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tsina:before{background: url(/subsiteSrc/bwM/images/share/shareBt1.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tqq:before{background: url(/subsiteSrc/bwM/images/share/shareBt2.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_qzone:before{background: url(/subsiteSrc/bwM/images/share/shareBt3.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_douban:before{background: url(/subsiteSrc/bwM/images/share/shareBt4.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_sqq:before{background: url(/subsiteSrc/bwM/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;
}
/**
 * 音乐播放器
 * @author 杨朝杰
 * @return
 */
.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:#eee;position:relative;}
.audio-detail:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #ddd; 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;}
/**
* 版权
*/
.copyright{
	padding: 0.5rem;
	background: #e7e7e7;
	
}
.footMenu{
	overflow: hidden;
	padding: 0.2rem 0 0 0;
	text-align: center;
	font-size: 0;
}
.footMenu dd{
	display: inline-block;
}
.footMenu a{
	display: block;
	padding:0 0.5rem;
	position: relative;
	color: #666;
	font-size: 0.7rem;
}
.footMenu a:after{
	content: '';
	border-right: 2px solid #666;
	position: absolute;
	left: 0;
	height: 2px;
	top:50%;
	transform: translateY(-50%);
}
.footMenu dd:first-of-type a:after{
	display: none;
}
.copyBox{
	padding: 0.5rem 0;
	line-height: 1.2rem;
	font-size: 0.6rem;
	color: #888;
	text-align: center;
}
.copyTxt1{
	padding-top: 1.15rem;
	text-align: right;
	overflow: hidden;
}
@media screen and (max-width:330px) {
	.copyTxt1{
		float: left;
		padding: 0;
	}
}
.copyBox a{
	color: #888;
}
/* subBanner */
.subBanner.imgBox:after{
	padding-top: 40%;
}
/**++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++/
/* 首页 */
/***首页banner图***/
.shopBanner {
	overflow: hidden;
}
.shopBanner .swiper-container {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.shopBanner .swiper-slide{
	height: 10rem;
	
}
.shopBanner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shopBanner .swiper-pagination-bullet{
	border: 1px solid #fff;
	background: none;
	opacity: 1;
}
.shopBanner .swiper-pagination-bullet-active{
	background: #fff;
}
/*column:1 start*/
.box1{ background: #fff; margin-bottom: 0.5rem; overflow:hidden;}
.box1_ul{ overflow:hidden;}
.box1_ul li{ position: relative; width:25%; float:left; text-align:center; box-sizing:border-box;  -webkit-box-sizing: border-box; overflow:hidden; padding: 1rem 5px;}
.box1_ul li a{ display:block; max-width: 130px; margin: 0 auto; }
.box1_ul li:after{
	content: " ";
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.box1_ul li:first-of-type:after{
	display: none;
}
.box1img1{ 
	margin-bottom: 5px;
	padding-top: 36%;
	position: relative;
	overflow: hidden; 
	width: 73%; 
	max-width: 130px; 
	margin: 0 auto 5px auto;
}
.box1img1 em{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0; 
	left: 0;
}
.box1img1 img{ 
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100% ;
}
.box1ImgBg1 em{
	background: url(/subsiteSrc/bwM/images/syIco1.png) center center no-repeat;
	background-size: 1.3rem;
}
.box1ImgBg2 em{
	background: url(/subsiteSrc/bwM/images/syIco2.png) center center no-repeat;
	background-size: 1.2rem;
}

.box1ImgBg3 em{
	background: url(/subsiteSrc/bwM/images/syIco3.png) center center no-repeat;
	background-size: 1.2rem;
}
.box1ImgBg4 em{
	background: url(/subsiteSrc/bwM/images/syIco4.png) center center no-repeat;
	background-size: 1.3rem;
}
.box1ImgBg5 em{
	background: url(/subsiteSrc/bwM/images/syIco5.png) center center no-repeat;
	background-size: 1.2rem;
}
.box1ImgBg6 em{
	background: url(/subsiteSrc/bwM/images/syIco6.png) center center no-repeat;
	background-size: 1.5rem;
}
.box1ImgBg7 em{
	background: url(/subsiteSrc/bwM/images/syIco7.png) center center no-repeat;
	background-size: 1.1rem;
}
.box1ImgBg8 em{
	background: url(/subsiteSrc/bwM/images/syIco8.png) center center no-repeat;
	background-size: 1.1rem;
}
.box1_ul li span{ font-size:0.6rem; color:#999;}
/*column:1 end*/
/* stock start */
.stockNum{
	font-size: 0.8rem;
	color: #1376dd;
}
.stockNum span{
	padding-left: 0.5rem;
}
.stockData{
	padding: 0.3rem 0;
	position: relative;
}
.stockData em{
	font-size: 1.2rem;
	color: #333;
}
.stockData span{
	color: #db4a38;
	padding-left: 0.3rem;
}
.stockData i{
	display: inline-block;
	height: 1rem;
	vertical-align: text-bottom;
	width: 1rem;
	background: url(/subsiteSrc/bwM/images/stockIco.png) center center no-repeat;
	background-size: auto 100%; 
}
.stockData i.dataDown{
	transform: rotate(180deg);
}
.stockFrom span{
	display: block;
	color: #999;
	font-size: 0.6rem;
	line-height: 1rem;
}
.stockFrom a{
	color: #999;
}
/* stock end */
/* stock start */
.boxTitle{
	padding: 0.5rem 0;
}
.boxTitle .titleCn{
	font-size: 0.9rem;
	color: #333;
}
.boxTitle .titleEn{
	font-size: 0.7rem;
	color: #666;
	text-transform: uppercase;
}
.noticeList dd{
	padding: 0.5rem 0;
	position: relative;
}
.noticeList dd:after{
	content: " ";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.noticeList dd:last-of-type:after{
	display: none;
}
.noticeList .listTit{
	font-size: 0.8rem;
}
.noticeList .listTime{
	font-size: 0.6rem;
	padding-top: 0.2rem;
	color: #999;
}
.noticeList .listInfo{
	font-size: 0.65rem;
	color: #999;
	padding-top: 0.3rem;
}
/* stock end */
/* Company Profile start */
.boxTitle.white .titleCn{color: #fff;}
.boxTitle.white .titleEn{color: #fff;}
.companyInfo{
	background: #1376dd;
}
.companyInfo1{
	color: #fff;
	line-height: 1.1rem;
	font-size: 0.65rem;
	text-indent: 2em;
	max-height: 6.6rem;
	padding-top: 0.5rem;
}
.companyMore a{
	display: block;
	color: #fff;
	font-size: 0.65rem;
	padding: 1rem 0 0.5rem 0;
}
/* Company Profile end */
/* report start */
.reportList dd{
	position: relative;
}
.reportList dd:after{
	content: " ";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.reportList dd:last-of-type:after{
	display: none;
}
.reportList a{
	display: flex;
	line-height: 1.5rem;
	padding: 0.25rem 0;
	font-size: 0.7rem;
}
.reportList .listTime{
	width:4.5rem;
	color: #999;
}
.reportList .listTit{
	flex: 1;
	color: #333;
}
/* report end */
.interBox{
	clear: both;
	overflow: hidden;
	background:#fafafa;
	padding:0.5rem;
}
.interBox .divT{
	clear: both;
	overflow: hidden;
	padding:0.3rem 0;
	position: relative;
}
.interBox .divT:after{
	content: "";
	display: block;
	width:100%;
	height:1px;
	position: absolute;
	left: 0;
	bottom:0;
	transform: scaleY(0.5);
	background:#dedede;
}
.interBox .divT .spanT{
	width:1.2rem;
	height:1.2rem;
	overflow: hidden;
	border-radius:100%;
	font-size:0.7rem;
	text-align: center;
	line-height:1.2rem;
	background:#ebebeb;
	color: #999999;
	margin-right:10px;
}
.interBox .divT .txt{
	overflow: hidden;
	color: #858585;
	font-size:0.7rem;
	line-height: 1rem;
	margin-top:0.1rem;
}
.interBox .divT2{
	clear: both;
	overflow: hidden;
	padding:0.3rem 0;
}
.interBox .divT2 .spanT{
	width:1.2rem;
	height:1.2rem;
	overflow: hidden;
	border-radius:100%;
	font-size:0.7rem;
	text-align: center;
	line-height:1.2rem;
	background:#ebebeb;
	color: #999999;
	margin-right:10px;
}
.interBox .divT2 .txt{
	overflow: hidden;
	color: #858585;
	font-size:0.7rem;
	line-height: 1rem;
	margin-top:0.1rem;
}
.interList{padding-bottom:1rem;background:#fff}
.interList dd .interBox{padding:0 0.5rem;background:#fff} 
.interList dd .interBox .divT{padding:0.5rem 0}
.interList dd .divT .spanT2{
	font-size:0.7rem;
	text-align: center;
	line-height:1rem;
	color: #858585;
}


<!--0.00012993812561035-->