@charset "utf-8";
.other_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_banner .o_b_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.other_banner .o_b_text .safe_width {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.other_banner .o_b_text h5 {
  font-size: 36px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.other_banner .o_b_text span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 18px;
}
/*资讯案例*/
.switch_box {
  width: 100%;
  background: #f8f8f8;
  height: 80px;
}
.switch_box .s_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch_box .s_nav li {
  line-height: 80px;
  margin: 0 34px;
  cursor: pointer;
  position: relative;
}
.switch_box .s_nav li a {
  font-size: 18px;
  color: #666666;
}
.switch_box .s_nav li.s_on {
  background: url(../images/s_bj.png) repeat-x center center;
  background-size: 100% 80px;
}
.switch_box .s_nav li:hover a {
  color: #333;
}
.switch_con {
  width: 100%;
}
.switch_con .s_tap {
  width: 100%;
  display: none;
  padding-bottom: 40px;
}
.switch_con .new_cur_h {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  margin: 60px 0 40px 0;
  font-weight: bold;
}
.switch_con .new_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.switch_con .new_list a {
  display: inline-block;
  width: 32%;
  margin: 0 2% 50px 0;
  background: #F5F5F5;
}
.switch_con .new_list a:nth-child(3n) {
  margin-right: 0;
}
.switch_con .new_list a .n_img {
  width: 100%;
  overflow: hidden;
}
.switch_con .new_list a .n_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.switch_con .new_list a p {
  padding: 30px 30px 10px 30px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.switch_con .new_list a h5 {
  padding: 0 30px 32px 32px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.switch_con .new_list a:hover h5 {
  color: #005CA1;
}
.switch_con .new_list a:hover p {
  color: #005CA1;
}
.switch_con .new_list a:hover .n_img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
/*详情页面*/
.details_con {
  width: 100%;
  padding: 60px 0 100px 0;
}
.details_con .details_con {
  width: 100%;
  background: #fff;
  padding: 50px 6% 16px 5%;
}
.details_con .details_con .d_head {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd;
}
.details_con .details_con .d_head h5 {
  width: 100%;
  text-align: center;
  line-height: 38px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #333;
}
.details_con .details_con .d_head p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 18px;
}
.details_con .details_con .d_desc {
  width: 100%;
  padding: 40px 0;
}
.details_con .details_con .d_oper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DDD;
  padding: 24px 0;
}
.details_con .details_con .d_oper a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.details_con .details_con .d_oper a:hover {
  color: #005CA1;
}
/*产品列表*/
.cp_list {
  width: 100%;
  padding-top: 80px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cp_list a {
  /*display: inline-block;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 23.5%;
  margin: 0 2% 44px 0;
}
.cp_list a:nth-child(4n) {
  margin-right: 0;
}
.cp_list a .cp_img {
  width: 100%;
  background: #f5f5f5;
  position: relative;
}
.cp_list a .cp_img .cp_zc {
  width: 100%;
  height: auto;
  opacity: 0;
}
.cp_list a .cp_img .cp_i_b {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cp_list a .cp_img .cp_i_b img {
  display: inline-block;
  height: auto;
  max-height: 90%;
  max-width: 90%;
  width: auto;
}
.cp_list a p {
  text-align: center;
  width: 100%;
  padding: 18px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 14px;
  color: #005DA3;
}
.cp_list a h5 {
  text-align: center;
  width: 100%;
  padding: 0px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 38px;
  font-size: 16px;
  color: #333;
}
.cp_list a:hover h5{ 
background:#005DA3;
 color:#fff;
 border-radius:19px;
}
.cp_list a:hover .cp_img {
  background: #fff;
}
.cp_list a:hover .cp_img .cp_i_b {
  border: 1px solid #005DA3;
}
/*产品详情*/
.cp_details {
  width: 100%;
}
.cp_details .cp_d_top {
  width: 100%;
  background: url(../images/cp_xq_bj.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 80px 0 90px 0;
}
.cp_details .cp_d_top .cp_name {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #222222;
  line-height: 48px;
  margin-bottom: 8px;
}
.cp_details .cp_d_top .cp_xinghao {
  font-size: 20px;
  line-height: 26px;
  color: #005DA3;
  text-align: center;
}
.cp_details .cp_d_top .cp_info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cp_details .cp_d_top .cp_info .cp_info_img {
  display: flex;
  width: 350px;
  height: 350px;
  border-radius: 30px;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.cp_details .cp_d_top .cp_info .cp_info_img img {
  display: inline-block;
  width: auto;
  max-width: 86%;
  height: auto;
  max-height: 86%;
}
.cp_details .cp_d_top .cp_info .cp_info_desc {
  width: calc(100% - 410px);
  font-size: 14px;
  color: #4E4E4E;
  line-height: 24px;
  max-height: 350px;
  overflow: auto;
}
.cp_details .cp_d_bottom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp_details .cp_d_bottom img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/*解决方案*/
.plan_list {
  width: 100%;
  padding: 80px 0 0 0;
}
.plan_list a {
  display: inline-block;
  width: 100%;
  background: #F5F5F5;
  height: 405px;
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_img {
  width: 550px;
  height: 405px;
  position: relative;
  overflow: hidden;
}
.plan_list a .fa_img .fa_zc {
  width: 100%;
  height: auto;
}
.plan_list a .fa_img .fa_i_b {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.plan_list a .fa_img .fa_i_b img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_img:hover .fa_i_b img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 550px);
  height: 405px;
  padding: 0 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.plan_list a .fa_text_con h5 {
  font-size: 24px;
  color: #333333;
  width: 100%;
  line-height: 32px;
  padding-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.plan_list a .fa_text_con h5:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #005DA3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 16px;
}
.plan_list a .fa_text_con span {
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
  align-items: center;
  width: 178px;
  height: 50px;
  border: 1px solid #005DA3;
  font-size: 14px;
  color: #005DA3;
  margin-top: 46px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con span img {
  width: 17px;
  height: auto;
}
.plan_list a .fa_text_con:hover h5::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con:hover span {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  padding: 0 46px 0 36px;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a:nth-child(2n) .fa_img {
  float: right;
}
.plan_list a:nth-child(2n) .fa_text_con {
  left: 0;
  right: unset;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.page_con nav ul {
  margin: 0;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F5F5F5;
  text-align: center;
  color: #888;
  font-size: 14px;
  width: 40px;
  line-height: 30px;
  padding: 0 !important;
  border-radius: 2px !important;
  margin: 0 3px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 78px;
}
.page_con nav ul li:hover a {
  color: #005DA3;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #005DA3 !important;
}
@media screen and (max-width: 1280px) {
  /*资讯案例*/
  .switch_box {
    height: 70px;
  }
  .switch_box .s_nav li {
    line-height: 70px;
    margin: 0 15px;
  }
  .switch_box .s_nav li a {
    font-size: 16px;
  }
  .switch_box .s_nav li.s_on {
    background: url(../images/s_bj.png) repeat-x center center;
    background-size: 100% 70px;
  }
  .switch_con .s_tap {
    padding-bottom: 0px;
  }
  .switch_con .new_cur_h {
    font-size: 24px;
    line-height: 26px;
    margin: 50px 0 30px 0;
  }
  .switch_con .new_list a {
    margin: 0 2% 35px 0;
  }
  .switch_con .new_list a p {
    padding: 25px 25px 10px 25px;
  }
  .switch_con .new_list a h5 {
    padding: 0 25px 28px 25px;
    font-size: 18px;
    line-height: 28px;
  }
  /*解决方案*/
  .plan_list {
    width: 100%;
    padding: 70px 0 0 0;
  }
  .plan_list a {
    height: 360px;
    margin-bottom: 40px;
  }
  .plan_list a .fa_img {
    width: 489px;
    height: 360px;
  }
  .plan_list a .fa_text_con {
    width: calc(100% - 489px);
    height: 360px;
    padding: 0 46px;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 14px;
  }
  .plan_list a .fa_text_con h5:after {
    width: 54px;
  }
  .plan_list a .fa_text_con span {
    padding: 0 32px;
    width: 170px;
    height: 46px;
    margin-top: 40px;
    border-radius: 23px;
  }
  .plan_list a .fa_text_con:hover span {
    padding: 0 42px 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  /*解决方案*/
  .plan_list {
    padding: 60px 0 0 0;
  }
  .plan_list a {
    height: 260px;
    margin-bottom: 30px;
  }
  .plan_list a .fa_img {
    width: 353px;
    height: 260px;
  }
  .plan_list a .fa_text_con {
    width: calc(100% - 353px);
    height: 260px;
    padding: 0 35px;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  .plan_list a .fa_text_con h5:after {
    width: 52px;
  }
  .plan_list a .fa_text_con p {
    -webkit-line-clamp: 4;
  }
  .plan_list a .fa_text_con span {
    padding: 0 24px;
    width: 150px;
    height: 42px;
    margin-top: 20px;
    border-radius: 21px;
  }
  .plan_list a .fa_text_con:hover span {
    padding: 0 32px 0 24px;
  }
}
@media screen and (max-width: 767px) {
    .details_con .details_con img{
     width: auto;
     max-width: 100%;
     height: auto;
    }
    .cp_list a:hover h5{ 
 border-radius:0.55rem;
}
  .other_banner .safe_width {
    padding: 0 1.3rem;
  }
  .other_banner .o_b_text h5 {
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.025rem;
    margin-bottom: 0.4rem;
  }
  .other_banner .o_b_text span {
    font-size: 0.55rem;
    line-height: 0.7rem;
  }
  /*资讯案例*/
  .switch_box {
    display: none;
  }
  .switch_con .s_tap {
    padding-bottom: 1.3rem;
  }
  .switch_con .new_cur_h {
    display: none;
  }
  .switch_con .new_list {
    flex-direction: column;
    margin-top: 1.3rem;
  }
  .switch_con .new_list a {
    display: inline-block;
    width: 100%;
    margin: 0 0 0.65rem 0;
  }
  .switch_con .new_list a p {
    padding: 0.8rem 0.65rem 0.5rem 0.65rem;
    font-size: 0.5rem;
    line-height: 0.55rem;
  }
  .switch_con .new_list a h5 {
    padding: 0 0.65rem 1rem 0.65rem;
    font-size: 0.7rem;
    line-height: 0.85rem;
    letter-spacing: 0.025rem;
  }
  /*详情页面*/
  .details_con {
    padding: 1.7rem 0;
  }
  .details_con .details_con {
    padding: 1.8rem 0.65rem 1.5rem 0.65rem;
  }
  .details_con .details_con .d_head {
    padding-bottom: 0.85rem;
    border-bottom: 0.025rem solid #ddd;
  }
  .details_con .details_con .d_head h5 {
    width: 100%;
    text-align: center;
    line-height: 1.4rem;
    margin-bottom: 0.2rem;
    font-size: 0.85rem;
  }
  .details_con .details_con .d_head p {
    font-size: 0.5rem;
    line-height: 0.65rem;
  }
  .details_con .details_con .d_desc {
    padding: 0.75rem 0 1rem 0;
  }
  .details_con .details_con .d_oper {
    flex-direction: column;
    border-top: 0.025rem solid #DDD;
    padding: 0.3rem 0 0 0;
    align-items: flex-start;
  }
  .details_con .details_con .d_oper a {
    font-size: 0.55rem;
    line-height: 1rem;
  }
  /*产品列表*/
  .cp_list {
    padding-top: 1.3rem;
    justify-content: space-between;
  }
  .cp_list a {
    display: inline-block;
    width: 47.5%;
    margin: 0 0 0.95rem 0;
  }
  .cp_list a .cp_img .cp_i_b img {
    max-width: 80%;
    max-height: 80%;
  }
  .cp_list a p {
    padding: 0.35rem 0.2rem 0 0.2rem;
    line-height: 1rem;
    font-size: 0.5rem;
  }
  .cp_list a h5 {
    padding: 0px 0.2rem 0 0.2rem;
    line-height: 1.1rem;
    font-size: 0.65rem;
  }
  /*产品详情*/
  .cp_details {
    width: 100%;
  }
  .cp_details .cp_d_top {
    width: 100%;
    background: url(../images/cp_xq_bj_m.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 1.9rem 0 2.25rem 0;
  }
  .cp_details .cp_d_top .safe_width {
    padding: 0 0.7rem;
  }
  .cp_details .cp_d_top .cp_name {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .cp_details .cp_d_top .cp_xinghao {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .cp_details .cp_d_top .cp_info {
    width: 100%;
    max-width: 100%;
    margin-top: 1.25rem;
    flex-direction: column;
  }
  .cp_details .cp_d_top .cp_info .cp_info_img {
    width: 100%;
    height: 12rem;
    border-radius: 0.7rem;
  }
  .cp_details .cp_d_top .cp_info .cp_info_desc {
    margin-top: 1.1rem;
    width: 100%;
    font-size: 0.6rem;
    line-height: 1.1rem;
    max-height: unset;
    overflow: visible;
  }
  .cp_details .cp_d_bottom {
    max-width: 100%;
    padding: 1rem 0 1.5rem 0;
  }
  /*解决方案*/
  .plan_list {
    padding: 1.25rem 0 0 0;
  }
  .plan_list a {
    height: unset;
    position: unset;
    margin-bottom: 0.7rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .plan_list a .fa_img .fa_zc {
    width: 100%;
    height: auto;
  }
  .plan_list a .fa_img .fa_i_b {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .plan_list a .fa_img .fa_i_b img {
    width: 100%;
    height: auto;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_img:hover .fa_i_b img {
    -webkit-transition: unset;
    transform: scale(1);
    transition: unset;
  }
  .plan_list a .fa_text_con {
    position: unset;
    width: 100%;
    height: unset;
    padding: 0.9rem 0.6rem;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 0.7rem;
    line-height: 0.75rem;
    padding-bottom: 0.55rem;
  }
  .plan_list a .fa_text_con h5:after {
    content: '';
    display: inline-block;
    width: 1.75rem;
    height: 0.125rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con p {
    font-size: 0.55rem;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    margin-top: 0.3rem;
  }
  .plan_list a .fa_text_con span {
    padding: 0 0.75rem;
    width: 5.6rem;
    height: 1.7rem;
    border: 0.025rem solid #005DA3;
    font-size: 0.55rem;
    color: #005DA3;
    margin-top: 0.65rem;
    border-radius: 0.85rem;
    cursor: pointer;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con span img {
    width: 0.6rem;
    height: auto;
  }
  .plan_list a .fa_text_con:hover h5::after {
    width: 1.75rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con:hover span {
    -webkit-transition: unset;
    padding: 0 0.75rem;
    transition: unset;
  }
  .plan_list a:nth-child(2n) .fa_img {
    float: unset;
  }
  .plan_list a:nth-child(2n) .fa_text_con {
    left: unset;
    right: unset;
  }
  /*页码*/
  .page_con {
    margin-bottom: 0.45rem;
    text-align: center;
  }
  .page_con nav ul {
    margin: 0.15rem 0 0 0;
  }
  .page_con nav ul li {
    border-radius: 0;
  }
  .page_con nav ul li a {
    border: none !important;
    font-size: 0.5rem;
    width: 1.1rem;
    line-height: 1.1rem;
    padding: 0 !important;
    border-radius: 0.05rem !important;
    margin: 0 0.1rem;
  }
  .page_con nav ul li:first-child a,
  .page_con nav ul li:last-child a {
    width: 2.35rem;
  }
}
