/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
img {
  display: block;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 100%;
  padding: 0 2vw;
}
.warpin {
  width: 1300px;
  margin: 0 auto;
}
.pulic_head_cont {
  padding: 10px 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pulic_head_cont .l_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .l_cont .logo {
  display: block;
  margin-right: 50px;
}
.pulic_head_cont .l_cont .logo img {
  width: 120px;
}
.pulic_head_cont .nav_dl {
  display: flex;
  align-items: center;
}
.pulic_head_cont .nav_dl .dl {
  margin-right: 34px;
}
.pulic_head_cont .nav_dl .dl .dt {
  display: block;
  font-size: 18px;
  color: #6f6f6f;
  padding: 14px 0;
  position: relative;
}
.pulic_head_cont .nav_dl .dl:hover .dt,
.pulic_head_cont .nav_dl .dl.hover .dt {
  color: #222222;
}
.pulic_head_cont .nav_dl .dl:hover .dt::after,
.pulic_head_cont .nav_dl .dl.hover .dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #3d3b40;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .r_cont .count_tel {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #3d3b40;
}
.pulic_head_cont .r_cont .count_tel img {
  width: 36px;
  margin-right: 10px;
}
.pulic_head_cont .r_cont .search_int {
  position: relative;
  margin-left: 45px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
.pulic_head_cont .r_cont .search_int .search_i {
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: #f5f5f5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.pulic_head_cont .r_cont .search_int .search_i img {
  width: 18px;
}
.pulic_head_cont .r_cont .search_int .cont {
  position: absolute;
  right: 0;
  top: 0;
  background: #f5f5f5;
  border-radius: 100px;
  height: 46px;
  width: 46px;
  transition: all 0.8s;
  overflow: hidden;
}
.pulic_head_cont .r_cont .search_int .cont .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 36px;
  border-radius: 100px;
  background: #000;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
.pulic_head_cont .r_cont .search_int .cont input {
  padding-left: 50px;
  padding-right: 100px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-size: 16px;
  color: #333;
}
.pulic_head_cont .r_cont .search_int:hover .cont {
  overflow: inherit;
  width: 360px;
}
.pulic_head_cont .r_cont .search_int:hover .cont .btn {
  opacity: 1;
}
.index_baner_cont {
  width: 100%;
}
.index_baner_cont .swiper-slide {
  position: relative;
}
.index_baner_cont .swiper-slide .ban_i {
  display: block;
  width: 100%;
}
.index_baner_cont .swiper-slide .detail_cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.index_baner_cont .swiper-slide .title {
  font-size: 94px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.index_baner_cont .swiper-slide .txt {
  font-size: 56px;
  color: #ffffff;
  line-height: 56px;
}
.index_baner_cont .swiper-slide .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-top: 80px;
  color: #fff;
  font-size: 18px;
}
.index_pulic_title {
  margin-bottom: 52px;
}
.index_pulic_title h2 {
  font-size: 45px;
  color: #222222;
  margin-bottom: 12px;
}
.index_pulic_title p {
  font-size: 25px;
  color: #858c92;
}
.index_case_1 {
  padding: 60px 0 120px;
  background: url(/static/addons/cms/images/index_case1_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_1 .last_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_case_1 .list {
  width: calc((100% - 160px) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
.index_case_1 .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  margin: 0 auto 36px;
}
.index_case_1 .list .tis_i img {
  display: block;
  max-width: 100%;
}
.index_case_1 .list .tle {
  font-size: 28px;
  font-weight: bold;
  color: #3d3b40;
  margin-bottom: 16px;
}
.index_case_1 .list .txt {
  font-size: 22px;
  color: #666666;
  min-height: 140px;
}
.index_case_1 .list:hover {
  background: #1c2129;
}
.index_case_1 .list:hover .tis_i img {
  filter: brightness(1000%);
}
.index_case_1 .list:hover .tle {
  color: #ffffff;
}
.index_case_1 .list:hover .txt {
  color: #abb1ba;
}
.index_case_2 {
  padding: 50px 0 100px;
}
.index_case_2 .index_pulic_title {
  text-align: center;
}
.index_case_2 .last_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
.index_case_2 .list {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.index_case_2 .list img {
  display: block;
  width: 100%;
}
.index_case_2 .list .bit_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 40px;
}
.index_case_2 .list .bit_cont h2 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_case_2 .list .bit_cont p {
  font-size: 22px;
  color: #d0cece;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_case_2 .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 54px;
  border-radius: 100px;
  background: #8d8c8f;
  font-size: 16px;
  color: #ffffff;
  margin: 60px auto 0;
}
.index_case_3 {
  padding: 86px 0;
  background: url(/static/addons/cms/images/index_case3_1.png) no-repeat center;
  background-size: cover;
}
.index_case_3 .warpin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_case_3 .l_cont {
  width: 44%;
}
.index_case_3 .l_cont .index_pulic_title h2 {
  color: #ffffff;
}
.index_case_3 .l_cont .index_pulic_title p {
  color: #a7aaac;
}
.index_case_3 .l_cont .txt {
  font-size: 22px;
  line-height: 32px;
  color: #f9f9f9;
  margin: 60px 0 120px;
}
.index_case_3 .l_cont .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 58px;
  border-radius: 100px;
  background: #f5f5f5;
  font-size: 16px;
  color: #201f1f;
}
.index_case_3 .r_cont {
  width: 48%;
}
.index_case_3 .r_cont .list {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #808288;
  font-size: 28px;
  line-height: 32px;
  color: #f5f5f5;
  font-weight: bold;
}
.index_case_3 .r_cont .list:last-child {
  border-bottom: 0px;
}
.index_case_4 {
  padding: 70px 0 130px;
}
.index_case_4 .index_pulic_title {
  text-align: center;
}
.index_case_4 .tips_txt {
  text-align: center;
  font-size: 20px;
  color: #3d3b40;
  margin: 25px 0;
}
.index_case_4 .team_last {
  display: flex;
}
.index_case_4 .team_last .list {
  display: flex;
  transition: all 0.6s;
  overflow: hidden;
  height: 314px;
}
.index_case_4 .team_last .list .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 100%;
  overflow: hidden;
}
.index_case_4 .team_last .list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_case_4 .team_last .list .det_cont {
  width: 0;
  visibility: hidden;
  padding: 30px 0;
  transition: all 0.8s;
}
.index_case_4 .team_last .list .det_cont .tle {
  font-size: 30px;
  color: #3d3b40;
  font-weight: bold;
}
.index_case_4 .team_last .list .det_cont .tle span {
  color: #808080;
  font-size: 18px;
  font-weight: normal;
}
.index_case_4 .team_last .list .det_cont .txt {
  width: 100%;
  font-size: 18px;
  color: #5a595b;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.8s;
}
.index_case_4 .team_last .list .det_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 54px;
  border-radius: 100px;
  background: #8d8c8f;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.index_case_4 .team_last .list.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.index_case_4 .team_last .list.active .txt {
  opacity: 1;
  -webkit-line-clamp: 6;
  height: auto;
}
.index_case_4 .team_last .list.active .det_cont {
  padding: 30px 34px;
  width: 424px;
  visibility: inherit;
}
.index_case_5 {
  background: url(/static/addons/cms/images/index_case5_1.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
  text-align: center;
}
.index_case_5 .title_head {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 24px;
}
.index_case_5 .txt {
  font-size: 20px;
  color: #ffffff;
}
.index_case_5 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 486px;
  height: 68px;
  background: #ffffff;
  font-size: 18px;
  color: #222629;
  margin: 50px auto 0;
}
.index_case_6 {
  padding: 90px 0;
}
.index_case_6 .list_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.index_case_6 .list_cont:last-child {
  margin-bottom: 0;
}
.index_case_6 .list_cont .l_txt {
  width: 48%;
}
.index_case_6 .list_cont .l_txt .title_head {
  margin-bottom: 30px;
}
.index_case_6 .list_cont .l_txt .title_head .tle {
  font-size: 46px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 14px;
}
.index_case_6 .list_cont .l_txt .title_head .txt {
  font-size: 26px;
  color: #858c92;
  font-weight: bold;
}
.index_case_6 .list_cont .l_txt .det_txt {
  font-size: 20px;
  line-height: 26px;
  color: #666666;
}
.index_case_6 .list_cont .l_txt .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 404px;
  height: 64px;
  background: #3d3b40;
  font-size: 18px;
  color: #ffffff;
  margin-top: 50px;
}
.index_case_6 .list_cont .r_img {
  width: 48%;
}
.index_case_6 .list_cont .r_img img {
  display: block;
  width: 100%;
}
.index_case_6 .list_cont:nth-child(2n) .l_txt {
  order: 2;
}
.index_case_6 .list_cont:nth-child(2n) .r_img {
  order: 1;
}
.pulic_foot_cont {
  padding: 100px 0 0;
  background: #22262e;
}
.pulic_foot_cont .tis_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 100px;
}
.pulic_foot_cont .tis_cont .logo {
  display: block;
  width: 82px;
}
.pulic_foot_cont .tis_cont .logo img {
  display: block;
  width: 100%;
}
.pulic_foot_cont .tis_cont .contact_cont {
  width: calc(100% / 3);
}
.pulic_foot_cont .tis_cont .contact_cont .dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 18px;
  color: #ffffff;
}
.pulic_foot_cont .tis_cont .contact_cont .dl .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 6px;
}
.pulic_foot_cont .tis_cont .contact_cont .dl .i img {
  display: block;
  max-width: 100%;
}
.pulic_foot_cont .bit_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #fff;
}
.pulic_foot_cont .bit_copy .l_copy {
  font-size: 16px;
  color: #ffffff;
}
.pulic_foot_cont .bit_copy .link_dl {
  display: flex;
  align-items: center;
}
.pulic_foot_cont .bit_copy .link_dl .dd {
  display: block;
  width: 30px;
  margin-left: 10px;
}
.pulic_foot_cont .bit_copy .link_dl .dd img {
  display: block;
  max-width: 100%;
}
.pulic_cont_baner {
  position: relative;
}
.pulic_cont_baner .bg {
  display: block;
  width: 100%;
}
.pulic_cont_baner .warpin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.pulic_cont_baner .title {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
}
.about_case_1 {
  padding: 80px 0;
}
.about_case_1 .warpin {
  display: flex;
}
.about_case_1 .l_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52%;
  background: #1c2129;
  padding: 0 80px;
}
.about_case_1 .l_cont .title {
  font-size: 52px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}
.about_case_1 .l_cont .txt {
  font-size: 24px;
  line-height: 32px;
  color: #f9f9f9;
}
.about_case_1 .r_img {
  width: 48%;
}
.about_case_1 .r_img img {
  display: block;
  width: 100%;
}
.about_case_2 {
  padding: 100px 0;
  background: #f0efed;
}
.about_case_2 .warpin {
  display: flex;
  justify-content: space-between;
}
.about_case_2 .l_cont {
  width: 48%;
}
.about_case_2 .l_cont .title {
  font-size: 52px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 40px;
}
.about_case_2 .l_cont .txt {
  font-size: 24px;
  line-height: 35px;
  color: #666666;
}
.about_case_2 .r_img {
  width: 48%;
}
.about_case_2 .r_img img {
  display: block;
  width: 100%;
}
.about_case_3 {
  padding: 80px 0;
  background: #f5f5f5;
}
.about_case_3 .tips_txt {
  font-size: 24px;
  line-height: 35px;
  color: #1c2129;
  text-align: center;
  margin-bottom: 46px;
}
.about_case_3 .bit_txt {
  font-size: 25px;
  line-height: 35px;
  color: #1c2129;
  text-align: center;
  margin-top: 40px;
}
.about_case_3 .last_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.about_case_3 .last_cont .list {
  display: flex;
  align-items: center;
  background: #fff;
}
.about_case_3 .last_cont .list .l_img {
  width: 232px;
  height: 198px;
}
.about_case_3 .last_cont .list .l_img img {
  display: block;
  width: 100%;
}
.about_case_3 .last_cont .list .r_cont {
  width: calc(100% - 232px);
  padding: 0 26px;
}
.about_case_3 .last_cont .list .r_cont .line {
  display: block;
  width: 32px;
  height: 3px;
  background: #1c2129;
  margin-bottom: 16px;
}
.about_case_3 .last_cont .list .r_cont .txt {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #222222;
}
.about_case_4 {
  padding: 98px 0;
}
.about_case_4 .warpin {
  display: flex;
  justify-content: space-between;
}
.about_case_4 .l_title {
  font-size: 52px;
  font-weight: bold;
  color: #222222;
}
.about_case_4 .r_last_cont {
  width: 55%;
}
.about_case_4 .r_last_cont .list {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}
.about_case_4 .r_last_cont .list .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
}
.about_case_4 .r_last_cont .list .i img {
  max-width: 100%;
  display: block;
}
.about_case_4 .r_last_cont .list .txt {
  width: calc(100% - 64px);
  padding-left: 12px;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #222222;
}
.about_case_4 .r_last_cont .list:last-child {
  border-bottom: 0;
}
.contact_case_1 {
  padding: 90px 0 130px;
}
.contact_case_1 .txt_cont {
  font-size: 24px;
  line-height: 42px;
  color: #181818;
  padding: 0 20px;
  margin-bottom: 20px;
}
.contact_case_1 .det_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.contact_case_1 .det_cont .list {
  text-align: center;
}
.contact_case_1 .det_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.contact_case_1 .det_cont .list .tis_i img {
  display: block;
  width: 100%;
}
.contact_case_1 .det_cont .list .tle {
  font-size: 26px;
  color: #181818;
  padding: 10px 0;
}
.contact_case_1 .det_cont .list .txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  color: #181818;
}
.contact_case_1 .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 64px;
  background: #3d3b40;
  font-size: 20px;
  color: #ffffff;
  margin: 20px auto 0;
}
.contact_case_1 .contact_btn img {
  margin-left: 40px;
}
.inves_case_1 {
  text-align: center;
  padding: 90px 0;
  background: #f0efed;
  font-size: 24px;
  color: #181818;
  line-height: 42px;
}
.inves_case_1 .txt {
  padding: 0 5vw;
}
.inves_case_2 {
  padding: 60px 0;
}
.inves_case_2 .tips_tle {
  font-size: 52px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 50px;
}
.inves_case_2 .last_cont {
  display: flex;
  justify-content: space-between;
}
.inves_case_2 .list {
  width: calc((100% - 160px) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
.inves_case_2 .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  margin: 0 auto 36px;
}
.inves_case_2 .list .tis_i img {
  display: block;
  max-width: 100%;
}
.inves_case_2 .list .tle {
  font-size: 28px;
  font-weight: bold;
  color: #3d3b40;
  margin-bottom: 16px;
}
.inves_case_2 .list .txt {
  font-size: 22px;
  color: #666666;
  min-height: 140px;
}
.inves_case_2 .list:hover {
  background: #1c2129;
}
.inves_case_2 .list:hover .tis_i img {
  filter: brightness(1000%);
}
.inves_case_2 .list:hover .tle {
  color: #ffffff;
}
.inves_case_2 .list:hover .txt {
  color: #abb1ba;
}
.inves_case_3 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.inves_case_3 .l_cont {
  width: 50%;
}
.inves_case_3 .l_cont img {
  display: block;
  width: 100%;
}
.inves_case_3 .r_cont {
  width: 650px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.inves_case_3 .r_cont h2 {
  font-size: 52px;
  line-height: 60px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 40px;
}
.inves_case_3 .r_cont p {
  font-size: 24px;
  line-height: 35px;
  color: #666666;
}
.inves_case_4 {
  background: #fff url(/static/addons/cms/images/inves_i_2.png) no-repeat center;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}
.inves_case_4 .title {
  font-size: 52px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 34px;
}
.inves_case_4 .txt {
  font-size: 24px;
  color: #1c2129;
  padding: 0 5vw;
}
.projec_contain {
  padding: 80px 0 120px;
}
.projec_contain .tis_title {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 58px;
}
.projec_contain .proj_last {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.projec_contain .proj_last .list {
  display: block;
  position: relative;
}
.projec_contain .proj_last .list img {
  display: block;
  width: 100%;
}
.projec_contain .proj_last .list .det_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 36px;
}
.projec_contain .proj_last .list .det_cont h2 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}
.projec_contain .proj_last .list .det_cont p {
  font-size: 22px;
  color: #d0cece;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro_detail_baner {
  position: relative;
}
.pro_detail_baner .bg {
  display: block;
  width: 100%;
}
.pro_detail_baner .warpin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.pro_detail_baner .det_cont {
  width: 100%;
  text-align: center;
}
.pro_detail_baner .tips {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
.pro_detail_baner .tle {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.pro_detail_baner .txt {
  font-size: 25px;
  line-height: 33px;
  color: #ffffff;
}
.deta_case_1 {
  padding: 80px 0;
}
.deta_case_1 .bit_content {
  position: relative;
  padding: 0 80px;
}
.deta_case_1 .bit_content .det_bit_prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.deta_case_1 .bit_content .det_bit_prev img {
  display: block;
  width: 100%;
}
.deta_case_1 .bit_content .det_bit_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.deta_case_1 .bit_content .det_bit_next img {
  display: block;
  width: 100%;
}
.det_top_baner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.det_top_baner .swiper-slide img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
.det_top_baner .det_case1_prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  z-index: 13;
}
.det_top_baner .det_case1_prev img {
  display: block;
  height: 100%;
}
.det_top_baner .det_case1_next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  z-index: 13;
}
.det_top_baner .det_case1_next img {
  display: block;
  height: 100%;
}
.det_bit_baner {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
}
.det_bit_baner .swiper-slide img {
  display: block;
  width: 100%;
  height: 180px;
  opacity: 0.5;
}
.det_bit_baner .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.deta_case_2 {
  padding: 100px 0;
  background: url(/static/addons/cms/images/det_bg_1.png) no-repeat center;
  background-size: cover;
}
.deta_case_2 .last_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.deta_case_2 .last_cont .list {
  background: #2c3440;
  padding: 32px 30px;
}
.deta_case_2 .last_cont .list p {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}
.deta_case_2 .last_cont .list .arr {
  display: inline-block;
  margin-left: 20px;
}
.team_case_1 {
  padding: 100px 0;
  background: #1c2129;
}
.team_case_1 .txt {
  font-size: 25px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
}
.team_last_cont .list_cont {
  background: #fff;
  padding: 80px 0;
}
.team_last_cont .list_cont .warpin {
  display: flex;
}
.team_last_cont .list_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.team_last_cont .list_cont .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.team_last_cont .list_cont .inf_cont {
  width: calc(100% - 250px);
  padding-left: 120px;
}
.team_last_cont .list_cont .inf_cont .title_head {
  margin-bottom: 30px;
}
.team_last_cont .list_cont .inf_cont .title_head h2 {
  font-size: 45px;
  color: #222222;
  font-weight: bold;
}
.team_last_cont .list_cont .inf_cont .title_head p {
  font-size: 24px;
  color: #808080;
}
.team_last_cont .list_cont .inf_cont .txt_cont p {
  font-size: 24px;
  color: #333333;
  line-height: 35px;
  margin-bottom: 20px;
}
.team_last_cont .list_cont .inf_cont .txt_cont p:last-child {
  margin-bottom: 0;
}
.team_last_cont .list_cont:nth-child(2n) {
  background: #f0efed;
}
.team_last_cont .list_cont:nth-child(2n) .inf_cont {
  order: 1;
  padding-left: 0;
  padding-right: 120px;
}
.team_last_cont .list_cont:nth-child(2n) .ava {
  order: 2;
}
.strat_last_cont .list_cont {
  padding: 100px 0;
}
.strat_last_cont .list_cont:nth-child(2n) {
  background: #f0efed;
}
.strat_last_cont .warpin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strat_last_cont .l_cont {
  width: 48%;
}
.strat_last_cont .l_cont .tle {
  font-size: 52px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 30px;
}
.strat_last_cont .l_cont .txt {
  font-size: 24px;
  line-height: 35px;
  color: #666666;
}
.strat_last_cont .l_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 404px;
  height: 64px;
  background: #3d3b40;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  margin-top: 38px;
}
.strat_last_cont .r_img {
  width: 48%;
}
.strat_last_cont .r_img img {
  display: block;
  width: 100%;
}
.oppo_case_1 {
  padding: 80px 0;
  text-align: center;
  background: #f0efed;
}
.oppo_case_1 .warpin {
  padding: 0 5vw;
}
.oppo_case_1 .txt {
  font-size: 24px;
  line-height: 42px;
  color: #181818;
}
.oppo_case_2 {
  background: #fff url(/static/addons/cms/images/oppo_bg_1.png) no-repeat top center;
  background-attachment: fixed;
  padding: 70px 0 100px;
}
.oppo_case_2 .tips_txt {
  font-size: 24px;
  color: #1c2129;
  line-height: 42px;
  margin-bottom: 40px;
}
.oppo_case_2 .last_cont .list {
  padding: 20px 36px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #1c2129;
  border-radius: 6px;
}
.oppo_case_2 .last_cont .list .disc {
  display: block;
  width: 9px;
  height: 9px;
  background: #000000;
  margin-right: 20px;
}
.oppo_case_2 .last_cont .list:last-child {
  margin-bottom: 0;
}
.oppo_case_3 {
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.oppo_case_3 .l_img {
  width: 50%;
}
.oppo_case_3 .l_img img {
  display: block;
  width: 100%;
}
.oppo_case_3 .r_cont {
  width: 50%;
}
.oppo_case_3 .txt {
  width: calc(1300px / 2);
  padding: 0 64px;
  font-size: 24px;
  line-height: 38px;
  color: #1c2129;
}
/******************/
.phone_show {
  display: none;
}
@media (max-width: 800px) {
  .phone_show {
    display: block;
  }
  .warpin {
    width: 100%;
    padding: 0 1rem;
  }
  .pulic_head_cont .l_cont .logo {
    margin-right: 1rem;
  }
  .pulic_head_cont .l_cont .logo img {
    width: 6rem;
  }
  .pulic_head_cont .nav_dl {
    display: none;
  }
  .pulic_head_cont .r_cont {
    display: none;
  }
  .phone_menu_btn {
    width: 3rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: #000;
    position: absolute;
    transition: all 0.8s;
  }
  .phone_menu_btn .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  .phone_menu_btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .phone_menu_btn .line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-226deg);
  }
  .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(226deg);
  }
  .phone_mene_bg {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 14;
    transition: all 0.8s;
  }
  .phone_mene_bg.active {
    right: 0;
  }
  .phone_mene_cont {
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    overflow-y: scroll;
    z-index: 15;
    transition: all 0.8s;
  }
  .phone_mene_cont .li {
    padding: 1rem;
  }
  .phone_mene_cont .li .tle {
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
  }
  .phone_mene_cont .tel_det {
    display: block;
    padding: 1rem 0.5rem;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin: 2rem auto;
  }
  .phone_mene_cont .tel_det img {
    width: 2rem;
    margin-right: 0.4rem;
  }
  .phone_mene_cont.active {
    left: 0;
  }
  .index_baner_cont .swiper-slide .cont {
    width: 100%;
  }
  .index_baner_cont .swiper-slide .title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .index_baner_cont .swiper-slide .txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .index_baner_cont .swiper-slide .btn {
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .index_pulic_title {
    margin-bottom: 2rem;
  }
  .index_pulic_title h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .index_pulic_title p {
    font-size: 1.4rem;
  }
  .index_case_1 {
    padding: 2rem 0 3rem;
  }
  .index_case_1 .last_cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .index_case_1 .list {
    width: 100%;
    padding: 1rem;
  }
  .index_case_1 .list .tis_i {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .index_case_1 .list .tis_i img {
    max-width: 4rem;
  }
  .index_case_1 .list .tle {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .index_case_1 .list .txt {
    font-size: 1.2rem;
    min-height: 4rem;
  }
  .index_case_2 {
    padding: 1rem 0 2rem;
  }
  .index_case_2 .last_cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .index_case_2 .list .bit_cont {
    padding: 2rem 1rem;
  }
  .index_case_2 .list .bit_cont h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .index_case_2 .list .bit_cont p {
    font-size: 1.2rem;
  }
  .index_case_2 .more_btn {
    width: 15rem;
    height: 4rem;
    font-size: 1.4rem;
    margin: 1rem auto 0;
  }
  .index_case_3 {
    padding: 2rem 0;
  }
  .index_case_3 .warpin {
    flex-wrap: wrap;
  }
  .index_case_3 .l_cont {
    width: 100%;
  }
  .index_case_3 .l_cont .txt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 2rem 0;
  }
  .index_case_3 .l_cont .more_btn {
    width: 50%;
    height: 4rem;
    font-size: 1.4rem;
  }
  .index_case_3 .r_cont {
    width: 100%;
  }
  .index_case_3 .r_cont .list {
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .index_case_4 {
    padding: 2rem 0;
  }
  .index_case_4 .tips_txt {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .index_case_4 .team_last {
    display: flex;
    flex-wrap: wrap;
  }
  .index_case_4 .team_last .list {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
  }
  .index_case_4 .team_last .list .l_img {
    width: 100%;
    height: auto;
  }
  .index_case_4 .team_last .list .l_img img {
    height: auto;
  }
  .index_case_4 .team_last .list .det_cont {
    width: 100% !important;
    visibility: inherit;
    padding: 1rem !important;
  }
  .index_case_4 .team_last .list .det_cont .tle {
    font-size: 1.4rem;
  }
  .index_case_4 .team_last .list .det_cont .tle span {
    font-size: 1.6rem;
  }
  .index_case_4 .team_last .list .det_cont .txt {
    font-size: 1.4rem;
    height: auto;
    opacity: 1;
    line-height: 2.2rem;
  }
  .index_case_4 .team_last .list .det_cont .btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .index_case_5 {
    padding: 2rem 0;
  }
  .index_case_5 .title_head {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .index_case_5 .txt {
    font-size: 1.4rem;
  }
  .index_case_5 .btn {
    width: 60%;
    height: 4rem;
    margin: 2rem auto 0;
    font-size: 1.5rem;
  }
  .index_case_6 {
    padding: 2rem 0;
  }
  .index_case_6 .list_cont {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .index_case_6 .list_cont .l_txt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_case_6 .list_cont .l_txt .title_head {
    margin-bottom: 1rem;
  }
  .index_case_6 .list_cont .l_txt .title_head .tle {
    font-size: 1.6rem;
  }
  .index_case_6 .list_cont .l_txt .title_head .txt {
    font-size: 1.3rem;
  }
  .index_case_6 .list_cont .l_txt .det_txt {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .index_case_6 .list_cont .l_txt .btn {
    width: 60%;
    height: 4rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .index_case_6 .list_cont .r_img {
    width: 100%;
  }
  .pulic_foot_cont {
    padding: 3rem 0 0;
  }
  .pulic_foot_cont .tis_cont {
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }
  .pulic_foot_cont .tis_cont .logo {
    width: 5rem;
    margin: 0 auto 1rem;
  }
  .pulic_foot_cont .tis_cont .contact_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .pulic_foot_cont .tis_cont .contact_cont .dl {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .pulic_foot_cont .tis_cont .contact_cont .dl .i {
    width: 3rem;
  }
  .pulic_foot_cont .bit_copy {
    padding: 1rem 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pulic_foot_cont .bit_copy .l_copy {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .pulic_foot_cont .bit_copy .link_dl {
    justify-content: center;
  }
  .pulic_foot_cont .bit_copy .link_dl .dd {
    width: 4rem;
    margin: 0 0.5rem;
  }
  .pulic_cont_baner .title {
    font-size: 2.5rem;
  }
  .about_case_1 {
    padding: 2rem 0;
  }
  .about_case_1 .warpin {
    flex-wrap: wrap;
  }
  .about_case_1 .l_cont {
    width: 100%;
    padding: 2rem 1rem;
  }
  .about_case_1 .l_cont .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_1 .l_cont .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .about_case_1 .r_img {
    width: 100%;
  }
  .about_case_2 {
    padding: 2rem 0;
  }
  .about_case_2 .warpin {
    flex-wrap: wrap;
  }
  .about_case_2 .l_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_case_2 .l_cont .title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .about_case_2 .l_cont .txt {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .about_case_2 .r_img {
    width: 100%;
  }
  .about_case_3 {
    padding: 2rem 0;
  }
  .about_case_3 .tips_txt {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
  .about_case_3 .bit_txt {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-top: 2rem;
  }
  .about_case_3 .last_cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .about_case_3 .last_cont .list {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .about_case_3 .last_cont .list .l_img {
    width: 100%;
    height: auto;
  }
  .about_case_3 .last_cont .list .r_cont {
    width: 100%;
    padding: 1rem;
  }
  .about_case_3 .last_cont .list .r_cont .line {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .about_case_3 .last_cont .list .r_cont .txt {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .about_case_4 {
    padding: 2rem 0;
  }
  .about_case_4 .warpin {
    flex-wrap: wrap;
  }
  .about_case_4 .l_title {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .about_case_4 .r_last_cont {
    width: 100%;
  }
  .about_case_4 .r_last_cont .list {
    padding: 1rem 0;
  }
  .about_case_4 .r_last_cont .list .i {
    width: 3rem;
  }
  .about_case_4 .r_last_cont .list .txt {
    width: calc(100% - 4rem);
    padding-left: 0.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .contact_case_1 {
    padding: 2rem 0 4rem;
  }
  .contact_case_1 .txt_cont {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .contact_case_1 .det_cont {
    padding: 1rem 0;
  }
  .contact_case_1 .det_cont .list .tis_i {
    width: 5rem;
    height: 5rem;
  }
  .contact_case_1 .det_cont .list .tle {
    font-size: 1.6rem;
    padding: 0.4rem 0;
  }
  .contact_case_1 .det_cont .list .txt {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .contact_case_1 .contact_btn {
    height: 5rem;
    font-size: 1.4rem;
    width: 100%;
    padding: 0 1rem;
  }
  .contact_case_1 .contact_btn img {
    display: none;
  }
  .inves_case_1 {
    padding: 2rem 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .inves_case_1 .txt {
    padding: 0 2rem;
  }
  .inves_case_2 {
    padding: 2rem 0;
  }
  .inves_case_2 .tips_tle {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .inves_case_2 .last_cont {
    flex-wrap: wrap;
  }
  .inves_case_2 .list {
    width: 100%;
    padding: 1rem 0;
  }
  .inves_case_2 .list .tis_i {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .inves_case_2 .list .tis_i img {
    width: 3rem;
  }
  .inves_case_2 .list .tle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .inves_case_2 .list .txt {
    font-size: 1.2rem;
    min-height: 8rem;
  }
  .inves_case_3 {
    flex-wrap: wrap;
  }
  .inves_case_3 .l_cont {
    width: 100%;
  }
  .inves_case_3 .r_cont {
    width: 100%;
    height: auto;
    padding: 0 2rem;
  }
  .inves_case_3 .r_cont h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
  .inves_case_3 .r_cont p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .inves_case_4 {
    padding: 2rem 0;
  }
  .inves_case_4 .title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  .inves_case_4 .txt {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
  .projec_contain {
    padding: 2rem 0 3rem;
  }
  .projec_contain .tis_title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .projec_contain .proj_last {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .projec_contain .proj_last .list {
    width: 100%;
  }
  .projec_contain .proj_last .list .det_cont {
    padding: 1rem;
  }
  .projec_contain .proj_last .list .det_cont h2 {
    font-size: 2.2rem;
  }
  .projec_contain .proj_last .list .det_cont p {
    height: 6rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .pro_detail_baner .bg {
    height: 20rem;
  }
  .pro_detail_baner .tips {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .pro_detail_baner .tle {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .pro_detail_baner .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .deta_case_1 {
    padding: 2rem 0;
  }
  .deta_case_1 .bit_content {
    padding: 0 2rem;
  }
  .deta_case_1 .bit_content .det_bit_prev {
    width: 3rem;
    height: 3rem;
  }
  .deta_case_1 .bit_content .det_bit_next {
    width: 3rem;
    height: 3rem;
  }
  .det_top_baner .det_case1_prev {
    left: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .det_top_baner .det_case1_next {
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .det_bit_baner {
    margin-top: 2rem;
  }
  .det_bit_baner .swiper-slide img {
    height: 6rem;
  }
  .deta_case_2 {
    padding: 2rem 0;
  }
  .deta_case_2 .last_cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .deta_case_2 .last_cont .list {
    padding: 1rem;
  }
  .deta_case_2 .last_cont .list p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .deta_case_2 .last_cont .list .arr {
    width: 2rem;
    margin-left: 1rem;
  }
  .team_case_1 {
    padding: 2rem 0;
  }
  .team_case_1 .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .team_last_cont .list_cont {
    padding: 2rem 0;
  }
  .team_last_cont .list_cont .warpin {
    flex-wrap: wrap;
  }
  .team_last_cont .list_cont .ava {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 2rem;
  }
  .team_last_cont .list_cont .inf_cont {
    width: 100%;
    padding: 2rem 0;
  }
  .team_last_cont .list_cont .inf_cont .title_head {
    margin-bottom: 1rem;
  }
  .team_last_cont .list_cont .inf_cont .title_head h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .team_last_cont .list_cont .inf_cont .title_head p {
    font-size: 1.2rem;
  }
  .team_last_cont .list_cont .inf_cont .txt_cont p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
  .team_last_cont .list_cont:nth-child(2n) .inf_cont {
    order: 2;
    padding: 2rem 0;
  }
  .team_last_cont .list_cont:nth-child(2n) .ava {
    order: 1;
  }
  .strat_last_cont .list_cont {
    padding: 2rem 0;
  }
  .strat_last_cont .warpin {
    flex-wrap: wrap;
  }
  .strat_last_cont .l_cont {
    width: 100%;
    order: 2;
  }
  .strat_last_cont .l_cont .tle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .strat_last_cont .l_cont .txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .strat_last_cont .l_cont .btn {
    width: 60%;
    height: 4rem;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .strat_last_cont .r_img {
    width: 100%;
    order: 1;
  }
  .oppo_case_1 {
    padding: 2rem 0;
  }
  .oppo_case_1 .warpin {
    padding: 0 2rem;
  }
  .oppo_case_1 .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .oppo_case_2 {
    padding: 2rem 0;
  }
  .oppo_case_2 .tips_txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
  .oppo_case_2 .last_cont .list {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .oppo_case_2 .last_cont .list .disc {
    display: none;
    margin-right: 0.5rem;
  }
  .oppo_case_3 {
    flex-wrap: wrap;
  }
  .oppo_case_3 .l_img {
    width: 100%;
  }
  .oppo_case_3 .r_cont {
    width: 100%;
  }
  .oppo_case_3 .txt {
    width: 100%;
    padding: 2rem 3rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
/*# sourceMappingURL=app.css.map */