@charset "utf-8";
body{
    font-size: 12px;
}
header{
    border-bottom: 1px solid #eee;
}
.her{
    width: 1200px;
    margin: 0 auto;
}
.left_link{
   float: left;
}
.left_link span{
   display: inline-block;
    margin:10px;
    background: #222;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    cursor: pointer;
}
.left_link span a{
    color: #fff;
}
.left_link span a:hover{
    color: #ff0000;
}
.left_link span:hover{
    color: #ff0000;
}
.right-txt{
    float: right;
}
.right-txt a{
    display: inline-block;
    margin:10px 0;color: #333;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    cursor: pointer;
    border-right: 1px solid #ccc;
}
.right-txt .on{
    color: #cc3338;
}
.right-txt a:hover{
    color: #cc3338;
}

/*login page css*/
.main-body{}
.content-title{
    width: 1200px;
    margin: 20px auto;
}
.content-title .left-logo{
    float: left;
}
.content-title .right-tel{
    float: right;
    padding-right: 20px;
}
.left-logo img{
    float: left;
    margin-right: 20px;
}
.left-logo p{
    float: left;
    height: 44px;
    line-height: 44px;
    font-size:20px;
    color: #cc3338;
}
.right-tel p{
    font-size: 20px;
    color: #cc3338;
}
.pics{
    position: relative;
    min-width: 1200px;
    height: 600px;
}
.pics .swipe{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}
.pics .swipe .one{
    width: inherit;
    height: 600px;
    background:  center no-repeat;
    background-size: cover;
}
.pics .swipe .two{
    width:inherit;
    height: 600px;
    background:  center no-repeat;
    background-size: cover;
}
.pics .dot{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 20;
    text-align: center;
    width: 100%;
}
.dot span{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
}
.dot .on{
    background: #ff902f;
}
.inp-box{
    padding:12px 30px;
    position: relative;
    background: #f9f9f9;
}
@media screen and (max-width: 1200px) {
    .inp-box{
        width: 300px;
        height: 420px;
        position: absolute;
        top: 60px;
        right:0;
        z-index: 200;
    }
}
@media screen and (min-width: 1200px) {
    .inp-box{
        width: 300px;
        height: 396px;
        position: absolute;
        top: 60px;
        right:10%;
        z-index: 100;
    }
}
.inp-title{

}
.inp-title .left-user{
    float: left;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    color: #000;
}
.inp-box .fix-r{
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.inp-title .mes{
    float: right;
    margin-right: 8px;
    text-align: center;
    background:  center no-repeat;
    height: 32px;
    line-height: 32px;
    width: 116px;
}
.inp-label{
    width: 300px;
    margin: 0 auto;
    padding-top: 10px;
}
.inp-label .item{
    border: 1px solid #eee;
    margin: 12px 0;
}
.inp-label .item label{
    float: left;
    width: 40px;height: 40px;
}
.inp-label .item .user{
    background:#fff  center no-repeat;
}
.inp-label .item .pwd{
    background:#fff  center no-repeat;
}
.table-text .code-pass label{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.table-text .code-pass{
    padding: 6px 0 15px;
}
.table-text .code-pass img{
    vertical-align: middle;
}
.table-text .code-pass input{
    width: 70px;
    height: 26px;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding-left: 5px;
}
.table-text .code-pass span{
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: #cc3338;
    cursor: pointer;
}
.inp-label .item input{
    float: left;
    padding: 0;
    height: 40px;
    border: 0;outline: none;
    background: #fff;
    width: 258px;
}
.check-pox{
    margin-bottom: 20px;
}
.check-pox label{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.check-pox input{
    vertical-align: middle;
}
.form-btn{text-align: center}
.form-btn button{
    background: #d43c3b;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    height: 35px;
    font-size: 15px;
    outline: none;
}
.form-btn button:active{
    background: #ccc;
    color: #333;
}
.text-list{
    margin: 30px 0 10px;
}
.text-list a{
    color: #cc3338;
    float: left;font-size: 14px;
    margin-right: 40px;
    vertical-align: middle;
}
.fx-r-box{
    position: fixed;
    top:35%;
    cursor: pointer;
    right:-133px;
    z-index: 600;
    width: 180px;
    transition: all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition: all .3s ease;
}
.fx-r-box li{
    width: 130px;
    padding-left:50px;
    height:48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.fx-r-box .up-go{
    background:#cc3338  left 0 no-repeat;
}
.fx-r-box .link-tel{
    background:#cc3338  left -48px no-repeat;
}
.fx-r-box .on-line{
    background:#cc3338  left -101px no-repeat;
}
.fx-r-box .on-line a{
	color:inherit;
}
.fx-r-box .code-er{
    background:#cc3338  left -150px no-repeat;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition: all .3s ease;
}
.code-er .tu-pian{
    position: absolute;
    left: 0px;
    width: 120px;
    height: 120px;padding: 10px 30px 20px;
    background: #cc3338;
}
.tu-pian img{
    width: 100%;
    display: block;
}
.code-two{
    text-align: center;
    position: relative;
}
.fx-two{
    position: absolute;
    top:50%;
    left: 50%;
    width: 152px;
    height: 100px;
    margin: -76px 0 0 -76px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding-top: 52px;
    cursor: pointer;
}
.fx-two p{
    height: 16px;
    padding-top: 5px;
    line-height: 16px;
}
.code-two img{
    vertical-align: middle;
}
.up-texts{
    text-align: center;
    height: 26px;font-size: 14px;
    line-height: 26px;
    padding: 20px 0 15px;
}
.up-texts img{
    vertical-align: middle;
}
.up-texts i{
    color: #cc3338;
}
.up-texts span{
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}
.text-list .new-user{
    margin-left: 50px;
    font-size: 15px;
}
.text-list .new-pwd{
    margin-right: 0;
    margin-left: 30px;
    font-size: 15px;
}
.inp-label h3{
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #000;
}
.ft{
    background: #282828;color: #fff;
}
.ft .ti{
    border-bottom: 2px solid #eee;
}
.ft .wraps{
    padding: 20px 0;
    width: 1230px;
    margin: 0 auto;
}
.ft .ti a:first-of-type{
    border-left:1px solid #ccc;
}
.ft .ti a{display: inline-block;vertical-align: middle;
    height: 26px;font-size: 16px;
    line-height: 26px;color: #fff;
    border-right: 1px solid #ccc;padding: 0 20px;
}
.ft .ti a:hover{
    color: #f2f2f2;
    text-decoration: underline;
}
.ft .ti .on{
    color: #cc3338;
}
.ft .ti .on:hover{
    color: #cc3338;
}
.ft-code{
    width: 1200px;
    margin: 50px auto 20px;
    font-size: 14px;
}
.ft-code .ft-left{
    float: left;
    width: 300px;
}
.ft-left .left-imgs{
    float: left;
}
.left-imgs p{
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.ft-code .r-txt{
    float: left;
}
.r-txt a{
	color:inherit;
    width: 120px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    background: #535353;
    margin:10px;cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.gif-show{
    padding-top: 10px;
    float: left;
    width: 600px;
}
.gif-show li{
    float: left;
    text-align: center;
    margin: 10px 20px;
}
.gif-show li a{
    display: block;
}
.gif-show li a:hover p{
    color: #eee;
}
.gif-show li p{
    height: 46px;
    line-height: 46px;
    color: #999;
}
.company-mes{

}
.company-mes li{
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #ababab;
}
.qrcodeimg {
    top: 0px;
    left: 0px;
    width: 149px;
    height: 149px;
    border: 1px solid #d3d3d3;
}










