.subnavigation-box.fixed-wd {position: fixed;z-index: 99;top: 130px;height: 60px;line-height: 60px;background: rgba(240, 240, 240, .95);box-shadow: 0 3px 2px #c0c0c0;filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f0f0f0e6, endcolorstr=#f0f0f0e6);}
.fixed-wd:hover {background: #fff;}
.fixed-wd:hover .wd-txt {color: #006BD3;transition: all .4s;}
.fixed-wd a {display: block;}

.fixed-wd .wd-logo,.fixed-wd .wd-txt {display: inline-block;}
.fixed-wd .wd-logo{display: flex;}
.fixed-wd .wd-logo,.fixed-wd .wd-logo img {width: 40px;height: 40px;}
.fixed-wd .wd-logo img {vertical-align: middle;}
.fixed-wd .wd-txt {width: calc(100% - 100px);margin-left: 12px;color: #000000;position:relative;}
.fixed-wd .wd-txt span {/*color: #006BD3;*/}
.fixed-wd .mainjiantou {color: #006BD3;display: inline-block;float: right;margin-right: 24px;transition: all .4s;}
.fixed-wd:hover .mainjiantou {margin-right: 14px;}
.fixed-wd a>.w1600{display:flex;align-items: center;height: 100%;}
body.active .subnavigation-box.fixed-wd {position: fixed;}
body.hasNav.active .subnavigation-box.fixed-wd {top: 130px;}
body.hasNav.is-scroll .subnavigation-box.fixed-wd {top: 60px;}
body.none-nav .subnavigation-box.fixed-wd,
body.none-nav.active .subnavigation-box.fixed-wd,
body.none-nav.is-scroll .subnavigation-box.fixed-wd {top: 70px;}
.fixed-wd .msg-close{position: absolute;right: 5px;top: 0;display: inline-block;cursor: pointer;z-index: 1000;width: 15px;height: 60px;line-height: 60px;font-size: 20px;color: #006BD3;}
body.index-body .subnavigation-box.fixed-wd{
	display:none;
}
body.active .subnavigation-box.fixed-wd{
	display:block;
	top: 70px;
	z-index:100;
}
.fd-item-con,
.fd-item-con>a{
	width: 100%;
}
.fd-item-con{
	display: flex;
	height: 100%;
}
.fd-item-con>a{
	margin: auto;
}
.subnav-text-dot,
.subnav-text-more-content,
#subnav-fixed .layui-carousel-arrow{
	display: none;
}

.fixed-wd .wd-txt span{
	/*color:#000000;*/
}
.fixed-wd .wd-txt span.subnav-text-more{
	color: #a8a8a9;
	font-size:12px;
}
.subnav-text-more-content{
	font-size: 12px;
	width:100%;
	top:45px;
	position:absolute;
	background-color:rgba(0,0,0,.8);
	color:#fff;
	
	border-radius:5px;
}
.subnav-text-more-content .subnav-text-more-content-con{
	padding: 12px 18px;
}
.subnav-text-more-content .text-more-close{
	position:absolute;
	top: 5px;
	right:10px;
	color: #fff;
    font-style: normal;
}
.subnavigation-box.fixed-wd .fixed-wd-hover,
.subnavigation-box.fixed-wd .fixed-wd-hover {
	color: #006bd3 !important;
}
.fixed-wd.layui-carousel>[carousel-item]{
	overflow: initial;
}
.subnav-text-more-content-con{
	position:relative;
}
@media (max-width: 1250px) {
	.subnavigation-box.fixed-wd, .fixed-wd .msg-close {
		height: auto;line-height: 20px;
	}
	.index-body .subnavigation-box.fixed-wd{
		/* height: 60px; */
	}
	.index-body .subnavigation-box.fixed-wd .fd-item-con{
		/* height: 35px; */
	}
	.fixed-wd .wd-logo,.fixed-wd .wd-logo img {width: 35px;height: 35px;}
}
@media (max-width: 992px) {
	body.hasNav.active .subnavigation-box.fixed-wd, body.hasNav.is-scroll .subnavigation-box.fixed-wd  {top: 102px;}
	body.none-nav.active .subnavigation-box.fixed-wd, body.none-nav.is-scroll .subnavigation-box.fixed-wd {top: 60px;}
	
	.subnavigation-box.fixed-wd{
		top: 102px;
	}
	body.active .subnavigation-box.fixed-wd{
		top: 60px;
	}
}


@media (min-width: 768px) {
	.fixed-wd .wd-logo.box-icon-notice,.fixed-wd .wd-logo.box-icon-notice img {width: 30px;height: 30px;}
}

@media (max-width: 760px) {
	.fixed-wd .mainjiantou {margin-right: 15px;}
	.fixed-wd:hover .mainjiantou {margin-right: 10px;}
}
@media (min-width: 701px) {
	.subnav-text-more-content{
		display:none !important;
	}
}

@media (max-width: 700px) {
	.subnav-text-all{
		display:none;
	}
	.subnav-text-dot{
		display:inline-block;
	}
}
@media (max-width: 500px) {
	.fixed-wd .wd-logo,.fixed-wd .wd-logo img {width: 25px;height: 25px;}
	.subnavigation-box.fixed-wd{padding: 5px 0px;}
	.fixed-wd .wd-txt {font-size: 12px;width: 75%;vertical-align: middle;}
	.fixed-wd .msg-close{height: 50px;line-height: 50px;font-size: 16px;width: 15px;right: 0;}
	.fixed-wd .mainjiantou{
		margin-top: 10px;
	}
}