@import "./base.css";
.clearfix:before,
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1
}
body {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    overflow-x: auto !important;
}

.main{
    background:#011653 url("../images/bg.png") no-repeat top / 14rem auto;
    width: 7.5rem;
    margin: 0 auto;
    padding-bottom: 0.9rem;
    overflow: hidden;
}
/* 左边侧边栏 */
.sidebar {
    display: none;
}
.cn-banner{
    height: 4.48rem;
}
.section2{
    background: url(../images/section1.png) no-repeat center/auto 100%;
    height: 4.39rem;
}
.section3{
    background: url(../images/boxm.png) no-repeat center/auto 100%;
    height: 4.45rem;
    margin-top: 0.9rem;
    padding: 0.9rem 0.6rem;
    box-sizing: border-box;
}
.section3 ul{
    width: 100%;
    overflow: hidden;
    color: #fff;
    /*background: #fafafa;*/
    box-sizing: border-box;
}
.section3 ul li{
    line-height: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    margin-bottom: 0.02rem;
    white-space: nowrap;
}
.section3 ul li span:first-child{
    font-size: 0.2rem;
    display: inline-block;
    width: 30%;
    height: 0.4rem;
    background: url(../images/block.png) no-repeat center/100% 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: bolder;
}
.section3 ul li span:last-child{
    width: 70%;
    font-size: 0.2rem;
    /*width: 100%;*/
    display: inline-block;
    text-align: center;
    color: #f5f5f5;
    margin-left: -0.18rem;
}
.section3 ul li.active span:last-child{
    background: url(../images/block1.png) no-repeat center/100% 100%;
    color: #946f06;
}
.section3 ul li.active span:first-child{
    background: url(../images/block2.png) no-repeat center/100% 100%;
}
.section4{
    background: url(../images/box1.png) no-repeat center/auto 100%;
    height: 4.7rem;
    margin-top: 0.9rem;
    box-sizing: border-box;
    padding-top: 1rem;
}
.section4 .content{
    position: relative;
    width: 6.25rem;
    overflow: hidden;
    padding-top: 0.4rem;
    margin: 0 auto;
}
.section4 .btn{
    position: absolute;
    top: 50%;
    margin-top: -0.3rem;
    height: 0.3rem;
    width: 0.2rem;
    text-align: center;
    line-height: 0.3rem;
    cursor: pointer;
    color: #5a78d2;
    /*color: #fff;*/
    font-size: 0.2rem;
    transform: scaleY(3);
}
.section4  .swiper-title{
    position: absolute;
    width: 3.66rem;
    height: 0.4rem;
    z-index: 9;
    left: 50%;
    margin-left: -1.83rem;
    top: -0.02rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    /*background: url(../images/title.png) no-repeat center/auto 100% ;*/
}
.section4 .swiper-container{
    height: 3.55rem;
}
.section4 .swiper-container .swiper-slide div{
    width: 100%;
    height: 100%;
    background: url(../images/swiper.png) no-repeat center/auto 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
}
.section4 .swiper-container .swiper-slide div img{
    height: 2.8rem;
    width: auto;
}
.section4 .swiper-container .isHideItem{
    opacity: 0;
}
.section4 .prev-btn{
    left: -0.6rem;
}
.section4 .after-btn{
    right: -0.6rem;
}
.section5{
    background: url(../images/box2.png) no-repeat center/auto 100%;
    height: 4.7rem;
    margin-top: 0.9rem;
}
.section6{
    background: url(../images/box3.png) no-repeat center/auto 100%;
    height: 3.3rem;
    margin-top: 0.9rem;
    text-align: center;
}
.section6 img{
    width: 1.66rem;
    height: auto;
    margin-top:1.18rem;
    margin-left: 0.03rem;
}
/*轮播图*/
.swiper{
    width: 9.7rem;
    height: 5.75rem;
}