@charset "utf-8";

/* CSS Document */
html {
  background: #f5f5f5;
  font-size: 62.5%;
  /* 10÷16=62.5% */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 14÷10=1.4 */
  color: #333;
  font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {
  border: 0;
}

img, object {
  max-width: 100%;
  /*height:auto;*/
  width: auto\9;
  /* for ie8 */
  -ms-interpolation-mode: bicubic;
}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #333;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}

a:hover {
  color: #8c0000;
  text-decoration: none;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

ul, ol, li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-weight: inherit;
}

input, select, textarea, button {
  vertical-align: middle
}

.imgResponsive {
  width: 100%;
  overflow: hidden;
  height: 0;
  display: block;
  padding-bottom: 55.35%
}

.imgResponsive img {
  width: 100%;
  transition: all 0.8s ease-in-out;
}

a:hover .imgResponsive img {
  transform: scale(1.08);
  opacity: 0.9
}

.clear {
  width: 100%;
  overflow: hidden;
  *height: 0
}

.clearFix {
  *zoom: 1;
  clear: both;
}

.clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.time {
  color: #969696;
  font-family: 'Arial'
}

.time i {
  *background: url(/culture/images/time.png) no-repeat center center;
  *float: left;
  *width: 12px;
  *height: 20px;
}


/*头部样式*/
.wrap_header {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #fff;
}

.headerWrap {
  width: 100%;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
  /*! z-index:600; */
  clear: both;
  overflow: hidden;
}

.header:after {
  content: '';
  clear: both;
  display: block;
}

.top_nav {
  position: relative;
  float: right;
}


.links {
  float: right;
  text-align: right;
  margin-top: 43px;
}

.links01 ul li {
  display: inline;
  height: 25px;
}

.links01 a {
  color: #fff;
  padding: 0 10px;
}

.links01 a:hover {
  color: #c81622;
}

.btn_ser {
  display: inline-block;
  width: 34px;
  height: 31px;
  cursor: pointer;
}

.btn_ser img {
  vertical-align: middle;
}

.ser {
  height: 32px;
  right: 0;
  top: 53px;
  line-height: 32px;
  border: 1px solid #8c0000;
  border-radius: 20px;
}

.search {
  width: 260px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

.search input {
  position: absolute;
  height: 30px;
  line-height: 29px;
  font-size: 1.4rem;
  color: #8c0000;
  border: none;
  background: none;
}

.search input.notxt {
  padding-left: 60px;
  width: 186px;
}

.search input.notxt1 {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0px;
  left: 10px;
  border: none;
  background: url(/culture/images/ser.png) no-repeat center;
  cursor: pointer;
  overflow: hidden;
}


.logo {
  width: auto;
  height: auto;
  padding: 20px 0 20px 0;
  float: left;
}

.logo .logo_01 {
  float: left;
}

.logo .logo_02 {
  float: left;
}

.logo a:hover {
  opacity: 0.7;
  filter: opacity=70;
}

.top_nav_box {
  margin-top: 20px;
  overflow: hidden;
}

.top_nav_box li {
  float: left;
  margin-left: 35px;
}

.top_nav_box li a {
  display: block;
  font-size: 14px;
  color: #8c0000;
}

.top_nav_box li a:hover {
  color: #666;
}

/*导航*/
.nav {
  width: 100%;
  height: 46px;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #8c0000;
  border-bottom: 1px solid #8c0000;
}

.nav ul {
  height: 46px;
  margin: 0px auto;
  max-width: 1200px;
}

.nav ul li {
  float: left;
  width: 9%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.nav ul li a {
  color: #8c0000;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  transition: all 0.3s ease;
}

.nav ul li>a {
  *height: 46px;
}

.nav ul li .subNav {
  position: absolute;
  background: #8c0000;
  background: rgba(140, 0, 0, 0.5);
  left: 0;
  top: 46px;
  left: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  z-index: 99;
}

.nav ul li.on, .nav ul li.active {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav ul li.on>a, .nav ul li.active>a {
  color: #fff;
  background: #8c0000
}

.nav ul li.on .subNav {
  display: block;
}

.nav ul li.on .subNav dl {
  overflow: hidden;
  margin: 0 0;
}

.nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 20px;
  text-align: center;
}

.nav ul li.on .subNav dl dd:hover {
  color: #8c0000;
}

.nav ul li.on .subNav dl dd a {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 5px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.nav ul li.on .subNav dl dd:hover a {
  color: #fff;
  background: #a50202;
}


.wrap_header.currents {
  height: 46px;
  line-height: 46px;
  background: none;
  background-color: #8c0000;
  box-shadow: 0 2px 6px rgba(1, 117, 117, 0.4);
  position: fixed;
  top: 0;
  left: 0
}

.wrap_header.currents .ser {
  display: none;
}

.wrap_header.currents .web-logo, .wrap_header.currents .ser, .wrap_header.currents .topLinks, .wrap_header.currents .top_nav {
  display: none;
}

.wrap_header.currents .mobile-logo {
  display: block;
}

.wrap_header.currents .top {
  position: absolute;
  left: 50%;
  top: 4px;
  width: auto;
  height: auto;
  margin-left: -600px;
}

.wrap_header.currents .logo {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wrap_header.currents .nav {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
  background: none;
  border: none;
}

.wrap_header.currents .nav li {
  background: none;
  width: 9%;
  *width: 120px;
}

.wrap_header.currents .nav ul li>a {
  color: #fff;
  font-size: 16px;
}

.wrap_header.currents .nav ul li.on>a, .wrap_header.currents .nav ul li:hover>a {
  color: #fff;
  background: #a80303
}

.wrap_header.currents .nav li.active {
  background: #a80303;
}


.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}



.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}



/*手机端导航*/
.mobile {
  width: 100%;
  position: absolute;
  height: 90px;
  display: none;
  top: 0;
  right: 0;
  z-index: 999999;
  height: 100%;
}

/*.mobile.active{overflow:visible;}*/
.mobile-inner-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
  width: 40px;
}

.mobile-inner-header-icon {
  color: #fff;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  right: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #8c0000;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-search-btn {
  width: 90px;
  height: 90px;
  background: url(/culture/images/mobile-search.png) no-repeat center #016f6f;
  position: absolute;
  right: 90px;
  top: 0;
  cursor: pointer;
}

.mobile-search-btn.active {
  background: #016f6f;
}

.mobile-search-btn.active:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.mobile-search-btn.active:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}

.mobile-inner-header-icon {
  color: #8c0000;
  height: 30px;
  text-align: left;
  float: right;
  width: 30px;
  position: relative;
  cursor: pointer;
  margin-right: 11px;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}

.mobile-inner-header-icon-out span {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #8c0000;
  display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
  width: 24px;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
  width: 24px;
  margin-left: 6px;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
  width: 24px;
  margin-left: 12px;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav {
  background: #000;
  background: rgba(255, 255, 255, 0.9);
  background-size: contain;
  width: 100%;
  position: absolute;
  top: 92px;
  right: 0px;
  /*! padding-top: 10px; */
  padding-bottom: 25px;
  transition: all 0.5s ease;
  /*! padding-top:20px; */
  display: none;
  z-index: 99;
  border-top: 1px solid #dfc6c9;
  padding-bottom: 43px;
}

.mobile-inner-nav ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.mobile-inner-nav.active {
  display: block;
}

.mobile-inner-nav a {
  display: block;
  line-height: 2;
  padding: 10px 0;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #8c0000;
  font-weight: bold;
}

.mobile-inner-nav a:hover {}

.mobile-inner-nav li {
  position: relative;
  border-bottom: 1px solid #dfc6c9;
}

.mobile-inner-nav li a {
  padding: 12px 0px;
}

.mobile-inner-nav li strong {
  color: #8c0000;
  position: absolute;
  right: 39%;
  top: 0;
  font-size: 2rem;
  cursor: pointer;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
  /*! margin-left: 32px; */
}

.mobile-inner-nav a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.mobile_subNav {
  display: none;
  padding: 0 0 0px;
  background: #f6e8e8;
}

.mobile-inner-nav dd {
  border-top: 1px solid #dfc6c9;
}

.mobile-inner-nav dd a {
  height: 40px;
  line-height: 40px;
  border-bottom: none;
  font-weight: normal;
  font-size: 1.4rem;
  color: #8c0000;
  padding: 0 10px;
}

.mobile-inner-nav dd a:hover {
  color: #fff;
  background: #8c0000
}

.mobile_search {
  clear: both;
  position: relative;
  height: 50px;
  margin: 10px 30px 0;
  /*! border-bottom:1px solid rgba(255,255,255,0.2); */
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  float: none;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dfc6c9;
}

.mobile_search input.notxt {
  width: 96%;
  color: #8c0000;
  padding-left: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  padding-left: 10px;
}

.mobile_search input.notxt1 {
  width: 50px;
  right: 0;
  left: auto;
  background: url(/culture/images/ser.png) no-repeat center center;
  border: none;
  height: 50px;
  line-height: 50px;
  top: -1px;
}

.mobile-inner-nav dd a i {
  color: #1b7474;
  margin-right: 6px;
  font-weight: bold;
}

.mobile-links {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
}

.mobile-inner-nav .mobile-links a {
  display: inline-block;
  font-size: 16px;
  padding: 0 12px;
}

.mobile_search .search {
  width: 100%;
  height: 50px;
}

.mobile-logo {
  width: 70%;
  margin: 0 auto;
}

.mobile-logo a {
  float: left;
}

.mobile-logo a.mobile-logo-01 {
  width: 55%;
  margin-right: 10px;
}

.mobile-logo a.mobile-logo-02 {
  width: 22%;
}

.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  font-size: 24px;
  transition: none;
  background: url(/culture/images/top.png) no-repeat center center #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.goTop:hover {
  color: #fff;
  background-color: #8c0000;
}

.Wrap_footer {
  width: 100%;
  margin: 0 auto;
  background: url(/culture/images/footer_bg.png) no-repeat 45.5% 30px #222;
}

.address {
  background: #8c0000;
  padding: 15px 0;
  text-align: center;
}

.address p {
  max-height: 1200px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto;
}

.address p span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 14px;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}

.footer .f_lf {
  float: left;
}

.footer .f_rt {
  float: right;
}

.f_links {
  overflow: hidden;
  margin-bottom: 30px;
}

.f_links h2 {
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-right: 20px;
}

.f_links .linksList {
  float: left;
}

.linksList a {
  float: left;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}

.linksList a:hover {
  color: #aaa;
}

.f_dizhi {
  line-height: 24px;
  color: #bcbcbc;
  font-size: 14px;
}

.codeList li {
  float: left;
  width: 132px;
  text-align: center;
  border-left: 1px solid #595959;
  padding-left: 15px;
  margin-left: 15px;
  padding-top: 5px;
}

.codeList li .code01 img {
  width: 77px;
}

.codeList li .code01 p {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 20px;
}

.codeList li.last {
  width: 77px;
}



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



  .header, .nav ul, .footer, .address p {
    width: 1000px;
  }

}




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



  .header, .nav ul, .footer, .address p {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }


}




@media screen and (max-width:992px) {
  .headerWrap {
    border-top: none;
  }

  .nav, .top_nav_box {
    display: none;
  }

  .topNav, .ser {
    display: none;
  }

  .mobile {
    display: block;
    position: static;
  }

  .mobile_search {
    display: block;
    top: 0px;
    right: 0;
  }

  .logo .logo_01 {
    width: 268px;
  }

  .logo .logo_02 {
    width: 188px;
  }

  .logo {
    padding-bottom: 13px;
  }

  .codeList li {
    padding-left: 10px;
    margin-left: 10px;
  }

  .footer .f_lf {
    float: none;
    text-align: center;
    overflow: hidden;
  }

  .footer .f_rt {
    float: none;
    margin-top: 20px;
    overflow: hidden;
  }

  .f_links h2, .f_links .linksList, .linksList a {
    display: inline-block;
    float: none;
  }

  .f_links {
    margin-bottom: 15px;
  }

  .f_links h2, .linksList a {
    font-size: 14px;
  }

  .codeList {
    text-align: center;
    width: 410px;
    margin: 0 auto;
    overflow: hidden;
  }

  .codeList li .code01 p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 18px;
  }

  .f_links {
    margin-bottom: 5px;
  }

  .address p span, .f_dizhi {
    font-size: 12px;
  }

  .Wrap_footer {
    background: url(/culture/images/footer_bg.png) no-repeat center #222;
  }


}

@media screen and (max-width:767px) {
  .logo .logo_01 {
    width: 200px;
  }

  .logo .logo_02 {
    width: 118px;
  }

  .mobile-inner-nav {
    top: 75px;
  }

  .mobile-inner-header-icon {
    margin-top: 24px;
  }

  .time {
    font-size: 12px;
  }

  .footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }


}


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

  .mobile-inner-nav li strong {
    right: 33%;
  }

  .codeList li {
    width: 100px;
  }

  .codeList {
    width: 347px;
  }


}


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

  .mobile-inner-header-icon {
    margin-top: 19px;
  }

  .mobile-inner-nav li strong {
    right: 23%;
  }

  .codeList li .code01 img {
    width: 60px;
  }

  .codeList li {
    width: 70px;
  }

  .codeList {
    width: 280px;
  }


}


@media screen and (max-width:360px) {
  .logo .logo_01 {
    width: 144px;
  }

  .logo .logo_02 {
    width: 102px;
  }

  .mobile-inner-nav {
    top: 65px;
  }
}