i.ico {
	font-style: normal;
}
.bg-f6{
	background-color: #f6f6f6;
}
.bg-fff{
	background-color: #fff;
}
.color-blue{
	color: #023894;
}
.uppercase{
	text-transform: uppercase;
}
/*header*/

body {
	padding-top:70px;
}
/*header-mobile*/
header.header-m{
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 20;
	height: 70px;
	padding:22px 10px;
	width: 100%;
	font-size:16px;
	background: #fff;
}

header.header-m .logo {
	position: absolute;
	left: 0;
}

header.header-m .logo img {
	height: 70px;
	display: block;
	position: relative;
	top: -22px;
}

header.header-m .menu {
	position: absolute;
	right:10px;
	line-height:30px;
	width: 30px;
	text-align: center;
	font-size: 25px;
	color: #023894;
}
header.header-m .language{
	position: absolute;
	right:50px;
	line-height:26px;
}
header.header-m .language a{
	margin-right: 10px;
}
header.header-m .language a.ico{
	font-size: 20px;
}
header.header-m nav{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

header.header-m nav .mask {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}

header.header-m nav .nav{
	position: absolute;
	width:250px;
	background: #fff;
	left:-250px;
	top: 0;
	height: 100%;
	padding: 20px 10px;
	overflow-y: auto;
}
header.header-m nav .nav .img{
	display: block;
	height: 56px;
	margin: 0 0 10px 0;
}
header.header-m nav .nav .major{
	height:40px;
	line-height:40px;
	position: relative;
}
header.header-m nav .nav .major a{
	display: block;
	width: calc(100% - 40px);
	color: #2f2f2f;
}
header.header-m nav .nav .major .ico{
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	display: block;
	width: 40px;
	text-align: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
}
header.header-m nav .nav .major .ico.on{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
header.header-m nav .nav .minor{
	border-top:1px solid #eee;
	padding:10px 0 10px 10px;
	font-size:14px;
	color: #555;
	display: none;
}
header.header-m nav .nav .minor a{
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #555;
}
header.header-m nav .nav a.act{
	color: #023894;
}
header{
	-webkit-box-shadow: 0 0 5px #eee;
	        box-shadow: 0 0 5px #eee;
}
/*header-pc*/
header.header-pc{
	height: 100px;
	padding:26px 10px;
	font-size: 14px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
	top: 0;
}
header.header-pc .logo{
	position: absolute;
	left:20px;
}
header.header-pc .logo img {
	height:48px;
	display: block;
}
header.header-pc .language{
	position: absolute;
	right:20px;
	line-height: 48px;
	top: 26px;
}
header.header-pc .language a{
	margin-right:0;
	margin-left: 30px;
}
header.header-pc .language a.ico{
	font-size: 20px;
}
header.header-pc .language a:nth-of-type(1){
	margin-right:0;
	margin-left: 30px;
	position: relative;
}
header.header-pc .language a:nth-of-type(1):after{
	position: absolute;
	content: '';
	width: 1px;
	height: 14px;
	background: #ddd;
	right:-15px;
	top:5px;
}
header.header-pc nav{
	position:absolute;
	width:720px;
	left: calc(50% - 320px);
	top: 0;
	height: 100px;
	z-index: 100;
	text-transform: uppercase;
}
header.header-pc nav .major{
	float: left;
	margin:0 10px;
	line-height: 100px;
}
header.header-pc nav .major a{
	display: block;
	position: relative;
}
header.header-pc nav .major a:after{
	content: '';
	position: absolute;
	width:0;
	height: 3px;
	background: #023894;
	bottom: 0;
	left: 0;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
}
header.header-pc nav .major a.act:after,header.header-pc nav .item:hover .major a:after{
	width: 100%;
}
header.header-pc nav .item{
	float: left;
	position: relative;
}
header.header-pc .minor-bg{
	background: #023894;
	position: absolute;
	height: 70px;
	width:100%;
	left:0;
	top: 100px;
	display: none;
}
header.header-pc nav .minor{
	position: absolute;
	top: 100px;
	width:1000px;
	display: none;
	left:calc(50% - 500px);
	line-height: 70px;
	color: #95C4EF;
	text-align: center;
}
header.header-pc nav .minor.last{
 left:calc(50% - 600px);
}
header.header-pc nav .minor a{
	margin: 0 20px;
}
header.header-pc nav .minor a.act,header.header-pc nav .minor a:hover{
	color: #fff;
}

/*搜索框*/
.search-con{
	position: fixed;
	right: 0;
	z-index: 110;
	width: 100%;
	max-width:450px;
	display: none;
}
.search-con .group{
	position: relative;
	padding:0 10px;
}
/* .search-con .group:before{
	content: '';
	position: absolute;
	border:8px solid transparent;
	border-bottom-color:#023894;
	right:60px;
	top:-16px;
} */
.search-con .group input{
	width: 100%;
	height:40px;
	border: 1px solid #023894;
	padding: 0 40px 0 10px;
	border-radius:3px;
}
.search-con .group input:focus{
	outline: none;
}
.search-con .group .label{
	position: absolute;
	right:10px;
	width: 40px;
	height: 40px;
	color: #023894;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}
.search-list{
	display: none;
	background: #fff;
	width: calc(100% - 20px);
	margin-left: 10px;
	-webkit-box-shadow: 0 0 2px #023894;
	        box-shadow: 0 0 2px #023894;
	padding: 0 15px;
	margin-top:2px;
	border-radius:3px;
	max-height:210px;
	overflow-y: auto;
}
.search-list a{
	text-align: center;
	display: block;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #555;
	border-bottom:1px solid #f6f6f6;
}
.search-list a:last-of-type{
	border-bottom: none;
}
.search-list a:hover{
	color: #023894;
}