.form_wrap{padding: 5% 0;}
.form_tit span{ color: #ACADB0;}
.form_con{margin-top: 5%; border-bottom: 1px solid #000; padding-bottom: 3%; margin-bottom: 7%;}
.form_con:last-child{margin-bottom: 0; border: none;}
.form_con li{ float: left; width: 27%; margin-right:60px; margin-bottom: 3%;}
.form_con li.fl{ float: left;}
.form_con li.fr{ float: right;}
.form_con li.li01{ width: 20%;}
.form_con li.li02{ width: 48%; margin: 0 0 3%;} 
.form_con li.long{ width: 100%; margin-right: 0;}
.form_con li h3{margin-bottom:20px; color: #111111;}
.form_con li h3 em{ color: #FF0000;}
.form_con li .inp{width: 358px; height: 34px; line-height: 34px; border:1px solid #2D2D2D; border-radius:4px; background: #fff;}
.form_con li .inp input{ width: 100%; padding: 0 10px; font-size: 16px;}
.form_con li .inp01{ width: 270px;}
.form_con li .inp02{ float: left; background: #ACADB0; border-color: #ACADB0;}
.form_con li .yzm{ cursor: pointer; float: left; margin-left: 20px; width:104px; height: 34px; overflow: hidden;}

.form_btn{ display: block; width:104px; height: 34px; line-height: 34px; text-align: center; color: #fff!important; border-radius:4px; background: #033886;}
.checkbox .label-checkbox{ float: left; cursor: pointer; margin-right:40px; line-height: 16px; margin-bottom: 5px;}
.checkbox .label-checkbox input{margin-right: 10px;}
.inp-txt{ width: 100%; height: 218px; border:1px solid #2D2D2D; border-radius:4px; background: #fff;}
.inp-txt textarea{ width: 100%; height: 100%; padding: 10px 10px;  font-size: 16px;font-family: "微软雅黑";}
.form_con li p.tips{margin-top: 10px;color: #FF0000;}
.uploadbox{margin-bottom: 10px;}
.uploadbox .inp{ float: left;}
.uploadbox .form_btn{ float: left; margin-left: 20px;}
.uploadbox .form_btn.view_btn{ background: #000;}
.uploadbox .upbtn{ cursor: pointer; float: left; position: relative; margin-left: 20px; float: left;width:104px; height: 34px; line-height: 34px;}
.uploadbox .upbtn .btn{width: 100%; height: 34px; line-height: 34px;color: #fff; text-align: center; border-radius:4px; background: #033886;}
.uploadbox .upbtn .file{position:absolute;left:0;top:0; z-index: 2; width: 100%; height: 34px; line-height: 34px; opacity: 0;filter:alpha(opacity=0);cursor:pointer;}

.select-box { position:relative;width: 358px; height: 34px; line-height: 34px; border:1px solid #2D2D2D; border-radius:4px; background: #fff;}
.select-box dt{position: relative;}
.select-box dt i{position: absolute; right:0; top:0; width: 34px; height: 34px; background:url(../images/ico_x.jpg) center no-repeat;}
.select-box dt a{ display:block; color: #000!important; line-height: 34px; overflow:hidden; margin:0 40px 0 10px; display:block; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box dd{display:none; line-height: 36px; padding: 10px 0; position:absolute; lefT:0; top:calc(100% + 1px); z-index:11; width:100%;max-height:200px; overflow:auto; border-radius:4px; background:#E2E2E2;}
.select-box dd a{display:block; width:100%; padding:0 10px; color:#000;}
.select-box dd a:hover{color:#033886!important;}
.select-box.open dt i{ transform: rotate(180deg);}

@media only screen and (max-width:1599px) {
    .form_con li{ width: 30.33%; margin-right: 3%;}
    .form_con li .inp,.select-box,.form_con li .inp01{ width: 100%;}
    .form_con li .uploadbox .inp,.form_con li .inp02{ width: 30.33%;}
}
@media only screen and (max-width:767px) {
.form_con li,.form_con li.li01,.form_con li.li02{ width: 100%; margin: 0 0 5%;}
.form_con li h3{margin-bottom: 10px;}
.form_con li .uploadbox .inp{width:100%; margin-bottom: 3%;}
.uploadbox .upbtn{margin-left: 0;}
.form_con li .inp02{ width: calc(100% - 124px);}
.inp-txt{ height:120px;}

}

@media only screen and (min-width:1025px) {
.form_btn:hover{ color: #fff!important; opacity: 0.9;}

}

/*美化单选多选按钮*/
input[type='radio'],
input[type='checkbox']{width: 16px;height: 16px;vertical-align: top;appearance: none;background-color: #fff;background-image: var(–bs-form-check-bg-image);background-repeat: no-repeat;background-position: center;background-size: contain;border: 2px solid #e6e6e6;print-color-adjust: exact;cursor: pointer;border-width:1px;border-color: #515151;}
input[type='radio']:active,
input[type='checkbox']:active{filter: brightness(90%);}
input[type='radio']:focus,
input[type='checkbox']:focus{border-color: #033886;box-shadow: rgba(253, 126, 20, 0.1);}
input[type='radio']{border-radius: 50%;}
input[type='checkbox']{border-radius:4px;}
input[type='radio']:checked{background-color: #033886;border-color: #033886;background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2′ fill='%23fff'/></svg>");}
input[type='checkbox']:checked{background-color: #033886;border-color: #033886;background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");}
/*美化单选多选按钮end*/


/*服务业务-智慧营造*/
.service-part01{ padding:0.8rem 0 1.4rem; position: relative; overflow: hidden; background: url(../images/space/service_bg01.jpg) no-repeat; background-size: cover; background-position: center;}
.service-part01 h2{ text-align: center; font-weight: 500;}
.service-part01 .slogo{ text-align: center;}
.service-part01 .slogo img{width: 3.5rem; height: 0.88rem;}
.service-part01 .con{ margin-top:0.4rem; text-align: center; font-weight: 100; color: #656565;}
.service-part01 .con p{margin-bottom: 2%; line-height: 1.8;}
.service-part01 dl{margin: 1rem 2.5rem 0;}
.service-part01 dd{ float: left; text-align: center; width:33.33%; padding: 0 0.2rem; position: relative;}
.service-part01 dd::before{content: ""; position: absolute; right:0; top:5%; width: 1px; height: 90%; background: #000; display: block!important;}
.service-part01 dd h4 i,.service-part01 dd h4 em{margin-left: 0.05rem;}
.service-part01 dd h4 span{/*font-family: 'Aleo';*/}
.service-part01 dd p{margin-top:0.1rem; height: 1.5em; overflow: hidden;font-weight: 100; color: #656565;}
.service-part01 dd:last-child::before{ display: none!important;}

.service-par02{position: relative;}
.service-par02 h2{position: absolute; z-index:2; lefT:0; top:0.7rem; width: 100%; text-align: center; color: #fff;font-weight: 500; padding: 0 5%;}
.service-par02 .bimg{position: relative; z-index: 1;}
.service-par02 .swiper-container{width: 100%; height: 100%;}
.service-par02 .swiper-wrapper{ display: block; }
.service-par02 .bimg li{ position: absolute; lefT:0; top:0; width: 100%; height: 100%; opacity: 0;transition: 0.5s all;}
.service-par02 .bimg li.on{opacity: 1;}
.service-par02 .bimg li::before{content: ""; z-index:1; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.service-par02 .bimg li img{ display: none;}
.service-par02 .bimg li .txt{position: absolute; z-index:2; left:0; top:2.2rem; width: 73%; color: #fff; padding: 0 10%;}
.service-par02 .bimg li h3{margin-bottom: 0.1rem;font-weight: 500;}
.service-par02 .bimg li p{font-weight: 100;}
.service-par02 .bimg .swiper-button-prev,.service-par02 .bimg .swiper-button-next{ display: none;}
.service-par02 .scon{position: absolute; z-index: 3; right:2.77rem; top:2rem; width: 2.34rem; height: 5.1rem;}
.service-par02 .scon li{ cursor: pointer; float: left; width: 1.07rem; height: 1.57rem; padding: 0.45rem 0.28rem; color:#e6e6e6; background: rgba(23,168,168,0.4);cursor: url(../imgs/mouse.svg), auto;}
.service-par02 .scon li:nth-child(2n){margin: 0.2rem 0 0 0.2rem;}
.service-par02 .scon li.on{background:rgba(3,43,101,0.8); color: #fff; transition: 1s all;}


.service-par03{padding: 0.8rem 0 1.2rem;}
.service-par03 h2{ text-align: center; margin-bottom: 0.4rem;font-weight: 500;}
.service-par03 ul{margin: 0 -0.06rem;}
.service-par03 li{ float: left; width: calc(33.33% - 00.12rem); margin: 0 0.06rem 0.05rem; position: relative;}
.service-par03 li dt{ position: relative;}
.service-par03 li dt h3{position: absolute; left:0.28rem; right:0.28rem; bottom:0.35rem; padding-bottom: 0.2rem; text-align: center; color: #fff;font-weight: 500; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.service-par03 li dt h3::before{content: ""; position: absolute; left:50%; bottom:0; margin-left: -0.58rem; width: 1.16rem; height: 0.03rem; background: #17A8A8;}
.service-par03 li dd{ opacity:0; position: absolute; lefT:0; top:0; width: 100%; height: 100%; padding: 0.5rem 0.28rem; color: #fff;font-weight: 500; background: rgba(3,43,101,0.9);}
.service-par03 li dd h3{position: relative; padding-bottom: 0.2rem; padding-left: 0.5rem; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.service-par03 li dd h3::before{content: ""; position: absolute; left:0.5rem; bottom:0; width: 1.16rem; height: 0.03rem; background: #17A8A8;}
.service-par03 li dd .c{padding: 0.5rem; line-height: 1.8; font-weight: 100;text-align:justify; text-justify:distribute-all-lines;}
.service-par03 li dd .c .a_more{display: inline-block;border-color:#FFFFFF; background: #FFFFFF;}
.service-par03 li dd .c .a_more:hover{color: #fff!important;border-color:#0C3F89; background: #0C3F89;}

.service-par05{padding: 0.95rem 0 1.05rem; color: #fff; position: relative;}
.service-par05::before{ content: ""; position: absolute; left:50%; top: 0.95rem; width: 1px; height:3.16rem; background:rgba(255, 255, 255, 0.1);}
.service-par05 .ll{ float: left; width: 50%; padding-right: 1.3rem; height: 3.16rem;}
.service-par05 .rr{ float: right; width: 50%; padding-left: 1.3rem; height: 3.16rem;padding-top: 2.1rem;}
.service-par05 .ll h2{margin-top:0.5rem;font-weight: 500;}
.service-par05 .ll h3{margin-top: 0.25rem;}
.service-par05 .ll .a_more{margin-top: 0.8rem;display: inline-block;border-color:#FFFFFF; background: #FFFFFF;}
.service-par05 .ll .a_more:hover{color: #fff!important;border-color:#0C3F89; background: #0C3F89;}
.service-par05 .rr dt{ float: left; width:0.64rem; height: 0.64rem; overflow: hidden;}
.service-par05 .rr dt img{ width: 100%;}
.service-par05 .rr dd{ color: #fff; float: right; width: calc(100% - 1rem);font-weight: 100;}
.service-par05 .rr dd p{margin-bottom: 0.1rem;}
.service-par05 .rr dd a{color: #fff;}


@media only screen and (max-width:1024px) {
.service-par03 li dd{opacity: 1; position: static;}
.service-par03 li dt h3{ display: none;}
.operations-part01 li dd{ height: 4.6rem; overflow: hidden;}
}
@media only screen and (max-width: 1023px) {
.service-part01 dl{margin:1rem 0 0;}
.service-par02 .scon{ display: none;}
.service-par02 .bimg .swiper-button-prev,.service-par02 .bimg .swiper-button-next{ display: block; background: none; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; font-weight: 500; text-align: center; margin-top: -0.2rem; color: #000; background: #fff;}
.service-par02 .bimg .swiper-button-prev{left:5%;}
.service-par02 .bimg .swiper-button-next{right:5%;}
.service-par02 .bimg li .txt{top:1.5rem; width: 100%; padding: 0 15%;}
.service-par02 .swiper-wrapper{ display: flex;}
.service-par02 .bimg li{opacity: 1; position: relative;}
.service-par02 .bimg li img{display: block;}
.service-par03 li dd{padding: 5%; position: absolute; left:0; bottom: 0; top:auto; height: auto;}
.service-par03 li dd h3{padding-left: 5%; padding-bottom:3%;}
.service-par03 li dd h3::before{left:5%;}
.service-par03 li dd .c{padding: 5% 5% 0; line-height: 1.5;}
.service-par03 li dd .c p br{ display: none;}
.service-par03 li dd .c .a_more{margin-top: 5%;}
.service-par05 .ll{padding-right: 0.5rem; height: auto;}
.service-par05 .rr{padding-left: 0.5rem; height: auto;}
}

.service-par02 .bimg li em{ display: none;}
@media only screen and (max-width:767px) {
.service-par02 h2{position: static; text-align: center; color: #000; margin: 5% 0;}
.service-par02 .bimg{ height: auto!important;}
.service-par02 .swiper-container{ height: auto;}
.service-par02 .swiper-wrapper{ display: block;}
.service-par02 .bimg .swiper-button-prev,.service-par02 .bimg .swiper-button-next{ display: none;}
.service-par02 .bimg li .txt{top:0.5rem; padding: 0 5%;}
.service-par03 ul{margin: 0;}
.service-par03 li{ width: 100%;margin: 0 0 0.1rem;}
.service-par02 .bimg li p br{ display: none;}
.service-par02 .bimg li .c{line-height:22px; height: 44px; overflow: hidden;}
.service-par02 .bimg li .txt.active .c{ height: auto;}
.service-par02 .bimg li em{ display: block; margin: 0.1rem 0 0; width: 0.3rem; height: 0.3rem; line-height: 0.3rem; font-size: 0.3rem; text-align: center;}
.service-par02 .bimg li .txt.active em{ transform: rotate(180deg);}

.service-part01 .con,.service-part01 dd p{color: #111111;}
.service-part01 dd{padding: 0;}


.body_c5 .service-part01 dd{ width: 30%;}
.body_c5 .service-part01 dd:nth-of-type(2){ width: 40%;}
.body_c5 .service-part01 dd h4 i,.body_c5 .service-part01 dd h4 em{margin-left: 0;}
}
/*服务业务-智慧营造*/


/*切换按钮*/
.party02-ll .swiper-button-prev,.party02-ll .swiper-button-next,
.party-par03 .swiper-button-prev,.party-par03 .swiper-button-next,
.about-par04 .swbox .swiper-button-prev,.about-par04 .swbox .swiper-button-next{ font-weight: 500; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; text-align: center; margin-top: -0.2rem; color: #000000; background: #fff;}
.party-par03 .swiper-button-prev{left:-0.8rem;}
.party-par03 .swiper-button-next{right:-0.8rem;}
.party02-ll .swiper-button-prev.swiper-button-disabled,.party02-ll .swiper-button-next,.swiper-button-disabled,
.party-par03 .swiper-button-prev.swiper-button-disabled,.party-par03 .swiper-button-next.swiper-button-disabled,
.about-par04 .swbox .swiper-button-prev.swiper-button-disabled,.about-par04 .swbox .swiper-button-next.swiper-button-disabled{ color: #16A8A8; opacity: 1;}




/*走进龙湖-企业介绍*/
.company-par01{padding: 1rem 0;}
.company-par01 .ll{ float: left; width: 4.8rem;}
.company-par01 .rr{ float: right; width: 8.34rem;}
.company-par01 dt{ color: #fff; padding: 0.25rem 0.4rem;background: #032A64;}
.company-par01 dt h2 span{ float: left; width: 48%; font-weight: 500;}
.company-par01 dt h2 span+span{ float: right;}
.company-par01 dt h2 span+span i{font-weight: 500; /*font-family: 'Aleo';*/}
.company-par01 dt h2 span+span em{ display: block;}
.company-par01 dt h3{ margin-top: 0.2rem; padding: 0.1rem 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
.company-par01 dt h3 span{ float: left; width: 48%;}
.company-par01 dt h3 span+span{ float: right;}
.company-par01 dt h3 span em{ display: block;}
.company-par01 dt h3 span em i{/*font-family: 'Aleo';*/}
.company-par01 dt h3+p{ margin-left: 52%;margin-top: 0.1rem; font-size: 0.14rem; text-align: right; font-weight: 100;}
.company-par01 dd{ float: left;margin-top: 0.25rem; width: 2.25rem; height: 2.8rem; color: #032A64; background: #fff; padding: 0.25rem 0.4rem;}
.company-par01 dd:nth-child(2n+1){ float: right;}
.company-par01 dd h3{font-weight: 500; margin-bottom: 0.15rem;}
.company-par01 dd p,.company-par01 dd h4{color: #656565;}
.company-par01 dd p{font-weight: 100;}
.company-par01 dd h4{ margin-bottom: 0.15rem;}
.company-par01 dd h4 i{/*font-family: 'Aleo';*/}
.company-par01 .rr .com_tit{color:#032A64; font-weight: 500; margin-top: 0.3rem; margin-bottom: 0.1rem}
.company-par01 .rr .com_con{color:#656565; line-height: 1.8; font-weight: 100; text-align:justify; text-justify:distribute-all-lines;}
.company-par01 .rr .com_con p{margin-bottom: 0.2rem;}
.company-par01 .rr .com_con p:last-child{margin-bottom: 0;}
.company-par02{ display: none; padding: 1rem 0; text-align: center; color: #fff;}
.company-par02 h2{font-weight: 500;}
.company-par02 dl{margin: 0.7rem auto 0.5rem; width: 1.58rem;}
.company-par02 dt{ display: block; width: 1.58rem; height:1.58rem; overflow: hidden;}
.company-par02 dt img{ width: 100%;}
.company-par02 dd{ margin-top: 0.3rem;font-weight: 100;}
@media only screen and (max-width:1023px) {
.company-par01 .ll,.company-par01 .rr{ width: 100%;}
.company-par01 .rr{margin-top: 0.5rem;}
.company-par01 dd{ float: left; width: 2.05rem; margin: 0.25rem 0.38rem 0 0;}
.company-par01 dd:nth-child(3n+1){margin-right: 0;}
.company-par01 dt h3+p{font-size: 12px;}
}
@media only screen and (max-width:767px) {
    .company-par01 dd{ width:49%; height:4rem; margin: 0.2rem 0 0;}
    .company-par01 dd:nth-child(2n){ float: left;}
    .company-par02 dl{ width: 2.58rem;}
    .company-par02 dt{ width: 2.58rem; height: 2.58rem;}
}
@media only screen and (max-width:360px) {
    .company-par01 dd{ height: 4.4rem;}
}
/*走进龙湖-企业介绍end*/

.a_more{color: #1E1E1F;margin:0.5rem auto 0;display:block; width: 0.82rem; line-height: 0.28rem;text-align: center; /*background: #EFF2F5;*/border:1px solid #747577; border-radius: 0.05rem;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}
.clamp_5{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; line-height: 1.5;  max-height: 7.5em;height: 7.5em;overflow:hidden;}
.clamp_6{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 6; line-height: 1.5;  max-height: 9em;height: 9em;overflow:hidden;}

.party-par01{padding: 0.8rem 0 1.2rem; text-align: center; background: #fff;}
.party-par01 .box{ padding: 1rem 0.9rem; background: url(../images/about/party_bg01.jpg) center no-repeat; background-size: cover;}
.party-par01 .box h2{font-weight: 500;}
.party-par01 .box .con{margin-top:0.5rem; font-weight: 100; color: #656565;}
.party-par01 .box .con p{margin-top:0.25rem; line-height: 1.8;}

.party-par02{ padding: 0.8rem 0; background: #EFF2F5;}
.party-par02 h2{ text-align: center; color: #000000;font-weight: 500; }
.party-par02 .box{margin-top: 0.6rem;}
.party02-ll{ float: left; width: 50%;}
.party02-rr{ float: right; width: 45%;}
.party02-ll li .img{position: relative;}
.party02-ll li .img h3{position: absolute; left:0; bottom:0; z-index: 10; width: 100%; color: #fff; font-weight: 500; text-align: center; padding: 0.2rem 0.5rem; background:rgba(0,0,0,0.5);}
.party02-ll .swiper-button-prev{ display: none; left:5%; border-radius: 0.05rem;}
.party02-ll .swiper-button-next{ display: none; right:5%;border-radius: 0.05rem;}
.party02-rr .swiper-container{ height: 100%;}
.party02-rr li{border-bottom: 1px solid #000000;}
.party02-rr li h3{height: auto;}
.party02-rr li.on h3{ color: #1955b3;}

.party-par03{ padding: 0.8rem 0; background: #fff;}
.party-par03 h2{ text-align: center; color: #000000;font-weight: 500;}
.party-par03 .box{margin-top: 0.6rem; position: relative;}
.party-par03 li .img{position: relative;}
.party-par03 li .img span{ position: absolute; z-index: 2; left:0.2rem; top:0.2rem; display: block;width: 0.82rem; height: 0.27rem; line-height: 0.26rem; text-align: center; color: #fff!important; background: #033886;border-radius: 0.05rem;}
.party-par03 li h3{ padding: 0.15rem 0.3rem 0.25rem; color: #000; background: #fff; border-bottom: 1px solid #000000;}
.party-par03 .swiper-button-prev{border-radius: 0.05rem; box-shadow: 0 0 0.08rem 0.08rem rgba(0,0,0,0.05);}
.party-par03 .swiper-button-next{border-radius: 0.05rem;box-shadow: 0 0 0.08rem 0.08rem rgba(0,0,0,0.05);}
@media only screen and (max-width:1023px) {
.party02-ll,.party02-rr{width: 100%;}
.party02-rr{margin-top: 0.5rem; display: none;}
.party02-ll .swiper-button-prev,.party02-ll .swiper-button-next{ display: block;}
.party02-ll .swiper-button-prev.swiper-button-disabled,.party02-ll .swiper-button-next.swiper-button-disabled{ display: none;}
.party-par03 .swiper-button-prev{left:5%;}
.party-par03 .swiper-button-next{right:5%;}
}
@media only screen and (max-width:767px) {
    .a_more,.party-par03 li .img span{ width: 1.35rem;line-height: 0.44rem; font-size: 12px;}
    .party-par01 .box{padding:0.5rem 0.5rem;}
    .party-par01 .box h2{ text-align: left;}
    .party-par01 .box .con{ text-align: left;text-align:justify;}

}

.dynamics-par01{padding: 1rem 0; background: #FFFFFF;}
.dynamics-par01 ul{margin: 0 -1%;}
.dynamics-par01 li{ float: left; width: 31.33%; margin: 0 1% 2.5%;}
.dynamics-par01 li dl{background: #F6F6F6;}
.dynamics-par01 li dt{ width: 100%;}
.dynamics-par01 li dd{padding: 0.3rem 0.4rem 0.5rem;}
.dynamics-par01 li dd span{ display: block; color: #272727;/*font-family: 'Aleo';*/}

.dynamics-par01 li.nopic{position: relative;}
.dynamics-par01 li.nopic dd{padding: 0.6rem 0.4rem 0.35rem;}
.dynamics-par01 li.nopic dd em{ position: absolute; width: calc(100% - 0.8rem); left:0.4rem; bottom:0.4rem; font-weight: 500; padding-bottom: 0.2rem; color: #000; display: block; border-bottom: 1px solid #000000;}
.dynamics-par01 li.nopic dd p{font-weight: 100; color: #656565; margin-top: 0.2rem;}
@media only screen and (max-width:1023px) {
.dynamics-par01 li dd{padding: 0.15rem;}
.dynamics-par01 li.nopic dd{padding: 0.15rem;}
.dynamics-par01 li.nopic dd p{ max-height: 4.5em; height: 4.5em;-webkit-line-clamp:3;}
.dynamics-par01 li.nopic dd em{ width: calc(100% - 0.3rem); left:0.15rem; bottom:0.1rem; padding-bottom: 0.05rem;}
}
@media only screen and (max-width:767px) {
.dynamics-par01 ul{margin:0;}
.dynamics-par01 li{width: 100%; margin: 0 0 2%;}
.dynamics-par01 li dl{height: auto!important;}
.dynamics-par01 li dd,.dynamics-par01 li.nopic dd{padding: 0.4rem 0.5rem;}
.dynamics-par01 li.nopic dd h2{ height: auto;}
.dynamics-par01 li.nopic dd em{position: static;}
.dynamics-par01 li.nopic dd em{margin-top: 0.5rem; padding-bottom: 0.2rem; width: 100%;}
}

.history-part{ padding: 0.78rem 0 1.14rem;background-attachment:fixed;}
.history-part .yearbox{ position: relative; float: right; width: 2.48rem; height: 0.64rem; line-height: 0.64rem; color: #fff; border-radius: 0.05rem; background: #16A8A8;}
.history-part .yearbox dt{cursor: pointer;width: 100%;height: 0.64rem; line-height: 0.64rem;}
.history-part .yearbox dt span{ float: left; margin-left: 0.3rem;}
.history-part .yearbox dt i{ float: right;margin-right: 0.25rem;}
.history-part .yearbox dd{display: none;line-height: 0.5rem; position:absolute; lefT:0; top:calc(100% + 1px); z-index:11; width:100%;max-height:2rem; overflow:auto; border-radius:0.05rem;background:#F2F7F6;}
.history-part .yearbox dd p{cursor: pointer; line-height: 0.5rem; padding:0 0.3rem; color: #000;/*font-family: 'Aleo';*/}
.history-part .yearbox dd p.active{ color: #fff; background: #16A8A8;}
.history-part .yearbox.open dt i{ transform:rotate(180deg);}
.yearbox_fixed .year-wrap{position: fixed; left:0; top:1.3rem; width:100%; z-index: 100;}

.hisbox{ margin-top: 0.3rem; position: relative;padding-bottom: 0.2rem;}
.hisbox .line{position: absolute; z-index: 1; left:50%; top:0;width: 1px; height: 100%; border-right:1px dashed #032A64;}
.hisbox .line::after{content: ""; position: absolute; z-index: 1; left:50%; bottom:0; width: 3px; height: 1.8rem; background:linear-gradient(to bottom, rgba(238,241,243,0.5),rgba(238,241,243,1));}
.hisbox ul{position: relative; z-index: 2;}
.hisbox li{ float: right; width: 50%; clear: both; min-height: 1.76rem; padding-left: 0.6rem; position: relative;}
.hisbox li::before{opacity: 0; content: ""; position: absolute; z-index: 3; left:-0.03rem;bottom:0; height:100%; width:0.06rem; background: #16A8A8;}
.hisbox li em{position: absolute; z-index: 3; left:-27px; top:0;width: 54px; height: 54px; border-radius: 100%; border:1px solid #092F67; background: #EFF2F5;}
.hisbox li em::before{content:""; position: absolute;z-index: 20; left:8px; top:8px;width: 34px; height: 34px; border-radius: 100%; border:1px solid #092F67;background: #EFF2F5;}
.hisbox li span{ display: block; color: #032A64; margin-bottom: 0.3rem;/*font-family: 'Aleo';*/}
.hisbox li p{position: relative; margin-bottom: 0.1rem; margin-left: 0.18rem;}
.hisbox li p::before{content: ""; position: absolute; lefT:-0.18rem;top:0.11rem; width: 0.05rem; height: 0.05rem; border-radius: 100%; background: #000;}
.hisbox li:nth-child(2n){ float: left; text-align: right; padding-right: 0.6rem; padding-left: 0;}
.hisbox li:nth-child(2n) em{left:auto; right:-27px;}
.hisbox li:nth-child(2n) p{margin-left: 0;}
.hisbox li:nth-child(2n) p::before{left: auto; right:-0.18rem;}
.hisbox li:nth-child(2n)::before{left: auto; right:-0.04rem;}
.hisbox li.on{color: #16A8A8;}
.hisbox li.on em,.hisbox li.on em::before{border-color: #16A8A8;}
.hisbox li.on span{color: #16A8A8;}
.hisbox li.on p::before{background: #16A8A8;}
.hisbox li.on::before{opacity: 1;}







@media only screen and (max-width:1599px) {
    .hisbox li em{width: 40px; height: 40px;left:-20px;}
    .hisbox li em::before{left:6px;top:6px;width:24px; height: 24px; }
    .hisbox li:nth-child(2n) em{right:-20px;}
}
@media only screen and (max-width:1279px) {
    .hisbox li em{width: 30px; height: 30px;left:-15px;}
    .hisbox li em::before{left:6px;top:6px;width:14px; height:14px; }
    .hisbox li:nth-child(2n) em{right:-15px;}
}
@media only screen and (max-width:1023px) {
    .hisbox li p::before{top:0.08rem;}    
}
@media only screen and (max-width:767px) {
    .hisbox li{ float: none!important; width: 100%; min-height: auto; padding-bottom:5%;}
    .hisbox li:nth-child(2n){text-align: left; padding-right: 0;padding-left: 0.6rem;}
    .hisbox li:nth-child(2n)::before{right:auto; lefT:-0.03rem;}
    .hisbox li em{width: 20px; height:20px;left:-10px; margin-top:3px;}
    .hisbox li em::before{left:3px;top:3px;width:10px; height:10px; }
    .hisbox li:nth-child(2n) em{right:auto; left: -10px;}
    .hisbox li p::before{top:0.15rem; width:4px; height: 4px;}
    .hisbox li:nth-child(2n) p::before{right:auto; left: -0.18rem;}
    .hisbox li:nth-child(2n) p{margin-left: 0.18rem;}
    .hisbox .line{lefT:0; top:4px;}
}

.fnt_80{font-size: 0.8rem;}
/*走进龙湖*/
.about-par01{padding:0 0 0.8rem; position: relative;}
.about-par01 .con{ width: 50%;}
.about-par01 .con .inner{padding:0.8rem 1.1rem 0 0; height:100%; overflow: hidden; }
.about-par01 .con .inner p{margin-top: 0.3rem; line-height: 1.8;color: #656565; font-weight: 100; text-align:justify; text-justify:distribute-all-lines;}
.about-par01 .con .inner a.a_more{ margin: 0; margin-top: 0.9rem;}
.about-par01 .video-box{ position: absolute; right:0; top:0; width: 50%;}
.about-par01 .video-box em{color: #fff; z-index: 1;}
.about-par01 ul{padding: 0.6rem 0 0;}
.about-par01 ul li{ float: left; width: 16.6666%; text-align: center;}
.about-par01 ul li h3{padding-bottom: 0.12rem; border-bottom: 1px solid #000000;}
.about-par01 ul li h3 span{margin-right: 0.05rem;/*font-family: 'Aleo';*/}
.about-par01 ul li p{ padding-top: 0.15rem;color: #656565;font-weight: 100;}

.video_appbox{position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity: 1;}
.video_appbox video{object-fit: cover; width: 100%;}
.video_appbox .video_t{visibility: hidden;opacity: 0; z-index:2; background:#000;width:1440px;max-width:94%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
 transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show .video_t{visibility: visible;opacity:1;top:50%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.video_close{ position:absolute; top:0.2rem; right:3%; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:0.3rem; vertical-align: middle;}

.about-par02{padding:1rem 0; background: #fff;}
.about-par02 li{ float: left; width: 48.5%; position: relative; overflow: hidden;}
.about-par02 li:nth-child(2n){ float: right;}
.about-par02 li dt{ width: 100%;}
.about-par02 li dd{position: absolute; z-index: 1; left:0; top:0; width: 100%; height: 100%; transform: translateY(calc(100% - 1.3rem));}
.about-par02 li:hover dd{transform: translateY(0.5rem);}
.about-par02 li dd .inner{padding:0 0.3rem; color: #fff;}
.about-par02 li dd h2{font-weight: 500; height:1rem; line-height: 1rem; margin-bottom: 0.3rem; text-align: center; border-bottom:1px solid rgba(255, 255, 255, 0.5);}
.about-par02 li dd h2 span{ display: inline-block;position: relative;}
.about-par02 li dd h2 span::after{content: ""; position: absolute; left:0; bottom:0; width: 100%; height:0.03rem; background: #16A8A8;}
.about-par02 li dd .c{padding: 0.3rem 0.2rem; line-height: 1.5;}
.about-par02 li dd .c p{margin-bottom: 0.2rem; font-weight: 100;}
.about-par02 li dd .c h3{font-weight: 500;}

.about-par03{padding: 0.75rem 0; text-align: center;}
.about-par03 h2{font-weight: 500;}
.about-par03 .c{margin-top: 0.4rem;color: #656565; font-weight: 100;}
.about-par03 .img{ margin-top: 0.4rem; text-align: center;}
.about-par03 .img img{ width: 100%;}

.about-par04{padding: 0.75rem 0 1rem;}
.about-par04 h2{ text-align: center;font-weight: 500;}
.about-par04 .swbox{margin-top: 0.5rem;position: relative;}
.about-par04 .swbox .swiper-container{width: calc(100% - 1.8rem); margin: 0 auto;}
.about-par04 .swbox .swiper-button-prev{left:0;}
.about-par04 .swbox .swiper-button-next{right:0;}
.about-par04 .swbox dl{ width: 100%;border-radius: 100%; background: #fff; background:linear-gradient(to bottom, rgba(255,255,255,1),rgba(229,235,241,1));}
.about-par04 .swbox dt{text-align: center; padding-top: 0.73rem;}
.about-par04 .swbox dt img{width: 2rem; height: 0.5rem;}
.about-par04 .swbox dd{margin-top: 0.2rem; padding: 0 0.15rem; text-align: center;}
.about-par04 .swbox dd p{line-height: 1.8; max-height: 5.4em; overflow: hidden;}


.about-par05{padding: 1.2rem 0; color: #fff; text-align: center;}
.about-par05 h2,.about-par06 h2{font-weight: 500;}
.about-par05 p{margin-top: 0.5rem; line-height: 1.8;font-weight: 100;}
.about-par05 a.a_more{margin-top: 0.5rem; color: #fff; border-color: #fff;}

.about-par06{padding: 1.2rem 0; background: #EFF2F5;}
.about-par06 .ll{ float: left; width: calc(100% - 3.5rem);}
.about-par06 .ll p{margin-top: 0.25rem; line-height: 1.8;color: #656565;font-weight: 100;text-align:justify; text-justify:distribute-all-lines;}
.about-par06 .ll a.a_more{margin: 0; margin-top: 0.3rem;}
.about-par06 .rr{ float: right; width: 3.02rem;}
.about-par06 .rr ul{margin-top: 0.25rem;}
.about-par06 .rr ul li{ float: left; width: 1.4rem; margin-left: 0.1rem; text-align: center; background: #EFF2F5;border:0.01rem solid #000; border-radius: 0.03rem;}
.about-par06 .rr ul li a{ display: block; width:100%; height:100%;}
.about-par06 .rr ul li span{padding:0.44rem 0 0.1rem; margin: 0 auto; display: block;width: 0.36rem;}
.about-par06 .rr ul li span img{ width: 0.36rem; height: 0.36rem; overflow: hidden;}
.about-par06 .rr ul li span img+img{ display: none;}
.about-par06 .rr ul li p{color: #656565;font-weight: 100;}
@media only screen and (max-width:1660px) {
.about-par04 .swbox dt{padding-top: 0.65rem;}
}
@media only screen and (max-width:1023px) {
.about-par01 .con{ width: 100%; height: auto!important;}
.about-par01 .con .inner{padding:0.5rem 0 0;}
.about-par01 .con .inner a.a_more{margin-top: 0.5rem;}
.about-par01 ul{padding: 0.5rem 0;}
.about-par01 .video-box{position: relative; width: 100%;}
.about-par02 li{ width: 100%; margin-bottom: 0.2rem;}
.about-par04 .swbox dt{padding-top: 0.6rem;}
}

.sjfdtp-phoneimg,.sjfdtp-phoneimgbg,.sjfdtp{ display: none;}
@media only screen and (max-width:767px) {
.about-par01 ul li{ width: 50%; margin-bottom: 0.3rem;}
.about-par02 li:hover dd{ transform: translateY(0rem);}
.about-par02 li dd .c{padding: 0;}
.about-par02 li:hover dd .inner{height: 100%;}
.about-par02 li dd h2 span::after{height: 1px;}
.about-par04 .swbox .swiper-container{ width: 100%;}
.about-par04 .swbox .swiper-wrapper{ display: block;}
.about-par04 .swbox li{ float: left; width: 48%;}
.about-par04 .swbox li:nth-child(2n){ float: right;}
/*.about-par04 .swbox dt{padding-top: 1.5rem;}
.about-par04 .swbox dt img{width: 3.6rem; height: 0.9rem;}*/
.about-par06 h2{ text-align: center;}
.about-par06 .ll,.about-par06 .rr{ float: none; width: 100%;}
.about-par06 .rr{margin-top: 0.25rem;}
.about-par06 .rr ul{margin-left: 0.02rem;}
.about-par06 .rr ul li{ width: 2rem; height: 2rem;margin-right: 0.1rem; margin-left: 0;}
.about-par06 .rr ul li span{padding-top: 0.54rem;}
/*.sjfdtp-phoneimg{ position: fixed; z-index: 1001; width: 100%;background: url(../images/about/about_bg02.jpg) no-repeat; padding: 0.3rem 0 0.5rem; background-size: cover;}
.sjfdtp-phoneimgbg{position: fixed; lefT:0; top:0; z-index: 1000; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.sjfdtp_close{position: absolute;z-index: 10; top:-0.5rem; right:0.1rem; width:0.3rem; height: 0.3rem; line-height: 0.3rem; font-size: 14px; color: #fff; text-align: center;}
*/
.pctp{ display: none;}
.sjfdtp{ display: block; width: 100%;}
}
/*走进龙湖end*/

/*运营业务*/
.news_dcont_an{padding-bottom: 0;}
.news_dcont_an .d_edit{border-bottom: none;}

.operations-part01{padding: 1.2rem 0 1.5rem;}
/*.operations-part01 ul{margin: 0 -0.05rem;}
.operations-part01 li{ float: left; width: calc(33.33% - 0.1rem); margin: 0 0.05rem; position: relative; overflow: hidden;}
.operations-part01 dt{ width: 100%; position: relative;}
.operations-part01 dt::before{content: ""; position: absolute; z-index: 1; lefT:0; bottom:0; width: 100%; height: 100%; background: rgba(0,0,0,0.15);}
.operations-part01 dd{position: absolute; z-index: 2; left:0; top:0; width: 100%; height: 100%; transform: translateY(calc(100% - 1.3rem));}
.operations-part01 li:hover dd{transform: translateY(0.5rem);}
.operations-part01 dd .inner{padding:0 0.3rem; color: #fff;}
.operations-part01 dd h2{ height:1rem; line-height: 1rem;  font-weight: 500; margin-bottom: 0.3rem; text-align: center; border-bottom:1px solid rgba(255, 255, 255, 0.5);}
.operations-part01 dd h2 span{ display: inline-block;position: relative;}
.operations-part01 dd h2 span::after{content: ""; position: absolute; left:0; bottom:0; width: 100%; height:0.03rem; background: #16A8A8;}
.operations-part01 dd .c{padding: 0.3rem 0.2rem; line-height: 1.5; font-weight: 100;}
.operations-part01 dd .c p{margin-bottom: 0.15rem;}*/

.operations-part01 dl.info{margin: 1.12rem 0 0;}
.operations-part01 .info dd{ float: left; text-align: center; width:20%; position: relative;}
.operations-part01 .info dd::before{content: ""; position: absolute; right:0; top:5%; width: 1px; height: 90%; background: #000;}
.operations-part01 .info dd h4 em,.operations-part01 .info dd h4 i{margin-left: 0.05rem;}
.operations-part01 .info dd h4 span{/*font-family: 'Aleo';*/}
.operations-part01 .info dd p{margin-top: 0.1rem; color: #656565; font-weight: 100; height: 1.5em; overflow: hidden;}
.operations-part01 .info dd:last-child::before{ display: none;}

.operations-part02{padding: 1.2rem 0;}
.operations-part02 li{ float: left; width: 50%; text-align: center; padding-bottom: 0.9rem; border-right: 1px solid #587298;}
.operations-part02 li:nth-child(2n){border-right: none;}
.operations-part02 li img{ max-width: 3.4rem; height: 2.8rem; width: 80%; margin: 0 auto;}
.operations-part02 li p{color: #fff; font-weight: 500;}

.operations-part03{padding: 1.2rem 0; background: #fff;}
.operations-part03 h2{ text-align: center; margin-bottom: 0.4rem;font-weight: 500;}

.operations-part03 .imgshow{position: relative; height: 8.96rem;}
.imgshow .list{position: absolute;z-index: 10;top: 0;left: 0;width: 100%;height: 100%;color: #fff;}
.imgshow .list::before{content: ""; position: absolute;z-index:1; lefT:0; top:0; width: 100%; height: 100%; background: rgba(1,14,33,0.5);}
.imgshow .swiper-container{ width: 100%; height: 100%;}
.imgshow ul{margin: 0 0 0 2rem;height: 100%; width: calc(100% - 2rem); position: relative; z-index: 2;}
.imgshow li{font-size: 0.16rem;float: left;width: 20%;padding:0.3rem;transition: all 1s;height: 100%;position: relative; cursor: url(../imgs/mouse.svg), auto;}
.imgshow li::before,.imgshow li::after {content: '';position: absolute;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;border-left: 1px solid rgba(255, 255, 255, 0.5);}
.imgshow li::before {transition: height 1s; height: 1.18rem;top: 3rem;z-index: 3; width: 0;border-left: 0.03rem solid #16A7A8;transform: translate(calc(-100% + 1px), 0);}
.imgshow li.active {width: 60%;}
.imgshow li.active::before { height: 0;}
.imgshow li .details{ position: absolute;top:3rem;z-index: 2;}
.imgshow li .title{margin-bottom: 0.8em; line-height: 1.2;}
.imgshow li .title h3{font-size: 0.2rem;font-weight: 500;}
.imgshow li .title p{margin-top: 0.1rem;}
.imgshow li .hide{overflow: hidden; width: 4.4rem; font-weight: 100;}
.imgshow li.active .details{ top:3rem}
.imgshow li.active .title h3{font-size: 0.4rem;}
.imgshow li.active .title p{ font-size: 0.24rem;}
.imgshow .text,.imgshow .mores {transform: translate(-101%, 0);transition: all 1s;}
.imgshow li .text {height: 12em; line-height: 1.5; overflow: hidden;text-align:justify; text-justify:distribute-all-lines;}
.imgshow .more {margin-top: 0.2rem;display: inline-block;border-radius: 0.05rem;color: #fff; position: relative;padding-right: 1em; margin-right: 2em;}
.imgshow .more span {padding-bottom: 0.2em;position: relative;display: inline-block; font-weight: 500;}
.imgshow .more span::after {opacity: 0; content: '';position: absolute; bottom: 0;left: 0;transition: all 1s;width: 100%; border-bottom: 1px solid #fff;}
@keyframes animate-mark {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0.1rem, 0);
    }
}
.imgshow .more::after {content: '';display: block;width: 0.07rem; height: 0.07rem;border: 0.02rem solid #fff;border-left: 0;border-bottom: 0;position: absolute;right: 0;top: 0; background: none;/*animation: animate-mark 2s infinite ease;*/}
.imgshow .more:hover {color: #fff !important;}
.imgshow li.active .text,.imgshow li.active .mores {transform: translate(0, 0);}

.operations-part04{padding: 1.2rem 0 0;}
.operations-part04 h2{ text-align: center; font-weight: 500;}
.operations-part04 .box{max-width:9.1rem; width: 100%; margin: 1.7rem auto 0; position: relative; background: url(../images/space/operations_bg08.png) no-repeat; background-size: cover;}
.operations-part04 ul{position: absolute; width: 100%; height: 100%;}
.operations-part04 li{position: absolute;}
.operations-part04 li span{float: right; margin-left: 0.2rem; width: 0.8rem; height: 0.8rem; line-height: 0.8rem; border-radius: 100%; background: linear-gradient(to bottom, rgba(255,255,255,1),rgba(224,224,224,1));}
.operations-part04 li span img{ float: left; width: 0.5rem; height: 0.5rem; margin: 0.15rem;}
.operations-part04 li span img+img{ display: none;}
.operations-part04 li p{ float: left; line-height: 0.8rem;}
.operations-part04 li.li01{left:-1.7rem;bottom:1.35rem;}
.operations-part04 li.li02{left:-0.25rem;top:0.46rem;}
.operations-part04 li.li03{left:3.77rem;top:-1rem;}
.operations-part04 li.li04{right:-0.1rem;top:0.46rem;}
.operations-part04 li.li05{right:-2.1rem;bottom:1.35rem;}
.operations-part04 li.li03 p{ float: none; line-height: 0.7rem;}
.operations-part04 li.li03 span{ float: none; display: block; margin: 0 auto;}
.operations-part04 li.li04 span,.operations-part04 li.li05 span{ float: left; margin-left: 0; margin-right: 0.2rem;}
.operations-part04 li.li04 p,.operations-part04 li.li05 p{ float: right;}

.operations-part05{padding:0.7rem 0;}
.operations-part05 h2{ text-align: center; margin-bottom: 0.4rem; font-weight: 500;}
.operations-part05 li{ float: left; width: 49%; margin-bottom: 0.28rem; position: relative;}
.operations-part05 li:nth-child(2n){ float: right;}
.operations-part05 li dt{ position: relative;}
.operations-part05 li dt::before{content: ""; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.1);}
.operations-part05 li dt h3{position: absolute; z-index: 2; left:0.28rem; right:0.28rem; bottom:0.35rem; font-weight: 500; padding-bottom: 0.2rem; text-align: center; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.operations-part05 li dt h3::before{content: ""; position: absolute; left:50%; bottom:0; margin-left: -0.58rem; width: 1.16rem; height: 0.03rem; background: #17A8A8;}
.operations-part05 li dd{ opacity:0; position: absolute; lefT:0; top:0; width: 100%; height: 100%; padding: 0.5rem 0.28rem; color: #fff; background: rgba(3,43,101,0.9);}
.operations-part05 li dd h3{position: relative; padding-bottom: 0.2rem; padding-left: 0.5rem; color: #fff; font-weight: 500; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.operations-part05 li dd h3::before{content: ""; position: absolute; left:0.5rem; bottom:0; width: 1.16rem; height: 0.03rem; background: #17A8A8;}
.operations-part05 li dd .c{padding: 0.5rem; line-height: 1.8; font-weight: 100;text-align:justify; text-justify:distribute-all-lines;}
.operations-part05 li dd .c .a_more{display: inline-block;border-color:#FFFFFF; background: #FFFFFF;}
.operations-part05 li dd .c .a_more:hover{color: #fff!important;border-color:#0C3F89; background: #0C3F89;}

.operations-part06{position: relative;}
.operations-part06 h2{ position: absolute; z-index:2; left: 0; top:0.8rem; text-align: center;color: #fff;font-weight: 500; width: 100%; padding: 0 5%;}
.index_slide_b{position: absolute;z-index: 2;left: 0;bottom:1.5rem;width: 100%; height: 1rem;}
.index_slide_b .cyswbox{position: relative;}
.index_slide_b .cyswbox::before{content: ""; position: absolute; lefT:0; top:0px; width: 100%; height: 1px; background: rgba(255,255,255,0.3);}
.index_slide_b .cyswbox .swiper-button-prev,.index_slide_b .cyswbox .swiper-button-next{left:-0.6rem; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; margin-top: -0.2rem; text-align: center; font-size: 0.3rem; background-image: none;}
.index_slide_b .cyswbox .swiper-button-next{left:auto; right:-0.6rem;}
.index_slide_b .cyswbox .swiper-button-prev i,.index_slide_b .cyswbox .swiper-button-next i{color: #fff;}
.index_slide_b .cyswbox li{position: relative; cursor: pointer; padding-top: 0.25rem; color: #fff;cursor: url(../imgs/mouse.svg), auto;}
.index_slide_b .cyswbox li::before{opacity: 0; content: ""; position: absolute; lefT:0; top:0px; width:1rem; height: 2px; background: #16A8A8;}
.index_slide_b .cyswbox li.on{color: #16A8A8;}
.index_slide_b .cyswbox li.on::before{opacity: 1;}
.index_slide_b .cyswbox li h3{font-weight: 500;}
.index_slide_b .cyswbox li p{ height: 1.5em; line-height: 1.5;overflow: hidden;}
.index_slide_t{position: relative; z-index: 1;}
.index_slide_t li{position: relative;}
.index_slide_t li::before{ content: ""; position: absolute; left:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}

.operations-part08{padding: 0.8rem 0;}
.operations-part08 h2{ text-align: center; padding-bottom: 0.4rem;font-weight: 500; border-bottom: 1px solid #B5C5D5;}
.operations-part08 h2 span{ display: block;}
.operations-part08 ul{ margin: 3% 2% 0;}
.operations-part08 li{ float: left; width: 18%; margin: 0 1% 2%;}

@media only screen and (max-width:1024px) {
    .operations-part05 li dd{opacity: 1; position: static;}
    .operations-part05 li dt h3{ display: none;}
}

@media only screen and (max-width: 1023px) {
.operations-part03 .imgshow{ height: 6rem;margin: 0.6rem 0 0 0;}
.imgshow .list{position: static;}
.imgshow .title{font-size: 20px!important;}
.imgshow ul{margin: 0; width: 100%;}
.imgshow li{ background-size: cover; width: 100% !important;float: none;padding:10% 5%; height: auto;}
.imgshow .title br,.imgshow li::before, .imgshow li::after{ display: none;}
.imgshow .list .details{position: static;}
.imgshow li .text{ height: auto;}
.imgshow li .hide{width: 100%;}
.imgshow li .text,.imgshow .mores{font-size: 14px;transform: translate(0, 0);}
.imgshow .more{margin-right: 0.8em;}


.imgshow .swiper-pagination{ position: absolute; lefT:0; bottom:10px; width: 100%; text-align: center;}
.imgshow .swiper-pagination span{ background: none; margin: 0 3px; border:1px solid #fff; opacity: 1;}
.imgshow .swiper-pagination span.swiper-pagination-bullet-active{ background: #fff;}

.imgshow li .title h3,.imgshow li.active .title h3{ font-size:0.4rem;}
.imgshow li .title p,.imgshow li.active .title p{font-size: 16px;}

.operations-part04{padding: 1rem 0 0.5rem;}
.operations-part04 .box{margin-top: 0.5rem; background: none;}
.operations-part04 li{position: static; float: left; width: 33.33%;margin-bottom: 5%; overflow: hidden;}
.operations-part04 li span{ display: block; float: none!important; margin: 0 auto!important;}
.operations-part04 li p{ float: none!important; text-align: center; line-height: 40px!important;}

.operations-part05 li dd{padding: 5%;}
.operations-part05 li dd h3{padding-left: 5%; padding-bottom:3%;}
.operations-part05 li dd h3::before{left:5%;}
.operations-part05 li dd .c{padding: 5% 5% 0; line-height: 1.5;}
.operations-part05 li dd .c .a_more{margin-top: 5%;}

.operations-part06 h2{top:0.4rem;}
.index_slide_b{ height: auto; bottom:20px;}
.index_slide_b .cyswbox .swiper-button-prev{left:-30px; width: 20px; height: 20px; line-height: 20px; margin-top: -10px; font-size: 16px;}
.index_slide_b .cyswbox .swiper-button-next{right:-30px;width: 20px; height: 20px; line-height: 20px; margin-top: -10px; font-size: 16px;}
.operations-part08 li{width: 31.33%;}
}

.operations-part04 .box-phone{ display: none; margin-top: 0.25rem;}
.imgshow li .hide em{ display: none;}
@media only screen and (max-width:767px) {
    .operations-part01 .info dd{ width: 50%; margin-bottom: 5%;}
    .operations-part01 .info dd:nth-child(2n):before{display: none;}
    .operations-part02 li{ width: 100%; border:none; padding-bottom: 0; margin-bottom: 5%;}
    .operations-part04 .box{ display: none; height:auto!important;}
    .operations-part04{padding-bottom: 0;}
    .operations-part04 .box-phone{ display: block;}
    .operations-part04{padding-top: 0.5rem;}
    .operations-part04 ul{position: static;}
    .operations-part04 li{ width: 50%;}
    .operations-part05 li{ width: 100%;}
    .operations-part08 li{width: 48%;}
    .operations-part03 .imgshow{ height: 10rem;}
    .index_slide_b .cyswbox .swiper-button-prev{left:-20px;}
    .index_slide_b .cyswbox .swiper-button-next{right:-20px;}

    .operations-part01 li dl dd{background:rgba(3,43,101,1);}
    .operations-part05 li dd{background:rgba(3,43,101,1);}

    .imgshow li.active .title p{margin-top: 0.1rem;}
    .imgshow li .title{margin-bottom: 0.1rem;}
    .imgshow li .text{line-height: 1.5; height: 3em; overflow: hidden;}
    .imgshow li .hide.active .text{ height: auto;}
    .imgshow li .hide em{ display: block;margin: 0.1rem 0 0; width: 0.3rem; height: 0.3rem; line-height: 0.3rem; font-size: 0.3rem; text-align: center;}
    .imgshow li .hide.active em{ transform: rotate(180deg);}

    .imgshow .mores{margin-top: 1rem; }
    .imgshow .mores .more{float: left; margin-right:1rem; margin-top: 0.05rem;}   

    .operations-part02 li p{margin-top: -0.3rem;}
    .operations-part02 li+li p{margin-top: -0.5rem;}
}
/*运营业务end*/


.party-par03 li h3,.history-part .yearbox dt i,.about-par06 .rr ul li,.about-par06 .rr ul li:hover span img,.about-par02 li dd,.company-par01 dd,
.company-par01 dd p,.company-par01 dd h4,.hisbox li,.hisbox li::before,.hisbox li em,.hisbox li em::before,.hisbox li span,.hisbox li p,
.operations-part01 li,.operations-part01 li dd,.operations-part01 li dt::after,.operations-part04 li span,.operations-part04 li span img,
.operations-part05 li dd,.operations-part05 li dt h3,.service-par03 li dd,.service-par03 li dt h3{transition: 0.6s all;-webkit-transition: 0.6s all;-moz-transition: 0.6s all;-o-transition: 0.6s all;-ms-transition: 0.6s all;}
@media only screen and (min-width: 1025px) {
.service-par05 .ll .enter:hover{background: #fff;}
.a_more:hover{background: #0C3F89; border-color:#0C3F89; color: #fff!important;}
.party-par03 li:hover h3{color: #fff; background: #17A8A8; border-color: #17A8A8;}
.about-par05 a.a_more:hover{border-color: #0C3F89;}
.about-par06 .rr ul li:hover{ background: #16A8A8; border:1px solid #16A8A8;}
.about-par06 .rr ul li:hover span img{ display: none;}
.about-par06 .rr ul li:hover span img+img{ display: block;}
.about-par06 .rr ul li:hover a{color: #fff!important;}
.about-par06 .rr ul li:hover p{color: #fff;}
.company-par01 dd:hover{ color: #fff; background: #16A8A8;}
.company-par01 dd:hover p, .company-par01 dd:hover h4{color: #fff;}
.hisbox li:hover{color: #16A8A8;}
.hisbox li:hover em,.hisbox li:hover em::before{border-color: #16A8A8;}
.hisbox li:hover span{color: #16A8A8;}
.hisbox li:hover p::before{background: #16A8A8;}
.hisbox li:hover::before{opacity: 1;}
.operations-part05 li:hover dd{ opacity: 1;}
.operations-part05 li:hover dt h3{display:none;}
.operations-part04 li:hover span{background:#032A64;}
.operations-part04 li:hover span img{ display: none;}
.operations-part04 li:hover span img+img{ display: block;}
.service-par03 li:hover dd{ opacity: 1;}
.service-par03 li:hover dt h3{display:none;}
.service-par03 li:hover dd h3::before{ background: #fff;}
}

.fancybox-stage{ width:100%!important; transform: translate(-50%,-50%)!important; -webkit-transform: translate(-50%,-50%)!important; -ms-transform: translate(-50%,-50%)!important; position:fixed!important; left:50%!important; top:50%!important;}
.fancybox-slide--image{padding:0!important;}

.imgshow li .hide em,.service-par02 .bimg li em{animation: blinkDown 1s infinite alternate;}
.imgshow li .hide.active em i,.service-par02 .bimg li .txt.active em i{ display: block; transform: rotate(180deg);}
@keyframes blinkDown {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }
    100% {
      opacity: 1;
      transform: translateY(5px);
    }
}


.space_05-ul li a{ color: #fff!important;}
.space_05-ul dt b{font-weight: normal;}
