html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
a{
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    border:none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
.wrapper{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    height: 100%;
    overflow: hidden;
}
.header{
    width:100%;
    height:90px;
    background: #fff;
}
.wrapper .content{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    overflow:auto;
}
.swiper-wrapper,.swiper-container{
    position: relative;
    width: 100%;
    height: 874px;
}
.pics{
    position: relative;
    width: 100%;
    height: 874px;
    overflow: hidden;
}
.swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.inner{
    height:1200px;
}
.logo{
    position: absolute;
    left:17%;
    top:21px;
    width: 326px;
    height:46px;
    background: url(../images/logo.png) no-repeat;
}
.navs{
    line-height:30px;
    position: absolute;
    right:15%;
    top:35px;
}
.navs a{
    margin-left: 20px;
    padding: 0 12px;
    float: left;
    cursor: pointer;
    color:rgb(51,51,51);
    border-radius: 50px;
}
.navs a:hover{
    background: #ff4b44;
    color: #fff;
}
.login_block,.login_block2{
    position: absolute;
    top:18%;
    width:464px;
    padding-top:70px;
    padding-bottom: 20px;
    left:50%;
    margin: 0 -232px;
    background: #fff;
    border-radius: 16px;
}
.login_block2{
    top:13%;
}
.login_block .title{
    position: absolute;
    left:102px;
    top:-48px;
    width: 272px;
    height:100px;
    background: url(../images/title.png) no-repeat;
}
.login_block input{
    display: block;
    width: 380px;
    height: 60px;
    padding-left: 18px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid rgb(191,191,191);
    border-radius: 8px;
    font-size: 20px;
    background: rgb(249,249,249);
}
.phone_code{
    position: relative;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.phone_code input{

    width:170px;
    margin-left: 0;

}
.phone_code a{
    position: absolute;
    right:0;
    top:0;
    width: 190px;
    height:64px;
    text-align: center;
    line-height: 62px;
    background: rgb(243,43,74);
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.phone_code img{
    position: absolute;
    right:0;
    top:0;
    width: 190px;
    height:64px;
}
.phone_code span{
    margin-left: 0;
}
.other{
    width: 400px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
}
.other .register{
    float: left;
    cursor: pointer;
}
.other .forget{
    float: right;
}
.other a, .other span{
    color:rgb(153,153,153)
}
.bt_login{
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 62px;
    line-height: 62px;
    background: rgb(243,43,74);
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor:pointer;
}
#err_msg,#err_phone{
    margin-bottom: 10px;
    margin-left: 32px;
    color: rgb(243,43,74);
}
.tips{
    margin-left: 32px;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 20px;
}
.note_true,.note_false,.note_com{margin-left:30px;margin-bottom:15px;border: none;background:url(../images/val.png) 0 0 no-repeat;padding:0 0 0 20px;display:inline-block;font-size:14px;height:16px;line-height:16px;}
.note_true {color: green;background-position:0 -756px;}
.note_false {color: red;background-position:0 -726px;}
.note_false {color: red;background-position:0 -726px;}
.note_com{color:#999;background-position:0 -694px;}

@media screen and (max-width: 1100px) {
    .navs{
        position: absolute;
        right:5%;
        top:38px;
    }
    .navs a{
        float: left;
        cursor: pointer;
        margin-right: 15px;
        color:rgb(51,51,51)
    }
}

.indexWrapper{
    position:relative;
    overflow: hidden;
}
.index_inner{
    width:1272px;
    margin: 0 auto;
    padding-top: 108px;
}
.index_inner>section{
    margin-bottom: 108px;
}
.index_inner>section h2{
    position: relative;
    font-size: 32px;
    color:rgb(52,52,52);
    text-align: center;
}
.index_inner>section h2 i{
    position: absolute;
    width: 60px;
    height:4px;
    top:50px;
    left:50%;
    margin: 0 -30px;
    background: rgb(243,43,73);
}
.index_inner .block1 span{
    float: left;
}
.index_inner .block1 .plane{
    display: block;
    width: 462px;
    height:450px;
    background: url(../images/plan.jpg) no-repeat;
    background-size:100% 100%;
}
.index_inner .block1 div div{
    float: right;
    margin-top: 120px;
    margin-right:120px;
}
.index_inner .block1 div div p{
    position: relative;
    margin-bottom: 16px;
    font-size: 18px;
}
.index_inner .block1 div div p:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left:-25px;
    top:4px;
    background: rgb(243,43,73);
    -webkit-transform: rotate(45deg);
}
.index_inner .block2>div{
    padding-left: 100px;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.index_inner .block2 h2{
    margin-bottom: 100px;
}
.index_inner .block2 h3{
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}
.index_inner .t1:after,
.index_inner .t2:after,
.index_inner .t3:after,
.index_inner .t4:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left:-65px;
    top:-15px;
}
.index_inner .t1:after{
    background: url(../images/icon1.jpg)
}
.index_inner .t2:after{
    background: url(../images/icon2.jpg)
}
.index_inner .t3:after{
    background: url(../images/icon3.jpg)
}
.index_inner .t4:after{
    background: url(../images/icon4.jpg)
}
.index_inner .block2 p{
    font-size: 16px;
    line-height: 140%;
}
.index_inner .block3 h2{
    margin-bottom: 80px;
}
.block3 .ad{
    display: block;
    width: 1034px;
    height:314px;
    margin: 0 auto;
    background: url(../images/flow.jpg) no-repeat;
    background-size:100% 100%;
}
.index_inner .block4 h2{
    margin-bottom: 80px;
}
.block4 .reason{
    display: block;
    width: 608px;
    height:358px;
    margin: 0 auto;
    background: url(../images/reason.jpg) no-repeat;
    background-size:100% 100%;
}
.block5 .btns span,
.block5 .btns strong,
.block5 .btns a{
    float: left;
    width: 160px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
    border-radius: 18px 18px 0 0;
    color:#fff;
    font-size: 24px;
    margin-bottom: -1px;
    cursor: pointer;
}
.block5 .btns span{
    background: rgb(255,166,10);
}
.block5 .btns strong{
    background: rgb(226, 71, 74);
}
.block5 .btns a{
    background:#C490C0;
}

.contents > div.tab-pane {
    display: none;
}
.contents table{
    width: 1272px;
    border-right: 1px solid rgb(102,102,102);
    border-bottom: 1px solid rgb(102,102,102);
    overflow: hidden;
}
#tab-1 table thead th{
    background: rgb(255,166,10);
}
#tab-2 table thead th{
    background: rgb(226, 71, 74);
}
#tab-3 table thead th{
    background: #C490C0;
}
.contents table>thead th{
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border: 1px solid rgb(102,102,102);
    border-bottom: none;
    font-weight: normal;
}
.contents table>tbody td{
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: rgb(102,102,102);
    border: 1px solid rgb(102,102,102);
    font-size: 24px;
}




.contents section{
    display: none;
    width: 1272px;
    border-right: 1px solid rgb(102,102,102);
    border-bottom: 1px solid rgb(102,102,102);
    overflow: hidden;
}
.contents section>div{
    float: left;
}
.contents section>div h3,
.contents section>div h4{
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: rgb(255,166,10);
    border: 1px solid rgb(102,102,102);
    border-right: none;
    border-bottom: none;
    font-weight: normal;
}
.contents section>div h3{
    width: 400px;

}
.contents section>div h4{
    width: 234px;
}
.contents section>div p{
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: rgb(102,102,102);
    border: 1px solid rgb(102,102,102);
    border-bottom: none;
    border-right: none;
    font-size: 24px;
}
.indexWrapper .cir{
    position:absolute;
    display:block;
    border-radius:100%;
    background:rgb(243,43,73)
}
.indexWrapper .cir1{
    width:200px;
    height:200px;
    top:-100px;
    left:-100px;
}
.indexWrapper .cir2{
    width:100px;
    height:100px;
    top:1450px;
    left:-60px;
    background:rgb(248,82,107)
}
.indexWrapper .cir3{
    width:200px;
    height:200px;
    top:2200px;
    left:-110px;
}
.indexWrapper .cir4{
    width:200px;
    height:200px;
    top:700px;
    right:-110px;
}
.indexWrapper .cir5{
    width:60px;
    height:60px;
    top:700px;
    right:50px;
    background:rgb(248,82,107)
}
.indexWrapper .cir6{
    width:100px;
    height:100px;
    top:1800px;
    right:-60px;
    background:rgb(248,82,107)
}
.indexWrapper .cir7{
    width:100px;
    height:100px;
    top:2900px;
    right:-60px;
    background:rgb(248,82,107)
}
