/*--------------------------------------------
Base Styles
--------------------------------------------*/

body {
    background: #fff;
    color: #333333;
    font: 14px/24px 'SourceHanSansCN-Regular', 'Calibri-Light';
    position: relative;
    font-family: normal;
}

.bg-style {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
}

:root {
    font-size: 0.0375vw;
}

a {
    color: #333333;
    text-decoration: none;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding-left: 0;
}


/* a:focus {
    background-color: #F08519;
} */

.nav-list {
    list-style: none;
    text-align: center;
    /*background-color: #E0DFDF;*/
}

.active-li {
    background-color: #B81C22;
    color: #fff;
}
.active-li a{
    color: #fff;
}

.nav-list>li {
    /* display: inline; */
}

.image {
    width: 100%;
    height: auto;
    transition: all .3s;
}

p {
    margin-bottom: 0;
}

.m-t-80 {
    margin-top: 120rem;
}


/* 导航条样式 */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道
    
    内阴影+圆角*/

 ::-webkit-scrollbar-track {
    /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: #F5F5F5;
}


/*定义滑块
    
    内阴影+圆角*/

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); */
    background-color: rgba(134, 132, 132, .35);
}


/* .cameraSlide img {
    width: auto !important;
    height: auto !important;
 } */


/*--------------------------------------------
导航栏 Styles
--------------------------------------------*/

#nav {
    background: none;
    margin: auto;
    position: relative;
    width: fit-content;
    width: 100%;
}

#nav .navbar-header {
    display: inline-flex;
    height: 60px;
    justify-content: space-between;
    width: 100%
    /* margin: 0 auto; */
}

#nav .navbar-logo {
    line-height: normal;
}

#nav .navbar-brand .logo {
    height: 60px;
    width: 212px;
    vertical-align: middle;
}

#nav .navbar-menu {
    flex: 1
}

#nav .navbar-menu .nav-list {
    font-weight: 400;
    /* margin-left: 200px; */
    /* margin-top: 20px; */
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

#nav .navbar-menu .nav-list>li {
    /* margin-left: 45px; */
    height: 100%;
    margin: 0 10rem;
    position: relative;
}

#nav .navbar-menu .nav-list>li a {
    display: block;
    height: 100%;
    padding: 0 20rem;
    line-height: 60px;
}

#nav .navbar-menu .nav-list>li a:hover {
    background-color: #B81C22;
    color: #fff;
    text-decoration: none;
}

#nav .nav-list-children-wrap,
#nav .nav-list-pc-2,
#nav .nav-list-pc-3 {
    position: absolute;
    left: 20rem;
    flex-wrap: nowrap;
    background-color: rgba(184, 28, 34, .6);
    /* opacity: .6; */
}

#nav .nav-list-children-wrap .nav-list-children-item,
#nav .nav-list-pc-2 .nav-list-children-item,
#nav .nav-list-pc-3 .nav-list-children-item {
    white-space: nowrap;
    color: #fff;
    opacity: 1;
}

#nav .nav-list-children-wrap .nav-list-children-item a,
#nav .nav-list-pc-2 .nav-list-children-item a,
#nav .nav-list-pc-3 .nav-list-children-item a {
    opacity: 1;
    color: #fff;
}


/* 显示或隐藏 */

.isHidden {
    display: none !important;
}


/* swiper  style */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainSwiper .swiper-pagination-bullet {
    width: 50px;
    border-radius: 10px;
    margin: 0 10px !important;
    opacity: .4;
}

.mainSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}


/* 首页关于我们 */

.aboutUsPcImg {
    /* display: block; */
    width: 100%;
    /* height: 900rem; */
}

.aboutUsPcImg>img {
    width: 100%;
}


/* 关于我们页-公司介绍 */

.introduceConpany-up-right-item>a:hover {
    color: #B81C22;
}

.introduceCompanyWrap {
    padding: 60rem 0 40rem 0;
}

.introduceCompany-icon1 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.introduceCompany-icon1 {
    background-image: url(../images/home.png);
}

.introduceCompany-icon2 {
    /* background-image: url(http://jtdc.jinda.cc/template/pc/skin/css/images/sanjiao.png); */
    color: #B81C22
}

.introduceCompany-up-left {
    /* line-height: 24px; */
}

.introduceCompany-up-left>div {
    margin-right: 35rem;
    line-height: 18px;
    font-size: 15px;
}

.introduceCompany-up-right>li {
    margin-left: 47rem
}

.introduceCompany-up {
    padding-bottom: 13rem;
    margin-bottom: 46rem;
    border-bottom: 1px solid #ccc;
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.m-r-10 {
    margin-right: 10px;
}

.active-item {
    position: relative;
}

.introduceCompany-down {
    width: 100%;
    padding-bottom: 86px;
}

.active-item::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #B81C22;
    position: absolute;
    bottom: -16rem;
    left: 0;
}


/* 关于我们-发展历程 */

.development-chinese {
    font-size: 28px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.development-en {
    font-size: 22px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #B81C22;
    line-height: 22px;
    margin-top: 12px
}


/* 地产项目-精品项目 */

.project-item-content-title {
    font-size: 22px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    padding: 30rem 0;
    letter-spacing:3px;
}

.project-item-content-dis {
    font-size: 16px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    text-indent: 24px;
    text-align: justify !important;
    letter-spacing: 2px;
    line-height: 30px;
}

.project-item-content {
    background-color: #EDEDED;
    padding: 20rem 60rem 80rem 60rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.introduceCompanyWrap .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}


.introduceCompanyWrap .swiper-pagination-bullet-active {
    background-color: #B81C22;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.dichan-project-wrap,
.project-item-pic {
    width: 100%;
    height: 100%;
}
.dichan-project-wrap>img{
    object-fit: cover;
}

.introduceCompanyWrap .swiper-pagination {
    text-align: right;
    transform: translateX(-50rem);
}

.introduceCompanyWrap .swiper {
    margin-bottom: 50rem;
}
.lunboFirtst{
    margin-bottom: 20px;
}

@media all and (max-width: 992px) {
    .mySwiper5 .swiper-pagination {
        /* transform: translateX(300rem); */
        bottom: 10px;
        /* top:50%; */
        text-align: right;
    }
    .introduceCompanyWrap .lunboFirtst:nth-of-type(2n+1) .project-item-content{
            order: 1;
        }
    /*.lunboFirtst:nth-child(2n+0){*/
    /*        background-color: #f00;*/
    /*    }*/
}

/* 公司新闻 */

.companyNewsPc {
    box-shadow: 0px 11px 26px 3px rgba(0, 0, 0, 0.11);
    background-color: #fff;
}

.companyNewsPcImg {
    padding: 0
}

.newsWord {
    position: absolute;
    bottom: 0;
    z-index: 10000;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    padding-left: 10px;
    padding-right: 30%;
    background-color: rgba(184, 28, 34, .5);
}

.newsWord p {
    font-size: 12px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 300;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.companyNewsPcContainer-up {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #B81C22;
    
}
.companyNewsPcContainer-more a{
    color: #B81C22;
}

.companyNewsPcContainer-more {
    flex-grow: 1;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.companyNewsPcContainer-title {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    /* margin: 0 15px; */
    border-bottom: 1px solid #B81C22;
}

.companyNewsPcContainer-down {
    padding: 15px;
}

.company-news-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #B81C22;
}

.companyNewsPcContainer-down>li {
    padding: 10px 0;
    font-size: 16px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
}

.company-news-content {
    margin: 0;
    padding-left: 0;
}

.company-news-content p {
    width: calc(100% - 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.company-news-time {
    padding: 0;
    text-align: right;
}

.company-news-dot {
    margin-right: 10px
}


/* 项目分类 */

.projectCaseWrap {
    display: flex;
    font-size: 0;
    width: 100%;
    justify-content: center;
}

.projectCaseItem {
    display: inline-block;
    width: 33%;
    height: 703rem;
    background-repeat: no-repeat;
    background-position: center;
    /*object-fit: cover;*/
    background-size: cover ;
    transition: all .5s;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.projectCaseItem::before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color:rgba(0,0,0,.5);
    transition: all .5s;
}

.projectCaseItem a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.projectCaseItem a{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    z-index: 1000;
}

.projectCaseItem p {
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding-top: 20rem;
    padding-left: 20rem;
    letter-spacing: 3rem;
    z-index: 100;
    /*background-color:rgba(255,255,255,.1);*/
}

.projectCaseItem p:nth-of-type(2) {
    font-size: 14rem;
    padding-top: 5rem;
}
.projectCaseItem:hover::before{
    background-color: rgba(0,0,0,0);
    
}
.projectCaseItem:hover p{
    color: #000;
}

.projectCaseItem:hover {
    width: 976rem
}


/* 首页案例展示 */

.showCaseWrap {
    height: 790rem;
    background-image: url(../images/projectBg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    position: relative;
}
   .caseTitle{ font-size: 22px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    position: relative;
    margin-top: 60rem;
}

.caseTitle::after,
.caseTitle::before {
    content: "";
    display: inline-block;
    width: 61rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
}


.caseTitle::after {
    background-image: url(../images/product/dot1.png);
    left: calc(100% + 14rem);
}

.caseTitle::before {
    left: -75rem;
    background-image: url(../images/product/dot2.png);
}

.caseWrap {
    /* position: relative; */
}

.caseWrap>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 154rem;
    height: 154rem;
}

.caseItem1 {}


/* 动画 */

@keyframes fadeUp {
    0% {
        transform: translateY(160rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

@keyframes fadeLeft {
    0% {
        transform: translateX(160rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0rem);
        opacity: 1;
    }
}

.fadeUp {
    animation: fadeUp 1s backwards;
}

.fadeLeft {
    animation: fadeLeft 2s backwards;
}


/* .fadeUp {
    animation: fadeUp 1s backwards;
} */


/* .information_sec.fadeUp2 {
    animation: fadeUp 2s .3s backwards;
} */


/*--------------------------------------------
Information_sec Styles
--------------------------------------------*/

.information_sec {
    text-align: center;
}

.information_sec .notification-boxes {
    display: flex;
    justify-content: center;
}

.information_sec .box {
    background-color: #fff;
    box-shadow: 0px 20px 23px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
    padding: 30px;
    text-align: start;
}

.information_sec .box-title {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.information_sec .box-title>h4 {
    font-size: 19px;
}

.information_sec .box-title>h5 {
    color: #858585;
}

.information_sec .btn-circled {
    background-color: #F08519;
    border-radius: 20px;
    color: #fff;
    margin: -90px auto 0 auto;
    width: 145px;
    padding: 10px 0;
    font-size: 15px;
}

.carousel-item {}

.carousel-item img {
    min-height: 150px;
    object-fit: cover;
}

.information_sec .title {
    margin-bottom: 80px;
}

.information_sec .video-title {
    color: #333333;
    font: 20px 'SourceHanSansCN-Medium';
    text-align: center;
}

.information_sec .line_1 {
    color: #858585;
    margin-top: 100px;
    font: 33px 'Calibri-Light';
}

.information_sec .line_2 {
    color: #333333;
    font: 33px 'Calibri-Light';
}

.information_sec .icon {
    height: 126px;
    width: 126px;
}

.information_sec .sub-section {
    display: inline-flex;
    height: 35%;
}

.information_sec .sub-section .intro {
    color: #333333;
    /*font-family: 'SourceHanSansCN-Medium';*/
    margin-left: 30px;
}

.information_sec .sub-section .intro-title {
    display: flex;
    font-size: 27px;
}

.information_sec .sub-section .intro-title-highlight {
    color: #F08519;
    float: left;
    padding: 0;
}

.information_sec .sub-section .intro-content {
    font-size: 15px;
    margin-top: 17px;
    text-align: left;
}


/*--------------------------------------------
About sec Styles
--------------------------------------------*/

.about_sec {
    margin-top: 75px;
}

.left-bgColor {
    /* background-color: #F2F2F2; */
    background-image: linear-gradient(to bottom, #F2F2F2, #fff);
}


/*--------------------------------------------
Footer Styles
--------------------------------------------*/

/*#footer {*/
    /* position: fixed;
    bottom: 0; */
/*    width: 100%;*/
/*}*/

/*#footer-image {*/
/*    margin-top: 100px;*/
/*}*/

/*#footer .containerBox {*/
/*    background-color: #E0DFDF;*/
/*    display: inline-flex;*/
    /* height: 100px; */
/*    width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    justify-content: space-between;*/
/*    padding: 0 19%;*/
/*}*/

/*#footer,*/
/*#footer .footer-right a {*/
    /* display: inline-block; */
/*    color: #666666;*/
/*    font: 12px/36px 'SourceHanSansCN-Regular', 'Calibri-Light';*/
/*}*/

/*#footer .footer-right li {*/
/*    display: inline-block;*/
/*}*/

/*#footer .footer-left {*/
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    /* width: 34%; */
/*    flex: 1;*/
/*}*/

/*#footer .footer-left .content {*/
    /* margin-left: 20px; */
/*}*/

/*#footer .footer-left .highlight {*/
/*    color: #A4281C;*/
/*}*/

/*#footer .footer-left .media {*/
/*    display: inline-flex;*/
/*    margin-left: 20px;*/
/*    margin-top: 0;*/
/*    position: relative;*/
/*}*/

/*#footer .footer-left .erweima {*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 100%;*/
/*    object-fit: cover;*/
/*    background-image: url(../images/erweima.jpg);*/
/*    width: 114rem;*/
/*    height: 114rem;*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    opacity: 0;*/
/*}*/

/*#footer .footer-left .media:hover .erweima {*/
/*    opacity: 1;*/
/*}*/

/*#footer .footer-left .image {*/
/*    height: 28px;*/
/*    width: 28px;*/
/*    margin-left: 5px;*/
/*}*/

/*#footer .footer-right li {*/
/*    margin-right: 10px;*/
/*}*/


/* #footer .footer-right  */

/*#footer .footer-left-bottom {*/
/*    display: flex;*/
/*    width: 100%;*/
/*}*/


/* .footer-left-bottom-container {
    flex-grow: 1;
} */
/*--------------------------------------------
Footer Styles
--------------------------------------------*/

#footer {
    /* position: fixed;
    bottom: 0; */
    width: 100%;
}

#footer-image {
    margin-top: 100px;
}

#footer .containerBox {
    background-color: #E0DFDF;
    display: inline-flex;
    /* height: 100px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding: 0 19%;
}

#footer,
#footer .footer-right a {
    /* display: inline-block; */
    color: #666666;
    font: 12px/36px 'SourceHanSansCN-Regular', 'Calibri-Light';
}

#footer .footer-right li {
    display: inline-block;
}

#footer .footer-left {
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    /* width: 34%; */
    flex: 1;
}

#footer .footer-left .content {
    /* margin-left: 20px; */
}

#footer .footer-left .highlight {
    color: #A4281C;
}

#footer .footer-left .media {
    display: inline-flex;
    margin-left: 20px;
    margin-top: 0;
    position: relative;
}

#footer .footer-left .erweima {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    object-fit: cover;
    background-image: url(../images/erweima.jpg);
    width: 114rem;
    height: 114rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

#footer .footer-left .media:hover .erweima {
    opacity: 1;
}

#footer .footer-left .image {
    height: 28px;
    width: 28px;
    margin-left: 5px;
}

#footer .footer-right li {
    margin-right: 10px;
}


/* #footer .footer-right  */

#footer .footer-left-bottom {
    display: flex;
    width: 100%;
}


/* .footer-left-bottom-container {
    flex-grow: 1;
} */


/* ä¼ä¸šæ–‡åŒ– */

.boxTitle .box-title {
    display: flex;
    padding: 48rem 45rem 35rem 32rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #fff;
}

.boxTitle .box-title .about-us {
    font-size: 27rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #333333;
}

.boxTitle .box-title .about-us-eng {
    font-size: 25rem;
    /*font-family: Calibri;*/
    font-weight: 300;
    color: #858585;
}

.padding-left-none {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-offcanvas .nav {
    flex-direction: column;
}

.sidebar-offcanvas .nav-item {
    height: 62rem;
    padding-left: 35rem;
    border-bottom: 2px solid #fff;
}

.sidebar-offcanvas .nav-item a {
    /* text-align: center; */
    font-size: 22rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    line-height: 62rem;
}



/* 企业文化 */

.boxTitle .box-title {
    display: flex;
    padding: 48rem 45rem 35rem 32rem;
    justify-content: space-between;
    align-items: center;
}

.boxTitle .box-title .about-us {
    font-size: 27rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #333333;
}

.boxTitle .box-title .about-us-eng {
    font-size: 25rem;
    /*font-family: Calibri;*/
    font-weight: 300;
    color: #858585;
}

.padding-left-none {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-offcanvas .nav {
    flex-direction: column;
}

.sidebar-offcanvas .nav-item {
    height: 62rem;
    padding-left: 35rem
}

.sidebar-offcanvas .nav-item a {
    /* text-align: center; */
    font-size: 22rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    line-height: 62rem;
}

.nav-item .active {}

.boxContent .box-title {
    display: flex;
    padding-bottom: 19rem;
    border-bottom: 1px solid rgb(77, 76, 76);
    margin-bottom: 38rem;
    justify-content: space-between;
}

.boxContent {}

.boxContent .box-title .company-left {
    display: flex;
}

.boxContent .box-title .company-right {
    font-size: 24rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
}

.boxContent .box-title .company-intro {
    font-size: 20px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #333333;
}

.boxContent .box-title .company-intro-engl {
    font-size: 20px;
    /*font-family: Calibri;*/
    font-weight: 300;
    color: #858585;
    margin-left: 22rem
}


/* .nav-item.active {
    background-color: #F08519;
} */

.nav-item.active a {
    color: #fff
}

.company-right .specileFont {
    color: #F08519
}


/* 企业荣誉 */

.downPic {
    width: 100%;
    height: 356rem;
    background-image: url(../images/picDown.png);
    background-position: center bottom;
    background-size: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}


/* 精品项目 */

.nav-tabs {
    justify-content: space-between;
    background-color: #F2F2F2;
    /* height: 57rem; */
    font-size: 24rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
}

.nav-tabs .nav-link {
    flex: 1;
    padding: 5px 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #F08519 #fff #fff;
    border-top-width: 5rem;
    color: #F08519
}

#nav-tabContent .tab-pane .project-title {
    font-size: 24rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    color: #333333;
    padding: 65rem 0 35rem 0;
}

#nav-tabContent .tab-pane .project-content p {
    font-size: 21rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    margin-bottom: 30rem;
    text-indent: 20rem;
}

.tab-pane {
    padding-bottom: 300rem;
}

.main-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    background-color: rgba(255, 255, 255, .6);
}


/* 幸福邻里-红色业务 */

.bannerPic {
    width: 100%;
    height: 687rem;
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}


/* .bannerPic img{
    width: 100%;
    height: 100%;

} */


/* 幸福邻里-幸福生活 */

.contentItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50rem 0;
    border-bottom: 1px solid #858585;
}

.tab-pane .service-project-pic {
    /* width: 554rem;
    height: 360rem; */
    /* width: 100% */
}

.tab-pane .service-project-pic img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.tab-pane .service-project-content {
    width: 100%;
    height: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.tab-pane .service-project-content p {
    line-height: 25px;
}

.tab-pane .service-project-content::after {
    position: absolute;
    bottom: -7rem;
    right: 0;
    content: "..."
}


/* 加入我们-员工关爱 */

.em-care-content p {
    text-indent: 20rem;
    font-size: 20rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
}

.em-care-pic-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 0;
    gap: 10rem;
    margin: 50rem 0;
}

.em-care-pic-wrap img {
    width: 565rem;
    height: 424rem;
    object-fit: cover;
}


/* 培养人才 */

.tranPersonItem {
    margin-bottom: 60rem;
}


/* 新闻页面 */

#newsBox {
    width: 100%;
    margin: 0 auto;
}

.main-news-wrap .main-news-title {
    font-size: 39rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #333333;
}

ul {
    list-style: none;
}

.main-news-content {
    width: 100%;
    /* height: 448rem; */
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 40rem 0;
    margin: 40rem 0;
}

.company-news-item-wrap {
    width: calc(100% - 466px);
    flex-grow: 1;
    flex-shrink: 0;
    margin-left:20px;
    margin-right: 10px;
}

.main-news-pic {
    width: 426px;
    /* height: 381rem; */
    flex-shrink: 0;
    height: 231px;
    margin-left:10px ;
}

.main-news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-news-title,
.company-news-title a {
    font-size: 18px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #B81C22;
    
}

.company-news-item {
    margin-bottom: 30rem;
}

.company-news-discription {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    height: 40px;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    width: 90%;
    margin-top: 20px;
}

.news-item-more {
    font-size: 12rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #333333;
    text-align: right;
}

.news-up-allNews {
    font-size: 39rem;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #333333;
}

.news-up-wrap {
    display: flex;
    justify-content: space-between;
}

.news-up-right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}


/* .searchWrap {
    font-size: 0;
} */

.form-control.optionStyle {
    font-size: 14rem;
    width: 100px;
    height: 26px;
    padding: 3rem 7rem;
    margin-right: 20rem
    /* padding: 10rem 20rem; */
}

.searchInput {
    outline: 1px solid #CED4DA;
    border: none;
    width: 200rem;
}

.searchInput:focus {
    border: none;
    outline: 1px solid #85BCFC;
}

.searchBtn {
    /* font-size: 14rem; */
    border: none;
    background-color: #B52025;
    color: #fff;
    margin-left: -5rem
}

.news-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-item-time {
    width: 80px;
    height: 80px;
    background-color: #B81C22;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    margin-right: 20rem;
}

.news-item-wrap {
    padding: 40rem 0;
    border-bottom: 1px solid #858585;
    margin-bottom: 30rem;
}

.news-item-title {
    font-size: 16px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    
    line-height: 22px;
    padding-bottom: 15rem;
}
.news-item-title a{
    color: #B81C22;
}

.news-item-content {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 170rem)
}

.news-item-discription {
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item-date {
    font-size: 31px;
    /*font-family: PingFang SC;*/
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
}

.news-item-year {
    font-size: 15px;
    /*font-family: PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 2rem;
}


/* 导航栏 */

.changeNav {
    background-color: #fff
}

.hidden {
    display: none;
}

@media (max-width:992px) {
    #nav .navbar-logo {
        display: none !important
    }
}

@media all and (max-width: 768px) {
    .showBox {
        display: none !important;
    }
    #nav {
        display: none;
    }
     :root {
        font-size: 0.09vw;
    }
    .hidden {
        display: block;
    }
    .navbar-logo a img {
        width: 200px;
    }
    .navbar .navbar-toggler {
        font-size: 39rem;
        margin-right: 100rem;
        color: rgb(189, 187, 187);
        border-color: rgb(189, 187, 187);
    }
    .navbar {
        justify-content: flex-end;
        padding: 30rem 0;
    }
    .nav-item-wrap {
        padding: 40rem 0;
    }
    .nav-item {
        padding: 40rem;
        font-size: 14px;
        letter-spacing: 3px;
    }
    .nav-item a {
        color: rgb(124, 121, 121);
    }
    .shadow {
        box-shadow: 0 26rem 50rem rgba(0, 0, 0, .35)!important
    }
    .nav-item button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border: none;
        background-color: transparent;
        padding: 0;
    }
    button:focus {
        /* border: none !important; */
        outline: none !important;
    }
    .nav-item button svg {
        transition: all .5s;
        transform: rotateX(180deg);
    }
    .nav-item button.collapsed svg {
        transform: rotateX(0deg);
    }
    .children a {
        display: inline-block;
        width: 100%;
        color: rgb(189, 187, 187);
        padding-left: 50rem;
    }
    .nav-item.children.about-us-item.active-li {
        background-color: rgba(184, 28, 34, .5);
    }
    .active-li a {
        color: #fff;
    }
    .tiao {
        height: 99rem;
    }
    .o-5 {
        opacity: .5;
    }
    .active-li svg {
        color: #fff
    }
    button:focus {}
    .tranPersonItem img {
        width: 100%
    }
    .bannerPic {
        height: 200px
    }
    #footer .containerBox {
        margin: 0;
        padding: 30px
    }
}

.navbar-toggler-icon {}

.image:hover {
    transform: scale(1.1);
}

.pagelist li{
    padding: 20rem ;
}
.pagelist li.active{
    background-color: #B81C22;
    color: #fff;
}

/*pcé¡µå°¾*/
#pcFooter{
    background-color: #000;
    padding: 50px 0;
}

#pcFooter .pcFooter-left{
    /*border-right: 1px solid #fff;*/
}
#pcFooter .erweimaLeft{
    /*padding-left: 110rem;*/
    
    color: #fff;
    text-align: center;
}
#pcFooter .erweimaLeft .erweima{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#pcFooter .erweimaLeft .erweima img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
#pcFooter .erweimaLeft .erweima img:hover{
    transform: scale(2);
}

#pcFooter .PCMainTitle>a{
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
}
#pcFooter .PCMainTitle>ul>li>a{
    color: #fff;
    opacity: .6;
}
#pcFooter .pcContent{
    margin-top: 20px;
    color:#333333;
}

#pcFooter .aboutUsFooter{
    margin-bottom: 10px;
}
#pcFooter .footerSaoyisao{
    margin-top: 10px;
}

#pcFooter .erweima img{
    width: 80px;
    height: 80px;
}
#pcFooter .footerMiddle{
    position: relative;
    
}
#pcFooter .footerMiddle:after{
    content:"";
    display: block;
    position: absolute;
    left: 80%;
    top:0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    
}


.searchEmpty{
    width: 100%;
    height: 500px;
    line-height: 500px;
    color: #ccc;
    font-size: 24px;
}
