.headerFixed {
	position: fixed;
	height: 80px;
}
.headerFixed .logo img {
	height: 50px;
}
.headerFixed .logo {
	top: 16px;
}
.headerFixed .nav_a {
	line-height: 80px;
}
.headerFixed .headerTel {
	line-height: 80px;
}
.headerFixed .header_ser {
	height: 80px;
}
.headerFixed .proMenuWpr, .headerFixed .subMenu {
	top: 80px;
}
.ban_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #ffffff;
}
.ban_text .ch {
	font-size: 52px;
	font-weight: 600;
	line-height: 70px;
	display: block;
	letter-spacing: 2px;
}
.ban_text .en {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: normal;
}
.lay_menu {
	line-height: 60px;
	/*height: 61px;*/
	border-bottom: 1px solid #e6e6e6;
}
.lay_menu_a {
	font-size: 16px;
	line-height: 60px;
	position: relative;
	display: inline-block;
	margin-right: 5.2vw;
	letter-spacing: 1px;
}
.lay_menu_a text, .lay_menu_a span {
	vertical-align: middle;
}
.lay_menu_a span {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.lay_menu_a span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.5s ease-in-out;
	transform: translate(-50%, -50%);
}
.lay_menu_a span img:nth-child(2) {
	opacity: 0
}
.lay_menu_a:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0%;
	height: 4px;
	content: "";
	transition: all 0.5s ease-in-out;
	background: var(--main-color);
}
.lay_menu_a:hover, .lay_menu_a.on {
	color: var(--main-color);
}
.lay_menu_a:hover:after, .lay_menu_a.on:after {
	left: 0;
	width: 100%;
}
.lay_menu_a:hover span img, .lay_menu_a.on span img {
	opacity: 0
}
.lay_menu_a:hover span img:nth-child(2), .lay_menu_a.on span img:nth-child(2) {
	opacity: 1;
}
.main_body {
	padding-top: 5.2vw;
	padding-bottom: 5.2vw;
}
.mcTit {
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
}
.mcText {
	font-size: 16px;
	line-height: 2;
	margin-top: 25px;
}
.mcTit1 {
	/*margin-top: 5vw;*/
	margin-bottom: 3.2vw;
}
.mcTit1 .ch {
	font-size: 40px;
	font-weight: bold
}
.mcTit1 .en {
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase
}
.mcTit1 p {
	font-size: 16px;
	color: #333333;
	opacity: .8;
	line-height: 1.75;
	padding-top: 20px;
	font-weight: normal
}
.swiper .swiper-pagination {
	bottom: 30px;
}
.swiper .swiper-pagination span {
	vertical-align: middle;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	background: #cccccc;
	opacity: 1;
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: var(--main-color)
}
.swiper .swiper-pagination.pUnset {
	position: unset;
	margin-top: 30px;
}
.m3menu {
	padding-bottom: 40px;
}
.m3menu_a {
	font-size: 18px;
	line-height: 44px;
	display: inline-block;
	width: 180px;
	height: 48px;
	margin-right: 1.3vw;
	padding: 0 25px;
	text-align: center;
	color: #808080;
	border: 2px solid #e6e6e6;
	border-radius: 0.3em;
}
.m3menu_a.on, .m3menu_a:hover {
	color: #ffffff;
	border: 2px solid var(--main-color);
	background: var(--main-color);
}
.imgList-item .itemImg {
	overflow: hidden;
}
.imgList-item .itemImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgList-item .itemTit {
	font-size: 16px;
	text-align: center;
	line-height: 3;
	transition: border .5s;
}
.imgList-item:hover .itemTit {
	border-color: var(--main-color) !important;
}
#Pages {
	text-align: center;
	margin-top: 30px;
}
#Pages * {
	vertical-align: middle;
}
#Pages span,
#Pages a {
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	min-width: 40px;
	height: 42px;
	margin: 0 4px;
	padding: 0 15px;
	text-align: center;
	color: #666666;
	border: 1px solid #d9d9d9;
	border-radius: 0.2em;
}
#Pages span, #Pages a:hover, #Pages .red {
	color: #ffffff;
	border: 1px solid var(--main-color);
	background: var(--main-color);
}
#Pages a.disabled {
	cursor: default;
	border: 1px solid #d9d9d9 !important;
	background: #ffffff url(../images/m2page_ar.png) no-repeat center center !important;
}
#Pages p {
	padding-top: 5px;
}
.m2nul {
	margin-top: calc(3.12vw - 40px);
	margin-bottom: 40px;
}
.m2nul li {
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
}
.m2nul li:nth-of-type(1) {
	padding-top: 0;
}
.m2naBox {
	display: block;
	overflow: hidden;
}
.m2naBox .overflowHide {
	float: left;
	width: 480px;
	height: 270px;
	border-radius: 0.6em;
}
.m2nRx {
	margin-left: 520px;
	padding-top: 30px;
}
.m2nRx strong {
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	display: block;
	height: 50px;
}
.m2nRx p {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
	margin-top: 17px;
	color: #333333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m2nfns {
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	margin-top: 20px;
	color: #808080;
}
.m2nfns_s1 {
}
.m2nfns_s2 {
	font-size: 14px;
	display: inline-block;
	margin: 0px 30px;
}
.m2nfns_s3 {
	color: var(--main-color);
}
.detail-title {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 14px;
	/*text-align:center;*/
}
.detail-time {
	margin-bottom: 22px;
	line-height: 20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 0;
	/*text-align:center;*/
}
.detail-time span {
	display: inline-block;
	color: #686868;
	font-size: 15px;
}
.detail-time span + span {
	margin-left: 30px;
}
.detail-time span.share em {
	cursor: pointer;
	color: var(--main-color);
	display: inline-block;
}
.detail-cont {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 8px solid #e6e6e6;
	font-size: 15px;
	line-height: 2;
}
.dpages {
	margin-top: 30px;
	padding-top: 30px;
}
.dpages a {
	display: block;
	line-height: 46px;
	height: 48px;
	font-size: 16px;
	width: 200px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.dpages a + a {
	margin-left: 30px;
}
.dpages a em {
	padding-right: 5px;
}
.dpages a:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: #ffffff !important;
}
.detailRmdNews .imgList-item .itemTit {
	line-height: 1.75;
	padding: 12px 0;
	text-align: left;
}
.m2lxul1 {
}
.m2lxul1 li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 3.02vw;
	padding-bottom: 3.02vw;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.m2lxul1 li span {
	position: relative;
	display: inline-block;
	width: 72px;
	height: 72px;
}
.m2lxul1 li span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.m2lxul1 li p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	/*letter-spacing: 1px;*/
}
.m2lxul1 li:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 120px;
	content: "";
	background: #e6e6e6;
}
.m2lxul1 li:nth-child(2n):after {
	display: none;
}
.agent2 {
	padding-top: 5.2vw;
	padding-bottom: 5.2vw;
	background-color: rgba(51, 51, 51, 0.05);
}
.agent2 .jmc2ul li:nth-child(1) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg1.png)
}
.agent2 .jmc2ul li:nth-child(2) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg2.png)
}
.agent2 .jmc2ul li:nth-child(3) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg3.png)
}
.agent2 .jmc2ul li:nth-child(4) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg4.png)
}
.agent2 .jmc2ul li:nth-child(5) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg5.png)
}
.agent2 .jmc2ul li:nth-child(6) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg6.png)
}
.agent2 .jmc2ul li:nth-child(7) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg7.png)
}
.agent2 .jmc2ul li:nth-child(8) .jmc2a:before {
	background-image: url(../images/m2jm_c2sbg8.png)
}
.agent2 .jmc2ul li .jmc2a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 240px;
	cursor: default;
	border-radius: 0.3em;
	background: #ffffff;
	transition: transform .36s;
}
.agent2 .jmc2ul li .jmc2a:before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";
	transition: all 0.5s ease-in-out;
	background: url(../images/m2jm_c2sbg1.png) no-repeat center center;
	background-size: cover;
}
.agent2 .jmc2ul li .jmc2a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";
	transition: all 0.5s ease-in-out;
	opacity: 0;
	background: url(../images/m2jmc2bg2.jpg) no-repeat center center;
	background-size: cover;
}
.agent2 .jmc2ul li .jmc2a .jmc2x {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 28px 20px 0;
	text-align: center
}
.agent2 .jmc2ul li .jmc2a .jmc2x .jmc2_num {
	font: 24px/40px ec_b;
	display: block;
	height: 40px;
	transition: all 0.5s ease-in-out;
	color: var(--main-color);
}
.agent2 .jmc2ul li .jmc2a .jmc2x strong {
	font-size: 28px;
	font-weight: normal;
	line-height: 38px;
	display: block;
	margin-top: 38px;
	transition: all 0.3s ease-in-out;
}
.agent2 .jmc2ul li .jmc2a .jmc2x p {
	margin-bottom: 0;
	transition: all 0.36s ease-in-out;
	top: 154px;
	right: 20px;
	left: 20px;
}
.agent2 .jmc2ul li .jmc2a .jmc2x p:nth-child(3) {
	font-size: 12px;
	line-height: 14px;
	margin-top: 8px;
	color: #bfbfbf;
}
.agent2 .jmc2ul li .jmc2a .jmc2x p:nth-child(4) {
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	opacity: 0;
	color: #ffffff;
}
@media (min-width: 556.2px) {
	.agent2 .jmc2ul li .jmc2a:hover {
		transform: translateY(-10px);
		color: #ffffff;
		background: #b5001f;
		box-shadow: 0 10px 30px rgba(181, 0, 31, 0.3)
	}
	.agent2 .jmc2ul li .jmc2a:hover:before {
		opacity: 0
	}
	.agent2 .jmc2ul li .jmc2a:hover:after {
		opacity: 1
	}
	.agent2 .jmc2ul li .jmc2a:hover .jmc2x .jmc2_num {
		color: #ffffff
	}
	.agent2 .jmc2ul li .jmc2a:hover .jmc2x strong {
		color: #ffffff;
		margin-top: 26px
	}
	.agent2 .jmc2ul li .jmc2a:hover .jmc2x p {
		top: 142px
	}
	.agent2 .jmc2ul li .jmc2a:hover .jmc2x p:nth-child(3) {
		opacity: 0
	}
	.agent2 .jmc2ul li .jmc2a:hover .jmc2x p:nth-child(4) {
		opacity: 1
	}
}
.agent3 {
	padding-top: 5.2vw
}
.agent3 .jmc4box {
	margin-top: 35px
}
.agent3 .jmc4box .bgImg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 0.3em
}
.agent3 .jmc4rx {
	font-size: 24px;
	line-height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	letter-spacing: 1px
}
.page-banner {
	display: block;
	width: 100%
}
.fixed-bg {
	position: relative;
	background-position: center center;
	background-size: cover
}
.page-banner .bg {
	display: block;
	width: 100%;
	height: 100%
}
.fixed-bg .bg {
	background-color: #ffffff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fixed-bg .container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ae-s1 {
	background: #ffffff;
	position: relative
}
.ae-s1 .container {
	position: relative;
	z-index: 1
}
.ae-s1 .block p {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #666666
}
.ae-s1 .block1 {
	padding-bottom: 90px
}
.ae-s1 .block1 h3 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #333333
}
.ae-s1 .block2 {
	margin-top: 66px;
	padding-bottom: 150px
}
.ae-s1 .block2 h4 {
	width: 342px;
	display: block;
	font-size: 30px;
	line-height: 52px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #333333;
	text-align: center;
	border: 2px solid #333333;
	border-radius: 5px
}
.ae-s1-banner {
	width: 100%;
	display: block
}
.ae-s2 {
	height: 600px
}
.ae-s2 .block {
	padding-top: 180px
}
.ae-s2 .block h3 {
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 700
}
.ae-s2 .block p {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 45px
}
.ae-s3 {
	position: relative;
	background: url(../images/ae-s3-bg1.png) no-repeat right top;
	background-size: 80% auto
}
.ae-s3 .container {
	padding-top: 150px;
	z-index: 1;
	position: relative
}
.ae-s3 .block {
	width: 100%;
	display: block;
	padding-left: 10px
}
.ae-s3 .block h3 {
	color: #333333;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px
}
.ae-s3 .block h3 span {
	width: 100%;
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-top: 10px
}
.ae-s3 .block p {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	margin-top: 35px;
	padding-right: 400px
}
.ae-s3 .block1 b {
	line-height: 46px
}
.ae-s3 .block2 {
	margin-top: 133px
}
.ae-s3 .row {
	margin-top: 80px;
	padding-bottom: 100px
}
.ae-s3 .img {
	width: 50%;
	display: block;
	overflow: hidden;
	position: relative
}
.ae-s3 .img.left {
	padding-right: 5px
}
.ae-s3 .img.right {
	padding-left: 5px;
	position: relative
}
.ae-s3 .img.left .box {
	overflow: hidden;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px
}
.ae-s3 .img.right .box {
	overflow: hidden;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px
}
.ae-s3 .img img {
	transition: all .3s ease-in-out
}
.ae-s3 .img:hover img {
	transform: scale(1.05)
}
.ae-s4 {
	height: 600px
}
.ae-s4 .block {
	padding-top: 180px;
	position: relative
}
.ae-s4 .block:after {
	content: "";
	width: 170px;
	height: 428px;
	display: block;
	position: absolute;
	top: 92px;
	right: 203px;
	background: url(../images/ae-s4-1.png) no-repeat
}
.ae-s4 .block h3 {
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 700
}
.ae-s4 .block p {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 45px
}
.ae-s5 {
	/*padding-bottom: 102px*/
}
.ae-s5 .container {
	padding-top: 109px;
	display: block
}
.ae-s5 .title {
	margin-bottom: 54px;
	padding-bottom: 0;
	padding-top: 0
}
.ae-s5 .title h3 {
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	font-weight: 700
}
.ae-s5 .title h4 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 15px;
	color: #333333
}
.ae-s5 .title p {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	margin-top: 35px;
	padding-right: 400px
}
.ae-s5 .block {
	border-radius: 18px;
	position: relative
}
.ae-s5 .block + .block {
	margin-top: 105px
}
.ae-s5 .block .block-imgbox {
	border-radius: 18px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #f7f7f7
}
.ae-s5 .block .block-imgbox picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}
.ae-s5 .block-text {
	padding: 136px 0 80px 75px
}
.ae-s5 .block.block2 .block-imgbox picture {
	position: relative;
	left: auto;
	top: auto;
	z-index: 1
}
.ae-s5 .block.block3 .block-imgbox picture {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.ae-s5 .block.block3 .block-imgbox picture img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.ae-s5 dl {
	width: max-content;
}
.ae-s5 dt {
	width: 100%;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	padding-bottom: 22px;
	position: relative;
	font-weight: 700;
	margin-bottom: 12px
}
.ae-s5 dt:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0
}
.ae-s5 dd {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	position: relative;
	padding-left: 19px
}
.ae-s5 dd.dd {
	padding-left: 0
}
.ae-s5 dd.dd:before {
	display: none
}
.ae-s5 dd:before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #333333;
	border-radius: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: 0
}
#about_body .mcText p {
	text-indent: 2em;
	margin-bottom: .8em;
}
@media (max-width: 1799px) {
	.mcTit {
		font-size: 30px;
		line-height: 40px;
		height: 40px;
	}
	.mcText {
		font-size: 15px;
		line-height: 30px;
		margin-top: 15px;
	}
	.m3menu_a {
		font-size: 16px;
		line-height: 46px;
		padding: 0 20px;
		border: 1px solid #e6e6e6;
	}
	.m3menu_a.on, .m3menu_a:hover {
		border: 1px solid var(--main-color);
	}
	.m2naBox .overflowHide {
		width: 420px;
		height: 240px;
	}
	.m2nRx {
		margin-left: 450px;
		padding-top: 22px;
	}
	.m2nRx strong {
		font-size: 21px;
	}
	.m2nRx p {
		font-size: 15px;
		line-height: 30px;
		height: 60px;
		margin-top: 2px;
	}
	.m2nfns {
		font-size: 15px;
	}
	.m2lxul1 li p, .m2lxul2 li p {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	.lay_menu_a {
		margin-right: 4vw;
	}
	.agent3 .jmc4rx {
		font-size: 18px
	}
}
@media (max-width: 993px) {
	.ban_text .ch {
		font-size: 30px;
		line-height: 40px;
	}
	.ban_text .en {
		font-size: 24px;
	}
	.menuHeight, .menuHeight.in {
		height: 56px;
	}
	.lay_menu_a {
		margin-right: 2vw;
	}
	.mcTit {
		font-size: 26px;
		line-height: 32px;
		height: 32px;
	}
	.m3menu_a {
		width: auto;
	}
	.m2naBox .overflowHide {
		width: 350px;
	}
	.m2nRx {
		margin-left: 370px;
	}
	.m2lxul1 li {
		width: 50%;
	}
	.m2lxul1 li:after {
		display: none;
	}
}
@media (max-width: 767px) {
	.ban_text .ch {
		font-size: 26px;
		line-height: 32px;
	}
	.ban_text .en {
		font-size: 16px;
	}
	.lay_menu {
		height: auto;
	}
	.lay_menu_a {
		font-size: 15px;
		/*width: 32%;*/
		/*margin-right: 0;*/
		text-align: center;
	}
	.mcTit {
		font-size: 21px;
		line-height: 32px;
		/*text-align: center;*/
	}
	.mcTit1 {
		margin-top: 30px;
	}
	.mcTit1 .ch {
		font-size: 24px;
	}
	.mcTit1 .en {
		font-size: 12px;
	}
	.mcText {
		font-size: 14px;
		line-height: 30px;
		margin-top: 12px;
	}
	.m3menu_a {
		font-size: 14px;
		padding: 0 5px
	}
	.m3menu a:last-child {
		margin-right: 0;
	}
	.m2nul {
		margin-top: 5px;
	}
	.m2naBox .overflowHide {
		float: none;
		width: 100%;
	}
	.m2nRx {
		margin-left: 0;
	}
	.m2nRx strong {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}
	.m2nRx p {
		font-size: 14px;
		margin-top: 0;
	}
	.m2naBox .overflowHide {
		height: 200px;
	}
	.m2nfns_s2 {
		margin: 0 10px;
	}
	.m2nfns {
		margin-top: 10px;
	}
	.m2lxul1 li {
		padding: 20px 0;
		height: 140px;
	}
	.m2lxul1 li span {
		width: 40px;
		height: 40px;
		transform: scale(0.6)
	}
	.m2lxul1 li p {
		font-size: 13px;
		line-height: 24px;
		max-width: 125px;
		margin-right: auto;
		margin-left: auto;
	}
	.dpages a + a {
		margin-left: 12px;
	}
}