.in_banner img{
    width: 100%;
}
.message{
    display: flex;
    margin-bottom: 50px;
}
.message>div{
    width: 50%;
}
.message .msg_right{
    margin-left: 10px;
    animation:myblx8 1s;
    -webkit-animation:myblx8 1s;
}
.message .msg_left{
    margin-right: 10px;
    animation:myblx7 1s;
    -webkit-animation:myblx7 1s;
}
.message .in_tit{
    padding-top: 35px;
    padding-bottom: 30px;
}
.message .in_tit img{
    height: 40px;
}
.message .in_tit span{
    position: relative;
}
.message .text_1::before{
    content: '新闻资讯';
    width: 100px;
    position: absolute;
    top: 2px;
    font-weight: 600;
    font-size: 22px;
    margin-left: 8px;
    z-index: 100;
    animation:myblx3 1s;
    -webkit-animation:myblx3 1s;
}
.message .text_1::after{
    content: 'NEWS';
    position: absolute;
    color: #EEE;
    font-size: 50px;
    font-weight: bold;
    z-index: -1;
    top: -30px;
    left: 4px;
}
.message .text_2::before{
    content: '走进优量';
}
.message .text_2::after{
    content: 'APOUT US';
    width: 25vh;
    left: 10px;
}
/* card */
.message .d_card{
    display: flex;
    cursor: pointer;
    background-color: #F8F8F8;
    padding: 13px 0;
    margin-bottom: 7px;
    border-radius: 2px;
    /* animation:myblx 1s;
    -webkit-animation:myblx 1s; */
    transform: translateY(0);
}
.message .time{
    width: 100px;
    text-align: center;
    border-right: 1px solid #eee;
}
.message .time:hover{
    color: #339966;
}
.message .time p{
    font-size: 28px;
}
.message .d_con{
    width: 82%;
    padding: 0 20px;
}
.message .d_con p{
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.message .d_con p:hover{
    color: #339966;
}
.message .d_con div{
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.message .d_con div:hover{
    color: #339966;
}

.message .good{
    line-height: 34px;
    padding: 13px 0 13px 20px;
    min-height: 398px;
    /* overflow: hidden; */
    /* animation:myblx2 1s;
    -webkit-animation:myblx2 1s; */
    background-color: #f8f8f8;
    transform: translateY(0);
}
.message .good .to_detail{
    color: #339966;
    cursor: pointer;
}
.message .good .to_detail:hover{
    font-weight: bold;
}
.message .con_img{
    float: right;
    width: 43%;
    margin-left: 20px;
}
.partners .text_3{
    text-align: center;
    padding: 20px 0;
}
.partners .text_3 span{
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    animation:myblx3 1s;
    -webkit-animation:myblx3 1s;
}
.partners .text_3 span::before{
    content: 'PARTNERS';
    width: 300px;
    position: absolute;
    color: #EEE;
    font-size: 50px;
    font-weight: bold;
    bottom: -17px;
    left: -105px;
    z-index: -100;
}
.partners .text_3 span::after{
    content: '';
    border-bottom: 5px solid #339966;
    width: 40px;
    position: absolute;
    bottom: -15px;
    right: 20px;
}
.partners .part_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.partners .part_list>div{
    width: 175px;
    border: 1px solid #eee;
    padding: 6px 25px;
    margin: 10px 5px;
    animation:myblx6 2s;
    -webkit-animation:myblx6 2s;
}
.partners img{
    width: 100%;
}
.partners div img:hover {
    animation: flicker 0.5s linear;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
}

/* 首页专业服务导航栏css */
.tabs{
    display: flex;
    font-size: 22px;
    color: #999;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
    animation:myblx3 1s;
    -webkit-animation:myblx3 1s;
}
.tabs .d_tab{
    width: 19.8%;
    height: 7vw;
    min-height: 80px;
    background-color: #F8F8F8;
    position: relative;
    margin: 0 0.1%;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
    animation:mymove 1s;
    -webkit-animation:mymove 1s;
    transform: translateY(0);
}
.tabs .d_tab>div{
    width: 100%;
    height: 7vw;
    min-height: 80px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs .d_tab .tab_1{
    background-image: url('../img/index1.png');
}
.tabs .d_tab .tab_2{
    background-image: url('../img/index2.png');
}
.tabs .d_tab .tab_3{
    background-image: url('../img/index3.png');
}
.tabs .d_tab .tab_4{
    background-image: url('../img/index4.png');
}
.tabs .d_tab .tab_5{
    background-image: url('../img/index5.png');
}
.tabs .t_active{
    background-image: linear-gradient(to bottom, #19B869, #339966);
    color: #fff;
}
.tabs .t_active .tab_1{
    background-image: url('../img/index1-active.png');
}
.tabs .t_active .tab_2{
    background-image: url('../img/index2-active.png');
}
.tabs .t_active .tab_3{
    background-image: url('../img/index3-active.png');
}
.tabs .t_active .tab_4{
    background-image: url('../img/index4-active.png');
}
.tabs .t_active .tab_5{
    background-image: url('../img/index5-active.png');
}

/* 轮播图 */
#cake_banner{
    /* margin-top: 60px;   */
}
#cake_banner img{
    width: 100%;
    height: 22vw;
}
.swiper-container .hide{
    opacity:0;
}
#cake_banner .swiper-slide{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 22vw;
    color: #fff; 
}
#cake_banner .banner_con{
    text-align: center;
    margin-top: 12%;
}
#cake_banner .banner_con h4{
    font-weight: normal;
    margin-top: 1.5vw;
}

#cake_banner .swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
}
#cake_banner .swiper_btn{
    color: #eee;
    background: rgba(100, 100, 100, .6);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#cake_banner .swiper_btn:hover{
    color: #339966;
}
#cake_banner .swiper-button-next:after, #cake_banner .swiper-button-prev:after{
    font-size: 12px;
}
.advan .img_view {
    width: 100%;
    height: 22vw;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}
.advan .img_view span {
    display: block;
    /* width: 32px; */
    width: 10vw;
    height: 22vw;
}
/* .advan .to_banner1 span {
    background: url('../img/banner.png') no-repeat;
    background-size: auto 100%;
}
.advan .to_banner2 span{
    background: url('../img/banner-2.jpg') no-repeat;
    background-size: auto 100%;
}
.advan .img_view span:nth-child(1) {
    background-position-x: 0;
}
.advan .img_view span:nth-child(2) {
    background-position-x: -10vw;
}
.advan .img_view span:nth-child(3) {
    background-position-x: -20vw;
}
.advan .img_view span:nth-child(4) {
    background-position-x: -30vw;
}
.advan .img_view span:nth-child(5) {
    background-position-x: -40vw;
}
.advan .img_view span:nth-child(6) {
    background-position-x: -50vw;
}
.advan .img_view span:nth-child(7) {
    background-position-x: -60vw;
}
.advan .img_view span:nth-child(8) {
    background-position-x: -70vw;
}
.advan .img_view span:nth-child(9) {
    background-position-x: -80vw;
}
.advan .img_view span:nth-child(10) {
    background-position-x: -90vw;
} */
/* .advan:hover .img_view span {
    animation: reversal 1s ease-in-out; 
}*/
.advan .to_banner span{
    animation: reversal 1s ease-in-out;
}
@keyframes reversal {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(-360deg);
    }
}



/* 移动端底部导航栏 */
.hurdle{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 75px;
    background: rgb(145, 200, 255);
    color: #fff;
    display: none;
}
.hurdle .d_urdle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.hurdle .hu_card{
    text-align: center;
    width: 50%;
}
.hurdle .hu_card span{
    font-size: 24px;
}


@media (max-width: 800px){
    .tabs{
        font-size: 16px;
    }
    .message{
        flex-wrap: wrap;
    }
    .message>div{
        width: 100%;
    }
    .partners .part_list>div{
        width: 40%;
    }
    @keyframes myblx6{
        0% {width: 28%;}
    }
    .hurdle{
        display: block;
    }
    body{
        padding-bottom: 75px;
    }
    
}





