* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	background: #fff;
	/* display: none; */
}


.swiper-slide {
	width: 100%;
	height: 100%;
	background: #e8f3e5;
	background-size: 100% 100%;
}


img {
	display: block;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: .4;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

@-webkit-keyframes tipmove {
	0% {
		bottom: 10px;
		opacity: 0
	}

	50% {
		bottom: 15px;
		opacity: 1
	}

	100% {
		bottom: 20px;
		opacity: 0
	}
}

.pa {
	position: absolute;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pr{
	position: relative;
	z-index: 9;
}
.pf{
	position: fixed;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-bt{
	width: 325px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	margin: 0 auto;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 25px inset;
	border-radius: 8px;
	font-size: 36px;
	color: #FFFFFF;
}
.slide-bt::before{
	content: "";
	width: 8px;
	height: 50px;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 5px inset;
	position: absolute;
	top: 88px;
	left: 67px;
}
.slide-bt::after{
	content: "";
	width: 8px;
	height: 50px;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 5px inset;
	position: absolute;
	top: 88px;
	right: 67px;
}
.slide-box{
	width: 690px;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 20px inset;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 50px;
}
.zdyj-ul{
	padding: 50px 0;
}
.zdyj-ul li{
	font-size: 28px;
	line-height: 48px;
	color: #ffffff;
	padding-left: 60px;
	background: url(../images/a-icon.png) 20px 10px no-repeat;
	padding-bottom: 50px;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 40px;
	text-align: justify;
}
.zdyj-ul li:last-child{
	border: none;
}

.mbrw-ul li{
	font-size: 28px;
	line-height: 48px;
	color: #ffffff;
	padding-left: 60px;
	background: url(../images/a-icon.png) 20px 10px no-repeat;
	margin-top: 20px;
	text-align: justify;
}
.slide4-line{
	width: 176px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.slide4-line::before{
	content: "";
	width: 8px;
	height: 50px;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 5px inset;
	position: absolute;
	top: 0;
	left: -8px;
}
.slide4-line::after{
	content: "";
	width: 8px;
	height: 50px;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 5px inset;
	position: absolute;
	top: 0;
	right: -8px;
}

/* 主要内容 */
.slide5-bt{
	width: 325px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 25px inset;
	border-radius: 8px;
	font-size: 36px;
	color: #FFFFFF;
	margin-left: 30px;
}
.zynr-ul{
	width: 690px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.zynr-ul::before{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 29px;
	border-left: 1px dotted #48B038;
}
.zynr-ul dl{
	padding-top: 40px;
}
.zynr-ul dt{
	width: 605px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(69,176,53,.2);
	font-size: 30px;
	color: #45b035;
	margin-left: 65px;
	position: relative;
}
.zynr-ul dt::before{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/zynr-icon.png) left center no-repeat;
	position: absolute;
	top: 10px;
	left: -50px;
}
.zynr-ul dd{
	width: 605px;
	font-size: 28px;
	line-height: 48px;
	text-align: justify;
	margin-left: 65px;
	color: #333333;
	margin-top: 20px;
}
/* 需解决的问题 */
.slide8-bt{
	width: 325px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 25px inset;
	border-radius: 8px;
	font-size: 36px;
	color: #FFFFFF;
	margin: 20px auto 0;
}
.xjjwt-box{
	margin: 0 30px;
	border: 1px solid #48B038;
	background: #FFFFFF;
	border-radius: 8px;
}
.xjjwt-box .dt{
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #e8f3e5;
	font-size: 30px;
	font-weight: bold;
	color: #45b035;
	margin: 0 auto;
	border-radius: 0 0 8px 8px;
}
.xjjwt-ul{
	margin: 0 30px;
	padding: 10px 0 30px;
}
.xjjwt-ul li{
	font-size: 28px;
	line-height: 48px;
	color: #333333;
	padding-left: 60px;
	text-align: justify;
	background: url(../images/xjjwt-icon.png) left 10px no-repeat;
	margin-top: 20px;
}
/* 关键词诠释 */
.gjcqs-nr1{
	width: 690px;
	margin: 50px auto 0;
}
.gjcqs-nr1 .left{
	width: 200px;
	height: 168px;
	line-height: 168px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 25px inset;
	float: left;
	margin-top: 54px;
}
.sfl-ul{
	float: left;
	margin-left: 15px;
}
.sfl-ul li{
	width: 420px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(69,176,53,0.3);
	border-radius: 8px;
	font-size: 20px;
	color: #45b035;
	margin-top: 25px;
}
.sfl-ul li:first-child{
	margin-top: 0;
}
.gjcqs-nr2{
	width: 690px;
	margin: 60px auto 0;
	display: flex;
	align-items: center;
}
.gjcqs-nr2 .left{
	width: 200px;
	height: 168px;
	line-height: 168px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background: #45b035;
	box-shadow:rgba(255, 255, 255,.75) 0px 0px 25px inset;
	float: left;
}
.ggjg-nr{
	width: 420px;
	background: rgba(69,176,53,0.3);
	border-radius: 8px;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 28px;
	color: #45b035;
	text-align: justify;
	float: left;
	margin-left: 12px;
}
/* 加载中 */
#loading{
	display:block;
	position:absolute;
	left:0; 
	top:0;
	width: 100%;
	height: 100%;
	color:white;
	background: #E8F3E5;
	font-size: 1em;
	text-align: center;
	overflow:hidden;
	z-index: 9999;
}

.spinner {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
  top:40%;
}
 
.container1 > div, .container2 > div, .container3 > div {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
 
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


