﻿body {
	color: #666666;
	font-size: 12px;
	background-color: #F5F7F2;
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei";

}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
	vertical-align: top;
}

ul,
li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body,
input,
select,
button,
textarea {
	font-size: 14px;
	font-family: "Microsoft Yahei", "\5b8b\4f53";
}

.top_bannar {
	background-image: url(../images/index_top_bj2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 198px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.top_bannar_zjian {
	background-image: url(../images/index_top_bj1.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 198px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

.log {
	margin-top: 30px;
	width: 400px;
	float: left;
	height: 130px;
	margin-left: 70px;
}

.shouchang {
	float: right;
	width: 150px;
	margin-top: 160px;
	color: #B40A0A;
	padding-left: 30px;
}



body ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}

.clear {
	clear: both;
	font-size: 1px;
}

a {
	color: #990000;
	text-decoration: none;
}

.center {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

.left_nrong {
	float: left;
	width: 324px;
	background-image: url(../images/langqiao.gif);
	background-repeat: no-repeat;
	height: 713px;
}

.biaoti {
	margin-top: 100px;
	margin-right: 44px;
	margin-left: 60px;
	background-image: url(../images/tubiao.gif);
	background-repeat: no-repeat;
	background-position: 36px 8px;
	height: 440px;
}

.tiao {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	line-height: 30px;
	background-image: url(../images/tiao.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 84px;
	height: 37px;
	margin-top: 6px;
	padding-top: 5px;
}

.jubaokuang {
	background-color: #eeeeee;
	margin-right: 30px;
	margin-left: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E5;
	color: #003399;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	line-height: 19px;
	padding: 4px;
}

.right {
	position: relative;
	background-color: #FCFCFC;
	float: left;
	height: 700px;
	width: 660px;
}

.news_right {
	background-color: #FCFCFC;
	float: left;

	width: 660px;
}

.shijian {
	background-image: url(../images/shijian.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
	font-size: 14px;
	text-align: right;
	padding-right: 30px;
}

#index_image {
	text-align: center;
	margin-top: 15px;
}



.tiao a {
	color: #000000;
}

.youqinglianjie td {
	font-weight: bolder;
	text-align: center;
}

.youqing_wenzibt {
	color: #990000;
	font-size: 16px;
	font-weight: bolder;
}


.youqinglianjie2 {
	border: 1px solid #cccccc;
	padding: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.foot_tiao {
	background-image: url(../images/foottubiao.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	font-size: 1px;
}

.foot {
	color: #000000;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}





.form-inline {
	position: absolute;
	width: 270px;
	left: 10px;
	top: 5px;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-group {
	display: inline-block;
	width: 180px;


}

.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}

.form-inline .input-group>.form-control {
	width: 100%;
}

.form-control {
	display: block;

	width: 100%;
	height: 16px;
	padding: 6px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.btn {
	display: inline-block;
    
	padding: 3px 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;

}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-right: #000000 solid 0px;
	border-radius: 4px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#sousuo {
	margin-left: 20px;
}

.form-group:nth-child(2) {
	width: 80px;
}
