@charset 'utf-8';

/* CSS reset */

body, html {
  width: 100%;
  height: 100%;
}

* {
  font-family: "Microsoft Yahei", "微软雅黑", "STHeiti", "华文细黑", sans-serif;
  font-size: .22rem;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* inherit 继承 */
  font: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

img {
  display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

input {
  outline: none;
}

legend {
  color: #000;
}

*:link, *:visited, *:hover, *:active {
  -webkit-tap-highlight-color: transparent;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}



.block {
  display: block;
}

.mgAuto {
  margin:45px auto;
}

.Scroll {
  overflow: scroll !important;
}


/*导航公共部分样式*/

#header, #footer {
  position: absolute;
  display: block;
  z-index: 8;
  text-align: center;
  color: #f2f2f2;
  width: 74%;
  right: 0;
  height: auto;
  opacity: 0;
  transition: 2.5s;
}

#header {
  top: 1%;
}

#footer {
  bottom: 2%;
}

#left {
  position: fixed;
  height: 100%;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  transition: 1.5s;
  z-index: 999;
}

#left {
  left: 0px;
}


/* left浮框 */

.floatBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floatBoxCon {
  width: 200px;
  height: 100%;
}

.leftBox {
  background: #fff;
  width: 200px;
  height: 100%;
  transition: 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2% 25px 0;
  box-sizing: border-box;
  z-index: 99999;
}

.leftBox .leftBoxImg img {
  width: 100%;
}

.leftBox .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leftBox .logoFooter {
  bottom: 30px;
  opacity: 1;
}

.subject {
  position: fixed;
  top: 0;
  left: 200px;
  display: none;
  width: 380px;
  height: 100%;
  z-index: 10;
}

.subjectBoxCon {
  width: 380px;
  height: 100%;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e9e9e9;
}

.subjectCon {
  text-align: center;
  font-size: 18px;
  color: #545454;
  position: absolute;
  top: 12%;
  line-height: 30px;
  left: 0;
  right: 0;
  display: none;
}

.subjectBox {
  height: 600px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.subjectFooter {
  font-size: 14px;
  color: #545454;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  display: none;
  text-align: center;
}

.subject li a {
  font-size: 24px;
  color: #545454;
  font-weight: 900;
}

.subject .subjectSelect {
  color: #8dc5dc;
}

.subjectMenban {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #464d52;
  opacity: .6;
  display: none;
}


/* 移动导航 */

.logoMenu {
  width: 100%;
  height: 70px;
  display: none;
  position: fixed;
  z-index: 9991;
  top: 0;
}

.logoMenuBox {
  position: fixed;
  top: 0px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  z-index: 99999;
  border-bottom: 1px solid #efefef;
}

.logoMenuBox img {
  width: 20%;
}

.logoMenu_xsHeader {
  position: absolute;
  right: 25px;
  width: 40px;
  height: 40px;
  background: #f2f5f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
