body {
    width: 100%;
    height: auto;
    background-size: 100% 752px;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1116px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.empty-header {
    width: 100%;
    height: 80px;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 8px 0 rgba(0, 72, 129, 0.1);
}

.center {
    justify-content: center;
    align-items: center;
}

.header-container,
.header-logo {
    height: 80px;
    justify-content: center;
    align-items: center;
}

.header-span-1 {
    font-size: 19px;
    color: #001E36;
    font-weight: bold;
}

.header-img-1 {
    width: 35px;
    height: 24px;
    margin-right: 8px;
}

.header-a {
    width: 60px;
    height: 20px;
    font-size: 14px;
    color: #001E36;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.header-contact {
    width: 120px;
    height: 40px;
    background: #e5084f;
    border-radius: 20px;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin-left: 50px;
    text-align: center;
}

.swiper-outside {
    width: 100%;
    height: 624px;
    margin-top: 24px;
}

.swiper-inside {
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 24px 48px 24px 40px;
}

.swiper-outside .swiper {
    width: 515px;
    height: 575px;
    margin-left: 76px;
}

.swiper-outside .slide-right {
    width: 515px;
    height: 575px;
}

.left-1 {
    height: 80px;
}

.left-1 img {
    width: 68px;
    height: 68px;
    margin-top: 8px;
}

.left-2 {
    height: 51px;
    line-height: 51px;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.left-3 {
    height: 42px;
    font-size: 35px;
    color: #0D0D25;
    line-height: 56px;
    font-weight: bolder;
    margin-top: 8px;
}

.left-4 {
    margin-top: 16px;
    line-height: 36px;
    color: #000000;
    font-size: 19px;
}

.left-5 {
    margin-top: 40px;
    align-items: center;
}

.left-5 a:nth-of-type(1) {
    width: 192px;
    height: 56px;
    background: #1473E6;
    border-radius: 8px;
    line-height: 56px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 16px;
}

.left-5 a:nth-of-type(2) {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    width: 100px;
}

.left-6 {
    line-height: 33px;
    height: 33px;
    font-size: 12px;
    color: #262626;
    margin-top: 14px;
}

.left-5 a:nth-of-type(2) img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.goods {
    width: 100%;
    height: auto;
    margin-top: 24px;
}

.goods-container {
    height: auto;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
}

.goods-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0D0D25;
    font-weight: bold;
    margin-top: 45px;
    text-align: center;
}

.goods-desc {
    height: auto;
    line-height: 36px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
}

.goods-desc span {
    color: #FF0000;
}

.goods-list {
    margin-top: 35px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.goods-item {
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0 3px 16px 0 rgba(0, 27, 48, 0.25);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 0 0 30px;
    margin-right: 32px;
    margin-bottom: 33px;
}

.goods-img {
    width: 80px;
    height: 80px;
}

.goods-name {
    height: 47px;
    line-height: 47px;
    margin-top: 21px;
    font-size: 20px;
    color: #0D0D25;
    font-weight: bold;
}

.goods-name span {
    color: #ff0000;
}

.goods-tip-1 {
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.goods-button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #1473E6;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}


.footer-container {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    align-items: center;
    margin-top: 32px;
}

.footer-empty {
    width: 100%;
    height: 8px;
    background: url(../images/img-022.png) no-repeat center center;
    background-size: cover;
}

.footer-tip {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #333333;
}

.goods-container {
    background-color: #FFFFFF;
    border-radius: 16px 16px 0 0;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 79px;
}
.serve {
    display: flex;
    width: 100%;
    height: auto;
}

.serve-container {
    height: 100%;
    background-color: #ffffff;
}

.serve-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0d0d0d;
    font-weight: bold;
    text-align: center;
    padding-top: 46px;
}
.big-66 {
    width: 86%;
    border-radius: 15px;
    border: 1px solid #f4f7fb;
    display: block;
    box-shadow: rgba(23,25,29,0.2) 0 16px 16px -16px,rgba(23,25,29,0.03) 0 14px 20px 0,rgba(23,25,29,0.04) 0 0 0;
    margin: 40px auto;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.big-66:hover {
    transform: scale(1.02);
}