/*友情链接开始*/
.friendlink .dropdown>.dropdown-menu {
	background: #fff;
	padding: 5px 8px;
	min-width: 285px;
	max-height: 300px;
	border-radius: 3px;
	border: 1px solid #c5cedd;
	box-shadow: 0 0 21px rgba(58, 68, 88, 0.12);
	transform: scale(1, 0.00) translateY(0px);
	transform-origin: 50% -7px 0;
	transition: all 0.5s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s;
}

.friendlink .dropdown>.dropdown-menu::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.friendlink .dropdown>.dropdown-menu::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.friendlink .dropdown>.dropdown-menu::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.friendlink .dropdown.dropdown_open>.dropdown-menu {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0px);
}


.friendlink .dropdown>.dropdown-menu a {
	padding: 13px 17px !important;
	display: block;
	border-radius: 3px;
	border-right: none !important;
	border-left: none !important;
}

.friendlink .dropdown>.dropdown-menu a:hover {
	background: #258fe9;
	color: #fff !important;
}

/*友情链接结束*/

/*footer*/
.bg-e7 {
	background: #e7e7e7;
}

footer .breadcrumb {
	background: none;
}

footer .breadcrumb-item+.breadcrumb-item::before {
	content: "-";
}

/*footer*/

/*右侧浮动按钮样式*/

.index_right {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999
}

.index_right ul li {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	cursor: pointer;
	transition: all 0.35s ease-in-out;
	position: relative
}

.index_right ul li.m {
	background-color: #3778d4;
	color: #fff;
}

.index_right ul li>div {
	position: absolute;
	right: 55px;
	background: #FFFFFF;
	line-height: 30px;
	font-size: 16px;
	display: none;
	text-align: center;
	box-shadow: 0 0 10px #999999;
	border-radius: 10px;
	padding: 10px 0
}

.index_right ul li>div .dot {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -10px;
	top: 20px;
}

.index_right ul li>div img {
	width: 90%
}

.index_right ul li:hover>div {
	display: block
}

.index_right ul li.to-top {
	background: url(../images/to-top.png) no-repeat;
}

.index_right ul li.plus {
	background: url(../images/plus.png) no-repeat;
}

.index_right ul li.right-nav1 {
	background: url(../images/right-nav1.png) no-repeat;
}

.index_right ul li.z45 {
	transform: rotate(135deg);
}

.index_right ul li.xs {
	margin-bottom: -30px;
	opacity: 0;
}

.index_right ul li.xs2 {
	visibility: hidden
}

/*右侧浮动按钮样式结束*/

