﻿@charset "utf-8";
/* CSS Document */
*{font-size:9pt;border:0;margin:0;padding:0;}
body{font-family:'微软雅黑'; margin:0 auto;min-width:980px;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
img{border:0;}
dl,dt,dd,span{margin:0;padding:0;display:block;}
a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#00a4ac;text-decoration:none;}
table{border-collapse:collapse;border-spacing: 0;}
cite{font-style:normal;}
h2{font-weight:normal;}

/*cloud*/

#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}


/*login*/
.logo{position:absolute;width:230px;display: block;text-align: left;left: 40px;}
.hotline{position:absolute;width:200px;line-height: 80px;text-align: right;right: 25px;top: 0px;}
.logintop{height:80px; position:absolute; width:100%;background-color: #2c2c2c;}
/*.logintop span{color:#fff; line-height:47px; background:url(../images/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}*/
.logintop span{color:#fff; line-height:47px; text-indent:44px; color:#afc5d2; float:left;}
.logintop ul{float:right; padding-right:30px;}
.logintop ul li{float:left; margin-left:20px; line-height:47px;}
.logintop ul li a{color:#afc5d2;}
.logintop ul li a:hover{color:#fff;}
.loginbody{ width:100%; height:585px; overflow:hidden; position:absolute; top:80px;}
.systemlogo{/*background:url(../images/loginlogo.png) no-repeat center;*/width:100%; height:71px; margin-top:75px;}
/*.loginbox{width:692px; height:336px; background:url(../images/logininfo.png) no-repeat; margin-top:30px;}*/
.loginbox{width:692px; height:336px; margin-top:30px;}
.loginbox ul{margin-top:88px; margin-left:285px;}
.loginbox ul li{margin-bottom:25px;}
.loginbox ul li label{color:#687f92; padding-left:25px;}
.loginbox ul li label a{color:#687f92;}
.loginbox ul li label a:hover{color:#3d96c9;}
.loginbox ul li label input{margin-right:5px;}
.loginbox,.loginbox1,.loginbox2,.loginbox3,.loginbox4{width:692px; height:373px;margin-top:30px;}
.loginuser{width:299px; height:48px; line-height:48px; font-size:14px; font-weight:bold;}
.loginpwd{width:299px; height:48px; border:none;line-height:48px; font-size:14px; color:#90a2bc;}
.loginbtn{width:111px;height:35px; background:url(../images/buttonbg.png) repeat-x; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:35px;}
.registbtn{width:100px;height:30px; font-size:14px; font-weight:bold; color:#000;cursor:pointer; line-height:30px;}
.loginbm{height:50px; line-height:50px; text-align:center; background:url(../images/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
.loginbm a{font-weight:bold;color:#0b3a58;}
.loginbm a:hover{color:#fff;}

/*.loginbox1{background:url(../images/logininfo1.png) no-repeat;}*/
.loginbox1 ul li{margin-bottom:16px;}
.loginbox2{background:url(../images/logininfo2.png) no-repeat;}
.loginbox2 ul li{margin-bottom:16px;}
.loginbox3{background:url(../images/logininfo3.png) no-repeat;}
.loginbox3 ul li{margin-bottom:16px;}
.yzm{width:341px; height:46px; background:url(../images/yzmbg.png) no-repeat; padding-bottom:5px;}
.yzm span{display:block; float:left;width:227px; height:46px;}
.yzm span input{background:none; border:none; width:183px; height:46px; line-height:46px;padding-left:44px;font-size:14px; color:#cee4f1;}
.yzm cite{float:right; width:114px; height:46px; line-height:46px; font-size:18px; color:#fff; text-align:center;}

.loginbody1{background:url(../images/loginbg4.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
.systemlogo{width:100%; height:71px; margin-top:60px; text-align:center;}
.loginbox0{width:810px;margin-top:0px;height:252px;}
.loginlist{width:810px; overflow:hidden;}
.loginlist{margin-top:110px;}
.loginlist li{float:left; margin-left:3px; margin-right:3px;}
.loginlist li a{ display:block;width:196px; height:252px; background:url(../images/lbg.png) no-repeat; text-align:center; padding-top:25px; cursor:pointer;}
.loginlist li a:hover{background:url(../images/lbg1.png) no-repeat;}
.loginlist li a p{font-size:16px; color:#fff; padding-top:10px;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section{
    margin: 60px auto;
    /*margin-left: 20%;*/
    width: 472px;
    height: 422px;
    padding: 8px 10px;
    font-family: "Microsoft YaHei";
    border: 1px solid #c0c0c0;
}
.all{
    width: 450px;
    height: 405px;
}
.nav{
    height: 50px;
}
.nav>a{
    padding: 0 15px;
    width: 225px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    float: left;
    cursor: pointer;
    hover: green;
}
.nav>a[class="on-2-login"]{
    /*background-color: #89caf4;*/
    border-bottom: 1px solid #eee;
}
.login{
    /*background-color: #89caf4;*/
    color: #ffffff;
}
.login.on{
    /*background-color: #e1f2fc;*/
    color: deepskyblue;
}
.contentbox{
    width: 450px;
}
.cont-1>input{
    width: 350px;
    height: 46px;
    border: 1px solid #c6cddc;
}
.cont-1>input{
    line-height: 46px;
    padding-left: 20px;
    background: none;
}

.verify{
    margin: 0 auto;
    width: 352px;
    height: 46px;
    border: 1px solid #c4cbd1;
    line-height: 46px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.verify span{display:block; float:left;width:227px; height:46px;}
.verify span input{background:none; border:none; width:183px; height:46px; line-height:40px;font-size:14px; color:#cee4f1;}
.verify cite{float:right; width:114px; height:46px; line-height:46px; font-size:18px; color:#fff; text-align:center;}
.btn{
    width: 350px;
    height: 44px;
    margin-top: 30px;
    font-size: 18px;
}

.about{
    width: 350px;
    height: 26px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 30px;
    color: #ffffff;
}
.about>a{
    text-decoration: none;
    color: #ffffff;
}
.about>a>span{
    width: 1px;
    height: 12px;
    display: inline-block;
    border: 1px solid #ccd2d0;
}
/*cont:2*/
.cont-2>.text{
    margin: 0 auto;
    width: 350px;
    height: 30px;
    font-size: 15px;
    display: inline-block;
    margin-top: 30px;
    color: #ffffff;
}
.cont-2>.text>a{
    text-decoration: none;
    /*color: #4174a9;*/
    font-weight: bold;
    color: #ffffff;
}
.cont-2>img{
    margin-top: 12px;
}
.contentbox>div{
    width: 450px;
    height: 355px;
    text-align: center;
    display: none;
    /*background-color: #e1f2fc;*/
}
.cont-2>.about{
    margin-top: 30px;
    color: #ffffff;
}
.contentbox>div[class="box active"]{
    display: block;
}
/*这是低端浏览器下placeholder的字体颜色*/
.cont-1>input{
    color: #bfbfbf;
}
/*这是firefox下placeholder的字体颜色*/
.cont-1>input::-moz-placeholder {
    color: #ffffff;
}
/*这是webkit下placeholder的字体颜色*/
.cont-1>input::-webkit-input-placeholder {
    color: #ffffff;
}

