/*---------- base ---------*/
@charset 'utf-8';
html,body{font-size:13px;font-family:arial,"Microsoft YaHei",sans-serif;color:#333;background:#fff;width: 100%;float: left;}
*{padding:0px;margin:0px;}
img{border:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#333;text-decoration:none;} 
ul li{list-style:none;}
#fr{float: right;}

/* header */
.header{width: 100%;float: left;}
.header .box{height: 120px;float: left;width: 100%;background: #1686dc;padding: 0 20px;}
.header .box .l{float: left;}
.header .box .l .logo{float: left;}
.header .box .l .logo img{float: left;margin-top: 30px;}
.header .box .r{float: right;height: 30px;margin-top: 45px;}
.header .box .r .tel{float: left;color: #fff;line-height: 30px;;margin-right: 25px;}
.header .box .r .lan{float: left;color: #fff;line-height: 30px;line-height: 30px;background: #269bf5;padding:0 15px;text-align: center;border-radius: 30px 0 0 30px;font-size: 12px;}
.header .box .r .lan:nth-child(2){border-radius: 0 30px 30px 0;}
.header .box .r .lan.cur{background: #9cd4ff;color: #fff;}
@media (max-width: 768px) {
.header .box{height: 100px;padding: 0 20px;}
.header .box .l .logo img{margin-top: 30px;height: 40px;}
.header .box .r{margin-top: 35px;}
.header .box .r .lan{font-size: 12px;}
}



/* navers */
.navers{width: 100%;background: #fff;;}
.navers .box{height: 50px;float: left;width: 100%;}
.navers .box .nav{height: 50px;position: relative;float: left;width: 100%;background: url(../images/nav.png) no-repeat 0 0;}
.navers .box .nav #main_nav{z-index: 999;float: left;width: 100%;margin-bottom: 0;}
.navers .box .nav #main_nav li{float: left;list-style: none;text-align: center;}
.navers .box .nav #main_nav li:hover a{background: #fa0 }
.navers .box .nav #main_nav li:hover ul a{background: #fa0 }
.navers .box .nav #main_nav li a{display: block;font-size: 10px;color: #fff;height: 50px;line-height: 50px;background: url(../images/nav.jpg) no-repeat right center;font-size: 12px;padding: 0 18px;}
.navers .box .nav #main_nav li a:hover{color: #fff;background: #fa0;}
.navers .box .nav #main_nav li a.cur{background: #f90;color: #fff;}
.navers .box .nav #main_nav li ul{ margin: 0;position: absolute;background: #fa0;visibility: hidden;z-index: 999;width: 200px;font-size: 12px;margin-bottom: 0;}
.navers .box .nav #main_nav li ul li{float: left;width: 100%;z-index: 999; line-height: 36px;display: inline;height: 36px;text-align: left;}
.navers .box .nav #main_nav li ul li a{float: left;width: 100%;color: #fff;z-index: 999;line-height: 36px;height: 36px;font-size: 12px;padding-left: 18px;}
.navers .box .nav #main_nav li ul li a:hover{z-index: 999; color: #fff;background: #0068b7;}
@media (max-width: 768px) {
.navers{display: none;}
}

/* navers_m */
.navers_m{width: 100%;background: #0b60a1;display: none;}
.navers_m a{float: left;width: 25%;background: #0b60a1;color: #9cd4ff;text-align: center;line-height: 40px;border-top: 1px solid #1567a7;border-right: 1px solid #1567a7;}
.navers_m a.cur{color: #fff;background: #f90}
@media (max-width: 768px) {
.navers_m{display: block;}
}


/* menu */
#menu-wrap {
  width: 100%;
}

#menu a {
  color: #ffffff;
}

#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu {
  height: 50px;
  position: relative;
  float: left;
  width: 100%;
  background: url(../images/nav.png) repeat 0 0;
}

#menu:before,
#menu:after {
  content: '';
  display: table;
}

#menu:after {
  clear: both;
}

#menu {
  zoom: 1;
}

#menu li {
  float: left;
  position: relative;
  background: url(../images/nav.jpg) no-repeat right center;
}

#menu a {
  float: left;
  padding: 14px 22px;
  font-size: 12px;
  text-decoration: none;
}

#menu ul {
  margin: 20px 0 0 0;
  _margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 999;
  background: #0068b7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
  top: 0;
  left: 130px;
  margin: 0 0 0 20px;
}

#menu ul li {
  float: none;
  display: block;
  border: 0;
}

#menu ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#menu ul a {
  padding: 10px;
  width: 130px;
  _height: 10px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul a:hover {
  background-color: #fa0;
}

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color: #04acec;
}

#menu ul ul li:first-child a:hover:after {
  border-right-color: #0299d3;
  border-bottom-color: transparent;
}

/* Mobile */
#menu-trigger {
  display: none;
}

@media screen and (max-width: 600px) {
  /* nav-wrap */
  #menu-wrap {
    position: relative;
  }

  #menu-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* menu icon */
  #menu-trigger {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 35px;
    border: 1px solid #222;
    color: #fafafa;
    font-weight: bold;
    background-color: #111;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
  }

  /* main nav */
  #menu {
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
    background-color: #444;
    display: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu:after {
    content: '';
    position: absolute;
    left: 25px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #444;
  }

  #menu ul {
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 0;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu ul ul {
    margin: 0 0 0 20px !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu li {
    position: static;
    display: block;
    float: none;
    border: 0;
    margin: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu ul li {
    margin-left: 20px;
  }

  #menu a {
    display: block;
    float: none;
    padding: 0;
    color: #999;
  }

  #menu a:hover {
    color: #fafafa;
  }

  #menu ul a {
    padding: 0;
    width: auto;
  }

  #menu ul a:hover {
    background: none;
  }

  #menu ul li:first-child a:after,
  #menu ul ul li:first-child a:after {
    border: 0;
  }
}

@media screen and (min-width: 600px) {
  #menu {
    display: block !important;
  }
}

/* iPad */
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  visibility: visible;
  display: none;
}

#menu li:hover > .no-transition {
  display: block;
}

/*focusSlide*/
.focusSlide{ float: left;width: 100%;overflow:hidden;margin-bottom: 15px; }
.focusSlide .box{ float: left;width: 100%;position:relative;}
.focusSlide .box .hd{ height:20px; overflow:hidden; position:absolute; right:0px; bottom:0px; z-index:1;width: 100%; }
.focusSlide .box .hd ul{ overflow:hidden; zoom:1; float:right;margin: 0 15px 10px 0;}
.focusSlide .box .hd ul li{ float:left; margin-right:5px;width:30px; height:6px; text-align:center; background:#fff; cursor:pointer;text-indent: -9999px; opacity: 0.5;}
.focusSlide .box .hd ul li.on{ background:#fff; opacity: 1;}
.focusSlide .box .bd{ position:relative; height:100%; z-index:0;float: left;width: 100%; }
.focusSlide .box .bd li{ zoom:1; vertical-align:middle; position: relative;float: left;width: 100%;}
.focusSlide .box .bd li img{ width:100%; display:block;float:left;height:240px;}
.focusSlide .box .bd li p{ width:100%; height:50px; display:block;float:left;position: absolute;z-index: 999;color: #fff;top: 290px;background: url(../images/b5.png);line-height: 50px;font-size: 15px;text-indent: 20px;}
.focusSlide .box .prev,
.focusSlide .box .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.focusSlide .box .next{ left:auto; right:3%; background-position:8px 5px; }
.focusSlide .box .prev:hover,
.focusSlide .box .next:hover{ filter:alpha(opacity=100);opacity:1;}
.focusSlide .box .prevStop{ display:none;}
.focusSlide .box .nextStop{ display:none;}
@media (max-width: 768px) {
.focusSlide{display: none;}
}
/*mfullSlideBox*/
.mfullSlideBox{ position:relative; overflow:hidden;float: left;width: 100%;display: none;}
.mfullSlideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1;text-align: center;width: 100%; }
.mfullSlideBox .hd li{ display:inline-block; width:8px; height:8px;border-radius:8px;background:#fff; text-indent:-9999px; overflow:hidden; margin:0 3px;opacity: 0.4;}
.mfullSlideBox .hd li.on{opacity: 1;}
.mfullSlideBox .bd{ position:relative; z-index:0; }
.mfullSlideBox .bd li{ position:relative; text-align:center;  }
.mfullSlideBox .bd li img{width:100%;}
@media (max-width: 768px) {
.mfullSlideBox{display: block;}
}

/* copyright */
.copyright{float: left;width: 100%}
.copyright .box{float: left;width: 100%;background: #0b60a1;padding: 10px;line-height: 20px;color: #666;}
.copyright .box .l{float: left;width: 800px;color: #fff;padding-top: 8px;font-size: 12px;}
.copyright .box .r{float: right;}
@media (max-width: 768px) {
.copyright{display: none;}
}
.copyright_m{float: left;width: 100%;display: none;text-align: center;}
.copyright_m .box{float: left;width: 100%;background: #0b60a1;padding:35px 20px 25px;line-height: 20px;color: #666;}
.copyright_m .box .l{float: left;width: 100%;color: #fff;padding-top: 8px;font-size: 12px;}
.copyright_m .box .r{float: right;width: 100%;text-align: center;margin:0 0 5px;}
.copyright_m .box .r img{height: 100px;}
@media (max-width: 768px) {
.copyright_m{display: block;}
}
/*indexFocus*/
.indexFocus{float: left;width: 100%;margin-bottom: 15px;}
.indexFocus .c{width: 100%;float:left;}
.indexFocus .c .l{float: left;width: 660px;overflow: hidden;}
.indexFocus .c .l .uls{float: left;width: 100%;}
.indexFocus .c .l .uls .ul{width:100%;height:33px;float: left;border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;}
.indexFocus .c .l .uls .ul li{height: 32px;float:left;cursor:pointer;color:#333;font-size: 12px;padding: 0 20px 0 20px;border-radius: 0 6px 0 0;background: #f4f4f4;line-height: 32px;margin-right: 16px;}
.indexFocus .c .l .uls .ul li.hover{color:#fff;background: #0b60a1;}
.indexFocus .c .l .uls .con{float: left;width: 100%;}
.indexFocus .c .l .uls .con .imgs{float: left;width: 192px;}
.indexFocus .c .l .uls .con .imgs a{float: left;width: 100%;}
.indexFocus .c .l .uls .con .imgs a:nth-child(1){margin-bottom: 10px;}
.indexFocus .c .l .uls .con .imgs a img{float: left;width: 100%;}
.indexFocus .c .l .uls .con .text{float: right;width: 450px;}
.indexFocus .c .l .uls .con .text .li{float: left;width: 100%;padding: 0px 0 4px;position: relative;}
.indexFocus .c .l .uls .con .text .li:last-child{padding-bottom: 0}
.indexFocus .c .l .uls .con .text .li:hover a{color: #0b60a1;}
.indexFocus .c .l .uls .con .text .li i{float: left;width: 3px;height: 12px;background: #ddd;margin: 5px 8px 0 0;}
.indexFocus .c .l .uls .con .text .li a{color: #333;transition:0.5s;width: 80%;line-height:24px;font-size: 12px;float: left;}
.indexFocus .c .l .uls .con .text .li span{float: right;line-height: 26px;font-size: 12px;color: #aaa;}
.indexFocus .c .r{float: right;width: 280px;}
.indexFocus .c .r .uls{float: left;width: 100%;}
.indexFocus .c .r .uls .ul{width:100%;height:33px;float: left;border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;}
.indexFocus .c .r .uls .ul li{height: 32px;float:left;cursor:pointer;color:#333;font-size: 12px;padding: 0 20px 0 20px;border-radius: 0 6px 0 0;background: #f4f4f4;line-height: 32px;margin-right: 10px;text-transform: uppercase;}
.indexFocus .c .r .uls .ul li.hover{color:#fff;background: #0b60a1;}
.indexFocus .c .r .uls .img{float: left;width: 100%;}
.indexFocus .c .r .uls .text{float: left;width: 100%;}
.indexFocus .c .r .uls .text .li{float: left;width: 100%;border-bottom: 1px solid #e5e5e5;padding: 10px 0;}
.indexFocus .c .r .uls .text .li:nth-child(2){border-bottom: 0;padding-bottom: 0}
.indexFocus .c .r .uls .text .li a{float: right;width: 210px;line-height: 20px;color: #333;transition:0.5s;font-size: 12px;}
.indexFocus .c .r .uls .text .li span{float: left;width: 60px;background: #f4f4f4;border-radius: 4px;text-align: center;height: 60px;}
.indexFocus .c .r .uls .text .li span b{float: left;width: 100%;font-size: 30px;line-height: 40px;margin-top: 3px;}
.indexFocus .c .r .uls .text .li span i{float: left;width: 100%;font-size: 12px;font-style: normal;font-size: 10px;color: #666;line-height: 12px;}
@media (max-width: 768px) {
.indexFocus{padding:0 20px;margin-bottom: 20px;margin-top: 20px;}
.indexFocus .c .l{width: 100%;margin-bottom: 20px;}
.indexFocus .c .l .uls .ul{height:41px;margin-bottom: 20px;}
.indexFocus .c .l .uls .ul li{height: 40px;line-height: 40px;margin-right: 20px;}
.indexFocus .c .l .uls .ul li.hover{color:#fff;background: #0b60a1;}
.indexFocus .c .l .uls .con{float: left;width: 100%;}
.indexFocus .c .l .uls .con .imgs{float: left;width: 100%;margin-bottom: 10px;}
.indexFocus .c .l .uls .con .imgs a{float: left;width: 48%;}
.indexFocus .c .l .uls .con .imgs a:nth-child(1){margin-bottom: 10px;}
.indexFocus .c .l .uls .con .imgs a:nth-child(2){float: right;}
.indexFocus .c .l .uls .con .imgs a img{float: left;width: 100%;}
.indexFocus .c .l .uls .con .text{float: right;width: 100%;}
.indexFocus .c .l .uls .con .text .li{float: left;width: 100%;padding: 0px 0 10px;position: relative;}
.indexFocus .c .l .uls .con .text .li:last-child{padding-bottom: 0}
.indexFocus .c .l .uls .con .text .li:hover a{color: #0b60a1;}
.indexFocus .c .l .uls .con .text .li i{float: left;width: 3px;height: 12px;background: #ddd;margin: 4px 8px 0 0;position: absolute;z-index: 1;}
.indexFocus .c .l .uls .con .text .li a{color: #333;transition:0.5s;width: 100%;line-height:20px;font-size: 14px;padding-left:10px;position: relative;float: left;}
.indexFocus .c .l .uls .con .text .li span{display: none;}
.indexFocus .c .r{width: 100%;margin: 15px 0 0;}
.indexFocus .c .r .uls{width: 100%;}
.indexFocus .c .r .uls .ul{height:41px;margin-bottom: 20px;}
.indexFocus .c .r .uls .ul li{height: 40px;line-height: 40px;margin-right: 20px;}
.indexFocus .c .r .uls .ul li.hover{color:#fff;background: #0b60a1;}
.indexFocus .c .r .uls .text .li{padding: 20px 0;border-bottom: 1px solid #eee;}
.indexFocus .c .r .uls .text .li:nth-child(2){border-bottom: 0;padding-bottom: 0}
.indexFocus .c .r .uls .text .li a{float: right;width: 100%;line-height: 24px;color: #333;transition:0.5s;font-size: 14px;padding-left: 75px;height: 80px;}
.indexFocus .c .r .uls .text .li span{float: left;width: 60px;background: #f4f4f4;border-radius: 4px;text-align: center;height: 80px;position: absolute;z-index: 1;}
.indexFocus .c .r .uls .text .li span b{float: left;width: 100%;font-size: 30px;line-height: 50px;margin-top: 3px;}
.indexFocus .c .r .uls .text .li span i{float: left;width: 100%;font-size: 12px;font-style: normal;font-size: 10px;color: #666;line-height: 12px;}
}



/*indexTool*/
.indexTool{float: left;width: 100%;margin-bottom: 8px;}
.indexTool .ts{float: left;width: 752px;}
.indexTool .ts a{float: left;width: 181px;height: 61px;margin:0 7px 7px 0;}
.indexTool .ts a img{float: left;width: 181px;height: 61px;}
.indexTool .links{float: right;width: 248px;background: #0068b7;padding: 15px;height: 130px;border-radius: 4px;}
.indexTool .links .t{float: left;width: 100%;line-height: 18px;color: #fff;font-size: 16px;margin-bottom: 15px;}
.indexTool .links .select{width: 100%;height: 30px;background: #fff;border: none;float: left;margin-bottom: 6px;}
@media (max-width: 768px) {
.indexTool{padding:20px;border-top: 1px solid #eee;margin-bottom: 0;}
.indexTool .ts{width: 100%;}
.indexTool .ts a{width: 48.5%;height: auto;margin:0 0 10px 0;}
.indexTool .ts a:nth-child(2n){float: right;}
.indexTool .ts a img{width: 100%;height: auto;}
.indexTool .links{width: 100%;padding: 20px 20px 10px;height: auto;}
.indexTool .links .t{float: left;width: 100%;line-height: 18px;color: #fff;font-size: 16px;margin-bottom: 10px;margin-top: 5px;}
.indexTool .links .select{width: 100%;height: 36px;background: #fff;border: none;float: left;margin-bottom:10px;}	
}

/*mainWrap*/
.mainWrap{float: left;width: 100%;margin-bottom: 20px;min-height:400px}

/* sideBar */
.sideBar{width: 200px;float: left;background: #0b60a1;border-radius: 0 10px 10px 10px;padding: 20px;text-align: center;}
.sideBar .t{width: 100%;float: left;line-height: 50px;background: url(../images/title.jpg) no-repeat center bottom;font-size: 12px;color: #fff;margin-bottom: 10px;}
.sideBar .c{float: left;width: 100%;margin-top: 20px;margin-bottom: 50px;}
.sideBar .c a{color: #cce9ff;float: left;line-height: 36px;width: 100%;font-size: 12px;transition:0.5s;border-radius: 36px;margin-bottom: 15px;}
.sideBar .c a.cur{color: #fff;float: left;line-height: 36px;background: #237dc2;width: 100%;}
.sideBar .c a.cur span{color: #fff;}
.sideBar .c a:hover{color: #fff;float: left;line-height: 36px;background: #fa0;width: 100%;}
.sideBar .c a:hover span{color: #fff;}
@media (max-width: 768px) {
.sideBar{display: none;}	
}

/* mainBar */
.mainBar{width: 760px;float: right;}
.mainBar .t{width: 100%;float: left;height: 50px;line-height: 50px;border-bottom: 1px solid #eee;color: #999;}
.mainBar .t .name{float: left;line-height: 48px;border-bottom:2px solid #0b60a1;color: #0b60a1;font-size: 14px;}
.mainBar .t .address{float: right;}
.mainBar .t .address b{float: left;font-family: "Microsoft Yahei";color: #0b60a1;border-bottom: 1px solid #0b60a1;height: 36px;}
.mainBar .t .address a{color: #999;}
.mainBar .c{width: 100%;float: left;background: #fff;padding:0px 0;}
.mainBar .c .detail{float: left;width: 100%;}
.mainBar .c .detail h1{float: left;width: 100%;line-height: 30px;font-size:22px;color:#333 ;margin:30px 0 10px;text-align: center;}
.mainBar .c .detail .info{float: left;width: 100%;line-height: 20px;font-size: 12px;color:#aaa;margin-bottom: 10px;text-align: center;border-bottom: 1px solid #eee;margin-bottom: 20px;padding-bottom: 10px; }
.mainBar .c .detail .text{float: left;width: 100%;line-height: 32px;color:#333 ;margin-bottom: 10px;font-size: 15px;}
.mainBar .c .detail .text p{float: left;width: 100%;line-height: 32px;color:#333;padding: 0 0 20px ; }
@media (max-width: 768px) {
.mainBar{width: 100%;padding:0 20px;}
.mainBar .c .detail h1{line-height: 30px;font-size:18px;margin: 20px 0 10px;}
}

/* ul */
.ulnews{float: left;width: 100%;margin-top: 10px;margin-bottom: 30px;}
.ulnews li{float: left;width: 100%;color: #666;border-bottom: 1px dotted #ddd;padding:15px 0;}
.ulnews li .title{color: #333;float: left;line-height: 24px;width: 100%;font-size: 13px;position: relative;}
.ulnews li .title i{float: left;width: 4px;height: 4px;background: #0b60a1;margin: 9px 8px 0 0;position: absolute;}
.ulnews li .title span{float: left;position: relative;padding-left: 10px;font-size: 15px;}
.ulnews li .title em{float: right;color: #aaa;font-style: normal;font-size: 12px;}
@media (max-width: 768px) {
.ulnews li{float: left;width: 100%;color: #666;border-bottom: 1px dotted #ddd;padding:10px 0;}
.ulnews li .title{color: #333;float: left;line-height: 24px;width: 100%;font-size: 13px;position: relative;}
.ulnews li .title i{float: left;width: 4px;height: 4px;background: #0b60a1;margin: 9px 8px 0 0;position: absolute;}
.ulnews li .title span{width: 100%;}
.ulnews li .title em{float: left;width: 100%;padding-left: 10px;}
}

/* pageSize_1 */
.pageSize_1{float: left;line-height: 34px;border: 1px solid #ddd;border-right: 0;margin-bottom: 20px;overflow: hidden;}
.pageSize_1 a,.pageSize_1 b,.pageSize_1 .current{padding:0 15px;line-height: 34px;height: 34px;text-align: center;color: #555;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;border-right: 1px solid #ddd;float: left;}
.pageSize_1 .current{background: #e3e3e3;color: #222;}

/*?§???¨??ˉ? ?????ˉ?è?a*/
.cateNavM{width:100%;float: left;background: #fa0;display: none;}
.cateNavM a{width: 100%; line-height: 40px;text-align: center;color: #fff;float: left;background: #9cd4ff;border-bottom: 1px solid #b1ddff;}
.cateNavM a.cur{background:#269bf5;}
.cateNavMBt{float: left;width: 100%;height: 40px;text-align: center;line-height: 40px;display: block;color: #fff;cursor: pointer;font-size: 18px;background: #fa0;display: none;}
@media (max-width: 768px) {
.cateNavMBt{display: block;}
}

/*htmlPn*/
.htmlPn{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin: 0;color: #999;border-top: 1px solid #eee;margin: 20px 0;padding-top: 25px;}
.htmlPn p{float: left;width: 100%;position: relative;margin-bottom: 10px;}
.htmlPn p b{float: left;position: absolute;z-index: 1;font-weight: normal;}
.htmlPn p a{float: left;width: 100%;position: relative;padding-left: 60px;}
@media (max-width: 768px) {
.htmlPn{font-size: 14px;line-height: 24px;}

}