.right-bar {
	position: fixed;
	top: 130px;
    right: 10px;
	z-index: 999999;
}
.right-bar ul {
	margin-top: 10px;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.12);
	background-color: #03a363;
	width: 58px;
	border-radius: 4px;
}
.right-bar li {
	cursor: pointer;
	position: relative;
}
.right-bar li .bar-top {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	text-align: center;
	line-height: 16px;
}
.right-bar li .bar-top b {
	color: #fff;
	display: block;
	padding: 2px 15px;
}
.right-bar li .bar-top i {
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}
.right-bar li .bar-top a {
	color: #fff;
	display: block;
}
.right-bar li .bar-top a:hover {
	color: #03a363;
}
.right-bar li.notext .bar-top i {
	margin: 0;
}
.right-bar li.notext .bar-top {
	padding: 15px 0;
	border-bottom: 0;
}
.right-bar li:hover .bar-top {
	background-color: #f60;
}
.right-bar li:hover .bar-top a,.right-bar li:hover .bar-top b {
	color: #fff;
	transition: all;
}
.right-bar li:last-of-type .bar-top {
	border-bottom: 0;
}
.contribution {
	position: absolute;
	right: 70px;
	top: 0;
	width: 280px;
	box-sizing: border-box;
	padding: 15px 44px;
	background: url(https://www.chem17.com/images/technology/version/2022/tougao.png) no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.contribution strong {
	display: block;
	font-size: 18px;
}
.contribution p {
	margin-top: 12px;
	font-size: 14px;
}
.contribution .talk {
	display: block;
	width: 82px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ff8f1f;
	margin-top: 12px;
}
.code-item {
	position: absolute;
	right: 70px;
	bottom: 0;
	top: auto;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #03a363;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.code-item .item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.code-item .wx-img{
	width: 126px;
	height: 126px;
	position: relative;
}
.code-item .wx-img img{
	position: absolute;
	width: 142px;
	height: 142px;
	left: -8px;
	top: -8px;
	max-width: none;
	max-height: none;
}
.code-item .item b {
	margin-top: 10px;
	display: block;
}
.code-item .item p {
	margin-top: 10px;
	color: #999;
}
.child-bot {
	display: none;
}
.right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.right-bar li:hover .child-bot {
	display: block;
}
/* 7.22新增联系我们 */
.contact-item {
	position: absolute;
	right: 70px;
	top: 0;
	box-sizing: border-box;
	width: 320px;
	border: 4px solid #03a363;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 18px 16px 16px;
}
.contact-item dl{
	padding-left: 88px;
	overflow: hidden;
	position: relative;
}
.contact-item i{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 2px;
	width: 68px;
	height: 82px;
	background:url(https://www.chem17.com/images/technology/version/2022/service-left.png) no-repeat;
}
.contact-item dt{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.contact-item dd{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	overflow: hidden;
}
.contact-item dd b{
	display: inline-block;
	width: 18px;
	height: 21px;
	margin: 1px 0 0 11px;
	background: url(https://www.chem17.com/images/technology/version/2022/service-qq.png) no-repeat;
	vertical-align: top;
}
