@charset "utf-8";

body,
html {
	margin: 0;
	padding: 0;
	font-family: "PingFang";
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	/*抗锯齿效果*/
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	overflow-x: hidden;
}

body {
	margin: 0 auto;
	overflow: hidden;
}

a,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #292929;
	font-family: "PingFang";
}

* img {
	display: block;
	border: none;
}

input,
select,
textarea {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: "PingFang";
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
}

@font-face {
	font-family: "Didot";
	src: url("/statics/wap/font/Didot.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PingFang";
	src: url("/statics/wap/font/SourceHanSerifCN-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Gotham-Medium";
	src: url("/statics/wap/font/Gotham-Medium_1.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*p{text-align:justify;text-justify:inter-ideograph;}*/
.clearfix {
	clear: both;
}

.mob {
	display: block;
}

.pc {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.commen {
	width: 98%;
	margin: 0 auto;
}

.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/*滚动条样式*/
::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f0f0f0;
	border-radius: 5px;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #6e0c7b;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #282828;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #6e0c7b;
	border-radius: 5px;
}



/* 首页 */
.sectionx .swiper-container-horizontal>.swiper-pagination-bullets,
.sectionx .swiper-pagination-custom,
.sectionx .swiper-pagination-fraction {
	text-align: left;
	padding-left: 5%;
	bottom: 25%;
}

.sectionx .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 0.5;
}

.sectionx .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
	width: 8px;
}

.sectionx .swiper-slide {
	position: relative;
}

.sectionx .swiper-slide img {
	width: 100%;
}

.sectionx .swiper-slide .sya {
	position: absolute;
	top: 100%;
	left: 5%;
	width: 100%;
	margin-top: -30%;
}

.sectionx .swiper-slide .sya h6 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-family: Didot;
	color: #fff;
	display: block;
}

.sectionx .swiper-slide .sya h5 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-family: Didot;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.sectionx .swiper-slide .sya p {
	font-size: 2.2rem;
	line-height: 3rem;
	color: #fff;
	display: block;
	margin-top: 10px;
}

.sectionx .swiper-slide .sya a {
	font-size: 0.6rem;
	padding: 0.8rem 0;
	text-align: center;
	color: #fff;
	width: 10rem;
	background-color: #af212d;
	display: block;
	margin-top: 10%;
}

.section1 {
	background-color: #fff;
	border-radius: 7rem 0rem 0rem 0rem;
	position: relative;
	z-index: 2;
	margin-top: -25%;
}

.syb-top h5 {
	font-size: 2rem;
	color: #004c97;
	width: 100%;
	text-align: center;
	padding-top: 2.5rem;
}

.syb-top p {
	font-size: 1rem;
	color: #000000;
	opacity: 0.5;
	width: 100%;
	text-align: center;
}

.syb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 8% 5%;
}

.syb-con {
	width: 48.5%;
	text-align: center;
	background-color: #f7f7f7;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-bottom: 2.5%;
}

.syb-con img {
	width: 17.5%;
	display: inline-block;
	margin-top: 20%;
	margin-bottom: 12%;
}

.syb-con h5 {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
	font-weight: bold;
}

.syb-con p {
	font-size: 0.8rem;
	line-height: 2rem;
	color: #000;
	opacity: 0.5;
	margin-bottom: 10%;
}

.syc {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding-top: 2rem;
	border-radius: 0rem 18.75rem 0rem 0rem;
}

.syc-top {
	width: 86%;
	margin: 0 7%;
	text-align: center;
}

.syc-top>p {
	font-size: 2rem;
	color: #004c97;
	display: inline-block;
}

.syc-top>p span {
	font-size: 1rem;
	font-weight: normal;
	color: #000;
	opacity: 0.5;
	display: block;
}

.syc-top a {
	float: right;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 2.5rem;
	color: #af212d;
	text-align: center;
	width: 8rem;
	border-radius: 1.53rem;
	border: solid 0.06rem #af212d;
	opacity: 0.8;
	margin-top: 1.25rem;
}


.syc-top div {
	display: block;
	margin-top: 5%;
	width: 100%;
}

.syc-top div p {
	padding: 0.5rem 1rem;
	display: inline-block;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	border-radius: 0.25rem;
	opacity: 0.6;
	margin: 0 0.37rem;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
	padding-bottom: 3%;
}

.syc-top div p.con {
	opacity: 1;
}

.syc-top div p.con::after {
	content: '';
	width: 35%;
	position: absolute;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.syc-box {
	width: 100%;
	margin: 0 0%;
	margin-top: 3%;
}

.syc-box-l {
	width: 100%;
	overflow: hidden;
	display: inline-block;
}

.syc-box-l .swiper-slide img {
	width: 100%;
	height: 24rem;
}

.syc-box-l .swiper-slide div {
	width: 98%;
	padding: 1rem 3%;
	overflow: hidden;
	margin-top: 2%;

}

.syc-box-l .swiper-slide div p {
	width: 100%;
	font-size: 0.8rem;
	line-height: 1rem;
	overflow: hidden;
	color: #000;
	opacity: 0.5;
}

.syc-box-l .swiper-slide div h5 {
	width: 100%;
	font-size: 1.4rem;
	line-height: 4rem;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.syc-box-l .swiper-slide div span {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	color: #000;
	opacity: 0.5;
	display: block;
}

.syc-box-l .swiper-button-prev,
.syc-box-l .swiper-container-rtl .swiper-button-next {
	background-image: url('/statics/wap/img/tb2.png');
	background-size: 100%;
	width: 2.5rem;
	height: 2.5rem;
	left: 1.5rem;
	transition: all 0.3s;
}

.syc-box-l .swiper-button-prev:hover,
.syc-box-l .swiper-container-rtl .swiper-button-next:hover {
	background-image: url('/statics/wap/img/tb3.png');
	transform: rotate(180deg);
}

.syc-box-l .swiper-button-next,
.syc-box-l .swiper-container-rtl .swiper-button-prev {
	background-image: url('/statics/wap/img/tb2.png');
	background-size: 100%;
	width: 2.5rem;
	height: 2.5rem;
	transform: rotate(180deg);
	left: 4.5rem;
	right: auto;
	transition: all 0.3s;
}

.syc-box-l .swiper-button-next:hover,
.syc-box-l .swiper-container-rtl .swiper-button-prev:hover {
	background-image: url('/statics/wap/img/tb3.png');
	transform: rotate(0deg);
}

.syc-box-l .swiper-button-next,
.syc-box-l .swiper-button-prev {
	top: auto;
	bottom: 12rem;
}

.syc-box>a {
	margin: 0 auto;
	font-size: 0.6rem;
	padding: 0.6rem 0;
	text-align: center;
	color: #af212d;
	width: 10rem;
	background-color: #fff;
	border: 1px solid #af212d;
	display: block;
	margin-top: 3%;
	margin-bottom: 10%;
}

.section3 {
	position: relative;
	overflow: hidden;
}

.section3>img {
	width: 100%;
}

.syd {
	position: absolute;
	top: 3.69rem;
	width: 100%;
	height: 100%;
}

.syd .syc-top>p,
.syd .syc-top>p span {
	color: #fff;
}

.syd .syc-top>a {
	color: #fff;
	border: solid 0.06rem #fff;
	opacity: 0.4;
}

.syd-box {
	margin-top: 13%;
	padding: 0 3%;
}

.syd-box .swiper-slide {
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}
.syd-box .swiper-slide a{
	height: 14rem;
	display: block;
	position: relative;
	overflow: hidden;
}
.syd-box .swiper-slide img {
	width: 100%;
}

.syd-box .swiper-slide p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	height: 4.6rem;
	width: 100%;
	overflow: hidden;
	padding: 1rem;
	position: absolute;
	bottom: 1rem;
	left: 0;
	z-index: 2;
	background-color: #fff;
	
}

.section4 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 65px;
}

.section4 img {
	width: 100%;
	margin-top: 8%;
}

.sye {
	margin-top: 3rem;
	width: 100%;
	height: 100%;
	padding-bottom: 5%;
}

.sye .syc-top span {
	color: #004c97;
}

.sye-box {
	position: relative;
	z-index: 5;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #051321;
	width: 90%;
	margin: 0 auto;
	margin-top: -5%;
	background-color: #ffffff;
	box-shadow: 0rem 0.19rem 3.69rem 0rem rgba(208, 208, 208, 0.47);
	padding: 5% 3%;
}

/* 底部导航 */
.appbutt {
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}
.appbutt.yeiwu{
	margin-bottom: 65px;
	position: inherit;
}
.appbutt.yeiwu >div{
	padding: 0;
}
.appbutt >div {
	width: 30%;
	text-align: center;
	padding: 20px 0;
	position: relative;
}

.appbutt div.co p img:first-child {
	opacity: 0;
}

.appbutt div.co p img:last-child {
	opacity: 1;
}

.appbutt div.co span {
	color: #af212d;
}

.appbutt p {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}

.appbutt p img {
	width: 25px;
	display: inline-block;
}

.appbutt p img:last-child {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
}

.appbutt span {
	width: 100%;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	display: block;
}
.appbutt-box{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 100%;
	background-color: #fff;
	padding: 10px;
	display: none;
}
.appbutt-box a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	font-size: 15px;
}


/* 成员企业 */
.cyqy {
	position: relative;
	margin-bottom: 65px;
}

.cyqy>img {
	width: 100%;
}

.cyqy-box {
	width: 100%;
	position: absolute;
	top: 8%;
}

.cyqy-box-top h5 {
	font-size: 2rem;
	color: #fff;
	line-height: 4rem;
	width: 100%;
	text-align: center;
}

.cyqy-box-top p {
	font-size: 1.2rem;
	color: #fff;
	line-height: 2rem;
	width: 100%;
	text-align: center;
}

.cyqy-box-con {
	width: 100%;
	border-radius: 0rem 8rem 0rem 0rem;
	background-color: rgb(255, 255, 255, 0.1);
	min-height: 45rem;
	padding-top: 10%;
}

.cyqy-box-con div {
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0rem 0.19rem 1.5rem 0rem rgba(128, 154, 186, 0.28);
	border-radius: 0.63rem;
	padding: 1.8rem 1rem;
	position: relative;
	margin-bottom: 5%;
	border-left: 0.5rem solid rgb(206, 206, 206, 0.28);
}

.cyqy-box-con div a {
	font-size: 1.38rem;
	color: #000;
}

.cyqy-box-con div a::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-size: 100%;
	background-image: url(/statics/wap/img/tb60.png);
	right: 5%;
}

/* 企业文化 */
.qywh {
	width: 100%;
}

.qywh img {
	width: 100%;
}

.qywh p span {
	width: 5rem;
	font-size: 1.6rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	background-color: #af212d;
	border-radius: 2rem 0rem 0rem 0rem;
	overflow: hidden;
	display: inline-block;
	margin-top: -9%;
	margin-left: 5%;
}

.qywh p m {
	font-size: 1.4rem;
	color: #000;
	opacity: 0.3;
	font-family: Didot;
}

.qywh p.co span {
	line-height: 2rem;
	padding: 0.5rem 0.5rem;
}

.qywh h6 {
	margin-top: 1%;
	width: 90%;
	margin-left: 5%;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #656565;
	margin-bottom: 2.5%;
}

.qywh-butt-con {
	background-image: url(/statics/wap/img/tb9.png);
	background-size: 100% 100%;
	padding: 30% 5% 10%;
	width: 100%;
	margin-bottom: 65px;
}

.qywh-butt-con p {
	font-size: 1.1rem;
	color: #fff;
	opacity: 0.8;
	line-height: 1.8rem;
}

/* 组织架构 */
.zzjg-box {
	width: 82%;
	margin: 0 auto;
	padding-bottom: 5%;
}

.zzjg-box img {
	width: 100%;
}

/* 行业新闻 */
.nybanner {
	width: 100%;
	position: relative;
	z-index: -1;
}

.nybanner img {
	width: 100%;
}

.hyxw {
	background-color: #fff;
	margin-top: -25%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 65px;
}

.hyxw>h5 {
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5rem;
	margin-left: 3%;
	padding-left: 2%;
	border-left: 2px solid #af212d;
	margin-bottom: 5%;
}

.hyxw-con {
	width: 94%;
	margin-left: 3%;
}

.hyxw-con .hyxw-con-img {
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
	height: 20.4rem;
}

.hyxw-con img {
	width: 100%;
}

.hyxw-con h5 {
	font-size: 1.5rem;
	line-height: 3.5rem;
	color: #000;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hyxw-con p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	opacity: 0.7;
}

.hyxw-con span {
	font-size: 1.1rem;
	line-height: 3.5rem;
	opacity: 0.7;
}

/* 人才招聘 */
.rczp {
	width: 100%;
	margin-bottom: 65px;
}

.rczp p {
	width: 100%;
	position: relative;
}

.rczp p img {
	width: 100%;
}

.rczp p a {
	width: 10%;
	position: absolute;
	bottom: 6%;
	right: 4%;
}

/* 企业动态 */
.hyxw-con {
	padding-bottom: 3%;
	margin-bottom: 5%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.qydt {
	width: 94%;
	margin-left: 3%;
}

.qydt div:first-child {
	border-top: 1px solid #fff;
}

.qydt div {
	padding: 5% 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.qydt a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qydt h5 {
	width: 52%;
}

.qydt m {
	font-size: 1.4rem;
	line-height: 2rem;
	height: 4rem;
	display: block;
	overflow: hidden;
}

.qydt h5 span {
	font-size: 1.1rem;
	display: block;
	opacity: 0.7;
	margin-top: 5%;
}

.qydt p {
	width: 44%;
	border-radius: 0.5rem;
	overflow: hidden;
	height: 9.9rem;
}

.qydt p img {
	width: 100%;
}

/* 最新活动 */
.zxhd {
	margin-top: 10%;
	background-image: url(/statics/wap/img/tb10.png);
	background-size: 100%;
	background-position: 10px 30px;
	background-repeat: no-repeat;
	padding-bottom: 10%;
	margin-bottom: 30%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zxhd h5 {
	width: 100%;
	text-align: center;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #af212d;
}

.zxhd span {
	font-family: Didot;
	font-size: 1.1rem;
	display: block;
}

.zxhd .swiper1 {
	margin-top: 5%;
}

.zxhd .swiper1 img {
	width: 100%;
}

.zxhd .swiper-slide {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
	transform: scale(0.8);
}

.zxhd .swiper-container-android .swiper-slide,
.zxhd .swiper-wrapper {
	opacity: 0.8;
	transform: scale(0.9);
}

.zxhd .swiper-container-android .swiper-slide-active,
.zxhd .swiper-wrapper {
	opacity: 1;
	z-index: 5;
	transform: scale(1);
}

.zxhd .swiper-slide-active {
	opacity: 1;
	transform: scale(0.9);
}


.zxhd .hyxw-con-img {
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.zxhd .swiper-slide p {
	position: absolute;
	bottom: 5%;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #fff;
	padding:0 5%;
	width: 100%;
	height: 3.4rem;
	overflow: hidden;
}

/* 公司治理 */
.hyxw.gszl {
	margin-top: -40%;
	border-radius: 0 8rem 0 0;
	background-color: rgb(255, 255, 255, 0.9);
}

.hyxw.gszl>h5 {
	background-color: rgb(255, 255, 255, 0);
}

.hyxw.gszl .hyxw-con {
	border-bottom: 0;
}

.hyxw.gszl .hyxw-con span {
	line-height: 1rem;
}

/* 社会实践 */
.shsj-banner {
	width: 100%;
	position: relative;
	z-index: -1;
}

.shsj-banner img {
	width: 100%;
}

.shsj {
	padding-top: 10%;
	background-color: rgb(255, 255, 255, 0.8);
	margin-top: -40%;
	border-radius: 0 8rem 0 0;
	margin-bottom: 65px;
}

.shsj-con {
	width: 100%;
	margin-bottom: 10%;
}

.shsj-con:nth-child(2n) .shsj-con-l {
	float: right;
}

.shsj-con:nth-child(2n) .shsj-con-r {
	float: right;
}

.shsj-con-l {
	width: 100%;
}

.shsj-con-l img {
	width: 100%;
}

.shsj-con-r {
	width: 100%;
	padding: 2% 5%;
}

.shsj-con-r h5 {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000b16;
	margin-bottom: 2%;
}

.shsj-con-r p {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #000b16;
	opacity: 0.6;
}

.shsj-con-r span {
	display: block;
	font-size: 1.1rem;
	color: #000b16;
	opacity: 0.67;
	margin-top: 3%;
}

.zrgl {
	margin-bottom: 5%;
}

/* 责任管理 */
.zrgl {
	width: 100%;
	height: 123%;
	background-size: 127% 114%;
	background-position: center;
	padding-top: 42%;
}

.zrgl>img {
	width: 100%;
	height: 100%;
}

.zrgl .hyxw {
	margin-top: 0%;
	background-color: rgb(255, 255, 255, 0.25);
	border-radius: 0 8rem 0 0;
	overflow: hidden;
	padding: 5%;
}

.zrgl .hyxw>h5 {
	margin-left: 0;
	background-color: rgb(255, 255, 255, 0);
	color: #fff;
}

.zrgl .hyxw img {
	width: 100%;
	border-radius: 0.5rem;
}

.zrgl .hyxw p {
	font-size: 1.4rem;
	margin-top: 5%;
	color: #fff;
	opacity: 0.9;
	height: 45rem;
}

/* 组织架构 */
.zzjg {
	margin-top: -25%;
	background-color: #fff;
	border-radius: 8rem 0 0 0;
	overflow: hidden;
	padding-top: 5%;
	margin-bottom: 65px;
}

.zzjg img {
	width: 94%;
	margin: 0 auto;
}

/* 业务领域 */
.cfgl-cond {
	width: 100%;
	padding:10% 5% 20%;
	margin-top: -25%;
	background-color: #f7f7f7;
	border-radius: 8rem 0 0 0;
	min-height: 390px;
}
.cfgl-cond:nth-child(2)>h5{
	/* background-color: #af212d; */
	/* color:#fff; */
	/* border-radius:0.5rem; */
}
.cfgl-cond:nth-child(2)>h5 a{
	background-color: #af212d;
	color:#fff;
	border-radius:0.5rem;
	padding-top:0.2rem;
	display:block;
	line-height: 3rem;
}

.cfgl-cond>h5 {
	font-size: 2rem;
	color: #000;
	width: 95%;
	margin:0 auto;
	margin-bottom: 5%;
	text-align: center;
	color: #204c92;
}
.cfgl-cond>h5 a{
	font-size: 2rem;
	width: 100%;
	text-align: center;
	color: #204c92;
}
.cfgl-cond>h5.co{
	font-size: 1.75rem;
}
.cfgl-cond>h5.co a{
	font-size: 1.75rem;
}

.cfgl-cond-con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cfgl-cond-con div {
	width: 100%;
	box-shadow: 0rem 0.19rem 1.5rem 0rem rgba(206, 206, 206, 0.28);
	border-radius: 0.63rem;
	padding: 2rem 1.31rem 2rem;
	transition: all 0.5s;
	background-color: #fff;
	margin-bottom: 5%;
}


.cfgl-cond-con div h5 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #000;
	transition: all 0.5s;
}

.cfgl-cond-con div p {
	font-size: 1.13rem;
	line-height: 1.8rem;
	/*opacity: 0.8;*/
	transition: all 0.5s;
	color: #000;
}

.cfgl-cond-con div span {
	font-size: 1.13rem;
	display: block;
	line-height: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	color: #000;
}
.cfgl-cond-con-top{
	display: flex;
	align-items: center;
}
.cfgl-cond-con-top img{
	width: 20%;
}
.cfgl-cond-con .cfgl-cond-con-top p{
	font-size: 1.5rem;
	opacity: 1;
	margin-left: 5%;
	
}
/* 新闻详情 */
.xwxq{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 68px;
}
.xwxq-top{
	padding: 10% 5% 0;
	text-align: center;
}
.xwxq-top h5{
	font-size:1.6rem;
	font-family:PingFangSC-Medium;
	line-height: 2.5rem;
	font-weight: bold;
}
.xwxq-top h6{
	font-size:1.2rem;
	font-family:PingFangSC-Medium;
	line-height: 2.5rem;
	opacity: 0.7;
	margin-bottom: 0.4rem;
}
.xwxq-con{
	border-top: 1px solid rgb(0, 0, 0, 0.1);
	padding: 5% 0;
}
.xwxq-con img{
	width: 100%;
	border-radius: 0.5rem;
}
.xwxq-con p{
	width: 100%;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #666666;
	margin-top: 1.2rem;
	text-indent: 2rem;
}

/* 招聘列表 */
.rczp .qydt h5{
	width: 100%;
}
.rczp .qydt h5 span{
	margin-top: 0;
}
.rczp .qydt div {
	padding: 7% 2%;
}
