/*index*/

.content_tit1 {
	margin-bottom: 20px;
}

.content_tit h2 {
	font-size: .7rem;
}

.content_tit p {
	font-size: .4rem;
	letter-spacing: 1px;
	color: #444;
}

section.content {
	font-size: .35rem;
	width: 85%;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: column;
}

section.content h3 {
	font-size: .4rem;
	color: #ea5504;
	margin-bottom: 10px;
}

section.content p {
	line-height: .6rem;
}

.content_item {
	margin-bottom: 20px;
}

.content_swiper {
	width: 100%;
}

.swiper_box {
	width: 100%;
}

.swiper_box.swiper_box_activity,
.swiper_box.swiper_box_events {
	border: none;
	text-align: center;
	position: relative;
}

.swiper_box_activity_img_div {
    width: 200px;
    height: 250px;
    margin-left: 15px;
}
.swiper_box_activity_img_div .text{
    margin-top: 10px;
    font-family: SourceHanSerifCN-Regular;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #313332;
}

.swiper_box_activity_img {
	width: 200px;
	height: 200px;
}

.swiper_box_activity_img123 {
	width: 200px;
	height: 200px;
	/*border-radius: 50%;*/
	overflow: hidden;
	margin: 0 auto 20px;
	margin-top: 50px;
}

.swiper_box_activity_img1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.h44{
	font-size: 24px;
	margin-top: 40px;
	color: #313332;
}

.pc .swiper_box_activity_img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.swiper_box_activity_img img {
	width: 100%;
	height: 100%;
}

.swiper_box.swiper_box_activity h4 {
	font-size: .5rem;
}

.pc .swiper_box.swiper_box_activity h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.swiper_box.swiper_box_activity p {
	font-size: .4rem;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}

.pc .swiper_box.swiper_box_activity p,
.pc .swiper_box.swiper_box_events p {
	font-size: 16px;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}

.pc .swiper_box.swiper_box_activity .swiper-button-next,
.pc .swiper_box.swiper_box_events .swiper-button-next,
.pc .swiper_box.swiper_box_activity .swiper-button-prev,
.pc .swiper_box.swiper_box_events .swiper-button-prev {
	top: 106px;
	margin: 0;
	width: 54px;
	height: 88px;
	background-size: 54px 88px;
}

.pc .swiper_box.swiper_box_activity .swiper-button-next,
.pc .swiper_box.swiper_box_events .swiper-button-next {
	right: -50px;
}

.pc .swiper_box.swiper_box_activity .swiper-button-prev,
.pc .swiper_box.swiper_box_events .swiper-button-prev {
	left: -50px;
}

.swiper_box.swiper_box_activity a {
	color: #333;
}

.swiper_box.swiper_box_events img {
	text-align: left;
	margin-bottom: 20px;
}

.swiper_box.swiper_box_events p {
	font-size: .4rem;
	margin: 0 0 20px 0;
	padding-left: 10%;
	position: relative;
	text-align: left;
}

.pc .swiper_box.swiper_box_events p {
	font-size: 16px;
}

.swiper_box.swiper_box_events p:before {
	font-family: iconfont;
	content: '\e635';
	color: #fff;
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #939393;
	border-radius: 20px;
}

.swiper-button-next {
	right: -15px;
}

.swiper-button-prev {
	left: -15px;
}

.news_box_big a {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 40px;
	color: #333;
}

.news_box_big_img {
	width: 45%;
	padding: 20px;
	border: 1px solid #ddd;
}

.news_box_big_info {
	width: 50%;
}

.news_box_big .tit {
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
}

.news_box_big .date {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.news_box_big .description {
	font-size: 14px;
}

.news_box_small a {
	color: #333;
	margin-bottom: 20px;
}

.news_box_small .tit {
	padding-left: 10%;
	font-size: .4rem;
	color: #333;
	position: relative;
	overflow: hidden;
	max-width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pc .news_box_small .tit {
	font-size: 20px;
	padding-left: 3%;
}

.news_box_small .tit:before {
	font-family: iconfont;
	content: '\e635';
	color: #fff;
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #939393;
	border-radius: 20px;
}


/*events*/

.events-content .content_box {
	width: 100%;
	margin: 0 auto;
}

.events_item {
	width: 100%;
	border-left: 1px #333 dotted;
	z-index: 1;
	padding-bottom: 20px;
}

.item_year {
	position: relative;
	left: -10px;
	width: 25%;
	padding: 5px 0;
	/*background: #fff;*/
	margin-bottom: 10px;
	z-index: 2;
}

.item_box {
	position: relative;
	z-index: 2;
}

.item_box ul {
	width: 100%;
}

.item_box li {
	margin-bottom: 15px;
	position: relative;
	font-size: .35rem;
	color: #333;
	padding: 0 5% 0 10%;
	width: 100%;
	line-height: 1.5;
}

.item_box li span:after {
	font-family: iconfont;
	content: '\e635';
	color: #fff;
	font-size: 14px;
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #939393;
	border-radius: 20px;
}

.pc section.content {
	font-size: 16px;
	width: 60%;
	margin: 0 auto 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.pc section.content:nth-child(3),
.pc section.content:nth-child(4),
.pc section.content:nth-child(5),
.pc section.content:nth-child(6),
.pc section.content:nth-child(7) {
	display: block;
}

.pc .content_tit {
	margin-bottom: 20px;
	width: 48%;
}

.pc .content_page {
	width: 48%;
}

.pc section.content:nth-child(3) .content_page,
.pc section.content:nth-child(4) .content_page,
.pc section.content:nth-child(5) .content_page,
.pc section.content:nth-child(6) .content_page,
.pc section.content:nth-child(7) .content_page {
	width: 100%;
}

.pc .content_tit {
	margin-bottom: 20px;
	width: 48%;
}

.pc .content_tit h2 {
	font-size: 38px;
}

.pc .content_tit p {
	font-size: 16px;
	letter-spacing: 0;
	color: #444;
	line-height: 32px;
}

.pc .content_tit>p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 10px;
}


.pc .content_tit1 {
	margin-bottom: 20px;
	width: 100%;
}

.pc .content_tit1 h2 {
	font-size: 38px;
}

.pc .content_tit1 p {
	font-size: 16px;
	letter-spacing: 0;
	color: #444;
	line-height: 32px;
}

.pc .content_tit1>p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 10px;
}

.pc .item_year {
	width: 10%;
}


/*activity*/

.activity-container ul {
	width: 100%;
	margin: 0 auto;
}

.pc .activity-container ul {
	width: 80%;
}

.activity-container li {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.pc .activity-container li {
	margin-bottom: 60px;
}

.activity_img {
	overflow: hidden;
	margin-bottom: .6rem;
}

.pc .activity_img {
	max-height: 550px;
	margin-bottom: 30px;
}

.activity_tit {
	margin-bottom: .6rem;
}

.pc .activity_tit {
	margin-bottom: 30px;
}

.activity_tit h2 {
	font-size: .5rem;
}

.pc .activity_tit h2 {
	font-size: 32px;
}

.activity_tit span {
	font-size: .4rem;
	padding-right: .8rem;
	position: relative;
}

.pc .activity_tit span {
	font-size: 24px;
	padding-right: 50px;
	position: relative;
}

.activity_tit span:after {
	font-family: iconfont;
	content: '\e60c';
	font-size: .5rem;
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	color: #fff;
	background: #333;
	text-align: center;
	line-height: .6rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.3rem;
}

.pc .activity_tit span:after {
	font-family: iconfont;
	content: '\e60c';
	font-size: 30px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background: #333;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.active_description {
	font-size: .4rem;
	color: #333;
	line-height: 32px;
}

.pc .active_description {
	font-size: 20px;
	line-height: 32px;
}

@media only screen and (max-width: 1600px) {
	.pc .swiper_box_activity_img {
		width: 280px;
		height: 280px;
	}
}

@media only screen and (max-width: 1440px) {
	.pc .swiper_box_activity_img {
		width: 250px;
		height: 250px;
	}
	.pc .news_box_small .tit {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1366px) {
	.pc .swiper_box_activity_img {
    width: 240px;
    height: 240px;
}
}

@media only screen and (max-width: 1280px) {}


.auth{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.auth .header1{
	width: 50%;
}
.auth .header2{
	width: 100%;
}
.rongyu-banner {
	height: 203px;
	width: 100%;
	margin-top: 20px;
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*left: 22%;*/
	/*width: 56%;*/
	/*background: yellow;*/
	/*opacity: 0.5;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: space-between;*/
}
.dashiji-banner{
	/*position: absolute;*/
	/*bottom: 40px;*/
	/*left: 22%;*/
	width: 100%;
	margin-top: 31px;
	/*background: yellow;*/
}
.tesehuodong-banner{
	/*position: absolute;*/
	/*bottom: 40px;*/
	/*left: 22%;*/
	width: 100%;
	margin-top: 30px;
	/*background: yellow;*/
}


.dashiji-banner.swiper_box_events {
	border: none;
	text-align: center;
	position: relative;
}
.swiper-wrapper5-div {
	width: 137px;
	height: 188px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	justify-content: center;
	margin-left: 10px;
	/*padding: 20px;*/
}


.swiper-wrapper5-div .img123{
	width: 112px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.swiper-wrapper5-div .text{
	font-size: 12px;
	line-height: 20px;
	color: #c19b5c;
	text-align: center;
	flex: 1;
}

.swiper-pagination-customs  {
	width: 12.5px;
	height: 12px;
	display: inline-block;
	background-image: url(/images/basic/pagination.png);
	background-size: 100% 100%;
	margin-right: 5px;
}
.swiper-pagination-customs-active {
	opacity: 1;
	background-image: url(/images/basic/swiper-pagination1.png);
}

.swiper6-div {
	/*background: red;*/
	margin-right: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper6-div .img {
	/*background: red;*/
	/*margin-right: 1px;*/
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.swiper6-div img {
	/*background: red;*/
	/*margin-right: 1px;*/
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.aaaa {}


.swiper-container6-left {
	width: 8%;
	height: 150px;
	background: #faf3e9;
	/*background: red;*/
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-container6-right {
	width: 7%;
	height: 150px;
	background: #faf3e9;
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-container6-line {
	width: 100%;
	height: 1px;
	background: #c7a36d;
	position: absolute;
	z-index: 0;
	top: 32px;
}
/*.swiper-slide-active{*/
	/*!*background:#ff6600;*!*/
	/*color:#fff;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
/*}*/


.swiper-container7-left {
	width: 8%;
	height: 100%;
	background: #faf3e9;
	/*background: red;*/
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
}
.swiper-container7-right {
	width: 7%;
	height: 100%;
	background: #faf3e9;
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.news-div {
	width: 100%;
	height: auto;
	margin-top: 60px;
	background-image: url(/images/about/news_bg.png);
	-moz-background-size:100% 100%;.
	background-size:100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.news-div1 {
	width: 31%;
	height: 68%;
	background: white;
	margin-left: 17%;
	opacity: 0.9;
}
.news-div2 {
	width: 94%;
	height: 94%;
	border: solid 1px #cccccc;
	font-family: SourceHanSerifCN-Regular;
	margin: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
	padding: 8%;
}

.news-div2 .div1 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	color: #c19b5c;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-div2 .div2 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	color: #313332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-div2 .div3 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #b1b1b1;
	flex: 1;
	padding-top: 10px;
	margin-bottom: 10px;
}

.news-div2 .img121{
	margin-top: 4%;
	margin-bottom: 4%;
	width: 100%;
}

.news_banner {
	width: 28%;
	height: 60%;
	margin-left: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.news_box_small_new {
	width: 100%;
	/*margin-bottom: 20px;*/
	display: flex;
	flex-direction: column;
}
.news_box_small_new .new-tit {
	font-family: SourceHanSerifCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: flex;
	flex-direction: row;
}
.news_box_small_new .date {
	font-size: 16px;
	font-family: SourceHanSerifCN-Light;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	opacity: 0.7;
	margin-top: 5px;
	margin-left: 36px;
}


.dangjian-div {
	margin-top: 30px;
	/*background: red;*/
	display: flex;
	flex-direction: row;

}

.control-div {
	width: 77px;
	height: 25px;
	background-color: #EA5504;
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 0;*/
	z-index: 99;
	display: flex;
	flex-direction: row;
	font-family: SourceHanSerifCN-Regular;
	font-size: 40px;
	color: white;
	align-items: center;
	padding: 0;
}

.swiper9-page-div {
	display: flex;
	flex-direction: row;
	flex: 1;
	align-items: flex-end;
	justify-content: center;
	font-family: SourceHanSerifCN-Regular;
	height: 30px;
	line-height: 30px;
}
.swiper9-page-div1 {
	font-family: SourceHanSerifCN-Regular;
	font-size: 14px;

}
.swiper9-page-div2 {
	font-family: SourceHanSerifCN-Regular;
	font-size: 10px;

	margin-left: 5px;
	margin-right: 5px;
}

.swiper9-page-div3 {
	font-family: SourceHanSerifCN-Regular;
	font-size: 14px;

}


.dangjian-div2 {
	width: 100%;
	height: 94%;
	font-family: SourceHanSerifCN-Regular;
	margin: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
	padding: 8%;
	flex: 1;
}

.dangjian-div2 .div1 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #c19b5c;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dangjian-div2 .div2 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	color: #313332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.dangjian-div2 .div3 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	color: #b1b1b1;
	flex: 1;
	padding-top: 20px;
	margin-bottom: 5px;
}

.dangjian-div2 .img121{
	width: 100%;
	margin-top: 4%;
	margin-bottom: 8%;
}

.dangjian-div2 .img122{
	margin-top: 4%;
	margin-bottom: 8%;
}
.play-btn {
    width: 50px;
    height: 50px;
}

.swiper-video-slide {
    width: 80%;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-video-slide-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.video-play {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999;
}

.video-title-div {
    display: flex; flex-direction: row; width: 100%; height: 60px; align-items: center; justify-content: center
}
.video-title {
    margin-left: 10px; margin-right: 10px; font-family: SourceHanSerifCN-Medium; color: #c19b5c; font-size: 15px;
}

.changeContent {
	font-family: SourceHanSerifCN-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #313332;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}