html,
body {
	min-width: 1200px;
	height: 100%;
    min-height: 770px;
    position: relative;
}
.hot-word-list a {
	display: inline-block;
	max-width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 30px;
}
a {
	text-decoration: none;
	color: #666;
}

a:visited {
	color: #666;
}

/* page container */
.wrap {
    padding-top: 130px;
    padding-bottom: 170px;
	background: url(../img/pic-bg.png) no-repeat;
	/* 背景图垂直、水平均居中 */
	background-position: center center;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* 让背景图基于容器大小伸缩 */
	background-size: cover;
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	background-color: #464646;
    /* background-size: 100% 100%;  */
    width: 100%;
    height: 100%;
    font-size: 14px;
	color: #333;
}


/* 页面主体部分 */
.main {
	width: 100%;
	/* height: 360px; */  
	/* height: 470px; */
	min-height: 470px;
	height: 100%;
}

.main .main-title {
	height: 132px;
	width: 100%;
	font-size: 48px;
	color: #399777;
	font-weight: 800;
	text-align: center;
	line-height: 132px;
}

.main .main-menu {
	margin: 0 auto;
	width: 900px;
	height: 190px;
	background-image: url(../img/pic-search-bg.png);
	/* Firefox4.0- */ 
  	-moz-box-shadow: 0px -10px 20px 3px #cbdaf6;
  	/* Safariand Google chrome10.0- */
	-webkit-box-shadow: 0px -10px 20px 3px #cbdaf6;
	/* Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9 */
	box-shadow: 0px -10px 20px 3px #cbdaf6; /* 0px -10px 20px 3px #cbdaf6; */
	/* background-image:-webkit-linear-gradient(to bottom, #fff, #fdfeff, #e5ebf9, #f1f3fb);
	background-image:linear-gradient(to bottom, #fff, #fdfeff, #e5ebf9, #f1f3fb); */
}

.main .main-menu .service-info {
	padding: 0 25px;
	padding-top: 28px;
	/* display: flex; */
	/* justify-content: space-around; */
	font-size: 0px;
	color: #666;
}

.service-info li {
	display: inline-block;
	width: 126px;
	height: 30px;
	margin: 0 6px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

.all-service {
	color: #3279dc;
}

.service-info li:before {
	content: "";
    margin: 5px 5px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
    background: url('../img/pic-service.png') -44px -10px;
}

.service-info li.sel1:before {
	background: url('../img/pic-service.png') -84px -10px;
}

.service-info li.sel2:before {
	background: url('../img/pic-service.png') -164px -10px;
}

.service-info li.sel3:before {
	background: url('../img/pic-service.png') -245px -10px;
}

.service-info li.sel4:before {
	background: url('../img/pic-service.png') -10px -10px;
}

/* .service-info li.sel5:before {
	background: url('../img/pic-service.png') -124px -10px;
} */

.service-info li.sel5:before {
	background: url('../img/pic-service.png') -204px -10px;
}

.main .main-search {
	padding-left: 55px;
    padding-top: 55px;
    width: 100%;
    height: 50px;
    display: block;
    box-sizing: content-box;
}

.main .main-search .search-left {
	display: inline-block;
	width: 605px;
    height: 100%;
    background-color: #ffffff;
	border: 1px solid #399777;
}

.main-search .search {
	/* display: flex; */
	float: left;
	position: relative;
	width: 450px;
	height: 100%;
}

.main-search .search input {
	height: 100%;
	width: 100%;
	border: none;
	padding: 14px 0 14px 16px;
	outline: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* 搜索历史 */
.main-search .search .search-history {
	box-sizing: content-box;
	position: absolute;
	top: 50px;
	width: 487px;
	background-color: #fff;
	z-index: 100;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #399777;
	border-top: none;
	left: -1px;
}

.search-history li span:first-child {
	display: inline-block;
	max-width: 420px;
	font-weight: 600;
}

.search-history li {
	line-height: 1.5;
    padding: 0 14px;
    min-height: 25px;
    cursor: pointer;
}

.search-history li:hover {
	background-color: #bfddf5;
	display: block;
}

.lenovo li:hover {
	background-color: #bfddf5;
}

.search-history li:hover span {
	display: inline-block !important;
}

.del-history-one {
	float: right;
}

/* 清空历史 */
.flx-hostory-contont {
	border: 1px solid #eee;
	line-height: 2;
}

.flx-hostory{
	float: right;
	margin-right: 30px;
}

.main-search .voice-search {
	float: left;
    margin: 0 10px 0 11px;
    width: 17px;
	height: 100%;
    background: url(../img/pic-voice.png) no-repeat;
    /* background: none; */
    /*background-color: #fff;*/
    background-position: 0 center;
    cursor: pointer;
}

.main-search .voice-search.on-speaking {
    background-position: -17px center;
}

.main-search .search-btn {
	float: left;
	width: 115px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #399777;
	cursor: pointer;
}

.main .main-search .search-right {
	display: inline-block;
    /* justify-content: space-around; */
	height: 100%;
	/* width: 240px; */
    line-height: 50px;
    vertical-align: top;
}

.main-search .search-right p {
	display: inline-block;
	margin-left: 35px;
}

/* 智能联想 */
.lenovo {
	width: 490px;
    border: 1px solid  #399777;
    position: relative;
    left: -1px;
    background-color: #fff;
    z-index: 10;
}

.lenovo li {
	height: 25px;
    line-height: 25px;
    padding-left: 15px;
    cursor: pointer;
}

/* 热词列表 */
.main .main-menu .hot-word {
	/* display: flex; */
	padding-left: 55px;
	margin-top: 15px;
	height: 30px;
	width: 100%;
	line-height: 30px;
}

.main-menu .hot-word .hot-word-title {
	display: inline-block;
	vertical-align: top;
}

.main-menu .hot-word .hot-word-list {
	display: inline-block;
}

.hot-word .hot-word-list li {
	display: inline-block;
	padding-left: 12px;
}

/* 高级搜索部分 */
.advanced-search {
	position: absolute;
	top: -360px;
	height: 360px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	font-family: 'PingFangSC Regular';
}

.advanced-search-contont {
	margin: 0 auto;
	width: 1000px;
}
.advanced-search-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
	line-height: 52px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
	color: #333;
}

.advanced-search-title span {
	display: inline-block;
}

.close-btn {
	font-size: 32px;
	color: #666;
	cursor: pointer;
}

.advanced-search-form {
	padding: 0 145px;
}


/* 修改flyui默认样式 */
.advanced-search-form .form-control .label {
    width: 160px;
}

.advanced-search-form .form-control {
    padding-left: 170px;
}

/* 高级搜索按钮 */
.advanced-search-btn {
	float: right;
	height: 36px;
	width: 98px;
	border: none;
	/* border-radius: 5px; */
	margin-right: 10px;
	background-color:  #399777;
	color: #fff;
	font-size: 16px;
}

.sel-all span {
	color: #3279dc;
}

.service-info span {
	cursor: pointer;
}

a:visited {
	color: #3279dc;
	text-decoration:none;
}

/* 智能联想标红 */
.high-light {
    color: #d12c25;
}