﻿/*
* @Author: omtech.cn
* @Date:   2018-04-19 17:30:05
* @Last Modified by:   jason
* @Last Modified time: 2018-10-18 17:59:56
*/
@charset 'utf-8';

/**
 ********************** common **********************
 */
/*width*/
.w470 {
  width: 470px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w580 {
  width: 580px !important;
}
.w620 {
  width: 620px;
}
.w1200 {
  width: 1200px;
}
.w100p {
  width: 100%;
}

/*margin*/
.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}

/*padding*/
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt25 {
  padding-top: 25px !important;
}

/*img-zoom*/
.img-zoom .image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**
 ********************** header **********************
 */
.header {
  overflow: hidden;
}
/*topbar*/
.header .topbar {
  height: 42px;
  overflow: hidden;
  margin-top: 25px;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
}
.header .topbar,
.header .topbar a,
.header .topbar a:hover {
  color: #fff;
}
.header .topbar .left span {
  margin-right: 10px;
}
.header .topbar .search {
  position: relative;
  float: right;
  width: 270px;
  height: 36px;
  padding: 3px 60px 3px 30px;
  overflow: hidden;
  border-radius: 42px;
}
.header .topbar .search .text {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  border: 0 none;
  background: none;
}
.header .topbar .search .text::placeholder {
  color: #eee;
}
.header .topbar .search button {
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
  border: 0 none;
  cursor: pointer;
  background: url("/template-tjjw-001/img/search_icon.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate01/search_icon.png');
}
.header .topbar .search .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 360px;
  height: 42px;
  background-color: #b3d0f9;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/*main*/
.header .main {
  position: relative;
  height: 342px;
}
.header .main .logo {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 750px;
  height: 220px;
  overflow: hidden;
}
.header .main .logo a {
  display: block;
  height: 100%;
  text-indent: -999em;
  cursor: pointer;
}

/*menu*/
.header .menu {
  height: 100px;
  overflow: hidden;
}
.header .menu .wrap {
  height: 42px;
  overflow: hidden;
  padding-top: 39px;
}
.header .menu ul {
  width: 1208px;
}
.header .menu li {
  float: left;
  width: 140px;
  height: 42px;
  padding: 0 8px;
  overflow: hidden;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
.header .menu li.home {
  width: 110px;
  padding-left: 0;
  padding-right: 6px;
}
.header .menu li a {
  display: block;
  height: 100%;
  cursor: pointer;
  color: #fff;
}
.header .menu li a.on,
.header .menu li a:hover {
  font-weight: bold;
  text-decoration: none;
}

/**
 ********************** container **********************
 */
.container {
  overflow: hidden;
  background-color: #fff;
}
.container .container-wrap {
  padding: 20px 25px 25px;
}

/*container-sub*/
.container-sub {
  background-color: #f0f0f0;
}
.container-sub .container-wrap {
  padding-top: 25px;
}

/**
 ********************** footer **********************
 */
.footer {
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background-color: #323244;
}
.footer,
.footer a,
.footer a:hover {
  color: #fff;
}
.footer .link a {
  margin: 0 10px;
}
.footer .logo {
  margin-top: 10px;
}

/*alert*/
.alert {
  position: fixed;
  top: 50%;
  right: 10%;
  left: 10%;
  z-index: 9999;
  margin-top: -23px;
  text-align: center;
}
.alert span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  background: #333;
  -webkit-box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0 1px 1px #9d9d9d;
  text-shadow: 0 1px 1px #9d9d9d;
}

/*backtop*/
.backtop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 80;
  display: none;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  border-radius: 5px;
  background: url("/template-tjjw-001/img/bg_backtop.png") no-repeat center top
    #d6d6d6;
}
.backtop:hover {
  background-color: #0b265b;
  background-position: center bottom;
}

/*fix-qrcode*/
.fix-qrcode,
.fix-qrcode .title {
  width: 75px;
  height: 170px;
}
.fix-qrcode {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 999;
}
.fix-qrcode .title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.fix-qrcode .cont {
  position: absolute;
  top: 0;
  right: 66px;
  z-index: 1;
  width: 0px;
  height: 100%;
  overflow: hidden;
}
.fix-qrcode.on .cont {
  width: 160px;
}

/**
 ********************** home **********************
 */
/*hd-home*/
.hd-home {
  position: relative;
  height: 42px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e4f1;
}
.hd-home h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 28px;
  padding-right: 8px;
  font-size: 24px;
  line-height: 40px;
}
.hd-home .more {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #999;
}
.hd-home .search {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100px;
  height: 24px;
  padding: 3px 40px 3px 10px;
  border: 1px solid #e2e4f1;
}
.hd-home .search .text {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.hd-home .search .text::placeholder {
  color: #999;
}
.hd-home .search button {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 0 none;
  background: url("/template-tjjw-001/img/hd_search_icon.png") no-repeat;
}

/*tab-home*/
.tab-home {
  height: 30px;
  overflow: hidden;
}
.tab-home li {
  float: left;
  margin-right: 3px;
  font-size: 16px;
  *font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}
.tab-home li a {
  display: block;
  padding: 0 6px;
}
.tab-home li a:hover {
  text-decoration: none;
}

/*news-item*/
.news-item li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.news-item li a {
  display: inline-block;
  padding-left: 20px;
}
.news-item li.picnews a {
  display: inline;
  padding-left: 0;
  background: none;
}
.news-item li.bignews {
  font-weight: bold;
}
.news-item li.picnews {
  height: 135px;
  padding-bottom: 20px;
}
.news-item li.picnews .image {
  float: left;
  width: 180px;
  height: 135px;
  margin-right: 20px;
}
.news-item li.picnews .image img {
  width: 100%;
  height: 100%;
}
.news-item li.picnews .image {
  position: relative;
  display: block;
  cursor: pointer;
}
.news-item li.picnews .image i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url("/template-tjjw-001/img/icon-video.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/icon-video-png8.png');
}
.news-item li.picnews .cont {
  padding-top: 5px;
}
.news-item li.picnews .cont h4 {
  max-height: 60px;
  _height: 60px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
}
.news-item li.picnews .cont p {
  height: 50px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
.news-item li.picnews-padding {
  padding-top: 12px;
  padding-bottom: 30px;
}
.news-item li.blank {
  height: 17px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/*news-2col-item*/
.news-2col-item li {
  float: left;
  width: 550px;
  padding-right: 50px;
}

/*pic-item*/
.pic-item li {
  float: left;
  width: 260px;
  padding-right: 36px;
}
.pic-item li .image {
  width: 100%;
  height: 194px;
}
.pic-item li .image img {
  width: 100%;
  height: 100%;
}
.pic-item li .image {
  position: relative;
  display: block;
  cursor: pointer;
}
.pic-item li .image i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  background: url("/template-tjjw-001/img/video_icon.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/video_icon.png');
}
.pic-item li .title {
  margin-top: 10px;
  margin-bottom: 5px;
  height: 52px;
  overflow: hidden;
  line-height: 26px;
}

/*pic-date-item*/
.pic-date-item li {
  width: 270px;
  padding-right: 20px;
}
.pic-date-item li .image {
  height: 202px;
}
.pic-date-item li .title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
.pic-date-item li .date {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1;
  color: #999;
}

/*pic-abs-item*/
.pic-abs-item {
  width: 560px;
}
.pic-abs-item li {
  width: 270px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.pic-abs-item li .image {
  position: relative;
  height: 153px;
}
.pic-abs-item li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  _background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.pic-abs-item li .title span {
  display: block;
  height: 46px;
  overflow: hidden;
  padding: 0 10px;
}
.pic-abs-item li a:hover .title span {
  text-decoration: underline;
}

/*home-notice*/
.home-notice {
  height: 50px;
  padding: 10px 25px;
  line-height: 50px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.home-notice .title {
  float: left;
  width: 100px;
  padding-left: 30px;
}
.home-notice .title h3 {
  font-size: 18px;
}
.home-notice .cont {
  float: right;
  width: 970px;
}
.home-notice .cont li {
  height: 50px;
  overflow: hidden;
}
.home-notice .cont li a {
  color: #666;
}

/*home-slide*/
.home-slide {
  background-color: #eee;
}
.home-slide,
.home-slide .cont,
.home-slide .cont li,
.home-slide .cont li .image {
  width: 680px;
  height: 417px;
}
.home-slide,
.home-slide .cont,
.home-slide .cont li {
  position: relative;
}
.home-slide,
.home-slide .cont li {
  float: left;
  overflow: hidden;
}
.home-slide .cont li .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-slide .cont li .title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  _background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.home-slide .cont li .title a {
  color: #fff;
}
.home-slide .cont li .title p {
  display: block;
  height: 60px;
  overflow: hidden;
  margin: 0 120px 0 20px;
  font-size: 18px;
  line-height: 60px;
}
.home-slide .icon {
  position: absolute;
  right: 17px;
  bottom: 23px;
  z-index: 2;
}
.home-slide .icon li {
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
}
.home-slide .prev,
.home-slide .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url("/template-tjjw-001/img/slide_arrow.png") no-repeat;
  _background: url("/template-tjjw-001/img/slide_arrow_png8.png") no-repeat;
}
.home-slide .prev {
  left: -50px;
  background-position: left top;
}
.home-slide .next {
  right: -50px;
  background-position: right bottom;
}
.home-slide .prev:hover,
.home-slide .next:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-slide .prev:hover {
  background-position: right top;
}
.home-slide .next:hover {
  background-position: left bottom;
}

/*home-headlines*/
.home-headlines {
  float: right;
  width: 406px;
  height: 415px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.home-headlines .hd {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.home-headlines .hd,
.home-headlines .hd h3 {
  border-bottom: none;
}
.home-headlines .hd .more {
  line-height: 40px;
}
.home-headlines .bd li {
  height: 60px;
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.home-headlines .bd li a {
  display: inline-block;
  padding-left: 25px;
}

/*jubao-item*/
.jubao-item {
  width: 570px;
  margin-top: -10px;
}
.jubao-item li {
  float: left;
  width: 260px;
  height: 110px;
  text-align: center;
  padding-right: 25px;
  padding-top: 20px;
}
.jubao-item li .wrap,
.jubao-item li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.jubao-item li .wrap {
  height: 106px;
  border: 2px solid #eee;
}
.jubao-item li .wrap .title {
  margin-top: 18px;
  letter-spacing: 5px;
  color: #999;
}
.jubao-item li .wrap .cont {
  margin-top: 3px;
  font-size: 24px;
  font-weight: bold;
}
.jubao-item li .wrap .cont b {
  color: #dc0000;
}
.jubao-item li a {
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 110px;
  color: #fff;
  cursor: pointer;
}
.jubao-item li a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jubao-item li a i,
.jubao-item li a span {
  display: inline-block;
  vertical-align: middle;
}
.jubao-item li a i {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url("/template-tjjw-001/img/quxian/plate01/jubao_icon.png")
    no-repeat;
  _background: url("/template-tjjw-001/img/quxian/plate01/jubao_icon_png8.png")
    no-repeat;
}
.jubao-item li.item2 a {
  background-color: #ea0f0f;
}
.jubao-item li.item3 a {
  background-color: #f29e0d;
}
.jubao-item li.item4 a {
  background-color: #2cc37a;
}
.jubao-item li.item5 a {
  background-color: #3188e1;
}
.jubao-item li.item6 a {
  background-color: #37cae9;
}
.jubao-item li.item7 a {
  background-color: #05a7e3;
}
.jubao-item li.item2 a:hover {
  background-color: #df0808;
}
.jubao-item li.item3 a:hover {
  background-color: #eb7607;
}
.jubao-item li.item4 a:hover {
  background-color: #18a650;
}
.jubao-item li.item5 a:hover {
  background-color: #1b5dd1;
}
.jubao-item li.item6 a:hover {
  background-color: #1eb0dd;
}
.jubao-item li.item7 a:hover {
  background-color: #0492db;
}
.jubao-item li.item2 a i {
  background-position: 0 0;
}
.jubao-item li.item3 a i {
  background-position: -32px 0;
}
.jubao-item li.item4 a i {
  background-position: -64px 0;
}
.jubao-item li.item5 a i {
  background-position: -96px 0;
}
.jubao-item li.item6 a i {
  background-position: -128px 0;
}
.jubao-item li.item7 a i {
  background-position: -160px 0;
}

/*jubao-small-item*/
.jubao-small-item li {
  height: 85px;
}
.jubao-small-item li a {
  line-height: 85px;
}
.jubao-small-item li .wrap {
  height: 81px;
}
.jubao-small-item li .wrap .title {
  margin-top: 8px;
}
.jubao-small-item li .wrap .cont {
  margin-top: 0;
}

/*home-banner*/
.home-banner img {
  width: 100%;
}

/*专题*/
.home-topic {
  height: 298px;
  overflow: hidden;
}
.home-topic .title {
  position: relative;
  float: left;
  width: 69px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: url("/template-tjjw-001/img/topic_title_bg.png") no-repeat bottom
    #ee154d;
}
.home-topic .title h2 {
  padding: 25px 20px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.home-topic .title .more {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.home-topic .cont {
  float: right;
  width: 1073px;
  overflow: hidden;
}
.home-topic .cont img {
  width: 100%;
  height: 100%;
}
.single-topic {
  width: 100%;
  height: 179px;
}
.multiple-topic {
  width: 1084px;
  height: 108px;
  margin-top: 11px;
}
.multiple-topic .item {
  float: left;
  width: 260px;
  height: 100%;
  overflow: hidden;
  margin-right: 11px;
}
.multiple-topic .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.multiple-topic .image a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
}
.multiple-topic .image a:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
}
.slide-topic,
.slide-topic li {
  width: 271px;
  height: 113px;
}
.slide-topic {
  position: relative;
}
.slide-topic .prev,
.slide-topic .next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 48px;
  overflow: hidden;
  margin-top: -24px;
  background: url("/template-tjjw-001/img/topic_cont_arrow.png") no-repeat;
  _background: url("/template-tjjw-001/img/topic_cont_arrow_png8.png") no-repeat;
  background-color: rgba(11, 38, 91, 0.5);
  _background-color: #8592ad;
}
.slide-topic .prev {
  left: 0;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  background-position: left top;
}
.slide-topic .next {
  right: 0;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  background-position: right bottom;
}
.slide-topic .prev:hover,
.slide-topic .next:hover {
  background-color: rgba(11, 38, 91, 0.8);
  _background-color: #3c517c;
}
.slide-topic .prev:hover {
  background-position: right top;
}
.slide-topic .next:hover {
  background-position: left bottom;
}
.slide-topic ul,
.slide-topic li {
  -webkit-transition: none;
  transition: none;
}
.slide-topic li {
  position: relative;
  float: left;
}

/*chongdianzhan-item*/
.chongdianzhan-item {
  width: 564px;
}
.chongdianzhan-item li {
  float: left;
  width: 268px;
  height: 82px;
  padding-right: 14px;
  padding-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 82px;
  text-align: center;
}
.chongdianzhan-item li.item1,
.chongdianzhan-item li.item2 {
  height: 140px;
  line-height: 140px;
}
.chongdianzhan-item li a {
  display: block;
  height: 100%;
  color: #fff;
  cursor: pointer;
  background: url("/template-tjjw-001/img/chongdianzhan_bd_bg.jpg") no-repeat;
}
.chongdianzhan-item li a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.chongdianzhan-item li i,
.chongdianzhan-item li span {
  display: inline-block;
  vertical-align: middle;
}
.chongdianzhan-item li a i {
  width: 57px;
  height: 57px;
  margin-right: 10px;
  background: url("/template-tjjw-001/img/chongdianzhan_bd_icon.png") no-repeat;
  _background: url("/template-tjjw-001/img/chongdianzhan_bd_icon_png8.png")
    no-repeat;
}
.chongdianzhan-item li.item1 a {
  background: #d00;
}
.chongdianzhan-item li.item2 a {
  background: #2050a1;
}
.chongdianzhan-item li.item3 a {
  background-position: right 0;
  background-color: #3767af;
}
.chongdianzhan-item li.item4 a {
  background-position: right -82px;
  background-color: #e8a322;
}
.chongdianzhan-item li.item5 a {
  background-position: right -164px;
  background-color: #e05d87;
}
.chongdianzhan-item li.item6 a {
  background-position: right -246px;
  background-color: #336eca;
}
.chongdianzhan-item li.item1 a:hover {
  background: #b00;
}
.chongdianzhan-item li.item2 a:hover {
  background: #03388f;
}
.chongdianzhan-item li.item3 a:hover {
  background-position: left 0;
}
.chongdianzhan-item li.item4 a:hover {
  background-position: left -82px;
}
.chongdianzhan-item li.item5 a:hover {
  background-position: left -164px;
}
.chongdianzhan-item li.item6 a:hover {
  background-position: left -246px;
}
.chongdianzhan-item li.item1 a i {
  background-position: 0 0;
}
.chongdianzhan-item li.item2 a i {
  background-position: -57px 0;
}

/*home-wenhua*/
.home-wenhua {
  position: relative;
  margin-top: 50px;
  padding: 55px;
  background-color: #e9ecf4;
}
.home-wenhua .hd {
  position: absolute;
  top: 39px;
  left: 65px;
  width: 195px;
  height: 34px;
  text-indent: -999em;
}
.home-wenhua .bd li {
  float: left;
  width: 240px;
  height: 300px;
  padding: 10px;
}
.home-wenhua .bd li.first {
  padding-top: 55px;
  height: 255px;
}
.home-wenhua .bd li a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.home-wenhua .bd li a:hover {
  text-decoration: none;
}
.home-wenhua .bd li p {
  position: absolute;
  bottom: 15px;
  left: 25px;
  right: 25px;
  z-index: 2;
  width: 190px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.home-wenhua .bd li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*home-piclink*/
.home-piclink {
  margin-top: 40px;
}
.home-piclink ul {
  width: 1200px;
}
.home-piclink li {
  float: left;
  width: 218px;
  height: 74px;
  padding-top: 15px;
  padding-right: 15px;
}
.home-piclink li .image,
.home-piclink li img {
  width: 100%;
  height: 100%;
}

/*home-sites*/
.home-sites {
  margin-top: 50px;
}
.home-sites .hd h3 {
  padding-left: 35px;
  font-size: 24px;
  background: url("/template-tjjw-001/img/sites_icon.png") no-repeat left center;
}
.home-sites .bd {
  padding: 10px 35px 20px;
  overflow: hidden;
}
.home-sites .bd ul {
  width: 1200px;
}
.home-sites .bd li {
  float: left;
  width: 145px;
  height: 30px;
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
}
.home-sites .bd li.long {
  width: 100%;
}
.home-sites .bd li.on {
  font-weight: bold;
}

/**
 ********************** sub **********************
 */
.sub-side {
  float: left;
  width: 275px;
}
.sub-body {
  float: right;
  width: 850px;
}
.sub-sort,
.sub-hot,
.sub-crumbs,
.sub-content {
  background-color: #fff;
}

/*hd-sub*/
.hd-sub {
  padding: 15px;
  border-bottom: 1px solid #eaf0f3;
}
.hd-sub h3 {
  padding-left: 28px;
  font-size: 22px;
  line-height: 30px;
}
/*hd-sub-content*/
.hd-sub-content {
  position: relative;
  height: 42px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 3px solid #e2e4f1;
}
.hd-sub-content h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  font-size: 20px;
  line-height: 42px;
}
.hd-sub-content .more {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #999;
}

/*sub-sort*/
.sub-sort {
  margin-bottom: 25px;
}
.sub-sort ul {
  padding: 15px 0;
}
.sub-sort li {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.sub-sort li a {
  display: block;
  width: 195px;
  padding: 15px 50px 15px 30px;
  background: url("/template-tjjw-001/img/sort_icon.png") no-repeat 300px center;
  _background-image: url("/template-tjjw-001/img/quxian/plate01/sort_icon_png8.png");
}
.sub-sort li.on a,
.sub-sort li a:hover {
  color: #fff;
  text-decoration: none;
  background-position: 240px center;
}

/*sub-hot*/
.sub-hot ul {
  padding: 5px 10px 10px;
}
.sub-hot li {
  position: relative;
  width: 215px;
  padding: 10px 5px 10px 35px;
  font-size: 16px;
  border-bottom: 1px dashed #f0f0f0;
}
.sub-hot li.last {
  border: none;
}
.sub-hot li i {
  position: absolute;
  top: 14px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  padding: 1px;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #ccc;
}
.sub-hot li i.i1 {
  background-color: #ea1515;
}
.sub-hot li i.i2 {
  background-color: #f19900;
}
.sub-hot li i.i3 {
  background-color: #317bcf;
}

/*sub-crumbs*/
.sub-crumbs {
  padding: 15px 20px 15px 55px;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #eaf0f3;
  background-image: url("/template-tjjw-001/img/crumbs_icon.png");
  background-repeat: no-repeat;
  background-position: 22px 18px;
}

/*sub-content*/
.sub-content {
  min-height: 300px;
  overflow: hidden;
  padding: 20px 30px 30px;
}

/*pagecode*/
.pagecode {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.pagecode span,
.pagecode a {
  display: inline-block;
  height: 35px;
  margin: 0 2px;
  padding: 0 12px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
}
.pagecode span,
.pagecode a:hover {
  color: #fff;
  text-decoration: none;
}

/*news-list*/
.news-list li {
  position: relative;
  width: 635px;
  padding: 15px 150px 15px 5px;
  word-break: break-all;
  border-bottom: 1px dotted #e0e0e0;
}
.news-list li span {
  position: absolute;
  top: 17px;
  right: 5px;
  font-size: 16px;
  color: #999;
}

/*newscont-list*/
.newscont-list li {
  position: relative;
  padding: 15px 5px;
  border-bottom: 1px dotted #e0e0e0;
}
.newscont-list h4 {
  margin-bottom: 15px;
}
.newscont-list h4 em,
.newscont-list .desc em {
  font-style: normal;
  color: #fd0404;
}
.newscont-list .image {
  position: relative;
  float: left;
  width: 136px;
  height: 100px;
  overflow: hidden;
  margin-right: 22px;
}
.newscont-list .image img {
  width: 100%;
  height: 100%;
}
.newscont-list .image s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template-tjjw-001/img/icon-video.png") no-repeat center;
  _background: url("/template-tjjw-001/img/icon-video-png8.png") no-repeat
    center;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  opacity: 1;
}
.newscont-list .desc {
  text-align: justify;
  word-break: break-all;
}
.newscont-list .info {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.newscont-list .info span {
  margin-right: 20px;
}

/*pic-list*/
.pic-list {
  width: 810px;
  padding-left: 10px;
}
.pic-list li {
  float: left;
  width: 230px;
  padding: 30px 40px 10px 0;
}
.pic-list li .image {
  position: relative;
  display: block;
  height: 178px;
  border: 1px solid #f0f0f0;
}
.pic-list li .image img {
  width: 100%;
  height: 100%;
}
.pic-list li .image s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template-tjjw-001/img/icon-video.png") no-repeat center;
  _background: url("/template-tjjw-001/img/icon-video-png8.png") no-repeat
    center;
  background-size: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}
.pic-list li .image:hover s {
  background-color: rgba(0, 0, 0, 0.4);
}
.pic-list li .title {
  height: 48px;
  overflow: hidden;
  padding: 0 5px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: 0 none;
}

/*banner-list*/
.banner-list {
  margin-top: 30px;
}
.banner-list img {
  width: 100%;
}

/*whcg-list*/
.whcg-list {
  width: 810px;
  padding-left: 10px;
}
.whcg-list li {
  float: left;
  width: 365px;
  padding: 30px 40px 10px 0;
}
.whcg-list li .image {
  position: relative;
  display: block;
  height: 140px;
  border: 1px solid #f0f0f0;
}
.whcg-list li .image img {
  width: 100%;
  height: 100%;
}
.whcg-list li .title {
  height: 48px;
  overflow: hidden;
  padding: 0 5px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: 0 none;
}

/*show*/
.show-title,
.show-desc,
.show-audio,
.show-video,
.show-atlas,
.show-content,
.show-page {
  margin-bottom: 25px;
}
/*show-title*/
.show-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.show-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #0b265b;
}
.show-title h2,
.show-title h3 {
  font-size: 22px;
  color: #666;
}
.show-title h2 {
  margin-top: 15px;
  font-weight: normal;
}
.show-title h3 {
  margin-bottom: 15px;
}
.show-title p {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.show-title p span {
  margin: 0 10px;
}
/*show-desc*/
.show-desc {
  padding: 15px;
  font-family: "KaiTi";
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
}
/*show-audio*/
.show-audio {
  height: 92px;
  text-align: center;
}
/*show-video*/
.show-video {
  width: 640px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}
/*show-atlas*/
.show-atlas {
  position: relative;
  width: 790px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.show-atlas * {
  -ms-transition: none;
  transition: none;
}
.show-atlas .succesny {
  position: relative;
}
.show-atlas .control {
  height: 593px;
  overflow: hidden;
  background: #fff;
}
.show-atlas .change li {
  display: table;
  width: 790px;
  overflow: hidden;
  text-align: center;
}
.show-atlas .change li .imgWrap {
  display: table-cell;
  zoom: 1;
  width: 790px;
  height: 593px;
  overflow: hidden;
  *font-size: 535.8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.show-atlas .change li img {
  width: expression(this.width > 790 ? 790: true);
  max-width: 790px;
  height: expression(this.height > 593 ? 593: true);
  max-height: 593px;
  vertical-align: middle;
}
.show-atlas .change li .textDesc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.show-atlas .change li .title {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.show-atlas .change li .title a {
  color: #fff;
}
.show-atlas .change li .text {
  display: none;
}
.show-atlas .ssprev,
.show-atlas .ssnext {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-top: -25px;
  text-indent: -999em;
  background: url("/template-tjjw-001/img/focus_arrow.png") no-repeat;
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.show-atlas .ssprev {
  left: -50px;
  _left: 0;
  background-position: left top;
}
.show-atlas .ssnext {
  right: -50px;
  _right: 0;
  background-position: right bottom;
}
.show-atlas .control:hover .ssprev {
  left: 0;
}
.show-atlas .control:hover .ssnext {
  right: 0;
}
.show-atlas .ssprev:hover,
.show-atlas .ssnext:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
}
.show-atlas .ssprev:hover {
  background-position: right top;
}
.show-atlas .ssnext:hover {
  background-position: left bottom;
}
.show-atlas .pageClass {
  position: absolute;
  top: 50px;
  z-index: 9;
  padding-top: 10px;
  text-align: center;
}
.show-atlas .pageClass a {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 3px;
  outline: none;
  border: 1px solid #bebebe;
  border-radius: 5px;
  background: #bebebe;
}
.show-atlas .pageClass a span {
  display: none;
}
.show-atlas .pageClass a:hover,
.show-atlas .pageClass a.cur {
  border: 1px solid #be230a;
  background: #be230a;
}
.show-atlas .thumbWrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.show-atlas .thumbWrap .thumbCont {
  position: relative;
  height: 87px;
  overflow: hidden;
  margin: 0 45px;
}
.show-atlas .thumbWrap li {
  display: inline-block;
  float: left;
  width: 130px;
  height: 87px;
  overflow: hidden;
  padding: 0 6px;
  text-align: center;
}
.show-atlas .thumbWrap li div {
  display: table-cell;
  width: 120px;
  height: 77px;
  overflow: hidden;
  margin: 0 auto;
  padding: 5px;
  *font-size: 79px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
}
.show-atlas .thumbWrap li.cur div {
  padding: 3px;
  border: 2px solid #e81a24;
}
.show-atlas .thumbWrap li img {
  display: inline-block;
  width: expression(this.width > 120 ? 120: true);
  max-width: 120px;
  height: expression(this.height > 77 ? 77: true);
  max-height: 77px;
  vertical-align: middle;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.show-atlas .thumbWrap li:hover img,
.show-atlas .thumbWrap li.cur img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.show-atlas .thumbPrev,
.show-atlas .thumbNext {
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 87px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.show-atlas .thumbPrev {
  left: 0;
  background: url("/template-tjjw-001/img/icoLeft.png") no-repeat 7px center
    #0f326c;
  _background-image: url("/template-tjjw-001/img/icoLeft_png8.png");
}
.show-atlas .thumbNext {
  right: 0;
  background: url("/template-tjjw-001/img/icoRight.png") no-repeat -60px center #0f326c;
  _background-image: url("/template-tjjw-001/img/icoRight_png8.png");
}
.show-atlas .thumbPrev:hover {
  background-color: #e81a24;
  background-position: -62px center;
}
.show-atlas .thumbNext:hover {
  background-color: #e81a24;
  background-position: 9px center;
}
/*show-content*/
.show-content {
  overflow: hidden;
  line-height: 35px;
  text-align: justify;
  word-break: break-all;
}
.show-content p {
  margin: 15px 0;
  text-indent: 2em;
}
.show-content p[style*="center"] {
  text-indent: 0;
}
.show-content img {
  max-width: 100%;
}
.show-content a {
  text-decoration: underline;
}
.show-content a:hover {
  text-decoration: none;
}
/*show-keywords*/
.show-keywords {
  margin-bottom: 15px;
  font-size: 16px;
}
.show-keywords a {
  margin-right: 10px;
}
/*show-share*/
.show-share {
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}
.show-share span {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
.bdsharebuttonbox {
  float: left;
}
.bdsharebuttonbox * {
  -webkit-transition: none;
  transition: none;
}
.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
  padding-left: 30px !important;
}
/*show-related*/
.show-related {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
}
.show-related h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.show-related li {
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
}
.show-related li a {
  padding-left: 20px;
}
.show-related li span {
  float: right;
  margin-left: 25px;
  font-size: 14px;
  color: #999;
}
/*show-record*/
.show-record {
  margin: 20px -30px 0;
  padding: 20px 30px 0;
  font-size: 16px;
  border-top: 1px solid #eee;
}
.show-record p {
  padding: 8px 0;
}

/* 搜索结果页 */
.search-side-title {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eaf0f3;
}
.search-side-title .icon {
  display: block;
  position: absolute;
  top: 20px;
  left: 17px;
  width: 8px;
  height: 20px;
  background-color: #e81a24;
}
.search-side-title h3 {
  margin: 0 20px 0 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #0b265b;
}
.search-condition {
  padding: 5px 25px 20px 25px;
}
.search-condition dt {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #eee;
}
.search-condition dd {
  line-height: 36px;
}
.search-condition dd a {
  display: inline-block;
  padding-left: 20px;
  color: #666;
}
.search-condition dd a.on,
.search-condition dd a:hover {
  color: #e81a24;
  text-decoration: none;
}
.search-condition dd a.on {
  background: url("/template-tjjw-001/img/icon-arrow.png") no-repeat left center;
}
