body {
  margin-top: 95px;
}
body .center_box {
  min-height: calc(100vh - 95px);
  height: auto;
}
body .bottom_btn {
  position: static;
  bottom: 0;
  right: 0;
  width: 100%;
  background: white;
}
body .header {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.inner .hover_word:hover .hover_p2 {
  opacity: 1;
}
.inner .hover_word:hover .hover_p1 {
  opacity: 0;
}
.inner .hover_word p {
  transition: .8s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.inner .hover_word .hover_p1 {
  opacity: 1;
}
.inner .hover_word .hover_p2 {
  opacity: 0;
}
.inner .hover_word2 {
  display: flex;
  align-self: center;
  justify-content: center;
}
.inner .hover_word2 p {
  transition: .8s;
}
.inner .hover_word2:hover .hover_p2 {
  display: block;
}
.inner .hover_word2 .hover_p1 {
  display: block;
}
.inner .hover_word2 .hover_p2 {
  display: none;
}
.inner .cc img {
  max-width: 100%;
}
.inner .cc iframe {
  width: 100% !important;
  max-height: 600px !important;
}
.inner .inner_content {
  background: #d8d6d9;
}
.inner .inner_content ._title {
  background: #d8d6d9;
}
.inner ._title {
  background: #e9e7ea;
  font-size: 24px;
  color: #696868;
  padding-left: 40px;
  padding-top: 50px;
  margin-bottom: 65px;
}
.inner .inner_content {
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 50px - 71px);
}

.inner_about_read {
  margin-top: 0px;
  /*.header{
     position: relative;
     z-index: 33;
  }*/
  /*team_read*/
  /*lingdao*/
  /*join*/
  /*anli*/
}
.inner_about_read .neirong_box {
  min-height: 87vh;
  padding-top: 95px;
}
.inner_about_read .neirong_box ._title {
  margin-bottom: 0;
  padding-left: 4%;
  font-size: 25px;
  color: #656565;
  padding-right: 4%;
  text-align: center;
  min-height: 35px;
  position: relative;
}
.inner_about_read .inner {
  display: block;
}
.inner_about_read .about {
  background: #e9e7ea;
  margin-top: 95px;
  padding-top: 0;
  min-height: calc(100vh - 95px);
  height: auto;
}
.inner_about_read .about .lf {
  min-height: calc(100vh - 95px);
  height: auto;
  padding: 50px;
}
.inner_about_read .about .lf .pic {
  height: 740px;
}
.inner_about_read .about .rt {
  padding: 50px 130px;
  min-height: calc(100vh - 95px);
  height: auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
.inner_about_read .about .rt .title {
  color: #656565;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  margin-bottom: 65px;
  height: 35px;
  position: relative;
}
.inner_about_read .about .rt .summary {
  color: #6b6b6b;
  line-height: 32px;
  font-size: 16px;
  text-indent: 2em;
}
.inner_about_read .team_read {
  background: #e9e7ea;
  height: auto;
}
.inner_about_read .team_read .pic {
  margin-top: 50px;
  background: #d8d6d9;
  padding-bottom: 0px;
}
.inner_about_read .team_read .summary {
  color: white;
  font-size: 16px;
  background: #d8d6d9;
  line-height: 2;
  min-height: 190px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
.inner_about_read .team_read .summary p {
  width: 92%;
  margin: 0 auto;
}
.inner_about_read .leader {
  background: #d8d6d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12%;
  padding-right: 12%;
}
.inner_about_read .leader .swiper-button-next, .inner_about_read .leader .swiper-button-prev {
  background: none;
}
.inner_about_read .leader ._title {
  background: none;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
.inner_about_read .leader .list {
  margin-top: 75px;
}
.inner_about_read .leader .list .item {
  color: white;
}
.inner_about_read .leader .list .item .name {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.inner_about_read .leader .list .item .name2 {
  font-size: 16px;
  line-height: 2;
}
.inner_about_read .join {
  background: #d8d6d9;
  padding-left: 13%;
  padding-right: 13%;
  display: flex;
  min-height: calc(100vh - 95px);
  flex-direction: column;
  justify-content: center;
}
.inner_about_read .join ._title {
  background: none;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
.inner_about_read .join .list {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inner_about_read .join .list .item {
  color: #7f7f7f;
  background: #f2f2f2;
  margin: 12px;
  font-size: 16px;
  padding: 22px;
}
.inner_about_read .join .list .item .summary {
  margin-top: 10px;
}
.inner_about_read .join .list .item:hover {
  background: #e2e2e2;
}
.inner_about_read .huoban {
  min-height: calc(100vh - 95px);
  background: #d8d6d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4%;
  padding-right: 4%;
}
.inner_about_read .huoban ._title {
  background: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner_about_read .huoban .list {
  width: 68%;
  margin: 0 auto;
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.inner_about_read .huoban .list .item {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 210px;
  height: 209px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}
.inner_about_read .huoban .list .item img {
  max-width: 200px;
}
.inner_about_read .anli {
  height: auto;
  padding-bottom: 300px;
  background: #d8d6d9;
  padding-left: 4%;
  min-height: calc(100vh - 95px);
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner_about_read .anli ._title {
  background: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 100px;
}
.inner_about_read .anli .list {
  margin: 0 auto;
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  line-height: 40px;
  width: 83%;
}
.inner_about_read .anli .list .item {
  border: 1px solid gray;
  padding: 5px;
  font-size: 16px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_team_read .inner_content .summary {
  color: #797979;
  font-size: 18px;
  background: #d8d6d9;
  line-height: 2;
  padding-top: 13px;
  padding-bottom: 50px;
}
.inner_team_read .inner ._title {
  margin-bottom: 0px;
}
.inner_team_read .inner .inner_content ._title {
  background: #e8e8ea;
}

.inner_tuandui_read .inner_content {
  background: #d8d6d9;
}
.inner_tuandui_read .inner_content ._title {
  background: #d8d6d9;
}
.inner_tuandui_read .owl_tuandui {
  padding: 100px 100px;
}
.inner_tuandui_read .owl_tuandui .item {
  padding: 0 15px;
  color: white;
  font-size: 16px;
}
.inner_tuandui_read .owl_tuandui .item .name {
  line-height: 2;
}
.inner_tuandui_read .swiper-button-prev,
.inner_tuandui_read .swiper-button-next {
  background: none;
  width: 50px;
  height: 50px;
}

.inner_join_read .inner .list {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.inner_join_read .inner .list .item {
  color: #7f7f7f;
  background: #f2f2f2;
  margin: 10px;
  font-size: 16px;
  padding: 10px;
}
.inner_join_read .inner .list .item .summary {
  margin-top: 10px;
}
.inner_join_read .inner .list .item:hover {
  background: #e2e2e2;
}

.inner_huoban_read .inner_content {
  background: #d8d6d9;
}
.inner_huoban_read .inner_content ._title {
  background: #d8d6d9;
}
.inner_huoban_read .inner .list {
  width: 67%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: -30px;
}
.inner_huoban_read .inner .list .item {
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.inner_huoban_read .inner .list .item img {
  padding: 10px;
}

.inner_news_list .center_box {
  height: auto;
}
.inner_news_list .inner .inner_content {
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.inner_news_list .newslist {
  width: 67%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inner_news_list .newslist .item {
  width: 90%;
  margin: 0 auto;
}
.inner_news_list .newslist .item .title {
  font-size: 16px;
  background: #f9f9f9;
  padding: 8px;
}
.inner_news_list .newslist .item:hover .pic img {
  transform: scale(1.1);
}
.inner_news_list .newslist .item:hover .pic:after {
  display: none;
}
.inner_news_list .newslist .item .pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.inner_news_list .newslist .item .pic:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.inner_news_list .newslist .item .pic img {
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner_news_list .newslist .item .pic .name {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-size: 16px;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.inner_news_read {
  /*.news_read::-webkit-scrollbar { width: 0 !important }
  .news_read { -ms-overflow-style: none; }
  .news_read { overflow: -moz-scrollbars-none; }*/
}
.inner_news_read .news_read .title {
  text-align: center;
  font-weight: bold;
  color: #888686;
  font-size: 30px;
  padding-top: 30px;
  margin-bottom: 15px;
}
.inner_news_read .inner .inner_content {
  background: #f9f9f9;
  height: 100%;
}
.inner_news_read .inner .inner_content .container2 {
  position: relative;
}
.inner_news_read .lf_typelist {
  position: fixed;
  top: 190px;
  width: 13%;
}
.inner_news_read .lf_typelist .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner_news_read .lf_typelist ul li {
  float: none;
}
.inner_news_read .lf_typelist ul li a {
  display: flex;
  font-size: 16px;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.inner_news_read .lf_typelist ul li a p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.inner_news_read .inner .container2, .inner_news_list .inner .container2 {
  height: 100%;
}

.inner_contact_read {
  height: 100vh;
  overflow: hidden;
}
.inner_contact_read .footer_xuanfu {
  position: absolute;
  display: block;
  right: 17px;
  bottom: 8px;
}
.inner_contact_read .footer_xuanfu ul {
  background: transparent;
  box-shadow: none;
}
.inner_contact_read .footer_xuanfu ul li {
  float: left;
  margin-right: 10px;
}
.inner_contact_read .footer_xuanfu ul li a {
  background: #e0e0e0;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.inner_contact_read .beizhu {
  background: transparent !important;
  height: auto;
  justify-content: flex-start;
  color: white !important;
}
.inner_contact_read .beizhu a {
  color: white !important;
}
.inner_contact_read .lf_box,
.inner_contact_read .ditu {
  height: 100%;
}
.inner_contact_read #dituContent, .inner_contact_read #dituContent2 {
  height: 100% !important;
}
.inner_contact_read .hr2 {
  height: 30px;
}
.inner_contact_read .inner .inner_content {
  margin-top: 95px;
  height: calc(100vh - 95px);
}
.inner_contact_read .inner {
  display: block;
}
.inner_contact_read .inner_content .erweima {
  display: flex;
  align-items: center;
}
.inner_contact_read .inner_content .erweima .item {
  margin: 0 5px;
}
.inner_contact_read .inner_content .erweima img {
  width: 100px;
}
.inner_contact_read .inner_content .rt {
  color: white;
  position: relative;
  height: calc(100vh - 95px);
  overflow-y: scroll;
  padding: 20px 35px;
  /*&:after{
     position: absolute;
     z-index: 1;
     left: 0;
     top: 0;
     background: rgba(0,0,0,0.5);
     width: 100%;
     height: 100%;
     content: '';
  }*/
}
.inner_contact_read .inner_content .rt .content {
  position: relative;
  z-index: 2;
}
.inner_contact_read .inner_content .rt .f {
  display: flex;
  align-items: flex-start;
  line-height: 2;
}
.inner_contact_read .inner_content .rt .f img {
  width: 15px;
  margin-top: 6px;
  margin-right: 10px;
}
.inner_contact_read .inner_content .rt .line {
  width: 60px;
  height: 2px;
  background: white;
  margin: 15px 0;
}
.inner_contact_read .inner_content .rt .title {
  font-size: 20px;
}

.inner_news_index .header {
  box-shadow: 0px 0px 2px 0px grey;
}
.inner_news_index .inner .inner_content {
  background: white;
  min-height: auto;
}
.inner_news_index .inner .inner_content .typelist {
  width: 95%;
  margin: 0 auto;
}
.inner_news_index .inner .inner_content .typelist .item {
  border-bottom: 2px solid #c0c0c0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_news_index .inner .inner_content .typelist .item:last-child {
  border-bottom: 0;
}
.inner_news_index .inner .inner_content .typelist .item:hover .title .p2 {
  opacity: 1;
}
.inner_news_index .inner .inner_content .typelist .item:hover .title .p1 {
  opacity: 0;
}
.inner_news_index .inner .inner_content .typelist .item .title {
  font-size: 25px;
  height: 35px;
  position: relative;
}
.inner_news_index .inner .inner_content .typelist .item .title p {
  transition: .8s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.inner_news_index .inner .inner_content .typelist .item .title .p1 {
  opacity: 1;
}
.inner_news_index .inner .inner_content .typelist .item .title .p2 {
  opacity: 0;
}

.inner_case_read {
  background: #f9f9f9;
  /*height: 100vh;
  overflow: hidden;*/
}
.inner_case_read .footer_xuanfu {
  display: block;
}
.inner_case_read .beizhu {
  margin-top: 18px;
}
.inner_case_read .lf_typelist {
  left: 10%;
}
.inner_case_read .center_box {
  background: #f9f9f9;
}
.inner_case_read .inner .inner_content {
  /*height: calc(100vh - 50px - 71px);
  overflow: hidden;
  min-height: auto;*/
}
.inner_case_read .case_read .title {
  font-weight: unset;
  margin: 0 auto;
  font-size: 21px;
  padding-top: 30px;
  margin-bottom: 32px;
  width: 1163px;
  margin-top: 18px;
}
.inner_case_read .case_read {
  padding-bottom: 0px;
  height: 100%;
  overflow: hidden;
  padding-right: 10px;
}
.inner_case_read #listbox {
  width: 1163px;
  margin: 0 auto;
  position: relative;
}
.inner_case_read #listbox .datu {
  margin-bottom: 30px;
}
.inner_case_read #listbox .datu .item {
  text-align: center;
}
.inner_case_read #listbox .datu .item img {
  max-height: 600px;
}
.inner_case_read #listbox .datu .item .pic2 {
  display: none;
}
.inner_case_read #listbox .swiper-pagination {
  width: auto;
  right: 0;
  color: black;
  left: unset;
}
.inner_case_read #listbox .bigpic {
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner_case_read #listbox .swiper-button-next, .inner_case_read #listbox .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 50px;
  padding: 5px;
  opacity: .7;
  z-index: 33;
}
.inner_case_read #listbox .swiper-button-next:after, .inner_case_read #listbox .swiper-button-prev:after {
  color: #b9b7b7;
  font-size: 30px;
}
.inner_case_read #listbox .swiper-button-next {
  right: 12px;
  left: unset;
}
.inner_case_read #listbox .swiper-button-prev {
  left: 12px;
  right: unset;
}
.inner_case_read #listbox .suoluetu {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  width: 400px;
  margin: 0 auto;
}
.inner_case_read #listbox .suoluetu .swiper-slide-thumb-active .item img {
  border: 2px solid #a7a7a7;
  opacity: 1;
}
.inner_case_read #listbox .suoluetu .swiper-slide:hover .item img {
  opacity: 1;
}
.inner_case_read #listbox .suoluetu .item {
  text-align: center;
  cursor: pointer;
}
.inner_case_read #listbox .suoluetu .item .pic1 {
  display: none;
}
.inner_case_read #listbox .suoluetu .item img {
  border: 2px solid transparent;
  opacity: .7;
}
.inner_case_read #listbox .suoluetu .swiper-button-prev {
  left: -37px;
}
.inner_case_read #listbox .suoluetu .swiper-button-next {
  right: -35px;
}

.inner_about_read .beizhu {
  background: #d8d6d9;
}

.inner_news_read .beizhu {
  background: #f9f9f9;
}

.inner_news_list .footer_xuanfu {
  display: block;
}
.inner_news_list .beizhu {
  background: white;
}

.inner_news_index .beizhu {
  background: white;
  margin-top: 10px;
}

.beizhu {
  color: black !important;
}
.beizhu img {
  -ms-filter: brightness(1) invert(1) !important;
  filter: brightness(1) invert(1) !important;
}
.beizhu a {
  color: black !important;
}

@media (max-width: 1600px) {
  .inner_about_read .about .rt .summary {
    line-height: 38px;
    font-size: 17px;
  }

  .inner_about_read .about .rt {
    padding: 50px 68px;
  }

  .inner_about_read .leader .list .item .name2 {
    font-size: 13px;
  }
}
@media (max-width: 1450px) {
  .inner_about_read .huoban .list .item {
    width: 170px;
    height: 170px;
  }
  .inner_about_read .huoban .list .item img {
    width: 150px;
  }

  .inner_about_read .about .rt .summary {
    line-height: 32px;
    font-size: 15px;
  }

  .inner_about_read .about .rt .title {
    margin-bottom: 15px;
  }

  .inner_about_read .about .lf .pic {
    height: 553px;
  }

  .inner_about_read .about .lf {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner_about_read .about .rt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner_about_read .about {
    margin-top: 54px;
  }

  .inner_about_read .join .list {
    margin-top: 50px;
  }

  .inner_about_read .huoban .list {
    margin-top: 50px;
  }

  .inner_about_read .anli .list {
    margin-top: 50px;
  }

  .inner_about_read .huoban .list .item img {
    width: 124px;
  }

  .inner_about_read .huoban .list .item {
    width: 160px;
    height: 160px;
  }

  .inner_contact_read .inner .inner_content {
    height: calc(100vh - 54px);
  }

  .inner_contact_read .inner_content .rt {
    height: calc(100vh - 54px);
  }

  .inner_contact_read {
    margin-top: 54px;
  }

  .inner_contact_read .inner .inner_content {
    margin-top: 54px;
  }
}
@media (max-width: 768px) {
  .inner_about_read .about {
    margin-top: 0;
  }

  .inner_about_read .about .lf {
    height: auto;
    min-height: auto;
  }

  .inner_about_read .about .lf {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .inner_about_read .about .rt {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .inner_about_read .about .rt .title,
  .inner_about_read .neirong_box ._title {
    font-size: 19px;
  }

  .inner_about_read .team_read .summary {
    display: none;
  }

  .inner_about_read .leader {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }

  .inner_about_read .team_read .pic {
    margin-top: 20px;
  }

  .inner_about_read .neirong_box {
    height: auto;
    min-height: auto;
    padding-top: 30px;
  }

  .inner_about_read .leader .list {
    margin-top: 50px;
  }

  .inner_about_read .join {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner_about_read .join .list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .huoban .list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .anli .list {
    width: 100%;
  }

  .inner_about_read .anli {
    padding-bottom: 30px;
  }

  .inner_news_list {
    padding-top: 54px;
    margin-top: 0;
  }

  .inner .inner_content {
    min-height: auto;
  }

  .inner_news_list .newslist {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_news_list .center_box {
    min-height: auto;
    margin-top: 15px;
  }

  body .center_box {
    min-height: auto;
  }

  .inner_case_read .case_read {
    width: 100%;
    float: none;
    position: static;
  }

  .inner_case_read .lf_typelist {
    width: 100%;
    float: none;
    position: static;
    display: none;
  }

  .inner_case_read {
    margin-top: 0;
  }

  .inner_case_read .case_read {
    padding-right: 0;
  }

  .inner_case_read .case_read .title {
    width: 100%;
    font-size: 18px;
    padding-top: 24px;
    margin-bottom: 22px;
    margin-top: 9px;
  }

  .inner_case_read #listbox {
    width: 100%;
  }

  .inner_case_read #listbox .suoluetu {
    width: 100%;
  }

  .inner_case_read #listbox .swiper-button-next, .inner_case_read #listbox .swiper-button-prev {
    top: -50%;
  }

  .inner_case_read #listbox .swiper-button-next, .inner_case_read #listbox .swiper-button-prev {
    display: none;
  }

  .inner_case_read #listbox .swiper-pagination {
    display: none;
  }

  .inner_news_read {
    margin-top: 0;
  }

  body {
    min-height: auto;
  }

  .inner_news_read .lf_typelist {
    display: none;
  }

  .inner_news_read .news_read {
    width: 100%;
    float: none;
  }

  .inner_news_read .news_read .title {
    font-size: 18px;
  }

  .inner_contact_read {
    margin-top: 0;
    height: auto;
    overflow: visible;
  }

  .inner_contact_read .inner .inner_content {
    height: auto;
    margin-top: 0;
  }

  .inner_contact_read .lf_box, .inner_contact_read .ditu {
    float: none;
  }

  .inner_contact_read .lf_box {
    height: 300px;
    display: block;
    width: 100%;
    background: url(../images/wap_ditu.jpg) no-repeat center !important;
    background-size: cover !important;
  }

  .inner_contact_read .inner_content .rt {
    height: auto;
    overflow: visible;
    padding: 30px 15px;
    float: none;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
