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

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

.sec1{
    width:100%;
    background: #fff;
    padding-bottom: 1.25rem;
}
.sec1 ul{
    width:90%;
    height:4.55rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec1 ul li{
    float: left;
    width:31%;
    margin-right: 0.5rem;
    box-shadow: 5px 5px 20px 0px #d8d8d8;
}

.sec2{
    width:100%;
    position: relative;
}
.sec2 img{
    display: block;
    width:100%;
}
.sec2 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.sec2 .dw .img1{
    display: block;
    width:8.35rem;
    margin: auto;
    margin-top: 0.3rem;
}
.marketing_xszw{
    width: 100%;
    position: relative;
    height: 15rem;
}
.marketing_xszw .box {
    width: 100%;
    position: absolute;
    top: 0.75rem;
    left: 0;
}
.marketing_xszw .box .inBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.marketing_xszw .box .inBox .list {
    position: relative;
    width: 100%;
    height: 13.4rem;
}
.marketing_xszw .box .inBox .list li {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.5rem;
    height: 13.4rem;
    transition: all 0.3s linear;
}
.marketing_xszw .box .inBox .list li img{
    width: 10.5rem;
}
.marketing_xszw .box .inBox .list .li1 {
    transform: translateX(-75%) scale(0.8);
    z-index: 1;
}
.marketing_xszw .box .inBox .list .li2 {
    transform: translateX(25%) scale(1);
    z-index: 2;
}
.marketing_xszw .box .inBox .list .li3 {
    transform: translateX(124%) scale(0.8);
    z-index: 1;
}
.marketing_xszw .box .inBox .list .li4 {
    transform: translateX(230%) scale(0.8);
    z-index: 1;
}
.marketing_xszw .box .inBox .nav {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}
.marketing_xszw .box .inBox .nav li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #425cb1;
    margin: 0 0.25rem;
    border-radius: 1rem;
}
.marketing_xszw .box .inBox .nav li.active {
    background-color: #fff;
}

.sec3{
    width:100%;
    background: #fff;
    padding-bottom: 1.25rem;
}
.sec3 ul{
    width:90%;
    height:6.2rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec3 ul li{
    float: left;
    width:31%;
    margin-right: 0.5rem;
    box-shadow: 5px 5px 20px 0px #d8d8d8;
}

.sec4{
    width:100%;
    background: #f6f6f6;
}
.sec4 ul{
    width:90%;
    height:6.5rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec4 ul li{
    float: left;
    width:48%;
    margin-right: 0.5rem;
    box-shadow: 5px 5px 20px 0px #d8d8d8;
}
.sec4 .img1{
    display: block;
    width:8.5rem;
    margin: auto;
    margin-top: 0.3rem;
}

.sec5{
    width:100%;
    position: relative;
}
.sec5 img{
    display: block;
    width:100%;
}
.sec5 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.sec5 .dw ul{
    width:90%;
    margin: auto;
    margin-top: 0.75rem;
    overflow: hidden;
}
.sec5 .dw ul li{
    float: left;
    width:48%;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.sec6{
    width:100%;
    position: relative;
}
.sec6 img{
    display: block;
    width:100%;
}
.sec6 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.sec6 .dw h2{
    font-size: .8rem;
    text-align: center;
    color: #fff;
}
.sec6 .dw .nav{
    width:90%;
    height:1.25rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec6 .dw .nav ul{
    width:100%;
    overflow: hidden;
}
.sec6 .dw .nav ul li{
    float: left;
    width:3.35rem;
    height:1.25rem;
    background: #fff;
    border-radius: 0.1rem;
    margin-right: 0.33rem;
}
.sec6 .dw .nav ul li p{
    text-align: center;
    font-size: 0.5rem;
    color: #666666;
    line-height:1.25rem;
    font-weight: bold;
}
.sec6 .dw .nav ul li.active{
    background: #ff971b;
}
.sec6 .dw .nav ul li.active p{
    color: #fff;
}
.sec6 .dw .tupunav{
    width:90%;
    height:9.5rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec6 .dw .tupunav ul{
    width:100%;
    height:9.5rem;
    position: relative;
}
.sec6 .dw .tupunav ul li{
    width:100%;
    height:100%;
    float: left;
    position: absolute;
    opacity: 0;
}
.sec6 .dw .tupunav ul li.show{
    opacity:1;
}
.sec6 .dw .img1{
    display: block;
    width:8.5rem;
    margin: auto;
}

.sec7{
    width:100%;
    background: #f6f6f6;
}
.sec7 .img1{
    display: block;
    width:8.5rem;
    margin: auto;
}
.marketing_xszw1{
    width: 100%;
    position: relative;
    height: 14.75rem;
}
.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: 13rem;
}
.marketing_xszw1 .box .inBox .list li {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 9rem;
    height: 13rem;
    transition: all 0.3s linear;
}
.marketing_xszw1 .box .inBox .list li img{
    width: 9rem;
    box-shadow: 0px 13px 20px -10px #b5b5b5;
}
.marketing_xszw1 .box .inBox .list .li1 {
    transform: translateX(-65%) scale(0.8);
    z-index: 1;
}
.marketing_xszw1 .box .inBox .list .li2 {
    transform: translateX(39%) scale(1);
    z-index: 2;
}
.marketing_xszw1 .box .inBox .list .li3 {
    transform: translateX(142%) scale(0.8);
    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: #a6a6a6;
    margin: 0 0.25rem;
    border-radius: 1rem;
}
.marketing_xszw1 .box .inBox .nav1 li.active {
    background-color: #425cb1;
    opacity: 1;
}

.sec8{
    width:100%;
    background: #fff;
}
.sec8 ul{
    width:90%;
    height:12.7rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec8 ul li{
    float: left;
    width:48%;
    margin: 0 0.5rem 1.5rem 0;
    position: relative;
}
.sec8 ul li img{
    display: block;
    width:100%;
}
.sec8 ul li .dw{
    width:5.8rem;
    position: absolute;
    bottom: -0.75rem;
    left:0.57rem;
    box-shadow: 0px 13px 20px -10px #b5b5b5;
}
.sec8 .img1{
    display: block;
    width:8.5rem;
    margin: auto;
    margin-top: -0.5rem;
}

.sec9{
    width:100%;
    background: #f6f6f6;
}
.sec9 ul{
    width:90%;
    height:18.6rem;
    margin: auto;
    margin-top: 0.75rem;
}
.sec9 ul li{
    float: left;
    width:48%;
    background: #fff;
    height:9rem;
    margin: 0 0.5rem 0.5rem 0;
    box-shadow: 5px 5px 20px 0px #d8d8d8;
}
.sec9 ul li img{
    display: block;
    width:5.35rem;
    margin: auto;
    margin-top: 0.5rem;
}
.sec9 ul li h6{
    text-align: center;
    font-size: 0.6rem;
    color: #4e4e4e;
    font-weight: bold;
    margin-top: -0.2rem;
}
.sec9 ul li p{
    text-align: center;
    font-size: 0.55rem;
    color: #666666;
    margin-top: 0.2rem;
}
.sec9 .img1{
    display: block;
    width:8.5rem;
    margin: auto;
}

.sec10{
    width:100%;
    position: relative;
}

.sec10 .sec_txt h2{
    padding-top: 0.9rem;
  }
  
.sec10 .sec_txt p{
    color: #ffffff;
  }

.sec10 img{
    display: block;
    width:100%;
}
.sec10 .dw{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.sec10 .dw ul{
    width:90%;
    margin: auto;
    margin-top: 0.75rem;
    overflow: hidden;
}
.sec10 .dw ul li{
    float: left;
    width:48%;
    margin: 0 0.5rem 0.5rem 0;
}

.sec10 .dw ul li:nth-child(3),
.sec10 .dw ul li:nth-child(4){
  margin: 0 0.5rem 0 0;
}

.sec10 .dw .img1{
    display: block;
    width:8.8rem;
    margin: auto;
}