@charset "utf-8";
*,div,p,span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
body,html{
    width: 100%;
    height: 100%;
    color: #333;
}
.left{float: left}
.right{float: right}
.grey{
    background-color: #e0e8ea;
    position: relative;
    overflow: hidden;
}
.bg-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg1.png) no-repeat center / cover;
    z-index: 10;
}
.login-bg{
    width: 100%;
    height: 594px;
    position: absolute;
    top: 50%;
    left: 0;
    /*background: url(../images/bg2.png) no-repeat 0 0;*/
    background-size: 100% auto;
    transform: translate(0,-50%);
    z-index: 11;
}
.login-content{
    width: 958px;
    height: 594px;
    background-color: #f4f5f7;
    border: thin solid #fff;
    -webkit-box-shadow: 0 0 1px #ddd;
    -moz-box-shadow: 0 0 1px #ddd;
    box-shadow: 0 0 1px #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
}
.logo{
    padding: 15px 25px;
    border-bottom: thin solid #eaebec;
}
.login-img{
    border-top: 2px solid #fff;
    padding: 10px 25px;
}
.login-img img{
    display: block;
    width: 906px;
    height: 260px;
}
.login-box{
    padding: 0 25px;
}
.login-box:after,
.login-cent li:after,.li-space:after{
    content: '';
    display: block;
    clear: both;
}
.login-text{
    margin-top: 20px;
    width: 60%;
}
.login-text p{
    padding-left: 20px;
    background: url(../images/tx.png) no-repeat 0 1px;
    line-height: 17px;
}
.login-cent{
    background-color: #e7ebec;
    border: thin solid #fff;
    -webkit-box-shadow: 0 0 1px #ddd;
    -moz-box-shadow: 0 0 1px #ddd;
    box-shadow: 0 0 1px #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 25px;
}
.login-cent li{
    margin-bottom: 10px;
}
.login-cent li:nth-last-child(1){
    margin-bottom: 0;
}
.login-cent li span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.l-put{
    padding-left: 10px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border:thin solid #f6f6f6;
}
.l-put,.l-select{
    padding-left: 10px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border:thin solid #f6f6f6;
    box-shadow: inset 0 1px 2px #ddd;
}
.remember label,.forgot a{
    display: block;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.remember label input{
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.li-space{
    margin: 15px 0;
}
.login-btn{
    width: 100%;
    height: 40px;
    background-color: #d01c24;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.login-btm{
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}
/*登录后首页*/
.tun-index:after,
.tun-list:after,
.tun-news li:after,
.tji-list:after,
.tji-row:after,
.pi-row:after{
    content: '';
    display: block;
    clear: both;
}
.tun-quick{
    width: 55%;
    background-color: #fff;
    height: 287px;
}
.tun-quick ul{
    margin: 0;
}
.tun-title{
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border-bottom: thin solid #f2f2f2;
    padding-left: 20px;
    font-size: 14px;
}
.tun-title img{
    float: left;
    margin-top: 10px;
    margin-right: 3px;
}
.tun-list{
    border-bottom: thin solid #f2f2f2;
}
.tun-list.none-border{
    border: none;
}
.tun-list li{
    float: left;
    width: 25%;
    padding: 25px 0;
}
.tun-list li a{
    display: block;
    text-align: center;
    border-right: thin solid #eee;
    color: #000;
}
.tun-list li a p{
    text-decoration: underline;
    margin-top: 12px;
}
.tun-list li:last-child a,
.tun-news li:last-child,
.tji-row:last-child,
.pi-row:last-child{
    border: none;
}
.tun-news{
    width: 44%;
    background-color: #fff;
    height: 287px;
}
.tun-news ul{
    padding: 0 20px;
    margin: 0;
}
.tun-news li{
    border-bottom: thin solid #ddd;
    line-height: 22px;
    padding: 19px 0;
}
.tun-news li i{
    display: block;
    float: left;
    width: 3px;
    height: 14px;
    background-color: #d22328;
    margin: 4px 10px;
}
.tun-news li a{
    display: block;
    float: left;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*width: 80%;*/
}
.tun-news li a:hover{
    text-decoration: underline;
}
.tun-news li span{
    display: block;
    float: right;
    /*color: #999;*/
    font-size: 12px;
}
.tun-tong{
    margin-top: 15px;
    background-color: #fff;
}
.tji-list{
    padding-bottom: 20px;
}
.tji-list ul{
    margin-left: 20px;
    margin-bottom: 0;
}
.tji-list li{
    width: 25%;
    float: left;
    margin-top: 20px;
}
.tji-cent{
    margin-right: 20px;
    border:thin solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tji-cent h3{
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border-bottom: thin solid #ddd;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.tji-num{
    text-align: center;
    padding: 26px 0;
}
.tji-num a{
    display: block;
    color: #000;
    font-size: 26px;
    margin: 10px;
}
.tji-box{
    padding: 25px 40px;
}
.tji-row{
    border-bottom: thin solid #ddd;
    padding:10px 0;
}
.tji-row p{
    vertical-align: bottom;
    margin-bottom: 0;
}
.tji-row p.left{
    color: #666;
}
.tji-row p.right{
    margin-top: 14px;
}
.tji-row span{
    display: inline-block;
    font-size: 26px;
    width: 100px;
    color: #000;
}
.tun-quick.three li{
    width: 33.3%;
}
.tji-piao{
    padding: 0 20px;
}
.pi-row{
    padding: 10px 0;
    border-bottom: thin solid #ddd;
}
.pi-row .left{
    margin-top: 12px;
}
.pi-row img{
    float: left;
    margin-top: -1px;
    margin-right: 3px;
}
.pi-row .right span{
    display: inline-block;
    width: 130px;
    text-align: right;
    font-size: 26px;
    margin-right: 8px;
}


/*注册*/
.reg-cent{
    background: none;
    border:0;
    padding:60px 0 0 220px;
}
.reg-cent li span{
    width: 120px;
    text-align: right;
}
.reg-cent li .req{
    color: #fd0303;
    font-style: normal;
    margin-right: 8px;
}
.l-select{
    width: 100px;
    margin-right: 10px;
}
.reg-cent .btn-group{
    padding:40px 0 0 40px;
}
.reg-cent .login-btn{
    width: 100px;
    margin:0 10px;
}
.reg-cent .grey-btn{
    background: #9e9e9e;
}
.reg-cent .yz-btn{
    height: 30px;
	background-color: #d01c24;
	color: #fff;
    font-size: 14px;
    width: 90px;
}
.reg-cent .yz-btn2{
    height: 30px;
	background-color: #ddd;
	color: #333;
    font-size: 14px;
    width: 90px;
}
.yz-img{
    border:1px solid #9c9c9c;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.l-put.long{
    width: 320px;
}
.login-file{
    display: inline-block;
    width: 26px;
    height: 30px;
    background: url(../images/file.png) no-repeat left 1px;
    margin-left: -32px;
}
.login-file input{
    opacity: 0;
    width: 26px;
    height: 30px;
    cursor: pointer;
}

/*20181224*/
.bg-color{
    width: 100%;
    height: 285px;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: -1;
}
.bg-color img{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    width: 88%;
    margin-top: -8%;
}
.bg-block{
    width: 13%;
    height: 100%;
    background-color: #d01c24;
    float: left;
}
.bg-center{
    width: 74%;
    height: 100%;
    border: 260px solid #bf171f;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float: left;
}
.icon-box{
    width: 30px;
    height: 30px;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d01c24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}
