.redbtn {
    color: #fff;
    background: #DA251D;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 8px 24px;
}

.floor .title {
    position: relative;
    height: 64px;
}

.floor .title .main {
    font-family: Roboto, Roboto;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.floor .title .sub {
    font-family: Roboto, Roboto;
    font-weight: 700;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.1);
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.floor .desc {
    margin-top: 30px;
    margin-bottom: 30px;
}

.floor .desc p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
    line-height: 26px;
    text-indent: 2em;
}

.detail {
    margin-top: 20px;
}

.floor {
    padding: 80px;
}

.floor2 {
    background-color: #efefef;
}

.floor .ctitle {
    text-align: center;
}

.floor .ctitle .main {
    position: relative;
}

.floor .ctitle .sub {
    top: -30px;
    position: relative;
}

.floor .modes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}

.floor .modes a .mode:hover {
    background-color: #da251d;
}


.floor .mode {
    width: 200px;
    height: 284px;
    padding: 40px 46px;
    text-align: center !important;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.floor .mode .thumb {
    margin: 0 auto;
    width: 64px;
    height: 64px;
}

.floor .mode .tit {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #111827;
    line-height: 28px;
    margin: 24px 0 16px;
}

.floor .mode .text {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
    line-height: 24px;
}
a:hover {
    text-decoration: none !important;
}
.floor .modes a .mode:hover .tit,.floor .modes a .mode:hover .text {
    color: #fff;
}

.floor3 {
    background: rgba(126, 11, 6, 0.60);
}

.floor3 .title .main {
    color: #fff;
}

.floor3 .title .sub {
    color: rgba(255, 255, 255, 0.10);
}

.floor3 .ddd {
    padding: 27px 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(42, 11, 10, 0) 0%, #2B0B0A 100%);
}

.floor3 .ddd::before {
    content: "";
    width: 4px;
    height: 68px;
    background: #DA251D;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    top: 29px;
    left: 29px;
}

.floor3 .ddd .name {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.floor3 .ddd .text1 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px
}

.floor3 .ddd .text2 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.floor4 {
    background-color: #efefef;
}

.main-news img {
    width: 600px;
    height: 256px;
}

.main-news {
    width: 600px;
    height: 492px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
}

.second-news .news {
    width: 600px;
    height: 148px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    margin-top: 24px;
}

.second-news .news:nth-of-type(1) {
    margin-top: 0;
}

.news-box {
    align-items: center;
    justify-content: space-evenly;
    margin-top: 48px;
}

.news {
    padding: 24px;
}

.news .news-title a {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.news .news-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
    line-height: 24px;
    margin-top: 12px;
}

.news .news-date {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #6B7280;
    line-height: 24px;
    margin-top: 16px;
}

.news .more {
    float: right;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #DA251D;
    line-height: 24px;
}

.second-news .news-desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.floor5 .twofloor {
    width: 635px;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
    color: #da251d;
    opacity: 1;
}

#myCarousel {
    width: 570px;
    margin-top: 50px;
}

.attract-item {
    width: 570px;
    height: 256px;
    background: #F9FAFB;
    border-radius: 12px 12px 12px 12px;
    padding: 40px 32px;
    position: relative;
}

.attract-item .redbtn {
    position: absolute;
    right: 31px;
    bottom: 36px;
}
.carousel-control {
    width: 4% !important;
}

.attract-tit {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.attract-desc {
    margin-top: 10px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
    line-height: 24px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-box {
    width: 570px;
    height: 256px;
    background: #F9FAFB;
    border-radius: 12px 12px 12px 12px;
    margin-top: 50px;
    padding: 40px 30px;
}

.message-box .row {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.message-box .row:nth-of-type(1) {
    margin-top: 0;
}

.message-box .row input {
    width: 511px;
}

.message-box .row2 input {
    width: 250px;
}

.message-box .row3 textarea {
    width: 388px;
    height: 57px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D1D5DB;
    padding: 10px 13px;
}

.message-box input {
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D1D5DB;
    padding-left: 13px;
}

.message-box .row3 .btn {
    width: 109px;
    height: 57px;
    background: #DA251D;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    border: none;
}

.floor6 {
    background: #eee9eb;
}

.floor6 .contact-box {
    margin-top: 50px;
}

.floor6 .map {
    width: 601px;
    height: 304px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
}

.floor6 .map img {
    width: 100%;
    height: 100%;
}

.floor6 .mapinfo {
    padding: 59px 65px 48px;
    width: 645px;
    height: 305px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 10px 10px;
}

.mapinfo .icon {
    width: 32px;
    height: 32px;
}

.mapinfo .address {
    margin-left: 16px;
}

.mapinfo .address-label {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}

.mapinfo .address-text {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
    line-height: 24px;
    margin-top: 8px;
}

.mapinfo .row {
    margin-top: 9px;
    display: flex;
}

.mapinfo .row:nth-of-type(1) {
    margin-top: 0;
}