*{
    margin: 0;
    padding: 0;
}
html{
    font-family:"微软雅黑", "宋体","Arial",;
}
ul,p,span,h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; list-style:none;}
a{ color:#000;text-decoration: none; }
img{ border:none;}
.clear{ clear:both; overflow:hidden; zoom:1;}

body{ text-align:center; font-family: "微软雅黑";
  background: url(../img_llpd/head.jpg) no-repeat top center;
  }  
div{ margin:0 auto;text-align:left;}

.l {
float: left;
}

.r {
  float: right;}

  .banner{
  height: 664px;}

  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="radio"],
  input[type="checkbox"] {
      cursor: pointer;
      width: auto;
      *width: 1;
  }

img {
    border: none;
    object-fit: cover;
    object-position: center;
}
div{ margin:0 auto;}

.w {
	width: 1180px;
	margin: 0 auto;
}
.disFlex{
  display: -moz-box; /*firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-box; /*Safari*/
  display: -webkit-flex; /*Chrome*/
  display: box;
  display: flexbox;
  display: flex;
  justify-content: space-between;

}

    /*----------- 导航栏---------------*/

    .nav{
      width: 1180px;
      height: 60px;
      background: url(../img_llpd/nav.png)  no-repeat center;
      text-align: center;
      font-size: 20px;
     /* position: absolute;
      bottom:40px;
      left: 50%;
      right: 50%;
      transform: translateX(-50%);*/
  }
  .nav ul{
      margin: 0 auto;
      justify-content: space-around;
      line-height: 52px;
  }
  .nav ul li{margin:0 25px;float:left;}
  .nav ul li a{
      color: #ffffff;
  }

  /* ------------------第一屏------------------ */

  .llpd_one {
    width: 1180px;
    /* float: left; */
    margin-top: 50px;
    background: #f8f8f8;
}

  /* 头条开始 */

  .llpdtt {
    width: 443px;
    float: right;
    height: 378px;
    /* margin-left: 27px; */
    overflow: hidden;
}

  .llpdtt .nav2 {
    width: 443px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 20px; */
}

.llpdtt .nav2 .title {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #d00000;
  border-radius: 5px;
  justify-content: space-between;
  padding: 0 8px;
  margin: 0 0 0 0;
  float:left;
}

.llpdtt .nav2 .title span {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  
}


.llpdtt .nav2 a.more {
    height: 17px;
    background: url(../img_llpd/more_btn01.png) center right no-repeat;
    padding-right: 18px;
    font-family: "SimSun";
    margin-right: 5px;
	float:right
}

.llpdtt_wen {
  width: 533px;
  float: left;
  font-weight: bold;
  text-align: left;
  margin-top: 18px;
}

.llpdtt_wen a:link, .llpdtt_wen a:visited {
  font-size: 20px;
  color: #141414;
  text-decoration: none;
}

.llpdtt_dao {
  width: 443px;
  float: left;
  font-size: 14px;
  text-align: left;
  color: #666666;
  border-bottom: 1px dashed #d6c1c1;
  padding-bottom: 10px;
  line-height: 30px;
  margin-top: 7px;
}

/* 幻灯片 */
.hd {
  width: 715px;
  height: 378px;
  float: left;
}

#addExplain {
  width: 100%;
  height:336px;}

.swiper-explain {
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

/*---------------------- 轮播图 ------------------*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-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;
	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: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-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;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
} */

/* .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
} */

/* .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #95e3f5;
	opacity: .8
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
} */

/* .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: top .2s,-webkit-transform .2s;
	transition: transform .2s,top .2s;
	transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 90%; bottom:15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: left .2s,-webkit-transform .2s;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: right .2s,-webkit-transform .2s;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
} */

/* .swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(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,.5);
	border-radius: 10px;
	left: 0;
	top: 0
} */

/* .swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	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%;
	transform-origin: 50%;
	-webkit-animation: a 1s steps(12) infinite;
	animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
} */

/* @-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
} */

/* .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);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
} */

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-explain,.swiper-full-img,.swiper-full-img>img {
	position: absolute;
	z-index: 1
}

.swiper-full-img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.swiper-explain {
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	padding: 10px;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size:18px;
}

.swiper-explain.src-style-main__bottomSpace {
	padding-bottom: 10px
}

.swiper-full-img {
	overflow: hidden
}

.swiper-full-img>img {
	display: block;
	left: -100%;
	top: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 100%
}

/* .swiper-pagination.src-style-main__white .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .6
}

.swiper-pagination.src-style-main__white .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: .8
}

.swiper-pagination.src-style-main__black .swiper-pagination-bullet {
	background-color: #000;
	opacity: .6
}

.swiper-pagination.src-style-main__black .swiper-pagination-bullet-active {
	background-color: #000;
	opacity: .8
}

.src-style-main__thumbsWrapper .swiper-slide {
	height: 100%;
	opacity: .4;
	cursor: pointer
}

.src-style-main__thumbsWrapper .swiper-slide.src-style-main__active {
	opacity: 1
}

.src-style-main__thumbsWrapper.swiper-container-vertical .swiper-full-img>img {
	width: auto;
	height: 100%
} */


/* ------------幻灯片结束---------------- */

/*------------------ 学习中心组 ----------------*/

.w1200 {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.w728 {
  width: 715px;
  float: left;
  overflow: hidden;
}

.navbox03 {
  height: 49px;
  overflow: hidden;
  background: url(../img_llpd/llkt_bg.png) left center no-repeat;
  position: relative;
}

/* 图片文字 */
.yc-left-content {
  width: 715px;
  display: flex;
  justify-content: space-between;
}

.yc-list {
  margin-top: 20px;
  width:230px;
  float:left;
  margin:4px;
}
.yc-list ul li{ width:220px;
  line-height:30px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;

 }
  .w440 ul.lldt li{ width:440px;
  line-height:30px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
.yc-list a img {
  height: 156px;
  width: 226px;
  display: block;
}

.yc-list1 {
  margin-top: 10px;
}

.yc-list1-title {
 
}

.yc-list1 ul li {
  margin-top: 8px;
  height:20px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.yc-list-item, .yc-list1 li {
  letter-spacing: 1.6px;
}
.list-item2 a div, .yc-list-item, .yc-list1 p {
  font-size: 14px;
  color: #000;
}

.list-item1 a, .yc-list1-title a:link {
  font-size: 16px;
  text-align: left;
  color: #c1272d;
  font-weight: 600;
}
.yc-list-mark {
  background-color: transparent;
  top: -2px;
}
.title-des {
  margin-right: 5px;
  padding: 0 4px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;
}

.w728 .navbox01 {
  height: 42px;
  margin-top: 30px;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.w728 .navbox01 span {
  color: #d00000;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  line-height:32px;
}

.w728 .navbox01 a.more {
  height: 32px;
  line-height:32px;
  background: url(../img_llpd/more_btn01.png) center right no-repeat;
  padding-right: 18px;
  font-family: "SimSun";
  margin-right: 18px;
  float:right;
  
}

.w728 .navbox01::after {
  content: "";
  background-color: #d00000;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.w440 {
  width: 443px;
  float: right;
 /* margin-top: 57px;*/
  overflow: hidden;
}

.rnav {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
 /* margin-top: 22px;*/
  position: relative;
}

.rnav span {
  height: 40px;
  display:block;
  width: 114px;
  line-height:40px;
  background-color: #d00000;
  display: flex;
  text-align:center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
  position: relative;
  float:left;
 
}

.rnav a.more {
  height: 50px;
    line-height:50px;
  background: url(../img_llpd/more_btn01.png) center right no-repeat;
  padding-right: 18px;
  font-family: "SimSun";
  margin-right: 2px;
  float:right;
}

.rnav::after {
  content: "";
  height: 1px;
  background-color: #777777;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.w440 ul.ty {
  padding-top: 8px;
  margin-bottom: 25px;
}


.w440 ul.ty li {
  white-space: nowrap;
  height: 36px;
}
ul.ty li {
  height: 54px;
  display: flex;
  align-items: center;
  background: url(../img_llpd/ulli01.png) left center no-repeat;
  padding-left: 16px;
  font-size: 18px;
  color: #000000;
}

/* 政工笔记 */

.tw03 {
  overflow: hidden;
width:440px;
}

.tw03 li {
  font-size: 18px;
  list-style: none;
  line-height: 20px;
  height: 20px;
 
  overflow: hidden;
  margin: 12px 0 10px;
}

.tw03 li a {
  color: #2b2b2b;
}



.tw03 img {
  float: left;
  width: 100px;
  height: 70px;
  max-width: 145px;
  margin: 10px 20px 0 0;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

.tw03:hover li a {
  color: #cc0000;
}

.tw03:hover img {
  -webkit-transform: translate(4px, 0);
     -moz-transform: translate(4px, 0);
      -ms-transform: translate(4px, 0);
          transform: translate(4px, 0);
}

@media (max-width: 991px) and (min-width: 768px) {
  .tw03 li {
    font-size: 18px;
    max-height: 27px;
  }
}

@media (max-width: 767px) {
  .tw03 {
    padding: 0.5rem 0.4rem;
    overflow: hidden;
  }
  .tw03 li {
    font-size: 0.44rem;
    line-height: 1.5;
    max-height: 1.32rem;
    margin: 0;
  }

  .tw03 img {
    float: left;
    margin: 0;
    padding-right: 0.5rem;
    max-width: 40%;
  }
  
  .tw03:hover img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  } 
 }

/* -------------网友观点+通知公告-------------- */

.wygd {
  width: 573px;
  margin-top:30px;
}


.net-home-box{
  width: 573px;
  margin-top: 20px;
  
}

.wk-pic{
  width: 121px;
  float: left;

}

.txtlist{
  width: 435px;

}

.txtlist li {
  line-height: 1.1;
}
.txtlist li {
  position: relative;
  text-align: left;
  line-height: 1;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
  background: url(../img_llpd/ulli01.png) left center no-repeat;
}

/*页尾*/
#footer {
    width: 100%;
    text-align: center;
    color: #666666;
    min-width: 1180px;
    margin: 60px auto 0 auto;
}

#footer .bomlink {
    line-height: 53px;
    text-align: center;
    margin-bottom: 27px;
    background-color: #cccccc;
}

#footer .bomlink li {
    display: inline;
}

#footer ul li a {
    padding-right: 20px;
    padding-left: 20px;
}

#footer p {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

#footer .icon_police {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../image/3.gif) no-repeat left top;
    display: inline-block;
}

#footer p strong {
    font-weight: normal;
    color: #003366;
}

#footer .footer_link {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

#footer .footer_link img {
    margin: 0px 3px 0px 3px;
    vertical-align: bottom;
    display: unset;
}
