.wrap{position: relative; width: 100%; margin: 0 auto; background: url(/images/en/bg.webp) center top no-repeat; }
#content_01 { position: relative; width: 100%;  margin: 0 auto; height: 750px; }
#content_01 h3 {padding-top: 20px;text-align: center; }
#content_02 {position: relative; width: 100%;  margin: 0 auto; height: 715px;  }
.spirit-box{
    position: relative;
    top: 240px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;

}
.spirit-box li{
  width: 242px;
  height: 333px;
  cursor: pointer;
    position: relative;
    overflow: hidden;  
    transition: all 0.4s ease;
}
.spirit-box li .title{
    font-size: 26px;
    color: #fff;
    border-radius: 50% 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    top: 35px;
    left: 85px;
	font-weight: 800;
	font-family: "Noto Serif SC", serif;	
}
.spirit-box li .title span{
    font-size: 20px;
    top: 59px;
    left: -86px;
    width: 242px;
    display: block;
    font-weight: 600;
	
}
.spirit-box li .info{
  opacity: 0;
  color: #fff;
  width: 85%;
    top: 60px;
    left: 20px;  
}
.spirit-box li .info::before{
  position: absolute;
  content: '';
    width: 95%;
    height: 1px;
    background-color: #fff;
    top: -10px;
    left: 3px;
}
.spirit-box li .info::after{
  position: absolute;
  content: '';
    width: 95%;
    height: 1px;
    background-color: #fff;
    margin-top: 30px;
    left: 3px;
}
.spirit-box li:nth-child(1){background: url(/images/spirit1.png) no-repeat;}
.spirit-box li:nth-child(2){background: url(/images/spirit2_2.png) no-repeat;}
.spirit-box li:nth-child(3){background: url(/images/spirit3_2.png) no-repeat;}
.spirit-box li:nth-child(4){background: url(/images/spirit4_2.png) no-repeat;}
.spirit-box li:hover{background: url(/images/spirit-back.png) no-repeat; }
.spirit-box li:hover .info{opacity: 1;}
.spirit-box li:hover .title{opacity: 0;}

#content_03 { height: 975px;position: relative; width: 100%;  margin: 0 auto; }
.font-w600{font-weight: 600;}
.history{
    width: 1500px;
    position: relative;
    overflow: hidden;
    height: 930px;
    left: -150px;
}
.history-box{
    width: 1380px;
    position: relative;
    overflow: hidden;
    height: 700px;
    top: 180px;
    left: 55px;
}
.history-box .bd{
  overflow: hidden;
  position: relative;
  width: 0;
  height: 335px;  
}
.history-box .bd li{
  overflow: hidden;
  position: relative;
  width: 1300px;
  height: 320px;
}
.history-box .his-pic{
  left: 55px;
  top: 30px;
}
.history-box .his-info{
    color: #fff;
    top: 70px;
    left: 160px;
    font-family: "Noto Serif SC", serif;
    font-weight: 400;
    font-size: 16px;
    width: 1090px;
}
.history-box .his-info .his-img{
	width: 260px;
    height: 230px;
    float: left;
}
.history-box .his-info .title{
    font-size: 22px;
    font-weight: 800;
    line-height: 140%;
    height: 105px;
}
.history-box .his-info .title p{
  font-size: 16px;
  font-weight: 400;
}
.history-box .his-info .works{
    overflow: hidden;
    margin-bottom: 10px;
}
.history-box .his-info .works p,
.history-box .his-info .contribute p{
	line-height: 130%;
}
.history-box .hd{
   width:120%; 
   top:390px;
   overflow:hidden;
    height: 330px;
    transition: all .5s ;
}
.history-box .hd li{ 
      padding-top: 3px;
    padding-left: 8px;
    float: left;
    text-align: center;
    margin-right: 42px;
    width: 210px;
    cursor: pointer;
    position: relative;
 }
 .history-box .hd li::after{
  content: "----------";
  display: block;
    position: absolute;
    color: #cda373;
    top: 220px;
    left: 210px;
    width: 80px;
 }
  .history-box .hd li:last-child::after{
    content: "";
  }
 .history-box .hd li.on .nav-pic::before{
  content: "";
  background: url(/images/history-icon-h.png) no-repeat;
  width: 210px;
  height: 210px;
    position: absolute;
    top: 3px;
    left: 8px;  
 }
 .history-box .hd li .nav-info{
    font-family: "Noto Serif SC", serif;
    font-weight: 900;
    color: #000;  
 }
  .history-box .hd li .nav-info h6{
    font-size: 20px; 
    height: 50px;
  }
  .history-box .hd li .nav-info p{
	font-size: 15px;
    display: inline-flex;
    align-items: center;
    height: 35px;
  }
.history .history-next,
.history .history-prev{
  position: absolute;
  bottom: 205px;
  left: 0;
  width: 50px;
  height: 90px;
  background: url(/images/history-btn-lr.png) no-repeat;;
  cursor: pointer;
}
.history .history-next{
  left: 1450px;
  background-position: -120px 0;
}

#content_04 { height: 870px;position: relative; width: 100%;  margin: 0 auto; }
.art-box{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  top: 320px;
  display: flex;
  align-items: center;
    justify-content: space-between;
}
.art-box .art-item{
  width: 230px;
    text-align: center;
	cursor: pointer;
}
/* *art info v2* */
.art-box .art-title{
    color: #fff;
    position: relative;
    padding-top: 15px;
    font-size: 24px;
}
.art-box .art-title::after{
    display: none;
    content: "";
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
	position: absolute;
    top: 60px;
    left: 105px;
}
.art-box .art-title.on::after{
	display: block;
}
.art-box .art-info{
	display:none;
	color: #fff;
	padding-top: 55px;
	line-height: 180%;
	font-size: 18px;
	width: 100%;
	left: 0;
	text-align: left;
}
.art-box .art-info.on{
	display:block;
}


/* *art info v1* */
/*
.art-box .art-info{
  color: #fff;
  position: relative;
  padding-top: 35px;
  height: 190px;
  left: -10px;
}
.art-box .art-info .art-en{
    transform: rotate(90deg);
    position: absolute;
    top: 130px;
    left: -15px;
    min-width: 190px;
    font-size: 14px;
    font-weight: 700;
    color: #d7bda6;
    text-align: left;
    letter-spacing: 1px;
}
.art-box .art-info .art-cn{
    position: absolute;
    left: 98px;
  }
.art-box .art-info .art-cn h5{
  position: relative;
  font-size: 22px;
    font-weight: 400;
    font-family: "Noto Serif SC", serif;
    padding-left: 19px;
    padding-top: 11px;
}
.art-box .art-info .art-cn h5::before{
  content: "";
  background: url(/images/art-icon.png) no-repeat;
  width:45px;
  height: 73px;
  position: absolute;
      top: 0;
    left: 2px;
}
.art-box .art-info .art-cn p{
      font-size: 22px;
    top: 80px;
    left: 14px;
    position: absolute;
}*/

.up15{-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease; -o-transition: all 0.4s ease;transition: all 0.4s ease;}
.up15:hover{-webkit-transform: translateY(-15px); -ms-transform: translateY(-15px);  transform: translateY(-15px);}
.mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:100;display:none}
.pop{width:640px; height:360px;display:none;position:fixed;top:50%;left:50%;margin-top: -230px;margin-left:-345px;z-index: 200;}
.pop .closevideo{position:absolute;right:0;top:0;height:40px;width:40px;text-align: center;line-height:40px;color:#fff;font-size:30px;z-index:10}
.videobox{width:640px;height:360px;background:#000;}
.hide{display:none;}