
/*首页轮播*/
#kmyCarousel{
    -webkit-animation: gfadeIn 1s 0.4s both;
    -moz-animation: gfadeIn 1s 0.4s both;
    animation: gfadeIn 1s 0.4s both;
}

#kmyCarousel .carousel-inner .active.left, #kmyCarousel .carousel-inner .active.right{
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.carousel-fade .carousel-inner .item {
   /* transition-property: opacity;*/
    opacity: 0;
            transition: opacity 1s ease;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.zoom-img {
    transform: scale(1.12);
    transition: transform 5s ease-in-out;
}
.carousel-inner .active .zoom-img {
    transform: scale(1);
}
.text-slide-up {
  /*  transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease 0.5s;*/
	
	 opacity: 0;
            transform: translateY(50px);
            animation: slideUp 0.8s forwards 0.3s;
}
.banner-content {
            opacity: 0;
            animation: fadeIn 0.8s forwards 0.5s;
        }
        
        .banner-desc {
            opacity: 0;
            animation: fadeIn 0.8s forwards 0.7s;
        }
.carousel-inner .active .text-slide-up {
    transform: translateY(0);
    opacity: 1;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    display: block;
    opacity: 1;
}
.carousel-inner > .next,
.carousel-inner > .prev,
.carousel-inner > .active.left,
.carousel-inner > .active.right {
    display: block;
    opacity: 0;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.module_banner{
    padding-top: 90px;
    position: relative;
    width: 100%;
	z-index:800;
}
@keyframes slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeIn {
            to { opacity: 1; }
        }
		
.flip_front{-webkit-animation:flipOutX 0.4s linear both; -moz-animation:flipOutX 0.4s linear both; animation:flipOutX 0.4s linear both;}
@-webkit-keyframes flipOutX{
    0%{-webkit-transform:perspective(800px) rotateX(0deg) scale(1);}
    100%{-webkit-transform:perspective(800px) rotateX(-90deg) scale(0.86);}
}
@-moz-keyframes flipOutX{
    0%{-moz-transform:perspective(800px) rotateX(0deg) scale(1)}
    100%{-moz-transform:perspective(800px) rotateX(-90deg) scale(0.86)}
}
@keyframes flipOutX{
    0%{transform:perspective(800px) rotateX(0deg) scale(1);}
    100%{transform:perspective(800px) rotateX(-90deg) scale(0.86);}
}

.flip_back{-webkit-animation:flipInX 0.8s ease both; -moz-animation:flipInX 0.8s ease both; animation:flipInX 0.8s ease both;}
@-webkit-keyframes flipInX{
    0%{-webkit-transform:perspective(800px) rotateX(90deg) scale(0.86);}
    40%{-webkit-transform:perspective(800px) rotateX(-10deg);}
    70%{-webkit-transform:perspective(800px) rotateX(10deg);}
    100%{-webkit-transform:perspective(800px) rotateX(0deg) scale(1);}
}
@-moz-keyframes flipInX{
    0%{-moz-transform:perspective(800px) rotateX(90deg) scale(0.86);}
    40%{-moz-transform:perspective(800px) rotateX(-10deg);}
    70%{-moz-transform:perspective(800px) rotateX(10deg);}
    100%{-moz-transform:perspective(800px) rotateX(0deg) scale(1);}
}
@keyframes flipInX{
    0%{transform:perspective(800px) rotateX(90deg) scale(0.86);}
    40%{transform:perspective(800px) rotateX(-10deg);}
    70%{transform:perspective(800px) rotateX(10deg);}
    100%{transform:perspective(800px) rotateX(0deg) scale(1);}
}
/*首页轮播*/
.bannerin { width: 100%;min-height:500px; position: relative; margin:0 auto; text-align:center; overflow:hidden;}
.bannerin img{ max-width: 100%; width:100vw; text-align:center; transition: transform 0.9s ease-in-out;
  transform-origin: center center;}
.bannerin:hover img{
  transform: scale(1.02);
}
/* 产品展示区 */
.nyproducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(620px, 1fr));
 /* grid-template-columns: repeat(3, 400px);*/
  gap: 30px;
}

.nyproduct-card {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  transition: transform 0.3s ease;
   position: relative; /* 添加相对定位 */
  /* width: 33.3333%; */
  /* width: 400px; */
}

.nyproduct-card:hover{
  border: 0px solid var(--primary-blue);
}

.nyproduct-card:hover .nyproduct-info {
  background-color:none;
  color: #fff;
}
.nyproduct-card:hover .nyproduct-info .nyproduct-name,
.nyproduct-card:hover .nyproduct-info .nyproduct-desc {
  color: #fff;
}

.nyproduct-img {
  height: 620px;
  overflow: hidden;
  position: relative;
  /* width: 400px; */
}
.nyproduct-img:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 半透明黑色 */
  opacity: 0; /* 初始不可见 */
  transition: opacity 0.5s ease;
  z-index: 2;
}
.nyproduct-card a .nyproduct-img .pro_txt {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px); /* 初始位置偏下 */
  color: white;
  text-align: center;
  opacity: 0; /* 初始不可见 */
  transition: all 0.5s ease;
  z-index: 3;
  width: 100%;
}
.pro_txt h1 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
/* 悬停效果 */
.nyproduct-card:hover .nyproduct-img::before {
  opacity: 1; /* 显示遮罩 */
}

.nyproduct-card:hover .nyproduct-img .pro_txt {
  opacity: 1; /* 显示文字 */
  transform: translate(-50%, -50%); /* 居中定位 */
}
.nyproduct-img img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}

.nyproduct-card:hover .nyproduct-img img {
  transform: scale(1.05);
}

.nyproduct-info {
  padding: 15px;
  /* padding-bottom: 10px; */
  transition: all 0.3s ease;
}

.nyproduct-name {
  font-size: 20px;
  color: #333;
  height: 35px;
  line-height: 30px;
  border-bottom: 0px solid #ccc;
}

/*新闻*/
/* 列表容器 */
.content-list {
  list-style: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

/* 列表项 */
.content-item {
  display: flex;
  gap: 40px;
  padding:40px 0;
}
.acontent-item {
  display: flex;
  gap: 40px;
  padding:40px 0;
}
.bcontent-item {
  flex: 1;
  padding:40px 0;
}
.bcontent-item{
  background: #f7f7f7;
  width: 100%;
  position: relative;
  padding:40px 0;
}
.bcontent-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
}
/* 交替背景色 */
.content-item:nth-child(even),.acontent-item:nth-child(even) {
  background: #f5f5f5;
  width: 100%;
  position: relative;
  padding:40px 0;
}

.content-item:nth-child(even)::before,.acontent-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}

/* 文字区块 */
.text-content {
  flex: 1;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.text-content h2 {
  font-size: 24px;
  color: #333333;
  position: relative;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.text-content span {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.text-content p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

/* 图片区块 */
.image-content {
  flex: 1;
  min-width: 0;
  overflow:hidden;
}
.image-content img {
  width: 100%;
  height: auto;
  display: block; 
    overflow: hidden;
transition: transform 0.6s ease-in-out;
  transform-origin: center center;
}
 .image-content:hover img {
  transform: scale(1.02);
}
/* 交替布局 */
.content-item:nth-child(even) .text-content,.acontent-item:nth-child(even) .text-content {
  order: 2;
}
.content-item:nth-child(even) .image-content,.acontent-item:nth-child(even) .image-content {
  order: 1;
}

/* 新闻*/
.innews_list ul {margin-top:-30px;}
.innews_list li {padding:60px 0}
.innews_list li:last-child {border:0;}
.innews_list li .pic {float:left;width:450px;height:340px; overflow: hidden;}
.innews_list li .pic img {width:100%; height:100%;}
.innews_list li .cons {float:right;width:60%; padding-top:0px;}
.innews_list li .cons .t a {font-weight:bold;font-size:24px; line-height: 35px; color:#333333;}
.innews_list li .cons .c { line-height: 25px; height: 50px; overflow: hidden;margin:15px 0 40px 0; font-size:16px; color:#666666;}
.innews_list li .cons .t a:hover {color:#023894;}
.nshow{ padding-bottom:30px;}
.nshow .t { text-align:center;font-weight:bold;font-size:26px; line-height: 35px;padding:30px 0 20px 0; color:#666;}
.nshow .c h3 {font-size:20px; line-height: 28px;font-weight:normal;padding:1px 5px; display: inline-block;margin:10px 0}
.nshow .c p {line-height: 28px;}
.nshow .prenext{ padding:10px;}


.year-section {
            margin-bottom: 50px;
        }
        .year-title {
		color:#023894;
            font-size: 70px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eeeeee;
        }
        .yearnews-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .yearnews-item {
            width: calc(50% - 30px);
            margin: 30px 0;
        }
        .yearnews-title {
            font-size: 16px;
            text-align: left;
            margin-bottom: 20px;
			color:#666666;
        }
		 .yearnews-title {
            font-size: 16px;
            text-align: left;
            margin-bottom: 20px;
			color:#666666;
			line-height:150%;
			height:40px;
        }
		.yearnews-item a:hover .yearnews-title{color:#023894;}
        .yearnews-image {
            width: 605px;
            height: 410px;
            object-fit: cover;
			overflow:hidden;
        }
        




/* 联系我们*/
.lxwm ul { 
 display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  
  /* display: flex;   */       /* 启用弹性布局 */
  gap: 40px;              /* 项间距 */
  padding: 0;             /* 清除默认内边距 */
  margin: 0;              /* 清除默认外边距 */
  list-style-type: none;  /* 移除列表符号 */}
.lxwm li { flex: 1;                /* 自动分配剩余空间 */
  height: 260px;          /* 自定义高度 */
  background: #efefef;       /* 灰色背景 */
  line-height:30px;
  text-align:center;

  /* 可选圆角 */}
.lxwm li .p {  text-align: center;margin:0 auto}
.lxwm li .p img {width:52px;margin: 70px 0 30px 0;}
.lxwm li .t {font-size:25px; line-height: 35px;color:#666666;font-weight:bold;margin:30px 0 10px 0}
.lxwm li .c {font-size:22px;color:#666;}
.lxwm .content {font-size:16px;margin:-10px 0 40px 0; text-align: center;}


 .map-container {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .map-image {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .mapmarker {
            position: absolute;
            width: 28px;
            height: 40px;
            left: 46%;
            top: 31%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            z-index: 10;
            animation: bounce 1.5s infinite ease-in-out;
        }
        
        .mapmarker img {
            width: 100%;
            height: auto;
        }
        
       .mappopup {
            position: absolute;
            width: 240px;
            /* background: white; */
            /* border-radius: 8px; */
            /* padding: 15px; */
            /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 20;
        }
        
        
        .mapmarker:hover + .mappopup {
            opacity: 1;
            visibility: visible;
        }
        
        .mappopup img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            margin-bottom: 10px;
        }
        
        
        @keyframes bounce {
            0%, 100% {
                transform: translate(-50%, -50%) translateY(0);
            }
            50% {
                transform: translate(-50%, -50%) translateY(-15px);
            }
        }
        
	/*留言*/
		
	 .liuyan{ width:100%;}
.liuyan7 .h3 {
	display: flex;
	flex-wrap: wrap; 
	gap: 45px;
	padding: 10px 0 0 0;
	border-radius: 8px;
	list-style: none;
}
  .liuyan7 .h3 .radio-option {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-right:20px;
}
  .liuyan7 .h3 .radio-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.liuyan7 .h3 .radio-option .checkmark {
	width: 18px;
	height: 18px;
	background:transparent;
	margin-right: 8px;
	border:2px solid #999999;
	border-radius: 50%;  
	position: relative;
	flex-shrink: 0;
	transition: all 0.2s ease;

}
 .liuyan7 .h3 .radio-option .checkmark::after {
 content: "";
    position: absolute;
    display: none;
    width: 8px;                /* 实心圆点大小 */
    height: 8px;     /* 蓝色实心圆 */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;              /* 移除边框 */
	background:#023894;
}
  .liuyan7 .h3 .radio-option input:checked ~ .checkmark {
	border:2px solid #023894;
	border-radius: 50%;  
}
 .liuyan7 .h3 .radio-option input:checked ~ .checkmark::after {
 display: block;
}
 .liuyan7 .h3 .radio-option .label-text {
	font-size: 18px;
	color: #666;
	white-space: nowrap; 
}
 .liuyan7 .h3 .radio-option:hover .checkmark {

/*background:#023894;
border:1px solid #023894;*/

}
 .liuyan7 .h3 .radio-option input:focus ~ .checkmark {
/* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);*/
}
 .liuyan7 .h3 .radio-option input:checked ~ .label-text {

 color:#023894;

}

.liuyan7 .lyLeft {
	display: flex;
	align-items: center;
}
.liuyan7 .lycontent textarea {
	display: block;
	line-height:1.5;
	outline: none;
	transition: all 0.3s ease;
		padding: 20px;
background:#eeeeee;
	outline: none;
	transition: all 0.3s ease;
	width: 95%;
	height:330px;
	 font-size: 18px;
	 color:#999;
	 resize: none; 
	 border:none; /* 移除右下角拖拽手柄 *//

}
.liuyan7 .container {
	width: 100%;
	margin: 0 auto;
}

.lyForm {
	/* margin: 0 auto; */
	width: 89%;
}

.lyLeft {
	width: 50%;
	border-bottom: none !important;
	padding-bottom: 0.3rem;
}

.lyLeft input[type="text"], .lyTxt input[type="text"] {
	border-radius: 0px;
	background-color: #eee;
	border:none;
	padding: 20px;
	outline: none;
	transition: all 0.3s ease;
	width: 510px;
	height: 60px;
	color:#999;
	font-size:18px;

}
.ptit{
    text-align: center;
    padding: 20px;
    color: #9b9891;
    font-size: 18px;
    font-weight: 500;
}
.lyc {
	margin-bottom: 35px;
}
.lytj {
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	margin: 30px 0 auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background:#023894;
	 border:2px solid #023894;
}

.lytj:hover {
font-size: 18px;
	font-weight: 600;
	outline: none;
    border:2px solid #cccccc;
    color: #666666;
    font-family: "Microsoft YaHei";
    border-radius: 0;
    background:transparent;
}	
		
		
		
		
		
		

/*内容分享*/
.share-detail{margin-top: 60px;margin-bottom: 100px;}
.share-detail .title{
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 18px;
}
.share-detail .share-to{
    text-align: center;
    margin-top: 32px;
}
.share-detail .share-to .shareBtn{
    width: 54px;
    height: 54px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    margin-right: 40px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.share-detail .share-to .shareBtn i{
    color: #fff;
    font-size:26px;
    line-height: 54px;
}
.share-detail .share-to .weibo{
    background-color: #ff4289;
}
.share-detail .share-to .qq{
    background-color: #22adf9;
}
.share-detail .share-to .weixin{
    background-color: #26c35a;
}
.share-detail .share-to .qq_space{
    background-color: #f9ce22;
}
.share-detail .share-to .weixin_quan{
    background-color: #19ca7d;
}
.share-detail .share-to .qq_weibo{
    background-color: #4cc5fe;
}
.share-detail .share-to .shareBtn:hover{
    background-color: #22adf9;
}
/*内容分享*/
.y_crumbs .module_container{
    padding-top:84px;
    max-width: 100%;
}
.y_crumbs_box{
    width: 100%;
    background-color: #f7f7f7;
    padding: 32px 0 32px 45px;
}

/*面包屑*/
.y_crumbs_box ul li{
    float: left;
    color: #999;
    font-size: 12px;
}
.y_crumbs_box ul li.current{margin-right: 5px;}
.y_crumbs_box ul li.item:after{
    content: ">";
    margin: 0 5px;
    color: #999;
    font-size: 12px;
}
.y_crumbs_box ul li.item:last-of-type:after{
    content: "";
}
.y_crumbs_box ul li a{
    color: #999;
    font-size: 12px;
}
.y_crumbs_box ul li a:hover{
    color: #22adf9;
}

/*边框输入框重写*/
input.text_border{
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    font-family: "Microsoft YaHei";
    color: #333;
}
.text_192{width: 192px;}
.text_621{width: 621px;}
textarea.text_border{
    height: 130px;
    line-height: 45px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    font-family: "Microsoft YaHei";
    color: #333;
    resize: none;
}
.textarea_621{width: 621px;}
input.text_border:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-family: "Microsoft YaHei";
}
input.text_border::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-family: "Microsoft YaHei";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
    font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;
    font-family: "Microsoft YaHei";
}

/*数据暂时模块*/
.yData_show li{
    width: 33.333%;
    height: 229px;
    float: left;
    text-align: center;
    display: table;
}
.yData_show li .item{
    display: table-cell;
    vertical-align: middle;
}
.yData_show li .item .data{
    font-size: 54px;
    font-family: HELVETICANEUELTPRO-THEX,Arial;
    color: #fff;
    line-height: 54px;
}
.yData_show li .item .data em{
    font-size: 23px;
    position: absolute;
    display: inline-block;
    margin-top: -20px;
}
.yData_show li .item .dw{
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 10px;
}

/*右侧导航*/
.index_nav{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 101;
}
.qq_contact{
    background-color: #10abff;
    width: 118px;
    height: 118px;
    display: table;
}
.qq_contact:hover{
    background-color: #009df2;
}
.qq_contact .ye_icon{
    width: 48px;
    height: 54px;
    display: block;
    background: url("../images/yun_icon.png") no-repeat;
    background-position: -352px 0;
    margin: 0 auto;
}
.qq_contact p{
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
