.container {
  *zoom: 1;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*隐藏IE clear图标*/
::-ms-clear {
  display: none;
}
.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'iconfont' !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*兼容IE, 用小数*/
input,
textarea,
select,
button {
  font-family: inherit;
}
input::-ms-placeholder,
textarea::-ms-placeholder,
select::-ms-placeholder,
button::-ms-placeholder {
  color: #B6BABE;
}
.caret {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transition: all .3s ease;
}
.open .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropup,
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-toggle {
  border: none;
  font-size: 16px;
  line-height: 1;
  background: transparent;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 12px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  box-shadow: 0 2px 15px 0 rgba(13, 28, 40, 0.1);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  position: relative;
  display: block;
  clear: both;
  line-height: 35px;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 25px 0 45px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.dropdown-menu > li > a:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  display: inline-block;
  width: 20px;
  line-height: 35px;
  text-align: left;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .active > a:before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
.open > .dropdown-toggle > .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 50px;
  color: #000;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.gd-row {
  *zoom: 1;
  position: relative;
}
.gd-row:before,
.gd-row:after {
  display: table;
  content: "";
}
.gd-row:after {
  clear: both;
}
.gd-row-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gd-row-gutter-30 .gd-col {
  padding-left: 0px;
  padding-right: 0x;
}
.gd-row-gutter-60 {
  margin-left: 0px;
  margin-right: 0px;
}
.gd-row-gutter-60 .gd-col {
  padding-left: 0px;
  padding-right: 0px;
}
.gd-col {
  float: left;
  box-sizing: border-box;
}
.gd-col-1 {
  float: left;
  box-sizing: border-box;
  width: 8.33333333%;
}
.gd-col-offset-1 {
  float: left;
  box-sizing: border-box;
  margin-left: 8.33333333%;
}
.gd-col-pull-1 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 8.33333333%;
}
.gd-col-push-1 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 8.33333333%;
}
.gd-col-2 {
  float: left;
  box-sizing: border-box;
  width: 16.66666667%;
}
.gd-col-offset-2 {
  float: left;
  box-sizing: border-box;
  margin-left: 16.66666667%;
}
.gd-col-pull-2 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 16.66666667%;
}
.gd-col-push-2 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 16.66666667%;
}
.gd-col-3 {
  float: left;
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
	display: inline-block
}
.gd-col-offset-3 {
  float: left;
  box-sizing: border-box;
  margin-left: 25%;
}
.gd-col-pull-3 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 25%;
}
.gd-col-push-3 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 25%;
}
.gd-col-4 {
  float: left;
  box-sizing: border-box;
  width: 33.33333333%;
}
.gd-col-offset-4 {
  float: left;
  box-sizing: border-box;
  margin-left: 33.33333333%;
}
.gd-col-pull-4 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 33.33333333%;
}
.gd-col-push-4 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 33.33333333%;
}
.gd-col-5 {
  float: left;
  box-sizing: border-box;
  width: 41.66666667%;
}
.gd-col-offset-5 {
  float: left;
  box-sizing: border-box;
  margin-left: 41.66666667%;
}
.gd-col-pull-5 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 41.66666667%;
}
.gd-col-push-5 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 41.66666667%;
}
.gd-col-6 {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.gd-col-offset-6 {
  float: left;
  box-sizing: border-box;
  margin-left: 50%;
}
.gd-col-pull-6 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 50%;
}
.gd-col-push-6 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 50%;
}
.gd-col-7 {
  float: left;
  box-sizing: border-box;
  width: 58.33333333%;
}
.gd-col-offset-7 {
  float: left;
  box-sizing: border-box;
  margin-left: 58.33333333%;
}
.gd-col-pull-7 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 58.33333333%;
}
.gd-col-push-7 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 58.33333333%;
}
.gd-col-8 {
  float: left;
  box-sizing: border-box;
  width: 66.66666667%;
}
.gd-col-offset-8 {
  float: left;
  box-sizing: border-box;
  margin-left: 66.66666667%;
}
.gd-col-pull-8 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 66.66666667%;
}
.gd-col-push-8 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 66.66666667%;
}
.gd-col-9 {
  float: left;
  box-sizing: border-box;
  width: 75%;
}
.gd-col-offset-9 {
  float: left;
  box-sizing: border-box;
  margin-left: 75%;
}
.gd-col-pull-9 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 75%;
}
.gd-col-push-9 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 75%;
}
.gd-col-10 {
  float: left;
  box-sizing: border-box;
  width: 83.33333333%;
}
.gd-col-offset-10 {
  float: left;
  box-sizing: border-box;
  margin-left: 83.33333333%;
}
.gd-col-pull-10 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 83.33333333%;
}
.gd-col-push-10 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 83.33333333%;
}
.gd-col-11 {
  float: left;
  box-sizing: border-box;
  width: 91.66666667%;
}
.gd-col-offset-11 {
  float: left;
  box-sizing: border-box;
  margin-left: 91.66666667%;
}
.gd-col-pull-11 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 91.66666667%;
}
.gd-col-push-11 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 91.66666667%;
}
.gd-col-12 {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
.gd-col-offset-12 {
  float: left;
  box-sizing: border-box;
  margin-left: 100%;
}
.gd-col-pull-12 {
  float: left;
  box-sizing: border-box;
  position: relative;
  right: 100%;
}
.gd-col-push-12 {
  float: left;
  box-sizing: border-box;
  position: relative;
  left: 100%;
}
.footer {
  background: #F1F2F3;
  border-top: 1px solid #DFE1E2;
  line-height: 1;
  font-size: 14px;
  width: 980px;
  margin: 20px auto 0 auto;
  height:auto;
  padding-top:0;
  clear: both;
}
.footer p {
    text-align: center;
    line-height: 30px;
    color: #45484B;
}
.footer a {
  color: #45484B;
}
.footer a:hover {
  color: #727475;
  text-decoration:none;
}
.footer-links {
  color: #45484B;
  padding: 12px 0;
  text-align: justify;
  line-height: 0;
  height: 25px;
  border-bottom: 1px solid #DFE1E2;
}
.footer-links:before {
  content: "";
  width: 100%;
  display: block;
}
.footer-links:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.footer-links-split {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #C5C8CA;
  vertical-align: middle;
float: left;
    margin-right: 16px;
    margin-top: 6px;
}
.footer-links-item {
  line-height: 24px;
  display: inline-block;
	float: left;margin-right: 16px;
}
.footer-links-item:first-child {
  text-align: left;
}
.footer-links-item:last-child {
  text-align: right;
}
.footer-links-choose {
  max-width: 120px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  color: #45484B;
  line-height: 24px;
  font-size: 14px;
}
.footer-links-choose .dropdown-toggle {
  font-size: 12px;
  line-height:24px;
}
.footer-links-choose .dropdown-toggle .icon {
  font-size: 0.6rem !important;
  top: 0;
}
.footer-links-choose .dropdown-menu {
  position: absolute;
  left: 0;
  right: auto;
  top: 120%;
  font-size: 14px;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 15px 0 rgba(13, 28, 40, 0.1);
  max-height: 170px;
  overflow-y: auto;
	z-index: 999
}
.footer-links-choose .dropdown-menu-right-align {
  left: auto;
  right: 0;
}
.footer-links-choose .dropdown-menu.dropup-menu {
  top: auto;
  bottom: 120%;
}
.footer-links-choose .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.footer-links-choose .dropdown-menu::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 3px;
}
.footer-links-choose .dropdown-menu::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 14px;
}
.footer-links-choose .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #747474;
}
.footer-links-choose .dropdown-menu::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.footer-links-choose .dropdown-menu > .active > a {
  background-color: #F1F2F3;
}
.footer-links-choose .dropdown-menu > li > a {
  padding: 0 20px;
  text-align: left;
  color: #0D1C28;
}
.footer-links-choose .dropdown-menu > li > a.disabled {
  opacity: .4;
  pointer-events: none;
  cursor: default;
}
.footer-links-choose .dropdown-menu > li > a:hover {
  background-color: #F1F2F3;
}
.footer-links-choose .dropdown-menu > li > a:hover {
  color: #45484B;
}
.footer-links-choose .dropdown-menu > li > a:before {
  display: none;
}
.footer-links-gov {
  padding-left: 20px;
  background: url('../images/party.png') no-repeat 0 center transparent;
  background-size: 15px 16px;
  font-size:12px;
}
.footer-nav-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-nav {
  height: 168px;
}
.footer-nav-hd {
  font-size: 14px;
  line-height: 64px;
  color: #0D1C28;
  padding: 0 24px;
  background-color: #EAEBEB;
}
.footer-nav-bd {
  font-size: 12px;
  *zoom: 1;
  height: 104px;
  background-color: #EAEBEB;
}
.footer-nav-bd:before,
.footer-nav-bd:after {
  display: table;
  content: "";
}
.footer-nav-bd:after {
  clear: both;
}
.footer-nav-link {
  display: block;
  padding: 0 25px;
  line-height: 35px;
}
.u_qq{
	padding: 0 25px;
  line-height: 35px;
}
.footer-contact {
  padding: 0 24px;
  line-height: 20px;
}
.footer-contact-hotline {
  font-size: 12px;
}
.footer-contact-tel {
  line-height: 34px;
  font-size: 20px;
  color: #45484B;
}
.footer-contact-hint {
  color: #727475;
  font-size: 12px;
}
.footer-mp {
 font-size:14px;
  height: 168px;
}
.footer-mp-item {
  position: relative;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #45484B;
  height: 54px;
  font-size:12px;
  line-height: 54px;
  padding: 0 15px 0 50px;
  background: url('../images/qr.png') no-repeat 20px center #EAEBEB;
  background-size: 23px 23px;
}
.footer-mp-item:hover .footer-mp-item-hover {
  display: block;
}
.footer-mp-item-hover {
  display: none;
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 81%;
  height: 180px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(9, 41, 77, 0.15);
  opacity: 0.97;
  z-index: 99;
}
.footer-mp-item-hover:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 24px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.footer-mp-item-hover > b {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-size: cover;
}
.footer-mp-item-hover .qrcode-gov {
  background-image: url(../images/qrcode-gov.png);
}
.footer-mp-item-hover .qrcode-mp {
  background-image: url(../images/qrcode-mp.png);
}
.footer-mp-item-hover .qrcode-app {
  background-image: url(../images/qrcode-app.png);
}
.footer-mp-item-hover .qrcode-minapp {
  background-image: url(../images/minapp.png);
}
.footer-mp-item-hover > i {
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
  font-style: normal;
  line-height: 1.5;
}
.footer .support {
  *zoom: 1;
  height: 168px;
  font-size:14px;
}
.footer .support:before,
.footer .support:after {
  display: table;
  content: "";
}
.footer .support:after {
  clear: both;
}
.footer .support a {
  position: relative;
  display: block;
  white-space: nowrap;
  color: #45484B;
}
.footer .support-minapp {
  padding: 0 15px 0 60px;
  line-height: 54px;
  height: 54px;
  margin-bottom: 3px;
}
.footer .support-link {
  background: #eaebeb url('../images/cavil.jpg') no-repeat 30px center ;
  /*background-size: 96px 48px;*/
  float: left;
  height: 111px;
  width: 146px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  margin-right: 3px;
}
.footer .support-party {
  background:#eaebeb url('../images/red.png') no-repeat 30px center ;
  /*background-size: 28px auto;*/
  height: 111px;
  margin-left: 146px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.footer-copyright {
  font-size: 12px;
  color: #727475;
  line-height: 40px;
  text-align: center;
  background: #EAEBEB;
  border-top: 1px solid #DFE1E2;
}
.footer-copyright-left {
  float: left;
  text-align: left;
}
.footer-copyright-left a:first-child {
  margin-right: 30px;
}
.footer-copyright-right {
  float: right;
  text-align: right;
}
