/**
 * 文件说明：样式初始化
 */

/* START, 样式预处理 ------------------------------------------------------ */

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0;padding:0;border:none;/*vertical-align:baseline;*/}

/* 去掉列表前的标识, li 会继承 */
menu, ol, ul { list-style: none; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea, option, optgroup { font:12px/1.5 tahoma,arial/*,SimSun*/,Microsoft YaHei,sans-serif;}

/* 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:500; }

/* 去除默认边框 */
fieldset , img { border:0 }

/* 去掉各Table  cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{ border:0;font-variant:normal; }

/* 清除输入框边框 */
input{ border:0 none; }

code, kbd, pre, samp { font-family:'courier new',courier,monospace;}
abbr[title]{ border-bottom: 1px dotted; cursor: help; }

/* 一致的 del 样式 */
del { text-decoration:line-through; }
address,caption,cite,code,dfn,em,th,var { font-style:normal;font-weight:500; }

/* IE bug fixed: th 不继承 text-align*/
th{ text-align:inherit;}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display:block; }

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1; }

/*清除chrome Safari浏览器中的外边框*/
input,button,select,textarea { outline:none }

/* ie8(q) bug 显示为块级表现 */
iframe{ display:block; }

a{
    color: #000000;
    text-decoration: none;
    outline:none;
    _blr:expression(this.onFocus=this.blur());
}

i,em{ font-style: normal;}
.hide{
    display: none;
}
/* END, 样式预处理 ------------------------------------------------------ */


/* START, 通用class设定 ------------------------------------------------------ */

/* START, 浮动，清除浮动------- */
.fl { float:left; }
.fr { float:right; }

.clearLeft { clear:left; }
.clearRight { clear:right; }

.clearfix {display: block;*zoom:1}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
/* END, 浮动，清除浮动 ------- */


.xljc,
#list dt div,
#list dd div,
#list dt a,
#list dd a,
#reload,
.service,
.txt_item i,
.llq li div,
.qrcode_txt,
.client_link,
#speed i{
    background: url("../../images/index_j.png?v=11") no-repeat 0 0;
}

#speed i{
    width: 50px;
    height: 50px;
    float: left;
    background-position:  -134px -159px;
    margin-right: 10px;
}
.footer_p1 strong{
    color: #ffe09d;
    font-size: 24px;
    font-weight: normal;
}
.footer_p1 span{
    color: #fff4dc;
    font-size: 14px;
    margin-left: 20px;
}
.llq{
    margin-top: 10px;
}
.llq li{
    float: left;
    margin: 0 45px;
    text-align: center;
    color: #a58871;
}
.llq li div{
    width: 70px;
    height: 70px;
    margin:0 auto 10px;
}
.llq .llq_1 div{
    background-position:  0 -75px;
}
.llq .llq_2 div{
    background-position:  -80px -75px;
}
.llq .llq_3 div{
    background-position:  -164px -75px;
}
.txt_item{
    color: #ffffd2;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #5f4e40;
}
.txt_item i{
    float: left;
    width: 8px;
    height: 8px;
    background-position: -215px -188px;
    margin-top: 9px;
    margin-right: 10px;
}
#reload{
    width: 573px;
    height: 65px;
    background-position:  0 0;
    display: block;
    margin-top: 20px;
}
.xljc{
    width: 199px;
    height: 52px;
    background-position:  -252px -164px;
}

/* START, MAIN --------------------------------------------------------------*/

body{
    background: #45362b url("../../images/index_bg.jpg?v=11") no-repeat center 0;
    background-size: cover;
}
.center{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.center_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.part_link{
    width: 590px;
    padding: 20px 0 0 20px;
}
.part_download{
    width: 540px;
    padding: 0 20px;
    margin-top: 5px;
}
#speeding,
#speed{
    color: #fff4dc;
    font-size: 14px;
    margin-top: 5px;
}
#speeding img{
    vertical-align: text-bottom;width: 24px;margin-right: 5px;
}
#speed b{
    color: #ffe09d
}


#list{
    width: 100%;
}
#list dt,
#list dd{
    float: left;
    margin-top: 20px;
}
#list dt div,
#list dd div{
    width: 457px;
    height: 42px;
    background-position: -12px -320px;
}
#list dt div em,
#list dd div em{
    width: 92px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
#list dt div p,
#list dd div p{
    width: 265px;
    line-height: 45px;
    color: #e69d10;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#list dt a,
#list dd a{
    width: 110px;
    height: 42px;
    background-position: -1px -166px;
    display: block;
    margin-left: 10px;
}
.service{
    width: 220px;
    height: 72px;
    background-position: -4px -230px;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    margin: 10px;
}
.logo{
    margin-right: 10px;
}
.title_mobile{
    width: 508px;
    height: 26px;
    background-position: -326px -52px;
    margin: 30px auto 0;
}

.box_mobile{
    width: 285px;
    margin: 30px auto 0;
}

.android_link,
.ios_link{
     width: 142px;
     height: 42px;
     display: block;
     text-indent: -999px;
     overflow: hidden;
    cursor: default;
 }
.android_link{
    background-position: -290px -222px;
    margin-top: 13px;
}
/*.android_link:hover{
    background-position: -434px -222px;
}*/

.ios_link{
    background-position: -0px -222px;
    margin-top: 10px;
}
/*.ios_link:hover{
    background-position: -144px -222px;
}*/
#qrcode{
    width: 90px;
    height: 90px;
    padding: 2px;
    background: #FFFFFF;
    border: 4px solid #8a695b;

}
#qrcode img,
#qrcode table{
    width: 90px;
    height: 90px;
}
.qrcode_txt{
    width: 112px;
    height: 57px;
    background-position:  -469px -85px;
    margin: 23px 0 0 20px;
}
.title_pc{
    width: 508px;
    height: 26px;
    background-position: -326px -11px;
    margin: 80px auto 0;
}
.client_link{
    width: 218px;
    height: 81px;
    background-position:-247px -75px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    margin-top: 22px;
    margin-right: 60px;
}

.footer{
    width: 100%;
    height: 130px;
    position: relative;
    overflow: hidden;
}
.footer_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.footer_p1{
    margin-top: 50px;
    margin-left: 30px;
}
.qrcode_box{
    margin: 15px 0 0 60px;
}
/* END, MAIN --------------------------------------------------------------*/