/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
.page_index .advert_box {
  padding: 15px 50px;
}
.logosl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.ind_swi_box {
  width: 100%;
  height: 400px;
}
.ind_swi_box .ind_swi {
  width: 100%;
  height: 100%;
}
.ind_swi_box .ind_swi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ind_swi_box .ind_swi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_swi_box .ind_swi_page {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
}
.ind_sec01 {
  padding: 0 50px 0px 50px;
}
.ind_sec01 .section_main {
  background: #F3F5F6;
  padding: 30px 10px;
}
.ind_sec01 .ind_search {
  margin: 0 auto;
  max-width: 1150px;
  height: 61px;
  border-radius: 60px;
  border: 1px solid #016296;
  background: #fff;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
.ind_sec01 .ind_search .mleft {
  background: #fff;
  height: 100%;
  border-radius: 60px 0 0 60px;
  position: relative;
}
.ind_sec01 .ind_search .mleft .mfont {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 0 15px 0 30px;
  position: relative;
}
.ind_sec01 .ind_search .mleft .mfont span {
  font-size: 16px;
  color: #606266;
  margin-right: 10px;
  transition: 0.2s all ease-in;
}
.ind_sec01 .ind_search .mleft .mfont .xhi {
  font-size: 18px;
  color: #606266;
  transition: 0.2s all ease-in;
}
.ind_sec01 .ind_search .mleft .mfont::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 35px;
  background: #eee;
}
.ind_sec01 .ind_search .mleft .mmain {
  position: absolute;
  top: 61px;
  width: 110px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 0;
  transform: translateY(40px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.2s all ease-in;
}
.ind_sec01 .ind_search .mleft .mmain a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  font-size: 16px;
  transition: 0.2s all ease-in;
}
.ind_sec01 .ind_search .mleft .mmain a:hover {
  color: #016296;
  transform: translateY(-2px);
}
.ind_sec01 .ind_search .mleft.curr .mmain {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 30;
}
.ind_sec01 .ind_search .mleft.curr .mfont i {
  transform: rotate(180deg);
}
.ind_sec01 .ind_search .mleft.curr .mfont span {
  color: #016296;
}
.ind_sec01 .ind_search .mright {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.ind_sec01 .ind_search .mright a {
  width: 181px;
  height: 100%;
  background: #016296;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  transition: 0.2s all ease-in;
}
.ind_sec01 .ind_search .mright a p {
  color: #FFFFFF;
  transition: 0.2s all ease-in;
  font-size: 20px;
}
.ind_sec01 .ind_search .mright a i {
  transition: 0.2s all ease-in;
  color: #FFFFFF;
  font-size: 25px;
  margin-right: 10px;
}
.ind_sec01 .ind_search .mright a:hover {
  background: #2BBC4D;
}
.ind_sec01 .ind_search .mright input {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 20px;
  font-size: 16px;
}
.ind_sec01 .hot_news {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_sec01 .hot_news a {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
  max-width: 1000px;
}
.ind_sec01 .hot_news img {
  width: 70px;
  height: auto;
  margin-right: 10px;
}
.ind_sec01 .hot_news h2 {
  font-size: 24px;
  color: #303133;
  transition: 0.2s all ease-in;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_sec01 .hot_news a:hover {
  transform: translateY(-2px);
}
.ind_sec01 .hot_news a:hover h2 {
  color: #2BBC4D;
}
.ind_sec01 .indhotnew_swibox {
  width: 100%;
  padding: 0 40px;
  position: relative;
}
.ind_sec01 .indhotnew_swibox .indhotnew_swi {
  width: 100%;
}
.ind_sec01 .indhotnew_swibox a {
  display: block;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.ind_sec01 .indhotnew_swibox .mimg {
  width: 100%;
  overflow: hidden;
}
.ind_sec01 .indhotnew_swibox .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_sec01 .indhotnew_swibox h3 {
  color: #303133;
  font-size: 16px;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_sec01 .indhotnew_swibox a:hover {
  transform: translateY(-2px);
}
.ind_sec01 .indhotnew_swibox a:hover img {
  transform: scale(1.03);
}
.ind_sec01 .indhotnew_swibox a:hover h3 {
  color: #2BBC4D;
}
.ind_sec01 .indhotnew_swibox .indhotnew_swi_btn i {
  color: #2BBC4D;
  font-size: 20px;
}
.ind_sec01 .indhotnew_swibox .indhotnew_swi_btn .swiper-button-prev {
  left: 5px;
}
.ind_sec01 .indhotnew_swibox .indhotnew_swi_btn .swiper-button-next {
  right: 5px;
}
.ind_newsbox {
  padding: 0 50px;
}
.ind_newsbox .section_main {
  display: flex;
  align-items: flex-start;
}
.ind_newsbox .mleft {
  width: 678px;
  height: 390px;
  flex-shrink: 0;
  overflow: hidden;
}
.ind_newsbox .mleft a {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.ind_newsbox .mleft .mimg {
  width: 100%;
  height: 100%;
}
.ind_newsbox .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mleft .mfont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 17px 29px;
  z-index: 30;
}
.ind_newsbox .mleft h2 {
  color: #FFFFFF;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mleft a:hover h2 {
  transform: translateY(-3px);
}
.ind_newsbox .mleft a:hover img {
  transform: scale(1.03);
}
.ind_newsbox .mright {
  width: calc(100% - 678px);
  padding-left: 20px;
}
.ind_newsbox .mright .mtop_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_newsbox .mright .mtop_nav .mnav {
  display: flex;
  align-items: center;
}
.ind_newsbox .mright .mtop_nav .mnav a {
  width: 170px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #016296;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mright .mtop_nav .mnav a.curr {
  background: #2BBC4D;
}
.ind_newsbox .mright .mtop_nav .look_more {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #606266;
}
.ind_newsbox .mright .mtop_nav .look_more p {
  margin-right: 5px;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mright .mtop_nav .look_more i {
  color: #909399;
  display: block;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mright .mtop_nav .look_more:hover p {
  color: #2BBC4D;
}
.ind_newsbox .mright .mtop_nav .look_more:hover i {
  color: #2BBC4D;
  transform: rotate(90deg);
}
.ind_newsbox .mright ul {
  width: 100%;
  display: none;
  background: #F3F5F6;
  padding: 20px;
}
.ind_newsbox .mright ul li {
  width: 100%;
}
.ind_newsbox .mright ul a {
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 13px;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mright ul .micon {
  transform-origin: center center;
  width: 11px;
  height: 11px;
  background: #2BBC4D;
  margin-right: 15px;
  transform: translateY(10px) rotate(45deg);
}
.ind_newsbox .mright ul .mfont {
  width: calc(100% - 28px);
}
.ind_newsbox .mright ul .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.ind_newsbox .mright ul h3 {
  font-size: 18px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: 0.2s all ease-in;
}
.ind_newsbox .mright ul span {
  color: #909399;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 5px;
}
.ind_newsbox .mright ul p {
  font-size: 14px;
  color: #606266;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_newsbox .mright ul li:last-child a {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.ind_newsbox .mright ul a:hover {
  transform: translateY(-2px);
}
.ind_newsbox .mright ul a:hover h3 {
  color: #2BBC4D;
}
.ind_hyzk {
  padding: 20px 50px 0px 50px;
}
.ind_hyzk .section_main .guojiaul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px -10px 0 -10px;
}
.ind_hyzk .section_main .guojiaul li {
  width: 50%;
  margin-bottom: 28px;
  padding: 10px;
}
.ind_hyzk .section_main .guojiaul a {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
  width: 100%;
}
.ind_hyzk .section_main .guojiaul .mleft {
  width: 88px;
  height: 88px;
  border-radius: 5px;
  background: #f3f5f6;
  flex-shrink: 0;
  margin-right: 15px;
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ind_hyzk .section_main .guojiaul .mleft h5 {
  font-size: 38px;
  font-weight: bold;
  color: #606266;
  margin-bottom: 5px;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .guojiaul .mleft span {
  color: #606266;
  font-size: 16px;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .guojiaul .mfont {
  width: calc(100% - 103px);
}
.ind_hyzk .section_main .guojiaul .mfont h3 {
  font-size: 17px;
  color: #303133;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .guojiaul .mfont p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  color: #909399;
  line-height: 180%;
  font-size: 15px;
}
.ind_hyzk .section_main .guojiaul a:hover {
  transform: translateY(-3px);
}
.ind_hyzk .section_main .guojiaul a:hover h3 {
  color: #016296;
}
.ind_hyzk .section_main .guojiaul a:hover .mleft {
  background: #2BBC4D;
}
.ind_hyzk .section_main .guojiaul a:hover .mleft h5 {
  color: #FFFFFF;
}
.ind_hyzk .section_main .guojiaul a:hover .mleft span {
  color: #FFFFFF;
}
.ind_hyzk .section_main .difangul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ind_hyzk .section_main .difangul li {
  width: 33.33%;
  padding: 7.5px;
}
.ind_hyzk .section_main .difangul a {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px 10px 20px;
  border: 1px solid #eee;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .difangul a h3 {
  transition: 0.2s all ease-in;
  color: #303133;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 48px;
}
.ind_hyzk .section_main .difangul a p {
  transition: 0.2s all ease-in;
  font-size: 16px;
  line-height: 180%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_hyzk .section_main .difangul a .mtop {
  padding-bottom: 10px;
}
.ind_hyzk .section_main .difangul a hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 0;
}
.ind_hyzk .section_main .difangul a .mbom {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_hyzk .section_main .difangul a .mbom span {
  color: #909399;
  font-size: 15px;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .difangul a .mbom i {
  color: #2BBC4D;
  font-size: 25px;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .difangul a:hover {
  transform: translateY(-5px);
  background: #2BBC4D;
}
.ind_hyzk .section_main .difangul a:hover h3 {
  color: #FFFFFF;
}
.ind_hyzk .section_main .difangul a:hover p {
  color: #FFFFFF;
}
.ind_hyzk .section_main .difangul a:hover span {
  color: #FFFFFF;
}
.ind_hyzk .section_main .difangul a:hover i {
  color: #FFFFFF;
}
.ind_hyzk .section_main .hangyeul {
  display: flex;
  flex-wrap: wrap;
}
.ind_hyzk .section_main .hangyeul li {
  width: 25%;
  padding: 10px;
}
.ind_hyzk .section_main .hangyeul a {
  transition: 0.2s all ease-in;
  display: block;
}
.ind_hyzk .section_main .hangyeul a .mimg {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.ind_hyzk .section_main .hangyeul a .mimg img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .hangyeul a .mfont {
  border: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 15px;
}
.ind_hyzk .section_main .hangyeul a h3 {
  font-size: 17px;
  color: #303133;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .hangyeul a p {
  font-size: 15px;
  color: #606266;
  line-height: 180%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .hangyeul a span {
  font-size: 14px;
  color: #909399;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .hangyeul a:hover {
  transform: translateY(-10px);
}
.ind_hyzk .section_main .hangyeul a:hover .mfont {
  background: #2BBC4D;
}
.ind_hyzk .section_main .hangyeul a:hover .mfont h3 {
  color: #FFFFFF;
}
.ind_hyzk .section_main .hangyeul a:hover .mfont p {
  color: #FFFFFF;
}
.ind_hyzk .section_main .hangyeul a:hover .mfont span {
  color: #FFFFFF;
}
.ind_hyzk .section_main .jishuul {
  display: flex;
  flex-wrap: wrap;
}
.ind_hyzk .section_main .jishuul li {
  width: 25%;
  padding: 10px;
}
.ind_hyzk .section_main .jishuul .mimg {
  width: 100%;
  height: 248px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.ind_hyzk .section_main .jishuul img {
  transition: 0.2s all ease-in;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_hyzk .section_main .jishuul a {
  display: block;
  transition: 0.2s all ease-in;
  overflow: hidden;
}
.ind_hyzk .section_main .jishuul .mfont {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.ind_hyzk .section_main .jishuul h3 {
  font-size: 17px;
  color: #303133;
  margin-bottom: 15px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_hyzk .section_main .jishuul p {
  font-size: 15px;
  line-height: 165%;
  color: #606266;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.ind_hyzk .section_main .jishuul .mbom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_hyzk .section_main .jishuul .mbom span {
  background: #FF5C00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
}
.ind_hyzk .section_main .jishuul .mbom i {
  font-style: normal;
  color: #909399;
  font-size: 14px;
}
.ind_hyzk .section_main .jishuul a:hover {
  transform: translateY(-2px);
}
.ind_hyzk .section_main .jishuul a:hover h3 {
  color: #2BBC4D;
}
.ind_hyzk .section_main .jishuul a:hover img {
  transform: scale(1.03);
}
.ind_hyzk .section_main .zhuanjiaul {
  display: flex;
}
.ind_hyzk .section_main .zhuanjiaul li {
  padding: 15px 15px 0 15px;
  width: 20%;
}
.ind_hyzk .section_main .yanjiuul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ind_hyzk .section_main .yanjiuul li {
  width: 50%;
  padding: 10px;
}
.ind_hyzk .section_main .yanjiuul li a {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.ind_hyzk .section_main .yanjiuul li a .mimg {
  width: 145px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}
.ind_hyzk .section_main .yanjiuul li a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_hyzk .section_main .yanjiuul li a .mfont {
  width: calc(100% - 165px);
}
.ind_hyzk .section_main .yanjiuul li a .mfont h3 {
  font-weight: bold;
  font-size: 18px;
  color: #303133;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_hyzk .section_main .yanjiuul li a .mfont p {
  color: #606266;
  line-height: 180%;
  margin-bottom: 20px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.ind_hyzk .section_main .yanjiuul li a .mfont h4 {
  color: #2BBC4D;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.ind_hyzk .section_main .yanjiuul li a .mfont span {
  color: #909399;
  font-size: 14px;
}
.ind_hyzk .section_main .yanjiuul li a:hover {
  transform: translateY(-3px);
}
.ind_hyzk .section_main .yanjiuul li a:hover img {
  transform: scale(1.03);
}
.ind_hymq {
  padding: 20px 0px 0px 0px;
}
.ind_hymq .ind_mqtabs {
  width: 100%;
  padding: 30px 50px 0 50px;
  background: #fff;
}
.ind_hymq .ind_mqtabs ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
}
.ind_hymq .ind_mqtabs ul a {
  width: 120px;
  height: 55px;
  border-radius: 8px 8px 0 0;
  background: #016296;
  transition: 0.2s all ease-in;
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_hymq .ind_mqtabs ul a:hover {
  background: #2BBC4D;
}
.ind_hymq .ind_mqtabs ul li.curr a {
  background: #2BBC4D;
}
.ind_hymq .ind_hymq_main {
  background: #f3f5f6;
}
.ind_hymq .ind_hymq_main ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 50px;
}
.ind_hymq .ind_hymq_main ul li {
  width: 33.33%;
  padding: 10px;
}
.ind_hymq .ind_hymq_main ul a {
  border: 1px solid #eee;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 20px 20px;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
}
.ind_hymq .ind_hymq_main ul a .mgood {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  opacity: 0;
}
.ind_hymq .ind_hymq_main ul a .mleft {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}
.ind_hymq .ind_hymq_main ul a .mleft img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.ind_hymq .ind_hymq_main ul a .mfont {
  width: calc(100% - 75px);
  padding-left: 20px;
}
.ind_hymq .ind_hymq_main ul a .mfont h3 {
  font-size: 15px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_hymq .ind_hymq_main ul a .mfont p {
  font-size: 15px;
  color: #606266;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_hymq .ind_hymq_main ul a:hover {
  transform: translateY(-3px);
}
.ind_hymq .ind_hymq_main ul a:hover .mfont h3 {
  color: #2BBC4D;
}
.ind_hymq .ind_hymq_main ul a:hover .mleft img {
  transform: scale(1.03);
}
.ind_zxm {
  width: 100%;
  padding: 30px 50px;
  background: url(/images/bg03.jpg) no-repeat;
  background-size: cover;
}
.ind_zxm .section_main ul {
  display: flex;
  flex-wrap: wrap;
}
.ind_zxm .section_main ul li {
  width: 50%;
  padding: 8px;
}
.ind_zxm .section_main ul a {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  display: block;
  transition: 0.2s all ease-in;
  position: relative;
}
.ind_zxm .section_main ul a .mmain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_zxm .section_main ul a .mgood {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  opacity: 1;
}
.ind_zxm .section_main ul a h3 {
  font-weight: bold;
  color: #016296;
  font-size: 18px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_zxm .section_main ul a hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 23px 0 17px 0;
}
.ind_zxm .section_main ul a .mleft {
  font-size: 15px;
  color: #303133;
}
.ind_zxm .section_main ul a .mleft p {
  padding: 5px 0;
}
.ind_zxm .section_main ul a .mmid .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ind_zxm .section_main ul a .mmid .mtop h4 {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
}
.ind_zxm .section_main ul a .mmid .mtop p {
  font-size: 14px;
}
.ind_zxm .section_main ul a .mmid .mbom {
  display: flex;
  align-items: center;
}
.ind_zxm .section_main ul a .mmid .mbom i {
  color: #2BBC4D;
  font-size: 15px;
  margin-right: 5px;
}
.ind_zxm .section_main ul a .mmid .mbom p {
  color: #606266;
  font-size: 14px;
}
.ind_zxm .section_main ul a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.15);
}
.ind_zxm .section_main ul a:hover h3 {
  color: #2BBC4D;
}
.ind_hyhz {
  padding: 30px 50px 0 50px;
}
.ind_hyhz .xhul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ind_spzb {
  width: 100%;
}
.ind_spzb .ind_zhxybox .video_item .mfont span {
  background: url(/images/btnbg2.png) no-repeat 100% 100%;
}
.ind_spzb .high_talk_top {
  width: 100%;
  display: flex;
}
.ind_spzb .high_talk_top .mleft {
  width: 50%;
  display: flex;
}
.ind_spzb .high_talk_top .mright {
  width: 50%;
}
.ind_spzb .high_talk_top .mtop {
  width: 100%;
  margin-bottom: 10px;
}
.ind_spzb .high_talk_top .mbom {
  display: flex;
  width: 100%;
}
.ind_spzb .high_talk_item_h {
  width: 50%;
  padding: 0 5px;
}
.ind_spzb .high_talk_item_h a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_h .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind_spzb .high_talk_item_h .mimg i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_h .xhlabel {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 20;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 10px;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_h a:hover {
  transform: translateY(-2px);
}
.ind_spzb .high_talk_item_h a:hover img {
  transform: scale(1.02);
}
.ind_spzb .high_talk_item_h a:hover i {
  transform: scale(1.1);
}
.ind_spzb .high_talk_item.xhgreen .xhlabel {
  background: #2BBC4D;
}
.ind_spzb .high_talk_item.xhorange .xhlabel {
  background: #FF5C00;
}
.ind_spzb .high_talk_item.xhred .xhlabel {
  background: #FF3D3D;
}
.ind_spzb .high_talk_item_max {
  width: 100%;
  padding: 0 5px;
}
.ind_spzb .high_talk_item_max a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_max .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind_spzb .high_talk_item_max .mimg i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_max img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_max .xhlabel {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 20;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 10px;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_max .mfont {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 15;
}
.ind_spzb .high_talk_item_max .mtext {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  border-radius: 0 0 5px 5px;
}
.ind_spzb .high_talk_item_max h3 {
  color: #FFFFFF;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_max span {
  font-size: 16px;
  color: #FFFFFF;
  background: #2BBC4D;
  border-radius: 0px;
  width: 100px;
  padding: 11px 15px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_spzb .high_talk_item_max span i {
  color: #FFFFFF;
  transition: 0.2s all ease-in;
  font-size: 16px;
}
.ind_spzb .high_talk_item_max a:hover {
  transform: translateY(-2px);
}
.ind_spzb .high_talk_item_max a:hover img {
  transform: scale(1.02);
}
.ind_spzb .high_talk_item_max a:hover i {
  transform: scale(1.1);
}
.ind_spzb .high_talk_item_w {
  width: 50%;
  padding: 0 5px;
}
.ind_spzb .high_talk_item_w a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_w .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind_spzb .high_talk_item_w .mimg i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_w .xhlabel {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 20;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 10px;
  transition: 0.2s all ease-in;
}
.ind_spzb .high_talk_item_w a:hover {
  transform: translateY(-2px);
}
.ind_spzb .high_talk_item_w a:hover img {
  transform: scale(1.02);
}
.ind_spzb .high_talk_item_w a:hover i {
  transform: scale(1.1);
}
.ind_spzb .xhul {
  display: flex;
}
.ind_spzb .ind_spzb_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.ind_spzb .ind_spzb_btn a {
  background: #FF852D;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 13px 30px;
  transition: 0.2s all ease-in;
}
.ind_spzb .ind_spzb_btn a i {
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 18px;
}
.ind_spzb .ind_spzb_btn a p {
  color: #FFFFFF;
  font-size: 18px;
}
.ind_spzb .ind_spzb_btn a:hover {
  transform: translateY(-3px);
  background: #2BBC4D;
}
.ind_friend .section_main {
  background: #f3f5f6;
  padding: 15px;
}
.ind_friend .section_main .swiper {
  width: 100%;
}
.ind_friend .section_main .xhul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.ind_friend .section_main .xhul li {
  width: 16.66%;
  padding: 8px;
}
.ind_friend .section_main .xhul a {
  display: block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.ind_friend .section_main .xhul .mimg {
  width: 100%;
  overflow: hidden;
  height: 110px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_friend .section_main .xhul .mimg img {
  width: 80%;
  transition: 0.2s all ease-in;
  max-height: 80%;
}
.ind_friend .section_main .xhul p {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #606266;
  margin-top: 10px;
}
.ind_friend .section_main .xhul a:hover {
  transform: translateY(-3px);
}
.ind_friend .section_main .xhul a:hover img {
  transform: scale(1.03);
}
.ind_friend .section_main .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.ind_title {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_title ul {
  display: flex;
  align-items: center;
}
.ind_title ul a {
  width: 180px;
  height: 50px;
  background: #016296;
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
.ind_title ul li {
  margin-right: 10px;
}
.ind_title ul li.curr a {
  background: #2BBC4D;
}
.ind_title ul li:hover a {
  background: #2BBC4D;
}
.ind_title .look_more {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #606266;
}
.ind_title .look_more p {
  margin-right: 5px;
  transition: 0.2s all ease-in;
}
.ind_title .look_more i {
  color: #909399;
  display: block;
  transition: 0.2s all ease-in;
}
.ind_title .look_more:hover p {
  color: #2BBC4D;
}
.ind_title .look_more:hover i {
  color: #2BBC4D;
  transform: rotate(90deg);
}
.zkad_box {
  width: 100%;
  padding: 0 50px 20px 50px;
}
.zkad_box a {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.zkad_box img {
  width: 100%;
}

