header{
	background: #fff;
	height: 106px;
    line-height: 106px;
	position: fixed;
    z-index: 99999;
    width: 100%;
	box-shadow: 1px 1px 1px #E4E4E4;
}
header section{
	width:1160px;
	margin:0 auto;
	overflow: visiable;
}
header section #cis{
    float: left;
	margin-right: 80px;
}
header section nav{
	float: left;
}
header section nav ul{
	position: absolute;
    top: 86px;
    right: 0;
    z-index: 9999999;
    width: 200px;
    background: #fff;
	box-shadow: -1px 1px 1px #ECECEC;
}
header section nav ul li{
	text-align: center;
	line-height: 60px;
}
header section nav ul li a{
	display: block;
    margin: 0 auto;
    width: 80%;
    border-bottom: 1px solid #BFCEF1;
	color: #000 !important;
}
header section nav ul li:last-child a{
	border:0;
}
header section nav ul li a b{
	margin-left: 5px;
	color: #4265b6;
}

header section nav ul.pc{
	line-height: 100%;
    overflow: hidden;
    height: 38px;
    margin-top: 35px;
    position: none;
    position: 0;
    position: inherit;
    width: auto;
    top: 0;
    right: 0;
	box-shadow:none;
}
header section nav ul.pc li{
	display:inline-block;
	margin-right: 60px;
	text-align: left;
}
header section nav ul.pc li a{
	display:block;
	color:#212020 !important;
	font-size:16px;
	line-height: 120%;
	width: auto;
}
header section nav ul.pc li a b{
	display:block;
	color:#026da2;
	font-size:12px;
	font-weight:normal;
}

header section #top-nav{
    float: right;
	line-height: 30px;
    margin-top: 20px;
}
header section #top-nav .righttop1{
}
header section #top-nav .righttop1 a{
	color:#424242;
	font-size:12px;
}
header section #top-nav .righttop2{
	text-align: right;
}
header section #top-nav .righttop2 a{
	margin:0 5px ;
}
header .nav-func{
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    line-height: 86px;
    font-size: 30px;
    display: none;
    z-index: 50;
}
@media screen and (max-width: 1240px) {
	header{
		height: 86px;
		line-height: 86px;
	}
	header section nav ul.pc{
		margin-top: 25px;
	}
	header section #top-nav{
		margin-top: 10px;
	}
	header section{
		width: 96%;
		margin: 0 2%;
		overflow: hidden;
	}
}
@media screen and (max-width: 1185px){
	header section nav ul.pc li,
	header section #cis{
		margin-right: 30px;
	}
}
@media screen and (max-width: 977px){
	header .nav-func {
		display: block;
	}
}
@media screen and (max-width: 640px){
	header section #cis{
		width: 45%;
		margin:0;
	}
	header section #cis img{
		width:100%;
	}
	header section #top-nav .righttop2{
		display:none;	
	}
	header section #top-nav{
		margin-top: 0;
		line-height: 86px;
	}
}
@media screen and (max-width: 420px){
	header{
		height: 70px;
		line-height: 70px;
	}
	header .nav-func,
	header section #top-nav{
		line-height: 70px;
	}
	header section nav ul{
	    top: 70px;	
	}
	.wrapper .wraper #content .content-wrap:first-child{
		margin-top: 10px !important;
	}
}