@charset "utf-8";

/*全局样式*/

*{
	margin:0;
	padding:0;
}
body{font-size:12px;color: #11243a;height: auto;font-family: Arial;}
li{list-style-type:none;}
a{text-decoration:none;color:#1b395a;}
img{border:none;}


/*公共底部信息栏*/
.Foot{
	width: 100%;
    height: 384px;
    background-color: #2c333b;
    position: relative;
    min-width: 1175px;
}

.Foot-text{
	width: 1200px;
    position: absolute;
    margin: 20px auto;
    border: 1px solid transparent;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}


.Foot-text ul{
	width: 190px;
	height: 215px;
	font-size: 14px;
	line-height: 27px;
	float: left;

}

	
.eethree{
	color: #b7bbc0;
}

.eethree:hover{
	color: #2c6dff;

}

.text-left{
    height: 215px;
    border: 1px solid transparent;
    float: left;
    margin: 0 70px -220px -60px;
}

.text-left img{
	float: right;
    width: 312px;

}


.QR{width: 180px;float: right;}

.company-content{
	height: 80px;
    line-height: 22px;
    margin: 57px auto auto 208px;
    color: #b7bbc0;
}

.company-content p{text-align: right;margin: 0 0 5px;}

.QR-Code{width: 180px;height: 180px;background: url(../images/index/QR-Code.jpg) center no-repeat;background-size: 110%;position: absolute;right: 0%;top: 10%;}

.Copy-rights{
	width: 1200px;
    width: 100%;
    position: absolute;
    border: 1px solid transparent;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #fff;	
}

