@charset "utf-8";

body,
div,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
table,
th,
td,
input,
select,
textarea {
/*  font-size: 16px; 
    line-height: 1.8; 
    会影響其他插件
*/
    font-family: "Microsoft YaHei", Arial;
}


a,li{
    transition: all 0.3s ease 0s;
}

.red{color: red}



.top-kong{
  height: 77px;
  background-color: #fff;
}



/*-------------------响应式时间轴---------------start*/

#cd-timeline {
  position: relative;
  padding: 15px 0;
  margin:15px 0;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  margin-left: -2px;
  background: #d7e4ed;
}
.cd-timeline-block {
  position: relative;
  margin: 20px 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img span {
  display: block;
  color: #fff;
  font-size: 30px;
  position: relative;
  left: 28%;
  top: 28%;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}

.cd-timeline-content {
  position: relative;
  margin-left: 0px;
  width: 45%;
  background: #eee;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #eee;
}
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }


.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #eee;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 122%;
  text-align: right;
}


@media (max-width: 767px){

    #cd-timeline::before {
      left: 18px;
      margin-left: 0;
    }
    .cd-timeline-img {
      left: 30px;
      width: 40px;
      height: 40px;
    }
    .cd-timeline-img span {
      font-size: 20px;
      left: 30%;
      top: 30%;
    }
    .cd-timeline-content {
      margin-left: 60px;
      width: auto;
    }
    .cd-timeline-content::before {
      left: auto;
      right: 100%;
      border: 7px solid transparent;
      border-right: 7px solid #eee;
    }    
    .cd-timeline-content .cd-date {
      position: static;
      display: inline-block;
    }

} 

/*-------------------响应式时间轴---------------end*/




/*购物车*/
.order_msg_tip{
  padding: 5px;
  margin: 10px 0;
  text-align: center;
  background-color: #eee;
}


.order_msg_table{
  width: 100%;
}
.order_msg_table tr th{
  text-align: right;
  border-bottom: 1px dashed #eee;
  padding: 9px;
  font-size: 16px;
  font-weight: bold;
}
.order_msg_table tr td{
  border-bottom: 1px dashed #eee;
  padding: 9px;
  font-size: 16px;
}

/*翻页 start*/

.page{
    text-align: center;
    margin: 10px 0;

}
.page .dangqian{
    background-color: #999;
    color: #fff;
 
    /*border-radius: 5px;*/
    padding: 6px 12px;
    margin: 0px 2px;
}
.page a{
    background-color: #F6F6F6;
   /* border: #ddd 1px solid;*/
   /* border-radius: 5px;*/
    padding: 6px 12px;
    margin: 0px 1px;
    color: #999;
}
.page a:hover{
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

/*翻页 end*/

.clear{clear: both; height: 15px;}
.clear1{height: 15px;}












.xing{
  color:#F00; 
  font-size:14px;
}
.chang{
  width: 200px;
}





.paoma{
  background-color: #eee;
}





.kuanbian{
  border: 10px solid #eee;
  padding: 10px;
}









.neiding{
    margin: 20px 0;
    color: #777;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 8px 15px;
}

.tupian_responsive img{
    max-width: 100%;
    height: auto;
}


/*首页切換大图 淡入淡出*/
#my_carouselA .carousel-inner .item{
  opacity:0.5;
  transition-property:opacity ;

}
#my_carouselA .carousel-inner .active{
  opacity: 1;
}
#my_carouselA .carousel-inner .active.left,
#my_carouselA .carousel-inner .active.right{
  left: 0;
  opacity: 0;
}
#my_carouselA .carousel-inner .next.left,
#my_carouselA .carousel-inner .prev.right {
  opacity: 1;
}
/*----------------------*/


/*活动相册*/

.xiangce{
  border: 1px solid #ddd;
  padding:5px;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.xiangce:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}



.xiangce_wenzi{
  padding: 10px;
  text-align: center;
}



/*----------------------*/


/*最新消息*/
.news_table{
  width: 100%;
}
.news_table td{
  padding: 7px;
}
.news_table  tr:nth-of-type(2n+1) {
    background-color: #eee;
}

.news_biaoti{
   text-align: center;
}
.news_shijian{
  font-size: 12px;
  text-align: center;
}

.news_jianjie{
  background: #f2f2f5;
  padding: 10px;
}
/*----------------------*/


/*文章页面左側*/
.neirong-right{
  padding-bottom: 20px;
}

.neirong-left ul{
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.neirong-left ul li{
  border: 1px solid #eee;
  border-top: none;
  padding: 10px;
}
.neirong-left ul li:hover{
  background: #eee;
}
.neirong-left ul li a{
  display: block;
  text-decoration: none;
}
.neirong-left ul li:first-child{
  background: #7dbf13;
  font-size: 18px;
  color: #fff;
}

/*----------------------*/


/*----------------------*/


/*产品图片*/


  #gallery_01 a img{
    width: 52px;
    height: 52px;
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
 
  }
  #gallery_01 a:last-child  img{
    margin-right: 0px;
  }



/*网站顶部 logo 区*/
/*.header{
  background-color: #fff;
}*/


.header .container .logo{
  padding: 20px 0;
}

.header .container .input-group{
  margin-top: 37px;
}
.header .container .tel{
  margin-top: 40px;
  text-align: right;
}
/*----------------------*/

/*网站顶部菜单*/
.main-menu > ul{
  padding: 0;
  margin: 0;
}

.main-menu > ul > li{
  padding: 0;
  margin: 0;
  float: right;
}

.main-menu > ul > li.active{
    border-bottom: 2px solid #f00;
}

.main-menu > ul > li >a{
  display: block;

text-shadow: 1px 1px 1px rgba(0,0,0,.1);

  font-size: 14px;

  color: #000;
  padding: 10px 25px;

  margin-top: 5px;
  text-decoration: none;
}
.main-menu > ul > li >a:hover{
  background-color: #fee88e;
}

/*.main-menu > ul > li:first-child >a{
  border-left: 1px solid #eee;
}*/


.main-menu{position: relative;}

/*主導航二级菜单（已整理）*/
.main-menu  .main-menu-sub{
    list-style: none;
    z-index:100;
    position:absolute;
    display: none;
    background-color:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius:5px;
    padding:8px;
    margin: 10px auto;

    width: 150px;
}

.main-menu  .main-menu-sub li {
    padding:5px;
    text-align: center;
}










/*手機菜单(已整理)*/
.mobile_menu_bg{
  display: none;
   background-color: #fafafa;
   box-shadow:0 1px 5px 0px rgba(0,0,0,.2);
  padding: 10px;
}

.mobile_menu{ 
  border:1px solid #fff;
  padding: 7px;
  border-radius: 4px;
  background-color: #fff;
  float: right;
  }
.mobile_menu:hover{
  background-color: #eee;
}
.mobile_menu:focus{
  background-color: #eee;
}
.mobile_menu .icon-bar{
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #666;
}
.mobile_menu .icon-bar + .icon-bar {
  margin-top: 6px;

}


.mobile_menu_sub{
  display:none;
  background: #eee;
  margin-bottom: 10px;
}
.mobile_menu_sub a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 5px 0;
}
.mobile_menu_sub > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_menu_sub li:hover{
  background: #ccc;
}

.mobile_menu_sub > ul >li{
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.mobile_menu_sub > ul >li>ul>li:hover{
  background: #ddd;
}

/*----------------------*/




}
/*----------------------*/


/*注册会员的邊框*/
.dengru {
    border: 20px #F2F2F2 solid;
    padding: 20px 10px;
}

.dengru .lvse{
  text-align:left;
  background-color:#E5FFE4; 
}
.dengru .lvse span{
  font-weight: bold;
  display: inline-block;
  width: 120px;
  text-align: right;
}

.dengru .baise{
  text-align:left;
}
.dengru .baise span{
  font-weight: bold;
  display: inline-block;
  width: 120px;
  text-align: right;
  background-color:#E5FFE4; 
  padding: 5px 0;
}

/*----------------------*/

/*会员菜单*/
.huiyuan_caidan .zuo{
  float: left;
  margin-bottom: 10px;
}
.huiyuan_caidan .you{
  float: right;
}

/*----------------------*/
/*表单提示*/
.formtips{
    color: #f00;
    font-weight: bold;
}

/*表格*/
.tableT{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.tableT tr th{
    background-color:#E6EBEC; 
    font-weight:bold;
    padding: 8px 5px;
    border: 1px solid #ddd;
    text-align: center;
}
.tableT tr td{
    padding: 8px 5px;
    border: 1px solid #ddd;
}
.tableT tr{
    background-color:#fFFFFF;
}

/*----------------------*/

/*产品*/
.products_jiage{
  font-size: 16px;
  color: #f00;
  font-weight: bold;
  text-align: center;
}
.suofang{max-width:200px;max-height:150px;}

.suofang1{
   border: 9px solid #eee; 
   width: 100%;
   height: auto;
}
.suofang2{
  width: 70px;
  height: 60px;
  padding: 5px;
  border:1px solid #eee;
  margin: 5px;
}

.chanpin_you span{
  font-weight: bold;
}
.chanpin_you{
  line-height: 29px;
}


/*产品左側*/

.products-left > ul{
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.products-left > ul > li{
  border: 1px solid #eee;
  padding: 10px;
  background: #666;
}
.products-left > ul > li:hover{
  /*background: #ccc;*/
}
.products-left ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
}
.products-left > ul > li:first-child{
  background: #7dbf13;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}


.products-left > ul > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-left > ul > ul  > li{ 
  padding: 10px 3px 10px 20px;
  background: #f6f6f6;
  margin: 2px 0;
}
.products-left > ul > ul  > li:hover{ 

  background: #f0f0f0;

}
.products-left > ul > ul  > li a{
  color: #333;
}
.products-left > ul > ul  > li a:hover{
  padding-left: 20px;
}


.products-left > ul > ul  > li a::before {
    content: "·";
    display: inline;
    padding-right: 8px;
}

/*----------------------*/
.xian_tr{display:none;}
.jiage{ color: #f00;}


/*中间广告*/
.zhongguang{
  position: relative;
}
.zhongguang .zhongbiao{
  width: 100%;
  position:absolute;
  bottom: 5%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.zhongguang .xiangqing{
  position:absolute;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.7);
  border:1px solid #fff;
  left: 35%;
  top:30%;
}

/*=====================================================================================================*/

















/*特效*/
/* Button 1c  按钮背景会滑动 */
.btn-1c {
  background: none;
  position: relative;
  z-index: 1;
  
}

.btn-1c:after {

    content: '';
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eee;
  transition: all 0.3s;
}

.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}


/*=====================================================================================================*/















@media (max-width: 1199px) {

.top-kong{
  height: 60px;
}

/*网站顶部*/
.header .container .logo{
  text-align: center;
}
.header .container .input-group{
  margin-top: 10px;
}
.header .container .tel{
  margin-top: 10px;
  text-align: center;
}
/*----------------------*/

/*手機菜单*/
.mobile_menu_bg{
  display: block;
}
.main-menu{
  display: none;
}
.pc_menu{
  display: none;
}
/*----------------------*/

/*手機隱藏*/
.shouji_hide{
  display: none;
}
.xian_tr{display: table-cell; font-weight: bold;}
.xian_td{display: none;}
/*----------------------*/
.neirong-right{
  padding-bottom: 0;
}

/*注册会员的邊框*/
.dengru {
    border: none;
    padding: 0;
}
/*----------------------*/
/*会员菜单*/
.huiyuan_caidan .zuo{
  float: none;
  text-align: center;
}
.huiyuan_caidan .you{
  float: none;
  text-align: center;
}
/*----------------------*/

/*产品*/

/*----------------------*/

.huan{
  display: block;
}











}