@charset "utf-8";
/* CSS Document */

html{overflow-x:hidden!important;overflow-y:auto;-webkit-tap-highlight-color:transparent;outline: none;}
body{ background-color: #FFF;   margin: 0 auto;padding: 0; outline: none; }

div,h1,h2,h3,h4,a,p,img,ul,li,dl,dt,dd,span{margin:0;padding:0;   }
img{ vertical-align: middle; border:0px;outline: none; }
a {outline: none;text-decoration: none; color: #333333;}
a:hover {outline: none;text-decoration: none;color: #333;}
i, em {font-style: normal;}
ul {list-style: none;}
li {list-style: none;}
/*  */
/*浮动后父元素依然保持高度*/
/* .clearfix{ zoom:1;} */
/* .clearfix:after{ clear:both; display:block; content:"";} */


/*侧边浮框start*/
.floatRight{
	position: fixed;
	height: 200px;
	width: 40px;
	right: 32px;
	top: 65%;
	z-index: 999;
	margin-top: -100px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.floatBox dd{
	padding: 6px 0;
}
.floatBox dd .con{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 4px;
    background:#e60012;
	box-shadow: 2px 0px 8px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.floatIcon .wicon{
	width:60px;
	height:35px;
	border-radius: 4px;
}
.floatIcon .text{
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.backTop{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.smallApplet .floatIcon .wicon{
	background: url(../images/kf.png) bottom center no-repeat;
}
.onlineSever .floatIcon .wicon{
	background: url(../images/wxe.png) bottom center no-repeat;
}
.onlinmessage .floatIcon .wicon{
	background: url(../images/kf.png) bottom center no-repeat;
}
.floatIcon .dyicon {
    width: 60px;
    height: 35px;
    border-radius: 4px;
}
.onlineSever .floatIcon .dyicon{
	background: url(../images/douy.png) bottom center no-repeat;
}

.backTop .floatIcon .wicon{
	background: url(../images/zd.png) bottom center no-repeat;
}
.floatPosition{
	position: absolute;
	width: 100px;
	height: 100px;
	right: 85px;
	top:-30px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.2);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
}
.floatPosition:after{
	display: block;
    content: '';
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left:110px;
    top: 50%;
    margin-top: -8px;
}
.floatPosition i{
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	right: -8px;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -8px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.2);
}
.floatImg{
	padding: 5px;
	width: 110px;
	height: 110px;
	background: #fff;
	position: relative;
	border-radius: 5px;
}
.floatImg img{
	display: block;
	height: 105px;
	width: 105px;
	position: relative;
	z-index: 5;
}
.floatPosition1{
	position: absolute;
	right: 80px;
	top: 10px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.floatPosition1 i{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -5px;
	left: -5px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
}
.floatImg1{
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align:center;
	border-radius: 3px;
	position: relative;
	z-index: 5;
}
.floatPosition2{
	position: absolute;
	width: 190px;
	left: 80px;
	top: -25px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.floatPosition2 i{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -5px;
	left: -5px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
}
.floatImg2{
	padding: 10px 0px;
	position: relative;
	z-index: 5;
	background: #fff;
	border-radius: 10px;
}
.floatImg2 .folatTitle{
	padding: 0 20px;
	border-bottom: 1px solid #f0f0f0;
}
.floatImg2 span{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #858585;
}
.floatImg2 span.span1{
	color: #428a7b;
}
.floatImg2 .floatCon{
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #858585;
}
.backTop:hover .floatPosition1{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.onlineSever:hover .floatPosition{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.smallApplet:hover .floatPosition{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.floatBox dd:hover .con{
	background: #c80000;
}
.floatRight.show .backTop{
	visibility: visible;
	opacity: 1;
}

/* title begin*/
.title{

    margin:60px auto;
    text-align: center;
}
.title .title-head{
    font-size:30px;
    color: #333333;
    margin-bottom:5px;
}
.title .title-text{
    font-size:16px;
    color: #999999;
    text-transform:uppercase;
    margin-top:5px;
}
.title .title-img{
    height:1px;
    background:url("../images/title-line.png") no-repeat;
    width:141px;
    margin:0 auto;
}

/*  */

.top_tp{width: 100%;  border-bottom: 1px solid #eeeeee;height:30px; line-height:30px; font-size:14px; color: #666666; margin-bottom: 0px;color: #666666;}
.topleft{  color: #666666;}
.t_pxiconsou { width: 34px;}
.t_pcsouinput { height: 34px;}
.t_soupic{ width: 35px;cursor: pointer;margin-top: 25px;margin-left: 15px;}
.t_soupic img{ display: inline-block; width: 100%;}
.t_soupic .t_huiicon,.t_soupic .t_hovericon{ display: block;}

.searchText{ position: relative;border: 1px solid #aaaaaa;font-size: 14px;padding:5px 10px; height:18px;}
.search_bn{position: absolute; background: #DDD; top:5px}
/*  */

/* sousuo */


/*  */
.t_pcrgli { position: relative;;}
.topRight{  display: flex; justify-content: space-between;}
.search{width: 230px; color: #aaa;  height: 25px;}

.topRight a{  color: #666666;}
.yuyan{ text-align: right;}
.top_mid { padding:20px 0px 15px;}

.top_mid .row{ display:flex; justify-content:flex-start;}
.top_mid .logo{ padding-top:20px;;}
.top_mid .logo img{width:100%;;}
.top_mid .logo-text{padding: 5px 0px 5px 35px;font-size:14px;color:#999999;letter-spacing:2px;border-left:1px solid #999999;line-height:22px;margin-top: 5px;}

.tel{ text-align: right;  margin-top: 10px;}
.tel p{ font-size: 15px;font-weight: bold; margin:0px auto ; line-height: 25px; }
.tel p img { vertical-align: top; width: 30px; -webkit-transition: all .35s; -webkit-animation: rotateIns 2s ease infinite;}
.tel p a{color:#f8831b;}
@-webkit-keyframes rotateIns {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

/* 导航 */
.navwrap{
    width:100%;
 
    height:36px;
    background:#eeeeee;
    position:relative;
    z-index:999;
   
}
.navwrap .container{
    width:1200px;
    margin:0 auto;
}

.menu{ display: flex;justify-content: space-between; }

.menu>li{
    float:left;
    width:12.5%
}
.menu>li>a{
    display:block;
    height:36px;
    line-height:36px;
    color:#0f0f0f;
    text-align:center;
    font-size:14px;
}
.menu>li>a:hover{
    line-height:36px;
    color:#ffffff;
    background-color:#d60f0f;
 }
.subnav{
    width:100%;
    margin:0 auto;
    position:absolute;
    left:0;
    top:36px;
    background-color:#ffffff;
    -webkit-box-shadow:2px 2px 5px #888888;
    -moz-box-shadow: 2px 2px 5px #888888;
    box-shadow: 2px 2px 5px #bfbfbf9f;
    height:415px;
    display:none;
}
.subnav .subnav-content{
    width:1213px;
    margin:0 auto;
    padding-top:40px;
   /* display:none;*/
}
.subnav .subnav-content .subnav-img{
    width:260px;
    height:316px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow:hidden;
    float:left;
    margin-left:30px;
}
.subnav .subnav-content >ul{
    float:left;
    margin-left:40px;
    /* width:250px; */
}
.subnav .subnav-content>ul li{
  height:20px;
    line-height:20px;
    margin-bottom: 15px;
}
.subnav .subnav-content>ul li a{
       color:#404040;
    font-size:14px;
}
.subnav .subnav-content>ul li a:hover{
    color:#d60f0f;
}

.subnav .subnav-content>ul .li-img{
height:100px;
margin-bottom: 45px; 
}
.subnav .subnav-content>ul .li-img img{
width: 150px;
  text-align: left;
    margin-left: -20px;
}
.subnav .subnav-content>ul .li-title a{
    font-size:18px;
    font-weight:bold;
    color:#0f0f0f;
}
.menu>.navCurrent{
    background-color:#d60f0f;
    color:#fff;
}
.menu>.navCurrent>a{
    color:#fff;
}
.menu-container{ display:none}

.m_header{ display:none;}

/* 5-26 */

.new_nav .subnav-content{max-height: 410px; overflow-y: auto;background-color: #ffffff;}



  /* 新增滚动条样式 */
  .subnav-content::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(245, 245, 245, 0.5);
  }
  
  .subnav-content::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 4px;
  }
  
  .subnav-content::-webkit-scrollbar-thumb:hover {
    background-color: #d9d9d9;
  }

  .new_nav .subnav-content  >ul {
    float: left;
    /* margin-left: 20px; */
    width: 20%;
    height: 100%;
    min-height: 180px;
    margin-bottom: 15px;
}



/* 5-26e */



/* navigation end*/

/*  */
/* i_banner */
.i_banner{ width: 100%;position: relative; }
.banner{position:relative;overflow:hidden;}
.banner .slick-arrow {position: absolute;font-size: 0;top: 50%;z-index:12;width: 100px;height: 100px;margin-top: -42px;border: 0;}
.banner .slick-prev {outline: none;position: absolute; top:50%; width: 52px; height: 52px; z-index: 9; text-align: center; margin-top: -40px;transition:.8s;background:url(../images/c_prev.png) no-repeat;left: 5%; opacity: 0;cursor: pointer;}
.banner .slick-next {outline: none;position: absolute; top:50%; width: 52px; height: 52px; z-index: 9; text-align: center; margin-top: -40px;transition:.8s;background:url(../images/c_next.png) no-repeat;right: 5%; opacity: 0;cursor: pointer;}
.banner:hover .slick-prev { left: 10%; opacity: 1; }
.banner:hover .slick-next { right: 10%; opacity: 1; }
.banner img {display: block;margin:0 auto;max-width:100%;    width: 100%;
    max-width: 2000px}
.slick-dots {position: absolute;left: 0; font-size:0;bottom: 5%;width: 100%;text-align: center;outline: none;}
/* .slick-dots li {display: inline-block;margin: 0 15px; outline: none;}
.slick-dots li button {display: block;border: 0 none;width: 41px;height: 4px;background:url(../images/ban-dd.png) no-repeat center; transition: .5s;}
.slick-dots .slick-active button {background:url(../images/ban-dd_h.png) no-repeat center;}
 */


  @media (max-width: 768px){
    .banner img {display: block; width:100% ;margin:0 auto;}
 }

/* 搜索 */
.search_bg {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom:1px solid #f5f5f5;    margin-bottom: 20px;
}
.search_bg .search_hot { padding-top: 14px;   height: 30px; line-height: 30px;}
.search_hot b {
    padding-left: 15px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.search_bg .search_hot a {
    font-size: 15px;
    color: #999;  margin: 0 10px;
}
.search_bg .search_hot a:hover {
   
    color: #b00810; 
}
/*搜索修改*/
.search_bg .search_d select{float: left;margin-top: 15px; border: 1px solid #e1e1e1; padding: 5px; border-radius: 5px;}
.search_bg .search_d form{background: url(../images/ss01.png) 20px no-repeat; width: 100%; height: 60px; padding-left: 53px;}
.search_bg .search_d {
    border-left: 1px solid #f5f5f5;
}

 .search_d .search-bg {
    float: left;    width: 50%;
    padding-left: 10px;
    height: 58px;
    /*background: url(../images/ss01.png) 20px no-repeat;*/
}
.search_d .search-bg input {
    display: block;
    height: 100%;
    border: none;    outline: none;    width: 100%;

}
.search_d .search-i {
    float: right;
    width: 80px;
    height: 60px;
    background: #d20105 url(../images/ss02.png) center no-repeat;
}
.search_d .search-i input {
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
}
/*product begin*/



.product .btn-more{
    width:44px;
    height:44px;
    background-color: #666666;
    border-radius:50%;
    text-align:center;
    padding-top:14px;
    position:absolute;
    left:50%;
    margin-left:-22px;
    cursor:pointer;
    bottom:-20px;z-index: 999;
}
.product .btn-more a{ display:block; width:44px;height:30px;border-radius:50%;}
.product .btn-more:hover{ background-color:#d60f0f;}
/*  */
.product{ width:100%;}
.product li{ margin-bottom:60px;}
.product li h2{    font-size: 22px; color: #333333; font-weight: normal;;}
.product li p{      color: #999999;font-size: 14px; line-height: 24px; letter-spacing: 1px;  margin: 10px 0;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;overflow: hidden;}
.product li a { display: block; width: 100%;  overflow: hidden;}
.product li a .pic { position: relative; overflow: hidden; -webkit-box-shadow: 2px 0 35px rgba(21,53,129,0.2) inset;  box-shadow: 2px 0 35px rgba(21,53,129,0.2) inset;background: #a4a4a4; }
.product li a .pic:before {position: absolute; top: -40px; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);}
.product li a .pic img { width: 100%; height: 100%; transform: scale(1.05); transition: all .5s;}
.product li a span { background:#c7c7c7; text-align: center; margin-top: -20px; padding-top: 20px; line-height: 60px; display: block; white-space: nowrap; overflow: hidden;
 text-overflow: ellipsis;     color: #333333;
    font-size: 18px;  transition: all .5s;}
.product li:hover .pic:before {-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)}
.product li:hover .pic img {transform: scale(1);opacity: .4}
.product li:hover span {background: #727372;color: #FFF}
.pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    object-fit: cover;
}
/*下载中心*/
.download_list li{  padding: 10px;border-bottom: 1px dotted #ccc;  line-height: 45px; overflow: hidden;}
.download_list li .biaoti{   font-size: 18px;}
.download_list li .down_x img{ padding-right: 10px;}
.download_list li .down_x{   text-align: center;}





/*解决方案 */
.solution{ margin: -20px auto 0;}
.solution h2{text-align: center; margin-bottom: 35px;}
.solution h2 span{display: inline-block; height:68px; line-height: 68px;font-size:38px; color:#333333;padding:0 21px;position: relative; font-weight: bold;}
.solution h2 span:before{width:15px; height:20px; background:url(../images/tit-left.png) no-repeat center; content:""; position: absolute; left:0;top:26px;}
.solution h2 span:after{width:15px; height:20px; background:url(../images/tit-rig.png) no-repeat center; content:""; position: absolute; right:0;top:26px;}
.solution h2 em{display: block; height:42px; line-height: 42px;font-size: 20px; color:#666666;font-weight: normal;}
.solution .sol-con{width:100%;height:690px;position: relative;overflow: hidden;}
.solution .sol-con .sol-list,.solution .sol-con .sol-pic{height:690px;}
.solution .sol-con .sol-pic{position: relative;width:100%;}
.solution .sol-con .sol-pic span{display: block; width:100%; height:100%; line-height: 0; overflow: hidden;}
.solution .sol-con .sol-pic span img{width:100%;height:100%;}
.solution .sol-con .sol-pic .sol-left{width:50%; height:690px;padding:105px 0 0 235px; box-sizing: border-box; position: absolute; left:0; top:0;}
.solution .sol-con .sol-pic .sol-left i{display: block; width:32px; height:2px; background: #E60012; margin-bottom: 31px;}
.solution .sol-con .sol-pic .sol-left h4{width:342px;}
.solution .sol-con .sol-pic .sol-left h4 em{display: block; line-height:23px; font-size: 16px; color:rgba(255,255,255,0.37); text-transform: uppercase; font-weight: normal;}
.solution .sol-con .sol-pic .sol-left h4 span{display: block; height:62px;line-height: 62px;font-size: 42px; color:#FFF; font-weight: bold; font-family: "思源黑体 CN"; margin-bottom: 16px;}
.solution .sol-con .sol-pic .sol-left p{ line-height:35px;font-size: 18px; color:#FFF; margin-bottom: 25%;width:70%; text-align:justify;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden; /* 隐藏溢出的内容 */
   }
.solution .sol-con .sol-pic .sol-left strong{display: block; width:159px; height: 44px; background:url(../images/sol-kk.png) no-repeat center;}
.solution .sol-con .sol-pic .sol-left strong a{display: block; height:44px; text-align: center;}
.solution .sol-con .sol-pic .sol-left strong em{display: inline-block; height:44px; line-height: 44px;font-size:14px; color:#FFF;padding-right:40px;background:url(../images/sol-jt1.png) no-repeat right;font-weight: normal;}
.solution .sol-con .sol-hd{width:50%; height:690px;background:rgba(0,49,113,0.77); position: absolute;right:0;top:0;}
.solution .sol-con .sol-hd ul li{height:230px;border-bottom:1px solid rgba(255,255,255,0.18); box-sizing: border-box; transition: .5s;}
.solution .sol-con .sol-hd ul li a{display: block;height:208px;padding:19px 106px 0 42px; box-sizing: border-box;}
.solution .sol-con .sol-hd ul li i{display: block;  height:80px; line-height: 80px;font-size: 62px; color:rgba(255,255,255,0.1); font-family: "Impact"; margin-bottom: 26px;font-style: normal; transition: .5s;}
.solution .sol-con .sol-hd ul li span{display: block; height:37px; line-height: 37px;font-size: 26px; color:#FFF; font-family: "思源黑体 CN";}
.solution .sol-con .sol-hd ul li p{height:24px; line-height: 24px;font-size: 16px; color:rgba(255,255,255,0.37); text-transform: uppercase; background:url(../images/sol-jt.png) no-repeat right;}
.solution .sol-con .sol-hd ul li:last-child{border-bottom:0;}
.solution .sol-con .sol-hd ul li.cur{background: rgba(255,255,255,0.25);}
.solution .sol-con .sol-hd ul li.cur i{color:#ffbc00;}
.solution .sol-con .sol-hd ul li.cur p{background:url(../images/sol-jt_h.png) no-repeat right;}
/* Engineering case begin */

/* 手机解决方案 */

.m-solu{height:auto;box-sizing: border-box; display: none;}


/* 案例 */
.case{
   
    margin:0 auto;
}
.case li{
 
    position:relative;
}

.case li img{
    width:100%;
    height:100%;
}
.case li  p{ font-size: 16px; color: #ffffff; line-height: 28px;text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; /*限制文本显示为2行 */overflow: hidden;}


/*  */

.w-simImg .image-w{position:relative; overflow:hidden; }
.w-simImg img{ max-width: 100%;}
.caption{ position:relative;}
.caption .captionbg{position:absolute;width:100%; height:100%; opacity:0.5;
    -ms-filter: Alpha(Opacity=50);
    filter: Alpha(Opacity=50);}
.caption .caption-text{z-index:10; position:relative;word-break: break-all; word-wrap: break-word;padding:0.5em 1px 0.7em;}
.caption h3{ font-weight:bolder;  text-align: center; margin:0; line-height:1.5; }
.caption p{ margin:0; padding-top:0.5em; opacity:0.85;}
.bg_main{ background: #333;  }

.simImg_spec .caption h3{ font-size:18px;}
.simImg_spec .caption{ overflow:hidden;}
.specFull .caption{position:absolute;bottom:0; left:0; width:100%;height:100%;color:#fff; padding-top:0; }
.specFull .caption .captionbg{ opacity:0.9; *filter:alpha(opacity=90); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); z-index:0;}
.specFull .caption .caption-text{ display:table; height:100%; width:100%; }
.specFull .caption .caption-text .caption-text-in{ display: table-cell; vertical-align: middle;padding:10px;}
.imgTextA .caption::before,.imgTextA .caption::after{position:absolute; content: "";opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); z-index:99;}
.imgTextA .caption::before{border-bottom: 1px solid #fff;border-top: 1px solid #fff;bottom: 10px;left: 10px;right: 10px; top: 10px;transform: scale(0, 1);-ms-transform: scale(0, 1); -moz-transform: scale(0, 1);-webkit-transform: scale(0, 1); -o-transform: scale(0, 1);transform-origin: 0 0 0;-ms-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0; -o-transform-origin: 0 0 0;}
.imgTextA .caption::after{border-left: 1px solid #fff; border-right: 1px solid #fff; bottom: 10px; left: 10px; right: 10px; top: 10px; transform: scale(1, 0); -ms-transform:scale(1, 0);-moz-transform: scale(1, 0);-webkit-transform: scale(1, 0); -o-transform: scale(1, 0);transform-origin: 100% 0 0;-ms-transform-origin: 100% 0 0; -moz-transform-origin: 100% 0 0;-webkit-transform-origin: 100% 0 0; -o-transform-origin: 100% 0 0;}
.imgTextA:hover .caption::before, .imgTextA:hover .caption::after {
    opacity: 1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scale(1);-ms-transform: scale(1); -moz-transform: scale(1);-webkit-transform: scale(1); -o-transform: scale(1);
	transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; -o-transition: all 0.5s;
}
.imgScaleBig .img{overflow:hidden;}
.imgScaleBig:hover img{transform: scale(1.1);-ms-transform: scale(1.1); -moz-transform: scale(1.1);-webkit-transform: scale(1.1); -o-transform: scale(1.1);transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; -o-transition: all 0.5s;}


.simImg_spec2 img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.simImg_spec2 .caption::before,.simImg_spec2 .caption::after{ border-color:rgba(255,255,255,0.3);}
.simImg_spec2 .caption .captionbg{opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.simImg_spec2:hover .caption .captionbg{opacity:0.65;*filter:alpha(opacity=65); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=65);}
.simImg_spec2 .caption-text{opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; }
.simImg_spec2:hover .caption-text{opacity:1;*filter:alpha(opacity=65); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=65);}
.simImg_spec2 .caption .caption-text .caption-text-in{ padding:1.6em;}




/* Engineering case end */










/*新闻中心*/
#canvas{ position: relative; padding-bottom: 140px;}
.news-right{
    margin-left:3%;
}
 .news-title{
    height:40px;
    line-height:40px;
	border-bottom:1px solid #DDD;	margin-bottom: 10px;
}
.news-title li{float:left;}
.news-title li a{ line-height:40px;height:40px;  font-size:16px; padding:0px 20px; }

 .news-titleCurrent{
    color:#d60f0f;
    font-weight:bold;
    border-bottom:2px solid #d60f0f;
}
 .news-title span{
    float:left;  
	border-bottom:2px solid #d60f0f;
	line-height: 40px;
    height: 40px;
    font-size: 16px;    font-weight: bold;
}
.news-titleCmp,.news-titleInd{
    display:block;
    height:40px;
    cursor:pointer;
}
.news-switchCmp,.news-switchInd{
    display:none;
}
.news-switchCurrent{
    display:block;
}
.more{
    color:#d60f0f;
    float:right;
    font-size:14px;
}
.news-left .news-content{
    margin-top:10px;
}
.news-content h3 a{
    font-size:15px;
    color:#333333;
	font-weight: bold;
    display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; /* 显示的行数 */overflow: hidden; text-overflow: ellipsis;
}
.news-content h3 a:hover{
    text-decoration: underline;
}
.news-content h3 span{
    color:#999999;
    font-size:14px;line-height: 30px;
    font-weight:normal;
    float:right;
}
.news-content p{
    color:#666666;
    font-size:14px;
    margin-top:5px;
    margin-bottom:15px; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; /* 显示的行数 */overflow: hidden;
    text-overflow: ellipsis;
}
.news-list{
	padding-top:10px;
    border-top:1px solid #999999;
}


 .news-list li { padding:0 10px; background: url(../images/news-jt2.png)  no-repeat 0px center; padding-left:15px;}
 .news-list li a { font-size:15px; display: block;     line-height: 40px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */color: #666666;
  }
.news-list li a:hover{ color: #1d4c75; font-weight: bold;}
.news-list li span{
    float:right;
    color:#999999; line-height: 30px;
    font-size:14px;
}


.w600_list ul{}
.w600_list li{display: block;background: url(../images/question.png) no-repeat left 0px; padding-left: 30px;  border-bottom: 1px dashed #999999; padding-bottom: 20px; width:45.2%; float: left; margin: 5px 10px;}
.w600_list li a{  font-size:15px;color: #333333;  display: block; font-weight: bold;   height: 45px; margin-bottom: 2px;
 display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; /* 显示的行数 */overflow: hidden;
  text-overflow: ellipsis;}
.w600_list li p {font-size: 14px;color: #666666;
height: 44px;display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; /* 显示的行数 */overflow: hidden; text-overflow: ellipsis;}
.w600_list li a:hover{ color: #1d4c75; font-weight: bold;}





.news-right .news-question{
    margin-top:10px;
    height:auto;
    float:left;
    width:48%;
}
.news-right .news-question .question-item{
    border-top:1px dashed #999999;
    margin-bottom:10px;
    padding-top:10px;
}
.news-right .news-question .question-item:first-child{
    border-top:none;
    padding-top:0;
}
.news-right .question-item h3{
    display:block;
    background:url("../images/question.png") no-repeat 0 5px;
    padding-left:30px;
    height:40px;
    overflow:hidden;
}
.news-right .question-item h3 a{
    color:#333333;
    font-size:15px;
    display:block;
    height:40px;
}
.news-right .question-item h3 a:hover{
    color:#d60f0f;
}
.news-right .question-item p{
    margin-left:30px;
    font-size:14px;
    color:#666666;
    margin-top:5px;
    height:48px;
    overflow:hidden;
    line-height:24px;
}


/*  */

.controls{ position: relative;}

/*  */
.new_top ul{ display: flex; justify-content: flex-start;}
.new_top li { padding: 10px;}
.new_top li:first-child{margin-right: 30px;  border-right: 1px dotted #ccc;    padding-right: 40px;}
.new_top li a img { width:100%; height: 100%; }


/* 6-1 */
.contactTitle {
    width: 440px;
  
    padding: 10px 0px;
    margin: 50px auto;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 24px;
    color: #0f0f0f;
}
.contact_title{ text-align:center; margin:15px 0px; width: 100%; color: #333333; background: #f3f3f3;height: 190px; vertical-align: middle;  padding: 45px 0px;
  
    display: flex;
    flex-direction: column; /* 子元素垂直排列 */
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中（可选） */
    text-align: center; /
}
.contact_img img{width:65px !important; margin-bottom:15px;}
.main-text {font-weight: bold; 
    font-size: 24px; color:#333333;
    display: block;
   
}
.sub-text {
    font-size:14px; 
    text-transform: uppercase;
    color:#6f6f6d;
    display: block;
    margin: 5px 0; /* 调整两行之间的间距 */
}

.contact_title img{ width:110px ;}
.contact_text p{margin-bottom: 5px; margin-top: 10px;font-size: 16px; }







/* foot */
.foot{width: 100%;background-color: #333333;padding-top: 30px;margin-top:0px; }
.foot-top{  color: #777777;font-size: 12px;font-weight: bold; display: flex;}


/* 5-26 */
.foot-l{ flex: 3; justify-content:space-between;  align-items: center;     
 }
.foot-l img{float: left;width: 50px;}
.foot-l-text{ float: left;    margin-left: 30px;}
.foot-l-text h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.foot-l-text li a {
    color: #777777;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.foot-top h3, .foot-top-left-text h3 {
    line-height: 30px;
    color: #cccccc;
    font-size: 15px;
    font-weight: bold;
}
.foot-m{ /* flex: 5;*/ padding: 0px 30px;    display: flex;
    justify-content: space-around;border: 1px solid #666666; border-top: 0px; border-bottom: 0px;}
/* .foot-m .foot-m-o{ float: left;    margin-right: 30px;} */
.foot-m .foot-m-o h3 {
    line-height: 30px;
    color: #cccccc;
    font-size: 15px;
    font-weight: bold;
}

.foot-m  .foot-m-o-b{    display: flex;
    justify-content: flex-start;flex-wrap: wrap;}
.foot-m .foot-m-o  dl { /* float: left;    margin-right: 30px; */ width: 30%;}
.foot-m .foot-m-o  dl:nth-last-child(1){ margin-right: 0px;}
.foot-m .foot-m-o  dl dt {
    color: #cccccc;
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
}
.foot-m .foot-m-o  dl dd a {
    color: #777777;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.foot-m  .foot-m-t{ margin-left: 10px;}

.foot-m  .foot-m-t dl { float: left;    margin-right: 30px;}
.foot-m  .foot-m-t  dl:nth-last-child(1){ margin-right: 0px;}
.foot-m  .foot-m-t dl dt {
    color: #cccccc;
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
}
.foot-m  .foot-m-t dl dt a{
    color: #777777;
}

.foot-m .foot-m-t dd a {
    color: #cccccc;
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.foot-r{ flex:1.9;    margin-left:0px;}



/*  */


/* .foot-top-left{display: flex; justify-content: stretch; align-items: flex-start;border-right: 1px solid #666666;height: 245px;}
.foot-top-left img{width:50px;}
.foot-top-left-text{ margin-left: 15px;}
.foot-top h3,.foot-top-left-text h3{ line-height: 30px;color: #cccccc;font-size: 15px;   font-weight: bold;}
.foot-top-left-text h2{    color: #ffffff;font-size: 20px;font-weight: bold; }
.foot-top-left-text ul li  a {color: #777777; font-size: 14px; height: 30px;line-height: 30px; font-weight: bold;}

.foot-top-left-2{ display: flex;justify-content:start;}
.foot-top-left-2 dl{ width: 30%;}
.foot-top-left-2 dl dt {
    color: #cccccc;
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
}
.foot-top-left-2 dl dd a {
    color: #777777;
    font-size: 12px;    
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
 */




.foot-mid{ margin:20px auto 0; border-top:1px solid #666666;border-bottom: 1px solid #666666;padding: 20px 0;}

.foot-mid li{ display:flex;}
.foot-mid li h3{ line-height: 30px ; font-size: 12px; color: #999999; font-weight: bold; width: 80px;}
.foot-mid li .foot-subhot{ display: flex;  }
.foot-mid li .foot-subhot a { padding: 0px 10px; color: #6d6d6d;font-size: 12px ;font-weight: bold;}

.foot-bot .f_link{ padding:20px 0 10px 0;}
.foot-bot .f_link dl{ display: flex;justify-content:stretch; line-height: 35px;}
.foot-bot .f_link dt {
    float: left;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    width: 80px;
}
.foot-bot .f_link dd a{  color: #666666}

.foot-bot  .copyRignt {
    padding: 10px 0;
 
    
    color: #808080;
    font-size: 14px;
}

.foot-bot .copyRignt a {
    color: #999999;
}

.m-foot{ display: none;}

/* 判断 */
@media (max-width:1250px){

}
@media (max-width: 1199px) {

}
@media only screen and (max-width: 959px) {

}
@media (max-width: 768px) {
.container { width:100%; margin: 0 auto;}

.top_mid{display:none}
.navwrap{ display:none}
.menu{
  
  /*  height:45px;*/
    margin:0px;

}
.menu-container{ display:block}
.menu-container { display:block; margin: 0 auto;background: #e9e9e9;width: 100%;}
.menu-mobile { display: block;}
.menu-dropdown-icon:before { display: block;}

.menu-dropdown-icon:before { content: "\f489"; font-family: "Ionicons";cursor: pointer; float: right;  padding:10px; background:#fff0;  color: #333;margin-top:5px;}
.menu_s > ul {display: none;}
.menu_s > ul > li { width: 100%;float: none;display: block;}
.menu_s > ul > li a {padding: 1.5em; width: 100%; display: block;}
.menu_s > ul > li > ul {position: relative; }

.menu_s > ul > li > ul.normal-sub { width: 100%; }
.menu_s > ul > li > ul > li {float: none; width: 100%; margin-top: 20px;}
.menu_s > ul > li > ul > li:first-child {margin: 0;}
.menu_s > ul > li > ul > li > ul {position: relative;    padding: 0px 10px;}
.menu_s > ul > li > ul > li > ul > li { float: none; }
.menu_s .show-on-mobile { display: block;}



.menu-mobile {
    display:block;
    padding:10px ;
}
.menu-mobile img{ width:120px}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 3.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}



.menu_s > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;padding-bottom: 30px;
}

.menu_s > ul:before,
.menu_s > ul:after {
    content: "";
    display: table;
}

.menu_s > ul:after {
    clear: both;
}

.menu_s > ul > li {
    float: left;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
	border-bottom:1px dashed #828282;
}

.menu_s > ul > li a {
    text-decoration: none;
    padding:15px 20px;
    display: block;font-size: 16px;
}

.menu_s > ul > li:hover {
    background: #f0f0f0;
}

.menu_s > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding:5px 20px 5px 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu_s > ul > li > ul:before,
.menu_s > ul > li > ul:after {
    content: "";
    display: table;
}

.menu_s > ul > li > ul:after {
    clear: both;
}



.menu_s > ul > li > ul > li a {
    color: #777;
    padding:10px 0px;
    width: 98%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu_s > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu_s > ul > li > ul > li > ul:before,
.menu_s > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu_s > ul > li > ul > li > ul:after {
    clear: both;
}

.menu_s > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding:0px;
    margin: 0;
        
}

.menu_s > ul > li > ul > li > ul > li a {
    border: 0;font-size: 14px;
}


.menu_s > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu_s > ul > li > ul.normal-sub > li a {
    border: 0;
    padding:0px;
}

/**/
/*ç§»åŠ¨ç«¯å¤´éƒ¨*/

.m_header {display: block;/*position: fixed; top: 0;left: 0;width: 100%;background: #11161a;*/background-color: #fff;z-index: 99999;border-bottom:1px solid #DDD; position:fixed;top:0;left:0;width:100%;}
.m_header_l{ display: flex;  flex-wrap: wrap; justify-content:space-between; align-items: center；}


.top_tp  { display:none}
.logo_box {display: inline;display: inline-block;display: -moz-inline-stack;line-height: 0;font-size: 0;zoom: 1;}
.logo_box img {}

/*æ‰‹æœºX*/


.nav_toggle {color: #fff;-webkit-transform: scale(0.7);-moz-transform: scale(0.7);-ms-transform: scale(0.7);-o-transform: scale(0.7);transform: scale(0.7);transform-origin: 50% 50%;/*position: absolute;*/top: 50%;right: 8px;    float: right;margin-top: 7px;z-index: 999;}
.nav_toggle {cursor: pointer;padding: 10px 35px 16px 0px;}
.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {cursor: pointer;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;-o-border-radius: 2px;height: 5px;width: 35px;background: #d80000;position: absolute;display: block;content: '';}
.nav_toggle span:before {top: -10px;}
.nav_toggle span:after {bottom: -10px;}
.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {transition: all 500ms ease-in-out;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;}
.nav_toggle.active span {background-color: transparent;}
.nav_toggle.active span:before,
.nav_toggle.active span:after {top: 0;}
.nav_toggle.active span:before {transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.nav_toggle.active span:after {transform: translateY(-10px) rotate(-45deg);-webkit-transform: translateY(-10px) rotate(-45deg);-ms-transform: translateY(-10px) rotate(-45deg);top: 10px;}

/*ç§»åŠ¨ç«¯å¯¼èˆªnormal*/
.icon-arrow-r:before {
	content: "+";
}
.icon-arrow-d:before {
	content: "-";
}
.m_nav .m_nav_list {padding: 0 10px;}
.m_nav .m_nav_list li a {position: relative;display: block;font-size:15px;}
.m_nav i {position: absolute;right: 10px;top: 0;font-size: 20px;}
.m_header .m_nav {display: none;position: fixed;top:53px;left: 0;bottom: 0;width: 100%;background: #fff;z-index: 999999;overflow-x: hidden;}
.m_header .m_nav_list a {display: block;width: 100%;padding: 0 20px;line-height: 45px;text-align: left;font-size: 16px;color: #333;}
.m_header .m_nav_list > li {border-bottom: 1px solid #f0f0f0;transition: transform .5s ease;}
.m_header .m_nav_list > li > a {opacity: 0;}

.m_header .m_nav_list .dropdown .dropdown_menu {height: 0;overflow: hidden;}
.li-title a{ font-size:18px;  font-weight:bold; color:#0f0f0f;}
.li-title ul li a{ font-weight:normal}
.m_header .m_nav_list .dropdown .dropdown_menu.on {height: auto;}
.m_header .m_nav_list .dropdown_menu > li {border-top: 1px solid #f0f0f0;background: #f5f5f5;}
.m_header .m_nav_list .dropdown_menu > li > ul>li{ font-weight:bold;  font-weight:bold;}
.m_header .m_logo {/*float: left;*/margin-left:0px;margin-top: 2px;}
.m_header .m_logo img {height:50px;}
.inp_control {display: block;width: 100%;height: 28px;*height: 18px;padding: 7px 8px;font-size: 14px;color: #555;background-color: #fff;background-image: none;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.animated {-webkit-animation-duration: 1s;-moz-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;animation-fill-mode: both;}

.m_nav .sub-nav {
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.m_header .m_nav_list  li:first-child>{ border-bottom:1px solid #ddd; font-weight:bold}
.m_nav .sub-nav a {
	font-size: 14px;
	text-indent: 2em;
	line-height: 40px;
}

.m_nav .on {
	height: auto;
}

.i_banner {
    width: 100%;
    position: relative;
    margin-top:53px;
  
}
/**/
.title {margin: 20px auto;text-align: center;}
.title .title-head {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: bold;
}
.title .title-text {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 5px;
}

.product li a .pic img {width: 100%;height: 100%; transform: scale(1.05);transition: all .5s;}
.product li h2 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}


.sol-con{ display: none;}
.m-solu{height:auto;padding:0 2% 0; box-sizing: border-box; display: block;}
.m-solu h2{text-align: center; margin-bottom:1.55rem;}
.m-solu h2 span{display:inline-block; height:3.1rem; line-height: 3.1rem;padding:0 1.05rem;font-size:2.1rem; color:#333333; font-weight: bold;position: relative;}
.m-solu h2 span:before{width:0.65rem;height:0.85rem; background:url(../images/tit-ico.png) no-repeat center; background-size:100%;content:"";position: absolute;left:0;top:1.1rem;}
.m-solu h2 span:after{width:0.65rem;height:0.85rem; background:url(../images/tit-ico.png) no-repeat center; background-size:100%;content:"";position: absolute;right:0;top:1.1rem;}
.m-solu h2 em{display:block; height:2.5rem; line-height: 2.5rem;font-size:1.5rem; color:#666666;}
.m-solu .sol-nav{height:35px; margin-bottom: 1.45rem;}
.m-solu .sol-nav ul{ display:flex;}
.m-solu .sol-nav ul li{float:left;width:33%; height:35px;line-height:35px;text-align: center;background:#003171; margin-left:5px;font-size: 12px; color:#FFF;}
.m-solu .sol-nav ul li:first-child{margin-left: 0;}
.m-solu .sol-nav ul li.s-on{background:#E60012;}
.m-solu .sol-lis-m dl dt{width:100%; line-height: 0; overflow:hidden;}
.m-solu .sol-lis-m dl dt img{width:100%;}
.m-solu .sol-lis-m dl dd{height: 160px;background: #F5F5F5;padding: 15px; box-sizing: border-box;}
.m-solu .sol-lis-m dl dd h4{height:3.15rem; line-height: 3.15rem; margin-bottom: 0.3rem;}
.m-solu .sol-lis-m dl dd h4 a{display:block;font-size:1.9rem; color:#333;font-family: "思源黑体 CN"; font-weight: bold;background:url(../images/sol-jt.png) no-repeat right; background-size:5.5%;}
.m-solu .sol-lis-m dl dd p{line-height: 25px;font-size: 14px; color:#666666;}
.case li {position: relative;margin-bottom: 20px;}
.case li p {font-size: 14px; color: #ffffff;line-height: 28px;text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; /*限制文本显示为2行 */overflow: hidden;}

.w600_list li {display: block;background: url(../images/question.png) no-repeat left 20px;padding-left: 30px;border-bottom: 1px dashed #999999;padding-bottom: 20px;
width: 100%;float: none;margin:20px auto; }
.floatRight{ display: none !important;}
.foot{width: 100%;background-color: #333333;padding-top: 30px;margin-top:0px; display:none;}
.m-foot{ display: block;position: relative;height:200px;background:#e2e2e2;}
.g-ft{}
.g-f{border-top:10px solid #d80000; padding:40px 4% 0; box-sizing: border-box; position: relative;}
.g-f .xf{width:15%;height:55px;position: absolute;left:42%; top:-2.65rem;}
.g-f .xf img{width:100%;}
.g-f ul li{height:2.5rem; line-height: 2.5rem;font-size:14px;}
.g-f ul li em{display:inline-block; height:2.3rem; line-height: 2.3rem;font-size:14px; color:#333333;}
.g-f ul li em a{font-size:1.1rem; color:#333333;}
.g-f ul li:first-child em a{margin-right: 2rem;}
.g-f ul li:last-child em{margin-right: 2rem;}
.g-ft .dbdh{width: 100%;position:fixed;bottom: 0;z-index: 9999;}
.g-ft .dbdh li{float:left; width:25%; height:4.5rem;background:#130000;box-sizing: border-box;border-right:1px solid #313131;}
.g-ft .dbdh li:first-child{background:#130000;}
.g-ft .dbdh li a{display:block; height:4.5rem; padding-top:0.45rem; box-sizing: border-box;}
.g-ft .dbdh li em{display:block; width:1.3rem;height:1.3rem; margin:0 auto; line-height:0;}
.g-ft .dbdh li em img{width:100%;}
.g-ft .dbdh li i{display:block; height:24px; line-height:24px;text-align: center;font-size:1.4rem; color:#FFF;}

}
@media (max-width: 414px){
    .search_bg {
        width: 100%;
       height: auto; 
        /* line-height: 60px; */
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
    }
    .search_bg .search_hot {
       padding-top: 0px;
     height: auto; 
    line-height: 60px; 
    }
  
}




/*栏目*/
.ny_banner  {  min-width: 1200px; width: 100%;overflow: hidden; position: relative;}
/* SuaBanner start */
/* .subBox{position: relative;   overflow: hidden;}
.subBox img { text-align:left;width: 100%;  display:block; } */
.subBox {
    width: 100%; /* 设置宽度 */
    overflow: hidden; /* 防止内容溢出 */
}

.subBox img {
    width: 100%; /* 宽度撑满容器 */
    height: auto; /* 自动高度，保持宽高比 */
    display: block; /* 防止底部空白间隙 */
    object-fit: cover; /* 图片裁剪以覆盖整个容器 */
    image-rendering: -webkit-optimize-contrast; /* 提升图像渲染质量 */
}


.subBanner{position:absolute;width: 100%;height: 100%;padding-top:0px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.subBanner img{text-align:left; display:block;    width: 100px;}
.subBanner .title{position: absolute;width: 100%;height: 50px;line-height: 50px;bottom: 150px;right: 0;font-size: 40px;font-weight: bold;color: rgba(255,255,255,.25);text-transform: uppercase;}
.subBanner .title1{width:325px;font-size: 40px;font-weight: bold;color: #231816;text-transform: uppercase;z-index: 5; text-align:left;}
.bread {width: 100%;font-size: 16px;color: #fff;position: absolute;bottom: 90px;left: 0px;}
.xc_nav{border-bottom: 1px solid #eee;}


/*2025-5-19 S*/
.pc, .c-pc {
    display: block;
}
.wap, .mobile, .c-mb {
    display: none;
}
.page-ban { position: relative;}
.page-ban .img1 {
  overflow: hidden;
  position: relative;
}
.page-ban .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 250px;
} 
/*  */






.page-ban .container {
  position: absolute;
  left: 15px;
  right: 0;
  top: 25%;
/*  height: 100%;*/
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.page-ban .container .slogan {
  width: 100%;
}

.title_l{ text-align:left;font-size:18px;}
.page-ban .container .slogan .text-body {
    margin-top:3%;
    max-width:65%;
	font-size:24px;
}
.page-ban .container .slogan  .text-body-b{ margin-top:2%;
    max-width:100%;
	font-size:16px;
	line-height:30px;
 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	
	}
.subBanner_text{ position: absolute; width:650px; margin: 0 auto; z-index: 333; top:65px; text-align: center;left:32%;}
.subBanner_text h2{font-size: 55px; font-weight: bold;  margin-bottom: 15px;;}
.subBanner_text p{ font-size: 16px; line-height: 32px; color:#2f2f2f;}

@media (max-width:1440px){
    .subBanner_text{position: absolute;width: 80%;margin: 0 auto;z-index: 999;top:40px;text-align: center;left: 7%;}
    .subBanner_text h2{font-size: 35px; font-weight: bold;  margin-bottom: 15px;;}
    .subBanner_text p{font-size: 14px;line-height: 25px;color:#2f2f2f;}
    
    .page-ban .img1 {
        overflow: hidden;
        position: relative;
        padding-top: 0px;
      }

}

@media (max-width:768px){
    .subBanner_text{position: absolute;width: 88%;margin: 0 auto;z-index: 999;top: 70px;text-align: center;left: 7%;}
    .subBanner_text h2{font-size: 35px; font-weight: bold;  margin-bottom: 15px;;}
    .subBanner_text p{font-size: 14px;line-height: 25px;color:#2f2f2f;}
    
    .page-ban .img1 {
        overflow: hidden;
        position: relative;
        padding-top: 50px;
      }
   
}

@media (max-width: 414px){
    .pc{
        display:none ;
    }
    .wap {
        display: block;
    }
    .subBanner_text{ position: absolute; width:100%; margin: 0 auto; z-index: 999; top:40%; text-align: center;left:2%;}
    .subBanner_text h2{font-size: 35px; font-weight: bold;  margin: 15px auto;;}
    .subBanner_text p{ font-size: 14px; line-height:22px; color:#2f2f2f;}
    
  
}
@media (max-width: 767px){
/* .pc{
    display:none ;
}
.wap {
    display: block;
} */

.page-ban .container {
    position: absolute;
   left:0px; 
    right: 0;
    top: 75px;
    /* height: 100%; */
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-ban .container .slogan .text-body * {
    text-align: center;
}
.page-ban .container .slogan .text-body {
    margin-top: 10%;
 max-width: 100%; 
    font-size: 20px;
}
.title_l {
    text-align: left;
    font-size: 18px;
    margin-top: 30px;
}

	}
	
.nav-height{ position:relative; height: 65px; }
.nav-wrap { width: 100%;height: 65px;background: #fff;   border-bottom: 2px solid #cecece;}
.nav-wrap.navFix{position: fixed;top: 0;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3; z-index: 99999;} 
.nav-wrap ul {padding: 0;margin: 0 auto; width: 1200px; display: block;}
.nav-wrap.navFix ul{ border-bottom: 0;}
.nav-wrap li { display: inline-block; text-align: left;height: 65px; line-height: 62px; float: left;}
.nav-wrap li a {display: block;padding: 0 20px;font-size:16px; color: #333; text-decoration: none;}
.nav-wrap li a:hover{color: #e60012;}
.nav-wrap li a.active {border-bottom:2px solid #e60012;color: #e60012;}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.click-me {width: 150px;height: 30px; background: #4680d1;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}
	
	
	
.section-content{ margin-bottom:70px;}
.section-content.last_b{background: #f0f4f6; padding:80px 0px 90px; margin-bottom:0px}


.sec_box1{ padding:20px 0px 50px; font-size:16px}
.sec_box1 p{ line-height:2.5; margin-bottom:15px; text-align:justify; }
	
.sec_box2{margin:20px auto; width:75%; border:2px solid #b1b1b1; padding:40px; position:relative;}
.sec_box2 .sec_box2_t{ position:absolute; background:#FFF; top:-15px; left:45%; text-align:center; font-size:18px; font-weight:bold; letter-spacing:3px;}

.sec_box2 .sec_box2_m{ font-weight:bold;font-size:42px; margin-bottom:20px; text-align:center}
.sec_box2 .sec_box2_b{ text-align:center;font-size:18px; line-height:2.5}

.sec_text{  background: url(../images/sec_text_i.png)  no-repeat left center ; font-size:20px; font-weight:bold; color:#222222; text-indent:50px; height:50px; line-height:50px; margin-bottom: 30px;}

/* .sec_text_box table tr{ display:flex; justify-content: space-between; align-items: center; font-size: 18px; line-height: 45px; margin-bottom:30px;}

.sec_text_box table tr td img{max-width:100%; }
.sec_text_box table tr td:first-child{ flex: 1; padding: 0px 20px 0; text-align:justify;}
.sec_text_box table tr td:nth-child(2n){ flex: 1;}
.sec_text_box table tr td:nth-child(2n)  img{ text-align: right;  margin: 0 auto;display: block;} */


.sec_text_box { }
.sec_text_box_one{ margin-bottom:40px;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center}
.sec_text_box_two{ margin-bottom:40px;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center}

.sec_text_box_one .sec_text_box_text{ flex: 2; padding: 0px 100px 0 0;text-align:justify;font-size:16px; line-height:2;}
.sec_text_box_one .sec_text_box_img{ flex: 2; width: 100%;text-align: right; }
.sec_text_box_one .sec_text_box_img img{max-width: 100%;   }



.sec_text_box_two .sec_text_box_text{ flex: 2; padding:0px 0px 0 120px;text-align:justify;font-size:16px; line-height:2;}
.sec_text_box_two .sec_text_box_img{ flex: 2; width: 100%; }
.sec_text_box_two .sec_text_box_img img{ max-width: 100%; }



@media (max-width:768px){
    .sec_text_box_one .sec_text_box_img img{width: 100%; }
    .sec_text_box_two .sec_text_box_img img{ width: 100%;}

}






.xxcp_list ul{ display: flex;flex-wrap: wrap; justify-content: space-between; margin:30px 0px 0px ;}
.xxcp_list li{ width: 49%; margin:30px 0px 5px 0px; border: 2px solid #cecece; padding:25px;position: relative;}
.xxcp_list li a{ position: relative; display: block;}
.flex_box{ display: flex; justify-content:stretch; align-items: center; }
.flex_box img{ width: 200px; }
.xxcp_list li a  h2{ margin-bottom: 15px; font-size: 20px; position: relative; ;}
.xxcp_list li a  h2::after{    content: "";background:url(../images/jt_rb.png) no-repeat right 0px; position: absolute; top:0; right:15px; width: 47px; height: 35px; }
.xxcp_list li:hover a h2::after{  content: "";color: #e60012 ;background:url(../images/jt_r.png) no-repeat right 0px; position: absolute; top:0; right: 15px; width: 47px; height: 35px;}
.xxcp_list li a  p{  align-items: center; font-size: 16px;line-height: 2; margin-left: 15px;
    display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;;}
.xxcp_list li:hover{ border: 2px solid #e60012;}

.xxwz_list{}
.xxwz_list ul{ display: flex;flex-wrap: wrap; justify-content: space-between; margin:30px 0px 0px ;}
.xxwz_list li{ width: 49%; margin:30px 0px 5px 0px; background-color:#ffffff; padding:40px;position: relative;}
.xxwz_list li a h2 {

    display: flex;
    justify-content:space-between;
    align-items: center;
}
.xxwz_list li a h2 p{
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 添加省略号 */
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 70%;
    line-height: 65px;;

}
.xxwz_list li a h2 img{}
.xxwz_list li a  p{ margin-bottom: 15px; font-size: 16px;line-height: 2;;}



@media (max-width:768px){
    .sec_box1 {
        padding: 20px 0px 10px;
        font-size: 16px;
    }

    .sec_box2 {
        margin: 20px auto;
        width: 100%;
        border: 2px solid #b1b1b1;
        padding: 20px;
        position: relative;
    }
    .sec_box2 .sec_box2_t {
        position: absolute;
        background: #FFF;
        top: -15px;
        left: 45%;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px;
    }

    .section-content {
        margin-bottom:30px;
    }
     .nav-wrap {
        overflow-x: auto; 
        white-space: nowrap;
        height: auto; 
        
      }
      
      .nav-wrap ul {
        display: inline-flex;
        list-style: none;
        padding: 0;
        margin: 0;width: 550px;
      }
      
      .nav-wrap ul li {
        flex-shrink: 0; 
        margin-right:0px; 
   
        height: auto; 
    line-height: auto;
      }
      
      .nav-wrap ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #333;    padding: 0 10px;
    
      }
  
  
    .nav-wrap::-webkit-scrollbar {width:2px;background:none;}
    .nav-wrap::-webkit-scrollbar-button {}
    .nav-wrap::-webkit-scrollbar-track {  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 2px;}
    .nav-wrap::-webkit-scrollbar-track-piece {}
    .nav-wrap::-webkit-scrollbar-thumb {width:2px;background:#e60012; border-radius:5px}
    .nav-wrap::-webkit-scrollbar-corner {background:none;}
    .nav-wrap::-webkit-resizer {}
    .nav-wrap::-webkit-scrollbar:horizontal{height:6px;}



    .xxcp_list li {
        width: 100%;
        margin: 30px 0px 5px 0px;
        border: 2px solid #cecece;
        padding: 25px;
        position: relative;
    }
    .flex_box {
        display: flex;
        justify-content: stretch;
        align-items: center;
        flex-wrap: wrap;
    }
    .flex_box  img{ width: 100%; margin: 20px auto;}
    .xxcp_list li a p {
        align-items: center;
        font-size: 16px;
        line-height: 2;
         margin-left: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }.xxwz_list li {
        width: 100%;
        margin: 30px 0px 5px 0px;
        background-color: #ffffff;
        padding: 40px;
        position: relative;
    }
    .xxwz_list li {
        width: 100%;
        margin: 30px 0px 5px 0px;
        background-color: #ffffff;
        padding: 20px;
        position: relative;
    }
    }

    @media (max-width:414px){
      .sec_box2 .sec_box2_t {
        position: absolute;
        background: #FFF;
        top: -15px;
        left:35%;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px;
    }
}




.cp_po_wz{line-height: 48px; height: 48px;background-color:#1d1d1f;margin-bottom: 20px;}
.cp_po_wz_text{ font-size: 20px; color: #FFF;    font-weight: 400;}
.cp_po_wz_nav{text-align: right;}
.cp_po_wz_nav ul{ display: flex;justify-content:flex-end;text-align: right;align-items: center;}
.cp_po_wz_nav ul li{ padding:0px 45px; text-align: right; }
.cp_po_wz_nav ul li a{font-size: 14px; color: #FFF; font-weight: 400;}
.cp_po_wz_nav ul li a:hover{ color: #ddd; }







.product_title {  font-weight: normal; padding: 10px 0px; line-height: 180%; text-align: left;}
.product_title h3{font-size: 24px;margin-bottom: 25px;  }
.product_title p{    font-size: 14px;margin-bottom: 25px; position: relative;  ;}
.product_gg dt{ margin-bottom: 20px;}
.product_gg dd{float: left;margin-right: 10px;border: 1px solid #ccc;background-color: #f7f7f7; border-radius: 3px;}
.bot{  width:100%; border: none; background-color: transparent;   color: #999;margin-left: 0;    padding: 9px 15px;}
button:focus {outline: none;}

.download_b{ margin: 45px 0 0;  width: 150px; height: 45px;  line-height: 45px;  
}
.download_b a{ text-align: center; display: block; color: #404040; border: 1px solid #404040;}
.download_b a:hover{ color: #fff; background-color: #b2191b; border: 1px solid #b2191b;}


.selected { background-color: #b2191b!important;color: white;;border: 1px solid #b2191b; }
.pr_js  { margin-bottom: 40px;  }
.pr_js p{  border-bottom: 2px solid #1d1d1f;font-size: 14px; line-height: 50px; width: 100px;}


/* .table_style  tr td:first-child{ width:50%;}
.table_style  tr td:last-child{ width:50%;}
.table_style  tr:nth-child(n){ background-color: #f5f5f5; height: 40px;}
.table_style  tr td{padding: 10px;text-align: left;font-size: 16px;;}
.table_style  tr:nth-child(2n){ background-color: #ffffff; height: 40px;  }
 */










/* 产品滚动放大击时显示  */
#magnifier {
    position: relative;
    width: 100%;
    margin: 0px;
  }
  .small-box {
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .small-box img {
    display: block;
  }
  .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border: 1px solid #aaa;
    background: #0099ff;
    opacity: .5;
    filter: alpha(opacity: 50);
    cursor: move;
  }
  .thumbnail-box {
    position: relative;
    width: 100%;
  }
  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
  }
  .thumbnail-box .btn-prev {
    left: 0;
    background: url(../images/btn_prev.png) no-repeat;
  }
  .thumbnail-box .btn-next {
    right: 0;
    background: url(../images/btn_next.png) no-repeat;
  }
  .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0 auto;
  }
  .thumbnail-box .wrapper {
    width: 100000px;
  }
  .thumbnail-box .list .item {
    float: left;
    margin: 0 10px;
  }
  .thumbnail-box .list .item-cur {}
  .thumbnail-box .list .item img {
    border: 2px solid #fff;
  }
  .thumbnail-box .list .item-cur img {
    border: 2px solid #e53e41;
  }
  .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: 0;
    width: 540px;
    height: 540px;
    border: 1px solid #e4e4e4;
  }
  .big-box img {
    display: block;
  }


/**/



.common-slide-arrow{position:relative; overflow:hidden;}
.common-slide-arrow .item-name{position: absolute; left: 0; right: 0; bottom: 0; padding:15px 18px; line-height:24px; font-size: 1.125em; text-align: center; background-color:rgb(12,8,8,0.78); color: #fff;}
/* .common-slide-arrow .owl-dots{position:absolute; bottom:20px; right:20px; z-index:99;}
.common-slide-arrow .owl-dot{float:left; width:6px; height:6px; margin-right:6px; background-color:#fff;}
.common-slide-arrow .owl-dot.active{background-color:#ee4943;} */
.common-slide-arrow .owl-nav div{position: absolute; width: 30px; height: 60px; top: 50%; margin-top: -30px; background: url(tpxwscroll_arrow.png) no-repeat; filter:alpha(opacity=50); -moz-opacity: 0.5; opacity:0.5;}
.common-slide-arrow .owl-nav .owl-prev{left: 22px;}
.common-slide-arrow .owl-nav .owl-next{right: 22px; background-position: -36px 0;}
.common-slide-arrow .owl-nav div:hover{filter:alpha(opacity=100); -moz-opacity: 1; opacity:1;}

.common-scrollArrow{position: relative; height: 100%;}
.common-scrollArrow .owl-nav div{position: absolute; top: 50%; margin-top: -22px; width: 44px; height: 44px; background: url(../images/scroll_arrow.png) no-repeat #fff; border-radius: 50%; cursor: pointer; box-shadow:0 0 18px 5px rgba(112,112,112,0.15);}
.common-scrollArrow .owl-nav .owl-prev{left:-20px;}
.common-scrollArrow .owl-nav .owl-next{right:-20px; background-position: -44px 0;}
.common-scrollArrow .owl-nav.disabled{display: block;}
.common-scrollArrow .owl-nav div:hover{box-shadow:0 0 18px 5px rgba(112,112,112,0.3);}
.common-scrollArrow.across .owl-nav .owl-prev{left: -59px;}
.common-scrollArrow.across .owl-nav .owl-next{right: -59px;}






/*2025-5-19 E*/
	
	
/* 2025-5-26 */

.solubg{ background:#000000;margin: 0 auto; height:415px; padding:0px 0px;}
.solubg img{ text-align: right;}
.so_title h2{ color: #fff; margin: 120px  0px 20px 0px ;}

.so_title p{ color: #fff; font-size: 14px; line-height: 30px;}
.solubg_img { text-align: right; margin-top: 20px;}
.sideMenu1{transition: max-height 0.3s ease-out, padding 0.3s ease-out;  overflow-y: auto; /* 添加垂直滚动条 */ position: relative; max-height:780px; border-right: 1px solid #ddd; }


  /* 新增滚动条样式 */
  .sideMenu1::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(245, 245, 245, 0.5);
  }
  
  .sideMenu1::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 4px;
  }
  
  .sideMenu1::-webkit-scrollbar-thumb:hover {
    background-color: #d9d9d9;
  }



.accordion {
    list-style: none;
    padding: 0;
    max-width: 500px;
    margin: 20px auto;

   
  }
  
  .accordion > li {
 
    margin-bottom: 5px;
    border-radius: 4px;
  }
  
   
  .accordion_title {
    padding:10px 0px  10px 25px;
    cursor: pointer;
    position: relative;

    transition: background-color 0.2s;
  }
  
  
  .accordion_title:hover {    background-color: #f5f5f5;}
  .accordion_title span{ font-weight:bold;}
  .accordion_title:hover {
        background-color:rgba(178,25,27,.06);
  }
  
  .accordion_title::before {
    content: "—";
    position: absolute;
    right: 15px;
  }
  


 .accordion_title::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 15px;
    width: 14px;
    height: 14px;
    background: url("../images/down-arrow.png") no-repeat center;
    background-size: contain;
  }










  .sub-list {
    padding: 10px;
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  }
  
  .sub-list li {
 
    text-indent: 20px;;
    color: #666;
  }
  .sub-list li a{ display: block;    padding: 8px 0;;}
  .sub-list li a:hover{ color: #333; background-color: #f5f5f5;}
  /* 折叠状态 */
  .collapsed .sub-list {
    max-height: 0;
    padding: 0 15px;
  }
  


  .collapsed .accordion_title::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 15px;
    width: 14px;
    height: 14px;
    background: url("../images/right-arrow.png") no-repeat center;
    background-size: contain;
  }






.solution-right {padding-left: 30px;    margin: 20px auto;}
.solution-right ul{}
.solution-right ul li{
    display: flex;
    height: 200px;
    padding: 25px;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 6px 18px rgba(0,0,0,.1);
    box-shadow: 0 6px 18px rgba(0,0,0,.1);
    width: 100%;
    border-radius: 6px;}

.solution-right ul li .img-box {
        width: 230px;
        overflow: hidden;
}   
.solution-right ul li .img-box img{       transition: transform .3s;  width: 210px; }
.solution-right ul li .img-box img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.solution-right ul li .img-box {
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.solution-right ul li .img-box img {
    display: block;
    width: 100%; /* 图片始终填充容器 */
    height: auto;
    transition: transform 0.3s ease; /* 缩放动画 */
}






.solution-right ul li .cont{
    padding-left: 20px;

  float: right;
}

.solution-right ul li .cont h3{   
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    cursor: pointer;
}
.solution-right ul li .des{    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
   font-size: 14px;
   line-height:28px;
    word-spacing: normal;
    color: #333;}

.solution-right ul li .cont .detail-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;justify-content: space-between;}
.solution-right ul li .cont .detail-box .detail{
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 14px;
            line-height: 17px;
            color: #222;
            font-weight:bold;
            cursor: pointer;
         
        }


/*  */

	

@media (max-width: 414px){

    .ny_banner {
        min-width: 680px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .subBox {
        position: relative;
        margin-top: 53px;
    }
}



.ny_lanmu{ padding:0 0 30px 0px}
.product-left {width: 250px;}
.product-left-title{ height: 40px; line-height: 40px;;color:#FFF; background-color: #d60f0f;  border-top-left-radius: 6px;border-top-right-radius: 6px;}
.product-left-title  .icon { background: url(../images/ico.png) no-repeat;width: 28px;height: 28px;float: right;}
.product-left-title h3 a{ height: 40px; line-height: 40px;font-size: 15px; font-weight: bold; display: block;    color: #FFF;  text-align: center;}
.product-left-text{padding:10px 10px 20px;width: 100%; height: auto;  overflow: visible;/*border: 1px solid #e8e8e8;*/  background-color: #eee;; box-shadow: 0px 5px 20px 0px rgba(192, 192, 192, 0);}

.product-left-text li{ line-height:40px;border-bottom: 1px solid #ccc;     background: url(../images/sidebarbg.gif);}
.product-left-text li a{  font-size: 13px;color: #0f0f0f;text-align: center; display: block;}
.product-left-text li a:hover{  color: #d60f0f; background: url(../images/sidebarArrow.gif) no-repeat 5px center;} 


.product-left-text li.active a{
    color:#d60f0f;
    background:url("../images/sidebarArrow.gif") no-repeat 5px center;
}

.product-left0 { margin-bottom: 20px;}

.product-left2-title{ margin-top: 20px;; height: 40px; line-height: 40px;;color:#FFF; background-color: #e6e6e6;  border-top-left-radius: 6px;border-top-right-radius: 6px;}

.product-left2-title h3 a{ height: 40px; line-height: 40px;font-size: 14px; font-weight: bold; display: block;color: #333;  text-align: center;}

.product-left2-text{padding:10px;width: 100%; height: auto;  overflow: visible;/*border: 1px solid #e8e8e8;*/ background: #f9f9f9; box-shadow: 0px 5px 20px 0px rgba(192, 192, 192, 0);}

.product-left2-text li{padding:0 10px; line-height:35px;border-bottom: 1px solid #ccc;     background: url(../images/sidebarbg.gif);}



.product-right{ margin: 0px -15px;;}
.product-right ul li{ margin-bottom: 20px;;}
.product-right ul li p { font-size: 14px; color: #666666; line-height: 14px; margin-top: 10px; text-align: center; transition: color 0.3s ease, background-color 0.3s ease;}
.product-right ul li:hover p {color: #d60f0f;}
.product-right ul li img{ max-width: 100%;border: 1px solid #DDD;;}

.crumbs{ height: 35px; line-height: 35px;;   margin:10px 0px; text-align: left; font-size: 14px; color: #666666;}
.pageContent { margin-left: 30px;}
.pageContent .product_h1 {     margin-bottom: 40px;    border-bottom: 1px solid #DDD;   font-size: 24px;text-align: center;  font-weight: normal;padding:10px 0px;  line-height: 180%; }
.pageContent .pageDate { text-align: center; font-size: 12px; color: #999; margin: 10px 0;}
.pageContent_text img{ max-width: 100%;}
.pageContent_text_new img{ max-width: 100%;}



.pageContent_pro { margin-left: 30px;}
.pageContent_pro .product_h1 {     margin-bottom: 40px;    border-bottom: 1px solid #DDD;   font-size: 24px;text-align: center;  font-weight: normal;padding:10px 0px;  line-height: 180%; }
.pageContent_pro .pageDate { text-align: center; font-size: 12px; color: #999; margin: 10px 0;}
.pageContent_pro img{ max-width: 100%;}


.p_item{margin-top:20px;border-bottom:2px solid #cccccc; height:45px;  line-height:45px;    margin-bottom: 10px;;}
.s_title{/* background: #eaeaea;*/ max-width: 150px;text-align:  left;color:#d60f0f;font-size:18px;font-weight: bold;}



.p_item1{border-bottom: 2px solid #EEE; height: 60px;margin-bottom: 20px;}
.p_item1 h2{line-height: 60px;font-weight: bold;  color:#c00000;font-size: 24px }



.p_img img{ max-width: 100%; display: block; margin:10px auto 10px auto ;}
.p_text{    margin-top:10px;padding: 0px;}
.p_text p { font-size:15px; line-height:38px;}
.p_text_item img{ margin-right:10px;}

.ladyScroll{margin:15px auto 25px;position:relative;height:auto;}	
.ladyScroll .prev,.ladyScroll .next{width:51px;height:45px;position:absolute;top:35%;left:0;z-index:100; cursor:pointer; background:url(../images/btns.png) no-repeat;}	.ladyScroll .next{ left:auto; right:0; background-position:0 -90px;}	
.ladyScroll .prev:hover{ background-position:0 -45px; }	
.ladyScroll .next:hover{ background-position:0 -135px; }	
.ladyScroll .scrollWrap{margin-right:55px;margin-left:35px;padding-top:15px;overflow:hidden;}	
.ladyScroll dl{float:left;width:308px;text-align:center;position:relative;}	

/* .ladyScroll  span{display:block;width:210px;height:53px;position:absolute;left:5px;bottom:0;background:#5f626b;filter:alpha(opacity=80);opacity:0.80;} */
.ladyScroll dl { width: 50%;}
.ladyScroll dl a span{vertical-align: middle;}
.ladyScroll  dt{margin:0 auto;overflow:hidden; vertical-align: middle;    width: 360px;}	
.ladyScroll img{width:180px;height:121px; border: 2px solid #DDD;}	
.ladyScroll dl dt { } 
.ladyScroll dl dt  .dlList-text{ float: right;; width: 150px; text-align: left; font-weight: normal;}
.ladyScroll dl dt  .dlList-text a:hover{color: #16489a;}
.ladyScroll  dd{width:298px;height:40px;line-height:28px;font-size:20px;color:#fff;text-align:center;overflow:hidden;position:absolute;left:5px;bottom:0;}	.ladyScroll  dd a{ color:#fff;}	
.ladyScroll  dd a:hover{ text-decoration:none; }	
.ladyScroll dl:hover span{ background:#B52153;}

/* 新闻 */
.p0 {padding: 0px;}
.list_box{ padding: 5px; position:relative; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; margin-bottom: 20px; }
.list_time{position:relative;  padding:15px 0px; font-size:16px; text-align:center; color: #0f0f0f; background:#f5f5f5; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; width: 100px;;}
.list_time_day{display:block;font-size:28px;line-height:50px;font-family:helvetica;}
.list_time_year{}
.list_box:hover .list_time{background: #d60f0f;color:#FFF;}
.list_main{ width: 83%;/* width: 780px;*/}

.list_title {font-size: 18px; color: #070707; font-weight: normal; display: block;margin-top: 15px;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.el2 {  display: -webkit-box; -webkit-line-clamp: 2; /* 限制文本为2行 */  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;;}
.list_p {font-size: 14px;color: #333;line-height: 25px;  overflow: hidden;margin-top:5px;display: -webkit-box; -webkit-line-clamp: 2; /* 限制文本为2行 */  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;}

/*  */

/*  */
.about_text{}
.about_t1 { margin-top:15px; margin-bottom: 20px; border-bottom: 1px solid #908370; display: flex; justify-content:space-between; align-items: center; vertical-align: middle; }
.about_t1 h2{ font-size: 14px; line-height: 30px;  text-align: center;  background-color:#908370;color: #FFF;width:150px; }
.about_t1 a{ font-size: 14px; color: #d60f0f;;}


/* .about_text h3:before{ width: 5px; height: 35px;background-color:#d60f0f;}
.about_text h3{font-size: 18px; margin-top:15px;} */

.about_text h3 {
    font-size: 14px; 
    font-weight: bold;
    margin-top:15px;
    position: relative;
    padding-left: 20px; /* 为背景图标留出空间 */
}

.about_text h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; /* 图标宽度 */
    height: 10px; /* 图标高度 */
    background-color: #d60f0f; /* 替换为你想要的背景颜色，例如 #007BFF */
}

.about_text p{font-size: 14px; color: #333; line-height: 25px;  overflow: hidden;margin-top:5px;line-height:30px;}

/* 2025-11-26 企业实力 新增样式 */
.shili_list{}
.shili_list ul li { margin-bottom: 30px;}
.shili_list ul li .img{width:100%;max-height:250px;border-radius:8px;overflow:hidden;   }
.shili_list ul li .txt{padding:18px 15px 0;}

.shili_list ul li .txt h2{font-size:1.375rem;color:#000000;transition:all .3s ease;}
.shili_list ul li:hover .txt h2{color:#d72c25;}
li:hover .img img{transform:scale(1.05) rotate(.1deg);-webkit-transform:scale(1.05) rotate(.1deg);-moz-transform:scale(1.05) rotate(.1deg);-ms-transform:scale(1.05) rotate(.1deg);-o-transform:scale(1.05) rotate(.1deg)}
.img img{max-width: 100%;transition:1s;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s}
.img:hover img{transform:scale(1.05) rotate(.1deg);-webkit-transform:scale(1.05) rotate(.1deg);-moz-transform:scale(1.05) rotate(.1deg);-ms-transform:scale(1.05) rotate(.1deg);-o-transform:scale(1.05) rotate(.1deg)}


/*  */
@media (min-width: 1400px){

.container {
    width: 1230px;
}

.neirong2025{width: 70% !important;}

.pageContent_text img{
 width: 48%;
    margin: 0 auto;
}

.pageContent_text_new img{
 max-width: 100%;
    margin: 0 auto;
}
.pageContent_pro img{
 width: auto;
    margin: 0 auto;
}
}
@media (max-width: 1368px){
.container {
    width: 85% !important;
}

.neirong2025{width: 75% !important;}
.pageContent_text img{
 width: 48%;
    margin: 0 auto;
}
.pageContent_text_new img{
  max-width: 100%;
    margin: 0 auto;
}
}


@media (max-width: 1240px){
.container {
    width: 100% !important;
    margin: 0 auto;
}
.pageContent{
    width: 80% !important;
    margin: 0 auto;
}
.pageContent_text img{
 width: 48%;
 margin: 0 auto;
}
.pageContent_text_new img{
 max-width: 100%;
 margin: 0 auto;
}
}

@media (max-width: 1200px){
.container {
    width: 100% !important;
    margin: 0 auto;
}
.pageContent{
    width: 80% !important;
    margin: 0 auto;
}
.pageContent_text img{
 width:48%;
 margin: 0 auto;
}
.pageContent_text_new img{
 max-width: 100%;
 margin: 0 auto;
}
}

@media (max-width: 1150px){
.container {
    width: 100% !important;
    margin: 0 auto;
}
.pageContent{
    width: 80% !important;
    margin: 0 auto;
}
.pageContent_text img{
 width:48%;
 margin: 0 auto;
}
.pageContent_text_new img{
 max-width: 100%;
 margin: 0 auto;
}
}



@media (max-width: 1199px){
.container {
    width: 100% !important;
    margin: 0 auto;
}
.pageContent{
    width: 100% !important;
    margin: 0 auto;
}
.pageContent_text img{
 width: 48%;
 margin: 0 auto;
}
.pageContent_text_new img{
 max-width: 100%;
 margin: 0 auto;
}
}




@media (max-width: 991px) {
    .product-left {
        width: 100%;
    margin-top: 20px;;
    }
    .row.reverse-order-sm {
        display: flex;
        flex-direction: column;
    }

    .row.reverse-order-sm > .col-md-9 {
        order: 1;
    }

    .row.reverse-order-sm > .col-md-3 {
        order: 2;
    }
    .search_bg .search_hot {
        padding-top: 14px;
        height: 70px;
        line-height: 30px;
    }
    .sec_text_box_one {
        display: flex;
        flex-direction: column; /* 让子元素垂直排列 */
        align-items: left; /* 可选：让内容居中对齐 */
    }
    .sec_text_box_one .sec_text_box_text {
        order: 1; /* 确定文本在上方 */
        padding: 0; /* 可根据需要调整间距 */
        text-align: left; /* 可选：让文字居中 */
    }

    .sec_text_box_one .sec_text_box_img {
        order: 2; /* 图片在下方 */
        max-width: 100%; /* 确保图片宽度适合容器 */
        margin-top: 20px; /* 可选：增加图片与文字之间的间距 */
    }
    .sec_text_box_two {
        display: flex;
        flex-direction: column; /* 让子元素垂直排列 */
        align-items: left; /* 可选：让内容居中对齐 */
    }
    .sec_text_box_two .sec_text_box_text {
        order: 1; /* 确定文本在上方 */
        padding: 0; /* 可根据需要调整间距 */
        text-align: left; /* 可选：让文字居中 */
    }
 
    .sec_text_box_two .sec_text_box_img {
        order: 2; /* 图片在下方 */
        max-width: 100%; /* 确保图片宽度适合容器 */
        margin-top: 20px; /* 可选：增加图片与文字之间的间距 */
    }

/* 5-26 */
.solubg {
    background: #000000;
    margin: 0 auto;
    height: 100%;
    padding: 0px 0px;
}
.solubg img {
    text-align: center;
    width: 100%;
}

.row.reverse-order-sm > .col-md-3 {
    order: 2;
}
.sideMenu {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding-right:0px;
    margin-top: 20px;
  width: 100%;
  border-right: none;
}
.sideMenu1 {
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    overflow-y: auto;
    position: relative;
    max-height: 780px;
      border-right: none;
}
.accordion {
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin: 20px auto;
    border-right:none;
    padding-right:0px;
}

.solution-right{padding:  0px;}


.solution-right ul li {
    /* display: flex;
    justify-content: space-between; */

    display: flow-root;
    height: auto;
    padding: 25px;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 6px 18px rgba(0,0,0,.1);
    box-shadow: 0 6px 18px rgba(0,0,0,.1);
    width: 100%;
    /* flex-wrap: wrap; */
    border-radius: 6px;
}
.solution-right ul li .img-box {display: inline-block; overflow: hidden; transition: transform 0.3s ease;width: 100%;}
.solution-right ul li .cont {margin-top: 10px; padding-left: 0;width: 100%;}
.product-right ul li img{ width: 100%;border: 1px solid #DDD;;}


}


@media (max-width: 768px){
 .container {width: 100%; margin: 0 auto;}
 .pageContent_pro{margin-left:0px;}
 .pageContent_text img{
 width:100%;
 margin: 0 auto;
}

.pageContent_text_new img{
 width:100%;
 margin: 0 auto;
}
}


.pages2{ width:100%; margin-top:50px; margin-bottom:20px;}
.pages_box2{ width:100%; text-align:center;}
.pages_box2 a{ display:inline-block; padding:0px 20px; background:#fff; border:1px solid #e1e1e1; margin:0px 5px; font-size:15px; color:#666; line-height:40px;}
.pages_box2 a.cur,.pages_box2 a:hover{ background:#e60012; color:#fff;}




@media (max-width: 768px){/* 7.9 */
.subBox img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    margin-left: -168px;
}
}
@media (max-width: 414px){

    .crumbs {
        height: auto;
       
        margin: 10px 0px;
        text-align: left;
        font-size: 13px;
        color: #666666;
    }
    .search_d .search-bg {
        float: left;
    width: 55%;
    padding-left: 5px;
    height: 45px;
    margin-top: 6px;
        /*background: url(../images/ss01.png) 20px no-repeat;*/
    }
    .search_d .search-i {
        float: right;
        width: 48px;
        height: 38px;
        margin-top: 9px;
        background: #d20105 url(../images/ss02.png) center no-repeat;
    }

    .subBanner {
         display: none;
        position: absolute;
        width: 100%;
        /* height: 100%; */
        padding-top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        top: 25%;
        left: 40%;
    }
    .subBanner .title1 {
        width: 325px;
        font-size: 20px;
        font-weight: bold;
        color: #231816;
        text-transform: uppercase;
        z-index: 5;
        text-align: left;
    }
    .subBanner img {
        text-align: left;
        display: block;
        width: 55px;
    }
    .product-right ul li img{ width: 100%;border: 1px solid #DDD;;}
}



/* download_box */

.download_box{}
.download_box_title  h2{ font-size: 18px; color: #333; font-weight: bold; margin-bottom: 10px; text-align: lef}







/* 下拉菜单默认隐藏 */

.position-rel {position: relative; margin-top:20px;}
.dropdown-top{ width: 100%; display: flex;  justify-content: space-between; align-items: center;  height: 40px;    border: 5px solid rgb(232,230,230);background:#ca0b0f linear-gradient(to bottom,#860306,#e60012);padding-right:10px;}

.dropdown-top a{    color: #fff;     padding: 0px 30px;; }
/* 下拉菜单默认隐藏 */
.dropdown-content {
    
    width: 100%;
    display: none;
    position: absolute;
    background-color: #fff;
   
    z-index: 999;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px 0px;
    transition: all 0.3s ease;

}
.dropdown-content li a{ line-height: 30px; display: block;border-bottom: 1px solid rgb(233,233,233); padding:0px 30px ; }
.dropdown-content li a:hover{ color: #e60012;}
.dropdown-content ul{

    max-height:150px;
    overflow-y: auto;}
/* 悬停下拉显示 */
.dropdown-trigger:hover .dropdown-content {
    display: block;
}

/* 箭头旋转样式 */
.jt_icon {
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* 鼠标悬停或 active 时旋转 */
.dropdown-trigger:hover .jt_icon,
.dropdown-trigger.active .jt_icon {
    transform: rotate(180deg);
}


.download_box_list {
  
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
}

.download_box_list   .download_box_list_bg{
    position: relative;
    height: 100%;
    background-color: #e9e9e9;
    padding:20px;
    margin-bottom: 15px;;    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem;
}
.download_box_list  li{  position: relative;
    height: 100%;

    display: flex;}



.download_box_list  li h3{color: #a6a39e; font-size: 14px; margin-bottom: 10px; font-weight: bold;}
.download_box_list  li p{ font-weight: bold;}


.download_box_list_img{ margin: 20px 0px 0px;overflow: hidden;
    position: relative;
    vertical-align: middle;
  }
.download_box_list_img a{
    z-index: 1;
 display: inline-block;
    position: relative;
 margin: 0px 5px 0px 0px;
    background: #efefee linear-gradient(to bottom,#efefee,#fefefe);}
.download_box_list_img a:hover{    background: #565451 linear-gradient(to bottom,#565451,#434140);
}
.download_box_list_img a img{    width:20px;
    height:14px; margin: 5px;}
  .download-container {
        display: flex;
        /* flex-direction: column; */
        gap:10px;
        max-width: 500px;
        margin-top: 20px;

    }
        
    .download-item {
        display: flex;
        align-items: center;
        /* padding: 15px; */
  
     
        transition: all 0.3s;
    }
 
    
    .download-icon {
        width:25px;
        height:17px;
        margin-right: 10px;
        cursor: pointer;
        transition: transform 0.3s;
    }
    
    .download-icon:hover {
        transform: scale(1.1);
    }
    
    .download-content {
        flex: 1;
    }
    
    .download-title {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .download-link {
        /* color: #0066cc; */
        cursor: not-allowed;
        position: relative;
        text-decoration: none;
    }
    
    .download-link::before {
        /* content: "🚫"; */
        margin-right: 5px;
    }
    
    /**.download-link:hover::after {
        content: "请先点击左侧图标提交表单后，再点击下载";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        background: #bf0005;
        color: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
        white-space: nowrap;
        z-index: 10;
        margin-top: 5px;
    }**/
    
    .download-link.enabled {
        cursor: pointer;
    }
    
    .download-link.enabled::before {
        content: "↓";
        margin-right: 5px;
    }
    
    .download-link.enabled:hover::after {
        content: "点击下载资料";
    }
    
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100;
        justify-content: center;
        align-items: center;
    }
    
    .modal-content {
        background: white;
        padding: 30px;
        border-radius: 8px;
        width: 650px;
        max-width: 90%;
        position: relative;
    }
    .modal-content h2{ font-size: 20px; font-weight: bold; margin-bottom: 30px;}
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        color: #666;
    }
    
    .close-btn:hover {
        color: #333;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    input, textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box;
    }
    
    button {
        background-color: #bf0005;
        color: white;
        border: none;
        padding: 10px 15px;
        border-radius: 4px;
        cursor: pointer;
    }
    
    button:hover {
        background-color: #bf3600;
    }

    /* 7.10 */

   /* 产品内容页产品切换 */
	.focusBox { position: relative; width:500px;  overflow: hidden;  margin: 0 auto 20px;}
	.focusBox .pic img { width:500px; height:335px; display: block; }
	.focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:5px; left:10px; z-index:3}
	.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:10px; height:10px; border-radius: 15px;cursor:pointer; overflow:hidden; background:#d60f0f; margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
	.focusBox .hd .on{ background:#fff; filter:alpha(opacity=100);opacity:1;   }

	.focusBox .prev,
	.focusBox .next { width:45px; height:99px; position:absolute; top:35%; z-index:3; filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
	.focusBox .prev { background-image:url(../images/index.png); background-position:-112px 0; left:0 }
	.focusBox .next { background-image:url(../images/index.png); background-position:-158px 0; right:0 }
	.focusBox .prev:hover,
	.focusBox .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 }

    .focusBox_down { width:140px; margin:20px auto 0; position: absolute;z-index: 333; bottom: 0px; right:0px;}
    .focusBox_down  a{    background-color: #d60f0f; display: block; color: #FFF;  display: flex; justify-content: center;padding: 10px; align-items: center;}
    .focusBox_down a img{ width: 15px; transform: rotate(180deg); -webkit-transform: rotate(180deg); /* Safari 和 Chrome 浏览器兼容 */ margin-right: 10px;}
    

    @media (max-width: 768px) {
        .focusBox { position: relative;max-width:100%; height:100%;  overflow: hidden;  margin: 0 auto 20px;}
	.focusBox .pic img { max-width:100%; height:100%; display: block; }
        
        }



        
	/* 7-11本例子css */
	.layB{width:100%; margin: 0 auto;}
	.layB .tbC{  position:relative;    }
	.layB .prev{ background:#e3e3e3  url(../images/pr_l.png) no-repeat ;  z-index: 9999;width:52px; height:52px; position:absolute; left:-80px; top:48%; background-position:0px 5px;  border-radius: 50%; }
	.layB .next{ z-index: 9999;background:#e3e3e3 url(../images/pr_r.png) no-repeat; width:52px; height:52px;  position:absolute; right:-80px; top:48%;background-position:5px 5px; border-radius: 50%;}
	.layB .prev:hover{ background:#d60f0f url(../images/pr_l.png) no-repeat; width:52px; height:52px;   border-radius: 50%;    box-shadow: 2px 2px 5px #bfbfbf9f;background-position:0px 5px;}
	.layB .next:hover{background:#d60f0f url(../images/pr_r.png) no-repeat; width:52px; height:52px; background-position:5px 5px; }
	.layB .slide{ width:100%; overflow:hidden;    }
	.layB ul{ overflow:hidden; zoom:1; }
	.layB li{ }

    .layBsm_p { display: none;}
 


@media (max-width: 768px) {
    .layB { display: none;}
    .layBsm_p{ display: block;}
    .sdisplayno{display: none;}
    #canvas {
    position: relative;
    padding-bottom: 40px;
}
}

.map_box{ position: relative; height: 600px;;}


/* 2025-11-25 产品内容页焦点图 */

 .slider-container {
          /*  width: 80%;
            max-width: 850px; */
            position: relative;
            overflow: hidden;
            border-radius: 10px;
         
            margin: 0 auto 20px;
         
        }
        
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        .carousel-item {
            flex: 0 0 100%;
            height: 333px;
            width:100%; overflow:hidden; display: flex; justify-content: center;   align-items: center; 
        }
        
        .carousel-item img {
             /* max-width: 100%;
           max-height: 100%;
        object-fit: cover; */
        height: 100%;
        max-width: 100%;
            display: block;
        }
        
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(219, 222, 229);
            color: #333;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s;
            z-index: 10;
        }
        
        .arrow:hover {
            background-color:#FF9800;   color: #FFFFFF
        }
        
        .prev {
            left: 15px;
        }
        
        .next {
            right: 15px;
        }
        
        .dots {
            position: absolute;
            bottom:5px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 10;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color:#FF9800;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .dot.active {
            background-color: #f00;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .slider-container {
                width: 95%;
            }
            
            .carousel-item {
                height: 333px;
            }
            .carousel-item img {
            /* max-width: 100%;
            max-height: 100%; */
        object-fit: cover;
            display: block;
        }
            .arrow {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .carousel-item {
                height: auto;
            }
            .carousel-item img {
            /* max-width: 100%;
            max-height: 100%; */
        object-fit: cover;
            display: block;
             height: auto;
        }
            .arrow {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
        }