.top-nav:before{
	content: '';
	width: 100%;
	min-width: 1200px;
	height: 6px;
	position: absolute;
	top: 0px;
	z-index: 999; 
	background: -webkit-linear-gradient(left, #13551a , #2ba56c); /* Safari 5.1 - 6.0 */
 	background: -o-linear-gradient(right, #13551a, #2ba56c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #13551a, #2ba56c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #13551a , #2ba56c); /* 标准的语法 */
}
ul.navigator{
    width:96%;
}
#ads{
	width:100%;
	height: 740px;
	margin: 20px auto;
	position: relative;
}
#ads img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#ads img.show{
	display: block;
}
#ads ul.indicator{
	left: 60px; 
}
#ads ul.indicator li{
    width: 30px;
    height: 60px;
    font-size: 16px;
    font-family: "Lato";
    line-height: 60px;
    text-align: center;
    color: white;
    float: left;
    background-color: rgba(95, 105, 112,0.2);
    margin-right: 30px;
    cursor: pointer;
    z-index: 999;
}
#ads ul.indicator li.active{
	background: #45b787;
}
#ads ul.indicator,ul.carsoul-title{
	position: absolute;
	top: 67%;
}
ul.carsoul-title{
	width: 92%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	right: 80px;
	margin-top: 70px;
}
ul.carsoul-title > li{
	width: 100%;
	text-align: right;
	display: none;
	color: white;
}
ul.carsoul-title > li a{
	text-align: right;
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px black;
}
ul.carsoul-title >li.active{
	text-align: right;
	width: 100%;
	background-color: transparent;
	display: inline-block;
}
.search > input{
	border: 1px solid white;
}
#ads ul.indicator li.grass{
	width: 120px;
    height: 33px;
    background-color: #45b787;
    border-radius: 10px;
    text-align: center;
    vertical-align: bottom;
    overflow: hidden;
    margin-top: 16px;
    margin-left: 6px;
    line-height: 33px;
}
.case {
    width: 96%;
    background-color: white;
    border-radius: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    position: relative;
    top: 10px;
}
.activity, .notification, .science, .work{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.activity > ul, .notification ul, .science ul, .work ul{
	margin-top: 30px;
}
.activity{
	width: 58%;
	margin-left: 4%;
}
.notification{
	width: 30%;
	margin-left: 20px;
}
.science{
	width: 44%;
	margin-left: 4%;	
}
.work{
	width: 44%;
	margin-left: 2%;
}
.column-title{
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 28px;
	font-weight: bold;
	color: rgb(43, 165, 109);
	border-bottom: solid 2px #bfbfbf;
}
.column-title > a{
	color: black;
	font-size: 14px;
	float: right;
	line-height: 80px;
}
.activity > ul li{
	margin-left: 400px;
	padding-bottom: 24px;
}
.activity > ul li > img, .science > ul li > img{
	width: 80px;
	height: 60px;
	display: inline-block;
	box-shadow: 2px 4px 8px rgba(0, 0, 0,0.6);
	transition: transform 0.5s ease; 
}
img:hover{
	transform:scale(1.1)
}

img.chart {
    transition: transform 0.5s ease;
}
.activity > ul li > a, .science > ul li > a{
	width: 70%;
	font-size: 14px;
	color: black;
	display: inline-block;
	margin-left: 10px;
	line-height: 22px;
}

ul li > a:hover{
	color: green;
}

.activity > ul li > a > span, .science > ul li > a > span, .work > ul li > a > span{
	color: #666;
	font-size: 0.8em;
	display: block;
}
.activity > ul li:first-child{
	position: absolute;
	left: 0px;
	width: 380px;
	height: 60px;
	margin: 0px;
	padding-bottom: 0px;
}
.activity > ul li:first-child > img{
	width: 360px;
	height: 270px;
	transition: transform 1s ease; 
}
.activity > ul li a:first-child > img{
	width: 350px;
	height: 260px;
	margin-bottom: 22px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0,0.6);
	transition: transform 1s ease;
}
.activity > ul li:first-child > a{
	width: 350px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 20px;
}
.activity > ul li:first-child > a > span{
	position: relative;
	/* left: 270px; */
	text-align: right;
}
.notification ul > li{
	width: 100%;
	padding-bottom: 10px;
}
.notification ul > li > a{
    width: 70%;
    height: 50px;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    color: black;
	transition: transform 0.3s ease; 
}
ul > li > a:hover{
    color: green;
	transform: translateY(-3px);
}
.notification .date{
	width: 60px;
	height: 50px;
	background-color: #2ba56d;
	display: inline-block;
}
.notification .date .day, .notification .date .year-month{
	text-align: center;
}
.notification .date .year-month{
	color: white;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}
.notification .date .day{
	height: 30px;
	color: #2ba56d;
	line-height: 30px;
	background-color: #e5e5e5;
}
.science ul > li{
	width: 100%;
	padding-bottom: 18px;
}
.science > ul li > a{
	font-size: 18px;
	/*width: 400px;*/
	width:80%;
	transition: transform 0.3s ease; 
}
.science > ul li > a >span{
	    /* width: 450px; */
    text-align: right;
    /* float: right; */
    display: block;
}
.work > ul > li > a{
	color: black;
	font-size: 18px;
	line-height: 48px;
	width: 100%;
    display: inline-block;
	transition: transform 0.3s ease; 
}
.work > ul > li > a:hover{
	color: green;
	transform: translateY(-3px);
}

.work > ul li > a > span{
	float: right;
	vertical-align: top;
}
.footer{
	height: 250px;
	background-color: rgba(0,0,0,0.5);
	bottom: 0px;
	position: absolute;
    width: 100%;
}
.footer *, .footer > ul.column li,.footer > ul.column li > a{
	color: white;
	opacity: 0.95;
}

.footer *, .footer > ul.column li,.footer > ul.column li > a:hover{
	color: green;
}
.footer .copyright{
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8%;
}
@font-face {
      font-family: 'Lato';
      src: url('../fonts/Lato-Light.ttf');
      /*[font-weight: <weight>];
      [font-style: <style>];*/
}