/*管理平台name*/
html,body
{
    margin-top: 0px;
    margin-left: 0px;
    height: 100%;
}
a,a:hover,a:visited,a:link
{
    text-decoration: none;
}
.login-box,input,a
{    
    color: #333333;
    font-family: "Microsoft YaHei";
}

.fl
{
    float: left;
}
.fr
{
    float: right;
}
/*背景*/
.login-box
{
    width: 100%;
    height: 100%;
    background: url(/images/cms/2/fm/main/1/login_bj.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*头部导航 begin*/
.login-header-box
{
    width: 100%;
    /*height: 90px;*/
    margin: 0 auto;
    position: absolute;
    padding-top: 50px;
    /*background: #FFFFFF;*/
    z-index: 10;
}
.login-header
{
    width: 85%;
    height: 90px;
    margin: 0 auto;
}
.login-header .header-logo
{
    width: 35%;
    height: 90px;
}
.login-header .header-logo img
{
    margin-top: 18px;
    width: 100%;
}
.login-header .login_logo_v
{
    font-size: 14px;
    line-height: 90px;
    margin-left: 5px;
}
.login-header .header-nav
{
    height: 40px;
    line-height: 40px;
}
.login-header .header-nav li
{
    padding: 0 10px 0 10px;
    margin-top: 25px;
    font-size: 14px;
    float: left;
}
.login-header .header-nav a:hover
{
    color: #FC8026;
}
/*头部导航 end*/
/*banner begin*/
.login-banner
{
    position: relative;
    top: 20%;
    width: 100%;
    min-width: 950px;
    height: 360px;
}
.login-banner .sui-carousel-container .img-container img:hover
{
    transform: none;
}
.login-banner .sui-carousel-symbol-h-bottom-right
{
    right: 50%;
    bottom: 20px;
    margin-right: 380px;
}
.login-banner .sui-carousel-symbol-span-h
{
    margin: 0 10px 0 0;
}
.login-banner .sui-carousel-symbol-circle
{
    width: 13px;
    height: 13px;
    background: url(/images/cms/1/fm/main/1/login-banner-circle.png) no-repeat;
}
.login-banner .sui-carousel-symbol-circle-over
{
    background: url(/images/cms/1/fm/main/1/login-banner-circlecover.png) no-repeat;
}
.login-banner .sui-carousel-control .sui-icon-angle-left,.sui-carousel-control .sui-icon-angle-right
{
    display: none;
}
/*banner end*/
/*登录 begin*/
input::-ms-clear
{
    display: none;
}
input[type="password"]::-ms-reveal
{
    display:none;
}
.login-loginbox
{
    width:330px;
    height:360px;
    margin:5% auto 0;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: -300px;
    top: 120px\9;
    left: 50%;
    margin-left: 150px;
    z-index: 5;
    animation:myfirst 1.2s;
    -webkit-animation:myfirst 1.2s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10 */  
   .login-loginbox
   {
       top: -300px;
   }
}  
@keyframes myfirst
{
	0%{top:-300px;}
	90%{top:130px;}
	100%{top:120px;}
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%{top:-300px;}
	90%{top:130px;}
	100%{top:120px;}
}
.login-input
{
    width:260px;
    height:220px;
    margin-top:25px;
    margin-left:35px;
    /*background: url(/images/cms/1/fm/main/1/login-input-bg.png) no-repeat center 12px;*/
}
.login-input p
{
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.login-input p img
{
    width: 70%;
}
.login-input p span
{
    padding: 10px;
    /*background: #FFFFFF;*/
}
.input-user
{
    width: 233px;
    height: 38px;
    line-height: 38px;
    outline: none;
    border: none;
    margin-left: 23px;
    padding: 0;
}
.input-userdiv
{
    border: 1px #999 solid;
    width: 260px;
    height: 42px;
    margin-top: 15px;
}
.input-userName
{
    background: #FFFFFF url(/images/cms/2/fm/main/1/login_input_icon1.png) no-repeat 5px 12px;
}

.input-userPassword
{
    background: #FFFFFF url(/images/cms/2/fm/main/1/login_input_icon2.png) no-repeat 5px 12px;
}
.input-userCode
{
    width: 158px;
    height: 38px;
    line-height: 38px;
    outline: none;
    border: 1px #999 solid;
    margin-top: 15px;
    padding-left: 23px;
    box-sizing: border-box;
    background: #FFFFFF url(/images/cms/2/fm/main/1/login_input_icon3.png) no-repeat 6px 10px;
}
.input-button
{
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    background: #106ffb;
    float: left;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}
.apply-join
{
    
}
:-ms-input-placeholder 
{
    color: #AAAAAA;
}
.login-loginbox input
{
    font-size:14px;
    text-indent:12px;
}
.login-loginbox .login-code
{
    width:260px;
    height:50px;
    float: left;
}
.login-code-input
{
    float:left;
    width:156px;
}
.login-code-img
{
    float:right;
    margin-top:15px;
    height:40px;
    background: #FFFFFF;
    cursor:pointer;
}
.login-code-img img
{
    width:90px;
    height:38px;
}
/*登录 end*/
/*相关数据 begin*/
.login-data
{
    position: relative;
    top: 90px;
    width: 100%;
    min-width: 950px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #FAFAFA;
}
.login-data p
{
    font-size: 16px;
}
.login-data span
{
    color: #FC8026;
    font-size: 36px;
}
/*相关数据 end*/
/*相关服务 begin*/
.login-service
{
    position: relative;
    top: 90px;
    width: 950px;
    height: 230px;
    margin: 0 auto;
}
.login-service .service
{
    width: 316px;
    text-align: center;
    padding: 40px 0 0 0;
}
.login-service .service p
{
    font-size: 14px;
}

.login-service .service p span
{
    color: #FC8026;
    font-size: 24px;
}
/*相关服务 end*/
/*解决方案 begin*/
.login-plan
{
    position: relative;
    top: 90px;
    width: 950px;
    height: 280px;
    margin: 0 auto;
}
.login-plan .plan
{
    width: 260px;
    margin: 0 28px 0 28px;
    text-align: center;
    padding: 45px 0 0 0;
}
.login-plan .plan p
{
    font-size: 16px;
    line-height: 35px;
}

.login-plan .plan p.p
{
    color: #999999;
    font-size: 12px;
    line-height: 18px;
}
/*解决方案 end*/
/*介绍信息 begin*/
.introduce-part
{
    position: relative;
    top: 90px;
    width: 100%;
    height: 440px;
    background: #FAFAFA;
}
.introduce-part2
{
    position: relative;
    top: 90px;
    width: 100%;
    height: 440px;
}
.introduce-center
{
    width: 950px;
    height: 440px;
    margin: 0 auto;
}
.introduce-center .center-left
{
    width: 550px;
    height: 440px;
    padding: 80px 0 0 50px;
}
.introduce-center .center-title
{
    padding-left: 50px;
    font-size: 24px;
}
.introduce-center .center-right
{
    width: 400px;
    height: 440px;
}
.introduce-center .part1-icon1
{
    background: url(/images/cms/1/fm/main/1/login-part1-icon1.png) no-repeat 0 13px;
}
.introduce-center .part1-icon2
{
    background: url(/images/cms/1/fm/main/1/login-part1-icon2.png) no-repeat 0 13px;
}
.introduce-center .part1-icon3
{
    background: url(/images/cms/1/fm/main/1/login-part1-icon3.png) no-repeat 0 13px;
}
.introduce-center .icon
{
    padding-left: 50px;
    margin-top: 30px;
}
.introduce-center .icon .icon-title
{
    font-size: 16px;
    line-height: 32px;
}
.introduce-center .icon-content
{
    color: #999999;
}
.introduce-center .part2-icon1
{
    background: url(/images/cms/1/fm/main/1/login-part2-icon1.png) no-repeat 0 13px;
}
.introduce-center .part2-icon2
{
    background: url(/images/cms/1/fm/main/1/login-part2-icon2.png) no-repeat 0 13px;
}
.introduce-center .part2-icon3
{
    background: url(/images/cms/1/fm/main/1/login-part2-icon3.png) no-repeat 0 13px;
}
.introduce-center .part3-icon1
{
    background: url(/images/cms/1/fm/main/1/login-part3-icon1.png) no-repeat 0 13px;
}
.introduce-center .part3-icon2
{
    background: url(/images/cms/1/fm/main/1/login-part3-icon2.png) no-repeat 0 13px;
}
.introduce-center .part3-icon3
{
    background: url(/images/cms/1/fm/main/1/login-part3-icon3.png) no-repeat 0 13px;
}
/*介绍信息 end*/
/*footer信息 begin*/
.login-footer
{
    position: relative;
    top: 90px;
    width: 100%;
    background: #373D41;
}
.login-footer .footer-box
{
    width: 950px;
    height: 150px;
    margin: 0 auto;
    color: #CCCCCC;
    background: #373D41;
}
.login-footer .footer-box .footer-information
{
    margin-top: 70px;
}
.login-footer .footer-box .footer-information img
{
    padding-bottom: 5px;
}
.login-footer .footer-box .footer-us
{
    margin-top: 30px;
}
.login-footer .footer-box .footer-us .footer-us-phone
{
    margin-left: 10px;
}
.login-footer .footer-box .footer-us .footer-us-phone .phone
{
    color: #FC8026;
    font-size: 22px;    
}
.login-footer .footer-box .footer-us .footer-us-phone .title
{
    color: #FC8026;
    font-size: 14px;
    margin-bottom: 20px;
}
/*footer信息 end*/