/* 放大效果  @times 放大倍数*/
.overflow {
  overflow: hidden;
}

.loadData {
  padding-top: 20px;
  padding-bottom: 79px;
  background-color: #f9f9f9;
}

.loadData .center {
  width: 270px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: #dcdcdc 1px solid;
}

.loadData .center a {
  display: none;
}

.loadData .center a.active {
  display: block;
}

.xg_title {
  font-weight: bold;
}

.xg_title h3 {
  font-size: 24px;
  color: #393939;
  font-weight: bold;
}

.xg_title h3 span {
  position: relative;
  display: inline-block;
}

.xg_title h3 span::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: solid 3px #3cb185;
  border-radius: 50%;
  box-sizing: border-box;
}

.xg_title p {
  margin-top: 5px;
  font-size: 30px;
  color: #232121;
}

.xg_title_main h3 {
  font-size: 30px;
  color: #333333;
  text-align: center;
}

.index_more {
  position: relative;
  height: 20px;
  line-height: 20px;
}

.index_more .text {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
}

.index_more .icon {
  position: relative;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  text-align: center;
  color: #fff;
  font-size: 6px;
  line-height: 12px;
  display: inline-block;
  background-color: #3cb185;
  border-radius: 50%;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index_more:hover .icon {
  left: 5px;
}

/* 页面 */
.index_section {
  padding: 90px 0 80px;
}

.index_section.index_about {
  background: rgba(255, 255, 255, 0.06) url("../images/public/index_bg1.png") center no-repeat;
}

.index_section.index_about.about_section {
  background: #F9F9F9 url("../images/public/about-bg1.png") center bottom / contain no-repeat;
}

.index_section.index_about.about_section .bottom1 {
  margin-top: 40px;
}

.index_section.index_about.about_section .bottom1 li {
  position: relative;
  width: 25%;
  padding: 0 8%;
  text-align: center;
}

.index_section.index_about.about_section .bottom1 li::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 40px;
  border-left: 1px solid #e5e5e5;
}

.index_section.index_about.about_section .bottom1 li:first-child {
  padding-left: 0;
}

.index_section.index_about.about_section .bottom1 li:first-child::before {
  border: none;
}

.index_section.index_about.about_section .bottom1 li:last-child {
  padding-right: 0;
}

.index_section.index_about.about_section .bottom1 li .cate {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}

.index_section.index_about.about_section .number {
  font-family: Bebas;
  color: #32b08b;
  font-size: 50px;
}

.index_section.index_about.about_section .add_icon {
  font-family: ArialMT;
  font-size: 36px;
  color: #666666;
  line-height: 65px;
  vertical-align: top;
}

.index_section.index_about .xg_article {
  width: 50%;
}

.index_section.index_about .xg_article .xg_content {
  margin: 45px 0 75px;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index_section.index_about .xg_article .xg_content p {
  margin-top: 25px;
}

.index_section.index_about .xg_article .xg_content p:first-child {
  margin-top: 0;
}

.index_section.index_about .xg_article .xg_content p:nth-child(1) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.index_section.index_about .xg_article .xg_content p:nth-child(2) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.index_section.index_about .audio_section {
  width: 31.08%;
  margin-top: 65px;
  text-align: center;
}

.index_section.index_about .audio_section p:nth-child(1) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.index_section.index_about .audio_section p:nth-child(2) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.index_section.index_about .audio_section.about_audio {
  margin-top: 25px;
}

.index_section.index_about .audio_section.about_audio .audio_main {
  position: relative;
  margin: 10px 0 20px;
}

.index_section.index_about .audio_section.about_audio .audio_main .player_btn_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index_section.index_about .audio_section .audio_title {
  font-size: 22px;
  line-height: 36px;
  color: #32b08b;
  font-weight: bold;
}

.index_section.index_about .audio_section .audio_subtitle {
  margin-top: 15px;
  font-family: DolceVita;
  font-size: 14px;
  color: #c0ded5;
  line-height: 22px;
}

.index_section.index_about .audio_section .player {
  position: relative;
  margin: 70px auto;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.index_section.index_about .audio_section .player:nth-child(1) {
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.index_section.index_about .audio_section .player .iconfont {
  color: #32b08b;
}

.index_section.index_about .audio_section .player::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.index_section.index_about .audio_section .play {
  line-height: 1;
}

.index_section.index_about .audio_section .play:nth-child(1) {
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.index_section.index_about .audio_section .play .iconfont {
  color: #32b08b;
  font-size: 20px;
}

.index_section.index_about .audio_section .play span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #555555;
}

.index_section.index_news {
  background: url(../images/public/index_bg3.png) top right no-repeat;
}

.index_section.index_news #index_tabs li {
  font-size: 14px;
}

.index_section.index_news .tabs li {
  position: relative;
  margin-left: 40px;
  cursor: pointer;
}

.index_section.index_news .tabs li.active {
  color: #47b58c;
}

.index_section.index_news .tabs li.active::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 3px solid #3cb185;
  border-radius: 50%;
  box-sizing: border-box;
}

.index_section.index_news .tabs_content {
  position: relative;
  margin-top: 50px;
}

.index_section.index_news .tabs_content .tabs_content_main {
  position: relative;
}

.index_section.index_news .tabs_content .tabs_content_main::after {
  content: "";
  padding-bottom: 20px;
  display: block;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
}

.index_section.index_news .tabs_content .tabs_content_top {
  position: absolute;
  padding-bottom: 20px;
  width: 100%;
  display: none;
}

.index_section.index_news .tabs_content .tabs_content_top.tab-active {
  display: block;
}

.index_section.index_news .tabs_content .tabs_content_top .picture_container {
  padding-top: 72.09%;
}

.index_section.index_news .tabs_content .tabs_content-left {
  width: 66.92%;
}

.index_section.index_news .tabs_content .tabs_content-left:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.index_section.index_news .tabs_content .tabs_content-left:hover .news h4 {
  color: #3cb185;
}

.index_section.index_news .tabs_content .tabs_content-left .news {
  width: 41.38%;
}

.index_section.index_news .tabs_content .tabs_content-left .news h4 {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  min-height: 60px;
  line-height: 30px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index_section.index_news .tabs_content .tabs_content-left .news p {
  margin: 45px 0 60px;
  font-size: 14px;
  font-weight: lighter;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 130px;
  min-height: 130px;
  line-height: 26px;
}

.index_section.index_news .tabs_content .news_list {
  width: 26.15%;
}

.index_section.index_news .tabs_content .news_list .news_item {
  margin-bottom: 30px;
}

.index_section.index_news .tabs_content .news_list .news_item:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.index_section.index_news .tabs_content .news_list .news_item:hover p {
  color: #3cb185;
}

.index_section.index_news .tabs_content .news_list .img {
  width: 110px;
  overflow: hidden;
}

.index_section.index_news .tabs_content .news_list .img img {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index_section.index_news .tabs_content .news_list .txt {
  width: 57.74%;
}

.index_section.index_news .tabs_content .news_list .txt P {
  margin-bottom: 20px;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  min-height: 40px;
  line-height: 20px;
}

.index_section.index_news .tabs_content .news_list .txt .date {
  font-size: 12px;
  color: #bbb;
}

.index_section.index_news .news_img {
  width: 49.43%;
  overflow: hidden;
}

.index_section.index_news .news_img img {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index_section.index_news .index_news-bottom {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.index_section.index_news .index_news-bottom li {
  position: relative;
  margin-top: 20px;
  width: 26.3%;
  padding-left: 20px;
  margin-right: 10.07%;
  color: #555555;
}

.index_section.index_news .index_news-bottom li:hover {
  color: #3cb185;
}

.index_section.index_news .index_news-bottom li:nth-child(3n) {
  margin-right: 0;
}

.index_section.index_news .index_news-bottom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 3px solid #32b08b;
  box-sizing: border-box;
}

.index_section.index_news .index_news-bottom li p a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index_section.business_section {
  position: relative;
  padding: 0;
  background-color: #f9f9f9;
}

.index_section.business_section::before {
  content: "";
  position: absolute;
  top: 324px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.index_section.business_section .after_line {
  position: absolute;
  top: 324px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #32b08b;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.index_section.business_section .center {
  position: relative;
  padding: 85px 0 45px;
  background: url("../images/public/index_bg2.png") top right no-repeat;
  z-index: 9;
}

.index_section.business_section .business_list {
  position: relative;
  margin-top: 50px;
  text-align: center;
  z-index: 9;
}

.index_section.business_section .business_list li {
  cursor: pointer;
  width: 20%;
}

.index_section.business_section .business_list li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.index_section.business_section .business_list li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.index_section.business_section .business_list li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.index_section.business_section .business_list li:nth-child(4) {
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.index_section.business_section .business_list li:nth-child(5) {
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.index_section.business_section .business_list li.business-active .xg_cir {
  border: 1px solid #32b08b;
}

.index_section.business_section .business_list li.business-active .xg_cir .iconfont {
  color: #32b08b;
}

.index_section.business_section .business_list li.business-active .order {
  color: #32b08b;
}

.index_section.business_section .business_list .xg_cir {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  border: 1px solid #000;
  line-height: 62px;
  border-radius: 50%;
}

.index_section.business_section .business_list .xg_cir .iconfont {
  font-size: 32px;
  color: #353434;
}

.index_section.business_section .business_list .xg_cir .iconfont.icon-gongcheng {
  font-size: 35px;
}

.index_section.business_section .business_list .order {
  position: relative;
  margin: 40px auto 30px;
  width: 40px;
  font-size: 20px;
  font-family: Arialbd;
  font-weight: bold;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 5px #f9f9f9;
  z-index: 9;
}

.index_section.business_section .business_list .txt {
  font-size: 18px;
  line-height: 26px;
  color: #232121;
}

.index_section.business_section .business_list .sub_txt {
  font-size: 12px;
  color: #232121;
  line-height: 26px;
  opacity: 0.4;
}

.index_section.business_section .item_show .item {
  position: relative;
  width: 15.625%;
  padding-top: 26.04%;
  overflow: hidden;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.index_section.business_section .item_show .item.show {
  width: 37.5%;
}

.index_section.business_section .item_show .item.show .cloth {
  display: none;
}

.index_section.business_section .item_show .item.show .show_text {
  display: flex;
}

.index_section.business_section .item_show .item .business_img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_section.business_section .item_show .item img {
  min-width: calc(100% + 3px);
  position: relative;
  margin-left: -1px;
  height: 100%;
  max-width: none;
}

.index_section.business_section .item_show .item .show_text {
  position: absolute;
  top: 40px;
  left: 60px;
  min-width: 400px;
  color: #fff;
  display: none;
}

.index_section.business_section .item_show .item .show_text .icon {
  margin-right: 20px;
  width: 82px;
  height: 82px;
  text-align: center;
  line-height: 82px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.index_section.business_section .item_show .item .show_text .icon .iconfont {
  font-size: 30px;
}

.index_section.business_section .item_show .item .show_text .txt-title {
  font-size: 24px;
  line-height: 30px;
}

.index_section.business_section .item_show .item .show_text .txt-subtitle {
  font-family: CenturyGothic;
  line-height: 30px;
}

.index_section.business_section .item_show .item .cloth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 121, 164, 0.4);
}

.index_section.business_section .item_show .item .cloth .cir_cloth {
  margin: 13.33% auto 16%;
  width: 82px;
  height: 82px;
  text-align: center;
  line-height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.index_section.business_section .item_show .item .cloth .cloth_text {
  position: relative;
  min-height: calc(79.67% - 80px);
  padding-bottom: 95px;
}

.index_section.business_section .item_show .item .cloth .cloth_txt {
  margin: 0 auto;
  width: 25px;
  font-size: 24px;
  color: #fff;
}

.index_section.business_section .item_show .item .cloth .cloth_txt span {
  display: block;
  -o-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.index_section.business_section .item_show .item .cloth .cloth_txt i {
  margin-top: 24px;
}

.index_section.business_section .item_show .item .cloth .iconfont {
  font-size: 40px;
  color: #fff;
}

.index_section.business_section .item_show .item .cloth ul {
  position: absolute;
  bottom: 40px;
  left: 50%;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index_section.business_section .item_show .item .cloth li {
  margin: 15px auto 0;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.index_section.business_section .item_show .item .cloth li:last-child {
  width: 8px;
  height: 8px;
}

.index_section.index_swiper {
  padding-top: 50px;
}

.index_section.index_swiper .index_swiper_top {
  padding: 50px 0 10px;
  background: url("../images/public/index_bg2.png") right bottom no-repeat;
}

.index_section.index_swiper .swiper_slide li {
  position: relative;
  margin-left: 40px;
  font-size: 14px;
  color: #888888;
  cursor: pointer;
}

.index_section.index_swiper .swiper_slide li.active {
  color: #47b58c;
}

.index_section.index_swiper .swiper_slide li.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  border: 3px solid #3cb185;
  border-radius: 50%;
  box-sizing: border-box;
}

.index_section.index_swiper .left_sw {
  position: relative;
  margin-top: 35px;
  width: 100%;
  height: 100%;
}

.index_section.index_swiper .left_sw .sw_big {
  margin-bottom: 30px;
}

.index_section.index_swiper .left_sw .mask {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 50px;
  width: 31.92%;
  height: 100%;
  background-color: rgba(62, 86, 115, 0.5);
}

.index_section.index_swiper .left_sw .mask .title {
  position: relative;
  margin-top: 103px;
  padding: 32px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index_section.index_swiper .left_sw .mask .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 2px;
  background-color: #fff;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index_section.index_swiper .left_sw .mask .txt {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 130px;
  min-height: 130px;
  line-height: 26px;
}

.index_section.index_swiper .left_sw .mask .index_more {
  margin-top: 15px;
}

.index_section.index_swiper .left_sw .mask .index_more a {
  text-align: center;
  margin: 0 auto;
}

.index_section.index_swiper .left_sw .mask .index_more a .text {
  color: #fff;
}

.index_section.index_swiper .left_sw .picture_container {
  padding-top: 41.538%;
}

.index_section.index_swiper .left_sw .picture_container.small {
  display: none;
}

.index_section.index_swiper .left_sw .picture_container.small:first-child {
  display: block;
}

.index_section.index_swiper .left_sw .picture_container.small img {
  width: 100%;
}

.index_section.index_swiper .left_sw .swiper-slide {
  cursor: pointer;
  position: relative;
}

/* .index_section.index_swiper .left_sw .swiper-slide:not(:last-child){
  margin-right: 30px;
} */
.index_section.index_swiper .left_sw .swiper-slide .picture_container {
  padding-top: 41.538%;
}

.index_section.index_swiper .left_sw .swiper-slide .picture_container img {
  width: 100%;
  max-height: none;
}

.index_section.index_swiper .left_sw .swiper-slide .img_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.index_section.index_swiper .left_sw .swiper-slide.active .img_mask {
  display: none;
}

.about_section {
  padding: 55px 0 80px;
}

.about_section.about_culture_section {
  padding-bottom: 100px;
}

.about_section .about_article {
  margin-top: 30px;
}

.about_section .about_article .iconfont {
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.about_section .about_article ul.list {
  width: 63.85%;
}

.about_section .about_article ul.list li {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.about_section .about_article ul.list li:hover .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about_section .player {
  opacity: 0.9;
}

.about_section.index_section.index_about .audio_section {
  width: 36.92%;
}

.about_section.index_section.index_about .audio_section .player {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-left: -31px;
  margin-top: -31px;
}

.about_section.index_section.index_about .audio_section.about_audio .audio_main {
  margin-top: 15px;
}

.about_section .culture_section {
  height: 600px;
  text-align: center;
}

.about_section .culture_section .sign {
  width: 36.15%;
  background: url("../images/change/about-bg4.png") center / cover no-repeat;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about_section .culture_section .sign .icon {
  padding-top: 138px;
}

.about_section .culture_section .sign:hover .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about_section .culture_section .sign .sign_logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26.81%;
  height: 108px;
  /*background-color: #fff;*/
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.about_section .culture_section .box {
  margin: auto;
  max-width: 305px;
}

.about_section .culture_section .theme {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.about_section .culture_section .division {
  margin: auto;
  height: 38px;
  width: 1px;
  margin-top: 17px;
  border-left: 1px solid #fff;
}

.about_section .culture_section .explain {
  margin: auto;
  margin-top: 25px;
  line-height: 26px;
  color: #ffffff;
}

.about_section .culture_section .iconfont {
  font-size: 65px;
  color: #fff;
}

.about_section .culture_section .iconfont.icon-fuwu {
  font-size: 70px;
}

.about_section .culture_section ul .icon {
  margin-top: 45px;
}

.about_section .culture_section ul .theme {
  margin-top: 10px;
}

.about_section .culture_section ul .division {
  height: 1px;
  width: 38px;
  border-left: none;
  border-top: 1px solid #fff;
}

.about_section .culture_section ul li {
  width: 50%;
  height: 50%;
  letter-spacing: 1px;
}

.about_section .culture_section ul li.item1 {
  background-color: #32bd94;
}

.about_section .culture_section ul li.item2 {
  background: url("../images/change/about-bg3.png") center / cover no-repeat;
}

.about_section .culture_section ul li.item3 {
  background: url("../images/change/about-bg2.png") center / cover no-repeat;
  text-align: left;
  font-size: 14px;
}

.about_section .culture_section ul li.item3 .theme {
  margin-top: 60px;
  font-size: 24px;
}

.about_section .culture_section ul li.item4 {
  background-color: #2688e2;
}

.about_section .swiper-prev,
.about_section .swiper-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -35px;
  background-image: none;
  height: 70px;
  width: 70px;
  background-color: rgba(102, 102, 102, 0.2);
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.about_section .swiper-prev:hover,
.about_section .swiper-next:hover {
  background-color: #32bd94;
}

.about_section .swiper-prev .iconfont,
.about_section .swiper-next .iconfont {
  color: #fff;
}

.about_section .swiper-prev {
  right: auto;
  left: -100px;
}

.about_section.honor_section {
  position: relative;
  background-color: #f5f5f5;
}

.about_section.honor_section .swiper_honor {
  position: relative;
}

.about_section.honor_section .swiper-container {
  padding: 20px;
}

.about_section.honor_section .swiper-container .swiper-slide {
  border: solid 1px #f4f4f4;
}

.about_section.honor_section .swiper-container .swiper-slide:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.about_section.patent_section .swiper_auto,
.about_section.honor_section .swiper_auto {
  margin: auto;
  max-width: 1500px;
  padding: 0 100px;
}

.about_section.patent_section .swiper_patent,
.about_section.honor_section .swiper_patent,
.about_section.patent_section .xg_title,
.about_section.honor_section .xg_title {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
}

.about_section.patent_section .swiper-container,
.about_section.honor_section .swiper-container {
  position: relative;
  margin-top: 30px;
}

.about_section.patent_section .swiper-container .swiper-slide,
.about_section.honor_section .swiper-container .swiper-slide {
  padding: 50px 20px 40px;
  background-color: #fff;
  text-align: center;
}

.about_section.patent_section .swiper-container .swiper-slide p,
.about_section.honor_section .swiper-container .swiper-slide p {
  margin-top: 50px;
  color: #666666;
}

.about_section.patent_section .img_txt {
  width: 100%;
  padding: 20px;
  border: solid 1px #f4f4f4;
}

.about_section.patent_section .img_txt:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.about_section.patent_section img {
  max-height: 354px;
}

.about_section.figure_section {
  position: relative;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}

.about_section.figure_section .bgc {
  position: absolute;
  bottom: 0;
  height: 115px;
  width: 100%;
  background-color: #fff;
}

.about_section.figure_section .xg_swiper {
  position: relative;
  margin-top: 30px;
}

.about_section.figure_section .xg_swiper .swiper-prev,
.about_section.figure_section .xg_swiper .swiper-next {
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
}

.about_section.figure_section .xg_swiper .swiper-prev:hover,
.about_section.figure_section .xg_swiper .swiper-next:hover {
  background-color: #3cb185;
}

.about_section.figure_section .xg_swiper .swiper-prev:hover .iconfont,
.about_section.figure_section .xg_swiper .swiper-next:hover .iconfont {
  color: #fff;
}

.about_section.figure_section .xg_swiper .swiper-prev .iconfont,
.about_section.figure_section .xg_swiper .swiper-next .iconfont {
  color: #b2b2b2;
  font-size: 30px;
}

.about_section.figure_section .xg_swiper .swiper-prev {
  left: -30px;
}

.about_section.figure_section .xg_swiper .swiper-next {
  right: -30px;
}

.about_section.figure_section .partner_container {
  padding-top: 60px;
}

.about_section.figure_section .swiper-slide .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
}

.about_section.figure_section .swiper-slide .title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}

.about_section.figure_section .swiper-slide .scroll {
  position: relative;
  width: 80px;
  height: 2px;
  background-color: #fff;
}

.about_section.figure_section .swiper-slide .scroll::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #32bd94;
}

.about_section.figure_section .swiper-slide .txt {
  margin-top: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: lighter;
}

.about_section.partner_section {
  padding-top: 80px;
}

.about_section.partner_section .swiper-container {
  margin-top: 30px;
}

.about_section.partner_section .partner li {
  width: 18.46%;
  margin-right: 1.923%;
  margin-bottom: 1.923%;
  background-color: #eeeeee;
}

.about_section.partner_section .partner li .picture_container {
  padding-top: 58.33%;
}

.about_section.partner_section .partner li:nth-child(5n) {
  margin-right: 0;
}

.about_section.partner_section .swiper-pagination-switch {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.about_section.partner_section .swiper-active-switch {
  background-color: #32bd94;
  opacity: 1;
}

.about_section.partner_section .pagination {
  position: relative;
  padding: 10px;
  margin-top: 10px;
}

.about_section.partner_section .pagination .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 0;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.about_section.partner_section .pagination .swiper-pagination span {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}

.about_section.partner_section .pagination .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #32bd94;
}

.case_section.alzs_top {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 40px;
}

.case_section.alzs_top .alzs_top_content {
  overflow: hidden;
  position: relative;
  height: 540px;
}

.q_nothingness {
  font-size: 54px;
  text-align: center;
  color: #bbb;
  font-weight: bold;
  padding: 50px 0;
}

.case_section.alzs_top .alzs_top_content img {
  width: 1300px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(62, 86, 115, 0.5);
  width: 415px;
  height: 100%;
  text-align: center;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent {
  color: #ffffff;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent .positionBox_ontent_title {
  padding: 0 10px;
  text-align: center;
  width: 100%;
  margin-top: 137px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent .positionBox_ontent_rod {
  margin-top: 33px;
  margin-bottom: 67px;
  width: 36px;
  height: 2px;
  background-color: #ffffff;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent .positionBox_ontent_text {
  width: 310px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  min-height: 78px;
  line-height: 26px;
  margin: 0 auto;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent .positionBox_ontent_more {
  margin-top: 79px;
  font-weight: bold;
  font-size: 14px;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent .positionBox_ontent_more .icon {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: #3cb185;
}

.case_section.alzs_top .alzs_top_content .alzs_top_positionBox .positionBox_ontent .positionBox_ontent_more .icon .iconfont {
  font-size: 10px;
  font-weight: normal;
}

.case_section.alzs_first:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.case_section.alzs_center {
  background-color: #f9f9f9;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(even) {
  margin-left: 29px;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi {
  margin-bottom: 2.3076%;
  width: 48.746%;
  height: 31.53846%;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(4) {
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(5) {
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:nth-child(6) {
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi img {
  height: 340px;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content {
  height: 70px;
  line-height: 68px;
  border: #eeeeee 1px solid;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content::-webkit-input-placeholder {
  color: #666666;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content:-moz-placeholder {
  color: #666666;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content:-ms-input-placeholder {
  color: #666666;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content::placeholder {
  color: #666666;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content .content_text_left {
  margin-left: 30px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content .content_text_more {
  font-family: "Arial";
  margin-right: 30px;
  margin-left: 20px;
  font-size: 14px;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi .alzs_centerLi_content .content_text_more .iconfont {
  margin-left: 5px;
  font-size: 16px;
  color: #3cb185;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:hover {
  background-color: #3cb185;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:hover .alzs_centerLi_content {
  color: #ffffff;
  border: #3cb185 1px solid;
}

.case_section.alzs_center .alzs_centerUl .alzs_centerLi:hover .alzs_centerLi_content .iconfont {
  color: #fff;
}

.case_section.loadData .center {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case_section.loadData .center a {
  color: #888888;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case_section.loadData .center a.loading {
  color: #fff;
}

.case_section.loadData .center span {
  font-size: 18px;
}

.case_section.loadData .center i {
  display: inline-block;
  margin-left: 5px;
  font-size: 25px;
}

.case_section.loadData .center:hover {
  background-color: #3cb185;
}

.case_section.loadData .center:hover a {
  color: #fff;
}

.contact_section {
  position: relative;
}

.contact_section .contact_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.contact_section .center {
  padding: 50px 50px 47px;
  color: #fff;
  background-color: rgba(50, 189, 148, 0.9);
}

.contact_section .center h3 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 1;
}

.contact_section .center .follow {
  margin-top: 25px;
  width: 125px;
  text-align: center;
}

.contact_section .center .follow img {
  margin: auto;
}

.contact_section .center .follow p {
  font-size: 14px;
  line-height: 30px;
}

.contact_section .center .left .txt {
  margin-top: 20px;
}

.contact_section .center .left p {
  margin-left: 20px;
}

.contact_section .center .left .iconfont {
  font-size: 24px;
}

.news_section {
  padding-top: 20px;
  background-color: #f9f9f9;
}

.news_section .left_sw {
  position: relative;
  width: 24.615%;
  height: 100%;
}

.news_section .left_sw .mask {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 50px;
  width: 31.92%;
  height: 100%;
  background-color: rgba(62, 86, 115, 0.5);
}

.news_section .left_sw .picture_container {
  padding-top: 59.375%;
}

.news_section .left_sw .picture_container.small img {
  width: 100%;
}

.news_section .news_item:hover {
  background-color: #fff;
}

.news_section .news_item:hover .brief h4 {
  color: #3cb185;
}

.news_section .news_item:hover .brief .more {
  color: #3cb185;
}

.news_section .news_item:hover .brief .iconfont {
  color: #3cb185;
}

.news_section .item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.news_section .img {
  width: 24.615%;
}

.news_section .img img {
  width: 100%;
}

.news_section .brief {
  position: relative;
  width: 71.923%;
}

.news_section .brief h4 {
  margin-top: 5px;
  font-size: 20px;
  color: #393939;
}

.news_section .brief h4 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_section .brief p {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 52px;
  min-height: 52px;
  line-height: 26px;
}

.news_section .brief .bottom {
  font-size: 14px;
  color: #999999;
}

.news_section .brief .bottom span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

.news_section .brief .bottom .more {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dadada;
}

.news_section .brief .bottom .iconfont {
  margin-left: 5px;
  margin-top: -1px;
  font-size: 20px;
  vertical-align: middle;
}

.news_section.paging_section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.news_detail_section {
  padding: 50px 0 80px;
  background-color: #f9f9f9;
}

.news_detail_section .more_article {
  width: 320px;
  padding: 0 30px 40px;
  background-color: #fff;
}

.news_detail_section .more_article h3 {
  margin: 25px 0 20px;
  color: #666666;
}

.news_detail_section .more_article h3 .title {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1;
  border-left: 3px solid #3cb185;
}

.news_detail_section .more_article .icon {
  width: 24px;
  height: 24px;
  font-size: 16px;
  border-radius: 50%;
  background-color: #f4f4f4;
  line-height: 24px;
  text-align: center;
}

.news_detail_section .more_article ul {
  margin-top: 25px;
  font-size: 14px;
}

.news_detail_section .more_article ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_detail_section .more_article ul li:hover {
  color: #3cb185;
}

.news_detail_section .more_article ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  line-height: 1;
  background-color: #3cb185;
  border-radius: 50%;
}

.news_detail_section .article {
  width: calc(100% - 375px);
}

.news_detail_section .article .article_title {
  padding-bottom: 40px;
  color: #434343;
  border-bottom: 1px solid #e6e6e6;
}

.news_detail_section .article .article_title h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.news_detail_section .article .article_title .sub_con {
  font-size: 14px;
  line-height: 1;
  opacity: 0.4;
  display: inline-block;
}

.news_detail_section .article .article_title .from_on {
  margin-left: 30px;
}

.news_detail_section .article .article_title .from_on a {
  display: inline-block;
}

.news_detail_section .article .article_title .from_on a:hover {
  color: #3cb185;
}

.news_detail_section .article .article_content {
  padding: 50px 0;
  line-height: 32px;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
}

.news_detail_section .article .article_content p {
  margin-top: 30px;
}

.news_detail_section .article .article_content p:first-child {
  margin-top: 0;
}

.case_details_section {
  padding: 50px 0 80px;
  background-color: #f9f9f9;
}

.case_details_section .article {
  width: calc(100% - 350px);
  padding: 45px 38px;
  background-color: #fff;
}

.case_details_section .article .article_title {
  color: #434343;
  border-bottom: 1px solid #eee;
}

.case_details_section .article .article_title h2 {
  font-size: 30px;
}

.case_details_section .article .article_title .sub_con {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  opacity: 0.4;
}

.case_details_section .article .article_title .sub_con .from_on {
  margin-left: 30px;
}

.case_details_section .article .article_title .sub_con .from_on a {
  display: inline-block;
}

.case_details_section .article .article_content {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.case_details_section .article .article_content .article_item:last-child h3 {
  margin-top: 38px;
}

.case_details_section .article .article_content .article_item h3 {
  margin-top: 28px;
  padding-left: 15px;
  font-size: 20px;
  color: #444444;
  line-height: 1;
  border-left: 5px solid #3cb185;
}

.case_details_section .article .article_content .article_item p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 28px;
}

.case_details_section .article .article_content .article_item p img {
  margin-bottom: 10px;
}

.case_details_section .relevant_case {
  width: 320px;
  padding: 0 30px;
  background-color: #fff;
}

.case_details_section .relevant_case .case_title {
  margin: 25px 0 20px;
  color: #666666;
}

.case_details_section .relevant_case .case_title .title {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1;
  border-left: 3px solid #3cb185;
}

.case_details_section .relevant_case .icon {
  width: 24px;
  height: 24px;
  font-size: 16px;
  border-radius: 50%;
  background-color: #f4f4f4;
  line-height: 24px;
  text-align: center;
}

.case_details_section .relevant_case ul {
  margin-top: 25px;
  font-size: 14px;
}

.case_details_section .relevant_case ul li {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.case_details_section .relevant_case ul li:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.case_details_section .relevant_case ul li a {
  overflow: hidden;
  margin: 0 auto;
}

.case_details_section .relevant_case ul li a img {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case_details_section .relevant_case ul li:last-child {
  border-bottom: none;
}

.case_details_section .relevant_case ul li .relevant_title {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 5px;
  line-height: 32px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.case_details_section .relevant_case ul li .relevant_title a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}

.case_details_section .relevant_case ul li .relevant_title:hover {
  color: #3cb185;
}

.case_details_section .relevant_case ul li .relevant_txt {
  font-size: 14px;
  color: #a4a4a4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}

.join_section {
  padding: 50px 0 95px;
  background-color: #f9f9f9;
}

.join_section .main1 {
  padding: 60px 40px 80px;
  background-color: #fff;
}

.join_section input {
  width: calc(100% - 200px);
  height: 70px;
  border: 2px solid #3cb185;
  padding: 0 30px;
  font-size: 16px;
  color: #999999;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
  /* IE浏览器 */
}

.join_section input::-webkit-input-placeholder {
  color: #999999;
}

.join_section input:-moz-placeholder {
  color: #999999;
}

.join_section input::-moz-placeholder {
  color: #999999;
}

.join_section input:-ms-input-placeholder {
  color: #999999;
}

.join_section button {
  width: 200px;
  height: 70px;
  background-color: #3cb185;
  color: #f9f9f9;
  font-size: 18px;
  cursor: pointer;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.join_section button span {
  display: inline-block;
  margin-left: 10px;
}

.join_section button .iconfont {
  font-size: 25px;
}

.join_section .t_table {
  margin-top: 40px;
}

.join_section .t_table .t_title {
  padding: 0 10px;
  color: #333333;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  background-color: #f3f3f3;
}

.join_section .t_table .row {
  width: 100%;
  text-align: center;
}

.join_section .t_table .row .col {
  width: 15.958%;
  text-align: center;
}

.join_section .t_table .row .col:first-child {
  width: 9.846%;
  padding-left: 20px;
  text-align: left;
}

.join_section .t_table .row .col:last-child {
  width: 9.538%;
}

.join_section .t_table .t_row {
  padding: 0 10px;
  font-size: 16px;
  color: #555555;
  line-height: 32px;
  cursor: pointer;
}

.join_section .t_table .t_row .row {
  border-bottom: 1px solid #eee;
}

.join_section .t_table .t_row .row .icon-jiaojiantou-shang {
  color: #34b18c;
}

.join_section .t_table .t_row .info {
  padding: 40px 50px 60px;
  line-height: 32px;
  color: #666666;
  display: none;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}

.join_section .t_table .t_row .info dl {
  padding-bottom: 30px;
  color: #525252;
}

.join_section .t_table .t_row .info dl:first-child {
  padding-bottom: 25px;
}

.join_section .t_table .t_row .info dl dt {
  font-weight: bold;
}

.join_section .t_table .t_row .col {
  height: 70px;
  line-height: 70px;
}

.join_section .t_table .t_row .col:first-child {
  padding-left: 20px;
  text-align: left;
}

.join_section .t_table .delivery {
  width: 142px;
  height: 46px;
  background-color: #32b08b;
  border-radius: 23px;
  color: #fff;
  line-height: 46px;
  text-align: center;
}

.join_section .loadData {
  padding: 0;
  margin-top: 60px;
  background-color: transparent;
}

.join_section .loadData .center {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.join_section .loadData .center a {
  color: #888888;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.join_section .loadData .center span {
  font-size: 18px;
}

.join_section .loadData .center i {
  display: inline-block;
  margin-left: 5px;
  font-size: 25px;
  color: #aaa;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.join_section .loadData .center:hover {
  background-color: #3cb185;
}

.join_section .loadData .center:hover a,
.join_section .loadData .center:hover i {
  color: #fff;
}

.core_section.intelligence_section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.core_section.intelligence_section .sub_section {
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.core_section.intelligence_section .sub_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px solid #eee;
}

.core_section.intelligence_section .sub_title {
  position: relative;
  margin: 25px auto 50px;
  width: 350px;
  padding: 0 45px;
  line-height: 21px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  background-color: #f9f9f9;
  z-index: 2;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.core_section.intelligence_section .top_t h4 {
  margin-bottom: 35px;
  font-size: 22px;
  text-align: center;
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.core_section.intelligence_section .top_t p {
  margin-bottom: 40px;
  color: #666666;
  line-height: 36px;
  text-align: left;
  text-indent: 2em;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.core_section.intelligence_section .varied {
  width: 1057px;
  margin: 0 auto;
}

.core_section.intelligence_section .varied ul {
  padding: 15px 0;
  display: inline-block;
  width: 195px;
}

.core_section.intelligence_section .varied ul .tag {
  margin-bottom: 10px;
  font-size: 20px;
  color: #666666;
}

.core_section.intelligence_section .varied ul .txt {
  color: #999999;
}

.core_section.intelligence_section .varied ul li {
  font-family: SourceHanSansCN-Medium;
  height: 78px;
}

.core_section.intelligence_section .varied ul li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.core_section.intelligence_section .varied ul li:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.core_section.intelligence_section .varied ul li:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.core_section.intelligence_section .varied ul li:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.core_section.intelligence_section .varied ul li:nth-child(5) {
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.core_section.intelligence_section .varied ul li:nth-child(6) {
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.core_section.intelligence_section .varied ul li p {
  font-family: SourceHanSerifCN-Medium;
}

.core_section.intelligence_section .varied ul li:nth-child(2) {
  margin-top: 25px;
}

.core_section.intelligence_section .varied ul li:nth-child(3) {
  margin-top: 55px;
}

.core_section.intelligence_section .varied ul li:nth-child(4) {
  margin-top: 25px;
}

.core_section.intelligence_section .varied .left_varied li {
  text-align: right;
  letter-spacing: 2px;
}

.core_section.intelligence_section .varied .left_varied li:nth-child(1) {
  margin-right: -35px;
}

.core_section.intelligence_section .varied .left_varied li:nth-child(2) {
  margin-right: 50px;
}

.core_section.intelligence_section .varied .left_varied li:nth-child(3) {
  margin-right: 50px;
}

.core_section.intelligence_section .varied .left_varied li:nth-child(4) {
  margin-right: -35px;
}

.core_section.intelligence_section .varied .right_varied li:nth-child(1) {
  margin-left: -40px;
}

.core_section.intelligence_section .varied .right_varied li:nth-child(2) {
  margin-left: 55px;
}

.core_section.intelligence_section .varied .right_varied li:nth-child(3) {
  margin-left: 55px;
}

.core_section.intelligence_section .varied .right_varied li:nth-child(4) {
  margin-left: -40px;
}

.core_section.intelligence_section .varied .img {
  display: inline-block;
}

.core_section.germ_section .germ {
  width: 50%;
  background-color: #53c09a;
  color: #fff;
}

.core_section.germ_section {
  background-color: #53c09a;
}

.core_section.germ_section .germ .germ_main {
  margin: 0 auto;
  padding-top: 50px;
  width: 455px;
}

.core_section.germ_section .germ .germ_main .shape {
  position: relative;
  margin-top: 10.19%;
  margin-bottom: 15.71%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.core_section.germ_section .germ .germ_main .shape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -1px;
  width: 18px;
  height: 3px;
  background-color: #fff;
}

.core_section.germ_section .germ h4 {
  font-size: 30px;
}

.core_section.germ_section .germ p {
  line-height: 36px;
}

.core_section.germ_section .germ_img {
  width: 50%;
}

.core_section.germ_section .germ_img img {
  height: calc(100%+2px);
}

.core_section.botany_section {
  padding: 70px 0 80px;
  background-color: #f9f9f9;
}

.core_section.botany_section .botany_txt {
  text-align: center;
}

.core_section.botany_section .botany_txt p {
  margin-top: 35px;
  line-height: 35px;
  color: #666666;
}

.core_section.botany_section .botany_img {
  margin: 40px auto 0;
  padding: 55px 0 50px;
  height: 430px;
  width: 650px;
  text-align: center;
  background-color: #d5e4f6;
}

.core_section.botany_section .botany_img img {
  margin-bottom: 70px;
}

.core_section.botany_section .botany_img p {
  font-size: 22px;
  color: #444444;
  letter-spacing: 2px;
}

.core_section.integrated_section {
  padding: 60px 0;
}

.core_section.integrated_section dl {
  margin: 55px 0 40px;
}

.core_section.integrated_section dl dt {
  margin-bottom: 25px;
  font-weight: bold;
  color: #666666;
}

.core_section.integrated_section dl dd {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #666666;
}

.core_section.integrated_section dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 3px #3cb185;
}

.core_section.integrated_section .graphic {
  /* height: 410px;
  padding: 14px 0;
  box-shadow: 0px 1px 9px 0px rgba(159, 159, 159, 0.07);
  border-radius: 10px;
  border: solid 1px #53c09a;
  text-align: center;
  overflow: hidden; */
}

.figure_section .swiper-slide {
  position: relative;
}

.core_section.integrated_section .graphic li {
  height: 330px;
}

.core_section.integrated_section .graphic li p {
  font-size: 20px;
  font-family: SourceHanSansCN-Medium;
}

.core_section.integrated_section .graphic li .rect {
  width: 170px;
  height: 175px;
  border: 1px solid #1e3549;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
}

.core_section.integrated_section .graphic li .rect .name {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}

.core_section.integrated_section .graphic li .arrow {
  margin-top: -5px;
  margin-bottom: 5px;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.core_section.integrated_section .graphic li:nth-child(1) {
  margin-left: 10.39%;
}

.core_section.integrated_section .graphic li:nth-child(2) {
  margin-left: 6.923%;
  -o-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.core_section.integrated_section .graphic li:nth-child(3) {
  margin-left: 7.4615%;
  width: 145px;
  height: 94px;
  border-radius: 10px;
  border: solid 1px #237238;
  text-align: center;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.core_section.integrated_section .graphic li:nth-child(3) div {
  width: 100%;
}

.core_section.integrated_section .graphic li:nth-child(3) p:last-child {
  margin-top: 10px;
}

.core_section.integrated_section .graphic li:nth-child(4) {
  margin-left: 6.923%;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.core_section.integrated_section .graphic li:nth-child(5) {
  margin-left: 10%;
}

.core_section.integrated_section .graphic li:nth-child(5) .rect {
  width: 162px;
  height: 155px;
  border: 1px solid #4877a1;
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.core_section.integrated_section .graphic li:nth-child(5) .rect .name {
  height: 74px;
  line-height: 73px;
}

.core_section.integrated_section .graphic li:nth-child(5) .sludge {
  margin-top: 60px;
  margin-bottom: 15px;
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.core_section.integrated_section .graphic li:nth-child(5) p {
  -o-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.core_section.airflow_section {
  padding: 60px 0 80px;
  text-align: center;
  background-color: #f9f9f9;
}

.core_section.airflow_section .sub_txt {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #666666;
}

.core_section.airflow_section .img {
  width: 1010px;
  margin: 0 auto;
  text-align: center;
}

.core_section.airflow_section .img .text {
  margin-top: 70px;
  text-align: left;
  font-family: SourceHanSansCN-Medium;
}

.core_section.airflow_section .img .text p {
  margin-bottom: 25px;
  font-size: 20px;
  color: #666666;
}

.core_section.airflow_section .img .text p:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.core_section.airflow_section .img .text p:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.core_section.airflow_section .img .text p:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.development_section.main1 {
  padding: 80px 0 0;
}

.development_section.main1 .innovate_section .xg_sub_txt {
  margin-top: 50px;
  margin-bottom: 55px;
  text-align: center;
  color: #666666;
}

.development_section.main1 .innovate_section .xg_sub_txt .txt1 {
  margin-bottom: 15px;
}

.development_section.main1 .innovate_section .innovate_graphic>div {
  width: 50%;
  flex-shrink: 0;
}

.development_section.main1 .innovate_section .innovate_graphic .innovate_graphic_right {
  position: relative;
  background-color: #f9f9f9;
}

.development_section.main1 .innovate_section .innovate_graphic .innovate_graphic_right div {
  height: 100%;
  margin: 0 auto;
}

.development_section.main1 .innovate_section .innovate_graphic .innovate_graphic_right ul {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 16px;
  width: 93.077%;
  height: 35px;
  line-height: 35px;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(60, 177, 133, 0.2);
  border-radius: 10px;
  border: solid 1px #3cb185;
}

.development_section.main1 .innovate_section .innovate_graphic .innovate_graphic_right ul li:last-child {
  letter-spacing: 10px;
}

.development_section.main1 .innovate_section .xg_txt {
  margin-top: 45px;
  margin-bottom: 45px;
}

.development_section.main1 .innovate_section .xg_txt p {
  line-height: 36px;
  color: #666666;
}

.development_section .progressive_img {
  padding: 40px 0 60px;
  background-color: #f9f9f9;
}

.development_section .xg_txt_end {
  padding: 30px 0 70px;
  line-height: 36px;
  color: #666666;
}

.business_stench_section {
  padding: 70px 0 60px;
}

.business_stench_section.main1 .xg_business_title {
  text-align: center;
}

.business_stench_section.main1 .xg_business_title h3 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #434343;
}

.business_stench_section.main1 .xg_business_title p {
  margin-bottom: 55px;
  font-size: 22px;
  color: #444444;
}

.business_stench_section.main1 .xg_business_main {
  position: relative;
  width: 100%;
  padding-top: 59.846%;
  background: url("../images/change/business_stench1.png") center / contain no-repeat;
}

.business_stench_section.main1 .xg_business_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.business_stench_section.main1 .xg_business_list .xg_business_item {
  width: 33.33%;
  height: 55.53%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  text-align: center;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:hover .cri .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(3) {
  border-right: none;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(4) {
  height: calc(100% - 55.53%);
  width: 50%;
  border-bottom: none;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(4) .cri {
  margin: 11.077% auto 3.846%;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(4) p {
  margin-bottom: 7.6923%;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(5) {
  height: calc(100% - 55.53%);
  width: 50%;
  border-right: none;
  border-bottom: none;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(5) .cri {
  margin: 11.077% auto 3.846%;
}

.business_stench_section.main1 .xg_business_list .xg_business_item:nth-child(5) p {
  margin-bottom: 7.6923%;
}

.business_stench_section.main1 .xg_business_list .xg_business_item a {
  height: 100%;
  padding-top: 1px;
}

.business_stench_section.main1 .xg_business_list .xg_business_item .cri {
  margin: 31.48% auto 5.787%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.business_stench_section.main1 .xg_business_list .xg_business_item .cri .iconfont {
  font-size: 40px;
  color: #fff;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.business_stench_section.main1 .xg_business_list .xg_business_item p {
  margin-bottom: 9.259%;
}

.business_stench_section.main1 .xg_business_list .xg_business_item .icon .iconfont {
  width: 14px;
  font-size: 20px;
  animation: toggle_opacity 1.5s infinite;
  -webkit-animation: toggle_opacity 1.5s infinite;
}

.business_stench_section.main1 .xg_business_list .xg_business_item .icon .iconfont:nth-child(1) {
  opacity: 0;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business_stench_section.main1 .xg_business_list .xg_business_item .icon .iconfont:nth-child(2) {
  opacity: 0.7;
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business_stench_section.main1 .xg_business_list .xg_business_item .icon .iconfont:nth-child(3) {
  opacity: 1;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.business_stench_section.main2 {
  padding-top: 0;
}

.business_stench_section.main2 .main {
  text-align: center;
  width: 100%;
  padding: 2.7067% 0 3.846%;
  box-shadow: 0px 1px 9px 0px rgba(159, 159, 159, 0.1);
  border-radius: 10px;
  border: solid 1px #eeeeee;
}

.business_stench_section.main2 .main h4 {
  font-size: 18px;
  color: #555555;
}

.business_stench_section.main2 ul li {
  position: relative;
  padding-top: 40px;
  width: 33.33%;
  text-align: center;
}

.business_stench_section.main2 ul li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_stench_section.main2 ul li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_stench_section.main2 ul li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_stench_section.main2 ul li:hover .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.business_stench_section.main2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24.76%;
  width: 1px;
  border-left: 1px solid #eee;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.business_stench_section.main2 ul li:first-child::before {
  border: none;
}

.business_stench_section.main2 ul li .cri {
  margin: 0 auto 4.515%;
  width: 127px;
  height: 127px;
  line-height: 127px;
  border-radius: 50%;
  border: 1px solid rgba(60, 177, 133, 0.3);
}

.business_stench_section.main2 ul li .cri .iconfont {
  font-size: 36px;
  color: #3cb185;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.business_stench_section.main2 ul li p {
  line-height: 36px;
  color: #666666;
}

.business_stench_section.main3 {
  padding: 55px 0 80px;
  background-color: #f9f9f9;
}

.business_stench_section.main3 h4 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 22px;
  color: #444444;
}

.business_stench_section.main3 ul {
  width: 100%;
}

.business_stench_section.main3 ul li {
  padding-top: 2.877%;
  width: 16.6%;
  height: 163px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 9px 0px rgba(159, 159, 159, 0.1);
  border-radius: 10px;
}

.business_stench_section.main3 ul li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_stench_section.main3 ul li:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business_stench_section.main3 ul li:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business_stench_section.main3 ul li:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_stench_section.main3 ul li:nth-child(5) {
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.business_stench_section.main3 ul li:nth-child(6) {
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.business_stench_section.main3 ul li div {
  position: relative;
  margin-bottom: 10%;
  font-size: 18px;
  color: #3cb185;
}

.business_stench_section.main3 ul li div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54.5%;
  border-bottom: 1px solid rgba(60, 177, 133, 0.3);
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.business_stench_section.main3 ul li div span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  z-index: 2;
}

.business_stench_section.main3 ul li p {
  line-height: 27px;
  color: #666666;
}

.plan_section {
  padding: 55px 0 80px;
  background-color: #f9f9f9;
}

.plan_section .xg_plan_title {
  margin-bottom: 50px;
}

.plan_section .xg_plan_title h3 {
  font-size: 30px;
  color: #434343;
  text-align: center;
}

.plan_section .xg_article {
  margin-bottom: 30px;
}

.plan_section .xg_article h4 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 20px;
  color: #444444;
  line-height: 1;
}

.plan_section .xg_article h4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #3cb185;
}

.plan_section .xg_article p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.plan_section .plan_end {
  margin-top: 40px;
}

.plan_section .plan_end ul {
  width: 100%;
  padding: 40px 0 30px;
  border-radius: 10px;
  background-color: #fff;
}

.plan_section .plan_end ul li {
  padding-top: 10px;
  width: 33.3%;
  text-align: center;
  border-left: 1px solid #eee;
}

.plan_section .plan_end ul li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.plan_section .plan_end ul li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.plan_section .plan_end ul li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.plan_section .plan_end ul li:first-child {
  border-left: none;
}

.plan_section .plan_end ul li:hover .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.plan_section .plan_end ul li .cri {
  margin: 0 auto 30px;
  width: 127px;
  height: 127px;
  line-height: 127px;
  border-radius: 50%;
  border: 1px solid rgba(60, 177, 133, 0.3);
}

.plan_section .plan_end ul li .cri .iconfont {
  font-size: 40px;
  color: #3cb185;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.plan_section .plan_end ul li h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #444444;
}

.plan_section .plan_end ul li p {
  margin: 0 auto;
  margin-top: -10px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.plan_section .plan_end ul li p.p1 {
  width: 340px;
}

.plan_section .plan_end ul li p.p2 {
  width: 336px;
}

.plan_section .plan_end ul li p.p3 {
  width: 385px;
}

.business_government_section.main1 {
  padding: 80px 0 60px;
  background-color: #f9f9f9;
}

.business_government_section.main1 .xg_title_voc h3 {
  font-size: 30px;
  color: #434343;
  text-align: center;
}

.business_government_section.main1 .xg_voc_text {
  line-height: 36px;
  color: #666666;
}

.business_government_section.main1 .xg_voc_text p {
  margin-top: 35px;
}

.business_government_section.main1 .xg_voc_text p:first-child {
  margin-top: 40px;
}

.business_government_section.main1 .voc_img {
  margin-top: 40px;
  padding: 36px 0 58px;
  box-shadow: 0px 1px 9px 0px rgba(159, 159, 159, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.business_government_section.main2 {
  padding: 60px 0 80px;
  text-align: center;
}

.business_government_section.main2 h3 {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 22px;
  color: #444444;
  line-height: 1;
}

.business_government_section.main2 ul li {
  width: 18.15%;
}

.business_government_section.main2 ul li:not(:last-child) {
  margin-right: 2.3%;
}

.business_government_section.main2 ul li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_government_section.main2 ul li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_government_section.main2 ul li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_government_section.main2 ul li:nth-child(4) {
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.business_government_section.main2 ul li:nth-child(5) {
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.business_government_section.main2 ul li p {
  margin-top: 20px;
  line-height: 1;
}

.business_service.main1 {
  padding: 80px 0 70px;
  background-color: #f9f9f9;
}

.business_service.main1 .main1_left {
  width: 50%;
  padding-right: 60px;
}

.business_service.main1 h3 {
  font-size: 30px;
  color: #434343;
}

.business_service.main1 p {
  margin-top: 6.154%;
  margin-bottom: 6.154%;
  font-size: 18px;
  line-height: 36px;
  color: #3cb185;
}

.business_service.main1 ul li {
  position: relative;
  padding-left: 35px;
  color: #666666;
  line-height: 1;
  margin-top: 4.615%;
}

.business_service.main1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: solid 3px #3cb185;
  border-radius: 50%;
  box-sizing: border-box;
}

.business_service.main1 .main1_right {
  width: 50%;
}

.business_service.main2 {
  padding: 60px 0 80px;
}

.business_service.main2 h3 {
  font-size: 22px;
  color: #434343;
  line-height: 1;
  text-align: center;
}

.business_service.main2 .sever_process_main {
  margin-top: 70px;
}

.business_service.main2 .sever_process_main ul {
  position: relative;
  height: 216px;
  width: calc(100% - 10px);
  padding: 0 4.38%;
}

.business_service.main2 .sever_process_main ul li {
  width: 33.33%;
  margin-top: -28px;
  text-align: center;
}

.business_service.main2 .sever_process_main ul li .cir {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 55px;
  height: 55px;
  line-height: 52px;
  font-size: 18px;
  color: #3cb185;
  border: 3px solid #3cb185;
  border-radius: 50%;
  background-color: #fff;
}

.business_service.main2 .sever_process_main ul li p {
  line-height: 32px;
  color: #666666;
}

.business_service.main2 .sever_process_main .sever_process1,
.business_service.main2 .sever_process_main .sever_process2 {
  width: calc(100% - 10px);
  border: 2px solid #3cb185;
}

.business_service.main2 .sever_process_main .sever_process1::before,
.business_service.main2 .sever_process_main .sever_process2::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -12px;
  width: 28px;
  height: 22px;
  background-image: url('../images/public/sanjiaoxing.png');
}

.business_service.main2 .sever_process_main .sever_process1 {
  margin-left: 10px;
  border-left: none;
  border-radius: 0 10px 10px 0;
}

.business_service.main2 .sever_process_main .sever_process1 li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_service.main2 .sever_process_main .sever_process1 li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_service.main2 .sever_process_main .sever_process1 li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_service.main2 .sever_process_main .sever_process2 {
  margin-top: -2px;
  padding-right: calc(5.38% - 10px);
  padding-left: calc(5.38% + 8px);
  border-right: none;
  border-radius: 10px 0 0 10px;
}

.business_service.main2 .sever_process_main .sever_process2::before {
  left: auto;
  right: -10px;
  top: auto;
  bottom: -12px;
}

.business_service.main2 .sever_process_main .sever_process2 li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_service.main2 .sever_process_main .sever_process2 li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_service.main2 .sever_process_main .sever_process2 li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_service.main2 .sever_process_main .sever_process3 {
  height: 105px;
  padding-right: calc(5.38% - 10px);
  padding-left: calc(5.38% + 10px);
}

.business_service.main2 .sever_process_main .sever_process3 li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_service.main2 .sever_process_main .sever_process3 li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_service.main2 .sever_process_main .sever_process3 li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_butler_section.main1 {
  background-color: #f9f9f9;
  padding: 75px 0 70px;
  text-align: center;
}

.business_butler_section.main1 h3 {
  font-size: 30px;
  color: #434343;
  line-height: 1;
}

.business_butler_section.main1 ul {
  width: 100%;
  margin-top: 60px;
}

.business_butler_section.main1 ul li {
  padding: 40px;
  width: 13.46%;
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(159, 159, 159, 0.1);
  border-radius: 10px;
}

.business_butler_section.main1 ul li:not(:last-child) {
  margin-right: 3.8%;
}

.business_butler_section.main1 ul li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_butler_section.main1 ul li:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business_butler_section.main1 ul li:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business_butler_section.main1 ul li:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_butler_section.main1 ul li:nth-child(5) {
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.business_butler_section.main1 ul li:nth-child(6) {
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.business_butler_section.main1 ul li:hover .icon {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.business_butler_section.main1 ul li .icon {
  height: 40px;
  margin-bottom: 30px;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.business_butler_section.main1 ul li .icon .iconfont {
  color: #3cb185;
  font-size: 42px;
}

.business_butler_section.main1 ul li .icon .iconfont.icon-chuli {
  font-size: 41px;
}

.business_butler_section.main1 ul li p {
  font-size: 20px;
  color: #434343;
  line-height: 1;
}

.business_butler_section.main2 {
  padding: 50px 0 45px;
}

.business_butler_section.main2 .txt {
  margin-bottom: 30px;
}

.business_butler_section.main2 .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

.business_butler_section.main3 {
  padding-bottom: 70px;
}

.business_butler_section.main3 .sever_advantage {
  padding: 35px 0 45px;
  box-shadow: 0px 1px 9px 0px rgba(60, 177, 133, 0.2);
  border-radius: 10px;
  text-align: center;
}

.business_butler_section.main3 h3 {
  margin-bottom: 40px;
  font-size: 22px;
  color: #444;
}

.business_butler_section.main3 li {
  position: relative;
  width: 33.33%;
}

.business_butler_section.main3 li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_butler_section.main3 li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_butler_section.main3 li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_butler_section.main3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -76px;
  height: 152px;
  border-left: 1px solid #eee;
}

.business_butler_section.main3 li:first-child::before {
  border: none;
}

.business_butler_section.main3 li:hover .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.business_butler_section.main3 .cir {
  margin: 0 auto 25px;
  width: 105px;
  height: 105px;
  line-height: 103px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(60, 177, 133, 0.25);
}

.business_butler_section.main3 .cir .iconfont {
  font-size: 37px;
  color: #3cb185;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.business_butler_section.main3 .cir .iconfont.icon-jishu {
  font-size: 28px;
}

.business_butler_section.main3 p {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.business_butler_section.main4 {
  padding: 50px 0 70px;
  background-color: #f9f9f9;
}

.business_butler_section.main4 dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  line-height: 36px;
}

.business_butler_section.main4 dl dd div {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  color: #666666;
  font-size: 18px;
}

.business_butler_section.main4 dl dd div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #3cb185;
}

.business_butler_section.main4 dl dd p {
  margin-bottom: 20px;
  line-height: 36px;
  color: #999999;
}

.business_butler_section.main4 .txt {
  padding-top: 20px;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}

.business_inquiry_section {
  padding: 75px 0 70px;
  background-color: #f9f9f9;
}

.business_inquiry_section .xg_inquiry_title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  color: #434343;
}

.business_inquiry_section .icon_section {
  padding: 40px 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 9px 0px rgba(60, 177, 133, 0.2);
  border-radius: 10px;
}

.business_inquiry_section .icon_section h4 {
  font-size: 18px;
  color: #555555;
}

.business_inquiry_section .icon_section ul {
  margin-top: 40px;
}

.business_inquiry_section .icon_section li {
  position: relative;
  width: 29.36%;
}

.business_inquiry_section .icon_section li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.business_inquiry_section .icon_section li:nth-child(2) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.business_inquiry_section .icon_section li:nth-child(3) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business_inquiry_section .icon_section li:nth-child(4) {
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.business_inquiry_section .icon_section li:first-child,
.business_inquiry_section .icon_section li:last-child {
  width: 20%;
}

.business_inquiry_section .icon_section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -44px;
  height: 88px;
  border-left: 1px solid #eee;
}

.business_inquiry_section .icon_section li:first-child::before {
  border: none;
}

.business_inquiry_section .icon_section li:hover .cir .iconfont {
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.business_inquiry_section .icon_section li .cir {
  position: relative;
  margin: 0 auto;
  width: 104px;
  height: 104px;
  line-height: 102px;
  border-radius: 50%;
}

.business_inquiry_section .icon_section li .cir::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 104px;
  border: 1px solid #3cb185;
  border-radius: 50%;
  opacity: 0.3;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.business_inquiry_section .icon_section li .cir .iconfont {
  color: #3cb185;
  font-size: 45px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.business_inquiry_section .icon_section li .cir .iconfont.icon-tiaoyan {
  font-size: 42px;
}

.business_inquiry_section .icon_section li .cir .iconfont.icon-jishu1 {
  font-size: 48px;
}

.business_inquiry_section .icon_section li p {
  margin-top: 25px;
  color: #666;
  font-size: 18px;
}

.business_inquiry_section .txt {
  margin-top: 50px;
}

.business_inquiry_section .txt p {
  color: #666;
  line-height: 36px;
  font-size: 16px;
}

.business_inquiry_section .img {
  margin-top: 45px;
}

.web_map {
  text-align: center;
}

.web_map h3 {
  margin-top: 40px;
  font-size: 40px;
  color: #434343;
  font-weight: bold;
}

.web_map dl {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  border: 1px solid #eee;
}

.web_map dt {
  margin: 30px 0;
  width: 100%;
  font-size: 30px;
}

.web_map dd {
  width: 30%;
  margin-top: 20px;
}

.wait_mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2f3f5;
  z-index: 100000;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wait_mask .box {
  width: 380px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes toggle_opacity {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes toggle_opacity {

  /*Safari and Chrome*/
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 1300px) {
  .footer-top .footer_right .footer_list li:not(:last-child) {
    margin-right: 100px;
  }
}