html,body{
    width:100%;
    display:block;
}
html,body, object, iframe, div,p,h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea{
    font-family: Arial, "黑体", Helvetica, Tahoma;
    margin: 0;
    padding: 0;
    color:#333;
    font-size: 16px;
    font-weight: normal;
}
body{
  background:#fff;
}
a{
	text-decoration:none;
	cursor: pointer;
}
ol, ul, li {
    list-style: none;
}
.clear{clear:both;}
img {
  max-width:100%;
}
input,textarea{
	outline: none;
}
.index_centerTitle{
  margin:38px 0 42px 0;
}
.en_title{
  font-size: 40px;
  color: #000000;
  line-height: 59px;
  text-align:center;
}
.center_bot{
  width: 16px;
  height: 2px;
  background: #000000;
  border-radius: 2px;
  margin:7px auto 8px auto;
}
.ch_title{
  font-size: 20px;
  color: #000000;
  line-height: 29px;
  text-align:center;
}