body {
  overflow-x: hidden;
}

.about_banner {
  width: 100%;
  height: 192px;
  background: url(../img/about2_banner.png) no-repeat center center;
  background-size: 100% 100%;
  ;
  position: relative;
}

.about_banner .about_content {
  width: 100%;

}

.about_banner .about_content .textdesc {
  width: 300px;
  height: 120px;
  position: absolute;
  left: 21%;
  top: 30%
}

.about_banner .about_content .textdesc p {
  font-size: 43px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 13px;
}

.about_banner .about_content .textdesc .poline {
  width: 400px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
  position: relative;
}

.about_banner .about_content .textdesc .poline div {
  width: 200px;
  height: 12px;
  background: #ffffff;
  box-shadow: rgb(0, 204, 0) 0px 0px 3px inset;
  position: absolute;
  left: 0;
  top: -6px;
}

.about_banner .about_content .textdesc .poline p {
  font-size: 21px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  bottom: -30px;
}

/* 说明 */


.textbox .content {
  width: 783px;
  margin: 0 auto;
  /* padding-bottom: 50px; */
}

.textbox .content h2 {
  font-size: 34px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #348DCC;
  line-height: 11px;
  text-align: center;
  padding-top: 54px;
  padding-bottom: 38px;
}

.textbox .content .title {
  width: 783px;
  height: 58px;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  text-align: justify;
  margin: 0 auto;
  margin-bottom: 33px;
}

.textbox .content .floatbox {
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.textbox .content .floatbox .fitem {
  width: 46%;
  height: 198px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.textbox .content .floatbox .fitem .floimg {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.textbox .content .floatbox .fitem .fl_title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}

.textbox .content .floatbox .fitem .fl_span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}

.textbox .content .floatbox .left {
  float: left;
  background-image: url(../img/about_left.png);
}

.textbox .content .floatbox .right {
  float: right;
  background-image: url(../img/about_right.png);
}

.textbox .content .floatbox .gr_block1 {
  width: 46px;
  height: 188px;
  background: #85CD27;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 0;
  left: 42.3%;
}

.textbox .content .floatbox .gr_block2 {
  width: 46px;
  height: 188px;
  background: #85CD27;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 0;
  right: 0;
}


/* 导航下划线 */
.bottomLine {
  display: none;
}

/* 隐私政策 */
.privacy {
  width: 100%;
  min-height: 3291px;
  padding-bottom: 30px;
  background: url(../img/pravicy.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.privacy .text {
  width: 800px;
  min-height: 3291px;
  margin: 0 auto;
  margin-top: 180px;
  /* background-color: #85CD27; */
}

.privacy .text .area1 {
  width: 100%;
  height: auto;

  margin-bottom: 30px;
}

.privacy .text .area1 .title {
  font-size: 18px;
  /* font-family: PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 11px;
  margin-bottom: 16px;
}

.privacy .text .area1 .des {
  font-size: 14px;
  /* font-family: PingFang SC; */
  font-weight: 400;
  color: #555555;
  line-height: 18px;
}