@charset "utf-8";
/* CSS Document */

.footer{
	width:100%;
	margin: 0 auto;
	margin-top:10px;
	height:120px;
    background-color: #2db0cc;
}
.foot_bg {
    height:100px;
	width: 1280px;
    padding-top:10px;
    margin: 0 auto;
}
.logo2{
	width:75px;
	height:76px;
	background: url(../images/logo2.png) no-repeat;
	float:left;
	margin-left:40px;
	margin-right:40px;
	margin-top:12px;
}
.line1{
	width:3px;
	height:80px;
	margin-top:10px;
	background: url(../images/line1.png) no-repeat;
	float:left;
}
.line2{
	height:3px;
    width：930px;
	background: url(../images/line2.png) no-repeat;
	margin-left:0px;
	margin-top:8px;
	margin-bottom:8px;
}
.copyright{
	width: 930px;
    margin-top:20px;
    margin-left: 40px;
    float:left;
	text-align:center;
	color:#FFF;
	font-size:16px !important;
	font-weight:bold;
}
.footer a:link, .footer a:visited { 
	color:#FFF; 
	text-decoration:none; 	
} 
.footer a:hover, .footer a:active { 
	color:#FFF; 
} 
.logo3 {width: 80px;float:right; margin-left: :40px;margin-right:40px;}
#imgConac {
    height:90px;margin-top: 5px;
}