body{
    width: 100%;
    background: url('bg.png') 0 bottom no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.head{
    width: 1080px;
    margin: 0 auto;
}
.logo{
    display: block;
    width: 39.5%;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}
.logo img{
    display: block;
    width: 100%;
}
.banner{
    width: 1080px;
    height: 798px;
    margin: 0 auto 20px;
    position: relative;
}
.banner .biaoti{
    position: absolute;
    right: 0;
    top: 0;
}
.banner .biaoti img{
    display: block;
}
.banner .tips{
    width: 644px;
    height: 449px;
    color: #070808;
    text-indent: 2em;
    letter-spacing: 3px;
    line-height: 46px;
    font-family: "黑体";
    background: url('tips.png') 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px 120px 0 70px;
    font-size: 30px;
    font-style: italic;
}
.con{
    width: 100%;
    overflow: hidden;
}
.con .title{
    width: 70.7%;
    margin: 0 auto 35px;
}
.con .title img{
    display: block;
    width: 100%;
}
.con .list{
    width: 1135px;
    margin: 0 auto;
}
.con .list .item{
    width: 530px;
    height: 615px;
    margin-bottom: 45px;
    padding: 8px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    background: rgba(255, 255, 255, .8);
}
.con .list .item:nth-child(2n){
    float: right;
}
.con .list .item .inner{
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.con .list .item  .itemimg{
    width: 100%;
    margin-bottom: 55px;
    position: relative;
}
.con .list .item  .itemimg img{
    display: block;
    width: 100%;
}
.con .list .item  .itemimg .num{
    width: 118px;
    height: 118px;
    line-height: 118px;
    color: #fff;
    font-size: 48px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -54px;
    bottom: -54px;
    background: url('yuan.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.con .list .item p{
    font-size: 20px;
    line-height: 35px;
    color: #000;
    font-family: "黑体";
    padding: 0 10px;
    text-align: justify;
    text-indent: 2em;
    letter-spacing:3px;
}
.con .list .item .tips{
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 100%;
}
.con .list .item .tips span{
    width: 160px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background: #328ffb;
    border: 3px solid #6aadfc;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}
/* foot */

.foot {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.foot .foottop,
.foot .footbot {
    padding: 20px 0;
}

.foot .foottop {
    text-align: center;
    border-bottom: 2px solid #004892;
}

.foot .foottop .select_5,
.foot .foottop .select_4,
.foot .foottop .select_3,
.foot .foottop .select_2,
.foot .foottop .select_1 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: left;
    width: 200px;
    margin-right: 15px;
    text-indent: 10px;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    background: #ffffff;
    border: #e5e5e5 1px solid;
    position: relative;
}

.foot .foottop .select_span {
    background: #ffffff url(selectbot.jpg) no-repeat 170px center;
    color: #777777;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 30px;
}

.select_ul {
    display: none;
    border: 1px solid #999;
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-height: 310px;
    overflow-y: auto;
    z-index: 2;
    box-sizing: border-box;
}

.select_li {
    height: 28px;
    line-height: 28px;
    padding-left: 4px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.select_li a {
    color: #000;
    display: block;
}

.select_li a:hover {
    background-color: #004892;
    color: #fff;
}

.webfoot {
    display: none;
}

.footbot {
    color: #999;
}

.footbot .p1 {
    text-align: left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.footbot .p2 {
    margin-left: 0px;
    margin-left: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 25px;
}

.footbot .p3 {
    margin-left: 0px;
    font-size: 14px;
    line-height: 25px;
}

.footbot .p3 a {
    width: 20px;
    height: 20px;
}

.footimg1 {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 992px) {
    body{
        background: #67b7fc;
    }
    .head{
        width: 100%;
        padding: 0 10px;
    }
    .head .logo{
        width: 45%;
        padding: 20px 0;
    }
    .banner{
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .banner .biaoti{
        width: 100%;
        position: relative;
    }
    .banner .biaoti img{
        width: 100%;
    }
    .banner .tips {
        width: 161px;
        height: 112px;
        color: #070808;
        text-indent: 2em;
        letter-spacing: 0px;
        line-height: 16px;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0px 20px 0 15px;
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .banner .tips span{
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .con .list{
        width: 100%;
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con .list .item{
        width: 100%;
        height: 505px;
        margin-bottom: 20px;
    }
    .con .list .item:last-child{
        margin-bottom: 10px;
    }
    .con .title {
        width: 100%;
        height: 60px;
        padding: 0 10px;
        margin-bottom: 15px;
        background: url('title.png') center center no-repeat;
       background-size: auto 100%;
    }
    .con .title img{
        display: none;
    }
    .con .list .item p{
        font-size: 16px;
        line-height: 25px;
    }
     /* foot */
     .foot {
        display: none;
    }

    .webfoot {
        padding-bottom: 20px;
        display: block;
        background: #fff;
        padding-top: 20px;
    }

    .webfootcon .p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .webfootcon .p a {
        padding: 0 10px;
        font-size: 12px;
        position: relative;
    }

    .webfootcon .p a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        left: 0;
        top: 50%;
        background-color: #ccc;
        transform: translateY(-50%);
    }

    .webfootcon .p2 {
        text-align: center;
        margin-bottom: 10px;
    }

    .webfootcon .p3 a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .webfootcon .p3 a img {
        margin-right: 5px;
    }
}