.warpper{
  width: 100%;
  /* height: 100%; */
  background:url('../images/bg_02.png') no-repeat;
  background-size: 100% 364px;
  background-position-y: 890px;
  background-color: rgba(212,234, 230,1);
  /* background-color: rgba(207, 231, 231, .5); */
}
/* 鐧诲綍娉ㄥ唽 */
.login{
  width: 100%;
  height: 50px;
  background:#204b53;
}
.login_main{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 0px 235px;
  box-sizing: border-box;
}
.forward ul {
  display: flex;
  height: 50px;
  /* position: relative; */
}
.forward ul li{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.forward ul li:nth-child(1) img{
  width: 40px;
  height: 33px;
}
.forward ul li:nth-child(2) img{
  width: 40px;
  height: 33px;
}
.forward ul li:nth-child(3) img{
  width: 20px;
  height: 30px;
}
.forward ul li:nth-child(4) img{
  width: 34px;
  height: 33px;
}
.forward ul li p{
  margin-left: 14px;
  width: 116px;
  font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}
.forward ul li:hover p{
  color: #84a2a2;
}
.forward ul li .img_tip{
  position: absolute;
  top: 50px;
  left: 0px;
  background: #fff;
  /* display: flex; */
  float: left;
  z-index: 999999;
  display: none;
}
.forward ul li .img_tip>div{
  display: flex;
}
.forward ul li .img_tip>div img{
  width: 200px;
  height: 200px;
  padding: 10px;
}

 
.forward ul li .img_tip>div .img p{

width:calc(100% - 40px);
margin:0 auto;
text-align:center;
line-height:20px;
margin-bottom:10px;
}
.disflex{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.login_main .search_box{
  width: 240px;
  height: 32px;
  display: flex;
}
.login_main .search_box .searchbtn{
  width: 36px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #a47d46;
  cursor: pointer;
}
.login_main .search_box>input{
  flex: 1;
  padding-left: 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
}
.login_main .search_box .searchbtn>img{
  width: 20px;
  height: 20px;
}
.login_main .search_box .formSearch{
  width: 240px;
  height: 32px;
  display: flex;
}
.login_main .search_box .searchbtn{
  width: 36px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #a47d46;
  cursor: pointer;
}
.login_main .search_box .formSearch>input{
  flex: 1;
  padding-left: 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
}
.login_main .search_box .searchbtn>img{
  width: 20px;
  height: 20px;
}


.ingo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ingo ul{
  min-width: 180px;
  padding: 0px 14px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.ingo ul li{
  padding: 0px 27px;
  font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.ingo ul li:hover{
  color: #84a2a2;
}
/* 瀵艰埅banner */
.hander{
  width: 100%;
  /* height: 986px; */
  background: url('../images/bg_01.png') no-repeat;
  background-size: 100% auto;
  /* background-color: transparent; */
  background-color: transparent;
}
.hander .navlist{
  padding: 0px 235px;
  display: flex;
}
.hander .navlist .logo{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hander .navlist .logo img{
  width: 300px;
  height: 54px;
}
.hander .navlist .nav{
  flex: 1;
}
.hander .navlist .nav #nav{ 
  display: flex;
  width: 100%;
  height: 100%;
}
.hander .navlist .nav #nav li{
  font-family: '瀹嬩綋';
    font-weight: 600;
  width: 102px;
  text-align: center;
  font-size: 16px;
	color: #255757;
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.hander .navlist .nav #nav li:hover{
  color: #518083;
}
.hander .navlist .nav #nav li a{
 
	color: #255757;
 
}
.hander .navlist .nav ul .active{
  background: url('../images/active.png') no-repeat; 
  background-position: right 12px bottom 18px;
}
.hander .navlist .nav{
  position: relative;
}
.hander .navlist .nav #nav .tip .child{
  display: none;
  position: absolute;
  bottom: -95px;
  /*right: 95px;*/ 
  z-index: 9999;
  background: transparent;
  
}
.hander .navlist .nav #nav .tip .child>div{
  padding-top: 20px;
    margin-top: 20px;
    
}
.hander .navlist .nav #nav .tip .child p{
  min-width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
  cursor: pointer;
  background-color: #c29764;
  box-shadow: 0px 4px 13px 0px 
		rgba(164, 125, 70, 0.4);
}
.hander .navlist .nav #nav .tip .child p:hover{
  color: #a47d46;
  background-color: #fff;
}
.hander .lunbo{
  width: calc(100% - 10%);
  /* width: calc(100% - 180px); */
  /* height: auto; */
  /* height: 648px; */
  margin: 0 auto;
  margin-top: 30px;
  padding: 0px 1.2%;
  background: url('../images/banner.png') no-repeat;
  background-size: 100% 100%;
}
.hander .lunbo .bannerlb{
  width: 100%;
  /* width: calc(100% - 48px); */
  /* height: auto; */
  /* height: 604px; */
  margin: 0 auto;
  padding: 1.4% 0px;
}
.hander .lunbo .bannerlb img{
  /* width: 100%; */
  /* height: auto; */
  /* height: 100%; */
}
.hander .lunbo #lis{
  width: calc(100% - 180px);
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hander .lunbo #lis li{
  width: 55px;
  height: 29px;
  margin: 0px 10px;
  box-sizing: border-box;
}
.hander .lunbo #lis li img{
  width: 55px;
  height: 29px;
  cursor: pointer;
}

/* 鏂伴椈璧勮 */
.content_box{
  /* height: 6000px; */
  background:url('../images/bg_02.png') no-repeat;
  background-size: 100% 364px;
  background-position-y: 890px;
  background-color: rgba(212,234, 230,1);
}
.content_aside{
  width: 100%;
  /* height: 800px; */
  background:url('../images/bg_03.png') no-repeat;
  background-size: 350px 300px; 
  background-color: transparent;
  background-position-y: 250px;
}
.content_aside .title{
  width: 100%;
  height: 120px;
  display: flex;
}
.content_aside .aside{
  width: 100%;
  height: 616px;
  margin-top: 32px;
  background: url(../images/t1_bg.png) no-repeat;
  background-size: 1451px 616px;
  background-position: center;
}

.content_aside .aside .content{
  width: 1451px;
  height: 616px;
  margin: 0 auto;
  display: flex;
}
.content_aside .aside .content .aside_con{
  width: 50%;
}
.content_aside .aside .content .aside_lef{
  position: relative;
  margin: 56px 0px 0px 84px;
  background: url('../images/news_bg.png') no-repeat;
}
.content_aside .aside .content .aside_lef .let_title{
  width: 570px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  font-family: '瀹嬩綋';
  font-weight: 600;
  font-size: 20px;
	letter-spacing: 2px;
	color: #3c3c3c;
  
}

.content_aside .aside .content .aside_lef .lunbo_box{
  width: 524px;
  height: 309px;
  display: inline-block;
  margin-left: 24px;
}

.bannerlc img{
  width: 524px;
  height: 309px;
}
.content_aside .aside .content .aside_lef .news_title{
  position: absolute;
  bottom: 80px;
  left: 0px;
  font-weight: 600;
  width: 570px;
  font-size: 16px;
	line-height: 26px;
	letter-spacing: 2px;
  margin-top: 50px;
	color: #3c3c3c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* 榛樿鎸囩ず鐐圭殑鏍峰紡 */
.bannerlc .swiper-pagination-bullet{
  width: 12px !important;
	height: 4px !important;
  border-radius: 2px !important;
	background-color: #ffeacb !important;
}

.bannerlc .swiper-pagination-bullet-active{
  width: 12px !important;
	height: 4px !important;
  border-radius: 2px !important;
	background-color: #a17745 !important;
}
.aside_right .more{
  font-size: 14px;
  width: 100%;
  height: 34px;
  margin-top: 27px;
}
.aside_right .more p{
  float: right;
  width: 93px;
  height: 34px;
  background:url('../images/new_more.png') no-repeat;
  line-height: 34px;
	letter-spacing: 1px;
  padding-right: 45px;
	color: #9b6a31;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.aside_right .news_nav{
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 40px;
}

.aside_right .news_nav li{
  margin-left: 80px;
  width: 185px;
  height: 58px;
  font-size: 22px;
	line-height: 22px;
	letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	color: #3c3c3c;
}
.aside_right .news_nav .active{
  background:url('../images/news_notice.png') no-repeat;
  background-size: 100% 100%;
}
.aside_right .notice_asides{
  display: none;
}
.aside_right .active_notice{
  display: block;
}
.aside_right .notice_page{
  width: calc(100% - 50px);
  display: flex;
}
.aside_right .notice_page .date_notice{
  width: 100px;
  padding-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #bfaa8c;
}
.aside_right .notice_page .date_notice p:nth-child(1){
  font-size: 30px;
	line-height: 19px;
	letter-spacing: 3px;
	color: #9b5731;
  margin-bottom: 25px;
  text-align: center;
}
.aside_right .notice_page .date_notice p:nth-child(2){
  font-size: 16px;
	line-height: 19px;
	color: #3c3c3c;
}

.aside_right .notice_page .content_notice{
  padding-left: 22px;
  box-sizing: border-box;
  	width: 100%;
}
.aside_right .notice_page .content_notice .not_title{
  font-size: 18px;
  font-weight: 600;
  font-family: '瀹嬩綋';
	line-height: 22px;
	color: #3c3c3c;

  
}
.aside_right .notice_page .content_notice .not_aside{
  font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #3c3c3c;
  margin-top: 26px;
}
.aside_right .notice_page .content_notice .not_detail{
  float: right;
  font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #a17745;
  cursor: pointer;
}
.newslist ul{
  margin-left: 80px;
  margin-top: 62px;
}
.newslist ul li{
  width: calc(100% - 100px);
  display: flex;
  margin: 20px 0px;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}

.newslist ul li p:nth-child(2){
  font-size: 14px;
	letter-spacing: 1px;
	color: #3c3c3c;
  padding: 0px 15px;
  border-right: 1px solid #3c3c3c;
  box-sizing: border-box;
}
.newslist ul li p:nth-child(3){
  font-size: 14px;
	letter-spacing: 1px;
	color: #3c3c3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
  box-sizing: border-box;
}
.newslist ul li:hover p{
  color: #77c7cc;
}
.newslist ul li img{
  width: 13px;
  height: 12px;
}

/* 绮惧僵涓撻 */
.content_special{
  width: 100%;
  /* height: 800px; */
  background: url('../images/bg_04.png') no-repeat;
  background-size: 430px 400px;
  background-position:top right;
  
}
.content_special .title{
  width: 100%;
  /* height: 800px; */
  height: 120px;
  display: flex;
  margin-top: 50px;
}
.content_special .special_alide{
  width: 100%;
  
}
.content_special .special_alide .aside_box{
  width: 1451px;
  height: 362px;
  margin: 0 auto;
  margin-top: 28px;
  background: url('../images/t2_bg.png') no-repeat;
  background-size: 100% 100%;
}
.content_special .special_alide .aside_box .more{
  font-size: 14px;
  width: 100%;
  height: 34px;
}
.content_special .special_alide .aside_box .more p{
  float: right;
  width: 93px;
  height: 34px;
  background:url('../images/new_more.png') no-repeat;
  line-height: 34px;
	letter-spacing: 1px;
  margin: 24px 27px 0px 0px;
	color: #9b6a31;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.aside_list{
  width: 100%;
  display: flex;
  padding: 0px 82px;
  box-sizing: border-box;
}
.aside_list dl{
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 28px;
  margin-top: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
.aside_list dl dt{
  position: relative;
}
.aside_list dl dt .img_title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 261px;
  height: 26px;
  line-height: 25px;
  font-size: 16px;
	color: #fff;
  padding: 0px 25px;
  text-align: right;
  box-sizing: border-box;
  background-image: linear-gradient(to right, transparent , rgb(0, 0, 0,.3));
}
.aside_list dl dt img{
  width: 261px;
  height: 196px;
}
.aside_list dl dd{
  font-size: 18px;
	line-height: 22px;
	color: #000;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  padding: 0px 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
/* 娲诲姩棰勭害 */
.event_appointment {
  width: 100%;
  /* height: 1200px; */
  background-image: url('../images/bg_05.png'),
                  url('../images/bg_06.png');
  background-repeat: no-repeat, no-repeat;
  background-color: transparent;
  background-position: top 100px right, bottom  100px left;
}
.event_appointment .title{
  width: 100%;
  height: 120px;
  display: flex;
  margin-top: 40px;
}
.appointment_content{
  width: 1448px;
  height: 1002px;
  margin: 0 auto;
  margin-top: 14px;
  background: url('../images/t3_bg.png') no-repeat;
  background-size: 100% 100%;
}
.appointment_content .more{
  font-size: 14px;
  width: 100%;
  height: 34px;
  /* margin: 11px 68px 0px 0px; */
}
.appointment_content .more p{
  float: right;
  width: 93px;
  height: 34px;
  background:url('../images/new_more.png') no-repeat;
  line-height: 34px;
	letter-spacing: 1px;
  margin: 20px 68px 0px 0px;
	color: #9b6a31;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.appointment_content .appointment_info{
  width: calc(100% - 128px);
  margin: 0px auto;
  padding-top: 20px;
  clear: both;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.appointment_content .appointment_info .item{
  width: 326px;
  height: 452px;
  background: url('../images//t3_info_bg.png') no-repeat;
  background-size: 100% 100%;
}
.appointment_content .appointment_info .item .item_img {
  margin: 22px;
  position: relative;
}
.appointment_content .appointment_info .item .item_img img{
  width: 284px;
  height: 220px;

}

.appointment_content .appointment_info .item .item_img ul{
  position: absolute;
  top: 0px;
  left: 0px;
 
  width: 100%;
  display: flex;
  
}
.appointment_content .appointment_info .item .item_img ul li{
  font-size: 12px;
  color: #fff;
  background: #c49a5a;
  padding: 4px 6px;
  position: relative;
}
.appointment_content .appointment_info .item .item_img ul li:not(:last-child)::after{
  position: absolute;
  content: '';
  top: 8px;
  right: 0px;
  width: 1px;
  height: 10px;
  background: #fff;
}
.appointment_content .appointment_info .item .item_img .item_title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: '瀹嬩綋';
  background: rgba(0, 0, 0, .5);
}
.appointment_content .appointment_info .item .item_detail dl{
  display: flex;
  padding: 0px 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.appointment_content .appointment_info .item .item_detail dl dt img{
  width: 18px;
  height: 18px;
}
.appointment_content .appointment_info .item .item_detail dl dd{
  margin: 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.appointment_content .appointment_info .button_goto{
  width: 135px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 10px auto 0px auto;
  background: url('../images/gotobtn.png') no-repeat;
  cursor: pointer;
}
.appointment_content .calendar{
  width: calc(100% - 124px);
  height: 440px;
  display: flex;
  margin: 10px 62px 20px 62px;
  padding: 0 52px;
  box-sizing: border-box;
  background-image: url('../images/left.png'),
                  url('../images/right.png');
  background-repeat: no-repeat, no-repeat;
  background-color: #f2f9f8;
  background-position: top left, top right;
}
.appointment_content .calendar_box{
    flex: 1;
}
.appointment_content .calendar_lef .cale_title{
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0px 20px 10px;
  border-bottom: 1px solid #e5ecee;
}
.appointment_content .calendar_lef .cale_title ul{
  display: flex;
}
.appointment_content .calendar_lef .cale_title ul li{
  padding: 3px 10px;
  color: #828789;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #e5ecee;
}
.appointment_content .calendar_lef .calendar_box{
  width: calc(100% - 50px);
  margin: 0 auto;
}
.appointment_content .calendar_lef .calendar_box .calendar_info{
  display: flex;
  margin-top: 10px;
}
.appointment_content .calendar_lef .calendar_box .calendar_info li{
  color: #5f6567;
  /* flex: 1; */
  width: 78px;
  text-align: center;
  line-height: 40px;
  border: 1px solid transparent;
}
.appointment_content .calendar_lef .calendar_box .calendar_item{
  display: flex;
  flex-wrap: wrap;
}
.appointment_content .calendar_lef .calendar_box .calendar_item .current{
  background: url('../images/calendar_act.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.appointment_content .calendar_lef .calendar_box .calendar_item .same{
  position: relative;
}
.appointment_content .calendar_lef .calendar_box .calendar_item .same::after{
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 78px;
  height: 4px;
  background: #b47b33;
}
.appointment_content .calendar_lef .calendar_box .calendar_item li{
  width: 78px;
  height: 52px;
  border: 1px solid #e5ecee;
  padding: 5px 0px 0px 5px;
  box-sizing: border-box;
}
.appointment_content .calendar_rig{
  width: 55%;
  margin-top: 46px;
}
.appointment_content .calendar_rig .empty{
  width: 600px;
  height: 384px;
}
.appointment_content .calendar_rig ul{
  width: calc(100% - 15px);
  height: 384px;
  overflow-y: scroll;
}
.appointment_content .calendar_rig ul li{
  /* width: calc(100% - 45px); */
  display: flex;
  margin-bottom: 12px;
}
.appointment_content .calendar_rig ul li .img_cal{
  width: 146px;
  height: 114px;
}
.appointment_content .calendar_rig ul li .img_cal img{
  width: 146px;
  height: 114px;
}
.appointment_content .calendar_rig ul li .info_cal{
  /* width: calc(100% - 20%); */
  width: 40%;
  flex: 1;
  padding: 0px 8px 0px 32px;
  box-sizing: border-box;
}
.appointment_content .calendar_rig ul li .info_cal div:not(:last-child){
  margin-top: 14px;
}
.appointment_content .calendar_rig ul li .info_cal div:nth-child(1){
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 2px;
	color: #3c3c3c;
	font-weight: 600;
	font-family: '瀹嬩綋';
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  word-break: break-all; 
	padding: 0px 15px;
	box-sizing: border-box;
}
.appointment_content .calendar_rig ul li .info_cal div:nth-child(2){
  font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #3c3c3c;
}
.appointment_content .calendar_rig ul li .info_cal div:nth-child(3){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment_content .calendar_rig ul li .info_cal div:nth-child(3) p:first-child img{
  width: 20px;
  height: 14px;
}
.appointment_content .calendar_rig ul li .info_cal div:nth-child(3) p:last-child{
  background: url('../images/gotobtn.png') no-repeat;
  background-size: 100% 100%;
  width: 145px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 14px;
  font-weight: 600;
	color: #ffffff;
  cursor: pointer;
}
/* // 婊氬姩鏉℃暣浣� */
::-webkit-scrollbar {
  z-index: 50;
  width: 10px;
  height: 3px;
}

.appointment_content .calendar_rig ul::-webkit-scrollbar {
  z-index: 50;
  width: 10px;
  height: 3px;
}
.eays{
  font-size: 12px;
  color: #3c3c3c;
}



/* // 婊氬姩鏉℃粦閬� */
::-webkit-scrollbar-track {
    background-color: #d2d2d2;
}

/* // 婊氬姩婊戝潡鏍峰紡 */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    background-color: #c9b597;
    transition: all .2s;
    height: 20px;
    border: 1px solid #c9b597;
}

/* // 婊氬姩鏉＄殑鏍峰紡锛屾槸鍙互璺� :hover 浼被鍙犲姞浣跨敤鐨� */
/* // 婊氬姩鏉￠紶鏍囨偓娴椂鐨勬牱寮� */
:hover::-webkit-scrollbar-thumb {
    transition: all .2s;
}
/* // 婊氬姩鏉′笂涓嬬殑绠ご鎸夐挳 */
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-corner {
    display: none;
}

/* 鏁板瓧璧勬簮 */
.digitalresources{
  width: 100%;
  background: url('../images/bg_07.png') no-repeat;
  background-position: top 150px right;

}
.digitalresources .title{
  width: 100%;
  height: 120px;
  display: flex;
  margin-top: 40px;
}
.digitalresources_content{
  width: 1476px;
  height: 505px;
  margin: 0 auto;
  background: url('../images/t4_bg.png') no-repeat;
  background-size: 100% 100%;
}
.digitalresources_content ul {
  display: flex;
  padding-top: 94px;
  margin: 0px 0px 0px 136px;
}
.digitalresources_content ul li{
    position: relative;
    cursor: pointer;
    --animate-duration: 2s;
}
.digitalresources_content ul li .car_item{
  position: relative;
}
.digitalresources_content ul li .car_item p{
  position: absolute;
  top: 150px;
  left: 44px;
  font-size: 24px;
	line-height: 22px;
	letter-spacing: 2px;
  writing-mode: vertical-lr;
	color: #765630;
}
.digitalresources_content ul li .car_aside{
  position: absolute;
  top: 20px;
  left: 54px;
}
.digitalresources_content ul li:nth-child(1) .car_item p{
  display: none;
}
.digitalresources_content ul li:not(:first-child) .car_aside{
  display: none;
}
.digitalresources_content ul li .car_aside p{
  position: absolute;
  top: 150px;
  left: 38px;
  font-size: 26px;
	line-height: 22px;
	letter-spacing: 3px;
  writing-mode: vertical-lr;
	color: #765630;
}
.culturalspace{
  width: 100%;
  height: 750px;
  background: url('../images/bg_08.png') no-repeat;
  background-position: bottom left;
}
.culturalspace .culturalspace_content{
  width: 1449px;
  height: 504px;
  margin: 0 auto;
  /* margin-top: 33px; */
}
.culturalspace .culturalspace_content .img_info{
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.culturalspace .culturalspace_content .img_info img{
  width: 709px;
  height: 500px;
  cursor: pointer;
}
.culturalspace .title{
  width: 100%;
  height: 120px;
  display: flex;
  margin-top: 40px;
}
.culturalspace .culturalspace_content .more{
  font-size: 14px;
  width: 100%;
  height: 34px;
}
.culturalspace .culturalspace_content .more p{
  float: right;
  width: 93px;
  height: 34px;
  background:url('../images/new_more.png') no-repeat;
  line-height: 34px;
	letter-spacing: 1px;
  padding-right: 30px;
	color: #9b6a31;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.footer{
  width: 100%;
  height: 232px;
  background: url('../images/footer.png') no-repeat;
  background-size:100% 100%;
  background-position: bottom left;
}
.footer div{
  text-align: center;
  font-size: 12px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #ffffff;
}
.footer .friendship{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 38px;
  padding-bottom: 30px;
}
.footer .friendship ul{
  display: flex;
}

.footer .friendship ul li{
  font-size: 12px;
  color: #fff;
	letter-spacing: 1px;
	color: #ffffff;
  padding: 0px 15px;
  position: relative;
  cursor: pointer;
}
.footer .friendship ul li:not(:last-child)::after{
  position: absolute;
  content: '';
  top: 12px;
  right: 0px;
  width: 1px;
  height: 10px;
  background: #fff;
}

/* 瀹氫綅鎮诞妗� */
.fixed_box{
  z-index:99999;
  position: fixed;
  top: 300px;
  right: 10px;
  width: 127px;
  height: 528px;
  background: url('../images/fixed_bg.png') no-repeat;
  background-size: 100% 100%;
}
.fixed_box ul{
  width: 100%;
  padding: 86px 0px 0px 26px;
  box-sizing: border-box;
}
.fixed_box ul li{
  font-family: '瀹嬩綋';
  font-weight: 600;
  font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #518083;
  cursor: pointer;
}
.fixed_box ul li:hover{
  color: #77c7cc;
}
.fixed_box p{
  font-size: 12px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #ffd37d;
  cursor: pointer;
  padding: 72px 0px 0px 32px;
  box-sizing: border-box;
}
.fixed_box p:hover{
  color: #dea126;
}

#calendar {
  width: calc(100% - 50px);
}

.clearfix {
  margin-bottom: 50px !important;
}

/* 鐧诲綍鍚庣姸鎬� */
.login .login_main .ingo .loginName{
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;

}
.login .login_main .ingo .loginName img{
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.login .login_main .ingo .loginName p{
  font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
}



/* 当屏幕分辨率不超过1400px的时候将body内容缩放成90% */
/*大于1400px  小于1000px*/
@media screen and (max-width: 1400px) and (min-width:1285px) { 
  .bodys{
    zoom: 60%!important;
    } 	
  }

    /* 高度小于500px并且宽度大于1400px */
   /* 小于1000px*/
@media screen and (max-width:1285px){
  .bodys{
    zoom: 50%!important;
  } 	
}


  /* 高度小于500px并且宽度大于1400px */

@media screen and (min-width: 1400px) and (max-width:1700px){
    .bodys{
      zoom: 70%!important;
    } 	
}


@media screen and (min-width: 1700px) and (max-width:1900px){
  .bodys{
    zoom: 80%!important;
  } 	
}

/* 大于2500 */
@media screen and (min-width: 1900px){
  .bodys{
    zoom: 90%!important;
  } 	
}




