.width-1200-maring_auto{
	width: 1200px;
	margin: 0 auto;
}
.new_footer {
	width: 100%;
	height: 262px;
	background: #3c3c3c;
}

.new_footer>div {
	margin: 0 auto;
}

.new_footer_content {
	width: 100%;
	height: 206px;
	border-bottom: 1px solid #7a7a7a;
}

.new_footer_lists {
	margin-right: 100px;
}

.new_footer_tit {
	font-size: 18px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.new_footer_tit a{
	color: #FFFFFF;
}
.new_footer_tit_ative {
	left: -6px;
}

.new_footer_txt>a {
	line-height: 24px;
	color: #acacac;
	font-size: 14px;
}

.new_footer_txt:hover>a {
	color: #FFFFFF;
}

.new_footer_copyright {
	margin-top: 22px;
	color: #c6c6c6;
}

.new_footer_publicaddress {
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.new_footer_publicaddress img{
	width: 80px;
	height: 80px;
}
.new_footer_publicaddress p {
	color: #FFFFFF;/*#b3b3b3*/
}
.new_footer_publicaddress_hweelink{
	right: 140px;
}
body>a{
	display: none;
}
/*轮播图公用*/
.swiper-wrapper{
	transition-timing-function: linear;
	-moz-transition-timing-function: linear; /* Firefox 4 */
	-webkit-transition-timing-function: linear; /* Safari 和 Chrome */
	-o-transition-timing-function: linear; /* Opera */
}
.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
}
.swiper-pagination-bullets{
	height: 20px;
	text-align: right;
	position: absolute;
	bottom: 17px;
	right: 0;
	left: unset;
	padding-right: 20px;
}
.swiper-pagination-bullet-active{
	width: 20px;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev,.swiper-button-next{
	display: none;
	width: 45px;
	padding-top: 14px;
	text-align: center;
	height: 60px;
	background:none;
	background:rgba(51,51,51,.6);
	line-height: 44px;
}
.cur_po{
	cursor: default !important; 
}

/* 分享组件 */
.widget-meta-share{
	font-size: 14px;
	position: relative;
}
.widget-meta-share span{
	margin-right: 10px;
}
.share-img{
	height: 20px;
	vertical-align:middle

}
.qrcodeshow{
	cursor: pointer;
}
.wx-qrcode{
    padding-top: 9px;
    text-align: center;
    display: none;
}
.wx-qrcode img{
	width: 190px;
	height: 190px;
}
