body { min-width: 1200px;}
* { margin: 0; padding: 0; list-style: none; border: none; box-sizing: border-box; font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif; }
body { font-size: 14px; color: #333; background: #FFF; }
img { border: 0; vertical-align: bottom; max-width: 100%; }
a { color: #333; text-decoration: none; }
.left{float:left}
.right{float:right}

#header { background: #FFF; height: 180px; }
.clear{clear:both}
.logo { width: 50%; float:left;margin: 15px auto 0 auto !important;}
.tel { width: 50%; text-align:right; padding-top:10px; float:right;margin: 15px auto 0 auto !important;}
.container { max-width: 1200px; margin:0 auto }

/*导航*/
.menu{background: #004ca2;height: 55px; margin-top:15px;}
#navigation {height: 55px;margin:0 auto; width:1200px}
#navigation>li { float: left; position: relative; }
#navigation>li:first-child { border-right: none; }
#navigation>li>a { display: block; width: 120px; line-height: 55px; text-align: center; color: #fff; font-size: 14px;}
#navigation>li:hover>a ,#navigation>li>a:hover ,#navigation .current{background: #CF0501; background: linear-gradient(to bottom, #D32927 0%,#CF0501 50%,#AD0503 51%,#D32927 100%); text-decoration: none; color: #FFF; }
#navigation .sub { display: none; position: absolute; left: 0; background: #CF0501;  z-index: 99999; width: 100%; text-align: center; }
#navigation .sub li { background: none; float: none; }
#navigation .sub li a { display: block; height: 40px; line-height: 40px; font-weight: normal; color: #FFF; font-size:14px}
#navigation .sub li a:hover { background: #242424; }


#banner { position: relative; }
#banner .bd li { }
#banner .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 100px; line-height: 30px; text-align: center; }
#banner .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width: 30px; height: 8px; margin-right: 2px; background: #FFF; overflow: hidden; line-height: 9999px; }
#banner .hd ul .on { width: 60px; background: #CF0501; }
#banner .container { }
#banner .container a { display: block; }
#banner .next, #banner .prev { position: absolute; top: 0; width: 68px; color: #FFF; line-text-align: center; cursor: pointer; }
#banner .next { right: 80px; background: url(images/next.png) center no-repeat;}
#banner .prev { left: 80px; background: url(images/prev.png) center no-repeat;}

#contact-search{
    height: 50px;
    background-color: #f2f2f2;
}
.line{
height:50px; line-height:50px;
}
.hotkey{float:left; width:60%}
#search{float:right; width:40%}
#search_btn {
    height: 31px;
    width: 100%;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
	margin:9px 0;
	padding:0 20px;
    background: #0a78d6;
}
#search_key{
    width:300px;
    color: #aeaeae;
    font-size: 12px;
    box-shadow: none;
	font-size: 12px;
    padding:6px 2px;
	margin:9px 0;
	border: 1px solid #ccc;
	height: 31px;
}
.caname{text-align:center; margin-top:15px}


.product-wrapper {
            width: 1200px;
            margin: 10px auto;
            overflow: hidden;
            position: relative;
        }

        .slider-container {
            display: flex;
            gap: 20px;
            transition: transform 0.5s ease;
        }

        .product-item {
            flex: 0 0 224px;
            height: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
            box-sizing: border-box;
			text-align:center
        }

        .product-item img {
          /*  width: 100%;*/
            height: 150px;
            object-fit: cover;
			border:#d8d8d8 1px solid
        }

        .product-item span {
            margin-top: 10px;
            font-size: 12px;
        }
		
		.one {
            display: flex;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
			margin-top:20px
        }
		
		/* 左侧分类样式 */
        .sidebar {
            width: 240px;
            color: white;
        }

        .sidebar-header {
            font-size: 16px;
            font-weight: bold;
			padding-top:15px;
			padding-left:30px;
            border-bottom: 1px solid #4a7ab5;
			height:49px;
			background:url(images/1543480751017.png) no-repeat;
        }

        .category-list {
            list-style: none;
        }

        .category-item {
			height:43px;
			line-height:43px;
			text-indent:20pt;
            font-size: 14px;
            transition: all 0.3s;
            cursor: pointer;
			background:url(images/1511504829614.png) no-repeat;
			
        }
		.category-item a{
			color:#fff
		}
        .category-item:hover {
			text-decoration:underline
        }


        /* 右侧产品展示 */
        .main-content {
            flex: 1;
            padding-left: 25px;
        }

        .recommend-title {
            color: #404040;
            font-size: 15px;
			background:#ededed;
			height:43px;
			line-height:43px;
			text-indent:20pt;
			margin-bottom: 10px;
        }

        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 10px;
        }

        .product-card {
            border: 1px solid #e8e8e8;
            padding: 15px;
            border-radius: 4px;
            text-align: center;
            transition: transform 0.2s;
            background: white;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .product-name {
            color: #333;
            font-size: 14px;
            margin: 10px 0;
            line-height: 1.4;
        }

        /* 底部服务电话 */
        .service-footer {
			background:url(images/1543480912488.png) no-repeat;
            padding-top: 32px;
			padding-left:80px;
            color: #000;
			font-weight:200;
			font-size:23px;
			height:74px
        }


		/* 左侧新闻板块 */
        .news-section {
            flex: 1;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            padding: 25px;
			width:48%
        }

        /* 右侧技术文章板块 */
        .tech-section {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            padding: 25px;
			width:48%
        }


        /* 列表项通用样式 */
        .list-item {
            display: flex;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            transition: all 0.3s;
        }

        .list-item:hover {
            transform: translateX(10px);
            background: #f9f9ff;
        }

        /* 日期标签 */
        .date-tag {
            width: 60px;
            height: 60px;
            background: #1962c5;
            color: white;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .date-tag span:first-child {
            font-size: 14px;
            font-weight: bold;
        }

        .date-tag span:last-child {
            font-size: 12px;
        }

        /* 内容区域 */
        .content-box h3 {
            
            font-size: 15px;
            margin-bottom: 8px;
        }
		 .content-box h3 a{
			color: #ff6a00 !important;
		}
        .content-box p {
            color: #666;
            font-size: 12px;
            line-height: 1.5;
        }


		#footer {padding: 20px 0; margin-top: 50px; color: #FFF; text-align:center;background-color: #595959; line-height:25px!important}
		#footer a { color: #FFF;}
		
		
		
		#float { z-index: 9999; position: absolute; display: block; bottom: 5px; right: 5px; }
		#float .wrap { margin-bottom: 2px; position: relative;  background: #FFF; border: 1px solid #EEE; z-index: 999; height: 50px; }
		#float .wrap:hover { background: #F3F3F3; border: 1px solid #DDD;}
		#float .icon { cursor: pointer; width: 50px; display: block; text-align: center; color: #333; font-size: 20px; padding-top: 8px; color: #CF0501; }
		#float .name { cursor: pointer; color: #CF0501; font-size: 12px; text-align: center; margin-top: 3px; }
		#float .content { border: 1px solid #DDD; min-height: 48px; line-height: 48px; font-size: 18px; text-align: center; min-width: 200px; position: absolute; right: 50px; top: -1px; display: none; background: #FFF; box-shadow: 0 0 10px #EEE;}
		#float .content a { }
		.content{padding:20px; line-height:23px}
		.recommend-title span{border-bottom:#0d76de 3px solid; padding-bottom:5px}
		.article_slist li { border-bottom: 1px solid #EEE; height: 50px; line-height: 50px;}
		.page_show { margin: 20px 0; text-align: center; }
		.page_show a, .page_show span { display: inline-block; height: 30px; line-height: 30px; min-width: 30px; text-align: center; background: #F2F2F2; margin-right: 2px; }
		.page_show a:link, .page_show a:visited { text-decoration: none; }
		.page_show a:hover, .page_show a.current { background: #0a78d6; color: #FFF; }
#info_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#info_content,#info_around{margin-top:30px}
#info_around a{ color:#23527c}

.picture_slist{padding-top:50px}
.picture_slist .wrap { margin-bottom: 20px; }
.picture_slist .thumbnail { transition: all .5s ease 0s; }
.picture_slist .thumbnail img{ height:191.75px}
.picture_slist .wrap:hover .thumbnail { transform: scale(1.1, 1.1); }
.picture_slist .picture { border: 1px solid #EEE; padding: 5px; text-align: center; overflow: hidden; }
.picture_slist .title { line-height: 36px; text-align: center; }
.x3{width:25%; float:left; padding:0 10px}
.channel_list{padding:0 15px;}
.channel_list li {
    width: 25%;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
	float:left
}
.channel_list li a:hover {
    color: #1f8eec;
}
.x6 {
    width: 50%;
	float:left
}
.l20>* {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#info_slideshow { margin: 20px 0; }
#info_slideshow .bd img { width: 100%; border: 1px solid #EEE; padding: 10px; }
#info_slideshow .hd { margin-top: 10px; }
#info_slideshow .hd li .img { border: 1px solid #EEE; padding: 3px; cursor: pointer; }
#info_slideshow .hd .on .img { border: 1px solid #1B7BBB; }
#info_title { font-size: 14px; line-height: 50px; }
#info_intro { background: #EEE; color: #999; padding: 0 10px; line-height: 40px; font-size: 12px; background: linear-gradient(to right, #EEE, #FFF); }
#info_content {padding: 20px 0; font-size: 16px;}
#info_content .pro img{ width:800px;}
#info_content p { font-size: 16px; line-height: 2.2;}
#info_around { padding: 20px; background: #F5F5F5; line-height: 26px; border: 1px solid #CCCCCC; margin-bottom: 20px; }
#info_picture { margin: 20px 0; }
#info_picture img { padding: 5px; border: 1px solid #EEE; }
#info_tab { margin: 20px 0;}
#info_tab .hd li { float: left; display: block; cursor: pointer; height: 40px; line-height: 40px; padding: 0 40px; margin-right: 2px; background: #EEE; }
#info_tab .hd li.on { background: #CF0501; color: #FFF; }
#info_tab .bd { margin-top: 20px; }
#info_parmeter { margin: 20px 0; font-size:12px}
#info_parmeter ul li { line-height: 25px; }

.l4 {
    margin-left: -2px !important;
    margin-right: -2px !important;
}
.mb4 {
    margin-bottom: 4px !important;
}
.xx15 { width: 12.5%; float:left}


.marquee-container {
  width: 90%;
  overflow: hidden;
  float:right
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%; /* 初始位置在右侧 */
  animation: marquee 20s linear infinite;
}

/* 关键帧动画 */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
  
}
/* 鼠标悬停暂停 */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}
/* 兼容旧版浏览器 */
@-webkit-keyframes marquee {
  0% { -webkit-transform: translateX(0); }
  100% { -webkit-transform: translateX(-100%); }
}