@charset "utf-8";
/*banner*/
.banner{position: relative;height: 100vh;overflow: hidden;}
.banner .swiper-slide .pic{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-position: center;background-size: cover;background-repeat: no-repeat;}
.banner .swiper-slide .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.banner .swiper-slide .info{position: relative;top: 50%;width: 94%;margin: 0 auto;max-width: 1400px;line-height: 1;color: #fff;transform: translateY(-50%);}
.banner .swiper-slide .info .tit1{font-size: 50px;font-weight: 100;}
.banner .swiper-slide .info .tit1 i{font-weight: bold;}
.banner .swiper-slide .info .tit2{margin-top: 20px;font-size: 18px;opacity: .7;}
.banner .swiper-pagination{display: none;z-index: 1;bottom: 150px;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{position: relative;width: 8px;height: 8px;margin: 0 5px;background-color: #fff;border-radius: 4px;opacity: 1;transition: 0.5s;}
.banner .swiper-pagination .swiper-pagination-bullet-active{width: 24px;background-color: #CF1414;}
.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 .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border-top: 2px solid #fff;}
.banner .prev-btn{left: 0;transform: translateX(-100%);}
.banner .prev-btn:after{border-left: 2px solid #fff;transform: translate(-30%,-50%) rotate(-45deg);}
.banner .next-btn{right: 0;transform: translateX(100%);}
.banner .next-btn:after{border-right: 2px solid #fff;transform: translate(-70%,-50%) rotate(45deg);}
.banner .btn:hover{background-color: #0269C4;border-color: #0269C4;}
.banner:hover .prev-btn{transform: translateX(20%);}
.banner:hover .next-btn{transform: translateX(-20%);}

/******首页******/
.index-container{min-height: 500px;overflow: hidden;}
/*标题*/
.index-title{position: relative;margin-bottom: 50px;text-align: center;line-height: 1;font-weight: bold;}
.index-title .cn{font-size: 35px;}
.index-title .en{margin-top: -25px;font-family: 'DIN-Black';font-size: 60px;text-transform: uppercase;opacity: .05;}
.index-title.left{text-align: left;}
.index-title.white{color: #fff;}
/*更多按钮*/
.index-more-btn{display: inline-block;vertical-align: top;padding-bottom: 10px;border-bottom: 2px solid #D8D8D8;line-height: 16px;transition: 0.3s;}
.index-more-btn::after{content: '';display: inline-block;vertical-align: middle;width: 24px;height: 6px;margin: -.3em 0 0 .4em;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(45deg);}
.index-more-btn:hover{border-bottom-color: #CF1414;color: #CF1414;}
.index-more-btn:hover::after{transform: translateX(.5em) skewX(45deg);transition: transform 0.3s 0.2s;}
/*布局*/
.index-container .part1{padding: 150px 0 0;}
.index-container .part2{padding: 90px 0 80px;}
.index-container .part2 .index-title{position: absolute;left: 0;top: 0;}
.index-container .part3{position: relative;padding: 80px 0;overflow: hidden;}
.index-container .part3::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;padding-top: 35%;background: #F0F1F3 url(../images/index_part_bg2.jpg) center no-repeat;background-size: cover;}
.index-container .part3 .index-title{position: absolute;left: 0;top: 0;}
.index-container .part4{padding: 80px 0;}
.index-container .part4 .index-title{position: absolute;left: 0;top: 0;}
.index-container .part5{padding: 80px 0;background: #006BA5 url(../images/index_part_bg3.jpg) center no-repeat;background-size: cover;}
.index-container .part6{padding: 80px 0;background: url(../images/index_part_bg4.jpg) center no-repeat;background-size: cover;}

/*业务领域*/
.business-area-box{z-index: 1;position: relative;margin-top: -108px;background-color: rgba(1,13,64,.7);}
.business-area-box .w1400{display: flex;justify-content: space-between;align-items: center;}
.business-area-box .title{margin-right: 150px;line-height: 1;color: #fff;white-space: nowrap;}
.business-area-box .title .cn{font-size: 26px;font-weight: bold;}
.business-area-box .title .en{margin-top: 10px;font-size: 16px;text-transform: uppercase;}
.business-area-box .business-swiper{width: 100%;border-right: 1px solid rgba(255,255,255,.4);overflow: hidden;}
.business-area-box .business-swiper .swiper-slide{text-align: center;}
.business-area-box .business-swiper .swiper-slide a{display: block;padding: 25px 0 20px;border-left: 1px solid rgba(255,255,255,.4);color: #fff;transition: 0.5s;}
.business-area-box .business-swiper .swiper-slide .icon{display: inline-block;vertical-align: top;width: 32px;height: 32px;}
.business-area-box .business-swiper .swiper-slide .name{margin-top: 15px;line-height: 1;}
.business-area-box .business-swiper .swiper-slide .name .cn{font-size: 16px;}
.business-area-box .business-swiper .swiper-slide .name .en{margin-top: 5px;font-size: 12px;opacity: .6;}
.business-area-box .business-swiper .swiper-slide a:hover{background-color: #CF1414;}

/*公司概况*/
.company-brief-box{padding: 70px 0 155px;margin-top: 90px;background: #33A7EC url(../images/index_part_bg1.jpg) center no-repeat;background-size: cover;}
.company-brief-box .w1400{display: flex;justify-content: space-between;}
.company-brief-box .w1400 > .con-l{width: 32%;}
.company-brief-box .w1400 > .con-r{width: 47%;}
.company-brief-box .video-box{position: relative;}
.company-brief-box .video-box .bg{padding-top: 100%;background: url(../images/logo_elem.png) center no-repeat;background-size: 100% 100%;opacity: .1;}
.company-brief-box .video-box .video-wrap{position: absolute;left: 24.5%;top: 27.5%;text-align: center;cursor: pointer;}
.company-brief-box .video-box .video-wrap .play-btn{z-index: 1;position: relative;width: 80px;height: 80px;background-color: rgba(255,255,255,.3);border-radius: 50%;cursor: pointer;}
.company-brief-box .video-box .video-wrap .play-btn:before{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;background-color: rgba(255,255,255,.3);animation: scaleBtn 2s linear infinite;}
.company-brief-box .video-box .video-wrap .play-btn:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;background-color: rgba(255,255,255,.3);animation: scaleBtn 2s 1s linear infinite;}
.company-brief-box .video-box .video-wrap .play-btn i{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 0;height: 0;margin: auto;border: 15px solid transparent;border-left: 20px solid #fff;border-right-width: 10px;transform: translateX(25%);}
.company-brief-box .video-box .video-wrap .name{margin-top: 36px;font-size: 20px;line-height: 1;color: #fff;}
@keyframes scaleBtn{
	to{transform: scale(1.6);opacity: 0;}
}
.company-brief-box .brief{padding: 100px 65px;margin-top: -240px;background-color: rgba(255,255,255,.66);box-shadow: 0 0 15px rgba(0,0,0,.15);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);}
.company-brief-box .brief .tit{margin-bottom: 40px;font-size: 20px;line-height: 1;color: #CF1414;}
.company-brief-box .brief .txt{font-size: 16px;line-height: 2;}
.company-brief-box .brief .txt p{margin-bottom: 10px;}
.company-brief-box .brief .index-more-btn{margin-top: 60px;}

/*新闻选项卡*/
.news-tab-box{text-align: right;}
.news-tab-box .tabs{display: inline-block;vertical-align: top;border-top: 1px solid #EBEBEB;border-bottom: 1px solid #EBEBEB;text-align: right;}
.news-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 24px 0;margin-left: 50px;font-size: 20px;line-height: 1;cursor: pointer;transition: 0.5s;}
.news-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-color: #CF1414;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.news-tab-box .tabs .item:first-child{margin-left: 0;}
.news-tab-box .tabs .item.on{color: #CF1414;}
.news-tab-box .tabs .item.on::after{transform: scaleX(1);}
.news-tab-box .tab-content{margin-top: 40px;text-align: left;overflow: hidden;}
/*新闻信息轮播*/
.news-info-swiper{padding-bottom: 50px;overflow: hidden;}
.news-info-swiper .swiper-slide a{position: relative;padding-bottom: 180px;display: block;transition: 0.5s;}
.news-info-swiper .swiper-slide .pic{overflow: hidden;}
.news-info-swiper .swiper-slide .pic em{display: block;padding-top: 57.5%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s linear;}
.news-info-swiper .swiper-slide .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 34px 34px 40px;background-color: #F9F9F9;transition: 0.5s;}
.news-info-swiper .swiper-slide .info .date{font-size: 16px;line-height: 1;color: #666;}
.news-info-swiper .swiper-slide .info .tit{height: 64px;margin-top: 15px;font-size: 18px;line-height: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.5s;}
.news-info-swiper .swiper-slide .info .txt{height: 0;margin-top: 15px;font-size: 16px;line-height: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.5s;}
.news-info-swiper .swiper-slide a:hover{box-shadow: 0 2px 10px rgba(0,0,0,.2);}
.news-info-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.news-info-swiper .swiper-slide a:hover .info{background-color: #fff;}
.news-info-swiper .swiper-slide a:hover .info .tit{color: #CF1414;}
.news-info-swiper .swiper-slide a:hover .info .txt{height: 64px;}
.news-info-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;}
.news-info-swiper .swiper-pagination .swiper-pagination-bullet{position: relative;width: 8px;height: 8px;margin: 0 5px;background-color: #D8D8D8;border-radius: 4px;opacity: 1;transition: 0.5s;}
.news-info-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 24px;background-color: #CF1414;}

/*招标选项卡*/
.bidding-tab-box{text-align: right;}
.bidding-tab-box .tabs{display: inline-block;vertical-align: top;border-top: 1px solid #EBEBEB;border-bottom: 1px solid #EBEBEB;text-align: right;}
.bidding-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 24px 0;margin-left: 50px;font-size: 20px;line-height: 1;cursor: pointer;transition: 0.5s;}
.bidding-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-color: #CF1414;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.bidding-tab-box .tabs .item:first-child{margin-left: 0;}
.bidding-tab-box .tabs .item.on{color: #CF1414;}
.bidding-tab-box .tabs .item.on::after{transform: scaleX(1);}
.bidding-tab-box .tab-content{margin-top: 40px;text-align: left;overflow: hidden;box-shadow: 0 15px 15px rgba(0,0,0,.05);}
.bidding-tab-box .tab-content >.swiper-wrapper > .swiper-slide{box-sizing: border-box;padding: 40px 55px 15px;background-color: #fff;}
/*招标新闻轮播*/
.bidding-news-swiper{position: relative;padding-bottom: 40px;margin-bottom: 40px;overflow: hidden;}
.bidding-news-swiper .swiper-slide a{display: block;}
.bidding-news-swiper .swiper-slide .tit{font-size: 24px;line-height: 1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.5s;}
.bidding-news-swiper .swiper-slide .txt{margin-top: 15px;font-size: 16px;line-height: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bidding-news-swiper .swiper-slide a:hover .tit{color: #CF1414;transform: translateX(.3em);}
.bidding-news-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;}
.bidding-news-swiper .swiper-pagination .swiper-pagination-bullet{position: relative;width: 8px;height: 8px;margin: 0 5px;background-color: #D8D8D8;border-radius: 4px;opacity: 1;transition: 0.5s;}
.bidding-news-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 24px;background-color: #CF1414;}
/*招标信息列表*/
.bidding-info-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.bidding-info-list li{width: 48.5%;margin-bottom: 25px;}
.bidding-info-list li a{display: flex;justify-content: space-between;align-items: center;padding: 35px 25px;background-color: #F9F9F9;transition: 0.5s;}
.bidding-info-list li .date{padding-right: 20px;margin-right: 20px;border-right: 1px solid #D8D8D8;line-height: 25px;white-space: nowrap;}
.bidding-info-list li .date .big{font-size: 24px;font-weight: bold;transition: 0.3s;}
.bidding-info-list li .date .small{margin-top: 5px;font-size: 16px;color: #999;}
.bidding-info-list li .tit{width: 100%;height: 60px;font-size: 20px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.bidding-info-list li a:hover{background-color: #fff;box-shadow: 4px 4px 10px rgba(0,0,0,.2);}
.bidding-info-list li a:hover .date .big{color: #CF1414;}
.bidding-info-list li a:hover .tit{color: #CF1414;transform: translateX(.3em);}

/*党支部内容*/
.party-branch-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.party-branch-box .party-pic-swiper{width: 28%;margin-right: 2%;margin-top: 110px;}
.party-branch-box .party-tab-box{width: 70%;}
/*党建图片轮播*/
.party-pic-swiper{position: relative;overflow: hidden;}
.party-pic-swiper .swiper-slide a{display: block;}
.party-pic-swiper .swiper-slide .pic{overflow: hidden;}
.party-pic-swiper .swiper-slide .pic em{display: block;padding-top: 127%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.party-pic-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.party-pic-swiper .swiper-pagination{z-index: 1;bottom: 30px;font-size: 0;}
.party-pic-swiper .swiper-pagination .swiper-pagination-bullet{position: relative;width: 10px;height: 10px;margin: 0 3px;background-color: transparent;box-sizing: border-box;border: 1px solid #fff;border-radius: 5px;opacity: 1;transition: 0.5s;}
.party-pic-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #fff;}
/*党建选项卡*/
.party-tab-box{width: 70%;text-align: right;}
.party-tab-box .tabs{display: inline-block;vertical-align: top;border-top: 1px solid #EBEBEB;border-bottom: 1px solid #EBEBEB;text-align: right;}
.party-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 24px 0;margin-left: 50px;font-size: 20px;line-height: 1;cursor: pointer;transition: 0.5s;}
.party-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-color: #CF1414;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.party-tab-box .tabs .item:first-child{margin-left: 0;}
.party-tab-box .tabs .item.on{color: #CF1414;}
.party-tab-box .tabs .item.on::after{transform: scaleX(1);}
.party-tab-box .tab-content{margin-top: 40px;text-align: left;overflow: hidden;}
/*党建头部新闻*/
.top-party-news{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top-party-news .pic{width: 47%;overflow: hidden;}
.top-party-news .pic em{display: block;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.top-party-news .info{width: 53%;box-sizing: border-box;padding: 30px 40px;background-color: #F9F9F9;}
.top-party-news .info .date{font-size: 16px;line-height: 1;color: #666;}
.top-party-news .info .tit{height: 52px;margin-top: 20px;font-size: 18px;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.5s;}
.top-party-news .info .txt{height: 52px;margin-top: 15px;font-size: 16px;line-height: 26px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.top-party-news .info .index-more-btn{margin-top: 25px;}
.top-party-news:hover .pic em{transform: scale(1.05);}
.top-party-news:hover .info .tit{color: #CF1414;transform: translateX(.3em);}
/*党建新闻列表*/
.party-news-list{display: flex;justify-content: space-between;margin-top: 20px;border: 1px solid #EFEFEF;border-left: 0;}
.party-news-list li{width: 33.33%;}
.party-news-list li a{display: block;padding: 45px 30px 50px;border-left: 1px solid #EFEFEF;}
.party-news-list li .date{font-size: 16px;line-height: 1;color: #666;}
.party-news-list li .tit{height: 78px;margin-top: 20px;font-size: 18px;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transition: 0.5s;}
.party-news-list li a:hover .tit{color: #CF1414;transform: translateX(.3em);}

/*案例选项卡*/
.case-tab-box{position: relative;}
.case-tab-box .tabs{z-index: 2;position: absolute;right: 8.6%;top: 0;border-top: 1px solid rgba(255,255,255,.2);border-bottom: 1px solid rgba(255,255,255,.2);text-align: right;}
.case-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;padding: 24px 0;margin-left: 50px;font-size: 20px;line-height: 1;color: #fff;cursor: pointer;opacity: .7;transition: 0.5s;}
.case-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-color: #CF1414;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.case-tab-box .tabs .item:first-child{margin-left: 0;}
.case-tab-box .tabs .item.on{color: #CF1414;opacity: 1;}
.case-tab-box .tabs .item.on::after{transform: scaleX(1);}
.case-tab-box .tab-content{overflow: hidden;}
.case-tab-box .tab-content .swiper-slide{position: relative;}
.case-tab-box .tab-content .swiper-slide .case-pic-swiper{width: 59.2%;}
.case-tab-box .tab-content .swiper-slide .case-info-swiper{position: absolute;right: 0;bottom: 70px;width: 52.5%;}
/*案例图片轮播*/
.case-pic-swiper{position: relative;overflow: hidden;}
.case-pic-swiper .swiper-slide a{display: block;}
.case-pic-swiper .swiper-slide .pic{overflow: hidden;}
.case-pic-swiper .swiper-slide .pic em{display: block;padding-top: 57%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.case-pic-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.case-pic-swiper .swiper-pagination{z-index: 1;bottom: 20px;font-size: 0;}
.case-pic-swiper .swiper-pagination .swiper-pagination-bullet{position: relative;width: 8px;height: 8px;margin: 0 5px;background-color: #D8D8D8;border-radius: 4px;opacity: 1;transition: 0.5s;}
.case-pic-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 24px;background-color: #CF1414;}
/*案例信息轮播*/
.case-info-swiper{position: relative;overflow: hidden;}
.case-info-swiper .swiper-slide a{display: block;padding: 35px 45px 40px;background-color: rgba(255,255,255,.9);}
.case-info-swiper .swiper-slide .tit{position: relative;padding-bottom: 20px;margin-bottom: 30px;border-bottom: 1px solid #D8D8D8;font-size: 20px;line-height: 1;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.case-info-swiper .swiper-slide .tit::after{content: '';position: absolute;left: 0;bottom: 0;width: 50px;height: 1px;background-color: #CF1414;}
.case-info-swiper .swiper-slide .txt{font-size: 16px;line-height: 24px;}
.case-info-swiper .swiper-slide .txt p{margin-top: 15px;}
.case-info-swiper .swiper-slide .txt p i{font-weight: bold;}
.case-info-swiper .swiper-slide .index-more-btn{margin-top: 35px;}
.case-info-swiper .swiper-slide a:hover .tit{color: #CF1414;text-indent: .3em;}
.case-info-swiper .btn{z-index: 1;position: absolute;bottom: 40px;width: 24px;height: 24px;color: #ccc;cursor: pointer;transition: 0.3s;}
.case-info-swiper .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 50%;height: 50%;border-top: 4px solid currentColor;}
.case-info-swiper .prev-btn{right: 75px;}
.case-info-swiper .prev-btn:after{border-left: 4px solid currentColor;transform: translate(-30%,-50%) rotate(-45deg);}
.case-info-swiper .next-btn{right: 45px;}
.case-info-swiper .next-btn:after{border-right: 4px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.case-info-swiper .btn:hover{color: #CF1414;}

/*人才招聘简介*/
.talent-brief-box{width: 84%;margin: 0 auto;text-align: center;}
.talent-brief-box .txt{font-size: 16px;line-height: 2;}
.talent-brief-box .btn{display: inline-block;vertical-align: top;padding: 0 4em;margin-top: 60px;background-color: #CF1414;border-radius: 25px;font-size: 16px;line-height: 50px;color: #fff;transition: 0.3s;}
.talent-brief-box .btn .arrow{position: relative;display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em 0 0 .6em;transition: 0.3s;}
.talent-brief-box .btn .arrow::before{content: '';position: absolute;left: 0;right: 0;top: 50%;height: 1px;background-color: currentColor;transform: translateY(-50%);}
.talent-brief-box .btn .arrow::after{content: "";position: absolute;left: 50%;top: 50%;width: 50%;height: 50%;border-top: 1px solid currentColor;border-right: 1px solid currentColor;transform: translate(-20%,-50%) rotate(45deg);}
.talent-brief-box .btn:hover .arrow{transform: translateX(.3em);}


/*中屏PC:<=1440px(针对1366*650)*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC:>=1025px && <=1300px*/
@media screen and (max-width: 1300px){
	
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*banner*/
	.banner{height: 200px;}
	.banner .swiper-pagination{display: block;bottom: 15px;}
	.banner .swiper-pagination .swiper-pagination-bullet-active{width: 20px;}
	.banner .btn{display: none;}
	
	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 20px;}
	.index-title .cn{font-size: 18px;}
	.index-title .en{margin-top: -10px;font-size: 30px;}
	.index-title.left{text-align: center;}
	/*更多按钮*/
	.index-more-btn{padding-bottom: 6px;font-size: 13px;}
	.index-more-btn::after{margin: -.3em 0 0 .2em;transform: skewX(45deg) scale(.8);}
	/*布局*/
	.index-container .part1{padding: 30px 0 0;}
	.index-container .part2{padding: 30px 0;}
	.index-container .part2 .index-title{position: static;}
	.index-container .part3{padding: 30px 0;}
	.index-container .part3::before{bottom: 0;padding-top: 0;}
	.index-container .part3 .index-title{position: static;}
	.index-container .part4{padding: 30px 0;}
	.index-container .part4 .index-title{position: static;}
	.index-container .part5{padding: 30px 0;}
	.index-container .part6{padding: 30px 0;}
	
	/*业务领域*/
	.business-area-box{padding: 30px 0 0;margin-top: 0;background-color: #fff;}
	.business-area-box .w1400{flex-wrap: wrap;}
	.business-area-box .title{margin: 0 auto;text-align: center;color: #333;}
	.business-area-box .title .cn{font-size: 18px;}
	.business-area-box .title .en{margin-top: -10px;font-family: 'DIN-Black';font-size: 30px;text-transform: uppercase;opacity: .05;}
	.business-area-box .business-swiper{border-right: 0;}
	.business-area-box .business-swiper .swiper-slide a{padding: 20px 0 0;border-left: 0;color: #333;}
	.business-area-box .business-swiper .swiper-slide .icon{filter: brightness(0);}
	
	/*公司概况*/
	.company-brief-box{padding: 30px 0;margin-top: 0;}
	.company-brief-box .w1400{flex-wrap: wrap;flex-direction: column-reverse;}
	.company-brief-box .w1400 > .con-l{width: 100%;}
	.company-brief-box .w1400 > .con-r{width: 100%;}
	.company-brief-box .brief{padding: 30px 20px;margin-top: 0;}
	.company-brief-box .brief .tit{margin-bottom: 20px;font-size: 16px;}
	.company-brief-box .brief .txt{font-size: 14px;}
	.company-brief-box .brief .index-more-btn{margin-top: 20px;}
	.company-brief-box .video-box .bg{padding-top: 60%;}
	
	/*新闻选项卡*/
	.news-tab-box{text-align: center;}
	.news-tab-box .tabs{text-align: center;}
	.news-tab-box .tabs .item{padding: 15px 0;margin: 0 5px;font-size: 15px;}
	.news-tab-box .tabs .item::after{height: 2px;}
	.news-tab-box .tab-content{margin-top: 30px;}
	/*新闻信息轮播*/
	.news-info-swiper{padding-bottom: 30px;}
	.news-info-swiper .swiper-slide a{padding-bottom: 0;}
	.news-info-swiper .swiper-slide .info{position: static;padding: 20px;}
	.news-info-swiper .swiper-slide .info .date{font-size: 14px;}
	.news-info-swiper .swiper-slide .info .tit{height: 50px;font-size: 16px;line-height: 25px;}
	.news-info-swiper .swiper-slide .info .txt{display: none;}
	
	/*招标选项卡*/
	.bidding-tab-box{text-align: center;}
	.bidding-tab-box .tabs{text-align: center;}
	.bidding-tab-box .tabs .item{padding: 15px 0;margin: 0 5px;font-size: 15px;}
	.bidding-tab-box .tabs .item::after{height: 2px;}
	.bidding-tab-box .tab-content{margin-top: 20px;}
	.bidding-tab-box .tab-content >.swiper-wrapper > .swiper-slide{padding: 25px 20px 10px;}
	/*招标新闻轮播*/
	.bidding-news-swiper{padding-bottom: 30px;margin-bottom: 30px;}
	.bidding-news-swiper .swiper-slide .tit{font-size: 16px;}
	.bidding-news-swiper .swiper-slide .txt{margin-top: 10px;font-size: 14px;opacity: .8;}
	/*招标信息列表*/
	.bidding-info-list li{float: none;width: 100%;margin-bottom: 15px;}
	.bidding-info-list li a{padding: 10px 15px;}
	.bidding-info-list li .date{padding-right: 15px;margin-right: 15px;}
	.bidding-info-list li .date .big{font-size: 20px;}
	.bidding-info-list li .tit{font-size: 16px;}
	
	/*党支部内容*/
	.party-branch-box{flex-direction: column-reverse;}
	.party-branch-box .party-pic-swiper{width: 80%;margin: 20px auto 0;}
	.party-branch-box .party-tab-box{width: 100%;}
	/*党建选项卡*/
	.party-tab-box{width: 100%;text-align: center;}
	.party-tab-box .tabs{text-align: center;}
	.party-tab-box .tabs .item{padding: 15px 0;margin: 0 5px;font-size: 15px;}
	.party-tab-box .tabs .item::after{height: 2px;}
	.party-tab-box .tab-content{margin-top: 30px;}
	/*党建头部新闻*/
	.top-party-news .pic{width: 100%;}
	.top-party-news .pic em{height: auto;padding-top: 60%;}
	.top-party-news .info{width: 100%;padding: 20px;}
	.top-party-news .info .date{font-size: 14px;}
	.top-party-news .info .tit{height: 50px;margin-top: 15px;font-size: 16px;line-height: 25px;}
	.top-party-news .info .txt{display: none;}
	.top-party-news .info .index-more-btn{margin-top: 20px;}
	/*党建新闻列表*/
	.party-news-list{flex-wrap: wrap;}
	.party-news-list li{width: 100%;}
	.party-news-list li a{padding: 15px;}
	.party-news-list li .date{font-size: 14px;}
	.party-news-list li .tit{height: 50px;margin-top: 15px;font-size: 16px;line-height: 25px;-webkit-line-clamp: 2;}
	.party-news-list li a:hover .tit{color: #CF1414;transform: translateX(.3em);}
	
	/*案例选项卡*/
	.case-tab-box{position: relative;text-align: center;}
	.case-tab-box .tabs{position: static;display: inline-block;vertical-align: top;text-align: center;}
	.case-tab-box .tabs .item{padding: 15px 0;margin: 0 5px;font-size: 15px;}
	.case-tab-box .tabs .item::after{height: 2px;}
	.case-tab-box .tab-content{margin-top: 30px;}
	.case-tab-box .tab-content .swiper-slide{position: relative;}
	.case-tab-box .tab-content .swiper-slide .case-pic-swiper{width: 100%;}
	.case-tab-box .tab-content .swiper-slide .case-info-swiper{position: static;width: 100%;}
	/*案例信息轮播*/
	.case-info-swiper .swiper-slide a{padding: 25px 20px;text-align: left;}
	.case-info-swiper .swiper-slide .tit{padding-bottom: 15px;margin-bottom: 15px;font-size: 16px;}
	.case-info-swiper .swiper-slide .txt{font-size: 14px;}
	.case-info-swiper .swiper-slide .txt p{margin-top: 10px;}
	.case-info-swiper .swiper-slide .index-more-btn{margin-top: 20px;}
	.case-info-swiper .btn{bottom: 30px;}
	.case-info-swiper .prev-btn{right: 50px;}
	.case-info-swiper .next-btn{right: 20px;}
	
	/*人才招聘简介*/
	.talent-brief-box{width: 100%;}
	.talent-brief-box .txt{font-size: 15px;}
	.talent-brief-box .btn{padding: 0 2.5em;margin-top: 30px;font-size: 14px;line-height: 40px;}
}