.m-header{
	display: none;
}
.w1820{
	max-width: calc(100%);
	margin: 0 auto;
	display: block;
}
.w1400{
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	display: block;
}
/* pc头部 */
.pc_header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 9999;
}
.pc_header .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc_header .img{
	padding-left: 11px;
	height: 56px;
}
.pc_header .img img{
	width: auto;
	height: 100%;
}
.pc_header .uls{
	flex: 1 1 auto;
	padding-left: 40px;
	padding-right: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pc_header .uls>li{
	height: 80px;
	position: relative;
}
.pc_header .uls>li>a{
	padding: 0 32px;
	height: 100%;
	position: relative;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
}
.pc_header .uls>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 0;
	left: 50%;
	transition: width .5s;
	background-color: #c7000b;
	transform: translate(-50%,0);
}
.pc_header .uls>li.active>a::after,
.pc_header .uls>li:hover>a::after{
	width: 64px;
}
.pc_header .uls>li ul{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	white-space: nowrap;
	display: none;
}
.pc_header .uls>li:hover ul{
	display: block;
}
.pc_header .uls>li ul li a{
	display: block;
	background-color: #fff;
	color: #333;
	font-size: 1rem;
	padding: 10px 50px;
	text-align: center;
	margin-top: 1px;
}
.pc_header .uls>li ul li a:hover{
	background-color: #c7000b;
	color: #fff;
}
/* 移动端导航 */
.m-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 60px;
	z-index: 9999;
}
.m-header .an{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.m-header .img{
	width: 50vw;
	min-width: 220px;
}
.m-header .img img{
	width: 100%;
	max-height: 46px;
	object-fit: contain;
	object-position: left;
	display: block;
}
.header_list{
	position: relative;
	width: 26px;
	height: 24px;
}
.header_list i{
	width: 100%;
	height: 2px;
	background-color: #c7000b;
	position: absolute;
}
.header_list i:nth-child(1){
	top: 0;
	transition: all 0s 0.5s;
}
.header_list i:nth-child(2){
	top: 7px;
	transition: all .5s;
}
.header_list i:nth-child(3){
	top: 14px;
	transition: all .5s;
}
.header_list i:nth-child(4){
	bottom: 0;
	transition: all 0s 0.5s;
}
.header_list.active i:nth-child(2){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.header_list.active i:nth-child(1){
	opacity: 0;
	transition: all 0s 0s;
}
.header_list.active i:nth-child(4){
	opacity: 0;
	transition: all 0s 0s;
}
.header_list.active i:nth-child(3){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header_nav{
	position: fixed;
	top: 60px;
	background: #555;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
	display: none;
}
.header_nav .uls{
	margin-top: 20px;
	width: 100%;
	height: calc(100% - 40px);
	overflow-y: auto;
	overflow-x: hidden;
}
.header_nav .uls>li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header_nav .uls>li::after{
	content: "";
	width: 90%;
	position: absolute;
	top: 48px;
	left: 50%;
	background-color: #fff;
	height: 1px;
	transform: translate(-50%,0);
}
.header_nav .uls>li>a{
	font-size: 1rem;
	color: #fff;
	padding: 14px 20px;
	flex: 1 1 auto;
	display: block;
}
.header_nav .uls>li>i{
	width: 80px;
	height: 48px;
	position: relative;
	display: none;
}
.header_nav .uls>li>i::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 24px;
	height: 20px;
	background: url("../images/jia.png") no-repeat center/cover;
	transform: translate(-50%,-50%);
}
.header_nav .uls>li>i.active::after{
	background: url("../images/jian.png") no-repeat center/cover;
}
.header_nav .uls>li ul{
	width: 100%;
	padding: 0 20px;
}
.header_nav .uls>li ul li a{
	font-size: 1rem;
	color: #fff;
	padding: 7px 20px;
	display: block;
}
.header_nav .uls>li ul{
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
	display: none;
}
.header_nav .uls>li ul::after{
	content: "";
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #fff;
	height: 1px;
	transform: translate(-50%,0);
}
/* banner */
main{margin-top: 80px;}
.index1{
	overflow: hidden;
}
.index1 .swiper-slide{
	position: relative;
}
.index1 .swiper-slide img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.index1 .swiper-slide .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.index1 .swiper-slide h3{
	line-height: 1.2;
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: left;
}
.index1 .swiper-slide h2{
	line-height: 1.5;
	color: #fff;
	margin-bottom: 25px;
	font-size: 2.375rem;
	text-align: left;
}
.index1 .swiper-slide p{
	color: #fff;
	font-size: 1.125rem;
	text-align: left;
}
.index1 .swiper-slide a{
	margin-top: 50px;
	background-color: #d32d31;
	padding: 20px 100px 20px 80px;
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	position: relative;
}
.index1 .swiper-slide a::after{
	position: absolute;
	top: 50%;
	right: 60px;
	content: "";
	transform: translate(0%,-8px);
	width: 20px;
	height: 20px;
	background: url("../images/r.png") no-repeat center/cover;
}
.index1 .swiper-slide a:before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 50%;
	left: 0%;
	background-color: #c7000b;
	transform: translate(-0%,-50%);
	transition: all .5s;
}
.index1 .swiper-slide a:hover:before{
	width: 100%;
}
/* 首页-工程案例 */
.padds{
	padding: 60px 0 70px;
}
.index_case{
	padding-bottom: 20px;
	background: url("../images/case_bg.jpg") no-repeat center/cover;
}
.index_title{
	margin-bottom: 40px;
}
.index_title h2{
	color: #333;
	font-weight: normal;
	font-size: 2.375rem;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
.index_title p{
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	text-align: center;
}
.index_case_list{
	margin-bottom: 10px;
}
.index_case .uls{
	display: none;
}
.index_case .uls li{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.index_case .uls li .img{
	position: relative;
	width: 50%;
	padding-top: 33.3%;
	display: block;
	overflow: hidden;
}
.index_case .uls li .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.index_case .uls li .img:hover img{
	transform: scale(1.05);
}
.index_case .uls li .text{
	width: 50%;
	padding: 20px 66px 20px 56px;
}
.index_case .uls li .text h3{
	font-weight: normal;
	font-size: 1.625rem;
	color: #000;
	margin-bottom: 20px;
}
.index_case .uls li .text p{
	text-indent: 2em;
	color: #666;
	line-height: 1.8;
	text-align: justify;
}
.index_case .uls li .text a{
	margin-top: 90px;
	display: block;
	color: #fff;
	background-color: #d32d31;
	width: 135px;
	text-align: center;
	padding: 10px 10px;
	transition:background .5s;
}
.index_case .uls li .text a:hover{
	background-color: #c7000b;
}
.index_case .an{
	overflow: hidden;
}
.index_case .swiper{
	width: 100%;
}
.index_case .swiper-wrapper{
	position: static;
	display: flex;
	align-items: center;
}
.index_case .swiper-slide{
	flex: 1;
	background-color: transparent;
	position: relative;
	white-space: nowrap;
}
.index_case .swiper-slide{
	background-color: transparent;
	cursor: pointer;
}
.index_case .swiper-slide span{
	opacity: 0;
	position: relative;
    top: -5px;
	left: 0;
	font-size: 105px;
	color: #edecec;
	font-weight: bold;
}
.index_case .swiper-slide.active span{
	opacity: 1;
}
.index_case .swiper-slide p{
	position: relative;
	font-size: 1.5rem;
	color: #787878;
	padding-left: 30px;
	transition: color .5s;
	left: -32px;
}
.index_case .swiper-slide p::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #e8e8e8;
	border-radius: 50%;
	transition: background .5s;
}
.index_case .swiper-slide.active p,
.index_case .swiper-slide:hover p{
	color: #d32d31;
}
.index_case .swiper-slide.active p::after{
	background-color: #d32d31;
}
/* 首页-新闻中心 */
.index_news .uls{
	display: flex;
	flex-wrap: wrap;
}
.index_news .uls li{
	position: relative;
	margin-bottom: 30px;
	width: 32.5%;margin-right: 1.16%;
	background-color: #f8f8f8;
}
.index_news .uls li:nth-child(3n){
	margin-right: 0%;
}
.imgbox{
	position: relative;
	padding-top: 63%;
	overflow: hidden;
}
.imgbox img{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.type{
	top: 0;left: 0px;
	position: absolute;
	padding: 7px 20px;
	text-align: center;
	max-width: 100%;
	z-index: 8;
	background: url(../images/type.png)
}
.type span{
	color: #fff;
}
.index_news .texts{
	padding: 20px 20px 30px;
}
.title{
	font-size: 18px;
	line-height: 1.7;
	margin: 10px 0px 5px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index_news .info .time{
	font-size: 16px;
	margin: 0px 0 15px;
}
.index_news .text{
	font-size: 16px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	height: 80px;
}
.wrapper{
	max-height: 500px;
	padding: 40px 20px 0 28px;
	overflow: hidden;
	overflow-y: auto;
}
.wrapper::-webkit-scrollbar {
	width: 4px;height: 4px
}

.wrapper::-webkit-scrollbar-button:vertical {
	display: none
}

.wrapper::-webkit-scrollbar-corner,::-webkit-scrollbar-track {
	background-color: #fff;
}

.wrapper::-webkit-scrollbar-thumb {
	border-radius: 0;background-color: #666;
}

.wrapper::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #666;
}

.wrapper::-webkit-scrollbar-thumb:vertical:active {
    background-color: #666;
}
#scroller{
	overflow-y: auto;
}

#scroller::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

#scroller::-webkit-scrollbar-button:vertical {
    display: none
}

#scroller::-webkit-scrollbar-corner,::-webkit-scrollbar-track {
    background-color: #fff;
}

#scroller::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #666;
}

#scroller::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #666;
}

#scroller::-webkit-scrollbar-thumb:vertical:active {
    background-color: #666;
}
.wrapper a h4{
	font-size: 18px;
	line-height: 1.7;
	margin: 10px 0px 0px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
}
.wrapper a .time{
	font-size: 16px;
	line-height: 1.7;
	margin: 0px 0px 15px;
}
.index_news .uls li #scroller a:hover h4{
	color: #c7000b;
}
.index_news .uls li #scroller a:hover .time{
	color: #c9172e;
}
.index_news .uls li>a:hover .texts{
	background-color: #f5f5f5;
}
.index_news .uls li>a:hover .imgbox img{
	transform: scale(1.05);
}
.btn2{
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
}
.btn2 a{
    display: block;
    color: #fff;
    background-color: #d32d31;
    width: 135px;
    text-align: center;
    padding: 10px 10px;
    transition: background .5s;
}
.btn2 a:hover{
	background-color: #c9172e;
}
/* 首页-企业简介 */
.index_about{
	background: url("../images/about_bg.jpg") no-repeat center/cover;
	padding: 176px 0 150px;
}
.index_about .an{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.index_about .text{
	width: calc(50%);
	padding-right: 50px;
}
.index_about .text h1{
	display: none;
}
.index_about .text h2{
	font-size: 2.375rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 30px;
	font-weight: normal;
}
.index_about .text>p{
	text-indent: 2em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	font-size: 1rem;
	line-height: 2;
	text-align: justify;
}
.index_about .nums{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index_about .nums li{
	flex: 1;
}
.index_about .nums li h4{
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	align-items: center;
}
.index_about .nums li h4 span{
	font-size: 1.625rem;
	color: #fff;
}
.index_about .nums li p{
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}
.index_about .img{
	width: calc(50% - 20px);
	margin-left: 20px;
}
.index_about .img img{
	width: 100%;
	display: block;
}
.index_about .text>a{
	margin-top: 33px;
	display: block;
    color: #fff;
    background-color: #d32d31;
    width: 135px;
    text-align: center;
    padding: 10px 10px;
    transition: background .5s;
}
.index_about .text>a:hover{
	background-color: #d32d31;
}
/* 首页-荣誉资质 */
.index_honer{
	padding-bottom: 60px;
	background-color: #f2f2f2;
}
.index_honer .uls{
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_honer .uls li{
	display: flex;
	align-items: center;
	padding: 0 56px;
	cursor: pointer;
	padding-bottom: 22px;
	position: relative;
}
.index_honer .uls li::after{
	content: "";
	position: absolute;
	bottom: -1px;
	width: 0;
	left: 50%;
	transition: width .5s;
	height: 1px;
	background-color: #d32d31;
	transform: translate(-50%,0);
}
.index_honer .uls li:hover::after,.index_honer .uls li.active::after{
	width: 100%;
}
.index_honer .uls li img{
	width: 38px;
	display: block;
	margin-right: 5px;
}
.index_honer .uls li img:nth-child(1){
	display: block;
}
.index_honer .uls li img:nth-child(2){
	display: none;
}
.index_honer .uls li:hover img:nth-child(1),
.index_honer .uls li.active img:nth-child(1){
	display: none;
}
.index_honer .uls li:hover img:nth-child(2),
.index_honer .uls li.active img:nth-child(2){
	display: block;
}
.index_honer .uls li h2{
	font-size: 1.4375rem;
	font-weight: normal;
	color: #2a2a2a;
}
.index_honer .uls li.active h2,
.index_honer .uls li:hover h2{
	color: #d32d31;
}
.index_honer_b{
	margin-top: 70px;
}
.index_honer_b .swiper{
	padding-bottom: 90px;
	background: url("../images/honer_footer_bg.png") no-repeat bottom center;
	overflow: hidden;
	display: none;
}
.index_honer_b .swiper-slide{
	background-color: transparent;
	width: auto;
}
.index_honer_b .swiper-slide img{
	display: block;
	width: 100%;
	height: 240px;
	object-fit: contain;
	cursor: zoom-in;
}
.index_honer_b .swiper .swiper-pagination{
	bottom: 20px;
}
.index_honer_b .swiper .swiper-pagination-bullet-active{
	background-color: #d32d31;
}
/* 底部 */
.footers{
	background-color: #333333;
	padding-top: 60px;
}
.footer1{
	padding-bottom: 50px;
}
.footer1 .an{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.footer1 .uls{
	max-width: 840px;
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	padding-right: 40px;
}
.footer1 .uls>li{
	flex: 1;
}
.footer1 .uls>li>a{
	color: #999;
	font-size: 1rem;
}
.footer1 .uls>li>a:hover{
	color: #fff;
}
.footer1 .uls>li ul{
	margin-top: 24px;
}
.footer1 .uls>li ul li a{
	padding: 5px 0px;
	color: #999;
	font-size: 1rem;
	display: block;
}
.footer1 .uls>li ul li a:hover{
	color: #fff;
}
.footer1 .er img{
	max-width: 135px;
	max-width: 100%;
	display: block;
}
.footer1 .er p{
	text-align: center;
	color: #999;
	margin-top: 20px;
	font-size: 0.875rem;
}
.footer2{
	border-top: 1px solid #494949;
	padding: 30px 0;
}
.footer2 .an{
	display: flex;
	align-items: stretch;
}
.footer2 p{
	flex: 1 1 auto;
	padding-right: 30px;
	color: #8e8e8e;
	font-size: 1rem;
	line-height: 1.6;
}
.footer2 p a{
	color: #8e8e8e;
	font-size: 1rem;
	line-height: 1.6;
}
.footer2 p a:hover{
	color: #fff;
}
.footer2 div{
	font-size: 1rem;
	color: #8e8e8e;
}
.footer2 div span{
	font-size: 1rem;
	color: #8e8e8e;
	display: inline-block;
}
.footer2 div a{
	display: inline-block;
	color: #8e8e8e;
	font-size: 1rem;
}
.footer2 div a:hover{
	color: #fff;
}
/* 子页-banner */
.z-banner{
	width: 100%;
}
.z-banner img{
	width: 100%;
	display: block;
}
/* 关于我们 */
.mb{
	background-color: #f5f5f5;
	border-bottom: 1px solid #d9d9d9;
}
.mb .an{
	display: flex;
	justify-content: center;
}
.mb .swiper-wrapper{
	display: flex;
	justify-content: center;
}
.mb .swiper-slide{
	position: relative;
	width: auto;
	background-color: transparent;
	padding: 16px 10px;
	display: block;
	margin: 0 10px;
}
.mb .swiper-slide::after{
	width: 0;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 1px;
	background-color: #d32d31;
	transform: translate(-50%,0);
}
.mb .swiper-slide:hover,
.mb .swiper-slide.active{
	color: #d32d31;
}
.mb .swiper-slide.active::after{
	width: 100%;
}
.about1{
	padding: 80px 0 100px;
}
.contact1 .an>h1,
.message1 .an>h2,
.strategy1 .an>h1,
.join1 .an>h1,
.party>.an>h1,
.corporate1>.an>h1,
.about1 .an>h1,
.about2 .an>h2{
	color: #333;
	font-size: 1.625rem;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 70px;
}
.about1 .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.about1 .flex .text{
	width: 50%;
	padding-right: 25px;
	color: #666;
	font-size: 1rem;
	line-height: 2;
}
.about1 .flex .img{
	width: calc(50% - 20px);
	margin-left: 20px;
}
.about1 .flex .img img{
	width: 100%;
}
.about1 .flex .text p{
	text-indent: 2em;
}
.about2{
	background-color: #f8f8f8;
	padding: 70px 0 225px;
}
.about2 .text{
	color: #666;
	font-size: 1rem;
	line-height: 2;
}
html{
	scroll-padding-top: 80px;
}
/* 文化概述 */
.corporate1{
	padding: 70px 0 100px;
}
.corporate1 .text{
	color: #666;
	font-size: 1rem;
	line-height: 2;
}
.corporate1 .text p{
	text-indent: 2em;
}
/* 党建工会 */
.party{
	padding: 70px 0 40px;
}
.party .uls{
	padding-bottom: 20px;
}
.party .uls li{
	margin-bottom: 100px;
	position: relative;
	display: flex;
}
.party .uls li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}
.party .uls li:nth-child(1){
	border-top: 0px solid #dddddd;
}
.party .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.party .uls li .party_time{
	width: 70px;
}
.party .uls li .party_time h5{
	color: #999;
	font-size: 1.5rem;
	font-weight: normal;
}
.party .uls li .party_time h4{
	color: #999;
	font-size: 1.75rem;
	font-weight: normal;
}
.party .uls li .party_time div{
	margin-top: 16px;
}
.party .uls li .party_time div img{
	width: 26px;
}
.party .uls li .party_time div img:nth-child(1){
	display: block;
}
.party .uls li .party_time div img:nth-child(2){
	display: none;
}
.party .uls li:hover .party_time div img:nth-child(1){
	display: none;
}
.party .uls li:hover .party_time div img:nth-child(2){
	display: block;
}
.party .uls li .text{
	width: calc(100% - 70px);
	padding-left: 90px;
	position: relative;
	transition: padding .5s;
}
.party .uls li .text::after{
	content: "";
	position: absolute;
	top: 12px;
	left: 0px;
	width: 40px;
	height: 1px;
	background-color: #aaa;
	margin-left: 30px;
	transition: width .5s;
}
.party .uls li .text h3{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	font-size: 1.125rem;
	color: #353535;
	font-weight: bold;
	margin-bottom: 20px;
}
.party .uls li .text p{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	line-height: 2;
	color: #666666;
	font-size: 0.9375rem;
}
.party .uls li:hover .text h3{
	color: #d32d31;
}
/* 分页 */
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li{
	width: auto !important;
	margin-right: 0 !important;
	background-color: transparent !important;
	margin-bottom: 5px !important;
	transition: all 0s !important;
	box-shadow: none !important;
}
.pagess ul li a,.pagess ul li span{
	display: inline-block;
	border: 1px solid #ccc;
	 padding: 7px 14px;
	margin: 0 5px;
	line-height: 20px;
	background: #fff;
	color: #999;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
    display: inline-block;
    /* border: 1px solid #ccc; */
    padding: 7px 14px;
    margin: 0 5px;
    background: #c7000a;
    color: #fff;
}
.pagess ul li a{
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
/* 新闻中心 */
.news1{
	padding: 70px 0 60px;
}
.news1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: 35px;
}
.news1 .uls li{
	width: calc(32.5%);
	position: relative;
	margin-right: 1.16%;
    background-color: #f8f8f8;
	margin-bottom: 35px;
}
.news1 .uls li:nth-child(3n){
	margin-right: 0;
}
.news1 .uls li>a{
	position: absolute;
	opacity: 0;
	font-size: 0;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.news1 .uls li:hover{
	background-color: #f5f5f5;
}
.news1 .uls li .texts{
	padding: 20px 20px 30px;
}
.news1 .info .time{
    font-size: 16px;
    margin: 0px 0 15px;
}
.news1 .uls li .text{
	font-size: 16px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    height: 80px;
}
.news1 .uls li:hover .imgbox img{
	transform: scale(1.05);
}
.news1 .an>h1{display: none;}
/* 新闻详情页 */
.news1_detail{
	padding: 70px 0 50px;
}
.news_flex{
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
}
.news_flex .left{
	width: calc(100% - 316px);
	padding-right: 60px;
}
.news_flex .right{
	width: 316px;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
	padding: 30px 25px 0 25px;
}
.news_flex .left h1{
	color: #333;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
	line-height: 1.5;
}
.news_flex .left .news_time{
	color: #999;
	font-size: 1rem;
	border-bottom: 1px solid #eeeeee;
	line-height: 1.7;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.news_flex .left .text{
	color: #666;
	line-height: 1.6;
	font-size: 1rem;
	padding-bottom: 50px;
}
.news_flex .left .text p{
	text-indent: 2em;
}
.news_flex .left .text img{
	max-width: 100%;
	margin: 15px auto;
	display: block;
}
.news_flex .right h2{
	color: #333;
	font-weight: normal;
	font-size: 1.375rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.news_flex .right .uls li{
	margin-bottom: 52px;
	position: relative;
}
.news_flex .right .uls li::after{
	position: absolute;
	content: "";
	bottom: -22px;
	width: 100%;
	height: 1px;
	background-color: #f1f6f7;
}
.news_flex .right .uls li:last-child{
	margin-bottom: 22px;
}
.news_flex .right .uls li:last-child::after{
	display: none;
}
.news_flex .right .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.news_flex .right .uls li h3{
	color: #555;
	font-size: 1rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 6px;
}
.news_flex .right .uls li h3::after{
	width: 3px;
	height: 3px;
	background-color: #555555;
	content: "";
	top: 11px;
	left: -6px;
	position: absolute;
}
.news_flex .right .uls li p{
	color: #999;
	font-size: 0.875rem;
}
.news_flex .right .uls li:hover h3{
	color: #d32d31;
}
/* 详情分页 */
.news_page{
	padding-top: 36px;
	border-top: 1px solid #eee;
}
.news_page p{
	display: block;
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
}
.news_page p a{
	display: initial;
	color: #333;
	font-size: 1rem;
}
.news_page p a:hover{
	color: #d32d31;
}
/* 工程案例 */
.cases1 .an>h1{display: none;}
.cases1{
	padding: 70px 0 80px;
}
.cases1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: 20px;
}
.cases1 .uls li{
	width: 32.5%;
	margin-right: 1.16%;
	background-color: #f8f8f8;
	margin-bottom: 60px;
	position: relative;
}
.cases1 .uls li:nth-child(3n){
	margin-right: 0;
}
.cases1 .uls li:hover{
	background-color: #f5f5f5;
}
.cases1 .uls li>a{
	opacity: 0;
	position: absolute;
	font-size: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.cases1 .uls li .img{
	position: relative;
	padding-top: 63%;
	overflow: hidden;
}
.cases1 .uls li .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.cases1 .uls li:hover .img img{
	transform: scale(1.05);
}
.cases1 .uls li .text{
	padding: 20px 10px;
}
.cases1 .uls li .text h3{
	font-weight: bold;
	color: #2a2a2a;
	font-size: 1rem;
	line-height: 1.7;
	text-align: center;
}
.cases1 .uls li:hover .text h3{
	color: #d32d31;
}
/* 工程案例详情页 */
.cases1_dteail{
	padding: 80px 0 60px;
}
.cases1_dteail .an>h1{
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}
.cases1_dteail .text{
	line-height: 1.6;
	color: #666;
	font-size: 1rem;
	padding-bottom: 100px;
}
.cases1_dteail .text img{
	max-width: 100%;
	margin: 0 auto 40px;
	display: block;
}
.cases1_dteail .text p{
	text-indent: 2em;
}
/* 荣誉资质 */
.lg-backdrop,.lg-outer{
	z-index: 9999;
}
.honor1{
	padding: 70px 0 70px;
}
.honor1 .an>h1{
	display: none;
}
.honor1 .uls{
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.honor1 .uls li{
	width: 24%;
	margin-right: 1.16%;
	margin-bottom: 30px;
	cursor: zoom-in;
	background-color: #f8f8f8;
}
.honor1 .uls li:hover{
	background-color: #f5f5f5;
}
.honor1 .uls li:nth-child(4n){
	margin-right: 0;
}
.honor1 .uls li .img{
	width: 100%;
	position: relative;
	padding-top: 71%;
	overflow: hidden;
}
.honor1 .uls li .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .5s;
}
.honor1 .uls li:hover .img img{
	transform: scale(1.05);
}
.honor1 .uls li .text{
	padding: 15px 10px;
}
.honor1 .uls li .text h3{
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
}
.honor1 .uls li:hover .text h3{
	color: #d32d31;
}
/* 人才招聘 */
.join1{
	padding: 70px 0 100px;
}
.join1 .uls li{
	margin-bottom: 20px;
}
.join1 .uls li .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	cursor: pointer;
	background-color: #f8f8f8;
}
.join1 .uls li .flex h3{
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.join1 .uls li:hover .flex h3{
	color: #d32d31;
}
.join1 .uls li .flex i{
	width: 30px;
	height: 30px;
	background-color: #eee;
	position: relative;
}
.join1 .uls li .flex i::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 16px;
	height: 2px;
	background-color: #fff;
	transform: translate(-50%,-50%);
}
.join1 .uls li .flex i:before{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 2px;
	height: 16px;
	background-color: #fff;
	transform: translate(-50%,-50%);
}
.join1 .uls li .text{
	padding: 20px 20px 20px 20px;
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
	line-height: 1.6;
	color: #666;
	display: none;
}
.join1 .uls li .flex.active{
	background-color: #fff;
}
.join1 .uls li .flex.active h3{
	color: #d32d31;
}
.join1 .uls li .flex.active i{
	background-color: #d32d31;
}
.join1 .uls li .flex.active i:before{
	display: none;
}
/* 人才策略 */
.strategy1{
	padding: 70px 0 200px;
}
.strategy1 .text{
	color: #333;
	font-size: 1.125rem;
	line-height: 1.7;
}
.strategy1 .text p{
	text-indent: 2em;
}
.strategy1 .text p{
	text-indent: 2em;
}
/* 联系我们 */
.contact1{
	padding: 70px 0 80px;
}
.contact1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.contact1 .uls li{
	width: 25%;
	padding: 10px;
}
.contact1 .uls li .img{
	height: 53px;
	display: flex;
	align-items: center;
	
}
.contact1 .uls li img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	width: auto;
}
.contact1 .uls li h3{
	font-size: 1.125rem;
	font-weight: normal;
	color: #666;
	margin-top: 20px;
	line-height: 1.7;
	text-align: center;
}
.contact1 .uls li p{
	text-align: center;
	color: #666;
	font-size: 1rem;
	margin-top: 15px;
	line-height: 1.7;
}
.contact1 .uls li p a{
	color: #666;
	font-size: 1rem;
}
.contact1 .uls li p a:hover{
	color: #d32d31;
}
.contact1 .imgs{
	display: block;
	overflow: hidden;
	margin-top: 50px;
}
.contact1 .imgs img{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	transition:transform  .5s;
}
.contact1 .imgs:hover img{
	transform: scale(1.05);
}
/* 在线留言 */
.message1{
	padding: 100px 0;
	background-color: #f8f8f8;
}
.message1 .an>p{
	position: relative;
	top: -40px;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}
.form .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.form .left{
	width: 50%;
	padding-right: 14px;
}
.form label{
	width: 100%;
	display: block;
	color: #333;
	font-size: 1rem;
	padding: 0 0 15px 20px;
}
.form .left input{
	width: 100%;
	padding: 20px 30px 140px 20px;
	border-radius: 5px;
	margin: 0;
	outline: none;
	border:1px solid #585858;
	font-size: 1rem;
}
.form .right{
	width: 50%;
	padding-left: 14px;
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	align-content: space-between;
}
.form .right .input{
	width: 49%;
	margin-right: 2%;
}
.form .right .input:nth-child(2n){
	margin-right: 0;
}
.form .input input{
	display: block;
	padding: 18px 30px 18px 30px;
	border-radius: 5px;
	width: 100%;
	outline: none;
	margin: 0;
	border:1px solid #585858;
	font-size: 1rem;
}
.form_btn button{
	max-width: 315px;
	width: 100%;
	display: block;
	margin: 40px auto 0;
	background-color: #c7000a;
	border-radius: 5px;
	outline: none;
	border: 0px;
	color: #fff;
	padding: 16px 10px;
	font-size: 1.125rem;
	cursor: pointer;
}
.form_btn button:hover{
	background-color: #d32d31;
}
/* { 
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */








/* pc效果 */
@media (min-width:1025px){
	.header_nav{display: none !important;}
	/* banner */
	.index1 .swiper-slide h3{transition: all .5s 0.3s;}
	.index1 .swiper-slide h2{transition: all .5s 0.6s;}
	.index1 .swiper-slide p{transition: all .5s 0.9s;}
	.index1 .swiper-slide a{transition: all .5s 1.2s;}
	.index1 .swiper-slide h3,
	.index1 .swiper-slide h2,
	.index1 .swiper-slide p,
	.index1 .swiper-slide a{opacity: 0;transform: translateY(40px);}
	.index1 .swiper-slide-active h3,
	.index1 .swiper-slide-active h2,
	.index1 .swiper-slide-active p,
	.index1 .swiper-slide-active a{opacity: 1;transform: translateY(0px);}
	/* 党建工会 */
	.party .uls li:hover .text{padding-left: 110px;}
	.party .uls li:hover .text::after{width: 60px;}
	/* 分页大小设置 */
	.pagess ul li a,.pagess ul li span{padding: 14px 21px;}
	.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{padding: 14px 21px;}
}
/* 适配 */
@media (max-width:1500px){
	.pc_header .uls>li{flex:1;}
	.pc_header .uls>li>a{padding: 0;width: 100%;}
	/* 首页-工程案例 */
	.index_case .uls li .text a{margin-top: 10%;}
	/* 首页- */
	/* 首页- */
}
@media (max-width:1200px) {
	.pc_header .uls{padding: 0 20px;}
	/* 首页-工程案例 */
	.index_case .swiper-slide span{font-size: 3.75rem;}
	.index_case .swiper-slide p{font-size: 1.25rem;left: -20px;}
	/* 首页- */
	/* 首页- */
}
@media (max-width:1024px) {
	.pc_header{display:none}
	.m-header{display: block;}
	main{margin-top: 60px;}
	html{scroll-padding-top: 60px;}
	/* 首页-工程案例 */
	.index_case .uls li .img{width: 100%;margin: 0 auto;padding-top: 75%;}
	.index_case .uls li .text{width: 100%;padding-left: 0;padding-right: 0;}
	.index_case .uls li .text h3{text-align: center;}
	.index_case .uls li .text a{margin-top: 30px;margin: 30px auto 0;}
	.index_case .swiper-slide span{display: none;}
	.index_case .swiper-slide p{left: 0;padding-top: 20px;padding-bottom: 20px;}
	/* 首页-新闻中心 */
	.index_news .uls li:nth-child(3){width: 100%;}
	.index_news .uls li:nth-child(1){width: 49%;margin-right:2%}
	.index_news .uls li:nth-child(2){width: 49%;margin-right:0%}
	/* 首页-关于我们 */
	.index_about .text{width: 100%;padding-right: 0;}
	.index_about .img{display: none;}
	/* 底部 */
	.footer2 .an{display: block;}
	.footer2>p{text-align: center;}
	.footer2 div{width: 100%;text-align: center;margin-top: 5px;}
	/* 关于我们 */
	.about1 .flex{flex-direction: column-reverse;}
	.about1 .flex .img{width: 100%;margin: 0;}
	.about1 .flex .img img{max-width: 100%;width: auto;display: block;margin: 0 auto;}
	.about1 .flex .text{padding: 20px 0 0;width: 100%;}
	/* 新闻中心 */
	.news_flex .left{width: 100%;padding-right: 0;}
	.news_flex .right{width: 100%;box-shadow: none;padding: 30px 0 0 8px;}
	.news_flex .right h2{text-align: center;}
	.news_flex .right h2{text-align: center;}
	/* 荣誉资质 */
	.honor1 .uls li{width: 49%;margin-right: 2%;}
	.honor1 .uls li:nth-child(2n){margin-right: 0;}
}
@media (max-width:820px) {
	.padds{padding: 30px 0 40px;}
	/* banner */
	.index1 .swiper-slide .text{text-align: center;}
	.index1 .swiper-slide h3{text-align: center;display: none;}
	.index1 .swiper-slide h2{font-size: 1.125rem;text-align: center;margin-bottom: 10px;}
	.index1 .swiper-slide p{text-align: center;font-size: 1rem;display: none;}
	.index1 .swiper-slide a{margin: 15px auto 0;padding: 10px 55px 10px 35px;}
	.index1 .swiper-slide a::after{right: 25px;}
	/* 首页-工程案例 */
	.index_case{padding-bottom: 20px;}
	.index_title{margin-bottom: 15px;}
	.index_title h2{font-size: 1.5rem;margin-bottom: 5px;}
	.index_case .uls li .text h3{font-size: 1.25rem;margin-bottom: 10px;}
	.index_case .uls li .text p{-webkit-box-orient: vertical;-webkit-line-clamp: 5;display: -webkit-box;overflow: hidden;}
	.index_case .uls li .text a{margin: 15px auto 0;}
	.index_case .swiper-slide{padding-right: 20px;}
	.index_case .swiper-slide p{padding-top: 5px;padding-bottom: 5px;font-size: 1rem;}
	.index_case .uls li .text a{width: 120px;padding: 8px 10px;}
	/* 首页-新闻中心 */
	.index_news .uls li:nth-child(3){width: 100%;}
	.index_news .uls li:nth-child(1){width: 100%;margin-right:0%}
	.index_news .uls li:nth-child(2){width: 100%;margin-right:0%}
	.index_news .uls li{margin-bottom: 15px;}
	.index_news .texts{padding: 15px 10px;}
	.index_news .uls{margin-top: 20px;}
	.index_news .uls li{width: 100%;margin-bottom: 15px;}
	.title{font-size: 16px;margin: 0 0 5px;}
	.index_news .info .time{font-size: 14px;margin-bottom: 5px;}
	.wrapper a h4{font-size: 16px;margin: 5px 0 0px;}
	.wrapper a .time{font-size: 14px;margin-bottom: 20px;}
	.wrapper{padding: 30px 10px 0;}
	.btn2 a{width: 120px;padding: 8px 10px;}
	.type span{font-size: 14px;}
	/* 首页-关于我们 */
	.index_about .text h2{margin-bottom: 15px;font-size: 1.5rem;}
	.index_about .nums{margin-top: 15px;}
	.index_about .nums li{white-space: nowrap;}
	.index_about .nums li h4{font-size: 1.5rem;}
	.index_about .nums li h4 span{font-size: 1.25rem;}
	.index_about .text>a{width: 120px;padding: 8px 10px;}
	.index_about .text>p{-webkit-line-clamp: 5;}
	/* 首页-荣誉资质 */
	.index_honer .uls{justify-content: space-evenly;}
	.index_honer .uls li{padding: 0 10px 10px;}
	.index_honer .uls li img{width: 26px;}
	.index_honer .uls li h2{font-size: 1.125rem;}
	.index_honer_b{margin-top: 15px;}
	.index_honer_b .swiper{padding-bottom: 40px;}
	/* 底部 */
	.footer1 .an{justify-content: center;}
	.footers{padding-top: 30px;}
	.footer1 .uls{display: none;}
	.footer1{padding-bottom: 15px;}
	.footer2{padding: 15px 0;}
	.footer1 .er p{margin-top: 10px;}
	/* 导航栏 */
	.mb .swiper-slide{padding: 10px;font-size: 1rem;}
	/* 关于我们 */
	.about1{padding: 30px 0 40px;}
	.contact1 .an>h1,.message1 .an>h2,.strategy1 .an>h1,.join1 .an>h1,.party>.an>h1,.corporate1 .an>h1,.about1 .an>h1, .about2 .an>h2{font-size: 1.375rem;margin-bottom: 20px;}
	.about2{padding: 30px 0 40px;}
	/* 文化概述 */
	.corporate1{padding: 30px 0 40px;}
	/* 党建工会 */
	.party{padding: 30px 0 40px;}
	.party .uls li{flex-direction: column-reverse;}
	.party .uls li .text{width: 100%;padding-left: 0;}
	.party .uls li .text::after{display: none;content: initial;}
	.party .uls li .text h3{margin-bottom: 10px;}
	.party .uls li .party_time{display: flex;width: 100%;flex-direction: row-reverse;margin-top: 5px;justify-content: flex-end;}
	.party .uls li .party_time h5{font-size: 1rem;}
	.party .uls li .party_time h4{font-size: 1rem;padding-right: 8px;position: relative;}
	.party .uls li .party_time h4::after{content: "";position: absolute;bottom: 8px;right: 1px;width: 5px;height: 1px;background-color: #999;}
	.party .uls li .party_time>div{display: none;}
	.party .uls li{margin-bottom: 30px;}
	.party .uls li::after{bottom: -15px;}
	/* 新闻中心 */
	.news1{padding: 30px 0 20px;}
	.news1 .uls{padding-bottom: 20px;}
	.news1 .uls li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.news1 .uls li .texts{padding: 15px 10px;}
	.news1 .info .time{font-size: 14px;margin-bottom: 5px;}
	/* 新闻详情页 */
	.news1_detail{padding: 30px 0 30px;}
	.news_flex .left h1{font-size: 1.3125rem;}
	.news_flex .left .news_time{margin-bottom: 15px;}
	.news_flex .left .text{padding-bottom: 20px;}
	.news_page{padding-top: 15px;}
	.news_flex .right{padding-top: 20px;}
	.news_flex .right h2{font-size: 1.25rem;margin-bottom: 15px;}
	.news_flex .right .uls li{margin-bottom: 30px;}
	.news_flex .right .uls li::after{bottom: -10px;}
	/* 工程案例 */
	.cases1{padding: 30px 0 40px;}
	.cases1 .uls{padding-bottom: 25px;}
	.cases1 .uls li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.cases1 .uls li .text{padding: 10px;}
	/* 工程案例详情页 */
	.cases1_dteail{padding: 30px 0 30px;}
	.cases1_dteail .an>h1{font-size: 1.25rem;margin-bottom: 20px;padding-bottom: 10px;}
	.cases1_dteail .text{padding-bottom: 20px;}
	.cases1_dteail .text img{margin-bottom: 15px;}
	/* 荣誉资质 */
	.honor1{padding: 30px 0 30px;}
	.honor1 .uls{padding-bottom: 15px;}
	.honor1 .uls li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.honor1 .uls li .text{padding: 10px;}
	/* 人才招聘 */
	.join1{padding: 30px 0 40px;}
	.join1 .uls li .flex h3{font-size: 1rem;}
	.join1 .uls li .flex{padding: 10px 10px;}
	.join1 .uls li .flex i{width: 24px;height: 24px;}
	.join1 .uls li .flex i::after{width: 12px;}
	.join1 .uls li .flex i:before{height: 12px;}
	.join1 .uls li .text{padding: 20px 10px;}
	.join1 .uls li{margin-bottom: 15px;}
	/* 人才策略 */
	.strategy1{padding: 30px 0 30px;}
	.strategy1 .text{font-size: 1rem;}
	/* 联系我们 */
	.contact1{padding: 30px 0 40px;}
	.contact1 .uls li{width: 50%;padding: 10px 5px;}
	.contact1 .uls li .img{height: auto;}
	.contact1 .uls li .img img{max-width: 30px;}
	.contact1 .uls li h3{margin-top: 10px;}
	.contact1 .uls li p{margin-top: 5px;}
	.contact1 .imgs{margin-top: 10px;}
	/* 在线留言 */
	.message1{padding: 30px 0 30px;}
	.message1 .an>p{top: -10px;margin-bottom: 20px;}
	.form .flex{flex-direction: column-reverse;}
	.form .left{width: 100%;padding: 0;}
	.form .right{width: 100%;padding: 0;}
	.form .right .input{width: 100%;margin-bottom: 15px;}
	.form label{padding-left: 10px;}
	.form .input input{padding: 10px;}
	.form .left input{height: auto;padding: 10px 10px 80px;}
	.form_btn button{margin-top: 20px;padding: 10px 10px;}
}
@media (max-width:500px) {
	/* 联系我们 */
	.contact1 .uls li{width: 100%;padding: 10px 0;}
}