menu {
	clear: both;
	height: 130px;
	padding: 20px 50px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
}

menu .logo {
	clear: both;
	width: 180px;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 120;
	/* height: 142px; */
	/* top: -35px; */
}

menu .logo img {
	width: 100%;
}

menu .navs {
	text-align: center;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

menu .navs li {
	font-size: 15px;
	padding: 0 20px;
	height: 65px;
	display: inline-block;
	font-weight: 700;
}

menu .navs li a {
	line-height: 56px;
	display: block;
	position: relative;
	color: #000;
	font-size: 14px;
}

menu .navs li one {
	position: relative;
}

menu .navs li:hover a {
	color: #b12c39;
}

menu .navs li:hover .bottomLine:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #b12c39;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width: 100%;
	opacity: 1;
}


menu .navs li ul {
	display: none;
	height: 50px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 65px;
	background: #b12c39;
	z-index: 100;
}

menu .navs li ul li {
	font-size: 14px;
	height: 50px;
	padding: 0 20px;
	font-weight: normal;
}

menu .navs li ul li a {
	line-height: 47px;
	display: block;
	position: relative;
	color: #fff !important;
	/* font-weight: 700; */
}

menu .navs li ul li:hover a {
	color: #fff;
}

menu .navs li ul li:hover .bottomLineBlack:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #fff;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width: 100%;
	opacity: 1;
}

.bottomLineBlack.current:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #b12c39;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width: 100%;
	opacity: 1;
}

menu .navs li ul li i {
	font-size: 12px;
	color: #b12c39;
}

menu .navs li ul li ul {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #b12c39;
}

menu .navs li ul li ul li {
	height: 60px;
	line-height: 60px;
}

menu .navs li ul li ul li a {
	line-height: 60px;
	display: block;
	position: relative;
}

menu .navs li ul li ul li a:hover {
	color: #b12c39;
}

menu .navs li ul li a:hover {
	color: #b12c39;
}

menu .navs li ul li ul li a.white {
	color: #fff !important;
}

menu .navs li ul li ul li a.white:hover {
	color: #fff !important;
}

menu .navs .active {
	width: 19px;
	height: 12px;
	background: url(../images/dots/navDotUp.gif) no-repeat center center;
	position: absolute;
	top: 53px;
	left: 50%;
	margin-left: -9px;
	display: none;
}

menu .navs .onIndex {
	color: #b12c39;
}

menu .navs .on {
	color: #fff;
}

menu .navs .select {
	display: block;
	z-index: 10;
}

menu .navs .onLine {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #b12c39;
	display: block;
}

menu .navs .onLineTwo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #000;
	display: block;
}

menu.bline {
	border-bottom: #b12c39 solid 6px;
}

.navFullScreen {}

.navZoomScreen {
	display: none !important;
}

/*äºŒçº§æ ç›®*/
.fainro-navs {
	height: 50px;
	border-bottom: #d1d4dc solid 1px;
	display: none;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
}

.fainro-navs ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.fainro-navs li {
	line-height: 50px;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.fainro-navs li i {
	font-size: 12px;
	color: #b12c39;
}

.fainro-navs li:hover a.twoOver {
	color: #b12c39;
}

.fainro-navs dl {
	width: 300px;
	padding: 15px;
	position: absolute;
	left: 0;
	top: 49px;
	right: auto;
	display: none;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: #d1d4dc solid 1px;
}

.fainro-navs dt {
	line-height: 30px;
	height: 30px;
	text-align: left;
	display: block;
}

.fainro-navs .on {
	color: #b12c39;
}

/*å¯¼èˆªä¸‹åˆ’çº¿åŠ¨ç”»æ•ˆæžœ*/
/*RED*/
.bottomLine {
	transition: all 150ms linear 0s;
	float: left;
	text-transform: uppercase;
}

.bottomLine:hover {
	transition: all 150ms linear 0s;
}

.bottomLine:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 3px solid #b12c39;
	bottom: 0px;
	content: " ";
	display: block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	width: 0;
	opacity: 0;
}

.bottomLine:hover:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #b12c39;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width: 100%;
	opacity: 1;
}

.bottomLine.current:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #b12c39;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width: 100%;
	opacity: 1;
}

/*Black*/
.bottomLineBlack {
	transition: all 150ms linear 0s;
	float: left;
	text-transform: uppercase;
}

.bottomLineBlack:hover {
	transition: all 150ms linear 0s;
}

.bottomLineBlack:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 3px solid #000;
	bottom: 0px;
	content: " ";
	display: block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	width: 0;
	opacity: 0;
}

.bottomLineBlack:hover:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #000;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width: 100%;
	opacity: 1;
}

/*å¤šè¯­è¨€&å¯¼èˆªå›¾æ ‡*/
.language {
	position: fixed;
	right: 50px;
	top: 60px;
	z-index: 1040;
	vertical-align: top;
}

.language b {
	float: left;
	cursor: pointer;
	margin-right: 10px;
}

.language b:hover {
	color: #fff;
}

/*å¼¹å‡ºèœå•å¯¼èˆª*/
.navigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	display: none;
	z-index: 1100;
}

/*æ‰‹é£Žç´èœå•*/
#navigation {
	clear: both;
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	position: relative;
	margin-top: 45px;
	color: #dedede;
	border-right: #dedede solid 1px;
	overflow: hidden;
}

#navigation>.items {
	position: absolute;
	background-size: cover;
	cursor: pointer;
	top: 0px;
	left: 0px;
	border-left: #dedede solid 1px;
}

#navigation>.items .name {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	transform: rotate(90deg);
	transform-origin: 0 100%;
	font-size: 50px;
	float: left;
	margin-top: -50px;
	margin-left: 20px;
}

#navigation>.items:hover span.name {
	color: #b12c39;
}

#navigation>.items .name.current {
	color: #b12c39;
	clear: both;
	margin: 0;
	transform: rotate(0);
	font-size: 60px;
	margin-left: 20px;
}

#navigation>.items .name.minimized {
	transform: rotate(90deg);
	transform-origin: 0 100%;
}

/*å­èœå•*/
#navigation>.items .current .treebox {
	display: block;
}

#navigation>.items .minimized .treebox {
	display: none;
}

.treebox {
	clear: both;
	margin: 60px auto;
	padding: 0 40px;
	float: left;
}

.treebox .nav_dt {
	color: #000;
	line-height: 35px;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	text-align: left;
	font-size: 16px;
}

.treebox .nav_dt:hover {
	color: #b12c39;
}

.treebox .nav_dt:hover ._after {
	display: block;
	width: 50px;
	height: 3px;
	position: absolute;
	left: -60px;
	top: 15px;
	background: #b12c39;
}

.treebox #open {
	color: #b12c39;
}

.treebox #open ._after {
	display: block;
	width: 50px;
	height: 3px;
	position: absolute;
	left: -60px;
	top: 15px;
	background: #b12c39;
}

.treebox .nav_dt_icon {
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url("../images/dots/off.png") no-repeat;
	margin: 0 0 0 15px;
}

.treebox #open .nav_dt_icon {
	background: url("../images/dots/open.png") no-repeat;
}

.treebox .nav_dd {
	display: none;
}

.treebox .nav_li {
	list-style-type: none;
	color: #666;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	text-align: left;
}

.treebox .nav_li:hover {
	color: #b12c39;
}

/*æ‰‹é£Žç´èœå•2*/
.verticalNav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	display: none;
	z-index: 110;
}

.verticalNav .accordion {
	width: 90%;
	height: 100%;
	overflow-y: auto;
}

.verticalNav .accordion .on {
	color: #b12c39;
}

.verticalNav .accordion ul li a {
	color: #212121;
	display: block;
	font-weight: 700;
	position: relative;
	font-size: 30px;
	line-height: 5rem;
	text-transform: uppercase;
}

.verticalNav .accordion ul li .inactive {
	/* background:url(../images/dots/off.png) no-repeat right center;*/
}

.verticalNav .accordion ul li .inactives {
	/*background:url(../images/dots/open.png) no-repeat right center;*/
	color: #b12c39;
}

.verticalNav .accordion ul li ul {
	display: none;
	padding: 10px;
}

.verticalNav .accordion ul li ul li ul {
	display: none;
}

.verticalNav .accordion ul li ul li a {
	padding-left: 10px;
	font-size: 20px;
	line-height: 2rem;
	padding: 5px 0;
}

.verticalNav .accordion ul li ul li ul li a {
	color: #666;
	padding-left: 20px;
	font-size: 18px;
}




@media (max-width:1279px) {
	.navs {
		display: none;
	}

	menu {
		height: 100px;
	}

	menu .logo {
		width: 130px;
	}

	.language {
		top: 30px;
	}
}

@media (max-width:1250px) {
	.navFullScreen, .nav_dl {
		display: none !important;
	}

	.navZoomScreen {
		display: inline-block !important;
	}
}

@media (max-width:960px) {
	menu {
		height: 80px;
		padding: 10px 20px 0;
	}

	menu .logo {
		width: 110px;
	}

	.language {
		top: 15px;
		right: 20px;
	}

	.verticalNav .fainro-copy .copy dd {
		display: none;
	}
}