﻿
    /*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

    /* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif , Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }




body{
    background: #fff;
    overflow: hidden;
}

.top{
    width: 100%;
    height: 80px;
    position: fixed;
    top:0;
    background: #fff;
    z-index: 10;
    border: 1px solid #eee;
}
.top .w1920{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.top .logo{
    width: 50%;
    float: left;

}
.top .call{
    width: 50%;
    float: right;

}
.top .call p{
    font-size: 24px;
    font-weight: 700;
    color: #878787;
    line-height: 80px;
    text-align: right;
    margin-right: 20px;
}
.main{
    top: 80px;
    position: relative;
    height: 4186px;
    margin: 0 auto;
    background: url("../images/body.jpg") no-repeat top center;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 60px;
}
.main .zixun{
    display: block;
    width: 100%;
    height: 93px;
    background: url("../images/hover.png") no-repeat center;
    margin-top: 550px;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;

}
.main .zixun:hover{
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.ban-text {
    position: absolute;
    top: 745px;
    left:50%;
    margin-left: -512px;
}
.ban-text p{
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}
.ban-text .p1{
    font-size: 18px;
    font-weight: 600;
}
.ban-text .p2{
    margin-top: 12px;
    font-size: 14px;

}
.ban-text .p3{
    width: 530px;
    font-size: 16px;
    line-height: 24px;
    margin:36px auto 0;
    color: #1974d1;

}
.step{
    position: absolute;
    width: 918px;
    left: 50%;
    margin-left: -459px;

}
.step .h2{
    font-size: 18px;
    color: #282828;
    width: 100%;
    text-align: center;
    line-height: 30px;

}
table {

    width: 100%;
    color: #555;
    font-family: "宋体", Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size:14px;
    font-weight: normal;
    background: #eefbff;
    text-align: left;
    border-collapse: collapse;
    line-height: 24px;
}
table p{
    line-height: 24px;
}
th{
    font-size: 16px;
}
th, td {
    padding:12px 12px 10px;
    border: 1px solid #c8cfc5;
}
.step table{
    margin-top: 26px;
}
.step1{
    /* height: 400px;
     background: #fbb450;*/
    top:1287px;


}
.step2{
    /* height: 400px;
     background: #fbb450;*/
    top:1916px;
}
.step3{
    /* height: 400px;
     background: #fbb450;*/
    top:2643px;
}
.step4{
    top:3327px;
}
.summary{
    top: 3800px;
    text-align: left;
}
.summary .h3{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #555555;
}
.summary p{
    margin-top: 18px;
    color: #555555;
}
.blueColor{
    color: #01b7f5;
    font-weight: 700;
}
.p16{
    font-size: 16px;
    line-height: 30px;
}
.foot{
    position: absolute;
    width: 100%;
    height: 60px;
    background: #464646;
    z-index: 66;
}
.foot p{
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-family: "宋体", Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}
.two-pra{
    margin-top: 108px;

}
.two-pra p{
    float: left;
    font-size: 14px;
    font-family: "宋体", Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    line-height: 30px;
    margin-top: 0;
}
.two-pra-left{
    width: 310px;
}
.two-pra-right{
    margin-left:183px ;
}
.foot p .red{
    color: #ff0000;
}
