.wzck_wxt{
	background: #f7f7fa;
}

.wzck_wxt_cen{
	width: 1200px;
	margin: 0 auto;
	padding-top: 93px;
}

.banner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.banner_left {
  position: relative;
  width: 230px;
  height: 430px;
  background: #ffffff;
  border-radius: 5px;
}

.banner_left_top {
  width: 230px;
  height: 56px;
  background: #28c445;
  border-radius: 5px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #ffffff;
}

.banner_left_view {
  width: 230px;
  height: 374px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.banner_left_box {
  width: 100%;
  padding: 15px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

.banner_left_box_title {
  font-size: 14px;
  color: #333333;
  padding-bottom: 8px;
}

.banner_left_box_text {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  line-height: 23px;
}

.banner_left_box_text span {
  float: left;
}

.banner_right {
  width: 951px;
  height: 430px;
	border-radius: 5px;
	overflow: hidden;
  background-size: 100% 100%;
}

.banner_hover:hover {
  cursor: pointer;
  color: #28c445;
}

/* ----------- */

.a123wxt_home_box {
  width: 1200px;
  /* height: 300px; */
	height: 450px;
  background: #ffffff;
  padding-top: 12px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.box_top {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  padding-left: 30px;
  padding-top: 10px;
}

.box_top_i {
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 10px;
  margin-left: 15px;
}

.box_nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px;
}

.box_nav_box {
  width: 370px;
  /* height: 200px; */
  height: 350px;
  background: #ffffff;
  box-shadow: 0px 0px 7px 2px rgba(179, 202, 183, 0.09);
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
}

.box_nav_box:nth-child(3n) {
  margin-right: 0px;
}

.box_nav_box_top {
  position: relative;
  width: 100%;
  height: 132px;
  background-size: 100% 100%;
}

.box_nav_box_top_title {
  padding-top: 33px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.box_nav_box_top_text {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding-top: 12px;
}

.box_nav_box_top_i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  color: #ffffff;
}

.box_nav_box_bot {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.box_nav_box_bot_b {
  display: flex;
  align-items: center;
}

.box_nav_box_list{
	height: 170px;
  padding: 0 12px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.box_nav_box_list li:hover, .box_nav_box_list2 li:hover{
	color: #00c055;
}

.box_nav_box_list2{
	height: 90px;
  padding: 0 12px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.box_nav_box_list2 ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_nav_box_list2 li{
	width: 50%;
}

.box_head {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e2e5ee;
}

.box_name {
  max-width: 150px;
  font-size: 14px;
  color: #666666;
  margin-left: 12px;
}

.box_i {
  height: 24px;
  background: #f0f2f7;
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #9ca0a9;
  margin-right: 5px;
  padding: 0 5px;
}