li{list-style:none}

.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;zoom:1;}
.l{float:left;}.r{float:right;}
/*reset---*/
.btn3{position:fixed;
  z-index:99;
  bottom:0px;
  border-top:1px solid #d00000;
  background:#ee0000;
  width:100%;
  text-align:center;
  box-sizing:border-box;
  -webkit-box-sizing:border-box; display:none;
  }
  
  @media only screen and (max-width:1000px) {
  .btn3{ display:block}
  body { padding-bottom:50px}
  
  }
.menu_d{position:relative;
    float:left;
    width:25%;
    height:50px;
    line-height:22px;
    background:#ee0000;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#ee0000));
background-image: -webkit-linear-gradient(top, #ee0000, #ee0000);
background-image: linear-gradient(to bottom, #ee0000, #ee0000); 
    border-right:0px solid #0D6C37;
    box-sizing:border-box; padding-top:2px;
    -webkit-box-sizing:border-box; color:#fff}
.menu_d:last-child{border-right:none;}
.new-sub{position:absolute;
      bottom:53px;
      z-index:999999999;
      width:100%;
       box-sizing:border-box;
      -webkit-box-sizing:border-box;display:none;}
.new-sub ul{margin:0; background: #fff; padding: 0px 6px; border: 1px solid #ccc;   border-radius: 5px;margin-bottom:10px;overflow:hidden; }
.new-sub li{
        background:#fff;padding:8px 0px;
        float:none; font-size:13px;
        box-sizing:border-box; width:100%;
        -webkit-box-sizing:border-box;
        border-bottom:1px solid #ccc;  list-style:none;overflow:hidden;word-break:break-word }
		.new-sub li:last-child{ border-bottom:0px solid #ccc;}
.new-sub li a{display: inline;
          line-height:18px;word-break:break-word;
          color:#333;
          border:none;
          text-align:center;
          font-size:13px;overflow:hidden;}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #ac0000;border-bottom:5px solid #ac0000;opacity:.8;}
.bt-name{font-size:14px;color:#fff;}
.bt-name img{ width:auto; height:19px; vertical-align:middle}
.bt-name a{display:block;font-size:14px;color:#fff;}
.bt-name a:hover{color:#fff;}
.new-sub .tiggle{
	width:0px;
      height:0px;
      position:absolute;
      left:50%;
      margin-left:-10px;
      bottom:0px;
      border-top:10px solid #ccc;
      border-left:10px solid transparent;
      border-right:10px solid transparent;
      z-index:199;
  }
  .new-sub .innertiggle{
  	width:0px;
      height:0px;
      position:absolute;
      left:50%;
      margin-left:-9px;
      bottom:2px;
      border-top:9px solid #fff;
      border-left:9px solid transparent;
      border-right:9px solid transparent;
      z-index:200;
  }
  @media only screen and (max-width:330px) {  
  .bt-name a{display:block;font-size:12px;color:#fff;}
  .bt-name{font-size:12px;color:#fff;}
  }




.jm_Animation{
	animation:Stressscale 4s linear infinite !important;
	-webkit-animation:Stressscale 4s linear infinite !important;
	-o-animation:Stressscale 4s linear infinite !important;
	-moz-animation:Stressscale 4s linear infinite !important;
}
 @keyframes Stressscale {
	0% {
		transform: scale(1);
	}
	12.5% {
		transform: scale(1.05);
	}
	25% {
		transform: scale(1);
	}
	37.5% {
		transform: scale(1.05);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
  }
  @-webkit-keyframes Stressscale {
	0% {
		-webkit-transform: scale(1);
	}
	12.5% {
		-webkit-transform: scale(1.05);
	}
	25% {
		-webkit-transform: scale(1);
	}
	37.5% {
		-webkit-transform: scale(1.05);
	}
	50% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
	}
  }
  @-o-keyframes Stressscale {
	0% {
		-o-transform: scale(1);
	}
	12.5% {
		-o-transform: scale(1.05);
	}
	25% {
		-o-transform: scale(1);
	}
	37.5% {
		-o-transform: scale(1.05);
	}
	50% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(1);
	}
  }
  @-moz-keyframes Stressscale {
	0% {
		-moz-transform: scale(1);
	}
	12.5% {
		-moz-transform: scale(1.05);
	}
	25% {
		-moz-transform: scale(1);
	}
	37.5% {
		-moz-transform: scale(1.05);
	}
	50% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(1);
	}
  }



