@charset "UTF-8";
/** The public style **/
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

/*基础制作页面组件*/
/*20150716 v1.0*/
/*20160421 v1.1 商讨了默认字号，a的默认连接颜色样式等*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  color: #000;
  line-height: 22px;
  text-align: left; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }

a:hover {
  text-decoration: none;
  color: #ff9724; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe, img {
  border: 0; }

img {
  vertical-align: middle; }

.clearfix {
  display: block;
  *zoom: 1; }

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both; }

.part {
  width: 1000px;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

/**
 * Swiper 3.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 6, 2015
 */
.swiper-slide, .swiper-wrapper {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%; }

.swiper-pagination, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0); }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-slide, .swiper-wrapper {
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s step-end infinite;
  -moz-animation: swiper-preloader-spin 1s step-end infinite;
  animation: swiper-preloader-spin 1s step-end infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0); }
  8.33333333% {
    -webkit-transform: rotate(30deg); }
  16.66666667% {
    -webkit-transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  33.33333333% {
    -webkit-transform: rotate(120deg); }
  41.66666667% {
    -webkit-transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  58.33333333% {
    -webkit-transform: rotate(210deg); }
  66.66666667% {
    -webkit-transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  83.33333333% {
    -webkit-transform: rotate(300deg); }
  91.66666667% {
    -webkit-transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0); }
  8.33333333% {
    transform: rotate(30deg); }
  16.66666667% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  33.33333333% {
    transform: rotate(120deg); }
  41.66666667% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  58.33333333% {
    transform: rotate(210deg); }
  66.66666667% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  83.33333333% {
    transform: rotate(300deg); }
  91.66666667% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

/*内容*/
.mainbox {
  width: 980px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  margin-top: 350px;
  padding: 27px 10px 0 10px;
  position: relative; }

.tt {
  width: 100%;
  height: auto; }

.tt h2 {
  font-family: "微软雅黑";
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  line-height: 44px;
  text-align: center; }

.tt h2 a {
  color: #000000;
  font-weight: bold;
  text-decoration: none; }

.tt h3 span {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #03448e; }

.tt h3 span a {
  color: #03448e; }

.tt h3 {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
  width: 980px;
  height: 20px;
  overflow: hidden; }

.tt h3 a {
  color: #000; }

.tt h3 a:hover {
  color: #ff0000; }

.tt span img {
  width: 130px;
  height: 60px;
  position: absolute;
  top: 25px;
  left: -24px; }

.box_jdt {
  width: 925px;
  height: 473px;
  margin: 0 auto;
  margin-top: 20px; }

/*焦点图组件3*/
.focusBox3 {
  width: 842px;
  height: 474px;
  margin: 0 auto;
  position: relative; }

.focusBox3 .swiper-container {
  width: 842px;
  height: 474px; }

.focusBox3 .swiper-container.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto; }

.focusBox3 .swiper-container .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.6;
  background: #000;
  z-index: 0; }

.focusBox3 .swiper-container .swiper-wrapper .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  font-family: Microsoft YaHei;
  z-index: 1;
  padding-left: 10px; }

.focusBox3 .swiper-container .swiper-wrapper .swiper-slide .title a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  font-family: Microsoft YaHei;
  z-index: 1;
  padding-left: 10px; }

.focusBox3 .pagination {
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: 5px;
  width: 100%;
  z-index: 2; }

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer; }

.swiper-active-switch {
  background: #fff; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .focusBox3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; }
  .focusBox3 .swiper-container {
    width: 100%;
    height: auto; }
  .focusBox3 .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%; } }

/*图片滚动组件2:向左滚动*/
.picScroll-left {
  width: 1000px;
  position: relative;
  margin-top: 15px; }

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1; }

.picScroll-left .bd ul li {
  margin: 0 7px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative; }

.picScroll-left .bd ul li .img, .picScroll-left .bd ul li .img a {
  display: block;
  font-size: 0;
  height: 219px;
  width: 319px; }

.picScroll-left .bd ul li .bg {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  height: 30px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  z-index: 1; }

.picScroll-left .bd ul li .text {
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.picScroll-left .bd ul li .text h4 {
  height: 30px;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  font-weight: normal; }

.picScroll-left .bd ul li .text h4 a {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  text-align: center; }

.gd_box {
  width: 319px;
  height: 219px;
  overflow: hidden; }

.gd_bj {
  width: 320px;
  height: 187px;
  background: #f1f1f1;
  margin-top: 20px;
  position: relative; }

.gd_tu {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 4px 4px 4px 4px;
  position: absolute;
  top: -30px;
  left: 0; }

.gd_bj h2 {
  width: 300px;
  height: auto;
  overflow: hidden;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin-left: 10px;
  padding-top: 20px;
  text-align: left; }

.gd_bj h2 a {
  color: #000000;
  font-weight: 600; }

.gd_bj p {
  font-family: "微软雅黑";
  font-size: 15px;
  color: #666666;
  text-indent: 2em;
  width: 300px;
  margin: 0 auto;
  margin-top: 8px;
  line-height: 1.8;
  text-align: left; }

.gd_bj p span {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fe6732;
  text-align: left; }

.gd_bj p span a {
  color: #cc0000; }

/*原创产品*/
.ytg_left {
  float: left;
  width: 480px;
  height: 655px;
  display: inline;
  overflow: hidden; }

.ytg_right {
  float: right;
  width: 476px;
  height: 655px;
  display: inline;
  overflow: hidden; }

.ytg_left li {
  width: 478px;
  height: 130px;
  border-bottom: 1px dotted #7f7f7f;
  margin-top: 15px; }

.ytg_left li img {
  float: left;
  width: 176px;
  padding-right: 15px; }

.ytg_left li h2 {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600; }

.ytg_left li h2 a {
  color: #3a3a3a;
  font-weight: 600; }

.ytg_left li p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  margin-top: 10px; }

.ytg_left li p span {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #f1810e; }

.ytg_left li p span a {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #f1810e; }

.yc_more {
  width: 478px;
  height: 25px;
  border-bottom: 1px dotted #7f7f7f; }

.yc_more img {
  width: 72px;
  margin-left: 200px; }

.jiange15 {
  width: 20px;
  height: 15px; }

.jiange20 {
  width: 20px;
  height: 20px; }

.jiange30 {
  width: 20px;
  height: 30px; }

/*产业规划*/
.cygh_box {
  width: 980px;
  margin: 0 auto;
  margin-top: 30px; }

.cy_tu {
  width: 980px;
  margin: 0 auto;
  margin-top: 15px; }

.picTitle {
  position: relative;
  float: left;
  width: 237px;
  height: 178px;
  margin-right: 8px;
  display: inline; }

.picTitle .bg {
  background: #000000;
  bottom: 0;
  height: 22px;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  width: 100%;
  z-index: 10; }

.picTitle .name {
  font-family: "微软雅黑";
  font-size: 16px;
  bottom: 0;
  color: #FFFFFF;
  height: 22px;
  left: 0;
  line-height: 22px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 11; }

.picTitle .name a {
  color: #FFFFFF;
  text-decoration: none; }

.picTitle .name a:hover {
  text-decoration: underline; }

.cy_tu li {
  float: left; }

.cy_wz {
  list-style: none;
  height: 85px;
  margin-top: 15px; }

.cy_wz li {
  width: 480px;
  height: 84px;
  border-bottom: 1px dotted #7f7f7f;
  overflow: hidden; }

.cy_wz li h2 span {
  padding-right: 15px; }

.cy_wz li h2 {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600; }

.cy_wz li h2 a {
  font-weight: 600;
  color: #3a3a3a; }

.cy_wz li p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  margin-top: 10px; }

.cy_wz li p span {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #f1810e; }

.cy_wz li p span a {
  color: #f1810e; }

/*媒体机构*/
.mtjg_box {
  width: 980px;
  margin: 0 auto;
  margin-top: 30px; }

.jg_tu {
  width: 980px;
  margin: 0 auto;
  margin-top: 15px; }

.jg_wz {
  list-style: none;
  height: 85px;
  margin-top: 15px;
  overflow: hidden; }

.jg_wz li {
  width: 480px;
  overflow: hidden;
  border-bottom: 1px dotted #7f7f7f;
  height: 84px; }

.jg_wz li h2 span {
  padding-right: 15px; }

.jg_wz li h2 {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600; }

.jg_wz li h2 a {
  font-weight: 600;
  color: #3a3a3a; }

.jg_wz li p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  margin-top: 10px; }

.jg_wz li p span {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #f1810e; }

.jg_wz li p span a {
  color: #f1810e; }

/*五年规划历程*/
.ghlc_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px; }

.ghlc_box h2 {
  width: 980px;
  margin: 0 auto; }

.ghlc_box li {
  position: relative;
  border-left: 2px solid #999999;
  padding-left: 90px; }

.ghlc_box li .time {
  font-size: 18px;
  font-family: "微软雅黑";
  color: #f1810e;
  position: absolute;
  left: 5px;
  top: 22px;
  font-weight: 600; }

.ghlc_box li p {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  padding-top: 25px; }

.ghlc_box li span {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  font-weight: 600; }

/*百姓看十三五*/
.bxk_box {
  width: 980px;
  margin: 0 auto;
  margin-top: 20px; }

.fk_box {
  width: 980px;
  height: 300px;
  margin: 0 auto;
  margin-top: 20px; }

.fk1 {
  float: left;
  display: inline;
  width: 265px;
  height: 248px;
  overflow: hidden;
  background: #5383c8;
  padding: 25px 20px 25px 20px; }

.fk1 p {
  font-family: "微软雅黑";
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 45px; }

.fk1 p a {
  color: #fff;
  font-weight: 600; }

.fk_2 {
  float: left;
  display: inline;
  width: 328px;
  height: 298px;
  overflow: hidden;
  margin-left: 8px; }

.fk3 {
  float: left;
  display: inline;
  width: 136px;
  height: 122px;
  background: #6d91cf;
  overflow: hidden;
  padding: 12px 12px 12px 12px; }

.fk4 {
  float: left;
  display: inline;
  width: 136px;
  height: 122px;
  background: #2c5a9c;
  overflow: hidden;
  margin-left: 8px;
  padding: 12px 12px 12px 12px; }

.fk3 p {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 35px; }

.fk3 p a {
  color: #fff;
  font-weight: 600; }

.fk4 p {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 35px; }

.fk4 p a {
  color: #fff;
  font-weight: 600; }

.fk5 {
  width: 304px;
  height: 122px;
  background: #3b70bd;
  overflow: hidden;
  margin-top: 8px;
  padding: 12px 12px 12px 12px; }

.fk5 p {
  font-family: "微软雅黑";
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 40px; }

.fk5 p a {
  color: #fff;
  font-weight: 600; }

.fk7 {
  float: left;
  display: inline;
  width: 136px;
  height: 122px;
  background: #6d91cf;
  overflow: hidden;
  padding: 12px 12px 12px 12px;
  margin-top: 8px; }

.fk8 {
  float: left;
  display: inline;
  width: 136px;
  height: 122px;
  background: #2c5a9c;
  overflow: hidden;
  margin-left: 8px;
  padding: 12px 12px 12px 12px;
  margin-top: 8px; }

.fk7 p {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 35px; }

.fk7 p a {
  color: #fff;
  font-weight: 600; }

.fk8 p {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 35px; }

.fk8 p a {
  color: #fff;
  font-weight: 600; }

.fk6 {
  width: 304px;
  height: 122px;
  background: #3b70bd;
  overflow: hidden;
  padding: 12px 12px 12px 12px; }

.fk6 p {
  font-family: "微软雅黑";
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 40px; }

.fk6 p a {
  color: #fff;
  font-weight: 600; }

/*最新播报*/
.zxbb_box {
  width: 980px;
  margin: 0 auto;
  margin-top: 30px; }

.zxbb_box li {
  width: 980px;
  height: auto;
  min-height: 90px;
  border-bottom: 1px dashed #7f7f7f;
  margin-top: 40px;
  padding-bottom: 20px; }

.zxbb_box li .bb_tu {
  float: left;
  padding-right: 20px; }

.zxbb_box li .bb_tu .bb_kuang {
  width: 187px;
  height: 112px;
  border: 1px solid #ccc;
  padding: 4px; }

.zxbb_box li h2 {
  font-family: "微软雅黑";
  font-size: 22px;
  color: #333;
  font-weight: 600;
  padding-left: 15px; }

.zxbb_box li h2 a {
  color: #333;
  font-weight: 600; }

.zxbb_box li p {
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-indent: 2em;
  margin-top: 20px;
  padding-left: 15px; }

.zxbb_box li p span {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #f1810e; }

.zxbb_box li p span a {
  color: #cc0000; }

/*底部*/
.footer {
  padding: 30px 0 30px 0;
  background: #e5e5e5;
  text-align: center; }

.footer p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333;
  line-height: 20px; }

/*最新播报 滚动*/
.n_zxbb {
  width: 980px;
  margin: 0 auto;
  margin-top: 20px;
  height: 24px; }

.n_z {
  float: left;
  display: inline;
  width: 65px;
  height: auto;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #f1810e; }

.n_z a {
  color: #f1810e; }

.n_g {
  float: left;
  display: inline;
  width: 900px; }

#gd_area {
  width: 900px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  float: left; }

.wrap {
  float: left;
  width: 100000px; }

.jg_tu {
  overflow: hidden;
  width: 500px; }

.ad01 {
  padding: 10px 0 0; }

.ztqk {
  width: 980px;
  margin: 30px auto 0;
  overflow: hidden; }

.ztqk img {
  display: block; }

.cygh_box {
  width: 483px;
  margin-top: 30px;
  float: left; }

.mtjg_box {
  width: 483px;
  margin-top: 30px;
  float: right; }

.hblm {
  width: 980px;
  margin: 0 auto; }

/*gdxw滚动新闻*/
.gdxw {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-family: "微软雅黑";
  margin-top: 25px; }

.gdxw #newestListScroll {
  width: 730px;
  height: 46px;
  overflow: hidden;
  float: right;
  margin-right: 50px; }

.gdxw h2 {
  float: left;
  width: 170px;
  height: 46px;
  overflow: hidden; }

.gdxw #newestListScroll .wrap {
  height: 46px;
  width: 10000px; }

.gdxw #gd_content,
.gdxw #gd_scroll {
  float: left; }

.gdxw li {
  float: left;
  height: 46px;
  line-height: 46px;
  padding: 0 30px 0 0;
  overflow: hidden; }

.gdxw li .time {
  font-size: 12px;
  color: #f00;
  font-style: normal;
  padding-right: 5px; }

.gdxw li a {
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #000;
  font-size: 15px; }

.swiper-pagination6-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer; }

.swiper-active-switch {
  background: #f1810e; }

.tab1 {
  width: 465px;
  position: relative;
  margin: 0px auto;
  height: 307px; }

.tab1 .tab_menu {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 1;
  font-size: 22px;
  font-weight: bold; }

.tab1 .tab_menu li {
  float: left;
  width: 138px;
  height: 37px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  cursor: pointer;
  text-align: center;
  margin: 0 2px 0 0; }

.tab1 .tab_box {
  width: 465px;
  clear: both;
  top: 28px;
  height: 266px;
  position: relative;
  overflow: hidden; }

.tab1 .tab_menu .selected {
  background-color: #be261b;
  cursor: pointer;
  font-weight: bold;
  font-size: 22px; }

.tab1 .tab_box .tabCon {
  margin-top: 10px; }

.tab1 .hide {
  display: none; }

.tab1 .tab_menu .selected a {
  color: #fff; }

.tab1 .tab_menu li a {
  color: #000; }

.tab1 .tab_box {
  width: 465px;
  clear: both;
  top: 30px;
  height: 279px;
  position: relative;
  overflow: hidden; }

.ytg_right {
  margin-top: -1px; }

.ga {
  width: 978px;
  margin: auto;
  height: 120px;
  margin-top: 18px; }

.gal {
  width: 489px;
  float: left; }

.gaf {
  width: 489px;
  margin: auto;
  float: right; }

.xgbd ul {
  margin: 20px 0;
  margin-bottom: 30px; }

.xgbd li {
  float: left;
  margin-right: 4px; }

.xgbd .last {
  margin-right: 0px; }

.cy_wz li {
  margin-top: 10px; }

/*---------------------20170629---------------------*/
.picbox {
  position: relative;
  float: left;
  width: 237px;
  height: 178px;
  margin-right: 8px;
  margin-top: 10px;
  display: inline; }

.picbox .bg {
  background: #000000;
  bottom: 0;
  height: 22px;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  width: 100%;
  z-index: 10; }

.picbox .name {
  font-family: "微软雅黑";
  font-size: 16px;
  bottom: 0;
  color: #FFFFFF;
  height: 22px;
  left: 0;
  line-height: 22px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 11; }

.picbox .name a {
  color: #FFFFFF;
  text-decoration: none; }

.ppicbox .name a:hover {
  text-decoration: underline; }

.widthlist {
  list-style: none;
  margin-top: 15px; }

.widthlist li {
  width: 720px;
  height: 84px;
  border-bottom: 1px dotted #7f7f7f;
  overflow: hidden; }

.widthlist li h2 span {
  padding-right: 15px; }

.widthlist li h2 {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600; }

.widthlist li h2 a {
  font-weight: 600;
  color: #3a3a3a; }

.widthlist li p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  margin-top: 10px; }

.widthlist li p span {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #f1810e; }

.widthlist li p span a {
  color: #f1810e; }

/*---------------------20170707最新播报---------------------*/
.picNews2 {
  height: 266px;
  overflow: hidden;
  position: relative;
  width: 476px;
  margin: 0 0 20px 0; }

.picNews2 .picImg a {
  display: block;
  line-height: 0; }

.picNews2 .picImg img {
  width: 100%;
  height: 266px; }

.picNews2 .picBg {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  height: 35px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  z-index: 10; }

.picNews2 .picTit {
  bottom: 0;
  color: #ffffff;
  font-weight: bold;
  height: 35px;
  left: 0;
  line-height: 35px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 11; }

.picNews2 .picTit a {
  color: #ffffff;
  line-height: 35px; }

.tpbd_box {
  margin-top: 10px; }

.picScroll-right {
  width: 1000px;
  position: relative;
  margin-top: 15px; }

.picScroll-right .bd ul {
  overflow: hidden;
  zoom: 1; }

.picScroll-right .bd ul li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative; }

.picScroll-right .bd ul li .img,
.picScroll-right .bd ul li .img a {
  display: block;
  font-size: 0;
  height: 187px;
  width: 242px; }

.picScroll-right .bd ul li .bg {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  height: 30px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  z-index: 1; }

.picScroll-right .bd ul li .text {
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.picScroll-right .bd ul li .text h4 {
  height: 30px;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  font-weight: normal; }

.picScroll-right .bd ul li .text h4 a {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  text-align: center; }

/* 顶部导航
--------------------------------------------------*/
#topHeader {
  height: 32px;
  text-align: center;
  border-bottom: 1px solid #c9c9ca;
  background: #f9f7f4; }

#topHeader .top {
  width: 1000px;
  margin: 0 auto;
  height: inherit; }

#topHeader a {
  float: left;
  height: 32px;
  line-height: 32px;
  color: #000;
  margin: 0 10px;
  font-size: 12px; }

#topHeader a:hover {
  color: #fca22c !important; }

.zxbb_box {
  margin-top: 10px; }

/*---- 20170729新增 纪念大会 特别报道 阅兵图集 三大区块 ------------------------------------------------------------------------------------*/
.part {
  padding:20px 0; }

.part .partL {
  width: 480px; }

.part .partR {
  width: 480px; }

.part1 .partR h3 a {
  font-size: 24px;
  line-height: 30px; }

.part1 .partR .list {
  margin-bottom: 10px; }

/*焦点图*/
#focusImg2 {
  width: 485px;
  height: 275px;
  overflow: hidden;
  position: relative; }

#focusImg2 .swiper-wrapper {
  width: 485px;
  height: 275px; }

#focusImg2 .swiper-wrapper .swiper-slide {
  float: left;
  position: relative; }

#focusImg2 .swiper-wrapper .swiper-slide .img,
#focusImg2 .swiper-wrapper .swiper-slide .img a,
#focusImg2 .swiper-wrapper .swiper-slide img {
  width: 485px;
  height: 275px;
  font-size: 0px;
  vertical-align: top; }

#focusImg2 .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  background: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

#focusImg2 .swiper-wrapper .swiper-slide .title {
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px; }

#focusImg2 .swiper-wrapper .swiper-slide .title a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  font-family: 微软雅黑;
  text-decoration: none; }

#focusImg2 .pagination {
  position: absolute;
  bottom: 15px;
  right: 0px; }

#focusImg2 .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  margin-right: 15px;
  opacity: 0.8;
  cursor: pointer;
  vertical-align: middle; }

#focusImg2 .swiper-visible-switch {
  background: #8d8d8e; }

#focusImg2 .swiper-active-switch {
  background: #8d8d8e; }

/*纪念大会*/
.jndh {
  padding-top: 30px;
  font-family: "微软雅黑"; }

.jndh h3 a {
  display: block;
  height: 100%; }

.jndh .ldjh h3,
.jndh .tbbd h3,
.jndh .tp h3,
.jndh .sphk h3 {
  width: 100%;
  height: 38px;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: left center; }

.jndh .ldjh {
  margin-bottom: 20px;
  overflow: hidden; }

.jndh .ldjh img {
  float: left;
  margin-right: 20px;
  display: inline; }

.jndh .ldjh h4 {
  margin: 30px 0 30px 0; }

.jndh .ldjh h4 a {
  font-size: 24px;
  line-height: 30px; }

.jndh .ldjh h3 {
  background-position: -160px -1000px; }

.jndh .ldjh p {
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  line-height: 2em; }

.jndh .ldjh .time {
  text-align: right;
  color: #333;
  padding-top: 10px; }

.jndh .list li {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px dashed #999;
  background-position: -460px -440px; }

.jndh .list li a {
  font-size: 16px; }

.jndh .tabTit {
  float: right;
  width: 200px; }

.jndh .tabTit li {
  height: 50px;
  border-top: 1px solid #ccc;
  line-height: 25px;
  position: relative;
  padding-left: 10px; }

.jndh .tabTit li span {
  display: none; }

.jndh .tabTit li.on {
  background: #f1f1f1; }

.jndh .tabTit li.on span {
  width: 12px;
  height: 50px;
  position: absolute;
  left: -10px;
  top: 0;
  display: block; }

.jndh .tabTit li.last {
  border-bottom: 1px solid #ccc; }

.jndh .picTab .pic {
  float: left;
  width: 280px; }

.jndh .picTab .pic a {
  display: none; }

.jndh .picTab .pic a.on {
  display: block; }

.jndh .picTab {
  margin-top: 10px; }

.jndh .sphkCon {
  margin-top: 36px;
  /*height: 270px;width: 480px;*/
  position: relative;
  overflow: hidden; }

.jndh .sphkCon img {
  width: 100%;
  height: auto; }

.jndh .sphkCon .bg {
  background: #000;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 2; }

.jndh .sphkCon h4 {
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-family: "微软雅黑", Microsoft YaHei;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0; }

.jndh .sphkCon h4 a {
  font-family: "微软雅黑", Microsoft YaHei;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  margin-left: 10px; }

.jndh .tp {
  margin-top: 20px; }

.jndh .tp li {
  float: left;
  width: 240px;
  margin-right: 12px;
  display: inline; }

.jndh .tp li.last {
  margin: 0; }

.jndh .tp li img {
  width: 100%; }

.jndh .tp h4 a {
  font-size: 14px;
  font-weight: normal; }