body {
    overflow: auto;
}

.header {
    background: #fff;
}

.header .welcome {
    font-size: 18px;
    line-height: 34px;
    color: #646464;
    padding: 15px 50px;
}

.header .company {
    border-top: 1px solid #eee;
    padding: 15px 25px;
}

.header .company span {
    vertical-align: bottom;
    color: #323232;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.header .logo-customer {
    height: 24px;
    vertical-align: bottom;
}

.footer {
    text-align: center;
    /* padding: 20px 0 25px; */
}

.link-list {
    font-size: 0;
}

.entrance-list {
    padding: 30px 0 20px 0;
    background: rgba(43, 43, 43, 1);
}

.entrance-list>li,
.link-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.entrance-list>li,
.link-list li a {
    color: #999;
}

.entrance-list>li {
    margin-left: 200px;
}

.entrance-list>li:first-child {
    margin-left: 0;
}

.entrance-list h6,
.entrance-list ul,
.entrance-list ul li {
    display: inline-block;
    vertical-align: top;
}

.entrance-list ul {
    margin-left: 20px;
    width: 200px;
    text-align: left;
}

.entrance-list ul li {
    margin-right: 30px;
    margin-bottom: 10px;
}

.entrance-list h6 {
    color: rgb(244, 244, 244)
}

.entrance-list ul a {
    color: rgb(201, 201, 201) !important
}

.link-list li:before {
    content: '|';
}

.link-list li:first-child:before {
    content: '';
}

.link-list a {
    padding: 0 5px;
    color: #646464;
}

.footer .copyright {
    padding: 10px 0;
    color: #999;
    background-color: #000;
    font-size: 14px;
}

.link-list {
    display: inline-block;
    vertical-align: middle;
}

.link-list a {
    color: #bababa;
}

.copyright span {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
}

body {
    background-color: #F3F5F6;
}

.main-body {
    width: 1500px;
    margin: 15px auto 80px;
    min-height: calc(100vh - 183px);
}

.header,
.footer {
    min-width: 1500px;
}

.xunjia {
    position: relative;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    margin-top: 15px;
}

.xunjia h3 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    padding-left: 10px;
}

.xunjia-list {
    font-size: 0;
    margin-top: 30px;
    padding-bottom: 40px;
}

.xunjia-list h4 {
    font-size: 14px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.xunjia-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 15px;
}

.xunjia-list table {
    margin-top: 10px;
    border-collapse: collapse;
}

.xunjia-list th,
.xunjia-list td {
    font-size: 13px;
    font-weight: 400;
    color: rgba(74, 88, 96, 1);
    line-height: 18px;
    border: 1px solid rgba(231, 231, 231, 1);
    height: 60px;
    vertical-align: middle;
    padding: 0 10px;
    min-width: 75px;
}

.xunjia-list table {
    width: 100%;
}

.xunjia-list th {
    background: rgba(247, 247, 247, 1);
}

.xunjia-list a {
    display: block;
    margin-top: 15px;
    width: 108px;
    height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 142, 227, 1);
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid rgba(0, 142, 227, 1);
}

.xunjia-list a:hover {
    color: #fff;
    background: rgba(0, 142, 227, 1);
    border: 1px solid rgba(0, 142, 227, 1);
}

.xunjia a.more:hover {
    color: rgba(0, 142, 227, 1);
}

.xunjia a.more {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 13px;
    line-height: 18px;
}

.xunjia a.more i {
    font-size: 16px;
    margin-left: 3px;
}

.section-1,
.section-2,
.section-3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33.1% - 10px);
}

.section-2,
.section-3 {
    margin-left: 15px;
    background-color: #fff;
    height: 375px;
    padding: 10px 20px;
    position: relative;
}

.section-2 h3,
.section-3 h3 {
    font-size: 16px;
    line-height: 22px;
}

.section-2 span,
.section-3 span {
    position: absolute;
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    top: 10px;
    right: 20px;
}

.section-1 .gonggao {
    background-color: #fff;
    height: 200px;
    padding: 15px 20px 1px;
    position: relative;
    margin-top: 15px;
}

.section-1 .gonggao a:hover {
    color: rgba(0, 142, 227, 1);
}

.section-1 .gonggao a.more {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 13px;
    line-height: 18px;
}

.section-1 .gonggao a.more i {
    font-size: 16px;
    margin-left: 3px;
}

.section-1 .gonggao h3 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.section-1 .gonggao ul {
    font-size: 13px;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
}

.section-1 .gonggao li {
    margin: 12px 0;
}

.section-1 .gonggao span {
    float: right;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
}

.section-1 .welcome {
    position: relative;
    padding: 10px 20px;
    height: 160px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    background: linear-gradient(90deg, rgba(60, 184, 236, 1) 0%, rgba(28, 130, 212, 1) 100%);
}

.section-1 .welcome .date {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.section-1 .welcome .qrcode {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    line-height: 17px;
    height: 135px;
    text-align: center;
}

.section-1 .welcome .qrcode .img-wrapper {
    width: 112px;
    height: 112px;
    padding-top: 10px;
    background-color: #fff;
    margin-bottom: 6px;
}

.section-1 .welcome .qrcode img {
    width: 92px;
    height: 92px;
    vertical-align: top;
}

.new_tip {
    color: red;
    margin-left: 6px;
    font-style: normal;
    font-weight: 400;
}

.gonggao-default,
.section-2-default,
.section-3-default {
    position: absolute;
    width: 50%;
    height: 50%;
    /* overflow: hidden; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.gonggao-default img {
    width: 50%;
    height: 100%;
}

.section-2-default img,
.section-3-default img {
    width: 100%;
    height: 85%;
}