
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
html,body,*{
    padding: 0;
    margin: 0;
    font-family: PingFangSC;
}
html{
    height: 100%;
}
body{
    height:100%;
}
.container {
    width: 100%;
    height: 100%;
}
.container .circle-bg1 {
    background-image: url("./circleBg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    position: absolute;
}
.container .circle-bg1:after{
    content: "";
    display: block;
    /*图片的宽高比计算得出*/
    padding-top: 33%;
}
.header {
    width: 100%;
    height: 904px;
    background: #008be4;
}
.inner-contanier {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    width: 313px;
    height: 74px;
    margin: 40px 0 0 50px;
}
.phone {
    width: 580px;
    height: 780px;
    position: relative;
    z-index: 100;
}
.shadow {
    width: 100%;
    height: 178px;
    background-image: url("./shadow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -176px;
    position: relative;
    z-index: 100;
}
.inner-right {
    float: right;
    margin-top: 137px;
    margin-right: 137px;
    text-align: center;
}
.inner-right .xiaofanText {
    width: 174px;
    height: 86px;
    margin-bottom: 42px;
}
.inner-right .desc {
    font-size: 42px;
    color: white;
    letter-spacing: 10px;
    margin-bottom: 60px;
}
.inner-right .erweima {
    width: 170px;
    height: 170px;
    border-radius: 10px;
}
.inner-right .scan {
    font-size: 16px;
    color: #fff;

}
.list {
    padding-bottom: 120px;
    border-bottom: 1px solid #dcdcdc;
}
.list dl {
    float: left;
    margin-left: 40px;
    text-align: center;
    color: #464646;
}
.list dl:nth-of-type(1) {
    margin-left: 0;
}
.list dl img {
    width: 260px;
    height: 180px;
}
.list dl dd {
    margin: 0 auto;
    text-align: center;
}
.list dl dd:nth-of-type(2) {
    font-size: 16px;
    margin-top: 14px;
    line-height: 1.5;
}
.list dl dd:nth-of-type(1) {
    font-size: 26px;
    margin-top: 20px;
}
.list dl:nth-of-type(1) dd {
    width: 160px;
}
.list dl:nth-of-type(2) dd {
    width: 144px;
}
.list dl:nth-of-type(3) dd {
    width: 176px;
}
.list dl:nth-of-type(4) dd {
    width: 144px;
}
.company {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    padding: 40px 0;
}
.work {
    width: 262px;
    height: 42px;
    display: block;
    margin-bottom: 60px;
}