.G_tit {
	width: 8.08rem;
	position: relative;
}

.G_tit h2 {
	font-size: 0.34rem;
	font-weight: unset;
	line-height: 0.68rem;
	color: #292929;
}

.G_tit h3 {
	font-size: 0.18rem;
	line-height: 0.31rem;
	color: #333333;
}

.G_tit h3 span {
	font-size: 0.18rem;
	color: #0045A8;
	line-height: 0.31rem;
	font-weight: 700;
}
.main-container-about .section1 .right .video{width: 100%; height: 454px;}

.G_txt_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	width: min-content;
	white-space: nowrap;
}

.G_txt_btn h5 {
	font-size: 0.18rem;
	font-weight: 700;
	color: #000;
	position: relative;
	background-image: linear-gradient(to right, #000, #000);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 0 1px;
	-webkit-transition: background-size 0.35s;
	transition: background-size 0.35s;
}

.G_txt_btn .G_btn {
	width: 0.45rem;
	height: 0.45rem;
	position: relative;
	border-radius: 50%;
	margin-left: 0.275rem;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.2s linear;
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075);
	border: 0.01rem solid #0045A8;
}

.G_txt_btn .G_btn::after {
	position: absolute;
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #0045A8;
	left: 50%;
	margin-left: -0.25rem;
	top: 50%;
	margin-top: -0.25rem;
	z-index: 0;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.2s linear;
}

.G_txt_btn .G_btn img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.2s linear;
	z-index: 2;
}

.G_txt_btn .G_btn img.white {
	transform: translate(-100%, 100%) rotate(-45deg);
}

.G_txt_btn:hover h5 {
	background-position: left bottom;
	background-size: 100% 1px;
}

.G_txt_btn:hover .G_btn::after {
	transform: scale(1);
	opacity: 1;
}

.G_txt_btn:hover .G_btn img.white {
	transform: translate(0, 0) rotate(-45deg);
}

.G_txt_btn:hover .G_btn img.blue {
	transform: translate(100%, -100%) rotate(-45deg);
}

.G_page {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.G_page>div {
	width: 0.45rem;
	height: 0.45rem;
	border: 0.0134rem solid #000;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 0.11rem;
	cursor: pointer;
	transition: all 0.2s linear;
}

.G_page .page-num.on {
	background-color: #0045A8;
	border: 0.0134rem solid #0045A8;
	color: #fff;
}

.G_page .page-num:hover {
	background-color: #0045A8;
	border: 0.0134rem solid #0045A8;
	color: #fff;
}

.G_page .page-num:last-of-type {
	margin-right: unset;
}

.swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.G_btn1 {
	width: 2.19rem;
	height: 0.59rem;
	cursor: pointer;
	position: relative;
}

.G_btn1 p {
	width: 100%;
	height: 100%;
	font-size: 0.18rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	border-radius: 0.345rem;
	border: 0.02rem solid #FFF;
	transition: all 0.3s linear;
}

.G_btn1 p::before {
	position: absolute;
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	margin-left: -1.1rem;
	margin-top: -1.1rem;
	background-color: #fff;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.3s linear;
	z-index: -1;
}

.G_btn1 p:hover {
	color: #0045A8;
}

.G_btn1 p:hover::before {
	transform: scale(1);
	opacity: 1;
}

@keyframes ani_up_down_1 {
	0% {
		transform: translateY(0);
		opacity: 0.5;
	}
	100% {
		transform: translateY(-20px);
		opacity: 1;
	}
}

.txt_ele {
	position: relative;
}

.txt_ele .txt_hide,
.txt_ele .hide {
	opacity: 0.2;
}

.txt_ele .txt_ani,
.txt_ele .ani {
	position: absolute;
	left: 0;
	top: 0;
}

.txt_ele .txt_ani span,
.txt_ele .ani span {
	color: #fff;
}

@keyframes qbounce {
	0% {
		transform: scale(1);
	}
	15% {
		transform: scale(0.7);
	}
	30% {
		transform: scale(1.2);
	}
	45% {
		transform: scale(0.85);
	}
	60% {
		transform: scale(1);
	}
}

.main-container-about .banner {
	width: 100%;
	height: 500px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.main-container-about .banner .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .banner .cen {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-container-about .banner .cen img {
	width: 5.89rem;
	margin-bottom: 0.62rem;
}

.main-container-about .banner .cen .txt_ani1 {
	color: #fff;
}

.main-container-about .banner .cen .txt_ani2 {
	color: #fff;
}

.main-container-about .section1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1.6rem;
	position: relative;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	background-color: #fff;
}

.main-container-about .section1 .left {
	z-index: 2;
	margin-right: 1.38rem;
}

.main-container-about .section1 .left h3 {
	margin-bottom: 0.78rem;
}

.main-container-about .section1 .left p {
	font-size: 0.16rem;
	line-height: 223%;
	color: #000;
}

.main-container-about .section1 .right {
	width: 8.4rem;
	position: relative;
	z-index: 2;
	margin-right: 2%;
}

.main-container-about .section1 .right img {
	width: 100%;
}

.main-container-about .section1 .b {
	width: 8.01rem;
	height: 1.37rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top: -0.685rem;
}

.main-container-about .section1 .b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .section2 {
	width: 100%;
	height: 8.17rem;
	position: relative;
	padding-top: 0.5rem;
}

.main-container-about .section2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.main-container-about .section2 .bg img {
	width: 100%;
	height: 100%;
}

.main-container-about .section2 .G_tit {
	position: absolute;
	left: 1.6rem;
	top: 1.6rem;
	z-index: 2;
}

.main-container-about .section2 .content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
}

.main-container-about .section2 .content .item {
    max-width: 16%;
	/*position: absolute;*/
	display: flex;
	align-items: flex-start;
	animation: ani_up_down_1 1.6s linear infinite alternate;
}

.main-container-about .section2 .content .item .icon {
	width: 0.15rem;
	height: 1.07rem;
	margin-right: 0.25rem;
	flex-shrink: 0;
}

.main-container-about .section2 .content .item .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .section2 .content .item .txt h2 {
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
	font-weight: 700;
}

.main-container-about .section2 .content .item .txt p {
	/*max-width: 2.45rem;*/
	font-size: 0.18rem;
	color: #444444;
}

.main-container-about .section2 .content .item:nth-of-type(1) {
	left: 8%;
	bottom: 2.6rem;
	margin-top: 2rem;
}

.main-container-about .section2 .content .item:nth-of-type(2) {
	left: 30.667%;
	bottom: 4.37rem;
}

.main-container-about .section2 .content .item:nth-of-type(3) {
	right: 30.667%;
	bottom: 4.47rem;margin-top: -2rem;
}

.main-container-about .section2 .content .item:nth-of-type(4) {
	right: 8%;
	bottom: 4.6rem;margin-top: -1.5rem;
}

.main-container-about .section3 {
	width: 100%;
	position: relative;
	padding-top: 0.8rem;
	padding-bottom: .4rem;
	box-sizing: border-box;
	background-image: url(../images/a1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.main-container-about .section3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.main-container-about .section3 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .section3 .G_tit {
	padding-left: 1.6rem;
	margin-bottom: 0.52rem;
	z-index: 1;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide {
	opacity: 0.5;
	transition: all 0.3s linear;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item {
	width: 100%;
	padding: 0 0.62rem 0 0.51rem;
	position: relative;
	cursor: default;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item::after {
	position: absolute;
	content: '';
	width: 0.01rem;
	height: 4.91rem;
	right: 0;
	top: 50%;
	margin-top: -2.455rem;
	background-color: #e3e3e3;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item h2 {
	color: #333333;
	font-size: 0.48rem;
	font-weight: 550;
	transition: all 0.2s linear;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item .txt {
	margin-top: 0.48rem;
	margin-bottom: 0.32rem;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item .txt p {
	color: #333333;
	line-height: 210%;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item .img {
	width: 2.59rem;
	height: 1.69rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active h2 {
	font-size: 0.6rem;
	color: #004BB7;
}

.main-container-about .section4 {
	padding-top: 0.98rem;
	padding-bottom: 1.2rem;
	position: relative;
	background-color: #f5f8fa;
}

.main-container-about .section4::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}

.main-container-about .section4 .top {
	padding-left: 1.6rem;
	padding-right: 1.68rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.main-container-about .section4 .top .right {
	width: 8.12rem;
	font-size: 0.18rem;
	color: #444444;
	line-height: 200%;
}

.main-container-about .section4 h6 {
	padding-left: 1.6rem;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 200%;
	margin-top: 0.7rem;
	margin-bottom: 0.38rem;
	width: min-content;
    white-space: nowrap;transition: all .3s linear;
}

.main-container-about .section4 h6 a{
    color: #000;
}

.main-container-about .section4 h6:hover a{
    color: #004BB7;
}

.main-container-about .section4 .swiper-container {
	position: relative;
}

.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item {
	width: 3rem;
}

.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item .img {
	width: 100%;
	height: auto;
	padding: 0.2rem;
	border-radius: 0.1rem;
	background-color: #F3F4F6;
	margin-bottom: 0.07rem;
}

.main-container-about .section4 .swiper-container.swiper_technical_qualifications .swiper-wrapper .swiper-slide .item .img{
	height: 5.6rem;
}

.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s linear;
}

.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item .txt p {
	text-align: center;
	font-size: 0.18rem;
}

.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item:hover .img img {
	transform: scale(1.1);
}

.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item:hover .txt {
	color: #0045A8;
}

.main-container-about .section5 {
	width: 100%;
	height: 7.96rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.main-container-about .section5 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.main-container-about .section5 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .section5 .bg img.dot {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 2rem;
	margin-top: -1.6rem;
	animation: qbounce 2s infinite alternate;
}

.main-container-about .section5 .cent {
	position: relative;
	z-index: 2;
	width: 9.25rem;
	height: 5.66rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 2.4rem;
	padding-top: 1.17rem;
	border-top-right-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}

.main-container-about .section5 .cent h2 {
	font-size: 0.34rem;
	color: #333333;
	margin-bottom: 0.87rem;
	position: relative;
	z-index: 2;
}

.main-container-about .section5 .cent h2 span {
	color: #0045A8;
	font-weight: 700;
}

.main-container-about .section5 .cent .p3 {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.37rem;
	margin-top: -1.6rem;
	z-index: 1;
}

.main-container-about .section5 .cent .tit {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}

.main-container-about .section5 .cent .tit img {
	width: 0.21rem;
	height: 0.24rem;
	margin-right: 0.25rem;
}

.main-container-about .section5 .cent .tit .t {
	max-width: 4.71rem;
}

.main-container-about .section5 .cent .tit .t h3 {
	font-size: 0.24rem;
	color: #0045A8;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.48rem;
}

.main-container-about .section5 .cent .tit .t p {
	font-size: 0.16rem;
}

.main-container-about .section5 .cent .tit .t p a {
	position: relative;
	color: #07499F;
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 200%;
}

.main-container-about .section5 .cent .tit .t p a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.01rem;
	background-color: #07499F;
	bottom: -0.01rem;
	left: 0;
}

.main-container-about .section5 .cent .tit .t p a::after {
	position: absolute;
	content: '';
	width: 0.18rem;
	height: 0.18rem;
	background-image: url(../images/icon_2.png);
	background-size: cover;
	left: 50%;
	margin-left: 0.45rem;
	top: 50%;
	margin-top: -0.09rem;
}

.main-container-about .section5 .cent .tit .t p:first-of-type {
	margin-bottom: 0.29rem;
}

.main-container-about .section5 .cent .tit .t p:last-of-type {
	line-height: 200%;
}

.main-container-contact .banner {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-container-contact .banner .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-contact .banner .cen {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-container-contact .banner .cen img {
	width: 5.89rem;
	margin-bottom: 0.62rem;
}

.main-container-contact .banner .cen h2 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.36rem;
}

.main-container-contact .banner .cen .txt_ani1 {
	color: #fff;
}

.main-container-contact .banner .cen .txt_ani2 {
	color: #fff;
}

.main-container-contact .section5 {
	width: 100%;
	height: 7.96rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-top:1rem;
}

.main-container-contact .section5 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.main-container-contact .section5 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-contact .section5 .bg img.dot {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 2rem;
	margin-top: -1.6rem;
	animation: qbounce 2s infinite alternate;
}

.main-container-contact .section5 .cent {
	position: relative;
	z-index: 2;
	width: 9.25rem;
	height: 5.66rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 2.4rem;
	padding-top: .6rem;
	border-top-right-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}

.main-container-contact .section5 .cent h2 {
	font-size: 0.34rem;
	color: #333333;
	margin-bottom: 0.87rem;
	position: relative;
	z-index: 2;
}

.main-container-contact .section5 .cent h2 span {
	color: #0045A8;
	font-weight: 700;
}

.main-container-contact .section5 .cent .p3 {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.37rem;
	margin-top: -1.6rem;
	z-index: 1;
}

.main-container-contact .section5 .cent .tit {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}

.main-container-contact .section5 .cent .tit img {
	width: 0.21rem;
	height: 0.24rem;
	margin-right: 0.25rem;
}

.main-container-contact .section5 .cent .tit .t {
	max-width: 4.71rem;
}

.main-container-contact .section5 .cent .tit .t h3 {
	font-size: 0.24rem;
	color: #0045A8;
	font-weight: 700;
	line-height: 1;margin-right: .2rem;
}

.main-container-contact .section5 .cent .tit .t p {
	font-size: 0.16rem;
}

.main-container-contact .section5 .cent .tit .t p a {
	position: relative;
	color: #07499F;
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 200%;
}

.main-container-contact .section5 .cent .tit .t p a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.01rem;
	background-color: #07499F;
	bottom: -0.01rem;
	left: 0;
}

.main-container-contact .section5 .cent .tit .t p a::after {
	position: absolute;
	content: '';
	width: 0.18rem;
	height: 0.18rem;
	background-image: url(../images/icon_2.png);
	background-size: cover;
	left: 50%;
	margin-left: 0.45rem;
	top: 50%;
	margin-top: -0.09rem;
}

.main-container-contact .section5 .cent .tit .t p:first-of-type {
	margin-bottom: 0.29rem;
}

.main-container-contact .section5 .cent .tit .t p:last-of-type {
	line-height: 200%;
}


.main-container-contact .section6 {
	margin-top: 0.6rem;
}

.main-container-contact .section6 h2 {
	font-size: 0.34rem;
	text-align: center;
	font-weight: 700;
	line-height: 0.9rem;
	margin-bottom: 0.4rem;
}

.main-container-contact .section6 form {
	width: 14.4rem;
	margin: 0 auto;
	border-radius: 0.1rem;
	border: 1px solid rgba(25, 174, 191, 0.27);
	background: #FFF;
	box-shadow: 0px 0px 0.129rem 0px rgba(0, 0, 0, 0.11);
	padding: 0.51rem 0.4rem 0.59rem;
	margin-bottom: 1.1rem;
}

.main-container-contact .section6 form .t {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0.14rem;
}

.main-container-contact .section6 form .t span {
	color: #E62F43;
	margin-right: 0.06rem;
}

.main-container-contact .section6 form .input-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.37rem;
}

.main-container-contact .section6 form .input-wrap .l,
.main-container-contact .section6 form .input-wrap .r {
	width: calc((100% - 0.72rem)/2);
}

.main-container-contact .section6 form .input-wrap .l .b,
.main-container-contact .section6 form .input-wrap .r .b {
	background-color: #F5F5F5;
	border-radius: 0.1rem;
	overflow: hidden;
}

.main-container-contact .section6 form .input-wrap .l .b input,
.main-container-contact .section6 form .input-wrap .r .b input {
	padding: 0.2rem 0.3rem;
	background-color: unset;
	border: unset;
	font-size: 0.16rem;
	width: 100%;
}

.main-container-contact .section6 form .input-wrap .l {
	margin-right: 0.72rem;
}

.main-container-contact .section6 form .input-item textarea {
	width: 100%;
	height: 1.21rem;
	background-color: #F5F5F5;
	padding: 0.2rem 0.3rem;
	box-sizing: border-box;
	border: unset;
	border-radius: 0.1rem;
}

.main-container-contact .section6 form .tips {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 0.28rem;
	margin-bottom: 0.93rem;
}

.main-container-contact .section6 form .tips span {
	color: #A7A7A7;
}

.main-container-contact .section6 form .tips p {
	color: #a7a7a7;
}

.main-container-contact .section6 form .submit {
	margin: 0 auto;
	background-color: #0045A8;
	width: min-content;
	white-space: nowrap;
	border-radius: 0.345rem;
	border: 0.01rem solid #0045A8;
	transition: all 0.3s linear;
	margin-top: .4rem;
}

.main-container-contact .section6 form .submit:hover {
	background-color: #fff;
	border: 0.01rem solid #0045A8;
}

.main-container-contact .section6 form .submit:hover button {
	color: #0045A8;
}

.main-container-contact .section6 form .submit button {
	font-size: 0.18rem;
	color: #fff;
	padding: 0.2rem 0.75rem;
	background-color: unset;
	border: unset;
	transition: all 0.3s linear;
}

@keyframes autoHeight {
	100% {
		height: 500px;
	}
}
.main-container-discovery{
	background-color: #f5f8fa;
}
.main-container-discovery .banner {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.main-container-discovery .banner img {
	width: 100%;
	height: 100%;
	transform: scale(1.2);
}

.main-container-discovery .banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(102, 102, 102, 0) 100%);
	z-index: 2;
}

.main-container-discovery .banner .txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.main-container-discovery .banner .txt h2 {
	color: #fff;
	font-size: 0.48rem;
	font-weight: 700;
}

.main-container-discovery .banner .txt .txt_ele {
	font-size: 0.24rem;
	margin-top: 0.36rem;
	color: #fff;
}

.main-container-discovery .section1,.main-container-discovery .section4 {
	width: 80%;
	margin: 0 auto;
	margin-top: 0.73rem;
	margin-bottom: 1.06rem;
	background-color: #fff;
	padding: 0.4rem;
}

.main-container-discovery .section1 h2,.main-container-discovery .section3 h2,.main-container-discovery .section4 h2 {
	font-size: 0.34rem;
	text-align: center;
	line-height: 152%;
	margin-bottom: 0.45rem;
}

.main-container-discovery .section1 h2 span,.main-container-discovery .section4 h2 span {
	color: #004BB7;
}

.main-container-discovery .section1 h2 b,.main-container-discovery .section4 h2 b {
	font-weight: 700;
}

.main-container-discovery .section1 p,.main-container-discovery .section4 p {
	font-size: 0.18rem;
	line-height: 200%;
	color: #333;
}

.main-container-discovery .section2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 7rem;
}

.main-container-discovery .section2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.main-container-discovery .section2 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-discovery .section2 .cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-left: 1.6rem;
	z-index: 3;
}

.main-container-discovery .section2 .cont .left h2 {
	font-size: 0.32rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
}

.main-container-discovery .section2 .cont .left p {
	font-size: 0.18rem;
	color: #414345;
}

.main-container-discovery .section2 .cont .left .t {
	margin-bottom: 0.6rem;
}
.main-container-discovery .section2 .cont .left .b p span {
	font-size: 0.18rem;
	font-weight: 700;
	margin-right: 0.04rem;
}

.main-container-discovery .section2 .cont .right {
	width: 11.11rem;
}

.main-container-discovery .section2 .cont .right .swiper-container .swiper-wrapper .swiper-slide {
	height: 4.6rem;
}

.main-container-discovery .section2 .cont .right .swiper-container .swiper-wrapper .swiper-slide .item {
	width: 100%;
	height: 100%;
}

.main-container-discovery .section2 .cont .right .swiper-container .swiper-wrapper .swiper-slide .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-discovery .section2 .btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 0.45rem;
	position: relative;
	z-index: 3;
}

.main-container-discovery .section2 .btn>div {
	width: 0.4rem;
	height: 0.4rem;
	border: 0.02rem solid #333;
	border-radius: 50%;
	margin: 0 0.1rem;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
}

.main-container-discovery .section2 .btn>div img {
	width: 0.19rem;
}

.main-container-discovery .section2 .btn>div:hover {
	transform: scale(1.2);
}

.main-container-discovery .section2 .btn .prev img {
	transform: rotate(180deg);
}

.main-container-discovery .section3 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.main-container-discovery .section3 .item {
	width: 48%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.22rem;
	cursor: pointer;
	transition: all 0.3s linear;
	box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 0.1rem;
}

.main-container-discovery .section3 .item .top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 0.64rem;
	border-radius: 0.1rem;
	border: 0.01rem solid rgba(25, 174, 191, 0.27);
	background: #FFF;
	box-shadow: 0px 0px 0.129rem 0px rgba(0, 0, 0, 0.11);
	padding-left: 0.6rem;
	padding-right: 0.76rem;
	transition: all 0.3s linear;
}

.main-container-discovery .section3 .item .top .l h2 {
	font-size: 0.2rem;
	font-weight: 700;
	color: #333333;
	transition: all 0.3s linear;
	margin-bottom: 0;
}

.main-container-discovery .section3 .item .top .l h3 {
	font-size: 0.16rem;
	transition: all 0.3s linear;
	color: #666;
}

.main-container-discovery .section3 .item .top .icon {
	width: 0.32rem;
	height: 0.32rem;
	background-color: #004BB7;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
}

.main-container-discovery .section3 .item .top .icon img {
	width: 0.22rem;
	height: 0.22rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.11rem;
	margin-top: -0.11rem;
}

.main-container-discovery .section3 .item .top .icon img.i1 {
	transform: rotate(0deg);
	transition: all 0.3s linear;
}

.main-container-discovery .section3 .item .top .icon img.i2 {
	opacity: 0;
	transform: rotate(-90deg);
	transition: all 0.3s linear;
}

.main-container-discovery .section3 .item .bottom {
	overflow: hidden;
	padding: 0.46rem 0.76rem 0.67rem 0.6rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 0px 0px 0.1rem 0.1rem;
	background: #FFF;
	box-shadow: 0px 0.04rem 0.28rem 0px rgba(0, 0, 0, 0.1);
	display: none;
}

.main-container-discovery .section3 .item .bottom>div {
	width: calc((100% - 0.87rem) / 2);
}

.main-container-discovery .section3 .item .bottom h2 {
	font-size: 0.2rem;
	font-weight: 700;
	margin-bottom: 0.13rem;
}

.main-container-discovery .section3 .item .bottom p {
	font-size: 0.16rem;
	color: #333;
	line-height: 200%;
}

.main-container-discovery .section3 .item.on .top {
	box-shadow: 0 0 0 #fff;
	background-color: #004BB7;
}

.main-container-discovery .section3 .item.on .top .l h2 {
	color: #fff;
}

.main-container-discovery .section3 .item.on .top .l h3 {
	color: #fff;
}

.main-container-discovery .section3 .item.on .top .icon {
	background-color: #fff;
}

.main-container-discovery .section3 .item.on .top .icon img.i1 {
	opacity: 0;
	transform: rotate(90deg);
}

.main-container-discovery .section3 .item.on .top .icon img.i2 {
	opacity: 1;
	transform: rotate(0);
}

.main-container-discovery .section3 .item.on .bottom {
	height: auto;
	display: flex;
}
.main-container-discovery .section3 .more {
	width: 2.19rem;
	height: 0.59rem;
	border-radius: 0.345rem;
	font-size: 0.18rem;
	margin: 1rem auto;
	border: 0.01rem solid #0045A8;
	cursor: pointer;
	transition: all 0.2s linear;
	overflow: hidden;
}

.main-container-discovery .section3 .more:hover {
	background-color: #0045A8;
}

.main-container-discovery .section3 .more:hover p:first-of-type {
	transform: translateY(-100%) scale(0.5);
}

.main-container-discovery .section3 .more:hover p:last-of-type {
	transform: translateY(-100%) scale(1);
}

.main-container-discovery .section3 .more p {
	text-align: center;
	line-height: 0.59rem;
	font-weight: 700;
	transition: all 0.2s linear;
}

.main-container-discovery .section3 .more p:first-of-type {
	color: #000;
}

.main-container-discovery .section3 .more p:last-of-type {
	color: #fff;
	transform: scale(0.5);
}

.main-container-product {
	width: 100%;
}

.main-container-product .banner,.main-container-news .banner{
	width: 100%;
	height: 500px;
	position: relative;
}

.main-container-product .banner img,.main-container-news .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-product .banner .pc_,.main-container-news .banner .pc_{
	display: block;
}

.main-container-product .banner .mb_ ,.main-container-news .banner .mb_{
	display: none;
}

.main-container-product .banner .tab,.main-container-news .banner .tab{
	position: absolute;
	padding: 0 1.6rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.78rem;
	display: flex;
	flex-wrap: wrap;
}

.main-container-product .banner .tab .item{
	width: calc((100% - (6 - 1) * 0.02rem) / 6);
	margin-right: 0.02rem;
	margin-bottom: 0;
}
.main-container-news .banner .tab .item{
	width: calc((100% - (6 - 1) * 0.02rem) / 6);
	margin-right: 0.02rem;
	margin-bottom: 0;
}
.main-container-product .banner .tab .item.on,.main-container-news .banner .tab .item.on{
    background: #fff;
}

.main-container-product .banner .tab .item.on p,.main-container-news .banner .tab .item.on p{
    color: #004BB7;
}

.main-container-product .banner .tab .item a,.main-container-news .banner .tab .item a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
    ;
}

.main-container-product .banner .tab .item:nth-of-type(6n){
	margin-right: unset;
}

.main-container-product .banner .tab .item:nth-last-of-type(-n + 6){
	margin-bottom: unset;
}
.main-container-news .banner .tab .item:nth-of-type(6n) {
	margin-right: unset;
}
.main-container-news .banner .tab .item:nth-last-of-type(-n + 6) {
	margin-bottom: unset;
}
.main-container-product .banner .tab .item,.main-container-news .banner .tab .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #004BB7;
	cursor: pointer;
	transition: all 0.3s linear;
	position: relative;

}

.main-container-product .banner .tab .item:first-of-type,.main-container-news .banner .tab .item:first-of-type {
	border-top-left-radius: 0.1rem;
}

.main-container-product .banner .tab .item:last-of-type,.main-container-news .banner .tab .item:last-of-type {
	border-top-right-radius: 0.1rem;
}

.main-container-product .banner .tab .item p,.main-container-news .banner .tab .item p {
	color: #fff;
	font-size: 0.18rem;
	font-weight: 700;
	transition: all 0.3s linear;
	position: relative;
	z-index: 10;
	color: #fff;
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-color: blue;*/
	/*color: #fff;*/
}

.main-container-product .banner .tab .item:hover,.main-container-news .banner .tab .item:hover {
	background-color: #fff;
}

.main-container-product .banner .tab .item:hover p,.main-container-news .banner .tab .item:hover p {
	color: #0045A8;
}

.main-container-product .banner .tab .item:hover .wrap,.main-container-news .banner .tab .item:hover .wrap {
	height: auto;
	transform: translateY(0);
}

.main-container-product .banner .tab .item .wrap,.main-container-news .banner .tab .item .wrap {
	position: absolute;
	width: 100%;
	top: calc(100% - 0.02rem);
	z-index: 9;
	height: 0;
	overflow: hidden;
	transition: all 0.3s linear;
	padding-top: 0.04rem;
	transform: translateY(-10%);
	padding: 0;
	margin: 0;
}

.main-container-product .banner .tab .item .wrap span,.main-container-news .banner .tab .item .wrap span {
	width: 100%;
	height: 0.78rem;
	background-color: #0045A8;
	margin-bottom: 0.02rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.18rem;
	transition: all 0.3s linear;
}

.main-container-product .banner .tab .item .wrap span.on,.main-container-news .banner .tab .item .wrap span.on{
    background-color: #fff;
    color: #004BB7;
    border: .02rem solid  #004BB7;
}

.main-container-product .banner .tab .item .wrap span:hover,.main-container-news .banner .tab .item .wrap span:hover {
	background-color: #fff;
	color: #0045A8;
	border: 0.01rem solid #0045A8;
}

.main-container-product .banner .tab .item.on .wrap,.main-container-news .banner .tab .item.on .wrap{
    position: absolute;
    width: 100%;
    top: calc(100% - 0.02rem);
    z-index: 9;
    height: auto;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-top: 0.04rem;
     transform: translateY(0%); 
    padding: 0;
    margin: 0;
}

.main-container-product .banner .tab .item.on .wrap span.on,.main-container-news .banner .tab .item.on .wrap span.on{
    border: .02rem solid;
}
/* 产品中心新闻中心导航 */

/* 关于我们导航 */
.main-container-about .banner,.main-container-contact .banner{
	width: 100%;
	height: 500px;
	position: relative;
}

.main-container-about .banner img,.main-container-contact .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-about .banner .pc_,.main-container-contact .banner .pc_{
	display: block;
}

.main-container-about .banner .mb_ ,.main-container-contact .banner .mb_{
	display: none;
}

.main-container-about .banner .tab,.main-container-contact .banner .tab{
	position: absolute;
	padding: 0 1.6rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.78rem;
	display: flex;
	flex-wrap: wrap;
}

.main-container-about .banner .tab .item,.main-container-contact .banner .tab .item{
	width: calc((100% - (6 - 1) * 0.02rem) / 6);
	margin-right: 0.02rem;
	margin-bottom: 0;
}

.main-container-about .banner .tab .item.on,.main-container-contact .banner .tab .item.on{
    background: #fff;
}

.main-container-about .banner .tab .item.on p,.main-container-contact .banner .tab .item.on p{
    color: #004BB7;
}

.main-container-about .banner .tab .item a,.main-container-contact .banner .tab .item a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
    ;
}

.main-container-about .banner .tab .item:nth-of-type(6n),.main-container-contact .banner .tab .item:nth-of-type(6n) {
	margin-right: unset;
}

.main-container-about .banner .tab .item:nth-last-of-type(-n + 6),.main-container-contact .banner .tab .item:nth-last-of-type(-n + 6) {
	margin-bottom: unset;
}
.main-container-solution .banner .tab .item:nth-of-type(6n){
	margin-right: 0.02rem;
}

.main-container-about .banner .tab .item,.main-container-contact .banner .tab .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #004BB7;
	cursor: pointer;
	transition: all 0.3s linear;
	position: relative;

}

.main-container-about .banner .tab .item:first-of-type,.main-container-contact .banner .tab .item:first-of-type {
	border-top-left-radius: 0.1rem;
}

.main-container-about .banner .tab .item:last-of-type,.main-container-contact .banner .tab .item:last-of-type {
	border-top-right-radius: 0.1rem;
}

.main-container-about .banner .tab .item p,.main-container-contact .banner .tab .item p {
	color: #fff;
	font-size: 0.18rem;
	font-weight: 700;
	transition: all 0.3s linear;
	position: relative;
	z-index: 10;
	color: #fff;
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-color: blue;*/
	/*color: #fff;*/
}

.main-container-about .banner .tab .item:hover,.main-container-contact .banner .tab .item:hover {
	background-color: #fff;
}

.main-container-about .banner .tab .item:hover p,.main-container-contact .banner .tab .item:hover p {
	color: #0045A8;
}

.main-container-about .banner .tab .item:hover .wrap,.main-container-contact .banner .tab .item:hover .wrap {
	height: auto;
	transform: translateY(0);
}

.main-container-about .banner .tab .item .wrap,.main-container-contact .banner .tab .item .wrap {
	position: absolute;
	width: 100%;
	top: calc(100% - 0.02rem);
	z-index: 9;
	height: 0;
	overflow: hidden;
	transition: all 0.3s linear;
	padding-top: 0.04rem;
	transform: translateY(-10%);
	padding: 0;
	margin: 0;
}

.main-container-about .banner .tab .item .wrap span,.main-container-contact .banner .tab .item .wrap span {
	width: 100%;
	height: 0.78rem;
	background-color: #0045A8;
	margin-bottom: 0.02rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.18rem;
	transition: all 0.3s linear;
}

.main-container-about .banner .tab .item .wrap span.on,.main-container-contact .banner .tab .item .wrap span.on{
    background-color: #fff;
    color: #004BB7;
    border: .02rem solid  #004BB7;
}

.main-container-about .banner .tab .item .wrap span:hover,.main-container-contact .banner .tab .item .wrap span:hover {
	background-color: #fff;
	color: #0045A8;
	border: 0.01rem solid #0045A8;
}

.main-container-about .banner .tab .item.on .wrap,.main-container-contact .banner .tab .item.on .wrap{
    position: absolute;
    width: 100%;
    top: calc(100% - 0.02rem);
    z-index: 9;
    height: auto;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-top: 0.04rem;
     transform: translateY(0%); 
    padding: 0;
    margin: 0;
}

.main-container-about .banner .tab .item.on .wrap span.on,.main-container-contact .banner .tab .item.on .wrap span.on{
    border: .02rem solid;
}
/* 技术服务 */
.main-container-discovery .banner .tab{
	position: absolute;
	padding: 0 1.6rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.78rem;
	display: flex;
	flex-wrap: wrap;
}

.main-container-discovery .banner .tab .item{
	width: calc((100% - (6 - 1) * 0.02rem) / 6);
	margin-right: 0.02rem;
	margin-bottom: 0;
}

.main-container-discovery .banner .tab .item.on{
    background: #fff;
}

.main-container-discovery .banner .tab .item.on p{
    color: #004BB7;
}

.main-container-discovery .banner .tab .item a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
    ;
}

.main-container-discovery .banner .tab .item:nth-of-type(6n){
	margin-right: unset;
}

.main-container-discovery .banner .tab .item:nth-last-of-type(-n + 6){
	margin-bottom: unset;
}

.main-container-discovery .banner .tab .item{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #004BB7;
	cursor: pointer;
	transition: all 0.3s linear;
	position: relative;

}

.main-container-discovery .banner .tab .item:first-of-type{
	border-top-left-radius: 0.1rem;
}

.main-container-discovery .banner .tab .item:last-of-type {
	border-top-right-radius: 0.1rem;
}

.main-container-discovery .banner .tab .item p{
	color: #fff;
	font-size: 0.18rem;
	font-weight: 700;
	transition: all 0.3s linear;
	position: relative;
	z-index: 10;
	color: #fff;
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-color: blue;*/
	/*color: #fff;*/
}

.main-container-discovery .banner .tab .item:hover{
	background-color: #fff;
}

.main-container-discovery .banner .tab .item:hover p{
	color: #0045A8;
}

.main-container-discovery .banner .tab .item:hover .wrap{
	height: auto;
	transform: translateY(0);
}

.main-container-discovery .banner .tab .item .wrap{
	position: absolute;
	width: 100%;
	top: calc(100% - 0.02rem);
	z-index: 9;
	height: 0;
	overflow: hidden;
	transition: all 0.3s linear;
	padding-top: 0.04rem;
	transform: translateY(-10%);
	padding: 0;
	margin: 0;
}

.main-container-discovery .banner .tab .item .wrap span{
	width: 100%;
	height: 0.78rem;
	background-color: #0045A8;
	margin-bottom: 0.02rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.18rem;
	transition: all 0.3s linear;
}

.main-container-discovery .banner .tab .item .wrap span.on{
    background-color: #fff;
    color: #004BB7;
    border: .02rem solid  #004BB7;
}

.main-container-discovery .banner .tab .item .wrap span:hover{
	background-color: #fff;
	color: #0045A8;
	border: 0.01rem solid #0045A8;
}

.main-container-discovery .banner .tab .item.on .wrap{
    position: absolute;
    width: 100%;
    top: calc(100% - 0.02rem);
    z-index: 9;
    height: auto;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-top: 0.04rem;
     transform: translateY(0%); 
    padding: 0;
    margin: 0;
}

.main-container-discovery .banner .tab .item.on .wrap span.on{
    border: .02rem solid;
}
/* 产品 */
.main-container-product .content {
	width: 100%;
	background-color: #f5f8fa;
	position: relative;
padding-bottom: 1.26rem;
}

.main-container-product .content .tit {
	padding-top: 0.4rem;
	margin-bottom: 0.4rem;
	font-size: 0.34rem;
	text-align: center;
	line-height: 0.6rem;
}

.main-container-product .content .tit span {
	color: #004BB7;
}

.main-container-product .content .tit b {
	font-weight: 700;
}

.main-container-product .content .tabcontent {
	width: 100%;
}

.main-container-product .content .tabcontent .wrap-content {
	width: 100%;
	padding: 0 1.6rem;
	display: none;
}

.main-container-product .content .tabcontent .wrap-content .wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item {
	width: calc((100% - (4 - 1) * 0.7rem) / 4);
	margin-right: 0.7rem;
	margin-bottom: 0.6rem;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item:nth-of-type(4n) {
	margin-right: unset;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item:nth-last-of-type(-n + 4) {
	margin-bottom: unset;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item {
	height: 4.01rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	cursor: pointer;
	color: #000;
	position: relative;
	overflow: hidden;
	border: 1px solid #004BB7;
	border-radius: 0.25rem;
	z-index: 9;
	background-color: #fff;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item .b {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	z-index: -1;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item .img {
	width: auto;
	height: 2.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item p {
	font-size: 0.2rem;
	line-height: 150%;
	margin-top: 0.15rem;
	transition: all 0.2s linear;
	z-index: 3;
	position: relative;
	letter-spacing: 0.02rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;margin-top: .1rem;
}

.main-container-product .content .tabcontent .wrap-content .wrap .item:hover .img {
	transform: translateY(-0.2rem) scale(1.1);
}

.main-container-product .content .tabcontent .wrap-content .wrap .item:hover p {
	color: #0045A8;
}

.main-container-product .content .tabcontent .wrap-content .G_page {
	margin-top: 1.47rem;
	margin-bottom: 1.26rem;
}

.main-container-product .content .tabcontent .wrap-content.on {
	display: block;
}

.main-container-product .download {
	width: 1rem;
	height: 1.36rem;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -1.5rem;
	background-color: #0045A8;
	border-radius: 0.18rem 0px 0px 0.18rem;
	background: #004BB7;
	box-shadow: -0.05rem 0.04rem 0.13rem 0px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}

.main-container-product .download img {
	width: 0.3rem;
	height: 0.3rem;
}

.main-container-product .download p {
	color: #fff;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-top: 0.16rem;
}
	/*产品详细*/
.postions.bgs5 .postions_r{ display:flex; height:56px;align-items: center; line-height:1;}
.postions .postions_r img{ vertical-align:text-top; margin-right:8px; height:16px; display:inline-block; }
.postions .postions_r img:first-child{ margin-left:0;}
.postions h2{ float:left; font-weight:normal; color:#fff; height:58px; }
.postions h2 span{font-size:15px; font-family:Arial; color:rgba(255,255,255,0.5); }
.postions .postions_b{ text-align:center;}
.postions a{  display:inline-block; vertical-align:top; text-align:center;overflow:hidden; font-size:16px; color:#333;}
.postions.bgs5 .postions_b a{ min-width:256px;}
.main-container-product-detail .wrap2 {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.main-container-product-detail .wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main-container-product-detail .productDetails{ background:#f5f8fa; overflow:hidden;}
.main-container-product-detail .productDetails .information:after{content:"";height:0;display:block;clear:both}
.main-container-product-detail .productDetails .product_one_l{ float:left;width:700px;/* overflow:hidden;*/ position:relative; margin-right:1%; }
.main-container-product-detail .productDetails .product_one_l .pro_big2{ overflow:hidden; margin-bottom:15px;/*border:1px solid #dddddd;*/ background:#fff;}
.main-container-product-detail .productDetails .product_one_l .big_img{width:100%;}
.main-container-product-detail .productDetails .information{ overflow:hidden; padding-top:39px;}
.main-container-product-detail .productDetails .information .conten{ overflow:hidden; position:relative; min-height:540px; padding-left:3.5%; }
.main-container-product-detail .productDetails .information .h2{font-weight:bold; line-height:40px;color: #333333; overflow:hidden;font-size:24px; margin-top:10%;}
.main-container-product-detail .productDetails .information .txt{overflow:hidden; color:#666666; font-size:16px; line-height:24px; margin-top:1px;  padding-bottom:3%; margin-bottom:2.5%; border-bottom:1px solid #e6e6e6; }
.main-container-product-detail .productDetails .information .p{ overflow:hidden; line-height:24px;color:#666666; font-size:16px; margin-bottom:4%;}
.main-container-product-detail .productDetails .information .p b{ display:block; color:#333333; font-size:18px; overflow:hidden; line-height:32px; margin-bottom:9px;}
.main-container-product-detail .productDetails .information .p p{ position:relative; overflow:hidden; margin-bottom:7px; padding-left:15px;}
.main-container-product-detail .productDetails .information .p p:after{ content:""; position:absolute; left:0; top:8px; width:7px; height:7px; border-radius:50%; background:#004BB7;}
/*产品放大*/
.main-container-product-detail .productDetails .product_one_l .content_timglt{overflow:hidden; text-align:center; position: relative;  }
.main-container-product-detail .productDetails .product_one_l .content_timglt#bid{padding-top:66.715%;}
.main-container-product-detail .productDetails .product_one_l .content_timglt#bid img{position:absolute; top:0; left:0; height:100%;}
.main-container-product-detail .productDetails .product_one_l .content_timglt img{ width:100%;  overflow: hidden; margin:0 auto; /*border:1px solid #e4e4e4;*/-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.main-container-product-detail .productDetails .product_one_l .content_timglt .content_timglt{ width:calc(100% - 0x);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px); }
.main-container-product-detail .productDetails .product_one_l #drag_img{width: 160px; height: 120px; background: url(../images/zoom_bg.gif) repeat; float: left; display: none;}
.main-container-product-detail .productDetails .information .conten .content_timgr{ width: 600px; height: 449px; float: left; overflow: hidden; display: inline; border: 1px solid #eee; display: none; position: absolute; left: 0; top:0; background-color: #FFF; z-index:9;}
.main-container-product-detail .productDetails .information .conten .content_timgr img{width: 1200px; max-width:none; height:898px; }
.main-container-product-detail .product_title{ height:70px; line-height:70px; background:#fff; font-size:18px; position:relative; overflow:hidden;}
.main-container-product-detail .product_title:after{ content:""; position:absolute; bottom:0; left:0; width:100%;transition:all 0.3s; height:1px; background:#e6e6e6; }
.main-container-product-detail .product_title a{ float:left; overflow:hidden; width:30%; max-width:200px;color:#666666;  cursor:pointer; position:relative; text-align:center; z-index:0;}
.main-container-product-detail .product_title a:after{ content:""; position:absolute; bottom:0; left:0; width:0;transition:all 0.3s; height:100%; background:#004BB7; z-index:-1;}
.main-container-product-detail .product_title a.on:after{ width:100%;}
.main-container-product-detail .product_title a.on{ color:#fff;}
.main-container-product-detail .product_con2{ background:#fff; overflow:hidden; }
.main-container-product-detail .product_con2 .boxs{ margin:0 auto; width:96%; overflow:hidden; max-width:1280px; min-height:210px;}
.main-container-product-detail .product_two{ overflow:hidden;  font-size:16px; line-height:30px; color:#666666; margin-top:4%; padding-bottom:4.5%;}
.main-container-product-detail .product_two img{ max-width:100%;}
.main-container-product-detail .product_two .table{ overflow:hidden;}
.main-container-product-detail .product_two .table table{ width:100%;border-collapse:collapse;border-spacing:0; color:#333333;}
.main-container-product-detail .product_two .table table th{ padding:5px;border:1px solid #e6e6e6; background:#004BB7; color:#fff; text-align:center; width:25%;}
.main-container-product-detail .product_two .table table td{ padding:5px; border:1px solid #e6e6e6; text-align:center; word-wrap:break-word; word-break: break-all;}
.main-container-product-detail .product_two .table table .w1{ width:103px; padding-left:22px; padding-right:5px; font-weight:bold; color:#666666;}
.main-container-product-detail .product_two .table table .w2{ width:264px;padding-left:54px; padding-right:5px; }
.main-container-product-detail .product_two .table table .p1{ max-width:230px;}
.main-container-product-detail .product_two .h3{ overflow:hidden;   font-size:18px; color:#333333; margin-bottom:1%;  font-weight:bold;}
.main-container-product-detail .product_down{ overflow:hidden;}
.main-container-product-detail .product_down li{ display:block; width:100%; padding-left:66px; overflow:hidden; background:url(../images/product_pic5.png) left center no-repeat; background-size:36px 45px;margin-bottom:30px; border-bottom:1px solid #e6e6e6;transition:all 0.3s; }
.main-container-product-detail .product_down li:hover{background-image:url(../images/product_pic5_on.png);border-color:#004BB7;}
.main-container-product-detail .product_down li:last-child{ margin-bottom:10px;}
.main-container-product-detail .product_down li a{ display:block; vertical-align:top;  color:#666666; padding-right:56px;height:80px; line-height:80px;  background:url(../images/product_pic6.png) right 8px center no-repeat; background-size:18px 17px;transition:all 0.3s;}
.main-container-product-detail .product_down li:hover a{ color:#004BB7;  background-image:url(../images/product_pic6_on.png);}
.main-container-product-detail .product_down li a em{ font-style:normal; color:#999999; float:right; margin-left:10px; font-size:16px;}
.main-container-product-detail .productDetails .information .rend{ margin-top:3.5%; overflow:hidden; margin-bottom:10%;}
.main-container-product-detail .productDetails .information .rend .a{ display:inline-block; vertical-align:top; overflow:hidden;height:52px; line-height:52px; text-align:left; padding-left:62px; padding-right:35px; color:#999999; background:url(../images/product_pic3.png) #f5f8fa left 32px center no-repeat; background-size:17px 17px; border-radius:30px; font-size:16px; margin-top:1.5%;transition:all 0.3s; border:1px solid #cccccc; margin-right:18px;}
.main-container-product-detail .productDetails .information .rend .a:hover{opacity:0.8;filter:Alpha(opacity=80); background-image:url(../images/product_pic3_on.png); background-color:#e7841f; color:#fff; border-color:#e7841f;}
.main-container-product-detail .productDetails .information .rend .a.bgs2{  background-color:#e7841f; color:#fff; border-color:#e7841f;background-image:url(../images/product_pic4_on.png);}
.main-container-product-detail .productDetails .information .rend .a.bgs2:hover{background-image:url(../images/product_pic4_on.png);}
.main-container-product-detail .product_t{overflow: hidden; line-height: 38px; color: #222222; margin-top: 4%; font-size: 32px;}
.main-container-product-detail .product_t .color{ color:#004BB7;}
.main-container-product-detail .product_three{ padding-bottom:5%;}
.divhidden{
	display: none;
}
.main-container-news .banner {
	width: 100%;
	position: relative;
}

.main-container-news .banner::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	display: none;
}

.main-container-news .banner img {
	width: 100%;
}

.main-container-news .section1 {
	padding: 0 1rem;
	margin-top: 0.68rem;
	margin-bottom: 0.83rem;
}

.main-container-news .section1 h2 {
	font-size: 0.34rem;
	font-weight: 700;
	color: #333333;
	line-height: 0.9rem;
	margin-bottom: 0.52rem;
}

.main-container-news .section1 .content {
	border-radius: 0.1rem;
	background: #FFF;
	box-shadow: 0px 0px 0.31rem 0px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0.4rem 0.6rem 0.4rem 0.3rem;
	cursor: pointer;
}

.main-container-news .section1 .content:hover .l img{
    transform: scale(1.1);
}

.main-container-news .section1 .content:hover .r h4{
    color: #004BB7;
}

.main-container-news .section1 .content .l {
	border-radius: 0.1rem;
	overflow: hidden;
	width: 5.87rem;
}

.main-container-news .section1 .content .l img {
    transition: all .35s linear;
	width: 100%;
}

.main-container-news .section1 .content .r {
	width: 7.72rem;
}

.main-container-news .section1 .content .r h3 {
	color: #666;
	font-size: 0.18rem;
	font-weight: 700;
	margin-bottom: 0.42rem;
}

.main-container-news .section1 .content .r h4 {
	font-size: 0.28rem;
	font-weight: 500;
	padding-bottom: 0.27rem;
	margin-bottom: 0.3rem;
	position: relative;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	transition: all .35s linear;
}

.main-container-news .section1 .content .r h4::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.01rem;
	background-color: #e0e0e0;
	left: 0;
	bottom: 0;
}

.main-container-news .section1 .content .r p {
	color: #666;
	line-height: 0.3rem;
	font-size: 0.16rem;
	margin-bottom: 0.57rem;
}

.main-container-news .section1 .content .r .detail {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}

.main-container-news .section1 .content .r .detail h5 {
	font-size: 0.18rem;
	font-weight: 700;
	color: #333333;
	position: relative;
}

.main-container-news .section1 .content .r .detail h5::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.01rem;
	background-color: #333333;
	left: 0;
	bottom: 0;
}

.main-container-news .section2 {
	padding: 0 1.6rem;
	padding-bottom: 1.26rem;
}

.main-container-news .section2 h2 {
	font-size: 0.34rem;
	font-weight: 700;
	color: #333333;
	line-height: 0.9rem;
	margin-bottom: 0.22rem;
}

/*新闻资讯*/
.main-container-news{
		background-color: #f5f8fa;
	}
.main-container-news .section2 .news_bg{ background:#fff; overflow:hidden;padding-top: 3%;padding-bottom: 5%;}

.main-container-news .section2 .news_ul{ width: 94%; margin: 0 auto; overflow: hidden;}

.main-container-news .section2 .news_ul ul li{ display:block; overflow:hidden; border-bottom:1px solid #f0f0f0; }

.main-container-news .section2 .news_ul ul li a{ color:#333333; display:block;height:60px; line-height:60px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;font-size:18px;}

.main-container-news .section2 .news_ul ul li em{ font-style:normal; float:left; margin-right:4.5%; color:#999999; font-size:16px; overflow:hidden;}

.main-container-news .section2 .news_ul ul li em span{ display:inline-block; padding-left:10px; margin-left:10px; font-size:16px; color:#888888; font-family:"微软雅黑"; position:relative;}

.main-container-news .section2 .news_ul ul li em span:after{ content:""; position:absolute; top:50%; left:0; margin-top:-5px; width:1px; height:10px; background:#e5e5e5;}

.main-container-news .section2 .news_ul ul li label{ float:right; color:#888888; margin-left:2%;}

.main-container-news .section2 .news_ul ul li a:hover label{ color:#004BB7;}

.main-container-news .section2 .G_page {
	margin-top: 0.78rem;
	margin-bottom: 1.15rem;
}
/*新闻详情*/
.about_x2{ max-width:1200px; margin:0 auto; padding-bottom:1%; padding-top:4%;}
.about_x2 .show_t{ line-height:34px; font-size:24px; color:#222; text-align:left; margin-bottom:1.5%; margin-top:5px; font-weight:bold;}
.about_x2 .show_t.bgs2{ font-size:32px;}
.about_x2 .con_line{ padding-bottom:1.5%; line-height:36px;font-size:16px; color:#999999;border-bottom:1px dashed #e6e6e6; text-align:left;  }
.about_x2 .con_line span{ padding-left:4%;}
.about_x2 img{ max-width:100%;}
.about_x2 .con_id{ line-height:24px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:3%;font-size:15px;text-align:left;/* font-family:"宋体";*/ padding-bottom:4%;}
.about_x2 .con_id .h2{ color:#000000; font-weight:bold;  margin-bottom:5px; overflow:hidden; margin-bottom:2%;}
.about_x2 .con_id .h3{ color:#333333; font-size:16px; font-weight:bold; margin-top:3px; margin-bottom:3px;}
.about_x2 .con_id p{ padding-bottom:10px; overflow:hidden;}
.about_x2 .con_id .pic{text-align: center;}
.about_x2 .con_id .pic img{display: inline;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}
.prenext{ padding-top:2%; padding-bottom:2%;   font-size:16px;margin-bottom:3%;border-top:1px solid #e5e5e5; overflow:hidden; line-height:34px;text-align:left;  }
.prenext span{ width:100%; overflow:hidden; height:34px;white-space:nowrap;text-overflow:ellipsis; display:block; color:#999999;padding-right:70px; }
.prenext span em{ font-style:normal;color:#999999; text-transform:uppercase;}
.prenext a{ color:#333333; overflow:hidden; transition:all 0.3s;}
.prenext a em{color:#333333; }
.prenext a:hover{ color:#004BB7;  text-decoration:none;}
.prenext a:hover em{ color:#004BB7;}
.prenext .goback{ float:right; display:inline-block; vertical-align:top; height:68px; line-height:34px; padding-top:34px; color:#555; margin-top:-68px; background:url(../images/news_pic3.png) center top 10px no-repeat; background-size:20px 15px;transition:all 0.3s; font-size:14px;}
.prenext .goback:hover{ color:#004BB7; background-image:url(../images/news_pic3_on.png);}
.news_con{ overflow:hidden; margin-bottom:5%;}
.news_con .news_l{ float:left; width:74.64%;overflow:hidden; background:#fff;}
.news_con .news_l .about_x2{ padding-left:40px; padding-right:40px;}
.news_con .news_r{ float:right; width:23.92%; overflow:hidden; max-width:335px;}
.news_con .news_r .bgs{ background:#fff; margin-bottom:5%; overflow:hidden;}
.news_con .news_r .box{ overflow:hidden; width:90%; margin:0 auto; max-width:276px; padding-bottom:35px;}
.news_con .news_r .h2{ overflow:hidden; font-weight:normal; line-height:58px; color:#333; margin-top:20px; font-size:20px; margin-bottom:6%; border-bottom:1px solid #e6e6e6;}
.news_con .news_r .h2 span{ color:#004BB7}
.news_con .news_r ul li{ display:block; transition:all 0.3s;  overflow:hidden; font-size:16px; line-height:36px; height:36px; position:relative; padding-left:16px;white-space:nowrap;text-overflow:ellipsis;}
.news_con .news_r ul li:after{ content:""; width:5px; height:5px; background:#999999; left:0; top:50%; margin-top:-2px; position:absolute; border-radius:50%;}
.news_con .news_r ul li a{ color:#666;}
.news_con .news_r ul li:hover a{ color:#004BB7; text-decoration:underline;}
.news_con .news_r ul li:hover:after{ background:#004BB7;}

.main-container-solution {
	width: 100%;
}

.main-container-solution .banner {
	width: 100%;
	height: 500px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 1.6rem;
	overflow: visible;
}

.main-container-solution .banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.3) 85.16%);
	left: 0;
	top: 0;
	z-index: 3;
}

.main-container-solution .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.main-container-solution .banner .tab {
	position: absolute;
	padding: 0 1.6rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.78rem;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
	z-index: 9;
}

.main-container-solution .banner .tab .item {
	width: calc((100% - (9 - 1) * 0.02rem) / 9);
	margin-right: 0.02rem;
	margin-bottom: 0;
}

.main-container-solution .banner .tab .item.on{
    background-color: #fff;
}

.main-container-solution .banner .tab .item.on p{
    color: #004BB7;
}

.main-container-solution .banner .tab .item:nth-of-type(9n) {
	margin-right: unset;
}

.main-container-solution .banner .tab .item:nth-last-of-type(-n + 9) {
	margin-bottom: unset;
}

.main-container-solution .banner .tab .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #004BB7;
	cursor: pointer;
	transition: all 0.3s linear;
	position: relative;
}

.main-container-solution .banner .tab .item:first-of-type {
	border-top-left-radius: 0.1rem;
}

.main-container-solution .banner .tab .item:last-of-type {
	border-top-right-radius: 0.1rem;
}

.main-container-solution .banner .tab .item p {
	color: #fff;
	font-size: 0.18rem;
	font-weight: 700;
}

.main-container-solution .banner .tab .item:hover {
	background-color: #fff;
}

.main-container-solution .banner .tab .item:hover a {
	color: #0045A8;
}

.main-container-solution .banner .tab .item .wrap{
    position: absolute;
    width: 100%;
    top: calc(100% - 0.02rem);
    z-index: 9;
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-top: 0.04rem;
    transform: translateY(-10%);
    padding: 0;
    margin: 0;
}

.main-container-solution .banner .tab .item .wrap a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container-solution .banner .tab .item .wrap span{
    width: 100%;
    height: 0.78rem;
    background-color: #0045A8;
    margin-bottom: 0.02rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.18rem;
    transition: all 0.3s linear;
}


.main-container-solution .banner .tab .item:hover .wrap{
    height: auto;
    transform: translateY(0);
}

.main-container-solution .banner h2 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.33rem;
	position: relative;
	z-index: 9;
}

.main-container-solution .banner .txt_ele {
	position: relative;
	z-index: 9;
}

.main-container-solution .banner .txt_ele .txt_hide {
	opacity: 0;
	display: none;
}

.main-container-solution .banner .txt_ele * {
	color: #fff !important;
}

.main-container-solution .section {
	padding: 0 1.6rem;
	margin-bottom: 1.1rem;
}

.main-container-solution .section h2 {
	text-align: center;
	font-size: 0.34rem;
	margin-top: 0.9rem;
	margin-bottom: 0.73rem;
}

.main-container-solution .section h2 span {
	color: #0045A8;
}

.main-container-solution .section h2 b {
	font-weight: 700;
}

.main-container-solution .section .item {
	border-radius: 0.1rem;
	height: 5.95rem;
	overflow: hidden;
	margin-bottom: 0.32rem;
	position: relative;
	display: block;
}

.main-container-solution .section .item::before {
	position: absolute;
	content: '';
	width: 7.13rem;
	height: 100%;
	top: 0;
}

.main-container-solution .section .item .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}

.main-container-solution .section .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}

.main-container-solution .section .item .txt {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	padding-left: 1.77rem;
}

.main-container-solution .section .item .txt h3 {
	font-size: 0.32rem;
	line-height: 0.54rem;
	font-weight: 700;
	margin-bottom: 0.19rem;
}

.main-container-solution .section .item .txt h4 {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 0.54rem;
}

.main-container-solution .section .item .txt .btn {
	width: 2.19rem;
	height: 0.59rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 0.02rem solid #fff;
	border-radius: 0.345rem;
	margin-top: 0.42rem;
	transition: all 0.3s linear;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.main-container-solution .section .item .txt .btn::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2.19rem;
	border-radius: 50%;
	background-color: #fff;
	transform: scale(0.5);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s linear;
}

.main-container-solution .section .item .txt .btn p {
	color: #fff;
	position: relative;
	z-index: 9;
	transition: all 0.3s linear;
}

.main-container-solution .section .item:hover .img img {
	transform: scale(1.1);
}

.main-container-solution .section .item:hover .txt .btn::after {
	transform: scale(1);
	opacity: 1;
}

.main-container-solution .section .item:hover .txt .btn p {
	color: #0045A8;
	font-weight: 700;
}

.main-container-solution .section .item:nth-of-type(2n-1)::before {
	left: 0;
	background: linear-gradient(270deg, rgba(0, 75, 183, 0) 0%, #004BB7 100%);
}

.main-container-solution .section .item:last-of-type {
	margin-bottom: unset;
}

.main-container-solution .section .item:nth-of-type(2n)::before {
	right: 0;
	background: linear-gradient(90deg, rgba(0, 75, 183, 0) 0%, #004BB7 100%);
}

.main-container-solution .section .item:nth-of-type(2n-1) .txt {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 2.77rem;
}

.main-container-solution .section .item:nth-of-type(2n-1) .txt h3 {
	text-align: right;
}

.main-container-solution-detail .banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.main-container-solution-detail .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-solution-detail .banner .txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-container-solution-detail .banner .txt .txt2 {
	margin-top: 0.36rem;
	margin-bottom: 0.53rem;
}

.main-container-solution-detail .banner .txt .txt_ani2 {
	opacity: 1;
}

.main-container-solution-detail .banner .txt .txt_ele {
	color: #fff;
}

.main-container-solution-detail .banner .txt .txt_ele span {
	color: #fff;
}

.main-container-solution-detail .section1 {
	padding: 0 1.6rem;
}

.main-container-solution-detail .section1 .tab {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 0.83rem;
	border-bottom: 0.01rem solid #eaeaea;
}

.main-container-solution-detail .section1 .tab p {
	font-size: 0.2rem;
	color: #888;
	font-weight: 700;
	margin: 0 0.4rem;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.23rem;
}

.main-container-solution-detail .section1 .tab p.on {
	color: #000;
}

.main-container-solution-detail .section1 .tab p.on::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.04rem;
	background-color: #0045A8;
	left: 0;
	bottom: 0;
}

.main-container-solution-detail .section1 .tabcontent {
	margin-top: 1rem;
}

.main-container-solution-detail .section1 .tabcontent .cont {
	width: 100%;
	height: 6.06rem;
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
}

.main-container-solution-detail .section1 .tabcontent .cont .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: scale(1);
}

.main-container-solution-detail .section1 .tabcontent .cont .wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main-container-solution-detail .section1 .tabcontent .cont .item {
	width: 25%;
	height: 100%;
	position: relative;
	padding-bottom: 0.48rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.main-container-solution-detail .section1 .tabcontent .cont .item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 75, 183, 0) 0%, #004BB7 100%);
	z-index: -1;
	transform: translateY(-100%);
	transition: all 0.3s linear;
	opacity: 0;
}

.main-container-solution-detail .section1 .tabcontent .cont .item p {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 200%;
	color: #fff;
	position: relative;
	z-index: 2;
}

.main-container-solution-detail .section1 .tabcontent .cont .item.on::before {
	opacity: 1;
	transform: translateY(0);
}

.main-container-solution-detail .section2 {
	margin-top: 0.83rem;
	background-color: #F9F9F9;
	width: 100%;
	height: 9.45rem;
	padding-top: 0.64rem;
	padding-bottom: 0.64rem;
}

.main-container-solution-detail .section2 h2 {
	text-align: center;
	color: #333333;
	font-size: 0.34rem;
	font-weight: 700;
	line-height: 0.9rem;
}

.main-container-solution-detail .section2 .cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.6rem;
}

.main-container-solution-detail .section2 .cont .item {
	width: 3.82rem;
	height: 2.41rem;
	position: relative;
}

.main-container-solution-detail .section2 .cont .item::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.01rem;
	background-color: #c8c8c8;
	left: 0;
	bottom: 0;
}

.main-container-solution-detail .section2 .cont .item:last-of-type::after {
	display: none;
}

.main-container-solution-detail .section2 .cont .item img {
	width: 0.34rem;
	height: 0.34rem;
	object-fit: cover;
}

.main-container-solution-detail .section2 .cont .item h6 {
	font-size: 0.26rem;
	font-weight: 500;
	line-height: 0.7rem;
}

.main-container-solution-detail .section2 .cont .item p {
	font-size: 0.18rem;
	color: #666;
	font-weight: 400;
}

.main-container-solution-detail .section2 .cont .left .item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.main-container-solution-detail .section2 .cont .cen {
	width: 6.55rem;
}

.main-container-solution-detail .section2 .cont .cen img {
	width: 100%;
}

.main-container-solution-detail .section2 .cont .right .item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.main-container-solution-detail .section2 .cont .right .item p {
	text-align: right;
}

.main-container-solution-detail .section3 {
	padding-top: 0.84rem;
}

.main-container-solution-detail .section3 h2 {
	text-align: center;
	font-size: 0.34rem;
	font-weight: 700;
}

.main-container-solution-detail .section3 h3 {
	font-size: 0.2rem;
	font-weight: 400;
	text-align: center;
	line-height: 0.9rem;
	margin-bottom: 0.61rem;
}

.main-container-solution-detail .section3 .wrap {
	padding: 0 1.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.83rem;
}

.main-container-solution-detail .section3 .wrap .item {
	width: 4.21rem;
	height: 4.73rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-left: 0.45rem;
	padding-right: 0.45rem;
	padding-bottom: 0.6rem;
	background-color: #F9F9F9;
	border-radius: 0.1rem;
	overflow: hidden;
	transition: all 0.4s linear;
}

.main-container-solution-detail .section3 .wrap .item .img {
	position: relative;
	width: 1rem;
	height: 1rem;
	overflow: hidden;
}

.main-container-solution-detail .section3 .wrap .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s linear;
	position: absolute;
	left: 0;
	top: 0;
}

.main-container-solution-detail .section3 .wrap .item .img .white {
	transform: translateY(101%);
}

.main-container-solution-detail .section3 .wrap .item h4 {
	margin-top: 0.1rem;
	color: #000;
	text-align: center;
	font-size: 0.26rem;
	font-weight: 500;
	line-height: 0.9rem;
	transition: all 0.4s linear;
}

.main-container-solution-detail .section3 .wrap .item p {
	color: #666;
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 180%;
	transition: all 0.4s linear;
}

.main-container-solution-detail .section3 .wrap .item:hover {
	background-color: #0045A8;
}

.main-container-solution-detail .section3 .wrap .item:hover .img .t {
	transform: translateY(-101%);
}

.main-container-solution-detail .section3 .wrap .item:hover .img .white {
	transform: translateY(0);
}

.main-container-solution-detail .section3 .wrap .item:hover h4 {
	color: #fff;
}

.main-container-solution-detail .section3 .wrap .item:hover p {
	color: #fff;
}

.main-container-solution-detail .section3 .info {
	width: 100%;
	height: 9.17rem;
	position: relative;
	padding-top: 0.2rem;
}

.main-container-solution-detail .section3 .info .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.main-container-solution-detail .section3 .info .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-container-solution-detail .section3 .info .cne {
	width: 7.4rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: 0.68rem;
}

.main-container-solution-detail .section3 .info .cne img {
	width: 100%;
}

.main-container-solution-detail .section4 {
	background-color: #F9F9F9;
	padding: 0.7rem 1.6rem 1.3rem;
}

.main-container-solution-detail .section4 h2 {
	font-size: 0.34rem;
	font-weight: 700;
	line-height: 0.9rem;
	text-align: center;
	margin-bottom: 0.48rem;
}

.main-container-solution-detail .section4 .wrap {
	display: flex;
	flex-direction: row;
	align-items: cneter;
	justify-content: space-between;
}

.main-container-solution-detail .section4 .wrap .item {
	width: 3.66rem;
	border-radius: 0.1rem;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0;
	transition: all 0.3s linear;
}

.main-container-solution-detail .section4 .wrap .item .img {
	width: 100%;
	height: 2.76rem;
	overflow: hidden;
	position: relative;
}

.main-container-solution-detail .section4 .wrap .item .img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.35;
	transition: all 0.3s linear;
}

.main-container-solution-detail .section4 .wrap .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}

.main-container-solution-detail .section4 .wrap .item .txt {
	background-color: #fff;
	padding: 0.25rem 0.35rem 0.45rem;
}

.main-container-solution-detail .section4 .wrap .item .txt h6 {
	font-size: 0.22rem;
	color: #333;
	text-align: center;
	transition: all 0.3s linear;
	font-weight: 400;
	width: min-content;
	white-space: nowrap;
	margin: 0 auto;
	margin-bottom: 0.25rem;
	background-image: linear-gradient(to right, #000, #000);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 0% 1px;
	-webkit-transition: background-size 0.35s;
	transition: background-size 0.35s;
}

.main-container-solution-detail .section4 .wrap .item .txt p {
	font-size: 0.18rem;
	color: #888;
	text-align: center;
}

.main-container-solution-detail .section4 .wrap .item:hover .img::before {
	left: 100%;
}

.main-container-solution-detail .section4 .wrap .item:hover .txt h6 {
	background-position: left bottom;
	background-size: 100% 1px;
}
.main-container-discovery .section1 p, .main-container-discovery .section4 p{
	font-size: 17px;
}
.pop-search {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99999;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	display: none;
}

.pop-search .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	z-index: 1;
}

.pop-search .content {
	z-index: 2;
	width: 4rem;
	height: 2rem;
	background-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 0rem 0.3rem;
	background: #fff;
	border-radius: 0.1rem;
	box-sizing: border-box;
	position: relative;
}

.pop-search .content input {
	width: 100%;
	height: 0.5rem;
	font-size: 0.16rem;
	padding-left: 0.1rem;
	font-weight: 400;
	border-radius: 0.05rem;
	border: 0.01rem solid #777;
	background-color: unset;
}

.pop-search .content button {
	width: 100%;
	height: 0.5rem;
	color: #0045A8;
	border: 0.01rem solid #0045A8;
	border-radius: 0.05rem;
	background-color: unset;
}

.pop-search .content .close {
	width: 0.28rem;
	height: 0.28rem;
	display: block;
	position: absolute;
	right: 0;
	top: -0.3rem;
	cursor: pointer;
	transform-origin: center top;
	transition: all 0.5s ease-in-out;
}

.pop-search .content .close::before,
.pop-search .content .close::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.03rem;
	background-color: #fff;
	right: 0%;
	top: 0%;
	transform-origin: center center;
}

.pop-search .content .close::before {
	transform: rotate(-45deg);
}

.pop-search .content .close::after {
	transform: rotate(45deg);
}

.pop-search .content .close:hover {
	transform: rotate(360deg);
}

@media screen and (max-width: 768px) {
	body {
		width: 100vw;
		overflow-x: hidden;
	}
	.G_txt_btn h5 {
		font-size: 14px;
	}
	.G_tit {
		max-width: 100%;
		width: 100%;
		padding: 0 2%;
	}
	.G_tit h2 {
		font-size: 16px;
		width: min-content;
		white-space: nowrap;
		line-height: 0.6rem;
	}
	.G_tit h3 {
		font-size: 14px;
		line-height: 0.4rem;
	}
	.G_page>div {
		width: 0.6rem;
		height: 0.6rem;
	}
	.G_tit h3 span{
		font-size: 16px;
		line-height: 0.6rem;
	}
	.main-container-about .section1 .right .video{width: 100%; height: 210px;}
	.main-container-about .banner .tab,.main-container-contact .banner .tab,.main-container-news .banner .tab,.main-container-discovery .banner .tab{
		width: 100%;
		padding: 0 0.02rem;
	}
	.main-container-about .banner .tab .item, .main-container-contact .banner .tab .item{
		width: 20%;
	}
	.main-container-about .banner .tab .item p,.main-container-contact .banner .tab .item p,.main-container-news .banner .tab .item p,.main-container-discovery .banner .tab .item p{
		font-size: 14px;
	}
	.main-container-about {
		max-width: 100%;
	}
	.main-container-about .section1 {
		padding-left: unset;
		flex-direction: column;
		margin-bottom: 0.4rem;
	}
	.main-container-about .section1 .left {
		margin-right: unset;
	}
	.main-container-about .section1 .left h3 {
		margin-bottom: 0.4rem;
	}
	.main-container-about .section1 .left p {
		font-size: 14px;
	}
	.main-container-about .section1 .right {
		width: 100%;
		padding: 0 0.25rem;
		box-sizing: border-box;
		margin-top: 0.4rem;
	}
	.main-container-about .section2 {
		padding: 0 0.25rem;
		box-sizing: border-box;
		position: relative;
		height: auto;
	}
	.main-container-about .section2 .bg img {
		object-fit: cover;
	}
	.main-container-about .section2 .G_tit {
		top:0;
		left: 0;
		position: relative;
		z-index: 2;
		padding-left: unset;
	}
	.main-container-about .section2 .content {
		height: auto;
		position: relative;
		margin-top: 0.6rem;
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		justify-content: space-between;
	}
	.main-container-about .section2 .content .item {
	    max-width: 100%;
		position: relative;
		left: unset !important;
		right: unset !important;
		top: unset !important;
		bottom: unset !important;
		width: 100%;
		animation: unset !important;
		padding-bottom: 0.2rem;
		margin-top: unset !important;
		margin-bottom: 0.2rem !important;
	}
	.main-container-about .section2 .content .item::after {
		position: absolute;
		content: '';
		width: 20%;
		height: 0.01rem;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		bottom: 0;
	}
	.main-container-about .section2 .content .item .icon {
		display: none;
	}
	.main-container-about .section2 .content .item .txt h2 {
		font-size: 14px;
	}
	.main-container-about .section2 .content .item .txt p {
		font-size: 14px;
		max-width: unset;
	}
	.main-container-about .section2 .bg {
		position: relative;
	}
	.main-container-about .section3 {
		padding: 0 0.25rem;
		box-sizing: border-box;
		margin-top: 0.4rem;
		padding-top: 0.4rem;
	}
	.main-container-about .section3 .G_tit {
		padding-left: unset;
	}
	.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item {
		position: relative;
	}
	.main-container-about .section3 .swiper-container .swiper-wrapper .swiper-slide .item .img {
		position: absolute;
		right: 0;
		top: 0;
		opacity: 0.5;
		z-index: -1;
	}
	.main-container-about .section4 {
		box-sizing: border-box;
	}
	.main-container-about .section4 .G_tit {
		padding-left: unset;
	}
	.main-container-about .section4 .top {
		padding: 0 0.25rem;
		flex-direction: column;
	}
	.main-container-about .section4 .top .G_tit {
		width: 100%;
	}
	.main-container-about .section4 .top .right {
		width: 100%;
		margin-top: 0.4rem;
		display: flex;
	}
	.main-container-about .section4 .top .right p {
		font-size: 14px;
		line-height: 1.5;
		display: block;
	}
	.main-container-about .section4 h6 {
		margin-top: 0.4rem;
		margin-bottom: 0.4rem;
		font-size: 16px;
		padding-left: 0.25rem;
	}
	.main-container-about .section4 .swiper-container .swiper-wrapper .swiper-slide .item .txt p {
		font-size: 14px;
	}
	.main-container-about .section5 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		height: unset;
	}
	.main-container-about .section5 .bg {
		position: relative;
		margin-top: 0.4rem;
	}
	.main-container-about .section5 .bg img {
		transform: scale(2);
		transform-origin: 60% 50%;
	}
	.main-container-about .section5 .bg img.dot {
		width: 1rem;
		height: 1rem;
		margin-left: 1.1rem;
		margin-top: -1.2rem;
		transform: unset;
	}
	.main-container-about .section5 .cent {
		width: 100%;
		height: unset;
		padding-left: unset;
		padding-top: unset;
		padding: 0 2%;
	}
	.main-container-about .section5 .cent h2 {
		font-size: 18px;
		margin-bottom: 0.4rem;
	}
	.main-container-about .section5 .cent .tit {
		margin-bottom: 0.4rem;
	}
	.main-container-about .section5 .cent .tit .t {
		max-width: unset;
	}
	.main-container-about .section5 .cent .tit .t h3 {
		font-size: 16px;
	}
	.main-container-about .section5 .cent .tit .t p {
		font-size: 14px;
	}
	.main-container-about .section5 .cent .tit .t p a {
		font-size: 14px;
	}
	.main-container-about .section5 .cent .tit .t p a::after {
		width: 18px;
		height: 18px;
		margin-left: 36px;
		margin-bottom: -9px;
	}
	.main-container-contact {
		max-width: 100%;
	}
	.main-container-contact .banner .cen{
	    margin-top: 28px;
	}
	.main-container-contact .banner .cen h2 {
		font-size: 0.48rem;
	}
	.main-container-contact .banner .cen .txt_ele {
		width: 80%;
		margin: 0 auto;
	}
	.main-container-contact .banner .cen .txt_ele .f-24 {
		font-size: 16px;
		text-align: center;
		line-height: 180%;
	}
	.main-container-contact .section5 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		height: unset;
		margin-top: 0.8rem;
	}
	.main-container-contact .section5 .bg {
		position: relative;
		margin-top: 0.4rem;
		overflow: hidden;
	}
	.main-container-contact .section5 .bg img {
		transform: scale(2);
		transform-origin: 60% 50%;
	}
	.main-container-contact .section5 .bg img.dot {
		width: 1rem;
		height: 1rem;
		margin-left: 1.1rem;
		margin-top: -1.2rem;
		transform: unset;
	}
	.main-container-contact .section5 .cent {
		width: 100%;
		height: unset;
		padding-left: unset;
		padding-top: unset;
		padding: 0 2%;
	}
	.main-container-contact .section5 .cent h2 {
		font-size: 18px;
		margin-bottom: 0.4rem;
	}
	.main-container-contact .section5 .cent .tit {
		margin-bottom: 0.4rem;
	}
	.main-container-contact .section5 .cent .tit .t {
		max-width: unset;
	}
	.main-container-contact .section5 .cent .tit .t h3 {
		font-size: 16px;
	}
	.main-container-contact .section5 .cent .tit .t p {
		font-size: 14px;
	}
	.main-container-contact .section5 .cent .tit .t p a {
		font-size: 14px;
	}
	.main-container-contact .section5 .cent .tit .t p a::after {
		width: 18px;
		height: 18px;
		margin-left: 36px;
		margin-bottom: -9px;
	}
	.main-container-contact .section6 {
		padding: 0 2%;
	}
	.main-container-contact .section6 form {
		width: 100%;
		padding: 0.4rem 2%;
	}
	.main-container-contact .section6 form .input-wrap .l,
	.main-container-contact .section6 form .input-wrap .r {
		width: calc((100% - 0.4rem)/2);
	}
	.main-container-contact .section6 form .input-wrap .l .b input,
	.main-container-contact .section6 form .input-wrap .r .b input {
		font-size: 14px;
	}
	.main-container-contact .section6 form .input-wrap .l {
		margin-right: 0.4rem;
	}
	.main-container-contact .section6 form .tips {
		margin-bottom: 0.6rem;
	}
	.main-container-contact .section6 form .submit button {
		font-size: 14px;
	}
	.t_2 .info.on{
		display: block;
	}
	.t_2 .info .block{
		width: 100%;
	}

	.main-container-product .banner .pc_ {
		display: none;
	}
	.main-container-product .banner .mb_ {
		height: 100%;
		display: block;
		position: relative;
		background-image: linear-gradient(to right, #5EACDA, #6EB3DD, #8BC2E1);
	}
	.main-container-product .banner .mb_ img {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		bottom: 0;
	}
	.main-container-product .banner .tab {
		width: 100%;
		height: unset;
		padding: unset;
		flex-wrap: wrap;
		padding: 0 2%;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.main-container-product .banner .tab .item {
		width: 49%;
		margin-bottom: 0.2rem !important;
		margin-right: unset !important;
		border-radius: unset !important;
	}
	.main-container-product .banner .tab .item a {
		line-height: 36px;
		font-size: 14px;
	}
	/* .main-container-product .banner .tab .item:nth-last-of-type(-n+2) {
		margin-bottom: unset !important;
	} */
	.main-container-product .content .tabcontent .wrap-content {
		padding: 0 2%;
		box-sizing: border-box;
	}
	.main-container-product .content .tabcontent .wrap-content .wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.main-container-product .content .tabcontent .wrap-content .wrap .item {
		width: calc((100% - (2 - 1) * 4%) / 2);
		margin-right: 4%;
		margin-bottom: 0.2rem;
	}
	.main-container-product .content .tabcontent .wrap-content .wrap .item:nth-of-type(2n) {
		margin-right: unset;
	}
	.main-container-product .content .tabcontent .wrap-content .wrap .item:nth-last-of-type(-n + 2) {
		margin-bottom: unset;
	}
	.main-container-product .content .tabcontent .wrap-content .wrap .item {
		margin-bottom: 0.2rem !important;
	}
	.main-container-product .content .tabcontent .wrap-content .wrap .item p {
		font-size: 14px;
	}
	.main-container-product .content .tabcontent .wrap-content .G_page {
		margin-top: 0.4rem;
		margin-bottom: 0.4rem;
	}
	.main-container-product .download {
		width: auto;
		height: auto;
		padding: 0.4rem;
	}
	.main-container-product .download p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.product_detail_swiper{
	    overflow: visible;
	}
	.bannerNav{
	    bottom: -.4rem;
	}
	.main-container-product-detail .productDetails .product_one_l{
		width: 100%;
	}
	
.main-container-news .banner {
		height: 4rem;
	}
	.main-container-news .banner img {
		height: 100%;
		object-fit: cover;
	}
	.main-container-news .section1 {
		padding: 0 2%;
		margin-bottom: 0.4rem;
	}
	.main-container-news .section1 h2 {
		font-size: 18px;
	}
	.main-container-news .section1 .content {
		flex-wrap: wrap;
	}
	.main-container-news .section1 .content .l {
		width: 100%;
		height: 5rem;
	}
	.main-container-news .section1 .content .l img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main-container-news .section1 .content .r {
		width: 100%;
		margin-top: 0.4rem;
	}
	.main-container-news .section1 .content .r h3 {
		font-size: 13px;
		margin-bottom: 0.3rem;
	}
	.main-container-news .section1 .content .r h4 {
		font-size: 16px;
	}
	.main-container-news .section1 .content .r p {
		font-size: 13px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		line-height: 1.5em;
		max-height: 3em;
		line-height: 1.5;
		margin-bottom: 0.2rem;
	}
	
	.main-container-news .section2 {
		padding: 0 2%;
		padding-bottom: 1rem;
	}
	/*新闻资讯*/
	
	.main-container-news .section2 .news_ul ul li a{ font-size:14px;}
	
	.main-container-news .section2 .news_ul ul li em{ font-size:13px;}
	
	.main-container-news .section2 .news_ul ul li em span{ font-size:14px; display: none;}
	.news_con .news_r{ float:none; width:100%; max-width:none; margin-top:2%;}
	.news_con .news_r .h2{ font-size:18px; line-height:38px;}
	.news_con .news_r ul li{ float:none; width:100%; font-size:14px;}
	.news_con .news_r ul li:nth-child(2n){ float:none;}
	.news_con .news_r .box{padding-left:5px; padding-right:5px; max-width: 100%;}
	.news_con .news_l .about_x2{ padding-left:15px; padding-right:15px;}
	.news_con .news_l{ float:none; width:100%; max-width:none;}
	.news_con .news_l .about_x2{ padding-left:20px; padding-right:20px;}
	.about_x2 .show_t{ font-size:22px; line-height:32px;}
	.about_x2 .show_t.bgs2{ font-size:26px;}
	.prenext{ font-size:15px; line-height:24px; }
	.prenext span{ height:24px;}
	.prenext .goback{ margin-top:-48px; padding-top:24px; line-height:24px; height:48px; background-position:center top 5px; /*font-size:15px;*/}
	.main-container-solution .banner {
		padding: 0 2%;
	}
	.main-container-solution .banner h2 {
		font-size: 0.48rem;
		display: none;
	}
	.main-container-solution .banner .f-24 {
		font-size: 14px;
		display: none;
	}
	.main-container-solution .banner .tab {
		width: 100%;
		height: unset;
		padding: unset;
		flex-wrap: wrap;
		padding: 0 2%;
		box-sizing: border-box;
		align-items: flex-start;
		justify-content: space-between;
	}
	.main-container-solution .banner .tab .item {
		width: 33%;
		margin-bottom: 0.2rem !important;
		margin-right: unset !important;
		border-radius: unset !important;
	}
	.main-container-solution .banner .tab .item p {
		line-height: 36px;
		font-size: 14px;
	}
	.main-container-solution .banner .tab .item:nth-last-of-type(-n+2) {
		margin-bottom: unset !important;
	}
	.main-container-solution .section {
		padding: 0 2%;
	}
	.main-container-solution .section .item {
		height: 4rem;
	}
	.main-container-solution .section .item .txt h3 {
		font-size: 16px;
	}
	.main-container-solution .section .item .txt h4 {
		font-size: 14px;
	}
	.main-container-solution .section .item:first-of-type .txt {
		padding-left: 0.8rem;
	}
	.main-container-solution .section .item:last-of-type .txt {
		padding-right: 0.8rem;
	}
	.main-container-solution-detail .banner .txt .txt_ele .txt_hide {
		opacity: 1;
		font-size: 16px;
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	.main-container-solution-detail .banner .txt .txt_ele .ani {
		display: none !important;
	}
	.main-container-solution-detail .banner .txt .G_btn1 {
		width: 2.19rem;
		height: 0.59rem;
	}
	.main-container-solution-detail .banner .txt .G_btn1 p {
		font-size: 14px;
		padding: 4px 10px;
	}
	.main-container-solution-detail .section1 {
		padding: 0 2%;
	}
	.main-container-solution-detail .section1 .tab {
		overflow-x: scroll;
	}
	.main-container-solution-detail .section1 .tab p {
		white-space: nowrap;
		font-size: 14px;
		box-sizing: border-box;
		margin: 0 0.2rem;
	}
	.main-container-solution-detail .section2 {
		height: auto;
		position: relative;
	}
	.main-container-solution-detail .section2 h2 {
		font-size: 16px;
	}
	.main-container-solution-detail .section2 h3 {
		font-size: 14px;
	}
	.main-container-solution-detail .section2 .cont {
		padding: 0 2%;
		flex-wrap: wrap;
	}
	.main-container-solution-detail .section2 .cont .left .item,
	.main-container-solution-detail .section2 .cont .cen .item,
	.main-container-solution-detail .section2 .cont .right .item {
		width: 100%;
		height: 3rem;
		justify-content: flex-start;
		padding-top: 0.4rem;
	}
	.main-container-solution-detail .section2 .cont .left .item .icon,
	.main-container-solution-detail .section2 .cont .cen .item .icon,
	.main-container-solution-detail .section2 .cont .right .item .icon {
		margin: 0 auto;
	}
	.main-container-solution-detail .section2 .cont .left .item h6,
	.main-container-solution-detail .section2 .cont .cen .item h6,
	.main-container-solution-detail .section2 .cont .right .item h6 {
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	.main-container-solution-detail .section2 .cont .left .item p,
	.main-container-solution-detail .section2 .cont .cen .item p,
	.main-container-solution-detail .section2 .cont .right .item p {
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
	.main-container-solution-detail .section2 .cont .left .item p br,
	.main-container-solution-detail .section2 .cont .cen .item p br,
	.main-container-solution-detail .section2 .cont .right .item p br {
		display: none;
	}
	.main-container-solution-detail .section2 .cont .left,
	.main-container-solution-detail .section2 .cont .right {
		max-width: 49%;
	}
	.main-container-solution-detail .section2 .cont .cen {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main-container-solution-detail .section2 .cont .cen img {
		opacity: 0.1;
	}
	.main-container-solution-detail .section3 {
		padding: 0 2%;
		padding-top: 0.84rem;
	}
	.main-container-solution-detail .section3 h2 {
		font-size: 16px;
	}
	.main-container-solution-detail .section3 h3 {
		font-size: 14px;
	}
	.main-container-solution-detail .section3 .wrap {
		width: 100%;
		padding: 0;
		overflow-x: scroll;
	}
	.main-container-solution-detail .section3 .wrap .item {
		flex-shrink: 0;
		margin: 0 10px;
		width: 60%;
		padding: 0.2rem;
		height: 6rem;
		justify-content: space-around;
	}
	.main-container-solution-detail .section3 .wrap .item h4 {
		font-size: 16px;
	}
	.main-container-solution-detail .section3 .wrap .item p {
		font-size: 14px;
	}
	.main-container-solution-detail .section3 .info .cne {
		width: 100%;
	}
	.main-container-solution-detail .section4 {
		padding: 0 2%;
	}
	.main-container-solution-detail .section4 h2 {
		font-size: 16px;
	}
	.main-container-solution-detail .section4 h3 {
		font-size: 14px;
	}
	.main-container-solution-detail .section4 .wrap {
		flex-wrap: wrap;
	}
	.main-container-solution-detail .section4 .wrap .item {
		width: 49%;
	}
	.main-container-solution-detail .section4 .wrap .item .txt h6 {
		font-size: 14px;
	}
	.main-container-solution-detail .section4 .wrap .item .txt p {
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		line-height: 1.5em;
		max-height: 3em;
	}
	.main-container-discovery{background-color: #f5f8fa;}
	.main-container-discovery .banner{
	    height: 30vh;
	}
	.main-container-discovery .banner img {
		object-fit: cover;
	}
	.main-container-discovery .banner .txt {
		background-color: rgba(0, 0, 0, 0.05);
		margin-top: 28px;
	}
	.main-container-discovery .banner .txt .txt_ele .txt_hide {
		opacity: 1;
		font-size: 16px;
		width: 80%;
		margin: 0 auto;
		line-height: 1.5;
		text-align: center;
	}
	.main-container-discovery .banner .txt .txt_ele .txt_ani {
		display: none !important;
	}
	.main-container-discovery .section1 {
		margin-top: 0.4rem;
		margin-bottom: 0.8rem;
	}
	.main-container-discovery .section1 p {
		font-size: 14px;
		padding: 0 2%;
	}
	.main-container-discovery .section1 p br {
		display: none;
	}
	.main-container-discovery .section2 {
		height: auto;
		padding-bottom: 0.4rem;
	}
	.main-container-discovery .section2 .cont {
		padding-left: 0;
		flex-wrap: wrap;
		padding: 0 2%;
		padding-bottom: 0.2rem;
	}
	.main-container-discovery .section2 .cont .left {
		width: 100%;
		padding: 0.4rem 0;
	}
	.main-container-discovery .section2 .cont .left .t {
		margin-bottom: 0.3rem;
	}
	.main-container-discovery .section2 .cont .left .t h2 {
		font-size: 16px;
		margin-bottom: 0.1rem;
	}
	.main-container-discovery .section2 .cont .left .t p {
		font-size: 14px;
	}
	.main-container-discovery .section2 .cont .left .b p {
		font-size: 14px;
		line-height: 1.8;
	}
	.main-container-discovery .section2 .cont .left img{
		max-width: 100%;
	}
	.main-container-discovery .section2 .cont .right {
		width: 100%;
	}
	.main-container-discovery .section2 .btn {
		margin-top: 0.25rem;
	}
	.main-container-discovery .section3 {
		padding: 0 2%;
	}
	.main-container-discovery .section3 .item {
		width: 100%;
		height: auto;
	}
	.main-container-discovery .section3 .item .top {
		padding: 0 2%;
	}
	.main-container-discovery .section3 .item .top .l h2 {
		font-size: 14px;
	}
	.main-container-discovery .section3 .item .top .l h3 {
		font-size: 14px;
	}
	.main-container-discovery .section3 .item .top .icon {
		width: 0.5rem;
		height: 0.5rem;
	}
	.main-container-discovery .section3 .item .top .icon img {
		width: 0.4rem;
		height: 0.4rem;
		margin-left: -0.2rem;
		margin-top: -0.2rem;
	}
	.main-container-discovery .section3 .item .bottom {
		padding: 0.2rem;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.main-container-discovery .section3 .item .bottom .l {
		width: 100%;
	}
	.main-container-discovery .section3 .item .bottom .r {
		width: 100%;
	}
	.main-container-discovery .section3 .item .bottom .l,
	.main-container-discovery .section3 .item .bottom .r {
		margin-top: 0.2rem;
	}
	.main-container-discovery .section3 .item .bottom .l h2,
	.main-container-discovery .section3 .item .bottom .r h2 {
		font-size: 16px;
	}
	.main-container-discovery .section3 .item .bottom .l p,
	.main-container-discovery .section3 .item .bottom .r p {
		font-size: 14px;
	}
	.main-container-discovery .section3 .item.on {
		animation: unset;
	}
	.main-container-discovery .section3 .more {
		transform: scale(1.5);
	}
	.pop-search .content {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 0.4rem;
		box-sizing: border-box;
	}
	.pop-search .content input {
		width: 100%;
		height: 0.8rem;
		font-size: 14px;
		margin-bottom: 0.4rem;
	}
	.pop-search .content button {
		width: 100%;
		height: 0.8rem;
		font-size: 14px;
	}
	.pop-search .content .close {
		top: -0.4rem;
	}
	.pop-search .content .close::before,
	.pop-search .content .close::after {
		width: 20px;
		height: 2px;
	}
	.main-container-about .banner{
	    height: 20vh;
	}
	.main-container-about .banner .cen{
	    margin-top: 40px;
	}
	.main-container-about .banner .cen .f-24 {
		font-size: 16px;
	}
	.main-container-product .banner{
	    height: 30vh;
	}
	.main-container-solution .banner{
	    height: 30vh;
	}
	.main-container-product-detail .banner .right{
	  width: 100%;
	  margin-top: 1rem;
	}
	.main-container-discovery .section1 p, .main-container-discovery .section4 p{
		font-size: 14px;
	}
	.main-container-discovery .section1, .main-container-discovery .section4,.main-container-discovery .section3{
		width: 95%;
	}
}

.main-container-solution .banner .tab .item a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: .18rem;
	font-weight: bold;
}

.pages{
	display: flex;
	align-items: center;
	justify-content: center;
	    margin-top: 0.47rem;
}

.pages a{
	width: 0.55rem;
    height: 0.55rem;
    border: 0.0134rem solid #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.11rem;
    cursor: pointer;
    transition: all 0.2s linear;
    color: #000;
	font-size: 14px;
}

.pages a.active{
        background: #0045A8;
    border-color: #0045A8;
    color: #fff;
}

.pages a:hover{
	    background-color: #0045A8;
    border: 0.0134rem solid #0045A8;
    color: #fff;
}

/* .pages a:first-of-type,.pages a:last-of-type{
	display: none;
} */

.main-container-contact .section-wrap {
  width: 14.4rem;
  height: 6rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.main-container-contact .section-wrap .item {
  width: calc((100% - (3 - 1) * 0.5rem) / 3);
  margin-right: 0.5rem;
  margin-bottom: 1px;
}
.main-container-contact .section-wrap .item:nth-of-type(3n) {
  margin-right: unset;
}
.main-container-contact .section-wrap .item:nth-last-of-type(-n + 3) {
  margin-bottom: unset;
}
.main-container-contact .section-wrap .item {
  position: relative;
}
.main-container-contact .section-wrap .item:hover .txt {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 75, 183, 0) 0%, rgba(0, 75, 183, .5) 20%, rgba(0, 75, 183, 0.5) 100%);
  background-color: rgba(0, 75, 183, .5);
}
.main-container-contact .section-wrap .item .img {
  width: 100%;
  height: 100%;
}
.main-container-contact .section-wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-container-contact .section-wrap .item .txt {
  position: absolute;
  width: 100%;
  height: 2.6rem;
  transition: all 0.3s linear;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 75, 183, 0) 0%, rgba(0, 75, 183, 0.92) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-container-contact .section-wrap .item .txt h2 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  line-height: 280%;
}
.main-container-contact .section-wrap .item .txt p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 280%;
  text-align: center;
}

.main-container-contact .section5 .cent {
  position: relative;
}
.main-container-contact .section5 .cent h2 {
  margin-bottom: 0.44rem;
}
.main-container-contact .section5 .cent .wrap_address {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  width: 80%;
  margin-bottom: 0.5rem;
}
.main-container-contact .section5 .cent .wrap_address .item {
  /*width: calc((100% - (4 - 1) * 0.21rem) / 4);*/
  width: 25%;
  /*margin-right: 0.21rem;*/
  /*margin-bottom: 0.21rem;*/
}
.main-container-contact .section5 .cent .wrap_address .item:nth-of-type(4n) {
  margin-right: unset;
}
.main-container-contact .section5 .cent .wrap_address .item:nth-last-of-type(-n + 4) {
  margin-bottom: unset;
}
.main-container-contact .section5 .cent .wrap_address .item {
  padding: 0.08rem 0.16rem;
  margin-bottom: 0.21rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;transition: all .3s linear;
}

.main-container-contact .section5 .cent .wrap_address .item:hover{
    background-color: #0045A8;
}
.main-container-contact .section5 .cent .wrap_address .item:hover p{
    color: #fff;
}

.main-container-contact .section5 .cent .wrap_address .item:hover svg{
    opacity: 1;
}

.main-container-contact .section5 .cent .wrap_address .item p {
  color: #333;
  font-size: 0.16rem;
}
.main-container-contact .section5 .cent .wrap_address .item svg {
  position: absolute;
  width: 0.14rem;
  height: 0.08rem;
  left: 50%;
  margin-left: -0.04rem;
  bottom: -0.06rem;
  opacity: 0;
}
.main-container-contact .section5 .cent .wrap_address .item.on {
  background-color: #0045A8;
}
.main-container-contact .section5 .cent .wrap_address .item.on p {
  color: #fff;
}
.main-container-contact .section5 .cent .wrap_address .item.on svg {
  opacity: 1;
}
.main-container-contact .section5 .cent .wrap_address .item:nth-of-type(4) {
  margin-bottom: 0.21rem;
}

@media screen and (max-width:768px){
	.pages{
		    margin-top: 0.47rem;
	}
	.main-container-solution .banner .tab .item a{
		font-size: 14px;
		line-height: 36px;

	}
	.main-container-product .banner .tab .item p{
		font-size: 14px;
		line-height: 36px;
	}
	.pages a{width: .8rem;height: .8rem; font-size: 12px;}
	
	.main-container-contact .section-wrap{
	    padding: 0 2%;
	    width: 100%;height: unset;
	    justify-content: space-between;
	}
	
	.main-container-contact .section-wrap .item{
	    width: 49%;margin-right: unset;margin-bottom: .2rem !important;height: 5rem;
	}
	.main-container-contact .section-wrap .item:nth-of-type(3){
	    width: 100%;
	}
	.main-container-contact .section-wrap .item .txt h2{
	    font-size: 16px;
	    line-height: 200%;
	}
	.main-container-contact .section-wrap .item .txt p{
	    font-size: 14px;
	    line-height: 200%;
	}
	.main-container-contact .section5 .cent .wrap_address{
	    width: 100%;
	}
	.main-container-contact .section5 .cent .wrap_address .item{
	    padding: unset;
	    width: 31%;margin-right: unset !important;
	}
	.main-container-contact .section5 .cent .wrap_address .item p{
	    font-size: 16px;
	}
	.main-container-contact .section5 .cent .wrap_address .item svg{
	    display: none;
	}
	/*产品详细*/
.main-container-product-detail .productDetails .information{ padding:10px; padding-left:0; padding-right:0;}
.main-container-product-detail .productDetails .information .h2{ font-size:24px; margin-top:5%;}
.main-container-product-detail .product_title{ line-height:60px; height:60px; font-size:16px;}
.main-container-product-detail .product_two .h3{ font-size:15px;}
.main-container-product-detail .product_two{ font-size:12px; margin-top:5%; padding-bottom:6%;}
.main-container-product-detail .product_down{ font-size:14px;}
.main-container-product-detail .product_down li{ background-size:22px 28px; padding-left:30px;}
.main-container-product-detail .product_down li a{ padding-right:30px; height:50px; line-height:50px;}
.main-container-product-detail .product_down li a em{ font-size:12px;}
.main-container-product-detail .productDetails .information .rend .a{ height:36px; line-height:34px; font-size:13px; margin-right:10px;}
.main-container-product-detail .product_two .table table td{ padding: 0px;}
.main-container-product-detail .productDetails .information .conten{min-height: 240px;}
}





