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;
}

/* sitemap */
.sitemap {
  width: 100%;
  height: 580px;
  background: url(../img/sitemap.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 180px;
}

.sitemap .link {
  width: 790px;
  height: 100%;
  margin: 0 auto;
}

.sitemap .link .nav {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #eee;
  display: flex;
  margin-bottom: 40px;
}



.sitemap .link .nav .mainlink {
  width: 110px;
  font-size: 18px;
  /* font-family: PingFang SC; */
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  margin-right: 80px;
}

.sitemap .link .nav .mainlink a {
  color: #333333;
}

.sitemap .link .nav .mainlink a:hover {
  color: rgb(0, 153, 255);
}

.sitemap .link .nav .sonlink {
  width: 110px;

  font-size: 14px;
  /* font-family: PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  margin-right: 80px;

}

.sitemap .link .nav .sonlink a {
  color: #555555;
}

.sitemap .link .nav .sonlink a:hover {
  color: rgb(0, 153, 255);
}