@CHARSET "UTF-8";

/*footer_main-----------------------------------------------------------------------------*/
.footer_main{
  margin:0 auto; width: 1240px;padding-top: 50px;
  background: #ffffff;
}
.footer_main_cont{
  margin:0 auto;width: 1180px;height:70px; padding:0 10px; box-sizing: border-box;
  text-align: center;border-top:1px solid #e3e3e3;
}
.footer_main_cont>*{float:left;width: 33%}
.footer_main_cont img{margin-top:26px;float: left;}
.footer_main_cont p{line-height:70px;font-size:12px;color: #c8c8c8;}
.footer_main_cont p:last-of-type{font-size:13px;text-align:right;  }
.footer_main_cont a{color:#888888}

/*footer_sub-----------------------------------------------------------------------------*/
.footer_sub{
  width: 100%;
 
}
.footer_background{ margin:0 auto;width:1095px; background: #ffffff; }
.footer_sub_cont{
  margin:0 auto;padding:0 10px;
  width: 996px;height:140px; box-sizing: border-box;
  text-align: center;border-top:1px solid #e3e3e3;
}
.footer_sub_cont>*{float:left;width: 33%}
.footer_sub_cont img{margin-top:26px;float: left;}
.footer_sub_cont p{line-height:70px;font-size:12px;color: #c8c8c8;}
.footer_sub_cont p:last-of-type{font-size:13px;text-align:right;  }
.footer_sub_cont a{color:#888888}

@media (max-width:1366px) {
	.footer_background,.footer_main{width:100%;}
}

@media (max-width:1100px)  {
	.footer_background,.footer_main{width:100%;}
	.footer_sub_cont,.footer_main_cont{width:950px;}
}
