@charset "utf-8";
/*CSS reset*/
html{color:#000;background:#FFF; font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-family:Verdana,Helvetica,"Microsoft YaHei",Arial,Sans-Serif;}
fieldset,img{border:0;}
li{list-style:none;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
a:link,a:visited{ text-decoration:none}
a:hover,a:active{ text-decoration:none}

/*定位*/
.topBox{width:100%;text-align:center;height:122px;border-bottom:3px solid #b7b7b7;}
.topIn{width: 1200px;height: 122px;overflow:hidden;margin:0 auto;text-align:left;}
.topIn a.topLogo{width: 410px;height: 71px;background:url(../images/logo.png) no-repeat;overflow:hidden;float:left;text-indent:-700px;margin-top: 24px;}
.topIn span{float:right;margin-top: 12px;}
.topIn span img{width:100px;height:100px;overflow: hidden;}

.loginContent{background:#fafafa;padding:30px 0;}
.loginContent-top{width:1200px;margin:0 auto;overflow:hidden;}
.loginContent-left{width:801px;height:349px;overflow:hidden;float:left;}
.loginContent-left img{width:801px;height:349px;overflow: hidden;}

.loginContent-right{background:#fff;width: 379px;height: 349px;float:right;overflow:hidden;}
.loginContent-right #qrimg{background:#fff;width: 300px;height: 300px;padding-left: 30px;padding-top:10px;alignment: center}
.loginContent-right #secinfo{color: #1006F1;padding-left: 10px}
.loginContent-right h3{
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.loginContent-right ul{overflow:hidden;padding:20px;}
.loginContent-right ul li{overflow:hidden;width: 339px;margin-top: 10px;}
.loginContent-right ul li span{font-size:16px;color:#333;float:left;width: 76px;text-align: left;height: 37px;line-height: 37px;overflow:hidden;}
.loginContent-right ul li label{
    width: 263px;
    float: left;
}
.loginContent-right ul li .text{width: 261px;height: 35px;text-indent:10px;border: 1px solid #dedcdc;background:#fff;float:left;font-size:14px;color:#8a8a8a;line-height: 35px;}
.loginContent-right ul li .loginContent-button1{
    background: #0d519a;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 14px;cursor:pointer;
}
.loginContent-right ul li .loginContent-button3{
    background: #1067c1;
    height: 36px;
    line-height: 36px;
    width: 222px;
    overflow: hidden;
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 14px;cursor:pointer;
}
.loginContent-right ul li .loginContent-button2{
    background:url(../images/button-er.png) no-repeat 10px center #1067c1;
    background-size: 20px 20px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    cursor:pointer;
    padding: 0 20px 0 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    }

.loginList{width:1200px;overflow:hidden;margin:30px auto 0;}
.loginList-in{width:1300px;}
.loginList-in dl{width: 155px;float:left;margin-right:20px;}
.loginList-in dt{width:90px;height:90px;overflow:hidden;float:left;}
.loginList-in dt img{width:90px;height:90px;overflow:hidden;}
.loginList-in dd{width:60px;float:right;font-size:16px;font-weight:900;padding-top:20px;line-height:24px;font-family:"Microsoft YaHei";}
.loginList-in dd p{}
.loginList-in a{color:#333;font-family:"Microsoft YaHei";}

.loginCopyright{text-align:center;padding: 20px 0px;font-family:"Microsoft YaHei";border-top: 1px solid #b7b7b7;}