@charset "gb2312";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font: 14px/160% "Microsoft Yahei";
}
.container {
  width: 1230px !important;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
#top-navbar {
  height: 100px;
}
.navbar-brand {
  padding: 20px 0px 0px 0px;
}
#banner {
  min-width: 1230px;
  overflow: hidden;
}
.top-tool {
  margin-top: 18px;
  height: 34px;
  float: right;
}
.top-tool ul li {
  margin: 0px 0px 0px 12px;
  position: relative;
}
.top-tool a .iconfont {
  font-size: 26px;
}
.top-tool-serach .iconfont {
  color: #666666;
}
.top-tool-souji .iconfont {
  color: #d7a26a;
}
.top-tool-gzh .iconfont {
  color: #50b674;
}
.top-tool ul .top-tool-show .tool-body {
  position: absolute;
  left: -35px;
  z-index: 1000;
  width: 110px;
  padding: 10px 0px 8px;
  opacity: 0;
  background: #FFF;
  overflow: hidden;
  transform-origin: 50% 0%;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
}
.top-tool ul .top-tool-show:hover .tool-body {
  opacity: 1;
  transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;	/* Firefox 4 */
  -webkit-transition: opacity 0.5s linear;	/* Safari 和 Chrome */
  -o-transition: opacity 0.5s linear;	/* Opera */
  visibility: visible;
}
.top-tool ul .top-tool-serach .tool-body {
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: 1000;
  width: 0px;
  padding: 10px 0px 10px;
  opacity: 0;
  background: transparent;
  overflow: hidden;
  transform-origin: 50% 0%;
  text-align: center;
  font-size: 12px;
}
.top-tool ul .top-tool-serach .tool-body .btn {
  padding: 4px 6px 0px;
}
.top-tool ul .top-tool-serach .tool-body .iconfont {
  color: #333;
  font-size: 20px;
}
.top-tool ul li .tool-body img {
  width: 100px;
}
.top-tool ul li .tool-body p {
  margin-bottom: 0px;
}
.col-main, .col-max, .col-sub {
  float: left;
  margin: 0px 15px;
}
.col-main {
  width: 460px;
}
.col-max {
  width: 710px;
}
.col-sub {
  width: 220px;
}
dl {
  margin-bottom: 0px;
}
dt {
  color: #666;
}
dd {
  color: #999;
  margin-bottom: 8px;
}
dd.more {
  text-align: right;
  font-size: 12px;
  margin-bottom: 0px;
}
dd.more .iconfont {
  font-size: 14px;
}
.dl-horizontal dt {
  text-align: right;
  width: 76px;
}
.dl-horizontal dd {
  color: #666;
  margin-left: 80px;
  margin-bottom: 10px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.padding-15-bottom8 {
  padding: 15px 15px 8px;
}
.fixed-top {
  position: fixed;
  z-index: 100;
}
.box {
}
.box-grey {
  border: 1px solid #EAEAEA;
}
.box-bg {
  background-color: #FFFFFF;
}
.box-padding {
  padding: 20px;
  margin-top: 20px;
}
.hd, .bd {
  position: relative;
}
.hd-line-bottom {
  border-bottom: 2px solid #EAEAEA;
  margin-bottom: 15px;
  height: 46px;
}
.column-name {
  margin-top: 0px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 200;
}
.column-name a {
  position: relative;
}
.column-name .iconfont {
  color: #337ab7;
  font-size: 24px;
  margin-right: 6px;
  vertical-align: -2px;
}
.column-name .active {
  color: #fff;
  background: #137bd3;
  width: 100px;
  text-align: center;
  display: block;
}
.column-name .icon {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon-arrow.png);
}
.hd-line-bottom .column-name {
  position: absolute;
  top: 2px;
  height: 44px;
  border-bottom: 2px solid #137BD3;
  padding-right: 6px;
}
.hd-line-bottom .column-name, #column-4 column-name {
  font-size: 22px;
}
.column-name-sub {
  position: absolute;
  right: 0px;
  top: 10px;
  text-align: right;
  margin-right: -15px;
}
.column-name-sub a {
  padding: 0px 15px;
  border-left: 1px solid #EAEAEA;
  color: #666666;
  display: block;
  float: left;
  font-size: 16px;
}
.column-name-sub > :first-child {
  border-left: none;
}
.media {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.media .media-heading {
  font-size: 24px;
  margin: 20px 0px 10px;
  padding: 0;
}
.media .media-body p {
  color: #666;
  font-size: 14px;
}
.page-home .media .media-body p {
  font-size: 12px;
  color: #999;
}
.arc-list {
  text-align: left;
}
.arc-list li {
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
  background-image: url(../images/icon-li.png);
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #999;
}
.item-list li {
  float: left;
  text-align: center;
  margin: auto;
}
.item-list li h4 {
  font-size: 14px;
  line-height: 20px;
}
#column-3 {
  height: 420px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.bg-img {
  position: absolute;
  width: 1920px;
  min-width: 1230px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#column-3 .bg-img img {
  min-height: 400px;
}
#column-3 .roll img {
  -moz-animation: rollImage 12s ease-in-out;
  -o-animation: rollImage 12s ease-in-out;
  -ms-animation: rollImage 12s ease-in-out;
  animation: rollImage 12s ease-in-out;
}
#banner .bg-img {
  height: 450px;
}
#column-3 .box-padding {
  padding-top: 10px;
  margin-top: 40px;
  background-color: rgba(255,255,255,0.75);
}
#column-4 .item-list {
  margin-left: -20px;
  margin-top: 30px;
}
#column-4 .item-list li {
  width: 20%;
  padding-left: 25px;
  margin: 5px auto 0;
}
#column-4 .item-list li .img {
  height: 150px;
  overflow: hidden;
}
#column-4 .item-list li img {
  width: 100%;
  min-height: 150px;
  height: auto;
  transition: all 0.6s;
}
#column-4 .item-list li a:hover img {
  transform: scale(1.2);
}
#column-5 .col-sub .hd-line-bottom {
  margin-bottom: 0px;
}
#column-5 .col-sub .tab-nav li a {
 width: 100%;
}
#column-5 .col-sub .box {
 padding: 12px 6px 15px 10px;
 height: 310px;
}
#column-5 .list-dyjd li {
  width: 32%;
  text-align: center;
  line-height: 36px;
}
footer {
  background-color: #F4F4F4;
  padding: 40px 0 30px;
  color: #666666;
}
footer .copyright {
  padding-top: 20px;
}
footer .item-list {
  float: right;
}
footer .item-list li {
  width: 100px;
  text-align: center;
  display: inline-table;
  margin: 0 0 0 20px;
  font-size: 12px;
}
footer .item-list li img {
  width: 100px;
}
#crumbs {
  color: #999;
  font-size: 16px;
}
#crumbs .line-bottom {
  padding-bottom: 15px;
  padding-top: 5px;
  border-bottom: 2px solid #EAEAEA;
}
#crumbs i {
  font-size: 22px;
  margin-right: 10px;
  line-height: 18px;
  vertical-align: -10%;
}
#crumbs .iconshouye {
  font-size: 24px;
  vertical-align: -15%;
}
#col-main {
  padding-right: 60px;
}
#col-main .hd-line-bottom .column-name, #col-sub .hd-line-bottom .column-name {
  font-weight: bold;
  color: #555555;
}


/* 列表页 */
.page-list #banner, .page-article #banner {
  height: 250px;
}
.page-list #banner img, .page-article #banner img {
  margin-top: -180px;
  min-height: 250px;
  height: auto !important;
}
.page-list .media {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-bottom: 25px;
}
.list-body .media:last-child {
  border-bottom: none;
}
.page-list .media .media-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  margin: 5px auto 5px;
}
.page-list .media .media-left {
  padding-right: 15px;
  padding-top: 6px;
}
.page-list .media .media-body {
  line-height: 180%;
}
.page-list .media .media-info {
  clear: both;
  float: none;
  position: relative;
  padding-top: 15px;
  color: #999;
}
.page-list .media .media-info span {
  margin-right: 30px;
}
.page-list .media-info .pl {
  margin-right: 0px;
  position: absolute;
  top: 15px;
  right: 0px;
}
.page-list .media .media-info .tags a {
  margin-right: 10px;
  color: #999;
}
.item-list-sub {
  margin-left: -20px;
}
.item-list-sub li {
  width: 50%;
  padding-left: 20px;
  margin: 5px auto 0;
  height: 180px;
  text-align: left;
}
.item-list-sub li .img {
  height: 120px;
  overflow: hidden;
}
.item-list-sub li img {
  width: 100%;
  min-height: 120px;
  height: auto;
  transition: all 0.6s;
}
.pages {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-classid-571 #col-main .media-info {
  display: none;
}
/* 内容页 */
.page-classid-373 .article-title, .page-classid-408 .article-title, .page-classid-571 .article-title, .page-classid-373 .article-info, .page-classid-408 .article-info, .page-classid-571 .article-info, .page-classid-571 .article-info {
  display: none;
}
#pinBoxContainer .col-main {
  min-height: 920px;
}
.article-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 14px;
}
.article-ftitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 14px;
}
.article-info {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
#article-text {
  font-size: 16px;
  line-height: 190%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 40px;
}
#article-text p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#article-text img {
  max-width: 745px !important;
}
#article-text legend {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#article-text legend span {
  color: #06C !important;
}
.article-page {
  text-align: center;
  margin-bottom: 40px;
}
.article-page b,  .article-page a {
  margin-right: 5px;
  margin-left: 5px;
}
#article-vxh {
  text-align: center;
  margin-bottom: 40px;
  font-size: 12px;
}
#article-tools {
  text-align: center;
  margin-bottom: 40px;
}
#article-tools .btn {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  border-style: none;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 28px;
}
#article-tools .btn-danger {
  background: #fb8484;
}
#article-tools .btn-danger:hover {
  background-color: #fa6060;
}
#article-tools .btn-warning {
  background: #fed46d;
}
#article-tools .btn-warning:hover {
  background-color: #fec64d;
}
#article-tools .iconfont {
  margin-right: 5px;
  vertical-align: -5%;
}
#otherLink {
  padding-bottom: 10px;
}
#otherLink .media:last-child {
  border-bottom: none;
}
#otherLink .media .media-heading {
  font-size: 20px;
}

/* 导航 */
#top-nav {
  position: absolute;
  width: 100%;
  top: 52px;
  z-index: 100;
}
#top-nav .nav > ul {
  margin-right: -19px;
  padding: 0;
  float: right;
}
#top-nav .nav > ul > li {
  float: left;
  position: relative;
  perspective: 1000px;
}
#top-nav .nav > ul > li > a {
  font-size: 18px;
  padding: 10px 0px 16px;
  margin: 0px 20px;
  display: block;
}
#top-nav .nav > ul > li:hover > a {
  color: #F60;
}
#top-nav .nav > ul li ul {
  position: absolute;
  left: 20px;
  z-index: 1000;
  width: 240px;
  padding: 8px 0px 15px;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid rgba(112,203,247,1.00);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: transparent;
  overflow: hidden;
  transform-origin: 50% 0%;
}
#top-nav .nav > ul li.last ul {
  left: -20px;
}
#top-nav .nav > ul li:hover ul {
  background-color: rgba(255,255,255,0.9);
  opacity: 1;
  transition: opacity 0.3s linear;
  visibility: visible;
  animation-duration: 1s;
  animation-timing-function: ease;
}
#top-nav .nav > ul li:hover ul li {
  width: 50%;
  float: left;
}
#top-nav .nav > ul li li a {
  padding: 8px 0px;
  margin-left: 20px;
  transition: all 1s linear;
  font-size: 16px;
  display: block;
}
#top-nav .top-nav-bg {
  width: 100%;
}
#top-nav .nav > ul li li a:hover {
  color: #F60;
}
#top-navbar .fixed-top {
  top: 0px;
  padding-top: 12px;
  z-index: 110;
}
#top-navbar .fixed-top img {
  width: 240px;
}
#top-nav .fixed-top {
  top: 0px;
  padding-top: 10px;
  height: 64px;
  box-shadow: rgb(172, 172, 172) 0px 2px 4px;
  background: rgb(248, 248, 248);
}
#top-nav .fixed-top .nav {
  transition: all 0.5s linear;
}
#top-nav .fixed-top .nav > ul > li > a {
  color: #555;
  margin-left: 30px;
}
#top-nav .fixed-top .nav > ul li ul {
  visibility: hidden;
}
#col-sub .fixed-top {
  top: 90px;
  width: 380px;
}
#col-sub .fixed-fadeOut {
  position: fixed;
  top: 80px;
  width: 380px;
  transition: all 2s;
  opacity: 0;
}
#col-main
/* 轮播图 */
#pic-focus {
  position: relative;
  width: 100%;
  height: 310px;
  margin: 0;
}
#pic-focus .swiper-slide {height: 310px;  overflow: hidden;
}
#pic-focus img {
  display: block;
  width: 100%;
  min-height: 310px;
}
#pic-focus .bg {
  left: 0;
  height: 40px;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 270px;
  width: 100%;
}
#pic-focus h4 {
  position: absolute;
  left: 20px;
  color: #fff;
  top: 265px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  height: 45px;
}
#pic-focus .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}
#pic-focus .swiper-pagination {
  bottom: 10px;
  text-align: right;
  padding-right: 15px;
}
#pic-focus .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF0;
  opacity: 1;
  text-align: right;
  width: 12px;
}

/* 向上滚动 */
#pic-list {
  position: relative;
  width: 100%;
  margin: 10px auto 0px;
  overflow: visible;
}
#pic-list .swiper-container {
  width: 100%;
  height: 206px;
}
#pic-list .item-list li {
  width: 25%;
  margin-top: 10px;
}

/* TAB选项卡 */
.tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tab-nav li {
  display: inline;
}
.tab-nav li a {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: #eee;
  line-height: 40px;
  padding: 0 14px;
  margin-right: 2px;
  text-decoration: none;
  color: #666;
  transition: background .2s ease, line-height .2s ease, margin .2s ease;
  font-size: 18px;
  height: 40px;
}
.tab-nav li.active a {
  background: #137bd3;
  color: white;
}
.tab-nav li.last a {
  margin-right: 0px;
}

/* jump */
#jump-tool {
  position: fixed;
  bottom: 250px;
  right: 20px;
  z-index: 1001;
  margin: 0px;
  padding: 0px 6px;
  border: 1px solid #E5E5E5;
  background: #F8F8F8;
  width: 52px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: none;
}

@media (min-width: 1400px) {
#jump-tool {
  right: 40px;
}
}

@media (max-width: 1350px) {
#jump-tool {
  opacity: 0;
}
}
#jump-tool>li {
  text-align: center;
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 1050;
}
#jump-tool>li>a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: #666;
  margin: auto;
  padding: 12px 0px;
}
#jump-tool #gotop>a {
  padding: 12px 0px 15px;
}
#jump-tool>li>a:hover {
  color: #F60;
}
#jump-tool>li .iconfont {
  font-size: 30px;
}
#jump-tool>#search-btn .iconfont {
  font-size: 26px;
}
#jump-tool>#gotop .iconfont {
  font-size: 38px;
}
#jump-tool li .li-show {
  list-style: none;
  padding: 0px;
  z-index: 120;
  margin: 0px;
  position: absolute;
  right: 35px;
  top: -5px;
  display: none;
  width: 270px;
}
#jump-tool li .li-show li {
  position: relative;
  margin: 0px;
  padding-right: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

/* 动画 */
@-moz-keyframes rollImage {
 0% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes rollImage {
 0% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes rollImage {
 0% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes rollImage {
 0% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes rollImage2 {
 0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 80% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes rollImage2 {
 0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 80% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes rollImage2 {
 0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 80% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes rollImage2 {
 0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 80% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform:translateZ(0);
 transform:translateZ(0)
}
 50% {
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0)
}
 to {
 -webkit-transform:translateZ(0);
 transform:translateZ(0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform:translateZ(0);
 transform:translateZ(0)
}
 50% {
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0)
}
 to {
 -webkit-transform:translateZ(0);
 transform:translateZ(0)
}
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
