/********************- 通用 样式设置 -********************/
html, body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #f5f5f5;
   overflow-x: hidden;
   overflow-y: hidden;
}
input {
    border:1px solid #999;
}
input:focus {
  outline:none;
  border: 1px solid rgb(249, 202, 114);
}
ul, ol, dl, dt, dd, p
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a
{
    text-decoration: none;
}
img
{
    border: 0 none;
}
/********************- 控件顶部和Lobo 样式设置 -********************/
#ControlsTop
{
    height:130px;
     border-bottom: 1px solid #ddd;
}
#Top
{
    height: 30px;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
#Top_Content
{
    margin: 0 auto;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
#Top_Content a
{
    font-size: 12px;
    color: #999;
}
#Top_Content a:hover
{
    color: #f00;
    text-decoration: underline;
}
#Top_ContentL
{
    float: left;
}
#Top_ContentR
{
    float: right;
}
.TopFG
{
    margin: 0px 2px 0px 1px;
    color: #ccc;
}
#Logo
{
    margin: 0 auto;
    height: 100px;
    background: #f5f5f5;
    border-top: 1px solid #fff;
}
.LogoCenter
{
    margin: 0 auto;
    width: 1220px;    
}
.LogoImg
{
    margin-top: 18px;
}
/********************- 控件底部 样式设置 -********************/
#ControlsFooter
{
    margin: 0 auto;
    height: 130px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    background:#eee;
    position: relative;
}
.Copyright
{
    margin-top: 10px;
    color: #666;
}
/********************- 登录页面 样式设置 -********************/
.wjmm:hover{ text-decoration:underline;}
#MebDLMain
{
    height: 500px;
    position: relative;
}
#LogoWrap
{
    position: absolute;
    top: 50px;
    left: 50%;
    width: 360px;
    height: 300px;
    margin-left:200px;
    background: linear-gradient(to bottom,#fff, #f8f8f8);
    box-shadow: 3px 3px 10px #aaa;
    z-index: 9;
}
.Login_UL_Tit
{
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #f60;
    background: rgba(255,150,0,0.3);
}
.Login_UL_Tit 
{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #f90;
}
.Login_UL_Tit  i
{
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #f90 transparent transparent transparent;
}
.ActiveTitle
{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    background: #f90;
}
.LoginTiShi
{
    margin: 0 auto;
    margin-top: 40px;
    width: 260px;
    height: 20px;
    line-height: 20px;
    color: #f00;
}
.Login_UL_Con
{
    margin: 0 auto;
    position:absolute;
    top:70px;
    left:50px;
}
.Login_UL_Con li
{
    margin: 0 auto;
    width: 280px;
}
.CodeImage
{
    position: absolute;
    top: 185px;
    left: 215px;
    display: block;
    height: 30px;
    line-height: 30px;
}
.GetYanZhengMa
{
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑";
    color: #f60;
    font-size: 14px;
    background: linear-gradient(to bottom,#fff, #ddd);
    border: 1px solid #ddd;
    border-radius: 5px;
}
.GetYanZhengMa:hover
{
    background: linear-gradient(to bottom,#ddd, #fff);
}
.LoginInput
{
    margin-top: 5px;
    padding-left: 40px;
    width: 220px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;   
}
.UserName
{
    background: url(../images/PhotoList.png) no-repeat -467px 0px;
    margin-bottom:6px;
}
.UserName:hover
{
    background: url(../images/PhotoList.png) no-repeat -467px -60px;
}
.UserPwd
{
    background: url(../images/PhotoList.png) no-repeat -467px -30px;
}
.UserPwd:hover
{
    background: url(../images/PhotoList.png) no-repeat -467px -90px;
}
.YanZhengMa
{
    background: url(../images/PhotoList.png) no-repeat -467px -120px;
}
.YanZhengMa:hover
{
    background: url(../images/PhotoList.png) no-repeat -467px -180px;
}
.UserTel
{
    background: url(../images/PhotoList.png) no-repeat -467px -150px;
}
.UserTel:hover
{
    background: url(../images/PhotoList.png) no-repeat -467px -210px;
}
.WangJi
{
    margin:0 auto;
    width: 260px;
    height:2px;
    line-height:20px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
    position:absolute;
    top:235px;
    left:35px;
}
.WangJi a
{
    position:absolute;
    top:0px;
    right:0px;
    color: #999;
}
.WangJi a:hover
{
    color: #f60;
}
.LoginSubmit
{
    position: absolute;
    left: 30px;   
    text-align: center;
    top:190px;
}
.layui-form-radio i{
    font-size: 16px !important;
}
.TypeRadio{
    position: absolute;
    left: 50px;
    text-align: center;
    top:150px;   
}
.LoginSubmit a
{
    margin: 0 auto;

    margin-bottom: 5px;
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #c70808;
    background: linear-gradient(to bottom,#fc0, #f90);
    border-radius: 5px;    
}
.LoginSubmit a:hover
{  
    background: linear-gradient(to bottom,#f90, #fc0);
}
.LoginZC
{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.LoginZC a
{
    color: #f00;
}

/********************- 海报 样式设置 -********************/
#Banner
{
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 500px;
}
#BannerQH
{
    margin: 0 auto;
    position: relative;
    width:100%;
    height: 500px;
    z-index: 0;
}
#PhotoUI, #NumberUI
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#PhotoUI li
{
    position: absolute;
    top: 0;
    width:100%;
    height: 530px;
    overflow: hidden;
    opacity: 0;
}

#PhotoUI li.current
{
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
#NumberUI
{
    position: absolute;
    left: 50%;
    margin-left: -27px;
    bottom: 50px;
}
#NumberUI li
{
    color: #fff;
    float: left;
    width: 10px;
    height: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
    background: orange;    
    opacity: 0.5;
    filter: alpha(opacity=70);
    border-radius: 15px;
}
#NumberUI li.current
{
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-weight: 700;
    background: red;  
}

