body {
	font-family: "microsoft yahei";
	font-size: 15px;
	color: #333333;
	padding: 0;
	margin: 0
}

img {
	max-width: 100%;
	border: none
}

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,hr,input,p {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	color: inherit;
	font-size: 16px;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #1562ac
}

a:focus {
	text-decoration: none
}

.clearfix {
	zoom: 1;
        margin-left: 50px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.wrap {
	width: 1400px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

.mt20 {
	margin-top: 20px
}

.header {
	height: 230px;
	background: url(../images/header.png)
}

.header .logo {
	padding-top: 15px
}

.header .search {
	position: relative;
	width: 188px;
	height: 25px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 77px;
	border: 1px solid #1562ac
}

.header .search .text {
	height: 25px;
	line-height: 25px;
	width: 150px;
	padding-left: 10px;
	border: none;
	outline: none;
	background: transparent;
	color: #333333;
}

.header .search .sub {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -13px
}

.nav {
	height: 50px;
	background: #1562ac;
}

.nav .nLi {
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 10px
}

.nav .nLi a {
	color: #ffffff;
	font-size: 20px;
	padding: 0 15px;
    font-family: 黑体;
}

.nav .nLi .subNav {
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	background: url(../images/subnav-bg.png);
	text-align: center;
	z-index: 10;
	line-height: 40px
}

.nav .nLi .subNav li {
	zoom: 1;
	line-height: 20px;
	padding: 12px 10px;
}

.nav .nLi .subNav li a {
	font-size: 18px;
	color: #ffffff;
	padding: 0;
	text-align: center;
}

.nav .nLi .subNav li:hover {
	background: url(../images/subnav-bg2.png)
}

.nav li.on,.nav li:hover {
	background-color: #1562ac;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.nav li.on a,.nav li:hover a {
	color: #ffffff
}

.banner {
	position: relative;
	height: auto;
	overflow: hidden
}

.banner .bd {
	z-index: 0;
	position: relative;
	height: 100%
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle
}

.banner .bd li img {
	width: 100%;
	height: auto
}

.banner .prev,.banner .next {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%
}

.banner .prev {
	background: url(../images/banner-prev.png) no-repeat;
	left: 3%
}

.banner .next {
	background: url(../images/banner-next.png) no-repeat;
	right: 3%
}

.index-tit {
	width: 100%;
	height: 42px;
	line-height: 41px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px
}

.index-tit .on {
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding-right: 5px;
	color: #1562ac;
	border-bottom: 3px solid #1562ac
}

.index-more {
	float: right;
	width: 16px;
	height: 42px;
	background: url(../images/index-more.png) center no-repeat
}
.img1 {
	float: left;
	width: auto;
	height: 42px;
	background: url(../images/index-more.png) center no-repeat
}
.index-more:hover {
	background: url(../images/index-more2.png) center no-repeat
}

.index-list ul {
	overflow: hidden
}

.index-list ul li {
	line-height: 38px;
	background: url(../images/index-li.png) left center no-repeat
}

.index-list ul li .date {
	width: 85px;
	float: right;
	font-size: 15px;
	color: #666666
}

.index-list ul li a {
	display: block;
	margin-right: 76px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-list ul li:hover a {
	color: #1562ac
}

.c1 {
	width: 30%;
	height: 275px;
	float: left
}

.c2 {
	width: 33%;
	float: left;
	margin-left: 35px
}

.c3 {
	width: 33%;
	float: right
}

.row1 {
	margin-top: 50px
}

.row1 .c1 {
	line-height: 28px;
	position: relative;
	background: #f2f2f2
}

.row1 .c1 .hd {
	position: absolute;
	left: 145px;
	bottom: 11px;
	z-index: 10
}

.row1 .c1 .hd li {
	width: 10px;
	height: 4px;
	background: url(../images/slide-hd1.png) no-repeat;
	float: left;
	margin-left: 9px
}

.row1 .c1 .hd li.on {
	width: 20px;
	background: url(../images/slide-hd2.png) no-repeat
}

.row1 .c1 .bd li a.pic {
	overflow: hidden;
	width: 100%;
/*	height: 210px;*/
	display: block
}

.row1 .c1 .bd li img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.row1 .c1 .bd li .tit {
	padding: 0 10px;
	line-height: 32px;
	text-align: center
}

.row1 .c1 .bd li .tit a {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.row1 .c3 .tz-list li {
	overflow: hidden;
	margin-bottom: 15px
}

.row1 .c3 .tz-list .date2 {
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #d9d9d9;
	text-align: center
}

.row1 .c3 .tz-list .date2 .ri {
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/date-ri.png) top no-repeat
}

.row1 .c3 .tz-list .date2 .ny {
	line-height: 25px;
	color: #0c51ab;
	font-size: 12px
}

.row1 .c3 .tz-list .text {
	margin-left: 85px;
	padding: 7px 0
}

.row1 .c3 .tz-list .text a {
	line-height: 24px
}

.hd .index-tit li {
	float: left;
	margin-right: 20px;
	font-size: 22px;
	float: left;
	padding-right: 5px
}

.row2 {
	margin-top: 40px
}

.row2 .c2 .index-list2 li {
	padding: 8px 0
}

.row2 .c2 .index-list2 li a {
	background: url(../images/index-li.png) left center no-repeat;
	display: block;
	padding-left: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px
}

.row2 .c2 .index-list2 li .date3 {
	font-size: 15px;
	color: #666666;
	padding-left: 10px;
	float: right;
	width: 93px;
	    line-height: 28px;
}

.links {
	margin: 0px 0 60px 0
}

.links ul {
	margin-top: 20px;
	margin: 25px -10px
}

.links ul li {
	float: left;
	overflow: hidden;
	width: 20%;
	height: 60px;
	line-height: 60px
}

.links ul li a {
	display: block;
	margin: 0 10px;
	background: #eaf3fc;
	overflow: hidden
}

.links ul li a img {
	margin: 15px 18px 0 24px;
	float: left
}

.links ul li a span {
	float: left;
	line-height: 60px
}

.foot {
	background-color: #1562ac;
	line-height: 32px;
	text-align: center;
	color: #ffffff
}

.list-banner {
	height: 300px
}

.list-banner img {
	width: 100%;
	height: 300px
}

.list-page {
	margin: 20px 0;
	min-height: 500px;
}

.list-page .left-nav {
	width: 300px;
	float: left;
	background: #1562ac
}

.list-page .left-nav .lv1 {
	height: 55px;
	line-height: 55px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.list-page .left-nav .sideMenu {
	background: #f2f9ff
}

.list-page .left-nav .sideMenu .lv2 {
	padding: 10px 0;
	font-size: 18px;
	color: #444444;
	padding-left: 25px;
	background: url(../images/left-nav.png) no-repeat;
	background-size: 100% 100%;
}

.list-page .left-nav .sideMenu .lv2.current,.list-page .left-nav .sideMenu .lv2.on {
	color: #1462ac;
	background: url(../images/left-nav-on.png) no-repeat;
	background-size: 100% 100%;
}

.list-page .left-nav .sideMenu .lv2 a {
	line-height: 24px;
	padding: 10px 15px 10px 19px;
	display: block;
}

.list-page .left-nav .sideMenu .lv3 {
	display: none;
	padding: 10px 0 10px 25px;
	font-size: 16px;
	color: #444444;
	line-height: 32px;
	border-bottom: 1px solid #d8d6d7
}

.list-page .left-nav .sideMenu .lv3 li {
}

.list-page .left-nav .sideMenu .lv3 li a {
	padding-left: 56px
}

.list-page .left-nav .sideMenu .lv3 li.current {
	color: #1562ac
}

.list-page .right-con {
	width: 950px;
	float: right
}

.list-page .right-con .list-tit {
	border-bottom: 1px solid #1562ac;
	padding-bottom: 10px
}

.list-page .right-con .list-tit span {
	font-size: 20px;
	color: #1562ac;
	font-weight: bold
}

.list-page .right-con .list-tit .location {
	margin-top: 9px;
	font-size: 14px;
	color: #888888;
	float: right
}

.list-page .right-con .list-tit .location a {
	font-size: 14px;
	color: #888888
}

.list-page .right-con .listtg {
	min-height: 300px;
	margin: 20px 0
}

.list-page .right-con .listtg li {
	clear: both;
	line-height: 50px;
	border-bottom: 1px solid #e4e4e4
}

.list-page .right-con .listtg li i {
	width: 5px;
	height: 50px;
	float: left;
	margin-right: 10px;
	display: block;
	background: url(../images/li-ico.png) no-repeat center
}

.list-page .right-con .listtg li .date-list {
	float: right;
	font-size: 14px;
	color: #999999
}

.list-page .right-con .listtg li a {
	font-size: 15px;
	color: #333333;
	display: block;
	width: 800px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.list-page .right-con .listtg li:hover {
	padding-left: 5px
}

.list-page .right-con .listtg li:hover a {
	color: #1562ac
}

.listcon {
	margin: 20px 0
}

.listcon .conpage h1 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	line-height: 40px
}

.listcon .conpage h4 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 40px
}

.listcon .conpage .info {
	font-size: 15px;
	color: #999999;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dddddd
}

.listcon .conpage .info span {
	padding: 0 10px
}

.listcon .conpage .content {
	padding-bottom: 20px
}

.listcon .conpage .content p {
	font-size: 15px;
	color: #555555;
	line-height: 35px;
	padding-top: 10px;
	text-indent: 2rem
}

.listcon .conpage .content p img {
	margin-left: -2rem
}

.listcon .conpage .content table p {
	text-indent: 0 !important
}

.listcon .conpage .pnext {
	padding-top: 29px;
	border-top: 1px dashed #dddddd
}

.listcon .conpage .pnext a {
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	display: block
}

.listcon .conpage .pnext a:hover {
	color: #1562ac
}