.footer {
  width: 100%;
  background: #232f36;
}
.footer .btnav {
  width: 100%;
  height: 104px;
  border-bottom: 1px solid #1d5a9b;
  padding-top: 25px;
  background: #105095;
}
.footer .btnav .btnavlist {
  width: 1100px;
  height: 80px;
  margin: 0 auto;
}
.footer .btnav .btnavlist a {
  float: left;
  margin-right: 14px;
  width: 186px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #2862a0;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
}
.footer .btnav .btnavlist a span {
  padding-left: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.footer .btnav .btnavlist a:hover {
  color: #4bbeed;
}
.footer .btnav .btnavlist a:hover span {
  color: #4bbeed;
}
.footer .footOne {
  width: 1100px;
  height: 90px;
  margin: 0 auto;
}
.footer .footOne .footTel {
  float: left;
  width: 304px;
  height: 90px;
  background: url(../images/tel.png) left 32px no-repeat;
}
.footer .footOne .footTel .tel {
  width: 250px;
  height: 70px;
  padding-left: 40px;
  padding-top: 18px;
  color: #2072c6;
  font-size: 18px;
  text-align: left;
}
.footer .footOne .footTel .tel .num {
  width: 250px;
  height: 40px;
  display: block;
  color: #2072c6;
  font-size: 30px;
  font-family: impact;
  text-transform: uppercase;
}
.footer .footOne .share {
  float: right;
  width: 300px;
  height: 90px;
  padding-left: 90px;
}
.footer .footOne .share li {
  position: relative;
  float: left;
  width: 150px;
  height: 40px;
  margin-top: 30px;
}
.footer .footOne .share li .list {
  width: 102px;
  height: 40px;
  line-height: 40px;
  padding-left: 48px;
  display: block;
  color: #42525b;
}
.footer .footOne .share li .qq {
  background: url(../images/qq.png) left top no-repeat;
}
.footer .footOne .share li .qq:hover {
  background: url(../images/qq2.png) left top no-repeat;
  color: #fff;
}
.footer .footOne .share li .qq2 {
  background: url(../images/share.png) left top no-repeat;
}
.footer .footOne .share li .qq2:hover {
  color: #fff;
  background: url(../images/share2.png) left top no-repeat;
}
.footer .footOne .share li .shareList {
  position: absolute;
  left: 30px;
  top: 35px;
  z-index: 99;
  display: none;
  width: 200px;
}
.footer .link {
  position: relative;
  width: 1000px;
  height: auto!important;
  height: 82px;
  min-height: 82px;
  padding: 20px 0px;
  margin: 0px auto;
  border-bottom: 1px solid #39444a;
  border-top: 1px solid #39444a;
}
.footer .link .linkTitle {
  float: left;
  width: 180px;
  height: 82px;
  background: url(../images/link.jpg) 10px center no-repeat;
}
.footer .link .linkTitle .font {
  display: block;
  width: 158px;
  height: 34px;
  padding-left: 22px;
  padding-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}
.footer .link .linkTitle .english {
  display: block;
  width: 180px;
  height: 26px;
  color: #4bbeed;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: impact;
}
.footer .link .link_list {
  float: left;
  width: 820px;
  height: auto!important;
  height: 82px;
  min-height: 82px;
}
.footer .link .link_list a {
  float: left;
  width: 190px;
  height: 40px;
  border-bottom: 1px solid #39444a;
  color: #78858c;
  font-size: 14px;
  line-height: 40px;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .link .link_list a:hover {
  color: #fff;
}
.footer .copyright {
  width: 1100px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.footer .copyright .copyrightnr {
  width: 1100px;
  color: #42525b;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-family: '宋体';
}
.footer .copyright .copyrightnr a {
  color: #42525b;
}
.footer .copyright .copyrightnr a:hover {
  color: #fff;
}
.footer .fixed {
  position: fixed;
  width: 72px;
  height: 176px;
  right: 25px;
  bottom: 50px;
  z-index: 999;
}
.footer .fixed a {
  display: block;
  width: 72px;
  height: 58px;
}
.footer .fixed .book {
  background: url(../images/fixed.jpg) 0 0 no-repeat;
}
.footer .fixed .book:hover {
  background-position: -72px 0;
}
.footer .fixed a.codepic {
  background: url(../images/fixed.jpg) 0 -58px no-repeat;
  height: 58px;
}
.footer .fixed a.codepic:hover {
  background-position: -72px -58px;
}
.footer .fixed a.backup {
  background: url(../images/fixed.jpg) 0 -117px no-repeat;
  height: 58px;
}
.footer .fixed a.backup:hover {
  background-position: -72px -116px;
  height: 58px;
}
.footer .fixed .rew {
  position: relative;
  display: none;
}
.footer .fixed .rew .rew_img {
  position: absolute;
  left: -196px;
  width: 196px;
  height: 196px;
  line-height: 193px;
  top: -174px;
}
.footer .fixed .rew .rew_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
