﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

.container {
    width: 1200px;
    margin: 0 auto;
}

body {
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

html {
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    display: block;
    margin: 0 auto;
    position: relative;
}


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.xll_pagebox span,
.xll_pagebox a {
    display: inline-block;
    padding: 13px 24px;
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 30px;
    outline: none;
    color: #666666;
    width: auto;
    height: auto;
    line-height: normal;
}

.xll_pagebox a:hover,
.xll_pagebox span.xll_current {
    background: #b51629;
    color: #fff;
}

.xll_pagebox p {
    display: inline-block;
}


/* 网站背景 */

.index_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    background: #fef4eb url(../images/slh_bj.png) center 110px no-repeat;
    overflow: hidden;
}

.header {
    height: 475px;
    overflow: hidden;
}

.header_top {
    height: 110px;
    background: #b51629;
    border-bottom: 5px solid #9c0d1f;
    box-sizing: border-box;
}

.header_top ul {
    width: 1120px;
    height: 110px;
    margin: 0 auto;
}

.header_top ul li {
    width: 160px;
    height: 110px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.header_top ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    margin: 0 auto;
    background: url(../images/head_top_tb0.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -28px;
}

.header_top ul li:last-child::after {
    display: none;
}

.header_top ul li a {
    display: block;
    width: 160px;
    height: 110px;
    padding-top: 66px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.header_top ul li:nth-child(1) a {
    background: url(../images/head_top_tb01.png) no-repeat center 20px;
    background-size: 34px;
}

.header_top ul li:nth-child(2) a {
    background: url(../images/head_top_tb02.png) no-repeat center 20px;
    background-size: 32px;
}

.header_top ul li:nth-child(3) a {
    background: url(../images/head_top_tb03.png) no-repeat center 20px;
    background-size: 33px;
}

.header_top ul li:nth-child(4) a {
    background: url(../images/head_top_tb04.png) no-repeat center 20px;
    background-size: 26px;
}

.header_top ul li:nth-child(4).batchReadOn a {
    background: url(../images/head_top_tb04s.png) no-repeat center 20px;
    background-size: 27px;
}

.header_top ul li:nth-child(5) a {
    background: url(../images/head_top_tb05.png) no-repeat center 20px;
    background-size: 26px;
}

.header_top ul li:nth-child(5).PointreadOn a {
    background: url(../images/head_top_tb05s.png) no-repeat center 20px;
    background-size: 27px;
}

.header_top ul li:nth-child(6) a {
    background: url(../images/head_top_tb06.png) no-repeat center 20px;
    background-size: 26px;
}

.header_top ul li:nth-child(7) a {
    background: url(../images/head_top_tb07.png) no-repeat center 20px;
    background-size: 42px;
}

.logo {
    width: 645px;
    height: 130px;
    margin-top: 115px;
}

.logo img {
    width: 100%;
}

.footer {
    max-width: 1920px;
    height: 305px;
    margin: 0 auto;
    background: #b51629;
    border-top: 5px solid #a10a1c;
    box-sizing: border-box;
    overflow: hidden;
}

.footer_con {
    height: 205px;
    margin-top: 50px;
}

.footer_con .bsm {
    float: left;
    width: 180px;
    height: 205px;
    position: relative;
}

.footer_con .bsm::after {
    content: '';
    width: 1px;
    height: 190px;
    display: block;
    background: #dc5e6d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_con .bsm .dzjg {
    width: 60px;
    height: 74px;
    margin-top: 20px;
}

.footer_con .bsm .jc {
    margin-top: 20px;
}

.footer_con .footer_cont {
    width: 950px;
    height: 205px;
    float: left;
    margin-left: 70px;
    font-size: 24px;
}

.footer_con .footer_cont * {
    color: #fbccd1;
    line-height: 41px;
}

.footer_con .footer_cont a img {
    vertical-align: middle;
    margin-right: 5px;
}

.footer_con .footer_cont .footer_cont_t a {
    margin-right: 50px;
    position: relative;
}

.footer_con .footer_cont .footer_cont_t a::after {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    background: #f0acb4;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.footer_con .footer_cont .footer_cont_t a:last-child::after {
    display: none;
}

.mob {
    display: none;
}

@media (max-width: 750px) and (min-width: 320px) {
    .index_box {
        background: #fef4eb url(../images/slh_bj1.png) center 1.1rem no-repeat;
        background-size: 100%;
        max-width: 100%;
    }
    /* 头部开始 */
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .header {
        height: auto;
    }
    .header_top {
        height: 1.1rem;
        background: #b51629;
        border-bottom: 0.05rem solid #9c0d1f;
        box-sizing: border-box;
    }
    .header_top ul {
        width: 95%;
        height: 1.1rem;
        margin: 0 auto;
    }
    .header_top ul li {
        width: 33.3%;
        height: 1.1rem;
        float: left;
        position: relative;
        box-sizing: border-box;
    }
    .header_top ul li::after {
        content: "";
        display: block;
        width: 0.01rem;
        height: .56rem;
        margin: 0 auto;
        background: url(../images/head_top_tb0.png) no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.28rem;
        background-size: 100%;
    }
    .header_top ul li:last-child::after {
        display: none;
    }
    .header_top ul li a {
        display: block;
        width: 100%;
        height: 1.1rem;
        padding-top: .66rem;
        font-size: 0.24rem;
        color: #fff;
        text-align: center;
    }
    .header_top ul li:nth-child(1) a {
        background: url(../images/head_top_tb01.png) no-repeat center .2rem;
        background-size: .34rem;
    }
    .header_top ul li:nth-child(2) {
        display: none;
    }
    .header_top ul li:nth-child(3) {
        display: none;
    }
    .header_top ul li:nth-child(4) a {
        background: url(../images/head_top_tb04.png) no-repeat center .2rem;
        background-size: .26rem;
    }
    .header_top ul li:nth-child(4).batchReadOn a {
        background: url(../images/head_top_tb04s.png) no-repeat center .2rem;
        background-size: .27rem;
    }
    .header_top ul li:nth-child(5) {
        display: none;
    }
    .header_top ul li:nth-child(6) {
        display: none;
    }
    .header_top ul li:nth-child(7) a {
        background: url(../images/head_top_tb07.png) no-repeat center .2rem;
        background-size: .42rem;
    }
    /* 尾部 */
    .footer {
        height: auto;
        border-top: .05rem solid #a10a1c;
    }
    .pc {
        display: none;
    }
    .mob {
        display: block;
        position: relative;
    }
    .mob_t {
        text-align: left;
        font-size: 0.24rem;
        line-height: 0.4rem;
        color: #fbccd1;
        padding: 0.3rem .4rem;
        box-sizing: border-box;
    }
    .mob_t a {
        color: #fbccd1;
    }
    .mob_t a img {
        width: .23rem;
        vertical-align: text-top;
        margin-right: 0.05rem;
    }
    .mob_r {
        position: absolute;
        right: 0.7rem;
        top: 0.8rem;
    }
    .mob_r .mob_dzjg {
        float: none;
        margin-left: 0.1rem;
    }
    .mob_r .mob_dzjg img {
        width: .8rem;
    }
    .mob_r .zfzc {
        float: none;
    }
    .mob_r .zfzc img {
        width: 1.1rem;
        margin-top: 0.12rem;
    }
    /*分页样式，根据实际情况修改*/
    .xll_pagebox {
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
        margin-top: 0.5rem;
        margin-bottom: 0.1rem;
    }
    .xll_pagebox span,
    .xll_pagebox a {
        display: inline-block;
        padding: 0.1rem 0.17rem;
        background-color: #f3f3f3;
        border: 0.01rem solid #e8e8e8;
        border-radius: 0.05rem;
        margin: 0 0.05rem;
        font-size: 0.3rem;
        outline: none;
        color: #666666;
        width: auto;
        height: auto;
        line-height: normal;
    }
    .xll_pagebox a:hover,
    .xll_pagebox span.xll_current {
        background: #b51629;
        color: #fff;
    }
    .xll_pagebox p {
        display: inline-block;
    }
}