#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333}
.inner{overflow: hidden;width: 100%; margin: 0 auto;}
img{ overflow:hidden;display:block;border: none;}
.slideout-panel{background: #fff}
.web-banner{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 11.36rem;
    background: url("/images/cfd-intro/banner.jpg") no-repeat;
    background-size: 100% 100%;
}
.web-banner .font-img{
    overflow: hidden;
    width: 100%;
    padding-top: 1.72rem;
}
.web-banner .font-img img{
    width: 4.59rem;
    margin: 0 auto;
}
.web-page{
    overflow: hidden;
    padding: .8rem 0;
    height: 6.72rem;
    position: relative;
}
.web-page.height{height: auto}
.web-page.bg-color{background: #f6f6f6;}
.web-page.bg {
    background: url("/images/cfd-intro/bg.jpg") no-repeat;
    background-size: 100% 100%;
    height: 4.02rem;
    margin-bottom: .93rem;
}
.web-page .title{
    overflow: hidden;
}
.web-page .title span{
    overflow: hidden;
    display: block;
    font-size: .4rem;
    line-height: .42rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .1rem;
}
.web-page.bg .title span{color: #fff}
.web-page .title p{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
    text-align: center;
    color: #8d8e8e;
}
.web-page.bg .title p{color: rgba(255,255,255,.6)}
.web-page .title01{
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.web-page .title01.marginleft01{margin-left: 2.8rem}
.web-page .title01 span{
    overflow: hidden;
    display: block;
    font-size: .32rem;
    line-height: .54rem;
    margin-left: .4rem;
}
.web-page .title01 p{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
    color: #8d8e8e;
    margin-left: .4rem;
}
.web-page .title01 .item{
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.55rem;
    margin-left: .2rem;
}
.web-page .title01 .item span{
    overflow: hidden;
    font-size: .48rem;
    line-height: .54rem;
    font-weight: bold;
    margin-left: .22rem;
    margin-top: .1rem;
}
.web-page .title01 .item span.inline{
    display: inline;
    color: #ff8500;
    margin-left: 0;
}
.web-page .title01 .item img{
    position: relative;
    z-index: 1;
    width: .3rem;
}
.web-page .title01 .item img:nth-child(2) {
    margin-top: .05rem;
    margin-left: -.05rem;
    width: .7rem;
}
.web-page .title01 .item img:last-child{
    margin-top: .4rem;
    margin-left: -.05rem;
}
.web-page .con-img{
    overflow: hidden;
    width: 3.29rem;
    position: absolute;
    top: .7rem;
    left: 0;
}
.web-page .con-img.top{top: .4rem;}
.web-page.bg-color .con-img{
    right: 0;
    left: auto
}
.web-page .con-img img{width: 3.29rem}
.web-page .explain{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #8d8e8e;
    //margin-top: 480px;
    padding-bottom: 20px;
}
.web-page .explain p{margin-left: 8px;margin-right: 12%}
.web-page .explain .marginleft{margin-left: 23.5%}
.web-page .con-list{
    overflow: hidden;
    margin: .05rem .4rem 0 .4rem;
}
.web-page .con-list ul{
    overflow: hidden;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.web-page .con-list ul li{
    overflow: hidden;
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #818282;
    font-size: .26rem;
    line-height: .4rem;
    margin-top: .15rem;
}
.web-page .con-list ul li img {
    width: .25rem;
    margin-right: .1rem;
    margin-top: .08rem;
}
.web-page .con-list01{
    overflow: hidden;
    width: 100%;
    padding: .6rem 0 0 0;
}
.web-page .con-list01 .list-con{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-page .con-list01 .list-con .item{
    overflow: hidden;
}
.web-page .con-list01 .list-con .item a{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: .8rem;
    border-radius: .4rem;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    font-size: .32rem;
    margin: 0 .15rem;
}
.web-page .con-list01 .list-con .item a:hover {
    background: #ff8500;
    border: solid 1px #ff8500;
}
.web-page .con-list01 .list-con .item a img{width: .27rem;margin-right: .1rem}
.m-down{
    overflow: hidden;
    width: 100%;
    height: 1.4rem;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 111;
    bottom: .93rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-down a{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: .8rem;
    border-radius: .4rem;
    text-align: center;
    background: #ff8500;
    color: #fff;
    font-size: .32rem;
    margin: 0 .15rem;
}
.m-down a img{width: .27rem;margin-right: .1rem}