* {
	box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box
}

body {
	font-size: 14px;
	line-height: 1.75;
	font-family: "微软雅黑", 'PingFang SC', "Microsoft Yahei Light", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #444;
	background: #fff;
	overflow-x: hidden;
}

em,
strong,
i {
	display: inline-block;
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

a {
	color: #444;
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

a:hover {
	outline: none;
	color: #f5222d;
}

a:focus {
	outline: none;
}

input,
button {
	padding: 0;
	border: none;
	background: none;
	outline: none;
	font-family: "微软雅黑", 'PingFang SC', Helvetica;
}

button {
	outline: none;
}

textarea {
	border: none;
	background: none;
	outline: none;
	font-family: "微软雅黑", 'PingFang SC', Helvetica;
}

table {
	border-collapse: collapse;
	word-wrap: break-all;
	border-spacing: 0;
	border: 1px solid #e4e4e4;
}

input {
	-webkit-appearance: none;
	/*åŽ»é™¤inputé»˜è®¤æ ·å¼*/
}

td,
tr {
	padding: 5px;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #e4eaec
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details,
summary,
picture {
	display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none !important;
}

.show {
	display: block;
}

.clear {
	clear: both;
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

img,
input,
textarea {
	border: none;
	vertical-align: middle;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	clear: both;
	position: relative;
}

.hide {
	display: none !important;
}

.show {
	display: block;
}

.clear {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.box {
	display: block;
	width: 100%;
	height: 100%;
}

.box-s {
	box-sizing: border-box;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsis3 {
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsis4 {
	-webkit-line-clamp: 4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;

}

.w1000 {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.w1200 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

.w1400 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

.w1600 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

.w1800 {
	width: 1820px;
	margin-right: auto;
	margin-left: auto;
}

.t-l {
	text-align: left;
}

.t-r {
	text-align: right;
}

.t-c {
	text-align: center;
}

/*banneråŠ¨ç”»*/
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner>img {
	width: 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-animation: minus 5s 0s ease both infinite;
	-moz-animation: minus 5s 0s ease both infinite;
	animation: minus 5s 0s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes minus {
	0% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}





/*æŒ‰é’®è§¦å‘*/
.link {
	transition: 0.52s;
	position: relative;
	overflow: hidden;
}

.anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.link:hover .anim {
	animation: anim-out 0.75s;
}

.link:hover .anim:after {
	animation: anim-out-pseudo 0.75s;
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}

	100% {
		background: transparent;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.anim2:hover span {
	z-index: 2;
	position: relative;
}

.anim2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: #4cb034;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}

.anim2:hover:before {
	opacity: 1;
	height: 100%;
	top: 0;
}


.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -0px;
	height: 235px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/

}

.all-fixed .f-left {
	position: relative;
	top: 60px;
	float: left;
	width: 0px;
	height: 115px;
	border-top: 10px solid transparent;
	border-right: 25px solid #4cb034;
	border-bottom: 10px solid transparent;
	text-align: center;
	font-size: 13px;
	color: #0b2a1a;
	cursor: pointer;
}

.all-fixed .f-left p {
	position: absolute;
	top: 10px;
	left: 6px;
	line-height: 20px;
	color: #fff;
}

.all-fixed .f-right {
	width: 180px;
	background: #f8fbff;
	/* height: 100%; */
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.all-fixed .title {
	margin-top: -67px;
	text-align: center;
}

.all-fixed h3 {
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}

.all-fixed h3 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.all-fixed li {
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}

.all-fixed li:last-child {
	margin-bottom: 5px;
}

.all-fixed li a {
	width: 100%;
	height: 100%;
	background: #4cb034;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}

.all-fixed li a:hover {
	color: #fff;
}

.all-fixed li a img {
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle;
	margin-top: -5px;
}

.all-page {
	text-align: center;
	margin: 40px 0;
}

.all-page a,
.all-page span {
	width: 35px;
	height: 100%;
	background: #aaa;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	transition: .3s;
}

.all-page .current,
.all-page a:hover {
	background: #4cb034;
	color: #fff;
}

.all-page .prev,
.all-page .prev_disabled,
.all-page .next,
.all-page .next_disabled {
	width: 60px;
	color: #666;
	background: transparent;
	font-family: "microsoft yahei";
}

.all-page .prev:before,
.all-page .prev_disabled:before {
	content: "ä¸Šä¸€é¡µ";
	font-family: "microsoft yahei";
}

.all-page .next:before,
.all-page .next_disabled:before {
	content: "ä¸‹ä¸€é¡µ";
	font-family: "microsoft yahei";
}

#top {
	position: fixed;
	z-index: 999999;
	right: 15px;
	width: 50px;
	height: 50px;
	bottom: 30px;
	opacity: 0.9;
	background: #999 url(../images/kefu-top.png) no-repeat center;
	transition: .3s;
	cursor: pointer;
}

#top:hover {
	background-color: #4cb034;
}



/*æŒ‰é’®è§¦å‘*/
.link {
	transition: 0.52s;
	position: relative;
	overflow: hidden;
}

.anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.link:hover .anim {
	animation: anim-out 0.75s;
}

.link:hover .anim:after {
	animation: anim-out-pseudo 0.75s;
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}

	100% {
		background: transparent;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.anim2 span {
	z-index: 2;
	position: relative;
	transition: auto;
}

.anim2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: #4cb034;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}

.anim2:hover:before {
	opacity: 1;
	height: 100%;
	top: 0;
}

.img {
	width: 100%;
	overflow: hidden;
}

.img:hover>img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.img>img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}