@media (min-width:1000px) {
.bantex01 .a01 ul li.qhwz_container_list_item {
	font-size:24px;
	line-height:36px;
	margin-top:0px;
}
.qhwz_container {
    font-weight: 600;
    overflow: hidden;
    height: 48px;
	
}


.qhwz_container_text {
    display: inline;
    float: left;
    margin: 0;
}

.qhwz_container_list {
    margin-top: 0;
    padding-left: 10px;
    text-align: left;
    list-style: none;
	color:#39B24A;
    -webkit-animation-name: change;
            animation-name: change;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
			
}

.qhwz_container_list_item {
    margin: 0;
	font-size:36px;
	height:48px;
}
}

@media (min-width:1000px) and (max-width:1600px){
	.bantex01 .a01 ul li.qhwz_container_list_item {
	font-size:24px;
	line-height:1.5;
	margin-top:0px;
}
.qhwz_container {
    font-weight: 600;
    overflow: hidden;
    height: 42px;
	
}

.qhwz_container:before {
    content: "";
    left: 0;
}



.qhwz_container_text {
    display: inline;
    float: left;
	line-height:42px;
    margin-top: 0;
}

.qhwz_container_list {
    margin-top: 0;
    padding-left: 10px;
    text-align: left;
    list-style: none;
	color:#39B24A;
    -webkit-animation-name: change;
            animation-name: change;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
			
}

.qhwz_container_list_item {
    margin: 0;
	font-size:24px;
	height:42px;
}
.bantex01 .a01 ul{ margin-top:4px;}
	}


@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {
    0% {
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

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

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

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

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


@media (max-width:999px) {
.qhwz_container {
    font-weight: 600;
    overflow: hidden;
    height: 1.5rem;
}
}