.sec_txt{
    width:100%;
}
.sec_txt h2{
    font-size: .9rem;
    text-align: center;
    color: #333333;
    padding-top: 1.25rem;
    font-weight: bold;
}
.sec_txt p{
    text-align: center;
    font-size: .4rem;
    margin-top: .3rem;
    color: #999999;
}

.banner{
    width:100%;
    position: relative;
}
.banner img{
    display: block;
    width:100%;
}
.banner .dw{
    width: 95%;
    position: absolute;
    bottom: -2.8rem;
    left: 0.2rem;
}

.sec1{
    width:100%;
    background: #f7f7f7;
    padding-bottom: 0.75rem;
}
.sec1 ul{
    width:90%;
    overflow: hidden;
    margin: auto;
    margin-top: 0.75rem;
}
.sec1 ul li{
    float: left;
    width:31%;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.sec1 .img1{
    display: block;
    width:6.65rem;
    margin: auto;
    margin-top: 0.3rem;
}

.sec2{
    width:100%;
    background: #fff;
    padding-bottom: 0.75rem;
}
.sec2 ul{
    width:90%;
    height:16.3rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec2 ul li{
    float: left;
    width:48%;
    height:7.9rem;
    margin: 0 0.5rem 0.5rem 0;
    box-shadow: 0px 0px 0.5rem #e8e8e8;
    border-radius: 0.2rem;
    overflow: hidden;
}
.sec2 ul li h6{
    text-align: center;
    font-size: 0.55rem;
    color: #333333;
    padding-top: 0.3rem;
}
.sec2 ul li .xian{
    width:0.75rem;
    height:2px;
    background: #1074ef;
    margin: 0.2rem auto;
}
.sec2 ul li p{
    text-align: center;
    font-size: 0.45rem;
    color: #666666;
}
.sec2 .img1{
    display: block;
    width:6.65rem;
    margin: auto;
    margin-top: 0.3rem;
}

.sec3{
    width:100%;
    background: #f7f7f7;
    padding-bottom: 1.25rem;
}
.sec3 ul{
    width:90%;
    height:6.85rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec3 ul li{
    float: left;
    width:48%;
    background: #fff;
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0px 0px 0.5rem #e8e8e8;
    text-align: center;

}
.sec3 ul li img{
    display: block;
    width:3.075rem;
    float: left;
    margin-top: 0.2rem;
    margin-left: 46px;
}
.sec3 ul li .txt{
    float: left;
    border-left: 1px solid #dddddd;
    /*margin-top: 0.65rem;*/
    margin-left: -0.2rem;
    width: 100%;
}
.sec3 ul li .txt h6{
    font-size: 0.5rem;
    color: #333333;
    text-indent: 0.2rem;
}
.sec3 ul li .txt p{
    font-size: 0.4rem;
    color: #666666;
    margin-left: 0.2rem;
}

.sec4{
    width:100%;
    background: #fff;
    padding-bottom: 1.25rem;
}
.sec4 ul{
    width:90%;
    height:8.15rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec4 ul li{
    float: left;
    width:31%;
    height:8.15rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-right: 0.5rem;
    box-shadow: 0px 0px 0.5rem #e8e8e8;
    position: relative;
}
.sec4 ul li img{
    display: block;
    width:3.675rem;
    margin: auto;
    margin-top: 0.5rem;
}
.sec4 ul li h6{
    text-align: center;
    font-size: 0.55rem;
    color: #333333;
    margin-top: -0.5rem;
    font-weight: bold;
}
.sec4 ul li p{
    text-align: center;
    font-size: 0.4rem;
    color: #666666;
    margin-top: 0.2rem;
}
.sec4 ul li .dw{
    width:100%;
    height:1.35rem;
    position: absolute;
    bottom: 0;
    left:0;
}
.sec4 ul li .dw h5{
    text-align: center;
    font-size: 0.6rem;
    line-height:1.35rem;
    color: #fff;
    font-weight: 500;
}

.sec5{
    width:100%;
    position: relative;
}
.sec5 img{
    display: block;
    width:100%;
}
.sec5 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.sec5 .dw .img1{
    display: block;
    width:6.6rem;
    margin: auto;
    margin-top: 0.75rem;
}
.marketing_xszw1{
    width: 100%;
    position: relative;
    height: 13.65rem;
}
.marketing_xszw1 .box {
    width: 100%;
    position: absolute;
    top: 0.75rem;
    left: 0;
}
.marketing_xszw1 .box .inBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.marketing_xszw1 .box .inBox .list {
    position: relative;
    width: 100%;
    height: 12rem;
}
.marketing_xszw1 .box .inBox .list li {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 11.5rem;
    height: 12rem;
    transition: all 0.3s linear;
}
.marketing_xszw1 .box .inBox .list li img{
    width: 11.5rem;
}
.marketing_xszw1 .box .inBox .list .li1 {
    transform: translateX(-90%) scale(1);
    z-index: 1;
}
.marketing_xszw1 .box .inBox .list .li2 {
    transform: translateX(19%) scale(1);
    z-index: 2;
}
.marketing_xszw1 .box .inBox .list .li3 {
    transform: translateX(128%) scale(1);
    z-index: 1;
}
.marketing_xszw1 .box .inBox .nav1 {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}
.marketing_xszw1 .box .inBox .nav1 li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f9c08b;
    margin: 0 0.25rem;
    border-radius: 1rem;
}
.marketing_xszw1 .box .inBox .nav1 li.active {
    background-color: #fff;
    opacity: 1;
}

.marketing_xszw2{
    width: 100%;
    position: relative;
    height: 9.25rem;
}
.marketing_xszw2 .box {
    width: 100%;
    position: absolute;
    top: 0.75rem;
    left: 0;
}
.marketing_xszw2 .box .inBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.marketing_xszw2 .box .inBox .list {
    position: relative;
    width: 100%;
    height: 7.6rem;
}
.marketing_xszw2 .box .inBox .list li {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 13.5rem;
    height: 7.6rem;
    transition: all 0.3s linear;
}
.marketing_xszw2 .box .inBox .list li img{
    width: 13.5rem;
}
.marketing_xszw2 .box .inBox .list .li1 {
    transform: translateX(-95%) scale(1);
    z-index: 1;
}
.marketing_xszw2 .box .inBox .list .li2 {
    transform: translateX(9%) scale(1);
    z-index: 2;
}
.marketing_xszw2 .box .inBox .list .li3 {
    transform: translateX(113%) scale(1);
    z-index: 1;
}
.marketing_xszw2 .box .inBox .list .li4 {
    transform: translateX(200%) scale(1);
    z-index: 1;
}
.marketing_xszw2 .box .inBox .nav2 {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}
.marketing_xszw2 .box .inBox .nav2 li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f9c08b;
    margin: 0 0.25rem;
    border-radius: 1rem;
}
.marketing_xszw2 .box .inBox .nav2 li.active {
    background-color: #fff;
    opacity: 1;
}

.sec6{
    width:100%;
    background: #fff;
    padding-bottom: 0.5rem;
}
.sec6 ul{
    width:90%;
    height:11rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec6 ul li{
    float: left;
    width:48%;
    margin: 0 0.5rem 0.5rem 0;
    box-shadow: 0px 0px 0.5rem #e8e8e8;
    border-radius: 0.3rem;
    overflow: hidden;
}
.sec6 .img2{
    display: block;
    width:49%;
    margin: auto;
}

.sec7{
    width:100%;
    background: #fff;
    padding-bottom: 0.5rem;
}
.sec7 ul{
    width:90%;
    height:15.35rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec7 ul li{
    float: left;
    width:48%;
    height:7.4rem;
    margin: 0 0.5rem 0.5rem 0;
    box-shadow: 0px 0px 0.5rem #e8e8e8;
    border-radius: 0.2rem;
}
.sec7 ul li h6{
    text-align: center;
    font-size: 0.55rem;
    color: #333333;
    margin-top: 0.5rem;
}
.sec7 ul li p{
    text-align: center;
    font-size: 0.4rem;
    color: #666666;
    margin-top: 0.2rem;
}
.sec7 .img1{
    display: block;
    width:6.6rem;
    margin: auto;
    margin-top: 0.75rem;
}

.sec8{
    width:100%;
    position: relative;
}
.sec8 img{
    display: block;
    width:100%;
}
.sec8 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.sec8 ul{
    width:90%;
    height:8.15rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec8 ul li{
    float: left;
    width:31%;
    height:7.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-right: 0.5rem;
    position: relative;
    background: #fff;
}
.sec8 ul li img{
    display: block;
    width:3.675rem;
    margin: auto;
    margin-top: 0.5rem;
}
.sec8 ul li h6{
    text-align: center;
    font-size: 0.55rem;
    color: #333333;
    margin-top: -0.5rem;
    font-weight: bold;
}
.sec8 ul li p{
    text-align: center;
    font-size: 0.4rem;
    color: #666666;
    margin-top: 0.2rem;
}
.sec8 ul li .dw{
    width:100%;
    height:1.35rem;
    position: absolute;
    top:83%;
    left:0;
}
.sec8 ul li .dw h5{
    text-align: center;
    font-size: 0.6rem;
    line-height:1.35rem;
    color: #fff;
    font-weight: 500;
}