body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:'Montserrat';
}
#main {
	display: table;
	margin: 0 auto;  
	width: 1200px;

	font-weight: 100;  
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.hand {
	cursor: hand;
}
#outer {  
  width:100%;
  margin-top: 25px;
} 
#outerBanner {  
  width:100%;
  background-color: #fff;
  
} 
#outerSlider {  
  width:100%;
  height: 440px;
  background-color: #fff;
  overflow:hidden;
  z-index: 0;
  position: relative;
} 
#outerSlider #innerText{  
	color: #fff;
	background-color: transparent;
	width: 400px;
	height:100px;
	display: block;
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	top: 150px;
	left: 300px;	
	z-index: 1;
}
#outerSlider img {
 position: absolute;
  top: 0;
  left: 0;
}
#banner {
	display: table;
	margin: 0 auto;  
	width: 1200px;

	font-weight: 100;  	
	background-color: #fff;
	height: 150px;
}

/*
#banner {
	width:100%;
	height: 150px;
}
*/
#content {
	width:100%;
	display: table;
	margin-bottom: 35px;
	min-height: 500px;
}
#content h1 {
	font-size: 20px;
}
#content .divider{
	width: 5%;
	display: table-cell;
	border-left: 1px solid #ccc;
    transform: translate(+50%);
	top: 0;
    bottom: 0;
}
#content ul {
	margin-left: -20px;
}
 
img {
	max-width: 100%;
}
 
#content #col1 {
	width: 30%;
	background-color: #fff;
	display: table-cell;
	margin-top: 0px;
	padding: 0 0 0 0;
	padding-top: 0px;
	vertical-align: top;
}
#content #col1 .table {
	display:table;
	height: 100%;
}
#content #col1 .track {
	background-image: url(../../../resource/123Track.png);
	background-repeat: no-repeat;
	background-position: 158px 0; 	
	background-size: auto 100%;
	margin-top: 0px;
	width: 100%;
	height: 125px; 
	display: block;

}
#content #col1 .trackpointer{
	background-image: url(../../../resource/TrackPointer.png);
	background-repeat: no-repeat;
	background-position: 0 0; 	
	background-size: auto 100%;
	
	width: 100%;
	height: 87px; 
	display: block	;
	margin-top: -40px;
}

#content #col1 .square{
	border-radius: 15px;
	background-image: url(../../../resource/ANPsquare.png);
	background-repeat: no-repeat;
	background-position: 0 0; 	
	background-size: 100% auto;	
	width: 100%;
	height: 335px; 
	display: block;	
	
}
#content #col1 .squareTextStart {
	color: #3696c7;
	font-weight: bold;
	font-size: 22px;
	padding-top: 65px;
}
#content #col1 .squareTextEnd {
	color: #3696c7;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

#content #col2 {
	border-radius: 15px;
	width: 30%;
	background-color: #3696c7;
	/*text-align: justify;*/
	display: table-cell;
	line-height: 22px;
	color: #fff;
	padding: 35;
} 
#content #col3 {
	border-radius: 15px;
	width: 30%;
	background-color: #82ab14;
	/*text-align: justify;	*/
	display: table-cell;
	line-height: 22px;
	color: #fff;
	padding: 35;
}


#footer {	
	width:100%;
	background-color: #493508;
	height: 200px;	
	color: #fff;
}
#footer #inner {
	display: table;
    margin: 0 auto;
    width: 1200px;
    font-weight: 100;	
}
#footer #inner #col1{
	margin-top: 10px;
	margin-left: 50px;
	width:20%;
	color: #fff;
	float: left;
	line-height: 35px;
}
#footer #inner #col2{
	margin-top: 10px;
	width: calc(60% - 100px);
	color: #fff;
	float: left;
	line-height: 35px;
}
#footer #inner #col3{
	margin-top: 10px;
	width:20%;
	color: #fff;
	float: left;
	text-align: right;
	margin-right: 50px;
	line-height: 25px;
}


#logo{
	width: 40%;
	height: 150px;
	position: relative;	
	background-image: url(../../../resource/logoN.png);
	background-repeat: no-repeat;
	background-position: 100px 15px; 	
	background-size: auto 90%;
	float: left;
	
}
#menu {
	float: left;	
	width: 60%;
	height: 50px;
	margin-top:75px;
	position: relative;		
	background-color: #fff;
}
.menuitem {
	height: 35px;
	width: 16.5%;
	float: left;
	background-color: #fff;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;	
	font-size: 14px;
}

a:link {
    color: #000; font-weight: bold; text-decoration: none; 
}
a:visited {
    color: #000; font-weight: bold; text-decoration: none; 
}
a:hover {
    color: #000; font-weight: bold; text-decoration: none; 
}
a:active {
    color: #000; font-weight: bold; text-decoration: none; 
}


input[type="text"],
button,
textarea{
	font-size: 12px;	
	width:100%;
	margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 7 20 7 20;
}
textarea {
	resize:none;
	height: 150px;
}
button {
	width: unset;
}