
.more {  padding-top:0px; }
.right-link a{ text-align:right}
.titles span { font-size: 22px; }
.right-link{ width:90%; float:right;}
.wol{float:left;width:98%; margin-left:1%; margin-right:1%;padding-bottom:20px;}

.mtoppad{ height:60px;}
.hide{ display:none; visibility:hidden; width:0px; height:0px;}
.mback{ position: inherit; display:block; float:left; }
.show{ display: block;}   
.right-en{ width:0%;}
.container1{ padding-top:20px;}
.main{margin-top:60px;}
.left-top{width:49.9%;}
.header{  height:50px; padding-top:10px; position:fixed; left:0px; top:0px;  z-index:99999;}
.abouttitle{ font-size: 24px;}
.main{ margin-top:20px;}

    ul li {
        margin-top: 10px;
    }

    #wrap {
        width: 100%;
        height: 240px;
        position: relative;
        overflow: hidden;
    }

    #list {
        position: absolute;
		animation: 30s move infinite linear;
        -webkit-animation: 100s move infinite linear;
        width: 600%;
    }
	 #list1 {
        position: absolute;
		animation: 30s move infinite linear;
        -webkit-animation: 100s move1 infinite linear;
        width: 600%;
    }
	
    #list li {
	     width:9.6%;
		 margin-left:0.4%;
        list-style: none;
        float: left;
    }
	#list1 li {
	     width:9.6%;
		 margin-left:0.4%;
        list-style: none;
        float: left;
    }
	
    #list li a {
	color:#666666;
	line-height:30px;
	font-size:14px;
	padding-top:10px;

    }
	#list1 li a {
	color:#666666;
	line-height:30px;
	font-size:14px;
	padding-top:10px;
    }
	
	
	#list li a:hover {
	color:#0093DD;

    }
	#list1 li a:hover {
	color:#0093DD;
    }

    @-webkit-keyframes move {
        0% {
            left: 0;
        }
        100% {
            left: -600%;
        }
    }

    @keyframes move1 {
        0% {
            left: 600%;
        }
        100% {
            left: 0;
        }
    }
	    @-webkit-keyframes move1 {
        0% {
            left: 600%;
        }
        100% {
            left: 0;
        }
    }

    @keyframes move {
        0% {
            left: 0;
        }
        100% {
            left: -600%;
        }
    }

    #wrap:hover #list {
        -webkit-animation-play-state: paused; 
    }
	#wrap:hover #list1 {
        -webkit-animation-play-state: paused; 
    }