@charset "UTF-8";
/*初始化  reset*/
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5 "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;color: #666;}
ol,ul{list-style:none}
a{text-decoration:none}
fieldset,img{border:0;vertical-align:top;}
a,input,button,select,textarea{outline:none;}
a,button{cursor:pointer;}

.wrap{
    width:1144px;
    margin:70px auto;
}
.slide {
    height:265px;
    position: relative;
}
.slide li{
    position: absolute;
    left:200px;
    top:0;
}
.slide li img{
    width:100%;
    height: 100%;
}
.arrow{
    opacity: 1;
}
.prev,.next{
    width:42px;
    height:66px;
    position: absolute;
    top:50%;
    margin-top:-40px;
    background: url("../images/newPCHomepage/banner-left.png") no-repeat;
    background-size: 100%;
    z-index: 99;
}
.next{
    right:0;
    background-image: url("../images/newPCHomepage/banner-right.png");
}








