.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: #fff;
}

.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;
	width: auto;
}

.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;
	letter-spacing: 2px;
}

.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:#333;
	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: #ccc;
	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: #FFF;
	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: #666;
	border: 1px solid #D9D9D9;
	border-radius: 0.2em;
}
#Pages .red, #Pages a:hover {
	color: #FFF;
	border: 1px solid var(--main-color);
	background: var(--main-color);
}
#Pages a.disabled {
	cursor: default;
	border: 1px solid #D9D9D9 !important;
	background: #fff 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: #333;
	-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;
}

.dpages {
	margin-top:30px;
	padding-top:30px;
	display: flex;
	justify-content: space-between;
}
.dpages a {
	display:inline-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:#fff!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:#fff;
	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:#FFF;
}
@media (min-width: 556.2px) {
	.agent2 .jmc2ul li .jmc2a:hover {
		transform:translateY(-10px);
		color:#fff;
		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:#fff
	}
	.agent2 .jmc2ul li .jmc2a:hover .jmc2x strong {
		color:#fff;
		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
}


@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;
	}

}
@media (max-width: 414px) {
	.m2lxul1 li {
		width: 100%;
	}
	.m2lxul1 li p{
		max-width: 100%;
		font-size: 14px;
	}
}