﻿@charset "utf-8";
/* General
---------------------------------------- */
html, body {
	min-width:1200px;
	max-width: 1680px;
	margin: 0 auto;
	padding:0;
}
body {
	background-color:#fff;
	color: #666;
	font: 16px 'Microsoft YaHei', Arial, Verdana;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position:relative;
}
.left {float: left;}
.right {float: right;}
a { color: #333; transition:color 300ms ease;}
a:link {color: #333;}
a:hover {color: #0066cc;}
a img {	border: none;}
a:hover img, a.imagelink:hover {
	filter:alpha(opacity=80);*filter:none;
	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
/* Header
---------------------------------------- */
#header {
	height:157px;
}
#header .container{
	z-index: 1000;
}

/* Header widget */
#header .top-bar {
    background-color: #f8f8f8;
    color: #555;
    line-height: 35px;
}
#header .top-bar a{
	 font-size: 13px;
	 color:#777;
	 text-decoration: none;
}

/* Logo */
#logo {
	left: 0;
	top: 25px;
	background-color: #fff;
	position: absolute;
}

#top-slogon {
	position:absolute;
	top: 25px;
	left: 370px;
	border-left: 1px solid #ccc;
	font-size: 20px;
	padding: 5px 20px;
}
#top-slogon h3{
	margin:0;
	color:#1e4481;	
	padding-top: 0;
	font-weight: bold;
	font-size: 1em;
}
#top-slogon p{
	color:#777;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#top-qrcode {
	position:absolute;
	top: 20px;
	right: 310px;
	width: 300px;
}
#top-qrcode div{
	float: right;
	margin-left: 10px;
	text-align:center;
	font-size:12px;
}
#top-phone {
	position:absolute;
	right: 20px;
	top: 20px;	
}
#top-phone h3{
	margin: 0;
	padding: 10px 0 15px 0;
	background:url(../images/phone.png) left 0 no-repeat;
	background-size: 80px;
	padding-left: 80px;
	font-size: 26px;
	
}
#top-phone h3 strong {
	color: #65be1d;
	font-weight: strong;
	margin-top: 5px;
	display:block;
}
#top-phone h3 span {
	font-size: 16px;
	color: #777;
	font-weight: normal;
}

#searchFormWrapper {
	text-align:center;
	position:relative;
}
#searchFormWrapper .keyword {
	border: 1px solid #1e4481;
	padding: 0 4px;
	width: 410px;
	font-size: 15px;
	line-height: 35px;
	height: 35px;
	color: #777;
}
#searchFormWrapper .searchButton {
	border: 1px solid #e40000;
	background: #1e4481;
	width: 100px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	border: none;
}
#searchFormWrapper select {
	border: 1px solid #1e4481;
	border-right:0;
    width: 100px;
	height: 37px;
	font-size: 14px;
}
#main-nav-wrapper {
	height: 55px;
	z-index: 10;
	position:relative;
	background:#1e4481 !important;	
}
#main-nav-wrapper .container{	
	height: 55px;
	z-index: 5;
}
#main-nav {
	position: relative;
}
/* begin main navigation bar*/
ul.main-menu {
	width: auto !important;
	border-bottom: none !important;
}
ul.main-menu li {
	margin: 0;
	padding: 0 !important;
	border: none !important;
	/*border-right:1px solid #002248 !important;*/ /*menu item Dividing line */
	/*background: url("../images/nav_line.png") #0066cc no-repeat left center !important;*/
	background-color: #1e4481 !important;
}
ul.main-menu > li {
	border-left: 1px solid #0f3572 !important;  /*menu item Dividing line */
}

ul.main-menu li.home {
	/*margin-left: 3px;*/
	border-left: none !important;
	background: url() !important;
}
ul.main-menu li.home a {
	/*border-left: 1px solid #002248 !important;*/
}
ul.main-menu li span.dir {
	padding: 0 !important;
	/*background-image: none !important;*/
}
ul.main-menu li a{
	color: #fff !important; /*normal color*/
	font: 15px 'Microsoft YaHei', Arial, Verdana;
	font-weight: normal !important;
	text-decoration: none;
	display: block;
	/*padding: 8px 0;*/  /*menu item padding*/
	/*width: 120px;*/
    padding:0 35px;
	text-align: center;
	margin: 0;
	line-height: 55px;
	/*border-right:1px solid #5384bc !important;*/  /*menu item Dividing line */
	transition: padding 300ms ease, color 300ms ease;
}
/* hover */
ul.main-menu li a:hover, ul.main-menu li.hover a, ul.main-menu li:hover a{
	background:#65be1d !important;
	/*color: #3cb319 !important;*/ /*hover default color(level 1)*/	
}
ul.main-menu li.hover ul li a, ul.main-menu li.hover ul li a:hover, ul.main-menu li:hover ul li a{
	padding: 12px 0 !important; /* dropdown item padding (level 2,3,4)*/
	/*background:url('') !important;*/
	color: #fff !important; /*dropdown default color(level 2,3,4..)*/
	text-align: center !important;
	font-size: 16px;
}

ul.main-menu li.hover ul li a:hover, /* default item hover */
ul.main-menu li:hover ul li a:hover,  /* current hover item*/
ul.main-menu li:hover ul li.hover > a, ul.main-menu li:hover ul li.hover span a  /* default item*/
{ 
	color: #fff !important;
	background:url('') #0066cc !important; /* dropdown hover backcolor(level 2,3,4..)*/
}

/* dropdown level 2,3,4..*/
ul.main-menu ul {
	width: 130px !important;
	border-top: none !important;
	margin-top: 0px !important;
	margin-left: 1px !important;
}
ul.main-menu li ul li{
	background-color: #dbe4ee !important; /*dropdown default backcolor(level 2,3,4..) */
	border-right: 0px !important;	
	border-bottom: 1px solid #fff !important;
	filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;
}
ul.main-menu li ul li:last-child{
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.main-menu li ul li:last-child a{
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

ul.main-menu li ul li a{
	border: none !important;
	line-height: 100%;
	/*width: 162px;*/
	text-align: left !important;
}
/* level 3,4..*/
ul.main-menu li ul li ul {
	top: 5px !important;
	padding-left:0px !important;
	_margin-left: -10px !important;
}
/* linear style */
/*ul.dropdown.main-menu ul li a{
	font-size: 16px !important;
	padding: 0px 10px !important;
	display: inline;
}
ul.dropdown.dropdown-linear ul {	
	background-color: transparent !important;
    width: 660px !important;
}
ul.dropdown.dropdown-linear ul.align-right {
	right: 0 !important;
	left: auto !important;
}
ul.dropdown.dropdown-linear ul.align-right li{
	float: right !important;
}
ul.dropdown.dropdown-linear li *.dir {
	padding-right: 0px;
	background-image: none !important;
}*/
/* end main navigation bar*/


/* Banner
---------------------------------------- */
#banner-wrapper {
  height: 300px;
  width: 100%;
	position:relative;
	text-align: center;
	/*margin-top:-8px;
	z-index:1;*/
	/*padding-bottom: 20px;*/
}
#main-banner-wrapper {
	height: 300px;
	position:relative;
	z-index:-1;	
	text-align: center;
}
#banner {
	padding-top: 1px;
	height: 300px;
	text-align: center;
	/*background:url(../images/banner-bg.jpg) no-repeat center top;*/
}
#banner-slogan {
	margin: 0 auto;
	padding-top:100px;
	visibility:hidden;
}

#slogan li{
	list-style:none;
	float: left;
	width: 1224px;
	font-size:50px;
	font-weight: bold;
	color:#1e4481;
	text-align:center;
}
/* Content
---------------------------------------- */
.section {

}
.section h3.title {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #d9d9d9;
	padding: 8px 0 8px 8px;
	color:#000;
	margin:0;
	/*background-color:#339900;*/
	/*background-color:#f9f9f9;*/
}
#main span.home {
	background:url(../images/home.gif) no-repeat;
	padding-left: 20px;
	color: #666;
}
#main .section h3.title{
	font-size:13px;
	color: #333;
	padding-left: 10px;
	border-bottom: none;
	font-weight: bold;
}
#main .section h3.big-title{
	font-size: 20px;
	margin-top: 20px;
	border-bottom: 1px dotted #d9d9d9;
}
#main .section h3.big-title span {
	font-size:13px;	
	color: #666;
}

#main .section h3.title span.split{
	font-family: 宋体;
	font-weight: normal;
	color: #666;
}
#main .section h3.title a{
	font-size:13px;
	color: #666;
	text-decoration: none;
}
#main .section h3.title a:hover{
	color: #81b8d9;
}

#sidebar h3.title {
	color:#3cb319;
	font-size: 18px;	
	margin: 0 0 2px 0;
}
#sidebar h3.title span {
	font-size: 12px;
	text-transform:uppercase;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
#sidebar .section h3.big-title {
	font-size: 30px;
	color: #000;
	padding: 22px 0 22px 20px;
}

.section span.more, #main-wrapper a.more {
	float: right;	
}
.section span.more a{
	background:url(../images/more.gif) no-repeat;
	width:34px;height:7px;
	text-indent: 100px;
	overflow:hidden;
	display:block;
}
.section h3.big-title span.more {
	margin-top: 16px;
}
.section div.main-content{
	margin: 10px;
}
.section .main-content {
	font-size: 15px;
	line-height: 180%;
	color:#666;  
}
.section .main-content p{
	font-size:inherit;
	line-height:180%;
	color: #666;        
}
.section .main-content span{
	line-height:180%;
}

/*.main-content table {
	border-collapse: collapse;
    border:1px solid #999999;
	width: 100%;
}
.main-content table td, .main-content table th{
	margin: 0;
	padding: 4px;
	line-height: 120%;
}
.main-content table td p{
	margin: 0;
	padding: 0;
}*/
.main-content div.summary {
	background-color: #ffffe1;
	border: 1px solid #ccc;
	padding: 0px 10px;
	margin-bottom: 20px;
	font-size: 12px;
}
.main-content img.thumbnail {
	max-width: 600px;
}
/* Main
---------------------------------------- */
#page-content {
	overflow: hidden;
	/*border-top: 1px solid #325dac;*/
	/*padding: 30px 0;*/
}
/*#page-content .container {
	border-bottom: 5px solid #325dac;
}*/
/* home */
#main-wrapper {

}
#main-wrapper .column1 {
	width: 370px;
	height: 330px;
	float: left;
	display: inline;
	padding: 0 15px;
}
#main-wrapper .column2 {
	width: 33%;
	height: 330px;
	float: left;
	display: inline;
}
#main-wrapper h3.title {
	color:#666;
	font-size: 24px;
	margin: 0 0 10px 0;
}
#main-wrapper h3.title a.tabitem, #main-wrapper h3.title a.link{
	color:#666 !important;
	text-decoration:none;
}
#main-wrapper h3.title a.hover{
	color:#c2191b !important;
}
#main-wrapper h3.title span {
	font-size: 12px;
	color: #333;
	text-transform:uppercase;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight: normal;
}
#main-wrapper .textlist li{
	padding: 6px 0px 6px 16px;
	border-bottom: none !important;
}
#main-wrapper a.more {
	color: #888;
	float: right;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
}
.gridlist {
	list-style:none;
	padding: 0;
}
.gridlist li {
	width: 20%;
	float:left;
	text-align:center;
	/*box-sizing: border-box;
	border:1px solid #000;*/
}
.gridlist li a{
	display:block;
	margin: 0 20px;
	height: 60px;
}
#main-wrapper a.more:hover {
	color: #999;
}

.image-gallery {
	margin: 0;
	padding: 0;
}
.image-gallery li{
	width: 370px;
	height: 256px;
	position:relative;
	list-style: none;
}
.image-gallery li img{
	width: 370px !important;
	height: 256px !important;
}
.image-gallery li p{
	position:absolute;
	width: 370px;
	left:0; bottom: 0px;
	margin: 0 !important;
	background-color: #000;
	-moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
	filter:alpha(opacity=70);
}
.image-gallery li p a{
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	text-decoration: none;
	padding: 0 10px;
}
.text-summary {
	margin: 0;
	padding: 0;
}
.text-summary li {
	list-style: none;
}
.text-summary li a{
	font-size: 18px;
	text-decoration: none;
}
.text-summary li a:hover{
	color: #888;
}
.text-summary li p{
	font-size: 15px;
	line-height: 150%;
	margin: 5px 0 18px 0;
	padding: 0;
}
.text-summary li p a{
	font-size: 14px;
}
.image-summary {
	margin: 30px -12px;
	padding: 0;
}
.image-summary li{
	width: 282px;
	float: left;
	list-style: none;
	margin: 0 12px;
}
.image-summary li a{
	font-size: 16px;
	text-decoration: none;
	color:#087cff;
	font-weight: bold;
}
.image-summary li img{
	width: 282px !important;
	height:172px !important;
	display:block;
	padding-bottom: 10px;
}
.image-summary li p {
	font-size: 13px;
	line-height: 150%;
	margin: 8px 0;
	color:#777;
}
.image-summary li p a{
	font-size: 15px;	
}
.image-product {
	margin: 30px -12px;
	padding: 0;
}
.image-product li{
	width: 280px;
	float: left;
	list-style: none;
	margin: 0 12px 30px 12px;
	text-align:center;
	border:1px solid #ccc;
}
.image-product li div{
	padding: 6px;
}
.image-product li a{
	font-size: 16px;
	text-decoration: none;
	color:#087cff;
	font-weight: bold;
}
.image-product li:hover {
	border:1px solid #087cff;
}
.image-product li img{
	/*width: 100% !important;
	height:auto !important;*/
	width: 268px;
	height:228px;
	display:block;
	padding-bottom: 10px;
}
/*-------------*/
#main {
	/*float: right;
	width: 800px;*/
	min-height: 520px;
	*height: 520px;
	/*margin-bottom:-10000px; 
	padding-bottom:10000px;*/
}
.ui-tabs .ui-tabs-nav li a {
	font-size: 12px !important;
}
.pagination a{
	padding: 0 5px;
}
.pagination a.current{
	text-decoration: none;
	font-weight: bold;
}
.imageGallery {
	background-color: #e5e5e5;
	padding: 12px 0px 0px 12px;
	margin-top: 20px;
}
.imageGallery img{
	width: 216px;
	height: 145px;
	border: 2px solid #fff;
	margin: 6px 12px 12px 6px;
}
.textlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.textlist li{
	padding: 8px 0px 8px 20px;
	background:url(../images/dot.gif) no-repeat 5px center;
	border-bottom: 1px dotted #dcdcdc;;
}
.textlist li a, .textlist li span{
	font-size: 15px;
	text-decoration: none;
}
.textlist span.date{
	margin-left:10px;
	float: right;
	color: #2495d9;
}
.imagelist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.imagelist li{
	float: left;
	width: 260px;
	padding: 20px 0;
	text-align:center;
}
.imagelist li a{
	font-size: 15px;
	text-decoration: none;
}
.imagelist li a img{
	width: 240px;
	height: 175px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
.imagelist li a:hover img{
	/*filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;*/
	border: 1px solid #09C;
}
.product-category {
	/*margin: 0 -12px;*/
	/**overflow:hidden;
	*width: 1224px;
	*height: 270px;*/
}
#category-list li {
	width: 220px;
	/*margin: 0 12px;*/
	margin-right: 24px;
}
#category-list li a{
	color:#1e4481;
	font-size: 20px;
	font-weight: bold;
}
#category-list li a:hover{
	color:#0057c0;
}
#category-list li a img {
	width: 200px;
	padding: 5px;
	height: 150px;
}

#main-wrapper .imagelist3 li {
	width: 355px;
	margin-right: 15px;
}
#main-wrapper .imagelist3 li.col-3 {
	margin-right: 0;
}
#main-wrapper .imagelist3 li a img {
	width: 340px;
	height: 230px;
}
#main-wrapper .main-section h3.title{
	margin-top: 20px;
	position:relative;
	height: 50px;
}
#main-wrapper .main-section h3.title div.line{
	border-bottom: 1px solid #ddd;
}
#main-wrapper .main-section h3.title span {
	display: block;
	text-align:center;
	width: 120px;
	margin: -20px auto 0 auto;
	padding: 0 20px;
	font-size: 24px;
	background-color:#fff;
	color:#1e4481;
	font-weight: bold;
}
#main-wrapper .main-section h3.title-left span {
	text-align:center;
	margin: -20px 0 0 0;
}
#main-wrapper .main-section h3.title span strong {
	color:#65be1d;
}
#main-wrapper .main-section h3.title-white {
	margin-bottom: 30px;
}
#main-wrapper .company-section {
	padding-top: 1px;
}
#main-wrapper .company-section, #main-wrapper .main-section h3.title-gray span{
	background-color: #f8f8f8;
}

#main-wrapper .company-section .left-col {
	width: 456px;
}
#main-wrapper .company-section .right-col {
	width: 720px;
	background-color:#1e4481;
	height: 300px;	
}
#main-wrapper .company-section .right .inner{
	padding: 10px 20px;
	color:#fff;
}
#main-wrapper .company-section .right p{
	margin-top: 0;
	line-height: 180%;
}
#main-wrapper .company-section .right .link-btn{
	color:#fff;
	background-color: #65be1d;
	padding: 5px 20px;	
	text-decoration: none;
	margin-left: 50px;
}
#main-wrapper .company-section .right h3{
	color:#ffff00;	
	font-size: 24px;
	margin: 0 30px 0 0;
}
#main-wrapper .company-section .right h3 span{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
}
/***********table**************************/
table.data-table, table.data-table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.data-table{width:100%;border-collapse:collapse;margin:1em 0;}
table.data-table th, table.data-table td{/*text-align:left;*/padding:.5em;border:1px solid #fff;}
table.data-table th{background:#2495d9 repeat-x;color:#fff;}
table.data-table td{background:#dff2ff;}

/* tablecloth styles */

table.data-table tr.even td{background:#dff2ff;}
table.data-table tr.odd td{background:#f8fbfc;}

table.data-table th.over,table.data-table tr.even th.over,table.data-table tr.odd th.over{background:#4a98af;}
table.data-table th.down,table.data-table tr.even th.down,table.data-table tr.odd th.down{background:#bce774;}
table.data-table th.selected,table.data-table tr.even th.selected,table.data-table tr.odd th.selected{}

table.data-table td.over,table.data-table tr.even td.over,table.data-table tr.odd td.over{background:#ecfbd4;}
table.data-table td.down,table.data-table tr.even td.down,table.data-table tr.odd td.down{background:#bce774;color:#fff;}
table.data-table td.selected,table.data-table tr.even td.selected,table.data-table tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
table.data-table td.empty,table.data-table tr.odd td.empty,table.data-table tr.even td.empty{background:#fff;}
table.data-table td p, table.data-table th p{ margin: 0;padding: 0;}

/* Sidebar
---------------------------------------- */
#sidebar {
	/*float: left;
	width: 270px;
	background-color:#fbfbfb;
	border-right: 1px solid #f0f0f0;
	margin-bottom:-10000px; 
	padding-bottom:10000px;*/
}

.sidebar-menu {
    text-align:center;
	margin: 30px 0;
	padding-left: 0;
}
.sidebar-menu li{
	margin:0 10px 10px 0;
    padding:0;
    display:inline-block;
	width:200px;
    background-color:#63bd25;
    
}
.sidebar-menu li:nth-child(even){
	background-color:#1e4480;
}
.sidebar-menu li a{
	margin: 0;
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 40px;
    height: 40px;
    text-decoration: none;
    border:1px solid transparent;
}
.sidebar-menu li a.hover, .sidebar-menu li a:hover{

}
.sidebar-menu li.hover a,.sidebar-menu li:hover a{
    color: #000;
    background-color:#fff;
    border:1px solid #777;
}
.section .sidebar-menu li a{
	color: #333;
	line-height: 46px;
	height: 46px;	
	background:url(../images/sidebar-menu-bg.png) 0 -46px no-repeat;
}
.section .sidebar-menu li a.hover,.section .sidebar-menu li a:hover{
	background:url(../images/sidebar-menu-bg.png) no-repeat;
}
.section .sidebar-menu li a.hover,.section .sidebar-menu li a:hover{
	color: #fff;
}
.section .sidebar-menu li a.hover{
	/*background:url(../images/sidebar-dot.gif) 24px center no-repeat;*/
}
.section .sidebar-menu li ul{
	margin:0;
	padding:0;
	display: none;
}
.section .sidebar-menu li ul li{
	margin:0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}
.section .sidebar-menu li ul li a{
	margin:0;
	background:url('') #fff !important;
	line-height: 46px;
	color: #000;
	font-size: 15px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;	
}
.section .sidebar-menu li.hover ul,.sidebar-menu li:hover ul{
	display: block;
}
.section .sidebar-menu li.hover ul li a,.sidebar-menu li:hover ul li a{
	color: #666 !important;
}
.section .sidebar-menu li:hover ul li:hover a, .sidebar-menu li.hover ul li.hover a{
	color: #146fbb !important;	
}

.sitemap {
	line-height: 150%;	
}
.sitemap li{
	width: 33%;
	float: left;
	height: 300px;
}
.sitemap li li{
	float: none;
	height: 20px;
}
.sitemap li li li{
	display: none;
}
.sitemap li a{
	font-size: 18px;
}
.sitemap li ul{
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
.sitemap li ul li{
	float: none;
	height: 30px;
	width: 100%;
}
.sitemap li ul li a{
	font-size: 15px !important;
}

/* Footer
---------------------------------------- */
#footer {
	border-top: 15px solid #65be1d;
	color: #fff;
	background-color: #1e4481;
}
#footer a{
	text-decoration: none;
	color:#fff;
}
#footer .copyright {
	padding: 5px 0;
	background-color: #333;
}
#footer .copyright .container, #footer .copyright .container a{
	color: #999;
}
#footer .copyright .container a:hover{
	color: #fff;
}
.wechat-box {
	margin-top: 20px;
	margin-right: 40px;
	width: 75px;
    float: right;
	line-height: 22px;
	text-align:center;
	font-size: 13px;
}
.bottom-text {
	text-align:center;
	padding: 20px 60px;
	line-height: 180%;
}

/*----------------*/
.fixed {
	position: fixed; 
}
* html .fixed { position:absolute; }
#backToTop {
	display: none;	
	height: 40px; width: 40px;
	background:url(../images/backToTop.png) -380px 0 no-repeat;
	opacity: 0.9;
    z-index: 5000;	
	outline:none;
	bottom: 80px; 
	right: 10px;	
}
#backToTop:hover {
	background:url(../images/backToTop.png) -380px -42px no-repeat;
}
/* Clear Floated Elements */
.clear {
	clear: both; display: block;
	overflow: hidden; visibility: hidden;
	width: 0; height: 0;
}
.clearfix:after {
	clear: both; content: ' '; display: block;
	font-size: 0; line-height: 0;
	visibility: hidden;
	width: 0;height: 0;
}
.clearfix {	display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {	display: block;}
li.revealOnScroll:nth-child(1) {
	animation-delay: 300ms;
}
li.revealOnScroll:nth-child(2) {
	animation-delay: 600ms;
}
li.revealOnScroll:nth-child(3) {
	animation-delay: 900ms;
}
li.revealOnScroll:nth-child(4) {
	animation-delay: 1200ms;
}
li.revealOnScroll:nth-child(5) {
	animation-delay: 1500ms;
}
li.revealOnScroll:nth-child(6) {
	animation-delay: 1800ms;
}
li.revealOnScroll:nth-child(7) {
	animation-delay: 2100ms;
}
li.revealOnScroll:nth-child(9) {
	animation-delay: 2400ms;
}
li.revealOnScroll:nth-child(10) {
	animation-delay: 2700ms;
}
li.revealOnScroll:nth-child(11) {
	animation-delay: 3000ms;
}
li.revealOnScroll:nth-child(12) {
	animation-delay: 3300ms;
}