#Pinduoduo {
    width: 100%;
    max-width: 1920px;
    min-width: 1280px;
    background: #F2F4F8;
    margin: 0 auto;
}

#Pinduoduo .back {
    width: 100%;
    height: 660px;
    background: url('../bm/pinduoduo.jpg') no-repeat;
    background-size: cover;
}

.back .content {
    width: 1280px;
    height: 660px;
    margin: 0 auto;
    overflow: hidden;
}

.content p {
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 318px;
}

.content .sulta {
    margin-top: 96px;
}

.sulta .diag {
    float: left;
    display: inline-block;
    width: 180px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right: 8px;
    transition: all 0.2s;
}

.sulta .diag:hover {
    background: rgba(255, 255, 255, 0.4);
    border: 0;
}

.diag .sult {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../image/jump.png') no-repeat;
    background-size: cover;
    margin-bottom: -3px;
}


#Pinduoduo .exhibit {
    width: 1280px;
    height: 180px;
    background: #FFFFFF;
    margin: -72px auto 0;
    padding: 40px 43px;
}

.exhibit .exi_item {
    float: left;
    margin-right: 43px;
}

.exhibit .exi_item:nth-child(3) {
    margin-right: 0;
}

.exhibit .exi_item::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 43px;
    background: #EEEEEE;
    margin-top: 32px;
    margin-left: 43px;
}

.exhibit .exi_item:nth-child(3)::after {
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
}

.exi_item .bit_l {
    float: left;
    width: 64px;
    height: 64px;
    background: url('../image/tiop1.png') no-repeat;
    background-size: cover;
}

.exi_item:nth-child(2) .bit_l {
    background: url('../image/tiop2.png') no-repeat;
}

.exi_item:nth-child(3) .bit_l {
    background: url('../image/tiop3.png') no-repeat;
}

.exi_item .bit_r {
    float: left;
    margin-left: 24px;
}

.bit_r p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}

.bit_r p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    width: 252px;
    margin-top: 16px;
}

#Pinduoduo .trouble {
    width: 1280px;
    margin: 96px auto 0;
}

.trouble .trouble_text {
    text-align: center;
}

.trouble_text span:nth-child(1) {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;
}

.trouble_text span:nth-child(2) {
    font-size: 48px;
    color: #E62129;
    font-weight: bold;
    line-height: 48px;
}

.trouble_text p {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin: 12px auto 0;
}

.trouble .trouble_vexati {
    margin-top: 64px;
}

.trouble_vexati .diffic {
    float: left;
    width: 320px;
    height: 528px;
    background: url('../image/tmap.png') no-repeat;
    background-size: cover;
}

.trouble_vexati .issue {
    float: left;
    width: 960px;
}

.issue .issue_item {
    width: 230px;
    height: 260px;
    background: #FFFFFF;
    overflow: hidden;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.issue_item i {
    display: block;
    width: 48px;
    height: 48px;
    background: url('../image/icon12.png') no-repeat;
    background-size: cover;
    margin: 40px auto 0;
}

.issue_item:nth-child(2) i {
    background: url('../image/icon22.png') no-repeat;
}

.issue_item:nth-child(3) i {
    background: url('../image/icon31.png') no-repeat;
}

.issue_item:nth-child(4) i {
    background: url('../image/icon4.png') no-repeat;
}

.issue_item:nth-child(5) i {
    background: url('../image/icon5.png') no-repeat;
}

.issue_item:nth-child(6) i {
    background: url('../image/icon6.png') no-repeat;
}

.issue_item:nth-child(7) i {
    background: url('../image/icon7.png') no-repeat;
}

.issue_item:nth-child(8) i {
    background: url('../image/icon8.png') no-repeat;
}

.issue_item .jblo {
    text-align: center;
    margin-top: 28px;
}

.jblo span:nth-child(1) {
    font-size: 24px;
    color: #E62129;
    line-height: 24px;
}

.jblo span:nth-child(2) {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

.issue_item p:nth-child(3) {
    width: 158px;
    font-size: 14px;
    color: #999999;
    margin: 12px auto 0;
    text-align: center;
}

.issue_item p:nth-child(4) {
    font-size: 12px;
    color: #BBBBBB;
    text-align: center;
    margin-top: 35px;
}

.trouble_vexati .ram {
    display: block;
    width: 336px;
    height: 60px;
    background: #E62129;
    border-radius: 30px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin: 56px auto 0;
    transition: all 0.2s;
}

.ram i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../image/sowa.png') no-repeat;
    background-size: cover;
    margin-bottom: -3px;
}

.trouble_vexati .ram:hover {
    background: #D20A12;
}

#Pinduoduo .dowell {
    width: 100%;
    background: url('../image/odo.png') no-repeat;
    background-size: cover;
    margin-top: 96px;
    padding-bottom: 16px;
}

.dowell .dowell_content {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.dowell_content .trouble_text {
    text-align: center;
    margin-top: 96px;
}

.dowell_content .trouble_text span:nth-child(1) {
    color: #FFFFFF;
}

.dowell_content .trouble_text p {
    color: #FFFFFF;
    opacity: 0.8;
}

.dowell_content .wellis {
    margin-top: 64px;
}


.wellis .espond {
    width: 1280px;
    height: 308px;
}

.espond .espond_itr {
    width: 100%;
    height: 100%;
}

.wsdrfg .goods_l {
    float: left;
    width: 520px;
}

.goods_l i {
    display: block;
    width: 80px;
    height: 80px;
    background: url('../image/luk1.png') no-repeat;
    background-size: cover;
}

.goods_l .ok2 {
    background: url('../image/luk2.png') no-repeat;
}

.goods_l .ok3 {
    background: url('../image/luk3.png') no-repeat;
}

.goods_l .ok4 {
    background: url('../image/luk4.png') no-repeat;
}

.goods_l p:nth-child(2) {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 40px;
}

.goods_l p:nth-child(3) {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
    opacity: 0.8;
}

.goods_l a {
    display: block;
    width: 210px;
    height: 40px;
    background: #E62129;
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-top: 56px;
}

/*.goods_l a:hover {
    background: #D20A12;
}*/

.goods_l a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../image/jump.png') no-repeat;
    background-size: cover;
    margin-bottom: -4px;
}

.wsdrfg .goods_r {
    float: right;
}

.goods_r img {
    width: 640px;
    height: 308px;
}







.wellis .thumbs {
    width: 536px;
    margin: 96px auto 0;
    position: relative;
}

.thumbs .jto_l {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: -61px;
    background: url('../image/jto_l1.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.2;
}

.thumbs .jto_l:hover {
    background: url('../image/jto1_l.png') no-repeat;
}

.thumbs .jto_r {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: -61px;
    background: url('../image/jto_r1.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.2;
}

.thumbs .jto_r:hover {
    background: url('../image/jto1_r.png') no-repeat;
}

.thumbs .active_nav {
    float: left;
    width: 128px;
    height: 72px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.active_nav .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s;
}

.active_nav .highlight.lkis {
    opacity: 0;
}

.active_nav .higyu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
}

.active_nav .higyu.uty {
    opacity: 1;
}

.active_nav .io_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 10;
    transition: all .3s;
}

.io_text.cctr {
    opacity: 0;
}

.io_text .uywas {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
    font-weight: bold;
}

.active_nav:hover p {
    color: #FFFFFF
}

.thumbs :last-child {
    margin-right: 0;
}

#Pinduoduo .compr {
    width: 100%;
	height: 854px;
    background: url('../image/itysa.png') no-repeat;
    background-size: cover;
}

.compr .comprsiv {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.comprsiv .trouble_text {
    margin-top: 96px;
    text-align: center;
}

.comprsiv .around {
    margin-top: 64px;
    height: 774px;
}

.around .resource {
    float: left;
    width: 620px;
    height: 518px;
    background: rgba(255, 255, 255, 0.1600);
    border: 1px solid #FFFFFF;
    padding: 40px 40px 0 40px;
    overflow: hidden;
}

.around .resource.resource_r {
    float: right;
}

.resource p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.resource p:nth-child(2) {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
}


.resource .iovc {
    margin-top: 48px;
}

.iovc .iovc_teim {
    width: 80px;
    float: left;
    margin-right: 34px;
    margin-bottom: 51px;
}

.iovc .iovc_teim:nth-child(5n) {
    margin-right: 0;
}

.iovc_teim i {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../image/mpre1.png') no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.iovc_teim:nth-child(2) i {
    background: url('../image/mpre2.png') no-repeat;
}

.iovc_teim:nth-child(3) i {
    background: url('../image/mpre3.png') no-repeat;
}

.iovc_teim:nth-child(4) i {
    background: url('../image/mpre4.png') no-repeat;
}

.iovc_teim:nth-child(5) i {
    background: url('../image/mpre5.png') no-repeat;
}

.iovc_teim:nth-child(6) i {
    background: url('../image/mpre6.png') no-repeat;
}

.iovc_teim:nth-child(7) i {
    background: url('../image/mpre7.png') no-repeat;
}

.iovc_teim:nth-child(8) i {
    background: url('../image/mpre8.png') no-repeat;
}

.iovc_teim:nth-child(9) i {
    background: url('../image/mpre9.png') no-repeat;
}

.iovc_teim:nth-child(10) i {
    background: url('../image/mpre10.png') no-repeat;
}

.iovc_teim:nth-child(11) i {
    background: url('../image/mpre11.png') no-repeat;
}

.iovc_teim.iytr:nth-child(1) i {
    background: url('../image/erall1.png') no-repeat;
}

.iovc_teim.iytr:nth-child(2) i {
    background: url('../image/erall2.png') no-repeat;
}

.iovc_teim.iytr:nth-child(3) i {
    background: url('../image/erall3.png') no-repeat;
}

.iovc_teim.iytr:nth-child(4) i {
    background: url('../image/erall4.png') no-repeat;
}

.iovc_teim.iytr:nth-child(5) i {
    background: url('../image/erall5.png') no-repeat;
}

.iovc_teim.iytr:nth-child(6) i {
    background: url('../image/erall6.png') no-repeat;
}

.iovc_teim.iytr:nth-child(7) i {
    background: url('../image/erall7.png') no-repeat;
}

.iovc_teim.iytr:nth-child(8) i {
    background: url('../image/erall8.png') no-repeat;
}

.iovc_teim.iytr:nth-child(9) i {
    background: url('../image/erall9.png') no-repeat;
}

.iovc_teim.iytr:nth-child(10) i {
    background: url('../image/erall10.png') no-repeat;
}

.iovc_teim.iytr:nth-child(11) i {
    background: url('../image/erall11.png') no-repeat;
}

.iovc_teim.iytr:nth-child(12) i {
    background: url('../image/erall12.png') no-repeat;
}

.iovc_teim.iytr:nth-child(13) i {
    background: url('../image/erall13.png') no-repeat;
}

.iovc_teim.iytr:nth-child(14) i {
    background: url('../image/erall14.png') no-repeat;
}

.iovc_teim.iytr:nth-child(15) i {
    background: url('../image/erall15.png') no-repeat;
}

.iovc_teim p {
    font-size: 16px;
    color: #7B7B7C;
    line-height: 16px;
}

.around .reso {
    display: block;
    width: 336px;
    height: 60px;
    background: #E62129;
    border-radius: 30px;
    margin: 64px auto 0;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}

.around .reso:hover {
    background: #D20A12;

}

.reso i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../image/sowa.png') no-repeat;
    background-size: cover;
    margin-bottom: -4px;
}

#Pinduoduo .experience {
    height: 1025px;
    background: #fff;
}

.experience .box1280 {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.box1280 .commontitle {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.commontitle .titlep {
    font-size: 42px;
    font-weight: bold;
    color: #222222;
    line-height: 42px;
}

.commontitle .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-top: 14px;
}

.experience .experiencewrap {
    font-size: 0;
}

.experience .experienceli {
    position: relative;
    display: inline-block;
    width: 410px;
    height: 375px;
    float: left;
    padding: 278px 29px 0;
    margin-bottom: 25px;
    transition: all .3s;
    background: #EFF2FA;
    overflow: hidden;
}

.experience .experienceli .bg-case_rjt {
    position: absolute;
    right: 36px;
    bottom: 40px;
}

.experience .experienceli .num {
    display: none;
    color: #fff;
    position: relative;
    margin-top: 47px;
}

.experience .experienceli .num .span1 {
    font-size: 12px;
    color: #fff;
}

.experience .experienceli .num .p1 {
    font-size: 23px;
}

.experience .experienceli .num .p1 span {
    font-size: 15px;
}

.experience .experienceli .num .i {
    font-size: 32px;
    color: transparent;
    border-right: 2px solid rgba(207, 207, 207, .4);
    transform: rotate(36deg);
    display: inline-block;
    position: relative;
    left: 4px;
    top: -9px;
}

.experience .experienceli .num .span2 {
    font-size: 12px;
    margin-left: 2px;
}

.experience .experienceli .num li {
    display: inline-block;
    width: 124px;
}

.experience .experienceli .num li:last-child {
    width: 95px;
}

.experience .experienceli:hover .num {
    display: block;
}

.experience .experienceli .title {
    font-size: 22px;
    color: #222;
    font-weight: bold;
}

.experience .experienceli:hover .title {
    display: none;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.experience .experienceli .subtitle {
    font-size: 12px;
    color: #666;
    /* margin-bottom: 49px; */
    position: relative;
}

.experience .experienceli:hover .subtitle {
    display: none;
}

.experience .experienceli .titleh {
    display: none;
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
}

.experience .experienceli:hover .titleh {
    display: block;
}

.experience .experienceli .txt {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    line-height: 22px;
}

.experience .experienceli:hover .txt {
    display: block;
}

.experience .experienceli .btn_a {
    margin-top: 32px;
    font-size: 0;
    position: relative;
}

.experience .experienceli .btn_a {
    display: none;
    text-align: center;
    width: 338px;
    height: 44px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 44px;
    position: absolute;
    left: 36px;
    bottom: 36px;
    background: #EC363E;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.2000);
    transition: display .3s;
}

.experience .experienceli:hover .btn_a {
    display: inline-block;
}

.experience .experienceli img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    /* height: 100%; */
}

.experience .experienceli:not(:nth-child(3n)) {
    margin-right: 25px;
}

.experience .experienceli:hover {
    background: #DE0F18;
    text-align: left;
    padding: 31px 33px;
}

.experience .experienceli:hover .img2 {
    display: none !important;
}



#Pinduoduo .process {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
    background: #F5F3FB;
}

.process .trouble_text {
    text-align: center;
    margin-top: 96px;
}

.process .circuit {
    width: 1280px;
    margin: 64px auto 0;
}

.circuit .cir_item {
    float: left;
    width: 140px;
    margin-right: 145px;
}

.circuit .cir_item:last-child {
    margin-right: 0;
}

.cir_item p:nth-child(1) {
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.cir_item p:nth-child(1) i {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../image/cir1.png') no-repeat;
    background-size: cover;
    margin: 28px auto 0;
}

.cir_item:nth-child(2) p:nth-child(1) i {
    background: url('../image/cir2.png') no-repeat;

}

.cir_item:nth-child(3) p:nth-child(1) i {
    background: url('../image/cir3.png') no-repeat;

}

.cir_item:nth-child(4) p:nth-child(1) i {
    background: url('../image/cir4.png') no-repeat;

}

.cir_item:nth-child(5) p:nth-child(1) i {
    background: url('../image/cir5.png') no-repeat;

}

.cir_item p:nth-child(2) {
    width: 24px;
    height: 24px;
    background: #F2F4F8;
    border: 1px solid rgba(230, 33, 41, 0.1600);
    font-size: 14px;
    color: #E62129;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 23px auto 0;
    position: relative;
}

.cir_item p:nth-child(3) {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-top: 32px;
}

.cir_item p:nth-child(4) {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}

.process .bjyut {
    width: 1920px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 336px;
    background: url('../image/ath.png') no-repeat;
    background-size: cover;
}

#Pinduoduo .brand {
    width: 100%;
    padding-bottom: 96px;
    background: #F5F3FB;
}

.brand .trouble_text {
    text-align: center;
}

.brand .torch {
    margin: 64px auto 0;
    background: #FFFFFF;
    position: relative;
}

.torch .ulik {
    overflow: hidden;
    font-size: 0;
}

.torch .ulik::after {
    content: "";
    display: block;
    width: 320px;
    height: 400px;
    background: linear-gradient(270deg, #EFF3F7, rgba(239, 243, 247, 0));
    position: absolute;
    top: 0px;
    right: 0;
    pointer-events: none
}

.torch .ulik::before {
    content: "";
    display: block;
    width: 320px;
    height: 400px;
    background: linear-gradient(90deg, #EFF3F7, rgba(239, 243, 247, 0));
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.ulik .boxly {
    width: 4000px;
    height: 94px;
    animation: scrollLeft 34s linear infinite;
    -webkit-animation: scrollLeft 34s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.boxly i {
    display: inline-block;
    border-right: 1px solid #F2F4F8;
    border-bottom: 1px solid #F2F4F8;
    float: left;
    width: 200px;
    height: 200px;
    background: url(../image/load1.png) no-repeat center;
    transition: all 0.2s;
}

.boxly i:hover {
    background: url(../image/loads1.png) no-repeat center;
}

.boxly i:nth-child(2) {
    background: url(../image/load2.png) no-repeat center;
}

.boxly i:nth-child(2):hover {
    background: url(../image/loads2.png) no-repeat center;
}

.boxly i:nth-child(3) {
    background: url(../image/load3.png) no-repeat center;
}

.boxly i:nth-child(3):hover {
    background: url(../image/loads3.png) no-repeat center;
}

.boxly i:nth-child(4) {
    background: url(../image/load4.png) no-repeat center;
}

.boxly i:nth-child(4):hover {
    background: url(../image/loads4.png) no-repeat center;
}

.boxly i:nth-child(5) {
    background: url(../image/load5.png) no-repeat center;
}

.boxly i:nth-child(5):hover {
    background: url(../image/loads5.png) no-repeat center;
}

.boxly i:nth-child(6) {
    background: url(../image/load6.png) no-repeat center;
}

.boxly i:nth-child(6):hover {
    background: url(../image/loads6.png) no-repeat center;
}

.boxly i:nth-child(7) {
    background: url(../image/load7.png) no-repeat center;
}

.boxly i:nth-child(7):hover {
    background: url(../image/load7.png) no-repeat center;
}

.boxly i:nth-child(8) {
    background: url(../image/load8.png) no-repeat center;
}

.boxly i:nth-child(8):hover {
    background: url(../image/loads8.png) no-repeat center;
}

.boxly i:nth-child(9) {
    background: url(../image/load9.png) no-repeat center;
}

.boxly i:nth-child(9):hover {
    background: url(../image/loads9.png) no-repeat center;
}

.boxly i:nth-child(10) {
    background: url(../image/load10.png) no-repeat center;
}

.boxly i:nth-child(10):hover {
    background: url(../image/loads10.png) no-repeat center;
}

/* 分割  */
.boxly i:nth-child(11) {
    background: url(../image/load1.png) no-repeat center;
}

.boxly i:nth-child(11):hover {
    background: url(../image/loads1.png) no-repeat center;
}

.boxly i:nth-child(12) {
    background: url(../image/load2.png) no-repeat center;
}

.boxly i:nth-child(12):hover {
    background: url(../image/loads2.png) no-repeat center;
}

.boxly i:nth-child(13) {
    background: url(../image/load3.png) no-repeat center;
}

.boxly i:nth-child(13):hover {
    background: url(../image/loads3.png) no-repeat center;
}

.boxly i:nth-child(14) {
    background: url(../image/load4.png) no-repeat center;
}

.boxly i:nth-child(14):hover {
    background: url(../image/loads4.png) no-repeat center;
}

.boxly i:nth-child(15) {
    background: url(../image/load5.png) no-repeat center;
}

.boxly i:nth-child(15):hover {
    background: url(../image/loads5.png) no-repeat center;
}

.boxly i:nth-child(16) {
    background: url(../image/load6.png) no-repeat center;
}

.boxly i:nth-child(16):hover {
    background: url(../image/loads6.png) no-repeat center;
}

.boxly i:nth-child(17) {
    background: url(../image/load7.png) no-repeat center;
}

.boxly i:nth-child(17):hover {
    background: url(../image/load7.png) no-repeat center;
}

.boxly i:nth-child(18) {
    background: url(../image/load8.png) no-repeat center;
}

.boxly i:nth-child(18):hover {
    background: url(../image/loads8.png) no-repeat center;
}

.boxly i:nth-child(19) {
    background: url(../image/load9.png) no-repeat center;
}

.boxly i:nth-child(19):hover {
    background: url(../image/loads9.png) no-repeat center;
}

.boxly i:nth-child(20) {
    background: url(../image/load10.png) no-repeat center;
}

.boxly i:nth-child(20):hover {
    background: url(../image/loads10.png) no-repeat center;
}

.boxly:hover {
    animation-play-state: paused;
}


.ulik .boxou {
    width: 4000px;
    height: 94px;
    animation: scrollRight 34s linear infinite;
    -webkit-animation: scrollRight 34s linear infinite;
}

@keyframes scrollRight {
    0% {
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.boxou i {
    border-right: 1px solid #F2F4F8;
    display: inline-block;
    float: left;
    width: 200px;
    height: 200px;
    background: url(../image/wnd1.png) no-repeat center;
    transition: all 0.2s;
}

.boxou i:hover {
    background: url(../image/wnd1.png) no-repeat center;
}

.boxou i:nth-child(2) {
    background: url(../image/wnd2.png) no-repeat center;
}

.boxou i:nth-child(2):hover {
    background: url(../image/wnds2.png) no-repeat center;
}

.boxou i:nth-child(3) {
    background: url(../image/wnd3.png) no-repeat center;
}

.boxou i:nth-child(3):hover {
    background: url(../image/wnds3.png) no-repeat center;
}

.boxou i:nth-child(4) {
    background: url(../image/wnd4.png) no-repeat center;
}

.boxou i:nth-child(4):hover {
    background: url(../image/wnds4.png) no-repeat center;
}

.boxou i:nth-child(5) {
    background: url(../image/wnd5.png) no-repeat center;
}

.boxou i:nth-child(5):hover {
    background: url(../image/wnds5.png) no-repeat center;
}

.boxou i:nth-child(6) {
    background: url(../image/wnd6.png) no-repeat center;
}

.boxou i:nth-child(6):hover {
    background: url(../image/wnds6.png) no-repeat center;
}

.boxou i:nth-child(7) {
    background: url(../image/wnd7.png) no-repeat center;
}

.boxou i:nth-child(7):hover {
    background: url(../image/wnds7.png) no-repeat center;
}

.boxou i:nth-child(8) {
    background: url(../image/wnd8.png) no-repeat center;
}

.boxou i:nth-child(8):hover {
    background: url(../image/wnds8.png) no-repeat center;
}

.boxou i:nth-child(9) {
    background: url(../image/wnd9.png) no-repeat center;
}

.boxou i:nth-child(9):hover {
    background: url(../image/wnds9.png) no-repeat center;
}

.boxou i:nth-child(10) {
    background: url(../image/wnd10.png) no-repeat center;
}

.boxou i:nth-child(10):hover {
    background: url(../image/wnds10.png) no-repeat center;
}

/* 分割  */
.boxou i:nth-child(11) {
    background: url(../image/wnd1.png) no-repeat center;
}

.boxou i:nth-child(11):hover {
    background: url(../image/wnd1.png) no-repeat center;
}

.boxou i:nth-child(12) {
    background: url(../image/wnd2.png) no-repeat center;
}

.boxou i:nth-child(12):hover {
    background: url(../image/wnds2.png) no-repeat center;
}

.boxou i:nth-child(13) {
    background: url(../image/wnd3.png) no-repeat center;
}

.boxou i:nth-child(13):hover {
    background: url(../image/wnds3.png) no-repeat center;
}

.boxou i:nth-child(14) {
    background: url(../image/wnd4.png) no-repeat center;
}

.boxou i:nth-child(14):hover {
    background: url(../image/wnds4.png) no-repeat center;
}

.boxou i:nth-child(15) {
    background: url(../image/wnd5.png) no-repeat center;
}

.boxou i:nth-child(15):hover {
    background: url(../image/wnds5.png) no-repeat center;
}

.boxou i:nth-child(16) {
    background: url(../image/wnd6.png) no-repeat center;
}

.boxou i:nth-child(16):hover {
    background: url(../image/wnds6.png) no-repeat center;
}

.boxou i:nth-child(17) {
    background: url(../image/wnd7.png) no-repeat center;
}

.boxou i:nth-child(17):hover {
    background: url(../image/wnds7.png) no-repeat center;
}

.boxou i:nth-child(18) {
    background: url(../image/wnd8.png) no-repeat center;
}

.boxou i:nth-child(18):hover {
    background: url(../image/wnds8.png) no-repeat center;
}

.boxou i:nth-child(19) {
    background: url(../image/wnd9.png) no-repeat center;
}

.boxou i:nth-child(19):hover {
    background: url(../image/wnds9.png) no-repeat center;
}

.boxou i:nth-child(20) {
    background: url(../image/wnd10.png) no-repeat center;
}

.boxou i:nth-child(20):hover {
    background: url(../image/wnds10.png) no-repeat center;
}

.boxou:hover {
    animation-play-state: paused;
}