@charset "utf-8";
/* CSS Document */
#iSlides							{ display: block; position: relative; padding: 0; margin: 0; }
#iSlides .wrapper					{ width: 1000px; margin: 0 auto; position: relative; }
#iSlides li							{ position: absolute; top: 0; left: 0; width: 100%; height: 620px; background-position: center; background-size: cover; display: none; list-style: none; }
#iSlides .img						{ position: absolute; right: 30px; top: 280px; width: 800px; height: 420px; text-align: right; }
#iSlides .text						{ font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif; position: absolute; left: 10px; top: 80px !important; color: #fff; font-size: 16px; line-height: 2em; text-shadow: 1px 1px rgba(0,0,0,0.3); }
#iSlides .text h2					{ font: normal 56px/56px Microsoft YaHei; }
#iSlides .text a					{ display:block; width:180px; height:35px; line-height:35px; font-size:20px; font-weight:500; text-align:center; margin:30px 0 0 0; background:none; border:#FFFF00 1px solid; border-radius:36px; color:#FFFF00; text-decoration:none; text-shadow:none; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; }
#iSlides .text a:hover				{ border:#FFFF00 3px solid; }
#iSlidesCtr							{ position: absolute; width: 980px; height: 30px; margin-left: -500px; left: 50%; bottom: 20px; z-index: 1; }
#iSlidesCtr ul						{ width: 980px; height: 30px; font-size: 14px; line-height: 30px; position: relative; padding: 0 10px; margin: 0; background: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; opacity: .7; }
#iSlidesCtr li						{ display: block; float: left; width: 160px; height: 30px; cursor: pointer; text-align: center; opacity: 1; color: #000; list-style: none; font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif; }
#iSlidesCtr li.first-item			{ width: 20px; cursor: default; }
#iSlidesCtr li.last-item			{ width: 20px; cursor: default; }
#iSlidesDragCtr						{ position: absolute; top: -3px; left: 20px; width: 160px; height: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; bottom: 170px; background: #fff; opacity: 1; }
#iSlidesDragArrow					{ position: absolute; top: -3px; left: 20px; width: 160px; height: 36px; }
