:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);

    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);

    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);

    --section-gap: 160px;
}
.f-44{
    font-size: 44px;
}
.f-24{
    font-size: 24px;
}
.f-px-40{
    padding: 0 40px;
}
.f-pl-40{
    padding-left: 40px;
}
.f-c666{
    color: #666;
}
.f-mb80{
    margin-bottom: 80px;
}
html{
    font-size: 16px;
}
body {
    font-family: "English" !important;
    font-size: 18px!important;
    background: #FFFFFF;
}
*{
    line-height: 2rem;
}
[data-href]{
    cursor: pointer;
}

.container{
    max-width: 1200px;
    width: 1200px;
    padding: 0;
    margin-top: 2.2rem;
}
.bg{
    height: 15rem;
    width: 100%;
    background: url("../images/inv.newhome.bannersy1.png") no-repeat center top;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
}

.floating-window {
    position: fixed;
    bottom: 0.1vw;
    right: 0.5vw;
    z-index: 9999;
    height: 15vh;
}

.floating-window .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    background-color: transparent;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-window > img {
    width: 100%;
    height: 100%;
}

/*
.image-container{
    position: relative;
}
.image-container-zh{
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1170px; !* 设置子元素的宽度 *!
    height: 160px; !* 设置子元素的高度 *!
    background-color: rgba(128,128,128,0.5);
    z-index: 0;
}
*/

.image-service>div{
    background: url("../images/inv.newhome.Environment.png") no-repeat center;
    height: 400px;
    width: calc(50%/4);
    color: #fff;
    position: relative;

}
.image-service>div.active {
    width: 50%;
}

.zhezha1{
    content: "";
    display: block;
    position: absolute ;
    top: 250px;
    left: 0;
    width: 100%;
    height:150px;
    background-color: rgba(0, 0, 0, 0.5);

}
.image-service>div:nth-child(2){
    background: url("../images/inv.newhome.TwoZones.png") no-repeat center;
}
.image-service>div:nth-child(3){
    background: url("../images/inv.newhome.Industry.png") no-repeat center;
}
.image-service>div:nth-child(4){
    background: url("../images/inv.newhome.District&IndustrialParks.png") no-repeat center;
}
.image-service>div:nth-child(5){
    background: url("../images/inv.newhome.Policy&Law.png") no-repeat center;
}
/*.image-service>div{

    animation:fadenum 2s;
}
@keyframes fadenum{
    50%{width:20%;}
}*/

.image-service div img{
    margin-left: 1rem;
    text-align: left;
    margin-top: 250px;
}

.image-service div .image-title{
   margin-left: 1rem;
    padding-top: 15px;
    z-index: 1;
}
.image-service div.active .image-content{
    margin-left: 1rem;

}

.image-service div.active .image-content{
    display: block;
}
.image-service div .image-title{
    margin-left: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
/*    text-shadow:2px 3px 1px #fff;*/

}
.image-service div .image-content{
    margin-left: 1rem;
    line-height: 1.5rem;
/*    text-shadow:3px 3px 5px #fff;*/
    display: none;

}
.swiper {
    width: 100%;
     height: 100px;
    margin: 0 auto;

}
.swiper-slide {
    background: none;
    margin-right: 20px;
}
.swiper-button-prev,.swiper-button-next{
    transform: scale(0.5);
    color: #fff;
}
.swiper-button-prev{
    left: 5px;
}
.swiper-button-next{
    right: 5px;
}
.swiper-button-prev-parent{
    content: "";
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(38, 146, 255);
    z-index: 1;
}
.swiper-button-next-parent{
    content: "";
    position: absolute;
    top: 50%;
    right: -1%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(38, 146, 255);
    z-index: 1;
}
.swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}
.slider-text {
    position: absolute;
   /* bottom: 40%;*/
    left: 0;
    right: 0;
    color: #fff;
    line-height: 1.4rem;

}
.syb-content{
   position: relative;
    /*width: 49%;*/
}
.syb-item{
    background-color: #0960B2;
    border-radius: 10px;
    padding: 15px 30px;
    color: #E1E1E1;
}
.syb-item>div>div>div:hover{
    color: #fff;

}
.syb-content img{

}
.syb-text{
    position: absolute;
    width: 100%;
    top: 50%;
    left:50%;
    font-size: 24px;
    color: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 5px 2px #000;
}

.table-hover:hover{
    color: #3390FF;
}
.business-content>div{
    flex: 1;
}
.business-content>div:hover{
    color: #3390FF;
}
.business-content .business-text {
    color: #666;
    display: block;
    padding-top: 1rem;
}

.specials_news li{
    height: 88px!important;
}
.d-time{
    min-width: 100px;
    width: 100px;
    height: 60px;
    text-align: center;
   /* background-color: rgba(0, 0, 0, 0.2);*/

}
.d-time>div{
    line-height:1rem;
    padding-top: 0.5rem;
    font-size: 1.5rem;
}
.specials_news_latest{
    background-color:#C9EEFF ;

}
.specials_news_latest>div{
    color: #3591FF;
}
.specials_news_activities{
     background-color:#ffddc2;
 }
.specials_news_activities>div{
    color: #ff7200;
}

.specials_swiper{
    height: 100%;
}
.specials-news{
    position: relative;
}
.special-text{
    flex: 1;
    padding-left: 1rem;
}
.special-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.specials_swiper img{
    height: 350px;
}
.specials-swiper-more{

    position: absolute;
    z-index: 11;
    right: 20px;
    bottom:1px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 4px 8px black;
    text-align: center;
}
.list-group-item{
    border: none;
    padding:0.25rem 0.25rem;
}
.faqs-content li {
    height: 70px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0;

}
.faqs-more{
    background-color: #ECECEC;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
.faqs-more p{
    line-height: 40px;
}



.contact-content>div:nth-child(1){
    background: url("../images/inv.newhome.dibg1.png") no-repeat;
    height: 150px;
    width: 100%;
}
.contact-content>div:nth-child(2){
    background: url("../images/inv.newhome.dibg2.png") no-repeat;

    width: 100%;
}
.contact-content>div:nth-child(3){
    background: url("../images/inv.newhome.dibg3.png") no-repeat;

    width: 100%;
}
.contact-content>div{
    flex: 1;
}
.list-group-item{
    background: none;
}
@media (min-width: 1200px) {
    .display-mobile {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .display-pc {
        display: none !important;
    }
}

