@font-face {
    font-family: myRegularFont;
}

.font {
    font-family: myRegularFont
}

.container {
    width: 1300px;
    margin: 0 auto
}

.public-search {
    position: fixed;
    top: 113px;
    width: 100%;
    z-index: 98
}

.public-search .public-search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    height: 100px;
    background-color: rgba(1, 5, 41, 0.33)
}

.public-search .public-search-box .search-center {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #2b57d3
}

.public-search .public-search-box .search-center .center-left {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 180px;
    cursor: pointer
}

.public-search .public-search-box .search-center .center-left .left-content {
    padding: 0 5px;
    width: 150px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #303036;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.public-search .public-search-box .search-center .center-left .left-arrow {
    margin-right: 16px;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../image/top-arrow.png")
}

.public-search .public-search-box .search-center .center-left .left-values {
    position: absolute;
    left: 0;
    top: 40px;
    padding-right: 30px;
    width: 100%;
    background: #fff
}

.public-search .public-search-box .search-center .center-left .value {
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #303036;
    line-height: 24px;
    text-align: center;
    cursor: pointer
}

.public-search .public-search-box .search-center .center-left .value:hover {
    color: #2e7dd6
}

.public-search .public-search-box .search-center .center-line {
    width: 2px;
    height: 15px;
    background: #303036
}

.public-search .public-search-box .search-center .center-right {
    flex: 1;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 38px
}

.banner-box {
    position: relative;
    width: 100%;
    z-index: 2
}

.banner-box .banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 151px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../image/mask.png");
    z-index: 2
}

.banner-box .position-img {
    width: 100%;
    opacity: 0
}

.banner-box .home-banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 5, 41, 0.11);
    z-index: 2;
    pointer-events: none
}

.banner-box .banner {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.banner-box .banner .slide-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.banner-box .banner .slide-image .banner-title {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 54px;
    text-shadow: 2px 2px 8px rgba(2, 7, 56, 0.49);
    letter-spacing: 4px
}

.banner-box .banner .slide-image .banner-title-en {
    padding-top: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(2, 7, 56, 0.49);
    letter-spacing: 1px
}

.banner-box .banner .video {
    width: 100%;
    height: 100%;
    background-color: #000
}

.banner-box .banner .play {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../image/play.png");
    z-index: 2
}

.banner-box .banner .video-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    cursor: pointer
}

.pager {
    display: flex
}

.home-footer {
    padding-top: 38px;
    width: 100%;
    background: #213c59;
    z-index: 1
}

.home-footer .container {
    position: relative
}

.home-footer .footer-nav {
    display: flex;
    align-items: center
}

.home-footer .footer-nav .footer-nav-item {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 20px
}

.home-footer .footer-nav .footer-nav-item:first-child {
    padding-left: 0
}

.home-footer .footer-nav .footer-nav-line {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #999;
    opacity: .5
}

.home-footer .company-name {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6)
}

.home-footer .contact-way {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 28px
}

.home-footer .contact-way .contact-icon {
    margin-right: 9px;
    height: 16px;
    width: 16px;
    background-image: url("../image/phone.png");
    background-repeat: no-repeat;
    background-size: cover
}

.home-footer .contact-way .contact-icon.address {
    width: 15px;
    height: 18px;
    background-image: url("../image/address.png")
}

.home-footer .contact-way .contact-icon.fax {
    width: 16px;
    height: 16px;
    background-image: url("../image/fax.png")
}

.home-footer .contact-way .contact-icon.e-mail {
    width: 16px;
    height: 14px;
    background-image: url("../image/email.png")
}

.home-footer .footer {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 28px
}

.home-footer .footer-right {
    display: flex;
    align-items: center;
    height: 95px;
    width: 371px;
    background-image: url("http://test.schmerd.cn/wp-content/uploads/2024/05/logo-white.png");
    background-repeat: no-repeat;
    background-size: contain
}

.home-footer .footer-right .qrcode {
    margin-right: 28px;
    height: 92px;
    width: 93px;
    background-image: url("../image/icon-1.0.png");
    background-repeat: no-repeat;
    background-size: cover
}

.home-footer .footer-right .suggest-bottom-title {
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase
}

.home-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.15);
    line-height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.page {
    padding: 104px 0 88px
}

.page .ds-public-page {
    display: flex;
    justify-content: center
}

.page .ds-public-page .ds-page-group .ds-page-item {
    color: #999;
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0
}

.page .ds-public-page .ds-page-group .ds-page-item.active, .page .ds-public-page .ds-page-group .ds-page-item:hover {
    color: #fff;
    background-color: #004d9b;
    border: 1px solid #004d9b
}

.page .ds-public-page .ds-page-skip {
    border-radius: 0
}

.page .ds-public-page .ds-page-skip:hover {
    color: #fff;
    background-color: #004d9b;
    border: 1px solid #004d9b
}

.page .ds-public-page .ds-page-input {
    border-radius: 0
}

.page .ds-public-page .ds-page-input:hover {
    border: 1px solid #004d9b
}

.bottom-next {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 65px 0 83px 252px;
    border-top: 1px solid #eee
}

.bottom-next .next-left {
    width: 700px
}

.bottom-next .next-left .to-next {
    display: block;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #6d7385;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s
}

.bottom-next .next-left .to-next:hover {
    color: #213c59
}

.bottom-next .next-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #6d7385;
    line-height: 24px;
    border: 1px solid #6d7385
}

.bottom-next .next-right .back-icon {
    margin-right: 6px;
    width: 15px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url("../image/back.png");
    background-size: cover
}

.no-more {
    padding: 50px 0;
    width: 100%;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    color: #999
}

.public-left {
    width: 200px
}

.public-left .left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #999;
    line-height: 26px;
    text-align: center;
    transition: all .5s;
    background-color: #f7f7f7;
    cursor: pointer
}

.public-left .left-item:hover, .public-left .left-item.active {
    color: #fff;
    background-image: url("../image/left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.no-date {
    width: 100%;
    padding: 30px 0;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #999;
    line-height: 26px;
    text-align: center
}

.hide {
    display: none
}