
/* 侧边客服返回顶部 */
.sidebar {
	position: fixed;
	right: 20px;
	bottom: 30vh;
	z-index: 999;
	transition: all 0.5s;
}
.sidebar2{
	right: -192px;
}
.stitle {
	padding: 16px 25px;
	background: #aadc21;
	box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
	border-radius: 32px;
	opacity: 1;
	/* border: 1px solid #ffffff; */
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.scontent {
	margin: 15px 0;
	padding: 16px;
	background: #aadc21;
	box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	opacity: 1;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.kefubox {
	display: flex;
	background-color: #ffffff;
	padding: 16px 20px;
	border-radius: 6px;
	cursor: pointer;
	align-items: center;
}
.kefubox>img{
	width: 32px;
	height: 32px;
}
.kname {
	font-size: 18px;
	color: #aadc21;
	margin-left: 15px;
}

.kname>a:hover {
	text-decoration: none;
}

.stip {
	text-align: center;
	margin: 17px 0 5px;
}

.phone {
	display: block;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.back {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #292929;
	font-size: 16px;
	padding: 20px 0;
	background: linear-gradient(to bottom, #d0efde, #ffffff);
	box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.back img{
	width: 20px;
	height: 20px;
}
.btext {
	margin-left: 10px;
}

.btext>a:hover {
	text-decoration: none;
}
.show{
	width: 40px;
	height: 40px;
	background: #aadc21;
	position: absolute;
	left: 0;
	top: 55%;
	transform: translate(-50%,-50%);
	display: flex;
	
	align-items: center;
	border-radius: 50%;
	z-index: 10;
}
.show span{
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	width: 10px;
	height: 10px;
	/* transition: all 0.8s; */
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	transition: all 0.5s;
}
.sidebar2 .show span{
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	/* IE 9 */
	-moz-transform: rotate(-135deg);
	/* Firefox */
	-webkit-transform: rotate(-135deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-135deg);
}


.footer {
	background: url('../img/footer-bg.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 4% 0 2%;
}

.footer-mune {
	display: flex;
}

.footer-mune .fn-left {
	display: flex;
	flex: 1;
}

.footer-mune .footer-nav .fn-item {
	margin-right: 8%;
}
.footer-mune .footer-nav .fn-item span{
    color: #fff !important;
    line-height: 30px !important;
}
.footer-mune .footer-nav p {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
	white-space: nowrap;
}
.footer-mune .footer-nav p span{
    color: #fff !important;
    font-size: 14px !important;
}
.footer-mune .footer-nav li {
	margin-bottom: 15px;
}

.footer-mune .footer-nav .fn-item li a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.footer-mune .footer-nav .fn-item li:hover a {
	color: rgba(255, 255, 255, 1);
}

.footer-mune .fn-right {
	text-align: right;

}

.footer-mune .fn-right .fn-item {
	margin-right: 0;
}

.footer-mune .footer-nav .tel {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #aadc21;
	line-height: 32px;
	white-space: nowrap;
	margin-bottom: 15px;

}

.footer-contact {
	margin-top: 30px;
}

.code-list .code {
	margin-left: 50px;
}

.code-list .code-name {
	margin-top: 10px;
}

.friendly-link {
	margin: 20px 0;
	font-size: 14px;
	flex-wrap: wrap;
	padding: 20px 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-left: none;
	border-right: none;
}

.friendly-link a {
	color: rgba(255, 255, 255, 0.6);
	margin-left: 20px;
	margin-bottom: 10px;
}

.friendly-link .ltitle {
	margin-bottom: 10px;

}

.friendly-link a:hover {
	color: #fff;
}

.copyright,
.copyright a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.copyright a:hover {
	color: #fff;
}
.hdtb{
    position: fixed;
    right: 10px;
    bottom: 20vh;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid  #aadc21;
        background: linear-gradient(to bottom, #d0efde, #ffffff);
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items:  center;
    justify-content: center;
    z-index: 100;
   cursor: pointer;
}
.hdtb span{
    border-top: 2px solid #aadc21;
		border-right: 2px solid #aadc21;
		width: 12px;
		height: 12px;
		margin-top: 4px;
		transition: all 0.8s;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		/* IE 9 */
		-moz-transform: rotate(-45deg);
		/* Firefox */
		-webkit-transform: rotate(-45deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
	.sidebar {
	    right: 10px; 
	}
	.sidebar2 {
	    right: -148px;
	}
	.stitle {
		padding: 10px;
		font-size: 14px;
		text-align: center;
	}
	
	.scontent {
		padding: 10px;
		border-radius: 12px;
		margin: 10px 0;
	}
	.kefubox {
		padding: 10px;
	
	}
	.kname {
		font-size: 16px;
	}
	.kefubox>img {
	    width: 28px;
	    height: 28px;
	}
	.phone {
	    font-size: 18px;
	    text-align: center;
	}
	.back {

	    font-size: 14px;
	    padding: 10px 0;
	    border-radius: 12px;
	    
	}
	.footer-mune .footer-nav p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.footer-mune .footer-nav .fn-item li a {
		font-size: 13px;

	}

	.footer-mune .footer-nav .tel,
	.footer-mune .footer-nav li {
		margin-bottom: 10px;
	}

	.footer-mune .footer-nav .tel {
		font-size: 20px;
	}

	.logo-foot {
		width: 150px;
	}

	.code-list .code {
		margin-left: 30px;
	}

	.code-list .code img {
		width: 90px;
	}

	.code-list .code-name {
		font-size: 14px;
	}

	.footer-contact {
		margin-top: 20px;
	}

	.copyright,
	.copyright a,
	.friendly-link {
		font-size: 12px;
	}

	.friendly-link {
		margin: 15px 0;

		padding: 15px 0;

	}
	.friendly-link a{
		margin-left: 15px;
	}
}


.mb5{margin-bottom: 5px;}
.text-center {text-align:center}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/

.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom; }
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#9ac72c;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}

/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#9ac72c;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#9ac72c;color:#fff;border:1px solid #9ac72c;}
/*分页 end*/

