@font-face {
	font-family: myFont;
	src: url('../font/DIN-Bold.otf');
}

.newsinfo .container {
	position: relative;
}

.newsinfo .container .tab_box {
	color: #333333;
	font-size: 16px;
	position: absolute;
	top: 34px;
	right: 0;
}

.newsinfo .container .tab_box span {
	position: relative;
	margin-left: 46px;
}

.newsinfo .container .tab_box .active {
	color: #0C63CC;
}

.newsinfo .container .tab_box .active::after {
	content: ' ';
	width: 100%;
	position: absolute;
	bottom: -26px;
	right: 0;
	height: 2px;
	background-color: #0C63CC;
}

.product_Box {
	border-top: 0px solid #e9e9e9;
}

.product_content {
	position: relative;
}

.product_content .title_h1 {
	font-size: 30px;
	color: #222222;
	position: relative;
	text-align: center;
	padding-top: 100px;
}

.product_content .bg_text {
	position: absolute;
	top: 38px;
	/* left: 34%; */
	font-size: 50px;
	color: #EEEEF1;
	width: 100%;
	text-align: center;
	font-family: PingFangSC-Semibold, PingFang SC;
}

/* .product_content .title_h1::before{
    content: 'SOFTWARE PRODUCT';
    position: absolute;
    bottom: 30px;
    left: 34%;
    width: 560px;
    font-size: 50px;
    color: #EEEEF1;
 } */
.product_content .goods_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.product_content .goods_list ul li {
	margin-bottom: 40px;
	width: 31.4%;
	text-align: center;
	margin-right: 0.4rem;
	/* font-size: 22px; */
}
.product_content .goods_list ul li:nth-child(3n){
	margin-right: 0;
}

.product_content .goods_list ul li div {
	width: 100%;
	height: 4rem;
	margin-bottom: 20px;
	overflow: hidden;
}

.product_content .goods_list ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.product_content .goods_list ul li p {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	font-size: 0.22rem;
}

.product_content .goods_list ul li:hover p {
	color: #0C63CC;
}

.product_content .goods_list ul li:hover img {
	transform: scale(1.04);
}

.product_content .product_tab {
	text-align: center;
	margin-top: 60px;
}

.product_content .product_tab span {
	padding: 8px 30px;
	border: 1px solid #D8D8D8;
	margin: 10px;
	font-size: 18px;
}

.product_content .product_tab .on {
	background-color: #0C63CC;
	border: none;
	color: #fff;
}

.product_content .goods_list .ull_box {
	display: none;
	width: 100%;
}

.product_content .goods_list .activeInd {
	display: block;
}

/* 分页 */
.fenye {
	text-align: center;
	/* margin-top: 50px; */
	margin-bottom: 120px;
	font-size: 14px;
}

.fenye span {
	border: 1px solid #E8E8E8;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #888;
}

.fenye .fenye_p {
	height: 40px;
	width: 80px;
	display: inline-block;
	line-height: 36px;
	border: 1px solid #E8E8E8;
	color: #888;
	margin: 0 4px;
	background-color: #fff;
	text-align: center;

}

.fenye .fenye_p img {
	width: 12px;
	height: 20px;
}

.fenye .fenye_p:hover {
	color: #fff;
	background: #0C63CC;
}

.fenye_num {
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
	/* border-radius: 50%; */
	color: #666;
	margin: 0 4px;
	background-color: #fff;
	font-family: PingFangSC-Regular, PingFang SC;
}
.fenye .more{
	display: inline-block;
	color: #666;
	
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0 0px;
	box-sizing: border-box;
}
.fenye .more:hover{
	color: #fff;
	background: #0C63CC;
}

.fenye_num:hover {
	color: #fff;
	background: #0C63CC;
}

.fenye .active {
	background: #0C63CC;
	color: #fff;
}

/* 产品详情 */
/* 产品详情 banner*/

.productbanner {
	position: relative;
	margin-top: 70px;
}

.productbanner .img {
	width: 100%;
	height: 5rem;
	position: relative;
}

@media (max-width: 1199px) {
	.newsbanner .img {
		/* height: 6rem; */
	}
}

@media (max-width: 767px) {
	.productbanner .img {
		height: 14rem;
	}
}

.productbanner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productbanner .img img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.productbanner .img img:nth-child(1) {
		display: none;
	}

	.productbanner .img img:nth-child(2) {
		display: block;
	}
}

.productbanner .cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	color: #222222;
	text-align: center;
}

.productbanner .cont .text {
	font-size: 0.44rem;
	color: #222222;
	margin-bottom: 0.2rem;
	text-align: left;
	font-weight: 500;
	font-family: PingFangSC-Medium, PingFang SC;
}

.productbanner .cont .tit {
	font-size: 0.18rem;
	line-height: 1.5;
	text-align: left;
	width: 50%;
}

.productbanner .cont .butt {
	padding: 10px;
	text-align: center;
	width: 8%;
	background-color: #0C63CC;
	color: #fff;
	font-size: 0.16rem;
	margin-top: 8%;
	border-radius: 4px;
	/* display: inline-block; */
}


.product_details_Box .product_colum1 {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.product_details_Box .goods_details {
	display: flex;
	justify-content: space-between;
}

.product_details_Box .goods_details .image {
	/* width: 6.6rem; */
	width: 47.2%;
	height: 4.8rem;
	object-fit: cover;
	margin-top: 0.8rem;
}

.product_details_Box .goods_details .text_bg {
	/* width: 6.34rem; */
	width: 45.5%;
	font-size: 0.18rem;
	background: url('../img/product/logo.png') no-repeat;
	background-size: 3.19rem 2.28rem;
	text-align: left;
	margin-top: 0.26rem;
	padding-top: 0.54rem;
	padding-bottom: 1rem;

}

.product_details_Box .goods_details .text_bg h3 {
	color: #222222;
	font-size: 0.32rem;
	padding-bottom: 10px;
	position: relative;
}
.product_details_Box .goods_details .text_bg h3::after{
	content: " ";
	position: absolute;
	width: 40px;
	height: 3px;
	background: #0C63CC;
	bottom: 0;
	left: 0;
	
}
.product_details_Box .goods_details .text_bg .text {
	margin-top: 0.58rem;
	margin-bottom: 1.06rem;
	line-height: 36px;
}

.product_details_Box .goods_details .text_bg .butt {
	width: 24%;
	background-color: #0C63CC;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
}

.product_details_Box .icon_swiper_box {
	color: #222222;
}

.product_details_Box .title_h2 {
	font-size: 32px;
	position: relative;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 10px;
}

.product_details_Box .title_h2::after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 3px;
	background: #0C63CC;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.product_details_Box .icon_swiper_box .ull {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: PingFangSC-Regular, PingFang SC;
}

.product_details_Box .icon_swiper_box .ull .lii {
	background-color: #fff;
	width: 32.5%;
	height: 310px;
	overflow: hidden;
	padding: 40px;
	margin-top: 18px;
}

.product_details_Box .icon_swiper_box .ull .lii img{
	width: 52px;
	height: 44px;
}

.product_details_Box .icon_swiper_box .ull .lii h3 {
	font-size: 22px;
	margin-top: 28px;
	margin-bottom: 22px;
}

.product_details_Box .icon_swiper_box .ull .lii p {
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 25px;
}

@media(max-width:1200px){
	.product_details_Box .icon_swiper_box .ull .lii{
		
	}
	.product_details_Box .icon_swiper_box .ull .lii p{
		font-size: 14px;
	}
}

.product_details_Box .image_swiper_pc {
	margin-top: 1.3rem;
}

.product_details_Box .swiper-container {
	width: 100%;
	height: 100%;
}

.product_details_Box .swiper-container_pc {

	overflow: inherit;
}

.product_details_Box .swiper-wrapper {
	-ms-flex-align: self-end;
	-webkit-align-items: self-end;
	align-items: self-end;
}

.product_details_Box .image_swiper_pc .swiper-wrapper .swiper-slide {
	text-align: left;
	font-size: 18px;
	/* width: 33vw; */
	/* background: #fff; */
	/* Center slide text vertically */
	/* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
	/* display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center; */
	transition: 300ms;
	transform: scale(1);
	/* width: 80%; */
}

.product_details_Box .image_swiper_pc .swiper-slide img {

	width: 100%;
	opacity: 0.8;
}

.product_details_Box .image_swiper_pc .swiper-slide-active img {
	/* transform: scale(1); */
	opacity: 1;
}

.product_details_Box .image_swiper_pc .swiper-wrapper .swiper-slide-active {
	z-index: 9;
	/* margin-left: -10% !important; */
	transform: scale(1.2);

}

.product_details_Box .swiper-slide-duplicate-next,
.product_details_Box .swiper-slide-duplicate-prev {
	opacity: 0;
}

/* .product_details_Box .swiper-wrapper .swiper-slide-prev{
    margin-left: 20px;
  }
  .product_details_Box .swiper-wrapper .swiper-slide-next{
    margin-right: 10% !important;
  } */
.product_details_Box .image_swiper_pc .swiper-wrapper .swiper-slide-next {
	margin-right: 10% !important;
}


.product_details_Box .gzcs {
	padding: 30px 0;
	border-bottom: 1px solid #f1f2f5;
	display: flex;
	text-align: left;
}

.product_details_Box .gzcs .title1 {
	/* width: 215px; */
	width: 20%;
	font-weight: bold; 
	font-size: 22px;
	color: #222222;
	font-family: PingFangSC-Medium, PingFang SC;
}

.product_details_Box .gzcs .right {
	display: flex;
	flex-flow: wrap;
	/* width: 985px; */
	width: 80%;

}

.product_details_Box .gzcs .right .one {
	/* width: 490px; */
	width: 40%;
	height: 48px
}

.product_details_Box .gzcs .right .one .title2 {
	margin-bottom: 10px;
	font-weight: 600;
}

.product_details_Box .gzcs .right .one .title2 {
	font-style: normal;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	color: #222222;
	/* color: #61687c; */
}

.product_details_Box .gzcs .right .one .con {
	display: inline-block;
	/* width: 490px; */
	/* width: 40%; */
	font-weight: 400;
	color: #444444;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 16px;
}

.product_details_Box .gzcs .right .two {
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
}

.product_details_Box .gzcs .right .two .title2 {
	margin-bottom: 10px;
	font-weight: 600;
}

.product_details_Box .gzcs .right .two .con,
.product_details_Box .gzcs .right .two .title2 {
	font-style: normal;
	font-size: 16px;
}

.product_details_Box .gzcs .right .two .con {
	display: inline-block;
	color: #444444;
	font-weight: 400;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 16px;
}

.product_details_Box .gzcs .right .one:nth-child(3),
.product_details_Box .gzcs .right .one :nth-child(4) {
	margin-top: 24px;
}

.product_details_Box .image_tab_bg {
	background: url('../img/product/bg.png') no-repeat;
	background-size: 100% 100%;
	text-align: left;
	padding-bottom: 1.2rem;
	font-size: 0.2rem;
}

.product_details_Box .image_tab_bg .image_tab_content {
	display: flex;
	background-color: #fff;
	border-radius: 6px;
	margin-top: 0.4rem;
	overflow: hidden;
	align-items: center;
}

.product_details_Box .image_tab_bg .image_tab_content ul {
	width: 30%;
	background-color: #F3F6FB;
	/* border-radius: 6px; */
	padding: 0.2rem;
	box-sizing: border-box;
	box-shadow: inset 0px 0px 12px 0px #FFFFFF;
}

.product_details_Box .image_tab_bg .image_tab_content ul li {
	padding: 0.22rem;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.product_details_Box .image_tab_bg .image_tab_content ul li img {
	margin-right: 0.1rem;
	vertical-align: middle;
}

.product_details_Box .image_tab_bg .image_tab_content ul li .logo_img {
	width: 0.24rem;
	height: 0.24rem;
	min-width: 18px;
	min-height: 18px;
}

.product_details_Box .image_tab_bg .image_tab_content ul li .icon {
	width: 8px;
	height: 12px;
	position: absolute;
	right: 0.2rem;
	top: 0.3rem;
}

.product_details_Box .image_tab_bg .image_tab_content ul li .icon2 {
	display: none;
}

.product_details_Box .image_tab_bg .image_tab_content ul .active {
	color: #0C63CC;
	border-radius: 6px;
	background-color: #DAE6FD;
}

.product_details_Box .image_tab_bg .image_tab_content ul .active .icon1 {
	display: none;
}

.product_details_Box .image_tab_bg .image_tab_content ul .active .icon2 {
	display: block;
}

.product_details_Box .image_tab_bg .image_tab_content .right_image {
	width: 70%;
	height: 5.3rem;
	/* height: 415px; */
	padding: 0.2rem;
	overflow: hidden;
}

.product_details_Box .image_tab_bg .image_tab_content .right_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.product_details_Box .image_tab_bg .image_tab_content .right_image .img_lii {
	display: none;
	height: 100%;
}

.product_details_Box .image_tab_bg .image_tab_content .right_image .activeInd {
	display: block;
}

.product_details_Box .image_swiper_shouji {
	opacity: 0;
	height: 1px;
}


@media (min-width: 992px) {
	.product_colum1 {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.product_colum1 {
		width: 88.888%;
	}
}

@media (min-width: 1600px) {
	.product_colum1 {
		width: 75.67%;
	}
}

@media (max-width: 767px) {
	.product_content .bg_text {
		font-size: 34px;
	}

	.product_content .title_h1 {
		font-size: 22px;
	}

	.product_content .goods_list ul {
		padding: 20px;
	}

	.product_content .goods_list ul li {
		width: 100%;
		margin-right: 0;
	}

	.product_content .goods_list ul li div {
		height: 320px;
	}

	.product_content .product_tab {
		margin-top: 35px;
	}

	.product_content .product_tab span {
		font-size: 16px;
		padding: 6px 10px;
	}

	/* 产品详情 */
	.productbanner .cont .text {
		font-size: 20px;
	}

	.productbanner .cont .butt {
		width: 20%;
		padding: 6px;
	}

	.product_details_Box .image_swiper_pc {
		height: 1px;
		opacity: 0;
	}

	.product_details_Box .image_swiper_shouji {
		opacity: 1;
		height: auto;
		padding: 0 10px;
	}

	.product_details_Box .swiper-wrapper .swiper-slide-active {
		margin-left: 0 !important;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		background-size: 40% 40%;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		background-size: 40% 40%;

	}

	.product_details_Box .goods_details .text_bg h3 {
		font-size: 18px;
	}

	.product_details_Box .swiper-wrapper .swiper-slide img {
		width: 100%;
	}

	.product_details_Box .title_h2 {
		font-size: 24px;
		padding-top: 45px;
	}

	.product_details_Box .title_h2::after {
		left: 45%;
	}

	.product_details_Box .goods_details {
		flex-wrap: wrap;
		padding: 20px;
	}

	.product_details_Box .goods_details .image,
	.product_details_Box .goods_details .text_bg {
		width: 100%;
		height: auto;
	}

	.product_details_Box .icon_swiper_box .ull {
		padding: 20px;
	}

	.product_details_Box .icon_swiper_box .ull .lii {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		height: auto;
		margin-top: 12px;
	}

	.product_details_Box .icon_swiper_box .ull .lii h3 {
		font-size: 18px;
	}

	.product_details_Box .table_gzcs {
		padding: 20px;
	}

	.product_details_Box .gzcs {
		flex-wrap: wrap;
		padding: 0px 0;
		border-bottom: 0;
	}

	.product_details_Box .gzcs .title1 {
		width: 100%;
		font-size: 18px;
		padding: 20px 0;
		border-bottom: 1px solid #f1f2f5;
		font-weight: bold;
	}

	.product_details_Box .gzcs .right,
	.product_details_Box .gzcs .right .one {
		width: 100%;
	}

	.product_details_Box .gzcs .right .one .con,
	.product_details_Box .gzcs .right .one .title2 {
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.product_details_Box .gzcs .right .two .title2 {
		margin-top: 10px;
	}

	.product_details_Box .gzcs .right .one {
		height: auto;
	}

	.product_details_Box .gzcs .right .one:nth-child(3),
	.product_details_Box .gzcs .right .one :nth-child(4) {
		margin-top: 8px;
	}

	.product_details_Box .gzcs .right .two {
		height: auto;
	}

	.product_details_Box .image_tab_bg .image_tab_content {
		flex-wrap: wrap;
	}

	.product_details_Box .image_tab_bg .image_tab_content ul {
		overflow: scroll;
		white-space: nowrap;
		padding: 10px;
		width: 100%;
		display: flex
	}

	.product_details_Box .image_tab_bg .image_tab_content {
		background: none;
		padding: 4px;
	}

	.product_details_Box .image_tab_bg .image_tab_content ul li .icon {
		display: none !important;
	}

	.product_details_Box .image_tab_bg .image_tab_content .right_image {
		width: 100%;
		height: auto;
	}
}