﻿@charset "UTF-8";
.banner *,
.data_express *,
.hq_resources *,
.part4 *,
.app_trade *,
.recommend *,
.effort *,
.team *,
.yuzhua *,
.hl_pop *
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block {
  width: 1200px;
  margin: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.common {
  text-align: center;
}

.common_title {
  font-weight: normal;
  font-size: 26px;
  color: #272727;
  display: inline-block;
  line-height: 26px;
  position: relative;
}

.common_title:before {
  content: '';
  display: block;
  width: 34px;
  height: 9px;
  background: url("../images/common_t_icon1.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: -42px;
  margin-top: -4.5px;
}

.common_title:after {
  content: '';
  display: block;
  width: 34px;
  height: 9px;
  background: url("../images/common_t_icon2.png") no-repeat center;
  position: absolute;
  top: 50%;
  right: -42px;
  margin-top: -4.5px;
}

.common_title_intro {
  font-size: 14px;
  color: #c7c7c7;
  margin: 12px 0 24px 0;
}

.banner {
  width: 100%;
  height: 560px;
  padding-top: 0px;
  position: relative;
}

.banner .banner_img_swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  z-index: 3;
}

.banner .banner_img_swiper .swiper-slide {
  position: relative;
}

.banner .banner_img_swiper .swiper-slide a {
  width: 1200px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.banner .banner_img_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.banner .banner_img_swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 140px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.banner .banner_img_swiper .swiper-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  background: #fff;
  opacity: .5;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.banner .banner_img_swiper .swiper-pagination span.swiper-active-switch {
  width: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #e4def9;
  opacity: 1;
}

.banner .block {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.banner_category {
  width: 88px;
  height: 544px;
  position: relative;
  background: #101010 url("../images/banner_bg1.png") no-repeat center;
  pointer-events: auto;
}

.banner_category li {
  width: 88px;
  height: 136px;
  background: url("../images/banner_bg2.png") no-repeat center;
  transition: 0.3s;
  display: table;
  text-align: center;
}

.banner_category li .cell {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.banner_category li .cell i {
  display: inline-block;
  width: 100%;
  height: 29px;
  transition: 0.3s;
}

.banner_category li .cell p {
  width: 40px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  margin: 10px auto 0 auto;
}

.banner_category li:nth-child(1) .cell i {
  background: url("../images/banner_icon1.png") no-repeat center;
}

.banner_category li:nth-child(2) .cell i {
  background: url("../images/banner_icon2.png") no-repeat center;
}

.banner_category li:nth-child(3) .cell i {
  background: url("../images/banner_icon3.png") no-repeat center;
}

.banner_category li:nth-child(4) .cell i {
  background: url("../images/banner_icon4.png") no-repeat center;
}

.banner_category li:hover {
  background: #fff url("../images/banner_bg2_h.png") no-repeat center;
}

.banner_category li:hover .category_list {
  display: block;
}

.banner_category li:hover .cell p {
  color: #f62221;
}

.banner_category li:hover:nth-child(1) .cell i {
  background: url("../images/banner_icon1_h.png") no-repeat center;
}

.banner_category li:hover:nth-child(2) .cell i {
  background: url("../images/banner_icon2_h.png") no-repeat center;
}

.banner_category li:hover:nth-child(3) .cell i {
  background: url("../images/banner_icon3_h.png") no-repeat center;
}

.banner_category li:hover:nth-child(4) .cell i {
  background: url("../images/banner_icon4_h.png") no-repeat center;
}

.banner_category li:hover .category_detail {
  display: block;
}

.banner_category li .category_list {
  display: none;
  position: absolute;
  top: 0;
  left: 88px;
  width: 142px;
  height: 544px;
  background: #fff;
  overflow: hidden;
}

.banner_category li .category_list_each {
  width: 142px;
  height: 136px;
  padding: 12px 0 12px 12px;
  text-align: left;
}

.banner_category li .category_list_each_name {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  line-height: 14px;
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 13px;
}

.banner_category li .category_list_each_name i {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 14px;
  background: url("../images/banner_icon10.png") no-repeat center;
  margin-left: 7px;
}

.banner_category li .category_list_each_items {
  font-size: 0;
}

.banner_category li .category_list_each_items:after {
  content: '';
  display: block;
  width: 120px;
  height: 0;
  border-top: 1px dashed #e4e4e4;
  margin-top: 12px;
}

.banner_category li .category_list_each_items a {
  font-size: 12px;
  color: #979797;
  transition: 0.3s;
  display: inline-block;
  line-height: 12px;
  margin: 8px 8px 0 0;
}

.banner_category li .category_list_each_items a:hover {
  color: #545454;
}

.banner_category li .category_list_each:last-child .category_list_each_items:after {
  content: none;
}

.banner_category li .category_detail {
  z-index: -1;
  display: none;
  position: absolute;
  top: 0;
  left: 88px;
  width: 875px;
  height: 544px;
  background: #fff;
  overflow: hidden;
  z-index: 5;
  padding: 15px 20px 0 20px;
  animation: show 0.3s ease;
}

.banner_category li .category_detail_type {
  overflow: hidden;
  margin-bottom: 19px;
}

.banner_category li .category_detail_type a {
  display: block;
  float: left;
  padding: 6px 8px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  line-height: 12px;
  background: #333333;
  margin-right: 7px;
  transition: 0.3s;
}

.banner_category li .category_detail_type a i {
  display: inline-block;
  height: 12px;
  width: 4px;
  background: url("../images/banner_cate_icon1.png") no-repeat center;
  margin-left: 18px;
  vertical-align: top;
}

.banner_category li .category_detail_type a:hover {
  background: #666666;
}

.banner_category li .category_detail_row {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: left;
  border-bottom: 1px dashed #e1e1e1;
}

.banner_category li .category_detail_row span {
  font-size: 15px;
  color: #5c5c5c;
  font-weight: bold;
  display: inline-block;
  width: 92px;
}

.banner_category li .category_detail_row a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  padding: 0 14px;
  position: relative;
  transition: 0.3s;
}

.banner_category li .category_detail_row a:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -1px;
}

.banner_category li .category_detail_row a:hover {
  color: #f62221;
}

.banner_category li .category_detail_goods {
  margin-top: 29px;
  width: 100%;
}

.banner_category li .category_detail_goods_each {
  width: 408px;
  height: 146px;
  background: #fff;
  border-radius: 4px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  -moz-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

.banner_category li .category_detail_goods_each a {
  display: inline-block;
}

.banner_category li .category_detail_goods_each .collection {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(48, 48, 48, 0.92) url("../images/hq_resources_icon2.png") no-repeat left 5px bottom 5px;
}

.banner_category li .category_detail_goods_each .mark {
  padding: 14px 17px;
}

.banner_category li .category_detail_goods_each .mark span {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  padding: 4px 7px;
  background: #3586ec;
  border-radius: 11px;
}

.banner_category li .category_detail_goods_each .slide_t {
  width: 355px;
  padding: 0 17px;
  font-size: 14px;
  line-height: 14px;
}

.banner_category li .category_detail_goods_each .net_domain {
  padding: 0 17px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  margin-top: 13px;
}

.banner_category li .category_detail_goods_each .net_domain:after {
  content: '';
  display: block;
  width: 27px;
  height: 0;
  border-top: 1px dashed #dcdcdc;
  margin-top: 14px;
}

.banner_category li .category_detail_goods_each .price {
  color: rgba(255, 90, 0, 0.92);
  font-size: 18px;
  font-weight: bold;
  padding: 0 17px;
  line-height: 18px;
  margin-top: 10px;
}

.banner_category li .category_detail_goods_each:last-child {
  margin-right: 0;
}

.banner_category li .category_detail_goods_each:hover {
  transform: translateY(-5px);
}

.banner_category li .category_detail_goods .on .collection {
  background: rgba(48, 48, 48, 0.92) url("../images/hq_resources_icon2_h.png") no-repeat left 5px bottom 5px;
}

.banner_category li.has_show {
  background: #fff url("../images/banner_bg2_h.png") no-repeat center;
}

.banner_category li.has_show .cell p {
  color: #f62221;
}

.banner_category li.has_show:nth-child(1) .cell i {
  background: url("../images/banner_icon1_h.png") no-repeat center;
}

.banner_category li.has_show:nth-child(2) .cell i {
  background: url("../images/banner_icon2_h.png") no-repeat center;
}

.banner_category li.has_show:nth-child(3) .cell i {
  background: url("../images/banner_icon3_h.png") no-repeat center;
}

.banner_category li.has_show:nth-child(4) .cell i {
  background: url("../images/banner_icon4_h.png") no-repeat center;
}

.banner_category li.has_show .category_list {
  display: block;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.banner_center_ad {
  pointer-events: auto;
  display: block;
  width: 728px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 424px;
  left: 236px;
}

.banner_right {
  pointer-events: auto;
  width: 230px;
  height: 544px;
  background: #fff;
}

.banner_right_gujia {
  width: 100%;
  height: 194px;
  padding-top: 134px;
  background: url("../images/banner_img2.png") no-repeat center;
}

.banner_right_gujia_btn {
  display: block;
  width: 201px;
  height: 39px;
  background: url("../images/banner_img1.png") no-repeat center;
  margin: auto;
  transition: 0.3s;
}

.banner_right_gujia_btn:hover {
  transform: translateY(-5px);
}

.banner_right_audio {
  width: 214px;
  height: 76px;
  background: #fff;
  margin: 8px auto;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.banner_right_audio video {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.banner_right_audio_text {
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
}

.banner_right_audio_text img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 15px 0 4px;
}

.banner_right_audio_text p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.banner_right_audio_text:hover img {
  transform: scale(1.05);
}

.banner_right_guarante {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e2e5ed;
}

.banner_right_guarante_each {
  width: 50%;
  height: 47px;
  text-align: center;
  line-height: 46px;
  border-bottom: 1px solid #e2e5ed;
  border-right: 1px solid #e2e5ed;
}

.banner_right_guarante_each > a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner_right_guarante_each i {
  display: inline-block;
  height: 46px;
  width: 17px;
  margin-right: 5px;
  vertical-align: top;
}

.banner_right_guarante_each:nth-child(1) i {
  background: url("../images/banner_icon5.png") no-repeat center;
}

.banner_right_guarante_each:nth-child(2) i {
  background: url("../images/banner_icon6.png") no-repeat center;
}

.banner_right_guarante_each:nth-child(3) i {
  background: url("../images/banner_icon7.png") no-repeat center;
}

.banner_right_guarante_each:nth-child(4) i {
  background: url("../images/banner_icon8.png") no-repeat center;
}

.banner_right_guarante_each:nth-child(2n) {
  border-right: none;
}

.banner_right_notice {
  padding: 12px 10px 0 10px;
  position: relative;
}

.banner_right_notice_name {
  position: relative;
  font-size: 13px;
  color: #383838;
  line-height: 13px;
  color: #383838;
  padding-left: 25px;
}

.banner_right_notice_name:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/banner_icon9.png") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.banner_right_notice_page {
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
}

.banner_right_notice_page_prev {
  display: block;
  margin-right: 10px;
  float: left;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-right-color: #ff3d5d;
  position: relative;
  z-index: 11;
}

.banner_right_notice_page .swiper-pagination {
  position: relative;
  overflow: hidden;
  float: left;
  padding-top: 2px;
}

.banner_right_notice_page .swiper-pagination > .swiper-pagination-switch {
  float: left;
  margin-left: 5px;
  background: #c9cdd6;
  border-radius: 100%;
  display: block;
  width: 5px;
  height: 5px;
}

.banner_right_notice_page .swiper-pagination > .swiper-pagination-switch.swiper-active-switch {
  background: #ff3d5d;
}

.banner_right_notice_page .swiper-pagination > .swiper-pagination-switch:first-child {
  margin-left: 0;
}

.banner_right_notice_page_next {
  display: block;
  margin-left: 10px;
  float: left;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left-color: #ff3d5d;
  position: relative;
  z-index: 11;
}

.banner_right_notice .swiper-container {
  margin-top: 21px;
  height: 54px;
}

.banner_right_notice .swiper-slide {
  position: relative;
  font-size: 12px;
  color: #a7a7a7;
  padding-left: 8px;
  line-height: 22px;
  width: 175px;
}

.banner_right_notice .swiper-slide:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  border: 2.5px solid transparent;
  border-left: 2.5px solid #2b3d63;
}

.banner_right_notice_btn {
  display: block;
  width: 210px;
  height: 43px;
  margin: 6px auto auto auto;
  background: url("../images/banner_img4.png") no-repeat center;
  transition: 0.3s;
}

.banner_right_notice_btn:hover {
  transform: translateY(-5px);
}

.data_express {
  width: 100%;
  background: #fff;
}

.data_express_block {
  height: 83px;
}

.data_express_img {
  height: 83px;
  width: 136px;
  vertical-align: top;
  background: url("../images/data_express_img.png") no-repeat center;
}

.data_express__show {
  width: 1064px;
  float: left;
  padding-top: 8px;
  text-align: right;
  margin-top: 16px;
}

.data_express__show b {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 1000;
}

.data_express__show b span {
  font-size: 20px;
}

.data_express__show b:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.data_express__show #activityList {
  height: 24px;
  width: 460px;
  display: inline-block;
  vertical-align: middle;
}

.data_express__show #activityList .swiper-slide {
  font-size: 12px;
  color: #8a8989;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.data_express__show #activityList .swiper-slide .time {
  display: inline-block;
  background-color: #3f3f3f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  position: relative;
  margin-right: 8px;
}

.data_express__show #activityList .swiper-slide .time:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #3f3f3f;
  border-style: solid;
  border-width: 5px 3px;
}

.data_express__show #activityList .swiper-slide .detail {
  display: inline-block;
  width: 345px;
  vertical-align: middle;
  text-align: left;
}

.data_express__deal {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 700;
}

.hq_resources {
  padding-bottom: 38px;
}

.hq_resources_up_l {
  width: 920px;
  height: 403px;
  background: url("../images/hq_resources_bg1.png") no-repeat center;
  padding: 25px 0 0 0;
  float: left;
  position: relative;
  z-index: 3;
}

.hq_resources_up_l_t {
  font-size: 20px;
  color: #313131;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  padding-left: 12px;
}

.hq_resources_up_l_t span {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  margin-left: 10px;
}

.hq_resources_up_l_t .more {
  font-size: 12px;
  color: #6c6c6c;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding-right: 23px;
  background: url("../images/hq_resources_icon1.png") no-repeat center right;
  margin-right: 12px;
}

.hq_resources_up_l_list {
  width: 896px;
  height: 336px;
  margin: 18px 12px 12px 12px;
}

.hq_resources_up_l_list .swiper-slide .slide_showall {
  width: 291px;
  float: left;
  height: 323px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  -moz-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.hq_resources_up_l_list .swiper-slide .slide_showall:hover {
  transform: translateY(-5px);
}

.hq_resources_up_l_list .swiper-slide a {
  display: inline-block;
}

.hq_resources_up_l_list .swiper-slide .collection {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(48, 48, 48, 0.92) url("../images/hq_resources_icon2.png") no-repeat left 5px bottom 5px;
}

.hq_resources_up_l_list .swiper-slide .mark {
  padding: 14px 17px;
}

.hq_resources_up_l_list .swiper-slide .mark span {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  padding: 4px 7px;
  background: #3586ec;
  border-radius: 11px;
}

.hq_resources_up_l_list .swiper-slide .slide_t {
  width: 291px;
  padding: 0 17px;
  font-size: 14px;
  line-height: 14px;
}

.hq_resources_up_l_list .swiper-slide .net_domain {
  padding: 0 17px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  margin-top: 13px;
}

.hq_resources_up_l_list .swiper-slide .net_domain:after {
  content: '';
  display: block;
  width: 27px;
  height: 0;
  border-top: 1px dashed #dcdcdc;
  margin-top: 19px;
}

.hq_resources_up_l_list .swiper-slide .price {
  color: rgba(255, 90, 0, 0.92);
  font-size: 18px;
  font-weight: bold;
  padding: 0 17px;
  line-height: 18px;
  margin-top: 15px;
}

.hq_resources_up_l_list .swiper-slide .detail {
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  margin-top: 16px;
}

.hq_resources_up_l_list .swiper-slide .detail_cell {
  float: left;
  width: 50%;
  height: 54px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding-left: 20px;
}

.hq_resources_up_l_list .swiper-slide .detail_cell__value {
  font-size: 14px;
  color: #555266;
  margin-bottom: 5px;
  line-height: 14px;
}

.hq_resources_up_l_list .swiper-slide .detail_cell__label {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 12px;
}

.hq_resources_up_l_list .swiper-slide .detail_cell:nth-child(2n) {
  border-right: none;
}

.hq_resources_up_l_list .swiper-slide .contact a {
  display: inline-block;
  width: 49%;
  height: 55px;
  position: relative;
  line-height: 55px;
  text-align: center;
}

.hq_resources_up_l_list .swiper-slide .contact a i {
  display: inline-block;
  width: 16px;
  height: 100%;
  vertical-align: top;
}

.hq_resources_up_l_list .swiper-slide .contact a:first-child {
  font-size: 12px;
  color: #fd4249;
  position: relative;
}

.hq_resources_up_l_list .swiper-slide .contact a:first-child i {
  background: url("../images/hq_resources_qq.png") no-repeat center;
  margin-right: 3px;
}

.hq_resources_up_l_list .swiper-slide .contact a:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #dedede;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -6px;
}

.hq_resources_up_l_list .swiper-slide .contact a:last-child {
  font-size: 12px;
  color: #a49ec2;
}

.hq_resources_up_l_list .swiper-slide .contact a:last-child i {
  background: url("../images/hq_resources_detail.png") no-repeat center;
  margin-right: 3px;
}

.hq_resources_up_l_list .swiper-slide .slide_each_wrap {
  float: left;
  width: 605px;
  position: relative;
}

.hq_resources_up_l_list .swiper-slide .slide_each_wrap:after {
  content: '';
  display: block;
  clear: right;
}

.hq_resources_up_l_list .swiper-slide .slide_each_one {
  width: 291px;
  height: 156px;
  background: #fff;
  border-radius: 4px;
  float: left;
  margin: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  -moz-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.hq_resources_up_l_list .swiper-slide .slide_each_one:hover {
  transform: translateY(-5px);
}

.hq_resources_up_l_list .swiper-slide .on .collection {
  background: rgba(48, 48, 48, 0.92) url("../images/hq_resources_icon2_h.png") no-repeat left 5px bottom 5px;
}

.hq_resources_up_l_list .swiper-slide:after {
  content: '';
  display: block;
  clear: both;
}

.hq_resources_up_r {
  float: right;
  width: 270px;
  height: 403px;
  background: url("../images/hq_resources_bg2.png") no-repeat center;
  padding: 20px 14px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.hq_resources_up_r .ct {
  font-size: 22px;
  color: #ffffff;
  margin-top: -10px;
  line-height: 22px;
}

.hq_resources_up_r .license {
  width: 50%;
  height: 165px;
  text-align: center;
  padding-top: 22px;
  float: left;
  margin-top: 10px;
}

.hq_resources_up_r .license_name {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 14px;
  margin: 12px 0 8px 0;
}

.hq_resources_up_r .license_contact {
  width: 76px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: #3586ec;
  border-radius: 11px;
  display: inline-block;
  transition: 0.3s;
}

.hq_resources_up_r .license_contact:hover {
  transform: translateY(-5px);
}

.hq_resources_sales {
  width: 1140px;
  height: 521px;
  background: url("../images/hq_resources_bg3.png") no-repeat center;
  margin: -332px auto auto auto;
  padding-top: 332px;
  -webkit-box-shadow: 0 4px 15px rgba(99, 99, 99, 0.35);
  -moz-box-shadow: 0 4px 15px rgba(99, 99, 99, 0.35);
  box-shadow: 0 4px 15px rgba(99, 99, 99, 0.35);
}

.hq_resources_sales .hq_resources_sales_swiper {
  overflow: hidden;
  padding: 0 0 0 22px;
  margin-top: 20px;
}

.hq_resources_sales .sales_swiper {
  width: 928px;
  height: 168px;
  overflow: hidden;
}

.hq_resources_sales .sales_swiper_mark {
  float: left;
  width: 188px;
}

.hq_resources_sales .sales_swiper_mark .sales_t {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
  margin-top: 16px;
}

.hq_resources_sales .sales_swiper_mark .sales_intro {
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  margin: 10px 0 12px 0;
}

.hq_resources_sales .sales_swiper_mark .sales_more {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 12px;
  position: relative;
}

.hq_resources_sales .sales_swiper_mark .sales_more:after {
  content: '';
  display: block;
  width: 9px;
  height: 8px;
  background: url("../images/sales_icon3.png") no-repeat center;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -4px;
}

.hq_resources_sales .sales_swiper_mark .sales_btns {
  margin-top: 22px;
  width: 60px;
  height: 30px;
  border: 1px solid #fff;
}

.hq_resources_sales .sales_swiper_mark .sales_btns a {
  display: inline-block;
  width: 50%;
  height: 28px;
  transition: 0.3s;
}

.hq_resources_sales .sales_swiper_mark .sales_btns .prev {
  border-right: 1px solid #fff;
  background: url("../images/sales_icon1.png") no-repeat center;
}

.hq_resources_sales .sales_swiper_mark .sales_btns .prev:hover {
  background: #fff url("../images/sales_icon1_h.png") no-repeat center;
}

.hq_resources_sales .sales_swiper_mark .sales_btns .next {
  background: url("../images/sales_icon2.png") no-repeat center;
}

.hq_resources_sales .sales_swiper_mark .sales_btns .next:hover {
  background: #fff url("../images/sales_icon2_h.png") no-repeat center;
}

.hq_resources_sales .sales_swiper .swiper-slide {
  width: 220px;
  height: 150px;
  background: #fff;
  border-radius: 4px;
  padding: 18px 0 0 0;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  box-sizing: border-box;
}

.hq_resources_sales .sales_swiper .swiper-slide:hover .sales_price {
  transform: translateY(-35px);
}

.hq_resources_sales .sales_swiper .swiper-slide:hover .sales_check_detail {
  transform: translateY(-35px);
  opacity: 1;
}

.hq_resources_sales .sales_swiper .sales_name {
  font-size: 16px;
  color: #4c4c4c;
}

.hq_resources_sales .sales_swiper .sales_name span {
  display: inline-block;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #3586ec;
  color: #3586ec;
  margin-right: 6px;
}

.hq_resources_sales .sales_swiper .sales_detail {
  margin-top: 16px;
  overflow: hidden;
}

.hq_resources_sales .sales_swiper .sales_detail_each {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}

.hq_resources_sales .sales_swiper .sales_detail_each span {
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}

.hq_resources_sales .sales_swiper .sales_detail_each p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 14px;
  margin-top: 8px;
}

.hq_resources_sales .sales_swiper .sales_detail_each:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -17.5px;
}

.hq_resources_sales .sales_swiper .sales_wrap_down {
  overflow: hidden;
  height: 52px;
}

.hq_resources_sales .sales_swiper .sales_price {
  font-size: 20px;
  color: #ff5a00;
  font-weight: bold;
  margin-top: 8px;
  display: inline-block;
  transition: 0.3s;
}

.hq_resources_sales .sales_swiper .sales_price:before {
  content: '￥';
  font-size: 14px;
}

.hq_resources_sales .sales_swiper .sales_check_detail {
  display: block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  width: 126px;
  height: 36px;
  background: url("../images/sales_btn_bg.png") no-repeat center;
  line-height: 30px;
  margin: 8px auto auto auto;
  transition: 0.3s;
  opacity: 0;
}

.part4 {
  width: 100%;
  height: 570px;
  background: url("../images/part4_bg.jpg") no-repeat center;
}

.part4 .net_trade, .part4 .app_trade {
  padding-top: 40px;
}

.part4 .net_trade_category, .part4 .app_trade_category {
  width: 294px;
  height: 490px;
  float: left;
  background: url("../images/trade_bg.png") no-repeat center;
  padding-top: 30px;
}

.part4 .net_trade_category_title, .part4 .app_trade_category_title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  line-height: 24px;
  margin-left: 35px;
}

.part4 .net_trade_category_title:after, .part4 .app_trade_category_title:after {
  content: '';
  display: block;
  width: 23px;
  height: 11px;
  background: url("../images/trade_icon4.png") no-repeat center;
  position: absolute;
  top: 5px;
  right: -32px;
  animation: inifiteMove 1s ease-out alternate infinite;
}

.part4 .net_trade_category_intro, .part4 .app_trade_category_intro {
  font-size: 14px;
  color: #8f90a6;
  line-height: 14px;
  margin: 10px 0 20px 35px;
}

.part4 .net_trade_category_each, .part4 .app_trade_category_each {
  display: block;
  width: 274px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #ebebeb;
  margin-left: 20px;
  padding-left: 15px;
  border-radius: 22.5px 0 0 22.5px;
  transition: 0.3s;
  position: relative;
}

.part4 .app_trade_category_each {
  margin-bottom: 6px;
}

.part4 .net_trade_category_each_icon, .part4 .app_trade_category_each_icon {
  float: left;
  display: block;
  width: 18px;
  height: 100%;
  background: url("../images/trade_icon1.png") no-repeat center;
  margin-right: 10px;
  transition: 0.3s;
}

.part4 .net_trade_category_each_name, .part4 .app_trade_category_each_name {
  float: left;
  transition: 0.3s;
}

.part4 .net_trade_category_each_more, .part4 .app_trade_category_each_more {
  display: none;
  float: right;
  width: 20px;
  height: 100%;
  background: url("../images/trade_icon2.png") no-repeat center;
  margin-right: 20px;
  transition: 0.3s;
}

.part4 .net_trade_category .on, .part4 .app_trade_category .on {
  background: #e9efff;
  box-shadow: 0 0 7px rgba(84, 85, 105, 0.48);
}

.part4 .net_trade_category .on .net_trade_category_each_name, .part4 .app_trade_category .on .net_trade_category_each_name {
  color: #fb4842;
}

.part4 .net_trade_category .on .net_trade_category_each_more, .part4 .app_trade_category .on .net_trade_category_each_more {
  display: block;
}

.part4 .net_trade_category .on .net_trade_category_each_icon, .part4 .app_trade_category .on .net_trade_category_each_icon {
  background: url("../images/trade_icon1_h.png") no-repeat center;
}

.part4 .net_trade_category .on .app_trade_category_each_name, .part4 .app_trade_category .on .app_trade_category_each_name {
  color: #fb4842;
}

.part4 .net_trade_category .on .app_trade_category_each_more, .part4 .app_trade_category .on .app_trade_category_each_more {
  display: block;
}

.part4 .net_trade_category .on .app_trade_category_each_icon, .part4 .app_trade_category .on .app_trade_category_each_icon {
  background: url("../images/trade_icon1_h.png") no-repeat center;
}

.part4 .net_trade_category .on:before, .part4 .app_trade_category .on:before {
  content: '';
  display: block;
  width: 9px;
  height: 45px;
  background: url("../images/trade_icon3.png") no-repeat center;
  position: absolute;
  top: 0;
  right: -9px;
}

.part4 .net_trade_category :nth-child(3) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(3) .net_trade_category_each_icon {
  background: url("../images/01_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(3) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(3) .app_trade_category_each_icon {
  background: url("../images/09_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(4) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(4) .net_trade_category_each_icon {
  background: url("../images/02_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(4) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(4) .app_trade_category_each_icon {
  background: url("../images/10_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(5) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(5) .net_trade_category_each_icon {
  background: url("../images/03_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(5) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(5) .app_trade_category_each_icon {
  background: url("../images/11_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(6) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(6) .net_trade_category_each_icon {
  background: url("../images/04_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(6) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(6) .app_trade_category_each_icon {
  background: url("../images/12_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(7) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(7) .net_trade_category_each_icon {
  background: url("../images/05_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(7) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(7) .app_trade_category_each_icon {
  background: url("../images/13_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(8) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(8) .net_trade_category_each_icon {
  background: url("../images/06_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(8) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(8) .app_trade_category_each_icon {
  background: url("../images/14_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(9) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(9) .net_trade_category_each_icon {
  background: url("../images/07_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(9) .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(9) .app_trade_category_each_icon {
  background: url("../images/15_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(10) .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(10) .net_trade_category_each_icon {
  background: url("../images/08_icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(3).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(3).on .net_trade_category_each_icon {
  background: url("../images/01-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(3).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(3).on .app_trade_category_each_icon {
  background: url("../images/09-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(4).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(4).on .net_trade_category_each_icon {
  background: url("../images/02-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(4).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(4).on .app_trade_category_each_icon {
  background: url("../images/10-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(5).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(5).on .net_trade_category_each_icon {
  background: url("../images/03-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(5).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(5).on .app_trade_category_each_icon {
  background: url("../images/11-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(6).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(6).on .net_trade_category_each_icon {
  background: url("../images/04-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(6).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(6).on .app_trade_category_each_icon {
  background: url("../images/12-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(7).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(7).on .net_trade_category_each_icon {
  background: url("../images/05-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(7).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(7).on .app_trade_category_each_icon {
  background: url("../images/13-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(8).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(8).on .net_trade_category_each_icon {
  background: url("../images/06-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(8).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(8).on .app_trade_category_each_icon {
  background: url("../images/14-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(9).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(9).on .net_trade_category_each_icon {
  background: url("../images/07-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(9).on .app_trade_category_each_icon, .part4 .app_trade_category :nth-child(9).on .app_trade_category_each_icon {
  background: url("../images/15-1icon.png") no-repeat center;
}

.part4 .net_trade_category :nth-child(10).on .net_trade_category_each_icon, .part4 .app_trade_category :nth-child(10).on .net_trade_category_each_icon {
  background: url("../images/08-1icon.png") no-repeat center;
}

.part4 .net_trade_list, .part4 .app_trade_list {
  width: 905px;
  height: 490px;
  float: right;
}

.part4 .net_trade_list_each, .part4 .app_trade_list_each {
  width: 905px;
  height: 490px;
  display: none;
}

.part4 .net_trade_list_each:after, .part4 .app_trade_list_each:after {
  content: '';
  display: block;
  clear: right;
}

.part4 .net_trade_list_each_row, .part4 .app_trade_list_each_row {
  width: 291px;
  float: left;
  margin-left: 10px;
}

.part4 .net_trade_list_each_detail, .part4 .app_trade_list_each_detail {
  width: 291px;
  height: 156px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  -moz-box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  box-shadow: 0 2px 10px rgba(34, 81, 162, 0.19);
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 10px 0;
  transition: 0.3s;
}

.part4 .net_trade_list_each_detail:hover, .part4 .app_trade_list_each_detail:hover {
  transform: translateY(-5px);
}

.part4 .net_trade_list_each_detail a, .part4 .app_trade_list_each_detail a {
  display: inline-block;
}

.part4 .net_trade_list_each_detail .collection, .part4 .app_trade_list_each_detail .collection {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(48, 48, 48, 0.92) url("../images/hq_resources_icon2.png") no-repeat left 5px bottom 5px;
}

.part4 .net_trade_list_each_detail .mark, .part4 .app_trade_list_each_detail .mark {
  padding: 14px 17px;
}

.part4 .net_trade_list_each_detail .mark span, .part4 .app_trade_list_each_detail .mark span {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  padding: 4px 7px;
  background: #3586ec;
  border-radius: 11px;
}

.part4 .net_trade_list_each_detail .slide_t, .part4 .app_trade_list_each_detail .slide_t {
  width: 291px;
  padding: 0 17px;
  font-size: 14px;
  line-height: 14px;
}

.part4 .net_trade_list_each_detail .net_domain, .part4 .app_trade_list_each_detail .net_domain {
  padding: 0 17px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  margin-top: 13px;
}

.part4 .net_trade_list_each_detail .net_domain:after, .part4 .app_trade_list_each_detail .net_domain:after {
  content: '';
  display: block;
  width: 27px;
  height: 0;
  border-top: 1px dashed #dcdcdc;
  margin-top: 19px;
}

.part4 .net_trade_list_each_detail .price, .part4 .app_trade_list_each_detail .price {
  color: rgba(255, 90, 0, 0.92);
  font-size: 18px;
  font-weight: bold;
  padding: 0 17px;
  line-height: 18px;
  margin-top: 15px;
}

.part4 .net_trade_list_each_detail .detail, .part4 .app_trade_list_each_detail .detail {
  display: none;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  margin-top: 16px;
  transition: 0.3s;
}

.part4 .net_trade_list_each_detail .detail_cell, .part4 .app_trade_list_each_detail .detail_cell {
  float: left;
  width: 50%;
  height: 54px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding-left: 20px;
}

.part4 .net_trade_list_each_detail .detail_cell__value, .part4 .app_trade_list_each_detail .detail_cell__value {
  font-size: 14px;
  color: #555266;
  margin-bottom: 5px;
  line-height: 14px;
}

.part4 .net_trade_list_each_detail .detail_cell__label, .part4 .app_trade_list_each_detail .detail_cell__label {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 12px;
}

.part4 .net_trade_list_each_detail .detail_cell:nth-child(2n), .part4 .app_trade_list_each_detail .detail_cell:nth-child(2n) {
  border-right: none;
}

.part4 .net_trade_list_each_detail .contact, .part4 .app_trade_list_each_detail .contact {
  display: none;
  transition: 0.3s;
}

.part4 .net_trade_list_each_detail .contact a, .part4 .app_trade_list_each_detail .contact a {
  display: inline-block;
  width: 49%;
  height: 55px;
  position: relative;
  line-height: 55px;
  text-align: center;
}

.part4 .net_trade_list_each_detail .contact a i, .part4 .app_trade_list_each_detail .contact a i {
  display: inline-block;
  width: 16px;
  height: 100%;
  vertical-align: top;
}

.part4 .net_trade_list_each_detail .contact a:first-child, .part4 .app_trade_list_each_detail .contact a:first-child {
  font-size: 12px;
  color: #fd4249;
  position: relative;
}

.part4 .net_trade_list_each_detail .contact a:first-child i, .part4 .app_trade_list_each_detail .contact a:first-child i {
  background: url("../images/hq_resources_qq.png") no-repeat center;
  margin-right: 3px;
}

.part4 .net_trade_list_each_detail .contact a:first-child:after, .part4 .app_trade_list_each_detail .contact a:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #dedede;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -6px;
}

.part4 .net_trade_list_each_detail .contact a:last-child, .part4 .app_trade_list_each_detail .contact a:last-child {
  font-size: 12px;
  color: #a49ec2;
}

.part4 .net_trade_list_each_detail .contact a:last-child i, .part4 .app_trade_list_each_detail .contact a:last-child i {
  background: url("../images/hq_resources_detail.png") no-repeat center;
  margin-right: 3px;
}

.part4 .net_trade_list_each .on .collection, .part4 .app_trade_list_each .on .collection {
  background: rgba(48, 48, 48, 0.92) url("../images/hq_resources_icon2_h.png") no-repeat left 5px bottom 5px;
}

.part4 .net_trade_list_each .hasshow, .part4 .app_trade_list_each .hasshow {
  height: 323px;
}

.part4 .net_trade_list_each .hasshow .detail, .part4 .app_trade_list_each .hasshow .detail {
  display: block;
}

.part4 .net_trade_list_each .hasshow .contact, .part4 .app_trade_list_each .hasshow .contact {
  display: block;
}

.part4 .net_trade_list .isshow, .part4 .app_trade_list .isshow {
  display: block;
  animation: show 0.2s;
}

.part4 .app_trade .app_trade_category {
  background: url("../images/app_bg.png") no-repeat center;
}

@keyframes inifiteMove {
  100% {
    transform: translateY(-5px) scale(0.98);
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.recommend {
  width: 100%;
  padding: 40px 0;
  background: #f4f4f4;
}

.recommend_up_l {
  width: 930px;
  height: 400px;
  background: #fff;
  border-top: 2px solid #ff6759;
  padding: 20px 0 12px 12px;
}

.recommend_up_r {
  width: 270px;
  height: 400px;
  background: url("../images/r_bg1.png") no-repeat center;
  text-align: left;
  padding: 50px 0 0 24px;
  position: relative;
}

.recommend_up_r_t {
  font-size: 20px;
  color: #fffefe;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 25px;
}

.recommend_up_r_t span {
  font-size: 30px;
  line-height: 30px;
  display: block;
  margin-top: 10px;
}

.recommend_up_r_intro {
  font-size: 16px;
  color: #fff0f0;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 10px;
}

.recommend_up_r_intro:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.recommend_up_r_taste {
  display: block;
  position: absolute;
  top: 315px;
  left: 50%;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: -80px;
  font-size: 16px;
  color: #fffefe;
  background: #f62221;
  border-radius: 4px;
  transition: 0.3s;
}

.recommend_up_r_taste:hover {
  transform: translateY(-5px);
  color: #fffefe;
}

.recommend_up_advantage1 {
  margin-bottom: 25px;
}

.recommend_up_title {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
}

.recommend_up_title span {
  font-weight: normal;
  font-size: 14px;
  color: #9f9f9f;
}

.recommend_up ul.clearfix {
  margin-top: 10px;
}

.recommend_up_each {
  width: 220px;
  height: 140px;
  background: url("../images/r_bg2.png") no-repeat center;
  float: left;
  margin-right: 8px;
  position: relative;
  padding: 20px 0 20px 15px;
  text-align: left;
  transition: 0.3s;
}

.recommend_up_each a {
  display: inline-block;
}

.recommend_up_each img {
  height: 34px;
}

.recommend_up_each_name {
  font-size: 15px;
  color: #5c5c5c;
  font-weight: bold;
  line-height: 15px;
  margin: 28px 0 10px 0;
}

.recommend_up_each_intro {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
}

.recommend_up_each:first-child:after {
  content: '01';
  font-size: 16px;
  color: #e5dfdf;
  position: absolute;
  top: 20px;
  right: 10px;
  line-height: 16px;
}

.recommend_up_each:nth-child(2):after {
  content: '02';
  font-size: 16px;
  color: #e5dfdf;
  position: absolute;
  top: 20px;
  right: 10px;
  line-height: 16px;
}

.recommend_up_each:nth-child(3):after {
  content: '03';
  font-size: 16px;
  color: #e5dfdf;
  position: absolute;
  top: 20px;
  right: 10px;
  line-height: 16px;
}

.recommend_up_each:nth-child(4):after {
  content: '04';
  font-size: 16px;
  color: #e5dfdf;
  position: absolute;
  top: 20px;
  right: 10px;
  line-height: 16px;
}

.recommend_up_each:hover {
  transform: translateY(-5px);
}

.recommend_down {
  width: 100%;
  background: #fff;
  margin-top: 8px;
  border-radius: 4px;
}

.recommend_down li {
  float: left;
  width: 25%;
  height: 141px;
  position: relative;
  background: url("../images/r_bg3.png") no-repeat center;
  display: table;
  text-align: center;
}

.recommend_down li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  top: 0;
  right: -1px;
}

.recommend_down li .cell {
  display: table-cell;
  vertical-align: middle;
}

.recommend_down li .cell_name {
  font-size: 15px;
  color: #2e2e2e;
  font-weight: bold;
  line-height: 15px;
  margin: 12px 0 10px 0;
}

.recommend_down li .cell_info {
  width: 205px;
  margin: auto;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.recommend_down li .cell img {
  height: 28px;
}

.effort {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

.effort .common_title_intro {
  position: relative;
}

.effort .common_title_intro:after {
  content: '';
  display: block;
  width: 28px;
  border-top: 1px dashed #e5e5e5;
  height: 0;
  margin: 10px auto auto auto;
}

.effort .home-activity__content {
  width: 1200px;
  margin: 0 auto;
}

.effort .home-activity__main {
  width: 848px;
  height: 440px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  float: left;
  margin-right: 17px;
}

.effort .home-activity__wrap {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.effort .xg-tabs {
  height: 70px;
  line-height: 70px;
  background-color: #eef0f2;
  position: relative;
  z-index: 100;
}

.effort .xg-tabs__item {
  float: left;
  color: #3a3a3a;
  font-weight: 700;
  font-size: 16px;
  padding: 0 18px;
  position: relative;
  border-right: 1px dotted transparent;
  border-left: 1px dotted transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.effort .xg-tabs__item.active {
  border-right-color: #c3c3c3;
}

.effort .xg-tabs__item.active:not(:first-child) {
  border-left-color: #c3c3c3;
}

.effort .xg-tabs__item.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eef0f2;
  z-index: 10;
}

.effort .xg-tabs__item.active span {
  color: #f62221;
}

.effort .xg-tabs__item i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/recommend_ar.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.effort .xg-tabs:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #c3c3c3;
}

.effort .xg-tabs .x-more {
  float: right;
  margin-right: 25px;
  font-size: 12px;
  color: #787878;
}

.effort .xg-container {
  width: 100%;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.effort .xg-container.cur_container {
  display: block;
  animation: show 0.3s ease;
}

.effort .xg-container__item {
  text-align: left;
  float: left;
  width: 50%;
  padding: 15px 15px 0 35px;
  color: #909090;
  font-size: 14px;
  position: relative;
  line-height: 14px;
}

.effort .xg-container__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #5d6679;
}

.effort .xg-container__item div {
  width: 100%;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}

.effort .xg-container__item time {
  float: right;
  color: #b1b1b1;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.effort .xg-container__item span {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.effort .xg-container__item:hover {
  color: #545454;
}

.effort .xg-container__item:hover time {
  color: #545454;
}

.effort .xg-container time {
  float: right;
  color: #b1b1b1;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.effort .xg-container .xg-special {
  float: left;
  width: 50%;
  height: 150px;
  background-color: #eef0f2;
  text-align: left;
  padding: 23px 18px 0;
}

.effort .xg-container .xg-special__img {
  width: 156px;
  float: left;
  margin-right: 12px;
}

.effort .xg-container .xg-special__img img {
  width: 104px;
  height: 104px;
}

.effort .xg-container .xg-special__info {
  width: 204px;
  float: left;
}

.effort .xg-container .xg-special__title {
  font-size: 16px;
  color: #5f5f5f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.effort .xg-container .xg-special__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  border-bottom: 1px dashed #ddd;
}

.effort .xg-container .xg-special time {
  display: block;
  font-size: 12px;
  color: #d2d2d2;
  margin-bottom: 13px;
}

.effort .xg-container .xg-special__content {
  font-size: 13px;
  color: #adadad;
  padding-bottom: 15px;
  position: relative;
}

.effort .xg-container .xg-special__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 5px;
  background-image: url("../images/recommend_arrow.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.effort .xg-question {
  width: 334px;
  height: 440px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  float: left;
}

.effort .xg-question__title {
  padding: 26px 16px 26px 45px;
  border-bottom: 1px dotted rgba(216, 216, 216, 0.88);
  font-size: 15px;
  font-weight: 700;
  color: #515151;
  text-align: left;
  position: relative;
}

.effort .xg-question__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  background-image: url("../images/recommend_question.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.effort .xg-question__title a {
  float: right;
  font-size: 12px;
  color: #787878;
}

.effort .xg-question__first {
  padding: 26px 26px 22px 45px;
  text-align: left;
  border-bottom: 1px dotted rgba(216, 216, 216, 0.88);
  position: relative;
  display: block;
}

.effort .xg-question__first:before {
  content: '';
  position: absolute;
  top: 23px;
  left: 13px;
  width: 25px;
  height: 24px;
  background-image: url("../images/recommend_icon1.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.effort .xg-question__first p:first-child {
  font-size: 15px;
  color: #5d5d5d;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.effort .xg-question__first p:first-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: rgba(217, 222, 231, 0.88);
}

.effort .xg-question__first p:nth-child(2) {
  font-size: 13px;
  color: #adadad;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
}

.effort .xg-question__first p:nth-child(2):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 5px;
  background-image: url("../images/recommend_arrow.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.effort .xg-question__item {
  text-align: left;
  padding: 12px 30px 12px 47px;
  font-size: 14px;
  color: #909090;
  position: relative;
  display: block;
}

.effort .xg-question__item:not(:last-child) {
  border-bottom: 1px dashed #f2f2f2;
}

.effort .xg-question__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.effort .xg-question__item:first-child:before {
  background-image: url("../images/recommend_icon2.png");
}

.effort .xg-question__item:nth-child(2):before {
  background-image: url("../images/recommend_icon3.png");
}

.effort .xg-question__item:nth-child(3):before {
  background-image: url("../images/recommend_icon4.png");
}

.effort .xg-question__item:nth-child(4):before {
  background-image: url("../images/recommend_icon4.png");
}

.effort .xg-question__item:hover {
  color: #666;
}

.team {
  width: 100%;
  padding-top: 40px;
  background: #f4f4f4;
}

.team_data {
  width: 100%;
  height: 130px;
  background: #fff;
  overflow: hidden;
}

.team_data_each {
  width: 20%;
  height: 100%;
  float: left;
  border-right: 1px solid #ebebeb;
  display: table;
  text-align: left;
}

.team_data_each .cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 29px;
}

.team_data_each_num {
  font-size: 48px;
  color: #4b4949;
  line-height: 48px;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
}

.team_data_each_name {
  font-size: 14px;
  color: #adadad;
  line-height: 14px;
}

.team_data_each:first-child .team_data_each_num:after {
  content: '亿';
  font-size: 14px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: #f62221;
  display: block;
  position: absolute;
  bottom: 0;
  right: -27px;
}

.team_data_each:nth-child(2) .team_data_each_num:after {
  content: '人';
  font-size: 14px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: #f62221;
  display: block;
  position: absolute;
  bottom: 0;
  right: -27px;
}

.team_data_each:nth-child(3) .team_data_each_num:after {
  content: '人';
  font-size: 14px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: #f62221;
  display: block;
  position: absolute;
  bottom: 0;
  right: -27px;
}

.team_data_each:nth-child(4) .team_data_each_num:after {
  content: '个';
  font-size: 14px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: #f62221;
  display: block;
  position: absolute;
  bottom: 0;
  right: -27px;
}

.team_data_each:last-child {
  border: none;
}

.team_show {
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-top: 10px;
}

.team_show_row {
  width: 100%;
  height: 160px;
}

.team_show_row_each {
  width: 145px;
  height: 100%;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.team_show_row_each img {
  width: 145px;
  height: 160px;
}

.team_show_row_each_contact {
  width: 100%;
  height: 160px;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 2;
  display: table;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  transition: 0.3s;
}

.team_show_row_each_contact .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.team_show_row_each_contact .cell p {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 18px;
}

.team_show_row_each_contact .cell span {
  display: inline-block;
  width: 100px;
  height: 26px;
  border-radius: 13px;
  background: #f62221;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
}

.team_show_row_each.each_belong {
  width: 290px;
  background: #f4f4f4;
  padding: 32px;
  position: relative;
  text-align: left;
}

.team_show_row_each.each_belong .belong {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 18px;
  margin-bottom: 8px;
}

.team_show_row_each.each_belong .belong_en {
  font-size: 12px;
  color: #bcbcbc;
  line-height: 12px;
}

.team_show_row_each.each_belong .belong_intro {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 14px;
}

.team_show_row_each.each_belong .belong_intro:before {
  content: '';
  display: block;
  width: 34px;
  height: 0;
  border-top: 1px dashed #d2d2d2;
  margin: 9px 0;
}

.team_show_row_each.each_belong img {
  width: 30px;
  height: 16px;
  margin-top: 13px;
}

.team_show_row_each.each_belong:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/team_icon2.png") no-repeat center;
  position: absolute;
  top: 4px;
  left: 4px;
}

.team_show_row_each:hover .team_show_row_each_contact {
  top: 0;
  opacity: 1;
}

.yuzhua {
  width: 100%;
  height: 728px;
  padding-top: 40px;
  background: #f4f4f4 url("../images/yuzhua_bg.png") no-repeat center bottom;
}

.yuzhua_wrap {
  overflow: hidden;
}

.yuzhua_catalog {
  width: 170px;
  height: 576px;
  float: left;
}

.yuzhua_catalog_each {
  width: 170px;
  height: 140px;
  background: #fff url("../images/yuzhua_sbg.png") no-repeat center;
  display: table;
  text-align: center;
  transition: 0.3s;
}

.yuzhua_catalog_each:not(:first-child) {
  margin-top: 5px;
}

.yuzhua_catalog_each a {
  display: table-cell;
  vertical-align: middle;
}

.yuzhua_catalog_each_img {
  display: block;
  width: 100%;
  height: 29px;
  transition: 0.3s;
}

.yuzhua_catalog_each_name {
  font-size: 15px;
  color: #383838;
  font-weight: bold;
  line-height: 15px;
  transition: 0.3s;
}

.yuzhua_catalog_each_name:before {
  content: '';
  display: block;
  width: 31px;
  height: 0;
  border-top: 1px dashed #c0c0c0;
  margin: 12px auto;
  transition: 0.3s;
}

.yuzhua_catalog_each_link {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/yuzhua_icon4.png") no-repeat center;
  margin: 9px auto auto auto;
  transition: 0.3s;
}

.yuzhua_catalog_each:nth-child(1) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon6.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(1):hover .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon1_h.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(2) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon2.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(2):hover .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon2_h.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(3) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon3.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(3):hover .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon3_h.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(4) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon1.png") no-repeat center;
}

.yuzhua_catalog_each:nth-child(4):hover .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon1_h.png") no-repeat center;
}

.yuzhua_catalog_each:hover {
  background: #ff3030 url("../images/yuzhua_sbg.png") no-repeat center;
}

.yuzhua_catalog_each:hover .yuzhua_catalog_each_name {
  color: #fff;
}

.yuzhua_catalog_each:hover .yuzhua_catalog_each_name:before {
  content: '';
  display: block;
  width: 31px;
  height: 0;
  border-top: 1px dashed #fff;
  margin: 12px auto;
  transition: 0.3s;
}

.yuzhua_catalog_each:hover .yuzhua_catalog_each_link {
  background: url("../images/yuzhua_icon4_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(1) {
  background: #ff3030 url("../images/yuzhua_sbg.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(1) .yuzhua_catalog_each_name {
  color: #fff;
}

.yuzhua_catalog .on:nth-child(1) .yuzhua_catalog_each_name:before {
  content: '';
  display: block;
  width: 31px;
  height: 0;
  border-top: 1px dashed #fff;
  margin: 12px auto;
  transition: 0.3s;
}

.yuzhua_catalog .on:nth-child(1) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon6_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(1) .yuzhua_catalog_each_link {
  background: url("../images/yuzhua_icon4_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(2) {
  background: #ff3030 url("../images/yuzhua_sbg.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(2) .yuzhua_catalog_each_name {
  color: #fff;
}

.yuzhua_catalog .on:nth-child(2) .yuzhua_catalog_each_name:before {
  content: '';
  display: block;
  width: 31px;
  height: 0;
  border-top: 1px dashed #fff;
  margin: 12px auto;
  transition: 0.3s;
}

.yuzhua_catalog .on:nth-child(2) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon2_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(2) .yuzhua_catalog_each_link {
  background: url("../images/yuzhua_icon4_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(3) {
  background: #ff3030 url("../images/yuzhua_sbg.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(3) .yuzhua_catalog_each_name {
  color: #fff;
}

.yuzhua_catalog .on:nth-child(3) .yuzhua_catalog_each_name:before {
  content: '';
  display: block;
  width: 31px;
  height: 0;
  border-top: 1px dashed #fff;
  margin: 12px auto;
  transition: 0.3s;
}

.yuzhua_catalog .on:nth-child(3) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon3_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(3) .yuzhua_catalog_each_link {
  background: url("../images/yuzhua_icon4_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(4) {
  background: #ff3030 url("../images/yuzhua_sbg.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(4) .yuzhua_catalog_each_name {
  color: #fff;
}

.yuzhua_catalog .on:nth-child(4) .yuzhua_catalog_each_name:before {
  content: '';
  display: block;
  width: 31px;
  height: 0;
  border-top: 1px dashed #fff;
  margin: 12px auto;
  transition: 0.3s;
}

.yuzhua_catalog .on:nth-child(4) .yuzhua_catalog_each_img {
  background: url("../images/yuzhua_icon1_h.png") no-repeat center;
}

.yuzhua_catalog .on:nth-child(4) .yuzhua_catalog_each_link {
  background: url("../images/yuzhua_icon4_h.png") no-repeat center;
}

.yuzhua_show {
  width: 1024px;
  height: 576px;
  float: right;
}

.yuzhua_show li {
  width: 1024px;
  height: 576px;
  display: none;
  text-align: center;
  animation: show 0.3s ease;
  background: url("../images/yuzhua_sbg2.png") no-repeat center;
}

.yuzhua_show li .cell {
  display: table-cell;
  vertical-align: middle;
  background: url("../images/yuzhua_sbg1.png") no-repeat center;
}

.yuzhua_show li .cell_wrap {
  width: 945px;
  height: 454px;
  position: relative;
  margin: auto;
}

.yuzhua_show li .cell_wrap_text {
  position: absolute;
  width: 100%;
  height: 135px;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 45px 25px 0 25px;
}

.yuzhua_show li .cell_wrap_text .p1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.yuzhua_show li .cell_wrap_text .p2 {
  font-size: 14px;
  color: #ffffff;
  margin-top: 13px;
}

.yuzhua_show li .cell_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.yuzhua_show li .cell_intro {
  text-align: left;
}

.yuzhua_show li .cell_intro h2 {
  font-size: 24px;
  color: #3d3d3d;
  position: relative;
  line-height: 24px;
}

.yuzhua_show li .cell_intro h2:after {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  background: #e1e1e1;
  margin: 16px 0;
}

.yuzhua_show li .cell_intro_p1 {
  font-size: 16px;
  color: #565656;
  font-weight: bold;
  line-height: 16px;
  position: relative;
}

.yuzhua_show li .cell_intro_p1:after {
  content: '';
  display: block;
  width: 47px;
  height: 1px;
  background: #e1e1e1;
  margin: 30px 0 20px 0;
}

.yuzhua_show li .cell_intro_p2 {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 30px;
}

.yuzhua_show li .cell_intro_imgs {
  width: 100%;
  height: 201px;
  overflow: hidden;
  margin-top: 80px;
}

.yuzhua_show li .cell_intro_imgs > div {
  width: 305px;
  height: 201px;
  text-align: center;
  float: left;
}

.yuzhua_show li .cell_intro_imgs > div:not(:last-child) {
  margin-right: 15px;
}

.yuzhua_show li .cell_intro_pic {
  width: 946px;
  height: 333px;
  margin-top: 20px;
}

.yuzhua_show li .cell_intro a.cell_intro_contact {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 132px;
  height: 36px;
}

.yuzhua_show li.on {
  display: table;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hl_pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  padding: 3% 13%;
  text-align: center;
  box-sizing: border-box;
}

.hl_pop_c, .hl_pop_yuzhua_video {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.hl_pop_c img, .hl_pop_yuzhua_video img {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  z-index: 2;
}

.hl_pop_c video, .hl_pop_yuzhua_video video {
  width: 100%;
}

.top_to_link {
  display: block;
  width: 100%;
  height: 100px;
  background: url('../images/ad_list_ad.png') no-repeat center;
}
.top_to_line_wrap {
  width: 1200px;
  height: 100px;
  margin: auto;
  position: relative;
}
.top_to_link span {
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 29px;
  height: 29px;
  background: transparent;
}

/*业务地图*/
.clear {
    clear: both;
}
.contt {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}
section .map {
  width: 100%;
  height: 1015px;
  margin-top: 54px;
}
section .map .contt .big-word,
section .map .contt .small-word {
  font-size: 26px;
  color: #000333;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}
section .map .contt .small-word {
  font-size: 14px;
  color: #767676;
  font-weight: normal;
  margin-top: 19px;
}
section .map .contt ul {
  width: 100%;
  height: 90px;
  margin-top: 29px;
}
section .map .contt ul li {
  width: 183px;
  height: 90px;
  background-color: #fff;
  border-radius: 6px;
  float: left;
  margin-left: 20px;
}
section .map .contt ul li .title {
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #000333;
  padding-left: 26px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 14px;
  background-image: url(../images/11-1.png);
  background-repeat: no-repeat;
  background-position: left;
}
section .map .contt ul li .desc {
  width: 100%;
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
  line-height: 20px;
  color: #767676;
}
section .map .contt ul li:nth-child(1) {
  margin: 0px;
}
section .map .contt ul li:nth-child(2) .title {
  background-image: url(../images/11-2.png);
}
section .map .contt ul li:nth-child(3) .title {
  background-image: url(../images/11-3.png);
}
section .map .contt ul li:nth-child(4) .title {
  background-image: url(../images/11-4.png);
}
section .map .contt ul li:nth-child(5) .title {
  background-image: url(../images/11-5.png);
}
section .map .contt ul li:nth-child(6) .title {
  background-image: url(../images/11-6.png);
}
section .map .contt .screen {
  width: 774.664px;
  height: 648px;
  background-image: url(../images/map.svg);
  background-repeat: no-repeat;
  margin-top: 60px;
  float: left;
  position: relative;
}
section .map .contt .screen svg {
  width: 100%;
  height: 100%;
  position: relative;
}
section .map .contt .screen svg path {
  cursor: pointer;
}
section .map .contt .screen .place {
  width: 94px;
  height: 68px;
  background-image: url(../images/kuangkuang.svg);
  pointer-events: none;
  position: absolute;
  top: 384px;
  left: 550px;
  z-index: 111;
  font-size: 16px;
  color: #3bb497;
  text-align: center;
  padding-top: 17px;
  box-sizing: border-box;
  transition: all 0.3s;
}
section .map .contt aside {
  width: 386px;
  height: 615px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  float: right;
  margin-top: 60px;
  position: relative;
}
section .map .contt aside .company-photo {
  width: 386px;
  height: 300px;
  position: relative;
}
section .map .contt aside .company-photo div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: -1;
  z-index: -111;
  transition: all 0.5s;
}
section .map .contt aside .company-photo .on {
  opacity: 1;
  z-index: 111;
  background-image: url(../images/shenzhen.jpg);
}
section .map .contt aside .company-name {
  position: absolute;
  top: 330px;
  left: 30px;
}
section .map .contt aside .company-name span {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 200px;
  font-size: 26px;
  letter-spacing: 1px;
  color: #000333;
  line-height: 1em;
  font-weight: bold;
  opacity: -1;
  z-index: -111;
  transition: all 0.5s;
}
section .map .contt aside .company-name .on {
  opacity: 1;
  z-index: 111;
}
section .map .contt aside .company-site {
  position: absolute;
  top: 385px;
  left: 30px;
}
section .map .contt aside .company-site span {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 315px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #767676;
  opacity: -1;
  z-index: -111;
  transition: all 0.5s;
}
section .map .contt aside .company-site .on {
  opacity: 1;
  z-index: 111;
}
section .map .contt aside .company-phone {
  position: absolute;
  top: 454px;
  left: 30px;
}
section .map .contt aside .company-phone span {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 250px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #767676;
  opacity: -1;
  z-index: -111;
  transition: all 0.5s;
}
section .map .contt aside .company-phone .on {
  opacity: 1;
  z-index: 111;
}
section .map .contt aside ol {
  width: 366px;
  height: 84px;
  position: absolute;
  top: 482px;
  left: 0px;
  right: 0px;
  margin-top: 9px;
  margin: 0px auto;
}
section .map .contt aside ol li {
  width: 66px;
  height: 32px;
  background-color: #f5f5f5;
  line-height: 1em;
  border-radius: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  color: #767676;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  background-image: url(../images/11-7.png);
  background-repeat: no-repeat;
  background-position: -16px;
}
section .map .contt aside ol li:hover {
  background-color: #3bb497;
  padding-left: 17px;
  color: #fff;
  background-position: 8px;
}
section .map .contt aside ol .on {
  background-color: #3bb497;
  padding-left: 17px;
  color: #fff;
  background-position: 8px;
}
section .map .contt .company-info {
  width: 100%;
  height: 106px;
  background-color: #fff;
  border-radius: 6px;
}
section .map .contt .company-info ol {
  width: 1180px;
  height: 100%;
  padding: 0px 10px;
}
section .map .contt .company-info ol li {
  width: 236px;
  height: 100%;
  float: left;
}
section .map .contt .company-info ol li .word1 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #3bb497;
  line-height: 1em;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
section .map .contt .company-info ol li .word1 span {
  font-size: 34px;
  font-weight: bold;
}
section .map .contt .company-info ol li .word1 .str {
  display: inline-block;
  font-size: 20px;
  color: #3bb497;
  line-height: 1em;
  transform: translateY(-20px);
}
section .map .contt .company-info ol li .word2 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000333;
  line-height: 1em;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}