﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";
/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/*分页样式*/
.pglist {
	padding: 25px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
}
.pglist a {
	color: #fff;
	padding: 0 12px;
	margin: 0 5px;
font-/weight: bold;
	background: #0073c3;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 32px;
	height: 32px;
	padding-bottom: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #005a99;
}
.pglist a:hover {
	display: inline-block;
	color: #fff;
	background: #005a99;
}
/*返回首页*/
#tip {
	padding-top: 30px;
}
#tip b {
	color: #0073c3;
}
/* 评论 */
.c-proBox h3 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	background: #0073c3;
	color: #ffffff;
	padding: 5px 10px;
	margin: 10px 0;
}
.c-comment li {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}
.c-comment li p {
	padding: 15px 0;
	border-top: 1px dashed #eeeeee;
}
.c-comment li p span {
	float: right;
}
.c-comment li p.on {
	border-top: 0;
}
.c-comment li p.admin {
	color: #0073c3;
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #0073c3;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #005a99;
}
/* 留言 */
.c-book ul li {
	position: relative;
	margin-top: 10px;
}
.c-book ul li em {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 7px;
	width: 150px;
	font-style: normal;
}
.c-book ul li textarea, .c-book ul li input, .c-book ul li select {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 12px;
	border: 1px solid #eeeeee;
	font-family: 'Microsoft Yahei';
}
.c-book ul li textarea:hover, .c-book ul li input:hover, .c-book ul li select:hover, .c-book ul li textarea:focus, .c-book ul li input:focus, .c-book ul li select:focus {
	border-color: #0073c3;
}
.c-book ul li textarea {
	width: 360px;
	height: 150px;
	overflow-y: hidden;
}
.c-book ul li img {
	position: absolute;
	cursor: pointer;
	top: 10px;
	margin-left: 5px;
}
.c-book ul li.bnt {
	margin-left: 150px;
}
.c-book ul li.bnt input {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	width: 120px;
	margin-left: 10px;
	border-color: #0073c3;
	background: #0073c3;
	color: #ffffff;
}
.c-book ul li.bnt input:hover {
	border-color: #005a99;
	background: #005a99;
}
.c-cb, .c-cbli li {
	zoom: 1;
}
/* 幻灯切换 */
.slideBox {
	position: relative;
	display: block;
	width: 100%;
	height: 340px;
	overflow: hidden;
}
.slideBox .bd img {
	display: block;
	margin: 0 auto;
	height: 340px;
}
.slideBox .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 61%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(../images/next_bg_09.png) no-repeat left center;
	background-position: 0 0;
}
.slideBox .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 61%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(../images/next_bg_09.png) no-repeat left center;
	background-position: right center;
}
.slideBox .hd {
	position: relative;
	z-index: 1
}
.slideBox .hd ul {
	text-align: center;
	margin-top: -25px
}
.slideBox .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 1px;
	cursor: pointer;
	background: #fff;
}
.slideBox .hd ul li.on {
	background: #0073c3;
}
/* 幻灯切换2 */
.slideBox2 {
	position: relative;
	display: block;
	width: 100%;
	height: 265px;
	overflow: hidden;
}
.slideBox2 .bd img {
	display: block;
	margin: 0 auto;
	height: 265px;
}
.slideBox2 .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 61%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(../images/next_bg_09.png) no-repeat left center;
	background-position: 0 0;
}
.slideBox2 .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 64%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(../images/next_bg_09.png) no-repeat left center;
	background-position: right center;
}
.slideBox2 .hd {
	position: relative;
	z-index: 1
}
.slideBox2 .hd ul {
	text-align: center;
	margin-top: -25px
}
.slideBox2 .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 1px;
	cursor: pointer;
	background: #fff;
}
.slideBox2 .hd ul li.on {
	background: #0073c3;
}
/* 浮动工具 */
.c-tools {
	position: fixed;
	z-index: 9999;
	text-align: center;
	right: 0;
	bottom: 50%;
	margin-bottom: -144px;
}
.c-tools ul li {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position: relative;
	width: 62px;
	height: 62px;
	margin: 1px;
	background: #0073c3 url(../images/tools-ico.png) no-repeat;
}
.c-tools ul li:hover {
	background-color: #005a99;
}
.c-tools ul li span {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none;
	position: absolute;
	right: 63px;
	width: 135px;
	line-height: 62px;
	padding: 0 10px;
	background: #005a99;
	color: #ffffff;
}
.c-tools ul li .ewmPic {
	width: 168px;
}
.c-tools ul li .ewmPic img {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 168px;
	height: 168px;
}
.c-tools ul .tel-ico {
	background-position: center -22px;
}
.c-tools ul .tel-ico span {
	line-height: 31px;
}
.c-tools ul .ewm-ico {
	background-position: center 21px;
}
.c-tools ul .qq-ico {
	background-position: center -69px;
}
.c-tools ul .top-ico {
	background-position: center -115px;
}
/* product view 产品内页 */
.view_imgs {
	width: 555px;
	height: 500px;
	margin: 20px auto;
	position: relative;
	background: #f7f7f7;
}
.view_imgs .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 422px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.view_imgs .prev {
	left: 0;
	background: url(../images/view_left.png) no-repeat center center #bfbebe;
}
.view_imgs #prev, .view_imgs #prev #next {
	width: 15px;
	height: 70px;
	margin-left: 0;
}
.view_imgs #prevTop, .view_imgs #nextTop {
	display: none
}
.view_imgs .next {
	right: 0;
	background: url(../images/view_right.png) no-repeat center center #bfbebe;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #0073c3;
}
.view_imgs .cf li {
	position: relative;
	color: #fff;
}
.view_imgs .cf a {
	display: block;
	width: 555px;
	height: 416px;
	position: absolute;
	color: #fff;
}
.view_imgs .picBox {
	height: 416px;
	position: relative;
	overflow: hidden;
}
.view_imgs .picBox ul {
	height: 416px;
	position: absolute;
}
.view_imgs .picBox li {
	width: 555px;
	height: 374px;
}
.view_imgs .listBox {
	width: 511px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}
.view_imgs .listBox ul {
	height: 71px;
	position: absolute;
}
.view_imgs .listBox li {
	width: 104px;
	height: 71px;
	cursor: pointer;
	position: relative;
}
.view_imgs .listBox li a {
	display: block;
	width: 95px;
	height: 71px;
}
.view_imgs .listBox li img {
	width: 95px;
	height: 71px;
}
.view_imgs .listBox .on img {
	width: 89px;
	height: 65px;
	border: 3px solid #0073c3;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}











 




table {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: #fff !important;
}

thead tr {
  background-color: #f5f7fa !important;
}

th {
  padding: 15px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: left !important;
  color: #333 !important;
  border: 1px solid #dcdcdc !important;
}

tbody tr {
  background-color: #f0fdf4 !important;
  border: 1px solid #e4e7ed !important;
}

td {
  padding: 15px !important;
  font-size: 14px !important;
  border: 1px solid #dcdcdc !important;
}

td:first-child {
  font-weight: 700 !important;
  color: #333 !important;
}

td:last-child {
  font-weight: 700 !important;
  color: #51aabd !important;
}

@media (max-width: 768px) {
  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block !important;
    width: 100% !important;
  }

  thead {
    display: none !important;
  }

  tbody tr {
    margin-bottom: 16px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  }

  td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border: none !important;
    border-bottom: 1px solid #e4e7ed !important;
    padding: 12px 16px !important;
  }

  td:last-child {
    border-bottom: none !important;
  }

  td:first-child::before {
    content: "规格：" !important;
    font-weight: 600 !important;
    color: #333 !important;
  }

  td:last-child::before {
    content: "价格：" !important;
    font-weight: 600 !important;
    color: #333 !important;
  }
}

@media (max-width: 480px) {
  td {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }
}

.view h2{
    margin: 20px 0px;
    font-size:20px;
    color:#000;
}



.logo a{
    font-size: 28px;
    color:#0069b2;
}











 
    .ParentLevel {
          max-width: 100%;
            margin: 0 auto;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
  

.clear {
    clear: both;
}

.active{
    background: #333;
    color:#fff;
    
}



















.ParentLevel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}




.ParentLevel > ul > li {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.ParentLevel > ul > li:last-child {
    border-bottom: none;
}

.ParentLevel > ul > li > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s ease;
}

.ParentLevel > ul > li > p:hover {
    background: #f8f9fa;
}

.ParentLevel > ul > li > p a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    flex: 1;
    transition: color 0.2s;
}

.ParentLevel > ul > li > p a:hover {
    color: #409eff;
}

.ParentLevel > ul > li > p i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.ParentLevel > ul > li.open > p i {
    transform: rotate(180deg);
}

.icon {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}

.ChildLevel {
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
    background: #fafbfc;
}

.ParentLevel > ul > li.open .ChildLevel {
    max-height: 649px;
    opacity: 1;
}

.tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
}

.tag a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 14px;
    background: #fff;
    color: #5a6e7c;
    border: 1px solid #e4e7ed;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.tag a:hover {
    background: #409eff;
    color: #fff;
    border-color: #409eff;
    transform: translateY(-1px);
}

.tag a.active {
    background: #409eff;
    color: #fff;
    border-color: #409eff;
}

.clear {
    clear: both;
}

@media (max-width: 768px) {
    .ParentLevel > ul > li > p {
        padding: 14px 16px;
    }
    
    .ParentLevel > ul > li > p a {
        font-size: 14px;
    }
    
    .tag {
        padding: 12px 16px;
        gap: 8px;
    }
    
    .tag a {
        font-size: 12px;
        padding: 5px 12px;
    }
}






