body {
    font-size: 12px;
    font-family: microsoft yahei;
    padding: 0;
    margin: 0;
	line-height: 28px;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

html * {
    word-break: break-all;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}
.fr {
	float: right
}

.header {
    height: 90px;
}

.header .logo {
    width: 161px;
    height: 90px;
}

.header .menu {
    height: 90px;
}

.header .menu .menu-1 {

}

.header .menu .menu-1-1 {
    height: 90px;
    line-height: 90px;
    float: left;
    font-size: 16px;
    padding: 0 34px;
    position: relative;
}

.header .menu .menu-1-1 a {
    color: #333333;
    display: block;
    line-height: 90px;
    white-space: nowrap;
    text-decoration: none;
}

.container {
    width: 1251px;
    min-height: 800px;
    margin: 30px auto 0;
}

.footer {
    clear: both;
    background: #ECECEC;
    padding-top: 25px;
    color: #5c5b5b;
    font-size:14px;
    font-family:'arial';
}

.copyright {
    line-height: 28px;
}

.text-center {
  text-align: center;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.bt-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  float: left;
  width: 8%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  float: left;
  width: 20%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  float: left;
  width: 45%;
  height: 220px;
  text-align:center;
}

.col-xs-6 img {
	padding-top:30px;
}

.bt-row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-bottom {
	clear: both;
}

.footer-top {
	margin-left:20px;
	margin-right:20px;
}

.copyright p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.on {
    background: url(../image/01.png) repeat-x 0 85%;
    background-size:auto 3px;
    font-weight: bold;
}

.navigation-left {
	display:none;
}