/**
 * author:pcwl888.cn
 * tel:18092731258
 * 
 */

/*=============================================
=            产品详情页            =
=============================================*/

.position {
  font-size: 14px;
  color: #a8abb5;
}

.position a {
  color: #a8abb5;
  font-size: 16px;
  margin: 0 5px;
}

.position a:hover {
  color: #1f3a7f;
}

.ny_content {
  margin: 0.3rem 0;
}

.ny_content span {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333;
  display: block;
}

.ny_content em {
  font-size: 0.18rem;
  color: #1f3a7f;
  font-style: normal;
  margin-top: 0.15rem;
  display: inline-block;
}

/* 添加内容 */

.ny_content_xq {
  display: flex;
  margin-top: 0.3rem;
  align-items: center;
}

.ny_content_xq_L {
  width: 70%;
  border-top: 1px solid #c0c4cc;
  padding-top: 0.15rem;
}

/* 热门推荐 */
.recom {
  background-color: #f0f2f6;
}
.recom h3 {
  font-size: 0.22rem;
  color: #333;
  padding-top: 0.5rem;
  margin-bottom: 0.4rem !important;
}

.recom_box ul {
  display: flex;
  flex-wrap: wrap;
}
.recom_box ul li {
  width: 19.2%;
  margin-right: 1%;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.recom_box ul li .recom_pic {
  height: 1.8rem;
  overflow: hidden;
}
.recom_box ul li:nth-of-type(5n) {
  margin-right: 0;
}

.recom_box ul li a {
  display: block;
}
.recom_box ul li a img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 100%;
  margin: 0 auto;
}
.recom_box ul li a h4 {
  font-size: 0.18rem;
  margin-bottom: 0;
  padding-left: 0.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.15rem;
}
.recom_box ul li a p {
  font-size: 0.17rem;
  padding: 0 0.15rem;
  color: #71778f;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0.15rem;
}

/* 表格 */
.ny_content {
  position: relative;
}
.ny_content table {
  border: 1px solid #e4e4e4;

}
.ny_content table tbody{ display: block;}
.ny_content table tr{
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  
  text-align: center;
  align-items: center;
}

.ny_content table tr td{ border-right:1px solid #e4e4e4; }
.ny_content table tr td>span{ font-size: 0.16rem;  border-bottom: 1px solid #e4e4e4;font-weight: normal;}
.ny_content_xq_R form {
  display: flex;
  flex-direction: column;
}

.ny_content_xq_R {
  width: 33%;
  margin-left: 2%;
  height: 6.5rem;
}

.ny_content_xq_L p {
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.ny_content_xq_L p strong {
  font-size: 0.22rem;
  color: #000;
  border-left: 4px solid #4370f5;
  padding-left: 10px;
}

.ny_content_xq_R {
  background-color: #f0f2f6;
  padding: 0.3rem;
}

.ny_content_xq_R span {
  font-size: 0.2rem;
  font-weight: lighter;
}
.ny_content_xq_R form {
  margin-top: 0.2rem;
}
.ny_content_xq_R form input {
  margin-top: 0.12rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  border: 1px solid #c0c4cc;
  padding-left: 5px;
  font-size: 0.16rem;
}
.ny_content_xq_R form textarea {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  border: 1px solid #c0c4cc;
  border-radius: 0.05rem;
  resize: none;
}
input:focus {
  outline: none;
  border: 1px solid #1f3a7f;
}
textarea:focus {
  outline: none;
  border: 1.5px solid #1f3a7f;
  border-radius: 0.05rem;
}

.ny_content_xq_R form .btn {
  background-color: #1f3a7f;
  padding: 0;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 1px;
  border: 0;
  border-radius: 0.05rem;
}

.ny_content_xq_R form input.inp_small {
  width: 60%;
}
#VCode {
  float: left;
  width: 40%;
  height: 0.45rem;
  margin-top: 0.15rem;
  cursor: pointer;
}

/*=============================================
=            服务列表页            =
=============================================*/

/*----------  列表页简介  ----------*/
.product_box {
  margin-top: 0.4rem;
  background-color: #fff;
  padding-bottom: 0.5rem;
}
.product_des {
  margin-top: 1rem;
  display: flex;
}
.product_des_txt {
  width: 50%;
  margin-right: 5%;
}
.product_des_txt h3 {
  font-size: 0.28rem;
  margin-bottom: 0.3rem !important;
}
.product_des_txt p {
  font-size: 16px;
  line-height: 32px;
}

.product_des_txt a {
  background: #1f3a7f;
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  display: inline-block;
  font-size: 20px;
  border-radius: 0.05rem;
  width: 1.7rem;
  text-align: center;
  /* margin-top: 0.4rem; */
}
.product_des_txt a img {
  margin-right: 10px;
}
.product_des_pic {
  width: 45%;
  margin-top: 0.7rem;
}
.product_des_pic img {
  width: 100%;
  display: block;
  margin-right: 10px;
}

/*----------  列表页图片  ----------*/
.list_product {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.list_product .hd {
  height: 1rem;
  position: relative;
}
.list_product .hd ul {
  float: left;
  position: absolute;
}
.list_product .hd ul li {
  float: left;
  cursor: pointer;
  line-height: 0.5rem;
  font-size: 0.18rem;
  margin-right: 0.35rem;
}
.list_product .hd ul li.on {
  height: 0.5rem;
  border-bottom: 2px solid #1f3a7f;
}
.list_product .hd ul li:hover {
  color: #1f3a7f;
}
.list_product .bd {
  margin-top: 0.2rem;
}
.list_product .bd ul {
  zoom: 1;
}
.list_product .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.list_product .bd ul li {
  background: #fff;
  display: block;
  width: 18.8%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.list_product .bd ul li:nth-of-type(5n) {
  margin-right: 0;
}
.list_product .bd ul li a .list_product_pic {
  overflow: hidden;
  max-height: 1.5rem;
}
.list_product .bd ul li a img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.list_product .bd ul li a .list_product_txt {
  padding: 0.15rem;
  overflow: hidden;
}
.list_product .bd ul li a .list_product_txt p {
  font-size: 0.18rem;
}
.list_product .bd ul li a .list_product_txt i {
  display: block;
  font-style: normal;
  font-size: 0.15rem;
  color: #71778f;
  margin-top: 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_product .bd ul li a:hover img {
  transform: scale(1.2);
  transition: 0.6s;
}
.list_product .bd ul li a:hover p {
  color: #1f3a7f;
}

/* 搜索页 */
.search_header {
  display: flex;
}
.search_header a {
  font-size: 0.24rem;
  color: #71778f;
  margin-right: 0.5rem;
  letter-spacing: 1px;
  padding: 0.1rem 0;
}
.search_header a.search_nav_on {
  color: #1f3a7f;
  border-bottom: 2px solid #1f3a7f;
}
.search_nav {
  flex: 1;
}
.search_form input {
  border: none;
}
.search_form .search_input1 {
  border: 1px solid #f7f7f7;
  font-size: 0.18rem;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 40%;
  width: 3.5rem;
  padding-left: 10px;
}
.search_form .search_input2 {
  background-color: #1f3a7f;
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 1rem;
  margin-left: 5px;
  font-size: 0.16rem;
  border-radius: 0.05rem;
  letter-spacing: 10px;
}
.search_content {
  margin-top: 0.4rem;
}
.search_content_txt {
  height: 100%;
}
.search_content_txt dl {
  padding: 0.2rem;
  background: #fff;
  /* height: 2rem; */
  margin-bottom: 0.2rem !important;
}
.search_content_txt dl a {
  display: flex;
}
.search_content_txt dl:hover {
  box-shadow: 0 0 10px #444;
}
.search_content_txt dl a dt {
  width: 22%;
  height: 1.6rem;
  overflow: hidden;
}
.search_content_txt dl a dt img {
  width: 100%;
  height: 100%;
  display: block;
}
.search_content_txt dl a dd {
  width: 80%;
  padding-left: 0.3rem;
}
.search_content_txt dl a dd span {
  font-size: 0.19rem;
  margin-bottom: 0.1rem;
  display: block;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.1rem;
}
.search_content_txt dl a dd p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.16rem;
  color: #999;
  line-height: 0.26rem;
}
