
/*首页轮播*/
#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: 0px;
    position: relative;
    width: 100%;
	z-index:800;
}
.module_banner2{
    padding-top: 195px;
    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);
}
.bannerin .crumbs{position: absolute;width: 100%;top: 5%;color: #fff;text-align: center; color:#fff; font-size:12px; font-weight:200;}
.bannerin .crumbs i{ display:inline; margin:0 10px;}

.bannerin .tex4{position: absolute;width: 100%;bottom: 50%;color: #fff;text-align: center;}
.bannerin .tex4 .con p:nth-child(1){font-size: 40px;color: #fff;text-transform: uppercase; font-weight:bold;}
.bannerin .tex4 .con p:nth-child(2){margin-top: 10px;font-size: 20px;}
.bannerin .tex4 .con p:nth-child(3){margin-top: 20px;font-size: 12px;letter-spacing: 1px;text-transform: uppercase;}
.bannerin .tex4 .con p:nth-child(4){margin-top: 0px;font-size: 10px;letter-spacing: 1px;text-transform: uppercase;}
.bgbg{ background:url(/template/pc/keaosi/images/aboutbg.jpg) center center no-repeat; background-size:100% 100%;}


.p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 30px;
    color: #fff;
    width: 90px;
    z-index: 10
}

.p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px
}

.p_scrool i {
    display: block;
    width: 22px;
    height: 33px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px #fff solid;
    position: relative
}

.p_scrool i:before {
    content: "∨";
    display: block;
  /*    width: 4px;
    height: 10px;
  background: #fff;*/
/*    border-radius: 2px;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}




.aboutbg2{ padding:70px 0;background:url(../images/hisbg.jpg) center center no-repeat; background-size:100% 100%;height:1147px;}
.aboutbg{background:#f8fcff; padding:70px 0;}
.aboutbg p:nth-child(2){font-size: 30px;letter-spacing: 1px;color: #4d4d4d; padding:20px 0;text-align:center; font-weight:400;}
.aboutbg p:nth-child(3){font-size: 22px;letter-spacing: 1px;color: #666; text-align:center;font-weight:400; line-height:40px;  }

.sp{ width:100%; overflow:hidden;}
.sp img{max-width:100%; width:100%;}
.sptp{display: grid;
  grid-template-columns: repeat(auto-fill, minmax(465px, 1fr));
  gap: 60px; padding: 20px;
  max-width:1100px; margin:0 auto;}
  .sptp .tpcard{ overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  transition: transform 0.3s ease;}
  .sptp .tpwz{ font-size:20px; text-align:center; line-height:50px; color:#6c6c6c; font-weight:400;}
  .sptp .tpcard:hover .tpwz{ color:#b67b1b;}
  
  .tpcard img {
  width: 465px;
  height: 310px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
/* 产品展示区 */


.newslist ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap
}

.newslist ul li {
    width: 33.33%
}

.newslist .card_box {
    max-width: 340px;
    height: 460px;
    position: relative;
    margin: 0 auto 40px;
    cursor: pointer;
	background:#f5f8ff;
	
}

.newslist .card_img {
    width: 340px;
    height: 215px;
	overflow:hidden;
}

.newslist .card_box img {
    width: 100%; height:100%;
}

.newslist .card_box .card_text {
    font-size: 13px;
    font-weight: bold;
	line-height:20px;
    color: #010c2d;
    margin: 24px 20px;
}
.newslist .card_box .card_text2 {
    font-size: 9px;
	line-height:20px;
    color: #010c2d;
 margin: 14px 20px;
}
.newslist .card_box .xline {
height: 1px;background: #737a8f;margin: 14px 20px;
}
.newslist .card_box .card_footer {
    width: 100%;
    height: 60px;
    border-bottom: 5px solid #000000;
    position: absolute;
    bottom: 0
}

.newslist .card_footer .card_btn {
    width: 70px;
    height: 60px;
    background: #000000;
    float: right;
    position: relative
}

.newslist .card_btn>img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.newslist li:hover .card_footer {
    border-bottom: 5px solid #8b66c7;
}

.newslist li:hover .card_btn {
    background: #8b66c7;
}



.nyproducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
 /* grid-template-columns: repeat(3, 400px);*/
  gap: 180px;
}

.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: 355px;
  overflow: hidden;
  position: relative;
  /* width: 400px; */
}
.nyproduct-img:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(4, 82, 69, 0.7);  半透明黑色 */
background:#8b66c7;
  opacity: 0; /* 初始不可见 */
  transition: opacity 0.5s ease;
  z-index: 2;
}
.nyproduct-card a .nyproduct-img .proline {
	position: absolute;
  bottom: 0;
 height: 5px;
 background:#8b66c7;
  z-index: 3;
  width: 100%;
}

.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: 13px;
  margin: 0;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);text-transform: uppercase;
}
.pro_txt p {
  font-size: 13px;
  margin: 10px;
}
/* 悬停效果 */
.nyproduct-card:hover .nyproduct-img::before {
  opacity: 1; /* 显示遮罩 */
   width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  -webkit-animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;

  animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.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;
}


.innyproducts {
  display: grid;
 /* grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));*/
 grid-template-columns: repeat(4, 260px);
  gap: 25px;
  padding:0 80px;
}

.innyproduct-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; */
}

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

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

.innyproduct-img {
  height: 370px;
  overflow: hidden;
  position: relative;
  /* width: 400px; */
}
.innyproduct-img:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   
background:#8b66c7;
  opacity: 0; /* 初始不可见 */
  transition: opacity 0.5s ease;
  z-index: 2;
}

.innyproduct-card a .innyproduct-img .inpro_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%;
}
.inpro_txt h1 {
  font-size: 13px;
  margin: 0;
  font-weight:normal; padding:10px;
}
.inpro_txt p {
  font-size: 13px;
  margin: 10px;
}
/* 悬停效果 */
.innyproduct-card:hover .innyproduct-img::before {
  opacity: 1; /* 显示遮罩 */
   width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  -webkit-animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;

  animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

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

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

.innyproduct-name {
  font-size: 16px;
  color: #010c2d;
  height: 50px;
  line-height: 50px; text-align: center;text-transform: uppercase;
}
.innyproduct-card:hover .innyproduct-name{color:#033694; font-weight:bold; text-decoration:none;}
.innyproduct-card a{text-decoration:none;}


@-webkit-keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.2);

    transform: scale(0.2);

    -webkit-transform-origin: 100% 100%;

    transform-origin: 100% 100%;

    border-bottom-left-radius: 400px;

    border-bottom-right-radius: 400px;

    border-top-right-radius: 400px;

    border-top-left-radius: 400px;
  }

  100% {
    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: 90% 20%;

    transform-origin: 90% 20%;

    border-radius: 0px;
  }
}

@keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.2);

    transform: scale(0.2);

    -webkit-transform-origin: 90% 20%;

    transform-origin: 90% 20%;

    border-bottom-left-radius: 400px;

    border-bottom-right-radius: 400px;

    border-top-right-radius: 400px;

    border-top-left-radius: 400px;
  }

  100% {
    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: 90% 20%;

    transform-origin: 90% 20%;

    border-radius: 0px;
  }
}

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

/* 列表项 */
.content-item {
  display: flex;
  gap: 60px;
  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 {
width: 650px;
  flex: 0 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.text-content h2 {
  font-size: 14px;
  color: #020c1e;
  position: relative;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.text-content h2:hover{ color:#033694;}
.text-content span {
  display: block;
  color: #045245;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1.4em;
/*  padding-right:60px;*/
}
.text-content p {
  font-size: 12px;
  color: #020c1e;
  line-height: 18px;
  text-align:justify;
    margin-bottom: 1.6em;
/*  padding-right:60px;*/
}

/* 图片区块 */
.image-content {
  flex: 1;
  min-width: 0;
  overflow:hidden;
  display: flex;            /* 启用flex布局 */
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
}
.image-content img {
 max-width: 100%;         /* 防止图片溢出 */
  max-height: 100%;
  display: block; 
    overflow: hidden;
transition: transform 0.6s ease-in-out;
  transform-origin: center center;
  margin:0 auto;
}
 .image-content:hover img {
  transform: scale(1.13);
}
/* 交替布局 */
.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;
}


.newstext-content {
width: 100%;
  padding: 20px;
}
.newstext-content h2 {
  font-size: 14px;
  color: #020c1e;
  font-weight: bold;
  margin-bottom: 1.3em;
  text-transform: uppercase;
}
.newstext-content h2:hover{ color:#033694;}
.newstext-content div {
  font-size: 12px;
  color: #020c1e;
  line-height: 18px;
  text-align:justify;
    margin-bottom: 2em;
/*  padding-right:60px;*/
}
.newstext-content img{padding:20px;  display: flex;            /* 启用flex布局 */
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  width:100%;height:100%;margin:0 auto;}
.newstext-content {text-indent: 2em;}
.newstext-content p {text-indent: 2em;}

.news-detail .con img{width: 100%; padding:20px 40px;}
.news-detail .con {text-indent: 2em;}
.news-detail .con p {text-indent: 2em;}
/* 新闻*/
.innews_list ul {margin-top:-30px;}
.innews_list li {padding:60px 0; list-style:none;}
.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:#045245;}
.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;}

 .mess-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mess-item {
            width: calc(50% - 30px);
            margin: 30px 0;
        }
		
.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;
}
  .tab-container {
            max-width: 1280px;
            margin: 20px auto;
        }
       .tab-header {
             display: flex;
    width: 100%;
    justify-content: space-between;
	border-bottom: 2px solid #045245;
        }
        .tab-item {
		 flex: 1;
    text-align: center;
           padding: 12px 0;
    cursor: pointer;
    color: #045245;
    font-size: 24px;
    position: relative;
    transition: all 0.3s;
	margin-bottom: -1px;
        }
        .tab-item.active {
            color: #c4251e;
            font-weight: bold;
        }
        .tab-item.active::after {
            content: '';
            position: absolute;
             bottom: -1px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #c4251e;
        }
        .tab-content {
            padding: 20px 0;
            display: none;
        }
        .tab-content.active {
            display: block;
        }
		
		.news-detail{padding: 100px 0 125px;}
.news-detail .top{position: relative;text-align: center;padding-bottom: 30px;border-bottom: 1px solid #ededed;}
.news-detail .top .t-01{font-size: 36px;letter-spacing: 2px;color: #333333;}
.news-detail .top .t-02{color: rgba(51,51,51,0.6);font-size: 16px;margin-top: 77px;}
.news-detail .top .t-02 span{display: inline-block;}
.news-detail .top .t-02 span i{margin: 0 34px;display: inline-block;background-color: rgba(51,51,51,0.6);width: 2px;height: 10px;;}
.news-detail .top .share{width: 42px;text-align: center;position: absolute;left: -102px;top: 178px; display:none!important}
.news-detail .top .share li{margin-top: 30px;}
.news-detail .top .share .i-01{padding-bottom: 21px;border-bottom: 1px solid #e6e6e6;}
.news-detail .con img{width: 100%; padding:20px 40px;}
.news-detail .con {text-indent: 2em;}
.news-detail .con p {text-indent: 2em;}
.news-detail .con{border-bottom: 1px solid #ededed;padding: 55px 0 78px;font-size: 16px;line-height: 40px;color: #555555;}
.news-detail .return{text-align: center;margin-top: 67px;}
.news-detail .return a{padding-top: 27px;display: inline-block;border-radius: 100%;width: 105px;font-size: 14px;color: #fff;height: 105px;background-image: linear-gradient(0deg, #a62133 0%, #e40214 100%), linear-gradient(#c30c23, #c30c23);background-blend-mode: normal, normal;box-shadow: 0px 15px 30px 0px rgba(238, 52, 63, 0.3);}
.news-detail .return a p{margin-top: 6px;}
.other{margin-top: 63px;}
.other .t-01{font-size: 30px;color: #333333;}
.other .t-02 li{position: relative;top: 0;transition: all .5s;margin-top: 30px;margin-left: 34px;height: 123px;border: 1px solid #e5e5e5;border-top: 3px solid #cccccc;width: 583px;float: left;}
.other .t-02 li:hover{border-top: 3px solid #942024;}
.other .t-02 ul{margin-left: -34px;}
.other .t-02 li p:nth-child(1){font-size: 24px;color: #333333;}
.other .t-02 li p:nth-child(2){font-size: 18px;color: #666666;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.other .t-02 li a{display: block;width: 100%;height: 100%;padding: 32px 28px 0;}
.other .t-02 li:hover{border-top: 3px solid #942024;top: -20px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.other .t-02 li:hover p:nth-child(1){color: #942024;}
.other .t-02 li:hover p:nth-child(2){color: #942024;}
.organizational{padding: 112px 0 120px;}
.organizational .con{text-align: center;}
.organizational .con img{max-width: 100%;}

.bt-container {
            max-width: 1280px;
            margin: 50px auto;
        }
        
        .bt-header {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 30px 0;
        }
        
        .bt-header__block {
            width: 12px;
            height: 76px;
            background-color: #033694;
            margin-right: 23px;
            flex-shrink: 0;
        }
        
        .bt-header__content {
            flex: 1;
            min-width: 300px;
        }
        
        .bt-header__title {
            font-size: 40px;
            font-weight:bold;
            color: #010c2d;
            line-height: 1.2;
            margin: 0;text-transform: uppercase;
        }
        
        .bt-header__desc {
            font-size: 20px;
            color: #010c2d;
            font-weight: 400;
            margin-top: 10px;
            line-height: 1.5;
        }
        
        @media (max-width: 1024px) {
            .bt-header__block {
                width: 68px;
                height: 68px;
                margin-right: 20px;
            }
            
            .bt-header__title {
                font-size: 36px;
            }
        }
        
        @media (max-width: 768px) {
            .bt-header {
                padding: 20px 0;
            }
            
            .bt-header__block {
                width: 12px;
                height: 76px;
                margin-right: 15px;
            }
            
            .bt-header__title {
                font-size: 20px;
            }
            
            .bt-header__desc {
                font-size: 14px;
                margin-top: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .bt-header__block {
                width: 12px;
                height: 76px;
                margin-right: 12px;
            }
            
            .bt-header__title {
                font-size: 20px;
            }
            
            .bt-header__desc {
                font-size: 14px;
                margin-top: 15px;
            }
        }