@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body { font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif; color: #333; font-size: 13px; }
.apple-banner { width: 100%; height: 300px; overflow: hidden; }
.apple-banner .swiper-container { margin-top: -40px; width: 100%; height: 400px; }
.swiper-button-prev, .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; }
.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }
/*分页器*/
/*.apple-banner .swiper-pagination { top: auto; bottom: 50px; background: none; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 50px; height: 30px; margin: 0 3px; cursor: pointer; background: none; border-radius: 0; opacity: 1; }
.apple-banner .swiper-pagination-bullet span { width: 50px; height: 2px; display: block; background: rgba(128,128,128,0.2); }
.apple-banner .swiper-pagination-bullet-active span { background: gray; }
*/.apple-banner .autoplay .swiper-pagination-bullet-active span { background: rgba(128,128,128,0.2); }
.apple-banner .swiper-pagination-bullet i { background:#b59250; height: 2px; transform: scaleX(0); transform-origin: 0; display: block; }
.apple-banner .autoplay .firsrCurrent i { transition: transform 2.9s linear; transform: scaleX(1); }
.apple-banner .autoplay .current i { transition: transform 4s linear; transform: scaleX(1); }
.apple-banner .autoplay .replace span { background: #b59250; }
/*内容样式*/

.slide1 { background: #f3f3f3 url("../img/01.jpg"/*tpa=http://www.whhongtong.com/web1/img/01.jpg*/) no-repeat; }
.slide1 .title { text-align: center; margin-top: 100px; font-size: 30px; font-weight: normal; color: #fff; }
.slide2 { background: #f3f3f3 url("../img/02.jpg"/*tpa=http://www.whhongtong.com/web1/img/02.jpg*/) no-repeat center; }
.slide2 .title { padding-top: 100px; text-align: center; }
/*.slide2 h2 { bottom: 100px; text-align: center; font-size: 30px; font-weight: normal; position: absolute; width: 100%; }
*//*.slide3 { background: #f3f3f3 url(../img/02.jpg) no-repeat center 110%;	background-size: auto 100%;}
.slide3 .title { text-align: center; margin-top: 100px; font-size: 40px; font-weight: normal; }
*/