html {
  scroll-behavior: smooth;
}

.banner_container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-bottom: 50px;
  overflow: hidden;
}

/* 背景图 */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/cms_files/filemanager/1573/picture/202511/44E405BF6CD708CB9CF3E77938E2BFB9.jpg');
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.banner_title {
 /* position: absolute;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  width: 83.3%;
  bottom: 70px;
  z-index: 20;
  left: 8%; */
     position: absolute;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    bottom: 0px;
    z-index: 20;
    left: 0;
    padding: 0 0 70px 8%;
    background: linear-gradient(to top, #004098 0%, #00409800 100%);
}

.ty_more {
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 50px;
  border: 2px solid #fff;
  padding: 0 8px 0 31px;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.4s all;
  margin-top: 30px;
}

.ty_more span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.ty_more p {
  z-index: 4;
}

.ty_more img {
  transition: 0.5s all;
}


.ty_more::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: 0.3s all;
  border-radius: 50px;
}


/* 导航 */
.breadcrumb {
  max-width: 100%;
  max-height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #555555;
}

.breadcrumb img {
  margin-top: 4px;
}

.select_down {
  margin-left: 9px;
  transition: all 0.3s ease;
}
.select{
  position: relative;
}
.breadcrumb .other_col{
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  border-radius: 20px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(112,112,112,0.1);
  width: 300px;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.select.active .other_col{
 height: auto;
  padding: 20px;
}
.breadcrumb .other_col li{
  line-height: 40px;
  font-size: 18px;
}

.Con {
  margin: 52px auto 150px auto;
  width: 83.3%;
}

.content {
  width: 100%;
  margin: 50px 0 0 0;
}
.content ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content ul li{
  width: 50%;
  font-size: 24px;
  line-height: 40px;
  color: #333;
  display: flex;
  align-items: center;
}
.content ul li::before{
  content: '';
  display: block;
  width: 22px;
  height: 40px;
  background: url(icon.png) no-repeat center center;
  margin-right: 13px;
}

.content .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 40px 0;
}

.content .box .box_con {
  width: 23.75%;
  height: 384px;
  background: linear-gradient(to bottom, rgba(240, 77, 25, 0.1) 50%, #fff);
  position: relative;
}

.content .box .box_con::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #F04D19;
  transition: all 0.4s ease-in-out;
}

.content .box .box_con .img {
  width: 120px;
  height: 120px;
  background-color: #FDE3DA;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 20px auto;
}

.content .box .box_con .img .img_bg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #F04D19;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .box .box_con p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: center;
  width: 84%;
  margin: 0 auto;
}

.content .box .box_con:hover::before {
  width: 100%;
}

.Case_Study {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.Case_Study .big-title{
  font-size: 50px;
  color: #111;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
  width: 92.3%;
}
.Case_Study .box_title{
  width: 100%;
  padding: 0 24px 0 47px;
  background-color: #F2F5FA;
  line-height: 80px;
  font-size: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.Case_Study .box_title span{
width: 24px;
height: 2px;
background-color: #333;
}
.Case_Study .box_text{
  width: 1200px;
  margin: 0 auto;
}
.Case_Study .box_text .including{
  margin: 12px 0 60px 0;
  font-size: 23px;
  color: #004098;
  line-height: 36px;
  font-weight: 550;
}
.Case_Study .box_con{
  width: 100%;
  background-color: #FFF8F6;
  border-top: 4px solid #F04D19;
  padding: 40px 38px 30px 76px;
  display: flex;
  justify-content: space-between;
}
.Case_Study .box_con .box_con_left{
  width: 237px;
  border-radius: 20px;
}
.Case_Study .box_con .box_con_right{
  width: 767px;
}
.Case_Study .box_con .title{
  font-size: 28px;
  line-height: 44px;
  color: #F04D19;
  font-weight: 600;
  margin: 40px 0 16px 0;
}
.Case_Study .box_con>div{
  font-size: 20px;
  color: #111;
  line-height: 30px;
  margin-bottom: 50px;
}
.Case_Study .box_con>div span{
  font-weight: 600;
}
.bottom_text{
  font-size: 20px;
  color: #333;
  line-height: 36px;
  margin: 30px auto;
  width: 1200px;
}
.bottom_img{
  margin: 0 auto 181px auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
.bottom_img>img{
  border-radius: 10px;
  box-shadow: 0 9px 20px 0 rgba(46,35,94,0.07);
}
.bottom_img>img:first-child{
  width: 54.1%;
}
.bottom_img>img:last-child{
  width: 43.2%;
}