﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.download-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 10px 0;
	font-size: 16px;
  }
  .download-content p {
	font-size: 16px;
	margin: 0;
	color: #333333;
  }
  .download-content p text{
	font-size: 20px;
	font-weight: bold;
  }
  .download-content p:hover{
	color: #047E9C;
  }	
  .download-content span {
	  color: #047E9C;
  
	margin-left: 20px;
  }
  .side-toolbar {
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
  }
  
  .toolbar-item {
	width: 30px;
    height: 40px;
    background: #666;
    line-height: 20px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .toolbar-item.to-top {
	background: #179bb9;
	color: #fff;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .toolbar-item.to-top .top-icon {
	font-size: 22px;
	margin-bottom: 2px;
  }
  
  .toolbar-item:hover {
	background: #f9b23a;
	color: #fff;
  }
/* 商品卡片容器 */
.goods-flex-container {
    display: flex;
    align-items: flex-start;
    gap: 32px;
	margin-bottom: 40px;
}
.content-list-top .imgs{
	height: 400px;
	width: 100%;
}
.content-list-top .imgs img{
	height: 400px;
	width: 100%;
}
.content-list-top{
	background-color:#ebebeb;
	width: 100%;
}
.content-list-top-info{
	padding: 20px;
}
.content-list-top-info h3{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom:15px;
	line-height: 1.3;
}
.content-list-top-info span{
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
	line-height: 1.3;
}
.product-btns{
	margin-top: 15px;
}
.product-btns .btn{
	width: 200px;
	height: 40px;
	background-color:#F6A633 ;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.content-list-all{
	margin-top: 20px;
	width: 100%;
}
.i_about_r{
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0px;
}
.i_about_r:last-child{
	border-bottom: none;
}
.i_about_r hr{
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
}
.i_about_r h3{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 20px 0px 15px 0px;
	border-left: 4px solid #047E9C ;
	padding-left: 10px;
}
.i_about_r{
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}
.i_about_r  p {
    display: flex;
    /* justify-content: center; 水平居中
    align-items: center; */
    /* gap: 15px; 图片间距，可根据需要调整 */
}

.i_about_r p img {
    width: 30%;      /* 每张图片占容器的30%，三张刚好一行 */
    max-width:30%;  最大宽度限制，防止太大 */
    height: auto;    /* 保持图片比例 */
    object-fit: contain;
    display: block;
}
.i_about_r table {
    border-collapse: collapse;
	
}
.i_about_r  table tr:nth-child(odd) {
    background-color: #C4C4C9;
}
.i_about_r  table tr:nth-child(even) {
    background-color: #F3F3F5;
}
.i_about_r table th, .i_about_r  table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    text-align: center;
	vertical-align: middle;
}
/* 左侧tab导航 */
.goods-flex-left {
    width: 450px;
    min-width: 180px;
}
.goods-flex-right{
	width:calc(1440px - 500px);
}
.goods-tab-nav {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    margin-bottom: 24px;
}
.vertical-tab {
    padding: 18px 24px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
    transition: background 0.2s, color 0.2s;
}
.vertical-tab.csel,
.vertical-tab:hover {
    background: #047E9C;
    color: #fff;
}

/* 右侧内容区 */
.goods-flex-right {
    flex: 1;
}
.vertical-tab-content {
    width: 100%;
}
.vertical-tab-panel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 0;
}

/* 商品卡片列表ul */
.goods-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}
.goods-list-ul li {
    margin: 0;
    padding: 0;
}

/* 商品卡片 */
.goods-list {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 18px 18px 12px 18px;
    width: 266px;
    min-height: 220px;
    margin-bottom: 0;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.goods-list:hover {
    box-shadow: 0 6px 24px rgba(24,144,255,0.15);
    transform: translateY(-4px) scale(1.02);
}
.goods-list p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #047E9C;
}
.goods-list .desc {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    font-weight: normal;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods-list .imgs {
    width: 100%;
    height: 140px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods-list .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}
.goods-list:hover .imgs img {
    transform: scale(1.05);
}

/* 响应式优化 */

/* banner */
.banner-area {
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #f7f8fa;
	min-height: 450px;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
  }
  .ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666666;
	line-height: 30px;
  }
.ellipsis:hover{
	color: #047E9C;
}

  .banner-slider {
	/* flex: 3.2; */
	width: 1100px;
	background: #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .banner-slider #slider {
	width: 100%;
	height: 100%;
  }
  
  .banner-slider .bx-wrapper {
	height: 100%;
  }
  
  .banner-slider .bx-viewport {
	height: 100% !important;
  }
  
  .banner-slider .bxslider {
	height: 100%;
  }
  
  .banner-slider .bxslider li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .banner-slider .carousel-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .banner-slider .carousel-img img {
	max-width: 100%;
	/* max-height: 100%; */
	object-fit: cover;
  }
  
  .banner-work {
	/* flex: 0.8; */
	width: 290px;
	background: #fff;
	padding:20px;
	/* display: flex; */
	flex-direction: column;
	box-shadow: 0 2px 16px rgba(0,0,0,0.06);
	border-left: 1px solid #e5e7eb;
  }
  
  .work-icons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
  }
  
  .work-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #047E9C;
	padding: 0px 40px;
  }
  
  .work-icon img {
	width: 38px;
	height: 38px;
	margin-bottom: 6px;
  }
  
  .work-tabs {
	display: flex;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 12px;
	margin-top: 20px;
  }
  
  .work-tab {
	padding: 0 12px 8px 12px;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	margin-right: 8px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s, color 0.2s;
  }
  
  .work-tab.active {
	color: #047E9C;
	border-bottom: 2px solid #047E9C;
	font-weight: bold;
  }
  
  .work-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #666;
  }
  
  .work-list li {
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .work-list a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s;
  }
  
  .work-list a:hover {
	color: #047E9C;
  }
  @media screen and (max-width: 900px) {
	.wtuo-title-top h2{
		font-size: 20px !important;
	}
	.weituo-form{
		width: 100% !important;
	}
	.tel-bg{
		display: none !important;
	}
	.side-toolbar{
		display: none !important;
	}
	.news-list-name{
		margin-bottom: 20px !important;
	}
	.explore-hw-content-video{
		margin-top: 20px !important;
	}
	.explore-hw-content{
		margin-bottom: 20px !important;
	}
	.explore-foot{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.explore-foot p{
		font-size: 18px !important;
		margin-bottom: 5px !important;
	}
	.explore-foot span{
		font-weight: 400 !important;
		font-size: 14px !important;
	}
	.explore-foot h1{
		font-size: 24px !important;
		margin-top: 10px;
	}
	.wtuo-text{
		display: contents !important;
	}
	.wtuo-col{
		margin-bottom: 20px !important;
	}
	.wrap2 {
	  width: 94%;
	}
	.wrap{
		width: 94%;
	}
	.product_a{
		margin-top: 0px;
	}
	.news-list-name p,.i_title h2,.news-list-name p{
		font-size: 16px !important;
	}
	.news-list-name span,i_title f24,.news-list-name span{
		font-size: 14px !important;
	}
  }
  @media (max-width: 900px) {
	.i_title h2{
		letter-spacing: 0px !important;
	}
/* .business-scope-grid{
		width: calc(100% - 20px) !important;
	}	 */
	.i_title{
		margin-top: 0px !important;
		margin-bottom: 10px !important;
	}
		.news_con_pc {
		  display: none !important;
		}
		.media-news {
		  display: block !important;
		  margin-top: 20px;
		}
		.media-news ul {
		  padding: 0;
		  margin: 0;
		}
		.media-list {
		  display: flex;
		  align-items: center;
		  padding: 12px 0;
		  border-bottom: 1px solid #eee;
		  /* background: #fff; */
		}
		.media-img {
		  width: 90px;
		  height: 60px;
		  flex-shrink: 0;
		  overflow: hidden;
		  border-radius: 6px;
		  margin-right: 14px;
		  background: #f5f5f5;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		}
		.media-img img {
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  display: block;
		}
		.media-right {
			flex: 1;
			display: flex;
			flex-direction: column;
			justify-content: center;
			min-width: 0; /* 防止内容撑破 */
		}
		.media-right p {
		  font-size: 16px;
		  color: #222;
		  margin-bottom: 6px;
		  font-weight: 500;
		  line-height: 1.3;
		}
		.media-right span {
		  font-size: 13px;
		  color: #888;
		}
	  
	  /* 默认隐藏移动端新闻列表 */
	  .media-news {
		display: none;
	  }
	  
	.content-list-top .imgs,.content-list-top .imgs img{
		height: 165px;
	}
	.about-right, .about-left{
		width: 100% !important;
	}
	.about-left p{
		font-size: 16px !important;
		margin-bottom: 20px !important;
	}
	.map_div{
		margin-top: 0px !important;
	}
	.about_x .con_id{
		padding-bottom: 0px;
	}
	.section-header{
		margin-bottom: 0px !important;
	}
	.goods-flex-container {
        flex-direction: column;
    }
    .goods-flex-left {
        width: 100%;
        margin-bottom: 16px;
    }
	.goods-flex-right{
		width: 100%;
	}
    .vertical-tab-panel, .vertical-tab-content {
        flex-direction: column;
        gap: 16px;
    }
    .goods-list-ul {
        flex-direction: column;
        gap: 16px;
    }
    .goods-list {
        width: calc(100% - 40px);
    }
	.banner-area {
	  flex-direction: column;
	  min-height: unset;
	}
	.banner-slider{
	  flex: unset;
	  width: 100%;
	  min-width: 0;
	  box-shadow: none;
	  border-left: none;
	}
	.banner-slider {
	  height: 200px;
	}
	.banner-work {
		flex: unset;
		width:calc(100% - 20px);
		min-width: 0;
		box-shadow: none;
		border-left: none;
	  padding: 18px 10px;
	}
	.work-icon{
		padding: 0px 30px;
	}
	.work-icons {
	  margin-bottom: 0px;
	}
	.work-tabs{
		margin-top: 30px;
	}
	.work-icon img {
	  width: 32px;
	  height: 32px;
	}
	.work-icon span {
	  font-size: 12px;
	}
	.o_big h1{
		/* line-height:160px; */
		top: 0px;
		font-size: 22px;
		margin-top: 14%;
	}
  }
/* 首页logo */
.header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	min-height: 70px;
  }
  
  .header-logo {
	display: flex;
	align-items: center;
  }
  
  .header-logo img {
	height: 57px;
	margin-right: 12px;
  }
  
  .company-cn {
	font-size: 20px;
	font-weight: bold;
	color: #1a6d8f;
	line-height: 1.2;
  }
  
  .company-en {
	font-size: 12px;
	color: #1a6d8f;
  }
  
  .header-search form {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	position: relative;
  }
  
  .header-search input[type="text"] {
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	outline: none;
	width: 420px;
	background: transparent;
	flex: 1;
  }
  
  .header-search .search-btn {
	background: #0086a7;
	color: #fff;
	border: none;
	padding: 0px 28px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 0 25px 25px 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transition: background-color 0.3s;
  }
  
  .header-search .search-btn:hover {
	background: #006d8a;
  }
  
  .header-phone {
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
	color: #222;
  }
  
  .header-phone .phone-icon {
	width: 36px;
	height: 36px;
	margin-right: 10px;
  }
  .phone-number{
	font-size: 36px;
	color: #222;
  }
  /* //logo结束 */
  .case-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.case-tab {
	padding: 10px 20px;
	font-size: 14px;
}
.i_product_bg {
	/* background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%; */
}
.i_title {
	margin-top: 40px;
	margin-bottom: 40px;
	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: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	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;
}
.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: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	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) {
/*轮显*/
.banner-area {
	margin-top: 0px;
	border-radius: 0px;
}
.banner-slider .carousel-img img{
	height: 200px !important;
}
.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) {
}

/* 业务范围样式 - 文字在图片上方 */
.case-item {
	/* background: #fff; */
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.case-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.case-item a {
	display: block;
	text-decoration: none;
	color: #333;
}

.case-item .txts {
	padding: 15px;
	background: #fff;
}

.case-item .txts h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.3;
}

.case-item .txts p {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.case-item .imgs {
	overflow: hidden;
}

.case-item .imgs img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.case-item:hover .imgs img {
	transform: scale(1.05);
}

/* 轮播图样式调整 */
#owl-demo3 .item {
	padding: 0 10px;
}

#owl-demo3 .owl-item {
	margin-bottom: 20px;
}

/* 项目案例和合作单位选项卡样式 */
.case-tabs {
	display: flex;
	justify-content: center;
	margin: 40px 0 30px 0;
	border-bottom: 1px solid #e5e7eb;
}

.case-tab {
	padding: 12px 0px;
	font-size: 16px;
	width: 50%;
	text-align: center;
	color: #666;
	cursor: pointer;
	background: none;
	border: none;
	transition: all 0.3s ease;
	position: relative;
	background-color: #ffffff;
}

.case-tab:hover {
	color: #047E9C;
}
.list-tabs{
	background-color: #ffffff !important;
}
.list-tabs .active {
	color: #333333 !important;
	background-color: #ffffff !important;
	border-bottom: 1px solid #047E9C !important;
}

.case-tab.active {
	color: #ffffff;
	background-color: #047E9C;
	font-weight: bold;
}

.case-content {
	position: relative;
}

.case-panel {
	display: none;
	animation: fadeIn 0.3s ease;
}

.case-panel.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.case-section {
	margin-bottom: 40px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.section-header h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 0;
}

.more-link {
	color: #047E9C;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.more-link:hover {
	color: #005a9e;
}

.case-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.case-item {
	/* background: #fff; */
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.case-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.case-image {
	width: 100%;
	height:245px;
	overflow: hidden;
	position: relative;
}

.case-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.case-item:hover .case-image img {
	transform: scale(1.05);
}

.case-label {
	padding: 15px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: transparent;
	line-height: 1.4;
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.case-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}

@media (max-width: 600px) {
	.case-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.case-tabs {
		margin: 20px 0 20px 0;
	}
	
	.case-tab {
		padding: 8px 15px;
		font-size: 13px;
	}
	
	.section-header h3 {
		font-size: 18px;
	}
	
	.case-image {
		height: 180px;
	}
}



/* 案例自动滚动样式 */
.auto-scroll-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
}

.scroll-wrapper {
    display: flex;
    transition: transform 0.03s linear;
    width: max-content;
}

.scroll-item {
    flex-shrink: 0;
    margin-right: 20px;
    width: 280px; /* 固定宽度 */
}

.scroll-item:last-child {
    margin-right: 0;
}

.scroll-item .case-item {
    height: 100%;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.scroll-item .case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.scroll-item .case-item a {
    display: block;
    text-decoration: none;
    color: #333;
}

.scroll-item .case-image {
    overflow: hidden;
    height: 200px;
}

.scroll-item .case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.scroll-item .case-item:hover .case-image img {
    transform: scale(1.05);
}

.scroll-item .case-label {
    padding: 15px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

/* 响应式自动滚动样式 */
@media (max-width: 1200px) {
    .scroll-item {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .scroll-item {
        width: 220px;
        margin-right: 15px;
    }
    
    .scroll-item .case-image {
        height: 150px;
    }
    
    .scroll-item .case-label {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .scroll-item {
        width: 200px;
        margin-right: 10px;
    }
    
    .scroll-item .case-image {
        height: 120px;
    }
    
    .scroll-item .case-label {
        padding: 10px;
        font-size: 13px;
    }
}

/* 确保滚动动画平滑 */
.scroll-wrapper {
    will-change: transform;
}

/* 优化性能 */
.auto-scroll-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* 委托 */
.wtuo-text img{
	width:25px;
   padding-right: 10px;
}
.wtuo-text {
display: flex;
gap: 24px;
margin-top: 32px;
justify-content: center;
}
.wtuo-col {
background: #faf7f7;
border-radius: 10px;
flex: 1 1 0;
/* min-width: 350px; */
/* max-width: 600px; */
/* padding: 24px 24px 16px 24px; */
box-sizing: border-box;
border: 1px solid #f0eaea;
}
.wtuo-title-row {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #e5e5e5;
padding: 30px 20px;
}
.wtuo-title {
color: #CC4747;
font-size: 22px;
font-weight: bold;
display: flex;
align-items: center;
}
.wtuo-title i {
font-style: normal;
margin-right: 6px;
font-size: 22px;
}
.wtuo-collapse {
color: #bdbdbd;
font-size: 14px;
cursor: pointer;
}
.wtuo-list {
color: #888;
font-size: 14px;
line-height: 2;
padding: 20px;
margin: 0;
}
.wtuo-list li {
margin-bottom: 6px;
}
.wtuo-title-top{
	text-align: center;
}
.wtuo-title-top h2{
	font-size: 36px;
	font-weight: bold;
}
.wtuo-title-top p{	
	font-size: 14px;
	color: #888;
	margin: 15px 0px 20px 0px;
}
/* 为委托表单添加固定高度和滚动功能 */
.wtuo-form {
max-height: 600px;
overflow-y: auto;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
/* background: #fff; */
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 自定义滚动条样式 */
.wtuo-form::-webkit-scrollbar {
width: 8px;
}

.wtuo-form::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}

.wtuo-form::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}

.wtuo-form::-webkit-scrollbar-thumb:hover {
background: #a8a8a8;
}
.wtuo-title{
text-align: center;
}
.weituo-form{
	margin-bottom: 10%; margin: 0 auto;width: 50%;
}
.wtuo-content{
	margin-bottom: 20px;
}