@charset "utf-8";
/* CSS Document */
.footer {
  margin-top:1rem;
  border-top:5px solid #7bb0d6;
  font-size: 14px\9;
}
.footer .container{
  width:1200px;
  margin:0 auto;
  position: relative;
}
.footer a{color:#fff;}
.footer .links {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  background-color: #7bb0d6;
}
.footer .links ul {

}
.footer .links li {
  margin-left:43px;
  float: left;
  color: #fff;
}
.footer .links li p {
  margin: 0;
  padding: 13px 0;
}
.footer .links .dropdown {
  position: static;
  font-size:18px;
}
.footer .links .dropdown a{
  color:#ffffff
}
.footer .links .dropdown ul {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 100%;
}
.footer .links .dropdown li {
  float: none;
  margin-right: 0;
  color: #666;
}
.footer .links .dropdown li a {
  margin: 5px 0;
  float: left;
  width: 30%;
  clear: none;
  color:#575757
}
.footer .links li p i {
  width:14px;
  height:18px;
  display: inline-block;
  margin:0 0 0 10px;
  background:url(../images/up_arw.gif) no-repeat left 2px;
  *background:url(../images/up_arw.gif) no-repeat left -3px;
}
.footer-logo {
  line-height: 28px;
}
.footer-logo img {
  float: left;
  margin-right: 10px;
  width: 36px;
}
.footer-logo span {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  letter-spacing: 2px;
}
.footer-add li {
  float: left;
  padding: 7px 0;
}
.footer-icp {
  margin: 5px 0 20px 0;
}
.footer-icp div + div {
  margin-left: 7px;
}
.footer .icp {
  color: #b7b9ba;
}
.footer-help a {
  padding: 0 13px;
  display: inline-block;
  color: #b7b9ba;
  line-height: 14px;
}
.footer-help > a + a {
  border-left: 1px solid #b9b9b9;
}
.footer-help a:last-child {
  border-right: 0;
}
.footer-help a:hover {
  color: #e4e4e5;
}

.dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  font-size:14px;
  text-align:left;
  list-style:none;
  background-color:#f3f9ff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
  box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right {
  right:0;
  left:auto
}
.dropdown-menu .divider {
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5
}
.dropdown-menu>li>a {
  display:block;
  padding:3px 15px;
  clear:both;
  font-weight:400;
  line-height:1.42857143;
  color:#333;
  white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  color:#262626;
  text-decoration:none;
  background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  color:#fff;
  text-decoration:none;
  background-color:#337ab7;
  outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  text-decoration:none;
  cursor:not-allowed;
  background-color:transparent;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
  display:block
}
.open>a {
  outline:0
}
.dropdown-menu-right {
  right:0;
  left:auto
}
.dropdown-menu-left {
  right:auto;
  left:0
}
.dropdown-header {
  display:block;
  padding:3px 20px;
  font-size:12px;
  line-height:1.42857143;
  color:#777;
  white-space:nowrap
}
.dropdown-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:990
}
.pull-right>.dropdown-menu {
  right:0;
  left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  content:"";
  border-top:0;
  border-bottom:4px dashed;
  border-bottom:4px solid\9
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top:auto;
  bottom:100%;
  margin-bottom:2px
}
.pagebottom {
  background: #ffffff;
  padding:15px 0;
}
.pagebottom em{
  padding:0 5px;
}
.bottom-2{
  width:1200px;
  margin:0 auto;
}
.bottom-3 {
  line-height: 1.6;
  text-align: center;
}

@media (max-width:1080px){
  .bottom-2{width:100%}
  .footer table{width:100%}
  .footer table tr{display: flex;flex-wrap: wrap;justify-content: center;}
  .footer table tr td:first-child{order: 2}
  .footer table tr td:nth-child(2){width:100%}
  .footer table tr td:last-child{order: 3}
  .footer table tr td:last-child img{margin-top: 15px;}
  .footer table p{line-height: 2;}


  .footer .container{width:100% !important;padding:0 !important}
  .footer .links li{margin:0 !important;width:50%;}
  .footer .links .dropdown-menu li{width:100%}
  .footer .links .dropdown li a{width:50% !important;white-space:normal}
  .bottom-2 tbody tr{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
  .bottom-2 tbody tr td:first-child{width:80px}
}

