
* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: inherit;
}

a,
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

a:hover {
  color: #1890ff;
  text-decoration: none;
}

img {
  border: 0;
}

ul {
  list-style-type: none;
}

.centerArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.leave_white {
  padding: 0 16px;
}

body {
  width: 100%;
  overflow-x: hidden;
}

header {
  height: 80px;
  position: relative;
  z-index: 9999;
}

header .logo {
  height: 100%;
}

header .logo a {
  display: block;
  float: left;
  height: 100%;
  width: 199px;
  background: url("../image/logo.png") no-repeat left center;
}

header .logo .menuBtn {
  float: right;
  width: 44px;
  height: 44px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
}

header .logo .menuBtn i {
  color: #003a8c;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#0153b6), to(#178ffd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  display: block;
  margin-top: 7px;
}

header .top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

header .top .topContainer .rightSide {
  position: relative;
}

header .top .topContainer .rightSide .version {
  float: left;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

header .top .topContainer .rightSide .version a {
  line-height: 24px;
  margin: 0 2px;
}

header .top .topContainer .rightSide .searchContainer {
  position: absolute;
  z-index: -9;
  top: 52px;
  right: 70px;
  background: #0050b3;
  width: 296px;
  height: 66px;
  padding: 16px 24px;
  border-radius: 0px 0px 2px 2px;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  /* Firefox 4 */
  -webkit-transition: opacity 300ms;
  /* Safari 和 Chrome */
  -o-transition: opacity 300ms;
  /* Opera */
}

header .top .topContainer .rightSide .searchContainer form {
  height: 32px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  padding-bottom: 8px;
  width: 248px;
  position: relative;
}

header .top .topContainer .rightSide .searchContainer form input[type="text"] {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: none;
  color: rgba(255, 255, 255, 0.45);
}

header .top .topContainer .rightSide .searchContainer form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -72px;
  width: 56px;
  text-align: center;
  height: 32px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: white;
  font-size: 16px;
  background: none;
  outline: none;
  transition: all 300ms;
  -moz-transition: all 300ms;
  /* Firefox 4 */
  -webkit-transition: all 300ms;
  /* Safari 和 Chrome */
  -o-transition: all 300ms;
  /* Opera */
}

header .top .topContainer .rightSide .searchContainer form.hadWord input[type="text"] {
  color: white;
}

header .top .topContainer .rightSide .searchContainer form.hadWord input[type="submit"] {
  border: 2px solid white;
  background: white;
  color: #0050b3;
}

header .top .topContainer .rightSide .searchContainer.showIpt {
  z-index: 999;
  opacity: 1;
  filter: Alpha(opacity=100);
}

header .top .topContainer nav {
  margin-top: 28px;
  position: relative;
}

header .top .topContainer nav > ul {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

header .top .topContainer nav > ul > li {
  position: relative;
  display: block;
}

header .top .topContainer nav > ul > li > a {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
}

header .top .topContainer nav > ul > li ul {
  position: absolute;
  top: 52px;
  text-align: left;
  display: none;
  overflow: hidden;
}

header .top .topContainer nav > ul > li ul li {
  display: inline-block;
  margin-right: 32px;
  line-height: 52px;
}

header .top .topContainer nav > ul > li ul li a {
  display: block;
  height: 100%;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  position: relative;
}

header .top .topContainer nav > ul > li ul li a:after {
  position: absolute;
  top: 48px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: white;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

header .top .topContainer nav > ul > li ul li:hover a {
  color: white;
}

header .top .topContainer nav > ul > li ul li:hover a:after {
  width: 100%;
}

header .top .topContainer nav > ul > li ul li.selected a {
  color: white;
}

header .top .topContainer nav > ul > li ul li.selected a:after {
  width: 100%;
}

header .top .topContainer nav > ul > li .bg {
  position: absolute;
  width: 20000px;
  left: -6000px;
  height: 56px;
  background: #1890ff;
  top: 52px;
  max-height: 0;
  opacity: 0;
  /* Firefox 4 */
  /* Opera */
  -webkit-transition: max-height 150ms, -webkit-opacity 300ms;
  -webkit-transition: max-height 150ms, opacity 300ms;
  transition: max-height 150ms, opacity 300ms;
  z-index: 97;
}

header .top .topContainer nav > ul > li ul.shownav {
  display: block;
  opacity: 1;
  z-index: 99;
}

header .top .topContainer nav > ul > li:first-child:before {
  display: none !important;
}

header .top .topContainer nav > ul > li:hover .bg {
  z-index: 98;
}

header .top .topContainer nav > ul > li:hover > a:after {
  width: 100%;
}

header .top .topContainer nav > ul > li:first-child + li + li + li ul,
header .top .topContainer nav > ul > li:first-child + li + li + li + li ul,
header .top .topContainer nav > ul > li:first-child + li + li + li + li + li ul,
header .top .topContainer nav > ul > li:first-child + li + li + li + li + li + li ul {
  text-align: right;
}

header .top .topContainer nav > ul > li:first-child + li + li + li ul li,
header .top .topContainer nav > ul > li:first-child + li + li + li + li ul li,
header .top .topContainer nav > ul > li:first-child + li + li + li + li + li ul li,
header .top .topContainer nav > ul > li:first-child + li + li + li + li + li + li ul li {
  margin-right: 0;
  margin-left: 32px;
}

header .top .topContainer nav .bg.shownav {
  max-height: 52px;
  opacity: 1;
}

header .top .topContainer nav .bg.hide_ {
  max-height: 0;
  opacity: 0;
}

footer {
  background: #fafafa;
}

footer .footerContainer {
  padding: 18px 0;
  display:flex;
  justify-content: space-between;
}

footer .footerContainer .leftSide {
  float: left;
}

footer .footerContainer .leftSide div {
  line-height: 20px;
  height: 20px;
}

footer .footerContainer .leftSide div a {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  float: left;
}

footer .footerContainer .leftSide div a:hover {
  color: #1890ff;
}

footer .footerContainer .leftSide div span {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  margin: 9px 18px;
  float: left;
}

footer .footerContainer .leftSide div:first-child {
  margin-bottom: 4px;
}

footer .footerContainer .communication {
  float: left;
  margin-left: 40px;
  display: none;
}

footer .footerContainer .communication div:first-child {
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #04ae0f;
  margin-bottom: 4px;
  position: relative;
}

footer .footerContainer .communication div:first-child span {
  display: block;
  background: #04ae0f;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

footer .footerContainer .communication div:first-child span i {
  font-size: 12px;
  color: white;
  display: block;
  margin: 4px auto;
}

footer .footerContainer .communication div:first-child + div {
  padding-left: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #ea5d5c;
  position: relative;
}

footer .footerContainer .communication div:first-child + div span {
  display: block;
  background: #ea5d5c;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

footer .footerContainer .communication div:first-child + div span i {
  font-size: 12px;
  color: white;
  display: block;
  margin: 4px auto;
}

footer .footerContainer .rightSide {
  float: right;
}

footer .footerContainer .rightSide div:first-child {
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 4px;
}

footer .footerContainer .rightSide div:first-child a {
  color: rgba(0, 0, 0, 0.45);
}

footer .footerContainer .rightSide div:first-child + div {
  text-align: right;
}

footer .footerContainer .rightSide div:first-child + div a {
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
  padding-left: 37px;
  color: #1890ff;
  letter-spacing: 2px;
  background: url("../image/recordNumber.png") no-repeat left center;
}

footer .footerContainer .report_method{

    text-align: center;
    padding: 8px 0;
}
footer .footerContainer .report_method a{
    font-size: 16px;
    line-height: 24px;
    color: #1890ff;
    text-decoration: underline;
}
.clear_both {
  float: none;
  clear: both;
}

footer .footerContainer .clear_both{
  display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .logo a {
    background: url("../image/logo-2x.png") no-repeat left center;
    background-size: auto 80px;
  }
  footer .footerContainer .rightSide div:first-child + div a {
    background: url("../image/recordNumber-2x.png") no-repeat left center;
    background-size: 16px auto;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    background: rgba(51, 51, 51, 0.08);
  }
  body .wrap {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    overflow: hidden;
    background: white;
  }
  header .logo .menuBtn {
    display: none;
  }
  header .top .topContainer {
    position: relative;
  }
  header .top .topContainer .logoClick {
    position: absolute;
    left: 0;
    top: -28px;
    height: 84px;
    width: 199px;
  }
  header .top .topContainer .rightSide {
    float: right;
  }
  header .top .topContainer .rightSide .close {
    display: none;
  }
  header .top .topContainer .rightSide .search {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
  }
  header .top .topContainer .rightSide .search i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 18px;
  }
  header .top .topContainer .rightSide .version {
    margin-left: 22px;
  }
  header .top .topContainer .phoneSearch {
    display: none;
  }
  header .top .topContainer nav {
    margin-left: 220px;
    width: calc(100% - 200px - 88px - 40px);
    height: 54px;
  }
  header .top .topContainer nav > ul > li {
    font-size: 16px;
    float: left;
    padding: 0 calc(6.25% - 39px);
    height: 50px;
  }
  header .top .topContainer nav > ul > li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #e0e0e0;
  }
  header .top .topContainer nav > ul > li > a {
    position: relative;
  }
  header .top .topContainer nav > ul > li > a:after {
    position: absolute;
    top: 46px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #1890ff;
    background: -webkit-gradient(linear, left top, right top, from(#0050b3), to(#1890ff));
    background: linear-gradient(90deg, #0050b3 0%, #1890ff 100%);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  header .top .topContainer nav > ul > li .showMore {
    display: none;
  }
  header .top .topContainer nav > ul > li ul {
    height: 52px;
    max-height: 0;
    min-width: 625px;
  }
  header .top .topContainer nav > ul > li ul li ul {
    display: none !important;
  }
  header .top .topContainer nav > ul > li ul.shownav {
    display: block !important;
    max-height: 52px;
  }
}

@media only screen and (max-width: 1024px) {
  .wrap {
    position: relative;
    overflow: hidden;
  }
  header .top .topContainer {
    position: absolute;
    top: 0;
    right: -375px;
    background: white;
    width: 85%;
    max-width: 375px;
    -webkit-transition: right 500ms;
    transition: right 500ms;
    height: 50000px;
    padding: 16px;
  }
  header .top .topContainer .rightSide {
    float: none;
    width: 100%;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
  }
  header .top .topContainer .rightSide .search {
    display: none;
  }
  header .top .topContainer .rightSide .close {
    display: block;
    float: right;
    cursor: pointer;
  }
  header .top .topContainer .rightSide .close img {
    display: block;
    margin: 10px auto;
    width: 20px;
  }
  header .top .topContainer .rightSide .version {
    font-size: 0;
    line-height: 44px;
  }
  header .top .topContainer .rightSide .version a {
    display: inline-block;
    font-size: 14px;
  }
  header .top .topContainer .rightSide .version a:first-child {
    border-bottom: 2px solid #111;
    font-weight: 700;
    color: #111;
    margin-right: 14px;
  }
  header .top .topContainer .rightSide .version a:hover {
    border-bottom: 2px solid #111;
    font-weight: 700;
    color: #111;
  }
  header .top .topContainer .phoneSearch {
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid #111;
    margin: 28px 15px 0;
    font-size: 0;
    height: 40px;
  }
  header .top .topContainer .phoneSearch .searchValue {
    display: inline-block;
    width: 90%;
    padding: 5px 42px 5px 7.5px;
    font-size: 16.5px;
    line-height: 1;
    color: #111;
    letter-spacing: 0.06em;
    border: 0;
  }
  header .top .topContainer .phoneSearch .deleteBtn {
    display: none;
    position: absolute;
    top: 2px;
    left: 80%;
    width: 25px;
    height: 25px;
    background: gainsboro url("../image/close.svg") no-repeat center;
    background-size: 10px auto;
    border: none;
    border-radius: 50%;
  }
  header .top .topContainer .phoneSearch .searchBtn {
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 38px;
    height: 33px;
    z-index: 999;
  }
  header .top .topContainer .phoneSearch i {
    display: inline-block;
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #3c3c3c;
  }
  header .top .topContainer nav {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    height: auto;
  }
  header .top .topContainer nav > ul {
    width: 100%;
  }
  header .top .topContainer nav > ul > li {
    font-size: 16px;
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    float: none;
    height: auto;
    line-height: 50px;
  }
  header .top .topContainer nav > ul > li:before {
    display: none;
  }
  header .top .topContainer nav > ul > li > a {
    padding: 28px 0 15px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #3c3c3c;
    font-size: 20px;
    text-decoration: none;
  }
  header .top .topContainer nav > ul > li > a:after {
    display: none;
  }
  header .top .topContainer nav > ul > li .showMore {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 0;
    cursor: pointer;
    background: url("../image/minus.svg") no-repeat center;
    background-size: 14px 14px;
    z-index: 99;
  }
  header .top .topContainer nav > ul > li .showMore.plus {
    background: url("../image/plus.svg") no-repeat center;
    background-size: 14px 14px;
  }
  header .top .topContainer nav > ul > li .showMore.minus {
    background: url("../image/minus.svg") no-repeat center;
    background-size: 14px 14px;
  }
  header .top .topContainer nav > ul > li ul {
    opacity: 1;
    position: static;
    width: 80% !important;
    margin: 0 auto;
    height: auto;
    text-align: left !important;
  }
  header .top .topContainer nav > ul > li ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  header .top .topContainer nav > ul > li ul li a {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #333;
  }
  header .top .topContainer nav > ul > li ul li:hover a {
    color: rgba(0, 0, 0, 0.65);
  }
  header .top .topContainer nav > ul > li ul li ul {
    display: none !important;
  }
  header .top .topContainer nav > ul > li .bg {
    display: none !important;
  }
  header .top .topContainer nav > ul > li.minus > a {
    color: #1890ff;
    font-weight: 600;
  }
  header .top .topContainer nav > ul > li:first-child + li + li + li ul li,
  header .top .topContainer nav > ul > li:first-child + li + li + li + li ul li,
  header .top .topContainer nav > ul > li:first-child + li + li + li + li + li ul li {
    margin-left: 0;
  }
  header .top .topContainer.show {
    right: 0;
  }
  @-webkit-keyframes showNavLi {
    0% {
      top: 104px;
      opacity: 0;
      filter: Alpha(opacity=0);
    }
    100% {
      top: 0;
      opacity: 1;
      filter: Alpha(opacity=100);
    }
  }
  @keyframes showNavLi {
    0% {
      top: 104px;
      opacity: 0;
      filter: Alpha(opacity=0);
    }
    100% {
      top: 0;
      opacity: 1;
      filter: Alpha(opacity=100);
    }
  }
  header .top .topContainer.show nav > ul > li:nth-child(1) {
    -webkit-animation: showNavLi 0.5s ease-out 0.5s 1 forwards;
            animation: showNavLi 0.5s ease-out 0.5s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li:nth-child(2) {
    -webkit-animation: showNavLi 0.5s ease-out 0.6s 1 forwards;
            animation: showNavLi 0.5s ease-out 0.6s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li:nth-child(3) {
    -webkit-animation: showNavLi 0.5s ease-out 0.7s 1 forwards;
            animation: showNavLi 0.5s ease-out 0.7s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li:nth-child(4) {
    -webkit-animation: showNavLi 0.5s ease-out 0.8s 1 forwards;
            animation: showNavLi 0.5s ease-out 0.8s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li:nth-child(5) {
    -webkit-animation: showNavLi 0.5s ease-out 0.9s 1 forwards;
            animation: showNavLi 0.5s ease-out 0.9s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li:nth-child(6) {
    -webkit-animation: showNavLi 0.5s ease-out 1s 1 forwards;
            animation: showNavLi 0.5s ease-out 1s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li:nth-child(7) {
    -webkit-animation: showNavLi 0.5s ease-out 1.1s 1 forwards;
            animation: showNavLi 0.5s ease-out 1.1s 1 forwards;
  }
  header .top .topContainer.show nav > ul > li.hasShow {
    top: 0;
    opacity: 1;
    filter: Alpha(opacity=100);
  }
  .phoneGg {
    position: fixed;
    width: 100%;
    min-height: 100%;
    z-index: 3;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    display: none;
  }
  .phoneGg.show {
    display: block;
    height: 5000px;
  }
  .main .content {
    min-height: 300px;
  }
  .defaultHtmlPage .defaultHtmlPageContainer .columnBanner {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 992px) {
  footer .footerContainer .communication {
    display: block;
  }
  
  footer .footerContainer .report_method{
  	width:110px;
  	padding:0;
  }
  .rightWindow.PC {
    width: 50px;
  }
  .rightWindow.PC:hover {
    width: 50px;
  }
  .rightWindow.PC .goTop {
    height: 80px;
    background: #1890ff url(../image/goTop-2x.png) no-repeat center 12px;
    background-size: 35px auto;
    cursor: pointer;
  }
  .rightWindow.PC .infoContainer {
    display: none;
  }
  .rightWindow.PC .goIndex i {
    font-size: 30px;
    display: block;
    float: left;
    margin: 12px;
  }
}

@media only screen and (max-width: 768px) {

  footer .footerContainer .leftSide {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footerContainer .leftSide div {
    padding: 0 74px;
    display: inline-block;
  }
  footer .footerContainer .communication {
    display: none;
  }
  footer .footerContainer .rightSide {
    width: 100%;
  }
  footer .footerContainer .rightSide div {
    text-align: center;
  }
  footer .footerContainer .rightSide div:first-child + div {
    text-align: center;
  }
  footer .footerContainer .rightSide div:first-child + div a {
    display: inline-block;
    color: rgba(0, 0, 0, 0.45);
  }
  
  footer .footerContainer{
  	display:block;
  }
  footer .footerContainer .clear_both{
  	display:block;
  }
  footer .footerContainer .report_method{
  	width:auto;
  	margin-bottom:12px;
  }
}

@media only screen and (max-width: 420px) {
  footer .footerContainer .leftSide div {
    padding: 0 20px;
  }
}

.rightWindow {
  position: fixed;
  bottom: 115px;
  width: 58px;
  right: 0;
  z-index: 9997;
  border-radius: 2px;
  -webkit-transition: width 150ms;
  transition: width 150ms;
}

.rightWindow .goIndex {
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #e3f1ff;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(2, 31, 61, 0.03);
          box-shadow: 0px 8px 32px 0px rgba(2, 31, 61, 0.03);
  overflow: hidden;
}

.rightWindow .goIndex span {
  color: #1890ff;
  width: 0;
  -webkit-transition: width 150ms;
  transition: width 150ms;
  font-size: 0;
}

.rightWindow .goIndex i {
  margin-right: -3px;
  margin-top: 14px;
  font-size: 22px;
  color: #1890ff;
  -webkit-transition: width 150ms;
  transition: width 150ms;
}

.rightWindow .goTop {
  height: 106px;
  background: #1890ff url(../image/goTop.png) no-repeat center;
  background-size: 42px auto;
  cursor: pointer;
}

.rightWindow .goIndex span {
  font-size: 0;
}

.rightWindow .infoContainer {
  padding: 22px 17px;
  background: #f3faff;
  position: relative;
}

.rightWindow .infoContainer .title {
  text-align: center;
  line-height: 20px;
  color: #69c0ff;
  font-size: 0;
  display: none;
}

.rightWindow .infoContainer .title + div {
  padding-left: 34px;
  line-height: 24px;
  color: #04ae0f;
  background: url(../image/wechat.png) no-repeat left center;
  font-size: 0;
  position: relative;
  height: 24px;
}

.rightWindow .infoContainer .title + div + div {
  margin-top: 10px;
  padding-left: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #ea5d5c;
  background: url(../image/weibo.png) no-repeat left center;
  font-size: 0;
  height: 24px;
}

.rightWindow .infoContainer div.weixinCode {
  position: absolute;
  left: -150px;
  top: -24px;
  display: none;
  width: 142px;
  height: 136px;
  background: url(../image/code.png) no-repeat center;
}

.rightWindow .infoContainer div.weixinCode.show {
  display: block;
}

.rightWindow:hover {
  width: 154px;
}

.rightWindow:hover .title + div,
.rightWindow:hover .title + div + div {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.rightWindow:hover .goIndex span {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}

.rightWindow:hover .goIndex i {
  margin-right: 10px;
}
/*# sourceMappingURL=common2.css.map */