@charset "UTF-8";
@font-face {
  font-family: SourceHanSansSC_Regular;
  src: url(../font/SourceHanSans-Regular.ttf);
}

@font-face {
  font-family: SC_Bold;
  src: url(../font/SourceHanSans-Bold.ttf);
}

@font-face {
  font-family: numberfont;
  src: url(../font/numberfont.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: SourceHanSansSC_Regular !important;
  list-style: none;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

body {
  margin: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.top_header .logo {
  width: 179px;
  height: 55px;
}

.top_header .logo a {
  margin-top: -8px;
  display: inline-block;
}

.top_header .nav_wrap {
  width: 850px;
  position: absolute;
  left: 50%;
  transform: translateX(-65%);
}

.top_header .nav_wrap .head_nav {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_header .nav_wrap .head_nav li {
  display: flex;
  align-items: center;
  margin: 0 20px;
  font-size: 18px;
  border-bottom: 6px solid #fff;
  vertical-align: middle;
}

.top_header .nav_wrap .head_nav li a {
  line-height: 104px;
  color: #1a1a1a;
  vertical-align: middle;
}

.top_header .nav_wrap .head_nav li .nav-current, .top_header .nav_wrap .head_nav li a:hover {
  font-weight: bold;
  color: #007cc3;
}

.top_header .nav_wrap .head_nav li .sub-menu {
  display: none;
}

.top_header .nav_wrap .head_nav li:hover {
  border-bottom: 6px solid #007cc3;
}

.top_header .nav_wrap .head_nav .nav-current a {
  font-weight: bold;
  color: #007cc3;
}

.top_header .th_right {
  display: flex;
  align-items: center;
}

.top_header .th_right .change-language {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.top_header .th_right .change-language .language-flag {
  display: inline-block;
  vertical-align: top;
}

.top_header .th_right .change-language .language-flag a {
  color: #333333;
}

.top_header .th_right .change-language .language-flag .country-flag {
  margin-right: 5px;
}

.top_header .th_right .change-language .language-flag span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
}

.top_header .language {
  color: #9e9e9e;
  font-size: 12px;
  margin-right: 32px;
}

.top_header .show_search {
  width: 36px;
  height: 36px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
}

.top_header .show_search i {
  color: #bdbdbd;
}

.top_header .top_wx {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
}

.top_header .pc_search {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100vw;
  padding: 40px 0 30px 0;
  background: #ffffff;
  z-index: 10;
  display: none;
  border-top: 1px solid #d8d8d8;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.top_header .pc_search .pc_search_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 38vw;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
}

.top_header .pc_search .pc_search_view i {
  font-size: 36px;
  color: #000;
}

.top_header .pc_search .pc_search_view .pv_search {
  padding: 0 20px;
}

.top_header .pc_search .pc_search_view .pv_search input {
  width: 32vw;
  border: none;
  color: #9e9e9e;
  font-size: 18px;
}
.top_header .pc_search .pc_search_view .pv_search input.search-ipt{width:calc(100% - 42px);}
.top_header .pc_search .pc_search_view .pv_search input.search-btn {
  display:inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  /* padding: 0 20px 0 0; */
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(img/search_btn.png);
}
.top_header .pc_search .pc_search_view .pv_search input:focus {
  outline: none;
}

.top_header .pc_search .pc_search_view .pv_search .op_search {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.top_header .pc_search .pc_search_view .pv_search .op_search img {
  width: 100%;
  height: 100%;
}

.top_header .pc_search .pc_search_view .close {
  cursor: pointer;
}

.top_header .pc_search .pc_search_view .close .iconfont {
  font-size: 24px !important;
}

.top_header .phone_view {
  height: 45px;
  border-radius: 454px;
  opacity: 1;
  margin-right: 16px;
  /* 自动布局 */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 15px;
  gap: 10px;
  box-sizing: border-box;
  /* 主色 */
  border: 1px solid #007cc3;
}

.top_header .phone_view .iconfont {
  color: #bdbdbd;
  margin-right: 10px;
}

.top_header .phone_view .phone {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0em;
  white-space: nowrap !important;
  /* 主色 */
  color: #007cc3;
}

.top_header .open_search {
  color: #bdbdbd;
  font-size: 26px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}

.top_header .menu {
  color: #bdbdbd;
  font-size: 30px;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

.top_header .mobile_menu_bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 11;
  transition: all 0.75s;
}

.top_header .mobile_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 70%;
  background-color: #fff;
  transition: all 0.75s;
  z-index: 13;
}

.top_header .mobile_menu .close {
  padding: 10px;
  cursor: pointer;
}

.top_header .mobile_menu .close .iconfont {
  font-size: 26px;
}

.top_header .mobile_menu .menu_list {
  padding: 0 25px;
}

.top_header .mobile_menu .menu_list li {
  border-bottom: 1px solid #ededed;
}

.top_header .mobile_menu .menu_list a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333;
}

.top_header .mobile_menu .menu_list .sub-menu {
  display: none;
}

.top_header .mobile_menu .search_view {
  width: 100%;
  margin-top: 40px;
}

.top_header .web-search {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
}

.top_header .web-search .web-search-view {
  display: flex;
}

.top_header .web-search .search {
  flex: 1;
  margin-right: 20px;
}

.top_header .web-search .search input {
  border: 0;
  font-size: 16px;
  line-height: 30px;
  outline: none;
}

.top_header .web-search .iconfont {
  font-size: 28px;
  cursor: pointer;
}

.feedback_view {
  background: url(../images/footer_bg1.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 40px;
}

.feedback_view .feedback {
  max-width: 810px;
  padding-top: 60px;
  margin: 0 auto;
}

.feedback_view .feedback .one {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.feedback_view .feedback .two {
  padding-top: 20px;
  color: #007cc3;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 20px;
}

.feedback_view .feedback .two span {
  color: #e77817;
}

.feedback_view .feedback .mauticform_wrapper {
  max-width: none;
  margin: 0;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-1,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-2,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-3 {
  width: 31%;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-1 input,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-2 input,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-3 input {
  border: 1px solid #bdbdbd;
  background: none;
  line-height: 25px;
  padding: 10px;
  color: #9e9e9e;
  font-size: 16px;
  border-radius: 0;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-1 input:focus-visible,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-2 input:focus-visible,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-3 input:focus-visible {
  outline: none;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-1 input:focus,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-2 input:focus,
.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-3 input:focus {
  border: 1px solid #e77817;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-4 {
  width: 100%;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-4 textarea {
  border: 1px solid #bdbdbd;
  background: none;
  padding: 10px;
  color: #9e9e9e;
  font-size: 16px;
  border-radius: 0;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-4 textarea:focus-visible {
  outline: none;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-4 textarea:focus {
  border: 1px solid #e77817;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-5 {
  margin-left: auto;
}

.feedback_view .feedback .mauticform_wrapper .mauticform-page-wrapper .mauticform-field-5 button {
  font-size: 16px;
  border: 1px solid #e77817;
  color: #e77817;
  background: none;
  height: 43px;
  border-radius: 0;
}

.feedback_view .feedback .inputs {
  display: flex;
  padding-top: 30px;
}

.feedback_view .feedback .inputs .input {
  flex: 1;
}

.feedback_view .feedback .inputs .input input {
  width: 100%;
  border: 1px solid #bdbdbd;
  background: none;
  line-height: 25px;
  padding: 10px;
  color: #9e9e9e;
  font-size: 16px;
}

.feedback_view .feedback .inputs .input input:focus-visible {
  outline: none;
}

.feedback_view .feedback .inputs .input input:focus {
  border: 1px solid #e77817;
}

.feedback_view .feedback .inputs .input:nth-child(2) {
  margin: 0 30px;
}

.feedback_view .feedback .textarea {
  padding: 20px 0;
}

.feedback_view .feedback .textarea textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  background: none;
  padding: 10px;
  color: #9e9e9e;
  font-size: 16px;
}

.feedback_view .feedback .textarea textarea:focus-visible {
  outline: none;
}

.feedback_view .feedback .textarea textarea:focus {
  border: 1px solid #e77817;
}

.feedback_view .feedback .submit {
  text-align: right;
}

.feedback_view .feedback .submit button {
  font-size: 16px;
  border: 1px solid #e77817;
  color: #e77817;
  background: none;
  width: 98px;
  height: 43px;
}

.footer_view {
  background: #e5e5e5;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 86px;
}

.footer_view .footer {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}

.footer_view .footer .left {
  max-width: 400px;
  color: #1a1a1a;
  font-size: 12px;
}

.footer_view .footer .left .jg {
  padding-left: 20px;
  padding-top: 20px;
}

.footer_view .footer .left .tt {
  color: #9e9e9e;
  line-height: 20px;
  padding-bottom: 32px;
  margin-right: 15px;
}

.footer_view .footer .left .textt {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.footer_view .footer .left .ph {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.footer_view .footer .left .ph .iconfont {
  margin-right: 10px;
}

.footer_view .footer .left .footer_icon {
  display: grid;
  grid-template-rows: auto auto;
  /* 前两个元素的高度自适应 */
  grid-template-columns: 256px 145px;
  grid-gap: 2px 4px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1), .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2), .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) {
  display: flex;
  height: 88px;
  background: url(../images/footer_i1.png);
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1) .fItem_img, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2) .fItem_img, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) .fItem_img {
  padding: 14px 20px 14px 14px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1) .fItem_img img, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2) .fItem_img img, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) .fItem_img img {
  width: 60px;
  height: 60px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1) .fItem_desc, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2) .fItem_desc, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) .fItem_desc {
  padding: 21px 0 21px 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0em;
  line-height: 23px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1) .fItem_desc .name, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2) .fItem_desc .name, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) .fItem_desc .name {
  font-size: 16px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1) .fItem_desc .number, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2) .fItem_desc .number, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) .fItem_desc .number {
  color: #696969;
  white-space: nowrap;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  background: url(../images/footer_i2.png);
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_img {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_img img {
  width: 60px;
  height: 60px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_desc {
  text-align: center;
  margin-top: 30px;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_desc .name {
  line-height: 23px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0em;
  color: #1A1A1A;
}

.footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_desc .number {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0em;
  color: #BDBDBD;
}

.footer_view .footer .left .footer_icon .icon_img1 {
  display: none;
  position: absolute;
  top: -128px;
  left: -42px;
  width: 128px;
}

.footer_view .footer .left .footer_icon .icon_img2 {
  display: none;
  position: absolute;
  top: -128px;
  left: 20px;
  width: 128px;
}

.footer_view .footer .left .footer_icon .icon_img3 {
  display: none;
  position: absolute;
  top: -128px;
  left: 82px;
  width: 128px;
}

.footer_view .footer .left .footer_icon .icon_item {
  cursor: pointer;
}

.footer_view .footer .left .footer_icon .icon_item .icon {
  width: 43px;
  height: 43px;
  background: #3d3d3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.footer_view .footer .left .footer_icon .icon_item .icon:hover {
  background: #00c360;
}

.footer_view .footer .left .phone {
  margin-top: 15px;
  border: 1px solid #3d3d3d;
  width: 258px;
  line-height: 45px;
  border-radius: 454px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  padding: 0 20px;
}

.footer_view .footer .left .phone span {
  font-size: 14px;
  opacity: 0.5;
  margin-left: 20px;
}

.footer_view .footer .center {
  flex: 1;
  flex-shrink: 0;
  padding-top: 26px;
}

.footer_view .footer .center .href_list {
  display: flex;
  justify-content: center;
  color: #1a1a1a;
}

.footer_view .footer .center .href_list .item {
  flex-shrink: 0;
  margin: 0 30px;
}

.footer_view .footer .center .href_list a {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 23px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer_view .footer .center .href_list .t {
  font-size: 24px;
  padding-bottom: 6px;
  font-weight: 700;
}

.footer_view .footer .right {
  max-width: 365px;
  padding-top: 26px;
  margin-right: 20px;
}

.footer_view .footer .right .contact_us {
  color: #1a1a1a;
  font-size: 24px;
  padding-bottom: 6px;
  font-weight: 700;
}

.footer_view .footer .right .tt {
  color: #9e9e9e;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 17px;
}

.footer_view .footer .right .send_email {
  /* background: #f0f0f0; */
  display: flex;
  margin: 20px 0 14px 0;
}

.footer_view .footer .right .send_email .input {
  flex: 1;
}

.footer_view .footer .right .send_email .input input {
  width: 100%;
  background: none;
  border: 0;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  padding: 0 20px;
}

.footer_view .footer .right .send_email .input input:focus-visible {
  outline: none;
}

.footer_view .footer .right .send_email a {
  display:block;
  width: 150px;
  height: 40px;
  line-height:40px;
  background: #007cc3;
  border: 0;
  text-align: center; 
  color: #fff;
}

.footer_view .footer .right .send_email button .iconfont {
  color: #fff;
  font-size: 30px;
}

.footer_view .footer .right .wlicon .fadeInUpA {
  display: flex;
}

.footer_view .footer .right .wlicon .fadeInUpA a {
  margin-right: 14px;
  background: #3d3d3d;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_view .footer .right .wlicon .fadeInUpA a img {
  width: 24px;
  height: 24px;
}

.footer_view .footer .right .wlicon .i_f {
  background: url(../images/footer_i.png) no-repeat 0 0;
}

.footer_view .footer .right .wlicon .i_t {
  background: url(../images/footer_i.png) no-repeat -57px 0;
}

.footer_view .footer .right .wlicon .i_w {
  background: url(../images/footer_i.png) no-repeat -114px 0;
}

.footer_view .footer .right .wlicon .i_w1 {
  background: url(../images/footer_i.png) no-repeat -171px 0;
}

.footer_view .footer .right .address {
  padding-bottom: 14px;
}

.footer_view .footer .right .address div:first-child {
  color: #1a1a1a;
  font-size: 14px;
  padding-bottom: 5px;
}

.footer_view .footer .right .address div:last-child {
  color: #9e9e9e;
  font-size: 12px;
}

.home_banner {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.home_banner .swiper-slide {
  width: 100%;
}

.home_banner .swiper-slide img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  vertical-align: top;
}

.home_banner .summary {
  position: absolute;
  background: rgba(6, 127, 196, 0.6);
  left: 8%;
  top: 10vw;
  color: #fff;
  padding: 1.2vw 1.5vw;
  min-width: 45%;
  width: 40%;
}

.home_banner .summary .ti {
  color: #ffffff;
  font-size: 2vw;
  font-weight: bold;
  padding-bottom: 20px;
}

.home_banner .summary .td {
  color: #bdbdbd;
  font-size: 1vw;
  line-height: 1vw;
}

.home_banner .banner-swiper-pagination {
  bottom: 6% !important;
  width: auto !important;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 9;
}

.home_banner .banner-swiper-pagination .swiper-pagination-bullet {
  background: none !important;
  border: 2px solid #fff;
  border-radius: 26px;
  max-width: 26px;
  max-height: 26px;
  min-width: 15px;
  min-height: 15px;
  width: 0.5vw;
  height: 0.5vw;
  margin: 0 10px !important;
  opacity: 0.5 !important;
}

.home_banner .banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.phone_banner {
  display: none;
}

.home_szhi {
  width: 100%;
  max-width: 840px;
}

.home_szhi .home_szhi_content {
  position: relative;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

.home_szhi .home_szhi_content .tf {
  padding-top: 100px;
  color: #007cc3;
  display: flex;
  justify-content: space-between;
}

.home_szhi .home_szhi_content .tf .it {
  flex-shrink: 0;
}

.home_szhi .home_szhi_content .tf .it .iconfont {
  font-size: 40px;
}

.home_szhi .home_szhi_content .tf .it .trr {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.home_szhi .home_szhi_content .tf .it .trr span:first-child {
  font-family: numberfont !important;
  font-size: 36px;
}

.home_szhi .home_szhi_content .tf .it .trr span:last-child {
  font-size: 16px;
}

.home_szhi .home_szhi_content .tf .it .trd {
  font-size: 14px;
  white-space: pre-line;
}

.home_szhi .home_szhi_content .tf .it:first-child .iconfont {
  margin-left: 25px;
}

.home_szhi .home_szhi_content .tf .it:nth-child(2) .iconfont {
  margin-left: 25px;
}

.home_szhi .home_szhi_content .tf .it:nth-child(3) .iconfont {
  text-align: center;
}

.home_szhi .home_szhi_content .tf .it:last-child .iconfont {
  margin-left: 40px;
}

.sliding_swiper {
  position: relative;
  padding: 0 10px;
}

.sliding_swiper .ss_bg1 {
  background: #fafafa;
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1300px;
  height: 600px;
}

.home_one {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  display: none;
  margin: 0 auto;
}

.home_one.door_sliding_swiper {
  display: block;
}

.home_one .swiper-wrapper {
  max-width: 1400px !important;
}

.home_one .left_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.home_one .left_main .first_image {
  margin-top: 30px;
  z-index: 5;
}

.home_one .left_main .first_image img {
  width: 520px;
  max-width: none;
}

.home_one .left_main .sliding_window {
  display: flex;
  flex-direction: column;
  width: 72%;
  padding-top: 5.48%;
  padding-bottom: 5.48%;
  padding-left: 2.6042vw;
}

.home_one .left_main .sliding_window .wd {
  padding-bottom: 40px;
}

.home_one .left_main .sliding_window .wd .title {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.home_one .left_main .sliding_window .wd .desc {
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.home_one .left_main .sliding_window .casement .title {
  font-size: 24px;
  color: #1a1a1a;
}

.home_one .left_main .sliding_window .casement .list {
  padding: 20px 0;
}

.home_one .left_main .sliding_window .casement .list .item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.home_one .left_main .sliding_window .casement .list .item .iconfont {
  font-size: 40px;
  color: #3d3d3d;
  margin-right: 15px;
}

.home_one .left_main .sliding_window .casement .more a {
  display: inline-block;
  border-radius: 364px;
  border: 1px solid #007cc3;
  padding: 15px 20px;
  color: #007cc3;
  line-height: 18px;
}

.home_one .left_main .sliding_window .sw_image {
  margin-top: 60px;
}

.sliding_swiper::after {
  content: "";
  display: table;
  clear: both;
}

.home_two {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.home_two > .image {
  margin-top: 96px;
  width: 37.1%;
  position: relative;
  cursor: pointer;
}
.home_two > .image video{
    background: #000;
}

.home_two > .image .bg1 {
  width: 100%;
  height: auto;
}

.home_two > .image .bg2 {
  width: 33.46%;
  height: auto;
  position: absolute;
  left: 0;
}

.home_two .first_image {
  display: none;
}

.home_two .home_two_bg1 {
  background: #fafafa;
  position: absolute;
  left: -13.54vw;
  z-index: -1;
  width: 1300px;
  max-width: 100vw;
  height: 600px;
}

.home_two .two_right {
  width: 67.7%;
}

.home_two .two_right .two_left_content {
  width: 100%;
  display: flex;
}

.home_two .two_right .two_left_content .tl_content {
  max-width: 840px;
  padding: 90px 0 0 0;
}

.home_two .two_right .two_left_content .bg2 {
  width: 124px;
}

.home_two .two_right .tc_top {
  display: flex;
  justify-content: space-between;
}

.home_two .two_right .to {
  display: flex;
  align-items: flex-end;
}

.home_two .two_right .to .tt {
  margin-left: 28px;
}

.home_two .two_right .to .tt p {
  font-size: 24px;
  line-height: 34px;
  color: #007cc3;
  font-weight: bold;
}

.home_two .two_right .to .tt p:last-child {
  color: #e67817;
}

.home_two .two_right .tw {
  padding-top: 15px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.home_two .two_right .td {
  color: #9e9e9e;
  font-size: 16px;
  text-align: justify;
}

.home_two .two_right .td_title {
  padding-top: 22px;
  font-weight: bold;
}

.home_two .two_right .tm {
  display: flex;
  margin-top: 4%;
}

.home_two .two_right .tm .more {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(230, 120, 23, 0.39);
  background: #e77817;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-right: 5%;
  border-radius: 356px;
}

.home_two .two_right .tm .more .iconfont {
  font-size: 18px;
  margin-left: 5px;
}

.home_two .two_right .tm .contact {
  display: flex;
  align-items: center;
  border: 1px solid #007cc3;
  padding: 15px 20px;
  color: #007cc3;
  font-size: 18px;
  line-height: 18px;
  border-radius: 356px;
}

.home_two .two_right .tm .contact .iconfont {
  font-size: 18px;
  margin-left: 5px;
}

.home_case {
  padding-bottom: 8.3333vw;
  padding-top: 8.5938vw;
  padding-right: 13.5417vw;
  overflow: hidden;
}

.home_case > .title {
  font-size: 64px;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
  padding: 0 20px;
}

.home_case > .desc {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 20px;
  font-size: 16px;
  color: #9e9e9e;
  text-transform: uppercase;
  text-align: center;
}

.home_case .case_list_view {
  display: flex;
  margin: 0 !important;
  position: relative;
}

.home_case .case_list_view .case_p1,
.home_case .case_list_view .case_n1 {
  top: 40%;
}

.home_case .case_list_view .case_p1::after,
.home_case .case_list_view .case_n1::after {
  font-size: 30px;
  color: #3d3d3d;
}

.home_case .case_list_view .case1-button-disabled {
  opacity: 0.2;
}

.home_case .case_list_swiper {
  width: 100%;
  overflow: hidden;
}

.home_case .case_list_swiper .swiper-slide {
  position: relative;
  display: flex;
  width: 51.6vw;
}

.home_case .case_list_swiper .swiper-slide .img {
  width: 51.6vw;
  height: 44.7917vw;
  position: relative;
}

.home_case .case_list_swiper .swiper-slide .img::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.home_case .case_list_swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s;
}

.home_case .case_list_swiper .swiper-slide .ss_ellipsis {
  width: 38.5417vw;
  padding: 40px;
  background: url(../images/case_list_swiper_bg.png) no-repeat center center;
  box-shadow: 0px 4px 10px 0px rgba(19, 71, 176, 0.2);
  position: absolute;
  top: 39%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 99;
}

.home_case .case_list_swiper .swiper-slide .ss_ellipsis .title {
  font-size: 36px;
  font-family: SC_Bold !important;
  font-weight: 700;
}

.home_case .case_list_swiper .swiper-slide .ss_ellipsis .desc {
  font-size: 16px;
  margin-top: 20px;
  color: #BDBDBD;
}

.home_case .case_list_swiper .swiper-slide .ss_ellipsis .contact {
  align-self: flex-end;
  margin-top: 3.25vw;
  border-radius: 364px;
  border: 1px solid #007cc3;
  padding: 15px 20px;
  color: #007cc3;
}

.home_case .case_right {
  position: absolute;
  right: -33px;
  width: 31.8vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_case .case_right .title {
  padding: 60px 0 0 60px;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: bold;
  line-height: 69px;
}

.home_case .case_right .desc {
  padding: 0 20px 16px 60px;
  font-size: 16px;
  color: #bdbdbd;
}

.home_case .case_right .ss_text {
  max-width: 610px;
}

.home_case .case_right .cr_bottom {
  width: 100%;
  padding-left: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.home_case .case_right .cr_bottom .case_pag {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-bottom: 15px;
  z-index: 10;
}

.home_case .case_right .cr_bottom .case_pag img {
  cursor: pointer;
}

.home_case .case_right .cr_bottom .my-button-disabled {
  opacity: 0.2 !important;
}

.home_case .case_left {
  display: none;
}

.home_case .case1-pagination {
  width: 150px;
  position: static;
  color: #9e9e9e;
  font-size: 36px;
}

.home_case .case1-pagination .swiper-pagination-current {
  font-size: 72px;
  color: #007cc3;
}

.case1024 {
  display: none;
  margin: 0 auto;
  max-width: 1712px;
  padding-bottom: 5%;
}

.case1024 > .title {
  font-size: 64px;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
  padding: 0 20px;
}

.case1024 > .desc {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 20px;
  font-size: 16px;
  color: #9e9e9e;
  text-transform: uppercase;
  text-align: center;
}

.case1024 .case_list_view {
  padding: 0 60px 60px 60px;
  position: relative;
}

.case1024 .case_list_view .case_next,
.case1024 .case_list_view .case_prev {
  top: 40%;
}

.case1024 .case_list_view .case_next::after,
.case1024 .case_list_view .case_prev::after {
  font-size: 30px;
  color: #3d3d3d;
}

.case1024 .case_list_swiper {
  overflow: hidden;
  padding: 0 10px;
}

.case1024 .case_list_swiper .swiper-slide {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #007cc3;
}

.case1024 .case_list_swiper .swiper-slide .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.case1024 .case_list_swiper .swiper-slide .img::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.case1024 .case_list_swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s;
}

.case1024 .case_list_swiper .swiper-slide .title {
  padding: 16px 20px 0 20px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
}

.case1024 .case_list_swiper .swiper-slide .desc {
  padding: 0 20px 16px 20px;
  font-size: 16px;
  color: #bdbdbd;
}

.case1024 .case_list_swiper .swiper-slide:hover {
  border-color: #e77817;
}

.case1024 .case_list_swiper .swiper-slide:hover .title {
  color: #e77817;
}

.case1024 .case_list_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.home_strengths {
  width: 100%;
  background: url(../images/home_strengths_bg.png) no-repeat 0 100%;
  padding: 160px 40px 160px 40px;
}

.home_strengths .hs_content {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}

.home_strengths .hs_content .hs_left {
  max-width: 530px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_strengths .hs_content .hs_left .tip {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  color: #007cc3;
}

.home_strengths .hs_content .hs_left .title {
  font-size: 32px;
  font-family: SC_Bold !important;
  line-height: 60px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  position: relative;
}

.home_strengths .hs_content .hs_left .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6vw;
  height: 1px;
  background: #1a1a1a;
  opacity: 0.1;
}

.home_strengths .hs_content .hs_left .desc {
  margin: 0 auto;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
}

.home_strengths .hs_content .hs_left .desc p {
  margin-bottom: 45px;
}

.home_strengths .hs_content .hs_left .contact a {
  display: inline-block;
  border-radius: 364px;
  border: 1px solid #007cc3;
  padding: 15px 20px;
  color: #007cc3;
}

.home_strengths .hs_content .list {
  max-width: 670px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.home_strengths .hs_content .list .item {
  transition: all 0.25s;
  width: 315px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
  cursor: pointer;
}

.home_strengths .hs_content .list .item:hover {
  box-shadow: 0px 0px 10px 0px rgba(229, 120, 23, 0.7);
  background: #e77817;
}

.home_strengths .hs_content .list .item:hover .t,
.home_strengths .hs_content .list .item:hover .d,
.home_strengths .hs_content .list .item:hover .iconfont {
  color: #fff;
}

.home_strengths .hs_content .list .item .iconfont {
  color: #3d3d3d;
  font-size: 60px;
}

.home_strengths .hs_content .list .item .t {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 8px 0;
}

.home_strengths .hs_content .list .item .d {
  color: #9e9e9e;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
}

.home_strengths .hs_content .list .bg1:hover {
  background-image: url(../images/home_bg1.png);
  background-size: cover;
}

.home_strengths .hs_content .list .bg2:hover {
  background-image: url(../images/home_bg2.png);
  background-size: cover;
}

.home_strengths .hs_content .list .bg3:hover {
  background-image: url(../images/home_bg3.png);
  background-size: cover;
}

.home_strengths .hs_content .list .ts {
  width: 100%;
}

.home_window_type {
  background-image: url(../images/product_type_bg.png);
  background-size: cover;
  background-position: top center;
}

.window_type {
  max-width: 1330px;
  margin: 0 auto;
  padding-top: 120px;
  overflow: hidden;
}

.window_type .title {
  font-size: 36px;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}

.window_type .subhead {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #696969;
}

.window_type .type {
  margin-top: 22px;
  text-align: center;
  font-size: 18px;
}

.window_type .type .li {
  display: inline-block;
  color: #bdbdbd;
  border-bottom: 4px solid #fff;
  padding: 0 10px;
  cursor: pointer;
  font-weight: 700;
  margin: 0 15px;
}

.window_type .type .active {
  color: #e77817;
  border-color: #e77817;
}

.window_type .door_swiper {
  display: none;
}

.window_type .other_swiper {
  display: none;
}

.window_type .list {
  flex-wrap: wrap;
  text-align: center;
  padding: 30px 20px 30px 20px;
}

.window_type .list .item {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}

.window_type .list .item a {
  color: #9e9e9e;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.window_type .list .item .img {
  width: 120px;
  position: relative;
  margin-top: 30px;
}

.window_type .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.window_type .list .item .line {
  background: #d8d8d8;
  width: 70px;
  height: 1px;
  margin: 20px 0 0 0;
}

.window_type .list .item .t {
  padding: 20px 0;
  width: calc(100% - 40px);
  text-transform: capitalize;
}

.window_type .list .pagination {
  margin: 0 !important;
  margin-top: 15px !important;
}

.window_type .list .pagination .swiper-pagination-bullet-active {
  background-color: #e77817 !important;
}

.page_banner {
  position: relative;
  text-align: center;
  height: 540px;
}

.page_banner p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page_banner p::after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.page_banner span {
  color: #ffffff;
  font-size: 64px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.case_banner {
  background: url(../images/project_case_banner.jpg) no-repeat center;
  background-size: cover;
}

.blog_banner {
  background: url(../images/blog_banner.jpg) no-repeat center;
  background-size: cover;
}

.contact_banner {
  background: url(../images/contact_banner.jpg) no-repeat center;
  background-size: cover;
}

.about_banner {
  background: url(../images/about_banner.jpg) no-repeat center;
  background-size: cover;
}

.product_banner {
  background: url(../images/product_banner.jpg) no-repeat center;
  background-size: cover;
}

.location {
  background: #1a1a1a;
}

.location .pag {
  max-width: 1600px;
  margin: 0 auto;
  line-height: 40px;
  padding: 0 20px;
}

.location .pag a {
  color: #9e9e9e;
}

.location .pag span {
  color: #aeaeae;
  margin: 0 10px;
}

.path_bar {
  background: #1a1a1a;
  width: 100%;
}

.path_bar ul {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  line-height: 40px;
  padding: 0 20px;
  overflow-x: scroll !important;
}

.path_bar ul .scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
  width: 0 !important;
}

.path_bar ul li .icon-jt-right {
  color: #aeaeae;
  margin: 0 10px;
}

.path_bar ul li a {
  color: #9e9e9e;
  white-space: nowrap;
}

.path_bar ul::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
  width: 0 !important;
}

.path_bar ul::-ms-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
  width: 0 !important;
}

.path_bar ul::-ms-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
  width: 0 !important;
}

.case_list_view {
  max-width: 1600px;
  margin: 80px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.case_list_view .case_item {
  transition: all 0.75s;
  width: calc(25% - 40px);
  margin: 0 20px 60px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #007cc3;
}

.case_list_view .case_item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.case_list_view .case_item .img::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.case_list_view .case_item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s;
}

.case_list_view .case_item .title {
  padding: 16px 20px 16px 20px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
}

.case_list_view .case_item .desc {
  display: none;
  padding: 0 20px 16px 20px;
  font-size: 16px;
  color: #bdbdbd;
}

.case_list_view .case_item:hover {
  border-color: #e77817;
}

.case_list_view .case_item:hover img {
  transform: scale(1.1);
}

.pagination {
  margin: 0 auto 120px auto;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 8px;
  min-width: 33px;
  height: 33px;
  border: 1px solid #cccccc;
  color: #333;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  line-height: 31px;
}

.pagination .current, .pagination a:hover {
  border-color: #e77817;
  background: #e77817;
  color: #FFF;
}

.pagination .current2 {
  position: relative;
  display: inline-block;
  display: none;
  margin: 0 0 0 12px;
  padding: 0 8px;
  min-width: 33px;
  border: 1px solid #cccccc;
  color: #333;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  height: 33px;
}

.blog_list_view {
  max-width: 1600px;
  margin: 80px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.blog_list_view .blog_item {
  transition: all 0.75s;
  width: calc(25% - 40px);
  margin: 0 0 60px 0;
  padding: 0 20px;
}

.blog_list_view .blog_item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog_list_view .blog_item .img::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 70%;
}

.blog_list_view .blog_item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s;
}

.blog_list_view .blog_item .title {
  padding: 16px 5px 0 5px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
}

.blog_list_view .blog_item .desc {
  margin: 0 5px 16px 5px;
  font-size: 16px;
  color: #bdbdbd;
}

.blog_list_view .blog_item .options {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  color: #007cc3;
  font-size: 12px;
}

.blog_list_view .blog_item .options .date {
  color: #9e9e9e;
}

.blog_list_view .blog_item:hover img {
  transform: scale(1.1);
}

.blog_list_view .blog_item:hover .title {
  color: #e77817;
}

.blog_detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3% 20px 5% 20px;
}

.blog_detail .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.blog_detail .time {
  text-align: center;
  color: #bdbdbd;
  font-size: 22px;
  padding: 1% 0;
}

.blog_detail .content {
  font-size: 22px;
  line-height: 40px;
}

.contact_top {
  max-width: 1375px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  padding-top: 80px;
}

.contact_top .left {
  width: calc(60% - 60px);
  margin-right: 60px;
}

.contact_top .left .title {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: bold;
}

.contact_top .left .summary {
  padding-top: 35px;
  font-size: 14px;
  color: #9e9e9e;
  line-height: 25px;
}

.contact_top .left .summary p:nth-child(2n) {
  margin-bottom: 20px;
}

.contact_top .right {
  width: 40%;
  padding-top: 120px;
}

.contact_top .right .mauticform-page-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-1,
.contact_top .right .mauticform-page-wrapper .mauticform-field-2,
.contact_top .right .mauticform-page-wrapper .mauticform-field-3,
.contact_top .right .mauticform-page-wrapper .mauticform-field-4 {
  width: 47.7%;
  margin-bottom: 30px;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-1 input,
.contact_top .right .mauticform-page-wrapper .mauticform-field-2 input,
.contact_top .right .mauticform-page-wrapper .mauticform-field-3 input,
.contact_top .right .mauticform-page-wrapper .mauticform-field-4 input {
  border: 1px solid #bdbdbd;
  padding: 10px 20px;
  border-radius: 357px;
  font-size: 14px;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-1 input:focus-visible,
.contact_top .right .mauticform-page-wrapper .mauticform-field-2 input:focus-visible,
.contact_top .right .mauticform-page-wrapper .mauticform-field-3 input:focus-visible,
.contact_top .right .mauticform-page-wrapper .mauticform-field-4 input:focus-visible {
  outline: none;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-5 {
  width: 100%;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-5 textarea {
  height: 130px;
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  padding: 20px;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-5 textarea:focus-visible {
  outline: none;
}

.contact_top .right .mauticform-page-wrapper .mauticform-field-6 button {
  border: 0;
  color: #fff;
  width: 103px;
  height: 43px;
  border-radius: 226px;
  background: #e77817;
}

.contact_top .right .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contact_top .right .inputs .input {
  width: 47%;
}

.contact_top .right .inputs .input:first-child {
  margin-right: 27px;
}

.contact_top .right .inputs .input input {
  width: 100%;
  border: 1px solid #bdbdbd;
  padding: 10px 20px;
  border-radius: 357px;
  font-size: 14px;
}

.contact_top .right .inputs .input input:focus-visible {
  outline: none;
}

.contact_top .right .textarea textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  padding: 20px;
}

.contact_top .right .textarea textarea:focus-visible {
  outline: none;
}

.contact_top .right .submit {
  padding-top: 20px;
}

.contact_top .right .submit button {
  border: 0;
  color: #fff;
  width: 103px;
  height: 43px;
  border-radius: 226px;
  background: #e77817;
}

.contact_map {
  padding: 80px 0;
  max-width: 1375px;
  margin: 0 auto;
}

.contact_map .Telephone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1375px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.contact_map .Telephone .Telephone_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_map .Telephone .Telephone_item .tItem {
  display: flex;
  align-items: center;
  margin-right: 1.4063vw;
}

.contact_map .Telephone .Telephone_item .tItem dt {
  font-size: 14px;
  color: #d1d1d1;
  margin-right: 0.7813vw;
}

.contact_map .Telephone .Telephone_item .tItem dd {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
}
.contact_map .Telephone .Telephone_item .tItem dd a{color: #1a1a1a;}
.contact_map .Telephone .Telephone_item .ts {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  margin-right: 1.0417vw;
}

.contact_map img {
  max-width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.about_one {
  max-width: 1256px;
  margin: 60px auto 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_one .img {
  width: 41%;
  padding-top: 35px;
}

.about_one .img img {
  width: 100%;
}

.about_one .about {
  width: 57%;
}

.about_one .about .title {
  font-size: 72px;
  color: #d1d1d1;
  font-weight: bold;
}

.about_one .about .desc {
  font-weight: bold;
  font-size: 18px;
  color: #007cc3;
  padding-bottom: 17px;
}

.about_one .about .desc span {
  color: #e77817;
}

.about_one .about .summary {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 25px;
  letter-spacing: 0.07em;
}

.about_facts {
  background: url(../images/facts_bg.jpg) no-repeat center;
  height: 30vw;
}

.about_facts .title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  padding-top: 3.1vw;
  padding-bottom: 7.5vw;
}

.about_facts .three {
  display: flex;
  max-width: 1182px;
  padding: 0 30px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.about_facts .three .item {
  display: flex;
  align-items: center;
}

.about_facts .three .item .iconfont {
  color: #fff;
  font-size: 50px;
  margin-right: 20px;
}

.about_facts .three .item .rt {
  color: #e77817;
}

.about_facts .three .item .rt .o {
  display: flex;
}

.about_facts .three .item .rt .o span:first-child {
  font-family: numberfont !important;
  font-size: 40px;
  font-weight: bold;
}

.about_facts .three .item .rt .o span:last-child {
  font-weight: bold;
}

.about_facts .three .item .rt .d {
  font-weight: bold;
}

.about_provide {
  max-width: 1394px;
  padding: 0 40px;
  margin: 0 auto;
}

.about_provide .title {
  color: #696969;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 80px 0 30px 0;
}

.about_provide .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_provide .list .item {
  width: calc(33.33% - 40px);
  margin-bottom: 60px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(150, 171, 188, 0.26);
  padding: 3.1vw 0;
}

.about_provide .list .item .t {
  color: #1a1a1a;
  font-size: 18px;
}

.about_provide .list .item .d {
  padding-top: 20px;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 20px;
  max-width: 220px;
  margin: 0 auto;
}

.about_other {
  margin-top: 20px;
  padding-bottom: 80px;
  background: #f9f9f9;
  position: relative;
}

.about_other::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  background: #fff;
}

.about_other .title {
  color: #696969;
  font-size: 36px;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.about_other .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 46px;
  padding: 0 40px;
  margin: 0 auto;
  overflow: hidden;
}

.about_other .list .swiper-wrapper {
  display: flex;
}

.about_other .list .ss {
  display: flex;
  flex-direction: column;
  gap: 2.75rem !important;
}

.about_other .list .sw {
  display: flex;
}

.about_other .list .item {
  width: auto !important;
  background-color: #fff;
  border-radius: 177px;
  padding: 20px 30px;
  transform: translateX(0);
  margin-right: 30px;
}

.about_other .list .item .b {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: #9e9e9e;
}

.about_other .list .item .b p:first-child {
  color: #1a1a1a;
  font-weight: bold;
}
.about_other .list .item .b .ellipsis-l3 p{color:#9e9e9e;font-size:12px;font-weight:normal;}
.about_other .list .item .b p:last-child {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about_other .list .item .b .r {
  max-width: 435px;
}

.about_other .list .item .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.about_other .list .item .img img {
  width: 100%;
  height: 100%;
}

.about_other .list .item:nth-child(1) {
  margin-right: 270px !important;
}

.about_other .list .swiper-slide {
  width: auto !important;
}

.about_other .list .ss1 {
  margin-right: 14.0625vw !important;
}

.about_other .list .ss2 {
  margin-right: 4.1667vw !important;
}

.about_other .list .ss3 {
  margin-right: 4.1667vw !important;
}

.about_other .list .ss4 {
  margin: 0 22.3438vw !important;
}

@keyframes wordsLoop {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.about_cooperative {
  padding: 80px 0;
  text-align: center;
}

.about_cooperative .title {
  color: #696969;
  font-size: 36px;
  font-weight: bold;
  padding: 0 40px;
  padding-bottom: 80px;
}

.about_cooperative .about_cooperative_view {
  position: relative;
  max-width: 1120px;
  display: inline-block;
  padding: 0 40px;
}

.about_cooperative .about_cooperative_swiper {
  position: relative;
  overflow: hidden;
  margin: 0 40px;
}

.about_cooperative .about_cooperative_swiper img {
  width: 100%;
}

.about_cooperative .about_cooperative_prev::after {
  color: #bdbdbd;
  font-size: 26px;
}

.about_cooperative .about_cooperative_next::after {
  font-size: 26px;
  color: #bdbdbd;
}

.case_detail {
  max-width: 1600px;
  padding: 0 40px;
  margin: 0 auto;
}

.case_detail .title {
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 64px;
  font-size: 3.3vw;
  padding: 4.1vw 0 3.1vw 0;
}

.case_detail .img_detail > .image {
  min-height: 400px;
}

.case_detail .img_detail > .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.case_detail .img_detail .detail {
  position: relative;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: -120px;
}

.case_detail .img_detail .detail .address {
  color: #fff;
}

.case_detail .img_detail .detail .address div {
  background: rgba(0, 0, 0, 0.56);
  display: inline-block;
  border-radius: 106px;
  padding: 5px 20px;
}

.case_detail .img_detail .detail .cot {
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  margin-bottom: 80px;
}

.case_detail .img_detail .detail .cot .tip {
  font-size: 18px;
  padding: 0 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.case_detail .img_detail .detail .cot .tip span {
  position: relative;
  display: inline-block;
  padding: 30px 0;
}

.case_detail .img_detail .detail .cot .tip span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #e77817;
}

.case_detail .img_detail .detail .cot .desc {
  padding: 30px;
}

.case_detail .img_detail .detail .cot .desc .t {
  font-weight: bold;
  padding-bottom: 15px;
}

.case_detail .img_detail .detail .cot .desc .tc {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 23px;
}

.case_detail .img_detail .detail .cot .product_involved {
  padding: 30px;
}

.case_detail .img_detail .detail .cot .product_involved .t {
  font-weight: bold;
  padding-bottom: 30px;
}

.case_detail .img_detail .detail .cot .product_involved .list .item {
  align-items: flex-start;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 24px 10px 24px;
  display: flex;
  margin-bottom: 30px;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .image::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .right {
  flex: 3;
  margin-left: 10%;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .right .pi_t {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 18px;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .right .pi_d {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 23px;
}

.case_detail .img_detail .detail .cot .product_involved .list .item .right .pi_v {
  padding-top: 60px;
  text-align: right;
  color: #e77817;
  font-weight: bold;
  font-size: 18px;
}

.product_view {
  max-width: 1345px;
  margin: 0 auto;
  padding: 3% 20px 30px 20px;
  display: flex;
  justify-content: space-between;
}

.product_view .product_left {
  width: 18%;
}

.product_view .product_left .search_view {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.product_view .product_left .search_view .input {
  flex: 1;
}
.product_view .product_left .search_view .input input.search-ipt{width:calc(100% - 40px);border:0;}
.product_view .product_left .search_view .input input.search-btn {
  display:inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  padding: 0 20px 0 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(img/search_btn.png);
}

.product_view .product_left .search_view .input input:focus-visible {
  outline: none;
}

.product_view .product_left .search_view .iconfont {
  color: #696969;
  font-size: 20px;
}

.product_view .product_left .category .tws {
  color: #9e9e9e;
  font-size: 24px;
  padding: 29px 0 15px 0;
}

.product_view .product_left .category .side-cate .nav-current .icon-jt-right {
  transform: rotate(90deg);
  color: #e77817;
  display: none;
}

.product_view .product_left .category .side-cate .nav-current > a .number {
  background: #e77817;
  color: #fff;
}

.product_view .product_left .category .side-cate .nav-current .sub-menu {
  display: block;
}

.product_view .product_left .category .side-cate .current-menu-ancestor .icon-jt-right {
  transform: rotate(90deg);
  color: #e77817;
  display: none;
}

.product_view .product_left .category .side-cate .current-menu-ancestor .sub-menu {
  display: block;
}

.product_view .product_left .category .side-cate li {
  padding-bottom: 20px;
  position: relative;
}

.product_view .product_left .category .side-cate li .icon-jt-right {
  position: absolute;
  left: -30px;
  font-size: 20px;
  display: none;
}

.product_view .product_left .category .side-cate li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
  font-size: 18px;
  color: #1a1a1a;
  justify-content: space-between;
}

.product_view .product_left .category .side-cate li .sub-menu {
  display: block;
}

.product_view .product_left .category .side-cate li .sub-menu li {
  padding-bottom: 0;
}

.product_view .product_left .category .side-cate li .sub-menu li .icon-jt-right {
  display: none;
}

.product_view .product_left .category .side-cate li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  color: #9e9e9e;
  padding-bottom: 0;
  text-transform: capitalize;
}

.product_view .product_left .category .side-cate li .sub-menu li:hover a {
  color: #e77817 !important;
}

.product_view .product_left .category .side-cate li .sub-menu li:hover .number {
  background: #e77817;
  color: #fff;
}

.product_view .product_left .category .side-cate li .sub-menu .nav-current a {
  color: #e77817 !important;
}

.product_view .product_left .category .side-cate li .sub-menu .nav-current a .number {
  background: #e77817 !important;
  color: #fff !important;
}

.product_view .product_left .category .side-cate li .number {
  flex-shrink: 0;
  width: 26px;
  line-height: 26px;
  border-radius: 5px;
  background: #f3f3f3;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
  align-self: flex-end;
}

.product_view .product_left .category .category_list {
  padding-bottom: 20px;
}

.product_view .product_left .category .category_list .head {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
}

.product_view .product_left .category .category_list .head .iconfont {
  color: #007cc3;
  font-size: 20px;
  margin-right: 10px;
}

.product_view .product_left .category .category_list .head .t {
  font-size: 18px;
  color: #1a1a1a;
}

.product_view .product_left .category .category_list .list {
  display: none;
  padding-left: 30px;
}

.product_view .product_left .category .category_list .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.product_view .product_left .category .category_list .list .item:hover .tt, .product_view .product_left .category .category_list .list .item.cur .tt {
  color: #e77817;
}

.product_view .product_left .category .category_list .list .item:hover .number, .product_view .product_left .category .category_list .list .item.cur .number {
  background: #e77817;
  color: #fff;
}

.product_view .product_left .category .category_list .list .item .tt {
  color: #9e9e9e;
  font-size: 14px;
}

.product_view .product_left .category .category_list .list .item .number {
  flex-shrink: 0;
  width: 26px;
  line-height: 26px;
  border-radius: 5px;
  background: #f3f3f3;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
}

.product_view .product_left .category .category_list.active .head .iconfont {
  transform: rotate(90deg);
  color: #e77817;
}

.product_view .product_left .category .category_list.active .list {
  display: block;
}

.product_view .product_right {
  width: 78%;
}

.product_view .product_right .list {
  display: flex;
  flex-wrap: wrap;
}

.product_view .product_right .list .item {
  width: calc(25% - 30px);
  margin: 0 15px 40px 15px;
  overflow: hidden;
}

.product_view .product_right .list .item .image {
  width: 100%;
  position: relative;
  background-color: #fafafa;
}

.product_view .product_right .list .item .image::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.product_view .product_right .list .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s;
}

.product_view .product_right .list .item .title {
  margin: 10px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
}

.product_view .product_right .list .item:hover img {
  transform: scale(1.1);
}

.product_view .product_right .list .item:hover .title {
  color: #e77817;
}

.product_detail {
  max-width: 1400px;
  padding: 2.5% 20px;
  margin: 0 auto;
}

.product_detail .one {
  display: flex;
}

.product_detail .one .image {
  max-width: 490px;
  margin-right: 4%;
  overflow-x: hidden;
  position: relative;
}

.product_detail .one .image .swiper-slide {
  height: 490px;
}

.product_detail .one .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .one .image .pd-swiper-pagination {
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  margin-top: 38px;
  z-index: 99;
}

.product_detail .one .image .swiper-pagination-bullet {
  margin-bottom: 10px;
  width: 122px !important;
  height: auto;
  background: none;
}

.product_detail .one .image .swiper-pagination-bullet img {
  width: 122px !important;
}

.product_detail .one .image .swiper-pagination-bullets {
  bottom: 4px;
  overflow-x: auto;
  width: 100%;
}

.product_detail .one .title_desc {
  flex: 1;
}

.product_detail .one .title_desc .title {
  padding-top: 3%;
  padding-bottom: 1.3%;
  font-size: 36px;
  color: #1a1a1a;
  line-height: 36px;
  text-transform: capitalize;
}

.product_detail .one .title_desc .desc {
  color: #9e9e9e;
  line-height: 25px;
  font-size: 16px;
}

.product_detail .one .title_desc .contact {
  padding-top: 3%;
  overflow: hidden;
}

.product_detail .one .title_desc .contact a {
  display: inline-block;
  border-radius: 248px;
  background: #e77817;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
}

.product_detail .two {
  font-size: 16px;
  color: #9e9e9e;
  padding: 2% 0 5% 0;
  line-height: 25px;
}

.product_detail .two .t {
  font-weight: bold;
}

.product_detail .three {
  box-shadow: 0px 4px 10px 0px rgba(150, 171, 188, 0.26);
}

.product_detail .three .tabs_header {
  display: flex;
}

.product_detail .three .tabs_header .item {
  flex: 1;
  text-align: center;
  line-height: 60px;
  border-right: 1px solid #ededed;
  background: #fafafa;
  color: #9e9e9e;
  border-bottom: 4px solid #fafafa;
  cursor: pointer;
}

.product_detail .three .tabs_header .item.active {
  background: #fff;
  color: #e77817;
  border-bottom: 4px solid #e77817;
}

.product_detail .three .tabs_body .item {
  display: none;
  padding: 30px;
  line-height: 30px;
  color: #9e9e9e;
}

.product_detail .three .tabs_body .item p {
  max-width: 100%;
  white-space: normal;
}

.product_detail .three .tabs_body .item p:nth-of-type(n + 5) {
  margin-left: 22px;
}

.product_detail .three .tabs_body .item h2 {
  color: #000;
}

.product_detail .three .tabs_body .item.active {
  display: block;
}

.product_detail .five {
  margin-top: 50px;
}

.product_detail .five .title {
  background: #e77817;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 20px;
  color: #fff;
}

.product_detail .five .content {
  padding: 30px;
}

.product_detail .six > .title {
  background: #e77817;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 20px;
  color: #fff;
}

.product_detail .six .product-with-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.product_detail .six .product-with-swiper .product-with-swiper-view {
  margin: 3% 10%;
  overflow: hidden;
}

.product_detail .six .product-with-swiper .product-with-prev,
.product_detail .six .product-with-swiper .product-with-next {
  top: 40%;
}

.product_detail .six .product-with-swiper .product-with-prev::after,
.product_detail .six .product-with-swiper .product-with-next::after {
  font-size: 30px;
  color: #3d3d3d;
}

.product_detail .six .item .image {
  width: 100%;
  position: relative;
  background-color: #fafafa;
}

.product_detail .six .item .image::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.product_detail .six .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .six .item .title {
  margin: 10px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.product_detail .six .item:hover .title {
  color: #e77817;
}

.about_other_list1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

 /*language start*/
 @charset "utf-8";
@font-face {
	font-family: 'fontawesome';
	src: url('../font/Font-Awesome/fontawesome-webfont.eot?5510888');
	src: url('../font/Font-Awesome/fontawesome-webfont.eot?5510888#iefix') format('embedded-opentype'), url('../font/Font-Awesome/fontawesome-webfont.woff?5510888') format('woff'), url('../font/Font-Awesome/fontawesome-webfont.ttf?5510888') format('truetype'), url('../font/Font-Awesome/fontawesome-webfont.svg?5510888#revicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.change-language {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
}
.change-language .change-language-cont .empty {
	display: none;
}
.change-language .change-language-cont .change-empty {
	text-align: center;
	padding: 10px 0;
}
.change-language .prisna-wp-translate-seo .lang-more {
	display: none;
	margin: 10px;
}
.change-languag, .change-language-cont ul, .change-language-cont ul li {
	text-align: left;
}
.change-language-info .language-icon:before {
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}
.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
}
.medium-title {
	cursor: pointer;
}
.sub-content {
	position: absolute;
	display: none;
	right: 0;
	background: #fff;
	border-radius: 5px 0 5px 5px;
	border: 1px solid #dbdbdb;
	z-index: 99999;
}
.change-language-info .change-language-title.title-show {
	border-radius: 5px 5px 0 0 !important;
	background: #fff;
	border-color: #dbdbdb;
}
.change-language-info .change-language-title.title-hide {
	border-radius: 5px !important;
	background: none;
	border-color: transparent;
}
.prisna-wp-translate-dropdown-hidden {
	display: none !important;
}
.change-language-info .language-icon {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.change-language-info:hover .language-icon {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 6px;
}
.change-language-info {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
}
.change-language-info .change-language-title {
	position: relative;
	line-height: 16px;
	padding: 6px 25px 6px 5px;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	z-index: 100000;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.change-language-info:hover .change-language-title, .change-language-info:hover .change-language-title a, .change-language-info:hover .change-language-title span, .change-language-info:hover .language-icon {
	color: inherit
}
.change-language-info .language-icon {
	position: absolute;
	right: 4px;
	top: 6px;
}
.change-language-info .language-icon:before {
	content: "\f0d7";
}
.change-language-cont {
	top: 27px;
 *top: 26px;
	padding: 10px 5px;
	width: 350px;
}
 .change-language ::-webkit-scrollbar {
width:8px;
}
 .change-language ::-webkit-scrollbar-track {
background-color:#fff;
}
 .change-language ::-webkit-scrollbar-thumb {
background-color:rgba(0, 0, 0, 0.5);
border-radius:3px;
}
 .change-language .language-cont:hover::-webkit-scrollbar-thumb {
display:block
}
 .change-language ::-webkit-scrollbar-thumb:hover {
background-color:#9c3
}
 .change-language ::-webkit-scrollbar-thumb:active {
background-color:#00aff0
}
.change-language-cont ul li {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
 *display:inline;
 *zoom:1;
	width: 30%;
	margin: 0 1.666666%;
	list-style: none;
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	line-height: 16px;
}
.change-language-title span {
	color: #666;
}
.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
}
.language-flag .country-flag {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
	background-repeat: no-repeat;
	background-image: url(img/all-m.gif);
	width: 22px;
	height: 16px;
	margin: 0 5px
}
.language-flag-af .country-flag {
	background-position: 0 0 !important;
}
.language-flag-sq .country-flag {
	background-position: 0 -16px !important;
}
.language-flag-ar .country-flag {
	background-position: 0 -32px !important;
}
.language-flag-hy .country-flag {
	background-position: 0 -48px !important;
}
.language-flag-az .country-flag {
	background-position: 0 -64px !important;
}
.language-flag-eu .country-flag {
	background-position: 0 -80px !important;
}
.language-flag-be .country-flag {
	background-position: 0 -96px !important;
}
.language-flag-bg .country-flag {
	background-position: 0 -112px !important;
}
.language-flag-ca .country-flag {
	background-position: 0 -128px !important;
}
.language-flag-zh .country-flag {
	background-position: 0 -144px !important;
}
.language-flag-zh-TW .country-flag {
	background-position: 0 -160px !important;
}
.language-flag-hr .country-flag {
	background-position: 0 -176px !important;
}
.language-flag-cs .country-flag {
	background-position: 0 -192px !important;
}
.language-flag-da .country-flag {
	background-position: 0 -208px !important;
}
.language-flag-nl .country-flag {
	background-position: 0 -240px !important;
}
.language-flag-en .country-flag {
	background-position: 0 -256px !important;
}
.language-flag-et .country-flag {
	background-position: 0 -272px !important;
}
.language-flag-tl .country-flag {
	background-position: 0 -288px !important;
}
.language-flag-fi .country-flag {
	background-position: 0 -304px !important;
}
.language-flag-fr .country-flag {
	background-position: 0 -320px !important;
}
.language-flag-gl .country-flag {
	background-position: 0 -336px !important;
}
.language-flag-ka .country-flag {
	background-position: 0 -352px !important;
}
.language-flag-de .country-flag {
	background-position: 0 -368px !important;
}
.language-flag-el .country-flag {
	background-position: 0 -384px !important;
}
.language-flag-ht .country-flag {
	background-position: 0 -400px !important;
}
.language-flag-iw .country-flag {
	background-position: 0 -416px !important;
}
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag {
	background-position: 0 -432px !important;
}
.language-flag-hu .country-flag {
	background-position: 0 -448px !important;
}
.language-flag-is .country-flag {
	background-position: 0 -464px !important;
}
.language-flag-id .country-flag {
	background-position: 0 -480px !important;
}
.language-flag-ga .country-flag {
	background-position: 0 -496px !important;
}
.language-flag-it .country-flag {
	background-position: 0 -512px !important;
}
.language-flag-ja .country-flag {
	background-position: 0 -528px !important;
}
.language-flag-ko .country-flag {
	background-position: 0 -544px !important;
}
.language-flag-la .country-flag {
	background-position: 0 -560px !important;
}
.language-flag-lv .country-flag {
	background-position: 0 -576px !important;
}
.language-flag-lt .country-flag {
	background-position: 0 -592px !important;
}
.language-flag-mk .country-flag {
	background-position: 0 -608px !important;
}
.language-flag-ms .country-flag {
	background-position: 0 -624px !important;
}
.language-flag-mt .country-flag {
	background-position: 0 -640px !important;
}
.language-flag-no .country-flag {
	background-position: 0 -656px !important;
}
.language-flag-fa .country-flag {
	background-position: 0 -672px !important;
}
.language-flag-pl .country-flag {
	background-position: 0 -688px !important;
}
.language-flag-pt .country-flag {
	background-position: 0 -704px !important;
}
.language-flag-ro .country-flag {
	background-position: 0 -720px !important;
}
.language-flag-ru .country-flag {
	background-position: 0 -736px !important;
}
.language-flag-sr .country-flag {
	background-position: 0 -752px !important;
}
.language-flag-sk .country-flag {
	background-position: 0 -768px !important;
}
.language-flag-sl .country-flag {
	background-position: 0 -784px !important;
}
.language-flag-es .country-flag {
	background-position: 0 -800px !important;
}
.language-flag-sw .country-flag {
	background-position: 0 -816px !important;
}
.language-flag-sv .country-flag {
	background-position: 0 -832px !important;
}
.language-flag-th .country-flag {
	background-position: 0 -848px !important;
}
.language-flag-tr .country-flag {
	background-position: 0 -864px !important;
}
.language-flag-uk .country-flag {
	background-position: 0 -880px !important;
}
.language-flag-ur .country-flag {
	background-position: 0 -896px !important;
}
.language-flag-vi .country-flag {
	background-position: 0 -912px !important;
}
.language-flag-cy .country-flag {
	background-position: 0 -928px !important;
}
.language-flag-yi .country-flag {
	background-position: 0 -944px !important;
}
.language-flag-bn .country-flag {
	background-position: 0 -960px !important;
}
.language-flag-eo .country-flag {
	background-position: 0 -976px !important;
}
.language-flag.language-flag-custom-afghanistan .country-flag {
	background-position: 0 -992px !important;
}
.language-flag.language-flag-custom-albania .country-flag {
	background-position: 0 -1008px !important;
}
.language-flag.language-flag-custom-algeria .country-flag {
	background-position: 0 -1024px !important;
}
.language-flag.language-flag-custom-argentina .country-flag {
	background-position: 0 -1040px !important;
}
.language-flag.language-flag-custom-australia .country-flag {
	background-position: 0 -1056px !important;
}
.language-flag.language-flag-custom-austria .country-flag {
	background-position: 0 -1072px !important;
}
.language-flag.language-flag-custom-belgium .country-flag {
	background-position: 0 -1088px !important;
}
.language-flag.language-flag-custom-brazil .country-flag {
	background-position: 0 -1104px !important;
}
.language-flag.language-flag-custom-canada .country-flag {
	background-position: 0 -1120px !important;
}
.language-flag.language-flag-custom-chile .country-flag {
	background-position: 0 -1136px !important;
}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
	background-position: 0 -1152px !important;
}
.language-flag.language-flag-custom-ecuador .country-flag {
	background-position: 0 -1168px !important;
}
.language-flag.language-flag-custom-egypt .country-flag {
	background-position: 0 -1184px !important;
}
.language-flag.language-flag-custom-england .country-flag {
	background-position: 0 -1200px !important;
}
.language-flag.language-flag-custom-luxembourg .country-flag {
	background-position: 0 -1216px !important;
}
.language-flag.language-flag-custom-malaysia .country-flag {
	background-position: 0 -1232px !important;
}
.language-flag.language-flag-custom-mexico .country-flag {
	background-position: 0 -1248px !important;
}
.language-flag.language-flag-custom-new-zealand .country-flag {
	background-position: 0 -1264px !important;
}
.language-flag.language-flag-custom-oman .country-flag {
	background-position: 0 -1280px !important;
}
.language-flag.language-flag-custom-qatar .country-flag {
	background-position: 0 -1296px !important;
}
.language-flag.language-flag-custom-saudi-arabia .country-flag {
	background-position: 0 -1312px !important;
}
.language-flag.language-flag-custom-singapore .country-flag {
	background-position: 0 -1328px !important;
}
.language-flag.language-flag-custom-south-africa .country-flag {
	background-position: 0 0 !important;
}
.language-flag.language-flag-custom-switzerland .country-flag {
	background-position: 0 -1344px !important;
}
.language-flag.language-flag-custom-syria .country-flag {
	background-position: 0 -1360px !important;
}
.language-flag.language-flag-custom-united-arab-emirates .country-flag {
	background-position: 0 -1376px !important;
}
.language-flag.language-flag-custom-united-states-of-america .country-flag {
	background-position: 0 -1392px !important;
}
.language-flag-hy .country-flag {
	background-position: 0 -1408px;
}
.language-flag-bs .country-flag {
	background-position: 0 -1424px;
}
.language-flag-ceb .country-flag {
	background-position: 0 -1440px;
}
.language-flag-ny .country-flag {
	background-position: 0 -1456px;
}
.language-flag-ha .country-flag {
	background-position: 0 -1472px;
}
.language-flag-hmn .country-flag {
	background-position: 0 -1488px;
}
.language-flag-ig .country-flag {
	background-position: 0 -1504px;
}
.language-flag-jw .country-flag {
	background-position: 0 -1520px;
}
.language-flag-kk .country-flag {
	background-position: 0 -1536px;
}
.language-flag-km .country-flag {
	background-position: 0 -1552px;
}
.language-flag-lo .country-flag {
	background-position: 0 -1568px;
}
.language-flag-la .country-flag {
	background-position: 0 -1584px;
}
.language-flag-mg .country-flag {
	background-position: 0 -1600px;
}
.language-flag-ml .country-flag {
	background-position: 0 -1616px;
}
.language-flag-mi .country-flag {
	background-position: 0 -1632px;
}
.language-flag-mr .country-flag {
	background-position: 0 -1648px;
}
.language-flag-mn .country-flag {
	background-position: 0 -1664px;
}
.language-flag-my .country-flag {
	background-position: 0 -1680px;
}
.language-flag-ne .country-flag {
	background-position: 0 -1696px;
}
.language-flag-pa .country-flag {
	background-position: 0 -1712px;
}
.language-flag-st .country-flag {
	background-position: 0 -1728px;
}
.language-flag-si .country-flag {
	background-position: 0 -1744px;
}
.language-flag-so .country-flag {
	background-position: 0 -1760px;
}
.language-flag-su .country-flag {
	background-position: 0 -1776px;
}
.language-flag-tg .country-flag {
	background-position: 0 -1792px;
}
.language-flag-uz .country-flag {
	background-position: 0 -1808px;
}
.language-flag-yo .country-flag {
	background-position: 0 -1824px;
}
.language-flag-zu .country-flag {
	background-position: 0 -1840px;
}
 @media (max-width:768px) {
.change-language-cont {
	top: auto;
 *top: auto;
	padding: 0;
	width: 100%;
	text-align: left;
}
.sub-content {
	position: relative;
	display: block;
	right: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
	z-index: 99999;
}
.change-language-title {
	display: none;
}
.change-language-cont ul li {
	width: auto
}
}
.none {
	display: none;
}
.inquiry-form-wrap {
	height: 420px !important;
	width: 100.5% !important;
}
.inquiry-pop-bd .inquiry-pop {
	width: 550px !important;
	height: 480px !important;
}
.side_content .side_list .cont li .ad_email:before {
	background-image: url(../custom_service/img/custom_service/icons01.png);
}
.email.inquiryfoot:nth-child(2), .product-btn-wrap .email:nth-child(2) {
	display: none;
}
.ad_prompt {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	color: #ff6f00;
	font-size: 20px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
	display: none;
}
 @-webkit-keyframes twinkling {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @media only screen and (max-width:550px) {
.inquiry-pop-bd .inquiry-pop {
	width: 100%!important;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
	top: 5px !important;
	right: 5px !important;
}
.inquiry-pop-bd .inquiry-pop {
	padding: 0 !important;
}
}
/*language end*/
.copyright{padding:25px 10px;}
.copyright a{color:#000;}
.title-font {font-size:0;}
@media screen and (max-width: 1600px) {
  .footer .center {
    flex: none !important;
  }
  .footer .center .item {
    margin: 0 20px !important;
  }
  .case_list_view {
    margin-top: calc(100vw / 20);
  }
  .case_item {
    margin-bottom: calc(100vw / 20) !important;
  }
  .blog_list_view {
    margin-top: calc(100vw / 20);
  }
  .blog_item {
    margin-bottom: calc(100vw / 20) !important;
  }
  .case_list_swiper .ss_ellipsis {
    padding: 30px;
  }
  .case_list_swiper .ss_ellipsis .title {
    font-size: 28px !important;
  }
  .case_list_swiper .ss_ellipsis .contact {
    margin-top: 3.25vw !important;
  }
}

@media screen and (max-width: 1520px) {
  .top_header .phone_view {
    display: none;
  }
  .top_header .top_wx {
    display: flex;
  }
  .top_header .nav_wrap{transform: translateX(-50%);}
}

@media screen and (max-width: 1400px) {
  .footer .center {
    flex: none !important;
  }
  .footer .center .item {
    margin: 0 10px !important;
  }
  .home_one .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

@media screen and (max-width: 1320px) {
  .home_strengths .hs_content .list {
    max-width: 530px;
  }
  .home_strengths .hs_content .list .item {
    width: 100% !important;
  }
}

@media screen and (max-width: 1260px) {
  .top_header {
    height: 90px;
  }
  .top_header .nav_wrap li {
    border-bottom: 3px solid #fff !important;
  }
  .top_header .nav_wrap li:hover {
    border-bottom: 3px solid #007cc3 !important;
  }
  .top_header .nav_wrap a {
    line-height: 87px !important;
  }
  .top_header > .search_view {
    display: none;
  }
  .top_header .pc_search {
    top: 90px;
  }
  .footer {
    justify-content: space-between;
    padding: 0 10vw;
    gap: 50px;
  }
  .footer .left,
  .footer .right {
    flex: 1;
    max-width: 1000px !important;
  }
  .footer .center {
    display: none;
  }
  .home_two > .image {
    width: 33%;
  }
  .case_item {
    width: calc(33.33% - 40px) !important;
  }
  .blog_item {
    width: calc(33.33% - 40px) !important;
  }
  .about .title {
    font-size: 5vw !important;
  }
  .about .desc {
    font-size: 1.5vw !important;
  }
  .about .summary {
    font-size: 1.1vw !important;
    line-height: 2.2vw !important;
  }
  .about_cooperative .about_cooperative_view {
    max-width: 100% !important;
  }
  .home_case .case_list_swiper .swiper-slide .ss_ellipsis {
    left: 8% !important;
    padding: 20px;
  }
  .home_case .case_list_swiper .swiper-slide .ss_ellipsis .title {
    font-size: 24px !important;
  }
  .top_header .nav_wrap .head_nav li {
      margin: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .top_header .nav_wrap {
    display: none;
  }
  .top_header .menu {
    display: block;
  }
  .footer {
    justify-content: space-between;
    padding: 0 10vw;
    gap: 50px;
  }
  .footer .left,
  .footer .right {
    flex: 1;
    max-width: 1000px !important;
  }
  .footer .center {
    display: none;
  }
  .home_two {
    padding-bottom: 60px;
  }
  .home_case .case_right {
    display: none !important;
  }
  .home_case .case_left {
    display: block !important;
    position: static;
    width: 100%;
  }
  .home_case {
    padding-right: 0 !important;
  }
  .home_case .swiper-slide {
    width: 50% !important;
    padding: 5px;
    margin: 0 !important;
  }
  .home_case .swiper-slide .img {
    width: calc(50vw - 20px) !important;
  }
  .case_m {
    display: none;
  }
  .case1024 {
    display: block;
  }
  .contact_map .Telephone {
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .top_header {
    height: 90px;
  }
  .top_header .logo a {
    margin-top: 0;
    padding-left: 10px;
  }
  .top_header .logo a img {
    height: 50px;
  }
  .top_header .nav_wrap .a {
    display: none;
  }
  .top_header .open_search {
    display: block;
  }
  .top_header .pc_search .pc_search_view {
    max-width: 60vw !important;
  }
  .about_one {
    margin-top: 20px !important;
    display: block !important;
  }
  .about_one .img {
    display: none !important;
  }
  .about_one .about {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .about_one .about .title {
    font-size: 40px !important;
  }
  .about_one .about .desc {
    font-size: 18px !important;
  }
  .about_one .about .summary {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .about_facts .title {
    padding-bottom: 6vw;
  }
  .about_provide .list .item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .sliding_swiper .ss_bg1 {
    height: 100%;
  }
  .home_one .left_main {
    display: block !important;
  }
  .home_one .sliding_window {
    width: 100% !important;
    margin-right: 0 !important;
    transform: none !important;
  }
  .home_one .sliding_window .more {
    text-align: center;
  }
  .home_one .sliding_window .sw_image {
    text-align: center;
  }
  .home_one .first_image {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .home_one .first_image img {
    width: 65% !important;
  }
  .home_one .image {
    display: none;
  }
  .home_two {
    display: block !important;
  }
  .home_two > .image {
    display: none;
  }
  .home_two .first_image {
    display: block !important;
    width: 90% !important;
    margin: 30px auto 0 auto;
  }
  .home_two .two_right {
    width: 100% !important;
  }
  .home_two .two_right .two_left_content {
    padding: 0;
  }
  .home_two .two_right .two_left_content .tl_content {
    width: 100%;
    max-width: 100%;
  }
  .home_two .two_right .home_szhi {
    width: 90%;
    margin: 0 auto;
    padding: 0 !important;
  }
  .home_two .two_right .tf {
    padding-top: 50px;
    justify-content: space-between;
  }
  .home_two .two_right .tf .it:last-child {
    margin-right: 0 !important;
  }
  .home_two .two_right .td {
    text-align: left !important;
  }
  .home_two .two_right .tm {
    justify-content: center;
  }
  .product_view .product_right .list .item {
    width: calc(33.33% - 30px) !important;
  }
  .home_strengths .hs_content {
    flex-wrap: wrap;
  }
  .home_strengths .hs_content .hs_left {
    width: 100% !important;
    max-width: 100vw;
  }
  .home_strengths .hs_content .hs_left .contact {
    margin-bottom: 30px;
  }
  .home_strengths .hs_content .list {
    width: 100% !important;
    max-width: 100vw !important;
  }
  .home_strengths .hs_content .list .item {
    flex: 1 !important;
  }
}

@media screen and (max-width: 840px) {
  .feedback {
    margin: 0 10vw !important;
  }
  .feedback .one {
    line-height: calc(100vw / 15) !important;
    font-size: calc(100vw / 26) !important;
  }
  .feedback .two {
    font-size: calc(100vw / 20) !important;
  }
  .feedback .inputs {
    display: block !important;
  }
  .feedback .inputs .input {
    flex: none !important;
    width: 100%;
    margin: 0 auto 20px auto !important;
  }
  .feedback .textarea {
    padding-top: 0 !important;
  }
  .feedback .mauticform_wrapper .mauticform-field-1,
  .feedback .mauticform_wrapper .mauticform-field-2,
  .feedback .mauticform_wrapper .mauticform-field-3 {
    width: 100% !important;
  }
  .case_item {
    width: calc(50% - 100vw / 35 * 2) !important;
    margin-left: calc(100vw / 35) !important;
    margin-right: calc(100vw / 35) !important;
  }
  .case_item .title {
    font-size: 14px !important;
  }
  .case_item .desc {
    font-size: 14px !important;
  }
  .blog_item {
    width: calc(50% - 100vw / 35 * 2) !important;
  }
  .blog_item .title {
    font-size: 18px !important;
  }
  .blog_item .desc {
    font-size: 16px !important;
    -webkit-line-clamp: 2 !important;
  }
  .pagination {
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .pagination a {
    line-height: 30px;
    margin: 0 5px;
  }
  .page_banner {
    height: calc(60vw);
  }
  .page_banner span {
    font-size: calc(100vw / 10) !important;
  }
  .location .pag {
    font-size: 14px;
  }
  .contact_top {
    display: block !important;
    padding-top: 30px !important;
  }
  .contact_top .left,
  .contact_top .right {
    width: 100%;
  }
  .window_type .list .door_swiper_pagination {
    padding-top: 0 !important;
  }
  .product_detail .one {
    display: block !important;
  }
  .product_detail .one .image {
    max-width: 100% !important;
    width: 100%;
    margin-right: 0 !important;
  }
  .product_detail .one .image .swiper-slide {
    height: 100% !important;
  }
  .product_detail .two {
    padding-top: 40px;
  }
  .footer_view .footer {
    display: block !important;
  }
  .footer_view .footer .left .footer_icon {
    transform-origin: top left;
    transform: scale(0.85);
  }
  .contact_map .Telephone .Telephone_item .ts {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .about_facts .three .item .iconfont {
    font-size: 40px !important;
  }
  .about_facts .three .o span:first-child {
    font-size: 25px !important;
  }
  .about_facts .three .o span:last-child {
    font-size: 12px !important;
  }
  .about_facts .three .d {
    font-size: 12px !important;
  }
  .about_cooperative {
    padding-top: 40px !important;
  }
  .about_cooperative .title {
    font-size: 32px !important;
    padding-bottom: 40px !important;
  }
  .home_strengths .hs_content .hs_left .title {
    padding: 0;
    font-size: 25px !important;
  }
  .home_strengths .list {
    display: block !important;
  }
  .home_strengths .list .item {
    margin-bottom: 30px;
    padding: 30px;
    flex: none;
    width: 100% !important;
  }
  .footer_view .footer .right .wlicon a {
    margin-right: 7px;
  }
  .contact_map .Telephone .Telephone_item .tItem {
    width: 45%;
    margin-right: 0 !important;
  }
  .home_banner {
    display: none !important;
  }
  .phone_banner {
    display: block !important;
  }
}

@media screen and (max-width: 630px) {
  .home_window_type {
    background-image: none !important;
  }
  .feedback_view {
    padding-bottom: 80px !important;
  }
  .footer_view .footer .left .logo {
    margin-left: -10px;
  }
  .footer_view .footer .left .jg {
    padding-left: 0 !important;
  }
  .footer_view .footer .left .phone {
    width: 100% !important;
  }
  .footer_view .footer .footer_icon .show {
    display: block !important;
  }
  .top_header .pc_search {
    padding: 10px 0;
  }
  .top_header .pc_search .pc_search_view {
    max-width: 80vw !important;
  }
  .top_header .th_right .change-language {
    display: none !important;
  }
  .footer {
    display: block !important;
  }
  .about_facts {
    height: auto !important;
  }
  .about_facts .title {
    font-size: 28px !important;
    padding-top: 40px !important;
  }
  .about_facts .three {
    flex-direction: column;
    justify-content: center;
  }
  .about_facts .three .item {
    width: 60%;
    padding-bottom: 40px;
  }
  .about_provide .title {
    font-size: 28px !important;
    padding-top: 40px !important;
  }
  .about_provide .list .item {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 30px !important;
  }
  .about_other .title {
    padding: 50px 0 40px 0;
    font-size: 22px !important;
  }
  .about_other .list .item {
    width: 100%;
  }
  .about_cooperative .title {
    font-size: 22px !important;
  }
  .case_detail {
    padding: 0 !important;
  }
  .case_detail .title {
    font-size: 22px !important;
  }
  .case_detail .detail {
    padding: 0 15px !important;
  }
  .case_detail .address {
    font-size: 12px !important;
  }
  .case_detail .item {
    display: block !important;
  }
  .case_detail .item .image {
    margin-bottom: 20px;
  }
  .case_detail .item .right {
    margin-left: 0 !important;
  }
  .case_detail .item .pi_d {
    -webkit-line-clamp: 2;
  }
  .case_detail .item .pi_v {
    padding-top: 20px !important;
    padding-bottom: 20px;
    font-size: 14px !important;
  }
  .home_banner .summary {
    top: 50%;
    transform: translateY(-50%);
    width: 84% !important;
    padding: 15px !important;
  }
  .home_banner .summary .ti {
    font-size: 22px !important;
    padding-bottom: 10px !important;
  }
  .home_banner .summary .td {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .window_type {
    padding-top: 55px !important;
  }
  .window_type .title {
    font-size: 36px !important;
  }
  .window_type .type {
    font-size: 18px !important;
    margin-top: 25px !important;
  }
  .window_type .type .li {
    margin: 0 2px !important;
  }
  .window_type .list {
    padding: 30px 20px 30px 20px !important;
  }
  .window_type .img {
    margin-top: 10px !important;
    width: 100% !important;
  }
  .window_type .t {
    padding: 10px 0px !important;
    font-size: 14px !important;
  }
  .home_one .left_main {
    padding: 0 20px !important;
  }
  .home_one .left_main .first_image {
    display: none;
  }
  .home_one .left_main .sw_image {
    display: none;
  }
  .home_two {
    padding: 7% 20px 60px 20px !important;
    background: linear-gradient(0deg, #FFFFFF 2%, rgba(255, 255, 255, 0.75) 100%), url(./assets/images/home_two_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .home_two .home_two_bg1 {
    display: none !important;
  }
  .home_two .first_image {
    display: none !important;
  }
  .home_two .bg2 {
    display: none;
  }
  .home_two .two_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_two .two_right .tl_content {
    padding: 0 !important;
  }
  .home_two .to .image {
    flex: 1;
    max-width: 296px;
  }
  .home_two .to .image img {
    width: 100%;
  }
  .home_two .to .tt p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .home_two .tw {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 10px 0;
  }
  .home_two .tm {
    margin-top: 20px !important;
  }
  .home_two .tm .more,
  .home_two .tm .contact {
    font-size: 12px !important;
  }
  .home_case .case_list_view {
    padding: 0 20px 60px 20px;
  }
  .home_case .case_list_view .case_prev {
    left: 0;
  }
  .home_case .case_list_view .case_next {
    right: 0;
  }
  .home_case > .title,
  .case1024 > .title,
  .home_strengths > .title {
    font-size: 36px !important;
  }
  .home_case > .desc,
  .case1024 > .desc,
  .home_strengths > .desc {
    font-size: 14px !important;
  }
  .home_strengths {
    padding: 50px 40px 160px 40px;
  }
  .home_strengths .hs_left .tip {
    margin-bottom: 6px !important;
  }
  .home_strengths .hs_left .title {
    line-height: 45px !important;
    margin-bottom: 10px !important;
  }
  .home_strengths .item .iconfont {
    font-size: 40px !important;
  }
  .home_strengths .item .t {
    font-size: 20px !important;
    margin: 10px 0 !important;
  }
  .home_strengths .item .d {
    font-size: 14px !important;
  }
  .blog_list_view .blog_item {
    width: 100% !important;
  }
  .blog_detail {
    padding: 30px 20px 60px 20px !important;
  }
  .blog_detail .title {
    font-size: 24px !important;
  }
  .blog_detail .time {
    font-size: 18px !important;
    padding: 15px !important;
  }
  .blog_detail .content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .product_detail {
    padding: 0 !important;
  }
  .product_detail .one {
    padding: 15px !important;
  }
  .product_detail .one .title {
    font-size: 30px !important;
    padding-bottom: 15px !important;
  }
  .product_detail .one .contact {
    padding-top: 20px !important;
  }
  .product_detail .two {
    padding: 15px !important;
  }
  .product_detail .tabs_header {
    overflow-x: auto;
  }
  .product_detail .tabs_header .item {
    flex: none !important;
    width: 120px;
  }
  .product_detail .tabs_body .item {
    padding: 15px !important;
  }
  .product_detail .four {
    padding: 15px;
  }
  .product_detail .five .content {
    padding: 15px;
  }
  .product_detail .five .title {
    line-height: 50px !important;
  }
  .product_detail .six .title {
    line-height: 50px !important;
  }
  .contact_top .summary {
    font-size: 16px !important;
  }
  .contact_top .right {
    padding-top: 30px !important;
  }
  .contact_top .right .inputs {
    margin-bottom: 15px !important;
  }
  .contact_map {
    padding: 30px 0 !important;
  }
  .contact_map .Telephone {
    padding: 0 10px;
  }
  .contact_map .Telephone .Telephone_item {
    margin: 0 !important;
  }
  .contact_map .Telephone .Telephone_item .ts {
    font-size: 16px;
    width: 100%;
  }
  .contact_map .Telephone .Telephone_item .tItem {
    width: 100% !important;
  }
  .contact_map .Telephone .Telephone_item .tItem dt {
    font-size: 13px;
  }
  .contact_map .Telephone .Telephone_item .tItem dd {
    font-size: 16px;
  }
  .about_one .about .summary {
    font-size: 16px !important;
  }
  .about_other {
    display: none !important;
  }
  .about_other .d {
    font-size: 14px !important;
  }
  .case_list_view .case_item {
    width: 100% !important;
  }
  .product_view {
    padding: 1% 0 !important;
    display: block !important;
  }
  .product_view .product_left {
    width: 100% !important;
    padding: 0 20px;
  }
  .product_view .product_left .search_view {
    display: none;
  }
  .product_view .product_left .tws {
    padding-top: 20px !important;
  }
  .product_view .product_right {
    width: 100% !important;
  }
  .product_view .product_right .list .item {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px 10px !important;
  }
  .home_szhi {
    width: 100% !important;
  }
  .home_szhi .tf {
    padding-top: 6% !important;
    flex-wrap: wrap;
    justify-content: space-around !important;
  }
  .home_szhi .tf .it {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .home_szhi .tf .it .iconfont {
    margin-bottom: 10px;
    font-size: 24px !important;
  }
  .home_szhi .tf .it .iconfont {
    margin: 0 !important;
  }
  .home_szhi .tf .it .trd {
    text-align: center !important;
  }
  .home_szhi .tf .it:first-child .trr {
    margin-left: 45px;
  }
  .home_szhi .tf .it:nth-child(2) .trr {
    margin-left: 15px;
  }
  .home_szhi .tf .it:nth-child(3) .trr {
    margin-left: 6px;
  }
  .home_szhi .tf .it:last-child .trr {
    margin-left: 24px;
  }
}
@media screen and (max-width: 420px) {
    .footer_view .footer .left .footer_icon{display:block;}
    .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3){display:flex;height: 88px;}
    .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_img img{margin:14px 10px 14px 14px;width:60px;height:auto;}
    .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(1) .fItem_img, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(2) .fItem_img, .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(4) .fItem_img{padding:14px 10px 14px 14px;}
    .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_img{padding-top:0;}
    .footer_view .footer .left .footer_icon .footer_icon_item:nth-child(3) .fItem_desc{margin:0;padding:21px 0 21px 10px;width:135px;text-align: left;}
    .footer_view .footer .left .footer_icon{transform: scale(1);}
}



.right_nav{ right:0; bottom:50%; position:fixed; text-align:left;overflow: hidden;z-index:9;
    /*background-color: #3c9ba6;*/
    border-radius: 25px 0 0 25px;
    transform: translateY(50%);
}

.right_nav li{background: #007cc3;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative;border-radius: 50px 0 0 50px;right: -85px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav .iconBox > img{
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    padding: 7%;
}
.right_nav li h4{color: #fff;font-size: 12px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background: #007cc3;}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 28px;top:-10px;z-index: 999;opacity:1 !important;width:max-content;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #007cc3;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;float:left;}
.right_nav li .hideBox .hb h5{text-align:center;padding: 5px 0;border-bottom: 2px solid #ccc;color: #007cc3;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;
    display: none;
}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .fonttalk{margin-top: 10px;}
.right_nav li .hideBox .hb .fonttalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .fonttalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .fonttalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li .hideBox img{width:140px;height: 140px;margin-top: 10px;}




