/* 首页样式 --start*/

.main-summary-wrapper {
  position: relative;
  height: 500px;
  /* padding: 82px 147px 77px 581px; */
  background: url('../images/summary_bg.png') no-repeat #fff;
  background-size: 100% 100%;
}
.main-summary-all-block {
  width: 1100px;
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-title {
  font-size: 25px;
  line-height: 36px;
  font-weight: 600;
}
.main-title a {
  display: none;
}
.main-summary-content {
  max-width: 668px;
  max-height: 223px;
  padding-top: 37px;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.main-summary-content p {
  width: 100%;
  overflow: hidden;
  
}

.main-summary-content.show-more {
  height: auto;
  overflow: visible;
}
.main-summary-button {
  margin-top: 37px;
}

.main-news-wrapper {
  position: relative;
  /* padding: 77px 147px 109px 150px; */
  height: 1044px;
  background: url('../images/news_bg.png') no-repeat #fff;
  background-size: 100% 100%;
}
.main-news-all-block {
  width: 1100px;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-video-block {
  display: inline-block;
  /* width: 53%; */
  height: auto;
}
.main-video-link {
  position: relative;
}
.main-video-link video {
  width: 548px;
  border: #fff 16px solid;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
}
.main-video-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-news-block {
  height: 340px;
  width: 474px;
  margin-left: 42px;
}
.main-news-item-block {
  padding-top: 29px;
}
.main-news-item:first-child {
  margin-top: 0px;
}
.main-news-item {
  margin-top: 24px;
  line-height: 22px;
}
.main-news-item a {
  width: 337px;
  line-height: 22px;
  font-size: 16px;
}
.main-news-item span {
  font-size: 16px;
  color: #a9afbb;
}
.main-news-button {
  margin-top: 34px;
}
.main-display-panel-block {
  position: relative;
  width: 1100px;
  height: 366px;
  margin-top: 160px;
}
.main-display-panel-block .main-title {
  display: none;
}
.main-display-panel {
  position: absolute;
  width: 220px;
  height: 366px;
  /* transition:all .2s; */
  margin: 0 auto;
  background-color:#fff;
}
.main-display-panel img {
  height: 366px;
  width: 220px;
}
.main-display-panel#first-panel {
  left: 0;
}
.main-display-panel#second-panel {
  left: 220px;
}
.main-display-panel#third-panel {
  left: 0;
  right: 0;
}
.main-display-panel#third-panel:hover {
  left: 220px;
}
.main-display-panel#fourth-panel {
  left: 660px;
}
.main-display-panel#fourth-panel:hover {
  left: 220px;
}
.main-display-panel#last-panel {
  right: 0;
}
.main-display-panel#more-panel {
  display: none;
}
.main-display-panel#first-panel .main-display-panel-content {
  background-image: linear-gradient(180deg, #4e6a0100 0%, #4f7200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0f4f00', endColorstr='#4f7200', GradientType=0);
}
.main-display-panel#second-panel .main-display-panel-content {
background-image: linear-gradient(180deg, #6c274d00 0%, #6c274d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0f4f00', endColorstr='#6c274d', GradientType=0);
  
}
.main-display-panel#third-panel .main-display-panel-content {
  background-image: linear-gradient(180deg, #86a3a600 0%, #405759 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0f4f00', endColorstr='#405759', GradientType=0);
}
.main-display-panel#fourth-panel .main-display-panel-content {
  
  background-image: linear-gradient(180deg, #74000000 0%, #6c0506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0f4f00', endColorstr='#6c0506', GradientType=0);
}
.main-display-panel#last-panel .main-display-panel-content {
  background-image: linear-gradient(180deg, #0c0f4f00 0%, #0c334f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0f4f00', endColorstr='#0c334f', GradientType=0);
}
.main-display-panel:hover {
  width: 880px;
  z-index: 999;
  cursor: pointer;
}
.main-display-panel-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  height: 128px;
}
.main-display-panel .main-display-panel-content .title {
  display: inline-block;
  margin-top: 63px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.main-display-panel .main-display-panel-content .content {
  display: none;
  width: 555px;
  margin-top: 45px;
  font-size: 14px;
  text-align: left;
  white-space: normal;
}
.main-display-panel:hover .main-display-panel-content .title {
  width: 180px;
  margin-right: 60px;
  margin-left: 60px;
  float: left;
}
.main-display-panel:hover .main-display-panel-content .content {
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-footer {
  position: relative;
  /* padding: 45px 147px 0 150px; */
  height: 1000px;
  background: url('../images/footer_bg.png') bottom no-repeat #fff;
  background-size: 100% 100%;
}
.footer-all-block {
  width: 1100px;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-produce-block {
  height: 478px;
  width: 530px;
}
.footer-produce-card:first-child {
  margin-top: 0;
}
.footer-produce-card {
	position:relative;
  height:197px;
  width: 530px;
  margin-top: 16px;
  
  background-color: #fff;
  box-shadow: 0px 10px 24px 0px rgba(37, 38, 94, 0.1);
}

.footer-produce-card a {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:59px;
  color: #004098;
  font-size: 20px;
  line-height: 42px;
}
.footer-culture-block {
	position:relative;
  height: 478px;
  width: 530px;
  margin-left: 40px;
}
.footer-culture-card {
	position:absolute;
	bottom:0;
  width: 458px;
  padding: 73px 0 73px 72px;
  background-color: #fff;
  box-shadow: 0px 10px 24px 0px rgba(37, 38, 94, 0.1);
  background: url('../images/culture_bg.png') no-repeat #fff;
}
.footer-culture-card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 67px;
}
.footer-title {
  margin-bottom: 28px;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
}
.footer-title a {
  display: none;
}
.footer-more {
  font-size: 14px;
  color: #888d98;
  line-height: 36px;
  text-align: center;
}
.footer-link-block {
  position: absolute;
  bottom: 0;
  display: block;
  height: 200px;
  width: 100%;
  text-align: center;
}
.footer-link-title {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
}
.footer-img-group {
  display: flex;
  width: 700px;
  margin: 20px auto 0 auto;
  justify-content: center;
}

.footer-img-item {
  height: 57px;
  width: 182px;
  margin-left: 40px;
}
.footer-img-item:first-child {
  margin-left: 0;
}

.index .ui-footer {
  margin-top: 46px;
}
.ui-footer-link.mobile {
  display: none;
}
.cn-index-footer{
    height: 1400px
}
.footer-consumer-block {
  margin-top: 40px;
}
.footer-consumer-block .footer-produce-card {
  display: flex;
  flex-direction: column;
}
.footer-consumer-block .footer-produce-card:first-child {
  margin-top: 20px;
}
.footer-consumer-block div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 首页样式 --end*/
