.banner {
  background: url('/images/home_01.jpg');
  width: 100%;
  height: 400px;
  background-position: center;
}
.banner1 {
  background: url('/images/banner.jpg');
  width: 100%;
  height: 500px;
  background-position: center;
}
.banner1 .w1200{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner1 .w1200 div{
  position: absolute;
  bottom:60px;
  left: 26px;
}

.banner1 .w1200 div a{
  display: block;
  width: 210px;
  height: 54px;
  margin-top: 22px;
}

.breadcrumb {
  padding: 20px 0 10px;
}
.breadcrumb ul > li {
  float: left;
  padding: 0 5px;
  font-size: 16px;
  line-height: 30px;
  color: #899097;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.breadcrumb ul > li:hover {
  font-weight: bold;
  color: #1677ff;
}
.breadcrumb ul > li::after {
  content: ">";
  display: inline-block;
  margin-left: 7px;
}
.breadcrumb ul > li:last-of-type::after {
  content: "";
}
.about-content {
  align-items: flex-start;
}
.about-content .about-sidebar {
  width: 280px;
}
.about-content .about-sidebar ul > li {
  color: #333;
  background-color: #f4f6f8;
  margin-top: 10px;
}
.about-content .about-sidebar ul > li a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.about-content .about-sidebar ul > li a:hover {
  background-color: #1677ff;
  color: #fff;
}
.about-content .about-sidebar ul > li.active {
  background-color: #1677ff;
  color: #fff;
}
.about-content .about-sidebar ul > li:first-of-type {
  margin-top: 0;
}
.about-content .about-sidebar ul > li:last-of-type {
  margin-bottom: 30px;
}
.about-content .about-main {
  width: 900px;
}
.about-content .about-main .about-title {
  width: 100%;
  border-bottom: #ddd solid 1px;
}
.about-content .about-main .about-title h2 {
  position: relative;
  width: 200px;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #1677ff;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.about-content .about-main .about-title h2::after {
  position: absolute;
  right: -36px;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #1677ff transparent;
  border-width: 0 36px 36px 0px;
  border-style: solid;
}
.about-content .about-main .main-content {
  padding: 30px;
  box-sizing: border-box;
}
.about-content .about-main .main-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  text-indent: 32px;
}
.about-content .about-main .main-content p:first-of-type {
  margin-top: 0;
}

.privacy{
  width: 1200px;
  margin: 0 auto 50px;
}

.privacy h2{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.privacy p{
  font-size: 20px;
  line-height: 34px;
}

