@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');

/*banner*/
.banner .swiper-slide{
	position: relative;
}

.banner .swiper-slide .div-text{
	position: absolute;
    left: 45px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    transform: translateY(65px);
}

.banner .swiper-slide .div-text h2.title{
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px;
	margin-top: 15px;
}

.banner .swiper-slide .div-text .p1{
	font-size: 40px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 15px 0;
}

.banner .swiper-slide .div-text .p2{
	font-family: 'PingFang SC Light';
	letter-spacing: 10px;

}

.banner .swiper-slide .div-text .more{
	margin-top: 25px;
}

.more a{
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	background-color: var(--primary);
	transition: all .3s ease;
	font-family: 'PingFang SC Light';
}

.more a svg{
	display: inline-block;
	margin-left: 15px;
	width: 14px;
	height: 14px;
}

.more a:hover{
	background-color: var(--main);
}

.banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	margin: 0 10px;
	width: 14px;
    height: 14px;
    background: unset;
    border: 1px solid #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet:after{
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}

.banQu .quCon{
	background-color: var(--primary);
	color: #fff;
	padding: 45px 30px;
	min-width: 400px;
	margin-top: 3%;
}

.banQu .quCon .title{
	font-size: 18px;
	color: rgba(255,255,255,.6);
	padding-bottom: 5px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}

.banQu .quCon .title svg{
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
}

.banQu .quCon .item{
	max-width: 80%;
	margin-bottom: 25px;
	font-size: 24px;
}

.banQu .quCon .item .tb{
	width: 35px;
}

.banMore a{
	display: inline-block;
	color: rgba(255,255,255,.6);
} 

.banMore a svg{
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.banMore a:hover{
	color: rgba(255,255,255,1);
}



/*首页新闻*/
.tit{
	margin: 25px 0;
}

.commonT span{
	display: inline-block;
	line-height: 1;
	padding-left: 15px;
	border-left: 6px solid var(--primary);
	font-size: 30px;
	color: #000;
	font-family: 'PingFang SC bold';
}

.tit .d2 a{
	color: #999;
}

.tit .d2 a:hover{
	color: var(--primary);
}

.divImgs1 a.item{
    display: block;
    position: relative;
    
}

.divImgs1 a.item .div-img{
	overflow: hidden;
    max-height: 250px;
    height: 250px;
}

.divImgs1 a.item .div-text{
	font-size: 18px;
	position: absolute;
	bottom: 0;
	padding: 15px;
	left: 0;
	color: rgba(255,255,255,.4);
	width: 100%;
	transition: all .6s ease;
	transform: translateY(100%);
}

.divImgs1 a.item .div-text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.divImgs1 a.item:hover .div-text{
	transform: translateY(0);
}

.divImgs2 a.item{
	margin-bottom: 35px;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.divImgs2 a.item .div-text{
	position: unset;
	color: #333;
	transform: translateY(0);
}

.inNews .divImgs1{
	margin-bottom: 35px;
}


.newsList a.item{
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eaeaea; 
}

.newsList a.item p.title{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsList .d2{
	min-width: 120px;
	color: #000000;
	text-align: right;
	font-size: 14px;
}

.newsList a.item .des{
	color: #999999;
	height: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .4s ease;
}

.newsList a.item:hover p.title{
	color: var(--primary);
}

.newsList a.item:hover .des{
	height: 45px;

}

.newsList2 a.item{
	display: block;
	padding: 20px 15px;
	color: #333;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.newsList2 li:not(:last-child){
	margin-bottom: 20px;
}

.newsList2 a.item p.title{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsList2 a.item p.des{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.newsList2 a.item .date{
	font-size: 14px;
}

/*首页公司介绍*/
.inAbout{
	background-color: #fff;
	background-image: url(../images/aboutBg.png);
	background-size: cover;
	background-position: top center;
}

.aboutCon{
	max-width: 650px;
}

.aboutCon p.p1{
	font-size: 20px;
	color: var(--primary);
}

.aboutCon p.p2{
	font-size: 43px;
	font-family: 'PingFang SC bold';
	color: #000;
	letter-spacing: 0;
	margin-top: 15px;
	margin-bottom: 35px;
}

.aboutCon .des{
	font-size: 18px;
	line-height: 2;
	font-family: 'PingFang SC Light';
	margin-bottom: 65px;
	max-width: 550px;
}

.aboutSz{
	margin-top: 225px;
}

.aboutSz .item{
	margin-bottom: 45px;
}

.aboutSz .item .sz{
	line-height: 1;
	margin-bottom: 10px;
}

.aboutSz .item .sz font{
	font-size: 70px;
	font-family: 'DIN-BOLD';
	color: var(--primary);
}

.aboutSz .item .sz span{
	display: inline-block;
	font-size: 40px;
	font-family: 'PingFang SC bold';
}

.aboutSz .item .ms{
	font-size: 20px;
	color: #000;
	margin-left: 15px;
}

/*项目*/
.inXimu{
	background-image: url(../images/inXimuBg.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.commonT2 p.p1{
	font-size: 42px;
	font-family: 'PingFang SC bold';
	color: #333;
}

.commonT2 p.p2{
	text-transform: uppercase;
	font-size: 30px;
	color: #999999;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}

.commonT2 p.p2:after{
	position: absolute;
	content: "";
	width: 45px;
	height: 1px;
	background-color: #999;
	left: 0;
	bottom: 0;
}

.inXimu .div-txt p.des{
	font-size: 18px;
	line-height: 2;
	color: #666;
	margin-bottom: 45px;
	font-family: 'PingFang SC Light';
}

.more2 a{
	display: inline-block;
	font-size: 18px;
	color: var(--primary);	
	padding: 5px 15px;
	border-radius: 25px;
	transition: all .4s ease;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.more2 a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--primary);
	transition: all .4s ease;
	z-index: -1;

}


.more2 span{
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	background-color: var(--primary);
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	font-family: 'PingFang SC bold';
	transition: all .4s ease;
}

.more2 a:hover{
	color: #fff;
}

.more2 a:hover span{
	transform: rotate(180deg);
}

.more2 a:hover:after{
	width: 100%;
}

.xm2 a{
	display: block;
	margin-top: 45px;
}

.pBtns .swiperBtn{
	width: 50px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--primary);
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.pBtns .swiperBtn:after{
	font-size: 20px;
	color: #fff;	
}

.pBtns .swiperBtn1{
	left: calc(24% + 25px);
}

.pBtns .swiperBtn2{
	right: calc(24% + 25px);
}

.pBtns .swiperBtn:hover{
	background-color: #fff;
}

.pBtns .swiperBtn:hover:after{
	color: var(--primary);
}

.swiper-scroll{
	width: calc(50% - 180px);
	height: 4px;
	margin: auto;
	background-color: #eee;
	margin-top: 25px;
}

.swiper-scroll .swiper-scrollbar-drag{
	height: 4px;
	background-color: var(--primary);
}

.commonT3 .d1 span{
	display: inline-block;
	line-height: 1;
}

.commonT3 .d1 span.s1{
	font-size: 46px;
	font-family: 'PingFang SC bold';
	color: #333;
	vertical-align: top;
	margin-right: 10px;
}

.commonT3 .d1 span.s2{
	font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
   
    text-align: left;
    font-weight: bold;
}

.commonT3 .d1 span.s2 i {
	 font-family: 'PingFang SC Light';
}

.commonT3 .d2 p{
	color: #999;
}

.inCase .caseLists{
	margin-top: 35px;
}

.caseLists a.item{
	display: block;
}

.caseLists .item .div-text .d1 p{
	font-size: 24px;
	font-family: 'PingFang SC bold';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.caseLists .item .div-text .d2 span{
	display: inline-block;
	min-width: 80px;
	text-align: right;
} 

.caseLists .item .div-text .d2 i{
	font-size: 24px;
}

.caseLists .item .div-text .des{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #999;
}

/*党建工会*/
.inDj{
	background-image: url(../images/djBg.png);
	background-color: #F7F7F7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.djBtns{
	margin-bottom: 35px;
}

.djBtns .dbtn{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;	
	text-align: center;
	border-radius: 50%;

}

.djBtns .dbtn:hover{
	border: 1px solid var(--main);
}

.djBtns .dbtn svg{
	width: 60%;
	fill: var(--main);
}


.djBtns .dbtn.dbtn1{
	transform: rotateY(180deg);
}

.djBtns .dbtn:hover{
	border: 1px solid var(--main);
}

.djList a.item{
	display: block;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	position: relative;
	color: #333;
	z-index: 1;
}

.djList a.item:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--main);
	z-index: -1;
	transition: all .4s ease;
}

.djList .item .div-text{
	height: 250px;
}

.djList .item .title{
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: 'PingFang SC bold';
	margin-bottom: 15px;
}

.djList .item .des{
	color: #fff;
	height: 0;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.djList .item .date .d1{
	font-size: 36px;
	font-family: 'PingFang SC bold';
	color: var(--main);
}

.djList .item .date{
	padding-top: 15px;
	border-top: 1px solid #999;
}

.djList .item .date .d2{
	text-align: right;
}

.djList .item .date .d2:first-letter{
	 text-transform: uppercase;
}

.djList a.item:hover:after{
	width: 100%;
}

.djList .item:hover .des{
	height: 45px;
	color: #fff;
}

.djList .item:hover .title,.djList .item:hover .date{
	color: #fff;
}

.djList .item:hover .date .d1{
	color: #fff;
}

.djList .item:hover .date{
	border-top: 1px solid #fff;
}

.djBtns svg{
	width: 45px;
}

.djList .swiper{
	padding-bottom: 65px;
}

.djList .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0;
	width: 45px;
	height: 4px;
}

.djList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main);
}


/*首页文化*/
.inCulture .cultureLists{
	margin-top: 45px;
}

.cultureLists a.item{
	display: block;
	color: #333;
	background-color: #F9F9F9;
	height: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.cultureLists a.item.item1{
	color: #fff;
	background-color: var(--primary);
}

.cultureLists .item .div-text{
		padding: 35px 25px;
		height: 100%;
}

.cultureLists .item .title{
	line-height: 1;	
	font-size: 16px;
	margin-bottom: 15px;
}


.cultureLists .item .title.tit1{
	border-left: 4px solid var(--primary);
	padding-left: 15px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cultureLists .item .title.tit2{
	border-right: 4px solid var(--primary);
	padding-right: 15px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cultureLists .item.item1 .title.tit1{
	border-left: 4px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cultureLists .item p.des{
	font-size: 14px;
	line-height: 1.8;
	font-family: 'PingFang SC Light';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.cultureLists .item:hover .div-img img{
	transform: scale(1.1);
}

.mainFooter{
	background-color: #333333;
	color: #fff;
}

.dInfo .qrcode img{
	max-width: 160px;
}


.dInfo .infos{
	margin: 30px 0;
}

.dInfo .tbs{
	margin-bottom: 30px;
}

.dInfo .tbs .tb{
	display: inline-block;
	width: 45px;
	fill: #fff;
}

.dInfo .tbs .tb:hover svg{
	fill: var(--primary);
}

.flinks{
	position: relative;
	width: 200px;
}

.flinks select{
	display: block;
	width: 100%;
	outline: none;
	box-shadow: none;
	border: none;
	padding: 12px 30px;
	 appearance: none;  
	-moz-appearance: none;  
	-webkit-appearance: none; 
	background-color: #fff;
}

.flinks select option{

}

.flinks i{
	position: absolute;
    width: 16px;
    right: 25px;
    top: 15px;
    color: #333;
}

.fdhs .item{
	margin-left: 25px;
}

.fdhs p.title{
	font-size: 16px;
	margin-bottom: 15px;
}

.fdhs ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}

.fdhs ul li a:hover{
	color: var(--primary);
}

.copyright{
	background-color: var(--primary);
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}

.copyright a{
	color: #fff;
}

.copyright .fwrx .tit1{
	font-size: 18px;
}











