@import url(global-log.css);

body{font-family:"Microsoft YaHei";}

.header{
	height: 70px;
    line-height: 70px;
  
    border-bottom: 1px solid rgba(255,255,255,.2);
	background: url(../images/log_bg.jpg) center top no-repeat;
}
.header .logo {
    float: left;
    margin: 12px 74px 0 54px;
}

.header .hotline {
    float: right;
    height: 100%;
    margin-right: 27px;
    color: #fff;
}

.container {
	width:100%;
	height:550px;
    background: url(../images/log_bg.jpg) center -70px  no-repeat;
}
.container-wp{margin:0 auto; width:1200px; position:relative}

.conleft{position:absolute; left:80px; top:200px;}
.conleft h1{font-size: 36px;color: #fff;}
.conleft ul{padding-top:20px; margin-top:20px}
.conleft ul li{ padding-left:20px;background: url(../images/log_check.png) left center no-repeat;font-size:18px; color:#FFF; line-height:40px;}

.conright{position:absolute; top:150px; right:100px}
.footer {
	padding-top:30px;
    height: 120px;
    background: #fff;
    color: #616a73;
}
.footer-wp {
	margin: auto;
    width: 1200px;
    height: 30px;
}
.footer p.copyright {
    float: left;
    line-height: 30px;
}
.footer p.icon{
    float: right;
}
.footer p.icon a {
    margin: 0 10px;
}