/* 关于我们 公司简介*/

 .g-about-banner-content{
	width: 100%;

	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.g-about-left{
	display: flex;
	flex-direction: column;
	margin-top: 280px;
	text-align: right;
}
.g-about-left .name{
	font-size: 48px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
}
.g-about-left .text{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.g-about-nav{
	height: 60px;
	background: #ECECEC;
	width: 100%;
}
.g-about-nav-row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.g-about-nav-row .left{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.g-about-nav-row .left li{
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:#373737;
	cursor: pointer;
}
.g-about-nav-row .left li.active{
	background: #1A3B6E;
	color: #FFFFFF;
}
.g-about-nav-row .right{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
	line-height: 60px;
	justify-content: flex-end;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9B9B9B;
}
.g-about-nav-row .right a{
	margin: 0 5px;
}
.g-about-nav-row .right img{
	margin-right: 10px;
}
.g-about-us{
	background: #FFFFFF;
	padding: 80px 0 100px;
}
.g-about-us .content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.g-about-us .content .name{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #231917;
	position: relative;
	padding-bottom: 20px;
}
.g-about-us .content .name::after{
	position: absolute;
	content: '';
	width: 30%;
	height: 4px;
	background: #014075;
	bottom: 0px;
	left: 35%;
}
.g-about-us .content .row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 55px;
}
.g-about-us .content .row .left{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.g-about-us .content .row .left .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 36px;
	text-indent: 2em;
}
.g-about-us .content .row .left .row_footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.g-about-us .content .row .left .row_footer .column{
 	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 65px;
	font-family: Arial;
	font-weight: bold;
	color: #231917;
}
.g-about-us .content .row .left .row_footer .column p{
	font-size: 18px;
	color: #636363;
}

.g-about-us .content .row .right{
	width: 48%;
}

/* 关于我们 企业资质*/

.g-about-us .content .g-honor-row{
	margin: 55px 0 104px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	align-items: end;
}

.g-about-us  .g-honor-row .g-honor-content{
	width: calc((100% - 140px) / 5);
	margin-right: 35px;
	margin-bottom: 30px;
}
.g-about-us  .g-honor-row .g-honor-content:nth-of-type(5n) {
	margin-right: 0;
}
.g-honor-content .pic{
	padding: 2px;
	overflow: hidden;
	border: 1px solid #ECECEC;
}
.g-honor-content .pic img {
	transition: .5s;
}
.g-honor-content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-about-us  .g-honor-row .g-honor-name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 15px;
	text-align: center;
}
.g-about-us  .g-honor-row .g-honor-content:hover .g-honor-name{
	color: #014075;
}




.recruit-overlay {
	display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s ease;
	padding: 10px 62px 0px 62px;
	overflow: auto;
}
.recruit-overlay.active{
	display: block;
	opacity: 9;
}
.recruit-overlay-content{
	width: 60%;
	/* height: 100%; */
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.recruit-guanbi{
	position: absolute;
	width: 26px;
	height: 26px;
	right: 25px;
	top: 4%;
	cursor: pointer;
	z-index: 999;
}
.recruit-overlay .swiper-container{
	height: 100%;
}
.recruit-overlay-content .column{
	width: 80%;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
}
.recruit-overlay-content .column .name{
	width: 100%;
	text-align: left;
	padding-bottom: 17px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}
.recruit-overlay_p{
	font-size: 16px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.recruit-overlay-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.recruit-overlay-row p{
	font-size: 14px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	margin-right: 20px;
}
.recruit-overlay-row p span{
	color: #838383;
}
.recruit-overlay-content .column ul{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 20px;
}
.recruit-overlay-content .column ul li{
	color: #838383;
	font-size: 14px;
	margin-right: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.recruit-overlay-footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
}
.recruit-overlay-footer span{
	margin-left: 40px;
}
.overlay_cuo{
	position: absolute;
	top: 18px;
	right: 14%;
	cursor: pointer;
}
/* .recruit-overlay-content .swiper-button-next,.recruit-overlay-content  .swiper-button-prev{
	width: 51px;
	height: 51px;
	background-size: 51px 51px;
}
.recruit-overlay-content .swiper-button-prev,.recruit-overlay-content .swiper-container-rtl .swiper-button-next{
	background-image:  url(../images/about/zy.png);
	
}

.recruit-overlay-content .swiper-button-next,.recruit-overlay-content .swiper-container-rtl .swiper-button-prev{
	background-image:  url(../images/about/zy.png);
	transform: rotateY(-180deg);
}
.recruit-overlay-content .swiper-button-prev:hover{
	background-image:  url(../images/about/zy_1.png);
	transform: rotateY(-180deg);
}
.recruit-overlay-content .swiper-button-next:hover{
	background-image:  url(../images/about/zy_1.png);
	transform: rotateY(0deg);
} */
.recruit_content{
	text-align: center;
	width: 100%;
	height: 100%;
}
.recruit_content img{
	height: 100%;
}


.recruit_xz{
	display: block;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}







.g-about-us .content .g-honor-row .left{
	width: 30%;
}
.g-about-us .content .g-honor-row .right{
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	padding: 60px;
	overflow: hidden;
}
.g-about-us .content .g-honor-row .right ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	list-style: inside;
	height: 100%;
	overflow: auto;
}

.g-about-us .content .g-honor-row .right ul::-webkit-scrollbar {
      /*  display: none; */
    }
.g-about-us .content .g-honor-row .right ul li{
	width: 33%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #484848;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.g-about-us .content .g-honor-row .right ul li::marker{
	color: #004A90;
}
.g-about-us .content .g-honor-row .right ul li .li_hide{
	position: absolute;
	width: 74%;
	top: 40px;
	left: 0;
	background: #004B8F;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 20px;
	z-index: 99;
	border-radius: 12px;
	display: none;
}
.g-about-us .content .g-honor-row .right ul li .li_hide:after {
    content: '';
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #004B8F;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
   top: -10px;
    left: 14%;
}
.g-about-us .content .g-honor-row .right ul li:hover .li_hide{
	display: block;
}
/* 关于我们 公司价值观*/
.g-about-us .content .g-worthg-row{
	margin: 55px 0 104px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.g-about-us .content .g-worthg-row .left{
	width: 50%;
}
.g-about-us .content .g-worthg-row .right{
	padding: 0 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 36px;
	text-indent: 2em;
	width: 50%;
}


/* 关于我们 专家顾问*/
.g-about-us .content .g-expert-wrap{
	margin: 58px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.g-about-us .content .g-expert-wrap .column{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(183, 183, 183, 0.39);
	position: relative;
	cursor: pointer;
	height: 450px;
	overflow: hidden;
}
.g-about-us .content .g-expert-wrap .column .g-expert-wrap-mack{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
}
.g-about-us .content .g-expert-wrap .column:hover .g-expert-wrap-mack{
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
}
.g-about-us .content .g-expert-wrap .column .expert_2{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateY(-100px);
	transition: 0.3s;
}
.g-about-us .content .g-expert-wrap .column:hover .expert_2{
	opacity: 9;
	transform: translateX(0px);
}
.g-about-us .content .g-expert-wrap .column:nth-of-type(5n){
	margin-right: 0;
}
.g-about-us .content .g-expert-wrap .column:hover .img{
	opacity: 0;
}
.g-about-us .content .g-expert-wrap .column .img{
	margin: 40px 40px 20px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.g-about-us .content .g-expert-wrap .column .expert_name{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #231917;
	text-align: center;
}
.g-about-us .content .g-expert-wrap .column  .expert_text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #514F4F;
	line-height: 24px;
	margin:20px 30px 40px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	z-index: 99;
}
.g-about-us .content .g-expert-wrap .column:hover .expert_name,.g-about-us .content .g-expert-wrap .column:hover .expert_text ,.g-about-us .content .g-expert-wrap .column:hover .expert_text span{
	color: #ffffff;
}
.g-about-us .content .g-expert-wrap .column .expert_text span{
	color: #1A3B6E;
	cursor: pointer;
}

.pagination {
    text-align: center;
    color: #666;
    clear: both;
	width: 100%;
	margin-top: 20px;
}
.pagination a {
    display: inline-block;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 10px;
    line-height: 28px;
	color: #000; 
	border: 1px solid  #ddd;
/*    background-color: #efefef; */
    margin: 0px 1px 10px 1px;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #014075;
}

/* 关于我们 员工风采*/

.g-about-us .content .g-staff-wrap{
	margin: 58px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.g-about-us .content .g-staff-wrap .column{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	position: relative;
}
.g-about-us .content .g-staff-wrap .column:nth-of-type(4n){
	margin-right: 0;
}
.g-about-us .content .g-staff-wrap .column .img{
	width: 98%;
	padding:1%;
	border: 1px solid #D8D8D8;
	overflow: hidden;
}
.g-about-us .content .g-staff-wrap .column .img img{
	transition: .5s;
}
.g-about-us .content .g-staff-wrap .column  .staff_name{
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
}
.g-about-us .content .g-staff-wrap .column:hover .img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-staff_detail-content{
	padding: 55px 0 100px;
	border-bottom: 1px dotted #C4C4C4;
	width: 100%;
}
.g-staff_detail-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 36px;
	margin-bottom: 20px;
}
.g-staff_detail-name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	position: relative;
	padding-left: 10px;
}
.g-staff_detail-name:after{
	content: "";
	display: block;
	background: #1A3B6E;
	width: 4px;
	height: 30px;
	position: absolute;
	top: 3px;
	left: 0;
}
.g-staff_detail-name1{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 36px;
	margin-bottom: 20px;
}
.g-staff_detail-footer{
	display: flex;
	flex-direction: row;
	padding: 26px 0 0;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.g-staff_detail-footer .left{
	display: flex;
	flex-direction: column;
}
.g-staff_detail-footer .left p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #616161;
	line-height: 30px;
}
.g-staff_detail-footer .left p span{
	color: #A7A7A8;
}
.g-staff_detail-footer .right{
	height: 44px;
	background:#1A3B6E;
	border-radius: 5px;
	line-height: 44px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	width: 10%;
	letter-spacing: 5px;
	align-items: center;
	cursor: pointer;
}
.g-staff_detail-footer .right img{
	width: 30px;
	height: 24px;
	margin-left: 25px;
}

/* 业务领域 水质检测*/
.g-neighborhood-content{
	padding: 55px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;

}
.g-neighborhood-content .neighborhood_row{
	width: 48.5%;
	display: flex;
	flex-direction: row;
	margin-bottom: 39px;
	background: #F3F3F3;
	position: relative;
	cursor: pointer;
}
.g-neighborhood-content .neighborhood_row .img{
	width: 50%;
	overflow: hidden;
}
.g-neighborhood-content .neighborhood_row .img img{
	transition: .5s;
}
.g-neighborhood-content .neighborhood_row .right{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	padding: 30px;
	overflow: hidden;
}
.g-neighborhood-content .neighborhood_row .right .neighborhood_name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #231917;
	line-height: 29px;
	margin-bottom: 32px;
}
.g-neighborhood-content .neighborhood_row .right .neighborhood_p{
	text-indent: 2em;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 33px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.g-neighborhood-content .neighborhood_row:hover{
	background: #1A3B6E;
}
.g-neighborhood-content .neighborhood_row:hover .right .neighborhood_name,.g-neighborhood-content .neighborhood_row:hover .right .neighborhood_p{
	color: #fff;
}
.g-neighborhood-content .neighborhood_row:hover .img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* 资料下载  */
.g-download-content{
	padding: 55px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.g-download-content .g-download-content-row{
	display: flex;
	flex-direction: row;
	width: 32%;
	margin-bottom: 50px;
}
.g-download-content .g-download-content-row .img{
	width: 40%;
}
.g-download-content .g-download-content-row .right{
	width: 60%;
	display: flex;
	flex-direction: column;
	padding: 25px;
	justify-content: space-between;
}
.g-download-content .g-download-content-row .right .top{
	display: flex;
	flex-direction: column;
}
.g-download-content .g-download-content-row .right .top .download_name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #231917;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.g-download-content .g-download-content-row .right .top .download_text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 24px;
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.g-download-content .g-download-content-row .right .footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.g-download-content .g-download-content-row .right .footer .download_name{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A3B6E;
	margin-left: 10px;
}


/* 招贤纳士 */
.g-recruit-content{
	padding: 55px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.g-recruit-content .g-recruit-content-column{
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 40px;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius: 8px;
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}
.g-recruit-content .g-recruit-content-column:nth-of-type(4n) {
    margin-right: 0;
}
.g-recruit-content .g-recruit-content-column .recruit_name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.g-recruit-content .g-recruit-content-column .recruit_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
	margin: 20px 0 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.g-recruit-content .g-recruit-content-column .recruit_but{
	padding:0 30px ;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A3B6E;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #1A3B6E;
	border-radius: 16px;
}
.g-recruit-content .g-recruit-content-column:hover{
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);
	border: none;
}
.g-recruit-content .g-recruit-content-column:hover .recruit_name{
	color: #1A3B6E;
	font-weight: bold;
}
.g-recruit-content .g-recruit-content-column:hover .recruit_but{
	border: none;
	background: #1A3B6E;
	color: #fff;
}

.recruit-overlay {
	display: none;
    opacity: 0;
    position: fixed;
    /* overflow: hidden; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s ease;
}
.recruit-overlay.active{
	display: block;
	opacity: 9;
}
/* .recruit-overlay-content{
	width: 60%;
	height: 100%;
	margin: 10% auto 0;
} */
.recruit-overlay-content .column{
	width: 80%;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
}
.recruit-overlay-content .column .name{
	width: 100%;
	text-align: left;
	padding-bottom: 17px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}
.recruit-overlay_p{
	font-size: 16px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.recruit-overlay-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.recruit-overlay-row p{
	font-size: 14px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	margin-right: 20px;
}
.recruit-overlay-row p span{
	color: #838383;
}
.recruit-overlay-content .column ul{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 20px;
}
.recruit-overlay-content .column ul li{
	color: #838383;
	font-size: 14px;
	margin-right: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.recruit-overlay-footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
}
.recruit-overlay-footer span{
	margin-left: 40px;
}
.overlay_cuo{
	position: absolute;
	top: 18px;
	right: 14%;
	cursor: pointer;
}
.recruit-overlay-content .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: ''
}
.recruit-overlay-content  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: ''
}
.recruit-prev{
	top: calc(50% - 22px);
	width: 44px;
	height: 44px;
	border-radius: 180px;
	color: rgba(255,255,255,.4);
	background: #ffffff url(../images/neighborhood/zy.png) no-repeat center;
}
.recruit-next{
	top: calc(50% - 22px);
	width: 44px;
	height: 44px;
	border-radius: 180px;
	color: rgba(255,255,255,.4);
	background: #ffffff url(../images/neighborhood/zy.png) no-repeat center;
	transform: rotateY(-180deg);
}
.recruit-prev:hover{
	background: #0060A3 url(../images/neighborhood/zy_1.png) no-repeat center;
	transform: rotateY(-180deg);
}
.recruit-next:hover{
	background: #0060A3 url(../images/neighborhood/zy_1.png) no-repeat center;
	transform: rotateY(0deg);
}


/* 新闻媒体 */
.g-news-content{
	padding: 55px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-news-content .g-news-row{
	display: flex;
	flex-direction: row;
	background: #F6F6F6;
	width: 100%;
	margin-bottom: 34px;
	position: relative;
	border-radius: 10px;
}
.g-news-content .g-news-row .img{
	width: 21%;
	overflow: hidden;
}
.g-news-content .g-news-row .img img{
	transition: .5s;
}
.g-news-content .g-news-row .right{
	position: absolute;
	width: 79%;
	top: 0;
	left: 25%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.g-news-content .g-news-row .right .column{
	display: flex;
	flex-direction: column;
	width: 80%;
	justify-content: space-between;
	height: 100%;
}
.g-news-content .g-news-row .right .column .news_name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
}
.g-news-content .g-news-row .right .column .news_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8E8E8E;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.g-news-content .g-news-row .right .column .news_ck{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A3B6E;
}
.g-news-content .g-news-row .right .news_time{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.g-news-content .g-news-row .right .news_time .news_day{
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #A3A3A3;
	line-height: 60px;
}
.g-news-content .g-news-row .right .news_time .news_years{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #A3A3A3;
	line-height: 30px;
}

.g-news-content .g-news-row:hover{
	background: #fff;
	box-shadow: 0px 0px 21px 0px rgba(183, 183, 183, 0.39);
}
.g-news-content .g-news-row:hover .img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-news-content .g-news-row:hover .news_name{
	font-weight: bold;
	color: #1A3B6E;
}
.g-news-content .g-news-row:hover .right .column .news_ck{
	border: 1px solid #1A3B6E;
	border-radius: 20px;
	padding: 8px 0;
	width: 12%;
	text-align: center;
	color: #1A3B6E;
	font-size: 14px;
}
.g-news-content .g-news-row:hover .right .news_time .news_day,.g-news-content .g-news-row:hover .right .news_time .news_years{
	color: #1A3B6E;
}

.g-news-detail-content{
	padding: 55px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-news-detail-content .name_top{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #616161;
	text-align: center;
}
.g-news-detail-content .news-detail-time{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.g-news-detail-content .news-detail-time .news-detail-data{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #818080;
	text-align: center;
	margin: 0 20px 0 10px;
}
.g-news-detail-content .news-content{
	padding: 45px 0px;
	border-top: 1px dashed #bfbfbf;
	border-bottom: 1px dashed #bfbfbf;
}
.g-news-detail-content .news-content .p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #616161;
	line-height: 30px;
	text-indent: 2em;
}
.g-news-detail-content .news-content .news-detail-img{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 30px;
	justify-content: space-between;
}


/* 联系我们 */
.g-contact-content{
	padding: 55px 0 63px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.g-contact-content .left{
	display: flex;
	flex-direction: column;
	width: 25%;
	background: #F7F7F7;
	padding: 10px 40px;
}
.g-contact-content .left .contact_column{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #DFDFDF;
}
.g-contact-content .left .contact_column:nth-of-type(4n) {
    border-bottom: none;
}
.g-contact-content .left .contact_column .contact_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.g-contact-content .left .contact_column .contact_row .contact_add{
	padding-left: 8px;
}
.g-contact-content .left .contact_column p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
	padding-left: 25px;
}
.g-contact-content .right{
	width: 73%;
}
.contact_map{
	height:100%;
	width: 100%;
}
#mapcomname{
	text-align: center;
}

.g-feedback{
	margin: 55px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid rgba(216, 216, 216, 0.36);
	padding:69px 60px;
}
.g-feedback .feedback_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}
.g-feedback .feedback_row:nth-of-type(5){
	margin-bottom:0px;
}
.g-feedback .feedback_row .feedback_column{
	display: flex;
	flex-direction: column;
	width: 49%;
}

.g-feedback .feedback_row .feedback_column p{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:#525252;
	line-height: 48px;
}
.g-feedback .feedback_row .feedback_column p span{
	color: #FF0000;
	padding-right: 5px;
}
.g-feedback .feedback_row .feedback_column input,.g-feedback .feedback_row .feedback_column select ,.g-feedback .feedback_row .feedback_column textarea{
	width: 100%;
	background: #F2F2F2;
	border: none;
	padding:0 20px ;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
}
.g-feedback .feedback_row .feedback_textarea{
	width: 100%;
}
.g-feedback .feedback_row .feedback_column textarea{
	height: 200px;
}
.g-feedback .feedback_row .feedback_column .feedback_code{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.g-feedback .feedback_row .feedback_column .feedback_code input{
	width: 73%;
}
.g-feedback .feedback_row .feedback_submit{
	display: flex;
	flex-direction: row;
	width: 49%;
	text-align: right;
	justify-content: end;
	align-items: end;
}
.g-feedback .feedback_row .feedback_submit .feedback_submit_1{
	width: 20%;
	background: #1A3B6E;
	border-radius: 3px;
	height: 46px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	letter-spacing: 10px;
	padding-left: 10px;
	align-items: end;
	cursor: pointer;
}
/* 业务领域详情 */
.b-neig-top{
	padding: 50px 0 50px;
}
.b-wrapper{
	width: 1200px;
	margin: 0 auto;
}
.b-neig-top .neig_top{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 10px;
	justify-content: space-between;
	border: 1px solid #D7D7D7;
}
.b-neig-top .neig_top .pic{
	width: 48%;
}
.b-neig-top .neig_top .neig_top_right{
	display: flex;
	flex-direction: column;
	width: 47%;
	justify-content: flex-start;
	margin-right: 2%;
}
.b-neig-top .neig_top .neig_top_right strong span{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A3B6E;
	line-height: 36px;
}
.b-neig-top .neig_top .neig_top_right p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:#676767;
	line-height: 36px;
}
.neig_project{
	padding: 60px 0 130px;
	background: url(../images/neig/project.png);
	background-size: cover;
}
.neig_project .project_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.neig_name{
	padding-left: 15px;
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 1;
}
.neig_name::before{
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #1A3B6E;
	position: absolute;
}
.neig_project .neig_name{
	color: #fff;
}
.neig_project .neig_name::before {
	background: #fff;
}
.neig_project .project_content .project_swiper{
	margin-top: 40px;
	position: relative;
}
.project_swiper .swiper-pagination{
	width: 100%;
	margin-top: 50px;
}
.project_swiper  .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px;
}
.project_swiper .swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 1px solid #D7D7D7;
	position: relative;
}
.project_swiper .swiper-pagination-bullet-active::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
}
.project_swiper .project_swipert_content{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 30px;
	height: 365px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}
.project_swiper .project_swipert_content h2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #014075;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.project_swiper .project_swipert_content h2::after{
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	position: absolute;
	width: 33px;
	height: 3px;
	background: #1A3B6E;
}
.project_swiper .project_swipert_content p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #636363;
	line-height: 30px;
}
.neig_standard{
	padding: 50px 0 70px;
}
.neig_standard .standard_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.neig_standard .standard_content .standard_row{
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.neig_standard .standard_content .standard_row .standard_left{
	width: 50%;
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	padding: 40px 30px;
}
.neig_standard .standard_content .standard_row .standard_left p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #636363;
	line-height: 36px;
}
.neig_standard .standard_content .standard_row  .pic{
	width: 50%;
}
.neig_standard .standard_content .standard_row  .pic img{
	height: 100%;
}
.neig_process{
	padding: 48px 0 58px;
	background: url(../images/neig/process.png);
	background-size: cover;
}
.neig_process .process_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.neig_process .process_content .process_top{
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.neig_process .process_content .process_top .process_wrap{
	position: relative;
	width: calc((100% - 90px) / 7);
	margin-right: 15px;
	margin-bottom: 15px;

}
.neig_process .process_content .process_top .process_wrap:nth-of-type(7n) {
  margin-right: 0;
}
.neig_process .process_content .process_top .process_wrap .process_column{
	background: url(../images/neig/process1.png) no-repeat;
	background-size:154px 178px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 178px;
	width: 154px;
	cursor: pointer;
}
.neig_process .process_content .process_top .process_wrap .process_column .process_text1{
	background: url(../images/neig/process2_h.png) no-repeat;
	background-size:39px 45px;
	width: 39px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}
.neig_process .process_content .process_top .process_wrap .process_column .process_text2{
	width: 65%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A3B6E;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
	height: 60px;
}
.neig_process .process_content .process_top .process_wrap.active .process_column{
	background: url(../images/neig/process1_h.png) no-repeat;
	background-size: 154px 178px;
}
.neig_process .process_content .process_top .process_wrap.active .process_column .process_text1{
	background: url(../images/neig/process2.png) no-repeat;
	background-size: 39px 45px;
	color: #1A3B6E;
}
.neig_process .process_content .process_top .process_wrap.active .process_column .process_text2{
	color: #FFFFFF;
}
.neig_process .process_content  .process_min{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.neig_process .process_content  .process_min li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
	background: url(../images/neig/process3.png) no-repeat left center;
}
.neig_process .process_content  .process_min li:last-child{
	margin-bottom: 0;
}
.neig_process .process_content  .process_min li p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
}
.neig_process .process_content  .process_min li p span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A3B6E;
}
.neig_service{
	padding-top: 50px;
}
.neig_service .service_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.neig_service .service_content .service_table{
	overflow: auto;
	width: 100%;
	margin-top: 40px;
}
.neig_service .service_content .service_table table {
  border: 1px solid #B8D6ED;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.neig_service .service_content .service_table table tr{
	background: #E8EFF6;
}
.neig_service .service_content .service_table table tr:nth-child(2n){
	background: #fff;
}
.neig_service .service_content .service_table table tr td{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	padding: 10px 40px;
	text-align: left;
	border: 1px solid #B8D6ED;
}
.neig_service .service_content .service_table table tr td:first-child{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A3B6E;
}
@media (max-width: 1580px) {
	.g-about-us .content .row .left .row_footer .column{
		font-size: 50px;
	}
	.g-staff_detail-footer .right{
		width: 13%;
	}
	.g-neighborhood-content .neighborhood_row .right{
		padding: 25px;
	}
	.g-neighborhood-content .neighborhood_row .right .neighborhood_name{
		font-size: 22px;
		margin-bottom: 6px;
	}
	.g-neighborhood-content .neighborhood_row .right .neighborhood_p{
		font-size: 14px;
		line-height: 26px;
	}
	.g-about-us .content .g-expert-wrap .column{
		height: 350px;
	}
	.g-download-content .g-download-content-row .right .top .download_text{
		-webkit-line-clamp: 3;
	}
	.g-news-content .g-news-row .right .column .news_text{
		font-size: 15px;
		line-height: 27px;
	}
	.g-news-content .g-news-row .right .column .news_ck{
		font-size: 15px;
	}
	.g-news-content .g-news-row:hover .right .column .news_ck{
		padding: 4px 0;
		width: 14%;
		font-size: 13px;
	}
	
	
	
	
	.g-about-nav-row .left li{
		padding: 0 20px;
		font-size: 14px;
	}
	.g-about-nav-row .right{
		font-size: 12px;
	}
}
@media (max-width: 1579px) and (max-width: 1200px) {
	.g-nav img{
		max-width: 68%;
	}
	.g-nav-right .name {
	    font-size: 16px;
	}
	.g-about-left{
		margin-top: 195px;
	}
	.g-about-left .name{
		font-size: 40px;
	}
	.g-about-left .text {
	    font-size: 25px;
	}
	.g-about-us .content .row .left .row_footer .column{
		font-size: 40px;
	}
	.g-about-us .content .row .left .row_footer .column p{
		font-size: 16px;
	}
	
	.g-about-us .content .g-honor-row .right{
		padding: 40px;
	}
	.g-about-us .content .g-honor-row .right ul li{
		font-size: 12px;
	}
	.g-about-us .content .g-honor-row .right ul li .li_hide{
		font-size: 10px;
	}
	.g-neighborhood-content .neighborhood_row .right{
		padding: 10px 20px;
	}
	.g-neighborhood-content .neighborhood_row .right .neighborhood_p{
		font-size: 12px;
		line-height: 22px;
	}
	.g-about-us .content .g-expert-wrap .column{
		height: 310px;
	}
	.g-download-content .g-download-content-row .right{
		padding: 15px 20px;
	}
	.g-recruit-content .g-recruit-content-column{
		width: calc((100% - 60px) / 3);
	}
	.g-recruit-content .g-recruit-content-column:nth-of-type(3n){
		margin-right: 0;
	}
	.g-recruit-content .g-recruit-content-column:nth-of-type(4n){
		margin-right: 30px;
	}
	.g-news-content .g-news-row .right{
		padding: 15px;
	}
}
@media(max-width:1200px) {
	.g-about-nav{
		display: none;
	}
	
	.b-neig-top .b-wrapper {
	  width: 100%;
	}
	.b-wrapper {
	  width: 85%;
	}
	.b-neig-top .neig_top .neig_top_right strong span {
	  font-size: 18px !important;
	}
	.b-neig-top .neig_top .neig_top_right p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.neig_name {
	  padding-left: 14px;
	  font-size: 20px;
	}
	.neig_name::before {
	  width: 4px;
	}
	.neig_process .process_content .process_top .process_wrap{
		width: calc((100% - 90px) / 5);
	}
	.neig_process .process_content .process_top .process_wrap:nth-of-type(7n) {
	  margin-right: 15px;
	}
	.neig_process .process_content .process_top .process_wrap:nth-of-type(5n) {
	  margin-right: 0;
	}
}
@media(max-width:810px) {
	.g-about-left{
		margin-top: 130px;
	}
	.g-about-left .name{
		font-size: 30px;
	}
	.g-about-left .text {
	    font-size: 18px;
	}
	.g-about-nav{
		height: 50px;
	}
	.g-about-nav-row .left li{
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		font-size: 12px;
	}
	.g-about-nav-row .right{
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
	.g-about-us{
		padding: 40px 0 50px;
	}
	.g-about-us .content .row{
		flex-direction: column;
	}
	.g-about-us .content .row .left .row_footer{
		margin: 40px 20px;
	}
	.g-about-us .content .row .left,.g-about-us .content .row .right{
		width: 100%;
	}
	.g-about-us .content .g-honor-row .right{
		padding: 20px;
	}
	.g-about-us .content .g-honor-row .right ul li{
		width: 44%;
	}
	
	.g-about-us .content .g-worthg-row{
		margin: 35px 0 0;
		flex-direction: column;
	}
	.g-about-us .content .g-worthg-row .left{
		width: 100%;
	}
	.g-about-us .content .g-worthg-row .right{
		padding: 30px 30px 0;
		width: 100%;
	}
	
	.g-about-us .content .g-expert-wrap .column{
		margin-bottom: 20px;
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
	}
	.g-about-us .content .g-expert-wrap .column:nth-of-type(4n){
		margin-right: 0px;
	}
	.g-about-us .content .g-expert-wrap .column:nth-of-type(5n){
		margin-right: 20px;
	}
	
	.g-about-us .content .g-staff-wrap{
		margin: 58px 0 0;
	}
	.g-about-us .content .g-staff-wrap .column{
		margin-bottom: 30px;
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.g-about-us .content .g-staff-wrap .column:nth-of-type(2n){
		margin-right: 0px;
	}
	.g-staff_detail-footer .right{
		width: 16%;
	}
	.g-neighborhood-content .neighborhood_row .right .neighborhood_p{
		-webkit-line-clamp: 2;
	}
	.g-download-content .g-download-content-row{
		width: 48%;
	}
	.g-recruit-content .g-recruit-content-column .recruit_name{
		font-size: 20px;
	}
	.g-recruit-content .g-recruit-content-column .recruit_text{
		font-size: 12px;
		line-height: 24px;
	}
	.g-recruit-content .g-recruit-content-column .recruit_but{
		padding: 0 25px;
		font-size: 12px;
		line-height: 26px;
	}
	.recruit-overlay-content{
		width: 90%;
	}
	
	
	.g-news-content .g-news-row .right{
		padding: 10px;
	}
	.g-news-content .g-news-row .right .column .news_name{
		font-size: 18px;
	}
	.g-news-content .g-news-row .right .column .news_text{
		font-size: 12px;
		line-height: 20px;
	}
	.g-news-content .g-news-row .right .column .news_ck{
		font-size: 12px;
	}
	.g-news-content .g-news-row:hover .right .column .news_ck{
		padding: 2px 0;
		width: 18%;
		font-size: 11px;
	}
	.g-news-content .g-news-row .right .news_time .news_day{
		font-size: 45px;
		line-height: 50px;
	}
	.g-news-content .g-news-row .right .news_time .news_years{
		font-size: 14px;
		line-height: 30px;
	}
	
	.g-contact-content{
		flex-direction: column;
	}
	.g-contact-content .left{
		flex-direction: row;
		width: 100%;
		padding: 20px 0;
	}
	.g-contact-content .left .contact_column{
		width: 25%;
		padding: 0 20px;
		border-bottom: none;
		border-right: 1px solid #DFDFDF;
		align-items: center;
		justify-content: center;
	}
	.g-contact-content .left .contact_column:nth-of-type(4n) {
	    border-right: none;
	}
	.g-contact-content .left .contact_column .contact_row{
		justify-content: center;
	}
	.g-contact-content .left .contact_column p{
		font-size: 12px;
		line-height: 24px;
		padding-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	.g-contact-content .right{
		width: 100%;
		height: 500px;
		margin-top: 30px;
	}
	.g-feedback .feedback_row .feedback_submit .feedback_submit_1{
		width: 35%;
	}
	
	
	
	
	.g-about-us .g-honor-row .g-honor-content {
	  width: calc((100% - 70px) / 3);
	  margin-right: 35px;
	  margin-bottom: 30px;
	}
	.g-about-us .g-honor-row .g-honor-content:nth-of-type(5n) {
	  margin-right: 35px;
	}
	.g-about-us .g-honor-row .g-honor-content:nth-of-type(3n) {
	  margin-right: 0;
	}
	
	.recruit-overlay-content{
		position: initial;
	}
	
	
	.b-wrapper {
	  width: 100%;
	  padding: 0 15px;
	}
	.project_swiper .project_swipert_content{
		height: 290px;
	}
	.project_swiper .project_swipert_content h2 {
	  font-size: 14px;
	  padding-bottom: 10px;
	  margin-bottom: 15px;
	}
	.project_swiper .project_swipert_content p {
	  font-size: 12px;
	  line-height: 24px;
	}
	.neig_standard .standard_content .standard_row{
		flex-direction: column;
	}
	.neig_standard .standard_content .standard_row .standard_left,.neig_standard .standard_content .standard_row .pic{
		width: 100%;
	}
	.neig_standard .standard_content .standard_row .pic img{
		width: 100%;
	}
	.neig_standard .standard_content .standard_row .standard_left p {
	  font-size: 14px;
	  line-height: 32px;
	}
	.neig_process .process_content .process_top {
	  margin-top: 30px;
	}
	.neig_process .process_content .process_top .process_wrap {
	  width: calc((100% - 90px) / 4);
	}
	.neig_process .process_content .process_top .process_wrap:nth-of-type(5n) {
	  margin-right: 15px;
	}
	.neig_process .process_content .process_top .process_wrap:nth-of-type(4n) {
	  margin-right: 0;
	}
	.neig_process .process_content .process_min li {
	  margin-bottom: 22px;
	}
	.neig_process .process_content .process_min li p {
	  font-size: 14px;
	}
	.neig_process .process_content .process_min li p span {
	  font-size: 16px;
	}
	.neig_service .service_content .service_table table tr td,.neig_service .service_content .service_table table tr td:first-child {
	  font-size: 16px;
	  padding: 10px 30px;
	}
	
	.b-neig-top .neig_top{
		flex-direction: column;
	}
	.b-neig-top .neig_top .pic{
		width: 100%;
	}
	.b-neig-top .neig_top .pic img{
		width: 100%;
	}
	.b-neig-top .neig_top .neig_top_right {
	  width: 100%;
	  margin-right: 0;
	}
	.b-neig-top .neig_top .neig_top_right strong span{
		line-height: 45px;
	}
}
@media(max-width:600px) {
	.g-nav-right .nav{
		max-width: 66%;
	}
	.g-nav-right .nav img{
		max-width: 30%;
	}
	.g-about-left{
		margin-top: 77px;
	}
	.g-about-left .name {
	    font-size: 20px;
	}
	.g-about-left .text {
	    font-size: 10px;
	}
	.g-about-nav{
		display: none;
	}
	.g-about-us .content .name{
		font-size: 30px;
		padding-bottom: 15px;
	}
	.g-about-us .content .name::after{
		height: 3px;
	}
	.g-about-us .content .row{
		margin-top: 25px;
	}
	.g-about-us .content .row .left .text{
		font-size: 13px;
		line-height: 30px;
	}
	.g-about-us .content .row .left .row_footer .column{
		font-size: 28px;
	}
	.g-about-us .content .row .left .row_footer .column p{
		font-size: 12px;
	}
	.g-about-us .content .g-honor-row{
		margin: 35px 0 0;
		/* flex-direction: column; */
	}
	.g-about-us .content .g-honor-row .left{
		width: 100%;
	}
	.g-about-us .content .g-honor-row .right{
		position: relative;
		width: 100%;
	}
	.g-about-us .content .g-honor-row .right ul li{
		width: 49%;
	}
	.g-about-us .content .g-worthg-row .right{
		padding: 20px 0 0;
		font-size: 14px;
		line-height: 30px;
	}
	
	.g-about-us .content .g-expert-wrap .column{
		margin-bottom: 20px;
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.g-about-us .content .g-expert-wrap .column:nth-of-type(2n){
		margin-right: 0px;
	}

	.g-about-us .content .g-expert-wrap .column:nth-of-type(5n){
		margin-right: 20px;
	}
	.g-about-us .content .g-expert-wrap{
		margin: 40px 0 0;
	}
	.g-about-us .content .g-staff-wrap{
		margin: 40px 0 0;
	}
	.g-about-us .content .g-staff-wrap .column .staff_name{
		line-height: 40px;
		font-size: 14px;
	}
	
	.g-staff_detail-footer{
		flex-direction: column;
		align-items: flex-start;
	}
	.g-staff_detail-footer .left{
		width: 100%;
	}
	.g-staff_detail-footer .right{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		width: 34%;
		margin-top: 15px;
	}
	.g-staff_detail-footer .right img{
		max-width: 13%;
		height: auto;
		margin-left: 18px;
	}
	.g-neighborhood-content .neighborhood_row{
		width: 100%;
	}
	
	.g-download-content .g-download-content-row{
		width: 100%;
	}
	.g-recruit-content .g-recruit-content-column{
		width: 100%;
		margin-right: 0;
	}
	.g-recruit-content .g-recruit-content-column:nth-of-type(4n){
		margin-right: 0;
	}
	.recruit-overlay-content{
		margin: 30% auto 0;
	}
	.recruit-overlay-content .column{
		width: 100%;
		padding: 15px;
	}
	.recruit-overlay-row{
		margin-bottom: 4px;
	}
	.recruit-overlay-content .column .name{
		padding-bottom: 6px;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 30px;
	}
	.recruit-overlay_p{
		font-size: 14px;
		line-height: 30px;
	}
	.recruit-overlay-content .column ul{
		margin-bottom: 5px;
	}
	.recruit-overlay-content .column ul li{
		font-size: 12px;
		line-height: 22px;
		margin-right:0
	}
	.recruit-overlay-footer{
		flex-direction: column;
		align-items: flex-start;
		font-size: 12px;
	}
	.recruit-overlay-footer span{
		margin-left: 0px;
	}
	.overlay_cuo {
	    top: 14px;
	    right: 6%;
	}
	.recruit-prev,.recruit-next{
		/* display: none; */
	}
	
	.g-news-content{
		padding: 30px 0 0;
	}
	.g-news-content .g-news-row{
		margin-bottom: 20px;
		border-radius: 2px;
	}
	.g-news-content .g-news-row .img{
		width: 30%;
	}
	.g-news-content .g-news-row .right{
		width: 70%;
		left: 30%;
	}
	.g-news-content .g-news-row .right .column .news_name{
		font-size: 13px;
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.g-news-content .g-news-row .right .column .news_text {
	    font-size: 10px;
	    line-height: 18px;
		-webkit-line-clamp: 1;
	}
	.g-news-content .g-news-row .right .column .news_ck {
	    font-size: 10px;
	}
	.g-news-content .g-news-row .right .news_time .news_day {
	    font-size: 28px;
	    line-height: 28px;
	}
	.g-news-content .g-news-row .right .news_time .news_years {
	    font-size: 10px;
	    line-height: 30px;
	}
	
	.g-contact-content .left{
		flex-wrap: wrap;
	}
	.g-contact-content .left .contact_column{
		width: 50%;
		margin-bottom: 20px;
	}
	.g-contact-content .left .contact_column:nth-of-type(2n){
		border-right: none;
	}
	.g-feedback{
		margin: 33px 0 0;
		padding: 20px;
	}
	.g-feedback .feedback_row{
		flex-direction: column;
		margin-bottom: 15px;
	}
	.g-feedback .feedback_row .feedback_column{
		width: 100%;
	}
	.g-feedback .feedback_row .feedback_submit{
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}
	
	.recruit-overlay .swiper-container{
		height: auto;
	}
	.g-about-us .g-honor-row .g-honor-content {
	  width: calc((100% - 30px) / 2);
	  margin-right: 30px;
	  margin-bottom: 30px;
	}
	.g-about-us .g-honor-row .g-honor-content:nth-of-type(3n),.g-about-us .g-honor-row .g-honor-content:nth-of-type(5n) {
	  margin-right: 30px;
	}
	.g-about-us .g-honor-row .g-honor-content:nth-of-type(2n) {
	  margin-right: 0;
	}
	.recruit_content{
		/* width: 68%; */
		height: auto;
		margin: 0 auto;
	}
	
	
	
	.project_swiper .project_swipert_content {
	  height: 250px;
	}
	.neig_project {
	  padding: 40px 0 80px;
	}
	.project_swiper .swiper-pagination {
	  margin-top: 30px;
	}
	.neig_standard .standard_content .standard_row .standard_left{
		padding: 20px 30px;
	}
	
	
	.neig_process .process_content .process_top{
		justify-content: space-between;
	}
	.neig_process .process_content .process_top .process_wrap {
	  width: calc((100% - 90px) / 3);
	}
	.neig_process .process_content .process_top .process_wrap:nth-of-type(4n) {
	  margin-right: 0;
	}
	.neig_process .process_content .process_top .process_wrap:nth-of-type(3n) {
	  margin-right: 15px;
	}
	.neig_process .process_content .process_top .process_wrap .process_column{
		height: 111px;
		width: 100px;
		background-size: 100%;
	}
	.neig_process .process_content .process_top .process_wrap.active .process_column,.neig_process .process_content .process_top .process_wrap.active .process_column .process_text1{
		background-size: 100%;
	}
	.neig_process .process_content .process_top .process_wrap .process_column .process_text1{
		background-size: 100%;
		width: 30px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	.neig_process .process_content .process_top .process_wrap .process_column .process_text2{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 4px;
	}
	.neig_process .process_content .process_min {
	  margin-top: 20px;
	}
	.neig_process .process_content .process_min li p {
	  font-size: 12px;
	}
	.neig_process .process_content .process_min li p span {
	  font-size: 14px;
	}
	.neig_service .service_content .service_table table tr td,.neig_service .service_content .service_table table tr td:first-child {
	  font-size: 14px;
	  padding: 10px 20px;
	}
}
