input,button{
    border: none;
    padding:0;
}

input[type="password"] {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 0 7px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
}

.login-box{
    position: relative;
    /*left:50%;*/
    /*transform:translateX(-50%);*/
    /*width:100%;*/
    /*max-width: 1600px;*/
    /*height:100%;*/
    background-color: #f4f4f4;
}

.login-box .logo{
    width: 1200px;
    height: 70px;
    margin: auto;
    background-color: #fff;
}

.login-box .logo .logo-img{
    float: left;
    height: 100%;
    line-height: 70px;
}

.login-box .logo .logo-img img{
    max-width: 350px;
    max-height: 50px;
}

/*.login-box .logo .logo-img span{*/
/*float: right;*/
/*width:108px;*/
/*height:20px;*/
/*padding-left:10px;*/
/*border-left: 2px solid #333;*/
/*}*/

.login-box .login-img{
    position: relative;
    width:100%;
    background-color: #f4f4f4;
    /*background: url("/static/fcc/cgn/login/image/banner00.jpg") no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*针对IE8的hack，目的是除掉之前background*/
    /*background: none\9;*/
    /*下一行为关键设置*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fcc/cgn/login/image/banner00.jpg',sizingMethod='scale')*/
}

.login-box .login-img .swiper{
    /*width: 4800px;*/
    /*height: 100%;*/
}

.login-box .login-img .swiper img{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.login-box .login-img .login-bg{
    position: relative;
    width:100%;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
/*登陆框*/
.login-box .login-input{
    border-radius: 5px;
    height: 308px;
    width: 312px;
    padding: 0px 27px 0 27px;
    float: right;
    background-color: white;
    /*background: url("/static/fcc/shjg/login/image/login_bj.png") no-repeat center center;*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
}

/*验证码*/

.login-box .login-input .vali{
    position: relative;
}

.login-box .login-input .vali img{
    position: absolute;
    top: 22px;
    width: 85px;
    height:30px;
    margin-left:16px;
}

.login-box .login-input .vali #captcha{
    width: 135px;
}

.login-box .login-input .psd{
    position: relative;
}

.login-box .login-input .psd a{
    color: #004a86;
    font-size: 12px;
}

.login-box .login-input .psd a.psdLeft{
    margin-left: 16px;
}

.login-box .login-input .psd a.psdRight{
    float: right;
}

/*忘记密码*/
.login-box .login-input .psd{
    width: 100%;
    height: 18px;
    line-height: 18px;
    margin-top:8px;
}



/*登陆框*/
.login-box .login-input button{
    width: 258px;
    height: 45px;
    margin-top: 26px;
    border-radius: 5px;
    color: #fff;
    background-color: #ffa801;
    font-size: 14px;
    font-weight: bolder;
    cursor: pointer;
    border: none;
    outline: none;
}

.login-box .login-input .help-block{
    margin-top: 10px;
    padding: 5px;
    color: #333;
    border: 1px solid #dca;
    background-color: #fffcd8;
}

.login-box .login-input input{
    width:242px;
    height:40px;
    margin-top:16px;


}

.login-box .login-input select{
    width: 258px;
    height: 40px;
    margin-top: 16px;
}

.login-box .login-input label{
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    z-index: 1;
    /*关键属性设置 需要把路径设置好*/
    /*behavior: url('/static/fcc/cgn/login/js/PIE_IE678.js');*/
}

.login-box .login-input label img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-box .login-input #checkBtn{
    position: relative;
    display: inline-block;
    width:12px;
    height:12px;
    margin-top:-2px;
    /*background-color: #fff;*/
    vertical-align:middle;
    visibility: hidden;
    /*margin-bottom:1px*/
}

/*.login-box .login-input #checkbox:after{*/
/*position: absolute;*/
/*width: 12px;*/
/*height: 12px;*/
/*top: 0;*/
/*content: " ";*/
/*background-color: #fff;*/
/*border-radius: 2px;*/
/*color: #424242;*/
/*display: inline-block;*/
/*visibility: visible;*/

/*}*/

/*遮罩层*/
.login-box .mask{
    position: fixed;
    bottom:0;
    width:100%;
    height:50px;
    background-color: #000000;
    opacity:.6 ;
    filter:Alpha(opacity=60);
}

.login-box .mask .arrow-box{
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -80px;
    margin-top: -20px;
    width:160px;
    height:40px;
    cursor: pointer;
    /*background-color: #fff;*/
}

.login-box .mask .arrow-box i.arrow-left{
    display: block;
    position: absolute;
    top:50%;
    margin-top: -10px;
    width:20px;
    height:24px;
    cursor: pointer;
}

.login-box .mask .arrow-box i.arrow-right{   ;
    display: block;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -10px;
    width:20px;
    height:24px;
    cursor: pointer;
}

.login-box .mask .arrow-box .round{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 20px;
    margin-left: -55px;
    margin-top: -10px;
    /*background-color: red;*/
}

.login-box .mask .arrow-box .round img{
    margin-left:10px;
    cursor: pointer;
}

.login-box .fwdh_img{
    float: right;
    height: 100%;
    line-height: 70px;
    margin-right: 15px
}
.login-box .fwdh{
    float: right;
    height: 100%;
    line-height: 55px;
    color: #004386;
    margin-right: 80px;
}
.login-box .fwdh p {
    height: 14px;
    padding-bottom: 5px;
}

.login-box .shouji_img{
    float: right;
    padding-right: 15px;
    line-height: 70px;
}
.login-box .shouji{
    float: right;
    height: 100%;
    line-height: 55px;
    color:#004386;
}
.shouji_wb {
    height: 100%;
}
.shouji_wb p {
    height: 14px;
    padding-bottom: 5px;
}
.bgc {
    background-color: #fff;
}
.restore-password{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 12px;
    color: #008ad2;
}
.footer {
    width: 100%;
    height: 28px;
    background-color: rgba(2,36,71,0.8);
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    color: #3084da;
}
.login-content{
    width: 1200px;
    height: 100%;
    margin: auto;
    background-color: #f4f4f4;
}
.bannerImg{
    width: 1200px;
    height: 300px;
}
.login-inputCon{
    width: 1200px;
    min-height: 308px;
    margin-bottom: 20px;
}
.login-ptjs{
    width: 857px;
    height: 308px;
    float: left;
}
#ptjs{
    height: 240px;
    overflow-y: auto;
    position: relative;
}
.login-tzggCon{
    width: 1200px;
    height: 400px;
    margin-bottom: 20px;
}
.login-tzgg{
    width: 387px;
    height: 400px;
    float: left;
}
.login-jtxw{
    width: 794px;
    height: 400px;
    float: right;
}
.login-adv1{
    width: 1200px;
    height: 121px;
    margin-bottom: 20px;
}
.advImg1{
    width: 1200px;
    height: 121px;
}
.login-adv2{
    width: 100%;
    height: 118px;
    margin-bottom: 10px;
}
.advImg2{
    width: 100%;
    height: 118px;
}
.login-adv3{
    width: 100%;
    height: 118px;
    margin-bottom: 20px;
}
.advImg3{
    width: 100%;
    height: 118px;
}
.login-lastCon{
    width: 1200px;
    height: 544px;
    margin-bottom: 20px;
}
.login-cjwtCon{
    width: 441px;
    height: 544px;
    float: left;
    margin-right: 18px;
}
.login-cjwt{
    width: 441px;
    height: 278px;
}
.login-flfg{
    width: 361px;
    height: 544px;
    float: left;
}
.login-hyzx{
    width: 361px;
    height: 544px;
    float: right;
}
.infoCon{
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.conTitle{
    padding-left: 23px;
    height: 50px;
}
.infoIcon{
    height: 20px;
    line-height: 20px;
    width: 5px;
    display: inline-block;
    border-radius: 8px;
    background-color: #357af3;
    float: left;
    margin-right: 12px;
    margin-top: 21px;
}
.infoTitle{
    height: 50px;
    line-height: 60px;
    float: left;
    font-weight: bold;
    font-size: 18px;
}
.infoMore{
    height: 50px;
    line-height: 60px;
    float: right;
    color: #9b9b9b;
    cursor: pointer;
    margin-right: 20px;
}
.dataCon{
    padding-top: 15px;
    padding-left: 23px;
    padding-right: 20px;
}
.nodata{
    width: 100%;
    height: 70%;
    line-height: 100%;
    text-align: center;
    margin-top: 50px;
}
.nodata img{
    margin-bottom: 20px;
}
.ptjsUnit{
    width: 100%;
}
.ptjsLeft{
    width: 48%;
    float: left;
    cursor: pointer;
}
.ptjsRight{
    width: 100%;
    float: right;
}
.ptjsImg{
    width: 100%;
    height: 220px;
}
.ptjsDocTitle{
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}
.ptjsDocCon{
    width: 100%;
    font-size: 15px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: normal;
    line-height: 26px;
    cursor: pointer;
}
#tzgg{
    height: 320px;
    overflow-y: auto;
    position: relative;
}
#tzgg ul li{
    height: 80px;
    cursor: pointer;
}
.tzggUnit{
    border-left: 4px dotted #ccc;
    padding-left: 15px;
    position: relative;
}
.tzggSj{
    width: 90%;
    display: inline-block;
    height: 30px;
    color: #969696;
}
.tzggTitle{
    width: 90%;
    height: 40px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.unitDot{
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #8a8989;
    border-radius: 7px;
    top: 6px;
    left: -5px;
}
.jtxwLeft{
    width: 340px;
    float: left;
}
.jtxwRight{
    width: 400px;
    float: right;
    height: 320px;
    overflow-y: auto;
    position: relative;
    padding-left: 3px;
}
.jtxwImg{
    width: 337px;
    height: 214px;
    cursor: pointer;
}
.jtxwTitleFirst{
    width: 100%;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.jtxwSjFirst{
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #969696;
    text-align: right;
}
.jtxwUnit{
    border-left: 4px dotted #ccc;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.jtxwSj{
    width: 90%;
    display: inline-block;
    height: 30px;
    color: white;
    padding-left: 18px;
    line-height: 30px;
    background-image: url("/static/fcc/shjg/login/image/xwtitle.png");
}
.jtxwTitle{
    width: 90%;
    min-height: 40px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    margin-left: 8px;
    line-height: 30px;
    box-shadow: 0 0 10px #d8d6d6;
}
#jtxw ul li{
    cursor: pointer;
}
.jtxwDot{
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #8a8989;
    border-radius: 7px;
    top: 14px;
    left: -5px;
}
.xwtitleicon{
    color: white;
    position: absolute;
    right: 30px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
#cjwt {
    height: 213px;
    overflow-y: auto;
    position: relative;
}
#cjwt ul li{
    cursor: pointer;
}
.cjwtUnit{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
}
.cjwticon{
    height: 50px;
    line-height: 8px;
    color: #f2a700;
    margin-right: 5px;
}
.cjwtTitle{
    width: 90%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.flfgImg{
    width: 312px;
    height: 158px;
}
.hyzxImg{
    width: 312px;
    height: 158px;
}
#flfg{
    height: 530px;
    overflow-y: auto;
    position: relative;
}
#flfg ul li{
    cursor: pointer;
}
.flfgUnit{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    cursor: pointer;
}
.flfgTitle{
    width: 205px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.flfgDate{
    color: #969696;
    float: right;
}
.flfgIcon{
    display: inline-block;
    float: left;
}

#flfg{
    height: 530px;
    overflow-y: auto;
    position: relative;
}
#hyzx ul li{
    cursor: pointer;
}
#hyzx {
    height: 530px;
    overflow-y: auto;
    position: relative;
}
.hyzxUnit{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    cursor: pointer;
}
.hyzxTitle{
    width: 205px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.hyzxDate{
    color: #969696;
    float: right;
}
.hyzxIcon{
    display: inline-block;
    float: left;
}
.infoList{
    display: none;
    padding-top: 20px;
}
#mainDiv{
    display: none;
}
.login-input{
    float: right;
    padding: 0px 34px 5px 30px;
    box-sizing:border-box;
    background: #022447;
}
.login-input .title_nav{
    height: 52px;
    border-bottom: 1px solid #867e7e;
    position: relative;
}
.login-input .title_nav a{
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    color: #c2a1a1;
    position: absolute;
    top: 0;
    right: -10px;
}
.login-input .title_nav a img{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.login-input .account_login{
    margin-bottom: 10px;
}
.login-input .scan_code_login{
    width: 100%;
    background: rgba(7,53,101,0.6);
    text-align: center;
    /*padding: 30px 0;
    margin: 20px 0;*/
    display: none;
}
.login-input .scan_code_login img{
    display: inline-block;
    width: 180px;
    height: 180px;
}
.login-input input, select{
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    border-radius: 5px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}
.login-input a{
    height: 30px;
    line-height: 35px;
    color: #397bbf;
    font-size: 12px;
}
.login-input button{
    width: 100%;
    height: 32px;
    margin-top: 10px;
    border-radius:5px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
}

.login-input .one{
    background: #fd5e02;
    letter-spacing: 40px;
    padding-left: 40px;
    cursor: pointer;
}
.login-input .two{
    background: #3f85cd;
    letter-spacing: 3px;
}
.login-input .tele{
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    box-sizing:border-box;
    border-top: 1px solid #14416f;
}
.login-input .tele p{
    color: #2b65a0;
    font-size: 12px;
    margin: 5px 0;
}
.jsPasswordBox {
    position: relative;
}
#jsAccountLogin .showPwd {
    position: absolute;
    right: 24px;
    text-align: center;
    height: 23px;
    line-height: 20px;
    bottom: 7px;
}
.tar{
    text-align: right;
    max-height: 24px;
}
#verificationcode {
    width: 140px;
    margin-right: 5px;
}
.popBox {
    padding: 30px 0;
    background: #fff;
}
.popBox table tr td.label {
    width: 100px;
    padding-right: 10px;
    text-align: right;
}
.popBox table tr td {
    padding-bottom: 20px;
}
.popBox table tr td input {
    width: 140px;
}
.buttons {
    text-align: center;
}
.buttons .btn {
    margin: 0 20px;
}
.loginImgBox{
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 300px;
    margin-bottom: 20px;
}
.loginImgBox .loginImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.loginImgBox .loginImg .loginImgItem{
    float: left;
    width: 100%;
    height: 100%;
}
.loginImgBox .loginImgPager{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    display: none;
    z-index: 999;
}
.loginImgBox .loginImgPager .loginImgPagerItem{
    display: inline-block;
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: #f8f8f8;
    margin: 0 5px;
    cursor: pointer;
}
.loginImgBox .loginImgPager .theme_bg{
    width: 30px;
}