.banner {

    /* margin-top: 70px; */
    overflow:hidden;
    clear: both;
    margin:70px  auto;
    width: 100%;
    height: 630px;
    /* border: 1px red solid; */
    background: url(../images/piqsels.com-id-jspiw.jpg) no-repeat;
    background-size: 100%;
}




/* ============== */
.banner .banner-navUl{
    background: rgba(255,255,255,0.8);
    width: 70%;
    height: 180px;
    /* padding: 28px 0; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* display: -webkit-flex; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    position: relative;
    top:453px;
    /* right:130px; */
    margin: 0 auto;
    /* border: 1px red solid; */
}
.banner .banner-navUl ul li{
    text-align: center;
    float: left;
    width: 32%;
    margin-top: 50px ;
    /* font-size: 18px; */
    /* text-align: center; */
    /* position: relative; */
    /* list-style: none; */
    /* border: 1px red solid; */
}
.banner .banner-navUl ul li svg{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    /* border: 1px red solid; */

    /* color: #666; */
}
.banner .banner-navUl ul li svg use{
    /* border: 1px rebeccapurple solid; */
    color: black;
}
/* .banner  .banner-navUl ul li:after {
    content: '';
    width: 0;
    border-left: 1px dashed #ccc;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-color: #999;
} */

.banner .banner-navUl li a {
    color: #2c4486;
    transition: all 0.3s;
    display: block;
}
.banner .banner-navUl li a span{
    display: block;
    margin-top: 16px;
}

 .banner .banner-navUl .icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


.about {
    width: 80%;
    margin-top: 50px ;
    margin: auto;
    height: 400px;
    /* border: 1px red solid; */

}

.about .ableft {
    /* margin-left: 15%; */
    float: left;
    width: 50%;
    height: 350px;
}

.about .ableft img {

    width: 100%;
    height: 100%;
}

.about .abright {
    /* background: #F8F7FD; */
    padding-top: 10px;
    margin-left: 5%;
    /* border: 1px red solid; */
    float: right;
    width: 45%;
    height: 350px;
}

/* .about .abright h2 {
    /* text-align: center; */
    /* padding-left: 60px; */

/* } */ 

.about .abright p {
    width: 60%;
    /* padding:20px 500px 10px 60px; */
    /* text-indent: 2em; */
    line-height: 30px;
    padding-top: 25px;
}

.fw {
    margin: auto;
    width: 80%;
    /* border: 1px red solid; */
    /* text-align: center; */
}

.fw p {
    padding-top: 20px;
}
.fwlist{
    width: 80%;
    height: 250px;
    margin: 30px auto;
    /* border: 1px rgb(98, 51, 199) solid; */
}

.fwlist ul li{
    padding: 10px 20px ;
   margin-right: 5%;
    float: left;
    width: 20%;
    
    /* border: 1px red solid; */
    
}
.fwlist ul li:hover{
    /* background: #fff; */
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #65636350;
}
.fwlist ul li img{
    width: 80px;
    height: 80px;
}
.fwlist ul li h3{
    line-height: 50px;
}
.fwlist ul li p{
    line-height: 23px;
}
.tit{
    width: 80%;
    margin: 0 auto;
    line-height: 50px;
    /* border: 1px red solid; */
    /* text-align: center; */
}
.stock{
    margin: 0 auto;
    /* text-align: center; */
    width: 80%;
    /* border: 1px red solid; */
}
.stock img{
    margin-right: 3%;
    width:45%;
    /* height: 500%; */
    /* border: 1px red solid; */
}
  .app{
    /* border: 1px red solid; */
    /* float: left; */
    margin-top: 20px;
    height: 600px;
    margin-left: 8%;
    /* margin-left: auto; */
  
  }
    .app  .app1,
    .app .app2{
    /* border: 1px red solid; */
    width: 15%;
    height: 90%;
    float: left;
    margin-left: 1%;
  
  }
    .app img{
    /* display: inline-block; */
    /* border: 1px red solid; */
    width: 100%;
    height: 80%;
    float: left;
   
    box-shadow: 1px 1px 5px #808080;
  
  }
    .app p{
    /* background: #000; */
    /* width: 100%; */
    /* color: red; */
    font-weight: 550;
    font-size: 20px;
   height: 100px;
   line-height: 100px;
    text-align: center;
  }
.cp{
    /* margin-top: -80px; */
    width: 100%;
    /* height: 500px; */
    background: url(../images/cpbanner.jpg);
}
.cp h2{
    line-height: 100px;
    text-align: center;
}
.cp ul{
    width: 80%;
    height: 800px;
    margin: 0 auto;
    /* border: 1px rgb(213, 172, 34) solid; */
}
.cp ul li{
    width: 15%;
    height: 22%;
    /* border: 1px red solid; */
    float: left;
    margin-left: 4%;
    margin-top: 2%;
}
.cp ul li img{
    width: 100%;
    height: 100%;
}