a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#900;
	text-decoration:underline
}
a:active {
	text-decoration:none
}
input, select {
	vertical-align:middle;
}
input, textarea {
	border:none;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
@keyframes mainbg {
0% {
background-position: 0% 0%;
}
25% {
background-position: 50% 25%;
}
50% {
background-position: 25% 50%;
}
75% {
background-position: 25% 25%;
}
100% {
background-position: 0% 0%;
}
}
@-webkit-keyframes scale {
from {
-webkit-transform:scale();
}
to {
	-webkit-transform:scale(1.2);
}
}
.tran {
-webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.more {
	text-align:center;
	margin:1em 0;
}
.more a {
	display: inline-block;
	position: relative;
	border: 1px solid #d90000;
	border-radius:10em;
	padding:0.5em 3em;
	text-align:center;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}
.more a i {
	position: absolute;
	left: 1em;
	top: 0.5em;
	display: inline-block;
	vertical-align: middle;
}
.more a span {
	margin-left:1em;
}
.more a:hover {
	background: #d90000;
	border-color: #ef3e4a;
	color:#fff;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.2);
	padding:0.5em 4em;
}
.more a:hover i {
	color:#fff;
	left: 1.5em;
}
.header {
	border-bottom:1px solid #cccccc;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.2);
}
.header img {
	height:60px;
	display:block;
}
.indexbanner {
	margin-top:87px;
}
.indexbanner img {
	width:100%;
}
.indextitle {
	font-weight:bold;
	font-size:2em;
	padding:1em 0;
	text-align:center;
}
.indextitle::before {
 color:#000000;
 display: block;
 font-size: 2rem;
 font-weight: 600;
 text-transform: uppercase;
 font-family: Verdana, Geneva, sans-serif;
 opacity: 0.1;
}
.indexabout {
	padding:1em 0 1em 0;
	background: #F6F6F6;
	animation: mainbg 10s ease infinite;
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.indexabout .indextitle::before {
 content: "ABOUT LECHANG";
}
.indexabout .indextitle span {
	color: #d90000;
}
.indexabout .about {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background: url(../images/about_bg.jpg);
	text-align:center;
	padding:3em 0;
}
.indexabout .about:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:#d90000;
	opacity: 0.8;
	z-index: 0;
}
.indexabout .about .desc {
	z-index:200;
	position:relative;
	color:#fff;
	width:90%;
	margin:auto;
}
.indexabout .aboutright:before {
	background:#666
}
.indexabout .about .more a:hover {
	background:#fff;
	color:#900
}
.indexabout .about .more a:hover i {
	color:#900
}
.indexabout .tips {
	padding:2em 0;
}
.indexabout .tips .item {
 padding:.5rem 0;
 margin-bottom:.5rem;
	border-radius: 0.5em;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
}
.indexabout .tips .item:hover {
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.2);
}
.indexabout .tips .img {
	float:left;
	width:25%;
	text-align:center;
}
.indexabout .tips .img i {
	font-size:3em;
	color:#d90000;
}
.indexabout .tips .body {
	float:left;
	width:75%;
}
.indexabout .tips .body .title {
	margin-top:.8em;
	font-weight:bold;
}
.indexabout .tips .body .title span {
	font-weight:normal;
}
.indexservice {
 background: background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background: url(../images/service_bg.jpg);
	padding:1em 0;
}
.indexservice .indextitle {
	color:#fff;
}
 .indexservice .indextitle::before {
 color:#fff;
 content: "LECHANG SERVICE";
}
.indexservice .item {
	margin-bottom:2em;
	overflow:hidden;
	position:relative;
	background:#fff;
	border-radius:0.5em;
	border:1px solid #fff;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
}
.indexservice .item:hover {
	margin-top:-1em;
}
.indexservice .item .number {
	color: #efefef;
	font-size: 150px;
	text-align: right;
	position: absolute;
	font-weight: bold;
	right: 0;
	bottom: 3rem;
	opacity: 0.7;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	z-index:0;
}
.indexservice .item .img {
	overflow:hidden;
}
.indexservice .item .img img {
	width:100%;
	display:block;
	transition: all 0.5s ease 0s;
}
.indexservice .item .img:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.indexservice .item .body {
	padding:1.5rem;
	z-index:1;
}
.indexservice .item .body h4 {
	font-weight:bold;
}
.indexnews {
	padding:1em 0;
}
 .indexnews .indextitle::before {
 content: "LECHANG NEWS";
}
.indexnews .item {
	display:block;
	padding:10px;
	border-radius:0.5em;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
	margin-bottom:2em;
}
.indexnews .item:hover {
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.2);
	margin-top:-1em;
}
.indexnews .item .date {
	padding:10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
.indexnews .item .date i {
	color:#d90000;
	margin-right:10px;
}
.indexnews .item h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.indexnews .item h4 a {
	font-weight:bold;
}
.indexnews .item .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.indexcase {
	padding:1em 0;
	background:#d90000;
	color:#fff;
	opacity: 0.8;
}
 .indexcase .indextitle::before {
 content: "LECHANG SERVICE";
 color:#fff;
}
.indexcase .item {
	position:relative;
	border-radius: 0.5em;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 2em;
}
.indexcase .item .img {
	overflow:hidden;
	position:relative;
}
.indexcase .item .img img {
	width:100%;
	display:block;
}
.indexcase .item .body {
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	opacity:0;
	overflow:hidden;
}
.indexcase .item .body .title {
	margin:1em;
	text-align:center;
	font-size:1.5em;
	font-weight:bold
}
.indexcase .item .body .desc {
	margin:1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.indexcase .item:hover .body {
	display:block;
	opacity:0.8;
	background-color:rgb(0,123,255);
}
.indexlinks {
	padding:2rem 0;
}
.page {
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding:5rem 1rem 1rem 1rem;
	margin-top:86px;
}
.page .left {
	background: linear-gradient(to top right, #dc3545 0%, #e83e8c 25%, #1F44AC 100%);
	border-radius:1rem 0 0 1rem;
}
.page .left .catetitle {
	color:#ffffff;
	font-size:2rem;
	font-weight:bold;
	padding:1em 0;
	writing-mode: vertical-lr;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%
}
.page .left span {
	margin:1rem 0;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: Uppercase;
}
.page .right {
	background:rgba(255, 255, 255, 0.8);
	border-radius:1rem;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.2);
}
.page .right .catetitle {
	font-size:2rem;
	font-weight:bold;
	border-bottom:1px solid #efefef;
	padding:1rem 0;
}
.page .right img {
	width:100%;
}
.page .right .h4 {
	text-align:center;
	font-weight:bold;
	padding:1rem 0;
}
.page .right .h5 {
	text-align:center;
	background:#efefef;
	padding:1rem 0;
	font-size:1rem;
}
.page .right .getmore p {
	background:#efefef;
	padding:0.25rem 0;
}
.page .right .single {
	padding:1rem 0;
}
.page .right .single .item {
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.3);
	position:relative;
	border:1px solid #efefef;
	overflow:hidden;
}
.page .right .single .item img {
	display:block;
}
.page .right .single .item:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.page .right .single .item .title {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width: 100%;
	background: #dc3545;
	opacity:0.8;
	padding: 1rem;
	color: #fff;
	font-weight:bold;
}
.page .right .newslist {
	padding:1rem 0;
}
.page .right .newslist  .text {
	background:#ffffff;
	margin-bottom:1rem;
	padding:1rem;
	border-radius:1rem;
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
}
.page .right .newslist .text:hover {
	box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.5);
}
.page .right .newslist .text .title {
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.page .right .newslist .text .desc {
	margin:0.5rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.page .right .newslist .text .datetime i {
	margin:0 5px;
}
.page .right .servicelist {
	padding:1rem 0;
}
.page .right .servicelist li .img {
	overflow:hidden;
	width:100%;
	float:left;
}
.page .right .servicelist li .img img {
	width:100%;
	display:block;
}
.page .right .servicelist li .img:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.page .right .servicelist li .body {
	width:100%;
	float:left;
}
.page .right .servicelist li .body .title {
	font-size:2rem;
	font-weight:bold;
}
.page .right .servicelist li:nth-child(2n) .img {
float:right
}
.page .right .servicelist li:ntch-child(2n) .body {
float:left;
}
.pagelist {
	text-align:center;
	padding:2rem 0;
	width:100%;
}
.pagelist .pagination {
	display:inline-flex;
}
.pagelist a {
 padding: .5rem;
	margin:0 0.25rem;
	line-height: 1.25;
	color: #cccccc;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius:4px;
}
.footer {
	background-color:#333333;
	color:#fff;
	padding:2em 0;
	text-align:center;
}
.footer p {
	margin:0px;
	padding:0px;
}
.footer a {
	color:#CCC;
}
.footer .wechat{ padding:10px;}
.footer .wechat img{ width:200px;}
.timeline2-centered {
	position: relative;
	margin-bottom: 30px;
}
.timeline2-centered:before, .timeline2-centered:after {
	content: " ";
	display: table;
}
.timeline2-centered:after {
	clear: both;
}
.timeline2-centered:before, .timeline2-centered:after {
	content: " ";
	display: table;
}
.timeline2-centered:after {
	clear: both;
}
.timeline2-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	background: #f5f5f6;
	top: 20px;
	bottom: 20px;
	margin-left: 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.timeline2-centered .timeline2-entry {
	position: relative;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	clear: both;
}
.timeline2-centered .timeline2-entry:before, .timeline2-centered .timeline2-entry:after {
	content: " ";
	display: table;
}
.timeline2-centered .timeline2-entry:after {
	clear: both;
}
.timeline2-centered .timeline2-entry:before, .timeline2-centered .timeline2-entry:after {
	content: " ";
	display: table;
}
.timeline2-centered .timeline2-entry:after {
	clear: both;
}
.timeline2-centered .timeline2-entry.begin {
	margin-bottom: 0;
}
.timeline2-centered .timeline2-entry.left-aligned {
	float: left;
}
.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}
.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-time {
	left: auto;
	right: -100px;
	text-align: left;
}
.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-icon {
	float: right;
}
.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-label {
	margin-left: 0;
	margin-right: 70px;
}
.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner {
	position: relative;
	margin-left: -20px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner:before, .timeline2-centered .timeline2-entry .timeline2-entry-inner:after {
	content: " ";
	display: table;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner:after {
	clear: both;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner:before, .timeline2-centered .timeline2-entry .timeline2-entry-inner:after {
	content: " ";
	display: table;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner:after {
	clear: both;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time >span {
	display: block;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time >span:first-child {
	font-size: 15px;
	font-weight: bold;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time >span:last-child {
	font-size: 12px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon {
	background: #fff;
	color: #737881;
	display: block;
	width: 70px;
	height: 70px;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 21px;
	float: left;
	border: 5px solid #eaeaea;
	margin-left: -15px;
	margin-top: 40px;
	line-height: 60px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-primary {
	background-color: #4d9cf8;
	color: #fff;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-secondary {
	background-color: #9e9e9e;
	color: #fff;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-success {
	background-color: #4CAF50;
	color: #fff;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-info {
	background-color: #03A9F4;
	color: #fff;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-warning {
	background-color: #FFC107;
	color: #fff;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-danger {
	background-color: #f44336;
	color: #fff;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label {
	position: relative;
	background: #f5f5f5;
	padding: 15px;
	margin-left: 70px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: 45px;
	border: 0px solid #eaeaea;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f5 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2, .timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label p {
	margin: 0;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label p + p {
	margin-top: 15px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2 a {
	color: #4d9cf8;
}
.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
	font-size: 18px;
	font-weight: bold;
}
.timeline2-icon i {
	font-size: 28px;
}
@media (min-width:768px) {
 .page .right {
border-radius:0 1rem 1rem 0;
}
 .page .right .servicelist li .img {
width:50%
}
 .page .right .servicelist li .body {
width:50%
}
 .page .right .servicelist li .body .title {
padding:2rem 2rem 0 2rem
}
 .page .right .servicelist li .body .text {
padding:0rem 2rem 0 2rem
}
}
