/* CSS Document */

/*首页*/
.wap-index{position:relative;margin:0px auto;width:100%; display:block; clear:left}
.scroll{width:320px;height:160px;position:relative;overflow:hidden;margin:0px auto}
.mod_01{float:left;width:320px;}
.mod_01 img{display:block;width:320px;height:160px}
.dotModule_new{padding:0 5px;height:11px;line-height:6px;-webkit-border-radius:11px;backg round:rgba(45,45,45,0.5);position:absolute;bottom:10px;left:146px;z-index:11;}
#slide_01_dot{text-align:center;margin:3px 0 0 0;}
#slide_01_dot span{display:inline-block;margin:0 3px;width:5px;height:5px;vertical-align:middle;background:#f7f7f7;-webkit-border-radius:5px;}
#slide_01_dot .selected{background:#FBAD48;}

#slider-simple{width:100%;text-align:center;margin:0px auto;}
.swiper-container,.swiper-slide,.swiper-wrapper,.swiper-container-v{width:100%;height:100%;margin:0px auto;}
.swiper-slide{background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;overflow:hidden;position:relative;}
.swiper-slide img{width:100%;vertical-align:top}
.swiper-pagination{width:100%;}
.swiper-pagination .swiper-pagination-bullet{backgro und:#000;}
.swiper-pagination .swiper-pagination-bullet-active{background:#FBAD48;}

#wap-menu{width:100%; display:block;padding:18px 0px 0px 0px;height:150px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
/*三栏布局这种是采用float margin方式
.wap-class{width:33.3%;border-right:1px dotted #bbb;height:100%; float:left; text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-width:33.3%;-moz-width:33.3%}
*/
/*三栏布局这种是采用css3中的盒子模型*/
#wap-menu{display:-webkit-box;display:-moz-box;}
.wap-class{border-right:1px dotted #bbb;padding-top:7px;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-flex:1;-moz-box-flex:1;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;}
.wap-class-right{border:none;}

.wap-class .wap-box{height:70px;width:70px;border-radius:80em;-webkit-border-radius:80em;-moz-border-radius:80em;margin:0px auto; display:block;background:url(../images/icon1.png) center #FBAD48 no-repeat}
.wap-class .boxcol2{background:url(../images/icon2.png) center #7EC867 no-repeat}
.wap-class .boxcol3{background:url(../images/icon3.png) center #3AB0E0 no-repeat}
.wap-class a{font:normal normal bold 16px Microsoft Yahei;color:#444; display:block;padding:6px 0px;}
.wap-class span{ display:block;margin:0px auto;padding:10px 10px 0px;}

/* index-news */
#wap-news{width:100%;padding:0px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:boder-box;margin-top:20px}
#wap-news #index-news{border:1px dotted #aaa; border-left:none;border-right:none; text-align:left;overflow:hidden;height:35px;margin:0px 13px}
#wap-news #index-news div{height:35px;overflow:hidden;}
#wap-news #index-news a{display:block;font-size:13px;padding:7px 4px 7px 8px; line-height:150%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/* index-part */
#wap-part{width:100%;padding:0px 13px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:boder-box;/*表示padding都含在了width:100%之内*/margin-top:6px;}
#wap-part .pbox{ border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #EAEAEA;height:42px;width:49%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:boder-box;background:-webkit-gradient(linear, 0 100%, 0 0, from(#f5f5f5), to(#fff));
           -webkit-background-origin: padding; -webkit-background-clip: content;-moz-background-origin: padding; -moz-background-clip: content;margin-top:12px;}
#wap-part .pleft{ float:left;}
#wap-part .pright{ float:right}
#wap-part a{ display:block; line-height:40px;padding:0px 0px 0px 9px; fo nt-family:"宋体"; font-size:15px}
#wap-part a img{ vertical-align:2px;margin-right:2px}



