/*******公共样式*******/
body {
  background-color: #F6F6F6;
}
.container #tabsAboutUs h1 {
  font-size: 24px;
}
.container #tabsAboutUs .tab-content {
  width: 100%;
  padding: 0.1rem 0.2rem;
  line-height: 0.2rem;
  float: right;
}
.container #tabsAboutUs .tab-pane .tab-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.7rem;
  margin-top: 0.5rem;
}
.container #tabsAboutUs .tab-pane .tab-title p {
  font-weight: 700;
  font-size: 20px;
}
.container #tabsAboutUs .tab-pane .tab-title .title-line {
  width: 100%;
  text-align: center;
}
.container #tabsAboutUs .tab-pane .tab-title .title-line span {
  background-color: #333;
  width: 300px;
  height: 1px;
}
.container #tabsAboutUs .tab-pane .tab-title span {
  display: inline-block;
}
.container #tabsAboutUs .panel_01 section img {
  margin: 0 0.2rem 0.2rem 0.4rem;
  width: 30%;
  float: right;
}
.container #tabsAboutUs .panel_01 section .about-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.container #tabsAboutUs .panel_01 section p {
  font-size: 0.12rem;
  text-indent: 0.3rem;
  letter-spacing: 0.01rem;
  margin-bottom: 0.05rem;
  line-height: 0.18rem;
}
.container #tabsAboutUs .panel_02 section .text-center img {
  width: 25%;
  display: inline-block;
  margin: 0.4rem;
}
.container #tabsAboutUs .panel_02 section .founder-content .item {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.container #tabsAboutUs .panel_02 section .founder-content .item .avatar {
  transition: all 0.3s linear;
  margin-bottom: 0.4rem;
}
.container #tabsAboutUs .panel_02 section .founder-content .item .avatar img {
  border-radius: 50%;
}
.container #tabsAboutUs .panel_02 section .founder-content .item .desc {
  transition: all 0.3s linear;
  opacity: 0;
  color: #fff;
  font-size: 0.15rem;
  width: 90%;
}
.container #tabsAboutUs .panel_02 section .founder-content .item .desc p {
  text-align: center;
  margin: 0.2rem 0;
}
.container #tabsAboutUs .panel_02 section .founder-content .item1 {
  background-color: #ffb6c1;
}
.container #tabsAboutUs .panel_02 section .founder-content .item2 {
  background-color: #add8e6;
}
.container #tabsAboutUs .panel_02 section .founder-content .item:hover {
  -webkit-transform: translateY(-0.06rem);
  -o-transform: translateY(-0.06rem);
  box-shadow: 0 0.26rem 0.4rem -0.24rem rgba(0, 36, 100, 0.5);
  -webkit-box-shadow: 0 0.26rem 0.4rem -0.24rem rgba(0, 36, 100, 0.5);
}
.container #tabsAboutUs .panel_02 section .founder-content .item:hover .avatar {
  opacity: 0;
}
.container #tabsAboutUs .panel_02 section .founder-content .item:hover .desc {
  display: block;
  opacity: 1;
}
.helpContent {
  margin-top: 0.5rem;
}
.helpContent .tab-pane .tab-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.7rem;
  margin-top: 0.5rem;
}
.helpContent .tab-pane .tab-title p {
  font-weight: 700;
  font-size: 20px;
}
.helpContent .tab-pane .tab-title .title-line {
  width: 100%;
  text-align: center;
}
.helpContent .tab-pane .tab-title .title-line span {
  background-color: #333;
  width: 300px;
  height: 1px;
}
.helpContent .tab-pane .tab-title span {
  display: inline-block;
}
.helpContent .developmentpath {
  background-color: #fff;
  width: 100%;
  margin-top: 1rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.helpContent .developmentpath .ourpath {
  width: 100%;
  height: 180px;
  background-color: #fff;
  position: relative;
}
.helpContent .developmentpath .ourpath .pathline {
  height: 5px;
  width: 100%;
  background-color: #ff9145;
  position: absolute;
  top: 48px;
  left: 0;
}
.helpContent .developmentpath .ourpath .items {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
}
.helpContent .developmentpath .ourpath .items .item {
  width: 9.5%;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.helpContent .developmentpath .ourpath .items .item .year {
  color: #333;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  height: 20px;
}
.helpContent .developmentpath .ourpath .items .item .cearcle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff9145;
  display: inline-block;
}
.helpContent .developmentpath .ourpath .items .item .cearcle:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  top: 2px;
  left: 2px;
}
.helpContent .developmentpath .ourpath .items .item:hover .year {
  color: #ff9145;
  font-size: 16px;
}
.helpContent .developmentpath .ourpath .development-text {
  position: relative;
  text-align: center;
  top: 120px;
  font-size: 16px;
  color: #ff9145;
}
.helpContent .developmentpath .develope-img {
  width: 60%;
  margin: 0 auto;
}
.helpContent .developmentpath .develope-img img {
  width: 100%;
}
.helpContent .panel_04 .join-content {
  background-color: #fff;
  padding: 0.3rem;
  height: 325px;
}
.helpContent .panel_04 .join-content .join-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.1rem;
}
.helpContent .panel_04 .join-content .join-xinzi {
  color: #ff9145;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.1rem;
}
.helpContent .panel_04 .join-content .joindecs p {
  line-height: 22px;
}
.helpContent .panel_04 .join-fuli {
  padding: 0.3rem;
}
.helpContent .panel_04 .join-fuli .fuli-title {
  font-size: 18px;
  margin-bottom: 0.1rem;
}
.helpContent .panel_04 .join-fuli p {
  line-height: 22px;
}
.helpContent .contactus {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}
.helpContent .panel_06 {
  background-color: #fff;
}
.helpContent .panel_06 .jiange {
  display: inline-block;
  width: 5em;
}
.helpContent .panel_06 .map-left {
  line-height: 24px;
  padding: 0.5rem;
  padding-top: 0.5rem;
}
.helpContent .panel_06 .map-right {
  padding: 0.1rem 0.2rem 0.3rem;
  box-sizing: border-box;
}
.helpContent .panel_06 .map-right img {
  width: 100%;
}
.helpContent .panel_06 .map-right p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.helpContent .panel_06 .map-right .swiper-wrapper {
  width: 100%;
}
.helpContent .panel_06 .map-right .swiper-wrapper .swiper-slide {
  width: 100%;
}
.helpContent .feedback {
  width: 70%;
  margin: 0 auto;
}
.helpContent .feedback section {
  margin: 0.2rem 0;
  position: relative;
}
.helpContent .feedback section .form-group {
  margin: 0.2rem 0;
}
.helpContent .feedback section .form-group label {
  width: 14%;
  padding-top: 0.05rem;
}
.helpContent .feedback section .form-group input {
  width: 100%;
}
.helpContent .feedback section textarea {
  width: 100%;
  padding: 0.1rem;
  font-size: 0.15rem;
  line-height: 0.25rem;
  text-align: justify;
  border-radius: 4px;
}
.helpContent .feedback section span {
  position: absolute;
  bottom: 0.3rem;
  right: 0.22rem;
}
.helpContent .feedback .alert-danger {
  display: none;
}
.helpContent .feedback footer button {
  display: block;
  margin: 0 auto;
  padding: 0.1rem 0.5rem;
}
@media (min-width: 768px) and (max-width: 960px) {
  .feedback {
    width: 6rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #banner {
    margin-top: 50px;
  }
  .helpContent {
    margin-top: 0;
  }
  .helpContent .developmentpath {
    margin-top: 0.3rem;
  }
  .helpContent .developmentpath .develope-img {
    width: 100%;
    margin: 0 auto;
  }
  .helpContent .developmentpath .develope-img img {
    width: 100%;
  }
  .helpContent .tab-pane .tab-title {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .helpContent .tab-pane .tab-title p {
    font-size: 18px;
  }
  .helpContent .panel_04 .join-content {
    background-color: #fff;
    padding: 0.1rem;
    height: 325px;
    margin-bottom: 0.1rem;
  }
  .helpContent .panel_04 .join-content .join-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.1rem;
  }
  .helpContent .panel_04 .join-content .join-xinzi {
    color: #ff9145;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0.1rem;
  }
  .helpContent .panel_04 .join-content .joindecs p {
    line-height: 18px;
    font-size: 12px;
  }
  .helpContent .panel_04 .join-fuli {
    padding: 0.1rem;
  }
  .helpContent .panel_04 .join-fuli .fuli-title {
    font-size: 16px;
    margin-bottom: 0.1rem;
  }
  .helpContent .panel_04 .join-fuli p {
    line-height: 18px;
    font-size: 12px;
  }
  .helpContent .panel_06 {
    background-color: #fff;
    padding-bottom: 0.5rem;
  }
  .helpContent .panel_06 .jiange {
    display: inline-block;
    width: 5em;
  }
  .helpContent .panel_06 .map-left {
    line-height: 20px;
    padding: 0.1rem;
    font-size: 12px;
  }
  .helpContent .panel_06 .map-right {
    padding: 0;
  }
  .helpContent .panel_06 .map-right img {
    width: 100%;
  }
  .helpContent .feedback {
    width: 100%;
    margin: 0 auto;
  }
  .helpContent .feedback section {
    margin-top: 0;
    position: relative;
  }
  .helpContent .feedback section .form-group {
    margin: 0.2rem 0;
  }
  .helpContent .feedback section .form-group label {
    width: 14%;
    padding-top: 0.05rem;
  }
  .helpContent .feedback section .form-group input {
    width: 100%;
  }
  .helpContent .feedback section textarea {
    width: 100%;
    padding: 0.1rem;
    font-size: 0.15rem;
    line-height: 0.25rem;
    text-align: justify;
    border-radius: 4px;
  }
  .helpContent .feedback section span {
    position: absolute;
    bottom: 0.3rem;
    right: 0.22rem;
  }
  .helpContent .feedback .alert-danger {
    display: none;
  }
  .helpContent .feedback footer button {
    display: block;
    margin: 0 auto;
    padding: 0.1rem 0.5rem;
  }
  .container #tabsAboutUs h1 {
    font-size: 24px;
  }
  .container #tabsAboutUs .nav-tabs {
    width: 100%;
    text-align: center;
    float: left;
    background-color: #fff;
    border-bottom: 0;
  }
  .container #tabsAboutUs .nav-tabs li:nth-child(1) {
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
  }
  .container #tabsAboutUs .nav-tabs li {
    margin-bottom: 0;
    width: 32%;
    float: left;
    margin-top: 5px;
  }
  .container #tabsAboutUs .nav-tabs li a {
    border-bottom: 1px solid #ddd;
    border-radius: inherit;
    font-size: 0.15rem;
    color: #2B2B2B;
    padding: 10px 5px;
  }
  .container #tabsAboutUs .nav-tabs li a:hover {
    background-color: #ff9145;
    color: #fff;
  }
  .container #tabsAboutUs .nav-tabs li:nth-child(8) {
    border-bottom-left-radius: 2%;
    border-bottom-right-radius: 2%;
  }
  .container #tabsAboutUs .nav-tabs li:nth-child(8) a {
    border-bottom: 0;
  }
  .container #tabsAboutUs .nav-tabs li.active a {
    color: #fff;
    background-color: #ff9145;
  }
  .container #tabsAboutUs .nav-tabs li.title {
    width: 100%;
    margin-bottom: 10px;
  }
  .container #tabsAboutUs .nav-tabs li.title a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: #ff9145;
    border-bottom: 0;
  }
  .container #tabsAboutUs .nav-tabs li.title a:hover {
    text-decoration: none;
    background-color: #ff9145;
    cursor: default;
  }
  .container #tabsAboutUs .tab-content {
    width: 100%;
    padding: 10px 0;
    line-height: 0.2rem;
    float: right;
  }
  .container #tabsAboutUs .tab-pane .tab-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
  }
  .container #tabsAboutUs .tab-pane .tab-title p {
    font-weight: 700;
    font-size: 18px;
  }
  .container #tabsAboutUs .tab-pane .tab-title .title-line {
    width: 100%;
    text-align: center;
  }
  .container #tabsAboutUs .tab-pane .tab-title .title-line span {
    background-color: #333;
    width: 300px;
    height: 1px;
  }
  .container #tabsAboutUs .tab-pane .tab-title span {
    display: inline-block;
  }
  .container #tabsAboutUs .panel_01 section .about-title {
    font-size: 14px;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
  }
  .container #tabsAboutUs .panel_01 section img {
    width: 40%;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .container #tabsAboutUs .panel_01 section p {
    font-size: 0.12rem;
    text-indent: 0.3rem;
    letter-spacing: 0.01rem;
    margin-bottom: 0.05rem;
    line-height: 0.18rem;
  }
  .container #tabsAboutUs .panel_02 section {
    padding: 10px;
  }
  .container #tabsAboutUs .panel_02 section .text-center img {
    width: 40%;
    display: inline-block;
    margin: 20px;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    transition: all 0.3s linear;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item .avatar {
    transition: all 0.3s linear;
    margin-bottom: 0.4rem;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item .avatar img {
    border-radius: 50%;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item .desc {
    transition: all 0.3s linear;
    opacity: 0;
    color: #fff;
    font-size: 0.15rem;
    width: 90%;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item .desc p {
    text-align: center;
    margin: 0.2rem 0;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item1 {
    background-color: #ffb6c1;
    margin-bottom: 20px;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item2 {
    background-color: #add8e6;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item:hover {
    -webkit-transform: translateY(-0.06rem);
    -o-transform: translateY(-0.06rem);
    box-shadow: 0 0.26rem 0.4rem -0.24rem rgba(0, 36, 100, 0.5);
    -webkit-box-shadow: 0 0.26rem 0.4rem -0.24rem rgba(0, 36, 100, 0.5);
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item:hover .avatar {
    opacity: 0;
  }
  .container #tabsAboutUs .panel_02 section .founder-content .item:hover .desc {
    display: block;
    opacity: 1;
  }
  .container #tabsAboutUs .panel_04 .col-xs-12 h3 {
    margin-top: 30px;
    margin-bottom: 0.3rem;
    font-size: 20px;
  }
  .container #tabsAboutUs .panel_04 .col-xs-12 p {
    margin: 0.05rem 0 0.1rem;
    color: #333;
    font-size: 14px;
  }
  .container #tabsAboutUs .panel_05 section {
    padding: 0;
  }
  .container #tabsAboutUs .panel_05 section h4 {
    margin-bottom: 0.2rem;
  }
  .container #tabsAboutUs .panel_05 .tab-nav ul {
    float: left;
  }
  .container #tabsAboutUs .panel_07 section {
    border-radius: 2%;
  }
  .container #tabsAboutUs .panel_07 section .feedback {
    margin: 0;
  }
  .container #tabsAboutUs .panel_07 section .feedback header h2 {
    text-align: center;
    font-size: 22px;
  }
  .container #tabsAboutUs .panel_07 section .feedback section {
    margin: 10px 0;
    position: relative;
    padding: 0;
  }
  .container #tabsAboutUs .panel_07 section .feedback section .form-group {
    margin: 0.2rem 0;
  }
  .container #tabsAboutUs .panel_07 section .feedback section .form-group label {
    width: 14%;
    padding-top: 0.05rem;
  }
  .container #tabsAboutUs .panel_07 section .feedback section .form-group input {
    width: 100%;
  }
  .container #tabsAboutUs .panel_07 section .feedback section textarea {
    width: 100%;
    padding: 0.1rem;
    font-size: 0.15rem;
    line-height: 0.25rem;
    text-align: justify;
    border-radius: 4px;
  }
  .container #tabsAboutUs .panel_07 section .feedback section span {
    position: absolute;
    bottom: 0.3rem;
    right: 0.22rem;
  }
  .container #tabsAboutUs .panel_07 section .feedback .alert-danger {
    display: none;
  }
  .container #tabsAboutUs .panel_07 section .feedback footer button {
    display: block;
    margin: 0 auto;
    padding: 0.1rem 0.5rem;
  }
}
