.main {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.subHead {
	/* margin-top: -10px; */
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(251, 251, 251, 1);
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.subcon {
	width: 1200px;
	margin: 0 auto;
	/* position: initial; */
	/* height:60px;
	line-height: 60px; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.change{
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.banner img {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	/* margin-top: 20px; */
}

.nav-list {
	width: 100%;
	margin: 0 auto;
}

.nav-list>li {
	display: inline-block;
	margin: 0 -3px;
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}

.nav-list>li:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0;
	left: 50%;
	border-bottom: 3px solid rgba(0, 52, 143, 1);
	transition: 0.2s all linear;
}

.nav-list>li:hover::before {
	left: 25%;
	width: 50%;

}

.nav-list>li:hover+li::before {
	left: 0;
}
.nav-list>li.currents::before {
	left: 25%;
	width: 50%;

}

.nav-list>li.currents+li::before {
	left: 25%;
}
.aboutM {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

.stitle {
	text-align: center;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	letter-spacing: 5px;
	text-indent: 5px;
}

.fwdec {
	margin-top: 38px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	text-align: center;
}

.fwdec span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.pt2 {
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	height: 617px;
	background: url(../images/about/bg_yuanjing.png) no-repeat top center;
	background-size: 100% 100%;
}

.yjBg {
	margin: 0 auto;
	margin-top: 59px;
	width: 1021px;
	height: 362px;
	background: url(../images/about/bg01_yuanjing.png) no-repeat top center;
	background-size: 100% 100%;
}

.lableTxt {
	margin-top: 6px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.yj01 {
	padding: 290px 0 0 0;
	margin-left: -100px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.yj02 {
	margin-top: -330px;
	margin-left: 610px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.yj03 {
	margin-top: 290px;
	margin-left: 780px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.yjicon1 {
	width: 60px;
	margin-top: -250px;
	margin-left: 470px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.yjicon2 {
	width: 60px;
	margin-top: 80px;
	margin-left: 318px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.yjicon3 {
	width: 60px;
	margin-top: -70px;
	margin-left: 630px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.yjicon1 img,
.yjicon2 img,
.yjicon3 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pt3 {
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	/* height: 850px; */
	background: url(../images/about/bg_shehuizeren.png) no-repeat top center;
	background-size: 100% 100%;
}

.subtit {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.zrgCon {
	width: 1200px;
	margin: 59px auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.zrl {
	width: 385px;
}

.zrr {
	width: 388px;
}

.zrNum {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(153, 153, 153, 0.1);
	line-height: 30px;
	position: relative;
}

.zrt {
	position: absolute;
	margin-top: -20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.conzr {
	margin-top: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
}

.par5 {
	margin-top: 5px;
}

.par3 {
	margin-top: 58px;
}

.par1 {
	margin-top: 50px;
}

.par4 {
	margin-top: 95px;
}

.par2 {
	margin-top: 45px;
}

.pt4 {
	width: 100%;
	background: rgba(248, 251, 255, 1);
	padding: 40px 0;
}

.pingjiaCon {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.pt5 {
	width: 100%;
	height: 898px;
	background: url(../images/about/bg_lianxiwomen.png) no-repeat top center;
	overflow: hidden;
}

.contantC {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.adL,
.adR {
	width: 600px;
}

.mapBoxL {
	margin: 40px 0 40px 0;
	width: 598px;
	height: 485px;
	border: 1px dashed rgba(10, 22, 48, 1);
	border-right: none;
}

.mapBoxR {
	margin: 40px 0 40px 0;
	width: 598px;
	height: 485px;
	border: 1px dashed rgba(10, 22, 48, 1);
	border-left: none;
}

.address {
	/* padding-left: 50px;
	background: url(../images/about/icon_dizhi.png) no-repeat left center; */
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.address2 {
	margin-top: 56px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	overflow: hidden;
}
.addressIcon img {
	margin: 4px;
	box-shadow: 0px 1px 4px 0px rgba(39, 92, 188, 0.25);
	border-radius: 50%;
}

.tels {
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.tel {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.phone {
	margin-left: 120px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.txt {
	margin-left: 24px;
}

.dw {
	margin-right: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 52, 143, 1);
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 320px;
	height: 358px;
	text-align: center;
	font-size: 18px;
	background-image: url(../images/about/plBg.png);
	background-size: 100% 100%;
	/* 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;
	transition: 300ms;
	transform: scale(0.9);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	background-image: url(../images/about/plH.png);
	background-size: 100% 100%;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 52, 143, 1);
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	opacity: .2
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0, 52, 143, 1);
}

.pingjiaList {
	width: 1200px;
	margin: 40px auto;
	height: 416px;
	overflow: hidden;
}

.sbg {
	padding: 25px;
}

.plnr {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
}

.smtxt {
	margin-top: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
