@import url(reset.css);
@import url(normalize.css);
@import url(class.css);
body {
  width: 100%;
}
.container {
  width: 1200px;
  padding: 0;
}
.row {
  width: 100%;
  margin: 0;
}
.row [class*='col-'] {
  float: left;
  padding: 0 5px;
}
.col-md-6 {
  width: 50%;
}
.col-md-8 {
  width: 66.6%;
}
.col-md-4 {
  width: 33.3%;
}
.col-md-10 {
  width: 83.3%;
}
.col-md-2 {
  width: 16.6%;
}
html {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  font-size: 14px;
  color: #333;
}
a {
  color: #333 !important;
}
a:hover {
  color: #f13a3a !important;
}
input:focus {
  border: none;
  outline: none;
}
header {
  width: 100%;
  height: 120px;
  padding: 10px 0;
}
header .header_top {
  margin-bottom: 10px;
}
header .header_top .link {
  display: inline-block;
}
header .header_top .link span {
  margin-right: 25px;
}
header .header_top .search_box {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 30px;
}
header .header_top .search_box input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #ddd;
}
header .header_top .search_box button {
  width: 70px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f13a3a;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
header .header_nav {
  margin-left: 50px;
}
header .header_nav .header_nav_active {
  color: #f13a3a;
}
header .header_nav > ul > li {
  float: left;
  margin-right: 20px;
  position: relative;
}
header .header_nav > ul > li a {
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: #fff;
}
header .header_nav > ul > li a:hover {
  color: #f13a3a;
}
header .header_nav > ul > li > a {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
}
header .header_nav > ul > li > ul {
  padding-top: 10px;
  position: absolute;
  z-index: 999;
}
header .header_nav > ul > li > ul a {
  height: 40px;
  line-height: 40px;
}
footer {
  background-color: #d81b43;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 14px !important;
}
footer .wrap {
  padding: 10px 0;
  background-color: #d81b43;
}
footer a {
  color: #fff !important;
  font-size: 14px !important;
}
footer .friend_link {
  margin-top: 40px;
  text-align: center;
}
footer .friend_link span {
  font-size: 20px;
}
footer .friend_link ul {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
}
footer .friend_link ul li {
  float: left;
  margin-right: 20px;
}
footer .copyright {
  margin-top: 40px;
}
footer .copyright p {
  text-align: center;
  color: inherit;
}
footer .copyright p:first-child {
  margin-bottom: 10px;
}
footer .copyright p a {
  line-height: 14px;
  color: inherit;
}
main {
  margin: 20px 0 40px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.backTopBtn {
  position: fixed;
  right: 57px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding-top: 50px;
  cursor: pointer;
  opacity: 1;
  transition: all 1.5s;
}
.backTopBtn i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../image/back_top.png) no-repeat center center;
}
.backTopBtn:hover {
  opacity: 0.2;
}
.row_title {
  height: 45px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.row_title h3 {
  position: relative;
  line-height: 45px;
}
.row_title h3::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  width: 5px;
  height: 14px;
  background-color: #f13a3a;
}
.row_title h3 span {
  margin-left: 15px;
}
.row_title2 {
  border-bottom: 1px solid #f13a3a;
}
.row_title2 h3 span {
  display: inline-block;
  height: 40px;
  padding: 0 1em;
  background-color: #f13a3a;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.ver_divider {
  padding: 0 5px;
}
.backtop {
  position: absolute;
  bottom: 50px;
  right: 57px;
  width: 50px;
  height: 50px;
  background-image: url(../image/back_top.png);
}
.tab_box {
  width: 100%;
}
.tab_box .tab_list {
  overflow: hidden;
}
.tab_box .tab_list .tab_title {
  float: left;
  width: 125px;
  height: 45px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
.tab_box .tab_list .active_nav {
  background-color: #f13a3a;
  color: #fff;
  transition: background-color 1.2s;
}
.tab_box .tab_con li {
  padding: 10px;
  margin-top: 45px;
  cursor: default;
}
.tab_box .tab_con img {
  float: left;
  width: 160px;
  height: 100px;
  border-radius: 4px;
  margin-right: 25px;
}
.tab_box .tab_con .info {
  width: 100%;
}
.tab_box .tab_con .info a,
.tab_box .tab_con .info p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab_box .tab_con .info a {
  font-size: 16px;
  font-weight: bold;
}
.tab_box .tab_con .info a:hover {
  color: #f13a3a;
}
.tab_box .tab_con .info p,
.tab_box .tab_con .info span {
  color: #878787;
  margin-top: 20px;
}
.tab_box .tab_con .info span {
  display: inline-block;
}
.top_banner {
  width: 100%;
  height: 128px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.top_banner img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.position {
  font-size: 14px;
}
.article_box {
  padding: 20px;
}
.article_box h3 {
  font-size: 25px;
  color: #333333;
  text-align: left;
  line-height: 60px;
}
.article_box .info {
  width: 100%;
  line-height: 40px;
  color: #adadad;
  font-size: 13px;
  padding-right: 80px;
}
.article_box .info i {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url(../image/mbg01.png) no-repeat;
  background-position: -1911px -51px;
  margin-bottom: -2px;
  margin-right: 5px;
}
.article {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.share_box {
  width: 300px;
  padding-top: 20px;
}
.share_box span {
  font-size: 13px;
  color: #666;
  margin-right: 12px;
  float: left;
  margin-top: 15px;
}
.share_box i {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../image/vbg01.png) no-repeat;
  vertical-align: middle;
  margin-right: 12px;
  cursor: pointer;
}
.share_box .share_icon_wx {
  background-position: -1302px -100px;
}
.share_box .share_icon_wb {
  background-position: -1302px -190px;
}
.share_box .share_icon_qq {
  background-position: -1302px -145px;
}
.share_box .share_icon_qqzone {
  background-position: -1302px -235px;
}
.share_box .share_icon_douban {
  background-position: -1302px -730px;
}
.share_box .share_icon_tieba {
  background-position: -1302px -595px;
}
.news_list ul {
  padding: 0 10px;
  font-size: 14px;
}
.news_list li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
}
.news_list li:hover {
  color: #f13a3a;
}
.news_list li:hover a {
  color: #f13a3a !important;
}
.news_list li a {
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li span:nth-child(1) {
  margin-right: 1em;
}
.news_list_empty {
  padding: 90px 0;
}
.news_list_empty i {
  display: block;
  width: 163px;
  height: 118px;
  margin: 0 auto;
  background: url(../image/defaultIcon.png) no-repeat 0 -1955px;
}
.news_list_empty p {
  margin-top: 20px;
  text-align: center;
}
/* 分页 */
.pagination {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}
.pagination ul {
  margin: 0 auto;
  padding: 10px 0;
  display: inline-block;
}
.pagination li {
  display: inline;
  margin: 0 3px;
  color: #666;
}
.pagination li a {
  display: inline-block;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
}
.pagination li a:hover {
  color: #f13a3a;
}
.pagination li .current {
  color: #f13a3a !important;
}
.img_box {
  width: 100%;
  height: 188px;
  overflow: hidden;
}
.img_box .img_box_l {
  width: 269px;
  height: 100%;
  margin-right: 10px;
}
.img_box .img_box_r {
  width: 490px;
  height: 100%;
}
.img_box .img_box_r ul {
  height: 50%;
  display: flex;
  justify-content: center;
}
.img_box .img_box_r ul li {
  float: left;
  position: relative;
  width: 33%;
  border: 10px solid #f7f7f7;
}
.img_box .img_box_r ul li img {
  width: 100%;
  height: 100%;
}
.img_box .img_box_r ul li .img_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  text-align: center;
  opacity: 0.7;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_tjgj_logo {
  text-align: center;
}
.index_gjsp_video {
  width: 100%;
}
.index_gjsp_video img {
  width: 100%;
}
.index_gjsp_video video {
  width: 100%;
}
.index_download {
  display: block;
  height: 94px;
  line-height: 94px;
  padding: 0 45px;
  border: 1px solid #efefef;
  margin: 20px 0;
}
.index_download .fl {
  font-size: 18px;
}
.index_download .fl img {
  width: 53px;
}
.article_introduction h6 {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 50px;
}
.article_introduction img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.article_introduction p {
  font-family: 宋体;
  font-size: 16px;
  text-indent: 2em;
}
.article_contactus h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.article_contactus p {
  font-size: 14px;
  text-indent: 1em;
  line-height: 2;
}
.article_leader {
  font-size: 14px;
  color: #676767;
}
.article_leader span {
  margin-right: 1em;
  line-height: 1.8;
}
.article_details p {
  font-size: 14px;
  color: #676767;
  line-height: 1.8;
  text-align: left;
}
.article_details img {
  width: 596px !important;
  margin: 20px 0;
}
.message {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  min-height: 400px;
}
.message p {
  margin: 20px 0 20px 20px;
}
.message .form-group {
  margin: 20px 40px;
}
.message ul {
  display: flex;
  justify-content: space-between;
}
.message ul li {
  float: left;
  margin-right: 10%;
}
.message ul li:nth-child(3) {
  margin-right: 0;
}
.message label {
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  vertical-align: middle;
}
.message .form-control {
  display: inline-block;
  border-radius: 0;
  width: 220px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.message .form-control:focus {
  border: 2px solid #000;
  border-radius: 4px;
}
.message .red_star {
  color: #f13a3a;
}
.message .textarea {
  margin-top: 20px;
}
.message .textarea label {
  margin-bottom: 55px;
}
.message #submit {
  margin-left: 45px;
  width: 240px;
  height: 44px;
  font-size: 14px;
  border-color: #f13a3a;
  background-color: #f13a3a;
  color: #fff;
}
.search_list li {
  padding: 10px 0 3px;
}
.search_list strong {
  margin-right: 5px;
}
.index_banner {
  width: 100%;
  background-color: #df0f2d;
}
.index_banner .index_banner_swiper {
  width: 1200px;
  height: 430px;
}
.index_banner .index_banner_swiper .swiper-button-prev,
.index_banner .index_banner_swiper .swiper-button-next {
  width: 71px;
  height: 71px;
}
.index_banner .index_banner_swiper .swiper-button-prev {
  background: url(../image/vbg01.png) -572px -1506px;
  transition: margin-left 0.3s ease-out 0s;
}
.index_banner .index_banner_swiper .swiper-button-prev::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  top: 36px;
  background-color: #858585;
  left: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index_banner .index_banner_swiper .swiper-button-prev:hover {
  margin-left: -0.5%;
}
.index_banner .index_banner_swiper .swiper-button-prev:hover::after {
  width: 30px;
  left: 28px;
}
.index_banner .index_banner_swiper .swiper-button-next {
  background: url(../image/vbg01.png) -608px -1506px;
  transition: margin-right 0.3s ease-out 0s;
}
.index_banner .index_banner_swiper .swiper-button-next::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  top: 36px;
  background-color: #858585;
  right: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index_banner .index_banner_swiper .swiper-button-next:hover {
  margin-right: -0.5%;
}
.index_banner .index_banner_swiper .swiper-button-next:hover::after {
  width: 30px;
  right: 28px;
}
.index_honor_swiper {
  margin-top: 10px;
  text-align: center;
}
.index_honor_swiper .swiper-button-prev,
.index_honor_swiper .swiper-button-next {
  display: none;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s;
}
.index_honor_swiper .swiper-button-prev:hover,
.index_honor_swiper .swiper-button-next:hover {
  opacity: 1;
}
.index_honor_swiper .swiper-button-prev {
  background: url(../image/vbg01.png) no-repeat -14px -154px #9f9f9f;
  margin-left: 60px;
}
.index_honor_swiper .swiper-button-next {
  background: url(../image/vbg01.png) no-repeat -12px -124px #9f9f9f;
  margin-right: 60px;
}
.index_honor_thumbs {
  margin-top: 10px;
}
.index_honor_thumbs img {
  width: 100%;
}

/* .viewer-button {
  width: 32px;
  height: 32px;
  top: 22px;
  right: 22px;
}
.viewer-button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewer-toolbar > ul {
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 250px;
  height: 50px;
  border-radius: 25px;
  padding: 0 23px;
  margin-bottom: 20px;
}
.viewer-toolbar > ul li.viewer-reset,
.viewer-toolbar > ul li.viewer-prev,
.viewer-toolbar > ul li.viewer-play,
.viewer-toolbar > ul li.viewer-next {
  display: none;
}
.viewer-toolbar > ul li {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.8;
}
.viewer-toolbar > ul li:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.viewer-toolbar > ul li::before {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../image/img_rich.png);
  background-repeat: no-repeat;
  background-size: auto 23px;
}
.viewer-toolbar > ul .viewer-zoom-in:before {
  background-position: 13px 13px;
}
.viewer-toolbar > ul .viewer-zoom-out:before {
  background-position: -38px 13px;
}
.viewer-toolbar > ul .viewer-one-to-one:before {
  background-position: -90px 13px;
}
.viewer-toolbar > ul .viewer-rotate-left:before {
  background-position: -142px 13px;
}
.viewer-toolbar > ul .viewer-rotate-right:before {
  background-position: -194px 13px;
} */


@media (max-width: 1400px) {
  .body {
    width: 1200px;
  }
}
/* 分页 */

.pages {
  font: 0/0 microsoft yahei;
  padding: 20px 0;
  text-align: center;
}

.pages a {
  display: inline-block;
  line-height: 18px;
  margin: 5px 2px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 2px;
}

.pages a:hover {
  position: relative;
  background-color: #00a0e9;
  color: #fff;
}

.pages a.current {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
}

.pages span {
  line-height: 28px;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px 20px;
  vertical-align: middle;
  border-radius: 2px;
}

.pages select {
  border: 1px #d2d2d2 solid;
  padding: 4px;
}
.pages span.current {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
}

.pages span {
  display: inline-block;
  line-height: 18px;
  margin: 0 2px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 2px;
}
.pages span.layui-laypage-curr {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
}

