@font-face {
    font-family: 'MyCustomFont';
    src: url('./Alibaba.woff2') format('woff2'),
    url('./Alibaba.woff') format('woff'),
    url('./Alibaba.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
*{ padding: 0; margin: 0; box-sizing: border-box; font-size: 20px; font-family: 'MyCustomFont', sans-serif; }
.headerBox{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2rem 2.5rem;
    z-index: 999;
}
.headerBox .lftLogo{
    width: 5rem;
    padding-left: 1.7rem;
    line-height: 1.5rem;
    font-size: 0.74rem;
    height: 1.5rem;
    float: left;
    background: url('../img/logo.jpg') no-repeat;
    background-size: auto 100%;
}
.headerBox .rgtList{
    float: right;
    line-height: 1.5rem;
    padding-right: 12rem;
}
.headerBox .rgtList span{
    padding: 0 0.6rem;
    font-size: 0.74rem;
}
.f1Box{
    width: 100%;
    background: #FAFBFD;
    overflow: hidden;
    position: relative;
}
.f1Box .lft{
    width: 22rem;
    height: 12rem;
    float: left;
    margin: 13rem 0 0 3rem;
}
.f1Box .lft .title{
    padding-bottom: 0.4rem;
    font-size: 1.3rem;
}
.f1Box .lft .content{
    width: 18rem;
    font-size: 0.6rem;
    color: #666666;
    line-height: 1.2rem;
}
.f1Box .lft .btn{
    width: 5.4rem;
    height: 1.7rem;
    line-height: 1.76rem;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    margin-top: 4.5rem;
    border-radius: 0.4rem;
    background: #337D00;
}
.f1Box .rgt{
    width: 13rem;
    height: 30.5rem;
    background: #337D00;
    float: right;
    border-radius: 40px 0 0 40px;
}
.f1Box .img{
    width: 19rem;
    height: 18rem;
    position: absolute;
    right: 5rem;
    top: 8rem;
    background: url('../img/img (5).png') no-repeat;
    background-size: 100%  auto;
}
.f2Box{
    width: 100%;
    height: 30.5rem;
    overflow: hidden;
}
.f2Box .lft{
    width: 14rem;
    height: 26rem;
    float: left;
    margin: 3rem 0 0 3rem;
    position: relative;
}
.f2Box .lft .bgBox01{
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    background: #337D00;
    border-radius: 1rem;
}
.f2Box .lft .bgBox02{
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    left: 1.6rem;
    bottom: 0;
    background: #337D00;
    border-radius: 1.4rem;
}
.f2Box .lft .bgBox03{
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    right: -1rem;
    bottom: 5.5rem;
    background: #337D00;
    border-radius: 1.4rem;
}
.f2Box .lft .bgBox04{
    position: absolute;
    width: 9.6rem;
    height: 21rem;
    right: 1.85rem;
    top: 3.8rem;
    border-radius: 0.5rem;
    z-index: 8;
    background: rgba(153, 153, 153, 0.2);
}
.f2Box .lft .bgImgBox{
    position: absolute;
    width: 10.4rem;
    height: 22.2rem;
    right: 1.5rem;
    top: 2.2rem;
    z-index: 9;
    background: url("../img/f2img.jpg") no-repeat 0 -1rem;
    background-size: 10.4rem auto;
    border-radius: 0.5rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.f2Box .rgt{
    width: 29rem;
    height: 23rem;
    float: right;
    margin: 4rem 0;
    position: relative;
}
.f2Box .rgt .title{
    color: #111111;
    padding: 0.4rem 0 0.3rem;
    font-size: 1.2rem;
}
.f2Box .rgt ._p{
    color: #666666;
    line-height: 1.2rem;
    font-size: 0.6rem;
}
.f2Box .rgt ._p span{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    float: left;
    margin-right: 0.4rem;
    margin-top: 0.4rem;
    border-radius: 50%;
    background: #666666;
}
.f2Box .rgt .btn{
    width: 5.4rem;
    height: 1.7rem;
    line-height: 1.76rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    margin: 4rem 0 0 4rem;
    border-radius: 0.4rem;
    background: #337D00;
}
.f3Box{
    width: 100%;
    height: 30.5rem;
    overflow: hidden;
    background: #FAFBFD;
}
.f3Box .topBox{
    width: 31rem;
    height: 9rem;
    margin: 1.5rem auto 1rem;
    position: relative;
}
.f3Box .topBox .bgBox01{
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0;
    bottom: 0;
    background: #337D00;
    border-radius: 1rem;
    transform: rotate(-25deg);
}
.f3Box .topBox .bgBox02{
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    left: 13rem;
    top: 0.8rem;
    background: #337D00;
    border-radius: 1.4rem;
    transform: rotate(15deg);
}
.f3Box .topBox .bgBox03{
    position: absolute;
    width: 5.4rem;
    height: 5.4rem;
    right: -0.5rem;
    bottom: 1.1rem;
    background: #337D00;
    border-radius: 1.4rem;
    transform: rotate(-35deg);
}
.f3Box .topBox .contentBox{
    position: absolute;
    width: 28rem;
    height: 5rem;
    right: 1.5rem;
    top: 2rem;
    z-index: 9;
    padding: 0 1.5rem;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.f3Box .topBox .contentBox .rowBox{
    width: 33.33%;
    float: left;
    text-align: center;
    padding-top: 1rem;
}
.f3Box .topBox .contentBox .rowBox .title{
    color: #337D00;
    font-size: 1.6rem;
}
.f3Box .topBox .contentBox .rowBox ._p{
    color: #111111;
    font-size: 0.64rem;
    margin-top: 0.2rem;
}
.f3Box .footBox{
    width: calc(100% - 8rem);
    height: 15rem;
    margin: 0 4rem;
    position: relative;
}
.f3Box .footBox .lft{
    width: 50%;
}
.f3Box .footBox .lft .title{
    color: #111111;
    padding: 0.4rem 0 0.3rem;
    font-size: 1.3rem;
}
.f3Box .footBox .lft ._p{
    color: #333333;
    min-height: 0.6rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    padding-left: 2rem;
}
.f3Box .footBox .lft .btn{
    width: 5.4rem;
    height: 1.7rem;
    line-height: 1.76rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    margin: 1rem 0 0 1rem;
    border-radius: 0.4rem;
    background: #337D00;
}
.f3Box .footBox .bgImgBox{
    position: absolute;
    width: 21.5rem;
    height: 15.5rem;
    background: url("../img/img (6).png") no-repeat 0 0;
    background-size: 21.5rem auto;
    border-radius: 0.2rem;
    right: 1.5rem;
    bottom: 0;
    z-index: 9;
}
.f4Box{
    width: 100%;
    height: 30.5rem;
    overflow: hidden;
}
.f4Box .f4title{
    text-align: center;
    font-size: 1.3rem;
    padding: 4rem 0 0;
}
.f4Box .titleTip{
    width: 75%;
    margin: auto;
    padding: 1rem 0;
    font-size: 0.65rem;
    color: #666666;
    line-height: 1.2rem;
}
.f4Box .f4title span{
    color: #337D00;
    font-size: 1.3rem;
    padding: 0 0.6rem;
}
.f4Box .content{
    width: 86%;
    height: 20rem;
    margin: auto;
    position: relative;
}
.f4Box .content .rowBoxWL{
    width: 33.33%;
    float: left;
    padding-top: 2.4rem;
}
.f4Box .content .rowBoxPo{
    position: relative;
    z-index: 9;
}
.f4Box .content .rowBox{
    width: 12rem;
    height: 12rem;
    margin: auto;
    padding-top: 2rem;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.2);
}
.f4Box .content .rowBox .imgBox{
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}
.f4Box .content .rowBox .bg01{
    background: url("../img/img (4).png") no-repeat center center;
    background-size: 3rem auto;
}
.f4Box .content .rowBox .bg02{
    background: url("../img/img (2).png") no-repeat center center;
    background-size: 3rem auto;
}
.f4Box .content .rowBox .bg03{
    background: url("../img/img (3).png") no-repeat center 0.6rem;
    background-size: 2.4rem auto;
}
.f4Box .content .title{
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.4rem;
    margin-top: 0.4rem;
}
.f4Box .content ._p{
    font-size: 0.65rem;
    text-align: center;
    line-height: 1.1rem;
    margin-top: 0.4rem;
    padding: 0 0.6rem;
    color: #666666;
}
.f4Box .content .bgBox01{
    position: absolute;
    width: 3rem;
    height: 3rem;
    bottom: 4rem;
    left: 0;
    background: #337D00;
    border-radius: 1rem;
    transform: rotate(-25deg);
}
.f4Box .content .bgBox02{
    position: absolute;
    width: 4rem;
    height: 4rem;
    left: 10.5rem;
    bottom: 11rem;
    background: #337D00;
    border-radius: 1.4rem;
    transform: rotate(15deg);
}
.f4Box .content .bgBox03{
    position: absolute;
    width: 5rem;
    height: 5rem;
    right: 13rem;
    bottom: 4.7rem;
    background: #337D00;
    border-radius: 1.4rem;
    transform: rotate(-25deg);
}
.f4Box .content .bgBox04{
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: 0;
    top: 0.7rem;
    background: #337D00;
    border-radius: 1.4rem;
    transform: rotate(-25deg);
}
.footerBox{
    text-align: center;
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
}
.footerBox span{
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    font-size: 0.6rem;
    color: #666666;
}
.footerBox ._span01{
    display: inline-block;
    padding: 0 1rem 0 1.3rem;
    background: url("../img/logo.jpg") no-repeat 0 center;
    background-size: 1rem auto;
}
.footerBox ._span02{
    padding: 0 1rem 0 0;
}
.footerBox ._spanImg{
    width: 4.3rem;
    display: inline-block;
    position: relative;
}
.footerBox ._spanImg ._spanImgIn{
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.2rem;
    cursor: pointer;
}
.footerBox .bg01{
    left: 0;
    background: url("../img/img (7).png") no-repeat center center;
    background-size: 1rem auto;
}
.footerBox .bg02{
    left: 1.6rem;
    background: url("../img/img (8).png") no-repeat center center;
    background-size: 1rem auto;
}
.footerBox .bg03{
    left: 3.2rem;
    background: url("../img/img (1).png") no-repeat center center;
    background-size: auto 1rem;
}
