@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
.toper {
	background: none;
}

.toper ul {
	display: none;
}

.toper.active2 {
	background: #fff;
}

.toper.active2 ul {
	display: block;
}
.fy-bcl-layout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media (max-width:1180px) {
	.toper.active2 ul {
		display: none;
	}
}

/* .toper.active2 .logo {
	margin-top: 14px;
	background: url(http://www.cdlogovis.com/static/images/logo2.png) no-repeat center;
	background-size: 100%;
}

.toper .logo {
	margin: 34px 0 0 0;
	display: block;
	float: left;
	background: url(http://www.cdlogovis.com/static/images/logo.png) no-repeat center;
	width: 427px;
	height: 41px;
} */

.fy-ncl-bg-curr {
	height: 2px;
}

.fy-ncl-hover div.fy-ncl-bg {
	height: 62px;
}

.fy-ncl-hover a {
	color: #ffffff;
}

.fy-bann-cont-box {
	position: relative;
	height: 868px;
	overflow-x: hidden;

}

.fy-bann-cont {
	/* position: fixed; */
	width: 100%;
	height: 868px;
/* 	z-index: 666;
	top: 0px; */
	overflow: hidden;
}

.fy-bc-list {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 100%;
	overflow: hidden;
}

.fy-bcl-icon-box {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 999;
	text-align: center;
}

.fy-bcl-icon-list {
	padding: 15px 0px;
	display: inline-block;
}

.fy-bcli-line {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
	transition: all ease-out 150ms;
	-webkit-transition: all ease-out 150ms;
}

.fy-bcl-icon-list:hover {
	cursor: pointer;
}

.fy-bcl-icon-list:hover div.fy-bcli-line,
.fy-bcl-icon-list-action div.fy-bcli-line {
	width: 16px;
	background-color:rgba(255,255,255,1);
}

.fy-bc-list-action {
	left: 0px;
}

.fy-bc-list-ani {
	animation: fy-bc-list-ani ease-in-out 600ms forwards;
	-webkit-animation: fy-bc-list-ani ease-in-out 600ms forwards;
}

.fy-bc-list-anj {
	animation: fy-bc-list-anj ease-in-out 600ms forwards;
	-webkit-animation: fy-bc-list-anj ease-in-out 600ms forwards;
}

@keyframes fy-bc-list-ani {
	0% {
		left: 100%;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes fy-bc-list-ani {
	0% {
		z-index: 888;
		left: 100%;
	}

	100% {
		z-index: 888;
		left: 0;
	}
}

@keyframes fy-bc-list-anj {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes fy-bc-list-anj {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

.fy-bcl-btn {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 955;
}

.fy-bclb-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.fy-bclbc-btn {
	position: absolute;
	top: -15px;
	width: 100%;
}

.fy-bclb-line {
	position: absolute;
	height: 1px;

}

.fy-bclb-line-lf {
	left: -375px;
	width: 575px;
}

.fy-bclb-line-ce {
	left: 166px;
	right: 179px;
}

.fy-bclb-line-rg {
	right: -375px;
	width: 375px;
}



.fy-ccn-btn-box {
	width: 100%;
	height: 30px;
	float: right;
}

.fy-ccnb-btn {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	transition: all ease-out 150ms;
	-webkit-transition: all ease-out 150ms;
	cursor: pointer;
}

.fy-ccnb-btn-lf {
	border: rgba(255,255,255,1) solid 0px;
}

.fy-ccnb-btn-rg {
	border:rgba(255,255,255,1) solid 0px;
	position: absolute;
	right: 0px;
}

.fy-ccnb-bg {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 0px;
	z-index: 0;
	background-color: #454141;
	transition: all ease-out 150ms;
	-webkit-transition: all ease-out 150ms;
}

.fy-ccnb-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 333;
	transition: all ease-out 150ms;
	-webkit-transition: all ease-out 150ms;
}

.fy-ccnb-btn:hover {
	border-color: #454141;
}

.fy-ccnb-btn:hover div.fy-ccnb-bg {
	height: 100%;
}

.fy-ccnb-btn-lf div.fy-ccnb-icon {
	background: url(http://www.cdlogovis.com/static/images/news-btn-a.png) center center no-repeat;
}

.fy-ccnb-btn-rg div.fy-ccnb-icon {
	background: url(http://www.cdlogovis.com/static/images/news-btn-b.png) center center no-repeat;
}

.fy-ccnb-btn-lf:hover div.fy-ccnb-icon {
	background: url(http://www.cdlogovis.com/static/images/news-btn-aa.png) center center no-repeat;
}

.fy-ccnb-btn-rg:hover div.fy-ccnb-icon {
	background: url(http://www.cdlogovis.com/static/images/news-btn-bb.png) center center no-repeat;
}

@media screen and (max-width:1440px) {

	/* .fy-bann-cont-box {
		position: relative;
		height: 665px;
	} */

	.fy-bcl-layout {
		background-size: 100% 100%;
	}
}

@media screen and (max-width:1024px) {

	/* .fy-bann-cont-box,
	.fy-bann-cont {
		height: 500px;
	} */
}
