﻿@charset 'utf-8';

body{
	min-width: 1200px;
	background: #f7f7f7 url(../images/bg.png) top center no-repeat;
}

/* 头部 */
.header{
	margin-top: 106px;
	height: 160px;
	background: url(../images/bg1.png);
}
.header .logo{
	display: inline-block;
	margin-top: 36px;
	margin-left: 38px;
}
.search-box{
	width: 360px;
	height: 48px;
	border-radius: 4px;
	background: url(../images/bg2.png);
	margin-top: 40px;
	margin-right: 24px;
}
.search-box input{
	padding: 0 14px;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	width: 288px;
}
.search-box button{
	width: 44px;
	height: 48px;
	background: url(../images/ic2.png) center no-repeat;
}
.nav{
	background: #d31b2a;
	height: 58px;
	line-height: 58px;
}
.nav a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	min-width: 64px;
	padding: 0 32px;
	background: url(../images/ic1.png) left center no-repeat;
}
.nav a:first-child{
	background: none;
}
.nav a.cur,.nav a:hover{
	color: #def618;
}
/* 当前位置 */
.local{
	padding: 16px 24px;
	background: #fcf6f6;
}
.local img{
	margin-right: 10px;
}
.local span,.local a{
	color: #999999;
	font-size: 14px;
}
.local .arrow{
	display: inline-block;
	margin: 0 4px;
}
.local .cur,.local a:hover{
	color: #d31b2a;
}
/* 页码 */
.page-box{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
.page-box .total{
	color: #333333;
	font-size: 16px;
}
.page-box .total span{
	display: inline-block;
	margin: 0 4px;
	color: #d31b2a;
}
.page a{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	margin: 0 6px;
	border-radius: 2px;
}
.page .fe{
	width: 60px;
}
.page .fe.f{
	border: 1px solid #dcdcdc;
}
.page input{
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}
.page button{
	height: 26px;
	line-height: 26px;
	background: #f1f1f1;
	border-radius: 2px;
	color: #666666;
	font-size: 14px;
	width: 60px;
}
.page a:hover,.page a.cur,.page button:hover{
	background: #d31b2a;
	color: #fff;
}
/* 底部 */
.f-link{
	background: #fff;
	padding: 24px 0;
	margin-top: 10px;
}
.f-link .img{
	float: left;
	margin-top: 9px;
	margin-right: 4px;
	margin-left: 24px;
}
.f-link .sp{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	float: left;
	line-height: 34px;
}
.f-link-l{
	float: right;
	width: 1040px;
	margin-right: 24px;
}
.f-link-l a{
	display: inline-block;
	line-height: 34px;
	color: #858585;
	font-size: 16px;
	margin-right: 26px;
}
.f-link-l a:hover{
	color: #d31b2a;
}
.footer{
	width: 1152px;
	margin: 0 auto;
	padding: 0 24px;
	height: 154px;
	background: #fff;
}
.f-wrap{
	border-top: 1px solid #cccccc;
}
.f-con{
	width: 700px;
	padding-top: 32px;
	color: #858585;
	font-size: 14px;
	line-height: 34px;
}
.footer a{
	display: inline-block;
	font-size: 14px;
	color: #444444;
	text-align: center;
}
.footer .ewm{
	margin-left: 20px;
	margin-top: 10px;
}
.footer .ewm.djjg{
	margin-top: 24px;
}
/* 概览 */
.sec-main{
	background: #fff;
}
.gl-main{
	padding: 30px 24px 0;
	background: #fff;
}
.gl-nav{
	width: 262px;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
}
.gl-nav-t{
	height: 51px;
	line-height: 51px;
	background: url(../images/bg3.png) center no-repeat;
}
.gl-nav-t a{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.gl-nav-l{
	padding: 24px 15px 0;
	background: #f7f7f7;
}
.gl-nav-l a{
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #666666;
	font-size: 18px;
	margin-bottom: 16px;
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.gl-nav-l a.cur,.gl-nav-l a:hover{
	border: 1px solid #d31b2a;
	font-weight: bold;
	color: #d31b2a;
	height: 44px;
	line-height: 44px;
}
.gl-content{
	width: 860px;
}
.gl-title{
	height: 38px;
	border-bottom: 2px solid #e5e5e5;
}
.gl-title .tit{
	display: inline-block;
	margin: 0 20px;
	color: #d31b2a;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 2px solid #d31b2a;
}
.gl-l{
	padding: 22px 0;
	border-bottom: 1px dashed #d9d9d9;
}
.gl-l li{
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	background: url(../images/ic5.png) left center no-repeat;
}
.gl-l li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
}
.gl-l li a:hover{
	color: #d31b2a;
}
.gl-l li span{
	float: right;
	color: #666666;
	font-size: 14px;
}
/* 细览 */
.xl-content{
	width: 870px;
}
.xl-main{
	padding: 0 30px;
}
.xl-title{
	text-align: center;
	color: #333333;
	font-size: 36px;
	padding: 30px 0;
}
.xl-bar {
	padding: 0 30px;
	height: 53px;
	line-height: 53px;
	background: #f5f5fc;
}
.xl-content .xl-bar{
	background: none;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.xl-bar span {
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 16px;
}
.xl-bar img {
	margin-right: 5px;
}
.xl-bar .mlr13 {
	margin: 0 13px;
}
.xl-bar .fontsize{
	width: 120px;
	height: 38px;
	padding-left: 42px;
	line-height: 38px;
	margin-top: 8px;
	background: url(../images/bg4.png) center no-repeat;
}
.xl-content .xl-bar .fontsize{
	margin-top: 8px;
	background: url(../images/bg4o.png) center no-repeat;
}
.xl-bar .fontsize a {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	color: #6a6a6a;
	font-size: 18px;
}
.xl-content .xl-bar .fontsize a{
	font-size: 16px;
}
.xl-bar .fontsize a:hover{
	color: #32589c;
}
.xl-bar .share{
	margin-left: 12px;
}
.ml10{
	margin-left: 10px;
}
.xl-content .news-detail{
	margin-top: 20px;
}
.xl-content .news-detail .code{
	margin-top: 30px;
}
.news-detail {
	padding: 0 16px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.news-detail.w720 {
	width: 750px;
	padding-right: 30px;
	border-right: 1px solid #e8e8e8;
}
.news-detail img {
	max-width: 100%;
}
.news-detail .code {
	font-size: 12px;
	color: #666666;
	margin-top: 60px;
}
.f-tac{
	text-align: center;
}
.f-mt20{
	margin-top: 20px;
}
.szf_mb20{
	margin-bottom: 20px;
}
/* 网站地图 */
.dt-title .tit{
	display: inline-block;
	min-width: 144px;
	text-align: center;
	background: #f5f5f5;
	line-height: 33px;
	color: #32589c;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	border-left: 4px solid #32589c;
}
.dt-list{
	margin: 30px 0 50px;
	line-height: 39px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.dt-list a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	margin: 0 40px;
}
.dt-list a:hover{
	color: #32589c;
}
/*我要写信开始*/
.xx-main{
	padding: 30px 30px 60px;
}
.leader-mail{
	width:100%;
	height: 61px;
	border-bottom:1px solid #e5e9ee;
}
.leader-mail a{
	display: inline-block;
	height:59px;
	line-height: 59px;
	border-bottom: 2px solid #e42826;
	font-size: 24px;
	font-weight: bold;
	color: #e42826;
}

.yydh-xx-top {
	color: #3e3e3e;
}

.yydh-xx-toptt {
	font-size: 24px;
	display: block;
	font-family: simsun;
	font-weight: bold;
	margin-bottom: 16px;
	color: #d31b2a;
}

.yydh-xx-top p {
	font-size: 14px;
	line-height: 30px;
	color: #3e3e3e;
	padding-right: 46px;

}
.yydh-xx-top p.redwords{
	color: #df3b3e;
}
.yydh-xx-c1 {
	border-top: 1px solid #e8ebf0;
}
.write-content{
	border: 1px solid #e8ebf0;
	margin-top: 24px;
	padding-bottom: 20px;
}
.write-tit {
	display: block;
	height:69px;
	line-height:69px;
	background: url("../images/dw-ic4.png") no-repeat 28px center;
	color: #141414;
	font-size: 18px;
	font-weight: bold;
	padding-left:84px;
}

.yydh-xx-c2 {
	margin: 0 40px 0 25px;
	border: 1px solid #e5e9ee;
	border-bottom: none;
}

.yydh-xx-c2 .yydh-xx1 {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	color: #5f6675;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: top;
	height: 30px;
	margin-top: 4px;
	margin-left: 3px;
	margin-right: 3px;
	width:964px;
	border: 1px solid #e5e9ee;
	line-height:30px;
}

.yydh-xx-c2 .yydh-xx-tt2 {
	border-right: 1px solid #e5e9ee;
	width: 100px;
	background-color: #f7f9f9;
	color: #51555d;
	font-size: 14px;
	height: 100%;
	display: inline-block;
	line-height: 38px;
	text-align: center;
	width: 100px;
	vertical-align: top;
	box-sizing: border-box;
}

.yydh-xx-c2 .yydh-xx-tt2.h70{
	height: 70px;
}
.yydh-xx-c2 .yydh-xx-cont {
	height: 190px;
}

.yydh-xx-c2 .yydh-xx-neirong {
	height: 203px;
}


.yydh-xx-c2 .yydh-xx-sec {

	padding-left: 0;
	border: none;
}

.yydh-xx-c2 .yydh-xx-outline {
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #e5e9ee;
}

.yydh-xx-sec input.yydh-radio {
	margin-top: 8px;
	margin-left:24px;
	vertical-align: top;
}

.yydh-xx-c2 .yydh-xx-yzm {
	width: 216px;
}

.yydh-yzmonload {
	color: #666666;
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
	line-height: 39px;
}

.yydh-yzmonload:hover {
	color: #e36264;
	text-decoration: underline;
}

.yydh-pub-tx {
	font-size: 12px;
	color: #e36264;
	position: absolute;
	right: 20px;
	top: 10px;
}

.yydh-btn {
	margin-top: 18px;
	padding-left: 30px;
}

.yydh-btn button {
	background-color: #fff;
	font-size: 14px;
	color: #7c889e;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 5px;
	width: 98px;
	height: 28px;
	border: 1px solid #e5e9ee;
}

.yydh-btn button:hover {
	background-color: #d31b2a;
	color: #fff;
	border: 1px solid #d31b2a;
}
.yydh-btn button.yydh-btn-active {
	background-color: #d31b2a;
	color: #fff;
	border: 1px solid #d31b2a;
}
.yydh-redstar {
	font-size: 12px;
	position: absolute;
	right: -18px;
	top: 15px;
	color: #df3b3e;
}
.yydh-xx-yzmpic {
	margin-left: 10px;
	margin-top: 6px;
}
.yydh-xx-c2 .yydh-select {
	width: 216px;
	height: 30px;
	border: 1px solid #e8ebf0;
	color: #5f6675;
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
}
/*我要写信结束*/
/* 信件详情 */
.xj-main{
	width: 1120px;
	padding: 40px 0 50px;
	margin: 0 auto;
}
.xj-title{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 11px 20px;
	background: #d31b2a;
	margin-bottom: 30px;
}
.xj-table {
	border: 1px solid #ededed;
	border-collapse: collapse;
}

.xj-table tr {
	border: 1px solid #ededed;
	height: 50px;
}

.xj-table td {
	border: 1px solid #ededed;
}

.xj-t-bg {
	border-right: 1px solid #ededed;
	width: 170px;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	text-align: center;
	/*background: #f6fbff;*/
}

.xj-ttr-h1 td {
	height: 210px;
}

.xj-t-c {
	width: 420px;
	font-size: 16px;
	color: #444444;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.xj-t-line {
	line-height: 35px;
	padding: 20px 30px;
}
/* 领导介绍 */
.ld-nav-l{
	padding: 24px 15px 0;
	background: #f7f7f7;
}
.ld-nav-l a{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #666666;
	font-size: 18px;
	margin-bottom: 10px;
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.ld-nav-l a .name{
	display: inline-block;
	width: 90px;
	margin-left: 24px;
}
.ld-nav-l a .job{
	display: inline-block;
	width: 110px;
}
.ld-nav-l a.cur,.ld-nav-l a:hover{
	border: 1px solid #d31b2a;
	font-weight: bold;
	color: #d31b2a;
	height: 44px;
	line-height: 44px;
}
.ldjs-main{
	padding-bottom: 30px;
}
.ldjs-content{
	width: 860px;
}
.ldjs-w1 .ldtx{
	width: 128px;
	height: 170px;
}
.ldjs-w1 .info{
	width: 640px;
	margin-left: 24px;
}
.ldjs-w1 .info .name{
	color: #d31b2a;
	font-size: 26px;
	font-weight: bold;
	padding: 4px 0 10px;
}
.ldjs-w1 .info .con{
	color: #333333;
	height: 86px;
	overflow: hidden;
	font-size: 16px;
}
.ldjs-w1 .info .btn a{
	display: inline-block;
	width: 86px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	background: #da0f1f;
	border-top-left-radius: 6px;
	text-align: center;
}
.ldjs-w1 .info .btn a.ly{
	background: #f6a018;
}
.ldjs-w2{
	margin-top: 24px;
}
.ldjs-t1{
	line-height: 38px;
	margin-bottom: 14px;
	background: #efefef;
}
.ldjs-t1 span{
	color: #333333;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	font-weight: bold;
}
.ldjs-intro{
	margin-bottom: 30px;
	padding: 0 14px;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}
/* 领导信箱 */
.ldxx-main{
	border: 1px solid #e5e9ee;
	width: 1158px;
	margin: 0 auto;
}
.ldxx-main.mt20{
	margin-top: 20px;
}
.ldxx-title{
	border-bottom: 1px solid #e5e9ee;
	padding: 0 20px;
	height: 60px;
	line-height: 58px;
}
.ldxx-title .tit{
	display: inline-block;
	color: #d31b2a;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #d31b2a;
}
.ldxx-content{
	padding: 19px;
}
.ldxx-bar{
	height: 66px;
	padding: 0 20px;
	border-radius: 4px;
	background: #edf3f7;
}
.ldxx-bar input{
	background: #fff;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ededed;
	padding-left: 42px;
	padding-right: 10px;
	width: 186px;
	margin-top: 13px;
	margin-right: 10px;
}
.ldxx-bar input.yhm{
	background: url(../images/ic9.png) 12px center no-repeat #fff;
}
.ldxx-bar input.cxm{
	background: url(../images/ic10.png) 12px center no-repeat #fff;
}
.ldxx-bar button{
	width: 100px;
	height: 40px;
	background: url(../images/bg6.png) center no-repeat;
	text-align: center;
	line-height: 40px;
	color: #000000;
	margin-top: 13px;
	font-size: 14px;
}
.ldxx-bar .wyxx{
	display: inline-block;
	width: 95px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #d31b2a;
	border-radius: 4px;
	margin-top: 17px;
}
.ldxx-table{
	margin-top: 20px;
	border: 1px solid #f0f0f0;
}
.ldxx-table li{
	color: #666666;
	font-size: 16px;
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ldxx-table-t{
	background: #f0f0f0;
}
.ldxx-table-t li{
	font-size: 14px;
}
.ldxx-table li.num{
	width: 90px;
}
.ldxx-table li.tit{
	text-align: left;
	width: 750px;
	margin-left: 40px;
}
.ldxx-table li.tit a{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 90%;
}
.ldxx-table li.tit a:hover{
	color: #d31b2a;
	font-weight: bold;
}
.ldxx-table li.sta{
	width: 100px;
}
.ldxx-table li.time{
	width: 138px;
}
.ldxx-table-l{
	border-top: 1px solid #f0f0f0;
}
.ldxx-table-l.cur{
	background: #fafcfc;
}
.hd-wrap3{
	margin-top: 20px;
	padding: 0 20px 40px;
}
.hd-wrap3-box{
	width: 568px;
	height: 268px;
	border: 1px solid #e5e9ee;
	/*padding: 10px 22px 0;*/
	box-sizing: border-box;
}
.hd-tit2{
	border-bottom: 1px solid #f1f1f1;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	padding: 0 4px;
}
.hd-list1{
	padding: 8px 22px 0;
}
.hd-list1 li{
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	background: url(../images/dw-ic2.png) left center no-repeat;
}
.hd-list1 li a{
	display: inline-block;
	max-width: 80%;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd-list1 li a:hover,
.hd-list2 li a:hover{
	font-weight: bold;
}
.hd-list1 li span{
	float: right;
	color: #333333;
	font-size: 16px;
}
.hd-list2{
	padding: 8px 22px 0;
}
.hd-list2 li{
	height: 36px;
	line-height: 36px;
}
.hd-list2 li a{
	display: inline-block;
	max-width: 100%;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd-list2 li span.sta{
	margin-right: 4px;
}
.hd-list2 li span.sta i{
	font-style: normal;
	color: #999999;
}
.hd-list2 li span.sta.cur i{
	font-style: normal;
	color: #f7960d;
}
/* 页码2 */
.page2 {
	text-align: center;
	padding-top: 20px;
}

.page2 span,
.page2 a {
	color: #333333;
	font-size: 14px;
	display: inline-block;
	line-height: 28px;
}

.page2 span.red {
	color: #32589c;
	margin: 0 8px;
}

.page2 a {
	line-height: 28px;
	border: 1px solid #ebebeb;
	margin: 0 4px;
}

.page2 a.pn:hover,
.page2 a.cur,
.page2 a.num:hover {
	color: #fff;
	background: #32589c;
	border: 1px solid #32589c;
}

.page2 a.go:hover {
	font-weight: bold;
	color: #fff;
}

.page2 a.num {
	width: 28px;
}

.page2 .fe {
	border: none;
	line-height: 28px;
}

.page2 .fe:hover {
	color: #32589c;
	background: none;
}

.page2 .pn {
	width: 68px;
}

.page2 input {
	padding: 0 4px;
	width: 18px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin: 0 7px;
}

.page2 .go {
	width: 60px;
	height: 30px;
	border: none;
	background: #32589c;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: 14px;
}

.page2 span.jump {
	margin-left: 10px;
}

.page2 .first {
	margin-left: 14px;
}
/* 首页 */
.index-headline{
	background: #fff;
	position: relative;
	height: 148px;
	overflow: hidden;
}
.index-headline-item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 148px;
	box-sizing: border-box;
	text-align: center;
}
.index-headline-item h1 a{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #d31b2a;
	font-size: 36px;
	font-weight: bold;
	margin-top: 30px;
}
.index-headline-item p{
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-wrap1{
	padding: 0 24px 30px;
	background: #fff;
}
.index-wrap1-c1 {
	width: 594px;
	height: 335px;
	position: relative;
	overflow: hidden;
}
.index-newspic {
	width: 100%;
	height: 100%;
}
.index-newspic li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index-newspic li img {
	width: 100%;
	height: 100%;
}
.index-newspic li img:hover{
	opacity: 0.9;
  -moz-opacity: 0,9;
  filter: alpha(opacity=90);
}
.index-pictt {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 46px;
	bottom: 0;
	background: url(../images/bg11.png);
}
.index-pictt li {
	width: 100%;
	height: 100%;
}
.index-pictt li a:hover{
	font-weight: bold;
}
.index-pictt li a {
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	display: inline-block;
	max-width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 12px;
}
.index-picpg {
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.index-picpg li {
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	cursor: pointer;
	background: url(../images/ic11.png) no-repeat;
}
.index-picpg li.cur {
	background: url(../images/ic12.png) no-repeat ;
}
.index-wrap1-c2{
	width: 538px;
}
.index-tit1{
	background: url(../images/bg5.png) bottom center repeat-x;
	height: 41px;
	line-height: 36px;
}
.index-tit1 .tit{
	padding: 0 12px;
	display: inline-block;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	margin-right: 14px;
	position: relative;
	border-top-left-radius: 4px;
}
.index-tit1 .tit i{
	display: none;
	width: 17px;
	height: 36px;
	background: url(../images/ic4.png) no-repeat;
	position: absolute;
	top: 0;
	right: -17px;
}
.index-tit1 .tit.cur{
	color: #fff;
	background: #d31b2a;
}
.index-tit1 .tit.cur i{
	display: block;
}
.index-tit1 .more{
	float: right;
	color: #c5c5c5;
	font-size: 12px;
	font-weight: bold;
}
.index-tit1 .more:hover{
	color: #d31b2a;
}
.index-list1{
	margin-top: 10px;
}
.index-list1 li{
	height: 40px;
	line-height: 40px;
}
.index-list1 li a{
	display: inline-block;
	padding-left: 12px;
	background: url(../images/ic15.png) left center no-repeat;
	color: #333333;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-list1 li a:hover{
	color: #d31b2a;
}
.index-list1 li span{
	float: right;
	color: #8f8e8e;
	font-size: 14px;
}
.index-bar1{
	position: relative;
	margin: 10px 0;
}
.index-bar1-pic{
	position: relative;
	height: 120px;
	overflow: hidden;
	width: 100%;
}
.index-bar1-pic li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-bar1-n{
	position: absolute;
	bottom: 8px;
	right: 22px;
}
.index-bar1-n li{
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: url(../images/ic6.png) center no-repeat;
}
.index-bar1-n li.cur{
	background: url(../images/ic6o.png) center no-repeat;
}
.index-wrap2{
	padding: 50px 24px 30px;
	background: #fff;
}
.index-wrap3{
	width: 700px;
}
.index-w3-b{
	height: 250px;
	margin-bottom: 16px;
}
.index-wrap4{
	width: 410px;
	padding-left: 20px;
	border-left: 1px solid #f0f0f0;
}
.index-w4-b1 a{
	display: inline-block;
	width: 110px;
	height: 99px;
	line-height: 99px;
	padding-left: 90px;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.index-w4-b1 a:hover,.index-w4-b2 a:hover{
	opacity: .8;
}
.index-w4-b1 a.a1{
	background: url(../images/bg7.png) center no-repeat;
	color: #e70012;
}
.index-w4-b1 a.a2{
	background: url(../images/bg8.png) center no-repeat;
	color: #376ab5;
}
.index-w4-b1 a.a3{
	background: url(../images/bg9.png) center no-repeat;
	color: #45b9a3;
}
.index-w4-b1 a.a4{
	background: url(../images/bg10.png) center no-repeat;
	color: #c7ae2c;
}
.index-w4-b2{
	margin-top: 4px;
}
.index-w4-b2 a{
	display: inline-block;
}