@charset "utf-8";

/*首页查看更多按钮*/
.more_2{
	text-align: right;

}
.more_2 a{
	color:#fff;
}

/* 首页 关于我们 更多按扭*/
.more_3{
	display:block;
	font-size:20px;
	width:260px;
	height:60px;
	text-align:center;
	color:#fff;
	border-radius:0px;
	line-height:60px;
	text-indent:0px;
	margin-top:40px;
	background-color: #822422;
}
.more_3:hover{
	background-color:#997335;color:#fff;font-weight: bold;border:none;
}

.index_about_title{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.index_about_title .big{
	color:#333;font-size: 40px;font-weight:bold;
	margin-bottom: 20px;
}

.index_about_title .small{
	color:#555;font-size:18px;padding-top: 15px;line-height: 160%;
}
.about_bg{
	padding-top:20px;
	padding-bottom: 40px;
}
.about_text{
	padding-bottom: 30px;
	margin-bottom: 0px;
	font-size:16px;
	color: #555;
	line-height: 200%;
	text-align: justify;
	text-indent: 2em;
}

.index_about_top img{
	width: 100%;
}
.index_about_main{
	min-height: 200px;
	color: #d1b589;
	font-size: 16px;
	padding: 20px;
	padding-top: 0px;
	line-height: 180%;
}
.index_about_main a{
	color: #d1b589;
	font-weight: bold;
	text-decoration-line: underline;
}
.index_about_main .btn{
	background-color: #976354;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	width:30%;
	margin-top: 10px;
	margin-bottom: 10px;

}
.about_item_bg{
	background-color: #822422;
	background-clip: content-box;/* 背景色不填充padding*/

}

.lt_first img{
	width: 100%;
}
.lt_first div{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background-color: #c02812;
	margin-bottom: 20px;
}
.lt_other{
	padding: 10px;
}
.lt_other a{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	width: 50%;
	float: left;
	line-height: 240%;
}
.lt_other a:nth-child(2n){
	text-align: right;
}


/* 首页新闻 */
.news_bg{
	padding-top:80px;
	padding-bottom: 80px;
}

.pr-80{
	padding-right: 80px;
}
.index_news_title{
	color:#863a3c;
	margin-bottom: 20px;
	line-height:40px;
	border-bottom: 1px #b38474 solid;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.index_news_title .name{
	font-size: 40px;
	font-weight:bold;
}
.index_news_title .more{
	background-color: #b38474;
	padding-left: 20px;
	padding-right: 20px;
}

.index_news_title .more a{
	color:#fff;
	font-size: 16px;
}
.index_news_title .more:hover{
	background-color: #822422;
}


.wz_title{
	line-height: 160%;
	font-size: 18px;
	color: #333;
}
.wz_title:hover{
	font-weight: bold;
}
.wz_date{
	font-family: "Georgia";
	font-size: 18px;
	width: 100px;
	text-align: right;
}

.wz_jianjie{
	line-height: 150%;
	font-size: 14px;
	color: #666;
}
.wz_jianjie:hover{
	color:#333;
}



.news_item{
	display: flex;
	justify-content: start;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news_item a{
	display: block;
	width: 100%;
}

.news_date{
	font-family: "Georgia";
	font-size: 18px;
	text-align: left;
	color:#f29600;
	margin-top: 5px;
}
.news_item a:hover{
	color:#863a3c;
}




.tongzhi_item{
	display: flex;
	justify-content: start;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tongzhi_item a{
	display: block;
	width: 100%;
}

.tongzhi_date{
	width:80px;
	background-color: #444444;
	margin-right: 10px;
	font-family: "Georgia";
	text-align: center;
	margin-bottom: 5px;
}
.tongzhi_item a:hover{
	color:#863a3c;
}

.date_d{
	background-color: #f29600;
	height:46px;
	color:#fff;
	font-size: 30px;
	line-height: 46px;
}
.date_y{
	color:#fff;
	line-height: 32px;
	font-size: 16px;
}
/* 首页文章 */
.wz_bg{
	padding-top:60px;
	padding-bottom: 60px;
	background-image:url('../webimages/wz_bg.jpg');
	background-repeat:repeat;
	background-postion:top center;
}


/* 首页团队*/
.tuandui_bg{
	padding-top:30px;
	padding-bottom: 90px;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-button-next{
	color:#863a3c!important;
}
.swiper-button-prev{
	color:#863a3c!important;
}
.indexbanner .swiper-wrapper{

}
.indexbanner .swiper-pagination {
bottom:-40px!important;
}
.indexbanner .swiper-slide {
text-align: center;
font-size: 18px;
/*width:280px;
height:510px;*/
border:none;
border-radius: 0px;
background-color:rgba(255,255,255,0.8);
/*padding: 20px;*/

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items:flex-start;
overflow: hidden;


}
.swiper-slide a{
	width:100%;
	height:100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
.swiper-slide img {
display: block;
width: 100%;height:100%;
object-fit: cover;
}
.lvshi_name{
  margin-top: 15px;
  font-size: 18px;
  color:#863a3c;
  text-align: left;
}
.lvshi_jianjie{
  margin-top: 5px;
  font-size: 14px;
  color:#863a3c;
  text-align: left;
}

.swiper-pagination-bullet{
background-color: #863a3c!important;
}
.swiper-pagination-bullet-active{
background-color: #fcaa20!important;
}

/* 期刊 */
.qk_fengmian{
	width:80%;
}
.qk_fengmian img{
	width:100%;
}
.qk_jianjie{
	margin-left: 40px;
	font-size: 16px;
	line-height: 180%;
	color:#333;
}
.qk_title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.zxqk_item a{
	background-image: url("/webimages/qk_btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#fff;
	font-size: 20px;
	text-align: center;
	padding: 15px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* 会员活动 */
.hy_hd{

}
.hy_hd img{
	background-color: #fff;
	padding: 8px;
	display: block;
	width: 100%;
	height: 200px;
	box-shadow: 0px 0px 3px #ccc;
}