@charset "utf-8";
/*banner*/
.banner{position: relative;height: 600px;overflow: hidden;}
.banner .swiper-slide{display: block;background-position: center;background-size: cover;background-repeat: no-repeat;transition: none;}
.banner .swiper-slide-active{transform: scale(1.1);transition: 10s linear;}
.banner .swiper-pagination{z-index: 1;left: 50%;bottom: 30px;width: auto;font-size: 0;transform: translateX(-50%);}
.banner .swiper-pagination:after{content: "";z-index: -1;position: absolute;left: 36px;right: 36px;top: 50%;height: 1px;background-color: #fff;opacity: .3;}
.banner .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 36px!important;background-color: #fff;border-radius: 4px;box-shadow: 0 0 8px rgba(0,0,0,1);opacity: .5;transition: 0.3s;}
.banner .swiper-pagination-bullet-active{position: relative;background-color: #005ca7;opacity: 1;}
.banner .swiper-pagination-bullet-active:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #005ca7;opacity: .5;border-radius: 50%;animation: scaleDouble 2s ease-out infinite;}
@keyframes scaleDouble{
	to{transform: scale(2);}
}
.banner .btn{z-index: 1;position: absolute;top: 50%;width: 60px;height: 60px;margin-top: -30px;border: 2px solid #fff;border-radius: 50%;cursor: pointer;transition: 0.3s;filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3));}
.banner .prev-btn{left: 0;transform: translateX(-100%);}
.banner .prev-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #fff;border-left: 2px solid #fff;transform: translate(-30%,-50%) rotate(-45deg);}
.banner .next-btn{right: 0;transform: translateX(100%);}
.banner .next-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-70%,-50%) rotate(45deg);}
.banner .btn:hover{background-color: #005ca7;border-color: #005ca7;}
.banner:hover .prev-btn{transform: translateX(20%);}
.banner:hover .next-btn{transform: translateX(-20%);}

/******首页******/
.index-content{overflow-x: hidden;}
/*标题*/
.index-title{margin-bottom: 40px;text-align: center;}
.index-title .name{position: relative;display: inline-block;font-size: 28px;line-height: 30px;font-weight: bold;}
.index-title.white .name{color: #fff;}
/*布局*/
.index-content{}
.index-content .part1{padding: 40px 0 60px;background-color: #fff;}
.index-content .part2{padding: 50px 0 70px;background: url(../images/index_part2_bg.jpg) center no-repeat;background-size: cover;}
.index-content .part3{padding: 60px 0;background-color: #fff;}
.index-content .part4{padding: 50px 0 60px;background-color: #f4f4f4;}

/*头条新闻*/
.headline-news-box{}
.headline-news-box > .title{float: left;width: 230px;height: 90px;background-color: #005ca7;font-size: 30px;text-align: center;line-height: 90px;font-weight: bold;color: #fff;}
.headline-news-box > .content{margin-left: 230px;}
.big-news-swiper{position: relative;height: 90px;padding-right: 44px;border: 1px solid #ececec;overflow: hidden;}
.big-news-swiper .swiper-slide{position: relative;}
.big-news-swiper .swiper-slide .tit{display: block;padding: 0 160px 0 50px;font-size: 24px;line-height: 88px;font-weight: bold;color: #005ca7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.big-news-swiper .swiper-slide .date{position: absolute;right: 30px;top: 50%;transform: translateY(-50%);font-size: 20px;line-height: 20px;color: #005ca7;}
.big-news-swiper .btn{position: absolute;right: 0;width: 44px;height: 44px;border-left: 1px solid #ececec;cursor: pointer;transition: 0.3s;}
.big-news-swiper .prev-btn{top: 0;border-bottom: 1px solid #ececec;}
.big-news-swiper .prev-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #dadada;border-right: 2px solid #dadada;transform: translate(-50%,-30%) rotate(-45deg);}
.big-news-swiper .next-btn{bottom: 0;}
.big-news-swiper .next-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-right: 2px solid #dadada;border-bottom: 2px solid #dadada;transform: translate(-50%,-70%) rotate(45deg);}
.big-news-swiper .btn:hover{background-color: #005ca7;}
.big-news-swiper .btn:hover:after{border-color: #fff;}

/*主要新闻区*/
.main-news-box{margin-top: 40px;overflow: hidden;}
.main-news-box > .con-l{float: left;width: 630px;}
.main-news-box > .con-r{margin-left: 660px;}
/*新闻图片轮播*/
.news-pic-swiper{position: relative;overflow: hidden;}
.news-pic-swiper .swiper-slide{z-index: 0;position: relative;display: block;padding-top: 58%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.news-pic-swiper .swiper-slide:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 50%;background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.5));}
.news-pic-swiper .swiper-slide .tit{position: absolute;left: 0;right: 0;bottom: 0;padding: 0 150px 0 1em;font-size: 16px;line-height: 50px;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-pic-swiper .swiper-pagination{z-index: 1;left: auto;right: 20px;bottom: 20px;width: auto;font-size: 0;}
.news-pic-swiper .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px!important;background-color: #fff;border-radius: 4px;opacity: .5;transition: 0.3s;}
.news-pic-swiper .swiper-pagination-bullet-active{width: 30px;opacity: 1;}
/*新闻选项卡*/
.news-tab-box{}
.news-tab-box .tabs{z-index: 0;position: relative;font-size: 0;}
.news-tab-box .tabs:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 1px;background-color: #dcdcdc;}
.news-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding-bottom: 18px;margin-left: 60px;font-size: 20px;line-height: 20px;cursor: pointer;}
.news-tab-box .tabs .item:first-child{margin-left: 0;}
.news-tab-box .tabs .item:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background-image: linear-gradient(90deg,#e60012,#f6b24f);transform: scaleX(0);transform-origin: left;transition: 0.3s;}
.news-tab-box .tabs .item.on{font-weight: bold;color: #e60012;}
.news-tab-box .tabs .item.on:after{transform: scaleX(1);}
.news-tab-box .tab-content{overflow: hidden;}

/*新闻列表-纯文字*/
.news-text-list{}
.news-text-list li{position: relative;border-bottom: 1px solid #f1f1f1;line-height: 54px;}
.news-text-list li:before{content: "";position: absolute;left: 2px;top: 50%;width: 6px;height: 6px;margin-top: -3px;background-color: #bfbfbf;border-radius: 50%;transition: 0.5s;}
.news-text-list li:after{content: "";position: absolute;left: 2px;top: 50%;width: 12px;height: 2px;margin-top: -1px;background-color: #e60012;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.news-text-list li .tit{display: block;padding: 0 125px 0 20px;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-text-list li .date{position: absolute;right: 10px;top: 0;font-size: 16px;color: #999;}
.news-text-list li:hover:before{opacity: 0;}
.news-text-list li:hover:after{transform: scaleX(1);}
.news-text-list li:hover .tit{color: #e60012;}

/*产品与服务*/
.product-service-box{background-color: #fff;}
.product-service-box .tabs{z-index: 0;position: relative;font-size: 0;text-align: center;}
.product-service-box .tabs:before{content: "";position: absolute;left: 50%;top: -40px;width: 0;height: 0;border: 20px solid transparent;border-bottom: 16px solid #fff;border-top-width: 24px;transform: translateX(-50%);}
.product-service-box .tabs:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 1px;background-color: #e5e5e5;}
.product-service-box .tabs .item{z-index: 0;position: relative;display: inline-block;vertical-align: top;width: 25%;padding-top: 20px;cursor: pointer;}
.product-service-box .tabs .item:before{content: "";position: absolute;left: 0;top: 50%;width: 1px;height: 54%;background-color: #e5e5e5;transform: translateY(-50%);}
.product-service-box .tabs .item:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(180deg,#fffefd,#fff1dc);transform: scaleY(0);transform-origin: bottom;transition: 0.5s;transition-delay: 0.2s;}
.product-service-box .tabs .item:first-child:before{display: none;}
.product-service-box .tabs .item .icon{display: inline-block;width: 50px;height: 50px;filter: brightness(0) invert(.6);}
.product-service-box .tabs .item .name{position: relative;padding: 10px 0 20px;font-size: 20px;line-height: 20px;font-weight: bold;white-space: nowrap;}
.product-service-box .tabs .item .name:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background-image: linear-gradient(90deg,#e60012,#f6b24f);transform: scaleX(0);transform-origin: left;transition: 0.3s;}
.product-service-box .tabs .item.on:after{transform: scaleY(1);}
.product-service-box .tabs .item.on .icon{filter: brightness(1);}
.product-service-box .tabs .item.on .name{color: #e60012;}
.product-service-box .tabs .item.on .name:after{transform: scaleX(1);}
.product-service-box .tab-content{padding: 50px 40px;background: url(../images/product_content_bg.jpg) left bottom no-repeat;overflow: hidden;}
/*产品轮播*/
.product-swiper{position: relative;overflow: hidden;}
.product-swiper .swiper-slide{overflow: hidden;display: block;}
.product-swiper .swiper-slide > .con-l{float: left;width: 46%;}
.product-swiper .swiper-slide > .con-r{float: right;width: 50%;}
.product-swiper .swiper-slide .info{}
.product-swiper .swiper-slide .info .tit{padding-bottom: 28px;margin-bottom: 20px;border-bottom: 1px solid #dcdcdc;font-size: 20px;font-weight: bold;transition: 0.3s;}
.product-swiper .swiper-slide .info .txt{max-height: 150px;font-size: 16px;line-height: 30px;overflow: hidden;}
.product-swiper .swiper-slide .info .more{position: relative;display: inline-block;padding-right: 20px;margin-top: 70px;line-height: 20px;color: #666;transition: 0.3s;}
.product-swiper .swiper-slide .info .more:after{content: "";position: absolute;right: 10px;top: 50%;width: 8px;height: 8px;border-top: 1px solid #333;border-right: 1px solid #333;transform: translate(50%,-50%) rotate(45deg);}
.product-swiper .swiper-slide .pic{overflow: hidden;}
.product-swiper .swiper-slide .pic em{display: block;padding-top: 52%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.product-swiper .swiper-slide:hover .info .tit{color: #e60012;}
.product-swiper .swiper-slide:hover .info .more{color: #e60012;}
.product-swiper .swiper-slide:hover .info .more:after{border-color: #e60012;}
.product-swiper .swiper-slide:hover .pic em{transform: scale(1.05);}
.product-swiper .swiper-pagination{z-index: 1;left: auto;right: 54%;bottom: auto;top: 0;width: auto;line-height: 20px;}
.product-swiper .swiper-pagination-current{font-size: 20px;color: #e60012;}
.product-swiper .btn{z-index: 1;position: absolute;bottom: 0;width: 40px;height: 40px;background-color: rgba(255,255,255,.8);border: 1px solid #bfbfbf;cursor: pointer;transition: 0.3s;}
.product-swiper .prev-btn{right: 50%;}
.product-swiper .prev-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #b7b7b7;border-left: 2px solid #b7b7b7;transform: translate(-30%,-50%) rotate(-45deg);}
.product-swiper .next-btn{left: 50%;}
.product-swiper .next-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #b7b7b7;border-right: 2px solid #b7b7b7;transform: translate(-70%,-50%) rotate(45deg);}
.product-swiper .btn:hover{background-color: #e60012;border-color: #e60012;}
.product-swiper .btn:hover:after{border-color: #fff;}

/*视频区*/
.video-box{position: relative;padding-top: 57%;background-position: center;background-size: cover;background-repeat: no-repeat;cursor: pointer;}
.video-box .play-btn{position: absolute;left: 50%;top: 26%;transform: translate(-50%);cursor: pointer;}
.video-box .play-btn:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;border-radius: 50%;opacity: .3;transition: 0.5s;}
.video-box .play-btn img{width: 80px;height: 80px;filter: drop-shadow(2px 2px 4px rgba(0,0,0,.6));}
.video-box .play-btn:hover:after{transform: scale(1.5);opacity: 0;}
.video-box .name{position: absolute;left: 0;right: 0;bottom: 18%;font-size: 30px;text-align: center;font-weight: bold;color: #fff;}
.popup-video-index{display: none;z-index: 2;position: fixed;left: 50%;top: 50%;width: 90%;max-width: 1000px;transform: translate(-50%,-50%);}
.popup-video-index .close-btn{z-index: 1;position: absolute;right: 0;top: 0;width: 40px;height: 40px;background-color: #005ca7;font-size: 40px;text-align: center;line-height: 32px;color: #fff;cursor: pointer;}
.popup-video-index video{width: 100%;}
.video-js{position: static;width: 100%;height: auto;padding-top: 56.3%;}
.video-js .vjs-big-play-button{display: none;}

/*党群工作*/
.party-box{overflow: hidden;}
.party-box > .con-l{float: left;width: 50%;}
.party-box > .con-r{float: right;width: 47%;}
.party-box .party-wrap{}
.party-box .party-wrap > .title{z-index: 1;position: relative;margin-bottom: 40px;line-height: 45px;}
.party-box .party-wrap > .title:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 1px;background-color: #dcdcdc;}
.party-box .party-wrap > .title .name{position: relative;display: inline-block;vertical-align: top;padding-bottom: 15px;font-size: 26px;line-height: 30px;font-weight: bold;}
.party-box .party-wrap > .title .name:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background-image: linear-gradient(90deg,#e60012,#f6b24f);}
.party-box .party-wrap > .title .more{position: relative;float: right;padding-right: 20px;color: #666;transition: 0.3s;}
.party-box .party-wrap > .title .more:after{content: "";position: absolute;right: 10px;top: 50%;width: 8px;height: 8px;border-top: 1px solid #333;border-right: 1px solid #333;transform: translate(50%,-50%) rotate(45deg);}
.party-box .party-wrap > .title .more:hover{color: #e60012;}
.party-box .party-wrap > .title .more:hover:after{border-color: #e60012;}
.party-box .party-wrap .party-pic-list{}
.party-box .party-wrap .party-pic-list li{margin-top: 10px;}
.party-box .party-wrap .party-pic-list li:first-child{margin-top: 0;}
.party-box .party-wrap .party-pic-list li a{display: block;}
.party-box .party-wrap .party-pic-list li .pic{overflow: hidden;}
.party-box .party-wrap .party-pic-list li .pic em{display: block;padding-top: 22.7%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.party-box .party-wrap .party-pic-list li:hover .pic em{transform: scale(1.05);}

/*集团企业*/
.group-box{position: relative;}
.group-box > .title{z-index: 1;position: relative;margin-bottom: 70px;line-height: 45px;}
.group-box > .title:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 1px;background-color: #dcdcdc;}
.group-box > .title .name{position: relative;display: inline-block;vertical-align: top;padding-bottom: 15px;font-size: 26px;line-height: 30px;font-weight: bold;}
.group-box > .title .name:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background-image: linear-gradient(90deg,#e60012,#f6b24f);}
.group-box > .title .tabs{position: absolute;right: 0;top: 0;font-size: 0;}
.group-box > .title .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 0 20px;font-size: 16px;cursor: pointer;}
.group-box > .title .tabs .item:before{content: "";position: absolute;left: 0;top: 50%;width: 2px;height: 16px;background-color: #b2b2b2;transform: translateY(-50%);}
.group-box > .title .tabs .item:first-child:before{display: none;}
.group-box > .title .tabs .item.on{color: #e60012;}
.group-box .tab-content{overflow: hidden;}
.group-box .tab-content .swiper-slide{position: relative;}
/*集团logo轮播*/
.group-swiper{overflow: hidden;}
.group-swiper .swiper-slide{background-color: #fff;border: 1px solid #ccc;}
.group-swiper .swiper-slide .pic{display: block;padding: 10px 20px;overflow: hidden;transition: 0.5s;}
.group-swiper .swiper-slide .pic em{display: block;padding-top: 20%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: 0.3s;}
.group-swiper .swiper-slide:hover .pic{background-color: #e29524;}
.group-swiper .swiper-slide:hover .pic em{filter: brightness(0) invert(1);}
.group-box .btn{z-index: 1;position: absolute;bottom: 20px;width: 40px;height: 40px;background-color: #fff;background-image: url(../images/icons_btnLR_40_red.png);background-size: auto 40px;background-repeat: no-repeat;border-radius: 50%;cursor: pointer;filter: grayscale(1);opacity: .3;transition: 0.3s;}
.group-box .prev-btn{left: -60px;background-position: 0 0;}
.group-box .next-btn{right: -60px;background-position: -40px 0;}
.group-box .btn:hover{filter: grayscale(0);opacity: 1;}


/*中屏PC:<=1400px(针对1366*650)*/
@media screen and (max-width: 1400px){
	/*banner*/
	.banner{height: 500px;}

	/*集团企业*/
	.group-box .tab-content{margin: 0 40px;}
	/*集团logo轮播*/
	.group-box .btn{width: 30px;height: 30px;background-size: auto 30px;}
	.group-box .prev-btn{left: 0;}
	.group-box .next-btn{right: 0;background-position: -30px 0;}
}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	/*banner*/
	.banner{height: 400px;}
	.banner .swiper-pagination{bottom: 20px;}

	/*头条新闻*/
	.big-news-swiper .swiper-slide .tit{padding: 0 140px 0 20px;}
	.big-news-swiper .swiper-slide .date{right: 15px;}

	/*主要新闻区*/
	.main-news-box{margin-top: 40px;overflow: hidden;}
	.main-news-box > .con-l{float: left;width: 600px;}
	.main-news-box > .con-r{margin-left: 620px;}
	/*新闻选项卡*/
	.news-tab-box .tabs .item{margin-left: 25px;}

	/*新闻列表-纯文字*/
	.news-text-list li{line-height: 50px;}
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*banner*/
	.banner{height: auto;}
	.banner .swiper-slide{padding-top: 40%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination:after{display: none;}
	.banner .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 8px!important;}
	.banner .btn{display: none;}

	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 20px;}
	.index-title .name{font-size: 18px;line-height: 30px;}
	/*布局*/
	.index-content .part1{padding: 15px 0;}
	.index-content .part2{padding: 15px 0;}
	.index-content .part3{padding: 15px 0;}
	.index-content .part4{padding: 15px 0;}

	/*头条新闻*/
	.headline-news-box > .title{width: 70px;height: 40px;font-size: 14px;line-height: 40px;}
	.headline-news-box > .content{margin-left: 70px;}
	.big-news-swiper{height: 40px;padding-right: 0;}
	.big-news-swiper .swiper-slide .tit{padding: 0 80px 0 5px;font-size: 14px;line-height: 40px;}
	.big-news-swiper .swiper-slide .date{right: 5px;font-size: 12px;}
	.big-news-swiper .btn{display: none;}

	/*主要新闻区*/
	.main-news-box{margin-top: 10px;}
	.main-news-box > .con-l{float: none;width: 100%;}
	.main-news-box > .con-r{margin-left: 0;margin-top: 10px;}
	/*新闻图片轮播*/
	.news-pic-swiper .swiper-slide .tit{padding: 0 70px 0 .5em;font-size: 14px;line-height: 40px;}
	.news-pic-swiper .swiper-pagination{right: 5px;bottom: 15px;}
	.news-pic-swiper .swiper-pagination-bullet{width: 6px;height: 6px;}
	.news-pic-swiper .swiper-pagination-bullet-active{width: 16px;opacity: 1;}
	/*新闻选项卡*/
	.news-tab-box .tabs .item{padding-bottom: 10px;font-size: 15px;}
	.news-tab-box .tab-content{margin-top: 5px;}

	/*新闻列表-纯文字*/
	.news-text-list li{line-height: 36px;}
	.news-text-list li:before{width: 4px;height: 4px;margin-top: -2px;}
	.news-text-list li .tit{padding: 0 90px 0 12px;font-size: 14px;}
	.news-text-list li .date{font-size: 12px;}

	/*产品与服务*/
	.product-service-box .tabs .item{width: 24%;padding-top: 10px;}
	.product-service-box .tabs .item:before{display: none;}
	.product-service-box .tabs .item:first-child{width: 28%;}
	.product-service-box .tabs .item .icon{width: 32px;height: 32px;}
	.product-service-box .tabs .item .name{padding: 0 0 10px;font-size: 12px;line-height: 16px;}
	.product-service-box .tab-content{padding: 10px 10px 15px;}
	/*产品轮播*/
	.product-swiper .swiper-slide > .con-l{float: none;width: 100%;}
	.product-swiper .swiper-slide > .con-r{float: none;width: 100%;margin-top: 10px;}
	.product-swiper .swiper-slide .info .tit{padding-bottom: 10px;margin-bottom: 10px;font-size: 15px;}
	.product-swiper .swiper-slide .info .txt{max-height: 120px;font-size: 14px;line-height: 24px;}
	.product-swiper .swiper-slide .info .more{margin-top: 5px;}
	.product-swiper .swiper-pagination{right: 0;font-size: 12px;}
	.product-swiper .swiper-pagination-current{font-size: 16px;}
	.product-swiper .btn{display: none;}

	/*视频区*/
	.video-box .play-btn img{width: 60px;height: 60px;}
	.video-box .name{bottom: 10%;font-size: 16px;}
	.popup-video .close-btn{z-index: 1;position: absolute;right: 0;top: 0;width: 30px;height: 30px;background-color: #005ca7;font-size: 30px;text-align: center;line-height: 26px;color: #fff;cursor: pointer;}

	/*党群工作*/
	.party-box > .con-l{float: none;width: 100%;}
	.party-box > .con-r{float: none;width: 100%;margin-top: 10px;}
	.party-box .party-wrap > .title{margin-bottom: 10px;line-height: 30px;}
	.party-box .party-wrap > .title .name{padding-bottom: 10px;font-size: 15px;line-height: 20px;}
	.party-box .party-wrap > .title .more{font-size: 12px;}

	/*集团企业*/
	.group-box > .title{margin-bottom: 10px;line-height: 30px;}
	.group-box > .title .name{padding-bottom: 10px;font-size: 15px;line-height: 20px;}
	.group-box > .title .tabs{position: absolute;right: 0;top: 0;font-size: 0;}
	.group-box > .title .tabs .item{padding: 0 10px;font-size: 14px;}
	.group-box > .title .tabs .item:before{width: 1px;height: 12px;}
	.group-box .tab-content{overflow: hidden;}
	.group-box .tab-content .swiper-slide{position: relative;}
	/*集团logo轮播*/
	.group-swiper{overflow: hidden;}
}