@charset "utf-8";
.other_head {
  width: 100% !important;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: #0076C0 !important;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.other_subTitle {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  display: inline-block;
  text-transform: uppercase;
}
.other_banner {
  width: 100%;
  position: relative;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_banner .banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other_banner .banner_text .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.other_banner .banner_text .safe_width p {
  font-size: 60px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  line-height: 62px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
}
.other_banner .banner_text .safe_width h5 {
  display: inline-block;
  width: 54%;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
}
/*解决方案*/
.solution_box {
  width: 100%;
  padding: 70px 0 80px 0;
}
.solution_box .solution_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 76px;
}
.solution_box .solution_list .s_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin: 0 2% 40px 0;
  position: relative;
  text-decoration: none;
}
.solution_box .solution_list .s_item:nth-child(3n) {
  margin-right: 0;
}
.solution_box .solution_list .s_item .solution_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution_box .solution_list .s_item .solution_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;
}
.solution_box .solution_list .s_item .solution_text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0 32px 10% 32px;
  color: #fff;
  text-transform: uppercase;
}
.solution_box .solution_list .s_item .solution_text h5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
}
.solution_box .solution_list .s_item .solution_text span {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 4px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_box .solution_list .s_item .solution_text p {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.solution_box .solution_list .s_item:hover .solution_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);
}
.solution_box .solution_list .s_item:hover .solution_text span {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 100%;
}
/*解决方案详情*/
.solution_xq {
  width: 100%;
  padding: 50px 0 80px 0;
}
.solution_xq .detail_mo01 {
  width: 100%;
  padding: 68px 14%;
  background: #f5fafd;
}
.solution_xq .details_m02 {
  width: 100%;
  padding: 56px 0 24px 0;
}
.solution_xq .details_m02 .xq_solution_list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.solution_xq .details_m02 .xq_solution_list a {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 350px;
  background: #f5fafd;
  margin-bottom: 40px;
}
.solution_xq .details_m02 .xq_solution_list a .xq_s_img {
  height: 100%;
  width: 44.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}
.solution_xq .details_m02 .xq_solution_list a .xq_s_img img {
  display: inline-block;
  width: auto;
  max-width: 78%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_xq .details_m02 .xq_solution_list a .xq_s_text {
  display: flex;
  width: calc(100% - 44.8%);
  padding: 0 20px;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-transform: uppercase;
}
.solution_xq .details_m02 .xq_solution_list a .xq_s_text h5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #0076C0;
  line-height: 24px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.solution_xq .details_m02 .xq_solution_list a .xq_s_text span {
  display: inline-block;
  background: #0076C0;
  width: 34px;
  height: 4px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin: 14px 0 16px 0;
}
.solution_xq .details_m02 .xq_solution_list a .xq_s_text p {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.solution_xq .details_m02 .xq_solution_list a:hover .xq_s_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);
}
.solution_xq .details_m02 .xq_solution_list a:hover .xq_s_text span {
  width: 100%;
}
.solution_xq .details_m03 {
  width: 100%;
  padding: 0 0 70px 0;
}
.solution_xq .details_m03 .xq_case_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}
.solution_xq .details_m03 .xq_case_list .solution_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 6px);
  margin: 0;
  position: relative;
  text-decoration: none;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_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;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 40px;
  color: #fff;
  text-transform: uppercase;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text img {
  display: inline-block;
  width: auto;
  height: 70px;
  margin-bottom: 4px;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text h5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text span {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 4px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text p {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text ul {
  width: 100%;
  display: inline-block;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: -20px;
}
.solution_xq .details_m03 .xq_case_list .solution_item .solution_text ul li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-top: 20px;
}
.solution_xq .details_m03 .xq_case_list .solution_item:hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_xq .details_m03 .xq_case_list .solution_item:hover .solution_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);
}
.solution_xq .details_m03 .xq_case_list .solution_item:hover .solution_text span {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 100%;
}
.solution_xq .details_m03 .xq_case_list .solution_item:hover .solution_text ul {
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  height: auto;
  margin-bottom: 0;
}
.solution_xq .details_m04 {
  width: 100%;
}
.solution_xq .details_m04 .effect_list {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solution_xq .details_m04 .effect_list .effect_item {
  width: calc(50% - 6px);
  display: inline-block;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination {
  bottom: 5.6%;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  outline: none;
  background: #fff;
  opacity: 1;
  border-radius: 0%;
  margin: 0 2%;
  position: relative;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0076C0;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper-slide {
  width: 100%;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper-slide .effect_a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper-slide .effect_a p {
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0076c0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper-slide .effect_a .effect_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper-slide .effect_a .effect_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;
}
.solution_xq .details_m04 .effect_list .effect_item .swiper-slide .effect_a .effect_img img:hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.solution_xq .details_m04 .effect_list .effect_item:last-child .swiper-slide .effect_a p {
  color: #000;
  background: rgba(0, 118, 192, 0.1);
}
/*新闻资讯*/
.news_con {
  width: 100%;
  padding: 80px 0;
}
.news_con .page_con {
  padding-top: 0;
}
.news_con .news_list {
  width: 100%;
}
.news_con .news_list .news_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 78px;
  height: 400px;
  background: #fafafa;
}
.news_con .news_list .news_a:hover .news_left 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_con .news_list .news_a .news_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 100%;
  overflow: hidden;
}
.news_con .news_list .news_a .news_left img {
  display: inline-block;
  width: 100%;
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .news_list .news_a .news_left: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);
}
.news_con .news_list .news_a .news_right {
  width: calc(100% - 530px);
  padding: 0 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-transform: uppercase;
}
.news_con .news_list .news_a .news_right h5 {
  font-size: 28px;
  color: #0076C0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  line-height: 36px;
}
.news_con .news_list .news_a .news_right p {
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.news_con .news_list .news_a .news_right div {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0;
}
/*新闻详情*/
.news_details {
  width: 100%;
  padding: 80px 0 100px 0;
  background: #f7f9fc;
}
.news_details .details_box {
  width: 100%;
}
.news_details .details_box .d_head {
  width: 100%;
  margin-bottom: 14px;
  background: #fff;
  padding: 44px 40px 40px 40px;
}
.news_details .details_box .d_head h5 {
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin-bottom: 26px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.news_details .details_box .d_head p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_details .details_box .d_head p img {
  margin-right: 16px;
  width: 14px;
  height: auto;
}
.news_details .details_box .d_desc {
  width: 100%;
  padding: 56px 6.2%;
  background: #fff;
}
.news_details .details_box .d_desc p{
	color:#666;
	font-size:16px;
	line-height:32px;
}
.news_details .details_box .d_desc img{
	width:100%;
}
.news_details .details_box .d_desc .d_btn {
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
}
.news_details .details_box .d_desc .d_btn a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_details .details_box .d_desc .d_btn a:hover {
  color: #0076C0;
}
/*联系我们*/
.Contact_box {
  width: 100%;
  padding: 70px 0 100px 0;
}
.Contact_box .company_info {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 66px;
}
.Contact_box .company_info .info_item {
  width: 30%;
  margin: 0 5% 70px 0;
  padding: 10px 30px 0 30px;
  background: #f5f5f5;
  height: 306px;
  box-shadow: 0px 8px 28px 4px rgba(0, 0, 0, 0.1);
}
.Contact_box .company_info .info_item:nth-child(3n) {
  margin-right: 0;
}
.Contact_box .company_info .info_item .info_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #0076c0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #0076C0;
  letter-spacing: 2px;
}
.Contact_box .company_info .info_item .info_head i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100% auto;
}
.Contact_box .company_info .info_item .info_head i.i_icon1 {
  background: url(../images/other/lx_icon1_b.png) no-repeat center center;
}
.Contact_box .company_info .info_item .info_head i.i_icon2 {
  background: url(../images/other/lx_icon2_b.png) no-repeat center center;
}
.Contact_box .company_info .info_item .info_head i.i_icon3 {
  background: url(../images/other/lx_icon3_b.png) no-repeat center center;
}
.Contact_box .company_info .info_item .info_desc {
  width: 100%;
  padding-top: 22px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.Contact_box .company_info .info_item .info_desc h5 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.Contact_box .company_info .info_item .info_desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.Contact_box .company_info .info_item:hover {
  background: #0076C0;
}
.Contact_box .company_info .info_item:hover .info_head {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.Contact_box .company_info .info_item:hover .info_head i.i_icon1 {
  background: url(../images/other/lx_icon1_w.png) no-repeat center center;
}
.Contact_box .company_info .info_item:hover .info_head i.i_icon2 {
  background: url(../images/other/lx_icon2_w.png) no-repeat center center;
}
.Contact_box .company_info .info_item:hover .info_head i.i_icon3 {
  background: url(../images/other/lx_icon3_w.png) no-repeat center center;
}
.Contact_box .company_info .info_item:hover .info_desc h5 {
  color: #fff;
}
.Contact_box .company_info .info_item:hover .info_desc p {
  color: #fff;
}
.Contact_box .lx_map {
  width: 100%;
  padding-top: 10px;
}
/*产品列表*/
.prod_box {
  width: 100%;
  padding: 70px 0 80px 0;
}
.prod_box .page_con {
  padding-top: 16px;
}
.prod_box .prod_show {
  width: 100%;
}
.prod_box .prod_show .prod_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
.prod_box .prod_show .prod_list a {
  width: 23.5%;
  margin: 0 2% 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 32px;
  box-shadow: 0px 3px 34px 1px rgba(0, 0, 0, 0.13);
}
.prod_box .prod_show .prod_list a:nth-child(4n) {
  margin-right: 0;
}
.prod_box .prod_show .prod_list a .prod_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod_box .prod_show .prod_list a .prod_img img {
  display: inline-block;
  width: auto;
  max-width: 80%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prod_box .prod_show .prod_list a h1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 24px;
  color: #0076C0;
  line-height: 26px;
  margin-top: 20px;
  font-weight: bold;
}
.prod_box .prod_show .prod_list a h5 {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin: 4px 0 20px 0;
  text-transform: uppercase;
}
.prod_box .prod_show .prod_list a p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  text-transform: uppercase;
}
.prod_box .prod_show .prod_list a:hover .prod_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);
}
.prod_box .cailiao_show {
  width: 100%;
  padding-top: 70px;
}
.prod_box .cailiao_show .cailiao_list {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prod_box .cailiao_show .cailiao_list a {
  width: 31%;
  margin: 0 3.5% 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 20px 0;
  box-shadow: 0px 3px 34px 1px rgba(0, 0, 0, 0.13);
}
.prod_box .cailiao_show .cailiao_list a:nth-child(3n) {
  margin-right: 0;
}
.prod_box .cailiao_show .cailiao_list a .prod_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.prod_box .cailiao_show .cailiao_list a .prod_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 .cailiao_show .cailiao_list a h1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 24px;
  color: #0076C0;
  line-height: 26px;
  padding: 20px 20px 14px 20px;
  font-weight: bold;
}
.prod_box .cailiao_show .cailiao_list a h5 {
  text-align: left;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  text-transform: uppercase;
  padding: 0 20px;
}
.prod_box .cailiao_show .cailiao_list a:hover .prod_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);
}
/*产品详情*/
.prod_details {
  width: 100%;
}
.prod_details .cpDetails_m01 {
  width: 100%;
  padding: 96px 0 130px 0;
  background: url(../images/other/cpxq_bj_p.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.prod_details .cpDetails_m01 .prod_desc_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.prod_details .cpDetails_m01 .prod_desc_img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.prod_details .cpDetails_m02 {
  width: 100%;
  padding: 76px 0 94px 0;
  background: #0076C0;
}
.prod_details .cpDetails_m02 .prod_ts_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 114px;
}
.prod_details .cpDetails_m02 .prod_ts_list .prod_ts {
  width: 17.6%;
  height: 180px;
  background: #fff;
  margin: 0 3% 0 0;
  position: relative;
  display: inline-block;
  padding-top: 46px;
}
.prod_details .cpDetails_m02 .prod_ts_list .prod_ts:nth-child(5n) {
  margin-right: 0;
}
.prod_details .cpDetails_m02 .prod_ts_list .prod_ts .ts_icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prod_details .cpDetails_m02 .prod_ts_list .prod_ts .ts_icon img {
  display: inline-block;
  width: 46px;
  height: auto;
}
.prod_details .cpDetails_m02 .prod_ts_list .prod_ts h5 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0076C0;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
}
.prod_details .cpDetails_m02 .prod_ts_list .prod_ts:hover .ts_icon {
  top: -46px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prod_details .cpDetails_m03 {
  width: 100%;
  padding: 76px 0 100px 0;
}
.prod_details .cpDetails_m03 .prod_apply {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.25%;
  margin: 0 1% 0px 0;
  position: relative;
  text-decoration: none;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item:nth-child(4n) {
  margin-right: 0;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item .solution_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item .solution_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_details .cpDetails_m03 .prod_apply .apply_item .solution_text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0 25px 9% 25px;
  color: #fff;
  text-transform: uppercase;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text h5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text span {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 4px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: 12px;
}
.prod_details .cpDetails_m03 .prod_apply .apply_item:hover .solution_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);
}
.prod_details .cpDetails_m03 .prod_apply .apply_item:hover .solution_text span {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  /*解决方案详情*/
  .solution_xq .detail_mo01 {
    padding: 60px 12%;
  }
  .solution_xq .details_m02 .xq_solution_list a {
    height: 300px;
    margin-bottom: 30px;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_text p {
    -webkit-line-clamp: 4;
  }
  .solution_xq .details_m03 {
    padding: 0 0 60px 0;
  }
  .solution_xq .details_m03 .xq_case_list {
    margin-top: 50px;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_img {
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_img img {
    width: auto;
    height: 100%;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text {
    padding: 40px 30px;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text img {
    height: 60px;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text p {
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text ul li {
    padding: 0 12px;
    line-height: 44px;
    height: 44px;
    border-radius: 22px;
  }
  .solution_xq .details_m04 .effect_list {
    margin-top: 50px;
  }
  .solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination {
    bottom: 4.6%;
  }
  .solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .solution_xq .details_m04 .effect_list .effect_item .swiper-slide {
    width: 100%;
  }
  /*新闻资讯*/
  .news_con .news_list .news_a {
    margin-bottom: 58px;
    height: 220px;
  }
  .news_con .news_list .news_a .news_left {
    width: 34%;
    overflow: hidden;
  }
  .news_con .news_list .news_a .news_right {
    width: calc(100% - 34%);
    padding: 0 30px;
  }
  .news_con .news_list .news_a .news_right h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .news_con .news_list .news_a .news_right p {
    -webkit-line-clamp: 2;
  }
  .news_con .news_list .news_a .news_right div {
    margin: 16px 0;
  }
  /*联系我们*/
  .Contact_box {
    padding: 60px 0 90px 0;
  }
  .Contact_box .company_info {
    margin-top: 50px;
  }
  .Contact_box .company_info .info_item {
    width: 31%;
    margin: 0 3.5% 50px 0;
    padding: 10px 20px 0 20px;
    height: 270px;
  }
  .Contact_box .company_info .info_item .info_head {
    padding: 16px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .Contact_box .company_info .info_item .info_head i {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .Contact_box .company_info .info_item .info_desc {
    padding-top: 16px;
  }
  .Contact_box .company_info .info_item .info_desc h5 {
    font-size: 22px;
    line-height: 24px;
  }
  .Contact_box .company_info .info_item .info_desc p {
    font-size: 14px;
    line-height: 26px;
  }
  /*产品详情*/
  .prod_details .cpDetails_m02 {
    padding: 70px 0 88px 0;
  }
  .prod_details .cpDetails_m02 .prod_ts_list {
    margin-top: 104px;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts {
    padding-top: 36px;
    height: 160px;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts .ts_icon {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts .ts_icon img {
    width: 36px;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts h5 {
    font-size: 13px;
    line-height: 22px;
    padding: 0 8px;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts:hover .ts_icon {
    top: -37px;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text {
    padding: 0 20px 9% 20px;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text h5 {
    line-height: 18px;
    font-size: 16px;
    word-break: break-all;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
.other_banner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
  .other_head {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .other_subTitle {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
  }
  .other_banner .banner_text .safe_width p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: unset;
  }
  .other_banner .banner_text .safe_width h5 {
    margin-top: 0.35rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
    width: 100%;
    letter-spacing: 0.025rem;
  }
  /*解决方案*/
  .solution_box {
    padding: 1.65rem 0 2rem 0;
  }
  .solution_box .solution_list {
    margin-top: 0.8rem;
  }
  .solution_box .solution_list .s_item {
    width: 100%;
    margin: 0 0 0.7rem 0;
  }
  .solution_box .solution_list .s_item:nth-child(3n) {
    margin-right: 0;
  }
  .solution_box .solution_list .s_item .solution_img {
    height: 15.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution_box .solution_list .s_item .solution_text {
    padding: 0 0.7rem 0.65rem 0.7rem;
  }
  .solution_box .solution_list .s_item .solution_text h5 {
    line-height: 1.65rem;
    font-size: 0.75rem;
  }
  .solution_box .solution_list .s_item .solution_text span {
    width: 1rem;
    height: 0.15rem;
  }
  .solution_box .solution_list .s_item .solution_text p {
    margin-top: 0.3rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
    -webkit-line-clamp: 4;
    height: 3.2rem;
  }
  /*解决方案详情*/
  .solution_xq {
    padding: 1rem 0 1.5rem 0;
  }
  .solution_xq .detail_mo01 {
    padding: 1rem 0.8rem;
  }
  .solution_xq .details_m02 {
    padding: 1.65rem 0 1.1rem 0;
  }
  .solution_xq .details_m02 .xq_solution_list {
    margin-top: 1rem;
    flex-direction: column;
  }
  .solution_xq .details_m02 .xq_solution_list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.45rem;
    background: #f5fafd;
    margin-bottom: 0.6rem;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_img {
    width: 5.95rem;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_img img {
    max-width: 80%;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_text {
    width: calc(100% - 5.95rem);
    padding: 0 0.5rem;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_text h5 {
    line-height: 0.8rem;
    font-size: 0.55rem;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_text span {
    width: 0.7rem;
    height: 0.1rem;
    margin: 0.3rem 0 0.35rem 0;
  }
  .solution_xq .details_m02 .xq_solution_list a .xq_s_text p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    -webkit-line-clamp: 3;
  }
  .solution_xq .details_m03 {
    padding: 0 0 0.8rem 0;
  }
  .solution_xq .details_m03 .xq_case_list {
    flex-direction: column;
    margin-top: 1.1rem;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item {
    width: 100%;
    margin: 0 0 0.7rem 0;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_img {
    width: 100%;
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_img img {
    width: auto;
    height: 100%;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text {
    padding: 0.65rem;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text img {
    height: 1.75rem;
    margin-bottom: 0.1rem;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text h5 {
    line-height: 1.65rem;
    font-size: 0.75rem;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text span {
    width: 1rem;
    height: 0.15rem;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text p {
    margin-top: 0.3rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
    -webkit-line-clamp: 3;
    height: unset;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text ul {
    opacity: 1;
    height: auto;
    overflow: visible;
    margin-bottom: 0px;
  }
  .solution_xq .details_m03 .xq_case_list .solution_item .solution_text ul li {
    max-width: 100%;
    padding: 0 0.3rem;
    line-height: 1.1rem;
    font-size: 0.5rem;
    height: 1.1rem;
    border: 0.025rem solid #fff;
    border-radius: 0.55rem;
    margin-top: 0.4rem;
  }
  .solution_xq .details_m04 .effect_list {
    margin-top: 1.1rem;
    flex-direction: column;
  }
  .solution_xq .details_m04 .effect_list .effect_item {
    width: calc(100%);
    display: inline-block;
    margin-bottom: 0.7rem;
  }
  .solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination {
    bottom: 0.45rem;
  }
  .solution_xq .details_m04 .effect_list .effect_item .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 0.15rem;
    margin: 0 0.1rem;
  }
  .solution_xq .details_m04 .effect_list .effect_item .swiper-slide .effect_a p {
    height: 1.75rem;
    padding: 0 0.5rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    letter-spacing: 0.025rem;
  }
  /*新闻资讯*/
  .news_con {
    padding: 1rem 0 2rem 0;
  }
  .news_con .page_con {
    padding-top: 0.7rem;
  }
  .news_con .news_list .news_a {
    margin-bottom: 0.65rem;
    height: 3.65rem;
  }
  .news_con .news_list .news_a .news_left {
    width: 37.5%;
    height: 100%;
    overflow: hidden;
  }
  .news_con .news_list .news_a .news_left img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .news_con .news_list .news_a .news_right {
    width: calc(100% - 37.5%);
    padding: 0 0.6rem;
    text-transform: unset;
  }
  .news_con .news_list .news_a .news_right h5 {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .news_con .news_list .news_a .news_right p {
    display: none;
  }
  .news_con .news_list .news_a .news_right div {
    margin: 0.3rem 0 0 0;
    font-size: 0.55rem;
    line-height: 0.6rem;
  }
  /*新闻详情*/
  .news_details {
    width: 100%;
    padding: 1.75rem 0 2.2rem 0;
  }
  .news_details .details_box .d_head {
    padding: 1.1rem 0.75rem;
    margin-bottom: 0.85rem;
  }
  .news_details .details_box .d_head h5 {
    text-align: left;
    line-height: 1.2rem;
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
  }
  .news_details .details_box .d_head p {
    justify-content: left;
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .news_details .details_box .d_head p img {
    width: 0.6rem;
  }
  .news_details .details_box .d_desc {
    padding: 1.2rem 0.6rem 0.9rem 0.6rem;
  }
  .news_details .details_box .d_desc p img {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .news_details .details_box .d_desc .d_btn {
    border-top: 0.025rem solid #eee;
    margin-top: 0.6rem;
    flex-direction: column;
    padding-top: 0.5rem;
  }
  .news_details .details_box .d_desc .d_btn a {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.55rem;
    max-width: unset;
    width: 100%;
  }
  /*联系我们*/
  .Contact_box {
    padding: 1.9rem 0 2.2rem 0;
  }
  .Contact_box .company_info {
    flex-direction: column;
    margin-top: 0.75rem;
  }
  .Contact_box .company_info .info_item {
    width: 100%;
    margin: 0 0 0.75rem 0;
    padding: 0 1rem 1.2rem 1rem;
    background: #0076C0;
    height: unset;
    box-shadow: none;
  }
  .Contact_box .company_info .info_item:nth-child(3n) {
    margin-right: 0;
  }
  .Contact_box .company_info .info_item .info_head {
    padding: 0.8rem 0;
    border-bottom: 0.025rem solid #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #fff;
    letter-spacing: 0.05rem;
  }
  .Contact_box .company_info .info_item .info_head i {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25em auto;
  }
  .Contact_box .company_info .info_item .info_head i.i_icon1 {
    background: url(../images/other/lx_icon1_m.png) no-repeat center center;
    background-size: 1.25em auto;
  }
  .Contact_box .company_info .info_item .info_head i.i_icon2 {
    background: url(../images/other/lx_icon2_m.png) no-repeat center center;
    background-size: 1.25em auto;
  }
  .Contact_box .company_info .info_item .info_head i.i_icon3 {
    background: url(../images/other/lx_icon3_m.png) no-repeat center center;
    background-size: 1.25em auto;
  }
  .Contact_box .company_info .info_item .info_desc {
    padding-top: 1.1rem;
  }
  .Contact_box .company_info .info_item .info_desc h5 {
    font-size: 1rem;
    color: #fff;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .Contact_box .company_info .info_item .info_desc p {
    font-size: 0.6rem;
    color: #fff;
    line-height: 0.9rem;
  }
  .Contact_box .company_info .info_item:hover {
    background: #0076C0;
  }
  .Contact_box .company_info .info_item:hover .info_head {
    border-bottom: 0.025rem solid #fff;
    color: #fff;
  }
  .Contact_box .company_info .info_item:hover .info_head i.i_icon1 {
    background: url(../images/other/lx_icon1_m.png) no-repeat center center;
  }
  .Contact_box .company_info .info_item:hover .info_head i.i_icon2 {
    background: url(../images/other/lx_icon2_m.png) no-repeat center center;
  }
  .Contact_box .company_info .info_item:hover .info_head i.i_icon3 {
    background: url(../images/other/lx_icon3_m.png) no-repeat center center;
  }
  .Contact_box .lx_map {
    width: 100%;
    padding-top: 1rem;
  }
  /*产品列表*/
  .prod_box {
    padding: 1.75rem 0 2.2rem 0;
  }
  .prod_box .more_div {
    text-align: center;
  }
  .prod_box .more_div a {
    width: 4.25rem;
    height: 1.3rem;
    font-size: 0.55rem;
    line-height: 1.3rem;
    margin-top: 0.35rem;
    display: inline-block;
    background: #0076C0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
  }
  .prod_box .prod_show .prod_list {
    flex-direction: column;
    padding-top: 1.25rem;
  }
  .prod_box .prod_show .prod_list a {
    width: 100%;
    margin: 0 0 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.6rem 1rem 1.25rem 1rem;
    box-shadow: 0px 0.2rem 0.8rem 0.025em rgba(0, 0, 0, 0.13);
  }
  .prod_box .prod_show .prod_list a h1 {
    font-size: 0.85rem;
    line-height: 0.9rem;
    margin-top: 0.75rem;
  }
  .prod_box .prod_show .prod_list a h5 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    height: 1.6rem;
    margin: 0.8rem 0 0.5rem 0;
  }
  .prod_box .prod_show .prod_list a p {
    font-size: 0.5rem;
    -webkit-line-clamp: 2;
    line-height: 0.8rem;
    height: 1.6rem;
  }
  .prod_box .cailiao_show {
    padding-top: 1.85rem;
  }
  .prod_box .cailiao_show .cailiao_list {
    margin-top: 1.35rem;
    flex-direction: column;
  }
  .prod_box .cailiao_show .cailiao_list a {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0 1.35rem 0;
    box-shadow: 0px 0.2rem 0.8rem 0.025rem rgba(0, 0, 0, 0.13);
  }
  .prod_box .cailiao_show .cailiao_list a:nth-child(3n) {
    margin-right: 0;
  }
  .prod_box .cailiao_show .cailiao_list a h1 {
    font-size: 0.85rem;
    line-height: 0.9rem;
    padding: 1.25rem 0.55rem 0.35rem 0.55rem;
  }
  .prod_box .cailiao_show .cailiao_list a h5 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    height: 1.6rem;
    padding: 0 0.55rem;
  }
  /*产品详情*/
  .prod_details .cpDetails_m01 {
    padding: 1.4rem 0 1.25rem 0;
    background: url(../images/other/cpxq_bj_m.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .prod_details .cpDetails_m01 .prod_desc_img {
    margin-top: 1.25rem;
  }
  .prod_details .cpDetails_m02 {
    padding: 1.5rem 0 0 0;
  }
  .prod_details .cpDetails_m02 .prod_ts_list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.1rem;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts {
    width: calc(50% - 0.5rem);
    height: 5.4rem;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-top: 1.4rem;
    margin-bottom: 1.65rem;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts:nth-child(5n) {
    margin-right: 0;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts .ts_icon {
    width: 1.8rem;
    height: 1.8rem;
    box-shadow: 0px 0px 0.4rem 0.025rem rgba(0, 0, 0, 0.15);
    top: -0.9rem;
    margin-left: -0.9rem;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts .ts_icon img {
    width: 1.1rem;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts h5 {
    font-size: 0.55rem;
    line-height: 0.8rem;
    font-weight: normal;
    padding: 0 0.5rem;
  }
  .prod_details .cpDetails_m02 .prod_ts_list .prod_ts:hover .ts_icon {
    top: -0.9rem;
  }
  .prod_details .cpDetails_m03 {
    padding: 1.4rem 0 1.25rem 0;
  }
  .prod_details .cpDetails_m03 .prod_apply {
    width: 100%;
    margin-top: 0.85rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 0.5rem);
    margin: 0 0 0.85rem 0;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_img {
    width: 100%;
    height: 5.95rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text {
    padding: 0 0.4rem 0.55rem 0.4rem;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text h5 {
    line-height: 0.8rem;
    font-size: 0.55rem;
    font-weight: normal;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item .solution_text span {
    width: 1rem;
    height: 0.15rem;
    margin-top: 0.25rem;
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item:hover .solution_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);
  }
  .prod_details .cpDetails_m03 .prod_apply .apply_item:hover .solution_text span {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    width: 100%;
  }
}
