@charset "utf-8";
/*other_head*/
.other_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other_head h5 {
  font-size: 45px;
  color: #000;
  line-height: 80px;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
}
.other_head h5.big_head {
  font-size: 36px;
  line-height: 60px;
}
.other_head p {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 2px;
  margin-top: 18px;
}
.otherNav_box {
  width: 100%;
  position: relative;
}
.other_nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 2;
  overflow: hidden;
  height: 120px;
}
.other_nav .o_nav_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
}
.other_nav .o_nav_head .cur_nav {
  width: 100%;
}
.other_nav .o_nav_head .cur_nav .wrapper {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.other_nav .o_nav_head .cur_nav .wrapper .scroller {
  position: unset;
  width: 100%;
}
.other_nav .o_nav_head .cur_nav .wrapper .scroller ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_nav .o_nav_head .cur_nav .wrapper .scroller li {
  flex: 1;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.other_nav .o_nav_head .cur_nav .wrapper .scroller li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
  color: #000000;
}
.other_nav .o_nav_head .cur_nav .wrapper .scroller li.active {
  background: #195D9C;
}
.other_nav .o_nav_head .cur_nav .wrapper .scroller li.active a {
  color: #fff;
}
.other_conent {
  width: 100%;
  padding: 120px 0 48px 0;
}
.other_conent .other_tap {
  display: none;
  width: 100%;
}
/*新闻资讯*/
.news_box {
  width: 100%;
}
.news_box .news_con {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_box .news_con .sy_n_item {
  width: calc(96% / 3);
  text-decoration: none;
  margin-right: 2%;
  margin-bottom: 26px;
  box-shadow: 0 4px 8px rgba(74, 74, 74, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.news_box .news_con .sy_n_item:nth-child(3n) {
  margin-right: 0;
}
.news_box .news_con .sy_n_item .n_img {
  width: 100%;
  overflow: hidden;
}
.news_box .news_con .sy_n_item .n_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_box .news_con .sy_n_item .n_text {
  width: 100%;
  padding: 38px 18px;
  letter-spacing: 2px;
}
.news_box .news_con .sy_n_item .n_text h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #000;
}
.news_box .news_con .sy_n_item .n_text .news_type {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}
.news_box .news_con .sy_n_item .n_text .news_type span {
  font-size: 14px;
  color: #777;
  line-height: 16px;
}
.news_box .news_con .sy_n_item .n_text .news_type span:last-child {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #777;
}
.news_box .news_con .sy_n_item:hover .n_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.news_box .news_con .sy_n_item:hover .n_text h5 {
  color: #195D9D;
}
/*新闻详情*/
.other_newsDetails {
  padding-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.other_newsDetails .news_right {
  position: sticky;
  width: 27%;
  top: 160px;
}
.other_newsDetails .news_right h5 {
  line-height: 64px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #195D9C;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  color: #FFF;
  text-align: center;
}
.other_newsDetails .news_right .hot_list {
  width: 100%;
  margin-top: 38px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_newsDetails .news_right .hot_list a {
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  border-left: 4px solid #000000;
  padding-left: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.other_newsDetails .news_right .hot_list a:hover {
  color: #195D9D;
  border-color: #195D9D;
}
.other_newsDetails .news_left {
  width: calc(100% - 27% - 40px);
}
.m3nCon {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  position: relative;
}
.m3nCon .m3nTbox {
  width: 100%;
}
.m3nCon .m3nTbox h2 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
}
.m3nCon .m3nInfo {
  margin-top: 40px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 14px;
  color: #666666;
  padding-bottom: 50px;
}
.m3nCon .m3nEditor {
  padding: 44px 0px 70px 0;
}
.m3nCon .m3nEditor img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.m3nCon .m3nBack {
  margin-top: 16px;
  text-align: center;
}
.m3nCon .m3nBack .m3nBkBtn {
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  letter-spacing: 2px;
  font-size: 18px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #195D9C;
  opacity: 1;
  cursor: pointer;
}
.m3nCon .m3nBack .m3nBkBtn:hover {
  opacity: 0.9;
}
.m3nCon .m3pages {
  border-top: 1px solid #CFCFCF;
  line-height: 70px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  color: #666;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.m3nCon .m3pages a:hover {
  color: #195D9D;
}
/*联系我们*/
.lx_con .centers {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
}
.lx_con .centers a {
  color: #060066;
  font-weight: bolder;
}
.lx_con .gy_fenzhi {
  position: relative;
  display: flex;
  margin-bottom: 3px;
  padding: 80px 0;
  flex-wrap: wrap;
}
.lx_con .gy_fenzhi .lists {
  width: calc(25% - 2px);
  position: relative;
  margin-right: calc(8px / 3);
  margin-bottom: 3px;
}
.lx_con .gy_fenzhi .lists:nth-child(4n) {
  margin-right: 0;
}
.lx_con .gy_fenzhi .lists img {
  width: 100%;
}
.lx_con .gy_fenzhi .lists .btitle {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  font-weight: bolder;
  opacity: 1;
  transition: all 0.5s;
}
.lx_con .gy_fenzhi .lists .heni {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 10px;
  padding: 8px 10px;
  background: rgba(5, 0, 82, 0.9);
  padding: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.lx_con .gy_fenzhi .lists .heni .htitle {
  font-size: 20px;
  color: #F8BC2B;
  font-weight: bolder;
}
.lx_con .gy_fenzhi .lists .heni .htitle span {
  font-weight: normal;
  display: block;
}
.lx_con .gy_fenzhi .lists .heni .neis {
  padding: 40px 0 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.lx_con .gy_fenzhi .lists:hover .btitle {
  opacity: 0;
  transition: all 0.5s;
}
.lx_con .gy_fenzhi .lists:hover .heni {
  opacity: 1;
  transition: all 0.5s;
}
/*案例*/
.case_box {
  width: 100%;
}
.case_box .case_con {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_box .case_con .c_item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.case_box .case_con .c_item:nth-child(3n) {
  margin-right: 0;
}
.case_box .case_con .c_item .cimg {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.case_box .case_con .c_item .cimg img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .case_con .c_item .c_text {
  width: 100%;
  background: #f5f5f5;
  padding: 25px 20px 20px 20px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .case_con .c_item .c_text .c_span {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-left: 30px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .case_con .c_item .c_text .c_span:nth-child(1),
.case_box .case_con .c_item .c_text .c_span:nth-child(2) {
  width: 50%;
}
.case_box .case_con .c_item .c_text .c_span::after {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #195D9C;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .case_con .c_item:hover .cimg img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.case_box .case_con .c_item:hover .c_text {
  background: #195D9D;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .case_con .c_item:hover .c_text .c_span {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .case_con .c_item:hover .c_text .c_span::after {
  background: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_box .page_con {
  margin-top: 30px;
}
/*全球合作*/
.hz_con {
  width: 100%;
  padding: 0 0 80px 0;
  overflow: hidden;
}
.hz_con .hz_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.hz_con .hz_item .hz_img {
  width: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.hz_con .hz_item .hz_img.block_pc {
  display: flex;
}
.hz_con .hz_item .hz_img.block_sj {
  display: none;
}
.hz_con .hz_item .hz_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.hz_con .hz_item .hz_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.hz_con .hz_item:nth-child(2n) .hz_text {
  padding: 0 3vw 0 8vw;
}
.hz_con .hz_item .hz_text {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 8vw 0 3vw;
  letter-spacing: 2px;
}
.hz_con .hz_item .hz_text h5 {
  font-size: 36px;
  color: #000;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 40px;
}
.hz_con .hz_item .hz_text h6 {
  font-size: 24px;
  color: #195D9C;
  font-weight: bold;
  line-height: 30px;
  margin: 2vw 0 2.5vw 0;
  word-break: normal;
  overflow-wrap: break-word;
  width: 100%;
  text-align: left;
}
.hz_con .hz_item .hz_text .h_div p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.hz_con .hz_item .hz_text .h_logo {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 2.2vw;
}
.hz_con .hz_item .hz_text .h_logo img {
  display: inline-block;
  height: 100px;
  width: auto;
  margin: 10px 10px 0 0;
}
/*可持续发展*/
.banner_fz {
  z-index: 1;
}
.banner_fz .banner_text {
  padding-bottom: 100px;
}
.fz_box {
  padding: 0;
}
.fz_box .fz_head {
  width: 100%;
}
.fz_box .fz_head .fz_h_box {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 420px;
  background: #FFFFFF;
  box-shadow: 0px 9px 16px 1px rgba(128, 128, 128, 0.14);
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fz_box .fz_head .fz_h_box h5 {
  font-size: 36px;
  color: #195D9D;
  text-align: center;
  width: 100%;
  padding: 0 5%;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 2px;
  font-weight: bold;
}
.fz_box .fz_head .fz_h_box p {
  width: 80%;
  max-width: 930px;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 40px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  word-break: normal;
  overflow-wrap: break-word;
}
.fz_box .fz_con {
  width: 100%;
  padding: 100px 0 0 0;
  overflow: hidden;
}
.fz_box .fz_con .fz_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.fz_box .fz_con .fz_item .fz_img {
  width: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.fz_box .fz_con .fz_item .fz_img.block_pc {
  display: flex;
}
.fz_box .fz_con .fz_item .fz_img.block_sj {
  display: none;
}
.fz_box .fz_con .fz_item .fz_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.fz_box .fz_con .fz_item .fz_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.fz_box .fz_con .fz_item:nth-child(2n) .fz_text {
  padding: 0 3vw 0 8vw;
}
.fz_box .fz_con .fz_item .fz_text {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 8vw 0 3vw;
  letter-spacing: 2px;
}
.fz_box .fz_con .fz_item .fz_text h5 {
  font-size: 36px;
  color: #195D9D;
  font-weight: bold;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 40px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.fz_box .fz_con .fz_item .fz_text h5 span {
  font-size: 100px;
  position: relative;
  margin-right: 40px;
  line-height: 72px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.fz_box .fz_con .fz_item .fz_text h5 span::after {
  content: '';
  background: #195D9D;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
}
.fz_box .fz_con .fz_item .fz_text h6 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  margin: 2vw 0 0 0;
  word-break: normal;
  overflow-wrap: break-word;
  width: 100%;
  text-align: left;
}
.fz_box .fz_con .fz_item .fz_text .f_div {
  margin-top: 2vw;
}
.fz_box .fz_con .fz_item .fz_text .f_div p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
/*产品中心*/
.prod_box {
  width: 100%;
}
.prod_box .prod_list {
  width: 100%;
  overflow: hidden;
}
.prod_box .prod_list .cp_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
}
.prod_box .prod_list .cp_item .cp_img {
  width: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.prod_box .prod_list .cp_item .cp_img.block_pc {
  display: flex;
}
.prod_box .prod_list .cp_item .cp_img.block_sj {
  display: none;
}
.prod_box .prod_list .cp_item .cp_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prod_box .prod_list .cp_item .cp_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.prod_box .prod_list .cp_item:nth-child(2n) .cp_text {
  padding: 0 3vw 0 8vw;
}
.prod_box .prod_list .cp_item .cp_text {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 8vw 0 3vw;
  letter-spacing: 2px;
}
.prod_box .prod_list .cp_item .cp_text h5 {
  font-size: 36px;
  color: #195D9D;
  font-weight: bold;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 40px;
}
.prod_box .prod_list .cp_item .cp_text .cp_div {
  margin-top: 2.5vw;
}
.prod_box .prod_list .cp_item .cp_text .cp_div p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.prod_box .prod_list .cp_item .cp_text a {
  width: 174px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #195D9D;
  color: #fff;
  text-decoration: none;
  margin-top: 2.8vw;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prod_box .prod_list .cp_item .cp_text a:hover {
  opacity: 0.9;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: 3.2vw;
}
.prod_box .page_con {
  margin-top: 60px;
}
/*智能系统设计*/
.system_con {
  width: 100%;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.system_con .banner_system {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #195D9D;
  position: relative;
}
.system_con .banner_system::before {
  content: '';
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.system_con .banner_system .s_banner_left {
  width: 50%;
}
.system_con .banner_system .s_banner_left img {
  width: 100%;
  height: auto;
}
.system_con .banner_system .s_banner_right {
  width: 50%;
  height: 100%;
  color: #fff;
  padding-left: 2.4vw;
  letter-spacing: 2px;
}
.system_con .banner_system .s_banner_right h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  word-break: normal;
  overflow-wrap: break-word;
}
.system_con .banner_system .s_banner_right p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5%;
  word-break: normal;
  overflow-wrap: break-word;
}
.system_con .banner_system .s_banner_right a {
  display: inline-block;
  margin-top: 3%;
  text-decoration: none;
  width: 270px;
  height: 54px;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  border-radius: 27px;
  color: #195d9c;
  background: #fff;
}
.system_con .banner_system .s_banner_right a:hover {
  opacity: 0.9;
}
/*研发创新*/
.innovate_con {
  overflow: hidden;
  padding: 100px 0 0 0;
}
.innovate_con .yf_con01 {
  width: 100%;
  padding: 90px 0 70px 0;
}
.innovate_con .yf_con01 .cx_con {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 56px;
}
.innovate_con .yf_con01 .cx_con .cx_item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.innovate_con .yf_con01 .cx_con .cx_item:nth-child(3n) {
  margin-right: 0;
}
.innovate_con .yf_con01 .cx_con .cx_item:hover .cx_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.innovate_con .yf_con01 .cx_con .cx_item .cx_img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.innovate_con .yf_con01 .cx_con .cx_item .cx_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.innovate_con .yf_con01 .cx_con .cx_item .cx_text {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px 25px 20px 25px;
}
.innovate_con .yf_con01 .cx_con .cx_item .cx_text h5 {
  display: inline-block;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #195D9D;
}
.innovate_con .yf_con01 .cx_con .cx_item .cx_text p {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  height: 104px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: normal;
  overflow-wrap: break-word;
  margin-top: 12px;
}
.innovate_con .yf_con02 {
  width: 100%;
}
.innovate_con .yf_con02 .yf_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
}
.innovate_con .yf_con02 .yf_item .yf_img {
  width: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.innovate_con .yf_con02 .yf_item .yf_img.block_pc {
  display: flex;
}
.innovate_con .yf_con02 .yf_item .yf_img.block_sj {
  display: none;
}
.innovate_con .yf_con02 .yf_item .yf_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.innovate_con .yf_con02 .yf_item .yf_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.innovate_con .yf_con02 .yf_item:nth-child(2n) .yf_text {
  padding: 0 3vw 0 8vw;
}
.innovate_con .yf_con02 .yf_item .yf_text {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 8vw 0 3vw;
  letter-spacing: 2px;
}
.innovate_con .yf_con02 .yf_item .yf_text h5 {
  font-size: 36px;
  color: #000;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 40px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.innovate_con .yf_con02 .yf_item .yf_text h6 {
  font-size: 24px;
  color: #195D9D;
  font-weight: bold;
  line-height: 30px;
  margin: 2vw 0 0 0;
  word-break: normal;
  overflow-wrap: break-word;
  width: 100%;
  text-align: left;
}
.innovate_con .yf_con02 .yf_item .yf_text .f_div {
  margin-top: 2vw;
}
.innovate_con .yf_con02 .yf_item .yf_text .f_div p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  /*全球合作*/
  .hz_con .hz_item .hz_img {
    height: 560px;
  }
  .hz_con .hz_item .hz_img img {
    height: 100%;
    width: auto;
  }
  /*可持续发展*/
  .banner_fz {
    z-index: 1;
  }
  .banner_fz .banner_text {
    padding-bottom: 100px;
  }
  .fz_box .fz_head .fz_h_box {
    margin-top: -140px;
    height: 420px;
  }
  .fz_box .fz_head .fz_h_box h5 {
    font-size: 36px;
    padding: 0 5%;
    letter-spacing: 2px;
  }
  .fz_box .fz_head .fz_h_box p {
    width: 80%;
    max-width: 930px;
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
  }
  .fz_box .fz_con {
    padding: 100px 0 0 0;
  }
  .fz_box .fz_con .fz_item .fz_img {
    height: 480px;
  }
  .fz_box .fz_con .fz_item .fz_img img {
    height: 100%;
    width: auto;
  }
  .fz_box .fz_con .fz_item:nth-child(2n) .fz_text {
    padding: 0 3vw 0 8vw;
  }
  .fz_box .fz_con .fz_item .fz_text {
    width: 50%;
    padding: 0 8vw 0 3vw;
    letter-spacing: 2px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 {
    font-size: 36px;
    line-height: 40px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span {
    font-size: 100px;
    margin-right: 40px;
    line-height: 72px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span::after {
    width: 12px;
    height: 12px;
    right: -22px;
    margin-top: -6px;
  }
  .fz_box .fz_con .fz_item .fz_text h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .fz_box .fz_con .fz_item .fz_text .f_div p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 8;
  }
  /*产品中心*/
  .prod_box .prod_list .cp_item .cp_img {
    height: 520px;
  }
  .prod_box .prod_list .cp_item .cp_img img {
    height: 100%;
    width: auto;
  }
  /*研发创新*/
  .innovate_con .yf_con02 .yf_item .yf_img {
    height: 580px;
  }
  .innovate_con .yf_con02 .yf_item .yf_img img {
    height: 100%;
    width: auto;
  }
  .innovate_con .yf_con02 .yf_item:nth-child(2n) .yf_text {
    padding: 0 3vw 0 8vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text {
    padding: 0 8vw 0 3vw;
  }
}
@media screen and (max-width: 1440px) {
  /*全球合作*/
  .hz_con .hz_item:nth-child(2n) .hz_text {
    padding: 0 3vw 0 4vw;
  }
  .hz_con .hz_item .hz_text {
    padding: 0 4vw 0 3vw;
  }
  /*可持续发展*/
  .fz_box .fz_con .fz_item:nth-child(2n) .fz_text {
    padding: 0 3vw 0 4vw;
  }
  .fz_box .fz_con .fz_item .fz_text {
    padding: 0 4vw 0 3vw;
  }
  /*产品中心*/
  .prod_box .prod_list .cp_item:nth-child(2n) .cp_text {
    padding: 0 3vw 0 4vw;
  }
  .prod_box .prod_list .cp_item .cp_text {
    padding: 0 4vw 0 3vw;
  }
  /*研发创新*/
  .innovate_con .yf_con02 .yf_item:nth-child(2n) .yf_text {
    padding: 0 3vw 0 4vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text {
    padding: 0 4vw 0 3vw;
  }
}
@media screen and (max-width: 1366px) {
  .other_nav {
    top: -40px;
  }
}
@media screen and (max-width: 1280px) {
  /*other_head*/
  .other_head h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .other_head h5.big_head {
    font-size: 42px;
    line-height: 54px;
  }
  .other_head p {
    font-size: 14px;
    line-height: 26px;
  }
  .other_nav {
    height: 100px;
  }
  .other_nav .o_nav_head {
    height: 80px;
  }
  .other_nav .o_nav_head .cur_nav .wrapper {
    height: 80px;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller li {
    height: 80px;
    border-radius: 40px;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller li a {
    font-size: 16px;
  }
  /*案例*/
  .case_box .case_con .c_item {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
  }
  .case_box .case_con .c_item:nth-child(3n) {
    margin-right: 0;
  }
  .case_box .case_con .c_item .c_text {
    padding: 22px 15px 16px 15px;
  }
  .case_box .case_con .c_item .c_text .c_span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 26px;
  }
  .case_box .case_con .c_item .c_text .c_span::after {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 10px;
  }
  /*全球合作*/
  .hz_con {
    padding: 0 0 60px 0;
  }
  .hz_con .hz_item:nth-child(2n) .hz_text {
    padding: 0 5vw;
  }
  .hz_con .hz_item .hz_text {
    padding: 0 5vw;
  }
  .hz_con .hz_item .hz_text h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .hz_con .hz_item .hz_text h6 {
    font-size: 20px;
    line-height: 26px;
    margin: 1.5vw 0 2vw 0;
  }
  .hz_con .hz_item .hz_text .h_div p {
    font-size: 14px;
    line-height: 20px;
  }
  .hz_con .hz_item .hz_text .h_logo {
    margin-top: 1.8vw;
  }
  .hz_con .hz_item .hz_text .h_logo img {
    height: 80px;
    margin: 10px 10px 0 0;
  }
  /*可持续发展*/
  .banner_fz {
    z-index: 1;
  }
  .banner_fz .banner_text {
    padding-bottom: 80px;
  }
  .fz_box .fz_head .fz_h_box {
    margin-top: -120px;
    height: 380px;
  }
  .fz_box .fz_head .fz_h_box h5 {
    font-size: 30px;
    padding: 0 5%;
    letter-spacing: 2px;
  }
  .fz_box .fz_head .fz_h_box p {
    width: 80%;
    max-width: 930px;
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
  }
  .fz_box .fz_con {
    padding: 80px 0 0 0;
  }
  .fz_box .fz_con .fz_item:nth-child(2n) .fz_text {
    padding: 0 5vw;
  }
  .fz_box .fz_con .fz_item .fz_text {
    padding: 0 5vw;
  }
  .fz_box .fz_con .fz_item .fz_text h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span {
    font-size: 94px;
    margin-right: 40px;
    line-height: 66px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span::after {
    width: 10px;
    height: 10px;
    right: -22px;
    margin-top: -5px;
  }
  .fz_box .fz_con .fz_item .fz_text h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .fz_box .fz_con .fz_item .fz_text .f_div p {
    font-size: 14px;
    line-height: 22px;
  }
  /*产品中心*/
  .prod_box {
    margin-top: 0;
  }
  .prod_box .prod_list .cp_item:nth-child(2n) .cp_text {
    padding: 0 5vw;
  }
  .prod_box .prod_list .cp_item .cp_text {
    padding: 0 5vw;
  }
  .prod_box .prod_list .cp_item .cp_text h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .prod_box .prod_list .cp_item .cp_text .cp_div {
    margin-top: 2vw;
  }
  .prod_box .prod_list .cp_item .cp_text .cp_div p {
    font-size: 14px;
    line-height: 28px;
    -webkit-line-clamp: 8;
  }
  .prod_box .prod_list .cp_item .cp_text a {
    width: 164px;
    height: 54px;
    border-radius: 27px;
    font-size: 14px;
    line-height: 54px;
    margin-top: 2.5vw;
  }
  .prod_box .page_con {
    margin-top: 50px;
  }
  /*智能系统设计*/
  .system_con {
    padding: 0 0 30px 0;
  }
  .system_con .banner_system .s_banner_right h5 {
    font-size: 30px;
    line-height: 38px;
  }
  .system_con .banner_system .s_banner_right p {
    font-size: 14px;
    line-height: 28px;
  }
  .system_con .banner_system .s_banner_right a {
    width: 250px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 25px;
  }
  .system_box .system_head {
    font-size: 30px;
    margin: 70px 0 50px 0;
  }
  .system_box .system_td .td_item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .system_box .system_td .td_item .td_text {
    padding: 24px 30px 20px 30px;
  }
  .system_box .system_td .td_item .td_text h5 {
    font-size: 30px;
    line-height: 24px;
  }
  .system_box .system_td .td_item .td_text p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    height: 44px;
    margin-top: 12px;
    -webkit-line-clamp: 2;
  }
  /*产品详情*/
  .prod_details .prod_info .p_info_r h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .prod_details .prod_info .p_info_r h6 {
    font-size: 20px;
    line-height: 26px;
    margin: 4% 0 -1% 0;
  }
  .prod_details .prod_info .p_info_r p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6%;
  }
  .prod_details .system_box {
    margin-top: 60px;
  }
  .prod_details .system_box .xq_con01 {
    padding-bottom: 30px;
  }
  .prod_details .system_box .xq_con01 .system_head {
    margin: 0;
    padding: 60px 0;
  }
  .prod_details .system_box .xq_con01 .td_total .t_item {
    width: calc((100% - 50px) / 6);
  }
  .prod_details .system_box .xq_con01 .td_total .t_item .t_text {
    padding: 5%;
    font-size: 16px;
    line-height: 24px;
  }
  .prod_details .system_box .xq_con01 .system_td {
    margin: 70px 0 0px 0;
  }
  .prod_details .system_box .xq_con01 .system_td .td_item .td_text p {
    -webkit-line-clamp: 4;
    height: 88px;
  }
  .prod_details .system_box .xq_con02 .system_head {
    margin: 0;
    padding: 50px 0;
  }
  .prod_details .system_box .xq_con01 .swiper-case {
    padding-bottom: 70px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text {
    padding: 22px 15px 16px 15px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .d_div {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    padding-left: 10px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 26px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span::after {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 10px;
  }
  /*研发创新*/
  .innovate_con {
    padding: 90px 0 0 0;
  }
  .innovate_con .yf_con01 {
    padding: 80px 0 60px 0;
  }
  .innovate_con .yf_con01 .cx_con {
    margin-top: 46px;
  }
  .innovate_con .yf_con01 .cx_con .cx_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .innovate_con .yf_con01 .cx_con .cx_item:nth-child(3n) {
    margin-right: 0;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text {
    padding: 22px 22px 16px 22px;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    -webkit-line-clamp: 4;
    margin-top: 12px;
  }
  .innovate_con .yf_con02 .yf_item .yf_img {
    height: 560px;
  }
  .innovate_con .yf_con02 .yf_item:nth-child(2n) .yf_text {
    padding: 0 5vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text {
    padding: 0 5vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .innovate_con .yf_con02 .yf_item .yf_text h6 {
    font-size: 20px;
    line-height: 26px;
    margin: 2vw 0 0 0;
  }
  .innovate_con .yf_con02 .yf_item .yf_text .f_div {
    margin-top: 2vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text .f_div p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 12;
  }
}
@media screen and (max-width: 1024px) {
  /*other_head*/
  .other_head h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .other_head h5.big_head {
    font-size: 38px;
    line-height: 50px;
  }
  .other_head p {
    font-size: 14px;
    line-height: 26px;
  }
  .other_conent {
    padding: 80px 0 48px 0;
  }
  /*联系我们*/
  .lx_con {
    width: 100%;
    padding: 10px 0;
  }
  .lx_con .lx_head {
    font-size: 40px;
    line-height: 46px;
  }
  .lx_con .lx_list {
    margin-top: 50px;
  }
  .lx_con .lx_list .lx_item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .lx_con .lx_list .lx_item:nth-child(3n) {
    margin-right: 0;
  }
  .lx_con .lx_list .lx_item .lx_d {
    font-size: 18px;
  }
  .lx_con .lx_list .lx_item .lx_hover h5 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .lx_con .lx_list .lx_item .lx_hover p {
    font-size: 14px;
    line-height: 20px;
  }
  /*案例*/
  .case_box .case_con .c_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .case_box .case_con .c_item:nth-child(3n) {
    margin-right: 0;
  }
  .case_box .case_con .c_item .c_text {
    padding: 20px 8px 15px 8px;
  }
  .case_box .case_con .c_item .c_text .c_span {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    padding-left: 22px;
  }
  .case_box .case_con .c_item .c_text .c_span::after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: 10px;
  }
  /*全球合作*/
  .hz_con {
    padding: 0 0 60px 0;
  }
  .hz_con .hz_item .hz_text h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .hz_con .hz_item .hz_text h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 1.5vw 0 2vw 0;
  }
  .hz_con .hz_item .hz_text .h_div p {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 10;
  }
  .hz_con .hz_item .hz_text .h_logo {
    margin-top: 1.8vw;
  }
  .hz_con .hz_item .hz_text .h_logo img {
    height: 70px;
    margin: 10px 10px 0 0;
  }
  /*可持续发展*/
  .fz_box .fz_head .fz_h_box {
    margin-top: -120px;
    height: 340px;
  }
  .fz_box .fz_head .fz_h_box h5 {
    font-size: 26px;
    padding: 0 3%;
    letter-spacing: 2px;
  }
  .fz_box .fz_head .fz_h_box p {
    width: 80%;
    max-width: 930px;
    letter-spacing: 2px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .fz_box .fz_con {
    padding: 70px 0 0 0;
  }
  .fz_box .fz_con .fz_item:nth-child(2n) .fz_text {
    padding: 0 5vw;
  }
  .fz_box .fz_con .fz_item .fz_text {
    padding: 0 5vw;
  }
  .fz_box .fz_con .fz_item .fz_text h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span {
    font-size: 90px;
    margin-right: 40px;
    line-height: 62px;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span::after {
    width: 10px;
    height: 10px;
    right: -22px;
    margin-top: -5px;
  }
  .fz_box .fz_con .fz_item .fz_text h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .fz_box .fz_con .fz_item .fz_text .f_div p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 10;
  }
  /*产品中心*/
  .prod_box {
    margin-top: 20px;
  }
  .prod_box .prod_list .cp_item:nth-child(2n) .cp_text {
    padding: 0 5vw;
  }
  .prod_box .prod_list .cp_item .cp_text {
    padding: 0 5vw;
  }
  .prod_box .prod_list .cp_item .cp_text h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .prod_box .prod_list .cp_item .cp_text .cp_div p {
    -webkit-line-clamp: 8;
  }
  /*智能系统设计*/
  .system_con {
    padding: 0 0 20px 0;
  }
  .system_con .banner_system .s_banner_right h5 {
    font-size: 26px;
    line-height: 34px;
  }
  .system_con .banner_system .s_banner_right p {
    font-size: 14px;
    line-height: 26px;
  }
  .system_con .banner_system .s_banner_right a {
    width: 240px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 24px;
  }
  .system_box .system_head {
    font-size: 26px;
    margin: 55px 0 45px 0;
  }
  .system_box .system_td .td_item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .system_box .system_td .td_item .td_text {
    padding: 20px 20px 16px 20px;
  }
  .system_box .system_td .td_item .td_text h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .system_box .system_td .td_item .td_text p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 12px;
    -webkit-line-clamp: 2;
  }
  /*产品详情*/
  .prod_details .prod_info .p_info_r h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .prod_details .prod_info .p_info_r h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 4% 0 -1% 0;
  }
  .prod_details .prod_info .p_info_r p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5%;
  }
  .prod_details .system_box {
    margin-top: 50px;
  }
  .prod_details .system_box .xq_con01 {
    padding-bottom: 20px;
  }
  .prod_details .system_box .xq_con01 .system_head {
    margin: 0;
    padding: 50px 0;
  }
  .prod_details .system_box .xq_con01 .td_total .t_item {
    width: calc((100% - 50px) / 6);
  }
  .prod_details .system_box .xq_con01 .td_total .t_item .t_text {
    padding: 5%;
    font-size: 14px;
    line-height: 20px;
  }
  .prod_details .system_box .xq_con01 .system_td {
    margin: 60px 0 0px 0;
  }
  .prod_details .system_box .xq_con01 .system_td .td_item .td_text p {
    -webkit-line-clamp: 4;
    height: 80px;
  }
  .prod_details .system_box .xq_con02 .system_head {
    margin: 0;
    padding: 40px 0;
  }
  .prod_details .system_box .xq_con01 .swiper-case {
    padding-bottom: 60px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text {
    padding: 20px 8px 15px 8px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .d_div {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 10px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    padding-left: 22px;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span::after {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 10px;
  }
  /*研发创新*/
  .innovate_con {
    padding: 80px 0 0 0;
  }
  .innovate_con .yf_con01 {
    padding: 70px 0 50px 0;
  }
  .innovate_con .yf_con01 .cx_con {
    margin-top: 40px;
  }
  .innovate_con .yf_con01 .cx_con .cx_item {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 15px 0;
  }
  .innovate_con .yf_con01 .cx_con .cx_item:nth-child(3n) {
    margin-right: 0;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text {
    padding: 20px 20px 14px 20px;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    -webkit-line-clamp: 4;
    margin-top: 12px;
  }
  .innovate_con .yf_con02 .yf_item .yf_img {
    height: 540px;
  }
  .innovate_con .yf_con02 .yf_item:nth-child(2n) .yf_text {
    padding: 0 5vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text {
    padding: 0 5vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .innovate_con .yf_con02 .yf_item .yf_text h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .innovate_con .yf_con02 .yf_item .yf_text .f_div {
    margin-top: 2vw;
  }
  .innovate_con .yf_con02 .yf_item .yf_text .f_div p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 12;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 2.75rem;
  }
  /*other_head*/
  .other_head h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.025rem;
  }
  .other_head h5.big_head {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .other_head p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.7rem;
    letter-spacing: 0.025rem;
  }
  .other_nav {
    width: 100%;
    background: #fff;
    position: unset;
    height: 3.5rem;
  }
  .other_nav .safe_width {
    padding: 0;
  }
  .other_nav .o_nav_head {
    background: unset;
    box-shadow: unset;
    border-radius: 0;
    align-items: center;
    height: 2.2rem;
    padding: 0;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.13);
  }
  .other_nav .o_nav_head .cur_nav {
    width: 100%;
  }
  .other_nav .o_nav_head .cur_nav .wrapper {
    height: 2.2rem;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller {
    position: absolute;
    width: unset;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller ul {
    width: unset;
    justify-content: unset;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller li {
    height: 2.2rem;
    width: 5.7rem;
    border-radius: 0;
    border: none;
    flex: unset;
    float: left;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller li a {
    width: 5.7rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .other_nav .o_nav_head .cur_nav .wrapper .scroller li.active {
    border-radius: 0;
  }
  .other_conent {
    padding: 1rem 0 1.75rem 0;
  }
  .other_conent.other_conent_gy {
    padding: 0;
  }
  .other_conent.other_conent_gy .other_tap {
    padding: 1rem 0 1.75rem 0;
  }
  /*新闻资讯*/
  .news_box {
    padding-bottom: 1rem;
  }
  .news_box .news_con {
    flex-direction: column;
  }
  .news_box .news_con .sy_n_item {
    width: calc(100%);
    margin-bottom: 1rem;
    margin-right: 0;
    border-radius: 0.25rem;
  }
  .news_box .news_con .sy_n_item:last-child {
    margin-bottom: 0;
  }
  .news_box .news_con .sy_n_item .n_img {
    width: 100%;
    overflow: hidden;
  }
  .news_box .news_con .sy_n_item .n_text {
    padding: 1.1rem 0.4rem;
    letter-spacing: 0.025rem;
  }
  .news_box .news_con .sy_n_item .n_text h5 {
    font-size: 0.75rem;
  }
  .news_box .news_con .sy_n_item .n_text .news_type {
    margin-top: 0.7rem;
  }
  .news_box .news_con .sy_n_item .n_text .news_type span {
    font-size: 0.6rem;
    line-height: 0.65rem;
  }
  .news_box .news_con .sy_n_item .n_text .news_type span:last-child {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: 0.025rem solid #777;
  }
  /*新闻详情*/
  .other_newsDetails {
    padding-bottom: 2.2rem;
    flex-direction: column;
  }
  .other_newsDetails .news_right {
    position: unset;
    width: 100%;
    top: unset;
  }
  .other_newsDetails .news_right h5 {
    line-height: 1rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    background: #fff;
    color: #195D9C;
    opacity: 1;
    text-align: left;
  }
  .other_newsDetails .news_right .hot_list {
    margin-top: 1rem;
  }
  .other_newsDetails .news_right .hot_list a {
    margin-bottom: 1rem;
    font-size: 0.6rem;
    line-height: 1.1rem;
    height: 2.2rem;
    border-left: 0.1rem solid #000000;
    padding-left: 0.6rem;
  }
  .other_newsDetails .news_left {
    width: calc(100%);
  }
  .m3nCon .m3nTbox h2 {
    font-size: 1rem;
    line-height: 1.35rem;
  }
  .m3nCon .m3nInfo {
    margin-top: 0.8rem;
    border-bottom: 0.025rem solid #CFCFCF;
    font-size: 0.6rem;
    padding-bottom: 1.05rem;
  }
  .m3nCon .m3nEditor {
    padding: 1rem 0px 1.75rem 0;
  }
  .m3nCon .m3nBack {
    margin-top: 0.9rem;
  }
  .m3nCon .m3nBack .m3nBkBtn {
    letter-spacing: 0.025rem;
    font-size: 0.75rem;
    width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
  .m3nCon .m3nBack .m3nBkBtn:hover {
    opacity: 0.9;
  }
  .m3nCon .m3pages {
    border-top: 0.025rem solid #CFCFCF;
    line-height: unset;
    padding-top: 0.5rem;
    height: unset;
    flex-direction: column;
  }
  .m3nCon .m3pages a {
    max-width: 100%;
    width: 100%;
    padding: 0;
    line-height: 1.25rem;
    font-size: 0.6rem;
    color: #666;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
  }
  .m3nCon .m3pages a:hover {
    color: #195D9D;
  }
  /*联系我们*/
  .lx_con {
    padding: 2.25rem 0;
  }
  .lx_con .lx_head {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .lx_con .lx_list {
    margin-top: 1.65rem;
  }
  .lx_con .lx_list .lx_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.65rem;
  }
  .lx_con .lx_list .lx_item:nth-child(3n) {
    margin-right: 0;
  }
  .lx_con .lx_list .lx_item .lx_d {
    font-size: 0.75rem;
    line-height: 0.8rem;
    letter-spacing: 0.025rem;
  }
  .lx_con .lx_list .lx_item .lx_hover {
    padding: 0 1.7rem;
  }
  .lx_con .lx_list .lx_item .lx_hover h5 {
    letter-spacing: 0.025rem;
    font-size: 0.75rem;
    line-height: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .lx_con .lx_list .lx_item .lx_hover p {
    letter-spacing: 0.025rem;
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .lx_con .gy_fenzhi {
    padding: 10px 0;
    justify-content: space-between;
  }
  .lx_con .gy_fenzhi .lists {
    width: calc(100%);
    position: relative;
    /* margin-right: calc(8px / 3);
    margin-left: calc(8px / 3); */
    margin-bottom: 3px;
  }
  .lx_con .gy_fenzhi .lists:nth-child(2n) {
    margin-right: 0;
  }
  .lx_con .gy_fenzhi .lists img {
    width: 100%;
  }
  .lx_con .gy_fenzhi .lists .btitle {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-weight: bolder;
    opacity: 1;
    transition: all 0.5s;
  }
  .lx_con .gy_fenzhi .lists .heni {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    padding: 8px 10px;
    background: rgba(5, 0, 82, 0.9);
    padding: 20px;
    opacity: 0;
    transition: all 0.5s;
  }
  .lx_con .gy_fenzhi .lists .heni .htitle {
    font-size: 20px;
    color: #F8BC2B;
    font-weight: bolder;
  }
  .lx_con .gy_fenzhi .lists .heni .htitle span {
    font-weight: normal;
    display: block;
  }
  .lx_con .gy_fenzhi .lists .heni .neis {
    padding: 40px 0 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  .lx_con .gy_fenzhi .lists:hover .btitle {
    opacity: 0;
    transition: all 0.5s;
  }
  .lx_con .gy_fenzhi .lists:hover .heni {
    opacity: 1;
    transition: all 0.5s;
  }
  /*案例*/
  .case_box .case_con .c_item {
    width: calc(100%);
    margin: 0 0 0.75rem 0;
  }
  .case_box .case_con .c_item:nth-child(3n) {
    margin-right: 0;
  }
  .case_box .case_con .c_item .cimg {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .case_box .case_con .c_item .c_text {
    padding: 0.75rem 0.6rem 0.55rem 0.6rem;
  }
  .case_box .case_con .c_item .c_text .c_span {
    margin-bottom: 0.3rem;
    font-size: 0.6rem;
    line-height: 0.95rem;
    padding-left: 0.8rem;
  }
  .case_box .case_con .c_item .c_text .c_span::after {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.35rem;
    left: 0.2rem;
  }
  .case_box .page_con {
    margin-top: 0.8rem;
  }
  /*全球合作*/
  .hz_con {
    padding: 0 0 1.75rem 0;
  }
  .hz_con .hz_item {
    flex-direction: column;
  }
  .hz_con .hz_item .hz_img {
    width: 100%;
    height: unset;
  }
  .hz_con .hz_item .hz_img.block_pc {
    display: none;
  }
  .hz_con .hz_item .hz_img.block_sj {
    display: flex;
  }
  .hz_con .hz_item .hz_img img {
    width: 100%;
    height: auto;
  }
  .hz_con .hz_item .hz_img:hover img {
    transform: scale(1);
  }
  .hz_con .hz_item:nth-child(2n) .hz_text {
    padding: 1.2rem 0.65rem;
  }
  .hz_con .hz_item .hz_text {
    width: 100%;
    padding: 1.2rem 0.65rem;
    letter-spacing: 0.025rem;
  }
  .hz_con .hz_item .hz_text h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .hz_con .hz_item .hz_text h6 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0.9rem 0 1rem 0;
  }
  .hz_con .hz_item .hz_text .h_div p {
    font-size: 0.6rem;
    line-height: 1.2rem;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
  .hz_con .hz_item .hz_text .h_logo {
    margin-top: 1rem;
    justify-content: space-between;
  }
  .hz_con .hz_item .hz_text .h_logo img {
    height: 2.5rem;
    width: auto;
    margin: 0 0 0.6rem 0;
  }
  /*可持续发展*/
  .banner_fz .banner_text {
    padding-bottom: 0;
  }
  .fz_box .fz_head .fz_h_box {
    margin-top: -2.25rem;
    height: unset;
    padding: 1.65rem 0.75em;
    border-radius: 0.25rem;
  }
  .fz_box .fz_head .fz_h_box h5 {
    font-size: 0.85rem;
    padding: 0;
    letter-spacing: 0.025rem;
  }
  .fz_box .fz_head .fz_h_box p {
    width: 100%;
    max-width: 100%;
    letter-spacing: 0.025rem;
    margin-top: 0.75rem;
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .fz_box .fz_con {
    padding: 2rem 0 0 0;
    width: 100%;
  }
  .fz_box .fz_con .fz_item {
    flex-direction: column;
  }
  .fz_box .fz_con .fz_item .fz_img {
    width: 100%;
    height: unset;
  }
  .fz_box .fz_con .fz_item .fz_img.block_pc {
    display: none;
  }
  .fz_box .fz_con .fz_item .fz_img.block_sj {
    display: flex;
  }
  .fz_box .fz_con .fz_item .fz_img img {
    width: 100%;
    height: auto;
  }
  .fz_box .fz_con .fz_item .fz_img:hover img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
  }
  .fz_box .fz_con .fz_item:nth-child(2n) .fz_text {
    padding: 1.65rem 0.65rem;
  }
  .fz_box .fz_con .fz_item .fz_text {
    padding: 1.65rem 0.65rem;
    width: 100%;
  }
  .fz_box .fz_con .fz_item .fz_text h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span {
    font-size: 2.25rem;
    margin-right: 1.4rem;
    line-height: 2rem;
  }
  .fz_box .fz_con .fz_item .fz_text h5 span::after {
    width: 0.44rem;
    height: 0.44rem;
    right: -0.6rem;
    margin-top: -0.22rem;
  }
  .fz_box .fz_con .fz_item .fz_text h6 {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-top: 0.9rem;
  }
  .fz_box .fz_con .fz_item .fz_text .f_div {
    margin-top: 1.3rem;
  }
  .fz_box .fz_con .fz_item .fz_text .f_div p {
    font-size: 0.6rem;
    line-height: 1.2rem;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
  /*产品中心*/
  .prod_box {
    margin-top: 0;
  }
  .prod_box .prod_list .cp_item {
    flex-direction: column;
  }
  .prod_box .prod_list .cp_item .cp_img {
    width: 100%;
    height: unset;
  }
  .prod_box .prod_list .cp_item .cp_img.block_pc {
    display: none;
  }
  .prod_box .prod_list .cp_item .cp_img.block_sj {
    display: flex;
  }
  .prod_box .prod_list .cp_item .cp_img img {
    width: 100%;
    height: auto;
  }
  .prod_box .prod_list .cp_item .cp_img:hover img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
  }
  .prod_box .prod_list .cp_item:nth-child(2n) .cp_text {
    padding: 1.75rem 0.65rem;
  }
  .prod_box .prod_list .cp_item .cp_text {
    width: 100%;
    padding: 1.75rem 0.65rem;
    letter-spacing: 0.025rem;
  }
  .prod_box .prod_list .cp_item .cp_text h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .prod_box .prod_list .cp_item .cp_text .cp_div {
    margin-top: 0.9rem;
  }
  .prod_box .prod_list .cp_item .cp_text .cp_div p {
    font-size: 0.6rem;
    line-height: 1rem;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
  .prod_box .prod_list .cp_item .cp_text a {
    width: 5.85rem;
    height: 2rem;
    border-radius: 1rem;
    font-size: 0.6rem;
    line-height: 2rem;
    margin-top: 0.8rem;
  }
  .prod_box .prod_list .cp_item .cp_text a:hover {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    margin-top: 0.8rem;
  }
  .prod_box .page_con {
    margin-top: 1rem;
  }
  /*智能系统设计*/
  .system_con {
    padding: 0 0 1rem 0;
  }
  .system_con .banner_system {
    flex-direction: column;
    background: #fff;
  }
  .system_con .banner_system::before {
    content: none;
  }
  .system_con .banner_system .s_banner_left {
    width: 100%;
  }
  .system_con .banner_system .s_banner_left img {
    width: 100%;
    height: auto;
  }
  .system_con .banner_system .s_banner_right {
    width: 100%;
    height: unset;
    padding: 2.45rem 1.1rem 2.95rem 1.1rem;
    letter-spacing: 0.025rem;
    background: #195D9C;
  }
  .system_con .banner_system .s_banner_right h5 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .system_con .banner_system .s_banner_right p {
    font-size: 0.6rem;
    line-height: 1.1rem;
    margin-top: 0.95rem;
  }
  .system_con .banner_system .s_banner_right a {
    margin-top: 1.1rem;
    width: 10rem;
    height: 1.8rem;
    font-size: 0.6rem;
    line-height: 1.8rem;
    border-radius: 0.9rem;
  }
  .system_box {
    padding-top: 1.5rem;
  }
  .system_box .system_head {
    display: none;
  }
  .system_box .system_td {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .system_box .system_td .td_item {
    letter-spacing: 0.025rem;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .system_box .system_td .td_item:hover .td_img img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
  }
  .system_box .system_td .td_item .td_text {
    padding: 0.7rem;
  }
  .system_box .system_td .td_item .td_text h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .system_box .system_td .td_item .td_text p {
    font-size: 0.6rem;
    line-height: 1rem;
    height: unset;
    margin-top: 0.35rem;
    overflow: unset;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  /*产品详情*/
  .prod_details .prod_info {
    flex-direction: column;
  }
  .prod_details .prod_info .p_info_l {
    width: 100%;
  }
  .prod_details .prod_info .p_info_r {
    width: 100%;
    padding: 1.75rem 0.6rem;
  }
  .prod_details .prod_info .p_info_r h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .prod_details .prod_info .p_info_r h6 {
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin: 0.6rem 0 -0.25rem 0;
  }
  .prod_details .prod_info .p_info_r p {
    font-size: 0.6rem;
    line-height: 1.15rem;
    margin-top: 0.9rem;
  }
  .prod_details .system_box {
    margin-top: 1.5rem;
    padding-top: 0;
  }
  .prod_details .system_box .system_head {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.025rem;
  }
  .prod_details .system_box .xq_con01 {
    padding-bottom: 1.35rem;
  }
  .prod_details .system_box .xq_con01 .system_head {
    margin: 0;
    padding: 1.75rem 0 1.6rem 0;
  }
  .prod_details .system_box .xq_con01 .td_total {
    flex-wrap: wrap;
  }
  .prod_details .system_box .xq_con01 .td_total .t_item {
    width: calc(50% - 0.2rem);
    margin-bottom: 0.5rem;
  }
  .prod_details .system_box .xq_con01 .td_total .t_item .t_text {
    padding: 0 0.4rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .prod_details .system_box .xq_con01 .system_td {
    margin: 1.35rem 0 0px 0;
  }
  .prod_details .system_box .xq_con01 .system_td .td_item .td_text p {
    -webkit-line-clamp: unset;
    height: unset;
  }
  .prod_details .system_box .xq_con02 .system_head {
    margin: 0;
    padding: 1.65rem 0 0.8rem 0;
  }
  .prod_details .system_box .xq_con01.xq_con01 {
    padding-bottom: 0;
  }
  .prod_details .system_box .xq_con01 .swiper-case {
    padding-bottom: 1.6rem;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item {
    margin-bottom: 0.75rem;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .cimg {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text {
    padding: 0.75rem 0.6rem 0.55rem 0.6rem;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .d_div {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
    letter-spacing: 0.025rem;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span {
    margin-bottom: 0.3rem;
    font-size: 0.6rem;
    line-height: 0.95rem;
    padding-left: 0.8rem;
  }
  .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span::after {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.35rem;
    left: 0.2rem;
  }
  /*研发创新*/
  .innovate_con {
    padding: 2.2rem 0 0 0;
  }
  .innovate_con .yf_con01 {
    padding: 1.75rem 0;
  }
  .innovate_con .yf_con01 .cx_con {
    margin-top: 1.35rem;
    flex-direction: column;
  }
  .innovate_con .yf_con01 .cx_con .cx_item {
    width: 100%;
    margin: 0 0 0.85rem 0;
  }
  .innovate_con .yf_con01 .cx_con .cx_item:nth-child(3n) {
    margin-right: 0;
  }
  .innovate_con .yf_con01 .cx_con .cx_item:hover .cx_img img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_img {
    width: 100%;
    height: auto;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_img img {
    width: 100%;
    height: auto;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text {
    padding: 0.85rem 0.65rem;
    letter-spacing: 0.025rem;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text h5 {
    font-size: 0.75rem;
    line-height: 0.95rem;
    letter-spacing: 0.025rem;
  }
  .innovate_con .yf_con01 .cx_con .cx_item .cx_text p {
    font-size: 0.6rem;
    line-height: 1rem;
    height: unset;
    -webkit-line-clamp: unset;
    margin-top: 0.75rem;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    -webkit-box-orient: unset;
    letter-spacing: 0.025rem;
  }
  .innovate_con .yf_con02 .yf_item {
    flex-direction: column;
  }
  .innovate_con .yf_con02 .yf_item .yf_img {
    height: unset;
    width: 100%;
  }
  .innovate_con .yf_con02 .yf_item .yf_img img {
    width: 100%;
    height: auto;
  }
  .innovate_con .yf_con02 .yf_item .yf_img:hover img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
  }
  .innovate_con .yf_con02 .yf_item .yf_img.block_pc {
    display: none;
  }
  .innovate_con .yf_con02 .yf_item .yf_img.block_sj {
    display: flex;
  }
  .innovate_con .yf_con02 .yf_item:nth-child(2n) .yf_text {
    padding: 1.65rem 0.6rem;
  }
  .innovate_con .yf_con02 .yf_item .yf_text {
    width: 100%;
    padding: 1.65rem 0.6rem;
    letter-spacing: 0.025rem;
  }
  .innovate_con .yf_con02 .yf_item .yf_text h5 {
    font-size: 1.1rem;
    letter-spacing: 0.025rem;
    line-height: 1.3rem;
  }
  .innovate_con .yf_con02 .yf_item .yf_text h6 {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-top: 0.6rem;
    letter-spacing: 0.025rem;
  }
  .innovate_con .yf_con02 .yf_item .yf_text .f_div {
    margin-top: 0.8rem;
  }
  .innovate_con .yf_con02 .yf_item .yf_text .f_div p {
    letter-spacing: 0.025rem;
    font-size: 0.6rem;
    line-height: 1rem;
    height: unset;
    -webkit-line-clamp: unset;
    margin-top: 0.75rem;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    -webkit-box-orient: unset;
  }
}
