@charset "utf-8";
.w_clear img{width: 100%;}
.catetop{background: #F7F9FB;}
.catetop li{margin-top: 10px;margin-bottom: 10px; text-align: center;}
.catetop li img{width: 60px;margin: 0 auto;display: block;}
.catetop li span{font-size: 16px;color: #1F2937;line-height: 30px;display: inline-block;padding: 10px 0;}

.ted img{width: 100%;}
.ted .box-w{padding: 0 2%;}
.ted .rotate{position: relative;}
.ted .c-ter{display: block;width: 70%;height: 300px;background: url(../images/weibo/c-ter.png) no-repeat center;margin: 0 auto;box-sizing: border-box;padding-top: 180px;animation:rotate 10s linear 0s infinite normal;background-size: 100%;}
.ted .c-ter+div {width: 100%;margin: 0 auto;position: absolute;top: 0;box-sizing: border-box;padding-top: 90px;}
.ted .c-ter+div span {display: block;width: 50%;margin: 0 auto;font-size: 16px;color: #fff;line-height: 25px;text-align: center;}
.ted .c-ter+div span img {width: 100%;}
@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.cuml-1{background: url(../images/weibo/bg_adv.png) no-repeat left;padding: 5% 0 5% 4%;font-size: 16px;margin-bottom: 15px;}
.cuml-2 {background: url(../images/weibo/bg_adv2.png) no-repeat right;padding: 5% 5% 5% 0;font-size: 16px;margin-bottom: 15px;text-align: right;}
.cuml-3 {background: url(../images/weibo/bg_adv3.png) no-repeat left;padding: 5% 0 5% 3%;font-size: 16px;margin-bottom: 15px;}
.cuml-4 {background: url(../images/weibo/bg_adv4.png) no-repeat right;padding: 5% 7% 5% 0%;font-size: 16px;margin-bottom: 25px;text-align: right;}
.box-w a {color: #fff;}

.flex-1{display: flex;justify-content: space-around;margin-top: 20px;background: url(../images/weibo/bg-1.jpg) repeat-x -2000px bottom;width: 100%;height: 100px;box-sizing: border-box;margin-top: 60px;background-size: 100%;}
.flex-1 .col-1 {width: 20%;height: auto;border-radius: 10px;border: 1px solid rgba(255,255,255,1);cursor: pointer;background: url(../images/weibo/weibo_circle.png) no-repeat;background-size: 100%;}
.flex-1 .col-1 p {text-align: center;font-size: 16px;color: #666;line-height: 83px;}
.bamxx {
    animation: bamxx 120s infinite linear;
    background-position: -2000px center;
}
@keyframes bamxx {
    0% { background-position:-5000px bottom;}
    50% { background-position:0 bottom;}
    100%{ background-position:5000px bottom;}
}

/*博文图片展示*/
.imgs_items li{height:650px;width:100%}
.imgs_items li:nth-of-type(even) .left{float:right;margin-left:0;margin-right:170px}
.imgs_items li:nth-of-type(even) .right{left:135px}
.img-mobile.left{margin:100px 0 -100px 170px}
.img-mobile{position:relative;display:block;width:100%;/*height:498px*/}
.img-mobile>img{display:block;width:100%;height:100%;border-radius:6px}
.img-mobile::after{content:'';background:url(../images/weibo/bg-phone-s.png) no-repeat;display:block;position:absolute;top:0px;left:-180px;width:729px;height:596px;background-size:cover;}
.content-mobile.right{top:230px;left:200px}
.content-mobile{font-size:16px;color:#1F2937;line-height:30px}
.content-mobile h3{margin-bottom:30px;font-size:26px;line-height:40px;font-weight:400}
.content-mobile p{margin-top:10px;margin-bottom:10px;font-weight:400}
/*图文轮播*/
.slideBox{ width:100%; overflow:hidden; position:relative;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img,.tempWrap img{ width:80%; display:block;position: relative;top: 100px;left: 35px;}


.display{margin-top: 50px;}
.display img{width: 100%;}
.display-title h3 {
    font-size: 24px;
    color: #1F2937;
    text-align: center;
    font-weight: 400;
}
.display-title p {
    margin-top: 10px;
    font-size: 16px;
    color: #343F4B;
    text-align: center;
    line-height: 30px;
}
.mb20{margin-bottom: 20px;}
