/* 澶撮儴澶ц疆鎾浘 */
.swiper-container {
    width: 100%;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(max-width);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(max-width);
  }
  0% {
    opacity: 0.5;
    transform: translateX(max-width);
  }
  100% {
    opacity: 1;
  }
}

.myswiper{min-height:333.4375px;width:100%;margin:auto;position: relative}
.myswiper .mythumbs{position:absolute;bottom:2.857rem; width:84%;display:flex;flex-direction:row;height:5.357rem;z-index:10;left:8%;}
.myswiper .mythumbs .thumbs{flex:1;}
.myswiper .mythumbs .thumbs + .thumbs{margin-left:0.715rem}
.myswiper .mythumbs .curn{flex:2;}
.myswiper .mythumbs .thumbs .tips{display:flex;height:5.357rem;text-align: center;font-size:1.143rem;cursor:pointer;background:url(/statics/images/Common/bg_null2-5c09a4b752b9b21da3866889fb723503.png) repeat 0 0;}
.myswiper .mythumbs .thumbs .tips span{margin:auto;}
.myswiper .mythumbs .thumbs .img{display:none;height:5.357rem;background-size: 100% 100%;}
.myswiper .mythumbs .thumbs.curn .tips{display:none}
.myswiper .mythumbs .thumbs.curn .img{
	display:block;
	animation-name:'fadeInLeft';/*鍔ㄧ敾灞炴�у悕锛屼篃灏辨槸鎴戜滑鍓嶉潰keyframes瀹氫箟鐨勫姩鐢诲悕*/
	animation-duration: 2s;/*鍔ㄧ敾鎸佺画鏃堕棿*/
	animation-iteration-count: 1;/*瀹氫箟寰幆璧勬枡锛宨nfinite涓烘棤闄愭*/
	animation-direction: alternate;/*瀹氫箟鍔ㄧ敾鏂瑰紡*/
	-webkit-animation-name: "fadeInLeft"; /*鍔ㄧ敾鍚嶇О锛岄渶瑕佽窡@keyframes瀹氫箟鐨勫悕绉颁竴鑷�*/
	-webkit-animation-duration: 2s;/*鍔ㄧ敾鎸佺画鐨勬椂闂撮暱*/
	-webkit-animation-iteration-count: 1;/*鍔ㄧ敾寰幆鎾斁鐨勬鏁颁负1 infinite涓烘棤闄愭*/
}
.swiper-box{width:100%;min-width:85.714285rem;height:46.428571rem;position:relative;overflow:hidden;background:#fff;text-align:center;}
.swiper-box .content{width:85.714285rem;position:absolute;left:50%;margin-left:-42.857142rem}
.swiper-box .content li{width:85.714285rem!important;overflow:hidden;}
.swiper-box .content li img{display:block;width:85.714285rem;height:46.428571rem;}
.swiper-box .content li .hasPic{cursor:pointer;}
.swiper-box .tempWrap{overflow:visible !important}
.swiper-box .tempWrap ul{margin-left:-85.714285rem !important;}
.swiper-box .hd{position:absolute;width:100%;left:0;z-index:1;height:0.571428rem;bottom:1.428571rem;text-align:center;}
.swiper-box .hd li{display:inline-block;*display:inline;zoom:1;width:0.571428rem;height:0.571428rem;line-height:7.071428rem;overflow:hidden;background:url(../images/slider-btn.png) 0 -10px no-repeat;margin:0 5px;cursor:pointer;filter:alpha(opacity=60);opacity:0.6;}
.swiper-box .hd li.on{background-position:0 0;filter:alpha(opacity=100);opacity:1;}
.swiper-box .pnBtn{position:absolute;z-index:998;top:0;width:100%;height:46.428571rem;cursor:pointer;}
.swiper-box .prev{left:-50%;margin-left:-42.857142rem;}
.swiper-box .next{left:50%;margin-left:42.857142rem;}
.swiper-box .pnBtn .backg{display:block;position:absolute;left:0;top:0;width:100%;height:46.428571rem;border: #F2F2F2 30px solid;
    box-sizing: border-box;}
.swiper-box .pnBtn .backg-inner{display:block;position:absolute;left:0;top:0;width:100%;height:42.142857rem;background:#fff;filter:alpha(opacity=50);opacity:0.5;}

.swiper-box .pnBtn .arrow{display:none;position:absolute;top:0;z-index:1;width:4.285714rem;height:46.428571rem;}
.swiper-box .pnBtn .arrow:hover{filter:alpha(opacity=60);opacity:0.6;}
.swiper-box .prev .arrow{right:10px;background:url(/statics/images/left_arrow-7f7a77a89736486fb1182baa6cb4bb46.png) 0 center no-repeat;}
.swiper-box .next .arrow{left:45px;background:url(/statics/images/right_arrow-a30d5af43cb2ec4b8bf4557e5d631b81.png) 0 center no-repeat;}

/* 閫氱敤鎺у埗 */
.box-content{
	margin-bottom: 2.857142rem;
}
.tab-title {
	font-size: 1.143rem;
	color: var(--main_color);
	font-weight: bold;
}
.view-more {
	color: #A1A1A1;
	cursor: pointer;
    font-size: 1rem;
}
.double-content{
	display: flex;
	height: calc(100% - 5.501rem);
}
.half-content {
	flex: 1;
	width: calc(50% - 0.893rem);
}
.double-content .half-content + .half-content{
	margin-left: 1.786rem;
}
.box-pd{
	padding: 1rem 0;
	margin-left:2px;
}
.box-title {
	height: 2.857rem;
	margin: 0 1rem;
	line-height: 2.857rem;
	border-bottom: 1px solid #BCBCBC;
}
.box-tab{
	float: left;
    color: #ffffff;
    margin-right: 1.429rem;
}
.tab-sel{
	border-bottom: 0.143rem solid #ffffff;
    height: 2.6rem;
}
.previewdiv{
	position: relative;
    min-height: 3rem;
	cursor: pointer;
}
.previewpic{
	width: 100%;
}
.pic-title{
	position: absolute;
	left: 0;
	bottom: 0;
    background: url(/statics/images/Common/video_titbg-fd2f83ddb9e127be28089f9b78108cb1.png) repeat-y 0 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 3rem;
}
.partner-name{
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nodata{color:#999;}
/* 涓棿鍐呭鈥旓紙閫氱煡鍏憡-鐖卞績鐣欒█-鎹愯禒淇℃伅锛� */
.union-content{
	display: flex;
}
.union-content .left-content{
	width:calc(100% - 40.642857rem);
	padding-right:3.142857rem;
}
.union-content .left-content .notice-content{
	background-color:#fff;
	height:48%;
}
.union-content .left-content .message-content{
	background-color:#fff;
	height:48%;
	margin-top:1.571428rem;
}
.union-content .right-content{
	width:40.642857rem;
	height:37rem;
	background-color:#fff;
}
.box-notice{
	padding:0 1rem;
}
.box-notice > div{
	width: 100%;    
	height: 3rem;
	display: flex;
}
.box-notice > div > div{
	cursor: pointer;
	width: 100%;                  
	white-space: nowrap;          
	text-overflow: ellipsis;           
	overflow: hidden;
	margin: auto 0;
}
.box-notice > div > div > .noticeDay{
	color: #999;
	margin-right: 0.715rem;
}
/*鎹愯禒璁板綍*/
.box-donate{
	padding:0 1rem;
	height: calc(100% - 2.857rem);
}
.donate-content .donate-total>div div:nth-child(1){width:6.5rem;}
.donate-content .donate-total>div div:nth-child(2){min-width:4rem;color:var(--main_color);font-weight:700;padding-right:1rem;font-size:1.285714rem;}
.donate-content .donate-total>div div:nth-child(3){width:4rem;}
.donate-content .donate-list{height:calc(100% - 8.714285rem);padding-top:1rem;}
.donate-content .donate-list .userinfo{float: left;width: calc(100% - 6.5rem);display: flex;height: 2.5rem;margin-bottom:0.7rem;}
.donate-content .donate-list .userinfo .allInfo{margin: auto 0;word-break:break-all;}
.donate-content .donate-list .userinfo .allInfo div{float:left;}
.donate-content .donate-list .userinfo .allInfo .donate-name{word-break:break-all;padding-right:.5rem;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} 
.donate-content .donate-list .userinfo .allInfo .donate-jz{padding-left:.5rem;}
.donate-content .donate-list .userinfo em{font-style: unset;margin-left:-0.357142rem}
.donate-content .donate-list .timeinfo{float: right;width: 6.1rem;line-height: 2.571428rem;text-align: right;color: #999999;}
.donate-title{
    width: 100%;
    line-height: 2.429rem;
    padding: 0 0.715rem 0 1rem;
    margin-bottom: 0.643rem;
    display: flex;
    position: absolute;
    left: -0.8rem;
    top: 0.715rem;
    background: var(--main_color);
}
.donate-title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.8rem;
    border-bottom: 0.8rem solid transparent;
    border-right: 0.8rem solid #343434;
}
.donate-title i{
	font-size: 1.785rem;
}
.donate-title .title-text{
	font-size: 1.143rem;
	margin-left: 0.358rem;
    font-weight: bold;
}
.donate-total{
	line-height: 2.143rem;
    padding-top: 1rem;
}
.donate-total > div{
	display: flex;
	min-height: 2.429rem;
}
.donate-total i{
	font-size: 1.5rem;
    color: var(--main_color);
    margin: auto 0.643rem;
}
.donate-total > div > div{
	margin: auto 0;
    word-break: break-all;
}
.donate-content .layui-carousel,.donate-content .layui-carousel>[carousel-item]>*{
	background-color:#fff;
}
/*鎹愯禒缁撴潫*/

/*e涓囪鍔ㄧ畝浠�*/
.introduce-content{
	width:100%;	
}
.introduce-content .introduce-detail{
	padding: 0px 14.285714rem;
}
.introduce-content .introduce-detail .introduce-title{
	text-align: center;
    font-size: 1.714285rem;
}
.introduce-content .introduce-detail .introduce-words{
	text-indent:2em;
	padding-top: 1.071428rem;
    font-size: 1.2rem;
    line-height: 2rem;
}
.introduce-content .introduce-support {
	text-align:center;
	margin-top:2.857142rem;
}
.introduce-content  .introduce-support button{
	background-color: var(--minor_color);
    width: 16rem;
    height: 3.857142rem;
    margin-right: 2.142857rem;
    border: 0;
    font-size: 1.142857rem;
    color: #fff;
    border-radius: 4px;
}
.introduce-content .introduce-support button:first-child{
	background-color: var(--main_color);
    font-size: 1.714285rem;
    width: 17.285714rem;
    height: 4.357142rem;
}
/*绠�浠嬬粨鏉�*/
/*椤圭洰鍔ㄦ�侊紙鏂伴椈鍔ㄦ�侊級*/
.news-content{width:100%;margin-right:1.786rem;height:45.914rem;margin-top:0;background-color:#fff;padding:1rem;}
.news-content .news-detail{width:100%;height:100%;} 
.news-content .news-detail .news-intro{width:40%;padding-left:3.571428rem;float:left;height:60%;position:relative;}
.news-content .news-detail .news-name{font-size:1.571428rem;color:var(--main_color)}
.news-content .news-detail .news-all{cursor:pointer;}
.news-content .news-detail .news-line{border-bottom:0.214285rem solid #bcbcbc;width:4.642857rem;margin-top:0.357142rem;}
.news-content .news-detail .news-title{font-size:22px;margin-top:2.285714rem;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden;color: #000;font-weight: normal;}
.news-content .news-detail .news-btn{margin-top:1rem;height: 3.571428rem;}
.news-content .news-detail .news-btn div{line-height:2.857142rem;color:#868686;}
.news-content .news-detail .news-summary{margin-top:1.571428rem;font-size:1rem;color:#000;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:8;word-break:break-all;overflow:hidden;line-height:1.785714rem;}
.news-content .news-detail .news-more{position:absolute;bottom:0;left:3.571428rem;}
.news-content .news-detail .news-more button{padding:0;background-color:unset;color:#999;}
.gallery-news{height:60%;width:60%;margin:0;float:left;position:relative;}
.news-swiper{height:45.714rem}
.myswiper .mythumbs2{position:relative;top:1.2857142857142858rem;width:100%;display:flex;flex-direction:row;height:15.214285rem;z-index:10;cursor:pointer;}
.myswiper .mythumbs2 .thumbs2{flex:1;position:relative;}
.myswiper .mythumbs2 .thumbs2+.thumbs2{margin-left:.714rem}
.myswiper .mythumbs2 .thumbs2 .tips{display:flex;height:5.357rem;text-align:center;font-size:1.143rem;cursor:pointer;background:url(/statics/images/bg_null2-5c09a4b752b9b21da3866889fb723503.png) repeat 0 0}
.myswiper .mythumbs2 .thumbs2 .tips span{margin:auto}
.myswiper .mythumbs2 .thumbs2 .img{height:15.214285rem;background-size:100% 100%;}
.myswiper .mythumbs2 .thumbs2 .img-hover{position: absolute;left: 0; bottom: 0;content: '';width: 100%;height:100%;background-color:white;opacity:0.6;}
.myswiper .mythumbs2 .thumbs2 .img-border{border:3px solid var(--main_color);}
.swiper-pagination2{z-index:99;position:absolute;text-align:right;padding-right:2.142857rem}
.swiper-pagination-bullet-active{background:var(--main_color)}
/*鏂伴椈缁撴潫*/
/* 缁熻鏁版嵁 */
.total-content{
	display: flow-root;
	font-size: 1.214rem;
	line-height: 1.429rem;
    padding: 1.143rem 0;
}
.total-content div{
	float: left;
}
.total-content > div > div:nth-child(1){
	padding-right: 0.5rem;
}
.total-content > div > div:nth-child(2){
	min-width: calc(100% - 10rem);
    font-weight: bold;
	color: var(--main_color);
}
.total-content > div > div:nth-child(3){
	padding-left: 0.715rem;
}
.total-content .left-total{
	width: 33%;
	padding-left: 1.072rem;
}
.total-content .center-total{
	width: 34%;
	padding-left: 1rem;
	border-left: 0.143rem solid #b6b6b6;
	border-right: 0.143rem solid #b6b6b6;
}
.total-content .right-total{
	width: 33%;
	padding-left: 1.072rem;
}
/* 鍏泭浼欎即 */
.partner-box img{
	width: 11.4286rem;
	height: 4.2857rem;
	border: 1px solid #ccc;
}

.partner-content{
	min-height:5rem;
}

.partner-content .partner-box:not(:first-child){
	display: none;
}
.partner-content .partner-tip{
	color:#999;
}

.nav_boxshow {
    width: 100%;
    height: 0.571rem;
    font-size: 0.071rem;
    background: url(/statics/images/navbox_bottom-9b6c27bca5e270def09d5e0703b1b2e4.png);
    position: absolute;
    z-index: 99999999;
}

.partner-content .nodata{
    margin-top:1rem;
    margin-left:1rem;
    text-align:left;
}

.news-time{
	text-align:right;
	color:#ccc !important;
}

.news-name .first{
	font-size:24px;
}

.widthFlex{
	display: flex;
}

.flex1{
	flex:1;
}