@charset "utf-8";

.more {
    /*display: block;*/
    width: calc(309px * 0.8);
    height: calc(94px * 0.8);
    border-radius: 82px;
    background: rgb(184, 30, 51);
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: calc(94px * 0.8);
    letter-spacing: 2px;
    /*margin-top: 61px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.more span {
    /*margin-left: calc(52px * 0.8);*/
    display: inline-block;
    margin-right: 10px;
}

.more img {
    /*margin-left: calc(15px * 0.8);*/
    display: inline-block;
    width: 29px;
}

.more:hover {
    opacity: .7;
}

.more:hover img {
    transform: translateX(80%);
}

.title {
    font-family: PuHuiTi-SemiBold;
    font-size: 90px;
    line-height: 1.2;
}

.title.en {
    font-family: "Poppins-Semibold";

}

/*banner*/
.index-part1 {
    background: rgb(30, 30, 30);
    width: 100%;
    height: 700px;
    border-radius: 0 0 160px 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.index-part1 .swiper-container {
    height: 100%;
}

.index-part1 img {
    display: block;
    margin: auto;
    height: 100%;
}

.index-part1 .imgbg {
    width: 100%;
    height: 100%;
    background: transparent url("../images/ico_addr.png") center center no-repeat;
    background-size: cover;
}

.index-part1 .img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, .3);
    z-index: 10;
}

.index-part1 .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #C4C4C4 !important;
    opacity: .8;
}

.index-part1 .swiper-pagination-bullet-active {
    background: #FFF !important;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2.5rem;
}

.index-part1 .index-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 152px;
    background: rgba(30, 30, 30, .4);
    z-index: 10;
}

.index-part1 .navArea {
    width: 100%;
    height: 31px;
    padding-left: 84px;
    padding-right: 93px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-part1 .text {
    position: absolute;
    bottom: 92px;
    left: 84px;
    z-index: 10;
    /*border: solid 1px red;*/
}

.index-part1 .text .title {
    color: rgb(255, 255, 255);
    text-align: left;
}

.index-part1 .text .bottom {
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: left;
    margin-top: 29px;
}

.index-part2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 186px 0;
    background: transparent url("../images/index-n.png") center right no-repeat;
}

.index-part2 .title {
    color: rgb(30, 30, 30);
    text-align: left;
    padding-bottom: 108px;
}

.index-part2 .sub-title {
    font-family: PuHuiTi-SemiBold;
    display: inline-block;
    color: rgb(30, 30, 30);
    font-size: 64px;
    line-height: 1;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 4px solid rgb(30, 30, 30);
}

.index-part2 .sub-title.en {
    font-family: "Poppins-Semibold";
    font-size: 36px;
    line-height: unset;
    text-decoration: underline;
    border-bottom: unset;
}

.index-part2 .content {
    color: rgb(30, 30, 30);
    font-size: 24px;
    line-height: 44px;
    padding-top: 10px;
    max-width: 1000px;
}

.index-part2 .more {
    background: rgb(184, 30, 51);
    color: rgb(255, 255, 255);
    margin-top: 61px;
}

.index-part3 {
    background: rgb(30, 30, 30);
    padding-bottom: 106px;
}

.index-part3 .title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    text-align: left;
    padding-top: 167px;
    /*padding-left: 84px;*/
    padding-bottom: 84px;
}

.index-part3 .list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.index-part3 .list .item {
    display: block;
    width: 49%;
    max-width: 900px;
    /*max-height: 1040px;*/
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.index-part3 .list .item .item-contain {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.index-part3 .list .item-image {
    display: block;
    width: 100%;
    max-width: 100%;
}

.index-part3 .list .item:hover .item-image {
    transform: scale(1.05);
}

.index-part3 .list .item-title {
    font-family: PuHuiTi-Bold;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 44px;
    padding: 53px 0 10px 36px;
}

.index-part3 .list .item-title.en {
    font-family: Poppins-Bold;
}

.index-part3 .list .item:hover .item-title {
    color: rgb(184, 30, 51);
}

.index-part3 .list .item-info {
    padding: 0 100px 15px 36px;
    color: rgb(0, 0, 0);
    font-size: 32px;
    line-height: 1;
    height: 99px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-part3 .list .item-info.en {
    line-height: 1.5;
}

.index-part3 .list .item:hover .item-info {
    color: rgb(184, 30, 51);
}

.index-part3 .list .item-link {
    font-family: PuHuiTi-Bold;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: right;
    position: relative;
    margin-top: 40px;
    padding-right: 80px;
}

.index-part3 .list .item-link.en {
    font-family: "Poppins-Bold";
}

.index-part3 .list .item:hover .item-link {
    color: rgb(184, 30, 51);
}

.index-part3 .list .item-link:after {
    display: block;
    content: url("../images/case_ico1.svg");
    width: 36px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 18px;
}

.index-part3 .list .item:hover .item-link:after {
    content: url("../images/case_ico2.svg");
}

.index-part3 .more {
    background: rgb(184, 30, 51);
    color: rgb(255, 255, 255);
    margin: 128px auto 0;
}

.index-part4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 186px 0 190px;
}

.index-part4 .title {
    color: rgb(30, 30, 30);
    text-align: left;
    padding-bottom: 84px;
}

.index-part4 .content {
    width: 100%;
}

.index-part4 .content img {
    display: block;
    margin: 0 auto;
}

.index-part5 {
    width: 100%;
    height: 1092px;
    background: transparent url("../images/index-hope.png") center center no-repeat;
    background-size: cover;
    position: relative;
}

.index-part5 .bg {
    width: 100%;
}

.index-part5 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.index-part5 .content .txt {
    font-family: PuHuiTi-SemiBold;
    color: rgb(255, 255, 255);
    font-size: 160px;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.index-part5 .content .txt.en {
    font-family: "Poppins-Semibold";
    font-size: 80px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.index-part5 .more {
    background: rgb(255, 255, 255);
    color: rgb(184, 30, 51);
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.index-part5 .more.en img {
    margin-left: 23px;
}

/*about*/
.about-part1 {
    width: 100%;
    height: 505px;
    background: transparent url("../images/about-banenr.png") center center no-repeat;
    background-size: cover;
    position: relative;
}

.about-part1 .banner {
    width: 100%;
}

.about-part1 .text {
    position: absolute;
    width: 90%;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -24%);
    z-index: 10;
    /*border: solid 1px red;*/
}

.about-part1 .text .title {
    color: rgb(255, 255, 255);
    text-align: left;
}

.about-part1 .text .bottom {
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
}

.about-part2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 180px;
}

.about-part2 .head {
    /*border: solid 1px red;*/
    margin-top: 194px;
    margin-left: 84px;
}

.about-part2 .head .title {
    color: rgb(30, 30, 30);
    text-align: left;
}

.about-part2 .head .bottom {
    color: rgb(30, 30, 30);
    font-size: 40px;
    text-align: left;
    margin-top: 48px;
    line-height: 1.5;
}

.about-part2 .content {
    margin-top: 94px;
    margin-left: 84px;
}

.about-part2 .content .item {
    width: 100%;
}

.about-part2 .content .item .item-title {
    font-family: PuHuiTi-SemiBold;
    color: rgb(30, 30, 30);
    font-size: 40px;
    line-height: 66px;
    border-bottom: 4px solid rgb(30, 30, 30);
}

.about-part2 .content .item .item-title.en {
    font-family: "Poppins-Semibold";
    border-bottom: unset;
    text-decoration: underline;
}

.about-part2 .content .item .item-content {
    margin-top: 33px;
    color: rgb(30, 30, 30);
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 51px;
}

/*clients*/
.clients-part1 {
    width: 100%;
    height: 505px;
    position: relative;
    background: transparent url("../images/customer-banner.png") center no-repeat;
    background-size: cover;
}

.clients-part1 .banner {
    width: 100%;
}

.clients-part1 .text {
    position: absolute;
    width: 90%;
    left: 84px;
    bottom: 60px;
    z-index: 10;
    /*border: solid 1px red;*/
}

.clients-part1 .text .title {
    color: rgb(255, 255, 255);
    font-size: 100px;
    text-align: left;
}

.clients-part2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.clients-part2 img {
    display: block;
    margin: 150px auto 300px;
}

/*cases*/
.cases-part1 {
    width: 100%;
    height: 505px;
    background: transparent url("../images/new-banner.png") center no-repeat;
    background-size: cover;
}

.cases-part1 .banner {
    display: block;
    width: 100%;
}

.cases-part1 .text {
    position: absolute;
    width: 90%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 10;
    /*border: solid 1px red;*/
}

.cases-part1 .text .top {
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: left;
}

.cases-part1 .text .bottom {
    color: rgb(255, 255, 255);
    font-size: 100px;
    text-align: left;
}

.cases-part2 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}

.cases-part2 .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    border-bottom: 4px solid rgb(30, 30, 30);
    padding: 30px 0;
}

.cases-part2 .item:last-child {
    border-bottom: unset;
}

.cases-part2 .item .item-left {
    width: 49%;
    position: relative;
    /*border: solid 1px red;*/
}

.cases-part2 .item .item-left .item-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 30, 51, .7);
    display: block;
    opacity: 0;
}

.cases-part2 .item .item-left .item-cover img {
    display: block;
    width: auto;
    max-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cases-part2 .item .item-left img {
    display: block;
    width: 100%;
}

.cases-part2 .item:hover .item-left .item-cover {
    opacity: 1;
}

.cases-part2 .item .item-right {
    padding: 60px;
    width: 50%;
    height: 100%;
}

.cases-part2 .item .item-right .item-title {
    font-family: PuHuiTi-Bold;
    color: rgb(0, 0, 0);
    font-size: 32px;
    line-height: 44px;
}

.cases-part2 .item .item-right .item-title.en {
    font-family: "Poppins-Bold";
}

.cases-part2 .item:hover .item-right .item-title {
    color: #B81E33;
}

.cases-part2 .item .item-right .item-info {
    color: rgb(0, 0, 0);
    font-size: 42px;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.cases-part2 .item:hover .item-right .item-info {
    color: #B81E33;
}

.cases-part2 .item .item-link {
    font-family: PuHuiTi-Bold;
    display: block;
    position: absolute;
    right: 141px;
    bottom: 78px;
    color: rgb(0, 0, 0);
    font-size: 24px;
}

.cases-part2 .item .item-link.en {
    font-family: "Poppins-Bold";
}

.cases-part2 .item:hover .item-link {
    color: #B81E33;
}

.cases-part2 .item .item-link:after {
    display: block;
    content: url("../images/case_ico1.svg");
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: -58px;
}

.cases-part2 .item .item-link.en:after {
    transform: translateY(-50%);
}

.cases-part2 .item:hover .item-link:after {
    content: url("../images/case_ico2.svg");
}

.cases-part2-list2 {
    width: 100%;
    max-width: 1200px;
    margin: 131px auto;
}

.cases-part2-list2 .item {
    width: 49%;
    max-height: 656px;
    display: inline-block;
    margin-bottom: 100px;
}

.cases-part2-list2 .item:nth-child(odd) {
    margin-right: 10px;
}

.cases-part2-list2 .item .item-left {
    width: 100%;
    position: relative;
    /*border: solid 1px red;*/
}

.cases-part2-list2 .item .item-left .item-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 30, 51, .7);
    display: block;
    opacity: 0;
}

.cases-part2-list2 .item .item-left .item-cover img {
    display: block;
    width: 191px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cases-part2-list2 .item .item-left img {
    display: block;
    width: 100%;
}

.cases-part2-list2 .item:hover .item-left .item-cover {
    opacity: 1;
}

.cases-part2-list2 .item .item-right {
    margin-top: 16px;
    width: 100%;
    /*height: 200px;*/
    overflow: hidden;
}

.cases-part2-list2 .item .item-right .item-title {
    font-family: PuHuiTi-Bold;
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 44px;
}

.cases-part2-list2 .item .item-right .item-title.en {
    font-family: "Poppins-Bold";
}

.cases-part2-list2 .item:hover .item-right .item-title {
    color: #B81E33;
}

.cases-part2-list2 .item .item-right .item-info {
    color: rgb(0, 0, 0);
    font-size: 32px;
    line-height: 1;
    text-align: left;
    padding-top: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cases-part2-list2 .item .item-right .item-info.en {
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.cases-part2-list2 .item:hover .item-right .item-info {
    color: #B81E33;
}

.cases-part2-list2 .item .item-link {
    font-family: PuHuiTi-Bold;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 24px;
    margin-top: 20px;
    text-align: right;
    padding-right: 106px;
}

.cases-part2-list2 .item .item-link.en {
    font-family: "Poppins-Bold";
}

.cases-part2-list2 .item:hover .item-link {
    color: #B81E33;
}

.cases-part2-list2 .item .item-link:after {
    display: block;
    content: url("../images/case_ico1.svg");
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 53px;
}

.cases-part2-list2 .item .item-link.en:after {
    transform: translateY(-50%);
}

.cases-part2-list2 .item:hover .item-link:after {
    content: url("../images/case_ico2.svg");
}

.cases-part3 {
    width: 100%;
}

.cases-part3 .more {
    background: rgb(184, 30, 51);
    color: rgb(255, 255, 255);
    margin: 100px auto;
    display: none;
}

.cases-part3 .page {
    width: 100%;
    height: 80px;
    /*border: solid 1px red;*/
    margin: 20px auto 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases-part3 .page a {
    font-family: PuHuiTi-SemiBold;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 10px;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin: 0 5px;
}

.cases-part3 .page.en a {
    font-family: Poppins-Semibold;
}

.cases-part3 .page .first,
.cases-part3 .page .prev,
.cases-part3 .page .next,
.cases-part3 .page .end {
    font-family: PuHuiTi-Bold;
    width: 140px;

}

.cases-part3 .page.en .first,
.cases-part3 .page.en .prev,
.cases-part3 .page.en .next,
.cases-part3 .page.en .end {
    font-family: Poppins-Bold;
}

.cases-part3 .page .active,
.cases-part3 .page .active:hover {
    background: rgb(184, 30, 51);
    color: rgb(255, 255, 255);
    font-size: 30px;
    border-color: unset;
}

.cases-part3 .page a:hover {
    background-color: #C4C4C4;
}

.cases-part4 .more {
    background: rgb(184, 30, 51);
    color: rgb(255, 255, 255);
    margin: 100px auto;
}

.cases-part4 .more span {
    margin-left: 10px;
}

.cases-part4 .more img {
    transform: scaleX(-1);
}

.cases-part4 .more:hover img {
    transform: scaleX(-1) translateX(100%);
}

/*cases detail*/

.cases-detail-part1 {
    width: 100%;
    position: relative;
}

.cases-detail-part1 .banner {
    display: block;
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    height: 505px;
    background: transparent url("../images/cases-detail-top.png") center no-repeat;
    background-size: cover;
}

.cases-detail-part1 .cover {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180.00deg, rgba(196, 196, 196, 0) 54.962%,rgba(110, 110, 110, 0.97) 100%);*/
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0) 62.595%, rgb(0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.cases-detail-part1 .text {
    position: absolute;
    width: 90%;
    bottom: 30px;
    left: 84px;
    z-index: 10;
    /*border: solid 1px red;*/
}

.cases-detail-part1 .text .top {
    font-family: PuHuiTi-Bold;
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: left;
}

.cases-detail-part1 .text .top.en {
    font-family: Poppins-Bold;
}

.cases-detail-part1 .text .bottom {
    font-family: PuHuiTi-SemiBold;
    color: rgb(255, 255, 255);
    font-size: 80px;
    text-align: left;
    line-height: 1;
}

.cases-detail-part1 .text .bottom.en {
    font-family: Poppins-Semibold;
}

.cases-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 32px;
    padding-top: 100px;
}

/*.cases-main .txt1 {*/
/*padding: 90px 20px;*/
/*line-height: 44px;*/
/*}*/

.cases-main img {
    width: auto;
}

/*.cases-main .txt-main {*/
/*padding: 90px 20px 0;*/
/*}*/

/*.cases-main .txt2 {*/
/*font-size: 24px;*/
/*line-height: 44px;*/
/*padding-top: 95px;*/
/*}*/

/*.cases-main h4 {*/
/*color: rgb(184, 30, 51);*/
/*font-size: 100px;*/
/*line-height: 137px;*/
/*}*/

/*.cases-main h5 {*/
/*font-size: 28px;*/
/*line-height: 44px;*/
/*}*/

.cases-main span, .cases-main p {
    text-wrap: unset !important;
    line-height: 1 !important;
}

/*contact*/
.contact-part1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-part1 .text {
    margin-left: 84px;
    margin-top: 257px;
}

.contact-part1 .text .title {
    color: rgb(30, 30, 30);
    text-align: left;
}

.contact-part1 .text .bottom {
    font-family: PuHuiTi-Light;
    color: rgb(30, 30, 30);
    font-size: 24px;
    text-align: left;
    line-height: 1.8;
    margin-top: 20px;
}

.contact-part1 .text .bottom span {
    font-family: PuHuiTi-SemiBold;
}

.contact-part1 .text .bottom.en {
    font-family: Poppins-Light;
}

.contact-part1 .text .bottom.en span {
    font-family: Poppins-Semibold;
}

.contact-part1 .main {
    width: 693px;
    float: right;
    margin-top: 61px;
    margin-right: 84px;
    margin-bottom: 500px;
}

.contact-part1 .main .area {
    font-family: PuHuiTi-SemiBold;
    color: rgb(30, 30, 30);
    font-size: 40px;
    line-height: 55px;
    border-bottom: 2px solid rgb(30, 30, 30);
    margin-top: 36px;
    padding-bottom: 17px;
}

.contact-part1 .main .area.en {
    font-family: Poppins-Semibold;
}

.contact-part1 .main .name {
    font-family: PuHuiTi-SemiBold;
    color: rgb(30, 30, 30);
    font-size: 20px;
    line-height: 27px;
    padding-left: 38px;
    margin-top: 32px;
}

.contact-part1 .main .name.en {
    font-family: Poppins-Semibold;
}

.contact-part1 .main .addr {
    font-family: PuHuiTi-Light;
    color: rgb(30, 30, 30);
    font-size: 20px;
    line-height: 27px;
    /*opacity: .8;*/
    padding-left: 38px;
    position: relative;
    margin-top: 5px;
}

.contact-part1 .main .addr.en {
    font-family: Poppins-Light;
}

.contact-part1 .main .addr:before {
    display: block;
    content: url("../images/addr.svg");
    width: 15px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 13px;
}