
/* CSS ���� */
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}*/
html {
	font-family: "΢���ź�",Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;	
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, blockquote, caption, th, td, img, article, aside, address, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	margin: 0;
	padding: 0;
}
article, aside, address, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
body {
	background: #FFF;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}
a,
fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}
ul ,dl {
	display: block;
}
li, dt, dd {
	list-style-type: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none; /*ȥ��ƻ����Ĭ��UI����Ⱦ��ť*/
}
h1,
.h1 { 
	font-size: 36px;
}
h2,
.h2 { 
	font-size: 20px;
}
h3,
.h3 { 
	font-size: 24px;
}
h4,
.h4 { 
	font-size: 18px;
}
h5,
.h5 { 
	font-size: 14px;
}
h6,
.h6 { 
	font-size: 12px;
}
p {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}

.pro-name{font-weight:bold;height:32px;line-height:32px;margin-bottom:10px;text-align:center;font-size:16px;}
.pro-info{padding:10px 0 20px;}
.news_desc {text-align:center;padding-top:0px;margin-bottom:10px;border-bottom:1px dotted #cccccc;color:#999999;}

.pagelink {text-align:center;padding-top:20px;padding-bottom:10px;}
.pagelink a,.pagelink span {border:1px solid #cccccc;padding:5px;margin-right:5px;}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-left: -15px;
	margin-right: -15px;	
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.fl {
	float: left;
}
.hide {
	overflow: hidden;
}
.fr {
	float: right;
}
/* ͼƬ */
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.img-center {
	margin: 0 auto;
}
/* ������� */
.clear-fix:before {
	display: table;
	content: '';
}
.clear-fix:after {
	display: table;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clear-fix {
	*zoom: 1;
}
/* �����ı���ʾʡ�Ժ� */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* height: 50px;
	line-height: 50px;*/
}
/* ����Сͼ�� */
.caret {
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	margin-left: 5px;
	border-top: 4px solid gray;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0;
}
/* ���� */
.transition {
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}

/*!
 * �����е��ı�Ԫ�� <input>��<textarea> �� <select> ��� class ="form-control"
 * .help-block �鼶�ı�����˵��
 */
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition:	all 0.15s ease-in-out;
	-webkit-transition:	all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}
.form-control:focus {
	outline: none;
	border-color: #66afe9;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	-webkit-box-shadow: 0 0 8px rgba(102,175,233,.6);
	-moz-box-shadow: 0 0 8px rgba(102,175,233,.6);
	-o-box-shadow: 0 0 8px rgba(102,175,233,.6);
	-ms-box-shadow: 0 0 8px rgba(102,175,233,.6);
} 
.form-group {
	margin-top: 15px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
label {
 	display: inline-block;
	/*max-width: 100%;*/
	font-weight: bold;
	margin-bottom: 10px;
}
.checkbox,
.radio {
	display: block;
	position: relative;
}
.checkbox-inline,
.radio-inline {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: absolute;
	top: 5px;
	top: 4px \9;
	left: 0;
	line-height: 0;
}

.form-inline .form-group {
	display: inline-block;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	text-align: right;
	padding-top: 7px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.com-btn {
	border-color: #ccc;
	background-color: #fff;
}

input[type="file"] {
	display: block;
}

/* ���� @-moz-keyframes */
/*@keyframes myAnimation {
			0% {transform: translateX(-50%);opacity: 0;}
			25% {transform: translateX(25%);}
			50% {transform: translateX(-15%);}
			75% {transform: translateX(5%);}
			100% {transform: translateX(0);opacity: 1;}
		} 
*/

/* ý���ѯ */
@media (min-width: 768px) {
	.container {
    	width: 750px;
  	}
}
@media (min-width: 992px) {
	.container {
  		width: 970px;
  	}
}
@media (min-width: 1200px) {
	.container {
  		width: 1170px;
  	}
}

/* ����ϵͳ
 * .col-xs-* ��С��Ļ���ֻ���С�� 768px��
 * .col-sm-* С��Ļ��ƽ�壬���ڵ��� 768px��
 * .col-md-* �е���Ļ��������ʾ�������ڵ��� 992px��
 * .col-lg-* ����Ļ����������ʾ�������ڵ��� 1200px��
*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    	float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
 	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
  	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.w1200{width: 1200px;margin:0 auto;}

/*footer start*/
.f_bj{color: #5F5F5F;clear: both;height: 312px;line-height: 26px;background: url(../images/footbg.gif) repeat-x center 0 #d7dbe1;}
.f_bj a{color: #5F5F5F;}     
.f_nav{height: 32px;line-height: 32px;text-align: center;font-size: 16px;color: #FFFFFF;margin-bottom: 37px;}
.f_nav a{display: inline-block;color: #FFFFFF;}
.f_nav em{opacity: 0.3;font-size: 14px;padding: 0 31px;}
.f_logo{width: 290px;text-align: center;}
.f_con{width: 850px;}
.f_con h3{height: 32px;border-bottom: solid 1px #e6e6e6;position: relative;font-size: 18px;color: #000;line-height: 22px;margin-bottom: 23px;}
.f_con h3:before{content: "";position: absolute;width: 75px;height: 2px;background: #C10001;left: 0;top: 31px;}
.f_text{float: left;overflow: hidden;padding: 9px 0 0;}
.f_text li{width: 330px;height: 66px;float: left;line-height: 24px;background: url(../images/f_ico4.png) no-repeat 0 5px;padding: 0 0 0 50px;color: #2f3030;}
.f_text li.f_text1{width: 390px;background: url(../images/f_ico1.png) no-repeat 0 5px;}
.f_text li.f_text2{background: url(../images/f_ico2.png) no-repeat 0 5px;}
.f_text li.f_text3{width: 390px;background: url(../images/f_ico3.png) no-repeat 0 5px;}
.f_text li span{display: block;color: #5F5F5F;}

/* �������� */

.links{ width:100%; height: auto; background: #555555; clear: both; }
.links-title{ width:100%; height:60px; line-height:60px; font-size:24px; color:#fff;}
.links ul{ width:1200px; height:auto; margin:0 auto; padding:24px 0px;clear:both;}
.links ul li{float:left; margin:0px; color: #fff;line-height:13px;}
.links ul li a{color:#fff; padding:0px 8px; font-size:14px; line-height:13px; display:inline-block; }
.links ul li a:hover{ color:#fff; text-decoration:none;}



.content{ width:1050px; margin:0 auto; text-align: left;}

.f_fl{float:left;}

.f_fr{float:right;}

/* ���� */

.g_newcon{height: 444px; padding-top: 72px; overflow: hidden;background:#FFFFFF;}

.g_news{width: 636px; padding-left: 15px; float:right;}

.g_news h2{ height: 43px; line-height: 43px;margin-bottom: 25px; background:url(../images/xw.jpg) no-repeat;} 

.g_news h2 .u_tab{ float: left; display: inline-block;font-size: 20px;padding-left:40px; color: #666;}

.g_news h2 .u_tab a{ height: 43px; line-height: 43px;  display:inline-block; color: #666666; font-size: 20px;font-family:"Microsoft YaHei"; font-weight:normal; padding: 0 13px; }

.g_news h2 .u_tab a:hover,.g_news h2 .u_tab .cur{color: #0061BC;font-weight: bold; font-size:20px;}

.g_news h2 .u_more a{ color: #666666; font-size: 14px; font-family: arial;font-weight: normal;display: block;}

.g_news h2 .u_more a:hover{background: none;}

.g_news .u_dlst3{height: 180px; padding-left: 10px;}

.g_news .u_dlst3 dt{ float: left; width: 295px;  margin-right: 27px;}

.g_news .u_dlst3 dt img{width:295px; height: 135px;display: block;}

.g_news .u_dlst3 dd{ float: left; width: 300px;}

.g_news .u_dlst3 dd p{ color: #666666; font-size: 14px; line-height: 25px; height: 100px; overflow: hidden;}

.g_news .u_dlst3 dd span {display: block;margin-top: 30px;	}

.g_news .u_dlst3 dd span a{color: #0061BC;}



.g_news .u_lst5 li{float: left;width: 284px;padding-left: 15px; height: 26px;line-height: 26px;overflow: hidden; background:url(../images/dtico.jpg) no-repeat 0 10px; margin-right: 18px; border-bottom:1px #B4B4B4 dashed;}

.g_news .u_lst5 .lastli{ border-bottom: none; margin-right: 0;}

.g_news .u_lst5 li a{ font-size: 13px; color: #666666; width:205px; display:block;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.g_news .u_lst5 li span{font-size: 13px;color: #666666;}

.wend{ width:300px;margin-right: 20px; float:left;}

.wend h2{height: 43px;line-height: 43px;background:url(../images/cjwtbg.jpg) no-repeat 0 bottom; margin-bottom: 10px;} 

.wend h2 a{color: #0061BC;font-size: 20px;font-weight: bold;display: block;float: left; padding-left:50px;}

.wend h2 em{display: inline-block;font-size: 12px;color: #666666;text-transform: uppercase;font-weight: normal;}

.wend h2 span a{color: #666666;font-size: 14px;font-weight: normal; padding-left:0px;}

.wend dl{ height: 88px;padding-top: 16px;border-bottom: 1px dotted #dddddd;}

.wend dt{ height:20px;  line-height:20px; overflow: hidden;  font-size:14px; color:#555555;font-weight: bold;}

.wend dt a{ width:223px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#555555;background:url(../images/wen.jpg) no-repeat 0 3px;padding-left:24px; display: block;}

.wend dd{ margin-top:10px; font-size: 14px; padding-left:4px; background:url(../images/da.jpg) no-repeat 0 3px; line-height:24px; color:#555555; height: 48px; overflow: hidden;}  

.wend dd a{font-weight: normal;color: #555555;}



