a:hover {
	text-decoration: none;
}

.container-lm {
	width: 100%;
	background: url(bg0.jpg);
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #FFFFFF;
	font-size: 14px;
}

.container-lm img {
	display: block;
	margin: 0 auto;
}

.lm-des {
	width: 70%;
	/*text-indent: 32px;*/
	text-align: center;
	margin: 0 auto;
}

.lm-imgbox-div {
	width: 55%;
}

.lm-imgbox {
	width: 85%;
	margin: 0 auto;
	background: url(pic-bg.png) no-repeat center center;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 30px 40px;
}

.lm-imgbox {
	animation-name: mymove;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-direction: alternate;
}

@keyframes mymove {
	0% {
		transform: skew(6deg);
		opacity: 0;
	}
	33% {
		transform: skew(-6deg)
	}
	66% {
		transform: skew(6deg);
	}
	100% {
		transform: skew(0deg);
		opacity: 1;
	}
}

.lm-imgbox img {
	display: block;
	border: 0;
	width: 90%;
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}

.lm-imgbox:hover img {
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}

.lm-fontright {
	width: 45%;
	padding-top: 20px;
}

.lm-rignt-tit {
	background: url(icon3.png) no-repeat;
	height: 37px;
	line-height: 35px;
	margin-bottom: 15px;
}

.lm-rignt-tit span {
	margin-left: 15px;
	background: #fe3e0b;
	font-size: 16px;
	padding: 9px 15px;
}

.lm-list>div {
	float: left;
}

.container-lm .row {
	width: 80%;
	margin: 0 auto;
}

.container-lm .lm-logo {
	margin-top: 20px;
	margin-bottom: 75px;
}

.container-lm .lm-font1 {
	margin-bottom: 20px;
}

.container-lm .lm-font2 {
	margin-bottom: 50px;
}

.container-lm .lm-des {
	margin-bottom: 100px;
	line-height: 30px;
}

.container-lm .lm-font4 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.lm-rignt-des {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	width: 90%;
	margin-bottom: 25px;
}

.lm-rignt-btn {
	height: 49px;
	display: block;
	font-size: 18px;
	color: #505c9f;
	text-align: center;
	line-height: 49px;
	font-weight: 500;
	transition: all 0.6s;
	background: #fff;
	border: 2px solid #26077f;
	box-shadow: 5px 5px 8px #000;
	padding: 0 20px;
}

.lm-rignt-btn:hover {
	color: #fff;
	background: rgba(38, 7, 127, .8);
}
.lm-list{
	margin-bottom: 50px;
}
.lm-callbtn{
	font-size: 18px;
	padding: 0 15px;
}
.container .lm-bottom{
	width: 100%;
}
@media screen and (min-width: 1500px) {
	.lm-rignt-des {
	margin-bottom: 55px;
}
.lm-imgbox {
	width: 70%;
}
}

@media screen and (max-width: 1200px) {
	.container-lm .row {
    width: 95%;
}
}
@media screen and (max-width: 996px) {
	.container-lm .row {
    width: 100%;
}
.lm-imgbox-div {
    width: 45%;
}
.lm-imgbox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}
.lm-fontright {
    width: 55%;
    padding-top: 5px;
    padding-left: 15px;
}
.lm-rignt-des {
     width: 100%; 
    margin-bottom: 15px;
    line-height: 24px;
}
.lm-rignt-tit span {
    padding: 9px 9px;
    margin-left: 10px;
}
.lm-list {
    padding: 0 5px;
}
.lm-rignt-btn {
    height: 32px;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
}
}
@media screen and (max-width: 768px) {
	.lm-fontright{
    padding-top: 10px;
}
	.lm-rignt-des {
    margin-bottom: 15px;
}
.lm-des {
     width: 94%; 
}
.lm-imgbox {
    padding: 30px 20px;
}
.lm-rignt-btn {
	height: 49px;
	display: block;
	font-size: 18px;
	line-height: 49px;
	padding: 0 20px;
}
.container-lm .lm-des {
    margin-bottom: 50px;
}
.lm-callbtn{
	font-size: 18px;
	padding: 0 15px;
}
.container-lm>img{
	width: 70%;
}
}

@media screen and (max-width: 425px) {
	.container-lm{
	    padding: 0 10px;
	}
	.container-lm .lm-des{
		width: 100%;
	}
	.container-lm .row>div{
		padding: 0;
	}
	.lm-imgbox-div {
    width: 40%;
}
.lm-imgbox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}
.lm-fontright {
    width: 60%;
    padding-top: 5px;
    padding-left: 15px;
}
.lm-rignt-des {
     width: 100%; 
    margin-bottom: 15px;
        font-size: 12px;
    line-height: 24px;
}
.lm-rignt-btn {
    height: 32px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    border: 2px solid #26077f;
    box-shadow: 5px 5px 8px #000;
    padding: 0 15px;
}
.lm-rignt-tit {
    height: 33px;
    line-height: 35px;
    margin-bottom: 8px;
}
.lm-rignt-tit span {
    margin-left: 10px;
    background: #fe3e0b;
    font-size: 13px;
    padding: 9px 15px;
}
.lm-rignt-tit span {
    font-size: 13px;
    padding: 9px 9px;
}
.container-lm .lm-logo {
    margin-bottom: 40px;
}
}