.bw-header-wrapper {
  padding: 0;
  width: 100%;
  background: #fff;
  color: #333;
}

.bw-topbar {
  width: 100%;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  line-height: 30px;
}

.bw-topbar-container {
  width: 1256px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.bw-topbar-container ul li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  font-size: 12px;
  color: #555555;
  box-sizing: border-box;
}
.bw-topbar-container ul li a{
    font-size: 12px;
    color: #555555;
}
.bw-topbar-left {
  float: left;
}
/*下拉菜单*/
.el-dropdown{
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 12px;
}
.el-dropdown:hover .el-dropdown-menu{
    display:block;
}
.el-dropdown-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left:-60px;
    z-index: 10;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display:none;
    width: 120px;
    text-align:center;
    margin-top:0;
    margin-bottom:0;
}
.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
    display:block;
}
.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px;
}
.el-dropdown-menu__item:hover{
    background-color:#fef0e9;
    color:#F36924 !important;
}
.bw-topbar-right {
  float: right;
}

.reg-list span:hover {
  color: #F36924;
}

.bw-divider {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
  background-color: #dcdfe6;
}

/*搜索*/
.bw-search-wrapper {
  padding: 23px 0 22px 0;
  width: 1256px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.bw-search-logo {
  float: left;
  margin-right: 68px;
  width: 173px;
}
.card_ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
    flex-wrap: wrap;
}

.card_ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 45%;
}
.card_ul li span {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display:none;
}
.card_ul li .icon-img{
    width: 100%;
}
.card_ul li:hover span{
  display:block;
}
.bw-search-right {
  float: left;
  padding-top: 7px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search-input-wrapper {
  flex: 1;
  min-width: 480px;
  height: 40px;
  background: #F36924;
  border: 2px solid #F36924;
  display: inline-block;
  margin-right: 15px;
  box-sizing: border-box;
  position:relative;
  padding-right:130px;
  vertical-align: middle;
  border-radius: 3px;
}

.bw-search-wrapper .search-input {
  border: none;
  background: #fff;
  height: 36px;
  outline: none;
  width: 100%;
  padding: 0 10px 0 38px;
  box-sizing: border-box;
}

.bw-search-wrapper .search-button {
  border: none;
  width: 130px;
  height: 36px;
  background: #F36924;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  font-size: 18px;
  position:absolute;
  right:0;
  top:0;
}

.bw-search-wrapper .search-element-button {
  border: none;
  width: 132px;
  height: 40px;
  border: 1px solid #F36924;
  background: #ffffff;
  box-sizing: border-box;
  vertical-align: middle;
  color: #F36924;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 15px;
}
.bw-search-wrapper .search-element-button i{
    margin-right: 10px;
    vertical-align: middle;
}
.bw-search-wrapper .search-element-button span{
    vertical-align: middle;
}
.bw-search-wrapper .search-element-button.one-click-btn {
    color: #ffffff;
    background: #F36924;
    border-color: #F36924;
    width: 120px;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
/*头部logo*/
.bw-logo-wrapper{
     padding: 23px 0 22px 0;
}
.bw-logo-container {
    float: left;
    margin-right: 0;
    width: 173px;

  }
.bw-logo-container img {
    width: 173px;
}
/*新闻头部*/
.bw-news-banner {
    width: 100%;
    height: 500px;
    position: relative;
}
.news-banner-mask {
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.49219999999999997;
	z-index: 2;
}
.news-banner-container {
    position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
}
.news-banner-header {
    background: transparent;
    padding-top: 27px;
    width:1256px;
    margin: 0 auto;
    padding-left:15px;
    padding-right:15px;
    box-sizing: border-box;
    margin-bottom: 7%;
}
.news-banner-logo {
    float: left;
}
.new-banner-title {
    z-index: 3;
	line-height: 67px;
    height: 67px;
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/*搜索热词*/
.search-hot-keywords{
    width: 519px;
    height:20px;
    line-height:20px;
    overflow: hidden;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
}
.search-hot-keywords a{
    margin-right:10px;
    display: inline-block;
}
.search-hot-keywords a:last-child {
    margin-right: 0;
}
.search-hot-keywords.standard-hot-keywords{
    margin:0 auto;
    margin-top: 5px;
    /*color:#ffffff;*/
    width: 620px;
}

.search-hot-keywords.standard-hot-keywords a{
    /*color:#ffffff;*/
}
.search-hot-keywords.standard-hot-keywords a:hover{
    color: #F36924;
}
