header {
  background-color: #0F6FB8;
  color: #fff;
  min-height: 626px;
}
.container .title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
.container .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25%;
  background: url('/public/web/assets/images/title_icon.png') no-repeat;
  width: 153px;
  height: 15px;
  transform: translate(-50%, -50%);
}
.container .main {
  display: flex;
  justify-content: space-between;
}
.container .main > div {
  flex: 1;
}
.container .main .text_introduction {
  margin: 0 40px 110px 0;
}
.container .main .text_introduction .text {
  text-indent: 2em;
  font-size: 20px;
  color: #333333;
  line-height: 45px;
}
.more {
  font-size: 30px;
  padding: 12px 69px;
  background: linear-gradient(90deg, #16D6E7 0%, #06BAF7 100%);
  border-radius: 34px;
  margin-top: 20px;
  display: inline-block;
}
.report {
  background-color: #F0F0F0;
}
.title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_box .title {
  flex: 1;
  margin-left: 200px;
}
.report_box {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.report_box .box_item {
  flex: 1;
  margin-right: 4px;
  transition: all .3s;
}
.report_box .box_item:last-child {
  margin-right: 0;
}
.report_box .box_item .top {
  height: 177px;
  background: #FAFAFA;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #D9D9D9;
  text-align: center;
  padding-top: 27px;
  background-color: #fcf9fc;
}
.report_box .box_item .top .default img {
  width: 82px;
  height: 82px;
}
.report_box .box_item .top .hover {
  color: #fff;
  display: none;
}
.report_box .box_item .top .hover img {
  width: 106px;
  height: 105px;
  float: left;
}
.report_box .box_item .top .hover > div {
  float: left;
  margin: 30px 0;
}
.report_box .box_item .bottom {
  height: 230px;
  background: #FFFFFF;
  border-radius: 0 0 18px 18px;
  padding: 20px;
  font-size: 18px;
  color: #888888;
  line-height: 25px;
}
.report_box .box_item:hover {
  transform: scale(1.1);
}
.materials_box .box_item:hover {
  transform: scale(1.1);
}
.report_box .box_item:hover .top {
  background: url('/public/web/assets/images/tab_bg.png') no-repeat;
}
.report_box .box_item:hover .top .default{
  display: none;
}
.report_box .box_item:hover .top .hover,
.report_box .box_item:hover .bottom .detail {
  display: block;
}

.detail {
  font-size: 18px;
  color: #0F6FB8;
  line-height: 50px;
  text-align: right;
  display: none;
}
.materials_box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 110px;
}
.materials_box .box_item {
  width: 240px;
  height: 240px;
  background: #F9F9F9;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  transition: all .3s;
}
.materials_box .box_item:first-child {
  border-radius: 10px 0px 0px 10px;
}
.materials_box .box_item:last-child {
  margin-right: 0;
  border-radius: 0px 10px 10px 0px;
}
.materials_box .box_item img {
  width: 68px;
  height: 66px;
  margin-bottom: 25px;
}
.materials_box .box_item .hover,
.materials_box .box_item:hover .default {
  display: none;
}
.materials_box .box_item:hover {
  color: #fff;
  background: #147AFF;
  transition: all .5s;
}
.materials_box .box_item:hover .hover {
  display: block;
  transform: scale(1.5);
}
.apply {
  background: #F3F3F3;
}
.apply .apply_box {
  position: relative;
  display: flex;
  padding-bottom: 81px;
}
.apply .apply_box .right {
  flex: 1;
  padding: 43px 0 43px 47px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.apply .apply_box .right > div  {
  display: flex;
  flex: 1;
}
.apply .apply_box .right .right_item {
  display: flex;
  align-items: center;
  min-width: 290px;
  /* margin-right: 20px; */
  flex: 1;
}
.apply .apply_box .right .right_item .arrows {
  width: 24px;
  height: 24px;
  line-height: 20px;
  border:1px solid #3BB2D9;
  border-radius: 50%;
  text-align: center;
  color: #3BB2D9;
  margin-left: 10px;
}
.apply .apply_box .right .right_item,
.apply .apply_box .right .right_item a {
  color: #333;
  font-size: 20px;
}
.apply .apply_box .right .right_item:hover a {
  color: #0F6FB8;
  text-decoration: underline;
}
.apply .apply_box .right .right_item:hover .arrows {
  border:1px solid #0F6FB8;
  color: #0F6FB8;
}
.case_box .tabs {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(151,151,151,0.3000);
}
.case .tabs .tabs_box {
  color: #333333;
  font-size: 16px;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.case .main {
  padding: 20px 0 160px 0;
}
.case .main .container {
  display: flex;
  justify-content: space-between;
}
.case .main .main_item {
  height: 270px;
  margin-right: 14px;
  flex: 1;
}
.case .main .main_item:hover .img0,
.case .main .main_item:hover .img1,
.case .main .main_item:hover .img2,
.case .main .main_item:hover .img3{
  background-size: 120% 120%;
}
.case .main .main_item .img {
  width: 100%;
  height: 217px;
  transition: all .5s;
}
.case .main .main_item .img0 {
  background: url('/public/web/assets/images/show0.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.case .main .main_item .img1 {
  background: url('/public/web/assets/images/show1.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.case .main .main_item .img2 {
  background: url('/public/web/assets/images/show2.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.case .main .main_item .img3 {
  background: url('/public/web/assets/images/show3.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.case .main .main_item:last-child {
  margin-right: 0;
}
.case .main .main_item .tips {
  color: #fff;
  padding: 5px 18px;
  font-size: 20px;
}
.case .main .main_item .tips0 {
  background: #ce0000;
}
.case .main .main_item .tips1 {
  background: #CCCC00;
}
.case .main .main_item .tips2 {
  background: #0099FF;
}
.case .main .main_item .tips3 {
  background: #6699CC;
}
.case .main .main_item .tips div:last-child {
  font-size: 16px;
  max-width: 280px;
}
.video_introduction video {
  width: 520px;
}
