* {margin: 0px; padding: 0px; box-sizing: border-box;}
.clear {font-size: 0px; clear: both; line-height: 0px; height: 1px;}
.clearfix:after {content: "."; display: block;  height: 0; clear: both; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
img {border-style: none;}
a:link {outline: none;  TEXT-DECORATION: none;}
a:visited {outline: none; TEXT-DECORATION: none;}
a:hover {outline: none; TEXT-DECORATION: none;}
a:active {outline: none; TEXT-DECORATION: none;}
ul { list-style-type: none;}
ul li { list-style-type: none;}
.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank45{ width:100%; height:45px; clear:both;}
.blank48{ width:100%; height:48px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank58{ width:100%; height:58px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank65{ width:100%; height:65px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank82{ width:100%; height:82px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
/* body ------------------------------*/
body {font-family:'Microsoft YaHei, Microsoft YaHei-Regular'; font-size: 14px; line-height: 120%; color: #333333; background-color:#ffffff;}

ul li {list-style: none;}
.max{width:100%; max-width:750px; height:auto; margin:0 auto; overflow:hidden;}
 .clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}

.btn{
  width: 20px;
  height: 20px;
  option: 0;
  position: absolute;
  top: 23px;
  left: 146px;
  opacity: 0;
}
a {
  display: block;
}
span {
  display: block;
}
img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

.inner {
  width: 94%;
  margin: 0 auto;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 58px;
  padding: 0 0 0 3%;
  /*padding: 10px 0;*/
  z-index: 1111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.logo {
  width: 37%;
  margin-left: 5%;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 68;
  display: none;
  background: rgba(0,0,0,0.5);
}
.header_nav {
  width: 24.5%;
  height: 58px;
}
.header_nav img {
  height: 58px;
  width: 100%;
}
.nav_left {
  height: 100vh;
  width: 30vw;
  float: left;
}
.nav_right {
  /*height: 100vh;
  width: 70vw;
  float: right;*/
  background: #1fa399;
  /*padding: 20px 0;*/
  margin-top: 58px;
}
.nav_close {
  float: right;
  width: 13%;
    padding-right: 15px;
}
.nav_list {
  width: 100%;
  /*float: left;
  margin-top: 25px;
  overflow-y: scroll;
  height: 100%;*/
  /*padding: 0 10%;*/
}
.nav_item {
  border-bottom: 1px solid #ffffff;
  padding: 12px 20px 12px 20px;
  background-size: 10px;
}
.nav_item:last-of-type {
  border-bottom: none;
}
.nav_link {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
}
.nav_er_list {
  display: none;
  margin-top: 15px;
}
.nav_er_link {
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  color: #333;
  padding: 10px 0 10px 20px;
  background: url(../images/jian6.png) no-repeat left center;
  background-size: 7px;
}
.footer {
  background: #1fa399;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  height: 65px;
}
.footer_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_item {
  width: 30%;
  padding: 10px 0;
}
.footer_item img {
  width: 25%;
  margin: 0 auto;
}
.footer_text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}
.index_about_left {
  border-radius: 15px;
  background: #50cfc5;
  padding: 15px;
  margin: 20px 0 0 0;
}
.index_about_title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}
.index_about_text {
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}

.index_about_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index_about_item img {
  width: 50%;
  margin: 0 auto;
}
.index_about_item span {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.index_about_item span font {
  font-size: 18px;
  color: #ceb41b;
  text-stroke:2px #fffffff;
}
.index_about_gun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background:  #50cfc5;
  padding: 10px 15px;
  margin: 15px 0 20px 0;
}
.index_about_gun marquee {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  width: 91%;
}
.index_about_gun img {
  width: 20px;
}
.index_about_photo {
 
  cursor: pointer;
  overflow: hidden;
}
.index_about_photo > img {
  width: 100%;
}
.index_about_photo:nth-child(3n-2) {
  margin-left: 0;
}
.index_about_model {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 80;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0,0,0,0.5);
}
.index_about_model img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.index_ren {
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0 30px 0;
  margin-top: 30px;
}
.index_ren_title {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}
.index_ren_caption {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  margin-top: 8px;
}
.index_ren_block {
  position: relative;
}
.index_ren_block img {
  width: 100%;
}
.index_ren_block img.index_ren_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 44px;
  height: 44px;
  display: none;
}
.index_ren_name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(Transparent , #000000);
    background: -o-linear-gradient(Transparent, #000000);
    background: -moz-linear-gradient(Transparent, #000000);
    background: linear-gradient(Transparent , #000000);
    padding: 10px;
}
.index_ren_name span {
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_ren_banner {
  margin-top: 20px;
}
.index_ren_banner .swiper-container {
  padding-bottom: 50px;
}
.index_ren_banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3.5px;
  background: #ffffff;
}
.index_ren_banner .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  border-radius: 50px;
}
.index_ren_model {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 80;
  background: rgba(0,0,0,0.8);
  display: none;
}
.index_ren_photo {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.index_ren_photo span {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.index_service {
  margin: 40px 0 30px 0;
}
.index_service_title {
  font-size: 20px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.index_service_item {
  width: 100%;
  border-radius: 15px;
  height: 145px;
  margin-bottom: 15px;
}
.index_service_top {
  padding: 10px 10px 0 10px;
}
.index_service_top span {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  margin-bottom: 10px;
}
.index_service_top img {
  margin: 0 auto;
  width: 30px;
}
.index_service_info {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_service_area {
  width: 65%;
}
.index_service_area span {
  font-size: 16px;
  display: block;
  color: #333333;
  margin-bottom: 5px;
  line-height: 18px;
}
.index_service_more {
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  width: 30%;
  text-align: center;
  margin: 0 auto 0 auto;
}
.index_service_item:nth-child(1) {
  border: 5px solid #50cfc5;
}
.index_service_item:nth-child(1) .index_service_top {
  background: #50cfc5;
}
.index_service_item:nth-child(1) .index_service_more {
  background: #50cfc5;
}
.index_service_item:nth-child(2) {
  border: 5px solid #dcb233;
}
.index_service_item:nth-child(2) .index_service_top {
  background: #dcb233;
}
.index_service_item:nth-child(2) .index_service_more {
  background: #dcb233;
}
.index_service_item:nth-child(3) {
  border: 5px solid #4acce4;
}
.index_service_item:nth-child(3) .index_service_top {
  background: #4acce4;
}
.index_service_item:nth-child(3) .index_service_more {
  background: #4acce4;
}
.index_service_item:nth-child(4) {
  border: 5px solid #50cf7a;
}
.index_service_item:nth-child(4) .index_service_top {
  background: #50cf7a;
}
.index_service_item:nth-child(4) .index_service_more {
  background: #50cf7a;
}
.index_service_item:nth-child(5) {
  border: 5px solid #e66f5f;
}
.index_service_item:nth-child(5) .index_service_top {
  background: #e66f5f;
}
.index_service_item:nth-child(5) .index_service_more {
  background: #e66f5f;
}
.index_service_caption {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  margin: 30px 0 8px 0;
}
.index_service_explain {
  font-size: 14px;
  color: #50cfc5;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}
.index_people {
  background: url(../images/bg1.jpg) no-repeat left top;
  background-size: 100% 200px;
  padding-top: 30px;
}
.index_people_title {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.index_people_block {
  background: #ffffff;
  border-bottom: 5px solid #50cfc5;
  padding: 15px 10px;
  box-shadow: 0 5px 10px rgba(51,51,51,0.14);
}
.index_people_heng {
  margin: 0 auto;
  width: 40px;
  height: 4px;
  border-radius: 50px;
  background: #50cfc5;
}
.index_people_photo {
  margin: 15px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transition: all 0.5s linear;
  transform-style: preserve-3d;
}
.index_people_name {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_people_ren {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 15px 0;
}
.index_people_ren img {
  width: 20px;
}
.index_people_ren span {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  margin-left: 10px;
}
.index_people_caption {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.index_people_text {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 10px;
  height: 92px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.index_people_text1 {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.index_people_link {
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background: #50cfc5;
  width: 70%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
.people_list {
  margin: 0px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.people_item {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}
.people_item:nth-child(odd) {
  margin-left: 0;
}
.index_people_more {
  width: 60%;
  height: 50px;line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  margin: 10px auto 0 auto;
  background: #50cfc5;
  -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.index_ping {
  margin-top: 40px;
}
.index_ping_title {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-align: center;
}
.index_ping_caption {
  font-size: 14px;
  text-overflow: #999999;
  line-height: 14px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 15px;
}
.index_ping_box {
  background: #eeeeee;
  border-radius: 5px;
}
.index_ping_box span {
  padding: 15px;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
}
.index_ping_jian {
  width: 30px;
  margin: 0 auto;
}
.index_ping_header {
  margin: 15px auto 20px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.index_ping_name {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.index_ping_info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_ping_info img {
  width: 15px;
  margin: 0 3px;
}
.index_ping_info span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.index_ping_banner .swiper-container {
  width: 80%;
  margin: 0 auto;
}
.index_ping_banner {
  position: relative;
}
.index_ping_banner .swiper-button-prev {
  width: 25px !important;
    height: 18px !important;
    background-image: url(../images/jian8.png);
    background-repeat: no-repeat;
    outline: none;
  top: 33%;
  transform: translateY(-50%);
    left: 0;
    margin-top: 0 !important;
    background-size: contain;
}
.index_ping_banner .swiper-button-prev:after {
  content: '';
}
.index_ping_banner .swiper-button-next {
  width: 25px !important;
    height: 18px !important;
  background-image: url(../images/jian9.png);
    background-repeat: no-repeat;
  outline: none;
  top: 33%;
  transform: translateY(-50%);
    right: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_ping_banner .swiper-button-next:after {
  content: '';
}
.index_huan {
  margin-top: 40px;
}
.index_huan_title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}
.index_huan_top{
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.index_huan_text {
  /*width: 25%;*/
  padding: 0 7%;
  border-left: 1px solid #666666;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 4%;
}
.index_huan_text:nth-child(4n-3) {
  border-left: none;
}
.index_huan_current {
  color: #333333;
}
.index_huan_current::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid #50cfc5;
}
.index_huan_block {
  margin-top: 20px;
  display: none;
}
.index_huan_block img {
  width: 100%;
}
.index_huan_name {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.index_con {
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 0 30px 0;
  margin: 40px 0;
}
.index_con .inner > img {
  margin: 0 auto;
  width: 80%;
}
.index_con_block {
  margin-top: 25px;
}
.index_con_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.index_con_info img {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2
}
.index_con_info span {
  background: -webkit-linear-gradient(#72d1e0 , #54cfc8);
    background: -o-linear-gradient(#72d1e0, #54cfc8);
    background: -moz-linear-gradient(#72d1e0, #54cfc8);
    background: linear-gradient(#72d1e0 , #54cfc8);
    border-radius: 50px;
    border: 3px solid #ffffff;
    padding: 2px 15px 2px 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    margin-left: -20px;
    position: relative;
    z-index: 0;
}
.index_con_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_con_box img {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2
}
.index_con_box span {
  background: -webkit-linear-gradient(#72d1e0 , #54cfc8);
    background: -o-linear-gradient(#72d1e0, #54cfc8);
    background: -moz-linear-gradient(#72d1e0, #54cfc8);
    background: linear-gradient(#72d1e0 , #54cfc8);
    border-radius: 15px;
    border: 3px solid #ffffff;
    padding: 2px 15px 2px 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    margin-left: -20px;
    position: relative;
    z-index: 0;
}
.index_con_right {
  background: #ffffff;
  border-radius: 15px;
  padding: 10px 0;
  width: 40%;
  margin: 20px auto 0 auto;
}
.index_con_right img {
  width: 80%;
  margin: 0 auto;
}
.index_con_right span {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 14px;
  margin-top: 10px;
}
.index_friend {
  margin-bottom: 30px;
}
.index_friend_title {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.index_friend_box img {
  border: 1px solid #dcdcdc;
  width: 100%;
}
.index_friend_box span {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
}
.index_friend_banner .swiper-container {
  padding-bottom: 60px;
}
.index_friend_banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #50cfc5;
  margin: 0 4.5px;
}
.index_friend_banner .swiper-pagination-bullet-active {
  background: #c9eee8;
}
.about_title {
  font-size: 18px;
  color: #50cfc5;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.about_jian_block {
  
}
.about_jian {
  margin-bottom: 40px;
  margin-top: 40px;
}
.about_hang {
  background: #f6f6f6;
  padding: 30px 0 30px 0;
}
.about_hang_text {
  margin: 0 0 20px 0;
}
.about_hang_table {
  width: 100%;
  border: 1px solid #f6f6f6;
}
.about_hang_table thead {
  background: #50cfc5;
}
.about_hang_table th {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  line-height: 16px;
  border-bottom: 1px solid #f6f6f6;
}
.about_hang_table td {
  font-size: 14px;
  color: #343434;
  text-align: center;
  padding: 10px;
  line-height: 16px;
  border-bottom: 1px solid #f6f6f6;
}
.td1 {
  width: 40%;
}
.td2 {
  border-left: 2px solid #f6f6f6;
  width: 60%;
}
.about_hang_table tbody {
  background: #ffffff;
}
.about_honor {
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 40px 0;
}
.about_honor .about_title {
  color: #ffffff;
}
.about_honor .index_about_gun {
  background: #ffffff;
}
.about_honor marquee {
  color: #14e2be;
}
.about_qi {
  margin: 40px 0 40px 0;
}
.about_qi_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about_qi_item {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}
.about_qi_item:nth-child(odd) {
  margin-left: 0;
}
.about_qi_item .index_ren_model {
  width: 100%;
  height: 100%;
  z-index: 80;
}
.index_ren_block1 {
  position: relative;
}
.map {
  margin: 30px 0;
}
.con_list {
  margin: 0 0 40px 0;
}
.con_item {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.con_item > img {
  width: 25%
}
.con_title {
  font-size: 16px;
  color:#000000;
  line-height: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.con_text {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.con_code {
  margin: 20px auto 15px auto !important;
  width: 120px;
}
.con_caption {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.con_info {
  width: 70%;
  margin-left: 5%;
}
.con_info img {
  width: 135px;
}
.con_box {
  width: 35%;
  margin-left: 5%;
}
.con_box img {
  width: 135px;
}
.people_title {
  margin: 25px 0;
  font-size: 18px;
  color: #50cfc5;
  text-align: center;
  font-weight: bold;
}
.peopleex_section {
  margin: 30px 0 35px 0;
}
.peopleex_section > img {
  width: 60%;
  margin: 0 auto;
}
.peopelex_name {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  margin: 15px 0 10px 0;
}
.peopelex_info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.peopelex_info span {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  margin-left: 8px;
}
.peopelex_num {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
}
.peopleex_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.peopleex_item {
  width: 48%;
  margin-bottom: 15px;
}
.peopleex_item img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
/*.peopleex_item:hover img {
  transform:scale(1.1);
}*/
.peopleex_item span {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
}
.box {
  margin-bottom: 40px;
}
.ex {
 margin-top: 30px;
  margin-bottom:45px;
}
.ex a {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.news_list{
  margin-top: 30px;
  margin-bottom: 30px;
}
.news_item {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(51,51,51,0.14);
}
.news_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_photo {
  width: 47%;
  overflow: hidden;
}
.news_area {
  width: 50%;
  padding: 10px 10px 10px 0;
}
.news_title {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.news_text {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin: 8px 0;
}
.news_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news_time {
  font-size: 14px;
  color: #aaa9a9;
  background: url(../images/ico9.png) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
  line-height: 20px;
}
.news_more {
  font-size: 14px;
  color: #aaa9a9;
  margin-left: 10px;
}
.newsex_section {
  background: #ffffff;
  margin: 30px 0 35px 0;
}
.newsex_title {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
}
.newsex_time {
  font-size: 14px;
  color: #aaa9a9;
  text-align: center;
  margin: 10px 0 20px 0;
}
.about_dao_list {
  background: #ffffff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about_dao_item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.about_dao_item:nth-child(3n-2) {
  margin-left: 0;
}
.about_dao_link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  background: #eeeeee;
}
.about_dao_link img {
  width: 25px;
}
.about_dao_link span {
  font-size: 14px;
  color: #494c58;
  line-height: 14px;
  margin-left: 5px;
}
.about_dao_hide {
  display: none;
}
.about_dao_current .about_dao_hide{
  display: block;
}
.about_dao_current .about_dao_show{
  display: none;
}
.about_dao_current {
  background: #1fa399;
}
.about_dao_current span {
  color: #ffffff;
}
.model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 80;
  display: none;
}
.model_section {
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 15px;
  padding: 20px 15px;
  width: 80%;
}
.model_section img {
  width: 50px;
  margin: 0 auto;
}
.model_title {
  font-size: 18px;
  text-align: center;
  color: #111111;
  margin: 8px 0 12px 0;
  font-weight: bold;
}
.model_text {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 20px;
}
.model_open {
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  padding: 12px 0;
  text-align: center;
  width: 50%;
  margin: 15px auto 0 auto;
  background: #1aac1d;
}
.model_section img.model_close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
}