@charset "utf-8";


/*!* reset *!*/
/*!*body{font:12px/18px arial,sans-serif;color:#585858;}*!*/

/*!*body,div,p,span,form,iframe,table,td,th,input,textarea,button,label,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}*!*/
/*!*h1,h2,h3,h4,h5,h6{font-size:100%; }*!*/
/*!*ul,ol,li,dl{list-style-type:none;}*!*/
/*!*em,i,dfn,cite,strong,small{font-style:normal;} *!*/
/*!*img{border:0;}*!*/
/*!*fieldset,button,input,select,option{vertical-align:middle;font:12px/18px arial,sans-serif;}*!*/
/*!*table{border-collapse:collapse;border-spacing:0}*!*/
/*!*textarea{resize:none}*!*/

/*!* color *!*/

/*!* clearfix *!*/
/*.clearfix{ *zoom:1;}*/
/*.clearfix:after{display:table; line-height:0; content:""; clear:both;}*/

/*!* public.omission *!*/
/*.fl{ float:left;}            .fr{ float:right;}            .tc{ text-align:center;}      .tr{ text-align:right;} */
/*.fb{ font-weight:bold;}      .f12{ font-size:12px;}        h3{ font-weight:normal;}      .listop{ padding-top:15px;}*/
/*.mr10{ margin-right:10px;}   .mr15{ margin-right:15px;}    .mL10{ margin-left:10px;}     .mL15{ margin-left:15px;}*/
/*.mt10{ margin-top:10px;}     .mt15{ margin-top:15px;}      .mb10{ margin-bottom:10px;}   .mb15{ margin-bottom:15px;}*/


/*.weiduduan{ width:1180px; margin:50px auto 0 auto;}*/
/*#phoneCarousel{height:390px;margin:0 auto;position:relative;width:1000px;}*/
/*#phoneCarousel .arrow1{*/
    /*width:30px;*/
    /*height:50px;*/
    /*background:url(../images/bl1.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position:absolute;*/
    /*top:50%;*/
    /*margin-top:-60px;left:0;*/
    /*cursor:pointer;*/
/*}*/
/*#phoneCarousel .arrow2{*/
    /*width:30px;*/
    /*height:50px;*/
    /*background:url(../images/br.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position:absolute;*/
    /*top:50%;*/
    /*margin-top:-60px;left:0;*/
    /*cursor:pointer;}*/

/*#phoneCarousel .next{background-position:right top;left:auto;right:0;}*/
/*#phoneCarousel .arrow:hover{background-position:left bottom;}*/
/*#phoneCarousel .next:hover{background-position:right bottom;}*/
/*#stage{left:50%;margin-left:-350px;position:absolute;width:700px;height:100%;}*/
/*#stage img{display:none;}*/
/*#stage .default{display:block;left:50%;margin-left:-135px;position:absolute;}*/
/*#stage .animationReady{display:block;position:absolute;top:0;left:0;}*/


/**{margin:0;padding:0;list-style-type:none;}*/
/*a,img{border:0;text-decoration:none;}*/
/*body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}*/
/*!*background:#E1E7E8;*!*/
/*!* imageFlow *!*/
/*#imageFlow{width:1080px;height:650px;overflow:hidden;position:relative;margin:30px auto 0 auto;}*/
/*#imageFlow .diapo{position:absolute;left:-1000px;cursor:pointer;overflow:hidden;}*/
/*#imageFlow .bank{visibility:hidden;overflow:hidden;margin:600px;}*/
/*#imageFlow ul{height:20px;margin:0 auto;width:100%;text-align:center;}*/
/*#imageFlow ul li{color:#333;font-size:12px;text-align:left;margin-left:30%;height:20px;line-height:20px;overflow:hidden;width:100%;vertical-align:bottom;}*/
/*#imageFlow .text{position:absolute;left:0px;width:80px;bottom:1%;text-align:center;color:#333;font-family:verdana, arial, Helvetica, sans-serif;z-index:1000;}*/
/*#imageFlow .title{font-size:0.9em;font-weight:bold;}*/
/*#imageFlow .legend{font-size:0.8em;}*/
/*#imageFlow .scrollbar{position:absolute;left:10%;top:0;width:80%;height:16px;z-index:1;}*/
/*#imageFlow .scrollbar img{cursor:pointer;}*/
/*#imageFlow .track{position:absolute;left:-55px;width:950px;height:16px;top:0px;}*/
/*#imageFlow .arrow-left{position:absolute;left:-105px;z-index:1;margin-top: 100px;}*/
/*#imageFlow .arrow-right{position:absolute;right:-105px;z-index:1;margin-top: 100px;}*/
/*#imageFlow .bar{position:absolute;height:16px;left:25px;top:0px;cursor:pointer;}*/
/*#imageFlow .ProTi{color:#ff6600;font-weight:bold;}*/
/*#imageFlow .ProRmb{font-weight:bold;}*/
/*#imageFlow .ProMo{color:#ff6600;cursor:pointer;}*/


body,ul,li{
    margin: 0;
    padding: 0;
}
/*body{ background-color: #313131; color: white; }*/

.zy-slide{
    /* 两个 section (前一张、后一张) 要做相对定位 */
    position: relative;
    width: 1180px;
    height: 292px;
    margin: 100px auto 0;
    /*background-color: red;*/
    /* 799 - 754 = 45 */
}
.zy-slide .zy-prev,.zy-slide .zy-next{
    position: absolute;
    top: 50%;
    width: 200px;
    height: 200px;
    margin-top: -40px;
    line-height: 80px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.zy-slide .zy-prev{
    margin-top: 20px;
    left: -100px;
}
.zy-slide .zy-next{
    margin-top: 20px;
    right: -100px;
}
.zy-slide ul{
    position: relative;
    width: 1110px;
    height: 292px;

}
.zy-slide li{
    position: absolute;
    width: 0;
    height: 0;
    list-style: none;
    background-color: black;
    border-radius: 5px;
}
.zy-slide li img{
    width: 100%;
    height: 100%;
}

