body{
    min-width: 700px;
}

/* 智能云盘 */
.storage{
    width: 100%;
    min-width: 1320px;
    background-image: url('../image/storage-beijingtu.png');
    background-position: left -80px;
    background-repeat: no-repeat;
    height: 880px;
    /* border: 1px red solid */
}
/* 居中容器 */
.storage-container{
    /* border: 1px #999999 solid; */
    width:  80%;
    /* min-width: 1060px; */
    margin: 0px auto;
    /* margin-top: 200px; */
    position: relative;
}
/* 蓝色长条图标 */
.symbol{
    width:9px;
    height:33px;
    background:rgba(70,157,255,1);
    border-radius:5px;
    display: inline-block;
}
/* 左边字 */
.storage-character{
    /* border: 1px darkgreen solid; */
    float: left;
    margin-top: 22%;
    margin-left: 11%;
    margin-right: 30px;
}
.storage-character h1{
    font-size: 35px;
    color: #474747;
    display: inline-block;
    margin-bottom: 21px;
}
.storage-character ul{
    font-size:18px;
    font-family:PingFangSC-Regular;
    color: #666666;
    margin-left: 30px;
}
.storage-character ul li{
    line-height: 35px;
}
/* 图 */
.storage-container-map{
    margin-top: 0px;
    padding-top: 212px;
}
.storage-container-map img{
    width: 555px;
}
/* 下拉按钮 */
.storage-Belowbutton{
    width: 55px;
    height: 55px;
    background-color: #469DFF;
    border-radius: 50%;
    position: relative;

}
/* 竖线 */
.Belowbutton-vertical{
    width: 5px;
    height: 23px;
    border-radius: 5px;
    background-color:#fff; 
    position: absolute;
    left: 25px;
    top: 13px;
}
/* 箭头 */
.Belowbutton-arrows{
    width: 13px;
	height: 13px;
    border: 5px #fff solid;
    border-radius: 4px;
    transform: rotate(45deg);
    border-top: 0px;
    border-left: 0px;
    position: absolute;
    left:18px ;
    top: 20px;
}
/* 下拉按钮 变色*/
.storage-Belowbutton:hover .Belowbutton-vertical{
    background-color: #469DFF;
}
.storage-Belowbutton:hover .Belowbutton-arrows{
    border:5px #469DFF solid ;
    transform: rotate(45deg);
    border-top: 0px;
    border-left: 0px;
}
.hover-button:hover .storage-Belowbutton{
    background-color: #fff;
}










/* <!-- 智能硬件 --> */
.hardware{
    width: 100%;
    min-width: 1320px;
    border: 1px #000F41 solid;
    background-image: url('../image/hardware-beijingtu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* 居中容器 */
.hardware-container{
    /* border: 1px red solid; */
    width: 80%;
    /* min-width: 1000px; */
    margin: 0px auto;
    position: relative;
}
/* 图片 */
.hardware-container-map{
    position: absolute;
}
.hardware-container-map .hardware-map1{
    position:absolute;
    left: 490px;
    top: 95px;
}
.hardware-container-map .hardware-map1 img{
    width: 170px;
    height: 180px;
    
}
/* 字体 */
.hardware-character{
    
}
.hardware-character h1{
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 27%;
}
.hardware-character ul p{
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 3%;
    text-align: center;
}
.hardware-character ul{
    font-size:19px;
    font-family:PingFangSC-Regular;
    color:#ffffff;
    text-align: center;
    line-height: 30px;
}














/* <!-- 科技 --> */
.science{
    width: 100%;
    min-width: 700px;
    min-width: 1320px;
    background-image: url('../image/science-beijingtu-x.png');
    background-size: cover;
}
.science-container{
    /* border: 1px solid seagreen; */
    width: 80%;
    min-width: 940px;
    margin: 0px auto;
    position: relative;
    /* margin-top: 40px; */
}
/* 字 */
.science-caption{
    /* border: 1px red solid; */
    
}
.science-caption h1{
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin: 0px auto;
    padding-top: 43px;
    padding-bottom: 30px;
}
.science-caption ul{
    font-size:18px;
    font-family:PingFangSC-Regular;
    color:#C6C4C4;
    text-align: center;
    line-height: 35px;
}
/* 下部分字图 */
.science-character h2{
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: 45px;
}
.science-chart img{
    width: 125px;
    height: 60px;
}
.science-character{
    position: relative;
}
/* 蓝色图标 */
.symbolx{
    width:10px;
    height:27px;
    background:rgba(70,157,255,1);
    border-radius:5px;
}
.science-chart{
    /* border: #ffffff 1px solid; */
    text-align: center;
    margin: 7px 0px 5px 0px;
}
.science-chart img{
    margin: 0px auto;
    margin-right: 5px;
}


















/* 支付 */
.pay{
    width: 100%;
    min-width: 996px;
    border: 0.5px #fff solid;
    background-image: url('../image/pay-beijingtu.png');
    background-size: cover;
}
.pay-container{
    width: 80%;
    min-width: 1040px;
    /* border:1px red solid; */
    margin: 9% auto 0% auto;
    position: relative;
    
}
.pay-container-map{
    display: inline-block;
    margin-left: 8%;
    margin-top: 113px;
}
.pay-container-map img{
    width: 630px;

}

.pay-character{
    /* border: 1px red solid; */
    display: inline-block;
    position: absolute;
    left: 65%;
    top: 24%;
    width: 340px;
}

.pay-character h1{
    display: inline-block;
    font-size: 47px;
    color: #474747;

}
.pay-character h2{
    font-size: 47px;
    color: #474747;
    margin-left: 33px;
}
.pay-character ul{
    margin-top: 12px;
    font-size:18px;
    font-family:PingFangSC-Regular;
    color:#666666;
    margin-left: 33px;
}
/* 下拉按钮配置 */
.science-hover-button{
    padding-bottom: 35px;
}















/* 产品 */
.product{
    width: 100%;
    min-width: 1320px;
    background-image: url("../image/product-beijingtu.png")
}
/* 容器 */
.product-container{
    width: 70%;
    min-width: 1000px;
    min-width: 500px;
    margin: 1px auto;
    /* border: 1px red solid; */
}
/* 标题 */
.product-container-character h1{
    font-size: 48px;
    font-family: serif;
    color: #ffffff;
    text-align: center;
    margin:0px 0px 25px 0px;
    padding-top:36px; 
}
.product-container-character p{
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 33px;
}
/* 二维码 */
.product-qr{
    width: 95%;
    /* min-width: 1005px; */
    /* border:1px seagreen solid; */
    display: flex;
    flex-flow: wrap;
    margin: 0 auto ;
    
}
.product-qr-code{
    margin: 20px 10px;
}
.product-qr-code p{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}
/* 大小 */
.product-qr-code img{
    width: 160px;
    height: 160px;
    padding: 7px;
    border: 1px #fff solid;
    background-color: #fff;
    border-radius:10px;
    margin-left: 5px;
}
/* 下拉按钮 */
.product-hover-button{
    padding-bottom: 23px;
}











