@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	background-color:#f2f2f2;
}
html, body, div, span, object, iframe, table, tr, th, td, em, img, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, ol, li, form, label, input, button, textarea, pre, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
a:hover {
	-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;
}
.w1300 {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}

.top {
	height: 162px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	background-image: url(topbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-width: 1300px;
}
.top .logo {
	float: left;
	margin-top: 38px;
	display: flex;
    justify-content: space-between;
    flex-flow: wrap;align-items: center;
}
.top .logo img{ float:left; margin-right:20px;}
.top .logo h1{float:left; font-size:44px; color:#125cb5;}
.top .logo h1 a{color:#125cb5}
.ss {
	float: right;
	height: 40px;
	width: 270px;
	margin-top: 60px;
	position: relative;
}
.txt {
	height: 40px;
	width: 270px;
	float: left;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:0;
	outline: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left:15px;
	border: 1px solid #125cb5;
}
.txt a {
	color: #999999;
}
.bn{border:none; background:url(ss.png) center center no-repeat; 
width:40px; height:40px; background-color:#125cb5;
position: absolute;right: 0;bottom: 0;
    z-index: 10;}
.dh {
	background-color: #145bc6;
	height: 56px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top:1px solid #4a81d2;
	min-width: 1300px;
}
#navMenu {
	height: 56px;
	display: block;
	overflow: hidden;
	z-index: 9999;
	font-size: 18px;
	line-height: 56px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#navMenu ul {
	width: 100%;
}
#navMenu .onelink {
}
#navMenu .onelink a {
	color: #FFFFFF;
	background-color: #1a54ad;
}
#navMenu .onelink a:hover {
	color: #FFFFFF;
	background-color: #1a54ad;
}
#navMenu li {
	text-align: center;
	float: left;
	line-height: 56px;
	font-size: 18px;
	width: 185px;
}
#navMenu li a img{
	width: 27px;
	margin-right:20px;
	margin-left:0;
}
#navMenu li a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	width: 184px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#navMenu li a:hover, #navMenu li.hover a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #1a54ad;
}
.dropMenu {
	position: absolute;
	top: -2px;
	z-index: 9999;
	visibility: hidden;
	background-color: #1a54ad;
	filter: Alpha(Opacity=85);
	margin-top: 0px;
	margin-left: 0px;
	width: 185px;
	z-index: 9999;
}
.dropMenu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4a81d4;
}
.dropMenu li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
}
.dropMenu a:hover {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #22B77B;
}
ul, li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flexslider {
	position: relative;
	width: 1300px;
	height: 504px;
	overflow: hidden;
	zoom: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 50px;
}
.flex-direction-nav .flex-prev {
	left: 50px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(dot.png) no-repeat 0 -22px;
	display: block;
	height: 22px;
	overflow: hidden;
	text-indent: -99em;
	width: 22px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 504px;
	display: block;
}

.tongzhi{ width:100%; height:75px;box-shadow:0 7px 7px rgba(156,156,156,0.1);}
.tongzhi h1{ font-size:22px; width:150px; color:#125cb4; line-height:75px;display: flex;
    justify-content: space-between;
    align-items: center; float:left; }
.swiper_wrap {
	position: relative;
	width: 1150px;
	height: 40px;
	overflow: hidden;
	margin-top:18px;
	
}
.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: right;
	color: #444;
	font-size: 18px;
	margin-top: 1px;
}
.swiper_wrap ul li {
	line-height: 40px;
	padding-left: 24px;
	height:40px;
	overflow: hidden;
}
.lt {
	position: absolute;
	right: 26px;
	top: 2px;
	font-size: 30px;
	font-family: "Microsoft Yahei";
	color: #AAAAAA;
}
.gt {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 30px;
	font-family: "Microsoft Yahei";
	color: #AAAAAA;
}
.swiper_wrap .font_inner a {
	color: #444;
}
.swiper_wrap a:hover {
	color: #135cb7;
}
.bj{ margin-top:30px;}
.fl{ float:left;}
.rl{ float:right;}
.new1{ width:630px;height: 435px; background-color:#fff;}
.new2{ width:630px;height: 359px;background-color:#fff;}
.lmbt{ width:100%; height:44px; background-color:#eaf0f8;}
.lmbt h1{ color:#fff; font-size:22px; float:left; float: left;line-height:44px; background-color:#125cb5; padding:0 30px;}
.lmbt h1 a{ color:#135cb7;}
.lmbt span{ color:#135cb7; font-size:16px; float:right;line-height:44px; margin-right:15px;}
.lmbt span a{ color:#135cb7;}
.lmbt p {
    text-align: right;
    color: #125cb5;
    margin-top: 10px;
    font-size: 14px;
    float: right;
	margin-right:15px;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.lmbt p a{color: #125cb5;font-size: 14px;}
.lmbt p img{ width:15px; margin-right:10px;}

.new02list{ padding:0 25px;}
.new02list ul li{width: 100%;overflow: hidden;position: relative;transition: all .5s;  border-bottom:1px solid #e5e5e5; padding:17px 0;}
.new02list ul li a{color: #333;}
.new02list ul li .date {
    width: 70px;
    float: left;
	padding:5px 0;
	margin-right:15px;
	border:1px solid #e5e5e5;
}
.new02list ul li .date span {
    display: block;
    font-size:12px;
    color: #333;
    line-height: 25px;
    text-align: center;
}
.new02list ul li .date span:first-child {
    font-size: 20px;
    color: #135cb7;
	font-weight: bold;
}
.new02list ul li .s2-date-tx {
    overflow: hidden;
}
.new02list ul li .s2-date-tx p {
    font-size:18px;
    line-height:35px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new02list ul li .s2-date-tx span {
    font-size:14px;
    line-height:25px;
    color: #a3a3a3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new02list ul li .s2-date-tx p a{
    color: #333;
}
.new02list ul li:last-child{border:0;}
.new2 ul{ margin:10px 25px 25px 25px;}
.new2 ul li{line-height:55px; color:#333; font-size:16px;border-bottom: 1px dotted #ddd;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
	background-image: url(dian.jpg);
    background-repeat: no-repeat;
    background-position: left center;
	    padding-left: 15px;
}

.new2 ul li a{color:#333;}
.new2 ul li span{
	color: #135cb7;
	float:right;}
.new2 ul li span a{
	color: #135cb7;
}
.newlist{ padding:0 40px;}
.newlist ul li{width: 100%;overflow: hidden;position: relative;transition: all .5s;  border-bottom:1px solid #e5e5e5; padding:25px 0;}
.newlist ul li a{color: #333;}
.newlist ul li .date {
    width: 80px;
    float: left;
	padding:10px 0;
	margin-right:15px;
	border:1px solid #e5e5e5;
}
.newlist ul li .date span {
    display: block;
    font-size:14px;
    color: #333;
    line-height: 25px;
    text-align: center;
}
.newlist ul li .date span:first-child {
    font-size: 24px;
    color: #135cb7;
	font-weight: bold;
}
.newlist ul li .s2-date-tx {
    overflow: hidden;
}
.newlist ul li .s2-date-tx p {
    font-size:20px;
    line-height:35px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newlist ul li .s2-date-tx span {
    font-size:16px;
    line-height:30px;
    color: #a3a3a3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newlist ul li .s2-date-tx p a{
    color: #333;
}

.end{ width:100%; min-width:1300px;padding:30px 0; margin-top:40px; background-color:#0e4da3;}
.end .foot{ width:1300px; margin:0 auto;display: flex;justify-content: space-between; align-items: center;}
.end .foot .bq p{ font-size:14px; line-height:30px; color:#fff;margin-right:5px;}
.end .foot .bq p a{color:#fff}
.end .foot .wx{}
.end .foot .yq {width: 220px;}
.end .foot .yq p {
    line-height: 30px;
    color: #FFF;
	font-size:16px;
    margin-bottom: 10px;
	font-weight: bold;
}
.end .foot .yq .sel_w {
    width: 100%;
    font-family: "微软雅黑";
    height: 35px;
    background-color: #0e4da3;
    border: 1px solid #5a89cf;
    color: #FFF;
	margin-bottom:10px;
	padding:0 10px;
}


.mian {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	display: block;
	overflow: hidden;
}
.mian .left {
	float: left;
	width: 250px;
}
.mian .left .lm03 {
	height: 100px;
	width: 250px;
	background-color:#135cb7;
	font-size: 24px;
	line-height: 100px;
	color: #FFF;
	font-weight: 800;
	padding-left: 35px;
}
.mian .left .lm03 a{
	color: #FFF;
}

.mian .left ul li {
	font-size: 16px;
	line-height: 50px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(jt.png);
	background-repeat: no-repeat;
	background-position: 210px center;
	padding-left: 35px;
}
.mian .left ul li a {
	color: #333;
}
.mian .left ul li.on {
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-repeat: no-repeat;
	background-color: #135cb7;
	background-image: url(jt3.png);
}
.mian .left ul li.on a {
	color: #FFF;
}
.mian .right {
	background-color: #FFF;
	width: 1000px;
	float: right;
	padding-top: 40px;
	padding-left: 50px;
	padding-bottom: 50px;
	min-height:500px;
}
.lm2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	height: 45px;
}
.lm2 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0665B5;
	float: left;
}
.lm2 p {
	text-align: right;
	color: #666666;
	margin-top: 10px;
	font-size: 14px;
	float: right;
}
.lm2 p a {
	color: #666666;
	text-decoration: none;
}
.lm2 p img {
	margin-right: 10px;
}
.one {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #333;
	margin-top: 20px;
}
.new-list {
	width: 100%;
}
.new-list ul li {
	background-image: url(crumbs_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
	line-height: 55px;
	color: #333;
	font-size: 16px;
	padding-left: 20px;
}
.new-list ul li a {
	color: #545454;
}
.new-list ul li a span {
	float: right;
	color: #999;
	font-size: 14px;
}
.pagination {
	font-size: 0px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom:40px;
}
.pagination ul li {
	float: left;
}
.pagination a {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.pagination a.prev, .pagination a.next {
	padding: 0 15px;
}
.pagination a:hover, .pagination a.page-num-current, .pagination a.active, .pagination li.active a, .pagination li.active a:hover {
	font-weight: bold;
	color: #fff;
	border: 1px solid #46464F;
	background-color: #46464F;
}

.top01 {
	margin: 40px 50px 30px 50px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom:30px;
}
.top01 .p1 {
	text-align: center;
	font-size: 26px;
	color: #333;
	padding-right: 100px;
	padding-left: 100px;
	font-weight: bold;
}
.top01 .p1 a {
	color: #333;
}
.top01 .p2 {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}
.top01 .p2 a {
	color: #999;
}
.top01 .p2 span {
	padding-right: 15px;
	text-align: left;
}
.nr {
	margin: 0 50px 50px 50px;
}
.nr p {
	font-size: 18px;
	color: #333;
	line-height: 38px;
}
.nr p a {
	color: #333;
}
.nr img {
	max-width: 100%;
}

.lbox_list2 {
	margin-bottom: 40px;
	width: 110%;
}
.lbox_list2 li {
	overflow: hidden;
	float: left;
	width: 305px;
	margin-right: 41px;
	height: 240px;
	text-align: center;
	margin-top: 30px;
}
.lbox_list2 li img {
	width: 305px;
	height: 200px;
}
.lbox_list2 li p {
	line-height: 32px;
	font-size: 16px;
	color: #333;
}
.lbox_list2 li p a {
	color: #333;
}
