@import url(global.css);

body {
    background: #f5f5f5;
}

.layui-breadcrumb {
    display: block;
    visibility: initial;
}

.layui-breadcrumb a {
    color: #000 !important;
}

.layui-breadcrumb a:hover {
    color: #009688 !important;
}

.layui-breadcrumb > * {
    font-size: 12px;
}


.layui-breadcrumb a cite {
    border: 1px solid #009688;
    color: #009688;
    padding: 4px 12px;
    border-radius: 2px;
    margin-right: 10px;
}

.banner {
    width: 100%;
    height: 480px;
}

.container .base_title h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 1em;
    position: relative;
}

.container .base_title h3:after {
    content: '';
    width: 20px;
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.container .base_title nav {
    margin-top: 35px;
    text-align: center;
}

.container .base_title nav a {
    display: inline-block;
    font-size: 16px;
    margin: 0 30px;
    color: #000;
    position: relative;
}

.container .base_title .d-flex > div {
    width: 33.3%;
    border-right: 1px solid #666;
}

.container .base_title .d-flex > div:last-child {
    border-right: none;
}

.container .base_title .d-flex nav {
    padding: 0 8%;
}

.container .base_title .d-flex nav a {
    width: 33.3%;
    margin: 1rem 0;
}

.container .base_title nav a.on, .container .base_title nav a:hover {
    color: #e94e48;
}

.container .base_title .layui-input-group {
    width: 100%;
}

.container .base_title .search {
    width: 50%;
    margin: 50px auto;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    background: #f5f5f5;
    color: #999;
    border-radius: 8px;
    border: none;
}

.container .base_title .search input {
    border: none;
    background: unset;
    height: 64px;
    line-height: 64px;
    padding-left: 2rem;
    margin-right: 0;
    outline: none !important;
}

.container .base_title .search .layui-input:focus {
    box-shadow: none;
}

.container .base_title .search .layui-btn {
    background: unset;
    padding: 0;
    background: url("../images/search.png") no-repeat center;
    width: 30px;
}

.news_list {
    background: white;
    padding: 50px 0;
}

.news_list .lists {
    padding: 30px;
    background-color: #fff;
}

.news_list .lists ul li {
    width: 49%;
    margin-top: 50px;
    transition: all 0.3s;
}

.news_list .lists ul li .pic {
    float: left;
    width: 300px;
    height: 225px;
    margin-right: 30px;
    overflow: hidden;
}

.news_list .lists ul li .pic img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_list .lists ul li b {
    font-size: 20px;
    line-height: 3em;
    border-bottom: 1px solid #ddd;
    color: #020202;
    margin-right: 30px;
}

.news_list .lists ul li p {
    margin: 2em 0;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-right: 30px;
}

.news_list .lists ul li span {
    font-size: 14px;
    color: #999;
    /*font-family: 'fen';*/
    line-height: 3rem;
    position: relative;
    padding-right: 10px;
}

.news_list .lists ul li span:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/more_h.png") no-repeat center;
    top: 0;
    right: -4rem;
}

.news_list .lists ul li:hover b{
    color: #e94e48;
}
.news_list .lists ul li:hover p{
	color: #000;
}

.news_list .lists ul li:hover img {
    transform: scale(1.1);
}

.news_detail {
    background: #f5f5f5;
    padding: 70px 0 100px;
    overflow: hidden;
}

.news_detail .content.left {
    float: left;
    width: 1000px;
    background: white;
    padding: 50px;
    max-width: 66.7%;
}

.content .detail_tit {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.content .detail_tit h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}


.content .detail_tit span {
    margin-right: 2rem;
    font-size: 14px;
    margin-top: 2em;
    display: inline-block;
    color: #666;
}

.content .content_detail {
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
    line-height: 2em;
}

.content .content_detail * {
    max-width: 100%;
}

.content .content_detail strong, .content .content_detail h1, .content .content_detail h2, .content .content_detail h3, .content .content_detail h4, .content .content_detail h5, .content .content_detail h6 {
    font-weight: bold;
}


.content .content_detail img {
    max-width: 100%;
    margin: 1rem auto;
}

.content .page_np {
    margin-top: 2rem;
}

.content .page_np a {
    max-width: 49%;
    color: #666;
    font-size: 14px;
}

.right_info {
    width: 450px;
    float: right;
    max-width: 30%;
}

.right_info .cont_tit {
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.right_info .cont_tit:before {
    content: '';
    width: 35px;
    height: 20px;
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -10px;
    background: url("../images/cont_tit_bg.png") no-repeat center;
}

.right_info .cont_tit:after {
    content: '';
    width: 35px;
    height: 20px;
    display: block;
    position: absolute;
    right: -70px;
    top: 50%;
    margin-top: -10px;
    transform: rotateY(180deg);
    background: url("../images/cont_tit_bg.png") no-repeat center;
}

.right_info .cont_tit b {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.right_info .cont_tit strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #e94e48;
}

.right_info form {
    background: white;
    text-align: center;
    padding: 50px 40px;
}

.right_info form .layui-input-group {
    margin: 1rem 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.layui-input-split {
    border: none;
}

.right_info form input {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    padding-left: 1rem;
    border: none;
}

.right_info form input:focus {
    box-shadow: none;
}

.right_info form button {
    margin-top: 1rem;
    width: 100%;
    font-size: 16px;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
}

@media (max-width: 1500px) {
    .right_info form input, .right_info form button {
        height: 48px;
        line-height: 48px;
    }
}

.right_info .tips {
    color: #666;
    text-align: left;
    margin-top: 1rem;
}

.right_info .server_temp {
    margin: 50px 0;
    display: block;
}

.right_info .box {
    background: white;
    padding: 50px 40px;

}

.right_info .box .headlines b {
    font-size: 20px;
    font-weight: bold;

}

.right_info .box .headlines a {
    font-size: 14px;
    color: #666;
}

.right_info .box ul {
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
}

.right_info .box ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.right_info .box ul li .tit {
    font-size: 20px;
}

.right_info .box ul li .date {
    display: block;
    font-size: 14px;
    margin-top: 1rem;
    color: #999999;
}

.case_list {
    padding: 80px 0;
    background: white;
}

.case_list .lists {
    margin-top: 80px;
}

.case_list .lists li {
    width: 700px;
    margin-bottom: 60px;
    max-width: 48%;
}

.case_list .lists li .pic {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.case_list .lists li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
}
.case_list .lists li .pic i{
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 120px;
    z-index: 9;
    height: 35px;
    background: url("../images/vr_active_play.png") no-repeat center;

}

.case_list .lists li .txt{
	padding: 0 20px;
}

.case_list .lists li b {
    font-size: 20px;
    color: #000;
    margin-top: 1rem;
    line-height: 2em;
    font-weight: bold;
}

.case_list .lists li p {
    font-size: 14px;
    color: #666;
}

.case_list .lists li:hover .pic img {
    transform: scale(1.1);
}
.case_list .lists li:hover .txt b{
	color: #e94e48;
}

.case_detail {
    background: white;
}

.case_detail .content {
    padding: 50px 0;
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
}

.case_detail .content .detail_tit {
    text-align: center;
    border: none;
}

.case_detail .content .offer {
    border: none;
    margin-bottom: 2rem;
}

.case_detail .content .offer form {
    top: 0;
    box-shadow: unset;
    border: 1px solid #ddd;
}

.case_detail .content .content_detail {
    border: none;
}

.case_detail .content .case_swiper {
    position: relative;
    margin: 0 auto;
}

.case_detail .content .case_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case_detail .content .swiper {
    width: 100%;
    overflow: hidden;
    margin: 1rem auto;
}

.case_detail .content .case_swiper .mySwiper2 {
    height: 740px;
}

.case_detail .content .case_swiper .mySwiper {
    height: 150px;
}

.case_detail .swiper-button-next, .case_detail .swiper-button-prev {
    background-color: #999;
    padding: 50px 30px;
    background-size: 20px;
}

.case_detail .swiper-button-next {
    right: -100px;
}

.case_detail .swiper-button-prev {
    left: -100px;
}

@media (max-width: 1400px) {
    .case_detail .swiper-button-next {
        right: 10px;
    }

    .case_detail .swiper-button-prev {
        left: 10px;
    }
}

.case_detail .mySwiper .swiper-slide {
    opacity: 0.4;
    height: auto;
}
.case_detail .mySwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.case_detail .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.content .content_detail .tit_head {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}

.content .content_detail .tit_head span {
    font-size: 20px;
    font-weight: bold;
    padding: 0 2rem;
    background: white;
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.content .content_detail .tit_head:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.other_list .title {
    margin: 40px auto;
    text-align: center;
}

.other_list .title b {
    font-size: 48px;
    font-weight: bold;
    display: block;
    line-height: 2em;
    position: relative;
}

.other_list .title b:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 4px;
    margin-left: -10px;
    background: #e94e48;
}

.other_list .title span.en {
    text-transform: uppercase;
    margin-top: 1rem;
    display: block;
    font-size: 12px;
    color: #666666;
}

.other_list ul li {
    width: 24%;
    background: white;
    transition: all 0.3s;
}

.other_list ul li .pics {
    height: 240px;
    overflow: hidden;
    width: 100%;
}

.other_list ul li .pics img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}

.other_list ul li span {
    padding: 0 1rem;
    line-height: 24px;
    color: #999;

}

.other_list ul li .tag {
    margin: 1rem 0;
}

.other_list ul li .tit {
    font-size: 20px;
    color: #000;
}

.other_list ul li .more {
    margin: 1rem 0;
    display: block;
    width: 100%;
    position: relative;
}

.other_list ul li .more:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/more_h.png) no-repeat center;
    top: 50%;
    margin-top: -8px;
    left: 6rem;

}

.other_list ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.other_list ul li:hover img {
    transform: scale(1.1);
}

.other_list .more_other {
    color: white;
    display: block;
    margin: 40px auto 80px;
    width: 160px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #e94e48;
    border-radius: 20px;
}

.page_title {
    text-align: center;
}

.page_title.text-left {
    text-align: left;
}

.page_title strong {
    font-size: 32px;
    font-weight: bold;
    line-height: 2em;
    display: block;

}

.page_title h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;

    margin-bottom: 2.5rem;
    position: relative;
}

.page_title h3:after {
    content: '';
    width: 20px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    margin-left: -10px;
    background: #e94e48;
}

.page_title.text-left h3:after {
    left: 0;
    margin-left: 0;
}

.page_title span {
    display: block;

    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

.page_title span.cn {
    text-transform: unset;
}

.page_title p {

    color: #666;
    font-size: 16px;
    margin-top: 1rem;
    line-height: 2em;
}

.contact {
    background: white;
    padding: 80px 0;
}

.contact .map {
    margin-bottom: 80px;
}

.contact .map img {
    width: 100%;
}

.contact .item {
    margin: 40px 0;
    width: 30%;
    text-align: center;
    padding: 40px 50px;
    background: #f5f5f5;
    line-height: 2em;
}

.contact .item h4 {
    font-size: 20px;
    font-weight: bold;
}

.contact .item img {
    margin: 0 auto 1rem;
}

.contact .item span {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 1rem;
}

.about {
    background: white;
    padding: 80px 0;
}

.about .ab_t1 {
    padding: 0 50px;
    margin-bottom: 80px;
}

.about .ab_t1 li {
    width: 25%;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 1rem;
    color: #212121;
}

.about .ab_t1 li:last-child {
    border: none;
}

.about .ab_t1 li img {
    margin: 0 auto;
}

.about .ab_t1 li strong {
    display: block;
    margin-top: 1rem;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

.about .ab_t1 li span {
    font-size: 16px;
}

.about .content_detail {
    border: none;
    padding-bottom: 80px;
}

.about .ab_culture {
    height: 880px;
    padding-top: 90px;
    background: url("../images/ab_culture_bg.jpg") no-repeat center top;
}

.about .ab_culture li {
    width: 320px;
    height: 160px;
    background: white;
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.about .ab_culture li b {
    font-size: 14px;
    display: block;
    background: white;
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 20px;
    overflow: hidden;
    height: 20px;
    z-index: 2;
}

.about .ab_culture li div {
    width: 300px;
    height: 120px;
    position: absolute;
    left: 10px;
    top: 30px;
    border: 1px dashed #ddd;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;

}

.about .ab_culture li div span {
    font-weight: bold;
    line-height: 2em;
}

.about .ab_honor {
    padding: 80px 0;
}

.about .ab_honor .honor_swiper {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.about .ab_honor .honor_swiper img {
    max-width: 100%;
    margin: 0 auto;
    height: 220px;
}

.swiper-pagination-bullet-active {
    background: #e94e48;
}

.page_banner {
    height: 100vh;
    position: relative;
    background-size: cover !important;
}

.page_banner .pic {
	padding: 18% 0 0 70px;
}
@media (max-width: 1600px) {
    .page_banner .pic {
        padding: 15% 0 0 70px;
    }
    .page_banner .pic img{
        width: 700px;
    }
}

.page_office {
    background: white;
}

.page_office .tab1 {
    background: url("../images/office_tab1.jpg") no-repeat center top;
    height: 980px;
    overflow: hidden;
    padding: 20px 0;
}

.page_office .tab1 .page_title {
    margin-top: 120px;
    float: left;
    width: 32%;
}

.page_office .tab1 .page_title .mico {
    margin-top: 130px;
    width: 32px;
    height: 32px;
    background: url("../images/more_jt.png") no-repeat center top;
    display: block;
}

.page_office .tab1 .page_title .bt {
    margin-top: 180px;
    background: #e94e48;
    width: 220px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.page_office .tab1 .page_title .btxt {
    margin-top: 1em;
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.page_office .tab1 ul {
    float: right;
    max-width: 68%;

}

.page_office .tab1 ul li {
    width: 33.33%;
    border-right: 1px solid #ddd;
    padding: 38px;
    margin-top: 40px;
}

.page_office .tab1 ul li:nth-child(3n) {
    border-right: none;
}

.page_office .tab1 ul li img {
    margin-bottom: 140px;
}

.page_office .tab1 ul li span {
    display: block;
    font-size: 26px;
    color: #e94e48;
    font-family: "fnum";
    font-weight: bold;
    line-height: 2rem;
}

.page_office .tab1 ul li strong {
    font-size: 26px;
    font-weight: bold;
    line-height: 2rem;
}

.page_office .tab1 ul li p {
    color: #666;
    margin-top: 1rem;
}

.page_office .tab2 {
    padding: 110px 0;
}

.page_office .tab2 .list .item {
    margin-bottom: 40px;
}

.page_office .tab2 .list .item div {
    padding-left: 72px;
    position: relative;
}

.page_office .tab2 .list .item i {
    width: 48px;
    height: 48px;
    background: #e94e48;
    color: white;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    border-radius: 100%;
    font-family: fnum;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.page_office .tab2 .list .item strong {
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
}

.page_office .tab2 .list .item p {
    font-size: 14px;
    color: #666666;
}

.page_office .tab2 .list .item img {
    margin-top: 40px;
}

.page_office .tab2 .list .left {
    padding-top: 130px;
    float: left;
    max-width: 50%;
}

.page_office .tab2 .list .left .item p {
    max-width: 480px;
}

.page_office .tab2 .list .right {
    float: right;
    max-width: 50%;
    margin-top: -160px;
}

.page_office .tab2 .list .right .item:first-child div {
    margin-left: 90px;
}

.page_office .tab2 .list .right .item:first-child img {
    max-width: unset;
}

.page_office .tab2 .btm {
    margin-top: 40px;
}

.page_office .tab2 .btm img {
    max-width: 80%;
}

.page_office .tab2 .btm ul {
    flex-direction: column;
}

.page_office .tab2 .btm ul li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.page_office .tab2 .btm ul li:last-child {
    border: none;
}

.page_office .tab2 .btm ul li i {
    font-size: 60px;
    font-family: fnum;
}

.page_office .tab2 .btm ul li span {
    font-weight: bold;
    font-size: 16px;
}

.page_office .tab2 .btm ul li strong {
    font-weight: bold;
    font-size: 20px;
    margin-top: 1rem;
}

.page_office .tab2 .btm ul li p {
    font-size: 14px;
    color: #666666;
}

.page_office .tab4 {
    padding: 80px 0;
}

.page_office .tab4 table {
    border: 1px solid #f5f5f5;
    width: 100%;
    margin-top: 80px;
}

.page_office .tab4 table td {
    padding: 70px 50px 90px;
    width: 25%;
}

.page_office .tab4 table td span {
    display: block;
    font-size: 26px;
    margin: 60px 0 40px;
    font-weight: bold;
}

.page_office .tab4 table td p {
    color: #666;
}

.page_office .tab4 table td.fit {
    background: url("../images/office_tab4.jpg") no-repeat center top;
    background-size: 100%;
    vertical-align: top;
}

.page_office .tab4 table td.fit span {
    font-size: 20px;
}

.case_tab {
    background: #f5f5f5;
    padding: 80px 0;
}

.case_tab .case_list {
    padding: 0;
    background: #f5f5f5;
}

.case_tab .case_list .lists {
    margin-top: 40px;
}

.server_tab {
    background: url("../images/ser_tab_bg.jpg") no-repeat center top;
    height: 720px;
    padding: 80px 0;
}

.server_tab ul {
    margin: 90px auto 70px;
    text-align: center;
    position: relative;
    overflow: unset;
}

.server_tab ul:after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: 25px;
    width: 1000%;
    height: 1px;
    background: #ccc;
    z-index: 0;
}

.server_tab ul li {
    position: relative;
    z-index: 1;
    width: 100%;
}

.server_tab ul li img {
    margin: 0 auto;
}

.server_tab ul li span {
    display: block;
    font-size: 16px;
    margin-top: 40px;
}

.server_tab ul li p {
    color: #999;
    font-size: 12px;
	line-height: 1.5;
	padding-top: 0.5rem;
}

.server_tab ul li i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #ccc;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    z-index: 22;
}

.server_tab ul li:hover i {
    background: #e94e48;
    color: white;
    border-color: #e94e48;
}

.news_tab {
    padding: 80px 0;
}

.news_tab .news_list {
    padding: 0;
}

.more_btn {
    width: 220px;
    height: 54px;
    border-radius: 27px;
    background: #e94e48;
    text-align: center;
    display: block;
    line-height: 54px;
    color: white;
    font-size: 16px;
    margin: 0 auto;
}

.more_btn:hover {
    color: white;
    opacity: 0.95;
}

.page_hotel {
    background: white;
}

.page_hotel .tab1 {
    padding-top: 80px;
    position: relative;
}

.page_hotel .tab1 img {
    margin: 80px auto 0;
}

.summarize {
    position: absolute;
    bottom: -110px;
    width: 1010px;
    left: 50%;
    overflow: hidden;
    z-index: 1;
    margin-left: -505px;
    border-radius: 8px;
    background: white;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.summarize .txt {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
}

.summarize .txt h3 {
    line-height: 60px;
    color: #e94e48;
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.summarize .txt h3:after {
    content: '';
    background: url("../images/summarize.png") no-repeat center;
    position: absolute;
    width: 790px;
    height: 48px;
    left: 50%;
    top: 0;
    margin-left: -395px;
}

.summarize .txt span {
    font-size: 42px;
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    line-height: 1.2em;
}

.text-white {
    color: white;
}

.text-white:after {
    color: white;
    background: white !important;
}

.page_hotel .tab2 {
    padding-top: 240px;
    position: relative;
    height: 1040px;
    background: url("../images/hotel_tab2.jpg") no-repeat center top;
}

.page_hotel .tab2 ul {
    margin-top: 80px;
}

.page_hotel .tab2 ul li {
    color: white;
    padding-left: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;

}

.page_hotel .tab2 ul li i {
    font-size: 20px;
    display: block;
    font-weight: bold;
    height: 48px;
    padding: 20px 0 0 20px;
    margin-top: 1rem;
    background: url("../images/bg-red.png") no-repeat left top;
}

.page_hotel .tab2 ul li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0.5rem 0 1rem;
}

.page_hotel .tab2 ul li p {
    line-height: 36px;
	opacity: 0.5;
}

.page_hotel .tab2 ul li img {
    margin: 70px 0 20px;
}
.page_hotel .tab2 ul li:hover p{
	opacity: 1;
}
.page_hotel .tab3 {
    padding-top: 240px;
    position: relative;

}

.page_hotel .tab3 .pic {
    margin: 80px 0 0 0;
    height: 780px;
}

@media (max-width: 1500px) {
    .page_hotel .tab3 .pic {
        background-size: 110% !important;
    }
}

.page_hotel .case_tab {
    position: relative;
    padding: 220px 0;
}

.page_hotel .tab4 {
    padding: 220px 0 80px;
}

.page_hotel .tab4 ul li {
    width: 460px;
    height: 240px;
    background: #f5f5f5;
    padding: 40px;
    max-width: 32%;
    margin-top: 80px;
}

.page_hotel .tab4 ul i {
    width: 48px;
    height: 48px;
    background: #e94e48;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom: 40px;
}

.page_hotel .tab4 ul .txt {
    margin-bottom: 40px;
}

.page_hotel .tab4 ul .txt strong {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
}

.page_hotel .tab4 ul .txt span {
    color: #999;
    font-size: 12px;
}

.page_hotel .tab4 ul p {
    width: 50%;
    line-height: 2rem;
    font-size: 16px;
    color: #666666;
}

.page_cailiao {
    background: white;
}

.page_cailiao .tab1 {
    padding: 80px 0;
}

.page_cailiao .tab1 img {
    margin: 80px auto 0;
}

.page_cailiao .tab2 {
    padding: 80px 0;
    height: 770px;
    background: url("../images/cailiao_tab2.jpg") no-repeat center top;
}

.page_cailiao .tab2 ul {
    margin-top: 50px;
    padding: 60px 125px;
    background: #e2e0e0;
}

.page_cailiao .tab2 ul li {
    background: white;
    width: 240px;
    height: 320px;
    border-top-right-radius: 40px;
    padding: 40px 2rem;
    text-align: center;
}

.page_cailiao .tab2 ul li img {
    margin: 10px auto;
}

.page_cailiao .tab2 ul li strong {
    margin-top: 1rem;
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.page_cailiao .tab2 ul li span {
    font-size: 10px;
    color: #999;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.page_cailiao .tab2 ul li span:after {
    content: '';
    position: absolute;
    background: #e94e48;
    width: 1rem;
    height: 3px;
    left: 50%;
    margin-left: -0.5rem;
    bottom: -1rem;
}

.page_cailiao .tab2 ul li p {
    margin-top: 2rem;
    font-size: 16px;
    color: #666;
    line-height: 2rem;
}

.page_cailiao .tab2 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.page_cailiao .tab4 {
    padding: 80px 0;
}

.page_cailiao .tab4 ul li {
    margin-top: 50px;
    width: 460px;
    position: relative;
}

.page_cailiao .tab4 ul li .txt {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
}

.page_cailiao .tab4 ul li .txt strong {
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 2em;
}

.page_cailiao .tab4 ul li .txt span {
    display: block;
    font-size: 14px;
    color: #282828;
}

.page_cailiao .tab4 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.page_form {
    height: 460px;
    background: url("../images/page_form_bg.png") no-repeat center bottom;
    padding: 100px 0 0 0;
}
.page_form .page_title h3{
	letter-spacing: 10px;
	font-size: 32px;
	margin-bottom: 1rem;
}
.page_form .page_title h3::after{
	display: none;
}
.page_form .page_title span{
	color: #666;
}
.page_form form {
    width: 920px;
    margin: 0 auto;
}

.page_form form .layui-form-item .layui-input-inline {
    width: 42%;
    margin-top: 2rem;
    color: #cdcdcd;
    font-size: 20px;
}

.page_form form .layui-form-item .layui-input-inline label {
    margin-right: 1rem;
    display: block;
    padding: 0;
    min-width: 100px;
    line-height: 64px;
}

.page_form form .layui-form-item .layui-input-inline input {
    font-size: 16px;
    height: 64px;
	padding: 0 1rem;
    border: 1px solid #6f6f6f;
    background: unset;
    color: #fff;
}

.page_form form .layui-form-item:after {
    display: none;
}

.page_form form button {
    height: 64px;
    line-height: 64px;
    width: 100%;
    display: block;
    font-size: 16px;
}

.page_form form .tips {
    text-align: center;
    color: #666;
}

.touser {
    padding: 105px 0;
    text-align: center;
    height: 690px;
    background: url("../images/cl_tab5_bg.png") no-repeat center top;
}

.touser h3 {
    font-size: 48px;
    font-weight: bold;
	letter-spacing: 2px;
}

.touser p {
    line-height: 38px;
    font-size: 16px;
    margin-top: 40px;
	letter-spacing: 2px;
}

.touser strong {
    font-weight: bold;
    font-size: 24px;
}

.page_business {
    background: white;
}

.page_business .tab1 {
    padding: 80px 0;
}

.page_business .tab1 ul {
    margin-bottom: 60px;
}

.page_business .tab1 ul li {
    width: 460px;
    height: 580px;
    max-width: 32%;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.page_business .tab1 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 1s;
}

.page_business .tab1 ul li span {
    width: 100%;
    height: 80px;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    left: 0;
    bottom: 0;
}

.page_business .tab1 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.page_business .tab1 ul li:hover img {
    transform: scale(1.1);
}

.page_business .tab2 {
    position: relative;
    padding: 120px 0;
    background: url("../images/bus_t2_bg.jpg") no-repeat center top;
    height: 860px;
}

.page_business .tab2 ul {
    width: 1120px;
    position: absolute;
    right: 1rem;
    max-width: 60%;
    top: 230px;
}

.page_business .tab2 ul li {
    padding: 20px;
    border-radius: 20px;
    width: 360px;
    max-width: 32%;
    max-height: 500px;
    background: white;
    position: relative;
}

.page_business .tab2 ul li:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url("../images/bg-red.png") no-repeat center top;
    background-size: cover;
    left: 1.2rem;
    bottom: 40px;
    display: block;
    position: absolute;
}

.page_business .tab2 ul li strong {
    font-weight: bold;
    font-size: 20px;
    margin-left: 2rem;
    margin-top: 40px;
    display: block;
}

.page_business .tab2 ul li span {
    font-size: 14px;
    color: #666;
    margin-left: 2rem;
    display: block;
    line-height: 2rem;
}

.page_business .tab2 ul li:nth-child(2) {
    top: -120px;
}

.page_business .tab2 p {
    max-width: 30%;
}

.page_business .tab2 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.page_business .tab3,.page_business .tab4 {
    padding: 80px 0;
}

.page_business .tab3 .idea_txt {
    margin: 80px auto;
    text-align: center;
}

.page_business .tab3 .idea_txt li {
    width: 100%;
}

.page_business .tab3 .idea_txt li span {
    font-family: fnum;
    font-size: 60px;
    position: relative;
    display: inline-block;
}

.page_business .tab3 .idea_txt li span i {
    position: absolute;
    right: -1rem;
    top: -1rem;
    font-size: 16px;
    color: #e94e48;
    font-weight: bold;
}

.page_business .tab3 .idea_txt li p {
    font-size: 16px;
    margin-top: 20px;
}

.page_business .tab3 .idea_pic {
    margin-top: 50px;
    text-align: center;
}

.page_business .tab3 .idea_pic li {
    width: 17.34%;
	transition: all .5s;
	overflow: hidden;
}

.page_business .tab3 .idea_pic li.active{
    width: 40%;
}
.page_business .tab3 .idea_pic li .pic{
	border-radius: 20px;
	overflow: hidden;
}
.page_business .tab3 .idea_pic li img{
	max-width:initial;
}

.page_business .tab3 .idea_pic strong {
    font-size: 24px;
    display: block;
    font-weight: bold;
    margin-top: 1rem;
}

.page_business .tab3 .idea_pic p {
    color: #666;
    margin-top: 1rem;
}

.page_business .tab4 .info{
	margin-top: 50px;
	position: relative;
}
.page_business .tab4 .info .more_btn{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	bottom: 60px;
}

.server_lc {
    padding-top: 80px;
}

.server_lc .info {
    margin-top: 50px;
}

.server_lc .info a {
    top: -120px;
    position: relative;
}

.page_design {
    background: white;
}

.page_design .tab1 {
    padding: 80px 0;
    background: #f5f5f5;
}

.page_design .tab1 ul li {
    width: 24%;
    background: white;
    padding: 40px 25px;
    max-width: 350px;
}

.page_design .tab1 ul li b {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ccc;
    text-transform: uppercase;
}

.page_design .tab1 ul li strong {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin: 2rem 0;
}

.page_design .tab1 ul li strong i {
    color: #e94e48;
}

.page_design .tab1 ul li p {
    border-top: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 2rem;
}

.page_design .tab1 ul li span {
    margin-top: 50px;
    color: #666;
    font-size: 14px;
    display: block;
    position: relative;
}

.page_design .tab1 ul li span:after {
    content: '';
    width: 15px;
    height: 10px;
    background: url("../images/more_r.png") no-repeat center top;
    position: absolute;
    left: 4rem;
    top: 50%;
    margin-top: -5px;
}

.page_design .tab1 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.page_design .tab2 {
    padding-top: 80px;
}

.page_design .tab2 .case_swiper .mySwiper {
    margin: 50px auto;
    max-width: 700px;
}

.page_design .tab2 .case_swiper .mySwiper .swiper-slide {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 14px;
    box-sizing: border-box;
    border-right: 1px solid #000;
	cursor: pointer;
}

.page_design .tab2 .case_swiper .mySwiper .swiper-slide:last-child {
    border: none;
}

.page_design .tab2 .case_swiper .mySwiper .swiper-slide.swiper-slide-thumb-active {
    color: #e94e48;
}

.page_design .tab2 .case_swiper .picswiper {
    position: relative;
    background: url("../images/design_tab2_bg.jpg") no-repeat center top;
    height: 740px;
}

.page_design .tab2 .case_swiper .mySwiper2 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.page_design .tab2 .case_swiper .mySwiper2 li {
    height: 100%;
}

.page_design .tab2 .case_swiper .mySwiper2 li a {
    display: block;
    position: relative;
    height: 100%;
    padding-top: 110px;
}

.page_design .tab2 .case_swiper .mySwiper2 li a:hover {
    color: #000;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt {
    position: relative;
    z-index: 1;
    max-width: 30%;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt h3 {
    font-size: 48px;
    line-height: 2em;
    font-weight: bold;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt span:after {
    content: '';
    width: 20px;
    height: 4px;
    background: #e94e48;
    position: absolute;
    left: 0;
    top: 60px;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt p {
    font-size: 20px;
    line-height: 60px;
    margin-top: 80px;
}

.page_design .tab2 .case_swiper .mySwiper2 li img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 66.6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 0;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt_r {
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 40px 0px 40px 50px;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt_r span {
    font-size: 24px;
    font-weight: bold;
    color: #e94e48;
}

.page_design .tab2 .case_swiper .mySwiper2 li .txt_r p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 36px;
}

.page_design .tab2 .btn-prev, .page_design .tab2 .btn-next {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: url(../images/dt2_prev.png) no-repeat center;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

.page_design .tab2 .btn-next {
    position: absolute;
    bottom: 10%;
    left: 80px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: url(../images/dt2_next.png) no-repeat center;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

.page_design .tab3 {
    padding: 80px 0;
}

.page_design .tab3 ul {
    margin-top: 10px;
}

.page_design .tab3 ul li {
    margin-top: 50px;
}

.page_design .tab3 ul li .txt_l div, .page_design .tab3 ul li .txt_r {
    flex-direction: column;
}

.page_design .tab3 ul li .txt_l, .page_design .tab3 ul li .txt_r {
    position: relative;
    width: 23%;
}

.page_design .tab3 ul li .txt_l i {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    padding-left: 20px;
    background: url("../images/bg-red.png") no-repeat top left;
    width: 100%;
    font-size: 24px;
    padding-top: 20px;
    font-weight: bold;
}

.page_design .tab3 ul li .txt_l div {
    width: 150px;
    margin: 0 auto;
    height: 100%;
}

.page_design .tab3 ul li .txt_l div span, .page_design .tab3 ul li .txt_r span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.page_design .tab3 ul li .txt_l div span b {
    font-size: 24px;
    font-weight: bold;
    color: #e94e48;
}

.page_design .tab3 ul li .txt_l div strong {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
}

.page_design .tab3 ul li .txt_l div strong:before {
    content: '·';
    color: #e94e48;
    font-size: 16px;
    position: absolute;
    left: -1rem;
}

.page_design .tab3 ul li .txt_l div p {
    font-size: 16px;
    line-height: 36px;
    color: #999;

}

.page_design .tab3 ul li .pic {
    width: 54%;
    max-width: 800px;
}

.page_design .tab3 ul li .txt_r {
    padding-left: 50px;
}

.page_design .tab3 ul li .txt_r p {
    width: 50%;
    font-size: 16px;
    margin-top: 36px;
}

.page_design .tab3 ul li .txt_r a {
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #e94e48;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: white;
    border-radius: 24px;
}

.page_design .tab3 ul li .txt_r span.en {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
}

.page_design .tab4 {
    padding: 80px 0;
}

.page_design .tab4 ul {
    margin-top: 20px;
}

.page_design .tab4 ul li {
    margin-top: 40px;
    width: 460px;
    max-width: 32%;
    text-align: center;
}

.page_design .tab4 ul li span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 2em;
    margin-top: 1rem;
}

.page_design .tab4 ul li p {
    color: #999;
    font-size: 16px;
}

.page_design .tab4 ul li:hover {
    color: #e94e48;
}

.page_build {
    background: white;
}

.page_build .tab1 {
    padding: 80px 0;
}

.page_build .tab1 .pic {
    margin-top: 60px;
}

.page_build .tab2 {
    padding: 80px 0;
}

.page_build .tab2 ul li {
    margin-top: 40px;
    width: 460px;
    max-width: 32%;
    text-align: center;
}

.page_build .tab2 ul li span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 1rem;
    display: block;
}

.page_build .tab2 ul li p {
    width: 80%;
    margin: 1rem auto;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.page_build .tab2 ul li a {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-radius: 24px;
    display: block;
    border: 1px solid #ccc;
    margin: 1rem auto;
}

.page_build .tab3 {
    padding-top: 80px;
}

.page_build .tab3 .build_swiper .mySwiper {
    margin: 50px auto;
    max-width: 700px;
}

.page_build .tab3 .build_swiper .mySwiper .swiper-slide {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 14px;
    box-sizing: border-box;
    border-right: 1px solid #000;
	cursor: pointer;
}

.page_build .tab3 .build_swiper .mySwiper .swiper-slide:last-child {
    border: none;
}

.page_build .tab3 .build_swiper .mySwiper .swiper-slide.swiper-slide-thumb-active {
    color: #e94e48;
}

.page_build .tab3 .build_swiper .picswiper {
    position: relative;
    background: url("../images/build_t3_bg.jpg") no-repeat center top;
    height: 880px;
}

.page_build .tab3 .build_swiper .mySwiper2 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.page_build .tab3 .build_swiper .mySwiper2 li img {
    position: absolute;
    left: 0;
    top: 48%;
    max-width: 57.4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 0;
}

.page_build .tab3 .build_swiper .mySwiper2 li .txt {
    background: #333;
    position: absolute;
    height: 430px;
    right: 0;
    bottom: 80px;
    width: 50%;
    padding: 50px 80px;
    color: white;
}

.page_build .tab3 .build_swiper .mySwiper2 li .txt h3 {
    font-size: 48px;
    font-weight: bold;
    font-family: Serif;
    line-height: 1;
    padding-bottom: 1rem;
    border-bottom: 1px solid #6f6f6f;
}

.page_build .tab3 .build_swiper .mySwiper2 li .txt h3 i {
    font-size: 24px;
    margin-right: 1rem;
	font-family: "fnum";
}

.page_build .tab3 .build_swiper .mySwiper2 li .txt span {
    line-height: 2em;
    font-size: 20px;
    margin-top: 1em;
	font-weight: bold;
    display: block;
}

.page_build .tab3 .build_swiper .mySwiper2 li .txt p {
    line-height: 2em;
    font-size: 20px;
    margin-top: 1rem;
    display: block;
    color: #9d9d9d;
}

.page_build .tab3 .build_swiper .mySwiper2 li .txt b {
    font-size: 48px;
    margin-top: 1em;
    display: block;
    color: #424242;
    text-transform: uppercase;
	font-family: "fnum";
}

.page_build .tab3 .build_swiper .swiper_page {
    width: 260px;
    height: 80px;
    position: absolute;
    bottom: 80px;
    padding-top: 20px;
    overflow: hidden;
    left: 50%;
    margin-left: -260px;
    z-index: 5;
    background: #e94e48;
}

.page_build .tab3 .swiper-container-horizontal > .swiper-pagination-bullets, .page_build .tab3 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 28px;
    font-size: 20px;
    color: #fff;

}

.page_build .tab3 .btn-prev, .page_build .tab3 .btn-next {
    position: absolute;
    bottom: 50%;
    left: 1rem;
    margin-bottom: -6.5px;
    width: 17px;
    height: 13px;
    background: url(../images/des_l.png) no-repeat center;
    z-index: 99;
    outline: none;
    cursor: pointer;
}

.page_build .tab3 .btn-next {
    position: absolute;
    left: unset;
    right: 1rem;
    background: url(../images/des_r.png) no-repeat center;
}

.page_build .tab4 {
    padding: 80px 0;
}

.page_build .tab4 ul {
    margin-top: 50px;
}

.page_build .tab4 ul li {
    margin-top: 2rem;
    width: 350px;
    max-width: 24%;
    background: #f5f5f5;
}

.page_build .tab4 ul li .txt {
    padding: 20px 24px;
}

.page_build .tab4 ul li .txt span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.page_build .tab4 ul li .txt span i {
    float: right;
    color: #e94e48;
    font-size: 16px;
    font-family: fen;
}

.page_build .tab4 ul li .txt p {
    font-size: 14px;
    color: #666;
    margin-top: 2rem;
}

.page_build .tab4 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.page_server {
    background: white;
}

.page_server .tab1 {
    padding: 80px 0;
    position: relative;
}

.page_server .tab1 .pic {
    margin-top: 60px;
    position: relative;
    z-index: 1;
    background-size: contain !important;
    width: 100%;
}
@media (max-width: 1600px) {
    .page_server .tab1 .pic{
        width: 90%;
        margin: 60px auto 0;
    }
}

.page_server .tab1:before {
    content: 'services';
    font-family: fen;
    font-weight: bold;
    font-size: 160px;
    letter-spacing: 70px;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    left: 0;
    bottom: 130px;
    z-index: 0;
}

.page_server .tab2 {
    padding: 80px 0;
    height: 640px;
    background: url("../images/server_t2_bg.jpg") no-repeat center top;

}

.page_server .tab2 ul {
    margin-top: 50px;
}

.page_server .tab2 ul li {
    width: 180px;
    max-width: 12%;
    padding: 20px;
    background: white;
    text-align: center;
}

.page_server .tab2 ul li:first-child {
    background: unset;
    padding: 0;
}

.page_server .tab2 ul li div {
    margin-bottom: 60px;
    padding: 20px;
    background: white;
}

.page_server .tab2 ul li div:last-child {
    margin-bottom: 0;
}

.page_server .tab2 ul li img {
    margin: 0 auto;
}

.page_server .tab2 ul li span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.page_server .tab4 {
    padding: 80px 0;
}

.page_server .tab4 ul li {
    width: 420px;
    min-height: 260px;
    background: #f5f5f5;
    padding: 40px;
    max-width: 28%;
    margin-top: 80px;
}

.page_server .tab4 ul i {
    width: 48px;
    height: 48px;
    background: #e94e48;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom: 40px;
}

.page_server .tab4 ul .txt {
    margin-bottom: 40px;
}

.page_server .tab4 ul .txt strong {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
}

.page_server .tab4 ul .txt span {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.page_server .tab4 ul p {
    line-height: 2rem;
    font-size: 16px;
    color: #666666;
}

.page_childcare {
    background: white;
}

.page_childcare .tab1 {
    padding: 80px 0;
    background: #f5f5f5;
}

.page_childcare .tab1 ul {
    margin: 60px auto;
}

.page_childcare .tab1 ul li {
    background: white;
    max-width: 24%;
    width: 350px;
    padding: 30px;
}

.page_childcare .tab1 ul li span {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.page_childcare .tab1 ul li span:before {
    content: '';
    width: 36px;
    height: 20px;
    background: url("../images/childcare_t1_ico.png") no-repeat center top;
    left: 50%;
    margin-left: -5rem;
    position: absolute;
    top: 2px;
}

.page_childcare .tab1 ul li span:after {
    content: '';
    width: 36px;
    height: 20px;
    background: url("../images/childcare_t1_ico.png") no-repeat center top;
    right: 50%;
    margin-right: -5rem;
    transform: rotateY(180deg);
    position: absolute;
    top: 2px;
}

.page_childcare .tab1 ul li p {
    margin-top: 1rem;
    color: #666;
}

.page_childcare .tab1 .txt {
    padding: 50px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.page_childcare .tab1 .item strong {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}

.page_childcare .tab1 .item i {
    font-size: 24px;
    margin-left: 1rem;
}

.page_childcare .tab1 .item p {
    font-size: 16px;
    margin-top: 0.5rem;
}

.page_childcare .tab2 {
    padding-top: 80px;
}

.page_childcare .tab2 ul {
    margin-top: 60px;
    background: url("../images/childcare_t2.jpg") no-repeat center top;
    height: 740px;
}

.page_childcare .tab2 ul li {
    width: 20%;
    border-right: 1px solid #6f6f6f;
    height: 200px;
    margin-top: 270px;
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.page_childcare .tab2 ul li:last-child {
    border: none;
}

.page_childcare .tab2 ul li span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: white;
    position: relative;
}

.page_childcare .tab2 ul li span:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #e94e48;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    margin-left: -10px;
}

.page_childcare .tab2 ul li p {
    margin-top: 1rem;
    opacity: 0.5;
}

.page_childcare .tab2 ul li a {
    width: 120px;
    height: 38px;
    margin: 0 auto;
    background: #e94e48;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    opacity: 0;
    display: block;
    position: relative;
    transition: all 0.3s;
    bottom: 0;
}

.page_childcare .tab2 ul li div {
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.page_childcare .tab2 ul li:hover div {
    top: -30%;
}

.page_childcare .tab2 ul li:hover a {
    opacity: 1;
    bottom: -30%;
	color: white;
}

.page_childcare .tab3 {
    padding: 80px 0;
}

.page_childcare .tab3 .pic {
    margin-top: 60px;
    max-width: 100%;
    margin-right: 2rem;
}

.page_childcare .tab3 .pic:last-child {
    margin-right: 0;
}

.page_childcare .tab4 {
    padding-top: 80px;
    height: 1660px;
    background: url("../images/childcare_t4.jpg") no-repeat center top;
}

.page_childcare .tab4 .item {
    margin-top: 60px;
    column-count: 2;
    column-gap: 0;
}

.page_childcare .tab4 .item .pic {
    width: 100%;
    margin-bottom: 60px;
}
.page_childcare .tab4 .item .pic:nth-child(2){
    break-inside: avoid-column;
}
.page_childcare .tab4 .item .pic:nth-child(3),.page_childcare .tab4 .item .pic:nth-child(4){
    text-align: right;
}
.page_childcare .tab4 .item .pic:nth-child(3) img,.page_childcare .tab4 .item .pic:nth-child(4) img{
    display: inline;
}

@media (max-width: 1600px) {
    .page_childcare .tab4 .item .pic{
        width: 95%;
    }
}
.page_hosp {
    background: white;
}

.page_hosp .tab1 {
    padding: 80px 0;
}

.page_hosp .tab1 ul {
    margin-top: 60px;
    background: url("../images/hosp_tab1.jpg") no-repeat center center;

}

.page_hosp .tab1 ul li {
    width: 50%;
}

.page_hosp .tab1 ul li .item {
    width: 400px;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.page_hosp .tab1 ul li .item i {
    font-size: 20px;
    font-weight: bold;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #ccc;
}

.page_hosp .tab1 ul li .item div {
    margin: 0 2rem;
    text-align: right;

}

.page_hosp .tab1 ul li:nth-child(2n-1) .item {
    display: flex;
    flex-direction: row-reverse;
}

.page_hosp .tab1 ul li:nth-child(2n) .item {
    float: right;
}

.page_hosp .tab1 ul li:nth-child(2n) .item div {
    text-align: left;
}

.page_hosp .tab1 ul li .item span {
    font-size: 20px;
    color: #666666;
    display: block;
    line-height: 2;
}

.page_hosp .tab1 ul li .item strong {
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.page_hosp .tab1 ul li:nth-child(7) .item, .page_hosp .tab1 ul li:nth-child(8) .item {
    border: none;
}

.page_hosp .tab2 {
    background: url("../images/hosp_t2.jpg") no-repeat center top;
    height: 860px;
	width: 100%;
	position: relative;
}
.page_hosp .tab2 .container{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	z-index: 9;
}

.page_hosp .tab2 .page_title {
    max-width: 650px;
}

.page_hosp .tab2 .page_title span {
    margin-bottom: 80px;
}

.page_hosp .tab2 .contab{
	width: 100%;
	height: 100%;
}
.page_hosp .tab2 .bottab{
	margin-top:400px
}

.page_hosp .tab2 .bottab ul li {
    width: 100%;
    text-align: center;
    background: white;
    padding: 30px 0;
    position: relative;
	cursor: pointer;
}

.page_hosp .tab2 .bottab ul li:after {
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 25%;
    background: #ddd;
}

.page_hosp .tab2 .bottab ul li:last-child::after {
    display: none;
}

.page_hosp .tab2 .bottab ul li img {
    margin: 0 auto;
}

.page_hosp .tab2 .bottab ul li span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 1rem;
    display: block;
}

.page_hosp .tab2 .bottab .swiper-slide-thumb-active {
    background: #e94e48;
    color: white;
}

.page_hosp .tab3 {
    padding: 80px 0;
}

.page_hosp .tab3 ul li {
    width: 48%;
    max-width: 700px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 40px 50px;
    margin-top: 80px;
    height: 280px;
    position: relative;

}

.page_hosp .tab3 ul li .pic {
    width: 180px;
}

.page_hosp .tab3 ul li .txt {

    width: 370px;
}

.page_hosp .tab3 ul li h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.page_hosp .tab3 ul li h4 i {
    margin-right: 1rem;
    display: inline-block;
    background: #e94e48;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 8px;
    color: white;
}

.page_hosp .tab3 ul li p {
    margin-top: 1rem;
    color: #666666;
}

.page_hosp .tab3 ul li span {
    display: block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    background: white;
    margin-right: 2rem;
}

.page_hosp .tab3 ul li .txt div {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.page_hosp .tab4 {
    padding: 100px 0;
    height: 860px;
    background: url("../images/hosp_t4_bg.jpg") no-repeat center top;
}

.page_hosp .tab4 ul li {
    width: 100%;
    text-align: center;
    margin: 140px auto;
}

.page_hosp .tab4 ul li img {
    margin: 1rem auto;
}

.page_hosp .tab4 ul li span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}.page_hosp .tab4 ul li p {
    display: block;
    color: #666;
    margin-top: 0.5rem;
}

.page_hosp .tab5 {
    padding: 80px 0;
    background: url("../images/hosp_t5_bg.jpg") no-repeat left center;
}
.page_hosp .tab5 .text-right{
    text-align: right;
}
.page_hosp .tab5 .text-right h3:after{
    right: 0;
    left: unset;
}
.page_hosp .tab5 .d-flex{
    justify-content: flex-end;
}
.page_hosp .tab5 ul{
    float: right;
    width: 440px;
    margin-left: 100px;
    margin-top: 50px;
    padding: 20px;
    background: white;
    max-width: 24vw;
}
.page_hosp .tab5 ul li{
    margin-bottom: 40px;
    min-height: 90px;
}
.page_hosp .tab5 ul li span{
    font-size: 20px;
    display: block;
    font-weight: bold;
    line-height: 2em;
    position: relative;
}
.page_hosp .tab5 ul li span:before{
    content:'';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #e94e48;
    left: -1rem;
    top: 50%;
    margin-top: -3px;
    border-radius: 100%;
}
.page_hosp .tab5 ul li p{
    color: #666;
}
.page_hosp .tab5 ul li img{
    margin-bottom: 100px;
}

.page_hosp .tab6 {
    padding: 80px 0;
}
.page_hosp .tab6 ul{
    margin-top: 80px;
}
.page_hosp .tab6 ul li{
    margin-bottom: 40px;
    align-items: center;
}
.page_hosp .tab6 ul li:nth-child(2){
    flex-direction: row-reverse;
}
.page_hosp .tab6 ul li .txt{
    width: 63%;
}
.page_hosp .tab6 ul li .txt h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 3em;
}
.page_hosp .tab6 ul li .txt p{
    position: relative;
    font-size: 20px;
    line-height: 60px;
    color: #666;
    min-width: 25%;
    padding-left: 1rem;
}
.page_hosp .tab6 ul li .txt p:after{
    content:'';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #e94e48;
    left:0;
    top: 50%;
    margin-top: -3px;
    border-radius: 100%;
}
.page_hosp .tab6 ul li .txt a{
    border-top: 1px solid #ddd;
    padding: 40px 0;
    display: block;
    font-size: 20px;
    margin-top: 2rem;
    position: relative;
}
.page_hosp .tab6 ul li .txt a:after{
    content:'';
    width: 15px;
    height: 10px;
    position: absolute;
    background: #e94e48;
    left:230px;
    background: url("../images/more_r.png") no-repeat center top;
    top: 50%;
    margin-top: -5px;
    border-radius: 100%;
}
.page_hosp .tab6 ul li .txt a:hover{
	color: #e94e48;
}
.page_renovation{
    background: white;
}
.page_renovation .tab1{
    padding: 80px 0;
    background: url("../images/renov_t1_bg.jpg") no-repeat center top;
}
.page_renovation .tab1 .page_title strong{
    font-size: 20px;
}

.page_renovation .tab1 ul{
    margin-top: 60px;
}
.page_renovation .tab1 ul li{
    position: relative;
    margin-bottom: 40px;
    max-width: 19.5%;
}
.page_renovation .tab1 ul li:first-child,.page_renovation .tab1 ul li:nth-child(2){
    max-width: 49%;
}
.page_renovation .tab1 ul li div{
    position: absolute;
    left: 50%;
    width: 100%;
    top:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}
.page_renovation .tab1 ul li div:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #e94e48;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -1rem;
}
.page_renovation .tab1 ul li div b{
    font-family: fen;
    font-size: 24px;
    display: block;
    margin-bottom: 2rem;
}
.page_renovation .tab1 ul li div h4{
    font-size: 32px;
    font-weight: bold;
    line-height: 2em;
}
.page_renovation .tab1 ul li div span{
    font-size: 24px;
    display: block;
    letter-spacing: 4px;
    margin-bottom: 1rem;
}
.page_renovation .tab2{
    padding: 80px 0;
}
.page_renovation .tab2 table{
    border:1px solid #ddd;
    width: 100%;
    margin: 60px auto 20px;


}
.page_renovation .tab2 table tr{
    height: 62px;
    background: #f5f5f5;
}
.page_renovation .tab2 table tr:nth-child(2n){
    background: #fff;
}
.page_renovation .tab2 table tr:first-child{
    height: 200px;
    text-align: center;
}
.page_renovation .tab2 table tr td:first-child{
    text-align: center;
}
.page_renovation .tab2 table img{
    margin: 1rem auto;
}
.page_renovation .tab2 table tr:first-child img{
    margin-top: -5px;
}
.page_renovation .tab2 table h4{
    font-weight: bold;
    font-size: 20px;
}
.page_renovation .tab2 table h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 3em;
}
.page_renovation .tab2 table p{
    font-size: 16px;
    line-height: 2rem;
}
.page_renovation .tab2 table span{
    font-size: 16px;
    font-weight: bold;
}
.page_renovation .tab2 table tr:last-child td{
    padding: 40px 50px;
}
.page_renovation .tab2 table tr:last-child p{
    font-size: 14px;
    color:#666;
    line-height: 1rem;
}
.page_renovation .tab3{
    padding: 80px 0;
    background: url("../images/renov_tab3_bg.jpg") no-repeat center top;
    height: 1120px;
}
.page_renovation .tab3 strong{
    font-size: 16px;
    margin-top: 1rem;
}
.page_renovation .tab3 .pic{
    margin: 40px auto;
}
.page_renovation .tab3 .pic:last-child{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
.page_renovation .tab4{
    padding: 80px 0;
    background: url("../images/renov_tab4_bg.jpg") no-repeat center 40px;
    height: 1000px;
}
.page_renovation .tab5{
    padding: 80px 0;

}
.page_renovation .tab5 .item{
    align-items: center;
    margin-top: 60px;
    position: relative;
    justify-content: center;
    padding: 40px;
}
.page_renovation .tab5 .item:after{
    content: '';
    height: 60%;
    width: 100%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.page_renovation .tab5 .item .pic{
    width:600px;
}
.page_renovation .tab5 .item div:first-child{
    margin-right: 200px;
}
.page_renovation .tab5 .item:last-child{
    padding-bottom: 60px;
    text-align: right;
}
.page_renovation .tab5 .item:last-child a{
    float: right;
}
.page_renovation .tab5 img{
    position: relative;
    z-index: 1;
}
.page_renovation .tab5 .txt{
    max-width: 630px;
    position: relative;
    z-index: 1;
}
.page_renovation .tab5 .txt h3{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    line-height: 1em;
    display: inline-block;
}
.page_renovation .tab5 .txt h3:after{
    content: '';
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    left: -1.5rem;
    bottom: 0;
    background: url("../images/bg-red.png") no-repeat left top;
}
.page_renovation .tab5 .txt b{
    display: block;
    font-size: 60px;
    font-weight: bold;
    font-family: fen;
    color: #f5f5f5;
    text-transform: uppercase;
    margin-top: 1rem;
    line-height: 1em;
}
.page_renovation .tab5 .txt p{
    margin-top: 80px;
    font-size: 16px;
    line-height: 2rem;
}
.page_renovation .tab5 .txt a{
    width: 200px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    display: block;
    font-size: 16px;
    margin-top: 40px;
    border:1px solid #ddd;
}
.page_renovation .tab5 .txt a:hover{
    background: #e94e48;
    color: white;
    border-color: #e94e48;
}