.contentbox {
    line-height: 1.4;
}
a.design-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.text-black {
    color: #230404;
}
.text-red {
    color: #e62129;
}
.text-bold {
    font-weight: bold;
}
.hover-opacity:hover {
    opacity: 0.9;
}
.design-width {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sp-icon {
    position: relative;
}
.sp-icon::after {
    content: "";
    display: block;
    background: url(../image/sprites2.png);
}

.banner {
    padding: 100px 0 190px;
}
.banner-title-en {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 1px 12px #e40001;
}
.banner-title-zh {
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 1px 12px rgba(228, 0, 1, 0.6);
    margin-top: 3px;
}
.banner-line {
    width: 40px;
    height: 8px;
    background: #ffffff;
    margin-top: 18px;
}
.banner-ican {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-top: 26px;
}
.banner-ican-des {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-top: 7px;
}
.banner-ican-des-en {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 10px;
}
.banner-btns {
    display: flex;
    margin-top: 69px;
}
.banner-btn {
    min-width: 180px;
    line-height: 48px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.banner-btn:first-child {
    background-color: white;
    color: #f8232c;
}
.banner-btn:first-child:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.banner-btn:last-child {
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-left: 10px;
}
.banner-btn:last-child:hover {
    background-color: white;
    color: #f8232c;
}
.intro {
    display: flex;
    height: 160px;
    background-color: white;
    box-shadow: 0px 4px 24px 0px rgba(33, 7, 8, 0.06);
    margin-top: -60px;
}
.intro-l {
    width: 352px;
    padding-left: 50px;
}
.intro-l-title {
    display: flex;
    margin-top: 23.4px;
}
.intro-l-left {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #e62129;
}
.intro-l-right {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    margin-left: 4px;
}
.intro-l-right::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #333333;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-top: 20.6px;
}
.intro-l-title-en {
    font-size: 12px;
    font-family: Avenir;
    font-weight: normal;
    color: #230404;
    margin-top: -1.84px;
}
.intro-l-bottom {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e62129;
    margin-top: 2.4px;
    letter-spacing: 8px;
}
.intro-item {
    flex: 1;
    border-left: solid #f1f1f1 1px;
    padding-left: 29px;
    background-color: white;
    transition: all 0.3s;
}
.intro-item:hover {
    transform: translateY(-4px);
}
.intro-item-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #230404;
    margin-top: 32px;
}
.intro-item-des {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #908c8c;
    margin-top: 3.6px;
}
.intro-arrow {
    margin-top: 28.6px;
}
.intro-arrow::after {
    width: 41px;
    height: 8px;
    background-position: -598px -506px;
}
.service {
    margin-top: 80px;
}
.service::before,
.value::before,
.team::before,
.process::before {
    content: "";
    display: block;
    background: url( "../image/sprites2.png") no-repeat center;
    background-position: -2px -2px;
    width: 295px;
    height: 171px;
    margin: 0 auto -86px;
}
.service-title,
.value-title,
.team-title,
.process-title {
    display: flex;
    align-items: flex-end;
}
.service-title-left,
.value-title-left,
.team-title-left,
.process-title-left {
    margin-bottom: 9.2px;
    flex: 0.5;
}
.service-title-left::after,
.value-title-left::after,
.team-title-left::after,
.process-title-left::after {
    width: 151px;
    height: 12px;
    background-position: -158px -533px;
}
.service-title-text,
.value-title-text,
.team-title-text,
.process-title-text {
    flex: 1;
    text-align: center;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
}
.service-title-right,
.value-title-right,
.team-title-right,
.process-title-right {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    margin-bottom: 9.2px;
    flex: 0.5;
    text-align: right;
}
.service-des,
.value-des,
.team-des,
.process-des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    margin-top: 13px;
    text-align: center;
}
.service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46.8px;
}
.service-right {
    margin-left: 40px;
}
.service-left,
.service-right {
    flex: 1;
    padding: 0 40px;
    background: #f5f5f5;
    transition: all 0.3s;
}
.service-left:hover,
.service-right:hover {
    background: #e62129;
}
.service-left-top,
.service-right-top {
    padding: 34.2px 0 17.6px;
    border-bottom: 1px dashed #e3dcdc;
    position: relative;
}
.service-left-title,
.service-right-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #230404;
    transition: all 0.3s;
}
.service-left-des,
.service-right-des {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #908c8c;
    transition: all 0.3s;
}
.service-left:hover .service-left-title,
.service-right:hover .service-right-title,
.service-left:hover .service-left-des,
.service-right:hover .service-right-des,
.service-left:hover .service-name,
.service-right:hover .service-name {
    color: white;
}
.customer {
    display: flex;
    min-width: 117px;
    border: 1px solid #e62129;
    position: absolute;
    right: 0;
    top: 39px;
}
.customer span {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e62129;
    line-height: 29px;
}
.customer .sp-icon::after {
    width: 30px;
    height: 29px;
    background-position: -538px -404px;
}
.service-left:hover .customer,
.service-right:hover .customer {
    border-color: white;
}
.service-left:hover .customer span,
.service-right:hover .customer span {
    color: white;
}
.service-left:hover .customer .sp-icon,
.service-right:hover .customer .sp-icon {
    width: 30px;
    height: 29px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-left:hover .customer .sp-icon::after,
.service-right:hover .customer .sp-icon::after {
    width: 12px;
    height: 12px;
    background-position: -558px -533px;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.service-item {
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.service-icon::after {
    width: 80px;
    height: 80px;
    margin: 0 auto 8.2px;
}
.icon-tm::after {
    background-position: -286px -352px;
}
.icon-tb::after {
    background-position: -170px -448px;
}
.icon-jd::after {
    background-position: -2px -448px;
}
.icon-dy::after {
    background-position: -682px -2px;
}
.icon-al::after {
    background-position: -371px -352px;
}
.icon-pdd::after {
    background-position: -86px -448px;
}
.icon-ymx::after {
    background-position: -254px -448px;
}
.icon-smt::after {
    background-position: -598px -170px;
}
.icon-sy::after {
    background-position: -598px -86px;
}
.icon-dz::after {
    background-position: -338px -448px;
}
.icon-bbxq::after {
    background-position: -598px -254px;
}
.icon-hb::after {
    background-position: -506px -448px;
}
.icon-ppxx::after {
    background-position: -598px -2px;
}
.icon-zt::after {
    background-position: -598px -422px;
}
.icon-ejym::after {
    background-position: -422px -448px;
}
.icon-ztc::after {
    background-position: -598px -338px;
}
.service-name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    text-align: center;
}
.case-bg {
    margin-top: 80px;
    background-color: #de1e25;
    padding: 149px 0;
}
.case {
    display: flex;
}
.case-left {
    width: 325px;
    height: 481px;
    background: #ffffff;
    padding-left: 40px;
}
.case-left::before {
    content: "";
    display: block;
    background: url(../image/sprites2.png) no-repeat center;
    width: 284px;
    height: 159px;
    background-position: -299px -177px;
    margin-left: -40px;
    margin-bottom: -159px;
}
.case-no {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    margin-top: 46.2px;
}
.case-title {
    font-size: 60px;
    font-family: Microsoft YaHei;
    color: #e62129;
    margin-top: 23.2px;
}
.case-title + .case-title {
    margin-top: -6px;
}
.case-left-line {
    width: 50px;
    height: 1px;
    background: #e62129;
    margin-top: 28px;
}
.case-des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    margin-top: 36.2px;
}
.case-btn {
    width: 206px;
    line-height: 36px;
    background: #e62129;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-top: 40px;
}
.case-right {
    width: 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.case-item {
    width: 20%;
    height: 240px;
    position: relative;
    cursor: pointer;
}
.case-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.case-cover img {
    width: 100%;
    height: 100%;
}
.case-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 0, 10, 0.9);
    transition: all 0.3s;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.case-item:hover .case-info {
    opacity: 1;
}
.case-tags {
    display: flex;
}
.case-tag {
    padding: 0 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e62129;
    line-height: 20px;
    background: #ffffff;
}
.case-tag + .case-tag {
    margin-left: 6px;
}
.case-item-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-top: 11.4px;
}
.case-arrow {
    margin-top: 16.4px;
    flex: 1;
}
.case-arrow::after {
    width: 8px;
    height: 40px;
    background-position: -2px -633px;
}
.case-item-btn {
    min-width: 131px;
    line-height: 29px;
    border: 1px solid #ffffff;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 11px;
    position: relative;
}
.case-item-btn:hover {
    background-color: white;
    color: #e62129;
}
.value {
    margin-top: 100px;
    padding: 0 0 100px;
}
.value-list {
    margin-top: 67.8px;
    display: flex;
    justify-content: center;
}
.value-item {
    width: 386px;
    height: 510px;
    position: relative;
}
.value-item + .value-item {
    margin-left: 60px;
}
.value-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.value-cover img {
    width: 100%;
    height: 100%;
}
.value-info,
.value-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.value-hover {
    opacity: 0;
    transition: all 0.3s;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e62129;
}
.value-item-title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-top: 197.8px;
    text-align: center;
}
.value-line {
    width: 50px;
    height: 3px;
    background: #ffffff;
    margin: 22.8px auto 35.8px;
}
.value-item-des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}
.value-item:hover .value-hover {
    opacity: 1;
}
.value-hover-icon::after {
    width: 90px;
    height: 90px;
    background-position: -192px -352px;
    margin: 0 auto 30px;
}
.value-item:nth-child(2) .value-hover-icon::after {
    background-position: -3px -353px;
}
.value-item:nth-child(3) .value-hover-icon::after {
    background-position: -98px -352px;
}
.value-hover-des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    width: 100%;
    flex: 1;
}
.value-hover-btn {
    margin-top: 10px;
    min-width: 200px;
    line-height: 48px;
    background: #ffffff;
    text-align: center;
    position: relative;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e62129;
}
.team-bg {
    background: #f5f5f5;
    padding-top: 100px;
}
.team {
    padding-bottom: 70px;
}
.team::before {
    background-position: -301px -2px;
}
.team .team-list {
    margin-top: 57px;
}
.team .team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding-bottom: 19px;
    position: relative;
}
.team-cover {
    width: 100%;
    min-height: 300px;
}
.team-cover img {
    width: 100%;
    height: auto;
}
.team-name {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #230404;
    margin-top: 16px;
}
.team-tag {
    padding: 0 5px;
    line-height: 26px;
    margin-top: 6px;
    background: #e62129;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}
.team-item-des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
    margin-top: 16.2px;
    padding: 0 20px;
}
.team-item-bottom {
    display: flex;
    align-items: center;
    margin-top: 17.2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969191;
}
.team-item-bottom::before,
.team-item-bottom::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #eeeeee;
    margin: 0 9px;
}
.team-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(230, 33, 41, 0.95);
    padding: 70px 30px 30px;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.team-item:hover .team-hover {
    opacity: 1;
}
.team-hover-icon::after {
    width: 44px;
    height: 44px;
    background-position: -2px -585px;
}
.team-hover-des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    margin-top: 30px;
    flex: 1;
}
.team-hover-btn {
    width: 100%;
    height: 48px;
    background-color: white;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(230, 33, 41);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-shrink: 0;
}
.team-page {
    margin-top: 29px;
    display: flex;
    justify-content: center;
}
.team-prev,
.team-next {
    width: 44px;
    height: 44px;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-prev::after,
.team-next::after {
    width: 9px;
    height: 16px;
    background-position: -156px -585px;
}
.team-prev.active::after,
.team-next.active::after {
    background-position: -143px -585px;
}
.team-prev.active,
.team-next.active {
    background: #e62129;
}
.team-prev.active,
.team-next {
    transform: rotateY(180deg);
}
.team-next.active {
    transform: rotateY(0);
}
.process-bg {
    background-color: #e62129;
    padding-top: 60px;
}
.process {
    padding-bottom: 44.6px;
}
.process::before {
    background-position: -2px -177px;
}
.process-title-left,
.process-title-text,
.process-title-right,
.process-des {
    color: white;
}
.process-title-left::after {
    background-position: -313px -533px;
}
.process-list {
    margin-top: 55.8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-item {
    width: 180px;
    height: 148px;
    background: #ffffff;
    text-align: center;
}
.process-icon {
    margin: 30px auto 18.4px;
    height: 48px;
    display: flex;
    align-items: center;
}
.process-icon::after {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.icon-qqgt::after {
    background-position: -539px -352px;
}
.icon-dgfw::after {
    background-position: -2px -533px;
}
.icon-xxjh::after {
    width: 42px;
    height: 37px;
    background-position: -96px -585px;
}
.icon-sjgt::after {
    background-position: -54px -533px;
}
.icon-zsfw::after {
    background-position: -106px -533px;
}
.icon-hqgt::after {
    width: 42px;
    height: 38px;
    background-position: -50px -585px;
}
.process-item span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #230404;
}
.process-arrow::after {
    width: 16px;
    height: 14px;
    margin: 0 12px;
    background-position: -573px -404px;
}
.process-bottom {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 38.6px;
    text-align: center;
}
.preview-content .swiper-wrapper img {
    max-width: 70% !important;
    height: auto;
}
