*html {
	background-image: url(about:blank);
	background-attachment: fixed;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Arial, 'Microsoft YaHei', \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #666;
	text-decoration: none
}
a:hover{
	color: #999
	
}

fieldset,
img {
	border: 0;
	vertical-align: -2px;
}

q:before,
q:after {
	content: ''
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
input::-webkit-input-placeholder {
	color: #fff;
}
/*input::-webkit-input-placeholder {
　　color: #fff;
}*/
input:-moz-placeholder {
　　color: #fff;
}
input::-moz-placeholder {
　　color: #fff;
}
input:-ms-input-placeholder {
　　color: #fff;
}
.clearfix {
	zoom: 1
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left
}

.fr {
	float: right
}
/*公用标题*/
.main-tit{
	position: relative;
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	padding: 15px 0;
	color: #c22820;
}
.main-tit h3{float:left;}
.main-tit .more{
	float: right;
	font-size: 12px;
	color: #666;
        margin-top:5px;
}


/* 顶部 */
.header-top{
	padding: 10px 0;
	color: #999;
	background: #f7f7f7;
        overflow:hidden;
}
.header-top span i{
	color: #c22820
}
.header-top .link{
	float: right;
}
.header-top .link a{
	margin: 0 5px;
	color: #999
}
/* 头部 */
.header{
	position: relative;
	padding: 24px 0;
	min-width: 1200px;
}
.header .logo{
	float: left;
}
.header .search-box{
	float: right;
	margin-top: 20px;
	border: 1px solid #eeeeee;
	background: #f7f7f7;
}
.header .search-box .text{
	margin: 10px 0 0 10px;
	width: 300px;
	border: none;
	background: none;
	height: 24px;
	line-height: 24px
}
.header .search-box .btn{
	height: 40px;
	width: 40px;
	float: right;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	background: url(../images/icon-search.png) center center no-repeat #c22820;
}
/* 主导航 */
.mian-nav{
	background: #c22820;
}
.mian-nav li{
	float: left;
	width: 12.5%;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 56px;
}
.mian-nav li a{
	display: block;
	text-align: center;	
	color: #fff
}
.mian-nav li{
	position: relative;
}
.mian-nav li .dropdown{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	background: #c22820
}
.mian-nav li .dropdown li{
	float: none;
	width: 100%;
	font-size: 14px;
}

.mian-nav li:hover a,.mian-nav li.on a{
	background: #ae1f18;
}
.mian-nav li:hover .dropdown{
	display: block;
}
.mian-nav li .dropdown li{
	border: none;
}
.mian-nav li .dropdown a{
	background: #c22820
}
.mian-nav li .dropdown a:hover{
	display: block;
	background: #ae1f18;
}


/* 首页样式 */
.index-row1 {
	margin-bottom: 25px;
}
.index-row1 .c1{
	float: left;
	width: 910px;
}
.index-row1 .c1 li{
	float: left;
	width: 33.3%;
}
.index-row1 .c1 li a{
	display: block;
	width: 280px;
}
.index-row1 .c1 li .pic{
	border: 3px solid #f7f7f7;
}
.index-row1 .c1 li .pic img{
	width: 100%;
	height: 156px;
}
.index-row1 .c1 li .text{
	line-height: 26px
}
.index-row1 .c1 li .desc{
	font-size: 13px;
	color: #666;
	height: 52px;
	overflow: hidden;
}
.index-row1 .c1 li .more{
	margin-top: 10px;
}
.index-row1 .c1 li .more span{
	display: inline-block;
	line-height: 34px;
	border: 1px solid #c22820;
	color: #c22820;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 12px;
}
.index-row1 .c2{
	float: right;
	width: 290px;
	margin-top: -5px;
	font-size: 13px;
}
.index-row1 .c2 li{
	padding: 5px 0;
	border-bottom: 1px dotted #ddd
}

.index-row1 .c2 li .date{
	font-size: 12px;
	color: #d9d9d9
}
.index-row1 .c2 li .tit{
	line-height: 26px;
	height: 52px;
	overflow: hidden;	
}
.index-row1 .c2 li .more{
	font-size: 12px;
	color: #c22820
}
.index-row2{
	padding: 20px 0;
	background: #f7f7f7
}
.index-row2 .c1{
	float: left;
	width: 386px;
	position: relative;
}
.index-row2 .c1 .hd{
	position: absolute;
	z-index: 1;
	left: 85px;
	line-height: 26px;
	top: 15px;
}
.index-row2 .c1 .hd li{
	float: left;
	padding: 0 10px;
	cursor: pointer;
	margin-right: 10px;
}
.index-row2 .c1 .hd li.on{
	background: #c22820;
	color: #fff;
	border-radius: 5px
}
.index-row2 .c1 .headline{
	margin-bottom: 10px;
}
.index-row2 .c1 .headline .pic{
	float: left;
	width: 150px;
	padding: 5px;
	background: #fff;
	border-radius: 3px
}
.index-row2 .c1 .headline .pic img{
	width: 100%;
	height: 105px;
}
.index-row2 .c1 .headline .text{
	margin-left: 175px;
	line-height: 28px
}
.index-row2 .c1 .headline .tit,.index-row2 .c1 .headline .more{
	color: #c22820
}
.index-row2 .c1 .headline .desc{
	font-size: 13px;
	height: 56px;
	overflow: hidden;
}
.index-row2 .c1 .headline .more{
	font-size: 12px;
}
.index-row2 .list li{
	line-height: 28px;
}
.index-row2 .list li .date{
	float: right;
}

.index-row2 .c2{
	float: left;
	width: 386px;
	margin-left: 20px;
}
.index-row2 .c2 .list{
	background: url() bottom center no-repeat;
}
.index-row2 .c2 dl{
	float: left;
	width: 88px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #dedede;
	padding: 10px;
	background: #fff;
	margin: 7px;
}
.index-row2 .c2 dl dt{
	height: 44px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.index-row2 .c2 dl.on,.index-row2 .c2 dl:hover{
	border: 1px solid #c22820;
}
.index-row2 .c2 dl.on a,.index-row2 .c2 dl:hover a{
	color: #c22820;
}
.index-row2 .c2 .dl1 dt{
	background-image: url(../images/icon-infor1.png)
}
.index-row2 .c2 .dl2 dt{
	background-image: url(../images/icon-infor2.png)
}
.index-row2 .c2 .dl3 dt{
	background-image: url(../images/icon-infor3.png)
}
.index-row2 .c2 .dl4 dt{
	background-image: url(../images/icon-infor4.png)
}
.index-row2 .c2 .dl5 dt{
	background-image: url(../images/icon-infor5.png)
}
.index-row2 .c2 .dl6 dt{
	background-image: url(../images/icon-infor6.png)
}
.index-row2 .c2 .dl1:hover dt,.index-row2 .c2 .dl1.on dt{
	background-image: url(../images/icon-infor1-on.png)
}
.index-row2 .c2 .dl2:hover dt,.index-row2 .c2 .dl2.on dt{
	background-image: url(../images/icon-infor2-on.png)
}
.index-row2 .c2 .dl3:hover dt,.index-row2 .c2 .dl3.on dt{
	background-image: url(../images/icon-infor3-on.png)
}
.index-row2 .c2 .dl4:hover dt,.index-row2 .c2 .dl4.on dt{
	background-image: url(../images/icon-infor4-on.png)
}
.index-row2 .c2 .dl5:hover dt,.index-row2 .c2 .dl5.on dt{
	background-image: url(../images/icon-infor5-on.png)
}
.index-row2 .c2 .dl6:hover dt,.index-row2 .c2 .dl6.on dt{
	background-image: url(../images/icon-infor6-on.png)
}
.index-row2 .c3{
	float: right;
	width: 386px;

}
.index-row2 .c3 .item{
	border: 1px solid #ddd;
	margin-bottom: 20px
}
.index-row2 .c3 .item img{
	vertical-align: middle;
	width: 100%;
height:129px;
}
.index-row3 .list {
	margin: 0 -19px 30px;
}
.index-row3 .list li{
	float: left;
	width: 20%;
}
.index-row3 .list li a{
	display: block;
	margin: 0 19px;
	padding-bottom: 20px;
	background: url(../images/shadow.png) no-repeat bottom center
}
.index-row3 .list li .pic img{
	width: 100%;
	height: 150px;
}
.index-row3 .list li .tit{
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 44px;
}

.footer{
	background: #383637;
	min-width: 1200px;
}
.footer .wrap{
	padding: 30px 0;
	color: #fff;
}
.footer dt{margin-bottom:20px;font-size:20px;}
.footer li{float:left;margin-right:20px;}
.footer li a{color:#666;}
.footer .links{
	float: left;
}
.footer .links dl{
	float: left;
	width: 110px
}
.footer .links dl.contact{
	width: auto;
}
.footer .links dl dt{
	font-size: 16px;
	margin-bottom: 10px;
}
.footer .links dl li{
	line-height: 26px;
	opacity: .5;
}
.footer .links dl  a{
	color: #fff;
}
.footer .links dl .indent{
	text-indent: 4.5em;
}

.footer .qr{
	float: right;
	width: 300px;
	margin-top: 15px;
}
.footer .qr .pic{
	float: left;
	margin-left: 15px;
	text-align: center;
	width: 125px;
}
.footer .qr .pic p{
	line-height: 30px
}
.copy-right{
	text-align: center;
	background: #000;
	line-height: 14px;
	color: #fff;
       padding:13px 0;+
}




/*内页 这个往下不要的删掉*/
.inner-banner img{
	max-width: 100%;
	vertical-align: middle;
}

.container .wrap{
	width: 1180px;
	padding-right: 20px;
	background: #fff;
}
.leftbar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 1;
	border: 1px solid #edfcfc;
	border-top: none;
}
.leftbar .hd{
	height: 62px;
	background: #1369c0;
	padding: 1px 10px;
}
.leftbar .hd h2{
	float: left;
	line-height: 62px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	
}

.leftbar .bd{
	background: url() bottom right no-repeat #fff;
}
.leftbar .bd li{
	margin-bottom: 2px;
}
.leftbar .bd li a{
	display: block;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid transparent;
}
.leftbar .bd li.on a,.leftbar .bd li a:hover{
	border-left: 10px solid #1369c0;
	background: #e0eefc;
}

.main{
	width: 900px;
	float: right;
}
.main .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #1369c0;
}
.main .inner-title h2{
	font-size: 30px;
	color: #1369c0;
}
.main .inner-title .bread{
	float: right;
	color: #999;
}
.main .inner-title .bread a{
	color: #999;
}
.main .inner-title .bread span{
	color: #1369c0;
}

.main .text-list ul{
	padding: 10px 0;
}
.main .text-list li{
	line-height: 60px;
	border-bottom: 1px dashed #e6e6eb;
	padding-left: 30px;
	background: url() left center no-repeat;
}
.main .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #999;
}



.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 150px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 180px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #1369c0;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #1369c0;
}

.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 52px;
	text-indent: 2em;
}
.detail-box img{
	max-width: 100%;
	margin: 20px 0;
}
.detail-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.detail-infor{
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}
.detail-infor span{
	margin: 0 40px;
}

.page{
	margin: 30px 0;
}
.page .total{
	margin-right: 144px;
}
.page .now em{
	color: #f00
}
.page ul{
	float: right;
}
.page ul li{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
}
.page ul li.on,.page ul li.on a{
	
	color: #f00;
}