@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: 500px;
    background-color: #2c333b;
    position: relative;
    min-width: 1200px;
    margin-top: 50px;
}

.Foot-text{
	width: 1200px;
    position: absolute;
    margin: 0 auto;
    border: 1px solid transparent;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
}


.Foot-text ul{
	height: 215px;
}

	
.eethree{
	color: #b7bbc0;
}

.eethree:hover{
	color: #2c6dff;

}

.text-left{
    border: 1px solid transparent;
    text-align: center;
}

.text-left img{
	margin:0 auto;
}


.QR{display: block;margin: 0 auto;width: 200px;margin-top: 10px;}

.company-content{
    display: block;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    line-height: 27px;
}

/*.company-content p{
    width: 180px;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;}*/

.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;	
}

