@charset "utf-8";
ul,li{margin:0;padding:0;-webkit-text-size-adjust:none}
ul, ol, li{list-style-type:none;vertical-align:0}

/* 效果CSS开始 */
.mod18{width:1000px;position:relative;margin:0 auto;overflow: hidden;}
.mod18 .btn1{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:10px;background:url(../styles/images/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:180px;width:32px;height:48px;}
.mod18 #prev,.mod18 #next{top:530px;width:10px;height:16px;}
.mod18 #prevTop{background:url(../styles/images/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../styles/images/nextBtnTop.png) 0 0 no-repeat;}
.mod18 .next{right:10px;background:url(../styles/images/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:850px;height:450px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:850px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:center;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:1000px; height:450px; padding-left:75px; padding-right:76px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:450px;position:absolute; left:0;}
.mod18 .picBox li{padding-left:75px; padding-right:1px; width:1000px;height:450px;}
.mod18 .picBox li img{width: 100%;height: 450px;}

.mod18 .listBox{width:900px;height:160px;margin:0 auto;position:relative; padding-top:15px;overflow:hidden;}
.mod18 .listBox ul{height:145px;position:absolute; padding-left:12px;}
.mod18 .listBox li{width:225px;height:145px;cursor:pointer;position:relative; padding:5px 0 0 0;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:220px;height:100px;}
.mod18 .listBox img{border:3px solid #fff;width:200px;height: 120px;}
.mod18 .listBox .on img{border:3px solid #CECDCC;}
.mod18 .listBox .on{background:url(../images/img_bg.jpg) center top no-repeat;}
.mod18 .listBox .on i{display:block;}


.notice-tit{
	width: 1000px;
	margin: 0 auto 20px;
    position:relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 200px;
}
.notice-tit li{
	float:left;
    width:160px;
    line-height:13px;
    text-align:center;
    overflow:hidden;
    padding:10px 0px;
    margin: 0 20px;
    height: 46px;
    font-size: 18px;
    background:url(../styles/images/bg_case2.png) top no-repeat;
    color: #fff;
}
.notice-tit li:hover{
    font-weight:bolder;
    background:url(../styles/images/bg_case.png) no-repeat;
    color: #fff;
}
.notice-tit li.select{
    font-weight:bolder;
    background:url(../styles/images/bg_case.png) no-repeat;
}
.notice-tit li.select{
    color:#fff;
}
.ny_case_main{
    margin-top: 15px;
}
.ny_case_main .nav_title{
    padding:5px 10px;
    font-size: 14px;
    background: #00a5f5;
    color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #00a5f5;
}
.ny_case_r{
   border: 1px solid #ddd;
   padding:5px 0px;
}
.ny_case_r li{
    padding:5px 10px 5px 20px;
    list-style-type:decimal;
    list-style-position: inside;
}