@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	color: #000;
	position: relative;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #666;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

img {
	max-width: 100%;
	border: none;
	display: inline-block;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
form,
img,
p {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

input,
textarea,
select {
	font-family: "微软雅黑";
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
	visibility: visible;
	*zoom: 1;
}

@-moz-keyframes beat {
	from,
	to {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		-moz-transform: scale(0.9, 1.1);
		-ms-transform: scale(0.9, 1.1);
		-o-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		-moz-transform: scale(1.1, 0.9);
		-ms-transform: scale(1.1, 0.9);
		-o-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		-moz-transform: scale(0.95, 1.05);
		-ms-transform: scale(0.95, 1.05);
		-o-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@-ms-keyframes beat {
	from,
	to {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		-moz-transform: scale(0.9, 1.1);
		-ms-transform: scale(0.9, 1.1);
		-o-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		-moz-transform: scale(1.1, 0.9);
		-ms-transform: scale(1.1, 0.9);
		-o-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		-moz-transform: scale(0.95, 1.05);
		-ms-transform: scale(0.95, 1.05);
		-o-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@-webkit-keyframes beat {
	from,
	to {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		-moz-transform: scale(0.9, 1.1);
		-ms-transform: scale(0.9, 1.1);
		-o-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		-moz-transform: scale(1.1, 0.9);
		-ms-transform: scale(1.1, 0.9);
		-o-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		-moz-transform: scale(0.95, 1.05);
		-ms-transform: scale(0.95, 1.05);
		-o-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@keyframes beat {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@keyframes menu-5 {
	0% {
		opacity: 0;
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 1;
	}
	90% {
		transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.banner img {
	width: 100%;
}

.block-title {
	margin: 100px 0 60px 0;
	text-align: center;
	position: relative;
}

.block-title h3 {
	font-size: 30px;
	color: #616161;
	margin-bottom: 15px;
}

.block-title h4 {
	font-size: 20px;
	color: #a7a7a7;
}

.block-1 {
	margin-bottom: 100px;
}

.block-1 .b-1-box {
	height: 395px;
	overflow: hidden;
}

.block-1 .b-1-box ul {
	overflow: hidden;
}

.block-1 .b-1-box li {
	height: 145px;
	margin-bottom: 105px;
}

.block-1 .b-1-box li .title {
	font-size: 18px;
	color: #323232;
	margin-bottom: 20px;
}

.block-1 .b-1-box li .intro {
	font-size: 14px;
	color: #969696;
}

.block-1 .b-1-box .c-center {
	height: 395px;
	display: table-cell;
	vertical-align: middle;
}

.block-2 {
	height: 700px;
	padding: 1px;
	position: relative;
	background-size: contain;
	overflow: hidden;
}

.block-2 .bg {
	height: 100%;
	position: absolute;
	z-index: 0;
}
.block-2 .bg img {
	height: 100%;
}

.block-2 .block-title h3 {
	color: #fff;
}

.block-2 .block-title h4 {
	color: #fff;
}

.block-2 .b-2-box {
	margin-top: 30px;
	padding-bottom: 35px;
	position: relative;
	overflow: hidden;
}

.block-2 .b-2-box:before {
	content: '';
	width: 80%;
	height: 1px;
	margin-left: -40%;
	background-color: #fff;
	position: absolute;
	bottom: 35px;
	left: 50%;
}

.block-2 .b-2-box:after {
	content: '';
	width: 18px;
	height: 15px;
	margin-left: -9px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0px;
}

.block-2 .b-2-box li {
	width: 20%;
	padding: 0 15px 25px 15px;
	float: left;
	text-align: center;
	position: relative;
}

.block-2 .b-2-box li:before {
	content: '';
	width: 1px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}

.block-2 .b-2-box li .title {
	font-size: 22px;
	color: #fff;
	margin: 20px 0;
	line-height: 40px;
}

.block-2 .bottom {
	font-size: 24px;
	color: #fff;
	margin-top: 35px;
	text-align: center;
	position: relative;
}

.block-3 .b-3-box .top .box {
	float: none;
}

.block-3 .b-3-box .top .box .intro {
	color: #666;
}

.block-3 .title {
	font-size: 30px;
	color: #504f60;
	display: inline;
}

.block-3 .intro {
	font-size: 18px;
	color: #969696;
	display: inline;
}

.block-3 .b-3-box .li {
	padding: 0;
}

.block-3 .b-3-box li {
	height: 190px;
	margin: 40px 0;
}

.block-3 .b-3-box li:hover {
	animation: beat 0.5s 1;
}

.block-4 {
	padding: 1px;
	background: url(../images/block-4.jpg);
	background-size: contain;
}

.block-4 .b-4-box {
	overflow: hidden;
}

.block-4 .b-4-box li {
	padding: 0;
}

.block-4 .b-4-box li .img {
	overflow: hidden;
}

.block-4 .b-4-box li img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.block-4 .b-4-box li a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.block-4 .b-4-box li .infor {
	margin: 30px 0;
	text-align: center;
}

.block-4 .b-4-box li .infor .title {
	font-size: 16px;
	color: #323232;
	margin-bottom: 5px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block-4 .b-4-box li .infor .intro {
	font-size: 14px;
	color: #969696;
}

.block-4 .more {
	margin: 25px 0 100px 0;
	text-align: center;
}

.block-4 .more a {
	font-size: 17px;
	width: 300px;
	height: 55px;
	color: #fff;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	background-color: #3ac587;
	border-radius: 10px;
	box-shadow: 2px 2px 0 #169d5f;
}

.block-4 .more a:hover {
	background-color: #169d5f;
}

.llfooter .llfot {
	background: url(../images/llbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 4% 0;
}

.llfooter .llfootl h3 {
	color: #fff;
	font-size: 28px;
}

.llfooter .llfootl h4 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: '宋体';
}

.llfooter .llfootl .line {
	background: #fff;
	width: 60px;
	height: 1px;
}

.llfooter .llfootl .phone {
	color: #fff;
	padding: 7% 0;
	font-size: 34px;
	font-family: '宋体';
}

.llfooter .llfootl .enjo a {
	display: inline-block;
	margin-right: 6px;
	position: relative;
}

.llfooter .llfootl .enjo a:hover .ewm {
	display: block;
}

.llfooter .llfootl .enjo a .ewm {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 999;
	margin-left: -38px;
	top: 36px;
	width: 76px;
	height: 76px;
}

.llfooter .llfootl .addre {
	margin-top: 3%;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.llfooter .llfootr {
	position: relative;
	top: -10px;
}

.llfooter .llfootr .box span {
	display: block;
	font-size: 14px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}

.llfooter .llfootr .box input {
	display: block;
	border-radius: 4px;
	border: none;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	width: 100%;
}

.llfooter .llfootr .box textarea {
	display: block;
	border-radius: 4px;
	border: none;
	padding: 10px;
	width: 100%;
}

.llfooter .llfootr .btn {
	display: block;
	color: #fff;
	border-radius: 30px;
	background: #0a8739;
	height: 35px;
	width: 220px;
	margin-left: 10px;
	margin-top: 3%;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.llfooter .llfootr .btn:hover {
	background: #056c2c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.llfooter .llfob {
	background: #000;
	padding: 15px 0;
	text-align: center;
}

.llfooter .llfob a {
	color: #fff;
	font-size: 12px;
	opacity: 0.9;
}

.llfooter .llfob a:hover {
	opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.block-3 .b-3-box li {
		height: 170px;
		margin: 50px 0 0 0;
	}
	.block-4 {
		margin-top: 100px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.block-1 .b-1-box {
		height: auto;
	}
	.block-1 .b-1-box li {
		margin-bottom: 0;
	}
	.block-1 .b-1-box .c-center {
		height: auto;
		text-align: center;
		display: block;
		vertical-align: middle;
	}
	.block-1 .b-1-box .c-center img {
		display: inline-block;
	}
	.block-3 .b-3-box li {
		height: auto;
		margin: 10px 0 20px 0;
	}
	.block-4 .b-4-box li .infor .title {
		font-size: 14px;
	}
	.block-4 {
		margin-top: 20px;
	}
	.block-4 .more {
		margin: 20px 0;
	}
}

@media (max-width: 768px) {
	.block-1 {
		margin-bottom: 30px;
	}
	.block-title {
		margin: 20px 0;
	}
	.block-title h3 {
		font-size: 22px;
	}
	.block-title h4 {
		font-size: 12px;
	}
	.block-1 .b-1-box {
		height: auto;
	}
	.block-1 .b-1-box li {
		height: auto;
		margin-bottom: 25px;
	}
	.block-1 .b-1-box li .title {
		border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
	}
	.block-2 {
		height: auto;
		padding-bottom: 40px;
	}
	.block-2 .b-2-box {
		margin-top: 10px;
		text-align: center;
	}
	.block-2 .b-2-box:before {
		content: none;
	}
	.block-2 .b-2-box:after {
		content: none;
	}
	.block-2 .b-2-box li {
		/*width: 50%;*/
		padding: 0 15px 16px 15px;
	}
	.block-2 .b-2-box li:nth-child(1) {
		width: 33.33333333%;
	}
	.block-2 .b-2-box li:nth-child(2) {
		width: 33.33333333%;
	}
	.block-2 .b-2-box li:nth-child(3) {
		width: 33.33333333%;
	}
	.block-2 .b-2-box li:nth-child(4) {
		float: none;
		display: inline-block;
		width: 33.33333333%;
	}
	.block-2 .b-2-box li:nth-child(5) {
		float: none;
		display: inline-block;
		width: 33.33333333%;
	}
	.block-2 .b-2-box li:before {
		content: none;
	}
	.block-2 .b-2-box li .title {
		font-size: 16px;
		margin: 0;
		line-height: 25px;
	}
	.block-2 .bottom {
		font-size: 18px;
		width: 100%;
		padding: 0 15px;
		position: absolute;
		bottom: 20px;
	}
	.block-3 .b-3-box .top .box {
		padding: 20px 15px;
	border-bottom: 1px solid #f3f3f3;	
	}
	.block-3 .b-3-box li {
		height: auto;
		margin: 0;
		padding: 20px 15px;
		border-bottom: 1px solid #f3f3f3;
	}
	.block-3 .title {
		font-size: 20px;
	}
	.block-3 .intro {
		font-size: 16px;
	}
	.block-4 .more {
		margin: 20px 0;
	}
	.block-4 .more a {
		height: 40px;
		line-height: 40px;
	}
}

.wavesWapper {
	background: #26864b;
	width: 100%;
	overflow: hidden;
}

.wavesWapper .waves {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.wavesWapper .llban {
	position: relative;
	z-index: 99;
}

.wavesWapper .llban a {
	display: block;
}

.wavesWapper .llban .llbr {
	padding-right: 3%;
}

.wavesWapper .llban .llbl {
	padding-top: 8%;
	padding-left: 3%;
}

.wavesWapper .llban .llbl p {
	color: #fff;
	font-size: 14px;
}

.wavesWapper .llban .llbl h2 {
	color: #fff;
	font-size: 60px;
	font-family: '宋体';
	margin: 3% 0;
}

.wavesWapper .llban .llbl h3 {
	font-size: 24px;
	color: #fff;
}

.wavesWapper .llban .llbl .line {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 5% 0;
}

.wavesWapper .llban .llbl a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}

.wavesWapper .llban .llbl .aa1:hover {
	color: #176f38;
	background: #fff;
}

.wavesWapper .llban .llbl .aa2 {
	color: #176f38;
	background: #fff;
}

.wavesWapper .llban .llbl .aa2:hover {
	color: #fff;
	background: #176f38;
}

.llpa1 {
	padding: 3% 0;
	position: relative;
	overflow: hidden;
}

.llpa1 .llpa1tt h3 {
	text-align: center;
	font-size: 36px;
	font-family: '宋体';
}

.llpa1 .llpa1tt p {
	text-align: center;
	font-size: 20px;
	color: #666;
	margin-top: 10px;
	font-family: '宋体';
}

.llpa1 .llpa1con {
	text-align: center;
	padding: 5% 0;
	position: relative;
}

.llpa1 .llpa1con .llboximg1 {
	animation: rotate 6s linear infinite;
	-webkit-animation: rotate 6s linear infinite;
	-moz-animation: rotate 6s linear infinite;
	-ms-animation: rotate 6s linear infinite;
	-o-animation: rotate 6s linear infinite;
}

.llpa1 .llpa1con .llboximg2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -193px;
	margin-top: -121px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #176f38;
}

.llpa1 .llpa1con .bb {
	position: absolute;
}

.llpa1 .llpa1con .bb .single {
	position: relative;
}

.llpa1 .llpa1con .bb .single em {
	width: 42px;
	height: 42px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
}

.llpa1 .llpa1con .bb .single em:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 0 0 1px 2px #ff6600;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 3;
	opacity: 0;
	-webkit-animation: halo 1s 1s infinite ease-out;
	-moz-animation: halo 1s 1s infinite ease-out;
	animation: halo 1s 1s infinite ease-out;
}

.llpa1 .llpa1con .bb span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
}

.llpa1 .llpa1con .bb1 {
	position: absolute;
	top: 150px;
	left: 213px;
}

.llpa1 .llpa1con .bb1 .single em:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 0 0 1px 2px #ff6600;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 3;
	opacity: 0;
	-webkit-animation: halo 1s 1s infinite ease-out;
	-moz-animation: halo 1s 1s infinite ease-out;
	animation: halo 1s 1s infinite ease-out;
}

.llpa1 .llpa1con .bb2 {
	position: absolute;
	top: 210px;
	right: 158px;
}

.llpa1 .llpa1con .bb2 .single em:after {
	box-shadow: 0 0 1px 2px #3875ff;
}

.llpa1 .llpa1con .bb3 {
	position: absolute;
	bottom: 240px;
	left: 36px;
}

.llpa1 .llpa1con .bb3 .single em:after {
	box-shadow: 0 0 1px 2px #1ecd79;
}

.llpa1 .llpa1con .bb4 {
	position: absolute;
	bottom: 240px;
	right: 0px;
}

.llpa1 .llpa1con .bb4 .single em:after {
	box-shadow: 0 0 1px 2px #ff7676;
}

.llpa1 .llpa1con .bb5 {
	position: absolute;
	bottom: 123px;
	right: 45%;
}

.llpa1 .llpa1con .bb5 .single em:after {
	box-shadow: 0 0 1px 2px #176f38;
}

.llpa1 .llicon1 {
	position: absolute;
	left: -2%;
	top: 35%;
}

.llpa1 .llicon2 {
	position: absolute;
	left: 10%;
	top: 60%;
}

.llpa1 .llicon3 {
	position: absolute;
	left: 7%;
	top: 70%;
}

.llpa1 .llicon4 {
	position: absolute;
	right: -2%;
	top: 35%;
}

.llpa1 .llicon5 {
	position: absolute;
	right: 7%;
	top: 60%;
}

.llpa2con {
	margin-top: 4%;
	display: flex;
	align-items: flex-end;
}

.llpa2con .lbsbox {
	background: #0a8739;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.llpa2con .lbsbox:nth-child(2) {
	background: #3cb9f3;
	padding-bottom: 4%;
}

.llpa2con .lbsbox:nth-child(2) a:hover {
	background: #fff;
	color: #3cb9f3;
}

.llpa2con .lbsbox:nth-child(3) {
	background: #ff6e27;
}

.llpa2con .lbsbox:nth-child(3) a:hover {
	background: #fff;
	color: #ff6e27;
}

.llpa2con .lbsbox .lbsboxcon {
	padding: 4%;
}

.llpa2con .lbsbox h4 {
	color: #fff;
	font-size: 24px;
}

.llpa2con .lbsbox h5 {
	color: #fff;
	font-size: 24px;
	margin: 15px 0;
}

.llpa2con .lbsbox h5 b {
	font-size: 30px;
	margin-right: 6px;
}

.llpa2con .lbsbox .con {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
}

.llpa2con .lbsbox a {
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 15px;
}

.llpa2con .lbsbox a:hover {
	background: #fff;
	color: #0a8739;
}

.llpa3con {
	margin-top: 4%;
	position: relative;
}

.llpa3con .pic {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	margin-top: -62px;
	margin-left: -62px;
	background: url(../images/llicon6.png) no-repeat center center;
	background-size: 100%;
}

.llpa3con .llpa3cbox {
	margin-bottom: 2%;
}

.llpa3con .llpa3cbox img {
	display: block;
	margin: 0 auto;
	border-radius: 26px;
}

.llpa3con .llpa3cbox .con {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}

.llpa4con {
	margin-top: 4%;
}

.llpa4con li {
	float: left;
	width: 165px;
}
.llpa4con li img { width:85%; margin:0 auto; display:block
}

.llpa4con li a {
	padding: 2px;
	display: block;
}

.llpa4con .llmore {
	display: block;
	width: 16%;
	margin: 2% auto;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
	background: #0a8739 url(../images/llicon11.png) no-repeat 96% center;
	position: relative;
	overflow: hidden;
}

.llpa4con .llmore:after {
	background: #fff;
	content: "";
	height: 200px;
	left: -95px;
	opacity: 0.6;
	position: absolute;
	top: -50px;
	width: 10px;
	z-index: 10;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

.llpa4con .llmore:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.llfooter .llfot {
	background: url(../images/llbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 4% 0;
}

.llfooter .llfootl h3 {
	color: #fff;
	font-size: 28px;
}

.llfooter .llfootl h4 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: '宋体';
	margin: 15px 0;
}

.llfooter .llfootl .line {
	background: #fff;
	width: 60px;
	height: 1px;
}

.llfooter .llfootl .phone {
	color: #fff;
	padding: 7% 0;
	font-size: 34px;
	font-family: '宋体';
}

.llfooter .llfootl .enjo a {
	display: inline-block;
	margin-right: 6px;
	position: relative;
}

.llfooter .llfootl .enjo a:hover .ewm {
	display: block;
}

.llfooter .llfootl .enjo a .ewm {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 999;
	margin-left: -38px;
	top: 36px;
	width: 76px;
	height: 76px;
}

.llfooter .llfootl .addre {
	margin-top: 3%;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.llfooter .llfootr {
	position: relative;
	top: -10px;
}

.llfooter .llfootr .box span {
	display: block;
	font-size: 14px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}

.llfooter .llfootr .box input {
	display: block;
	border-radius: 4px;
	border: none;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	width: 100%;
}

.llfooter .llfootr .box textarea {
	display: block;
	border-radius: 4px;
	border: none;
	padding: 10px;
	width: 100%;
}

.llfooter .llfootr .btn {
	display: block;
	color: #fff;
	border-radius: 30px;
	background: #0a8739;
	height: 35px;
	width: 220px;
	margin-left: 10px;
	margin-top: 3%;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.llfooter .llfootr .btn:hover {
	background: #056c2c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.llfooter .llfob {
	background: #000;
	padding: 15px 0;
	text-align: center;
}

.llfooter .llfob a {
	color: #fff;
	font-size: 12px;
	opacity: 0.9;
}

.llfooter .llfob a:hover {
	opacity: 1;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes halo {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
	}
}

@-moz-keyframes halo {
	0% {
		opacity: 0;
		-moz-transform: scale(0.1);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1.2);
	}
}

@-ms-keyframes halo {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes halo {
	0% {
		opacity: 0;
		-o-transform: scale(0.1);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-o-transform: scale(1.2);
	}
}

@keyframes halo {
	0% {
		opacity: 0;
		transform: scale(0.1);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1.2);
	}
}

.shake {
	-webkit-animation-name: shake;
	-o-animation-name: shake;
	-moz-animation-name: shake;
	animation: shake infinite linear 40s;
}

@media screen and (max-width: 991px) {
	.llpa1 .llpa1tt h3 {
		font-size: 22px;
	}
	.llpa1 .llpa1tt p {
		font-size: 16px;
	}
	.llpa4con li {
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	.llpa1icon {
		display: none;
	}
	.llpa2con {
		display: block;
	}
	.llpa2con .lbsbox {
		border-radius: 10px;
		margin-bottom: 10px;
		padding-bottom: 4%;
	}
	.llpa2con .lbsbox h4 {
		font-size: 18px;
	}
	.llpa2con .lbsbox h5 {
		font-size: 16px;
	}
	.llpa2con .lbsbox h5 b {
		font-size: 20px;
	}
	.llpa2con .lbsbox .con {
		height: auto;
		margin-bottom: 10px;
	}
	.llpa3con .pic {
		display: none;
	}
	.llpa4con {
		padding: 0 10px;
	}
	.llpa4con li {
		width: 25%;
	}
	.llpa4con .llmore {
		width: 50%;
		margin-top: 5%;
	}
	.llfooter .llfootl h3 {
		font-size: 22px;
	}
	.llfooter .llfootl .phone {
		padding: 4% 0;
	}
	.llfooter .llfootl .enjo {
		display: none;
	}
	.llfooter .llfootr {
		margin-top: 3%;
		top: 0;
	}
	.llfooter .llfootr .box {
		padding: 0 !important;
	}
	.llfooter .llfootr .btn {
		margin-left: 0;
		margin-top: 5%;
	}
}

@-moz-keyframes shake {
	0%,
	70%,
	80%,
	90%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@-ms-keyframes shake {
	0%,
	70%,
	80%,
	90%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@-o-keyframes shake {
	0%,
	70%,
	80%,
	90%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@-webkit-keyframes shake {
	0%,
	70%,
	80%,
	90%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%,
	50%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}