.banner_swiper {
  display: flex;
  display: -webkit-flex;
  margin-top: 80px;
}
.banner_swiper .banner_lft {
  width: 942px;
  height: 399px;
  margin-right: 29px;
}
.banner_swiper .banner_rht {
  width: 246px;
}
.banner_swiper .banner_rht ul li a {
  width: 229px;
  height: 90px;
  background: #FF9400;
  border-radius: 12px;
  display: block;
  margin-bottom: 65px;
}
.banner_swiper .banner_rht ul li .banner_wrap {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.banner_swiper .banner_rht ul li .banner_pic {
  margin-right: 15px;
}
.banner_swiper .banner_rht ul li .banner_pic .pic1 {
  width: 43px;
  height: 45px;
  display: block;
}
.banner_swiper .banner_rht ul li .banner_pic .pic2 {
  width: 42px;
  height: 43px;
  display: block;
}
.banner_swiper .banner_rht ul li .banner_pic .pic3 {
  width: 40px;
  height: 47px;
  display: block;
}
.banner_swiper .banner_rht ul li .banner_text {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.banner_swiper .swiper-slide img {
  width: 942px;
  height: 399px;
  display: block;
}
.banner_swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  opacity: 0.5;
}
.banner_swiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  opacity: 1;
}
.title {
  text-align: center;
}
.title h3 {
  font-size: 35px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FF9400;
  height: 74px;
}
.problem {
  margin-bottom: 69px;
}
.training_box {
  width: 100%;
  height: 332px;
  background: #FFFFFF;
  box-shadow: 2px 0px 2px 4px rgba(228, 228, 228, 0.5);
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 58px;
  position: relative;
}
.training_box ul {
  display: flex;
  display: -webkit-flex;
}
.training_box ul li {
  margin-top: 56px;
  margin-right: 333px;
}
.training_box ul li:first-child {
  margin-left: 40px;
}
.training_box ul li:last-child {
  margin-right: 0;
}
.training_box ul li img {
  width: 151px;
  height: 151px;
  display: block;
}
.training_box ul li span {
  font-size: 20px;
  font-weight: 500;
  color: #003E7D;
  display: block;
  position: absolute;
  top: 99px;
  left: 37px;
}
.training_box ul li p {
  width: 168px;
  font-size: 18px;
  font-weight: 500;
  color: #003E7D;
  padding-top: 19px;
}
.training_box .training_pix {
  width: 151px;
  height: 151px;
  position: relative;
}
.training_box .arrow {
  position: absolute;
  top: 116px;
  left: 188px;
}
.training_box .arrow img {
  width: 80%;
  height: 30px;
  top: 0;
  display: block;
}
.tab_menu ul {
  display: flex;
  display: -webkit-flex;
  margin-top: 16px;
}
.tab_menu ul li {
  width: 400px;
  height: 67px;
  background: linear-gradient(180deg, #efefef 0%, #d1d1d1 100%);
  border-radius: 8px 8px 0px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  line-height: 33px;
  text-align: center;
  line-height: 67px;
  cursor: pointer;
  position: relative;
}
.tab_menu ul .active {
  height: 88px;
  background: linear-gradient(180deg, #003f7f 0%, #0064ca 100%);
  border-radius: 8px 8px 0px 0px;
  line-height: 88px;
  color: white;
  top: -21px;
}
.tab_menu ul .active:before {
  left: 50%;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: #003e7d;
  position: absolute;
  bottom: -19px;
}
.tab_contents {
  width: 100%;
  height: 400px;
  background: #FFFFFF;
  padding: 45px 72px 45px 49px;
}
.tab_content {
  width: 100%;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 4px rgba(228, 228, 228, 0.5);
  margin-top: 21px;
}
.tab_content .conty {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: none;
  text-indent: 2rem;
}
.tab_content .tab_content_show {
  display: block;
}
.nui-scroll {
  width: 1200px;
  height: 310px;
  overflow: auto;
  color: #333;
}
.nui-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.nui-scroll::-webkit-scrollbar-thumb {
  background: #A5A5A5;
  border-radius: 10px;
  height: 26px;
}
.nui-scroll:hover::-webkit-scrollbar-thumb {
  background: #A5A5A5;
  border-radius: 10px;
}
.nui-scroll::-webkit-scrollbar-thumb:hover {
  background: #A5A5A5;
}
.nui-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.information_tab .information_box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  height: 57px;
  border-bottom: 2px solid #003E7D;
}
.information_tab .information_box a {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  margin: 0 15px;
}
.information_tab .information_box a:hover {
  color: white !important;
}
.information_tab .information_box .tab_active {
  padding: 0 15px;
  background: #003E7D;
  color: white;
}
.information_tab .information_box .tab_active:before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 13px solid #003E7D;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -19px;
  left: 45%;
}
.more {
  float: right;
  display: none;
  margin-top: 10px;
}
.more a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
}
.more1 {
  display: block;
}
.information_lft {
  margin-top: 22px;
}
.information_content {
  margin-top: 10px;
}
.text-list li {
  width: 48%;
  float: left;
  margin-right: 48px;
}
.text-list li:nth-child(2n) {
  margin-right: 0;
}
.information_content {
  display: none;
}
.information_show {
  display: block;
}
.training_box ul li:first-child span {
  margin-left: -11px;
}
