body {
	min-width: 1400px;
	height: auto;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 20px;
	background: #f0f4fc;
}
* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #004ea1;
	text-decoration: none;
}
.p-left {
	float: left;
}
.p-right {
	float: right;
}
.pl {
	width: 78%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pl2 {
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pl a {
	text-indent: 25px;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pl2 a:hover {
	text-indent: 30px;
	color: #ab8a24;
}
.pl2 a {
	text-indent: 25px;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pl a:hover {
	text-indent: 30px;
	color: #ab8a24;
}
.pr {
	float: right;
}
.pr2 {
	float: right;
	font-size: 14px;
	color: #999;
}
.logo {
	width: 749px;
	height: 63px;
	float: left;
	margin-top: 39px;
}
.top_warp {
	width: 100%;
	height: 140px;
	background: url(../images/top_bg.jpg) center top no-repeat;
	background-size: cover;
}
.top {
	width: 1400px;
	height: 140px;
	margin: 0 auto;
}
.search {
	width: 270px;
	height: 40px;
	float: right;
	margin-top: 50px;
	clear: right;
}
.search_txt {
	width: 218px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
	border: 0;
	text-indent: 10px;
	background: url(../images/search_txt_bg.png) center no-repeat;
}
.search_btn {
	width: 52px;
	height: 40px;
	float: right;
	background: url(../images/search_btn_bg.png) center no-repeat;
	border: 0;
}
.menu_warp {
	width: 100%;
	height: 58px;
	background: #004ea1;
}
.menu {
	width: 1400px;
	height: 58px;
	margin: 0 auto;
}
.menu li {
	width: 140px;
	height: 58px;
	float: left;
	text-align: center;
}
.menu li a {
	width: 140px;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.menu li a:hover {
	color: #ffffff;
}
/*banner*/
.banner {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.banner img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
.banner-txt {
	width: auto;
	float: right;
	position: relative;
	padding: 20px;
	font-size: 24px;
	bottom: 100px;
	right: 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
}
.js-silder {
	position: relative;
	min-width: 320px;
}
.silder-scroll {
	width: 100%;
	overflow: hidden;
}
.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img {
	width: 100%;
}
.js-silder-ctrl {
	width: 100%;
	height: 0;
	text-align: center;
}
.silder-ctrl-prev, .silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev {
	left: 20px;
	text-align: left;
}
.silder-ctrl-next {
	right: 20px;
	text-align: right;
}
.silder-ctrl-prev>span, .silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span {
	left: 0;
}
.silder-ctrl-next>span {
	right: 0;
}
.silder-ctrl-conyd {
	position: relative;
	right: 30px;
	bottom: 50px;
	float: right;
}
.silder-ctrl-con {
	position: relative;
	bottom: 50px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 20px;
}
.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	background-color: #ffffff;
}
.silder-ctrl-con.active>span {
	background-color: #004ea1;
}
/*--------------------------------------------------------------
  主滑块样式
----------------------------------------------------------------*/
.bs-slider {
	overflow: hidden;
	max-height: 750px;
	position: relative;
	background: #000
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
	margin: auto;
	width: 100%!important
}
/*---------- 左/右轮控制 ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 45px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: 400;
	background: 0 0;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.control-round:hover .carousel-control {
	opacity: 1
}
.control-round .carousel-control.left {
	left: 1%
}
.control-round .carousel-control.right {
	right: 1%
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0 transparent
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%
}
.xyxw {
	width: 1400px;
	height: 530px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.xyxw_pic {
	width: 660px;
	height: 440px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}
.xyxw_pic img {
	width: 660px;
	height: 440px;
}
.xyxw_top {
	width: 1400px;
	height: 50px;
	float: left;
	background: url(../images/line_bg.jpg) 0 15px repeat-x;
}
.xyxw_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding-left: 55px;
	padding-right: 20px;
	background: url(../images/tb_s1.png) 0 2px no-repeat #f0f4fc;
}
.xyxw_top_more {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #1d50a2;
}
.xyxw_top_more a {
	padding-left: 20px;
	padding-right: 25px;
	color: #1d50a2;
	background: url(../images/more_bg.png) right center no-repeat #f0f4fc;
}
.xyxw_top_more a:hover {
	color: #1d50a2;
}
/*focus*/
.focus {
	float: left;
	width: 100%;
	height: 440px;
}
.focus ul li img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.flexslider {
	height: 440px;
	width: 100%;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}
.flexslider .slides:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	background-color: #ffffff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	-moz-user-select: none;
}
.carousel li {
	margin-right: 5px;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 8px;
	right: 10px;
	text-align: right;
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #4a4a4b;
	cursor: pointer;
	overflow: hidden;
}
.flex-control-paging li a:hover {
	color: #000000;
	background-color: #ffffff;
}
.flex-control-paging li a.flex-active {
	color: #000000;
	background-color: #ffffff;
	cursor: default;
}
.flex-caption {
	position: absolute;
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-caption a {
	color: #ffffff;
}
.xyxw_right_list {
	width: 680px;
	height: 440px;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 40px;
	background: #ffffff;
}
.xyxw_right_list ul li {
	width: 680px;
	height: 80px;
	float: left;
	list-style: none;
	margin-bottom: 7px;
	margin-top: 20px;
}
.xyxw_right_list ul li:nth-child(4) {
	margin-bottom: 0;
}
.time {
	width: 86px;
	height: 80px;
	float: left;
	padding-right: 19px;
	text-align: center;
	color: #1d50a2;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #e3e3e3;
}
.time_s1 {
	width: 86px;
	height: 30px;
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin-top: 13px;
}
.time_s2 {
	width: 86px;
	height: 30px;
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.newstitle {
	width: 549px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 24px;
	font-size: 18px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newstitle a {
	font-weight: bold;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newstitle a:hover {
	text-indent: 5px;
	color: #004ea1;
	font-weight: bold;
}
.newstxt {
	width: 549px;
	height: 48px;
	line-height: 24px;
	float: left;
	color: #888888;
	padding-left: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xxgg {
	width: 1400px;
	height: 442px;
	padding-bottom: 60px;
	margin: 0 auto;
}
.tzgg {
	width: 660px;
	height: auto;
	float: left;
}
.tzgg_top {
	width: 660px;
	height: 50px;
	float: left;
	background: url(../images/line_bg.jpg) 0 15px repeat-x;
}
.tzgg_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding-left: 55px;
	padding-right: 20px;
	background: url(../images/tb_s2.png) 10px 2px no-repeat #f0f4fc;
}
.tzgg_top_more {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #1d50a2;
}
.tzgg_top_more a {
	padding-left: 20px;
	padding-right: 25px;
	color: #1d50a2;
	background: url(../images/more_bg.png) right center no-repeat #f0f4fc;
}
.tzgg_top_more a:hover {
	color: #1d50a2;
}
.dzfw {
	width: 660px;
	height: auto;
	float: right;
}
.dzfw_top {
	width: 660px;
	height: 50px;
	float: left;
	background: url(../images/line_bg.jpg) 0 15px repeat-x;
}
.dzfw_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding-left: 55px;
	padding-right: 20px;
	background: url(../images/tb_s3.png) 10px 2px no-repeat #f0f4fc;
}
.xgdt_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding-left: 55px;
	padding-right: 20px;
	background: url(../images/tb_s6.png) 10px 2px no-repeat #f0f4fc;
}
.nav-on {
	cursor:pointer;
	color: #333333;
}
.nav-off {
	cursor:pointer;
	color: #648ac8;
}
.dzfw_top a:hover{
	color: #333333;
	}
.dzfw_top_more {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #1d50a2;
}
.dzfw_top_more a {
	padding-left: 20px;
	padding-right: 25px;
	color: #1d50a2;
	background: url(../images/more_bg.png) right center no-repeat #f0f4fc;
}
.dzfw_top_more a:hover {
	color: #1d50a2;
}
.xxgg_list {
	width: 600px;
	height: 312px;
	float: left;
	padding: 20px 30px;
	margin-top: 40px;
	background: #ffffff;
}
.xxgg ul li {
	width: 600px;
	height: 51px;
	line-height: 51px;
	float: left;
	text-indent: 25px;
	font-size: 16px;
	border-bottom: 1px solid #e9e9e9;
	background: url(../images/tb_s4.png) left center no-repeat;
}
.xxgg ul li:last-child {
	border-bottom: 0;
}
.yqlj {
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}
.yqlj_top {
	width: 1400px;
	height: 50px;
	float: left;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: url(../images/yqlj_title_bg.png) 0 5px repeat-x;
}
.yqlj_list {
	width: 1450px;
	height: auto;
	float: left;
}
.yqlj_list a {
	width: auto;
	height: 30px;
	float: left;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 50px;
	margin-top: 10px;
	font-size: 16px;
	background: url(../images/tb_s5.png) left center no-repeat;
}
.foot {
	width: 100%;
	height: 249px;
	background: url(../images/foot_bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.foot_c {
	width: 1400px;
	height: 182px;
	margin: 0 auto;
}
.foot_logo {
	width: 236px;
	height: 63px;
	float: left;
	margin-top: 60px;
}
.foot_ctxt {
	width: auto;
	text-align: right;
	height: 72px;
	line-height: 36px;
	color: #b0c2e1;
	font-size: 16px;
	float: right;
	margin-top: 55px;
}
.foot_bq {
	width: 1400px;
	height: 66px;
	margin: 0 auto;
	line-height: 66px;
	color: #b0c2e1;
	font-size: 16px;
	border-top: 1px solid #4c80c7;
}
.foot_bq a {
	color: #bdd4ec;
}
/*内页*/
.ny_content_warp {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../images/body_ny_bg.jpg) repeat-x #ffffff;
}
.ny_content {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner2 {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: url(../images/bannerbg2.jpg) center no-repeat;
}
.nylm_title_warp {
	width: 280px;
	height: 111px;
	margin: 0 auto;
	padding-right: 920px;
	position: relative;
	z-index: 9;
	top: 389px;
}
.nylm_title {
	width: 280px;
	height: 111px;
	line-height: 111px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #00923f;
}
.banner_ny {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner_ny img {
	width: 100%;
	height: auto;
	display: block;
}
.content_neirong_warp {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.content_neirong {
	width: 1400px;
	height: auto;
	margin: 0 auto;
}
.site {
	width: auto;
	height: 26px;
	float: right;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	text-align: right;
	padding-left: 20px;
	background: url(../images/home.png) left center no-repeat
}
.site a:link {
	color: #ffffff;
	text-decoration: none;
}
.site a:visited {
	color: #ffffff;
	text-decoration: none;
}
.site a:active {
	color: #ffffff;
	text-decoration: none;
}
.site a:hover {
	color: #ffffff;
	text-decoration: none;
}
.site2 {
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	float: right;
	color: #999999;
	overflow: hidden;
	margin-top: 28px;
}
.site2 a:link {
	color: #999999;
	text-decoration: none;
}
.site2 a:visited {
	color: #999999;
	text-decoration: none;
}
.site2 a:active {
	color: #999999;
	text-decoration: none;
}
.site2 a:hover {
	color: #004ea1;
	text-decoration: none;
}
.left {
	width: 250px;
	height: auto;
	float: left;
	background: #1D5DB6;
}
.pro_list_top {
	width: 250px;
	height: 120px;
	line-height: 105px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	text-align: center;
	color: #ffffff;
	background: url(../images/ny_title_bg.png) center 85px no-repeat #C0A85C;
}
.pro_list {
	width: 250px;
	float: left;
	padding-bottom: 50px;
}
.pro_list ul li {
	list-style: none;
	border-bottom: 1px solid #3371b4;
	background: url(../images/li_jt2.png) 220px center no-repeat;
}
.pro_list li.li_on a, .pro_list a:hover {
	border-left: 8px solid #E7C65E;
	color: #E7C65E;
	background: url(../images/li_jt.png) 212px center no-repeat #004098;
}
.pro_list a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	padding-left: 32px;
	border-left: 8px solid #1D5DB6;
	background-position: 200px center;
	background-repeat: no-repeat;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left_bottom {
	width: 250px;
	height: 120px;
	float: left;
}
.right {
	width: 1150px;
	height: auto;
	float: right;
}
.right_ny_xx {
	width: 1050px;
	height: auto;
	float: left;
	margin-top: 25px;
	padding: 50px;
	background: #ffffff;
}
.right_content {
	width: 995px;
	height: auto;
	float: left;
	margin-top: 30px;
	line-height: 36px;
	font-size: 16px;
	border: 1px solid #cad8e3;
	padding: 25px 25px;
}
.right_pic_content {
	width: 1020px;
	height: auto;
	float: left;
	line-height: 36px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.right_content2 {
	width: 1050px;
	min-height: 500px;
	float: left;
	line-height: 42px;
	font-size: 18px;
	margin-top: 25px;
	text-align: justify;
}
.right_title_box {
	width: 910px;
	height: 60px;
	float: left;
}
.right_title_box_bt {
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	float: left;
	background: url(../images/title_bg.png) left bottom no-repeat;
}
.right_title {
	width: auto;
	height: 40px;
	float: left;
	line-height: 35px;
	border-bottom: 3px solid #f4981d;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
.right_title2 {
	width: 1050px;
	height: auto;
	float: left;
	line-height: 45px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}
.right_title2 .p1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: "Microsoft YaHei";
}
.right_title2 .p2 {
	font-size: 24px;
	color: #333333;
	font-family: "Microsoft YaHei";
}
.right_title2 .p3 {
	font-size: 18px;
	color: #666666;
	font-family: "Microsoft YaHei";
}
.right_title2 .time2 {
	color: #999999;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
.right_news {
	width: 1150px;
	height: auto;
	float: left;
}
.right_news_top {
	width: 1050px;
	height: 60px;
	float: left;
	background: url(../images/line_bg2.png) 0 15px repeat-x;
}
.right_news_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #AB8A24;
	padding-right: 20px;
	background: #ffffff;
}
.right_news_content {
	width: 1050px;
	min-height: 500px;
	float: left;
	margin-top: 25px;
	padding: 50px;
	background: #ffffff;
}
.right_news_content ul li {
	width: 1050px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 16px;
	float: left;
	text-indent: 20px;
	background: url(../images/tb_s4.png) left center no-repeat;
	border-bottom: 1px dashed #dedede;
}
#vsb_content_2 P {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	font-size: 18px!important;
	line-height: 40px!important;
}
#vsb_content_2 P img {
	border: 0!important;
}