







/*第一部分*/
    .index_one{
        width: 100%;
        height: 435px;
        position: relative;
        overflow: hidden;
    }
    .index_one .swiper-pagination{
        position: absolute;
        bottom: 10px;
    }
    .index_one .swiper-containera{
        width: 100%;
        height: 100%;
    }
    .index_one .swiper-pagination-bullet{
        background: #fff;
    }
    .index_one img{
        display: block;
        width: 100%;
        height: 100%;
    }

/*第二部分*/
    .index_two{
        width: 100%;
        height: 0.7rem;
        background-color: #fefefe;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: justify;
        -ms-flex-align: center;
        justify-content: space-between;
        align-content: center;
    }
    .index_two li{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        border-left: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        color: #333333;
    }
    .index_two li:first-child{
        border-left: none;
    }
    .index_two li a{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        color: inherit;
    }
    .index_two li p{
        font-size: 0.14rem;
        line-height: 1.5em;
    }
    .index_two li:active{
        background-color: #0D60A9;
        color: #fff;
    }
    .index_two li i{
        display: block;
        width: 0.35rem;
        height: 0.35rem;
        margin: 0.05rem auto 0 auto;
        position: relative;
        overflow: hidden;
    }
    .index_two li i img{
        position: absolute;
        left: -0.35rem;
        top: 0;
        height: 0.35rem;
    }
    .index_two li:active i img{
        left: auto;
        right: 0;
    }

/*第三部分*/
    .index_three{
        background: #fff;
    }
    .index_three .inbox{
        width: 100%;
		background:#f9f9f9
    }
    .index_three .inbox .img{
        width: 98%;
        padding-top: 1.65rem;
        position: relative;
        overflow: hidden;
		padding-right:3px;
		
		
    }
    .index_three .inbox .img:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }
    .index_three .inbox .img img{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .index_three .inbox .word{
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        padding: 0 0.3rem 0 0.1rem;
        font-size: 0.16rem;
        color: #333333;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }
    .index_three .inbox .word:before{
        content: "";
        top: 50%;
        height: 1px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 2;
    }
    .index_three .inbox:active .word{
        color: #fff;
    }
    .index_three .inbox:active .word:before{
        background: #fff;
    }

/*第四部分*/
    .index_four .inbox{
        width: 100%;
    }
    .index_four .inbox .img{
        width: 100%;
        padding-top: 73.2432%;
        position: relative;
        overflow: hidden;
    }
    .index_four .inbox .img img{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .index_four .inbox .word{
        width: 100%;
        padding: 0.1rem;
    }
    .index_four .inbox .word p{
        font-size: 0.14rem;
        color: #333333;
        width: 100%;
        line-height: 1.5em;
        height: 1.5em;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_four .inbox .word span{
        display: block;
        width: 100%;
        height: 0.3rem;
        margin-top: 0.05rem;
        overflow: hidden;
    }
    .index_four .inbox .word span em{
        font-size: 0.14rem;
        color: #999999;
        display: block;
        float: left;
        font-style: normal;
        line-height: 0.25rem;
    }
    .index_four .inbox .word span i{
        float: right;
        display: block;
        font-size: 0.14rem;
        color: #999999;
        line-height: 0.25rem;
        border: 1px solid #cccccc;
        font-style: normal;
        padding: 0 5px;
    }
    .index_four .inbox .word span i:active{
        color: #fff;
        background: #0D60A9;
        border: 1px solid #0D60A9;
    }
    .index_four .swiper-pagination{
        background: #fff;
        margin-top: 2px;
    }







