<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, button, textarea, img {
	margin: 0;
	padding: 0;
	-webkit-tap-hightlight-color: rgba(0,0,0,0);
	font-family: "Microsoft YaHei", Tahoma, Arial, "Roboto", "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "STHeiti", sans-serif;
}/*清除默认外边距内间距+ 取消链接高亮*/
*:focus {
	outline: none;
}/*去掉所有元素焦点边框*/
li {
	list-style: none;
}/*清除圆点*/
body {
	font-size: 12px;
	color: #333;
	min-width: 1200px;
}
/*字体样式*/
h1, h2, h3, h4, h5, h6, b, strong {
	font-size: 100%;
	font-weight: normal;
}/*取消粗体*/
em, i {
	font-style: normal;
}/*取消斜体*/
p {
	text-align: justify;
	text-justify: inter-word;
}/*段落对齐*/
/*边框*/
img, input {
	border: none;
}
/*链接*/
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:hover {
	color: #3480ce;
}
/*==========================常用样式--动画================================*/
a, .ny_cp .min ul li a i img, .ny_new ul li span.more {
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}/*动画*/
.fangda:hover, .ny_cp .min ul li a:hover i img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}/*放大*/
/*==========================常用样式--常规================================*/
.omg, .con_6_left ul li em, .con_6_left ul li a, .con_6_left ul li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} /*单行文字超出显示省略号*/
.n {
	position: relative;
	z-index: 100;
	behavior: url(/css/tool_iecss3.htc);
}/*IE浏览器 圆角*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}/*连续英文，数字换行*/
.m_box, .content {
	width: 1200px;
	margin: 0 auto;
} /*宽度*/
/*==========================================================*/
/*==========================================================*/
/*header_top*/
.header_top {
	height: 40px;
	line-height: 40px;
	background: #e5e5e5;
	color: #666;
}
.header_top h3 {
	float: left;
}
.header_top p {
	float: right;
}
.header_top p a, .header_top p span {
	padding: 0 5px;
	color: #666;
}
/*header*/
.header {
	height: 80px;
}
.header h1 {
	float: left;
	padding: 9px 0 0;
}
.header ul {
	float: right;
}
.header ul li {
	float: left;
	position: relative;
}
.header ul li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	padding: 0 12px;
	position: relative;
}
.header ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	height: 20px;
	background: #ccc;
}
.header ul li:first-child a:before {
	display: none;
}
.header ul li a:hover {
	background: #00314f;
	color: #fff;
}
.header ul li:hover a:before {
	background: #00314f;
}
.header ul li div {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	background: #fff;
	z-index: 22;
}
.header ul li div a {
	height: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
.header ul li div a:before {
	display: none;
}
/**/
.header h3, .wap_nav {
	display: none;
}
/*index_banner*/
.index_banner {
	clear: both;
	overflow: hidden;
	position: relative;
}
.index_banner .bd ul li {
	height: 554px;
	background: no-repeat center scroll;
}
.index_banner .hd {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24px;
}
.index_banner .hd ul {
	text-align: center;
	font-size: 0;
}
.index_banner .hd ul li {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 32px;
	height: 3px;
	background: #fff;
	margin: 0 4px;
	cursor: pointer;
}
.index_banner .hd ul li.on {
	background: #1b51a2;
}
.index_banner .arrow {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 244px;
}
.index_banner .arrow a {
	display: block;
	float: left;
	width: 50px;
	height: 65px;
	background: url(/images/index_banner_ico_01.png) #424246 no-repeat center scroll;
	cursor: pointer;
}
.index_banner .arrow a.prev {
	background-image: url(/images/index_banner_ico_02.png);
	float: right;
}
.index_banner .arrow a:hover {
	background-color: #00314f;
	background-image: url(/images/index_banner_ico_01s.png);
}
.index_banner .arrow a.prev:hover {
	background-image: url(/images/index_banner_ico_02s.png);
}
/*banner_bottom_search*/
.banner_bottom_search {
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	background: #eee;
}
.banner_bottom_search dl {
	float: left;
	color: #666;
}
.banner_bottom_search dl dt {
	float: left;
}
.banner_bottom_search dl dd {
	float: left;
	padding-left: 4px;
}
.banner_bottom_search dl dd a {
	color: #666;
}
.banner_bottom_search dl dd a:hover {
	color: #3480ce;
}
.banner_bottom_search p {
	float: right;
}
.banner_bottom_search p input {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
}
.banner_bottom_search p input.text {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 10px;
	width: 270px;
}
.banner_bottom_search p input.btn {
	width: 58px;
	height: 30px;
	line-height: 30px;
	background: url(/images/index_banner_bottom_ico_01.png) #00314f no-repeat center scroll;
	cursor: pointer;
}
.banner_bottom_search p input.btn:hover {
	background-color: #3480ce;
}
/*================================================*/
/*================================================*/
/*con*/
.con {
	clear: both;
	overflow: hidden;
	padding: 60px 0;
}
.con .min {
	overflow: hidden;
	padding-top: 40px;
}
/*con_bt*/
.con_bt {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.con_bt h2 {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.con_bt h2 b {
	display: block;
	font-size: 30px;
	font-weight: normal;
}
.con_bt h2 span {
	display: block;
	font-size: 18px;
}
.con_bt i {
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background: #ccc;
	width: 220px;
	position: relative;
}
.con_bt i:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #ccc;
	border-radius: 100%;
	right: 0;
	top: -2px;
}
.con_bt i:last-child:before {
	right: auto;
	left: 0;
}
/*================================================*/
/*================================================*/
/*con_1*/
.con_1 {
	background: #f9f9f9;
}
.con_1_left {
	width: 244px;
	float: left;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
}
.con_1_left h3 {
	background: #00314f;
	color: #fff;
	text-align: center;
	height: 80px;
}
.con_1_left h3 b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding-top: 16px;
}
.con_1_left h3 em {
	display: block;
	font-size: 16px;
	color: #818eb2;
	text-transform: uppercase;
}
.con_1_left ul li {
	width: 100%;
	float: left;
}
.con_1_left ul li a {
	display: block;
	padding-left: 18px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	background: url(/images/index_con_1_ico_01.png) #eee no-repeat -25px scroll;
}
.con_1_left ul li a:hover, .con_1_left ul li.on a {
	padding-left: 50px;
	background: url(/images/index_con_1_ico_01.png) #eee no-repeat 18px scroll;
}
.con_1_left h4 img {
	display: block;
	width: 100%;
	height: auto;
}
.con_1_right {
	width: 938px;
	float: right;
}
.con_1_right .box {
	overflow: hidden;
	display: none;
	width: 938px;
}
.con_1_right .box .top {
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.con_1_right .box .top i {
	display: block;
	float: left;
	width: 466px;
	height: 330px;
	overflow: hidden;
	padding-right: 40px;
}
.con_1_right .box .top i img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 310px;
}
.con_1_right .box .top h4 {
	font-size: 16px;
	line-height: 1.5em;
	padding: 35px 0 30px;
}
.con_1_right .box .top p {
	font-size: 14px;
	line-height: 1.5em;
	height: 7.5em;
	overflow: hidden;
}
.con_1_right .box .top span {
	display: block;
	padding-top: 20px;
}
.con_1_right .box .top span a {
	display: block;
	float: left;
	font-size: 14px;
	background: #ff0000;
	color: #fff;
	padding: 0 34px;
	border-radius: 300px;
	height: 40px;
	line-height: 40px;
}
.con_1_right .box .bottom {
	overflow: hidden;
	border: 1px solid #ccc;
	border-left: none;
}
.con_1_right .box .bottom ul li {
	float: left;
	width: 25%;
	overflow: hidden;
}
.con_1_right .box .bottom ul li a {
	display: block;
	overflow: hidden;
	border-left: 1px solid #ccc;
	background: #fff;
}
.con_1_right .box .bottom ul li a img {
	display: block;
	width: 100%;
	height: 186px;
}
.con_1_right .box .bottom ul li a span {
	display: block;
	padding: 0 30px;
}
.con_1_right .box .bottom ul li a span b {
	display: block;
	height: 58px;
	line-height: 58px;
	background: url(/images/index_con_1_ico_02.png) no-repeat right scroll;
}
.con_1_right .box .bottom ul li a:hover span b {
	background-image: url(/images/index_con_1_ico_03.png);
}
/*con_2*/
.con_2 dl dt, .con_2 dl dd {
	float: left;
	overflow: hidden;
}
.con_2 dl a {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.con_2 dl a img {
	display: block;
	width: 100%;
	height: auto;
}
.con_2 dl a p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
}
.con_2 dl dt {
	padding-top: 10px;
	height: 418px;
	width: 522px;
}
.con_2 dl dt a {
	background: #00314f;
}
.con_2 dl dt a img {
	min-height: 418px;
	opacity: 0.5;
}
.con_2 dl dt a p {
	display: table;
	position: absolute;
	width: 138px;
	height: 202px;
	left: 42px;
	top: 46px;
	border: 2px solid #fff;
}
.con_2 dl dt a p span {
	display: table-cell;
	vertical-align: middle;
}
.con_2 dl dd {
	width: 316px;
	height: 204px;
	padding: 10px 0 0 20px;
}
.con_2 dl dd a {
	height: 204px;
}
.con_2 dl dd a img {
	min-height: 204px;
}
.con_2 dl dd a p {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	margin: 0;
}
/*con_3*/
.con_3 {
	height: 586px;
	background: url(/images/index_con_3_bg.jpg) no-repeat center top;
	padding: 0;
}
.con_3 .top {
	padding: 100px 0 70px;
	overflow: hidden;
}
.con_3 .top h3 {
	float: left;
	width: 50%;
	color: #fff;
}
.con_3 .top h3 b {
	display: block;
	font-size: 30px;
}
.con_3 .top h3 em {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
}
.con_3 .top ul {
	float: left;
	width: 50%;
}
.con_3 .top ul li {
	float: left;
	width: 25%;
	text-align: center;
}
.con_3 .top ul li b {
	display: block;
	font-size: 30px;
	font-weight: normal;
}
.con_3 .top ul li em {
	display: block;
	font-size: 16px;
	padding-top: 10px;
}
.con_3_bottom {
	overflow: hidden;
	padding: 0 25px;
	background: #fff;
}
.con_3_bottom .bd {
	overflow: hidden;
}
.con_3_bottom ul li {
	float: left;
	width: 25%;
}
.con_3_bottom ul li a {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
}
.con_3_bottom ul li a img {
	display: block;
	margin: 0 auto 4px;
	width: 138px;
	height: 202px;
}
/*con_4*/
.con_4_tab_bt {
	overflow: hidden;
	padding: 40px 0 30px;
}
.con_4_tab_bt ul {
	text-align: center;
	font-size: 0;
}
.con_4_tab_bt ul li {
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #e5e5e5;
	color: #5a5a5a;
	border-radius: 3px;
	margin: 0 30px;
	font-size: 18px;
	cursor: pointer;
}
.con_4_tab_bt ul li.on {
	background: #00314f;
	color: #fff;
}
.con_4_tab_min {
	overflow: hidden;
}
.con_4_tab_min .box {
	overflow: hidden;
}
.con_4_tab_min .box .pic {
	width: 658px;
	height: 450px;
	float: right;
	background: no-repeat center right;
}
.con_4_tab_min .box h3 {
	overflow: hidden;
	padding: 60px 0 22px;
}
.con_4_tab_min .box h3 span {
	display: block;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #00314f;
	padding-bottom: 15px;
}
.con_4_tab_min .box h3 b {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.con_4_tab_min .box h3 em {
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.con_4_tab_min .box p {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 2em;
	height: 10em;
	overflow: hidden;
}
.con_4_tab_min .box a, .con_5 .min a {
	display: block;
	width: 126px;
	font-size: 14px;
	color: #ff0000;
	border: 1px solid #aaa;
	height: 40px;
	line-height: 40px;
	border-radius: 200px;
	text-align: center;
}
.con_4_tab_min .box a:hover, .con_5 .min a:hover {
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
}
/*con_5*/
.con_5 {
	background: no-repeat center top;
}
.con_5 .con_bt {
	color: #fff;
	margin-bottom: 60px;
}
.con_5 .con_bt i {
	background: #fff;
}
.con_5 .min {
	padding: 0 46px;
	background: #fff;
}
.con_5 .min p {
	font-size: 14px;
	font-size: 14px;
	line-height: 2em;
}
.con_5 .min a {
	margin: 0 auto;
}
/*con_6*/
.con_6 .con_bt {
	margin-bottom: 40px;
}
.con_6 h3 {
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}
.con_6 h3 b {
	display: block;
	height: 38px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #3480ce;
}
.con_6 h3 a {
	display: block;
	float: right;
	font-size: 14px;
}
.con_6_left {
	width: 625px;
	float: left;
}
.con_6_left img {
	display: block;
	float: left;
	width: 237px;
	height: 344px;
}
.con_6_left ul {
	width: 360px;
	float: right;
}
.con_6_left ul li {
	width: 100%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 0px 0 15px;
	margin-bottom: 44px;
}
.con_6_left ul li:last-child {
	margin: 0;
}
.con_6_left ul li em {
	display: block;
	line-height: 1.5em;
}
.con_6_left ul li a {
	display: block;
	height: 2em;
	line-height: 2em;
}
.con_6_left ul li span {
	display: block;
	line-height: 1.5em;
}
.con_6_right {
	width: 526px;
	float: right;
}
.con_6_right img {
	display: block;
	width: 100%;
	height: 142px;
}
.con_6_right ul li {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.con_6_right ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
}
.con_6_right ul li b {
	display: block;
	line-height: 2em;
	font-weight: normal;
	background: url(/images/index_con_6_ico_01.png) no-repeat left scroll;
	padding-left: 30px;
	margin-bottom: 3px;
}
.con_6_right ul li span {
	display: block;
	line-height: 1.8em;
	background: url(/images/index_con_6_ico_02.png) no-repeat left top;
	padding-left: 30px;
}
/*footer_top*/
.footer_top {
	clear: both;
	overflow: hidden;
	background: #1b2d38;
	color: #fff;
	padding-bottom: 20px;
}
.footer_top .top {
	text-align: center;
	color: #b9bcbe;
	font-size: 16px;
	line-height: 3em;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.footer_top .top a {
	color: #b9bcbe;
	padding: 0 25px;
}
.footer_top .top a:hover {
	color: #fff;
}
.footer_top .left {
	float: left;
	width: 120px;
}
.footer_top .left img {
	display: block;
	width: 100%;
	height: auto;
}
.footer_top .center {
	float: left;
	width: 550px;
	padding-left: 30px;
}
.footer_top .center h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.footer_top .center ul li {
	width: 50%;
	font-size: 14px;
	float: left;
	line-height: 2em;
}
.footer_top .right {
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	width: 384px;
}
.footer_top .right a {
	color: #fff;
	padding: 0 4px 0 0;
}
.footer_top .right a:hover {
	text-decoration: underline;
}
/*footer*/
.footer {
	overflow: hidden;
	background: #000;
	color: #999;
	line-height: 2em;
	text-align: center;
	padding: 10px 0;
}
.footer a {
	color: #999;
	padding: 0 5px;
}
.footer a:hover {
	color: #fff;
}
/*============================================*/
/*============================================*/
/*ny_banner*/
.ny_banner {
	height: 296px;
	background: no-repeat center scroll;
}
/*on_page*/
.on_page {
	height: 48px;
	line-height: 48px;
	color: #666;
}
.on_page a {
	color: #666;
	padding: 0 3px;
}
.on_page span {
	padding: 0 3px;
}
.on_page a:hover {
	color: #3480ce;
}
/*content*/
.content {
	overflow: hidden;
	padding-bottom: 62px;
}
.content .left {
	width: 306px;
	float: left;
}
.content .left .box {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.content .left h2 {
	height: 52px;
	line-height: 52px;
	background: #3f6baf;
	color: #fff;
	position: relative;
}
.content .left h2 i {
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
	width: 50%;
	color: #fff;
	opacity: 0.1;
	font-size: 52px;
	font-weight: bold;
}
.content .left h2 b {
	display: block;
	float: left;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
}
.content .left h2 em {
	font-size: 16px;
	opacity: 0.5;
	padding-left: 10px;
	font-weight: normal;
}
.content .left .nav_l ul li {
	width: 100%;
	float: left;
}
.content .left .nav_l ul li a {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	padding: 0 18px;
}
.content .left .nav_l ul li:last-child a {
	border: none;
}
.content .left .nav_l ul li a span {
	display: block;
	height: 46px;
	line-height: 46px;
	background: url(/images/content_left_ico_01.png) no-repeat right scroll;
}
.content .left .new_list {
	overflow: hidden;
	padding: 10px 0;
}
.content .left .new_list ul li {
	width: 100%;
	float: left;
}
.content .left .new_list ul li a {
	display: block;
	overflow: hidden;
	padding: 0 18px;
}
.content .left .new_list ul li a span {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 18px;
	position: relative;
}
.content .left .new_list ul li a span:before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	font-size: 16px;
}
.content .left .gjc {
	padding: 12px 0 18px;
	overflow: hidden;
}
.content .left .gjc ul {
	padding-left: 8px;
}
.content .left .gjc ul li {
	float: left;
	padding: 6px 0 0 6px;
	width: 135px;
}
.content .left .gjc ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px dashed #eee;
	font-size: 14px;
	overflow: hidden;
}
.content .left .gjc ul li a:hover {
	border-color: #3480ce;
}
.content .left .lxwm dl dt, .content .left .lxwm dl dd {
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	font-size: 14px;
}
.content .left .lxwm dl dt {
	font-size: 16px;
	font-weight: bold;
}
.content .left .lxwm dl dd {
	border-top: 1px solid #eee;
}
.content .left .zxzx {
	margin: 0;
}
.content .left .zxzx img {
	display: block;
	width: 100%;
	height: auto;
}
.content .right {
	width: 846px;
	float: right;
}
/*公司简介*/
.ny_gsjj {
	font-size: 16px;
	line-height: 3em;
}
.ny_gsjj p {
	margin-bottom: 2em;
}

/*产品*/
.ny_cp .min {
	overflow: hidden;
	padding-bottom: 40px;
}
.ny_cp .min ul {
	margin-top: -24px;
	width: 880px;
}
.ny_cp .min ul li {
	float: left;
	padding: 24px 24px 0 0;
	width: 266px;
}
.ny_cp .min ul li a {
	display: block;
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.ny_cp .min ul li a i {
	display: block;
	height: 192px;
	overflow: hidden;
}
.ny_cp .min ul li a img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 192px;
}
.ny_cp .min ul li a b {
	display: block;
	text-align: center;
	height: 44px;
	line-height: 44px;
}
/*page*/
.page {
	clear: both;
}
.page ul {
	text-align: center;
	font-size: 0;
}
.page ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
}
.page ul li a, .page ul li b {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 13px;
	border: 1px solid #ccc;
}
.page ul li a:hover, .page ul li b {
	background: #00314f;
	border-color: #00314f;
	color: #fff;
}
.page ul li select {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
}
/*产品-内容页*/
.ny_cp_con .top {
	overflow: hidden;
	padding-bottom: 50px;
}
.ny_cp_con .top i {
	display: block;
	float: left;
	width: 484px;
	height: 388px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 30px;
}
.ny_cp_con .top i img {
	display: block;
	width: 100%;
	height: auto;
}
.ny_cp_con .top h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ny_cp_con .top p {
	line-height: 2em;
	font-size: 14px;
	color: #666;
}
.ny_cp_con .top a {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 200px;
	background: #3f6baf;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
h4.ny_right_bt {
	overflow: hidden;
	border: 1px solid #ccc;
}
h4.ny_right_bt b {
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 56px;
	border: 1px solid #3f6baf;
	color: #3f6baf;
}
.ny_cp_con .min {
	overflow: hidden;
	padding: 15px 0;
}
.ny_cp_con .gs {
	font-size: 14px;
	line-height: 2em;
}
.ny_cp_con .gs p {
	text-indent: 2em;
}
.ny_cp_con .gs img {
	display: block;
	margin: 0 auto 10px;
}
/*ny_con_bottom*/
.ny_con_bottom {
	overflow: hidden;
}
.ny_biaoqian {
	overflow: hidden;
	padding-bottom: 30px;
}
.ny_biaoqian h3 {
	border-bottom: 1px solid #ccc;
	height: 43px;
}
.ny_biaoqian h3 b {
	display: block;
	float: left;
	border-bottom: 2px solid #00314f;
	color: #00314f;
	font-size: 18px;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
}
.ny_biaoqian ul {
	padding-top: 5px;
}
.ny_biaoqian ul li {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}
.ny_biaoqian ul li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	background: #f4f4f4;
}
.ny_biaoqian p {
	padding-top: 15px;
	clear: both;
}
.ny_page_2 {
	overflow: hidden;
}
.ny_page_2 p {
	height: 44px;
	line-height: 44px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	color: #3f6baf;
	font-size: 14px;
	padding: 0 15px;
}
.ny_page_2 p span {
	display: block;
	float: left;
}
.ny_page_2 p span em, .ny_page_2 p span a {
	color: #666;
}
.ny_page_2 p span a:hover {
	color: #3480ce;
}
.ny_page_2 p i {
	display: block;
	float: right;
}
.ny_xg {
	overflow: hidden;
}
.ny_xg h3 {
	height: 42px;
	line-height: 42px;
	border: 1px solid #eee;
}
.ny_xg h3 b {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 15px;
	border-right: 1px solid #eee;
	color: #3f6baf;
	font-size: 14px;
}
.ny_xg .min {
	overflow: hidden;
	padding: 15px 0 20px;
}
.ny_xg .zjll_pic {
	padding-top: 5px;
}
.ny_xg .zjll_pic ul {
	width: 856px;
}
.ny_xg .zjll_pic ul li {
	float: left;
	padding: 10px 10px 0 0;
	width: 204px;
}
.ny_xg .zjll_pic ul li a {
	display: block;
	overflow: hidden;
}
.ny_xg .zjll_pic ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
.ny_xg .zjll_pic ul li a b {
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding-top: 5px;
}
.ny_xg .news_list {
	padding-top: 5px;
}
.ny_xg .news_list ul {
	width: 876px;
}
.ny_xg .news_list ul li {
	width: 408px;
	padding-right: 30px;
	float: left;
}
.ny_xg .news_list ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.ny_xg .news_list ul li a span {
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 16px;
	width: 285px;
	overflow: hidden;
	position: relative;
}
.ny_xg .news_list ul li a span:before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	font-size: 16px;
}
.ny_xg .news_list ul li a i {
	display: block;
	float: right;
}
.ny_xg .news_list ul li a:hover {
	color: #3480ce;
}
/*============================================*/
/*新闻列表*/
.ny_new .min {
	padding-bottom: 34px;
	overflow: hidden;
}
.ny_new .min ul {
	margin-top: -34px;
}
.ny_new .min ul li {
	width: 100%;
	float: left;
	padding-top: 34px;
}
.ny_new .min ul li a {
	display: block;
	padding: 10px 30px 30px;
	border: 1px solid #ccc;
}
.ny_new .min ul li span.bt {
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}
.ny_new .min ul li span.bt b {
	display: block;
	float: left;
	font-size: 18px;
}
.ny_new .min ul li span.bt em {
	display: block;
	float: right;
	font-size: 14px;
	color: #333;
}
.ny_new .min ul li p {
	font-size: 14px;
	line-height: 1.6em;
	height: 3.2em;
	overflow: hidden;
	margin-bottom: 14px;
	color: #999;
}
.ny_new .min ul li span.more {
	display: block;
	height: 36px;
	line-height: 36px;
	width: 130px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 14px;
}
.ny_new .min ul li a:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.ny_new .min ul li a:hover span.more {
	background: #3480ce;
	color: #fff;
	border-color: #3480ce;
}
/*新闻列表-内容*/
.ny_new_con {
	overflow: hidden;
}
.new_con_bt {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}
.new_con_bt h3 {
	font-size: 20px;
	font-weight: bold;
}
.new_con_bt p {
	padding-top: 20px;
}
.new_con_bt p span {
	padding-right: 15px;
	color: #999;
}
.new_con_bt p span img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
	opacity: 0.7;
}
.new_con_min {
	overflow: hidden;
	font-size: 14px;
	line-height: 2em;
	padding: 15px 0;
}
.new_con_min p {
	margin-bottom: 5px;
}
.new_con_min img {
	display: block;
	margin: 0 auto;
}



/*
鼠标经过蓝色：  3480ce    深蓝色：  00314f

*/
</pre></body></html>