@charset "UTF-8";
*,:after,:before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*{ margin: 0;padding: 0; }
ul,ol,li{ list-style: none; }
i,em{ font-style:normal; font-weight: normal; }
a{ text-decoration: none; transition-duration: .5s; color: inherit; }
a:focus, a:hover{ text-decoration:none; outline: none; color: inherit; }
input, button, textarea { border: 0; outline:none; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.plr10{ padding: 0 10px; }
.plr15{ padding: 0 15px; }
.plr20{ padding: 0 20px; }
.tran300{ transition:300ms ease-out; -webkit-transition:300ms ease-out; -ms-transition:300ms ease-out; -moz-transition:300ms ease-out; -o-transition:300ms ease-out; }
.tran500{ transition:500ms ease-out; -webkit-transition:500ms ease-out; -ms-transition:500ms ease-out; -moz-transition:500ms ease-out; -o-transition:500ms ease-out; }
.tran800{ transition:800ms ease-out; -webkit-transition:800ms ease-out; -ms-transition:800ms ease-out; -moz-transition:800ms ease-out; -o-transition:800ms ease-out; }
.tran1000{ transition:1000ms ease-out; -webkit-transition:1000ms ease-out; -ms-transition:1000ms ease-out; -moz-transition:1000ms ease-out; -o-transition:1000ms ease-out; }
.cle{ clear:both; width: 100%; height:0; overflow:hidden; }
.clearfix:before, .clearfix:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
.clearfix{ zoom:1 }
.fl{ float:left; }
.fr{ float:right; }
img{ max-width:100%; border: 0; }
img{
	max-width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-interpolation-mode: bicubic;
}
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
.pcshow{ display: block !important; }
.webshow{ display: none !important; }
@media only screen and (max-width: 768px){
	.pcshow{ display: none !important; }
	.webshow{ display: block !important; }
}
/*滚动条*/
@media screen and (max-width: 640px){
	/*仅作用于webkit*/
	body::-webkit-scrollbar {
		display: none;
	}
}
::-webkit-scrollbar{
	width: .5rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */
html{font-size: 62.5% !important;}
body {
	font: 13px "Microsoft YaHei",'STHeiti Light',Arial,Helvetica,sans-serif;
	width: 100%;
	margin: 0 auto;
	--swiper-navigation-size: 20px;
	--tpl-color: #3eb134;
	color: #232323;
	background: #fff;
}
.inline-block{ display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.container{ margin: 0 auto; width: 94%; max-width: 1600px;}

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 2.875% 0;
	width: 100%;
}
header .logo img{
	display: block;
	height: 35px;
}
nav{
	position: relative;
	float: right;
}
nav>ul>li{
	position: relative;
	margin-right: 60px;
}
nav>ul>li>a{
	display: block;
	position: relative;
	z-index: 9;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(6, 0, 1, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
nav>ul>li>a:hover{
	color: #fff;
}
nav>ul>li>a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px rgba(6, 0, 1, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
nav>ul>li>a:hover:before,
nav>ul>li>a.jd:before{
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
header .navbtn{
	display: none;
}

@media only screen and (max-width: 641px){
	body {
		min-width: 0;
		overflow-x: hidden;
	}
	header{
		padding: 10px 0;
		height: auto;
		line-height: normal;
	}
	header .logo {
		padding: 0;
	}
	header .logo .img{
		height: 30px;
	}
	header .container{
		position: relative;
	}
	header .navbtn{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
		margin: 6px 3% 0 0;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .navbtn .line{
		display: block;
		position: relative;
		margin: 0 0 6px 4px;
		width: 18px;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .navbtn .line:before{
		content: '';
		position: absolute;
		top: 0;
		left: -4px;
		width: 2px;
		height: 2px;
		background-color: #fff;
	}
	header .navbtn.on{
		-webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-moz-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-ms-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-o-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		transform: rotateZ(180deg) translate3d(0, 5px, 0);
	}
	header .navbtn.on .line{
		background-color: #333;
	}
	header .navbtn.on .line:first-child{
		-webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-o-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		transform: translate3d(0, 8px, 0) rotateZ(-45deg);
	}
	header .navbtn.on .line:nth-child(2){
		opacity: 0;
		filter: alpha(opacity=0);
	}
	header .navbtn.on .line:last-child{
		-webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-moz-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-ms-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-o-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		transform: translate3d(0, -8px, 0) rotateZ(45deg);
	}
	nav{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.nav-hide{
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	nav>ul{
		position: absolute;
		top: 50%;
		right: 0;
		padding: 40px 0;
		width: 100%;
		max-height: calc(100% - 80px);
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	nav>ul:before {
		content: '';
		display: block;
		margin: 0 auto 20px;
		/*width: 108px;*/
		height: 50px;
	}
	nav>ul>li{
		display: block !important;
		margin: 0 5%;
	}
	nav>ul>li>a{
		display: block;
		padding: 0 20px;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		color: #222;
		text-shadow: none;
	}
	nav>ul>li>a:hover,
	nav>ul>li>a.jd{}
	nav>ul>li:hover>ul{}
}
/**	Banner **/
.banner {
	position: relative;
	width: 100%;
	/*background-color: #767676;*/
	overflow: hidden;
	z-index: 0;
}
.banner img{
	padding: 0;
	margin: 0;
	display: block;
}
.web-Slider img{width: 100%;}
main{
	display: block;
	width: 100%;
	overflow: hidden;
}
/** INDEX CSS **/
.product {
	position: relative;
	padding: 6.25% 0 12.5%;
	font-size: 0;
	color: #fff;
	background-color: #181818;
}
.product .container {
	z-index: 2;
}
.product .conbox {
	position: relative;
	margin-left: 7.5%;
	padding-top: 61px;
	width: 35%;
}
.product .conbox .btnwr {
	position: absolute;
	top: 0;
	left: 0;
}
.product .conbox .probtn {
	position: relative;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	outline: none;
}
.product .conbox .icon {
	background: url(../images/icon-index.png) 0 0 no-repeat;
}
.product .conbox .probtn .icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -3px auto 0;
	width: 12px;
	height: 6px;
}
.product .conbox .prev:hover .icon {
	background-position: 0 -12px;
}
.product .conbox .next .icon {
	background-position: -18px -12px;
}
.product .conbox .next:hover .icon {
	background-position: -18px 0;
}
.product .conbox .probtn:hover {
	border-color: #b41e00;
}
.product .conbox .tit {
	font-weight: bold;
	font-size: 52px;
}
.product .conbox .con {
	margin-top: 20px;
	font-size: 20px;
	line-height: 34px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product .conbox .more {
	float: left;
	margin-top: 13.6363%;
}
.product .conbox .more .txt {
	font-size: 14px;
	text-transform: uppercase;
	color: #a0a0a0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.product .conbox .more .icon {
	margin-left: 8px;
	width: 6px;
	height: 10px;
	background-position: -48px 0;
}
.product .conbox .page {
	position: static;
	margin-left: 10px;
	width: auto;
	font-size: 14px;
	color: #999;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product .imgbox {
	margin-left: 12.5%;
	width: 40%;
}
.product .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.product .bg .img {
	display: block;
	width: 100%;
}
.about {
	position: relative;
	overflow-x: hidden;
	z-index: 7;
	background-color: #181818;
}
.about .mask,
.about .imgwr{
	position: absolute;
	top: 0;
	/*height: 100%;*/
	overflow: hidden;
}
.about .mask {
	right: 0;
	z-index: 1;
	margin-top: -5%;
	padding: 5% 0;
	width: 66.66%;
	height: 100%;
	background-color: #b41e00;
}
.about .imgwr {
	left: 0;
	z-index: 2;
	width: 62.5%;
}
.about .wrap {
	position: relative;
	z-index: 3;
}
.about .conwr {
	z-index: 3;
	color: #fff;
}
.comtxt .dot {
	margin-right: 4px;
	width: 1px;
	height: 1px;
	background-color: #fff;
}
.comtxt .txt {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.about .conwr {
	width: 100%;
}
.about .conwr .tit {
	margin-top: 10px;
	font-size: 16px;
}
.about .conwr .con {
	margin-top: 24px;
	font-size: 16px;
	line-height: 45px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.about .conwr .btn {
	float: left;
	margin-top: 60px;
	padding: 22px 20px;
	min-width: 150px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #b41e00;
	background-color: #fff;
}
.comtxt .line {
	margin-right: 10px;
	width: 100px;
	height: 1px;
	background-color: #fff;
}
.about .conwr .incon {
	padding: 7.5% 0;
	width: 27.8125%;
}
.about .conwr .img {
	display: block;
	margin-top: 45px;
	max-width: 100%;
	height: 25px;
}
.news{
	position: relative;
	z-index: 6;
	/*margin-bottom: -8.85%;*/
	/*padding: 18.75% 0 17.1875%;*/
	padding: 10% 0;
	background-color: #181818;
}
.news .ctwrap {
	position: absolute;
	/*top: 14.2766%;*/
	top: 5%;
	left: 0;
	right: 0;
	z-index: 1;
}
.news .comtxt .dot,
.news .comtxt .line{
	background-color: #5d5d5d;
}
.news .comtxt {
	margin-left: 7.375%;
}
.comtxt {
	font-size: 0;
	color: #fff;
}
.news .list .col {
	position: relative;
	width: 33.33%;
	vertical-align: top;
}
.news .col .imgwr {
	position: relative;
	padding-bottom: 138%;
	height: 0;
	background-color: #000;
	overflow: hidden;
}
.news .col .img {
	display: block;
	width: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.news .col .conwr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	margin: 0 auto;
	padding-bottom: 3.75%;
	width: 90%;
	max-width: 540px;
	color: #fff;
}
.news .col .type, .news .col .desc {
	font-size: 14px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.news .col .tit {
	margin-top: 2.8125%;
	font-weight: bold;
	font-size: 26px;
}
.news .col .desc {
	margin-top: 4.0625%;
	max-height: 60px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .col:hover .conwr {
	bottom: 12px;
}
.news .col:hover .img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
@media only screen and (max-width: 640px){
	.product .conbox,
	.product .imgbox{
		position: static;
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.product .conbox .tit {
		font-size: 18px;
	}
	.product .conbox .con {
		margin-top: 10px;
		font-size: 15px;
		line-height: 25px;
	}
	.product .conbox .more {
		margin-top: 12px;
	}
	.product .conbox .btnwr {
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
		z-index: 9;
	}
	.product .imgbox{
		margin: 20px 0 46px;
	}
	.about .mask {
		display: none;
	}
	.about .imgwr {
		position: relative;
		width: auto;
		height: auto;
	}
	.about .imgwr{
		position: relative;
		width: auto;
		height: auto;
	}
	.about .conwr .incon {
		float: none;
		padding: 25px 15px;
		width: auto;
		background-color: #b41e00;
	}
	.about .conwr .img {
		margin: 20px auto 0;
		/*height: 60px;*/
	}
	.about .conwr .tit {
		text-align: center;
	}
	.about .conwr .btn {
		float: none;
		display: block;
		margin: 20px auto 0;
		padding: 8px 0;
		width: 150px;
		min-width: auto;
		font-size: 14px;
	}
	.news .ctwrap{
		top: 5%;
	}
	.news .col .conwr{
		bottom: 5%;
		padding: 3.75% 5%;
		width: 80%;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.news .col .imgwr{
		padding-bottom: 100%;
	}
	.news .col .img{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.news .col .tit{
		font-size: 16px;
	}
	.news .col .desc{
		margin-top: 10px;
		max-height: 40px;
		line-height: 20px;
	}
}
/**
 * FOOTER CSS
 */

/**
 * SUBMAIN CSS
 */
.subbanner{
	position: relative;
	z-index: 0;
}
.subbanner img{
	position: relative;
	z-index: 1;
}
.subbanner .t{
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 30%;
	color: #fff;
	font-size: 36px;
}
.subbanner .t::before,
.subbanner .t::after{
	position: absolute;
	content: "";
	display: block;
	width: 94%;
	height: 30px;
	left: 3%;
	border: 1px solid #fff;
}
.subbanner .t::before{
	top: -40%;
	border-bottom: 0;
}
.subbanner .t::after{
	border-top: 0;
}
.submain{
	position: relative;
	margin-top: -65px;
	padding: 65px 0 4.94%;
	overflow: hidden;
	z-index: 2;
}
.content {
	position: relative;
	z-index: 7;
	margin-top: -65px;
	padding-left: 2.8125%;
	width: 73.4375%;
	background-color: #fff;
}
.content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.content-box {
	margin-top: 73px;
}
.wz{
	position: relative;
	padding: 25px 0 8px;
	font-size: 12px;
	color: #6e6e6e;
}
.wz a{
	display: inline-block;
	height: 24px;
	line-height: 2;
}
.wz a img{
	opacity: .5;
	filter: alpha(opacity=50);
	height: 12px;
	margin-right: 5px;
}
.editor{
	font-size: 12px !important;
	padding: 2rem 0;
	line-height: 2 !important;
}
.editor img,
.mbArticleSharePic{
	max-width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width: 640px){
	.submain{
		margin-top: 0;
		padding: 0 0 30px;
	}
	.content {
		float: none;
		margin-top: 0;
		padding-left: 0;
		width: auto;
	}
	.content-box {
		margin-top: 25px;
	}
	.wz{
		padding: 10px 0 10px 20px;
		font-size: 12px;
		border-bottom: 1px solid #eee;
	}
	.wz .icon{
		top: 13px;
		width: 27px;
		height: 11px;
	}
}
/*分页*/
.prevAndNext{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.prevAndNext li{
	margin: 5px 10px;
	padding: 5px 0;
}
@media (min-width: 768px){
	.prevAndNext{
		padding: 0 30px;
	}
	.prevAndNext li.prev{
		float: left;
	}
	.prevAndNext li.next{
		float: right;
	}
}
/** PRODUCT CSS **/
.prolist-box{
	max-width: 1090px;
	overflow: hidden;
}
.prolist .list{
	margin: -32px -2.7522% 0;
	font-size: 0;
}
.prolist .list .col{
	margin: 40px 0 0 2.6086%;
	width: 46.0869%;
	vertical-align: top;
	cursor: pointer;
}
.prolist .col .imgwr{
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.prolist .col:hover .imgwr{
	-webkit-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
	-o-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}
.prolist .col .img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.prolist .col .conwr{
	position: relative;
	padding: 18px 0 19px;
}
.prolist .col .tit{
	font-size: 22px;
	color: #131313;
}
.prolist .col .conwr .stit{
	margin-top: 4px;
	font-size: 16px;
}
.prolist .col:hover .conwr .stit{
	color: #b41e00;
}
.prolist .col .line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #b41e00;
}
.prolist .col:hover .line {
	width: 100%;
}
@media only screen and (max-width: 641px){
	.prolist .col .tit{
		font-size: 13px;
		font-weight: normal;
	}
	.productlist1 li span{
		font-size: 13px;
		line-height: 2;
	}
}
.showpro-hd .conbox{
	margin: 0 0 0 6%;
	width: 47%
}
.showpro-hd .conbox .title{
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 28px;
	color: #131313;
}
.showpro-hd .conbox .stitle{
	margin: -6px 0 15px;
	font-weight: bold;
	font-size: 18px;
	color: #131313;
}
.showpro-hd .conbox .tit{
	font-weight: bold;
	font-size: 22px;
	color: #b41e00;
}
.showpro-hd .conbox .con{
	margin-top: 16px;
	font-size: 16px;
	line-height: 30px;
	color: #040404;
}
.showpro-hd .imgbox{
	width: 47%;
	text-align: center;
}
.showpro-hd .imgbox .img{
	max-width: 100%;
	max-height: 600px;
	vertical-align: top;
}
.showpro-bd{
	margin-top: 30px;
	font-size: 0;
	overflow: hidden;
}
.showpro-bd .col{
	width: auto;
	max-width: none;
	position: relative;
	margin: 40px 8.9% 0 0;
	padding-top: 40px;
	vertical-align: top;
}
.showpro-bd .col:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
	height: 1px;
	background-color: #ddd;
}
.showpro-bd .col .img{
	height: 30px;
}
.showpro-bd .col .tit{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #b41e00;
}
.showpro-bd .col .con{
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
}
@media only screen and (max-width: 640px){
	.showpro-hd .imgbox,
	.showpro-hd .conbox{
		float: none;
		width: 100%;
		margin: 0;
	}
	.showpro-hd .conbox .title{
		margin: 25px 0 15px;
		font-size: 20px;
		text-align: center;
	}
	.showpro-hd .conbox .tit{
		font-size: 16px;
	}
	.showpro-hd .conbox .con{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.showpro-hd .conbox .con img{
		width: 100% !important;
	}
	.showpro-bd .col{
		margin-right: 0;
	}
}
/* NEWSLIST CSS */
.news-box{max-width: 1085px;}
.newslist .items{
	position: relative;
	padding: 28px 0;
	border-bottom: 1px solid #f0f0f0;
}
.newslist .items .tit{
	font-weight: bold;
	font-size: 18px;
	color: #141414;
}
.newslist .items:hover .tit{
	color: #b41e00;
}
.newslist .items .desc{
	margin-top: 10px;
	max-height: 64px;
	font-size: 16px;
	line-height: 32px;
	color: #5e5e5e;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newslist .items .info{
	margin-top: 24px;
	font-size: 0;
	line-height: 16px;
}
.newslist .items .icon{
	margin-right: 16px;
	width: 16px;
	height: 16px;
	background: url(../images/icon-news.png) 0 0 no-repeat;
}
.newslist .items .txt{
	font-size: 12px;
	color: #7e7e7e;
}
@media only screen and (max-width: 640px){
	.newslist{padding-top: 20px;}
	.newslist .items{padding: 20px 0;}
	.newslist .items .tit{font-size: 15px;}
	.newslist .items .desc{
		margin-top: 6px;
		max-height: 40px;
		font-size: 13px;
		line-height: 20px;
	}
	.newslist .items .info{margin-top: 10px;}
	.newslist .items .icon{
		margin-right: 6px;
	}
}
.shownews .title{
	font-weight: bold;
	font-size: 22px;
	color: #363636;
	text-align: center;
}
.shownews .infos{
	margin-top: 15px;
	color: #939393;
	text-align: center;
}
.shownews .con {
	margin-top: 30px;
	padding-top: 16px;
	font-size: 16px;
	line-height: 2;
	border-top: 1px solid #eee;
}
@media only screen and (max-width: 640px){
	.shownews .title{
		font-size: 18px;
	}
	.shownews .infos{
		margin-top: 12px;
	}
	.shownews .infos .txt{
		margin: 0 5px;
		font-size: 12px;
	}
}


/* 侧边栏*/
.sidebar{
	margin-top: 60px;
	width: 23.125%;
}
.sidebar .tit{
	margin-left: 29.729%;
	font-size: 32px;
	color: #131313;
}
.sidebar .menu{
	margin-top: 10px;
}
.sidebar .menu>ul>li>a{
	display: block;
	position: relative;
	padding-left: 29.729%;
	font-size: 18px;
	line-height: 50px;
	color: #d8d8d8;
}
.sidebar .menu>ul>li>a:before{
	display:block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 0;
	height: 2px;
	background-color: #b41e00;
	transition: all 0.3s;
}
.sidebar .menu>ul>li:hover>a:before,
.sidebar .menu>ul>li.on>a:before{
	width: 24.324%;
}
.sidebar .menu>ul>li:hover>a,
.sidebar .menu>ul>li.on>a{
	color: #131313;
}
.sidebar .menu>ul>li>ol{
	display: none !important;
}
.sidebar .menu>ul>li.on>ol,
.sidebar .menu>ul>li:hover>ol{
	display: block !important;
}
.sidebar .menu>ul>li>ol>li>a{
	display: block;
	position: relative;
	padding-left: 32%;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
.sidebar .btn{
	display: none;
}
@media only screen and (max-width: 640px){
	.sidebar{
		float: none;
		position: relative;
		margin: 0 -3.5%;
		width: auto;
		background-color: #555;
	}
	.sidebar .tit {
		margin-left: 0;
		padding: 14px 3%;
		font-size: 16px;
		color: #fff;
	}
	.sidebar .menu {
		display: none;
		margin: 0 3%;
		padding: 10px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	.sidebar .menu>ul>li>a{
		padding-left: 0;
		font-size: 16px;
		line-height: 30px;
	}
	.sidebar .menu>ul>li:hover>a,
	.sidebar .menu>ul>li.on>a{
		padding-left: 15px;
		color: #fff;
	}
	.sidebar .menu>ul>li:hover>a:before,
	.sidebar .menu>ul>li.on>a:before{
		width: 10px;
	}
	.sidebar .menu>ul>li.on>ol{
		display: block !important;
	}
	.sidebar .btn{
		display: block;
		position: absolute;
		top: 19px;
		right: 3%;
		width: 9px;
		height: 13px;
		background: url(../images/arrow-inp.png) 0 0 no-repeat;
	}
	.sidebar.on .btn{
		-webkit-transform: rotateZ(90deg);
		-moz-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}
}





/** 翻页 **/
.turnPage {
	margin-bottom: 20px;
	padding: 0 10%;
	border-top: 1px #ddd dashed;
	border-bottom: 1px #ddd dashed;
}
.turnPage li {
	line-height: 35px;
}
.turnPage li span {
	font-size: 12px;
}
.turnPage li a:hover {
	color: red;
}
.turnPage li.prev {
	float: left;
}
.turnPage li.next {
	float: right;
}
@media screen and (max-width: 640px){
	.turnPage li{
		width: 100%;
	}
}

/** 分页 **/
.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	text-align: center;
	height: 70px;
	padding:20px 0;
}
.pagination a{
	display: inline-block;
	margin-right:10px;
	padding:2px 12px;
	height: 30px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
.pagination p{
	display: inline-block;
	padding:2px 12px;
	font-size:12px;
	height:30px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;

}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0;
	padding:4px 0;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
@media screen and (max-width: 640px){
	.pagination a,
	.pagination p{
		display: none;
	}
	.pagination .on{
		display: inline-block;
	}
}