@charset "UTF-8";
* {
  font-family: "微软雅黑",Arial,"Helvetica Neue",Helvetica,"sans-serif";
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

input, button, textarea {
  outline: none;
  border: none;
}

html, body {
  background-color: #fff;
  background: none;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bg-ff {
  background-color: #fff;
}

.bg-f4 {
  background-color: #f4f4f4;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.minW {
  min-width: 1200px;
}

/* 轮播左右切换按钮样式--start */
.swiper-prev-btn, #partner-list.scroll_horizontal .prev, .tech-team .mutilrow-swiper .prev-btn {
  background-image: url(../image/icon_arrow_lg.png);
}

.swiper-prev-btn:hover, #partner-list.scroll_horizontal .prev:hover, .tech-team .mutilrow-swiper .prev-btn:hover {
  background-image: url(../image/icon_arrow_lb.png);
}

.swiper-next-btn, #partner-list.scroll_horizontal .next, .tech-team .mutilrow-swiper .next-btn {
  background-image: url(../image/icon_arrow_rg.png);
}

.swiper-next-btn:hover, #partner-list.scroll_horizontal .next:hover, .tech-team .mutilrow-swiper .next-btn:hover {
  background-image: url(../image/icon_arrow_rb.png);
}

.swiper-next-btn, #partner-list.scroll_horizontal .next, .tech-team .mutilrow-swiper .next-btn, .swiper-prev-btn, #partner-list.scroll_horizontal .prev, .tech-team .mutilrow-swiper .prev-btn {
  z-index: 20;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

/* 轮播左右切换按钮样式--end */
.website-title {
  text-align: center;
}

.website-title.product-bingou-title p {
  margin-top: 25px;
}

.website-title h2 {
  font-size: 34px;
  color: #000;
}

.website-title p {
  color: #999;
  font-size: 18px;
  margin-top: 5px;
}

.website-title.ff p, .website-title.ff h2 {
  color: #fff;
}

.nav {
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 99;
}

.nav .logo img {
  height: 44px;
  width: 150px;
}

.nav .nav-list .item {
  float: left;
  position: relative;
}

.nav .nav-list .item.selected > a {
  color: #2f82fe;
}

.nav .nav-list .item > a {
  height: 100%;
  display: inline-block;
  padding: 0 34px;
}

.nav .nav-list .item:hover:not(.selected) > a {
  color: #2f82fe;
}

.nav .nav-list .item:hover .second-level {
  display: block;
}

.nav .nav-list .item:hover .second-level a:hover {
  color: #2f82fe;
}

.nav .nav-list .item a {
  font-size: 18px;
  color: #545454;
}

.nav .nav-list .item .second-level {
  position: absolute;
  line-height: normal;
  left: 0;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-top: 2px solid transparent;
  background-clip: content-box;
  display: none;
}

.nav .nav-list .item .second-level a {
  display: block;
  line-height: 40px;
  text-align: center;
}

.webiste-banner {
  width: 100%;
  height: 700px;
}

@media screen and (min-width: 1600px) {
  #website-banner1.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    right: 8%;
  }
}

#website-banner1.layui-carousel {
  min-width: 1200px;
}

#website-banner1.layui-carousel .layui-carousel-arrow {
  left: auto;
  right: 20px;
  width: 80px;
  height: 73px;
  border-radius: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
}

#website-banner1.layui-carousel .layui-carousel-arrow:hover {
  color: #fff;
}

#website-banner1.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
  margin-top: -73px;
}

#website-banner1.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]::before {
  content: "";
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
}

#website-banner1.layui-carousel .layui-carousel-ind ul {
  background-color: transparent;
  transition-duration: unset;
}

#website-banner1.layui-carousel .layui-carousel-ind ul li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
}

#website-banner1.layui-carousel .layui-carousel-ind ul li.layui-this {
  width: 40px;
  border-radius: 6px;
}

#website-banner1.layui-carousel .layui-carousel-ind li {
  transition-duration: unset;
}

#website-banner1 .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-size: auto 100%;
}

#website-banner1 .item img {
  height: 100%;
  width: auto;
}

.notice-list {
  padding: 45px 0;
  height: 200px;
}

.notice-list .container {
  background-image: url(../image/icon_notice.png);
  background-repeat: no-repeat;
  /* background-position: left center; */
  /* background-size: 18px; */
  padding-left: 30px;
  position: relative;
}

.notice-list .item {
  float: left;
  font-size: 18px;
  margin-right: 80px;
}

.notice-list span {
  color: #666;
  position: relative;
  display: inline-block;
  top: -4px;
  z-index: 111;
}

.notice-list span::after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background-color: #2f82fe;
  margin-left: 40%;
  margin-top: 5px;
}

.notice-list .item {
  /* display: inline-block;
  max-width: 370px; */
  font-size: 18px;
  color: #333;
}

.notice-list .item:hover {
  color: #2f82fe;
}

.notice-list .more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #999;
}

.notice-list .more:hover {
  color: #2f82fe;
}

.about-huineng {
  padding: 116px 0;
}

.about-huineng .left {
  width: 740px;
  padding-right: 40px;
  height: 360px;
  text-align: right;
}

.about-huineng .left h2, .about-huineng .left p {
  text-align: left;
}

.about-huineng .left h2 {
  color: #000;
  font-size: 34px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 35px;
}

.about-huineng .left h2 span {
  font-size: 18px;
  color: #999;
  display: inline-block;
  margin-left: 10px;
}

.about-huineng .left h2::before {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 5px;
  width: 3px;
  content: "";
  display: inline-block;
  background-color: #2f82fe;
}

.about-huineng .left .content {
  height: 327px;
  overflow: auto;
}

.about-huineng .left p {
  color: #666;
  text-indent: 2em;
  font-size: 18px;
  line-height: 36px;
}

.about-huineng .left p:not(:first-of-type) {
  margin-top: 18px;
}

.about-huineng .left .more {
  width: 76px;
  height: 32px;
  background-image: url(../image/moreb.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-top: 20px;
}

.about-huineng .left .more:hover {
  background-image: url(../image/morey.png);
}

.about-huineng .right {
  width: 460px;
  height: 460px;
}

.about-huineng .right img {
  width: 100%;
  height: 100%;
}

.centre-advantage {
  padding: 120px 0;
}

.centre-advantage ul {
  margin-top: 80px;
}

.centre-advantage ul li {
  float: left;
  width: 33.3%;
  padding-top: 150px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../image/icon_centre1_b.png);
  background-position: top center;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}

.centre-advantage ul li.two {
  background-image: url(../image/icon_centre2_b.png);
}

.centre-advantage ul li.three {
  background-image: url(../image/icon_centre3_b.png);
}

.centre-advantage ul li h2 {
  color: #000;
  font-size: 28px;
  text-align: center;
}

.centre-advantage ul li p {
  color: #999;
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.centre-advantage ul li:hover {
  background-image: url(../image/icon_centre1_y.png);
}

.centre-advantage ul li:hover.two {
  background-image: url(../image/icon_centre2_y.png);
}

.centre-advantage ul li:hover.three {
  background-image: url(../image/icon_centre3_y.png);
}

.do-serve {
  background-image: url(../image/serve_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f4f4f4;
  padding: 120px 0;
}

.do-serve ul {
  margin-top: 100px;
}

.do-serve ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 20px;
}

.do-serve ul li h2 {
  font-size: 70px;
  color: #ffcf68;
  position: relative;
}

.do-serve ul li h2 .icon-add {
  position: absolute;
  right: 32px;
  top: -20px;
  font-size: 40px;
}

.do-serve ul li p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.do-serve .serve-video {
  width: 100%;
  height: 320px;
  display: block;
  background-image: url(../image/serve_video.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 100px;
  position: relative;
}

.do-serve .serve-video::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  background-image: url(../image/icon_play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tech-team {
  padding: 120px 0;
}

.tech-team .container {
  position: relative;
}

.tech-team .content {
  position: relative;
  width: 960px;
  margin-top: 100px;
  margin-left: 240px;
}

.tech-team .content .person-msg {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(125, 125, 125, 0.3);
  height: 300px;
  padding: 40px 50px;
  padding-left: 80px;
}

.tech-team .content .person-msg h2 {
  font-size: 30px;
  color: #000;
}

.tech-team .content .person-msg p {
  font-size: 18px;
  line-height: 30px;
}

.tech-team .content .person-msg .brief {
  margin-top: 14px;
  margin-bottom: 34px;
  color: #545454;
}

.tech-team .content .person-msg .person-detail {
  color: #999;
}

.tech-team .person-photo {
  position: absolute;
  left: 0;
  top: 275px;
  width: 306px;
  height: 380px;
}

.tech-team .person-photo img {
  width: 100%;
  height: 100%;
}

#person-carousel {
  width: 870px;
  margin-left: 90px;
  margin-top: 22px;
  background-color: transparent;
  height: 170px;
  padding: 0;
}

#person-carousel .box {
  width: 704px;
  height: 170px;
  overflow-x: hidden;
  overflow-y: auto;
}

#person-carousel .box .list li {
  width: 188px;
  height: 170px;
  text-align: left;
}

#person-carousel .box .list li img {
  width: 140px;
  height: 100%;
  opacity: 0.6;
  transition: opacity 1s;
}

#person-carousel .box .list li img:hover {
  opacity: 1;
}

#person-carousel .box .list li.selected img {
  opacity: 1;
}

#person-carousel .box .list li .hidden-msg {
  display: none;
}

#person-carousel .next, #person-carousel .prev {
  width: 38px;
  height: 38px;
  z-index: 99;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -19px;
}

#person-carousel .next {
  right: 0;
  background-image: url(../image/icon_arrow_rg.png);
}

#person-carousel .next:hover {
  background-image: url(../image/icon_arrow_rb.png);
}

#person-carousel .prev {
  left: 0;
  background-image: url(../image/icon_arrow_lg.png);
}

#person-carousel .prev:hover {
  background-image: url(../image/icon_arrow_lb.png);
}

.news-container {
  padding: 120px 0;
  padding-bottom: 30px;
  border-top: 1px solid #e9e9e9;
}

.news-container.firm-news {
  padding-top: 0;
  padding-bottom: 140px;
}

.news-container.firm-news .news-list {
  margin-top: 0;
}

.news-container.news-detail {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-container.firm-news .news-list .item:last-of-type, .news-container.firm-notice .news-list .item:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}

.news-container .news-list {
  margin-top: 100px;
}

.news-container .news-list.firm-notice .item .left .content {
  min-height: auto;
}

.news-container .news-list.firm-notice .item:hover .left .content h2 {
  text-decoration: none;
}

.news-container .news-list .item {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 0;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.news-container .news-list .item:last-of-type {
  border-bottom: none;
}

.news-container .news-list .item:hover .left .content h2 {
  color: #2f82fe;
  text-decoration: underline;
}

.news-container .news-list .item .left img {
  width: 176px;
  height: 120px;
  margin-right: 14px;
}

.news-container .news-list .item .left .content {
  width: 1010px;
  position: relative;
  min-height: 120px;
}

.news-container .news-list .item .left .content.w100 {
  width: 100%;
}

.news-container .news-list .item .left .content h2 {
  font-size: 24px;
  color: #000;
}

.news-container .news-list .item .left .content p {
  color: #999;
  font-size: 18px;
  line-height: 30px;
  margin-top: 6px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-container .news-list .item .left .content span {
  color: #999;
  font-size: 14px;
  display: inline-block;
  padding-left: 17px;
  background-image: url(../image/icon_new_type.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  margin-top: 40px;
}

.news-container .news-list .item .left .content .c-time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-container .news-list .item .left .content .c-time span.time {
  padding-left: 19px;
  background-image: url(../image/icon_new_time.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #999;
  font-size: 14px;
}

.news-container .news-list .item .right {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding-left: 19px;
  background-image: url(../image/icon_new_time.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #999;
  font-size: 14px;
}

#parternal-carousel {
  margin-top: 100px;
}

#parternal-carousel.layui-carousel {
  background-color: transparent;
}

#parternal-carousel.layui-carousel .item {
  background-color: transparent;
}

#parternal-carousel.layui-carousel .layui-carousel-ind ul {
  background-color: transparent;
  transition-duration: unset;
}

#parternal-carousel.layui-carousel .layui-carousel-ind ul li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #ddd;
}

#parternal-carousel.layui-carousel .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}

#parternal-carousel.layui-carousel .layui-carousel-ind li {
  transition-duration: unset;
}

#parternal-carousel.layui-carousel .layui-carousel-arrow {
  display: none;
}

#parternal-carousel.layui-carousel [carousel-item]:before {
  display: none;
}

#parternal-carousel .item .logo-item {
  width: 20%;
  float: left;
  text-align: center;
  padding: 10px;
  box-shadow: inset 0 0 0 1px #ddd;
  border: 10px solid transparent;
  height: 140px;
  display: inline-block;
}

#parternal-carousel .item .logo-item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.footer .up {
  background-color: #2c2c2c;
  padding: 60px 0;
  padding-bottom: 40px;
}

.footer .up h2 {
  color: #fff;
  font-size: 20px;
}

.footer .up .content {
  margin-top: 25px;
}

.footer .up ul {
  float: left;
}

.footer .up ul.one {
  width: 420px;
}

.footer .up ul.two {
  width: 200px;
  margin-left: 70px;
}

.footer .up ul li {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
}

.footer .up .code {
  float: right;
}

.footer .up .code .item {
  float: left;
  margin: 0 10px;
}

.footer .up .code .item img {
  width: 120px;
  height: 120px;
}

.footer .up .code .item p {
  font-size: 14px;
  color: #5d5d5d;
  text-align: center;
  margin-top: 8px;
}

.footer .dw {
  background: #272727;
  padding: 16px 0;
}

.footer .dw p {
  color: #5d5d5d;
  text-align: center;
  font-size: 12px;
}

.product-banner {
  background-image: url(../image/product_bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  padding: 30px 0;
  text-align: center;
}

.product-banner.bingou {
  background-image: url(../image/product_bg2.png);
}

.product-banner.yeahgo {
  background-image: url(../image/product_bg3.png);
}

.product-banner .left, .product-banner .right {
  display: inline-block;
  vertical-align: top;
}

.product-banner .left {
  margin-right: 60px;
}

.product-banner .left img {
  max-width: 586px;
  height: auto;
  max-height: 445px;
}

.product-banner .right {
  margin-top: 40px;
}

.product-banner .right .up img {
  width: 86px;
  height: 86px;
}

.product-banner .right .up .content {
  margin-left: 15px;
  text-align: left;
}

.product-banner .right .up .content h2 {
  font-size: 34px;
  color: #fff;
}

.product-banner .right .up .content p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.product-banner .right .dw {
  margin-top: 25px;
}

.product-banner .right .dw > img {
  width: 210px;
  height: 210px;
}

.product-banner .right .dw .content {
  margin-left: 20px;
}

.product-banner .right .dw .content .download-btn {
  background-color: #fff;
  width: 318px;
  height: 62px;
  line-height: 62px;
  display: block;
  border-radius: 32px;
  margin-top: 23px;
  font-size: 22px;
  text-align: center;
  color: #3161ff;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  padding-left: 34px;
}

.product-banner .right .dw .content .download-btn:hover {
  text-decoration: underline;
}

.product-banner .right .dw .content .download-btn:not(:first-of-type) {
  margin-top: 40px;
}

.product-banner .right .dw .content .download-btn.ios {
  background-image: url(../image/icon_ios.png);
  background-position: 64px center;
}

.product-banner .right .dw .content .download-btn.and {
  color: #54b636;
  background-image: url(../image/icon_android.png);
  background-position: 60px center;
}

.product-nav {
  height: 80px;
  line-height: 80px;
}

.product-nav a {
  display: block;
  width: 25%;
  text-align: center;
  float: left;
  font-size: 20px;
  color: #666;
}

.product-nav a.selected, .product-nav a:hover {
  color: #2f82fe;
}

.product-nav.w3 a {
  width: 33.3%;
}

.product-nav.w4 a {
  width: 20%;
}

.product-nav.border-b {
  border-bottom: 1px solid #e9e9e9;
}

.product-tool {
  padding: 120px 0;
}

.product-tool .tool-list {
  margin-top: 120px;
}

.product-tool .tool-list .item {
  float: left;
  width: 280px;
  background-color: #fff;
  margin-right: 26px;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
}

.product-tool .tool-list .item:last-of-type {
  margin-right: 0;
}

.product-tool .tool-list .item img {
  width: 90px;
  height: 90px;
}

.product-tool .tool-list .item h2 {
  font-size: 24px;
  color: #000;
  margin-top: 32px;
}

.product-tool .tool-list .item p {
  color: #999;
  font-size: 16px;
  margin-top: 22px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-ad {
  background-image: url(../image/product_ad_bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.product-ad .container {
  text-align: center;
  font-size: 40px;
  color: #fff;
  height: 240px;
  line-height: 240px;
  position: relative;
}

.product-ad .container .pr-arrow {
  position: absolute;
  bottom: -75px;
  left: 50%;
  margin-left: -75px;
}

.product-intro {
  padding: 120px 0;
}

.product-intro .img {
  width: 600px;
}

.product-intro .img img {
  max-width: 100%;
}

.product-intro .content {
  width: 520px;
  height: 100%;
  margin-top: 135px;
}

.product-intro .content h2 {
  font-size: 40px;
  color: #000;
}

.product-intro .content p {
  margin-top: 40px;
  font-size: 22px;
  color: #999;
  line-height: 36px;
}

.product-equity {
  padding: 120px 0;
}

.product-equity .equity-list {
  margin-top: 100px;
}

.product-equity .equity-list .item {
  float: left;
  width: 255px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 60px;
  padding-left: 22px;
  padding-right: 22px;
  background-repeat: no-repeat;
}

.product-equity .equity-list .item:last-of-type {
  margin-right: 0;
}

.product-equity .equity-list .item:nth-of-type(2n) {
  padding-top: 135px;
  padding-bottom: 45px;
  margin-top: 80px;
  background-position: right top;
}

.product-equity .equity-list .item:nth-of-type(2n+1) {
  padding-bottom: 135px;
  padding-top: 45px;
  background-position: right bottom;
}

.product-equity .equity-list .item h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffab44;
}

.product-equity .equity-list .item p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
}

.product-equity .equity-list .item.one {
  background-image: url(../image/bingou_bg1.png);
}

.product-equity .equity-list .item.two {
  background-image: url(../image/bingou_bg2.png);
}

.product-equity .equity-list .item.three {
  background-image: url(../image/bingou_bg3.png);
}

.product-equity .equity-list .item.four {
  background-image: url(../image/bingou_bg4.png);
}

.yeahgo_foot_bg{
  width: 100%; height: 200px;
  background:url("../image/yg_bg.png"); background-size: 100% 100%;
}

.yeahgo_foot_bg .product-yeahgo-title p{
  font-size: 24px; color: #FFF; margin: auto; padding-top: 70px;
}

.product-video {
  padding: 120px 0;
}

.product-video .video-box {
  margin-top: 110px;
  display: block;
  position: relative;
}

.product-video .video-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
}

.bingou-carousel {
  padding-bottom: 100px;
}

#product-bingou-carousel.layui-carousel {
  background-color: transparent;
}

#product-bingou-carousel.layui-carousel .item {
  background-color: transparent;
}

#product-bingou-carousel.layui-carousel .layui-carousel-ind ul {
  background-color: transparent;
  transition-duration: unset;
}

#product-bingou-carousel.layui-carousel .layui-carousel-ind ul li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #ddd;
}

#product-bingou-carousel.layui-carousel .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}

#product-bingou-carousel.layui-carousel .layui-carousel-ind li {
  transition-duration: unset;
}

#product-bingou-carousel.layui-carousel .layui-carousel-arrow {
  display: none;
}

#product-bingou-carousel.layui-carousel [carousel-item]:before {
  display: none;
}

#product-bingou-carousel .item .product-item {
  float: left;
  width: 280px;
  margin-right: 26px;
  margin-top: 20px;
  border: 1px solid #dedede;
  padding: 5px;
}

#product-bingou-carousel .item .product-item:nth-of-type(4n) {
  margin-right: 0;
}

#product-bingou-carousel .item .product-item .img {
  width: 266px;
  height: 266px;
  margin: 0 auto;
  line-height: 266px;
  text-align: center;
}

#product-bingou-carousel .item .product-item .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#product-bingou-carousel .item .product-item .logo {
  height: 64px;
  text-align: center;
}

#product-bingou-carousel .item .product-item .logo img {
  max-height: 100%;
  max-width: 100%;
}

#product-bingou-carousel .item .product-item p {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 10px 0 15px;
}

.news-banner {
  background-image: url(../image/news_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #f4f4f4;
  height: 390px;
}

.news-banner .container {
  padding-top: 100px;
}

.news-banner .container h2 {
  color: #fff;
  font-size: 72px;
}

.news-banner .container p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}

.news-banner.brief-banner {
  background-image: url(../image/brief_banner.png);
}

.news-banner.contact-banner {
  background-image: url(../image/contact.png);
}

.website-page {
  text-align: center;
}

.website-page .layui-laypage {
  user-select: none;
}

.website-page .layui-laypage a:hover {
  color: #2f82fe;
}

.website-page .layui-laypage a, .website-page .layui-laypage span {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 18px;
  color: #999;
}

.website-page .layui-laypage a:hover, .website-page .layui-laypage span:hover {
  background-color: #2f82fe;
  color: #fff;
  border-color: transparent;
}

.website-page .layui-laypage .layui-laypage-next, .website-page .layui-laypage .layui-laypage-prev {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  height: 50px;
  font-size: 0;
}

.website-page .layui-laypage .layui-laypage-next:hover, .website-page .layui-laypage .layui-laypage-prev:hover {
  background-color: #2f82fe;
}

.website-page .layui-laypage .layui-laypage-next {
  background-image: url(../image/icon_next.png);
}

.website-page .layui-laypage .layui-laypage-next:hover {
  background-image: url(../image/icon_next_white.png);
}

.website-page .layui-laypage .layui-laypage-prev {
  background-image: url(../image/icon_prev.png);
}

.website-page .layui-laypage .layui-laypage-prev:hover {
  background-image: url(../image/icon_prev_white.png);
}

.website-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: inherit;
}

.firm-news .website-page {
  margin-top: 80px;
}

.news-detail .container > h2 {
  font-size: 34px;
  color: #000;
}

.news-detail .container > p {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.news-detail .container .content {
  margin-top: 50px;
}

.news-detail .container .content p {
  font-size: 20px;
  color: #333;
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.news-detail .container .content img {
  max-width: 100%;
}

.news-btn {
  margin-top: 100px;
}

.news-btn .btn {
  width: 400px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #efefef;
  position: relative;
}

.news-btn .btn .box {
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 100%;
}

.news-btn .btn .box p {
  color: #333;
  font-size: 18px;
}

.news-btn .btn .box span {
  font-size: 14px;
  display: none;
}

.news-btn .btn:hover {
  background-color: #2f82fe;
}

.news-btn .btn:hover .box {
  margin-top: -21px;
}

.news-btn .btn:hover .box p, .news-btn .btn:hover .box span {
  color: #fff;
}

.news-btn .btn:hover .box span {
  display: block;
}

.firm-brief {
  border-top: 1px solid #e9e9e9;
  padding-top: 70px;
  padding-bottom: 100px;
}

.firm-brief .firm-title {
  font-size: 70px;
  font-weight: bold;
  color: #eee;
  border-bottom: 1px solid #2f82fe;
}

.firm-brief .content .left {
  width: 620px;
}

.firm-brief .content .left p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.firm-brief .content .left p span {
  color: #2f82fe;
  font-size: inherit;
}

.firm-brief .content .right {
  width: 560px;
  height: 444px;
  margin-top: 76px;
}

.firm-brief .content .right img {
  width: 100%;
  height: 100%;
}

.brief-worth {
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../image/worth_bg.png);
}

.brief-worth .left {
  width: 640px;
  border: 6px solid #fff;
  min-height: 560px;
  padding: 30px;
  padding-right: 160px;
  padding-top: 140px;
}

.brief-worth .left h2 {
  color: #fff;
  font-size: 40px;
}

.brief-worth .left p {
  color: #fff;
  font-size: 18px;
  text-align: justify;
  margin-top: 38px;
  line-height: 30px;
}

.brief-worth .right {
  width: 430px;
}

.brief-worth .right .item {
  margin-bottom: 50px;
}

.brief-worth .right .item img {
  margin-top: 5px;
}

.brief-worth .right .item img, .brief-worth .right .item .content {
  float: left;
}

.brief-worth .right .item .content {
  margin-left: 12px;
  max-width: 370px;
}

.brief-worth .right .item .content h2 {
  color: #fff;
  font-size: 20px;
}

.brief-worth .right .item .content p {
  font-size: 16px;
  color: #999;
  margin-top: 3px;
}

.firm-layout {
  padding: 120px 0;
  padding-bottom: 40px;
}

.firm-layout .content {
  margin-top: 120px;
}

.firm-layout .item {
  float: left;
  width: 310px;
  text-align: center;
  margin-bottom: 90px;
  padding: 0 35px;
}

.firm-layout .item:nth-of-type(3n-1) {
  margin-left: 85px;
  margin-right: 85px;
}

.firm-layout .item img {
  width: 210px;
  height: 210px;
}

.firm-layout .item h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: -12px;
}

.firm-layout .item p {
  color: #666;
  font-size: 16px;
  margin-top: 15px;
}

.firm-team {
  padding: 120px 0;
}

.firm-team .content {
  margin-top: 100px;
}

.firm-team .content .left {
  width: 570px;
  height: 710px;
  position: relative;
}

.firm-team .content .member-msg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(13, 102, 235, 0.95);
  padding: 24px;
  color: #fff;
  display: none;
}

.firm-team .content .member-msg h2 {
  font-size: 30px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}

.firm-team .content .member-msg > p {
  font-size: 18px;
  margin-top: 15px;
}

.firm-team .content .member-msg .dw {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}

.firm-team .content .member-msg .dw p {
  font-size: 14px;
  margin-top: 12px;
}

.firm-team .content .right {
  width: 630px;
}

.firm-team .content .right .item {
  width: 305px;
  height: 350px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.firm-team .content .right .item .member-msg .dw {
  max-height: 240px;
  overflow: hidden;
}

.firm-team .content .right .item .member-msg, .firm-team .content .right .item .member-msg .dw {
  padding: 18px;
}

.firm-team .content .left img, .firm-team .content .right img {
  width: 100%;
  height: 100%;
}

.firm-team .content .left:hover .member-msg, .firm-team .content .right .item:hover .member-msg {
  display: block;
}

.firm-honor {
  padding: 120px 0;
}

.firm-honor .content {
  margin-top: 100px;
}

.firm-honor .content .item {
  float: left;
  width: 270px;
  height: 338px;
  line-height: 258px;
  background-color: #f3f3f3;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
}

.firm-honor .content .item:nth-of-type(4n) {
  margin-right: 0;
}

.firm-honor .content .item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.firm-honor .content .item .honor-msg {
  line-height: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(13, 102, 235, 0.95);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 50px 30px;
  text-align: left;
  display: none;
}

.firm-honor .content .item:hover .honor-msg {
  display: block;
}

.contact-content {
  padding: 70px 0;
}

.contact-content .txt-box h2 {
  margin-top: 89px;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.contact-content .txt-box p {
  line-height: 30px;
}

.contact-content .txt-box p:first-of-type {
  text-indent: 2em;
}

.contact-content .txt-box p a {
  color: #2f82fe;
}

.contact-content .txt-box p a:hover {
  text-decoration: underline;
}

.contact-content .img-list {
  margin-top: 45px;
  text-align: center;
}

.contact-content .img-list .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 73px;
}

.contact-content .img-list .item img {
  width: 150px;
  height: 150px;
}

.contact-content .img-list .item p {
  font-size: 16px;
  color: #999;
}

.firm-map {
  margin-top: 100px;
}

.firm-map ul {
  padding-top: 50px;
  border-top: 1px solid #dedede;
}

.firm-map ul li {
  float: left;
  line-height: 35px;
  width: 300px;
}

.firm-map ul li:nth-of-type(3n-1) {
  width: 500px;
  margin: 0 50px;
}

.firm-map img, .firm-map #map-container {
  margin-top: 10px;
  width: 100%;
  height: 445px;
}

.submit-form {
  margin-top: 80px;
}

.submit-form h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}

.submit-form .tips {
  display: block;
  color: #ff0000;
  font-size: 16px;
  line-height: normal;
}

.submit-form .tips.dis {
  display: none;
}

.submit-form .input-item {
  line-height: 60px;
}

.submit-form .input-item .left {
  color: #666;
  font-size: 16px;
}

.submit-form .input-item .center input {
  border: 1px solid #dedede;
  padding: 0 10px;
  height: 40px;
  width: 340px;
}

.submit-form .input-item > span {
  color: #ff0000;
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}

.submit-form .input-item:first-of-type {
  margin-right: 106px;
}

.submit-form .textarea-item {
  margin-top: 40px;
}

.submit-form .textarea-item .left {
  font-size: 16px;
  color: #666;
}

.submit-form .textarea-item .right .area-box {
  position: relative;
}

.submit-form .textarea-item .right textarea {
  width: 880px;
  height: 175px;
  border: 1px solid #dedede;
  padding: 10px;
}

.submit-form .textarea-item .right .area-limit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  color: #999;
}

.submit-form .textarea-item .right .tips {
  margin-top: 5px;
}

.form-submit-btn {
  width: 300px;
  height: 64px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 64px;
  text-align: center;
  background-color: #2f82fe;
  margin-top: 40px;
}

#serve-video {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 996;
}

#serve-video .bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 998;
}

#serve-video .content {
  position: relative;
  display: inline-block;
}

#serve-video .source {
  z-index: 999;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  display: inline-block;
  text-align: center;
}

#serve-video .source .close {
  position: absolute;
  right: -28px;
  top: -28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 23px;
}

#serve-video .source video {
  max-width: 100%;
  max-height: 100%;
}

.back-top {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 50px;
  left: auto;
  top: auto;
  margin: 0;
  width: 80px;
  height: 80px;
  z-index: 900;
  border-radius: 50%;
  transform: rotate(45deg);
}

.back-top.layui-carousel-arrow {
  opacity: 1;
}

.back-top::after {
  content: "";
  width: 40%;
  height: 40%;
  border: 3px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16%;
  margin-left: -15%;
}

/* 2019-10-28 */
.website-bold-title {
  text-align: center;
}

.website-bold-title h2 {
  font-weight: bold;
  font-size: 34px;
  color: #595961;
}

.website-bold-title p {
  font-size: 16px;
  color: #cfcfcf;
  margin-top: 5px;
}

.website-bold-title.decora h2::before {
  background-image: url(../image/2019-10-28/icon_bg_l.png);
  margin-right: 20px;
}

.website-bold-title.decora h2::after {
  background-image: url(../image/2019-10-28/icon_bg_r.png);
  margin-left: 20px;
}

.website-bold-title.decora h2::before, .website-bold-title.decora h2::after {
  width: 130px;
  content: "";
  display: inline-block;
  height: 23px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#website-banner1.layui-carousel.none-arrow .layui-carousel-arrow {
  display: none;
}

.about-huineng {
  border-top: 1px solid #e9e9e9;
}

.huineng-advantage {
  background-color: #f1f1f5;
  padding: 90px 0;
}

.huineng-advantage .content {
  margin-top: 90px;
  padding-right: 50px;
  padding-left: 50px;
}

.huineng-advantage .content .left {
  width: 260px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}

.huineng-advantage .content .left .item {
  padding: 30px;
  height: 140px;
}

.huineng-advantage .content .left .item.selected {
  border-radius: 12px;
  width: 300px;
  margin-left: -20px;
  padding: 30px 50px;
  background-image: url(../image/2019-10-28/advantage_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat-y;
  box-shadow: 0px 0px 8px rgba(47, 130, 254, 0.5);
}

.huineng-advantage .content .left .item.selected h2, .huineng-advantage .content .left .item.selected p {
  color: #fff;
}

.huineng-advantage .content .left .item h2 {
  font-size: 20px;
  color: #595961;
  font-weight: bold;
}

.huineng-advantage .content .left .item p {
  font-size: 14px;
  margin-top: 10px;
  color: #9797a1;
  line-height: 20px;
}

.huineng-advantage .content .right {
  width: 631px;
  height: 490px;
  text-align: center;
}

.huineng-advantage .content .right img {
  max-width: 100%;
  max-height: 100%;
}

.do-serve.chuang {
  background-image: none;
  background-color: #fff;
}

.do-serve.chuang ul {
  background-image: url(../image/2019-10-28/serve_bg.png);
  background-size: 65% auto;
  padding-bottom: 100px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.do-serve.chuang ul li {
  width: 21%;
  margin: 0 2%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}

.do-serve.chuang ul li h2, .do-serve.chuang ul li span {
  color: #545454;
}

.do-serve.chuang ul li p {
  color: #a1a1a1;
}

.do-serve.chuang ul li span.icon-add {
  right: 50px;
  top: -15px;
}

.do-serve.chuang ul li::after {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: 71px 71px;
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  left: 50%;
  bottom: -35.5px;
  margin-left: -35.5px;
  display: none;
}

.do-serve.chuang ul li.one::after {
  background-image: url(../image/2019-10-28/icon_fen.png);
}

.do-serve.chuang ul li.two::after {
  background-image: url(../image/2019-10-28/icon_yun.png);
}

.do-serve.chuang ul li.three::after {
  background-image: url(../image/2019-10-28/icon_chuang.png);
}

.do-serve.chuang ul li.four::after {
  background-image: url(../image/2019-10-28/icon_tui.png);
}

.do-serve.chuang ul li:hover {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(125, 125, 125, 0.5);
}

.do-serve.chuang ul li:hover h2 {
  color: #000;
}

.do-serve.chuang ul li:hover::after {
  display: block;
}

.do-serve.chuang .serve-video {
  margin-top: 0;
}

#partner-list {
  width: 100%;
  padding: 0;
  height: auto;
  background-color: transparent;
  margin-bottom: 90px;
  margin-top: 90px;
}

#partner-list .box {
  width: 100%;
  height: auto;
}

#partner-list .box ul li {
  width: 300px;
  text-align: center;
  padding: 0 26px;
}

#partner-list .box ul li img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

#partner-list .box ul li h2 {
  color: #000;
  font-size: 26px;
  margin-top: 10px;
}

#partner-list .box ul li h3 {
  color: #666;
  font-size: 18px;
  margin-top: 5px;
}

#partner-list .box ul li div {
  margin-top: 13px;
  color: #999;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 160px;
  overflow-y: auto;
}

#partner-list.scroll_horizontal {
  z-index: 10;
}

#partner-list.scroll_horizontal .box {
  z-index: 15;
}

.news-container {
  border-top: none;
}

.tech-team .mutilrow-swiper {
  background-color: transparent;
}

.tech-team .mutilrow-swiper .mutilrow-content .list-item {
  background-color: transparent;
}

.tech-team .mutilrow-swiper .mutilrow-content .mutilrow-item {
  background-color: transparent;
  border: none;
}

.tech-team .mutilrow-swiper .mutilrow-page i.selected {
  background-color: #2f82fe;
}

.tech-team .team-logo, .tech-team .mutilrow-swiper {
  margin-top: 80px;
}

.tech-team .team-logo .logo-item, .tech-team .mutilrow-swiper .logo-item {
  float: left;
  width: 178px;
  height: 100px;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin: 11px;
}

.tech-team .team-logo .logo-item img, .tech-team .mutilrow-swiper .logo-item img {
  max-width: 100%;
  max-height: 100%;
}

.horizontal-equaity {
  margin-top: 90px;
}

.horizontal-equaity .item {
  float: left;
  width: 255px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 60px;
  padding-left: 22px;
  padding-right: 22px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 35px;
  height: 340px;
}

.horizontal-equaity .item:last-of-type {
  margin-right: 0;
}

.horizontal-equaity .item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.horizontal-equaity .item h2 {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.horizontal-equaity .item p {
  font-size: 16px;
  color: #999;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 28px;
  margin-top: 20px;
}

.huineng-culture {
  padding: 100px 0;
  background-image: url(../image/2019-10-28/wh_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.huineng-culture .list {
  margin-top: 100px;
}

.huineng-culture .item {
  float: left;
  background-color: #fff;
  width: 392px;
  margin-right: 12px;
  margin-bottom: 12px;
  height: 290px;
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.1);
}

.huineng-culture .item:nth-of-type(3n), .huineng-culture .item:last-of-type {
  margin-right: 0;
}

.huineng-culture .item.w50 {
  width: 594px;
}

.huineng-culture .item img {
  width: 100px;
  height: 100px;
}

.huineng-culture .item h2 {
  font-size: 30px;
  color: #000;
}

.huineng-culture .item p {
  margin-top: 10px;
  color: #999;
  font-size: 18px;
  line-height: 26px;
}

.product-nav.num4 a {
  width: 25%;
}

.firm-layout .layout-img {
  text-align: center;
  margin-bottom: 90px;
}

.firm-layout .layout-img img {
  max-width: 100%;
  max-height: 100%;
}

.firm-honor2 {
  padding: 100px 0;
}

.firm-honor2 .item {
  width: 380px;
  margin-right: 30px;
  float: left;
  height: 270px;
  text-align: center;
  margin-top: 90px;
}

.firm-honor2 .item:nth-of-type(3n) {
  margin-right: 0;
}

.firm-honor2 .item .img {
  background-color: #fff;
  padding: 35px;
  width: 100%;
  height: 100%;
  line-height: 200px;
  font-size: 0;
}

.firm-honor2 .item .img img {
  max-width: 100%;
  max-height: 100%;
}

.firm-honor2 .item p {
  font-size: 16px;
  margin-top: 30px;
  color: #464646;
  font-weight: bold;
}

#honor-img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

#honor-img.dis {
  display: none;
}

#honor-img .bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#honor-img .content {
  position: relative;
  z-index: 10004;
  padding: 40px;
  width: 100%;
  height: 100%;
  text-align: center;
}

#honor-img .content img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#honor-img .close {
  position: absolute;
  right: 100px;
  top: 50px;
  font-size: 30px;
  display: inline-block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 30px;
  z-index: 10009;
}

#tab-box {
  display: flex;
  justify-content: center;
}

#tips-flex-box {
  position: absolute;
  top: -12px;
  padding-left: 120px;
  height: 390px;
  background-color: #fff;
  overflow: hidden;
}
#tips-flex-box .box {
  top: 0;
}
#tips-flex-box .list {
  width: 100%;
}
#tips-flex-box a {
  max-width: 100%;
  width: 100%;
  height: 24px;
  margin: 0;
  display: block;
  text-align: left;
}
#tips-flex-box>.tips-flex>.item {
  max-width: 100%;
  width: 100%;
  height: 130px;
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 100%; */
}
#tips-flex-box .next,
#tips-flex-box .prev{
  display: none;
}

/*公司证照*/
.footer_zhegnzhao{color:#5d5d5d;}
.footer_zhegnzhao:hover{color: #FFF;}

/*约购生鲜底部*/
.yeahgo_fresh_foot_bg{
  width: 100%; height: 200px;
  background:url("../image/yg_fresh_bg.png"); background-size: 100% 100%;
}
.yeahgo_fresh_foot_bg .yeahgo-fresh-title{
  padding-top: 20px;
}
.yeahgo_fresh_foot_bg .yeahgo-fresh-title p{
  font-size: 26px; color: #FFF; margin:10px auto;
}