@charset "utf-8"; /* CSS Document */ /* * @description 网站通用样式、欢迎页样式 * @author GuoR * @Date 2016/5/11 */ /*通用样式*/ *{margin:0; padding:0;} body{margin:0;padding:0;font-size:12px;font-family:"宋体";min-width:1007px;} ul,ol,dl{list-style:none;} img{border:none;} a{text-decoration:none} form,input{vertical-align:middle;margin:0;padding:0;border:0;} i{ font-style:normal;} /*通用头部样式*/ .HY{display:block;width:100%;height:147px;background:url(../images/top.jpg) no-repeat top center;} .nav{width:100%;height:53px;background:url(../images/navM.jpg) no-repeat top center;} .navM{width:1007px;margin:0 auto;} .navM li{float:left;margin:0 21px 0 5px;} .navM li a{display:inline-block;height:53px;vertical-align: middle;font-family:"微软雅黑";font-size:20px;line-height:52px;color:#FFF;} .navM li:hover a{background:url(../images/navMM.png) no-repeat top center;} .navM li b{display:inline-block;width:11px;height:53px;vertical-align: middle;} .navM li:hover .navL{background:url(../images/navML.png) no-repeat top center;} .navM li:hover .navR{background:url(../images/navMR.png) no-repeat top center;} .navM .navMM a{background:url(../images/navMM.png) no-repeat top center;} .navM .navMM .navL{background:url(../images/navML.png) no-repeat top center;} .navM .navMM .navR{background:url(../images/navMR.png) no-repeat top center;} /*通用底部样式*/ .bottom{height:116px;padding-top:50px;width:100%;background:url(../images/bottomBJ.jpg) no-repeat top center;color:#FFF;text-align:center;font-size:15px;line-height:26px;} /*欢迎页*/ #div a{display:block;width:100%;height:100%;} #div a img{display:block;width:100%;height:100%;} /*分页样式*/ .tanchuMB{text-align:center;margin-top:12px;height:34px;line-height:32px;clear:both;} .tanchuMB li{display:inline-block;*display:inline;*zoom:1;margin:0 6px;color:#FFF;vertical-align:middle;} .tanchuMB li a{background:url(../images/fenyeHGZQ.png) repeat-x;color:#FFF;display:block;height:100%;border-radius:9px;-moz-border-radius:9px;padding:0 10px;position:relative;max-width:48px;overflow:hidden;} .tanchuMB li a:hover{background:url(../images/fenyeHGZH.png) repeat-x;} .tanchuMB .tanchuMBM a{font-size:16px;font-weight:900;} .tanchuMB li a b{width:6px;height:32px;position:absolute;top:0;} .tanchuMB li a .tanchuZUO{left:0;background:url(../images/fenyebjzuoQ.png) no-repeat top left;} .tanchuMB li a:hover .tanchuZUO{background:url(../images/fenyebjzuoH.png) no-repeat top left;} .tanchuMB li a .tanchuYOU{right:0;background:url(../images/fenyebjyouQ.png) no-repeat top right;} .tanchuMB li a:hover .tanchuYOU{background:url(../images/fenyebjyouH.png) no-repeat top right;} .tanchuMB li .tanchuMBH{background:url(../images/fenyeHGZH.png) repeat-x;} .tanchuMB li .tanchuMBH .tanchuZUO{background:url(../images/fenyebjzuoH.png) no-repeat top left;} .tanchuMB li .tanchuMBH .tanchuYOU{background:url(../images/fenyebjyouH.png) no-repeat top right;}