/*
2017
*/
body {
    overflow-x: hidden;
}
.mainwidth {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  line-height: 28px;
}
.header-search {
  background: url(../images/web/search.png) 0 center no-repeat;
  padding-left: 20px;
  margin-right: 20px;
  cursor:pointer;
}
.header-language {
  background: url(../images/web/language.png) 0 center no-repeat;
  padding-left: 20px;
}
.header-logo {
  margin-top:15px;
  padding: 0;
  width: 30%;
}
.bread {
  line-height: 30px;
  padding: 15px 0 35px 0;
}
.toptitle {
  color: #ee7100;
  font-size: 36px;
  padding: 0px 0 30px 0;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  line-height: 40px;
  margin-bottom: 20px;
}
.nbanner {
  width: 100%;
}
.banner-img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.abusiness {
  width: 980px;
}
.abusiness ul {
  width: 100%;
}
.abusiness ul li {
  width: 490px;
  height: 50px;
  margin-bottom: 30px;
  line-height: 25px;
  float: left;
}
.abusiness ul li .icon {
  width: 50px;
  height: 50px;
  float: left;
  padding-right: 35px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.abusiness ul li .txt {
  height: 50px;
  float: left;
  display: table-cell;
  text-align: left;
  vertical-align: center;
  font-size: 18px;
  color: #000;
  line-height: 40px;
}

.headr{
	width: 55%;
	text-align: right;
	padding-top: 20px;
}
.searchlanguage{
	font-size: 16px;
	color: #ec6e21;
}
.bmfnav{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.entit{
	font-size: 40px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #ec6e21;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}