@charset "utf-8";
@import url("icon/iconfont.css");
/*全局样式
---------------------------------------------*/
  body, html {
    margin: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  #shouye {
    background-image: url(../image/首页.png);
    width: 100%;
    height: calc(100vh - 95px);
	padding-top: 95px;
	scroll-margin-top: 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #hxjs,  #cpjj,  #myzb,  #qywh {
	height: calc(100vh - 95px);
	scroll-margin-top: 95px;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
    flex-direction: column;/* 子元素垂直排列 */
  }
  .bar {
    height: 95px;
    width: 100%;
  }
  
  .menuTool {
	width: 900px;
	display: flex;
	justify-content: flex-end;
	line-height: 95px;
	text-align: center;
	overflow: visible; 
	}

  .menuTool div {
    margin-right: 30px;
    width: auto;
    min-width: 100px;
    white-space: nowrap;
  }
  .menuTool div a{
    text-decoration: none;
    color: black;
    letter-spacing: 2px;
    font-weight: bold;
  }
  
  .dropdown {
	position: relative;
	}
	.son { 
	border-radius: 3px; 
	color: #1b2226; 
	background: #1b2226; 
	background-color: hsla(0,0%,100%,.90); 
	position: absolute; 
	left: -8px; 
	top: 105px; 
	padding: 3px 3px; 
	height: auto; 
	width: 200px; 
	box-sizing: border-box; 
	opacity: 0; 
	visibility: hidden; 
	z-index: -1; 
	transition: opacity .13s ease-in-out, width .13s ease-in-out; 
	}
	.dropdown:hover .son { opacity: 1; z-index: 5; visibility: visible; }
	.son:after { 
	content: ""; 
	width: 0; 
	height: 0;
	border: 8px solid transparent; 
	border-bottom-color: #fff; 
	position: absolute; 
	z-index: 1000; top: -16px; left: 60px; 
	}
	.son .list { width: 100%; float: left; }
	.son .list .title { 
	margin: 0 0 6.9px 8px; 
	width: 98%; 
	height: 40px; 
	line-height: 30px; 
	border-bottom: 1px solid #eff3f5; 
	font-size: 14px; 
	font-weight: 400; color: #000; 
	}
	.son .list p {width: 98%;line-height: 1.5;}
	.son .list p:hover { background-color: #f2f4f5;}
	.son .list p a { 
	line-height: 24px; 
	font-size: 14px; 
	color: #000; 
	text-align: center; 
	margin: 3px 0px; padding: 3px 3px;
	}
	.son .list p a:hover {
    color: #23318F;     
	}
	.son .list p a i { font-style: normal; color: #F45428; font-size: 12px; font-weight: 700; }

  .hxjs {
    background-image: url(../image/核心技术-压条.png);
    height: 200px;
    width: 100%;
    line-height: normal;
    display: flex;
	justify-content: center; 
    align-items: center; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .hxjs div div {
    margin-left: 30px;
    float: left;
    position: relative;
    left: 40%;
  }

  .cpjj {
    background-image: url(../image/核心技术-压条.png);
    height: 200px;
    width: 100%;
	line-height: normal;
    display: flex;
	justify-content: center; 
    align-items: center;   
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .cpjj div div {
    margin-left: 30px;
    float: left;
    position: relative;
    left: 40%;
  }

  .myzb {
    background-image: url(../image/核心技术-压条.png);
    height: 200px;
    width: 100%;
    line-height: normal;
    display: flex;
	justify-content: center; 
    align-items: center;   
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .myzb div div {
    margin-left: 30px;
    float: left;
    position: relative;
    left: 40%;
  }
  
  .zmd {
    clear: both;
    height: 550px;
  }

  .bt div {
    float: left;
  }

  .el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 200px;
    margin: 0;
  }

  .el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
  }

  .el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
  }

  #gsjj {
    background-image: url(../image/Web端公司简介.png);
    height: calc(100vh - 95px);
	scroll-margin-top: 95px;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: inline-block;
  }

  .gsjj_title div {
    margin-left: 30px;
    float: left;
    position: relative;
    left: 40%;
  }
  
  .gsjj_content{
	width: 80%; /* 设置为80%宽度，居中显示 */
	height:65%;
	margin: 0 auto; /* 自动居中 */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;  
  }
  .gsjj_content > div {
	flex: 1;
	max-width: 660px; /* 设置最大宽度 */
	box-sizing: border-box; /* 包含内边距和边框 */
	}
	.cl1 {
	display: flex;
	justify-content: center; /* 水平居中 */
	gap: 50px; /* 图片之间间距 */
	margin-top: 20px; /* 上下边距 */
	}

	.cl1 img {
	flex: 1;
	margin-bottom:30px;
	width: 200px; /* 设置图片宽度 */
	height: auto; /* 自适应高度 */
	}

  #ryzz {
    background-image: url(../image/荣誉资质底图.png);
	display: inline-block;
    flex-direction: column;
    height: calc(100vh - 95px);
	scroll-margin-top: 95px;
    width: 100%;
    background-size: cover;
    background-position: center;
	overflow: hidden;
	position: relative;
  }

  .ryzz_title {
    margin-top: 100px;
    height: 100px;
    text-align: center;
	}

  .ryzz_title div {
    margin-left: 30px;
    float: left;
    position: relative;
    left: 40%;
  }
  .zizhi {
    display: flex;
	margin-top: 20px;
    justify-content: center;
    width: 100%;
    gap: 50px;
	}
	.zizhi div p img {
    width: 30px;
    height: 30px;
}

  .zzpp{
	width: 90%;
	margin: 0 auto;
	position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0;
    display:flex;
    justify-content: space-around;
    margin-bottom: 60px;
	gap: 20px;
  }
  .zzpp div{
   max-width: 300px; 
   width: 100%; 
   display: flex;
   justify-content: center;
  }
  .zzpp > div > img {
    max-width: 100%; 
    height: auto; 
    display: block; 
	}

  img.rotate {
    animation: rotate 10s linear infinite;
  }

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .qywh_title div {
    margin-left: 30px;
    float: left;
    position: relative;
    left: 40%;
  }

  .qywh_row1{
    display: flex;
    justify-content: center;
  }
  .qywh_row2{
    display: flex;
    justify-content: center;
  }
  .qywh_row3{
    display: flex;
    justify-content: center;
  }

  .qh {
    cursor: pointer;
    overflow: hidden;
    width: 500px;
    height: 300px;
  }

  .corporate-1f {
	width:500px;height:300px;background-color: white;text-align: center;line-height: 300px;
  }  
  .corporate-1t {
	width:500px;height:300px;background: #06378F; color: #fff; text-align: center;font-size: 22px;
  } 
  .span-1t{
	text-align: center;           /* 水平居中文本内容 */
    display: flex;                 /* 使用 Flexbox 布局 */
    flex-direction: column;        /* 垂直排列子元素 */
    justify-content: center;        /* 垂直方向上居中对齐 */
    align-items: center;            /* 水平方向上居中对齐 */
    height: 100%;                   /* 设置容器高度为父容器的 100% */
  }
  .corporate-culture {
	width: 500px;
    height: 300px;
    cursor: pointer;
    transform-origin: center;
  }

  .corporate-culture:hover {
    transform: scale(1.2);
  }
/**尾部**/
  .footer-floor2 {
    width: 100%;
    border-top: 1px solid #4cc3ed;
    text-align: left;
    margin-top: 40px;
  }
  .footer-floor2 p {
    text-align: center;
    color: #b6e2f2;
    font-size: 12px;
    line-height: 20px
  }
  .footer-floor2 p span {
    font-family: "Microsoft Yahei";
  }
  .footer-floor2 a {
    color: #b6e2f2
  }
  .footer-floor2 a:hover {
    color: #a8d0e0;
    text-decoration: underline
  }

  .el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31,45,61,1);
    color: #FFF;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
  }

  .bt_title span {
    margin-left: 20px;
  }

  .bar a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 0 20px;
    letter-spacing: 2px;
  }
  .bar a:hover {
    color: #23318F;
  }

  .product-card {
    width: 280px;
    height: 100%;
	min-height: auto;
	border-left: 1px solid #C6C6C6;   
    border-right: 1px solid #C6C6C6;  
    border-top: none;                 
    border-bottom: none;              
    border-radius: 0px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .product-card:hover {
    border-color: #23318F;
    box-shadow: 0 4px 20px rgba(6,55,143,0.15);
  }

  .service-card {
    width: 450px;
    min-height: auto;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .service-card:hover {
    border-color: #23318F;
    box-shadow: 0 4px 20px rgba(6,55,143,0.15);
    transform: translateY(-3px);
  }
  .card-content {
	display: flex;
	align-items: center; 
	justify-content: center;
	gap: 20px; 
	padding: 10px;
  }
  .card-image {
    width: 80px;
    height: 80px;
	}
	.card-text {
	text-align: left; 
	flex-grow: 1; 
	}

  .jsws {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
  }

  .triangle{
    width: 0; height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid white;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .triangle_1{
    width: 0; height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid #06378F;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .triangle2{
    width: 0; height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 25px solid white;
  }
  .triangle2_1{
    width: 0; height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 25px solid #06378F;
  }
  .triangle3{
    width: 0; height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 25px solid white;
    border-bottom: 20px solid transparent;
  }
  .triangle3_1{
    width: 0; height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 25px solid #06378F;
    border-bottom: 20px solid transparent;
  }

  .image-container {
    width: 400px;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .image-container img {
    position: absolute;
    transition: opacity 0.5s ease;
  }

  .image-container .inactive-image {
    opacity: 0;
  }

  .image-container:hover img {
    opacity: 0;
  }

  .image-container:hover .active-image {
    opacity: 1;
  }