@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*header*/
.navbar-default {
  min-height: 124px;
  border-radius: 0;
  border: none;
  background: #ffffff;
  margin-bottom: 0;
}
.navbar-default .header-top {
  min-height: 80px;
  background: #ffffff;
}
.navbar-default .navbar-brand {
  height: 46px;
  padding: 17px 0;
}
.navbar-default .header-btm {
  background: #3075e7;
}
.navbar-default .navbar-nav li {
  margin-right: 100px;
}
.navbar-default .navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-default .navbar-nav li > a {
  padding: 10px 0;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.navbar-default .search-box {
  position: relative;
  width: 192px;
  float: right;
  margin-top: 23px;
}
.navbar-default .search-box.search-wap {
  display: none;
  width: 100%;
}
.navbar-default .search-box .s-inp {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #dcdbdb;
  width: 100%;
  border-radius: 16px;
}
.navbar-default .search-box .s-btn {
  background: url("../images/img-02.png") no-repeat;
  border: none;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 7px;
  display: block;
}

.dropdown-menu {
  background-color: #ffffff !important;
  padding: 20px;
  min-width: 500px;
  right: -220px !important;
}
.dropdown-menu .nav-a-group {
  float: left;
  width: 270px;
}
.dropdown-menu .nav-a-group a {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #000000;
  font-size: 14px;
  float: left;
}
.dropdown-menu .nav-a-group a.a-w {
  width: 100% !important;
  margin-right: 0 !important;
}
.dropdown-menu .nav-a-group a:nth-child(2n+1) {
  margin-right: 5px;
}
.dropdown-menu .nav-img {
  width: 185px;
  float: right;
}
.dropdown-menu .nav-img .nav-pic img {
  display: block;
  width: 185px;
  margin: 0 auto;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background: none;
}

/*footer*/
footer .footer-info {
  background: #3075e7;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #ffffff;
}
footer .footer-info .m-title {
  font-size: 14px;
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: bold;
}
footer .footer-info .box {
  margin-bottom: 10px;
}
footer .footer-info .box .m-title .glyphicon {
  margin-top: 5px;
  display: none;
}
footer .footer-info .box .main a {
  display: block;
  color: #ffffff;
  line-height: 24px;
}
footer .footer-info .box .main a:hover {
  color: #000000;
}
footer .footer-copy {
  background: #1958bf;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  text-align: right;
  color: #ffffff;
}

/*banner*/
.index-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
}
.index-banner .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin: 0 5px;
}
.index-banner .owl-dots .owl-dot span {
  background: url("../images/img-04.png") no-repeat;
  width: 13px;
  height: 13px;
  display: block;
}
.index-banner .owl-dots .owl-dot.active span {
  background: url("../images/img-05.png") no-repeat;
}

.other-banner img {
  display: block;
}

.other-warp {
  padding-top: 20px;
  padding-bottom: 30px;
}

/*bread-crumbs*/
.bread-crumbs {
  border-bottom: 1px solid #dededd;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px;
}
.bread-crumbs a {
  color: #999999;
}
.bread-crumbs span {
  color: #515151;
}

.bread-crumbs .on{
  color: #515151;
}

/*side-menu*/
.side-menu {
  margin-bottom: 30px;
}
.side-menu .menu-title {
  background: #3075e7;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 14px;
}
.side-menu .menu-cont {
  border: 1px solid #dededd;
  padding-bottom: 30px;
}
.side-menu ul li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 1px;
}
.side-menu ul li .sub-title {
  display: block;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  font-size: 14px;
  color: #515151;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-menu ul li .sub-title:hover, .side-menu ul li .sub-title.current {
  color: #3075e7;
}
.side-menu ul li .down-menu {
  background: #f8f8f8;
  padding: 5px 20px;
  display: none;
}
.side-menu ul li .down-menu a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  color: #000000;
}
.side-menu ul li .down-menu a:hover, .side-menu ul li .down-menu a.current {
  background: url("../images/img-06.png") no-repeat left center;
  color: #3075e7;
}

.page {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border: 1px solid #cccccc;
  padding: 0 8px;
  font-size: 14px;
  color: #333333;
  margin: 3px;
}
.page a:hover {
  background: #3075e7;
  border-color: #3075e7;
  color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #cccccc;
    padding: 0 8px;
    font-size: 14px;
    color: #ffffff;
    margin: 3px;
    background: #3075e7;
}

.mod-01 .top-s {
  border-bottom: 1px solid #dededd;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.mod-01 .top-s .m-title {
  color: #000000;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.mod-01 .top-s .img-s {
  margin-bottom: 20px;
}
.mod-01 .top-s .img-s img {
  display: block;
}
.mod-01 .top-s .txt-s {
  color: #515151;
  line-height: 20px;
  text-align: justify;
}
.mod-01 ul li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 22px;
  border: 1px solid #dededd;
}
.mod-01 .box {
  overflow: hidden;
  vertical-align: bottom;
}
.mod-01 .box .box-img img {
  display: block;
  width: 100%;
}
.mod-01 .box .box-info {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.mod-01 .box .box-info .box-title {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.mod-01 .box .box-info .box-txt {
  color: #515151;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-align: justify;
}

.mod-02 .m-title {
  margin-bottom: 20px;
}
.mod-02 .m-title h1 {
  font-size: 22px;
  color: #000000;
  line-height: 1.4;
  text-align: center;
}
.mod-02 .m-title .date {
  text-align: center;
  color: #7e7e7e;

}
.mod-02 .main {
  text-align: justify;
  color: #515151;
  line-height: 20px;
}

.public-title {
  font-size: 22px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 30px;
}

.mod-03 .box {
  margin-bottom: 40px;
}
.mod-03 .box .box-img img {
  display: block;
  width: 100%;
}
.mod-03 .box .box-info {
  color: #515151;
  line-height: 20px;
  text-align: justify;
}

.mod-04 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-04 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-04 .box {
  position: relative;
  margin-bottom: 20px;
}
.mod-04 .box img {
  display: block;
  width: 100%;
}
.mod-04 .box .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img-12.png") repeat-x;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.mod-05 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mod-05 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.mod-05 .box {
  box-shadow: 0 0 10px #eeeeee;
  background: #ffffff;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.mod-05 .box img {
  display: block;
  width: 100%;
}

.mod-06 .box {
  margin-bottom: 20px;
}
.mod-06 .img-s {
  border: 1px solid #e3e2e2;
  padding: 3px;
  float: left;
  width: 165px;
}
.mod-06 .img-s img {
  display: block;
  width: 100%;
}
.mod-06 .info-s {
  padding-left: 195px;
}
.mod-06 .info-s .cont {
  height: 108px;
  border-bottom: 1px solid #e3e2e2;
}
.mod-06 .info-s .title {
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.mod-06 .info-s .txt-s {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #515151;
}

.mod-07 .m-title {
  background: url("../images/img-16.png") no-repeat bottom left;
  height: 54px;
  line-height: 54px;
  font-size: 22px;
  color: #434a4c;
  margin-bottom: 30px;
}
.mod-07 .box-info {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.mod-07 .box-info .share a {
  display: inline-block;
  margin-right: 10px;
}
.mod-07 .box-info .share a:last-child {
  margin-right: 0;
}
.mod-07 .box-s {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7c8587;
  font-size: 14px;
  line-height: 24px;
}
.mod-07 .box-s .icon {
  position: absolute;
  margin-left: -35px;
}
.mod-07 .box-s h5 {
  font-size: 14px;
  color: #434a4c;
}

/*index*/
.index-title {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #dededd;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-title .t-l {
  font-size: 18px;
  color: #515151;
}
.index-title .t-l span {
  font-size: 14px;
  margin-left: 3px;
}
.index-title .t-more {
  color: #515151;
}

.index-box {
  margin-bottom: 25px;
}

.index-box-01 {
  margin-top: 40px;
}
.index-box-01 .main {
  border: 1px solid #ededed;
  box-shadow: 5px 5px 5px #d6d6d6;
  height: 110px;
  padding-right: 10px;
}
.index-box-01 .main{ overflow: hidden}
.index-box-01:hover .main{ background: #accbff;}

.index-box-01 .main .box-title {
  width: 80px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  background: #3075e7;
  float: left;
  font-size: 18px;
  height: 110px;
  padding-top: 5px;
}
.index-box-01 .main .box-info {
  padding-left: 105px;
}
.index-box-01 .box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.index-box-01 .box .title {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size:22px;
}
.index-box-01 .box .txt-s {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news-list .top-s {
  margin-bottom: 10px;
}
.news-list .top-s a.title {
  position: relative;
  display: block;
  padding-right: 70px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 16px;
  color: #0d56a8;
  width: 100%;
  margin-bottom: 10px;
}
.news-list .top-s a.title span.date {
  position: absolute;
  right: 0;
  top: 0;
}
.news-list .top-s .txt-s {
  line-height: 24px;
  height: 48px;
  color: #515151;
  overflow: hidden;
}
.news-list ul li {
  overflow: hidden;
  vertical-align: bottom;
}
.news-list ul li a {
  position: relative;
  display: block;
  padding-right: 70px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  color: #838383;
  width: 100%;
  background: url("../images/img-28.png") no-repeat left center;
  padding-left: 20px;
}
.news-list ul li a span.date {
  position: absolute;
  right: 0;
  top: 0;
}
.news-list ul li a:hover {
  color: #3075e7;
  background: url("../images/img-29.png") no-repeat left center;
}

.focus-box .owl-dots {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 10px;
  z-index: 99;
  text-align: right;
}
.focus-box .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.focus-box .owl-dots .owl-dot span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  display: block;
}
.focus-box .owl-dots .owl-dot.active span {
  background: #3075e7;
  width: 12px;
  height: 12px;
}
.focus-box .box {
  position: relative;
}
.focus-box .box img {
  display: block;
}
.focus-box .box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 110px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.index-box-03 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-03 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-03 .box-c {
  position: relative;
}
.index-box-03 .box-c .a-more {
  position: absolute;
  right: 0;
  top: -45px;
}
.index-box-03 .box {
  border: 1px solid #ececec;
  box-shadow: 3px 3px 3px #eeeeee;
  border-top: 2px solid #3176e7;
  padding: 10px 15px;
  height: 255px;
}
.index-box-03 .box .m-title {
  margin-bottom: 15px;
}
.index-box-03 .box .m-title a.a-tit {
  display: inline-block;
  margin-right: 10px;
  width: 75px;
  height: 28px;
  line-height: 28px;
  background: #a9a9a9;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.index-box-03 .box .m-title a.a-tit:hover, .index-box-03 .box .m-title a.a-tit.current {
  background: #3075e7;
  color: #ffffff;
}
.index-box-03 .box .m-title a.a-tit:last-child {
  margin-right: 0;
}
.index-box-03 .box .a-more {
  color: #515151;
  display: block;
  height: 28px;
  line-height: 28px;
}
.index-box-03 .box ul li {
  overflow: hidden;
  vertical-align: bottom;
}
.index-box-03 .box ul li a {
  position: relative;
  display: block;
  padding-right: 82px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #838383;
  width: 100%;
}
.index-box-03 .box ul li a span.date {
  position: absolute;
  right: 0;
  top: 0;
}
.index-box-03 .box ul li a:hover {
  color: #3075e7;
}

.tabs-cont > div {
  display: none;
}

.index-box-04 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-04 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-04 .box {
  margin-bottom: 15px;
}
.index-box-04 .box img {
  display: block;
  width: 100%;
}

.index-box-05 .row {
  margin-left: -14px;
  margin-right: -14px;
}
.index-box-05 .row .box-w {
  padding-left: 14px;
  padding-right: 14px;
}
.index-box-05 .news-box-w {
  width: 40.75%;
}
.index-box-05 .video-box-w {
  width: 59.25%;
}

.index-box-06 .box {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.index-box-06 .box img {
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */
