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

html{height:100%;}
body{
	font-family:'微軟正黑體';
	font-size:16px;
	background:url(../images/bg.jpg);
	background-repeat:no-repeat ;
	background-size:100% 100%;
	background-attachment:fixed;
	min-height:100%;
	margin:0;
	padding:0;
	position:relative;
	}	
ul{
	margin:0;
	padding:0;
}
.ihead1{
	width:100%;
	background:url(../images/top.png) repeat;
	height:230px;
	margin:0px auto;
	text-align:center;
	}
.ihead1 img{
	width:330px;
	height:auto;
	margin-top:69px;
	}

.ihead2{
	width:100%;
	background:url(../images/top.png) repeat;
	height:230px;
	padding-top:46px;
	padding-left:10%;
	padding-right:10%;
	}
.ihead2>div{
	float:left;
	width:25%;
	text-align:center;
	}	
	
.ihead3{
	display:none;
	}
.main{
	float:left;
	width:100%;
	height:auto;
	height:100%;
	}
.main_left{
	float:left;
	width:50%;
	height:100%;
	}
.main_left_con{
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	}
.main_left_con img{
	max-width:100%;
	}
.main_left_con2{
	display:none;
	}
.main_right{
	float:right;
	width:50%;
	height:auto;
	}
.main_right_2{
	width:80%;
	margin:0px auto;
	height:100%;
	}	
.main_con{
	padding-top:100px;
	padding-bottom:90px;
	width:100%;
	color:#FFF;
	text-align: justify;
	line-height:50px;
	
}/* main的padding-bottom值要等于或大于footer的height值 */

.main_con a{
	color:#FFF;
	text-decoration:underline;
	}
.main_con a:hover{
	color:#9FF;
	}
.footer{
	position:relative;
	bottom:0;
	width:100%;
	min-height:50px;
	color:#FFF;
	text-align:center;
	}
.footer_con{
	width:100%;
	text-align:center;
	}	
.foot{
	display:none;
	}

@media (max-width:768px){

body{
	background:url(../images/xiao_bg.jpg) repeat;
	}	
.main_left{
	width:100%;
	}
.main_left_con2{
	display:block;
	}
.main_left_con{
	display:none;
	}
.main_left_con2 img{
	height:auto;
	max-width:100%;
	}
.main_right{
	width:100%;
	}
.main_right_2{
	width:100%;
	}	
.main_con{
	width:90%;
	color:#FFF;
	text-align: justify;
	line-height:30px;
	padding-top:20px;
	padding-bottom:20px;
	margin:0px auto;
	
}
.ihead1{
	height:100px;
	margin-top:0px;
	background:none;
	}
.ihead1 img{
	margin-top:10px;
	}	
.ihead2{
	display:none;
	}
.ihead3{
	display:block;
	padding-left:1%;
	padding-right:1%;
	}
.ihead3>div{
	float:left;
	width:23%;
	text-align:center;
	margin-left:1%;
	margin-right:1%;
	}
.ihead3 img{
	width:90%;
	}	
.footer{
	display:none;
	}
.foot{
	float:left;
	width:100%;
	display:block;
	text-align:center;
	color:#FFF;
	line-height:28px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#3e81c2;
	}	
	
	}
	

@media (max-width:992px){
		

.ihead1{
	height:93px;
	}
.ihead2{
	height:93px;
	}
.ihead1 img {
    margin-top: 6px;
}
.main_con {
	font-size:14px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    color: #FFF;
    text-align: justify;
    line-height: 28px;
}
.footer {
    height: 40px;
	line-height:30px;
	font-size:14px;
}





}		
	
@media (max-width: 1200px){
	
.ihead1{
	height:116px;
	}
.ihead2{
	height:116px;
	}
.ihead1 img {
    margin-top: 20px;
}
.main_con {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    color: #FFF;
    text-align: justify;
    line-height: 36px;
}
.footer {
    height: 60px;
}


}		
	



@media (min-width: 768px){
	
	
	
}












