@charset "UTF-8";
@import url('banner.css');
@import url('gp4.css');
@import url('gp10.css');

* {
  box-sizing: border-box;
}

:root {
  --pink: #fc7754;
  --topheight: 100px;
}

html {
  font-size: 18px;
  line-height: 2;
  font-family: 'MicrosoftYaHei';
  color: #000;
}

body {
  margin: 0;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff 0, #fff var(--topheight), transparent calc(var(--topheight) + 1px));
  background-repeat: repeat-x;
  background-position: left top;
}

a {
  color: inherit;
  -webkit-user-drag: none;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

#top {
  height: var(--topheight);
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(102, 102, 102, 0.06);
}

#top+div {
  height: var(--topheight);
}

#logo {
  width: 253px;
  height: 74px;
  background-image: url(/app/bdisp/img/logo.svg), url(/app/bdisp/img/logo.png);
  background-size: 253px 74px, 84px 84px;
  background-position: left top, -1px -5px;
  background-repeat: no-repeat;
  position: absolute;
  left: 6.3%;
  top: 13px;
}

#nav {
  height: var(--topheight);
  position: absolute;
  top: 0;
  right: calc(20% - 180px);
}

#nav>ul {
  margin: 0;
  padding: 0;
}

#nav>ul>li {
  display: inline-block;
  height: var(--topheight);
  padding: 22px 1.4vw;
}

#nav>ul>li>a {
  display: block;
  height: 51px;
  font-size: 18px;
  line-height: 36px;
  padding: 8px 0px 7px 0;
  width: 80px;
  text-align: center;
}

#nav>ul>li>a.active {
  color: var(--pink);
  font-weight: bold;
}

#nav>ul>li:hover>a {
  color: var(--pink);
  font-weight: bold;
}

#nav>ul>li:last-child {
  background-color: var(--pink);
  position: absolute;
  height: 2px;
  width: 44px;
  left: 0;
  bottom: 1px;
  padding: 0;
  transition: all 0.2s linear;
}

#gp1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 2% 15%;
}

#gp2 {
  width: 91%;
  max-width: 1748px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#gp2>div:first-child {
  flex: 4 4 400px;
  background-image: url(http://res.jzyglxt.com/erp/expo/building.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
}

#gp2>div:nth-child(2) {
  flex: 6 6 600px;
  background-color: #333333;
  color: #F1F1F1;
  padding: 0 9% 30px 3%;
  min-height: 700px;
}

#gp2>div:nth-child(2)>h2 {
  font-size: 44px;
  border-bottom: 1px solid #fff;
  padding-bottom: 44px;
  padding-top: 8px;
  line-height: 72px;
}

#gp2>div:nth-child(2) a {
  display: inline-block;
  padding-right: 100px;
  background-image: url(/app/bdisp/img/arrow.svg);
  background-position-x: 100px;
  background-position-y: center;
  background-repeat: no-repeat;
}

#gp2>div:nth-child(2) a:hover {
  animation: lateralBounce 1s linear alternate infinite;
}

@keyframes lateralBounce {
  0% {
    background-position-x: 100px;
  }

  60% {
    background-position: 124px;
  }

  84% {
    background-position-x: 100px;
  }

  100% {
    background-position: 124px;
  }
}

#gp3 {
  height: 500px;
  background-color: #FA7A5D;
  margin: 40px auto 40px auto;
  max-width: 1920px;
}

#gp4 {
  width: 91%;
  max-width: 1748px;
  margin: 0 auto;
  min-height: 700px;
  padding-bottom: 100px;
}

div.gl {
  flex-direction: column;
}

div.gl>p {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 24px 16px;
  font-size: 20px;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}

div.gl>p>time {
  color: #999;
  float: right;
}

header {
  height: 160px;
  margin-top: 40px;
  user-select: none;
}

header>h3 {
  text-align: center;
  font-size: 44px;
  line-height: 80px;
  height: 76px;
  margin: 0;
}

header>p {
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 0 20px;
}

#gp4>div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  min-height: 540px;
}

#gp4>div:nth-child(2)>div {
  flex: 1 1 400px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  min-height: 270px;
  background-position: center center;
  background-size: cover;
  padding: 14px 0 56px 66px;
}

#gp4>div>div:first-child {
  background-image: url(http://res.jzyglxt.com/erp/expo/5.png);
}

#gp4>div>div:nth-child(2) {
  background-image: url(http://res.jzyglxt.com/erp/expo/36.png);
}

#gp4>div>div>p {
  font-size: 42px;
  line-height: 88px;
  margin: 0;
  height: 129px;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 3;
}

#gp4>div>div:hover>p {
  color: #fff;
}

#gp4>div>div::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.2s linear;
}

#gp4>div>div:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
}

#gp4>div>div>a {
  border: 1px solid #fff;
  padding: 0 10px;
  line-height: 58px;
  height: 60px;
  display: inline-block;
  font-size: 22px;
  margin-right: 18px;
  margin-bottom: 18px;
  white-space: nowrap;
  visibility: hidden;
  color: #fff;
  position: relative;
  z-index: 3;
  opacity: 0.0;
}

#gp4>div>div:hover>a {
  visibility: visible;
  opacity: 1.0;
  transition: opacity 0.3s linear;
}

#gp5 {
  background-color: #3D3938;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 500px;
  padding-top: 1px;
}

#gp5>header {
  color: #F1F1F1;
}

#gp5>div.marquee {
  margin: 20px auto;
  max-width: 91%;
  overflow: hidden;
}

#gp5>div.marquee>div {
  display: flex;
  /* animation: move2 20s linear infinite;
    -webkit-animation: move2 20s linear infinite; */
  position: relative;
  left: 0;
}


/* @keyframes move2 {
    0% {
        left: 0;
    }
    100% {
        left: -1328px;
    }
}

@-webkit-keyframes move2 {
    0% {
        left: 0;
    }
    100% {
        left: -1328px;
    }
} */

#gp5>div.marquee>div>a {
  display: block;
  flex: 0 0 150px;
  margin: 4px 8px;
  transition: transform 0.5s;
}

#gp5>div.marquee>div>a:hover {
  transform: scale(1.05);
}

#gp6 {
  width: 91%;
  max-width: 1748px;
  margin: 0 auto;
  min-height: 500px;
}

#gp6>header {
  color: #333;
}

#gp6>div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

#gp6>div.row-wrap {
  flex-wrap: wrap;
}

#gp6>div.row-wrap>a {
  margin-bottom: 60px;
}

#gp6>div:nth-child(2)>a {
  display: block;
  flex: 0 0 31%;
  background-color: #fff;
  padding: 36px 54px 74px 54px;
  border-width: 6px;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  min-height: 596px;
  background-image: url(/app/bdisp/img/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: border-top-color 0.6s, border-right-color 0.6s 0.1s, border-bottom-color 0.6s 0.2s, border-left-color 0.6s 0.3s;
}

#gp6>div:nth-child(2)>a:hover {
  border-top-color: var(--pink);
  border-right-color: var(--pink);
  border-bottom-color: var(--pink);
  border-left-color: var(--pink);
}

#gp6 a>div {
  background: #adfadf;
  padding-top: 40%;
  margin: 43px 0 20px 0;
  background-position: center center;
  background-size: cover;
}

#gp6 a>p:first-child {
  font-size: 44px;
  margin: 0;
  text-align: center;
  line-height: 72px;
}

#gp6 a>p:nth-child(2) {
  font-size: 22px;
  margin: 0;
  text-align: center;
}

div.more {
  padding: 5.1% 0;
}

div.more>a {
  display: block;
  width: 300px;
  height: 56px;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 28px;
  padding-left: 80px;
  line-height: 54px;
  background-color: #fff;
  background-repeat: no-repeat;
  /* background-image: url(/app/bdisp/img/arrow3.svg), linear-gradient(to bottom, #f1f2f3, #fff, #f1f2f3);
    background-position: 200px 15px, left top; */
  background-image: url(/app/bdisp/img/arrow3.svg);
  background-position: 200px 15px;
  /*box-shadow: 1px 1px 3px #ccc inset, -1px -1px 3px #ccc inset;*/
}

div.more>a:hover {
  background-color: #000;
  color: #fff;
  background-image: url(/app/bdisp/img/arrow4.svg);
}

#gp7 {
  width: 100%;
  max-width: 1812px;
  margin: 40px auto;
}

#gp7>ul.sub {
  margin: 0;
  padding: 2vw 0;
  display: flex;
  flex-wrap: wrap;
}

#gp7>ul.sub>li>a {
  padding: 0 32px;
  line-height: 50px;
}

#gp7>ul.sub>li:first-child>a {
  color: var(--pink);
  font-weight: bold;
}

#gp7>ul.sub>li.active {
  order: -1;
  margin-right: auto;
  font-size: 30px;
  line-height: 40px;
}

#gp7>ul.pb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gp7>ul.pb>li {
  display: block;
  padding: 32px;
  flex: 0 1 500px;
  height: auto;
  position: relative;
  top: 50px;
  opacity: 0.0;
  transition: all 0.3s linear;
}

#gp7>ul.pb>li.show {
  position: relative;
  top: 0;
  opacity: 1.0;
}

#gp7>ul.pb>li>a>div {
  padding-top: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

#gp7>ul.pb>li>p {
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 64px;
  margin: 0;
  width: 100%;
}

#gp8>ul.gh {
  margin: 0 auto;
  padding: 0;
  display: flex;
  width: 95%;
  max-width: 1740px;
  flex-wrap: wrap;
}

#gp8>ul.gh>li {
  margin: 0;
  padding: 40px 0 0 0;
  flex: 1 1 400px;
  height: 500px;
  transition: all 0.5s ease;
}

#gp8>ul.gh>li:hover {
  /*transform: scale(1.3);*/
  background-color: RGBA(184, 234, 248, 0.3);
}

#gp8>ul.gh>li>a:first-child {
  width: 94%;
  height: 375px;
  display: block;
  margin: 0 auto;
}

#gp8>ul.gh>li>p {
  text-align: center;
  color: #333;
}

#gp8>ul.gh>li>a:first-child>div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.5s ease;
}

#gp8>ul.gh>li:hover>a:first-child>div {
  transform: scale(1.05);
}

#gp8 {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 40px;
}

ul.pg {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.pg>li:nth-child(2n+1) {
  width: 100%;
  padding: 0 1.8vw;
  display: flex;
  flex-wrap: wrap;
}

ul.pg>li:nth-child(2n+2) {
  height: 1px;
  display: block;
  background-color: #ddd;
  margin: 0 3.6vw;
}

ul.pg>li>div {
  margin: 2.5vw 1.8vw;
}

ul.pg>li>div:first-child {
  flex: 0 1 450px;
  min-height: 366px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.pg>li>div:nth-child(2) {
  flex: 1 1 450px;
}

ul.pg>li>div:nth-child(2)>h3 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: normal;
}

ul.pg>li>div:nth-child(2)>p:last-child {
  margin-top: 3vw;
  margin-bottom: 1.2vw;
}

ul.pg>li>div:nth-child(2)>p:last-child>a {
  user-select: none;
  display: inline-block;
  width: 200px;
  border-radius: 28px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  overflow: hidden;
  max-width: calc(48.2vw - 34px);
}

ul.pg>li>div:nth-child(2)>p:last-child>a:first-child {
  background-color: var(--pink);
  color: #fff;
  margin-right: 50px;
}

ul.pg>li>div:nth-child(2)>p:last-child>a:nth-child(2) {
  background-color: #fff;
  border: 1px solid #000;
}

ul.pg>li>div:nth-child(2) time {
  font-weight: bold;
}

ul.pg>li>a:nth-child(3) {
  flex: 1 1 60px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyMSA0MCIgd2lkdGg9IjIxIiBoZWlnaHQ9IjQwIj48cGF0aCBkPSJNMSwxbDE5LDE5bC0xOSwxOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiM5OTkiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 80% center;
}

#gp9 {
  background-image: url(http://res.jzyglxt.com/erp/expo/3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 900px;
  display: flex;
  padding-top: 40px;
  padding-left: 3%;
  padding-bottom: 86px;
  padding-right: 3%;
  flex-wrap: wrap;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

#gp9>div {
  flex: 1 1 512px;
  padding: 36px;
  min-height: 300px;
}

#gp9>div:first-child {
  background-origin: content-box;
  background-image: url(http://res.jzyglxt.com/erp/expo/building.jpg), url(data:image/gif;base64,R0lGODlhAQABAPAAAPx3VAAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
  background-size: 90% auto, 40% 60%;
  background-position: right bottom, left 75%;
  background-repeat: no-repeat;
}

#gp9>div:first-child>p {
  font-family: '宋体';
  font-size: 66px;
  color: var(--pink);
  font-weight: bold;
  text-align: right;
  text-shadow: 1px 1px 0 #FAFAFA, -1px -1px 0 #FAFAFA;
}

#gp9>div:nth-child(2)>h2 {
  font-size: 34px;
  color: #333333;
}

#gp10 {
  height: 500px;
  background-color: var(--pink);
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#gp11 {
  background-image: url(http://res.jzyglxt.com/erp/expo/4.png);
  height: 1020px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

ul#org {
  margin: 0 auto;
  padding: 90px 0 0 0;
  display: flex;
  width: 1500px;
  max-width: 95%;
  overflow: hidden;
}

ul#org span {
  position: relative;
  white-space: nowrap;
}

ul#org>li>span {
  background-color: var(--pink);
  display: inline-block;
  color: #fff;
  font-size: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-top: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}

ul#org>li>span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background-color: var(--pink);
  left: 42px;
  top: 127px;
  border-radius: 4px;
}

ul#org>li>span::after {
  content: "";
  display: block;
  background-color: var(--pink);
  width: 1px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  left: 45px;
  top: 90px;
}

ul#org ul {
  display: flex;
  margin: 0;
  padding: 0;
}

ul#org li {
  text-align: center;
  flex: 1 0 72px;
}

ul#org>li>ul>li>span {
  background-color: var(--pink);
  display: inline-block;
  color: #fff;
  padding: 4px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  width: 80px;
  height: 40px;
  text-align: center;
}

ul#org>li>ul>li>span::before {
  content: "";
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 40px;
  top: -39px;
  width: 1px;
  height: 39px;
}

ul#org>li>ul>li,
ul#org>li>ul>li>ul>li {
  position: relative;
}

ul#org>li>ul>li::before,
ul#org>li>ul>li>ul>li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  background-color: var(--pink);
}

ul#org>li>ul>li:last-child::before,
ul#org>li>ul>li>ul>li:last-child::before {
  display: none;
}

ul#org>li>ul>li>span::after {
  content: "";
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  width: 1px;
  height: 40px;
}

ul#org>li>ul>li>ul span {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: var(--pink) 8px solid;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 60px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 40px;
}

ul#org>li>ul>li>ul>li>span {
  margin-top: 40px;
  padding: 0;
}

ul#org>li>ul>li>ul span::before {
  content: "";
  display: block;
  position: absolute;
  top: -47px;
  left: 30px;
  width: 1px;
  height: 39px;
  background-color: var(--pink);
  overflow: hidden;
}

ul#org>li>ul>li>ul>li>ul span {
  writing-mode: vertical-rl;
  padding-right: 15px;
}

#gp12,
#gp13 {
  width: 100%;
  max-width: 1920px;
}

#gp12>div:nth-child(2) {
  background-color: #F5F5F5;
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#gp12>div:nth-child(2)>div:first-child {
  flex: 1 1 300px;
  padding: 30px 3%;
}

#gp12 ul.vc {
  list-style-type: none;
  margin: 24px 0 0 0;
  padding: 0;
}

#gp12 ul.vc>li {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
}

#gp12 ul.vc>li:nth-child(n+2) {
  margin-top: 30px;
}

#gp12 ul.vc>li:first-child {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/1.png);
}

#gp12 ul.vc>li:nth-child(2) {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/2.png);
}

#gp12 ul.vc>li:nth-child(3) {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/3.png);
}

#gp12 ul.vc>li:nth-child(4) {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/4.png);
}

#gp12 ul.vc>li:nth-child(5) {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/5.png);
}

#gp12 ul.vc>li:nth-child(6) {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/6.png);
}

#gp12 ul.vc>li:nth-child(7) {
  background-image: url(http://res.jzyglxt.com/erp/expo/icon/7.png);
}

#gp12>div:nth-child(2)>div:nth-child(2) {
  flex: 2 2 400px;
  padding: 30px 3%;
}

#gp12>div:nth-child(2) h3 {
  margin: 4px 0;
  font-size: 24px;
}

#gp12 p {
  margin: 0;
  line-height: 1.9;
}

#gp12 blockquote {
  margin: 0 0;
  padding: 8px 0;
  font-size: 16px;
  color: #666;
  border-top: 1px solid #000;
}

blockquote>p:empty::before {
  content: "　";
}

#gp12 details {
  height: 60px;
  transition: height linear 0.4s;
  overflow: hidden;
}

#gp12 details>summary::-webkit-details-marker {
  display: none;
}

#gp12 summary {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  padding: 6px 0;
  outline: none;
  cursor: pointer;
  list-style: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA0MCAxNSIgd2lkdGg9IjQwIiBoZWlnaHQ9IjE1Ij48cGF0aCBkPSJNMSwxbDEyLDEzbDEyLC0xMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiM5OTkiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 22px;
}

#gp13>div:nth-child(2) {
  background-color: #abcdef;
  width: 88%;
  margin: 0 auto 5vw auto;
  height: 690px;
  max-height: 100vw;
}

#gp13>form {
  width: 88%;
  margin: 0 auto 5vw auto;
  display: flex;
  flex-wrap: wrap;
}

#gp13>form>p {
  flex: 1 1 800px;
  padding: 12px 0;
  display: flex;
  margin: 0;
}

#gp13>form>p:last-child {
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
}

#gp13>form>p:last-child>button {
  width: 200px;
  height: 46px;
  border: 1px solid #999999;
  border-radius: 23px;
  background-color: #fff;
  font-size: 20px;
  color: #aaa;
  background-image: url(/app/bdisp/img/arrow5.svg);
  background-repeat: no-repeat;
  background-position: 118px 10px;
  outline: none;
  cursor: pointer;
}

#gp13>form>p:last-child>button:disabled {
  background-image: none;
  border: 1px solid #ccc;
  color: #ccc;
}

#gp13>form>p>label:first-child {
  color: #999;
  flex: 0 0 150px;
  padding-top: 12px;
}

#gp13>form>p>label:first-child>span {
  color: red;
  font-family: Tahoma;
  margin-left: 12px;
}

#gp13>form>p>label:nth-child(2) {
  flex: 1 0 150px;
}

#gp13>form>p>label>input {
  padding: 6px 12px;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  background-color: #FAFAFA;
  height: 68px;
  width: 70%;
}

#foot {
  width: 100%;
  background-color: #111111;
  color: #fff;
  padding: calc(4% + 21px) 0;
}

#foot>div {
  width: 95%;
  max-width: 1824px;
  margin: 0 auto;
  display: flex;
  font-size: 17px;
  line-height: 42px;
  flex-wrap: wrap;
}

#foot p {
  margin: 0;
}

#foot>div>div:first-child {
  background-image: url(/app/bdisp/img/logo.png);
  background-repeat: no-repeat;
  background-size: 168px 168px;
  background-position: 54px top;
  flex: 1 1 300px;
}

#foot>div>div:first-child>p {
  margin-left: 290px;
}

#foot>div>div:first-child>div {
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
  align-content: space-between;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

#foot>div>div:first-child>div>p {
  text-align: center;
  flex: 0 1 140px;
  max-width: 32%;
}

#foot>div>div:first-child>div>p>img {
  max-width: 140px;
  display: block;
  width: 100%;
}

#foot>div>div:nth-child(2) {
  background-color: #555;
  min-width: 1px;
  min-height: 1px;
  margin: 40px;
}

#foot>div>div:nth-child(3) {
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
  flex: 1 1 300px;
  flex-wrap: wrap;
}

#foot>div>div:nth-child(3)>p {
  padding: 0 8px;
}

#foot>div>div:nth-child(3)>p>span {
  display: block;
  margin-bottom: 14px;
}

#foot>div>div:nth-child(3)>p>a {
  display: block;
  color: #bbb;
}

article {
  min-height: 800px;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

article>header {
  margin: 0 auto 50px auto;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 16px;
  height: auto;
}

article>header>h1 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin: 0.5em 0;
}

article>header>p {
  font-size: 14px;
  color: #666;
}

article>header>p>time {
  font-family: Georgia;
  font-size: 18px;
}

article>div.post_body {
  margin: 0 auto;
}

article>div.post_body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

article>div.post_body>p>img {
  display: block;
  margin: 0 auto;
}

article>div.post_body>p:not([style]):not([class])::before {
  content: "　　";
}

@media screen and (min-width:961px) {
  #nav>ul>li:first-child>a {
    width: 44px;
  }

  #nav>ul>li>ul {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: var(--topheight);
    border-top: 1px solid #E4E4E4;
    height: 71px;
    width: 100%;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(102, 102, 102, 0.06);
  }

  #nav>ul>li>ul>li {
    display: inline-block;
  }

  #nav>ul>li:hover>ul {
    display: block;
  }

  #nav>ul>li>ul>li>a {
    display: block;
    height: 68px;
    line-height: 36px;
    font-size: 16px;
    color: #999;
    padding: 16px 24px;
  }

  #nav>ul>li>ul>li>a:hover {
    color: #000;
  }
}

@media screen and (max-width:960px) {
  #nav {
    display: none;
    height: calc(100vh - var(--topheight));
    position: absolute;
    z-index: 20;
    left: 0;
    top: var(--topheight);
    background-color: #fff;
    width: 100%;
  }

  #gp2>div:nth-child(2) {
    padding: 0 3% 0 3%;
  }

  #nav>ul>li>ul {
    display: none;
  }

  #gp2>div:nth-child(2)>h2,
  header>h3 {
    font-size: calc(3vw + 15.2px);
    line-height: 1.7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85.5vw;
    margin: 0 auto;
    height: calc(5vw + 28px);
  }

  header {
    height: calc(5vw + 92px);
  }

  a[name="btn"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 100px;
    /*border-left: 1px solid #999;*/
  }

  a[name="btn"]>span {
    width: 72px;
    height: 4px;
    display: block;
    top: 48px;
    background-color: #000;
    position: absolute;
    left: 14px;
    transition: transform 0.2s linear;
  }

  a[name="btn"]>span:first-child {
    transform: translate(0, -24px);
  }

  a[name="btn"]>span:last-child {
    transform: translate(0, 24px);
  }

  /*a[name="btn"]:focus {
        outline: 1px solid #f00;
    }*/
  a[name="btn"]:focus>span:first-child {
    transform: rotate(45deg);
  }

  a[name="btn"]:focus>span:nth-child(2) {
    display: none;
  }

  a[name="btn"]:focus>span:last-child {
    transform: rotate(-45deg);
  }

  a[name="btn"]:focus+div#nav {
    display: block;
    transition: none;
  }

  div#nav>ul {
    display: block;
  }

  div#nav>ul>li:last-child {
    display: none;
    pointer-events: none;
  }

  div#nav>ul>li>a {
    height: auto;
    display: block;
    text-align: center;
    width: auto;
    font-size: 24px;
    line-height: 48px;
  }

  a[name="btn"]:focus+div#nav>ul>li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    position: relative;
    left: 200px;
    opacity: 0;
  }

  a[name="btn"]:focus+div#nav>ul>li:first-child {
    animation: translate 0.4s ease 0s both;
    -webkit-animation: translate 0.4s ease 0s both;
  }

  a[name="btn"]:focus+div#nav>ul>li:nth-child(2) {
    animation: translate 0.4s ease 0.1s both;
    -webkit-animation: translate 0.4s ease 0.1s both;
  }

  a[name="btn"]:focus+div#nav>ul>li:nth-child(3) {
    animation: translate 0.4s ease 0.2s both;
    -webkit-animation: translate 0.4s ease 0.2s both;
  }

  a[name="btn"]:focus+div#nav>ul>li:nth-child(4) {
    animation: translate 0.4s ease 0.3s both;
    -webkit-animation: translate 0.4s ease 0.3s both;
  }

  a[name="btn"]:focus+div#nav>ul>li:nth-child(5) {
    animation: translate 0.4s ease 0.4s both;
    -webkit-animation: translate 0.4s ease 0.4s both;
  }

  a[name="btn"]:focus+div#nav>ul>li:nth-child(6) {
    animation: translate 0.4s ease 0.5s both;
    -webkit-animation: translate 0.4s ease 0.5s both;
  }
}

@keyframes translate {
  begin {
    left: 200px;
    opacity: 0.0
  }

  to {
    left: 0;
    opacity: 1.0
  }
}

@-webkit-keyframes translate {
  begin {
    left: 200px;
    opacity: 0.0
  }

  to {
    left: 0;
    opacity: 1.0
  }
}

@media screen and (min-width:1921px) {
  #logo {
    left: 121px;
  }

  article {
    padding-left: 192px;
    padding-right: 192px;
  }
}

@media screen and (max-width:480px) {
  #logo {
    left: calc(20vw - 56px);
    background-position: calc(-48px + 10vw) top, -1px -5px;
  }

  a[name="btn"] {
    transform: scale(0.8);
    transform-origin: center center;
  }

  #gp4>div>div {
    padding-left: calc(50% - 145px);
  }

  #gp6>div:nth-child(2)>a {
    padding-left: 13%;
    padding-right: 13%;
  }

  #gp6>div:nth-child(2)>a>div {
    margin-top: 6vw;
  }

  #gp9>div {
    padding: 0 calc(15vw - 36px);
  }

  #gp9>div:nth-child(2)>h2 {
    font-size: calc(6vw);
  }

  #gp12>div:nth-child(2),
  #gp13>div:nth-child(2) {
    width: 100%;
  }

  #gp13>form>p>label:first-child {
    flex: 0 0 70px;
  }

  #gp13>form>p>label>input {
    width: 100%;
  }
}

@media screen and (max-width:1024px) {
  #gp6>div:nth-child(2) {
    flex-direction: column;
  }

  #gp6>div:nth-child(2)>a {
    min-height: unset;
  }

  #gp6>div:nth-child(2)>a:nth-child(n+2) {
    margin-top: 20px;
  }

  #foot>div {
    flex-direction: column;
  }

  #foot>div>div:first-child {
    background-size: 15vw 15vw;
    background-position-x: 5.3vw;
  }

  #foot>div>div:first-child>p {
    margin-left: 31%;
  }

  article {
    padding-left: 5%;
    padding-right: 5%;
  }
}

div.file {
  border: 2px solid #80C6F8;
  border-radius: 8px;
  padding: 12px 12px 12px 64px;
  background-image: url(pdf.svg);
  background-repeat: no-repeat;
  background-position: 16px 12px;
  color: #008df0;
  margin-bottom: 12px;
}

a.download {
  user-select: none;
  display: inline-block;
  width: 200px;
  border-radius: 28px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  overflow: hidden;
  max-width: calc(48.2vw - 34px);
  background-color: var(--pink);
  color: #fff;
  margin-right: 50px;
}

#side {
  position: fixed;
  width: 70px;
  height: 142px;
  right: 0;
  top: 50%;
  transform: translate(0, -71px);
  z-index: 100;
}

#side>a,
#side .free-try-link {
  display: block;
  height: 70px;
  background-color: #FED400;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  white-space: nowrap;
  transition: all linear 0.3s;
  width: 70px;
  position: relative;
  left: 0;
}

#side>a:first-child {
  margin-bottom: 2px;
}

#side>a.qq {
  background-image: url(qq.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 21px 10px;
}

#side>a.qq:hover,
#side .free-try-link:hover {
  width: 90px;
  left: -20px;
}

#side>a.tele {
  background-image: url(telephone.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 21px 10px;
}

#side>a.tele:hover {
  width: 210px;
  left: -140px;
}

#side>a>span:first-child {
  font-size: 12px;
  width: 70px;
  display: block;
  padding-top: 42px;
  text-align: center;
}

#side>a.tele>span:nth-child(2) {
  position: absolute;
  left: 70px;
  top: 0;
  width: 140px;
  height: 70px;
  border-left: 1px solid #FEBF00;
  padding: 10px 0 0 12px;
  line-height: 24px;
  font-weight: bold;
}

#side .free-try-link {
  margin-top: 2px;
  background: #FED400 url("/page/image/free-try-icon.png") no-repeat;
  background-size: 28px 28px;
  background-position: 21px 10px;
  font-size: 12px;
  color: #0B1013;
  cursor: pointer;
}

#side .free-try-link:hover {
  text-indent: -20px;
}

#side .free-try-link span {
  display: block;
  padding: 42px 0 6px;
  text-align: center;
}

@media screen and (max-width:480px) {
  #side {
    display: none;
  }
}

/* 免费试用弹窗 */
#freeTryDialog {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
}

.free-try-dialog {
  position: relative;
  margin: 0 auto;
  background-color: #FC7754;
  width: 55%;
  padding: 40px;
  color: #fff;
}

.free-try-dialog .close {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 25px;
  cursor: pointer;
}

.free-try-dialog .close:hover {
  color: #FCB09D;
}

.free-try-dialog .title {
  text-align: center;
  font-size: 22px;
}

.free-try-dialog .img {
  text-align: center;
}

.free-try-dialog img {
  width: 50%;
}

.free-try-dialog .row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.free-try-dialog .row .col {
  text-align: left;
  flex: 1;
}

.free-try-dialog .row .col span {
  display: inline-block;
  width: 80px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}

.free-try-dialog .row .col div:first-child {
  margin-bottom: 20px;
}

.free-try-dialog .row .col div input {
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #FCB09D;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
  width: calc(100% - 130px);
}

.free-try-dialog .row .col:last-child div:last-child input {
  width: calc(100% - 230px);
}

.free-try-dialog button {
  outline: none;
  border: none;
  background-color: #fff;
  width: 85px;
  color: #FC7754;
  margin-left: 15px;
  border-radius: 5px;
  padding: 8px 0;
  cursor: pointer;
}

.free-try-dialog .submit {
  text-align: center;
  margin-top: 20px;
}

.free-try-dialog .submit button {
  letter-spacing: 2px;
  margin-top: 2vw;
  width: 220px;
  cursor: pointer;
}

.free-try-dialog button:hover:not(:disabled),
.free-try-dialog .submit button:hover {
  background-color: #FCB09D;
  color: #fff;
}

.free-try-dialog button:disabled {
  cursor:not-allowed;
  background-color: rgba(255, 255, 255, .6);
}

/* 消息提示 */
#message1 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  min-width: 380px;
  padding: 15px 15px 15px 20px;
  border-radius: 4px;
  animation: message 3s;
  overflow: hidden;
  z-index: 99999999;
}

#message1.success {
  background-color: #f0f9eb;
  color: #67c23a;
}

#message1.warning {
  background-color: #fdf6ec;
  color: #e6a23c;
}

#message1.fail {
  background-color: #fef0f0;
  color: #f56c6c;
}

@keyframes message {
  0% {
    transform: translate(-50%, -100%);
  }

  20% {
    transform: translate(-50%, 20px);
  }

  80% {
    transform: translate(-50%, 20px);
  }

  100% {
    transform: translate(-50%, -100%);
  }
}