 .topimg {

 }

    .topimg .slick-list li {
        max-width: 100%;
        display: block;
    }

    .topimg .arrow {
        position: absolute;
        top: 48%;
        background: #000;
        color: #fff;
        font-size: 40px;
        height: 70px;
        width: 70px;
        margin-top: -35px;
        border-radius: 50%;
        opacity: 0.5;
        filter: alpha(opacity=50);
        text-align: center;
        cursor: pointer;
        z-index: 9;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
        .topimg .arrow i {
            line-height: 65px;
        }

        .topimg .arrow.pre {
            left: 30px;
        }

        .topimg .arrow.next {
            right: 30px;
        }

        .topimg .arrow:hover {
            opacity: 0.4;
            filter: alpha(opacity=40);
        }

    .topimg .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 9;
    }

        .topimg .slick-dots li {
            display: inline-block;
            width: auto;
            float: none;
            vertical-align: middle;
        }
    .topimg .slick-list li img {
        margin: 0 auto;
        width: 100%;
    }

    .topimg .slick-dots li button {
        background: rgba(255,255,255,.9);
        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: #eb6100;
        box-shadow:0 0 2px #fff;
    }


@media screen and (max-width: 1280px) {
    .topimg {
        top: 0;
    }
}


@media screen and (max-width: 1050px) {

    .topimg .arrow {
        display: none !important;
    }



    .topimg .slick-dots li button {
        font-size: 0;
        border-radius: 6px;
        height: 10px;
        width: 10px;
        background: #fff;
    }
}

@media screen and (max-width: 1000px) {


    .topimg .slick-dots {
        display: block !important;
        text-align: center;
        bottom: 15px;
    }
}
     

     




/* This stylesheet generated by Transfonter (https://transfonter.org) on May 9, 2017 1:51 AM */
@font-face {
  font-family: 'icon';
  src: url('/App_Template/index/font/icon.eot');
  src: url('/App_Template/index/font/icon.eot#iefix') format('embedded-opentype'),
       url('/App_Template/index/font/icon.woff') format('woff'),
       url('/App_Template/index/font/icon.ttf') format('truetype'),
       url('/App_Template/index/font/icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-angle-left:before { content: '\e99b';} /* '?' */
.icon-angle-right:before { content: '\e99c'; } /* '?' */

 .topimg .slick-list li video{ width:100%; display:block;}