.mebileHeader{
	display: none;
}
.headers{
	position: relative;
}
.navList{
	width: 100%;
	height: 90px;
	display: block;
	background: url(../images/nav_icon.png) no-repeat left center;
	position: absolute;
	top:20px;
	left: 0;
	z-index: 99;
	background-size: 100% 100%;
}
.logosLeft{
	height: 90px;
	display: table;
	width: 45.7%;
}
.rightItem{
	height: 90px;
	display: table;
}
.rightItem{
	width: 54.3%;
}
.logosLeft .logos,
.navTopList{
	display: table-cell;
	vertical-align: middle;
}
.logosLeft .logos img{
	width: 100%;
	mix-blend-mode: multiply;
}
.navTopList{
	font-size: 0;
}
.navTopList>div{
	display: inline-block;
}
.language{
	margin-left:50px;
	border-right:1px solid #004986;
	padding-right: 26px;
}
.lenguageItem{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #004986;
	width: 65px;
	padding-left: 5px;
	margin:5px 0;
}
.lenguageItem a{
	padding-left:10px;
	background: url(../images/lansanjiao.png) no-repeat left center;
}
.language .active{
	background: #004986;
}
.language .active a{
	color: #fff;
	background: url(../images/baisanjiao.png) no-repeat left center;
}
.collection{
	padding-left: 25px;
}
.collection .collectionItem{
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #004986;
	margin:4px 0;
}

.navigations{
	height: 58px;
	width: 100%;
	background:url(../images/daohangtiao.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 99;
	display: table;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.navigations .jj_main{
	height: 100%;
	display: table;

}
.navigations .jj_main ul{
	display: table-cell;
	vertical-align: middle;
	margin-left:-5px;
	font-size: 0;
}
.navigations ul li a{
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	display: block;
	padding:8px 0;
}
.navigations ul li{
	padding:8px 5px;
	display: inline-block;
	width: 12.11%;
	text-align: center;
}
.navigations ul li.active a,
.navigations ul li:hover a{
	background-color: #004986;
	box-shadow: inset 0px 0px 8px 0px
		rgba(0, 0, 0, 0.75);
	border-radius: 3px;
}


.footers{
	height: 83px;
	background-color: #f0f0f0;
	display: table;
	margin-top: 60px;
}
.footers .jj_main{
	display: table-cell;
	vertical-align: middle;
}
.footers p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.logosLeft{
		width: 42%;
	}
	.rightItem{
		width: 58%;
	}
	.language{
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	.jj_main{
		padding:0 15px;
	}
	.headers .navList,
	.navigations {
		display: none;
	}
	.mebileHeader{
		display: block;
	}

	.mebileHeader{
		height: 70px;
		background: #fff;
		position: relative;
		display: block;
	}
	.mebileHeader .leftLogo {
	    width: 80%;
	    display: table;
    	height: 100%;
	}
	.mebileHeader .leftLogo .logos{
		display: table-cell;
		vertical-align: middle;
	}
	.mebileHeader .leftLogo img{
		width: 100%;
	}
	.mebileHeader .rightNavs{
		width: 30px;
		height: 70px;
		background: url(../images/phone_nav.png) no-repeat center center;
	}
	.phoneNavList{
		position: absolute;
		top: 70px;
		width: 100%;
		left: 0;
		background-color: #004986;
		padding: 20px 0;
		display: none;
		z-index: 9;
	}
	.phoneNavList ul li{
		line-height: 45px;
	}
	.phoneNavList ul li>a{
		display: block;
		position: relative;
		border-bottom:1px dashed #015ba7;
		color: #fff;
		padding:0 20px;
	}
	.phoneNavList ul li:last-child>a{
		border:none;
	}
	.phoneNavList ul li>a::before{
		content: "";
		width: 35px;
		height: 35px;
		display: block;
		background: url(../images/left_small_jt1.png) no-repeat center center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}
	.phoneNavList ul li.open>a::before{
		background: url(../images/xia_small_jt.png) no-repeat center center;
	}

	.phoneNavList ul li dl{
		background: #02447b;
		padding:10px 30px;
		display: none;
	}
	.phoneNavList ul li.open dl{
		display: block;
	}
	.phoneNavList ul li dl dd{
		color: #fff;
		line-height: 35px;
	}
	.footers{
		padding:10px 0;
		margin-top: 20px;
	}
}
