﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
}
body {
font-size:16px;
 font-family:OpenSans-Regular, OpenSans-Semibold,OpenSans-Bold;
    color: #444B54;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	line-height:27px;
	padding-top:80px;
}
a {
	text-decoration: none; font-family:OpenSans-Regular, OpenSans-Semibold,OpenSans-Bold;
    color:#444B54;
	font-weight: normal;
}
a:hover {
	color: #0091d6;
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1683621559953') format('woff2'),
       url('iconfont.woff?t=1683621559953') format('woff'),
       url('iconfont.ttf?t=1683621559953') format('truetype');
}
@font-face {
  font-family: 'iconfont2';
  src: url('iconfont.woff2?t=1685091410837') format('woff2'),
       url('iconfont.woff?t=1685091410837') format('woff'),
       url('iconfont.ttf?t=1685091410837') format('truetype');
}


   @font-face {
  font-family: "OpenSans-Regular";
  src: local("☺"), url(../images/OpenSans-Regular.ttf);
  font-style: normal;
  font-weight:400;
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: local("☺"), url(../images/OpenSans-Semibold.ttf);
  font-style: normal;
  font-weight:400;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: local("☺"), url(../images/OpenSans-Bold.ttf);
  font-style: normal;
  font-weight:400;
}


.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	line-height: 27px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hz {
	width:73%;min-width:1400px;
	margin: 0 auto;max-width:1920px;
}
.hza {
	width:73%;min-width:1400px;
	margin:80px auto;max-width:1920px;
}
.hza:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.hz-top-one{margin-top:10px;}
.hz-top-two{margin-top:20px;}
.hz-top-san{margin-top:30px;}
.hz-top-s{margin-top:40px;}
.hz-top-w{margin-top:50px;}
.hz-top-b{margin-top:80px;}

.hz-bottom-one{margin-bottom:10px;}
.hz-bottom-two{margin-bottom:20px;}
.hz-bottom-san{margin-bottom:30px;}
.hz-bottom-s{margin-bottom:40px;}
.hz-bottom-w{margin-bottom:50px;}
.hz-bottom-b{margin-bottom:80px;}

.txhz{display: flex;
 justify-content: space-between;
 align-items: center;}
 
 .txhz-j{display: flex;
 justify-content: space-between;
}
.txhz-k{ display: flex; flex-wrap: wrap;}

.logo {padding:5px 0;}
.logo img {height:70px;}


.top-pc { position: fixed; z-index: 99; top:0; left:0;width:100%; }
.top-pc.active{	background:#fff;box-shadow:0px 0px 20px 0px rgba(4, 0, 0, 0.2); }
.top-hz{display: flex;
    flex-wrap: nowrap;
    align-items: center;}
.top-menu{ margin:0 auto;}

.nav { display: inline-block; box-sizing: border-box; vertical-align: bottom; }
.mainbav ul:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }
.mainbav ul li.memu:after{content: " "; width:0; height:3px; background:#0091d6; position: absolute; bottom:0; left:0; transition: all 0.5s;}
.mainbav ul li.memu:hover:after{width:100%;}
.mainbav .memu.active:after{width:100%;}
.mainbav ul li { position:relative; margin:0 23px; }
.mainbav .memu a{color:#1b3c74;font-family: 'OpenSans-Semibold';}
.mainbav .memu { float: left; line-height:80px; height:80px;font-size:17px; font-family: "OpenSans-Semibold"; }
.mainbav .memu:hover a, .mainbav .memu.active a { position:relative;color:#0091d6; }
.mainbav ul li ul { display: none; position: absolute; width:260px; left:0; top:79px;padding:15px 0; z-index: 999999; background:#fff; }
.mainbav ul li ul li { margin:0; position: relative; }
.mainbav ul li ul li a { font-size:15px;font-family:OpenSans-Regular !important;display: block; color:#444B54 !important; padding:5px 20px; }
.mainbav ul li ul li a:hover {color:#0091d6 !important;}
.mainbav ul li ul li ul { position: absolute; left: 100%; top: 0; }

.index-fr{position: static;}


.index-yyl {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	line-height:80px;
}

.nav1{display: flex;
    justify-content: space-between;position: relative;
    align-items: center;}
.new {
	width:150px;
	position: absolute;
	z-index: 999;
	display: none;
	top:79px; -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
background:#fff;margin-left:-25px;text-align:center;}

.set img{margin-top:30px; margin-right:8px; float: left;}
.nav1 ul {padding:10px 0;}
.nav1 ul li {padding:5px;}

.sousuo { display: inline-block; box-sizing: border-box; vertical-align: bottom; line-height:90px; position: relative; z-index: 1; transition: all 0.5s; }
.sousuo .sousuo_an { width:55px; height:80px; display: table-cell; vertical-align: middle; background: url(../images/index_07.png) center no-repeat; cursor: pointer; transition: all 0.5s; }
.sousuo .ssk_bj {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	top:110px;
	z-index: 10;
}
.sousuo .ssk {
	width:30%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 2px 14px rgba(0,0,0,0.1);

}
.sousuo .ssk .input_txt {
	width:78%;
	height:52px;
	float: left;background: rgba(255, 255, 255, 0.9);
    border: 2px solid #0091d6;
    padding: 0 3%;font-size:15px;
    color: #333;
}
.sousuo .ssk .input_btn {
	width: 22%;
	float: right;
  font-family: "OpenSans-Regular";
	color: #fff;
	line-height:52px;font-size:16px;
	border:none;
	background:#0091d6; 
	cursor: pointer;
}
 input,textarea {
	outline:none;
 }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #333;
}
.p-show {
	display: block !important;
}

.index-get{display:inline-block;margin-left:10px; }
.index-get2{display:inline-block;margin-left:10px; }
.home-more {
    background-color:#ff6a00;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width:158px;
    height:42px;line-height:42px;
    border-radius:25px;text-align:center;
}
.home-more:hover{border:1px solid #ff6a00; background-color:#fff;color:#ff6a00;}

/*banner*/
.block_home_slider {max-width:1920px;margin:0 auto;
	height: auto;
	position: relative;
	line-height: 0px;
	text-align: center;}
	
	.block_home_slider img{
		width:100%;
		height:auto;
		}
	
	/*底部小图标*/
.block_home_slider .slide {
	position: relative;
	overflow: hidden;
}
.block_home_slider .flex-direction-nav a {
	width: 45px;
	height: 50px;
	display: block;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
}
.block_home_slider .flex-direction-nav a.flex-prev {
	left: 0;
	background: url(../images/jt1.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-next {
	right: 0;
	background: url(../images/jt2.png) no-repeat;
}

.block_home_slider .flex-control-paging {
	position: absolute;
	bottom:20px;
	width:100%;
	text-align: center;
}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a{width:10px; height:10px; display:block; background:#fff; text-indent:-9000px; position:relative; overflow:hidden;cursor:pointer; border-radius:6px; transition:all 0.5s;}
.block_home_slider .flex-control-paging li a.flex-active {width:40px; background:#0091d6;border-radius:6px;}

.flexslider {margin:0; padding:0; height:100%;}
.flex-viewport{height:100%;}
.flexslider .slides{height:100%; }

.flexslider .slides li{position:relative;}
.banner-hz{position:absolute;z-index:1;left:0;top:40%; right:0;text-align:center; transform:translate(0%,-50%);}
.banner-wb{font-size:40px;font-family: "OpenSans-Bold";
    line-height:50px;width:50%;text-align: left; }
.banner-pic{font-size:18px;max-width:150px;margin-bottom:30px;text-align:center;}
.banner-pic img{width:125px;}

#home_slider2{display:none;}

.top_sj { display:none; }


.index-about-left{width:47%;}
.index-about-right{width:47%;}
.index-about-right img{border-radius:20px;}
.index-about-title{color:#0091d6;font-family: "OpenSans-Semibold";}
.index-about-nr{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden;}

.infou-ul ul {display: flex;flex-wrap: wrap;margin-left:-1%;margin-right:-1%;}
.infou-ul li {float: left;width:23%; margin-left: 1%;margin-right:1%;margin-bottom:30px;overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.infou-ul li:hover{transform:translateY(-6px); -webkit-trafont-size: 0; }
.infou-ul li h3{font-weight:normal;font-size: 0; }
.infou-ul li h3 span:nth-child(1){font-size:45px;line-height:50px;font-family: "OpenSans-Bold";color:#0091d6;}
.infou-ul li h3 d {display:inline;color:#0091d6;font-size:45px;line-height:50px;margin-left:5px; font-family: "OpenSans-Bold";}


.index-title{font-size:36px;line-height:45px;text-align:center;font-family: "OpenSans-Bold";color:#1b3c74;}
.index-title-ms{text-align:center;margin:20px auto 0 auto;width:70%;}

.index-Professional-bj{background:#0091d6; overflow: hidden;color:#fff;}
.index-products-bj{background:#f4f8fb; overflow: hidden;}
.index-industries-title{width:30%;text-align:left;}
.index-industries-ms{width:65%;}


/* 搜索*/
.index-products-sk{display: flex;
 justify-content: space-between;
 align-items: center;}
.index-products-sk-a{width:25%;padding:15px;border:none;border-top-left-radius:10px;border-bottom-left-radius:10px;font-family: "OpenSans-Regular";font-size:15px;}
.index-products-sk-b{background:#fff;padding:15px;border:none;border-top-right-radius:10px;border-bottom-right-radius:10px;}
.index-products-sk form{ flex: 1 1;display: flex; justify-content:center;}

.index-pro{display:flex; flex-wrap: wrap;margin-left:-1%;margin-right:-1%;}
.index-product-box{padding:20px;font-family: "OpenSans-Semibold";}
.index-product-tilte{color:#1b3c74;font-size:18px;}
.index-product-more{ text-decoration:underline;color:#0091d6;}
.ny-products{width:23%;float:left;margin:0 1% 2% 1%;text-align:center;background:#fff;border-radius:15px;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);}
.ny-products:hover{box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);}

.ny-pr-products{width:30%;float:left;margin:0 1.5% 3% 1.5%;text-align:center;background:#fff;border-radius:15px;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);}
.ny-pr-products:hover{box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);}


.ny-products2{width:100%;float:left;margin:0 1% 20px 1%;text-align:center;background:#fff;border-radius:15px;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);}
.ny-products2:hover{box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);}



.index-pro-pic{display:block; overflow:hidden;border-top-right-radius:10px;border-top-left-radius:10px;}
.index-pro-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-pro-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;border-top-right-radius: 15px;border-top-left-radius: 15px;}


.contact-more{text-align:center;}
.contact-more a{color:#fff;display:inline-block;border-radius:50px;background:#ff6a00;border:1px solid #ff6a00;font-family: "OpenSans-Semibold";padding:12px 60px;}
.contact-more a:hover{border:1px solid #ff6a00;background:#fff; color:#ff6a00}


  /* 容器：手风琴布局核心 */
        .tools-container {
        margin:3rem auto;
            padding: 0 1rem;
            display: flex; /* 改为flex实现手风琴 */
            height: 600px;
            gap: 1rem;
        }

        /* 卡片基础样式：原风格不变 */
        .tool-card {
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            flex: 1; /* 平均分配宽度 */
        }

        /* 手风琴核心：hover 时展开 */
        .tool-card:hover {
            flex: 3; /* 展开宽度 */
            transform: translateY(0);
        }

        /* 卡片背景图：铺满 + 模糊遮罩（让文字更清晰） */
        .card-bg {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        /* 半透明黑色遮罩：增强文字可读性 */
        .card-bg::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);
        }

        /* 文字内容容器：绝对定位在卡片底部 */
        .card-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 2rem 1.5rem;
            z-index: 1;
            color: #fff;
        }

        /* 标题样式 */
        .card-title {
            font-size:24px;font-family: "OpenSans-bold";
            margin-bottom: 1.5rem;
        }

        /* 描述文字样式 */
        .card-desc {
    margin-bottom: 1.5rem;
            opacity: 0.95; line-height: 24px;
        }

        /* 按钮样式：橙色圆角、hover效果 */
        .read-more-btn {
            display: inline-block;
            padding: 0.575rem 2rem;
            background-color: #ff6a00;
            color: #fff;
            border: none;
            border-radius:25px;
            transition: background-color 0.3s ease;
        }

        .read-more-btn:hover {
            background-color: #fff;  color: #ff6a00;
        }

        /* 三个卡片的背景图 */
        .card-cutting {
            background-image:url(../images/adv-pic1.jpg);
        }

        .card-power {
           background-image:url(../images/adv-pic2.jpg);
        }

        .card-odm {
             background-image:url(../images/adv-pic3.jpg);
        }

        /* 响应式：手机端恢复单列，关闭手风琴 */
        @media (max-width: 960px) {
            .tools-container {
                flex-direction: column;
                height: auto;
                gap: 1.5rem;
            }
            .tool-card {
                flex: none;
                height: 420px;
            }
            .tool-card:hover {
                flex: none;
            }
            .card-desc {
                font-size: 1rem;
            }

        }
  @media (max-width: 580px) {
.card-title {font-size: 1.2rem;}
  }
.index-news-hz{padding:35px;}

.index-new-left-nr{margin:30px 0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;overflow:hidden;}
.index-news-nr{margin-right:-2%; margin-top: 50px;display: flex; flex-wrap: wrap;}
.index-news-nr-left{width:31.3%;background:#fff;box-shadow: 0 7px 49px 2px #edeff2;border-radius:15px; margin-right:2%;float:left;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.index-news-nr-left:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}
.index-news-nr-left-title{margin-top:10px; font-size:20px;font-family: "OpenSans-Semibold";color:#1b3c74; }
.index-news-nr-left-rq{font-size:15px;color:#666;}
.index-news-nr-left-rq img{float:left;width:18px;margin-right:6px;margin-top:3px;}
.index-news-nr-left-nr{color: #444B54;margin:20px 0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;   }
.index-news-nr-pic img{border-top-right-radius:15px;border-top-left-radius:15px;}
.index-news-nr-left-more{text-decoration: underline; color:#0091d6;}

.index-iso{text-align:center;}
.index-iso li{margin:1%;display:inline-block;font-size:24px;font-family: "OpenSans-Semibold";position:relative; padding-left:35px;}
.index-iso img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);margin-right:10px;position:absolute;z-index:1;left:0;top:15px;  transform:translate(0%,-50%); }
/*----底部----*/
.foot {background:#252b3a;overflow: hidden;color:#f2f4f6;padding-top:60px;}
.foot-logo-hz{width:28%;}
.foot-logo img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); height:50px;}
.foot-follow-pic li{text-align:center; margin-right:10px;float:left;}
.foot-follow-pic li img{height:38px;}
.index-top-pic-tu2{display:none;}
.foot-follow-pic li:hover .index-top-pic-tu1{display:none;}
.foot-follow-pic li:hover .index-top-pic-tu2{display:inline-block;}
.foot-box{width:45%;}

.foot-menu2{float:left;margin-bottom:30px;width:50%;padding:0 3%;}
.foot-contact-nr2{margin-top:30px;}
.foot-contact-nr2 ul{display: flex;flex-wrap: wrap;}
.foot-contact-nr2 li{width:100%;float:left;margin-bottom:12px;position:relative;padding-left:15px;}
.foot-contact-nr2 li:before {
    width:5px;
    height:5px;border-radius: 50%;
  background:#0091d6;
    position: absolute;
    left: 0;
    top:12px;
    content: "";
}
.foot-contact-nr2 li a{color:#f2f4f6;}
.foot-contact-nr2 li a:hover{color:#0091d6;}

.foot-ewm{width:25%;}
.foot-ewm-pic li{float:left;text-align:center;margin-right:20px;}
.foot-ewm-pic li p{margin-top:8px;}
.foot-ewm img{width:115px;border-radius:10px;}

.foot-contact-hz{float:left;padding-top:15px;}

.foot-contact-wb li{margin-bottom:12px;overflow:hidden;position:relative; padding-left:25px;}
.foot-contact-wb li .iconfont-dh{display:block;float:left;position:absolute;z-index:1;left:0;top:12px;transform:translate(0%,-50%); }
.foot-contact-pic img{width:15px;-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);  opacity:0.8;}


.foot-contact-title{font-size:20px;color:#fff;font-family: "OpenSans-Semibold";}
.foot-contact-title img{margin-left:10px;}

.foot-bq{padding:20px 0;overflow:hidden;border-top:1px solid #373f53;}
.foot-bq a{color:#f2f4f6;}
.foot-bq a:hover{color:#0091d6;}


.ny-banner-hz{ position:relative; }
.ny-banner-hz::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
  height: 100%;
    width: 100%;
    background: rgba(2, 54, 115, 0.5);
    z-index:0;
}

.tabs {color:#fff;
   position: absolute;
		right:0;text-align:center;
        left: 0;z-index:1;top:50%;transform:translate(0%,-50%);  }

.tabs-wz {
  position: absolute;
        bottom: 0;
       z-index:1; }

.tabs-wz ul {
        width: 100%;  
        display:block;  padding-bottom:15px;
    }

.tabs-wz ul li {margin-right:10px;color:#c7d3dc; display:inline-block;}
.tabs-wz ul li a{color:#c7d3dc;}
.tabs-wz ul li a:hover{color:#fff; text-decoration:underline;}

.contact-x{position:relative;}
.contact-x:after {
    content: "";
    position: absolute;
    background:100%; left:0;background:#e3e7f2;
    height:1px;bottom:0;width:100%;z-index:-1;
   }

.contact-menu{margin-top:28px;}
.contact-menu ul{display: flex; flex-wrap:wrap;}
.contact-menu li{padding-bottom:28px;float:left;margin-right:4%;position:relative;}
.contact-menu li a{font-size:16px; color: #1b3c74;}
.contact-menu li:hover,.contact-menu li a.on {color:#0091d6;font-family: "OpenSans-Semibold";}
.contact-menu li a.on:before {
    width:10px;
    height:10px;
    border-radius: 50%;
    border:3px solid #0091d6;
    position:absolute;
   left:50%;transform:translate(-50%,0);
    bottom:-7px;
    content: "";background:#fff;
}


.about-founded li{position:relative; padding-left:35px;margin-bottom:5px;font-family: "OpenSans-Semibold";color:#1b3c74;}
.about-founded li img{position:absolute;z-index:1;left:0;top:15px;transform:translate(0%,-50%); }

.Certificates-hz{ box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);margin-bottom:20px;}
.Certificates-hz p{padding:20px;text-align:center;}
.contact-banner-ms{font-size:18px;margin-top:20px;opacity:0.9;}
/*联系我们*/
.contact-left{width:38%;}
.contact-left li{margin-bottom:30px;overflow:hidden;}
.contact-left-hm{position:relative; padding-left:35px;}
.contact-left-hm .iconfont-contact{position:absolute;z-index:1;left:0;top:15px;transform:translate(0%,-50%);}
.contact-left-hm p{font-size:20px;font-family: "OpenSans-Semibold";color:#1b3c74;margin-bottom:5px;}
.contact-left-hm a{font-size:18px;}
.contact-right{width:55%;border-radius:5px; box-shadow: 0px 30px 50px 0px rgba(7.999999999999998, 2.000000000000002, 33, 0.1);padding:4%;}
.red{color:#ff0000;margin-left:5px;}


 input,textarea {
	outline:none;
 }
.soka{ width:100%;padding:10px;border:1px solid #444B54; border-radius:5px;margin-bottom:15px; font-family: "Open Sans", Sans-serif;font-size:16px; }
.sokb{font-family: "OpenSans-Semibold";border:1px solid #444B54; padding:10px;margin-bottom:20px;font-size:16px;border-radius:5px; width:100%;}

.elementor-field{font-size:16px;}

.tj{ width: 100%;
    border:none;
    line-height:45px;
    text-align: center;
    color: #fff;
    background: #0091d6;
    cursor: pointer;
    font-size: 18px;
border-radius:5px;font-family: "OpenSans-Semibold"; }
.tj:hover{ background:#ff6a00;}
.soka:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999; 
}

.soka:-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}



.khjz_bj{width:100%;}
.khjz_dkj{position:relative;margin-top:50px;}
.Certificates .item{margin:0 15px; display:flex !important; flex-wrap: wrap;}



/* display none until init*/
.owl-carousel{display:none; width: 100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display: none;display: flex !important; flex-wrap: wrap;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}

.owl-carousel .owl-item{display: flex !important; flex-wrap: wrap; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{text-align: center;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


.owl-carousel .owl-controls {
	width: 100%;
	z-index: 11;margin-top:30px;
}
.owl-carousel .owl-controls .owl-buttons div {
display: inline-block;
	zoom: 1;
*display:inline;
	width:40px;
	height:40px;
	text-indent: -9999px;
	transition: .35s;
	bottom: -50px;
    font-size: 0;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
	background: url(../images/jtl02.png) center no-repeat;
	overflow: hidden;margin:0 30px;

}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	background: url(../images/jtr02.png) center no-repeat;
	overflow: hidden;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/jtl03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/jtr03.png) center no-repeat;
	overflow: hidden;
}


.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver*/
}

.owl-carousel .owl-controls .owl-page.active span, .owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/

}
.owl-carousel .owl-controls .owl-page span.owl-numbers {
	height: auto;

	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.index-products-zs{position:absolute;z-index:1;top:0; right:0;  }



.ny-news-nr{float:left;position:relative; }

.ny-news-nr-hz{background:#fff;transition:transform 0.5s; -webkit-transition:transform 0.5s;margin-bottom:50px;overflow:hidden; box-shadow:0 7px 49px 2px #edeff2;}
.ny-news-nr-hz:hover{transform:translateY(-6px); -webkit-trafont-size:0;}
.ny-news-nr-hz:hover .ny-news-nr-left-title{ color: #0091d6;}
.ny-news-nr-hz a{display: flex;
 justify-content: space-between;
 align-items: center;}
.ny-news-nr-left{width:73%;padding:3%;}
.ny-news-nr-pic{width:25%;}
.ny-news-nr-left-title{margin-bottom:25px;font-size:22px; font-family: "OpenSans-bold";color:#1b3c74;}

.news-nr-left-content{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:#444B54;}

.hover-k{ position:relative;}
.hover-k:after{ position: absolute; content: ""; width: 100%;height:4px; background:#0091d6; left: 0; bottom: 0; transition: transform 0.5s;
	right: 0; transition: transform 0.5s; margin: auto; transform-origin: right center; transform: scaleX(0)}
.hover-k:hover:after{transform-origin: left center; transform: scaleX(1);}

.showshow-title{font-size:30px;line-height:30px; font-family: "OpenSans-bold";color: #1b3c74;}
.showshow-nt{margin:15px 0 40px;border-top:1px solid #e2e2e2;padding-top:40px;}



.service5Box4 .items {
  display: flex;
  flex-direction: column;
  gap:50px;
}

.service5Box4 .item {
  display: flex;
    justify-content: space-between;
}

.service5Box4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.service5Box4 .item .content {
 width:48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service5Box4 .item p{margin-bottom:25px;}
.service5Box4 .item .img:hover img {
  transform: scale(1.05);
}
.img img{transition: all 0.5s ease 0s;width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.img {width:48%;border-radius:10px;overflow:hidden;}



.ny-product2-left{width:70%;float:left;}
.ny-product2-left-title{font-size:24px;font-weight:bold;margin-bottom:30px;}

.ny-product2-left-box{background:#f7f7f7;border:1px solid #dfdfdf;border-radius:10px;width:31.33%;margin-right:1%;margin-left:1%;float:left;margin-bottom:30px;}
.ny-product2-left-box:hover{box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.2);background:#009ee2;border:1px solid #009ee2}
.ny-product2-left-box:hover .ny-product2-left-bt  {color:#fff !important;}
.ny-product2-left-bt-hz{padding:30px; }
.ny-product2-left-bt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:18px;	font-weight:bold;}

.ny-product2-left-pic{display:block; overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;}
.ny-product2-left-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;width:100%;
-o-transition-duration: .8s;overflow:hidden;}

.ny-product2-left-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }
.news-hz{ display: flex;
    align-items: flex-start;
    justify-content: space-between;
 }
.ny-product2-hz{ display: flex; flex-wrap: wrap;justify-content: space-between; align-items: flex-start;}
 
 
.ny-product2-right{position:sticky;top:100px;width:26%;float:right;background:#fff;overflow:hidden;padding:2%;box-shadow: 1px 0px 36px rgba(1, 86, 169, 0.08);}
.ny-product2-right-title{font-size:22px;font-family: "OpenSans-bold";color:#1b3c74;}
.ny-product2-right-hot{padding-top:40px;}
.ny-product2-right-hot-hz{margin-bottom:20px;float:left;border-bottom:1px dashed #e3e7f2;padding-bottom:20px;}

.ny-product2-right-hot-hz a{ display:flex;justify-content: space-between; align-items: center;}
.ny-product2-right-hot-hz:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.ny-product2-right-hot-pic{width:30%;float:left;display:block; overflow:hidden;}
.ny-product2-right-hot-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}

.ny-product2-right-hot-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.ny-product2-right-hot-right{float:right;width:62%;}
.ny-product2-right-hot-right-title{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }


.ny-product-left{ position: -webkit-sticky; position: sticky;
    top:100px;width:20%;padding:25px;border-radius:10px;box-shadow: 0 7px 49px 2px #edeff2;}	
.ny-product-left li{border-bottom:1px solid #e7e7e7;margin-bottom:10px;display: block; position:relative;}	
.ny-product-left li a{padding:10px 10px 10px 0;display:block;}
.ny-product-left li a.on{ color: #0091d6;font-family: "OpenSans-Semibold";}
.ny-product-right{width:77%;}

.products-iso li{margin-right:6%;display:inline-block;position:relative; padding-left:30px;margin-bottom:5px;}
.products-iso img{width:20px;margin-right:10px;position:absolute;z-index:1;left:0;top:12px;  transform:translate(0%,-50%); }

/*分页*/
.yema{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top:30px;
}

.yema a{ display:inline-block; height:43px; line-height:43px;min-width:43px; border-radius:5px;overflow:hidden;  margin:0 3px;  text-align:center;  background:#f4f8fb;}
.yema a:hover{ text-decoration:none; color:#fff; background:#0091d6;}
.yema a.on{color:#fff;  background:#0091d6;}
.yema a.first:hover,.yema a.last:hover{background-color:#0091d6;}
.yema a span{ font-family: "宋体";font-size:18px;}


/*上下篇*/
#page{border-top:1px solid #e2e2e2;padding-top:30px;}
#page .next,#page .prev{}
#page .next a,#page .prev a{color:#1b3c74;}
#page .next a:hover,#page .prev a:hover{ color: #0091d6;}


.products-title{position: relative;padding-bottom:25px;font-size:30px;line-height:30px;font-family: "OpenSans-bold"; color: #1b3c74;}
.products-title:after {
    content: "";
    position: absolute;
    background: #409af0;
    width:40px; 
    height:4px;bottom:0; 
	 left: 0;
   }
.content-wb{margin-top:30px;}
.content-wb ul{;margin-left:20px;}
.content-wb li{list-style-position: outside;list-style-type: disc;line-height:30px;font-family: "OpenSans-Semibold";}


.productshow-pic{width:28%;}
.productshow-right{width:66%;}
.productshow-right-title{font-size:32px;line-height:35px;font-family: "OpenSans-bold";}
.productshow-right-fl{color:#b3b6b9;}
.productshow-right-ms{padding-left:20px; position: relative;}	
.productshow-right-ms:before {
    width:7px;
    height:7px;
    border-radius: 50%;
    background:#ff6a00;
    position: absolute;
    left: 0;
    top:10px;
    content: "";
}
.download{ overflow-y: auto;}
.faq-menu{ text-align:center;color:#fff;background: #0091d6 !important;font-size:18px;font-family: "OpenSans-Semibold";border-bottom:1px solid #e3e7f2;border-top:1px solid #e3e7f2;overflow:hidden;padding:20px !important;}
.download table{border-collapse:collapse;text-align:center;}
.download table td{padding:12px;border-bottom:1px solid #ebebeb; width:auto;white-space:nowrap;}
.download table tr:nth-child(Odd){background:#f9f9f9;}



.caseshow-join-list ul {
    display: flex;
    flex-wrap: wrap;
}

.caseshow-join-list ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  padding:18px 25px;
    background-color: #fff;
    box-shadow: 0 0 43px 0 rgba(194, 194, 194, .2);
}


.faq{color:#666;margin-top:20px;}
.faq a{color:#0091d6;}
.faq a:hover{ text-decoration:underline;}
.caseshow-join-menu {
    width: 100%;
    user-select: none;
    cursor: pointer;
    position: relative;
font-size:18px;font-family: "OpenSans-Semibold";padding-right:40px;
}


.caseshow-join-menu:hover {
    color: #0091d6;
}

.caseshow-join-menu:after {
    background: url(../images/jt.png)no-repeat;
    width: 21px;
    height:11px;
    content: "";
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-5px;
}

.caseshow-join-menu.ontrue:after {
    transform: rotate(180deg);
    opacity: 1;
}
    /* 中间左右排版模块 */
        .test-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap:60px;margin-bottom:50px;
     
        }

        .test-section.reverse {
            flex-direction: row-reverse;
        }

        .test-image {
            flex: 1;
            text-align: center;
        }

        .test-image img { display: block;border-radius:10px;}

      .test-image p{font-size:18px;  color: #1b3c74;}

        .test-content {
            flex: 1;
        }

        .test-content h2 {
            font-size: 26px;
            margin-bottom: 30px;
          color: #1b3c74;font-family: "OpenSans-bold";
        }

        .test-content p {
            margin-bottom: 10px;
    font-size: 18px;color:#000;
        }

        .test-content ul {
            list-style: none;
            margin:20px 0;margin-left:20px;
        }

        .test-content li {
      list-style-position: outside;list-style-type: disc;margin-bottom:5px;
        }

        /* 底部设备列表 */
        .equipment-grid {
   display: flex; flex-wrap: wrap;
margin:0 -1% ;
       
        }

        .equipment-item {float:left;
            text-align: center;border-radius:15px;
			    width:23%;margin:0 1% 2% 1%;box-shadow: 0 7px 49px 2px #edeff2;
        }
  .equipment-item p{padding:15px;}
        .equipment-item img {border-radius:15px;
     display: block;transition: all 0.5s ease; box-sizing: border-box;
            }
 .equipment-item img:hover{ margin-top: -1%;}
 
        /* 响应式适配：小屏幕变为上下堆叠 */
        @media (max-width: 768px) {
            .test-section,
            .test-section.reverse {flex-direction: column; }		
.test-content p{font-size:17px;}
.test-content h2 {font-size: 22px;}
.equipment-item{width:31.33%;}
.test-image p { font-size: 16px;}
        }
		
  @media (max-width: 580px) {.equipment-item{width:48%;}
  }