﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}
table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

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;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #4177d8;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right;
}


html {
    width: 100%;
    /* height: 100%; */
}

body {
    background: #f8f8f8;
}
.wzbj {
    min-height: 500px;
    background: url(../images_slb/wzbj.png) top center no-repeat;
    overflow: hidden;
}

/* 通用头部 */
.header {
    height: 155px;
    background: #fff;
    border-bottom: 4px solid #4177d8;
    box-sizing: border-box;
}

.header .container {
    height: 100%;
}

.logo {
    float: left;
}

.logo img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.function {
    float: right;
    height: 100%;
}

.function ul li {
    float: left;
    height: 130px;
}

.function a {
    float: left;
    color: #4177d8;
    font-size: 18px;
    height: 100%;
    padding: 90px 20px 0;
    box-sizing: border-box;
    position: relative;
}

.function ul li:nth-child(1) a {
    background: url(xy_slb_Img2.png) no-repeat center 31px;
}

.function ul li:nth-child(2) a {
    background: url(xy_slb_Img3.png) no-repeat center 31px;
}

.function ul li:nth-child(3) a {
    background: url(xy_slb_Img4.png) no-repeat center 31px;
}

.function ul li:nth-child(4) a {
    background: url(xy_slb_Img5.png) no-repeat center 31px;
}

.function ul li:nth-child(4).batchReadOn a {
    background: url(xy_slb_Img5_1.png) no-repeat center 31px;
}

.function ul li:nth-child(5) a {
    background: url(xy_slb_Img6.png) no-repeat center 31px;
}

.function ul li:nth-child(5).PointreadOn a {
    background: url(xy_slb_Img6_1.png) no-repeat center 31px;
}

.function ul li:nth-child(6) a {
    background: url(xy_slb_Img7.png) no-repeat center 31px;
}
/* 通用头部结束 */

/* 通用尾部 */
.footer-pc{
    display: block;
}
.footer-mobile{
    display: none;
}
.footer-bottom {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    background-color: #355fab;
}
.footer-bottom * {
    font-size: 18px !important;
    color: #ffffff;
}
.footer-bottom ul:nth-of-type(1) {
    position: relative;
    float: left;
    width: 120px;
}

.footer-top-con {
    height: 55px;
    position: relative;
}

.footer-top-con li {
    float: left;
}

.footer-top-con>li>a {
    font-size: 15px;
    color: #c7d7f4;
    line-height: 55px;
    padding: 0 40px;
    display: block;
    height: 55px;
}

.footer-top-con>li>a:hover {
    text-decoration: underline;
}

.footer-top-con li a:nth-of-type(3n) {
    margin-right: 0;
}

.footer-top-con li a img {
    margin-left: 4px;
}

.footer-top-con li:first-of-type a {
    padding-left: 0;
}

.footer-top-con li:last-of-type a {
    padding-right: 0;
}

.footer-top-con>li.on>a>img {
    transform: rotate(180deg);
}

.sxz_footer_list {
    position: absolute;
    bottom: 55px;
    left: 0;
    background-color: #355fab;
    width: 1180px;
    max-height: 350px;
    padding: 30px;
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    padding-right: 20px;
}

.sxz_footer_list>a {
    font-size: 16px;
    color: #fff;
    width: 226px;
    float: left;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxz_footer_list>a:nth-child(5n+1) {
    margin-right: 0;
}

.footer-top-con>li.on .sxz_footer_list {
    display: block;
}

.footer-bottom ul:nth-of-type(1) {
    position: relative;
    float: left;
    width: 120px;
}

.footer-bottom ul:nth-of-type(1)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: #5479ba;
    top: 10px;
    right: 0;
}

.footer-bottom ul:nth-of-type(1) li a {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(1) li a:hover {
    text-decoration: underline;
}

.footer-bottom ul:nth-of-type(2) {
    float: left;
    width: 705px;
    margin-left: 45px;
    position: relative;
}

.footer-bottom ul:nth-of-type(2) li {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) li a {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) li a:hover {
    text-decoration: underline;
}

.footer-bottom ul:nth-of-type(2) li img {
    vertical-align: text-bottom;
}

.footer-bottom ul:nth-of-type(2)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: #5479ba;
    top: 10px;
    right: 0px;
}

.gzjg {
    margin-left: 30px;
    display: inline-block;
}
.sltb {
    float: right;
    margin-top:12px;
}
.sltb img{
    width: 110px;
    height: 55px;
}

.zfwzbc {
    height: 55px;
    width: 110px;
    margin-left:4px;
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
}

/* 通用尾部结束 */

.xll_pagebox {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.xll_pagebox span,
.xll_pagebox a {
    display: inline-block;
    padding: 18px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 30px;
    color: #666;
    outline: none;
    color: #9e9e9e;
}

.xll_pagebox a:hover,
.xll_pagebox span.xll_current {
    background: #4177d8;
    color: #fff;
}

.xll_pagebox p {
    display: inline-block;
}
.zt10{
    display: none;
}

/*分页 结束*/


/* 移动端适配 */

@media (max-width: 750px) and (min-width: 320px) {
.wzbj {
    width: 100%;
    background: url(../images_slb/wzbj1.png) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin-top: 1.5rem;
}

/* 通用头部开始 */
.container {
    width:100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.mt{
    margin-top: 0.4rem;
}
.header {
    height: 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    border-bottom: 0.04rem solid #4177d8;
    box-shadow: 0px 0.07rem 0.16rem 0px rgb(137 180 201 / 35%);
}
.logo {
    width: 60%;
    float: left;
}

.logo a img {
    width: 100%;
    height: 100%;
    margin-top: 0.3rem;
}

.function ul li {
    float: left;
    height: 1.3rem;
    margin-top: 0.15rem;
}

#toolbar_pageZoomIc {
    display: none;
}

#toolbar_pageZoomDc {
    display: none;
}

#toolbar_Pointread {
    display: none;
}

#toolbar_openOrClose {
    display: none;
}

#toolbar_batchRead::after {
    display: none;
}

.function a {
    padding: .75rem .2rem 0;
    font-size: .22rem;
}

.function ul li:nth-child(1) a {
    background: url(xy_slb_Img2.png) no-repeat center .25rem / .43rem .38rem;
}

.function ul li:nth-child(4) a {
    background: url(xy_slb_Img5.png) no-repeat .55rem .22rem / .48rem .38rem;
    padding-right: 0;
}

.function ul li:nth-child(4).batchReadOn a {
    background: url(xy_slb_Img5_1.png) no-repeat .55rem .22rem / .48rem .38rem;
}

/* 通用尾部 */
.footer-pc{
    display: none;
}
.footer-mobile{
    display: block;
}
.mobile_footer {
    margin-top: 0.2rem;
    width: 100%;
    height: auto !important;
    background-color: #4177d8;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.mobile_footer_qh {
    height: 0.65rem;
    background-color: #2a64cc;
    display: flex;
    justify-content: center;
}

.mobile_footer_qh a {
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.6rem;
    width: 1.85rem;
    height: 0.6rem;
    display: block;
    text-align: center;
    position: relative;
}

.mobile_footer_qh a::after {
    height: 0.23rem;
    width: 0.02rem;
    background-color: #c0d3fa;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.mobile_footer_qh a:last-child:after {
    display: none;
}

.mobile_footer_content {
    box-sizing: border-box;
    margin-top: 0.3rem;
}

.mobile_footer_content p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #ffffff;
    text-align: center;
}

.mobile_footer_content p a {
    color: #ffffff;
}

.mobile_footer_content .beian a img {
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
    margin-left: 0.1rem;
}

.mobile_footer_zfjg {
    margin-top: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_footer_zfjg a {
    width: auto !important;
    margin: 0;
}

.mobile_footer_zfjg a img {
    width: 0.62rem;
    height: auto;
    margin: 0;
    margin-right: 0.2rem;
}

.mobile_footer_content .wzaq img {
    width: 1.35rem !important;
    height: 0.51rem !important;
    margin-left: 0.2rem;
}

.mobile_footer_content .jiucuo img {
    width: 1.1rem;
    height: 0.55rem;
}

/* 通用尾部结束 */


.xll_pagebox {
    margin-top: .6rem;
    padding-bottom: .4rem;
}

.xll_pagebox span,
.xll_pagebox a {
    font-size: .3rem;
    padding: .15rem .2rem;
    margin: 0 0.05rem;
}
.sltb{
    float: none;
    margin-top:0rem;

}
.sltb img{
    width: 1.1rem;
    height: 0.55rem;
}

}
