﻿@charset "utf-8";
/* CSS Document */
body{ background:#fff;}
img{ padding:0; margin:0; display:block;}

h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:12px;}
img , input{border:0; display:inline-block; outline:none; font-family:"Microsoft Yahei","微软雅黑";}
div{ display:block;}
a {  color: #666; text-decoration: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;}
a:hover { cursor:pointer; text-decoration:none; color:#0093dd;}
.footer{ display:block}
    .footer a {
        color: #666;
    }
/*登录页面 begin*/
.lxsys-main{ width: 100%; height: 620px; position: relative; background: url(../Images/lxsys-main-bg-1.gif) no-repeat center bottom #f5f5f5; background-size:100% auto;}
.lxsys-main-bg{ width:100%;height:500px;background:url(/content/Images/lxsys-main-bg-2.png) bottom center no-repeat; }
.lxsys-main-bg img{width: 100%;}
.lxsys-main-login{ position: absolute; width: 400px; left: 50%; margin-left: -200px; top: 80px; -webkit-animation: fromBack .6s linear;-moz-animation: fromBack 0.6s linear;-ms-animation: fromBack 0.6s linear; animation: fromBack 0.6s linear;}
.lxsys-main-login h4{ text-align: center; margin-bottom: 20px;}
.lxsys-main-login h4 span{ color: #71829d; font-size: 24px; line-height: 24px; padding-top: 5px; display:block}
.lxsys-main-login .login-m{ width: 100%; margin-bottom: 20px; }
.lxsys-main-login .login-m ul{ width: 100%; border: 1px solid #e8e8e8; background: #fff; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px; }
.lxsys-main-login .login-m li{ height: 50px; line-height: 50px; border-bottom: 1px solid #e9e9e9}
.lxsys-main-login .login-m li span{ display: block; float: left; width: 36px; height: 50px; background: url(../Images/lxsys-spri.png) no-repeat; background-position: 11px -223px;}
.lxsys-main-login .login-m li input{ width: 362px; height: 49px; line-height: 49px; float: left; font-size: 16px; color: #666;box-shadow:none;margin:0;}
.lxsys-main-login .login-m li.li-t{ border-bottom: 0;}
.lxsys-main-login .login-m li.li-t span{ background-position:  11px -271px;}
.lxsys-main-login .a{ display: block; width: 402px; height: 50px; text-align: center; color: #fff; font-size: 18px; background: #0093dd; -moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius:5px; }
.lxsys-main-login .a:hover{ background: #9dcd17}

.lxsys-main-login .a1{ display: block; width: 402px; height: 50px; text-align: center; color: #fff; font-size: 18px; background: #9dcd17; -moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius:5px; }
.lxsys-main-login .a1:hover{ background: #0093dd}

.lxsys-meau h4{ text-align: center; color: #71829d; font-size: 24px; line-height: 24px; padding:50px 0 35px 0;}
.lxsys-meau ul{ width: 100%; text-align: center;}
.lxsys-meau li{ cursor: pointer; display: inline-block; width: 80px;  margin: 0 8px; }
.lxsys-meau li i{ width: 80px;height: 76px; display: table-cell; vertical-align: middle; border: 2px dashed #b4bec7; -moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%; -webkit-box-shadow: 0px 10px 16px rgba(237,237, 237, 1);-moz-box-shadow: 0px 10px 16px rgba(237,237, 237, 1);box-shadow: 0px 10px 16px rgba(237,237, 237, 1); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;}
.lxsys-meau li p{ text-align: center; font-size: 14px; color: #808c9f; margin-top: 10px;}
.lxsys-meau li.on i{ border-color: #46c3d7; -webkit-box-shadow: 0px 10px 16px rgba(187,187, 187, 1); -moz-box-shadow: 0px 10px 16px rgba(187,187, 187, 1); box-shadow: 0px 10px 16px rgba(187,187, 187, 1);}
.lxsys-meau li:hover i{ border-color: #46c3d7; -webkit-box-shadow: 0px 10px 16px rgba(187,187, 187, 1); -moz-box-shadow: 0px 10px 16px rgba(187,187, 187, 1); box-shadow: 0px 10px 16px rgba(187,187, 187, 1);}

/*@media screen and (max-width: 1640px) {
	.lxsys-main{ height: 500px; }
}*/

@-webkit-keyframes fromBack{
	0%{
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes fromBack{
	0%{
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-ms-keyframes fromBack{
	0%{
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@keyframes fromBack{
	0%{
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
/*登录页面 end*/
