@charset "utf-8";
/* ====================公共样式========================= */



/* 底部 */
.Footer-wrapper {
	background-color: #0c2f55;
	padding: 55px 0 10px 0;
}

.Footer-container {
	margin-bottom: 40px;
}

/* Foot_con */
.Footer-wrapper .Foot_con {
	width: 33%;
}

.Foot_con .foot_logo {
	margin-bottom: 29px;
}

.Foot_con .foot_logo a {}

.Foot_con .info {
	color: #7e8ea5;
	font-size: 16px;
	line-height: 1.6;
}

.Foot_con .conname {
	font-size: 18px;
	color: #fff;
	margin: 70px 0 25px 0;
}

.Foot_con .foot_logo a img {
	width: 170px;
}

.Foot_con .contact {}

.Foot_con .contact ul {}

.Foot_con .contact ul li {
	font-size: 16px;
	color: #7e8ea5;
	line-height: 2;
}

/* Foot_nav */
.Footer-wrapper .Foot_nav {
	width: 41%;
	color: #fff;
}

.Foot_nav ul {
	/* flex-wrap: wrap; */
}

.Foot_nav ul li {
	width: 33%;
	margin-bottom: .5rem;
}

.Foot_nav ul li h1 {
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #fff;
}

.foot_nav_link {}

.foot_nav_link a {
	color: #7e8ea5;
	line-height: 30px;
	display: block;
	font-size: 16px;
}

.foot_nav_link a:hover {

	color: #fff;

}

.Footer-wrapper .Foot_fo {
	width: 17%;
}


/* Foot_fo */
.Foot_fo {}

.Foot_fo .fo-top {}

.Foot_fo .fo-top a {
	font-size: 16px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .6);
	display: block;
	color: #fff;
}

.Foot_fo .fo-top a:hover {
	background: #fff;
	color: #006bae;
}

.Foot_fo .fo-top i {
	float: right;
	font-size: 20px;
}

.Foot_fo .map {
	margin-top: 30px;
}

.foot_Follow {
	margin-top: 50px;
	color: #fff;
}

.foot_Follow h4 {
	font-size: 16px;
}

.foot_Follow .icon-item {}

.foot_Follow .icon-item ul {
	margin-top: 15px;
}

.foot_Follow .icon-item ul li {
	width: 22%;
}

.icon-item ul li a {
	width: 40px;
	background: #fff;
	border-radius: 4px;
	display: block;
	height: 40px;
	text-align: center;
}

.icon-item ul li a:hover {
	-webkit-animation: swing 1s ease;
	-o-animation: swing 1s ease;
	animation: swing 1s ease;

}

.icon-item ul li i {
	color: #0c2f55;
	font-size: 24px;
	line-height: 40px;
}

.icon-item ul li i .icon-youtube {
	font-size: 20px;
}

.icon-item ul li a:hover {
	background: #006bae;
}

.icon-item ul li a:hover i {
	color: #fff;
}

/* copy */
.copy {
	border-top: 1px solid #d3d3d36b;
	text-align: center;
	color: #808fa4;
	font-size: 16px;
	padding: 20px 0;
}

.copy a:hover {
	color: #fff;
}

/* 客服 */
.fiexd {
	position: fixed;
	bottom: 3%;
	right: 1.5%;
	z-index: 999;
	opacity: 0;
}

.fiexd.show {
	opacity: 1;
}

.fiexd ul {}

.fiexd ul li {
	margin: 10px 0;
}

.fiexd ul li a {
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #006bae;
	border-radius: 50%;
}

.fiexd ul li a i {
	color: #fff;
	font-size: 22px;
}

.fiexd ul li a i.icon-backtop {
	color: #fff;
	font-size: 26px;
}

/* leave_message */
/* leave_message */

.leave_message {
	z-index: 980;
	position: fixed;
	right: -180px;
	bottom: 22%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.leave_message:hover {
	right: 0;
}

.leave_message .float_show {
	height: 50px;
	width: 240px;
	float: right;
	position: relative;
	border-radius: 25px 0 0 25px;
	box-shadow: 0 5px 20px 0 rgb(0 51 128 / 30%);
	-webkit-box-shadow: 0 5px 20px 0 rgb(0 51 128 / 20%);
	padding: 5px 10px 5px 20px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #0E37BF;
	display: block;
}

.leave_message .float_show i {
	height: 30px;
	width: 30px;
	background: url(../images/leave_message.png) no-repeat center;
	display: inline-block;
	z-index: 999;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px
}

.leave_message .float_show p {
	/* font-family: 'Helvetica-Bold'; */
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	line-height: 18px;
	position: absolute;
	right: 9px;
	top: 26px;
	margin-top: -10px;
	opacity: 1;
	transition: all .8s;
	height: 40px;
	max-width: 190px;
}

.leave_message .message_from {
	box-shadow: 0 3px 10px rgba(100, 100, 100, .4);
	border-radius: 15px;
	overflow: hidden;
	width: 350px;
	z-index: 980;
	position: fixed;
	right: 1%;
	bottom: -300%;
	/* bottom: -100%; */
	transition: all .5s;
}

.leave_message .message_from.show {
	bottom: 1%;
}

.message_from .from_tit {
	/* font-family: 'Helvetica-Bold'; */
	font-size: 20px;
	display: block;
	font-size: 18px;
	background: #0E37BF;
	padding: 30px 20px 15px 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
	border-radius: 2px 2px 0 0;
}

.message_from .from_tit i {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.message_from .from_tit i::after {
	content: "";
	background: #fff;
	display: inline-block;
	width: 20px;
	height: 3px;
	line-height: 60px;
	margin-bottom: 4px;
	/* margin-left: 55px; */

}

.message_from .from_text {
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 20px;
	margin-top: -10px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	background: #0E37BF;
}

.message_from .from_group {
	background: #fff;
	padding: 10px 20px;
}

.message_from p {
	padding: 20px 20px 10px 20px;
	background: #fff;
	text-align: right;

}

.message_from .from_group .form-control {
	border: 1px solid #006bae;
	background: none;
	line-height: 40px;
	height: 40px;
	color: #808080;
	font-size: 14px;
	width: 100%;
	box-shadow: none;
	padding-right: 45px;
	background-position: 95% 14px;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-radius: 5px;
	/* box-shadow: 0 2px 4px 0px rgb(0 0 0 / 10%) inset; */
	/* font-family: 'Helvetica-Bold'; */
	margin-bottom: 20px;
}

.message_from .from_group #message {
	height: 100px;
	padding-top: 8px;
	line-height: 20px;
	max-height: 120px;
	max-width: 100%;
	width: 100%;
	min-height: 100px;
}

.message_from .from_group .message_submit {
	cursor: pointer;
	width: 100%;
	border-radius: 999px;
	text-transform: uppercase;
	font-family: "Helvetica-Bold";
	font-size: 16px;
	color: #FFF;
	border: 1px solid #0E37BF;
	display: inline-block;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 10px 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #0E37BF;
}

.message_from .from_group .message_submit:hover {
	background-color: #FFF;
	color: #0E37BF;
}

/* 动画圈 */
.leave_message .animated {
	opacity: 1;
}

.leave_message .circle {
	background: rgba(14, 55, 191, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
	left: 0;
	top: 50%;
	margin-top: -25px;
}

.leave_message .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) infinite
}

.leave_message .animated-circles.animated .c-2 {
	animation: 3.3s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) infinite
}

.leave_message .animated-circles.animated .c-3 {
	animation: 4s scaleToggleThree cubic-bezier(.25, .46, .45, .94) infinite
}

.leave_message.animation-stopped .circle {
	opacity: 0 !important
}

.leave_message.animation-stopped .circle {
	opacity: 0 !important
}

@keyframes scaleToggleOne {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

/* leave_message end */
/* foot-end */



.media_ul {}

.media_ul li {
	margin-right: 8px;
}

.media_ul li:last-child {
	margin-right: 0;
}

.media_ul li a {
	display: block;
	padding: 10px;
	background-color: #3b5999;
	color: white;
	border-radius: 50%;
	font-size: 0;
}

.media_ul li a i {
	font-size: 20px;
}

.media_ul li:nth-child(1) a {
	background-color: #1278F3;
}

.media_ul li:nth-child(2) a {
	background-color: #0B66C1;
}

.media_ul li:nth-child(3) a {
	background-color: #FB0204;
}

.media_ul li:nth-child(4) a {
	background-color: #1D9BF0;
}

.media_ul li:nth-child(5) a {
	background-color: #DA4369;
}

.media_ul li:nth-child(6) a {
	background-color: #FF0013;
}

.media_ul li:nth-child(7) a {
	background-color: #04C15F;
}


.media_ul li a img {}


/* 中间+共用部分 */



/* ind_banner */
.ind_banner {
	position: relative;
	height: calc(100vh - 0px);
	/* margin-top: 110px; */
}


.ind_banner .swiper {
	height: 100%;
}

.banA {
	/* display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden; */
}

.ind_banner .video {
	position: relative;
	width: 100%;
	display: block;
}

.ind_banner video {
	position: absolute;
	height: 100vh;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	/* left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
}

.ind_banner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ind_banner .txt {
	position: absolute;
	bottom: 40%;
	left: 13%;
	width: 60%;
}

.ind_banner .txt .p1 {
	font-size: .54em;
	color: #fff;
	font-weight: 900;
	/* font-family: 'HMB'; */
	text-transform: uppercase;
	/* text-shadow: 0 3px 4px rgb(0 0 0 / 15%); */
	line-height: 1.3;
}

.ind_banner .txt .p2 {
	color: #fff;
	font-size: .58em;
	width: 70%;
	margin: .1em 0 .15em 0;
	line-height: 1.1;
}

.ind_banner .txt .p3 {
	color: #fff;
	font-size: .20em;
	width: 50%;
	padding-bottom: 40px;
	line-height: 1.4;
}

.ind_banner .txt .btn {
	font-size: .14em;
	background: #0E37BF;
	padding: 10px 20px;
	text-align: center;
	border-radius: 666px;
	color: #fff;
	margin-top: 20px;
}

.ind_banner .txt .btn:hover {
	background: #Ea5506;
}

.ind_banner .txt .btn i {
	font-size: 14px;
	margin-left: 8px;
}

.ind_banner .swiper-button-next,
.ind_banner .swiper-button-prev {
    color: white;
    font-size: 12px !important;
    background-color: #0E37BF;
    width: 44px;
    border-radius: 22px;
}

.ind_banner .swiper-button-next:hover,
.ind_banner .swiper-button-prev:hover {
	color: white;
	font-size: 12px !important;
	background-color: #Ea5506;
}

.ind_banner .swiper-button-next {
	right: 15px;
	left: auto;
}

.ind_banner .swiper-button-prev {
	left: 15px;
	right: auto;
}


.ind_banner .swiper-button-next::after,
.ind_banner .swiper-button-prev::after {
	font-size: 12px !important;
}

.ind_banner .swiper-pagination-bullet {
	background-color: white;
	opacity: 1;
}

.ind_banner .swiper-pagination-bullet-active {
	background-color: #0E37BF!important;
}

.ind_banner .swiper-slide {
	position: relative;
}

.ind_banner .swiper-pagination {
	bottom: 40px !important;

}

.ind_banner .swiper-pagination .swiper-pagination-bullet {
	width: 75px !important;
	border-radius: 5px !important;
	height: 5px;
}

/* .ind_banner .txt{
	position: absolute;
	left: 8%;
	top: 40%;
	width: 80%;
	max-width: 8rem;
	z-index: 2;
}
.ind_banner .txt span{
	font-size: 0.2rem;
	color: #fff;
	display: block;
}
.ind_banner .txt h4{
	font-size: 0.36rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.3rem 0;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}
.ind_banner .txt a{
	display: inline-flex;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
	line-height: 3;
	padding: 0 0.45rem;
	border-radius: 50px;
	border: 1px solid #fff;
}
.ind_banner .txt a span{
	display: inline-block;
	font-size: 14px;
	margin-left: 0.06rem;
}
.ind_banner .txt a:hover{
	background-color: #2b568d;
	border-color: #2b568d;
}
 */

.ind_banner [class*="txt"] {
	position: absolute;
	z-index: 2;
	color: white;
	line-height: 1.2;
	/* text-shadow: 5px 5px 5px rgb(0, 0, 0, .75); */
}

.ind_banner .txt1 {
	right: 13.5%;
	top: 39%;
	width: 5.2em;
}

.ind_banner .txt1 h4 {
	font-size: 0.54em;
	line-height: 0.6em;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}

.ind_banner .txt1 h4::after {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.06em;
	margin: 0.15em 0;
	background-color: white;
	box-shadow: 3px 3px 5px rgb(0, 0, 0, .75);
}

.ind_banner .txt1 p {
	font-size: 0.2em;
}

.ind_banner .txt2 {
	right: 0;
	top: 18%;
	width: 100%;
	text-align: center;
}

.ind_banner .txt2 h4 {
	font-size: 0.54em;
	line-height: 0.6em;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}

.ind_banner .txt2 p {
	font-size: 0.2em;
	margin-top: 5px;
}

.ind_banner .txt3 {
	left: 16.15%;
	top: 36.5%;
	width: 6em;
}

.ind_banner .txt3 h4 {
	font-size: 0.54em;
	line-height: 0.6em;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}

.ind_banner .txt3 h4::after {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.06em;
	margin: 0.15em 0;
	background-color: white;
}

.ind_banner .txt3 p {
	font-size: 0.2em;
}

/* ind_more */
.ind_more {
	display: block;
	height: 48px;
	line-height: 46px;
	width: 200px;
	font-size: 16px;
	color: white;
	text-align: center;
	margin: 0.4rem auto 0;
	padding: 0 10px;
	border-radius: 6px;
	background-color: #2b568d;
	border: 1px solid #2b568d;
}

.ind_more span {
	margin-left: 0.06rem;
}

.ind_more:hover {
	background-color: transparent;
	color: #2b568d;
}

@media(max-width:1550px) {
	.ind_banner {
		height: auto;
	}
}

/* ind_tit */
.move-ico {}

.move-ico i {
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	padding: 23%;
	font-size: 16px;

}

.com_move {
	/* 
	text-align: left;
	color: #2b568d;
	padding-bottom: 5px;
	border-bottom: 1px solid #2b568d;border: 1px solid #fff; */
	font-size: 16px;
	display: inline-block;
	margin: 20px 0 !important;
	padding: 14px;
	background: #006bae;
	border-radius: 100px;
	color: #fff;
}

/* .com_move:hover {
	background-color: #2b568d;
	color: #fff;
} */

.ind_tit {
	/* text-align: center; */
	margin-bottom: 20px;
}

.ind_tit.tal {
	text-align: left;
}

.ind_tit h3 {
	width: 100%;
	display: block;
	font-size: 0.40rem;
	color: #101010;
	text-transform: capitalize;
	font-family: 'Montserrat';
	font-weight: 700;
}

/* 
.ind_tit h3::after {
	content: "";
	width: 0.6rem;
	height: 2px;
	display: block;
	margin: 0.12rem auto 0.12rem;
	background-color: #2b568d;
	position: relative;
} */
/* 
.ind_tit.tal h3::after {
	margin-left: 0;
} */

.ind_tit.white h3::after {
	background-color: white;
}

.ind_tit p {
	color: #171717;
	font-size: 16px;
	line-height: 1.75;
	/* margin-top: 0.2rem; */
	width: 70%;
	margin: 0;
	font-family: 'Montserrat-Light';
}

.ind_tit.white h3,
.ind_tit.white p {
	color: white;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #006bae;
	width: 35px;
	height: 5px;
	border-radius: 4px;
}



/*  */
.comm .swiper-pagination,
.comm .swiper-button-next,
.comm .swiper-button-prev {
	top: auto;
	bottom: 0 !important;
}

.comm .swiper-button-next i,
.comm .swiper-button-prev i {
	font-size: 30px;
	color: #aaaaaa;
	transition: all .3s;
}

.comm .swiper-button-next:hover i,
.comm .swiper-button-prev:hover i {
	color: #006bae
}

.comm .swiper-button-next:after,
.comm .swiper-button-prev:after {
	content: "";
}

.comm .swiper-button-prev i {
	transform: rotate(180deg);
}

.comm .swiper-pagination span {
	width: 35px;
	height: 5px;
	border-radius: 4px;
}

/*  */





/* com_swiper_button */
.com_swiper_button.swiper-button-next::after,
.com_swiper_button.swiper-button-prev::after {
	display: none;
}

.com_swiper_button.swiper-button-next,
.com_swiper_button.swiper-button-prev {
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	border-radius: 50%;
	background-color: #006bae;
	color: white;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.com_swiper_button.swiper-button-next i,
.com_swiper_button.swiper-button-prev i {
	font-size: 18px;
	color: white;
}

.com_swiper_button.swiper-button-prev {
	left: -0.6rem;
}

.com_swiper_button.swiper-button-next {
	right: -0.6rem;
}

/* des */
.des,
.des p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

/* tc_search s */
.tc_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tc_search.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	pointer-events: auto;
}

.tc_search form {
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.tc_search input {
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}

.tc_search input::placeholder {
	color: #c1c1c1;
}

.tc_search button {
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}

.tc_search .search_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 0;
}

/* tc_search e */


/* com_page */
.com-page {
	padding-top: 0.4rem;
	font-size: 0;
}

.com-page a,
.com-page span {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(222, 222, 222);
	font-size: 14px;
	color: #333;
	background: #fff;
	margin: 0 0.05rem;
	transition: all .3s;
}

.com-page a.page-num-current,
.com-page a:hover {
	background-color: #2b568d;
	border-color: #2b568d;
	color: white;
	line-height: 48px;
}

.com-page a i {
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}

/* posi */
.position {

	background: #006bae;
	color: #fff;
}

/* 面包屑样式-2024/5/7 */
.position .lf span {
	text-transform: capitalize;
}

.position .lr {}

.position .lr ul {}

.position .lr ul li {
	float: left;
	margin-right: 30px;
}

.position .lr ul li a {
	position: relative;
	height: 60px;
	line-height: 60px;
	display: block;
}

.position .lr ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 0%;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}

.position .lr ul li a:hover::after,
.position .lr ul li a.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

/* com_ban */
.com_ban {
	position: relative;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* margin-top: 110px; */
}

.proban .position {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9999;
}

.com_ban::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, .15);
	/* opacity: 0; */
	z-index: 1;
	mix-blend-mode: multiply;
}

.com_ban::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(43, 86, 141, 0.7);
	opacity: 1;
	z-index: 2;
	mix-blend-mode: multiply;
}

.con_tit {
	width: 100%;
	display: block;
	font-size: 0.40rem;
	text-transform: uppercase;
	font-family: 'Montserrat';
	color: #fff;
}

.proban .ban-posi {
	position: absolute;
	bottom: 20%;
	color: #fff;
	z-index: 9999;
	font-size: 16px;
}

.proban .ban_txt {
	background: #ffffff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

/* .com_ban .ban_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	width: 100%;
	z-index: 3;
	padding: 50px 0;
	text-align: center;
} */

.com_ban .ban_txt {
	position: absolute;
	/* bottom: -80px; */
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	/* width: 100%; */
	z-index: 3;
	padding: 50px 0;
	text-align: center;
	/* z-index: 99999; */
}

.com_ban2 .ban_txt {
	position: absolute;
	bottom: 50%;
	left: 0;
	color: #000;
	width: 100%;
	z-index: 3;
	padding: 50px 0;
	transform: translateY(50%);
	/* background: linear-gradient(to left, #ffffff00 0%, #2b568d 50%, #ffffff00 100%); */

	/* background: linear-gradient(to left, #ffffff00 0%, #0000006b 50%, #ffffff00 100%); */
	text-align: center;
}

.com_ban .ban_txt h3 {
	font-size: 0.4rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
}


.com_ban .ban_txt .content a {
	color: #Ea5506!important;
}

.com_ban .ban_txt .content a strong {
	color: #Ea5506!important;
}


.com_ban .ban_txt .con_tit.pro.title {
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.com_ban .ban_txt h3.proban {}

.con_tit.pro {
	color: #FFF !important;
}

.com_ban .ban_txt p {
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.46;
}

/* 产品归档页-面包屑导航 start */
.jx-breadcrumbs {
	background-color: #0E37BF;
}

.jx-breadcrumbs .ban-posi {
	padding: 24px 0px;
	color: #FFFFFF;
}

.jx-breadcrumbs .ban-posi a {
	padding: 10px;
	color: #FFFFFF;
    font-size: 15px;
}
/* 产品归档页-面包屑导航 end*/

/* loca */
.loca {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.loca_pro {
	background-color: #ededed;
}

.loca .fr a,
.loca .fr i {
	font-size: 16px;
	color: #666;
}

.loca .fr i {
	margin: 0 0.04rem;
}

.loca .fr img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: baseline;
}

.loca .fr a:hover {
	color: #2b568d;
}

.loca .fl {}

.loca .fl ul {
	overflow: hidden;
}

.loca .fl ul li {
	float: left;
	margin-right: 0.6rem;
}

.loca .fl ul li:last-child {
	margin-right: 0;
}

.loca .fl ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loca .fl ul li a::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background-color: #2b568d;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loca .fl ul li.active a,
.loca .fl ul li:hover a {
	color: #2b568d;
}

.loca .fl ul li.active a::after,
.loca .fl ul li:hover a::after {
	width: 100%;
}


/* ny_tit */
.ny_tit {
	text-align: center;
	margin-bottom: 0.5rem;
}

.ny_tit.tal {
	text-align: left;
}

.ny_tit h3 {
	font-size: 0.38rem;
	color: #333;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
}

.ny_tit span {
	display: block;
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #2b568d;
	margin-top: 18px;
}

/* sort_nav*/
.sort_nav_view {}

.main_fl {
	width: 22%;
	float: left;
}

.main_fr {
	width: 75%;
	float: right;
}

.sort_nav_view .item {
	margin-bottom: 0.4rem;
}

.sort_nav_view .item .tit {
	position: relative;
	font-size: 0.28rem;
	color: #333;
	padding-bottom: 15px;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
}

.sort_nav_view .item .tit::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 120px;
	height: 3px;
	background: #2b568d;
}

.sort_nav_ul {}

.sort_nav_ul li {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 0.2rem 0;
}

.sort_nav_ul li a {
	position: relative;
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 28px;
}

.sort_nav_ul li.active a {
	color: #2b568d;
}

.sort_nav_ul li i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #2b568d;
	display: none;
}

.sort_nav_ul li:hover i,
.sort_nav_ul li.active i,
.sort_nav_ul li:hover i {
	display: block;
}

.sort_nav_fl {}

.sort_nav_fl li {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	color: #666;
}

.sort_nav_fl li a {}

.sort_nav_fl li .img {
	width: 35%;
}

.sort_nav_fl li p {
	width: 60%;
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

.sort_nav_fl li:hover p {
	color: #2b568d;
}

/* fanye */
.fanye dt {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 1.3;
	;
	color: #2b568d;
}

.fanye {
	border-bottom: 1px dashed #ddd;
	margin-top: 0.8rem;
	padding-bottom: 0.4rem;
}

.fanye dt a {
	color: #666;
	flex: 1;
}

.fanye dt:nth-child(2) {
	text-align: right;
}

.fanye dt a:hover {
	color: #2b568d;
}

/* ny_form */
.ny_form {
	margin-top: 0.8rem;
}

.input_control {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #f2f5f8;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	height: 54px;
}

.input_control:nth-child(3) {
	margin-right: 0;
}

.form_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	height: 54px;
	line-height: 54px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 14px;
	color: #666;
	width: 95%;
	background: #f2f5f8;
}

.input_control label {
	color: red;
	position: absolute;
	left: 20px;
	line-height: 54px;
}

.form_input::-moz-placeholder,
.form_text::-moz-placeholder {
	color: #666;
}

.form_text {
	height: 100px;
	background: #f2f5f8;
	position: absolute;
	left: 30px;
	top: 15px;
	width: 95%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	border: none;
}

.input_control2 {
	width: 100%;
	margin: 16px 0 25px;
	height: 130px;
}

.ny_form p {
	font-size: 14px;
	color: #666;
	display: block;
	float: left;
	line-height: 1.3;
}

.ny_form .submit {
	border-radius: 4px;
	background: #2b568d;
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	margin-top: 0.25rem;
	padding: 0.2rem 0.8rem;
}

/* ny_list */
.ny_list {
	/* margin-top: 0.8rem; */
	margin-top: 0.6rem;
	padding-top: 0.5rem;
	border-top: 1px solid #ddd;
}

.ny_list ul {
	/* margin-top: 0.4rem; */
}

.ny_list ul li {
	width: 23.75%;
	float: left;
	margin-right: 1.66%;
	text-align: center;
}

.ny_list ul li:last-child {
	margin-right: 0;
}

.ny_list ul li a {}

.ny_list ul li .pic {
	border: 1px solid #ddd;
}

.ny_list ul li p {
	display: block;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 0.2rem;
}

.com_tit {
	font-size: .48rem;
	font-family: 'Lovelo Black';
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1440px) {

	/* 1360 × (768) */
	.Header-container .nav_item>ul>li {
		margin-right: 0.45rem;
	}

	.Header-container .nav_item>ul>li>a {
		font-size: 16px;
	}

	.Foot_fo .fo-top a {
		padding: 18px 14px;
	}
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {

	/* 1024 × (600/768) */
	.Header-container .nav_item {
		display: none;
	}

	.Header-container .logo h1 {
		height: 60px;
	}

	.Header-container .logo h1 a img,
	.Header-wrapper.on .logo h1 a img+img,
	.Header-wrapper:hover .logo h1 a img+img {
		height: 36px;
	}

	#c-header .c-switch {
		display: block;
		margin-left: 20px;
	}

}

/* ------------------------13寸小屏幕样式调整-------------------------- */
@media all and (max-width:1380px) {

	.Header-container.w16.flex.f-jsb {
		max-width: 98%!important;
	}

}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}

	.ind_tit h3 {
		font-size: 0.48rem;
	}

	.ind_tit h3::after {
		margin: 0.25rem auto;
	}

	.ind_tit.tal h3::after {
		margin-left: 0;
	}

	.ind_tit p {
		font-size: 14px;
		line-height: 1.55;
	}

	.tc_search form {
		width: 92%;
		max-width: 92%;
		padding: 0 0.2rem;
		margin-bottom: 1px;
		height: 0.8rem;
	}

	.tc_search input {
		font-size: 0.32rem;
		height: 0.8rem;
	}

	.ind_banner .swiper-button-next:after,
	.ind_banner .swiper-button-prev:after {
		display: none;
	}

	.ind_banner .swiper-slide::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgb(0, 0, 0, .2);
		z-index: 1;
	}

	.ind_banner .txt {
		position: absolute;
		left: 0;
		right: 0;
		top: 45%;
		width: 100%;
		padding: 0 5%;
		text-shadow: none;
	}

	.ind_banner .txt h4 {
		font-size: 0.4rem;
		color: #fff;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 0.2rem 0;
		text-transform: uppercase;
		font-family: 'Montserrat-Bold';
	}

	.ind_banner .txt p {
		font-size: 21px;
		line-height: 1.3;
	}

	.ind_banner .txt .p3 p {
		font-size: 16px;
		line-height: 1.3;
	}


	.ind_banner img {
		height: 100%;
	}

	.com_swiper_button.swiper-button-next,
	.com_swiper_button.swiper-button-prev {
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.media_ul li a i {
		font-size: 18px;
	}

	.loca {
		height: auto;
		padding: 10px 0;
		line-height: 1;
	}

	.loca .fl {
		display: none;
	}

	.loca .fr {
		float: left;
	}

	.loca .fr a,
	.loca .fr i {
		font-size: 13px;
		line-height: 1.3;
	}

	.loca .fr img {
		margin-right: 6px;
	}

	.main_fl {
		display: none;
	}

	.main_fr {
		width: 100%;
	}

	.cat_page_title {
		font-size: 0.36rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.4rem;
	}

	.com-page a,
	.com-page span {
		width: 0.62rem;
		height: 0.62rem;
		font-size: 13px;
		margin: 0.06rem;
	}

	.input_control {
		height: 46px;
	}

	.form_input {
		height: 46px;
		line-height: 46px;
	}

	.input_control {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}

	.input_control2 {
		margin-top: 0;
	}

	.input_control2 {
		height: 200px;
	}

	.form_text {
		height: 170px;
	}

	.ny_form .submit {
		margin-top: 0.45rem;
		padding: 0.25rem 1rem;
		font-size: 16px;
	}

	.ny_list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.45rem;
	}

	.ny_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.media_ul li a {
		box-shadow: 0px 0px 8px rgb(0, 0, 0, .25);
	}
}

@media all and (max-width:768px) {
	.ind_more {
		width: 180px;
		line-height: 40px;
		height: 42px;
		font-size: 14px;
	}

	.fanye dt {
		width: 100%;
		margin: 10px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.fanye dt:last-child {
		flex-direction: column-reverse;
	}

	.fanye dt span {
		display: inline-block;
		margin-bottom: 5px;
	}

	.ind_banner .swiper-pagination {
		bottom: 15px !important;

	}

	.ind_banner .swiper-button-next,
	.ind_banner .swiper-button-prev {
		display: none;
	}

	.ind_banner {
		/* margin-top: 66px; */
	}

	.ind_banner .txt .p1 {
		font-size: 18px;
	}

	.ind_banner .txt .p2 {
		color: #fff;
		font-size: 12px;
		width: 70%;
		margin: 10px 0 0;
		padding-bottom: 8px;
		line-height: 1.2;
	}

	.ind_banner .txt .p3 {
		color: #fff;
		font-size: 8px;
		width: 100%;
		padding-bottom: 44px;
		line-height: 1.4;
	}

	.ind_banner .txt .btn {
		display: none;
	}
}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.ind_banner .swiper-button-next:after,
	.ind_banner .swiper-button-prev:after {
		font-size: 30px;
	}

	/* .ind_banner img{
		width: 150%;
		max-width: 150%;
	} */

	.ny_form .submit {
		font-size: 14px;
	}

	.ny_list ul li p {
		font-size: 14px;
	}

}

@media all and (max-width:480px) {


	/* .ind_banner .txt p {
		font-size: 13px;
	} */

	.des,
	.des p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}