.bd li{
}
.footer_fixed{
    position: fixed;
    left:0;
    bottom: 0;
    z-index: 40;
    width: 100%;
    background: rgba(0,0,0,.7);
    height: 90px;
    display: none;
}
.footer_fixed .box{
    position: relative;
    height: 90px;
}
.footer_fixed .house{
    position: absolute;
    bottom: 0;
    left:0;
}
.footer_fixed .right{
    text-align: right;
    margin-top: 25px;
}
.footer_fixed .text1{
    width: 220px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.footer_fixed .sub{
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #FFFFFF;
    background: #7d0000;
}
.nday1{

    margin-bottom: 60px;
}
.nday1 .left{
    width: 45%;
    float: left;
    /*background: #dddddd;*/
    border-radius: 5px;
    box-sizing: border-box;
    /*background: #c0a75e;*/
    padding: 10px;
    background: #fde8c7;
}
.nday1 .left_bg{
    /*background: #c0a75e;*/
    padding: 15px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    border:1px dashed rgba(172,23,23,.5);
}
/*.nday1 .title .number{*/
/*float: right;*/
/*font-size: 18px;*/
/*color: #555555;*/
/*}*/
/*.nday1 .title .number span{*/
/*font-size: 26px;*/
/*color: #ffd200;*/
/*}*/
.number{
    font-size: 26px;
    /* text-shadow:  0 0 2px #000; */
    margin: 25px 0 20px 0;
    font-weight: bold;
}
.number span{
    font-size: 30px;
    color: #e94f25;
}
.nday1 .right{
    width:50%;
    float: right;
}
.nday1 .left li{
    font-size: 15px;
    line-height:2.8;
    color: rgba(255,255,255,1);
    box-sizing: border-box;
    padding: 0 15px;
}
.nday1 .left li:nth-child(odd){
    color: #3e3e3f;
}
.nday1 .title{
    font-size: 22px;
    color: #ac1717;
    font-weight: bold;
}
.nday1 .txtMarquee-top{
    /*background: #ffa801;/*/
    margin: 20px 0 10px 0;
    border:1px solid rgba(255,255,255,.2);
}
.infoList li{
    /*background: #c7c6c6;*/
    /*background:rgba(162,135,56,.8) ;*/
    /*background: rgba(255,255,255,.2);*/
}
.infoList li:nth-child(even){
    background:#e94f25;
}
.nd_title{
    padding-top: 47px;
    color: #333;
    text-align: center;
    font-size: 32px;
    line-height: 56px;
}
.nd_title img{
    margin: 0 20px;
}
.nd_title img:last-child{
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
}
.nday1 .text1{
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    margin: 30px auto;
    border-radius: 5px;
    /*box-shadow: 0 0 5px 0 rgba(172,23,23,.5);*/
    /*background:#fcf8f8;*/
    /* border:1px solid #a40000; */
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(172,23,23,.5);
    width: 80%;
    display: block;
}
.nday1 .text1:focus{
    box-shadow: 0 0 5px 0 rgba(172,23,23,.5);
    border-color: #e94f25;
}
.nday1 .s_title{
    font-size: 26px;
    color: #a40000;
    font-weight: bold;
    line-height:70px;
    width: 100%;
    margin:0 auto 10px auto;
    background: url('/static/new_style/about/NationalDayImg/brand.png') center center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.nday1 .submit{
    display: block;
    background: #ac1717;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: 230px;
    border-radius: 5px;
    margin:20px auto 0  auto;
    padding: 0;
}
.hd_rule{padding-bottom: 10px;}
.rule_title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #a40000;
    padding-left: 20px;
    margin-top: 80px;
    border-left: 3px solid #a40000;
}
.rule_yonghu{
    margin: 30px 0;
    text-align: left;
}
.rule_yonghu li{
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    background: transparent;
    padding: 0 10px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.rule_yonghu li.on{
    /* border-bottom-color: #e94f25; */
    background: #ac2727;
    color: #fff;
    border-radius: 5px;
}
.rule_contanier{
    margin-bottom: 60px;
}
.rule_contanier li{
    display: none;
}
.rule_contanier table{
    border-collapse: collapse;
    width: 100%;
    border:1px solid #cccccc;
}
.rule_contanier td{
    border: 2px solid #e94f25;
    padding: 10px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.rule_contanier td span{
    color: #7d0000;
    font-size: 22px;
    font-weight: bold;
    margin: 0 10px;
}
.rule_contanier th{
    background: #e94f25;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    line-height: 90px;
    text-align: center;
    border: 2px solid #e94f25;
}
.section2{
    background: #F9F9F9;
    padding: 10px 0 10px;
    /* margin: 60px 0; */
}
.nd_title p{
    font-weight: normal;
    font-size: 22px;
    margin-top: 10px;
}
.ques_list{

    position: relative;
}
.ques_list .right{
    width: 33%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ques_list ul{
    width: 65%;
    float: left;
    padding-bottom: 30px;
}
.ques_list li{
    width: 47%;
    float: left;
    padding: 40px 0 30px;
    border-bottom: 1px solid #dddddd;
    height: 160px;
    box-sizing: border-box;
}
.ques_list li:nth-child(even){
    width: 53%;
    padding-left: 6%;
}
.ques_list li:nth-child(5),.ques_list li:nth-child(6){
    border-bottom: 0;
}
.ques_list .t1{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    background: #FFFFFF;
    text-align: center;
    font-size: 24px;
    float: left;
    border:1px solid rgba(0,0,0,.1);
}
.ques_list .t2{
    width: calc(100% - 90px);
    float: right;
    margin-top: 5px;
}
.ques_list .t2_1{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.ques_list .t2_2{
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin: 10px 0;
}
.ques_list .t3{

}
.ques_list .t3_1{

}
.ques_list .t3_2{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin: 10px auto;
}
.ques_list .t3_2 span{
    color: #dd2727;
}
.ques_list .t3_3{
    color: #000000;
}
.ques_list .t3_3 span{
    width: 30px;
    line-height: 30px;
    display: inline-block;
    background: #000000;
    color: #fff100;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
}
.section3{

    padding: 50px 0 10px 0;
}
.section3 .left{
    width:20%;
    float: left;
}
.section3 .right{
    width: 75%;
    float: right;
}
.section3 .left a{
    width: 20%;
    float: left;
    position: relative;
    box-sizing: border-box;
    border-right: 3px solid #FFFFFF;
    background: #F9F9F9;
    height: 500px;
    cursor: pointer;
}
.section3 .left a.on:after,.section3 .left a:hover:after{
    height: 100%;
}
.section3 .left a:hover span,.section3 .left a.on span{
    color: #FFFFFF;
}
.section3 .left a:after{
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    z-index: 2;
    content: '';
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #2c5ba4;
}
.section3 .left .t2{
    margin: 30px 0 0;
}
.section3 .left a span{
    display: block;
    width: 20px;
    color: #333333;
    font-size: 15px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 5;
}
.section3 .t1{
    font-size: 30px;
    color: #2c5ba4;
    /* font-weight: bold; */
    /* text-shadow: 0 0 2px #000; */
}
.section3 .right li{
    display: none;
}
.section3 .t3{
    font-size: 22px;
    /* font-weight: bold; */
    color: #333333;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    /* padding:0 0 10px   0; */
}
.section3 .t4{
    font-size: 14px;
    line-height:2;
    color: #666666;
    margin: 30px  0 0 0;

}
.section3 .t4 p{
    text-indent: 2em;
    color: #666666;
    margin-bottom: 10px;
}
.liucheng_lists{
    padding: 20px 0 50px 0;
}
.liucheng_lists li{
    width: 22.75%;
    float: left;
    background: #FFFFFF;
    height:200px;
    margin:10px 3% 10px 0 ;
    box-sizing: border-box;
    padding:2%;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
.liucheng_lists li:last-child{
    margin-right: 0;
}
.liucheng_lists .t1{
    font-size: 17px;
    font-weight: bold;
    color: #e94f25;
}
.liucheng_lists .t2{
    width: 30px;
    height: 2px;
    background: #e94f25;
    margin: 10px 0;
}
.liucheng_lists .t3{
    font-size: 12px;
    line-height: 1.8;
    color: #666666;
}
.ts2{
    font-size: 20px;
    border-left: 3px solid #dd2727;
    padding-left: 10px;
    font-weight: bold;
    color: #dd2727;
}
.tl-banner {
    margin: 30px 0 75px 0;
    height: 400px;
    overflow: hidden;
}

.fw2 ul.fw2-list {
    padding: 20px 0 40px 0;
}

.fw2 .fw2-list li {
    width: 32.5%;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin: 5px 0;
    background-color: #fafafa;
    float: left;
    z-index: 0;
}

.fw2 .fw2-list li:nth-child(3n-1) {
    margin: 5px 1.25%;
}

.fw2-list a {
    width: 100%;
    height: 100%;
    display: block;
}



.fw2-list .top-lan {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    background: rgba(0,0,0,.7);
    padding: 8px;
    box-sizing: border-box;
}


.fw2-more .tras-right {
    border-right-color: #FFFFFF;
    margin-top: 0px;
}

.contacts2 .money-ul ul {
    width: 180px;
}

.third-list li {
    transition: all .6s;
    -webkit-transition: all .6s;
    float: left;
    width: 13%;
}

.third-list li.on {
    width: 35%;
}

.third-list li a {
    width: 483px;
    display: block;
    transition: all .6s;
    -webkit-transition: all .6s;
    position: relative;
}

.third-list li .imgs {
    width: 100%;
    height: 500px;
    display: block;
    background-size: cover;
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.third-list li a .imgs:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.third-list li.on .imgs {
}

.third-list li.on .imgs:after {
    width: 10%;
    opacity: 0;
}

.third-list .lans {
    width: 65px;
    border-top: 2px solid #dd2727;
    vertical-align: top;
    padding-top: 25px;
    position: absolute;
    top: 50px;
    left: 40px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    z-index: 5;
}

.third-list li:nth-child(2) .lans {
    top: 70px;
}

.third-list li:nth-child(3) .lans {
    top: 100px;
}

.third-list li:nth-child(4) .lans {
    top: 120px;
}

.third-list li:nth-child(5) .lans {
    top: 100px;
}

.third-list li:nth-child(6) .lans {
    top: 70px;
}

.third-list li.on .lans {
    top: 50px;
    border-top-color: #AC1717;
}

.third-list .lans .t1 {
    font-size: 18px;
    color: #dd2727;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(90deg);
    display: inline-block;
    width: 500px;
    position: absolute;
    top: 240px;
    left: -243px;
}

.third-list .lans .t2 {
    font-size: 22px;
    line-height: 1;
    width: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    white-space: normal;
    font-weight: bold;
}

.third-list li.on .t1 {
    font-size: 22px;
    color: #AC1717;
}

.third-list li.on .t2 {
    font-size: 30px;
    width: 25px;
    color: #000;
    text-shadow: 0 0 5px rgba(255,255,255,1);
}

.third .indextitle, .fourth .indextitle {
    margin-left: -145px;
}
.why_list{background: #FFFFFF;margin: 30px 0 70px 0;}
.why_list .i1{
    width:45px;
    height: 90px;
}
.why_list li{
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,.1);
    float: left;
    padding:3% 10px;
    position: relative;
    height: 210px;
}
.why_list li:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0%;
    left:0%;
    z-index: 1;
    content: '';
    transition: all .3s;
    border-radius: 5px;
    -webkit-transition: all .3s;
}
.why_list li:hover:before{
    position: absolute;
    width: 110%;
    height: 110%;
    top:-5%;
    left:-5%;
    z-index: 1;
    content: '';
    background: #e94f25;
}
.why_list li:last-child{
    border:0;
}
.why_list li .imgs{
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 3;
}
.why_list .lans{
    position: relative;
    z-index: 3;

}
.why_list li:hover .i1{
    margin-top: -45px;
}
.why_list  .t2{
    width: 80%;
    margin: auto;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    text-align: center;
}
.why_list li:hover .t1{
    color: #FFFFFF;
}
.why_list  .t1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px 0;
}
.why_list li:hover .t2{
    color: rgba(255,255,255,.9);
}
.form1{margin: 25px 0 60px 0;}
.form1 .text1{
    width: 35.25%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border:1px solid #dddddd;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    box-shadow: 0 0 5px 0 rgba(172,23,23,.5);
}
.form1 .sub{
    width: 25.5%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    background: #7d0000;
    color: #FFFFFF;
    font-size: 18px;
}
.rongyu{
    display: block;
    margin-bottom: 50px;
}
input{
    font-family:  'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section3 .t4 img{
    max-width: 100%;
}
.banner_pc{
    display: block;
}
.banner_sj{
    display: none;
}
.numbers{
    float: right;
}
.iphones_fixed{
    display: none;
}
@media screen and (max-width: 1200px){
    .iphones_fixed{
        display: block;
        position: fixed;
        width: 100%;
        bottom: 60px;
        left:0;
        background: #e94f25;
        font-size: 14px;
        line-height: 40px;
    }
    .iphones_fixed li{
        color: #FFFFFF;
    }
    .iphones_fixed li:first-child{
        box-sizing: border-box;
        border-right: 1px solid rgba(255,255,255,.2);
    }
    .iphones_fixed li{
        width: 50%;
        text-align: center;
        float: left;
    }
    .nday1 .left{
        width: 100%;
        float: none;
    }
    .nd_title,.nday1 .title{
        font-size: 18px;
    }
    .nd_title img{
        margin: 0 5px;
    }
    .number{
        font-size: 16px;
        margin: 0;
    }
    .nday1 .left li{
        font-size: 12px;
    }
    .nday1 .right{
        width: 100%;
        float: none;
    }
    .nday1 .s_title{
        font-size: 17px;
        line-height: 50px;
        height: 50px;
    }
    .ques_list ul{
        width: 100%;
    }
    .ques_list .t1{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 5px;
    }
    .nday1 .text1{
        line-height: 40px;
        height: 40px;
        margin: 20px auto;
    }
    .nday1 .submit{
        width: auto;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }
    .nday1 .right{
        margin-top: 10px;
    }
    .nday1{
        margin-bottom:30px
    }
    .ques_list .t2{
        width: calc(100% - 50px);
        margin-top: 0;
    }
    .nd_title p{
        font-size: 15px;
    }
    .ques_list .t2_1{
        font-size: 15px;
    }
    .ques_list .t2_2{
        font-size: 13px;
        margin-bottom: 0;
    }
    .ques_list .right{
        display: none;
    }
    .ques_list .t3_2{
        font-size: 16px;
    }
    .ques_list li{
        width: 100%;
        padding:15px 0;
        height: auto;
    }
    .ques_list li:nth-child(even){
        width: 100%;
        padding-left: 0%;
    }
    .section3 .left{
        width: 100%;
        float: none;
    }
    .section3{
        padding: 30px 0;
    }
    .section3 .left a{
        width: auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 10px;
        border-radius: 30px;
        margin: 0 5px;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
        display: inline-block;
        float: none;
    }
    .section3 .left a span{
        position: static;
        top:0;
        left:0;
        transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
        width: auto;
        font-size: 12px;
    }
    .section3 .left a:after{
        display: none;
    }
    .section3 .left a.on{
        background: #dd2727;
    }
    .section3 .right{
        width: 100%;
        float: none;
    }
    .section3 .t3{
        font-size: 18px;
        line-height: 1.8;
        padding: 20px 0;
    }
    .ques_list li:nth-child(6){
        display: none;
    }
    .footer_fixed{
        display: none!important;
    }
    .why_list{
        background: transparent;
        margin: 5px 0 30px 0;
    }
    .why_list li{
        width: 50%;
        margin: 10px 0;
        background: #FFFFFF;
        padding: 15px 10px;
        height: 160px;
    }
    .why_list .t1{
        font-size: 14px;
        margin: 10px 0;
    }
    .why_list .t2{
        font-size: 12px;
        width: 100%;
    }
    .why_list .i1{
        width: 40px;
    }
    .why_list li:hover .i1{
        margin-top: -40px;
    }
    .ts2{
        font-size: 16px;
    }
    .section3 .t1{
        font-size: 18px;
    }
    .nday1 .left_bg{
        padding: 10px 15px;
    }
    .number span{
        font-size: 23px;
    }
    .fw2 .fw2-list li{
        height: 130px;
    }
    .fw2-list .top-lan{
        display: none;
    }
    .sj_none{
        display: none!important;
    }
    .rule_contanier td{
        font-size: 13px;
    }
    .rule_contanier th{
        font-size: 18px;
        line-height: 3;
    }
    .form1 .text1,.form1 .sub{
        font-size: 12px;
        width: 100%;
        max-width: 500px;
        display: block;
        margin: auto;
        margin-bottom: 15px;
        padding: 0  20px;
        box-sizing: border-box;
    }
    .form1 .sub{
        font-size: 16px;
    }
    .nd_title{
        margin: 35px 0 20px 0;
    }
    .fw2 ul.fw2-list{
        padding: 10px 0 30px 0;
    }
    .form1{
        margin: 20px 0 20px 0;
    }
    .rongyu{
        margin-bottom: 70px;
    }
    .rule_yonghu li{
        font-size: 14px;
        margin-right: 10px;
    }
    .section2{
        padding:1px 0;
    }
    .rule_contanier{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 800px){
    .fw2 .fw2-list li{
        height: 67px;
    }
    .section3 .t4 p{
        display: none;
    }
    .section3 .t4{
        margin: 0;
    }
    .section3 .t3{
        font-size: 16px;
    }
    .section3 .left .t2{
        margin: 20px  0 0;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 20px;
        overflow: scroll;
    }
    .banner_pc{
        display: none;
    }
    .banner_sj{
        display: block;
    }
}

.footer_fixed .top_pc{
    display: block;
    margin-top: -60px;
    cursor: pointer;
}
.topsj{
    position: fixed;
    bottom: 60px;
    left:0;
    width:40px;
    background:#FFFFFF;
    border-radius:50%
}
.topsj img{
    width:40px
}