body{font-size: 16px;}
body,
button {
  font: normal 12px/1.5;
}

pre {
  white-space: pre-wrap;
}

.ui-empty {
  padding: 50px 0;
}

.fixed {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease .2s;
}

.u-flexContainer {
  display: flex;
}

.Ad-imageContainer {
  overflow: hidden;
  display: block;
}

.Ad-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.Header {
  width: 100%;
  background-color: #d02007;
}

.Logo {
  width: 420px;
  height: 80px;
  margin-right: 4px;
  background: url("../images/logo.png") no-repeat 0 0;
  background: url("../images/logo@2x.png") no-repeat 0 0;
  background-size: 420px 80px;
}

.Logo span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 50%;
  background-color: #fff;
}

.Logo-image {
  display: block;
  width: 621px;
  height: 80px;
  margin-left: -200px;
}

.Header-right {
  display: none;
}

.Menu-btn {
  display: none;
  width: 16px;
  height: 18px;
  background: url("../images/menu_m@2x.png") no-repeat 0 0;
  background-size: 16px 18px;
}

.Nav-list {
  margin: 0;
  padding: 0;
}

.Nav-item {
  position: relative;
  float: left;
  margin: 0 -1px;
  padding: 18px 0;
}

.Nav-item:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #a71905;
}

.Nav-itemLink {
  display: block;
  margin: 0 8px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.Nav-item.is-active .Nav-itemLink,
.Nav-itemLink:hover {
  border-radius: 8px;
  background-color: #a61a06;
}
.SideNav-container{ position:relative;}
.SubNav-list {
    display: none;
    z-index: 100;
    position: absolute;
    top: 80px;
    left: 50%;
    width: 104px;
    margin: 0 0 0 -52px;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    background-color: #fff;
}

.SideNav-container:hover .SubNav-list{ display:block;}

.SubNav-list2 {
  display: none;
  z-index: 100;
  position: absolute;
  top: 80px;
  left: 50%;
  width: 104px;
  margin: 0 0 0 -52px;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  background-color: #fff;
}

.Nav-item:hover .SubNav-list2{ display:block;}

.SubNav-list2 .SubNav-list {
  display: none;
  position: absolute;
  top: 0;
  left: 156px;
  width: 104px;
  margin: 0 0 0 -52px;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  background-color: #fff;
}

.xxx:hover .SubNav-list{ display:block;}

.SubNav-item {
  position: relative;
}

.SubNav-itemLink {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  color: #2a2a2a;
}

.SubNav-itemLink:hover {
  background-color: #eee;
}



.IconSearch {
  position: relative;
  float: left;
  margin: 31px 0 0 20px;
}

.IconSearch .Search-inputText {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 4px 8px;
}

.IconSearch input{ position: absolute; right: 0; top: 18px; display:none; height:32px; background: #fff; width: 200px; padding-left:20px; font-size: 14px;} 

.Search-btn {
  display: block;
  width: 18px;
  height: 38px;
  background: url("../images/search.png") no-repeat 0 0;
}

.u-mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.Masthead {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
  color: #aaa;
}

.Masthead a {
  color: #aaa;
}

.container-fluid--red {
  background-color: #d02007;
}

.container-fluid--red-dark {
  background-color: #b31903;
}

.container-fluid--gray {
  background-color: #f9f9f9;
}

.container-fluid--dark {
  background-color: #5c5d64;
}

.container-fluid--shadow {
  box-shadow: inset 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.SideNav {
  z-index: 1;
  position: relative;
  width: 200px;
  margin-right: -230px;
}

.SideNav .SubNav-list {
  top: 0;
  left: 252px;
}

.SideNav-item {
  display: block;
  height: 60px;
  border: 1px solid #eee;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #2a2a2a;
  background: #f9f9f9;
}

.SideNav-item.active {
  border-color: #d02108;
  color: #fff;
  background: #d02108;
}

.Main {
  width: 100%;
}

.Main-container {
  margin-left: 230px;
}

.Pages {
  clear: both;
  /*cursor: pointer;*/
  float: right;
  margin: 10px 0 30px;
}

.Pages a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 28px;
  margin:0 0 5px 5px;
  margin:0 0 5px 5px;
  /*-webkit-tap-highlight-color: transparent;*/
  cursor: pointer;
}

.Pages .jp-current {
  border-color: #d22008;
  background-color: #d22008;
  color: #fff;
}

.Pages .jp-disabled {
  background: #eee;
  color: #aaa;
}

.Pages .input1{ border:1px solid #eee; width:40px; height:28px; line-height:28px; font-size:14px;}


.Others-container {
  position: relative;
  margin: 30px 0;
}

.Others-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .72;
  background: url("../images/group.png") repeat 0 0;
}

.Others {
  z-index: 1000;
  position: relative;
  min-height: 306px;
  padding: 26px 40px;
}

.Others-title {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  border-bottom: 1px solid #ddd \9;
}

.Others-content {
  padding: 20px 0;
}

.Friend-linksItem {
  float: left;
  margin: 0 25px 20px 0;
}

.Friend-linksItem img {
  display: block;
}

.Footer {
  padding: 20px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #aaa;
}

.Footer p {
  margin: 3px 0;
}

.SiteMap {
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.Site-copyright img{ position:relative; top:15px;}
.SiteMap-link {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.SiteMap-sep {
  margin: 0 5px;
}

.SiteNavContainer {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #5c5d64;
}

.SiteNavContent {
  position: relative;
  padding: 20px;
}

.SiteNav-item {
  display: flex;
  border-bottom: 1px solid #aaa;
  padding: 35px 0 20px;
}

.SiteNav-item.is-active {
  color: #fff;
}

.SiteNav-item:last-child {
  border-bottom: 0;
}

.SiteNav-nav {
  margin-right: 25px;
}

.SiteNav-itemLink {
  font-size: 18px;
  color: #fff;
}

.SiteSubNav {
  flex: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.SiteSubNav-itemLink {
  font-size: 14px;
  color: #aaa;
  flex-basis: 33.3333%;
  margin: 0 0 15px;
}

.SiteNav-close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../images/close.png") no-repeat 0 0;
  background-size: 24px 24px;
}

.weather{ width:3.2rem; position:absolute; z-index:9999; right:0; top:50%; margin-right:100px;box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);background-color:#fff;}
.weather a img{width: 100%;display:block;}
.weather a p{padding:0 12px;color:#000;line-height:20px;}
.leftAD{ position:fixed; display:none;left:10px; top:50%; margin-top:-181px; z-index:10;  animation: upDown .7s infinite alternate linear; -webkit-animation: upDown .7s infinite alternate linear; }
.leftAD img{max-width: 200px;}
.rightAD{ position:fixed; display:none;right:10px; top:50%; margin-top:-181px; z-index:10;  animation: upDown .7s infinite alternate linear; -webkit-animation: upDown .7s infinite alternate linear; }

.jdad{ display:none;}
.jdad img{ width:100%;}
@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10px); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10px); } }
.qrcode{padding-top: 20px;}
.qrcode ul{overflow:hidden;}
.qrcode ul li{width:14.2%;float:left;}
.qrcode ul li .ewm{text-align: center;}
.qrcode ul li .ewm img{width:70%;height:136px;object-fit: contain;}
.qrcode ul li p{color:#fff;text-align:center;}


.Logo2 {background: url("../images/logo3.png") no-repeat 0 0;}

@media (max-width: 750px) {
    .share{display:none;}

    .weather{width:2.4rem;}

    .weather a img {width: 100%;}


    .qrcode ul li{width:50%;}
    .qrcode ul li .ewm img{height:134px;object-fit: contain;}

  .Header {
    background-color: #fff;
  }
  .Header2 {
      border-bottom: 2px solid #eee;
  }

  .Header-left {
    display: none;
  }

  .Header-right {
    display: block;
    margin-top: 20px;
  }

  .IconSearch {
    margin: 0 20px 0 0;
  }

  .IconSearch .Search-inputText {
    top: -2px;
    left: -110px;
    padding: 4px 8px;
  }

  .Logo {
    width: 200px;
    height: 20px;
    margin: 20px 0;
    background: url("../images/logo_m@2x.png") no-repeat 0 0;
    background-size: 200px 20px;
    position: relative;
  }
  
  .Logo2 {
    background: url(../images/logo4.png) no-repeat 0 0;
    margin: 10px 0;
    height: 42px;
    width: 223px;
    background-size: 200px 39px;
  }

  .Logo span {
    height: 60px;
  }

  .Search-btn {
    width: 16px;
    height: 16px;
    background: url("../images/search_m@2x.png") no-repeat 0 0;
    background-size: 16px 16px;
  }

  .Menu-btn {
    display: block
  }

  .Nav-list {
    display: none;
  }

  .u-flexContainer {
    display: flex;
  }

  .Main-container {
    margin-left: 0;
  }

  .SideNav {
    display: none;
  }

  .Others {
    padding: 26px 15px 0;
  }
  .leftAD, .rightAD{ display:none; }
  .jdad{ display:block;}
}
