@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
    font: 13px "Microsoft Yahei","Hiragino Sans GB";
    color: #333333;
    line-height:1.4;
}

img {
    vertical-align: middle;
}

.row {
    margin-right: 0px; 
    margin-left: 0px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

td{
	padding:5px;	
}

.fRight{
	float:right;	
}

.mTop20{
	margin-top:20px;	
}

.textCenter{
	text-align:center;
}

.textLeft{
	text-align:left;
}

.divHead{
	background-color: #fafafa;
    padding: 15px 7px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	overflow:hidden;
	margin-bottom:1px;
}

.divMainLogo{
	padding-right:0px;
    padding-left: 0px;
    min-width: 280px;        /* 添加最小宽度 */
}

/* logo 包装器 - 横向布局 */
.divMainLogo .logo-wrapper {
    display: flex !important;           /* 添加 !important 防止被覆盖 */
    flex-direction: row !important;     /* 强制横向排列 */
    align-items: center !important;
    gap: 10px;
    text-decoration: none;
    flex-wrap: nowrap;                  /* 禁止换行 */
}

/* logo 图片 */
.divMainLogo img {
    width: auto;
    height: 60px;             /* 根据需要调整：60px, 70px, 80px */
    display: block;
    flex-shrink: 0;          /* 防止图片被压缩 */
}

/* 公司名称文字 */
.divMainLogo .company-name {
    font-size: 20px;          /* 根据需要调整字号 */
    font-weight: 550;         /* 字体粗细 */
    color: #333;              /* 文字颜色 */
    white-space: nowrap;      /* 不换行 */
    flex-shrink: 0;          /* 防止文字被压缩 */

}

/* 悬停效果（可选） */
.divMainLogo .logo-wrapper:hover .company-name {
    color: #007ACC;           /* 悬停时变蓝色 */
}

.divNav{
}

.divNav ul{
	float:right;
	padding:0px 0px;
	overflow:hidden;
}

.divNav ul li{
	float:left;
	list-style:none;
	padding:2px 5px;
	border-right:1px solid #CCC;
}

.divNav ul li:last-of-type{
	border-right:none;
}

.divNav .divMainNav{
	float:right;
	margin-top:10px;
	border-right:1px solid #CCC;
    padding: 8px 15px;        /* ⭐ 新增 */
    line-height: 1.2;         /* ⭐ 新增 */
}

.divNav .divMainNav a {
	float:left;
	list-style:none;
	padding:0px 15px;
	font-size:15px;
	color:#666;
}

.divNav .divMainNav a:last-of-type{
	border-right:none;
}


.divNav .divMainNav .active{
	opacity: 1;
	border-radius: 30px;
	color: #4611a7;
    border: 2px solid rgba(0, 0, 0, 0.2);	
}

.divNav .divLanguage li{
	border-radius:100px;
	margin-left:20px;
	color:#FFF;
	background-color:#4611a7;
    margin-top: 10px;          /* ⭐ 优化 */
}


.divSlider{
	padding-right:0px;
	padding-left:0px;	
}


.divContent{
	margin-top:20px;	
}

.divContent .section-title {
    margin-top: 15px;
	margin-bottom: 50px
}

.divContent .section-title h2 {
    color: #4611a7;
    font-size: 36px;
    font-weight: lighter;
}

.divContent .section-title h5 {
    color: #4611a7;
    font-size: 26px;
    font-weight: lighter;
}

.divContent .section-title h3.subtitle {
	opacity: 0.6;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
}

.divIndexProduct{
	
}

.divIndexProduct .col-md-4{
	padding-right: 5px;
    padding-left: 5px;
}

.divIndexProduct .col-md-4 .thumbnail{
	margin-bottom:10px;
}


.divIndexProduct .col-md-4 .thumbnail .caption h3{
	font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
}


.divIndexProduct .col-md-4 .thumbnail .caption .btn-primary{
    color: #fff;
    background-color: #4611a7;
    border-color: #4611a7;
}

.divIndexProduct .col-md-4 .thumbnail .caption .btn-primary:hover {
    color: #fff;
    background-color: #310484;
    border-color: #310484;
}


.divContact{
	background-color: #fafafa;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #eee;
	padding: 10px 20px;
}

.divContact .image {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
	text-align:center;
	top:-50px;
}

.divContact .image img{
	width:100%;
}

.divContact h3{
	text-align:center;
    margin-top: 0px;
    color: #4611a7;
    font-size: 18px;
}

.divContact h4 {
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
}

.divContact p{
	text-align:left;
	margin-top:10px;
	line-height:24px;
}


.divContact .imageAboutus{
	
}

.divContact .imageAboutus img{
	width:100%;
}

.divContact .bg-transfer {
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    width: 100%;
}





.divHomePageBanner{
	margin-top:30px;
}

.divHomePageBanner hr {
	border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 30px;
}

.divFoot{
	margin-top:80px;
	color:#666;
	border-top:solid 1px #CCCCCC;
	padding:20px 0px;
	font-size:12px;
}

.divFoot .divFootLink{
	
}

.divFoot .divFootLink ul{
	text-align:right;
}

.divFoot .divFootLink ul li{
	float:left;
	list-style:none;
	border-right:1px solid #FFF;
	padding:0px 10px;
}

.divFoot .divFootLink ul li:last-of-type{
	border-right:none;
}

.divFoot .divFootLink ul li a{
	font-size:12px;
	color:#FFF;
}

.opacity-80 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.8;
}

.logos {
  width: 100%;
  margin:10px 0px;
}
.logos .logo {
  vertical-align: middle;
  text-align: center;
  float:left;
  width:25%;
  overflow:hidden;
  height:120px;
}
.logos .logo a {

}
.logos .logo a:hover {

}


/*产品列表页*/
.divMenu{
	
}

.divMenu .panel{
	border: none;
}

.divMenu .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
}

.divMenu .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid #4611a7;
	padding:0px;
}

.divMenu .panel-body ul{
	margin:0px;
	padding:0px;
}

.divMenu .panel-body ul a{
	color:#999;
	text-decoration:none;
	font-size:13px;	
}

.divMenu .panel-body ul a:hover{
	color:#4611a7;
}

.divMenu .panel-body ul li{
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:10px 20px;
}

.pagination>.active>a{
	background-color: #4611a7;
    border-color: #4611a7;
}



/*productInfo START*/
.divEshopInfoFloor1{
	margin-top:20px;
}

.divEshopInfoFloor1 .col-md-5{
	padding-left:0px;	
}

.divEshopInfoFloor1 .col-md-7{
	padding-right:0px;	
}

.divProductInfo{
	
}

.divProductInfo h1{
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 10px 0px;	
}

.divProductInfo h4{
	margin:20px 0px 20px 0px;	
}

.divProductInfo p{
	padding:2px 0px;	
}

.productSelectType .col-md-1{
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 0px;
}

.productSelectType .col-md-2{
  padding-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
}

.divProductInfo .proActive{
  color: #333;
  background-color:none;
  border-color:#F00;
}

.divProductLeftSideBox{
	border:#CCC 1px solid;
	padding:10px;	
}

.divProductLeftSideBox .list-inline{
	margin-left:0px;
}

.divProductLeftSideBox .list-inline li{
	margin-bottom:6px;
}

.divProductLeftSideBox li a{
	color:#39F;
	margin-bottom:6px;
}

.divProductLeftSideBox .list-inline .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #39F;
  border-radius: 10px;
}

.divProductLeftSideBox .list-unstyled{
	
}

.divProductLeftSideBox .list-unstyled li{
	border-bottom:1px solid #CCC;
	padding-bottom:12px;
	padding-top:8px;
	text-align:center;
	
}

.divProductLeftSideBox .list-unstyled li img{
	margin:0px auto 10px auto;
}

.divProductLeftSideBox .list-unstyled li p{
	margin:0 0 0px;
	text-align:left;
}

.divTab-contentBorder{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}

.divTab-contentBorder .tab-pane{
	padding:20px;
	
}

.ulEshopInfoTab>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size:15px;
}


.divEshopIndexTitle{
	margin-top:20px;
}

.divEshopIndexTitle h1{
	font-size:17px;
	font-weight:bold;
	padding-bottom:10px;
	color:#29a7e1;	
	border-bottom:1px solid #29a7e1;	
}

.divEshopIndexTitle h1 small{
	float:right;	
}

.divEshopProduct{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

.divEshopProduct a{
	text-decoration:none;	
}

.divEshopProduct a .divAddCart{
  font-size:14px;
  height: 34px;
  margin:0px auto;
  top:20px;
  padding: 0 27px 0 27px;
  position: relative;
  text-transform: none;
  background: #fff;
  line-height: 32px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

.divEshopProduct a:hover .divAddCart{
  font-size:14px;
  height: 34px;
  padding: 0 27px 0 27px;
  position: relative;
  text-transform: none;
  background:#29a7e1;
  color:#FFFFFF;
  line-height: 32px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

.divEshopProduct .thumbnail img{
	margin-top:30px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}

.divEshopProduct .thumbnail h3{
	font-size:14px;	
}

.divEshopProduct .thumbnail h4{
	font-size:13px;
	color:#000;
}


/*productInfo END*/


/*评论*/
#reviews{
	padding:20px;	
}

#reviews h2{
  margin-top:0px;
  margin-bottom: 20px;
  font-size:14px;
}



#reviews #comments ol.commentlist{
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}

#reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

#reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 50px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 65px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  width: 63px;
  letter-spacing: 1px;
  font-family: 'star';
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 24px;
}



#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

#reviews #comments ol.commentlist li .meta {
  color: #686868;
}

#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

#review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}

.comment-reply-title{
  margin-bottom: 10px;
  font-size: 120%;
}

.comment-form p {
  margin: 20px 10px 10px 10px;
}

.comment-form lable{
	font-weight:100;	
}



review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
}



/*商品主图*/
/* clearfix */
.clearfix:after{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
*html .clearfix{ zoom:1;}

.preview{width:400px; height:465px;}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:400px; height:400px; overflow:hidden;}
.bigImg #midimg{width:400px; height:400px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}



/*关于我们 START*/
.divAboutUs{
	margin-top:30px;
	margin-bottom:30px;
}

.divAboutUs p{
	font-size:13px;
	line-height:180%;
}


.divAboutUs img{
	width:100%;
	margin-bottom:30px;	
}

/*关于我们 END*/


/*联系我们 START*/
.box {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: relative;
    background-color: #fafafa;
}

.box h2 {
    font-size: 26px;
    color: #4611a7;
    font-weight: lighter;
    margin-top: 5px;
}

.box dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.box dl dt {
    float: left;
    padding: 5px 0;
	margin-right:20px;
}

.box dt {
    font-weight: bold;
}

.box dl dd {
    text-align: left;
    padding: 5px 10px;
}


/*联系我们 END*/

.productPage{
	font-size:14px;
	line-height:180%;
}


.productPage h1{
    margin-top: 0px;
    color: #4611a7;
    font-size: 20px;
    margin-bottom: 25px;
}

.newsList{
	border-bottom:1px dotted #CCCCCC;
	padding:5px;
	margin:5px;
	font-size:13px;
}

.newsContent{
	padding:20px 20px;
}

.newsContent h2 {
	font-size: 26px;
    color: #4611a7;
    font-weight: lighter;
    margin-top: 5px;
	margin-bottom:20px;
}

.newsContent p{
	font-size:13px;
	line-height:180%;
}

.tableTitle{
	background-color:#6FF;	
}

.tableTitle td{
	font-weight:bold;	
}
