@charset "utf-8";
/* CSS Document */

.list_cont {
	overflow: hidden;
	background: url(../image/newbg.png) no-repeat;/* background-size: 100%; */
}

.hdkefu {
	background-color: #f5f5f5;
	overflow: hidden;
}


.hdkefu {
}
.hdkefu .list_kefu {
}
.hdkefu .list_kefu .k1 {
	text-align: center;
	
}

.hdkefu .list_kefu .k1 span {
	display: block;
}
.hdkefu .list_kefu .k1 span img {
	width: 25%;
	
}
/*.kfimg {

	margin-bottom: 10px;
	 transition: all 0.4s ease;
}
.kfimg:hover{transform: scaleX(-1);
  transition: transform 0.5s ease;}*/
.hdkefu .list_kefu .k1 .kf_info {
	margin-top: 15px;
}
.hdkefu .list_kefu .k1 .kf_info h3 {
	font-size: 18px;
	color: #000;
	line-height: 40px;
}
.hdkefu .list_kefu .k1 .kf_info p {
}
.newart {
	max-width: 1400px;
	margin: 30px auto;
}
.newart h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
}
.newart .art_tit {
	text-align: center;
	margin-top: 20px;
	background-color: #e7e7e7;
	border: dashed 1px #666;
	color: #444;
}
.newart .artcont {
	line-height: 35px;
	margin-top: 20px;
}
.newart .artcont p {
}
.art_page {
	background: #eee;
	margin-top: 100px;
}

.art_page a {
}
.art_page a:hover {
	color: #0072b9;
}
.call {
	background: url(../image/newbg.png) no-repeat;
	padding-bottom: 30px;
}
.call_cont {
	max-width: 1400px;
	margin: 30px auto 0 auto;
	overflow: hidden;
	border-top-right-radius: 15px;
}
.call_cont h5 {
	font-size: 32px;
	text-align: center;
	margin: 20px 0;
	color: #ff6600;
	font-weight: 600;
}
.call_cont h5 img {
	width: 20%;
}
.call_cont form {
	width: 43%;
	float: left;
	margin: 3% 5%;
}
.call_cont form .txt {
	border-bottom: solid 1px #444;
	overflow: hidden;
}
.call_cont form .sub {
	width: 70%;
	background-color: #0070b8;
	line-height: 40px;
	color: #fff;
	margin: 40px 15% 0 15%;
	border-radius: 10px;
}
.call_cont form input {
	width: 100%;
	background: none;
	line-height: 70px;
	padding-left: 1%;
}
.call_cont .lianxi_right {
	width: 46%;
	float: left;
	margin: 4% 0%;
}
.call_cont .lianxi_right .p_txt {
	line-height: 40px;
}
.call_cont .lianxi_right .p_txt p {
	color: #000;
}
.call_cont .lianxi_right .p_txt span {
	color: #ff6600;
}
.call_cont .lianxi_right .tw_txt {
	margin-top: 25px;
}
.call_cont .lianxi_right .tw_txt .tw {
	width: 44%;
	float: left;
	/* text-align: center; */
	height:155px;
	overflow:hidden;
	margin: 3%;
}
.call_cont .lianxi_right .tw_txt .tw .tw_top {
	overflow: hidden;
}
.call_cont .lianxi_right .tw_txt .tw .tw_top span {
	display: block;
	float: left;
}
.call_cont .lianxi_right .tw_txt .tw .tw_top h4 {
	width: auto;
	float: left;
	line-height: 45px;
	margin-left: 15px;
	color: #c3c3c3;
}
.call_cont .lianxi_right .tw_txt .tw p {
	color: #ff6501;
	line-height: 39px;
}
.map {
	max-width: 1400px;
	overflow: hidden;
	margin: 0 auto 30px auto;
	text-align: center;
}
.map img {
	width: 90%;
}

.proart {
	overflow: hidden;
	background: url(../image/newbg.png) no-repeat;
	background-size: cover;
}
.category-section {
	max-width: 1400px;
	margin: 30px auto;
}
.category-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #444;
	font-weight: bold;
}
.category-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.category-container li{
	flex: 1 0 calc(20% - 10px);
	min-width: 120px;
/*	padding: 20px 8px;*/
   
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: solid 1px #0070b8;
	font-size: 16px;
}
.proart .category-section .category-container li:hover {
	background-color: #026db3;
	transform: translateY(-2px);
	color: #fff;
	border-bottom:solid 2px #ff6600
}
.proart .category-section .category-container li a{
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	color:#000;}
.proart .category-section .category-container li a:hover{
	color:#fff;}
.product-section {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto;
	max-width: 1400px;
}
.product-image {
	flex: 1 1 300px;
	min-width: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-info {
	flex: 1 1 300px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-title {
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	padding-bottom: 15px;
}
.product-description {
	color: #666;
	line-height: 1.8;
	font-size: 14px;
}
.product-description p {
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../image/hq_06.jpg) no-repeat left 6px;
}
.contact-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
}
.contact-btn {
	padding: 10px 20px;
	border-radius: 6px;
	border: none;
	/* font-weight: bold; */
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}
.phone-btn {
	background-color: #4CAF50;
	color: white;
	background: linear-gradient(#cee8f7, #2486c3);
}
.email-btn {
	/* background-color: #2196F3; */
	color: white;
	background: linear-gradient(#cee8f7, #2486c3);
}
.contact-btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}
.contact-btn i {
	font-size: 0;
}
.contact-icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.contact-label {
	font-size: 16px;
	font-weight: 700;
}
.tab-container {
	max-width: 1400px;
	margin: 0 auto;
	background: white;
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.tab-header {
	display: flex;
	background-color: #0070b8;
	border-bottom: 1px solid #dee2e6;
	overflow-x: auto;
	scrollbar-width: none;
}
 .tab-header::-webkit-scrollbar {
 display: none;
}
.tab-btn {
	padding: 6px 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	white-space: nowrap;
	transition: all 0.3s ease;
	position: relative;
	margin: 5px;
}
.tab-btn:hover {
	color: #ff6600;
	background-color: #fff;
}
.tab-btn.active {
	color: #ff6600;
	background-color: #ffffff;
	margin: 5px;
}
.tab-btn.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;

	border-radius: 3px 3px 0 0;
}
.tab-content {
	padding: 5px;
	display: none;
	animation: fadeIn 0.5s ease;
}
.tab-content.active {
	display: block;
}

.data-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}
.data-table th,  .data-table td {
	border: 1px solid #000;
	padding: 12px 15px;
	text-align: left;
}
.data-table th {
	background-color: #f8f9fa;
	font-weight: 600;
}
.data-table tr:hover {
	background-color: #f1f8ff;
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 15px 0;
}
.product-item1 {
	flex: 1 0 calc(25% - 5px);
	min-width: 150px;
	background: white;
	border-radius: none;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.product-image {
	width: 100%;
	object-fit: cover;
}
.product-title {
	padding: 10px;
	background-color: #e4f5ff;
	text-align: LEFT;
	font-weight: bold;
	border-bottom: solid 1px #0070b8;
}
.image-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 15px 0;
}
.image-item {
	flex: 1 0 calc(25% - 5px);
	min-width: 150px;
	padding: 5px;
}
.image-item img {
	width: 100%;
	object-fit: cover;
}
.featured-image {
	width: 100%;
	object-fit: contain;
	margin: 15px 0;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
#map{
	max-width:100%;
	height:500px; 
	font-weight:700; 
	font-size:18px;
	}
.about_cont{
	max-width:96%;
	margin:0 auto;}
 .art_page p {
 line-height: 60px;
}
.newart .art_tit{line-height:30px;}
	 .newart h3{
	line-height:30px;}
.product-item,  .image-item {
	flex: 1 0 calc(33.333% - 5px);
}
}
 @media (max-width: 768px) {
.tab-btn {
	padding: 10px 15px;
	font-size: 14px;
}
.tab-content {
	padding: 15px;
}
.product-item,  .image-item {
	flex: 1 0 calc(50% - 5px);
}
}
 @media (max-width: 480px) {
.product-item,  .image-item {
	flex: 0 0 49%;
}
.data-table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/***************************/
.product-carousel-container {
	max-width: 1400px;
	margin: 30px auto;
}
.carousel-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
	color: #fff;
	position: relative;
	text-align: left;
	background: url(../image/lbbg.png) no-repeat left center;
	line-height: 59px;
	padding-left: 15px;
}
.carousel-title::after {

}
.product-carousel {
	position: relative;
	/* overflow: hidden; */
	max-width: 1400px;
	margin: 0 auto;
}
.product-slider {
	display: flex;
	transition: transform 0.5s ease;
}
.product-item {
	width: calc(24.3%);
	margin-right: 12px;
	border: 1px solid #000;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}
.product-item:last-child {
	margin-right: 0;
}
.product-image {
	width: 100%;
	object-fit: cover;
}
.product-title {
	font-size: 16px;
	color: #333;
	/* COLOR: #ff6600; */
	text-align: center;
}
.carousel-nav {
	position: absolute;
	top: 50%;
	left: -52px;
	transform: translateY(-50%);
	width: 107%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 999;
}
.carousel-btn {
	pointer-events: all;
	background: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}
.carousel-btn:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.carousel-btn i {
	font-size: 0;
	color: #333;
}
.carousel-btn[disabled] {
	/* opacity: 0.5; */
	cursor: not-allowed;
}
 @media (min-width: 1260px){
	 min-width:1400px;
	 .proart .category-section .category-container li a{
height:80px;
line-height:80px;}
	 }
 @media (min-width: 1024px){
#map{
	max-width:1400;
	height:700; 
	font-weight:700; 
	font-size:18px;
	}
	.company-description {
margin-top:105px;} 
.proart .category-section .category-container li a{height:60px;line-height:60px;overflow: hidden;}
.list_cont .list {
	max-width: 1400px;
	margin: 25px auto;
	overflow: hidden;
}
.list_cont .list ul {
}
.list_cont .list ul li {
	border-bottom: solid 1px #d6d6d6;
	float: left;
	overflow: hidden;
	padding: 20px 0;
	width:100%;
}
.list_cont .list ul li a:hover {
	color: #3c6cb6;
}
.list_cont .list ul li span b:hover {
	color: #3c6cb6;
}
.list_cont .list ul li .pic {
	float: left;
	width: 10%;
}
.list_cont .list ul li .pic img {
	width: 140px;
	height: 140px;
}
.list_cont .list ul li span {
	display: block;
	float: left;
	width: 10%;
	text-align: center;
	margin: 0 1%;
}
.list_cont .list ul li span b {
	font-size: 36px;
	line-height: 75px;
	color: #d6d6d6;
}
.list_cont .list ul li span p {
	font-size: 14px;
	background-color: #d6d6d6;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
}
.list_cont .list ul li span p:hover {
	color: #fff;
	background-color: #3c6cb6;
}
.list_cont .list ul li .info {
	width: 78%;
	float: left;
	/* margin-left: 2%; */
	border-left: solid 1px #d6d6d6;
	min-height: 140px;
	overflow: hidden;
}
.list_cont .list ul li .info h3 {
	font-size: 18px;
	/* font-weight: 700; */
	line-height: 45px;
	margin-bottom: 10px;
	margin-left: 2%;
	overflow: hidden;
}
.list_cont .list ul li .info p {
	line-height: 25px;
	color: #666;
	margin-left: 2%;
}
.about_cont{max-width:1400px;}
.call_cont h5 img{width: 20%;}
.hdkefu .list_kefu .k1:nth-child(4) {
	border-right: none;
}
.hdkefu .list_kefu .k1 {
	width: 25%;
	float: left;
	padding: 0 3%;
	border-right: 1px #ff6700 solid;
}
.hdkefu .list_kefu {
	max-width: 1400px;
	margin: 30px auto;
	overflow: hidden;
}
 	.art_page p {
	line-height: 60px;
}
	.newart .art_tit {line-height:30px;}
	 }

 @media (max-width: 1024px) {

.product-item {
	min-width: calc(33.33% - 15px);
}
}
 @media (max-width:992px) {
	 .company-description {margin-top: 162px;}
.proart .category-section .category-container li a{height: auto;line-height:30px;}
.list_cont .list {
	max-width: 1400px;
	margin: 25px auto;
	overflow: hidden;
}
.list_cont .list ul {
}
.list_cont .list ul li {
	border-bottom: solid 1px #d6d6d6;
	float: left;
	overflow: hidden;
	padding: 20px 0;
}
.list_cont .list ul li a:hover {
	color: #3c6cb6;
}
.list_cont .list ul li span b:hover {
	color: #3c6cb6;
}
.list_cont .list ul li .pic {
	float: left;
	width: 30%;
}
.list_cont .list ul li .pic img {
	width: 100%;
}
.list_cont .list ul li span {
	display: block;
	float: left;
	width: 30%;
	text-align: center;
	margin: 0 1%;
}
.list_cont .list ul li span b {
	font-size: 36px;
	line-height: 75px;
	color: #d6d6d6;
}
.list_cont .list ul li span p {
	font-size: 14px;
	background-color: #d6d6d6;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
}
.list_cont .list ul li span p:hover {
	color: #fff;
	background-color: #3c6cb6;
}
.list_cont .list ul li .info {
	width: 100%;
	float: left;
	/* margin-left: 2%; */
	border-left: none;
	min-height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.list_cont .list ul li .info h3 {
	font-size: 16px;
	/* font-weight: 700; */
	line-height: 28px;
	margin-bottom: 10px;
	margin-left: 2%;
	overflow: hidden;
	/* margin-bottom: 15px; */
}
.list_cont .list ul li .info p {
	line-height: 25px;
	color: #666;
	margin-left: 2%;
}
.about_cont{max-width:96%; margin:0 auto;}
.call_cont .lianxi_right{width: 100%;}
.call_cont{ max-width:96%;}
.call_cont form{width: 100%;margin: 0 auto;}
.call_cont h5 img{width:50%;}
.hdkefu .list_kefu .k1:nth-child(4) {
	border-right:1px #ff6700 solid;
}
.hdkefu .list_kefu .k1 {
	width: 48%;
	float: left;
	padding: 0 3%;
	border-right: 1px #ff6700 solid;
	margin: 1%;
	height: 260px;
	overflow: hidden;
}
.hdkefu .list_kefu {
	max-width:96%;
	margin: 30px auto;
	overflow: hidden;
}
	.art_page p {
	line-height: 35px;
} 
	 }
 @media (max-width: 768px) {
	
.product-item {
	min-width: calc(50% - 10px);
	margin-right: 15px;
}
.carousel-title {
	font-size: 24px;
}
}
 @media (max-width: 480px) {
.product-item {
	min-width: 100%;
	margin-right: 0;
}
.carousel-title {
	font-size: 20px;
}
}
.about {
	background: url(../image/newbg.png) no-repeat;
	overflow: hidden;
	margin-top: 30px;
}
.icon-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-content: flex-start;
	max-width: 1400px;
	margin: 0 auto;
	border-bottom: solid 1px #0070b8;
}
.icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1 0 calc(25% - 20px);
	min-width: 20%;
	max-width: 207px;
	margin-bottom: 20px;
	cursor: pointer;
}
.icon-image {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 10px;
	/* transition: all 0.4s ease;*/
}
/*.icon-image:hover{transform: scaleX(-1);
  transition: transform 0.5s ease;}*/
.icon-name {
	font-size: 14px;
	color: #0070b8;
	word-break: break-word;
}
 @media (max-width: 900px) {
	 
.icon-item {
	flex: 1 0 calc(33.33% - 20px);
}
}
 @media (max-width: 600px) {
.icon-item {
	flex: 1 0 calc(17% - 20px);
}
}
 @media (max-width: 400px) {
.icon-item {
	flex: -1 0 100%; 
}
}
.company-section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 30px;
	align-items: center;
}
.company-image {
	flex: 1 1 40%;
	min-width: 300px;
	max-width: 100%;
}
.company-image img {
	width: 100%;
	height: auto;
	/* border-radius: 8px; */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.company-content {
	flex: 1 1 50%;
	min-width: 300px;
	position: relative;
}
.section-title {
	color: #ff6600;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: bold;
}
.company-name {
	background-color: #0070b8;
	color: white;
	/* padding: 10px 29px; */
	/* display: inline-block; */
	margin-bottom: 15px;
	font-size: 20px;
	/* border-radius: 4px; */
	width: 100%;
	/* height: 80px; */
	position: absolute;
	left: -85px;
	padding: 5px 0 5px 83px;
}
.company-name p{
	font-size:14px;
	margin:10px 0;}
.company-description {
	color: #333;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;

}

.lower-section .company-image {
	order: 2;
}
.lower-section .company-content {
	order: 1;
}

@media (max-width: 768px) {
.company-section {
	/* flex-direction: column; */
	gap: 20px;
}
#map{
	max-width:100%;
	height:350px; 
	font-weight:700; 
	font-size:18px;
	}
.company-image, .company-content {
	flex: 1 1 100%;
	min-width: 100%;
}
.lower-section .company-image,  .lower-section .company-content {
	order: unset;
}
.section-title {
	font-size: 24px;
}
.company-name {
	font-size: 18px;
}
}
.about_cont{
	margin:0 auto;
	/* border-top: solid 1px #0070b8; */
	padding-top: 10px;
	}
.ryzz{
	width:100%;
	overflow:hidden;
	background:url(../image/zzbj.png) no-repeat;
	padding-bottom: 50px;
	}
.rycont{max-width:1400px;overflow:hidden;margin: 15px auto;}
.ryzz .rytitle{background: url(../image/btk.png) no-repeat bottom center;line-height: 60px;padding-bottom: 52px;font-size: 30px;padding-top: 15px;color: #0071b8;font-weight: 600;text-align: center;}
.ryzz .ryzzpic{
    margin-top: 30px;
}
