.form-control:focus {
  border-color: #920783;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 102, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 102, 233, 0.6);
}
.list-group-item a {
  display: block;
}
.media-object {
  display: block;
}
.thumbnail {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbnail .caption h3 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumbnail .caption-title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}
.thumbnail.no-border {
  border: none;
}
.thumbnail img {
  width: 100%;
}
.thumbnail:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.txt-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt-hide--2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-w .list-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 0;
}
.list-w .list-item:after,
.list-w .list-item:before {
  content: "";
  clear: both;
  display: table;
  height: 0;
}
.list-w .list-item .list-item__left {
  float: left;
}
.list-w .list-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.list-w .list-item:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5x);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-fff {
  background: #fff;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  background: #f5f5f5;
  font-size: 13px;
  line-height: 1.5;
}
a {
  color: #666;
  line-height: 1.5;
}
h4,
.h4 {
  font-size: 15px;
}
small,
.small {
  font-size: 12px;
  color: #999;
}
.cl-gray {
  color: #999;
}
a:hover {
  color: #582358;
}
.container {
  max-width: 1024px;
  width: 100%;
}
.bg {
  position: absolute;
  left: 0;
  bottom: 200px;
  z-index: -1;
  height: 696px;
  width: 100%;
  background: url("../images/bg.png") no-repeat center bottom;
}
.bg-fff {
  background: #fff;
}
.head {
  background: url("../images/top_bg.png") no-repeat top center;
  height: 218px;
  position: relative;
}
.head-search {
  background: #9c008c;
}
.head-search .btns {
  padding-top: 30px;
}
.logo-w {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(60, 15, 52, 0.2);
}
.logo-w .logo-name {
  font-size: 40px;
  color: #920783;
}
.logo-m {
  padding: 5px 0;
}
.m-nav {
  position: relative;
}
.m-nav .btn-group {
  position: absolute;
  right: 0;
  top: 15px;
}
.m-nav .navbar-toggle {
  background: rgba(0, 0, 0, 0.5);
}
.m-nav .navbar-toggle .icon-bar {
  background: #eee;
}
.m-nav .dropdown-menu {
  left: auto;
  right: 0;
}
.search-box {
  margin-top: 23px;
}
.search-box .form-control {
  background: #d699d0;
  border-color: #d699d0;
  color: #fff;
}
.search-box .form-control::placeholder {
  color: #fff;
}
.search-box input:-ms-input-placeholder {
  color: #fff;
}
.search-box .btn .glyphicon-search {
  color: #920783;
}
.top-links {
  line-height: 80px;
  color: #eee;
}
.cl-zi {
  color: #920783;
}
.nav-w {
  padding-top: 30px;
  font-size: 15px;
}
.nav-w .nav-title {
  display: inline-block;
  padding: 15px 5px;
  border: 1px solid #920783;
  font-size: 20px;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-decoration: none;
}
.nav-w .nav-bd {
  padding: 15px 0;
}
.nav-w .nav-bd a {
  margin: 0 5px;
}
.swiper-jd .swiper-container {
  max-width: 833px;
  width: 100%;
  height: 650px;
  margin-bottom: 30px;
  background: #fff;
}
.jdt-w {
  position: relative;
  display: block;
}
.jdt-w .jdt-img,
.jdt-w .jdt-img a {
  height: 440px;
  display: block;
  overflow: hidden;
}
.jdt-w .jdt-img a img {
  height: 100%;
  width: 100%;
}
.jdt-w .jdt-text {
  padding: 0 25px 25px;
}
.jdt-w .jdt-info {
  color: #999;
  margin-top: 10px;
}
.swiper-date {
  position: absolute !important;
  z-index: 2 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: -o-box !important;
  display: box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: start !important;
}
.swiper-container .swiper-date .swiper-date__item {
  height: 47px !important;
  background: #999 !important;
  padding: 8px 2px !important;
  color: #fff !important;
  flex: 1 !important;
  text-align: center !important;
  margin-left: 1px !important;
}
.swiper-container .swiper-date .swiper-date__item span {
  font-size: 20px !important;
}
.swiper-container .swiper-date .swiper-date__item.active {
  background: #920783 !important;
}
.swiper-container .swiper-date .swiper-date__item:first-child {
  background: #920783 !important;
}
.swiper-container .swiper-date .swiper-date__item:first-child span {
  font-size: 22px !important;
}
.swiper-zp .swiper-container3 {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  text-align: center;
}
.swiper-zp .swiper-container3 .swiper-wrapper {
  height: 100%;
}
.swiper-zp .swiper-container3 .swiper-slide {
  height: 100%;
}
.swiper-zp .swiper-container3 .swiper-slide img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.swiper-zz .swiper-container2 {
  width: 100%;
  height: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  text-align: center;
}
.swiper-zz .swiper-container2 img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-container2 .swiper-slide,
.swiper-container3 .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.more {
  color: #999;
  font-size: 14px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-container > .swiper-pagination-bullets {
  width: auto;
  left: auto;
  right: 25px;
  bottom: 25px;
}
.swiper-pagination-bullet-active {
  background: #f19ec2;
}
.pd-no {
  padding: 0;
}
.mg-box {
  margin-bottom: 30px;
}
.nav-tabs-warp {
  background-color: #fff;
}
.nav-tabs > li {
  width: 50%;
  text-align: center;
  cursor:pointer;
}

.nav-tabs > li.active {
  background: #920783;
}
.nav-tabs > li a {
  line-height: 64px;
  padding: 0;
  font-size: 20px;
  display: inline;
  cursor:pointer;
}
.nav-tabs > li a:hover {
  text-decoration: underline;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: transparent;
  border: none;
  cursor:pointer;
}
.index-news-warp {
  position: relative;
  height: 650px;
  z-index: 5;
  overflow: hidden;
}
.index-news-warp .panel-body {
  background-color: #fff;
}
.index-news-warp:hover {
  overflow: visible;
}
.panel {
  border: none;
  border-top: 3px solid #920783;
}
.panel-heading {
  height: 64px;
  padding: 18px 15px;
  font-size: 20px;
  color: #920783;
}
.panel-heading .icon {
  width: 22px;
  height: 22px;
}
.panel-title {
  font-size: 20px;
  color: #920783;
}
.panel-title .more {
  color: #999;
}
.panel-default > .panel-heading {
  background-color: #fff;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #920783;
}
.panel-danger > .panel-heading h3 {
  color: #fff;
}
.panel-danger > .panel-heading h3 a {
  color: #fff;
}
.tab-content {
  padding: 20px;
}
.arrow-left {
  height: 60px;
  width: 30px;
  background: url("../images/jt.png") no-repeat left 0;
}
.arrow-right {
  height: 60px;
  width: 30px;
  background: url("../images/jt.png") no-repeat right 0;
}
.u-date {
  color: #aaa;
}
.icon-time {
  color: #920783;
}
.news-list li {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 12px;
  line-height: 1.7;
}
.news-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.news-list li:after,
.news-list li:before {
  content: "";
  clear: both;
  display: table;
  height: 0;
}
.news-list li:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5x);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .news-list__desc {
  color: #999;
  font-size: 14px;
}
.news-list .news-list__left {
  float: left;
  margin-right: 30px;
}
.m-jctj .caption h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-jctj .img-box a {
  display: block;
  height: 140px;
}
.m-jctj .img-box a img {
  height: 100%;
  width: 100%;
}
.m-jdgs .caption h3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 45px;
}
.m-jdgs .nav-tabs-warp {
  height: 648px;
}
.m-zhxw {
  height: 600px;
}
.icon-link {
  display: block;
  height: 100px;
  text-align: center;
  background: #bfbfbf;
  width: 70px;
  height: 80px;
  color: #fff;
}
.icon-link .icon {
  height: 45px;
  width: 45px;
}
.icon-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.wx-qr-box {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
}
#wx_qr:hover .wx-qr-box {
  display: block;
}
.icon-guangbo {
  background: url('../images/icon2.png') no-repeat -5px -54px;
}
.icon-tv {
  background: url('../images/icon2.png') no-repeat -68px -54px;
}
.icon-toutiao {
  background: url('../images/icon2.png') no-repeat -194px -109px;
}
.icon-weixin {
  background: url('../images/icon2.png') no-repeat -132px -54px;
}
.icon-weibo {
  background: url('../images/icon2.png') no-repeat -195px -54px;
}
.icon-tiantan {
  background: url('../images/icon2.png') no-repeat -15px -15px;
}
.icon-tiantan2 {
  background: url('../images/icon2.png') no-repeat -81px -15px;
}
.icon-lianpu {
  background: url('../images/icon2.png') no-repeat -142px -15px;
}
.icon-shu {
  background: url('../images/icon2.png') no-repeat -206px -15px;
}
.icon-jianzhu1 {
  background: url('../images/icon2.png') no-repeat -142px -124px;
}
.icon-jianzhu2 {
  background: url('../images/icon2.png') no-repeat -85px -124px;
}
.icon-jianzhu3 {
  background: url('../images/icon2.png') no-repeat -209px -163px;
}
.icon {
  display: inline-block;
}
.m-sp-w {
  padding: 15px;
}
.m-sp-w video {
  background: #000;
}
.m-sp-w .m-sp__title {
  padding: 15px 0;
}
.foot {
  background: #601986;
  padding: 51px 0;
  color: #c498dc;
}
.foot .logo2 {
  width: 125px;
  height: 125px;
}
.foot .qr_item {
  width: 132px;
  display: inline-block;
}
.foot .foot-address {
  padding-top: 15px;
}
.gy-tabs {
  height: 770px;
}
.gy-tabs .thumbnail {
  margin-bottom: 8px;
}
.index-cc-img {
  height: 165px;
}
.page-list__left,
.page-list__right {
  min-height: 500px;
}
.page-list__left .media:hover {
  box-shadow: 0 5px 15px #ddd;
}
.page-list__left .media-left,
.page-list__left .media > .pull-left {
  padding-right: 20px;
}
.pages {
  line-height: 30px;
  text-align: center;
  padding: 20px 5px;
}
.pages a {
  background-color: #8800ce;
  color: #fff;
}
.pages p.pg_info {
  margin-right: 10px;
  float: left;
}
.pages p.pg_info span {
  color: #920783;
}
.pages .frontPage,
.pages .Pre,
.pages .Next,
.pages .backPage {
  border: 1px solid #8800ce;
  margin: 0px 2px;
  padding: 8px 10px;
}
.pages select {
  padding: 8px 10px;
}
.img-list_img {
  height: 165px;
}
.hot-num {
  display: inline-block;
  background: #ddd;
  color: #fff;
  text-align: center;
  width: 30px;
}
.hot-num-1 {
  background: #cc0bb9;
}
.hot-num-2 {
  background: #e218ce;
}
.hot-num-3 {
  background: #f830e4;
}
.hot-num-4 {
  background: #f76fe9;
}
.hot-num-5 {
  background: #fa97f0;
}
.hot-num-6 {
  background: #fab9f2;
}
.list-xiaobao .thumbnail-img {
  height: 455px;
}
.list-group a {
  font-size: 15px;
}
.detail-title {
  line-height: 1.5;
  font-size: 24px;
  color: #920783;
}
.m-content img {
  width: auto;
  max-width: 100%;
}
.media,
.media:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.media:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5x);
}
.search-number {
  line-height: 50px;
}
.thumbnail a > img.img-skin-3 {
  height: 125px;
}
@media screen and (max-width: 800px) {
  .head {
    height: 80px;
    margin-bottom: 10px;
  }
  .swiper-jd .swiper-container {
    height: 595px;
  }
  .jdt-w .jdt-img {
    height: 240px;
  }
  .swiper-zz .swiper-container2 {
    height: 372px;
  }
  .swiper-zp .swiper-container3 {
    height: 100%;
  }
  .gy-tabs {
    height: 500px;
  }
  .m-jdgs .nav-tabs-warp {
    height: auto;
  }
  .m-zhxw {
    height: auto;
    margin-bottom: 20px;
  }
  .thumbnail a > img {
    height: 85px;
  }
  .index-news-warp {
    height: auto;
    overflow: visible;
  }
  .list-xiaobao .thumbnail-img {
    height: 241px;
  }
}
.imgnav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
#content {
  margin: 0px auto;
  line-height: 19px;
}
#content p {
  text-indent: 2em;
  color: #333;
}
#img {
  z-index: 10;
  width: 100%;
  position: relative;
  text-align: center;
}
#img img {
  transition: all 0.3s ease;
  max-height: 800px;
  max-width: 100%;
}
.img-view-big {
  display: block;
}
#front,
#next {
  position: absolute;
  top: 0;
  width: 104px;
  height: 104px;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#front a,
#next a {
  width: 100%;
  height: 100%;
  display: block;
}
#front {
  left: 0px;
  background: url(../images/blank.gif);
}
#front a {
  left: 20px;
  background: url(../images/imgSlideLeft.png) no-repeat;
}
#next {
  right: 0px;
}
#next a {
  right: 20px;
  background: url(../images/imgSlideRight.png) no-repeat;
}
#cbtn {
  background: #eaebf0;
  position: relative;
  border: 1px solid #d6d9dc;
  margin-top: 12px;
  padding: 0 50px;
}
#cbtn ul {
  position: relative;
  margin: 0;
}
#cbtn ul::after,
#cbtn ul::before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  line-height: 0;
}
#cbtn ul li {
  float: left;
  list-style: none;
  width: 116px;
  height: 86px;
  cursor: pointer;
  text-align: center;
  margin-right: 20px;
  position: relative;
  box-sizing: border-box;
}
#cbtn ul li img {
  height: 100%;
  width: 100%;
  display: block;
}
#cbtn ul li tt {
  background: #000;
  color: #fff;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 20;
  font-family: "宋体";
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
}
#cbtn li.hov {
  border: 3px solid #920783;
}
.ctrl div {
  clear: both;
}
#cSlideUl {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.picSildeLeft,
.picSildeRight {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: inline-block;
  width: 20px;
  height: 63px;
}
.picSildeLeft {
  left: 10px;
  background: url("../images/picSlideLeft.gif") no-repeat;
}
.picSildeRight {
  right: 10px;
  background: url("../images/picSlideRight.gif") no-repeat;
}
.imgnav .imgnav-title {
  padding: 20px 0;
}
.imgnav .page-box {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
}
.imgnav .page-box .activePage {
  font-size: 22px;
  color: #920783;
}
@media screen and (max-width: 800px) {
  .imgnav {
    padding: 0;
  }
  .imgnav .imgnav-title {
    padding: 0;
  }
}

