.search-all-page {
	background-color: #1447a4;
	color: #fff
}
.header .header-content .logo > a > img{
    margin-top: 10px !important;
    /*
    -webkit-filter: brightness(2555);
    filter: brightness(2555);
      -moz-filter: brightness(2555);
      -o-filter: brightness(2555);
      -ms-filter: brightness(2555);
      */
      
}
.header .header-content{
    background-image: url(../images/top-fr-bg.png);
background-position: center right;
background-size: auto 100%;
}
.products {
	margin-bottom: 10px;
	background: url(https://static.wkzk.com/public/skin/images/ku.png) center top no-repeat;
	background-size: 1920px 322px;
	height: 262px;
	padding: 30px 0;
	text-align: center
}

.products h3 {
	font-size: 30px;
	line-height: 52px;
	color: #fff;
	font-weight: 400
}

.products p {
	font-size: 14px;
	line-height: 30px;
	color: #999
}

.products .search {
	margin-top: 30px
}

.products .search input {
	width: 700px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	padding: 15px 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: 0
}

.products .search .search-btn {
	border: 0!important;
	display: inline-block;
	margin-left: -6px;
	cursor: pointer;
	color: #fff;
	background-color: #108cee;
	width: 115px;
	height: 50px;
	font-size: 18px;
	line-height: 49px;
	letter-spacing: 5px;
}

.products .search .search-btn:hover {
	text-decoration: none;
	background-color: #2696ee;
}

.products #company::-webkit-input-placeholder {
	color: rgba(51,51,51,.3)
}

.products #company:-moz-placeholder {
	color: rgba(51,51,51,.3)
}

.products #company:-ms-input-placeholder {
	color: rgba(51,51,51,.3)
}

.products .tips {
	color: #fff;
	margin-top: 20px;
	display: none;
	text-align: left;
	padding-left: 164px
}

.products .tips.show {
	display: block
}

.cx-channel-search__category {
	position: relative;
	width: 136px;
	font-size: 16px;
	height: 50px;
    vertical-align: middle;
	text-align: center;
	border: none;
	outline: 0;
	background: #fff;
	letter-spacing: 5px;
	margin-top: -3px;
	cursor: pointer;
}

.cx-channel-search__words {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 16px;
	max-width: 800px;
	max-height: 64px
}

.cx-channel-search__words li {
	line-height: 28px;
	display: flex;
	margin: 0 12px
}

.cx-channel-search__words li>a {
	padding: 0 8px;
}

.cx-channel-search__words li>a:hover {
	background: #fff;
	color:#007aff;
	border-radius: 5px;
}

.cx-channel-search__words a {
	color: #fff
}

.cx-channel-search__category option {
	display: block;
	height: 50px
}

@media screen and (max-width:1150px) {
	.search-all-page {
		display: none
	}
}

@media screen and (min-width:1150px) {
	.header-content .navigation li>a {
		/*color: #fff*/
	}
    .navbar-item-ul li a{
        color: #555 !important;
    }
    .navbar-item-ul li a:hover{
        color: #03a9f4 !important;
    }
	.header {
		/*color: #fff;
		background-color: #1447a4*/
	}

	.container {
		padding: 0
	}

	.header .header-content .right>a {
		/*color: #fff*/
	}

	.header .header-top {
		border: none
	}

	.header .header-middle {
		display: none
	}

	.header .header-content .logo {
		display: block;
	}
}