.o-1-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.o-2-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.o-3-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.h560 {
    height: 560px;
}

.h500 {
    height: 500px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.overflow-ellipsis-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.overflow-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.overflow-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    margin: 0 auto;
}

.header .header-content {
    width: 1600px;
    height: inherit;
    margin: 0 auto;
}

.header .honor-item.sub {
    width: 100%;
    height: 60px;
    line-height: 40px;
    padding-top: 20px;
    text-align: right;
}

.header .honor-item.sub .sub-btn {
    position: relative;
    width: 130px;
    height: 40px;
    background-color: #eeeeee;
    border-radius: 20px;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.header .honor-item.sub li {
    display: inline-block;
}

.header .honor-item.sub li:hover .sub-btn {
    background-color: #e0e0e0;
}

.header .honor-item.sub li:hover .qrcode {
    display: block;
}

.header .honor-item.sub img.icon {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.header .honor-item.sub span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #666666;
}

.header .qrcode {
    display: none;
    z-index: 99;
    position: absolute;
    top: 45px;
    left: 0;
    width: 130px;
    height: 160px;
    line-height: 20px;
    background-color: #ffffff;
    margin-top: 5px;
}

.header .qrcode img {
    width: 130px;
    height: 130px;
}

.header .qrcode p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.header.fixed {
    animation-name: HeaderSlideIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 140px;
    box-shadow: 2px 2px 10px #818181;
}

.header.fixed .honor-item.sub {
    display: none;
}

@keyframes HeaderSlideIn {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

.nav-group {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.nav-group ul {
    text-align: right;
    margin-bottom: 30px;
}

.nav-group li {
    display: inline-block;
    line-height: 50px;
    margin: 0 60px;
}

.nav-group li:first-child {
    margin-left: 0;
}

.nav-group li:last-child {
    margin-right: 0;
}

.nav-group a {
    font-size: 20px;
    color: #333333;
    letter-spacing: 2px;
    text-decoration: none;
}

.nav-group li:hover a,
.nav-group li.active a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #bb0511;
}

.nav-group li:hover a:after,
.nav-group li.active a:after {
    display: block;
    content: '';
    width: 45%;
    height: 4px;
    background-color: #bb0511;
    margin: 0 auto;
}
.logo{
    display: flex;
    align-items: center;
    padding-right: 70px;
    width: 420px;
    height: 120px;
}
.logo img {
    width: 100%;
    height: auto;
}

.index-banner {
    max-width: 1920px;
    height: 660px;
    background-color: #e0e0e0;
    margin: 0 auto;
}

.index-banner img{
   max-width: 100%;
}

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

.index-banner .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background-color: #ffffff;
    border-radius: 2px;
    opacity: 0.5;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #b39559;
    opacity: 1;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
    bottom: 80px;
}

.index-container {
    max-width: 1920px;
    height: auto;
    margin: 80px auto 145px auto;
}

.index-container .w100pct {
    width: 100%;
}

.index-container .w1600px {
    width: 1600px;
    margin: 0 auto;
}

.index-container .title {
    position: relative;
    width: 100%;
    height: auto;
}

.index-container .title h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 4px;
    color: #121212;
}

.index-container .title span {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #aaaaaa;
}

.index-container .content {
    width: 100%;
    height: auto;
}

.index-brand {
    width: 100%;
    height: auto;
}

.index-brand li {
    width: 520px;
    height: 242px;
    float: left;
    padding: 0 50px;
    margin: 20px 20px 0 0;
    background-color: #f6f6f6;
    transition: all 0.35s;
}

.index-brand li p {
    margin-top: 28px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 28px;
}

.index-brand li:hover {
    background-color: #bb0511;
}

.index-brand li:hover h3,
.index-brand li:hover p {
    color: #ffffff;
}

.index-brand li:nth-child(3n) {
    margin-right: 0;
}

.index-brand .icon {
    width: 100%;
    height: 57px;
    line-height: 57px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 60px;
    display: flex;
}

.index-brand .icon .img {
    width: 57px;
    height: 57px;
}

.index-brand .icon .img.active {
    display: none;
}

.index-brand .icon h3 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    color: #121212;
    margin-left: 20px;
}

.appointment {
    width: 100%;
    height: 425px;
    margin-top: 145px;
    display: flex;
    justify-content: space-between;
}

.appointment .item1 {
    width: 320px;
    height: 100%;
}

.appointment .item1 li:nth-child(1) {
    width: 320px;
    height: 120px;
    background-color: #dcdddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.appointment .item1 li:nth-child(1) img {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 18px;
}

.appointment .item1 li:nth-child(1) h3 {
    display: inline;
    font-size: 30px;
    letter-spacing: 3px;
    color: #ffffff;
}

.appointment .item1 li:nth-child(2) {
    margin-right: 10px;
}

.appointment .item1 li:nth-child(2),
.appointment .item1 li:nth-child(3) {
    width: 155px;
    height: 155px;
    float: left;
    background-color: #dcdddd;
    margin-top: 10px;
    text-align: center;
}

.appointment .item1 li:nth-child(2) img,
.appointment .item1 li:nth-child(3) img {
    position: relative;
    left: -32px;
    width: 42px;
    height: 42px;
    margin: 24px 0 22px 0;
}

.appointment .item1 li:nth-child(2) h3,
.appointment .item1 li:nth-child(3) h3 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffffff;
}

.appointment .item2 {
    width: 730px;
    height: 100%;
}

.appointment .item2 .title {
    text-align: right;
}

.appointment .item2 .title h2 {
    padding-right: 102px;
}

.appointment .item3 {
    position: relative;
    width: 380px;
    height: 100%;
    background-color: #fff;
}

.appointment .item3 a {
    position: absolute;
    bottom: 0;
    display: block;
    width: 380px;
    height: 285px;
}

.appointment .item3 img {
    width: 100%;
    height: 100%;
}

.appointment .title {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.appointment .title h2 {
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 4px;
    color: #121212;
}

.appointment .title p {
    font-size: 20px;
    letter-spacing: 8px;
    color: #666666;
}

.appointment .appointment-form-box {
    width: 100%;
    height: 286px;
    margin-top: 60px;
}

.appointment .appointment-form-box .input-group {
    width: 100%;
    height: 54px;
    margin-bottom: 20px;
}

.appointment .appointment-form-box h3 {
    display: inline;
    font-size: 22px;
    letter-spacing: 2px;
    color: #121212;
    margin-right: 7px;
}

.appointment .appointment-form-box select {
    width: 190px;
    height: 54px;
    outline: none;
    font-size: 20px;
    border: solid 2px #b7b7b7;
    margin-left: 11px;
    padding: 0 30px;
}

.appointment .appointment-form-box input {
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    outline: none;
    font-size: 20px;
    letter-spacing: 1px;
    color: #999999;
    border: solid 2px #b7b7b7;
    margin-left: 10px;
    padding: 0 30px;
}

.appointment .appointment-form-box input::-webkit-input-placeholder {
    color: #999999;
}

.appointment .appointment-form-box input::-moz-input-placeholder {
    color: #999999;
}

.appointment .appointment-form-box input::-ms-input-placeholder {
    color: #999999;
}

.appointment .appointment-btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin-top: 30px;
}

.appointment .appointment-btn span {
    font-size: 20px;
    letter-spacing: 1px;
    color: #999999;
    opacity: 0.6;
}

.appointment .appointment-btn button {
    width: 190px;
    height: 54px;
    border: none;
    outline: none;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #bb0511;
    float: right;
}

.index-case-box {
    height: 850px;
    background-color: #e0e0e0;
}

.index-case-box .case-container {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 135px;
}

.index-case-box .index-case-group {
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

.index-case-box .index-case-group .case-items {
    width: 100%;
    height: 100%;
}

.index-case-box .index-case-group .case-item {
    column-count: 4;
    column-gap: 0;
    display: inline-block;
}

.index-case-box .index-case-group li {
    display: block;
}

.index-case-box .index-case-group li:nth-child(1) {
    width: 400px;
    height: 850px;
}

.index-case-box .index-case-group li:nth-child(2) {
    width: 400px;
    height: 500px;
}

.index-case-box .index-case-group li:nth-child(3) {
    width: 400px;
    height: 350px;
}

.index-case-box .index-case-group li:nth-child(4) {
    width: 400px;
    height: 350px;
}

.index-case-box .index-case-group li:nth-child(5) {
    width: 400px;
    height: 500px;
}

.index-case-box .index-case-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case-box .case-category {
    position: relative;
    width: 400px;
    height: 100%;
    background-image: url('../images/index-case-bg.png');
}

.index-case-box .case-category .title {
    position: absolute;
    right: 120px;
    top: 90px;
    width: 86px;
}

.index-case-box .case-category a.more {
    position: absolute;
    right: 80px;
    bottom: 130px;
    display: block;
    width: 190px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    color: #c23b36;
    text-decoration: none;
    border: solid 1px #bb0511;
    transition: all 0.35s;
}

.index-case-box .case-category a.more:hover {
    color: #ffffff;
    background-color: #bb0511;
}

.index-case-box .case-category .cate-group {
    position: absolute;
    left: 60px;
    bottom: 130px;
}

.index-case-box .case-category li {
    font-size: 18px;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 40px;
    cursor: pointer;
}

.index-case-box .case-category li:last-child {
    margin-bottom: 0;
}

.index-case-box .case-category li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 20px;
    background-image: url('../images/cate-list-style.png');
}

.index-case-box .case-category li.active,
.index-case-box .case-category li:hover {
    color: #bb0511;
}

.index-case-box .case-category li.active::before,
.index-case-box .case-category li:hover::before {
    background-image: url('../images/cate-list-style-active.png');
}

.index-case-box .cover {
    position: relative;
    width: 100%;
    height: 100%;
}

.index-case-box .cover .mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: unset;
    text-decoration: none;
    background-image: url('../images/case-title-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0;
    transition: all 0.35s;
}

.index-case-box .cover .desc {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 100px;
    color: #ffffff;
    text-align: center;
}

.index-case-box .cover .mask:hover {
    opacity: 1;
}

.index-case-box .cover h2 {
    font-size: 60px;
    letter-spacing: 6px;
    font-weight: normal;
}

.index-case-box .cover h3 {
    display: inline-block;
    width: 100px;
    height: 22px;
    font-size: 22px;
    letter-spacing: 2px;
    margin: 7px 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-case-box .cover p {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-team {
    height: 770px;
    margin-top: 100px;
}

.index-team .index-team-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.index-team .team-slogan {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    letter-spacing: 2px;
    color: #333333;
}

.index-team .content-box {
    width: 1090px;
    height: 670px;
    padding: 20px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.index-team .content-box > ul {
    display: flex;
}

.index-team .content-box li {
    display: flex;
    flex-shrink: 0;
    width: 1050px;
    margin-right: 20px;
}

.index-team .content-box li:last-child {
    margin-right: 0;
}

.index-team .content-box .left {
    width: 470px;
    height: 610px;
    padding: 30px;
    background-color: #ffffff;
}

.index-team .content-box .right {
    width: 560px;
    height: 610px;
    margin-left: 20px;
}

.index-team .content-box .name {
    font-size: 32px;
    letter-spacing: 3px;
    color: #121212;
}

.index-team .content-box .slogan {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #333333;
    margin-top: 30px;
}

.index-team .content-box .description {
    height: 200px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #333333;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index-team .content-box .head {
    width: 560px;
    height: 520px;
}

.index-team .content-box .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-team .content-box .btn-group {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index-team .content-box .detail-btn {
    font-size: 22px;
    letter-spacing: 2px;
    color: #333333;
    text-decoration: none;
}

.index-team .content-box .appointment-btn {
    width: 190px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    background-color: #bb0511;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-right: 60px;
}

.index-team .content-box .team-page {
    font-size: 20px;
    letter-spacing: 2px;
    color: #333333;
}

.index-team .content-box .current-page {
    font-size: 32px;
}

.index-team .content-box a {
    color: unset;
    text-decoration: none;
}

.index-team .awards {
    margin-top: 40px;
}

.index-team .awards h4 {
    display: inline;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #bb0511;
}

.index-team .awards h4:after {
    position: relative;
    top: -8px;
    left: 10px;
    content: '';
    display: inline-block;
    width: 300px;
    height: 1px;
    background-color: #cccccc;
}

.index-team .awards ul {
    margin-top: 20px;
    font-size: 0;
}

.index-team .awards li {
    display: inline-block;
    width: 95px;
    margin-right: 10px;
}

.index-team .awards li img {
    width: 95px;
    height: 130px;
}

.index-team .awards li:last-child {
    margin-right: 0;
}

.index-team .team-items {
    width: 490px;
    height: 670px;
    overflow-y: scroll;
}

.index-team .team-items li {
    display: flex;
    justify-content: space-between;
    width: 460px;
    height: 210px;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.index-team .team-items li:hover,
.index-team .team-items li.active {
    background-color: #e9e9e9;
}

.index-team .team-items li:last-child {
    margin-bottom: 0;
}

.index-team .team-items .desc {
    width: 200px;
    height: auto;
    padding: 15px;
}

.index-team .team-items .head {
    width: 180px;
    height: 180px;
}

.index-team .team-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-team .team-items h2 {
    font-size: 30px;
    letter-spacing: 3px;
    color: #121212;
    margin-bottom: 28px;
}

.index-team .team-items p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 10px;
}

.index-team .team-items::-webkit-scrollbar {
    width: 8px;
    background-color: #eeeeee;
}

.index-team .team-items::-webkit-scrollbar-thumb {
    background: #bb0511;
}

.index-team .team-items::-webkit-scrollbar-track {
    background: #eeeeee;
}

.index-building-box {
    height: 900px;
    background-image: url('../images/building-bg.png');
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.index-building-box .building-box {
    height: 660px;
}

.index-building-box .building-group {
    width: 100%;
    height: 500px;
    display: flex;
    background-color: #fff;
}

.index-building-box .items {
    width: 300px;
    height: 100%;
    background-color: #bb0511;
}

.index-building-box .items ul {
    text-align: center;
}

.index-building-box .items li {
    display: inline-block;
    width: 190px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
}

.index-building-box .items li.active {
    font-weight: bold;
}

.index-building-box .item-content {
    width: 650px;
    height: 100%;
    overflow: hidden;
}

.index-building-box .item-content ul {
    position: relative;
    font-size: 0;
}

.index-building-box .item-content li {
    display: flex;
}

.index-building-box .item-content .cover {
    position: relative;
    width: 650px;
    height: 500px;
}

.index-building-box .item-content .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-building-box .item-content .desc {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 130px;
    height: 130px;
    background-color: #1212128f;
    text-align: center;
    padding-top: 28px;
}

.index-building-box .item-content .desc span {
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
}

.index-building-box .item-content .desc h3 {
    font-size: 36px;
    letter-spacing: 4px;
    color: #ffffff;
    margin-top: 10px;
}

.index-building-box .building-items {
    width: 650px;
    height: 100%;
}

.index-building-box .building-items .item {
    width: 650px;
    height: 250px;
}

.index-building-box .building-items img {
    width: 400px;
    height: 250px;
    background-color: #e0e0e0;
    float: left;
}

.index-building-box .building-items .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 100%;
    float: right;
    background-color: #404040;
}

.index-building-box .building-items .item:nth-child(2n) img {
    float: right;
}

.index-building-box .building-items .item:nth-child(2n) .name {
    float: left;
}

.index-building-box .building-items h3 {
    font-size: 26px;
    letter-spacing: 3px;
    color: #ffffff;
}

.index-building-box .building-items h4 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #cccccc;
    margin: 30px 0 55px 0;
}

.index-building-box .building-items a {
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
    transition: all 0.35s;
}

.index-building-box .building-items a:hover {
    background-color: #bb0511;
}

.index-building-box .building-appointment {
    position: relative;
    width: 100%;
    height: 120px;
    padding-top: 35px;
    margin-top: 40px;
    background-image: url('../images/building-app-bg.png');
}

.index-building-box .building-appointment h2 {
    font-size: 30px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    padding-top: 40px;
}

.index-building-box .building-appointment h4 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #aaaaaa;
    text-align: center;
    margin-top: 20px;
}

.index-building-box .building-appointment .input {
    width: 1250px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.index-building-box .building-appointment .item {
    width: 230px;
    height: 54px;
    border-radius: 0px;
    border: solid 1px #ffffff;
}

.index-building-box .building-appointment .item:last-child {
    border: none;
}

.index-building-box .building-appointment img {
    position: relative;
    top: 3px;
    margin: 15px 0 0 30px;
    width: 16px;
    height: 16px;
}

.index-building-box .building-appointment input {
    width: 150px;
    height: 40px;
    outline: none;
    border: none;
    margin-left: 20px;
    background: none;
    color: #a2a2a2;
}

.index-building-box .building-appointment button {
    width: 100%;
    height: 100%;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    border: 1px solid #bb0511;
    outline: none;
    cursor: pointer;
    background-color: #bb0511;
    border-radius: 0px;
}

.index-ad {
    margin-top: 90px;
}

.index-ad img{
    max-width: 100%;
}

.services {
    height: auto;
    margin-top: 100px;
}

.services .service-box {
    width: 1550px;
    height: auto;
    margin: 0 auto;
}

.services .service-box ul {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.services .service-box li {
    display: block;
    width: 160px;
    height: auto;
    position: relative;
    text-align: center;
}

.services .service-box .icon {
    width: auto;
    height: 66px;
}

.services .service-box img {
    display: inline;
}

.services .service-box h2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333333;
    margin-top: 20px;
    transition: all 0.35s;
}

.services .service-box p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #aaaaaa;
    margin-top: 10px;
}

.services .service-box .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    letter-spacing: 2px;
    color: #aaaaaa;
    background-color: #eeeeee;
    margin: 20px auto 0 auto;
    transition: all 0.35s;
}

.services .service-box .num::after {
    position: absolute;
    bottom: 24px;
    right: -50px;
    content: '';
    display: block;
    width: 87px;
    height: 2px;
    background-color: #dedede;
}

.services .service-box li:last-child .num:after {
    display: none;
}

.services .service-box li:hover h2,
.services .service-box li.active h2 {
    color: #bb0511;
}

.services .service-box li:hover .num,
.services .service-box li.active .num {
    color: #ffffff;
    background-color: #bb0511;
}

.index-news-box {
    height: 782px;
    background-color: #f6f6f6;
    margin-top: 120px;
}

.index-news-box .index-news-title {
    height: auto;
    padding-top: 80px;
}

.index-news-box .index-news-group {
    position: relative;
    margin-top: 60px;
}

.index-news-box .category {
    position: absolute;
    right: 0;
    top: -90px;
}

.index-news-box .category ul {
    display: inline;
    font-size: 0;
}

.index-news-box .category li {
    display: inline;
    margin: 0 60px 0 0;
    float: left;
}

.index-news-box .category li a {
    color: #808080;
}

.index-news-box .category li.active a {
    font-weight: bold;
    color: #333333;
}

.index-news-box .category li.active a::after,
.index-news-box .category li a:hover::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #bb0511;
    margin: 10px auto 0 auto;
}

.index-news-box .category a {
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
}

.index-news-box .category a.more {
    color: #bb0511;
}

.index-news-box .news-group {
    width: 100%;
    height: 530px;
}

.index-news-box .news-group .news-items {
    display: none;
    height: 100%;
}

.index-news-box .news-group .news-items.active {
    display: block;
}

.index-news-box .news-group .swiper-container {
    width: 100%;
    height: 100%;
}

.index-news-box .news-group .swiper-pagination {
    bottom: 0;
}

.index-news-box .news-group .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background-color: #aaaaaa;
}

.index-news-box .news-group .swiper-pagination-bullet-active {
    background-color: #bb0511;
}

.index-news-item {
    display: block;
    width: 385px;
    height: 450px;
    background-color: #ffffff;
}

.index-news-item .cover {
    width: 385px;
    height: 256px;
    overflow: hidden;
}

.index-news-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}

.index-news-item .desc {
    padding: 20px;
}

.index-news-item a {
    text-decoration: none;
}

.index-news-item h2 {
    height: 50px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    color: #666666;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.35s;
}

.index-news-item p {
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    color: #666666;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-news-item .date {
    font-size: 16px;
    letter-spacing: 0px;
    color: #aaaaaa;
    margin-top: 30px;
}

.index-news-item:hover h2 {
    color: #bb0511;
}

.index-news-item:hover img {
    transform: scale(1.1);
}

.index-contact {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.index-contact .contact-group {
    display: flex;
    margin-top: 50px;
}

.index-contact .map-img li {
    width: 918px;
    height: 470px;
    border: solid 1px #aaaaaa;
}

.index-contact .map-img li img {
    display: block;
    width: 900px;
    height: 450px;
    margin: 10px auto 0 auto;
}

.index-contact .map-img li,
.index-contact .address-box li {
    display: none;
}

.index-contact .map-img li.active,
.index-contact .address-box li.active {
    display: block;
}

.index-contact .address-box li.active span span {
    display: inline-block;
    height: 80px;
}

.index-contact .map-name {
    position: relative;
    width: 220px;
    height: 330px;
    border-left: 1px solid #aaaaaa;
    margin-left: 40px;
    margin-top: 85px;
}

.index-contact .map-name li {
    font-size: 22px;
    letter-spacing: 2px;
    color: #333333;
    margin-top: 40px;
    padding-left: 40px;
    cursor: pointer;
}

.index-contact .map-name li.active,
.index-contact .map-name li:hover {
    color: #bb0511;
}

.index-contact .map-name li.active::before,
.index-contact .map-name li:hover::before {
    position: absolute;
    left: -8px;
    margin-top: 4px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #bb0511;
    border-radius: 50%;
}

.index-contact .address-box {
    width: 275px;
    margin-left: 155px;
}

.index-contact .address-box h3 {
    font-size: 40px;
    letter-spacing: 4px;
    color: #121212;
}

.index-contact .address-box h4 {
    font-size: 26px;
    letter-spacing: 3px;
    color: #121212;
    margin-top: 70px;
}

.index-contact .address-box h5 {
    margin-top: 24px;
}

.index-contact .address-box h5,
.index-contact .address-box span {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #333333;
}

.index-contact .address-box a.btn {
    display: block;
    width: 190px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    text-decoration: none;
    background-color: #bb0511;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 34px;
}

.page-banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .content.about-banner {
    z-index: 1;
    width: 1030px;
    height: 460px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

.page-banner .content.about-banner h2 {
    font-size: 39px;
    letter-spacing: 5px;
}

.page-banner .content.about-banner h2:nth-child(2) {
    margin: 30px 0;
}

.page-banner .content.about-banner p {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 30px 0;
}

.page-banner .content.about-banner h3 {
    font-size: 26px;
    letter-spacing: 3px;
    margin: 30px 0;
}

.page-banner .page-slide {
    width: 100%;
    height: auto;
  }
  .page-banner .page-slide .swiper-container {
    width: 100%;
    height: auto;
  }
  .page-banner .page-slide .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background-color: #ffffff;
    border-radius: 2px;
    opacity: 0.5;
  }
  .page-banner .page-slide .swiper-pagination-bullet-active {
    background-color: #b39559;
    opacity: 1;
  }
  .page-banner .page-slide .swiper-container-horizontal > .swiper-pagination-bullets,
  .page-banner .page-slide .swiper-pagination-custom,
  .page-banner .page-slide .swiper-pagination-fraction {
    bottom: 30px;
  }

  .page-banner .page-slide img {
    max-width: 100%;
  }

.detail-title {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border-left: 6px solid #bb0511;
    font-size: 30px;
    letter-spacing: 3px;
    color: #121212;
    line-height: 40px;
}

.about {
    position: relative;
    width: 1600px;
    height: auto;
    padding: 50px;
    margin: -125px auto 90px auto;
    background-color: #f6f6f6;
}

.about .about-detail {
    height: auto;
}

.about .page-tab {
    z-index: 99;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 85px;
}

.about .page-tab .title {
    float: left;
    font-size: 22px;
    letter-spacing: 2px;
    color: #121212;
}

.about .page-tab ul.about-list {
    float: right;
}

.about .page-tab li {
    float: left;
    margin-left: 60px;
}

.about .page-tab a {
    display: block;
    width: auto;
    height: 61px;
    color: #808080;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    text-decoration: none;
}

.about .page-tab li.active a,
.about .page-tab li:hover a {
    color: #333333;
}

.about .page-tab li.active:after,
.about .page-tab li:hover:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #bb0511;
    margin: 0 auto;
}

.about .company-desc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.about .company-desc .img {
    width: 850px;
    height: auto;
}

.about .company-desc .img img {
    width: 100%;
}

.about .company-desc .success-group {
    width: 600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about .company-desc p {
    font-size: 16px;
    line-height: 55px;
    letter-spacing: 1px;
    color: #666666;
    text-indent: 2em;
}

.about .about-list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.about .about-list li {
    margin-bottom: 20px;
}

.about .about-list h3 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    color: #121212;
    padding-bottom: 20px;
    border-bottom: 1px solid #bb0511;
}

.about .about-list p {
    font-size: 16px;
    line-height: 55px;
    letter-spacing: 1px;
    color: #666666;
}

.about .service-text {
    width: 100%;
    height: 360px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.about .service-text .text-box {
    width: 940px;
    height: 360px;
}

.about .service-text .about-image {
    width: 560px;
    height: 360px;
}

.about .service-text .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .service-text ul {
    margin: 50px 0 0 0;
}

.about .service-text li {
    margin-bottom: 40px;
    color: #666666;
    font-size: 20px;
    letter-spacing: 2px;
}

.about .service-text li:last-child {
    margin-bottom: 0;
}

.about .about-qualifications {
    width: 100%;
    height: auto;
    padding: 55px 0 30px 0;
}

.about .about-qualifications ul {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

.about .about-qualifications a {
    display: block;
    width: 360px;
    height: 460px;
}

.about .about-qualifications img {
    max-width: 100%;
}

.about .about-honor {
    width: 100%;
    height: auto;
    padding: 55px 0 70px 0;
}

.about .about-honor .slide-honor-group {
    width: 100%;
    height: 830px;
}

.about .about-honor .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about .about-honor .swiper-slide {
    height: calc((100% - 120px) / 4);
}

.about .about-honor a {
    display: block;
    width: 100%;
    height: 100%;
}

.about .about-honor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .click-btn {
    width: 195px;
    height: 50px;
    float: right;
    margin-top: 40px;
}

.about .click-btn .honor-prev,
.about .click-btn .honor-next {
    width: 90px;
    height: 50px;
    float: left;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: #eeeeee;
    border: solid 1px #dedede;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}

.about .click-btn .honor-prev {
    background-image: url('../images/icon/prev.png');
    margin-right: 15px;
}

.about .click-btn .honor-next {
    background-image: url('../images/icon/next.png');
}

.about .click-btn .honor-prev:hover {
    background-image: url('../images/icon/prev-hover.png');
}

.about .click-btn .honor-next:hover {
    background-image: url('../images/icon/next-hover.png');
}

.about .shop-group {
    width: 100%;
    height: auto;
}

.about .shop-group h2 {
    font-size: 40px;
    letter-spacing: 4px;
    color: #121212;
}

.about .shop-group li {
    margin-top: 80px;
}

.about .shop-group li:first-child {
    margin-top: 60px;
}

.about .shop-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.about .shop-box .cover {
    width: 560px;
    height: 360px;
    float: left;
}

.about .shop-box .cover img {
    max-width: 100%;
}

.about .shop-box .detail {
    width: 910px;
    height: 360px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: right;
}

.about .shop-box .desc,
.about .shop-box .address {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #666666;
}

.about .shop-box h4 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #121212;
    margin-top: 75px;
}

.about .shop-box h4:after {
    content: '';
    display: block;
    width: 130px;
    height: 1px;
    background-color: #bb0511;
    margin: 20px 0;
}

.time-line {
    width: 100%;
    height: auto;
    background-image: url('../images/icon/line.png');
    background-repeat: repeat-y;
    background-position: center;
}

.time-line li.item {
    position: relative;
    display: block;
    width: 710px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #666666;
    padding: 20px 0;
}

.time-line li.item .year {
    width: 305px;
    float: left;
    text-align: right;
}

.time-line li.item .detail {
    width: 305px;
    float: right;
    text-align: left;
}

.time-line li.item .dot {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #666666;
    border-radius: 25px;
    transform: translateX(-50%);
}

.time-line li.item:first-child {
    padding-top: 0;
}

.time-line li.item:first-child .dot {
    top: 5px;
}

.time-line li.item:nth-child(2n) .year {
    float: right;
    text-align: left;
}

.time-line li.item:nth-child(2n) .detail {
    float: left;
    text-align: right;
}

.time-line li.active {
    color: #bb0511;
}

.time-line li.active .dot {
    background-color: #bb0511;
}

.case {
    width: 1600px;
    height: auto;
    margin: 90px auto 100px auto;
}

.list-condition-box {
    position: relative;
    width: 100%;
    height: auto;
}

.list-condition-box .item {
    width: 1000px;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.list-condition-box .item:nth-child(2) {
    margin-bottom: 0;
}

.list-condition-box a {
    color: #333333;
    display: block;
    line-height: 30px;
    text-decoration: none;
    padding: 5px 15px;
}

.list-condition-box h3 {
    line-height: 40px;
    display: inline;
    color: #808080;
    float: left;
    margin: 5px 0;
}

.list-condition-box li {
    float: left;
    margin: 5px 12px;
}

.list-condition-box li:last-child {
    margin-right: 0;
}

.list-condition-box li.active a,
.list-condition-box li:hover a {
    color: #bb0511;
    background-color: #f8e6e7;
    border-radius: 3px;
}

.list-search-form {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: auto;
}

.list-search-form .input {
    width: 300px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #bb0511;
    float: left;
}

.list-search-form input {
    width: 235px;
    height: 35px;
    border: none;
    outline: none;
    background: none;
    position: relative;
    top: -20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #808080;
}

.list-search-form img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 15px;
}

.list-search-form button {
    width: 90px;
    height: 50px;
    float: left;
    background-color: #bb0511;
    border-radius: 3px;
    margin-left: 10px;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    cursor: pointer;
}

.ad {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.ad img {
    max-width: 100%;
}

.case-group {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.case-group li {
    display: block;
    width: 385px;
    height: auto;
    background-color: #f6f6f6;
    border-radius: 0px 0px 3px 3px;
    float: left;
    margin: 0 20px 20px 0;
}

.case-group li:nth-child(4n) {
    margin-right: 0;
}

.case-group .cover {
    width: 385px;
    height: 255px;
    overflow: hidden;
}

.case-group .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}

.case-group li:hover .cover img {
    transform: scale(1.1);
}

.case-group a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
}

.case-group .desc {
    padding: 20px;
}

.case-group .desc h2 {
    font-size: 18px;
    letter-spacing: 4px;
    color: #333333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-group .desc p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 3px;
    color: #666666;
}

.case-group .view-icons {
    border-bottom: 1px solid #dedede;
}

.case-group .author {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-group .author .head {
    display: flex;
    align-items: center;
}

.case-group .author .name {
    font-size: 12px;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 10px;
}

.case-group .author img {
    display: inline;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.case-group .author .date {
    font-size: 12px;
    color: #aeaeae;
}

.view-icons {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 5px;
}

.view-icons .icon {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #aeaeae;
    margin-right: 15px;
}

.view-icons img {
    width: 15px;
    margin-right: 5px;
}

.detail-container {
    width: 1600px;
    height: auto;
    margin: 60px auto 130px auto;
}

.detail-container .location a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    color: #666666;
}

.detail-container .location a.current {
    color: #bb0511;
}

.detail-container .title {
    font-size: 40px;
    letter-spacing: 4px;
    color: #121212;
}

.detail-container .view-icons {
    margin-top: 20px;
}

.detail-container .desc {
    margin-top: 10px;
}

.detail-container .desc .base-params {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    float: left;
}

.detail-container .desc li {
    display: inline-block;
    width: auto;
    margin-right: 35px;
}

.detail-container .desc .key {
    color: #aaaaaa;
    float: left;
}

.detail-container .desc .value {
    color: #666666;
    float: left;
}

.detail-container .author {
    position: relative;
    top: 12px;
    width: 305px;
    height: 90px;
    margin-left: 40px;
    float: left;
}

.detail-container .author .head {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    float: left;
}

.detail-container .author .order {
    height: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333333;
    margin-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
}

.detail-container .author img {
    max-width: 100%;
    border-radius: 50%;
}

.detail-container .author a {
    display: block;
    width: 190px;
    height: 54px;
    color: #ffffff;
    text-decoration: none;
    line-height: 54px;
    text-align: center;
    background-color: #bb0511;
}

.detail-container .author a:hover {
    background-color: #cc232f;
}

.detail-container .detail {
    width: 100%;
    min-height: 500px;
}

.detail-container .detail img {
    max-width: 1600px;
}

.detail-container .ad {
    width: 100%;
    height: auto;
}

.detail-container .page-tools-bar {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #666666;
    margin: 80px 0;
}

.detail-container .page-tools-bar a {
    color: #333333;
    text-decoration: none;
}

.detail-container .page-tools-bar a:hover {
    color: #cc232f;
}

.detail-container .btns {
    width: 100%;
    height: 80px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.detail-container .btns a {
    display: block;
    width: 160px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
    margin: 0 15px;
    text-align: center;
}

.detail-container .btns img {
    position: relative;
    top: 5px;
}

.detail-container .btns a:hover {
    opacity: 0.7;
}

.detail-container .btns a.like {
    background-color: #bb0511;
}

.detail-container .btns a.share {
    background-color: #333333;
}

.share-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 460px;
    height: 390px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dedede;
    transform: translate(-50%, -50%);
}

.share-modal .modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 60px;
    padding: 0 30px;
    border-bottom: solid 1px #dedede;
}

.share-modal .modal-title h3 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
}

.share-modal .modal-title i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/icon/close.png');
    cursor: pointer;
}

.share-modal ul.qrbox {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.share-modal ul.qrbox li {
    display: inline-block;
    margin: 0 20px;
}

.share-modal ul.qrbox h4 {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
}

.share-modal ul.share-btn {
    width: 100%;
    height: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 0;
}

.share-modal ul.share-btn li {
    display: inline-block;
    margin: 0 10px;
}

.share-modal ul.share-btn a {
    display: block;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666666;
}

.share-modal ul.share-btn a.wb {
    background-color: #f7e9ea;
}

.share-modal ul.share-btn a.qq {
    background-color: #e9f2f7;
}

.share-modal ul.share-btn img {
    position: relative;
    top: 5px;
}

.share-modal ul.share-btn a:hover {
    opacity: 0.7;
}

.recommend-news {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.recommend-news h2 {
    color: #333333;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.recommend-news li {
    float: left;
    margin-right: 20px;
}

.recommend-news li:last-child {
    margin-right: 0;
}

.recommend-news a {
    width: 304px;
    height: auto;
    display: block;
    text-decoration: none;
}

.recommend-news .cover {
    width: 304px;
    height: 202px;
}

.recommend-news .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend-news .desc {
    padding: 20px;
    background-color: #f6f6f6;
}

.recommend-news .desc h3 {
    color: #333333;
    font-size: 18px;
    letter-spacing: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news {
    width: 1600px;
    height: auto;
    margin: 90px auto 100px auto;
}

.roll-news {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #f2f2f2;
    margin-bottom: 90px;
}

.roll-news .roll-news-group {
    position: relative;
    top: 50px;
    width: 1280px;
    height: 300px;
    margin: 0 auto;
}

.roll-news .swiper-container {
    width: 100%;
    height: 100%;
}

.roll-news .roll-news-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.roll-news .cover {
    width: 500px;
    height: 300px;
}

.roll-news .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roll-news .detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 750px;
    height: auto;
}

.roll-news .date {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #bb0511;
}

.roll-news a {
    text-decoration: none;
}

.roll-news a h2 {
    font-size: 24px;
    letter-spacing: 5px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.roll-news a h2:hover {
    color: #bb0511;
}

.roll-news p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    color: #666666;
    margin-top: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.roll-news .show-detail {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.roll-news .show-detail a {
    color: #666666;
    text-decoration: none;
}

.roll-news .show-detail a:hover {
    color: #bb0511;
}

.roll-news .btns {
    position: absolute;
    top: 175px;
    left: 50px;
    width: 1500px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.roll-news .btns .btn {
    cursor: pointer;
}

.roll-news .btns .btn:nth-child(2) {
    transform: rotate(180deg);
}

.article-catetory {
    width: 100%;
    text-align: center;
}

.article-catetory li {
    display: inline-block;
    margin: 0 10px;
}

.article-catetory li.active a,
.article-catetory li:hover a {
    color: #ffffff;
    background-color: #bb0511;
}

.article-catetory a {
    color: #bb0511;
    display: block;
    padding: 20px 40px;
    text-decoration: none;
    border: solid 1px #bb0511;
    font-size: 18px;
    letter-spacing: 2px;
}

.news-container {
    width: 100%;
    height: auto;
}

.news-container .news-group {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.news-container .news-group li {
    float: left;
    margin-right: 100px;
    margin-bottom: 60px;
}

.news-container .news-group li:nth-child(2n) {
    margin-right: 0;
}

.news-container .news-group .news-item {
    width: 750px;
    height: 240px;
    display: flex;
    justify-content: space-between;
}

.news-container .cover {
    width: 360px;
    height: 240px;
}

.news-container .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-container .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px;
    height: auto;
}

.news-container .detail a h2 {
    font-size: 20px;
    letter-spacing: 4px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-container .detail a h2:hover {
    color: #bb0511;
}

.news-container .detail span.date {
    font-size: 14px;
    color: #aaaaaa;
    margin-top: 20px;
}

.news-container .detail p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #666666;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-container .detail .show-detail {
    margin-top: 40px;
}

.news-container .detail a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    text-decoration: none;
    float: right;
}

.news-container .detail a:hover {
    color: #bb0511;
}

.team {
    max-width: 1920px;
    height: auto;
    padding: 80px 0;
    margin: 0 auto;
}

.team .tools {
    width: 1600px;
    height: auto;
    padding-left: 20px;
    background: linear-gradient(to right, #f4f5f9, #ffffff);
    margin: 0 auto;
}

.team .tools .list-condition-box .item {
    margin-bottom: 0;
}

.team .tools .title {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 50px;
    padding-left: 10px;
}

.team-group {
    width: 1600px;
    height: auto;
    margin: 80px auto 0 auto;
}

.team-item {
    width: 100%;
    height: auto;
}

.team-item li {
    width: 385px;
    height: auto;
    background-color: #ececec;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.team-item li:nth-child(4n) {
    margin-right: 0;
}

.team-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: unset;
    text-decoration: none;
}

.team-item .cover {
    width: 100%;
    height: 445px;
    overflow: hidden;
}

.team-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}

.team-item .desc {
    width: auto;
    height: auto;
    padding: 20px;
}

.team-item .desc h3 {
    font-size: 20px;
    display: inline-block;
}

.team-item .desc span {
    font-size: 15px;
    color: #666666;
    margin-left: 10px;
}

.team-item .desc p {
    height: 15px;
    font-size: 15px;
    margin-top: 15px;
    color: #333333;
}

.team-item li:hover .cover img {
    transform: scale(1.1);
}

.team-detail {
    width: 1600px;
    height: auto;
    margin: 60px auto;
}

.team-detail .base-detail {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.team-detail .base-detail h2 {
    display: inline;
    font-size: 42px;
    color: #333333;
}

.team-detail .base-detail span {
    color: #505050;
    font-size: 24px;
    margin-left: 20px;
}

.team-detail .ext-data {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.team-detail .ext-data p {
    line-height: 30px;
    font-size: 18px;
}

.team-detail .detail-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.team-detail .detail-head {
    width: 445px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ececec;
}

.team-detail .detail-head img {
    width: 445px;
    height: 560px;
    object-fit: cover;
}

.team-detail .detail-content {
    width: 1100px;
    height: auto;
}

.team-detail .detail-content .show {
    height: auto;
}

.team-detail .detail-content .hide {
    height: 430px;
}

.team-detail .designer-content-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.team-detail .designer-content-box p {
    line-height: 20px;
}

.team-detail .case-group,
.team-detail .personal-show {
    margin-top: 60px;
}

.team-detail .case-group img,
.team-detail .personal-show img {
  max-width: 100%;
}

.team-detail .view-more {
    width: 100%;
    height: 40px;
    color: #666666;
    background-color: #ececec;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.35s;
}

.team-detail .view-more:hover {
    background-color: #e0e0e0;
}

.find-designer {
    width: 1600px;
    height: auto;
    margin: 60px auto;
}

.find-designer p.title {
    color: #e8b006;
    font-size: 28px;
    font-weight: bold;
}

.find-designer .input-box {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.find-designer .input-box .img {
    width: 560px;
    height: 100%;
    float: left;
}

.find-designer .input-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.find-designer .form-box {
    width: 980px;
    height: 100%;
    margin-right: 60px;
    float: left;
}

.find-designer .form-box div {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.find-designer .form-box label {
    /* margin-right: 21px; */
}

.find-designer .form-box span.input-title,
.find-designer .form-box h3 {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.find-designer .form-box input {
    width: 410px;
    height: 30px;
}

.find-designer .form-box select {
    width: 252px;
    height: 40px;
}

.find-designer .form-box input,
.find-designer .form-box select,
.find-designer .form-box textarea {
    color: #666666;
    outline: none;
    padding: 5px;
    border: 1px solid #bdbdbd;
    transition: all 0.35s;
}

.find-designer .form-box input:focus,
.find-designer .form-box select:focus,
.find-designer .form-box textarea:focus {
    border: 1px solid #e8b006;
}

.find-designer .form-box textarea {
    margin-top: 10px;
    width: 100%;
    height: 130px;
}

.find-designer .form-box button {
    width: 130px;
    height: 40px;
    outline: none;
    border: none;
    color: #ffffff;
    background-color: #e8b006;
    margin-top: 20px;
    transition: all 0.35s;
    margin-right: 22px;
    float: right;
}

.find-designer .form-box button:hover {
    background-color: #f5d063;
}

.find-designer .explain {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.find-designer .explain li {
    line-height: 30px;
}

.page-bar {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.page-bar ul {
    text-align: center;
}

.page-bar li {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
}

.page-bar a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #666666;
    text-decoration: none;
    background-color: #f6f6f6;
    border-radius: 3px;
    border: solid 1px #dedede;
}

.page-bar li:hover a,
.page-bar li.current a {
    color: #ffffff;
    background-color: #bb0511;
    border-radius: 3px;
}

.page-bar .prev > a,
.page-bar .next > a {
    width: 90px;
}

.inner-page-tab {
    width: 100%;
    height: auto;
}

.inner-page-tab ul {
    text-align: center;
}

.inner-page-tab li {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #666666;
    background-color: #f1f1f1;
    cursor: pointer;
}

.inner-page-tab li.active {
    color: #ffffff;
    background-color: #c8272b;
}

.inner-page-tab li.active::after {
    z-index: -1;
    position: relative;
    top: -10px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #c8272b;
    transform: rotate(135deg);
    margin: 0 auto;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.footer {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-image: url('../images/footer-bg.png');
}

.footer .top {
    width: 1600px;
    height: 75px;
    margin-top: 45px;
}

.footer .top .logo {
    float: left;
    width: 385px;
    height: 74px;
}

.footer .slogan {
    height: inherit;
    line-height: 35px;
    padding-left: 72px;
}

.footer .slogan img {
    position: relative;
    left: 30px;
    top: 3px;
    display: inline-block;
    width: 222px;
    height: 25px;
}

.footer .slogan h3 {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 3px;
    color: #c8c9c9;
    margin-left: 33px;
}

.footer .middle {
    width: 1600px;
    height: auto;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.footer .bottom {
    width: 1600px;
    height: auto;
    margin: 87px auto 0 auto;
}

.footer .bottom p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.7;
}

.footer .bottom a {
    color: unset;
    text-decoration: none;
}

.footer .foot-item {
    width: 34%;
    height: inherit;
    border-right: 1px solid #aaaaaa;
}
.footer .foot-item .logo{
    display: flex;
    align-items: center;
    padding-right: unset;
    width: unset;
    height: unset;
}

.footer .foot-item:last-child {
    border-right: none;
}

.footer .foot-nav {
    width: 408px;
    height: 100%;
    margin-top: 20px;
    padding-left: 90px;
}

.footer .foot-nav li {
    width: 33%;
    height: 50px;
    float: left;
    line-height: 40px;
}

.footer .foot-nav a {
    font-size: 20px;
    letter-spacing: 2px;
    color: #c8c9c9;
    text-decoration: none;
}

.footer .contact {
    width: 330px;
    height: auto;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #c8c9c9;
    margin: 82px auto 0 auto;
}

.footer .qrcode {
    width: 320px;
    height: auto;
    margin: 20px auto 0 auto;
}

.footer .qrcode .qr-item {
    width: 130px;
    float: left;
    text-align: center;
}

.footer .qrcode .qr-item:first-child {
    margin-right: 58px;
}

.footer .qrcode h3 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 15px;
}

.site-service-box {
    z-index: 2;
    position: fixed;
    bottom: 50%;
    right: 0;
    width: 90px;
    height: auto;
    transform: translateY(50%);
    background-color: #707070;
    border-radius: 23px 0 0 23px;
    opacity: 0.9;
}

.site-service-box ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.site-service-box li {
    display: block;
    width: 70px;
    text-align: center;
    margin: 15px 0;
    position: relative;
}

.site-service-box li a {
    text-decoration: none;
}

.site-service-box li p {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.site-service-box li img {
    margin-bottom: 8px;
}

.site-service-box li:last-child {
    border: 0;
}


.site-service-box .tel-modal-box {
    position: absolute;
    top: 0;
    right: -240px;
    background-color: #707070;
    width: 240px;
    height: auto;
    text-align: left;
    padding: 10px;
    opacity: 0;
    transition: all 0.35s;
    border-radius: 4px;
  }
  .site-service-box .tel-modal-box .tel-item {
    line-height: 40px;
  }
  .site-service-box .tel-modal-box a {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .site-service-box .tel-modal-box .arrow {
    position: absolute;
    right: -8px;
    transform: rotate(45deg);
    top: 20px;
    width: 16px;
    height: 16px;
    background-color: #707070;
  }
  .site-service-box .tel-modal-box.active {
    right: 100px;
    opacity: 1;
  }

@media screen and (min-width: 2560px) {
    .site-service-box {
        right: 5%;
        border-radius: 23px;
    }
}

@media screen and (min-width: 3840px) {
    .site-service-box {
        right: 20%;
    }
}
  
