body,
html {
	background: #1B1B1B;
	color: #999;
}

a {
	transition: 0.3s;
	-moz-transition: 0.3s;
	/* Firefox 4 */
	-webkit-transition: 0.3s;
	/* Safari and Chrome */
	-o-transition: 0.3s;
	/* Opera */
}
.contw{
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.head-tmenu-c {
	width: 100%;
	height: 50px;
	background: #222222;
	color: #999999;
	box-shadow: 0 0 1px #555555;
	-moz-box-shadow: 0 0 1px #555555;
	-webkit-box-shadow: 0 0 1px #555555;
	#-moz-border-radius: 6px 6px 0 0;
	#-webkit-border-radius: 6px 6px 0 0;
	#border-radius: 6px 6px 0 0;
}

.head-tmenu-c .topmenuc {
	height: 50px;
	margin: 0 auto;
}

.head-tmenu-c .topmenuc .logoc {
	width: 300px;
	float: left;
	height: 40px;
	overflow: hidden;
	z-index: 500;
	margin-top: 5px;
	margin-left:2%;
}

.head-tmenu-c .topmenuc .logoc a {
	width: 300px;
	height: 40px;
	display: block;
	background: url(../images/logo.png) no-repeat left center;
	text-indent: -10000px;
	background-size: auto 100%;
}

.head-tmenu-c .topmenuc ul.tmenu {
	overflow: hidden;
	margin-left: 10px;
	float: left;
	padding-top: 17px;
}

.head-tmenu-c .topmenuc ul.tmenu li {
	width: 100px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	float: left;
	border-right: 1px solid #333;
	overflow: hidden;
}

.head-tmenu-c .topmenuc ul.tmenu li a {
	font-size: 14px;
	color: #eee;
	font-family: 'microsoft yahei';
	font-weight: 500;
}

.head-tmenu-c .topmenuc ul.tmenu li a.bt {
	font-size: 14px;
	color: #fff;
}
.menuli{
	width: 1130px;
	height: auto;
	margin: 0 auto;
}
.menuli li{
	width: 120px;
	height: 36px;
	line-height: 36px;
	float: left;
	overflow: hidden;
}
.menuli li:nth-child(1){
	border-radius: 2px 0 0 0;
	-moz-border-radius-topleft: 2px;
}
.menuli li:nth-child(4){
	border-radius: 0 2px 0 0;
	-moz-border-radius-bottomright: 2px;
}
.menuli li a{
	display: block;
	text-align: center;
	background: #282828;
	font-size: 14px;
	text-align: center;
}
.menuli li.cur a{
	background: #ff820f;
	background-image: linear-gradient(-20deg, #cd4908 0%, #ff820f 100%);
	font-size: 16px;
	color: #ffffff;
}
.menuw {
	width: 1130px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.menuw .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menuw .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: #FFFFFF;
}

.menuw .r {
	display: inline;
	float: left;
	width:100%;
	overflow: hidden;
	background: #282828;
}

.menuw .r ul {}

.menuw .r ul li {
	display: inline;
	float: left;
	width: 11.111111%;
}
.menuw .r ul li:nth-of-type(even){
	background: #222222;
}
.menuw .r ul li span {
	display: block;
	text-align: center;
	background: #b61500;
	color: #fff;
	padding: 6px 12px;
	width: 94px;
}

.menuw .r ul li a {
	width: 96%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	padding: 10px 2%;
}

.menuw .r ul li a:hover,.menuw .r ul li a.cur {
	background: #fff !important;
	color: #000 !important;
}
.menuw .r ul li a:hover .catnametit,.menuw .r ul li a.cur .catnametit{
	color: #000 !important;
}
.catnametit{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}

.contlistw {
	width: 1130px;
	margin: 0px auto;
	overflow: hidden;
}

.contlistw .catdiv {
	width: 100%;
	height: 40px;
}

.contlistw .catdiv .left {
	width: auto;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.contlistw .catdiv .right {
	height: 100%;
	float: right;
}

.contlistw .catdiv .right .catmore {
	display: block;
	width: 50px;
	height: 20px;
	margin-top: 10px;
	background: url(../images/svg/more.svg) no-repeat right center;
	background-size: auto 100%;
}

.contlistw .catdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(../images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	float: left;
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
}

.contlistw ul {
	width: 1144px;
	margin-left: -1.2%;
}

.contlistw li {
	width: 23.8%;
	display: inline;
	float: left;
	margin-left: 1.2%;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 2px 2px 4px 4px;
}
.contlistw li a{
	/* display: block;
	border-radius: 2px 2px 0px 0px;
	overflow: hidden; */
}

.contlistw li a:hover .tits {
	background: #ff820f;
	background-image: linear-gradient(-20deg, #cd4908 0%, #ff820f 100%);
	color: #ffffff;
}

.contlistw li .tits {
	width: 94%;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #222222;
	color: #999;
	padding: 0 3%;
	text-align: center;
}

.contlistw li img {
	width: 100%;
	height: 154px;
	max-height: 154px;
	background: url(../images/loading.gif) #222222 no-repeat center;
	background-size: 30px auto;
	display: inline-block !important;
}
.contlistw li .tips{
	line-height: 22px;
	background: #222;
	padding: 2px 6px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contlistw li .tips a{
	margin-right: 5px;
	font-size: 12px;
}
.contlistw li .tips a:hover{
	color: #FFFFFF;
}
.footlink {
	width: 1108px;
	height: auto;
	color: #666;
	font-size: 12px;
	background: #222;
	margin: 20px auto 0;
	border-radius: 3px;
	padding: 12px 10px;
	line-height: 20px;
	border:1px solid #252525;
}

.footlink span {
	position: relative;
	display: block;
	float: left;
	padding: 5px 12px 5px 20px;
	font-size: 14px;
	color: #ff820f;
}

.footlink span i {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/svg/link.svg) no-repeat center;
	background-size: auto 100%;
	left: 0;
	top: 6px;
}

.footlink a {
	display: block;
	float: left;
	padding: 5px 12px;
}

.footlink a:hover {
	color: #ccc;
}

.footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #444;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
	background: #222;
	border-top: 1px solid #282828;
}

.fenlan-r {
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	background: #333;
}
#pageNum { font-size: 14px; padding-bottom: 25px; padding-top: 20px; text-align: center; }
#pageNum a { text-decoration: none; padding: 5px 10px; margin: 0 6px; border: 1px solid #282828; background: #222; color: #999; border-radius: 4px;}
#pageNum a:hover { background: #fff; color: #000; border: 1px solid #fff; }
#pageNow a { cursor: not-allowed; background: #000!important; color: #fff!important; font-weight: bold; border: 1px solid #000; }
#page #pageNum, #big-page #pageNum { font-size: 14px; text-align: center; padding-bottom: 25px; padding-top: 20px; border: none; }
#page #pageNum a, #big-page #pageNum a { text-decoration: none; padding: 4px 6px; margin: 0 5px; border: 1px solid #ccc; background: #fff; color: #333; }

.catpos {
	width:1130px;
	height: 20px;
	margin: 20px auto 0;
}

.catpos .left {
	width: auto;
	line-height: 20px;
	font-size: 14px;
	float: left;
}
.catpos span.jiantou {
	width: 10px;
	height: 10px;
	background: url(../images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
.showcontw{
	width: 1130px;
	margin-left:auto ;
	margin-right:auto ;
}
.showcontw #showimg{
	position: relative;
}
.showcontw #showimg img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.showcontw #showimg a.pver,.showcontw #showimg a.next{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
}
.showcontw #showimg a.pver{
	background: url(../images/svg/pver.svg) no-repeat center;
	background-size: auto 100%;
	left:-72px;
	top:50%;
	margin-top: -20px;
}
.showcontw #showimg a.next{
	background: url(../images/svg/next.svg) no-repeat center;
	background-size: auto 100%;
	right:-72px;
	top:50%;
	margin-top: -20px;
}
.showcontw .showsize{
	width: 1130px;
	margin-left:auto ;
	margin-right:auto ;
	background: #2d2d2d;
	overflow: hidden;
}
.showcontw .showsize li{
	width:102px;
	display: inline;
	float: left;
	overflow: hidden;
}
.showcontw .showsize li.bt{
	width:108px !important;
	border: 1px solid #ff820f;
	background: #ff820f;
	background-image: linear-gradient(-20deg, #cd4908 0%, #ff820f 100%);
	color: #ffffff;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}
.showcontw .showsize li a{
	display: block;
	line-height: 36px;
	padding: 0 12px;
	border: 1px solid #353535;
	font-size: 12px;
	text-align: center;
	margin:-1px auto auto -1px;
}
.showcontw .showsize li a:hover{
	border: 1px solid #ff820f;
	background: #ff820f;
	background-image: linear-gradient(-20deg, #cd4908 0%, #ff820f 100%);
	color: #ffffff;
	font-size: 14px;
}
.showcontw .colorshow{
	width: 100%;
	height: 10px;
}
.showcontw .colorshow a{
	display: inline-block;
	height: 10px;
	float: left;
}
.showcontw .colorshow a:hover{
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}
.showtitle{
	width: 1130px;
	margin: 20px auto 0 auto;
	line-height: 36px;
	height: 36px;
	position: relative;
}
.showtitle .morew{
	width: 130px;
	line-height: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.showtitle .morew a{
	display: block;
	background: #ff820f;
	background-image: linear-gradient(-20deg, #cd4908 0%, #ff820f 100%);
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.55);
	border-radius: 2px;
}
.showtitle h2{
	font-size: 24px;
	color: #fff;
	float: left;
}
.showtitle .editw{
	float: left;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 30px;
}
.showtaglistw{
	width: 100%;
	line-height: 35px;
	font-size: 12px;
	background: #282828;
}
.showtaglistw a,.showtaglistw span{
	display: block;
	float: left;
	text-align: center;
	padding: 0 12px;
	margin: 5px 6px;
}
.showtaglistw a:hover{
	color:#fff;
}
.showtaglistw span{
	color: #ff820f;
}
.loadimgw{
	width: 100%;
	height: 100%;
	position: relative;
}
.my-slide {
	height: 332px;
}
.my-slide a{
	display: block;
}
.my-slide img {
	width: 100%;
	height: 332px;
}
.menucolor{
	width: 1130px;
	margin: 10px auto;
}
.menucolor a{
	width: 7.69%;
	display: inline-block;
	float: left;
	height:14px;
}
.menucolor a:hover{
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}
.taglist-w-0703{
				
}
.taglist-w-0703 a{
	width: 20%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	float: left;
	background: #282828;
}
.taglist-w-0703 a:nth-of-type(odd){
	background: #222222;
}
.taglist-w-0703 a .photo-l{
	width: 70px;
	height: 70px;
	margin: 20px;
	display: inline;
	float: left;
}
.taglist-w-0703 a .photo-l img{
	width: 70px;
	height: 70px;
	border-radius: 80px;
	object-fit: cover;
}
.taglist-w-0703 a .text-r{
	display: inline;
	float: left;
	padding: 30px 20px 30px 0;
}
.taglist-w-0703 a .text-r p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 96px;
}
.taglist-w-0703 a .text-r p.tit{
	color: #fff;
	font-size: 18px;
	height: 28px;
}
.taglist-w-0703 a .text-r p.picnum{
	color: #999;
}
.indexmovenew{
	padding: 8px 30px;
	background: #222222;
	color: #ffffff;
	margin: 10px auto 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	max-width: 300px;
	border-radius: 5px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.55);
}
.indexmovenew:hover{
	background: #ff820f;
	background-image: linear-gradient(-20deg, #cd4908 0%, #ff820f 100%);
}