@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 .l4 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 .l7 a{
    display: block;
    /* width: .66rem; */
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    box-sizing: border-box;

}
.cs{
    display: block;
    /* width: .66rem; */
    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;
}
.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: 4rem;
    height: 2rem;
    position: absolute;
    z-index: 1.1;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -2rem;
    margin-top: -1rem;
}
.banner .banner-son .txt h3{
    color: #FFFFFF;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-family: "Source-Han-Sans21d1817dca22144";
    font-size: .56rem;
    text-shadow: 0.01rem 0.05rem 0.05rem rgba(26, 44, 109, 0.25);
}


/* 标题头 */
.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{
    width: 100%;
    height: 4rem;
}
.lis .lis-son{
    width: 12rem;
    height: 4rem;
    margin: 0 auto;
}

.lis .lis-son .bot{
    width: 12rem;
    text-align: center;
}

.lis .lis-son .bot p{
    width: 9.04rem;
    margin: 0 auto;
    margin-top: .2rem;
    font-size: .14rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
    text-align: center;
    line-height: .20rem;
}



/* main */
.main{
    width: 100%;
    height: 4.2rem;
    background:rgba(237,237,237,1);
}
.main .main-son{
    width: 12rem;
    height: 4.2rem;
    margin: 0 auto;
}

.main .main-son .p1{
    width: 12rem;
    height: .2rem;
    font-size: .14rem;
    line-height: .2rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    text-align: center;
    color:rgba(102,102,102,1);
}

.main .main-son .jiangxiang{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 12rem;
    height: 2.6rem;
}
.main .main-son .jiangxiang ul{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.main .main-son .jiangxiang .jx01{
    width: 7.2rem;
}
.main .main-son .jiangxiang .jx01 li{
    width: 2.25rem;
    height: 1.68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(255,255,255,1);
    border: 0.01rem solid rgba(187, 187, 187, 1);
}
.main .main-son .jiangxiang .jx01 li img{
    width: 2.09rem;
    height: 1.54rem;
    
}

.main .main-son .jiangxiang .jx02{
    width: 4.4rem;
}
.main .main-son .jiangxiang .jx02 li{
    width: 1.23rem;
    height: 1.68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(255,255,255,1);
    border: 0.01rem solid rgba(187, 187, 187, 1);
}
.main .main-son .jiangxiang .jx02 li img{
    width: 1.08rem;
    height: 1.54rem;
    
}


/* sto */
.sto{
    width: 100%;
    height: 5.4rem;
}
.sto .sto-son{
    width: 12rem;
    height: 5.4rem;
    margin: 0 auto;
}

.sto .sto-son .tab{
    width: 12rem;
    height: 4rem;
}
.sto .sto-son .tab .title{
    width: 12rem;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sto .sto-son .tab .title li{
    cursor: pointer;
    width: 1.4rem;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .15rem;
    margin-right: .15rem;
    border: 0.01rem solid rgba(221, 221, 221, 1);
    color:rgba(102,102,102,1);
    transition: 0.5s;
}
.sto .sto-son .tab .title li .s1{
    font-size: .22rem;
}
.sto .sto-son .tab .title li .s2{
    font-size: .14rem;
}
.on{
	display: none !important;
}
.now{
    border: 0.01rem solid rgba(49, 92, 163, 1) !important;
    color:rgba(0,0,0,1)     !important;
}

.sto .sto-son .d1{
    width: 12rem;
    height: 3rem;
}
.sto .sto-son .d1 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 12rem;
    height: 3rem;
}
.sto .sto-son .d1 ul li{
    width: 3.6rem;
    height: 2rem;
    background:rgba(255,255,255,1);
    border: 0.01rem solid rgba(221, 221, 221, 1);
    text-align: center;
}
.sto .sto-son .d1 ul li img{
    margin: 0 auto;
    margin-top: .42rem;
    width: .68rem;
    height: .64rem;
}

.sto .sto-son .d1 ul li p{
    text-align: center;
    font-size: .14rem;
    height: .17rem;
    line-height: .17rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}


.sto .sto-son .d2{
    width: 12rem;
    height: 3rem;
}
.sto .sto-son .d2 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 12rem;
    height: 3rem;
}
.sto .sto-son .d2 ul li{
    width: 3.6rem;
    height: 2rem;
    background:rgba(255,255,255,1);
    border: 0.01rem solid rgba(221, 221, 221, 1);
    text-align: center;
}
.sto .sto-son .d2 ul li img{
    margin: 0 auto;
    margin-top: .42rem;
    width: .68rem;
    height: .64rem;
}
.sto .sto-son .d2 ul li p{
    text-align: center;
    font-size: .14rem;
    height: .17rem;
    line-height: .17rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}


.map{
    width: 100%;
    height: 8.94rem;
    box-sizing: border-box;
}
.map .map-son{
    width: 100%;
    height: 8.94rem;
}

.map-son .slide{
    width: 100%;
    height: 8.94em;
    /* background-image: url(../images/组\ 46.png); */
    /* background-size: cover; */
    /* position: absolute; */
    /* transition: all linear 0.4s; */
    position: relative;
}
.map-son .slide>img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: -1;
    /* left: 0; */
    /* top: 0; */
    /* position: relative; */
}

.map-son .slide .map-01{
    position: absolute;
    width: .3rem;
    height: .3rem;
    /* left: 12rem; */
    /* top: .66rem; */
    left: 69%;
    top: 33%;
}
.map-son .slide .map-01son{
    display: none;
    position: absolute;
    width: 2.2rem;
    height: .66rem;
    background-color: rgba(255,255,255,1);
    box-shadow:0px 0.04rem 0.05rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    left: -1.5rem;
    top: -0.76rem;
}
.map-son .slide .map-01son h3{
    margin-left: .2rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
}
.map-son .slide .map-01son p{
    margin-left: .2rem;
    font-size: .12rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}
.map-son .slide .map-01:hover .map-01son{
    display: block;
}


.map-son .slide .map-02{
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: 62%;
    top: 57%;
}
.map-son .slide .map-02son{
    display: none;
    position: absolute;
    width: 2.2rem;
    height: .66rem;
    background-color: rgba(255,255,255,1);
    box-shadow:0px 0.04rem 0.05rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    left: -1.5rem;
    top: -0.76rem;
}
.map-son .slide .map-02son h3{
    margin-left: .2rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
}
.map-son .slide .map-02son p{
    margin-left: .2rem;
    font-size: .12rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}
.map-son .slide .map-02:hover .map-02son{
    display: block;
}



.map-son .slide .map-03{
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: 66%;
    top: 67%;
}
.map-son .slide .map-03son{
    display: none;
    position: absolute;
    width: 2.2rem;
    height: .66rem;
    background-color: rgba(255,255,255,1);
    box-shadow:0px 0.04rem 0.05rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    left: -1.5rem;
    top: -0.76rem;
}
.map-son .slide .map-03son h3{
    margin-left: .2rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
}
.map-son .slide .map-03son p{
    margin-left: .2rem;
    font-size: .12rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}
.map-son .slide .map-03:hover .map-03son{
    display: block;
}




.map-son .slide .map-04{
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: 48%;
    top: 69%;
}
.map-son .slide .map-04son{
    display: none;
    position: absolute;
    width: 2.2rem;
    height: .66rem;
    background-color: rgba(255,255,255,1);
    box-shadow:0px 0.04rem 0.05rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    left: -1.5rem;
    top: -0.76rem;
}
.map-son .slide .map-04son h3{
    margin-left: .2rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
}
.map-son .slide .map-04son p{
    margin-left: .2rem;
    font-size: .12rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}
.map-son .slide .map-04:hover .map-04son{
    display: block;
}




.map-son .slide .map-05{
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: 59%;
    top: 88%;
}
.map-son .slide .map-05son{
    display: none;
    position: absolute;
    width: 2.2rem;
    height: .66rem;
    background-color: rgba(255,255,255,1);
    box-shadow:0px 0.04rem 0.05rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    left: -1.5rem;
    top: -0.76rem;
}
.map-son .slide .map-05son h3{
    margin-left: .2rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(0,0,0,1);
}
.map-son .slide .map-05son p{
    margin-left: .2rem;
    font-size: .12rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    color:rgba(102,102,102,1);
}
.map-son .slide .map-05:hover .map-05son{
    display: block;
}

