#carousel .swper-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



#carousel .swper-item .swper-item-info {

  position: absolute;

  top: -20px;

  left: 0;

  height: 100%;

  width:100%;
  text-align: center;

  display: flex;

  flex-direction: column;

  justify-content: center;

  color: #fff;

}



#carousel .swper-item .swper-item-info h3 {

  margin: 0;

  margin-top: 20px;

  line-height: 56px;

  font-size: 50px;

  text-align: center;

  font-weight: bold;
  
  width: 900px;
  margin: auto;
}



#carousel .swper-item .swper-item-info p {

  margin: 17px 0 18px;

  font-size: 23px;

}



#carousel .swper-item .swper-item-info a {

  width: 107px;

  height: 36px;

  line-height: 36px;

  background: #D22427;

  opacity: 0.8;

  font-size: 15px;

  text-align: center;

}



#carousel .swper-item .swper-item-info a:hover {

  color: #fff;

}



#carousel .layui-carousel-arrow {

  width: 56px;

  height: 56px;

  background: #999;

  opacity: 0.8;

  border-radius: 4px;

  left: calc((100vw - 1200px) / 2);
  margin-top: -50px;

}



#carousel .layui-carousel-arrow[lay-type=add] {

  right: calc((100vw - 1200px) / 2);

}



.title {

  color: #D22427;

  display: flex;

  align-items: center;

  justify-content: center;

}



.title i {

  width: 74px;

  height: 2px;

  background: #D22427;

}



.title h2 {

  font-size: 27px;

  font-weight: bold;

  margin: 41px 9px;

}

#shuju{
  position: relative;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}
.beijing{
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
     background-image: url(http://www.artdream.org.cn/storage/uploads/images/20200805/03097240cb97e5582b7ed0d46c112419.jpg);
  background-size: 100% 100%;
  background-position: center center;

}
/*.beijing:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}*/


/*#shuju{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: -1;
  background-image: url(http://www.artdream.org.cn/storage/uploads/images/20200619/2a5a7d87d358d947b5d66085f729c68e.jpg);
  background-size: 100% 100%;
  background-position: center center;
}

#shuju:after {
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #000000;
    position: absolute;
    z-index: 1;
    opacity: .4;

}
.beijing{
      position: relative;
    z-index: 30;
}
*/

.idc {

  margin-top: 50px;

}

.idc-main{
  
}

.idc .idc-main {

  padding: 48px 0 68px;

  display: flex;

  justify-content: space-between;

  /*padding-left:46px;*/
  
  /*padding-right: 245px;*/

}

.idc-left span:nth-child(1){
  color: #000 !important;
}
.idc-left span:nth-child(3){
  color: rgb(0, 81, 181) !important;
}

/*.idc .idc-main .idc-left {

  position: relative;

  display: flex;

  align-items: center;
}*/



.idc .idc-main .idc-right {
  width: 300px ;
}



.idc .idc-main .idc-right .idc-desc {

  font-size: 18px;

  color: #4F4F4F;

  line-height: 30px;

}



.idc .idc-main .idc-right>div {

  margin-top: 42px;

  margin-left: -25px;

  display: flex;
  
  align-items: center;

}



.idc .idc-main .idc-right>div p {

  white-space: nowrap;

  margin: 12px 0 0;

  font-size: 16px;

  color: #000;

  line-height: 23px;

}



.idc .idc-main .idc-right>div p:first-child {

  color: #000;

  line-height: 32px;

  margin-right: 10px;
  font-size: 20px;
  text-align: right;
  width:120px;
  display: flex;
  justify-content: flex-end;
}



.idc .idc-main .idc-right>div p span {

  font-size: 45px;
  font-weight: bold;
  color:#399FEC !important;
  line-height: 32px;

}



.about {

  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  padding: 98px 0 62px;

  text-align: center;

  color: #fff;

  background-color: rgba(0, 0, 0, .7);

}



.about h2 {

  font-size: 30px;

  font-weight: 400;

}



.about p {

  width: 1040px;

  margin: 23px auto 0;

  font-size: 18px;

  line-height: 34px;

  text-align: center;

  /* text-indent: 2em; */

}



.about a {

  display: block;

  margin: 60px auto 0;

  width: 99px;

  height: 33px;

  line-height: 33px;

  background: #D22427;

  opacity: 0.9;

}



.about a:hover {

  color: #fff;

}



.news {

  width: 100%;

  margin-top: 78px;

  padding-bottom: 24px;

}



.news #newsCarousel {

  margin-top: 29px;

  height: 245px;

  padding: 0;

}



.news #newsCarousel .news-item {

  width: 100%;

  display: flex;

  background: #fff;

}



.news #newsCarousel .news-item img {

  width: 352px;

  height: 208px;

  object-fit: cover;

}



.news #newsCarousel .news-item .news-info {

  margin-left: 59px;

  position: relative;

}



.news #newsCarousel .news-item .news-info h3 {

  margin-top: 12px;

  color: #333;

  font-size: 20px;

  line-height: 31px;

}



.news #newsCarousel .news-item .news-info p {

  margin-top: 14px;

  color: #5B5B5B;

  text-indent: 2em;

  line-height: 23px;

  font-size: 16px;

  text-overflow: -o-ellipsis-lastline;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  line-clamp: 3;

  -webkit-box-orient: vertical;

}



.news #newsCarousel .news-item .news-info p a {

  margin-left: 5px;

}



.news #newsCarousel .news-item .news-info .more-news {

  display: block;

  /*margin-top: 20px;*/

  color: #232222;

  font-size: 17px;

  color: #D22427;

}



.news .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {

  background: none;

}



.news .layui-carousel-ind li {

  background-color: #D7DADA;

  margin: 0 21px;

  width: 19px;

  height: 19px;

}



.news .layui-carousel-ind li.layui-this {

  background-color: #D22427;

}





#pagination1 .swiper-pagination-bullet {

  width: 12px;

  height: 12px;

  margin: 0 14px;

}



#pagination1 .swiper-pagination-bullet-active {

  background-color: #D22427;

}



#cooperative .swiper-button-next {

  right: 0;

}



#cooperative .swiper-button-prev {

  left: 0;

}

.layui-carousel>[carousel-item]{

  position: initial;

}

.layui-carousel{

  overflow: hidden;

  position: relative;

  height: 0 !important;

  padding-bottom: 56%;

}

.swper-item{}

#carousel .swper-item img{

  position: absolute;

  width: 100%;

  height: 100%;

}

	.bannerqiu {
		width:100% ;
		height:773px !important;
		overflow:hidden ;
		position:relative ;
	}
	.bannerqiu .swiper-container {
		/*width:1750px ;*/
		height:873px !important;
		position:absolute ;
		/*left:-875px;*/
		margin:  0 auto !important; 
		/*margin-left:46% !important;*/
	}
	.bannerqiu .swiper-slide .detail {
		height:90px;
		background:rgba(0,0,0,.7);
		position:absolute;
		width:100%;
		bottom:0;
		color:#fff;
		opacity:0;
		transition:opacity .3s .3s;
	}
	.bannerqiu .swiper-slide-active .detail {
		opacity:1;
	}
	 .bannerqiu .swiper-slide .detail h3 {
		/*width:950px;*/
		margin:15px auto 0;
	}
	.bannerqiu .swiper-slide .detail p {
		/*width:950px;*/
		margin:5px auto 0;
	}
	.bannerqiu .swiper-slide .detail p span {
/*		width:650px;*/
		display:block;
	}
	.bannerqiu .effect1 img {
		transform:scale(1.25,1.25) translate(10%,10%);
		transform:scale(1.1,1.1) translate(4.545%,4.545%);
	}
	.bannerqiu .leftUp img {
		-webkit-animation-name:leftUp;
		animation-name:leftUp;
	}
	@-webkit-keyframes leftUp {
		0% {
			transform:scale(1.1,1.1) translate(4.545%,4.545%);
		}
		100% {
			transform:scale(1.1,1.1) translate(-4.545%,-4.545%);
		}
	}
	@keyframes leftUp {
		0% {
			transform:scale(1.1,1.1) translate(4.545%,4.545%);
		}
		100% {
			transform:scale(1.1,1.1) translate(-4.545%,-4.545%);
		}
	}
	.bannerqiu .moveRight img {
		-webkit-animation-name:moveRight;
		animation-name:moveRight;
	}
	@-webkit-keyframes moveRight {
		0% {
			transform:scale(1.1,1.1) translate(-4.545%,0);
		}
		100% {
			transform:scale(1.1,1.1) translate(4.545%,0);
		}
	}
	@keyframes moveRight {
		0% {
			transform:scale(1.1,1.1) translate(-4.545%,0);
		}
		100% {
			transform:scale(1.1,1.1) translate(4.545%,0);
		}
	}
	.bannerqiu .moveDown img {
		-webkit-animation-name:moveDown;
		animation-name:moveDown;
	}
	@-webkit-keyframes moveDown {
		0% {
			transform:scale(1.1,1.1) translate(0,-4.545%);
		}
		100% {
			transform:scale(1.1,1.1) translate(0,4.545%);
		}
	}
	@keyframes moveDown {
		0% {
			transform:scale(1.1,1.1) translate(0,-4.545%);
		}
		100% {
			transform:scale(1.1,1.1) translate(0,4.545%);
		}
	}
	.bannerqiu .centerBig img {
		-webkit-animation-name:centerBig;
		animation-name:centerBig;
	}
	@-webkit-keyframes centerBig {
		100% {
			transform:scale(1.1,1.1);
		}
	}
	@keyframes centerBig {
		100% {
			transform:scale(1.1,1.1);
		}
	}
	.bannerqiu .rightDownBig img {
		-webkit-animation-name:rightDownBig;
		animation-name:rightDownBig;
	}
	@-webkit-keyframes rightDownBig {
		100% {
			transform:scale(1.1,1.1) translate(4%,4%);
		}
	}
	@keyframes rightDownBig {
		100% {
			transform:scale(1.1,1.1) translate(4%,4%);
		}
	}
	.bannerqiu .swiper-slide img {
		animation-duration:5s;
		animation-timing-function:linear;
		animation-fill-mode:forwards;
		-webkit-animation-duration:5s;
		-webkit-animation-timing-function:linear;
		-webkit-animation-fill-mode:forwards;
	}
	.bannerqiu .swiper-pagination {
		bottom:35px;
		right:250px;
	}
	.bannerqiu .swiper-pagination-bullet {
		width:20px;
		height:20px;
		background:#fff;
		margin:0 5px;
	}
	/*合作伙伴*/
	.idc-content{
		margin-left: -66px;
	
	}
