html,body{
    width: 100%;
    min-width: 1000px !important;
}

body{
    height: 34.12rem;
    background: url("../img/bg.jpg") no-repeat;
    background-size: 100% auto;
}

.test_bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 5000px;
    background-image: url("../img/all.jpg");
    background-repeat: no-repeat;
    background-position:top center;
    background-size: 100% auto;

    
}
/* section_1 start */
.section_1{
    width:100%;
    height:10.48rem;
    background: url("../img/top/top_bg.jpg") no-repeat;
    background-size: 100% auto;
    position: relative;  
}
.section_1 .light_left{
    position: absolute;
    left: 0;
    top:0;
    width: 7.34rem
}
.section_1 .light_right{
    position: absolute;
    right: 0;
    top:0;
    width: 7.34rem
}
.section_1 .top_center{
    width: 9.65rem;
    height: 6.99rem;
    background: url(../img/top/top_center_bg.png) no-repeat;
    background-position-y: 0.64rem;
    background-size: 100% auto;
    margin: 0 auto;
    z-index: 20;
    padding-top: 0.64rem;
    position: relative;
}

.section_1 .top_center .top_zmd{
    position: absolute;
    left: 0.32rem;
    top: 2.06rem;
    width: 8.95rem;
    height: 6.99rem;
    background: url(../img/top/top_center_nhd.png) no-repeat;
    background-size: 100% auto;
    ;-webkit-animation:shanshuo 1.6s infinite ease-in-out;
	animation:shanshuo 1.6s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
    /* animation-iteration-count:4; */
    /* -webkit-animation-iteration-count:4; */

}

.section_1 .top_center .top_zmdian{
    position: absolute;
    left: 0.44rem;
    top: 2.22rem;
    width: 0.44rem;
    height: 0.44rem;
    background: url(../img/top/nhd_dian.png) no-repeat;
    background-size: 100% auto;
    animation:dianmove2 8s;
    animation-iteration-count:1;
}

@keyframes shanshuo{
    0% {
        opacity:0.2;
        filter:alpha(opacity=20);
    }
    25% {
        opacity:0.6;
        filter:alpha(opacity=60);
    }
    
    40% {
        opacity:1;
        filter:alpha(opacity=100);
    }

    60% {
        opacity:1;
        filter:alpha(opacity=100);
    }
    
    75% {
        opacity:0.6;
        filter:alpha(opacity=60);
    }

    100% {
        opacity:0.2;
        filter:alpha(opacity=20);
        
    }
}
@-webkit-keyframes shanshuo{
    0% {
        opacity:0.2;
        filter:alpha(opacity=20);
        -webkit-transform:scale(1);
    }
    50% {
        opacity:0.5;
        filter:alpha(opacity=50);
        -webkit-transform:scale(1.12);
    }
    100% {
        opacity:0.2;
        filter:alpha(opacity=20);
        -webkit-transform:scale(1);
    }
}

.section_1 .top_center .top_center_title img{
    width: 6.88rem;
    margin: 2.27rem auto 0;
    display: block;
}

.section_1 .top_center .top_center_title .hat{
    width: 1.19rem;
    position: absolute;
    right: 2.02rem;
    top: 0.24rem;
    
}

.hat_animal1{

    animation:myup 1.2s infinite;
    -webkit-animation:myup 1.2s infinite; /*Safari and Chrome*/
    animation-iteration-count:1;
}

.hat_animal2{

    animation:mymove 0.5s infinite;
    /* animation-iteration-count:5; */
    -webkit-animation:mymove 0.5s infinite; /*Safari and Chrome*/
    /* -webkit-animation-iteration-count:5; */
}

@keyframes myup{
    50%{
        transform:translateY(-1.5rem);
        -ms-transform:translateY(-1.5rem);
        -moz-transform:translateY(-1.5rem);
        -webkit-transform:translateY(-1.5rem);
        -o-transform:translateY(-1.5rem);
    }
}

@keyframes mymove{
    50%{
        transform:rotate(9deg);
        -ms-transform:rotate(9deg); /* Internet Explorer */
        -moz-transform:rotate(9deg); /* Firefox */
        -webkit-transform:rotate(9deg); /* Safari 和 Chrome */
        -o-transform:rotate(9deg); /* Opera */
    }
}

.section_1 .top_center .top_center_title .center_title{
    animation:tobig 0.5s infinite;
    animation-iteration-count:1;
    -webkit-animation:tobig 0.5s infinite; /*Safari and Chrome*/
    -webkit-animation-iteration-count:1;
}

@keyframes tobig{
    0%{
        width: 0rem;
    }
    100%{
        width: 6.88rem;
    }
}


.section_1 .top_center .top_center_zbk{
    width:8.08rem;
    margin: 0 auto;
}
.section_1 .top_center .top_center_zbk .yuan{
    float: left;
    width: 1.12rem;
    margin-top: 0.14rem;
}

.section_1 .top_center .top_center_zbk .mkf{
    float: right;
    width: 1.04rem;
    margin-top: -0.24rem;
    margin-right: 0.14rem;
}

.section_1 .top_center .top_center_zbk .top_center_text{
    display: inline-block;
    width:5.73rem;
}
.section_1 .top_center .top_center_zbk .top_center_text .text{
    width: 3.69rem;
    margin-left: 0.16px;
    margin-bottom: 0.08px;
}
.section_1 .top_center .top_center_zbk .top_center_text .qjleft{
    width: 0.38rem;
    float: left;
    margin-top: 0.34rem;
    margin-left: 0.168rem;
}
.section_1 .top_center .top_center_zbk .top_center_text .qjright{
    width: 0.38rem;
    float: right;
    margin-top: 0.34rem;
}

.section_1 .top_content{
    width: 8.99rem;
    height: 1.34rem;
    background: url(../img/top/content.png) no-repeat;
    background-size: 100% auto;
    margin: 0.708rem auto;
    z-index: 20;
    padding-top: 0.13rem;
    line-height: 0.3rem;
    font-size: 0.19rem;
    text-align: center;
    color: #97382a;
    font-family: "微软雅黑";
}



/* section_1 end */


/* section_2 */
.section_2{
    width: 11.91rem;
    margin: -0.37rem auto;
    z-index: 30;
    position: relative;
}

.section_2 .sec_border_top{
    background: url("../img/content/border_top.png") no-repeat;
    background-size: 100% auto;
    width: 11.91rem;
    height: 2.51rem;
}



.section_2 .sec_title{
    
    background: url(../img/content/sect_2_1_title.png) no-repeat;
    background-size: 100% auto;
    background-position-y: 0.85rem;
    width: 5.78rem;
    height: 2.35rem;
    margin: 0 auto;
    font-size: 0.38rem;
    color:#f9c964;
    text-align: center;
    padding-top: 1.14rem;
    position: relative;
    
    
}
.guang{
    position: absolute;
    width: 5.72rem;
    height: 1rem;
    overflow: hidden;
    left: 0;
    top: 0.9rem;
    border-radius: 0.4rem;
}
.guang2{
    position: absolute;
    width: 7.16rem;
    height: 1.0rem;
    overflow: hidden;
    left: 0;
    top: 0.58rem;
    border-radius: 0.4rem;
}
.guang3{
    position: absolute;
    width: 5rem;
    height: 0.9rem;
    overflow: hidden;
    left: 0rem;
    top: 0.9rem;
    border-radius: 0.4rem;
}


.guang:after,.guang2:after,.guang3:after {
    content: "";
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    width: 0.4rem;
    height: 1.8rem;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    animation: buling infinite 3.6s;
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
}

@-webkit-keyframes buling {
    100% {
      left: 9.6rem; } }
  @-o-keyframes buling {
    100% {
      left: 9.6rem; } }
  @-moz-keyframes buling {
    100% {
      left: 9.6rem; } }
  @keyframes buling {
    100% {
      left: 9.6rem; } }

/* section_2_1 */

.section_2 .sect_2_1{
    height: 7.19rem;
}

.section_2 .sect_2_1 .sec_title img{
    width: 0.56rem;
    vertical-align:middle;
    margin-bottom: 0.17rem;
}
.section_2 .sect_2_1 .sec_title span{
    font-family: "微软雅黑";
    margin: 0 0.19rem;
    background-image:-webkit-linear-gradient(top,#feeecc,#f9c964); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.section_2 .sect_2_1 .sec_content{
    border: 0.086rem solid #fff2cb;
    background: #fda128;
    border-radius:0.17rem;
    box-shadow: 0 0 0.17rem #ffd369;
    box-shadow: inset 0 0 0.17rem #ec7800;
    margin: 0 auto;
    height: 4.82rem;
    width: 11.83rem;
}
.section_2 .sect_2_1 .jiangshi{
    float: left;
    
}
.section_2 .sect_2_1 .jiangshi img{
    width: 3.02rem;
    height: 4.03rem;
    margin-left: 0.87rem;
    margin-top: 0.06rem;
}
.section_2 .sect_2_1 .jiangshi .jiangshi_info{
    color: #fff;
    font-size: 0.25rem;
    margin: -0.3rem 0 0 0.02rem;
    padding-top: 0.08rem;
    width: 4.18rem;
    height: 0.6rem;
    background: #eb3d3e;
    border-radius: 0 0.23rem 0.23rem 0.19rem;
}
.section_2 .sect_2_1 .jiangshi .jiangshi_info img{
    
    width: 0.32rem;
    height:0.32rem;
    margin-bottom: -5px;
}

.section_2 .sect_2_1 .kc_info{
    float: right;
    width: 7.36rem;
}
.section_2 .sect_2_1 .kc_info span{
    display: inline-block;
    font-size: 0.23rem;
    color: #fff;
    background: #de353a;
    width: 1.5rem;
    height: 0.44rem;
    border-radius: 0.16rem;
    text-align: center;
    line-height: 0.44rem;
    vertical-align: middle;

}
.section_2 .sect_2_1 .kc_info p{
    display: inline-block;
    font-size: 0.21rem;
    width: 5.2rem;
    vertical-align: middle;
    background: #ff7e32;
    margin-left: -0.15rem;
    line-height: 0.46rem;
    border: 1px solid #fff;
    padding-left: 0.15rem;
    border-radius: 0.12rem;
    color: #fff;
}

.section_2 .sect_2_1 .kc_info li:nth-child(1){
    height: 1.02rem;
    margin-top: -0.42rem;
}
.section_2 .sect_2_1 .kc_info li:nth-child(3){
    height: 1.02rem;
    margin-top: -0.33rem;
}
.section_2 .sect_2_1 .kc_info li:nth-child(4){
    height: 1.02rem;
    margin-top: -0.16rem;
}
.section_2 .sect_2_1 .kc_info li:nth-child(4) p{
    width: 2.3rem;
}
.section_2 .sect_2_1 .kc_info li:nth-child(5){
    margin-left: 1.68rem;
    margin-top: -0.4rem;
    position: relative;
}
.section_2 .sect_2_1 .kc_info .btn_enter{
    font-size: 0.25rem;
    color: #de353a;
    background: url("../img/content/btn_enter.png") no-repeat;
    background-size: 100% auto;
    font-family: "微软雅黑";
    width: 1.24rem;
    display: inline-block;
    height: 0.5rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: bold;

}
.section_2 .sect_2_1 .kc_info .btn_share{
    font-size: 0.25rem;
    color: #fff;
    background: url("../img/content/btn_share.png") no-repeat;
    background-size: 100% auto;
    font-family: "微软雅黑";
    width: 1.24rem;
    display: inline-block;
    height: 0.5rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: bold;
    margin-left: 0.25rem;
    
}
#bdshare{
    float: inherit !important;
}
span.bds_more, .bds_tools a{
    float: inherit !important;

}
.section_2 .sect_2_1 .kc_info .btn_share span{
    display: inline;
    font-size: 0.25rem;
    color: #fff;
    background: none !important;
    background-size: 100% auto;
    font-family: "微软雅黑";

}

.section_2 .sect_2_1 .kc_info .shijiuke img{
    position: absolute;
    width: 1.23rem;
    right: 0.81rem;
    bottom: 0.13rem;
}


/* section_2_2 */

.section_2 .sect_2_2{
    height: 8.1rem;
}

.section_2 .sect_2_2 .sec_title img{
    width: 0.56rem;
    vertical-align:middle;
}
.section_2 .sect_2_2 .sec_title span{
    font-family: "微软雅黑";
    margin: 0 0.19rem;
    background-image:-webkit-linear-gradient(top,#feeecc,#f9c964); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.section_2 .sect_2_2 .sec_content{
    border: 0.086rem solid #fff2cb;
    background: #fda128;
    border-radius: 0.17rem;
    box-shadow: 0 0 0.17rem #ffd369;
    box-shadow: inset 0 0 0.17rem #ec7800;
    margin: 0 auto;
    height: 4.2rem;
    width: 11.83rem;
    position: relative;
}

.section_2 .sect_2_2 .sec_content .katong{
    position: absolute;
    width: 1.52rem;
    bottom: 0;
    right: 0;
}

.section_2 .sect_2_2 .per_list{
    width: 9.86rem;
    margin: 0.55rem 2.85rem;
}

.section_2 .sect_2_2 .per_list li{
    float: left;
    width: 1.35rem;
    background: url(../img/content/sect_2_2_p.png) no-repeat;
    background-size: 100% auto;
    text-align: center;
    margin-right: 0.35rem;
    border-radius: 70%;
    cursor: pointer;
}
.section_2 .sect_2_2 .per_list li:last-child{
    margin-right: 0;
}

.section_2 .sect_2_2 .per_list .on{
    
    background: url(../img/content/sect_2_2_pon.png) no-repeat;
    background-size: 100% auto;
    background-position-y: 0px;
    height: 104px;
    padding-top: 15px;
    margin-top: -15px;
}

.section_2 .sect_2_2 .per_list li img{
    width: 1.11rem;
    margin: 4px 3px 0 0;
}
.section_2 .sect_2_2 .jiangshi_list{
    position: relative;
    display: none;
    height: 4.05rem;
}

.section_2 .sect_2_2 .show{
    display: block;
}

.section_2 .sect_2_2 .jiangshi{
    float: left;
    background: url(../img/content/jiangshi_bg.png) no-repeat;
    background-size: 85% auto;
    background-position-y: 1.2rem;
    background-position-x: 0.7rem;
    width: 4.2rem;
    
}
.section_2 .sect_2_2 .jiangshi img{
    width: 3.02rem;
    height: 4.03rem;
    margin-left: 0.99rem;
    margin-top: 0.06rem;
}
.section_2 .sect_2_2 .jiangshi .jiangshi_name{
    position: absolute;
    left: 3.51rem;
    top: 1.32rem;
    color: rgb(0, 0, 0);
    font-size: 0.36rem;
    font-weight: bold;
    width: 0.32rem;
    height: 0.65rem;
    line-height: 0.48rem;
    color: #f3ece9;
}
.section_2 .sect_2_2 .jiangshi .jiangshi_info{
    position: absolute;
    left: 0.95rem;
    bottom: 0.38rem;
    color: rgb(0, 0, 0);
    font-size: 0.25rem;
    width: 2.55rem;
    height: 0.65rem;
    line-height: 0.55rem;
    background: url(../img/content/jiangshi_zhiwei_bg.png) no-repeat;
    background-size: 100% auto;
}
.section_2 .sect_2_2 .jiangshi .jiangshi_info img{
    
    width: 0.32rem;
    height:0.32rem;
    margin-bottom: -5px;
}

.section_2 .sect_2_2 .jiangshi .jiangshi_info span{  
    margin-left: 0.5rem;
    line-height: 0.5rem;
}

.section_2 .sect_2_2 .jiangshi_info_all{
    float: right;
    width: 7.36rem;
}

.section_2 .sect_2_2 .jiangshi_info_all p{
    background: url(../img/content/jiangshi_info_bg.png) no-repeat;
    background-size: 100% auto;
    color: #be1d1e;
    font-size: 0.22rem;
    width: 5.94rem;
    height: 2.5rem;
    margin-top: 0.63rem;
    padding: 0.7rem 0.38rem;
    line-height: 0.36rem;
    font-style: italic;
    font-family: "微软雅黑";
}


/* section_2_3 */

.section_2 .sect_2_3{
    height: 8.55rem;
    background: url("../img/content/border_top2.png") no-repeat;
    background-size: 100% auto;
    width: 11.91rem;
    background-position-y: 1.06rem;
    margin-top: 0.57rem;
}
.section_2 .sect_2_3 .sec_title{
    
    background: url("../img/content/sect_2_3_title.png") no-repeat;
    background-size: 100% auto;
    background-position-y: 0.5rem;
    width: 7.18rem;
    height: 2.04rem;
    padding-top: 0.82rem;
}


.section_2 .sect_2_3 .sec_title img{
    width: 0.56rem;
    vertical-align:middle;
}
.section_2 .sect_2_3 .sec_title span{
    font-family: "微软雅黑";
    margin: 0 0.19rem;
    background-image:-webkit-linear-gradient(top,#feeecc,#f9c964); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.section_2 .sect_2_3 .sec_content{
    border: 0.086rem solid #fff2cb;
    background: #fda128;
    border-radius:0.17rem;
    box-shadow: 0 0 0.17rem #ffd369;
    box-shadow: inset 0 0 0.17rem #ec7800;
    margin: 0 auto;
    height: 6.5rem;
    width: 11.83rem;
}

.section_2 .sect_2_3 .sec_content .jiangzuo_jieshao_list{
    height: 1.27rem;
    width: 98%;
    margin: 0.2rem auto;
}

.section_2 .sect_2_3 .sec_content .jieshao_1{
    float: left;
    background: url("../img/content/jiangzuo_jieshao_bg.png") no-repeat;
    background-size:100% auto;
    width: 3.09rem;
    height: 1.27rem;
    margin-left: 0.2rem;
}
.section_2 .sect_2_3 .sec_content .jieshao_2{
    float: left;
    background: url("../img/content/jiangzuo_jieshao_bg2.png") no-repeat;
    background-size:100% auto;
    width: 3.77rem;
    height: 1.27rem;
    margin-left: 0.2rem;
}
.section_2 .sect_2_3 .sec_content .jieshao_3{
    float: left;
    background: url("../img/content/jiangzuo_jieshao_bg3.png") no-repeat;
    background-size:100% auto;
    width: 3.84rem;
    height: 1.27rem;
    margin-left: 0.2rem;
}

.section_2 .sect_2_3 .jiangzuo_kebiao table{
    width: 96%;
    margin: 0 auto;
}

.section_2 .sect_2_3 .jiangzuo_kebiao table tr{
    height: 0.5rem;
}

.section_2 .sect_2_3 .jiangzuo_kebiao table th{
    border: 1px solid #fff2cb;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size:0.19rem;
    color:#fff;
}
.section_2 .sect_2_3 .jiangzuo_kebiao table td{
    border: 1px solid #fff2cb;
    text-align: center;
    font-size:0.17rem;
    color:#fa0e0e;
}

.section_2 .sect_2_3 .jiangzuo_kebiao th:nth-child(1){
    width: 30%;
}
.section_2 .sect_2_3 .jiangzuo_kebiao th:nth-child(2){
    width: 30%;
}
.section_2 .sect_2_3 .jiangzuo_kebiao th:nth-child(3){
    width: 10%;
}
.section_2 .sect_2_3 .jiangzuo_kebiao th:nth-child(4){
    width: 10%;
}
.section_2 .sect_2_3 .jiangzuo_kebiao th:nth-child(5){
    width: 20%;
}

.section_2 .sect_2_3 .jiangzuo_kebiao th{
    background: -webkit-linear-gradient(#fd724b, #fa0e0e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fd724b, #fa0e0e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fd724b, #fa0e0e); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fd724b, #fa0e0e); /* 标准的语法 */

}

.section_2 .sect_2_3 .jiangzuo_kebiao table tr:nth-child(odd){
    background-color: #fff2e1;
}
.section_2 .sect_2_3 .jiangzuo_kebiao table tr:nth-child(even){
    background-color: #ffffff;
}

.section_2 .sect_2_3 .jiangzuo_kebiao table .btn_baoming{
    background: url("../img/content/btn_baoming.png") no-repeat;
    background-size: 100% auto;
    background-position-y: 0.05rem;

    display: inline-block;
    height: 0.4rem;
    width: 1rem;
    line-height: 0.4rem;
    color: #fff;
}
.section_2 .sect_2_3 .jiangzuo_kebiao table .btn_zixun{
    background: url("../img/content/btn_zixun.png") no-repeat;
    background-size: 100% auto;
    background-position-y: 0.05rem;

    display: inline-block;
    height: 0.4rem;
    width: 1rem;
    line-height: 0.4rem;
    color: #fff;
}
.section_2 .sect_2_4 .jiangzuo_kebiao table .btn_huifang{
    background: url("../img/content/btn_huifang.jpg") no-repeat;
    background-size: 100% auto;
    background-position-y: 0.05rem;

    display: inline-block;
    height: 0.4rem;
    width: 1rem;
    line-height: 0.4rem;
    color: #fff;
}
/* section_2_4 */

.section_2 .sect_2_4{
    height: 7.53rem;
}
.section_2 .sect_2_4 .sec_title{
    width: 5.1rem;
    height: 2.35rem;
    padding-top: 1.1rem;

}

.section_2 .sect_2_4 .sec_title img{
    width: 0.47rem;
    vertical-align:middle;
    margin-bottom: 0.17rem;
}

.section_2 .sect_2_4 .sec_title img:nth-child(3){
    width: 0.8rem;
}

.section_2 .sect_2_4 .sec_title span{
    font-family: "微软雅黑";
    margin: 0 0.19rem;
    background-image:-webkit-linear-gradient(top,#feeecc,#f9c964); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.section_2 .sect_2_4 .sec_content{
    border: 0.086rem solid #fff2cb;
    background: #fda128;
    border-radius:0.17rem;
    box-shadow: 0 0 10px #ffd369;
    box-shadow: inset 0 0 10px #ec7800;
    margin: 0 auto;
    height: 5.2rem;
    width: 11.83rem;
}

.section_2 .sect_2_4 .jiangzuo_kebiao{
    margin-top: 0.2rem;
}

.section_2 .sect_2_4 .jiangzuo_kebiao table{
    width: 96%;
    margin: 0 auto;
}

.section_2 .sect_2_4 .jiangzuo_kebiao table tr{
    height: 0.5rem;
}

.section_2 .sect_2_4 .jiangzuo_kebiao table th{
    border: 1px solid #fff2cb;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size:0.19rem;
    color:#fff;
}
.section_2 .sect_2_4 .jiangzuo_kebiao table td{
    border: 1px solid #fff2cb;
    text-align: center;
    font-size:0.17rem;
    color:#fa0e0e;
}

.section_2 .sect_2_4 .jiangzuo_kebiao th:nth-child(1){
    width: 30%;
}
.section_2 .sect_2_4 .jiangzuo_kebiao th:nth-child(2){
    width: 30%;
}
.section_2 .sect_2_4 .jiangzuo_kebiao th:nth-child(3){
    width: 10%;
}
.section_2 .sect_2_4 .jiangzuo_kebiao th:nth-child(4){
    width: 10%;
}
.section_2 .sect_2_4 .jiangzuo_kebiao th:nth-child(5){
    width: 20%;
}

.section_2 .sect_2_4 .jiangzuo_kebiao th{
    background: -webkit-linear-gradient(#fd724b, #fa0e0e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fd724b, #fa0e0e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fd724b, #fa0e0e); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fd724b, #fa0e0e); /* 标准的语法 */

}

.section_2 .sect_2_4 .jiangzuo_kebiao table tr:nth-child(odd){
    background-color: #fff2e1;
}
.section_2 .sect_2_4 .jiangzuo_kebiao table tr:nth-child(even){
    background-color: #ffffff;
}

.section_2 .sect_2_4 .jiangzuo_kebiao table .btn_baoming{
    background: url("../img/content/btn_baoming.png") no-repeat;
    background-size: 100% auto;
    background-position-y: 0.05rem;

    display: inline-block;
    height: 0.4rem;
    width: 1rem;
    line-height: 0.4rem;
    color: #fff;
}
.section_2 .sect_2_4 .jiangzuo_kebiao table .btn_zixun{
    background: url("../img/content/btn_zixun.png") no-repeat;
    background-size: 100% auto;
    background-position-y: 0.05rem;

    display: inline-block;
    height: 0.4rem;
    width: 1rem;
    line-height: 0.4rem;
    color: #fff;
}


/* section_2_5 */

.section_2 .sect_2_5{
    height: 6.59rem;
}

.section_2 .sect_2_5 .sec_title img{
    width: 0.56rem;
    vertical-align:middle;
    margin-bottom: 0.17rem;
}
.section_2 .sect_2_5 .sec_title span{
    font-family: "微软雅黑";
    margin: 0 0.19rem;
    background-image:-webkit-linear-gradient(top,#feeecc,#f9c964); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.section_2 .sect_2_5 .sec_content{
    border: 0.086rem solid #fff2cb;
    background: #fda128;
    border-radius:0.17rem;
    box-shadow: 0 0 0.17rem #ffd369;
    box-shadow: inset 0 0 0.17rem #ec7800;
    margin: 0 auto;
    height: 3.26rem;
    width: 11.83rem;
}
.section_2 .sect_2_5 .sec_content .erweima{
    float: left;
    width: 2.4rem;
    height: 2.7rem;
    margin-left: 0.6rem;
}

.section_2 .sect_2_5 .sec_content .erweima:nth-child(1){
    margin-left: 1.59rem;
}

.section_2 .sect_2_5 .sec_content .erweima .er_pic{
    background: url("../img/content/erweima_bg.png") no-repeat;
    background-size: 100%;
    margin-left: 0.27rem;
    margin-top: 0.3rem;
    width: 1.86rem;
    height: 2.2rem;
    text-align: center;
    line-height: 63px;

}

.section_2 .sect_2_5 .sec_content .erweima .er_text{
    font-size: 0.12rem;
}


.section_2 .sect_2_5 .sec_content .erweima .er_pic img{
    display: block;
    width: 1.84rem;
}

.section_2 .sect_2_5 .sec_content .erweima .er_pic a{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.4rem;
}

.section_2 .sect_2_5 .sec_content .erweima .er_text{
    text-align: center;
}

.section_2 .sect_2_5 .sec_content .erweima .er_text a{
    text-align: center;
    font-size:0.16rem;
}

.footer{
    width: 100%;
    height: auto;
    min-width: 1000px
}

.zg_footer {
    padding: 24px 0 27px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: 'SimSun';
    background: #430103;
}

.zg_footer a{
    color: #fff;
}

.yijianxiang{
    position: fixed;
    width: 2.44rem;
    left: 0.4rem;
    top: 0px;
    z-index: 999999;
    cursor: pointer;

}

.yijianxiang img{
    width: 2.44rem;
}
.yijianxiang{
    position: fixed;
    bottom: 1.85rem;
    width: 0.92rem;
    left: 0.99rem;
    top: -0.23rem;
}

.yjx_ani1{

    transform-origin: center top;
    animation:zhi_dong 0.8s infinite ease-in-out; /*Safari and Chrome*/
    animation-iteration-count:3;
    animation-direction: alternate;

    -webkit-transform-origin: center top;
    -webkit-animation:zhi_dong 0.8s infinite ease-in-out; /*Safari and Chrome*/
    -webkit-animation-iteration-count:3;
    -webkit-animation-direction: alternate;

}
.yjx_ani2{

    transform-origin: center top;
    animation:zhi_dong2 0.8s infinite ease-in-out; /*Safari and Chrome*/
    animation-iteration-count:3;
    animation-direction: alternate;

    -webkit-transform-origin: center top;
    -webkit-animation:zhi_dong2 0.8s infinite ease-in-out; /*Safari and Chrome*/
    -webkit-animation-iteration-count:3;
    -webkit-animation-direction: alternate;

}


@keyframes zhi_dong{
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes zhi_dong2{
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.right_float{
    position: fixed;
    background: url(../img/content/right_main.png) no-repeat;
    background-size: 100% auto;
    width: 1.7rem;
    height: 5.7rem;
    right: 0.8rem;
    bottom: 1.56rem;
    z-index: 999;
}

.right_float .ri_close{
    position: relative;
}
.right_float .ri_close .ri_close_btn{
    background: url(../img/content/colse_btn.png) no-repeat;
    background-size: 100% auto;
    height: 0.38rem;
    width: 0.38rem;
    position: absolute;
    right: 0.06rem;
    top: 0.34rem;
    cursor: pointer;
}

.right_float .ri_main{
    width: 0.9rem;
    margin: 0.66rem auto;
}

.right_float .ri_main a{
    display: block;
    margin-top: 0.12rem;
}

.right_float .ri_zixun{
    background:url("../img/content/kefu.png") no-repeat;
    background-size: 100% auto;
    width: 0.9rem;
    height: 0.8rem;
}

.right_float .ri_weibo{
    background:url("../img/content/weibo.png") no-repeat;
    background-size: 100% auto;
    width: 0.9rem;
    height: 0.8rem;
}

.right_float .ri_weixin{
    background:url("../img/content/weixin.png") no-repeat;
    background-size: 100% auto;
    width: 0.9rem;
    height: 0.8rem;
}

.right_float .ri_qq{
    background:url("../img/content/qq.png") no-repeat;
    background-size: 100% auto;
    width: 0.9rem;
    height: 0.8rem;
}
.xinfeng{
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.xinfeng,.xinfeng p,.xinfeng a{
    color:#69402e;
    font-size:0.26rem;
    line-height: 0.43rem;
}

.xinfeng .xf_title,.xinfeng .xf_content,.xinfeng .xf_fankui{
    width: 5.4rem;
    margin: 0 auto;
}

.xinfeng .xf_content a,.xinfeng .xf_content{
    
    font-size: 0.154rem;
    line-height: 0.35rem;
}

.xinfeng .xf_fankui{
    text-align: center;
}
.xinfeng .xf_fankui .fankui{
    width: 4.6rem;
    height: 1.3rem;
}


.xinfeng_con{
    position: fixed;
    background: url("../img/xinfeng/xinfeng_bg.png") no-repeat;
    background-size: 100% auto;
    width:6.27rem;
    height: 8.59rem;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -3.13rem;
    margin-top: -4.29rem;
}

.xinfeng_bg{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 9997;
}

.xinfeng .xf_title{
    text-align: center;
    padding-top: 0.26rem;
}

.xinfeng .xf_title p:nth-child(2){
    font-size: 0.22rem;
}

.xinfeng .xinfeng_tijiao{
    width: 0.72rem;
    height: 0.72rem;
    margin: 0 auto;

}

.xinfeng .xinfeng_tijiao .xinfeng_tijiao_btn{
    
    background: url("../img/xinfeng/tijiao_btn.png") no-repeat;
    background-size: 100% auto;
    width: 0.72rem;
    height: 0.72rem;
    cursor: pointer;

}
.xinfeng .xf_close{
    
    position: relative;
}
.xinfeng .xf_close .xf_close_btn{
    background: url(../img/content/colse_btn.png) no-repeat;
    background-size: 100% auto;
    height: 0.38rem;
    width: 0.38rem;
    position: absolute;
    right: 0.06rem;
    top: 0.34rem;
    cursor: pointer;
}