header{min-width: 1260px;height: 100px;width: 100%;}
.wf-wrap{width:100%;margin: 0 auto;min-width: 1260px;height: 100px;}
.imgsBan{width: 100%;float: left;}
.imgsBan img{width: 100%;}
.activeHear{background-color: #FF6A00;color: #FFFFFF;}
/* .spanIs{display: none;} */
.menus{
	width: 100%;height:100px;
	display: table-cell;
	vertical-align: middle;

}

.menus a .menu-itemfirst{
	float: left;
	list-style-type: none;
	width:150px;
	text-align: center;
	line-height: 100px;
	/* border-right:1px solid #e9e9e9; */
	position: relative;
	height: 100px;

}
.menus a:first-child .menu-itemfirst{
	width:100px;
}
.menu-itemfirst:last-child{
	border-right:none
}
.logoImg{height:64%;padding-right: 5px;}
.logoCont{width: 100%;height: 100px;}
.ywtd{font-size: 2.2rem;margin-top: 10px;}
.ym{font-size: 1.5rem;}
.logos{width: 100%;height: 100px;}
.logoL{width: 40%;height: 100px;float: left;}
.logoR{width: 60%;height: 100px;color:#FFFFFF;float: left;padding-left: 5px;text-align: left;}
/* Effect 12: circle */
.cl-effect-12 .navs-rights::before,
.cl-effect-12 .navs-rights::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border: 2px solid rgba(211,211,211,0.3);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.4s;
	-moz-transition: -moz-transform 0.3s, opacity 0.4s;
	transition: transform 0.3s, opacity 0.4s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 .navs-rights::after {
	width: 60px;
	height: 60px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 .navs-rights:hover::before,
.cl-effect-12 .navs-rights:hover::after,
.cl-effect-12 .navs-rights:focus::before,
.cl-effect-12 .navs-rights:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 13: three circles */