.index,
.index img {
	width: 100%;
}

.index {
	position: relative;
}

.ffotter {
	font-size: 14px;
	color: #c4902d;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/**/

.main {
	width: 100%;
	/*padding-bottom: 200px;*/
	background: #4ca673 url(../images/footer.png) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 70px;
}

.dao {
	width: 100%;
	background: #c9f2ec;
}

.navigation {
	font-size: 20px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 75px;
	align-items: center;
}

.navigation_tab {
	width: 600px;
	display: flex;
	height: 75px;
	justify-content: space-between;
	align-items: center;
}

.navigation_tab p {
	height: 75px;
}

.navigation_tab p a {
	display: block;
	color: #000000;
	height: 75px;
	line-height: 75px;
	text-align: center;
	width: 119px;
}

.navigation_tab p a.show {
	color: #FFFFFF;
	background: url(../images/show.png) no-repeat;
}

.navigation_tab p a:hover {
	color: #FFFFFF;
	background: url(../images/show.png) no-repeat;
}

.footer {
	color: white;
	background-color: #0c61be;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.banner {
	width: 100%;
}


/**/

.mcenter {
	width: 100%;
	min-height: 500px;
	background: url(../images/mbg.png) no-repeat left top;
	background-size: 100%;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.mmbg {
	padding: 0px 50px 30px;
}

.mmbg1 {
	width: 1200px;
	height: 1064px;
	background: url(../images/mmbg1.png) no-repeat;
	border-radius: 50px;
}

.title {
	font-size: 14px;
	color: #00875e;
	text-transform: Uppercase;
	
	margin-bottom: 30px;
}

.title p {
	text-align: center;
	font-weight: bold;
}

.title p:first-child {
	font-size: 48px;
}

.mimg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.mimg .img {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 2px dotted #48cd92;
	border-radius: 10px;
	padding: 30px 30px;
	width: 48%;
}

.mimg .img ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.mimg .img ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
}

i {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 50%;
	margin-right: 15px;
}

.shibg {
	text-align: center;
	width: 575px;
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: url(../images/shibg.png) no-repeat;
}

.mimg1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.mimg1 .img {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	border: 2px dotted #48cd92;
	padding: 10px 20px;
	width: 48%;
	font-size: 16px;
	height: 420px;
}

.mimg1 .img ul li {
	line-height: 32px;
}

.mimg1 .imgs ul li {
	line-height: 36px;
}

.mimg1 span {
	font-weight: bold;
}

.top {
	width: 1200px;
	height: 45px;
	background: url(../images/top.png) no-repeat;
}

.bottom {
	width: 1200px;
	height: 77px;
	background: url(../images/bottom.png) no-repeat;
}

.centerbg {
	width: 1200px;
	min-height: 653px;
	background: url(../images/center.png) repeat-y;
	padding: 0px 40px 30px;
}

.ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ul li {
	width: 334px;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: url(../images/nque.png) no-repeat;
	margin-left: 20px;
	margin-right: 19px;
	margin-bottom: 30px;
	cursor:pointer;
}

.ul li.li {
	background: url(../images/que.png) no-repeat;
}

.zhi {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #008b58;
}

.zhi p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #008b58;
	padding: 20px 0px;
	font-weight: bold;
}

.zhi p:nth-child(1) {
	padding-left: 20px;
}

.zhi p:nth-child(2) {
	padding-right: 20px;
}

.zhi p a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #008b58;
	font-weight: bold;
}

.zhi p i {
	background-color: #008b58;
}

.font {
	text-indent: 2em;
	font-size: 16px;
	line-height: 40px;
}

.xtitle {
	font-weight: bold;
	font-size: 30px;
	color: #006e6a;
	text-align: center;
}

.zhong {
	text-align: center;
}

.mt {
	margin-top: 30px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.popup .pop_ct {
  position: relative;
  top: 20%;
  left: 50%;
  padding-bottom: 24px;
  width: 530px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
}
.popup .pop_ct .close {
  position: absolute;
  top: 16px;
  right: 32px;
  cursor: pointer;
}
.popup .pop_ct .pop_txt {
  padding: 38px 32px 0;
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 36px;
  text-indent: 1.5em;
  text-align: center;
}