html {
    overflow-y: scroll;
  }
  
:root {
overflow-y: auto;
overflow-x: hidden;
}

:root body {
position: absolute;
}
  
body {
width: 100vw;
overflow: hidden;
}

/******************** banner start ********************/
body{
    /* touch-action: none; */
}
header {
    background-image: url('../images/banner.png');
    height: 4.5rem !important;
    /* position: relative; */
}

header>.banner-text {
    position: absolute;
    top: 60px;
    left: 1.48rem;
    text-align:center;
    font-size: 0;
    font-family: PingFang SC;
}

header>.banner-text>p:first-child {
    font-size: 0.32rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.22rem;
}

header>.banner-text>p.disription {
    /* font-size: 0.18rem; */
    font-size:0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    line-height:20px;
    width: 4.72rem;
    letter-spacing: 2px;
}

header>.banner-text>a {
    width: 1.5rem;
    height: 0.46rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 0.24rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.46rem;
    display: block;
}

/******************** banner end ********************/

/******************** about-text start ********************/

.about-text>.discription-text>.text-1,.about-text>.discription-text>.text-2,.about-text>.discription-text>.text-3{
    /* width: 685px;
    height: 384px; */
    font-size: 0.28rem;
    font-family: PingFang SC;
    /* font-weight: bold; */
    color: #666666;
    line-height:0.48rem;
    margin-bottom:0.12rem;
    text-indent: 0.6rem;
}
.about-text>.discription-text>.text-3{
    margin-bottom: 0;
}

/******************** about-text end ********************/
/******************** 照片 start ********************/

.gs-photo.p16>img{
    width: 100%;
    height: 100%;
}
/******************** 照片 end ********************/


/******************** 业务范围 start ********************/
.ywfw.p16{
    padding-top:0.32rem;
}
.ywfw>.content{
    margin-top:0.32rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top:1px solid transparent;
}
.ywfw>.content>.item{
    width: 3.24rem;
    height: 3.6rem;
    background: #FFFFFF;
    box-shadow: 0px 0.06rem 0.16rem 0px rgba(182, 182, 182, 0.2), 0px -0.06rem 0.14rem 0px rgba(182, 182, 182, 0.2);
    border-radius: 0.04rem;
    margin-bottom:0.4rem;
    padding-top:0.8rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
}
.ywfw>.content>.item:nth-child(n+3){
    margin-bottom:0;
}
.ywfw>.content>.item>img{
    /* width: 100px;
    height:100px; */
    margin-bottom:0.72rem;
}
.ywfw>.content>.item>p{
    /* width: 214px; */
    line-height: 0.68rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

/******************** 业务范围 end ********************/

/******************** 公司资质 start ********************/

.gszz{
    height:9.36rem;
    margin-top:0.56rem;
    /* padding-bottom:10px; */
}
.gszz>.hr{
    margin-bottom:0.24rem;
}
.gszz>.details-title{
    display: flex;
    justify-content: space-around;
    padding-top:0.12rem;
}
.gszz>.details-title>.title{
    /* width: 125px; */
    line-height: 0.6rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #999;
    position:relative;
}
.gszz>.details-title>.title.active{
    color:#333;
}
.gszz>.details-title>.title.active::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0.32rem;
    width: 0.4rem;
    height:0.02rem;
    background-color:#F2761B;
}
.gszz>.detail-show{
    height:7.44rem;
    border:1px solid transparent;
}
.gszz>.detail-show>#ryzs{
    margin:2rem auto;
    /* display: none; */
}
.gszz>.detail-show>#ryzs>.ryzs-img{
    display: flex;
    justify-content: center;
    align-items:center ;
}
.gszz>.detail-show>#ryzs>.ryzs-img>img{
    width: 100%;
}
.gszz>.detail-show>#fmzl,.gszz>.detail-show>#zzzq{
    margin: 0.4rem 0.8rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.gszz>.detail-show>#zzzq{
    margin:0.4rem;
}
.gszz>.detail-show>#fmzl>.fmzl-img{
    width: 6.8rem;
    height: 4.52rem;
    margin-left:-0.54rem;
}
.gszz>.detail-show>#zzzq>.zzzq-img{
    width: 2.96rem;
    height: 3.4rem;
    margin:0 auto;
}
.gszz>.detail-show>#fmzl>.fmzl-img>img,.gszz>.detail-show>#zzzq>.zzzq-img>img{
    width: 100%;
    height: 100%;
}
.gszz>.detail-show>#fmzl>.fmzl-text,.gszz>.detail-show>#zzzq>.zzzq-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gszz>.detail-show>#fmzl>.fmzl-text>p,.gszz>.detail-show>#zzzq>.zzzq-text>p{
    /* width: 478px; */
    line-height: 0.48rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
/******************** 公司资质 end ********************/


/******************** 联系我们 start ********************/

.contact{
    margin-bottom:20px;
}
.contact>.contact-content{
    background:url('../images/map.png') no-repeat;
    background-size: cover;
    height:4.6rem;
    margin:0.4rem 0;
    border-top:1px solid transparent;
    position: relative;
}
.contact>.contact-content>.bac>.gj-map,.contact>.contact-content>.bac>.dt-map{
    width: 100%;
    height: 4.6rem;
    position: absolute;
    top:0;
    display: none;
}
.contact>.contact-content>.bac>.gj-map{
    /* display: block; */
}
.contact>.contact-content>.bac{
    width: 100%;
    height: 4.6rem;
    position: absolute;
    top:0;
    /* z-index:3; */
    /* background-color:#000; */
}
.contact>.contact-content>#dt-canvas,.contact>.contact-content>#gj-canvas{
    display: none;
}
.contact>.contact-content>#dt-canvas{
    /* display: block; */
}
.contact>.contact-content>.bac>.gj-map>.mudi-img3{
    background-image: url('/mobile/aboutUs/images/gj_xianlu.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:1.78rem;
    left:1.12rem;
    width: 3.68rem;
    height:2.56rem;
}
.contact>.contact-content>.bac>.gj-map>.mudi-img3>p.txt1{
    position: absolute;
    height:0.32rem;
    line-height:0.32rem;
    font-size: 0.24rem;
    top:0.38rem;
    right:0.08rem;
    width: 120%;
    transform: scale(0.6);
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.contact>.contact-content>.bac>.gj-map>.mudi-img3>p.txt2{
    position: absolute;
    height:0.32rem;
    line-height:0.32rem;
    font-size: 0.24rem;
    bottom:-0.24rem;
    right:0.08rem;
    width: 120%;
    transform: scale(0.6);
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.contact>.contact-content>.bac>.gj-map>.mudi-img3>p.txt3{
    position: absolute;
    height:0.32rem;
    line-height:0.32rem;
    font-size: 0.24rem;
    bottom:-0.24rem;
    right:-1.56rem;
    width: 120%;
    transform: scale(0.6);
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.contact>.contact-content>.content-btns{
    z-index:33;
    position:absolute;
    top:0.2rem;
    left:0.4rem;
    /* z-index:999; */
    /* background-color:#f00; */
}
.contact>.contact-content>.content-btns>.gj-btn,
.contact>.contact-content>.content-btns>.dt-btn{
    width: 0.6rem;
    height: 0.6rem;
    line-height:0.6rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color:#fff;
    font-weight: 400;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact>.contact-content>.content-btns>.gj-btn{
    background-image: url('/mobile/aboutUs/images/gj_icon.png');
}
.contact>.contact-content>.content-btns>.gj-btn.active{
    background-image: url('/mobile/aboutUs/images/gj_active.png');
}
.contact>.contact-content>.content-btns>.dt-btn{
    position: absolute;
    background-image: url('/mobile/aboutUs/images/dt_icon.png');
    top:0;
    left:0.74rem;
}
.contact>.contact-content>.content-btns>.dt-btn.active{
    background-image: url('/mobile/aboutUs/images/dt_active.png');
}
.contact>.contact-content>.gs-pozition{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top:1.36rem;
    left:2.16rem;
    /* display: none; */
    /* display: flex; */
}
.contact>.contact-content>.gs-pozition>img{
    position: absolute;
    top:0;
}
.contact>.contact-content>.gs-pozition>img{
    width: 100%;
    height: 100%;
}
.contact>.contact-fs{
    padding: 0 0.32rem 0 0.32rem;
    box-sizing: border-box;
}
.contact>.contact-fs>p{
    /* width: 617px; */
    height: 0.46rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.contact>.contact-content>.bac>.dt-map>.mudi-img{
    width: 3.64rem;
    height:2.38rem;
    background:url('/mobile/aboutUs/images/dt_xianlu.png') no-repeat;
    background-size: cover;
    position: absolute;
    bottom:0.2rem;
    right:1.44rem;
    z-index: 10;
}
.contact>.contact-content>.bac>.dt-map>.mudi-img>p{
    position: absolute;
    width: 2rem;
    height: 0.4rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    text-align: center;
    bottom:0.36rem;
    right:-0.92rem;
    z-index: 3;
}
/******************** 联系我们 end ********************/

