* {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .footer {
   
    height: 300px;
    background-color: #333333;
  }
  .footer .footerList {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .footer .footerList .footerLeft {
    width: 30%;
    height: 200px;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
  }
  .footer .footerList .footerLeft .item {
    width: 120px;
    margin-right: 30px;
  }
  .footer .footerList .footerLeft .item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .footer .footerList .footerLeft .item a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #c1c1c1;
    display: block;
    line-height: 30px;
  }
  .footer .footerList .footerRight {
    width: 70%;
    margin-top: 50px;
    height: 100px;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footerList .footerRight .item {
    margin-left: 15%;
    width: 50%;
  }
  .footer .footerList .footerRight .item p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #c1c1c1;
    line-height: 25px;
  }
  .footer .footerList .footerRight .item p:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .footer .footerList .footerRight .guanzhu p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .footer .footerList .footerRight .guanzhu .img {
    display: flex;
  }
  .footer .footerList .footerRight .guanzhu .icon {
    width: 30px;
    height: 30px;
    /*margin: 0 10px;*/
    position: relative;
    background-color: #2a2a2a;
  }
  .footer .footerList .footerRight .guanzhu .icon:nth-child(2) {
    margin: 0 20px;
  }
  .footer .footerList .footerRight .guanzhu .icon > img:hover {
    background-color: rgb(0, 60, 136);
  }
  .footer .footerList .footerRight .guanzhu .icon > img {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .footer .footerList .footerRight .guanzhu .icon .code {
    position: absolute;
    width: 120px;
    height: 124px;
    left: -45px;
    top: 30px;
    opacity: 0;
  }
  .footer .footerList .footerRight .guanzhu .icon.active .code {
    opacity: 1;
  }
  .footer .footerList .footerRight .guanzhu .icon .code img:nth-child(1) {
    width: 120px;
    height: 124px;
  }
  .footer .footerList .footerRight .guanzhu .icon .code img:nth-child(2) {
    width: 110px;
    height: 110px;
    background-color: pink;
    position: absolute;
    top: 9px;
    left: 5px;
  }
  .footer .footerBottom {
    
    height: 45px;
    /*border-top: 1px solid #8D8D8D;*/
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footerBottom p {
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fefefe;
    display: block;
    margin-top: 15px;
  }
  .footer .footerBottom p a {
    color: #fefefe;
  }
  .pager-box:after {
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: "";
  }
  #pager {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f5f6fa;
  }
  .pager {
    float: left;
    position: relative;
    left: 50%;
    font-family: 微软雅黑;
  }
  .pager a,
  .pager span {
    position: relative;
    left: -50%;
    display: block;
    float: left;
    margin-left: 5px;
    /* border:1px solid #b6bcc1; */
    padding: 5px 10px;
    text-decoration: none;
    color: #b6bcc1;
    border-radius: 3px;
    background: #ffffff;
  }
  .pager span {
    border: 0;
  }
  .pager a.js-selected {
    background: #3d5b81;
    color: #ffffff;
    cursor: default;
  }
  .pager a.js-disabled {
    background: #ffffff;
    border-color: #f1f1f1;
    cursor: default;
    color: #999999;
  }
}
@media (max-width: 1199px) {
    body{font-size:14px;}
  .footer {
    background-color: #333333;
  }
  .footer .footerList {
    margin: 0 auto;
    display: flex;
	padding:0 15px;
	justify-content:center;

  }
  .footer .footerList .footerLeft {

    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .footer .footerList .footerLeft .item {
  width: 120px;
    margin-right: 30px;
  }
  .footer .footerList .footerLeft .item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .footer .footerList .footerLeft .item a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #c1c1c1;
    display: block;
    line-height:25px;
  }
  .footer .footerList .footerRight {
   flex-wrap: wrap;
   max-width:350px;
    margin-top:20px;
    position:relative;
    padding-left:80px;
    display: flex;
  }
    .footer .footerList .footerRight:before{
        content:"";
        width:1px;
        height:120px;
        position:absolute;
        left:0;
        top:0;
        background: rgba(255, 255, 255, 0.2);
    }
  .footer .footerList .footerRight .item {
    width:100%;
	margin-bottom:15px;
  }
  .footer .footerList .footerRight .item p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #c1c1c1;
    line-height: 25px;
  }
  .footer .footerList .footerRight .item p:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .footer .footerList .footerRight .guanzhu{
	margin-bottom:25px;
  }
  .footer .footerList .footerRight .guanzhu p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .footer .footerList .footerRight .guanzhu .img {
    display: flex;
  }
  .footer .footerList .footerRight .guanzhu .icon {
    width: 30px;
    height: 30px;
    /*margin: 0 10px;*/
    position: relative;
    background-color: #2a2a2a;
  }
  .footer .footerList .footerRight .guanzhu .icon:nth-child(2) {
    margin: 0 20px;
  }
  .footer .footerList .footerRight .guanzhu .icon > img:hover {
    background-color: rgb(0, 60, 136);
  }
  .footer .footerList .footerRight .guanzhu .icon > img {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .footer .footerList .footerRight .guanzhu .icon .code {
    position: absolute;
    width: 80px;
    height:84px;
	left:-10px;
    top: 30px;
    opacity: 0;
  }
  .footer .footerList .footerRight .guanzhu .icon.active .code {
    opacity: 1;
  }
  .footer .footerList .footerRight .guanzhu .icon .code img:nth-child(1) {
    width: 80px;
    height:84px;
  }
  .footer .footerList .footerRight .guanzhu .icon .code img:nth-child(2) {
    width: 70px;
    height:70px;
    background-color: pink;
    position: absolute;
    top: 9px;
    left: 5px;
  }
  .footer .footerBottom {
   padding:15px;
   line-height:1.5;
   font-size:12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footerBottom p {
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fefefe;
    display: block;
    margin-top: 15px;
  }
  .footer .footerBottom p a {
    color: #fefefe;
  }
  .pager-box:after {
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: "";
  }
  #pager {
    background-color: #f5f6fa;
     padding-bottom:30px!important;
  }
  .pager {
    float: left;
    position: relative;
    left: 50%;
   
    font-family: 微软雅黑;
  }
  .pager a,
  .pager span {
    position: relative;
    left: -50%;
    display: block;
    float: left;
    margin-left: 5px;
    /* border:1px solid #b6bcc1; */
    padding: 5px 10px;
    text-decoration: none;
    color: #b6bcc1;
    border-radius: 3px;
    background: #ffffff;
  }
  .pager span {
    border: 0;
  }
  .pager a.js-selected {
    background: #3d5b81;
    color: #ffffff;
    cursor: default;
  }
  .pager a.js-disabled {
    background: #ffffff;
    border-color: #f1f1f1;
    cursor: default;
    color: #999999;
  }
}
@media (max-width: 750px) {
   .footer .footerList .footerLeft{display:none!important;} 
   .footer .footerList{justify-content:left}
    .footer .footerList .footerRight{
        padding-left:0;
    }
    .footer .footerList .footerRight:before{
        display:none;
    }
}