@charset"utf-8";
/* CSS Document */
.f_l {float: left;}
.f_r {float: right;}
.red {color: #ea0e23}

.banner {
    width: 100%;
    position: relative;
}
.banner img {
    width: 100%;
}
.banner_btn {
    position: absolute;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}
.download_btn {
    left: 50%;
    top: 100%;
    width: 202px;
    margin-left: -101px;
    text-align: center;
    background: url(../images/btn.png) no-repeat left top;
}
.download_btn:hover {
    background: url(../images/btn.png) no-repeat left -63px;
}
.download_btn:active {
    background: url(../images/btn.png) no-repeat left bottom;
}

/*content {*/
.characteristic {
    padding: 40px 0;
}
.characteristic,
.content {
    margin: 0 auto;
}
.characteristic p {
    text-align: center;
}
h1,
h2 {
    margin-bottom: 10px;
    font-size: 25px;
    color:#0282cc;
    letter-spacing: 1px;
}
.characteristic p,
.feature p {
    font-size: 16px;
    color:#808080;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.points {
    margin-top: 20px;
}
.points li {
    float: left;
    width: 100%;
}
.points i {
    display: block;
    width: 128px;
    height: 142px;
    margin: 0 auto 16px;
}
.points .points_1 {
    background: url(../images/icons.jpg) no-repeat 4px top;
}
.points .points_2 {
    background: url(../images/icons.jpg) no-repeat -129px top;
}
.points .points_3 {
    background: url(../images/icons.jpg) no-repeat -257px top;
}
.points .points_4 {
    background: url(../images/icons.jpg) no-repeat -385px top;
}
.points li.last {
    margin-right: 0;
}
.points h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.points p {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    padding: 0 20px;
}
.color_1_wrapper {
    background-color: #40ce77;
}
.color_1_wrapper h2 {text-align: center;}
.content_1,
.content_2,
.content_4 {
    padding:0 20px 20px;
}
.content_1 {padding-top: 40px;}
.content_1 h1,
.content_1 h2 {
    margin-top: 40px;
}
.content_1 p {
    margin-top:10px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
.characteristic h2,
.content_3 h2 {
    height: 53px;
    line-height: 60px;
    margin: auto;
}
.characteristic h2 {
    color: #fff;
}
.content_2 h2 {
    margin-top: 40px;
    text-align: center;
}
.content_2 p {
    margin:20px 0;
    line-height: 1.8;
}
.content_2 table {
    border: 1px solid #dbdbdb;
    background: #fff;
    margin-bottom: 40px;
}
.content_2 th {
    width: 96px;
    padding: 9px 15px;
    vertical-align: middle;
    color: #666;
}
.content_2 td {
    padding: 9px 15px;
    line-height: 1.7;
    text-align: center;
    vertical-align: middle;
}
.content_2 td.last_td {
    width: 400px;
    text-align: left;
}
.level_icons {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.trustIcon {
    background: url(../images/lock.png) no-repeat;
}
.starIcon {
    background: url(../images/star.png) no-repeat;
}
.grey_d {background: #f0f0f0;}
.green_d {background: #90edab;}
.green_l {background: #d1fae2;}
.blue_1_d {background: #99cdf9;}
.blue_2_d {background: #b3ddf5;}
.blue_1_l {background: #c5eaff;}
.blue_2_l {background: #d9effd;}
.btn a {
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    background: #f05c3e;
    border-bottom: 2px solid #bf4900;
    margin: auto;
    color: #fff;
    text-shadow: 0 1px 2px #808080;
    text-decoration: none;
    box-shadow: inset 0 -1px 1px #fc906c;
    border-radius: 3px;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;    
}
.btn a:hover {
    background: #ff7256;
}
.btn a:active {
    background: #db4223;
    box-shadow: none;
}
.content_3 h2 {
    color: #ac2f0e;
    text-align: center;
}
.color_3_wrapper {
    background: #fbd87e;
}
.content_3 {
    padding: 20px 0 40px;
    font-size: 18px;
}
.step_list {
    width: 100%;
    margin-top: 30px;
}
.step_list_img {width: 100%;}
.step_list li {
    color: #ac2f0e;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.color_bg {background: #f5fbff;}
.content_4 {padding-top: 20px;}
.content_4 h2 {text-align: center;}
.content_4 p {
    margin-top:20px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
table .tit a {text-decoration: none;}
.table_1024 {display: none;}
/*content }*/
.footer {margin-top: 0}