body {
	overflow-x: hidden;
	background-attachment: scroll;
	background-image: url(../images/borw_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3F3F3;
	font-family: "Microsoft YaHei";
}
.w1080 {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.sub-banner {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}
.fixednav {position: fixed;top:0;left: 50%;z-index: 99999;width:1080px;margin-left: -540px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 30px 2px rgba(79, 172, 254, 0.12);
	box-shadow: 0 5px 30px 2px rgba(79, 172, 254, 0.12);
}
.subnav {
	background-color: #FFFFFF;
	height: 40px;
	margin-top: 150px;
	width:1080px;
}
.subnav ul{
	height: 40px;
	margin-bottom: 20px;
}
.subnav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
}
.subnav ul li a{
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	text-decoration: none;
	height: 40px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subnav ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699cc;
}
.subnav ul li a.cur{
	color: #FFFFFF;
	background-color: #6699cc;
}
.sub-nav {
	background-color: #FFFFFF;
	height: 70px;
}
#nav {
	position: relative;
	width: 100%;
	text-align: center;
	list-style-type: none;
	background-color: #FFFFFF;
	height: 70px;
	z-index: 999;
}
#nav li {
	display: block;
	*display: inline;
	zoom: 1;
}
#nav a {
	display: block;
	color: #37699b;
	text-align: center;
	text-decoration: none;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 70px;
	height: 70px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}
#nav .current a {
	color: #FFFFFF;
	background-color: #37699b;
}

.sub-cont-txt {
	padding: 25px;
	background-color: #FFFFFF;
}
.sub-cont-txt img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.location {
	background-image: url(../images/lac1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 40px;
	color: #070707;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1030px;
}
.location a {
	color: #666666;
	text-decoration: none;
}
.location a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.sub-cont {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.contact {
	padding: 25px;
	background-color: #FFFFFF;
}
.contact .c-title {
	height: 263px;
	width: 239px;
	background-color: #3774b1;
	padding-top: 50px;
	float: left;
	margin-bottom: 25px;
}
.contact .c-title h1 {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	float: left;
	display: block;
	width: 100%;
}
.contact .c-title p {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: 0px;
	width: 100%;
}
.contact .c-list {
	float: left;
	height: 313px;
	width: 219px;
	background-color: #efefef;
	margin-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, "Microsoft YaHei";
	color: #333333;
	line-height: 22px;
	
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s;
	cursor:pointer
}
.contact .c-list:hover{
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	color: #FFFFFF;
	background-color: #3d88d3;
}
.contact .last{
	float: left;
	height: 313px;
	width: 219px;
	margin-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, "Microsoft YaHei";
	line-height: 22px;
	
	color: #FFFFFF;
	background-color: #3774b1;
}
.contact .last h2 {
	font-size: 16px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contact .last .name i {
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	margin-right: 6px;
	font-weight: 600;
}
.contact .last .name {
	font-size: 14px;
}
.contact .last .mob {
	padding-left: 70px;
	font-size: 14px;
}
.contact .last .qq {
	padding-left: 70px;
	margin-bottom: 10px;
	background-image: url(../images/qq1.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	font-size: 14px;
}
.contact .last .add {
	font-size: 13px;
}
.contact .c-list:hover h2{
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.contact .c-list:hover .qq{
	background-image: url(../images/qq1.png);
}
.contact .c-list h2 {
	font-size: 16px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contact .c-list .name i {
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	margin-right: 6px;
	font-weight: 600;
}
.contact .c-list .name {
	font-size: 14px;
}
.contact .c-list  .mob {
	padding-left: 70px;
}
.contact .c-list  .qq {
	padding-left: 70px;
	margin-bottom: 10px;
	background-image: url(../images/qq.png);
	background-repeat: no-repeat;
	background-position: 50px center;
}
.contact .c-list .add {
	font-size: 13px;
}

.sub-cont-txt td{font-size: 14px;line-height: 25px;color: #666;padding:20px 20px 20px 0;}
.sub-cont-txt p{font-size: 13px;line-height: 20px;margin-top: 10px;}
.zc {
	padding: 25px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.zc .img {
	text-align: center;
}
.zc h1 {
	font-family: "Microsoft YaHei";
	font-size: 32px;
	line-height: 50px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6699cc;
	display: block;
	height: 50px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius:22px;
}
.zc .tel {
	background-image: url(../zc/tel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	padding-right: 220px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: #6d7072;
	font-family: "Microsoft YaHei";
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zc .zcnav {
	background-image: url(../zc/zc1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 435px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.zc .zcnav .n1 {padding-top: 40px;}
.zc .zcnav .n1 a {
	margin-right: auto;
	margin-left: auto;
	color: #336799;
}
.zc .zcnav .n1 a:hover{} 
.zc .zcnav .n2 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.zc .zcnav .n2 a{
	color: #FFFFFF;
}
.zc .zcnav .n2 a:hover{} 
.zc .zcnav .n4 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.zc .zcnav .n4 a{
	color: #336799;
}
.zc .zcnav .n4 a:hover{} 
.zc .zcnav .n3 {
	padding-top: 20px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
.zc .zcnav .n3 a{
	padding-top: 10px;
	color: #FFFFFF;
}
.zc .zcnav .n3 a:hover{} 
.zc .zcnav .n5 {padding-top: 20px;}
.zc .zcnav .n5 a {
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	width: 120px;
}
.zc .zcnav .n5 a:hover{} 
.zc .zcnav a {
	display: block;
	height: 50px;
	width: 110px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	position: relative;
	text-decoration: none;
}
.zc .zcnav a:hover{} 
.zc .zcnav .n1 a:before{
	background-color: #336799;
}
.zc .zcnav .n2 a:before{
	background-color: #FFFFFF;
}
.zc .zcnav .n3 a:before{
	background-color: #FFFFFF;
}
.zc .zcnav .n4 a:before{
	background-color: #336799;
}
.zc .zcnav .n5 a:before{
	background-color: #FFFFFF;
}
.zc .zcnav a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
} 
.zc .zcnav a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}  
.zclist {
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 20px;
}
.zclist .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0ebf5;
	padding: 0px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.zclist .title h3 {
	font-size: 22px;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
	font-weight: normal;
	color: #6699cc;
}
.zclist .content {padding-top: 10px;}
.zclist .content .type {
	height: 136px;
	width: 183px;
	font-size: 25px;
	line-height: 136px;
	color: #FFFFFF;
	text-align: center;
}
.zclist .content .t1 {	background-image: url(../zc/t1.png);}
.zclist .content .t2 {	background-image: url(../zc/t2.png);}
.zclist .content .t3 {	background-image: url(../zc/t3.png);}


.zclist .list {
	background-color: #FFFFFF;
	display: block;
}
.zclist .list li{
	display: block;
	margin-bottom: 30px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	cursor:pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s;
}

.zclist .list li:hover{background-color: #669ACC;}
.zclist .list li:hover .time{color: #FFF;}
.zclist .list li:hover .time span{color: #FFF;}
.zclist .list li:hover .content a{color: #FFF;}
.zclist .list li:hover .content p{color: #FFF;}
.zclist .list .time {
	display: block;
	float: left;
	height: 68px;
	width: 68px;
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
	text-align: center;
	margin-right: 20px;
}
.zclist .list .time span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #999999;
	text-align: center;
	height: 50px;
	display: block;
	line-height: 50px;
}
.zclist .list .content {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 660px;
}
.zclist .list .content a {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.zclist .list .content a:hover {
	color: #0076CA;
	text-decoration: underline;
}

.zclist .list .content p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #4E4E4E;
}
.zclist .c1 {background-color: #f5f5f5;}
.zclist .c2 {background-color: #fbfbfb;}
.zclist .content .more {
	background-color: #b5b5b5;
	text-align: center;
	height: 40px;
	width: 180px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:25px;
}
.zclist .content .more:hover{
	background-color: #669ACC;
} 
.jz {
}
.jz .jz-div {
	background-image: url(../jz/jz-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 690px;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.jz .jz-div .title {
	background-image: url(../jz/1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	font-size: 30px;
	color: #090909;
	text-align: center;
}
.jz .jz-div .content {
	padding-top: 50px;
	position: relative;
}
.jz .jz-div .content table {
	height: 450px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
.jz .jz-div .type {
	background-color: #336699;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.jz .jz-div .xm {
	font-size: 20px;
	color: #060606;
}
.jz .jz-div .td {
	font-size: 20px;
	font-weight: bold;
	color: #d6024c;
	padding-left: 85px;
}
.pl85{padding-left: 85px}
.pl55{padding-left: 55px}
.jz .jz-div .td1 {
	font-size: 20px;
	color: #1d1d1d;
}
.jz .jz-div i{
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.jz .jz-div .b1{background-image: url(../jz/b1.png);}
.jz .jz-div .b2{background-image: url(../jz/b2.png);}
.jz .jz-div .b3{background-image: url(../jz/b3.png);}
.jz .jz-div .b4{background-image: url(../jz/b4.png);}
.jz .jz-div .jzbg1{	background-color:rgba(255, 255, 255, 0.3);}
.jz .jz-div .jzbg2{ background-color:rgba(255, 255, 255, 0.1);}
.jz .jz-div .vs {
	background-image: url(../jz/vs.png);
	height: 100px;
	width: 100px;
	position:absolute;
	top: 50%;
	text-align: center;
	margin-top: -50px;
	left: 50%;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: -50px;
	z-index: 1000;
}
.jz .pro {
	padding-left: 55px;
	padding-bottom: 30px;
	background-image: url(../jz/jz-bg2.jpg);
	height: 680px;
	margin-bottom: 20px;
	padding-top: 30px;
}
.jz .pro .prolist {
	height: 290px;
	width: 293px;
	float: left;
	position: relative;
	margin-top: 30px;
	
}
.jz .pro .prolist:hover .more{
	font-weight: bold;
}
.jz .pro .prolist:hover .info{

}

.jz .pro .prolist .img {
	height: 100px;
	width: 100px;
	text-align: center;
	margin-right: -50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius:50%;
	position: absolute;
	top: 0px;
	right: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
.jz .pro .prolist .img span{
	height: 60px;
	width: 80px;
	text-align: center;
	padding-top: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius:50%;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}
.jz .pro .prolist .info {
	background-color: #8C8C8C;
	margin-top: 40px;
	padding-top: 60px;
	color: #FFFFFF;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s;
	cursor: pointer
}
.jz .pro .prolist .info h3 {
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
}
.jz .pro .prolist .info .pirce {
	font-size: 32px;
	text-align: center;
	font-family: Arial, "Microsoft YaHei";
	line-height: 60px;
	height: 60px;
}
.jz .pro .prolist .more {
	display: block;
	height: 58px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	line-height: 58px;
	text-align: center;
	color: #FFFFFF;
}


.jz .pro .prolist .p1{background-color: #35af7c;}
.jz .pro .prolist .p2{background-color: #74c370;}
.jz .pro .prolist .p3{background-color: #f86d0d;}
.jz .pro .prolist .p4{background-color: #4c869c;}
.jz .pro .prolist .p5{background-color: #f1635f;}
.jz .pro .prolist .p6{background-color: #3f9bc6;}
.jz .cwxm {
	background-image: url(../jz/jz-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	padding-top: 82px;
	padding-left: 90px;
}
.jz .cwxm ul {
	display: block;
	float: left;
	width: 300px;
}
.jz .cwxm li {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	line-height: 40px;
	color: #0e0e0e;
	display: block;
	background-image: url(../jz/ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}
.jz .lc {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.wrap{
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #efefef;
	padding-bottom: 10px;
	padding-top: 10px;
}
.list_litpic{
	width: 220px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #efefef;
	padding: 3px;
}
.list_litpic img {
	height: 130px;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
.list_litpic1{
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.list_litpic1 img {
	height: 160px;
	width: 160px;
	margin: 0px;
	padding: 3px;
	border: 1px solid #efefef;
}
#list .img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 100px;
	width: 100px;
	float: left;
	display: block;
}

#list {
	padding: 0px;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Microsoft YaHei";
}

#list ul{display:block;	margin: 0px; padding: 0px;}
#list li{display:block;	margin: 0px; padding: 0px;}
#list li.touch{background-color:#f4f4f4;-moz-box-shadow:0px 2px 4px #ccc inset;-o-box-shadow:0px 2px 4px #ccc inset;-webkit-box-shadow:0px 2px 4px #ccc inset;box-shadow:0px 2px 4px #ccc inset}
#list li .alist{
	display:block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#list li .alist:hover{
	text-decoration: none;
	color: #333333;
}
.list_info{
	float: left;
	width: 750px;
	padding-left: 30px;
}
.list_info h4{
	font-size: 18px;
	font-weight: 500;
	height: 35px;
	line-height: 35px;
	color: #282828;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.list_info h4:hover {
	color: #FF6600;
	text-decoration: underline;
}

.list_info h5{
	line-height:20px;
	font-size:12px;
	color:#727171;
	font-weight: normal;
	font-family: "Microsoft YaHei";
	margin: 0px;
	padding: 0px;
}
.list_info_i{
	height:20px;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list_info_i dl{display:block;height:20px;float:left;margin-right:10px}
.list_info_i dt{display:block;width:20px;height:20px;float:left;margin-right:2px}
.list_info_i dd{display:block;height:20px;float:left;line-height:20px;font-size:10px;color:#a7a7a7}
.list_info_i .list_info_views dt{background-position:0 -21px}
.list_info_i .list_info_comment dt{background-position:-25px -20px}
.list_info_i .list_info_like dt{background-position:-50px -21px}
.list_info_i .list_info_time dt{background-position:-72px -148px}
.bangmang_list_more .list_info_i{margin-top:0}
.list_info_i .list_info_time{float:right}
.pagination {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}

.pagination a{
	display: inline-block;
	float: left;
	height: 25px;
	margin-right: 10px;
	font-weight: normal;
}
.pagination a,
.pagination span {
	float: none;
	background: none;
	color: #2e2e2e !important;
	border: 1px solid rgba(0,0,0,0.35);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.pagination a:hover,
.pagination a:focus,
.pagination a.active,
.pagination .active span {
	color: #ffffff !important;
	border: 1px solid #6699cc;
	background-color: #6699cc;
	height: 25px;
}


.menu_back2,.menu_slide,#us_panel2 td i,.send_msg_to,.menu_refresh,#post_comment_btn,.menu_back,.menu_share,.menu_open,.search_open,.list_info_i dt,#menu ul li a b,.hd .fr,.reg_bar_close,.login_bar_close,.reg_bar .fl i,#weibo_app i,#qq_connect i,.login_bar .fl i,.share_sina,.share_guangbo,.share_douban,.content_info_more,.header_more dt,.works_view dt,#add_f i,.works_link dt,.visit_site a i,.add_friend,.remove_friend,.rela_friend,.user_menu dt,#user_menu li a .fl i,.home_profile_local i,.home_profile_c a i,.remove_msg,.reply_msg_post{
	background-size:500px 500px;
	background-image: url(icons.png);
	background-repeat: no-repeat;
}
.info_title{height:30px;display:block;overflow:hidden;line-height:32px;font-size:14px;text-indent:7px}
#works .list_info_i{margin:0 0 10px 7px}
.works_view dt{background-position:-70px -148px}
.fl{float: left;}
.newtitle {
	font-family: "Microsoft YaHei";
	font-size: 1.4em;
	color: #333333;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.c {
	margin-right: auto;
	margin-left: auto;
	width: 135px;
}
.new_text {
	padding: 10px;
	margin-bottom: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	
}
.new_text img{
	display: block;
	height: auto;
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.err {
	background-image: url(../images/err.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	background-position: 50px center;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 100px;
	color: #999999;
	padding-left: 120px;
}
.shownews{
	padding: 20px;
	font-family: Arial, "Microsoft YaHei";
}
.shownews .newinfo {
	background-color: #F9F9F9;
	text-align: center;
	height: 25px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 25px;
	color: #ADADAD;
	margin-top: 20px;
	margin-bottom: 20px;
}
.shownews .news_text{
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
.shownews .news_text img{
	display: block;
	height: auto;
	max-width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
}
.shownews  h1 {
	font-size: 22px;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 50px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #DFDFDF;
	color: #333333;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}
.subbanner{
	height: 200px;
	background-image: url(../img/subg.jpg);
}
.sub-text {
	padding: 25px;
	font-size: 13px;
}
.sub-text h1{
	color: #333333;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
}
.sub-text h2{}
.sub-text h3{}
.sub-text h4{}
.sub-text h5{}
.sub-text h6{}
.sub-text p{}
.sub-text img{}
.sub-text span{}
.sub-text font{}
.sub-text i{}
.sub-text table{}
.sub-text td{}
.sub-text tr{}
.sub-text th{}
.sub-text ul{}
.sub-text li{}
.sub-text b{}
