html {
    font-size: 62.5%;
  }
  body {
    margin: 0 auto;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, "Helvetica";
    background: #fff;
  }
  * {
    box-sizing: border-box;
  }
  /**:hover{
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
  }*/
  img {
    border: 0;
    max-width: 100%;
  }
  p {
   
  }
  
  a {
    color: #333;
    text-decoration: none;
    transition: 0.5s all ease;
  }
  a:hover {
    text-decoration: none;
    outline: none;
    color: #000;
  }
  a:focus {
    outline: none;
    text-decoration: none;
    color: #666;
  }
  :focus {
    outline: none;
  }
  html,
  ul,
  li,
  ol,
  dl,
  dd,
  dt,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  fieldset,
  legend,
  img {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  ul,
  ol,
  li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  em {
    font-style: normal;
  }
  b {
    font-weight: bold;
  }
  .clearfix {
    content: '';
    display: block;
    clear: both;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .hidden {
    display: none !important;
  }
  .show {
    display: block;
  }
  .block {
    display: block;
  }
  .aling-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  /*��������ʽ*/
  /**::-webkit-scrollbar {
      width: 8px;
      height: 4px;
  }
  
  *::-webkit-scrollbar-thumb {
      border-radius: 15px;
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
      background: #ffaa19;
  }
  
  *::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      border-radius: 0;
      background: rgba(0,0,0,0.1);
  }*/
  input[type="radio"] + label::before {
    content: "\a0";
    /*�����пո�*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    text-indent: .15em;
    line-height: 1;
    box-sizing: border-box;
  }
  input[type="radio"]:checked + label::before {
    background-color: #108ecb;
    background-clip: content-box;
    padding: .2em;
    box-sizing: border-box;
    border-color: #108ecb;
    width: 1em;
    height: 1em;
  }
  input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  .flex-center {
    display: flex;
    display: inline-flex;
    justify-content: center;
  }
  .flex-between {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
  }
  .flex-around {
    display: flex;
    display: inline-flex;
    justify-content: space-around;
  }
  .ContaineM {
    width: 1024px;
    margin: 0 auto;
  }
  .header{
      box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
  }
  .headertop{
      width: 100%;
      display: flex;
      display: inline-flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: center;
padding:10px 0 6px 0;
  }
  .headertop .logo{
    width: 30%;
    
}
.headertop .MenuBox{
    width: 70%;
    text-align:right;
}
.headertop .MenuBox .toptool{
    display: flex;
      display: inline-flex;
      display: -webkit-flex;
      justify-content: flex-end;
      align-items: center;

}
.headertop .MenuBox .toptool .search{
    margin-right: 15px;
    width: 120px;
    position:relative;
}
.headertop .MenuBox .toptool .search .inp_sty1{
    width: 100%;
    border:1px #e8e8e8 solid;
    border-radius: 30px;
    padding: 5px 10px 5px 25px;
    margin-right: 15px;
    height: 22px;
    box-sizing: border-box;
    font-size:10px;
  color:#666;
}
.headertop .MenuBox .toptool .search .inp_sty2{
      background: url(../images/search.png) no-repeat 8px center;
    left: 0;
    top:3px;
    border: none;
    cursor: pointer;
    background-size: 13px 13px;
    position: absolute;
}
.headertop .MenuBox .toptool  .language a{
    color:#a2a2a2;
    font-size: 14px;
}
.menuflex{
    padding: 10px 0 0px; 
    position: relative;
}
.menuflex > ul{
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}
.menuflex > ul > li{
    padding-left: 30px;
    /*border-bottom: 3px #fff solid;*/
    padding-bottom:10px;
}
.menuflex > ul > li > a{
    color: #d72b2d;
    font-size: 16px;

}
.menuflex > ul > li:hover{
cursor: pointer;}

.menuflex > ul > li > a.active, .menuflex > ul > li > a:hover{
    /*border-bottom: 3px #d72b2d solid;*/
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    position:relative;
	cursor: pointer;
}
.menuflex > ul > li > a.active:after,.menuflex > ul > li > a:hover:after{
content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    border-width: 0px 8px 8px;
    border-color:  transparent transparent #d72b2d;
    border-style: solid;
    top: 100%;
  display: block;
  bottom: 0px;
}

.menuflex > ul > li:hover .downmenu{
    display:block;
                transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
}
.downmenu{
    width: 580px;
    position: absolute;
    top: 45px;
    right: 0;
    background: rgba(255,255,255,.98);
    box-sizing: border-box;
    z-index: 11;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    height: auto;
    display: none;

}
.downmenu > ul{
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 20px 30px;
    box-sizing: border-box;
    flex-wrap:wrap;
}
.downmenu > ul > li{
    width: calc(100%/3);
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom:10px;
    color: #333;
    transition: all 0.5s;
}
.menuflex > ul > li:last-child > .downmenu > ul > li{
    width: calc(100%);
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom:10px;
    color: #333;
    transition: all 0.5s;
}
.menuflex > ul > li:nth-last-child(3) > .downmenu{
 font-size: 15px;
    color: #333;
    width: 30%;
    border: 0px;
    font-weight: 500;
	right:70px;
}
.menuflex > ul > li:nth-last-child(3) > .downmenu > ul > li{
    width: calc(100%);
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom:10px;
    color: #333;
    transition: all 0.5s;
}
.downmenu > ul > li > a{
    font-size: 15px;
    color: #333;
    display: block;
    width: 100%;
    border: 0px;
    font-weight: 500;
}
.downmenu > ul > li > a:hover{
   
    color: #e00102;
}
.downmenuTwo{
    width: 100%;
}
.downmenuTwo > li >a{
    font-size: 12px;
    color: #999;
}
.downmenuTwo > li >a:hover{
    color: #e00102;
}
.titlemodel{
    text-align: center;
    margin: 70px auto 20px;
    color: #e92026;
    font-size: 30px;
    letter-spacing: 30px;
    font-family:"FZZongYi-M05S" ;
}
.productitemTitle{
    font-size:17px;
    color:#434343;
    padding:10px 0;
    width:100%;
    text-align:center;
    margin-top:200px;
}
.productitemTitle a{
    display:block;
    width:100%;
    color:#434343;  
    font-weight:bold;
    letter-spacing:5px;
}
.product{
    width: 100%;

}
.productList{
    width: 100%;
    display:flex;
    display:inline-flex;
    display:-webkit-flex;
    justify-content:space-between;
    align-items:flex-start;
}
.productList .productitem{
    width:336px;
    position:relative;
    height:300px;
  /*  margin-left:-1px;  
      border:1px #695f5d solid;*/
      box-sizing:border-box;
}

.productitem .productimgbg{
    width:100%;
        transition:all 0.1s;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
}

.productList .productitem:hover{
    cursor:pointer;
}

.productitem .productimgbg img{
    width:100%;
  height:auto;
  border:0;
  padding:0;
  margin:0;
}
.productitem .productimgbg p{
    width:100%;
        transition:all 0.1s;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    position:absolute;
    left:10px;
    bottom:10px;
    z-index:12;
    text-align:left;
    color:#fff;
    font-size:12px;
}
.productList .productitem:hover .productimgbg p{
   display:none;
}
.productitem .productimginfo{
    /*display:none;*/
    opacity:0;
     width:100%;
        height:100%;
            position:absolute;
    left:0;
    top:0;
    z-index:15;
    /*background:rgba(0,0,0,0.05);*/
       /*display:flex;
   display:inline-flex;
   justify-content:center;
   align-items:center;*/
       overflow:hidden;
}
.zzh{

     transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;    

    border:1px rgba(225,5,19,0.8) solid;
    margin:100px auto;
    padding:5px;
    box-sizing:border-box;
    background:rgba(0,0,0,0.3);
    opacity:0;   
}
    .productitem .productimginfo.active .zzh {
       width:220px;
       opacity:1;

    height:90px;
    }
        .productitem .productimginfo.active .zzh h3{
font-size:15px;
font-weight:bold;
text-align:center;
    }
.productitem .productimginfo.active {
    display:block;
        opacity:1;
     /*background:rgba(0,0,0,0.4);*/

}

.productitem .productimginfo.active .topxian{
    position:absolute;
left: 94px;
    top: 62px;
    background: url(../Images/top.png) no-repeat 0 0;
    z-index: 20;
     width:49px;height: 39px;
     animation:topxianmove 2s ;/*infinite*/
-webkit-animation:topxianmove 2s ; /*Safari and Chrome*//*infinite*/
}
@keyframes topxianmove
{
from {left: 137px;
    top: 0px;opacity:0;}
to {left: 94px;
    top: 62px;opacity:1;}
}

@-webkit-keyframes topxianmove /*Safari and Chrome*/
{
from {left: 137px;
    top: 0px;opacity:0;}
to {left: 94px;
    top: 62px;opacity:1;}
}
.productitem .productimginfo.active .botxian{

    position: absolute;
left: 200px;
    bottom: 60px;
    background: url(../Images/bot.png) no-repeat 0 0;
    z-index: 20;
    width:35px;height: 28px;
         animation:botxianmove 2s ;/*infinite*/
-webkit-animation:botxianmove 2s; /*Safari and Chrome*//*infinite*/
}
@keyframes botxianmove
{
from {left: 95px;
    bottom: 0px;opacity:0;}
to {left: 200px;
    bottom: 60px;opacity:1;}
}

@-webkit-keyframes botxianmove /*Safari and Chrome*/
{
from {left: 95px;
    bottom: 0px;opacity:0;}
to {left: 200px;
    bottom: 60px;opacity:1;}
}
.productitem .productimgbg:hover {
    transition:all 0.7s;
    -webkit-transition:all 0.7s;
    -moz-transition:all 0.7s;
    -o-transition:all 0.7s;
    cursor:pointer;
}
.productitem .productimginfo h3 a{
    font-size:16px;
    color:#fff;
}
.productimginfo--list{
    width:100%;
    display:flex;
    display:inline-flex;
    justify-content:flex-start;
    width:100%;
    flex-wrap:wrap;
}
.productimginfo--list li{
    width:50%;
    /*text-align:center;*/
    text-align:left;
}
.productimginfo--list li a{
    color:rgba(255,255,255,.8);
    display:block;
    font-size:12px;
}
.productimginfo--list li a:hover{
    color:#fff;
}
.solutionList{
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    /*margin-bottom: 40px;*/
}
.solutionList .solution-tab-title{
    width: 125px;
    background: #e6e6e6;
}
.solutionList .solution-tab-title ul li{
    width: 100%;
   

}
.solutionList .solution-tab-title ul li a{
   text-align: center;
   font-size: 16px;
   color: #656364;   
    background: #e6e6e6;
    display: block; height: 55px;
    box-sizing: border-box;
    line-height: 55px;
    font-weight:bold;
}
.solutionList .solution-tab-title ul li.active a,.solutionList .solution-tab-title ul li:hover a{
    color:#E31E26;
    background: #fefefe;
    border-bottom: 3px #dd2726 solid;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
}
.solutionList .solution-tab-content{
width: 870px;
}
.solutionitem{
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}
.solutionitem.active{
    opacity: 1;
}
.solutionitem .solutionitemlist{
    width: 160px;
    overflow:auto;
    max-height:275px;
    line-height: 27px;
    font-size: 14px;
    color: #555;
}
.solutionitem .solutionitemlist a{
    color: #555;
}
.solutionitem .solutionitemlist a:hover{
    color: #333;
}
.solutionitem .solutionitemimg{
    width:683px;
    flex-shrink:1;
    flex-basis:1;
    margin:0;
    padding:0;
    border:0;
}
.solutionitem .solutionitemimg img{
    width: 683px;
    height: 270px;
    border:0;
    display:block;
}

/*  product banner  */
.focus{ position:relative; width:335px; height:200px; background-color: #000; float: left;}  
.focus img{ width: 335px; height: 200px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:30px; line-height:30px;
                background-image: linear-gradient(to right,rgba(224,39,45,1) 0, rgba(224,39,45,0) 80%);
display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:14px; overflow:hidden; margin-left:14px;}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:4px; right:10px; position:absolute; height:20px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:8px; height:8px; border-radius:1px; margin:0 5px;color:#b4b4b4;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#b4b4b4; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#e0232b;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(/Images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  
/*  product banner  */

footer{
    width:100%;
    background:url(../Images/footer_bg.jpg) repeat-x 0 0;
    height:120px;
    text-align:center;
    color:#fff;
    padding:20px 0;
    box-sizing:border-box;
}
footer .footertop a{
    color:#fff;
    font-size:16px;
    padding:0 10px;
    font-weight:bold;
    
}
footer .footerbottom{
   text-align:center;
    font-size:14px;
    line-height:26px;
        margin-top:10px;
}
footer .footerbottom p{
   text-align:center;
    font-size:14px;
    line-height:26px;
}

.NewsList{
    width:100%;
    display:inline-flex;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:25px;
}
.NewsList .NewsList-big{
    width:684px;
    display:inline-flex;
    display:-webkit-flex;
    display:flex;
    justify-content:flex-start;
    align-items:stretch;
}
.NewsList .NewsList-big  .NewsList-big-img a,.NewsList .NewsList-big .NewsList-big-des a{
   display:block;
   width:100%;
   height:100%;

}
.NewsList .NewsList-big .NewsList-big-img{
    width:345px;
    height:195px;
}
.NewsList .NewsList-big .NewsList-big-img img{
    width:345px;
    height:195px;
}
.NewsList .NewsList-big .NewsList-big-des{
    background:#e6e6e6;
    width:344px;
    padding:10px 15px 10px 15px;
    box-sizing:border-box;

}
.newsMore{
    font-size:12px;
    color:#e00102;
    text-align:left;
}
/*.NewsList .NewsList-big .NewsList-big-des .bigdestitle{
   font-size:15px;
   font-weight:bold;
   color:#454442;
   line-height:22px;
   height:66px;
   overflow:hidden;
   margin-bottom:8px;
   text-align: left;
}
.NewsList .NewsList-big .NewsList-big-des .bigdesinfo{
   font-size:14px;
   color:#5d5d5d;
   line-height:22px;
   height:66px;
   overflow:hidden;
}*/
.newsList-info{
    width:100%;
    text-align:left;
}
.newsList-info li{
margin-bottom:5px;
   background:url(../Images/sanjiao.png) no-repeat left 6px;
   padding-left:15px;

}
.newsList-info li a  h3{
font-size:15px;
color:#db0716;
font-weight:bold;
line-height:20px;
}
.newsList-info li a  span{
font-size:12px;
color:#848484;
padding-left:10px;
font-weight:normal;
}
.newsList-info li a  p{
font-size:14px;
color:#454545;
height:24px;
line-height:24px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.NewsList .NewsList-small{
    width:320px;
}

.NewsList-small .NewsTextListItem {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
}
.NewsList-small .NewsTextListItem .NewsTextListDate {
  width: 50px;
  height:50px;
  background:#df252a;
  padding: 5px 5px;
  color:#fff;
  box-sizing: border-box;
  text-align: center;
  margin-right:10px;
}
.NewsList-small .NewsTextListItem .NewsTextListDate dl {
    line-height: 20px;
}
.NewsList-small .NewsTextListItem .NewsTextListDate dl dt {
  font-size: 16px;
}
.NewsList-small .NewsTextListItem .NewsTextListDate dl dd {
  font-size: 14px;
}
.NewsList-small .NewsTextListItem .NewsTextListInfo {
  width:255px;
  box-sizing: border-box;
}
.NewsList-small .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
  font-size: 14px;
  max-height: 50px;
  line-height: 25px;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 3px;
  color: #000000;
  color:#534f50;
  text-align: left;
}
.NewsList-small .NewsTextListItem:hover .NewsTextListDate {
  cursor: pointer;
  background: #870102;
}
.NewsList-small .NewsTextListItem:hover .NewsTextListInfo a {
  color: #870102;
}

.NewsList-small .NewsTextListItem:nth-child(3){
    margin-bottom:0;
}
.newsMore a{
    color:#de272b;
    font-size:12px;
    line-height:26px;
    text-align: left;
}
.newsMore a:hover{
    color:#870102;
}
.layer{
  display:none;
}
.layerBox{
    width:100%;
    height:100%;
    /* display:none; */
    background:rgba(0,0,0,.85);
    position:fixed;
    left:0;
    top:0;
    z-index:100;
}
.layerBox .ak_layer{
    width:480px;
    background:#fff;
    padding:0 15px;
    border-radius:20px;
    box-shadow:0 0 10px 2px rgba(255,255,255,.3);
    margin:100px auto auto;
}
.ak_layer_title{
    width:100%;
    height:40px;
    line-height:40px;
    border-bottom:1px #f7f7f7 solid;
    padding-left:15px;
    font-size:16px;
    color:#e00102;
    text-align:left;
}
.ak_layer_content{
    width:100%;
    padding:5%;
    text-align:left;
    box-sizing:border-box;
}
.ak_layer_content .k_layer_list{
    width:100%;

}
.ak_layer_content .k_layer_list li{
    width:100%;
    padding:10px 0;
    margin-bottom:10px;
    display:flex;
    display:inline-flex;
    display:-webkit-flex;
    justify-content:flex-start;
    align-items:center;
}
.ak_layer_content .k_layer_list li label{
    width:20%;
padding-right:20px;
box-sizing:border-box;
font-size:16px;
color:#333;
text-align:right;
}
.ak_layer_content .k_layer_list li  .k_layer_input{
    width:80%;
    border:1px #f7f7f7 solid;
    border-radius:3px;
    height:36px;
    line-height:36px;
    padding:0 15px;
    box-sizing:border-box;
    font-size:14px;
    color:#787878;
}
.k_layer_but{
    text-align:center;
    padding:30px 0;
        display:flex;
    display:inline-flex;
    display:-webkit-flex;
    justify-content:center;
    align-items:center;
}
.k_layer_but .k_layer_buttton{
    background:rgba(0, 0, 0, 0.2);
    border:1px #ccc solid;
    width:60px;
    height:34px;
    line-height:34px;
    border-radius:3px;
    margin:0 15px;
    font-size:15px;
    text-align:center;
    color:#333;
}
.k_layer_but .k_layer_buttton.active{
    background:#e00102;
    color:#fff;
    border:1px #e00102 solid;
    cursor:pointer;

}
.k_layer_but .k_layer_buttton.active:hover,.k_layer_but .k_layer_buttton:hover{
opacity:0.8;
}
.ak_layer_close{
    width:32px;
    height:32px;
    margin:20px auto;
    display:block;
    cursor:pointer;
}
.blue{
    cursor:pointer;
}
.morelink{
    width:100%;
    text-align:center;
    background:#f7f7f7;
    padding:10px 0;
    position:absolute;
    top:0;
    left:0;
}
.morelink.fixed{position:fixed;top:0px;padding-left:70px;}
.mkheight{
    height:70px;
}
.morelink:after{
    content:'';
    height:50px;
    position:absolute;
}
.morelink a{ 
 padding:10px 15px;
 border-right:1px #f7f7f7 solid;
 color:#333;
}
.morelink a:hover,.morelink a.active{ 
 color:#fff;
 background:#c62721;
}
.morelink a:last-child{ 
 border-right:0;
}