﻿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;
    -webkit-appearance: none;
}

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-bottom: 10px;
}

.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: #2977cc;
    color: #fff;
}

.xll_pagebox p {
    display: inline-block;
}


/* 网站背景 */

.index_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: #f4f4f4 url(../images/slh_bj.png) no-repeat center 154px;
}

.header {
    height: 154px;
    background: #fff;
    overflow: hidden;
}

.logo {
    width: 455px;
    height: 94px;
    margin-top: 35px;
    float: left;
}

.logo img {
    width: 100%;
}

.menu {
    float: right;
}

.menu ul li {
    width: 114px;
    height: 154px;
    float: left;
}

.menu ul li a {
    width: 114px;
    height: auto;
    display: block;
    text-align: center;
    padding-top: 95px;
    color: #333333;
    font-size: 18px;
    padding-bottom: 35px;
}

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

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

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

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

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

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

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

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

.menu ul li:hover,
.menu ul li.on {
    background: url(../images/head_top_hover_tb01.png) center center no-repeat;
}

.ty_box {
    width: 1200px;
    height: 218px;
    background: url(../images/top_bj.png) 40px center no-repeat;
    position: relative;
    margin: 0 auto;
    margin-top: 58px;
}

.nxtp {
    display: none;
}

.quit {
    width: 81px;
    height: 106px;
    position: absolute;
    top: -58px;
    right: 0;
}

.footer {
    height: 160px;
    background: #f4faff;
    border-top: 5px solid #3c84d3;
}

footer .le {
    float: left;
    margin-left: 40px;
    margin-top: 50px;
}

.footer .cont {
    float: left;
    height: 60px;
    line-height: 30px;
    text-align: center;
    margin-left: 114px;
    margin-top: 60px;
}

.footer .cont p {
    font-size: 18px;
    color: #648599;
}

.footer .cont p a {
    color: #648599;
}

.footer .cont p a:hover {
    opacity: 0.8;
}

.footer .re {
    float: right;
    margin-right: 40px;
    margin-top: 55px;
}

.mobile {
    display: none;
}

@media (max-width: 750px) and (min-width: 320px) {
    .index_box {
        background: #f4f4f4 url(../images/yddbj.png) center 1.54rem no-repeat;
        background-size: 100%;
    }
    /* 头部开始 */
    .container {
        width: 94%;
        margin: 0 auto;
    }
    .header {
        height: 1.54rem;
    }
    .logo {
        width: 60%;
        height: auto;
        margin-top: .3rem;
    }
    .menu ul li {
        width: 1.14rem;
        height: 1.54rem;
    }
    .menu ul li a {
        width: 1.14rem;
        height: auto;
        padding-top: 0.66rem;
        font-size: 0.22rem;
        margin-top: .2rem;
        padding-bottom: 0.39rem;
    }
    .menu ul li:nth-child(1) a {
        background: url(../images/head_top_tb02.png) no-repeat center .2rem;
        background-size: .36rem;
    }
    .menu ul li:nth-child(4) a {
        background: url(../images/head_top_tb05.png) no-repeat center 0.2rem;
        background-size: .27rem;
    }
    .menu ul li:nth-child(4).batchReadOn a {
        background: url(../images/head_top_tb05s.png) no-repeat center .2rem;
        background-size: .3rem;
    }
    .menu ul li:nth-child(2) {
        display: none;
    }
    .menu ul li:nth-child(3) {
        display: none;
    }
    .menu ul li:nth-child(5) {
        display: none;
    }
    .menu ul li:nth-child(6) {
        display: none;
    }
    .menu ul li.on {
        background-size: 100%;
    }
    .ty_box {
        width: 95%;
        height: 2.3rem;
        background: url(../images/yddtop_bj.png) 1.6rem 0.1rem no-repeat;
        background-size: 70%;
        margin: 0 auto;
        margin-top: .2rem;
        position: relative;
    }
    .nxtp {
        width: 5.04rem;
        display: block;
        height: 0.66rem;
        background: url(../images/nxtp.png) center center no-repeat;
        background-size: 88%;
        position: absolute;
        top: 1.02rem;
        left: -0.27rem;
    }
    .quit {
        width: .81rem;
        height: 1.06rem;
        top: -.2rem;
        right: 0;
    }
    .quit img {
        width: 100%;
    }
    /* 尾部 */
    .footer {
        height: auto;
        border-top: .05rem solid #3c84d3;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mob_footer {
        padding: 0.3rem 0;
    }
    .mob_footer p {
        font-size: 0.25rem;
        text-align: center;
        line-height: 0.4rem;
        color: #648599
    }
    .mob_footer p a {
        color: #648599
    }
    /*分页样式，根据实际情况修改*/
    .xll_pagebox {
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
        margin-bottom: 0.2rem;
    }
    .xll_pagebox span,
    .xll_pagebox a {
        display: inline-block;
        padding: 0.1rem 0.2rem;
        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: #1073b7;
        color: #fff;
    }
    .xll_pagebox p {
        display: inline-block;
    }
}