@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:url(../images/bg_1.jpg) repeat;
	font-family: 'open_sansregular';}
	
.intro_wrapper{
	width:1000px;
	height:100%;
	margin:auto;
	background:url(../images/intro_bg.png) no-repeat;
	background-size:contain;}
	
.intro_content{
	width: 400px;
	height: auto;
	margin: 100px auto;
}
	
.intro_content_img{
	width:100%;
	height:auto;
	float:left;}
	
.intro_content_img img{
	width:auto;
	max-width:100%;
	height:auto;}
	
.intro_content_btn{
	width:120px;
	height:39px;
	margin:10px auto;
	float:none;}
	
.intro_content_btn a{
	border:none;}
	
.main_wrapper{
	width: 100%;
	height: auto;
	border-top: solid 6px #01336a;
	float:left;
	
}
	
.content_wrapper{
	width:1000px;
	height:auto;
	margin:auto;}	
	
.header{
	width:1000px;
	height:auto;
	float:left;}
	
.header_logo{
	width: 150px;
	height: 125px;
	float: left;
}
	
.h_cont_1{
	width: auto;
	height: 27px;
	float: right;
	margin: 15px 0  0 0;
}
	
.h_icon_box{
	width:27px;
	height:27px;
	float:left;
	}
	
.h_icon_text{
	width: auto;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #666666;
	float: left;
	margin: 0 5px 0 5px;
}
	
.h_cont_2{
	width: 750px;
	height: 33px;
	float: right;
	margin: 40px 0 0 0;
}
	
.h_cont_2_text{
	width: auto;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #666666;
	float: left;
	margin: 0 10px 0 5px;
}

.h_cont_2_icon_wrap{
	width:auto;
	float:right;}
	
.h_cont_2_icon_box{
	width:33px;
	height:33px;
	float:left;}
	
.slide_show{
	width: 100%;
	height:399px;
	margin: auto;
	display: block;
	float:left;
	clear:both;
	top:100%;
	position: absolute;
	}	
	
	
#slideshow {
	position: relative;
	height: auto;
	margin:auto;
	width:1000px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	
	
}

#slideshow img {
	position:relative;
	left: 100%;
	margin-left:-100%;
	width:100%;
	height:auto
	z-index: 8;
	opacity: 0.0;
	width: 100%;
	max-width: 100%;
	height:auto;
	white-space:nowrap;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow IMG.last-active {
    z-index:9;
}
	
.content_2_wrapper{
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: #01336a;
	z-index: 8;
	float: left;
	margin: 20px 0 0 0;
	}
	
	
.content_2_area{
	width: 820px;
	height: auto;
	margin: auto;
}

.content_inner_top_wrapper{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: #01336a;
	z-index: 8;
	float: left;
	margin: 20px 0 0 0;
	}

.content_inner_top_area{
	width: 95%;
	height: auto;
	margin: auto;
	text-align: center;
}

.content_inner_top_area p{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 95%;
	margin: auto;
	
	}

.content_inner_bottom_wrapper{
	width: 100%;
	height: auto;
	padding: 20px 0;
	z-index: 8;
	float: left;
	margin: 20px 0 ;
	border-bottom:solid 1px #666;
	}
	
.content_inner_bottom_area{
	width: 900px;
	height: auto;
	margin: auto;
	padding: 30px 0;
	text-align: center;
}

.content_inner_bottom_area p{
	width:100%;
	font-size:14px;
	color:#333;
	line-height:20px;
	text-align:center;
	margin:0;
	padding:0;}
	
h1{
	font-family: 'open_sansregular';
	font-size: 24px;
	color: #01336a;
	text-align:center;
	font-weight:normal;}
	
.white{
	color:#e6f1f3;}
	
.pdt_box{
	width: 230px;
	height: 170px;
	float: left;
	border: solid 1px #154477;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 20px;
}
	
.pdt_box_img{
	width: 70px;
	height: 60px;
	margin: 30px auto;
}
	
.pdt_box_title{
	text-align:center;
	line-height:30px;
	font-size:18px;
	color:#e6f1f3;}
	
.pdt_box_title a{
	text-decoration:none;
	color:#e6f1f3;}
	
.signin_box{
	width:auto;
	height:33px;
	float:left;}
	
.signin_btn{
	width:auto;
	height:33px;
	background:#1c6f20;
	color:#fff;
	text-align:center;
	line-height:33px;
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size:14px;
	margin-right:5px;}
	
.signin_btn a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 10px;}
	
.signin_btn a:hover{
	background:#3c3c3b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;}

.footer{
	width:100%;
	height:auto;
	padding:20px 0;}
	
.footer p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	width:90%; margin:5px auto;
	
}
	
.footer p a{
	text-decoration:none;
	color:#01336a;}
	
	
.list{
	list-style:none;
	margin:0;
	padding:0;
	width:95%;
	margin:auto;}
	
.list li{
	line-height: 24px;
	background: #fff;
	margin-bottom: 3px;
	text-align: center;
	padding:10px 0;
	}
	
.contact_left{
	width:50%;
	float:left;}
	
.contact_right{
	width:50%;
	float:left;}
	
.clear{
	clear:both;}	
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
	
	
@media only screen and (max-width:768px){
	
.content_wrapper{
	width:100%;}
	
.intro_wrapper{
		width:100%;}
		
.intro_content{
		width:100%;
		text-align:center;}
		
	
.h_cont_2{
	width:100%;
	margin:0;
	height:auto;}
	
.h_cont_1{
	width: 370px;
	float: none;
	height: auto;
	margin: 10px auto 0 auto;
	display: block;
}

.header{
	width:100%;}
	
.header_logo{
	width: 150px;
	height: 125px;
	float: none;
	margin:auto;
}

.h_cont_2_text{
	width:100%;
	text-align:center;
	margin:0;}
	
.h_cont_2_icon_wrap{
	width:auto;
	float:none;
	position:absolute;
	left:10px;
	top:15px;}
	
.slide_show{
	width: 100%;
	height:auto;
	margin: auto;
	display: block;
	float:left;
	clear:both;}
	
#slideshow {
	position: relative;
	height: auto;
	margin:0;
	width:100%;
	left:0;
	padding:0;
	overflow:hidden;
	white-space:nowrap;
	white-space-collapse:collapse;
	
	}
	
.content_2_wrapper{
	top100%;}
	
#slideshow img {	
	left: 100%;
	margin-left:-100%;
	width:100%;
	height:auto;}
	
#slideshow IMG.active{
	width:100%;
	height:auto;}
	
.content_2_area {
	width:545px;}
	
.content_inner_bottom_area{
	width:90%;
	margin:auto;}
.signin_box{
	width:160px;
	margin:0 auto;
	float:none;}
	
.signin_btn{
	margin:5px;}
	
.contact_left{
	width:100%;
	float:none;}
	
.contact_right{
	width:100%;
	float:none}
	
	}	
	
@media only screen and (max-width:480px){
	
.content_2_area {
	width:270px;}}
