@charset "utf-8";
/* CSS Document */
html{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
 	height:100%;
 	overflow:hidden;
}

body {
    width: 100%;
    height: 100%;
    FONT-FAMILY: "微软雅黑",sans-serif;
    color: #000000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

/*f89821*/
div,UL,LI,span,body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


A {
    TEXT-DECORATION: none;
    border: 0px;
}

A:hover {
    TEXT-DECORATION: none;
}

A:focus {
    TEXT-DECORATION: none;
    border: 0px;
    frame: false
}

input {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    border: 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input, button, select, textarea {
    outline: none
}

textarea {
    resize: none
}

iframe {
    margin: 0px;
    padding: 0px;
}
#header{
    position:absolute;
    top:0px;
    width:100%;
    height:100px;
}
#footer{
    position:absolute;
    bottom:0px;
    width:100%;
    height:100px;
}
#middle{
    position: absolute;
    top:100px;
    bottom:100px;
    width:100%;
    height:auto;
    text-align:center;
}
#loading{
    position:absolute;
    width:300px;
    height:220px;
    top:0px;
    margin-left:-150px;
    left:50%;
    top:50%;
    margin-top:-130px;
}
#loading span{
    width:100%;
    height:32px;
    line-height:32px;
    margin-top:20px;
    display:inline-block;
    text-align:center;
    color:#222222;
    font-size:16px;
    FONT-FAMILY: "微软雅黑",sans-serif;
}
#infos{
    position:absolute;
    width:1024px;
    height:500px;
    margin-left:-512px;
    left:50%;
    top:50%;
    margin-top:-250px;
}
#infos #contact{
    width:1020px;
    height:190px;
    display:inline-block;
    text-align:center;
}
#infos #contact span{
    width:1020px;
    display:inline-block;
    text-align:center;
    color:#000000;
    font-size:32px;
    font-weight: bolder;
    line-height:56px;
    background-color:;
}
#infos #contact span.cnt
{
    font-size:16px;
    font-weight: 400;
    line-height:36px;
}
#infos #contact span.cnt img
{
    margin-bottom: -4px;
}
#infos #pic_infos{
    width:1020px;
    height:190px;
    border:2px #CCCCCC dashed;
    border-bottom:0px;
    display:inline-block;
    text-align:left;
}
#infos #pic_infos img{
    width:auto;
    max-width:250px;
    height:140px;
    margin-top:25px;
    display:inline-block;
    float:left;
    padding-left:15px;
}
#infos #pic_infos span{
    display:inline-block;
    color:#111111;
    width:140px;
    margin-left:20px;
    font-size:16px;
    line-height:190px;
    overflow:hidden;
    text-align:center;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
}
#infos #pic_infos  #customary {
    text-decoration:line-through;
}
#infos #pic_infos  #compress_percentage{
    width:80px;
    text-align: right;
}
#infos #pic_infos  #compress_percentage_infos {
    margin-left: 0px;
    width: 80px;
    color: #7f7f7f;
    text-align: left;
}
#infos #pic_infos .pic_name{
    margin-left:25px;
}
#infos #pic_infos .pic_down{
    background-image:url(../img/down.png);
    background-repeat:no-repeat;
    padding-left:22px;
    background-size:16px auto;
    background-position:45px 88px;
    margin-left:50px;
}
#infos #pic_infos .pic_down a{
    color:#038cff;
    font-size:16px;
    line-height:190px;
    width:100%;
    height:100%;
}
#infos #pic_infos .pic_down a:hover{
    color: #373339;
}
#infos #ctn_cmp{
    width:1024px;
    height:86px;
    display:inline-block;
    background-color:#038cff;
}

#infos #ctn_cmp span{
    display:inline-block;
    float: left;
    color:#ffffff;
    width:125px;
    margin-left:37px;
    padding-left: 42px;
    font-size:18px;
    line-height:86px;
    overflow:hidden;
    text-align:left;
    background-image:url(../img/add.png);
    background-repeat:no-repeat;
    background-size:32px auto;
    background-position:0px 27px;
    font-weight: bolder;
}
#ctn_cmp span .file{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 220px;
    left: 0px;
    width: 170px;
    height: 32px;
    z-index: 5;
    cursor: pointer;
}
#ctn_cmp img{
    width: 100px;
    height: auto;
    float: right;
    padding: 5px 10px;
    margin: 22px 25px auto auto;
    background-color: #FFFFFF;
    cursor: pointer;
}

#infos  #results_foot{
    display: inline-block;
    width:1024px;
    height:20px;
    margin-top: 62px;
    visibility: hidden;
}
#results_foot UL{
    display: inline-block;
    width: auto;
    height: 20px;
}
#results_foot UL LI{
    display: inline-block;
    width: auto;
    min-width: 20px;
    height: 20px;
    text-align: left;
    margin-right: 40px;
}
#results_foot UL LI.end{
    margin-right: 0px;
}
#results_foot UL LI a {
    font-size: 17px;
    color: #373339;
}
#results_foot UL LI a:hover {
    color: #038cff;
}
#infos  #cp_infos{
    display: inline-block;
    width:1024px;
    height:20px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #959298;
}
#pagehead {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    display: block;
    top: 0px;
    left: 0px;
    border: 0px solid #f1f1f1;
    border-bottom-width:1px;
}

#pagehead iframe {
    position: absolute;
    width: 1024px;
    height: 100px;
    left: 50%;
    margin-left: -512px;
    border: 0px;
    background-color: #2f2f2f;
    overflow: hidden;
}

#navi {
    position: absolute;
    width: 1024px;
    height: 100px;
    left: 50%;
    margin-left: -512px;
}

#navi a {
    line-height: 48px;
    display: inline;
    float: right;
    text-align: center;
    font-family: "微软雅黑", serif;
    font-size: 16px;
    font-weight: bolder;
    color: #006aff;
    margin-left: 5px;
    text-decoration: none;
    border: 2px solid #006aff;
    width: 94px;
    margin-top: 24px;
}
#navi a.noborder {
    border: 2px solid #ffffff;
    color:#000000;
}
#navi a:hover {
    text-decoration: none;
    color: #58a4ea;
}

#navi #logo {
    position: absolute;
    display: block;
    width: 280px;
    height: 100px;
    left: 0px;
    top: 0px;
    background-image: url(../img/logo_2_105_bolder.png);
    background-position: 0 31px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#footer{
    position:absolute;
    bottom:0px;
    width:100%;
    height:180px;
    background-color: #aaaaaa;
}
#pagefoot {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #2f2f2f;
    display: block;
}
#pagefoot #results_foot{
    position: absolute;
    width:1024px;
    height:20px;
    margin-top: 67px;
    left: 0px;
    left: 50%;
    margin-left: -512px;
    text-align: center;
    visibility: visible;
}
#results_foot UL{
    display: inline-block;
    width: auto;
    height: 20px;
}
#results_foot UL LI{
    display: inline-block;
    width: auto;
    min-width: 20px;
    height: 20px;
    text-align: left;
    margin-right: 40px;
}
#results_foot UL LI.end{
    margin-right: 0px;
}
#results_foot UL LI a {
    font-size: 17px;
    color: #ffffff;
}
#results_foot UL LI a:hover {
    color: #038cff;
}
#pagefoot  #cp_infos{
    position: absolute;
    width:1024px;
    height:20px;
    margin-top: 125px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #959298;
    left: 0px;
    left: 50%;
    margin-left: -512px;
}
#infos_cmp{
    position:absolute;
    width:1024px;
    height:2000px;
    min-height:2000px;
    margin-left:-512px;
    left:50%;
    top:50%;
    margin-top:-250px;
}

#infos_cmp #company{
    width:1020px;
    height:auto;
    display:inline-block;
    text-align:center;
}
#infos_cmp #company span{
    width:1020px;
    display:inline-block;
    text-align: left;
    color:#000000;
    font-size:16px;
    font-weight: 400;
    line-height:36px;
}
#infos_cmp #company span.title
{
    font-size:22px;
    font-weight: bolder;
    line-height:36px;
}
#infos_cmp #contact img
{
    display: inline-block;
    width: 100%;
}







