.weight1366 {
  width: 1366px;
  margin: 0 auto;
}
.mainPC {
  width: 100%;
  min-width: 1366px;
  transition: 0.3s;
  padding-top: 104px;
}
.mainPC.topFixed {
  padding-top: 65px;
}
.mainPC.topFixed header {
  height: 65px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.mainPC header {
  width: 100%;
  height: 104px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: 0.2s;
  background: #fff;
}
.mainPC .headerBox {
  width: 1366px;
  margin: 0 auto;
  height: 100%;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.mainPC .headerBox .logo {
  width: 166px;
  margin-right: 160px;
}
.mainPC .headerBox .logo img {
  width: 100%;
}
.mainPC .headerBox .menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.mainPC .headerBox .menu .menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mainPC .headerBox .menu .menu-item .menu-itme-txt,
.mainPC .headerBox .menu .menu-item a {
  color: #323233;
  font-size: 18px;
  margin-right: 5px;
  transition: 0.2s;
  text-decoration: none;
}
.mainPC .headerBox .menu .menu-item .menu-itme-txt:hover,
.mainPC .headerBox .menu .menu-item a:hover,
.mainPC .headerBox .menu .menu-item .menu-itme-txt .active,
.mainPC .headerBox .menu .menu-item a .active {
  color: #38add4;
}
.mainPC .headerBox .daohangIco {
  display: none;
}
.mainPC .topBanner {
  width: 100%;
  height: 636px;
  cursor: pointer;
  background: url(/static/images/topbanner.png) 100% no-repeat;
}
.mainPC .topBanner .swiper-container {
  width: 100%;
  height: 100%;
}
.mainPC .topBanner .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #38add4;
}
.mainPC .topBanner .swiper-container .swiper-pagination-bullet-active {
  color: #333;
  background: #fff;
}
.mainPC .topBanner .topBannerContent {
  width: 1366px;
  margin: 0 auto;
  height: 100%;
  padding-top: 205px;
}
.mainPC .topBanner .topBannerContent .top-title {
  font-size: 50px;
  color: #000;
  font-weight: bold;
}
.mainPC .topBanner .topBannerContent .top-info {
  font-size: 20px;
  color: #000;
  margin: 45px 0;
  display: flex;
  align-items: center;
}
.mainPC .topBanner .topBannerContent .top-info .topBanner-txt {
  color: #38add4;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #38add4;
  padding: 0 20px;
}
.mainPC .topBanner .topBannerContent .top-info .topBanner-txt:last-child {
  border: none;
}
.mainPC .topBanner .topBannerContent .top-btn {
  min-width: 146px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #38add4;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.mainPC .topBanner .topBannerContent .top-btn:hover {
  background: rgba(56, 173, 212, 0.8);
}
.mainPC .centerBanner {
  width: 100%;
  background: #fff;
}
.mainPC .centerBanner .item-banner {
  width: 1366px;
  margin: 0 auto;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainPC .centerBanner .item-banner .banner-title {
  display: block;
  font-size: 60px;
  color: #323233;
}
.mainPC .centerBanner .item-banner .banner-info {
  margin-top: 10px;
  display: block;
  font-size: 20px;
  color: #39393a;
}
.mainPC .supportInfo {
  width: 100%;
  height: 580px;
  background: url("/static/images/supportBg.png");
  padding-top: 78px;
}
.mainPC .supportInfo .title {
  width: 1366px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 110px;
}
.mainPC .supportInfo .title span {
  display: block;
}
.mainPC .supportInfo .title .primary-title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 25px;
}
.mainPC .supportInfo .title .secondary-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
}
.mainPC .supportInfo .supportInfoBox {
  display: flex;
  width: 1366px;
  margin: 0 auto;
  justify-content: center;
}
.mainPC .supportInfo .item-info {
  text-align: center;
  margin: 0 28px;
}
.mainPC .supportInfo .item-info-image {
  margin-bottom: 30px;
  width: 84px;
}
.mainPC .supportInfo .item-info-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.mainPC .supportInfo .item-info-info {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}
.mainPC .zoologyChain {
  margin-top: 62px;
}
.mainPC .zoologyChain .title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #323233;
  margin-bottom: 48px;
}
.mainPC .zoologyChain .tabBox .tabHeader {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.mainPC .zoologyChain .tabBox .tabHeader .tabItem {
  width: 260px;
  height: 56px;
  border: 1px solid #dcdee0;
  font-size: 24px;
  color: #323233;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  margin-right: -1px;
  transition: 0.3s;
}
.mainPC .zoologyChain .tabBox .tabHeader .tabItem:first-child {
  border-radius: 28px 0 0 28px;
  border-right: 1px solid #dcdee0;
}
.mainPC .zoologyChain .tabBox .tabHeader .tabItem:last-child {
  border-radius: 0 28px 28px 0;
  border-left: 1px solid #dcdee0;
}
.mainPC .zoologyChain .tabBox .tabHeader .tabItem:hover,
.mainPC .zoologyChain .tabBox .tabHeader .tabItem.active {
  background: #38add4;
  color: #fff;
}
.mainPC .zoologyChain .tabBox .tabContent {
  width: 1366px;
  margin: 0 auto;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container {
  width: 100%;
  height: 450px;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next:hover {
  background: #38add4;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next:hover::after {
  color: #fff;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next::after {
  font-size: 20px;
  color: #c8c9cc;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev:hover {
  background: #38add4;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev:hover::after {
  color: #fff;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev::after {
  font-size: 20px;
  color: #c8c9cc;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-slide {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-slide .leftContent {
  width: 430px;
  margin-right: 188px;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-slide .leftContent span {
  display: block;
  text-align: left;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-slide .leftContent .title {
  font-size: 32px;
  color: #323233;
  margin-bottom: 30px;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-slide .leftContent .info {
  font-size: 24px;
  color: #323233;
}
.mainPC .zoologyChain .tabBox .tabContent .swiper-slide .rightContent img {
  width: 405px;
  border: 1px dotted #666;
}
.mainPC .zoologyChain .clickHref {
  margin-bottom: 30px;
}
.mainPC .zoologyChain .clickHref .tabHeader {
  width: 1366px;
  margin: 0 auto;
  display: flex;
}
.mainPC .zoologyChain .clickHref .tabHeader .tabItem {
  height: 56px;
  border: 1px solid #dcdee0;
  font-size: 18px;
  color: #323233;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  margin-right: -1px;
  transition: 0.3s;
  padding: 0 10px;
  flex: auto;
}
.mainPC .zoologyChain .clickHref .tabHeader .tabItem:first-child {
  border-right: 1px solid #dcdee0;
}
.mainPC .zoologyChain .clickHref .tabHeader .tabItem:last-child {
  border-left: 1px solid #dcdee0;
}
.mainPC .zoologyChain .clickHref .tabHeader .tabItem:hover,
.mainPC .zoologyChain .clickHref .tabHeader .tabItem.active {
  background: #38add4;
  color: #fff;
}
.mainPC .zoologyChain .clickHref .tabContent {
  width: 1366px;
  margin: 0 auto;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container {
  width: 100%;
  height: 450px;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next:hover {
  background: #38add4;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next:hover::after {
  color: #fff;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next::after {
  font-size: 20px;
  color: #c8c9cc;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev:hover {
  background: #38add4;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev:hover::after {
  color: #fff;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev::after {
  font-size: 20px;
  color: #c8c9cc;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-slide {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-slide .leftContent {
  width: 430px;
  margin-right: 188px;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-slide .leftContent span {
  display: block;
  text-align: left;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-slide .leftContent .title {
  font-size: 32px;
  color: #323233;
  margin-bottom: 30px;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-slide .leftContent .info {
  font-size: 24px;
  color: #323233;
}
.mainPC .zoologyChain .clickHref .tabContent .swiper-slide .rightContent img {
  width: 405px;
  border: 1px dotted #666;
}
.mainPC .newsContent {
  width: 1366px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mainPC .newsContent .newsList {
  width: 100%;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 5px;
}
.mainPC .newsContent .newsList:hover {
  color: #38add4;
}
.mainPC .recentDynamic {
  height: 580px;
  background: #f7f8fa;
  padding-top: 114px;
}
.mainPC .recentDynamic .title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #323233;
  margin-bottom: 48px;
}
.mainPC .recentDynamic .dynamicBox {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item {
  width: 330px;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item .item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item .item-title .title-txt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-left: 10px;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item .item-title i {
  margin-left: auto;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item .item-list {
  padding-top: 10px;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item .item-list a {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.mainPC .recentDynamic .dynamicBox .dynamic-item .item-list a:hover {
  color: #38add4;
}
.mainPC .bottomBanner {
  width: 100%;
  height: 500px;
  background-image: linear-gradient(-45deg, #053cb1, #6e95fc);
}
.mainPC .bottomBanner .bottomBannerContent {
  width: 1366px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
.mainPC .bottomBanner .bottomBannerContent .bottom-title {
  font-size: 40px;
  color: #fff;
}
.mainPC .bottomBanner .bottomBannerContent .bottom-info {
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
}
.mainPC .bottomBanner .bottomBannerContent .bottom-item-box {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
.mainPC .bottomBanner .bottomBannerContent .bottom-item-box .bottom-item {
  min-width: 200px;
}
.mainPC .bottomBanner .bottomBannerContent .bottom-item-box .bottom-item .item-value {
  font-size: 40px;
  color: #fff;
}
.mainPC .bottomBanner .bottomBannerContent .bottom-item-box .bottom-item .item-name {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.mainPC footer {
  width: 100%;
  height: 340px;
  background: #34383b;
  padding-top: 46px;
}
.mainPC footer .footerBox {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mainPC footer .footerBox .footer-item .item-title,
.mainPC footer .footerBox .footer-item a {
  font-size: 16px;
  font-weight: 600;
  color: #f8f8f8;
  margin-bottom: 20px;
  text-decoration: none;
}
.mainPC footer .footerBox .footer-item .item-title:hover,
.mainPC footer .footerBox .footer-item a:hover {
  color: #38add4;
}
.mainPC footer .footerBox .footer-item .item-list a {
  display: block;
  font-size: 14px;
  color: #e5e5e5;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.mainPC footer .footerBox .footer-item .item-list a:hover {
  color: #38add4;
}
.mainPC footer .copyright {
  width: 1366px;
  margin: 0 auto;
  font-size: 14px;
  color: #e5e5e5;
  text-align: center;
  margin-top: 60px;
}
.mainPC footer .copyright a {
  font-size: 14px;
  color: #38add4;
}
.mainPC .service {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 999;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 160px;
}
.mainPC .service:hover .service-info {
  color: #38add4;
}
.mainPC .service .service-title {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.mainPC .service .service-img {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.mainPC .service .service-img img {
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.mainPC .service .service-info {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
}
.mainPC .service .service-info img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mainPC .ContentDetail {
  width: 1366px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 20px 10px;
}
.mainMobile {
  min-width: auto;
  padding: 44px 0 50px;
  overflow-y: auto;
}
.mainMobile.topFixed {
  padding-top: 44px;
}
.mainMobile.topFixed header {
  height: 44px;
}
.mainMobile header {
  height: 44px;
}
.mainMobile .headerBox {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0 16px;
}
.mainMobile .headerBox .logo {
  width: 88px;
  margin-right: 0;
}
.mainMobile .headerBox .logo img {
  width: 100%;
}
.mainMobile .headerBox .menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 44px;
  left: 0;
  background: #fff;
  padding: 5px 16px;
  border-top: 1px solid #ddd;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.mainMobile .headerBox .menu .menu-item {
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainMobile .headerBox .menu .menu-item .menu-itme-txt,
.mainMobile .headerBox .menu .menu-item a {
  color: #323233;
  font-size: 18px;
  margin-right: 5px;
  transition: 0.2s;
  text-decoration: none;
}
.mainMobile .headerBox .menu .menu-item .menu-itme-txt:hover,
.mainMobile .headerBox .menu .menu-item a:hover {
  color: #38add4;
}
.mainMobile .headerBox .daohangIco {
  display: block;
}
.mainMobile .headerBox .daohangIco i {
  font-size: 20px;
}
.mainMobile .topBanner {
  width: 100%;
  height: 330px;
  cursor: pointer;
  background: url(/static/images/topbanner.png) no-repeat;
  background-size: cover;
  background-position: 82% center;
}
.mainMobile .topBanner .swiper-container {
  width: 100%;
  height: 100%;
}
.mainMobile .topBanner .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #38add4;
}
.mainMobile .topBanner .swiper-container .swiper-pagination-bullet-active {
  color: #333;
  background: #fff;
}
.mainMobile .topBanner .topBannerContent {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  text-align: center;
}
.mainMobile .topBanner .topBannerContent .top-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.mainMobile .topBanner .topBannerContent .top-info {
  margin: 23px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.mainMobile .topBanner .topBannerContent .top-info span {
  text-align: center;
}
.mainMobile .topBanner .topBannerContent .top-info span:first-child {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.mainMobile .topBanner .topBannerContent .top-info .topBanner-txt {
  height: 16px;
  line-height: 16px;
}
.mainMobile .topBanner .topBannerContent .top-btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #38add4;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.mainMobile .topBanner .topBannerContent .top-btn:hover {
  background: rgba(56, 173, 212, 0.8);
}
.mainMobile .centerBanner {
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.mainMobile .centerBanner .item-banner {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.mainMobile .centerBanner .item-banner .banner-left {
  width: 100%;
  position: absolute;
  top: 110px;
}
.mainMobile .centerBanner .item-banner .banner-left img {
  height: 110px;
}
.mainMobile .centerBanner .item-banner .banner-right {
  width: 100%;
  position: absolute;
  top: 0;
}
.mainMobile .centerBanner .item-banner .banner-right img {
  height: 110px;
}
.mainMobile .centerBanner .item-banner .banner-title {
  display: block;
  font-size: 16px;
  color: #323233;
  font-weight: bold;
}
.mainMobile .centerBanner .item-banner .banner-info {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #39393a;
}
.mainMobile .centerBanner .item-banner:nth-child(2) .banner-left {
  position: absolute;
  top: 0;
}
.mainMobile .centerBanner .item-banner:nth-child(2) .banner-right {
  position: absolute;
  top: 110px;
}
.mainMobile .supportInfo {
  width: 100%;
  height: 600px;
  background: url("/static/images/supportBg.png") 50% center no-repeat;
  padding-top: 50px;
}
.mainMobile .supportInfo .title {
  width: 240px;
  text-align: center;
  margin-bottom: 30px;
}
.mainMobile .supportInfo .title span {
  display: block;
}
.mainMobile .supportInfo .title .primary-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 5px;
}
.mainMobile .supportInfo .title .secondary-title {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
}
.mainMobile .supportInfo .supportInfoBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
.mainMobile .supportInfo .item-info {
  width: 145px;
  height: 188px;
  text-align: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 13px 10px;
}
.mainMobile .supportInfo .item-info-image {
  margin-bottom: 13px;
  height: 36px;
}
.mainMobile .supportInfo .item-info-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.mainMobile .supportInfo .item-info-info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  overflow: hidden;
  height: 90px;
}
.mainMobile .zoologyChain {
  margin-top: 45px;
  padding: 0 30px;
}
.mainMobile .zoologyChain .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #323233;
  margin-bottom: 24px;
}
.mainMobile .zoologyChain .tabBox .tabHeader {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mainMobile .zoologyChain .tabBox .tabHeader .tabItem {
  width: 33%;
  height: 34px;
  line-height: 32px;
  border: 1px solid #dcdee0;
  font-size: 12px;
  color: #323233;
  text-align: center;
  cursor: pointer;
  margin-right: -1px;
  transition: 0.3s;
}
.mainMobile .zoologyChain .tabBox .tabHeader .tabItem:first-child {
  border-radius: 12px 0 0 12px;
  border-right: 1px solid #dcdee0;
}
.mainMobile .zoologyChain .tabBox .tabHeader .tabItem:last-child {
  border-radius: 0 12px 12px 0;
  border-left: 1px solid #dcdee0;
}
.mainMobile .zoologyChain .tabBox .tabHeader .tabItem:hover,
.mainMobile .zoologyChain .tabBox .tabHeader .tabItem.active {
  background: #38add4;
  color: #fff;
}
.mainMobile .zoologyChain .tabBox .tabContent {
  width: 100%;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container {
  width: 100%;
  height: 380px;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
  right: 0;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next:hover {
  background: #38add4;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next:hover::after {
  color: #fff;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-next::after {
  font-size: 12px;
  color: #c8c9cc;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
  left: 0;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev:hover {
  background: #38add4;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev:hover::after {
  color: #fff;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-container .swiper-button-prev::after {
  font-size: 20px;
  color: #c8c9cc;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide .leftContent {
  width: 100%;
  text-align: center;
  margin-right: 0;
  position: absolute;
  bottom: 0;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide .leftContent span {
  display: block;
  text-align: center;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide .leftContent .title {
  font-size: 16px;
  color: #323233;
  margin-bottom: 10px;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide .leftContent .info {
  font-size: 12px;
  color: #323233;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide .rightContent {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.mainMobile .zoologyChain .tabBox .tabContent .swiper-slide .rightContent img {
  height: 240px;
  width: auto;
  border: 1px dotted #666;
}
.mainMobile .zoologyChain .clickHref {
  margin-bottom: 30px;
}
.mainMobile .zoologyChain .clickHref .tabHeader {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mainMobile .zoologyChain .clickHref .tabHeader .tabItem {
  height: 34px;
  line-height: 32px;
  border: 1px solid #dcdee0;
  font-size: 12px;
  color: #323233;
  text-align: center;
  cursor: pointer;
  margin-right: -1px;
  transition: 0.3s;
  flex: auto;
}
.mainMobile .zoologyChain .clickHref .tabHeader .tabItem:first-child {
  border-right: 1px solid #dcdee0;
}
.mainMobile .zoologyChain .clickHref .tabHeader .tabItem:last-child {
  border-left: 1px solid #dcdee0;
}
.mainMobile .zoologyChain .clickHref .tabHeader .tabItem:hover,
.mainMobile .zoologyChain .clickHref .tabHeader .tabItem.active {
  background: #38add4;
  color: #fff;
}
.mainMobile .zoologyChain .clickHref .tabContent {
  width: 100%;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container {
  width: 100%;
  height: 380px;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
  right: 0;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next:hover {
  background: #38add4;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next:hover::after {
  color: #fff;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-next::after {
  font-size: 12px;
  color: #c8c9cc;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(200, 201, 204, 0.32);
  border-radius: 50%;
  transition: 0.2s;
  left: 0;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev:hover {
  background: #38add4;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev:hover::after {
  color: #fff;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-container .swiper-button-prev::after {
  font-size: 20px;
  color: #c8c9cc;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide .leftContent {
  width: 100%;
  text-align: center;
  margin-right: 0;
  position: absolute;
  bottom: 0;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide .leftContent span {
  display: block;
  text-align: center;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide .leftContent .title {
  font-size: 16px;
  color: #323233;
  margin-bottom: 10px;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide .leftContent .info {
  font-size: 12px;
  color: #323233;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide .rightContent {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.mainMobile .zoologyChain .clickHref .tabContent .swiper-slide .rightContent img {
  height: 240px;
  width: auto;
  border: 1px dotted #666;
}
.mainMobile .newsContent {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
.mainMobile .newsContent .newsList {
  width: 100%;
  line-height: 30px;
  color: #333;
  font-size: 12px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 5px;
}
.mainMobile .newsContent .newsList:hover {
  color: #38add4;
}
.mainMobile .recentDynamic {
  height: auto;
  background: #f7f8fa;
  padding-top: 50px;
}
.mainMobile .recentDynamic .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #323233;
  margin-bottom: 10px;
}
.mainMobile .recentDynamic .dynamicBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item {
  width: 100%;
  margin-bottom: 30px;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item .item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item .item-title .title-txt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-left: 10px;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item .item-title i {
  margin-left: auto;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item .item-list {
  padding-top: 10px;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item .item-list a {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.mainMobile .recentDynamic .dynamicBox .dynamic-item .item-list a:hover {
  color: #38add4;
}
.mainMobile .bottomBanner {
  width: 100%;
  height: 635px;
  background-image: linear-gradient(-45deg, #053cb1, #6e95fc);
}
.mainMobile .bottomBanner .bottomBannerContent {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.mainMobile .bottomBanner .bottomBannerContent .bottom-title {
  font-size: 30px;
  color: #fff;
}
.mainMobile .bottomBanner .bottomBannerContent .bottom-info {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}
.mainMobile .bottomBanner .bottomBannerContent .bottom-item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6 0px;
}
.mainMobile .bottomBanner .bottomBannerContent .bottom-item-box .bottom-item {
  min-width: 50%;
  width: 50%;
  margin-bottom: 80px;
}
.mainMobile .bottomBanner .bottomBannerContent .bottom-item-box .bottom-item .item-value {
  font-size: 36px;
  color: #fff;
}
.mainMobile .bottomBanner .bottomBannerContent .bottom-item-box .bottom-item .item-name {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.mainMobile footer {
  display: none;
}
.mainMobile .service {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  background: #38add4;
  border: none;
  border-radius: 0;
  width: 100%;
}
.mainMobile .service:hover .service-info {
  color: #fff;
}
.mainMobile .service .service-title {
  display: none;
}
.mainMobile .service .service-img {
  display: none;
}
.mainMobile .service .service-info {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 18px;
  font-weight: normal;
  justify-content: center;
  color: #fff;
}
.mainMobile .service .service-info img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mainMobile .ContentDetail {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  padding: 20px 10px;
}
.mainMobile .ContentDetail img {
  width: 100%;
}
