
/* CSS Document */
body {
  font-family: "微软雅黑";
  background: url(../image/jb_bg.png) top repeat-x;
}
.mt25 {
  margin-top: 25px;
}
a:hover {
  text-decoration: none
}
.container-fluid {
  padding: 0px;
  margin: 0px auto;
}
.row {
  width: 1200px;
  margin: 0px auto;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.w36 {
  width: 36%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.w32 {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.home-bg {
  background: #f7f8fa;
  padding: 20px 0px 20px;
}
.site-top {
  color: #65738b;
  background: #1e283a;
}
.site-top>.row {
  color: #aeafb5;
  font-size: 12px;
}
.site-top>.row .col-md-5 {
  margin-top: 12px;
  text-align: right;
  color: #4072a9
}
.site-top>.row .col-md-5 a {
  color: #333;
  margin-left: 15px;
  margin-right: 15px;
}
.site-top>.row .col-md-5 a:hover {
  color: #fff;
  text-decoration: underline
}
.top {

}
.top_c {
  height:120px;
  position: relative;
  width: 1100px;
  margin: 0px auto;
}
.top_c .logo {
  position: absolute;
  top: 5px;
  left: 15px;
}
.top_c .r {
  position: absolute;
  top: 40px;
  right: 0px;
  font-size: 12px;
  color: #333;
}
.top-nav {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  position: relative;
  z-index: 999;
  background: #fff
}
.navbar {
  width: 1100px;
  margin: 0px auto;
  min-height: 20px;
}
.navbar-default {
  background: #fff;
  border: 0px;
  border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
  font-size: 18px;
  padding: 15px 80px 10px 21px;
  border-bottom: 5px solid #fff;
  color: #333;
}
.navbar-default .navbar-nav>li>a:hover {
  background-color: #f7f8fa;
  border-bottom: 5px solid #ebeef2
}
.navbar-default .navbar-nav>li.active>a {
  background-color: #f7f8fa;
  border-bottom: 5px solid #f90;
}
.navbar-default .navbar-nav>li.active>a:hover {
  background-color: #f7f8fa;
  border-bottom: 5px solid #f90;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-color: #ebeef2;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #f7f8fa;
}
.navbar-default .navbar-nav>li>.dropdown-menu {
  border: 0px;
  background: #f7f8fa
}
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #0053af;
  color: #fff
}
/* .navbar .nav > li:hover .dropdown-menu {display:block;border-top:0px;} */


/* banner-box */
.banner-box {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.banner-box .bd {
  width: 1170px !important;
  height: 360px;
}
.banner-box .bd ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.banner-box .bd li {
  width: 100% !important;
  height: 360px;
  overflow: hidden;
  text-align: center;
  position: relative
}
.banner-box .bd li a {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block
}
.banner-box .bd li img {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50%
}
.banner-btn {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 50%;
  margin-left: -50%;
}
.banner-btn a {
  display: block;
  width: 49px;
  height: 100%;
  position: absolute;
  top: 0;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-btn a.prev {
  left: 20px;
  background: url(../image/foot.png) no-repeat 0 center;
}
.banner-btn a.next {
  right: 20px;
  background: url(../image/foot.png) no-repeat -49px center;
}
.banner-box .hd {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
}
.banner-box .hd ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.banner-box .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  margin-right: 15px;
  background: rgba(0,0,0,0.6);
  float: left;
  cursor: pointer;
}
.banner-box .hd ul li.on {
  background: #f90;
}
.site-footer {
  background: #4a5975;
  padding-bottom: 30px;
  color: #fff;
  font-size: 12px;
  margin-top: 50px;
}
.site-footer h2 {
  padding: 5px 0px;
  font-size: 16px;
  color: #fff;
}
.site-footer .col-md-2, .site-footer .col-md-3, .site-footer .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.site-footer .dropdown-menu {
  font-size: 12px;
  width: 500px;
}
.site-footer .dropdown-menu li {
  width: 33%;
  float: left
}
.site-footer .foot-list {
  list-style-type: none;
  padding: 0px;
}
.site-footer .foot-list li {
  line-height: 24px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-footer .foot-list li a {
  color: #e1e8f4;
}
.site-footer .foot-list li a:hover {
  color: #fff;
  text-decoration: underline
}
.site-footer p {
  color: #e1e8f4;
  line-height: 24px;
}
.site-footer .btn-default {
  background: none;
  border: 1px solid #667692;
  border-radius: 0px;
  color: #e1e8f4
}
.site-footer-bot {
  color: #65738b;
  line-height: 24px;
  background: #1e283a;
  padding: 25px;
  text-align: center;
  font-size: 12px;
}
.site-footer-bot a {
  color: #65738b;
  margin-left: 10px;
  margin-right: 10px;
}
.site-footer-bot a:hover {
  color: #fff;
  text-decoration: underline
}
.homecon-box {
  background: #eaebeb
}
.homecon {
  margin-top: 20px;
  margin-bottom: 40px;
}
.homecon p {
  font-size: 12px;
  line-height: 24px;
}
.homecon p img {
  float: left;
  margin-right: 20px;
}
.homecon div.box {
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.homecon div h2 {
  background: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: -13px;
}
.homecon div.box .thumbnail {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.homecon div.box .thumbnail h3 {
  font-size: 15px;
  margin: 0px;
  padding: 5px 0px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.homecon div.box .thumbnail .caption {
  padding: 0px;
}
.homecon div.box .thumbnail p {
  color: #888
}
.homecon div.box .thumbnail p a {
  color: #f90
}
.site-leftnav .activetit, .site-leftnav .activetit:hover {
  z-index: 2;
  background: #0aab8a;
  border-color: #0aab8a;
  color: #fff;
  font-size: 22px;
  font-weight: bold
}
.site-leftnav .active, .site-leftnav .active:hover {
  background: #eee;
  border-color: #ddd;
  color: #555
}
.site-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  min-height: 260px;
}
.site-list ul li {
  padding: 10px 15px;
  border-bottom: 1px dotted #ddd;
  background: url(../image/icon01.png) no-repeat left center
}
.home-list {
  margin-top: 20px;
}
.list-box h2 {
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 6px 20px 10px;
  margin: 0px;
  border-top: 1px solid #666;
  position: relative;
  background:#0770e7;
  color:#fff;
}
.list-box h2 span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
.list-box h2 span a {
  color: #fff;
}
.list-box h2 span a:hover {
  color: #1476b7;
}
.list-box h2.t {
  border-left: 4px solid #00afed;
  padding: 8px;
  padding-left: 15px;
  background: #ebeef2;
  border-bottom: 0px;
}
.list-box h2.t span {
  top: 8px;
  right: 10px;
}
/*日期*/
.riqi-box h2 {
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 10px 0px 12px;
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
  background: url(../image/t-bg.png) no-repeat left bottom
}
.riqi-box h2 span {
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 12px;
}
.riqi-box h2 span a {
  color: #888;
}
.riqi-box h2 span a:hover {
  color: #1476b7;
}
.riqi-box h2.t {
  border-left: 4px solid #00afed;
  padding: 8px;
  padding-left: 15px;
  background: #ebeef2;
  border-bottom: 0px;
}
.riqi-box h2.t span {
  top: 11px;
  right: 10px;
}
.riqi-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.riqi-box ul li {
  position: relative;
  padding: 8px 0px 8px 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  margin-top: 8px;
}
.riqi-box ul li span {
  position: absolute;
  color: #888;
  text-align: left;
  top: 9px;
  left: 0px;
  font-family: Arial, Helvetica, sans-serif
}
.riqi-box ul li.first {
  height: 70px;
  padding-left: 60px;
  overflow: hidden;
  white-space: inherit;
  line-height: 24px;
}
.riqi-box ul li.first span {
  text-align: center;
  padding: 0px;
  font-size: 12px;
  background: #00afed;
  color: #fff;
}
.riqi-box ul li.first span p {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
  padding: 3px 10px;
  color: #00afed;
  background: #fff
}
.riqi-box ul li a {
  color: #333;
}
.riqi-box ul li a:hover {
  color: #1476b7;
  text-decoration: underline
}
/*日期结束*/

.list-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
}
.list-box ul li {
  position: relative;
  padding: 5px 0px 5px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../image/icon01.png) no-repeat left center
}
.list-box ul li span {
  position: absolute;
  color: #ccc;
  text-align: left;
  top: 5px;
  right: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.list-box ul li.first {
  height: 58px;
  padding-left: 60px;
}
.list-box ul li.first span {
  text-align: center;
  padding: 0px;
  font-size: 12px;
  background: #00afed;
  color: #fff;
}
.list-box ul li.first span p {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
  padding: 3px 10px;
  color: #00afed;
  background: #fff
}
.list-box ul li a {
  color: #333;
}
.list-box ul li a:hover {
  color: #1476b7;
  text-decoration: underline
}
.list-box dl {
  margin: 0px;
  padding: 0px;
  margin-left: -5px;
}
.list-box dd {
width: 231px;
background:#eee;
float: left;
margin-left: 5px;
margin-bottom: 5px;
height: 150px;
overflow: hidden
}
.list-box dd img {
width: 231px;
min-height: 150px;
-webkit-transform: scale3d(1, 1, 1);
transform: scale(1, 1);
transition: all 0.3s ease-out 0s;
}
.list-box dd img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.home-pic-slide .carousel-caption {
  padding:0;
  width: 100%;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,.6);
  margin: 0px;
  text-align: left;
  bottom: 0px;
}
.home-pic-slide .carousel-indicators {
  text-align: right;
  bottom: 0px;
  right: 10px;

}
.jdt {
  width: 100%;
}
.jie_15 {
  height: 15px;
  clear: both;
}
