﻿#header {
	min-width: 1200px;
	height: 100px;
	background: #FFFFFF;
}

.header {
	height: 58px;
	margin: 0 auto;
	padding-top: 20px;
}

/* 头部logo */

.header-logo {
	width: 201px;
	height: 58px;
	float: left;
}

/* 头部栏目 */

.header-nav {
	margin-top: 10px;
	float: left;
	width: 799px;
	padding-left: 100px;
}

.header-nav ul li {
	float: left;
	margin-right: 30px;
	position: relative;
}

.header-nav ul li a {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}

.header-nav ul li:hover a {
	color: #3d56b8;
	font-weight: bold;
}

.header-nav ul li:hover a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFB03C;
}


.header-nav ul li.current a{
	color: #3d56b8;
	font-weight: bold;
}

.header-nav ul li.current a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFB03C;
}


/* 头部右侧tip栏 */
.header-tip {
	float: left;
	width: 100px;
	margin-top: 10px;
}

.header-icon {
	width: 40px;
	height: 40px;
	background: #eeeeee;
	border-radius: 50px;
	float: left;
	cursor: pointer;
	position: relative;
}
.header-icon:hover {
	background: #556CCF;
}

.header-search {
	background: #eeeeee;
	margin-right: 20px;
}

.header-search i{
background: url(/cms/templates/10543620155120000/images/hearder_icon_022.png) no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.header-search:hover {
	background: #FFB03C;
	
}
.header-search:hover i {
	background: url(/cms/templates/10543620155120000/images/hearder_icon_02.png) no-repeat;
}

.search-form-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 1000;
	-moz-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.3);
	display: none;
}

.search-form-header .search {
	padding: 40px 0px;
	height: 30px;
	margin: 0 auto;
}

.search-form-header .search .search-icon {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}

.search-form-header .search .search-input {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 1100px;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #C9C9C9;
	font-size: 16px;
	color: #333333;
}

.search-form-header .search .search-input:focus {
	border-bottom: 1px solid #4D9CFF;
}

.search-form-header .search .search-close {
	float: right;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.grzx i{
background: url(/cms/templates/10543620155120000/images/hearder_icon_032.png) no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.grzx:hover i{
background: url(/cms/templates/10543620155120000/images/hearder_icon_03.png) no-repeat;
}


/* ============input========= */
.search-form-header .search input::-webkit-input-placeholder {
	color: #C9C9C9;
}

.search-form-header .search input:-moz-placeholder {
	color: #C9C9C9;
}

.search-form-header .search input::-moz-placeholder {
	color: #C9C9C9;
}

.search-form-header .search input:-ms-input-placeholder {
	color: #C9C9C9;
}

/* 个人中心窗口 */
.grzx-nav{
	display: none;
}

.grzx:hover .grzx-nav{
	display: block;
}

/* 用户按钮弹窗 */

.header-grzx-column {
	width: 100px;
	background: #FFFFFF;
	top: 55px;
	left: -30px;
	position: absolute;
	z-index: 500;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
}

.header-grzx-column:before,
.header-grzx-column:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border-width: 10px;
	border-style: solid;
}

.header-grzx-column:before {
	left: 40px;
	top: -20px;
	border-color: transparent transparent rgba(51, 51, 51, 0.5) transparent;
}

.header-grzx-column:after {
	left: 40px;
	top: -20px;
	border-color: transparent transparent white transparent;
}

.header-grzx-column ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}


.header-grzx-column ul li a{
	width: 100%;
	height: 100%;
        display: inline-block;
}


.header-grzx-column ul li:hover {
	background: #556CD0;
}

.header-grzx-column ul li:hover a {
	color: #FFFFFF;
}

/*无列表提示图片*/
.default-img {
    display: block;
    padding-top: 80px;
    margin: 0 auto;
}

.mid-nav li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.mid-path a{
    color: #999999!important;
}

.highlight {
    color: #e73426;
    margin: 0px!important;
}

.page-tip{
    cursor: pointer;
}

@media screen and (max-width: 1340px) {}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}