@font-face{
    font-family: "light";
    src:url("../css/font/SourceHanSansCN-Light.otf")format("opentype");
}
/* header */
#header{
    width:100%;
    height:0.64rem;  
}
.header{
    width:100%;
    height:0.64rem;  
    background:rgba(255,255,255,1);
    top: 0;
    z-index: 10;
}

.header .cont{
    width: 12rem;
    height:0.64rem;  
}
.header .cont ul{
    width: 100%;
    height:0.64rem;  
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .cont ul li{
    width: 1.28rem;
    height: .4rem;
	display: flex;
	justify-content: center;
    align-items: center;
    font-size: .16rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
}

.header .cont ul .l1{
    width: 1.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .cont ul .l1 img {
    width: .36rem;
    height: 0.34rem;
  }
  .header .cont ul .l1 h4{
    width: .6rem;
    height: .16rem;
    line-height: .16rem;
    font-size: .14rem;
    font-family: "SiYuanRegular21d1f750bb22144";
  }
  .header .cont ul .l1 p{
    /* width: .6rem; */
    height: .16rem;
    line-height: .16rem;
    font-size: .12rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
  }

.header .cont ul .l2 a {
    display: block;
    width: .64rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;
  }

  .header .cont ul .l3 a {
    display: block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;
}
.header .cont ul .l7 a {
    display: block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;
}
.header .cont ul .l5 a {
    display: block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;
}
.header .cont ul .l6 a {
    display: block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;
}

.header .cont ul .l4 a{
    display: block;
    /* width: .64rem; */
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;

}
.cs{
    display: block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 0.02rem solid #0F88DF;
}
.header .cont ul .l8{
    width: 1.3rem;
    height: .3rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(221,221,221,1);
    border-radius: .14rem;
}
.header .cont ul .l8 input{
    width: 0.9rem;
    height: 0.28rem;
    font-size: 0.14rem;
    color:rgba(187,187,187,1);
    font-family:"Source-Han-Ligh21d23bebf022144","light";
}
.header .cont ul .l8 img{
    width: 0.16rem;
    height: 0.16rem;
    color: #1382D1;
    opacity: 0.8;
}


.header .cont ul .l4{
    height: 100%;
    cursor: pointer;
}
.header .cont>.l4-son{
    display: none;
    z-index: 8;
    position: absolute;
    top: 0.64rem;
    left: 0;
    width: 100%;
    height: 3.4rem;
    background:rgba(255,255,255,1);
    box-shadow:0rem 0.08rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}
.header .cont>.l4-son ul{
    margin: 0 auto;
    width: 12rem;
    height: 3.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .cont>.l4-son ul li{
    width: 3.3rem;
    height: 3.2rem;
    display: inline-block;
}
.header .cont>.l4-son ul li .img{
    width: 3.3rem;
    height: 1.7rem; 
    margin-top: 0.2rem;
    border:0.01rem solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .cont>.l4-son ul li .img img{
    width: 3.18rem;
    height: 1.58rem; 
}
.header .cont>.l4-son ul li h3{
    width: 3.3rem;
    margin-top: 0.18rem;
    font-size: 0.18rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
    text-align: center;
}
.header .cont>.l4-son ul li p{
    width:1.3rem;
    height:0.4rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    border: 0.01rem solid #54A2E0;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.05rem;
    overflow: hidden;
}
.header .cont>.l4-son ul li p a{
    display: block;
    width: 1.28rem;
    height: 0.38rem;
    font-size: 0.16rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color: #4994D2;
    line-height: 0.38rem;
    text-align: center;
}
.header .cont>.l4-son ul li p a:hover{
    color: #FFFFFF;
    background-color: #4994D2;
    transition: 0.5s;
}


/* 产品中心下拉 */
.header .cont ul .l3{
    height: 100%;
    cursor: pointer;
}
.header .cont>.l3-son{
    display: none;
    z-index: 8;
    position: absolute;
    top: 0.64rem;
    left: 0;
    width: 100%;
    height: 7rem;
    background:rgba(255,255,255,1);
    box-shadow:0rem 0.08rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.header .cont>.l3-son .top{
    width: 12rem;
    height: 3.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.header .cont>.l3-son .top .left{
    width: 9rem;
    height: 3rem;
    
}
.header .cont>.l3-son .top .left h3{
    width: 9rem;
    height: 0.8rem;
    font-size: 0.18rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
    line-height:0.8rem;
}
.header .cont>.l3-son .top .left>ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 9rem;
    height: 2.4rem;
}
.header .cont>.l3-son .top .left>ul>li{
    width: 3rem;
    height: 2.4rem;
}
.header .cont>.l3-son .top .left>ul>li ul{
    width: 3rem;
    height: 2.4rem;
    display: inline;
}
.header .cont>.l3-son .top .left>ul>li li{
    width: 2.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color:#315CA3;
}
.header .cont>.l3-son .top .left>ul>li li span{
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    margin-right: 0.14rem;
    background-color: #315CA3;
}
.header .cont>.l3-son .top .left>ul>li li a{
    width: 100%;
    font-size: 0.14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
    text-align: left;
}



.header .cont>.l3-son .top .right{
    width: 3rem;
    height: 3rem;
    
}
.header .cont>.l3-son .top .right h3{
    width: 3rem;
    height: 0.8rem;
    font-size: 0.18rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
    line-height:0.8rem;
}
.header .cont>.l3-son .top .right>ul{
    width: 3rem;
    height: 2.4rem;
    display: inline;
}
.header .cont>.l3-son .top .right>ul>li{
    width: 2.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color:#315CA3;
    
}
.header .cont>.l3-son .top .right>ul>li span{
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    margin-right: .14rem;
    background-color: #315CA3;
}
.header .cont>.l3-son .top .right>ul>li a{
    width: 100%;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
    text-align: left;
}



.header .cont>.l3-son .bot{
    width: 12.0rem;
    height: 3.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.header .cont>.l3-son .bot .left{
    width: 3.0rem;
    height: 3.5rem;
    
}
.header .cont>.l3-son .bot .left h3{
    width: 3.0rem;
    height: .8rem;
    font-size: .18rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
    line-height: .8rem;
}
.header .cont>.l3-son .bot .left>ul{
    width: 3.0rem;
    height: 2.6rem;
    display: inline;
}
.header .cont>.l3-son .bot .left>ul>li{
    width: 2.8rem;
    height: .4rem;
    line-height: .4rem;
    color:#315CA3;
    
}
.header .cont>.l3-son .bot .left>ul>li span{
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    margin-right: .14rem;
    background-color: #315CA3;
}
.header .cont>.l3-son .bot .left>ul>li a{
    width: 100%;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
    text-align: left;
}






.header .cont>.l3-son .bot .right{
    width: 3.0rem;
    height: 3.5rem;
    
}
.header .cont>.l3-son .bot .right h3{
    width: 3.0rem;
    height: .8rem;
    font-size: .18rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
    line-height: .8rem;
}
.header .cont>.l3-son .bot .right>ul{
    width: 3.0rem;
    height: 2.6rem;
    display: inline;
}
.header .cont>.l3-son .bot .right>ul>li{
    width: 2.8rem;
    height: .4rem;
    line-height: .4rem;
    color:#315CA3;
    
}
.header .cont>.l3-son .bot .right>ul>li span{
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    margin-right: .14rem;
    background-color: #315CA3;
}
.header .cont>.l3-son .bot .right>ul>li a{
    width: 100%;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
    text-align: left;
}
/* 产品中心下拉 */
.header .cont>.l3-son .top .left>ul>li a:hover{
    color: #315CA3;
}
.header .cont>.l3-son .top .right>ul>li a:hover{
    color: #315CA3;
}
.header .cont>.l3-son .bot .left>ul>li a:hover{
    color: #315CA3;
}
.header .cont>.l3-son .bot .right>ul>li a:hover{
    color: #315CA3;
}


/* banner */
.banner{
    width: 100%;
    height: 5rem;
    box-sizing: border-box;
}
.banner .banner-son{
    height: 5rem;
}

.banner-son .slide{
    width: 100%;
    height: 5rem;
    position: relative;
    transition: all linear 0.4s;
}

.banner .banner-son .image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner .banner-son .txt{
    /* width: 12rem; */
    height: 2rem;
    position: absolute;
    z-index: 1.1;
    top: 50%;
    left: 50%;
    /* margin-left: -6rem; */
    margin-top: -1rem;
}
.banner .banner-son .txt h3{
    color: #FFFFFF;
    width: 100%;
    height: .54rem;
    line-height: .54rem;
    font-family: "Source-Han-Sans21d1817dca22144";
    font-size: .56rem;
    text-shadow: 0.01rem 0.05rem 0.05rem rgba(26, 44, 109, 0.25);
}
@font-face{
    font-family: "normal";
    src:url("../css/font/SourceHanSansCN-Normal.otf")format("opentype");
  }
.banner .banner-son .txt p{
    color: #FFFFFF;
    width: 100%;
    height: .54rem;
    line-height: .18rem;
    margin-top: .4rem;
    font-family: "Source-Han-Norm21d1bf20ab22144","normal";
    font-size: .18rem;
    text-shadow: 0.01rem 0.05rem 0.05rem rgba(26, 44, 109, 0.25);
}
.banner .banner-son .txt p>span{
    display: block;
    margin-top: .16rem;  
}




/* lis */
.lis{
    width: 100%;
    height: 11rem;
}
.lis .lis-son{
    width: 12rem;
    height: 11rem;
    margin: 0 auto;
}

/* 标题头 */
.subject{
    width: 100%;
    height: .82rem;
    text-align: center;
    padding-top: .38rem;
  }
  .subject p{
    width: 100%;
    height: .3rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    font-size: .32rem;
    line-height: .3rem;
    text-align: center;
    color: #000000;
  }
  .subject .subject-line{
    width: .6rem;
    height: .02rem;
    margin: 0 auto;
    margin-top: .23rem;
    background:rgba(1,122,218,1);
  }
  

.lis .lis-son .bot{
    width: 12rem;
    height: 9.6rem;
    text-align: center;
}

.lis .lis-son .bot p{
    width: 10.46rem;
    margin: 0 auto;
    margin-top: .2rem;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
    line-height: .3rem;
}
.lis .lis-son .bot .bot-img{
    width: 12rem;
    height: 4rem;
    margin-top: .4rem;
}
.lis .lis-son .bot .bot-img ul{
    width: 12rem;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lis .lis-son .bot .bot-img .botimg01{
    box-sizing: border-box;
    width: 7.13rem;
    height: 4rem;
    border: 0.01rem solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lis .lis-son .bot .bot-img .botimg01 img{
    width: 7rem;
    height: 3.88rem;
}
.lis .lis-son .bot .bot-img .botimg02{
    width: 2.12rem;
    height: 4rem;
}
.lis .lis-son .bot .bot-img .botimg02 div img{
    width: 2rem;
    height: 1.7rem;
}
.lis .lis-son .bot .bot-img .botimg03{
    width: 2.12rem;
    height: 4rem;
}
.lis .lis-son .bot .bot-img .botimg03 div img{
    width: 2rem;
    height: 1.7rem;
}

.lis .lis-son .bot .bot-img li div{
    width: 2.12rem;
    height: 1.83rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lis .lis-son .bot .bot-img li .botimg0202{
    margin-top: .34rem;
}

.lis .lis-son .bot>ul{
    width: 11.6rem;
    /* height: 4rem; */
    margin-top: .4rem;
    padding-left: .4rem;
}
.lis .lis-son .bot>ul>li{
    list-style-type: disc;
    color:#315CA3;
    font-size: 0.14rem;
}
.lis .lis-son .bot ul li p{
    width: 100%;
    margin-top: 0;
    color:rgba(102,102,102,1);
    text-align: left;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    line-height: .45rem;
}



/* runtime */
.runtime{
    width: 100%;
    height: 7.5rem;
    background:rgba(237,237,237,1);
}
.runtime .runtime-son{
    width: 12rem;
    height: 7.5rem;
    margin: 0 auto;
}



.runtime .runtime-son .bot{
    width: 12rem;
    height: 6rem;
    text-align: center;
}

.runtime .runtime-son .bot p{
    width: 10.9rem;
    margin: 0 auto;
    margin-top: .2rem;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    /* font-weight:400; */
    color:rgba(102,102,102,1);
    line-height: .3rem;
}

.runtime .runtime-son .bot ul{
    width: 12rem;
    height: 4rem;
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.runtime .runtime-son .bot ul li{
    width: 5.9rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#FFFFFF;
}
.runtime .runtime-son .bot ul li img{
    width: 5.78rem;
    height: 3.88rem;
}





/* work */
.work{
    width: 100%;
    height: 7.1rem;

}
.work .work-son{
    width: 12rem;
    height: 7.1rem;
    margin: 0 auto;
}


.work .work-son .bot{
    width: 12rem;
    height: 5.8rem;
    text-align: center;
    /* margin-top: .3rem; */
}

.work .work-son .bot .bot-img{
    width: 12rem;
    height: 5.6rem;

}
.work .work-son .bot .bot-img>ul{
    width: 12rem;
    height: 5.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work .work-son .bot .bot-img .botimg01{
    box-sizing: border-box;
    width: 5.8rem;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work .work-son .bot .bot-img .botimg01 li{
    list-style-type: disc;
    color:#315CA3;
    font-size: .14rem;
}
.work .work-son .bot .bot-img .botimg01 li p{
    width: 100%;
    margin-top: 0;
    color:rgba(102,102,102,1);
    text-align: left;
    font-size: .14rem;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    line-height: .45rem;
}


.work .work-son .bot .bot-img .botimg02{
    width: 2.8rem;
    height: 4.6rem;
}
.work .work-son .bot .bot-img .botimg02 div{
    width: 2.8rem;
    height: 2.1rem;
    border: 0.01rem solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.work .work-son .bot .bot-img .botimg02 div img{
    width: 2.6rem;
    height: 1.9rem;
}


.work .work-son .bot .bot-img .botimg03{
    width: 2.8rem;
    height: 4.6rem;
}
.work .work-son .bot .bot-img .botimg03 div{
    width: 2.8rem;
    height: 2.1rem;
    border: 0.01rem solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.work .work-son .bot .bot-img .botimg03 div img{
    width: 2.6rem;
    height: 1.9rem;
}

.work .work-son .bot .bot-img li .botimg0202{
    margin-top: 0.43rem;
}



/* chanpin */
.chanpin{
    width: 100%;
    height: 5rem;
    background:rgba(237,237,237,1);
}
.chanpin .chanpin-son{
    width: 12rem;
    height: 5rem;
    margin: 0 auto;
}

.chanpin .chanpin-son .bot{
    width: 12rem;
    height: 2.5rem;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chanpin .chanpin-son .bot>li{
    width: 3.6rem;
    height: 2.5rem;
    background:rgba(243,243,243,1);
    border: 0.01rem solid rgba(221, 221, 221, 1);
}
.chanpin .chanpin-son .bot li>div{
    width: 3.6rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.01rem solid rgba(221, 221, 221, 1);
}
.chanpin .chanpin-son .bot li>div img{
    width: 3.5rem;
    height: 1.5rem;
}
.chanpin .chanpin-son .bot li ul{
    width: 3.6rem;
    height: 0.89rem;
    background:rgba(255,255,255,1);
    text-align: center;
}
.chanpin .chanpin-son .bot li ul h3{
    width: 100%;
    height: .5rem;
    color: #000000;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    font-size: .16rem;
    line-height: .5rem;
}
.chanpin .chanpin-son .bot li ul p{
    width: 100%;
    color: #666666;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    font-size: .14rem;
}
