/* CSS Document */
@import "rubik.css";
*{ margin:0px; padding:0px;}
body {
font-size:12px;
cursor:default;}
ul li{ list-style:none;}
.wrap{width:1350px; margin:0 auto;}
.top1{background:#a82328;height:38px; line-height:38px;color:#fff;font-size:14px;}
.lanmubg{ background:url(img/lmbg.jpg) top center no-repeat; height:380px;}
.clear{clear:both;}
.fl{float:left}
.fr{float:right;}
a:link{ color:#333; text-decoration:underline;}
a:hover{ color:#CB2B1D;}
a:visited{color:#333;}
.mainlogo{padding-top:10px;padding-bottom:10px;}
.mainmenu{ width:880px;padding-left:30px; padding-top:30px;}
.banquan{ background-color:#a82328; line-height:45px; text-align:center; color:#fff; font-size:14px;}

.footbg{ background: url(img/footbg1.jpg) top center; height:298px;}
.footinfo{ text-align:left;color:#fff;font-size:18px; line-height:45px; float:left;}
.footma{ float:right; width:180px; font-size:16px; color:#fff;padding-top:20px;text-align:center; line-height:45px;}



.top1 .fr a{color:#fff;text-decoration:none;}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 58px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius:6px;
  background: #CCC url(img/dock-goTop.png) no-repeat center 50%;
  background-size:40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.menubg{ background-color:#A82328;}
.mainmenu2{ width:1348px;}