

/****************** banner start ***************/

header {
    background-image: url('../images/shouye.png');
}
header video{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
}
header>.banner-text {
    font-size: 0.32rem;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    white-space: nowrap;
    top: 38%;
    /* top: 25%; */
    left: 0;
    width:5.44rem;
    /* height:3.08rem; */
    padding:0.3rem 0.4rem;
    display: flex;
    flex-direction: column;
    z-index:9;
    /* background:#000; */
}
header>.banner-text>.banner-title{
    font-size: 0.4rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    /* margin-bottom:16px; */
    padding:0.2rem 0.4rem;
}
header>.banner-text>.cription{
    padding-left: 0.4rem;
}
header>.banner-text>.cription>p{
    width: 100%;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    font-weight: 600;
}
.banner-mask{
    width: 100%;
    height:100%;
    position: absolute;
    background: #333333;
    opacity: 0.2;
    border-radius: 6px;
    top: 38%;
    /* top: 25%; */
    left: 4%;
    width: 5.44em;
    /* height:154px; */
    height:106px;
    padding:0.3rem 0.4rem;
    z-index:1;
}
header>.banner-text>a {
    margin-top:0.32rem;
    margin-left:0.48rem;
}
.header-mask{
    position: absolute;
    top: 0;
    left: 0;
    /* margin-top: 1.08rem; */
    /* margin-left: 0.32rem; */
    width: 100%;
    height: 100%;
    background: #1F4BEC;
    opacity: 0.1;
}
/****************** banner end ***************/

/****************** 实景三维 start ***************/

.sjsw>.content>.title {
    font-size: 0.28rem;
    font-weight: 900;
    color: #333333;
    text-align: center;
    margin-top: 0.4rem;
}

.sjsw>.content>.disription {
    font-size: 0.28rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.5rem;
    margin-top: 0.3rem;
    text-indent:0.48rem;
}

.sjsw>.content>.videoWarp {
    width: 6.88rem;
    height: 5.18rem;
    margin: 0.48rem auto 0 auto;
    position: relative;
}

.sjsw>.content>.videoWarp>img{
    width: 100%;
    height: 100%;
}

.sjsw>.content>.videoWarp>video {
    height: 100%;
}

.sjsw>.content>.videoWarp>.playButton {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.1rem;
    height: 1.1rem;
    transform: translate(-50%, -50%);
}

.sjsw>.content>.videoWarp>.playButton>img {
    width: 100%;
    height: 100%;
}

/****************** 实景三维 end ***************/

/****************** 智慧旅游 start ***************/

.zhly {
    /* padding: 0.56rem 0 0 0.32rem; */
    padding-top: 0.56rem;
}
.zhly .swiper-button-prev,.zhly .swiper-button-next{
    width: 0.3rem;
    height:0.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    top:65%;
}
.zhly .swiper-button-prev{
    background-image:url('../images/prev.png');
}
.zhly .swiper-button-next{
    background-image:url('../images/next.png');
}
.zhly .swiper-slide{
    height: 4.98rem;
    background-image: url('../images/zhly.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.zhly .swiper-slide:nth-child(1) {
    background-image: url('../images/zhly.png');
}
.zhly .swiper-slide:nth-child(2) {
    background-image: url('../images/lb-zhjt.png');
}
.zhly .swiper-slide:nth-child(3) {
    background-image: url('../images/lb-zhyj.png');
}

.zhly .swiper-slide>.text {
    position: absolute;
    left: 0.88rem;
    top: 1.04rem;
    z-index:10;
}
.zhly .swiper-slide>.slide-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #102366;
    opacity: 0.15;
}
.zhly .swiper-slide>.text>p:first-child {
    font-size: 0.42rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.48rem;
}

.zhly .swiper-slide>.text>p {
    width: 4.2rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
}

.zhly .swiper-slide>.text>a {
    width: 1.82rem;
    height: 0.5rem;
    display: block;
    border: 0.02rem solid #FFFFFF;
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.56rem;
    line-height: 0.5rem;
}

.swiper-pagination-bullet-active {
    background-image: url('../images/check.png');
    background-color: transparent !important;
    width: 0.12rem;
    height: 0.12rem;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    margin: 0 0.2rem !important;
    border-radius: unset;
    margin: 0 2px !important;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-image: url('../images/nocheck@2x.png');
    background-color: transparent !important;
    background-size: cover;
    width: 0.12rem;
    height: 0.12rem;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    border-radius: unset;
}

/****************** 智慧旅游 end ***************/

/****************** 应用场景 start ***************/

.yycj>.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}

.yycj>.content>.item {
    background-color: rgba(51, 51, 51, 0.1);
    width: 100%;
    height: 5.16rem;
    position: relative;
    margin-bottom: 0.24rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.yycj>.content>.item:last-child {
    margin-bottom: 0;
}

.yycj>.content>.item.zhcs {
    background-image: url('../images/zhcs.png');
}

.yycj>.content>.item.zhjt {
    background-image: url('../images/zhjt.png');
}

.yycj>.content>.item.zhly {
    background-image: url('../images/zhly.png');
}

.yycj>.content>.item.zhsw {
    background-image: url('../images/zhsw.png');
}

.yycj>.content>.item.zhjw {
    background-image: url('../images/zhjw.png');
}

.yycj>.content>.item.zhyj {
    background-image: url('../images/zhyj.png');
}
.yycj>.content>.item>.cont-mask{
    position:absolute;
    width: 100%;
    height: 5.16rem;
    top:0;
    background: #333333;
    opacity: 0.2;
}
.yycj>.content>.item:first-child>.item-title{
    width: 4.4rem;
}
.yycj>.content>.item>.item-title{
    width: 2.08rem;
}
.yycj>.content>.item>.item-title{
    height: 0.6rem;
    position: absolute;
    font-size: 0.32rem;
    font-weight: 600;
    left: 50%;
    top: 78%;
    transform: translateX(-50%);
    line-height: 0.6rem;
    text-align: center;
    color: #FFFFFF;
    z-index:3;
    /* background: linear-gradient(90deg, rgba(195, 220, 255, 0.3) 0%, rgba(41, 127, 244, 0.3) 39%, rgba(41, 127, 244, 0.3) 60%, rgba(195, 220, 255, 0.3) 100%); */
    
}
.yycj>.content>.item>.item-title>p{
    position: absolute;
    width: 100%;
    line-height: 0.6rem;
    height: 100%;
    z-index:10;
}
.yycj>.content>.item>.item-title>.item-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #333333;
    top:0;
    opacity: 0.2;
    z-index:2
}

/****************** 应用场景 end ***************/

/****************** 服务模块 start ***************/

.fwmk {
    overflow: hidden;
}

.fwmk>.content {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0.4rem;
}

.fwmk>.content>.item {
    flex: none;
    margin-right: 0.2rem;
    width: 3.02rem;
    height: 4.02rem;
    background: rgba(51, 51, 51, 0.2);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0.3rem;
    font-weight: 600;
    color: #FFFFFF;
    /* color:#000; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: .8;
    position: relative;
    border-radius:0.16rem;
    /* overflow:hidden; */
    
}
.fwmk>.content>.item >.item-mask{
    width: 3.02rem;
    height: 4.02rem;
    position: absolute;
    background: #333333;
    opacity: 0.1;
    z-index:3;
    border-radius:0.16rem;
}
.fwmk>.content>.item >.item-mask.active{
    opacity: .6;
}
.fwmk>.content>.item.active>.discription{
    padding-top: 0.52rem;
    /* transition:; */
}
.fwmk>.content>.item>.discription{
    height: 100%;
    padding-top: 2.16rem;
    text-align: center;
    transition: all .5s ease;
    z-index:10;
}
.fwmk>.content>.item>.discription>p:first-child{
    margin-bottom: 30px;
}
.fwmk>.content>.item>.discription>p:last-child{
    font-size: 16px;
    width: 150%;
    transform: scale(.6);
    color:#fff;
    margin-left: -39px;
    text-align: center;
    /* background:#000; */
    /* padding:0 20px; */
}
.fwmk>.content>.item>.discription>img {
    height: 0.68rem;
    margin-bottom: 30px;
}

.fwmk>.content>.item:last-child {
    margin: 0;
}

.fwmk>.content>.item.syybs {
    background-image: url('../images/syybs.png');
}

.fwmk>.content>.item.dzkf {
    background-image: url('../images/dzkf.png');
}

.fwmk>.content>.item.jszz {
    background-image: url('../images/jszz.png');
}

/****************** 服务模块 end ***************/
