.container{
	max-width:1240px;
	margin: 0 auto;
	padding: 0;
}
/* 头部 */
.header{
    height: 120px;
}
.header .header-tel{
    float: left;
    font-size: 16px;
    margin-top: 58px;
}
.header .header-tel span:nth-of-type(2){
    vertical-align: middle;
}
.header .header-logo{
    float: left;
    margin: 35px 0 0 218px;
	
	
}
.header .header-logo a{
    display: block;
    width: 220px;
    height: 66px;
    background: url(../bin_images/logo.png) no-repeat;
    text-indent: -9999px;
}
.header .header-right{
    font-size: 14px;
    float: right;
    margin-top: 58px;
}
.header .header-right span:nth-of-type(2){
    margin-right: 18px;
    color: #e0151b;
}
.header .header-right a{
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}
.header .header-right a :hover{
    box-shadow: 0 0 5px #ccc;
}

/* 导航栏 */
.nav{
    height: 54px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.nav ul li{
    float: left;
}
.nav ul li a{
    display: block;
    width: 85px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    margin-right: 59px;
    box-sizing: border-box;
}
.nav ul li:nth-of-type(9) a{
    margin-right: 0;
}
.nav ul li a:hover{
    color: #000;
    border-bottom: 2px solid #000;
}
.nav ul li .on{    color: #000;
    border-bottom: 2px solid #000;}


/* tel */
.tel div{
    width: 412px;
    height: 300px;
    float: left;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.tel div img{
    margin-bottom: 20px;
}

/* foot */
.foot{
    background: #171717;
    height: 270px;
    padding: 80px 0;
    box-sizing: border-box;
}
.foot ul li{
    float: left;
    cursor: pointer;
}
.foot ul li:nth-of-type(1){
    width: 367px;
    height: 105px;
    padding-right: 27px;
}
.foot ul li p:nth-of-type(1){
    font-size: 24px;
    color: rgba(186, 184, 184, .8);
}
.foot ul li p:nth-of-type(1) span{
    font-weight: bold;
    color: rgba(186, 184, 184, 1);
}
.foot ul li p:nth-of-type(2){
    font-size: 16px;
    color: rgba(186, 184, 184, .8);
    line-height: 36px;
}
.foot ul li p:nth-of-type(3){
    font: 30px "Impact",Regular;
    color: rgba(186, 184, 184, .8);
    font-weight: bold;
}
.foot ul li:nth-of-type(3){
    padding-left: 30px;
}
.foot ul li:nth-of-type(2){
    padding: 0 30px;
    border-left: 2px solid #232323;
    border-right: 2px solid #232323;
}

/* cpy */
.cpy{
    background: #121212;
    height: 350px;
    padding: 70px 0;
    box-sizing: border-box;
}
.cpy .qr{
    float: left;
    margin-right: 80px;
}
.cpy .cpy-txt{
    float: left;
    color: #908f8f;
    font-size: 16px;
    line-height: 32px;
}
.cpy .cpy-txt img{
    margin-bottom: 16px;
}


/* main-nav */
.main-nav{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.main-nav span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../bin_images/map.png) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}
.main-nav a:last-of-type{
    color: red;
}