@charset "UTF-8";
@font-face {
  font-family: 'DINA';
  src: url("../fonts/DINAlternate-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DD';
  src: url("../fonts/D-DINCondensed-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Big';
  src: url("../fonts/BigCaslonMedium.ttf");
  font-weight: normal;
  font-style: normal;
}
@keyframes smoke1 {
  0%, 100% {
    transform: scale(1.01)
  }
  50% {
    transform: scale(1.02)
  }
}
@keyframes smoke2 {
  0%, 100% {
    transform: translate(-3%) translateY(0px);
  }
  50% {
    transform: translate(-3%) translateY(15px);
  }
}
/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #b5b5b5;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #b5b5b5;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #b5b5b5;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #b5b5b5;
  /* placeholder文字颜色为紫色 */
}


/* Webkit内核（Chrome、Safari） */
.material_box_3 .formbox form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.material_box_3 .formbox form .form-group .form-control::-moz-placeholder {
  color: #fff;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.material_box_3 .formbox form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.material_box_3 .formbox form .form-group .form-control::placeholder {
  color: #fff;
  /* placeholder文字颜色为紫色 */
}


.team_box .row .col-md-4 .whitebox .ovsc ul::-webkit-scrollbar {
  width: 8px;
}

.team_box .row .col-md-4 .whitebox .ovsc ul::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.team_box .row .col-md-4 .whitebox .ovsc ul::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}


.checkboxlist .checkbox-inline {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
  display: flex;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #000;
  border-color: #000;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 50%;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #374869;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline .bzbox{
  color: #000;
  font-size: 18px;
  font-weight: normal;
}


.title{font-size: 42px;font-weight: 500;}
  
body {
  color: #000000;
  font-family: "思源黑体 CN";
  font-size: 16px;
}
.font-big{
  font-family: 'Big';
}
.font-dina{
  font-family: "DINA";
}
.font-dd{
  font-family: "DD";
}
img{max-width: 100%;}
.blue{color: #002076;}
*{margin: 0;padding: 0;}
a{
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
.title-small{display: block;font-style: normal;}
.container{max-width: 1400px;position: relative;}
.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
header{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.wrapper.open {
  left: -90%;
}
header .logo{max-width: 200px;}
header .right{width: calc(100% - 250px);}
header .right{display: flex;align-items: center;justify-content: flex-end;}
header .right .tel{margin-left: 8%;}
header .right .tel strong{display: block;font-size: 30px;color: #000;font-weight: bold;line-height: 1.1;}
header .right .tel span{display: flex;align-items: center;font-size: 14px;color: #8b8b8b;}
header nav ul{display: flex;align-items: center;justify-content: flex-end;margin-bottom: 0;}
header nav ul li{list-style: none;font-size: 16px;margin-left: 10px;margin-right: 10px;}
header nav ul li a{padding-left: 30px;padding-right: 30px;display: flex;align-items: center;justify-content: center; color: #000;position: relative;height: 104px;}
header nav ul li a::after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background:  #F36732;
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
header nav ul li a:hover{background: #000;color: #fff;}
header nav ul li a:hover::after{
 
}
header nav ul li ul{  transition: all 0.5s ease 0s ;display: none; justify-content: center; padding-left: 0; position: fixed;left: 0;top: 104px;background: #fff;width: 100%;box-shadow: 0 3px 6px rgba(0,0,0,0.1);}
header nav ul li ul li a{height: 80px;}
header nav ul li ul li a:hover{background: none;color: #000;}
header nav>ul>li:hover ul{display: flex;}
header .menu-trigger{
  width: 40px;
  height: 24px;
  z-index: 999;
  display: none;
  position: relative;
}
header .menu-trigger span{
  display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
header .menu-trigger span:nth-child(1){
  top: 0;
}
header .menu-trigger span:nth-child(2){
  top: 11px;
}
header .menu-trigger span:nth-child(3){
  bottom: 0;
}
.section{padding: 100px 0px;}
.hero{position: relative;}
.hero .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.hero .swiper-pagination-bullet{width: 14px;height: 14px;background: #fff;opacity: 1;}
.hero .swiper-pagination-bullet.swiper-pagination-bullet-active{position: relative; background: none;border: 1px solid #DB347E;}
.hero .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #DB347E;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hero .notes{position: absolute;max-width: 230px;position: absolute;right: 150px;bottom: -60px;z-index: 99;}
.hero .notes p{font-size: 20px; margin-bottom: 10px;color: rgba(255, 255, 255, 0.7);}
.hero .notes a{display: inline-block;background: #F36732;border: 1px solid #F36732; border-radius: 10px;color: #fff;padding: 10px 20px;margin-top: 15px;}
.hero .notes a:hover{background: none;color: #F36732;}
.formbar{
  background: #efefef;
  position: relative;
  overflow: hidden;
  padding: 50px 0px;
}
.formbar .whiteback{background: #fff;display: flex;align-items: center;justify-content: space-between;}
.formbar .whiteback .home{padding: 0 30px;width: 400px;display: flex;align-items: flex-end;}
.formbar .whiteback .home h2{margin-bottom: 0;font-size: 36px;line-height: 0.8;}
.formbar .whiteback form{width: calc(100% - 400px);display: flex;align-items: center;justify-content: space-between;}
.formbar .whiteback form .form-group{width: 28%;height: 80px; display: flex;align-items: center;border-left: 1px solid #efefef;box-sizing: border-box;padding-left: 20px;}
.formbar .whiteback form .form-group .form-control{border: none;box-shadow: none;outline: none;}
.formbar .whiteback form button{background: #000;height: 80px;width: 16%;border-radius: 0;color: #fff;font-size: 18px;}
.formbar .whiteback form button img{margin-right: 10px;}
.formbar .whiteback form button:hover{background: #999;}
.formbar .whiteback form sub{font-size: 16px;bottom: 0;right: 15px;}



.case{background: #fff;position: relative;padding-top: 50px;}
.case .row{margin: 0;padding: 0;border: 1px solid #cfcfcf;}
.case .row .col-md-2{margin: 0;padding: 0;border-right: 1px solid #cfcfcf;}
.case .row .col-md-2:nth-last-child(1){border: none;}
.case .row .col-md-2 a{color: #000000;padding: 50px 0px;display: block;text-align: center;}
.case .row .col-md-2 a img{display: block;margin: 0 auto;margin-bottom: 40px;}
.case .row .col-md-2 a h3{font-size: 22px;font-weight: bold;}
.case .row .col-md-2 a p{color: #474747;margin-bottom: 0;margin-top: 20px;}


.case .casebox .swibar{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #e2e2e2;}
.case .casebox .swibar .smallbox{width: calc(100% - 200px);}
.case .casebox .swibar .More{width: 80px;padding-bottom: 20px;}
.case .casebox .swibar .swiper-slide{text-align:center;}
.case .casebox .swibar .swiper-slide span{cursor: pointer;display: inline-block;padding-bottom: 20px; font-size: 18px;color: #535353;}
.case .casebox .swibar .swiper-slide-thumb-active span{color: #000; border-bottom: 2px solid #000;}
.case .casebox .casebigimg{position: relative;z-index: 9;}
.case .casebox .casebigimg .swiper-slide{position: relative;background: #f9f9f9;height: 660px;}
.case .casebox .casebigimg .swiper-slide .imgs{width: 80%;height: 100%;}
.case .casebox .casebigimg .swiper-slide .imgs img{width: 100%;height: 100%;object-fit: cover;}
.case .casebox .casebigimg .swiper-slide .text{position: absolute;right: 0;top: 130px; max-width: 554px;background: rgba(255, 255, 255, 0.9);box-sizing: border-box;padding: 3%;}
.case .casebox .casebigimg .swiper-slide .text h4{font-size: 36px;}
.case .casebox .casebigimg .swiper-slide .text .desinfo{color: #878787;margin: 20px 0 40px 0px;}
.case .casebox .casebigimg .swiper-slide .text .apply{display: flex;align-items: center;justify-content: center;width: 110px;height: 40px;background: #000;border: 1px solid #000; color: #fff;}
.case .casebox .casebigimg .swiper-slide .text .apply img{width: 16px;height: 12px;margin-left: 5px;}
.case .casebox .casebigimg .swiper-slide .text .apply:hover{color: #000; background: none;}
.case .casebox .casebigimg .swiper-slide .text .apply:hover img{filter: invert(50%) brightness(0%) !important;}
.case .casebox .arrow{ width: 120px;display: flex;align-items: center;justify-content: space-between; position: absolute;bottom: 70px;right: 18%;z-index: 9;}
.case .casebox .arrow .swiper-button-prev{position: relative; left: 0;right: auto;width: 48px;height: 48px;border-radius: 50%;border: 1px solid #000;}
.case .casebox .arrow .swiper-button-next{position: relative; right: 0;left: auto;width: 48px;height: 48px;border-radius: 50%;border: 1px solid #000;}
.case .casebox .arrow .swiper-button-prev::after{
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/p_l.png") no-repeat top center;
  filter: invert(50%) brightness(0%) !important;
  background-size: cover;

}
.case .casebox .arrow .swiper-button-next::after{
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/p_r.png") no-repeat top center;
  filter: invert(50%) brightness(0%) !important;
  background-size: cover;
  
}
.case .casebox .arrow .swiper-button-prev:hover,.case .casebox .arrow .swiper-button-next:hover{background: #000;}
.case .casebox .arrow .swiper-button-prev:hover::after,.case .casebox .arrow .swiper-button-next:hover::after{
  filter: invert(50%) brightness(300%) !important;
}


.about{background: #F6F6F6;position: relative;}

.about .content-block .col-md-4{
  width: 29.33333333%;
}
.about .content-block .col-md-8{
  width: 70.66666667%;
}
.about::before{
  content: '';
  display: block;
  width: 181px;
  height: 825px;
  background: url(../images/i1.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 9;
  animation: smoke2 2s ease-in-out infinite;
}
.about::after{
  content: '';
  display: block;
  width: 181px;
  height: 825px;
  background: url(../images/i2.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: 9;
  animation: smoke2 2s ease-in-out infinite;
}
.about .col-md-8{position: relative;}
.about .col-md-8::after{
  content: '';
  display: block;
  width: 385px;
  height: 401px;
  background: url(../images/logo-bg2.png) no-repeat top center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .col-md-8 .title-h3{border-top: 4px solid #DB347E;padding-top: 30px;}
.about .col-md-8 h3{font-size: 24px;font-family: 'JosefinSans-SemiBold';color: #000000;}
.about .col-md-8 .content{color: #676767;;}
.about .col-md-8 .content p{margin-bottom: 25px;}
.about .col-md-8 .content div h3{display: inline-block;width: 100px;}
.about .col-md-8 .logo img{display: inline-block; margin: 0 10px;}
.about .col-md-4 .items{overflow: hidden; width: 100%;display: block; padding: 1.3rem 2rem;position: relative; border-radius: 10px;background: #F9E7EF;}
.about .col-md-4 .items .icos{position: absolute;left: 0;top: 0; display: flex;align-items: center;justify-content: center; border-radius: 10px 0px 17px 0;width: 66px;height: 66px;background: #fff;}
.about .col-md-4 .items h3{float: right; width: calc(100% - 70px);display: flex;align-items: center;justify-content: space-between; margin-bottom: 0;color: #DB347E;}
.about .col-md-4 .items h3::after{
  content: "\f105";
  font-family: 'FontAwesome';
}
.about .col-md-4:nth-child(2) .items{background: #FBECE7;}
.about .col-md-4:nth-child(2) .items h3{color: #F36732;}
.about .col-md-4:nth-child(3) .items{background: #E2EEE2;}
.about .col-md-4:nth-child(3) .items h3{color: #119541;}
.about .col-md-4 .items:hover{box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);}






.More{display: flex !important;align-items: center;font-size: 18px;color: #686868;}
.More::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/r.png) no-repeat top center;
  background-size: contain;
  margin-left: 10px;
}
.More:hover{background: none;color: #000;}
.More:hover::after{  filter: invert(50%) brightness(0%) !important;}

.Team{position: relative;overflow: hidden;}
.Team .topbar{width: 100%;justify-content: space-between;}
.Team .topbar .header-top{width: calc(100% - 600px);}
.Team .topbar .counterbox{width: 600px; display: flex;justify-content: space-between;}
.Team .topbar .counterbox .items{margin-right: 8%;}
.Team .topbar .counterbox .items .numberbox{display: flex;align-items: flex-end;}
.Team .topbar .counterbox .items .numberbox h3{font-size: 56px;margin-bottom: 0;}
.Team .topbar .counterbox .items .numberbox em{margin-left: 5px; font-style: normal;transform: translateY(-8px);color: #000;}
.Team .topbar .counterbox .items .numberbox p{color: #393939;}
.Team .teambox{overflow: hidden;margin-top: 80px;}
.Team .tit{position: absolute;left: -15px;top: 22%;font-size: 168px;color: #f1f1f1;}
.Team .teambox .bigimg .swiper{overflow: visible;}
.Team .teambox .bigimg .swiper-slide{ position: relative; display: flex;justify-content: flex-end;align-items: flex-end;}
.Team .teambox .bigimg .swiper-slide .teamtext{bottom: -202px;left: 0; width: 700px;height: 425px;background: #f9f9f9;display: flex;justify-content: space-between;position: absolute;}
.Team .teambox .bigimg .swiper-slide .teamtext .imgs{width: 345px;}
.Team .teambox .bigimg .swiper-slide .teamtext .imgs img{width: 100%;height: 100%;object-fit: cover;}
.Team .teambox .bigimg .swiper-slide .teamtext .text{width: calc(100% - 375px);box-sizing: border-box;padding: 5% 2%;}
.Team .teambox .bigimg .swiper-slide .teamtext .text h4{font-size: 36px;color: #000000;}
.Team .teambox .bigimg .swiper-slide .teamtext .text h4 em{font-size: 16px;font-style: normal;}
.Team .teambox .bigimg .swiper-slide .teamtext .text ul{padding-left: 0;margin-top: 30px;}
.Team .teambox .bigimg .swiper-slide .teamtext .text ul li{margin-top: 5px; list-style: none;font-size: 14px;color: #3f3f3f;}
.Team .teambox .bigimg .swiper-slide .teamtext .text .apply{margin-top: 80px; display: inline-block;font-size: 14px;background: #000;border: 1px solid #000; padding: 12px 28px;color: #fff;}
.Team .teambox .bigimg .swiper-slide .teamtext .text .apply:hover{background: none;color: #000;}
.Team .teambox .bigimg .swiper-slide .boximg{width: 56%;}
.Team .teambox .smallbox{width: 56%;display: flex;justify-content: space-between;float: right;position: relative;z-index: 9;}
.Team .teambox .small{width: calc(100% - 100px);}


.Team .swiper-slide img{width: 100%;height: 100%;object-fit: cover;cursor: pointer;}
.Team .arrow{position: relative;width: 100px;}
.Team .arrow .swiper-button-next,.Team .arrow .swiper-button-prev{ left: auto;right: auto; position: relative;top: 0;margin-top: 0; width: 100px;height: 50%;background: #303030;}
.Team .arrow .swiper-button-next::after{
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/p_r.png) no-repeat top center;
}
.Team .arrow .swiper-button-prev::after{
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/p_l.png) no-repeat top center;
}
.Team .arrow .swiper-button-next:hover,.Team .arrow .swiper-button-prev:hover{background: #f8f8f8;}
.Team .arrow .swiper-button-next:hover::after,.Team .arrow .swiper-button-prev:hover::after{
  filter: invert(50%) brightness(0%) !important;
}






.page-banner{
  position: relative;
  overflow: hidden;
}
.page-banner  .boximg{width: 100%;height: 100%;}
.page-banner  .boximg img{width: 100%;height: 100%;object-fit: cover;}
.page-banner h1{width: 100%;height: 100%; font-size: 42px;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center; color: #fff;}
.page-banner .inner{position: absolute;left: 0;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}
.page-banner .inner h1{position: relative;transform: none;font-size: 64px;font-weight: bold;}
.page-banner .inner em{display: inline-block;border: 1px solid #fff;padding: 5px 50px;font-size: 26px;font-style: normal;margin: 0 auto;color: #fff;letter-spacing: 12px;margin-top: 30px;}
.page-banner .inner span{font-size: 26px;color: #fff;text-align: center;}
.searchbar{position: relative;overflow: hidden;padding: 40px 0px;}
.searchbar .bar{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.searchbar .bar .bread{width: calc(100% - 424px);}
.searchbar .bar .bread img{margin-right: 5px;}
.searchbar .bar .bread a{color: #696969;}
.searchbar .bar .bread span{margin: 0 5px;}
.searchbar .bar form{width: 424px;}
.searchbar .bar form .form-group{display: flex;align-items: center;justify-content: flex-end;}
.searchbar .bar form .form-group .form-control{background: #fbfbfb;border: 1px solid #e7e7e7;border-radius: 0;padding: 1rem;height: 44px;box-shadow: none;}
.searchbar .bar form .form-group button{background: #000000;color: #fff;width: 74px;text-align: center;border-radius: 0;height: 44px;}
.searchbar .case_title_tab .items{display: flex;flex-wrap: wrap;align-items: baseline; justify-content: space-between; border-bottom: 1px solid #ebebeb;padding-bottom: 15px;margin-bottom: 15px;}
.searchbar .case_title_tab .items .case_title_class{width: 100px;color: #000;}
.searchbar .case_title_tab .items .case_list{position: relative; width: calc(100% - 100px);display: flex;align-items: center;flex-wrap: wrap;}
.searchbar .case_title_tab .items .case_list span.case-span{display: flex;align-items: center; color: #505050;padding: 4px 15px;margin-right: 3px;margin-top: 5px;margin-bottom: 5px;cursor: pointer;}
.searchbar .case_title_tab .items .case_list span.case-span:nth-last-child(1){margin-right: 0px;}
.searchbar .case_title_tab .items .case_list span.case-span.active{color: #fff; background: #000000;}
.searchbar .case_title_tab .items .case_list span.case-span:hover{background: #efefef;}
.searchbar .case_title_tab .items .case_list span.case-span .sort{width: 7px;display: block;margin-left: 5px;}
.searchbar .case_title_tab .items .case_list span.case-span .sort a{display: block;}
.searchbar .case_title_tab .items .case_list span.case-span .sort a img{display: block;margin: 5px auto;}

.case_box{position: relative;overflow: hidden;background: #f4f4f4;padding: 60px 0px;}
.case_box .taba{display: flex;align-items: center; border-bottom: 1px solid #c3c3c3;}
.case_box .taba a{display: inline-block; padding:0 0 0.8rem 0;border-bottom: 2px solid transparent; margin-right: 4rem;font-size: 20px;color: #727272;margin-bottom: -1px;}
.case_box .taba a.active,.case_box .taba a:hover{border-bottom: 2px solid #000000;color: #000;}
.case_box .row .col-md-4 .box{display: block;width: 100%;height: 100%;background: #fff;padding: 20px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.01);}
.case_box .row .col-md-4 .box .boximg{
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 60.25%;
    position: relative;
}
.case_box .row .col-md-4 .box em{opacity: 0; color: #000;font-style: normal; position: absolute;right: 20px;top: 20px;border-radius: 5px;width: 75px;height: 30px;background: #fff;display: flex;align-items: center;justify-content: center;}
.case_box .row .col-md-4 .box em i{margin-right: 5px;}
.case_box .row .col-md-4 .box em:hover{background: #000;color: #fff;}
.case_box .row .col-md-4 .box .boximg img{
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.case_box .row .col-md-4 .box .con h3{font-size: 18px;color: #000;margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case_box .row .col-md-4 .box .con span{color: #8c8c8c;display: block;margin-top: 5px;}
.case_box .row .col-md-4 .box .bottombar{border-top: 1px solid #eeeeee;margin-top: 15px;padding-top: 15px; display: flex;align-items: center;justify-content: space-between;}
.case_box .row .col-md-4 .box .bottombar.bordernone{border: none;margin-top: 0px;}
.case_box .row .col-md-4 .box .bottombar.bordernone .people{width: 160px;}
.case_box .row .col-md-4 .box .bottombar.bordernone dl{width: calc(100% - 160px);}
.case_box .row .col-md-4 .box .bottombar .people{width: 120px;color: #8c8c8c;}
.case_box .row .col-md-4 .box .bottombar .people img{margin-right: 10px;width: 48px;height: 48px;border-radius: 50%;object-fit: contain;}
.case_box .row .col-md-4 .box .bottombar dl{width: calc(100% - 120px);margin-bottom: 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.case_box .row .col-md-4 .box .bottombar dl dd{display: flex;align-items: center;color: #8c8c8c;margin-left: 20px;margin-bottom: 0;}
.case_box .row .col-md-4 .box .bottombar dl dd img{margin-right: 5px;}
.case_box .row .col-md-4 .box:hover .boximg img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case_box .row .col-md-4 .box:hover{box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);}
.case_box .row .col-md-4 .box:hover em{opacity: 1;}
.case_box_hot .row .col-md-4 .box{padding: 0;position: relative;}
.case_box_hot .row .col-md-4 .box .boximg .hover{opacity: 0; position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.2);width: 100%;height: 100%;text-align: center;font-size: 18px;display: flex;align-items: center;justify-content: center;color: #fff;}
.case_box_hot .row .col-md-4 .box .boximg .hover::before{
  content: '';
  display: block;
  width: 92%;
  height: 86%;
  border: 1px solid #948c83;
  left: 4%;
  top: 8%;
  position: absolute;
}
.case_box_hot .row .col-md-4 .box .con{padding: 0 15px 20px 15px;}
.case_box_hot .row .col-md-4 .box .con .bottombar{padding-top: 0;margin-top: 0; border: none; display: flex;justify-content: space-between;}
.case_box_hot .row .col-md-4 .box .con .bottombar .more{display: flex;align-items: center;justify-content: center; width: 120px;height: 42px;background: #000;color: #fff;}
.case_box_hot .row .col-md-4 .box .con .bottombar dl{justify-content: flex-start;}
.case_box_hot .row .col-md-4 .box .con .bottombar dl dd{margin-left: 0;margin-right: 15px;}
.case_box_hot .row .col-md-4 .box:hover .hover{opacity: 1;}
.case_box_hot .row .col-md-4 .box .con .bottombar .more:hover{box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);}
.case_box_mouth{position: relative;overflow: hidden;background: #f4f4f4;padding: 60px 0px;}
.case_box_mouth .row .col-md-12 .box{height: 100%; background: #fff;padding: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.01);}
.case_box_mouth .row .col-md-12 .box .con{width: 13%;text-align: center;}
.case_box_mouth .row .col-md-12 .box .con .people img{display: block;margin: 0 auto;width: 144px;height: 144px;border-radius: 50%;object-fit: contain;}
.case_box_mouth .row .col-md-12 .box .con  h2{line-height: 1;margin-bottom: 0; font-size: 28px;font-weight: bold;color: #000;margin-top: 30px;}
.case_box_mouth .row .col-md-12 .box .con  .design{font-size: 18px;color: #727272;}
.case_box_mouth .row .col-md-12 .box .con dl{display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #eeeeee;padding-bottom: 20px;margin-top: 30px;}
.case_box_mouth .row .col-md-12 .box .con dl dd:nth-child(1){border-right: 1px solid #eeeeee;padding: 0 30px;margin-right: 30px;padding-left: 0; }
.case_box_mouth .row .col-md-12 .box .con dl dd span{display: block;font-size: 14px;color: #727272;}
.case_box_mouth .row .col-md-12 .box .con dl dd h5{font-size: 20px;color: #000;}
.case_box_mouth .row .col-md-12 .box .con .desinfo{font-size: 14px;color: #8e8e8e;text-align: left;margin-top: 25px;}
.case_box_mouth .row .col-md-12 .box .con .desinfo.history strong{font-size: 16px;}
.case_box_mouth .row .col-md-12 .box .con .desinfo strong{color: #3c3c3c;}
.case_box_mouth .row .col-md-12 .box .con .desinfo span{font-size: 14px;color: #8e8e8e;display: block;}
.case_box_mouth .row .col-md-12 .box .con .urla{margin-top: 40px; display: flex;align-items: center;justify-content: space-between;}
.case_box_mouth .row .col-md-12 .box .con .urla a{margin: 8px 0;font-size: 14px;color: #000;border: 1px solid #000;padding: 8px 10px;width: 48%;}
.case_box_mouth .row .col-md-12 .box .boximg{ width: 59%;position: relative;height: 100%;}
.case_box_mouth .row .col-md-12 .box .boximg img{display: block;width: 100%;height: 100%;object-fit: cover;max-height: 477px;}
.case_box_mouth .row .col-md-12 .box .boximg a{display: block;height: 100%;color: #fff;}
.case_box_mouth .row .col-md-12 .box .boximg a h3{font-size: 24px;margin-bottom: 0;}
.case_box_mouth .row .col-md-12 .box .boximg a p{margin-bottom: 0;}
.case_box_mouth .row .col-md-12 .box .boximg .hover{ background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); padding: 1.5rem; position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;justify-content: space-between;}
.case_box_mouth .row .col-md-12 .box .two-img{width: 25%;height: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;}
.case_box_mouth .row .col-md-12 .box .two-img a{display: block;height: 48%;}
.case_box_mouth .row .col-md-12 .box .two-img a:nth-child(1){margin-bottom: 3%;}
.case_box_mouth .row .col-md-12 .box .two-img a img{width: 100%;height: 100%;object-fit: cover;min-height: 229px;max-height: 246px;}
.case_box_mouth .hottit{text-align: center;font-size: 36px;margin: 30px auto;}
.case_box_mouth .hotlist .col-md-4 .box{display: block;width: 100%;height: 100%;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.01);}
.case_box_mouth .hotlist .col-md-4 .box .boximg{
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 60.25%;
    position: relative;
}
.case_box_mouth .hotlist .col-md-4 .box h3{margin-bottom: 0; background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); position: absolute;left: 0;bottom: 0;width: 100%;font-size: 24px;color: #fff;padding: 1rem;text-align: center;}
.case_box_mouth .hotlist .col-md-4 .box .boximg img{
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.case_box_mouth .hotlist .col-md-4 .box .hover{background: rgba(0, 0, 0, 0.26); opacity: 0; display: flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-direction: column; position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #fff;}
.case_box_mouth .hotlist .col-md-4 .box .hover::before{
  content: '';
  width: 90%;
  height: 80%;
  border: 1px solid #fff;
  left: 5%;
  top: 10%;
  position: absolute;
}
.case_box_mouth .hotlist .col-md-4 .box .hover .more{border-bottom: 1px solid #fff;color: #fff;padding-bottom: 10px;}
.case_box_mouth .hotlist .col-md-4 .box .hover h4{font-size: 30px;text-align: center;width: 100%;margin-bottom: 30px;}
.case_box_mouth .hotlist .col-md-4 .box:hover .boximg img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case_box_mouth .hotlist .col-md-4 .box .hover:hover,
.case_box_mouth .hotlist .col-md-4 .box:hover .hover::before{opacity: 1;}
.case_box_mouth .hotlist .col-md-4 .box:hover h3{opacity: 0;}



.case_box_hot .row .col-md-4 .box{padding: 0;position: relative;}
.case_box_hot .row .col-md-4 .box .boximg .hover{opacity: 0; position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.2);width: 100%;height: 100%;text-align: center;font-size: 18px;display: flex;align-items: center;justify-content: center;color: #fff;}
.case_box_hot .row .col-md-4 .box .boximg .hover::before{
  content: '';
  display: block;
  width: 92%;
  height: 86%;
  border: 1px solid #948c83;
  left: 4%;
  top: 8%;
  position: absolute;
}
.case_box_hot .row .col-md-4 .box .boximg .hover:hover::before{
  opacity: 1;
}







.team_box{position: relative;overflow: hidden;padding: 50px 0;background: #f4f4f4;}
.team_box .row .col-md-8 .box{margin-bottom: 20px; display: block;width: 100%;background: #fff;padding: 20px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.01);}
.team_box .row .col-md-8 .box .topbox{margin-bottom: 20px; display: flex;justify-content: space-between;flex-wrap: wrap;}
.team_box .row .col-md-8 .box .topbox .boximg{width: 178px;}
.team_box .row .col-md-8 .box .topbox .boximg img{display: block;width: 100%;height: 100%;object-fit: cover;}
.team_box .row .col-md-8 .box .topbox .con{width: calc(100% - 200px);}
.team_box .row .col-md-8 .box .topbox .con .team-name{font-size: 24px;color: #000;display: flex;align-items: center;}
.team_box .row .col-md-8 .box .topbox .con .team-name em{display: inline-block;font-size: 14px;color: #fff;background: #000;border-radius: 0 15px 15px 15px;font-style: normal;padding: 3px 5px;margin-left: 10px;}
.team_box .row .col-md-8 .box .topbox .con .desinfo{display: flex;margin: 10px 0 20px 0px;}
.team_box .row .col-md-8 .box .topbox .con .desinfo p{margin-bottom: 0;width: 80px;}
.team_box .row .col-md-8 .box .topbox .con .desinfo span{width: calc(100% - 80px);color: #505050;}
.team_box .row .col-md-8 .box .topbox .con .d{font-size: 14px;color: #979797;}
.team_box .row .col-md-8 .box .topbox .con .garyback{background: #f7f7f7;border-radius: 20px;padding: 20px;margin-top: 15px;}
.team_box .row .col-md-8 .box .topbox .con .garyback ul{margin-bottom: 0; padding-left: 0;display: flex;justify-content: space-between;align-items: center;}
.team_box .row .col-md-8 .box .topbox .con .garyback ul li{width: 25%; list-style: none;text-align: center;border-right: 1px solid #d7d7d7;}
.team_box .row .col-md-8 .box .topbox .con .garyback ul li:nth-last-child(1){border: none;}
.team_box .row .col-md-8 .box .topbox .con .garyback ul li strong{display: block;font-size: 18px;}
.team_box .row .col-md-8 .box .topbox .con .garyback ul li span{font-size: 14px;color: #737373;}
.team_box .row .col-md-8 .box .topbox .con .garyback ul li strong i{color: #febd59;}
.team_box .row .col-md-4 .whitebox{background: #fff;padding: 30px 25px;}
.team_box .row .col-md-4 .whitebox .tit{font-size: 20px;color: #000;display: flex;justify-content: space-between;flex-wrap: wrap;}
.team_box .row .col-md-4 .whitebox .tit .tabli{display: flex;justify-content: space-between;align-items: center;background: #e5e5e5;border-radius: 30px;}
.team_box .row .col-md-4 .whitebox .tit .tabli a{font-size: 16px;color: #505050;padding: 3px 8px;border-radius: 30px;}
.team_box .row .col-md-4 .whitebox .tit .tabli a.active{background: #000;color: #fff;}
.team_box .row .col-md-4 .whitebox .ovsc ul{padding-left: 0;box-sizing: border-box;padding-right: 20px; margin-top: 15px;display: none;height: 500px;overflow-y: scroll;}
.team_box .row .col-md-4 .whitebox .ovsc ul.show{display: block;}
.team_box .row .col-md-4 .whitebox .ovsc ul li{margin: 10px 0px; background: #f4f4f4;border-radius: 50px;padding: 15px;list-style: none;display: flex;align-items: center;justify-content: space-between;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .left{width: calc(100% - 80px);display: flex;align-items: center;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .left .icos{width: 60px;height: 60px;border-radius: 50%;margin-right: 10px;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .left h5{font-size: 22px;margin-bottom: 0;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .left h5 em{margin-right: 5px;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .left span{color: #505050;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .right{width: 80px;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .right h6{font-size: 24px;text-align: right;margin-bottom: 0;}
.team_box .row .col-md-4 .whitebox .ovsc ul li .right i{font-size: 14px;font-style: normal;}
.team_box .row .col-md-4 .whitebox .f-tit{text-align: center;font-size: 18px;color: #505050;display: flex;align-items: center;justify-content: center;}
.team_box .row .col-md-4 .whitebox .f-tit::before{
  content: '';
  display: inline-block;
  width: 14%;
  height: 1px;
  background: #c9c9c9;
  margin-right: 10px;
}
.team_box .row .col-md-4 .whitebox .f-tit::after{
  content: '';
  display: inline-block;
  width: 14%;
  height: 1px;
  background: #c9c9c9;
  margin-left: 10px;
}
.team_box .row .col-md-4 .whitebox .f-tit strong{font-size: 20px;color: #000;font-weight: bold;}
.team_box .row .col-md-4 .whitebox form .form-group{margin-bottom: 15px; border: 1px solid #e5e5e5;padding: 0.9rem;display: flex;align-items: center;}
.team_box .row .col-md-4 .whitebox form .form-group .form-control{margin-left: 10px; padding: 0;border: none;box-shadow: none;color: #b5b5b5;}
.team_box .row .col-md-4 .whitebox form .form-group sub{bottom: 0;}
.team_box .row .col-md-4 .whitebox form .tips{text-align: center;font-size: 14px;color: #7f7f7f;}
.team_box .row .col-md-4 .whitebox form button{display: block;border-radius: 0;border: 1px solid #000; margin-top: 20px; width: 100%;padding: 1rem;color: #fff;background: #000;text-align: center;}
.team_box .row .col-md-4 .whitebox form button:hover{background: none;color: #000;}
.team_box .row .col-md-4 .ds img{width: 100%;}
.team_box .row .col-md-4 .whitebox .tg img{width: 100%;}

.e-journal .row .col-md-4 .box{background: none; display: block;width: 100%;height: 100%;padding: 0;box-shadow: none;}
.e-journal .row .col-md-4 .box .boximg{
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 120%;
  position: relative;
}
.e-journal .row .col-md-4 .box .boximg img{
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.e-journal .row .col-md-4 .box .con h3{font-size: 24px;color: #000;}
.e-journal .row .col-md-4 .box .con span{font-size: 14px;color: #666666;}
.e-journal .row .col-md-4 .box:hover{box-shadow: none;}
.construction{position: relative;overflow: hidden;background: #f4f4f4;padding: 60px 0px;}
.construction .row .col-md-12 .box{color: #000; display: flex; justify-content: space-between;flex-wrap: wrap; background: #fff;padding: 20px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.01);}
.construction .row .col-md-12 .box .boximg{width: 404px;position: relative;overflow: hidden;}
.construction .row .col-md-12 .box .boximg img{width: 100%;height: 100%;object-fit: cover;transition: all 0.35s ease;}
.construction .row .col-md-12 .box .con{width: calc(100% - 424px);}
.construction .row .col-md-12 .box .con .case-title{font-size: 24px;}
.construction .row .col-md-12 .box .con dl{display: flex;}
.construction .row .col-md-12 .box .con dl dd{line-height: 1; color: #535353;padding-right: 30px;margin-top: 15px; border-right: 1px solid #e5e5e5;margin-right: 30px;}
.construction .row .col-md-12 .box .con dl dd:nth-last-child(1){border: none;}
.construction .row .col-md-12 .box .con .schedule{margin-top: 70px; padding: 20px; display: flex;justify-content: space-between;flex-wrap: wrap;; background: #f6f6f6;border-radius: 5px;}
.construction .row .col-md-12 .box .con .schedule>span{width: 80px;}
.construction .row .col-md-12 .box .con .schedule .schedule-list{width: calc(100% - 80px);}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul {padding-left: 0; display: flex;flex-wrap: wrap;margin-bottom: 0;}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul li{margin-top: 8px; width: 16%; list-style: none;}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul li::before{
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: url(../images/sc.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul li span{font-size: 14px;color: #959595;margin-top: 10px;display: block;}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul li.active::before{
  background: url(../images/sc_2.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul li.active span{color: #000;}
.construction .row .col-md-12 .box .con .schedule .schedule-list ul li:nth-child(1).active::before{
  background: url(../images/sc_h.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.construction .row .col-md-12 .box:hover{box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);}
.construction .row .col-md-12 .box:hover .boximg img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.construction .row .col-md-12 .box2 .boximg{width: 370px;}
.construction .row .col-md-12 .box2 .con .case-title{margin-top: 15px; font-size: 18px;color: #000;}
.construction .row .col-md-12 .box2 .con .desinfo span{width: 94%;display: block; font-size: 14px;color: #9e9e9e;margin-top: 20px;}
.construction .row .col-md-12 .box2 .con .more{margin-top: 70px;color: #9e9e9e;text-transform: uppercase;}



.index-news{padding-bottom: 50px; position: relative;width: 100%;height: 100%;}
.index-news .index-news-type{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid #e2e2e2;}
.index-news .index-news-type .taba a{display: inline-block;padding: 20px 0px;font-size: 18px;color: #535353;margin-right: 50px;border-bottom: 1px solid transparent;}
.index-news .index-news-type .taba a.active,.index-news .index-news-type .taba a:hover{color: #000000;border-bottom: 1px solid #000;}
.index-news .index-news-type .More{margin-right: 0;}
.index-news .imgbox .row .col-md-4 a{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.index-news .imgbox .row .col-md-4 a .boximg{
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 60.25%;
    position: relative;
}
.index-news .imgbox .row .col-md-4 a .boximg img{
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.index-news .imgbox .row .col-md-4 a:hover{box-shadow: 0 3px 6px rgba(0,0,0,0.16);}
.index-news .imgbox .row .col-md-4 a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-news .imgbox .row .col-md-4 a .con{padding: 20px;background: #fff;}
.index-news .imgbox .row .col-md-4 a .con h4{
   font-size: 24px;
   color: #000;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
}
.index-news .imgbox .row .col-md-4 a .con p{
  color: #616161;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  margin-top: 15px;
}
.index-news .imgbox .row .col-md-4 a .con .date{ display: flex;align-items: center; justify-content: space-between;color: #616161;font-style: normal;margin-bottom: 5px;font-size: 18px;}
.index-news .imgbox .row .col-md-4 a .con .date em{font-style: normal;}
.index-news .imgbox .box{display: none;}
.index-news .imgbox .box:nth-child(1){display: block;}

.pagination ul{display: flex;align-items: center;flex-wrap: wrap; justify-content: flex-end;width: 100%;padding-left: 0;}
.pagination ul li{list-style: none;margin: 5px 8px;white-space: nowrap; color: #3a3a3a;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01); display: flex;align-items: center;justify-content: center;}
.pagination ul li a{background: #fff; color: #000;display: block;padding: 5px 20px;height: 50px; display: flex;align-items: center;justify-content: center;}
.pagination ul li.active a,.pagination ul li:hover a{background: #000;color: #fff;}
.pagination ul li a.prev,.pagination ul li a.next{background: #EEEEEE;width: auto; border-radius: 4px;padding: 10px 15px;}
.pagination ul li a.prev:hover,.pagination ul li a.next:hover{box-shadow: 0 3px 6px rgba(0,0,0,0.16);}
.pagination ul li .form-control{background: #fff;box-shadow: none;border-radius: 0;margin: 0 12px;height: 50px;width: 60px;text-align: center;}


.Story{position: relative;overflow: hidden;background: #efefef;padding: 80px 0px;clear: both;}
.Story .tabbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Story .imgbox{width: calc(100% - 462px);}
.Story .imgbox .box{display: none;height: 100%;}
.Story .imgbox .box a{display: block;height: 100%;}
.Story .imgbox .box a img{width: 100%;height: 100%;object-fit: cover;}
.Story .imgbox .box:nth-child(1){display: block;}
.Story .taba{width: 442px;display: flex;flex-direction: column; justify-content: space-between;flex-wrap: wrap;}
.Story .taba .tabli{width: 100%; height: 112px;overflow: hidden; background: #fff; position: relative;}
.Story .taba .tabli .txtcon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 1rem 2rem 1rem 3rem;}
.Story .taba .tabli .txtcon .txt{display: flex;height: 100%; justify-content: space-between;align-items: center;}
.Story .taba .tabli .txtcon .txt p{margin-bottom: 0;color: #fff;display: none;}
.Story .taba .tabli .txtcon .txt span{font-size: 20px;color: #000;}
.Story .taba .tabli .txtcon .txt .icos{display: inline-block;width: 32px;height: 32px;background: #000;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.Story .taba .tabli .txtcon .txt .icos img{width: 12px;height: 12px;filter: invert(50%) brightness(300%);}
.Story .taba .tabli .hover{opacity: 0;}
.Story .taba .tabli .hover img{width: 100%;height: 100%;object-fit: cover;}
.Story .taba .tabli:hover .hover{opacity: 1;}
.Story .taba .tabli:hover .txtcon .txt p{display: block;}
.Story .taba .tabli:hover .txtcon .txt span{color: #fff;}
.Story .taba .tabli:hover .txtcon .txt .icos{background: #fff;}
.Story .taba .tabli:hover .txtcon .txt .icos img{filter: none;}
.services{background: #000;position: relative;overflow: hidden;padding: 80px 0px;}
.services .header-top{text-align: center;color: #fff;}
.services .servicesbox{display: flex;justify-content: space-between;align-items: center;}
.services .servicesbox .items{position: relative; font-size: 18px;color: #c5c5c5;text-align: center;}
.services .servicesbox .items::after{
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
}
.services .servicesbox .items:nth-last-child(1)::after{display: none;}
.services .servicesbox .items .icos img{display: block;margin: 0 auto;    filter: invert(50%) brightness(300%) !important;}
.services .servicesbox .items p{margin: 15px auto;}
.services .servicesbox .items span{font-size: 14px; display: flex;align-items: center;justify-content: center; background: #1a1a1a;text-align: center;margin: 0 auto; width: 47px;height: 20px;border-radius: 40px;}
.clients{position: relative;overflow: hidden;padding: 60px 0px;}
.clients .row .col-md-4 a{display: block;width: 100%;height: 100%;background: #efefef;border-radius: 10px;padding: 10px;height: 120px;}

.design_box_1{position: relative;overflow: hidden;background: url(../images/g1.jpg) no-repeat top center;background-size: cover;}
.design_box_1 .tit{text-align: center;font-size: 52px;}
.design_box_1 .row .col-md-4 .row{    margin-right: calc(-1.5* var(--bs-gutter-x));margin-left: calc(-1.5* var(--bs-gutter-x));}
.design_box_1 .row .col-md-4{padding-right: calc(var(--bs-gutter-x)* 1.5);padding-left: calc(var(--bs-gutter-x)* 1.5);}
.design_box_1 .row .col-md-4 .box{height: 100%; background: #fff;box-sizing: border-box;padding: 50px 30px;text-align: center;}
.design_box_1 .row .col-md-4 .box .icos img{
    border-radius: 50%;
}
.design_box_1 .row .col-md-4 .box .d-tit{font-size: 24px;font-weight: bold;margin: 30px auto;}
.design_box_1 .row .col-md-4 .box .d-tit::after{
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background: #000;
  margin: 20px auto;
}
.design_box_1 .row .col-md-4 .box .d-des{font-size: 18px;color: #6b6b6b;} 

.design_box_2{position: relative;overflow: hidden;background: #fff;color: #fff;}
.design_box_2 .boxbg{width: 100%;height: 100%;background: url(../images/db.jpg) no-repeat top center;background-size: cover;box-sizing: border-box;padding: 80px 80px;}
.design_box_2 .tit{font-size: 48px;font-weight: bold;}
.design_box_2 p{font-size: 30px;}
.design_box_2 p strong{font-size: 48px;}
.design_box_3{position: relative;overflow: hidden;background: url(../images/g2.jpg) no-repeat top center;background-size: cover;}
.design_box_3 .y img{display: block;margin: 0 auto;}

.design_box_4{position: relative;overflow: hidden;}
.design_box_4 .light{position: absolute;left: 0;top: 0;}
.design_box_4 .row{position: relative;}
.design_box_4 .row::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  top: 190px;
}
.design_box_4 .row .col-md-2{width: 14.22%;height: 190px;}
.design_box_4 .row .col-md-2 .box{text-align: center;}
.design_box_4 .row .col-md-2 .box .icos{display: block;margin: 15px auto;}
.design_box_4 .row .col-md-2 .box  h3{font-size: 24px;}
.design_box_4 .row .col-md-2 .box::after{
  content: '';
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 46px;
  background: url(../images/jt1.png) no-repeat top center;
  background-size: contain;
  transform: translateY(5px);
}
.design_box_4 .row .col-md-2:nth-child(even){margin-top: 190px;}
.design_box_4 .row .col-md-2:nth-child(even) .box::before{
  transform: rotate(180deg) translateY(-5px);
  content: '';
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 46px;
  background: url(../images/jt1.png) no-repeat top center;
  background-size: contain;
  margin-bottom: 20px;
}
.design_box_4 .row .col-md-2:nth-child(even) .box::after{
  display: none;
}
.design_box_5{position: relative;overflow: hidden;background: #f4f4f4;}
.design_box_5 .desgin{padding: 130px 0px;}
.design_box_5 .desgin .swiper-wrapper{align-items: center;}
.design_box_5 .desgin .swiper-slide{
     position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
     transform: scale(1);
}
.design_box_5 .desgin .swiper-slide-active{
  transform: scale(2.3);
  z-index: 9;

}
.design_box_5 .desgin .swiper-slide h3{opacity: 0; transform: scale(0.5); text-align: center;position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;color: #fff;font-size: 26px;}
.design_box_5 .desgin .swiper-slide .boximg{position: relative;height: 550px;}
.design_box_5 .desgin .swiper-slide .boximg img{width: 100%;height: 100%;object-fit: cover;}
.design_box_5 .desgin .swiper-slide .boximg::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.design_box_5 .desgin .swiper-slide .boximg::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.design_box_5 .desgin .swiper-slide-active h3{opacity: 1;}
.design_box_5 .desgin .swiper-slide-active .boximg{height: 100%;}
.design_box_5 .desgin .swiper-slide-active .boximg::before{opacity: 0;}
.design_box_5 .desgin .swiper-button-next, .design_box_5 .desgin .swiper-button-prev{top: 52%; display: inline-block;width: 52px;height: 52px;border-radius: 50%;display: flex;align-items: center;justify-content: center; border: 4px solid #949494;color: #949494;}
.design_box_5 .desgin .swiper-button-next::after,.design_box_5 .desgin .swiper-button-prev::after{font-size: 20px;color: #949494;}
.design_box_5 .desgin .swiper-button-next{right: 5%;}
.design_box_5 .desgin .swiper-button-prev{left: 5%;}


.header-top .tit{font-size: 52px;text-align: center;}
.header-top em{text-align: center;font-size: 30px;font-style: normal;display: block;}
.white{color: #fff !important;}
.material .garyback{background: #eff0ed;box-sizing: border-box;padding: 30px;padding-bottom: 10px;}
.material .garyback .row .col-md-2{width: 20%;}
.material_box_2{position: relative;overflow: hidden;background: url(../images/bg.jpg) no-repeat top center;background-size: cover;}

.material_box_2 .material-swi{position: relative;}
.material_box_2 .material-swi .m_swi {width: 80%;}
.material_box_2 .material-swi .m_swi .swiper-slide{position: relative; opacity: 0; width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.material_box_2 .material-swi .m_swi .swiper-slide.swiper-slide-active{opacity: 1;}
.material_box_2 .material-swi .m_swi .swiper-slide .boximg{width: 64%;height: 580px;}
.material_box_2 .material-swi .m_swi .swiper-slide .boximg img{width: 100%;height: 100%;object-fit: cover;}
.material_box_2 .material-swi .m_swi .swiper-slide .txt{width: 34%;color: #fff;opacity: 0;}
.material_box_2 .material-swi .m_swi .swiper-slide.swiper-slide-active .txt{opacity: 1;}
.material_box_2 .material-swi .m_swi .swiper-slide .txt h4{font-size: 30px;margin-top: 40px;}
.material_box_2 .material-swi .m_swi .swiper-slide .txt p{margin-top: 20px;line-height: 1.6;}
.material_box_2 .material-swi .m_swi .swiper-slide .swiper-pagination{position: relative;text-align: left;margin: 70px 30px;font-size: 24px;}
.material_box_2 .material-swi .textbox{width: 47%;position: absolute;right: 0;bottom: 0;}
.material_box_2 .material-swi .textbox .swiper-slide img{display: block;width: 100%;height: 100%;object-fit: cover;}





.material_box_3{width: 100%;overflow: hidden;background: url(../images/bgs.jpg) no-repeat top center;background-size: cover;position: fixed;bottom:0;z-index:99;}
.material_box_3 .formbox .home{color: #fff;display: block;align-items: center;font-size: 23px;text-align: center;}
.material_box_3 .formbox .home h2{font-size: 52px;}
.material_box_3 .formbox form{display: flex;justify-content: space-between;align-items: center;}
.material_box_3 .formbox form .form-group{display: flex;align-items: center; width: 27%;border: 1px solid #fff;padding: 5px;}
.material_box_3 .formbox form .form-group .form-control{border: none;box-shadow: none;background: none;color: #fff;}
.material_box_3 .formbox form button{width: 15%;background: #fff;color: #000;font-size: 24px;border: none;box-shadow: none;border-radius: 0;padding:6px;}
.material_box_3 .formbox form button img{filter: invert(50%) brightness(0%) !important;margin-right: 10px;}








.type_box_1{position: relative;}
.type_box_1 .rr{position: absolute;left: 70px;bottom: -30px;z-index: 111;}
.type_box_1 .garyback{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.type_box_1 .garyback .left{width: 49%;height: auto;background: url(../images/ty1.jpg) no-repeat top center;background-size: cover;padding: 50px;display: flex;flex-wrap: wrap;}
.type_box_1 .garyback .left .li{box-sizing: border-box;padding: 50px 30px; width: 50%;border: 1px solid #fff;display: flex;align-items: center; justify-content: space-between;}
.type_box_1 .garyback .left .li:nth-child(1){border-right: none;border-bottom: none;}
.type_box_1 .garyback .left .li:nth-child(2){border-bottom: none;}
.type_box_1 .garyback .left .li:nth-child(3){border-right: none;}
.type_box_1 .garyback .left .li i{width: 44px;}
.type_box_1 .garyback .left .li .right{width: calc(100% - 64px);color: #fff;}
.type_box_1 .garyback .left .li .right h3{font-size: 24px;margin-bottom: 10px;}
.type_box_1 .garyback .left .li .right span{display: block;color: #c3c3c3;}
.type_box_1 .garyback>.right{width: 49%;padding: 50px 60px;}
.type_box_1 .garyback>.right h4{text-align: center;font-size: 30px;margin-bottom: 50px;}
.type_box_1 .garyback>.right form .form-group{background: #fff;padding: 15px 25px;display: flex;align-items: center;}
.type_box_1 .garyback>.right form .form-group .form-control{padding: 8px; width: calc(100% - 100px); border: none;box-shadow: none;font-size: 18px;color: #b2b2b2;}
.type_box_1 .garyback>.right form .form-group label{font-size: 18px;width: 100px;}
.type_box_1 .garyback>.right form .form-group sub{font-size: 18px;bottom: 0;}
.type_box_1 .garyback>.right form button{border-radius: 0;border: none;background: #000;padding: 18px;color: #fff;text-align: center;font-size: 24px;width: 100%;margin-top: 20px;display: block;}

.type_box_2{position: relative;overflow: hidden;background: url(../images/pb.jpg) no-repeat top center;background-size: cover;} 
.type_box_2 .tablebox{display: flex;justify-content: space-between;align-items: flex-end;}
.type_box_2 .tablebox table{width: 50%;}
.type_box_2 .tablebox table:nth-child(1) tr td{font-size: 20px;color: #767676;padding: 20px;border: 2px solid #fff;text-align: center;background: #dfdfdf;--bs-table-accent-bg: #dfdfdf}
.type_box_2 .tablebox table:nth-child(1) tr td:nth-child(1){border-left: none;}
.type_box_2 .tablebox table:nth-child(1) tr td:nth-child(2){border-right: none;}
.type_box_2 .tablebox table:nth-child(1) thead tr{background: #a5a5a5;}
.type_box_2 .tablebox table:nth-child(1) thead tr th{padding: 20px;font-size: 30px;text-align: center;color: #000;font-weight: normal;}
.type_box_2 .tablebox table:nth-child(2){border: 10px solid #000;border-left-width: 5px;border-right-width: 5px;} 
.type_box_2 .tablebox table:nth-child(2) thead tr th{padding: 20px;font-size: 36px;text-align: center;color: #fff;background: #000;}
.type_box_2 .tablebox table:nth-child(2) thead tr th strong{font-size: 48px;margin: 0 10px;}
.type_box_2 .tablebox table:nth-child(2) tr td{font-size: 20px;color: #000;padding: 20px;border: 2px solid #000;text-align: center;background: #fff;--bs-table-accent-bg:#fff}

.type_box_3{position: relative;overflow: hidden;background: #f4f4f4;}
.type_box_3 .whiteback{background: #fff;padding: 25px;}
.type_box_3 .whiteback .col-md-5{width: 38%;}
.type_box_3 .whiteback .col-md-5 img{display: block;height: 100%;object-fit: cover;}
.type_box_3 .whiteback .col-md-7{width: 62%;}
.type_box_3 .whiteback .col-md-7 .text{display: flex;align-items: center;}
.type_box_3 .whiteback .col-md-7 .text h3{font-size: 30px;color: #000;margin-left: 40px;line-height: 2;}
.type_box_3 .whiteback .col-md-7 .text h3::after{
  content: '';
  display: block;
  width: 86px;
  height: 2px;
  background: #000;
  margin-top: 34px;
}

.type_box_4 .people{display: flex;justify-content: space-between;flex-wrap: wrap;}
.type_box_4 .people .imgs{width: 50%;}
.type_box_4 .people img{width: 100%;height: 100%;object-fit: cover;}

.type_box_5 .yuan img{display: block;margin: 0 auto;}


.action_box_1{position: relative;overflow: hidden;background: url(../images/bg1.jpg) no-repeat top center;background-size: cover;}
.action_box_1 .dsbox .row {align-items: center;}
.action_box_1 .dsbox .row .col-md-4{width: 35%;}
.action_box_1 .dsbox .row .col-md-3{width: 20%;}
.action_box_1 .dsbox .row .col-md-4:nth-last-child(1) .box{background: #6e6e6e;color: #c6c5c5;}
.action_box_1 .dsbox .box{position: relative; background: #fff; width: 100%;height: 86px;font-size: 24px;text-align: center;padding: 30px 10px;display: flex;align-items: center;justify-content: center;}
.action_box_1 .dsbox .box h3{margin-bottom: 0;font-size: 24px;}
.action_box_1 .dsbox h2{margin-bottom: 0; text-align: center;font-size: 36px;color: #000;font-weight: bold;border-radius: 50px;background: #d8c4a6;height: 75px;display: flex;align-items: center;justify-content: center;}
.action_box_1 .dsbox .box::after{
  content: '';
  display: block;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.action_box_1 .dsbox .row .col-md-4:nth-last-child(1) .box::after{
  content: '';
  display: block;
  position: absolute;
  right: auto;
  left: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #6e6e6e;
}

.action_box_2{position: relative;overflow: hidden;background: url(../images/bg3.jpg) no-repeat top center;background-size: cover;}
.action_box_2 .processbox{position: relative;margin: 150px 0px;}
.action_box_2 .processbox::after{
  content: '';
  width: 100%;
  height: 70%;
  border: 5px solid #000;
  position: absolute;
  border-left: none;
  left: 0;
  top: 0;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;

}
.action_box_2 .process{position: relative;z-index: 9; display: flex;}
.action_box_2 .process .li{text-align: center;margin: 0 50px 0 70px;position: relative;height: 260px;}
.action_box_2 .process .li h4{font-size: 36px;font-weight: bold;color: #000;margin-top: 10px;}
.action_box_2 .process .li p{display: block;font-size: 22px;text-align: center;}

.action_box_2 .process:nth-child(2){justify-content: flex-start;transform: translateY(30px);}
.action_box_2 .process:nth-child(2) .li{margin-left: -5px;margin-right: 120px;}
.action_box_2 .process:nth-child(2) .li::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  transform: rotate(-90deg);
  position: absolute;
  right: -65px;
  top: 67px;
}
.action_box_2 .process:nth-child(2) .li:nth-last-child(1)::after{
  right: -150px;
  transform: rotate(-110deg);
  top: 55px;
}
.action_box_2 .process:nth-child(1) {transform: translateY(-60px);}
.action_box_2 .process:nth-child(1)::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #000;
  margin-top: 52px;
  background: #fff;
  margin-right: 50px;
}
.action_box_2 .process:nth-child(1) .li::after{
   content: '';
   display: block;
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 10px solid #000;
   transform: rotate(90deg);
   position: absolute;
   right: -65px;
   top: 58px;
}
.action_box_2 .process:nth-child(1) .li:nth-last-child(1)::after{display: none;}

.action_box_3{position: relative;overflow: hidden;}
.action_box_3 .row .col-sm-12 .box{position: relative;height: 100%;}
.action_box_3 .row .col-sm-12 .box::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.action_box_3 .row .col-sm-12 .box img{width: 100%;height: 100%;object-fit: cover;}
.action_box_3 .row .col-sm-12 .box h3{z-index: 9; font-size: 26px;color: #fff;position: absolute;left: 25px;bottom: 15px;}
.action_box_3 .row .col-md-3{width: 32%;}
.action_box_3 .row .col-md-9{width: 68%;}

.action_box_4{position: relative;overflow: hidden;background: #f8f8f8;}
.action_box_4 .row .col-md-4 .box{display: block;width: 100%;height: 100%;background: #fff;padding: 18px;}
.action_box_4 .row .col-md-4 .box .boximg{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 75.25%;
  position: relative;
}
.action_box_4 .row .col-md-4 .box .boximg img{
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.action_box_4 .row .col-md-4 .box .boximg em{position: absolute;right: 20px;top: -18px;width: 48px;height: 58px;background: url(../images/py.png) no-repeat top center;background-size: cover;font-size: 30px;color: #fff;font-style: normal;text-align: center;}
.action_box_4 .row .col-md-4 .box .con{margin-top: 20px;}
.action_box_4 .row .col-md-4 .box .con h3{font-size: 24px;color: #000;}
.action_box_4 .row .col-md-4 .box .con p{color: #727272;}

.article .header-top-tit{text-align: center;border-bottom: 1px solid #999;}
.article .header-top-tit .tit{font-size: 48px;}
.article .header-top-tit em{font-size: 24px;font-style: normal;}
.article .body{font-size: 24px;}
.article .body *{margin: 30px auto;}
.article .body img{margin: 0 auto;display: block;}
.article .pagination a{color: #333; font-size: 20px;}
.article .pagination a:hover{text-overflow: 0 3px 6px rgba(0,0,0,0.6);color: #000;}
footer{

  width: 100%;
  height: 100%;
  background: #211e1d;
  padding-top: 50px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.py-6{padding-top:10px!important; padding-bottom: 10px!important;}
.mb-6{margin-bottom: 20px!important;}
footer .copyright{margin-top: 50px; color: #adadad;font-size: 14px;display: block;padding: 17px 0px;background: #000000;}
footer .copyright .bottombox .li{margin-top: 5px; margin-bottom: 10px; display: flex;flex-wrap: wrap; justify-content: space-between;}
footer .copyright .bottombox .li .bottom_title{color: #fff; font-size: 20px;width: 180px;}
footer .copyright .bottombox .li .bottom_list{width: calc(100% - 180px);}
footer .copyright .bottombox .li .bottom_list a{margin-right: 10px;margin-bottom: 10px; color: #adadad;font-size: 16px;}
footer .copyright .bottombox .li .bottom_list a:hover{color: #fff;}
footer .footernav ul{margin-bottom: 0; display: flex;flex-wrap: wrap;justify-content: flex-end;padding-left: 0;}
footer .footernav ul li{list-style: none;width: 20%;font-size: 18px;}
footer .footernav ul>li>a{display: block; color: #fff;margin-bottom: 10px;}
footer .footernav ul li ul{width: 100%;}
footer .footernav ul li ul li{width: 100%;font-size: 14px;margin-bottom: 0px;}
footer .footernav ul li ul li a{color: #e0e0e0;}
footer .footernav ul li ul li a:hover{color: #fff;}
footer .col-md-5{display: flex;justify-content: space-between;}
footer .col-md-5 .code{border-left: 1px solid #fff;box-sizing: border-box;padding-left: 15%;}
footer .col-md-5 .code span{display: block;text-align: center;font-size: 14px;color: #adadad;margin-top: 20px;}
footer .col-md-5 .code img{display: block;}
footer .col-md-5 .tel{color: #fff;text-align: center;padding-left: 8%;}
footer .col-md-5 .tel h6{white-space: nowrap; font-size: 46px;margin-top: 10px;margin-bottom: 20px;}
footer .col-md-5 .tel a{display: inline-block;width: 98%;text-align: center; border: 1px solid #525252;text-align: center;padding: 6px 30px;color: #adadad;font-size: 18px;}
footer .col-md-5 .tel a:hover{background: #fff;color: #000;}
.scroll-top{cursor: pointer; opacity: 0; font-size: 18px;text-align: center;color: #fff;text-transform: uppercase; display: flex;align-items: center;justify-content: center; width: 68px;height: 68px;border-radius: 50%;background: #DB347E;position: fixed;right: 20px;top: 88%;z-index: 99999;}
.scroll-top.on{opacity: 1;}
.scroll-top:hover{color: #000;}
.scroll-top img{display: block;margin: 0 auto;margin-top: 10px;}
.scroll-top:hover{transform: scale(1.1);}
.case-inner-block {position: relative;}
.case-inner-block .black{background: #3e3c3b;position: relative;overflow: hidden;}
.case-inner-block .black .inner{max-width: 90%;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.case-inner-block .black .inner .tabnav{width: 160px;height: 100%;}
.case-inner-block .black .inner .tabnav .swiper{height: 700px;}
.case-inner-block .black .inner .tabnav .swiper-slide{display: flex;align-items: center;justify-content: center;}
.case-inner-block .black .inner .tabnav .swiper-slide a{color: #fff;font-size: 24px;display: inline-block;text-align: center;position: relative;}
.case-inner-block .black .inner .tabnav .swiper-slide a::after{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: transparent;
  margin: 10px auto;

}
.case-inner-block .black .inner .tabnav .swiper-slide-thumb-active a::after{
  background: #fff;
}
.case-inner-block .black .inner .content{width: calc(100% - 180px);background: #3b3938;position: relative;}
.case-inner-block .black .inner .content .swiper-slide {height: 700px;position: relative;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox{display: flex;justify-content: space-between;flex-wrap: wrap;height: 100%;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .imgs{width: calc(100% - 500px);}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .imgs img{display: block;width: 100%;height: 100%;object-fit: cover;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent{width: 500px;box-sizing: border-box;padding: 40px;color: #fff;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent h3{font-size: 30px;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent h4{font-size: 24px;margin: 30px 0px;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent dl{display: flex;flex-wrap: wrap;margin: 50px 0px;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent dl dd{margin-right: 20px;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent a{display: inline-block;border: 1px solid #efefef;padding: 10px 30px;color: #efefef;margin-right: 20px;}
.case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent a:hover{background: #efefef;color: #000;}
.case-inner-block .black .inner .content .swiper-slide .boximg{height: 100%;}
.case-inner-block .black .inner .content .swiper-slide .boximg img{display: block;height: 100%;object-fit: cover;margin: 0 auto;}
.case-inner-block .black .inner .content .swiper-slide h5.desinfo{margin-bottom: 0; background: rgba(0, 0, 0, 0.16);position: absolute;left: 0;bottom: 0;text-align: left;color: #fff;padding: 20px;width: 100%}
.case-inner-block .black .inner .content .swiper-button-next,.case-inner-block .black .inner .content .swiper-button-prev{width: 50px;height: 50px;background: #fff;border-radius: 50%;}
.case-inner-block .black .inner .content .swiper-button-next::after,.case-inner-block .black .inner .content .swiper-button-prev::after{color: #000;font-size: 20px;}
.case-inner-block .designer .col-md-4 .wid{width: 90%;}
.case-inner-block .designer .col-md-4 .imgs{}
.case-inner-block .designer .col-md-4 .imgs img{width: 100%;}
.case-inner-block .designer .col-md-4 .con{margin-top: -20px;position: relative;z-index: 2;}
.case-inner-block .designer .col-md-4 .con .apply{display: block;width: 90%; padding: 15px;text-align: center;font-size: 24px; color: #fff;background: #000;margin: 0 auto;}
.case-inner-block .designer .col-md-4 .con span{display: block;text-align: center;margin: 15px auto;font-size: 18px;}
.case-inner-block .designer .col-md-8 h3{font-size: 36px;}
.case-inner-block .designer .col-md-8 h3 em{font-size: 20px;font-style: normal;}
.case-inner-block .designer .col-md-8 ul{padding-left: 0;}
.case-inner-block .designer .col-md-8 ul li{margin-top: 20px; font-size: 20px;list-style: none;display: flex;justify-content: space-between;}
.case-inner-block .designer .col-md-8 ul li span{width: 100px;}
.case-inner-block .designer .col-md-8 ul li span:nth-child(2){width: calc(100% - 100px);color: #333;}



.team-inner-block{}

.team-inner-block .black{width: 100%;height: 100%; background: url("../images/background.png") no-repeat top center;background-size: cover; position: relative;overflow: hidden;}
.team-inner-block .black .inner{background: #313030;padding: 40px 150px;}
.team-inner-block .black .inner .row .imginfo.imgs{height: 100%;}
.team-inner-block .black .inner .row .imginfo img{width: 100%;height: 100%;object-fit: cover;}
.team-inner-block .black .inner .row .titinfo .content{color: #fff;box-sizing: border-box;padding: 50px 30px;}
.team-inner-block .black .inner .row .titinfo .content .name{font-size: 36px;}
.team-inner-block .black .inner .row .titinfo .content .name em{font-style: normal;font-size: 24px;}
.team-inner-block .black .inner .row .titinfo .content h3{font-size: 24px;margin: 25px 0px;}
.team-inner-block .black .inner .row .titinfo .content .btnarrow{margin-top: 60px; display: flex;align-items: center;font-size: 24px;}
.team-inner-block .black .inner .row .titinfo .content .btnarrow a{border-radius: 40px;background: #fff;padding: 10px 30px;color: #000;margin-left: 20px;}
.team-inner-block .teamboxcontnt .teamboxs{background: #fff;position: sticky;top: 100px;left: 0;z-index: 99999;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.team-inner-block .teamboxcontnt .teama{display: flex;margin-top: 30px;}
.team-inner-block .teamboxcontnt .teama a{position: relative; padding: 10px 0;font-size: 24px; color: #333; margin-right: 150px;}
.team-inner-block .teamboxcontnt .teama a::after{transition: all 0.5s ease 0s ; position: absolute;left: 0;bottom: 0;width: 0; content: '';display: inline-block;height: 3px;background: #333;margin-top: 10px;}
.team-inner-block .teamboxcontnt .teama a:hover::after,.team-inner-block .teamboxcontnt .teama a.active::after{width: 100%;}
.team-inner-block .teamboxcontnt .teambox{width: 100%;background: #f4f4f4;}
.team-inner-block .teamboxcontnt .teambox .items .row .col-md-25{width: 20%;}
.team-inner-block .teamboxcontnt .teambox .items .row .col-md-25 h4{position: relative;display: inline-block;color: #333;padding-bottom: 10px;font-size: 20px;}
.team-inner-block .teamboxcontnt .teambox .items .row .col-md-25 h4::after{content: '';display: block;width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #333;}
.team-inner-block .teamboxcontnt .teambox .items .row .col-md-25 p{font-size: 14px;color: #333;margin-top: 10px;}
.about-block{padding: 80px 0px; position: relative;overflow: hidden;background: #f4f4f4;}
.about-block .whitebox{height: 100%; position: relative;background: #fff;padding: 30px;}
.about-block .whitebox .tit{font-size: 24px;}
.about-block .aboutlist .list{display: block;width: 100%;height: 100%;position: relative;margin-bottom: 20px;}
.about-block .aboutlist .list img{opacity: 0.3; border: 2px solid #fff;display: block;width: 100%;height: 100%;}
.about-block .aboutlist .list .in{position: absolute;left: 35px;top: 35px;}
.about-block .aboutlist .list .in h4{font-size: 20px;color: #000;margin-bottom: 0;}
.about-block .aboutlist .list .in em{font-size: 14px;color: #adadad;font-style: normal;}
.about-block .aboutlist .list:hover img{opacity: 1;}
.about-block .aboutlist .list.active img{opacity: 1;}
@media screen and (max-width:1680px) {

}
@media screen and (max-width:1440px) {
  
  .container{max-width: 96%;}
  header nav ul li{margin-left: 0;margin-right: 0;}
  .type_box_1 .rr{display: none;}
  .design_box_5 .desgin .swiper-slide .boximg{height: 400px;}
  .design_box_5 .desgin .swiper-slide-active .boximg{height: 100%;}
  .action_box_2 .process:nth-child(2) .li:nth-last-child(1)::after{
    top: 50px;
  }

}
@media screen and (max-width:1366px) {
  header nav ul li a{padding-left: 20px;padding-right: 20px;}
  .Story .taba .tabli{height: 102px;}
  .checkboxlist .checkbox-inline .bzbox{font-size: 14px;}
  .action_box_2 .process:nth-child(2) .li:nth-last-child(1)::after{
    top: 0px;
    right: -140px;
    transform: rotate(-135deg)
  }


}
@media screen and (max-width:1280px) {
  .formbar .whiteback form .form-group .form-control{font-size: 14px;}
  .formbar .whiteback form sub{font-size: 14px;}
  .services .servicesbox .items::after{right: -60%;}
  .Story .taba .tabli{height: 92px;}
  footer .col-md-5 .tel h6{font-size: 30px;}
  .formbar .whiteback{flex-wrap: wrap;}
  .formbar .whiteback .home{width: 100%;text-align: center;padding: 30px 10px;justify-content: center;}
  .formbar .whiteback form{width: 100%;border-top: 1px solid #efefef;}
  .Team .teambox .bigimg .swiper-slide .teamtext{width: 600px;}
  .Team .teambox .bigimg .swiper-slide .teamtext .imgs{width: 300px;}
  .Team .teambox .bigimg .swiper-slide .teamtext .text{width: calc(100% - 315px);}
  header .right{width: calc(100% - 200px);}
  .case_box_mouth .row .col-md-12 .box .con{width: 15%;}
  .case_box_mouth .row .col-md-12 .box .boximg{width: 57%;}
  .team_box .row .col-md-4 .whitebox .ovsc ul li .left span{font-size: 14px;}
  .checkboxlist .checkbox-inline .bzbox{margin-right: 0 !important;}
  .pagination ul li{margin: 3px;}
  .construction .row .col-md-12 .box .con dl dd{padding-right: 15px;    margin-right: 15px;}
  .header-top .tit{font-size: 48px;}
  .header-top em{font-size: 24px;}
  .type_box_1 .garyback .left .li .right h3{font-size: 22px;}
  .action_box_2 .process:nth-child(2) .li:nth-last-child(1)::after{
    top: 0px;
    right: -88px;
    transform: rotate(-135deg)
  }
 
}
@media screen and (max-width:1200px) {
  .Story .taba .tabli{height: 82px;}
  header nav ul li a{padding-left: 10px;padding-right: 10px;}
  .team_box>.container>.row>.col-md-8{width: 100%;}
  .team_box>.container>.row>.col-md-4{width: 100%;}
  .type_box_1 .garyback .left .li{padding: 15px;}
  .type_box_1 .garyback .left{padding: 20px;}
  .design_box_4 .row .col-md-2 .box h3{font-size: 20px;}
  .design_box_4 .light{width: 150px;}
  .design_box_4 .row .col-md-2 .box::after{transform: translateY(10px);}
}
@media screen and (max-width:1024px) {
  header{padding-top: 15px;padding-bottom: 15px;}
  header .right .tel{margin-right: 30px;margin-left: 0;}
  header .right .tel strong{font-size: 20px;}
  header nav ul li a{justify-content: flex-start;height: auto;}
  header nav{opacity: 0;}
  header .menu-trigger{display: block;}
  header nav{
    z-index: 99;
    position: fixed;
    top: 0;
    right: -400px;
    box-sizing: border-box;
    width: 400px;
    height: 100vh;
    padding: 30px 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333333;
    background: #f3f3f3;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2) inset;
  }
  .wrapper.open{position: relative;overflow: hidden;height: 100vh;left: -98%;}
  .wrapper.open header nav{opacity: 1;}
  .wrapper.open header nav>ul{display: block !important;padding-left: 0;}
  .wrapper.open header nav ul li{padding: 20px 0px;font-size: 24px;  border-bottom: 1px solid #cfcfcf;}
  .open-menu header nav{
    width: 98%;
    right: -98%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-top: 60px;
  }
  header nav ul li{margin-left: 0;}
  .open-menu .menu-trigger {
    position: fixed;
    right: 40px;
  }
  .open-menu .menu-trigger span:nth-child(1) {
      -webkit-transform: translateY(11px) rotate(-45deg);
      transform: translateY(11px) rotate(-45deg);
  }
  .open-menu .menu-trigger span:nth-child(2) {
    opacity: 0;
  }
  .open-menu .menu-trigger span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  header nav ul li a::after{display: none;}
  .case .row .col-md-2 a h3{font-size: 20px;}
  .case .casebox .arrow{right: 15%;}
  .case .row .col-md-2{width: 33.3333%;}
  .case .row .col-md-2:nth-child(1){border-bottom: 1px solid #cfcfcf;}
  .case .row .col-md-2:nth-child(2){border-bottom: 1px solid #cfcfcf;}
  .case .row .col-md-2:nth-child(3){border-bottom: 1px solid #cfcfcf;}
  .Team .teambox .smallbox{width: 100%;margin-top: 202px;}
  .Story .imgbox{width: 100%;}
  .Story .taba{width: 100%;}
  .Story .taba .tabli{margin-top: 15px;}
  .Team .topbar .counterbox .items .numberbox h3{font-size: 48px;}
  .Team .topbar .counterbox{width: 500px;}
  .services .servicesbox{flex-wrap: wrap;}
  .services .servicesbox .items{width: 25%;margin: 20px 0px;}
  .services .servicesbox .items::after{display: none;}
  header nav ul li ul{padding-left: 20px !important; position: relative;display: none;background: none;box-shadow: none;top: 0;}
  header nav ul li ul li a{height: auto;padding-top: 10px;padding-bottom: 10px;}
  header nav ul li ul li:nth-last-child(1){border: none !important;}
  header nav ul li a:hover{background: none;color: #000;}
  header nav ul .li.show ul{display: block !important;}
  .wrapper.open header nav>ul{height: 100%;overflow-y: scroll;}
  header nav ul>li>a{display: flex;align-items: center;justify-content: space-between;}
  header nav>ul>li>a::after{
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 20px;
    height: auto;
    float: right;
  }
  header nav ul .li.show>a::after{
    transform: rotate(180deg);
    margin-right: 5px;
  }
  .wrapper.open header nav>ul::-webkit-scrollbar {
    width: 0px;
  }
  
  .wrapper.open header nav>ul::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  
  .wrapper.open header nav>ul::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  header nav>ul>li:hover ul{display: none;}
  .case_box .row .col-md-4{width: 50%;}
  .case_box_mouth .row .col-md-12 .box .con{width: 30%;}
  .case_box_mouth .row .col-md-12 .box .boximg{width: 68%;height: auto;}
  .case_box_mouth .row .col-md-12 .box .two-img{width: 100%;flex-direction: row;height: auto;margin-top: 1rem;}
  .case_box_mouth .row .col-md-12 .box .two-img a{height: auto;width: 49%;margin-bottom: 0 !important;}
  .case_box_mouth .hotlist .col-md-4 .box h3{font-size: 20px;}
  .case_box_mouth .hotlist .col-md-4 .box .hover h4{font-size: 24px;}
  .construction .row .col-md-12 .box .con dl{flex-wrap: wrap;}
  .construction .row .col-md-12 .box .con .schedule .schedule-list ul li span{font-size: 12px;}
  .material_box_2 .material-swi .m_swi{width: 100%;}
  .material_box_2 .material-swi .textbox{width: 100%;position: relative;margin-top: 20px;}
  .material_box_2 .material-swi .m_swi .swiper-slide .txt{padding-right: 30px;padding-left: 20px;}
  .header-top .tit{font-size: 36px;}
  .header-top em{font-size: 20px;}
  .material_box_2 .material-swi .m_swi .swiper-slide .txt h4{font-size: 24px;}
  .material_box_3 .formbox form button{font-size: 20px;}
  .type_box_3 .whiteback .col-md-7 .text h3{font-size: 20px;width: 180px;}
  .type_box_2 .tablebox table:nth-child(2) thead tr th{font-size: 28px;}
  .type_box_2 .tablebox table:nth-child(2) thead tr th strong{font-size: 36px;}
  .page-banner .inner h1{font-size: 48px;}
  .page-banner .inner em{font-size: 20px;}
  .design_box_2 .tit{font-size: 36px;}
  .design_box_2 p{font-size: 24px;}
  .design_box_2 p strong{font-size: 36px;}
  .design_box_4 .row .col-md-2 .box h3{font-size: 18px;}
  .design_box_5 .desgin .swiper-slide .boximg{height: 280px;}
  .design_box_5 .desgin .swiper-slide-active .boximg{height: 100%;}
  .action_box_2 .process .li{margin: 0 10px 0 20px;}
  .action_box_2 .process .li h4{font-size: 24px;}
  .action_box_2 .process .li p{font-size: 18px;}
  .action_box_2 .process:nth-child(2) .li{    margin-right: 40px;}
  .action_box_2 .process:nth-child(1) .li::after{right: -25px;}
  .action_box_2 .process:nth-child(2) .li::after{right: -25px;}
  .action_box_2 .process:nth-child(2) .li:nth-last-child(1)::after{
    top: 40px;
    right: -118px;
    transform: rotate(-125deg);
  }
  .action_box_3 .row .col-sm-12 .box h3{font-size: 22px;}
  .action_box_4 .row .col-md-4 .box .con h3{font-size: 20px;}
  .page-banner .inner span{font-size: 18px;}
  .article .header-top-tit .tit{font-size: 36px;}
  .article .body{font-size: 20px;}
  .article .pagination a{font-size: 18px;}
  .case-inner-block .black .inner .content .swiper-slide .aboutbox{flex-wrap: wrap;}
  .case-inner-block .black .inner .content .swiper-slide .aboutbox .imgs{width: 100%;}
  .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent{width: 100%;overflow-y: scroll;height: 300px;}
  .case-inner-block .designer .col-md-8 h3{font-size: 30px;}
  .case-inner-block .designer .col-md-8 ul li{font-size: 18px;}
  .team-inner-block .black .inner{padding: 30px;}
  .team-inner-block .black .inner .row .col-md-8 .content .name{font-size: 30px;}
  .team-inner-block .black .inner .row .col-md-8 .content h3{font-size: 20px;}
  .team-inner-block .black .inner .row .col-md-8 .content .btnarrow{font-size: 20px;}
  .team-inner-block .teamboxcontnt .teamboxs{top: 80px;}
  .about-block .aboutlist .list .in{left: 15px;top: 15px;}
  .about-block .aboutlist .list .in h4{font-size: 18px;}
  .about-block .aboutlist .list .in em{font-size: 14px;}


  

}
@media screen and (max-width:820px) {
  footer .col-md-5 .tel h6{font-size: 24px;}
  footer .col-md-5 .tel a{font-size: 14px;}
  footer .col-md-5 .code span{font-size: 12px;}
  footer .footernav ul>li>a{font-size: 14px;}
  footer .footernav ul li ul li a{font-size: 13px;}
  .index-news .imgbox .row .col-md-4 a .con h4{font-size: 20px;}
  .Team .teambox .bigimg .swiper-slide .boximg{width: 100%;display: none;}
  .Team .teambox .bigimg .swiper-slide .teamtext{width: 100%;position: relative;bottom: 0;}
  .Team .teambox .bigimg .swiper-slide{flex-wrap: wrap;}
  .Team .teambox .smallbox{margin-top: 0;}
  .Team .topbar .header-top{width: 100%;text-align: center;}
  .Team .topbar .header-top .title{width: 100%;}
  .Team .topbar{flex-wrap: wrap;}
  .Team .topbar .counterbox{width: 100%;}
  .Team .topbar .counterbox .items{margin: 5%;}
  .case .casebox .casebigimg .swiper-slide .text{max-width: 404px;}
  .case .casebox .arrow{width: 105px;}
  .case .casebox .casebigimg .swiper-slide{height: 500px;}
  .case .casebox .casebigimg .swiper-slide .text{top: 50px;}
  .page-banner h1{font-size: 28px;}
  .case_box_mouth .row .col-md-12 .box .boximg .hover{flex-wrap: wrap;}
  .case_box_mouth .row .col-md-12 .box .boximg a h3{font-size: 20px;}
  .team_box .row .col-md-8 .box .topbox .con .garyback{padding: 10px;}
  .team_box .row .col-md-8 .box .topbox .con .garyback ul li span{font-size: 12px;}
  .team_box .row .col-md-8 .box .topbox .con .garyback ul li strong{font-size: 16px;}
  .construction .row .col-md-12 .box .boximg{width: 100%;}
  .construction .row .col-md-12 .box .con{width: 100%;margin-top: 30px;}
  .material_box_3 .formbox form .form-group .form-control{font-size: 13px;}
  .type_box_1 .garyback .left{width: 100%;}
  .type_box_1 .garyback .right{width: 100%;}
  .type_box_2 .tablebox table{width: 100%;}
  .type_box_2 .tablebox{flex-wrap: wrap;}
  .type_box_3 .whiteback .col-md-7 .text h3{width: 200px;}
  .design_box_1 .row .col-md-4 {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
  }
  .design_box_4 .row .col-md-2{width: auto;}
  .design_box_5 .desgin .swiper-slide .boximg{height: 240px;}
  .design_box_5 .desgin .swiper-slide-active .boximg{height: 100%;}
  .design_box_5 .desgin .swiper-slide h3{font-size: 16px;}
  .design_box_5 .desgin{padding: 50px 0px;}
  .design_box_4 .row .col-md-2 .box h3{font-size: 14px;}
  .action_box_2 .processbox::after{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .action_box_1 .dsbox .box h3{font-size: 20px;}
  .action_box_1 .dsbox h2{font-size: 24px;}
  .action_box_1 .dsbox .box h3{font-size: 18px;}
  .article .header-top-tit em{font-size: 16px;}
  .case-inner-block .black .inner .tabnav .swiper-slide a{font-size: 20px;}
  .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent h3{font-size: 24px;}
  .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent h4{font-size: 18px;}
  .case-inner-block .designer .col-md-8 h3{font-size: 28px;}
  .case-inner-block .designer .col-md-4 .con .apply{font-size: 18px;}
  .case-inner-block .designer .col-md-8 ul li{font-size: 16px;}
  .team-inner-block .teamboxcontnt .teama a{font-size: 20px;margin-right: 100px;}
  .team-inner-block .teamboxcontnt .teambox .items .row .col-md-25 h4{font-size: 18px;}
  .team-inner-block .teamboxcontnt .teambox .items .row .col-md-25 p{font-size: 16px;}



 
}
.pc{}
.mobile{display: none;}
@media screen and (max-width: 580px) {
    body {
        font-size: 14px;
    }

    header .right .tel strong {
        font-size: 16px;
    }

    header .right .tel span {
        font-size: 10px;
    }

    header .right .tel {
        margin-right: 20px;
    }

    header .logo {
        max-width: 120px;
    }

    header .right {
        width: calc(100% - 150px);
    }

    .formbar .whiteback .home h2 {
        font-size: 30px;
    }

    .formbar .whiteback form {
        flex-wrap: wrap;
    }

    .formbar .whiteback form .form-group {
        width: 100%;
    }

    .formbar .whiteback form button {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }

    .case .row .col-md-2 {
        width: 33.3333%;
    }

    .case .row .col-md-2:nth-last-child(2) {
        border-right: 1px solid #cfcfcf;
    }

    .case .row .col-md-2 a {
        padding: 30px 0px;
    }

    .case .row .col-md-2 a img {
        margin-bottom: 20px;
    }

    .case .row .col-md-2 a p {
        font-size: 12px;
        margin-top: 10px;
    }

    .case .row .col-md-2:nth-child(3) {
        border-right: none;
    }

    .case .row .col-md-2:nth-child(6) {
        border-right: none;
    }

    .case .row .col-md-2 a h3 {
        font-size: 14px;
    }

    .title {
        font-size: 24px;
    }

    .case .casebox .swibar .More {
        display: none !important;
    }

    .case .casebox .swibar .smallbox {
        width: calc(100%);
    }

    .case .casebox .swibar .swiper-slide span {
        font-size: 16px;
    }

    .More {
        font-size: 14px;
    }

    .case .casebox .casebigimg .swiper-slide {
        background: #fff;
    }

    .case .casebox .casebigimg .swiper-slide .text {
        background: none;
        display: block;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .case .casebox .casebigimg .swiper-slide .text h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .case .casebox .casebigimg .swiper-slide .imgs {
        width: 90%;
        margin: 0 auto;
        height: 250px;
    }

    .case .casebox .casebigimg .swiper-slide .text {
        top: 0;
        position: relative;
        color: #000;
    }

    .case .casebox .casebigimg .swiper-slide {
        height: 100%;
    }

    .case .casebox .casebigimg .swiper-slide .text .desinfo {
        margin: 10px 0 20px 0px;
    }

    .mobile-more {
        display: block;
        width: 90%;
        margin: 1rem auto auto auto;
        padding: 15px;
        text-align: center;
        background: #f6f6f6;
        color: #a9a9a9;
    }

    .case .casebox .arrow {
        width: 100px;
        position: absolute;
        right: 30px;
        bottom: 10px;
    }

    .case .casebox .arrow .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .case .casebox .arrow .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .case .casebox .arrow .swiper-button-prev::after {
        width: 14px;
        height: 12px;
    }

    .case .casebox .arrow .swiper-button-next::after {
        width: 14px;
        height: 12px;
    }

    .Team .topbar .header-top {
        text-align: left;
    }

    .Team .header-top em {
        text-align: left;
    }

    .Team .topbar .counterbox .items p {
        font-size: 12px;
    }

    .Team .topbar .counterbox .items .numberbox h3 {
        font-size: 30px;
    }

    .Team .topbar .counterbox .items .numberbox em {
        font-size: 12px;
        transform: translateY(-3px);
    }

    .Team .arrow {
        width: 50px;
    }

    .Team .teambox .small {
        width: calc(100% - 50px);
        height: 60px;
    }
    .Team .teambox .small .swiper-slide{height: 100%;height: 70px !important;}
    .Team .teambox .small .swiper-slide img{width: 100%;height: 100%;object-fit: contain;}
    .Team .arrow .swiper-button-next, .Team .arrow .swiper-button-prev {
        width: 100%;
    }

    .Team .arrow .swiper-button-prev::after {
        width: 14px;
        height: 12px;
        background-size: cover;
    }

    .Team .arrow .swiper-button-next::after {
        width: 14px;
        height: 12px;
        background-size: cover;
    }

    .Story .taba .tabli .txtcon .txt span {
        font-size: 14px;
    }

    .Story .taba .tabli .txtcon {
        padding-left: 2rem;
    }

    .Story .mobile-more {
        background: #fff;
    }

    .indexst .swiper-slide {
        position: relative;
        background: #fff;
    }

    .indexst .swiper-slide .box {
        height: 188px;
    }

    .indexst .swiper-slide .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .indexst .swiper-slide .lf {
        padding: 15px;
    }

    .indexst .swiper-slide .lf p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .indexst .swiper-slide .lf span {
        color: #878787;
    }

    .indexst .swiper-button-prev {
        left: 30px;
    }

    .indexst .swiper-button-next {
        right: 30px;
    }

    .indexst .swiper-button-prev, .indexst .swiper-button-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: #fff;
    }

    .indexst .swiper-button-prev::after {
        content: '';
        display: block;
        width: 14px;
        height: 12px;
        background: url(../images/p_l.png) no-repeat top center;
        filter: invert(50%) brightness(0%) !important;
        background-size: cover;
    }

    .indexst .swiper-button-next::after {
        content: '';
        display: block;
        width: 14px;
        height: 12px;
        background: url(../images/p_r.png) no-repeat top center;
        filter: invert(50%) brightness(0%) !important;
        background-size: cover;
    }

    .index-news .index-news-type .taba a {
        font-size: 16px;
        margin-right: 15px;
    }

    .index-news .imgbox .row .col-md-4 a .con {
        padding-bottom: 0;
    }

    .index-news .imgbox .row .col-md-4 a .con h4 {
        font-size: 16px;
    }

    .index-news .imgbox .row .col-md-4 a .con .date em {
        font-size: 14px;
    }

    .index-news .imgbox .row .col-md-4 {
        width: 100%;
        margin-top: 0 !important;
    }

    .index-news .imgbox .row .col-md-4 a .boximg {
        display: none;
    }

    .index-news .imgbox .row .col-md-4 a .con {
        padding: 15px 0px;
    }

    .index-news .imgbox .row .col-md-4 a .con p {
        margin-top: 10px;
    }

    .index-news .index-news-type .More {
        display: none !important;
    }

    .services {
        background: #fff;
        color: #000000;
        padding-top: 0 !important;
    }

    .services .header-top {
        margin-bottom: 30px;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .services .header-top em {
        display: none;
    }

    .services .header-top a {
        color: #a9a9a9;
    }

    .services .servicesbox .items p {
        font-size: 12px;
    }

    .services .servicesbox .items span {
        font-size: 10px;
    }

    .clients .row .col-md-4 {
        width: 50%;
    }

    .clients .row .col-md-4 a {
        height: 40px;
    }

    footer .col-md-5 {
        flex-direction: row-reverse;
    }

    footer .col-md-5 .code img {
        width: 90px;
    }

    footer .col-md-5 .tel {
        padding-left: 0;
    }

    footer .copyright {
        margin-top: 20px;
    }

    footer {
        padding-top: 40px;
    }

    footer .footernav {
        border-bottom: none;
        margin-bottom: 20px;
    }

    footer .footernav ul {
        justify-content: space-between;
    }

    footer .footernav ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .col-md-5 .code {
        border: none;
        padding-left: 0;
    }

    footer .copyright {
        font-size: 12px;
        /*margin-bottom: 101px;*/
    }

    footer .col-md-5 .tel h6 {
        margin-top: 15px;
    }

    .Team .teambox .smallbox {
        margin-top: 10px;
    }

    .Team .tit {
        display: none;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext {
        height: 205px;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .imgs {
        width: 45%;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text {
        width: 55%;
        display: block;
        justify-content: space-around;
        align-items: center;
        bottom: 0;
        position: relative;
        background: rgba(255, 255, 255, 0.7);
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text .desinfo {
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text ul {
        margin-top: 5px;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text ul li {
        font-size: 12px;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text .apply {
        margin-top: 15px;
        margin-top: 0;
        padding: 6px 10px;
    }

    .Team .tit {
        font-size: 100px;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .Team .teambox .bigimg .swiper-slide .teamtext .text h4 em {
        font-size: 14px;
    }

    .Team .teambox {
        margin-top: 0px;
    }

    .case .casebox .casebigimg .swiper-slide .text .desinfo {
    }

    .case .casebox .casebigimg {
        margin-top: 1.5rem !important;
    }

    .section {
        padding: 50px 0px;
    }

    .Story {
        padding: 50px 0px;
    }

    footer .footernav ul li {
        width: auto;
    }

    .wrapper.open header nav ul li {
        font-size: 16px;
    }

    footer .copyright .bottombox .li .bottom_title {
        width: 100%;
        font-size: 16px;
    }

    footer .copyright .bottombox .li .bottom_list {
        width: 100%;
    }

    footer .copyright .bottombox .li .bottom_list a {
        font-size: 14px;
    }

    footer .copyright .bottombox {
        display: none;
    }

    footer .footernav ul li ul {
        display: none;
    }

    .case_box .row .col-md-4 {
        width: 100%;
    }

    .searchbar .bar {
        flex-wrap: wrap;
    }

    .searchbar .bar .bread {
        width: 100%;
    }

    .searchbar .bar form {
        width: 100%;
        margin-top: 20px;
    }

    .case_box .taba a {
        font-size: 16px;
        margin-right: 20px;
    }

    .pagination ul li a {
        height: 30px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .pagination ul li {
        margin: 3px 5px;
    }

    .pagination ul li .form-control {
        height: 30px;
        width: 40px;
        font-size: 14px;
    }

    .case_box_mouth .row .col-md-12 .box .con {
        width: 100%;
    }

    .case_box_mouth .row .col-md-12 .box .boximg {
        width: 100%;
        margin-top: 1rem;
    }

    .case_box_mouth .row .col-md-12 .box .boximg a h3 {
        font-size: 18px;
    }

    .case_box_mouth .row .col-md-12 .box .boximg a p {
        font-size: 14px;
    }

    .case_box_mouth .row .col-md-12 .box .boximg .hover {
        padding: 1rem;
    }

    .case_box_mouth .row .col-md-12 .box .con h2 {
        font-size: 24px;
    }

    .case_box_mouth .row .col-md-12 .box .con .design {
        font-size: 14px;
    }

    .case_box_mouth .row .col-md-12 .box .con dl dd h5 {
        font-size: 18px;
    }

    .case_box_mouth .row .col-md-12 .box {
        padding: 15px;
    }

    .case_box_mouth .hotlist .col-md-4 .box h3 {
        font-size: 16px;
    }

    .case_box_mouth .hotlist .col-md-4 .box .hover h4 {
        font-size: 20px;
    }

    .case_box_mouth .hottit {
        font-size: 24px;
    }

    .team_box .row .col-md-8 .box .topbox .boximg {
        width: 100%;
    }

    .team_box .row .col-md-8 .box .topbox .con {
        width: 100%;
        margin-top: 15px;
    }

    .team_box .row .col-md-8 .box .topbox .con .garyback ul {
        flex-wrap: wrap;
    }

    .team_box .row .col-md-8 .box .topbox .con .garyback ul li {
        width: 50%;
        border: none;
        margin: 10px 0px;
    }

    .team_box .row .col-md-8 .box .imgs .col-md-4 {
        width: 50%;
        margin: 10px 0px;
    }

    .team_box .row .col-md-4 .whitebox .tit {
        font-size: 18px;
    }

    .team_box .row .col-md-4 .whitebox .tit .tabli a {
        font-size: 14px;
    }

    .team_box .row .col-md-4 .whitebox .ovsc ul li .left h5 {
        font-size: 20px;
    }

    .team_box .row .col-md-4 .whitebox .ovsc ul li .right h6 {
        font-size: 22px;
    }

    .construction .row .col-md-12 .box .con .schedule .schedule-list {
        width: 100%;
    }

    .construction .row .col-md-12 .box .con .schedule {
        margin-top: 30px;
        padding: 10px;
    }

    .construction .row .col-md-12 .box .con .schedule .schedule-list ul li {
        width: 16.6%;
    }

    .construction .row .col-md-12 .box .con .schedule .schedule-list ul li span {
        font-size: 10px;
    }

    .construction .row .col-md-12 .box {
        padding: 15px;
    }

    .construction .row .col-md-12 .box .con .case-title {
        font-size: 18px;
    }

    .construction .row .col-md-12 .box .con {
        margin-top: 20px;
    }

    .material_box_2 .material-swi .m_swi .swiper-slide .boximg {
        width: 100%;
    }

    .material_box_2 .material-swi .m_swi .swiper-slide .txt {
        width: 100%;
    }

    .material_box_2 .material-swi .m_swi .swiper-slide .swiper-pagination {
        margin: 20px 0px;
    }

    .header-top .tit {
        font-size: 22px;
    }

    .header-top em {
        font-size: 14px;
    }

    .material_box_2 .material-swi .m_swi .swiper-slide .txt h4 {
        font-size: 18px;
    }

    .material_box_3 .formbox form button {
        font-size: 16px;
    }

    .material_box_1 .row .col-md-2 {
        width: 25%;
    }

    .material .garyback .row .col-md-2 {
        width: 25%;
    }

    .material_box_3 .formbox .home h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .material_box_3 .formbox .home {
        font-size: 16px;
    }

    .material_box_3 .formbox form {
        flex-wrap: wrap;
    }

    .material_box_3 .formbox form .form-group {
        width: 100%;
        padding: 5px;
        color: #fff;
    }

    .material_box_3 .formbox form button {
        width: 100%;
        padding: 10px;
    }

    .type_box_1 .garyback .left .li {
        padding: 15px 5px;
        flex-wrap: wrap;
    }

    .type_box_1 .garyback .left .li .icos {
        display: block;
        width: 100%;
    }

    .type_box_1 .garyback .left .li .icos img {
        display: block;
        margin: 0 auto 10px auto;
    }

    .type_box_1 .garyback .left .li .right h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .type_box_1 .garyback .left .li .right span {
        font-size: 14px;
    }

    .type_box_1 .garyback .left .li .right {
        width: 100%;
        text-align: center;
    }

    .type_box_1 .garyback > .right h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .type_box_1 .garyback .right {
        padding: 25px 10px;
    }

    .type_box_1 .garyback > .right form .form-group sub {
        font-size: 13px;
    }

    .type_box_1 .garyback > .right form .form-group {
        padding: 5px 15px;
    }

    .type_box_1 .garyback > .right form .form-group label {
        font-size: 13px;
        width: 70px;
    }

    .type_box_1 .garyback > .right form .form-group .form-control {
        font-size: 13px;
        width: calc(100% - 70px);
    }

    .type_box_1 .garyback > .right form button {
        font-size: 16px;
        padding: 10px;
    }

    .type_box_2 .tablebox table:nth-child(1) thead tr th {
        font-size: 18px;
    }

    .type_box_2 .tablebox table:nth-child(1) tr td {
        font-size: 14px;
    }

    .type_box_2 .tablebox table:nth-child(2) tr td {
        font-size: 14px;
    }

    .type_box_2 .tablebox table:nth-child(2) thead tr th {
        font-size: 20px;
    }

    .type_box_2 .tablebox table:nth-child(2) thead tr th strong {
        font-size: 24px;
    }

    .type_box_3 .whiteback .col-md-5 {
        width: 100%;
    }

    .type_box_3 .whiteback .col-md-7 .text {
        margin-top: 1.5rem;
    }

    .type_box_3 .whiteback .col-md-7 {
        width: 100%;
    }

    .type_box_3 .whiteback .col-md-7 .text h3 {
        font-size: 14px;
        margin-left: 15px;
    }

    .type_box_3 .whiteback .col-md-7 .text h3::after {
        margin-top: 10px;
    }

    .type_box_4 .people .imgs {
        width: 100%;
    }

    .page-banner .inner h1 {
        font-size: 24px;
    }

    .page-banner .inner em {
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 0px;
        letter-spacing: 5px;
    }

    .design_box_2 .tit {
        font-size: 20px;
    }

    .design_box_2 p {
        font-size: 16px;
        margin-top: 1rem !important;
        margin-bottom: 0;
    }

    .design_box_2 p strong {
        font-size: 20px;
    }

    .design_box_2 .boxbg {
        padding: 20px
    }

    .design_box_4 .light {
        width: 100px;
    }

    .design_box_4 .row .col-md-2 {
        width: 100%;
    }

    .design_box_4 .row::before {
        display: none;
    }

    .design_box_4 .row .col-md-2:nth-child(even) {
        margin-top: 0;
    }

    .design_box_4 .row .col-md-2:nth-child(even) .box::before {
        display: none;
        transform: rotate(0deg) translateY(-5px);
    }

    .design_box_4 .row .col-md-2 .box::after {
        content: '';
        display: block !important;
        margin: 0 auto;
        width: 18px;
        height: 46px;
        background: url(../images/jt1.png) no-repeat top center;
        background-size: contain;
        transform: translateY(5px) rotate(180deg) !important;
    }

    .design_box_4 .row .col-md-2:nth-last-child(1) .box::after {
        display: none !important;
    }

    .design_box_5 .desgin .swiper-slide {
        transform: scale(1);
    }

    .design_box_5 .desgin .swiper-slide .boximg {
        height: 100%;
    }

    .design_box_5 .desgin .swiper-slide h3 {
        transform: scale(1);
    }

    .action_box_1 .dsbox .box h3 {
        font-size: 14px;
    }

    .action_box_1 .dsbox h2 {
        font-size: 18px;
    }

    .action_box_1 .dsbox .row .col-md-4 {
        width: 40%;
    }

    .page-banner .inner span {
        font-size: 14px;
    }

    .action_box_2 .processbox::after {
        display: none;
    }

    .action_box_2 .process {
        flex-wrap: wrap;
    }

    .action_box_2 .process .li {
        width: 50% !important;
        margin: 0 !important;
        height: auto;
    }

    .action_box_2 .process:nth-child(1)::before {
        display: none;
    }

    .action_box_2 .process:nth-child(1) .li::after {
        display: none !important
    }

    .action_box_2 .processbox {
        margin: 80px 0px;
    }

    .action_box_2 .process .li h4 {
        font-size: 18px;
    }

    .action_box_2 .process .li p {
        font-size: 14px;
    }

    .action_box_2 .process:nth-child(2) .li::after {
        display: none !important;
    }

    .action_box_3 .row .col-md-3 {
        width: 100%;
    }

    .action_box_3 .row .col-md-9 {
        width: 100%;
    }

    .action_box_3 .row .col-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .action_box_3 .row .col-sm-12 .box h3 {
        font-size: 16px;
    }

    .action_box_4 .row .col-md-4 .box .con h3 {
        font-size: 16px;
    }

    .pc {
        display: none!important;
    }

    .mobile {
        display: block!important;
    }

    .action_box_4 .row .col-md-4 .box .boximg em {
        font-size: 20px;
        padding-top: 10px;
    }

    .article .header-top-tit .tit {
        font-size: 24px;
    }

    .article .body {
        font-size: 16px;
    }

    .article .pagination a {
        font-size: 16px;
        width: 100%;
        margin: 5px 0px;
    }

    .case-inner-block .black .inner .tabnav {
        width: 80px;
    }

    .case-inner-block .black .inner .content {
        width: calc(100% - 80px);
    }

    .case-inner-block .black .inner .tabnav .swiper-slide a {
        font-size: 14px;
    }

    .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent {
        padding: 20px;
    }

    .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent h3 {
        font-size: 18px;
    }

    .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent h4 {
        font-size: 16px;
    }

    .case-inner-block .designer .col-md-8 h3 {
        font-size: 20px;
    }

    .case-inner-block .designer .col-md-4 .con .apply {
        font-size: 14px;
    }

    .case-inner-block .designer .col-md-8 ul li {
        font-size: 14px;
    }

    .case-inner-block .black .inner {
        max-width: 98%;
    }

    .case-inner-block .black .inner .tabnav .swiper {
        height: 500px;
    }

    .case-inner-block .black .inner .content .swiper-slide {
        height: 500px;
    }

    .case-inner-block .black .inner .content .swiper-slide h5.desinfo {
        font-size: 14px;
    }

    .case-inner-block .black .inner .content .swiper-slide .aboutbox .boxcontent a {
        margin-right: 10px;
        padding: 10px 20px;
    }

    .case-inner-block .designer .col-md-4 .wid {
        margin: 0 auto;
    }

    .case-inner-block .designer .col-md-8 h3 em {
        font-size: 16px;
    }

    .case-inner-block .designer .col-md-8 ul li span {
        width: 75px;
    }

    .case-inner-block .designer .col-md-8 ul li span:nth-child(2) {
        width: calc(100% - 75px);
    }


    .team-inner-block .teamboxcontnt .teama a {
        font-size: 16px;
        margin-right: 20px;
    }

    .team-inner-block .teamboxcontnt .teambox .items .row .col-md-2 h4 {
        font-size: 16px;
    }

    .team-inner-block .teamboxcontnt .teambox .items .row .col-md-2 p {
        font-size: 14px;
    }

    .team-inner-block .black .inner .row .col-md-8 .content {
        padding: 30px 0px;
    }

    .team-inner-block .black .inner .row .col-md-8 .content .btnarrow {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .team-inner-block .black .inner {
        padding: 15px;
    }

    .team-inner-block .black .inner .row .col-md-8 .content .name em {
        font-size: 18px;
    }

    .team-inner-block .teamboxcontnt .teambox .items .row .col-md-2 {
        width: 100%;
    }

    .team-inner-block .black .inner .row .col-md-8 .content h3 {
        font-size: 16px;
    }

    .team-inner-block .teamboxcontnt .teamboxs {
        top: 60px;
    }
    .case-inner-block .black .inner .content .swiper-button-next, 
    .case-inner-block .black .inner .content .swiper-button-prev{
        top:20%;
    }

}
.information_box{
    background: #454545;
    bottom: 0;
    display: flex;
    height: 3rem;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.information_box .information {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 93%;
}
.information_box .information div:first-child {
    align-items: center;
    border: 0.01rem solid #f5f5f5;
    border-radius: 0.1rem;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 45%;
}
.information_box .information div:first-child p a, 
.information_box .information div:first-child span a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.information_box .information div:nth-child(2) {
    align-items: center;
    background: linear-gradient(116deg,#e10019,#de6954);
    border-radius: 0.05rem;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 45%;
}
.information_box .information div:nth-child(2) p{
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width:430px) {
  .formbar{padding-top: 0;}
  .formbar .mobile{background: #fff;}
  .formbar .mobile .col-md-3{width: 25%;text-align: center;margin: 20px 0;}
  .formbar .mobile .col-md-3 .box .icos{margin: 20px auto;}
  .formbar .mobile .col-md-3 .box{display: block;color: #212121;}
  .formbar .whiteback .home{justify-content: flex-start;}
  .formbar .whiteback .home img{filter: invert(50%) brightness(0%) !important;}
  .formbar .whiteback{background: none;}
  .formbar .whiteback form .form-group{height: 54px; background: #fff;margin-bottom: 15px;}
  
  .fixed-bottom {background: #fff;position: fixed;bottom: 0;}
  .fixed-bottom .row .col-md-4{ width: 33.33333%;}
  .fixed-bottom .row .col-md-4 a{text-align: center;color: #000;}
  .fixed-bottom .row .col-md-4 img{display: block;margin: 10px auto;max-width: 45px;}
  
  .team-inner-block .teamboxcontnt .teambox .items .row .col-md-25 {width: 100%;}
  .about-block .aboutlist{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 10px;}
  .about-block .aboutlist .list{width: 48%;}
  .design_box_1 .row .col-md-4{width: 50%;}
  .design_box_1 .row .col-md-4 .box .d-tit{font-size: 18px;}
  .design_box_1 .row .col-md-4 .box .d-des{font-size: 14px;}
  .design_box_1 .row .col-md-4 .box{padding: 20px 15px;}
  .type_box_2 .tablebox{padding-bottom: 0 !important;}
  .type_box_3{padding-top: 0 !important;}
  .type_box_3 .whiteback .col-md-7 .text h3{width: 300px;}
  .team_box .row .col-md-8 .box .imgs .col-md-4{width: 33.3333%;}
  .team-inner-block .black .inner .row .titinfo .content .name{font-size: 20px;}
  .team-inner-block .black .inner .row .titinfo .content h3{font-size: 14px;margin: 15px 0px;}
  .material_box_2 .material-swi .m_swi .swiper-slide .boximg{height: 280px;}
  .design_box_4 .row .col-md-2{width: 50%;}

}