	*{
		padding: 0;
		margin: 0;
	}

	#container {
			width: 100%;
      margin:80px auto; margin-bottom:0;
			overflow: hidden;
	}

	#container,.sections {
		position: relative;
	}
	.section {
		

		text-align: center;
		color: white;
	}
	.section img{width:100%}
	
	.pages li{list-style-type:none;width:10px;height:10px;border-radius:10px;background-color:white}.pages li:hover{box-shadow:0 0 5px 2px white}
	.pages li.active{background-color:orange;box-shadow:0 0 5px 2px orange}.pages{position:absolute;z-index:999}
	.pages.horizontal{left:50%;transform:translateX(-50%);bottom:5px}.pages.horizontal li{display:inline-block;margin-right:10px}
	.pages.horizontal li:last-child{margin-right:0}.pages.vertical{right:5px;top:50%;transform:translateY(-50%)}
	.pages.vertical li{margin-bottom:10px}.pages.vertical li:last-child{margin-bottom:0}



.cnahui_box .content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -155px;
}
.cnahui_box .content .top_box {
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  
}
.cnahui_box .content .top_box .top1 {
  width: 50%;
  height: 98px;
  background-image: linear-gradient(90deg, #0a6eae, #8fbe25);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  left: 0;
  z-index: 1;
  text-align: right;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cnahui_box .content .top_box .top1 .day {
  width: 70px;
  height: 70px;
  font-size: 40px;
  color: #2fa865;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 20px;
}
.cnahui_box .content .top_box .top1 div:last-child {
  margin-right: 85px;
}
.cnahui_box .content .top_box .top2 {
  width: 53%;
  height: 98px;
  background-image: linear-gradient(90deg, #0068b7, #0068b7);
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  padding-left: 80px;
  font-size: 36px;
  box-sizing: border-box;
  align-items: center;
}
.cnahui_box .content .top_box .top2 div:first-child {
  font-size: 24px;
  background-color: #045397;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 18px;
}
.cnahui_box .content .bottom_box {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(to right, #1a41ab, #017677);

}
.cnahui_box .content .bottom_box a {
  display: block;
}
.cnahui_box .content .bottom_box a > div {
  width: 275px;
  height: 80px;
  margin: 35px 30px;
  font-size: 30px;
  color: #1E3A8A;
  line-height: 80px;
  text-align: center;
}
.cnahui_box .content .bottom_box a:last-child > div{
    color: #d02e12;
}
.cnahui_box .content .bottom_box a > div {
  background: url(../images/b1.png) no-repeat;
  padding-left: 30px;
}
.cnahui_box .content .bottom_box a:last-child > div {
  background: url(../images/b2.png) no-repeat;
  padding-left: 30px;
}
