﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.large-box {
	width: 300px; /* 设置宽度 */
	height: 500px; /* 设置高度 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box; /* 确保 padding 和 border 包含在宽度和高度内 */
	padding: 3px; /* 可选：添加内边距 */
}
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
	width: auto; /* 移除宽度限制 */
	max-width: none; /* 移除最大宽度限制 */
}
.i_title {
	margin-top: 3%;
	margin-bottom: 2%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 10px;

}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}+
.nproduct_list2 ul li {
	float: left;
	width: 60%;!important;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	border-radius: 20px;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 28px;
	height: 340px;
	overflow: hidden;
	color: #929292;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 550px;
	margin: 0 auto;
}

.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}

.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
}
 @media screen and (max-width:360px) {
}
/*、、、、新加 、、、、、、、、、、、、*/

@charset "UTF-8";
/* CSS Document */
/*dedemao.cn 做最好的织梦模板*/

dl,dd,dt,ul,li{
	list-style:none;
}
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.tl{
	text-align:left;
}
.tr{
	text-align: right;
}
.tc{
	text-align: center;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.underline{
	text-decoration:underline;
}
.ct_1{
	color:#000;
}
.ct_2{
	color:#333;
}
.ct_3{
	color:#666;
}
.ct_4{
	color:#999;
}
.ct_5{
	color:#ccc;
}
.ct_6{
	color:#fff;
}
.ct_7{
	color:#c11e2b;
}
/* */

.k1120{
	max-width:1434px;
	margin:0 auto;
}
#header{
	width:100%;
	height:100px;
	position:fixed;
	z-index:1100;
	background:#fff;
	top:0;
	box-shadow:0 1px 0 rgba(0,0,0,0.05);
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
}
#header .k1120 {
	position:relative;
	padding:0 10px;
}
	/*有用*/

	.navBox{
		width:45px;
		padding:15px 0 0 0;
		height:30px;
		position:absolute;
		left:-45px;
		top:0;

	}
	.navOpen{
		height:12px;
		width:22px;
		display:block;
		margin:0 auto;
		border-top:2px solid #666;
		border-bottom:2px solid #666;
		position:relative;
		z-index:1;
	}
	.navOpen:after{
		display:block;
		position:absolute;
		left:0;
		right:0;
		height:2px;
		overflow:hidden;
		content:'';
		background:#666;
		top:50%;
		margin-top:-1px;
		z-index:1;
	}
	.navBox:before{
		width:2px;
		height:18px;
		display:block;
		content:'';
		background:#fff;
		left:14px;
		top:15px;
		position:absolute;
		z-index:333;
	}



/**/
.case{
	padding:20px 10px 0 10px;
}
.case li{
	width:23%;
	float:left;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 8px;
}
.case ul{
	margin-left:-20px;
}
.case li img{
	max-width:100%;}
.case li .mask{
	right:0;
	bottom:0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	color:#fff;
}
.view-tenth{
	position:relative;
	overflow:hidden;
	text-align:center;
	margin:20px 0 0 20px;
	max-height:260px;
	min-height:200px;
}
.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
	background-color: rgba(193, 30, 43, 0.6);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

/*有用*/
.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.moreBtn{
	border:3px solid #717171;
	height:45px;
	line-height:45px;
	padding:0 4%;
	display:inline-block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.test {
	font-weight: bold;
}

/*-------------------*/

.nproduct_list2 ul li {
	background-color: white;
	float: left;
	width: 46%;
	margin-left: 2.5%;
	margin-right: 1%;
	border-radius: 20px;
}


.i_solution ul li {
	float: left;
	width: 31%;
	margin-right: 2%;
}

.bx-wrapper, .bx-viewport {
	height: 765px !important;
}
.bx-wrapper img {
	margin: 0 auto;
}


/* CSS样式 新闻的*/
/* 基础样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Microsoft YaHei', sans-serif;
	background-color: #f5f5f5;
}

/* 新闻容器 */
.news-container {
	float: left;
	max-width: 1441px;
	margin: 40px auto;
	padding: 0 20px;
}
/* 双栏布局 */
.columns-wrapper {
	display: flex;
	gap: 30px;
}

.news-column {
	flex: 1;
	background: white;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 54px 54px 36px;
	height: 650px;
}
/*公司产业*/
.news-product {
	flex: 1;
	background: white;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 20px;
	height: 422px;
}

/* 左侧导航和新闻列表 */
.news-content {
	flex: 1;
}

.nav-tabs {
	display: flex;
	list-style: none;
	margin-bottom: 1px;
	margin-top: -46px;
}

.nav-tabs li {
	padding: 12px 52px;
	background: #FFA726;
	color: white;
	cursor: pointer;
	border-radius: 19px 4px 0 0;
	transition: all 0.3s;
	font-size: 18px;
}

.nav-tabs li.active {
	background: #E53935;
}

.news-item {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
	cursor: pointer;
}

.news-item:hover {
	background: #f8f8f8;
}

.genduo {
	line-height: 0px;
	color: #929292;
	font-size: 16px;
}

.news-date {
	float: right;
	color: #999;
	text-align: right;
}
/* 新闻条目 */
.news-item {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.news-item:last-child {
	border-bottom: none;
}

/* 文字说明区域 */
.caption1 {
	position: absolute;
	bottom: 51px;
	max-width: 690px;
	background: rgba(0, 0, 0, 0.6);
	padding: 25px;
	border-radius: 8px;
	backdrop-filter: blur(3px);
	text-align: right;
	color: #fff;
}


.caption1 p {
	margin: 0;
	line-height: 1.6;
	font-size: 1.1em;
	white-space: pre-line;
	word-break: break-word;
}

/* 文字说明区域 */
.caption {
	position: absolute;
	top: 0px;
	right: 14px;
	max-width: 400px;
	background: rgba(0, 0, 0, 0.6);
	padding: 25px;
	border-radius: 8px;
	backdrop-filter: blur(3px);
	text-align: right;
	color: #fff;
}

.caption h2 {
	margin: 0 0 15px 0;
	font-size: 2.2em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.caption p {
	margin: 0;
	line-height: 1.6;
	font-size: 1.1em;
	white-space: pre-line;
	word-break: break-word;
}

/* 新增轮播图样式 */
.carousel-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
}

.carousel-track {
	width: 100%;
	display: flex;
	/* 新增关键属性 */
	flex-shrink: 0;
}

.carousel-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}



/* 新增动画容器 */
.tab-content-wrapper {
	position: relative;
	overflow: hidden;
	transition: height 0.3s ease;
	will-change: height; /* 预提示浏览器优化 */
}

.tab-content {
	box-size: border-box;
	position: absolute;
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition:
			opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
			transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.tab-content.active {
	position: relative;
	opacity: 1;
	transform: translateY(0);
	pointer-events: all;
}

/* 原有样式优化 */
.nav-tabs li {
	transition: background 0.3s ease; /* 添加过渡效果 */
}

.company{
	padding-top: 10px;
	font-size: 15px;
}

/* 并排的三列 */
.i_product_bg .row .column {
	float: left;
	width: 25%;
	margin-bottom: 16px;
	padding: 10px 8px;
}

/* 在小屏幕上，将列上下显示而不是并排显示 */
@media screen and (max-width: 650px) {
	.i_product_bg .row .column {
		width: 100%;
		display: block;
	}
}

/* 添加一些阴影以创建卡片效果 */
.i_product_bg .row .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* 容器内的一些左右内边距 */
.i_product_bg .row .container {
	padding: 0 16px;
}

/* 清除浮动 */
.i_product_bg .row .container::after, .i_product_bg .row::after {
	content: "";
	clear: both;
	display: table;
}

/* 标题样式 */
.i_product_bg .row .title {
	color: grey;
}

/* 按钮样式 */
.i_product_bg .row .button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

/* 按钮悬停效果 */
.i_product_bg .row .button:hover {
	background-color: #555;
}


