.bannbg {background-repeat: no-repeat;background-position: center top;height:500px;min-width: 1280px;background-color: #f5f5f5;background-size:100% 100%;}

.adinfo{width:1280px;margin:0 auto; padding-top:150px;text-shadow:5px 5px 10px rgba(0,0,0,1);font-size:60px;color: #fff;}
.cont_box {margin:auto;width:100%;max-width:1600px; padding-top:40px;}

.index_about{position: relative;box-shadow: 0px 0px 40px rgba(0,0,0,0.1);border-radius: 20px;background:#ffffff; padding:40px 2%;}

.about {min-width: 1280px;}
.acont { width:48%; float:left;}
.ainfo { line-height:36px; font-size:16px;}
.alink { margin-top:40px;}
.alink a{display:inline-block;background:#333;color: #f7f7f7; font-size:16px;transition: all .4s ease;margin-right:15px; padding:0 40px; line-height:40px;}
.alink a.bg{background:#006FB4;}
.alink a:hover{background:#0080CC;}

.apic {width:48%;float:right;}
.apic img {width:100%;border-radius: 20px;}



.new_conlist ul{margin-left: -4%;}
.new_conlist ul li {
    position: relative;
    float: left;
    width: 46%;
    margin: 0 0 3% 4%;
    background: #fff;}
.new_conlist ul li a {
    padding: 35px 70px;
	height:150px;
}
.new_conlist ul li:after{
    position:absolute;
    left:0;
    top:0;
    content:'';
    display:block;
    width:100%;
    height:100%;
    background:#f5f5f5;
    transition:all .6s;
}
.new_conlist ul li:hover:after{box-shadow:0 15px 15px rgba(0,0,0,.1);}
.new_conlist ul li:hover:after{transform:scale(1.025);}
.new_conlist ul li a{
    z-index:1;
    position:relative;
    display:block;
}
.new_conlist ul li a, .index-news-list .item-inner {
    z-index: 1;
    position: relative;
    display: block;
}
.new_conlist ul li a .date-wrap {
    position: relative;
    float: left;
    width: 115px;
    height: 155px;
    border-right: 1px solid #e7e7e7;
	
}
.new_conlist ul li a .date-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	text-align:center;
}
.new_conlist ul li a .date-wrap .day {
	font-size:45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.new_conlist ul li a .date-wrap .line {
    display: block;
    width: 25px;
    height: 3px;
    margin: 15px 0;
    background: #e7e7e7;
	margin:auto;
}
.new_conlist ul li a .date-wrap .days { font-size:20px;}
.new_conlist ul li a .text-wrap {
    margin-left: 175px;
}
.new_conlist ul li a .text-wrap .title {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new_conlist ul li a .text-wrap .descrition {
    height: 48px;
    margin: 15px 0 40px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.new_conlist ul li a .text-wrap .more .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/more-icon2.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}
.new_conlist ul li:hover .text-wrap .more .icon {margin-right:10px;width:21px;opacity:1;}
.new_conlist ul li a .text-wrap .more strong {
    font-size: 14px;
    color: #006FB4;
    transition: all .4s;
}
.newscontl{box-shadow: 0px 0px 40px rgba(0,0,0,0.1);border-radius: 15px;background:#ffffff;float:left; width:24%; overflow:hidden;}
.newscontr{box-shadow: 0px 0px 40px rgba(0,0,0,0.1);border-radius: 15px;background:#ffffff; padding:40px 2%; float:right; width:70%;}

/* 新闻详情页左侧边栏 */
.news-sidebar {
    float: left;
    width: 24%;
    overflow: hidden;
}

.sidebar-section {
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-title {
    background-color: #006FB4;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 500;
}

/* 侧边栏产品列表 */
.sidebar-products ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar-products li {
    width: 48%;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.sidebar-products li:nth-child(2n) {
    margin-left: auto;
}

.sidebar-products li:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sidebar-products li a {
    display: block;
    text-decoration: none;
}

.sidebar-products .product-thumb {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #f9f9f9;
}

.sidebar-products .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sidebar-products li:hover .product-thumb img {
    transform: scale(1.05);
}

.sidebar-products .product-name {
    font-size: 12px;
    color: #333;
    line-height: 18px;
    padding: 4px 5px 6px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

/* 侧边栏新闻列表 */
.sidebar-news ul {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.sidebar-news li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
}

.sidebar-news li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-news li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-news li a:hover .news-title {
    color: #006FB4;
}

.sidebar-news .news-date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.sidebar-news .news-title {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-data {
    text-align: center;
    color: #999;
    padding: 30px 0;
    font-size: 14px;
}

.newstitle {margin-bottom:20px;padding-bottom:20px;background: url(../images/line.gif) repeat-x left bottom;font-size:16px;color: #b2b2b2;}
.newstitle h4{font-size: 25px;line-height:50px;color: #333;}
.newstitle p{color: #333;font-size:14px; margin-top:5px;}

.newscontent {line-height:30px;font-size:14px; min-height:350px; color:#000; font-size:16px;}
.newscontent img{max-width:750px;}
.newscontent a{ color:#00a5e3;}
.newsbot {
	line-height:30px;
	border-top:1px dashed #d5d5d5;
	margin-top:40px;
	padding:30px 0px;
	font-size:14px;
	text-align:center;
}
.newsbot span{padding:6px 15px; margin:0 15px; display:inline-block;cursor:pointer;border:1px solid #00a5e3; width:40%;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;font-size:15px;}
.newsbot span.none{border:1px solid #cccccc;}
.newsbot span a{font-size:15px;}


.leftt {
	font-size:25px;
	line-height:56px;
	color: #FFFFFF;
	padding-left:20px;
	background-color: #006FB4;
}
.lastnews{ padding:10px 10px 15px;border: 1px solid #e5e5e5;}
.lastnews li{line-height:40px;border-bottom: 1px dashed #e5e5e5;}
.lastnews li a{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background:url(../images/nico.gif) no-repeat left center; padding-left:15px;}
.lastnews li span{ float:right;color:#666;}

.leftpro{padding:15px 10px 0;}
.leftpro li{ float:left; margin-right:4%; width:48%;margin-bottom:15px;}
.leftpro li.mr0{margin-right:0px;}
.leftpro li a{display:block;border: 1px dashed #e5e5e5;padding:1px;}
.leftpro li p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:35px;}
.leftpro li img{-webkit-transition: transform 0.3s linear;-moz-transition: transform 0.3s linear;-ms-transition: transform 0.3s linear;-o-transition: transform 0.3s linear;transition: transform 0.3s linear;}


.msgbg {
	background-image: url(../images/e3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.msg-title{margin-bottom:30px;}
.msg-title {line-height:40px; font-size:34px; text-transform : uppercase; font-weight:normal;color:#006FB4;}

.formTable{border-collapse:collapse;border:1px solid #e5e5e5;margin-top:20px; font-size:14px;}
	
.formTable th{border:1px solid #e5e5e5; border-right:none;border-left:none; line-height:25px; text-align:right; font-weight:normal;background-color: #f5f5f5;padding:8px 10px;}	
.formTable td{border:1px solid #e5e5e5; border-right:none;border-left:none; line-height:25px; padding:8px 10px;}	
select.memsel{width:110px;height:auto;margin-right:2px;padding:7px 0px 7px 5px;line-height:20px;border:1px solid #ccc;font-size:14px}	
input.w-long{border:1px solid #dfdfdf; padding:5px; width:80%;background-color: #fff;line-height:25px;height:25px;}
input.ms_btn{background:#006FB4; width:20%; border:none; margin:20px; height:44px; color:#FFF; cursor:pointer; border-radius:2px; line-height:44px; font-size:16px;}
input.ms_btn:hover{background-color: #0095EE;}

textarea.w-long{
padding:5px;
line-height:25px;
width:80%;
border:1px solid #dfdfdf;
background-color: #fff;
}


.pronav {
	padding-bottom:10px;
}
.pronav dt{
	background-color: #006FB4;
	color: #fff;
	padding:20px;
	font-size:25px;
	border-radius: 10px 10px 0 0;
}
.pronav dd{ line-height:40px; border-bottom:1px solid #eee;}
.pronav dd:last-child{border-bottom:none;}
.pronav dd a{
	display:block;
	padding-left:30px;
	background-image: url(../images/icon04.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
}
.pronav dd a.curr{
	background-image: url(../images/icon03.gif);
	color: #BC2931;
}
.norecord {
	background-image: url(../images/nodate.png);
	background-repeat: no-repeat;
	background-position: center 60px;
	padding-top:240px;
	margin:70px auto;
	text-align:center;
	line-height:40px;
	font-size:16px;
	min-height:200px;
}

.procontr{float:right; width:74%;}

/* 左侧产品分类样式 */
.proleft{float:left; width:24%;}
.proleft-title{line-height:40px; font-size:25px; color:#fff; padding-left:20px; background-color:#006FB4; border-radius:10px 10px 0 0; margin-bottom:0;}
.proleft-list{background:#fff; box-shadow:0px 0px 40px rgba(0,0,0,0.1); border-radius:0 0 10px 10px; padding:15px 10px;}
.proleft-list dl{border-radius:10px; border:1px solid #eee; padding:10px 0px;}
.proleft-list dl dd{line-height:40px; border-bottom:1px solid #eee; position:relative;}
.proleft-list dl dd:last-child{border-bottom:none;}
.proleft-list dl dd a{
display:block;
padding-left:30px;
background-image:url(../images/icon04.gif);
background-repeat:no-repeat;
background-position:18px center;
transition:all .3s;
font-size:14px;
}
.proleft-list dl dd a:hover,
.proleft-list dl dd.cur a{
background-image:url(../images/icon03.gif);
color:#BC2931;
}
/* 有子分类的样式 */
.proleft-list dl dd.has-children {
position:relative;
}
.proleft-list dl dd.has-children a.category-toggle{
cursor:pointer;
position:relative;
}
.proleft-list dl dd.has-children a.category-toggle .arrow{
position:absolute;
right:15px;
top:0;
font-size:12px;
transition:all .3s ease;
opacity:0;
visibility:hidden;
}
.proleft-list dl dd.has-children:hover a.category-toggle .arrow{
opacity:1;
visibility:visible;
}
.proleft-list dl dd .sub-categories{
padding:5px 0;
background:#f9f9f9;
}
.proleft-list dl dd .sub-categories a.sub-item{
display:block;
padding-left:45px;
line-height:35px;
font-size:13px;
color:#666;
background-image:none;
border-bottom:1px dashed #e0e0e0;
transition:all .3s ease;
}
.proleft-list dl dd .sub-categories a.sub-item:last-child{
border-bottom:none;
}
.proleft-list dl dd .sub-categories a.sub-item:hover{
color:#006FB4;
padding-left:50px;
background-color:#fff;
}
.proleft-list dl dd .sub-categories a.sub-item.cur{
color:#BC2931;
}

.pro-title{margin-bottom:30px;box-shadow: 0px 0px 40px rgba(0,0,0,0.1);border-radius: 10px;background:#ffffff; padding:18px 2%;line-height:40px; font-size:30px; text-transform : uppercase; font-weight:normal;color:#006FB4;}



.piclist{margin:0px auto;}
.piclist li{float:left;width:31%;margin-right:3.5%;transition: all 0.3s; margin-bottom:35px;background-color:#fff;overflow:hidden;box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.piclist li:hover{box-shadow: 0px 0px 45px rgba(0,0,0,0.1);}
.piclist li.mr0{margin-right:0px;}
.piclist li p{
display: table-cell;
vertical-align:middle;
text-align:center;
overflow:hidden;
position:relative;
}
.piclist li img{max-width:320px;max-height:240px;-webkit-transition: transform 0.3s linear;-moz-transition: transform 0.3s linear;-ms-transition: transform 0.3s linear;-o-transition: transform 0.3s linear;transition: transform 0.3s linear;}
.piclist li:hover img{-webkit-transform: scale(1.3,1.3);-moz-transform: scale(1.3,1.3);-ms-transform: scale(1.3,1.3);-o-transform: scale(1.3,1.3);transform: scale(1.3,1.3);}

.piclist dl {padding:10px 15px;background-color:#f5f5f5;}
.piclist dl dt{ font-size:16px; height:30px; overflow:hidden; line-height:30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center;}

.propic {text-align:center; float:left; width:50%;border:1px solid #ccc;}
.propic p{
display: table-cell;
vertical-align:middle;
text-align:center;
overflow:hidden;
position:relative;
}
.propic img{max-width:500px; max-height:500px;}

.proinfo {
	float:right;
	width:45%;
}

.prot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DCD7;
	font-size: 25px;
	padding:10px 0px;
	height:40px;
	line-height:40px;
}

.proinfo1 {
	line-height:40px;
	padding:10px 0px;
	font-size:16px;
}
.proprice {margin-top:10px;font-size:16px;padding:10px 0px;}
.proprice span{color:#FF3300; font-size:22px;}

.proyuyue {margin-top:10px;font-size:16px;padding:15px 0px; border-top:1px solid #ddd;}
.proyuyue p{float:left;background-image: url(../images/yytel.png);background-repeat: no-repeat;background-position: left center;display:inline-block;padding-left:60px; line-height:25px;}
.proyuyue span {font-size:20px;color:#FF0000;}
.proyuyue a {font-size:16px;color:#fff;float:right; display:block; padding:0px 20px;background-color: #1760C9;}





.Page{ text-align: center; padding:30px 0; font-size:14px;}
.Page b{color: #E62129;font-size:16px;}
.Page span{ padding:10px 15px; margin:0 3px; display:inline-block; color:#999999; border:1px solid #ccc;}
.Page a{ padding:10px 15px; margin:0 3px; display:inline-block;font-size:14px; background-color:#e3e3e3;border:1px solid #ccc;}
.Page a:link,.Page a:visited{}
.Page a:hover{
	color:#fff;
	text-decoration: none;
	background-color: #006FB4;
	border:1px solid #006FB4;
}
.Page .cur{ color:#fff;background-color: #006FB4;border:1px solid #6640A3;}
.Page a.cur:link,.Page a.cur:visited,.Page a.cur:hover{ color:#fff; }

/* 面包屑导航 */
.breadcrumb {
    margin-bottom: 20px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #006FB4 0%, #0095EE 100%);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 111, 180, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb::before {
    content: '\2302';
    margin-right: 8px;
    font-size: 16px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.breadcrumb a:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.breadcrumb span.current {
    color: #fff;
    font-weight: 500;
}

.breadcrumb span.separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 0 2px;
}

/* 产品详情页样式 */
.product-detail {
    background: #fff;
    padding: 20px;
}

/* 产品布局（左图右信息） */
.product-layout {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

/* 左侧图片区 */
.product-gallery {
    flex: 0 0 45%;
    max-width: 45%;
}

.main-image {
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.thumbnail-list {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.thumbnail-item {
    width: 70px;
    height: 70px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.thumbnail-item:hover {
    border-color: #006FB4;
    transform: scale(1.05);
}

.thumbnail-item.active {
    border-color: #006FB4;
    box-shadow: 0 0 10px rgba(0, 111, 180, 0.3);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 右侧信息区 */
.product-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-item {
    line-height: 30px;
    font-size: 14px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 6px;
    border-left: 3px solid #006FB4;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.info-item .info-label {
    color: #666;
    display: inline-block;
    min-width: 80px;
    font-weight: 500;
}

.info-item .info-value {
    color: #333;
    font-size: 15px;
}

.info-item.intro {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-item.intro .intro-content {
    margin-top: 10px;
    line-height: 28px;
    font-size: 14px;
    color: #555;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
}

/* 产品详细内容 */
.product-content-section {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

.product-content-section h3 {
    font-size: 20px;
    color: #006FB4;
    border-left: 4px solid #006FB4;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 30px;
}

.content-body {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    min-height: 200px;
}

.content-body img {
    max-width: 100%;
    height: auto;
}
