.topimg {

    z-index: 0; width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;}

.topimg .slick-list li {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 410px;
  }
.topimg .slick-list li img {
width: 100%;
   
  }


 .topimg .arrow {
  position: absolute;
  top: 230px;
  width:80px;
  height:80px;
      text-align: center;
      cursor: pointer;
      z-index: 1000; background:url(../images/aw.png) no-repeat;}

.topimg .arrow.pre {
  background-repeat: no-repeat;
  background-position: 0px 0;
  left:100px;}
.topimg .arrow.next {
  background-repeat: no-repeat;
  background-position: -80px 0;
   right:100px; }
.topimg .slick-dots {

      position: absolute;

      bottom: -40px;

      text-align: center;

      z-index: 1000; }

.topimg .slick-dots li {

display: inline-block;

width: auto;

float: none;

vertical-align: middle; }

.topimg .slick-dots li button {

background: #fff;

border: 0 none;

border-radius: 7px;

cursor: pointer;

display: block;

font-size: 0;

height: 12px;

line-height: 0;

margin: 0 5px;

outline: medium none;

padding: 0;

width: 12px; }

.topimg .slick-dots li.slick-active button {

background: #922a21; }

.topimg .slick-dots {

bottom:20px; left:45%; text-align:center;}

.topimg .slick-list li h3 {

font-size:32px;

color: #fff;

position: absolute;

bottom: 80px;

right: 100px;

line-height: 1.5em;

text-shadow: 2px 2px 0px #000;

text-align: right;

max-width: 70%; 

}