.sections {
  width: 1170px !important;
  margin: 97px auto 0;
}

.common-title {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  height: 30px;
  clear: both;
}

#recomBannerItem>.item {
  width: 100%;
  height: 350px;
}

.common-title>div:first-child {
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  width: 50%;
  display: flex;
}

.common-title>div:first-child img {
  width: 25px;
  margin-top: -5px;
  margin-right: 4px;
}

.common-title>div:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  float: left;
}

.common-title>div:last-child {
  float: right;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #888888;
}

.common-title>div:last-child:hover {
  color: #e14c46;
}

.left-dianji .left-two {
  display: none;
}

.left-dianji:hover .left-two {
  display: block;
}

.left-dianji:hover .left-one {
  display: none;
}

.right-dianji .right-two {
  display: none;
}

.right-dianji:hover .right-two {
  display: block;
}

.right-dianji:hover .right-one {
  display: none;
}

.yonyou-dialog-form-info {
  display: none;
  position: fixed;
  width: 760px;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.yonyou-dialog-form-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.yonyou-dialog-form-info iframe {
  min-height: 500px;
  margin-top: 38px;
}

.yonyou-dialog-form-info-header {
  position: absolute;
  background-color: #e14c46;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  top: 0;
  left: 0;
}

.yonyou-dialog-form-info-header .yonyou-dialog-form-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 6px;
  border-radius: 5px;
}

/* 导航信息 */
.index-nav>div {
  float: left;
  width: 252px;
  height: 216px;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin-right: 24px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.index-nav>div>div {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.index-nav>div>div>img {
  width: 48px;
}

.index-nav>div>div>p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}

.index-nav {
  height: 216px;
  margin-bottom: 20px !important;
  margin-top: -20px !important;
  position: relative;
}

.index-nav>div:last-child {
  margin-right: 0px;
}

.index-nav>div:hover>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.index-nav>div>img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}


/* 大banner */
.index-banner {
  width: 100%;
  height: 500px;
}

.index-banner a {
  display: block;
  width: 100%;
  height: 500px;
}

/* 推荐的banner */
.recom-banner {
  width: 100%;
  height: 350px;
  overflow-y: visible !important;
  /* display: flex;
  justify-content: center; */
}

.carousel-inner {
  overflow: initial;
}

.recom-banner .recom-inner {
  display: block;
  width: 100%;
  /* height: 270px; */
  padding: 0px 10px;
  padding-top: 13px;
}

#recomTitle {
  margin-bottom: 5px !important;
}

.recom-banner .recom-inner>a {
  float: left;
  margin-right: 14px;
}

.recom-banner .recom-inner>a:last-child {
  margin-right: 0px !important;
}

#carousel-recom {
  margin: 0px auto;
  margin-top: 0px;
  width: 1200px !important
}

#articleTitle {
  margin-top: 20px !important;
}


/* 首页活动的样式开始 */
.index-active-block {
  display: block;
  width: 280px;
  height: 340px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
  /* border-radius: 21px; */
}

.index-active-block:hover>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.index-active-block:hover .index-active-info>p {
  color: #e14c46;
}

.index-active-block:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}


.index-active-block>img {
  width: 100%;
  height: 140px;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}

.index-active-info {
  width: 100%;
  height: 87px;
  padding: 12px 8px;
  padding-top: 12px;
}

.index-active-info>p {
  height: 38px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.index-active-info>div>p {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(136, 136, 136, 1);
  width: 100%;
  overflow: hidden;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-active-info>div>p>img {
  width: 15px;
  max-height: 15px;
  margin-top: -3px;
  margin-right: 9px;
}

.video-dom-bottom {
  display: flex;
  justify-content: space-between;
}

.video-dom-bottom:last-child {
  text-align: right;
}

.index-active-apply {
  width: 80px;
  height: 30px;
  border: 1px solid #EE2233;
  font-size: 12px;
  color: #EE2233;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  float: right;
}

.grey {
  border: 1px solid #999;
  color: #888;
}

.index-address {
  width: 12px !important;
  margin-left: 2px;
}

.zuobian {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 20px;
}

.zuobian>img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.recom-left,
.recom-right {
  width: 80px;
  background-image: none !important;
  opacity: 1 !important;
  padding-top: 90px;
  background-color: rgba(255, 255, 255, 0);
}

.recom-left {
  margin-left: -80px;
}

.recom-right {
  margin-right: -80px;
}

.recom-tors {
  /* display: none; */
  height: 35px !important;
  width: 400px !important;
  top: 0;
  left: auto !important;
  right: 0 !important;
  margin-top: -22px !important;
  text-align: right;
  padding-right: 10px;
}

.recom-tors li,
#indexBannerOl li {
  width: 6px;
  height: 6px;
  background-color: #cccccc !important;
  border: 1px solid #cccccc !important;
  margin-right: 5px;
}

#indexBannerOl li {
  width: 8px;
  height: 8px;
}

#indexBannerOl .active {
  width: 28px;
  height: 8px;
  border: 1px solid #e14c46 !important;
  background-color: #e14c46 !important;
  margin-right: 5px;
  margin-bottom: 1px;
}

.recom-tors .active {
  width: 18px;
  height: 6px;
  border: 1px solid #e14c46 !important;
  background-color: #e14c46 !important;
  margin-right: 5px;
  margin-bottom: 1px;
}

#upActivePannel {
  display: flex;
}

/* 最新活动 */
.new-active-list {
  width: 100%;
}

.index-active-mes {
  width: 100%;
  height: 478px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-active-mes>div {
  width: 366px;
  /* height: 500px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.index-active-mes>div:last-child {
  width: 100%;
  margin-top: 15px;
  height: 34px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.index-active-mes>div:last-child a {
  width: 129px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid #979797;
  font-size: 12px;
  color: #333333;
  line-height: 34px;
  display: block;
  float: left;
  text-align: center;
}

.index-active-mes>div:last-child a:hover {
  background: #EE2233;
  color: #fff;
  border: 1px solid #EE2233;
}

.index-active-mes>div:last-child a:first-child {
  margin-right: 676px;
}

.index-active-mes>div>a>img {
  width: 100%;
  height: 185px;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}

.index-active-mes>div>a>img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.active-text {
  padding: 21px 16px;
}

.active-text>p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 18px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 40px;
}

.active-text>p:nth-child(2),
.active-text>p:nth-child(3) {
  font-size: 13px;
  color: #555555;
  line-height: 15px;
}

.active-text>p:nth-child(2) {
  margin-bottom: 7px;
}

.active-text>p:nth-child(3) {
  margin-bottom: 23px;
}

.active-text>p:nth-child(4) {
  font-size: 12px;
  color: #555555;
  line-height: 17px;
}

.active-active-content {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  width: 100%;
  height: 40px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tip {
  width: 68px;
  height: 27px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  z-index: 10;
}

.case-list {
  width: 100%;
  height: 532px;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 57px 39px 53px 46px;
}

.new-active-list>a {
  float: left;
  margin-right: 22.66px;
  margin-bottom: 22.66px;
}

.new-active-list>a:nth-child(4),
.new-active-list>a:nth-child(8),
.new-active-list>a:last-child {
  margin-right: 0px;
}

.hot-product {
  width: 49%;
  height: 484px;
  margin-right: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.hot-product>a {
  width: 46%;
  height: 237px;
  box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 9%);
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 39px 42px;
  margin-bottom: 10px;
  background: #fff;
}

.hot-product>a .icon {
  width: 54px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hot-product div {
  width: 100%;
  height: 131px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.hot-product .cover {
  width: 100%;
  max-height: 100%;
  display: block;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}

.hot-product .cover:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.hot-product a p {
  text-align: center;
}

.hot-product a p.title {
  font-size: 20px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px dashed #979797;
  padding-top: 20px;
}

.hot-product a p.text {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}

.hot-top {
  flex: 1;
  height: 484px;
  padding: 24px 19px;
  background: #fff;
  position: relative;
}

.hot-top b {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 18px 3px
}

.hot-top .one {
  background: #EE2233;
  top: 24px;
  left: 19px;
}

.hot-top .two {
  top: 114px;
  left: 18px;
  background: #FF745C;
}

.hot-top .three {
  top: 204px;
  left: 19px;
  background: #FFBA5C;
}

.top-list {
  width: 100%;
  height: 76px;
  margin-bottom: 14px;
  display: flex;
}

.top-list>img {
  width: 154px;
  max-height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
}

.top-list>div {
  flex: 1;
  padding: 0 11px;
}

.top-list>div>p {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.top-list>div>p:hover {
  color: #EE2233;
}

.top-list>div>span {
  font-size: 12px;
  color: #555555;
  line-height: 15px;
}

.top-list:last-child {
  margin-bottom: 0;
}

.index-case-text {
  display: flex;
  width: 100%;
  height: 297px;
  padding-bottom: 42px;
  margin-bottom: 34px;
  border-bottom: 1px solid #DBDBDB;
}

.index-case-text img {
  display: block;
  width: 434px;
  max-height: 100%;
  margin-left: 43px;
}

.index-case-text div {
  flex: 1;
  overflow: hidden;
}

.index-case-text>div>p:first-child {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  height: 87px;
}

.rich-text {
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.index-case-logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index-case-logo img {
  display: block;
  width: 170px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid #DBDBDB;
}

.index-case-logo img:hover {
  border-bottom: 4px solid #EE2233;
}

/* 精选文章 */
.article-list>a:last-child {
  margin-right: 0px !important;
}

.article-item {
  float: left;
  display: block;
  width: 161px;
  height: 152px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #eeeeee;
  margin-right: 22.8px;
  overflow: hidden;
}

.article-item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.article-item>img {
  width: 100%;
  height: 91px;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}

.article-item:hover>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.article-item>div {
  width: 100%;
  height: 60px;
  padding: 13px 5px;
}

.article-item>div>p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* 底部的公众号区域 */
.index-code-pannel {
  width: 100%;
  height: 345px;
  background: url('../img/bitmap.png');
  background-size: 100% 100%;
}

.code-pannel-title {
  width: 100%;
  height: 115px;
  line-height: 100px;
  padding-top: 15px;
}

.code-pannel-title>span:first-child {
  font-size: 22px;
  font-weight: 400;
  color: rgba(17, 17, 17, 1);
}

.code-pannel-title>span:last-child {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin-left: 10px;
}

.code-pannel-content {
  width: 100%;
  height: 165px;
}

.code-pannel-content>div:last-child {
  margin: 0 !important;
}

.code-item {
  cursor: pointer;
  width: 165px;
  height: 165px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.06);
  float: left;
  margin-right: 18px;
  position: relative;
}

.code-item:hover>img:nth-child(2) {
  display: block;
}

.code-item>img:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}

.code-item>img:nth-child(2) {
  width: 175px;
  height: 175px;
  position: absolute;
  left: -5px;
  top: -5px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  display: none;
}

.yonyou {
  width: 86px;
  height: 57px;
}

.qiyeyun {
  width: 153px;
  height: 29px;
}

.xindao {
  width: 87px;
  height: 54px;
}

.caiwu {
  width: 119px;
  height: 78px;
}

.shanghaifen {
  width: 89px;
  height: 58px;
}

.suwan {
  width: 58px;
  height: 58px;
}

.index-info {
  padding: 49px 20px 0;
}

.zixun {
  width: 100%;
  margin-bottom: 17px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
}

.index-active-apply:hover {
  background: #EE2233;
  color: #fff;
  border: 1px solid #EE2233;
}

.zixun p:first-child:hover {
  color: #EE2233;
}

.zixun p:first-child {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.zixun p:last-child {
  font-size: 12px;
  color: #555555;
  line-height: 15px;
}