.pro_option_row {
  border-radius: 0.05rem;
  padding: 0rem 0px 0px 0px;
  border: solid 1px #ddd;
  overflow: hidden;
  height: 100%;
}
.pro_option_row .left {
  width: 45%;
}
.pro_option_row .right {
  width: 55%;
}
.pro_option_row .tb-booth {
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 1;
  width: 96%;
  height: 7.88rem;
}
.pro_option_row .tb-booth a {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.pro_option_row .tb-booth a img {
  display: block;
  max-width: 78%;
  max-height: 100%;
  margin: 0 auto;
}
.pro_option_row .tb-thumb {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  /* border-bottom: 1px solid #ddd; */
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: none;
  padding: 0.34rem;
  width: 96%;
  display: flex;
  justify-content: center;
}
.pro_option_row .tb-thumb li {
  overflow: hidden;
  border-radius: 0.05rem;
  margin: 0 0.28rem 0 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #eee;
  cursor: pointer;
}
.pro_option_row .tb-thumb li img {
  display: block;
  width: 100%;
}
.pro_option_row .tb-thumb li div {
  background: transparent;
  border: 0;
}
.pro_option_row .tb-thumb li.tb-selected {
  border: 2px solid #217cc3;
  overflow: hidden;
  border-radius: 0.05rem;
}
.pro_option_row .tb-thumb li:hover {
  border: 2px solid #217cc3;
  overflow: hidden;
  border-radius: 0.05rem;
}
.pro_option_row .pro_descri {
  width: 100%;
  overflow: hidden;
  padding: 0.4rem 0.44rem 0 0.1rem;
}
.pro_option_row .pro_descri .pro_title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  overflow: hidden;
  padding: 0 0 0.1rem 0;
  height: 100%;
  font-weight: bold;
}
.pro_option_row .pro_descri .pro_td {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.pro_option_row .pro_descri .pro_sol {
  font-size: 0.34rem;
  color: #ed6809;
  padding: 0.3rem 0;
  font-weight: bold;
}
.pro_option_row .pro_descri .pro_xt {
  justify-content: space-between;
}
.pro_option_row .pro_descri .pro_xt .pro_xt_i {
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
  background: #515581;
  padding: 0.1rem 0.3rem;
  width: 36%;
  margin-bottom: 0.24rem;
}
.pro_option_row .servInfo {
  padding: 0.32rem 0 0 0;
  width: 96.8%;
  text-align: right;
}
.pro_option_row .servInfo .titleimg {
  text-align: right;
}
.pro_option_row .servInfo .titleimg img {
  margin-left: 10px;
  width: 75px;
  height: 45px;
}
.pro_option_row .servInfo .titletext {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  padding-top: 5px;
  color: #FF0000;
}
.pro_nav_list {
  border-bottom: 1px solid #217cc3;
  margin: 2% 2%;
  justify-content: center;
  border-radius: 0rem;
}
.pro_nav_list .pro_nav_item {
  text-align: center;
  color: #217cc3;
  font-weight: bold;
  font-size: 0.36rem;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.24rem 0.6rem;
  line-height: 0.5rem;
}
.pro_nav_list .pro_nav_item:after {
  position: absolute;
}
.pro_nav_list .tabActive {
  background: #217cc3;
  color: #fff;
}
.pro_nav_list .tabActive:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  display: block;
  left: 50%;
  bottom: -35%;
  transform: translateX(-50%);
  border-top-color: #217cc3;
}
.pro_detail_list {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding-top: 0.4rem;
  border-top: 0;
  border-radius: 0.05rem;
}
.pro_detail_list .pro_detail_item {
  display: block;
}
.pro_detail_list .pro_detail_item p {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.pro_detail_list .pro_detail_item p img {
  width: auto;
  max-width: 850px;
}
.pro_detail_list .pro_canshu {
  padding-bottom: 2%;
}
.pro_detail_list .pro_fuwu {
  width: 82%;
  margin: 0 auto;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i {
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 0.4rem 0;
  margin-bottom: 2%;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts {
  width: 46%;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit {
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.2rem;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit i {
  color: #fff;
  font-size: 0.46rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  background: url(/style/proimg/tr2.png) 51% 19% no-repeat;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit em {
  font-size: 0.39rem;
  line-height: 0.62rem;
  color: #217cc3;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit em span {
  color: #ed6809;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts p {
  width: 100%;
  position: relative;
  font-size: 0.32rem;
  color: #5c5959;
  line-height: 0.82rem;
  text-align: left;
  padding-left: 0.5rem;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .texts p i {
  content: "\e79f";
  position: absolute;
  top: 0%;
  /* transform: translateY(-50%); */
  left: 0%;
  color: #217cc3;
  font-size: 0.48rem;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .pic {
  width: 51%;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i .pic img {
  display: block;
  width: 100%;
  border-radius: 0.05rem;
}
.pro_detail_list .pro_fuwu .pro_fuwu_i:last-child {
  border: 0;
}
.pro_detail_list .pro_bx1 {
  max-width: 900px;
  margin: 0 auto;
}
.pro_detail_list .pro_bx1 .bx_con {
  justify-content: space-between;
  margin-bottom: 3.6%;
}
.pro_detail_list .pro_bx1 .bx_con .pic {
  width: 10%;
}
.pro_detail_list .pro_bx1 .bx_con .pic img {
  display: block;
  width: 72%;
}
.pro_detail_list .pro_bx1 .bx_con .des {
  width: 90%;
  text-align: justify;
}
.pro_detail_list .pro_bx1 .bx_con .des h4 {
  font-weight: bold;
  font-size: 0.34rem;
  color: #515581;
}
.pro_detail_list .pro_bx1 .bx_con .des p {
  font-size: 0.29rem;
  color: #5c5959;
  padding: 0.24rem 0 0.24rem 0;
  margin: 0 auto;
  text-align: justify;
}
.pro_detail_list .pro_bx1 .bx_con .bu {
  margin: 0 auto;
  width: auto;
  border-radius: 0.05rem;
}
@media (max-width: 770px) {
  .pro_option_row {
    border-radius: 0.05rem;
    padding: 0rem 0px 0px 0px;
    border: solid 1px #ddd;
    overflow: hidden;
    height: 100%;
  }
  .pro_option_row .left {
    width: 100%;
  }
  .pro_option_row .right {
    width: 100%;
    margin-top: 0.3rem;
    border-top: 1px dashed #eee;
  }
  .pro_option_row .tb-booth {
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 1;
    width: 96%;
    height: auto!important;
  }
  .pro_option_row .tb-booth a {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
  }
  .pro_option_row .tb-booth a img {
    display: block;
    max-width: 78%;
    max-height: 100%;
    margin: 0 auto;
  }
  .pro_option_row .tb-thumb {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; */
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding: 0.34rem;
    width: 96%;
    display: flex;
    justify-content: center;
  }
  .pro_option_row .tb-thumb li {
    overflow: hidden;
    border-radius: 0.05rem;
    margin: 0 0.28rem 0 0;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #eee;
    cursor: pointer;
  }
  .pro_option_row .tb-thumb li img {
    display: block;
    width: 100%;
  }
  .pro_option_row .tb-thumb li div {
    background: transparent;
    border: 0;
  }
  .pro_option_row .tb-thumb li.tb-selected {
    border: 1px solid #217cc3;
    overflow: hidden;
    border-radius: 0.05rem;
  }
  .pro_option_row .tb-thumb li:hover {
    border: 1px solid #217cc3;
    overflow: hidden;
    border-radius: 0.05rem;
  }
  .pro_option_row .pro_descri {
    width: 100%;
    overflow: hidden;
    padding: 0.4rem 0.44rem 0 0.1rem;
  }
  .pro_option_row .pro_descri .pro_title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    overflow: hidden;
    padding: 0.4rem 0.5rem 0.1rem 0.5rem;
    height: 100%;
    font-weight: bold;
  }
  .pro_option_row .pro_descri .pro_td {
    font-size: 0.96rem;
    line-height: 1.62rem;
    padding: 0.5rem 0 0 0.6rem;
  }
  .pro_option_row .pro_descri .pro_sol {
    font-size: 1.14rem;
    color: #ed6809;
    padding: 0.3rem 0 0 0.6rem;
    font-weight: bold;
  }
  .pro_option_row .pro_descri .pro_xt {
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
    padding: 0.6rem 0 0 0;
  }
  .pro_option_row .pro_descri .pro_xt .pro_xt_i {
    font-size: 0.88rem;
    text-align: center;
    color: #fff;
    background: #515581;
    padding: 0.4rem 0.3rem;
    width: 48.5%;
    margin-bottom: 0.24rem;
  }
  .pro_option_row .servInfo {
    padding: 0.32rem 0 0 0;
    display: none;
    width: 96.8%;
    text-align: right;
  }
  .pro_option_row .servInfo .titleimg {
    text-align: right;
  }
  .pro_option_row .servInfo .titleimg img {
    margin-left: 10px;
    width: 75px;
    height: 45px;
  }
  .pro_option_row .servInfo .titletext {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    padding-top: 5px;
    color: #FF0000;
  }
  .pro_nav_list {
    border-bottom: 1px solid #217cc3;
    margin: 2% 2%;
    justify-content: center;
    border-radius: 0rem;
  }
  .pro_nav_list .pro_nav_item {
    text-align: center;
    color: #217cc3;
    font-weight: bold;
    font-size: 0.8rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0.44rem 0.56rem;
    line-height: 1.2rem;
  }
  .pro_nav_list .pro_nav_item:after {
    position: absolute;
  }
  .pro_nav_list .tabActive {
    background: #217cc3;
    color: #fff;
  }
  .pro_nav_list .tabActive:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    display: block;
    left: 50%;
    bottom: -55%;
    transform: translateX(-50%);
    border-top-color: #217cc3;
  }
  .pro_detail_list {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding-top: 0.4rem;
    border-top: 0;
    border-radius: 0.05rem;
  }
  .pro_detail_list .pro_detail_item {
    display: block;
  }
  .pro_detail_list .pro_detail_item p {
    padding: 0 0.2rem;
    margin: 0 auto;
    text-align: center;
  }
  .pro_detail_list .pro_detail_item p img {
    width: auto;
    max-width: 100%;
  }
  .pro_detail_list .pro_canshu {
    padding-bottom: 2%;
  }
  .pro_detail_list .pro_fuwu {
    width: 98%;
    margin: 0 auto;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i {
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 0.4rem 0;
    margin-bottom: 2%;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 0.48rem;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit {
    justify-content: space-between;
    position: relative;
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit i {
    color: #fff;
    font-size: 0.84rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    background: #217cc3;
    width: 20%;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit em {
    font-size: 0.89rem;
    line-height: 0.92rem;
    color: #217cc3;
    padding-top: 0.58rem;
    display: block;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts .tit em span {
    color: #ed6809;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts p {
    width: 100%;
    position: relative;
    font-size: 0.88rem;
    color: #5c5959;
    line-height: 1.3rem;
    text-align: left;
    padding-left: 0.5rem;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .texts p i {
    content: "\e79f";
    position: absolute;
    top: 0%;
    /* transform: translateY(-50%); */
    left: 0%;
    color: #217cc3;
    font-size: 0.48rem;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .pic {
    width: 98%;
    margin: 0 auto;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i .pic img {
    display: block;
    width: 100%;
    border-radius: 0.05rem;
  }
  .pro_detail_list .pro_fuwu .pro_fuwu_i:last-child {
    border: 0;
  }
  .pro_detail_list .pro_bx1 {
    max-width: 900px;
    margin: 0 auto;
  }
  .pro_detail_list .pro_bx1 .bx_con {
    justify-content: space-between;
    margin-bottom: 3.6%;
    width: 96%;
    margin: 0 auto 3.6% auto;
  }
  .pro_detail_list .pro_bx1 .bx_con .pic {
    width: 10%;
  }
  .pro_detail_list .pro_bx1 .bx_con .pic img {
    display: block;
    width: 72%;
  }
  .pro_detail_list .pro_bx1 .bx_con .des {
    width: 90%;
    text-align: justify;
  }
  .pro_detail_list .pro_bx1 .bx_con .des h4 {
    font-weight: bold;
    font-size: 1rem;
    color: #515581;
  }
  .pro_detail_list .pro_bx1 .bx_con .des p {
    font-size: 0.86rem;
    color: #5c5959;
    padding: 0.24rem 0 0.24rem 0;
    margin: 0 auto;
    text-align: justify;
  }
  .pro_detail_list .pro_bx1 .bx_con .bu {
    margin: 0 auto;
    width: 100%;
    border-radius: 0.15rem;
  }
}
