/*
	css stylesheet for kjt website
	version 1.0
*/
/* css reset (base on YUI) */
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
form,
legend,
input,
button,
textarea,
select,
p,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
button,
em,
input,
option,
select,
textarea,
th {
  font: inherit;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* global */
body {
  background: #fff;
  color: #000;
  font: 12px/1.8em '微软雅黑';
}
html:root body,
html:root input,
html:root button,
html:root textarea,
html:root select {
  font-family: Tahoma, Geneva, "微软雅黑";
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clr {
  clear: both;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mr10 {
  margin-right: 10px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.bw {
  background-color: #FFF;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}


.top {
	height:276px;
	background:url(imagestop_msssyj2015.jpg) 50% 0 no-repeat;
}
.btop {
	height:200px;
	background:url(imagestbg_msssyj2015.jpg) 50% 0 repeat-y;
	font-size:16px;
	font-family: "宋体";
}
.btop .notice {
	color:#fff;
	line-height:28px;
	padding:15px 25px 10px;
	border-bottom:1px dashed #fff;
}
.btop .notice p {
	text-indent:2em;
}
.btop .notice p.txr {
	text-align:right;
}
.btop .yellow {
	color:#fff600;
	padding:18px 25px 0;
}
.wrap {
	width:1002px;
	margin:0 auto;	
}
.bg {
	background:url(imagesbg_msssyj2015.jpg) 50% 0 repeat-y;
	padding-bottom:30px;
}
.content {
	padding-left:30px;
}

.warn {
	font-size:16px;
	color:#e40000;
	font-weight:bold;
	margin-left:10px;
	padding-top:15px;
}
.title {
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	width:165px;
	margin:25px 0 15px;
	padding-left:10px;
	color:red;
}
.tit01 {
	background:url(imagestit01_msssyj2015.jpg) 25px 0 no-repeat;
}
.tit02 {
	background:url(imagestit02_msssyj2015.jpg) 25px 0 no-repeat;
}


.iarea {
	width:917px;
	height:200px;
	border:1px solid #c1c1c1;
	padding:10px;
}
.iarea02 {
	height:150px;
}

.contact {
	width:1002px;
	height:73px;
	background:url(imagestit03_msssyj2015.jpg) 35px 0 #f3f3f3 no-repeat;
	margin-top:40px;
	position:relative;
}

.itext {
	height:37px;
	line-height:37px;
	border:1px solid #c1c1c1;
	position:absolute;
	top:18px;
	padding:0 10px;
}
.itext01 {
	width:208px;
	left:170px;
}
.itext02 {
	width:380px;
	left:553px;
}

.isubmit {
	width:416px;
	height:71px;
	background:url(imagessbtn_msssyj2015.jpg);
	display:block;
	border:0 none;
	margin:50px auto;
	cursor:pointer;
}









