* {
    margin: 0;
    padding: 0;
    font-family: 'normal';
}
@font-face {
    font-family: 'normal';
    src: url('./1692107189454175.ttf');
}
ul {
    list-style: none;
}
button {
    border: 0;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
a {
    color: #000;
    text-decoration: none;
}
.cc-header {
    height: 700px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.cc-header::after {
    content: '';
    position: absolute;
    width: 120%;
    bottom: 0px;
    height: 100%;
    background: url('./images/Vector 3.png') center no-repeat;
    background-size: 110%;
    z-index: 1;
}
.cc-header-top {
    height: 80px;
    position: relative;
    z-index: 3;
}
.cc-main {
    width: 78%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.cc-logo {
    width: 200px;
    height: 60px;
}
.cc-menu {
    display: flex;
    margin-left: 200px;
}
.cc-header-top .cc-main {
    display: flex;
    align-items: center;
}
.cc-menu li {
    margin: 0 20px;
}
.cc-menu li a {
    display: block;
    color: #1341ba;
    font-weight: 600;
    font-size: 16px!important;
}
.cc-btn {
    position: absolute;
    right: 0;
}
.cc-btn a {
    color: #2a84c6;
    font-size: 14px;
}
.cc-btn button {
    padding: 6px 20px;
    box-sizing: border-box;
    background-color: #1442ba;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 10px;
}
.cc-header-bottom {
    position: relative;
    z-index: 100;
}
.union_one {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 130px;
    height: 130px;
    background: url('./images/Union.png') no-repeat 100%;
}
.cc-header-bottom .cc-main {
    display: flex;
}
.cc-header-left {
    width: 50%;
    height: calc(100% - 80px);
    padding: 100px 0 100px 0;
    box-sizing: border-box;
}
.cc-header-right {
    width: 50%;
    position: relative;
}
.cc-header-left .cc-title {
    font-size: 68px;
    line-height: 100px;
    color: #0a215e;
}
.cc-company-desc {
    font-size: 14px;
    color: #0a215e;
    line-height: 20px;
}

.cc-header-left button {
    border-radius: 5px;
    background-color: #1442bb;
    padding: 12px 22px;
    box-sizing: border-box;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.cc-header-left button i {
    font-size: 24px;
    margin-left: 10px;
}
.cc-header-right .cc-bg {
    width: 596px;
    height: 520px;
    position: absolute;
    right: 0;
    background: url('./images/Banner.png') no-repeat;
    background-size: 100%;
}
.cc-supply {
    padding: 96px;
    box-sizing: border-box;
    display: flex;
}
.cc-supply-left {
    width: 50%;
}

.cc-supply-right {
    width: 50%;
}
.cc-s-l-bg {
    width: 496px;
    height: 532px;
    background: url('./images/Frame 4578.png') no-repeat;
    background-size: 100%;
}
.cc-supply-list {
}
.cc-supply-list h3 {
    font-size: 30px;
    color: #0a215e;
    margin-bottom: 20px;
}
.cc-supply-list p {
    font-size: 16px;
    color: #0a215e;
}
.cc-list {
    height: 520px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.cc-list .swiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cc-list .swiper .swiper-slide {
    width: 550px;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: all 0.3s;
}
.cc-list .swiper .swiper-slide:hover {
    transform: scale(1.04);
}
.swl {
    width: 200px;
    height: 100%;
}
.swt {
    padding: 10px;
    box-sizing: border-box;
}
.swt h2 {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.swl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cc-join {
}
.cc-join-title {
    text-align: center;
}
.cc-join-title h3 {
    color: #0a215e;
    font-size: 30px;
    margin-bottom: 20px;
}
.cc-join-title p {
    font-size: 16px;
    color: #0a215e;
}

.cc-join-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 90px;
    margin-top: 60px;
}
.cc-join-list .cc-item {
    background-color: rgba(137, 186, 214, 0.14);
    width: 100%;
    height: 200px;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}
.cc-join-list .cc-item .cc-item-img {
    width: 200px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.cc-join-list .cc-item .cc-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cc-item-info {
    width: calc(100% - 200px);
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.cc-item-info h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.cc-item-info h3:hover {
    text-decoration: underline;
}
.cc-item-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
.cc-item-bottom p b {
    color: #ef1f1f;
    font-size: 20px;
}
.cc-item-bottom p b span {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.cc-item-bottom button {
    margin-right: 20px;
    padding: 6px 12px;
    box-sizing: border-box;
    background-color: #fe9e07;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.cc-footer {
    margin-top: 40px;
    background-color: #0d2c7b;
}
.cc-footer-top {
    height: 100px;
}
.cc-footer-bottom {
    height: 120px;
    display: flex;
    align-items: center;
}
.cc-footer-bottom-left {
    width: 50%;
}
.cc-footer-bottom-left > div {
    display: flex;
    align-items: center;
}
.cc-footer-bottom-left > p {
    margin-top: 20px;
    color: #fff;
}
.cc-footer-bottom-left span {
    width: 1px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    margin: 0 10px;
}
.cc-footer-bottom-left p {
    color: #fff;
    font-size: 14px;
}
.cc-footer-bottom-right {
    width: 50%;
    text-align: right;
    color: #fff;
}
.cc-footer-bottom-right a {
    color: #fff;
}
.cc-footer-bottom-left h3 {
    font-size: 22px;
    color: #fff;
}
.cc-footer-top {
    padding: 20px 0;
    box-sizing: border-box;
}
.cc-footer-nav {
    background-color: #ffc107;
    width: 600px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.9);
}
.cc-footer-nav a {
    margin: 0 20px;
    text-decoration: underline;
}
.swt button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #0a215e;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
}
.cc-s-d {
    padding: 20px 0;
    box-sizing: border-box;
}
.cc-s-d .cc-main {
    display: flex;
    justify-content: space-between;
}
/*.cc-s-swiper {*/
/*    width: 450px;*/
/*    height: 400px;*/
/*}*/
.cc-s-info {
    width: 800px;
}
.cc-s-shop {
    width: 200px;
}

.c-p-p {
    font-size: 24px;
    font-weight: 700;
    color: #ef1f1f;
    margin-left: 20px;
}
.c-p-n {
    color: rgba(0, 0, 0, 0.8);
    margin-left: 20px;
}
.cc-s-info .cc-price:last-of-type p {
    color: #666;
}
.cc-s-info .cc-price:last-of-type p i {
    color: #fe9e07;
}
.cc-other {
    margin-top: 10px;
}
.cc-other ul {
    font-size: 14px;
    color: #999;
}
.cc-other ul li {
    line-height: 40px;
}
.cc-other ul label {
    width: 80px;
    text-align: left;
    display: inline-block;
}
.cc-other ul span {
    color: rgba(0, 0, 0, 0.8);
}
.cc-s-btn {
    margin-top: 10px;
}
.cc-s-btn button {
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}
.cc-s-btn button:first-of-type {
    background-color: #ef1f1f;
}
.cc-s-btn button:last-of-type {
    background-color: #fe9f06;
    margin-left: 20px;
}

.cc-s-shop {
    background-image: linear-gradient(#f5faff, #fff);
    border: 1px solid #eee;
    height: 200px;
}
.cc-s-shop-top {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    padding: 16px 14px 20px;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cc-s-shop-top span {
    width: 60px;
    height: 60px;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
}
.cc-s-shop-top b {
    margin-top: 20px;
}
.cc-s-shop-bottom {
    padding: 0 8px 25px 16px;
    box-sizing: border-box;
}
.cc-s-shop-bottom button {
    width: 100%;
    padding: 8px 0;
    font-size: 18px;
    border-radius: 5px;
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.6);
}
.cc-s-recommend {
    margin-top: 20px;
}
.cc-s-recommend .cc-r-title {
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}
.cc-s-recommend .cc-r-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}
.cc-s-recommend .cc-r-list .cc-r-item {
}
.cc-s-recommend .cc-r-list .cc-r-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}
.cc-s-recommend .cc-r-list .cc-r-item .cc-r-name {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cc-s-recommend .cc-r-list .cc-r-item .cc-r-name:hover {
    color: #ef1f1f;
    cursor: pointer;
}
.cc-s-recommend .cc-r-list .cc-r-item .cc-r-price {
    color: #ef1f1f;
    font-size: 16px;
    font-weight: 600;
}
.cc-s-desc {
    margin-top: 20px;
}

.cc-s-desc-title span {
    display: inline-block;
    background-color: #ef1f1f;
    color: #fff;
    height: 100%;
    width: 100px;
    line-height: 50px;
    text-align: center;
}
.cc-s-desc-content {
    padding: 20px 0;
    box-sizing: border-box;
}
.cc-join-list-label {
    width: 800px;
}
.cc-join-list-list {
    margin-top: 20px;
}
.cc-join-list-list label {
    color: #717171;
    font-size: 14px;
    width: 100px;
    text-align: left;
}
.cc-join-list-list li {
    display: flex;
    line-height: 30px;
}
.cc-s-s-b-s {
    padding: 20px 10px;
    border-top: 1px solid #ddd;
}
.cc-s-s-b-s p {
    font-size: 14px;
    color: #717171;
    line-height: 25px;
}
.cc-s-four-title ul {
    display: flex;
    height: 36px;
    border-bottom: 3px solid #c0090d;
}
.cc-s-four-title ul li {
    width: 128px;
    line-height: 36px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.cc-s-four-title ul li:last-of-type {
    border-right: 1px solid #ccc;
}
.cc-s-four-title ul li div {
    cursor: pointer;
}
.cc-four-tit {
    height: 32px;
    line-height: 32px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.cc-four-tit span {
    color: #c0090d;
}
.cc-four-content {
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 30px;
}
.cc-four-item {
    margin-top: 50px;
}
