.w1100{
    width: 1100px;
    margin: 0 auto;
}
@font-face {
    font-family: 'sans-regular';
    font-display: swap;
    src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'sans-medium';
    font-display: swap;
    src: url('../font/SourceHanSansCN-Medium.otf');
}
body {
    font-family: 'sans-regular';
}
.w1375{
    position: relative;
    width: 1375px;
    margin: 0 auto;
}
.clear{ clear: both }
.wb-header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wb-header .w1375 {
    height: 102px;
}
.wb-header .logo {
    height: 34px;
}
.wb-header .logo img {
    height: 100%;
}
.wb-header .navs{
    flex: 1;
    height: 100%;
    margin-left: 70px;
}
.wb-header .navs>ul{
    height: 100%;
}
.wb-header .navs>ul>li{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.wb-header .navs>ul>li>a{
    padding: 15px 0;
    font-size: 16px;
    color: #595757;
    font-weight: 600;
}
.wb-header .navs>ul>li:hover>a,
.wb-header .navs>ul>li.active>a{
    color: #c9151e;
}
.wb-header .navs .submenu {
    position: absolute;
    left: -17px;
    right: 0;
    top: 102px;
    width: 110px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    display: none;
}
.navs .submenu li a{
    font-size: 15px;
    color: #4F4D4D;
    font-weight: 500;
}
.navs .submenu li {
    padding: 11px 0;
}
.navs .submenu li:hover {
    background-color: #D2171A;
}
.navs .submenu li:hover a {
    color: #fff;
}
.wb-banner{
    min-width: 1100px;
    height: 400px;
    background-size: contain !important;
}
.wb-banner-title {
    margin-left: 363px;
    padding-top: 76px;
    width: 292px;
}
.wb-banner-title img {
    width: 100%;
}
.wb-body{
    padding: 40px 0 0;
}
.wb-content{
    padding: 48px 0 105px 0;
}
.wb-title{
    text-align: center;
}
.wb-title h1{
    position: relative;
    font-weight: bold;
    font-size: 34px;
    color: #D2171A;
}
.wb-title-divider {
    position: relative;
    width: 44px;
    height: 3px;
    background: #D2171A;
    margin-top: 26px;
    margin-bottom: 25px;
}
.wb-title-divider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 46px;
    width: 5px;
    height: 3px;
    background: #D2171A;
}
.wb-title-divider-center {
    margin: 26px auto 25px;
}
.wb-title-divider-right {
    margin: 26px 0 25px calc(100% - 53px);
}
.wb-title h2 {
    font-weight: normal;
    font-size: 40px;
    color: #C2C3C3;
    line-height: 46px;
    padding-top: 14px;
}

.wb-footer{
    background-color: #D7E0EE;
}
.wb-footer-logo {
    padding-top: 79px;
    padding-bottom: 38px;
    border-bottom: 1px solid #4F4D4D;
}
.wb-footer-copyright {
    padding-bottom: 88px;
}
.wb-footer-copyright .company {
    padding-top: 35px;
    font-weight: bold;
    font-size: 30px;
    color: #4F4D4D;
    line-height: 22px;
    margin-bottom: 15px;
}
.wb-footer-copyright .address,
.wb-footer-copyright .phone,
.wb-footer-copyright .email {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.footer-icon  {
    display: flex;
    align-items: center;
    margin-right: 11px;
}
.wb-footer-copyright .copyright{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 67px;
}
.code-title {
    padding-top: 51px;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.code2 {
    text-align: center;
}
.code-img {
    width: 98px;
    height: 98px;
    margin-right: 9px;
}
.code-img img {
    width: 100%;
}
.code2 .code-img {
    margin-right: 0;
}
.code-desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.wb-pagination {
    display: flex;
    justify-content: center;
    padding: 2px 5px;
    margin-bottom: 50px;
}
.wb-pagination-pager {
    display: flex;
}
.wb-pagination-pager .number {
    width: 44px;
    height: 44px;
    color: #D2171A;
    font-size: 22px;
    background-color: #fff;
    border: 2px solid #D2171A;
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wb-pagination-pager .number:hover {
    color: #fff;
    background-color: #D2171A;
}
.wb-pagination-pager .number.active {
    color: #fff;
    background-color: #D2171A;
    cursor: default;
}
.wb-pagination-prev,
.wb-pagination-next,
.wb-pagination-go {
    width: 44px;
    height: 44px;
    font-size: 22px;
    color: #D2171A;
    border: 2px solid #D2171A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.wb-pagination-go {
    color: #fff;
    background: #D2171A;
}
.wb-pagination__total {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-left: 17px;
}
.wb-pagination__jump {
    position: relative;
    padding-left: 15px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wb-pagination__jump::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 15px;
    background-color: #000000;
}
.wb-pagination__input {
    margin-left: 30px;
}
.wb-pagination__input input {
    width: 44px;
    height: 44px;
    color: #D2171A;
    font-size: 22px;
    text-align: center;
    border: 2px solid #D2171A;
    outline: none;
}
.color-red {
    color: #D2171A !important;
}