* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html {
	font-family: "微软雅黑", arial, 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color:#333;
	line-height:26px;
	overflow-x:hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

ul, ol {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #004895;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.left_tp {
	float: left;
	padding: 0px 25px 25px 0px;
}
.right_tp {
	float: right;
	padding: 0px 0px 25px 25px;
}
@media (max-width:979px) {
.left_tp {
	width:45%;
	float: left;
	padding: 0px 15px 15px 0px;
}
.right_tp {
	width:45%;
	float: right;
	padding: 0px 0px 15px 15px;
}
}

@media (max-width:640px) {
.left_tp {
	width:100%;
	float: none;
	padding: 0;
	text-align: center;
	clear: both;
}
.right_tp {
	width:100%;
	float: none;
	padding: 0;
	text-align: center;
	clear: both;
}
}
@media print {
* {
	text-shadow: none !important;
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}

img {
	max-width: 100% !important;
}

}

/*移除自带映射|移除自动填充样式*/
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
-webkit-text-fill-color: #333;
}
input[type=text], input[type=password],textarea {
	-webkit-appearance: none;
}
.main {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.main:after {
	content: '';
	display: block;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.tran {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.one {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lin {
	display: -webkit-box !important;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
/*头部和整体*/
body {
	padding-top: 60px;
}
.head {
	position: fixed;
	z-index: 18;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
}
.head-logo {
	float: left;
	display: block;
	padding: 0px 0;
}
.head-logo img {
	max-width:100%;
	height:auto;

}

.head-rg {
	float: right;
	line-height: 60px;
}
.head-btn {
	display: none;
	float: left;
	padding: 10px 0;
}
.head-btn span {
	position: relative;
	display: block;
	width: 25px;
	height: 3px;
	background: #004895;
}
.head-btn span:before, .head-btn span:after {
	position: absolute;
	content: "";
	clear: both;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004895;
}
.head-btn span:before {
	top: -8px;
}
.head-btn span:after {
	bottom: -8px;
}
.head-ul {
	float: left;
}
.head-li {
	float: left;
	position: relative;
}
.head-a {
	display: block;
	font-size: 16px;
	padding: 0 26px;
	color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.head-pull-ul {
	position: absolute;
	z-index: 4;
	top: 100%;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	transform: translate3d(0, 20%, 0);
	-webkit-transform: translate3d(0, 20%, 0);
	-moz-transform: translate3d(0, 20%, 0);
	-ms-transform: translate3d(0, 20%, 0);
	-o-transform: translate3d(0, 20%, 0);
}
.head-pull-ul a {
	color: #666;
}
.head-li:hover .head-a, .head-a.active {
	color: #fff;
	background: #004895;
}
.head-li:hover .head-pull-ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.head-pull-ul li:hover a {
	color: #004895;
}


 @media only screen and (max-width:1198px ) {
.head {
	padding: 0 10px;
}
.head-a {
padding: 0 26px;

}
.head-logo {
	width: 165px;
	padding: 5px 0;
}
}


@media only screen and (max-width:640px ) {
body {
	padding-top: 50px;
	padding-bottom: 200px;
}
.head-logo {
	padding: 5px 0;
}
.head-rg {
	line-height: 50px;
}
.head-btn {
	display: block;
	margin-top: 20px;
	margin-left: 10px;
}
.head-ul {
	display: none;
	float: none;
	position: absolute;
	z-index: 4;
	top: 100%;
	right: 0;
	width: 50%;
	background: #fff;
}
.head-li {
	float: none;
}
.head-a {
	text-align: center;
}
.head-li a {
	line-height: 45px;
	border-bottom: 1px solid #f1f1f1;
}
.head-pull-ul {
	left: -100%;
	top: 0%;
	margin-left: 0;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
}
.head-pull-ul.active {
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
}

@media only screen and (max-width:640px ) {
body {
	padding-bottom:0px;
}
.head-li:hover .head-a, .head-a.active {
	color: #666;
	background: #fff;
}
.head-pull-ul {
	border-radius: 0;
	background: #f3f3f3;
}
.head-pull-ul li {
	border-bottom: 1px solid #e8e8e8;
}

}
@media only screen and (max-width:340px ) {
.login-scroll {
	height: 50px;
}
}

.head_r{
	float:right;
	line-height:40px;
	padding-left:20px;
	border-left:1px solid #dddddd;
	margin-top:12px;
	*+margin-top:25px;
	margin-left:10px;
}
.head_r ul li{
	width:40px;
	float:left;
	text-align:center;
	cursor:pointer;
}
.head_r ul li .gray{
	display:block;
	line-height:40px;
}
.head_r ul li .rgb{
	display: none;
	line-height:40px;
}
.head_r ul li:hover .gray{
	display:none;
}
.head_r ul li:hover .rgb{
	display:block;
}
.weixin_fangda img{
	width: 150px;
	height: 150px;
}
@media only screen and (max-width:1198px ) {
.head_r{
	float:right;
	padding-left:20px;
	border-left:1px solid #dddddd;
	margin-left:30px;
	padding-right:10px;
}
}
@media only screen and (max-width:767px ) {
.head_r{
	display: none;
}
}


/*头部和整体*/
/*底部*/
.foot {
	z-index: 18;
	bottom: 0;
	left: 0;
	width: 100%;
	background:#00479d;
	color:#fff;
	padding:15px 0px;
}

.foot_l{
	float:left;
	font-size:12px;
}

.foot_l span{
	float:left;
	font-size:14px;
	margin-right:15px;
	
}
.foot_l a{
	color:#fff;
}
.foot_l a:hover{
	text-decoration:underline;
}
.foot_r{
	float:right;
	margin-top:12px;
}

@media only screen and (max-width:1198px ) {
.foot_l{
	margin-left:2%;
}
.foot_r{
	margin-right:2%;
}

}
@media only screen and (max-width:767px ) {
.foot{
	height:110px;
}
.foot_r{
	display:none;
}
.foot_l .icp{
	float:left;
}

}

/*底部*/

/*左侧导航*/
.speech-head {
	line-height: 52px;
	border-bottom: 1px solid #e3e3e3;
}
.speech-tit {
	position: relative;
}
.speech-nav {
	*+width: 222px;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}
.speech-nav-ic {
	display: none;
	position: absolute;
	top: 0;
	right: 20px;
	content: "";
	clear: both;
	width: 16px;
	height: 52px;
	background: url(../images/icon17.png) no-repeat center;
}
.speech-nav-ic.active {
	background: url(../images/icon18.png) no-repeat center;
}
.speech-nav-tit {
	padding-left: 30px;
	width: 222px;
	font-size: 22px;
	color: #fff;
	background: url(../images/bg7.png) no-repeat center;
}
.speech-nav-ul {
	*+width:228px;
	background: #efefef;
	margin-bottom:120px;
	*+margin-left:12px;
}
.speech-nav-li {
	border-top: 1px solid #fff;
}
.speech-nav-a {
	display: block;
	padding-left: 30px;
		color: #666;
}
.speech-nav-li:hover .speech-nav-a, .speech-nav-li.active .speech-nav-a {
	color: #fff;
	background: #00aeeb;

}
.speech-nav-ul li.active{
	color: #fff;
	background: #00aeeb;
}
.speech-nav-ul li.active a{
	color: #fff;
}
.speech-tit-home {
	float: right;
}
.speech-tit-home a {
	color: #4d4852;
}
.speech-tit-home a:hover {
	color: #00aeeb;
}
.speech-tit-home i {
	margin-right: 10px;
}
.speech-tit-home span {
	margin: 0 10px;
}
.speech-cont {
	padding-left: 260px;
	padding-bottom: 30px;
	padding-top:30px;
	min-height:400px;
}
@media only screen and (max-width:980px ) {
.speech-cont img{
	max-width:100%;
	height:auto;
}
}

@media only screen and (max-width:1200px ) {
.speech-tit {
	padding: 0 10px;
}
.speech-cont {
	padding: 0 10px;
	padding-left: 250px;
	padding-bottom:80px;
}

}
@media only screen and (max-width:1198px ) {
.speech-head {
	height: 52px;
}
.speech-tit-home {
	display: none;
}
.speech-nav-ic {
	display: block;
}
.speech-nav-ul {
	display: none;
}
.speech-nav-tit {
	width: 160px;
	font-size: 18px;
}
.speech-cont {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:80px;
	margin-top:20px;
}
}

/*左侧导航*/

/*内容块*/

.dlltop {
	margin: 0 auto;
	max-width: 2000px;
	min-height: 240px;
}

@media (max-width: 1199px) {
.dlltop {
	background-size: auto 100% !important;
		height:12rem !important;
	min-height: 12rem !important;
}
}
@media (max-width: 640px) {
.dlltop {
	height:7rem !important;
	min-height:7rem !important;
}
.speech-cont {
	padding: 0 10px;
}
}


/*内容块*/


/**荣誉资质**/
.honor_list {
	width: 100%;
}
.honor_list li {
	width: 25%;
	float: left;
	margin-bottom: 1em;
}
.honor_list li:nth-child(2n){animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.honor_list li:nth-child(3n){animation-delay: .2s;-webkit-animation-delay: .2s;-moz-animation-delay: .2s;}
.honor_list li:nth-child(4n){animation-delay: .3s;-webkit-animation-delay: .3s;-moz-animation-delay: .3s;}

.honor_list li a {
	display: block;
	width: 100%;
}
.honor_list li .honor_pic {
	margin:0 auto;
	width: 85%;
	border: 1px solid #ddd;
	padding: 5%;
}
.honor_list li .honor_pic_box {
	width: 100%;
	overflow: hidden;
}
.honor_list li .honor_pic_box img {
	width: 100%;
}
.honor_list li p {
	width: 85%;
	margin:0 auto;
	text-align: center;
	line-height: 22px;
	text-align: center;
	height:54px;
	overflow: hidden;
	padding-top:10px;
}

 
 @media (max-width: 1197px) {
.honor_list li {
	width: 33.3%;
	float: left;
	margin-bottom: 1em;
}
.honor_list li .honor_pic {
	width: 87%;
	border: 1px solid #ddd;
	padding: 3%;
}
.honor_list li p {
	text-align: center;
	line-height: 20px;
	text-align: center;
}
}
 @media (max-width: 797px) {
.honor_list {
	width: 100%;
}
.honor_list li {
	width: 50%;
	float: left;
	margin-bottom: 1em;
}
.honor_list li .honor_pic {
	width: 87%;
	border: 1px solid #ddd;
	padding: 3%;
}
.honor_list li p {
	text-align: center;
	line-height: 20px;
	text-align: center;
}
}

@media (max-width: 640px) {
.honor_list {
	width: 96%;
	margin: 0 auto;
}
.honor_list li {
	width: 100%;
	float: left;
	margin-bottom: 1.5em;
}
.honor_list li .honor_pic {
	width: 90%;
	border: 1px solid #ddd;
	padding: 5%;
}
.honor_list li p {
	text-align: center;
	line-height: 36px;
	text-align: center;
}
}
/**荣誉资质**/
/**页码**/ 
.pager {
	TEXT-ALIGN: center;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
	PADDING-TOP: 10px;
	font-size: 12px;
	margin:10px 0px 15px 0px;
}
.pager A {
	BORDER-BOTTOM: #c8c8c8 1px solid;
	BORDER-LEFT: #c8c8c8 1px solid;
	PADDING-BOTTOM: 5px;
	BACKGROUND-COLOR: #ffffff;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #999;
	BORDER-TOP: #c8c8c8 1px solid;
	MARGIN-RIGHT: 5px;
	BORDER-RIGHT: #c8c8c8 1px solid;
	TEXT-DECORATION: none;
	PADDING-TOP: 5px
}
.pager A:hover {
	BACKGROUND-COLOR: #606060;
	COLOR: #ffffff
}
.pager .cpb {
	BORDER-BOTTOM: #c8c8c8 1px solid;
	BORDER-LEFT: #c8c8c8 1px solid;
	PADDING-BOTTOM: 5px;
	BACKGROUND-COLOR: #606060;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #ffffff;
	BORDER-TOP: #c8c8c8 1px solid;
	MARGIN-RIGHT: 5px;
	BORDER-RIGHT: #c8c8c8 1px solid;
	TEXT-DECORATION: none;
	PADDING-TOP: 5px
}
/**页码**/ 
/**下属企业**/ 
.down-cp{overflow:hidden;}
.down-cp ul li{ margin-bottom:10px; line-height:30px; padding:10px 0; background:#f2f2f2; position:relative;transition:all 1s ease 0s; position:relative;}
.down-cp ul li:hover{ background:#888;}
.down-cp ul li:hover span{ color:#fff;}
.down-cp ul li span{ display: inline-block; text-align:center; font-size:18px;}
.down-cp ul li span.name{ width:94%; text-align:left; text-indent:40px; }
@media (max-width: 980px) {
	.down-cp ul li span.name{ width:90%; text-align:left; text-indent:30px; }
}

@media (max-width: 640px) {
	.down-cp ul li{ width:98%;}
	.down-cp ul li span.name{ width:90%; text-align:left; text-indent:20px; font-size:16px; }
}
/**下属企业**/ 



 /*新闻*/
.news-li{padding: 30px 0;border-top: 1px solid #f0f0f0; clear:both;}
.news-li:first-child{border:none;}
.news-li a{display: table;width:100%;}
.new-box,.news-cont{display: table-cell;vertical-align: middle;}
.news-img{display: table-cell;}

.news-img img{display: block;width: 100%;}
.news-img{width: 200px;*+float:left;}
.news-cont{padding: 0 0 0 40px;color: #333; *+float:left; *+width:700px;}
.news-cont-tit{font-weight:bold;font-size: 16px;color: #333;-webkit-line-clamp: 1;}
.news-cont p{margin:20px 0; -webkit-line-clamp: 2;line-height: 25px; color:#999;}
.news-time{color:#999}
.news-time span{color: #333;}

@media only screen and (max-width:1220px ) {
	.news-box{display: table;margin-bottom: 10px;width:100%;}
	.news-cont{padding: 0 20px;}
}
@media only screen and (max-width:1198px ) {
.news-cont p{ max-height:50px; overflow:hidden;text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis;
}

}

@media only screen and (max-width:640px ) {
	.new-box,.news-img,.news-cont{display: block;padding: 0;width: 100%;}
	.news-cont{padding: 10px 0;}
	.news-cont p{margin: 10px 0;}
}
 /*新闻*/


/**新闻内页内容**/

.n_news_detail_top {
	padding: 0px 0 10px;
	width: 100%;
	margin: 0 auto;
}
.n_news_detail_top .dbt {
	width: 100%;
	color: #1a1a1a;
	text-align: center;
	line-height: 1.6em;
	padding: 8px 0;
	-webkit-text-stroke: 0.01em #000;
	font-size: 26px;
}
.n_news_detail_top .xbt {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.n_news_detail_top span {
	font-size: 0.9em;
	line-height: 2.4em;
	color: #999999;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}
.n_right_news_bottom {
	border-top: 1px solid #ddd;
	width: 100%;
}
.n_right_news_bottom_link {
	width: 60%;
	float: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.n_right_news_bottom_link p {
	position: relative;
	line-height: 30px;
	z-index: 9;
	padding-left: 18px;
}
.n_right_news_bottom_link p span {
	display: inline-block;
	width: 1em;
	height: 0.8em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	z-index: 99;
}
.n_right_news_bottom_link p span.prve {
	background: #666 url(../images/bottom_link1.png) no-repeat center center;
}
.n_right_news_bottom_link p span.next {
	background: #666 url(../images/bottom_link2.png) no-repeat center center;
}
.n_right_news_bottom_link p a {
	color: #333333;
	font-size: 14px;
	line-height: 2em;
	padding-left: 5px;
}
.n_right_news_bottom_link p:hover span.prve {
	background: #004895 url(../images/bottom_link1.png) no-repeat;
center center;
}
.n_right_news_bottom_link p:hover span.next {
	background: #004895 url(../images/bottom_link2.png) no-repeat;
center center;
}
.n_right_news_bottom_link p:hover a {
	color: #00479a;
}
.n_right_news_bottom_share {
	width: 20%;
	height: 30px;
	float: right;
	position: relative;
	margin-top: 2em;
}
.n_right_news_bottom_share a.new_back {
	display: block;
	width: 40px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/new_back.png) no-repeat;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
}
.n_right_news_bottom_share a.new_back:hover {
	background: url(../images/new_backon.png) no-repeat;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
}
.n_con {
	width: 100%;
	padding: 10px 0px 25px 0px;
}
.n_con img {
	max-width: 100%;
	height: auto;
}
 @media (max-width:640px) {
.n_right_news_bottom {
	display: none;
}
.n_news_detail_top .dbt {
	font-size:20px;
	line-height:26px;
	padding:0;
	margin:0;
}
.n_con{
	padding:0px;
}
}
/**新闻内页内容**/
/**公告**/
.ind-news-li {
	margin-bottom: 10px;
	border-bottom:1px solid #f1f1f1;
}
.ind-news-li-a {
	display: block;
	color: #666;
}
.ind-news-li-time {
	position: relative;
	padding: 20px;
	float: left;
	width: 140px;
	box-sizing: border-box;
	font-family: arial;
}
.ind-news-li-time:after {
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: #999;
}
.ind-news-li-time:before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -6px;
	display: none;
	width: 0;
	height: 0;
	
}
.ind-news-li-time-a {
	font-size: 18px;
}

.ind-news-li-desc {
	padding: 10px;
	float: left;
}
.ind-news-li-tit {
	padding-left:15px;
	font-size:16px;
	line-height:45px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ind-news-li.active .ind-news-li-a {
	background-color: #003399;
	color: #fff;
}

.ind-news-li.active .ind-news-li-tit {
	color: #fff;
}
.ind-news-li.active .ind-news-li-time:before {
	display: block;
}
.ind-news-li.active .ind-news-li-time:after {
	display: none;
}
.ind-news-li-a:hover .ind-news-li-time:after {
	display: none;
}


.news .ind-news-li-desc {
	width:85%;
}
.news .ind-news-li:hover .ind-news-li-a {
	background-color: #888;
	color: #fff;
}
.news .ind-news-li:hover .ind-news-li-time {
	background-color: #00479a;
	border-color: transparent;
}
.news .ind-news-li:hover .ind-news-li-tit {
	color: #fff;
}

@media (max-width: 1199px) {
.news .ind-news-li-desc {
	width:85%;
}
}
@media (max-width:979px) {
.news .ind-news-li-desc {
	width:81%;
}
}

@media (max-width:767px) {
.news .ind-news-li-desc {
	width:100%;
	float:left;
}
.ind-news-li-time {
	width: 120px;
	padding:0;
	padding-left:10px;
	padding-top:10px;
}
.ind-news-li-time-a {
	font-size:14px;
	line-height:16px;
	height:16px;
}
.ind-news-li-tit {
	padding:0;
	font-size:16px;
	line-height:20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ind-news-li-time:before {
	border-right:none;
}
.ind-news-li-time:after {
	display:none;
}
.news .ind-news-li:hover .ind-news-li-time {
	background-color: #888;
	border-color: transparent;
}
}

/**公告**/

/**企业文化**/
.blue{
	color:#00479d;
	font-weight:bold;
	line-height:45px;
}
/**企业文化**/

/**法制国企**/
.legal li{
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:1px dashed #ddd;
	background:url(../images/icon16.png) no-repeat left center;
	overflow:hidden;
		white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom:5px;
}
.legal li span{
	float:right;
	color:#999;
}
.legal li:hover{
	border-bottom:1px dotted #00479d;

}
.legal li a{
	color:#333;
	padding-left:10px;
}
.legal li a:hover{
	color:#00479d;
}

@media (max-width:767px) {
	.legal li span{
		display:none;
	}
}
/**法制国企**/


/**网站地图**/
.mapBody{padding:30px 30px 80px 30px;}
.mapBody h2{font-size:26px;color:#333;border-bottom:1px solid #e3e3e3;padding-bottom:15px;padding-left:10px;margin-bottom:0;}
.mapBody div{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #e3e3e3;padding-left:10px;}
.mapBody div h3{font-size:22px;color:#0d5cc1;margin-top:0;padding-bottom:5px; font-weight:normal; padding-bottom:10px;}
.mapBody div ul li{float:left;background:url(../images/map.jpg) no-repeat left 12px;padding-left:15px;width:20%;}
.mapBody div ul li a{font-size:16px;color:#333;line-height:30px;}
.mapBody div ul li p{margin-bottom:0;}
.mapBody div ul li p a{font-size:14px;}
@media screen and (max-width: 970px){
	.mapBody{padding:20px}
.mapBody div ul li{width:50%;background:url(../images/map.jpg) no-repeat left 8px}
.mapBody div ul li a{font-size:14px;color:#333;line-height:24px;}
}
/**网站地图**/

/**产品**/
.leftmenu2 {
	width:100%;
	float: left;
	LIST-STYLE-TYPE: none;
}
.leftmenu2 LI {
	width:25%;
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-family: "Microsoft YaHei";
	float:left;
	background:url(../images/icon162.png) no-repeat left center;
	text-indent:7px;
}
.leftmenu2 LI A {
	color: #000000;
	DISPLAY: block;
	TEXT-DECORATION: none;
}
.leftmenu2 LI A:hover {
	color: #e20011;
}
.leftmenu2 li .product_list_ulhover {
	color: #e20011;
}
@media screen and (max-width: 970px){
	.leftmenu2 LI {
	width:33%;
	}
}
@media screen and (max-width: 767px){
	.leftmenu2 LI {
	width:50%;
	}
}

.protitle{
	font-size:24px;
	color:#000;
	border-top:1px dashed #ccc;
	margin:20px 0px;
	padding:15px;
	background:#f2f2f2;
}

/**产品**/

