/*base*/
.container .position p,
.page a:hover{border-color: #2a6b63;}   /*面包屑和产品列表当前页码边框颜色*/
.container .position p span,
.page a:hover{color: #2a6b63;}   /*面包屑和产品列表当前页码字体颜色*/
.foot-button em,
.foot-button i,
.foot-button a:hover span,
.foot-button a.active span{color: #2a6b63;}   /*手机站底部导航字体颜色*/
.online_box > div{background: #2a6b63;}   /*手机站“返回头部”背景色*/
a{color:#333;}   /*超链接默认字体颜色*/
a:hover{color:#2a6b63;}   /*超链接选择字体颜色*/
.swiper-pagination-bullets .swiper-pagination-bullet-active{background-color: #ffa500;}   /*滚动板块小圆圈选择背景色*/

/*public*/
.headbox_01 .logo a{padding-left: 290px;}   /*数值与图片宽度一样或大一些  头部只有文字或只有图片时删掉这行*/
.headbox_01 .logo p{position: absolute;}   /*头部只有文字或只有图片时删掉这行*/
.headbox_01 .logo strong{color: #2a6b63;}   /*头部大字体颜色*/
.headbox_01 .logo span{color: #666;padding-top:20px ;display: block;line-height: 90px;}   /*头部小字体颜色*/
.headbox_01 .r-btn span{background-color: #2a6b63;}   /*头部小小按钮背景色*/
.headbox .tel p{color: #e52222;}   /*头部电话号码颜色*/
.headbox .tel p b{color: #808080;}   /*头部服务热线字体颜色*/

#bannerppt{height:673px;}   /*banner高度*/
.homebanner #bannerppt{height:673px;}   /*首页banner高度*/

.footbox{background:#2d2d2d;color: #999;}  /*底部背景色及字体颜色*/
.foot-text{background: #191919;}  /*底部 bottom 背景色*/
.footbox a{color: #aaa;}  /*底部超链接默认字体颜色*/
.footbox a:hover{color: #fff;}  /*底部超链接选中字体颜色*/
.footbox .foot-nav,
.footbox .foot-new,
.footbox .foot-cla,
.footbox .foot-txt{border-color: #454545;}  /*底部栏目边框颜色*/

@media only screen and (min-width:1025px){
.navbox_01{background: #2a6b63;}   /*导航背景色*/
.navbox_01 ul li.active > a{background: #ffc525;}  /*导航选中栏目背景色*/
.navbox_01 ul li > dl{background:#2a6b63;}   /*导航下拉框背景色*/
.navbox_01 ul li > dl a{border-color: #2a6b63;}   /*导航下拉框边框颜色*/
.navbox_01 ul li > dl a:hover{background-color:#2a6b63;}  /*导航下拉框选中栏目背景色*/

.headbox_02{background: rgba(25,25,25,.75);}
.navbox_02 ul li.active > a{background: #2a6b63;}  /*导航选中栏景色*/
.navbox_02 ul li > i{border-bottom-color:#2a6b63;}   /*头部下拉框小箭头颜色*/
.navbox_02 ul li > dl{background:#2a6b63;}   /*导航下拉框背景色*/
.navbox_02 ul li > dl a:hover{background:#ffa500;}  /*导航下拉框选中颜色*/
.navbox_02 ul li:hover > dl dd > a{border-color: #2a6b63;}   /*导航下拉框边框颜色*/
}
@media only screen and (max-width:1310px){
#bannerppt{height:0;padding-bottom:32%;}   /*手机站banner高度 百分比*/
.homebanner #bannerppt{height:0;padding-bottom:64%;}   /*手机站 首页banner高度 百分比*/
}
@media only screen and (max-width:1024px){
.headbox_01 .r-btn span{background-color: #2a6b63;}   /*手机站头部搜索按钮背景色*/
.navbox ul li.active > a{color: #2a6b63;}  /*手机站导航选中字体颜色*/
.navbox ul li > dl a:hover{color: #2a6b63;}  /*手机站导航下拉框选中字体颜色*/
}