* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100vw;
    height: 100%;
    overflow: auto;
    min-width: 1366px;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
}

.header {
    width: 100%;
}

.logo-row {
    width: 100%;
    height: 96px;
    padding: 0 50px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.logo-row .image {
    width: 50px;
    height: 50px;
}

.logo-row .company {
    margin-left: 18px;
}

.logo-row .company .name {
    font-family: SimHei;
    font-size: 22.22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #414141;
}

.logo-row .company .eng {
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #3f3e3e;
}

.logo-row .btn-group {
    position: absolute;
    top: 0;
    right: 50px;
    width: 118px;
    height: 22px;
    background: #5790e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
}

.logo-row .btn-group .btn {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    border-right: 1px solid #ffffff;
    padding: 0 5px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
}

.logo-row .btn-group .btn:last-child {
    border: none;
}

.menu {
    width: 100%;
    height: 57px;
    background-color: #0a3f89;
    display: flex;
    align-items: center;
    padding-left: 126px;
    box-sizing: border-box;
}

.menu .menu-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    margin-right: 3em;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .menu-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .menu-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1920px) {
    .menu-item {
        font-size: 16px;
    }
}

.banner {
    width: 100%;
    background: #eeeeee;
    object-fit: cover;
}

.footer {
    width: 100%;
    height: 147px;
    background: #5790E0;
    display: flex;
    align-items: center;
    padding: 0 145px 0 90px;
    box-sizing: border-box;
}

.footer .logo {
    width: 100px;
    height: 100px;
    margin-right: 47px;
}

.footer .footer-text {
    width: 610px;
    height: 71px;
    border-left: 1px solid #ffffff;
    padding-left: 52px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
}

.footer .space {
    flex: 1;
}

.footer .qrcode {
    display: flex;
    overflow: visible;
}

.footer .qrcode .image {
    width: 114px;
    height: 114px;
    margin-right: 16px;
}

.footer .qrcode .image:last-child {
    margin-right: 0;
}

.row {
    width: 100%;
    display: flex;
}

.home-left {
    width: 53%;
}

.home-right {
    width: 34%;
}

.home-product {
    padding: 35px 50px;
    box-sizing: border-box;
}

.home-intro {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-intro .image {
    width: 206px;
    height: 154px;
}

.home-intro .content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    margin-left: 81px;
}

.common-title {
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.common-title .text {
    width: 102px;
    height: 33px;
    background-color: #5790e0;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
}

.common-title .more {
    flex: 1;
    height: 33px;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.common-title .more .image {
    width: 34px;
    height: 10px;
}

.list .item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 30px;
}

.list .item .icon {
    width: 4px;
    margin-right: 9px;
}

.list .item .text {
    flex: 1;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
}

.list .item .text:hover {
    color: #cf2621;
}

.list .item .time {
    color: #909090;
}

.home-product .swiper-container {
    position: relative;
}

.home-product .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-product .swiper-slide .image {
    width: 244px;
    height: 182px;
}

.home-product .swiper-slide .text {
    width: 244px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: #414141;
    margin-top: 18px;
    text-align: center;
}

.home-product .swiper-prev, .home-product .swiper-next {
    width: 14px;
    height: 142px;
    background-color: #dcdcdc;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.home-product .swiper-prev {
    top: 18px;
    left: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

.home-product .swiper-prev .icon {
    width: 14px;
    height: 14px;
    fill: #ffffff;
    transform: rotate(-90deg);
}

.home-product .swiper-prev:hover .icon, .home-product .swiper-next:hover .icon {
    fill: #4a4a4a;
}

.home-product .swiper-next {
    top: 18px;
    right: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.home-product .swiper-next .icon {
    width: 14px;
    height: 14px;
    fill: #ffffff;
    transform: rotate(90deg);
}


.section {
    width: 100%;
    display: flex;
    padding: 35px 50px;
    box-sizing: border-box;
    justify-content: space-between;
}

.section-left {
    width: 21vw;
    min-width: 250px;
}

.section-right {
    flex: 1;
    margin-left: 80px;
    min-width: 500px;
}

.product-kind {
    margin-top: 30px;
    list-style: none;
    margin-bottom: 30px;
}

.product-kind-item {
    width: 100%;
    margin-bottom: 10px;
}

.product-kind-name {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 48px;
    background-color: #5790e0;
    border-radius: 10px;
    padding: 0 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-kind-name .icon {
    width: 16px;
    margin-right: 10px;
}

.sub-kind {
    margin: 14px 0;
    list-style: none;
}

.sub-kind-item {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 0 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #555555;
    cursor: pointer;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.sub-kind-item:hover {
    color: #5790e0;
}

.sub-kind-item .icon {
    width: 14px;
    margin-right: 12px;
}

.article {
    width: 100%;
}

.article .title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0a3f89;
    text-align: center;
    margin-bottom: 40px;
}

.article .content {
    overflow: hidden;
}

.article .content img {
    max-width: 100%;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    user-select: none;
}

.page-total {
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
}

.page-btn {
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    margin: 5px;
    cursor: pointer;
    outline: none;
}

.page-index {
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    margin: 5px;
    cursor: pointer;
}

.page-index.active {
    background: #ffaa00;
    color: #ffffff;
    border: 1px solid #ffaa00;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.product-list .item {
    width: 223px;
    margin: 0 20px 20px 0;
}

.product-list .item .cover {
    width: 223px;
    height: 166px;
}

.product-list .item .text {
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
}

.form {
    display: flex;
    flex-wrap: wrap;
}

.form-item {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.form-item.half {
    width: 50%;
}

.form-item .label {
    width: 80px;
    text-align: right;
    font-size: 16px;
    line-height: 44px;
    color: #333333;
    letter-spacing: 0.8px;
}

.form-item .label.required:before {
    content: '*';
    color: red;
    margin-right: 8px;
    line-height: 44px;
}

.form-item .input {
    flex: 1;
    height: 44px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #cccccc;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}

.form-item .textarea {
    flex: 1;
    height: 106px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #cccccc;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.form-tips {
    width: 100%;
    text-align: right;
    color: #999999;
}

.form .submit-btn {
    width: 260px;
    height: 60px;
    background-color: #5790e0;
    border-radius: 2px;
    font-size: 23.9px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 1.2px;
    color: #ffffff;
    border: none;
    margin-left: 80px;
}

.position-image {
    width: 100%;
    height: 312px;
    background: #eeeeee;
    margin-bottom: 26px;
}

.position-text {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 0 0 46px;
    margin: 0;
}
