/* ==========================================================================
   通用样式
   ========================================================================== */
body{ background:#f0f0f0;opacity: 0; width:100% ; height:100%;} 
ul,ol,li,h1,h2,h3,h4,h5,h6,p,dl,dd,dt{margin:0;padding:0;list-style:none;}
a{text-decoration: none;}
img{border:0;}
/*******清除浮动*********/
.clear-fix{clear: both;overflow: hidden;height: 0;font-size: 0;}
/**********小圆点****************/
.pagination{position:fixed; bottom:0;left:0;z-index: 9;width:100%;text-align:center;}
.pagination .swiper-pagination-switch{display:inline-block;margin:0 6px;/*width:8px;height:8px;*/border-radius:8px;background:rgba(255,255,255,.4);cursor:pointer;box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)}
.pagination .swiper-active-switch{background:#330f00;}
.pagination .swiper-visible-switch{}
/*********页面样式******************/

.page{width: 100%; margin:0 auto; padding:0;}

 /* 划屏样式 */
.ui-yz {overflow: hidden;width: 100%;height: 0;}
.yz-slide {position: relative;width: 100%;overflow-x:hidden;height:70%; z-index:2;}
.yz-page {position: relative;width: 100%; height:70%;}
.page div{ opacity:0;}

/*首页滑动page1*/
.page01_text01{ width: 50%;position: absolute;top: 15%;right: 26%;}
.page01_text02{ width: 50%;position: absolute;top: 25%;right: 16%;}
/*首页滑动page1 end*/

/*首页滑动page2+page03按钮*/
.page02{width: 91%;margin: 4% auto; }
.page02_text01{width: 90%;margin: 10% auto;}
.page02_text02{width: 42%;margin: 0 auto;padding-top: 5%; }
.left{ width:8%; position:absolute; top:5%; left:3%; opacity:0;}
.right{ width:8%; position:absolute; top:5%; right:3%;opacity:0;}

/*首页滑动page2+page03按钮 end*/

/*首页按钮组*/
.btns{ width:100%; height:30%;position:absolute;bottom: 0;left: 0;}
.btns img{width:100%;}
.btns div{width: 16.5%;float: left;margin-top: 5%;z-index:666;}

/*首页按钮组 end*/

@media screen and (max-height: 480px) {
	/*page02text02的样式*/
.page02_text01{width: 90%;margin: 3% auto;}
.page02_text02{width: 40%;margin: 0 auto;padding-top: 3%; }
.page02{width: 80%;margin: 4% auto; }

   /*按钮组的样式**/
.btns div{width: 16.5%;float: left;margin-top: 2%;z-index:666;}
/*首页滑动page1*/
.page01_text01{ width: 46%;position: absolute;top: 15%;right: 28%;}
.page01_text02{ width: 50%;position: absolute;top: 26%;right: 14.6%;}
/*首页滑动page1 end*/

}
