* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-family: hyqh;
    font-size: 13.333333vw;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    color: #000;
}

input{  
	background:none;  
	outline:none;  
	border:0px;
}
.main{
    width: 100%;
    overflow-x: hidden;
}
li{
    list-style: none;
}

/* 头部 */
/* 轮播图 */
.top{
    width: 7.5rem;
    height: 1rem;
}
.header{
    width: 100%;
    height:1rem;
    display: flex;
    align-items: center;
    line-height:1rem;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header01 {
    background-color:#3B7DC1;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
}
.qiehuan{
    width: 0.45rem;
    height: 0.32rem;
}
.logoa{
    width: 3.2rem;
}



.middle{
    width: 100%;
}
.middle_box01{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.middle_box01_text01{
    display: inline-block;
    font-weight: bold;
    color: #000;
    font-size: 0.55rem;
}

.middle_box01_text02{
    color: #999;
    font-size: 0.32rem;
    margin-top: 0.3rem;
    line-height: 0.5rem;
}
.box01_more{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.45rem;
}
.box01_more a{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 0.35rem;
    color: #3B7DC1;
    font-size: 0.3rem;
}
.box01_more a img{
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
}

.middle_tab{
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
}
.tab_list{
    width: 100%;
}
.tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.tab_list ul li{
    padding: 0.15rem 0.25rem;
    border: 1px solid #d7d7d7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-right: 0.1rem;
    white-space: nowrap;
    font-size: 0.3rem;
    color: #999;
}
.tab_list ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #999;
    white-space: nowrap;
}
.tab_list ul li.on{
    background-color: #3B7DC1;
    border: none !important;
    color: #fff !important;
}
.tab_list ul li.on a{
    color: #fff !important;
}
.tab_hengx{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 0.4rem 0;
}
.tab_con{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tab_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid #dddddd69;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
}
.tab_item_img{
    width: 100%;
    height: 6.7rem;
    border-radius: 0.1rem;
    object-fit: cover;
    margin-bottom: 0.35rem;
    transition: all .8s;
}
.tab_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tab_item_title{
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    color: #333;
}
.tab_item_title b{
    color:  #3B7DC1 !important;
}
.tab_item_t01{
    font-size: 0.3rem;
    color: #333;
    margin: 0.2rem 0;
}
.tab_item_btn{
    width: 1.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.3rem;
    color: #333;
    border: 0.01rem solid #ddd;
    border-radius: 0.45rem;
}
.tab_item_btn:active{
    opacity: 0.5;
}
.fadeInUpimg {
    -webkit-animation-name: fadeInUpimg;
    animation-name: fadeInUpimg;
    animation-duration: 0.5s;
  }
  @keyframes fadeInUpimg {
    0% {
      transform: scale(1.5);
    }
    100% {
      transform: none;
    }
  }


/* 希望了解更多行业相关案例？ */
.mores{
    width: 100%;
    height: 4.5rem;
    position: relative;
    display: flex;
}
.mores a{
    width: 100%;
    height: 100%;
    display: block;
}
.public-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.public-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.mores .tbox2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mores .tbox2>.t1{
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
    z-index: 9;
    font-weight: 400;
}
.mores .tbox2>.more{
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.5rem auto 0;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
}
.mores .tbox2>.more>.a{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mores .tbox2>.more>.a>.gm{
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.1rem;
    transition: all .4s;
}
.mores .tbox2>.more>.a>.gm img{
    width: 100%;
    height: 100%;
    animation: txtRun 10s linear forwards infinite;
}
@keyframes txtRun {
    form {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.mores .txts{
    display: flex;
    position: relative;
}
.mores .txts span{
    font-size: 0.25rem;
    color: #3B7DC1;
    text-align: center;
}
.mores .txts img{
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: -0.05rem;
    right: -0.25rem;
    z-index: 9;
}

/* 来一场关于你的项目讨论会？/ */
.tlh{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 0.8rem;
}
.tlh>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tlh>a>.t1{
    text-align: center;
    color: #333;
    font-size: 0.4rem;
    z-index: 9;
    font-weight: 400;
}
.tlh_img{
    width: 100%;
    height: 1.6rem;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.tlh_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tlh_tbox2{
    width: 100%;
    display: flex;
}

.tlh_tbox2>.more{
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.5rem auto 0;
    z-index: 9;
    background:rgb(79 147 216 / 85%);
    border-radius: 50%;
}
.tlh_tbox2>.more>.a{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tlh_tbox2>.more>.a>.gm{
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.1rem;
    transition: all .4s;
}
.tlh_tbox2>.more>.a>.gm img{
    width: 100%;
    height: 100%;
    animation: txtRun 10s linear forwards infinite;
}
.tlh_tbox2 .txts{
    display: flex;
    position: relative;
}
.tlh_tbox2 .txts span{
    font-size: 0.25rem;
    color: #fff;
    text-align: center;
}
.tlh_tbox2 .txts img{
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: -0.05rem;
    right: -0.25rem;
    z-index: 9;
}


/* 底部 */
.footer{
    width:100%;
    margin: 0 auto;
    padding: 0.5rem 0.5rem 1.2rem 0.5rem;
    background-color:#F5F8FF;
    display:flex;
    flex-direction: column;
}
.footer_top{
    width: 2.51rem;
    margin-bottom: 0.4rem;
}
.footer_text{
    font-size: 0.23rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.4rem;
    opacity: 0.76;
    margin-bottom: 0.4rem;
}
.footer_ewm{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem dashed #BFBFBF;
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
}
.footer_ewm_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.42rem;
}
.footer_ewm_item img{
    width: 1.56rem;
    height: 1.54rem;
    margin-bottom: 0.15rem;
}
.footer_ewm_item span{
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #161E3A;
}
.footer_hz{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem dashed #BFBFBF;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
}
.footer_hz p{
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.2rem;
}
.footer_hz span{
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.5rem;
    opacity: 0.83;
}

.bot{
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: scale(0.9);
}
.bot div{
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 0.5rem;
}

/* 底部按钮 */
.case_nav{
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height:1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    border-top: 0.01rem solid #33333312;
}
.case_nav_tel{
    width: 50%;
    height: 100%;
    display: flex;
    background: linear-gradient(to right, #E6F3FF,#e3f2ff);
}
.case_nav_tel a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #333;
    font-weight: 600;
}
.case_nav_wx{
    width: 50%;
    height: 100%;
    display: flex;
    background: linear-gradient(to right, #1EACFC,#1B60FC);
}
.case_nav_wx a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #fff;
    font-weight: 600;
}

/* 弹窗 */
/* 分栏 */
.fenLan{
    width: 7.5rem;
    height:100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;

}
.fenLan-add{
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0; 
}
.fenLanTop{
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
    line-height: 1rem;
    justify-content: space-between;
    padding: 0 0.5rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fen_logoa{
    width: 1.92rem;
    height: 0.51rem;
    object-fit: contain;
}
.cha{
    width: 0.34rem;
    height: 0.34rem;
}
.fenLanList{
    width:0;
    height: 100%;
    margin-left: 2rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-top: 0.96rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
}
.fenLanList_sp01{
    width: 100%;
    height: 8.8rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.fenLanItem{
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid rgba(0,0,0,.1);
    flex-direction: column;
}
.fenLanItemSp1{
    font-size: 0.3rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    padding: 0.34rem 0 0.34rem 0.58rem;
}
.fenLanItemSp1 a{
    display: flex;
}
.fenLanItemSp1 a:focus{
    color: rgb(166, 160, 160);
    cursor: pointer;
}
.fenLanItem-to{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fenLanItem-h{
    margin-right: 0.39rem;
}
.al-right {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../image/add.png) no-repeat;
    background-size: 100% 100%;
}
.al-right2 {
    width: 0.3rem;
    height: 0.05rem;
    background: url(../image/jian.png) no-repeat;
    background-size: 100% 100%;
}
.fenLanItemEji{
    width: 100%;
    background: #F2F3F7;
    display: flex;
    flex-direction: column;
    display:none;
}
.fenLanItemEji span{
    font-size: 0.3rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    opacity: 0.76;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.8rem;
}
.fenLanList_sp02{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.34rem;
    box-shadow: 0 -0.05333rem 0.10667rem 0 rgb(37 43 58 / 6%);
}
.fenLanBtn{
    width: 4.45rem;
    height: 0.76rem;
    background-color: #0d54d1;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.33rem;
    border: none;
    margin: 0.5rem auto;
}
.fenLanBtn01{
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #0d54d1 !important;
    color: #0d54d1;
    background: #fff;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.33rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.fenLanPhone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #0d54d1 !important;
    border-radius: 0.38rem;
    margin: 0 auto;
    margin-bottom: 0.36rem;
    margin-top: 0.7rem;
}
.phone1{
    width: 0.33rem;
    height: 0.36rem;
    margin: 0 0.3rem 0 0;
}
.fenLanPhoneS{
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0d54d1;
}
.fenLanPhoneS a{
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0d54d1;
}
.fenLanItem:last-child{
    border-bottom: none;
}
.fenLanItem:focus{
    color: #cac7c7;
    cursor:pointer;
}
.fenLanItemEji span:hover{
    background-color: #595959;
    cursor: pointer;
}


/* 右侧导航 */
.nav{
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    display: flex;
    position: fixed;
    right:0.2rem;
    bottom:38%;
    z-index: 999;
}
.nav img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

