
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#header {
	width: 100%;
	min-width: inherit;
	/* position: absolute; */
	z-index: 999;
}

.gd {
	z-index: 999;
	width: 100px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 95%;
}

.gd ul li {
	position: relative
}

.al {
	width: 150px;
	height: 80px;
	position: absolute;
	top: 8px;
	left: -140px;
	display: none;
	background: #fff;
	/* opacity:0.6; */
	border-radius: 15px;
}

.al h4 {
	padding: 5px;
}

.gd ul>li:hover .al {
	display: block;
}

.delta {
	width: 0px;
	height: 0px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	margin: 28px 0px 0px 150px;

}

.altext {
	padding: 5px 0px;
	position: absolute;
	top: 3px;
	left: 15px
}

.maxheader {
	width: 1920px;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
}


.header-right {
	width: 800px;
	margin-top: 30px;
}

.header-right img:nth-child(1) {
	margin-left: 400px;
}

.header-right span {
	margin-left: 30px;
}

.header-right img:nth-child(3) {
	margin-left: 60px;
	margin-top: 2px;
}

.maxherder .herder-right .rightfont {
	width: 232px;
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0px;
	color: #666666;
	opacity: 1;
}

.con-bottom {
	width: 1200px;
	margin: 0 auto;
	/* margin-top: 78px; */
	line-height: 46px;
}

.con-bottom ul {
	display: flex;
	justify-content: space-between;
}

.con-bottom ul li {
	text-align: center;
	width: 160px;
	color: #fff;
	/* padding: 10px; */
	position: relative;
}

.con-bottom ul li:hover {
	background: #1A6FC2;
	color: #fff;

}

.con-bottom ul li:hover {
	color: #fff;

}

.con-bottom ul .desk .bottom {
	display: none;
}

.con-bottom ul .desk:hover .bottom {
	display: block;
}

.con-bottom ul li:first-child .top {
	width: 160px;
	height: 100%;
	background: #1A6FC2;
	display: flex;
	justify-content: space-around;
	color: red;

}

.tops {
	width: 160px;
	text-align: center;
}

.con-bottom ul li a {}

.con-bottom ul li:first-child .top a {
	color: #fff;
}

.con-bottom ul li:first-child:hover .top a {
	color: #fff;
}

.con-bottom ul li .top a {
	font-size: 16px;
	color: #333;
}

.con-bottom ul li a img {
	margin-top: 13px;
}

.con-bottom ul li:hover .top a {
	color: #fff;
}

.con-bottom ul li:hover .top .icon-s-up-copy {
	color: #fff;
	display: inline-block;
	transform: rotate(180deg);
	transition: all 300ms linear;
}

.con-bottom ul li .bottom {
	width: 180px;
	height: 420px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 46px;
	z-index: 30;
}

.con-bottom ul li:hover .bot {

	display: block;
}

.con-bottom ul li .bot {

	width: 160px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 46px;
	display: none;
	z-index: 30;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.con-bottom ul li .bot ol {
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	/* border:1px solid red; */

}

.con-bottom ul li .bot ol li:hover {

	background-color: #1A6FC2;

}

.con-bottom ul li .bot ol li a {
	color: #333;
}

.con-bottom ul li .bot ol li:hover a {
	color: #fff;
}


/*轮播图*/
.banner {
    margin-top: 145px;
    width: 100%;
}
.banner .swiper-banner {
    width: 100%;
    height: 100%;
}
.banner .swiper-banner .swiper-slide img{
    width:100%;
    height: 100%;
}

.banner-info {
	width: 100%;
	max-width: 1200px;
	margin: -36px auto 0px;
	height: 72px;
	background: #FFFFFF;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 1;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner-info .info-swiper {
	flex:1;
	height: 30px;
	overflow: hidden;
	margin: 6px 0px;
}
.banner-info .info-swiper .swiper-slide {
	font-size: 14px;
	text-align: left;
}
.banner-info .info-swiper .swiper-slide p {
	width: 100%;
}
.banner-info .swiper-button-next,.banner-info .swiper-button-prev {
	position: static;
	float: left;
	margin-top:0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.banner-info .swiper-button-next:after,.banner-info  .swiper-button-prev:after {
	font-size: 16px;
}
.banner-info .swiper-pagination {
	position: static;
	float: right;
	height: 30px;
	overflow: hidden;
	margin: 6px 0px;
	display: flex;
	align-items: center;
}
.banner-info .swiper-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	background: #BABABA;
	margin-left: 15px;
	opacity: 1;
}
.banner-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #ffffff;
	border:3px solid #1A6FC2;
}

/*标题*/
.sontit {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.sontit h4 {
	color: #333;
	font-size: 36px;
	margin-bottom: 15px;
}
.sontit p {
	color: #999;
	font-size: 14px;
}

.content {
	padding: 80px 0px 0px;
}

/*关于*/
.centul ul {
	max-width: 1000px;
	margin: 0 auto;
}

.centul ul li {
	float: left;
	width: 25%;
	margin: 20px 0px;
	padding: 10px 15px;
	border-right: 1px solid #EDEDED;
}

.centul ul li h5 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 200;
	color: #000;
    font-family: PingFang SC;
}
.centul ul li h5 sup {
	font-weight: 400;
	font-size: 16px;
}

.centul ul li>span {
	width: 100%;
	text-align: center;
	display: block;
	color: #999999;
	font-size: 14px;
}



.about-desc {
	max-width: 1000px;
	margin: 20px auto 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	text-align: center;
}


.cent-zizhi {
	margin-top: 60px;
	overflow: hidden;
}

.cent-zizhi li {
	display: inline-block;
	width: 33.333333%;
	padding: 0px 15px;
}
.cent-zizhi li a {
	display: block;
}
.cent-zizhi li a>div {
	width: 100%;
	height: 108px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}
.cent-zizhi li a .bg {
	
	background: url(../img/backgroung/bg3.png);
}

.cent-zizhi li .bg2 {
	background: url(../img/backgroung/bb.png);
}

.cent-zizhi li .bg3 {
	background: url(../img/backgroung/bg2.png);
}


.cent-zizhi li a>div  h5 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.cent-zizhi li a>div  span {
	color: #FFFFFF;
}

/* .cent2 {
	width: 1920px;
} */

.cent2 h4 {
	width: 350px;
	height: 47px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 50px;
	color: #333333;
	margin: 0 auto;
	opacity: 1;
	text-align: center;
}

.centtxt {
	width: 1200px;
	text-align: center;
}

.centyeji {
	padding: 30px 0px 80px;
	margin: 0 auto;
}

.centyeji ul li {
}

.centyeji ul li img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.centyeji ul li span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.cases_list ul li {
	margin-bottom: 30px;	
}

.cases_list ul li .img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.cases_list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s linear;
}
.cases_list ul li .desc {
	padding: 10px 0px;
	border-bottom: 1px solid #E5E5E5;
}
.cases_list ul li .desc h5 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.cases_list ul li .desc p {
	font-size: 14px;
	color: #999999;
}
.cases_list ul li a {
	display: block;
}
.cases_list ul li a:hover {
	padding: 10px 10px 0px;
	background-color: #1A6FC2;
}
.cases_list ul li a:hover .img {
	height: 250px;
}
.cases_list ul li a:hover .desc {
	border-color: #1A6FC2;
}
.cases_list ul li a:hover .desc h5 {
	color: #ffffff;
}
.cases_list ul li a:hover .desc p {
	color: #ffffff;
}

/*新闻*/
.news_con {
	margin-bottom: 60px;
}
.news_row .news_head {
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
.news_row .news_head h4 {
	float: left;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #1A6FC2;
}
.news_row .news_head a.more {
	float: right;
}
.news_row .news_head a.more:hover {
	color: #1A6FC2;
}
.news_row .cover {
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.news_row .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_row .news_list {
	margin-top: 10px;
}
.news_row .news_list ul li {
	width: 100%;
	line-height: 20px;
	padding: 15px 0px;
	border-bottom: 1px solid #E5E5E5;
}
.news_row .news_list ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
}
.news_row .news_list ul li a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #CFCFCF;
	border-radius: 50%;
	float: left;
	margin: 6px 10px 0px 0px;
}
.news_row .news_list ul li a:hover {
	color: #1A6FC2;
}
.news_row .news_list ul li a p {
	float: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: calc(100% - 110px);
}
.news_row .news_list ul li a span {
	float: right;
}

.content .cent2d {
	width: 26px;
	height: 2px;
	background: #333333;
	opacity: 1;
	border-radius: 0px;
	position: absolute;
	top: 30px;
	left: 500px;
}

.content .cent2ds {
	width: 26px;
	height: 2px;
	background: #333333;
	opacity: 1;
	border-radius: 0px;
	position: absolute;
	top: 30px;
	left: 690px;

}

.janjie {
	width: 1200px;
	margin: 60px auto;
}

.jjcent {
	width: 1200px;
	/* height: 141px; */
	margin: 0 auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	text-indent: 2em;
	opacity: 1;
}

.jjcent p {
	padding: 5px;
}

.jjcent2 {
	width: 1200px;
	margin: 0 auto;
	height: 360px;
	background-color: #F7F7F7;
}

.jjcent2 ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.jjcent2c {
	width: 1132px;
	height: 291px;
	margin: 0px auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #666666;
	padding: 34px;
	opacity: 1;
}

.abcent {
	width: 1200px;
	margin: 0 auto;
}

.abcent01 {
	overflow: hidden;
	margin: 0px 0px 50px 0px;
}

.abcentimg {
	width: 536px;
	height: 320px;
	float: left;
}

.abcentimg img {
	width: 100%;
}

.abcenttext {
	width: 600px;
	height: 171px;
	float: right;
	margin-top: 75px;
	text-indent: 2em;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
}


.abcent02 {
	overflow: hidden;
	margin: 0px 0px 50px 0px;
}

.abcentimg2 {
	width: 536px;
	height: 320px;
	float: right;
}

.abcentimg2 img {
	width: 100%;
}

.abcenttext2 {
	width: 600px;
	height: 171px;
	float: left;
	margin-top: 75px;
	text-indent: 2em;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
}


/* 企业文化css */
.cul {
	width: 1200px;
	margin: 0 auto;
}

.cultureCent h3 {
	width: 120px;
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
	margin: 35px 0px 16px 30px;
}

.cultureCent ul li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #666666;
	opacity: 1;
	margin: 0px 0px 16px 30px;
}

/* .cent2 h4 {
	height: 37px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
} */
.cent2 {
	margin-bottom: 20px;
}

.cent2 .cent2m {
	width: 434px;
	height: 2px;
	background: #BBBBBB;
	opacity: 1;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.cent2 .cent2ms {
	width: 434px;
	height: 2px;
	background: #BBBBBB;
	opacity: 1;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	left: 770px;
}

.gs {
	display: flex;
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.gslist:nth-child(2) {
	margin: 0px 42px;
}

.gslist img {
	width: 372px;
	height: 220px;
	margin-top: 30px;
}

.gslisttext h4 {
	width: 372px;
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	opacity: 1;
	text-align: center;
	margin-top: 30px;
}

.gslisttext2 {
	display: block;
	width: 372px;
	height: 19px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #999999;
	opacity: 1;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.gslisttext {
	margin-top: 30px;
	width: 372px;

}

.gslisttext p {
	width: 308px;
	text-align: center;
	height: 49px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
	margin: 71px auto;
}


/* 组织架构css */
.zuzhi {
	width: 1200px;
	margin: 0 auto;
}

.zuzhi img {
	width: 1058px;
	/* height: 816px; */
	margin: 20px 0px 100px 40px;
}

/* 公司资质csss */
.zizhi {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	/* display: flex; */

}

.zizhilist {
	width: 382px;
	height: 486px;
	background: #FFFFFF;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
	opacity: 1;
	border-radius: 0px;
	float: left;
}

.zizhilist:nth-child(2) {
	margin: 0px 25px;
}

.zizhilist:nth-child(4) {
	margin: 0px 25px;
}


.zizhilist img {
	width: 200px;
	margin: 46px 91px 46px 91px;
}

.zizhilist .img2 {
	width: 270px;
	height: 190px;
	margin: 98px 56px 98px 56px;
}

.zizhilist h4 {
	margin: 0px 60px;
	width: 280px;
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
	border-top: 1px solid #DCDCDC;
	text-align: center;
	padding-top: 10px;
}

/* .zizhilist:first-child h4{
	color: #206BD1 ;
} */
.zizhilist:hover h4 {
	color: #206BD1;
	border: none;
}

/* 分页 */
.paging {
	width: 400px;
	display: flex;
	align-items: center;
	margin-left: 800px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.paging div {
	border: 1px solid rgb(211, 211, 211);
	padding: 10px;
	cursor: pointer;
	margin: 0 10px;
	font-size: 24px;
}

.paging div:first-child {
	border: 1px solid rgb(211, 211, 211);
	cursor: pointer;
	margin: 0 10px;
	font-size: 24px;
}

.paging div:nth-child(7) {
	border: 1px solid rgb(211, 211, 211);
	cursor: pointer;
	font-size: 24px;
}

.paging div.disable {
	color: #fff;
	cursor: not-allowed;
	background-color: #ccc;
}

.paging div.active {
	border: none;
	background-color: #1A6FC2;
	color: #fff;
}

.pagimg .prev {
	font-size: 25px;
	background-color: #007AC5;
}

/* 服务范围css */
.sever {
	width: 1200px;
	margin: 100px auto;
}

.severlist {
	margin: 50px 0px;
}

.severlisttop {
	display: flex;
}

.severlisttop img {
	width: 36px;
	height: 42px;
}

.severlisttop h4 {
	/* width: 224px; */
	height: 45px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
	line-height: 40px;
	margin-left: 20px;
}

.severlistbom ol li {
	list-style-type: decimal;
	/* list-style-position:inside; */
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #666666;
	opacity: 1;
	margin: 22px 30px
}

/* 公司实力css */
.power {
	width: 1200px;
	margin: 0 auto;
}

.powerlist ul {
	overflow: hidden;
}

.powerlist ul li {
	float: left;
	margin: 30px 0px;
	padding: 0;

}

.powerlist ul li a span {
	display: block;
	width: 386px;
	padding: 20px 20px;
	text-align: center;
}

.powerlist ul li a:hover span {
	color: #fff;
	background-color: #005CBF;
}



.powerlistcent {
	width: 386px;
	height: 299px;
	/* border: 1px solid red; */
	/* padding: 16px 15px 30px 20px; */
}

.div1 {
	width: 386px;
	height: 200px;
	overflow: hidden;
	margin-right: 10px;
}

.div1 img {
	cursor: pointer;
	transition: all 0.6s;
}

.div1 img:hover {
	transform: scale(1.2);
}


.powerlistcent img {
	cursor: pointer;
	transition: all 0.6s;
	margin: 5px;
}

.powerlistcent img:hover {
	transform: scale(1.1);
}

.powerlistcent:hover span {
	color: #fff;
	background-color: #206BD1;
}

.powerlistcent span {
	width: 380px;
	display: block;
	text-align: center;
	padding: 27px 0px;
	/* border: 1px solid red; */
}

#fenye {
	margin-left: 750px;
}

/* 工程详情css */
.details {
	width: 1200px;
	margin: 100px auto
}

.detailscent {
	display: flex;
}

.detailscent img {
	width: 522px;
	height: 510px;
	margin: 80px 0px;
}

.datailstext {
	margin-top: 230px;
	margin-left: 125px;
	height: 400px;
}

.datailstext h4 {
	width: 240px;
	height: 64px;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 50px;
	color: #333333;
	opacity: 1;
}

.datailstext ul {
	width: 220px;
	height: 106px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: #666666;
	opacity: 1;
	margin-top: 40px
}

/* 新闻资讯css*/

.nh {
	width: 260px;
	height: 150px;
	overflow: hidden;
}

.nh img {
	cursor: pointer;
	transition: all 0.6s;

}

.nh img:hover {
	transform: scale(1.2);
}

.paper {
	width: 1200px;
	margin: 100px auto;
}

.paperlist {
	display: flex;
}

.paperlist img {
	width: 260px;
	height: 150px;
}

.papertext div {
	overflow: hidden;
}

.papertext h4 {
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 550;
	line-height: 40px;
	color: #333333;
	opacity: 1;
	margin: 22px 34px;
}

.papertext ul {
	display: flex;
	float: right;
	overflow: hidden;
}

.papertext ul li {
	float: left;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #999999;
	opacity: 1;
	margin: 0px 15px
}

.papertext ul li img {
	width: 20px;
	height: 20px
}

.papertext ul li:nth-child(1) img {
	width: 35px;
	height: 35px
}

.paperbom {
	margin: 22px 34px;
	/* border:1px solid red; */
	/* width: 910px; */
}

.paperbom img {
	width: 30px;
	height: 20px;
	float: right;
}

.paperbom p {
	width: 728px;
	height: 45px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: #888888;
	opacity: 1;
}

/* 新闻详情css */
#ii {
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #999999;
	opacity: 1;
}

.cent2bom {
	margin-bottom: 50px;
}

.xwdetailsp,
.xwdetailsimg,
.contact {
	width: 1200px;
	margin: 25px auto;
}

.xwdetailsp {
	width: 1190px;
	height: 111px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	text-indent: 2em;
	opacity: 1;
}

.xwdetailsimg img {
	margin: 10px 0px
}

.xwdetailsp:last-child {
	margin-bottom: 100px
}




/*  湖南分公司*/
.detailp03 {
	text-indent: 0em;
}

.detailp03 img {
	width: 940px;
	height: 582px;
}

.detaildiv02 {
	width: 940px;
	height: 340px;
	display: flex;
	margin-bottom: 50px;
}

.detaildiv02 img {
	width: 300px;
	height: 397px;
	margin-right: 20px;
}

.detaildiv02p01 {
	text-indent: 2em;
	overflow: hidden;
	margin-top: 80px;
}
.detaildiv02p01 a{
	color: #1A6FC2;font-size: 26px;
}

.detaildiv02p02 {
	text-indent: 2em;
	overflow: hidden;
}

.detailp03 {
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent: 34px;
	line-height: 31px
}

/* 揭阳分公司 */
.detailh01 {
	text-align: center;
	height: 35px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
}

.detailp04 {
	text-indent: 0em;
}

.detailp04 img {
	width: 940px;
	height: 705px;
}

.detailp04 span {
	color: black;
	letter-spacing: 0px;
	font-family: 微软雅黑, &quot;
	Microsoft YaHei&quot;
	font-size: 16px;
	border: 1px solid red;
}

.detailp05 {
	text-indent: 0em;
}

.detailp05 img {
	width: 940px;
	height: 1254px;
}
/* 汕尾分公司 */


.detaildiv03 {
	width: 940px;
	height: 340px;
	display: flex;
}

.detaildiv03 img {
	width: 455px;
	height: 310px;
}

.detaildiv03p01 {
	margin-right: 20px;
}
.detailp06 {
	text-indent: 2em;
	margin-top: -10px;
}
.detailp07 {
	text-indent: 0em;
}

.detailp07 img {
	width: 940px;
	height: 1329px;
}
.detailp08 {
	text-indent: 2em;
	margin-top: -10px;
	padding-bottom: 50px;
}
/* 湛江分公司 */
.detailh02 {
	text-align: center;
	height: 35px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	opacity: 1;
	margin: 20px 0;
}
.detaildiv04 {
	width: 940px;
	height: 340px;
	display: flex;
}
.detaildiv04 img {
	width: 454px;height: 294px;margin-right: 20px;
}
.detaildiv04 p{
	width: 455px;height: 340px;margin: 49px 20px;
}
.detaildiv05{
	margin-left: 30px;
	background-color:#F7F7F7;
	padding: 15px 20px 10px 30px;
	margin-bottom: 30px;
}

.detaildiv05 h3{
	font-size: 18px;font-weight: bold;
}
.detaildiv06{
	margin-top: 84px;
}
.detaildiv06 h3{
	font-size:26px;
}
.detaildiv06 p{
	padding:  22px 30px;
	background-color:#F7F7F7 ;
	margin-top: 20px;
}

.detailp09{
	text-indent: 2em;
	padding-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
/* 深圳分公司 */
.detailpdiv07 {
	width: 940px;
}
.detailpdiv07 img {
	width: 300px;height: 202px;
}
.detailpdiv07 img:nth-child(2){
	margin: 10px;
}
.detailpdiv07 img:nth-child(5){
	margin: 10px;
}

.detailp011 {
	text-indent: 0em;
}

.detailp11 img {
	width: 940px;
	height: 434px;
}
.detailp012 {
	text-indent: 0em;
}

.detailp12 img {
	width: 940px;
	height: 657px;
}

@media (max-width: 992px) {
	.banner {
		margin-top: 60px;
	}
	.banner .swiper-banner {
		height: 300px;
	}
	.banner-info {
	    margin: -20px 10px 0px;
	    box-sizing: border-box;
	    width: auto;
	}
	.banner-info .swiper-pagination .swiper-pagination-bullet {
		margin-left: 10px;
	}
	.banner-info .swiper-button-next, .banner-info .swiper-button-prev {
		margin-right: 10px;
	}
	.content {
	    padding: 40px 0px 0px;
	}
	.sontit {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.sontit h4 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.centul ul li {
		width: 50%;
		border-right: 0px;
	}
	.cent-zizhi li {
		width: 100%;
		margin: 10px 0px;
	}
	.centyeji ul li {
		margin-bottom: 15px;
	}
	.news_row {margin-bottom: 30px;}
	.news_row .news_head {margin-bottom: 15px;}
	.news_row .cover {height: 120px;}

	.news_row .news_head h4 {
		font-size: 18px;
	}
}

